=== 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-0026 --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-0026",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0026_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0026_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0026/ses-04/func/sub-0026_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>089756da8e7d76c4cc4357bd80286e21</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>09:58:14.355000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993313, 0.0187448, 0.113918, -0.0353816, 0.988677, 0.145827]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0945946</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4174, -7757, -7287, 656, 17, -142, 47, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.362</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9c10585e-e902-4da4-b8a0-836146beac0e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6649868488311768, -0.09492626041173935, 0.29671674966812134, 110.30409240722656], [-0.0502910353243351, 2.6525485515594482, 0.4019835293292999, -99.29570007324219], [0.3056349754333496, -0.39124393463134766, 2.653369188308716, -60.849605560302734], [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': ['095814.355000', '095814.815000', '095815.275000', '095815.735000', '095816.195000', '095816.655000', '095817.115000', '095817.575000', '095818.035000', '095818.495000', '095818.955000', '095819.415000', '095819.875000', '095820.335000', '095820.795000', '095821.255000', '095821.715000', '095822.175000', '095822.635000', '095823.095000', '095823.555000', '095824.015000', '095824.475000', '095824.935000', '095825.395000', '095825.855000', '095826.315000', '095826.775000', '095827.235000', '095827.695000', '095828.155000', '095828.615000', '095829.075000', '095829.535000', '095829.995000', '095830.455000', '095830.915000', '095831.375000', '095831.835000', '095832.295000', '095832.755000', '095833.215000', '095833.675000', '095834.135000', '095834.595000', '095835.055000', '095835.515000', '095835.975000', '095836.435000', '095836.895000', '095837.355000', '095837.815000', '095838.275000', '095838.735000', '095839.195000', '095839.655000', '095840.115000', '095840.575000', '095841.035000', '095841.495000', '095841.955000', '095842.415000', '095842.875000', '095843.335000', '095843.795000', '095844.255000', '095844.715000', '095845.175000', '095845.635000', '095846.095000', '095846.555000', '095847.015000', '095847.475000', '095847.935000', '095848.395000', '095848.855000', '095849.315000', '095849.775000', '095850.235000', '095850.695000', '095851.155000', '095851.615000', '095852.075000', '095852.535000', '095852.995000', '095853.455000', '095853.915000', '095854.375000', '095854.835000', '095855.295000', '095855.755000', '095856.215000', '095856.675000', '095857.135000', '095857.595000', '095858.055000', '095858.515000', '095858.975000', '095859.435000', '095859.895000', '095900.355000', '095900.815000', '095901.275000', '095901.735000', '095902.195000', '095902.655000', '095903.115000', '095903.575000', '095904.035000', '095904.495000', '095904.955000', '095905.415000', '095905.875000', '095906.335000', '095906.795000', '095907.255000', '095907.715000', '095908.175000', '095908.635000', '095909.095000', '095909.555000', '095910.015000', '095910.475000', '095910.935000', '095911.395000', '095911.855000', '095912.315000', '095912.775000', '095913.235000', '095913.695000', '095914.155000', '095914.615000', '095915.075000', '095915.535000', '095915.995000', '095916.455000', '095916.915000', '095917.375000', '095917.835000', '095918.295000', '095918.755000', '095919.215000', '095919.675000', '095920.135000', '095920.595000', '095921.055000', '095921.515000', '095921.975000', '095922.435000', '095922.895000', '095923.355000', '095923.815000', '095924.275000', '095924.735000', '095925.195000', '095925.655000', '095926.115000', '095926.575000', '095927.035000', '095927.495000', '095927.955000', '095928.415000', '095928.875000', '095929.335000', '095929.795000', '095930.255000', '095930.715000', '095931.175000', '095931.635000', '095932.095000', '095932.555000', '095933.015000', '095933.475000', '095933.935000', '095934.395000', '095934.855000', '095935.315000', '095935.775000', '095936.235000', '095936.695000', '095937.155000', '095937.615000', '095938.075000', '095938.535000', '095938.995000', '095939.455000', '095939.915000', '095940.375000', '095940.835000', '095941.295000', '095941.755000', '095942.215000', '095942.675000', '095943.135000', '095943.595000', '095944.055000', '095944.515000', '095944.975000', '095945.435000', '095945.895000', '095946.355000', '095946.815000', '095947.275000', '095947.735000', '095948.195000', '095948.655000', '095949.115000', '095949.575000', '095950.035000', '095950.495000', '095950.955000', '095951.415000', '095951.875000', '095952.335000', '095952.795000', '095953.255000', '095953.715000', '095954.175000', '095954.635000', '095955.095000', '095955.555000', '095956.015000', '095956.475000', '095956.935000', '095957.395000', '095957.855000', '095958.315000', '095958.775000', '095959.235000', '095959.695000', '100000.155000', '100000.615000', '100001.075000', '100001.535000', '100001.995000', '100002.455000', '100002.915000', '100003.375000', '100003.835000', '100004.295000', '100004.755000', '100005.215000', '100005.675000', '100006.135000', '100006.595000', '100007.055000', '100007.515000', '100007.975000', '100008.435000', '100008.895000', '100009.355000', '100009.815000', '100010.275000', '100010.735000', '100011.195000', '100011.655000', '100012.115000', '100012.575000', '100013.035000', '100013.495000', '100013.955000', '100014.415000', '100014.875000', '100015.335000', '100015.795000', '100016.255000', '100016.715000', '100017.175000', '100017.635000', '100018.095000', '100018.555000', '100019.015000', '100019.475000', '100019.935000', '100020.395000', '100020.855000', '100021.315000', '100021.775000', '100022.235000', '100022.695000', '100023.155000', '100023.615000', '100024.075000', '100024.535000', '100024.995000', '100025.455000', '100025.915000', '100026.375000', '100026.835000', '100027.295000', '100027.755000', '100028.215000', '100028.675000', '100029.135000', '100029.595000', '100030.055000', '100030.515000', '100030.975000', '100031.435000', '100031.895000', '100032.355000', '100032.815000', '100033.275000', '100033.735000', '100034.195000', '100034.655000', '100035.115000', '100035.575000', '100036.035000', '100036.495000', '100036.955000', '100037.415000', '100037.875000', '100038.335000', '100038.795000', '100039.255000', '100039.715000', '100040.175000', '100040.635000', '100041.095000', '100041.555000', '100042.015000', '100042.475000', '100042.935000', '100043.395000', '100043.855000', '100044.315000', '100044.775000', '100045.235000', '100045.695000', '100046.155000', '100046.615000', '100047.075000', '100047.535000', '100047.995000', '100048.455000', '100048.915000', '100049.375000', '100049.835000', '100050.295000', '100050.755000', '100051.215000', '100051.675000', '100052.135000', '100052.595000', '100053.055000', '100053.515000', '100053.975000', '100054.435000', '100054.895000', '100055.355000', '100055.815000', '100056.275000', '100056.735000', '100057.195000', '100057.655000', '100058.115000', '100058.575000', '100059.035000', '100059.495000', '100059.955000', '100100.415000', '100100.875000', '100101.335000', '100101.795000', '100102.255000', '100102.715000', '100103.175000', '100103.635000', '100104.095000', '100104.555000', '100105.015000', '100105.475000', '100105.935000', '100106.395000', '100106.855000', '100107.315000', '100107.775000', '100108.235000', '100108.695000', '100109.155000', '100109.615000', '100110.075000', '100110.535000', '100110.995000', '100111.455000', '100111.915000', '100112.375000', '100112.835000', '100113.295000', '100113.755000', '100114.215000', '100114.675000', '100115.135000', '100115.595000', '100116.055000', '100116.515000', '100116.975000', '100117.435000', '100117.895000', '100118.355000', '100118.815000', '100119.275000', '100119.735000', '100120.195000', '100120.655000', '100121.115000', '100121.575000', '100122.035000', '100122.495000', '100122.955000', '100123.415000', '100123.875000', '100124.335000', '100124.795000', '100125.255000', '100125.715000', '100126.175000', '100126.635000', '100127.095000', '100127.555000', '100128.015000', '100128.475000', '100128.935000', '100129.395000', '100129.855000', '100130.315000', '100130.775000', '100131.235000', '100131.695000', '100132.155000', '100132.615000', '100133.075000', '100133.535000', '100133.995000', '100134.455000', '100134.915000', '100135.375000', '100135.835000', '100136.295000', '100136.755000', '100137.215000', '100137.675000', '100138.135000', '100138.595000', '100139.055000', '100139.515000', '100139.975000', '100140.435000', '100140.895000', '100141.355000', '100141.815000', '100142.275000', '100142.735000', '100143.195000', '100143.655000', '100144.115000', '100144.575000', '100145.035000', '100145.495000', '100145.955000', '100146.415000', '100146.875000', '100147.335000', '100147.795000', '100148.255000', '100148.715000', '100149.175000', '100149.635000', '100150.095000', '100150.555000', '100151.015000', '100151.475000', '100151.935000', '100152.395000', '100152.855000', '100153.315000', '100153.775000', '100154.235000', '100154.695000', '100155.155000', '100155.615000', '100156.075000', '100156.535000', '100156.995000', '100157.455000', '100157.915000', '100158.375000', '100158.835000', '100159.295000', '100159.755000', '100200.215000', '100200.675000', '100201.135000', '100201.595000', '100202.055000', '100202.515000', '100202.975000', '100203.435000', '100203.895000', '100204.355000', '100204.815000', '100205.275000', '100205.735000', '100206.195000', '100206.655000', '100207.115000', '100207.575000', '100208.035000', '100208.495000', '100208.955000', '100209.415000', '100209.875000', '100210.335000', '100210.795000', '100211.255000', '100211.715000', '100212.175000', '100212.635000', '100213.095000', '100213.555000', '100214.015000', '100214.475000', '100214.935000', '100215.395000', '100215.855000', '100216.315000', '100216.775000', '100217.235000', '100217.695000', '100218.155000', '100218.615000', '100219.075000', '100219.535000', '100219.995000', '100220.455000', '100220.915000', '100221.375000', '100221.835000', '100222.295000', '100222.755000', '100223.215000', '100223.675000', '100224.135000', '100224.595000', '100225.055000', '100225.515000', '100225.975000', '100226.435000', '100226.895000', '100227.355000', '100227.815000', '100228.275000', '100228.735000', '100229.195000', '100229.655000', '100230.115000', '100230.575000', '100231.035000', '100231.495000', '100231.955000', '100232.415000', '100232.875000', '100233.335000', '100233.795000', '100234.255000', '100234.715000', '100235.175000', '100235.635000', '100236.095000', '100236.555000', '100237.015000', '100237.475000', '100237.935000', '100238.395000', '100238.855000', '100239.315000', '100239.775000', '100240.235000', '100240.695000', '100241.155000', '100241.615000', '100242.075000', '100242.535000', '100242.995000', '100243.455000', '100243.915000', '100244.375000', '100244.835000', '100245.295000', '100245.755000', '100246.215000', '100246.675000', '100247.135000', '100247.595000', '100248.055000', '100248.515000', '100248.975000', '100249.435000', '100249.895000', '100250.355000', '100250.815000', '100251.275000', '100251.735000', '100252.195000', '100252.655000', '100253.115000', '100253.575000', '100254.035000', '100254.495000', '100254.955000', '100255.415000', '100255.875000', '100256.335000', '100256.795000', '100257.255000', '100257.715000', '100258.175000', '100258.635000', '100259.095000', '100259.555000', '100300.015000', '100300.475000', '100300.935000', '100301.395000', '100301.855000', '100302.315000', '100302.775000', '100303.235000', '100303.695000', '100304.155000', '100304.615000', '100305.075000', '100305.535000', '100305.995000', '100306.455000', '100306.915000', '100307.375000', '100307.835000', '100308.295000', '100308.755000', '100309.215000', '100309.675000', '100310.135000', '100310.595000', '100311.055000', '100311.515000', '100311.975000', '100312.435000', '100312.895000', '100313.355000', '100313.815000', '100314.275000', '100314.735000', '100315.195000', '100315.655000', '100316.115000', '100316.575000', '100317.035000', '100317.495000', '100317.955000', '100318.415000', '100318.875000', '100319.335000', '100319.795000', '100320.255000', '100320.715000', '100321.175000', '100321.635000', '100322.095000', '100322.555000', '100323.015000', '100323.475000', '100323.935000', '100324.395000', '100324.855000', '100325.315000', '100325.775000', '100326.235000', '100326.695000', '100327.155000', '100327.615000', '100328.075000', '100328.535000', '100328.995000', '100329.455000', '100329.915000', '100330.375000', '100330.835000', '100331.295000', '100331.755000', '100332.215000', '100332.675000', '100333.135000', '100333.595000', '100334.055000', '100334.515000', '100334.975000', '100335.435000', '100335.895000', '100336.355000', '100336.815000', '100337.275000', '100337.735000', '100338.195000', '100338.655000', '100339.115000', '100339.575000', '100340.035000', '100340.495000', '100340.955000', '100341.415000', '100341.875000', '100342.335000', '100342.795000', '100343.255000', '100343.715000', '100344.175000', '100344.635000', '100345.095000', '100345.555000', '100346.015000', '100346.475000', '100346.935000', '100347.395000', '100347.855000', '100348.315000', '100348.775000', '100349.235000', '100349.695000', '100350.155000', '100350.615000', '100351.075000', '100351.535000', '100351.995000', '100352.455000', '100352.915000', '100353.375000', '100353.835000', '100354.295000', '100354.755000', '100355.215000', '100355.675000', '100356.135000', '100356.595000', '100357.055000', '100357.515000', '100357.975000', '100358.435000', '100358.895000', '100359.355000', '100359.815000', '100400.275000', '100400.735000', '100401.195000', '100401.655000', '100402.115000', '100402.575000', '100403.035000', '100403.495000', '100403.955000', '100404.415000', '100404.875000', '100405.335000', '100405.795000', '100406.255000', '100406.715000', '100407.175000', '100407.635000', '100408.095000', '100408.555000', '100409.015000', '100409.475000', '100409.935000', '100410.395000', '100410.855000', '100411.315000', '100411.775000', '100412.235000', '100412.695000', '100413.155000', '100413.615000', '100414.075000', '100414.535000', '100414.995000', '100415.455000', '100415.915000', '100416.375000', '100416.835000', '100417.295000', '100417.755000', '100418.215000', '100418.675000', '100419.135000', '100419.595000', '100420.055000', '100420.515000', '100420.975000', '100421.435000', '100421.895000', '100422.355000', '100422.815000', '100423.275000', '100423.735000', '100424.195000', '100424.655000', '100425.115000', '100425.575000', '100426.035000', '100426.495000', '100426.955000', '100427.415000', '100427.875000', '100428.335000', '100428.795000', '100429.255000', '100429.715000', '100430.175000', '100430.635000', '100431.095000', '100431.555000', '100432.015000', '100432.475000', '100432.935000', '100433.395000', '100433.855000', '100434.315000', '100434.775000', '100435.235000', '100435.695000', '100436.155000', '100436.615000', '100437.075000', '100437.535000', '100437.995000', '100438.455000', '100438.915000', '100439.375000', '100439.835000', '100440.295000', '100440.755000', '100441.215000', '100441.675000', '100442.135000', '100442.595000', '100443.055000', '100443.515000', '100443.975000', '100444.435000', '100444.895000', '100445.355000', '100445.815000', '100446.275000', '100446.735000', '100447.195000', '100447.655000', '100448.115000', '100448.575000', '100449.035000', '100449.495000', '100449.955000', '100450.415000', '100450.875000', '100451.335000', '100451.795000', '100452.255000', '100452.715000', '100453.175000', '100453.635000', '100454.095000', '100454.555000', '100455.015000'], 'ContentTime': ['095830.087000', '095830.090000', '095830.094000', '095830.097000', '095830.099000', '095830.104000', '095830.107000', '095830.110000', '095830.113000', '095830.116000', '095830.119000', '095830.122000', '095830.125000', '095830.128000', '095830.131000', '095830.144000', '095830.146000', '095830.149000', '095830.152000', '095830.155000', '095830.159000', '095830.162000', '095830.165000', '095830.168000', '095830.171000', '095830.173000', '095830.176000', '095830.189000', '095830.192000', '095830.195000', '095830.198000', '095830.201000', '095850.047000', '095850.050000', '095850.053000', '095850.062000', '095850.065000', '095850.068000', '095850.072000', '095850.074000', '095850.077000', '095850.080000', '095850.083000', '095850.086000', '095850.089000', '095850.092000', '095850.095000', '095850.098000', '095850.100000', '095850.103000', '095850.106000', '095850.109000', '095850.112000', '095850.115000', '095850.118000', '095850.121000', '095850.124000', '095850.126000', '095850.129000', '095850.132000', '095850.135000', '095850.138000', '095850.141000', '095850.144000', '095850.147000', '095850.149000', '095850.152000', '095850.155000', '095850.158000', '095850.161000', '095850.164000', '095850.167000', '095850.170000', '095850.173000', '095850.176000', '095850.178000', '095910.047000', '095910.050000', '095910.053000', '095910.056000', '095910.059000', '095910.062000', '095910.064000', '095910.067000', '095910.070000', '095910.073000', '095910.076000', '095910.079000', '095910.082000', '095910.085000', '095910.113000', '095910.116000', '095910.119000', '095910.122000', '095910.125000', '095910.128000', '095910.131000', '095910.134000', '095910.137000', '095910.139000', '095910.143000', '095910.145000', '095910.148000', '095910.151000', '095910.154000', '095910.157000', '095910.160000', '095910.163000', '095910.166000', '095910.169000', '095910.172000', '095910.174000', '095910.178000', '095910.180000', '095910.183000', '095910.187000', '095910.190000', '095910.193000', '095910.197000', '095930.047000', '095930.056000', '095930.059000', '095930.062000', '095930.065000', '095930.068000', '095930.070000', '095930.073000', '095930.076000', '095930.079000', '095930.082000', '095930.085000', '095930.088000', '095930.091000', '095930.094000', '095930.097000', '095930.100000', '095930.103000', '095930.105000', '095930.108000', '095930.111000', '095930.114000', '095930.117000', '095930.120000', '095930.123000', '095930.126000', '095930.129000', '095930.132000', '095930.134000', '095930.138000', '095930.140000', '095930.143000', '095930.146000', '095930.149000', '095930.152000', '095930.155000', '095930.158000', '095930.161000', '095930.164000', '095930.166000', '095930.169000', '095930.172000', '095930.175000', '095930.178000', '095950.047000', '095950.050000', '095950.053000', '095950.056000', '095950.059000', '095950.062000', '095950.065000', '095950.068000', '095950.070000', '095950.073000', '095950.076000', '095950.079000', '095950.082000', '095950.085000', '095950.088000', '095950.091000', '095950.094000', '095950.097000', '095950.099000', '095950.103000', '095950.105000', '095950.108000', '095950.111000', '095950.114000', '095950.117000', '095950.120000', '095950.123000', '095950.126000', '095950.129000', '095950.131000', '095950.134000', '095950.137000', '095950.141000', '095950.144000', '095950.147000', '095950.150000', '095950.153000', '095950.156000', '095950.159000', '095950.162000', '095950.165000', '095950.168000', '095950.171000', '100010.048000', '100010.051000', '100010.054000', '100010.057000', '100010.060000', '100010.063000', '100010.065000', '100010.068000', '100010.071000', '100010.074000', '100010.077000', '100010.080000', '100010.083000', '100010.086000', '100010.089000', '100010.092000', '100010.095000', '100010.098000', '100010.101000', '100010.104000', '100010.107000', '100010.110000', '100010.112000', '100010.115000', '100010.118000', '100010.121000', '100010.124000', '100010.127000', '100010.130000', '100010.133000', '100010.136000', '100010.139000', '100010.142000', '100010.144000', '100010.147000', '100010.150000', '100010.153000', '100010.156000', '100010.162000', '100010.165000', '100010.168000', '100010.171000', '100010.174000', '100010.176000', '100030.047000', '100030.050000', '100030.053000', '100030.056000', '100030.059000', '100030.062000', '100030.065000', '100030.068000', '100030.070000', '100030.073000', '100030.076000', '100030.079000', '100030.082000', '100030.085000', '100030.088000', '100030.091000', '100030.094000', '100030.097000', '100030.100000', '100030.103000', '100030.105000', '100030.108000', '100030.118000', '100030.121000', '100030.124000', '100030.127000', '100030.130000', '100030.133000', '100030.135000', '100030.138000', '100030.141000', '100030.144000', '100030.147000', '100030.150000', '100030.153000', '100030.156000', '100030.159000', '100030.162000', '100030.165000', '100030.168000', '100030.170000', '100030.173000', '100030.176000', '100050.047000', '100050.051000', '100050.054000', '100050.057000', '100050.060000', '100050.062000', '100050.065000', '100050.068000', '100050.071000', '100050.074000', '100050.077000', '100050.080000', '100050.083000', '100050.086000', '100050.089000', '100050.092000', '100050.094000', '100050.097000', '100050.100000', '100050.103000', '100050.106000', '100050.109000', '100050.112000', '100050.115000', '100050.118000', '100050.120000', '100050.123000', '100050.126000', '100050.129000', '100050.132000', '100050.135000', '100050.138000', '100050.141000', '100050.144000', '100050.147000', '100050.150000', '100050.153000', '100050.155000', '100050.158000', '100050.161000', '100050.164000', '100050.167000', '100050.170000', '100110.047000', '100110.050000', '100110.053000', '100110.056000', '100110.059000', '100110.062000', '100110.065000', '100110.068000', '100110.071000', '100110.073000', '100110.076000', '100110.079000', '100110.082000', '100110.085000', '100110.088000', '100110.091000', '100110.094000', '100110.097000', '100110.100000', '100110.103000', '100110.106000', '100110.108000', '100110.111000', '100110.114000', '100110.117000', '100110.120000', '100110.123000', '100110.126000', '100110.129000', '100110.132000', '100110.135000', '100110.138000', '100110.141000', '100110.143000', '100110.146000', '100110.149000', '100110.152000', '100110.155000', '100110.158000', '100110.161000', '100110.164000', '100110.167000', '100110.170000', '100110.173000', '100130.047000', '100130.050000', '100130.053000', '100130.056000', '100130.059000', '100130.062000', '100130.065000', '100130.068000', '100130.071000', '100130.073000', '100130.077000', '100130.079000', '100130.082000', '100130.085000', '100130.088000', '100130.091000', '100130.094000', '100130.097000', '100130.100000', '100130.103000', '100130.106000', '100130.108000', '100130.112000', '100130.114000', '100130.117000', '100130.120000', '100130.123000', '100130.126000', '100130.129000', '100130.132000', '100130.135000', '100130.138000', '100130.141000', '100130.144000', '100130.147000', '100130.150000', '100130.152000', '100130.155000', '100130.158000', '100130.161000', '100130.164000', '100130.167000', '100130.170000', '100130.173000', '100150.047000', '100150.050000', '100150.053000', '100150.056000', '100150.059000', '100150.062000', '100150.065000', '100150.068000', '100150.071000', '100150.074000', '100150.076000', '100150.079000', '100150.082000', '100150.085000', '100150.095000', '100150.098000', '100150.101000', '100150.104000', '100150.107000', '100150.110000', '100150.113000', '100150.116000', '100150.119000', '100150.122000', '100150.125000', '100150.128000', '100150.130000', '100150.133000', '100150.136000', '100150.152000', '100150.155000', '100150.158000', '100150.161000', '100150.163000', '100150.166000', '100150.169000', '100150.172000', '100150.175000', '100150.178000', '100150.181000', '100150.184000', '100150.187000', '100150.190000', '100210.047000', '100210.050000', '100210.053000', '100210.056000', '100210.059000', '100210.062000', '100210.065000', '100210.067000', '100210.070000', '100210.073000', '100210.076000', '100210.079000', '100210.082000', '100210.085000', '100210.088000', '100210.091000', '100210.094000', '100210.097000', '100210.100000', '100210.102000', '100210.105000', '100210.108000', '100210.111000', '100210.114000', '100210.117000', '100210.120000', '100210.123000', '100210.126000', '100210.129000', '100210.132000', '100210.135000', '100210.138000', '100210.141000', '100210.143000', '100210.146000', '100210.149000', '100210.152000', '100210.155000', '100210.158000', '100210.161000', '100210.164000', '100210.167000', '100210.170000', '100210.173000', '100230.048000', '100230.051000', '100230.054000', '100230.057000', '100230.060000', '100230.063000', '100230.066000', '100230.069000', '100230.072000', '100230.075000', '100230.078000', '100230.081000', '100230.083000', '100230.086000', '100230.089000', '100230.092000', '100230.095000', '100230.098000', '100230.101000', '100230.104000', '100230.107000', '100230.110000', '100230.113000', '100230.116000', '100230.119000', '100230.121000', '100230.125000', '100230.127000', '100230.130000', '100230.133000', '100230.136000', '100230.139000', '100230.142000', '100230.145000', '100230.148000', '100230.151000', '100230.154000', '100230.157000', '100230.160000', '100230.162000', '100230.165000', '100230.168000', '100230.171000', '100250.047000', '100250.050000', '100250.053000', '100250.056000', '100250.059000', '100250.062000', '100250.065000', '100250.068000', '100250.071000', '100250.074000', '100250.077000', '100250.080000', '100250.083000', '100250.086000', '100250.088000', '100250.091000', '100250.094000', '100250.097000', '100250.100000', '100250.103000', '100250.106000', '100250.109000', '100250.112000', '100250.115000', '100250.118000', '100250.121000', '100250.123000', '100250.126000', '100250.129000', '100250.132000', '100250.135000', '100250.138000', '100250.141000', '100250.144000', '100250.147000', '100250.150000', '100250.153000', '100250.155000', '100250.158000', '100250.162000', '100250.164000', '100250.168000', '100250.170000', '100310.047000', '100310.050000', '100310.053000', '100310.056000', '100310.059000', '100310.062000', '100310.065000', '100310.068000', '100310.071000', '100310.073000', '100310.076000', '100310.079000', '100310.082000', '100310.085000', '100310.088000', '100310.091000', '100310.094000', '100310.097000', '100310.100000', '100310.103000', '100310.106000', '100310.109000', '100310.112000', '100310.114000', '100310.117000', '100310.120000', '100310.123000', '100310.126000', '100310.129000', '100310.132000', '100310.135000', '100310.138000', '100310.141000', '100310.144000', '100310.147000', '100310.150000', '100310.152000', '100310.155000', '100310.158000', '100310.161000', '100310.164000', '100310.167000', '100310.170000', '100310.173000', '100330.047000', '100330.050000', '100330.053000', '100330.056000', '100330.059000', '100330.062000', '100330.065000', '100330.068000', '100330.071000', '100330.074000', '100330.077000', '100330.080000', '100330.083000', '100330.086000', '100330.089000', '100330.092000', '100330.095000', '100330.097000', '100330.100000', '100330.103000', '100330.106000', '100330.109000', '100330.112000', '100330.115000', '100330.118000', '100330.121000', '100330.124000', '100330.127000', '100330.130000', '100330.132000', '100330.135000', '100330.138000', '100330.141000', '100330.144000', '100330.147000', '100330.150000', '100330.153000', '100330.156000', '100330.159000', '100330.162000', '100330.165000', '100330.173000', '100330.176000', '100350.047000', '100350.050000', '100350.053000', '100350.056000', '100350.059000', '100350.062000', '100350.065000', '100350.068000', '100350.070000', '100350.073000', '100350.076000', '100350.079000', '100350.082000', '100350.085000', '100350.088000', '100350.091000', '100350.094000', '100350.097000', '100350.110000', '100350.113000', '100350.116000', '100350.119000', '100350.122000', '100350.125000', '100350.128000', '100350.131000', '100350.134000', '100350.137000', '100350.140000', '100350.143000', '100350.146000', '100350.148000', '100350.151000', '100350.154000', '100350.157000', '100350.160000', '100350.163000', '100350.166000', '100350.169000', '100350.172000', '100350.175000', '100350.178000', '100350.181000', '100350.184000', '100410.047000', '100410.050000', '100410.053000', '100410.056000', '100410.059000', '100410.062000', '100410.065000', '100410.068000', '100410.071000', '100410.074000', '100410.077000', '100410.080000', '100410.082000', '100410.085000', '100410.090000', '100410.093000', '100410.096000', '100410.099000', '100410.102000', '100410.105000', '100410.108000', '100410.111000', '100410.114000', '100410.117000', '100410.120000', '100410.133000', '100410.135000', '100410.138000', '100410.141000', '100410.144000', '100410.147000', '100410.150000', '100410.153000', '100410.156000', '100410.159000', '100410.162000', '100410.165000', '100410.168000', '100410.171000', '100410.173000', '100410.176000', '100410.179000', '100410.182000', '100430.047000', '100430.050000', '100430.053000', '100430.056000', '100430.059000', '100430.062000', '100430.065000', '100430.068000', '100430.071000', '100430.073000', '100430.076000', '100430.084000', '100430.087000', '100430.090000', '100430.093000', '100430.096000', '100430.099000', '100430.102000', '100430.104000', '100430.107000', '100430.110000', '100430.113000', '100430.116000', '100430.119000', '100430.127000', '100430.130000', '100430.132000', '100430.135000', '100430.138000', '100430.141000', '100430.144000', '100430.147000', '100430.150000', '100430.153000', '100430.156000', '100430.159000', '100430.162000', '100430.165000', '100430.168000', '100430.170000', '100430.173000', '100430.176000', '100430.179000', '100430.182000', '100450.048000', '100450.051000', '100450.055000', '100450.058000', '100450.061000', '100450.064000', '100450.067000', '100450.088000', '100450.091000', '100450.094000', '100450.096000', '100450.099000', '100450.102000', '100450.105000', '100450.108000', '100450.111000', '100450.114000', '100450.117000', '100450.120000', '100450.122000', '100450.125000', '100450.128000', '100450.132000', '100450.135000', '100450.139000', '100450.141000', '100450.144000', '100450.147000', '100450.150000', '100450.153000', '100450.156000', '100450.159000', '100450.162000', '100450.165000', '100450.168000', '100450.171000', '100450.174000', '100450.177000', '100450.180000', '100450.182000', '100450.185000', '100450.188000', '100450.191000', '100456.149000', '100456.152000', '100456.156000', '100456.167000', '100456.170000', '100456.174000', '100456.177000', '100456.180000', '100456.183000', '100456.186000', '100456.189000', '100456.193000', '100456.196000', '100456.199000'], 'InstanceCreationTime': ['095830.087000', '095830.090000', '095830.094000', '095830.097000', '095830.099000', '095830.104000', '095830.107000', '095830.110000', '095830.113000', '095830.116000', '095830.119000', '095830.122000', '095830.125000', '095830.128000', '095830.131000', '095830.144000', '095830.146000', '095830.149000', '095830.152000', '095830.155000', '095830.159000', '095830.162000', '095830.165000', '095830.168000', '095830.171000', '095830.173000', '095830.176000', '095830.189000', '095830.192000', '095830.195000', '095830.198000', '095830.201000', '095850.047000', '095850.050000', '095850.053000', '095850.062000', '095850.065000', '095850.068000', '095850.072000', '095850.074000', '095850.077000', '095850.080000', '095850.083000', '095850.086000', '095850.089000', '095850.092000', '095850.095000', '095850.098000', '095850.100000', '095850.103000', '095850.106000', '095850.109000', '095850.112000', '095850.115000', '095850.118000', '095850.121000', '095850.124000', '095850.126000', '095850.129000', '095850.132000', '095850.135000', '095850.138000', '095850.141000', '095850.144000', '095850.147000', '095850.149000', '095850.152000', '095850.155000', '095850.158000', '095850.161000', '095850.164000', '095850.167000', '095850.170000', '095850.173000', '095850.176000', '095850.178000', '095910.047000', '095910.050000', '095910.053000', '095910.056000', '095910.059000', '095910.062000', '095910.064000', '095910.067000', '095910.070000', '095910.073000', '095910.076000', '095910.079000', '095910.082000', '095910.085000', '095910.113000', '095910.116000', '095910.119000', '095910.122000', '095910.125000', '095910.128000', '095910.131000', '095910.134000', '095910.137000', '095910.139000', '095910.143000', '095910.145000', '095910.148000', '095910.151000', '095910.154000', '095910.157000', '095910.160000', '095910.163000', '095910.166000', '095910.169000', '095910.172000', '095910.174000', '095910.178000', '095910.180000', '095910.183000', '095910.187000', '095910.190000', '095910.193000', '095910.197000', '095930.047000', '095930.056000', '095930.059000', '095930.062000', '095930.065000', '095930.068000', '095930.070000', '095930.073000', '095930.076000', '095930.079000', '095930.082000', '095930.085000', '095930.088000', '095930.091000', '095930.094000', '095930.097000', '095930.100000', '095930.103000', '095930.105000', '095930.108000', '095930.111000', '095930.114000', '095930.117000', '095930.120000', '095930.123000', '095930.126000', '095930.129000', '095930.132000', '095930.134000', '095930.138000', '095930.140000', '095930.143000', '095930.146000', '095930.149000', '095930.152000', '095930.155000', '095930.158000', '095930.161000', '095930.164000', '095930.166000', '095930.169000', '095930.172000', '095930.175000', '095930.178000', '095950.047000', '095950.050000', '095950.053000', '095950.056000', '095950.059000', '095950.062000', '095950.065000', '095950.068000', '095950.070000', '095950.073000', '095950.076000', '095950.079000', '095950.082000', '095950.085000', '095950.088000', '095950.091000', '095950.094000', '095950.097000', '095950.099000', '095950.103000', '095950.105000', '095950.108000', '095950.111000', '095950.114000', '095950.117000', '095950.120000', '095950.123000', '095950.126000', '095950.129000', '095950.131000', '095950.134000', '095950.137000', '095950.141000', '095950.144000', '095950.147000', '095950.150000', '095950.153000', '095950.156000', '095950.159000', '095950.162000', '095950.165000', '095950.168000', '095950.171000', '100010.048000', '100010.051000', '100010.054000', '100010.057000', '100010.060000', '100010.063000', '100010.065000', '100010.068000', '100010.071000', '100010.074000', '100010.077000', '100010.080000', '100010.083000', '100010.086000', '100010.089000', '100010.092000', '100010.095000', '100010.098000', '100010.101000', '100010.104000', '100010.107000', '100010.110000', '100010.112000', '100010.115000', '100010.118000', '100010.121000', '100010.124000', '100010.127000', '100010.130000', '100010.133000', '100010.136000', '100010.139000', '100010.142000', '100010.144000', '100010.147000', '100010.150000', '100010.153000', '100010.156000', '100010.162000', '100010.165000', '100010.168000', '100010.171000', '100010.174000', '100010.176000', '100030.047000', '100030.050000', '100030.053000', '100030.056000', '100030.059000', '100030.062000', '100030.065000', '100030.068000', '100030.070000', '100030.073000', '100030.076000', '100030.079000', '100030.082000', '100030.085000', '100030.088000', '100030.091000', '100030.094000', '100030.097000', '100030.100000', '100030.103000', '100030.105000', '100030.108000', '100030.118000', '100030.121000', '100030.124000', '100030.127000', '100030.130000', '100030.133000', '100030.135000', '100030.138000', '100030.141000', '100030.144000', '100030.147000', '100030.150000', '100030.153000', '100030.156000', '100030.159000', '100030.162000', '100030.165000', '100030.168000', '100030.170000', '100030.173000', '100030.176000', '100050.047000', '100050.051000', '100050.054000', '100050.057000', '100050.060000', '100050.062000', '100050.065000', '100050.068000', '100050.071000', '100050.074000', '100050.077000', '100050.080000', '100050.083000', '100050.086000', '100050.089000', '100050.092000', '100050.094000', '100050.097000', '100050.100000', '100050.103000', '100050.106000', '100050.109000', '100050.112000', '100050.115000', '100050.118000', '100050.120000', '100050.123000', '100050.126000', '100050.129000', '100050.132000', '100050.135000', '100050.138000', '100050.141000', '100050.144000', '100050.147000', '100050.150000', '100050.153000', '100050.155000', '100050.158000', '100050.161000', '100050.164000', '100050.167000', '100050.170000', '100110.047000', '100110.050000', '100110.053000', '100110.056000', '100110.059000', '100110.062000', '100110.065000', '100110.068000', '100110.071000', '100110.073000', '100110.076000', '100110.079000', '100110.082000', '100110.085000', '100110.088000', '100110.091000', '100110.094000', '100110.097000', '100110.100000', '100110.103000', '100110.106000', '100110.108000', '100110.111000', '100110.114000', '100110.117000', '100110.120000', '100110.123000', '100110.126000', '100110.129000', '100110.132000', '100110.135000', '100110.138000', '100110.141000', '100110.143000', '100110.146000', '100110.149000', '100110.152000', '100110.155000', '100110.158000', '100110.161000', '100110.164000', '100110.167000', '100110.170000', '100110.173000', '100130.047000', '100130.050000', '100130.053000', '100130.056000', '100130.059000', '100130.062000', '100130.065000', '100130.068000', '100130.071000', '100130.073000', '100130.077000', '100130.079000', '100130.082000', '100130.085000', '100130.088000', '100130.091000', '100130.094000', '100130.097000', '100130.100000', '100130.103000', '100130.106000', '100130.108000', '100130.112000', '100130.114000', '100130.117000', '100130.120000', '100130.123000', '100130.126000', '100130.129000', '100130.132000', '100130.135000', '100130.138000', '100130.141000', '100130.144000', '100130.147000', '100130.150000', '100130.152000', '100130.155000', '100130.158000', '100130.161000', '100130.164000', '100130.167000', '100130.170000', '100130.173000', '100150.047000', '100150.050000', '100150.053000', '100150.056000', '100150.059000', '100150.062000', '100150.065000', '100150.068000', '100150.071000', '100150.074000', '100150.076000', '100150.079000', '100150.082000', '100150.085000', '100150.095000', '100150.098000', '100150.101000', '100150.104000', '100150.107000', '100150.110000', '100150.113000', '100150.116000', '100150.119000', '100150.122000', '100150.125000', '100150.128000', '100150.130000', '100150.133000', '100150.136000', '100150.152000', '100150.155000', '100150.158000', '100150.161000', '100150.163000', '100150.166000', '100150.169000', '100150.172000', '100150.175000', '100150.178000', '100150.181000', '100150.184000', '100150.187000', '100150.190000', '100210.047000', '100210.050000', '100210.053000', '100210.056000', '100210.059000', '100210.062000', '100210.065000', '100210.067000', '100210.070000', '100210.073000', '100210.076000', '100210.079000', '100210.082000', '100210.085000', '100210.088000', '100210.091000', '100210.094000', '100210.097000', '100210.100000', '100210.102000', '100210.105000', '100210.108000', '100210.111000', '100210.114000', '100210.117000', '100210.120000', '100210.123000', '100210.126000', '100210.129000', '100210.132000', '100210.135000', '100210.138000', '100210.141000', '100210.143000', '100210.146000', '100210.149000', '100210.152000', '100210.155000', '100210.158000', '100210.161000', '100210.164000', '100210.167000', '100210.170000', '100210.173000', '100230.048000', '100230.051000', '100230.054000', '100230.057000', '100230.060000', '100230.063000', '100230.066000', '100230.069000', '100230.072000', '100230.075000', '100230.078000', '100230.081000', '100230.083000', '100230.086000', '100230.089000', '100230.092000', '100230.095000', '100230.098000', '100230.101000', '100230.104000', '100230.107000', '100230.110000', '100230.113000', '100230.116000', '100230.119000', '100230.121000', '100230.125000', '100230.127000', '100230.130000', '100230.133000', '100230.136000', '100230.139000', '100230.142000', '100230.145000', '100230.148000', '100230.151000', '100230.154000', '100230.157000', '100230.160000', '100230.162000', '100230.165000', '100230.168000', '100230.171000', '100250.047000', '100250.050000', '100250.053000', '100250.056000', '100250.059000', '100250.062000', '100250.065000', '100250.068000', '100250.071000', '100250.074000', '100250.077000', '100250.080000', '100250.083000', '100250.086000', '100250.088000', '100250.091000', '100250.094000', '100250.097000', '100250.100000', '100250.103000', '100250.106000', '100250.109000', '100250.112000', '100250.115000', '100250.118000', '100250.121000', '100250.123000', '100250.126000', '100250.129000', '100250.132000', '100250.135000', '100250.138000', '100250.141000', '100250.144000', '100250.147000', '100250.150000', '100250.153000', '100250.155000', '100250.158000', '100250.162000', '100250.164000', '100250.168000', '100250.170000', '100310.047000', '100310.050000', '100310.053000', '100310.056000', '100310.059000', '100310.062000', '100310.065000', '100310.068000', '100310.071000', '100310.073000', '100310.076000', '100310.079000', '100310.082000', '100310.085000', '100310.088000', '100310.091000', '100310.094000', '100310.097000', '100310.100000', '100310.103000', '100310.106000', '100310.109000', '100310.112000', '100310.114000', '100310.117000', '100310.120000', '100310.123000', '100310.126000', '100310.129000', '100310.132000', '100310.135000', '100310.138000', '100310.141000', '100310.144000', '100310.147000', '100310.150000', '100310.152000', '100310.155000', '100310.158000', '100310.161000', '100310.164000', '100310.167000', '100310.170000', '100310.173000', '100330.047000', '100330.050000', '100330.053000', '100330.056000', '100330.059000', '100330.062000', '100330.065000', '100330.068000', '100330.071000', '100330.074000', '100330.077000', '100330.080000', '100330.083000', '100330.086000', '100330.089000', '100330.092000', '100330.095000', '100330.097000', '100330.100000', '100330.103000', '100330.106000', '100330.109000', '100330.112000', '100330.115000', '100330.118000', '100330.121000', '100330.124000', '100330.127000', '100330.130000', '100330.132000', '100330.135000', '100330.138000', '100330.141000', '100330.144000', '100330.147000', '100330.150000', '100330.153000', '100330.156000', '100330.159000', '100330.162000', '100330.165000', '100330.173000', '100330.176000', '100350.047000', '100350.050000', '100350.053000', '100350.056000', '100350.059000', '100350.062000', '100350.065000', '100350.068000', '100350.070000', '100350.073000', '100350.076000', '100350.079000', '100350.082000', '100350.085000', '100350.088000', '100350.091000', '100350.094000', '100350.097000', '100350.110000', '100350.113000', '100350.116000', '100350.119000', '100350.122000', '100350.125000', '100350.128000', '100350.131000', '100350.134000', '100350.137000', '100350.140000', '100350.143000', '100350.146000', '100350.148000', '100350.151000', '100350.154000', '100350.157000', '100350.160000', '100350.163000', '100350.166000', '100350.169000', '100350.172000', '100350.175000', '100350.178000', '100350.181000', '100350.184000', '100410.047000', '100410.050000', '100410.053000', '100410.056000', '100410.059000', '100410.062000', '100410.065000', '100410.068000', '100410.071000', '100410.074000', '100410.077000', '100410.080000', '100410.082000', '100410.085000', '100410.090000', '100410.093000', '100410.096000', '100410.099000', '100410.102000', '100410.105000', '100410.108000', '100410.111000', '100410.114000', '100410.117000', '100410.120000', '100410.133000', '100410.135000', '100410.138000', '100410.141000', '100410.144000', '100410.147000', '100410.150000', '100410.153000', '100410.156000', '100410.159000', '100410.162000', '100410.165000', '100410.168000', '100410.171000', '100410.173000', '100410.176000', '100410.179000', '100410.182000', '100430.047000', '100430.050000', '100430.053000', '100430.056000', '100430.059000', '100430.062000', '100430.065000', '100430.068000', '100430.071000', '100430.073000', '100430.076000', '100430.084000', '100430.087000', '100430.090000', '100430.093000', '100430.096000', '100430.099000', '100430.102000', '100430.104000', '100430.107000', '100430.110000', '100430.113000', '100430.116000', '100430.119000', '100430.127000', '100430.130000', '100430.132000', '100430.135000', '100430.138000', '100430.141000', '100430.144000', '100430.147000', '100430.150000', '100430.153000', '100430.156000', '100430.159000', '100430.162000', '100430.165000', '100430.168000', '100430.170000', '100430.173000', '100430.176000', '100430.179000', '100430.182000', '100450.048000', '100450.051000', '100450.055000', '100450.058000', '100450.061000', '100450.064000', '100450.067000', '100450.088000', '100450.091000', '100450.094000', '100450.096000', '100450.099000', '100450.102000', '100450.105000', '100450.108000', '100450.111000', '100450.114000', '100450.117000', '100450.120000', '100450.122000', '100450.125000', '100450.128000', '100450.132000', '100450.135000', '100450.139000', '100450.141000', '100450.144000', '100450.147000', '100450.150000', '100450.153000', '100450.156000', '100450.159000', '100450.162000', '100450.165000', '100450.168000', '100450.171000', '100450.174000', '100450.177000', '100450.180000', '100450.182000', '100450.185000', '100450.188000', '100450.191000', '100456.149000', '100456.152000', '100456.156000', '100456.167000', '100456.170000', '100456.174000', '100456.177000', '100456.180000', '100456.183000', '100456.186000', '100456.189000', '100456.193000', '100456.196000', '100456.199000'], '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': [12912, 8582, 12146, 8495, 13668, 8567, 10460, 9053, 10117, 9126, 8198, 14007, 11513, 9502, 14766, 11800, 9178, 10305, 7549, 7789, 7436, 7614, 7763, 7769, 7944, 7791, 7845, 7307, 7851, 7786, 7332, 8572, 7889, 8487, 7189, 7806, 7334, 7620, 8291, 7343, 7956, 9572, 9232, 8456, 11097, 8277, 8876, 7860, 8230, 7445, 7909, 9402, 7712, 8336, 10840, 8043, 9853, 10430, 9563, 13748, 11005, 12572, 13544, 12525, 15638, 14625, 14082, 15988, 13576, 14787, 11535, 9305, 10758, 7853, 8586, 8194, 8410, 7661, 7992, 10755, 11281, 10702, 14958, 11987, 10048, 9482, 7771, 8370, 10108, 7908, 8753, 11844, 7601, 8134, 7972, 7662, 8141, 7800, 8057, 8042, 7825, 8267, 7964, 8084, 8488, 7897, 8379, 7700, 7928, 8322, 7777, 10301, 11730, 13337, 11741, 8571, 7704, 7925, 8582, 8363, 7809, 8751, 10206, 8417, 10979, 7998, 8143, 7804, 8055, 9059, 8022, 8167, 7547, 7957, 10043, 8121, 9091, 10229, 10177, 12821, 10247, 12114, 14210, 12477, 15018, 12080, 12754, 14854, 12202, 11132, 14489, 11313, 12382, 11103, 8725, 14123, 11630, 9041, 11986, 7876, 8212, 8274, 7820, 8078, 7571, 7927, 8854, 8360, 8195, 7701, 8022, 8562, 7936, 8608, 8112, 9336, 10750, 8024, 7522, 7563, 8378, 7533, 7878, 8579, 11925, 8459, 8221, 10033, 8130, 8201, 8103, 7723, 8371, 8189, 8143, 9917, 7792, 10442, 8437, 8385, 7710, 7927, 9507, 8110, 8593, 13166, 11395, 12916, 14775, 11722, 13302, 12927, 9707, 14810, 13063, 12725, 7858, 8083, 8648, 8083, 8382, 7709, 7865, 10528, 8107, 8517, 7883, 8177, 9878, 7801, 12376, 9357, 8186, 7701, 7669, 7919, 8336, 7877, 8271, 10861, 15152, 16106, 12532, 10850, 12887, 8802, 11392, 8384, 8072, 13781, 8843, 8394, 7807, 8057, 8920, 8158, 8368, 8269, 7943, 8464, 7610, 7755, 8586, 8125, 8388, 7368, 7737, 8624, 7849, 8492, 7757, 8423, 8488, 8290, 11131, 8199, 8762, 12164, 10551, 11439, 14613, 11943, 12642, 15295, 12322, 11961, 7917, 8112, 7783, 7813, 8599, 8016, 8327, 9922, 7855, 12373, 13644, 13045, 12827, 8245, 8172, 7932, 7959, 11258, 8924, 8602, 7741, 7791, 11568, 8052, 9472, 10954, 9542, 8515, 7941, 8531, 8051, 8160, 8204, 8136, 10434, 8042, 8730, 11806, 7735, 10880, 11520, 8187, 13562, 13839, 11157, 10689, 8281, 7891, 8486, 7845, 8361, 7814, 7662, 8644, 10976, 7719, 8259, 8422, 8058, 7914, 7634, 8469, 7597, 8114, 10027, 8959, 8126, 10711, 7777, 8465, 13665, 9067, 10359, 7633, 8027, 10173, 7962, 7984, 12653, 10010, 11931, 11600, 9421, 11745, 8081, 8809, 8051, 8723, 9415, 7426, 8846, 11693, 8816, 8683, 14960, 8900, 8667, 14132, 8356, 9847, 10582, 7898, 13045, 9476, 8704, 14725, 11676, 11295, 7730, 7894, 11149, 8149, 8071, 8483, 7755, 8684, 8057, 9783, 8457, 7737, 8363, 7943, 8357, 8517, 7709, 8523, 12774, 10148, 9327, 12367, 7798, 8330, 7637, 8100, 8172, 7772, 8926, 7815, 7685, 7943, 7820, 7815, 8117, 7848, 8557, 10388, 8514, 10471, 13911, 11829, 11785, 14031, 12327, 12384, 10750, 12083, 14886, 12366, 14116, 15328, 12200, 14181, 12887, 9335, 11695, 7740, 8420, 9456, 7769, 8626, 7851, 8486, 8634, 10054, 7848, 8717, 7700, 7655, 7982, 7714, 7995, 7888, 7609, 8011, 8007, 8031, 8833, 7673, 8982, 9414, 8984, 11029, 9180, 7950, 7850, 7837, 8189, 7759, 8886, 12738, 10479, 9382, 14000, 11632, 9962, 11404, 7913, 9423, 8197, 7908, 12989, 8879, 11688, 7902, 8653, 7710, 8103, 12654, 9235, 11950, 15799, 13251, 11536, 14828, 12375, 10332, 13052, 7993, 9087, 7572, 7849, 8543, 7867, 7770, 7628, 8015, 8317, 7696, 8359, 7828, 8159, 7635, 7878, 9762, 7964, 8222, 11557, 9976, 9781, 9665, 7655, 8115, 7376, 7869, 9422, 7933, 7971, 10114, 8539, 7822, 9373, 9551, 7939, 7843, 7799, 7965, 7817, 8189, 8380, 7764, 8194, 9382, 7743, 8992, 12058, 9898, 10627, 8195, 8049, 13866, 12146, 10025, 9293, 7700, 7707, 8310, 13607, 16112, 13590, 11018, 15399, 11778, 9486, 13485, 7737, 7992, 7465, 7950, 8197, 7797, 8453, 7891, 8159, 7691, 7793, 8978, 13304, 15538, 12077, 10217, 14926, 12166, 9215, 13163, 9933, 7999, 11262, 10462, 8434, 7557, 7748, 7933, 7574, 7915, 7492, 7976, 9553, 7933, 8161, 12194, 12729, 10133, 11566, 11059, 7911, 9324, 8110, 7738, 8572, 7766, 8094, 10719, 8728, 7808, 7790, 8046, 8828, 7833, 8122, 11555, 12574, 7920, 10295, 7425, 8138, 9859, 7901, 7958, 7647, 7638, 8045, 7584, 7830, 8921, 7746, 7987, 8646, 7699, 8220, 7768, 8536, 7270, 7813, 7635, 7687, 8725, 7875, 9284, 12606, 10495, 9688, 12178, 7683, 9508, 8521, 8104, 13027, 8065, 8197, 11710, 7644, 9854, 9752, 8899, 13764, 7647, 8069, 7551, 7802, 10530, 7879, 7999, 13206, 12006, 12740, 10861, 7940, 8704, 7552, 7929, 11173, 8747, 8083, 13569, 10781, 8048, 13345, 8988, 8058, 8506, 7904, 8269, 7805, 7951, 11128, 7791, 8442, 15576, 12688, 11012, 13167, 7970, 8359, 11608, 7871, 8432, 8541, 14262, 13239, 9288, 7685, 7810, 8003, 7445, 8306, 10285, 13109, 10100, 8651, 14130, 11457, 9324, 8124, 8073, 8576, 7612, 8223, 8006, 8102, 8197, 8196, 8464, 10750, 8308, 9800, 9831, 9054, 15123, 11287, 11506, 15371, 11909, 9874, 13836, 8339, 10438, 7900, 8215, 7953, 8162, 8315, 8320, 8381, 8066, 7487, 8084, 8163, 7672, 7872, 7677, 8237, 7872, 8104, 8439, 7614, 8117, 9837, 10036, 9771, 11356, 8521, 11179, 7773, 8058, 7592, 7927, 10800, 7709, 8194, 12040, 10707, 8395, 14665, 10903, 8903, 7281, 8211, 11778, 8133, 8426, 8669, 8053, 14339, 9864, 10470, 15064, 10905, 11673, 10719, 8082, 12954, 8944, 8005, 12726, 7933, 8035, 10110, 7923, 8319, 8397, 7932, 8528, 9454, 8732, 8160, 7728, 8019, 7880, 7875, 7733, 7746, 8057, 7774, 7699, 8585, 7920, 7990, 8416, 7843, 8113, 8519, 7688, 9556, 11054, 11392, 13663, 10828, 9315, 8619, 8856, 8488, 8796, 11271, 14265, 10325, 14668, 13070, 9506, 15410, 11584, 9060, 14125, 8260, 10205, 8121, 8677], 'WindowCenter': [4304.0, 4234.0, 4271.0, 4218.0, 4277.0, 4203.0, 4236.0, 4213.0, 4224.0, 4214.0, 4203.0, 4266.0, 4243.0, 4212.0, 4263.0, 4244.0, 4214.0, 4220.0, 4180.0, 4180.0, 4183.0, 4194.0, 4194.0, 4209.0, 4217.0, 4209.0, 4220.0, 4213.0, 4232.0, 4225.0, 4223.0, 4245.0, 4237.0, 4246.0, 4214.0, 4226.0, 4217.0, 4224.0, 4236.0, 4224.0, 4237.0, 4266.0, 4257.0, 4247.0, 4290.0, 4248.0, 4258.0, 4236.0, 4247.0, 4224.0, 4246.0, 4268.0, 4249.0, 4259.0, 4293.0, 4251.0, 4279.0, 4288.0, 4282.0, 4318.0, 4287.0, 4297.0, 4306.0, 4296.0, 4319.0, 4309.0, 4304.0, 4304.0, 4283.0, 4290.0, 4263.0, 4231.0, 4248.0, 4206.0, 4229.0, 4219.0, 4234.0, 4223.0, 4222.0, 4276.0, 4273.0, 4264.0, 4304.0, 4270.0, 4252.0, 4241.0, 4208.0, 4218.0, 4249.0, 4222.0, 4232.0, 4272.0, 4209.0, 4218.0, 4213.0, 4213.0, 4218.0, 4209.0, 4220.0, 4224.0, 4222.0, 4236.0, 4238.0, 4235.0, 4245.0, 4237.0, 4246.0, 4237.0, 4235.0, 4250.0, 4241.0, 4292.0, 4302.0, 4308.0, 4285.0, 4237.0, 4225.0, 4225.0, 4243.0, 4235.0, 4227.0, 4244.0, 4268.0, 4246.0, 4275.0, 4237.0, 4236.0, 4224.0, 4236.0, 4243.0, 4236.0, 4249.0, 4234.0, 4249.0, 4281.0, 4249.0, 4272.0, 4289.0, 4278.0, 4300.0, 4265.0, 4285.0, 4294.0, 4284.0, 4305.0, 4271.0, 4281.0, 4290.0, 4258.0, 4247.0, 4277.0, 4246.0, 4255.0, 4248.0, 4215.0, 4277.0, 4248.0, 4216.0, 4257.0, 4204.0, 4208.0, 4205.0, 4209.0, 4206.0, 4209.0, 4218.0, 4227.0, 4219.0, 4219.0, 4219.0, 4221.0, 4242.0, 4237.0, 4243.0, 4223.0, 4243.0, 4261.0, 4207.0, 4209.0, 4210.0, 4219.0, 4212.0, 4220.0, 4245.0, 4286.0, 4234.0, 4234.0, 4254.0, 4225.0, 4233.0, 4233.0, 4224.0, 4243.0, 4245.0, 4251.0, 4279.0, 4235.0, 4277.0, 4249.0, 4246.0, 4224.0, 4239.0, 4266.0, 4239.0, 4247.0, 4307.0, 4287.0, 4306.0, 4306.0, 4287.0, 4296.0, 4285.0, 4252.0, 4303.0, 4284.0, 4281.0, 4222.0, 4222.0, 4229.0, 4220.0, 4231.0, 4224.0, 4237.0, 4267.0, 4234.0, 4243.0, 4235.0, 4233.0, 4252.0, 4222.0, 4287.0, 4243.0, 4219.0, 4209.0, 4224.0, 4235.0, 4246.0, 4239.0, 4248.0, 4291.0, 4319.0, 4317.0, 4283.0, 4262.0, 4281.0, 4230.0, 4259.0, 4224.0, 4221.0, 4290.0, 4229.0, 4223.0, 4212.0, 4223.0, 4229.0, 4221.0, 4234.0, 4234.0, 4226.0, 4236.0, 4225.0, 4227.0, 4253.0, 4237.0, 4234.0, 4227.0, 4224.0, 4244.0, 4233.0, 4247.0, 4238.0, 4250.0, 4248.0, 4247.0, 4277.0, 4235.0, 4248.0, 4283.0, 4267.0, 4277.0, 4302.0, 4275.0, 4297.0, 4305.0, 4283.0, 4274.0, 4222.0, 4220.0, 4210.0, 4222.0, 4235.0, 4234.0, 4246.0, 4266.0, 4235.0, 4298.0, 4309.0, 4294.0, 4285.0, 4234.0, 4222.0, 4219.0, 4223.0, 4272.0, 4243.0, 4248.0, 4226.0, 4237.0, 4276.0, 4233.0, 4253.0, 4278.0, 4253.0, 4232.0, 4221.0, 4234.0, 4233.0, 4235.0, 4237.0, 4237.0, 4276.0, 4234.0, 4247.0, 4272.0, 4214.0, 4262.0, 4273.0, 4230.0, 4291.0, 4293.0, 4263.0, 4249.0, 4233.0, 4218.0, 4231.0, 4221.0, 4233.0, 4224.0, 4224.0, 4235.0, 4263.0, 4226.0, 4246.0, 4233.0, 4235.0, 4224.0, 4224.0, 4233.0, 4223.0, 4222.0, 4265.0, 4242.0, 4242.0, 4265.0, 4222.0, 4233.0, 4297.0, 4243.0, 4251.0, 4212.0, 4224.0, 4253.0, 4221.0, 4232.0, 4296.0, 4252.0, 4284.0, 4274.0, 4239.0, 4273.0, 4221.0, 4230.0, 4210.0, 4229.0, 4243.0, 4211.0, 4245.0, 4276.0, 4233.0, 4235.0, 4301.0, 4232.0, 4231.0, 4292.0, 4218.0, 4242.0, 4249.0, 4220.0, 4283.0, 4239.0, 4233.0, 4302.0, 4274.0, 4260.0, 4210.0, 4218.0, 4259.0, 4207.0, 4221.0, 4221.0, 4224.0, 4242.0, 4221.0, 4253.0, 4220.0, 4219.0, 4217.0, 4219.0, 4229.0, 4232.0, 4216.0, 4245.0, 4282.0, 4252.0, 4244.0, 4282.0, 4210.0, 4234.0, 4224.0, 4237.0, 4236.0, 4222.0, 4243.0, 4224.0, 4225.0, 4222.0, 4213.0, 4211.0, 4218.0, 4234.0, 4245.0, 4266.0, 4247.0, 4277.0, 4297.0, 4274.0, 4272.0, 4280.0, 4270.0, 4270.0, 4249.0, 4270.0, 4291.0, 4256.0, 4266.0, 4275.0, 4247.0, 4253.0, 4241.0, 4202.0, 4233.0, 4168.0, 4180.0, 4196.0, 4168.0, 4188.0, 4178.0, 4203.0, 4200.0, 4213.0, 4180.0, 4203.0, 4181.0, 4182.0, 4192.0, 4197.0, 4208.0, 4204.0, 4207.0, 4212.0, 4220.0, 4222.0, 4245.0, 4225.0, 4244.0, 4245.0, 4246.0, 4263.0, 4240.0, 4210.0, 4212.0, 4210.0, 4220.0, 4227.0, 4257.0, 4299.0, 4266.0, 4258.0, 4297.0, 4274.0, 4252.0, 4275.0, 4222.0, 4245.0, 4226.0, 4226.0, 4286.0, 4243.0, 4285.0, 4224.0, 4233.0, 4212.0, 4223.0, 4285.0, 4242.0, 4275.0, 4305.0, 4283.0, 4261.0, 4290.0, 4269.0, 4242.0, 4272.0, 4211.0, 4220.0, 4197.0, 4206.0, 4221.0, 4220.0, 4211.0, 4222.0, 4221.0, 4235.0, 4226.0, 4223.0, 4214.0, 4223.0, 4222.0, 4239.0, 4269.0, 4236.0, 4251.0, 4289.0, 4258.0, 4257.0, 4242.0, 4214.0, 4212.0, 4199.0, 4221.0, 4244.0, 4222.0, 4223.0, 4264.0, 4233.0, 4224.0, 4254.0, 4254.0, 4222.0, 4220.0, 4212.0, 4222.0, 4222.0, 4236.0, 4244.0, 4236.0, 4251.0, 4261.0, 4238.0, 4258.0, 4288.0, 4265.0, 4265.0, 4231.0, 4221.0, 4292.0, 4284.0, 4255.0, 4243.0, 4211.0, 4226.0, 4246.0, 4310.0, 4307.0, 4282.0, 4250.0, 4290.0, 4261.0, 4238.0, 4288.0, 4199.0, 4210.0, 4214.0, 4222.0, 4234.0, 4222.0, 4234.0, 4226.0, 4222.0, 4222.0, 4226.0, 4244.0, 4293.0, 4303.0, 4271.0, 4254.0, 4292.0, 4270.0, 4238.0, 4280.0, 4237.0, 4218.0, 4259.0, 4249.0, 4219.0, 4207.0, 4212.0, 4212.0, 4213.0, 4220.0, 4213.0, 4237.0, 4256.0, 4223.0, 4237.0, 4287.0, 4283.0, 4251.0, 4260.0, 4251.0, 4207.0, 4230.0, 4206.0, 4211.0, 4218.0, 4211.0, 4223.0, 4264.0, 4234.0, 4212.0, 4208.0, 4219.0, 4231.0, 4210.0, 4219.0, 4260.0, 4272.0, 4219.0, 4251.0, 4200.0, 4220.0, 4251.0, 4223.0, 4220.0, 4209.0, 4213.0, 4220.0, 4222.0, 4224.0, 4245.0, 4224.0, 4234.0, 4232.0, 4224.0, 4233.0, 4222.0, 4243.0, 4214.0, 4227.0, 4224.0, 4237.0, 4261.0, 4249.0, 4269.0, 4299.0, 4269.0, 4257.0, 4271.0, 4210.0, 4253.0, 4243.0, 4233.0, 4295.0, 4237.0, 4233.0, 4287.0, 4224.0, 4251.0, 4256.0, 4246.0, 4292.0, 4211.0, 4221.0, 4211.0, 4225.0, 4263.0, 4226.0, 4234.0, 4295.0, 4285.0, 4285.0, 4262.0, 4222.0, 4233.0, 4211.0, 4222.0, 4275.0, 4233.0, 4226.0, 4294.0, 4266.0, 4223.0, 4296.0, 4241.0, 4222.0, 4232.0, 4224.0, 4234.0, 4221.0, 4225.0, 4276.0, 4225.0, 4242.0, 4306.0, 4282.0, 4260.0, 4283.0, 4223.0, 4222.0, 4263.0, 4218.0, 4220.0, 4234.0, 4306.0, 4283.0, 4242.0, 4211.0, 4209.0, 4220.0, 4199.0, 4221.0, 4263.0, 4286.0, 4251.0, 4235.0, 4292.0, 4271.0, 4240.0, 4222.0, 4220.0, 4216.0, 4208.0, 4219.0, 4219.0, 4222.0, 4236.0, 4237.0, 4237.0, 4264.0, 4232.0, 4252.0, 4243.0, 4230.0, 4291.0, 4261.0, 4259.0, 4292.0, 4260.0, 4225.0, 4278.0, 4210.0, 4239.0, 4194.0, 4207.0, 4196.0, 4207.0, 4216.0, 4218.0, 4217.0, 4220.0, 4209.0, 4223.0, 4220.0, 4208.0, 4210.0, 4210.0, 4223.0, 4221.0, 4221.0, 4235.0, 4226.0, 4236.0, 4269.0, 4254.0, 4253.0, 4273.0, 4236.0, 4274.0, 4224.0, 4219.0, 4209.0, 4226.0, 4277.0, 4226.0, 4248.0, 4284.0, 4266.0, 4235.0, 4315.0, 4262.0, 4241.0, 4209.0, 4232.0, 4273.0, 4220.0, 4230.0, 4230.0, 4221.0, 4292.0, 4254.0, 4263.0, 4293.0, 4248.0, 4261.0, 4239.0, 4207.0, 4269.0, 4217.0, 4206.0, 4266.0, 4209.0, 4209.0, 4239.0, 4205.0, 4215.0, 4206.0, 4219.0, 4229.0, 4240.0, 4228.0, 4219.0, 4213.0, 4222.0, 4224.0, 4223.0, 4223.0, 4234.0, 4236.0, 4238.0, 4240.0, 4259.0, 4251.0, 4247.0, 4249.0, 4236.0, 4238.0, 4246.0, 4237.0, 4269.0, 4290.0, 4290.0, 4306.0, 4278.0, 4245.0, 4235.0, 4234.0, 4231.0, 4242.0, 4275.0, 4305.0, 4264.0, 4305.0, 4297.0, 4253.0, 4307.0, 4275.0, 4243.0, 4296.0, 4235.0, 4252.0, 4222.0, 4230.0], 'WindowWidth': [9516.0, 9410.0, 9451.0, 9374.0, 9450.0, 9344.0, 9391.0, 9355.0, 9370.0, 9357.0, 9342.0, 9430.0, 9392.0, 9350.0, 9420.0, 9393.0, 9354.0, 9358.0, 9307.0, 9306.0, 9316.0, 9333.0, 9332.0, 9357.0, 9369.0, 9362.0, 9377.0, 9373.0, 9399.0, 9391.0, 9389.0, 9420.0, 9410.0, 9423.0, 9375.0, 9392.0, 9381.0, 9389.0, 9405.0, 9387.0, 9410.0, 9448.0, 9437.0, 9424.0, 9483.0, 9427.0, 9438.0, 9407.0, 9421.0, 9390.0, 9422.0, 9456.0, 9432.0, 9447.0, 9494.0, 9437.0, 9474.0, 9484.0, 9478.0, 9522.0, 9478.0, 9492.0, 9501.0, 9489.0, 9527.0, 9507.0, 9496.0, 9499.0, 9464.0, 9471.0, 9435.0, 9388.0, 9408.0, 9351.0, 9388.0, 9374.0, 9399.0, 9383.0, 9384.0, 9459.0, 9453.0, 9440.0, 9493.0, 9442.0, 9420.0, 9403.0, 9358.0, 9371.0, 9412.0, 9380.0, 9394.0, 9446.0, 9362.0, 9373.0, 9368.0, 9368.0, 9373.0, 9362.0, 9378.0, 9387.0, 9386.0, 9408.0, 9413.0, 9409.0, 9420.0, 9412.0, 9423.0, 9411.0, 9408.0, 9433.0, 9422.0, 9493.0, 9504.0, 9506.0, 9469.0, 9405.0, 9389.0, 9389.0, 9413.0, 9402.0, 9394.0, 9417.0, 9452.0, 9421.0, 9458.0, 9409.0, 9407.0, 9389.0, 9405.0, 9414.0, 9409.0, 9430.0, 9408.0, 9435.0, 9477.0, 9433.0, 9467.0, 9487.0, 9469.0, 9500.0, 9446.0, 9473.0, 9482.0, 9469.0, 9499.0, 9447.0, 9460.0, 9472.0, 9423.0, 9407.0, 9446.0, 9401.0, 9415.0, 9405.0, 9360.0, 9445.0, 9405.0, 9361.0, 9418.0, 9346.0, 9353.0, 9349.0, 9357.0, 9350.0, 9356.0, 9369.0, 9381.0, 9373.0, 9373.0, 9375.0, 9380.0, 9412.0, 9412.0, 9414.0, 9383.0, 9407.0, 9428.0, 9355.0, 9358.0, 9363.0, 9375.0, 9367.0, 9378.0, 9420.0, 9475.0, 9400.0, 9399.0, 9426.0, 9389.0, 9399.0, 9399.0, 9391.0, 9415.0, 9422.0, 9437.0, 9475.0, 9408.0, 9465.0, 9429.0, 9423.0, 9391.0, 9415.0, 9448.0, 9414.0, 9425.0, 9506.0, 9476.0, 9509.0, 9501.0, 9474.0, 9487.0, 9469.0, 9422.0, 9492.0, 9464.0, 9459.0, 9380.0, 9382.0, 9389.0, 9378.0, 9395.0, 9389.0, 9408.0, 9450.0, 9403.0, 9414.0, 9404.0, 9401.0, 9424.0, 9383.0, 9473.0, 9412.0, 9373.0, 9360.0, 9386.0, 9405.0, 9421.0, 9415.0, 9430.0, 9491.0, 9529.0, 9517.0, 9463.0, 9434.0, 9457.0, 9389.0, 9426.0, 9386.0, 9378.0, 9470.0, 9388.0, 9382.0, 9368.0, 9384.0, 9388.0, 9381.0, 9401.0, 9400.0, 9391.0, 9405.0, 9390.0, 9395.0, 9434.0, 9408.0, 9402.0, 9393.0, 9390.0, 9414.0, 9401.0, 9423.0, 9413.0, 9432.0, 9426.0, 9425.0, 9465.0, 9405.0, 9425.0, 9468.0, 9446.0, 9463.0, 9492.0, 9454.0, 9489.0, 9497.0, 9463.0, 9450.0, 9382.0, 9376.0, 9363.0, 9382.0, 9403.0, 9401.0, 9422.0, 9447.0, 9409.0, 9495.0, 9507.0, 9481.0, 9467.0, 9397.0, 9380.0, 9374.0, 9385.0, 9451.0, 9416.0, 9427.0, 9393.0, 9410.0, 9460.0, 9403.0, 9429.0, 9462.0, 9425.0, 9395.0, 9383.0, 9401.0, 9400.0, 9406.0, 9408.0, 9411.0, 9462.0, 9404.0, 9423.0, 9451.0, 9372.0, 9436.0, 9449.0, 9391.0, 9475.0, 9477.0, 9435.0, 9413.0, 9395.0, 9374.0, 9392.0, 9381.0, 9399.0, 9385.0, 9388.0, 9402.0, 9437.0, 9393.0, 9422.0, 9401.0, 9402.0, 9384.0, 9386.0, 9398.0, 9384.0, 9384.0, 9444.0, 9411.0, 9416.0, 9441.0, 9384.0, 9399.0, 9486.0, 9410.0, 9419.0, 9368.0, 9385.0, 9425.0, 9381.0, 9398.0, 9485.0, 9424.0, 9466.0, 9452.0, 9403.0, 9450.0, 9378.0, 9387.0, 9360.0, 9386.0, 9409.0, 9365.0, 9415.0, 9458.0, 9397.0, 9401.0, 9489.0, 9396.0, 9391.0, 9472.0, 9371.0, 9406.0, 9413.0, 9375.0, 9461.0, 9400.0, 9398.0, 9493.0, 9450.0, 9430.0, 9362.0, 9371.0, 9425.0, 9354.0, 9376.0, 9376.0, 9385.0, 9410.0, 9381.0, 9423.0, 9377.0, 9376.0, 9368.0, 9373.0, 9387.0, 9392.0, 9375.0, 9415.0, 9463.0, 9422.0, 9412.0, 9460.0, 9364.0, 9399.0, 9386.0, 9409.0, 9406.0, 9384.0, 9413.0, 9389.0, 9391.0, 9381.0, 9366.0, 9359.0, 9372.0, 9401.0, 9421.0, 9447.0, 9422.0, 9466.0, 9493.0, 9455.0, 9448.0, 9458.0, 9441.0, 9441.0, 9409.0, 9438.0, 9472.0, 9418.0, 9431.0, 9438.0, 9401.0, 9407.0, 9385.0, 9333.0, 9374.0, 9284.0, 9303.0, 9321.0, 9284.0, 9313.0, 9300.0, 9337.0, 9332.0, 9350.0, 9305.0, 9340.0, 9308.0, 9311.0, 9324.0, 9334.0, 9350.0, 9344.0, 9353.0, 9364.0, 9377.0, 9383.0, 9414.0, 9393.0, 9415.0, 9414.0, 9413.0, 9436.0, 9400.0, 9359.0, 9365.0, 9362.0, 9377.0, 9392.0, 9437.0, 9493.0, 9444.0, 9436.0, 9489.0, 9453.0, 9421.0, 9451.0, 9382.0, 9412.0, 9388.0, 9390.0, 9470.0, 9411.0, 9469.0, 9388.0, 9397.0, 9369.0, 9385.0, 9467.0, 9407.0, 9457.0, 9499.0, 9460.0, 9431.0, 9467.0, 9436.0, 9404.0, 9442.0, 9360.0, 9370.0, 9338.0, 9351.0, 9374.0, 9374.0, 9366.0, 9383.0, 9381.0, 9401.0, 9390.0, 9383.0, 9372.0, 9383.0, 9382.0, 9412.0, 9452.0, 9408.0, 9433.0, 9481.0, 9437.0, 9434.0, 9408.0, 9371.0, 9364.0, 9346.0, 9379.0, 9412.0, 9383.0, 9385.0, 9441.0, 9398.0, 9390.0, 9429.0, 9426.0, 9380.0, 9377.0, 9369.0, 9382.0, 9382.0, 9407.0, 9417.0, 9409.0, 9433.0, 9445.0, 9414.0, 9440.0, 9476.0, 9442.0, 9441.0, 9392.0, 9380.0, 9477.0, 9465.0, 9427.0, 9409.0, 9366.0, 9394.0, 9424.0, 9514.0, 9503.0, 9458.0, 9413.0, 9469.0, 9429.0, 9395.0, 9467.0, 9343.0, 9360.0, 9372.0, 9384.0, 9400.0, 9385.0, 9400.0, 9392.0, 9384.0, 9385.0, 9393.0, 9418.0, 9484.0, 9491.0, 9443.0, 9423.0, 9474.0, 9441.0, 9397.0, 9455.0, 9394.0, 9371.0, 9426.0, 9411.0, 9370.0, 9354.0, 9367.0, 9365.0, 9370.0, 9378.0, 9371.0, 9408.0, 9433.0, 9387.0, 9409.0, 9475.0, 9465.0, 9417.0, 9427.0, 9413.0, 9354.0, 9383.0, 9350.0, 9361.0, 9370.0, 9364.0, 9385.0, 9439.0, 9399.0, 9366.0, 9359.0, 9374.0, 9391.0, 9361.0, 9373.0, 9429.0, 9445.0, 9374.0, 9416.0, 9349.0, 9378.0, 9418.0, 9383.0, 9376.0, 9360.0, 9370.0, 9376.0, 9383.0, 9389.0, 9416.0, 9387.0, 9403.0, 9395.0, 9388.0, 9398.0, 9383.0, 9413.0, 9374.0, 9396.0, 9391.0, 9413.0, 9450.0, 9432.0, 9458.0, 9495.0, 9451.0, 9433.0, 9445.0, 9364.0, 9422.0, 9413.0, 9403.0, 9487.0, 9408.0, 9400.0, 9472.0, 9389.0, 9422.0, 9429.0, 9415.0, 9473.0, 9366.0, 9380.0, 9366.0, 9389.0, 9438.0, 9390.0, 9401.0, 9485.0, 9470.0, 9469.0, 9434.0, 9381.0, 9396.0, 9366.0, 9381.0, 9454.0, 9397.0, 9390.0, 9481.0, 9443.0, 9384.0, 9482.0, 9407.0, 9381.0, 9393.0, 9385.0, 9400.0, 9381.0, 9389.0, 9458.0, 9389.0, 9417.0, 9501.0, 9460.0, 9428.0, 9460.0, 9381.0, 9379.0, 9433.0, 9371.0, 9376.0, 9396.0, 9498.0, 9464.0, 9409.0, 9365.0, 9361.0, 9374.0, 9346.0, 9379.0, 9439.0, 9470.0, 9418.0, 9401.0, 9477.0, 9446.0, 9404.0, 9379.0, 9377.0, 9367.0, 9356.0, 9374.0, 9376.0, 9383.0, 9405.0, 9409.0, 9408.0, 9442.0, 9396.0, 9423.0, 9408.0, 9390.0, 9472.0, 9428.0, 9425.0, 9472.0, 9424.0, 9375.0, 9450.0, 9358.0, 9394.0, 9332.0, 9351.0, 9336.0, 9353.0, 9365.0, 9370.0, 9370.0, 9378.0, 9362.0, 9382.0, 9376.0, 9359.0, 9361.0, 9361.0, 9381.0, 9377.0, 9381.0, 9403.0, 9391.0, 9408.0, 9452.0, 9428.0, 9426.0, 9450.0, 9404.0, 9454.0, 9385.0, 9373.0, 9363.0, 9390.0, 9460.0, 9392.0, 9427.0, 9473.0, 9447.0, 9405.0, 9512.0, 9436.0, 9407.0, 9363.0, 9395.0, 9450.0, 9379.0, 9392.0, 9392.0, 9381.0, 9476.0, 9425.0, 9436.0, 9476.0, 9408.0, 9428.0, 9396.0, 9352.0, 9435.0, 9365.0, 9348.0, 9430.0, 9354.0, 9355.0, 9396.0, 9349.0, 9363.0, 9351.0, 9372.0, 9389.0, 9400.0, 9384.0, 9375.0, 9369.0, 9382.0, 9386.0, 9385.0, 9386.0, 9404.0, 9410.0, 9413.0, 9418.0, 9443.0, 9435.0, 9427.0, 9428.0, 9408.0, 9413.0, 9423.0, 9413.0, 9457.0, 9483.0, 9483.0, 9502.0, 9463.0, 9415.0, 9400.0, 9397.0, 9392.0, 9411.0, 9459.0, 9496.0, 9442.0, 9501.0, 9488.0, 9426.0, 9502.0, 9455.0, 9409.0, 9484.0, 9402.0, 9424.0, 9380.0, 9391.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.0023086123853211012</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026432606192660555</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.47362378592421</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1697742356946041</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0009216231343288</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.501</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4091.3362</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07662642529572997</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.9174311926605505</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4410202911846244</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.309984672198401</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6706243908728076</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3424518104826646</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.011245</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018644191324710846</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04350202530622482</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.70388647383488</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>15.8514</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.7528</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.6255</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295288.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>992.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.7504</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7028</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.7707</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3396.1494</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3577.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81256.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4594.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.7364</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.20070123509504</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> |