=== 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-0124 --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-0124",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0124_ses-03_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-0124_ses-03_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-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_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-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_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-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0124/figures/sub-0124_ses-03_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_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-0124/ses-03/func/sub-0124_ses-03_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>a1f98ee23949da16e70ccfa547e3abab</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>19:41:56.182500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998739, 0.0315629, 0.03905, -0.0360985, 0.991935, 0.1215]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0865569</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>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7792, -7216, 421, -109, -101, -12, 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.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.373</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d8640ff6-4151-4124-85f9-ae33b617e140||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6795427799224854, -0.09684953093528748, 0.0942302867770195, 111.59625244140625], [-0.08468098193407059, 2.6612884998321533, 0.33144283294677734, -110.24295806884766], [0.10476817190647125, -0.3259761929512024, 2.677922010421753, -59.11177062988281], [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': ['194156.182500', '194156.642500', '194157.102500', '194157.562500', '194158.022500', '194158.482500', '194158.942500', '194159.402500', '194159.862500', '194200.322500', '194200.782500', '194201.242500', '194201.702500', '194202.162500', '194202.622500', '194203.082500', '194203.542500', '194204.002500', '194204.462500', '194204.922500', '194205.382500', '194205.842500', '194206.302500', '194206.762500', '194207.222500', '194207.682500', '194208.142500', '194208.602500', '194209.062500', '194209.522500', '194209.982500', '194210.442500', '194210.902500', '194211.362500', '194211.822500', '194212.282500', '194212.742500', '194213.202500', '194213.662500', '194214.122500', '194214.582500', '194215.042500', '194215.502500', '194215.962500', '194216.422500', '194216.882500', '194217.342500', '194217.802500', '194218.262500', '194218.722500', '194219.182500', '194219.642500', '194220.102500', '194220.562500', '194221.022500', '194221.482500', '194221.942500', '194222.402500', '194222.862500', '194223.322500', '194223.782500', '194224.242500', '194224.702500', '194225.162500', '194225.622500', '194226.082500', '194226.542500', '194227.002500', '194227.462500', '194227.922500', '194228.382500', '194228.842500', '194229.302500', '194229.762500', '194230.222500', '194230.682500', '194231.142500', '194231.602500', '194232.062500', '194232.522500', '194232.982500', '194233.442500', '194233.902500', '194234.362500', '194234.822500', '194235.282500', '194235.742500', '194236.202500', '194236.662500', '194237.122500', '194237.582500', '194238.042500', '194238.502500', '194238.962500', '194239.422500', '194239.882500', '194240.342500', '194240.802500', '194241.262500', '194241.722500', '194242.182500', '194242.642500', '194243.102500', '194243.562500', '194244.022500', '194244.482500', '194244.942500', '194245.402500', '194245.862500', '194246.322500', '194246.782500', '194247.242500', '194247.702500', '194248.162500', '194248.622500', '194249.082500', '194249.542500', '194250.002500', '194250.462500', '194250.922500', '194251.382500', '194251.842500', '194252.302500', '194252.762500', '194253.222500', '194253.682500', '194254.142500', '194254.602500', '194255.062500', '194255.522500', '194255.982500', '194256.442500', '194256.902500', '194257.362500', '194257.822500', '194258.282500', '194258.742500', '194259.202500', '194259.662500', '194300.122500', '194300.582500', '194301.042500', '194301.502500', '194301.962500', '194302.422500', '194302.882500', '194303.342500', '194303.802500', '194304.262500', '194304.722500', '194305.182500', '194305.642500', '194306.102500', '194306.562500', '194307.022500', '194307.482500', '194307.942500', '194308.402500', '194308.862500', '194309.322500', '194309.782500', '194310.242500', '194310.702500', '194311.162500', '194311.622500', '194312.082500', '194312.542500', '194313.002500', '194313.462500', '194313.922500', '194314.382500', '194314.842500', '194315.302500', '194315.762500', '194316.222500', '194316.682500', '194317.142500', '194317.602500', '194318.062500', '194318.522500', '194318.982500', '194319.442500', '194319.902500', '194320.362500', '194320.822500', '194321.282500', '194321.742500', '194322.202500', '194322.662500', '194323.122500', '194323.582500', '194324.042500', '194324.502500', '194324.962500', '194325.422500', '194325.882500', '194326.342500', '194326.802500', '194327.262500', '194327.722500', '194328.182500', '194328.642500', '194329.102500', '194329.562500', '194330.022500', '194330.482500', '194330.942500', '194331.402500', '194331.862500', '194332.322500', '194332.782500', '194333.242500', '194333.702500', '194334.162500', '194334.622500', '194335.082500', '194335.542500', '194336.002500', '194336.462500', '194336.922500', '194337.382500', '194337.842500', '194338.302500', '194338.762500', '194339.222500', '194339.682500', '194340.142500', '194340.602500', '194341.062500', '194341.522500', '194341.982500', '194342.442500', '194342.902500', '194343.362500', '194343.822500', '194344.282500', '194344.742500', '194345.202500', '194345.662500', '194346.122500', '194346.582500', '194347.042500', '194347.502500', '194347.962500', '194348.422500', '194348.882500', '194349.342500', '194349.802500', '194350.262500', '194350.722500', '194351.182500', '194351.642500', '194352.102500', '194352.562500', '194353.022500', '194353.482500', '194353.942500', '194354.402500', '194354.862500', '194355.322500', '194355.782500', '194356.242500', '194356.702500', '194357.162500', '194357.622500', '194358.082500', '194358.542500', '194359.002500', '194359.462500', '194359.922500', '194400.382500', '194400.842500', '194401.302500', '194401.762500', '194402.222500', '194402.682500', '194403.142500', '194403.602500', '194404.062500', '194404.522500', '194404.982500', '194405.442500', '194405.902500', '194406.362500', '194406.822500', '194407.282500', '194407.742500', '194408.202500', '194408.662500', '194409.122500', '194409.582500', '194410.042500', '194410.502500', '194410.962500', '194411.422500', '194411.882500', '194412.342500', '194412.802500', '194413.262500', '194413.722500', '194414.182500', '194414.642500', '194415.102500', '194415.562500', '194416.022500', '194416.482500', '194416.942500', '194417.402500', '194417.862500', '194418.322500', '194418.782500', '194419.242500', '194419.702500', '194420.162500', '194420.622500', '194421.082500', '194421.542500', '194422.002500', '194422.462500', '194422.922500', '194423.382500', '194423.842500', '194424.302500', '194424.762500', '194425.222500', '194425.682500', '194426.142500', '194426.602500', '194427.062500', '194427.522500', '194427.982500', '194428.442500', '194428.902500', '194429.362500', '194429.822500', '194430.282500', '194430.742500', '194431.202500', '194431.662500', '194432.122500', '194432.582500', '194433.042500', '194433.502500', '194433.962500', '194434.422500', '194434.882500', '194435.342500', '194435.802500', '194436.262500', '194436.722500', '194437.182500', '194437.642500', '194438.102500', '194438.562500', '194439.022500', '194439.482500', '194439.942500', '194440.402500', '194440.862500', '194441.322500', '194441.782500', '194442.242500', '194442.702500', '194443.162500', '194443.622500', '194444.082500', '194444.542500', '194445.002500', '194445.462500', '194445.922500', '194446.382500', '194446.842500', '194447.302500', '194447.762500', '194448.222500', '194448.682500', '194449.142500', '194449.602500', '194450.062500', '194450.522500', '194450.982500', '194451.442500', '194451.902500', '194452.362500', '194452.822500', '194453.282500', '194453.742500', '194454.202500', '194454.662500', '194455.122500', '194455.582500', '194456.042500', '194456.502500', '194456.962500', '194457.422500', '194457.882500', '194458.342500', '194458.802500', '194459.262500', '194459.722500', '194500.182500', '194500.642500', '194501.102500', '194501.562500', '194502.022500', '194502.482500', '194502.942500', '194503.402500', '194503.862500', '194504.322500', '194504.782500', '194505.242500', '194505.702500', '194506.162500', '194506.622500', '194507.082500', '194507.542500', '194508.002500', '194508.462500', '194508.922500', '194509.382500', '194509.842500', '194510.302500', '194510.762500', '194511.222500', '194511.682500', '194512.142500', '194512.602500', '194513.062500', '194513.522500', '194513.982500', '194514.442500', '194514.902500', '194515.362500', '194515.822500', '194516.282500', '194516.742500', '194517.202500', '194517.662500', '194518.122500', '194518.582500', '194519.042500', '194519.502500', '194519.962500', '194520.422500', '194520.882500', '194521.342500', '194521.802500', '194522.262500', '194522.722500', '194523.182500', '194523.642500', '194524.102500', '194524.562500', '194525.022500', '194525.482500', '194525.942500', '194526.402500', '194526.862500', '194527.322500', '194527.782500', '194528.242500', '194528.702500', '194529.162500', '194529.622500', '194530.082500', '194530.542500', '194531.002500', '194531.462500', '194531.922500', '194532.382500', '194532.842500', '194533.302500', '194533.762500', '194534.222500', '194534.682500', '194535.142500', '194535.602500', '194536.062500', '194536.522500', '194536.982500', '194537.442500', '194537.902500', '194538.362500', '194538.822500', '194539.282500', '194539.742500', '194540.202500', '194540.662500', '194541.122500', '194541.582500', '194542.042500', '194542.502500', '194542.962500', '194543.422500', '194543.882500', '194544.342500', '194544.802500', '194545.262500', '194545.722500', '194546.182500', '194546.642500', '194547.102500', '194547.562500', '194548.022500', '194548.482500', '194548.942500', '194549.402500', '194549.862500', '194550.322500', '194550.782500', '194551.242500', '194551.702500', '194552.162500', '194552.622500', '194553.082500', '194553.542500', '194554.002500', '194554.462500', '194554.922500', '194555.382500', '194555.842500', '194556.302500', '194556.762500', '194557.222500', '194557.682500', '194558.142500', '194558.602500', '194559.062500', '194559.522500', '194559.982500', '194600.442500', '194600.902500', '194601.362500', '194601.822500', '194602.282500', '194602.742500', '194603.202500', '194603.662500', '194604.122500', '194604.582500', '194605.042500', '194605.502500', '194605.962500', '194606.422500', '194606.882500', '194607.342500', '194607.802500', '194608.262500', '194608.722500', '194609.182500', '194609.642500', '194610.102500', '194610.562500', '194611.022500', '194611.482500', '194611.942500', '194612.402500', '194612.862500', '194613.322500', '194613.782500', '194614.242500', '194614.702500', '194615.162500', '194615.622500', '194616.082500', '194616.542500', '194617.002500', '194617.462500', '194617.922500', '194618.382500', '194618.842500', '194619.302500', '194619.762500', '194620.222500', '194620.682500', '194621.142500', '194621.602500', '194622.062500', '194622.522500', '194622.982500', '194623.442500', '194623.902500', '194624.362500', '194624.822500', '194625.282500', '194625.742500', '194626.202500', '194626.662500', '194627.122500', '194627.582500', '194628.042500', '194628.502500', '194628.962500', '194629.422500', '194629.882500', '194630.342500', '194630.802500', '194631.262500', '194631.722500', '194632.182500', '194632.642500', '194633.102500', '194633.562500', '194634.022500', '194634.482500', '194634.942500', '194635.402500', '194635.862500', '194636.322500', '194636.782500', '194637.242500', '194637.702500', '194638.162500', '194638.622500', '194639.082500', '194639.542500', '194640.002500', '194640.462500', '194640.922500', '194641.382500', '194641.842500', '194642.302500', '194642.762500', '194643.222500', '194643.682500', '194644.142500', '194644.602500', '194645.062500', '194645.522500', '194645.982500', '194646.442500', '194646.902500', '194647.362500', '194647.822500', '194648.282500', '194648.742500', '194649.202500', '194649.662500', '194650.122500', '194650.582500', '194651.042500', '194651.502500', '194651.962500', '194652.422500', '194652.882500', '194653.342500', '194653.802500', '194654.262500', '194654.722500', '194655.182500', '194655.642500', '194656.102500', '194656.562500', '194657.022500', '194657.482500', '194657.942500', '194658.402500', '194658.862500', '194659.322500', '194659.782500', '194700.242500', '194700.702500', '194701.162500', '194701.622500', '194702.082500', '194702.542500', '194703.002500', '194703.462500', '194703.922500', '194704.382500', '194704.842500', '194705.302500', '194705.762500', '194706.222500', '194706.682500', '194707.142500', '194707.602500', '194708.062500', '194708.522500', '194708.982500', '194709.442500', '194709.902500', '194710.362500', '194710.822500', '194711.282500', '194711.742500', '194712.202500', '194712.662500', '194713.122500', '194713.582500', '194714.042500', '194714.502500', '194714.962500', '194715.422500', '194715.882500', '194716.342500', '194716.802500', '194717.262500', '194717.722500', '194718.182500', '194718.642500', '194719.102500', '194719.562500', '194720.022500', '194720.482500', '194720.942500', '194721.402500', '194721.862500', '194722.322500', '194722.782500', '194723.242500', '194723.702500', '194724.162500', '194724.622500', '194725.082500', '194725.542500', '194726.002500', '194726.462500', '194726.922500', '194727.382500', '194727.842500', '194728.302500', '194728.762500', '194729.222500', '194729.682500', '194730.142500', '194730.602500', '194731.062500', '194731.522500', '194731.982500', '194732.442500', '194732.902500', '194733.362500', '194733.822500', '194734.282500', '194734.742500', '194735.202500', '194735.662500', '194736.122500', '194736.582500', '194737.042500', '194737.502500', '194737.962500', '194738.422500', '194738.882500', '194739.342500', '194739.802500', '194740.262500', '194740.722500', '194741.182500', '194741.642500', '194742.102500', '194742.562500', '194743.022500', '194743.482500', '194743.942500', '194744.402500', '194744.862500', '194745.322500', '194745.782500', '194746.242500', '194746.702500', '194747.162500', '194747.622500', '194748.082500', '194748.542500', '194749.002500', '194749.462500', '194749.922500', '194750.382500', '194750.842500', '194751.302500', '194751.762500', '194752.222500', '194752.682500', '194753.142500', '194753.602500', '194754.062500', '194754.522500', '194754.982500', '194755.442500', '194755.902500', '194756.362500', '194756.822500', '194757.282500', '194757.742500', '194758.202500', '194758.662500', '194759.122500', '194759.582500', '194800.042500', '194800.502500', '194800.962500', '194801.422500', '194801.882500', '194802.342500', '194802.802500', '194803.262500', '194803.722500', '194804.182500', '194804.642500', '194805.102500', '194805.562500', '194806.022500', '194806.482500', '194806.942500', '194807.402500', '194807.862500', '194808.322500', '194808.782500', '194809.242500', '194809.702500', '194810.162500', '194810.622500', '194811.082500', '194811.542500', '194812.002500', '194812.462500', '194812.922500', '194813.382500', '194813.842500', '194814.302500', '194814.762500', '194815.222500', '194815.682500', '194816.142500', '194816.602500', '194817.062500', '194817.522500', '194817.982500', '194818.442500', '194818.902500', '194819.362500', '194819.822500', '194820.282500', '194820.742500', '194821.202500', '194821.662500', '194822.122500', '194822.582500', '194823.042500', '194823.502500', '194823.962500', '194824.422500', '194824.882500', '194825.342500', '194825.802500', '194826.262500', '194826.722500', '194827.182500', '194827.642500', '194828.102500', '194828.562500', '194829.022500', '194829.482500', '194829.942500', '194830.402500', '194830.862500', '194831.322500', '194831.782500', '194832.242500', '194832.702500', '194833.162500', '194833.622500', '194834.082500', '194834.542500', '194835.002500', '194835.462500', '194835.922500', '194836.382500', '194836.842500'], 'ContentTime': ['194218.734000', '194218.737000', '194218.740000', '194218.743000', '194218.745000', '194218.748000', '194218.751000', '194218.753000', '194218.756000', '194218.758000', '194218.761000', '194218.764000', '194218.766000', '194218.769000', '194218.772000', '194218.774000', '194218.777000', '194218.780000', '194218.782000', '194218.785000', '194218.787000', '194218.790000', '194218.793000', '194218.795000', '194218.798000', '194218.800000', '194218.803000', '194218.806000', '194218.808000', '194218.811000', '194218.813000', '194218.816000', '194218.819000', '194218.821000', '194218.824000', '194218.826000', '194218.829000', '194218.832000', '194218.834000', '194218.837000', '194218.839000', '194218.842000', '194218.845000', '194218.847000', '194218.850000', '194218.852000', '194238.701000', '194238.704000', '194238.707000', '194238.709000', '194238.712000', '194238.714000', '194238.717000', '194238.719000', '194238.722000', '194238.742000', '194238.745000', '194238.747000', '194238.750000', '194238.752000', '194238.755000', '194238.757000', '194238.760000', '194238.763000', '194238.766000', '194238.768000', '194238.771000', '194238.774000', '194238.776000', '194238.779000', '194238.781000', '194238.784000', '194238.787000', '194238.789000', '194238.792000', '194238.794000', '194238.797000', '194238.800000', '194238.811000', '194238.814000', '194238.816000', '194238.819000', '194238.821000', '194238.824000', '194238.826000', '194238.829000', '194238.832000', '194238.834000', '194238.837000', '194258.702000', '194258.705000', '194258.708000', '194258.711000', '194258.713000', '194258.716000', '194258.719000', '194258.721000', '194258.724000', '194258.726000', '194258.729000', '194258.732000', '194258.734000', '194258.741000', '194258.744000', '194258.746000', '194258.749000', '194258.751000', '194258.754000', '194258.757000', '194258.759000', '194258.762000', '194258.764000', '194258.767000', '194258.769000', '194258.772000', '194258.774000', '194258.777000', '194258.780000', '194258.782000', '194258.785000', '194258.788000', '194258.790000', '194258.793000', '194258.796000', '194258.798000', '194258.801000', '194258.803000', '194258.806000', '194258.808000', '194258.811000', '194258.814000', '194258.816000', '194258.819000', '194318.703000', '194318.705000', '194318.708000', '194318.710000', '194318.713000', '194318.716000', '194318.719000', '194318.721000', '194318.724000', '194318.726000', '194318.729000', '194318.732000', '194318.734000', '194318.737000', '194318.739000', '194318.742000', '194318.744000', '194318.747000', '194318.749000', '194318.752000', '194318.754000', '194318.757000', '194318.760000', '194318.762000', '194318.765000', '194318.767000', '194318.770000', '194318.772000', '194318.776000', '194318.778000', '194318.788000', '194318.791000', '194318.794000', '194318.796000', '194318.799000', '194318.801000', '194318.804000', '194318.806000', '194318.809000', '194318.812000', '194318.814000', '194318.817000', '194318.819000', '194338.702000', '194338.706000', '194338.708000', '194338.711000', '194338.713000', '194338.716000', '194338.719000', '194338.721000', '194338.724000', '194338.726000', '194338.729000', '194338.731000', '194338.734000', '194338.736000', '194338.739000', '194338.742000', '194338.744000', '194338.747000', '194338.749000', '194338.752000', '194338.754000', '194338.757000', '194338.759000', '194338.762000', '194338.765000', '194338.768000', '194338.770000', '194338.773000', '194338.775000', '194338.778000', '194338.781000', '194338.783000', '194338.786000', '194338.788000', '194338.791000', '194338.794000', '194338.796000', '194338.799000', '194338.801000', '194338.804000', '194338.806000', '194338.809000', '194338.811000', '194338.814000', '194358.703000', '194358.705000', '194358.708000', '194358.711000', '194358.714000', '194358.716000', '194358.719000', '194358.722000', '194358.724000', '194358.727000', '194358.729000', '194358.732000', '194358.735000', '194358.737000', '194358.740000', '194358.743000', '194358.745000', '194358.748000', '194358.750000', '194358.753000', '194358.756000', '194358.758000', '194358.761000', '194358.763000', '194358.766000', '194358.768000', '194358.771000', '194358.774000', '194358.776000', '194358.779000', '194358.781000', '194358.784000', '194358.786000', '194358.789000', '194358.792000', '194358.794000', '194358.797000', '194358.799000', '194358.802000', '194358.805000', '194358.815000', '194358.817000', '194358.820000', '194418.703000', '194418.705000', '194418.708000', '194418.710000', '194418.713000', '194418.716000', '194418.718000', '194418.721000', '194418.724000', '194418.726000', '194418.729000', '194418.731000', '194418.734000', '194418.736000', '194418.739000', '194418.742000', '194418.744000', '194418.747000', '194418.749000', '194418.768000', '194418.771000', '194418.773000', '194418.776000', '194418.778000', '194418.781000', '194418.784000', '194418.786000', '194418.789000', '194418.792000', '194418.794000', '194418.797000', '194418.799000', '194418.802000', '194418.804000', '194418.807000', '194418.810000', '194418.812000', '194418.815000', '194418.817000', '194418.820000', '194418.823000', '194418.825000', '194418.828000', '194418.830000', '194438.702000', '194438.705000', '194438.708000', '194438.711000', '194438.713000', '194438.716000', '194438.719000', '194438.721000', '194438.724000', '194438.726000', '194438.729000', '194438.732000', '194438.734000', '194438.737000', '194438.739000', '194438.742000', '194438.745000', '194438.747000', '194438.750000', '194438.752000', '194438.755000', '194438.758000', '194438.760000', '194438.763000', '194438.765000', '194438.768000', '194438.771000', '194438.773000', '194438.776000', '194438.778000', '194438.781000', '194438.784000', '194438.786000', '194438.789000', '194438.791000', '194438.794000', '194438.796000', '194438.799000', '194438.802000', '194438.804000', '194438.807000', '194438.809000', '194438.812000', '194458.701000', '194458.704000', '194458.707000', '194458.710000', '194458.712000', '194458.715000', '194458.717000', '194458.720000', '194458.723000', '194458.725000', '194458.728000', '194458.730000', '194458.733000', '194458.736000', '194458.738000', '194458.741000', '194458.743000', '194458.746000', '194458.749000', '194458.751000', '194458.754000', '194458.756000', '194458.759000', '194458.762000', '194458.764000', '194458.767000', '194458.769000', '194458.772000', '194458.775000', '194458.777000', '194458.780000', '194458.783000', '194458.785000', '194458.788000', '194458.791000', '194458.793000', '194458.796000', '194458.798000', '194458.801000', '194458.803000', '194458.806000', '194458.809000', '194458.811000', '194458.814000', '194518.702000', '194518.706000', '194518.708000', '194518.711000', '194518.714000', '194518.716000', '194518.719000', '194518.722000', '194518.724000', '194518.727000', '194518.730000', '194518.732000', '194518.735000', '194518.738000', '194518.740000', '194518.743000', '194518.746000', '194518.748000', '194518.751000', '194518.753000', '194518.756000', '194518.759000', '194518.761000', '194518.764000', '194518.766000', '194518.769000', '194518.772000', '194518.774000', '194518.777000', '194518.780000', '194518.782000', '194518.785000', '194518.787000', '194518.790000', '194518.793000', '194518.795000', '194518.798000', '194518.800000', '194518.803000', '194518.806000', '194518.808000', '194518.816000', '194518.819000', '194538.702000', '194538.705000', '194538.708000', '194538.710000', '194538.713000', '194538.716000', '194538.718000', '194538.721000', '194538.724000', '194538.726000', '194538.729000', '194538.731000', '194538.734000', '194538.736000', '194538.744000', '194538.746000', '194538.749000', '194538.751000', '194538.754000', '194538.757000', '194538.759000', '194538.762000', '194538.764000', '194538.767000', '194538.770000', '194538.772000', '194538.776000', '194538.778000', '194538.781000', '194538.783000', '194538.786000', '194538.788000', '194538.791000', '194538.794000', '194538.796000', '194538.799000', '194538.801000', '194538.804000', '194538.806000', '194538.809000', '194538.812000', '194538.814000', '194538.817000', '194538.819000', '194558.715000', '194558.718000', '194558.720000', '194558.723000', '194558.726000', '194558.728000', '194558.731000', '194558.733000', '194558.736000', '194558.739000', '194558.741000', '194558.744000', '194558.747000', '194558.749000', '194558.752000', '194558.754000', '194558.757000', '194558.760000', '194558.762000', '194558.765000', '194558.767000', '194558.770000', '194558.773000', '194558.775000', '194558.778000', '194558.781000', '194558.783000', '194558.786000', '194558.789000', '194558.791000', '194558.794000', '194558.797000', '194558.799000', '194558.802000', '194558.804000', '194558.807000', '194558.810000', '194558.813000', '194558.815000', '194558.818000', '194558.821000', '194558.823000', '194558.826000', '194618.703000', '194618.706000', '194618.708000', '194618.711000', '194618.714000', '194618.716000', '194618.719000', '194618.721000', '194618.724000', '194618.727000', '194618.729000', '194618.732000', '194618.734000', '194618.737000', '194618.740000', '194618.743000', '194618.745000', '194618.748000', '194618.750000', '194618.753000', '194618.756000', '194618.758000', '194618.761000', '194618.763000', '194618.766000', '194618.769000', '194618.771000', '194618.774000', '194618.777000', '194618.779000', '194618.782000', '194618.784000', '194618.787000', '194618.790000', '194618.792000', '194618.795000', '194618.797000', '194618.800000', '194618.802000', '194618.805000', '194618.808000', '194618.810000', '194618.813000', '194638.702000', '194638.705000', '194638.708000', '194638.710000', '194638.713000', '194638.716000', '194638.718000', '194638.721000', '194638.724000', '194638.726000', '194638.729000', '194638.731000', '194638.734000', '194638.737000', '194638.739000', '194638.742000', '194638.745000', '194638.747000', '194638.750000', '194638.752000', '194638.755000', '194638.758000', '194638.760000', '194638.763000', '194638.765000', '194638.768000', '194638.770000', '194638.773000', '194638.776000', '194638.778000', '194638.781000', '194638.784000', '194638.786000', '194638.789000', '194638.792000', '194638.794000', '194638.797000', '194638.799000', '194638.802000', '194638.804000', '194638.807000', '194638.809000', '194638.812000', '194638.814000', '194658.703000', '194658.705000', '194658.708000', '194658.710000', '194658.713000', '194658.715000', '194658.718000', '194658.721000', '194658.723000', '194658.726000', '194658.728000', '194658.731000', '194658.734000', '194658.736000', '194658.739000', '194658.741000', '194658.744000', '194658.747000', '194658.749000', '194658.752000', '194658.755000', '194658.757000', '194658.760000', '194658.762000', '194658.765000', '194658.768000', '194658.770000', '194658.773000', '194658.775000', '194658.778000', '194658.781000', '194658.783000', '194658.786000', '194658.788000', '194658.791000', '194658.793000', '194658.796000', '194658.799000', '194658.801000', '194658.804000', '194658.806000', '194658.809000', '194658.811000', '194658.814000', '194718.701000', '194718.704000', '194718.707000', '194718.710000', '194718.713000', '194718.715000', '194718.718000', '194718.721000', '194718.723000', '194718.726000', '194718.729000', '194718.732000', '194718.734000', '194718.737000', '194718.740000', '194718.742000', '194718.745000', '194718.747000', '194718.750000', '194718.753000', '194718.755000', '194718.758000', '194718.760000', '194718.763000', '194718.766000', '194718.798000', '194718.800000', '194718.803000', '194718.806000', '194718.808000', '194718.811000', '194718.814000', '194718.816000', '194718.819000', '194718.821000', '194718.824000', '194718.826000', '194718.829000', '194718.832000', '194718.834000', '194718.837000', '194718.840000', '194718.842000', '194738.702000', '194738.706000', '194738.708000', '194738.711000', '194738.714000', '194738.716000', '194738.719000', '194738.721000', '194738.725000', '194738.728000', '194738.730000', '194738.733000', '194738.735000', '194738.738000', '194738.741000', '194738.744000', '194738.747000', '194738.750000', '194738.753000', '194738.756000', '194738.759000', '194738.761000', '194738.764000', '194738.767000', '194738.769000', '194738.772000', '194738.775000', '194738.777000', '194738.780000', '194738.783000', '194738.785000', '194738.788000', '194738.791000', '194738.793000', '194738.796000', '194738.799000', '194738.801000', '194738.804000', '194738.806000', '194738.809000', '194738.812000', '194738.814000', '194738.817000', '194758.703000', '194758.706000', '194758.709000', '194758.712000', '194758.714000', '194758.717000', '194758.719000', '194758.722000', '194758.724000', '194758.727000', '194758.730000', '194758.732000', '194758.735000', '194758.738000', '194758.740000', '194758.743000', '194758.745000', '194758.748000', '194758.751000', '194758.753000', '194758.756000', '194758.758000', '194758.761000', '194758.764000', '194758.766000', '194758.769000', '194758.772000', '194758.774000', '194758.777000', '194758.779000', '194758.782000', '194758.785000', '194758.787000', '194758.790000', '194758.792000', '194758.796000', '194758.799000', '194758.802000', '194758.804000', '194758.807000', '194758.810000', '194758.812000', '194758.815000', '194758.818000', '194818.702000', '194818.705000', '194818.708000', '194818.711000', '194818.713000', '194818.716000', '194818.718000', '194818.721000', '194818.723000', '194818.726000', '194818.729000', '194818.731000', '194818.734000', '194818.736000', '194818.739000', '194818.742000', '194818.744000', '194818.747000', '194818.749000', '194818.752000', '194818.754000', '194818.757000', '194818.760000', '194818.762000', '194818.765000', '194818.767000', '194818.770000', '194818.773000', '194818.775000', '194818.778000', '194818.781000', '194818.783000', '194818.786000', '194818.788000', '194818.791000', '194818.794000', '194818.796000', '194818.799000', '194818.801000', '194818.804000', '194818.807000', '194818.809000', '194818.812000', '194818.814000', '194838.468000', '194838.470000', '194838.473000', '194838.476000', '194838.479000', '194838.482000', '194838.485000', '194838.487000', '194838.491000', '194838.493000', '194838.496000', '194838.499000', '194838.502000', '194838.505000', '194838.507000', '194838.510000', '194838.513000', '194838.516000', '194838.519000', '194838.521000', '194838.525000', '194838.528000', '194838.530000', '194838.534000', '194838.536000', '194838.539000', '194838.541000', '194838.544000', '194838.547000', '194838.550000', '194838.553000', '194838.555000', '194838.559000', '194838.561000', '194838.565000', '194838.567000', '194838.580000', '194838.582000', '194838.585000', '194838.588000', '194838.591000', '194838.595000', '194838.597000'], 'InstanceCreationTime': ['194218.734000', '194218.737000', '194218.740000', '194218.743000', '194218.745000', '194218.748000', '194218.751000', '194218.753000', '194218.756000', '194218.758000', '194218.761000', '194218.764000', '194218.766000', '194218.769000', '194218.772000', '194218.774000', '194218.777000', '194218.780000', '194218.782000', '194218.785000', '194218.787000', '194218.790000', '194218.793000', '194218.795000', '194218.798000', '194218.800000', '194218.803000', '194218.806000', '194218.808000', '194218.811000', '194218.813000', '194218.816000', '194218.819000', '194218.821000', '194218.824000', '194218.826000', '194218.829000', '194218.832000', '194218.834000', '194218.837000', '194218.839000', '194218.842000', '194218.845000', '194218.847000', '194218.850000', '194218.852000', '194238.701000', '194238.704000', '194238.707000', '194238.709000', '194238.712000', '194238.714000', '194238.717000', '194238.719000', '194238.722000', '194238.742000', '194238.745000', '194238.747000', '194238.750000', '194238.752000', '194238.755000', '194238.757000', '194238.760000', '194238.763000', '194238.766000', '194238.768000', '194238.771000', '194238.774000', '194238.776000', '194238.779000', '194238.781000', '194238.784000', '194238.787000', '194238.789000', '194238.792000', '194238.794000', '194238.797000', '194238.800000', '194238.811000', '194238.814000', '194238.816000', '194238.819000', '194238.821000', '194238.824000', '194238.826000', '194238.829000', '194238.832000', '194238.834000', '194238.837000', '194258.702000', '194258.705000', '194258.708000', '194258.711000', '194258.713000', '194258.716000', '194258.719000', '194258.721000', '194258.724000', '194258.726000', '194258.729000', '194258.732000', '194258.734000', '194258.741000', '194258.744000', '194258.746000', '194258.749000', '194258.751000', '194258.754000', '194258.757000', '194258.759000', '194258.762000', '194258.764000', '194258.767000', '194258.769000', '194258.772000', '194258.774000', '194258.777000', '194258.780000', '194258.782000', '194258.785000', '194258.788000', '194258.790000', '194258.793000', '194258.796000', '194258.798000', '194258.801000', '194258.803000', '194258.806000', '194258.808000', '194258.811000', '194258.814000', '194258.816000', '194258.819000', '194318.703000', '194318.705000', '194318.708000', '194318.710000', '194318.713000', '194318.716000', '194318.719000', '194318.721000', '194318.724000', '194318.726000', '194318.729000', '194318.732000', '194318.734000', '194318.737000', '194318.739000', '194318.742000', '194318.744000', '194318.747000', '194318.749000', '194318.752000', '194318.754000', '194318.757000', '194318.760000', '194318.762000', '194318.765000', '194318.767000', '194318.770000', '194318.772000', '194318.776000', '194318.778000', '194318.788000', '194318.791000', '194318.794000', '194318.796000', '194318.799000', '194318.801000', '194318.804000', '194318.806000', '194318.809000', '194318.812000', '194318.814000', '194318.817000', '194318.819000', '194338.702000', '194338.706000', '194338.708000', '194338.711000', '194338.713000', '194338.716000', '194338.719000', '194338.721000', '194338.724000', '194338.726000', '194338.729000', '194338.731000', '194338.734000', '194338.736000', '194338.739000', '194338.742000', '194338.744000', '194338.747000', '194338.749000', '194338.752000', '194338.754000', '194338.757000', '194338.759000', '194338.762000', '194338.765000', '194338.768000', '194338.770000', '194338.773000', '194338.775000', '194338.778000', '194338.781000', '194338.783000', '194338.786000', '194338.788000', '194338.791000', '194338.794000', '194338.796000', '194338.799000', '194338.801000', '194338.804000', '194338.806000', '194338.809000', '194338.811000', '194338.814000', '194358.703000', '194358.705000', '194358.708000', '194358.711000', '194358.714000', '194358.716000', '194358.719000', '194358.722000', '194358.724000', '194358.727000', '194358.729000', '194358.732000', '194358.735000', '194358.737000', '194358.740000', '194358.743000', '194358.745000', '194358.748000', '194358.750000', '194358.753000', '194358.756000', '194358.758000', '194358.761000', '194358.763000', '194358.766000', '194358.768000', '194358.771000', '194358.774000', '194358.776000', '194358.779000', '194358.781000', '194358.784000', '194358.786000', '194358.789000', '194358.792000', '194358.794000', '194358.797000', '194358.799000', '194358.802000', '194358.805000', '194358.815000', '194358.817000', '194358.820000', '194418.703000', '194418.705000', '194418.708000', '194418.710000', '194418.713000', '194418.716000', '194418.718000', '194418.721000', '194418.724000', '194418.726000', '194418.729000', '194418.731000', '194418.734000', '194418.736000', '194418.739000', '194418.742000', '194418.744000', '194418.747000', '194418.749000', '194418.768000', '194418.771000', '194418.773000', '194418.776000', '194418.778000', '194418.781000', '194418.784000', '194418.786000', '194418.789000', '194418.792000', '194418.794000', '194418.797000', '194418.799000', '194418.802000', '194418.804000', '194418.807000', '194418.810000', '194418.812000', '194418.815000', '194418.817000', '194418.820000', '194418.823000', '194418.825000', '194418.828000', '194418.830000', '194438.702000', '194438.705000', '194438.708000', '194438.711000', '194438.713000', '194438.716000', '194438.719000', '194438.721000', '194438.724000', '194438.726000', '194438.729000', '194438.732000', '194438.734000', '194438.737000', '194438.739000', '194438.742000', '194438.745000', '194438.747000', '194438.750000', '194438.752000', '194438.755000', '194438.758000', '194438.760000', '194438.763000', '194438.765000', '194438.768000', '194438.771000', '194438.773000', '194438.776000', '194438.778000', '194438.781000', '194438.784000', '194438.786000', '194438.789000', '194438.791000', '194438.794000', '194438.796000', '194438.799000', '194438.802000', '194438.804000', '194438.807000', '194438.809000', '194438.812000', '194458.701000', '194458.704000', '194458.707000', '194458.710000', '194458.712000', '194458.715000', '194458.717000', '194458.720000', '194458.723000', '194458.725000', '194458.728000', '194458.730000', '194458.733000', '194458.736000', '194458.738000', '194458.741000', '194458.743000', '194458.746000', '194458.749000', '194458.751000', '194458.754000', '194458.756000', '194458.759000', '194458.762000', '194458.764000', '194458.767000', '194458.769000', '194458.772000', '194458.775000', '194458.777000', '194458.780000', '194458.783000', '194458.785000', '194458.788000', '194458.791000', '194458.793000', '194458.796000', '194458.798000', '194458.801000', '194458.803000', '194458.806000', '194458.809000', '194458.811000', '194458.814000', '194518.702000', '194518.706000', '194518.708000', '194518.711000', '194518.714000', '194518.716000', '194518.719000', '194518.722000', '194518.724000', '194518.727000', '194518.730000', '194518.732000', '194518.735000', '194518.738000', '194518.740000', '194518.743000', '194518.746000', '194518.748000', '194518.751000', '194518.753000', '194518.756000', '194518.759000', '194518.761000', '194518.764000', '194518.766000', '194518.769000', '194518.772000', '194518.774000', '194518.777000', '194518.780000', '194518.782000', '194518.785000', '194518.787000', '194518.790000', '194518.793000', '194518.795000', '194518.798000', '194518.800000', '194518.803000', '194518.806000', '194518.808000', '194518.816000', '194518.819000', '194538.702000', '194538.705000', '194538.708000', '194538.710000', '194538.713000', '194538.716000', '194538.718000', '194538.721000', '194538.724000', '194538.726000', '194538.729000', '194538.731000', '194538.734000', '194538.736000', '194538.744000', '194538.746000', '194538.749000', '194538.751000', '194538.754000', '194538.757000', '194538.759000', '194538.762000', '194538.764000', '194538.767000', '194538.770000', '194538.772000', '194538.776000', '194538.778000', '194538.781000', '194538.783000', '194538.786000', '194538.788000', '194538.791000', '194538.794000', '194538.796000', '194538.799000', '194538.801000', '194538.804000', '194538.806000', '194538.809000', '194538.812000', '194538.814000', '194538.817000', '194538.819000', '194558.715000', '194558.718000', '194558.720000', '194558.723000', '194558.726000', '194558.728000', '194558.731000', '194558.733000', '194558.736000', '194558.739000', '194558.741000', '194558.744000', '194558.747000', '194558.749000', '194558.752000', '194558.754000', '194558.757000', '194558.760000', '194558.762000', '194558.765000', '194558.767000', '194558.770000', '194558.773000', '194558.775000', '194558.778000', '194558.781000', '194558.783000', '194558.786000', '194558.789000', '194558.791000', '194558.794000', '194558.797000', '194558.799000', '194558.802000', '194558.804000', '194558.807000', '194558.810000', '194558.813000', '194558.815000', '194558.818000', '194558.821000', '194558.823000', '194558.826000', '194618.703000', '194618.706000', '194618.708000', '194618.711000', '194618.714000', '194618.716000', '194618.719000', '194618.721000', '194618.724000', '194618.727000', '194618.729000', '194618.732000', '194618.734000', '194618.737000', '194618.740000', '194618.743000', '194618.745000', '194618.748000', '194618.750000', '194618.753000', '194618.756000', '194618.758000', '194618.761000', '194618.763000', '194618.766000', '194618.769000', '194618.771000', '194618.774000', '194618.777000', '194618.779000', '194618.782000', '194618.784000', '194618.787000', '194618.790000', '194618.792000', '194618.795000', '194618.797000', '194618.800000', '194618.802000', '194618.805000', '194618.808000', '194618.810000', '194618.813000', '194638.702000', '194638.705000', '194638.708000', '194638.710000', '194638.713000', '194638.716000', '194638.718000', '194638.721000', '194638.724000', '194638.726000', '194638.729000', '194638.731000', '194638.734000', '194638.737000', '194638.739000', '194638.742000', '194638.745000', '194638.747000', '194638.750000', '194638.752000', '194638.755000', '194638.758000', '194638.760000', '194638.763000', '194638.765000', '194638.768000', '194638.770000', '194638.773000', '194638.776000', '194638.778000', '194638.781000', '194638.784000', '194638.786000', '194638.789000', '194638.792000', '194638.794000', '194638.797000', '194638.799000', '194638.802000', '194638.804000', '194638.807000', '194638.809000', '194638.812000', '194638.814000', '194658.703000', '194658.705000', '194658.708000', '194658.710000', '194658.713000', '194658.715000', '194658.718000', '194658.721000', '194658.723000', '194658.726000', '194658.728000', '194658.731000', '194658.734000', '194658.736000', '194658.739000', '194658.741000', '194658.744000', '194658.747000', '194658.749000', '194658.752000', '194658.755000', '194658.757000', '194658.760000', '194658.762000', '194658.765000', '194658.768000', '194658.770000', '194658.773000', '194658.775000', '194658.778000', '194658.781000', '194658.783000', '194658.786000', '194658.788000', '194658.791000', '194658.793000', '194658.796000', '194658.799000', '194658.801000', '194658.804000', '194658.806000', '194658.809000', '194658.811000', '194658.814000', '194718.701000', '194718.704000', '194718.707000', '194718.710000', '194718.713000', '194718.715000', '194718.718000', '194718.721000', '194718.723000', '194718.726000', '194718.729000', '194718.732000', '194718.734000', '194718.737000', '194718.740000', '194718.742000', '194718.745000', '194718.747000', '194718.750000', '194718.753000', '194718.755000', '194718.758000', '194718.760000', '194718.763000', '194718.766000', '194718.798000', '194718.800000', '194718.803000', '194718.806000', '194718.808000', '194718.811000', '194718.814000', '194718.816000', '194718.819000', '194718.821000', '194718.824000', '194718.826000', '194718.829000', '194718.832000', '194718.834000', '194718.837000', '194718.840000', '194718.842000', '194738.702000', '194738.706000', '194738.708000', '194738.711000', '194738.714000', '194738.716000', '194738.719000', '194738.721000', '194738.725000', '194738.728000', '194738.730000', '194738.733000', '194738.735000', '194738.738000', '194738.741000', '194738.744000', '194738.747000', '194738.750000', '194738.753000', '194738.756000', '194738.759000', '194738.761000', '194738.764000', '194738.767000', '194738.769000', '194738.772000', '194738.775000', '194738.777000', '194738.780000', '194738.783000', '194738.785000', '194738.788000', '194738.791000', '194738.793000', '194738.796000', '194738.799000', '194738.801000', '194738.804000', '194738.806000', '194738.809000', '194738.812000', '194738.814000', '194738.817000', '194758.703000', '194758.706000', '194758.709000', '194758.712000', '194758.714000', '194758.717000', '194758.719000', '194758.722000', '194758.724000', '194758.727000', '194758.730000', '194758.732000', '194758.735000', '194758.738000', '194758.740000', '194758.743000', '194758.745000', '194758.748000', '194758.751000', '194758.753000', '194758.756000', '194758.758000', '194758.761000', '194758.764000', '194758.766000', '194758.769000', '194758.772000', '194758.774000', '194758.777000', '194758.779000', '194758.782000', '194758.785000', '194758.787000', '194758.790000', '194758.792000', '194758.796000', '194758.799000', '194758.802000', '194758.804000', '194758.807000', '194758.810000', '194758.812000', '194758.815000', '194758.818000', '194818.702000', '194818.705000', '194818.708000', '194818.711000', '194818.713000', '194818.716000', '194818.718000', '194818.721000', '194818.723000', '194818.726000', '194818.729000', '194818.731000', '194818.734000', '194818.736000', '194818.739000', '194818.742000', '194818.744000', '194818.747000', '194818.749000', '194818.752000', '194818.754000', '194818.757000', '194818.760000', '194818.762000', '194818.765000', '194818.767000', '194818.770000', '194818.773000', '194818.775000', '194818.778000', '194818.781000', '194818.783000', '194818.786000', '194818.788000', '194818.791000', '194818.794000', '194818.796000', '194818.799000', '194818.801000', '194818.804000', '194818.807000', '194818.809000', '194818.812000', '194818.814000', '194838.468000', '194838.470000', '194838.473000', '194838.476000', '194838.479000', '194838.482000', '194838.485000', '194838.487000', '194838.491000', '194838.493000', '194838.496000', '194838.499000', '194838.502000', '194838.505000', '194838.507000', '194838.510000', '194838.513000', '194838.516000', '194838.519000', '194838.521000', '194838.525000', '194838.528000', '194838.530000', '194838.534000', '194838.536000', '194838.539000', '194838.541000', '194838.544000', '194838.547000', '194838.550000', '194838.553000', '194838.555000', '194838.559000', '194838.561000', '194838.565000', '194838.567000', '194838.580000', '194838.582000', '194838.585000', '194838.588000', '194838.591000', '194838.595000', '194838.597000'], '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': [13863, 10142, 15267, 9983, 12844, 9433, 12302, 9783, 13086, 9670, 8956, 10278, 9096, 12325, 9199, 14341, 10359, 15562, 10372, 8750, 11125, 9882, 14619, 10220, 15648, 10526, 15384, 10730, 15988, 10710, 15252, 10527, 15094, 10562, 12710, 10629, 9404, 10704, 10006, 10949, 9679, 11721, 9426, 12503, 9582, 13864, 10737, 15558, 11426, 10398, 11402, 9530, 11285, 9592, 12723, 9794, 13284, 10292, 14840, 11188, 16050, 11491, 13895, 11597, 11846, 11329, 9251, 10733, 9207, 11755, 9255, 12192, 9548, 12810, 10045, 12321, 10263, 9990, 10515, 12007, 10699, 9019, 10700, 9273, 11683, 9083, 12297, 9725, 8643, 10424, 9560, 12438, 9722, 12114, 9979, 12483, 9662, 13294, 10200, 15904, 11142, 9693, 11445, 9715, 13738, 10278, 15834, 10803, 16037, 11054, 16459, 11264, 15384, 11692, 15984, 11918, 16316, 12222, 12941, 11414, 9764, 11539, 9621, 11443, 9460, 11899, 9261, 11585, 9439, 11927, 9263, 12030, 9427, 13401, 9874, 8938, 10213, 9536, 13832, 10677, 9275, 11612, 9714, 11961, 9809, 12093, 9396, 11891, 9445, 12154, 9437, 12670, 10070, 12768, 9721, 12782, 9484, 13221, 10091, 13519, 10035, 9971, 10841, 13040, 11177, 15771, 11600, 11959, 11508, 12131, 11836, 16240, 12136, 15818, 11308, 15907, 10901, 15164, 10298, 13540, 9700, 13173, 9836, 12641, 9605, 12296, 9079, 12377, 9263, 12299, 9455, 12470, 9558, 12634, 9769, 13589, 10414, 14209, 9872, 14472, 10663, 11661, 10796, 10895, 10632, 9872, 11057, 9349, 10840, 9595, 11330, 9437, 11854, 9647, 12308, 9660, 12727, 9830, 13125, 9864, 13876, 10863, 13235, 10283, 13580, 10108, 14940, 10586, 9206, 11125, 10996, 11708, 9806, 11629, 9800, 11900, 10417, 12272, 10200, 12680, 9917, 12634, 12097, 13014, 9851, 12210, 9529, 11969, 12580, 12219, 12329, 11962, 9213, 11319, 12867, 11633, 15492, 11167, 15200, 11008, 13061, 10757, 13839, 10804, 14950, 10914, 14208, 10054, 13511, 9748, 13579, 10350, 13475, 10218, 14107, 10511, 10106, 10933, 10068, 11353, 10197, 12366, 10374, 12590, 10251, 12282, 10617, 11687, 10018, 12015, 11553, 12375, 12276, 11931, 9951, 12074, 9855, 12092, 11610, 12140, 14852, 11790, 13953, 12153, 10152, 11786, 10034, 12102, 9980, 11919, 9873, 11857, 15056, 11529, 15384, 11167, 14353, 10582, 14209, 11111, 13483, 9824, 13270, 9936, 13488, 9952, 12669, 9227, 13727, 9571, 13329, 10073, 12464, 9211, 13654, 9857, 12291, 10560, 9237, 10745, 9715, 11151, 9795, 11456, 9707, 11459, 9689, 12582, 9915, 12588, 9374, 12704, 9425, 13086, 9339, 13383, 9786, 15338, 11290, 14088, 10361, 14656, 11093, 15525, 11676, 14044, 12073, 12172, 12362, 10378, 12360, 9806, 12316, 9192, 12692, 8835, 12695, 9129, 13225, 9269, 13449, 9554, 13548, 9534, 13836, 10056, 13050, 9837, 12986, 9914, 12968, 9828, 13380, 10155, 10005, 10361, 9418, 10755, 9896, 11428, 9981, 11448, 9909, 12857, 9365, 12030, 9686, 13457, 10191, 14340, 10869, 14359, 11686, 9836, 11701, 10023, 12189, 9866, 12898, 9426, 13614, 11333, 14087, 10750, 15044, 12130, 10778, 12222, 10358, 12447, 9833, 12616, 9342, 13544, 10000, 13718, 10586, 15666, 11915, 15476, 10606, 14663, 11171, 15855, 11655, 15765, 11718, 13665, 12001, 15213, 12675, 11797, 12104, 9929, 12078, 10868, 11950, 9129, 11753, 9280, 11903, 10240, 11647, 10127, 11886, 9852, 11448, 9432, 11749, 9522, 11751, 9144, 12374, 9435, 13239, 10026, 13201, 10263, 14020, 10964, 13398, 10162, 13681, 10510, 15925, 10825, 9817, 11305, 10260, 11734, 10034, 12323, 9933, 12691, 10025, 15498, 10710, 15598, 11410, 14455, 12713, 11084, 12909, 9775, 14720, 11141, 11819, 12189, 10157, 12652, 9957, 15910, 11590, 15753, 11535, 16420, 11986, 16725, 12027, 16250, 11474, 16383, 11750, 15451, 10641, 13318, 10675, 14238, 10714, 13817, 10639, 14577, 10841, 15612, 10928, 12010, 11481, 12578, 11748, 14061, 11977, 9920, 11642, 10211, 12355, 10795, 11593, 10119, 12022, 10099, 12322, 9681, 12600, 9991, 13042, 10003, 13920, 11099, 15135, 10584, 14354, 10846, 15622, 11131, 15977, 11333, 16337, 12092, 13440, 12013, 11450, 12028, 11740, 11807, 10202, 12119, 10462, 12116, 10535, 12321, 10154, 12078, 10515, 12967, 9740, 12339, 9424, 12314, 9191, 12351, 9895, 13109, 10112, 15035, 11086, 10715, 12066, 10399, 12011, 11015, 13226, 10821, 13480, 10102, 12720, 10048, 13826, 9664, 13238, 9485, 13516, 9911, 13940, 11111, 12933, 9971, 14071, 11357, 12324, 11207, 11256, 12009, 11223, 11952, 10271, 12081, 10314, 12206, 9944, 12980, 9564, 12927, 9319, 13031, 10176, 13042, 10342, 13218, 10609, 15268, 11121, 13988, 11559, 12033, 12490, 12435, 12448, 10324, 12270, 10819, 12868, 10323, 13446, 9770, 12626, 9223, 12744, 9736, 13856, 10087, 15215, 10839, 13520, 10740, 14038, 10792, 14846, 11076, 14746, 10896, 14649, 11197, 13752, 10739, 13653, 10821, 13877, 11108, 12249, 11170, 9476, 11460, 10040, 12560, 9988, 12686, 9739, 12900, 9875, 14028, 10224, 13483, 10509, 15488, 11452, 15848, 11426, 14551, 11988, 13869, 12098, 10340, 12088, 10375, 12435, 9874, 13001, 9845, 12760, 9030, 13170, 10015, 13190, 10583, 14041, 10791, 15821, 11372, 15358, 11040, 15349, 11185, 15555, 12099, 10215, 12125, 10410, 12469, 10197, 13580, 9938, 12880, 9466, 13766, 10357, 13666, 10603, 14431, 10970, 15847, 12592, 11648, 13117, 9774, 13153, 9639, 13572, 10817, 13773, 11188, 10022, 11844, 10522, 12666, 10203, 12920, 12601, 13607, 17248, 13093, 17319, 12684, 16348, 12096, 15610, 10645, 9310, 11327, 9498, 9309, 11501, 9088, 11918, 9412, 12446, 10179, 13518, 10218, 14158, 10019, 13862, 9372, 13662, 10401, 13554, 9951, 12071, 10128, 12280, 9375, 11502, 9764, 11714, 9928, 9527, 10970, 10001, 12399, 9815, 14027, 10195, 14323, 10648, 14821, 11383, 15697, 11484, 15919, 11809, 9782, 11947, 10240, 12463, 10182, 12705, 10291, 13792, 10204, 14253, 10959, 13116, 11523, 10174, 13699, 12303, 10248, 13653, 10279, 14578, 10824, 14123, 11363, 14486, 11082, 14617, 10018, 14334, 10734, 9391, 11787, 11008, 12643, 12939, 12673, 12977, 13298, 9782, 13281, 10792, 9737, 12135, 9615, 13729, 11900, 15460, 12869, 11823, 13346, 10328, 13178, 9517, 13205, 15013, 13069, 16858, 12930, 9686, 12354, 10272, 12287, 10146, 11862], 'WindowCenter': [4593.0, 4550.0, 4563.0, 4508.0, 4525.0, 4494.0, 4524.0, 4494.0, 4514.0, 4492.0, 4483.0, 4503.0, 4483.0, 4513.0, 4508.0, 4549.0, 4519.0, 4546.0, 4504.0, 4494.0, 4526.0, 4505.0, 4533.0, 4504.0, 4534.0, 4503.0, 4530.0, 4517.0, 4547.0, 4503.0, 4521.0, 4491.0, 4519.0, 4502.0, 4509.0, 4499.0, 4480.0, 4503.0, 4505.0, 4504.0, 4492.0, 4514.0, 4491.0, 4511.0, 4493.0, 4521.0, 4503.0, 4522.0, 4502.0, 4492.0, 4514.0, 4494.0, 4515.0, 4493.0, 4511.0, 4490.0, 4508.0, 4489.0, 4508.0, 4499.0, 4519.0, 4501.0, 4509.0, 4502.0, 4500.0, 4490.0, 4482.0, 4502.0, 4478.0, 4501.0, 4481.0, 4499.0, 4492.0, 4522.0, 4494.0, 4513.0, 4503.0, 4494.0, 4518.0, 4514.0, 4516.0, 4482.0, 4502.0, 4491.0, 4512.0, 4509.0, 4538.0, 4509.0, 4497.0, 4515.0, 4506.0, 4537.0, 4507.0, 4525.0, 4507.0, 4513.0, 4495.0, 4525.0, 4516.0, 4546.0, 4516.0, 4494.0, 4512.0, 4506.0, 4523.0, 4505.0, 4532.0, 4505.0, 4535.0, 4504.0, 4530.0, 4503.0, 4521.0, 4501.0, 4519.0, 4499.0, 4519.0, 4501.0, 4497.0, 4490.0, 4475.0, 4488.0, 4477.0, 4499.0, 4478.0, 4498.0, 4466.0, 4500.0, 4492.0, 4511.0, 4494.0, 4513.0, 4483.0, 4521.0, 4491.0, 4494.0, 4516.0, 4519.0, 4535.0, 4516.0, 4505.0, 4526.0, 4493.0, 4515.0, 4505.0, 4529.0, 4494.0, 4513.0, 4491.0, 4511.0, 4480.0, 4512.0, 4491.0, 4510.0, 4492.0, 4525.0, 4495.0, 4522.0, 4504.0, 4524.0, 4503.0, 4491.0, 4513.0, 4523.0, 4517.0, 4535.0, 4515.0, 4511.0, 4502.0, 4500.0, 4501.0, 4522.0, 4501.0, 4519.0, 4491.0, 4520.0, 4489.0, 4505.0, 4477.0, 4496.0, 4467.0, 4497.0, 4478.0, 4497.0, 4478.0, 4495.0, 4465.0, 4496.0, 4477.0, 4500.0, 4493.0, 4498.0, 4481.0, 4500.0, 4491.0, 4510.0, 4491.0, 4511.0, 4503.0, 4520.0, 4502.0, 4498.0, 4500.0, 4501.0, 4505.0, 4490.0, 4504.0, 4480.0, 4513.0, 4493.0, 4513.0, 4493.0, 4513.0, 4502.0, 4525.0, 4504.0, 4523.0, 4504.0, 4522.0, 4505.0, 4523.0, 4517.0, 4523.0, 4503.0, 4521.0, 4503.0, 4533.0, 4503.0, 4482.0, 4514.0, 4504.0, 4515.0, 4493.0, 4513.0, 4492.0, 4514.0, 4504.0, 4512.0, 4490.0, 4511.0, 4478.0, 4511.0, 4500.0, 4510.0, 4478.0, 4498.0, 4465.0, 4497.0, 4496.0, 4499.0, 4495.0, 4487.0, 4465.0, 4486.0, 4495.0, 4486.0, 4508.0, 4500.0, 4519.0, 4490.0, 4497.0, 4488.0, 4506.0, 4499.0, 4518.0, 4500.0, 4508.0, 4488.0, 4509.0, 4495.0, 4510.0, 4490.0, 4508.0, 4490.0, 4519.0, 4503.0, 4492.0, 4501.0, 4490.0, 4515.0, 4504.0, 4523.0, 4502.0, 4524.0, 4491.0, 4514.0, 4489.0, 4500.0, 4477.0, 4501.0, 4489.0, 4509.0, 4497.0, 4499.0, 4478.0, 4499.0, 4477.0, 4498.0, 4487.0, 4497.0, 4518.0, 4500.0, 4508.0, 4498.0, 4476.0, 4498.0, 4476.0, 4499.0, 4476.0, 4497.0, 4477.0, 4497.0, 4508.0, 4500.0, 4507.0, 4487.0, 4507.0, 4489.0, 4517.0, 4489.0, 4508.0, 4477.0, 4507.0, 4490.0, 4509.0, 4491.0, 4510.0, 4478.0, 4509.0, 4490.0, 4509.0, 4492.0, 4510.0, 4480.0, 4520.0, 4491.0, 4511.0, 4502.0, 4479.0, 4502.0, 4493.0, 4514.0, 4491.0, 4514.0, 4492.0, 4526.0, 4491.0, 4513.0, 4490.0, 4510.0, 4481.0, 4511.0, 4480.0, 4509.0, 4478.0, 4507.0, 4490.0, 4519.0, 4500.0, 4507.0, 4489.0, 4507.0, 4486.0, 4517.0, 4499.0, 4507.0, 4511.0, 4499.0, 4499.0, 4477.0, 4497.0, 4478.0, 4498.0, 4467.0, 4497.0, 4455.0, 4496.0, 4465.0, 4496.0, 4465.0, 4496.0, 4466.0, 4497.0, 4479.0, 4507.0, 4476.0, 4495.0, 4476.0, 4494.0, 4477.0, 4495.0, 4489.0, 4508.0, 4489.0, 4479.0, 4490.0, 4478.0, 4503.0, 4491.0, 4514.0, 4502.0, 4511.0, 4493.0, 4523.0, 4492.0, 4511.0, 4491.0, 4522.0, 4502.0, 4521.0, 4513.0, 4520.0, 4513.0, 4503.0, 4516.0, 4503.0, 4514.0, 4490.0, 4523.0, 4504.0, 4523.0, 4512.0, 4520.0, 4501.0, 4533.0, 4513.0, 4501.0, 4513.0, 4489.0, 4512.0, 4492.0, 4511.0, 4481.0, 4509.0, 4478.0, 4499.0, 4488.0, 4506.0, 4498.0, 4506.0, 4477.0, 4507.0, 4488.0, 4517.0, 4488.0, 4505.0, 4488.0, 4494.0, 4498.0, 4507.0, 4497.0, 4485.0, 4486.0, 4464.0, 4497.0, 4474.0, 4485.0, 4464.0, 4487.0, 4468.0, 4500.0, 4474.0, 4488.0, 4476.0, 4497.0, 4476.0, 4500.0, 4480.0, 4501.0, 4481.0, 4501.0, 4482.0, 4510.0, 4492.0, 4522.0, 4492.0, 4510.0, 4503.0, 4522.0, 4501.0, 4508.0, 4492.0, 4520.0, 4502.0, 4531.0, 4503.0, 4489.0, 4512.0, 4502.0, 4512.0, 4492.0, 4513.0, 4491.0, 4523.0, 4505.0, 4533.0, 4503.0, 4534.0, 4515.0, 4536.0, 4525.0, 4500.0, 4511.0, 4504.0, 4535.0, 4514.0, 4514.0, 4512.0, 4491.0, 4524.0, 4493.0, 4530.0, 4502.0, 4520.0, 4501.0, 4518.0, 4499.0, 4518.0, 4498.0, 4506.0, 4500.0, 4519.0, 4487.0, 4494.0, 4475.0, 4482.0, 4475.0, 4494.0, 4476.0, 4496.0, 4490.0, 4519.0, 4492.0, 4517.0, 4490.0, 4485.0, 4487.0, 4497.0, 4500.0, 4507.0, 4501.0, 4489.0, 4499.0, 4490.0, 4510.0, 4487.0, 4488.0, 4476.0, 4498.0, 4489.0, 4511.0, 4481.0, 4499.0, 4491.0, 4510.0, 4504.0, 4523.0, 4503.0, 4522.0, 4490.0, 4508.0, 4489.0, 4520.0, 4489.0, 4520.0, 4502.0, 4520.0, 4501.0, 4496.0, 4498.0, 4487.0, 4501.0, 4487.0, 4501.0, 4477.0, 4499.0, 4489.0, 4500.0, 4503.0, 4511.0, 4477.0, 4511.0, 4488.0, 4509.0, 4478.0, 4498.0, 4480.0, 4509.0, 4482.0, 4499.0, 4490.0, 4509.0, 4504.0, 4521.0, 4502.0, 4491.0, 4511.0, 4479.0, 4513.0, 4490.0, 4511.0, 4488.0, 4509.0, 4478.0, 4499.0, 4478.0, 4499.0, 4466.0, 4497.0, 4466.0, 4495.0, 4477.0, 4507.0, 4488.0, 4496.0, 4489.0, 4510.0, 4516.0, 4499.0, 4499.0, 4488.0, 4500.0, 4489.0, 4501.0, 4478.0, 4499.0, 4490.0, 4500.0, 4491.0, 4509.0, 4478.0, 4509.0, 4482.0, 4510.0, 4491.0, 4509.0, 4491.0, 4511.0, 4501.0, 4520.0, 4503.0, 4510.0, 4502.0, 4511.0, 4513.0, 4512.0, 4512.0, 4479.0, 4500.0, 4489.0, 4511.0, 4490.0, 4509.0, 4479.0, 4496.0, 4468.0, 4498.0, 4479.0, 4512.0, 4491.0, 4518.0, 4488.0, 4495.0, 4477.0, 4494.0, 4476.0, 4495.0, 4476.0, 4496.0, 4476.0, 4507.0, 4488.0, 4495.0, 4486.0, 4496.0, 4476.0, 4506.0, 4500.0, 4497.0, 4489.0, 4478.0, 4502.0, 4490.0, 4512.0, 4490.0, 4508.0, 4479.0, 4510.0, 4492.0, 4519.0, 4491.0, 4510.0, 4502.0, 4520.0, 4503.0, 4520.0, 4499.0, 4511.0, 4501.0, 4509.0, 4501.0, 4478.0, 4499.0, 4478.0, 4510.0, 4479.0, 4509.0, 4478.0, 4498.0, 4481.0, 4509.0, 4480.0, 4499.0, 4487.0, 4508.0, 4502.0, 4518.0, 4500.0, 4507.0, 4489.0, 4518.0, 4501.0, 4518.0, 4499.0, 4476.0, 4498.0, 4489.0, 4500.0, 4478.0, 4509.0, 4478.0, 4501.0, 4478.0, 4509.0, 4488.0, 4508.0, 4488.0, 4505.0, 4500.0, 4521.0, 4510.0, 4500.0, 4511.0, 4480.0, 4507.0, 4476.0, 4506.0, 4489.0, 4506.0, 4489.0, 4478.0, 4498.0, 4478.0, 4500.0, 4478.0, 4510.0, 4496.0, 4499.0, 4505.0, 4484.0, 4506.0, 4487.0, 4492.0, 4485.0, 4490.0, 4462.0, 4451.0, 4471.0, 4465.0, 4463.0, 4487.0, 4468.0, 4499.0, 4469.0, 4498.0, 4479.0, 4498.0, 4480.0, 4509.0, 4477.0, 4498.0, 4455.0, 4496.0, 4464.0, 4495.0, 4464.0, 4499.0, 4476.0, 4486.0, 4453.0, 4485.0, 4478.0, 4510.0, 4491.0, 4492.0, 4501.0, 4504.0, 4525.0, 4508.0, 4534.0, 4505.0, 4535.0, 4505.0, 4521.0, 4513.0, 4533.0, 4515.0, 4532.0, 4514.0, 4480.0, 4502.0, 4503.0, 4525.0, 4504.0, 4512.0, 4505.0, 4523.0, 4504.0, 4522.0, 4504.0, 4511.0, 4511.0, 4515.0, 4536.0, 4527.0, 4506.0, 4538.0, 4504.0, 4536.0, 4491.0, 4512.0, 4491.0, 4522.0, 4491.0, 4509.0, 4467.0, 4497.0, 4476.0, 4455.0, 4486.0, 4476.0, 4497.0, 4496.0, 4500.0, 4510.0, 4512.0, 4480.0, 4508.0, 4489.0, 4478.0, 4496.0, 4479.0, 4507.0, 4500.0, 4519.0, 4512.0, 4490.0, 4499.0, 4477.0, 4498.0, 4468.0, 4498.0, 4494.0, 4486.0, 4494.0, 4498.0, 4464.0, 4485.0, 4463.0, 4485.0, 4462.0, 4485.0], 'WindowWidth': [10068.0, 9998.0, 10001.0, 9916.0, 9933.0, 9886.0, 9929.0, 9885.0, 9911.0, 9881.0, 9868.0, 9894.0, 9869.0, 9910.0, 9912.0, 9969.0, 9932.0, 9962.0, 9899.0, 9888.0, 9934.0, 9902.0, 9939.0, 9902.0, 9940.0, 9898.0, 9930.0, 9920.0, 9962.0, 9897.0, 9915.0, 9876.0, 9911.0, 9892.0, 9897.0, 9885.0, 9858.0, 9898.0, 9903.0, 9899.0, 9879.0, 9911.0, 9878.0, 9902.0, 9880.0, 9916.0, 9896.0, 9920.0, 9894.0, 9876.0, 9910.0, 9887.0, 9917.0, 9883.0, 9901.0, 9873.0, 9894.0, 9869.0, 9893.0, 9884.0, 9909.0, 9887.0, 9893.0, 9887.0, 9882.0, 9872.0, 9865.0, 9893.0, 9854.0, 9887.0, 9861.0, 9883.0, 9881.0, 9922.0, 9886.0, 9908.0, 9895.0, 9885.0, 9924.0, 9911.0, 9919.0, 9866.0, 9891.0, 9877.0, 9906.0, 9914.0, 9952.0, 9914.0, 9894.0, 9916.0, 9907.0, 9949.0, 9911.0, 9930.0, 9906.0, 9908.0, 9888.0, 9929.0, 9921.0, 9961.0, 9918.0, 9885.0, 9908.0, 9905.0, 9924.0, 9902.0, 9936.0, 9901.0, 9943.0, 9899.0, 9930.0, 9895.0, 9914.0, 9887.0, 9907.0, 9883.0, 9912.0, 9887.0, 9876.0, 9868.0, 9843.0, 9865.0, 9849.0, 9884.0, 9851.0, 9880.0, 9834.0, 9884.0, 9879.0, 9905.0, 9885.0, 9906.0, 9866.0, 9915.0, 9876.0, 9885.0, 9923.0, 9929.0, 9945.0, 9922.0, 9905.0, 9934.0, 9883.0, 9915.0, 9901.0, 9939.0, 9886.0, 9910.0, 9875.0, 9901.0, 9863.0, 9906.0, 9875.0, 9899.0, 9879.0, 9927.0, 9889.0, 9921.0, 9899.0, 9925.0, 9897.0, 9877.0, 9910.0, 9922.0, 9923.0, 9943.0, 9914.0, 9905.0, 9893.0, 9885.0, 9888.0, 9917.0, 9888.0, 9908.0, 9872.0, 9911.0, 9868.0, 9885.0, 9850.0, 9872.0, 9835.0, 9874.0, 9853.0, 9875.0, 9850.0, 9870.0, 9832.0, 9871.0, 9851.0, 9884.0, 9881.0, 9879.0, 9860.0, 9883.0, 9873.0, 9897.0, 9873.0, 9903.0, 9896.0, 9913.0, 9894.0, 9880.0, 9887.0, 9889.0, 9902.0, 9875.0, 9897.0, 9860.0, 9910.0, 9883.0, 9912.0, 9882.0, 9909.0, 9897.0, 9930.0, 9903.0, 9922.0, 9899.0, 9919.0, 9905.0, 9924.0, 9925.0, 9921.0, 9896.0, 9917.0, 9898.0, 9935.0, 9896.0, 9865.0, 9912.0, 9900.0, 9916.0, 9883.0, 9909.0, 9877.0, 9913.0, 9897.0, 9906.0, 9873.0, 9903.0, 9852.0, 9901.0, 9885.0, 9899.0, 9852.0, 9878.0, 9831.0, 9876.0, 9876.0, 9882.0, 9871.0, 9861.0, 9828.0, 9860.0, 9870.0, 9861.0, 9891.0, 9886.0, 9912.0, 9872.0, 9876.0, 9866.0, 9886.0, 9884.0, 9909.0, 9886.0, 9891.0, 9868.0, 9900.0, 9887.0, 9900.0, 9873.0, 9892.0, 9873.0, 9913.0, 9895.0, 9879.0, 9891.0, 9874.0, 9915.0, 9900.0, 9924.0, 9893.0, 9926.0, 9876.0, 9911.0, 9869.0, 9886.0, 9848.0, 9884.0, 9868.0, 9897.0, 9877.0, 9883.0, 9853.0, 9882.0, 9849.0, 9879.0, 9863.0, 9877.0, 9908.0, 9886.0, 9892.0, 9880.0, 9847.0, 9879.0, 9845.0, 9882.0, 9847.0, 9877.0, 9847.0, 9876.0, 9893.0, 9885.0, 9891.0, 9864.0, 9888.0, 9870.0, 9907.0, 9870.0, 9892.0, 9851.0, 9889.0, 9876.0, 9897.0, 9875.0, 9900.0, 9853.0, 9896.0, 9873.0, 9896.0, 9880.0, 9898.0, 9860.0, 9914.0, 9878.0, 9902.0, 9893.0, 9857.0, 9893.0, 9881.0, 9911.0, 9877.0, 9912.0, 9880.0, 9933.0, 9878.0, 9908.0, 9871.0, 9900.0, 9863.0, 9902.0, 9859.0, 9896.0, 9854.0, 9890.0, 9873.0, 9909.0, 9885.0, 9889.0, 9867.0, 9889.0, 9863.0, 9903.0, 9882.0, 9893.0, 9903.0, 9881.0, 9883.0, 9849.0, 9876.0, 9851.0, 9879.0, 9834.0, 9876.0, 9815.0, 9871.0, 9828.0, 9870.0, 9829.0, 9871.0, 9832.0, 9872.0, 9856.0, 9888.0, 9845.0, 9869.0, 9846.0, 9865.0, 9848.0, 9872.0, 9871.0, 9893.0, 9871.0, 9854.0, 9873.0, 9854.0, 9896.0, 9878.0, 9911.0, 9894.0, 9905.0, 9882.0, 9923.0, 9879.0, 9903.0, 9876.0, 9918.0, 9897.0, 9917.0, 9912.0, 9914.0, 9908.0, 9897.0, 9916.0, 9896.0, 9912.0, 9876.0, 9925.0, 9904.0, 9922.0, 9909.0, 9915.0, 9890.0, 9936.0, 9910.0, 9891.0, 9907.0, 9871.0, 9907.0, 9879.0, 9904.0, 9862.0, 9896.0, 9854.0, 9879.0, 9869.0, 9888.0, 9880.0, 9888.0, 9849.0, 9887.0, 9866.0, 9905.0, 9866.0, 9884.0, 9863.0, 9868.0, 9879.0, 9890.0, 9874.0, 9856.0, 9858.0, 9826.0, 9874.0, 9840.0, 9857.0, 9825.0, 9861.0, 9837.0, 9884.0, 9842.0, 9864.0, 9845.0, 9875.0, 9847.0, 9886.0, 9860.0, 9890.0, 9860.0, 9887.0, 9864.0, 9902.0, 9881.0, 9920.0, 9879.0, 9899.0, 9898.0, 9918.0, 9891.0, 9893.0, 9877.0, 9914.0, 9892.0, 9930.0, 9896.0, 9870.0, 9907.0, 9894.0, 9907.0, 9881.0, 9907.0, 9878.0, 9922.0, 9903.0, 9938.0, 9898.0, 9939.0, 9917.0, 9943.0, 9927.0, 9887.0, 9902.0, 9899.0, 9944.0, 9914.0, 9911.0, 9907.0, 9877.0, 9926.0, 9883.0, 9930.0, 9892.0, 9912.0, 9887.0, 9907.0, 9882.0, 9906.0, 9877.0, 9888.0, 9883.0, 9908.0, 9864.0, 9866.0, 9841.0, 9847.0, 9841.0, 9864.0, 9844.0, 9870.0, 9872.0, 9909.0, 9876.0, 9905.0, 9869.0, 9857.0, 9862.0, 9874.0, 9886.0, 9890.0, 9887.0, 9869.0, 9883.0, 9871.0, 9901.0, 9865.0, 9867.0, 9847.0, 9880.0, 9869.0, 9901.0, 9861.0, 9883.0, 9873.0, 9896.0, 9900.0, 9921.0, 9894.0, 9917.0, 9874.0, 9893.0, 9869.0, 9910.0, 9868.0, 9911.0, 9891.0, 9911.0, 9886.0, 9873.0, 9877.0, 9862.0, 9887.0, 9863.0, 9888.0, 9849.0, 9882.0, 9870.0, 9885.0, 9895.0, 9901.0, 9850.0, 9903.0, 9866.0, 9897.0, 9851.0, 9878.0, 9860.0, 9897.0, 9863.0, 9883.0, 9872.0, 9898.0, 9899.0, 9915.0, 9893.0, 9873.0, 9900.0, 9853.0, 9906.0, 9871.0, 9901.0, 9865.0, 9895.0, 9850.0, 9883.0, 9852.0, 9881.0, 9830.0, 9874.0, 9833.0, 9868.0, 9850.0, 9888.0, 9865.0, 9871.0, 9869.0, 9899.0, 9918.0, 9881.0, 9882.0, 9866.0, 9885.0, 9869.0, 9887.0, 9850.0, 9882.0, 9872.0, 9884.0, 9872.0, 9896.0, 9853.0, 9896.0, 9864.0, 9898.0, 9875.0, 9895.0, 9874.0, 9901.0, 9891.0, 9913.0, 9895.0, 9899.0, 9890.0, 9902.0, 9911.0, 9905.0, 9904.0, 9854.0, 9885.0, 9868.0, 9900.0, 9871.0, 9895.0, 9852.0, 9874.0, 9838.0, 9876.0, 9855.0, 9903.0, 9874.0, 9906.0, 9865.0, 9869.0, 9847.0, 9865.0, 9843.0, 9868.0, 9845.0, 9871.0, 9846.0, 9888.0, 9865.0, 9867.0, 9859.0, 9870.0, 9845.0, 9888.0, 9884.0, 9877.0, 9867.0, 9852.0, 9891.0, 9873.0, 9905.0, 9872.0, 9895.0, 9856.0, 9899.0, 9877.0, 9912.0, 9876.0, 9898.0, 9893.0, 9914.0, 9895.0, 9912.0, 9884.0, 9900.0, 9889.0, 9896.0, 9888.0, 9851.0, 9881.0, 9853.0, 9900.0, 9855.0, 9896.0, 9850.0, 9877.0, 9860.0, 9894.0, 9858.0, 9881.0, 9862.0, 9892.0, 9890.0, 9906.0, 9885.0, 9888.0, 9868.0, 9904.0, 9887.0, 9905.0, 9882.0, 9845.0, 9877.0, 9867.0, 9884.0, 9850.0, 9896.0, 9852.0, 9887.0, 9854.0, 9894.0, 9866.0, 9890.0, 9864.0, 9885.0, 9885.0, 9916.0, 9901.0, 9885.0, 9901.0, 9857.0, 9891.0, 9849.0, 9887.0, 9866.0, 9887.0, 9868.0, 9850.0, 9878.0, 9851.0, 9882.0, 9851.0, 9898.0, 9874.0, 9878.0, 9881.0, 9851.0, 9885.0, 9859.0, 9862.0, 9852.0, 9855.0, 9817.0, 9802.0, 9829.0, 9828.0, 9825.0, 9862.0, 9837.0, 9880.0, 9840.0, 9878.0, 9854.0, 9877.0, 9856.0, 9893.0, 9848.0, 9877.0, 9812.0, 9870.0, 9821.0, 9866.0, 9823.0, 9881.0, 9846.0, 9857.0, 9809.0, 9852.0, 9851.0, 9899.0, 9877.0, 9878.0, 9889.0, 9899.0, 9927.0, 9910.0, 9940.0, 9904.0, 9939.0, 9900.0, 9917.0, 9909.0, 9935.0, 9914.0, 9930.0, 9910.0, 9858.0, 9890.0, 9894.0, 9927.0, 9898.0, 9905.0, 9902.0, 9921.0, 9899.0, 9919.0, 9898.0, 9902.0, 9903.0, 9915.0, 9947.0, 9936.0, 9907.0, 9949.0, 9897.0, 9944.0, 9873.0, 9905.0, 9872.0, 9919.0, 9874.0, 9896.0, 9831.0, 9872.0, 9844.0, 9814.0, 9859.0, 9843.0, 9874.0, 9872.0, 9883.0, 9897.0, 9901.0, 9857.0, 9892.0, 9867.0, 9851.0, 9872.0, 9852.0, 9889.0, 9885.0, 9909.0, 9900.0, 9868.0, 9881.0, 9846.0, 9876.0, 9835.0, 9875.0, 9864.0, 9857.0, 9865.0, 9875.0, 9824.0, 9852.0, 9818.0, 9850.0, 9815.0, 9853.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.00029819332566168006</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021099469159953973</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.15569301032257</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2297877921428573</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9871724467281099</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4639</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6840.8423</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09203931109887449</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.027617951668584</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.520006184942435</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4124734879366954</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.796315478785189</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.351229588105421</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.015587</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012844914570450783</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02111109532415867</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.9895384080475225</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>38.1515</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5016</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.1369</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302323.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>796.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.6814</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4209</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.1109</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3709.5467</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3935.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74221.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1320.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4834.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>986.323</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.277679732302204</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> |