=== 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-0013 --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-0013",
"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-0013_ses-04_task-social_acq-mb8_run-03_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-0013_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-03_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-0013/ses-04/func/sub-0013_ses-04_task-social_acq-mb8_run-03_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>ef6adec974678eb34f449562f2c0a946</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:38:25.295000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996657, -0.0794035, 0.0192398, 0.0735397, 0.974464, 0.212162]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.075452</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>21</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7311, 524, -132, -303, 58, 47]</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>233.567</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>605b278c-eefa-4e31-a461-914d7cd671f4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673957586288452, 0.1973016858100891, 0.09610601514577866, 99.26786041259766], [0.21303372085094452, 2.614414691925049, 0.567101001739502, -119.24713897705078], [0.05161888152360916, -0.5692139863967896, 2.6380221843719482, -54.45292282104492], [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': ['103825.295000', '103825.755000', '103826.215000', '103826.675000', '103827.135000', '103827.595000', '103828.055000', '103828.515000', '103828.975000', '103829.435000', '103829.895000', '103830.355000', '103830.815000', '103831.275000', '103831.735000', '103832.195000', '103832.655000', '103833.115000', '103833.575000', '103834.035000', '103834.495000', '103834.955000', '103835.415000', '103835.875000', '103836.335000', '103836.795000', '103837.255000', '103837.715000', '103838.175000', '103838.635000', '103839.095000', '103839.555000', '103840.015000', '103840.475000', '103840.935000', '103841.395000', '103841.855000', '103842.315000', '103842.775000', '103843.235000', '103843.695000', '103844.155000', '103844.615000', '103845.075000', '103845.535000', '103845.995000', '103846.455000', '103846.915000', '103847.375000', '103847.835000', '103848.295000', '103848.755000', '103849.215000', '103849.675000', '103850.135000', '103850.595000', '103851.055000', '103851.515000', '103851.975000', '103852.435000', '103852.895000', '103853.355000', '103853.815000', '103854.275000', '103854.735000', '103855.195000', '103855.655000', '103856.115000', '103856.575000', '103857.035000', '103857.495000', '103857.955000', '103858.415000', '103858.875000', '103859.335000', '103859.795000', '103900.255000', '103900.715000', '103901.175000', '103901.635000', '103902.095000', '103902.555000', '103903.015000', '103903.475000', '103903.935000', '103904.395000', '103904.855000', '103905.315000', '103905.775000', '103906.235000', '103906.695000', '103907.155000', '103907.615000', '103908.075000', '103908.535000', '103908.995000', '103909.455000', '103909.915000', '103910.375000', '103910.835000', '103911.295000', '103911.755000', '103912.215000', '103912.675000', '103913.135000', '103913.595000', '103914.055000', '103914.515000', '103914.975000', '103915.435000', '103915.895000', '103916.355000', '103916.815000', '103917.275000', '103917.735000', '103918.195000', '103918.655000', '103919.115000', '103919.575000', '103920.035000', '103920.495000', '103920.955000', '103921.415000', '103921.875000', '103922.335000', '103922.795000', '103923.255000', '103923.715000', '103924.175000', '103924.635000', '103925.095000', '103925.555000', '103926.015000', '103926.475000', '103926.935000', '103927.395000', '103927.855000', '103928.315000', '103928.775000', '103929.235000', '103929.695000', '103930.155000', '103930.615000', '103931.075000', '103931.535000', '103931.995000', '103932.455000', '103932.915000', '103933.375000', '103933.835000', '103934.295000', '103934.755000', '103935.215000', '103935.675000', '103936.135000', '103936.595000', '103937.055000', '103937.515000', '103937.975000', '103938.435000', '103938.895000', '103939.355000', '103939.815000', '103940.275000', '103940.735000', '103941.195000', '103941.655000', '103942.115000', '103942.575000', '103943.035000', '103943.495000', '103943.955000', '103944.415000', '103944.875000', '103945.335000', '103945.795000', '103946.255000', '103946.715000', '103947.175000', '103947.635000', '103948.095000', '103948.555000', '103949.015000', '103949.475000', '103949.935000', '103950.395000', '103950.855000', '103951.315000', '103951.775000', '103952.235000', '103952.695000', '103953.155000', '103953.615000', '103954.075000', '103954.535000', '103954.995000', '103955.455000', '103955.915000', '103956.375000', '103956.835000', '103957.295000', '103957.755000', '103958.215000', '103958.675000', '103959.135000', '103959.595000', '104000.055000', '104000.515000', '104000.975000', '104001.435000', '104001.895000', '104002.355000', '104002.815000', '104003.275000', '104003.735000', '104004.195000', '104004.655000', '104005.115000', '104005.575000', '104006.035000', '104006.495000', '104006.955000', '104007.415000', '104007.875000', '104008.335000', '104008.795000', '104009.255000', '104009.715000', '104010.175000', '104010.635000', '104011.095000', '104011.555000', '104012.015000', '104012.475000', '104012.935000', '104013.395000', '104013.855000', '104014.315000', '104014.775000', '104015.235000', '104015.695000', '104016.155000', '104016.615000', '104017.075000', '104017.535000', '104017.995000', '104018.455000', '104018.915000', '104019.375000', '104019.835000', '104020.295000', '104020.755000', '104021.215000', '104021.675000', '104022.135000', '104022.595000', '104023.055000', '104023.515000', '104023.975000', '104024.435000', '104024.895000', '104025.355000', '104025.815000', '104026.275000', '104026.735000', '104027.195000', '104027.655000', '104028.115000', '104028.575000', '104029.035000', '104029.495000', '104029.955000', '104030.415000', '104030.875000', '104031.335000', '104031.795000', '104032.255000', '104032.715000', '104033.175000', '104033.635000', '104034.095000', '104034.555000', '104035.015000', '104035.475000', '104035.935000', '104036.395000', '104036.855000', '104037.315000', '104037.775000', '104038.235000', '104038.695000', '104039.155000', '104039.615000', '104040.075000', '104040.535000', '104040.995000', '104041.455000', '104041.915000', '104042.375000', '104042.835000', '104043.295000', '104043.755000', '104044.215000', '104044.675000', '104045.135000', '104045.595000', '104046.055000', '104046.515000', '104046.975000', '104047.435000', '104047.895000', '104048.355000', '104048.815000', '104049.275000', '104049.735000', '104050.195000', '104050.655000', '104051.115000', '104051.575000', '104052.035000', '104052.495000', '104052.955000', '104053.415000', '104053.875000', '104054.335000', '104054.795000', '104055.255000', '104055.715000', '104056.175000', '104056.635000', '104057.095000', '104057.555000', '104058.015000', '104058.475000', '104058.935000', '104059.395000', '104059.855000', '104100.315000', '104100.775000', '104101.235000', '104101.695000', '104102.155000', '104102.615000', '104103.075000', '104103.535000', '104103.995000', '104104.455000', '104104.915000', '104105.375000', '104105.835000', '104106.295000', '104106.755000', '104107.215000', '104107.675000', '104108.135000', '104108.595000', '104109.055000', '104109.515000', '104109.975000', '104110.435000', '104110.895000', '104111.355000', '104111.815000', '104112.275000', '104112.735000', '104113.195000', '104113.655000', '104114.115000', '104114.575000', '104115.035000', '104115.495000', '104115.955000', '104116.415000', '104116.875000', '104117.335000', '104117.795000', '104118.255000', '104118.715000', '104119.175000', '104119.635000', '104120.095000', '104120.555000', '104121.015000', '104121.475000', '104121.935000', '104122.395000', '104122.855000', '104123.315000', '104123.775000', '104124.235000', '104124.695000', '104125.155000', '104125.615000', '104126.075000', '104126.535000', '104126.995000', '104127.455000', '104127.915000', '104128.375000', '104128.835000', '104129.295000', '104129.755000', '104130.215000', '104130.675000', '104131.135000', '104131.595000', '104132.055000', '104132.515000', '104132.975000', '104133.435000', '104133.895000', '104134.355000', '104134.815000', '104135.275000', '104135.735000', '104136.195000', '104136.655000', '104137.115000', '104137.575000', '104138.035000', '104138.495000', '104138.955000', '104139.415000', '104139.875000', '104140.335000', '104140.795000', '104141.255000', '104141.715000', '104142.175000', '104142.635000', '104143.095000', '104143.555000', '104144.015000', '104144.475000', '104144.935000', '104145.395000', '104145.855000', '104146.315000', '104146.775000', '104147.235000', '104147.695000', '104148.155000', '104148.615000', '104149.075000', '104149.535000', '104149.995000', '104150.455000', '104150.915000', '104151.375000', '104151.835000', '104152.295000', '104152.755000', '104153.215000', '104153.675000', '104154.135000', '104154.595000', '104155.055000', '104155.515000', '104155.975000', '104156.435000', '104156.895000', '104157.355000', '104157.815000', '104158.275000', '104158.735000', '104159.195000', '104159.655000', '104200.115000', '104200.575000', '104201.035000', '104201.495000', '104201.955000', '104202.415000', '104202.875000', '104203.335000', '104203.795000', '104204.255000', '104204.715000', '104205.175000', '104205.635000', '104206.095000', '104206.555000', '104207.015000', '104207.475000', '104207.935000', '104208.395000', '104208.855000', '104209.315000', '104209.775000', '104210.235000', '104210.695000', '104211.155000', '104211.615000', '104212.075000', '104212.535000', '104212.995000', '104213.455000', '104213.915000', '104214.375000', '104214.835000', '104215.295000', '104215.755000', '104216.215000', '104216.675000', '104217.135000', '104217.595000', '104218.055000', '104218.515000', '104218.975000', '104219.435000', '104219.895000', '104220.355000', '104220.815000', '104221.275000', '104221.735000', '104222.195000', '104222.655000', '104223.115000', '104223.575000', '104224.035000', '104224.495000', '104224.955000', '104225.415000', '104225.875000', '104226.335000', '104226.795000', '104227.255000', '104227.715000', '104228.175000', '104228.635000', '104229.095000', '104229.555000', '104230.015000', '104230.475000', '104230.935000', '104231.395000', '104231.855000', '104232.315000', '104232.775000', '104233.235000', '104233.695000', '104234.155000', '104234.615000', '104235.075000', '104235.535000', '104235.995000', '104236.455000', '104236.915000', '104237.375000', '104237.835000', '104238.295000', '104238.755000', '104239.215000', '104239.675000', '104240.135000', '104240.595000', '104241.055000', '104241.515000', '104241.975000', '104242.435000', '104242.895000', '104243.355000', '104243.815000', '104244.275000', '104244.735000', '104245.195000', '104245.655000', '104246.115000', '104246.575000', '104247.035000', '104247.495000', '104247.955000', '104248.415000', '104248.875000', '104249.335000', '104249.795000', '104250.255000', '104250.715000', '104251.175000', '104251.635000', '104252.095000', '104252.555000', '104253.015000', '104253.475000', '104253.935000', '104254.395000', '104254.855000', '104255.315000', '104255.775000', '104256.235000', '104256.695000', '104257.155000', '104257.615000', '104258.075000', '104258.535000', '104258.995000', '104259.455000', '104259.915000', '104300.375000', '104300.835000', '104301.295000', '104301.755000', '104302.215000', '104302.675000', '104303.135000', '104303.595000', '104304.055000', '104304.515000', '104304.975000', '104305.435000', '104305.895000', '104306.355000', '104306.815000', '104307.275000', '104307.735000', '104308.195000', '104308.655000', '104309.115000', '104309.575000', '104310.035000', '104310.495000', '104310.955000', '104311.415000', '104311.875000', '104312.335000', '104312.795000', '104313.255000', '104313.715000', '104314.175000', '104314.635000', '104315.095000', '104315.555000', '104316.015000', '104316.475000', '104316.935000', '104317.395000', '104317.855000', '104318.315000', '104318.775000', '104319.235000', '104319.695000', '104320.155000', '104320.615000', '104321.075000', '104321.535000', '104321.995000', '104322.455000', '104322.915000', '104323.375000', '104323.835000', '104324.295000', '104324.755000', '104325.215000', '104325.675000', '104326.135000', '104326.595000', '104327.055000', '104327.515000', '104327.975000', '104328.435000', '104328.895000', '104329.355000', '104329.815000', '104330.275000', '104330.735000', '104331.195000', '104331.655000', '104332.115000', '104332.575000', '104333.035000', '104333.495000', '104333.955000', '104334.415000', '104334.875000', '104335.335000', '104335.795000', '104336.255000', '104336.715000', '104337.175000', '104337.635000', '104338.095000', '104338.555000', '104339.015000', '104339.475000', '104339.935000', '104340.395000', '104340.855000', '104341.315000', '104341.775000', '104342.235000', '104342.695000', '104343.155000', '104343.615000', '104344.075000', '104344.535000', '104344.995000', '104345.455000', '104345.915000', '104346.375000', '104346.835000', '104347.295000', '104347.755000', '104348.215000', '104348.675000', '104349.135000', '104349.595000', '104350.055000', '104350.515000', '104350.975000', '104351.435000', '104351.895000', '104352.355000', '104352.815000', '104353.275000', '104353.735000', '104354.195000', '104354.655000', '104355.115000', '104355.575000', '104356.035000', '104356.495000', '104356.955000', '104357.415000', '104357.875000', '104358.335000', '104358.795000', '104359.255000', '104359.715000', '104400.175000', '104400.635000', '104401.095000', '104401.555000', '104402.015000', '104402.475000', '104402.935000', '104403.395000', '104403.855000', '104404.315000', '104404.775000', '104405.235000', '104405.695000', '104406.155000', '104406.615000', '104407.075000', '104407.535000', '104407.995000', '104408.455000', '104408.915000', '104409.375000', '104409.835000', '104410.295000', '104410.755000', '104411.215000', '104411.675000', '104412.135000', '104412.595000', '104413.055000', '104413.515000', '104413.975000', '104414.435000', '104414.895000', '104415.355000', '104415.815000', '104416.275000', '104416.735000', '104417.195000', '104417.655000', '104418.115000', '104418.575000', '104419.035000', '104419.495000', '104419.955000', '104420.415000', '104420.875000', '104421.335000', '104421.795000', '104422.255000', '104422.715000', '104423.175000', '104423.635000', '104424.095000', '104424.555000', '104425.015000', '104425.475000', '104425.935000', '104426.395000', '104426.855000', '104427.315000', '104427.775000', '104428.235000', '104428.695000', '104429.155000', '104429.615000', '104430.075000', '104430.535000', '104430.995000', '104431.455000', '104431.915000', '104432.375000', '104432.835000', '104433.295000', '104433.755000', '104434.215000', '104434.675000', '104435.135000', '104435.595000', '104436.055000', '104436.515000', '104436.975000', '104437.435000', '104437.895000', '104438.355000', '104438.815000', '104439.275000', '104439.735000', '104440.195000', '104440.655000', '104441.115000', '104441.575000', '104442.035000', '104442.495000', '104442.955000', '104443.415000', '104443.875000', '104444.335000', '104444.795000', '104445.255000', '104445.715000', '104446.175000', '104446.635000', '104447.095000', '104447.555000', '104448.015000', '104448.475000', '104448.935000', '104449.395000', '104449.855000', '104450.315000', '104450.775000', '104451.235000', '104451.695000', '104452.155000', '104452.615000', '104453.075000', '104453.535000', '104453.995000', '104454.455000', '104454.915000', '104455.375000', '104455.835000', '104456.295000', '104456.755000', '104457.215000', '104457.675000', '104458.135000', '104458.595000', '104459.055000', '104459.515000', '104459.975000', '104500.435000', '104500.895000', '104501.355000', '104501.815000', '104502.275000', '104502.735000', '104503.195000', '104503.655000', '104504.115000', '104504.575000', '104505.035000', '104505.495000', '104505.955000'], 'ContentTime': ['103834.333000', '103834.336000', '103834.339000', '103834.342000', '103834.345000', '103834.347000', '103834.350000', '103834.353000', '103834.361000', '103834.364000', '103834.367000', '103834.369000', '103834.372000', '103834.375000', '103834.378000', '103834.381000', '103834.383000', '103834.386000', '103854.296000', '103854.299000', '103854.302000', '103854.304000', '103854.307000', '103854.310000', '103854.313000', '103854.316000', '103854.318000', '103854.321000', '103854.324000', '103854.327000', '103854.330000', '103854.333000', '103854.335000', '103854.338000', '103854.341000', '103854.344000', '103854.350000', '103854.353000', '103854.355000', '103854.358000', '103854.361000', '103854.364000', '103854.367000', '103854.369000', '103854.372000', '103854.375000', '103854.378000', '103854.380000', '103854.383000', '103854.386000', '103854.389000', '103854.391000', '103854.394000', '103854.397000', '103854.400000', '103854.403000', '103854.405000', '103854.408000', '103854.411000', '103854.414000', '103854.417000', '103854.419000', '103914.295000', '103914.298000', '103914.302000', '103914.305000', '103914.308000', '103914.311000', '103914.313000', '103914.316000', '103914.319000', '103914.322000', '103914.325000', '103914.327000', '103914.330000', '103914.333000', '103914.336000', '103914.338000', '103914.341000', '103914.344000', '103914.347000', '103914.350000', '103914.352000', '103914.355000', '103914.358000', '103914.361000', '103914.364000', '103914.366000', '103914.369000', '103914.372000', '103914.378000', '103914.381000', '103914.384000', '103914.387000', '103914.389000', '103914.392000', '103914.395000', '103914.398000', '103914.411000', '103914.413000', '103914.416000', '103914.419000', '103914.422000', '103914.425000', '103914.427000', '103934.295000', '103934.298000', '103934.300000', '103934.303000', '103934.309000', '103934.312000', '103934.315000', '103934.318000', '103934.320000', '103934.323000', '103934.326000', '103934.329000', '103934.332000', '103934.334000', '103934.337000', '103934.340000', '103934.343000', '103934.345000', '103934.348000', '103934.351000', '103934.354000', '103934.357000', '103934.359000', '103934.362000', '103934.365000', '103934.368000', '103934.371000', '103934.373000', '103934.376000', '103934.387000', '103934.390000', '103934.392000', '103934.395000', '103934.398000', '103934.401000', '103934.404000', '103934.406000', '103934.409000', '103934.412000', '103934.415000', '103934.418000', '103934.420000', '103934.423000', '103934.426000', '103954.295000', '103954.298000', '103954.301000', '103954.303000', '103954.306000', '103954.309000', '103954.312000', '103954.315000', '103954.318000', '103954.321000', '103954.323000', '103954.326000', '103954.329000', '103954.332000', '103954.335000', '103954.338000', '103954.341000', '103954.343000', '103954.346000', '103954.349000', '103954.352000', '103954.355000', '103954.357000', '103954.360000', '103954.363000', '103954.366000', '103954.368000', '103954.371000', '103954.374000', '103954.377000', '103954.380000', '103954.382000', '103954.385000', '103954.388000', '103954.391000', '103954.402000', '103954.405000', '103954.408000', '103954.410000', '103954.418000', '103954.420000', '103954.423000', '103954.426000', '104014.295000', '104014.306000', '104014.309000', '104014.312000', '104014.314000', '104014.317000', '104014.320000', '104014.323000', '104014.326000', '104014.328000', '104014.331000', '104014.334000', '104014.337000', '104014.340000', '104014.342000', '104014.345000', '104014.348000', '104014.351000', '104014.353000', '104014.356000', '104014.359000', '104014.362000', '104014.365000', '104014.368000', '104014.370000', '104014.373000', '104014.376000', '104014.379000', '104014.382000', '104014.384000', '104014.387000', '104014.390000', '104014.393000', '104014.395000', '104014.398000', '104014.401000', '104014.404000', '104014.407000', '104014.409000', '104014.412000', '104014.415000', '104014.418000', '104014.421000', '104014.424000', '104034.296000', '104034.299000', '104034.302000', '104034.304000', '104034.310000', '104034.313000', '104034.315000', '104034.318000', '104034.321000', '104034.324000', '104034.327000', '104034.329000', '104034.333000', '104034.337000', '104034.339000', '104034.342000', '104034.345000', '104034.348000', '104034.351000', '104034.354000', '104034.356000', '104034.359000', '104034.362000', '104034.365000', '104034.368000', '104034.370000', '104034.373000', '104034.376000', '104034.379000', '104034.382000', '104034.384000', '104034.387000', '104034.390000', '104034.393000', '104034.395000', '104034.398000', '104034.401000', '104034.404000', '104034.407000', '104034.409000', '104034.412000', '104034.415000', '104034.418000', '104054.296000', '104054.299000', '104054.302000', '104054.304000', '104054.307000', '104054.310000', '104054.313000', '104054.316000', '104054.318000', '104054.321000', '104054.324000', '104054.327000', '104054.330000', '104054.332000', '104054.335000', '104054.338000', '104054.341000', '104054.344000', '104054.347000', '104054.349000', '104054.352000', '104054.355000', '104054.358000', '104054.360000', '104054.363000', '104054.366000', '104054.369000', '104054.372000', '104054.374000', '104054.377000', '104054.380000', '104054.383000', '104054.401000', '104054.404000', '104054.407000', '104054.410000', '104054.412000', '104054.415000', '104054.418000', '104054.421000', '104054.424000', '104054.426000', '104054.429000', '104054.432000', '104114.296000', '104114.299000', '104114.302000', '104114.305000', '104114.308000', '104114.311000', '104114.314000', '104114.317000', '104114.320000', '104114.322000', '104114.325000', '104114.328000', '104114.331000', '104114.333000', '104114.336000', '104114.339000', '104114.342000', '104114.345000', '104114.347000', '104114.350000', '104114.353000', '104114.356000', '104114.359000', '104114.362000', '104114.365000', '104114.370000', '104114.374000', '104114.377000', '104114.379000', '104114.382000', '104114.385000', '104114.388000', '104114.391000', '104114.394000', '104114.397000', '104114.399000', '104114.402000', '104114.405000', '104114.408000', '104114.411000', '104114.413000', '104114.416000', '104114.419000', '104134.295000', '104134.298000', '104134.301000', '104134.304000', '104134.306000', '104134.309000', '104134.312000', '104134.315000', '104134.318000', '104134.320000', '104134.323000', '104134.326000', '104134.329000', '104134.332000', '104134.334000', '104134.337000', '104134.340000', '104134.343000', '104134.346000', '104134.349000', '104134.351000', '104134.354000', '104134.357000', '104134.360000', '104134.363000', '104134.366000', '104134.368000', '104134.371000', '104134.374000', '104134.377000', '104134.380000', '104134.382000', '104134.385000', '104134.388000', '104134.391000', '104134.394000', '104134.396000', '104134.399000', '104134.402000', '104134.405000', '104134.408000', '104134.410000', '104134.413000', '104134.416000', '104154.295000', '104154.298000', '104154.301000', '104154.304000', '104154.306000', '104154.309000', '104154.312000', '104154.315000', '104154.318000', '104154.320000', '104154.323000', '104154.326000', '104154.329000', '104154.332000', '104154.335000', '104154.337000', '104154.340000', '104154.343000', '104154.346000', '104154.349000', '104154.351000', '104154.354000', '104154.357000', '104154.360000', '104154.363000', '104154.365000', '104154.368000', '104154.371000', '104154.375000', '104154.380000', '104154.383000', '104154.386000', '104154.388000', '104154.391000', '104154.394000', '104154.397000', '104154.400000', '104154.402000', '104154.405000', '104154.408000', '104154.411000', '104154.413000', '104154.416000', '104214.295000', '104214.298000', '104214.301000', '104214.303000', '104214.306000', '104214.309000', '104214.312000', '104214.314000', '104214.317000', '104214.320000', '104214.323000', '104214.326000', '104214.329000', '104214.331000', '104214.334000', '104214.337000', '104214.340000', '104214.343000', '104214.346000', '104214.348000', '104214.351000', '104214.354000', '104214.357000', '104214.360000', '104214.362000', '104214.366000', '104214.369000', '104214.371000', '104214.374000', '104214.377000', '104214.380000', '104214.383000', '104214.385000', '104214.388000', '104214.391000', '104214.394000', '104214.397000', '104214.399000', '104214.402000', '104214.405000', '104214.408000', '104214.410000', '104214.413000', '104214.416000', '104234.295000', '104234.298000', '104234.301000', '104234.304000', '104234.306000', '104234.309000', '104234.312000', '104234.315000', '104234.317000', '104234.320000', '104234.323000', '104234.326000', '104234.329000', '104234.340000', '104234.343000', '104234.346000', '104234.348000', '104234.351000', '104234.354000', '104234.357000', '104234.360000', '104234.362000', '104234.365000', '104234.368000', '104234.371000', '104234.374000', '104234.376000', '104234.379000', '104234.382000', '104234.385000', '104234.388000', '104234.391000', '104234.394000', '104234.397000', '104234.400000', '104234.403000', '104234.406000', '104234.409000', '104234.412000', '104234.414000', '104234.417000', '104234.420000', '104234.423000', '104254.296000', '104254.299000', '104254.302000', '104254.304000', '104254.307000', '104254.310000', '104254.313000', '104254.315000', '104254.318000', '104254.321000', '104254.324000', '104254.327000', '104254.330000', '104254.333000', '104254.335000', '104254.338000', '104254.341000', '104254.344000', '104254.347000', '104254.350000', '104254.352000', '104254.355000', '104254.358000', '104254.361000', '104254.363000', '104254.366000', '104254.369000', '104254.372000', '104254.375000', '104254.378000', '104254.380000', '104254.383000', '104254.386000', '104254.389000', '104254.392000', '104254.394000', '104254.397000', '104254.400000', '104254.403000', '104254.406000', '104254.409000', '104254.411000', '104254.414000', '104254.417000', '104314.296000', '104314.299000', '104314.302000', '104314.305000', '104314.307000', '104314.310000', '104314.313000', '104314.316000', '104314.319000', '104314.321000', '104314.324000', '104314.327000', '104314.330000', '104314.333000', '104314.336000', '104314.338000', '104314.341000', '104314.344000', '104314.347000', '104314.349000', '104314.352000', '104314.355000', '104314.358000', '104314.361000', '104314.364000', '104314.366000', '104314.369000', '104314.372000', '104314.375000', '104314.378000', '104314.381000', '104314.383000', '104314.386000', '104314.389000', '104314.392000', '104314.395000', '104314.397000', '104314.400000', '104314.403000', '104314.406000', '104314.409000', '104314.411000', '104314.414000', '104334.296000', '104334.299000', '104334.302000', '104334.305000', '104334.307000', '104334.310000', '104334.313000', '104334.316000', '104334.319000', '104334.321000', '104334.324000', '104334.327000', '104334.330000', '104334.333000', '104334.336000', '104334.338000', '104334.341000', '104334.344000', '104334.347000', '104334.350000', '104334.352000', '104334.355000', '104334.358000', '104334.361000', '104334.364000', '104334.366000', '104334.369000', '104334.372000', '104334.375000', '104334.378000', '104334.381000', '104334.383000', '104334.386000', '104334.389000', '104334.392000', '104334.395000', '104334.397000', '104334.400000', '104334.403000', '104334.406000', '104334.409000', '104334.412000', '104334.414000', '104334.417000', '104354.295000', '104354.298000', '104354.301000', '104354.303000', '104354.306000', '104354.309000', '104354.312000', '104354.315000', '104354.317000', '104354.320000', '104354.323000', '104354.326000', '104354.329000', '104354.332000', '104354.334000', '104354.337000', '104354.340000', '104354.343000', '104354.345000', '104354.348000', '104354.351000', '104354.354000', '104354.357000', '104354.371000', '104354.374000', '104354.377000', '104354.380000', '104354.383000', '104354.386000', '104354.389000', '104354.392000', '104354.394000', '104354.397000', '104354.400000', '104354.403000', '104354.406000', '104354.408000', '104354.411000', '104354.414000', '104354.417000', '104354.420000', '104354.423000', '104354.425000', '104414.295000', '104414.298000', '104414.301000', '104414.303000', '104414.306000', '104414.309000', '104414.312000', '104414.315000', '104414.317000', '104414.320000', '104414.323000', '104414.326000', '104414.329000', '104414.331000', '104414.334000', '104414.337000', '104414.340000', '104414.343000', '104414.346000', '104414.348000', '104414.351000', '104414.354000', '104414.357000', '104414.360000', '104414.362000', '104414.365000', '104414.368000', '104414.371000', '104414.375000', '104414.378000', '104414.381000', '104414.384000', '104414.387000', '104414.390000', '104414.392000', '104414.395000', '104414.398000', '104414.401000', '104414.404000', '104414.407000', '104414.410000', '104414.413000', '104414.415000', '104414.418000', '104434.295000', '104434.298000', '104434.301000', '104434.304000', '104434.307000', '104434.309000', '104434.312000', '104434.315000', '104434.318000', '104434.320000', '104434.323000', '104434.326000', '104434.329000', '104434.332000', '104434.335000', '104434.337000', '104434.340000', '104434.343000', '104434.346000', '104434.348000', '104434.351000', '104434.354000', '104434.357000', '104434.360000', '104434.363000', '104434.366000', '104434.368000', '104434.371000', '104434.374000', '104434.377000', '104434.380000', '104434.382000', '104434.391000', '104434.394000', '104434.397000', '104434.400000', '104434.403000', '104434.405000', '104434.408000', '104434.411000', '104434.414000', '104434.417000', '104434.419000', '104454.295000', '104454.298000', '104454.301000', '104454.303000', '104454.306000', '104454.309000', '104454.312000', '104454.314000', '104454.317000', '104454.320000', '104454.323000', '104454.326000', '104454.329000', '104454.331000', '104454.334000', '104454.337000', '104454.340000', '104454.343000', '104454.345000', '104454.348000', '104454.351000', '104454.354000', '104454.357000', '104454.360000', '104454.362000', '104454.365000', '104454.368000', '104454.371000', '104454.374000', '104454.376000', '104454.379000', '104454.382000', '104454.385000', '104454.388000', '104454.390000', '104454.393000', '104454.396000', '104454.399000', '104454.402000', '104454.404000', '104454.407000', '104454.410000', '104454.413000', '104454.416000', '104506.715000', '104506.718000', '104506.721000', '104506.724000', '104506.727000', '104506.730000', '104506.733000', '104506.736000', '104506.739000', '104506.744000', '104506.749000', '104506.752000', '104506.755000', '104506.759000', '104506.762000', '104506.765000', '104506.769000', '104506.772000', '104506.775000', '104506.779000', '104506.783000', '104506.786000', '104506.789000', '104506.792000', '104506.794000', '104506.797000', '104506.800000'], 'InstanceCreationTime': ['103834.333000', '103834.336000', '103834.339000', '103834.342000', '103834.345000', '103834.347000', '103834.350000', '103834.353000', '103834.361000', '103834.364000', '103834.367000', '103834.369000', '103834.372000', '103834.375000', '103834.378000', '103834.381000', '103834.383000', '103834.386000', '103854.296000', '103854.299000', '103854.302000', '103854.304000', '103854.307000', '103854.310000', '103854.313000', '103854.316000', '103854.318000', '103854.321000', '103854.324000', '103854.327000', '103854.330000', '103854.333000', '103854.335000', '103854.338000', '103854.341000', '103854.344000', '103854.350000', '103854.353000', '103854.355000', '103854.358000', '103854.361000', '103854.364000', '103854.367000', '103854.369000', '103854.372000', '103854.375000', '103854.378000', '103854.380000', '103854.383000', '103854.386000', '103854.389000', '103854.391000', '103854.394000', '103854.397000', '103854.400000', '103854.403000', '103854.405000', '103854.408000', '103854.411000', '103854.414000', '103854.417000', '103854.419000', '103914.295000', '103914.298000', '103914.302000', '103914.305000', '103914.308000', '103914.311000', '103914.313000', '103914.316000', '103914.319000', '103914.322000', '103914.325000', '103914.327000', '103914.330000', '103914.333000', '103914.336000', '103914.338000', '103914.341000', '103914.344000', '103914.347000', '103914.350000', '103914.352000', '103914.355000', '103914.358000', '103914.361000', '103914.364000', '103914.366000', '103914.369000', '103914.372000', '103914.378000', '103914.381000', '103914.384000', '103914.387000', '103914.389000', '103914.392000', '103914.395000', '103914.398000', '103914.411000', '103914.413000', '103914.416000', '103914.419000', '103914.422000', '103914.425000', '103914.427000', '103934.295000', '103934.298000', '103934.300000', '103934.303000', '103934.309000', '103934.312000', '103934.315000', '103934.318000', '103934.320000', '103934.323000', '103934.326000', '103934.329000', '103934.332000', '103934.334000', '103934.337000', '103934.340000', '103934.343000', '103934.345000', '103934.348000', '103934.351000', '103934.354000', '103934.357000', '103934.359000', '103934.362000', '103934.365000', '103934.368000', '103934.371000', '103934.373000', '103934.376000', '103934.387000', '103934.390000', '103934.392000', '103934.395000', '103934.398000', '103934.401000', '103934.404000', '103934.406000', '103934.409000', '103934.412000', '103934.415000', '103934.418000', '103934.420000', '103934.423000', '103934.426000', '103954.295000', '103954.298000', '103954.301000', '103954.303000', '103954.306000', '103954.309000', '103954.312000', '103954.315000', '103954.318000', '103954.321000', '103954.323000', '103954.326000', '103954.329000', '103954.332000', '103954.335000', '103954.338000', '103954.341000', '103954.343000', '103954.346000', '103954.349000', '103954.352000', '103954.355000', '103954.357000', '103954.360000', '103954.363000', '103954.366000', '103954.368000', '103954.371000', '103954.374000', '103954.377000', '103954.380000', '103954.382000', '103954.385000', '103954.388000', '103954.391000', '103954.402000', '103954.405000', '103954.408000', '103954.410000', '103954.418000', '103954.420000', '103954.423000', '103954.426000', '104014.295000', '104014.306000', '104014.309000', '104014.312000', '104014.314000', '104014.317000', '104014.320000', '104014.323000', '104014.326000', '104014.328000', '104014.331000', '104014.334000', '104014.337000', '104014.340000', '104014.342000', '104014.345000', '104014.348000', '104014.351000', '104014.353000', '104014.356000', '104014.359000', '104014.362000', '104014.365000', '104014.368000', '104014.370000', '104014.373000', '104014.376000', '104014.379000', '104014.382000', '104014.384000', '104014.387000', '104014.390000', '104014.393000', '104014.395000', '104014.398000', '104014.401000', '104014.404000', '104014.407000', '104014.409000', '104014.412000', '104014.415000', '104014.418000', '104014.421000', '104014.424000', '104034.296000', '104034.299000', '104034.302000', '104034.304000', '104034.310000', '104034.313000', '104034.315000', '104034.318000', '104034.321000', '104034.324000', '104034.327000', '104034.329000', '104034.333000', '104034.337000', '104034.339000', '104034.342000', '104034.345000', '104034.348000', '104034.351000', '104034.354000', '104034.356000', '104034.359000', '104034.362000', '104034.365000', '104034.368000', '104034.370000', '104034.373000', '104034.376000', '104034.379000', '104034.382000', '104034.384000', '104034.387000', '104034.390000', '104034.393000', '104034.395000', '104034.398000', '104034.401000', '104034.404000', '104034.407000', '104034.409000', '104034.412000', '104034.415000', '104034.418000', '104054.296000', '104054.299000', '104054.302000', '104054.304000', '104054.307000', '104054.310000', '104054.313000', '104054.316000', '104054.318000', '104054.321000', '104054.324000', '104054.327000', '104054.330000', '104054.332000', '104054.335000', '104054.338000', '104054.341000', '104054.344000', '104054.347000', '104054.349000', '104054.352000', '104054.355000', '104054.358000', '104054.360000', '104054.363000', '104054.366000', '104054.369000', '104054.372000', '104054.374000', '104054.377000', '104054.380000', '104054.383000', '104054.401000', '104054.404000', '104054.407000', '104054.410000', '104054.412000', '104054.415000', '104054.418000', '104054.421000', '104054.424000', '104054.426000', '104054.429000', '104054.432000', '104114.296000', '104114.299000', '104114.302000', '104114.305000', '104114.308000', '104114.311000', '104114.314000', '104114.317000', '104114.320000', '104114.322000', '104114.325000', '104114.328000', '104114.331000', '104114.333000', '104114.336000', '104114.339000', '104114.342000', '104114.345000', '104114.347000', '104114.350000', '104114.353000', '104114.356000', '104114.359000', '104114.362000', '104114.365000', '104114.370000', '104114.374000', '104114.377000', '104114.379000', '104114.382000', '104114.385000', '104114.388000', '104114.391000', '104114.394000', '104114.397000', '104114.399000', '104114.402000', '104114.405000', '104114.408000', '104114.411000', '104114.413000', '104114.416000', '104114.419000', '104134.295000', '104134.298000', '104134.301000', '104134.304000', '104134.306000', '104134.309000', '104134.312000', '104134.315000', '104134.318000', '104134.320000', '104134.323000', '104134.326000', '104134.329000', '104134.332000', '104134.334000', '104134.337000', '104134.340000', '104134.343000', '104134.346000', '104134.349000', '104134.351000', '104134.354000', '104134.357000', '104134.360000', '104134.363000', '104134.366000', '104134.368000', '104134.371000', '104134.374000', '104134.377000', '104134.380000', '104134.382000', '104134.385000', '104134.388000', '104134.391000', '104134.394000', '104134.396000', '104134.399000', '104134.402000', '104134.405000', '104134.408000', '104134.410000', '104134.413000', '104134.416000', '104154.295000', '104154.298000', '104154.301000', '104154.304000', '104154.306000', '104154.309000', '104154.312000', '104154.315000', '104154.318000', '104154.320000', '104154.323000', '104154.326000', '104154.329000', '104154.332000', '104154.335000', '104154.337000', '104154.340000', '104154.343000', '104154.346000', '104154.349000', '104154.351000', '104154.354000', '104154.357000', '104154.360000', '104154.363000', '104154.365000', '104154.368000', '104154.371000', '104154.375000', '104154.380000', '104154.383000', '104154.386000', '104154.388000', '104154.391000', '104154.394000', '104154.397000', '104154.400000', '104154.402000', '104154.405000', '104154.408000', '104154.411000', '104154.413000', '104154.416000', '104214.295000', '104214.298000', '104214.301000', '104214.303000', '104214.306000', '104214.309000', '104214.312000', '104214.314000', '104214.317000', '104214.320000', '104214.323000', '104214.326000', '104214.329000', '104214.331000', '104214.334000', '104214.337000', '104214.340000', '104214.343000', '104214.346000', '104214.348000', '104214.351000', '104214.354000', '104214.357000', '104214.360000', '104214.362000', '104214.366000', '104214.369000', '104214.371000', '104214.374000', '104214.377000', '104214.380000', '104214.383000', '104214.385000', '104214.388000', '104214.391000', '104214.394000', '104214.397000', '104214.399000', '104214.402000', '104214.405000', '104214.408000', '104214.410000', '104214.413000', '104214.416000', '104234.295000', '104234.298000', '104234.301000', '104234.304000', '104234.306000', '104234.309000', '104234.312000', '104234.315000', '104234.317000', '104234.320000', '104234.323000', '104234.326000', '104234.329000', '104234.340000', '104234.343000', '104234.346000', '104234.348000', '104234.351000', '104234.354000', '104234.357000', '104234.360000', '104234.362000', '104234.365000', '104234.368000', '104234.371000', '104234.374000', '104234.376000', '104234.379000', '104234.382000', '104234.385000', '104234.388000', '104234.391000', '104234.394000', '104234.397000', '104234.400000', '104234.403000', '104234.406000', '104234.409000', '104234.412000', '104234.414000', '104234.417000', '104234.420000', '104234.423000', '104254.296000', '104254.299000', '104254.302000', '104254.304000', '104254.307000', '104254.310000', '104254.313000', '104254.315000', '104254.318000', '104254.321000', '104254.324000', '104254.327000', '104254.330000', '104254.333000', '104254.335000', '104254.338000', '104254.341000', '104254.344000', '104254.347000', '104254.350000', '104254.352000', '104254.355000', '104254.358000', '104254.361000', '104254.363000', '104254.366000', '104254.369000', '104254.372000', '104254.375000', '104254.378000', '104254.380000', '104254.383000', '104254.386000', '104254.389000', '104254.392000', '104254.394000', '104254.397000', '104254.400000', '104254.403000', '104254.406000', '104254.409000', '104254.411000', '104254.414000', '104254.417000', '104314.296000', '104314.299000', '104314.302000', '104314.305000', '104314.307000', '104314.310000', '104314.313000', '104314.316000', '104314.319000', '104314.321000', '104314.324000', '104314.327000', '104314.330000', '104314.333000', '104314.336000', '104314.338000', '104314.341000', '104314.344000', '104314.347000', '104314.349000', '104314.352000', '104314.355000', '104314.358000', '104314.361000', '104314.364000', '104314.366000', '104314.369000', '104314.372000', '104314.375000', '104314.378000', '104314.381000', '104314.383000', '104314.386000', '104314.389000', '104314.392000', '104314.395000', '104314.397000', '104314.400000', '104314.403000', '104314.406000', '104314.409000', '104314.411000', '104314.414000', '104334.296000', '104334.299000', '104334.302000', '104334.305000', '104334.307000', '104334.310000', '104334.313000', '104334.316000', '104334.319000', '104334.321000', '104334.324000', '104334.327000', '104334.330000', '104334.333000', '104334.336000', '104334.338000', '104334.341000', '104334.344000', '104334.347000', '104334.350000', '104334.352000', '104334.355000', '104334.358000', '104334.361000', '104334.364000', '104334.366000', '104334.369000', '104334.372000', '104334.375000', '104334.378000', '104334.381000', '104334.383000', '104334.386000', '104334.389000', '104334.392000', '104334.395000', '104334.397000', '104334.400000', '104334.403000', '104334.406000', '104334.409000', '104334.412000', '104334.414000', '104334.417000', '104354.295000', '104354.298000', '104354.301000', '104354.303000', '104354.306000', '104354.309000', '104354.312000', '104354.315000', '104354.317000', '104354.320000', '104354.323000', '104354.326000', '104354.329000', '104354.332000', '104354.334000', '104354.337000', '104354.340000', '104354.343000', '104354.345000', '104354.348000', '104354.351000', '104354.354000', '104354.357000', '104354.371000', '104354.374000', '104354.377000', '104354.380000', '104354.383000', '104354.386000', '104354.389000', '104354.392000', '104354.394000', '104354.397000', '104354.400000', '104354.403000', '104354.406000', '104354.408000', '104354.411000', '104354.414000', '104354.417000', '104354.420000', '104354.423000', '104354.425000', '104414.295000', '104414.298000', '104414.301000', '104414.303000', '104414.306000', '104414.309000', '104414.312000', '104414.315000', '104414.317000', '104414.320000', '104414.323000', '104414.326000', '104414.329000', '104414.331000', '104414.334000', '104414.337000', '104414.340000', '104414.343000', '104414.346000', '104414.348000', '104414.351000', '104414.354000', '104414.357000', '104414.360000', '104414.362000', '104414.365000', '104414.368000', '104414.371000', '104414.375000', '104414.378000', '104414.381000', '104414.384000', '104414.387000', '104414.390000', '104414.392000', '104414.395000', '104414.398000', '104414.401000', '104414.404000', '104414.407000', '104414.410000', '104414.413000', '104414.415000', '104414.418000', '104434.295000', '104434.298000', '104434.301000', '104434.304000', '104434.307000', '104434.309000', '104434.312000', '104434.315000', '104434.318000', '104434.320000', '104434.323000', '104434.326000', '104434.329000', '104434.332000', '104434.335000', '104434.337000', '104434.340000', '104434.343000', '104434.346000', '104434.348000', '104434.351000', '104434.354000', '104434.357000', '104434.360000', '104434.363000', '104434.366000', '104434.368000', '104434.371000', '104434.374000', '104434.377000', '104434.380000', '104434.382000', '104434.391000', '104434.394000', '104434.397000', '104434.400000', '104434.403000', '104434.405000', '104434.408000', '104434.411000', '104434.414000', '104434.417000', '104434.419000', '104454.295000', '104454.298000', '104454.301000', '104454.303000', '104454.306000', '104454.309000', '104454.312000', '104454.314000', '104454.317000', '104454.320000', '104454.323000', '104454.326000', '104454.329000', '104454.331000', '104454.334000', '104454.337000', '104454.340000', '104454.343000', '104454.345000', '104454.348000', '104454.351000', '104454.354000', '104454.357000', '104454.360000', '104454.362000', '104454.365000', '104454.368000', '104454.371000', '104454.374000', '104454.376000', '104454.379000', '104454.382000', '104454.385000', '104454.388000', '104454.390000', '104454.393000', '104454.396000', '104454.399000', '104454.402000', '104454.404000', '104454.407000', '104454.410000', '104454.413000', '104454.416000', '104506.715000', '104506.718000', '104506.721000', '104506.724000', '104506.727000', '104506.730000', '104506.733000', '104506.736000', '104506.739000', '104506.744000', '104506.749000', '104506.752000', '104506.755000', '104506.759000', '104506.762000', '104506.765000', '104506.769000', '104506.772000', '104506.775000', '104506.779000', '104506.783000', '104506.786000', '104506.789000', '104506.792000', '104506.794000', '104506.797000', '104506.800000'], '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': [8613, 7535, 8740, 10338, 7894, 11428, 7785, 8701, 7057, 8548, 7402, 8875, 7382, 10382, 7898, 9932, 7768, 10670, 10586, 9061, 12484, 7817, 9855, 7431, 8425, 7605, 7655, 8201, 7481, 9833, 7528, 8354, 7202, 7989, 7181, 8449, 8088, 7798, 9504, 7518, 11106, 7597, 10695, 7944, 9574, 7712, 7936, 10059, 7414, 9570, 7439, 8224, 7327, 7746, 10342, 7545, 10238, 7448, 8280, 7577, 7400, 10247, 7305, 8735, 7893, 7954, 10768, 7450, 8710, 7458, 8505, 7345, 7877, 8302, 7579, 11023, 7491, 8520, 7603, 7672, 10567, 7484, 8218, 7702, 7518, 10261, 7782, 8105, 7361, 8237, 7584, 7458, 9016, 7607, 7951, 11320, 7561, 8588, 7332, 7966, 7778, 7700, 10217, 7685, 8588, 7483, 7744, 11052, 7709, 9590, 7684, 7892, 11004, 7436, 8443, 7768, 7608, 10590, 7627, 8389, 8360, 7486, 10441, 7655, 7898, 11196, 7446, 9339, 7656, 7970, 10776, 7404, 8597, 7986, 7534, 10923, 7515, 8378, 7735, 7764, 9927, 7642, 8512, 7533, 7833, 8336, 7654, 10154, 7340, 7953, 11431, 7771, 9724, 7531, 8434, 7693, 7314, 10458, 7217, 8538, 11131, 7671, 9754, 7199, 8408, 7301, 7448, 11870, 7700, 10029, 7456, 7711, 11718, 7307, 9766, 7776, 7912, 11932, 7322, 9395, 7298, 8161, 10384, 7425, 8722, 7191, 7888, 7511, 7539, 9598, 7162, 9165, 7101, 8232, 7541, 7477, 11839, 7339, 9699, 8744, 7739, 11750, 7637, 8304, 11297, 7422, 9211, 7332, 8239, 8674, 7070, 11054, 7210, 11166, 7097, 9992, 7100, 8690, 9298, 7662, 9187, 7299, 8029, 11757, 7522, 10650, 7168, 9073, 6987, 8023, 8035, 7897, 12570, 8223, 12181, 7903, 10428, 6978, 8832, 7609, 7950, 9010, 7616, 13128, 7831, 10589, 7093, 9160, 7061, 8521, 7081, 8179, 7287, 7445, 7960, 7277, 8985, 7250, 8323, 7335, 8336, 7166, 7759, 8842, 7204, 11700, 7233, 9649, 7146, 8475, 7175, 8086, 8954, 7647, 10047, 7168, 11259, 6989, 10218, 7175, 9561, 7078, 8338, 7687, 7840, 13125, 7805, 11999, 8433, 10518, 7075, 8972, 7247, 8171, 7940, 8083, 10870, 7580, 11565, 7479, 9652, 7286, 8430, 7182, 8265, 7864, 7612, 9298, 7439, 11612, 7365, 10574, 6974, 9361, 7135, 8704, 7273, 7733, 7299, 7336, 10841, 7213, 11627, 7562, 10675, 7351, 9169, 7115, 8563, 8901, 8306, 13244, 7521, 11378, 7197, 9299, 7079, 8267, 8875, 7321, 12307, 7540, 10979, 7033, 8977, 7195, 8468, 7630, 7803, 8940, 7184, 10930, 7363, 8843, 7251, 8268, 7089, 7712, 7655, 7476, 9403, 7261, 11976, 7180, 9762, 8111, 7555, 10562, 7208, 8492, 11204, 7088, 9541, 6966, 8190, 7256, 8414, 7171, 8156, 7508, 7748, 13008, 7583, 9278, 12419, 7701, 10570, 8481, 7622, 7453, 6956, 9483, 7208, 10487, 7361, 9463, 9252, 7462, 10370, 8322, 7668, 12280, 7389, 8538, 7046, 7719, 10608, 6955, 9067, 6845, 8416, 7005, 8141, 7747, 7553, 10766, 7618, 11515, 7383, 9852, 8412, 8473, 12671, 8612, 10374, 7320, 7609, 12424, 7241, 10054, 7771, 7546, 10687, 7109, 8813, 7080, 8602, 7204, 8333, 7387, 8424, 7789, 7538, 10468, 7167, 8334, 11263, 7442, 11210, 7709, 10347, 7030, 9407, 7149, 8964, 7464, 8385, 12795, 8160, 12843, 7282, 10228, 7477, 7668, 11834, 7192, 9509, 7199, 8419, 7346, 7272, 10041, 7465, 9446, 7204, 8565, 7263, 8546, 7790, 7589, 10715, 7412, 11254, 7273, 9424, 7215, 8556, 7068, 7842, 12079, 7216, 11048, 7161, 9413, 7838, 7546, 8935, 7221, 8311, 10792, 7425, 9983, 7301, 8916, 8790, 7388, 10772, 7358, 7958, 12101, 7422, 9692, 7339, 8165, 7155, 7741, 11962, 7232, 8604, 7402, 7221, 10829, 6929, 7789, 7210, 6980, 7797, 7183, 11603, 7808, 7829, 11580, 7188, 10851, 7193, 8906, 7958, 7504, 12179, 7152, 9339, 12159, 7855, 9968, 7157, 8063, 8880, 7215, 8682, 6955, 8089, 10079, 7278, 9280, 7080, 8197, 9621, 7110, 9563, 7726, 7466, 11166, 7304, 8445, 7395, 7509, 10318, 7241, 8335, 7099, 8104, 7474, 7258, 10041, 6973, 9290, 7276, 8001, 12076, 7047, 10703, 7097, 9063, 8111, 7415, 12353, 7190, 10277, 8208, 8308, 9519, 7220, 11702, 7168, 9449, 9004, 7617, 11852, 7059, 8612, 7389, 7824, 8347, 7178, 11117, 6948, 8409, 7418, 7533, 11056, 7198, 9255, 7222, 8035, 9326, 7496, 11369, 7188, 9046, 7144, 8095, 10571, 7496, 11790, 7406, 9461, 7024, 8104, 9671, 7220, 10425, 7097, 8242, 7514, 7570, 10396, 7260, 9768, 7145, 8236, 7031, 8087, 7461, 8154, 12066, 8125, 11018, 7353, 9415, 7525, 8340, 7396, 7934, 8185, 7460, 11594, 7574, 10305, 7279, 8656, 7374, 7984, 8629, 8057, 12451, 7973, 10818, 7635, 10140, 7458, 10044, 6841, 8520, 7195, 7879, 8568, 7401, 12337, 7953, 11169, 7146, 9423, 6771, 8645, 7208, 7938, 8927, 7676, 11548, 7236, 8396, 10653, 7346, 8245, 10646, 7201, 8750, 7369, 8362, 7504, 7783, 7531, 7595, 9594, 7606, 10174, 7116, 9552, 11014, 8105, 11234, 7302, 9136, 8798, 7753, 11748, 7396, 8782, 7483, 8078, 7598, 7623, 10842, 7479, 9975, 7454, 9334, 7249, 8293, 10292, 8172, 11733, 8119, 8962, 12625, 8173, 10343, 7342, 8508, 8343, 7370, 12021, 7861, 9350, 7828, 8493, 7757, 7907, 8750, 7359, 11431, 7866, 9759, 7397, 8338, 7645, 8012, 9858, 7700, 11939, 7533, 9370, 7433, 7958, 10960, 7403, 8670, 7430, 7517, 11025, 7369, 8773, 7495, 8300, 7036, 8170, 7557, 7882, 8317, 7543, 11352, 7667, 9749, 7656, 8366, 7352, 8467, 7539, 8800, 8368, 8204, 12606, 7424, 9041, 11890, 7614, 9750, 7481, 8163, 7811, 7422, 9152, 7518, 8089, 8643, 7948, 9830, 7416, 9477, 7337, 8015, 11623, 7480, 8701, 7528, 7753, 7843, 7548, 9467, 7402, 10816, 7952, 8105, 11751, 7485, 8746, 11917, 7751, 9357, 7228, 8550, 8238, 7201, 9014, 7368, 7992, 8517, 7148, 8832, 7355, 8073, 7151, 8336, 7239, 7799, 9659, 7541, 10533, 7762, 7867, 12464, 7087, 9529, 7391, 7444, 10670, 7477, 8308, 7296, 8125, 7532, 7324, 10150, 7425, 9465, 7645, 8147, 7240, 7629, 11192, 7452, 11520], 'WindowCenter': [4388.0, 4364.0, 4374.0, 4380.0, 4349.0, 4377.0, 4322.0, 4330.0, 4312.0, 4342.0, 4322.0, 4341.0, 4323.0, 4377.0, 4346.0, 4365.0, 4335.0, 4366.0, 4350.0, 4331.0, 4359.0, 4309.0, 4339.0, 4297.0, 4318.0, 4305.0, 4306.0, 4316.0, 4308.0, 4336.0, 4320.0, 4317.0, 4310.0, 4319.0, 4311.0, 4332.0, 4321.0, 4323.0, 4340.0, 4321.0, 4350.0, 4308.0, 4351.0, 4319.0, 4340.0, 4306.0, 4308.0, 4326.0, 4306.0, 4327.0, 4297.0, 4318.0, 4294.0, 4308.0, 4336.0, 4307.0, 4335.0, 4296.0, 4315.0, 4294.0, 4296.0, 4325.0, 4296.0, 4316.0, 4305.0, 4306.0, 4334.0, 4296.0, 4314.0, 4307.0, 4317.0, 4297.0, 4319.0, 4317.0, 4309.0, 4348.0, 4308.0, 4329.0, 4307.0, 4320.0, 4338.0, 4297.0, 4318.0, 4306.0, 4310.0, 4338.0, 4310.0, 4319.0, 4309.0, 4331.0, 4318.0, 4311.0, 4330.0, 4321.0, 4322.0, 4360.0, 4322.0, 4343.0, 4311.0, 4333.0, 4322.0, 4334.0, 4364.0, 4335.0, 4344.0, 4310.0, 4335.0, 4362.0, 4323.0, 4354.0, 4321.0, 4333.0, 4349.0, 4311.0, 4331.0, 4309.0, 4321.0, 4351.0, 4310.0, 4332.0, 4320.0, 4312.0, 4351.0, 4309.0, 4321.0, 4348.0, 4310.0, 4341.0, 4309.0, 4321.0, 4349.0, 4310.0, 4331.0, 4318.0, 4310.0, 4350.0, 4310.0, 4331.0, 4309.0, 4321.0, 4340.0, 4320.0, 4332.0, 4322.0, 4322.0, 4332.0, 4324.0, 4352.0, 4311.0, 4323.0, 4361.0, 4323.0, 4342.0, 4322.0, 4332.0, 4320.0, 4322.0, 4351.0, 4312.0, 4358.0, 4363.0, 4323.0, 4342.0, 4312.0, 4332.0, 4310.0, 4311.0, 4362.0, 4321.0, 4352.0, 4309.0, 4321.0, 4359.0, 4309.0, 4340.0, 4307.0, 4319.0, 4348.0, 4298.0, 4328.0, 4296.0, 4317.0, 4338.0, 4308.0, 4329.0, 4296.0, 4318.0, 4297.0, 4319.0, 4337.0, 4309.0, 4340.0, 4311.0, 4331.0, 4309.0, 4312.0, 4360.0, 4310.0, 4341.0, 4317.0, 4308.0, 4348.0, 4307.0, 4317.0, 4335.0, 4295.0, 4326.0, 4295.0, 4318.0, 4317.0, 4300.0, 4361.0, 4324.0, 4361.0, 4312.0, 4352.0, 4313.0, 4345.0, 4352.0, 4334.0, 4342.0, 4308.0, 4321.0, 4358.0, 4320.0, 4351.0, 4299.0, 4328.0, 4296.0, 4309.0, 4307.0, 4309.0, 4347.0, 4318.0, 4347.0, 4305.0, 4336.0, 4285.0, 4315.0, 4294.0, 4305.0, 4303.0, 4295.0, 4344.0, 4295.0, 4323.0, 4285.0, 4315.0, 4285.0, 4316.0, 4284.0, 4317.0, 4297.0, 4307.0, 4306.0, 4308.0, 4327.0, 4308.0, 4320.0, 4311.0, 4331.0, 4311.0, 4320.0, 4329.0, 4312.0, 4360.0, 4311.0, 4340.0, 4311.0, 4330.0, 4300.0, 4333.0, 4342.0, 4323.0, 4350.0, 4313.0, 4361.0, 4311.0, 4352.0, 4312.0, 4353.0, 4311.0, 4332.0, 4322.0, 4334.0, 4385.0, 4324.0, 4362.0, 4331.0, 4352.0, 4301.0, 4330.0, 4310.0, 4332.0, 4320.0, 4321.0, 4350.0, 4320.0, 4361.0, 4310.0, 4340.0, 4309.0, 4319.0, 4300.0, 4331.0, 4319.0, 4321.0, 4341.0, 4312.0, 4362.0, 4327.0, 4363.0, 4313.0, 4341.0, 4311.0, 4330.0, 4311.0, 4321.0, 4310.0, 4324.0, 4361.0, 4324.0, 4372.0, 4324.0, 4363.0, 4323.0, 4343.0, 4312.0, 4332.0, 4329.0, 4322.0, 4370.0, 4310.0, 4360.0, 4300.0, 4330.0, 4297.0, 4320.0, 4328.0, 4309.0, 4358.0, 4308.0, 4348.0, 4298.0, 4329.0, 4297.0, 4319.0, 4308.0, 4310.0, 4327.0, 4300.0, 4349.0, 4309.0, 4329.0, 4309.0, 4319.0, 4299.0, 4320.0, 4308.0, 4312.0, 4341.0, 4323.0, 4372.0, 4313.0, 4353.0, 4318.0, 4311.0, 4350.0, 4298.0, 4331.0, 4348.0, 4301.0, 4339.0, 4310.0, 4320.0, 4324.0, 4345.0, 4324.0, 4334.0, 4322.0, 4336.0, 4383.0, 4322.0, 4342.0, 4360.0, 4310.0, 4351.0, 4318.0, 4308.0, 4298.0, 4300.0, 4340.0, 4324.0, 4362.0, 4323.0, 4356.0, 4341.0, 4311.0, 4341.0, 4318.0, 4309.0, 4359.0, 4298.0, 4317.0, 4297.0, 4310.0, 4338.0, 4299.0, 4329.0, 4300.0, 4331.0, 4310.0, 4333.0, 4322.0, 4323.0, 4363.0, 4322.0, 4361.0, 4323.0, 4353.0, 4319.0, 4331.0, 4360.0, 4318.0, 4339.0, 4295.0, 4308.0, 4346.0, 4295.0, 4326.0, 4294.0, 4297.0, 4348.0, 4299.0, 4342.0, 4312.0, 4342.0, 4310.0, 4327.0, 4321.0, 4343.0, 4321.0, 4333.0, 4362.0, 4309.0, 4331.0, 4359.0, 4309.0, 4359.0, 4318.0, 4349.0, 4308.0, 4339.0, 4297.0, 4328.0, 4297.0, 4319.0, 4358.0, 4318.0, 4358.0, 4295.0, 4337.0, 4294.0, 4296.0, 4344.0, 4284.0, 4325.0, 4285.0, 4316.0, 4295.0, 4296.0, 4336.0, 4308.0, 4337.0, 4307.0, 4329.0, 4308.0, 4330.0, 4307.0, 4320.0, 4349.0, 4311.0, 4361.0, 4311.0, 4340.0, 4310.0, 4331.0, 4310.0, 4333.0, 4371.0, 4321.0, 4361.0, 4311.0, 4343.0, 4320.0, 4320.0, 4329.0, 4320.0, 4344.0, 4361.0, 4323.0, 4364.0, 4336.0, 4355.0, 4331.0, 4322.0, 4362.0, 4309.0, 4321.0, 4359.0, 4310.0, 4340.0, 4310.0, 4330.0, 4311.0, 4323.0, 4373.0, 4311.0, 4330.0, 4309.0, 4325.0, 4362.0, 4311.0, 4321.0, 4321.0, 4313.0, 4333.0, 4326.0, 4376.0, 4332.0, 4336.0, 4361.0, 4312.0, 4361.0, 4311.0, 4341.0, 4320.0, 4311.0, 4360.0, 4300.0, 4341.0, 4348.0, 4307.0, 4337.0, 4298.0, 4320.0, 4327.0, 4307.0, 4317.0, 4298.0, 4321.0, 4337.0, 4310.0, 4340.0, 4300.0, 4330.0, 4339.0, 4300.0, 4339.0, 4307.0, 4309.0, 4348.0, 4310.0, 4319.0, 4308.0, 4321.0, 4349.0, 4323.0, 4343.0, 4323.0, 4333.0, 4323.0, 4325.0, 4352.0, 4313.0, 4353.0, 4322.0, 4335.0, 4372.0, 4312.0, 4363.0, 4312.0, 4342.0, 4321.0, 4323.0, 4371.0, 4311.0, 4352.0, 4331.0, 4332.0, 4340.0, 4311.0, 4360.0, 4298.0, 4339.0, 4327.0, 4309.0, 4348.0, 4297.0, 4328.0, 4309.0, 4320.0, 4319.0, 4311.0, 4363.0, 4298.0, 4320.0, 4309.0, 4321.0, 4360.0, 4312.0, 4341.0, 4309.0, 4321.0, 4340.0, 4310.0, 4361.0, 4311.0, 4341.0, 4300.0, 4320.0, 4338.0, 4309.0, 4360.0, 4309.0, 4340.0, 4299.0, 4321.0, 4328.0, 4308.0, 4349.0, 4300.0, 4331.0, 4309.0, 4320.0, 4338.0, 4310.0, 4341.0, 4309.0, 4331.0, 4299.0, 4321.0, 4309.0, 4322.0, 4370.0, 4322.0, 4351.0, 4308.0, 4328.0, 4309.0, 4331.0, 4308.0, 4321.0, 4328.0, 4310.0, 4360.0, 4321.0, 4351.0, 4310.0, 4331.0, 4309.0, 4320.0, 4328.0, 4321.0, 4361.0, 4321.0, 4348.0, 4310.0, 4351.0, 4310.0, 4341.0, 4300.0, 4329.0, 4299.0, 4319.0, 4317.0, 4308.0, 4358.0, 4320.0, 4349.0, 4300.0, 4329.0, 4288.0, 4318.0, 4297.0, 4318.0, 4327.0, 4309.0, 4349.0, 4295.0, 4318.0, 4335.0, 4295.0, 4306.0, 4335.0, 4295.0, 4316.0, 4308.0, 4320.0, 4310.0, 4323.0, 4323.0, 4335.0, 4353.0, 4334.0, 4353.0, 4313.0, 4355.0, 4352.0, 4321.0, 4360.0, 4309.0, 4342.0, 4329.0, 4320.0, 4362.0, 4312.0, 4330.0, 4310.0, 4331.0, 4321.0, 4323.0, 4361.0, 4324.0, 4354.0, 4323.0, 4353.0, 4322.0, 4334.0, 4351.0, 4332.0, 4363.0, 4308.0, 4332.0, 4359.0, 4320.0, 4338.0, 4308.0, 4319.0, 4305.0, 4309.0, 4358.0, 4319.0, 4327.0, 4321.0, 4331.0, 4319.0, 4320.0, 4328.0, 4310.0, 4359.0, 4322.0, 4340.0, 4312.0, 4332.0, 4320.0, 4322.0, 4339.0, 4321.0, 4359.0, 4310.0, 4330.0, 4308.0, 4319.0, 4348.0, 4297.0, 4330.0, 4298.0, 4310.0, 4347.0, 4308.0, 4327.0, 4311.0, 4331.0, 4310.0, 4333.0, 4319.0, 4334.0, 4331.0, 4322.0, 4360.0, 4321.0, 4341.0, 4321.0, 4331.0, 4322.0, 4331.0, 4321.0, 4342.0, 4331.0, 4332.0, 4362.0, 4297.0, 4329.0, 4346.0, 4297.0, 4327.0, 4298.0, 4317.0, 4307.0, 4309.0, 4328.0, 4310.0, 4333.0, 4331.0, 4322.0, 4351.0, 4311.0, 4342.0, 4309.0, 4320.0, 4349.0, 4299.0, 4329.0, 4308.0, 4320.0, 4319.0, 4323.0, 4342.0, 4313.0, 4364.0, 4318.0, 4321.0, 4349.0, 4296.0, 4318.0, 4349.0, 4307.0, 4326.0, 4296.0, 4328.0, 4317.0, 4307.0, 4328.0, 4297.0, 4319.0, 4319.0, 4301.0, 4329.0, 4310.0, 4319.0, 4310.0, 4331.0, 4310.0, 4324.0, 4351.0, 4323.0, 4364.0, 4308.0, 4320.0, 4359.0, 4299.0, 4338.0, 4297.0, 4308.0, 4337.0, 4308.0, 4330.0, 4311.0, 4333.0, 4320.0, 4322.0, 4351.0, 4322.0, 4354.0, 4335.0, 4335.0, 4321.0, 4323.0, 4361.0, 4323.0, 4365.0], 'WindowWidth': [9696.0, 9656.0, 9667.0, 9665.0, 9621.0, 9656.0, 9567.0, 9576.0, 9554.0, 9598.0, 9571.0, 9594.0, 9571.0, 9652.0, 9609.0, 9633.0, 9593.0, 9636.0, 9603.0, 9577.0, 9613.0, 9546.0, 9584.0, 9524.0, 9553.0, 9531.0, 9535.0, 9547.0, 9541.0, 9578.0, 9563.0, 9554.0, 9549.0, 9561.0, 9551.0, 9582.0, 9565.0, 9570.0, 9590.0, 9566.0, 9602.0, 9542.0, 9604.0, 9559.0, 9586.0, 9536.0, 9540.0, 9561.0, 9538.0, 9566.0, 9525.0, 9555.0, 9518.0, 9543.0, 9576.0, 9537.0, 9572.0, 9522.0, 9547.0, 9515.0, 9522.0, 9558.0, 9520.0, 9548.0, 9531.0, 9537.0, 9569.0, 9522.0, 9543.0, 9540.0, 9551.0, 9525.0, 9557.0, 9552.0, 9544.0, 9596.0, 9543.0, 9573.0, 9537.0, 9560.0, 9581.0, 9525.0, 9553.0, 9533.0, 9547.0, 9581.0, 9547.0, 9559.0, 9546.0, 9577.0, 9556.0, 9553.0, 9576.0, 9563.0, 9567.0, 9615.0, 9569.0, 9596.0, 9552.0, 9586.0, 9568.0, 9590.0, 9629.0, 9591.0, 9601.0, 9549.0, 9590.0, 9622.0, 9570.0, 9612.0, 9564.0, 9583.0, 9601.0, 9551.0, 9578.0, 9544.0, 9564.0, 9603.0, 9548.0, 9580.0, 9560.0, 9552.0, 9604.0, 9545.0, 9563.0, 9596.0, 9548.0, 9592.0, 9543.0, 9563.0, 9599.0, 9547.0, 9576.0, 9553.0, 9547.0, 9602.0, 9547.0, 9579.0, 9545.0, 9565.0, 9588.0, 9562.0, 9581.0, 9567.0, 9569.0, 9580.0, 9573.0, 9609.0, 9552.0, 9571.0, 9618.0, 9568.0, 9594.0, 9567.0, 9581.0, 9562.0, 9567.0, 9605.0, 9553.0, 9627.0, 9626.0, 9571.0, 9593.0, 9553.0, 9582.0, 9547.0, 9552.0, 9621.0, 9564.0, 9608.0, 9545.0, 9564.0, 9610.0, 9544.0, 9587.0, 9536.0, 9558.0, 9595.0, 9527.0, 9569.0, 9522.0, 9552.0, 9582.0, 9542.0, 9570.0, 9523.0, 9554.0, 9526.0, 9560.0, 9581.0, 9547.0, 9589.0, 9549.0, 9578.0, 9546.0, 9553.0, 9614.0, 9547.0, 9591.0, 9550.0, 9539.0, 9595.0, 9536.0, 9552.0, 9573.0, 9520.0, 9562.0, 9518.0, 9554.0, 9552.0, 9534.0, 9619.0, 9576.0, 9620.0, 9557.0, 9608.0, 9559.0, 9603.0, 9611.0, 9589.0, 9593.0, 9542.0, 9565.0, 9610.0, 9562.0, 9606.0, 9531.0, 9570.0, 9524.0, 9542.0, 9539.0, 9542.0, 9592.0, 9553.0, 9590.0, 9532.0, 9573.0, 9503.0, 9545.0, 9516.0, 9530.0, 9524.0, 9515.0, 9583.0, 9516.0, 9553.0, 9505.0, 9543.0, 9506.0, 9547.0, 9503.0, 9551.0, 9524.0, 9540.0, 9536.0, 9542.0, 9565.0, 9544.0, 9561.0, 9550.0, 9579.0, 9550.0, 9563.0, 9572.0, 9555.0, 9616.0, 9550.0, 9588.0, 9551.0, 9575.0, 9535.0, 9584.0, 9596.0, 9571.0, 9602.0, 9557.0, 9619.0, 9552.0, 9608.0, 9555.0, 9609.0, 9552.0, 9583.0, 9567.0, 9587.0, 9660.0, 9573.0, 9622.0, 9578.0, 9605.0, 9538.0, 9575.0, 9548.0, 9579.0, 9560.0, 9564.0, 9601.0, 9563.0, 9617.0, 9550.0, 9588.0, 9547.0, 9560.0, 9535.0, 9579.0, 9560.0, 9566.0, 9592.0, 9554.0, 9619.0, 9583.0, 9625.0, 9559.0, 9592.0, 9550.0, 9577.0, 9551.0, 9566.0, 9549.0, 9573.0, 9619.0, 9575.0, 9638.0, 9573.0, 9624.0, 9571.0, 9597.0, 9553.0, 9581.0, 9571.0, 9565.0, 9629.0, 9547.0, 9613.0, 9533.0, 9572.0, 9526.0, 9559.0, 9567.0, 9545.0, 9608.0, 9542.0, 9594.0, 9529.0, 9568.0, 9524.0, 9559.0, 9541.0, 9548.0, 9566.0, 9535.0, 9598.0, 9545.0, 9571.0, 9544.0, 9557.0, 9530.0, 9562.0, 9544.0, 9554.0, 9591.0, 9571.0, 9635.0, 9557.0, 9612.0, 9556.0, 9548.0, 9600.0, 9527.0, 9576.0, 9596.0, 9536.0, 9584.0, 9549.0, 9561.0, 9574.0, 9607.0, 9578.0, 9588.0, 9569.0, 9593.0, 9654.0, 9565.0, 9593.0, 9614.0, 9546.0, 9602.0, 9553.0, 9541.0, 9526.0, 9536.0, 9588.0, 9575.0, 9622.0, 9573.0, 9618.0, 9590.0, 9550.0, 9591.0, 9552.0, 9545.0, 9611.0, 9527.0, 9552.0, 9524.0, 9547.0, 9582.0, 9531.0, 9570.0, 9536.0, 9577.0, 9548.0, 9585.0, 9567.0, 9571.0, 9623.0, 9569.0, 9618.0, 9570.0, 9610.0, 9559.0, 9577.0, 9615.0, 9553.0, 9582.0, 9518.0, 9539.0, 9587.0, 9517.0, 9561.0, 9513.0, 9522.0, 9596.0, 9531.0, 9596.0, 9556.0, 9594.0, 9550.0, 9567.0, 9566.0, 9601.0, 9566.0, 9588.0, 9623.0, 9547.0, 9579.0, 9614.0, 9547.0, 9613.0, 9558.0, 9600.0, 9545.0, 9586.0, 9528.0, 9569.0, 9525.0, 9559.0, 9610.0, 9555.0, 9607.0, 9521.0, 9580.0, 9516.0, 9521.0, 9582.0, 9502.0, 9560.0, 9505.0, 9548.0, 9519.0, 9524.0, 9575.0, 9543.0, 9580.0, 9540.0, 9573.0, 9543.0, 9575.0, 9541.0, 9562.0, 9599.0, 9550.0, 9617.0, 9550.0, 9589.0, 9549.0, 9578.0, 9547.0, 9586.0, 9631.0, 9566.0, 9618.0, 9553.0, 9598.0, 9560.0, 9563.0, 9574.0, 9564.0, 9600.0, 9621.0, 9573.0, 9632.0, 9597.0, 9620.0, 9579.0, 9568.0, 9620.0, 9544.0, 9566.0, 9614.0, 9548.0, 9587.0, 9549.0, 9577.0, 9553.0, 9572.0, 9641.0, 9552.0, 9574.0, 9545.0, 9578.0, 9622.0, 9549.0, 9566.0, 9564.0, 9559.0, 9587.0, 9582.0, 9649.0, 9583.0, 9594.0, 9619.0, 9554.0, 9620.0, 9552.0, 9593.0, 9560.0, 9552.0, 9616.0, 9533.0, 9590.0, 9596.0, 9539.0, 9580.0, 9528.0, 9560.0, 9565.0, 9540.0, 9553.0, 9529.0, 9564.0, 9581.0, 9549.0, 9587.0, 9534.0, 9577.0, 9584.0, 9535.0, 9587.0, 9538.0, 9545.0, 9596.0, 9547.0, 9559.0, 9543.0, 9565.0, 9600.0, 9573.0, 9600.0, 9573.0, 9588.0, 9572.0, 9577.0, 9610.0, 9559.0, 9613.0, 9570.0, 9590.0, 9636.0, 9556.0, 9626.0, 9556.0, 9597.0, 9565.0, 9571.0, 9633.0, 9550.0, 9609.0, 9577.0, 9579.0, 9588.0, 9551.0, 9614.0, 9529.0, 9585.0, 9564.0, 9545.0, 9595.0, 9526.0, 9568.0, 9545.0, 9561.0, 9558.0, 9550.0, 9625.0, 9530.0, 9560.0, 9544.0, 9565.0, 9616.0, 9554.0, 9592.0, 9544.0, 9565.0, 9590.0, 9550.0, 9618.0, 9552.0, 9593.0, 9535.0, 9564.0, 9582.0, 9547.0, 9616.0, 9547.0, 9588.0, 9530.0, 9562.0, 9568.0, 9544.0, 9599.0, 9534.0, 9580.0, 9545.0, 9561.0, 9582.0, 9548.0, 9589.0, 9547.0, 9576.0, 9531.0, 9565.0, 9546.0, 9567.0, 9630.0, 9568.0, 9605.0, 9542.0, 9570.0, 9543.0, 9577.0, 9542.0, 9563.0, 9570.0, 9548.0, 9616.0, 9566.0, 9603.0, 9548.0, 9578.0, 9548.0, 9562.0, 9570.0, 9564.0, 9618.0, 9564.0, 9597.0, 9547.0, 9604.0, 9549.0, 9591.0, 9535.0, 9573.0, 9529.0, 9557.0, 9552.0, 9542.0, 9610.0, 9559.0, 9598.0, 9534.0, 9570.0, 9514.0, 9556.0, 9524.0, 9555.0, 9564.0, 9544.0, 9599.0, 9520.0, 9552.0, 9572.0, 9517.0, 9535.0, 9571.0, 9520.0, 9549.0, 9542.0, 9560.0, 9549.0, 9571.0, 9572.0, 9591.0, 9612.0, 9588.0, 9611.0, 9558.0, 9617.0, 9607.0, 9564.0, 9615.0, 9544.0, 9593.0, 9570.0, 9562.0, 9622.0, 9553.0, 9575.0, 9548.0, 9578.0, 9565.0, 9573.0, 9622.0, 9575.0, 9615.0, 9573.0, 9612.0, 9570.0, 9589.0, 9605.0, 9580.0, 9625.0, 9542.0, 9578.0, 9613.0, 9560.0, 9584.0, 9541.0, 9559.0, 9533.0, 9545.0, 9609.0, 9559.0, 9567.0, 9564.0, 9576.0, 9559.0, 9563.0, 9569.0, 9550.0, 9614.0, 9566.0, 9589.0, 9554.0, 9581.0, 9562.0, 9568.0, 9585.0, 9564.0, 9614.0, 9548.0, 9574.0, 9541.0, 9559.0, 9595.0, 9525.0, 9573.0, 9528.0, 9547.0, 9592.0, 9543.0, 9567.0, 9551.0, 9579.0, 9551.0, 9585.0, 9560.0, 9587.0, 9578.0, 9567.0, 9615.0, 9566.0, 9592.0, 9566.0, 9580.0, 9569.0, 9580.0, 9565.0, 9596.0, 9578.0, 9580.0, 9621.0, 9525.0, 9570.0, 9587.0, 9522.0, 9565.0, 9528.0, 9551.0, 9538.0, 9546.0, 9569.0, 9549.0, 9583.0, 9578.0, 9567.0, 9603.0, 9552.0, 9595.0, 9545.0, 9562.0, 9597.0, 9529.0, 9571.0, 9542.0, 9563.0, 9561.0, 9571.0, 9594.0, 9556.0, 9625.0, 9556.0, 9561.0, 9598.0, 9523.0, 9556.0, 9597.0, 9540.0, 9564.0, 9524.0, 9568.0, 9550.0, 9540.0, 9569.0, 9526.0, 9557.0, 9556.0, 9536.0, 9572.0, 9548.0, 9559.0, 9550.0, 9580.0, 9549.0, 9573.0, 9605.0, 9572.0, 9627.0, 9543.0, 9561.0, 9614.0, 9530.0, 9583.0, 9523.0, 9542.0, 9579.0, 9544.0, 9574.0, 9552.0, 9584.0, 9564.0, 9569.0, 9605.0, 9569.0, 9614.0, 9593.0, 9588.0, 9566.0, 9570.0, 9618.0, 9570.0, 9627.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.001965638665132336</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020854402416570775</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.96695041662449</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2875027480875572</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0253173951728112</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4645</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6670.7686</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07699159804435671</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.7261219792865363</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3823417277707324</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.37290476160736</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5669167569817537</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2072036647230844</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00973053</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011659403331577778</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02327442169189453</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.8607315423257402</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>27.1285</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6376</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.318</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302253.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>754.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.6719</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4726</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.3304</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3550.5932</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3776.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74291.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1108.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4638.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>978.0464</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.776300688274205</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> |