=== 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-0046 --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-0046",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0046_ses-03_task-social_acq-mb8_run-02_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-0046_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-02_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-0046/ses-03/func/sub-0046_ses-03_task-social_acq-mb8_run-02_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>46755a5ba02faffb123451602dc4750b</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>18:40:10.340000</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.995842, 0.0359696, 0.0836996, -0.0382564, 0.998933, 0.0258792]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.102993</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7764, -7291, 524, -62, -107, -27, 73]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</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>252.715</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>04be1381-f187-4f50-9e13-8e4be5538151||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.6717703342437744, -0.10263907164335251, 0.22323451936244965, 113.6416244506836], [-0.09650381654500961, 2.6800637245178223, 0.07822882384061813, -94.73924255371094], [0.22456000745296478, -0.06943202018737793, 2.6896183490753174, -85.09545135498047], [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': ['184010.340000', '184010.800000', '184011.260000', '184011.720000', '184012.180000', '184012.640000', '184013.100000', '184013.560000', '184014.020000', '184014.480000', '184014.940000', '184015.400000', '184015.860000', '184016.320000', '184016.780000', '184017.240000', '184017.700000', '184018.160000', '184018.620000', '184019.080000', '184019.540000', '184020.000000', '184020.460000', '184020.920000', '184021.380000', '184021.840000', '184022.300000', '184022.760000', '184023.220000', '184023.680000', '184024.140000', '184024.600000', '184025.060000', '184025.520000', '184025.980000', '184026.440000', '184026.900000', '184027.360000', '184027.820000', '184028.280000', '184028.740000', '184029.200000', '184029.660000', '184030.120000', '184030.580000', '184031.040000', '184031.500000', '184031.960000', '184032.420000', '184032.880000', '184033.340000', '184033.800000', '184034.260000', '184034.720000', '184035.180000', '184035.640000', '184036.100000', '184036.560000', '184037.020000', '184037.480000', '184037.940000', '184038.400000', '184038.860000', '184039.320000', '184039.780000', '184040.240000', '184040.700000', '184041.160000', '184041.620000', '184042.080000', '184042.540000', '184043.000000', '184043.460000', '184043.920000', '184044.380000', '184044.840000', '184045.300000', '184045.760000', '184046.220000', '184046.680000', '184047.140000', '184047.600000', '184048.060000', '184048.520000', '184048.980000', '184049.440000', '184049.900000', '184050.360000', '184050.820000', '184051.280000', '184051.740000', '184052.200000', '184052.660000', '184053.120000', '184053.580000', '184054.040000', '184054.500000', '184054.960000', '184055.420000', '184055.880000', '184056.340000', '184056.800000', '184057.260000', '184057.720000', '184058.180000', '184058.640000', '184059.100000', '184059.560000', '184100.020000', '184100.480000', '184100.940000', '184101.400000', '184101.860000', '184102.320000', '184102.780000', '184103.240000', '184103.700000', '184104.160000', '184104.620000', '184105.080000', '184105.540000', '184106.000000', '184106.460000', '184106.920000', '184107.380000', '184107.840000', '184108.300000', '184108.760000', '184109.220000', '184109.680000', '184110.140000', '184110.600000', '184111.060000', '184111.520000', '184111.980000', '184112.440000', '184112.900000', '184113.360000', '184113.820000', '184114.280000', '184114.740000', '184115.200000', '184115.660000', '184116.120000', '184116.580000', '184117.040000', '184117.500000', '184117.960000', '184118.420000', '184118.880000', '184119.340000', '184119.800000', '184120.260000', '184120.720000', '184121.180000', '184121.640000', '184122.100000', '184122.560000', '184123.020000', '184123.480000', '184123.940000', '184124.400000', '184124.860000', '184125.320000', '184125.780000', '184126.240000', '184126.700000', '184127.160000', '184127.620000', '184128.080000', '184128.540000', '184129.000000', '184129.460000', '184129.920000', '184130.380000', '184130.840000', '184131.300000', '184131.760000', '184132.220000', '184132.680000', '184133.140000', '184133.600000', '184134.060000', '184134.520000', '184134.980000', '184135.440000', '184135.900000', '184136.360000', '184136.820000', '184137.280000', '184137.740000', '184138.200000', '184138.660000', '184139.120000', '184139.580000', '184140.040000', '184140.500000', '184140.960000', '184141.420000', '184141.880000', '184142.340000', '184142.800000', '184143.260000', '184143.720000', '184144.180000', '184144.640000', '184145.100000', '184145.560000', '184146.020000', '184146.480000', '184146.940000', '184147.400000', '184147.860000', '184148.320000', '184148.780000', '184149.240000', '184149.700000', '184150.160000', '184150.620000', '184151.080000', '184151.540000', '184152.000000', '184152.460000', '184152.920000', '184153.380000', '184153.840000', '184154.300000', '184154.760000', '184155.220000', '184155.680000', '184156.140000', '184156.600000', '184157.060000', '184157.520000', '184157.980000', '184158.440000', '184158.900000', '184159.360000', '184159.820000', '184200.280000', '184200.740000', '184201.200000', '184201.660000', '184202.120000', '184202.580000', '184203.040000', '184203.500000', '184203.960000', '184204.420000', '184204.880000', '184205.340000', '184205.800000', '184206.260000', '184206.720000', '184207.180000', '184207.640000', '184208.100000', '184208.560000', '184209.020000', '184209.480000', '184209.940000', '184210.400000', '184210.860000', '184211.320000', '184211.780000', '184212.240000', '184212.700000', '184213.160000', '184213.620000', '184214.080000', '184214.540000', '184215.000000', '184215.460000', '184215.920000', '184216.380000', '184216.840000', '184217.300000', '184217.760000', '184218.220000', '184218.680000', '184219.140000', '184219.600000', '184220.060000', '184220.520000', '184220.980000', '184221.440000', '184221.900000', '184222.360000', '184222.820000', '184223.280000', '184223.740000', '184224.200000', '184224.660000', '184225.120000', '184225.580000', '184226.040000', '184226.500000', '184226.960000', '184227.420000', '184227.880000', '184228.340000', '184228.800000', '184229.260000', '184229.720000', '184230.180000', '184230.640000', '184231.100000', '184231.560000', '184232.020000', '184232.480000', '184232.940000', '184233.400000', '184233.860000', '184234.320000', '184234.780000', '184235.240000', '184235.700000', '184236.160000', '184236.620000', '184237.080000', '184237.540000', '184238.000000', '184238.460000', '184238.920000', '184239.380000', '184239.840000', '184240.300000', '184240.760000', '184241.220000', '184241.680000', '184242.140000', '184242.600000', '184243.060000', '184243.520000', '184243.980000', '184244.440000', '184244.900000', '184245.360000', '184245.820000', '184246.280000', '184246.740000', '184247.200000', '184247.660000', '184248.120000', '184248.580000', '184249.040000', '184249.500000', '184249.960000', '184250.420000', '184250.880000', '184251.340000', '184251.800000', '184252.260000', '184252.720000', '184253.180000', '184253.640000', '184254.100000', '184254.560000', '184255.020000', '184255.480000', '184255.940000', '184256.400000', '184256.860000', '184257.320000', '184257.780000', '184258.240000', '184258.700000', '184259.160000', '184259.620000', '184300.080000', '184300.540000', '184301.000000', '184301.460000', '184301.920000', '184302.380000', '184302.840000', '184303.300000', '184303.760000', '184304.220000', '184304.680000', '184305.140000', '184305.600000', '184306.060000', '184306.520000', '184306.980000', '184307.440000', '184307.900000', '184308.360000', '184308.820000', '184309.280000', '184309.740000', '184310.200000', '184310.660000', '184311.120000', '184311.580000', '184312.040000', '184312.500000', '184312.960000', '184313.420000', '184313.880000', '184314.340000', '184314.800000', '184315.260000', '184315.720000', '184316.180000', '184316.640000', '184317.100000', '184317.560000', '184318.020000', '184318.480000', '184318.940000', '184319.400000', '184319.860000', '184320.320000', '184320.780000', '184321.240000', '184321.700000', '184322.160000', '184322.620000', '184323.080000', '184323.540000', '184324.000000', '184324.460000', '184324.920000', '184325.380000', '184325.840000', '184326.300000', '184326.760000', '184327.220000', '184327.680000', '184328.140000', '184328.600000', '184329.060000', '184329.520000', '184329.980000', '184330.440000', '184330.900000', '184331.360000', '184331.820000', '184332.280000', '184332.740000', '184333.200000', '184333.660000', '184334.120000', '184334.580000', '184335.040000', '184335.500000', '184335.960000', '184336.420000', '184336.880000', '184337.340000', '184337.800000', '184338.260000', '184338.720000', '184339.180000', '184339.640000', '184340.100000', '184340.560000', '184341.020000', '184341.480000', '184341.940000', '184342.400000', '184342.860000', '184343.320000', '184343.780000', '184344.240000', '184344.700000', '184345.160000', '184345.620000', '184346.080000', '184346.540000', '184347.000000', '184347.460000', '184347.920000', '184348.380000', '184348.840000', '184349.300000', '184349.760000', '184350.220000', '184350.680000', '184351.140000', '184351.600000', '184352.060000', '184352.520000', '184352.980000', '184353.440000', '184353.900000', '184354.360000', '184354.820000', '184355.280000', '184355.740000', '184356.200000', '184356.660000', '184357.120000', '184357.580000', '184358.040000', '184358.500000', '184358.960000', '184359.420000', '184359.880000', '184400.340000', '184400.800000', '184401.260000', '184401.720000', '184402.180000', '184402.640000', '184403.100000', '184403.560000', '184404.020000', '184404.480000', '184404.940000', '184405.400000', '184405.860000', '184406.320000', '184406.780000', '184407.240000', '184407.700000', '184408.160000', '184408.620000', '184409.080000', '184409.540000', '184410.000000', '184410.460000', '184410.920000', '184411.380000', '184411.840000', '184412.300000', '184412.760000', '184413.220000', '184413.680000', '184414.140000', '184414.600000', '184415.060000', '184415.520000', '184415.980000', '184416.440000', '184416.900000', '184417.360000', '184417.820000', '184418.280000', '184418.740000', '184419.200000', '184419.660000', '184420.120000', '184420.580000', '184421.040000', '184421.500000', '184421.960000', '184422.420000', '184422.880000', '184423.340000', '184423.800000', '184424.260000', '184424.720000', '184425.180000', '184425.640000', '184426.100000', '184426.560000', '184427.020000', '184427.480000', '184427.940000', '184428.400000', '184428.860000', '184429.320000', '184429.780000', '184430.240000', '184430.700000', '184431.160000', '184431.620000', '184432.080000', '184432.540000', '184433.000000', '184433.460000', '184433.920000', '184434.380000', '184434.840000', '184435.300000', '184435.760000', '184436.220000', '184436.680000', '184437.140000', '184437.600000', '184438.060000', '184438.520000', '184438.980000', '184439.440000', '184439.900000', '184440.360000', '184440.820000', '184441.280000', '184441.740000', '184442.200000', '184442.660000', '184443.120000', '184443.580000', '184444.040000', '184444.500000', '184444.960000', '184445.420000', '184445.880000', '184446.340000', '184446.800000', '184447.260000', '184447.720000', '184448.180000', '184448.640000', '184449.100000', '184449.560000', '184450.020000', '184450.480000', '184450.940000', '184451.400000', '184451.860000', '184452.320000', '184452.780000', '184453.240000', '184453.700000', '184454.160000', '184454.620000', '184455.080000', '184455.540000', '184456.000000', '184456.460000', '184456.920000', '184457.380000', '184457.840000', '184458.300000', '184458.760000', '184459.220000', '184459.680000', '184500.140000', '184500.600000', '184501.060000', '184501.520000', '184501.980000', '184502.440000', '184502.900000', '184503.360000', '184503.820000', '184504.280000', '184504.740000', '184505.200000', '184505.660000', '184506.120000', '184506.580000', '184507.040000', '184507.500000', '184507.960000', '184508.420000', '184508.880000', '184509.340000', '184509.800000', '184510.260000', '184510.720000', '184511.180000', '184511.640000', '184512.100000', '184512.560000', '184513.020000', '184513.480000', '184513.940000', '184514.400000', '184514.860000', '184515.320000', '184515.780000', '184516.240000', '184516.700000', '184517.160000', '184517.620000', '184518.080000', '184518.540000', '184519.000000', '184519.460000', '184519.920000', '184520.380000', '184520.840000', '184521.300000', '184521.760000', '184522.220000', '184522.680000', '184523.140000', '184523.600000', '184524.060000', '184524.520000', '184524.980000', '184525.440000', '184525.900000', '184526.360000', '184526.820000', '184527.280000', '184527.740000', '184528.200000', '184528.660000', '184529.120000', '184529.580000', '184530.040000', '184530.500000', '184530.960000', '184531.420000', '184531.880000', '184532.340000', '184532.800000', '184533.260000', '184533.720000', '184534.180000', '184534.640000', '184535.100000', '184535.560000', '184536.020000', '184536.480000', '184536.940000', '184537.400000', '184537.860000', '184538.320000', '184538.780000', '184539.240000', '184539.700000', '184540.160000', '184540.620000', '184541.080000', '184541.540000', '184542.000000', '184542.460000', '184542.920000', '184543.380000', '184543.840000', '184544.300000', '184544.760000', '184545.220000', '184545.680000', '184546.140000', '184546.600000', '184547.060000', '184547.520000', '184547.980000', '184548.440000', '184548.900000', '184549.360000', '184549.820000', '184550.280000', '184550.740000', '184551.200000', '184551.660000', '184552.120000', '184552.580000', '184553.040000', '184553.500000', '184553.960000', '184554.420000', '184554.880000', '184555.340000', '184555.800000', '184556.260000', '184556.720000', '184557.180000', '184557.640000', '184558.100000', '184558.560000', '184559.020000', '184559.480000', '184559.940000', '184600.400000', '184600.860000', '184601.320000', '184601.780000', '184602.240000', '184602.700000', '184603.160000', '184603.620000', '184604.080000', '184604.540000', '184605.000000', '184605.460000', '184605.920000', '184606.380000', '184606.840000', '184607.300000', '184607.760000', '184608.220000', '184608.680000', '184609.140000', '184609.600000', '184610.060000', '184610.520000', '184610.980000', '184611.440000', '184611.900000', '184612.360000', '184612.820000', '184613.280000', '184613.740000', '184614.200000', '184614.660000', '184615.120000', '184615.580000', '184616.040000', '184616.500000', '184616.960000', '184617.420000', '184617.880000', '184618.340000', '184618.800000', '184619.260000', '184619.720000', '184620.180000', '184620.640000', '184621.100000', '184621.560000', '184622.020000', '184622.480000', '184622.940000', '184623.400000', '184623.860000', '184624.320000', '184624.780000', '184625.240000', '184625.700000', '184626.160000', '184626.620000', '184627.080000', '184627.540000', '184628.000000', '184628.460000', '184628.920000', '184629.380000', '184629.840000', '184630.300000', '184630.760000', '184631.220000', '184631.680000', '184632.140000', '184632.600000', '184633.060000', '184633.520000', '184633.980000', '184634.440000', '184634.900000', '184635.360000', '184635.820000', '184636.280000', '184636.740000', '184637.200000', '184637.660000', '184638.120000', '184638.580000', '184639.040000', '184639.500000', '184639.960000', '184640.420000', '184640.880000', '184641.340000', '184641.800000', '184642.260000', '184642.720000', '184643.180000', '184643.640000', '184644.100000', '184644.560000', '184645.020000', '184645.480000', '184645.940000', '184646.400000', '184646.860000', '184647.320000', '184647.780000', '184648.240000', '184648.700000', '184649.160000', '184649.620000', '184650.080000', '184650.540000', '184651.000000'], 'ContentTime': ['184034.631000', '184034.634000', '184034.637000', '184034.640000', '184034.642000', '184034.645000', '184034.648000', '184034.650000', '184034.653000', '184034.655000', '184034.658000', '184034.661000', '184034.663000', '184034.666000', '184034.668000', '184034.671000', '184034.673000', '184034.676000', '184034.679000', '184034.685000', '184034.687000', '184034.690000', '184034.692000', '184034.695000', '184034.697000', '184034.700000', '184034.702000', '184034.722000', '184034.724000', '184034.727000', '184034.729000', '184034.732000', '184034.734000', '184034.737000', '184034.739000', '184034.742000', '184034.744000', '184034.747000', '184034.750000', '184034.752000', '184034.755000', '184034.757000', '184034.760000', '184034.762000', '184034.765000', '184034.768000', '184034.770000', '184034.773000', '184034.775000', '184034.778000', '184034.780000', '184054.601000', '184054.604000', '184054.607000', '184054.609000', '184054.612000', '184054.614000', '184054.617000', '184054.620000', '184054.622000', '184054.625000', '184054.627000', '184054.630000', '184054.632000', '184054.635000', '184054.637000', '184054.640000', '184054.642000', '184054.645000', '184054.648000', '184054.650000', '184054.653000', '184054.655000', '184054.658000', '184054.660000', '184054.663000', '184054.665000', '184054.668000', '184054.671000', '184054.673000', '184054.676000', '184054.678000', '184054.681000', '184054.683000', '184054.686000', '184054.689000', '184054.691000', '184054.694000', '184054.696000', '184054.699000', '184054.701000', '184054.704000', '184054.707000', '184054.709000', '184114.600000', '184114.603000', '184114.606000', '184114.608000', '184114.611000', '184114.613000', '184114.616000', '184114.619000', '184114.621000', '184114.624000', '184114.626000', '184114.629000', '184114.631000', '184114.634000', '184114.638000', '184114.641000', '184114.643000', '184114.646000', '184114.648000', '184114.651000', '184114.654000', '184114.656000', '184114.659000', '184114.661000', '184114.664000', '184114.666000', '184114.669000', '184114.672000', '184114.674000', '184114.677000', '184114.679000', '184114.682000', '184114.684000', '184114.687000', '184114.690000', '184114.692000', '184114.695000', '184114.697000', '184114.700000', '184114.702000', '184114.705000', '184114.708000', '184114.710000', '184114.713000', '184134.600000', '184134.603000', '184134.606000', '184134.609000', '184134.611000', '184134.614000', '184134.616000', '184134.619000', '184134.622000', '184134.624000', '184134.627000', '184134.629000', '184134.632000', '184134.635000', '184134.637000', '184134.640000', '184134.642000', '184134.645000', '184134.648000', '184134.650000', '184134.653000', '184134.655000', '184134.658000', '184134.660000', '184134.663000', '184134.665000', '184134.668000', '184134.671000', '184134.673000', '184134.685000', '184134.688000', '184134.691000', '184134.693000', '184134.696000', '184134.698000', '184134.701000', '184134.704000', '184134.706000', '184134.709000', '184134.711000', '184134.714000', '184134.717000', '184134.719000', '184154.600000', '184154.611000', '184154.614000', '184154.617000', '184154.619000', '184154.622000', '184154.624000', '184154.627000', '184154.629000', '184154.632000', '184154.634000', '184154.637000', '184154.640000', '184154.642000', '184154.645000', '184154.647000', '184154.650000', '184154.652000', '184154.655000', '184154.658000', '184154.660000', '184154.663000', '184154.665000', '184154.668000', '184154.670000', '184154.673000', '184154.675000', '184154.678000', '184154.681000', '184154.683000', '184154.686000', '184154.689000', '184154.691000', '184154.694000', '184154.696000', '184154.699000', '184154.702000', '184154.704000', '184154.707000', '184154.709000', '184154.712000', '184154.714000', '184154.717000', '184154.720000', '184214.601000', '184214.610000', '184214.613000', '184214.615000', '184214.618000', '184214.621000', '184214.623000', '184214.626000', '184214.628000', '184214.631000', '184214.633000', '184214.636000', '184214.638000', '184214.641000', '184214.644000', '184214.652000', '184214.655000', '184214.658000', '184214.660000', '184214.663000', '184214.665000', '184214.668000', '184214.670000', '184214.673000', '184214.676000', '184214.678000', '184214.681000', '184214.683000', '184214.686000', '184214.689000', '184214.691000', '184214.694000', '184214.696000', '184214.699000', '184214.702000', '184214.704000', '184214.707000', '184214.709000', '184214.712000', '184214.714000', '184214.717000', '184214.719000', '184214.722000', '184234.601000', '184234.604000', '184234.607000', '184234.609000', '184234.612000', '184234.615000', '184234.617000', '184234.620000', '184234.623000', '184234.625000', '184234.628000', '184234.630000', '184234.633000', '184234.636000', '184234.638000', '184234.641000', '184234.644000', '184234.646000', '184234.649000', '184234.651000', '184234.654000', '184234.656000', '184234.659000', '184234.661000', '184234.664000', '184234.667000', '184234.669000', '184234.672000', '184234.674000', '184234.677000', '184234.679000', '184234.682000', '184234.685000', '184234.687000', '184234.690000', '184234.692000', '184234.695000', '184234.698000', '184234.700000', '184234.703000', '184234.705000', '184234.708000', '184234.711000', '184234.713000', '184254.601000', '184254.604000', '184254.607000', '184254.610000', '184254.612000', '184254.615000', '184254.617000', '184254.620000', '184254.623000', '184254.625000', '184254.628000', '184254.630000', '184254.633000', '184254.635000', '184254.638000', '184254.641000', '184254.643000', '184254.646000', '184254.648000', '184254.651000', '184254.653000', '184254.656000', '184254.659000', '184254.661000', '184254.664000', '184254.666000', '184254.669000', '184254.672000', '184254.674000', '184254.677000', '184254.679000', '184254.682000', '184254.684000', '184254.687000', '184254.690000', '184254.692000', '184254.695000', '184254.697000', '184254.700000', '184254.702000', '184254.705000', '184254.708000', '184254.710000', '184314.602000', '184314.604000', '184314.607000', '184314.610000', '184314.612000', '184314.615000', '184314.617000', '184314.620000', '184314.622000', '184314.625000', '184314.627000', '184314.630000', '184314.633000', '184314.635000', '184314.638000', '184314.640000', '184314.643000', '184314.646000', '184314.648000', '184314.651000', '184314.653000', '184314.656000', '184314.659000', '184314.661000', '184314.664000', '184314.666000', '184314.669000', '184314.671000', '184314.674000', '184314.677000', '184314.679000', '184314.682000', '184314.684000', '184314.687000', '184314.689000', '184314.692000', '184314.695000', '184314.697000', '184314.700000', '184314.702000', '184314.705000', '184314.707000', '184314.710000', '184314.713000', '184334.600000', '184334.603000', '184334.606000', '184334.608000', '184334.611000', '184334.613000', '184334.616000', '184334.619000', '184334.628000', '184334.630000', '184334.633000', '184334.636000', '184334.638000', '184334.641000', '184334.643000', '184334.646000', '184334.648000', '184334.651000', '184334.654000', '184334.656000', '184334.659000', '184334.661000', '184334.664000', '184334.666000', '184334.669000', '184334.672000', '184334.674000', '184334.677000', '184334.679000', '184334.682000', '184334.684000', '184334.687000', '184334.690000', '184334.692000', '184334.695000', '184334.697000', '184334.700000', '184334.702000', '184334.705000', '184334.708000', '184334.710000', '184334.713000', '184334.715000', '184354.601000', '184354.603000', '184354.606000', '184354.609000', '184354.612000', '184354.615000', '184354.618000', '184354.620000', '184354.623000', '184354.625000', '184354.628000', '184354.631000', '184354.633000', '184354.636000', '184354.638000', '184354.641000', '184354.643000', '184354.646000', '184354.648000', '184354.651000', '184354.654000', '184354.656000', '184354.659000', '184354.661000', '184354.664000', '184354.667000', '184354.670000', '184354.672000', '184354.675000', '184354.678000', '184354.680000', '184354.683000', '184354.685000', '184354.688000', '184354.691000', '184354.693000', '184354.696000', '184354.698000', '184354.701000', '184354.704000', '184354.706000', '184354.709000', '184354.711000', '184414.601000', '184414.603000', '184414.606000', '184414.609000', '184414.611000', '184414.614000', '184414.616000', '184414.619000', '184414.622000', '184414.624000', '184414.627000', '184414.629000', '184414.632000', '184414.634000', '184414.637000', '184414.640000', '184414.642000', '184414.645000', '184414.647000', '184414.650000', '184414.652000', '184414.655000', '184414.666000', '184414.669000', '184414.671000', '184414.674000', '184414.677000', '184414.679000', '184414.682000', '184414.684000', '184414.687000', '184414.690000', '184414.692000', '184414.695000', '184414.697000', '184414.700000', '184414.703000', '184414.705000', '184414.708000', '184414.710000', '184414.713000', '184414.715000', '184414.718000', '184414.721000', '184434.602000', '184434.604000', '184434.607000', '184434.610000', '184434.612000', '184434.615000', '184434.617000', '184434.620000', '184434.622000', '184434.625000', '184434.628000', '184434.630000', '184434.633000', '184434.635000', '184434.638000', '184434.641000', '184434.643000', '184434.646000', '184434.649000', '184434.651000', '184434.654000', '184434.656000', '184434.659000', '184434.662000', '184434.664000', '184434.667000', '184434.669000', '184434.672000', '184434.675000', '184434.677000', '184434.680000', '184434.683000', '184434.685000', '184434.688000', '184434.690000', '184434.693000', '184434.696000', '184434.698000', '184434.701000', '184434.703000', '184434.706000', '184434.708000', '184434.711000', '184434.714000', '184454.601000', '184454.604000', '184454.607000', '184454.609000', '184454.612000', '184454.615000', '184454.617000', '184454.620000', '184454.622000', '184454.625000', '184454.628000', '184454.630000', '184454.633000', '184454.635000', '184454.638000', '184454.641000', '184454.643000', '184454.646000', '184454.648000', '184454.651000', '184454.654000', '184454.656000', '184454.659000', '184454.661000', '184454.664000', '184454.667000', '184454.669000', '184454.672000', '184454.675000', '184454.677000', '184454.680000', '184454.682000', '184454.685000', '184454.687000', '184454.690000', '184454.692000', '184454.695000', '184454.698000', '184454.700000', '184454.703000', '184454.705000', '184454.708000', '184454.711000', '184514.602000', '184514.604000', '184514.607000', '184514.610000', '184514.612000', '184514.615000', '184514.618000', '184514.620000', '184514.623000', '184514.625000', '184514.628000', '184514.631000', '184514.633000', '184514.636000', '184514.638000', '184514.641000', '184514.643000', '184514.646000', '184514.649000', '184514.653000', '184514.655000', '184514.658000', '184514.670000', '184514.672000', '184514.675000', '184514.678000', '184514.680000', '184514.683000', '184514.685000', '184514.688000', '184514.691000', '184514.693000', '184514.696000', '184514.698000', '184514.701000', '184514.704000', '184514.706000', '184514.709000', '184514.712000', '184514.714000', '184514.717000', '184514.719000', '184514.722000', '184534.602000', '184534.604000', '184534.607000', '184534.610000', '184534.612000', '184534.615000', '184534.617000', '184534.620000', '184534.623000', '184534.625000', '184534.628000', '184534.630000', '184534.633000', '184534.636000', '184534.638000', '184534.641000', '184534.644000', '184534.646000', '184534.649000', '184534.652000', '184534.654000', '184534.657000', '184534.659000', '184534.662000', '184534.664000', '184534.667000', '184534.670000', '184534.672000', '184534.675000', '184534.677000', '184534.680000', '184534.683000', '184534.685000', '184534.688000', '184534.690000', '184534.693000', '184534.696000', '184534.698000', '184534.701000', '184534.703000', '184534.706000', '184534.708000', '184534.711000', '184534.714000', '184554.601000', '184554.603000', '184554.606000', '184554.609000', '184554.611000', '184554.614000', '184554.616000', '184554.619000', '184554.622000', '184554.624000', '184554.627000', '184554.629000', '184554.632000', '184554.634000', '184554.638000', '184554.641000', '184554.644000', '184554.646000', '184554.649000', '184554.652000', '184554.654000', '184554.657000', '184554.659000', '184554.662000', '184554.665000', '184554.667000', '184554.670000', '184554.673000', '184554.675000', '184554.678000', '184554.680000', '184554.683000', '184554.685000', '184554.688000', '184554.691000', '184554.693000', '184554.696000', '184554.698000', '184554.701000', '184554.704000', '184554.706000', '184554.709000', '184554.711000', '184614.600000', '184614.603000', '184614.606000', '184614.609000', '184614.611000', '184614.614000', '184614.616000', '184614.619000', '184614.622000', '184614.624000', '184614.627000', '184614.629000', '184614.632000', '184614.635000', '184614.637000', '184614.640000', '184614.642000', '184614.645000', '184614.647000', '184614.650000', '184614.653000', '184614.655000', '184614.658000', '184614.661000', '184614.663000', '184614.666000', '184614.668000', '184614.671000', '184614.673000', '184614.676000', '184614.679000', '184614.681000', '184614.684000', '184614.686000', '184614.689000', '184614.692000', '184614.694000', '184614.697000', '184614.699000', '184614.702000', '184614.705000', '184614.708000', '184614.711000', '184614.714000', '184634.600000', '184634.603000', '184634.606000', '184634.608000', '184634.611000', '184634.614000', '184634.616000', '184634.619000', '184634.621000', '184634.624000', '184634.627000', '184634.629000', '184634.632000', '184634.635000', '184634.638000', '184634.641000', '184634.644000', '184634.647000', '184634.649000', '184634.652000', '184634.654000', '184634.657000', '184634.660000', '184634.662000', '184634.665000', '184634.668000', '184634.670000', '184634.673000', '184634.675000', '184634.678000', '184634.681000', '184634.683000', '184634.695000', '184634.698000', '184634.700000', '184634.703000', '184634.706000', '184634.708000', '184634.711000', '184634.713000', '184634.716000', '184634.718000', '184634.721000', '184652.134000', '184652.137000', '184652.140000', '184652.143000', '184652.146000', '184652.149000', '184652.151000', '184652.154000', '184652.157000', '184652.159000', '184652.162000', '184652.165000', '184652.168000', '184652.171000', '184652.174000', '184652.177000', '184652.181000', '184652.183000', '184652.186000', '184652.188000', '184652.265000', '184652.268000', '184652.271000', '184652.273000', '184652.276000', '184652.279000', '184652.281000', '184652.284000', '184652.287000', '184652.289000', '184652.292000', '184652.295000', '184652.298000', '184652.301000', '184652.304000', '184652.306000', '184652.309000', '184652.311000', '184652.314000'], 'InstanceCreationTime': ['184034.631000', '184034.634000', '184034.637000', '184034.640000', '184034.642000', '184034.645000', '184034.648000', '184034.650000', '184034.653000', '184034.655000', '184034.658000', '184034.661000', '184034.663000', '184034.666000', '184034.668000', '184034.671000', '184034.673000', '184034.676000', '184034.679000', '184034.685000', '184034.687000', '184034.690000', '184034.692000', '184034.695000', '184034.697000', '184034.700000', '184034.702000', '184034.722000', '184034.724000', '184034.727000', '184034.729000', '184034.732000', '184034.734000', '184034.737000', '184034.739000', '184034.742000', '184034.744000', '184034.747000', '184034.750000', '184034.752000', '184034.755000', '184034.757000', '184034.760000', '184034.762000', '184034.765000', '184034.768000', '184034.770000', '184034.773000', '184034.775000', '184034.778000', '184034.780000', '184054.601000', '184054.604000', '184054.607000', '184054.609000', '184054.612000', '184054.614000', '184054.617000', '184054.620000', '184054.622000', '184054.625000', '184054.627000', '184054.630000', '184054.632000', '184054.635000', '184054.637000', '184054.640000', '184054.642000', '184054.645000', '184054.648000', '184054.650000', '184054.653000', '184054.655000', '184054.658000', '184054.660000', '184054.663000', '184054.665000', '184054.668000', '184054.671000', '184054.673000', '184054.676000', '184054.678000', '184054.681000', '184054.683000', '184054.686000', '184054.689000', '184054.691000', '184054.694000', '184054.696000', '184054.699000', '184054.701000', '184054.704000', '184054.707000', '184054.709000', '184114.600000', '184114.603000', '184114.606000', '184114.608000', '184114.611000', '184114.613000', '184114.616000', '184114.619000', '184114.621000', '184114.624000', '184114.626000', '184114.629000', '184114.631000', '184114.634000', '184114.638000', '184114.641000', '184114.643000', '184114.646000', '184114.648000', '184114.651000', '184114.654000', '184114.656000', '184114.659000', '184114.661000', '184114.664000', '184114.666000', '184114.669000', '184114.672000', '184114.674000', '184114.677000', '184114.679000', '184114.682000', '184114.684000', '184114.687000', '184114.690000', '184114.692000', '184114.695000', '184114.697000', '184114.700000', '184114.702000', '184114.705000', '184114.708000', '184114.710000', '184114.713000', '184134.600000', '184134.603000', '184134.606000', '184134.609000', '184134.611000', '184134.614000', '184134.616000', '184134.619000', '184134.622000', '184134.624000', '184134.627000', '184134.629000', '184134.632000', '184134.635000', '184134.637000', '184134.640000', '184134.642000', '184134.645000', '184134.648000', '184134.650000', '184134.653000', '184134.655000', '184134.658000', '184134.660000', '184134.663000', '184134.665000', '184134.668000', '184134.671000', '184134.673000', '184134.685000', '184134.688000', '184134.691000', '184134.693000', '184134.696000', '184134.698000', '184134.701000', '184134.704000', '184134.706000', '184134.709000', '184134.711000', '184134.714000', '184134.717000', '184134.719000', '184154.600000', '184154.611000', '184154.614000', '184154.617000', '184154.619000', '184154.622000', '184154.624000', '184154.627000', '184154.629000', '184154.632000', '184154.634000', '184154.637000', '184154.640000', '184154.642000', '184154.645000', '184154.647000', '184154.650000', '184154.652000', '184154.655000', '184154.658000', '184154.660000', '184154.663000', '184154.665000', '184154.668000', '184154.670000', '184154.673000', '184154.675000', '184154.678000', '184154.681000', '184154.683000', '184154.686000', '184154.689000', '184154.691000', '184154.694000', '184154.696000', '184154.699000', '184154.702000', '184154.704000', '184154.707000', '184154.709000', '184154.712000', '184154.714000', '184154.717000', '184154.720000', '184214.601000', '184214.610000', '184214.613000', '184214.615000', '184214.618000', '184214.621000', '184214.623000', '184214.626000', '184214.628000', '184214.631000', '184214.633000', '184214.636000', '184214.638000', '184214.641000', '184214.644000', '184214.652000', '184214.655000', '184214.658000', '184214.660000', '184214.663000', '184214.665000', '184214.668000', '184214.670000', '184214.673000', '184214.676000', '184214.678000', '184214.681000', '184214.683000', '184214.686000', '184214.689000', '184214.691000', '184214.694000', '184214.696000', '184214.699000', '184214.702000', '184214.704000', '184214.707000', '184214.709000', '184214.712000', '184214.714000', '184214.717000', '184214.719000', '184214.722000', '184234.601000', '184234.604000', '184234.607000', '184234.609000', '184234.612000', '184234.615000', '184234.617000', '184234.620000', '184234.623000', '184234.625000', '184234.628000', '184234.630000', '184234.633000', '184234.636000', '184234.638000', '184234.641000', '184234.644000', '184234.646000', '184234.649000', '184234.651000', '184234.654000', '184234.656000', '184234.659000', '184234.661000', '184234.664000', '184234.667000', '184234.669000', '184234.672000', '184234.674000', '184234.677000', '184234.679000', '184234.682000', '184234.685000', '184234.687000', '184234.690000', '184234.692000', '184234.695000', '184234.698000', '184234.700000', '184234.703000', '184234.705000', '184234.708000', '184234.711000', '184234.713000', '184254.601000', '184254.604000', '184254.607000', '184254.610000', '184254.612000', '184254.615000', '184254.617000', '184254.620000', '184254.623000', '184254.625000', '184254.628000', '184254.630000', '184254.633000', '184254.635000', '184254.638000', '184254.641000', '184254.643000', '184254.646000', '184254.648000', '184254.651000', '184254.653000', '184254.656000', '184254.659000', '184254.661000', '184254.664000', '184254.666000', '184254.669000', '184254.672000', '184254.674000', '184254.677000', '184254.679000', '184254.682000', '184254.684000', '184254.687000', '184254.690000', '184254.692000', '184254.695000', '184254.697000', '184254.700000', '184254.702000', '184254.705000', '184254.708000', '184254.710000', '184314.602000', '184314.604000', '184314.607000', '184314.610000', '184314.612000', '184314.615000', '184314.617000', '184314.620000', '184314.622000', '184314.625000', '184314.627000', '184314.630000', '184314.633000', '184314.635000', '184314.638000', '184314.640000', '184314.643000', '184314.646000', '184314.648000', '184314.651000', '184314.653000', '184314.656000', '184314.659000', '184314.661000', '184314.664000', '184314.666000', '184314.669000', '184314.671000', '184314.674000', '184314.677000', '184314.679000', '184314.682000', '184314.684000', '184314.687000', '184314.689000', '184314.692000', '184314.695000', '184314.697000', '184314.700000', '184314.702000', '184314.705000', '184314.707000', '184314.710000', '184314.713000', '184334.600000', '184334.603000', '184334.606000', '184334.608000', '184334.611000', '184334.613000', '184334.616000', '184334.619000', '184334.628000', '184334.630000', '184334.633000', '184334.636000', '184334.638000', '184334.641000', '184334.643000', '184334.646000', '184334.648000', '184334.651000', '184334.654000', '184334.656000', '184334.659000', '184334.661000', '184334.664000', '184334.666000', '184334.669000', '184334.672000', '184334.674000', '184334.677000', '184334.679000', '184334.682000', '184334.684000', '184334.687000', '184334.690000', '184334.692000', '184334.695000', '184334.697000', '184334.700000', '184334.702000', '184334.705000', '184334.708000', '184334.710000', '184334.713000', '184334.715000', '184354.601000', '184354.603000', '184354.606000', '184354.609000', '184354.612000', '184354.615000', '184354.618000', '184354.620000', '184354.623000', '184354.625000', '184354.628000', '184354.631000', '184354.633000', '184354.636000', '184354.638000', '184354.641000', '184354.643000', '184354.646000', '184354.648000', '184354.651000', '184354.654000', '184354.656000', '184354.659000', '184354.661000', '184354.664000', '184354.667000', '184354.670000', '184354.672000', '184354.675000', '184354.678000', '184354.680000', '184354.683000', '184354.685000', '184354.688000', '184354.691000', '184354.693000', '184354.696000', '184354.698000', '184354.701000', '184354.704000', '184354.706000', '184354.709000', '184354.711000', '184414.601000', '184414.603000', '184414.606000', '184414.609000', '184414.611000', '184414.614000', '184414.616000', '184414.619000', '184414.622000', '184414.624000', '184414.627000', '184414.629000', '184414.632000', '184414.634000', '184414.637000', '184414.640000', '184414.642000', '184414.645000', '184414.647000', '184414.650000', '184414.652000', '184414.655000', '184414.666000', '184414.669000', '184414.671000', '184414.674000', '184414.677000', '184414.679000', '184414.682000', '184414.684000', '184414.687000', '184414.690000', '184414.692000', '184414.695000', '184414.697000', '184414.700000', '184414.703000', '184414.705000', '184414.708000', '184414.710000', '184414.713000', '184414.715000', '184414.718000', '184414.721000', '184434.602000', '184434.604000', '184434.607000', '184434.610000', '184434.612000', '184434.615000', '184434.617000', '184434.620000', '184434.622000', '184434.625000', '184434.628000', '184434.630000', '184434.633000', '184434.635000', '184434.638000', '184434.641000', '184434.643000', '184434.646000', '184434.649000', '184434.651000', '184434.654000', '184434.656000', '184434.659000', '184434.662000', '184434.664000', '184434.667000', '184434.669000', '184434.672000', '184434.675000', '184434.677000', '184434.680000', '184434.683000', '184434.685000', '184434.688000', '184434.690000', '184434.693000', '184434.696000', '184434.698000', '184434.701000', '184434.703000', '184434.706000', '184434.708000', '184434.711000', '184434.714000', '184454.601000', '184454.604000', '184454.607000', '184454.609000', '184454.612000', '184454.615000', '184454.617000', '184454.620000', '184454.622000', '184454.625000', '184454.628000', '184454.630000', '184454.633000', '184454.635000', '184454.638000', '184454.641000', '184454.643000', '184454.646000', '184454.648000', '184454.651000', '184454.654000', '184454.656000', '184454.659000', '184454.661000', '184454.664000', '184454.667000', '184454.669000', '184454.672000', '184454.675000', '184454.677000', '184454.680000', '184454.682000', '184454.685000', '184454.687000', '184454.690000', '184454.692000', '184454.695000', '184454.698000', '184454.700000', '184454.703000', '184454.705000', '184454.708000', '184454.711000', '184514.602000', '184514.604000', '184514.607000', '184514.610000', '184514.612000', '184514.615000', '184514.618000', '184514.620000', '184514.623000', '184514.625000', '184514.628000', '184514.631000', '184514.633000', '184514.636000', '184514.638000', '184514.641000', '184514.643000', '184514.646000', '184514.649000', '184514.653000', '184514.655000', '184514.658000', '184514.670000', '184514.672000', '184514.675000', '184514.678000', '184514.680000', '184514.683000', '184514.685000', '184514.688000', '184514.691000', '184514.693000', '184514.696000', '184514.698000', '184514.701000', '184514.704000', '184514.706000', '184514.709000', '184514.712000', '184514.714000', '184514.717000', '184514.719000', '184514.722000', '184534.602000', '184534.604000', '184534.607000', '184534.610000', '184534.612000', '184534.615000', '184534.617000', '184534.620000', '184534.623000', '184534.625000', '184534.628000', '184534.630000', '184534.633000', '184534.636000', '184534.638000', '184534.641000', '184534.644000', '184534.646000', '184534.649000', '184534.652000', '184534.654000', '184534.657000', '184534.659000', '184534.662000', '184534.664000', '184534.667000', '184534.670000', '184534.672000', '184534.675000', '184534.677000', '184534.680000', '184534.683000', '184534.685000', '184534.688000', '184534.690000', '184534.693000', '184534.696000', '184534.698000', '184534.701000', '184534.703000', '184534.706000', '184534.708000', '184534.711000', '184534.714000', '184554.601000', '184554.603000', '184554.606000', '184554.609000', '184554.611000', '184554.614000', '184554.616000', '184554.619000', '184554.622000', '184554.624000', '184554.627000', '184554.629000', '184554.632000', '184554.634000', '184554.638000', '184554.641000', '184554.644000', '184554.646000', '184554.649000', '184554.652000', '184554.654000', '184554.657000', '184554.659000', '184554.662000', '184554.665000', '184554.667000', '184554.670000', '184554.673000', '184554.675000', '184554.678000', '184554.680000', '184554.683000', '184554.685000', '184554.688000', '184554.691000', '184554.693000', '184554.696000', '184554.698000', '184554.701000', '184554.704000', '184554.706000', '184554.709000', '184554.711000', '184614.600000', '184614.603000', '184614.606000', '184614.609000', '184614.611000', '184614.614000', '184614.616000', '184614.619000', '184614.622000', '184614.624000', '184614.627000', '184614.629000', '184614.632000', '184614.635000', '184614.637000', '184614.640000', '184614.642000', '184614.645000', '184614.647000', '184614.650000', '184614.653000', '184614.655000', '184614.658000', '184614.661000', '184614.663000', '184614.666000', '184614.668000', '184614.671000', '184614.673000', '184614.676000', '184614.679000', '184614.681000', '184614.684000', '184614.686000', '184614.689000', '184614.692000', '184614.694000', '184614.697000', '184614.699000', '184614.702000', '184614.705000', '184614.708000', '184614.711000', '184614.714000', '184634.600000', '184634.603000', '184634.606000', '184634.608000', '184634.611000', '184634.614000', '184634.616000', '184634.619000', '184634.621000', '184634.624000', '184634.627000', '184634.629000', '184634.632000', '184634.635000', '184634.638000', '184634.641000', '184634.644000', '184634.647000', '184634.649000', '184634.652000', '184634.654000', '184634.657000', '184634.660000', '184634.662000', '184634.665000', '184634.668000', '184634.670000', '184634.673000', '184634.675000', '184634.678000', '184634.681000', '184634.683000', '184634.695000', '184634.698000', '184634.700000', '184634.703000', '184634.706000', '184634.708000', '184634.711000', '184634.713000', '184634.716000', '184634.718000', '184634.721000', '184652.134000', '184652.137000', '184652.140000', '184652.143000', '184652.146000', '184652.149000', '184652.151000', '184652.154000', '184652.157000', '184652.159000', '184652.162000', '184652.165000', '184652.168000', '184652.171000', '184652.174000', '184652.177000', '184652.181000', '184652.183000', '184652.186000', '184652.188000', '184652.265000', '184652.268000', '184652.271000', '184652.273000', '184652.276000', '184652.279000', '184652.281000', '184652.284000', '184652.287000', '184652.289000', '184652.292000', '184652.295000', '184652.298000', '184652.301000', '184652.304000', '184652.306000', '184652.309000', '184652.311000', '184652.314000'], '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': [13714, 13917, 17140, 18399, 13483, 9447, 17868, 12946, 10045, 18697, 14991, 10784, 16634, 11719, 9081, 15452, 11975, 14687, 15732, 11689, 9907, 12271, 9179, 9549, 12393, 10495, 9467, 12659, 9510, 8455, 12431, 10086, 7811, 12741, 9123, 8391, 11951, 9847, 8489, 8772, 13017, 9832, 8488, 11721, 10492, 8233, 16747, 12759, 8438, 16559, 12469, 9077, 15803, 12066, 8962, 14724, 11588, 11913, 14978, 11184, 12707, 16089, 12374, 8264, 14890, 11163, 8130, 14056, 11328, 9260, 14390, 11351, 11650, 13080, 8918, 13156, 11815, 8784, 15036, 11931, 8587, 11783, 11438, 8371, 14321, 12276, 8306, 14742, 11896, 8459, 14219, 11263, 9263, 14087, 10528, 12161, 13413, 9974, 11612, 13890, 10628, 8425, 14810, 11883, 8980, 13966, 14159, 8718, 11080, 13655, 13296, 12015, 8938, 11798, 15753, 13095, 9183, 9402, 16771, 14201, 11762, 18061, 17649, 15394, 14541, 18576, 15607, 10605, 17607, 12868, 9183, 16505, 13643, 8317, 11410, 14834, 10278, 7785, 13928, 10116, 7876, 10966, 11852, 8945, 8180, 12691, 9660, 8450, 13899, 9612, 8121, 13223, 10253, 8442, 14098, 10194, 8050, 13226, 9364, 8330, 13702, 10601, 7820, 14684, 9832, 10110, 13397, 9246, 15682, 12050, 9091, 16407, 12420, 8435, 15085, 10598, 9176, 13479, 8904, 15788, 10990, 13409, 11975, 8241, 14779, 9292, 17131, 12975, 18170, 12921, 17353, 12432, 8381, 13251, 8191, 15320, 11201, 9665, 11752, 7998, 14059, 9719, 13060, 11217, 7978, 13925, 9581, 14307, 10210, 8416, 13762, 8602, 15184, 9706, 10050, 12478, 8153, 14789, 9731, 15122, 10383, 11976, 12282, 8112, 14717, 11153, 14801, 12390, 7584, 13447, 9171, 8410, 14418, 11222, 7801, 13283, 9344, 10635, 14599, 9621, 15708, 12480, 11231, 15243, 11378, 18159, 14638, 19025, 15053, 17581, 14356, 10176, 17623, 10360, 14609, 13919, 9823, 19086, 13926, 7888, 15557, 10981, 10860, 13118, 8703, 16317, 11666, 8006, 13582, 9346, 12836, 10193, 7574, 14050, 10455, 8148, 12848, 9208, 13566, 10685, 8075, 14401, 9475, 15309, 10651, 8775, 13601, 9106, 15367, 10615, 8512, 12607, 8073, 14940, 10184, 13807, 12142, 8991, 16424, 11607, 8536, 15180, 10048, 8185, 14643, 10818, 16534, 13987, 10502, 16513, 11726, 8803, 13013, 9472, 13897, 11891, 8555, 15587, 11528, 10707, 14693, 11029, 11552, 12286, 8943, 15494, 11411, 9473, 14365, 8741, 15397, 11057, 14077, 11287, 8781, 13492, 8590, 14793, 10334, 14495, 11070, 11637, 11335, 7776, 13018, 8618, 14293, 10478, 9969, 12733, 8166, 12906, 10068, 7781, 12506, 8220, 13347, 9834, 14147, 10384, 11775, 12092, 7988, 14541, 9510, 15240, 10973, 15555, 11733, 15351, 12038, 14963, 11402, 11457, 15131, 10417, 9756, 11086, 8327, 14962, 10596, 11590, 13242, 8050, 16716, 15605, 18791, 12839, 7820, 9941, 11107, 9586, 14505, 8791, 16319, 10585, 16598, 12543, 16886, 12705, 18080, 13234, 18168, 13930, 18512, 13083, 16783, 11797, 9918, 13622, 7998, 14290, 9190, 15226, 10171, 14069, 10850, 13923, 10643, 13197, 10742, 8166, 11447, 7655, 12615, 8196, 13514, 8835, 13993, 9511, 13584, 9682, 7918, 11829, 8154, 12419, 8177, 15362, 10674, 11646, 9742, 8005, 13853, 9385, 15366, 10854, 15677, 11512, 8090, 13772, 8252, 15842, 11991, 17393, 13215, 8782, 15866, 10570, 8096, 15423, 12073, 12538, 15052, 9109, 16507, 11368, 10050, 14710, 9996, 18340, 14552, 18512, 15405, 17332, 13115, 8938, 15422, 11281, 15816, 12798, 8891, 16865, 12272, 12029, 13683, 8405, 15539, 8562, 15581, 9909, 14841, 10918, 8674, 13641, 8056, 13673, 10232, 8965, 11322, 7522, 12966, 7988, 13566, 8864, 14169, 9843, 14704, 10752, 14250, 10429, 13895, 11412, 13512, 13065, 12375, 14589, 8226, 14840, 8923, 7936, 12822, 8957, 15765, 11089, 15002, 11061, 9942, 13160, 9057, 14477, 9295, 15971, 9533, 17851, 9459, 17296, 9411, 17472, 11148, 15485, 11312, 10211, 13504, 8081, 15325, 10138, 15806, 10967, 14977, 11381, 14354, 11287, 11255, 11536, 8031, 13642, 7981, 14306, 9985, 14572, 10280, 9862, 10865, 7541, 13567, 9345, 14050, 9867, 11444, 10928, 8140, 12882, 8034, 14075, 8689, 14101, 9386, 14705, 10478, 7831, 11682, 8193, 13721, 9530, 14150, 10301, 10224, 14119, 8243, 15192, 10368, 16200, 11919, 16460, 12277, 8885, 14570, 8149, 16012, 9089, 15981, 10793, 18123, 11563, 15955, 11956, 11699, 12626, 8414, 14646, 8440, 15795, 10231, 15314, 11222, 15020, 11635, 12427, 12285, 8340, 14390, 9416, 14680, 10471, 13366, 10962, 10983, 12925, 8179, 13896, 8605, 14238, 10613, 12058, 11094, 8460, 13940, 9321, 12955, 9758, 8096, 14349, 9675, 8648, 14117, 9316, 12667, 10632, 8039, 15425, 10699, 13739, 10796, 10516, 16891, 15755, 9218, 12762, 10930, 10827, 17226, 18505, 17137, 12199, 12324, 8946, 18518, 13824, 16778, 19670, 14947, 20765, 16626, 12331, 18945, 16888, 14264, 18442, 14497, 18464, 15403, 10855, 16641, 14484, 9252, 15293, 13711, 8627, 15030, 11099, 14251, 13258, 8578, 13708, 8323, 12861, 11465, 8033, 12445, 7905, 12477, 9922, 9362, 11106, 7989, 13403, 9567, 10281, 11538, 8191, 13795, 9481, 14669, 10984, 9525, 13042, 8110, 15003, 10939, 12336, 11881, 8140, 15338, 10856, 8047, 14462, 9836, 10802, 12674, 8201, 15433, 11270, 14235, 11454, 8183, 14191, 8846, 15562, 11221, 15925, 11921, 10483, 12573, 8381, 14644, 8679, 14829, 8016, 15347, 8877, 15686, 10171, 14885, 10631, 10199, 13294, 8091, 15986, 10139, 15844, 11082, 7900, 13777, 8476, 14250, 10951, 11808, 12663, 8625, 15490, 10719, 16628, 11769, 18035, 12461, 11975, 16750, 11233, 17616, 14127, 14802, 14745, 9460, 16679, 9431, 17456, 12127, 16331, 11922, 13550, 12181, 9740, 14369, 8177, 15104, 10406, 15375, 11202, 13705, 11089, 8779, 12404, 8371, 13716, 9153, 13763, 9903, 8496, 11119, 8151, 13329, 9207, 12798, 9786, 8226, 11713, 7969, 13369, 8912, 13979, 10306, 14431, 10719, 8363, 12417, 8209, 11544, 9485, 8168, 13524, 10441, 9285, 15374, 10229, 7702, 15015, 10306, 10718, 16248, 12919, 19097, 14836, 10181, 18835, 14712, 20461, 16296, 12667, 16715, 10156, 19114, 14216, 14457, 12812, 8324, 15442, 8668, 15649, 10838, 15012, 11503, 14469, 11478, 13929, 10744, 9781, 11999, 8123, 12773, 8454, 12740, 8968], 'WindowCenter': [4722.0, 4694.0, 4699.0, 4687.0, 4651.0, 4609.0, 4670.0, 4638.0, 4607.0, 4669.0, 4646.0, 4603.0, 4643.0, 4612.0, 4583.0, 4642.0, 4613.0, 4632.0, 4643.0, 4612.0, 4592.0, 4613.0, 4593.0, 4593.0, 4625.0, 4614.0, 4595.0, 4625.0, 4605.0, 4589.0, 4639.0, 4618.0, 4579.0, 4651.0, 4635.0, 4615.0, 4655.0, 4633.0, 4613.0, 4613.0, 4664.0, 4632.0, 4614.0, 4655.0, 4645.0, 4616.0, 4684.0, 4664.0, 4602.0, 4686.0, 4653.0, 4609.0, 4672.0, 4639.0, 4623.0, 4673.0, 4668.0, 4653.0, 4674.0, 4641.0, 4661.0, 4672.0, 4649.0, 4588.0, 4657.0, 4628.0, 4589.0, 4649.0, 4628.0, 4610.0, 4660.0, 4641.0, 4640.0, 4664.0, 4624.0, 4664.0, 4652.0, 4613.0, 4686.0, 4654.0, 4626.0, 4665.0, 4654.0, 4614.0, 4686.0, 4653.0, 4602.0, 4670.0, 4641.0, 4600.0, 4672.0, 4643.0, 4622.0, 4660.0, 4657.0, 4652.0, 4664.0, 4632.0, 4642.0, 4661.0, 4642.0, 4613.0, 4684.0, 4679.0, 4624.0, 4703.0, 4558.0, 4595.0, 4662.0, 4582.0, 4665.0, 4653.0, 4615.0, 4614.0, 4685.0, 4650.0, 4611.0, 4610.0, 4681.0, 4648.0, 4627.0, 4666.0, 4656.0, 4645.0, 4632.0, 4655.0, 4632.0, 4589.0, 4640.0, 4596.0, 4569.0, 4629.0, 4608.0, 4559.0, 4596.0, 4614.0, 4575.0, 4547.0, 4615.0, 4586.0, 4561.0, 4600.0, 4610.0, 4583.0, 4572.0, 4624.0, 4594.0, 4574.0, 4634.0, 4595.0, 4574.0, 4634.0, 4605.0, 4587.0, 4649.0, 4616.0, 4591.0, 4650.0, 4608.0, 4601.0, 4660.0, 4631.0, 4591.0, 4663.0, 4621.0, 4619.0, 4660.0, 4624.0, 4670.0, 4651.0, 4610.0, 4684.0, 4667.0, 4601.0, 4669.0, 4632.0, 4623.0, 4650.0, 4610.0, 4670.0, 4629.0, 4650.0, 4639.0, 4589.0, 4658.0, 4597.0, 4667.0, 4636.0, 4666.0, 4635.0, 4656.0, 4625.0, 4574.0, 4633.0, 4583.0, 4643.0, 4617.0, 4593.0, 4626.0, 4577.0, 4647.0, 4620.0, 4647.0, 4629.0, 4590.0, 4658.0, 4620.0, 4661.0, 4631.0, 4603.0, 4662.0, 4602.0, 4671.0, 4620.0, 4631.0, 4653.0, 4601.0, 4672.0, 4623.0, 4672.0, 4632.0, 4650.0, 4651.0, 4603.0, 4674.0, 4643.0, 4662.0, 4655.0, 4593.0, 4662.0, 4637.0, 4619.0, 4678.0, 4661.0, 4606.0, 4677.0, 4639.0, 4646.0, 4687.0, 4639.0, 4684.0, 4653.0, 4629.0, 4662.0, 4629.0, 4670.0, 4646.0, 4668.0, 4648.0, 4656.0, 4623.0, 4591.0, 4643.0, 4591.0, 4618.0, 4618.0, 4580.0, 4648.0, 4619.0, 4548.0, 4615.0, 4586.0, 4585.0, 4606.0, 4558.0, 4630.0, 4598.0, 4550.0, 4619.0, 4580.0, 4621.0, 4603.0, 4562.0, 4636.0, 4616.0, 4590.0, 4637.0, 4598.0, 4636.0, 4617.0, 4578.0, 4647.0, 4611.0, 4660.0, 4621.0, 4600.0, 4647.0, 4600.0, 4663.0, 4621.0, 4599.0, 4641.0, 4579.0, 4661.0, 4636.0, 4652.0, 4644.0, 4613.0, 4674.0, 4643.0, 4605.0, 4675.0, 4626.0, 4609.0, 4677.0, 4639.0, 4675.0, 4642.0, 4608.0, 4647.0, 4616.0, 4588.0, 4636.0, 4607.0, 4634.0, 4627.0, 4598.0, 4647.0, 4615.0, 4618.0, 4646.0, 4617.0, 4614.0, 4613.0, 4584.0, 4644.0, 4612.0, 4592.0, 4630.0, 4571.0, 4643.0, 4613.0, 4632.0, 4615.0, 4573.0, 4621.0, 4571.0, 4632.0, 4593.0, 4632.0, 4613.0, 4612.0, 4614.0, 4564.0, 4647.0, 4588.0, 4648.0, 4617.0, 4609.0, 4662.0, 4603.0, 4650.0, 4623.0, 4594.0, 4653.0, 4613.0, 4664.0, 4633.0, 4674.0, 4633.0, 4654.0, 4654.0, 4602.0, 4674.0, 4623.0, 4672.0, 4643.0, 4672.0, 4642.0, 4661.0, 4641.0, 4672.0, 4655.0, 4644.0, 4685.0, 4662.0, 4626.0, 4643.0, 4617.0, 4675.0, 4648.0, 4659.0, 4667.0, 4607.0, 4686.0, 4676.0, 4683.0, 4639.0, 4592.0, 4631.0, 4640.0, 4619.0, 4662.0, 4599.0, 4669.0, 4619.0, 4656.0, 4628.0, 4655.0, 4624.0, 4653.0, 4622.0, 4642.0, 4619.0, 4640.0, 4610.0, 4627.0, 4599.0, 4579.0, 4618.0, 4559.0, 4629.0, 4580.0, 4643.0, 4592.0, 4630.0, 4601.0, 4620.0, 4600.0, 4622.0, 4602.0, 4571.0, 4613.0, 4563.0, 4623.0, 4574.0, 4635.0, 4595.0, 4642.0, 4607.0, 4646.0, 4618.0, 4590.0, 4639.0, 4615.0, 4662.0, 4613.0, 4681.0, 4629.0, 4641.0, 4623.0, 4590.0, 4661.0, 4611.0, 4671.0, 4630.0, 4668.0, 4642.0, 4590.0, 4657.0, 4599.0, 4669.0, 4640.0, 4684.0, 4666.0, 4600.0, 4683.0, 4640.0, 4601.0, 4668.0, 4636.0, 4650.0, 4661.0, 4597.0, 4666.0, 4627.0, 4607.0, 4670.0, 4606.0, 4666.0, 4645.0, 4665.0, 4644.0, 4643.0, 4621.0, 4582.0, 4629.0, 4600.0, 4641.0, 4619.0, 4578.0, 4639.0, 4596.0, 4596.0, 4604.0, 4554.0, 4629.0, 4570.0, 4638.0, 4589.0, 4627.0, 4610.0, 4569.0, 4630.0, 4571.0, 4629.0, 4601.0, 4592.0, 4614.0, 4573.0, 4644.0, 4575.0, 4634.0, 4595.0, 4645.0, 4605.0, 4646.0, 4628.0, 4644.0, 4617.0, 4644.0, 4627.0, 4635.0, 4648.0, 4638.0, 4657.0, 4599.0, 4658.0, 4622.0, 4600.0, 4649.0, 4609.0, 4670.0, 4639.0, 4671.0, 4639.0, 4619.0, 4663.0, 4598.0, 4646.0, 4593.0, 4656.0, 4594.0, 4665.0, 4593.0, 4652.0, 4595.0, 4653.0, 4614.0, 4640.0, 4613.0, 4602.0, 4631.0, 4583.0, 4653.0, 4602.0, 4643.0, 4612.0, 4641.0, 4613.0, 4642.0, 4614.0, 4611.0, 4614.0, 4572.0, 4631.0, 4572.0, 4657.0, 4614.0, 4658.0, 4630.0, 4617.0, 4627.0, 4578.0, 4657.0, 4619.0, 4660.0, 4630.0, 4639.0, 4628.0, 4598.0, 4649.0, 4602.0, 4661.0, 4613.0, 4658.0, 4619.0, 4658.0, 4630.0, 4593.0, 4649.0, 4613.0, 4671.0, 4635.0, 4671.0, 4643.0, 4645.0, 4675.0, 4602.0, 4671.0, 4631.0, 4672.0, 4653.0, 4670.0, 4641.0, 4596.0, 4659.0, 4587.0, 4669.0, 4597.0, 4658.0, 4629.0, 4677.0, 4626.0, 4654.0, 4625.0, 4625.0, 4636.0, 4585.0, 4644.0, 4587.0, 4655.0, 4616.0, 4657.0, 4628.0, 4654.0, 4638.0, 4649.0, 4639.0, 4588.0, 4656.0, 4607.0, 4658.0, 4630.0, 4658.0, 4639.0, 4630.0, 4649.0, 4613.0, 4658.0, 4611.0, 4657.0, 4630.0, 4649.0, 4653.0, 4614.0, 4673.0, 4636.0, 4664.0, 4634.0, 4628.0, 4698.0, 4637.0, 4629.0, 4686.0, 4639.0, 4679.0, 4657.0, 4618.0, 4689.0, 4660.0, 4691.0, 4671.0, 4674.0, 4714.0, 4689.0, 4637.0, 4681.0, 4648.0, 4650.0, 4691.0, 4701.0, 4690.0, 4658.0, 4655.0, 4615.0, 4682.0, 4649.0, 4656.0, 4667.0, 4649.0, 4666.0, 4642.0, 4623.0, 4654.0, 4641.0, 4621.0, 4630.0, 4607.0, 4624.0, 4588.0, 4572.0, 4613.0, 4591.0, 4555.0, 4601.0, 4591.0, 4541.0, 4601.0, 4572.0, 4591.0, 4580.0, 4541.0, 4592.0, 4532.0, 4583.0, 4582.0, 4534.0, 4593.0, 4549.0, 4609.0, 4578.0, 4580.0, 4600.0, 4563.0, 4620.0, 4595.0, 4603.0, 4613.0, 4574.0, 4635.0, 4595.0, 4647.0, 4618.0, 4604.0, 4637.0, 4590.0, 4658.0, 4643.0, 4638.0, 4641.0, 4605.0, 4660.0, 4645.0, 4602.0, 4662.0, 4632.0, 4642.0, 4662.0, 4603.0, 4677.0, 4644.0, 4665.0, 4653.0, 4603.0, 4673.0, 4614.0, 4684.0, 4645.0, 4686.0, 4655.0, 4643.0, 4652.0, 4603.0, 4673.0, 4600.0, 4661.0, 4593.0, 4672.0, 4627.0, 4673.0, 4631.0, 4673.0, 4643.0, 4631.0, 4661.0, 4603.0, 4683.0, 4646.0, 4696.0, 4655.0, 4604.0, 4675.0, 4627.0, 4686.0, 4654.0, 4653.0, 4663.0, 4611.0, 4673.0, 4644.0, 4683.0, 4654.0, 4696.0, 4663.0, 4653.0, 4684.0, 4633.0, 4672.0, 4650.0, 4649.0, 4648.0, 4596.0, 4657.0, 4595.0, 4655.0, 4624.0, 4655.0, 4622.0, 4634.0, 4624.0, 4594.0, 4634.0, 4572.0, 4641.0, 4615.0, 4644.0, 4625.0, 4632.0, 4615.0, 4585.0, 4636.0, 4584.0, 4646.0, 4606.0, 4647.0, 4621.0, 4599.0, 4629.0, 4591.0, 4661.0, 4623.0, 4651.0, 4633.0, 4603.0, 4651.0, 4604.0, 4661.0, 4623.0, 4673.0, 4643.0, 4674.0, 4658.0, 4629.0, 4667.0, 4631.0, 4656.0, 4652.0, 4620.0, 4668.0, 4639.0, 4633.0, 4676.0, 4641.0, 4593.0, 4686.0, 4647.0, 4644.0, 4683.0, 4653.0, 4682.0, 4661.0, 4620.0, 4682.0, 4660.0, 4690.0, 4658.0, 4636.0, 4656.0, 4606.0, 4665.0, 4633.0, 4631.0, 4622.0, 4570.0, 4642.0, 4573.0, 4642.0, 4602.0, 4632.0, 4612.0, 4631.0, 4615.0, 4633.0, 4613.0, 4606.0, 4625.0, 4576.0, 4636.0, 4588.0, 4637.0, 4610.0], 'WindowWidth': [10311.0, 10255.0, 10251.0, 10235.0, 10170.0, 10107.0, 10196.0, 10144.0, 10100.0, 10194.0, 10155.0, 10089.0, 10147.0, 10099.0, 10060.0, 10141.0, 10102.0, 10126.0, 10146.0, 10099.0, 10073.0, 10100.0, 10074.0, 10077.0, 10121.0, 10106.0, 10080.0, 10121.0, 10095.0, 10080.0, 10148.0, 10120.0, 10068.0, 10169.0, 10157.0, 10126.0, 10183.0, 10150.0, 10121.0, 10120.0, 10189.0, 10144.0, 10123.0, 10181.0, 10166.0, 10129.0, 10220.0, 10191.0, 10106.0, 10228.0, 10175.0, 10110.0, 10201.0, 10151.0, 10135.0, 10206.0, 10205.0, 10173.0, 10207.0, 10156.0, 10185.0, 10203.0, 10165.0, 10078.0, 10170.0, 10132.0, 10081.0, 10160.0, 10132.0, 10112.0, 10178.0, 10156.0, 10153.0, 10191.0, 10136.0, 10193.0, 10171.0, 10120.0, 10227.0, 10178.0, 10144.0, 10196.0, 10179.0, 10124.0, 10229.0, 10174.0, 10105.0, 10193.0, 10153.0, 10098.0, 10201.0, 10159.0, 10131.0, 10180.0, 10189.0, 10175.0, 10189.0, 10145.0, 10157.0, 10183.0, 10159.0, 10124.0, 10223.0, 10222.0, 10139.0, 10266.0, 9983.0, 10102.0, 10199.0, 10030.0, 10203.0, 10181.0, 10128.0, 10102.0, 10223.0, 10162.0, 10111.0, 10110.0, 10209.0, 10159.0, 10129.0, 10185.0, 10172.0, 10151.0, 10125.0, 10167.0, 10127.0, 10060.0, 10137.0, 10067.0, 10035.0, 10119.0, 10085.0, 10019.0, 10067.0, 10089.0, 10038.0, 10001.0, 10092.0, 10054.0, 10027.0, 10079.0, 10093.0, 10060.0, 10047.0, 10116.0, 10080.0, 10052.0, 10131.0, 10081.0, 10052.0, 10132.0, 10096.0, 10074.0, 10158.0, 10114.0, 10086.0, 10162.0, 10107.0, 10101.0, 10179.0, 10142.0, 10086.0, 10186.0, 10127.0, 10123.0, 10179.0, 10137.0, 10194.0, 10167.0, 10112.0, 10222.0, 10198.0, 10101.0, 10190.0, 10144.0, 10132.0, 10163.0, 10112.0, 10193.0, 10137.0, 10164.0, 10147.0, 10079.0, 10171.0, 10088.0, 10186.0, 10138.0, 10185.0, 10137.0, 10167.0, 10123.0, 10052.0, 10128.0, 10064.0, 10144.0, 10114.0, 10078.0, 10123.0, 10061.0, 10155.0, 10122.0, 10157.0, 10134.0, 10082.0, 10172.0, 10123.0, 10180.0, 10143.0, 10107.0, 10182.0, 10102.0, 10194.0, 10127.0, 10143.0, 10174.0, 10103.0, 10200.0, 10134.0, 10198.0, 10144.0, 10167.0, 10168.0, 10107.0, 10201.0, 10160.0, 10184.0, 10177.0, 10092.0, 10185.0, 10160.0, 10137.0, 10214.0, 10196.0, 10117.0, 10212.0, 10165.0, 10170.0, 10227.0, 10162.0, 10220.0, 10173.0, 10135.0, 10183.0, 10131.0, 10197.0, 10155.0, 10192.0, 10161.0, 10166.0, 10114.0, 10066.0, 10143.0, 10068.0, 10101.0, 10099.0, 10049.0, 10147.0, 10100.0, 10003.0, 10092.0, 10051.0, 10050.0, 10078.0, 10018.0, 10115.0, 10071.0, 10009.0, 10100.0, 10051.0, 10107.0, 10087.0, 10035.0, 10134.0, 10112.0, 10079.0, 10137.0, 10087.0, 10137.0, 10114.0, 10062.0, 10153.0, 10109.0, 10175.0, 10120.0, 10094.0, 10154.0, 10093.0, 10184.0, 10123.0, 10095.0, 10149.0, 10066.0, 10179.0, 10151.0, 10167.0, 10161.0, 10117.0, 10203.0, 10158.0, 10108.0, 10206.0, 10138.0, 10117.0, 10207.0, 10155.0, 10205.0, 10151.0, 10098.0, 10150.0, 10107.0, 10071.0, 10133.0, 10097.0, 10130.0, 10123.0, 10087.0, 10149.0, 10106.0, 10114.0, 10149.0, 10112.0, 10102.0, 10098.0, 10061.0, 10143.0, 10097.0, 10069.0, 10119.0, 10041.0, 10141.0, 10099.0, 10126.0, 10103.0, 10046.0, 10107.0, 10042.0, 10124.0, 10073.0, 10126.0, 10100.0, 10100.0, 10103.0, 10038.0, 10156.0, 10076.0, 10155.0, 10116.0, 10104.0, 10186.0, 10104.0, 10165.0, 10132.0, 10094.0, 10172.0, 10122.0, 10190.0, 10149.0, 10202.0, 10148.0, 10177.0, 10178.0, 10105.0, 10204.0, 10133.0, 10200.0, 10159.0, 10200.0, 10157.0, 10184.0, 10152.0, 10201.0, 10180.0, 10164.0, 10221.0, 10199.0, 10141.0, 10163.0, 10128.0, 10204.0, 10172.0, 10188.0, 10194.0, 10114.0, 10224.0, 10212.0, 10220.0, 10147.0, 10089.0, 10143.0, 10152.0, 10121.0, 10183.0, 10094.0, 10190.0, 10119.0, 10170.0, 10128.0, 10163.0, 10117.0, 10160.0, 10111.0, 10144.0, 10105.0, 10139.0, 10093.0, 10115.0, 10072.0, 10047.0, 10099.0, 10023.0, 10117.0, 10054.0, 10141.0, 10072.0, 10120.0, 10083.0, 10106.0, 10082.0, 10113.0, 10087.0, 10045.0, 10103.0, 10038.0, 10118.0, 10053.0, 10135.0, 10083.0, 10143.0, 10102.0, 10155.0, 10122.0, 10084.0, 10150.0, 10129.0, 10189.0, 10122.0, 10212.0, 10138.0, 10155.0, 10133.0, 10085.0, 10184.0, 10114.0, 10196.0, 10139.0, 10190.0, 10158.0, 10085.0, 10172.0, 10097.0, 10192.0, 10151.0, 10224.0, 10197.0, 10096.0, 10221.0, 10157.0, 10103.0, 10191.0, 10143.0, 10167.0, 10184.0, 10092.0, 10185.0, 10129.0, 10103.0, 10198.0, 10101.0, 10186.0, 10151.0, 10186.0, 10148.0, 10147.0, 10112.0, 10057.0, 10118.0, 10080.0, 10143.0, 10106.0, 10048.0, 10134.0, 10068.0, 10069.0, 10077.0, 10010.0, 10116.0, 10042.0, 10130.0, 10063.0, 10115.0, 10097.0, 10039.0, 10121.0, 10046.0, 10120.0, 10086.0, 10075.0, 10107.0, 10054.0, 10149.0, 10057.0, 10134.0, 10085.0, 10152.0, 10098.0, 10153.0, 10132.0, 10150.0, 10115.0, 10148.0, 10126.0, 10136.0, 10162.0, 10147.0, 10170.0, 10095.0, 10175.0, 10135.0, 10100.0, 10165.0, 10110.0, 10194.0, 10154.0, 10199.0, 10152.0, 10125.0, 10187.0, 10094.0, 10155.0, 10080.0, 10169.0, 10080.0, 10182.0, 10077.0, 10159.0, 10080.0, 10162.0, 10104.0, 10137.0, 10103.0, 10087.0, 10126.0, 10068.0, 10160.0, 10088.0, 10145.0, 10103.0, 10142.0, 10103.0, 10144.0, 10107.0, 10100.0, 10105.0, 10050.0, 10129.0, 10052.0, 10171.0, 10113.0, 10176.0, 10140.0, 10119.0, 10133.0, 10067.0, 10173.0, 10126.0, 10181.0, 10142.0, 10151.0, 10137.0, 10097.0, 10166.0, 10104.0, 10182.0, 10122.0, 10177.0, 10124.0, 10177.0, 10142.0, 10094.0, 10167.0, 10124.0, 10199.0, 10157.0, 10201.0, 10165.0, 10170.0, 10209.0, 10107.0, 10201.0, 10144.0, 10204.0, 10177.0, 10200.0, 10155.0, 10090.0, 10177.0, 10080.0, 10194.0, 10090.0, 10175.0, 10135.0, 10204.0, 10129.0, 10167.0, 10126.0, 10126.0, 10140.0, 10071.0, 10149.0, 10076.0, 10167.0, 10116.0, 10169.0, 10132.0, 10165.0, 10148.0, 10164.0, 10149.0, 10080.0, 10169.0, 10107.0, 10175.0, 10141.0, 10177.0, 10151.0, 10140.0, 10164.0, 10124.0, 10177.0, 10116.0, 10175.0, 10143.0, 10165.0, 10178.0, 10125.0, 10202.0, 10158.0, 10193.0, 10154.0, 10155.0, 10247.0, 10161.0, 10153.0, 10226.0, 10167.0, 10220.0, 10190.0, 10137.0, 10235.0, 10201.0, 10240.0, 10213.0, 10225.0, 10281.0, 10237.0, 10161.0, 10226.0, 10173.0, 10178.0, 10240.0, 10258.0, 10236.0, 10187.0, 10177.0, 10122.0, 10214.0, 10161.0, 10168.0, 10189.0, 10158.0, 10188.0, 10142.0, 10114.0, 10165.0, 10141.0, 10109.0, 10127.0, 10082.0, 10105.0, 10044.0, 10026.0, 10087.0, 10049.0, 10004.0, 10065.0, 10048.0, 9979.0, 10060.0, 10025.0, 10051.0, 10033.0, 9981.0, 10048.0, 9972.0, 10041.0, 10040.0, 9979.0, 10056.0, 10005.0, 10084.0, 10045.0, 10051.0, 10078.0, 10031.0, 10106.0, 10077.0, 10088.0, 10102.0, 10052.0, 10134.0, 10082.0, 10153.0, 10115.0, 10094.0, 10141.0, 10080.0, 10171.0, 10157.0, 10146.0, 10149.0, 10112.0, 10177.0, 10164.0, 10104.0, 10182.0, 10143.0, 10156.0, 10185.0, 10106.0, 10210.0, 10163.0, 10191.0, 10174.0, 10107.0, 10201.0, 10123.0, 10218.0, 10165.0, 10226.0, 10179.0, 10161.0, 10172.0, 10109.0, 10199.0, 10099.0, 10182.0, 10093.0, 10202.0, 10143.0, 10202.0, 10142.0, 10200.0, 10161.0, 10144.0, 10182.0, 10108.0, 10217.0, 10172.0, 10242.0, 10183.0, 10111.0, 10209.0, 10151.0, 10227.0, 10181.0, 10177.0, 10188.0, 10117.0, 10201.0, 10162.0, 10220.0, 10180.0, 10242.0, 10190.0, 10174.0, 10220.0, 10143.0, 10204.0, 10165.0, 10161.0, 10157.0, 10085.0, 10172.0, 10083.0, 10169.0, 10118.0, 10166.0, 10113.0, 10130.0, 10117.0, 10077.0, 10129.0, 10046.0, 10139.0, 10107.0, 10146.0, 10123.0, 10130.0, 10108.0, 10068.0, 10137.0, 10069.0, 10153.0, 10102.0, 10156.0, 10128.0, 10097.0, 10135.0, 10086.0, 10181.0, 10134.0, 10169.0, 10147.0, 10107.0, 10170.0, 10111.0, 10184.0, 10136.0, 10200.0, 10164.0, 10207.0, 10189.0, 10152.0, 10200.0, 10160.0, 10184.0, 10189.0, 10137.0, 10201.0, 10160.0, 10156.0, 10206.0, 10165.0, 10091.0, 10225.0, 10173.0, 10165.0, 10219.0, 10174.0, 10218.0, 10184.0, 10125.0, 10218.0, 10181.0, 10228.0, 10176.0, 10141.0, 10170.0, 10096.0, 10181.0, 10127.0, 10126.0, 10111.0, 10041.0, 10139.0, 10046.0, 10141.0, 10086.0, 10125.0, 10098.0, 10123.0, 10108.0, 10131.0, 10103.0, 10097.0, 10122.0, 10059.0, 10138.0, 10078.0, 10142.0, 10111.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.0043703440366972485</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03222772155963303</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.841865846096454</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.206023334489094</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.034098707795636</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5204</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2569.7915</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1424260744247163</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.302752293577981</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6656800270811165</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.594222756330728</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.811843296596795</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5909740283158262</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0238311</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0004276511899661273</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031214600428938866</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.039059450678347</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>14.2975</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>80.5502</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>256.8925</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>78.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>290695.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1210.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>447.2759</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6126</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.863</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3759.1905</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3958.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85849.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1423.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4901.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.9254</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.81622401473578</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> |