=== 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-0132 --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-0132",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-03/func/sub-0132_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>11e228d777f994c20230bcc585973dc6</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:42:7.807500</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.998769, 0.0101333, -0.0485635, -0.0099364, 0.999941, 0.00429369]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0688445</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>[4211, -7734, -7224, 326, -60, -4, 49, 142]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>222.594</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0eee8863-9bfe-4774-90dd-fc4250dc4826||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.6796233654022217, -0.02665862813591957, -0.1312311440706253, 118.07454681396484], [-0.027186831459403038, 2.682769775390625, 0.010275820270180702, -106.09562683105469], [-0.13029220700263977, -0.011519662104547024, 2.696789503097534, -63.600826263427734], [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': ['184207.807500', '184208.267500', '184208.727500', '184209.187500', '184209.647500', '184210.107500', '184210.567500', '184211.027500', '184211.487500', '184211.947500', '184212.407500', '184212.867500', '184213.327500', '184213.787500', '184214.247500', '184214.707500', '184215.167500', '184215.627500', '184216.087500', '184216.547500', '184217.007500', '184217.467500', '184217.927500', '184218.387500', '184218.847500', '184219.307500', '184219.767500', '184220.227500', '184220.687500', '184221.147500', '184221.607500', '184222.067500', '184222.527500', '184222.987500', '184223.447500', '184223.907500', '184224.367500', '184224.827500', '184225.287500', '184225.747500', '184226.207500', '184226.667500', '184227.127500', '184227.587500', '184228.047500', '184228.507500', '184228.967500', '184229.427500', '184229.887500', '184230.347500', '184230.807500', '184231.267500', '184231.727500', '184232.187500', '184232.647500', '184233.107500', '184233.567500', '184234.027500', '184234.487500', '184234.947500', '184235.407500', '184235.867500', '184236.327500', '184236.787500', '184237.247500', '184237.707500', '184238.167500', '184238.627500', '184239.087500', '184239.547500', '184240.007500', '184240.467500', '184240.927500', '184241.387500', '184241.847500', '184242.307500', '184242.767500', '184243.227500', '184243.687500', '184244.147500', '184244.607500', '184245.067500', '184245.527500', '184245.987500', '184246.447500', '184246.907500', '184247.367500', '184247.827500', '184248.287500', '184248.747500', '184249.207500', '184249.667500', '184250.127500', '184250.587500', '184251.047500', '184251.507500', '184251.967500', '184252.427500', '184252.887500', '184253.347500', '184253.807500', '184254.267500', '184254.727500', '184255.187500', '184255.647500', '184256.107500', '184256.567500', '184257.027500', '184257.487500', '184257.947500', '184258.407500', '184258.867500', '184259.327500', '184259.787500', '184300.247500', '184300.707500', '184301.167500', '184301.627500', '184302.087500', '184302.547500', '184303.007500', '184303.467500', '184303.927500', '184304.387500', '184304.847500', '184305.307500', '184305.767500', '184306.227500', '184306.687500', '184307.147500', '184307.607500', '184308.067500', '184308.527500', '184308.987500', '184309.447500', '184309.907500', '184310.367500', '184310.827500', '184311.287500', '184311.747500', '184312.207500', '184312.667500', '184313.127500', '184313.587500', '184314.047500', '184314.507500', '184314.967500', '184315.427500', '184315.887500', '184316.347500', '184316.807500', '184317.267500', '184317.727500', '184318.187500', '184318.647500', '184319.107500', '184319.567500', '184320.027500', '184320.487500', '184320.947500', '184321.407500', '184321.867500', '184322.327500', '184322.787500', '184323.247500', '184323.707500', '184324.167500', '184324.627500', '184325.087500', '184325.547500', '184326.007500', '184326.467500', '184326.927500', '184327.387500', '184327.847500', '184328.307500', '184328.767500', '184329.227500', '184329.687500', '184330.147500', '184330.607500', '184331.067500', '184331.527500', '184331.987500', '184332.447500', '184332.907500', '184333.367500', '184333.827500', '184334.287500', '184334.747500', '184335.207500', '184335.667500', '184336.127500', '184336.587500', '184337.047500', '184337.507500', '184337.967500', '184338.427500', '184338.887500', '184339.347500', '184339.807500', '184340.267500', '184340.727500', '184341.187500', '184341.647500', '184342.107500', '184342.567500', '184343.027500', '184343.487500', '184343.947500', '184344.407500', '184344.867500', '184345.327500', '184345.787500', '184346.247500', '184346.707500', '184347.167500', '184347.627500', '184348.087500', '184348.547500', '184349.007500', '184349.467500', '184349.927500', '184350.387500', '184350.847500', '184351.307500', '184351.767500', '184352.227500', '184352.687500', '184353.147500', '184353.607500', '184354.067500', '184354.527500', '184354.987500', '184355.447500', '184355.907500', '184356.367500', '184356.827500', '184357.287500', '184357.747500', '184358.207500', '184358.667500', '184359.127500', '184359.587500', '184400.047500', '184400.507500', '184400.967500', '184401.427500', '184401.887500', '184402.347500', '184402.807500', '184403.267500', '184403.727500', '184404.187500', '184404.647500', '184405.107500', '184405.567500', '184406.027500', '184406.487500', '184406.947500', '184407.407500', '184407.867500', '184408.327500', '184408.787500', '184409.247500', '184409.707500', '184410.167500', '184410.627500', '184411.087500', '184411.547500', '184412.007500', '184412.467500', '184412.927500', '184413.387500', '184413.847500', '184414.307500', '184414.767500', '184415.227500', '184415.687500', '184416.147500', '184416.607500', '184417.067500', '184417.527500', '184417.987500', '184418.447500', '184418.907500', '184419.367500', '184419.827500', '184420.287500', '184420.747500', '184421.207500', '184421.667500', '184422.127500', '184422.587500', '184423.047500', '184423.507500', '184423.967500', '184424.427500', '184424.887500', '184425.347500', '184425.807500', '184426.267500', '184426.727500', '184427.187500', '184427.647500', '184428.107500', '184428.567500', '184429.027500', '184429.487500', '184429.947500', '184430.407500', '184430.867500', '184431.327500', '184431.787500', '184432.247500', '184432.707500', '184433.167500', '184433.627500', '184434.087500', '184434.547500', '184435.007500', '184435.467500', '184435.927500', '184436.387500', '184436.847500', '184437.307500', '184437.767500', '184438.227500', '184438.687500', '184439.147500', '184439.607500', '184440.067500', '184440.527500', '184440.987500', '184441.447500', '184441.907500', '184442.367500', '184442.827500', '184443.287500', '184443.747500', '184444.207500', '184444.667500', '184445.127500', '184445.587500', '184446.047500', '184446.507500', '184446.967500', '184447.427500', '184447.887500', '184448.347500', '184448.807500', '184449.267500', '184449.727500', '184450.187500', '184450.647500', '184451.107500', '184451.567500', '184452.027500', '184452.487500', '184452.947500', '184453.407500', '184453.867500', '184454.327500', '184454.787500', '184455.247500', '184455.707500', '184456.167500', '184456.627500', '184457.087500', '184457.547500', '184458.007500', '184458.467500', '184458.927500', '184459.387500', '184459.847500', '184500.307500', '184500.767500', '184501.227500', '184501.687500', '184502.147500', '184502.607500', '184503.067500', '184503.527500', '184503.987500', '184504.447500', '184504.907500', '184505.367500', '184505.827500', '184506.287500', '184506.747500', '184507.207500', '184507.667500', '184508.127500', '184508.587500', '184509.047500', '184509.507500', '184509.967500', '184510.427500', '184510.887500', '184511.347500', '184511.807500', '184512.267500', '184512.727500', '184513.187500', '184513.647500', '184514.107500', '184514.567500', '184515.027500', '184515.487500', '184515.947500', '184516.407500', '184516.867500', '184517.327500', '184517.787500', '184518.247500', '184518.707500', '184519.167500', '184519.627500', '184520.087500', '184520.547500', '184521.007500', '184521.467500', '184521.927500', '184522.387500', '184522.847500', '184523.307500', '184523.767500', '184524.227500', '184524.687500', '184525.147500', '184525.607500', '184526.067500', '184526.527500', '184526.987500', '184527.447500', '184527.907500', '184528.367500', '184528.827500', '184529.287500', '184529.747500', '184530.207500', '184530.667500', '184531.127500', '184531.587500', '184532.047500', '184532.507500', '184532.967500', '184533.427500', '184533.887500', '184534.347500', '184534.807500', '184535.267500', '184535.727500', '184536.187500', '184536.647500', '184537.107500', '184537.567500', '184538.027500', '184538.487500', '184538.947500', '184539.407500', '184539.867500', '184540.327500', '184540.787500', '184541.247500', '184541.707500', '184542.167500', '184542.627500', '184543.087500', '184543.547500', '184544.007500', '184544.467500', '184544.927500', '184545.387500', '184545.847500', '184546.307500', '184546.767500', '184547.227500', '184547.687500', '184548.147500', '184548.607500', '184549.067500', '184549.527500', '184549.987500', '184550.447500', '184550.907500', '184551.367500', '184551.827500', '184552.287500', '184552.747500', '184553.207500', '184553.667500', '184554.127500', '184554.587500', '184555.047500', '184555.507500', '184555.967500', '184556.427500', '184556.887500', '184557.347500', '184557.807500', '184558.267500', '184558.727500', '184559.187500', '184559.647500', '184600.107500', '184600.567500', '184601.027500', '184601.487500', '184601.947500', '184602.407500', '184602.867500', '184603.327500', '184603.787500', '184604.247500', '184604.707500', '184605.167500', '184605.627500', '184606.087500', '184606.547500', '184607.007500', '184607.467500', '184607.927500', '184608.387500', '184608.847500', '184609.307500', '184609.767500', '184610.227500', '184610.687500', '184611.147500', '184611.607500', '184612.067500', '184612.527500', '184612.987500', '184613.447500', '184613.907500', '184614.367500', '184614.827500', '184615.287500', '184615.747500', '184616.207500', '184616.667500', '184617.127500', '184617.587500', '184618.047500', '184618.507500', '184618.967500', '184619.427500', '184619.887500', '184620.347500', '184620.807500', '184621.267500', '184621.727500', '184622.187500', '184622.647500', '184623.107500', '184623.567500', '184624.027500', '184624.487500', '184624.947500', '184625.407500', '184625.867500', '184626.327500', '184626.787500', '184627.247500', '184627.707500', '184628.167500', '184628.627500', '184629.087500', '184629.547500', '184630.007500', '184630.467500', '184630.927500', '184631.387500', '184631.847500', '184632.307500', '184632.767500', '184633.227500', '184633.687500', '184634.147500', '184634.607500', '184635.067500', '184635.527500', '184635.987500', '184636.447500', '184636.907500', '184637.367500', '184637.827500', '184638.287500', '184638.747500', '184639.207500', '184639.667500', '184640.127500', '184640.587500', '184641.047500', '184641.507500', '184641.967500', '184642.427500', '184642.887500', '184643.347500', '184643.807500', '184644.267500', '184644.727500', '184645.187500', '184645.647500', '184646.107500', '184646.567500', '184647.027500', '184647.487500', '184647.947500', '184648.407500', '184648.867500', '184649.327500', '184649.787500', '184650.247500', '184650.707500', '184651.167500', '184651.627500', '184652.087500', '184652.547500', '184653.007500', '184653.467500', '184653.927500', '184654.387500', '184654.847500', '184655.307500', '184655.767500', '184656.227500', '184656.687500', '184657.147500', '184657.607500', '184658.067500', '184658.527500', '184658.987500', '184659.447500', '184659.907500', '184700.367500', '184700.827500', '184701.287500', '184701.747500', '184702.207500', '184702.667500', '184703.127500', '184703.587500', '184704.047500', '184704.507500', '184704.967500', '184705.427500', '184705.887500', '184706.347500', '184706.807500', '184707.267500', '184707.727500', '184708.187500', '184708.647500', '184709.107500', '184709.567500', '184710.027500', '184710.487500', '184710.947500', '184711.407500', '184711.867500', '184712.327500', '184712.787500', '184713.247500', '184713.707500', '184714.167500', '184714.627500', '184715.087500', '184715.547500', '184716.007500', '184716.467500', '184716.927500', '184717.387500', '184717.847500', '184718.307500', '184718.767500', '184719.227500', '184719.687500', '184720.147500', '184720.607500', '184721.067500', '184721.527500', '184721.987500', '184722.447500', '184722.907500', '184723.367500', '184723.827500', '184724.287500', '184724.747500', '184725.207500', '184725.667500', '184726.127500', '184726.587500', '184727.047500', '184727.507500', '184727.967500', '184728.427500', '184728.887500', '184729.347500', '184729.807500', '184730.267500', '184730.727500', '184731.187500', '184731.647500', '184732.107500', '184732.567500', '184733.027500', '184733.487500', '184733.947500', '184734.407500', '184734.867500', '184735.327500', '184735.787500', '184736.247500', '184736.707500', '184737.167500', '184737.627500', '184738.087500', '184738.547500', '184739.007500', '184739.467500', '184739.927500', '184740.387500', '184740.847500', '184741.307500', '184741.767500', '184742.227500', '184742.687500', '184743.147500', '184743.607500', '184744.067500', '184744.527500', '184744.987500', '184745.447500', '184745.907500', '184746.367500', '184746.827500', '184747.287500', '184747.747500', '184748.207500', '184748.667500', '184749.127500', '184749.587500', '184750.047500', '184750.507500', '184750.967500', '184751.427500', '184751.887500', '184752.347500', '184752.807500', '184753.267500', '184753.727500', '184754.187500', '184754.647500', '184755.107500', '184755.567500', '184756.027500', '184756.487500', '184756.947500', '184757.407500', '184757.867500', '184758.327500', '184758.787500', '184759.247500', '184759.707500', '184800.167500', '184800.627500', '184801.087500', '184801.547500', '184802.007500', '184802.467500', '184802.927500', '184803.387500', '184803.847500', '184804.307500', '184804.767500', '184805.227500', '184805.687500', '184806.147500', '184806.607500', '184807.067500', '184807.527500', '184807.987500', '184808.447500', '184808.907500', '184809.367500', '184809.827500', '184810.287500', '184810.747500', '184811.207500', '184811.667500', '184812.127500', '184812.587500', '184813.047500', '184813.507500', '184813.967500', '184814.427500', '184814.887500', '184815.347500', '184815.807500', '184816.267500', '184816.727500', '184817.187500', '184817.647500', '184818.107500', '184818.567500', '184819.027500', '184819.487500', '184819.947500', '184820.407500', '184820.867500', '184821.327500', '184821.787500', '184822.247500', '184822.707500', '184823.167500', '184823.627500', '184824.087500', '184824.547500', '184825.007500', '184825.467500', '184825.927500', '184826.387500', '184826.847500', '184827.307500', '184827.767500', '184828.227500', '184828.687500', '184829.147500', '184829.607500', '184830.067500', '184830.527500', '184830.987500', '184831.447500', '184831.907500', '184832.367500', '184832.827500', '184833.287500', '184833.747500', '184834.207500', '184834.667500', '184835.127500', '184835.587500', '184836.047500', '184836.507500', '184836.967500', '184837.427500', '184837.887500', '184838.347500', '184838.807500', '184839.267500', '184839.727500', '184840.187500', '184840.647500', '184841.107500', '184841.567500', '184842.027500', '184842.487500', '184842.947500', '184843.407500', '184843.867500', '184844.327500', '184844.787500', '184845.247500', '184845.707500', '184846.167500', '184846.627500', '184847.087500', '184847.547500', '184848.007500', '184848.467500'], 'ContentTime': ['184234.633000', '184234.636000', '184234.639000', '184234.642000', '184234.645000', '184234.647000', '184234.658000', '184234.661000', '184234.664000', '184234.667000', '184234.670000', '184234.672000', '184234.675000', '184234.677000', '184234.691000', '184234.693000', '184234.696000', '184234.698000', '184234.701000', '184234.704000', '184234.706000', '184234.709000', '184234.711000', '184234.714000', '184234.717000', '184234.719000', '184234.722000', '184234.739000', '184234.742000', '184234.745000', '184234.747000', '184234.750000', '184234.753000', '184234.755000', '184234.758000', '184234.760000', '184234.763000', '184234.765000', '184234.768000', '184234.771000', '184234.773000', '184234.776000', '184234.778000', '184234.781000', '184234.784000', '184234.786000', '184234.789000', '184234.791000', '184234.794000', '184234.796000', '184234.799000', '184234.802000', '184234.804000', '184234.807000', '184234.809000', '184254.588000', '184254.591000', '184254.594000', '184254.597000', '184254.599000', '184254.602000', '184254.605000', '184254.607000', '184254.610000', '184254.612000', '184254.615000', '184254.624000', '184254.627000', '184254.629000', '184254.632000', '184254.635000', '184254.637000', '184254.640000', '184254.643000', '184254.645000', '184254.648000', '184254.650000', '184254.653000', '184254.656000', '184254.658000', '184254.661000', '184254.663000', '184254.666000', '184254.668000', '184254.671000', '184254.673000', '184254.676000', '184254.678000', '184254.681000', '184254.684000', '184254.686000', '184254.689000', '184254.691000', '184254.694000', '184254.696000', '184254.699000', '184254.701000', '184254.704000', '184254.706000', '184314.589000', '184314.591000', '184314.594000', '184314.596000', '184314.599000', '184314.602000', '184314.604000', '184314.607000', '184314.609000', '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.645000', '184314.648000', '184314.650000', '184314.653000', '184314.656000', '184314.658000', '184314.661000', '184314.663000', '184314.666000', '184314.669000', '184314.671000', '184314.674000', '184314.676000', '184314.679000', '184314.681000', '184314.684000', '184314.686000', '184314.689000', '184314.692000', '184314.694000', '184314.697000', '184334.588000', '184334.591000', '184334.594000', '184334.596000', '184334.599000', '184334.602000', '184334.604000', '184334.607000', '184334.609000', '184334.612000', '184334.615000', '184334.617000', '184334.620000', '184334.622000', '184334.625000', '184334.628000', '184334.630000', '184334.633000', '184334.635000', '184334.638000', '184334.640000', '184334.643000', '184334.645000', '184334.648000', '184334.650000', '184334.653000', '184334.656000', '184334.658000', '184334.661000', '184334.663000', '184334.666000', '184334.669000', '184334.671000', '184334.674000', '184334.676000', '184334.679000', '184334.681000', '184334.684000', '184334.687000', '184334.689000', '184334.692000', '184334.694000', '184334.697000', '184334.700000', '184354.587000', '184354.590000', '184354.593000', '184354.596000', '184354.598000', '184354.601000', '184354.603000', '184354.606000', '184354.609000', '184354.611000', '184354.614000', '184354.617000', '184354.619000', '184354.622000', '184354.624000', '184354.627000', '184354.629000', '184354.632000', '184354.634000', '184354.637000', '184354.640000', '184354.643000', '184354.646000', '184354.649000', '184354.652000', '184354.654000', '184354.657000', '184354.660000', '184354.662000', '184354.665000', '184354.668000', '184354.670000', '184354.673000', '184354.675000', '184354.678000', '184354.681000', '184354.683000', '184354.686000', '184354.688000', '184354.691000', '184354.693000', '184354.696000', '184354.699000', '184414.587000', '184414.590000', '184414.593000', '184414.595000', '184414.599000', '184414.601000', '184414.604000', '184414.606000', '184414.609000', '184414.612000', '184414.614000', '184414.617000', '184414.620000', '184414.622000', '184414.625000', '184414.627000', '184414.630000', '184414.633000', '184414.635000', '184414.638000', '184414.640000', '184414.643000', '184414.645000', '184414.648000', '184414.651000', '184414.662000', '184414.665000', '184414.667000', '184414.670000', '184414.672000', '184414.675000', '184414.677000', '184414.680000', '184414.683000', '184414.685000', '184414.688000', '184414.690000', '184414.693000', '184414.696000', '184414.698000', '184414.701000', '184414.704000', '184414.706000', '184414.709000', '184434.588000', '184434.590000', '184434.593000', '184434.596000', '184434.598000', '184434.601000', '184434.603000', '184434.606000', '184434.609000', '184434.611000', '184434.614000', '184434.617000', '184434.619000', '184434.622000', '184434.625000', '184434.627000', '184434.630000', '184434.632000', '184434.635000', '184434.637000', '184434.640000', '184434.642000', '184434.645000', '184434.648000', '184434.650000', '184434.653000', '184434.656000', '184434.659000', '184434.662000', '184434.665000', '184434.668000', '184434.670000', '184434.673000', '184434.676000', '184434.678000', '184434.681000', '184434.684000', '184434.686000', '184434.689000', '184434.691000', '184434.694000', '184434.697000', '184434.699000', '184454.588000', '184454.591000', '184454.594000', '184454.597000', '184454.599000', '184454.602000', '184454.604000', '184454.607000', '184454.610000', '184454.612000', '184454.615000', '184454.617000', '184454.620000', '184454.623000', '184454.625000', '184454.628000', '184454.630000', '184454.633000', '184454.635000', '184454.638000', '184454.641000', '184454.643000', '184454.646000', '184454.654000', '184454.656000', '184454.659000', '184454.661000', '184454.664000', '184454.667000', '184454.669000', '184454.672000', '184454.674000', '184454.677000', '184454.680000', '184454.682000', '184454.685000', '184454.687000', '184454.690000', '184454.693000', '184454.695000', '184454.698000', '184454.701000', '184454.703000', '184454.706000', '184514.588000', '184514.591000', '184514.594000', '184514.597000', '184514.599000', '184514.602000', '184514.604000', '184514.607000', '184514.610000', '184514.612000', '184514.615000', '184514.617000', '184514.620000', '184514.623000', '184514.625000', '184514.628000', '184514.630000', '184514.633000', '184514.636000', '184514.638000', '184514.641000', '184514.643000', '184514.646000', '184514.649000', '184514.651000', '184514.654000', '184514.656000', '184514.659000', '184514.661000', '184514.664000', '184514.667000', '184514.669000', '184514.672000', '184514.674000', '184514.677000', '184514.679000', '184514.682000', '184514.685000', '184514.687000', '184514.690000', '184514.692000', '184514.695000', '184514.698000', '184534.589000', '184534.591000', '184534.594000', '184534.597000', '184534.606000', '184534.609000', '184534.612000', '184534.614000', '184534.617000', '184534.619000', '184534.622000', '184534.625000', '184534.627000', '184534.630000', '184534.632000', '184534.635000', '184534.638000', '184534.640000', '184534.643000', '184534.656000', '184534.659000', '184534.661000', '184534.664000', '184534.666000', '184534.669000', '184534.672000', '184534.674000', '184534.677000', '184534.679000', '184534.682000', '184534.685000', '184534.687000', '184534.690000', '184534.692000', '184534.695000', '184534.698000', '184534.700000', '184534.703000', '184534.705000', '184534.708000', '184534.711000', '184534.713000', '184534.716000', '184534.719000', '184554.588000', '184554.591000', '184554.594000', '184554.596000', '184554.599000', '184554.602000', '184554.604000', '184554.607000', '184554.609000', '184554.612000', '184554.615000', '184554.617000', '184554.620000', '184554.622000', '184554.625000', '184554.627000', '184554.630000', '184554.633000', '184554.635000', '184554.638000', '184554.640000', '184554.643000', '184554.645000', '184554.648000', '184554.651000', '184554.653000', '184554.656000', '184554.658000', '184554.661000', '184554.664000', '184554.666000', '184554.669000', '184554.671000', '184554.674000', '184554.676000', '184554.679000', '184554.682000', '184554.684000', '184554.687000', '184554.689000', '184554.692000', '184554.694000', '184554.697000', '184614.587000', '184614.590000', '184614.593000', '184614.596000', '184614.598000', '184614.607000', '184614.609000', '184614.612000', '184614.614000', '184614.617000', '184614.620000', '184614.622000', '184614.625000', '184614.627000', '184614.630000', '184614.632000', '184614.635000', '184614.638000', '184614.640000', '184614.643000', '184614.645000', '184614.648000', '184614.651000', '184614.653000', '184614.656000', '184614.658000', '184614.661000', '184614.663000', '184614.666000', '184614.669000', '184614.671000', '184614.674000', '184614.676000', '184614.686000', '184614.689000', '184614.691000', '184614.694000', '184614.697000', '184614.699000', '184614.702000', '184614.704000', '184614.707000', '184614.709000', '184614.712000', '184634.588000', '184634.590000', '184634.593000', '184634.596000', '184634.598000', '184634.601000', '184634.603000', '184634.606000', '184634.609000', '184634.611000', '184634.614000', '184634.617000', '184634.619000', '184634.622000', '184634.624000', '184634.627000', '184634.630000', '184634.632000', '184634.635000', '184634.637000', '184634.640000', '184634.643000', '184634.645000', '184634.648000', '184634.651000', '184634.653000', '184634.656000', '184634.658000', '184634.661000', '184634.663000', '184634.666000', '184634.669000', '184634.671000', '184634.674000', '184634.676000', '184634.679000', '184634.682000', '184634.684000', '184634.687000', '184634.689000', '184634.692000', '184634.694000', '184634.697000', '184654.587000', '184654.590000', '184654.593000', '184654.595000', '184654.598000', '184654.601000', '184654.604000', '184654.606000', '184654.609000', '184654.612000', '184654.614000', '184654.617000', '184654.620000', '184654.622000', '184654.625000', '184654.627000', '184654.630000', '184654.632000', '184654.635000', '184654.637000', '184654.640000', '184654.643000', '184654.645000', '184654.648000', '184654.651000', '184654.653000', '184654.656000', '184654.658000', '184654.661000', '184654.664000', '184654.666000', '184654.669000', '184654.672000', '184654.674000', '184654.677000', '184654.679000', '184654.682000', '184654.684000', '184654.687000', '184654.689000', '184654.692000', '184654.695000', '184654.697000', '184654.700000', '184714.589000', '184714.591000', '184714.594000', '184714.597000', '184714.599000', '184714.602000', '184714.605000', '184714.607000', '184714.610000', '184714.613000', '184714.615000', '184714.618000', '184714.620000', '184714.623000', '184714.625000', '184714.628000', '184714.631000', '184714.654000', '184714.657000', '184714.660000', '184714.662000', '184714.665000', '184714.667000', '184714.670000', '184714.673000', '184714.675000', '184714.678000', '184714.680000', '184714.683000', '184714.685000', '184714.688000', '184714.691000', '184714.693000', '184714.696000', '184714.698000', '184714.701000', '184714.704000', '184714.706000', '184714.709000', '184714.711000', '184714.714000', '184714.716000', '184714.719000', '184734.588000', '184734.591000', '184734.594000', '184734.597000', '184734.600000', '184734.602000', '184734.605000', '184734.607000', '184734.610000', '184734.612000', '184734.615000', '184734.618000', '184734.620000', '184734.623000', '184734.625000', '184734.628000', '184734.630000', '184734.633000', '184734.636000', '184734.638000', '184734.641000', '184734.644000', '184734.646000', '184734.649000', '184734.651000', '184734.654000', '184734.656000', '184734.659000', '184734.662000', '184734.664000', '184734.667000', '184734.669000', '184734.672000', '184734.674000', '184734.677000', '184734.680000', '184734.682000', '184734.685000', '184734.687000', '184734.690000', '184734.693000', '184734.695000', '184734.698000', '184734.700000', '184754.588000', '184754.591000', '184754.594000', '184754.596000', '184754.599000', '184754.602000', '184754.604000', '184754.607000', '184754.609000', '184754.612000', '184754.615000', '184754.617000', '184754.620000', '184754.622000', '184754.625000', '184754.628000', '184754.630000', '184754.633000', '184754.636000', '184754.638000', '184754.641000', '184754.643000', '184754.646000', '184754.648000', '184754.651000', '184754.654000', '184754.656000', '184754.659000', '184754.661000', '184754.664000', '184754.667000', '184754.669000', '184754.672000', '184754.675000', '184754.677000', '184754.680000', '184754.682000', '184754.685000', '184754.688000', '184754.690000', '184754.693000', '184754.695000', '184754.698000', '184814.588000', '184814.591000', '184814.594000', '184814.597000', '184814.599000', '184814.602000', '184814.604000', '184814.607000', '184814.610000', '184814.612000', '184814.615000', '184814.617000', '184814.620000', '184814.623000', '184814.625000', '184814.628000', '184814.631000', '184814.634000', '184814.637000', '184814.640000', '184814.642000', '184814.645000', '184814.648000', '184814.650000', '184814.653000', '184814.656000', '184814.658000', '184814.661000', '184814.663000', '184814.666000', '184814.669000', '184814.671000', '184814.674000', '184814.676000', '184814.679000', '184814.683000', '184814.685000', '184814.688000', '184814.691000', '184814.693000', '184814.696000', '184814.698000', '184814.701000', '184834.587000', '184834.590000', '184834.593000', '184834.596000', '184834.598000', '184834.601000', '184834.604000', '184834.606000', '184834.609000', '184834.611000', '184834.614000', '184834.616000', '184834.619000', '184834.622000', '184834.624000', '184834.627000', '184834.629000', '184834.632000', '184834.635000', '184834.637000', '184834.640000', '184834.642000', '184834.645000', '184834.647000', '184834.650000', '184834.653000', '184834.655000', '184834.658000', '184834.660000', '184834.663000', '184834.665000', '184834.668000', '184834.671000', '184834.673000', '184834.676000', '184834.678000', '184834.681000', '184834.683000', '184834.686000', '184834.689000', '184834.691000', '184834.694000', '184834.696000', '184834.708000', '184849.978000', '184849.981000', '184849.984000', '184849.987000', '184849.989000', '184849.992000', '184849.995000', '184849.998000', '184850.002000', '184850.005000', '184850.008000', '184850.010000', '184850.013000', '184850.016000', '184850.018000', '184850.021000', '184850.024000', '184850.026000', '184850.029000', '184850.032000', '184850.034000', '184850.037000', '184850.040000', '184850.043000', '184850.046000', '184850.052000', '184850.056000', '184850.059000', '184850.062000', '184850.065000', '184850.068000', '184850.070000', '184850.073000', '184850.077000'], 'InstanceCreationTime': ['184234.633000', '184234.636000', '184234.639000', '184234.642000', '184234.645000', '184234.647000', '184234.658000', '184234.661000', '184234.664000', '184234.667000', '184234.670000', '184234.672000', '184234.675000', '184234.677000', '184234.691000', '184234.693000', '184234.696000', '184234.698000', '184234.701000', '184234.704000', '184234.706000', '184234.709000', '184234.711000', '184234.714000', '184234.717000', '184234.719000', '184234.722000', '184234.739000', '184234.742000', '184234.745000', '184234.747000', '184234.750000', '184234.753000', '184234.755000', '184234.758000', '184234.760000', '184234.763000', '184234.765000', '184234.768000', '184234.771000', '184234.773000', '184234.776000', '184234.778000', '184234.781000', '184234.784000', '184234.786000', '184234.789000', '184234.791000', '184234.794000', '184234.796000', '184234.799000', '184234.802000', '184234.804000', '184234.807000', '184234.809000', '184254.588000', '184254.591000', '184254.594000', '184254.597000', '184254.599000', '184254.602000', '184254.605000', '184254.607000', '184254.610000', '184254.612000', '184254.615000', '184254.624000', '184254.627000', '184254.629000', '184254.632000', '184254.635000', '184254.637000', '184254.640000', '184254.643000', '184254.645000', '184254.648000', '184254.650000', '184254.653000', '184254.656000', '184254.658000', '184254.661000', '184254.663000', '184254.666000', '184254.668000', '184254.671000', '184254.673000', '184254.676000', '184254.678000', '184254.681000', '184254.684000', '184254.686000', '184254.689000', '184254.691000', '184254.694000', '184254.696000', '184254.699000', '184254.701000', '184254.704000', '184254.706000', '184314.589000', '184314.591000', '184314.594000', '184314.596000', '184314.599000', '184314.602000', '184314.604000', '184314.607000', '184314.609000', '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.645000', '184314.648000', '184314.650000', '184314.653000', '184314.656000', '184314.658000', '184314.661000', '184314.663000', '184314.666000', '184314.669000', '184314.671000', '184314.674000', '184314.676000', '184314.679000', '184314.681000', '184314.684000', '184314.686000', '184314.689000', '184314.692000', '184314.694000', '184314.697000', '184334.588000', '184334.591000', '184334.594000', '184334.596000', '184334.599000', '184334.602000', '184334.604000', '184334.607000', '184334.609000', '184334.612000', '184334.615000', '184334.617000', '184334.620000', '184334.622000', '184334.625000', '184334.628000', '184334.630000', '184334.633000', '184334.635000', '184334.638000', '184334.640000', '184334.643000', '184334.645000', '184334.648000', '184334.650000', '184334.653000', '184334.656000', '184334.658000', '184334.661000', '184334.663000', '184334.666000', '184334.669000', '184334.671000', '184334.674000', '184334.676000', '184334.679000', '184334.681000', '184334.684000', '184334.687000', '184334.689000', '184334.692000', '184334.694000', '184334.697000', '184334.700000', '184354.587000', '184354.590000', '184354.593000', '184354.596000', '184354.598000', '184354.601000', '184354.603000', '184354.606000', '184354.609000', '184354.611000', '184354.614000', '184354.617000', '184354.619000', '184354.622000', '184354.624000', '184354.627000', '184354.629000', '184354.632000', '184354.634000', '184354.637000', '184354.640000', '184354.643000', '184354.646000', '184354.649000', '184354.652000', '184354.654000', '184354.657000', '184354.660000', '184354.662000', '184354.665000', '184354.668000', '184354.670000', '184354.673000', '184354.675000', '184354.678000', '184354.681000', '184354.683000', '184354.686000', '184354.688000', '184354.691000', '184354.693000', '184354.696000', '184354.699000', '184414.587000', '184414.590000', '184414.593000', '184414.595000', '184414.599000', '184414.601000', '184414.604000', '184414.606000', '184414.609000', '184414.612000', '184414.614000', '184414.617000', '184414.620000', '184414.622000', '184414.625000', '184414.627000', '184414.630000', '184414.633000', '184414.635000', '184414.638000', '184414.640000', '184414.643000', '184414.645000', '184414.648000', '184414.651000', '184414.662000', '184414.665000', '184414.667000', '184414.670000', '184414.672000', '184414.675000', '184414.677000', '184414.680000', '184414.683000', '184414.685000', '184414.688000', '184414.690000', '184414.693000', '184414.696000', '184414.698000', '184414.701000', '184414.704000', '184414.706000', '184414.709000', '184434.588000', '184434.590000', '184434.593000', '184434.596000', '184434.598000', '184434.601000', '184434.603000', '184434.606000', '184434.609000', '184434.611000', '184434.614000', '184434.617000', '184434.619000', '184434.622000', '184434.625000', '184434.627000', '184434.630000', '184434.632000', '184434.635000', '184434.637000', '184434.640000', '184434.642000', '184434.645000', '184434.648000', '184434.650000', '184434.653000', '184434.656000', '184434.659000', '184434.662000', '184434.665000', '184434.668000', '184434.670000', '184434.673000', '184434.676000', '184434.678000', '184434.681000', '184434.684000', '184434.686000', '184434.689000', '184434.691000', '184434.694000', '184434.697000', '184434.699000', '184454.588000', '184454.591000', '184454.594000', '184454.597000', '184454.599000', '184454.602000', '184454.604000', '184454.607000', '184454.610000', '184454.612000', '184454.615000', '184454.617000', '184454.620000', '184454.623000', '184454.625000', '184454.628000', '184454.630000', '184454.633000', '184454.635000', '184454.638000', '184454.641000', '184454.643000', '184454.646000', '184454.654000', '184454.656000', '184454.659000', '184454.661000', '184454.664000', '184454.667000', '184454.669000', '184454.672000', '184454.674000', '184454.677000', '184454.680000', '184454.682000', '184454.685000', '184454.687000', '184454.690000', '184454.693000', '184454.695000', '184454.698000', '184454.701000', '184454.703000', '184454.706000', '184514.588000', '184514.591000', '184514.594000', '184514.597000', '184514.599000', '184514.602000', '184514.604000', '184514.607000', '184514.610000', '184514.612000', '184514.615000', '184514.617000', '184514.620000', '184514.623000', '184514.625000', '184514.628000', '184514.630000', '184514.633000', '184514.636000', '184514.638000', '184514.641000', '184514.643000', '184514.646000', '184514.649000', '184514.651000', '184514.654000', '184514.656000', '184514.659000', '184514.661000', '184514.664000', '184514.667000', '184514.669000', '184514.672000', '184514.674000', '184514.677000', '184514.679000', '184514.682000', '184514.685000', '184514.687000', '184514.690000', '184514.692000', '184514.695000', '184514.698000', '184534.589000', '184534.591000', '184534.594000', '184534.597000', '184534.606000', '184534.609000', '184534.612000', '184534.614000', '184534.617000', '184534.619000', '184534.622000', '184534.625000', '184534.627000', '184534.630000', '184534.632000', '184534.635000', '184534.638000', '184534.640000', '184534.643000', '184534.656000', '184534.659000', '184534.661000', '184534.664000', '184534.666000', '184534.669000', '184534.672000', '184534.674000', '184534.677000', '184534.679000', '184534.682000', '184534.685000', '184534.687000', '184534.690000', '184534.692000', '184534.695000', '184534.698000', '184534.700000', '184534.703000', '184534.705000', '184534.708000', '184534.711000', '184534.713000', '184534.716000', '184534.719000', '184554.588000', '184554.591000', '184554.594000', '184554.596000', '184554.599000', '184554.602000', '184554.604000', '184554.607000', '184554.609000', '184554.612000', '184554.615000', '184554.617000', '184554.620000', '184554.622000', '184554.625000', '184554.627000', '184554.630000', '184554.633000', '184554.635000', '184554.638000', '184554.640000', '184554.643000', '184554.645000', '184554.648000', '184554.651000', '184554.653000', '184554.656000', '184554.658000', '184554.661000', '184554.664000', '184554.666000', '184554.669000', '184554.671000', '184554.674000', '184554.676000', '184554.679000', '184554.682000', '184554.684000', '184554.687000', '184554.689000', '184554.692000', '184554.694000', '184554.697000', '184614.587000', '184614.590000', '184614.593000', '184614.596000', '184614.598000', '184614.607000', '184614.609000', '184614.612000', '184614.614000', '184614.617000', '184614.620000', '184614.622000', '184614.625000', '184614.627000', '184614.630000', '184614.632000', '184614.635000', '184614.638000', '184614.640000', '184614.643000', '184614.645000', '184614.648000', '184614.651000', '184614.653000', '184614.656000', '184614.658000', '184614.661000', '184614.663000', '184614.666000', '184614.669000', '184614.671000', '184614.674000', '184614.676000', '184614.686000', '184614.689000', '184614.691000', '184614.694000', '184614.697000', '184614.699000', '184614.702000', '184614.704000', '184614.707000', '184614.709000', '184614.712000', '184634.588000', '184634.590000', '184634.593000', '184634.596000', '184634.598000', '184634.601000', '184634.603000', '184634.606000', '184634.609000', '184634.611000', '184634.614000', '184634.617000', '184634.619000', '184634.622000', '184634.624000', '184634.627000', '184634.630000', '184634.632000', '184634.635000', '184634.637000', '184634.640000', '184634.643000', '184634.645000', '184634.648000', '184634.651000', '184634.653000', '184634.656000', '184634.658000', '184634.661000', '184634.663000', '184634.666000', '184634.669000', '184634.671000', '184634.674000', '184634.676000', '184634.679000', '184634.682000', '184634.684000', '184634.687000', '184634.689000', '184634.692000', '184634.694000', '184634.697000', '184654.587000', '184654.590000', '184654.593000', '184654.595000', '184654.598000', '184654.601000', '184654.604000', '184654.606000', '184654.609000', '184654.612000', '184654.614000', '184654.617000', '184654.620000', '184654.622000', '184654.625000', '184654.627000', '184654.630000', '184654.632000', '184654.635000', '184654.637000', '184654.640000', '184654.643000', '184654.645000', '184654.648000', '184654.651000', '184654.653000', '184654.656000', '184654.658000', '184654.661000', '184654.664000', '184654.666000', '184654.669000', '184654.672000', '184654.674000', '184654.677000', '184654.679000', '184654.682000', '184654.684000', '184654.687000', '184654.689000', '184654.692000', '184654.695000', '184654.697000', '184654.700000', '184714.589000', '184714.591000', '184714.594000', '184714.597000', '184714.599000', '184714.602000', '184714.605000', '184714.607000', '184714.610000', '184714.613000', '184714.615000', '184714.618000', '184714.620000', '184714.623000', '184714.625000', '184714.628000', '184714.631000', '184714.654000', '184714.657000', '184714.660000', '184714.662000', '184714.665000', '184714.667000', '184714.670000', '184714.673000', '184714.675000', '184714.678000', '184714.680000', '184714.683000', '184714.685000', '184714.688000', '184714.691000', '184714.693000', '184714.696000', '184714.698000', '184714.701000', '184714.704000', '184714.706000', '184714.709000', '184714.711000', '184714.714000', '184714.716000', '184714.719000', '184734.588000', '184734.591000', '184734.594000', '184734.597000', '184734.600000', '184734.602000', '184734.605000', '184734.607000', '184734.610000', '184734.612000', '184734.615000', '184734.618000', '184734.620000', '184734.623000', '184734.625000', '184734.628000', '184734.630000', '184734.633000', '184734.636000', '184734.638000', '184734.641000', '184734.644000', '184734.646000', '184734.649000', '184734.651000', '184734.654000', '184734.656000', '184734.659000', '184734.662000', '184734.664000', '184734.667000', '184734.669000', '184734.672000', '184734.674000', '184734.677000', '184734.680000', '184734.682000', '184734.685000', '184734.687000', '184734.690000', '184734.693000', '184734.695000', '184734.698000', '184734.700000', '184754.588000', '184754.591000', '184754.594000', '184754.596000', '184754.599000', '184754.602000', '184754.604000', '184754.607000', '184754.609000', '184754.612000', '184754.615000', '184754.617000', '184754.620000', '184754.622000', '184754.625000', '184754.628000', '184754.630000', '184754.633000', '184754.636000', '184754.638000', '184754.641000', '184754.643000', '184754.646000', '184754.648000', '184754.651000', '184754.654000', '184754.656000', '184754.659000', '184754.661000', '184754.664000', '184754.667000', '184754.669000', '184754.672000', '184754.675000', '184754.677000', '184754.680000', '184754.682000', '184754.685000', '184754.688000', '184754.690000', '184754.693000', '184754.695000', '184754.698000', '184814.588000', '184814.591000', '184814.594000', '184814.597000', '184814.599000', '184814.602000', '184814.604000', '184814.607000', '184814.610000', '184814.612000', '184814.615000', '184814.617000', '184814.620000', '184814.623000', '184814.625000', '184814.628000', '184814.631000', '184814.634000', '184814.637000', '184814.640000', '184814.642000', '184814.645000', '184814.648000', '184814.650000', '184814.653000', '184814.656000', '184814.658000', '184814.661000', '184814.663000', '184814.666000', '184814.669000', '184814.671000', '184814.674000', '184814.676000', '184814.679000', '184814.683000', '184814.685000', '184814.688000', '184814.691000', '184814.693000', '184814.696000', '184814.698000', '184814.701000', '184834.587000', '184834.590000', '184834.593000', '184834.596000', '184834.598000', '184834.601000', '184834.604000', '184834.606000', '184834.609000', '184834.611000', '184834.614000', '184834.616000', '184834.619000', '184834.622000', '184834.624000', '184834.627000', '184834.629000', '184834.632000', '184834.635000', '184834.637000', '184834.640000', '184834.642000', '184834.645000', '184834.647000', '184834.650000', '184834.653000', '184834.655000', '184834.658000', '184834.660000', '184834.663000', '184834.665000', '184834.668000', '184834.671000', '184834.673000', '184834.676000', '184834.678000', '184834.681000', '184834.683000', '184834.686000', '184834.689000', '184834.691000', '184834.694000', '184834.696000', '184834.708000', '184849.978000', '184849.981000', '184849.984000', '184849.987000', '184849.989000', '184849.992000', '184849.995000', '184849.998000', '184850.002000', '184850.005000', '184850.008000', '184850.010000', '184850.013000', '184850.016000', '184850.018000', '184850.021000', '184850.024000', '184850.026000', '184850.029000', '184850.032000', '184850.034000', '184850.037000', '184850.040000', '184850.043000', '184850.046000', '184850.052000', '184850.056000', '184850.059000', '184850.062000', '184850.065000', '184850.068000', '184850.070000', '184850.073000', '184850.077000'], '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': [9647, 15944, 10615, 13403, 12100, 9575, 17179, 9435, 11673, 13580, 9547, 13816, 7246, 9310, 13163, 8176, 12474, 7145, 9366, 9359, 8817, 14004, 7377, 12185, 8255, 10551, 16550, 11769, 12666, 12390, 7955, 12702, 8955, 10326, 11073, 7262, 12009, 8317, 9499, 7284, 7956, 13445, 8554, 12290, 9150, 10580, 15961, 9748, 11242, 14737, 9039, 12891, 8811, 9016, 12918, 9762, 9797, 7176, 8146, 10491, 7589, 11225, 7753, 10151, 10139, 9224, 15369, 11882, 10103, 10578, 10142, 14218, 10841, 9995, 8717, 7556, 10746, 8696, 8995, 11959, 7038, 11394, 8061, 8664, 10034, 8139, 11161, 7584, 10954, 7838, 11967, 9595, 12512, 7552, 10469, 11703, 9436, 15393, 10931, 12651, 9560, 9627, 13630, 8981, 10348, 7432, 7721, 12142, 7554, 10101, 7661, 8355, 12425, 7231, 10706, 7848, 9036, 7083, 7400, 11984, 7170, 11460, 8940, 9020, 13676, 9565, 14063, 9656, 14189, 9033, 13396, 8212, 13095, 9912, 12057, 8064, 9660, 14946, 8338, 12626, 9523, 9593, 15564, 7540, 10894, 11603, 8582, 12500, 7419, 8767, 10408, 7441, 11565, 8616, 9318, 7152, 7695, 9848, 7923, 12459, 7605, 12145, 8316, 11242, 13075, 10193, 15552, 7644, 12304, 11018, 10022, 15625, 9713, 12285, 8361, 8604, 14595, 9507, 12513, 8093, 8607, 6949, 8404, 13496, 9164, 11809, 7322, 8370, 13558, 9904, 11865, 7860, 8273, 11671, 9078, 9669, 9047, 12557, 8965, 9747, 8890, 15079, 12126, 15739, 9226, 13028, 14221, 9605, 14456, 11228, 10368, 17052, 9119, 10640, 8056, 9561, 12807, 7453, 10127, 7596, 8718, 7094, 7665, 12633, 7209, 11217, 8442, 10504, 7965, 9063, 15861, 11950, 13385, 9721, 9864, 16621, 11594, 12750, 14504, 10737, 13873, 7602, 8946, 9964, 8159, 11768, 7320, 9496, 7365, 8557, 13517, 10177, 10782, 7656, 8089, 12724, 9286, 10777, 7410, 8175, 13650, 8466, 11240, 9730, 8503, 14942, 8690, 9678, 12459, 8200, 12090, 7575, 8995, 9780, 8312, 12996, 7547, 10384, 8174, 8622, 13750, 9965, 10370, 7978, 7691, 12020, 9350, 10194, 7309, 8499, 12864, 8078, 12153, 9426, 10316, 10098, 7995, 12906, 9124, 9604, 14181, 7236, 11541, 8548, 9476, 8519, 7620, 12619, 7429, 11293, 8581, 10367, 7100, 8667, 7676, 8893, 14819, 10749, 13578, 8688, 11072, 11110, 9237, 11762, 8656, 13641, 8273, 12416, 8485, 13901, 10869, 14334, 7980, 11839, 8574, 12755, 9004, 12256, 7974, 8755, 11746, 8894, 10715, 7705, 12302, 7266, 11749, 9145, 11376, 7740, 9364, 9536, 8647, 13716, 9392, 10506, 8573, 12816, 8205, 13933, 11086, 13718, 8147, 11058, 9268, 9449, 16456, 11100, 13430, 8374, 9336, 13883, 8143, 11720, 7429, 9396, 7603, 7442, 12091, 8100, 9883, 7584, 7541, 13488, 8782, 11588, 8250, 10183, 15608, 8473, 14279, 10243, 11205, 10661, 8163, 12937, 9395, 10612, 7921, 8145, 13673, 7846, 12773, 8512, 11643, 7772, 10598, 8565, 9400, 7059, 8373, 15361, 9514, 14298, 10736, 10721, 10836, 8420, 13416, 10192, 12024, 7751, 9809, 8933, 14016, 9289, 8571, 8856, 7319, 9718, 16136, 11231, 14066, 9205, 10823, 16319, 9403, 14369, 11335, 10179, 14664, 7454, 11508, 8421, 9196, 7007, 7713, 7077, 7521, 12820, 7498, 10970, 7623, 10605, 7753, 11080, 10152, 10068, 15466, 8018, 14408, 10659, 12053, 13221, 8715, 15053, 10333, 12429, 13578, 8774, 14732, 8601, 10619, 10498, 8437, 13617, 7771, 10442, 7807, 9551, 10220, 8453, 13231, 8413, 10098, 15264, 9670, 13185, 7573, 9106, 15000, 8366, 12648, 7795, 8712, 14449, 7400, 10485, 10927, 8429, 12744, 7028, 9249, 9299, 8129, 12487, 7525, 9687, 8210, 9027, 14659, 8002, 11962, 8124, 8664, 12032, 10245, 11700, 8132, 11990, 9182, 15611, 10325, 14064, 9100, 10670, 9306, 9118, 9391, 7912, 13568, 9145, 11877, 8206, 10242, 7899, 9251, 15071, 9438, 12812, 7698, 9645, 8969, 9508, 10318, 8552, 13213, 7149, 11773, 9235, 9874, 7434, 9322, 13885, 8404, 13435, 10940, 12483, 8270, 9535, 15664, 10250, 10204, 13100, 8338, 12418, 8555, 9962, 16254, 9145, 12087, 7374, 8413, 14188, 7796, 11116, 6891, 8255, 13990, 7277, 10841, 7839, 9715, 7912, 8952, 12768, 8893, 13666, 9387, 12861, 9231, 11652, 9680, 8563, 13034, 10515, 14134, 10785, 14031, 8411, 11405, 7651, 11662, 9112, 11838, 7718, 9889, 8670, 9028, 16599, 9930, 13501, 7397, 11517, 7577, 11027, 9604, 9855, 11247, 8144, 12836, 8263, 11493, 8635, 9517, 12904, 7204, 12054, 8582, 10810, 7333, 10440, 7190, 10775, 10586, 10392, 11766, 8674, 13629, 9443, 14693, 10754, 14423, 9383, 14226, 10231, 12851, 15704, 10939, 14530, 9724, 10933, 10309, 9130, 14439, 9645, 10289, 7876, 8003, 12014, 7296, 11333, 7414, 8784, 11585, 7795, 12570, 9300, 9479, 14570, 7956, 10315, 11268, 8396, 13357, 7573, 9627, 12582, 8330, 12790, 10064, 10691, 13856, 8122, 12841, 9813, 10502, 16857, 8011, 11406, 14400, 8986, 12810, 7957, 9350, 9893, 8020, 13275, 9859, 10431, 7914, 8906, 12096, 8160, 13114, 10241, 11671, 8881, 8864, 14278, 10432, 12144, 8645, 9429, 15265, 8331, 11968, 7761, 9269, 12917, 8004, 11605, 7306, 12137, 9275, 11189, 7390, 9945, 7700, 9945, 13153, 10347, 15533, 9464, 9948, 16258, 9539, 13752, 8073, 8899, 12353, 8095, 12368, 7517, 9263, 11603, 7958, 12278, 8092, 10281, 7632, 8517, 14455, 9249, 12384, 7739, 9450, 13340, 8375, 12634, 9444, 11033, 8630, 8540, 14258, 10313, 11823, 8279, 8442, 13609, 10195, 10905, 7998, 8401, 14074, 9338, 10124, 8302, 8174, 12944, 7163, 11364, 7988, 10033, 7449, 7803, 13515, 8271, 12032, 8781, 10064, 14240, 8496, 14345, 10788, 12139, 10213, 8377, 12915, 10386, 10954, 7884, 9162, 8327, 9528, 8481, 8602, 7546, 9801, 10519, 10534, 8775, 9501, 7206, 8775, 8446, 13783, 14058, 12271, 16895, 8396, 14058, 10450, 13110, 8503, 9219, 9866, 7696, 9760, 9899, 12376, 6687, 8662, 7435, 9308, 7227, 8879, 6993, 8611, 6895, 10490, 8392, 12347, 10348, 9197, 9171, 8863, 11309, 16815, 12437, 14448, 10429, 10549, 15330, 10148, 13114, 8370, 11274, 7764, 9245, 8556, 8405, 9367, 7293, 11264, 8004, 10768, 8535, 10761, 7610, 9885, 12079], 'WindowCenter': [4231.0, 4255.0, 4211.0, 4218.0, 4193.0, 4172.0, 4210.0, 4158.0, 4179.0, 4176.0, 4143.0, 4176.0, 4123.0, 4146.0, 4173.0, 4135.0, 4164.0, 4112.0, 4146.0, 4145.0, 4146.0, 4188.0, 4126.0, 4176.0, 4134.0, 4165.0, 4186.0, 4166.0, 4177.0, 4151.0, 4123.0, 4163.0, 4130.0, 4143.0, 4152.0, 4112.0, 4165.0, 4135.0, 4157.0, 4138.0, 4148.0, 4185.0, 4148.0, 4178.0, 4156.0, 4169.0, 4199.0, 4155.0, 4166.0, 4172.0, 4132.0, 4165.0, 4131.0, 4132.0, 4162.0, 4141.0, 4143.0, 4101.0, 4135.0, 4155.0, 4136.0, 4165.0, 4137.0, 4167.0, 4156.0, 4157.0, 4186.0, 4166.0, 4158.0, 4155.0, 4156.0, 4175.0, 4152.0, 4144.0, 4121.0, 4113.0, 4154.0, 4122.0, 4133.0, 4165.0, 4124.0, 4165.0, 4124.0, 4120.0, 4141.0, 4134.0, 4163.0, 4135.0, 4176.0, 4149.0, 4177.0, 4157.0, 4175.0, 4123.0, 4167.0, 4166.0, 4145.0, 4185.0, 4155.0, 4164.0, 4131.0, 4145.0, 4161.0, 4120.0, 4140.0, 4096.0, 4111.0, 4152.0, 4112.0, 4154.0, 4122.0, 4133.0, 4164.0, 4125.0, 4164.0, 4135.0, 4159.0, 4127.0, 4138.0, 4191.0, 4142.0, 4192.0, 4160.0, 4161.0, 4189.0, 4171.0, 4199.0, 4173.0, 4201.0, 4161.0, 4190.0, 4149.0, 4214.0, 4171.0, 4178.0, 4136.0, 4158.0, 4188.0, 4137.0, 4176.0, 4142.0, 4144.0, 4181.0, 4124.0, 4167.0, 4153.0, 4133.0, 4161.0, 4111.0, 4134.0, 4152.0, 4125.0, 4165.0, 4148.0, 4158.0, 4138.0, 4150.0, 4168.0, 4148.0, 4200.0, 4150.0, 4188.0, 4136.0, 4179.0, 4178.0, 4157.0, 4187.0, 4138.0, 4177.0, 4168.0, 4157.0, 4186.0, 4157.0, 4179.0, 4132.0, 4145.0, 4184.0, 4157.0, 4176.0, 4138.0, 4145.0, 4115.0, 4136.0, 4174.0, 4132.0, 4164.0, 4112.0, 4145.0, 4174.0, 4156.0, 4164.0, 4123.0, 4146.0, 4176.0, 4158.0, 4159.0, 4159.0, 4188.0, 4159.0, 4169.0, 4172.0, 4200.0, 4191.0, 4197.0, 4147.0, 4188.0, 4190.0, 4159.0, 4187.0, 4153.0, 4155.0, 4183.0, 4130.0, 4142.0, 4111.0, 4145.0, 4161.0, 4112.0, 4153.0, 4124.0, 4133.0, 4113.0, 4137.0, 4176.0, 4137.0, 4179.0, 4149.0, 4181.0, 4137.0, 4161.0, 4210.0, 4178.0, 4190.0, 4145.0, 4156.0, 4197.0, 4166.0, 4178.0, 4175.0, 4155.0, 4161.0, 4112.0, 4134.0, 4154.0, 4123.0, 4151.0, 4111.0, 4143.0, 4125.0, 4144.0, 4174.0, 4153.0, 4154.0, 4112.0, 4135.0, 4164.0, 4145.0, 4165.0, 4113.0, 4134.0, 4187.0, 4147.0, 4167.0, 4143.0, 4146.0, 4186.0, 4145.0, 4156.0, 4163.0, 4134.0, 4163.0, 4122.0, 4146.0, 4154.0, 4134.0, 4173.0, 4125.0, 4155.0, 4134.0, 4148.0, 4184.0, 4156.0, 4154.0, 4122.0, 4126.0, 4165.0, 4144.0, 4155.0, 4123.0, 4145.0, 4176.0, 4136.0, 4175.0, 4145.0, 4156.0, 4154.0, 4149.0, 4178.0, 4144.0, 4155.0, 4174.0, 4124.0, 4177.0, 4136.0, 4158.0, 4135.0, 4134.0, 4187.0, 4137.0, 4176.0, 4148.0, 4166.0, 4126.0, 4173.0, 4151.0, 4161.0, 4198.0, 4168.0, 4176.0, 4136.0, 4178.0, 4164.0, 4159.0, 4180.0, 4146.0, 4173.0, 4135.0, 4178.0, 4159.0, 4188.0, 4168.0, 4187.0, 4137.0, 4176.0, 4148.0, 4176.0, 4136.0, 4168.0, 4121.0, 4134.0, 4163.0, 4146.0, 4156.0, 4124.0, 4162.0, 4126.0, 4176.0, 4146.0, 4165.0, 4150.0, 4158.0, 4154.0, 4158.0, 4186.0, 4159.0, 4154.0, 4159.0, 4177.0, 4149.0, 4187.0, 4167.0, 4176.0, 4125.0, 4166.0, 4145.0, 4146.0, 4185.0, 4156.0, 4164.0, 4122.0, 4143.0, 4172.0, 4122.0, 4163.0, 4111.0, 4142.0, 4120.0, 4137.0, 4175.0, 4134.0, 4157.0, 4125.0, 4138.0, 4188.0, 4158.0, 4179.0, 4149.0, 4169.0, 4198.0, 4146.0, 4187.0, 4156.0, 4168.0, 4154.0, 4136.0, 4178.0, 4146.0, 4157.0, 4126.0, 4139.0, 4199.0, 4149.0, 4188.0, 4158.0, 4176.0, 4148.0, 4178.0, 4159.0, 4171.0, 4129.0, 4148.0, 4200.0, 4159.0, 4200.0, 4179.0, 4192.0, 4167.0, 4138.0, 4176.0, 4156.0, 4163.0, 4137.0, 4158.0, 4149.0, 4186.0, 4158.0, 4147.0, 4149.0, 4128.0, 4171.0, 4198.0, 4169.0, 4189.0, 4158.0, 4166.0, 4187.0, 4143.0, 4176.0, 4153.0, 4155.0, 4173.0, 4112.0, 4152.0, 4122.0, 4132.0, 4101.0, 4121.0, 4114.0, 4150.0, 4188.0, 4136.0, 4168.0, 4137.0, 4169.0, 4137.0, 4182.0, 4170.0, 4170.0, 4199.0, 4138.0, 4190.0, 4158.0, 4175.0, 4176.0, 4137.0, 4187.0, 4157.0, 4166.0, 4162.0, 4133.0, 4172.0, 4132.0, 4154.0, 4142.0, 4133.0, 4163.0, 4111.0, 4154.0, 4123.0, 4143.0, 4141.0, 4132.0, 4173.0, 4122.0, 4154.0, 4172.0, 4143.0, 4161.0, 4111.0, 4130.0, 4174.0, 4123.0, 4163.0, 4110.0, 4133.0, 4160.0, 4112.0, 4153.0, 4141.0, 4121.0, 4161.0, 4112.0, 4144.0, 4144.0, 4135.0, 4175.0, 4126.0, 4157.0, 4149.0, 4158.0, 4186.0, 4137.0, 4179.0, 4138.0, 4149.0, 4179.0, 4169.0, 4176.0, 4148.0, 4179.0, 4159.0, 4199.0, 4169.0, 4189.0, 4136.0, 4158.0, 4148.0, 4148.0, 4158.0, 4149.0, 4186.0, 4157.0, 4177.0, 4148.0, 4168.0, 4148.0, 4157.0, 4198.0, 4159.0, 4175.0, 4127.0, 4159.0, 4149.0, 4159.0, 4157.0, 4148.0, 4199.0, 4153.0, 4190.0, 4171.0, 4169.0, 4126.0, 4147.0, 4177.0, 4147.0, 4187.0, 4167.0, 4177.0, 4134.0, 4158.0, 4200.0, 4167.0, 4156.0, 4163.0, 4123.0, 4164.0, 4134.0, 4153.0, 4183.0, 4143.0, 4163.0, 4111.0, 4133.0, 4173.0, 4123.0, 4151.0, 4113.0, 4147.0, 4185.0, 4126.0, 4168.0, 4140.0, 4169.0, 4160.0, 4171.0, 4187.0, 4156.0, 4200.0, 4158.0, 4187.0, 4158.0, 4179.0, 4156.0, 4149.0, 4180.0, 4168.0, 4189.0, 4172.0, 4187.0, 4147.0, 4167.0, 4126.0, 4165.0, 4146.0, 4166.0, 4126.0, 4156.0, 4146.0, 4145.0, 4186.0, 4142.0, 4160.0, 4099.0, 4149.0, 4109.0, 4152.0, 4141.0, 4142.0, 4139.0, 4120.0, 4175.0, 4135.0, 4165.0, 4131.0, 4141.0, 4160.0, 4123.0, 4173.0, 4134.0, 4163.0, 4123.0, 4166.0, 4124.0, 4166.0, 4167.0, 4180.0, 4178.0, 4157.0, 4201.0, 4158.0, 4200.0, 4179.0, 4188.0, 4159.0, 4186.0, 4156.0, 4189.0, 4188.0, 4180.0, 4175.0, 4143.0, 4154.0, 4154.0, 4146.0, 4186.0, 4146.0, 4145.0, 4122.0, 4134.0, 4165.0, 4125.0, 4166.0, 4125.0, 4147.0, 4178.0, 4138.0, 4189.0, 4156.0, 4158.0, 4188.0, 4149.0, 4180.0, 4166.0, 4149.0, 4188.0, 4148.0, 4171.0, 4189.0, 4148.0, 4190.0, 4156.0, 4170.0, 4187.0, 4149.0, 4189.0, 4156.0, 4166.0, 4196.0, 4134.0, 4178.0, 4185.0, 4147.0, 4177.0, 4125.0, 4145.0, 4142.0, 4137.0, 4175.0, 4170.0, 4168.0, 4135.0, 4145.0, 4174.0, 4149.0, 4188.0, 4157.0, 4166.0, 4134.0, 4148.0, 4186.0, 4168.0, 4176.0, 4134.0, 4145.0, 4184.0, 4134.0, 4165.0, 4122.0, 4155.0, 4163.0, 4133.0, 4164.0, 4139.0, 4177.0, 4160.0, 4178.0, 4140.0, 4169.0, 4151.0, 4183.0, 4214.0, 4183.0, 4199.0, 4145.0, 4157.0, 4182.0, 4143.0, 4174.0, 4123.0, 4144.0, 4163.0, 4134.0, 4163.0, 4125.0, 4145.0, 4163.0, 4135.0, 4175.0, 4135.0, 4155.0, 4125.0, 4146.0, 4187.0, 4156.0, 4178.0, 4137.0, 4155.0, 4187.0, 4149.0, 4188.0, 4159.0, 4168.0, 4145.0, 4147.0, 4187.0, 4157.0, 4168.0, 4134.0, 4147.0, 4188.0, 4156.0, 4167.0, 4123.0, 4146.0, 4187.0, 4147.0, 4154.0, 4134.0, 4147.0, 4188.0, 4137.0, 4177.0, 4136.0, 4156.0, 4124.0, 4137.0, 4188.0, 4148.0, 4179.0, 4149.0, 4168.0, 4188.0, 4149.0, 4188.0, 4166.0, 4165.0, 4155.0, 4134.0, 4176.0, 4158.0, 4157.0, 4136.0, 4158.0, 4161.0, 4167.0, 4147.0, 4146.0, 4125.0, 4170.0, 4166.0, 4167.0, 4146.0, 4157.0, 4138.0, 4148.0, 4147.0, 4191.0, 4186.0, 4166.0, 4185.0, 4122.0, 4175.0, 4155.0, 4166.0, 4123.0, 4132.0, 4143.0, 4123.0, 4141.0, 4157.0, 4164.0, 4113.0, 4132.0, 4127.0, 4156.0, 4139.0, 4156.0, 4128.0, 4147.0, 4141.0, 4181.0, 4162.0, 4192.0, 4173.0, 4162.0, 4162.0, 4160.0, 4197.0, 4213.0, 4181.0, 4179.0, 4147.0, 4158.0, 4185.0, 4158.0, 4164.0, 4136.0, 4154.0, 4138.0, 4147.0, 4134.0, 4135.0, 4143.0, 4139.0, 4179.0, 4150.0, 4181.0, 4161.0, 4178.0, 4139.0, 4172.0, 4181.0], 'WindowWidth': [9386.0, 9405.0, 9334.0, 9334.0, 9290.0, 9258.0, 9310.0, 9236.0, 9263.0, 9254.0, 9204.0, 9251.0, 9178.0, 9211.0, 9243.0, 9193.0, 9230.0, 9160.0, 9213.0, 9212.0, 9213.0, 9272.0, 9185.0, 9252.0, 9195.0, 9236.0, 9269.0, 9238.0, 9255.0, 9211.0, 9178.0, 9230.0, 9181.0, 9203.0, 9209.0, 9159.0, 9235.0, 9195.0, 9229.0, 9208.0, 9220.0, 9265.0, 9218.0, 9260.0, 9227.0, 9248.0, 9291.0, 9226.0, 9238.0, 9241.0, 9186.0, 9236.0, 9183.0, 9188.0, 9226.0, 9197.0, 9201.0, 9143.0, 9196.0, 9222.0, 9199.0, 9237.0, 9202.0, 9242.0, 9225.0, 9228.0, 9268.0, 9237.0, 9231.0, 9221.0, 9224.0, 9250.0, 9213.0, 9201.0, 9166.0, 9160.0, 9217.0, 9170.0, 9189.0, 9237.0, 9182.0, 9235.0, 9178.0, 9167.0, 9196.0, 9193.0, 9232.0, 9197.0, 9256.0, 9224.0, 9256.0, 9229.0, 9250.0, 9178.0, 9242.0, 9239.0, 9209.0, 9262.0, 9220.0, 9231.0, 9182.0, 9207.0, 9225.0, 9164.0, 9191.0, 9126.0, 9154.0, 9209.0, 9160.0, 9216.0, 9172.0, 9192.0, 9231.0, 9184.0, 9234.0, 9196.0, 9234.0, 9191.0, 9208.0, 9284.0, 9220.0, 9286.0, 9237.0, 9242.0, 9275.0, 9256.0, 9291.0, 9261.0, 9297.0, 9241.0, 9277.0, 9224.0, 9323.0, 9256.0, 9261.0, 9198.0, 9233.0, 9273.0, 9202.0, 9255.0, 9201.0, 9206.0, 9254.0, 9178.0, 9243.0, 9215.0, 9188.0, 9223.0, 9156.0, 9190.0, 9210.0, 9181.0, 9235.0, 9219.0, 9234.0, 9210.0, 9226.0, 9245.0, 9222.0, 9297.0, 9229.0, 9273.0, 9202.0, 9262.0, 9259.0, 9230.0, 9270.0, 9203.0, 9257.0, 9243.0, 9229.0, 9268.0, 9228.0, 9264.0, 9189.0, 9211.0, 9265.0, 9231.0, 9256.0, 9205.0, 9210.0, 9168.0, 9197.0, 9244.0, 9185.0, 9231.0, 9159.0, 9211.0, 9246.0, 9223.0, 9232.0, 9177.0, 9215.0, 9256.0, 9234.0, 9234.0, 9238.0, 9273.0, 9237.0, 9251.0, 9262.0, 9293.0, 9282.0, 9286.0, 9215.0, 9274.0, 9279.0, 9233.0, 9271.0, 9214.0, 9220.0, 9257.0, 9179.0, 9198.0, 9153.0, 9208.0, 9219.0, 9157.0, 9216.0, 9180.0, 9189.0, 9163.0, 9201.0, 9254.0, 9205.0, 9262.0, 9224.0, 9268.0, 9203.0, 9244.0, 9309.0, 9260.0, 9278.0, 9209.0, 9223.0, 9284.0, 9239.0, 9258.0, 9251.0, 9221.0, 9223.0, 9158.0, 9191.0, 9221.0, 9176.0, 9210.0, 9157.0, 9204.0, 9183.0, 9209.0, 9247.0, 9218.0, 9219.0, 9158.0, 9195.0, 9232.0, 9209.0, 9237.0, 9164.0, 9195.0, 9269.0, 9218.0, 9244.0, 9205.0, 9212.0, 9266.0, 9215.0, 9227.0, 9231.0, 9190.0, 9229.0, 9173.0, 9211.0, 9218.0, 9194.0, 9243.0, 9183.0, 9223.0, 9195.0, 9221.0, 9260.0, 9225.0, 9219.0, 9171.0, 9184.0, 9234.0, 9205.0, 9224.0, 9177.0, 9209.0, 9253.0, 9201.0, 9252.0, 9210.0, 9225.0, 9220.0, 9222.0, 9259.0, 9209.0, 9225.0, 9245.0, 9180.0, 9257.0, 9197.0, 9229.0, 9193.0, 9194.0, 9271.0, 9207.0, 9255.0, 9220.0, 9242.0, 9189.0, 9263.0, 9231.0, 9244.0, 9286.0, 9246.0, 9254.0, 9197.0, 9262.0, 9235.0, 9233.0, 9262.0, 9212.0, 9245.0, 9197.0, 9257.0, 9237.0, 9273.0, 9247.0, 9268.0, 9203.0, 9253.0, 9221.0, 9254.0, 9198.0, 9243.0, 9170.0, 9193.0, 9229.0, 9210.0, 9224.0, 9181.0, 9228.0, 9187.0, 9253.0, 9212.0, 9237.0, 9232.0, 9236.0, 9225.0, 9235.0, 9268.0, 9235.0, 9221.0, 9236.0, 9256.0, 9222.0, 9270.0, 9242.0, 9253.0, 9183.0, 9240.0, 9206.0, 9211.0, 9265.0, 9221.0, 9232.0, 9170.0, 9200.0, 9241.0, 9173.0, 9227.0, 9157.0, 9200.0, 9169.0, 9205.0, 9250.0, 9196.0, 9228.0, 9183.0, 9208.0, 9274.0, 9234.0, 9265.0, 9221.0, 9250.0, 9286.0, 9216.0, 9272.0, 9226.0, 9244.0, 9219.0, 9199.0, 9256.0, 9211.0, 9225.0, 9182.0, 9208.0, 9288.0, 9226.0, 9275.0, 9234.0, 9256.0, 9224.0, 9264.0, 9240.0, 9258.0, 9195.0, 9218.0, 9292.0, 9235.0, 9295.0, 9266.0, 9287.0, 9243.0, 9203.0, 9251.0, 9225.0, 9230.0, 9200.0, 9230.0, 9221.0, 9267.0, 9230.0, 9215.0, 9220.0, 9190.0, 9256.0, 9289.0, 9246.0, 9276.0, 9232.0, 9237.0, 9268.0, 9203.0, 9251.0, 9213.0, 9221.0, 9245.0, 9159.0, 9211.0, 9170.0, 9183.0, 9139.0, 9171.0, 9168.0, 9225.0, 9271.0, 9202.0, 9244.0, 9204.0, 9250.0, 9207.0, 9270.0, 9250.0, 9251.0, 9288.0, 9204.0, 9279.0, 9231.0, 9252.0, 9251.0, 9197.0, 9270.0, 9228.0, 9238.0, 9226.0, 9186.0, 9239.0, 9184.0, 9219.0, 9198.0, 9188.0, 9226.0, 9157.0, 9218.0, 9174.0, 9202.0, 9196.0, 9188.0, 9242.0, 9172.0, 9219.0, 9239.0, 9201.0, 9224.0, 9154.0, 9181.0, 9245.0, 9174.0, 9227.0, 9155.0, 9188.0, 9220.0, 9161.0, 9216.0, 9195.0, 9170.0, 9220.0, 9161.0, 9208.0, 9203.0, 9196.0, 9249.0, 9185.0, 9230.0, 9222.0, 9234.0, 9267.0, 9203.0, 9259.0, 9206.0, 9223.0, 9262.0, 9247.0, 9253.0, 9222.0, 9264.0, 9237.0, 9290.0, 9248.0, 9273.0, 9194.0, 9225.0, 9217.0, 9219.0, 9233.0, 9225.0, 9269.0, 9227.0, 9254.0, 9218.0, 9247.0, 9221.0, 9231.0, 9286.0, 9232.0, 9250.0, 9187.0, 9236.0, 9220.0, 9235.0, 9228.0, 9218.0, 9293.0, 9238.0, 9284.0, 9255.0, 9249.0, 9185.0, 9216.0, 9255.0, 9215.0, 9270.0, 9242.0, 9256.0, 9192.0, 9230.0, 9295.0, 9243.0, 9225.0, 9229.0, 9175.0, 9231.0, 9193.0, 9217.0, 9256.0, 9200.0, 9228.0, 9155.0, 9191.0, 9242.0, 9176.0, 9212.0, 9165.0, 9216.0, 9263.0, 9184.0, 9241.0, 9208.0, 9249.0, 9244.0, 9261.0, 9274.0, 9230.0, 9291.0, 9234.0, 9274.0, 9232.0, 9265.0, 9227.0, 9221.0, 9263.0, 9244.0, 9278.0, 9251.0, 9271.0, 9218.0, 9242.0, 9187.0, 9238.0, 9214.0, 9239.0, 9187.0, 9227.0, 9212.0, 9211.0, 9269.0, 9198.0, 9220.0, 9135.0, 9204.0, 9150.0, 9211.0, 9196.0, 9199.0, 9189.0, 9168.0, 9251.0, 9197.0, 9234.0, 9184.0, 9199.0, 9220.0, 9177.0, 9244.0, 9194.0, 9231.0, 9180.0, 9239.0, 9182.0, 9240.0, 9241.0, 9266.0, 9260.0, 9233.0, 9295.0, 9233.0, 9295.0, 9262.0, 9274.0, 9233.0, 9269.0, 9225.0, 9278.0, 9274.0, 9266.0, 9250.0, 9200.0, 9218.0, 9220.0, 9213.0, 9265.0, 9210.0, 9206.0, 9172.0, 9191.0, 9233.0, 9182.0, 9238.0, 9185.0, 9217.0, 9262.0, 9207.0, 9277.0, 9227.0, 9232.0, 9271.0, 9221.0, 9267.0, 9242.0, 9222.0, 9275.0, 9221.0, 9256.0, 9275.0, 9220.0, 9278.0, 9228.0, 9252.0, 9269.0, 9224.0, 9278.0, 9227.0, 9241.0, 9280.0, 9195.0, 9259.0, 9266.0, 9213.0, 9257.0, 9182.0, 9209.0, 9201.0, 9203.0, 9251.0, 9254.0, 9247.0, 9200.0, 9212.0, 9247.0, 9224.0, 9273.0, 9230.0, 9241.0, 9192.0, 9218.0, 9268.0, 9247.0, 9254.0, 9194.0, 9210.0, 9261.0, 9193.0, 9237.0, 9173.0, 9225.0, 9230.0, 9190.0, 9235.0, 9212.0, 9257.0, 9238.0, 9259.0, 9212.0, 9251.0, 9228.0, 9278.0, 9325.0, 9278.0, 9293.0, 9211.0, 9226.0, 9256.0, 9201.0, 9247.0, 9176.0, 9208.0, 9230.0, 9194.0, 9230.0, 9181.0, 9209.0, 9232.0, 9198.0, 9249.0, 9197.0, 9224.0, 9184.0, 9217.0, 9268.0, 9227.0, 9259.0, 9202.0, 9224.0, 9271.0, 9221.0, 9273.0, 9235.0, 9245.0, 9210.0, 9217.0, 9271.0, 9228.0, 9244.0, 9193.0, 9219.0, 9272.0, 9226.0, 9242.0, 9177.0, 9213.0, 9269.0, 9216.0, 9221.0, 9194.0, 9219.0, 9272.0, 9207.0, 9258.0, 9200.0, 9227.0, 9181.0, 9205.0, 9275.0, 9221.0, 9263.0, 9221.0, 9247.0, 9272.0, 9222.0, 9274.0, 9240.0, 9238.0, 9221.0, 9194.0, 9252.0, 9229.0, 9224.0, 9198.0, 9236.0, 9244.0, 9245.0, 9217.0, 9215.0, 9183.0, 9254.0, 9241.0, 9242.0, 9214.0, 9232.0, 9208.0, 9219.0, 9216.0, 9282.0, 9267.0, 9238.0, 9262.0, 9172.0, 9248.0, 9221.0, 9235.0, 9174.0, 9185.0, 9203.0, 9175.0, 9199.0, 9229.0, 9230.0, 9166.0, 9186.0, 9187.0, 9226.0, 9211.0, 9226.0, 9191.0, 9214.0, 9215.0, 9269.0, 9244.0, 9284.0, 9259.0, 9241.0, 9242.0, 9238.0, 9297.0, 9317.0, 9265.0, 9262.0, 9209.0, 9227.0, 9262.0, 9228.0, 9231.0, 9193.0, 9216.0, 9205.0, 9213.0, 9190.0, 9195.0, 9201.0, 9208.0, 9262.0, 9226.0, 9265.0, 9241.0, 9260.0, 9208.0, 9256.0, 9266.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.002092439585730725</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02584771254315305</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.838805141658945</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2418311844700467</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.031097126440093</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4437</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8366.8848</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15030193394366753</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>171</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>19.677790563866512</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3280157537570636</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.256893400736923</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5200761217348853</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2070777387993825</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0121587</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017936453223228455</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02944188192486763</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.023945144003561</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>36.5798</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.4795</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.0362</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308142.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>673.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.8291</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4714</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.7955</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3422.829</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3594.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68402.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1271.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4479.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.1468</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.7390572745353</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> |