=== 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-0051 --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-0051",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0051_ses-01_task-social_acq-mb8_run-01_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-0051_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-01_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-0051/ses-01/func/sub-0051_ses-01_task-social_acq-mb8_run-01_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>4e294fcc90700b1380a91e96578b4a48</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>10:36:5.447500</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.999685, -0.00163433, -0.0250532, 0.00680475, 0.978165, 0.207717]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0967319</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4124, -7785, -7292, 587, -41, -77, -23, 136]</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>251.747</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>832810b5-7b5d-46f6-b044-8d93ddbbeeb6||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.6820812225341797, 0.01825665682554245, -0.06525011360645294, 115.36067962646484], [0.004384779371321201, 2.6243462562561035, 0.5611181259155273, -102.94536590576172], [-0.0672159343957901, -0.5572882890701294, 2.6402440071105957, -48.08995056152344], [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': ['103605.447500', '103605.907500', '103606.367500', '103606.827500', '103607.287500', '103607.747500', '103608.207500', '103608.667500', '103609.127500', '103609.587500', '103610.047500', '103610.507500', '103610.967500', '103611.427500', '103611.887500', '103612.347500', '103612.807500', '103613.267500', '103613.727500', '103614.187500', '103614.647500', '103615.107500', '103615.567500', '103616.027500', '103616.487500', '103616.947500', '103617.407500', '103617.867500', '103618.327500', '103618.787500', '103619.247500', '103619.707500', '103620.167500', '103620.627500', '103621.087500', '103621.547500', '103622.007500', '103622.467500', '103622.927500', '103623.387500', '103623.847500', '103624.307500', '103624.767500', '103625.227500', '103625.687500', '103626.147500', '103626.607500', '103627.067500', '103627.527500', '103627.987500', '103628.447500', '103628.907500', '103629.367500', '103629.827500', '103630.287500', '103630.747500', '103631.207500', '103631.667500', '103632.127500', '103632.587500', '103633.047500', '103633.507500', '103633.967500', '103634.427500', '103634.887500', '103635.347500', '103635.807500', '103636.267500', '103636.727500', '103637.187500', '103637.647500', '103638.107500', '103638.567500', '103639.027500', '103639.487500', '103639.947500', '103640.407500', '103640.867500', '103641.327500', '103641.787500', '103642.247500', '103642.707500', '103643.167500', '103643.627500', '103644.087500', '103644.547500', '103645.007500', '103645.467500', '103645.927500', '103646.387500', '103646.847500', '103647.307500', '103647.767500', '103648.227500', '103648.687500', '103649.147500', '103649.607500', '103650.067500', '103650.527500', '103650.987500', '103651.447500', '103651.907500', '103652.367500', '103652.827500', '103653.287500', '103653.747500', '103654.207500', '103654.667500', '103655.127500', '103655.587500', '103656.047500', '103656.507500', '103656.967500', '103657.427500', '103657.887500', '103658.347500', '103658.807500', '103659.267500', '103659.727500', '103700.187500', '103700.647500', '103701.107500', '103701.567500', '103702.027500', '103702.487500', '103702.947500', '103703.407500', '103703.867500', '103704.327500', '103704.787500', '103705.247500', '103705.707500', '103706.167500', '103706.627500', '103707.087500', '103707.547500', '103708.007500', '103708.467500', '103708.927500', '103709.387500', '103709.847500', '103710.307500', '103710.767500', '103711.227500', '103711.687500', '103712.147500', '103712.607500', '103713.067500', '103713.527500', '103713.987500', '103714.447500', '103714.907500', '103715.367500', '103715.827500', '103716.287500', '103716.747500', '103717.207500', '103717.667500', '103718.127500', '103718.587500', '103719.047500', '103719.507500', '103719.967500', '103720.427500', '103720.887500', '103721.347500', '103721.807500', '103722.267500', '103722.727500', '103723.187500', '103723.647500', '103724.107500', '103724.567500', '103725.027500', '103725.487500', '103725.947500', '103726.407500', '103726.867500', '103727.327500', '103727.787500', '103728.247500', '103728.707500', '103729.167500', '103729.627500', '103730.087500', '103730.547500', '103731.007500', '103731.467500', '103731.927500', '103732.387500', '103732.847500', '103733.307500', '103733.767500', '103734.227500', '103734.687500', '103735.147500', '103735.607500', '103736.067500', '103736.527500', '103736.987500', '103737.447500', '103737.907500', '103738.367500', '103738.827500', '103739.287500', '103739.747500', '103740.207500', '103740.667500', '103741.127500', '103741.587500', '103742.047500', '103742.507500', '103742.967500', '103743.427500', '103743.887500', '103744.347500', '103744.807500', '103745.267500', '103745.727500', '103746.187500', '103746.647500', '103747.107500', '103747.567500', '103748.027500', '103748.487500', '103748.947500', '103749.407500', '103749.867500', '103750.327500', '103750.787500', '103751.247500', '103751.707500', '103752.167500', '103752.627500', '103753.087500', '103753.547500', '103754.007500', '103754.467500', '103754.927500', '103755.387500', '103755.847500', '103756.307500', '103756.767500', '103757.227500', '103757.687500', '103758.147500', '103758.607500', '103759.067500', '103759.527500', '103759.987500', '103800.447500', '103800.907500', '103801.367500', '103801.827500', '103802.287500', '103802.747500', '103803.207500', '103803.667500', '103804.127500', '103804.587500', '103805.047500', '103805.507500', '103805.967500', '103806.427500', '103806.887500', '103807.347500', '103807.807500', '103808.267500', '103808.727500', '103809.187500', '103809.647500', '103810.107500', '103810.567500', '103811.027500', '103811.487500', '103811.947500', '103812.407500', '103812.867500', '103813.327500', '103813.787500', '103814.247500', '103814.707500', '103815.167500', '103815.627500', '103816.087500', '103816.547500', '103817.007500', '103817.467500', '103817.927500', '103818.387500', '103818.847500', '103819.307500', '103819.767500', '103820.227500', '103820.687500', '103821.147500', '103821.607500', '103822.067500', '103822.527500', '103822.987500', '103823.447500', '103823.907500', '103824.367500', '103824.827500', '103825.287500', '103825.747500', '103826.207500', '103826.667500', '103827.127500', '103827.587500', '103828.047500', '103828.507500', '103828.967500', '103829.427500', '103829.887500', '103830.347500', '103830.807500', '103831.267500', '103831.727500', '103832.187500', '103832.647500', '103833.107500', '103833.567500', '103834.027500', '103834.487500', '103834.947500', '103835.407500', '103835.867500', '103836.327500', '103836.787500', '103837.247500', '103837.707500', '103838.167500', '103838.627500', '103839.087500', '103839.547500', '103840.007500', '103840.467500', '103840.927500', '103841.387500', '103841.847500', '103842.307500', '103842.767500', '103843.227500', '103843.687500', '103844.147500', '103844.607500', '103845.067500', '103845.527500', '103845.987500', '103846.447500', '103846.907500', '103847.367500', '103847.827500', '103848.287500', '103848.747500', '103849.207500', '103849.667500', '103850.127500', '103850.587500', '103851.047500', '103851.507500', '103851.967500', '103852.427500', '103852.887500', '103853.347500', '103853.807500', '103854.267500', '103854.727500', '103855.187500', '103855.647500', '103856.107500', '103856.567500', '103857.027500', '103857.487500', '103857.947500', '103858.407500', '103858.867500', '103859.327500', '103859.787500', '103900.247500', '103900.707500', '103901.167500', '103901.627500', '103902.087500', '103902.547500', '103903.007500', '103903.467500', '103903.927500', '103904.387500', '103904.847500', '103905.307500', '103905.767500', '103906.227500', '103906.687500', '103907.147500', '103907.607500', '103908.067500', '103908.527500', '103908.987500', '103909.447500', '103909.907500', '103910.367500', '103910.827500', '103911.287500', '103911.747500', '103912.207500', '103912.667500', '103913.127500', '103913.587500', '103914.047500', '103914.507500', '103914.967500', '103915.427500', '103915.887500', '103916.347500', '103916.807500', '103917.267500', '103917.727500', '103918.187500', '103918.647500', '103919.107500', '103919.567500', '103920.027500', '103920.487500', '103920.947500', '103921.407500', '103921.867500', '103922.327500', '103922.787500', '103923.247500', '103923.707500', '103924.167500', '103924.627500', '103925.087500', '103925.547500', '103926.007500', '103926.467500', '103926.927500', '103927.387500', '103927.847500', '103928.307500', '103928.767500', '103929.227500', '103929.687500', '103930.147500', '103930.607500', '103931.067500', '103931.527500', '103931.987500', '103932.447500', '103932.907500', '103933.367500', '103933.827500', '103934.287500', '103934.747500', '103935.207500', '103935.667500', '103936.127500', '103936.587500', '103937.047500', '103937.507500', '103937.967500', '103938.427500', '103938.887500', '103939.347500', '103939.807500', '103940.267500', '103940.727500', '103941.187500', '103941.647500', '103942.107500', '103942.567500', '103943.027500', '103943.487500', '103943.947500', '103944.407500', '103944.867500', '103945.327500', '103945.787500', '103946.247500', '103946.707500', '103947.167500', '103947.627500', '103948.087500', '103948.547500', '103949.007500', '103949.467500', '103949.927500', '103950.387500', '103950.847500', '103951.307500', '103951.767500', '103952.227500', '103952.687500', '103953.147500', '103953.607500', '103954.067500', '103954.527500', '103954.987500', '103955.447500', '103955.907500', '103956.367500', '103956.827500', '103957.287500', '103957.747500', '103958.207500', '103958.667500', '103959.127500', '103959.587500', '104000.047500', '104000.507500', '104000.967500', '104001.427500', '104001.887500', '104002.347500', '104002.807500', '104003.267500', '104003.727500', '104004.187500', '104004.647500', '104005.107500', '104005.567500', '104006.027500', '104006.487500', '104006.947500', '104007.407500', '104007.867500', '104008.327500', '104008.787500', '104009.247500', '104009.707500', '104010.167500', '104010.627500', '104011.087500', '104011.547500', '104012.007500', '104012.467500', '104012.927500', '104013.387500', '104013.847500', '104014.307500', '104014.767500', '104015.227500', '104015.687500', '104016.147500', '104016.607500', '104017.067500', '104017.527500', '104017.987500', '104018.447500', '104018.907500', '104019.367500', '104019.827500', '104020.287500', '104020.747500', '104021.207500', '104021.667500', '104022.127500', '104022.587500', '104023.047500', '104023.507500', '104023.967500', '104024.427500', '104024.887500', '104025.347500', '104025.807500', '104026.267500', '104026.727500', '104027.187500', '104027.647500', '104028.107500', '104028.567500', '104029.027500', '104029.487500', '104029.947500', '104030.407500', '104030.867500', '104031.327500', '104031.787500', '104032.247500', '104032.707500', '104033.167500', '104033.627500', '104034.087500', '104034.547500', '104035.007500', '104035.467500', '104035.927500', '104036.387500', '104036.847500', '104037.307500', '104037.767500', '104038.227500', '104038.687500', '104039.147500', '104039.607500', '104040.067500', '104040.527500', '104040.987500', '104041.447500', '104041.907500', '104042.367500', '104042.827500', '104043.287500', '104043.747500', '104044.207500', '104044.667500', '104045.127500', '104045.587500', '104046.047500', '104046.507500', '104046.967500', '104047.427500', '104047.887500', '104048.347500', '104048.807500', '104049.267500', '104049.727500', '104050.187500', '104050.647500', '104051.107500', '104051.567500', '104052.027500', '104052.487500', '104052.947500', '104053.407500', '104053.867500', '104054.327500', '104054.787500', '104055.247500', '104055.707500', '104056.167500', '104056.627500', '104057.087500', '104057.547500', '104058.007500', '104058.467500', '104058.927500', '104059.387500', '104059.847500', '104100.307500', '104100.767500', '104101.227500', '104101.687500', '104102.147500', '104102.607500', '104103.067500', '104103.527500', '104103.987500', '104104.447500', '104104.907500', '104105.367500', '104105.827500', '104106.287500', '104106.747500', '104107.207500', '104107.667500', '104108.127500', '104108.587500', '104109.047500', '104109.507500', '104109.967500', '104110.427500', '104110.887500', '104111.347500', '104111.807500', '104112.267500', '104112.727500', '104113.187500', '104113.647500', '104114.107500', '104114.567500', '104115.027500', '104115.487500', '104115.947500', '104116.407500', '104116.867500', '104117.327500', '104117.787500', '104118.247500', '104118.707500', '104119.167500', '104119.627500', '104120.087500', '104120.547500', '104121.007500', '104121.467500', '104121.927500', '104122.387500', '104122.847500', '104123.307500', '104123.767500', '104124.227500', '104124.687500', '104125.147500', '104125.607500', '104126.067500', '104126.527500', '104126.987500', '104127.447500', '104127.907500', '104128.367500', '104128.827500', '104129.287500', '104129.747500', '104130.207500', '104130.667500', '104131.127500', '104131.587500', '104132.047500', '104132.507500', '104132.967500', '104133.427500', '104133.887500', '104134.347500', '104134.807500', '104135.267500', '104135.727500', '104136.187500', '104136.647500', '104137.107500', '104137.567500', '104138.027500', '104138.487500', '104138.947500', '104139.407500', '104139.867500', '104140.327500', '104140.787500', '104141.247500', '104141.707500', '104142.167500', '104142.627500', '104143.087500', '104143.547500', '104144.007500', '104144.467500', '104144.927500', '104145.387500', '104145.847500', '104146.307500', '104146.767500', '104147.227500', '104147.687500', '104148.147500', '104148.607500', '104149.067500', '104149.527500', '104149.987500', '104150.447500', '104150.907500', '104151.367500', '104151.827500', '104152.287500', '104152.747500', '104153.207500', '104153.667500', '104154.127500', '104154.587500', '104155.047500', '104155.507500', '104155.967500', '104156.427500', '104156.887500', '104157.347500', '104157.807500', '104158.267500', '104158.727500', '104159.187500', '104159.647500', '104200.107500', '104200.567500', '104201.027500', '104201.487500', '104201.947500', '104202.407500', '104202.867500', '104203.327500', '104203.787500', '104204.247500', '104204.707500', '104205.167500', '104205.627500', '104206.087500', '104206.547500', '104207.007500', '104207.467500', '104207.927500', '104208.387500', '104208.847500', '104209.307500', '104209.767500', '104210.227500', '104210.687500', '104211.147500', '104211.607500', '104212.067500', '104212.527500', '104212.987500', '104213.447500', '104213.907500', '104214.367500', '104214.827500', '104215.287500', '104215.747500', '104216.207500', '104216.667500', '104217.127500', '104217.587500', '104218.047500', '104218.507500', '104218.967500', '104219.427500', '104219.887500', '104220.347500', '104220.807500', '104221.267500', '104221.727500', '104222.187500', '104222.647500', '104223.107500', '104223.567500', '104224.027500', '104224.487500', '104224.947500', '104225.407500', '104225.867500', '104226.327500', '104226.787500', '104227.247500', '104227.707500', '104228.167500', '104228.627500', '104229.087500', '104229.547500', '104230.007500', '104230.467500', '104230.927500', '104231.387500', '104231.847500', '104232.307500', '104232.767500', '104233.227500', '104233.687500', '104234.147500', '104234.607500', '104235.067500', '104235.527500', '104235.987500', '104236.447500', '104236.907500', '104237.367500', '104237.827500', '104238.287500', '104238.747500', '104239.207500', '104239.667500', '104240.127500', '104240.587500', '104241.047500', '104241.507500', '104241.967500', '104242.427500', '104242.887500', '104243.347500', '104243.807500', '104244.267500', '104244.727500', '104245.187500', '104245.647500', '104246.107500'], 'ContentTime': ['103635.574000', '103635.577000', '103635.580000', '103635.582000', '103635.585000', '103635.587000', '103635.590000', '103635.593000', '103635.595000', '103635.600000', '103635.603000', '103635.605000', '103635.608000', '103635.634000', '103635.637000', '103635.639000', '103635.642000', '103635.644000', '103635.647000', '103635.650000', '103635.652000', '103635.655000', '103635.657000', '103635.660000', '103635.662000', '103635.665000', '103635.667000', '103635.670000', '103635.673000', '103635.675000', '103635.678000', '103635.680000', '103635.683000', '103635.686000', '103635.688000', '103635.691000', '103635.693000', '103635.699000', '103635.702000', '103635.704000', '103635.707000', '103635.709000', '103635.712000', '103635.714000', '103635.717000', '103635.719000', '103635.722000', '103635.724000', '103635.727000', '103635.729000', '103635.732000', '103635.735000', '103635.737000', '103635.740000', '103635.742000', '103635.745000', '103635.747000', '103635.750000', '103635.752000', '103635.755000', '103635.757000', '103635.760000', '103655.502000', '103655.505000', '103655.508000', '103655.510000', '103655.513000', '103655.515000', '103655.518000', '103655.520000', '103655.523000', '103655.525000', '103655.528000', '103655.531000', '103655.533000', '103655.536000', '103655.538000', '103655.541000', '103655.543000', '103655.546000', '103655.548000', '103655.551000', '103655.553000', '103655.556000', '103655.559000', '103655.561000', '103655.564000', '103655.566000', '103655.569000', '103655.571000', '103655.574000', '103655.576000', '103655.579000', '103655.581000', '103655.584000', '103655.586000', '103655.589000', '103655.591000', '103655.594000', '103655.597000', '103655.599000', '103655.602000', '103655.604000', '103655.607000', '103655.609000', '103655.612000', '103715.502000', '103715.504000', '103715.507000', '103715.509000', '103715.512000', '103715.515000', '103715.517000', '103715.520000', '103715.522000', '103715.525000', '103715.527000', '103715.530000', '103715.532000', '103715.535000', '103715.538000', '103715.540000', '103715.543000', '103715.552000', '103715.554000', '103715.557000', '103715.559000', '103715.562000', '103715.565000', '103715.567000', '103715.570000', '103715.572000', '103715.575000', '103715.577000', '103715.580000', '103715.582000', '103715.585000', '103715.587000', '103715.590000', '103715.593000', '103715.595000', '103715.598000', '103715.600000', '103715.603000', '103715.605000', '103715.608000', '103715.610000', '103715.613000', '103715.615000', '103735.502000', '103735.505000', '103735.508000', '103735.510000', '103735.513000', '103735.515000', '103735.518000', '103735.521000', '103735.523000', '103735.526000', '103735.528000', '103735.531000', '103735.533000', '103735.536000', '103735.538000', '103735.541000', '103735.543000', '103735.546000', '103735.549000', '103735.551000', '103735.554000', '103735.556000', '103735.559000', '103735.561000', '103735.564000', '103735.567000', '103735.569000', '103735.572000', '103735.574000', '103735.577000', '103735.579000', '103735.582000', '103735.584000', '103735.587000', '103735.590000', '103735.592000', '103735.595000', '103735.597000', '103735.600000', '103735.602000', '103735.605000', '103735.607000', '103735.610000', '103735.613000', '103755.503000', '103755.505000', '103755.508000', '103755.511000', '103755.513000', '103755.516000', '103755.518000', '103755.521000', '103755.523000', '103755.526000', '103755.529000', '103755.531000', '103755.534000', '103755.536000', '103755.539000', '103755.541000', '103755.544000', '103755.546000', '103755.549000', '103755.552000', '103755.554000', '103755.557000', '103755.559000', '103755.562000', '103755.565000', '103755.567000', '103755.570000', '103755.572000', '103755.575000', '103755.577000', '103755.580000', '103755.582000', '103755.585000', '103755.588000', '103755.590000', '103755.593000', '103755.595000', '103755.598000', '103755.601000', '103755.603000', '103755.606000', '103755.608000', '103755.611000', '103815.503000', '103815.505000', '103815.508000', '103815.511000', '103815.520000', '103815.523000', '103815.526000', '103815.528000', '103815.531000', '103815.533000', '103815.536000', '103815.539000', '103815.541000', '103815.544000', '103815.546000', '103815.549000', '103815.551000', '103815.554000', '103815.556000', '103815.559000', '103815.562000', '103815.564000', '103815.567000', '103815.569000', '103815.572000', '103815.574000', '103815.577000', '103815.579000', '103815.582000', '103815.584000', '103815.587000', '103815.590000', '103815.592000', '103815.595000', '103815.597000', '103815.600000', '103815.603000', '103815.605000', '103815.608000', '103815.610000', '103815.613000', '103815.615000', '103815.618000', '103815.621000', '103835.502000', '103835.505000', '103835.508000', '103835.511000', '103835.513000', '103835.516000', '103835.518000', '103835.521000', '103835.523000', '103835.526000', '103835.529000', '103835.531000', '103835.534000', '103835.536000', '103835.539000', '103835.541000', '103835.544000', '103835.547000', '103835.549000', '103835.552000', '103835.554000', '103835.557000', '103835.559000', '103835.562000', '103835.564000', '103835.567000', '103835.570000', '103835.572000', '103835.575000', '103835.577000', '103835.580000', '103835.582000', '103835.585000', '103835.588000', '103835.590000', '103835.593000', '103835.595000', '103835.598000', '103835.600000', '103835.603000', '103835.605000', '103835.608000', '103835.611000', '103855.503000', '103855.505000', '103855.508000', '103855.511000', '103855.513000', '103855.516000', '103855.518000', '103855.521000', '103855.524000', '103855.526000', '103855.529000', '103855.531000', '103855.534000', '103855.536000', '103855.539000', '103855.542000', '103855.544000', '103855.547000', '103855.549000', '103855.552000', '103855.555000', '103855.557000', '103855.560000', '103855.562000', '103855.565000', '103855.568000', '103855.570000', '103855.573000', '103855.575000', '103855.578000', '103855.580000', '103855.583000', '103855.585000', '103855.588000', '103855.591000', '103855.593000', '103855.596000', '103855.598000', '103855.601000', '103855.603000', '103855.606000', '103855.609000', '103855.611000', '103855.614000', '103915.503000', '103915.505000', '103915.508000', '103915.511000', '103915.513000', '103915.516000', '103915.518000', '103915.521000', '103915.524000', '103915.526000', '103915.529000', '103915.531000', '103915.534000', '103915.536000', '103915.539000', '103915.542000', '103915.544000', '103915.547000', '103915.549000', '103915.552000', '103915.554000', '103915.557000', '103915.559000', '103915.562000', '103915.564000', '103915.567000', '103915.570000', '103915.572000', '103915.575000', '103915.577000', '103915.580000', '103915.582000', '103915.585000', '103915.587000', '103915.590000', '103915.593000', '103915.596000', '103915.598000', '103915.601000', '103915.603000', '103915.606000', '103915.608000', '103915.611000', '103935.501000', '103935.505000', '103935.508000', '103935.511000', '103935.513000', '103935.516000', '103935.518000', '103935.521000', '103935.524000', '103935.526000', '103935.529000', '103935.531000', '103935.534000', '103935.536000', '103935.539000', '103935.541000', '103935.544000', '103935.547000', '103935.549000', '103935.552000', '103935.554000', '103935.557000', '103935.559000', '103935.562000', '103935.565000', '103935.567000', '103935.570000', '103935.572000', '103935.575000', '103935.592000', '103935.595000', '103935.598000', '103935.600000', '103935.603000', '103935.605000', '103935.608000', '103935.610000', '103935.613000', '103935.616000', '103935.618000', '103935.621000', '103935.623000', '103935.626000', '103935.628000', '103955.503000', '103955.505000', '103955.508000', '103955.511000', '103955.513000', '103955.516000', '103955.518000', '103955.521000', '103955.523000', '103955.526000', '103955.528000', '103955.531000', '103955.534000', '103955.536000', '103955.539000', '103955.541000', '103955.544000', '103955.546000', '103955.549000', '103955.551000', '103955.554000', '103955.557000', '103955.559000', '103955.562000', '103955.564000', '103955.567000', '103955.570000', '103955.572000', '103955.575000', '103955.577000', '103955.580000', '103955.582000', '103955.585000', '103955.588000', '103955.590000', '103955.593000', '103955.595000', '103955.598000', '103955.601000', '103955.603000', '103955.606000', '103955.608000', '103955.611000', '104015.502000', '104015.505000', '104015.508000', '104015.510000', '104015.513000', '104015.515000', '104015.518000', '104015.521000', '104015.523000', '104015.526000', '104015.528000', '104015.540000', '104015.542000', '104015.545000', '104015.547000', '104015.550000', '104015.552000', '104015.555000', '104015.558000', '104015.560000', '104015.563000', '104015.565000', '104015.568000', '104015.570000', '104015.573000', '104015.575000', '104015.578000', '104015.581000', '104015.583000', '104015.586000', '104015.588000', '104015.591000', '104015.594000', '104015.596000', '104015.599000', '104015.601000', '104015.604000', '104015.606000', '104015.609000', '104015.611000', '104015.614000', '104015.617000', '104015.619000', '104015.622000', '104035.502000', '104035.505000', '104035.508000', '104035.511000', '104035.513000', '104035.516000', '104035.518000', '104035.521000', '104035.523000', '104035.526000', '104035.529000', '104035.531000', '104035.534000', '104035.536000', '104035.539000', '104035.542000', '104035.544000', '104035.547000', '104035.549000', '104035.552000', '104035.554000', '104035.557000', '104035.559000', '104035.562000', '104035.565000', '104035.567000', '104035.570000', '104035.572000', '104035.575000', '104035.577000', '104035.580000', '104035.583000', '104035.585000', '104035.588000', '104035.590000', '104035.593000', '104035.595000', '104035.598000', '104035.601000', '104035.603000', '104035.606000', '104035.608000', '104035.611000', '104055.502000', '104055.505000', '104055.508000', '104055.510000', '104055.514000', '104055.516000', '104055.519000', '104055.522000', '104055.525000', '104055.527000', '104055.530000', '104055.532000', '104055.535000', '104055.537000', '104055.540000', '104055.543000', '104055.546000', '104055.549000', '104055.551000', '104055.554000', '104055.557000', '104055.559000', '104055.562000', '104055.564000', '104055.567000', '104055.569000', '104055.572000', '104055.575000', '104055.577000', '104055.580000', '104055.582000', '104055.585000', '104055.587000', '104055.590000', '104055.592000', '104055.595000', '104055.598000', '104055.600000', '104055.603000', '104055.605000', '104055.608000', '104055.611000', '104055.613000', '104115.503000', '104115.505000', '104115.508000', '104115.511000', '104115.513000', '104115.516000', '104115.518000', '104115.521000', '104115.524000', '104115.526000', '104115.529000', '104115.532000', '104115.534000', '104115.537000', '104115.539000', '104115.542000', '104115.545000', '104115.547000', '104115.550000', '104115.552000', '104115.555000', '104115.557000', '104115.560000', '104115.562000', '104115.565000', '104115.568000', '104115.570000', '104115.573000', '104115.575000', '104115.578000', '104115.580000', '104115.583000', '104115.585000', '104115.588000', '104115.591000', '104115.593000', '104115.596000', '104115.598000', '104115.601000', '104115.604000', '104115.606000', '104115.609000', '104115.611000', '104115.614000', '104135.502000', '104135.505000', '104135.508000', '104135.510000', '104135.513000', '104135.516000', '104135.518000', '104135.521000', '104135.523000', '104135.526000', '104135.528000', '104135.531000', '104135.534000', '104135.536000', '104135.539000', '104135.541000', '104135.544000', '104135.547000', '104135.549000', '104135.552000', '104135.554000', '104135.557000', '104135.559000', '104135.562000', '104135.564000', '104135.567000', '104135.570000', '104135.572000', '104135.575000', '104135.577000', '104135.580000', '104135.582000', '104135.585000', '104135.588000', '104135.590000', '104135.593000', '104135.596000', '104135.598000', '104135.601000', '104135.603000', '104135.606000', '104135.608000', '104135.611000', '104155.501000', '104155.504000', '104155.507000', '104155.509000', '104155.512000', '104155.515000', '104155.517000', '104155.520000', '104155.522000', '104155.525000', '104155.528000', '104155.530000', '104155.533000', '104155.535000', '104155.538000', '104155.540000', '104155.543000', '104155.546000', '104155.548000', '104155.551000', '104155.553000', '104155.556000', '104155.558000', '104155.561000', '104155.563000', '104155.566000', '104155.569000', '104155.571000', '104155.574000', '104155.576000', '104155.579000', '104155.581000', '104155.584000', '104155.586000', '104155.589000', '104155.592000', '104155.594000', '104155.597000', '104155.599000', '104155.602000', '104155.605000', '104155.607000', '104155.610000', '104155.612000', '104215.503000', '104215.506000', '104215.508000', '104215.511000', '104215.513000', '104215.516000', '104215.518000', '104215.521000', '104215.524000', '104215.526000', '104215.529000', '104215.531000', '104215.534000', '104215.537000', '104215.539000', '104215.542000', '104215.544000', '104215.547000', '104215.549000', '104215.552000', '104215.555000', '104215.557000', '104215.560000', '104215.562000', '104215.565000', '104215.568000', '104215.570000', '104215.573000', '104215.575000', '104215.578000', '104215.580000', '104215.583000', '104215.588000', '104215.591000', '104215.594000', '104215.596000', '104215.599000', '104215.601000', '104215.604000', '104215.607000', '104215.609000', '104215.612000', '104215.614000', '104235.502000', '104235.505000', '104235.508000', '104235.510000', '104235.513000', '104235.516000', '104235.518000', '104235.545000', '104235.547000', '104235.550000', '104235.553000', '104235.555000', '104235.558000', '104235.560000', '104235.563000', '104235.566000', '104235.568000', '104235.571000', '104235.573000', '104235.576000', '104235.578000', '104235.581000', '104235.584000', '104235.586000', '104235.589000', '104235.592000', '104235.594000', '104235.597000', '104235.599000', '104235.602000', '104235.605000', '104235.607000', '104235.610000', '104235.612000', '104235.615000', '104235.617000', '104235.620000', '104235.623000', '104235.625000', '104235.628000', '104235.631000', '104235.633000', '104235.636000', '104235.638000', '104247.733000', '104247.736000', '104247.739000', '104247.742000', '104247.745000', '104247.748000', '104247.750000', '104247.753000', '104247.756000', '104247.759000', '104247.762000', '104247.765000', '104247.768000', '104247.771000', '104247.774000', '104247.777000', '104247.779000', '104247.782000', '104247.785000', '104247.787000', '104247.790000', '104247.792000', '104247.795000', '104247.798000', '104247.801000', '104247.803000', '104247.806000'], 'InstanceCreationTime': ['103635.574000', '103635.577000', '103635.580000', '103635.582000', '103635.585000', '103635.587000', '103635.590000', '103635.593000', '103635.595000', '103635.600000', '103635.603000', '103635.605000', '103635.608000', '103635.634000', '103635.637000', '103635.639000', '103635.642000', '103635.644000', '103635.647000', '103635.650000', '103635.652000', '103635.655000', '103635.657000', '103635.660000', '103635.662000', '103635.665000', '103635.667000', '103635.670000', '103635.673000', '103635.675000', '103635.678000', '103635.680000', '103635.683000', '103635.686000', '103635.688000', '103635.691000', '103635.693000', '103635.699000', '103635.702000', '103635.704000', '103635.707000', '103635.709000', '103635.712000', '103635.714000', '103635.717000', '103635.719000', '103635.722000', '103635.724000', '103635.727000', '103635.729000', '103635.732000', '103635.735000', '103635.737000', '103635.740000', '103635.742000', '103635.745000', '103635.747000', '103635.750000', '103635.752000', '103635.755000', '103635.757000', '103635.760000', '103655.502000', '103655.505000', '103655.508000', '103655.510000', '103655.513000', '103655.515000', '103655.518000', '103655.520000', '103655.523000', '103655.525000', '103655.528000', '103655.531000', '103655.533000', '103655.536000', '103655.538000', '103655.541000', '103655.543000', '103655.546000', '103655.548000', '103655.551000', '103655.553000', '103655.556000', '103655.559000', '103655.561000', '103655.564000', '103655.566000', '103655.569000', '103655.571000', '103655.574000', '103655.576000', '103655.579000', '103655.581000', '103655.584000', '103655.586000', '103655.589000', '103655.591000', '103655.594000', '103655.597000', '103655.599000', '103655.602000', '103655.604000', '103655.607000', '103655.609000', '103655.612000', '103715.502000', '103715.504000', '103715.507000', '103715.509000', '103715.512000', '103715.515000', '103715.517000', '103715.520000', '103715.522000', '103715.525000', '103715.527000', '103715.530000', '103715.532000', '103715.535000', '103715.538000', '103715.540000', '103715.543000', '103715.552000', '103715.554000', '103715.557000', '103715.559000', '103715.562000', '103715.565000', '103715.567000', '103715.570000', '103715.572000', '103715.575000', '103715.577000', '103715.580000', '103715.582000', '103715.585000', '103715.587000', '103715.590000', '103715.593000', '103715.595000', '103715.598000', '103715.600000', '103715.603000', '103715.605000', '103715.608000', '103715.610000', '103715.613000', '103715.615000', '103735.502000', '103735.505000', '103735.508000', '103735.510000', '103735.513000', '103735.515000', '103735.518000', '103735.521000', '103735.523000', '103735.526000', '103735.528000', '103735.531000', '103735.533000', '103735.536000', '103735.538000', '103735.541000', '103735.543000', '103735.546000', '103735.549000', '103735.551000', '103735.554000', '103735.556000', '103735.559000', '103735.561000', '103735.564000', '103735.567000', '103735.569000', '103735.572000', '103735.574000', '103735.577000', '103735.579000', '103735.582000', '103735.584000', '103735.587000', '103735.590000', '103735.592000', '103735.595000', '103735.597000', '103735.600000', '103735.602000', '103735.605000', '103735.607000', '103735.610000', '103735.613000', '103755.503000', '103755.505000', '103755.508000', '103755.511000', '103755.513000', '103755.516000', '103755.518000', '103755.521000', '103755.523000', '103755.526000', '103755.529000', '103755.531000', '103755.534000', '103755.536000', '103755.539000', '103755.541000', '103755.544000', '103755.546000', '103755.549000', '103755.552000', '103755.554000', '103755.557000', '103755.559000', '103755.562000', '103755.565000', '103755.567000', '103755.570000', '103755.572000', '103755.575000', '103755.577000', '103755.580000', '103755.582000', '103755.585000', '103755.588000', '103755.590000', '103755.593000', '103755.595000', '103755.598000', '103755.601000', '103755.603000', '103755.606000', '103755.608000', '103755.611000', '103815.503000', '103815.505000', '103815.508000', '103815.511000', '103815.520000', '103815.523000', '103815.526000', '103815.528000', '103815.531000', '103815.533000', '103815.536000', '103815.539000', '103815.541000', '103815.544000', '103815.546000', '103815.549000', '103815.551000', '103815.554000', '103815.556000', '103815.559000', '103815.562000', '103815.564000', '103815.567000', '103815.569000', '103815.572000', '103815.574000', '103815.577000', '103815.579000', '103815.582000', '103815.584000', '103815.587000', '103815.590000', '103815.592000', '103815.595000', '103815.597000', '103815.600000', '103815.603000', '103815.605000', '103815.608000', '103815.610000', '103815.613000', '103815.615000', '103815.618000', '103815.621000', '103835.502000', '103835.505000', '103835.508000', '103835.511000', '103835.513000', '103835.516000', '103835.518000', '103835.521000', '103835.523000', '103835.526000', '103835.529000', '103835.531000', '103835.534000', '103835.536000', '103835.539000', '103835.541000', '103835.544000', '103835.547000', '103835.549000', '103835.552000', '103835.554000', '103835.557000', '103835.559000', '103835.562000', '103835.564000', '103835.567000', '103835.570000', '103835.572000', '103835.575000', '103835.577000', '103835.580000', '103835.582000', '103835.585000', '103835.588000', '103835.590000', '103835.593000', '103835.595000', '103835.598000', '103835.600000', '103835.603000', '103835.605000', '103835.608000', '103835.611000', '103855.503000', '103855.505000', '103855.508000', '103855.511000', '103855.513000', '103855.516000', '103855.518000', '103855.521000', '103855.524000', '103855.526000', '103855.529000', '103855.531000', '103855.534000', '103855.536000', '103855.539000', '103855.542000', '103855.544000', '103855.547000', '103855.549000', '103855.552000', '103855.555000', '103855.557000', '103855.560000', '103855.562000', '103855.565000', '103855.568000', '103855.570000', '103855.573000', '103855.575000', '103855.578000', '103855.580000', '103855.583000', '103855.585000', '103855.588000', '103855.591000', '103855.593000', '103855.596000', '103855.598000', '103855.601000', '103855.603000', '103855.606000', '103855.609000', '103855.611000', '103855.614000', '103915.503000', '103915.505000', '103915.508000', '103915.511000', '103915.513000', '103915.516000', '103915.518000', '103915.521000', '103915.524000', '103915.526000', '103915.529000', '103915.531000', '103915.534000', '103915.536000', '103915.539000', '103915.542000', '103915.544000', '103915.547000', '103915.549000', '103915.552000', '103915.554000', '103915.557000', '103915.559000', '103915.562000', '103915.564000', '103915.567000', '103915.570000', '103915.572000', '103915.575000', '103915.577000', '103915.580000', '103915.582000', '103915.585000', '103915.587000', '103915.590000', '103915.593000', '103915.596000', '103915.598000', '103915.601000', '103915.603000', '103915.606000', '103915.608000', '103915.611000', '103935.501000', '103935.505000', '103935.508000', '103935.511000', '103935.513000', '103935.516000', '103935.518000', '103935.521000', '103935.524000', '103935.526000', '103935.529000', '103935.531000', '103935.534000', '103935.536000', '103935.539000', '103935.541000', '103935.544000', '103935.547000', '103935.549000', '103935.552000', '103935.554000', '103935.557000', '103935.559000', '103935.562000', '103935.565000', '103935.567000', '103935.570000', '103935.572000', '103935.575000', '103935.592000', '103935.595000', '103935.598000', '103935.600000', '103935.603000', '103935.605000', '103935.608000', '103935.610000', '103935.613000', '103935.616000', '103935.618000', '103935.621000', '103935.623000', '103935.626000', '103935.628000', '103955.503000', '103955.505000', '103955.508000', '103955.511000', '103955.513000', '103955.516000', '103955.518000', '103955.521000', '103955.523000', '103955.526000', '103955.528000', '103955.531000', '103955.534000', '103955.536000', '103955.539000', '103955.541000', '103955.544000', '103955.546000', '103955.549000', '103955.551000', '103955.554000', '103955.557000', '103955.559000', '103955.562000', '103955.564000', '103955.567000', '103955.570000', '103955.572000', '103955.575000', '103955.577000', '103955.580000', '103955.582000', '103955.585000', '103955.588000', '103955.590000', '103955.593000', '103955.595000', '103955.598000', '103955.601000', '103955.603000', '103955.606000', '103955.608000', '103955.611000', '104015.502000', '104015.505000', '104015.508000', '104015.510000', '104015.513000', '104015.515000', '104015.518000', '104015.521000', '104015.523000', '104015.526000', '104015.528000', '104015.540000', '104015.542000', '104015.545000', '104015.547000', '104015.550000', '104015.552000', '104015.555000', '104015.558000', '104015.560000', '104015.563000', '104015.565000', '104015.568000', '104015.570000', '104015.573000', '104015.575000', '104015.578000', '104015.581000', '104015.583000', '104015.586000', '104015.588000', '104015.591000', '104015.594000', '104015.596000', '104015.599000', '104015.601000', '104015.604000', '104015.606000', '104015.609000', '104015.611000', '104015.614000', '104015.617000', '104015.619000', '104015.622000', '104035.502000', '104035.505000', '104035.508000', '104035.511000', '104035.513000', '104035.516000', '104035.518000', '104035.521000', '104035.523000', '104035.526000', '104035.529000', '104035.531000', '104035.534000', '104035.536000', '104035.539000', '104035.542000', '104035.544000', '104035.547000', '104035.549000', '104035.552000', '104035.554000', '104035.557000', '104035.559000', '104035.562000', '104035.565000', '104035.567000', '104035.570000', '104035.572000', '104035.575000', '104035.577000', '104035.580000', '104035.583000', '104035.585000', '104035.588000', '104035.590000', '104035.593000', '104035.595000', '104035.598000', '104035.601000', '104035.603000', '104035.606000', '104035.608000', '104035.611000', '104055.502000', '104055.505000', '104055.508000', '104055.510000', '104055.514000', '104055.516000', '104055.519000', '104055.522000', '104055.525000', '104055.527000', '104055.530000', '104055.532000', '104055.535000', '104055.537000', '104055.540000', '104055.543000', '104055.546000', '104055.549000', '104055.551000', '104055.554000', '104055.557000', '104055.559000', '104055.562000', '104055.564000', '104055.567000', '104055.569000', '104055.572000', '104055.575000', '104055.577000', '104055.580000', '104055.582000', '104055.585000', '104055.587000', '104055.590000', '104055.592000', '104055.595000', '104055.598000', '104055.600000', '104055.603000', '104055.605000', '104055.608000', '104055.611000', '104055.613000', '104115.503000', '104115.505000', '104115.508000', '104115.511000', '104115.513000', '104115.516000', '104115.518000', '104115.521000', '104115.524000', '104115.526000', '104115.529000', '104115.532000', '104115.534000', '104115.537000', '104115.539000', '104115.542000', '104115.545000', '104115.547000', '104115.550000', '104115.552000', '104115.555000', '104115.557000', '104115.560000', '104115.562000', '104115.565000', '104115.568000', '104115.570000', '104115.573000', '104115.575000', '104115.578000', '104115.580000', '104115.583000', '104115.585000', '104115.588000', '104115.591000', '104115.593000', '104115.596000', '104115.598000', '104115.601000', '104115.604000', '104115.606000', '104115.609000', '104115.611000', '104115.614000', '104135.502000', '104135.505000', '104135.508000', '104135.510000', '104135.513000', '104135.516000', '104135.518000', '104135.521000', '104135.523000', '104135.526000', '104135.528000', '104135.531000', '104135.534000', '104135.536000', '104135.539000', '104135.541000', '104135.544000', '104135.547000', '104135.549000', '104135.552000', '104135.554000', '104135.557000', '104135.559000', '104135.562000', '104135.564000', '104135.567000', '104135.570000', '104135.572000', '104135.575000', '104135.577000', '104135.580000', '104135.582000', '104135.585000', '104135.588000', '104135.590000', '104135.593000', '104135.596000', '104135.598000', '104135.601000', '104135.603000', '104135.606000', '104135.608000', '104135.611000', '104155.501000', '104155.504000', '104155.507000', '104155.509000', '104155.512000', '104155.515000', '104155.517000', '104155.520000', '104155.522000', '104155.525000', '104155.528000', '104155.530000', '104155.533000', '104155.535000', '104155.538000', '104155.540000', '104155.543000', '104155.546000', '104155.548000', '104155.551000', '104155.553000', '104155.556000', '104155.558000', '104155.561000', '104155.563000', '104155.566000', '104155.569000', '104155.571000', '104155.574000', '104155.576000', '104155.579000', '104155.581000', '104155.584000', '104155.586000', '104155.589000', '104155.592000', '104155.594000', '104155.597000', '104155.599000', '104155.602000', '104155.605000', '104155.607000', '104155.610000', '104155.612000', '104215.503000', '104215.506000', '104215.508000', '104215.511000', '104215.513000', '104215.516000', '104215.518000', '104215.521000', '104215.524000', '104215.526000', '104215.529000', '104215.531000', '104215.534000', '104215.537000', '104215.539000', '104215.542000', '104215.544000', '104215.547000', '104215.549000', '104215.552000', '104215.555000', '104215.557000', '104215.560000', '104215.562000', '104215.565000', '104215.568000', '104215.570000', '104215.573000', '104215.575000', '104215.578000', '104215.580000', '104215.583000', '104215.588000', '104215.591000', '104215.594000', '104215.596000', '104215.599000', '104215.601000', '104215.604000', '104215.607000', '104215.609000', '104215.612000', '104215.614000', '104235.502000', '104235.505000', '104235.508000', '104235.510000', '104235.513000', '104235.516000', '104235.518000', '104235.545000', '104235.547000', '104235.550000', '104235.553000', '104235.555000', '104235.558000', '104235.560000', '104235.563000', '104235.566000', '104235.568000', '104235.571000', '104235.573000', '104235.576000', '104235.578000', '104235.581000', '104235.584000', '104235.586000', '104235.589000', '104235.592000', '104235.594000', '104235.597000', '104235.599000', '104235.602000', '104235.605000', '104235.607000', '104235.610000', '104235.612000', '104235.615000', '104235.617000', '104235.620000', '104235.623000', '104235.625000', '104235.628000', '104235.631000', '104235.633000', '104235.636000', '104235.638000', '104247.733000', '104247.736000', '104247.739000', '104247.742000', '104247.745000', '104247.748000', '104247.750000', '104247.753000', '104247.756000', '104247.759000', '104247.762000', '104247.765000', '104247.768000', '104247.771000', '104247.774000', '104247.777000', '104247.779000', '104247.782000', '104247.785000', '104247.787000', '104247.790000', '104247.792000', '104247.795000', '104247.798000', '104247.801000', '104247.803000', '104247.806000'], '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': [12684, 15359, 11995, 15139, 12131, 16599, 13083, 16044, 11510, 10097, 11213, 10235, 15362, 12654, 13174, 12299, 10797, 15772, 12627, 17149, 12117, 16930, 12387, 16988, 12901, 17028, 13544, 15990, 12765, 11904, 15191, 12337, 16773, 12754, 16878, 13936, 17664, 14432, 17006, 13254, 17125, 13456, 17857, 14122, 16392, 13042, 12982, 13330, 12086, 15163, 11711, 16141, 12006, 16408, 12724, 16967, 12609, 16027, 12373, 16436, 13201, 16542, 13403, 17367, 13403, 17682, 13909, 12607, 14535, 13919, 14631, 19051, 15173, 17275, 13575, 16775, 13536, 16209, 13267, 15531, 12522, 15833, 11720, 16367, 12951, 15910, 12731, 16638, 12813, 16623, 12803, 16428, 12014, 16504, 12613, 16719, 13352, 16105, 12012, 16659, 12610, 17389, 13044, 16875, 12973, 16861, 12735, 17110, 13580, 16328, 12346, 16189, 12320, 16401, 13014, 15392, 11796, 15576, 12255, 16010, 12738, 15585, 12248, 15696, 14301, 14518, 17999, 14590, 16195, 12992, 16159, 12320, 15802, 12086, 15583, 12059, 15813, 11962, 16776, 12862, 16293, 12918, 16526, 13346, 17724, 14190, 14521, 14000, 15523, 15110, 19073, 15067, 16453, 13820, 18290, 14141, 16664, 14289, 15932, 12840, 16141, 13296, 16441, 13287, 13513, 13136, 15261, 13899, 15246, 14692, 12694, 16165, 13025, 16683, 13689, 16621, 12575, 16538, 12865, 16700, 13006, 16173, 12330, 15932, 12230, 16145, 12407, 16659, 12366, 16060, 13277, 16689, 13404, 12122, 18259, 13284, 17069, 13761, 11561, 16926, 14184, 16235, 14455, 18256, 14028, 16949, 12867, 15223, 12499, 14742, 19587, 14109, 16802, 14377, 16050, 12454, 13447, 12952, 11900, 15639, 11792, 16129, 12986, 15259, 18427, 14319, 17748, 13391, 17428, 13617, 16558, 12531, 16113, 12059, 15941, 12394, 16315, 12627, 16215, 12287, 16525, 11933, 16561, 12159, 16714, 13186, 16409, 12138, 16038, 12971, 15093, 12246, 14938, 12657, 15026, 13575, 14576, 11834, 15000, 13076, 19259, 13707, 16855, 12848, 13074, 15383, 11171, 16756, 18489, 13749, 16961, 13068, 15389, 10980, 14916, 11496, 15055, 11913, 15363, 12180, 15869, 12556, 17223, 13312, 12433, 14966, 12268, 16314, 13503, 15890, 15015, 15409, 19273, 13670, 16886, 13291, 16085, 12077, 15451, 11572, 15043, 11512, 15282, 11783, 15759, 12340, 15967, 13021, 15741, 13036, 15817, 11892, 15422, 11961, 15211, 12039, 14232, 18502, 13082, 15614, 13040, 15466, 11998, 14417, 12502, 14655, 13241, 11216, 14611, 11150, 16428, 14075, 17136, 14026, 15335, 13821, 12685, 14997, 13551, 17052, 12514, 11841, 13916, 12397, 14825, 11569, 15551, 11467, 15268, 11790, 14048, 12921, 14219, 10365, 12884, 11361, 18859, 14302, 11944, 13817, 11176, 16362, 12572, 13570, 13878, 16861, 14187, 18891, 12506, 10344, 15384, 12581, 16519, 12745, 15612, 14976, 13109, 11841, 10246, 15932, 13017, 12332, 15434, 11633, 15652, 11986, 14877, 17490, 13165, 15298, 11442, 13208, 10504, 12028, 16134, 11677, 15256, 11940, 13947, 11345, 14667, 11252, 14622, 10576, 15054, 11737, 15665, 11469, 14467, 11436, 15865, 10840, 14641, 16167, 13060, 15741, 12218, 15395, 11353, 14701, 11426, 13871, 15211, 12312, 15563, 12546, 14242, 11324, 14507, 11015, 14920, 11491, 14741, 12530, 13106, 11492, 12804, 11839, 16583, 12235, 15549, 11488, 14007, 10560, 13338, 10499, 12830, 12923, 12032, 16594, 12156, 15311, 11344, 14162, 10034, 13865, 10723, 13819, 11041, 13537, 11208, 14176, 10901, 15886, 11653, 16120, 10443, 15956, 11148, 16645, 12000, 15491, 10997, 15175, 11029, 15429, 12060, 14091, 11100, 12884, 13367, 12116, 16303, 12717, 12137, 10624, 10881, 12889, 9866, 14674, 11964, 15861, 10824, 15994, 11473, 17387, 12746, 16791, 11800, 16586, 11786, 15538, 12006, 15604, 11249, 13645, 11637, 13234, 9752, 12789, 9989, 13121, 11279, 15189, 10586, 15365, 11357, 16630, 12771, 16863, 13069, 15974, 12190, 16001, 12422, 16641, 13235, 15941, 11816, 14700, 11145, 15021, 11009, 15694, 11698, 15115, 10785, 14881, 10915, 16091, 12213, 16860, 11567, 16307, 12254, 16524, 13023, 17006, 12670, 16136, 12060, 14687, 10771, 14684, 10956, 13252, 10129, 13181, 10185, 14428, 10644, 14538, 10547, 13848, 11208, 14159, 12805, 14216, 11308, 13188, 11698, 13556, 11948, 14322, 9945, 14195, 10049, 14776, 11862, 15274, 11031, 14710, 12569, 14213, 18243, 14323, 16116, 14399, 12238, 17430, 12358, 13952, 11047, 13972, 10303, 14948, 11118, 13836, 10977, 14371, 11784, 11240, 14424, 16050, 14056, 16115, 13451, 11095, 14118, 11486, 16331, 12379, 16142, 11969, 17056, 14096, 11450, 12432, 10348, 15152, 11810, 11878, 13209, 10491, 13654, 10199, 14405, 11310, 12842, 16994, 13203, 11865, 10157, 9976, 13301, 10353, 16318, 13040, 11122, 17567, 13826, 15017, 14673, 11748, 17993, 18290, 14468, 14923, 12861, 16123, 12370, 17500, 15713, 18795, 13062, 11454, 13880, 11923, 16035, 12745, 11298, 13935, 10945, 14417, 12222, 17223, 15217, 19336, 13992, 10223, 13596, 9941, 13928, 12423, 12714, 14273, 11241, 13698, 11466, 16531, 13087, 15686, 12611, 16325, 12780, 17309, 12959, 16928, 12759, 16672, 11612, 15219, 11128, 13965, 10966, 13624, 11025, 13435, 10454, 13423, 9974, 13056, 10127, 11767, 14403, 10737, 14422, 11045, 13728, 10072, 13077, 10329, 12078, 10928, 13187, 10032, 14890, 10764, 11803, 11041, 16724, 12444, 15650, 11270, 13797, 11470, 13462, 9668, 14695, 10833, 15079, 11141, 15026, 11085, 14217, 10457, 14002, 10555, 13463, 10755, 13454, 9922, 13865, 11001, 13948, 11110, 14606, 11205, 14742, 11665, 14217, 11079, 13803, 10317, 12802, 10428, 13570, 10844, 13147, 10665, 14494, 12021, 10594, 13197, 9768, 11849, 11666, 14115, 13314, 17532, 14433, 14849, 10980, 13395, 10867, 11820, 16376, 12323, 13015, 10694, 9921, 10886, 8999, 13958, 11187, 16279, 12226, 10884, 13515, 11842, 15221, 18619, 15152, 15899, 12413, 14279, 11718, 14799, 11996, 14965, 11898, 15359, 11838, 15693, 11900, 10802, 10380, 8984, 12550, 10170, 15367, 11750, 15698, 11770, 15244, 11936, 16152, 12923, 15150, 11739, 13288, 13097, 15865, 11435, 13729, 11532, 11098, 11379, 11852, 11762, 12571, 12880, 9811, 12795, 9620, 13172, 10064, 15480, 10887, 14625, 11271, 14506, 11783, 16235, 12752, 12582, 10950, 11857, 14705, 11945, 14636, 11155, 15116, 11747, 15346, 12140, 10435, 11943, 12665, 11388, 16510, 12602, 14563, 11512, 12505, 10034, 9397, 10592, 10441, 16273, 17071, 12255], 'WindowCenter': [4594.0, 4586.0, 4543.0, 4561.0, 4542.0, 4559.0, 4552.0, 4556.0, 4529.0, 4502.0, 4529.0, 4517.0, 4557.0, 4549.0, 4548.0, 4537.0, 4526.0, 4558.0, 4550.0, 4581.0, 4539.0, 4567.0, 4536.0, 4566.0, 4549.0, 4567.0, 4547.0, 4565.0, 4547.0, 4536.0, 4569.0, 4552.0, 4582.0, 4561.0, 4580.0, 4560.0, 4581.0, 4560.0, 4569.0, 4550.0, 4579.0, 4550.0, 4582.0, 4559.0, 4567.0, 4548.0, 4545.0, 4546.0, 4536.0, 4557.0, 4539.0, 4568.0, 4548.0, 4568.0, 4548.0, 4570.0, 4548.0, 4567.0, 4539.0, 4567.0, 4549.0, 4567.0, 4560.0, 4579.0, 4572.0, 4591.0, 4571.0, 4549.0, 4572.0, 4560.0, 4572.0, 4590.0, 4572.0, 4580.0, 4549.0, 4567.0, 4548.0, 4567.0, 4548.0, 4567.0, 4550.0, 4568.0, 4551.0, 4582.0, 4560.0, 4579.0, 4562.0, 4579.0, 4561.0, 4579.0, 4560.0, 4580.0, 4552.0, 4581.0, 4548.0, 4580.0, 4560.0, 4570.0, 4548.0, 4580.0, 4548.0, 4579.0, 4548.0, 4580.0, 4559.0, 4578.0, 4550.0, 4579.0, 4560.0, 4568.0, 4550.0, 4580.0, 4549.0, 4571.0, 4549.0, 4570.0, 4538.0, 4568.0, 4536.0, 4569.0, 4548.0, 4568.0, 4537.0, 4569.0, 4557.0, 4570.0, 4578.0, 4559.0, 4557.0, 4546.0, 4555.0, 4536.0, 4555.0, 4535.0, 4567.0, 4547.0, 4568.0, 4538.0, 4579.0, 4549.0, 4578.0, 4562.0, 4580.0, 4573.0, 4590.0, 4574.0, 4570.0, 4574.0, 4580.0, 4582.0, 4591.0, 4570.0, 4581.0, 4562.0, 4579.0, 4562.0, 4570.0, 4560.0, 4566.0, 4546.0, 4554.0, 4548.0, 4567.0, 4559.0, 4556.0, 4561.0, 4567.0, 4571.0, 4579.0, 4583.0, 4561.0, 4583.0, 4560.0, 4595.0, 4572.0, 4583.0, 4549.0, 4580.0, 4546.0, 4581.0, 4548.0, 4568.0, 4549.0, 4569.0, 4537.0, 4567.0, 4549.0, 4578.0, 4550.0, 4579.0, 4561.0, 4578.0, 4573.0, 4551.0, 4594.0, 4572.0, 4594.0, 4586.0, 4567.0, 4606.0, 4599.0, 4608.0, 4600.0, 4607.0, 4575.0, 4596.0, 4551.0, 4570.0, 4538.0, 4560.0, 4578.0, 4547.0, 4556.0, 4544.0, 4552.0, 4533.0, 4543.0, 4546.0, 4535.0, 4568.0, 4547.0, 4579.0, 4559.0, 4571.0, 4588.0, 4570.0, 4579.0, 4559.0, 4577.0, 4559.0, 4567.0, 4548.0, 4566.0, 4536.0, 4567.0, 4537.0, 4566.0, 4547.0, 4566.0, 4551.0, 4578.0, 4549.0, 4579.0, 4560.0, 4581.0, 4561.0, 4581.0, 4549.0, 4581.0, 4549.0, 4569.0, 4537.0, 4568.0, 4547.0, 4569.0, 4557.0, 4559.0, 4549.0, 4581.0, 4561.0, 4603.0, 4584.0, 4592.0, 4577.0, 4575.0, 4584.0, 4554.0, 4595.0, 4593.0, 4560.0, 4569.0, 4549.0, 4555.0, 4526.0, 4556.0, 4526.0, 4558.0, 4537.0, 4566.0, 4550.0, 4578.0, 4562.0, 4590.0, 4575.0, 4562.0, 4596.0, 4563.0, 4594.0, 4562.0, 4583.0, 4572.0, 4572.0, 4581.0, 4550.0, 4568.0, 4547.0, 4557.0, 4536.0, 4554.0, 4524.0, 4545.0, 4524.0, 4556.0, 4550.0, 4579.0, 4561.0, 4580.0, 4562.0, 4580.0, 4560.0, 4569.0, 4551.0, 4572.0, 4540.0, 4567.0, 4535.0, 4560.0, 4579.0, 4535.0, 4555.0, 4534.0, 4551.0, 4536.0, 4555.0, 4563.0, 4572.0, 4546.0, 4537.0, 4568.0, 4552.0, 4596.0, 4588.0, 4594.0, 4572.0, 4568.0, 4559.0, 4560.0, 4571.0, 4561.0, 4581.0, 4564.0, 4565.0, 4575.0, 4549.0, 4562.0, 4540.0, 4559.0, 4527.0, 4558.0, 4514.0, 4545.0, 4524.0, 4546.0, 4504.0, 4534.0, 4539.0, 4590.0, 4572.0, 4552.0, 4571.0, 4553.0, 4594.0, 4576.0, 4575.0, 4576.0, 4595.0, 4575.0, 4620.0, 4565.0, 4532.0, 4570.0, 4551.0, 4582.0, 4566.0, 4571.0, 4573.0, 4561.0, 4551.0, 4529.0, 4567.0, 4561.0, 4550.0, 4571.0, 4542.0, 4581.0, 4540.0, 4559.0, 4568.0, 4523.0, 4542.0, 4501.0, 4521.0, 4499.0, 4520.0, 4537.0, 4510.0, 4542.0, 4523.0, 4542.0, 4523.0, 4555.0, 4527.0, 4556.0, 4527.0, 4566.0, 4538.0, 4568.0, 4552.0, 4571.0, 4563.0, 4584.0, 4540.0, 4573.0, 4582.0, 4562.0, 4570.0, 4550.0, 4568.0, 4527.0, 4559.0, 4525.0, 4546.0, 4556.0, 4525.0, 4542.0, 4523.0, 4530.0, 4512.0, 4542.0, 4514.0, 4541.0, 4524.0, 4555.0, 4536.0, 4544.0, 4537.0, 4545.0, 4538.0, 4566.0, 4535.0, 4555.0, 4525.0, 4545.0, 4514.0, 4534.0, 4513.0, 4535.0, 4533.0, 4534.0, 4553.0, 4535.0, 4553.0, 4526.0, 4545.0, 4513.0, 4543.0, 4514.0, 4545.0, 4527.0, 4559.0, 4538.0, 4569.0, 4540.0, 4582.0, 4551.0, 4581.0, 4555.0, 4582.0, 4552.0, 4593.0, 4552.0, 4584.0, 4544.0, 4571.0, 4530.0, 4572.0, 4537.0, 4559.0, 4526.0, 4549.0, 4545.0, 4536.0, 4582.0, 4547.0, 4496.0, 4528.0, 4538.0, 4558.0, 4528.0, 4584.0, 4550.0, 4595.0, 4553.0, 4595.0, 4554.0, 4595.0, 4563.0, 4591.0, 4566.0, 4594.0, 4552.0, 4586.0, 4564.0, 4583.0, 4528.0, 4548.0, 4525.0, 4535.0, 4505.0, 4549.0, 4515.0, 4547.0, 4523.0, 4557.0, 4528.0, 4568.0, 4539.0, 4579.0, 4548.0, 4578.0, 4560.0, 4568.0, 4550.0, 4567.0, 4549.0, 4566.0, 4548.0, 4567.0, 4539.0, 4557.0, 4537.0, 4553.0, 4527.0, 4564.0, 4538.0, 4566.0, 4539.0, 4566.0, 4538.0, 4579.0, 4550.0, 4579.0, 4563.0, 4580.0, 4564.0, 4579.0, 4560.0, 4579.0, 4549.0, 4567.0, 4539.0, 4556.0, 4526.0, 4556.0, 4527.0, 4558.0, 4516.0, 4545.0, 4515.0, 4557.0, 4527.0, 4555.0, 4526.0, 4558.0, 4527.0, 4559.0, 4547.0, 4558.0, 4527.0, 4548.0, 4536.0, 4545.0, 4535.0, 4558.0, 4518.0, 4571.0, 4530.0, 4582.0, 4551.0, 4583.0, 4542.0, 4584.0, 4551.0, 4572.0, 4594.0, 4572.0, 4569.0, 4558.0, 4552.0, 4578.0, 4549.0, 4569.0, 4566.0, 4571.0, 4528.0, 4569.0, 4527.0, 4559.0, 4552.0, 4571.0, 4552.0, 4540.0, 4573.0, 4568.0, 4548.0, 4544.0, 4523.0, 4500.0, 4531.0, 4525.0, 4554.0, 4535.0, 4553.0, 4538.0, 4565.0, 4533.0, 4523.0, 4522.0, 4503.0, 4541.0, 4524.0, 4523.0, 4532.0, 4515.0, 4557.0, 4529.0, 4559.0, 4524.0, 4547.0, 4565.0, 4548.0, 4535.0, 4526.0, 4517.0, 4559.0, 4529.0, 4595.0, 4574.0, 4553.0, 4605.0, 4587.0, 4597.0, 4587.0, 4579.0, 4625.0, 4609.0, 4576.0, 4575.0, 4564.0, 4569.0, 4552.0, 4582.0, 4560.0, 4579.0, 4548.0, 4526.0, 4547.0, 4538.0, 4568.0, 4547.0, 4525.0, 4556.0, 4527.0, 4568.0, 4562.0, 4592.0, 4582.0, 4602.0, 4560.0, 4515.0, 4546.0, 4516.0, 4556.0, 4550.0, 4558.0, 4573.0, 4554.0, 4575.0, 4539.0, 4572.0, 4551.0, 4560.0, 4538.0, 4545.0, 4525.0, 4544.0, 4512.0, 4527.0, 4498.0, 4515.0, 4485.0, 4514.0, 4487.0, 4515.0, 4485.0, 4505.0, 4488.0, 4515.0, 4486.0, 4507.0, 4476.0, 4517.0, 4489.0, 4522.0, 4528.0, 4511.0, 4528.0, 4511.0, 4532.0, 4502.0, 4544.0, 4513.0, 4535.0, 4515.0, 4546.0, 4530.0, 4581.0, 4553.0, 4552.0, 4555.0, 4581.0, 4566.0, 4585.0, 4540.0, 4574.0, 4541.0, 4561.0, 4520.0, 4570.0, 4540.0, 4571.0, 4540.0, 4572.0, 4540.0, 4561.0, 4531.0, 4559.0, 4527.0, 4551.0, 4529.0, 4548.0, 4517.0, 4548.0, 4528.0, 4559.0, 4540.0, 4569.0, 4540.0, 4557.0, 4541.0, 4559.0, 4541.0, 4560.0, 4532.0, 4566.0, 4557.0, 4564.0, 4541.0, 4547.0, 4540.0, 4571.0, 4563.0, 4556.0, 4575.0, 4558.0, 4567.0, 4569.0, 4585.0, 4577.0, 4596.0, 4571.0, 4563.0, 4543.0, 4565.0, 4531.0, 4541.0, 4569.0, 4538.0, 4533.0, 4528.0, 4517.0, 4529.0, 4519.0, 4570.0, 4552.0, 4593.0, 4566.0, 4554.0, 4588.0, 4564.0, 4598.0, 4607.0, 4573.0, 4571.0, 4553.0, 4560.0, 4551.0, 4560.0, 4540.0, 4559.0, 4539.0, 4570.0, 4553.0, 4571.0, 4551.0, 4528.0, 4528.0, 4511.0, 4551.0, 4532.0, 4582.0, 4565.0, 4584.0, 4564.0, 4583.0, 4565.0, 4582.0, 4565.0, 4573.0, 4554.0, 4547.0, 4593.0, 4586.0, 4554.0, 4560.0, 4551.0, 4540.0, 4552.0, 4551.0, 4553.0, 4549.0, 4551.0, 4530.0, 4551.0, 4521.0, 4560.0, 4533.0, 4583.0, 4555.0, 4584.0, 4558.0, 4585.0, 4566.0, 4596.0, 4565.0, 4563.0, 4545.0, 4552.0, 4572.0, 4540.0, 4569.0, 4553.0, 4572.0, 4553.0, 4572.0, 4551.0, 4531.0, 4551.0, 4548.0, 4541.0, 4569.0, 4539.0, 4554.0, 4537.0, 4537.0, 4520.0, 4517.0, 4540.0, 4544.0, 4607.0, 4611.0, 4576.0], 'WindowWidth': [10072.0, 10047.0, 9980.0, 10000.0, 9975.0, 9998.0, 9988.0, 9988.0, 9953.0, 9901.0, 9954.0, 9933.0, 9987.0, 9981.0, 9978.0, 9961.0, 9942.0, 9992.0, 9984.0, 10027.0, 9965.0, 10004.0, 9957.0, 10001.0, 9983.0, 10006.0, 9976.0, 9998.0, 9974.0, 9958.0, 10008.0, 9987.0, 10030.0, 10002.0, 10026.0, 9999.0, 10029.0, 9999.0, 10009.0, 9985.0, 10026.0, 9983.0, 10032.0, 9996.0, 10006.0, 9978.0, 9969.0, 9972.0, 9958.0, 9990.0, 9967.0, 10009.0, 9979.0, 10009.0, 9980.0, 10013.0, 9977.0, 10004.0, 9965.0, 10004.0, 9982.0, 10006.0, 10000.0, 10024.0, 10020.0, 10045.0, 10017.0, 9983.0, 10020.0, 9997.0, 10017.0, 10044.0, 10016.0, 10026.0, 9982.0, 10005.0, 9980.0, 10006.0, 9979.0, 10003.0, 9985.0, 10009.0, 9990.0, 10032.0, 10000.0, 10024.0, 10003.0, 10025.0, 10001.0, 10026.0, 10000.0, 10026.0, 9990.0, 10028.0, 9979.0, 10027.0, 9995.0, 10013.0, 9979.0, 10024.0, 9979.0, 10024.0, 9978.0, 10025.0, 9996.0, 10023.0, 9983.0, 10025.0, 9997.0, 10009.0, 9984.0, 10028.0, 9982.0, 10015.0, 9982.0, 10013.0, 9966.0, 10006.0, 9960.0, 10010.0, 9979.0, 10006.0, 9963.0, 10011.0, 9989.0, 10013.0, 10027.0, 9994.0, 9990.0, 9972.0, 9983.0, 9958.0, 9984.0, 9957.0, 10004.0, 9978.0, 10005.0, 9966.0, 10025.0, 9983.0, 10021.0, 10005.0, 10028.0, 10022.0, 10044.0, 10025.0, 10012.0, 10023.0, 10025.0, 10033.0, 10049.0, 10016.0, 10029.0, 10005.0, 10027.0, 10003.0, 10015.0, 9996.0, 10001.0, 9974.0, 9984.0, 9977.0, 10003.0, 9995.0, 9988.0, 10001.0, 10007.0, 10016.0, 10027.0, 10036.0, 10003.0, 10035.0, 10000.0, 10056.0, 10018.0, 10035.0, 9984.0, 10027.0, 9974.0, 10029.0, 9981.0, 10010.0, 9980.0, 10010.0, 9962.0, 10007.0, 9981.0, 10022.0, 9985.0, 10025.0, 10001.0, 10026.0, 10023.0, 9988.0, 10056.0, 10019.0, 10054.0, 10045.0, 10020.0, 10076.0, 10070.0, 10080.0, 10071.0, 10081.0, 10027.0, 10061.0, 9987.0, 10013.0, 9965.0, 9997.0, 10028.0, 9975.0, 9988.0, 9966.0, 9976.0, 9952.0, 9965.0, 9975.0, 9957.0, 10008.0, 9976.0, 10026.0, 9994.0, 10016.0, 10040.0, 10012.0, 10027.0, 9995.0, 10019.0, 9993.0, 10006.0, 9979.0, 10002.0, 9959.0, 10003.0, 9960.0, 10003.0, 9978.0, 10005.0, 9989.0, 10023.0, 9984.0, 10026.0, 10002.0, 10031.0, 10003.0, 10030.0, 9981.0, 10030.0, 9982.0, 10010.0, 9962.0, 10006.0, 9976.0, 10011.0, 9992.0, 9996.0, 9983.0, 10031.0, 10002.0, 10069.0, 10041.0, 10050.0, 10035.0, 10029.0, 10041.0, 9998.0, 10059.0, 10055.0, 9998.0, 10014.0, 9979.0, 9984.0, 9947.0, 9987.0, 9944.0, 9992.0, 9962.0, 10002.0, 9986.0, 10021.0, 10007.0, 10045.0, 10028.0, 10007.0, 10059.0, 10009.0, 10054.0, 10004.0, 10035.0, 10017.0, 10019.0, 10033.0, 9984.0, 10009.0, 9975.0, 9992.0, 9957.0, 9981.0, 9939.0, 9970.0, 9942.0, 9988.0, 9985.0, 10024.0, 10002.0, 10029.0, 10006.0, 10030.0, 10001.0, 10014.0, 9990.0, 10019.0, 9971.0, 10008.0, 9958.0, 9998.0, 10029.0, 9958.0, 9985.0, 9953.0, 9976.0, 9959.0, 9985.0, 10012.0, 10021.0, 9975.0, 9962.0, 10009.0, 9991.0, 10062.0, 10050.0, 10057.0, 10022.0, 10005.0, 9996.0, 9999.0, 10016.0, 10003.0, 10034.0, 10011.0, 10015.0, 10027.0, 9983.0, 10005.0, 9968.0, 9995.0, 9948.0, 9992.0, 9923.0, 9969.0, 9938.0, 9971.0, 9911.0, 9955.0, 9967.0, 10046.0, 10019.0, 9992.0, 10017.0, 9997.0, 10054.0, 10034.0, 10027.0, 10033.0, 10059.0, 10031.0, 10107.0, 10014.0, 9963.0, 10009.0, 9987.0, 10034.0, 10016.0, 10016.0, 10019.0, 10002.0, 9986.0, 9957.0, 10006.0, 10001.0, 9984.0, 10017.0, 9977.0, 10033.0, 9970.0, 9995.0, 10014.0, 9935.0, 9962.0, 9899.0, 9927.0, 9897.0, 9928.0, 9951.0, 9915.0, 9960.0, 9938.0, 9963.0, 9942.0, 9983.0, 9949.0, 9988.0, 9951.0, 10005.0, 9967.0, 10010.0, 9993.0, 10018.0, 10011.0, 10041.0, 9973.0, 10023.0, 10035.0, 10005.0, 10015.0, 9986.0, 10010.0, 9952.0, 9996.0, 9944.0, 9975.0, 9989.0, 9942.0, 9967.0, 9936.0, 9944.0, 9924.0, 9961.0, 9929.0, 9961.0, 9942.0, 9987.0, 9962.0, 9971.0, 9965.0, 9972.0, 9965.0, 10002.0, 9959.0, 9984.0, 9941.0, 9970.0, 9924.0, 9954.0, 9923.0, 9957.0, 9950.0, 9955.0, 9982.0, 9957.0, 9980.0, 9947.0, 9972.0, 9926.0, 9969.0, 9925.0, 9973.0, 9949.0, 9999.0, 9967.0, 10013.0, 9972.0, 10035.0, 9991.0, 10035.0, 10003.0, 10038.0, 9995.0, 10053.0, 9994.0, 10040.0, 9983.0, 10019.0, 9957.0, 10019.0, 9965.0, 9996.0, 9949.0, 9982.0, 9974.0, 9963.0, 10039.0, 9976.0, 9884.0, 9957.0, 9970.0, 9998.0, 9955.0, 10041.0, 9990.0, 10062.0, 10000.0, 10058.0, 9996.0, 10058.0, 10009.0, 10049.0, 10017.0, 10055.0, 9992.0, 10049.0, 10012.0, 10040.0, 9953.0, 9980.0, 9944.0, 9959.0, 9917.0, 9984.0, 9934.0, 9977.0, 9941.0, 9992.0, 9955.0, 10009.0, 9972.0, 10025.0, 9982.0, 10023.0, 10001.0, 10011.0, 9987.0, 10007.0, 9984.0, 10005.0, 9980.0, 10005.0, 9971.0, 9991.0, 9964.0, 9984.0, 9949.0, 9999.0, 9967.0, 10005.0, 9973.0, 10005.0, 9967.0, 10026.0, 9985.0, 10026.0, 10014.0, 10029.0, 10012.0, 10026.0, 9999.0, 10025.0, 9986.0, 10009.0, 9970.0, 9990.0, 9946.0, 9988.0, 9950.0, 9995.0, 9933.0, 9973.0, 9930.0, 9991.0, 9951.0, 9990.0, 9948.0, 9995.0, 9949.0, 9997.0, 9976.0, 9995.0, 9951.0, 9981.0, 9961.0, 9974.0, 9960.0, 9993.0, 9939.0, 10019.0, 9962.0, 10036.0, 9990.0, 10037.0, 9980.0, 10041.0, 9991.0, 10020.0, 10058.0, 10022.0, 10012.0, 9998.0, 9991.0, 10027.0, 9983.0, 10014.0, 10021.0, 10022.0, 9955.0, 10012.0, 9951.0, 9998.0, 9994.0, 10020.0, 9994.0, 9973.0, 10021.0, 10010.0, 9976.0, 9967.0, 9934.0, 9899.0, 9941.0, 9941.0, 9980.0, 9955.0, 9981.0, 9967.0, 9999.0, 9952.0, 9937.0, 9933.0, 9909.0, 9959.0, 9939.0, 9938.0, 9950.0, 9931.0, 9991.0, 9955.0, 9997.0, 9941.0, 9975.0, 10004.0, 9977.0, 9958.0, 9948.0, 9936.0, 9997.0, 9958.0, 10058.0, 10025.0, 9992.0, 10070.0, 10049.0, 10061.0, 10048.0, 10042.0, 10116.0, 10084.0, 10031.0, 10026.0, 10010.0, 10011.0, 9989.0, 10032.0, 9999.0, 10028.0, 9979.0, 9946.0, 9976.0, 9966.0, 10007.0, 9976.0, 9943.0, 9988.0, 9950.0, 10010.0, 10009.0, 10053.0, 10036.0, 10068.0, 10000.0, 9930.0, 9976.0, 9935.0, 9990.0, 9988.0, 9997.0, 10022.0, 9997.0, 10027.0, 9969.0, 10022.0, 9988.0, 9998.0, 9964.0, 9974.0, 9939.0, 9969.0, 9915.0, 9935.0, 9889.0, 9912.0, 9868.0, 9906.0, 9874.0, 9910.0, 9871.0, 9897.0, 9879.0, 9914.0, 9875.0, 9903.0, 9860.0, 9919.0, 9882.0, 9931.0, 9937.0, 9915.0, 9937.0, 9918.0, 9946.0, 9908.0, 9968.0, 9923.0, 9956.0, 9928.0, 9972.0, 9957.0, 10030.0, 9997.0, 9991.0, 10000.0, 10035.0, 10016.0, 10043.0, 9969.0, 10022.0, 9970.0, 10001.0, 9945.0, 10014.0, 9972.0, 10016.0, 9971.0, 10018.0, 9970.0, 10000.0, 9957.0, 9997.0, 9950.0, 9987.0, 9952.0, 9979.0, 9934.0, 9978.0, 9950.0, 9996.0, 9974.0, 10011.0, 9971.0, 9994.0, 9974.0, 9998.0, 9976.0, 10001.0, 9964.0, 10016.0, 10008.0, 10011.0, 9974.0, 9974.0, 9973.0, 10016.0, 10011.0, 10006.0, 10030.0, 10013.0, 10023.0, 10027.0, 10043.0, 10035.0, 10063.0, 10017.0, 10005.0, 9981.0, 10014.0, 9959.0, 9974.0, 10012.0, 9963.0, 9952.0, 9953.0, 9936.0, 9956.0, 9945.0, 10015.0, 9993.0, 10052.0, 10019.0, 10001.0, 10050.0, 10013.0, 10066.0, 10079.0, 10024.0, 10020.0, 9993.0, 10001.0, 9989.0, 10001.0, 9974.0, 10000.0, 9970.0, 10017.0, 9995.0, 10019.0, 9989.0, 9953.0, 9955.0, 9933.0, 9990.0, 9963.0, 10034.0, 10014.0, 10039.0, 10014.0, 10038.0, 10013.0, 10035.0, 10013.0, 10025.0, 9999.0, 9977.0, 10065.0, 10049.0, 9997.0, 10003.0, 9990.0, 9975.0, 9992.0, 9987.0, 9993.0, 9986.0, 9990.0, 9957.0, 9990.0, 9949.0, 10002.0, 9967.0, 10038.0, 10001.0, 10040.0, 10010.0, 10045.0, 10019.0, 10061.0, 10018.0, 10010.0, 9986.0, 9990.0, 10019.0, 9972.0, 10012.0, 9996.0, 10023.0, 9996.0, 10021.0, 9989.0, 9961.0, 9989.0, 9983.0, 9974.0, 10015.0, 9967.0, 9986.0, 9964.0, 9963.0, 9945.0, 9939.0, 9974.0, 9986.0, 10078.0, 10099.0, 10033.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.0026249827784156146</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04698610034443169</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.80489745766661</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2436909288505755</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9965535833793112</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5101</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3905.7915</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.20044209405905253</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>291</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>33.40987370838117</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3733339625185828</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.245555037370887</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.684139481459673</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1903073687251875</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0120582</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014613726176321507</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03898024559020996</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.286369455346387</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>29.3307</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.1272</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.3653</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293153.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>1082.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>407.3567</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2199</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.9438</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3725.0691</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3887.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83391.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1531.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4789.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.8226</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.300692211836576</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> |