=== 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-0060 --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-0060",
"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-0060_ses-01_task-social_acq-mb8_run-06_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-0060_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-06_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-0060/ses-01/func/sub-0060_ses-01_task-social_acq-mb8_run-06_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>b9013fbc821a45121dc11baac23f4a67</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>17:27:10.272500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997992, 0.0627394, 0.00875779, -0.063138, 0.973896, 0.218035]</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-06_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.0936151</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4153, -7751, -7293, 770, -52, -37, -26, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.487</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a68887f9-44a8-4f66-85d8-30336bd026a8||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6775383949279785, -0.16939468681812286, -0.013905595056712627, 116.53318786621094], [-0.168325275182724, 2.6128928661346436, 0.5890057682991028, -101.15373229980469], [0.02349652349948883, -0.584972620010376, 2.634934186935425, -47.02948760986328], [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': ['172710.272500', '172710.732500', '172711.192500', '172711.652500', '172712.112500', '172712.572500', '172713.032500', '172713.492500', '172713.952500', '172714.412500', '172714.872500', '172715.332500', '172715.792500', '172716.252500', '172716.712500', '172717.172500', '172717.632500', '172718.092500', '172718.552500', '172719.012500', '172719.472500', '172719.932500', '172720.392500', '172720.852500', '172721.312500', '172721.772500', '172722.232500', '172722.692500', '172723.152500', '172723.612500', '172724.072500', '172724.532500', '172724.992500', '172725.452500', '172725.912500', '172726.372500', '172726.832500', '172727.292500', '172727.752500', '172728.212500', '172728.672500', '172729.132500', '172729.592500', '172730.052500', '172730.512500', '172730.972500', '172731.432500', '172731.892500', '172732.352500', '172732.812500', '172733.272500', '172733.732500', '172734.192500', '172734.652500', '172735.112500', '172735.572500', '172736.032500', '172736.492500', '172736.952500', '172737.412500', '172737.872500', '172738.332500', '172738.792500', '172739.252500', '172739.712500', '172740.172500', '172740.632500', '172741.092500', '172741.552500', '172742.012500', '172742.472500', '172742.932500', '172743.392500', '172743.852500', '172744.312500', '172744.772500', '172745.232500', '172745.692500', '172746.152500', '172746.612500', '172747.072500', '172747.532500', '172747.992500', '172748.452500', '172748.912500', '172749.372500', '172749.832500', '172750.292500', '172750.752500', '172751.212500', '172751.672500', '172752.132500', '172752.592500', '172753.052500', '172753.512500', '172753.972500', '172754.432500', '172754.892500', '172755.352500', '172755.812500', '172756.272500', '172756.732500', '172757.192500', '172757.652500', '172758.112500', '172758.572500', '172759.032500', '172759.492500', '172759.952500', '172800.412500', '172800.872500', '172801.332500', '172801.792500', '172802.252500', '172802.712500', '172803.172500', '172803.632500', '172804.092500', '172804.552500', '172805.012500', '172805.472500', '172805.932500', '172806.392500', '172806.852500', '172807.312500', '172807.772500', '172808.232500', '172808.692500', '172809.152500', '172809.612500', '172810.072500', '172810.532500', '172810.992500', '172811.452500', '172811.912500', '172812.372500', '172812.832500', '172813.292500', '172813.752500', '172814.212500', '172814.672500', '172815.132500', '172815.592500', '172816.052500', '172816.512500', '172816.972500', '172817.432500', '172817.892500', '172818.352500', '172818.812500', '172819.272500', '172819.732500', '172820.192500', '172820.652500', '172821.112500', '172821.572500', '172822.032500', '172822.492500', '172822.952500', '172823.412500', '172823.872500', '172824.332500', '172824.792500', '172825.252500', '172825.712500', '172826.172500', '172826.632500', '172827.092500', '172827.552500', '172828.012500', '172828.472500', '172828.932500', '172829.392500', '172829.852500', '172830.312500', '172830.772500', '172831.232500', '172831.692500', '172832.152500', '172832.612500', '172833.072500', '172833.532500', '172833.992500', '172834.452500', '172834.912500', '172835.372500', '172835.832500', '172836.292500', '172836.752500', '172837.212500', '172837.672500', '172838.132500', '172838.592500', '172839.052500', '172839.512500', '172839.972500', '172840.432500', '172840.892500', '172841.352500', '172841.812500', '172842.272500', '172842.732500', '172843.192500', '172843.652500', '172844.112500', '172844.572500', '172845.032500', '172845.492500', '172845.952500', '172846.412500', '172846.872500', '172847.332500', '172847.792500', '172848.252500', '172848.712500', '172849.172500', '172849.632500', '172850.092500', '172850.552500', '172851.012500', '172851.472500', '172851.932500', '172852.392500', '172852.852500', '172853.312500', '172853.772500', '172854.232500', '172854.692500', '172855.152500', '172855.612500', '172856.072500', '172856.532500', '172856.992500', '172857.452500', '172857.912500', '172858.372500', '172858.832500', '172859.292500', '172859.752500', '172900.212500', '172900.672500', '172901.132500', '172901.592500', '172902.052500', '172902.512500', '172902.972500', '172903.432500', '172903.892500', '172904.352500', '172904.812500', '172905.272500', '172905.732500', '172906.192500', '172906.652500', '172907.112500', '172907.572500', '172908.032500', '172908.492500', '172908.952500', '172909.412500', '172909.872500', '172910.332500', '172910.792500', '172911.252500', '172911.712500', '172912.172500', '172912.632500', '172913.092500', '172913.552500', '172914.012500', '172914.472500', '172914.932500', '172915.392500', '172915.852500', '172916.312500', '172916.772500', '172917.232500', '172917.692500', '172918.152500', '172918.612500', '172919.072500', '172919.532500', '172919.992500', '172920.452500', '172920.912500', '172921.372500', '172921.832500', '172922.292500', '172922.752500', '172923.212500', '172923.672500', '172924.132500', '172924.592500', '172925.052500', '172925.512500', '172925.972500', '172926.432500', '172926.892500', '172927.352500', '172927.812500', '172928.272500', '172928.732500', '172929.192500', '172929.652500', '172930.112500', '172930.572500', '172931.032500', '172931.492500', '172931.952500', '172932.412500', '172932.872500', '172933.332500', '172933.792500', '172934.252500', '172934.712500', '172935.172500', '172935.632500', '172936.092500', '172936.552500', '172937.012500', '172937.472500', '172937.932500', '172938.392500', '172938.852500', '172939.312500', '172939.772500', '172940.232500', '172940.692500', '172941.152500', '172941.612500', '172942.072500', '172942.532500', '172942.992500', '172943.452500', '172943.912500', '172944.372500', '172944.832500', '172945.292500', '172945.752500', '172946.212500', '172946.672500', '172947.132500', '172947.592500', '172948.052500', '172948.512500', '172948.972500', '172949.432500', '172949.892500', '172950.352500', '172950.812500', '172951.272500', '172951.732500', '172952.192500', '172952.652500', '172953.112500', '172953.572500', '172954.032500', '172954.492500', '172954.952500', '172955.412500', '172955.872500', '172956.332500', '172956.792500', '172957.252500', '172957.712500', '172958.172500', '172958.632500', '172959.092500', '172959.552500', '173000.012500', '173000.472500', '173000.932500', '173001.392500', '173001.852500', '173002.312500', '173002.772500', '173003.232500', '173003.692500', '173004.152500', '173004.612500', '173005.072500', '173005.532500', '173005.992500', '173006.452500', '173006.912500', '173007.372500', '173007.832500', '173008.292500', '173008.752500', '173009.212500', '173009.672500', '173010.132500', '173010.592500', '173011.052500', '173011.512500', '173011.972500', '173012.432500', '173012.892500', '173013.352500', '173013.812500', '173014.272500', '173014.732500', '173015.192500', '173015.652500', '173016.112500', '173016.572500', '173017.032500', '173017.492500', '173017.952500', '173018.412500', '173018.872500', '173019.332500', '173019.792500', '173020.252500', '173020.712500', '173021.172500', '173021.632500', '173022.092500', '173022.552500', '173023.012500', '173023.472500', '173023.932500', '173024.392500', '173024.852500', '173025.312500', '173025.772500', '173026.232500', '173026.692500', '173027.152500', '173027.612500', '173028.072500', '173028.532500', '173028.992500', '173029.452500', '173029.912500', '173030.372500', '173030.832500', '173031.292500', '173031.752500', '173032.212500', '173032.672500', '173033.132500', '173033.592500', '173034.052500', '173034.512500', '173034.972500', '173035.432500', '173035.892500', '173036.352500', '173036.812500', '173037.272500', '173037.732500', '173038.192500', '173038.652500', '173039.112500', '173039.572500', '173040.032500', '173040.492500', '173040.952500', '173041.412500', '173041.872500', '173042.332500', '173042.792500', '173043.252500', '173043.712500', '173044.172500', '173044.632500', '173045.092500', '173045.552500', '173046.012500', '173046.472500', '173046.932500', '173047.392500', '173047.852500', '173048.312500', '173048.772500', '173049.232500', '173049.692500', '173050.152500', '173050.612500', '173051.072500', '173051.532500', '173051.992500', '173052.452500', '173052.912500', '173053.372500', '173053.832500', '173054.292500', '173054.752500', '173055.212500', '173055.672500', '173056.132500', '173056.592500', '173057.052500', '173057.512500', '173057.972500', '173058.432500', '173058.892500', '173059.352500', '173059.812500', '173100.272500', '173100.732500', '173101.192500', '173101.652500', '173102.112500', '173102.572500', '173103.032500', '173103.492500', '173103.952500', '173104.412500', '173104.872500', '173105.332500', '173105.792500', '173106.252500', '173106.712500', '173107.172500', '173107.632500', '173108.092500', '173108.552500', '173109.012500', '173109.472500', '173109.932500', '173110.392500', '173110.852500', '173111.312500', '173111.772500', '173112.232500', '173112.692500', '173113.152500', '173113.612500', '173114.072500', '173114.532500', '173114.992500', '173115.452500', '173115.912500', '173116.372500', '173116.832500', '173117.292500', '173117.752500', '173118.212500', '173118.672500', '173119.132500', '173119.592500', '173120.052500', '173120.512500', '173120.972500', '173121.432500', '173121.892500', '173122.352500', '173122.812500', '173123.272500', '173123.732500', '173124.192500', '173124.652500', '173125.112500', '173125.572500', '173126.032500', '173126.492500', '173126.952500', '173127.412500', '173127.872500', '173128.332500', '173128.792500', '173129.252500', '173129.712500', '173130.172500', '173130.632500', '173131.092500', '173131.552500', '173132.012500', '173132.472500', '173132.932500', '173133.392500', '173133.852500', '173134.312500', '173134.772500', '173135.232500', '173135.692500', '173136.152500', '173136.612500', '173137.072500', '173137.532500', '173137.992500', '173138.452500', '173138.912500', '173139.372500', '173139.832500', '173140.292500', '173140.752500', '173141.212500', '173141.672500', '173142.132500', '173142.592500', '173143.052500', '173143.512500', '173143.972500', '173144.432500', '173144.892500', '173145.352500', '173145.812500', '173146.272500', '173146.732500', '173147.192500', '173147.652500', '173148.112500', '173148.572500', '173149.032500', '173149.492500', '173149.952500', '173150.412500', '173150.872500', '173151.332500', '173151.792500', '173152.252500', '173152.712500', '173153.172500', '173153.632500', '173154.092500', '173154.552500', '173155.012500', '173155.472500', '173155.932500', '173156.392500', '173156.852500', '173157.312500', '173157.772500', '173158.232500', '173158.692500', '173159.152500', '173159.612500', '173200.072500', '173200.532500', '173200.992500', '173201.452500', '173201.912500', '173202.372500', '173202.832500', '173203.292500', '173203.752500', '173204.212500', '173204.672500', '173205.132500', '173205.592500', '173206.052500', '173206.512500', '173206.972500', '173207.432500', '173207.892500', '173208.352500', '173208.812500', '173209.272500', '173209.732500', '173210.192500', '173210.652500', '173211.112500', '173211.572500', '173212.032500', '173212.492500', '173212.952500', '173213.412500', '173213.872500', '173214.332500', '173214.792500', '173215.252500', '173215.712500', '173216.172500', '173216.632500', '173217.092500', '173217.552500', '173218.012500', '173218.472500', '173218.932500', '173219.392500', '173219.852500', '173220.312500', '173220.772500', '173221.232500', '173221.692500', '173222.152500', '173222.612500', '173223.072500', '173223.532500', '173223.992500', '173224.452500', '173224.912500', '173225.372500', '173225.832500', '173226.292500', '173226.752500', '173227.212500', '173227.672500', '173228.132500', '173228.592500', '173229.052500', '173229.512500', '173229.972500', '173230.432500', '173230.892500', '173231.352500', '173231.812500', '173232.272500', '173232.732500', '173233.192500', '173233.652500', '173234.112500', '173234.572500', '173235.032500', '173235.492500', '173235.952500', '173236.412500', '173236.872500', '173237.332500', '173237.792500', '173238.252500', '173238.712500', '173239.172500', '173239.632500', '173240.092500', '173240.552500', '173241.012500', '173241.472500', '173241.932500', '173242.392500', '173242.852500', '173243.312500', '173243.772500', '173244.232500', '173244.692500', '173245.152500', '173245.612500', '173246.072500', '173246.532500', '173246.992500', '173247.452500', '173247.912500', '173248.372500', '173248.832500', '173249.292500', '173249.752500', '173250.212500', '173250.672500', '173251.132500', '173251.592500', '173252.052500', '173252.512500', '173252.972500', '173253.432500', '173253.892500', '173254.352500', '173254.812500', '173255.272500', '173255.732500', '173256.192500', '173256.652500', '173257.112500', '173257.572500', '173258.032500', '173258.492500', '173258.952500', '173259.412500', '173259.872500', '173300.332500', '173300.792500', '173301.252500', '173301.712500', '173302.172500', '173302.632500', '173303.092500', '173303.552500', '173304.012500', '173304.472500', '173304.932500', '173305.392500', '173305.852500', '173306.312500', '173306.772500', '173307.232500', '173307.692500', '173308.152500', '173308.612500', '173309.072500', '173309.532500', '173309.992500', '173310.452500', '173310.912500', '173311.372500', '173311.832500', '173312.292500', '173312.752500', '173313.212500', '173313.672500', '173314.132500', '173314.592500', '173315.052500', '173315.512500', '173315.972500', '173316.432500', '173316.892500', '173317.352500', '173317.812500', '173318.272500', '173318.732500', '173319.192500', '173319.652500', '173320.112500', '173320.572500', '173321.032500', '173321.492500', '173321.952500', '173322.412500', '173322.872500', '173323.332500', '173323.792500', '173324.252500', '173324.712500', '173325.172500', '173325.632500', '173326.092500', '173326.552500', '173327.012500', '173327.472500', '173327.932500', '173328.392500', '173328.852500', '173329.312500', '173329.772500', '173330.232500', '173330.692500', '173331.152500', '173331.612500', '173332.072500', '173332.532500', '173332.992500', '173333.452500', '173333.912500', '173334.372500', '173334.832500', '173335.292500', '173335.752500', '173336.212500', '173336.672500', '173337.132500', '173337.592500', '173338.052500', '173338.512500', '173338.972500', '173339.432500', '173339.892500', '173340.352500', '173340.812500', '173341.272500', '173341.732500', '173342.192500', '173342.652500', '173343.112500', '173343.572500', '173344.032500', '173344.492500', '173344.952500', '173345.412500', '173345.872500', '173346.332500', '173346.792500', '173347.252500', '173347.712500', '173348.172500', '173348.632500', '173349.092500', '173349.552500', '173350.012500', '173350.472500', '173350.932500'], 'ContentTime': ['172736.983000', '172736.986000', '172736.989000', '172736.991000', '172736.994000', '172736.997000', '172737.000000', '172737.003000', '172737.005000', '172737.008000', '172737.011000', '172737.013000', '172737.016000', '172737.019000', '172737.021000', '172737.024000', '172737.026000', '172737.032000', '172737.034000', '172737.037000', '172737.039000', '172737.042000', '172737.045000', '172737.047000', '172737.050000', '172737.053000', '172737.055000', '172737.058000', '172737.060000', '172737.063000', '172737.066000', '172737.068000', '172737.071000', '172737.074000', '172737.076000', '172737.079000', '172737.081000', '172737.084000', '172737.087000', '172737.089000', '172737.092000', '172737.108000', '172737.111000', '172737.113000', '172737.116000', '172737.119000', '172737.121000', '172737.124000', '172737.126000', '172737.129000', '172737.132000', '172737.134000', '172737.137000', '172737.139000', '172737.142000', '172737.145000', '172756.955000', '172756.958000', '172756.961000', '172756.964000', '172756.966000', '172756.969000', '172756.978000', '172756.980000', '172756.983000', '172756.986000', '172756.988000', '172756.991000', '172756.993000', '172756.996000', '172757.000000', '172757.002000', '172757.005000', '172757.007000', '172757.010000', '172757.013000', '172757.016000', '172757.019000', '172757.022000', '172757.025000', '172757.027000', '172757.030000', '172757.032000', '172757.035000', '172757.038000', '172757.041000', '172757.044000', '172757.047000', '172757.049000', '172757.052000', '172757.055000', '172757.057000', '172757.060000', '172757.062000', '172757.065000', '172757.068000', '172757.070000', '172757.073000', '172757.075000', '172816.955000', '172816.958000', '172816.961000', '172816.964000', '172816.967000', '172816.969000', '172816.972000', '172816.975000', '172816.977000', '172816.980000', '172816.982000', '172816.985000', '172816.988000', '172816.990000', '172816.993000', '172816.995000', '172816.998000', '172817.002000', '172817.004000', '172817.007000', '172817.009000', '172817.012000', '172817.015000', '172817.017000', '172817.020000', '172817.022000', '172817.025000', '172817.028000', '172817.030000', '172817.033000', '172817.035000', '172817.038000', '172817.041000', '172817.043000', '172817.046000', '172817.049000', '172817.051000', '172817.054000', '172817.056000', '172817.059000', '172817.062000', '172817.064000', '172817.067000', '172817.069000', '172836.955000', '172836.958000', '172836.961000', '172836.964000', '172836.973000', '172836.976000', '172836.978000', '172836.981000', '172836.983000', '172836.986000', '172836.989000', '172836.991000', '172836.994000', '172836.996000', '172837.000000', '172837.002000', '172837.005000', '172837.008000', '172837.011000', '172837.013000', '172837.016000', '172837.018000', '172837.021000', '172837.023000', '172837.026000', '172837.029000', '172837.032000', '172837.035000', '172837.038000', '172837.040000', '172837.043000', '172837.046000', '172837.048000', '172837.051000', '172837.053000', '172837.056000', '172837.059000', '172837.061000', '172837.064000', '172837.066000', '172837.069000', '172837.072000', '172837.074000', '172856.956000', '172856.958000', '172856.961000', '172856.968000', '172856.970000', '172856.973000', '172856.976000', '172856.978000', '172856.981000', '172856.983000', '172856.986000', '172856.989000', '172856.991000', '172856.994000', '172856.996000', '172857.000000', '172857.003000', '172857.005000', '172857.008000', '172857.011000', '172857.013000', '172857.016000', '172857.019000', '172857.021000', '172857.024000', '172857.026000', '172857.029000', '172857.032000', '172857.034000', '172857.037000', '172857.040000', '172857.042000', '172857.045000', '172857.047000', '172857.050000', '172857.053000', '172857.055000', '172857.058000', '172857.060000', '172857.063000', '172857.066000', '172857.068000', '172857.071000', '172857.073000', '172916.956000', '172916.959000', '172916.961000', '172916.964000', '172916.966000', '172916.969000', '172916.972000', '172916.974000', '172916.985000', '172916.988000', '172916.991000', '172916.993000', '172916.996000', '172917.000000', '172917.002000', '172917.005000', '172917.008000', '172917.010000', '172917.013000', '172917.015000', '172917.018000', '172917.021000', '172917.023000', '172917.026000', '172917.038000', '172917.040000', '172917.043000', '172917.045000', '172917.048000', '172917.051000', '172917.053000', '172917.056000', '172917.059000', '172917.061000', '172917.064000', '172917.066000', '172917.069000', '172917.072000', '172917.075000', '172917.078000', '172917.082000', '172917.085000', '172917.088000', '172936.956000', '172936.959000', '172936.961000', '172936.964000', '172936.966000', '172936.970000', '172936.972000', '172936.975000', '172936.977000', '172936.980000', '172936.983000', '172936.985000', '172936.988000', '172936.991000', '172936.993000', '172936.996000', '172936.998000', '172937.002000', '172937.004000', '172937.007000', '172937.010000', '172937.012000', '172937.015000', '172937.017000', '172937.020000', '172937.029000', '172937.032000', '172937.035000', '172937.037000', '172937.040000', '172937.043000', '172937.045000', '172937.048000', '172937.051000', '172937.053000', '172937.056000', '172937.059000', '172937.061000', '172937.064000', '172937.067000', '172937.069000', '172937.072000', '172937.074000', '172937.077000', '172956.956000', '172956.958000', '172956.961000', '172956.964000', '172956.966000', '172956.969000', '172956.971000', '172956.974000', '172956.977000', '172956.979000', '172956.982000', '172956.985000', '172956.987000', '172956.990000', '172956.992000', '172956.995000', '172956.998000', '172957.001000', '172957.004000', '172957.006000', '172957.009000', '172957.019000', '172957.022000', '172957.025000', '172957.027000', '172957.030000', '172957.033000', '172957.035000', '172957.038000', '172957.040000', '172957.043000', '172957.046000', '172957.048000', '172957.051000', '172957.054000', '172957.056000', '172957.059000', '172957.062000', '172957.065000', '172957.068000', '172957.071000', '172957.074000', '172957.077000', '173016.956000', '173016.958000', '173016.961000', '173016.963000', '173016.966000', '173016.969000', '173016.972000', '173016.974000', '173016.977000', '173016.979000', '173016.982000', '173016.985000', '173016.987000', '173016.990000', '173016.992000', '173016.995000', '173016.998000', '173017.001000', '173017.004000', '173017.007000', '173017.009000', '173017.012000', '173017.015000', '173017.017000', '173017.020000', '173017.023000', '173017.025000', '173017.028000', '173017.030000', '173017.033000', '173017.036000', '173017.038000', '173017.041000', '173017.044000', '173017.046000', '173017.049000', '173017.051000', '173017.054000', '173017.057000', '173017.059000', '173017.062000', '173017.064000', '173017.067000', '173017.070000', '173036.956000', '173036.958000', '173036.961000', '173036.964000', '173036.967000', '173036.969000', '173036.972000', '173036.974000', '173036.977000', '173036.980000', '173036.982000', '173036.985000', '173036.987000', '173036.990000', '173036.993000', '173036.995000', '173036.998000', '173037.002000', '173037.004000', '173037.007000', '173037.010000', '173037.012000', '173037.015000', '173037.018000', '173037.020000', '173037.023000', '173037.025000', '173037.028000', '173037.031000', '173037.033000', '173037.036000', '173037.039000', '173037.041000', '173037.044000', '173037.047000', '173037.049000', '173037.052000', '173037.054000', '173037.057000', '173037.060000', '173037.062000', '173037.065000', '173037.067000', '173056.955000', '173056.958000', '173056.961000', '173056.963000', '173056.966000', '173056.969000', '173056.984000', '173056.987000', '173056.990000', '173056.992000', '173056.995000', '173056.997000', '173057.001000', '173057.004000', '173057.006000', '173057.009000', '173057.011000', '173057.014000', '173057.017000', '173057.019000', '173057.022000', '173057.024000', '173057.027000', '173057.030000', '173057.032000', '173057.035000', '173057.037000', '173057.040000', '173057.043000', '173057.045000', '173057.048000', '173057.050000', '173057.053000', '173057.056000', '173057.058000', '173057.061000', '173057.064000', '173057.066000', '173057.069000', '173057.071000', '173057.074000', '173057.077000', '173057.079000', '173057.082000', '173116.956000', '173116.959000', '173116.961000', '173116.964000', '173116.967000', '173116.969000', '173116.972000', '173116.975000', '173116.977000', '173116.980000', '173116.982000', '173116.985000', '173116.988000', '173116.990000', '173116.993000', '173116.995000', '173116.998000', '173117.001000', '173117.003000', '173117.006000', '173117.009000', '173117.011000', '173117.014000', '173117.017000', '173117.019000', '173117.022000', '173117.025000', '173117.027000', '173117.030000', '173117.033000', '173117.035000', '173117.038000', '173117.040000', '173117.046000', '173117.049000', '173117.051000', '173117.054000', '173117.057000', '173117.059000', '173117.062000', '173117.064000', '173117.067000', '173117.070000', '173136.956000', '173136.958000', '173136.961000', '173136.964000', '173136.967000', '173136.969000', '173136.972000', '173136.975000', '173136.977000', '173136.980000', '173136.983000', '173136.985000', '173136.988000', '173136.991000', '173136.993000', '173136.996000', '173137.000000', '173137.002000', '173137.005000', '173137.008000', '173137.010000', '173137.013000', '173137.016000', '173137.018000', '173137.021000', '173137.023000', '173137.026000', '173137.029000', '173137.031000', '173137.034000', '173137.037000', '173137.039000', '173137.042000', '173137.045000', '173137.047000', '173137.050000', '173137.053000', '173137.055000', '173137.058000', '173137.061000', '173137.063000', '173137.066000', '173137.069000', '173137.071000', '173156.955000', '173156.958000', '173156.961000', '173156.964000', '173156.966000', '173156.969000', '173156.972000', '173156.974000', '173156.977000', '173156.980000', '173156.982000', '173156.985000', '173156.987000', '173156.990000', '173156.993000', '173156.995000', '173156.998000', '173157.002000', '173157.004000', '173157.007000', '173157.010000', '173157.012000', '173157.015000', '173157.017000', '173157.020000', '173157.023000', '173157.025000', '173157.028000', '173157.030000', '173157.033000', '173157.036000', '173157.038000', '173157.041000', '173157.043000', '173157.046000', '173157.049000', '173157.051000', '173157.054000', '173157.056000', '173157.059000', '173157.062000', '173157.064000', '173157.067000', '173216.955000', '173216.958000', '173216.961000', '173216.964000', '173216.966000', '173216.969000', '173216.972000', '173216.974000', '173216.977000', '173216.980000', '173216.982000', '173216.985000', '173216.988000', '173216.991000', '173216.993000', '173216.996000', '173216.998000', '173217.002000', '173217.005000', '173217.007000', '173217.010000', '173217.013000', '173217.015000', '173217.018000', '173217.021000', '173217.023000', '173217.026000', '173217.029000', '173217.031000', '173217.034000', '173217.037000', '173217.050000', '173217.053000', '173217.055000', '173217.058000', '173217.061000', '173217.063000', '173217.066000', '173217.069000', '173217.072000', '173217.074000', '173217.077000', '173217.080000', '173217.083000', '173236.955000', '173236.958000', '173236.961000', '173236.964000', '173236.967000', '173236.969000', '173236.972000', '173236.974000', '173236.977000', '173236.980000', '173236.982000', '173236.985000', '173236.987000', '173236.990000', '173236.993000', '173236.995000', '173236.998000', '173237.002000', '173237.004000', '173237.007000', '173237.009000', '173237.012000', '173237.015000', '173237.017000', '173237.020000', '173237.022000', '173237.025000', '173237.028000', '173237.030000', '173237.033000', '173237.035000', '173237.038000', '173237.041000', '173237.043000', '173237.046000', '173237.048000', '173237.051000', '173237.054000', '173237.056000', '173237.059000', '173237.061000', '173237.064000', '173237.067000', '173256.955000', '173256.959000', '173256.962000', '173256.965000', '173256.967000', '173256.970000', '173256.973000', '173256.975000', '173256.978000', '173256.980000', '173256.983000', '173256.986000', '173256.988000', '173256.991000', '173256.994000', '173256.996000', '173257.000000', '173257.002000', '173257.005000', '173257.008000', '173257.011000', '173257.013000', '173257.016000', '173257.018000', '173257.021000', '173257.024000', '173257.026000', '173257.029000', '173257.032000', '173257.034000', '173257.037000', '173257.041000', '173257.044000', '173257.046000', '173257.049000', '173257.052000', '173257.054000', '173257.057000', '173257.060000', '173257.062000', '173257.065000', '173257.068000', '173257.070000', '173257.073000', '173316.955000', '173316.958000', '173316.961000', '173316.964000', '173316.966000', '173316.969000', '173316.972000', '173316.974000', '173316.977000', '173316.979000', '173316.982000', '173316.985000', '173316.987000', '173316.990000', '173316.993000', '173316.995000', '173316.998000', '173317.001000', '173317.004000', '173317.007000', '173317.009000', '173317.012000', '173317.014000', '173317.017000', '173317.020000', '173317.022000', '173317.025000', '173317.027000', '173317.030000', '173317.033000', '173317.035000', '173317.038000', '173317.041000', '173317.043000', '173317.046000', '173317.048000', '173317.051000', '173317.054000', '173317.056000', '173317.059000', '173317.062000', '173317.064000', '173317.067000', '173336.956000', '173336.958000', '173336.961000', '173336.982000', '173336.984000', '173336.987000', '173336.990000', '173336.992000', '173336.995000', '173336.998000', '173337.001000', '173337.004000', '173337.007000', '173337.010000', '173337.012000', '173337.015000', '173337.017000', '173337.020000', '173337.022000', '173337.025000', '173337.028000', '173337.030000', '173337.033000', '173337.035000', '173337.038000', '173337.041000', '173337.043000', '173337.046000', '173337.048000', '173337.051000', '173337.054000', '173337.056000', '173337.059000', '173337.061000', '173337.064000', '173337.067000', '173337.069000', '173337.072000', '173337.075000', '173337.077000', '173337.080000', '173337.082000', '173337.107000', '173352.097000', '173352.099000', '173352.102000', '173352.105000', '173352.108000', '173352.110000', '173352.113000', '173352.116000', '173352.118000', '173352.121000', '173352.124000', '173352.126000', '173352.129000', '173352.131000', '173352.134000', '173352.137000', '173352.139000', '173352.142000', '173352.144000', '173352.147000', '173352.150000', '173352.152000', '173352.155000', '173352.158000', '173352.160000', '173352.163000', '173352.166000', '173352.168000', '173352.171000', '173352.174000', '173352.176000', '173352.179000', '173352.181000', '173352.184000'], 'InstanceCreationTime': ['172736.983000', '172736.986000', '172736.989000', '172736.991000', '172736.994000', '172736.997000', '172737.000000', '172737.003000', '172737.005000', '172737.008000', '172737.011000', '172737.013000', '172737.016000', '172737.019000', '172737.021000', '172737.024000', '172737.026000', '172737.032000', '172737.034000', '172737.037000', '172737.039000', '172737.042000', '172737.045000', '172737.047000', '172737.050000', '172737.053000', '172737.055000', '172737.058000', '172737.060000', '172737.063000', '172737.066000', '172737.068000', '172737.071000', '172737.074000', '172737.076000', '172737.079000', '172737.081000', '172737.084000', '172737.087000', '172737.089000', '172737.092000', '172737.108000', '172737.111000', '172737.113000', '172737.116000', '172737.119000', '172737.121000', '172737.124000', '172737.126000', '172737.129000', '172737.132000', '172737.134000', '172737.137000', '172737.139000', '172737.142000', '172737.145000', '172756.955000', '172756.958000', '172756.961000', '172756.964000', '172756.966000', '172756.969000', '172756.978000', '172756.980000', '172756.983000', '172756.986000', '172756.988000', '172756.991000', '172756.993000', '172756.996000', '172757.000000', '172757.002000', '172757.005000', '172757.007000', '172757.010000', '172757.013000', '172757.016000', '172757.019000', '172757.022000', '172757.025000', '172757.027000', '172757.030000', '172757.032000', '172757.035000', '172757.038000', '172757.041000', '172757.044000', '172757.047000', '172757.049000', '172757.052000', '172757.055000', '172757.057000', '172757.060000', '172757.062000', '172757.065000', '172757.068000', '172757.070000', '172757.073000', '172757.075000', '172816.955000', '172816.958000', '172816.961000', '172816.964000', '172816.967000', '172816.969000', '172816.972000', '172816.975000', '172816.977000', '172816.980000', '172816.982000', '172816.985000', '172816.988000', '172816.990000', '172816.993000', '172816.995000', '172816.998000', '172817.002000', '172817.004000', '172817.007000', '172817.009000', '172817.012000', '172817.015000', '172817.017000', '172817.020000', '172817.022000', '172817.025000', '172817.028000', '172817.030000', '172817.033000', '172817.035000', '172817.038000', '172817.041000', '172817.043000', '172817.046000', '172817.049000', '172817.051000', '172817.054000', '172817.056000', '172817.059000', '172817.062000', '172817.064000', '172817.067000', '172817.069000', '172836.955000', '172836.958000', '172836.961000', '172836.964000', '172836.973000', '172836.976000', '172836.978000', '172836.981000', '172836.983000', '172836.986000', '172836.989000', '172836.991000', '172836.994000', '172836.996000', '172837.000000', '172837.002000', '172837.005000', '172837.008000', '172837.011000', '172837.013000', '172837.016000', '172837.018000', '172837.021000', '172837.023000', '172837.026000', '172837.029000', '172837.032000', '172837.035000', '172837.038000', '172837.040000', '172837.043000', '172837.046000', '172837.048000', '172837.051000', '172837.053000', '172837.056000', '172837.059000', '172837.061000', '172837.064000', '172837.066000', '172837.069000', '172837.072000', '172837.074000', '172856.956000', '172856.958000', '172856.961000', '172856.968000', '172856.970000', '172856.973000', '172856.976000', '172856.978000', '172856.981000', '172856.983000', '172856.986000', '172856.989000', '172856.991000', '172856.994000', '172856.996000', '172857.000000', '172857.003000', '172857.005000', '172857.008000', '172857.011000', '172857.013000', '172857.016000', '172857.019000', '172857.021000', '172857.024000', '172857.026000', '172857.029000', '172857.032000', '172857.034000', '172857.037000', '172857.040000', '172857.042000', '172857.045000', '172857.047000', '172857.050000', '172857.053000', '172857.055000', '172857.058000', '172857.060000', '172857.063000', '172857.066000', '172857.068000', '172857.071000', '172857.073000', '172916.956000', '172916.959000', '172916.961000', '172916.964000', '172916.966000', '172916.969000', '172916.972000', '172916.974000', '172916.985000', '172916.988000', '172916.991000', '172916.993000', '172916.996000', '172917.000000', '172917.002000', '172917.005000', '172917.008000', '172917.010000', '172917.013000', '172917.015000', '172917.018000', '172917.021000', '172917.023000', '172917.026000', '172917.038000', '172917.040000', '172917.043000', '172917.045000', '172917.048000', '172917.051000', '172917.053000', '172917.056000', '172917.059000', '172917.061000', '172917.064000', '172917.066000', '172917.069000', '172917.072000', '172917.075000', '172917.078000', '172917.082000', '172917.085000', '172917.088000', '172936.956000', '172936.959000', '172936.961000', '172936.964000', '172936.966000', '172936.970000', '172936.972000', '172936.975000', '172936.977000', '172936.980000', '172936.983000', '172936.985000', '172936.988000', '172936.991000', '172936.993000', '172936.996000', '172936.998000', '172937.002000', '172937.004000', '172937.007000', '172937.010000', '172937.012000', '172937.015000', '172937.017000', '172937.020000', '172937.029000', '172937.032000', '172937.035000', '172937.037000', '172937.040000', '172937.043000', '172937.045000', '172937.048000', '172937.051000', '172937.053000', '172937.056000', '172937.059000', '172937.061000', '172937.064000', '172937.067000', '172937.069000', '172937.072000', '172937.074000', '172937.077000', '172956.956000', '172956.958000', '172956.961000', '172956.964000', '172956.966000', '172956.969000', '172956.971000', '172956.974000', '172956.977000', '172956.979000', '172956.982000', '172956.985000', '172956.987000', '172956.990000', '172956.992000', '172956.995000', '172956.998000', '172957.001000', '172957.004000', '172957.006000', '172957.009000', '172957.019000', '172957.022000', '172957.025000', '172957.027000', '172957.030000', '172957.033000', '172957.035000', '172957.038000', '172957.040000', '172957.043000', '172957.046000', '172957.048000', '172957.051000', '172957.054000', '172957.056000', '172957.059000', '172957.062000', '172957.065000', '172957.068000', '172957.071000', '172957.074000', '172957.077000', '173016.956000', '173016.958000', '173016.961000', '173016.963000', '173016.966000', '173016.969000', '173016.972000', '173016.974000', '173016.977000', '173016.979000', '173016.982000', '173016.985000', '173016.987000', '173016.990000', '173016.992000', '173016.995000', '173016.998000', '173017.001000', '173017.004000', '173017.007000', '173017.009000', '173017.012000', '173017.015000', '173017.017000', '173017.020000', '173017.023000', '173017.025000', '173017.028000', '173017.030000', '173017.033000', '173017.036000', '173017.038000', '173017.041000', '173017.044000', '173017.046000', '173017.049000', '173017.051000', '173017.054000', '173017.057000', '173017.059000', '173017.062000', '173017.064000', '173017.067000', '173017.070000', '173036.956000', '173036.958000', '173036.961000', '173036.964000', '173036.967000', '173036.969000', '173036.972000', '173036.974000', '173036.977000', '173036.980000', '173036.982000', '173036.985000', '173036.987000', '173036.990000', '173036.993000', '173036.995000', '173036.998000', '173037.002000', '173037.004000', '173037.007000', '173037.010000', '173037.012000', '173037.015000', '173037.018000', '173037.020000', '173037.023000', '173037.025000', '173037.028000', '173037.031000', '173037.033000', '173037.036000', '173037.039000', '173037.041000', '173037.044000', '173037.047000', '173037.049000', '173037.052000', '173037.054000', '173037.057000', '173037.060000', '173037.062000', '173037.065000', '173037.067000', '173056.955000', '173056.958000', '173056.961000', '173056.963000', '173056.966000', '173056.969000', '173056.984000', '173056.987000', '173056.990000', '173056.992000', '173056.995000', '173056.997000', '173057.001000', '173057.004000', '173057.006000', '173057.009000', '173057.011000', '173057.014000', '173057.017000', '173057.019000', '173057.022000', '173057.024000', '173057.027000', '173057.030000', '173057.032000', '173057.035000', '173057.037000', '173057.040000', '173057.043000', '173057.045000', '173057.048000', '173057.050000', '173057.053000', '173057.056000', '173057.058000', '173057.061000', '173057.064000', '173057.066000', '173057.069000', '173057.071000', '173057.074000', '173057.077000', '173057.079000', '173057.082000', '173116.956000', '173116.959000', '173116.961000', '173116.964000', '173116.967000', '173116.969000', '173116.972000', '173116.975000', '173116.977000', '173116.980000', '173116.982000', '173116.985000', '173116.988000', '173116.990000', '173116.993000', '173116.995000', '173116.998000', '173117.001000', '173117.003000', '173117.006000', '173117.009000', '173117.011000', '173117.014000', '173117.017000', '173117.019000', '173117.022000', '173117.025000', '173117.027000', '173117.030000', '173117.033000', '173117.035000', '173117.038000', '173117.040000', '173117.046000', '173117.049000', '173117.051000', '173117.054000', '173117.057000', '173117.059000', '173117.062000', '173117.064000', '173117.067000', '173117.070000', '173136.956000', '173136.958000', '173136.961000', '173136.964000', '173136.967000', '173136.969000', '173136.972000', '173136.975000', '173136.977000', '173136.980000', '173136.983000', '173136.985000', '173136.988000', '173136.991000', '173136.993000', '173136.996000', '173137.000000', '173137.002000', '173137.005000', '173137.008000', '173137.010000', '173137.013000', '173137.016000', '173137.018000', '173137.021000', '173137.023000', '173137.026000', '173137.029000', '173137.031000', '173137.034000', '173137.037000', '173137.039000', '173137.042000', '173137.045000', '173137.047000', '173137.050000', '173137.053000', '173137.055000', '173137.058000', '173137.061000', '173137.063000', '173137.066000', '173137.069000', '173137.071000', '173156.955000', '173156.958000', '173156.961000', '173156.964000', '173156.966000', '173156.969000', '173156.972000', '173156.974000', '173156.977000', '173156.980000', '173156.982000', '173156.985000', '173156.987000', '173156.990000', '173156.993000', '173156.995000', '173156.998000', '173157.002000', '173157.004000', '173157.007000', '173157.010000', '173157.012000', '173157.015000', '173157.017000', '173157.020000', '173157.023000', '173157.025000', '173157.028000', '173157.030000', '173157.033000', '173157.036000', '173157.038000', '173157.041000', '173157.043000', '173157.046000', '173157.049000', '173157.051000', '173157.054000', '173157.056000', '173157.059000', '173157.062000', '173157.064000', '173157.067000', '173216.955000', '173216.958000', '173216.961000', '173216.964000', '173216.966000', '173216.969000', '173216.972000', '173216.974000', '173216.977000', '173216.980000', '173216.982000', '173216.985000', '173216.988000', '173216.991000', '173216.993000', '173216.996000', '173216.998000', '173217.002000', '173217.005000', '173217.007000', '173217.010000', '173217.013000', '173217.015000', '173217.018000', '173217.021000', '173217.023000', '173217.026000', '173217.029000', '173217.031000', '173217.034000', '173217.037000', '173217.050000', '173217.053000', '173217.055000', '173217.058000', '173217.061000', '173217.063000', '173217.066000', '173217.069000', '173217.072000', '173217.074000', '173217.077000', '173217.080000', '173217.083000', '173236.955000', '173236.958000', '173236.961000', '173236.964000', '173236.967000', '173236.969000', '173236.972000', '173236.974000', '173236.977000', '173236.980000', '173236.982000', '173236.985000', '173236.987000', '173236.990000', '173236.993000', '173236.995000', '173236.998000', '173237.002000', '173237.004000', '173237.007000', '173237.009000', '173237.012000', '173237.015000', '173237.017000', '173237.020000', '173237.022000', '173237.025000', '173237.028000', '173237.030000', '173237.033000', '173237.035000', '173237.038000', '173237.041000', '173237.043000', '173237.046000', '173237.048000', '173237.051000', '173237.054000', '173237.056000', '173237.059000', '173237.061000', '173237.064000', '173237.067000', '173256.955000', '173256.959000', '173256.962000', '173256.965000', '173256.967000', '173256.970000', '173256.973000', '173256.975000', '173256.978000', '173256.980000', '173256.983000', '173256.986000', '173256.988000', '173256.991000', '173256.994000', '173256.996000', '173257.000000', '173257.002000', '173257.005000', '173257.008000', '173257.011000', '173257.013000', '173257.016000', '173257.018000', '173257.021000', '173257.024000', '173257.026000', '173257.029000', '173257.032000', '173257.034000', '173257.037000', '173257.041000', '173257.044000', '173257.046000', '173257.049000', '173257.052000', '173257.054000', '173257.057000', '173257.060000', '173257.062000', '173257.065000', '173257.068000', '173257.070000', '173257.073000', '173316.955000', '173316.958000', '173316.961000', '173316.964000', '173316.966000', '173316.969000', '173316.972000', '173316.974000', '173316.977000', '173316.979000', '173316.982000', '173316.985000', '173316.987000', '173316.990000', '173316.993000', '173316.995000', '173316.998000', '173317.001000', '173317.004000', '173317.007000', '173317.009000', '173317.012000', '173317.014000', '173317.017000', '173317.020000', '173317.022000', '173317.025000', '173317.027000', '173317.030000', '173317.033000', '173317.035000', '173317.038000', '173317.041000', '173317.043000', '173317.046000', '173317.048000', '173317.051000', '173317.054000', '173317.056000', '173317.059000', '173317.062000', '173317.064000', '173317.067000', '173336.956000', '173336.958000', '173336.961000', '173336.982000', '173336.984000', '173336.987000', '173336.990000', '173336.992000', '173336.995000', '173336.998000', '173337.001000', '173337.004000', '173337.007000', '173337.010000', '173337.012000', '173337.015000', '173337.017000', '173337.020000', '173337.022000', '173337.025000', '173337.028000', '173337.030000', '173337.033000', '173337.035000', '173337.038000', '173337.041000', '173337.043000', '173337.046000', '173337.048000', '173337.051000', '173337.054000', '173337.056000', '173337.059000', '173337.061000', '173337.064000', '173337.067000', '173337.069000', '173337.072000', '173337.075000', '173337.077000', '173337.080000', '173337.082000', '173337.107000', '173352.097000', '173352.099000', '173352.102000', '173352.105000', '173352.108000', '173352.110000', '173352.113000', '173352.116000', '173352.118000', '173352.121000', '173352.124000', '173352.126000', '173352.129000', '173352.131000', '173352.134000', '173352.137000', '173352.139000', '173352.142000', '173352.144000', '173352.147000', '173352.150000', '173352.152000', '173352.155000', '173352.158000', '173352.160000', '173352.163000', '173352.166000', '173352.168000', '173352.171000', '173352.174000', '173352.176000', '173352.179000', '173352.181000', '173352.184000'], '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': [8013, 7130, 7750, 7157, 7542, 7236, 7067, 6924, 6979, 6991, 7035, 7610, 7489, 7157, 7766, 6981, 9339, 7081, 7719, 7356, 7373, 7175, 7352, 6805, 7283, 7392, 6876, 7968, 7466, 7379, 7389, 7244, 7521, 7737, 7246, 6938, 7256, 7213, 7249, 7463, 7071, 7409, 7197, 7447, 7504, 7308, 6888, 7342, 7212, 7265, 7730, 7259, 7510, 7009, 7158, 7896, 7110, 7503, 7259, 7362, 8572, 7167, 7807, 7317, 7882, 7075, 7672, 7444, 7276, 6677, 7309, 6970, 7109, 7320, 6952, 7357, 6699, 7265, 6955, 7235, 7156, 6832, 7298, 6987, 7434, 7402, 7043, 7366, 6909, 7127, 6700, 7005, 7253, 6914, 7271, 6895, 7036, 7380, 7429, 7232, 8818, 7117, 10654, 7302, 8615, 7094, 7523, 7524, 7123, 10385, 7098, 7254, 7038, 7162, 7732, 7218, 7111, 7038, 7168, 7471, 7408, 7210, 6922, 7131, 7536, 7119, 7103, 7030, 7093, 7069, 7132, 7593, 7153, 7160, 7143, 7116, 6799, 6768, 7413, 7235, 7344, 6483, 7050, 7116, 7445, 6955, 6735, 7502, 7098, 6603, 7187, 6567, 7239, 8716, 6948, 7317, 7362, 7049, 9423, 6908, 7307, 7000, 7175, 7018, 7001, 8560, 7158, 7176, 6840, 6986, 6954, 6897, 7259, 6901, 7139, 6970, 7205, 6840, 7106, 6504, 7115, 7382, 6792, 7221, 6963, 7300, 7263, 7153, 7040, 8160, 7348, 7087, 6926, 7059, 7558, 6991, 7176, 9349, 7139, 9644, 6886, 7388, 7129, 7108, 8098, 7028, 6702, 7022, 7081, 7563, 6932, 8924, 6966, 6653, 7108, 6872, 7036, 6462, 7032, 6870, 7105, 7825, 7353, 7328, 7063, 6963, 7472, 6802, 8754, 7021, 7090, 10474, 7337, 8227, 7370, 6903, 9839, 6819, 10372, 6932, 9720, 7302, 7201, 7319, 6936, 6788, 6715, 7156, 7009, 6797, 6817, 6840, 7318, 6738, 7275, 7031, 6712, 6804, 7066, 6868, 7021, 6871, 6904, 6856, 6692, 6730, 6794, 6877, 6698, 6849, 8493, 7443, 7036, 7240, 7835, 7090, 6834, 6875, 6883, 6665, 7624, 6873, 7340, 6820, 6710, 9166, 7080, 10432, 8212, 10670, 8381, 8890, 9935, 6995, 9435, 7274, 6842, 7416, 6737, 8813, 7092, 6824, 7198, 6945, 7239, 7083, 6689, 7125, 6801, 6469, 7113, 6510, 6676, 6841, 6840, 7283, 6612, 6509, 6960, 6890, 7563, 6625, 7447, 6718, 6944, 6911, 6607, 6552, 7049, 7232, 6934, 6665, 7403, 6915, 7002, 6443, 6573, 6731, 6856, 7150, 6824, 6663, 7006, 7668, 6804, 6704, 6712, 7050, 7799, 7168, 6576, 6748, 7291, 6712, 7243, 6761, 6554, 6494, 6659, 6819, 6883, 7416, 6901, 6607, 7049, 7569, 7389, 6856, 6556, 7724, 6698, 8552, 6780, 7302, 7198, 7278, 7518, 6803, 7237, 6551, 6674, 6904, 7098, 6813, 6436, 6594, 6727, 7000, 6842, 7233, 7921, 6607, 6902, 7284, 7208, 6857, 6564, 7973, 6715, 6729, 9181, 6662, 6880, 7482, 6608, 6919, 6973, 6796, 7003, 6740, 9241, 6869, 10329, 6977, 7093, 7186, 6893, 6779, 6526, 9033, 6725, 8752, 6976, 7044, 7086, 6643, 6531, 6821, 7108, 7051, 6707, 6560, 6576, 7177, 7533, 6956, 6748, 6520, 6558, 6744, 6886, 7565, 6652, 6869, 6263, 7005, 6700, 6848, 7094, 7104, 6679, 6709, 6944, 6975, 6699, 6700, 8365, 7313, 7109, 9153, 7469, 6874, 8737, 6970, 6698, 7676, 6684, 7104, 7004, 7403, 7121, 8184, 7210, 6865, 10220, 6725, 10496, 8956, 6691, 6878, 7286, 6870, 6754, 6604, 8537, 6853, 6797, 8555, 6512, 6752, 6732, 6619, 6673, 6711, 6621, 7085, 7035, 6608, 8180, 6660, 9531, 7089, 8660, 7306, 6632, 6577, 6626, 7029, 6988, 6652, 7814, 6575, 7735, 6862, 6800, 6837, 6693, 7293, 6966, 6473, 6646, 6612, 7106, 7193, 6562, 6844, 6736, 6608, 6582, 6459, 7015, 7116, 6685, 7221, 7429, 6740, 6698, 6735, 7158, 7155, 6694, 7961, 6783, 6808, 7014, 6519, 7191, 6709, 7048, 7296, 6563, 7416, 6639, 7178, 7045, 6714, 6869, 6606, 7152, 7444, 7068, 6698, 6626, 7851, 7588, 7095, 6830, 6630, 6907, 7435, 6892, 6923, 6620, 7176, 7065, 6614, 7194, 7361, 6895, 7161, 6542, 7033, 6874, 7553, 7132, 7424, 8553, 6442, 6872, 7469, 7104, 6913, 6640, 6949, 6933, 7441, 7111, 6944, 7866, 6914, 7400, 6880, 6747, 7145, 7752, 7158, 6972, 7302, 7149, 6947, 6783, 7989, 6805, 6974, 9883, 8409, 7023, 7244, 8499, 7021, 8370, 7088, 8230, 7092, 8049, 7354, 9126, 6589, 12409, 8962, 7761, 8743, 6975, 10525, 8618, 8237, 10833, 8758, 7365, 6762, 6862, 9742, 7281, 6631, 7497, 6930, 7553, 7482, 6728, 8614, 7043, 6280, 6935, 6714, 7231, 7120, 6363, 6865, 6846, 6828, 7113, 6428, 7042, 6840, 6828, 7934, 6565, 7088, 6828, 6910, 8052, 6552, 6910, 6902, 6893, 7195, 6721, 7323, 7199, 6838, 7125, 6852, 7296, 8075, 6853, 7436, 6859, 7122, 8167, 7113, 7453, 6892, 7140, 7192, 6871, 7261, 6936, 7513, 7359, 6734, 7472, 6890, 7406, 7083, 6750, 8808, 7011, 7362, 7086, 6823, 7874, 6909, 7199, 7234, 6817, 7325, 7981, 7181, 7651, 6622, 7321, 7080, 6864, 9120, 6978, 7131, 7772, 6480, 8545, 6754, 7077, 7809, 6471, 7318, 7561, 7224, 7734, 6656, 7227, 7497, 7170, 7577, 6743, 7573, 7575, 6799, 7201, 6768, 7094, 7565, 6518, 7241, 7528, 7174, 8891, 6936, 7209, 7383, 6770, 7880, 7694, 7067, 9878, 6507, 6888, 7163, 6626, 9411, 7392, 6722, 6963, 6758, 6972, 6941, 6468, 8750, 6720, 6730, 9549, 6741, 6945, 7145, 6584, 7132, 6680, 7053, 6878, 6516, 7102, 7034, 6770, 7080, 7474, 6986, 7354, 6947, 6896, 7248, 6652, 7101, 7443, 6732, 9230, 6778, 6870, 7161, 6470, 8405, 7274, 6856, 7068, 6554, 7176, 7151, 6880, 7706, 6582, 7281, 7187, 6957, 7491, 7242, 7104, 7462, 6661, 7259, 7183, 6702, 7273, 7132, 6428, 7151, 6873, 7418, 7258, 6964, 9688, 7866, 7140, 6990, 6702, 7437, 7009, 6728, 8805, 6968, 6812, 7072, 6833, 6958, 6882, 6550, 7876, 6933, 6734, 7149, 6618, 9820, 7203, 6666, 6721, 6710, 6949, 7202, 6501, 7394, 6745, 6943, 6985, 6480, 7072, 7316], 'WindowCenter': [3860.0, 3845.0, 3830.0, 3818.0, 3827.0, 3815.0, 3814.0, 3814.0, 3814.0, 3813.0, 3814.0, 3824.0, 3815.0, 3815.0, 3826.0, 3815.0, 3834.0, 3813.0, 3813.0, 3813.0, 3813.0, 3814.0, 3825.0, 3815.0, 3826.0, 3815.0, 3815.0, 3825.0, 3826.0, 3826.0, 3826.0, 3827.0, 3838.0, 3838.0, 3828.0, 3828.0, 3828.0, 3828.0, 3828.0, 3827.0, 3828.0, 3827.0, 3817.0, 3826.0, 3827.0, 3827.0, 3827.0, 3828.0, 3828.0, 3829.0, 3839.0, 3840.0, 3839.0, 3829.0, 3830.0, 3840.0, 3830.0, 3840.0, 3841.0, 3840.0, 3850.0, 3829.0, 3839.0, 3829.0, 3839.0, 3829.0, 3828.0, 3828.0, 3828.0, 3817.0, 3828.0, 3829.0, 3829.0, 3840.0, 3830.0, 3840.0, 3830.0, 3842.0, 3841.0, 3842.0, 3841.0, 3831.0, 3841.0, 3830.0, 3842.0, 3841.0, 3842.0, 3841.0, 3831.0, 3841.0, 3831.0, 3842.0, 3842.0, 3842.0, 3841.0, 3831.0, 3841.0, 3841.0, 3842.0, 3842.0, 3863.0, 3831.0, 3871.0, 3839.0, 3850.0, 3829.0, 3839.0, 3839.0, 3828.0, 3859.0, 3828.0, 3827.0, 3827.0, 3828.0, 3838.0, 3828.0, 3828.0, 3828.0, 3828.0, 3828.0, 3828.0, 3827.0, 3828.0, 3828.0, 3838.0, 3828.0, 3828.0, 3827.0, 3827.0, 3828.0, 3828.0, 3837.0, 3827.0, 3827.0, 3826.0, 3827.0, 3828.0, 3828.0, 3828.0, 3828.0, 3828.0, 3818.0, 3829.0, 3829.0, 3840.0, 3830.0, 3829.0, 3840.0, 3840.0, 3830.0, 3828.0, 3830.0, 3840.0, 3851.0, 3830.0, 3840.0, 3839.0, 3829.0, 3850.0, 3828.0, 3828.0, 3828.0, 3828.0, 3829.0, 3829.0, 3850.0, 3829.0, 3828.0, 3828.0, 3828.0, 3827.0, 3827.0, 3828.0, 3828.0, 3827.0, 3828.0, 3828.0, 3817.0, 3829.0, 3818.0, 3829.0, 3829.0, 3829.0, 3841.0, 3841.0, 3841.0, 3841.0, 3842.0, 3842.0, 3852.0, 3842.0, 3831.0, 3831.0, 3830.0, 3840.0, 3829.0, 3829.0, 3849.0, 3829.0, 3849.0, 3828.0, 3827.0, 3828.0, 3827.0, 3838.0, 3827.0, 3817.0, 3827.0, 3828.0, 3839.0, 3828.0, 3848.0, 3828.0, 3828.0, 3829.0, 3829.0, 3840.0, 3830.0, 3840.0, 3830.0, 3841.0, 3840.0, 3853.0, 3840.0, 3830.0, 3830.0, 3839.0, 3829.0, 3850.0, 3829.0, 3829.0, 3860.0, 3828.0, 3838.0, 3827.0, 3816.0, 3846.0, 3804.0, 3846.0, 3815.0, 3834.0, 3814.0, 3814.0, 3813.0, 3813.0, 3803.0, 3802.0, 3813.0, 3814.0, 3803.0, 3803.0, 3815.0, 3825.0, 3814.0, 3812.0, 3812.0, 3802.0, 3803.0, 3812.0, 3803.0, 3815.0, 3814.0, 3814.0, 3816.0, 3816.0, 3816.0, 3816.0, 3818.0, 3818.0, 3818.0, 3862.0, 3842.0, 3830.0, 3829.0, 3839.0, 3829.0, 3818.0, 3829.0, 3828.0, 3843.0, 3841.0, 3832.0, 3854.0, 3843.0, 3832.0, 3861.0, 3829.0, 3859.0, 3837.0, 3846.0, 3823.0, 3823.0, 3832.0, 3800.0, 3820.0, 3800.0, 3788.0, 3799.0, 3788.0, 3819.0, 3799.0, 3788.0, 3799.0, 3799.0, 3799.0, 3800.0, 3800.0, 3800.0, 3801.0, 3790.0, 3801.0, 3790.0, 3802.0, 3802.0, 3802.0, 3812.0, 3801.0, 3801.0, 3812.0, 3812.0, 3812.0, 3802.0, 3813.0, 3803.0, 3813.0, 3813.0, 3803.0, 3803.0, 3814.0, 3825.0, 3814.0, 3815.0, 3826.0, 3826.0, 3816.0, 3816.0, 3816.0, 3816.0, 3816.0, 3827.0, 3817.0, 3817.0, 3828.0, 3838.0, 3817.0, 3828.0, 3829.0, 3829.0, 3839.0, 3828.0, 3817.0, 3828.0, 3827.0, 3829.0, 3827.0, 3818.0, 3818.0, 3817.0, 3829.0, 3828.0, 3829.0, 3839.0, 3829.0, 3830.0, 3829.0, 3839.0, 3839.0, 3829.0, 3830.0, 3839.0, 3829.0, 3850.0, 3829.0, 3828.0, 3828.0, 3827.0, 3827.0, 3816.0, 3827.0, 3816.0, 3816.0, 3828.0, 3827.0, 3817.0, 3817.0, 3817.0, 3817.0, 3828.0, 3829.0, 3829.0, 3840.0, 3818.0, 3829.0, 3829.0, 3840.0, 3830.0, 3830.0, 3840.0, 3830.0, 3819.0, 3850.0, 3818.0, 3828.0, 3828.0, 3817.0, 3828.0, 3828.0, 3818.0, 3816.0, 3817.0, 3847.0, 3817.0, 3847.0, 3816.0, 3815.0, 3814.0, 3814.0, 3803.0, 3803.0, 3835.0, 3814.0, 3824.0, 3813.0, 3813.0, 3813.0, 3813.0, 3803.0, 3813.0, 3813.0, 3814.0, 3814.0, 3815.0, 3816.0, 3815.0, 3826.0, 3816.0, 3816.0, 3816.0, 3815.0, 3816.0, 3826.0, 3827.0, 3816.0, 3816.0, 3816.0, 3827.0, 3828.0, 3830.0, 3829.0, 3829.0, 3830.0, 3829.0, 3841.0, 3841.0, 3831.0, 3832.0, 3853.0, 3842.0, 3831.0, 3862.0, 3831.0, 3819.0, 3851.0, 3831.0, 3820.0, 3840.0, 3830.0, 3830.0, 3830.0, 3829.0, 3829.0, 3838.0, 3827.0, 3806.0, 3848.0, 3805.0, 3846.0, 3835.0, 3803.0, 3803.0, 3814.0, 3814.0, 3815.0, 3814.0, 3836.0, 3816.0, 3805.0, 3836.0, 3805.0, 3804.0, 3804.0, 3804.0, 3804.0, 3805.0, 3815.0, 3815.0, 3815.0, 3804.0, 3825.0, 3803.0, 3834.0, 3813.0, 3822.0, 3812.0, 3801.0, 3801.0, 3802.0, 3801.0, 3812.0, 3802.0, 3812.0, 3802.0, 3812.0, 3802.0, 3801.0, 3801.0, 3801.0, 3811.0, 3813.0, 3791.0, 3802.0, 3802.0, 3812.0, 3813.0, 3803.0, 3814.0, 3815.0, 3815.0, 3815.0, 3815.0, 3816.0, 3827.0, 3827.0, 3828.0, 3839.0, 3828.0, 3828.0, 3829.0, 3828.0, 3828.0, 3828.0, 3838.0, 3818.0, 3818.0, 3828.0, 3817.0, 3827.0, 3818.0, 3828.0, 3828.0, 3817.0, 3828.0, 3817.0, 3828.0, 3828.0, 3827.0, 3818.0, 3829.0, 3829.0, 3829.0, 3828.0, 3829.0, 3829.0, 3839.0, 3838.0, 3828.0, 3818.0, 3829.0, 3828.0, 3828.0, 3829.0, 3829.0, 3829.0, 3829.0, 3829.0, 3828.0, 3828.0, 3829.0, 3829.0, 3829.0, 3819.0, 3829.0, 3819.0, 3838.0, 3828.0, 3827.0, 3849.0, 3818.0, 3828.0, 3828.0, 3828.0, 3829.0, 3829.0, 3829.0, 3829.0, 3839.0, 3829.0, 3830.0, 3840.0, 3830.0, 3840.0, 3830.0, 3830.0, 3841.0, 3852.0, 3842.0, 3842.0, 3842.0, 3842.0, 3842.0, 3842.0, 3852.0, 3843.0, 3856.0, 3889.0, 3854.0, 3832.0, 3842.0, 3851.0, 3830.0, 3840.0, 3830.0, 3839.0, 3829.0, 3839.0, 3840.0, 3850.0, 3819.0, 3868.0, 3849.0, 3827.0, 3837.0, 3815.0, 3845.0, 3823.0, 3813.0, 3834.0, 3812.0, 3800.0, 3789.0, 3789.0, 3819.0, 3788.0, 3788.0, 3788.0, 3788.0, 3798.0, 3787.0, 3787.0, 3807.0, 3787.0, 3776.0, 3786.0, 3787.0, 3797.0, 3787.0, 3788.0, 3788.0, 3789.0, 3788.0, 3800.0, 3790.0, 3801.0, 3801.0, 3800.0, 3811.0, 3800.0, 3801.0, 3802.0, 3812.0, 3824.0, 3803.0, 3813.0, 3814.0, 3813.0, 3815.0, 3816.0, 3826.0, 3815.0, 3816.0, 3816.0, 3817.0, 3827.0, 3838.0, 3816.0, 3828.0, 3818.0, 3828.0, 3839.0, 3829.0, 3829.0, 3828.0, 3829.0, 3828.0, 3829.0, 3829.0, 3831.0, 3840.0, 3840.0, 3829.0, 3830.0, 3829.0, 3840.0, 3841.0, 3830.0, 3849.0, 3829.0, 3829.0, 3829.0, 3829.0, 3840.0, 3829.0, 3830.0, 3830.0, 3830.0, 3841.0, 3852.0, 3831.0, 3841.0, 3831.0, 3841.0, 3831.0, 3831.0, 3862.0, 3831.0, 3830.0, 3840.0, 3819.0, 3850.0, 3830.0, 3829.0, 3840.0, 3819.0, 3828.0, 3839.0, 3829.0, 3838.0, 3829.0, 3829.0, 3840.0, 3830.0, 3840.0, 3829.0, 3839.0, 3839.0, 3830.0, 3830.0, 3830.0, 3829.0, 3840.0, 3818.0, 3828.0, 3840.0, 3830.0, 3851.0, 3829.0, 3829.0, 3828.0, 3818.0, 3839.0, 3839.0, 3828.0, 3860.0, 3818.0, 3817.0, 3816.0, 3818.0, 3848.0, 3827.0, 3817.0, 3828.0, 3816.0, 3828.0, 3828.0, 3818.0, 3848.0, 3817.0, 3816.0, 3847.0, 3816.0, 3814.0, 3815.0, 3816.0, 3815.0, 3817.0, 3827.0, 3817.0, 3806.0, 3816.0, 3817.0, 3817.0, 3827.0, 3828.0, 3829.0, 3829.0, 3829.0, 3829.0, 3829.0, 3819.0, 3828.0, 3827.0, 3818.0, 3849.0, 3817.0, 3817.0, 3827.0, 3816.0, 3838.0, 3827.0, 3817.0, 3817.0, 3816.0, 3827.0, 3828.0, 3828.0, 3839.0, 3818.0, 3829.0, 3830.0, 3841.0, 3840.0, 3840.0, 3830.0, 3840.0, 3830.0, 3842.0, 3843.0, 3832.0, 3841.0, 3831.0, 3820.0, 3830.0, 3820.0, 3830.0, 3830.0, 3830.0, 3851.0, 3840.0, 3818.0, 3818.0, 3818.0, 3827.0, 3817.0, 3818.0, 3849.0, 3818.0, 3818.0, 3817.0, 3817.0, 3816.0, 3816.0, 3806.0, 3827.0, 3816.0, 3805.0, 3816.0, 3805.0, 3846.0, 3814.0, 3803.0, 3804.0, 3815.0, 3815.0, 3814.0, 3803.0, 3814.0, 3814.0, 3815.0, 3816.0, 3805.0, 3815.0, 3814.0], 'WindowWidth': [8665.0, 8634.0, 8605.0, 8583.0, 8591.0, 8573.0, 8568.0, 8568.0, 8568.0, 8566.0, 8570.0, 8583.0, 8571.0, 8573.0, 8588.0, 8571.0, 8595.0, 8565.0, 8564.0, 8565.0, 8566.0, 8568.0, 8585.0, 8572.0, 8588.0, 8572.0, 8573.0, 8587.0, 8588.0, 8588.0, 8590.0, 8594.0, 8610.0, 8610.0, 8595.0, 8595.0, 8595.0, 8594.0, 8595.0, 8593.0, 8596.0, 8591.0, 8579.0, 8588.0, 8592.0, 8592.0, 8593.0, 8595.0, 8596.0, 8598.0, 8613.0, 8615.0, 8613.0, 8600.0, 8602.0, 8615.0, 8602.0, 8616.0, 8619.0, 8615.0, 8628.0, 8600.0, 8612.0, 8598.0, 8612.0, 8599.0, 8594.0, 8595.0, 8594.0, 8580.0, 8597.0, 8600.0, 8601.0, 8614.0, 8601.0, 8615.0, 8603.0, 8622.0, 8621.0, 8621.0, 8619.0, 8606.0, 8619.0, 8603.0, 8622.0, 8620.0, 8622.0, 8618.0, 8605.0, 8619.0, 8607.0, 8623.0, 8622.0, 8621.0, 8620.0, 8606.0, 8620.0, 8619.0, 8621.0, 8623.0, 8649.0, 8605.0, 8658.0, 8614.0, 8627.0, 8600.0, 8613.0, 8612.0, 8595.0, 8638.0, 8595.0, 8593.0, 8594.0, 8596.0, 8609.0, 8597.0, 8594.0, 8595.0, 8596.0, 8595.0, 8595.0, 8594.0, 8595.0, 8597.0, 8609.0, 8596.0, 8594.0, 8594.0, 8595.0, 8596.0, 8598.0, 8608.0, 8594.0, 8592.0, 8592.0, 8594.0, 8595.0, 8598.0, 8596.0, 8596.0, 8597.0, 8585.0, 8602.0, 8601.0, 8616.0, 8603.0, 8602.0, 8617.0, 8617.0, 8602.0, 8599.0, 8603.0, 8617.0, 8630.0, 8603.0, 8617.0, 8615.0, 8600.0, 8627.0, 8598.0, 8596.0, 8597.0, 8596.0, 8600.0, 8601.0, 8628.0, 8601.0, 8597.0, 8596.0, 8597.0, 8594.0, 8595.0, 8595.0, 8596.0, 8593.0, 8595.0, 8595.0, 8580.0, 8598.0, 8584.0, 8600.0, 8599.0, 8601.0, 8618.0, 8618.0, 8620.0, 8620.0, 8622.0, 8622.0, 8634.0, 8622.0, 8606.0, 8605.0, 8603.0, 8614.0, 8600.0, 8598.0, 8626.0, 8598.0, 8624.0, 8594.0, 8594.0, 8596.0, 8593.0, 8608.0, 8594.0, 8579.0, 8594.0, 8596.0, 8612.0, 8597.0, 8623.0, 8595.0, 8598.0, 8601.0, 8601.0, 8618.0, 8603.0, 8617.0, 8602.0, 8619.0, 8617.0, 8640.0, 8618.0, 8603.0, 8603.0, 8614.0, 8601.0, 8628.0, 8600.0, 8599.0, 8640.0, 8596.0, 8607.0, 8591.0, 8575.0, 8615.0, 8555.0, 8614.0, 8571.0, 8596.0, 8570.0, 8568.0, 8567.0, 8567.0, 8552.0, 8553.0, 8565.0, 8568.0, 8553.0, 8553.0, 8574.0, 8586.0, 8571.0, 8563.0, 8563.0, 8551.0, 8553.0, 8564.0, 8554.0, 8573.0, 8570.0, 8571.0, 8575.0, 8576.0, 8577.0, 8577.0, 8583.0, 8584.0, 8584.0, 8649.0, 8623.0, 8602.0, 8597.0, 8612.0, 8598.0, 8582.0, 8598.0, 8598.0, 8627.0, 8620.0, 8610.0, 8645.0, 8625.0, 8609.0, 8645.0, 8599.0, 8636.0, 8604.0, 8612.0, 8580.0, 8576.0, 8588.0, 8542.0, 8568.0, 8540.0, 8524.0, 8538.0, 8522.0, 8565.0, 8539.0, 8525.0, 8540.0, 8541.0, 8541.0, 8543.0, 8543.0, 8545.0, 8546.0, 8531.0, 8547.0, 8532.0, 8548.0, 8550.0, 8549.0, 8563.0, 8547.0, 8548.0, 8564.0, 8563.0, 8564.0, 8550.0, 8565.0, 8553.0, 8566.0, 8566.0, 8555.0, 8554.0, 8572.0, 8586.0, 8571.0, 8574.0, 8589.0, 8590.0, 8575.0, 8576.0, 8579.0, 8577.0, 8578.0, 8594.0, 8580.0, 8582.0, 8595.0, 8608.0, 8581.0, 8597.0, 8599.0, 8598.0, 8612.0, 8597.0, 8580.0, 8596.0, 8595.0, 8600.0, 8594.0, 8582.0, 8583.0, 8581.0, 8598.0, 8597.0, 8599.0, 8614.0, 8601.0, 8602.0, 8600.0, 8614.0, 8614.0, 8601.0, 8603.0, 8614.0, 8600.0, 8627.0, 8599.0, 8596.0, 8596.0, 8594.0, 8593.0, 8577.0, 8591.0, 8577.0, 8578.0, 8595.0, 8593.0, 8581.0, 8581.0, 8580.0, 8581.0, 8597.0, 8598.0, 8597.0, 8613.0, 8582.0, 8599.0, 8599.0, 8614.0, 8601.0, 8602.0, 8614.0, 8601.0, 8583.0, 8627.0, 8581.0, 8594.0, 8595.0, 8580.0, 8596.0, 8594.0, 8582.0, 8577.0, 8578.0, 8619.0, 8578.0, 8616.0, 8575.0, 8572.0, 8570.0, 8569.0, 8553.0, 8555.0, 8597.0, 8570.0, 8582.0, 8567.0, 8565.0, 8566.0, 8567.0, 8553.0, 8568.0, 8568.0, 8568.0, 8571.0, 8572.0, 8575.0, 8574.0, 8589.0, 8576.0, 8575.0, 8576.0, 8574.0, 8578.0, 8590.0, 8591.0, 8575.0, 8576.0, 8578.0, 8592.0, 8598.0, 8603.0, 8600.0, 8599.0, 8605.0, 8602.0, 8619.0, 8620.0, 8605.0, 8608.0, 8637.0, 8621.0, 8605.0, 8647.0, 8603.0, 8586.0, 8630.0, 8602.0, 8587.0, 8614.0, 8602.0, 8600.0, 8599.0, 8597.0, 8597.0, 8607.0, 8591.0, 8560.0, 8619.0, 8560.0, 8613.0, 8597.0, 8554.0, 8553.0, 8568.0, 8569.0, 8571.0, 8569.0, 8601.0, 8574.0, 8557.0, 8599.0, 8557.0, 8557.0, 8557.0, 8557.0, 8557.0, 8557.0, 8572.0, 8570.0, 8570.0, 8554.0, 8583.0, 8552.0, 8594.0, 8566.0, 8575.0, 8561.0, 8545.0, 8545.0, 8548.0, 8546.0, 8562.0, 8549.0, 8563.0, 8550.0, 8564.0, 8548.0, 8547.0, 8546.0, 8548.0, 8560.0, 8564.0, 8534.0, 8549.0, 8551.0, 8565.0, 8566.0, 8554.0, 8570.0, 8572.0, 8572.0, 8574.0, 8574.0, 8575.0, 8591.0, 8594.0, 8595.0, 8612.0, 8595.0, 8596.0, 8598.0, 8596.0, 8595.0, 8596.0, 8610.0, 8583.0, 8582.0, 8595.0, 8580.0, 8593.0, 8581.0, 8594.0, 8595.0, 8580.0, 8595.0, 8581.0, 8595.0, 8594.0, 8595.0, 8583.0, 8599.0, 8598.0, 8598.0, 8596.0, 8598.0, 8599.0, 8612.0, 8609.0, 8596.0, 8583.0, 8598.0, 8597.0, 8596.0, 8598.0, 8600.0, 8600.0, 8597.0, 8598.0, 8597.0, 8597.0, 8599.0, 8600.0, 8599.0, 8586.0, 8598.0, 8585.0, 8608.0, 8596.0, 8593.0, 8624.0, 8583.0, 8598.0, 8595.0, 8596.0, 8598.0, 8600.0, 8599.0, 8600.0, 8611.0, 8601.0, 8602.0, 8614.0, 8602.0, 8615.0, 8602.0, 8603.0, 8619.0, 8636.0, 8624.0, 8623.0, 8623.0, 8623.0, 8623.0, 8624.0, 8636.0, 8626.0, 8650.0, 8697.0, 8641.0, 8607.0, 8620.0, 8632.0, 8603.0, 8614.0, 8601.0, 8610.0, 8598.0, 8610.0, 8615.0, 8626.0, 8584.0, 8649.0, 8623.0, 8590.0, 8602.0, 8570.0, 8608.0, 8578.0, 8562.0, 8590.0, 8559.0, 8540.0, 8524.0, 8522.0, 8563.0, 8521.0, 8519.0, 8520.0, 8520.0, 8532.0, 8517.0, 8517.0, 8545.0, 8517.0, 8502.0, 8517.0, 8519.0, 8533.0, 8521.0, 8521.0, 8522.0, 8525.0, 8525.0, 8542.0, 8531.0, 8545.0, 8546.0, 8543.0, 8560.0, 8544.0, 8547.0, 8550.0, 8564.0, 8581.0, 8551.0, 8566.0, 8569.0, 8568.0, 8573.0, 8574.0, 8588.0, 8573.0, 8574.0, 8575.0, 8578.0, 8593.0, 8608.0, 8577.0, 8594.0, 8583.0, 8596.0, 8611.0, 8600.0, 8599.0, 8596.0, 8597.0, 8597.0, 8600.0, 8600.0, 8604.0, 8616.0, 8616.0, 8600.0, 8600.0, 8598.0, 8615.0, 8618.0, 8602.0, 8626.0, 8599.0, 8599.0, 8599.0, 8599.0, 8615.0, 8598.0, 8600.0, 8600.0, 8602.0, 8618.0, 8633.0, 8604.0, 8618.0, 8606.0, 8618.0, 8604.0, 8604.0, 8646.0, 8603.0, 8600.0, 8614.0, 8585.0, 8626.0, 8601.0, 8599.0, 8613.0, 8584.0, 8596.0, 8611.0, 8599.0, 8610.0, 8599.0, 8598.0, 8614.0, 8602.0, 8614.0, 8599.0, 8611.0, 8612.0, 8602.0, 8601.0, 8602.0, 8599.0, 8614.0, 8584.0, 8597.0, 8614.0, 8602.0, 8630.0, 8600.0, 8597.0, 8595.0, 8582.0, 8610.0, 8612.0, 8595.0, 8640.0, 8582.0, 8579.0, 8576.0, 8581.0, 8622.0, 8591.0, 8577.0, 8595.0, 8578.0, 8594.0, 8596.0, 8583.0, 8623.0, 8579.0, 8575.0, 8617.0, 8573.0, 8569.0, 8571.0, 8574.0, 8573.0, 8578.0, 8591.0, 8577.0, 8563.0, 8577.0, 8577.0, 8579.0, 8592.0, 8595.0, 8597.0, 8598.0, 8600.0, 8597.0, 8597.0, 8584.0, 8594.0, 8593.0, 8581.0, 8623.0, 8580.0, 8578.0, 8592.0, 8578.0, 8608.0, 8591.0, 8578.0, 8578.0, 8577.0, 8593.0, 8595.0, 8595.0, 8609.0, 8581.0, 8597.0, 8603.0, 8619.0, 8615.0, 8615.0, 8600.0, 8614.0, 8602.0, 8621.0, 8624.0, 8606.0, 8616.0, 8602.0, 8588.0, 8601.0, 8588.0, 8599.0, 8601.0, 8600.0, 8628.0, 8610.0, 8579.0, 8579.0, 8579.0, 8591.0, 8579.0, 8580.0, 8622.0, 8581.0, 8579.0, 8577.0, 8577.0, 8575.0, 8575.0, 8561.0, 8589.0, 8575.0, 8558.0, 8574.0, 8559.0, 8613.0, 8569.0, 8553.0, 8555.0, 8572.0, 8570.0, 8568.0, 8554.0, 8568.0, 8569.0, 8573.0, 8574.0, 8559.0, 8571.0, 8568.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.0005376004592422502</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016545429276693457</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.69819882496554</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1565823696321835</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0063405601264355</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4452</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7330.8994</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.051431432724000706</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.492537313432836</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4916176647043833</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.426040760340499</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7712085702928753</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2776036634797756</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0250827</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016758335754275322</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018299777060747147</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.6452880057909076</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>33.0547</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.9985</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.8234</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308594.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>676.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.6786</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8721</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.7205</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3069.7725</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3312.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67950.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>825.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4037.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.5635</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.75621443986893</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> |