=== 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-0009 --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-0009",
"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-0009_ses-04_task-social_acq-mb8_run-04_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-0009_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-04_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-0009/ses-04/func/sub-0009_ses-04_task-social_acq-mb8_run-04_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>ba77a803930194882306f556f019fec9</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>13:13:25.600000</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.999832, 0.0142515, 0.0115182, -0.0144848, 0.999686, 0.0204339]</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-04_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.0828612</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4159, -7707, -7339, 608, -15, -107, 24, 70]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>238.201</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>78ec09b2-c93f-4c84-9417-e09d3572456b||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.68247652053833, -0.03886178880929947, 0.030303185805678368, 113.15691375732422], [-0.038235802203416824, 2.6820852756500244, 0.05561276525259018, -96.34735107421875], [0.030902570113539696, -0.05482269078493118, 2.6992571353912354, -83.59440612792969], [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': ['131325.600000', '131326.060000', '131326.520000', '131326.980000', '131327.440000', '131327.900000', '131328.360000', '131328.820000', '131329.280000', '131329.740000', '131330.200000', '131330.660000', '131331.120000', '131331.580000', '131332.040000', '131332.500000', '131332.960000', '131333.420000', '131333.880000', '131334.340000', '131334.800000', '131335.260000', '131335.720000', '131336.180000', '131336.640000', '131337.100000', '131337.560000', '131338.020000', '131338.480000', '131338.940000', '131339.400000', '131339.860000', '131340.320000', '131340.780000', '131341.240000', '131341.700000', '131342.160000', '131342.620000', '131343.080000', '131343.540000', '131344.000000', '131344.460000', '131344.920000', '131345.380000', '131345.840000', '131346.300000', '131346.760000', '131347.220000', '131347.680000', '131348.140000', '131348.600000', '131349.060000', '131349.520000', '131349.980000', '131350.440000', '131350.900000', '131351.360000', '131351.820000', '131352.280000', '131352.740000', '131353.200000', '131353.660000', '131354.120000', '131354.580000', '131355.040000', '131355.500000', '131355.960000', '131356.420000', '131356.880000', '131357.340000', '131357.800000', '131358.260000', '131358.720000', '131359.180000', '131359.640000', '131400.100000', '131400.560000', '131401.020000', '131401.480000', '131401.940000', '131402.400000', '131402.860000', '131403.320000', '131403.780000', '131404.240000', '131404.700000', '131405.160000', '131405.620000', '131406.080000', '131406.540000', '131407.000000', '131407.460000', '131407.920000', '131408.380000', '131408.840000', '131409.300000', '131409.760000', '131410.220000', '131410.680000', '131411.140000', '131411.600000', '131412.060000', '131412.520000', '131412.980000', '131413.440000', '131413.900000', '131414.360000', '131414.820000', '131415.280000', '131415.740000', '131416.200000', '131416.660000', '131417.120000', '131417.580000', '131418.040000', '131418.500000', '131418.960000', '131419.420000', '131419.880000', '131420.340000', '131420.800000', '131421.260000', '131421.720000', '131422.180000', '131422.640000', '131423.100000', '131423.560000', '131424.020000', '131424.480000', '131424.940000', '131425.400000', '131425.860000', '131426.320000', '131426.780000', '131427.240000', '131427.700000', '131428.160000', '131428.620000', '131429.080000', '131429.540000', '131430.000000', '131430.460000', '131430.920000', '131431.380000', '131431.840000', '131432.300000', '131432.760000', '131433.220000', '131433.680000', '131434.140000', '131434.600000', '131435.060000', '131435.520000', '131435.980000', '131436.440000', '131436.900000', '131437.360000', '131437.820000', '131438.280000', '131438.740000', '131439.200000', '131439.660000', '131440.120000', '131440.580000', '131441.040000', '131441.500000', '131441.960000', '131442.420000', '131442.880000', '131443.340000', '131443.800000', '131444.260000', '131444.720000', '131445.180000', '131445.640000', '131446.100000', '131446.560000', '131447.020000', '131447.480000', '131447.940000', '131448.400000', '131448.860000', '131449.320000', '131449.780000', '131450.240000', '131450.700000', '131451.160000', '131451.620000', '131452.080000', '131452.540000', '131453.000000', '131453.460000', '131453.920000', '131454.380000', '131454.840000', '131455.300000', '131455.760000', '131456.220000', '131456.680000', '131457.140000', '131457.600000', '131458.060000', '131458.520000', '131458.980000', '131459.440000', '131459.900000', '131500.360000', '131500.820000', '131501.280000', '131501.740000', '131502.200000', '131502.660000', '131503.120000', '131503.580000', '131504.040000', '131504.500000', '131504.960000', '131505.420000', '131505.880000', '131506.340000', '131506.800000', '131507.260000', '131507.720000', '131508.180000', '131508.640000', '131509.100000', '131509.560000', '131510.020000', '131510.480000', '131510.940000', '131511.400000', '131511.860000', '131512.320000', '131512.780000', '131513.240000', '131513.700000', '131514.160000', '131514.620000', '131515.080000', '131515.540000', '131516.000000', '131516.460000', '131516.920000', '131517.380000', '131517.840000', '131518.300000', '131518.760000', '131519.220000', '131519.680000', '131520.140000', '131520.600000', '131521.060000', '131521.520000', '131521.980000', '131522.440000', '131522.900000', '131523.360000', '131523.820000', '131524.280000', '131524.740000', '131525.200000', '131525.660000', '131526.120000', '131526.580000', '131527.040000', '131527.500000', '131527.960000', '131528.420000', '131528.880000', '131529.340000', '131529.800000', '131530.260000', '131530.720000', '131531.180000', '131531.640000', '131532.100000', '131532.560000', '131533.020000', '131533.480000', '131533.940000', '131534.400000', '131534.860000', '131535.320000', '131535.780000', '131536.240000', '131536.700000', '131537.160000', '131537.620000', '131538.080000', '131538.540000', '131539.000000', '131539.460000', '131539.920000', '131540.380000', '131540.840000', '131541.300000', '131541.760000', '131542.220000', '131542.680000', '131543.140000', '131543.600000', '131544.060000', '131544.520000', '131544.980000', '131545.440000', '131545.900000', '131546.360000', '131546.820000', '131547.280000', '131547.740000', '131548.200000', '131548.660000', '131549.120000', '131549.580000', '131550.040000', '131550.500000', '131550.960000', '131551.420000', '131551.880000', '131552.340000', '131552.800000', '131553.260000', '131553.720000', '131554.180000', '131554.640000', '131555.100000', '131555.560000', '131556.020000', '131556.480000', '131556.940000', '131557.400000', '131557.860000', '131558.320000', '131558.780000', '131559.240000', '131559.700000', '131600.160000', '131600.620000', '131601.080000', '131601.540000', '131602.000000', '131602.460000', '131602.920000', '131603.380000', '131603.840000', '131604.300000', '131604.760000', '131605.220000', '131605.680000', '131606.140000', '131606.600000', '131607.060000', '131607.520000', '131607.980000', '131608.440000', '131608.900000', '131609.360000', '131609.820000', '131610.280000', '131610.740000', '131611.200000', '131611.660000', '131612.120000', '131612.580000', '131613.040000', '131613.500000', '131613.960000', '131614.420000', '131614.880000', '131615.340000', '131615.800000', '131616.260000', '131616.720000', '131617.180000', '131617.640000', '131618.100000', '131618.560000', '131619.020000', '131619.480000', '131619.940000', '131620.400000', '131620.860000', '131621.320000', '131621.780000', '131622.240000', '131622.700000', '131623.160000', '131623.620000', '131624.080000', '131624.540000', '131625.000000', '131625.460000', '131625.920000', '131626.380000', '131626.840000', '131627.300000', '131627.760000', '131628.220000', '131628.680000', '131629.140000', '131629.600000', '131630.060000', '131630.520000', '131630.980000', '131631.440000', '131631.900000', '131632.360000', '131632.820000', '131633.280000', '131633.740000', '131634.200000', '131634.660000', '131635.120000', '131635.580000', '131636.040000', '131636.500000', '131636.960000', '131637.420000', '131637.880000', '131638.340000', '131638.800000', '131639.260000', '131639.720000', '131640.180000', '131640.640000', '131641.100000', '131641.560000', '131642.020000', '131642.480000', '131642.940000', '131643.400000', '131643.860000', '131644.320000', '131644.780000', '131645.240000', '131645.700000', '131646.160000', '131646.620000', '131647.080000', '131647.540000', '131648.000000', '131648.460000', '131648.920000', '131649.380000', '131649.840000', '131650.300000', '131650.760000', '131651.220000', '131651.680000', '131652.140000', '131652.600000', '131653.060000', '131653.520000', '131653.980000', '131654.440000', '131654.900000', '131655.360000', '131655.820000', '131656.280000', '131656.740000', '131657.200000', '131657.660000', '131658.120000', '131658.580000', '131659.040000', '131659.500000', '131659.960000', '131700.420000', '131700.880000', '131701.340000', '131701.800000', '131702.260000', '131702.720000', '131703.180000', '131703.640000', '131704.100000', '131704.560000', '131705.020000', '131705.480000', '131705.940000', '131706.400000', '131706.860000', '131707.320000', '131707.780000', '131708.240000', '131708.700000', '131709.160000', '131709.620000', '131710.080000', '131710.540000', '131711.000000', '131711.460000', '131711.920000', '131712.380000', '131712.840000', '131713.300000', '131713.760000', '131714.220000', '131714.680000', '131715.140000', '131715.600000', '131716.060000', '131716.520000', '131716.980000', '131717.440000', '131717.900000', '131718.360000', '131718.820000', '131719.280000', '131719.740000', '131720.200000', '131720.660000', '131721.120000', '131721.580000', '131722.040000', '131722.500000', '131722.960000', '131723.420000', '131723.880000', '131724.340000', '131724.800000', '131725.260000', '131725.720000', '131726.180000', '131726.640000', '131727.100000', '131727.560000', '131728.020000', '131728.480000', '131728.940000', '131729.400000', '131729.860000', '131730.320000', '131730.780000', '131731.240000', '131731.700000', '131732.160000', '131732.620000', '131733.080000', '131733.540000', '131734.000000', '131734.460000', '131734.920000', '131735.380000', '131735.840000', '131736.300000', '131736.760000', '131737.220000', '131737.680000', '131738.140000', '131738.600000', '131739.060000', '131739.520000', '131739.980000', '131740.440000', '131740.900000', '131741.360000', '131741.820000', '131742.280000', '131742.740000', '131743.200000', '131743.660000', '131744.120000', '131744.580000', '131745.040000', '131745.500000', '131745.960000', '131746.420000', '131746.880000', '131747.340000', '131747.800000', '131748.260000', '131748.720000', '131749.180000', '131749.640000', '131750.100000', '131750.560000', '131751.020000', '131751.480000', '131751.940000', '131752.400000', '131752.860000', '131753.320000', '131753.780000', '131754.240000', '131754.700000', '131755.160000', '131755.620000', '131756.080000', '131756.540000', '131757.000000', '131757.460000', '131757.920000', '131758.380000', '131758.840000', '131759.300000', '131759.760000', '131800.220000', '131800.680000', '131801.140000', '131801.600000', '131802.060000', '131802.520000', '131802.980000', '131803.440000', '131803.900000', '131804.360000', '131804.820000', '131805.280000', '131805.740000', '131806.200000', '131806.660000', '131807.120000', '131807.580000', '131808.040000', '131808.500000', '131808.960000', '131809.420000', '131809.880000', '131810.340000', '131810.800000', '131811.260000', '131811.720000', '131812.180000', '131812.640000', '131813.100000', '131813.560000', '131814.020000', '131814.480000', '131814.940000', '131815.400000', '131815.860000', '131816.320000', '131816.780000', '131817.240000', '131817.700000', '131818.160000', '131818.620000', '131819.080000', '131819.540000', '131820.000000', '131820.460000', '131820.920000', '131821.380000', '131821.840000', '131822.300000', '131822.760000', '131823.220000', '131823.680000', '131824.140000', '131824.600000', '131825.060000', '131825.520000', '131825.980000', '131826.440000', '131826.900000', '131827.360000', '131827.820000', '131828.280000', '131828.740000', '131829.200000', '131829.660000', '131830.120000', '131830.580000', '131831.040000', '131831.500000', '131831.960000', '131832.420000', '131832.880000', '131833.340000', '131833.800000', '131834.260000', '131834.720000', '131835.180000', '131835.640000', '131836.100000', '131836.560000', '131837.020000', '131837.480000', '131837.940000', '131838.400000', '131838.860000', '131839.320000', '131839.780000', '131840.240000', '131840.700000', '131841.160000', '131841.620000', '131842.080000', '131842.540000', '131843.000000', '131843.460000', '131843.920000', '131844.380000', '131844.840000', '131845.300000', '131845.760000', '131846.220000', '131846.680000', '131847.140000', '131847.600000', '131848.060000', '131848.520000', '131848.980000', '131849.440000', '131849.900000', '131850.360000', '131850.820000', '131851.280000', '131851.740000', '131852.200000', '131852.660000', '131853.120000', '131853.580000', '131854.040000', '131854.500000', '131854.960000', '131855.420000', '131855.880000', '131856.340000', '131856.800000', '131857.260000', '131857.720000', '131858.180000', '131858.640000', '131859.100000', '131859.560000', '131900.020000', '131900.480000', '131900.940000', '131901.400000', '131901.860000', '131902.320000', '131902.780000', '131903.240000', '131903.700000', '131904.160000', '131904.620000', '131905.080000', '131905.540000', '131906.000000', '131906.460000', '131906.920000', '131907.380000', '131907.840000', '131908.300000', '131908.760000', '131909.220000', '131909.680000', '131910.140000', '131910.600000', '131911.060000', '131911.520000', '131911.980000', '131912.440000', '131912.900000', '131913.360000', '131913.820000', '131914.280000', '131914.740000', '131915.200000', '131915.660000', '131916.120000', '131916.580000', '131917.040000', '131917.500000', '131917.960000', '131918.420000', '131918.880000', '131919.340000', '131919.800000', '131920.260000', '131920.720000', '131921.180000', '131921.640000', '131922.100000', '131922.560000', '131923.020000', '131923.480000', '131923.940000', '131924.400000', '131924.860000', '131925.320000', '131925.780000', '131926.240000', '131926.700000', '131927.160000', '131927.620000', '131928.080000', '131928.540000', '131929.000000', '131929.460000', '131929.920000', '131930.380000', '131930.840000', '131931.300000', '131931.760000', '131932.220000', '131932.680000', '131933.140000', '131933.600000', '131934.060000', '131934.520000', '131934.980000', '131935.440000', '131935.900000', '131936.360000', '131936.820000', '131937.280000', '131937.740000', '131938.200000', '131938.660000', '131939.120000', '131939.580000', '131940.040000', '131940.500000', '131940.960000', '131941.420000', '131941.880000', '131942.340000', '131942.800000', '131943.260000', '131943.720000', '131944.180000', '131944.640000', '131945.100000', '131945.560000', '131946.020000', '131946.480000', '131946.940000', '131947.400000', '131947.860000', '131948.320000', '131948.780000', '131949.240000', '131949.700000', '131950.160000', '131950.620000', '131951.080000', '131951.540000', '131952.000000', '131952.460000', '131952.920000', '131953.380000', '131953.840000', '131954.300000', '131954.760000', '131955.220000', '131955.680000', '131956.140000', '131956.600000', '131957.060000', '131957.520000', '131957.980000', '131958.440000', '131958.900000', '131959.360000', '131959.820000', '132000.280000', '132000.740000', '132001.200000', '132001.660000', '132002.120000', '132002.580000', '132003.040000', '132003.500000', '132003.960000', '132004.420000', '132004.880000', '132005.340000', '132005.800000', '132006.260000'], 'ContentTime': ['131353.403000', '131353.406000', '131353.415000', '131353.418000', '131353.422000', '131353.425000', '131353.429000', '131353.432000', '131353.435000', '131353.437000', '131353.441000', '131353.443000', '131353.446000', '131353.450000', '131353.453000', '131353.456000', '131353.459000', '131353.462000', '131353.465000', '131353.468000', '131353.471000', '131353.474000', '131353.485000', '131353.488000', '131353.491000', '131353.494000', '131353.497000', '131353.500000', '131353.503000', '131353.506000', '131353.509000', '131353.512000', '131353.515000', '131353.518000', '131353.521000', '131353.524000', '131353.527000', '131353.530000', '131353.533000', '131353.536000', '131353.539000', '131353.542000', '131353.544000', '131353.547000', '131353.550000', '131353.553000', '131353.556000', '131353.559000', '131353.562000', '131353.571000', '131353.574000', '131353.577000', '131353.580000', '131353.583000', '131353.586000', '131353.589000', '131353.592000', '131353.595000', '131353.598000', '131413.367000', '131413.370000', '131413.373000', '131413.377000', '131413.380000', '131413.383000', '131413.386000', '131413.389000', '131413.392000', '131413.395000', '131413.398000', '131413.401000', '131413.404000', '131413.407000', '131413.410000', '131413.413000', '131413.415000', '131413.418000', '131413.421000', '131413.424000', '131413.427000', '131413.430000', '131413.433000', '131413.436000', '131413.439000', '131413.442000', '131413.445000', '131413.448000', '131413.451000', '131413.454000', '131413.457000', '131413.460000', '131413.463000', '131413.466000', '131413.469000', '131413.472000', '131413.475000', '131413.478000', '131413.481000', '131413.484000', '131413.486000', '131413.489000', '131413.492000', '131413.495000', '131433.367000', '131433.370000', '131433.373000', '131433.376000', '131433.379000', '131433.382000', '131433.385000', '131433.388000', '131433.391000', '131433.394000', '131433.397000', '131433.400000', '131433.403000', '131433.406000', '131433.409000', '131433.412000', '131433.415000', '131433.418000', '131433.421000', '131433.424000', '131433.427000', '131433.430000', '131433.433000', '131433.436000', '131433.439000', '131433.442000', '131433.445000', '131433.448000', '131433.452000', '131433.455000', '131433.458000', '131433.461000', '131433.464000', '131433.467000', '131433.470000', '131433.473000', '131433.476000', '131433.479000', '131433.482000', '131433.485000', '131433.488000', '131433.491000', '131433.494000', '131453.367000', '131453.370000', '131453.373000', '131453.376000', '131453.379000', '131453.382000', '131453.385000', '131453.388000', '131453.391000', '131453.394000', '131453.397000', '131453.400000', '131453.403000', '131453.406000', '131453.409000', '131453.412000', '131453.415000', '131453.418000', '131453.421000', '131453.424000', '131453.427000', '131453.430000', '131453.439000', '131453.442000', '131453.445000', '131453.448000', '131453.451000', '131453.454000', '131453.457000', '131453.460000', '131453.463000', '131453.466000', '131453.469000', '131453.472000', '131453.475000', '131453.478000', '131453.480000', '131453.484000', '131453.487000', '131453.490000', '131453.493000', '131453.496000', '131453.499000', '131453.502000', '131513.367000', '131513.370000', '131513.373000', '131513.376000', '131513.379000', '131513.382000', '131513.385000', '131513.400000', '131513.403000', '131513.406000', '131513.409000', '131513.412000', '131513.415000', '131513.418000', '131513.421000', '131513.424000', '131513.427000', '131513.430000', '131513.433000', '131513.436000', '131513.439000', '131513.442000', '131513.444000', '131513.448000', '131513.450000', '131513.453000', '131513.456000', '131513.459000', '131513.462000', '131513.465000', '131513.468000', '131513.471000', '131513.474000', '131513.477000', '131513.480000', '131513.483000', '131513.486000', '131513.489000', '131513.492000', '131513.495000', '131513.498000', '131513.501000', '131513.504000', '131533.366000', '131533.369000', '131533.372000', '131533.375000', '131533.378000', '131533.381000', '131533.384000', '131533.387000', '131533.390000', '131533.393000', '131533.396000', '131533.399000', '131533.402000', '131533.405000', '131533.408000', '131533.411000', '131533.414000', '131533.417000', '131533.420000', '131533.423000', '131533.426000', '131533.429000', '131533.432000', '131533.435000', '131533.442000', '131533.445000', '131533.448000', '131533.451000', '131533.454000', '131533.465000', '131533.468000', '131533.471000', '131533.474000', '131533.477000', '131533.480000', '131533.483000', '131533.486000', '131533.489000', '131533.491000', '131533.494000', '131533.498000', '131533.500000', '131533.503000', '131533.506000', '131553.366000', '131553.369000', '131553.372000', '131553.375000', '131553.378000', '131553.381000', '131553.384000', '131553.387000', '131553.390000', '131553.393000', '131553.396000', '131553.399000', '131553.402000', '131553.405000', '131553.408000', '131553.411000', '131553.414000', '131553.417000', '131553.420000', '131553.423000', '131553.426000', '131553.429000', '131553.432000', '131553.435000', '131553.438000', '131553.441000', '131553.444000', '131553.447000', '131553.450000', '131553.452000', '131553.456000', '131553.458000', '131553.461000', '131553.464000', '131553.467000', '131553.470000', '131553.473000', '131553.476000', '131553.479000', '131553.482000', '131553.485000', '131553.489000', '131553.492000', '131613.367000', '131613.370000', '131613.373000', '131613.376000', '131613.379000', '131613.382000', '131613.385000', '131613.388000', '131613.391000', '131613.394000', '131613.397000', '131613.400000', '131613.403000', '131613.406000', '131613.408000', '131613.412000', '131613.415000', '131613.418000', '131613.420000', '131613.424000', '131613.427000', '131613.429000', '131613.432000', '131613.435000', '131613.438000', '131613.441000', '131613.444000', '131613.447000', '131613.450000', '131613.453000', '131613.456000', '131613.459000', '131613.462000', '131613.465000', '131613.468000', '131613.471000', '131613.474000', '131613.477000', '131613.480000', '131613.483000', '131613.486000', '131613.489000', '131613.492000', '131613.495000', '131633.367000', '131633.370000', '131633.373000', '131633.376000', '131633.379000', '131633.382000', '131633.385000', '131633.388000', '131633.391000', '131633.394000', '131633.397000', '131633.400000', '131633.403000', '131633.406000', '131633.409000', '131633.412000', '131633.415000', '131633.418000', '131633.421000', '131633.424000', '131633.427000', '131633.430000', '131633.433000', '131633.436000', '131633.439000', '131633.442000', '131633.445000', '131633.448000', '131633.451000', '131633.454000', '131633.457000', '131633.460000', '131633.463000', '131633.466000', '131633.469000', '131633.471000', '131633.474000', '131633.478000', '131633.480000', '131633.483000', '131633.486000', '131633.489000', '131633.492000', '131653.367000', '131653.370000', '131653.373000', '131653.376000', '131653.379000', '131653.382000', '131653.385000', '131653.388000', '131653.391000', '131653.394000', '131653.397000', '131653.400000', '131653.403000', '131653.406000', '131653.409000', '131653.412000', '131653.415000', '131653.418000', '131653.432000', '131653.435000', '131653.437000', '131653.440000', '131653.443000', '131653.446000', '131653.449000', '131653.452000', '131653.455000', '131653.458000', '131653.461000', '131653.469000', '131653.472000', '131653.475000', '131653.478000', '131653.481000', '131653.484000', '131653.487000', '131653.490000', '131653.493000', '131653.496000', '131653.499000', '131653.502000', '131653.505000', '131653.508000', '131713.367000', '131713.370000', '131713.373000', '131713.376000', '131713.379000', '131713.382000', '131713.385000', '131713.388000', '131713.391000', '131713.394000', '131713.397000', '131713.400000', '131713.403000', '131713.406000', '131713.409000', '131713.412000', '131713.415000', '131713.418000', '131713.421000', '131713.424000', '131713.427000', '131713.430000', '131713.433000', '131713.436000', '131713.439000', '131713.442000', '131713.444000', '131713.447000', '131713.450000', '131713.453000', '131713.456000', '131713.459000', '131713.462000', '131713.465000', '131713.468000', '131713.471000', '131713.474000', '131713.477000', '131713.480000', '131713.483000', '131713.486000', '131713.489000', '131713.492000', '131713.495000', '131733.367000', '131733.371000', '131733.374000', '131733.377000', '131733.380000', '131733.383000', '131733.386000', '131733.389000', '131733.392000', '131733.395000', '131733.398000', '131733.401000', '131733.403000', '131733.407000', '131733.410000', '131733.413000', '131733.415000', '131733.419000', '131733.421000', '131733.424000', '131733.427000', '131733.430000', '131733.433000', '131733.436000', '131733.439000', '131733.442000', '131733.451000', '131733.454000', '131733.457000', '131733.460000', '131733.463000', '131733.466000', '131733.469000', '131733.472000', '131733.475000', '131733.478000', '131733.481000', '131733.484000', '131733.487000', '131733.490000', '131733.493000', '131733.496000', '131733.499000', '131753.366000', '131753.369000', '131753.372000', '131753.375000', '131753.378000', '131753.381000', '131753.384000', '131753.387000', '131753.390000', '131753.393000', '131753.396000', '131753.399000', '131753.402000', '131753.405000', '131753.408000', '131753.411000', '131753.414000', '131753.417000', '131753.420000', '131753.423000', '131753.426000', '131753.429000', '131753.432000', '131753.435000', '131753.438000', '131753.441000', '131753.444000', '131753.447000', '131753.450000', '131753.453000', '131753.456000', '131753.459000', '131753.462000', '131753.465000', '131753.468000', '131753.471000', '131753.474000', '131753.477000', '131753.480000', '131753.482000', '131753.486000', '131753.489000', '131753.491000', '131753.494000', '131813.366000', '131813.369000', '131813.372000', '131813.375000', '131813.378000', '131813.381000', '131813.385000', '131813.388000', '131813.391000', '131813.394000', '131813.402000', '131813.405000', '131813.409000', '131813.411000', '131813.414000', '131813.417000', '131813.420000', '131813.423000', '131813.426000', '131813.429000', '131813.432000', '131813.435000', '131813.438000', '131813.441000', '131813.444000', '131813.447000', '131813.450000', '131813.453000', '131813.456000', '131813.459000', '131813.462000', '131813.465000', '131813.468000', '131813.471000', '131813.474000', '131813.477000', '131813.480000', '131813.483000', '131813.486000', '131813.489000', '131813.492000', '131813.495000', '131813.498000', '131833.367000', '131833.370000', '131833.373000', '131833.376000', '131833.379000', '131833.382000', '131833.385000', '131833.388000', '131833.391000', '131833.394000', '131833.397000', '131833.400000', '131833.403000', '131833.406000', '131833.421000', '131833.424000', '131833.427000', '131833.430000', '131833.433000', '131833.436000', '131833.439000', '131833.442000', '131833.445000', '131833.448000', '131833.451000', '131833.454000', '131833.457000', '131833.460000', '131833.463000', '131833.466000', '131833.469000', '131833.472000', '131833.475000', '131833.478000', '131833.481000', '131833.484000', '131833.487000', '131833.490000', '131833.493000', '131833.496000', '131833.499000', '131833.502000', '131833.505000', '131833.508000', '131853.367000', '131853.370000', '131853.373000', '131853.376000', '131853.379000', '131853.382000', '131853.385000', '131853.388000', '131853.391000', '131853.394000', '131853.397000', '131853.400000', '131853.403000', '131853.406000', '131853.410000', '131853.414000', '131853.417000', '131853.420000', '131853.423000', '131853.426000', '131853.429000', '131853.432000', '131853.435000', '131853.438000', '131853.441000', '131853.444000', '131853.447000', '131853.450000', '131853.453000', '131853.456000', '131853.459000', '131853.462000', '131853.465000', '131853.468000', '131853.471000', '131853.474000', '131853.477000', '131853.480000', '131853.483000', '131853.486000', '131853.489000', '131853.492000', '131853.495000', '131913.367000', '131913.370000', '131913.373000', '131913.376000', '131913.379000', '131913.382000', '131913.385000', '131913.388000', '131913.391000', '131913.394000', '131913.397000', '131913.400000', '131913.403000', '131913.406000', '131913.409000', '131913.412000', '131913.415000', '131913.418000', '131913.421000', '131913.424000', '131913.427000', '131913.430000', '131913.433000', '131913.436000', '131913.439000', '131913.441000', '131913.445000', '131913.448000', '131913.451000', '131913.453000', '131913.457000', '131913.460000', '131913.462000', '131913.465000', '131913.468000', '131913.471000', '131913.474000', '131913.477000', '131913.480000', '131913.483000', '131913.486000', '131913.489000', '131913.492000', '131913.495000', '131933.367000', '131933.370000', '131933.373000', '131933.376000', '131933.379000', '131933.382000', '131933.385000', '131933.388000', '131933.391000', '131933.394000', '131933.397000', '131933.400000', '131933.403000', '131933.406000', '131933.409000', '131933.412000', '131933.415000', '131933.418000', '131933.421000', '131933.424000', '131933.428000', '131933.433000', '131933.436000', '131933.439000', '131933.442000', '131933.445000', '131933.448000', '131933.451000', '131933.454000', '131933.457000', '131933.460000', '131933.463000', '131933.466000', '131933.469000', '131933.472000', '131933.475000', '131933.478000', '131933.481000', '131933.484000', '131933.487000', '131933.490000', '131933.493000', '131933.496000', '131953.367000', '131953.370000', '131953.373000', '131953.376000', '131953.379000', '131953.382000', '131953.385000', '131953.388000', '131953.391000', '131953.394000', '131953.397000', '131953.402000', '131953.405000', '131953.408000', '131953.411000', '131953.414000', '131953.417000', '131953.420000', '131953.423000', '131953.426000', '131953.428000', '131953.431000', '131953.434000', '131953.437000', '131953.440000', '131953.443000', '131953.446000', '131953.449000', '131953.452000', '131953.455000', '131953.458000', '131953.461000', '131953.464000', '131953.467000', '131953.470000', '131953.473000', '131953.476000', '131953.479000', '131953.482000', '131953.485000', '131953.488000', '131953.491000', '131953.494000', '131953.497000', '132007.065000', '132007.069000', '132007.072000', '132007.075000', '132007.079000', '132007.082000', '132007.085000', '132007.088000', '132007.091000', '132007.095000', '132007.099000', '132007.102000', '132007.105000', '132007.108000', '132007.111000', '132007.114000', '132007.117000', '132007.120000', '132007.123000', '132007.126000', '132007.129000', '132007.133000', '132007.136000', '132007.147000', '132007.150000', '132007.153000', '132007.156000', '132007.159000', '132007.162000', '132007.165000'], 'InstanceCreationTime': ['131353.403000', '131353.406000', '131353.415000', '131353.418000', '131353.422000', '131353.425000', '131353.429000', '131353.432000', '131353.435000', '131353.437000', '131353.441000', '131353.443000', '131353.446000', '131353.450000', '131353.453000', '131353.456000', '131353.459000', '131353.462000', '131353.465000', '131353.468000', '131353.471000', '131353.474000', '131353.485000', '131353.488000', '131353.491000', '131353.494000', '131353.497000', '131353.500000', '131353.503000', '131353.506000', '131353.509000', '131353.512000', '131353.515000', '131353.518000', '131353.521000', '131353.524000', '131353.527000', '131353.530000', '131353.533000', '131353.536000', '131353.539000', '131353.542000', '131353.544000', '131353.547000', '131353.550000', '131353.553000', '131353.556000', '131353.559000', '131353.562000', '131353.571000', '131353.574000', '131353.577000', '131353.580000', '131353.583000', '131353.586000', '131353.589000', '131353.592000', '131353.595000', '131353.598000', '131413.367000', '131413.370000', '131413.373000', '131413.377000', '131413.380000', '131413.383000', '131413.386000', '131413.389000', '131413.392000', '131413.395000', '131413.398000', '131413.401000', '131413.404000', '131413.407000', '131413.410000', '131413.413000', '131413.415000', '131413.418000', '131413.421000', '131413.424000', '131413.427000', '131413.430000', '131413.433000', '131413.436000', '131413.439000', '131413.442000', '131413.445000', '131413.448000', '131413.451000', '131413.454000', '131413.457000', '131413.460000', '131413.463000', '131413.466000', '131413.469000', '131413.472000', '131413.475000', '131413.478000', '131413.481000', '131413.484000', '131413.486000', '131413.489000', '131413.492000', '131413.495000', '131433.367000', '131433.370000', '131433.373000', '131433.376000', '131433.379000', '131433.382000', '131433.385000', '131433.388000', '131433.391000', '131433.394000', '131433.397000', '131433.400000', '131433.403000', '131433.406000', '131433.409000', '131433.412000', '131433.415000', '131433.418000', '131433.421000', '131433.424000', '131433.427000', '131433.430000', '131433.433000', '131433.436000', '131433.439000', '131433.442000', '131433.445000', '131433.448000', '131433.452000', '131433.455000', '131433.458000', '131433.461000', '131433.464000', '131433.467000', '131433.470000', '131433.473000', '131433.476000', '131433.479000', '131433.482000', '131433.485000', '131433.488000', '131433.491000', '131433.494000', '131453.367000', '131453.370000', '131453.373000', '131453.376000', '131453.379000', '131453.382000', '131453.385000', '131453.388000', '131453.391000', '131453.394000', '131453.397000', '131453.400000', '131453.403000', '131453.406000', '131453.409000', '131453.412000', '131453.415000', '131453.418000', '131453.421000', '131453.424000', '131453.427000', '131453.430000', '131453.439000', '131453.442000', '131453.445000', '131453.448000', '131453.451000', '131453.454000', '131453.457000', '131453.460000', '131453.463000', '131453.466000', '131453.469000', '131453.472000', '131453.475000', '131453.478000', '131453.480000', '131453.484000', '131453.487000', '131453.490000', '131453.493000', '131453.496000', '131453.499000', '131453.502000', '131513.367000', '131513.370000', '131513.373000', '131513.376000', '131513.379000', '131513.382000', '131513.385000', '131513.400000', '131513.403000', '131513.406000', '131513.409000', '131513.412000', '131513.415000', '131513.418000', '131513.421000', '131513.424000', '131513.427000', '131513.430000', '131513.433000', '131513.436000', '131513.439000', '131513.442000', '131513.444000', '131513.448000', '131513.450000', '131513.453000', '131513.456000', '131513.459000', '131513.462000', '131513.465000', '131513.468000', '131513.471000', '131513.474000', '131513.477000', '131513.480000', '131513.483000', '131513.486000', '131513.489000', '131513.492000', '131513.495000', '131513.498000', '131513.501000', '131513.504000', '131533.366000', '131533.369000', '131533.372000', '131533.375000', '131533.378000', '131533.381000', '131533.384000', '131533.387000', '131533.390000', '131533.393000', '131533.396000', '131533.399000', '131533.402000', '131533.405000', '131533.408000', '131533.411000', '131533.414000', '131533.417000', '131533.420000', '131533.423000', '131533.426000', '131533.429000', '131533.432000', '131533.435000', '131533.442000', '131533.445000', '131533.448000', '131533.451000', '131533.454000', '131533.465000', '131533.468000', '131533.471000', '131533.474000', '131533.477000', '131533.480000', '131533.483000', '131533.486000', '131533.489000', '131533.491000', '131533.494000', '131533.498000', '131533.500000', '131533.503000', '131533.506000', '131553.366000', '131553.369000', '131553.372000', '131553.375000', '131553.378000', '131553.381000', '131553.384000', '131553.387000', '131553.390000', '131553.393000', '131553.396000', '131553.399000', '131553.402000', '131553.405000', '131553.408000', '131553.411000', '131553.414000', '131553.417000', '131553.420000', '131553.423000', '131553.426000', '131553.429000', '131553.432000', '131553.435000', '131553.438000', '131553.441000', '131553.444000', '131553.447000', '131553.450000', '131553.452000', '131553.456000', '131553.458000', '131553.461000', '131553.464000', '131553.467000', '131553.470000', '131553.473000', '131553.476000', '131553.479000', '131553.482000', '131553.485000', '131553.489000', '131553.492000', '131613.367000', '131613.370000', '131613.373000', '131613.376000', '131613.379000', '131613.382000', '131613.385000', '131613.388000', '131613.391000', '131613.394000', '131613.397000', '131613.400000', '131613.403000', '131613.406000', '131613.408000', '131613.412000', '131613.415000', '131613.418000', '131613.420000', '131613.424000', '131613.427000', '131613.429000', '131613.432000', '131613.435000', '131613.438000', '131613.441000', '131613.444000', '131613.447000', '131613.450000', '131613.453000', '131613.456000', '131613.459000', '131613.462000', '131613.465000', '131613.468000', '131613.471000', '131613.474000', '131613.477000', '131613.480000', '131613.483000', '131613.486000', '131613.489000', '131613.492000', '131613.495000', '131633.367000', '131633.370000', '131633.373000', '131633.376000', '131633.379000', '131633.382000', '131633.385000', '131633.388000', '131633.391000', '131633.394000', '131633.397000', '131633.400000', '131633.403000', '131633.406000', '131633.409000', '131633.412000', '131633.415000', '131633.418000', '131633.421000', '131633.424000', '131633.427000', '131633.430000', '131633.433000', '131633.436000', '131633.439000', '131633.442000', '131633.445000', '131633.448000', '131633.451000', '131633.454000', '131633.457000', '131633.460000', '131633.463000', '131633.466000', '131633.469000', '131633.471000', '131633.474000', '131633.478000', '131633.480000', '131633.483000', '131633.486000', '131633.489000', '131633.492000', '131653.367000', '131653.370000', '131653.373000', '131653.376000', '131653.379000', '131653.382000', '131653.385000', '131653.388000', '131653.391000', '131653.394000', '131653.397000', '131653.400000', '131653.403000', '131653.406000', '131653.409000', '131653.412000', '131653.415000', '131653.418000', '131653.432000', '131653.435000', '131653.437000', '131653.440000', '131653.443000', '131653.446000', '131653.449000', '131653.452000', '131653.455000', '131653.458000', '131653.461000', '131653.469000', '131653.472000', '131653.475000', '131653.478000', '131653.481000', '131653.484000', '131653.487000', '131653.490000', '131653.493000', '131653.496000', '131653.499000', '131653.502000', '131653.505000', '131653.508000', '131713.367000', '131713.370000', '131713.373000', '131713.376000', '131713.379000', '131713.382000', '131713.385000', '131713.388000', '131713.391000', '131713.394000', '131713.397000', '131713.400000', '131713.403000', '131713.406000', '131713.409000', '131713.412000', '131713.415000', '131713.418000', '131713.421000', '131713.424000', '131713.427000', '131713.430000', '131713.433000', '131713.436000', '131713.439000', '131713.442000', '131713.444000', '131713.447000', '131713.450000', '131713.453000', '131713.456000', '131713.459000', '131713.462000', '131713.465000', '131713.468000', '131713.471000', '131713.474000', '131713.477000', '131713.480000', '131713.483000', '131713.486000', '131713.489000', '131713.492000', '131713.495000', '131733.367000', '131733.371000', '131733.374000', '131733.377000', '131733.380000', '131733.383000', '131733.386000', '131733.389000', '131733.392000', '131733.395000', '131733.398000', '131733.401000', '131733.403000', '131733.407000', '131733.410000', '131733.413000', '131733.415000', '131733.419000', '131733.421000', '131733.424000', '131733.427000', '131733.430000', '131733.433000', '131733.436000', '131733.439000', '131733.442000', '131733.451000', '131733.454000', '131733.457000', '131733.460000', '131733.463000', '131733.466000', '131733.469000', '131733.472000', '131733.475000', '131733.478000', '131733.481000', '131733.484000', '131733.487000', '131733.490000', '131733.493000', '131733.496000', '131733.499000', '131753.366000', '131753.369000', '131753.372000', '131753.375000', '131753.378000', '131753.381000', '131753.384000', '131753.387000', '131753.390000', '131753.393000', '131753.396000', '131753.399000', '131753.402000', '131753.405000', '131753.408000', '131753.411000', '131753.414000', '131753.417000', '131753.420000', '131753.423000', '131753.426000', '131753.429000', '131753.432000', '131753.435000', '131753.438000', '131753.441000', '131753.444000', '131753.447000', '131753.450000', '131753.453000', '131753.456000', '131753.459000', '131753.462000', '131753.465000', '131753.468000', '131753.471000', '131753.474000', '131753.477000', '131753.480000', '131753.482000', '131753.486000', '131753.489000', '131753.491000', '131753.494000', '131813.366000', '131813.369000', '131813.372000', '131813.375000', '131813.378000', '131813.381000', '131813.385000', '131813.388000', '131813.391000', '131813.394000', '131813.402000', '131813.405000', '131813.409000', '131813.411000', '131813.414000', '131813.417000', '131813.420000', '131813.423000', '131813.426000', '131813.429000', '131813.432000', '131813.435000', '131813.438000', '131813.441000', '131813.444000', '131813.447000', '131813.450000', '131813.453000', '131813.456000', '131813.459000', '131813.462000', '131813.465000', '131813.468000', '131813.471000', '131813.474000', '131813.477000', '131813.480000', '131813.483000', '131813.486000', '131813.489000', '131813.492000', '131813.495000', '131813.498000', '131833.367000', '131833.370000', '131833.373000', '131833.376000', '131833.379000', '131833.382000', '131833.385000', '131833.388000', '131833.391000', '131833.394000', '131833.397000', '131833.400000', '131833.403000', '131833.406000', '131833.421000', '131833.424000', '131833.427000', '131833.430000', '131833.433000', '131833.436000', '131833.439000', '131833.442000', '131833.445000', '131833.448000', '131833.451000', '131833.454000', '131833.457000', '131833.460000', '131833.463000', '131833.466000', '131833.469000', '131833.472000', '131833.475000', '131833.478000', '131833.481000', '131833.484000', '131833.487000', '131833.490000', '131833.493000', '131833.496000', '131833.499000', '131833.502000', '131833.505000', '131833.508000', '131853.367000', '131853.370000', '131853.373000', '131853.376000', '131853.379000', '131853.382000', '131853.385000', '131853.388000', '131853.391000', '131853.394000', '131853.397000', '131853.400000', '131853.403000', '131853.406000', '131853.410000', '131853.414000', '131853.417000', '131853.420000', '131853.423000', '131853.426000', '131853.429000', '131853.432000', '131853.435000', '131853.438000', '131853.441000', '131853.444000', '131853.447000', '131853.450000', '131853.453000', '131853.456000', '131853.459000', '131853.462000', '131853.465000', '131853.468000', '131853.471000', '131853.474000', '131853.477000', '131853.480000', '131853.483000', '131853.486000', '131853.489000', '131853.492000', '131853.495000', '131913.367000', '131913.370000', '131913.373000', '131913.376000', '131913.379000', '131913.382000', '131913.385000', '131913.388000', '131913.391000', '131913.394000', '131913.397000', '131913.400000', '131913.403000', '131913.406000', '131913.409000', '131913.412000', '131913.415000', '131913.418000', '131913.421000', '131913.424000', '131913.427000', '131913.430000', '131913.433000', '131913.436000', '131913.439000', '131913.441000', '131913.445000', '131913.448000', '131913.451000', '131913.453000', '131913.457000', '131913.460000', '131913.462000', '131913.465000', '131913.468000', '131913.471000', '131913.474000', '131913.477000', '131913.480000', '131913.483000', '131913.486000', '131913.489000', '131913.492000', '131913.495000', '131933.367000', '131933.370000', '131933.373000', '131933.376000', '131933.379000', '131933.382000', '131933.385000', '131933.388000', '131933.391000', '131933.394000', '131933.397000', '131933.400000', '131933.403000', '131933.406000', '131933.409000', '131933.412000', '131933.415000', '131933.418000', '131933.421000', '131933.424000', '131933.428000', '131933.433000', '131933.436000', '131933.439000', '131933.442000', '131933.445000', '131933.448000', '131933.451000', '131933.454000', '131933.457000', '131933.460000', '131933.463000', '131933.466000', '131933.469000', '131933.472000', '131933.475000', '131933.478000', '131933.481000', '131933.484000', '131933.487000', '131933.490000', '131933.493000', '131933.496000', '131953.367000', '131953.370000', '131953.373000', '131953.376000', '131953.379000', '131953.382000', '131953.385000', '131953.388000', '131953.391000', '131953.394000', '131953.397000', '131953.402000', '131953.405000', '131953.408000', '131953.411000', '131953.414000', '131953.417000', '131953.420000', '131953.423000', '131953.426000', '131953.428000', '131953.431000', '131953.434000', '131953.437000', '131953.440000', '131953.443000', '131953.446000', '131953.449000', '131953.452000', '131953.455000', '131953.458000', '131953.461000', '131953.464000', '131953.467000', '131953.470000', '131953.473000', '131953.476000', '131953.479000', '131953.482000', '131953.485000', '131953.488000', '131953.491000', '131953.494000', '131953.497000', '132007.065000', '132007.069000', '132007.072000', '132007.075000', '132007.079000', '132007.082000', '132007.085000', '132007.088000', '132007.091000', '132007.095000', '132007.099000', '132007.102000', '132007.105000', '132007.108000', '132007.111000', '132007.114000', '132007.117000', '132007.120000', '132007.123000', '132007.126000', '132007.129000', '132007.133000', '132007.136000', '132007.147000', '132007.150000', '132007.153000', '132007.156000', '132007.159000', '132007.162000', '132007.165000'], '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': [12296, 10385, 11397, 9017, 10579, 9074, 9011, 9053, 9813, 8959, 9874, 9574, 9622, 10018, 9620, 9275, 9714, 11065, 9769, 10500, 10201, 9708, 10324, 8787, 10238, 13755, 9727, 10627, 9454, 10082, 9298, 10546, 9120, 9616, 8940, 8993, 10106, 9824, 9692, 9583, 9353, 9849, 8090, 8396, 10887, 11530, 10844, 15470, 17666, 12434, 10998, 17402, 13429, 16960, 14209, 13062, 11752, 11615, 11430, 12248, 9459, 13350, 8686, 14718, 9661, 11230, 8162, 8355, 8292, 8603, 8319, 8704, 8304, 8735, 8324, 8675, 8349, 8844, 8304, 8917, 8409, 9024, 8037, 8770, 9362, 8807, 9102, 8780, 9336, 8924, 9181, 10203, 9854, 9133, 9777, 9441, 16266, 9971, 13736, 9382, 9104, 9963, 9264, 9154, 9332, 9650, 9083, 9547, 8898, 9769, 8960, 9706, 10789, 9571, 9079, 9569, 9608, 14465, 9511, 15238, 10260, 14132, 9580, 10381, 9602, 9182, 9716, 10235, 9397, 9010, 9590, 10264, 9597, 12582, 9734, 15381, 9834, 13055, 9737, 11284, 9910, 10569, 9101, 9890, 9049, 9520, 8895, 9316, 10168, 11544, 9624, 12603, 9973, 9139, 9701, 14819, 9308, 12345, 9597, 8983, 9964, 16667, 10772, 14528, 9698, 12320, 9475, 11455, 10669, 15111, 9412, 10550, 9203, 8631, 9252, 9539, 9071, 9431, 9110, 9745, 9019, 10455, 12269, 9447, 8862, 8567, 9523, 8242, 13156, 10396, 8435, 12180, 9591, 8696, 9378, 10148, 8531, 13198, 16179, 11469, 11919, 14916, 12173, 14605, 13862, 14019, 13413, 12914, 10151, 13713, 10230, 13256, 8574, 8290, 8053, 8690, 8900, 8651, 9953, 8916, 9120, 9010, 9041, 8718, 8045, 8469, 8070, 7448, 8182, 7748, 8660, 8009, 8437, 9132, 8219, 10127, 8401, 12183, 8692, 11616, 8344, 8250, 14041, 8742, 14617, 9347, 10516, 9689, 8823, 14914, 9229, 11309, 9267, 9953, 9606, 8814, 9490, 10437, 9661, 9771, 9410, 9748, 9242, 9388, 9416, 13487, 9797, 15092, 10429, 16336, 9618, 14405, 9380, 9020, 9150, 12185, 10082, 9742, 9551, 9592, 9529, 13209, 9627, 14493, 9639, 11331, 9537, 8798, 9623, 9012, 9709, 9055, 9897, 9336, 10312, 9427, 9854, 9218, 9998, 9082, 9939, 9148, 10543, 9237, 9743, 9224, 9703, 9357, 10710, 9735, 12870, 10037, 11483, 9574, 12160, 9287, 9129, 10174, 9200, 10815, 9784, 9974, 11284, 10247, 8972, 10614, 9269, 10175, 14943, 10474, 10921, 10351, 13057, 9137, 8998, 9041, 8833, 8640, 10756, 8275, 7491, 7659, 8432, 7417, 15714, 10368, 10667, 14892, 11552, 14161, 14061, 11179, 16133, 13372, 14988, 12691, 15665, 12687, 16291, 12300, 15514, 10677, 10274, 8289, 7931, 8478, 7646, 7645, 7607, 7913, 7477, 7757, 7427, 7749, 7725, 7915, 7831, 8025, 7749, 7974, 7765, 8034, 7584, 8363, 7261, 9409, 7565, 10907, 7657, 9724, 8056, 9297, 8122, 9286, 8317, 8849, 8195, 8611, 8355, 9002, 8416, 10147, 8430, 9734, 8225, 9606, 8460, 10290, 8312, 8804, 7881, 8583, 7611, 8390, 7520, 8345, 9300, 8528, 9330, 8600, 9546, 8654, 10722, 8543, 10671, 8725, 10406, 8577, 9055, 8878, 8346, 9145, 8881, 9409, 8716, 9049, 8682, 8925, 10499, 9122, 9716, 9162, 9329, 8963, 9371, 8870, 9548, 8694, 9371, 8712, 8766, 15163, 8872, 12681, 9456, 11288, 9345, 13013, 9345, 9149, 8977, 9481, 8901, 9070, 11748, 8794, 13408, 9532, 10189, 9228, 8811, 9039, 9706, 8775, 9330, 8726, 9138, 10080, 8954, 15092, 9549, 9848, 9435, 8849, 9744, 8814, 9453, 8797, 9165, 8631, 9437, 8868, 9532, 9028, 9444, 8808, 9209, 8833, 9751, 8946, 10497, 9250, 14657, 9793, 14498, 9398, 12281, 9582, 10198, 9642, 10691, 9342, 11445, 9950, 9015, 9375, 9058, 14935, 9304, 13147, 9764, 9541, 10307, 9081, 9427, 9058, 9970, 9499, 9644, 9653, 9376, 10803, 9319, 9015, 9289, 10202, 9671, 11983, 9564, 14834, 10412, 14312, 10254, 9668, 10211, 9550, 9615, 9638, 16273, 12743, 9033, 9516, 9552, 9693, 10089, 9597, 9599, 11490, 9938, 14101, 10645, 15244, 11083, 9517, 16090, 13254, 16100, 12755, 15510, 9781, 9135, 10523, 8615, 15217, 9118, 12571, 9512, 8790, 9927, 8221, 10339, 8609, 8880, 8648, 9504, 8919, 9351, 9321, 9810, 9091, 9640, 9099, 10054, 9087, 10068, 9041, 9327, 9126, 10355, 9101, 10800, 9622, 10224, 10276, 9550, 10225, 11821, 10064, 10893, 9604, 10507, 9580, 10052, 9081, 10788, 9294, 10624, 9240, 10146, 12558, 9925, 11478, 10138, 10974, 10432, 13511, 9942, 9185, 9298, 9158, 9431, 12215, 9755, 10413, 10409, 8646, 10424, 8778, 10325, 8699, 10362, 8872, 10115, 8995, 9281, 9091, 9259, 10162, 10215, 10113, 10037, 10786, 10024, 10655, 9528, 10481, 9325, 10785, 9257, 10903, 9495, 10226, 12771, 9392, 9196, 10284, 9422, 15321, 12061, 15960, 9816, 13230, 10215, 10878, 9570, 11351, 9603, 9906, 10513, 8771, 10257, 8615, 10349, 10189, 9691, 8764, 9962, 9036, 11728, 9530, 12047, 10251, 9093, 9238, 8558, 9915, 9040, 10583, 9508, 10450, 9638, 10291, 9617, 9451, 10054, 9025, 9944, 9258, 10123, 9735, 14405, 10573, 11495, 10032, 9184, 13586, 9468, 13527, 9723, 10633, 10196, 9516, 10365, 9996, 10103, 10728, 10340, 10387, 10399, 9931, 10218, 12022, 10173, 8857, 9598, 8911, 10002, 9338, 9961, 9151, 10208, 9177, 10021, 9389, 10745, 9512, 10277, 9442, 10301, 9685, 9447, 13517, 9628, 8989, 10409, 9335, 9811, 10053, 9424, 13048, 9280, 15548, 10862, 15395, 10423, 11780, 9403, 9002, 10974, 10418, 9234, 8805, 9372, 9188, 9400, 9345, 9455, 9113, 10281, 9304, 9497, 9307, 10240, 9577, 10299, 9297, 10084, 9392, 9872, 12169, 9730, 12470, 9736, 10775, 9657, 13099, 10227, 15204, 10039, 11834, 10176, 9781, 9567, 10020, 9560, 8742, 9217, 8821, 9275, 8940, 9682, 8661, 9904, 8750, 9359, 9018, 10218, 9045, 9640, 9035, 10045, 9159, 9925, 9308, 9887, 9401, 9353, 9192, 9800, 9329, 10108, 9562, 10243, 9537, 10201, 9574, 10260, 9950, 9983, 9743, 9873, 9593, 9844, 9271, 10851, 9304, 10573, 9710, 10449, 9985, 10509, 9855, 10388, 14720, 10446, 13845, 10421, 12172, 10329, 14701, 11750, 15123, 9767, 12617, 9814, 12260, 10672, 15129, 9732, 12978, 9776, 11526], 'WindowCenter': [3958.0, 3935.0, 3932.0, 3909.0, 3918.0, 3906.0, 3906.0, 3906.0, 3917.0, 3907.0, 3918.0, 3918.0, 3919.0, 3918.0, 3920.0, 3919.0, 3921.0, 3930.0, 3920.0, 3929.0, 3930.0, 3919.0, 3930.0, 3909.0, 3931.0, 3952.0, 3931.0, 3931.0, 3920.0, 3932.0, 3933.0, 3946.0, 3936.0, 3935.0, 3948.0, 3935.0, 3944.0, 3945.0, 3946.0, 3948.0, 3949.0, 3962.0, 3940.0, 3941.0, 3963.0, 3973.0, 3963.0, 3994.0, 4007.0, 3973.0, 3963.0, 3992.0, 3959.0, 3981.0, 3958.0, 3946.0, 3934.0, 3920.0, 3907.0, 3916.0, 3894.0, 3912.0, 3880.0, 3912.0, 3879.0, 3889.0, 3867.0, 3867.0, 3868.0, 3880.0, 3878.0, 3880.0, 3878.0, 3881.0, 3880.0, 3882.0, 3881.0, 3893.0, 3882.0, 3893.0, 3896.0, 3921.0, 3899.0, 3922.0, 3923.0, 3922.0, 3921.0, 3921.0, 3923.0, 3922.0, 3922.0, 3934.0, 3934.0, 3923.0, 3933.0, 3922.0, 3964.0, 3932.0, 3953.0, 3923.0, 3922.0, 3933.0, 3922.0, 3922.0, 3921.0, 3933.0, 3922.0, 3934.0, 3923.0, 3934.0, 3924.0, 3935.0, 3944.0, 3935.0, 3924.0, 3935.0, 3934.0, 3954.0, 3933.0, 3965.0, 3934.0, 3954.0, 3935.0, 3934.0, 3934.0, 3934.0, 3936.0, 3935.0, 3936.0, 3936.0, 3936.0, 3935.0, 3935.0, 3955.0, 3935.0, 3966.0, 3935.0, 3955.0, 3935.0, 3947.0, 3948.0, 3948.0, 3936.0, 3935.0, 3937.0, 3950.0, 3952.0, 3949.0, 3949.0, 3959.0, 3948.0, 3957.0, 3935.0, 3935.0, 3936.0, 3968.0, 3935.0, 3955.0, 3935.0, 3922.0, 3933.0, 3975.0, 3933.0, 3953.0, 3921.0, 3941.0, 3921.0, 3930.0, 3933.0, 3952.0, 3921.0, 3930.0, 3920.0, 3908.0, 3920.0, 3921.0, 3922.0, 3932.0, 3921.0, 3934.0, 3924.0, 3945.0, 3956.0, 3937.0, 3935.0, 3922.0, 3932.0, 3922.0, 3966.0, 3948.0, 3936.0, 3956.0, 3937.0, 3926.0, 3936.0, 3948.0, 3925.0, 3962.0, 3984.0, 3964.0, 3962.0, 3973.0, 3949.0, 3947.0, 3931.0, 3929.0, 3916.0, 3904.0, 3893.0, 3914.0, 3882.0, 3902.0, 3870.0, 3857.0, 3855.0, 3854.0, 3853.0, 3853.0, 3863.0, 3865.0, 3865.0, 3866.0, 3865.0, 3867.0, 3870.0, 3899.0, 3897.0, 3886.0, 3898.0, 3897.0, 3924.0, 3911.0, 3911.0, 3921.0, 3910.0, 3921.0, 3914.0, 3933.0, 3914.0, 3933.0, 3913.0, 3914.0, 3955.0, 3911.0, 3953.0, 3922.0, 3922.0, 3920.0, 3911.0, 3953.0, 3921.0, 3932.0, 3923.0, 3948.0, 3937.0, 3935.0, 3949.0, 3949.0, 3938.0, 3948.0, 3937.0, 3934.0, 3936.0, 3923.0, 3924.0, 3954.0, 3935.0, 3967.0, 3936.0, 3977.0, 3924.0, 3953.0, 3923.0, 3922.0, 3922.0, 3943.0, 3935.0, 3935.0, 3936.0, 3935.0, 3934.0, 3954.0, 3923.0, 3952.0, 3922.0, 3932.0, 3921.0, 3910.0, 3921.0, 3920.0, 3921.0, 3921.0, 3932.0, 3922.0, 3932.0, 3921.0, 3922.0, 3922.0, 3933.0, 3922.0, 3934.0, 3934.0, 3946.0, 3937.0, 3947.0, 3937.0, 3949.0, 3948.0, 3947.0, 3937.0, 3956.0, 3936.0, 3946.0, 3936.0, 3956.0, 3936.0, 3934.0, 3946.0, 3935.0, 3946.0, 3947.0, 3947.0, 3946.0, 3947.0, 3935.0, 3947.0, 3937.0, 3949.0, 3978.0, 3948.0, 3947.0, 3947.0, 3967.0, 3939.0, 3937.0, 3940.0, 3938.0, 3936.0, 3960.0, 3953.0, 3943.0, 3942.0, 3952.0, 3942.0, 4005.0, 3962.0, 3961.0, 3992.0, 3961.0, 3974.0, 3975.0, 3953.0, 3983.0, 3963.0, 3959.0, 3946.0, 3955.0, 3920.0, 3939.0, 3904.0, 3924.0, 3891.0, 3879.0, 3858.0, 3857.0, 3856.0, 3854.0, 3855.0, 3854.0, 3853.0, 3843.0, 3855.0, 3856.0, 3856.0, 3857.0, 3867.0, 3869.0, 3870.0, 3868.0, 3870.0, 3870.0, 3871.0, 3869.0, 3881.0, 3870.0, 3891.0, 3872.0, 3904.0, 3872.0, 3892.0, 3885.0, 3894.0, 3886.0, 3895.0, 3897.0, 3896.0, 3897.0, 3897.0, 3898.0, 3907.0, 3898.0, 3917.0, 3910.0, 3908.0, 3910.0, 3908.0, 3911.0, 3919.0, 3910.0, 3909.0, 3910.0, 3910.0, 3900.0, 3912.0, 3910.0, 3912.0, 3922.0, 3923.0, 3922.0, 3913.0, 3922.0, 3912.0, 3932.0, 3912.0, 3932.0, 3923.0, 3934.0, 3913.0, 3922.0, 3925.0, 3925.0, 3935.0, 3936.0, 3937.0, 3936.0, 3937.0, 3936.0, 3938.0, 3947.0, 3938.0, 3947.0, 3938.0, 3937.0, 3938.0, 3937.0, 3937.0, 3937.0, 3937.0, 3938.0, 3937.0, 3937.0, 3979.0, 3936.0, 3957.0, 3936.0, 3946.0, 3937.0, 3957.0, 3936.0, 3936.0, 3935.0, 3935.0, 3934.0, 3937.0, 3957.0, 3925.0, 3966.0, 3936.0, 3946.0, 3936.0, 3936.0, 3936.0, 3936.0, 3925.0, 3936.0, 3924.0, 3935.0, 3933.0, 3923.0, 3966.0, 3932.0, 3931.0, 3922.0, 3921.0, 3920.0, 3921.0, 3921.0, 3910.0, 3921.0, 3910.0, 3922.0, 3920.0, 3922.0, 3922.0, 3933.0, 3923.0, 3923.0, 3923.0, 3933.0, 3923.0, 3932.0, 3923.0, 3964.0, 3934.0, 3954.0, 3923.0, 3942.0, 3922.0, 3932.0, 3933.0, 3933.0, 3923.0, 3942.0, 3933.0, 3922.0, 3921.0, 3921.0, 3953.0, 3921.0, 3941.0, 3921.0, 3919.0, 3931.0, 3921.0, 3923.0, 3922.0, 3934.0, 3934.0, 3935.0, 3935.0, 3936.0, 3946.0, 3938.0, 3937.0, 3948.0, 3948.0, 3948.0, 3957.0, 3935.0, 3966.0, 3935.0, 3966.0, 3935.0, 3947.0, 3934.0, 3933.0, 3932.0, 3932.0, 3964.0, 3940.0, 3920.0, 3930.0, 3932.0, 3933.0, 3945.0, 3948.0, 3946.0, 3957.0, 3946.0, 3954.0, 3932.0, 3953.0, 3930.0, 3908.0, 3938.0, 3926.0, 3936.0, 3913.0, 3923.0, 3890.0, 3878.0, 3887.0, 3866.0, 3907.0, 3876.0, 3896.0, 3877.0, 3876.0, 3888.0, 3877.0, 3899.0, 3879.0, 3890.0, 3891.0, 3901.0, 3891.0, 3891.0, 3891.0, 3902.0, 3893.0, 3903.0, 3903.0, 3904.0, 3904.0, 3904.0, 3905.0, 3905.0, 3905.0, 3916.0, 3906.0, 3916.0, 3916.0, 3915.0, 3917.0, 3917.0, 3918.0, 3926.0, 3918.0, 3928.0, 3918.0, 3930.0, 3931.0, 3930.0, 3921.0, 3943.0, 3920.0, 3943.0, 3933.0, 3945.0, 3954.0, 3934.0, 3942.0, 3932.0, 3932.0, 3932.0, 3952.0, 3931.0, 3920.0, 3920.0, 3919.0, 3920.0, 3941.0, 3920.0, 3928.0, 3931.0, 3909.0, 3931.0, 3908.0, 3931.0, 3919.0, 3931.0, 3919.0, 3931.0, 3920.0, 3921.0, 3921.0, 3932.0, 3944.0, 3944.0, 3943.0, 3933.0, 3944.0, 3945.0, 3945.0, 3946.0, 3947.0, 3936.0, 3957.0, 3935.0, 3945.0, 3936.0, 3946.0, 3956.0, 3934.0, 3933.0, 3932.0, 3933.0, 3965.0, 3943.0, 3964.0, 3931.0, 3940.0, 3929.0, 3929.0, 3919.0, 3930.0, 3919.0, 3918.0, 3930.0, 3908.0, 3930.0, 3909.0, 3931.0, 3931.0, 3920.0, 3909.0, 3919.0, 3909.0, 3929.0, 3919.0, 3929.0, 3918.0, 3907.0, 3906.0, 3906.0, 3918.0, 3907.0, 3928.0, 3919.0, 3930.0, 3932.0, 3932.0, 3933.0, 3933.0, 3933.0, 3922.0, 3932.0, 3933.0, 3932.0, 3921.0, 3952.0, 3930.0, 3931.0, 3919.0, 3919.0, 3940.0, 3919.0, 3940.0, 3919.0, 3918.0, 3929.0, 3918.0, 3931.0, 3930.0, 3931.0, 3931.0, 3931.0, 3930.0, 3931.0, 3930.0, 3931.0, 3941.0, 3931.0, 3919.0, 3919.0, 3920.0, 3920.0, 3921.0, 3920.0, 3919.0, 3930.0, 3919.0, 3919.0, 3919.0, 3931.0, 3920.0, 3930.0, 3920.0, 3930.0, 3932.0, 3921.0, 3953.0, 3932.0, 3920.0, 3932.0, 3922.0, 3935.0, 3933.0, 3933.0, 3953.0, 3922.0, 3964.0, 3932.0, 3952.0, 3931.0, 3930.0, 3908.0, 3908.0, 3918.0, 3918.0, 3908.0, 3907.0, 3906.0, 3907.0, 3907.0, 3919.0, 3917.0, 3907.0, 3918.0, 3907.0, 3919.0, 3921.0, 3932.0, 3921.0, 3932.0, 3921.0, 3932.0, 3922.0, 3934.0, 3942.0, 3922.0, 3941.0, 3920.0, 3929.0, 3920.0, 3940.0, 3920.0, 3950.0, 3919.0, 3928.0, 3918.0, 3917.0, 3918.0, 3917.0, 3918.0, 3906.0, 3908.0, 3906.0, 3908.0, 3908.0, 3919.0, 3907.0, 3919.0, 3908.0, 3919.0, 3908.0, 3919.0, 3909.0, 3920.0, 3909.0, 3919.0, 3919.0, 3919.0, 3919.0, 3919.0, 3921.0, 3920.0, 3920.0, 3920.0, 3920.0, 3919.0, 3920.0, 3930.0, 3920.0, 3930.0, 3921.0, 3930.0, 3931.0, 3931.0, 3933.0, 3932.0, 3932.0, 3933.0, 3931.0, 3944.0, 3933.0, 3947.0, 3935.0, 3947.0, 3935.0, 3946.0, 3935.0, 3947.0, 3967.0, 3945.0, 3954.0, 3934.0, 3943.0, 3934.0, 3966.0, 3945.0, 3965.0, 3933.0, 3942.0, 3932.0, 3941.0, 3933.0, 3952.0, 3921.0, 3941.0, 3920.0, 3929.0], 'WindowWidth': [8848.0, 8810.0, 8800.0, 8763.0, 8772.0, 8753.0, 8753.0, 8754.0, 8770.0, 8756.0, 8774.0, 8772.0, 8777.0, 8775.0, 8779.0, 8777.0, 8781.0, 8791.0, 8780.0, 8790.0, 8793.0, 8775.0, 8793.0, 8763.0, 8798.0, 8824.0, 8797.0, 8796.0, 8780.0, 8799.0, 8802.0, 8826.0, 8811.0, 8808.0, 8831.0, 8809.0, 8819.0, 8820.0, 8825.0, 8831.0, 8834.0, 8858.0, 8826.0, 8827.0, 8858.0, 8871.0, 8859.0, 8902.0, 8927.0, 8872.0, 8857.0, 8898.0, 8843.0, 8883.0, 8842.0, 8822.0, 8801.0, 8775.0, 8753.0, 8762.0, 8726.0, 8750.0, 8703.0, 8752.0, 8701.0, 8712.0, 8683.0, 8685.0, 8685.0, 8704.0, 8699.0, 8705.0, 8700.0, 8707.0, 8706.0, 8711.0, 8708.0, 8727.0, 8712.0, 8729.0, 8737.0, 8781.0, 8747.0, 8785.0, 8786.0, 8782.0, 8782.0, 8780.0, 8786.0, 8784.0, 8784.0, 8801.0, 8801.0, 8786.0, 8799.0, 8784.0, 8845.0, 8796.0, 8826.0, 8786.0, 8784.0, 8798.0, 8783.0, 8782.0, 8780.0, 8800.0, 8785.0, 8803.0, 8786.0, 8804.0, 8789.0, 8807.0, 8818.0, 8806.0, 8791.0, 8805.0, 8801.0, 8832.0, 8799.0, 8848.0, 8803.0, 8831.0, 8804.0, 8802.0, 8804.0, 8804.0, 8808.0, 8807.0, 8808.0, 8808.0, 8808.0, 8805.0, 8806.0, 8834.0, 8806.0, 8850.0, 8804.0, 8832.0, 8807.0, 8825.0, 8829.0, 8831.0, 8809.0, 8807.0, 8813.0, 8837.0, 8843.0, 8832.0, 8833.0, 8845.0, 8830.0, 8840.0, 8807.0, 8806.0, 8809.0, 8857.0, 8806.0, 8831.0, 8805.0, 8785.0, 8800.0, 8862.0, 8799.0, 8827.0, 8782.0, 8806.0, 8781.0, 8793.0, 8801.0, 8826.0, 8780.0, 8792.0, 8776.0, 8761.0, 8778.0, 8782.0, 8785.0, 8799.0, 8782.0, 8803.0, 8790.0, 8821.0, 8836.0, 8812.0, 8806.0, 8786.0, 8798.0, 8786.0, 8852.0, 8832.0, 8813.0, 8840.0, 8812.0, 8800.0, 8813.0, 8828.0, 8795.0, 8853.0, 8885.0, 8860.0, 8853.0, 8877.0, 8833.0, 8827.0, 8790.0, 8787.0, 8761.0, 8743.0, 8725.0, 8757.0, 8707.0, 8738.0, 8688.0, 8665.0, 8661.0, 8656.0, 8654.0, 8654.0, 8667.0, 8673.0, 8675.0, 8677.0, 8674.0, 8681.0, 8692.0, 8747.0, 8741.0, 8726.0, 8742.0, 8741.0, 8787.0, 8764.0, 8766.0, 8775.0, 8762.0, 8776.0, 8773.0, 8796.0, 8775.0, 8798.0, 8771.0, 8772.0, 8830.0, 8766.0, 8823.0, 8780.0, 8781.0, 8775.0, 8763.0, 8826.0, 8778.0, 8791.0, 8784.0, 8828.0, 8811.0, 8807.0, 8830.0, 8831.0, 8813.0, 8826.0, 8810.0, 8802.0, 8807.0, 8786.0, 8788.0, 8830.0, 8803.0, 8852.0, 8806.0, 8866.0, 8788.0, 8826.0, 8787.0, 8783.0, 8784.0, 8813.0, 8804.0, 8806.0, 8807.0, 8805.0, 8801.0, 8829.0, 8785.0, 8824.0, 8783.0, 8795.0, 8781.0, 8763.0, 8780.0, 8776.0, 8780.0, 8780.0, 8795.0, 8783.0, 8796.0, 8781.0, 8782.0, 8781.0, 8800.0, 8785.0, 8804.0, 8802.0, 8823.0, 8813.0, 8827.0, 8814.0, 8831.0, 8829.0, 8827.0, 8812.0, 8837.0, 8808.0, 8822.0, 8807.0, 8834.0, 8809.0, 8804.0, 8821.0, 8806.0, 8823.0, 8825.0, 8826.0, 8823.0, 8826.0, 8807.0, 8826.0, 8813.0, 8832.0, 8870.0, 8829.0, 8824.0, 8826.0, 8853.0, 8816.0, 8814.0, 8819.0, 8815.0, 8810.0, 8852.0, 8847.0, 8835.0, 8831.0, 8846.0, 8834.0, 8924.0, 8858.0, 8854.0, 8900.0, 8853.0, 8872.0, 8879.0, 8842.0, 8886.0, 8857.0, 8847.0, 8820.0, 8833.0, 8775.0, 8801.0, 8744.0, 8772.0, 8719.0, 8700.0, 8668.0, 8665.0, 8663.0, 8658.0, 8660.0, 8658.0, 8655.0, 8643.0, 8660.0, 8664.0, 8667.0, 8669.0, 8684.0, 8687.0, 8690.0, 8686.0, 8691.0, 8691.0, 8694.0, 8690.0, 8708.0, 8694.0, 8723.0, 8698.0, 8741.0, 8698.0, 8725.0, 8719.0, 8731.0, 8722.0, 8734.0, 8738.0, 8737.0, 8740.0, 8740.0, 8743.0, 8754.0, 8745.0, 8770.0, 8762.0, 8757.0, 8762.0, 8758.0, 8764.0, 8774.0, 8762.0, 8762.0, 8765.0, 8764.0, 8752.0, 8769.0, 8764.0, 8770.0, 8782.0, 8786.0, 8783.0, 8772.0, 8783.0, 8771.0, 8796.0, 8772.0, 8797.0, 8786.0, 8801.0, 8772.0, 8786.0, 8791.0, 8793.0, 8808.0, 8811.0, 8813.0, 8810.0, 8813.0, 8811.0, 8816.0, 8827.0, 8816.0, 8827.0, 8816.0, 8815.0, 8815.0, 8813.0, 8814.0, 8814.0, 8813.0, 8817.0, 8814.0, 8814.0, 8873.0, 8811.0, 8839.0, 8811.0, 8825.0, 8813.0, 8840.0, 8810.0, 8810.0, 8808.0, 8809.0, 8807.0, 8813.0, 8839.0, 8796.0, 8852.0, 8812.0, 8824.0, 8811.0, 8809.0, 8811.0, 8811.0, 8794.0, 8811.0, 8790.0, 8806.0, 8803.0, 8789.0, 8851.0, 8800.0, 8796.0, 8786.0, 8781.0, 8778.0, 8780.0, 8781.0, 8767.0, 8782.0, 8765.0, 8784.0, 8779.0, 8785.0, 8784.0, 8802.0, 8788.0, 8789.0, 8788.0, 8802.0, 8787.0, 8800.0, 8787.0, 8847.0, 8806.0, 8831.0, 8786.0, 8812.0, 8785.0, 8797.0, 8802.0, 8799.0, 8788.0, 8811.0, 8801.0, 8785.0, 8781.0, 8782.0, 8829.0, 8781.0, 8810.0, 8781.0, 8777.0, 8795.0, 8781.0, 8787.0, 8785.0, 8806.0, 8804.0, 8810.0, 8808.0, 8812.0, 8825.0, 8817.0, 8813.0, 8830.0, 8832.0, 8828.0, 8840.0, 8809.0, 8853.0, 8807.0, 8850.0, 8807.0, 8827.0, 8805.0, 8800.0, 8798.0, 8800.0, 8849.0, 8806.0, 8780.0, 8793.0, 8799.0, 8801.0, 8823.0, 8832.0, 8825.0, 8840.0, 8825.0, 8834.0, 8797.0, 8830.0, 8792.0, 8758.0, 8802.0, 8779.0, 8796.0, 8757.0, 8772.0, 8720.0, 8701.0, 8711.0, 8681.0, 8739.0, 8694.0, 8723.0, 8698.0, 8697.0, 8717.0, 8700.0, 8732.0, 8705.0, 8721.0, 8724.0, 8739.0, 8725.0, 8723.0, 8726.0, 8741.0, 8730.0, 8744.0, 8746.0, 8748.0, 8749.0, 8748.0, 8751.0, 8752.0, 8750.0, 8767.0, 8753.0, 8767.0, 8768.0, 8764.0, 8770.0, 8769.0, 8772.0, 8782.0, 8774.0, 8786.0, 8775.0, 8791.0, 8796.0, 8795.0, 8783.0, 8814.0, 8780.0, 8816.0, 8802.0, 8821.0, 8832.0, 8804.0, 8814.0, 8800.0, 8798.0, 8799.0, 8827.0, 8796.0, 8778.0, 8779.0, 8776.0, 8777.0, 8807.0, 8778.0, 8788.0, 8794.0, 8761.0, 8793.0, 8761.0, 8794.0, 8777.0, 8795.0, 8777.0, 8796.0, 8781.0, 8783.0, 8782.0, 8799.0, 8818.0, 8818.0, 8816.0, 8804.0, 8820.0, 8820.0, 8824.0, 8826.0, 8828.0, 8811.0, 8840.0, 8807.0, 8823.0, 8812.0, 8824.0, 8838.0, 8806.0, 8803.0, 8800.0, 8801.0, 8849.0, 8816.0, 8846.0, 8795.0, 8807.0, 8789.0, 8791.0, 8775.0, 8792.0, 8776.0, 8774.0, 8792.0, 8760.0, 8792.0, 8764.0, 8796.0, 8795.0, 8778.0, 8762.0, 8775.0, 8761.0, 8788.0, 8774.0, 8787.0, 8773.0, 8757.0, 8755.0, 8755.0, 8772.0, 8758.0, 8786.0, 8776.0, 8792.0, 8800.0, 8799.0, 8802.0, 8802.0, 8802.0, 8786.0, 8798.0, 8803.0, 8798.0, 8782.0, 8826.0, 8792.0, 8795.0, 8775.0, 8777.0, 8807.0, 8776.0, 8807.0, 8776.0, 8774.0, 8790.0, 8774.0, 8795.0, 8793.0, 8797.0, 8796.0, 8797.0, 8794.0, 8796.0, 8795.0, 8796.0, 8808.0, 8795.0, 8776.0, 8777.0, 8778.0, 8778.0, 8782.0, 8778.0, 8777.0, 8792.0, 8775.0, 8776.0, 8777.0, 8795.0, 8778.0, 8794.0, 8778.0, 8794.0, 8798.0, 8783.0, 8830.0, 8799.0, 8778.0, 8797.0, 8786.0, 8807.0, 8802.0, 8802.0, 8829.0, 8783.0, 8845.0, 8797.0, 8827.0, 8793.0, 8791.0, 8758.0, 8760.0, 8772.0, 8772.0, 8758.0, 8754.0, 8753.0, 8754.0, 8754.0, 8775.0, 8770.0, 8757.0, 8772.0, 8758.0, 8776.0, 8781.0, 8797.0, 8781.0, 8799.0, 8782.0, 8798.0, 8785.0, 8804.0, 8811.0, 8785.0, 8810.0, 8780.0, 8788.0, 8778.0, 8804.0, 8778.0, 8818.0, 8773.0, 8784.0, 8771.0, 8768.0, 8771.0, 8769.0, 8771.0, 8753.0, 8758.0, 8752.0, 8757.0, 8758.0, 8774.0, 8757.0, 8776.0, 8758.0, 8775.0, 8760.0, 8775.0, 8761.0, 8777.0, 8761.0, 8776.0, 8776.0, 8774.0, 8776.0, 8776.0, 8780.0, 8778.0, 8778.0, 8777.0, 8777.0, 8776.0, 8779.0, 8793.0, 8778.0, 8792.0, 8781.0, 8792.0, 8795.0, 8794.0, 8800.0, 8799.0, 8798.0, 8802.0, 8795.0, 8818.0, 8803.0, 8828.0, 8808.0, 8826.0, 8807.0, 8823.0, 8807.0, 8826.0, 8854.0, 8821.0, 8831.0, 8803.0, 8814.0, 8807.0, 8852.0, 8820.0, 8851.0, 8802.0, 8812.0, 8798.0, 8810.0, 8803.0, 8827.0, 8781.0, 8808.0, 8777.0, 8791.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.013504977064220184</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06817945928899083</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.19896856098742</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.306602160723305</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.193799984730194</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4903</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5567.2969</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12446730751223563</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>86</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.862385321100918</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.689841134280863</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5082569401984944</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.954914656822072</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6063518058220225</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0211895</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01463102363049984</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029867833480238914</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.9135843708049616</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>18.8551</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7446</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.0415</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298337.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>928.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.5184</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2902</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>420.8531</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3107.1568</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3333.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78207.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>996.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4019.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.6435</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.337092357571237</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> |