=== 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-0111 --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-0111",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0111_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0111_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0111/ses-03/func/sub-0111_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>f5a2d194bcfd81b67b5584b043203c52</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:56:23.535000</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.994896, 0.0886373, -0.0482134, -0.0854677, 0.994267, 0.0642495]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0740397</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4216, -7725, -7252, 298, -76, 105, 138, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>218.252</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>de5ac650-7f2d-475d-b1bc-e7f2685629e5||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.669234275817871, -0.22930346429347992, -0.14480622112751007, 123.15885162353516], [-0.23780737817287445, 2.667546272277832, 0.16146251559257507, -97.81855773925781], [-0.1293531060218811, -0.17237676680088043, 2.691275119781494, -54.91480255126953], [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': ['135623.535000', '135623.995000', '135624.455000', '135624.915000', '135625.375000', '135625.835000', '135626.295000', '135626.755000', '135627.215000', '135627.675000', '135628.135000', '135628.595000', '135629.055000', '135629.515000', '135629.975000', '135630.435000', '135630.895000', '135631.355000', '135631.815000', '135632.275000', '135632.735000', '135633.195000', '135633.655000', '135634.115000', '135634.575000', '135635.035000', '135635.495000', '135635.955000', '135636.415000', '135636.875000', '135637.335000', '135637.795000', '135638.255000', '135638.715000', '135639.175000', '135639.635000', '135640.095000', '135640.555000', '135641.015000', '135641.475000', '135641.935000', '135642.395000', '135642.855000', '135643.315000', '135643.775000', '135644.235000', '135644.695000', '135645.155000', '135645.615000', '135646.075000', '135646.535000', '135646.995000', '135647.455000', '135647.915000', '135648.375000', '135648.835000', '135649.295000', '135649.755000', '135650.215000', '135650.675000', '135651.135000', '135651.595000', '135652.055000', '135652.515000', '135652.975000', '135653.435000', '135653.895000', '135654.355000', '135654.815000', '135655.275000', '135655.735000', '135656.195000', '135656.655000', '135657.115000', '135657.575000', '135658.035000', '135658.495000', '135658.955000', '135659.415000', '135659.875000', '135700.335000', '135700.795000', '135701.255000', '135701.715000', '135702.175000', '135702.635000', '135703.095000', '135703.555000', '135704.015000', '135704.475000', '135704.935000', '135705.395000', '135705.855000', '135706.315000', '135706.775000', '135707.235000', '135707.695000', '135708.155000', '135708.615000', '135709.075000', '135709.535000', '135709.995000', '135710.455000', '135710.915000', '135711.375000', '135711.835000', '135712.295000', '135712.755000', '135713.215000', '135713.675000', '135714.135000', '135714.595000', '135715.055000', '135715.515000', '135715.975000', '135716.435000', '135716.895000', '135717.355000', '135717.815000', '135718.275000', '135718.735000', '135719.195000', '135719.655000', '135720.115000', '135720.575000', '135721.035000', '135721.495000', '135721.955000', '135722.415000', '135722.875000', '135723.335000', '135723.795000', '135724.255000', '135724.715000', '135725.175000', '135725.635000', '135726.095000', '135726.555000', '135727.015000', '135727.475000', '135727.935000', '135728.395000', '135728.855000', '135729.315000', '135729.775000', '135730.235000', '135730.695000', '135731.155000', '135731.615000', '135732.075000', '135732.535000', '135732.995000', '135733.455000', '135733.915000', '135734.375000', '135734.835000', '135735.295000', '135735.755000', '135736.215000', '135736.675000', '135737.135000', '135737.595000', '135738.055000', '135738.515000', '135738.975000', '135739.435000', '135739.895000', '135740.355000', '135740.815000', '135741.275000', '135741.735000', '135742.195000', '135742.655000', '135743.115000', '135743.575000', '135744.035000', '135744.495000', '135744.955000', '135745.415000', '135745.875000', '135746.335000', '135746.795000', '135747.255000', '135747.715000', '135748.175000', '135748.635000', '135749.095000', '135749.555000', '135750.015000', '135750.475000', '135750.935000', '135751.395000', '135751.855000', '135752.315000', '135752.775000', '135753.235000', '135753.695000', '135754.155000', '135754.615000', '135755.075000', '135755.535000', '135755.995000', '135756.455000', '135756.915000', '135757.375000', '135757.835000', '135758.295000', '135758.755000', '135759.215000', '135759.675000', '135800.135000', '135800.595000', '135801.055000', '135801.515000', '135801.975000', '135802.435000', '135802.895000', '135803.355000', '135803.815000', '135804.275000', '135804.735000', '135805.195000', '135805.655000', '135806.115000', '135806.575000', '135807.035000', '135807.495000', '135807.955000', '135808.415000', '135808.875000', '135809.335000', '135809.795000', '135810.255000', '135810.715000', '135811.175000', '135811.635000', '135812.095000', '135812.555000', '135813.015000', '135813.475000', '135813.935000', '135814.395000', '135814.855000', '135815.315000', '135815.775000', '135816.235000', '135816.695000', '135817.155000', '135817.615000', '135818.075000', '135818.535000', '135818.995000', '135819.455000', '135819.915000', '135820.375000', '135820.835000', '135821.295000', '135821.755000', '135822.215000', '135822.675000', '135823.135000', '135823.595000', '135824.055000', '135824.515000', '135824.975000', '135825.435000', '135825.895000', '135826.355000', '135826.815000', '135827.275000', '135827.735000', '135828.195000', '135828.655000', '135829.115000', '135829.575000', '135830.035000', '135830.495000', '135830.955000', '135831.415000', '135831.875000', '135832.335000', '135832.795000', '135833.255000', '135833.715000', '135834.175000', '135834.635000', '135835.095000', '135835.555000', '135836.015000', '135836.475000', '135836.935000', '135837.395000', '135837.855000', '135838.315000', '135838.775000', '135839.235000', '135839.695000', '135840.155000', '135840.615000', '135841.075000', '135841.535000', '135841.995000', '135842.455000', '135842.915000', '135843.375000', '135843.835000', '135844.295000', '135844.755000', '135845.215000', '135845.675000', '135846.135000', '135846.595000', '135847.055000', '135847.515000', '135847.975000', '135848.435000', '135848.895000', '135849.355000', '135849.815000', '135850.275000', '135850.735000', '135851.195000', '135851.655000', '135852.115000', '135852.575000', '135853.035000', '135853.495000', '135853.955000', '135854.415000', '135854.875000', '135855.335000', '135855.795000', '135856.255000', '135856.715000', '135857.175000', '135857.635000', '135858.095000', '135858.555000', '135859.015000', '135859.475000', '135859.935000', '135900.395000', '135900.855000', '135901.315000', '135901.775000', '135902.235000', '135902.695000', '135903.155000', '135903.615000', '135904.075000', '135904.535000', '135904.995000', '135905.455000', '135905.915000', '135906.375000', '135906.835000', '135907.295000', '135907.755000', '135908.215000', '135908.675000', '135909.135000', '135909.595000', '135910.055000', '135910.515000', '135910.975000', '135911.435000', '135911.895000', '135912.355000', '135912.815000', '135913.275000', '135913.735000', '135914.195000', '135914.655000', '135915.115000', '135915.575000', '135916.035000', '135916.495000', '135916.955000', '135917.415000', '135917.875000', '135918.335000', '135918.795000', '135919.255000', '135919.715000', '135920.175000', '135920.635000', '135921.095000', '135921.555000', '135922.015000', '135922.475000', '135922.935000', '135923.395000', '135923.855000', '135924.315000', '135924.775000', '135925.235000', '135925.695000', '135926.155000', '135926.615000', '135927.075000', '135927.535000', '135927.995000', '135928.455000', '135928.915000', '135929.375000', '135929.835000', '135930.295000', '135930.755000', '135931.215000', '135931.675000', '135932.135000', '135932.595000', '135933.055000', '135933.515000', '135933.975000', '135934.435000', '135934.895000', '135935.355000', '135935.815000', '135936.275000', '135936.735000', '135937.195000', '135937.655000', '135938.115000', '135938.575000', '135939.035000', '135939.495000', '135939.955000', '135940.415000', '135940.875000', '135941.335000', '135941.795000', '135942.255000', '135942.715000', '135943.175000', '135943.635000', '135944.095000', '135944.555000', '135945.015000', '135945.475000', '135945.935000', '135946.395000', '135946.855000', '135947.315000', '135947.775000', '135948.235000', '135948.695000', '135949.155000', '135949.615000', '135950.075000', '135950.535000', '135950.995000', '135951.455000', '135951.915000', '135952.375000', '135952.835000', '135953.295000', '135953.755000', '135954.215000', '135954.675000', '135955.135000', '135955.595000', '135956.055000', '135956.515000', '135956.975000', '135957.435000', '135957.895000', '135958.355000', '135958.815000', '135959.275000', '135959.735000', '140000.195000', '140000.655000', '140001.115000', '140001.575000', '140002.035000', '140002.495000', '140002.955000', '140003.415000', '140003.875000', '140004.335000', '140004.795000', '140005.255000', '140005.715000', '140006.175000', '140006.635000', '140007.095000', '140007.555000', '140008.015000', '140008.475000', '140008.935000', '140009.395000', '140009.855000', '140010.315000', '140010.775000', '140011.235000', '140011.695000', '140012.155000', '140012.615000', '140013.075000', '140013.535000', '140013.995000', '140014.455000', '140014.915000', '140015.375000', '140015.835000', '140016.295000', '140016.755000', '140017.215000', '140017.675000', '140018.135000', '140018.595000', '140019.055000', '140019.515000', '140019.975000', '140020.435000', '140020.895000', '140021.355000', '140021.815000', '140022.275000', '140022.735000', '140023.195000', '140023.655000', '140024.115000', '140024.575000', '140025.035000', '140025.495000', '140025.955000', '140026.415000', '140026.875000', '140027.335000', '140027.795000', '140028.255000', '140028.715000', '140029.175000', '140029.635000', '140030.095000', '140030.555000', '140031.015000', '140031.475000', '140031.935000', '140032.395000', '140032.855000', '140033.315000', '140033.775000', '140034.235000', '140034.695000', '140035.155000', '140035.615000', '140036.075000', '140036.535000', '140036.995000', '140037.455000', '140037.915000', '140038.375000', '140038.835000', '140039.295000', '140039.755000', '140040.215000', '140040.675000', '140041.135000', '140041.595000', '140042.055000', '140042.515000', '140042.975000', '140043.435000', '140043.895000', '140044.355000', '140044.815000', '140045.275000', '140045.735000', '140046.195000', '140046.655000', '140047.115000', '140047.575000', '140048.035000', '140048.495000', '140048.955000', '140049.415000', '140049.875000', '140050.335000', '140050.795000', '140051.255000', '140051.715000', '140052.175000', '140052.635000', '140053.095000', '140053.555000', '140054.015000', '140054.475000', '140054.935000', '140055.395000', '140055.855000', '140056.315000', '140056.775000', '140057.235000', '140057.695000', '140058.155000', '140058.615000', '140059.075000', '140059.535000', '140059.995000', '140100.455000', '140100.915000', '140101.375000', '140101.835000', '140102.295000', '140102.755000', '140103.215000', '140103.675000', '140104.135000', '140104.595000', '140105.055000', '140105.515000', '140105.975000', '140106.435000', '140106.895000', '140107.355000', '140107.815000', '140108.275000', '140108.735000', '140109.195000', '140109.655000', '140110.115000', '140110.575000', '140111.035000', '140111.495000', '140111.955000', '140112.415000', '140112.875000', '140113.335000', '140113.795000', '140114.255000', '140114.715000', '140115.175000', '140115.635000', '140116.095000', '140116.555000', '140117.015000', '140117.475000', '140117.935000', '140118.395000', '140118.855000', '140119.315000', '140119.775000', '140120.235000', '140120.695000', '140121.155000', '140121.615000', '140122.075000', '140122.535000', '140122.995000', '140123.455000', '140123.915000', '140124.375000', '140124.835000', '140125.295000', '140125.755000', '140126.215000', '140126.675000', '140127.135000', '140127.595000', '140128.055000', '140128.515000', '140128.975000', '140129.435000', '140129.895000', '140130.355000', '140130.815000', '140131.275000', '140131.735000', '140132.195000', '140132.655000', '140133.115000', '140133.575000', '140134.035000', '140134.495000', '140134.955000', '140135.415000', '140135.875000', '140136.335000', '140136.795000', '140137.255000', '140137.715000', '140138.175000', '140138.635000', '140139.095000', '140139.555000', '140140.015000', '140140.475000', '140140.935000', '140141.395000', '140141.855000', '140142.315000', '140142.775000', '140143.235000', '140143.695000', '140144.155000', '140144.615000', '140145.075000', '140145.535000', '140145.995000', '140146.455000', '140146.915000', '140147.375000', '140147.835000', '140148.295000', '140148.755000', '140149.215000', '140149.675000', '140150.135000', '140150.595000', '140151.055000', '140151.515000', '140151.975000', '140152.435000', '140152.895000', '140153.355000', '140153.815000', '140154.275000', '140154.735000', '140155.195000', '140155.655000', '140156.115000', '140156.575000', '140157.035000', '140157.495000', '140157.955000', '140158.415000', '140158.875000', '140159.335000', '140159.795000', '140200.255000', '140200.715000', '140201.175000', '140201.635000', '140202.095000', '140202.555000', '140203.015000', '140203.475000', '140203.935000', '140204.395000', '140204.855000', '140205.315000', '140205.775000', '140206.235000', '140206.695000', '140207.155000', '140207.615000', '140208.075000', '140208.535000', '140208.995000', '140209.455000', '140209.915000', '140210.375000', '140210.835000', '140211.295000', '140211.755000', '140212.215000', '140212.675000', '140213.135000', '140213.595000', '140214.055000', '140214.515000', '140214.975000', '140215.435000', '140215.895000', '140216.355000', '140216.815000', '140217.275000', '140217.735000', '140218.195000', '140218.655000', '140219.115000', '140219.575000', '140220.035000', '140220.495000', '140220.955000', '140221.415000', '140221.875000', '140222.335000', '140222.795000', '140223.255000', '140223.715000', '140224.175000', '140224.635000', '140225.095000', '140225.555000', '140226.015000', '140226.475000', '140226.935000', '140227.395000', '140227.855000', '140228.315000', '140228.775000', '140229.235000', '140229.695000', '140230.155000', '140230.615000', '140231.075000', '140231.535000', '140231.995000', '140232.455000', '140232.915000', '140233.375000', '140233.835000', '140234.295000', '140234.755000', '140235.215000', '140235.675000', '140236.135000', '140236.595000', '140237.055000', '140237.515000', '140237.975000', '140238.435000', '140238.895000', '140239.355000', '140239.815000', '140240.275000', '140240.735000', '140241.195000', '140241.655000', '140242.115000', '140242.575000', '140243.035000', '140243.495000', '140243.955000', '140244.415000', '140244.875000', '140245.335000', '140245.795000', '140246.255000', '140246.715000', '140247.175000', '140247.635000', '140248.095000', '140248.555000', '140249.015000', '140249.475000', '140249.935000', '140250.395000', '140250.855000', '140251.315000', '140251.775000', '140252.235000', '140252.695000', '140253.155000', '140253.615000', '140254.075000', '140254.535000', '140254.995000', '140255.455000', '140255.915000', '140256.375000', '140256.835000', '140257.295000', '140257.755000', '140258.215000', '140258.675000', '140259.135000', '140259.595000', '140300.055000', '140300.515000', '140300.975000', '140301.435000', '140301.895000', '140302.355000', '140302.815000', '140303.275000', '140303.735000', '140304.195000'], 'ContentTime': ['135635.880000', '135635.883000', '135635.886000', '135635.888000', '135635.891000', '135635.893000', '135635.896000', '135635.907000', '135635.910000', '135635.912000', '135635.915000', '135635.923000', '135635.925000', '135635.928000', '135635.930000', '135635.933000', '135635.936000', '135635.938000', '135635.941000', '135635.945000', '135635.948000', '135635.950000', '135635.953000', '135655.848000', '135655.850000', '135655.853000', '135655.855000', '135655.858000', '135655.861000', '135655.863000', '135655.866000', '135655.868000', '135655.871000', '135655.873000', '135655.876000', '135655.879000', '135655.881000', '135655.884000', '135655.886000', '135655.889000', '135655.891000', '135655.894000', '135655.897000', '135655.899000', '135655.902000', '135655.904000', '135655.907000', '135655.909000', '135655.917000', '135655.919000', '135655.922000', '135655.925000', '135655.927000', '135655.930000', '135655.932000', '135655.935000', '135655.937000', '135655.940000', '135655.947000', '135655.949000', '135655.952000', '135655.955000', '135655.957000', '135655.960000', '135655.962000', '135655.965000', '135655.967000', '135715.847000', '135715.850000', '135715.853000', '135715.855000', '135715.858000', '135715.861000', '135715.863000', '135715.866000', '135715.868000', '135715.871000', '135715.873000', '135715.876000', '135715.878000', '135715.881000', '135715.883000', '135715.886000', '135715.888000', '135715.891000', '135715.893000', '135715.896000', '135715.898000', '135715.901000', '135715.904000', '135715.906000', '135715.909000', '135715.911000', '135715.914000', '135715.916000', '135715.919000', '135715.921000', '135715.924000', '135715.926000', '135715.929000', '135715.932000', '135715.934000', '135715.937000', '135715.939000', '135715.942000', '135715.944000', '135715.947000', '135715.950000', '135715.952000', '135715.955000', '135735.846000', '135735.849000', '135735.852000', '135735.854000', '135735.857000', '135735.859000', '135735.862000', '135735.864000', '135735.867000', '135735.869000', '135735.872000', '135735.874000', '135735.877000', '135735.879000', '135735.882000', '135735.885000', '135735.887000', '135735.890000', '135735.892000', '135735.895000', '135735.897000', '135735.900000', '135735.902000', '135735.905000', '135735.907000', '135735.910000', '135735.913000', '135735.915000', '135735.918000', '135735.920000', '135735.923000', '135735.925000', '135735.928000', '135735.930000', '135735.933000', '135735.935000', '135735.938000', '135735.940000', '135735.943000', '135735.946000', '135735.948000', '135735.951000', '135735.953000', '135735.956000', '135755.846000', '135755.849000', '135755.852000', '135755.854000', '135755.857000', '135755.859000', '135755.862000', '135755.864000', '135755.867000', '135755.869000', '135755.872000', '135755.875000', '135755.877000', '135755.880000', '135755.882000', '135755.885000', '135755.887000', '135755.890000', '135755.893000', '135755.895000', '135755.898000', '135755.900000', '135755.903000', '135755.905000', '135755.908000', '135755.910000', '135755.913000', '135755.916000', '135755.918000', '135755.921000', '135755.923000', '135755.926000', '135755.928000', '135755.931000', '135755.934000', '135755.936000', '135755.939000', '135755.941000', '135755.944000', '135755.946000', '135755.949000', '135755.951000', '135755.954000', '135815.846000', '135815.849000', '135815.852000', '135815.854000', '135815.857000', '135815.859000', '135815.862000', '135815.864000', '135815.867000', '135815.870000', '135815.872000', '135815.875000', '135815.877000', '135815.880000', '135815.894000', '135815.896000', '135815.899000', '135815.901000', '135815.904000', '135815.907000', '135815.909000', '135815.912000', '135815.914000', '135815.917000', '135815.919000', '135815.922000', '135815.924000', '135815.927000', '135815.930000', '135815.932000', '135815.935000', '135815.937000', '135815.940000', '135815.942000', '135815.945000', '135815.947000', '135815.950000', '135815.952000', '135815.955000', '135815.958000', '135815.960000', '135815.963000', '135815.965000', '135815.968000', '135835.847000', '135835.850000', '135835.853000', '135835.855000', '135835.858000', '135835.860000', '135835.863000', '135835.866000', '135835.868000', '135835.871000', '135835.873000', '135835.876000', '135835.878000', '135835.881000', '135835.884000', '135835.886000', '135835.889000', '135835.891000', '135835.894000', '135835.897000', '135835.899000', '135835.902000', '135835.904000', '135835.907000', '135835.909000', '135835.912000', '135835.914000', '135835.917000', '135835.920000', '135835.922000', '135835.925000', '135835.927000', '135835.930000', '135835.932000', '135835.935000', '135835.938000', '135835.940000', '135835.943000', '135835.945000', '135835.948000', '135835.950000', '135835.953000', '135835.956000', '135855.848000', '135855.850000', '135855.853000', '135855.855000', '135855.858000', '135855.860000', '135855.863000', '135855.866000', '135855.868000', '135855.871000', '135855.873000', '135855.876000', '135855.878000', '135855.881000', '135855.884000', '135855.886000', '135855.889000', '135855.891000', '135855.894000', '135855.897000', '135855.899000', '135855.902000', '135855.904000', '135855.907000', '135855.909000', '135855.912000', '135855.915000', '135855.917000', '135855.920000', '135855.923000', '135855.925000', '135855.928000', '135855.930000', '135855.933000', '135855.936000', '135855.938000', '135855.941000', '135855.943000', '135855.946000', '135855.948000', '135855.951000', '135855.953000', '135855.956000', '135855.959000', '135915.847000', '135915.850000', '135915.853000', '135915.855000', '135915.858000', '135915.860000', '135915.863000', '135915.865000', '135915.868000', '135915.870000', '135915.873000', '135915.876000', '135915.878000', '135915.881000', '135915.883000', '135915.886000', '135915.888000', '135915.891000', '135915.894000', '135915.896000', '135915.899000', '135915.901000', '135915.904000', '135915.906000', '135915.909000', '135915.911000', '135915.914000', '135915.917000', '135915.919000', '135915.922000', '135915.924000', '135915.927000', '135915.929000', '135915.932000', '135915.934000', '135915.937000', '135915.939000', '135915.942000', '135915.944000', '135915.947000', '135915.950000', '135915.952000', '135915.955000', '135935.847000', '135935.850000', '135935.853000', '135935.856000', '135935.858000', '135935.861000', '135935.863000', '135935.866000', '135935.869000', '135935.871000', '135935.874000', '135935.876000', '135935.879000', '135935.882000', '135935.884000', '135935.887000', '135935.889000', '135935.892000', '135935.895000', '135935.897000', '135935.900000', '135935.903000', '135935.905000', '135935.908000', '135935.910000', '135935.913000', '135935.916000', '135935.918000', '135935.921000', '135935.924000', '135935.926000', '135935.929000', '135935.931000', '135935.934000', '135935.936000', '135935.939000', '135935.941000', '135935.944000', '135935.947000', '135935.959000', '135935.961000', '135935.964000', '135935.967000', '135935.969000', '135955.847000', '135955.849000', '135955.852000', '135955.855000', '135955.857000', '135955.860000', '135955.862000', '135955.865000', '135955.867000', '135955.870000', '135955.873000', '135955.875000', '135955.878000', '135955.880000', '135955.883000', '135955.885000', '135955.888000', '135955.890000', '135955.893000', '135955.895000', '135955.898000', '135955.901000', '135955.903000', '135955.906000', '135955.908000', '135955.911000', '135955.913000', '135955.916000', '135955.919000', '135955.921000', '135955.924000', '135955.926000', '135955.929000', '135955.931000', '135955.934000', '135955.936000', '135955.939000', '135955.942000', '135955.944000', '135955.947000', '135955.949000', '135955.952000', '135955.955000', '140015.846000', '140015.850000', '140015.853000', '140015.855000', '140015.858000', '140015.860000', '140015.863000', '140015.866000', '140015.868000', '140015.871000', '140015.873000', '140015.876000', '140015.878000', '140015.881000', '140015.884000', '140015.886000', '140015.889000', '140015.891000', '140015.894000', '140015.896000', '140015.899000', '140015.902000', '140015.904000', '140015.907000', '140015.910000', '140015.912000', '140015.915000', '140015.917000', '140015.920000', '140015.922000', '140015.925000', '140015.928000', '140015.930000', '140015.933000', '140015.935000', '140015.938000', '140015.940000', '140015.943000', '140015.946000', '140015.948000', '140015.951000', '140015.953000', '140015.956000', '140035.846000', '140035.849000', '140035.852000', '140035.854000', '140035.857000', '140035.859000', '140035.862000', '140035.865000', '140035.867000', '140035.870000', '140035.872000', '140035.875000', '140035.877000', '140035.880000', '140035.883000', '140035.885000', '140035.888000', '140035.890000', '140035.893000', '140035.895000', '140035.898000', '140035.900000', '140035.903000', '140035.906000', '140035.908000', '140035.911000', '140035.913000', '140035.916000', '140035.918000', '140035.921000', '140035.924000', '140035.926000', '140035.929000', '140035.931000', '140035.934000', '140035.936000', '140035.939000', '140035.941000', '140035.944000', '140035.947000', '140035.949000', '140035.952000', '140035.954000', '140035.957000', '140055.848000', '140055.850000', '140055.853000', '140055.855000', '140055.858000', '140055.860000', '140055.863000', '140055.866000', '140055.868000', '140055.871000', '140055.873000', '140055.876000', '140055.878000', '140055.881000', '140055.884000', '140055.886000', '140055.889000', '140055.891000', '140055.894000', '140055.896000', '140055.899000', '140055.901000', '140055.904000', '140055.907000', '140055.909000', '140055.912000', '140055.914000', '140055.917000', '140055.919000', '140055.922000', '140055.925000', '140055.927000', '140055.930000', '140055.932000', '140055.935000', '140055.937000', '140055.940000', '140055.943000', '140055.945000', '140055.948000', '140055.950000', '140055.953000', '140055.955000', '140055.958000', '140115.847000', '140115.850000', '140115.853000', '140115.855000', '140115.858000', '140115.861000', '140115.863000', '140115.866000', '140115.868000', '140115.871000', '140115.874000', '140115.876000', '140115.879000', '140115.881000', '140115.884000', '140115.886000', '140115.889000', '140115.891000', '140115.894000', '140115.896000', '140115.913000', '140115.915000', '140115.918000', '140115.921000', '140115.923000', '140115.926000', '140115.928000', '140115.931000', '140115.933000', '140115.936000', '140115.939000', '140115.941000', '140115.944000', '140115.946000', '140115.949000', '140115.952000', '140115.954000', '140115.957000', '140115.959000', '140115.962000', '140115.965000', '140115.967000', '140115.970000', '140135.848000', '140135.850000', '140135.853000', '140135.856000', '140135.858000', '140135.861000', '140135.863000', '140135.866000', '140135.868000', '140135.871000', '140135.873000', '140135.876000', '140135.879000', '140135.881000', '140135.884000', '140135.886000', '140135.890000', '140135.893000', '140135.895000', '140135.898000', '140135.900000', '140135.903000', '140135.905000', '140135.908000', '140135.910000', '140135.913000', '140135.916000', '140135.918000', '140135.921000', '140135.923000', '140135.926000', '140135.928000', '140135.931000', '140135.934000', '140135.936000', '140135.939000', '140135.941000', '140135.944000', '140135.947000', '140135.949000', '140135.952000', '140135.954000', '140135.957000', '140135.960000', '140155.847000', '140155.850000', '140155.853000', '140155.855000', '140155.858000', '140155.861000', '140155.863000', '140155.866000', '140155.868000', '140155.871000', '140155.873000', '140155.876000', '140155.887000', '140155.889000', '140155.892000', '140155.895000', '140155.897000', '140155.900000', '140155.902000', '140155.905000', '140155.908000', '140155.910000', '140155.913000', '140155.915000', '140155.918000', '140155.920000', '140155.923000', '140155.925000', '140155.928000', '140155.931000', '140155.933000', '140155.936000', '140155.938000', '140155.941000', '140155.943000', '140155.946000', '140155.948000', '140155.951000', '140155.954000', '140155.956000', '140155.959000', '140155.961000', '140155.964000', '140215.847000', '140215.849000', '140215.852000', '140215.855000', '140215.857000', '140215.860000', '140215.863000', '140215.865000', '140215.868000', '140215.870000', '140215.873000', '140215.876000', '140215.878000', '140215.881000', '140215.883000', '140215.886000', '140215.889000', '140215.891000', '140215.894000', '140215.896000', '140215.899000', '140215.901000', '140215.904000', '140215.907000', '140215.909000', '140215.912000', '140215.914000', '140215.917000', '140215.920000', '140215.922000', '140215.925000', '140215.927000', '140215.930000', '140215.933000', '140215.935000', '140215.938000', '140215.940000', '140215.943000', '140215.945000', '140215.948000', '140215.951000', '140215.953000', '140215.956000', '140235.846000', '140235.849000', '140235.852000', '140235.855000', '140235.857000', '140235.860000', '140235.862000', '140235.865000', '140235.867000', '140235.870000', '140235.873000', '140235.875000', '140235.878000', '140235.880000', '140235.883000', '140235.885000', '140235.888000', '140235.891000', '140235.893000', '140235.896000', '140235.898000', '140235.901000', '140235.905000', '140235.907000', '140235.910000', '140235.912000', '140235.915000', '140235.917000', '140235.920000', '140235.923000', '140235.925000', '140235.928000', '140235.955000', '140235.958000', '140235.960000', '140235.963000', '140235.966000', '140235.968000', '140235.971000', '140235.973000', '140235.976000', '140235.978000', '140235.981000', '140235.984000', '140255.846000', '140255.849000', '140255.852000', '140255.854000', '140255.857000', '140255.860000', '140255.862000', '140255.865000', '140255.867000', '140255.870000', '140255.872000', '140255.875000', '140255.878000', '140255.880000', '140255.883000', '140255.885000', '140255.888000', '140255.890000', '140255.893000', '140255.896000', '140255.898000', '140255.901000', '140255.903000', '140255.906000', '140255.908000', '140255.911000', '140255.913000', '140255.916000', '140255.919000', '140255.921000', '140255.924000', '140255.926000', '140255.930000', '140255.932000', '140255.935000', '140255.937000', '140255.940000', '140255.942000', '140255.945000', '140255.948000', '140255.950000', '140255.953000', '140255.955000', '140305.993000', '140305.996000', '140306.000000', '140306.002000', '140306.005000', '140306.007000', '140306.010000', '140306.013000', '140306.015000', '140306.018000', '140306.020000', '140306.023000', '140306.026000', '140306.028000', '140306.031000', '140306.033000', '140306.036000', '140306.039000', '140306.041000', '140306.044000', '140306.046000', '140306.049000', '140306.052000'], 'InstanceCreationTime': ['135635.880000', '135635.883000', '135635.886000', '135635.888000', '135635.891000', '135635.893000', '135635.896000', '135635.907000', '135635.910000', '135635.912000', '135635.915000', '135635.923000', '135635.925000', '135635.928000', '135635.930000', '135635.933000', '135635.936000', '135635.938000', '135635.941000', '135635.945000', '135635.948000', '135635.950000', '135635.953000', '135655.848000', '135655.850000', '135655.853000', '135655.855000', '135655.858000', '135655.861000', '135655.863000', '135655.866000', '135655.868000', '135655.871000', '135655.873000', '135655.876000', '135655.879000', '135655.881000', '135655.884000', '135655.886000', '135655.889000', '135655.891000', '135655.894000', '135655.897000', '135655.899000', '135655.902000', '135655.904000', '135655.907000', '135655.909000', '135655.917000', '135655.919000', '135655.922000', '135655.925000', '135655.927000', '135655.930000', '135655.932000', '135655.935000', '135655.937000', '135655.940000', '135655.947000', '135655.949000', '135655.952000', '135655.955000', '135655.957000', '135655.960000', '135655.962000', '135655.965000', '135655.967000', '135715.847000', '135715.850000', '135715.853000', '135715.855000', '135715.858000', '135715.861000', '135715.863000', '135715.866000', '135715.868000', '135715.871000', '135715.873000', '135715.876000', '135715.878000', '135715.881000', '135715.883000', '135715.886000', '135715.888000', '135715.891000', '135715.893000', '135715.896000', '135715.898000', '135715.901000', '135715.904000', '135715.906000', '135715.909000', '135715.911000', '135715.914000', '135715.916000', '135715.919000', '135715.921000', '135715.924000', '135715.926000', '135715.929000', '135715.932000', '135715.934000', '135715.937000', '135715.939000', '135715.942000', '135715.944000', '135715.947000', '135715.950000', '135715.952000', '135715.955000', '135735.846000', '135735.849000', '135735.852000', '135735.854000', '135735.857000', '135735.859000', '135735.862000', '135735.864000', '135735.867000', '135735.869000', '135735.872000', '135735.874000', '135735.877000', '135735.879000', '135735.882000', '135735.885000', '135735.887000', '135735.890000', '135735.892000', '135735.895000', '135735.897000', '135735.900000', '135735.902000', '135735.905000', '135735.907000', '135735.910000', '135735.913000', '135735.915000', '135735.918000', '135735.920000', '135735.923000', '135735.925000', '135735.928000', '135735.930000', '135735.933000', '135735.935000', '135735.938000', '135735.940000', '135735.943000', '135735.946000', '135735.948000', '135735.951000', '135735.953000', '135735.956000', '135755.846000', '135755.849000', '135755.852000', '135755.854000', '135755.857000', '135755.859000', '135755.862000', '135755.864000', '135755.867000', '135755.869000', '135755.872000', '135755.875000', '135755.877000', '135755.880000', '135755.882000', '135755.885000', '135755.887000', '135755.890000', '135755.893000', '135755.895000', '135755.898000', '135755.900000', '135755.903000', '135755.905000', '135755.908000', '135755.910000', '135755.913000', '135755.916000', '135755.918000', '135755.921000', '135755.923000', '135755.926000', '135755.928000', '135755.931000', '135755.934000', '135755.936000', '135755.939000', '135755.941000', '135755.944000', '135755.946000', '135755.949000', '135755.951000', '135755.954000', '135815.846000', '135815.849000', '135815.852000', '135815.854000', '135815.857000', '135815.859000', '135815.862000', '135815.864000', '135815.867000', '135815.870000', '135815.872000', '135815.875000', '135815.877000', '135815.880000', '135815.894000', '135815.896000', '135815.899000', '135815.901000', '135815.904000', '135815.907000', '135815.909000', '135815.912000', '135815.914000', '135815.917000', '135815.919000', '135815.922000', '135815.924000', '135815.927000', '135815.930000', '135815.932000', '135815.935000', '135815.937000', '135815.940000', '135815.942000', '135815.945000', '135815.947000', '135815.950000', '135815.952000', '135815.955000', '135815.958000', '135815.960000', '135815.963000', '135815.965000', '135815.968000', '135835.847000', '135835.850000', '135835.853000', '135835.855000', '135835.858000', '135835.860000', '135835.863000', '135835.866000', '135835.868000', '135835.871000', '135835.873000', '135835.876000', '135835.878000', '135835.881000', '135835.884000', '135835.886000', '135835.889000', '135835.891000', '135835.894000', '135835.897000', '135835.899000', '135835.902000', '135835.904000', '135835.907000', '135835.909000', '135835.912000', '135835.914000', '135835.917000', '135835.920000', '135835.922000', '135835.925000', '135835.927000', '135835.930000', '135835.932000', '135835.935000', '135835.938000', '135835.940000', '135835.943000', '135835.945000', '135835.948000', '135835.950000', '135835.953000', '135835.956000', '135855.848000', '135855.850000', '135855.853000', '135855.855000', '135855.858000', '135855.860000', '135855.863000', '135855.866000', '135855.868000', '135855.871000', '135855.873000', '135855.876000', '135855.878000', '135855.881000', '135855.884000', '135855.886000', '135855.889000', '135855.891000', '135855.894000', '135855.897000', '135855.899000', '135855.902000', '135855.904000', '135855.907000', '135855.909000', '135855.912000', '135855.915000', '135855.917000', '135855.920000', '135855.923000', '135855.925000', '135855.928000', '135855.930000', '135855.933000', '135855.936000', '135855.938000', '135855.941000', '135855.943000', '135855.946000', '135855.948000', '135855.951000', '135855.953000', '135855.956000', '135855.959000', '135915.847000', '135915.850000', '135915.853000', '135915.855000', '135915.858000', '135915.860000', '135915.863000', '135915.865000', '135915.868000', '135915.870000', '135915.873000', '135915.876000', '135915.878000', '135915.881000', '135915.883000', '135915.886000', '135915.888000', '135915.891000', '135915.894000', '135915.896000', '135915.899000', '135915.901000', '135915.904000', '135915.906000', '135915.909000', '135915.911000', '135915.914000', '135915.917000', '135915.919000', '135915.922000', '135915.924000', '135915.927000', '135915.929000', '135915.932000', '135915.934000', '135915.937000', '135915.939000', '135915.942000', '135915.944000', '135915.947000', '135915.950000', '135915.952000', '135915.955000', '135935.847000', '135935.850000', '135935.853000', '135935.856000', '135935.858000', '135935.861000', '135935.863000', '135935.866000', '135935.869000', '135935.871000', '135935.874000', '135935.876000', '135935.879000', '135935.882000', '135935.884000', '135935.887000', '135935.889000', '135935.892000', '135935.895000', '135935.897000', '135935.900000', '135935.903000', '135935.905000', '135935.908000', '135935.910000', '135935.913000', '135935.916000', '135935.918000', '135935.921000', '135935.924000', '135935.926000', '135935.929000', '135935.931000', '135935.934000', '135935.936000', '135935.939000', '135935.941000', '135935.944000', '135935.947000', '135935.959000', '135935.961000', '135935.964000', '135935.967000', '135935.969000', '135955.847000', '135955.849000', '135955.852000', '135955.855000', '135955.857000', '135955.860000', '135955.862000', '135955.865000', '135955.867000', '135955.870000', '135955.873000', '135955.875000', '135955.878000', '135955.880000', '135955.883000', '135955.885000', '135955.888000', '135955.890000', '135955.893000', '135955.895000', '135955.898000', '135955.901000', '135955.903000', '135955.906000', '135955.908000', '135955.911000', '135955.913000', '135955.916000', '135955.919000', '135955.921000', '135955.924000', '135955.926000', '135955.929000', '135955.931000', '135955.934000', '135955.936000', '135955.939000', '135955.942000', '135955.944000', '135955.947000', '135955.949000', '135955.952000', '135955.955000', '140015.846000', '140015.850000', '140015.853000', '140015.855000', '140015.858000', '140015.860000', '140015.863000', '140015.866000', '140015.868000', '140015.871000', '140015.873000', '140015.876000', '140015.878000', '140015.881000', '140015.884000', '140015.886000', '140015.889000', '140015.891000', '140015.894000', '140015.896000', '140015.899000', '140015.902000', '140015.904000', '140015.907000', '140015.910000', '140015.912000', '140015.915000', '140015.917000', '140015.920000', '140015.922000', '140015.925000', '140015.928000', '140015.930000', '140015.933000', '140015.935000', '140015.938000', '140015.940000', '140015.943000', '140015.946000', '140015.948000', '140015.951000', '140015.953000', '140015.956000', '140035.846000', '140035.849000', '140035.852000', '140035.854000', '140035.857000', '140035.859000', '140035.862000', '140035.865000', '140035.867000', '140035.870000', '140035.872000', '140035.875000', '140035.877000', '140035.880000', '140035.883000', '140035.885000', '140035.888000', '140035.890000', '140035.893000', '140035.895000', '140035.898000', '140035.900000', '140035.903000', '140035.906000', '140035.908000', '140035.911000', '140035.913000', '140035.916000', '140035.918000', '140035.921000', '140035.924000', '140035.926000', '140035.929000', '140035.931000', '140035.934000', '140035.936000', '140035.939000', '140035.941000', '140035.944000', '140035.947000', '140035.949000', '140035.952000', '140035.954000', '140035.957000', '140055.848000', '140055.850000', '140055.853000', '140055.855000', '140055.858000', '140055.860000', '140055.863000', '140055.866000', '140055.868000', '140055.871000', '140055.873000', '140055.876000', '140055.878000', '140055.881000', '140055.884000', '140055.886000', '140055.889000', '140055.891000', '140055.894000', '140055.896000', '140055.899000', '140055.901000', '140055.904000', '140055.907000', '140055.909000', '140055.912000', '140055.914000', '140055.917000', '140055.919000', '140055.922000', '140055.925000', '140055.927000', '140055.930000', '140055.932000', '140055.935000', '140055.937000', '140055.940000', '140055.943000', '140055.945000', '140055.948000', '140055.950000', '140055.953000', '140055.955000', '140055.958000', '140115.847000', '140115.850000', '140115.853000', '140115.855000', '140115.858000', '140115.861000', '140115.863000', '140115.866000', '140115.868000', '140115.871000', '140115.874000', '140115.876000', '140115.879000', '140115.881000', '140115.884000', '140115.886000', '140115.889000', '140115.891000', '140115.894000', '140115.896000', '140115.913000', '140115.915000', '140115.918000', '140115.921000', '140115.923000', '140115.926000', '140115.928000', '140115.931000', '140115.933000', '140115.936000', '140115.939000', '140115.941000', '140115.944000', '140115.946000', '140115.949000', '140115.952000', '140115.954000', '140115.957000', '140115.959000', '140115.962000', '140115.965000', '140115.967000', '140115.970000', '140135.848000', '140135.850000', '140135.853000', '140135.856000', '140135.858000', '140135.861000', '140135.863000', '140135.866000', '140135.868000', '140135.871000', '140135.873000', '140135.876000', '140135.879000', '140135.881000', '140135.884000', '140135.886000', '140135.890000', '140135.893000', '140135.895000', '140135.898000', '140135.900000', '140135.903000', '140135.905000', '140135.908000', '140135.910000', '140135.913000', '140135.916000', '140135.918000', '140135.921000', '140135.923000', '140135.926000', '140135.928000', '140135.931000', '140135.934000', '140135.936000', '140135.939000', '140135.941000', '140135.944000', '140135.947000', '140135.949000', '140135.952000', '140135.954000', '140135.957000', '140135.960000', '140155.847000', '140155.850000', '140155.853000', '140155.855000', '140155.858000', '140155.861000', '140155.863000', '140155.866000', '140155.868000', '140155.871000', '140155.873000', '140155.876000', '140155.887000', '140155.889000', '140155.892000', '140155.895000', '140155.897000', '140155.900000', '140155.902000', '140155.905000', '140155.908000', '140155.910000', '140155.913000', '140155.915000', '140155.918000', '140155.920000', '140155.923000', '140155.925000', '140155.928000', '140155.931000', '140155.933000', '140155.936000', '140155.938000', '140155.941000', '140155.943000', '140155.946000', '140155.948000', '140155.951000', '140155.954000', '140155.956000', '140155.959000', '140155.961000', '140155.964000', '140215.847000', '140215.849000', '140215.852000', '140215.855000', '140215.857000', '140215.860000', '140215.863000', '140215.865000', '140215.868000', '140215.870000', '140215.873000', '140215.876000', '140215.878000', '140215.881000', '140215.883000', '140215.886000', '140215.889000', '140215.891000', '140215.894000', '140215.896000', '140215.899000', '140215.901000', '140215.904000', '140215.907000', '140215.909000', '140215.912000', '140215.914000', '140215.917000', '140215.920000', '140215.922000', '140215.925000', '140215.927000', '140215.930000', '140215.933000', '140215.935000', '140215.938000', '140215.940000', '140215.943000', '140215.945000', '140215.948000', '140215.951000', '140215.953000', '140215.956000', '140235.846000', '140235.849000', '140235.852000', '140235.855000', '140235.857000', '140235.860000', '140235.862000', '140235.865000', '140235.867000', '140235.870000', '140235.873000', '140235.875000', '140235.878000', '140235.880000', '140235.883000', '140235.885000', '140235.888000', '140235.891000', '140235.893000', '140235.896000', '140235.898000', '140235.901000', '140235.905000', '140235.907000', '140235.910000', '140235.912000', '140235.915000', '140235.917000', '140235.920000', '140235.923000', '140235.925000', '140235.928000', '140235.955000', '140235.958000', '140235.960000', '140235.963000', '140235.966000', '140235.968000', '140235.971000', '140235.973000', '140235.976000', '140235.978000', '140235.981000', '140235.984000', '140255.846000', '140255.849000', '140255.852000', '140255.854000', '140255.857000', '140255.860000', '140255.862000', '140255.865000', '140255.867000', '140255.870000', '140255.872000', '140255.875000', '140255.878000', '140255.880000', '140255.883000', '140255.885000', '140255.888000', '140255.890000', '140255.893000', '140255.896000', '140255.898000', '140255.901000', '140255.903000', '140255.906000', '140255.908000', '140255.911000', '140255.913000', '140255.916000', '140255.919000', '140255.921000', '140255.924000', '140255.926000', '140255.930000', '140255.932000', '140255.935000', '140255.937000', '140255.940000', '140255.942000', '140255.945000', '140255.948000', '140255.950000', '140255.953000', '140255.955000', '140305.993000', '140305.996000', '140306.000000', '140306.002000', '140306.005000', '140306.007000', '140306.010000', '140306.013000', '140306.015000', '140306.018000', '140306.020000', '140306.023000', '140306.026000', '140306.028000', '140306.031000', '140306.033000', '140306.036000', '140306.039000', '140306.041000', '140306.044000', '140306.046000', '140306.049000', '140306.052000'], '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': [13883, 14481, 13660, 14650, 12433, 14967, 12904, 14611, 12696, 14510, 13376, 13385, 13283, 10226, 13681, 11052, 13654, 13285, 13669, 12975, 13848, 11026, 13858, 11648, 13821, 15583, 13740, 13311, 13798, 11272, 13411, 11913, 13404, 12536, 13615, 11020, 14021, 12954, 14704, 12980, 14697, 12956, 13532, 13757, 12815, 14205, 11983, 14289, 13716, 17193, 13866, 12138, 14295, 12122, 14385, 13358, 15336, 13748, 14195, 11160, 13642, 14101, 11484, 13113, 13785, 11572, 13530, 13998, 11555, 13440, 15019, 14959, 13839, 14038, 13690, 12975, 13179, 14284, 12015, 13615, 12608, 14321, 14079, 10707, 14465, 13692, 14029, 14220, 13194, 14317, 14787, 10869, 13964, 12178, 13753, 13367, 11759, 13822, 14055, 11967, 13508, 11046, 13988, 11248, 13897, 13583, 14010, 14081, 14143, 13464, 13679, 13754, 12505, 13451, 12806, 13587, 12230, 10911, 12832, 13221, 12377, 11125, 13765, 14454, 12099, 13899, 13369, 13357, 12969, 14519, 13499, 14117, 13615, 13991, 13641, 13864, 12744, 13740, 13870, 14117, 12582, 14260, 12996, 14637, 12868, 14932, 12803, 14285, 12691, 14205, 13649, 14391, 14292, 14757, 13826, 13818, 14598, 13214, 14329, 13287, 14063, 12725, 11419, 13892, 13186, 13625, 11246, 14053, 11021, 13478, 12680, 14531, 14136, 13767, 13215, 14254, 13856, 12789, 13870, 12664, 14608, 14167, 13903, 13871, 13612, 13613, 13670, 13954, 14937, 13885, 13730, 12975, 14197, 12081, 13092, 13280, 12238, 13711, 11788, 14577, 12126, 14497, 13217, 14443, 13195, 14535, 12917, 14012, 13690, 14649, 13715, 14103, 13534, 13732, 14407, 13495, 14861, 13766, 13610, 14027, 14542, 14290, 11766, 15129, 12659, 15182, 12652, 13950, 14037, 13774, 14220, 14030, 14408, 12925, 13996, 11912, 14982, 12151, 14284, 13483, 13663, 14045, 14372, 13943, 14923, 13691, 13978, 14562, 14059, 13289, 12325, 14546, 13200, 12837, 13163, 13992, 11519, 14280, 12658, 14268, 13172, 13908, 15028, 13414, 13823, 14463, 13385, 13880, 13537, 14000, 12275, 15704, 13003, 14498, 13804, 13430, 14182, 13224, 14086, 12800, 14296, 11910, 14725, 12221, 14603, 12804, 14415, 13355, 14051, 12747, 14337, 13336, 14338, 12692, 14405, 11915, 14202, 13684, 14517, 13643, 13731, 13001, 12851, 12478, 13196, 11040, 13579, 12546, 11722, 12637, 14221, 13521, 12311, 13833, 13127, 12563, 13794, 12993, 12777, 13273, 11562, 13299, 12703, 13251, 13380, 12149, 11491, 12270, 11940, 13299, 11421, 13825, 12213, 14585, 13175, 12974, 12823, 13558, 12839, 13003, 12964, 14310, 13269, 12096, 14083, 12515, 13928, 12599, 13377, 12770, 13485, 13213, 13175, 13076, 14114, 13529, 12376, 13908, 12317, 13684, 12607, 14067, 12520, 13466, 12827, 11271, 13148, 11714, 13121, 12193, 13908, 12584, 13125, 12921, 13637, 13246, 12941, 13246, 13074, 13847, 12483, 12933, 10548, 12960, 13390, 11738, 12456, 12059, 10769, 13176, 13152, 11986, 13086, 11287, 12686, 11153, 12531, 10823, 13167, 10980, 13576, 10947, 14143, 11554, 12294, 13033, 14454, 13067, 12369, 13518, 11831, 14132, 12094, 13954, 13288, 13317, 13266, 13745, 13047, 12730, 12795, 13226, 13443, 12769, 13506, 13376, 12922, 12196, 13033, 13840, 13684, 14649, 13904, 14183, 13757, 14165, 14127, 14100, 14133, 14312, 14549, 14076, 13853, 14453, 14066, 12934, 13953, 14296, 14034, 14206, 14132, 14342, 13868, 13189, 13222, 11155, 12623, 11934, 13045, 11717, 12753, 12895, 13515, 12483, 13318, 12880, 11761, 13542, 11056, 13893, 11492, 13701, 12134, 12551, 11868, 12939, 11610, 12096, 12262, 12387, 12287, 13748, 12300, 14136, 12446, 13616, 12637, 13186, 12396, 12378, 12320, 12820, 12375, 13526, 12228, 13521, 12742, 13629, 13132, 13458, 11041, 14467, 12039, 14390, 11479, 13631, 12266, 13282, 12547, 14067, 13069, 13278, 13260, 12017, 13298, 12320, 12406, 12359, 10713, 10149, 9050, 9827, 8900, 10409, 8735, 9403, 9845, 9657, 12288, 11703, 11726, 11991, 12300, 12116, 12807, 12608, 12448, 13225, 10624, 15058, 11379, 12042, 12262, 10425, 12616, 11479, 12067, 13036, 11500, 12363, 11498, 12253, 12047, 12233, 12002, 11024, 12517, 11814, 11867, 12088, 12052, 11909, 11208, 12334, 11289, 12022, 11898, 12255, 11867, 12932, 11769, 11983, 12700, 11073, 11964, 11155, 11758, 11816, 11781, 12870, 12248, 11111, 12449, 12137, 11902, 12507, 12537, 11513, 10335, 12801, 11059, 12568, 10312, 12236, 10955, 11127, 11465, 10881, 12818, 15232, 11669, 12071, 12684, 11252, 10976, 10139, 11312, 9927, 9700, 10761, 10647, 9934, 10344, 13285, 11920, 10518, 12162, 12867, 10190, 15370, 11109, 14365, 11428, 11994, 13143, 12102, 11476, 12328, 12080, 11991, 14661, 12384, 10996, 12333, 12227, 11720, 11625, 13179, 12297, 12750, 12612, 12210, 12258, 12503, 12806, 11277, 11637, 12184, 12254, 11669, 11568, 11517, 13619, 12332, 11682, 11207, 11888, 11536, 11724, 11436, 11942, 11254, 10893, 10552, 10934, 10280, 10051, 11336, 8927, 8885, 8446, 8541, 8375, 8765, 8315, 10044, 10145, 9697, 12391, 9020, 12786, 10369, 12175, 10808, 10888, 12469, 12321, 11144, 11841, 14630, 10316, 12419, 10738, 15492, 9757, 11569, 11470, 11241, 10175, 11296, 10647, 12385, 9906, 11293, 11188, 11273, 10962, 10889, 10607, 10450, 12143, 11225, 10692, 11122, 9431, 10950, 11568, 11459, 10694, 9824, 10670, 10508, 10111, 9823, 10176, 10618, 9991, 11481, 10272, 11217, 11133, 10508, 10713, 10284, 11013, 12739, 11916, 14110, 11967, 13845, 11021, 10477, 10582, 10554, 10415, 11257, 11418, 9964, 11729, 9881, 12733, 11512, 10834, 10268, 10392, 11754, 9690, 10634, 10104, 12207, 11682, 10409, 9998, 9812, 9750, 9348, 9328, 8927, 8647, 8177, 10959, 8935, 10712, 11032, 10302, 11044, 10360, 10381, 11221, 10541, 11732, 11196, 12140, 11348, 13757, 11184, 13328, 9778, 13526, 9545, 12399, 9381, 11589, 11627, 9757, 12050, 10239, 12492, 11342, 11224, 10856, 10587, 11157, 9967, 11029, 11791, 11902, 12679, 12235, 12687, 11628, 10946, 11780, 10851, 11657, 10145, 12204, 11715, 12020, 10956, 11885, 10040, 11665, 10713, 12939, 11095, 11075, 11544, 12111, 11476, 12365, 11721, 11707, 11941, 11350, 11682, 10447, 11394, 11221, 12592, 13406, 12459, 10891, 11454, 10965, 11679, 10245, 10146, 11946, 9557, 8136, 9752, 9387, 10745, 10827, 10266, 9366, 10919, 10064, 13197, 10114, 12763, 10054, 12557, 9805, 15109, 9435, 12148, 9461, 12692, 9671, 12656], 'WindowCenter': [5168.0, 5141.0, 5139.0, 5125.0, 5115.0, 5133.0, 5115.0, 5134.0, 5115.0, 5123.0, 5115.0, 5111.0, 5113.0, 5082.0, 5113.0, 5093.0, 5125.0, 5109.0, 5113.0, 5101.0, 5114.0, 5081.0, 5110.0, 5091.0, 5112.0, 5121.0, 5111.0, 5099.0, 5123.0, 5079.0, 5111.0, 5090.0, 5112.0, 5088.0, 5110.0, 5081.0, 5111.0, 5102.0, 5121.0, 5114.0, 5122.0, 5114.0, 5112.0, 5114.0, 5102.0, 5112.0, 5095.0, 5112.0, 5111.0, 5119.0, 5101.0, 5079.0, 5100.0, 5093.0, 5112.0, 5101.0, 5111.0, 5091.0, 5101.0, 5059.0, 5089.0, 5113.0, 5092.0, 5101.0, 5102.0, 5081.0, 5100.0, 5111.0, 5081.0, 5102.0, 5111.0, 5099.0, 5089.0, 5074.0, 5076.0, 5053.0, 5063.0, 5072.0, 5053.0, 5070.0, 5051.0, 5058.0, 5058.0, 5039.0, 5068.0, 5071.0, 5070.0, 5082.0, 5073.0, 5096.0, 5096.0, 5068.0, 5110.0, 5102.0, 5099.0, 5101.0, 5078.0, 5099.0, 5111.0, 5092.0, 5114.0, 5091.0, 5112.0, 5090.0, 5113.0, 5113.0, 5112.0, 5113.0, 5100.0, 5102.0, 5100.0, 5101.0, 5092.0, 5104.0, 5096.0, 5105.0, 5107.0, 5097.0, 5117.0, 5118.0, 5128.0, 5110.0, 5127.0, 5125.0, 5091.0, 5114.0, 5104.0, 5101.0, 5104.0, 5112.0, 5077.0, 5087.0, 5075.0, 5087.0, 5073.0, 5063.0, 5049.0, 5060.0, 5046.0, 5058.0, 5035.0, 5055.0, 5034.0, 5057.0, 5045.0, 5056.0, 5037.0, 5083.0, 5061.0, 5082.0, 5071.0, 5081.0, 5082.0, 5085.0, 5086.0, 5099.0, 5107.0, 5111.0, 5109.0, 5099.0, 5097.0, 5102.0, 5091.0, 5123.0, 5114.0, 5139.0, 5107.0, 5127.0, 5107.0, 5128.0, 5104.0, 5127.0, 5117.0, 5114.0, 5101.0, 5113.0, 5102.0, 5089.0, 5101.0, 5075.0, 5099.0, 5088.0, 5089.0, 5088.0, 5099.0, 5089.0, 5096.0, 5101.0, 5112.0, 5100.0, 5103.0, 5103.0, 5104.0, 5093.0, 5102.0, 5114.0, 5104.0, 5114.0, 5093.0, 5123.0, 5104.0, 5114.0, 5101.0, 5112.0, 5088.0, 5099.0, 5078.0, 5087.0, 5086.0, 5085.0, 5075.0, 5072.0, 5073.0, 5060.0, 5070.0, 5059.0, 5070.0, 5059.0, 5059.0, 5083.0, 5080.0, 5084.0, 5063.0, 5096.0, 5074.0, 5095.0, 5084.0, 5099.0, 5096.0, 5098.0, 5098.0, 5097.0, 5095.0, 5089.0, 5098.0, 5067.0, 5098.0, 5068.0, 5088.0, 5078.0, 5089.0, 5098.0, 5112.0, 5112.0, 5111.0, 5113.0, 5114.0, 5121.0, 5110.0, 5113.0, 5105.0, 5125.0, 5118.0, 5103.0, 5103.0, 5113.0, 5082.0, 5103.0, 5092.0, 5113.0, 5090.0, 5090.0, 5084.0, 5075.0, 5062.0, 5061.0, 5060.0, 5059.0, 5047.0, 5045.0, 5025.0, 5040.0, 5023.0, 5031.0, 5032.0, 5032.0, 5044.0, 5031.0, 5046.0, 5034.0, 5056.0, 5036.0, 5068.0, 5061.0, 5082.0, 5073.0, 5085.0, 5085.0, 5097.0, 5077.0, 5097.0, 5099.0, 5109.0, 5089.0, 5100.0, 5077.0, 5097.0, 5087.0, 5097.0, 5100.0, 5113.0, 5103.0, 5093.0, 5093.0, 5104.0, 5083.0, 5105.0, 5108.0, 5098.0, 5108.0, 5116.0, 5106.0, 5096.0, 5115.0, 5092.0, 5092.0, 5101.0, 5090.0, 5082.0, 5078.0, 5059.0, 5065.0, 5069.0, 5065.0, 5064.0, 5053.0, 5042.0, 5037.0, 5027.0, 5033.0, 5026.0, 5035.0, 5036.0, 5044.0, 5047.0, 5036.0, 5035.0, 5048.0, 5047.0, 5049.0, 5060.0, 5059.0, 5063.0, 5049.0, 5072.0, 5050.0, 5072.0, 5051.0, 5073.0, 5062.0, 5061.0, 5064.0, 5074.0, 5074.0, 5074.0, 5077.0, 5064.0, 5075.0, 5064.0, 5075.0, 5065.0, 5074.0, 5066.0, 5075.0, 5075.0, 5054.0, 5076.0, 5053.0, 5064.0, 5055.0, 5074.0, 5064.0, 5074.0, 5074.0, 5074.0, 5075.0, 5064.0, 5078.0, 5078.0, 5090.0, 5092.0, 5093.0, 5084.0, 5103.0, 5105.0, 5095.0, 5105.0, 5096.0, 5083.0, 5102.0, 5102.0, 5093.0, 5104.0, 5085.0, 5092.0, 5082.0, 5093.0, 5072.0, 5079.0, 5059.0, 5073.0, 5047.0, 5061.0, 5053.0, 5039.0, 5063.0, 5071.0, 5076.0, 5051.0, 5061.0, 5049.0, 5080.0, 5060.0, 5083.0, 5085.0, 5087.0, 5086.0, 5085.0, 5088.0, 5090.0, 5086.0, 5087.0, 5098.0, 5087.0, 5085.0, 5096.0, 5113.0, 5103.0, 5102.0, 5101.0, 5112.0, 5108.0, 5101.0, 5097.0, 5099.0, 5099.0, 5098.0, 5098.0, 5084.0, 5096.0, 5083.0, 5084.0, 5074.0, 5084.0, 5084.0, 5072.0, 5086.0, 5083.0, 5085.0, 5084.0, 5074.0, 5097.0, 5089.0, 5091.0, 5078.0, 5058.0, 5078.0, 5080.0, 5114.0, 5105.0, 5103.0, 5116.0, 5125.0, 5106.0, 5114.0, 5090.0, 5082.0, 5102.0, 5071.0, 5099.0, 5067.0, 5076.0, 5066.0, 5064.0, 5054.0, 5051.0, 5040.0, 5051.0, 5040.0, 5036.0, 5033.0, 5031.0, 5032.0, 5042.0, 5035.0, 5045.0, 5036.0, 5044.0, 5034.0, 5046.0, 5035.0, 5046.0, 5047.0, 5056.0, 5051.0, 5072.0, 5071.0, 5070.0, 5058.0, 5072.0, 5061.0, 5094.0, 5062.0, 5094.0, 5063.0, 5073.0, 5064.0, 5075.0, 5064.0, 5074.0, 5064.0, 5061.0, 5077.0, 5052.0, 5085.0, 5073.0, 5076.0, 5077.0, 5058.0, 5059.0, 5038.0, 5062.0, 5064.0, 5073.0, 5055.0, 5067.0, 5073.0, 5075.0, 5094.0, 5096.0, 5080.0, 5081.0, 5056.0, 5052.0, 5050.0, 5037.0, 5050.0, 5048.0, 5017.0, 5054.0, 5025.0, 5021.0, 5020.0, 5003.0, 5021.0, 5022.0, 5020.0, 5043.0, 5024.0, 5034.0, 5034.0, 5035.0, 5048.0, 5038.0, 5048.0, 5039.0, 5062.0, 5050.0, 5052.0, 5062.0, 5064.0, 5066.0, 5055.0, 5079.0, 5066.0, 5077.0, 5077.0, 5077.0, 5080.0, 5087.0, 5078.0, 5077.0, 5090.0, 5079.0, 5089.0, 5067.0, 5079.0, 5089.0, 5089.0, 5097.0, 5101.0, 5082.0, 5103.0, 5102.0, 5104.0, 5117.0, 5115.0, 5117.0, 5097.0, 5127.0, 5105.0, 5117.0, 5087.0, 5107.0, 5099.0, 5098.0, 5108.0, 5096.0, 5118.0, 5128.0, 5085.0, 5084.0, 5081.0, 5087.0, 5087.0, 5078.0, 5087.0, 5067.0, 5056.0, 5079.0, 5075.0, 5062.0, 5050.0, 5077.0, 5069.0, 5048.0, 5053.0, 5065.0, 5034.0, 5072.0, 5029.0, 5058.0, 5026.0, 5037.0, 5033.0, 5024.0, 5012.0, 5024.0, 5020.0, 5025.0, 5030.0, 5022.0, 5011.0, 5032.0, 5024.0, 5034.0, 5025.0, 5047.0, 5049.0, 5059.0, 5062.0, 5074.0, 5077.0, 5063.0, 5086.0, 5078.0, 5077.0, 5077.0, 5079.0, 5080.0, 5078.0, 5082.0, 5100.0, 5089.0, 5078.0, 5080.0, 5089.0, 5090.0, 5094.0, 5082.0, 5104.0, 5108.0, 5096.0, 5098.0, 5098.0, 5090.0, 5076.0, 5088.0, 5067.0, 5066.0, 5059.0, 5070.0, 5062.0, 5063.0, 5063.0, 5093.0, 5103.0, 5092.0, 5107.0, 5069.0, 5094.0, 5079.0, 5083.0, 5085.0, 5058.0, 5056.0, 5052.0, 5044.0, 5037.0, 5045.0, 5005.0, 5035.0, 5026.0, 5066.0, 5017.0, 5025.0, 5026.0, 5025.0, 5016.0, 5024.0, 5027.0, 5046.0, 5030.0, 5037.0, 5041.0, 5038.0, 5039.0, 5039.0, 5041.0, 5041.0, 5049.0, 5053.0, 5041.0, 5054.0, 5035.0, 5066.0, 5075.0, 5078.0, 5068.0, 5073.0, 5081.0, 5071.0, 5072.0, 5073.0, 5083.0, 5083.0, 5085.0, 5092.0, 5085.0, 5093.0, 5093.0, 5080.0, 5085.0, 5074.0, 5096.0, 5102.0, 5093.0, 5109.0, 5093.0, 5111.0, 5085.0, 5073.0, 5083.0, 5083.0, 5082.0, 5083.0, 5080.0, 5062.0, 5078.0, 5061.0, 5077.0, 5071.0, 5068.0, 5059.0, 5058.0, 5065.0, 5047.0, 5055.0, 5059.0, 5076.0, 5093.0, 5070.0, 5074.0, 5073.0, 5074.0, 5079.0, 5077.0, 5056.0, 5055.0, 5071.0, 5109.0, 5091.0, 5099.0, 5095.0, 5099.0, 5110.0, 5100.0, 5113.0, 5121.0, 5112.0, 5094.0, 5087.0, 5079.0, 5073.0, 5077.0, 5058.0, 5051.0, 5033.0, 5061.0, 5020.0, 5037.0, 5007.0, 5026.0, 5024.0, 5006.0, 5033.0, 5027.0, 5034.0, 5038.0, 5038.0, 5040.0, 5040.0, 5050.0, 5043.0, 5054.0, 5073.0, 5059.0, 5072.0, 5060.0, 5084.0, 5087.0, 5067.0, 5084.0, 5080.0, 5076.0, 5081.0, 5091.0, 5090.0, 5105.0, 5093.0, 5103.0, 5082.0, 5107.0, 5083.0, 5114.0, 5093.0, 5095.0, 5093.0, 5101.0, 5091.0, 5100.0, 5090.0, 5103.0, 5103.0, 5092.0, 5105.0, 5086.0, 5094.0, 5081.0, 5104.0, 5104.0, 5103.0, 5095.0, 5107.0, 5096.0, 5084.0, 5074.0, 5088.0, 5094.0, 5089.0, 5081.0, 5076.0, 5065.0, 5074.0, 5075.0, 5064.0, 5043.0, 5071.0, 5066.0, 5093.0, 5076.0, 5081.0, 5050.0, 5065.0, 5048.0, 5072.0, 5025.0, 5041.0, 5023.0, 5040.0, 5008.0, 5026.0], 'WindowWidth': [11176.0, 11124.0, 11114.0, 11088.0, 11074.0, 11097.0, 11075.0, 11101.0, 11074.0, 11083.0, 11073.0, 11061.0, 11067.0, 11020.0, 11068.0, 11038.0, 11085.0, 11057.0, 11065.0, 11044.0, 11067.0, 11017.0, 11057.0, 11031.0, 11063.0, 11076.0, 11059.0, 11038.0, 11079.0, 11013.0, 11058.0, 11028.0, 11061.0, 11023.0, 11057.0, 11016.0, 11059.0, 11048.0, 11076.0, 11068.0, 11079.0, 11072.0, 11063.0, 11068.0, 11045.0, 11061.0, 11039.0, 11060.0, 11061.0, 11067.0, 11043.0, 11009.0, 11039.0, 11034.0, 11062.0, 11044.0, 11052.0, 11022.0, 11037.0, 10974.0, 11018.0, 11062.0, 11031.0, 11042.0, 11045.0, 11013.0, 11041.0, 11057.0, 11015.0, 11046.0, 11056.0, 11033.0, 11019.0, 10989.0, 10997.0, 10956.0, 10972.0, 10984.0, 10958.0, 10982.0, 10953.0, 10956.0, 10956.0, 10936.0, 10975.0, 10984.0, 10982.0, 11001.0, 10991.0, 11027.0, 11026.0, 10992.0, 11056.0, 11048.0, 11038.0, 11043.0, 11006.0, 11036.0, 11059.0, 11035.0, 11068.0, 11033.0, 11063.0, 11030.0, 11062.0, 11065.0, 11061.0, 11063.0, 11041.0, 11046.0, 11039.0, 11044.0, 11027.0, 11048.0, 11038.0, 11050.0, 11060.0, 11049.0, 11076.0, 11079.0, 11097.0, 11069.0, 11088.0, 11080.0, 11030.0, 11063.0, 11050.0, 11043.0, 11052.0, 11056.0, 11000.0, 11012.0, 10988.0, 11012.0, 10985.0, 10968.0, 10943.0, 10961.0, 10936.0, 10954.0, 10920.0, 10949.0, 10918.0, 10952.0, 10936.0, 10951.0, 10925.0, 11003.0, 10969.0, 11001.0, 10983.0, 10998.0, 11001.0, 11007.0, 11014.0, 11037.0, 11047.0, 11059.0, 11050.0, 11036.0, 11033.0, 11047.0, 11031.0, 11080.0, 11067.0, 11109.0, 11060.0, 11091.0, 11063.0, 11092.0, 11054.0, 11086.0, 11073.0, 11064.0, 11042.0, 11059.0, 11045.0, 11023.0, 11042.0, 10996.0, 11033.0, 11015.0, 11020.0, 11016.0, 11033.0, 11019.0, 11029.0, 11038.0, 11056.0, 11041.0, 11046.0, 11044.0, 11048.0, 11035.0, 11048.0, 11068.0, 11055.0, 11066.0, 11034.0, 11078.0, 11051.0, 11065.0, 11042.0, 11058.0, 11018.0, 11035.0, 11002.0, 11014.0, 11011.0, 11007.0, 10994.0, 10984.0, 10988.0, 10965.0, 10978.0, 10962.0, 10975.0, 10962.0, 10962.0, 11004.0, 10994.0, 11005.0, 10974.0, 11024.0, 10993.0, 11026.0, 11011.0, 11034.0, 11029.0, 11032.0, 11031.0, 11030.0, 11028.0, 11022.0, 11035.0, 10987.0, 11030.0, 10989.0, 11015.0, 11001.0, 11019.0, 11031.0, 11057.0, 11058.0, 11053.0, 11062.0, 11066.0, 11072.0, 11060.0, 11063.0, 11053.0, 11080.0, 11075.0, 11046.0, 11046.0, 11059.0, 11012.0, 11044.0, 11027.0, 11058.0, 11021.0, 11018.0, 11002.0, 10988.0, 10967.0, 10964.0, 10962.0, 10957.0, 10940.0, 10929.0, 10903.0, 10916.0, 10898.0, 10906.0, 10911.0, 10908.0, 10930.0, 10910.0, 10936.0, 10919.0, 10951.0, 10926.0, 10974.0, 10971.0, 10999.0, 10986.0, 11009.0, 11007.0, 11029.0, 10998.0, 11028.0, 11035.0, 11050.0, 11019.0, 11037.0, 11001.0, 11030.0, 11016.0, 11026.0, 11034.0, 11061.0, 11046.0, 11029.0, 11031.0, 11047.0, 11017.0, 11049.0, 11056.0, 11042.0, 11056.0, 11065.0, 11046.0, 11035.0, 11061.0, 11024.0, 11024.0, 11037.0, 11020.0, 11009.0, 10997.0, 10973.0, 10974.0, 10987.0, 10972.0, 10970.0, 10955.0, 10938.0, 10923.0, 10908.0, 10912.0, 10906.0, 10914.0, 10920.0, 10928.0, 10936.0, 10918.0, 10919.0, 10940.0, 10941.0, 10944.0, 10962.0, 10956.0, 10970.0, 10945.0, 10982.0, 10947.0, 10982.0, 10953.0, 10986.0, 10970.0, 10964.0, 10972.0, 10986.0, 10990.0, 10989.0, 10995.0, 10975.0, 10991.0, 10975.0, 10991.0, 10977.0, 10987.0, 10979.0, 10992.0, 10994.0, 10961.0, 10993.0, 10958.0, 10973.0, 10962.0, 10986.0, 10973.0, 10987.0, 10990.0, 10987.0, 10993.0, 10976.0, 10999.0, 10999.0, 11017.0, 11026.0, 11029.0, 11021.0, 11044.0, 11046.0, 11034.0, 11048.0, 11038.0, 11016.0, 11045.0, 11043.0, 11034.0, 11048.0, 11023.0, 11028.0, 11017.0, 11029.0, 11003.0, 11004.0, 10978.0, 10985.0, 10954.0, 10965.0, 10957.0, 10931.0, 10970.0, 10979.0, 10995.0, 10953.0, 10965.0, 10949.0, 10994.0, 10966.0, 11003.0, 11008.0, 11016.0, 11011.0, 11011.0, 11018.0, 11025.0, 11015.0, 11015.0, 11031.0, 11012.0, 11009.0, 11028.0, 11064.0, 11050.0, 11045.0, 11042.0, 11059.0, 11047.0, 11041.0, 11033.0, 11037.0, 11036.0, 11031.0, 11033.0, 11006.0, 11025.0, 11004.0, 11006.0, 10992.0, 11006.0, 11007.0, 10988.0, 11011.0, 11003.0, 11009.0, 11005.0, 10990.0, 11030.0, 11021.0, 11024.0, 10997.0, 10970.0, 11001.0, 11009.0, 11066.0, 11055.0, 11050.0, 11071.0, 11083.0, 11056.0, 11062.0, 11023.0, 11015.0, 11043.0, 10999.0, 11033.0, 10986.0, 10994.0, 10983.0, 10974.0, 10962.0, 10950.0, 10935.0, 10949.0, 10934.0, 10922.0, 10914.0, 10909.0, 10912.0, 10925.0, 10921.0, 10932.0, 10925.0, 10932.0, 10920.0, 10937.0, 10922.0, 10938.0, 10940.0, 10954.0, 10952.0, 10985.0, 10984.0, 10981.0, 10961.0, 10987.0, 10974.0, 11023.0, 10973.0, 11021.0, 10976.0, 10988.0, 10979.0, 10993.0, 10975.0, 10986.0, 10974.0, 10967.0, 10996.0, 10957.0, 11007.0, 10991.0, 10995.0, 10996.0, 10972.0, 10976.0, 10944.0, 10987.0, 10994.0, 11006.0, 10981.0, 10999.0, 11004.0, 11012.0, 11034.0, 11040.0, 11008.0, 11011.0, 10964.0, 10954.0, 10946.0, 10924.0, 10949.0, 10939.0, 10897.0, 10943.0, 10903.0, 10891.0, 10890.0, 10871.0, 10891.0, 10897.0, 10893.0, 10929.0, 10905.0, 10918.0, 10921.0, 10920.0, 10944.0, 10928.0, 10946.0, 10934.0, 10970.0, 10952.0, 10957.0, 10971.0, 10975.0, 10983.0, 10966.0, 11004.0, 10985.0, 11002.0, 11004.0, 11002.0, 11008.0, 11014.0, 11005.0, 11002.0, 11023.0, 11007.0, 11023.0, 10990.0, 11008.0, 11023.0, 11024.0, 11033.0, 11044.0, 11018.0, 11048.0, 11047.0, 11054.0, 11075.0, 11073.0, 11079.0, 11050.0, 11090.0, 11058.0, 11075.0, 11032.0, 11061.0, 11052.0, 11048.0, 11063.0, 11042.0, 11072.0, 11083.0, 11020.0, 11014.0, 11008.0, 11024.0, 11026.0, 11010.0, 11024.0, 10993.0, 10975.0, 11015.0, 11003.0, 10984.0, 10962.0, 10992.0, 10985.0, 10956.0, 10956.0, 10975.0, 10929.0, 10980.0, 10916.0, 10957.0, 10908.0, 10927.0, 10912.0, 10902.0, 10880.0, 10900.0, 10890.0, 10903.0, 10904.0, 10897.0, 10880.0, 10912.0, 10901.0, 10919.0, 10908.0, 10941.0, 10947.0, 10960.0, 10971.0, 10994.0, 11001.0, 10975.0, 11013.0, 11006.0, 11003.0, 11004.0, 11005.0, 11010.0, 11004.0, 11016.0, 11041.0, 11024.0, 11005.0, 11012.0, 11023.0, 11026.0, 11037.0, 11017.0, 11051.0, 11065.0, 11042.0, 11048.0, 11045.0, 11038.0, 11012.0, 11027.0, 11001.0, 10995.0, 10990.0, 11011.0, 10996.0, 10998.0, 11001.0, 11043.0, 11062.0, 11045.0, 11058.0, 11006.0, 11032.0, 11017.0, 11012.0, 11021.0, 10972.0, 10964.0, 10951.0, 10947.0, 10926.0, 10934.0, 10876.0, 10917.0, 10907.0, 10966.0, 10900.0, 10905.0, 10908.0, 10906.0, 10895.0, 10905.0, 10914.0, 10939.0, 10924.0, 10928.0, 10938.0, 10930.0, 10934.0, 10935.0, 10940.0, 10941.0, 10947.0, 10959.0, 10941.0, 10963.0, 10939.0, 10988.0, 10998.0, 11008.0, 10995.0, 11007.0, 11016.0, 11001.0, 11006.0, 11008.0, 11024.0, 11023.0, 11026.0, 11031.0, 11028.0, 11034.0, 11036.0, 11015.0, 11027.0, 11008.0, 11041.0, 11047.0, 11035.0, 11052.0, 11034.0, 11054.0, 11023.0, 11005.0, 11020.0, 11021.0, 11018.0, 11018.0, 11009.0, 10986.0, 11003.0, 10985.0, 11001.0, 10995.0, 10991.0, 10980.0, 10978.0, 10982.0, 10961.0, 10970.0, 10980.0, 11000.0, 11034.0, 10998.0, 11009.0, 11006.0, 11010.0, 11025.0, 11015.0, 10983.0, 10979.0, 11017.0, 11067.0, 11048.0, 11053.0, 11043.0, 11056.0, 11071.0, 11059.0, 11081.0, 11089.0, 11076.0, 11037.0, 11031.0, 11005.0, 11003.0, 10995.0, 10971.0, 10951.0, 10929.0, 10966.0, 10909.0, 10926.0, 10883.0, 10910.0, 10901.0, 10881.0, 10914.0, 10914.0, 10919.0, 10932.0, 10932.0, 10937.0, 10937.0, 10952.0, 10949.0, 10964.0, 10994.0, 10966.0, 10990.0, 10969.0, 11010.0, 11021.0, 10991.0, 11013.0, 11014.0, 11005.0, 11016.0, 11029.0, 11031.0, 11054.0, 11036.0, 11052.0, 11020.0, 11060.0, 11023.0, 11068.0, 11037.0, 11041.0, 11037.0, 11044.0, 11032.0, 11041.0, 11029.0, 11049.0, 11051.0, 11036.0, 11056.0, 11031.0, 11041.0, 11018.0, 11052.0, 11051.0, 11049.0, 11043.0, 11060.0, 11043.0, 11022.0, 11005.0, 11034.0, 11038.0, 11041.0, 11036.0, 11014.0, 10994.0, 11004.0, 11002.0, 10986.0, 10955.0, 10994.0, 10994.0, 11028.0, 11008.0, 11005.0, 10962.0, 10976.0, 10956.0, 10979.0, 10918.0, 10935.0, 10914.0, 10931.0, 10883.0, 10906.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.004546739380022962</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06936817393800229</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.388885055206906</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2131129254597701</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.999260318264367</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4878</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6698.1704</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14236880592372197</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>176</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.206659012629164</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7918793239069015</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6917468449146633</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.009772655514155</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.674118471291887</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0183858</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014365657232701778</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03700258582830429</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>4.15734677340864</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>23.7642</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.2579</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.4571</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293968.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>962.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.5128</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6128</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>624.8566</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4243.8934</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4476.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82576.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1604.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5461.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1076.6417</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.49557080003433</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> |