=== 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-0115 --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-0115",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0115_ses-03_task-social_acq-mb8_run-05_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-0115_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-05_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-0115/ses-03/func/sub-0115_ses-03_task-social_acq-mb8_run-05_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>e5ca32ce091cf8b9b95d654c8031e8d7</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>20:35:23.330000</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.997473, -0.0194454, -0.0683349, 0.00940126, 0.989484, -0.144339]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0808722</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4226, -7694, -7314, 192, -144, -79, -115, 101]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>234.828</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7d0504cc-65aa-4347-9b42-c0d10cdaff33||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.676146984100342, 0.025222893804311752, -0.1901421695947647, 111.4565200805664], [0.05217048525810242, 2.654712438583374, -0.3869946300983429, -97.7342758178711], [-0.18333765864372253, 0.38724976778030396, 2.6653480529785156, -99.50725555419922], [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': ['203523.330000', '203523.790000', '203524.250000', '203524.710000', '203525.170000', '203525.630000', '203526.090000', '203526.550000', '203527.010000', '203527.470000', '203527.930000', '203528.390000', '203528.850000', '203529.310000', '203529.770000', '203530.230000', '203530.690000', '203531.150000', '203531.610000', '203532.070000', '203532.530000', '203532.990000', '203533.450000', '203533.910000', '203534.370000', '203534.830000', '203535.290000', '203535.750000', '203536.210000', '203536.670000', '203537.130000', '203537.590000', '203538.050000', '203538.510000', '203538.970000', '203539.430000', '203539.890000', '203540.350000', '203540.810000', '203541.270000', '203541.730000', '203542.190000', '203542.650000', '203543.110000', '203543.570000', '203544.030000', '203544.490000', '203544.950000', '203545.410000', '203545.870000', '203546.330000', '203546.790000', '203547.250000', '203547.710000', '203548.170000', '203548.630000', '203549.090000', '203549.550000', '203550.010000', '203550.470000', '203550.930000', '203551.390000', '203551.850000', '203552.310000', '203552.770000', '203553.230000', '203553.690000', '203554.150000', '203554.610000', '203555.070000', '203555.530000', '203555.990000', '203556.450000', '203556.910000', '203557.370000', '203557.830000', '203558.290000', '203558.750000', '203559.210000', '203559.670000', '203600.130000', '203600.590000', '203601.050000', '203601.510000', '203601.970000', '203602.430000', '203602.890000', '203603.350000', '203603.810000', '203604.270000', '203604.730000', '203605.190000', '203605.650000', '203606.110000', '203606.570000', '203607.030000', '203607.490000', '203607.950000', '203608.410000', '203608.870000', '203609.330000', '203609.790000', '203610.250000', '203610.710000', '203611.170000', '203611.630000', '203612.090000', '203612.550000', '203613.010000', '203613.470000', '203613.930000', '203614.390000', '203614.850000', '203615.310000', '203615.770000', '203616.230000', '203616.690000', '203617.150000', '203617.610000', '203618.070000', '203618.530000', '203618.990000', '203619.450000', '203619.910000', '203620.370000', '203620.830000', '203621.290000', '203621.750000', '203622.210000', '203622.670000', '203623.130000', '203623.590000', '203624.050000', '203624.510000', '203624.970000', '203625.430000', '203625.890000', '203626.350000', '203626.810000', '203627.270000', '203627.730000', '203628.190000', '203628.650000', '203629.110000', '203629.570000', '203630.030000', '203630.490000', '203630.950000', '203631.410000', '203631.870000', '203632.330000', '203632.790000', '203633.250000', '203633.710000', '203634.170000', '203634.630000', '203635.090000', '203635.550000', '203636.010000', '203636.470000', '203636.930000', '203637.390000', '203637.850000', '203638.310000', '203638.770000', '203639.230000', '203639.690000', '203640.150000', '203640.610000', '203641.070000', '203641.530000', '203641.990000', '203642.450000', '203642.910000', '203643.370000', '203643.830000', '203644.290000', '203644.750000', '203645.210000', '203645.670000', '203646.130000', '203646.590000', '203647.050000', '203647.510000', '203647.970000', '203648.430000', '203648.890000', '203649.350000', '203649.810000', '203650.270000', '203650.730000', '203651.190000', '203651.650000', '203652.110000', '203652.570000', '203653.030000', '203653.490000', '203653.950000', '203654.410000', '203654.870000', '203655.330000', '203655.790000', '203656.250000', '203656.710000', '203657.170000', '203657.630000', '203658.090000', '203658.550000', '203659.010000', '203659.470000', '203659.930000', '203700.390000', '203700.850000', '203701.310000', '203701.770000', '203702.230000', '203702.690000', '203703.150000', '203703.610000', '203704.070000', '203704.530000', '203704.990000', '203705.450000', '203705.910000', '203706.370000', '203706.830000', '203707.290000', '203707.750000', '203708.210000', '203708.670000', '203709.130000', '203709.590000', '203710.050000', '203710.510000', '203710.970000', '203711.430000', '203711.890000', '203712.350000', '203712.810000', '203713.270000', '203713.730000', '203714.190000', '203714.650000', '203715.110000', '203715.570000', '203716.030000', '203716.490000', '203716.950000', '203717.410000', '203717.870000', '203718.330000', '203718.790000', '203719.250000', '203719.710000', '203720.170000', '203720.630000', '203721.090000', '203721.550000', '203722.010000', '203722.470000', '203722.930000', '203723.390000', '203723.850000', '203724.310000', '203724.770000', '203725.230000', '203725.690000', '203726.150000', '203726.610000', '203727.070000', '203727.530000', '203727.990000', '203728.450000', '203728.910000', '203729.370000', '203729.830000', '203730.290000', '203730.750000', '203731.210000', '203731.670000', '203732.130000', '203732.590000', '203733.050000', '203733.510000', '203733.970000', '203734.430000', '203734.890000', '203735.350000', '203735.810000', '203736.270000', '203736.730000', '203737.190000', '203737.650000', '203738.110000', '203738.570000', '203739.030000', '203739.490000', '203739.950000', '203740.410000', '203740.870000', '203741.330000', '203741.790000', '203742.250000', '203742.710000', '203743.170000', '203743.630000', '203744.090000', '203744.550000', '203745.010000', '203745.470000', '203745.930000', '203746.390000', '203746.850000', '203747.310000', '203747.770000', '203748.230000', '203748.690000', '203749.150000', '203749.610000', '203750.070000', '203750.530000', '203750.990000', '203751.450000', '203751.910000', '203752.370000', '203752.830000', '203753.290000', '203753.750000', '203754.210000', '203754.670000', '203755.130000', '203755.590000', '203756.050000', '203756.510000', '203756.970000', '203757.430000', '203757.890000', '203758.350000', '203758.810000', '203759.270000', '203759.730000', '203800.190000', '203800.650000', '203801.110000', '203801.570000', '203802.030000', '203802.490000', '203802.950000', '203803.410000', '203803.870000', '203804.330000', '203804.790000', '203805.250000', '203805.710000', '203806.170000', '203806.630000', '203807.090000', '203807.550000', '203808.010000', '203808.470000', '203808.930000', '203809.390000', '203809.850000', '203810.310000', '203810.770000', '203811.230000', '203811.690000', '203812.150000', '203812.610000', '203813.070000', '203813.530000', '203813.990000', '203814.450000', '203814.910000', '203815.370000', '203815.830000', '203816.290000', '203816.750000', '203817.210000', '203817.670000', '203818.130000', '203818.590000', '203819.050000', '203819.510000', '203819.970000', '203820.430000', '203820.890000', '203821.350000', '203821.810000', '203822.270000', '203822.730000', '203823.190000', '203823.650000', '203824.110000', '203824.570000', '203825.030000', '203825.490000', '203825.950000', '203826.410000', '203826.870000', '203827.330000', '203827.790000', '203828.250000', '203828.710000', '203829.170000', '203829.630000', '203830.090000', '203830.550000', '203831.010000', '203831.470000', '203831.930000', '203832.390000', '203832.850000', '203833.310000', '203833.770000', '203834.230000', '203834.690000', '203835.150000', '203835.610000', '203836.070000', '203836.530000', '203836.990000', '203837.450000', '203837.910000', '203838.370000', '203838.830000', '203839.290000', '203839.750000', '203840.210000', '203840.670000', '203841.130000', '203841.590000', '203842.050000', '203842.510000', '203842.970000', '203843.430000', '203843.890000', '203844.350000', '203844.810000', '203845.270000', '203845.730000', '203846.190000', '203846.650000', '203847.110000', '203847.570000', '203848.030000', '203848.490000', '203848.950000', '203849.410000', '203849.870000', '203850.330000', '203850.790000', '203851.250000', '203851.710000', '203852.170000', '203852.630000', '203853.090000', '203853.550000', '203854.010000', '203854.470000', '203854.930000', '203855.390000', '203855.850000', '203856.310000', '203856.770000', '203857.230000', '203857.690000', '203858.150000', '203858.610000', '203859.070000', '203859.530000', '203859.990000', '203900.450000', '203900.910000', '203901.370000', '203901.830000', '203902.290000', '203902.750000', '203903.210000', '203903.670000', '203904.130000', '203904.590000', '203905.050000', '203905.510000', '203905.970000', '203906.430000', '203906.890000', '203907.350000', '203907.810000', '203908.270000', '203908.730000', '203909.190000', '203909.650000', '203910.110000', '203910.570000', '203911.030000', '203911.490000', '203911.950000', '203912.410000', '203912.870000', '203913.330000', '203913.790000', '203914.250000', '203914.710000', '203915.170000', '203915.630000', '203916.090000', '203916.550000', '203917.010000', '203917.470000', '203917.930000', '203918.390000', '203918.850000', '203919.310000', '203919.770000', '203920.230000', '203920.690000', '203921.150000', '203921.610000', '203922.070000', '203922.530000', '203922.990000', '203923.450000', '203923.910000', '203924.370000', '203924.830000', '203925.290000', '203925.750000', '203926.210000', '203926.670000', '203927.130000', '203927.590000', '203928.050000', '203928.510000', '203928.970000', '203929.430000', '203929.890000', '203930.350000', '203930.810000', '203931.270000', '203931.730000', '203932.190000', '203932.650000', '203933.110000', '203933.570000', '203934.030000', '203934.490000', '203934.950000', '203935.410000', '203935.870000', '203936.330000', '203936.790000', '203937.250000', '203937.710000', '203938.170000', '203938.630000', '203939.090000', '203939.550000', '203940.010000', '203940.470000', '203940.930000', '203941.390000', '203941.850000', '203942.310000', '203942.770000', '203943.230000', '203943.690000', '203944.150000', '203944.610000', '203945.070000', '203945.530000', '203945.990000', '203946.450000', '203946.910000', '203947.370000', '203947.830000', '203948.290000', '203948.750000', '203949.210000', '203949.670000', '203950.130000', '203950.590000', '203951.050000', '203951.510000', '203951.970000', '203952.430000', '203952.890000', '203953.350000', '203953.810000', '203954.270000', '203954.730000', '203955.190000', '203955.650000', '203956.110000', '203956.570000', '203957.030000', '203957.490000', '203957.950000', '203958.410000', '203958.870000', '203959.330000', '203959.790000', '204000.250000', '204000.710000', '204001.170000', '204001.630000', '204002.090000', '204002.550000', '204003.010000', '204003.470000', '204003.930000', '204004.390000', '204004.850000', '204005.310000', '204005.770000', '204006.230000', '204006.690000', '204007.150000', '204007.610000', '204008.070000', '204008.530000', '204008.990000', '204009.450000', '204009.910000', '204010.370000', '204010.830000', '204011.290000', '204011.750000', '204012.210000', '204012.670000', '204013.130000', '204013.590000', '204014.050000', '204014.510000', '204014.970000', '204015.430000', '204015.890000', '204016.350000', '204016.810000', '204017.270000', '204017.730000', '204018.190000', '204018.650000', '204019.110000', '204019.570000', '204020.030000', '204020.490000', '204020.950000', '204021.410000', '204021.870000', '204022.330000', '204022.790000', '204023.250000', '204023.710000', '204024.170000', '204024.630000', '204025.090000', '204025.550000', '204026.010000', '204026.470000', '204026.930000', '204027.390000', '204027.850000', '204028.310000', '204028.770000', '204029.230000', '204029.690000', '204030.150000', '204030.610000', '204031.070000', '204031.530000', '204031.990000', '204032.450000', '204032.910000', '204033.370000', '204033.830000', '204034.290000', '204034.750000', '204035.210000', '204035.670000', '204036.130000', '204036.590000', '204037.050000', '204037.510000', '204037.970000', '204038.430000', '204038.890000', '204039.350000', '204039.810000', '204040.270000', '204040.730000', '204041.190000', '204041.650000', '204042.110000', '204042.570000', '204043.030000', '204043.490000', '204043.950000', '204044.410000', '204044.870000', '204045.330000', '204045.790000', '204046.250000', '204046.710000', '204047.170000', '204047.630000', '204048.090000', '204048.550000', '204049.010000', '204049.470000', '204049.930000', '204050.390000', '204050.850000', '204051.310000', '204051.770000', '204052.230000', '204052.690000', '204053.150000', '204053.610000', '204054.070000', '204054.530000', '204054.990000', '204055.450000', '204055.910000', '204056.370000', '204056.830000', '204057.290000', '204057.750000', '204058.210000', '204058.670000', '204059.130000', '204059.590000', '204100.050000', '204100.510000', '204100.970000', '204101.430000', '204101.890000', '204102.350000', '204102.810000', '204103.270000', '204103.730000', '204104.190000', '204104.650000', '204105.110000', '204105.570000', '204106.030000', '204106.490000', '204106.950000', '204107.410000', '204107.870000', '204108.330000', '204108.790000', '204109.250000', '204109.710000', '204110.170000', '204110.630000', '204111.090000', '204111.550000', '204112.010000', '204112.470000', '204112.930000', '204113.390000', '204113.850000', '204114.310000', '204114.770000', '204115.230000', '204115.690000', '204116.150000', '204116.610000', '204117.070000', '204117.530000', '204117.990000', '204118.450000', '204118.910000', '204119.370000', '204119.830000', '204120.290000', '204120.750000', '204121.210000', '204121.670000', '204122.130000', '204122.590000', '204123.050000', '204123.510000', '204123.970000', '204124.430000', '204124.890000', '204125.350000', '204125.810000', '204126.270000', '204126.730000', '204127.190000', '204127.650000', '204128.110000', '204128.570000', '204129.030000', '204129.490000', '204129.950000', '204130.410000', '204130.870000', '204131.330000', '204131.790000', '204132.250000', '204132.710000', '204133.170000', '204133.630000', '204134.090000', '204134.550000', '204135.010000', '204135.470000', '204135.930000', '204136.390000', '204136.850000', '204137.310000', '204137.770000', '204138.230000', '204138.690000', '204139.150000', '204139.610000', '204140.070000', '204140.530000', '204140.990000', '204141.450000', '204141.910000', '204142.370000', '204142.830000', '204143.290000', '204143.750000', '204144.210000', '204144.670000', '204145.130000', '204145.590000', '204146.050000', '204146.510000', '204146.970000', '204147.430000', '204147.890000', '204148.350000', '204148.810000', '204149.270000', '204149.730000', '204150.190000', '204150.650000', '204151.110000', '204151.570000', '204152.030000', '204152.490000', '204152.950000', '204153.410000', '204153.870000', '204154.330000', '204154.790000', '204155.250000', '204155.710000', '204156.170000', '204156.630000', '204157.090000', '204157.550000', '204158.010000', '204158.470000', '204158.930000', '204159.390000', '204159.850000', '204200.310000', '204200.770000', '204201.230000', '204201.690000', '204202.150000', '204202.610000', '204203.070000', '204203.530000', '204203.990000'], 'ContentTime': ['203539.745000', '203539.749000', '203539.752000', '203539.754000', '203539.757000', '203539.760000', '203539.762000', '203539.765000', '203539.768000', '203539.770000', '203539.773000', '203539.776000', '203539.785000', '203539.788000', '203539.790000', '203539.793000', '203539.795000', '203539.798000', '203539.801000', '203539.803000', '203539.806000', '203539.809000', '203539.811000', '203539.814000', '203539.816000', '203539.819000', '203539.822000', '203539.824000', '203539.827000', '203539.830000', '203539.832000', '203539.835000', '203539.837000', '203559.709000', '203559.712000', '203559.715000', '203559.717000', '203559.720000', '203559.722000', '203559.725000', '203559.727000', '203559.732000', '203559.734000', '203559.737000', '203559.740000', '203559.742000', '203559.745000', '203559.748000', '203559.750000', '203559.753000', '203559.755000', '203559.758000', '203559.761000', '203559.763000', '203559.766000', '203559.768000', '203559.771000', '203559.774000', '203559.776000', '203559.779000', '203559.781000', '203559.784000', '203559.787000', '203559.789000', '203559.792000', '203559.794000', '203559.797000', '203559.800000', '203559.802000', '203559.805000', '203559.807000', '203559.810000', '203559.812000', '203559.815000', '203559.818000', '203559.820000', '203559.823000', '203619.710000', '203619.712000', '203619.716000', '203619.718000', '203619.721000', '203619.724000', '203619.727000', '203619.730000', '203619.732000', '203619.735000', '203619.737000', '203619.740000', '203619.742000', '203619.745000', '203619.748000', '203619.750000', '203619.753000', '203619.755000', '203619.758000', '203619.760000', '203619.763000', '203619.766000', '203619.768000', '203619.771000', '203619.774000', '203619.776000', '203619.779000', '203619.781000', '203619.784000', '203619.787000', '203619.789000', '203619.792000', '203619.795000', '203619.797000', '203619.800000', '203619.802000', '203619.805000', '203619.808000', '203619.810000', '203619.813000', '203619.816000', '203619.818000', '203619.821000', '203639.709000', '203639.712000', '203639.715000', '203639.717000', '203639.720000', '203639.723000', '203639.725000', '203639.728000', '203639.730000', '203639.733000', '203639.736000', '203639.739000', '203639.741000', '203639.744000', '203639.747000', '203639.749000', '203639.752000', '203639.755000', '203639.757000', '203639.760000', '203639.762000', '203639.765000', '203639.767000', '203639.770000', '203639.773000', '203639.775000', '203639.778000', '203639.781000', '203639.783000', '203639.786000', '203639.789000', '203639.791000', '203639.794000', '203639.797000', '203639.799000', '203639.831000', '203639.833000', '203639.836000', '203639.838000', '203639.841000', '203639.843000', '203639.846000', '203639.849000', '203659.709000', '203659.712000', '203659.715000', '203659.718000', '203659.720000', '203659.723000', '203659.725000', '203659.728000', '203659.731000', '203659.733000', '203659.736000', '203659.738000', '203659.741000', '203659.743000', '203659.746000', '203659.749000', '203659.751000', '203659.754000', '203659.757000', '203659.759000', '203659.762000', '203659.764000', '203659.767000', '203659.770000', '203659.772000', '203659.775000', '203659.777000', '203659.780000', '203659.783000', '203659.785000', '203659.788000', '203659.790000', '203659.793000', '203659.795000', '203659.798000', '203659.801000', '203659.804000', '203659.806000', '203659.809000', '203659.812000', '203659.814000', '203659.817000', '203659.819000', '203659.822000', '203719.711000', '203719.713000', '203719.716000', '203719.719000', '203719.721000', '203719.724000', '203719.727000', '203719.730000', '203719.732000', '203719.735000', '203719.738000', '203719.740000', '203719.743000', '203719.745000', '203719.748000', '203719.751000', '203719.753000', '203719.756000', '203719.759000', '203719.761000', '203719.764000', '203719.766000', '203719.769000', '203719.771000', '203719.774000', '203719.777000', '203719.779000', '203719.782000', '203719.785000', '203719.787000', '203719.790000', '203719.792000', '203719.795000', '203719.798000', '203719.818000', '203719.821000', '203719.823000', '203719.826000', '203719.829000', '203719.831000', '203719.834000', '203719.836000', '203719.839000', '203739.711000', '203739.713000', '203739.716000', '203739.719000', '203739.721000', '203739.724000', '203739.726000', '203739.729000', '203739.732000', '203739.734000', '203739.737000', '203739.739000', '203739.742000', '203739.744000', '203739.747000', '203739.750000', '203739.752000', '203739.755000', '203739.758000', '203739.760000', '203739.763000', '203739.765000', '203739.768000', '203739.771000', '203739.773000', '203739.776000', '203739.778000', '203739.781000', '203739.784000', '203739.786000', '203739.789000', '203739.792000', '203739.794000', '203739.797000', '203739.829000', '203739.832000', '203739.835000', '203739.837000', '203739.840000', '203739.842000', '203739.845000', '203739.848000', '203739.850000', '203739.853000', '203759.710000', '203759.713000', '203759.715000', '203759.718000', '203759.720000', '203759.723000', '203759.726000', '203759.728000', '203759.731000', '203759.734000', '203759.736000', '203759.739000', '203759.742000', '203759.745000', '203759.747000', '203759.750000', '203759.752000', '203759.755000', '203759.758000', '203759.760000', '203759.763000', '203759.765000', '203759.768000', '203759.770000', '203759.773000', '203759.777000', '203759.780000', '203759.782000', '203759.785000', '203759.787000', '203759.790000', '203759.793000', '203759.795000', '203759.798000', '203759.816000', '203759.818000', '203759.821000', '203759.824000', '203759.826000', '203759.829000', '203759.831000', '203759.834000', '203759.836000', '203819.709000', '203819.712000', '203819.715000', '203819.717000', '203819.720000', '203819.723000', '203819.725000', '203819.728000', '203819.731000', '203819.733000', '203819.736000', '203819.738000', '203819.741000', '203819.743000', '203819.746000', '203819.749000', '203819.751000', '203819.754000', '203819.757000', '203819.759000', '203819.762000', '203819.764000', '203819.767000', '203819.770000', '203819.772000', '203819.775000', '203819.777000', '203819.780000', '203819.782000', '203819.785000', '203819.788000', '203819.806000', '203819.851000', '203819.854000', '203819.856000', '203819.859000', '203819.862000', '203819.864000', '203819.867000', '203819.869000', '203819.872000', '203819.874000', '203819.877000', '203819.880000', '203839.710000', '203839.712000', '203839.715000', '203839.718000', '203839.720000', '203839.723000', '203839.725000', '203839.728000', '203839.731000', '203839.733000', '203839.736000', '203839.740000', '203839.742000', '203839.745000', '203839.748000', '203839.750000', '203839.753000', '203839.756000', '203839.758000', '203839.761000', '203839.764000', '203839.766000', '203839.769000', '203839.771000', '203839.774000', '203839.777000', '203839.779000', '203839.782000', '203839.784000', '203839.787000', '203839.790000', '203839.792000', '203839.795000', '203839.798000', '203839.849000', '203839.851000', '203839.854000', '203839.856000', '203839.859000', '203839.862000', '203839.864000', '203839.867000', '203839.870000', '203859.709000', '203859.712000', '203859.715000', '203859.717000', '203859.720000', '203859.723000', '203859.725000', '203859.728000', '203859.730000', '203859.733000', '203859.735000', '203859.738000', '203859.741000', '203859.743000', '203859.746000', '203859.748000', '203859.751000', '203859.754000', '203859.756000', '203859.759000', '203859.761000', '203859.764000', '203859.766000', '203859.769000', '203859.772000', '203859.774000', '203859.777000', '203859.779000', '203859.782000', '203859.785000', '203859.787000', '203859.790000', '203859.792000', '203859.795000', '203859.797000', '203859.831000', '203859.834000', '203859.836000', '203859.839000', '203859.841000', '203859.844000', '203859.847000', '203859.849000', '203859.852000', '203919.709000', '203919.712000', '203919.715000', '203919.717000', '203919.720000', '203919.723000', '203919.725000', '203919.728000', '203919.730000', '203919.733000', '203919.735000', '203919.738000', '203919.741000', '203919.743000', '203919.746000', '203919.750000', '203919.753000', '203919.755000', '203919.758000', '203919.760000', '203919.763000', '203919.766000', '203919.768000', '203919.771000', '203919.773000', '203919.776000', '203919.779000', '203919.781000', '203919.784000', '203919.786000', '203919.789000', '203919.792000', '203919.794000', '203919.797000', '203919.881000', '203919.883000', '203919.886000', '203919.888000', '203919.891000', '203919.894000', '203919.896000', '203919.899000', '203919.901000', '203939.710000', '203939.713000', '203939.716000', '203939.718000', '203939.721000', '203939.724000', '203939.726000', '203939.729000', '203939.731000', '203939.734000', '203939.737000', '203939.739000', '203939.742000', '203939.745000', '203939.747000', '203939.750000', '203939.752000', '203939.760000', '203939.763000', '203939.766000', '203939.768000', '203939.771000', '203939.773000', '203939.776000', '203939.779000', '203939.781000', '203939.784000', '203939.786000', '203939.789000', '203939.792000', '203939.794000', '203939.797000', '203939.867000', '203939.870000', '203939.872000', '203939.875000', '203939.877000', '203939.880000', '203939.882000', '203939.885000', '203939.888000', '203939.890000', '203939.893000', '203939.896000', '203959.710000', '203959.713000', '203959.716000', '203959.719000', '203959.721000', '203959.724000', '203959.726000', '203959.729000', '203959.732000', '203959.734000', '203959.737000', '203959.739000', '203959.754000', '203959.756000', '203959.759000', '203959.761000', '203959.765000', '203959.768000', '203959.771000', '203959.773000', '203959.776000', '203959.779000', '203959.781000', '203959.784000', '203959.786000', '203959.789000', '203959.792000', '203959.794000', '203959.797000', '203959.867000', '203959.870000', '203959.873000', '203959.875000', '203959.878000', '203959.880000', '203959.883000', '203959.886000', '203959.888000', '203959.891000', '203959.893000', '203959.896000', '203959.899000', '203959.901000', '204019.710000', '204019.712000', '204019.715000', '204019.718000', '204019.720000', '204019.723000', '204019.725000', '204019.728000', '204019.730000', '204019.733000', '204019.736000', '204019.739000', '204019.741000', '204019.744000', '204019.746000', '204019.749000', '204019.752000', '204019.754000', '204019.757000', '204019.759000', '204019.762000', '204019.765000', '204019.767000', '204019.770000', '204019.772000', '204019.775000', '204019.778000', '204019.780000', '204019.783000', '204019.785000', '204019.788000', '204019.791000', '204019.793000', '204019.796000', '204019.799000', '204019.862000', '204019.865000', '204019.867000', '204019.870000', '204019.872000', '204019.875000', '204019.878000', '204019.880000', '204019.883000', '204039.710000', '204039.712000', '204039.715000', '204039.717000', '204039.720000', '204039.723000', '204039.725000', '204039.728000', '204039.730000', '204039.733000', '204039.736000', '204039.738000', '204039.741000', '204039.743000', '204039.746000', '204039.749000', '204039.751000', '204039.754000', '204039.756000', '204039.759000', '204039.762000', '204039.764000', '204039.767000', '204039.770000', '204039.772000', '204039.775000', '204039.778000', '204039.780000', '204039.783000', '204039.785000', '204039.788000', '204039.791000', '204039.793000', '204039.796000', '204039.798000', '204039.857000', '204039.860000', '204039.862000', '204039.865000', '204039.867000', '204039.870000', '204039.873000', '204039.875000', '204059.710000', '204059.712000', '204059.715000', '204059.718000', '204059.720000', '204059.723000', '204059.725000', '204059.728000', '204059.731000', '204059.733000', '204059.736000', '204059.739000', '204059.741000', '204059.744000', '204059.746000', '204059.749000', '204059.751000', '204059.754000', '204059.757000', '204059.759000', '204059.762000', '204059.764000', '204059.767000', '204059.770000', '204059.772000', '204059.775000', '204059.784000', '204059.787000', '204059.789000', '204059.792000', '204059.795000', '204059.797000', '204059.849000', '204059.852000', '204059.854000', '204059.857000', '204059.859000', '204059.862000', '204059.865000', '204059.867000', '204059.870000', '204059.872000', '204059.875000', '204059.878000', '204119.710000', '204119.712000', '204119.715000', '204119.718000', '204119.720000', '204119.723000', '204119.725000', '204119.728000', '204119.730000', '204119.733000', '204119.736000', '204119.738000', '204119.741000', '204119.744000', '204119.746000', '204119.749000', '204119.751000', '204119.754000', '204119.756000', '204119.759000', '204119.762000', '204119.764000', '204119.778000', '204119.781000', '204119.784000', '204119.788000', '204119.790000', '204119.793000', '204119.796000', '204119.799000', '204119.854000', '204119.857000', '204119.859000', '204119.862000', '204119.865000', '204119.867000', '204119.870000', '204119.872000', '204119.875000', '204119.878000', '204119.880000', '204119.883000', '204119.885000', '204139.710000', '204139.712000', '204139.715000', '204139.718000', '204139.720000', '204139.723000', '204139.725000', '204139.728000', '204139.731000', '204139.733000', '204139.736000', '204139.739000', '204139.741000', '204139.744000', '204139.746000', '204139.749000', '204139.752000', '204139.754000', '204139.757000', '204139.759000', '204139.762000', '204139.765000', '204139.767000', '204139.770000', '204139.772000', '204139.775000', '204139.777000', '204139.780000', '204139.783000', '204139.785000', '204139.788000', '204139.790000', '204139.793000', '204139.795000', '204139.798000', '204139.852000', '204139.855000', '204139.858000', '204139.860000', '204139.863000', '204139.865000', '204139.868000', '204139.871000', '204139.873000', '204159.711000', '204159.713000', '204159.716000', '204159.719000', '204159.721000', '204159.724000', '204159.726000', '204159.729000', '204159.732000', '204159.734000', '204159.747000', '204159.750000', '204159.752000', '204159.755000', '204159.758000', '204159.760000', '204159.763000', '204159.765000', '204159.768000', '204159.771000', '204159.773000', '204159.776000', '204159.778000', '204159.781000', '204159.784000', '204159.786000', '204159.789000', '204159.791000', '204159.794000', '204159.796000', '204159.799000', '204159.853000', '204159.856000', '204159.858000', '204159.861000', '204159.864000', '204159.866000', '204159.869000', '204159.871000', '204159.874000', '204159.876000', '204159.879000', '204159.882000', '204205.363000', '204205.366000', '204205.369000', '204205.372000', '204205.374000', '204205.377000', '204205.379000', '204205.382000', '204205.385000', '204205.387000', '204205.390000', '204205.393000', '204205.395000'], 'InstanceCreationTime': ['203539.745000', '203539.749000', '203539.752000', '203539.754000', '203539.757000', '203539.760000', '203539.762000', '203539.765000', '203539.768000', '203539.770000', '203539.773000', '203539.776000', '203539.785000', '203539.788000', '203539.790000', '203539.793000', '203539.795000', '203539.798000', '203539.801000', '203539.803000', '203539.806000', '203539.809000', '203539.811000', '203539.814000', '203539.816000', '203539.819000', '203539.822000', '203539.824000', '203539.827000', '203539.830000', '203539.832000', '203539.835000', '203539.837000', '203559.709000', '203559.712000', '203559.715000', '203559.717000', '203559.720000', '203559.722000', '203559.725000', '203559.727000', '203559.732000', '203559.734000', '203559.737000', '203559.740000', '203559.742000', '203559.745000', '203559.748000', '203559.750000', '203559.753000', '203559.755000', '203559.758000', '203559.761000', '203559.763000', '203559.766000', '203559.768000', '203559.771000', '203559.774000', '203559.776000', '203559.779000', '203559.781000', '203559.784000', '203559.787000', '203559.789000', '203559.792000', '203559.794000', '203559.797000', '203559.800000', '203559.802000', '203559.805000', '203559.807000', '203559.810000', '203559.812000', '203559.815000', '203559.818000', '203559.820000', '203559.823000', '203619.710000', '203619.712000', '203619.716000', '203619.718000', '203619.721000', '203619.724000', '203619.727000', '203619.730000', '203619.732000', '203619.735000', '203619.737000', '203619.740000', '203619.742000', '203619.745000', '203619.748000', '203619.750000', '203619.753000', '203619.755000', '203619.758000', '203619.760000', '203619.763000', '203619.766000', '203619.768000', '203619.771000', '203619.774000', '203619.776000', '203619.779000', '203619.781000', '203619.784000', '203619.787000', '203619.789000', '203619.792000', '203619.795000', '203619.797000', '203619.800000', '203619.802000', '203619.805000', '203619.808000', '203619.810000', '203619.813000', '203619.816000', '203619.818000', '203619.821000', '203639.709000', '203639.712000', '203639.715000', '203639.717000', '203639.720000', '203639.723000', '203639.725000', '203639.728000', '203639.730000', '203639.733000', '203639.736000', '203639.739000', '203639.741000', '203639.744000', '203639.747000', '203639.749000', '203639.752000', '203639.755000', '203639.757000', '203639.760000', '203639.762000', '203639.765000', '203639.767000', '203639.770000', '203639.773000', '203639.775000', '203639.778000', '203639.781000', '203639.783000', '203639.786000', '203639.789000', '203639.791000', '203639.794000', '203639.797000', '203639.799000', '203639.831000', '203639.833000', '203639.836000', '203639.838000', '203639.841000', '203639.843000', '203639.846000', '203639.849000', '203659.709000', '203659.712000', '203659.715000', '203659.718000', '203659.720000', '203659.723000', '203659.725000', '203659.728000', '203659.731000', '203659.733000', '203659.736000', '203659.738000', '203659.741000', '203659.743000', '203659.746000', '203659.749000', '203659.751000', '203659.754000', '203659.757000', '203659.759000', '203659.762000', '203659.764000', '203659.767000', '203659.770000', '203659.772000', '203659.775000', '203659.777000', '203659.780000', '203659.783000', '203659.785000', '203659.788000', '203659.790000', '203659.793000', '203659.795000', '203659.798000', '203659.801000', '203659.804000', '203659.806000', '203659.809000', '203659.812000', '203659.814000', '203659.817000', '203659.819000', '203659.822000', '203719.711000', '203719.713000', '203719.716000', '203719.719000', '203719.721000', '203719.724000', '203719.727000', '203719.730000', '203719.732000', '203719.735000', '203719.738000', '203719.740000', '203719.743000', '203719.745000', '203719.748000', '203719.751000', '203719.753000', '203719.756000', '203719.759000', '203719.761000', '203719.764000', '203719.766000', '203719.769000', '203719.771000', '203719.774000', '203719.777000', '203719.779000', '203719.782000', '203719.785000', '203719.787000', '203719.790000', '203719.792000', '203719.795000', '203719.798000', '203719.818000', '203719.821000', '203719.823000', '203719.826000', '203719.829000', '203719.831000', '203719.834000', '203719.836000', '203719.839000', '203739.711000', '203739.713000', '203739.716000', '203739.719000', '203739.721000', '203739.724000', '203739.726000', '203739.729000', '203739.732000', '203739.734000', '203739.737000', '203739.739000', '203739.742000', '203739.744000', '203739.747000', '203739.750000', '203739.752000', '203739.755000', '203739.758000', '203739.760000', '203739.763000', '203739.765000', '203739.768000', '203739.771000', '203739.773000', '203739.776000', '203739.778000', '203739.781000', '203739.784000', '203739.786000', '203739.789000', '203739.792000', '203739.794000', '203739.797000', '203739.829000', '203739.832000', '203739.835000', '203739.837000', '203739.840000', '203739.842000', '203739.845000', '203739.848000', '203739.850000', '203739.853000', '203759.710000', '203759.713000', '203759.715000', '203759.718000', '203759.720000', '203759.723000', '203759.726000', '203759.728000', '203759.731000', '203759.734000', '203759.736000', '203759.739000', '203759.742000', '203759.745000', '203759.747000', '203759.750000', '203759.752000', '203759.755000', '203759.758000', '203759.760000', '203759.763000', '203759.765000', '203759.768000', '203759.770000', '203759.773000', '203759.777000', '203759.780000', '203759.782000', '203759.785000', '203759.787000', '203759.790000', '203759.793000', '203759.795000', '203759.798000', '203759.816000', '203759.818000', '203759.821000', '203759.824000', '203759.826000', '203759.829000', '203759.831000', '203759.834000', '203759.836000', '203819.709000', '203819.712000', '203819.715000', '203819.717000', '203819.720000', '203819.723000', '203819.725000', '203819.728000', '203819.731000', '203819.733000', '203819.736000', '203819.738000', '203819.741000', '203819.743000', '203819.746000', '203819.749000', '203819.751000', '203819.754000', '203819.757000', '203819.759000', '203819.762000', '203819.764000', '203819.767000', '203819.770000', '203819.772000', '203819.775000', '203819.777000', '203819.780000', '203819.782000', '203819.785000', '203819.788000', '203819.806000', '203819.851000', '203819.854000', '203819.856000', '203819.859000', '203819.862000', '203819.864000', '203819.867000', '203819.869000', '203819.872000', '203819.874000', '203819.877000', '203819.880000', '203839.710000', '203839.712000', '203839.715000', '203839.718000', '203839.720000', '203839.723000', '203839.725000', '203839.728000', '203839.731000', '203839.733000', '203839.736000', '203839.740000', '203839.742000', '203839.745000', '203839.748000', '203839.750000', '203839.753000', '203839.756000', '203839.758000', '203839.761000', '203839.764000', '203839.766000', '203839.769000', '203839.771000', '203839.774000', '203839.777000', '203839.779000', '203839.782000', '203839.784000', '203839.787000', '203839.790000', '203839.792000', '203839.795000', '203839.798000', '203839.849000', '203839.851000', '203839.854000', '203839.856000', '203839.859000', '203839.862000', '203839.864000', '203839.867000', '203839.870000', '203859.709000', '203859.712000', '203859.715000', '203859.717000', '203859.720000', '203859.723000', '203859.725000', '203859.728000', '203859.730000', '203859.733000', '203859.735000', '203859.738000', '203859.741000', '203859.743000', '203859.746000', '203859.748000', '203859.751000', '203859.754000', '203859.756000', '203859.759000', '203859.761000', '203859.764000', '203859.766000', '203859.769000', '203859.772000', '203859.774000', '203859.777000', '203859.779000', '203859.782000', '203859.785000', '203859.787000', '203859.790000', '203859.792000', '203859.795000', '203859.797000', '203859.831000', '203859.834000', '203859.836000', '203859.839000', '203859.841000', '203859.844000', '203859.847000', '203859.849000', '203859.852000', '203919.709000', '203919.712000', '203919.715000', '203919.717000', '203919.720000', '203919.723000', '203919.725000', '203919.728000', '203919.730000', '203919.733000', '203919.735000', '203919.738000', '203919.741000', '203919.743000', '203919.746000', '203919.750000', '203919.753000', '203919.755000', '203919.758000', '203919.760000', '203919.763000', '203919.766000', '203919.768000', '203919.771000', '203919.773000', '203919.776000', '203919.779000', '203919.781000', '203919.784000', '203919.786000', '203919.789000', '203919.792000', '203919.794000', '203919.797000', '203919.881000', '203919.883000', '203919.886000', '203919.888000', '203919.891000', '203919.894000', '203919.896000', '203919.899000', '203919.901000', '203939.710000', '203939.713000', '203939.716000', '203939.718000', '203939.721000', '203939.724000', '203939.726000', '203939.729000', '203939.731000', '203939.734000', '203939.737000', '203939.739000', '203939.742000', '203939.745000', '203939.747000', '203939.750000', '203939.752000', '203939.760000', '203939.763000', '203939.766000', '203939.768000', '203939.771000', '203939.773000', '203939.776000', '203939.779000', '203939.781000', '203939.784000', '203939.786000', '203939.789000', '203939.792000', '203939.794000', '203939.797000', '203939.867000', '203939.870000', '203939.872000', '203939.875000', '203939.877000', '203939.880000', '203939.882000', '203939.885000', '203939.888000', '203939.890000', '203939.893000', '203939.896000', '203959.710000', '203959.713000', '203959.716000', '203959.719000', '203959.721000', '203959.724000', '203959.726000', '203959.729000', '203959.732000', '203959.734000', '203959.737000', '203959.739000', '203959.754000', '203959.756000', '203959.759000', '203959.761000', '203959.765000', '203959.768000', '203959.771000', '203959.773000', '203959.776000', '203959.779000', '203959.781000', '203959.784000', '203959.786000', '203959.789000', '203959.792000', '203959.794000', '203959.797000', '203959.867000', '203959.870000', '203959.873000', '203959.875000', '203959.878000', '203959.880000', '203959.883000', '203959.886000', '203959.888000', '203959.891000', '203959.893000', '203959.896000', '203959.899000', '203959.901000', '204019.710000', '204019.712000', '204019.715000', '204019.718000', '204019.720000', '204019.723000', '204019.725000', '204019.728000', '204019.730000', '204019.733000', '204019.736000', '204019.739000', '204019.741000', '204019.744000', '204019.746000', '204019.749000', '204019.752000', '204019.754000', '204019.757000', '204019.759000', '204019.762000', '204019.765000', '204019.767000', '204019.770000', '204019.772000', '204019.775000', '204019.778000', '204019.780000', '204019.783000', '204019.785000', '204019.788000', '204019.791000', '204019.793000', '204019.796000', '204019.799000', '204019.862000', '204019.865000', '204019.867000', '204019.870000', '204019.872000', '204019.875000', '204019.878000', '204019.880000', '204019.883000', '204039.710000', '204039.712000', '204039.715000', '204039.717000', '204039.720000', '204039.723000', '204039.725000', '204039.728000', '204039.730000', '204039.733000', '204039.736000', '204039.738000', '204039.741000', '204039.743000', '204039.746000', '204039.749000', '204039.751000', '204039.754000', '204039.756000', '204039.759000', '204039.762000', '204039.764000', '204039.767000', '204039.770000', '204039.772000', '204039.775000', '204039.778000', '204039.780000', '204039.783000', '204039.785000', '204039.788000', '204039.791000', '204039.793000', '204039.796000', '204039.798000', '204039.857000', '204039.860000', '204039.862000', '204039.865000', '204039.867000', '204039.870000', '204039.873000', '204039.875000', '204059.710000', '204059.712000', '204059.715000', '204059.718000', '204059.720000', '204059.723000', '204059.725000', '204059.728000', '204059.731000', '204059.733000', '204059.736000', '204059.739000', '204059.741000', '204059.744000', '204059.746000', '204059.749000', '204059.751000', '204059.754000', '204059.757000', '204059.759000', '204059.762000', '204059.764000', '204059.767000', '204059.770000', '204059.772000', '204059.775000', '204059.784000', '204059.787000', '204059.789000', '204059.792000', '204059.795000', '204059.797000', '204059.849000', '204059.852000', '204059.854000', '204059.857000', '204059.859000', '204059.862000', '204059.865000', '204059.867000', '204059.870000', '204059.872000', '204059.875000', '204059.878000', '204119.710000', '204119.712000', '204119.715000', '204119.718000', '204119.720000', '204119.723000', '204119.725000', '204119.728000', '204119.730000', '204119.733000', '204119.736000', '204119.738000', '204119.741000', '204119.744000', '204119.746000', '204119.749000', '204119.751000', '204119.754000', '204119.756000', '204119.759000', '204119.762000', '204119.764000', '204119.778000', '204119.781000', '204119.784000', '204119.788000', '204119.790000', '204119.793000', '204119.796000', '204119.799000', '204119.854000', '204119.857000', '204119.859000', '204119.862000', '204119.865000', '204119.867000', '204119.870000', '204119.872000', '204119.875000', '204119.878000', '204119.880000', '204119.883000', '204119.885000', '204139.710000', '204139.712000', '204139.715000', '204139.718000', '204139.720000', '204139.723000', '204139.725000', '204139.728000', '204139.731000', '204139.733000', '204139.736000', '204139.739000', '204139.741000', '204139.744000', '204139.746000', '204139.749000', '204139.752000', '204139.754000', '204139.757000', '204139.759000', '204139.762000', '204139.765000', '204139.767000', '204139.770000', '204139.772000', '204139.775000', '204139.777000', '204139.780000', '204139.783000', '204139.785000', '204139.788000', '204139.790000', '204139.793000', '204139.795000', '204139.798000', '204139.852000', '204139.855000', '204139.858000', '204139.860000', '204139.863000', '204139.865000', '204139.868000', '204139.871000', '204139.873000', '204159.711000', '204159.713000', '204159.716000', '204159.719000', '204159.721000', '204159.724000', '204159.726000', '204159.729000', '204159.732000', '204159.734000', '204159.747000', '204159.750000', '204159.752000', '204159.755000', '204159.758000', '204159.760000', '204159.763000', '204159.765000', '204159.768000', '204159.771000', '204159.773000', '204159.776000', '204159.778000', '204159.781000', '204159.784000', '204159.786000', '204159.789000', '204159.791000', '204159.794000', '204159.796000', '204159.799000', '204159.853000', '204159.856000', '204159.858000', '204159.861000', '204159.864000', '204159.866000', '204159.869000', '204159.871000', '204159.874000', '204159.876000', '204159.879000', '204159.882000', '204205.363000', '204205.366000', '204205.369000', '204205.372000', '204205.374000', '204205.377000', '204205.379000', '204205.382000', '204205.385000', '204205.387000', '204205.390000', '204205.393000', '204205.395000'], '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': [8625, 8718, 8840, 10391, 12338, 10347, 12097, 7957, 9280, 7746, 11086, 7928, 15028, 7540, 10007, 7164, 9146, 7425, 12860, 8119, 14417, 7630, 11532, 7892, 12448, 9556, 10847, 9788, 7603, 8272, 7533, 10386, 7747, 15532, 8845, 12930, 7624, 13328, 8590, 15049, 12105, 9273, 9507, 8113, 8584, 7935, 13389, 7918, 13898, 7882, 10977, 7545, 12038, 8107, 13694, 9591, 14141, 7937, 11932, 7475, 10307, 7644, 8890, 7287, 10559, 7944, 13320, 9970, 7033, 9283, 7703, 9699, 7539, 10214, 8039, 11736, 11052, 11896, 10088, 11210, 8063, 13252, 8864, 14523, 9726, 12524, 7808, 11799, 7905, 12033, 8356, 13648, 8502, 10680, 7018, 8882, 7469, 10624, 8262, 13083, 7603, 11694, 8084, 12101, 8486, 11947, 8588, 8631, 8147, 9391, 8566, 14733, 11956, 14373, 9853, 12875, 8053, 13203, 8606, 13340, 10451, 9775, 8495, 11866, 8064, 14311, 7853, 13996, 9836, 14385, 8531, 11191, 7600, 8557, 7970, 8320, 13004, 8748, 14645, 9984, 12655, 7444, 11003, 7624, 11398, 8223, 11864, 7583, 11856, 7903, 12598, 9242, 14582, 9887, 12883, 8051, 13778, 8570, 14142, 11182, 15271, 10629, 13539, 8100, 13428, 8817, 13340, 10553, 8000, 8520, 7776, 7692, 7473, 9602, 7005, 12970, 7094, 13525, 8118, 15146, 10130, 15298, 10435, 14172, 8051, 12440, 8108, 12751, 9924, 9499, 8767, 7788, 7619, 7395, 11933, 7117, 12820, 7084, 11752, 7625, 13441, 10791, 10936, 9741, 7856, 9117, 8097, 9264, 7957, 13773, 8018, 11238, 7387, 8974, 7688, 8893, 7507, 8441, 10196, 8170, 9250, 8010, 7188, 11439, 7782, 7828, 7787, 7024, 11471, 8397, 14784, 10221, 12219, 7519, 9833, 7068, 12287, 8074, 14733, 7165, 10674, 7044, 10147, 7432, 13038, 9253, 12554, 7440, 10297, 7721, 10061, 8913, 9149, 8793, 7675, 8038, 7192, 11320, 8644, 15775, 10482, 13745, 7632, 13454, 9535, 15111, 11609, 11235, 9285, 8200, 8330, 8571, 8602, 12018, 9072, 14493, 8653, 13754, 8354, 12903, 10155, 8749, 8168, 7087, 7853, 7159, 10916, 8471, 11322, 9974, 8981, 8496, 14122, 8132, 14611, 10631, 14360, 9773, 11805, 7107, 9300, 7031, 9684, 7040, 13518, 7309, 9998, 7076, 10683, 7869, 9186, 7926, 7541, 7720, 7561, 9266, 7750, 14129, 9353, 12708, 7426, 9914, 7361, 10655, 7321, 11907, 8656, 14963, 8286, 10263, 7239, 8561, 7383, 9586, 8114, 13920, 7705, 9881, 7135, 8488, 7297, 9320, 7409, 12603, 7314, 9845, 7159, 10310, 7117, 13496, 7899, 12809, 6988, 10118, 7229, 10070, 7361, 13963, 7503, 9522, 7431, 8681, 7701, 9598, 9035, 11443, 7496, 8688, 6916, 9130, 7036, 13465, 8979, 12312, 7763, 9336, 8113, 11511, 10410, 12106, 9966, 9057, 8986, 10986, 9107, 12796, 10690, 8172, 8630, 7773, 8275, 10644, 8289, 13206, 8155, 13617, 8549, 13517, 10457, 12279, 7991, 7740, 8037, 7948, 8832, 9683, 12378, 7730, 8734, 7815, 8577, 10322, 8768, 14330, 10885, 11323, 8100, 11945, 7797, 13688, 9902, 14650, 9143, 11422, 7750, 10836, 7804, 12767, 9150, 13603, 8495, 13159, 7469, 12469, 8208, 12631, 9582, 12592, 7403, 11039, 7110, 11580, 7887, 14126, 8402, 13244, 7552, 13032, 7894, 12386, 7645, 10901, 6952, 8101, 7071, 8361, 7312, 10931, 7371, 8919, 7458, 8158, 7238, 8787, 7300, 9753, 6954, 8341, 7117, 8103, 7159, 7807, 7394, 9716, 7777, 13724, 7041, 9653, 6868, 10152, 6960, 13384, 8685, 13947, 7166, 10658, 7004, 11899, 7383, 14952, 7386, 10309, 7118, 9038, 7287, 11148, 8733, 15153, 8617, 12183, 7608, 11002, 7723, 9873, 9006, 7417, 7735, 7023, 8512, 6866, 11214, 7727, 14802, 8854, 11288, 7350, 9373, 7467, 9740, 7598, 11142, 7412, 8281, 7329, 7909, 7490, 9229, 7510, 8742, 7615, 8071, 7594, 8047, 7445, 7829, 6849, 9036, 7520, 10997, 7964, 10048, 9363, 8252, 15821, 10896, 12078, 10403, 13474, 12332, 13478, 12043, 7966, 8668, 7599, 8592, 8569, 12647, 8457, 8878, 7205, 7788, 6846, 9178, 7458, 13705, 7257, 11778, 7269, 12412, 8472, 15014, 11003, 12015, 8097, 11703, 8138, 14719, 11209, 15152, 12269, 9263, 9101, 7797, 8254, 10554, 9807, 12815, 11331, 8271, 9149, 7570, 8214, 7770, 8527, 8139, 8754, 13529, 8986, 15033, 10339, 14646, 10091, 12438, 7922, 11306, 7943, 12357, 9436, 10623, 8110, 8461, 7838, 11284, 8796, 9928, 8781, 7804, 7846, 7764, 8174, 9013, 10639, 7548, 8098, 7326, 8456, 7415, 10949, 8945, 12498, 7497, 9007, 7442, 10311, 7360, 12846, 8347, 15846, 10286, 13461, 7817, 11466, 7697, 12805, 9159, 14641, 10624, 10707, 8388, 10745, 8994, 13587, 11509, 12284, 10009, 7714, 7833, 7823, 7762, 7704, 10098, 7882, 11651, 7640, 8591, 7234, 9000, 7133, 9542, 7208, 9645, 7117, 9888, 7389, 12433, 8408, 13667, 7681, 7776, 7901, 11210, 8037, 14722, 11522, 14629, 9597, 13839, 7692, 13252, 9129, 13925, 9691, 12282, 7936, 10575, 7359, 10420, 7314, 12041, 7543, 9422, 7011, 7755, 6924, 8606, 7283, 10233, 7064, 8654, 7166, 9488, 7146, 11977, 7374, 11261, 7150, 8877, 7909, 8887, 15170, 10380, 14717, 11108, 12930, 7602, 10560, 7280, 8333, 7467, 8252, 10218, 8510, 14124, 7499, 11308, 7021, 9899, 9474, 8471, 14949, 8510, 13393, 7461, 10745, 7922, 8585, 11684, 8410, 7454, 7638, 9263, 7619, 12198, 8694, 13477, 9303, 13047, 7618, 11833, 7255, 12216, 9181, 12235, 7422, 10913, 7173, 10552, 7735, 11676, 7789, 10502, 7168, 10049, 7095, 11321, 8967, 14415, 10404, 12935, 7661, 12663, 8464, 14562, 10504, 14918, 7552, 11825, 7308, 11731, 8078, 13700, 10476, 9592, 7876, 7595, 7721, 7257, 12379, 7322, 10909, 6861, 10232, 7071, 12762, 9216, 13941, 7403, 12620, 7409, 12755, 9294, 14664, 9182, 13412, 7656, 13579, 8137, 14187, 11048, 11448, 7750, 8039, 8013, 9344, 9038, 10778, 9223, 7607, 8391, 7899, 9669, 11426, 13655, 8813, 9719, 8013, 10837, 11374, 12662, 10335, 9598, 7721, 8500, 7791, 7882, 7580, 7594, 8219, 7602, 11741, 8045, 12981, 9649, 8574, 7756, 7609, 7688, 7605, 9311, 10716, 11092, 7473, 8761, 7832, 8099, 11310, 9448, 11099, 8965, 7866, 7935, 7589], 'WindowCenter': [4183.0, 4165.0, 4151.0, 4169.0, 4177.0, 4155.0, 4164.0, 4112.0, 4130.0, 4098.0, 4138.0, 4098.0, 4171.0, 4097.0, 4127.0, 4085.0, 4115.0, 4085.0, 4157.0, 4107.0, 4168.0, 4097.0, 4145.0, 4096.0, 4147.0, 4128.0, 4138.0, 4128.0, 4097.0, 4106.0, 4097.0, 4128.0, 4097.0, 4180.0, 4118.0, 4158.0, 4096.0, 4156.0, 4107.0, 4167.0, 4149.0, 4117.0, 4127.0, 4094.0, 4104.0, 4095.0, 4146.0, 4095.0, 4156.0, 4095.0, 4136.0, 4095.0, 4144.0, 4095.0, 4155.0, 4115.0, 4155.0, 4094.0, 4134.0, 4083.0, 4123.0, 4082.0, 4104.0, 4083.0, 4136.0, 4106.0, 4157.0, 4126.0, 4073.0, 4114.0, 4097.0, 4152.0, 4109.0, 4138.0, 4108.0, 4148.0, 4150.0, 4149.0, 4138.0, 4147.0, 4106.0, 4157.0, 4115.0, 4167.0, 4127.0, 4156.0, 4095.0, 4145.0, 4095.0, 4145.0, 4105.0, 4157.0, 4105.0, 4135.0, 4085.0, 4114.0, 4085.0, 4135.0, 4108.0, 4157.0, 4108.0, 4147.0, 4107.0, 4157.0, 4119.0, 4159.0, 4118.0, 4118.0, 4108.0, 4127.0, 4118.0, 4168.0, 4149.0, 4169.0, 4128.0, 4157.0, 4095.0, 4156.0, 4106.0, 4156.0, 4137.0, 4125.0, 4106.0, 4145.0, 4095.0, 4156.0, 4095.0, 4155.0, 4124.0, 4155.0, 4103.0, 4123.0, 4082.0, 4102.0, 4091.0, 4092.0, 4143.0, 4103.0, 4154.0, 4114.0, 4144.0, 4083.0, 4134.0, 4106.0, 4146.0, 4106.0, 4147.0, 4107.0, 4146.0, 4106.0, 4146.0, 4127.0, 4168.0, 4139.0, 4158.0, 4107.0, 4157.0, 4117.0, 4156.0, 4137.0, 4168.0, 4126.0, 4155.0, 4094.0, 4144.0, 4115.0, 4154.0, 4137.0, 4093.0, 4104.0, 4094.0, 4094.0, 4084.0, 4124.0, 4085.0, 4156.0, 4086.0, 4157.0, 4107.0, 4168.0, 4138.0, 4168.0, 4139.0, 4168.0, 4096.0, 4146.0, 4095.0, 4145.0, 4128.0, 4115.0, 4105.0, 4094.0, 4083.0, 4084.0, 4135.0, 4074.0, 4145.0, 4074.0, 4134.0, 4084.0, 4155.0, 4136.0, 4125.0, 4115.0, 4094.0, 4102.0, 4093.0, 4113.0, 4093.0, 4155.0, 4093.0, 4123.0, 4082.0, 4102.0, 4081.0, 4102.0, 4082.0, 4093.0, 4123.0, 4093.0, 4113.0, 4093.0, 4085.0, 4145.0, 4096.0, 4107.0, 4106.0, 4097.0, 4158.0, 4120.0, 4194.0, 4151.0, 4160.0, 4097.0, 4127.0, 4087.0, 4147.0, 4096.0, 4168.0, 4085.0, 4135.0, 4084.0, 4125.0, 4095.0, 4144.0, 4117.0, 4146.0, 4096.0, 4126.0, 4096.0, 4126.0, 4117.0, 4128.0, 4117.0, 4097.0, 4107.0, 4087.0, 4148.0, 4118.0, 4179.0, 4138.0, 4168.0, 4096.0, 4156.0, 4127.0, 4167.0, 4148.0, 4136.0, 4115.0, 4105.0, 4094.0, 4104.0, 4104.0, 4134.0, 4104.0, 4154.0, 4104.0, 4143.0, 4093.0, 4144.0, 4124.0, 4106.0, 4104.0, 4084.0, 4104.0, 4084.0, 4137.0, 4119.0, 4150.0, 4140.0, 4129.0, 4130.0, 4169.0, 4107.0, 4168.0, 4137.0, 4167.0, 4126.0, 4145.0, 4085.0, 4114.0, 4084.0, 4114.0, 4087.0, 4157.0, 4086.0, 4126.0, 4086.0, 4137.0, 4108.0, 4128.0, 4120.0, 4108.0, 4109.0, 4109.0, 4130.0, 4108.0, 4172.0, 4130.0, 4160.0, 4098.0, 4139.0, 4097.0, 4137.0, 4096.0, 4148.0, 4106.0, 4168.0, 4105.0, 4125.0, 4084.0, 4103.0, 4083.0, 4114.0, 4093.0, 4156.0, 4083.0, 4112.0, 4073.0, 4102.0, 4082.0, 4113.0, 4084.0, 4144.0, 4083.0, 4113.0, 4073.0, 4124.0, 4074.0, 4155.0, 4094.0, 4145.0, 4072.0, 4123.0, 4083.0, 4114.0, 4083.0, 4156.0, 4082.0, 4113.0, 4083.0, 4102.0, 4082.0, 4113.0, 4103.0, 4134.0, 4082.0, 4103.0, 4072.0, 4114.0, 4073.0, 4154.0, 4116.0, 4146.0, 4095.0, 4115.0, 4106.0, 4147.0, 4138.0, 4148.0, 4127.0, 4115.0, 4105.0, 4125.0, 4105.0, 4145.0, 4124.0, 4093.0, 4103.0, 4082.0, 4093.0, 4123.0, 4093.0, 4144.0, 4093.0, 4154.0, 4104.0, 4144.0, 4125.0, 4134.0, 4093.0, 4093.0, 4093.0, 4094.0, 4116.0, 4127.0, 4159.0, 4097.0, 4116.0, 4096.0, 4106.0, 4126.0, 4106.0, 4156.0, 4137.0, 4135.0, 4095.0, 4134.0, 4094.0, 4156.0, 4125.0, 4155.0, 4115.0, 4135.0, 4095.0, 4124.0, 4095.0, 4145.0, 4116.0, 4156.0, 4116.0, 4156.0, 4085.0, 4145.0, 4105.0, 4145.0, 4127.0, 4146.0, 4085.0, 4135.0, 4085.0, 4146.0, 4094.0, 4166.0, 4105.0, 4156.0, 4096.0, 4156.0, 4107.0, 4157.0, 4097.0, 4137.0, 4086.0, 4095.0, 4086.0, 4105.0, 4086.0, 4137.0, 4085.0, 4117.0, 4085.0, 4095.0, 4084.0, 4106.0, 4085.0, 4127.0, 4086.0, 4106.0, 4087.0, 4107.0, 4086.0, 4098.0, 4098.0, 4129.0, 4109.0, 4171.0, 4088.0, 4128.0, 4088.0, 4138.0, 4088.0, 4159.0, 4119.0, 4169.0, 4087.0, 4136.0, 4087.0, 4147.0, 4086.0, 4167.0, 4085.0, 4125.0, 4084.0, 4113.0, 4096.0, 4135.0, 4117.0, 4167.0, 4106.0, 4147.0, 4094.0, 4136.0, 4097.0, 4127.0, 4128.0, 4098.0, 4108.0, 4097.0, 4118.0, 4088.0, 4148.0, 4098.0, 4181.0, 4118.0, 4148.0, 4097.0, 4117.0, 4096.0, 4127.0, 4096.0, 4137.0, 4085.0, 4106.0, 4084.0, 4106.0, 4095.0, 4116.0, 4084.0, 4106.0, 4096.0, 4107.0, 4108.0, 4108.0, 4097.0, 4109.0, 4089.0, 4130.0, 4112.0, 4161.0, 4122.0, 4153.0, 4143.0, 4134.0, 4195.0, 4163.0, 4170.0, 4151.0, 4183.0, 4173.0, 4172.0, 4162.0, 4108.0, 4117.0, 4096.0, 4117.0, 4106.0, 4158.0, 4107.0, 4117.0, 4096.0, 4095.0, 4086.0, 4126.0, 4096.0, 4171.0, 4098.0, 4147.0, 4097.0, 4158.0, 4106.0, 4167.0, 4139.0, 4147.0, 4097.0, 4147.0, 4096.0, 4167.0, 4137.0, 4156.0, 4147.0, 4115.0, 4116.0, 4084.0, 4094.0, 4124.0, 4114.0, 4144.0, 4124.0, 4092.0, 4103.0, 4082.0, 4092.0, 4081.0, 4092.0, 4080.0, 4092.0, 4143.0, 4102.0, 4153.0, 4113.0, 4142.0, 4112.0, 4131.0, 4079.0, 4120.0, 4081.0, 4132.0, 4115.0, 4123.0, 4093.0, 4092.0, 4084.0, 4124.0, 4105.0, 4115.0, 4104.0, 4083.0, 4094.0, 4084.0, 4105.0, 4105.0, 4138.0, 4096.0, 4096.0, 4086.0, 4095.0, 4085.0, 4126.0, 4106.0, 4148.0, 4086.0, 4116.0, 4085.0, 4125.0, 4085.0, 4146.0, 4106.0, 4167.0, 4128.0, 4157.0, 4084.0, 4134.0, 4083.0, 4144.0, 4114.0, 4156.0, 4126.0, 4125.0, 4105.0, 4135.0, 4114.0, 4155.0, 4136.0, 4147.0, 4126.0, 4095.0, 4095.0, 4084.0, 4095.0, 4095.0, 4127.0, 4096.0, 4148.0, 4096.0, 4106.0, 4085.0, 4114.0, 4074.0, 4115.0, 4085.0, 4126.0, 4084.0, 4126.0, 4086.0, 4146.0, 4105.0, 4157.0, 4096.0, 4095.0, 4107.0, 4147.0, 4106.0, 4168.0, 4149.0, 4179.0, 4127.0, 4155.0, 4093.0, 4145.0, 4115.0, 4154.0, 4115.0, 4144.0, 4093.0, 4123.0, 4083.0, 4124.0, 4084.0, 4145.0, 4084.0, 4114.0, 4073.0, 4083.0, 4084.0, 4117.0, 4096.0, 4136.0, 4085.0, 4116.0, 4086.0, 4127.0, 4086.0, 4148.0, 4097.0, 4138.0, 4085.0, 4117.0, 4106.0, 4116.0, 4167.0, 4126.0, 4165.0, 4137.0, 4145.0, 4093.0, 4124.0, 4084.0, 4104.0, 4084.0, 4106.0, 4126.0, 4116.0, 4167.0, 4096.0, 4136.0, 4084.0, 4126.0, 4126.0, 4106.0, 4166.0, 4105.0, 4155.0, 4084.0, 4134.0, 4092.0, 4104.0, 4134.0, 4094.0, 4082.0, 4093.0, 4113.0, 4094.0, 4146.0, 4115.0, 4167.0, 4127.0, 4158.0, 4096.0, 4146.0, 4097.0, 4147.0, 4128.0, 4148.0, 4097.0, 4136.0, 4086.0, 4137.0, 4098.0, 4148.0, 4097.0, 4137.0, 4099.0, 4138.0, 4099.0, 4148.0, 4129.0, 4181.0, 4151.0, 4160.0, 4098.0, 4158.0, 4107.0, 4168.0, 4138.0, 4168.0, 4096.0, 4146.0, 4085.0, 4146.0, 4095.0, 4157.0, 4139.0, 4127.0, 4105.0, 4096.0, 4096.0, 4085.0, 4159.0, 4097.0, 4137.0, 4076.0, 4137.0, 4087.0, 4157.0, 4129.0, 4168.0, 4097.0, 4157.0, 4096.0, 4157.0, 4127.0, 4167.0, 4117.0, 4157.0, 4096.0, 4157.0, 4107.0, 4157.0, 4149.0, 4136.0, 4096.0, 4095.0, 4096.0, 4116.0, 4117.0, 4137.0, 4117.0, 4095.0, 4106.0, 4106.0, 4127.0, 4147.0, 4169.0, 4114.0, 4126.0, 4094.0, 4136.0, 4136.0, 4147.0, 4125.0, 4115.0, 4094.0, 4104.0, 4094.0, 4094.0, 4083.0, 4084.0, 4103.0, 4095.0, 4146.0, 4096.0, 4155.0, 4126.0, 4105.0, 4095.0, 4093.0, 4095.0, 4094.0, 4127.0, 4138.0, 4149.0, 4097.0, 4117.0, 4094.0, 4106.0, 4136.0, 4126.0, 4135.0, 4116.0, 4095.0, 4106.0, 4094.0], 'WindowWidth': [9314.0, 9271.0, 9242.0, 9257.0, 9264.0, 9228.0, 9240.0, 9166.0, 9185.0, 9140.0, 9193.0, 9139.0, 9241.0, 9136.0, 9175.0, 9119.0, 9156.0, 9118.0, 9214.0, 9149.0, 9231.0, 9136.0, 9198.0, 9134.0, 9201.0, 9179.0, 9192.0, 9179.0, 9138.0, 9148.0, 9136.0, 9178.0, 9138.0, 9251.0, 9165.0, 9219.0, 9134.0, 9212.0, 9151.0, 9229.0, 9208.0, 9162.0, 9174.0, 9128.0, 9142.0, 9129.0, 9199.0, 9130.0, 9213.0, 9131.0, 9184.0, 9131.0, 9193.0, 9130.0, 9209.0, 9158.0, 9208.0, 9128.0, 9180.0, 9115.0, 9164.0, 9110.0, 9142.0, 9113.0, 9185.0, 9149.0, 9214.0, 9173.0, 9099.0, 9154.0, 9137.0, 9224.0, 9160.0, 9194.0, 9157.0, 9207.0, 9212.0, 9209.0, 9193.0, 9203.0, 9148.0, 9214.0, 9160.0, 9229.0, 9175.0, 9214.0, 9132.0, 9195.0, 9131.0, 9196.0, 9145.0, 9213.0, 9146.0, 9184.0, 9120.0, 9154.0, 9118.0, 9185.0, 9153.0, 9217.0, 9154.0, 9204.0, 9154.0, 9218.0, 9169.0, 9223.0, 9170.0, 9169.0, 9154.0, 9178.0, 9168.0, 9233.0, 9210.0, 9236.0, 9180.0, 9218.0, 9133.0, 9212.0, 9146.0, 9211.0, 9188.0, 9171.0, 9146.0, 9197.0, 9132.0, 9211.0, 9131.0, 9210.0, 9167.0, 9209.0, 9138.0, 9163.0, 9109.0, 9135.0, 9119.0, 9122.0, 9190.0, 9139.0, 9206.0, 9154.0, 9194.0, 9115.0, 9180.0, 9153.0, 9200.0, 9151.0, 9205.0, 9153.0, 9201.0, 9150.0, 9200.0, 9179.0, 9232.0, 9196.0, 9219.0, 9151.0, 9216.0, 9164.0, 9214.0, 9191.0, 9231.0, 9172.0, 9211.0, 9128.0, 9192.0, 9158.0, 9207.0, 9190.0, 9126.0, 9143.0, 9129.0, 9128.0, 9117.0, 9171.0, 9121.0, 9216.0, 9122.0, 9216.0, 9151.0, 9232.0, 9194.0, 9231.0, 9196.0, 9232.0, 9135.0, 9198.0, 9132.0, 9196.0, 9179.0, 9156.0, 9144.0, 9129.0, 9113.0, 9114.0, 9183.0, 9102.0, 9196.0, 9102.0, 9180.0, 9116.0, 9210.0, 9188.0, 9170.0, 9156.0, 9127.0, 9137.0, 9124.0, 9151.0, 9123.0, 9209.0, 9123.0, 9163.0, 9109.0, 9136.0, 9107.0, 9136.0, 9109.0, 9127.0, 9163.0, 9123.0, 9151.0, 9128.0, 9119.0, 9201.0, 9137.0, 9153.0, 9151.0, 9141.0, 9221.0, 9174.0, 9281.0, 9217.0, 9226.0, 9143.0, 9177.0, 9125.0, 9202.0, 9134.0, 9232.0, 9118.0, 9183.0, 9117.0, 9170.0, 9133.0, 9194.0, 9164.0, 9201.0, 9136.0, 9175.0, 9137.0, 9175.0, 9165.0, 9179.0, 9165.0, 9139.0, 9151.0, 9126.0, 9206.0, 9166.0, 9250.0, 9194.0, 9232.0, 9136.0, 9213.0, 9176.0, 9228.0, 9206.0, 9185.0, 9158.0, 9143.0, 9128.0, 9140.0, 9141.0, 9180.0, 9140.0, 9206.0, 9139.0, 9190.0, 9125.0, 9192.0, 9168.0, 9149.0, 9141.0, 9117.0, 9144.0, 9119.0, 9191.0, 9171.0, 9213.0, 9201.0, 9185.0, 9186.0, 9235.0, 9152.0, 9232.0, 9190.0, 9229.0, 9174.0, 9195.0, 9117.0, 9154.0, 9116.0, 9155.0, 9126.0, 9217.0, 9121.0, 9174.0, 9123.0, 9191.0, 9154.0, 9181.0, 9173.0, 9157.0, 9159.0, 9160.0, 9188.0, 9157.0, 9244.0, 9186.0, 9226.0, 9141.0, 9196.0, 9137.0, 9189.0, 9136.0, 9204.0, 9146.0, 9233.0, 9143.0, 9169.0, 9116.0, 9138.0, 9111.0, 9152.0, 9125.0, 9210.0, 9111.0, 9148.0, 9098.0, 9135.0, 9109.0, 9151.0, 9113.0, 9192.0, 9115.0, 9150.0, 9098.0, 9165.0, 9101.0, 9207.0, 9129.0, 9195.0, 9098.0, 9163.0, 9113.0, 9152.0, 9111.0, 9212.0, 9109.0, 9151.0, 9111.0, 9135.0, 9108.0, 9151.0, 9137.0, 9180.0, 9110.0, 9136.0, 9096.0, 9152.0, 9099.0, 9206.0, 9159.0, 9200.0, 9133.0, 9158.0, 9148.0, 9202.0, 9194.0, 9205.0, 9175.0, 9158.0, 9145.0, 9170.0, 9142.0, 9194.0, 9167.0, 9124.0, 9138.0, 9109.0, 9125.0, 9162.0, 9125.0, 9191.0, 9125.0, 9205.0, 9140.0, 9194.0, 9170.0, 9178.0, 9126.0, 9127.0, 9126.0, 9128.0, 9160.0, 9176.0, 9225.0, 9139.0, 9163.0, 9137.0, 9148.0, 9173.0, 9145.0, 9211.0, 9187.0, 9182.0, 9130.0, 9179.0, 9129.0, 9212.0, 9172.0, 9210.0, 9157.0, 9183.0, 9130.0, 9165.0, 9132.0, 9196.0, 9159.0, 9213.0, 9161.0, 9214.0, 9118.0, 9195.0, 9145.0, 9196.0, 9176.0, 9197.0, 9118.0, 9183.0, 9121.0, 9197.0, 9131.0, 9226.0, 9145.0, 9213.0, 9134.0, 9214.0, 9151.0, 9215.0, 9139.0, 9189.0, 9123.0, 9132.0, 9121.0, 9145.0, 9121.0, 9191.0, 9118.0, 9162.0, 9120.0, 9133.0, 9119.0, 9148.0, 9118.0, 9176.0, 9123.0, 9149.0, 9124.0, 9151.0, 9123.0, 9140.0, 9143.0, 9184.0, 9158.0, 9240.0, 9129.0, 9181.0, 9128.0, 9193.0, 9127.0, 9220.0, 9170.0, 9234.0, 9125.0, 9187.0, 9124.0, 9202.0, 9121.0, 9230.0, 9120.0, 9171.0, 9117.0, 9153.0, 9136.0, 9184.0, 9162.0, 9228.0, 9149.0, 9203.0, 9132.0, 9185.0, 9137.0, 9178.0, 9182.0, 9141.0, 9154.0, 9141.0, 9168.0, 9131.0, 9207.0, 9141.0, 9255.0, 9167.0, 9205.0, 9138.0, 9165.0, 9137.0, 9175.0, 9134.0, 9189.0, 9119.0, 9146.0, 9116.0, 9147.0, 9133.0, 9162.0, 9118.0, 9148.0, 9133.0, 9152.0, 9157.0, 9154.0, 9140.0, 9156.0, 9132.0, 9188.0, 9168.0, 9231.0, 9181.0, 9223.0, 9211.0, 9200.0, 9282.0, 9237.0, 9242.0, 9216.0, 9264.0, 9248.0, 9245.0, 9231.0, 9154.0, 9165.0, 9136.0, 9165.0, 9149.0, 9219.0, 9150.0, 9163.0, 9134.0, 9131.0, 9124.0, 9173.0, 9135.0, 9242.0, 9142.0, 9203.0, 9137.0, 9218.0, 9150.0, 9229.0, 9194.0, 9202.0, 9136.0, 9201.0, 9134.0, 9228.0, 9188.0, 9212.0, 9202.0, 9156.0, 9159.0, 9114.0, 9126.0, 9165.0, 9153.0, 9192.0, 9165.0, 9120.0, 9134.0, 9105.0, 9119.0, 9104.0, 9119.0, 9103.0, 9120.0, 9187.0, 9134.0, 9202.0, 9148.0, 9184.0, 9145.0, 9169.0, 9099.0, 9153.0, 9104.0, 9171.0, 9157.0, 9163.0, 9125.0, 9122.0, 9114.0, 9165.0, 9141.0, 9155.0, 9141.0, 9113.0, 9127.0, 9114.0, 9144.0, 9144.0, 9191.0, 9132.0, 9135.0, 9120.0, 9130.0, 9118.0, 9172.0, 9147.0, 9203.0, 9121.0, 9158.0, 9118.0, 9169.0, 9117.0, 9198.0, 9145.0, 9229.0, 9177.0, 9214.0, 9115.0, 9178.0, 9113.0, 9192.0, 9155.0, 9211.0, 9171.0, 9171.0, 9143.0, 9182.0, 9156.0, 9210.0, 9186.0, 9202.0, 9173.0, 9131.0, 9129.0, 9115.0, 9129.0, 9131.0, 9174.0, 9132.0, 9203.0, 9134.0, 9147.0, 9120.0, 9156.0, 9102.0, 9156.0, 9116.0, 9173.0, 9115.0, 9171.0, 9121.0, 9199.0, 9145.0, 9214.0, 9134.0, 9131.0, 9151.0, 9204.0, 9148.0, 9231.0, 9210.0, 9249.0, 9178.0, 9211.0, 9126.0, 9194.0, 9155.0, 9204.0, 9155.0, 9191.0, 9125.0, 9162.0, 9112.0, 9166.0, 9115.0, 9195.0, 9114.0, 9153.0, 9101.0, 9111.0, 9117.0, 9168.0, 9135.0, 9188.0, 9120.0, 9161.0, 9123.0, 9176.0, 9125.0, 9207.0, 9139.0, 9191.0, 9122.0, 9164.0, 9146.0, 9161.0, 9229.0, 9173.0, 9223.0, 9187.0, 9196.0, 9127.0, 9165.0, 9115.0, 9142.0, 9116.0, 9147.0, 9173.0, 9162.0, 9231.0, 9137.0, 9187.0, 9118.0, 9174.0, 9172.0, 9146.0, 9226.0, 9143.0, 9210.0, 9115.0, 9181.0, 9123.0, 9139.0, 9179.0, 9126.0, 9112.0, 9125.0, 9151.0, 9130.0, 9200.0, 9160.0, 9231.0, 9178.0, 9218.0, 9137.0, 9200.0, 9137.0, 9202.0, 9181.0, 9204.0, 9139.0, 9188.0, 9123.0, 9191.0, 9141.0, 9204.0, 9140.0, 9193.0, 9145.0, 9194.0, 9145.0, 9208.0, 9186.0, 9255.0, 9214.0, 9224.0, 9141.0, 9217.0, 9152.0, 9231.0, 9193.0, 9233.0, 9135.0, 9199.0, 9120.0, 9199.0, 9134.0, 9213.0, 9194.0, 9177.0, 9146.0, 9134.0, 9137.0, 9121.0, 9223.0, 9139.0, 9190.0, 9109.0, 9189.0, 9125.0, 9216.0, 9181.0, 9233.0, 9137.0, 9216.0, 9136.0, 9217.0, 9180.0, 9232.0, 9165.0, 9217.0, 9136.0, 9215.0, 9150.0, 9214.0, 9209.0, 9187.0, 9134.0, 9132.0, 9134.0, 9159.0, 9163.0, 9189.0, 9163.0, 9133.0, 9147.0, 9148.0, 9175.0, 9202.0, 9238.0, 9156.0, 9172.0, 9130.0, 9186.0, 9186.0, 9202.0, 9171.0, 9156.0, 9128.0, 9142.0, 9127.0, 9129.0, 9113.0, 9116.0, 9140.0, 9132.0, 9198.0, 9134.0, 9212.0, 9176.0, 9146.0, 9133.0, 9128.0, 9135.0, 9132.0, 9178.0, 9192.0, 9208.0, 9137.0, 9162.0, 9129.0, 9149.0, 9186.0, 9173.0, 9186.0, 9159.0, 9132.0, 9147.0, 9131.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.00036564161849710975</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016456131791907514</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.75551701906251</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1787192101273143</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.007246256064815</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4925</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3556.0508</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07543844154184487</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.1560693641618498</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.508735504248261</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5819674838956437</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6073129378368156</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3369260910123253</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00743649</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0002501907874830067</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021343020722270012</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>865</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>3.8842009941395053</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>28.9765</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.917</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.1245</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296465.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>851.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.5152</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6117</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.231</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3296.9337</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3440.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80079.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1159.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4360.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.6335</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.652532468084246</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> |