=== 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-0058 --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-0058",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0058_ses-04_task-social_acq-mb8_run-05_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-0058_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-05_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-0058/ses-04/func/sub-0058_ses-04_task-social_acq-mb8_run-05_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>c0b275b070d5410146a7751f423c46d8</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:05:46.862500</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.998648, 0.0240638, -0.0460869, -0.0256272, 0.999105, -0.0336389]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.100318</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7705, -7276, 540, -48, -1, -12, 120]</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>250.749</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7ae3f7cf-0f4d-4daf-99ca-658b5a695557||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.6792984008789062, -0.06875593960285187, -0.1221376433968544, 118.08679962158203], [-0.06456132978200912, 2.6805267333984375, -0.0938912108540535, -85.03668212890625], [-0.12364771217107773, 0.09025081992149353, 2.695601224899292, -82.84330749511719], [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': ['130546.862500', '130547.322500', '130547.782500', '130548.242500', '130548.702500', '130549.162500', '130549.622500', '130550.082500', '130550.542500', '130551.002500', '130551.462500', '130551.922500', '130552.382500', '130552.842500', '130553.302500', '130553.762500', '130554.222500', '130554.682500', '130555.142500', '130555.602500', '130556.062500', '130556.522500', '130556.982500', '130557.442500', '130557.902500', '130558.362500', '130558.822500', '130559.282500', '130559.742500', '130600.202500', '130600.662500', '130601.122500', '130601.582500', '130602.042500', '130602.502500', '130602.962500', '130603.422500', '130603.882500', '130604.342500', '130604.802500', '130605.262500', '130605.722500', '130606.182500', '130606.642500', '130607.102500', '130607.562500', '130608.022500', '130608.482500', '130608.942500', '130609.402500', '130609.862500', '130610.322500', '130610.782500', '130611.242500', '130611.702500', '130612.162500', '130612.622500', '130613.082500', '130613.542500', '130614.002500', '130614.462500', '130614.922500', '130615.382500', '130615.842500', '130616.302500', '130616.762500', '130617.222500', '130617.682500', '130618.142500', '130618.602500', '130619.062500', '130619.522500', '130619.982500', '130620.442500', '130620.902500', '130621.362500', '130621.822500', '130622.282500', '130622.742500', '130623.202500', '130623.662500', '130624.122500', '130624.582500', '130625.042500', '130625.502500', '130625.962500', '130626.422500', '130626.882500', '130627.342500', '130627.802500', '130628.262500', '130628.722500', '130629.182500', '130629.642500', '130630.102500', '130630.562500', '130631.022500', '130631.482500', '130631.942500', '130632.402500', '130632.862500', '130633.322500', '130633.782500', '130634.242500', '130634.702500', '130635.162500', '130635.622500', '130636.082500', '130636.542500', '130637.002500', '130637.462500', '130637.922500', '130638.382500', '130638.842500', '130639.302500', '130639.762500', '130640.222500', '130640.682500', '130641.142500', '130641.602500', '130642.062500', '130642.522500', '130642.982500', '130643.442500', '130643.902500', '130644.362500', '130644.822500', '130645.282500', '130645.742500', '130646.202500', '130646.662500', '130647.122500', '130647.582500', '130648.042500', '130648.502500', '130648.962500', '130649.422500', '130649.882500', '130650.342500', '130650.802500', '130651.262500', '130651.722500', '130652.182500', '130652.642500', '130653.102500', '130653.562500', '130654.022500', '130654.482500', '130654.942500', '130655.402500', '130655.862500', '130656.322500', '130656.782500', '130657.242500', '130657.702500', '130658.162500', '130658.622500', '130659.082500', '130659.542500', '130700.002500', '130700.462500', '130700.922500', '130701.382500', '130701.842500', '130702.302500', '130702.762500', '130703.222500', '130703.682500', '130704.142500', '130704.602500', '130705.062500', '130705.522500', '130705.982500', '130706.442500', '130706.902500', '130707.362500', '130707.822500', '130708.282500', '130708.742500', '130709.202500', '130709.662500', '130710.122500', '130710.582500', '130711.042500', '130711.502500', '130711.962500', '130712.422500', '130712.882500', '130713.342500', '130713.802500', '130714.262500', '130714.722500', '130715.182500', '130715.642500', '130716.102500', '130716.562500', '130717.022500', '130717.482500', '130717.942500', '130718.402500', '130718.862500', '130719.322500', '130719.782500', '130720.242500', '130720.702500', '130721.162500', '130721.622500', '130722.082500', '130722.542500', '130723.002500', '130723.462500', '130723.922500', '130724.382500', '130724.842500', '130725.302500', '130725.762500', '130726.222500', '130726.682500', '130727.142500', '130727.602500', '130728.062500', '130728.522500', '130728.982500', '130729.442500', '130729.902500', '130730.362500', '130730.822500', '130731.282500', '130731.742500', '130732.202500', '130732.662500', '130733.122500', '130733.582500', '130734.042500', '130734.502500', '130734.962500', '130735.422500', '130735.882500', '130736.342500', '130736.802500', '130737.262500', '130737.722500', '130738.182500', '130738.642500', '130739.102500', '130739.562500', '130740.022500', '130740.482500', '130740.942500', '130741.402500', '130741.862500', '130742.322500', '130742.782500', '130743.242500', '130743.702500', '130744.162500', '130744.622500', '130745.082500', '130745.542500', '130746.002500', '130746.462500', '130746.922500', '130747.382500', '130747.842500', '130748.302500', '130748.762500', '130749.222500', '130749.682500', '130750.142500', '130750.602500', '130751.062500', '130751.522500', '130751.982500', '130752.442500', '130752.902500', '130753.362500', '130753.822500', '130754.282500', '130754.742500', '130755.202500', '130755.662500', '130756.122500', '130756.582500', '130757.042500', '130757.502500', '130757.962500', '130758.422500', '130758.882500', '130759.342500', '130759.802500', '130800.262500', '130800.722500', '130801.182500', '130801.642500', '130802.102500', '130802.562500', '130803.022500', '130803.482500', '130803.942500', '130804.402500', '130804.862500', '130805.322500', '130805.782500', '130806.242500', '130806.702500', '130807.162500', '130807.622500', '130808.082500', '130808.542500', '130809.002500', '130809.462500', '130809.922500', '130810.382500', '130810.842500', '130811.302500', '130811.762500', '130812.222500', '130812.682500', '130813.142500', '130813.602500', '130814.062500', '130814.522500', '130814.982500', '130815.442500', '130815.902500', '130816.362500', '130816.822500', '130817.282500', '130817.742500', '130818.202500', '130818.662500', '130819.122500', '130819.582500', '130820.042500', '130820.502500', '130820.962500', '130821.422500', '130821.882500', '130822.342500', '130822.802500', '130823.262500', '130823.722500', '130824.182500', '130824.642500', '130825.102500', '130825.562500', '130826.022500', '130826.482500', '130826.942500', '130827.402500', '130827.862500', '130828.322500', '130828.782500', '130829.242500', '130829.702500', '130830.162500', '130830.622500', '130831.082500', '130831.542500', '130832.002500', '130832.462500', '130832.922500', '130833.382500', '130833.842500', '130834.302500', '130834.762500', '130835.222500', '130835.682500', '130836.142500', '130836.602500', '130837.062500', '130837.522500', '130837.982500', '130838.442500', '130838.902500', '130839.362500', '130839.822500', '130840.282500', '130840.742500', '130841.202500', '130841.662500', '130842.122500', '130842.582500', '130843.042500', '130843.502500', '130843.962500', '130844.422500', '130844.882500', '130845.342500', '130845.802500', '130846.262500', '130846.722500', '130847.182500', '130847.642500', '130848.102500', '130848.562500', '130849.022500', '130849.482500', '130849.942500', '130850.402500', '130850.862500', '130851.322500', '130851.782500', '130852.242500', '130852.702500', '130853.162500', '130853.622500', '130854.082500', '130854.542500', '130855.002500', '130855.462500', '130855.922500', '130856.382500', '130856.842500', '130857.302500', '130857.762500', '130858.222500', '130858.682500', '130859.142500', '130859.602500', '130900.062500', '130900.522500', '130900.982500', '130901.442500', '130901.902500', '130902.362500', '130902.822500', '130903.282500', '130903.742500', '130904.202500', '130904.662500', '130905.122500', '130905.582500', '130906.042500', '130906.502500', '130906.962500', '130907.422500', '130907.882500', '130908.342500', '130908.802500', '130909.262500', '130909.722500', '130910.182500', '130910.642500', '130911.102500', '130911.562500', '130912.022500', '130912.482500', '130912.942500', '130913.402500', '130913.862500', '130914.322500', '130914.782500', '130915.242500', '130915.702500', '130916.162500', '130916.622500', '130917.082500', '130917.542500', '130918.002500', '130918.462500', '130918.922500', '130919.382500', '130919.842500', '130920.302500', '130920.762500', '130921.222500', '130921.682500', '130922.142500', '130922.602500', '130923.062500', '130923.522500', '130923.982500', '130924.442500', '130924.902500', '130925.362500', '130925.822500', '130926.282500', '130926.742500', '130927.202500', '130927.662500', '130928.122500', '130928.582500', '130929.042500', '130929.502500', '130929.962500', '130930.422500', '130930.882500', '130931.342500', '130931.802500', '130932.262500', '130932.722500', '130933.182500', '130933.642500', '130934.102500', '130934.562500', '130935.022500', '130935.482500', '130935.942500', '130936.402500', '130936.862500', '130937.322500', '130937.782500', '130938.242500', '130938.702500', '130939.162500', '130939.622500', '130940.082500', '130940.542500', '130941.002500', '130941.462500', '130941.922500', '130942.382500', '130942.842500', '130943.302500', '130943.762500', '130944.222500', '130944.682500', '130945.142500', '130945.602500', '130946.062500', '130946.522500', '130946.982500', '130947.442500', '130947.902500', '130948.362500', '130948.822500', '130949.282500', '130949.742500', '130950.202500', '130950.662500', '130951.122500', '130951.582500', '130952.042500', '130952.502500', '130952.962500', '130953.422500', '130953.882500', '130954.342500', '130954.802500', '130955.262500', '130955.722500', '130956.182500', '130956.642500', '130957.102500', '130957.562500', '130958.022500', '130958.482500', '130958.942500', '130959.402500', '130959.862500', '131000.322500', '131000.782500', '131001.242500', '131001.702500', '131002.162500', '131002.622500', '131003.082500', '131003.542500', '131004.002500', '131004.462500', '131004.922500', '131005.382500', '131005.842500', '131006.302500', '131006.762500', '131007.222500', '131007.682500', '131008.142500', '131008.602500', '131009.062500', '131009.522500', '131009.982500', '131010.442500', '131010.902500', '131011.362500', '131011.822500', '131012.282500', '131012.742500', '131013.202500', '131013.662500', '131014.122500', '131014.582500', '131015.042500', '131015.502500', '131015.962500', '131016.422500', '131016.882500', '131017.342500', '131017.802500', '131018.262500', '131018.722500', '131019.182500', '131019.642500', '131020.102500', '131020.562500', '131021.022500', '131021.482500', '131021.942500', '131022.402500', '131022.862500', '131023.322500', '131023.782500', '131024.242500', '131024.702500', '131025.162500', '131025.622500', '131026.082500', '131026.542500', '131027.002500', '131027.462500', '131027.922500', '131028.382500', '131028.842500', '131029.302500', '131029.762500', '131030.222500', '131030.682500', '131031.142500', '131031.602500', '131032.062500', '131032.522500', '131032.982500', '131033.442500', '131033.902500', '131034.362500', '131034.822500', '131035.282500', '131035.742500', '131036.202500', '131036.662500', '131037.122500', '131037.582500', '131038.042500', '131038.502500', '131038.962500', '131039.422500', '131039.882500', '131040.342500', '131040.802500', '131041.262500', '131041.722500', '131042.182500', '131042.642500', '131043.102500', '131043.562500', '131044.022500', '131044.482500', '131044.942500', '131045.402500', '131045.862500', '131046.322500', '131046.782500', '131047.242500', '131047.702500', '131048.162500', '131048.622500', '131049.082500', '131049.542500', '131050.002500', '131050.462500', '131050.922500', '131051.382500', '131051.842500', '131052.302500', '131052.762500', '131053.222500', '131053.682500', '131054.142500', '131054.602500', '131055.062500', '131055.522500', '131055.982500', '131056.442500', '131056.902500', '131057.362500', '131057.822500', '131058.282500', '131058.742500', '131059.202500', '131059.662500', '131100.122500', '131100.582500', '131101.042500', '131101.502500', '131101.962500', '131102.422500', '131102.882500', '131103.342500', '131103.802500', '131104.262500', '131104.722500', '131105.182500', '131105.642500', '131106.102500', '131106.562500', '131107.022500', '131107.482500', '131107.942500', '131108.402500', '131108.862500', '131109.322500', '131109.782500', '131110.242500', '131110.702500', '131111.162500', '131111.622500', '131112.082500', '131112.542500', '131113.002500', '131113.462500', '131113.922500', '131114.382500', '131114.842500', '131115.302500', '131115.762500', '131116.222500', '131116.682500', '131117.142500', '131117.602500', '131118.062500', '131118.522500', '131118.982500', '131119.442500', '131119.902500', '131120.362500', '131120.822500', '131121.282500', '131121.742500', '131122.202500', '131122.662500', '131123.122500', '131123.582500', '131124.042500', '131124.502500', '131124.962500', '131125.422500', '131125.882500', '131126.342500', '131126.802500', '131127.262500', '131127.722500', '131128.182500', '131128.642500', '131129.102500', '131129.562500', '131130.022500', '131130.482500', '131130.942500', '131131.402500', '131131.862500', '131132.322500', '131132.782500', '131133.242500', '131133.702500', '131134.162500', '131134.622500', '131135.082500', '131135.542500', '131136.002500', '131136.462500', '131136.922500', '131137.382500', '131137.842500', '131138.302500', '131138.762500', '131139.222500', '131139.682500', '131140.142500', '131140.602500', '131141.062500', '131141.522500', '131141.982500', '131142.442500', '131142.902500', '131143.362500', '131143.822500', '131144.282500', '131144.742500', '131145.202500', '131145.662500', '131146.122500', '131146.582500', '131147.042500', '131147.502500', '131147.962500', '131148.422500', '131148.882500', '131149.342500', '131149.802500', '131150.262500', '131150.722500', '131151.182500', '131151.642500', '131152.102500', '131152.562500', '131153.022500', '131153.482500', '131153.942500', '131154.402500', '131154.862500', '131155.322500', '131155.782500', '131156.242500', '131156.702500', '131157.162500', '131157.622500', '131158.082500', '131158.542500', '131159.002500', '131159.462500', '131159.922500', '131200.382500', '131200.842500', '131201.302500', '131201.762500', '131202.222500', '131202.682500', '131203.142500', '131203.602500', '131204.062500', '131204.522500', '131204.982500', '131205.442500', '131205.902500', '131206.362500', '131206.822500', '131207.282500', '131207.742500', '131208.202500', '131208.662500', '131209.122500', '131209.582500', '131210.042500', '131210.502500', '131210.962500', '131211.422500', '131211.882500', '131212.342500', '131212.802500', '131213.262500', '131213.722500', '131214.182500', '131214.642500', '131215.102500', '131215.562500', '131216.022500', '131216.482500', '131216.942500', '131217.402500', '131217.862500', '131218.322500', '131218.782500', '131219.242500', '131219.702500', '131220.162500', '131220.622500', '131221.082500', '131221.542500', '131222.002500', '131222.462500', '131222.922500', '131223.382500', '131223.842500', '131224.302500', '131224.762500', '131225.222500', '131225.682500', '131226.142500', '131226.602500', '131227.062500', '131227.522500'], 'ContentTime': ['130558.679000', '130558.682000', '130558.685000', '130558.688000', '130558.691000', '130558.693000', '130558.696000', '130558.698000', '130558.701000', '130558.703000', '130558.706000', '130558.717000', '130558.720000', '130558.722000', '130558.725000', '130558.728000', '130558.730000', '130558.733000', '130558.735000', '130558.738000', '130558.741000', '130558.743000', '130558.754000', '130618.614000', '130618.617000', '130618.620000', '130618.623000', '130618.625000', '130618.628000', '130618.630000', '130618.633000', '130618.635000', '130618.638000', '130618.640000', '130618.643000', '130618.645000', '130618.648000', '130618.651000', '130618.653000', '130618.656000', '130618.658000', '130618.661000', '130618.663000', '130618.666000', '130618.669000', '130618.671000', '130618.674000', '130618.676000', '130618.679000', '130618.681000', '130618.693000', '130618.696000', '130618.699000', '130618.701000', '130618.704000', '130618.706000', '130618.709000', '130618.712000', '130618.714000', '130618.717000', '130618.719000', '130618.722000', '130618.724000', '130618.727000', '130618.729000', '130618.732000', '130638.614000', '130638.617000', '130638.620000', '130638.622000', '130638.625000', '130638.628000', '130638.630000', '130638.633000', '130638.635000', '130638.638000', '130638.640000', '130638.643000', '130638.646000', '130638.648000', '130638.651000', '130638.654000', '130638.656000', '130638.659000', '130638.662000', '130638.664000', '130638.667000', '130638.669000', '130638.672000', '130638.674000', '130638.677000', '130638.679000', '130638.682000', '130638.685000', '130638.687000', '130638.690000', '130638.692000', '130638.695000', '130638.697000', '130638.700000', '130638.703000', '130638.705000', '130638.708000', '130638.710000', '130638.714000', '130638.717000', '130638.719000', '130638.722000', '130638.725000', '130658.613000', '130658.616000', '130658.619000', '130658.622000', '130658.624000', '130658.627000', '130658.629000', '130658.632000', '130658.635000', '130658.637000', '130658.640000', '130658.642000', '130658.645000', '130658.647000', '130658.650000', '130658.653000', '130658.655000', '130658.658000', '130658.660000', '130658.663000', '130658.666000', '130658.668000', '130658.671000', '130658.673000', '130658.676000', '130658.678000', '130658.681000', '130658.684000', '130658.686000', '130658.689000', '130658.692000', '130658.694000', '130658.697000', '130658.699000', '130658.702000', '130658.704000', '130658.707000', '130658.709000', '130658.712000', '130658.715000', '130658.717000', '130658.720000', '130658.722000', '130658.725000', '130718.614000', '130718.617000', '130718.619000', '130718.622000', '130718.624000', '130718.627000', '130718.630000', '130718.632000', '130718.635000', '130718.637000', '130718.640000', '130718.642000', '130718.645000', '130718.648000', '130718.650000', '130718.653000', '130718.655000', '130718.658000', '130718.660000', '130718.663000', '130718.666000', '130718.668000', '130718.671000', '130718.673000', '130718.676000', '130718.678000', '130718.681000', '130718.683000', '130718.686000', '130718.688000', '130718.706000', '130718.709000', '130718.711000', '130718.714000', '130718.716000', '130718.719000', '130718.722000', '130718.724000', '130718.727000', '130718.729000', '130718.732000', '130718.735000', '130718.737000', '130738.614000', '130738.617000', '130738.619000', '130738.622000', '130738.624000', '130738.627000', '130738.629000', '130738.632000', '130738.635000', '130738.637000', '130738.640000', '130738.642000', '130738.645000', '130738.647000', '130738.650000', '130738.653000', '130738.655000', '130738.658000', '130738.660000', '130738.663000', '130738.665000', '130738.668000', '130738.671000', '130738.673000', '130738.676000', '130738.678000', '130738.681000', '130738.684000', '130738.686000', '130738.689000', '130738.691000', '130738.694000', '130738.697000', '130738.699000', '130738.702000', '130738.704000', '130738.707000', '130738.709000', '130738.712000', '130738.714000', '130738.717000', '130738.719000', '130738.722000', '130738.725000', '130758.613000', '130758.616000', '130758.619000', '130758.622000', '130758.624000', '130758.628000', '130758.630000', '130758.633000', '130758.636000', '130758.638000', '130758.641000', '130758.643000', '130758.646000', '130758.649000', '130758.651000', '130758.654000', '130758.656000', '130758.659000', '130758.662000', '130758.664000', '130758.667000', '130758.669000', '130758.672000', '130758.674000', '130758.677000', '130758.680000', '130758.682000', '130758.685000', '130758.688000', '130758.690000', '130758.693000', '130758.695000', '130758.698000', '130758.700000', '130758.703000', '130758.706000', '130758.708000', '130758.711000', '130758.713000', '130758.716000', '130758.718000', '130758.721000', '130758.724000', '130758.726000', '130818.615000', '130818.618000', '130818.620000', '130818.623000', '130818.625000', '130818.628000', '130818.630000', '130818.633000', '130818.636000', '130818.638000', '130818.641000', '130818.643000', '130818.646000', '130818.648000', '130818.651000', '130818.654000', '130818.656000', '130818.659000', '130818.661000', '130818.664000', '130818.666000', '130818.669000', '130818.672000', '130818.674000', '130818.677000', '130818.679000', '130818.682000', '130818.685000', '130818.687000', '130818.690000', '130818.692000', '130818.695000', '130818.697000', '130818.700000', '130818.702000', '130818.705000', '130818.708000', '130818.710000', '130818.713000', '130818.715000', '130818.718000', '130818.721000', '130818.723000', '130838.615000', '130838.618000', '130838.620000', '130838.623000', '130838.625000', '130838.628000', '130838.630000', '130838.633000', '130838.636000', '130838.638000', '130838.641000', '130838.643000', '130838.646000', '130838.648000', '130838.651000', '130838.654000', '130838.656000', '130838.659000', '130838.662000', '130838.664000', '130838.667000', '130838.669000', '130838.672000', '130838.674000', '130838.677000', '130838.679000', '130838.682000', '130838.685000', '130838.687000', '130838.690000', '130838.693000', '130838.695000', '130838.698000', '130838.700000', '130838.703000', '130838.706000', '130838.708000', '130838.711000', '130838.713000', '130838.716000', '130838.718000', '130838.721000', '130838.724000', '130838.726000', '130858.615000', '130858.618000', '130858.620000', '130858.623000', '130858.625000', '130858.628000', '130858.631000', '130858.633000', '130858.636000', '130858.638000', '130858.641000', '130858.643000', '130858.646000', '130858.649000', '130858.651000', '130858.654000', '130858.656000', '130858.659000', '130858.661000', '130858.664000', '130858.667000', '130858.669000', '130858.672000', '130858.674000', '130858.677000', '130858.692000', '130858.695000', '130858.697000', '130858.700000', '130858.703000', '130858.705000', '130858.708000', '130858.710000', '130858.713000', '130858.715000', '130858.718000', '130858.721000', '130858.723000', '130858.726000', '130858.728000', '130858.731000', '130858.734000', '130858.736000', '130918.613000', '130918.616000', '130918.619000', '130918.622000', '130918.624000', '130918.627000', '130918.630000', '130918.632000', '130918.635000', '130918.637000', '130918.640000', '130918.643000', '130918.645000', '130918.648000', '130918.651000', '130918.653000', '130918.656000', '130918.658000', '130918.661000', '130918.664000', '130918.667000', '130918.670000', '130918.672000', '130918.675000', '130918.677000', '130918.680000', '130918.683000', '130918.685000', '130918.688000', '130918.691000', '130918.693000', '130918.696000', '130918.699000', '130918.701000', '130918.704000', '130918.706000', '130918.709000', '130918.711000', '130918.714000', '130918.717000', '130918.719000', '130918.722000', '130918.724000', '130938.613000', '130938.616000', '130938.619000', '130938.622000', '130938.624000', '130938.627000', '130938.629000', '130938.632000', '130938.635000', '130938.638000', '130938.640000', '130938.643000', '130938.645000', '130938.648000', '130938.651000', '130938.653000', '130938.656000', '130938.658000', '130938.661000', '130938.663000', '130938.666000', '130938.669000', '130938.671000', '130938.674000', '130938.676000', '130938.679000', '130938.682000', '130938.684000', '130938.687000', '130938.689000', '130938.692000', '130938.694000', '130938.697000', '130938.699000', '130938.702000', '130938.705000', '130938.707000', '130938.710000', '130938.712000', '130938.715000', '130938.718000', '130938.720000', '130938.723000', '130938.725000', '130958.614000', '130958.616000', '130958.619000', '130958.622000', '130958.624000', '130958.627000', '130958.630000', '130958.632000', '130958.635000', '130958.637000', '130958.640000', '130958.643000', '130958.645000', '130958.648000', '130958.651000', '130958.653000', '130958.656000', '130958.659000', '130958.661000', '130958.664000', '130958.666000', '130958.669000', '130958.671000', '130958.674000', '130958.677000', '130958.679000', '130958.682000', '130958.684000', '130958.687000', '130958.690000', '130958.692000', '130958.695000', '130958.697000', '130958.700000', '130958.702000', '130958.705000', '130958.708000', '130958.710000', '130958.713000', '130958.716000', '130958.718000', '130958.721000', '130958.723000', '131018.614000', '131018.617000', '131018.619000', '131018.622000', '131018.625000', '131018.627000', '131018.630000', '131018.632000', '131018.635000', '131018.638000', '131018.640000', '131018.643000', '131018.645000', '131018.648000', '131018.651000', '131018.653000', '131018.657000', '131018.659000', '131018.662000', '131018.665000', '131018.667000', '131018.670000', '131018.672000', '131018.675000', '131018.677000', '131018.680000', '131018.683000', '131018.685000', '131018.688000', '131018.690000', '131018.693000', '131018.696000', '131018.698000', '131018.701000', '131018.703000', '131018.706000', '131018.708000', '131018.711000', '131018.714000', '131018.716000', '131018.719000', '131018.722000', '131018.724000', '131018.727000', '131038.615000', '131038.618000', '131038.620000', '131038.623000', '131038.625000', '131038.628000', '131038.630000', '131038.633000', '131038.636000', '131038.638000', '131038.641000', '131038.643000', '131038.646000', '131038.649000', '131038.651000', '131038.654000', '131038.656000', '131038.659000', '131038.662000', '131038.664000', '131038.667000', '131038.670000', '131038.672000', '131038.675000', '131038.677000', '131038.680000', '131038.683000', '131038.685000', '131038.688000', '131038.690000', '131038.693000', '131038.696000', '131038.698000', '131038.701000', '131038.703000', '131038.707000', '131038.710000', '131038.713000', '131038.715000', '131038.718000', '131038.720000', '131038.723000', '131038.726000', '131058.615000', '131058.617000', '131058.620000', '131058.623000', '131058.625000', '131058.628000', '131058.630000', '131058.633000', '131058.636000', '131058.638000', '131058.641000', '131058.643000', '131058.646000', '131058.649000', '131058.651000', '131058.654000', '131058.656000', '131058.659000', '131058.662000', '131058.664000', '131058.667000', '131058.670000', '131058.672000', '131058.675000', '131058.677000', '131058.680000', '131058.683000', '131058.685000', '131058.688000', '131058.691000', '131058.693000', '131058.696000', '131058.698000', '131058.701000', '131058.703000', '131058.706000', '131058.709000', '131058.711000', '131058.714000', '131058.717000', '131058.719000', '131058.722000', '131058.724000', '131058.727000', '131118.615000', '131118.618000', '131118.620000', '131118.623000', '131118.625000', '131118.628000', '131118.631000', '131118.633000', '131118.636000', '131118.638000', '131118.641000', '131118.644000', '131118.646000', '131118.649000', '131118.651000', '131118.654000', '131118.657000', '131118.659000', '131118.662000', '131118.664000', '131118.667000', '131118.670000', '131118.673000', '131118.675000', '131118.678000', '131118.681000', '131118.683000', '131118.686000', '131118.688000', '131118.691000', '131118.693000', '131118.696000', '131118.699000', '131118.701000', '131118.704000', '131118.706000', '131118.709000', '131118.712000', '131118.714000', '131118.717000', '131118.719000', '131118.722000', '131118.725000', '131138.614000', '131138.618000', '131138.621000', '131138.624000', '131138.626000', '131138.629000', '131138.632000', '131138.634000', '131138.637000', '131138.639000', '131138.642000', '131138.644000', '131138.647000', '131138.650000', '131138.652000', '131138.655000', '131138.657000', '131138.660000', '131138.663000', '131138.665000', '131138.668000', '131138.670000', '131138.673000', '131138.676000', '131138.678000', '131138.681000', '131138.683000', '131138.686000', '131138.689000', '131138.691000', '131138.694000', '131138.696000', '131138.699000', '131138.702000', '131138.704000', '131138.707000', '131138.709000', '131138.712000', '131138.714000', '131138.717000', '131138.720000', '131138.722000', '131138.725000', '131138.727000', '131158.614000', '131158.617000', '131158.619000', '131158.622000', '131158.625000', '131158.627000', '131158.630000', '131158.633000', '131158.635000', '131158.638000', '131158.640000', '131158.643000', '131158.645000', '131158.648000', '131158.651000', '131158.653000', '131158.656000', '131158.658000', '131158.686000', '131158.689000', '131158.691000', '131158.694000', '131158.697000', '131158.699000', '131158.702000', '131158.705000', '131158.707000', '131158.710000', '131158.712000', '131158.715000', '131158.717000', '131158.720000', '131158.723000', '131158.725000', '131158.728000', '131158.730000', '131158.733000', '131158.736000', '131158.738000', '131158.741000', '131158.743000', '131158.746000', '131158.749000', '131218.614000', '131218.617000', '131218.619000', '131218.622000', '131218.624000', '131218.627000', '131218.630000', '131218.632000', '131218.635000', '131218.637000', '131218.640000', '131218.643000', '131218.645000', '131218.648000', '131218.650000', '131218.653000', '131218.655000', '131218.658000', '131218.661000', '131218.663000', '131218.666000', '131218.669000', '131218.671000', '131218.674000', '131218.676000', '131218.679000', '131218.681000', '131218.684000', '131218.686000', '131218.689000', '131218.692000', '131218.694000', '131218.697000', '131218.699000', '131218.702000', '131218.705000', '131218.707000', '131218.710000', '131218.712000', '131218.715000', '131218.717000', '131218.720000', '131218.722000', '131218.725000', '131229.065000', '131229.068000', '131229.071000', '131229.074000', '131229.076000', '131229.079000', '131229.082000', '131229.084000', '131229.087000', '131229.090000', '131229.092000', '131229.095000', '131229.098000', '131229.100000', '131229.103000', '131229.106000', '131229.109000', '131229.111000', '131229.114000', '131229.117000', '131229.120000', '131229.123000', '131229.126000'], 'InstanceCreationTime': ['130558.679000', '130558.682000', '130558.685000', '130558.688000', '130558.691000', '130558.693000', '130558.696000', '130558.698000', '130558.701000', '130558.703000', '130558.706000', '130558.717000', '130558.720000', '130558.722000', '130558.725000', '130558.728000', '130558.730000', '130558.733000', '130558.735000', '130558.738000', '130558.741000', '130558.743000', '130558.754000', '130618.614000', '130618.617000', '130618.620000', '130618.623000', '130618.625000', '130618.628000', '130618.630000', '130618.633000', '130618.635000', '130618.638000', '130618.640000', '130618.643000', '130618.645000', '130618.648000', '130618.651000', '130618.653000', '130618.656000', '130618.658000', '130618.661000', '130618.663000', '130618.666000', '130618.669000', '130618.671000', '130618.674000', '130618.676000', '130618.679000', '130618.681000', '130618.693000', '130618.696000', '130618.699000', '130618.701000', '130618.704000', '130618.706000', '130618.709000', '130618.712000', '130618.714000', '130618.717000', '130618.719000', '130618.722000', '130618.724000', '130618.727000', '130618.729000', '130618.732000', '130638.614000', '130638.617000', '130638.620000', '130638.622000', '130638.625000', '130638.628000', '130638.630000', '130638.633000', '130638.635000', '130638.638000', '130638.640000', '130638.643000', '130638.646000', '130638.648000', '130638.651000', '130638.654000', '130638.656000', '130638.659000', '130638.662000', '130638.664000', '130638.667000', '130638.669000', '130638.672000', '130638.674000', '130638.677000', '130638.679000', '130638.682000', '130638.685000', '130638.687000', '130638.690000', '130638.692000', '130638.695000', '130638.697000', '130638.700000', '130638.703000', '130638.705000', '130638.708000', '130638.710000', '130638.714000', '130638.717000', '130638.719000', '130638.722000', '130638.725000', '130658.613000', '130658.616000', '130658.619000', '130658.622000', '130658.624000', '130658.627000', '130658.629000', '130658.632000', '130658.635000', '130658.637000', '130658.640000', '130658.642000', '130658.645000', '130658.647000', '130658.650000', '130658.653000', '130658.655000', '130658.658000', '130658.660000', '130658.663000', '130658.666000', '130658.668000', '130658.671000', '130658.673000', '130658.676000', '130658.678000', '130658.681000', '130658.684000', '130658.686000', '130658.689000', '130658.692000', '130658.694000', '130658.697000', '130658.699000', '130658.702000', '130658.704000', '130658.707000', '130658.709000', '130658.712000', '130658.715000', '130658.717000', '130658.720000', '130658.722000', '130658.725000', '130718.614000', '130718.617000', '130718.619000', '130718.622000', '130718.624000', '130718.627000', '130718.630000', '130718.632000', '130718.635000', '130718.637000', '130718.640000', '130718.642000', '130718.645000', '130718.648000', '130718.650000', '130718.653000', '130718.655000', '130718.658000', '130718.660000', '130718.663000', '130718.666000', '130718.668000', '130718.671000', '130718.673000', '130718.676000', '130718.678000', '130718.681000', '130718.683000', '130718.686000', '130718.688000', '130718.706000', '130718.709000', '130718.711000', '130718.714000', '130718.716000', '130718.719000', '130718.722000', '130718.724000', '130718.727000', '130718.729000', '130718.732000', '130718.735000', '130718.737000', '130738.614000', '130738.617000', '130738.619000', '130738.622000', '130738.624000', '130738.627000', '130738.629000', '130738.632000', '130738.635000', '130738.637000', '130738.640000', '130738.642000', '130738.645000', '130738.647000', '130738.650000', '130738.653000', '130738.655000', '130738.658000', '130738.660000', '130738.663000', '130738.665000', '130738.668000', '130738.671000', '130738.673000', '130738.676000', '130738.678000', '130738.681000', '130738.684000', '130738.686000', '130738.689000', '130738.691000', '130738.694000', '130738.697000', '130738.699000', '130738.702000', '130738.704000', '130738.707000', '130738.709000', '130738.712000', '130738.714000', '130738.717000', '130738.719000', '130738.722000', '130738.725000', '130758.613000', '130758.616000', '130758.619000', '130758.622000', '130758.624000', '130758.628000', '130758.630000', '130758.633000', '130758.636000', '130758.638000', '130758.641000', '130758.643000', '130758.646000', '130758.649000', '130758.651000', '130758.654000', '130758.656000', '130758.659000', '130758.662000', '130758.664000', '130758.667000', '130758.669000', '130758.672000', '130758.674000', '130758.677000', '130758.680000', '130758.682000', '130758.685000', '130758.688000', '130758.690000', '130758.693000', '130758.695000', '130758.698000', '130758.700000', '130758.703000', '130758.706000', '130758.708000', '130758.711000', '130758.713000', '130758.716000', '130758.718000', '130758.721000', '130758.724000', '130758.726000', '130818.615000', '130818.618000', '130818.620000', '130818.623000', '130818.625000', '130818.628000', '130818.630000', '130818.633000', '130818.636000', '130818.638000', '130818.641000', '130818.643000', '130818.646000', '130818.648000', '130818.651000', '130818.654000', '130818.656000', '130818.659000', '130818.661000', '130818.664000', '130818.666000', '130818.669000', '130818.672000', '130818.674000', '130818.677000', '130818.679000', '130818.682000', '130818.685000', '130818.687000', '130818.690000', '130818.692000', '130818.695000', '130818.697000', '130818.700000', '130818.702000', '130818.705000', '130818.708000', '130818.710000', '130818.713000', '130818.715000', '130818.718000', '130818.721000', '130818.723000', '130838.615000', '130838.618000', '130838.620000', '130838.623000', '130838.625000', '130838.628000', '130838.630000', '130838.633000', '130838.636000', '130838.638000', '130838.641000', '130838.643000', '130838.646000', '130838.648000', '130838.651000', '130838.654000', '130838.656000', '130838.659000', '130838.662000', '130838.664000', '130838.667000', '130838.669000', '130838.672000', '130838.674000', '130838.677000', '130838.679000', '130838.682000', '130838.685000', '130838.687000', '130838.690000', '130838.693000', '130838.695000', '130838.698000', '130838.700000', '130838.703000', '130838.706000', '130838.708000', '130838.711000', '130838.713000', '130838.716000', '130838.718000', '130838.721000', '130838.724000', '130838.726000', '130858.615000', '130858.618000', '130858.620000', '130858.623000', '130858.625000', '130858.628000', '130858.631000', '130858.633000', '130858.636000', '130858.638000', '130858.641000', '130858.643000', '130858.646000', '130858.649000', '130858.651000', '130858.654000', '130858.656000', '130858.659000', '130858.661000', '130858.664000', '130858.667000', '130858.669000', '130858.672000', '130858.674000', '130858.677000', '130858.692000', '130858.695000', '130858.697000', '130858.700000', '130858.703000', '130858.705000', '130858.708000', '130858.710000', '130858.713000', '130858.715000', '130858.718000', '130858.721000', '130858.723000', '130858.726000', '130858.728000', '130858.731000', '130858.734000', '130858.736000', '130918.613000', '130918.616000', '130918.619000', '130918.622000', '130918.624000', '130918.627000', '130918.630000', '130918.632000', '130918.635000', '130918.637000', '130918.640000', '130918.643000', '130918.645000', '130918.648000', '130918.651000', '130918.653000', '130918.656000', '130918.658000', '130918.661000', '130918.664000', '130918.667000', '130918.670000', '130918.672000', '130918.675000', '130918.677000', '130918.680000', '130918.683000', '130918.685000', '130918.688000', '130918.691000', '130918.693000', '130918.696000', '130918.699000', '130918.701000', '130918.704000', '130918.706000', '130918.709000', '130918.711000', '130918.714000', '130918.717000', '130918.719000', '130918.722000', '130918.724000', '130938.613000', '130938.616000', '130938.619000', '130938.622000', '130938.624000', '130938.627000', '130938.629000', '130938.632000', '130938.635000', '130938.638000', '130938.640000', '130938.643000', '130938.645000', '130938.648000', '130938.651000', '130938.653000', '130938.656000', '130938.658000', '130938.661000', '130938.663000', '130938.666000', '130938.669000', '130938.671000', '130938.674000', '130938.676000', '130938.679000', '130938.682000', '130938.684000', '130938.687000', '130938.689000', '130938.692000', '130938.694000', '130938.697000', '130938.699000', '130938.702000', '130938.705000', '130938.707000', '130938.710000', '130938.712000', '130938.715000', '130938.718000', '130938.720000', '130938.723000', '130938.725000', '130958.614000', '130958.616000', '130958.619000', '130958.622000', '130958.624000', '130958.627000', '130958.630000', '130958.632000', '130958.635000', '130958.637000', '130958.640000', '130958.643000', '130958.645000', '130958.648000', '130958.651000', '130958.653000', '130958.656000', '130958.659000', '130958.661000', '130958.664000', '130958.666000', '130958.669000', '130958.671000', '130958.674000', '130958.677000', '130958.679000', '130958.682000', '130958.684000', '130958.687000', '130958.690000', '130958.692000', '130958.695000', '130958.697000', '130958.700000', '130958.702000', '130958.705000', '130958.708000', '130958.710000', '130958.713000', '130958.716000', '130958.718000', '130958.721000', '130958.723000', '131018.614000', '131018.617000', '131018.619000', '131018.622000', '131018.625000', '131018.627000', '131018.630000', '131018.632000', '131018.635000', '131018.638000', '131018.640000', '131018.643000', '131018.645000', '131018.648000', '131018.651000', '131018.653000', '131018.657000', '131018.659000', '131018.662000', '131018.665000', '131018.667000', '131018.670000', '131018.672000', '131018.675000', '131018.677000', '131018.680000', '131018.683000', '131018.685000', '131018.688000', '131018.690000', '131018.693000', '131018.696000', '131018.698000', '131018.701000', '131018.703000', '131018.706000', '131018.708000', '131018.711000', '131018.714000', '131018.716000', '131018.719000', '131018.722000', '131018.724000', '131018.727000', '131038.615000', '131038.618000', '131038.620000', '131038.623000', '131038.625000', '131038.628000', '131038.630000', '131038.633000', '131038.636000', '131038.638000', '131038.641000', '131038.643000', '131038.646000', '131038.649000', '131038.651000', '131038.654000', '131038.656000', '131038.659000', '131038.662000', '131038.664000', '131038.667000', '131038.670000', '131038.672000', '131038.675000', '131038.677000', '131038.680000', '131038.683000', '131038.685000', '131038.688000', '131038.690000', '131038.693000', '131038.696000', '131038.698000', '131038.701000', '131038.703000', '131038.707000', '131038.710000', '131038.713000', '131038.715000', '131038.718000', '131038.720000', '131038.723000', '131038.726000', '131058.615000', '131058.617000', '131058.620000', '131058.623000', '131058.625000', '131058.628000', '131058.630000', '131058.633000', '131058.636000', '131058.638000', '131058.641000', '131058.643000', '131058.646000', '131058.649000', '131058.651000', '131058.654000', '131058.656000', '131058.659000', '131058.662000', '131058.664000', '131058.667000', '131058.670000', '131058.672000', '131058.675000', '131058.677000', '131058.680000', '131058.683000', '131058.685000', '131058.688000', '131058.691000', '131058.693000', '131058.696000', '131058.698000', '131058.701000', '131058.703000', '131058.706000', '131058.709000', '131058.711000', '131058.714000', '131058.717000', '131058.719000', '131058.722000', '131058.724000', '131058.727000', '131118.615000', '131118.618000', '131118.620000', '131118.623000', '131118.625000', '131118.628000', '131118.631000', '131118.633000', '131118.636000', '131118.638000', '131118.641000', '131118.644000', '131118.646000', '131118.649000', '131118.651000', '131118.654000', '131118.657000', '131118.659000', '131118.662000', '131118.664000', '131118.667000', '131118.670000', '131118.673000', '131118.675000', '131118.678000', '131118.681000', '131118.683000', '131118.686000', '131118.688000', '131118.691000', '131118.693000', '131118.696000', '131118.699000', '131118.701000', '131118.704000', '131118.706000', '131118.709000', '131118.712000', '131118.714000', '131118.717000', '131118.719000', '131118.722000', '131118.725000', '131138.614000', '131138.618000', '131138.621000', '131138.624000', '131138.626000', '131138.629000', '131138.632000', '131138.634000', '131138.637000', '131138.639000', '131138.642000', '131138.644000', '131138.647000', '131138.650000', '131138.652000', '131138.655000', '131138.657000', '131138.660000', '131138.663000', '131138.665000', '131138.668000', '131138.670000', '131138.673000', '131138.676000', '131138.678000', '131138.681000', '131138.683000', '131138.686000', '131138.689000', '131138.691000', '131138.694000', '131138.696000', '131138.699000', '131138.702000', '131138.704000', '131138.707000', '131138.709000', '131138.712000', '131138.714000', '131138.717000', '131138.720000', '131138.722000', '131138.725000', '131138.727000', '131158.614000', '131158.617000', '131158.619000', '131158.622000', '131158.625000', '131158.627000', '131158.630000', '131158.633000', '131158.635000', '131158.638000', '131158.640000', '131158.643000', '131158.645000', '131158.648000', '131158.651000', '131158.653000', '131158.656000', '131158.658000', '131158.686000', '131158.689000', '131158.691000', '131158.694000', '131158.697000', '131158.699000', '131158.702000', '131158.705000', '131158.707000', '131158.710000', '131158.712000', '131158.715000', '131158.717000', '131158.720000', '131158.723000', '131158.725000', '131158.728000', '131158.730000', '131158.733000', '131158.736000', '131158.738000', '131158.741000', '131158.743000', '131158.746000', '131158.749000', '131218.614000', '131218.617000', '131218.619000', '131218.622000', '131218.624000', '131218.627000', '131218.630000', '131218.632000', '131218.635000', '131218.637000', '131218.640000', '131218.643000', '131218.645000', '131218.648000', '131218.650000', '131218.653000', '131218.655000', '131218.658000', '131218.661000', '131218.663000', '131218.666000', '131218.669000', '131218.671000', '131218.674000', '131218.676000', '131218.679000', '131218.681000', '131218.684000', '131218.686000', '131218.689000', '131218.692000', '131218.694000', '131218.697000', '131218.699000', '131218.702000', '131218.705000', '131218.707000', '131218.710000', '131218.712000', '131218.715000', '131218.717000', '131218.720000', '131218.722000', '131218.725000', '131229.065000', '131229.068000', '131229.071000', '131229.074000', '131229.076000', '131229.079000', '131229.082000', '131229.084000', '131229.087000', '131229.090000', '131229.092000', '131229.095000', '131229.098000', '131229.100000', '131229.103000', '131229.106000', '131229.109000', '131229.111000', '131229.114000', '131229.117000', '131229.120000', '131229.123000', '131229.126000'], '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': [9942, 9953, 8536, 10022, 7803, 6517, 8870, 7473, 7248, 8505, 10886, 8922, 8279, 11044, 8379, 8154, 10708, 9221, 8530, 8859, 8130, 8390, 8051, 6688, 7633, 6442, 7570, 8558, 8798, 7431, 8500, 7586, 7477, 8931, 7602, 10917, 8844, 8728, 12901, 8697, 13312, 8397, 12475, 8389, 11344, 8408, 6874, 10050, 7066, 7751, 7725, 8810, 8122, 6464, 8646, 6443, 8834, 6304, 9552, 6578, 8013, 7018, 8193, 6649, 8809, 6702, 8528, 6758, 9284, 6889, 10141, 6662, 7693, 6906, 7124, 6892, 6049, 7576, 6170, 6523, 6635, 5480, 6614, 5704, 6585, 6307, 10158, 6650, 9293, 8379, 9075, 7601, 9782, 7165, 9903, 7232, 8426, 8073, 6337, 7559, 5750, 7114, 5626, 7344, 5822, 5866, 6890, 5457, 8741, 6823, 7620, 7425, 10369, 8408, 12550, 11077, 12385, 13252, 8368, 13692, 6255, 11385, 6442, 9402, 6043, 8734, 6140, 8311, 6116, 8652, 6587, 8735, 7840, 8638, 7285, 7924, 6347, 7634, 7018, 5961, 9519, 6126, 8906, 7860, 6220, 9860, 6101, 7706, 5900, 8006, 6818, 7936, 6690, 8155, 6673, 9899, 8751, 12068, 12750, 10531, 13475, 10234, 9335, 8297, 7452, 13593, 7260, 8751, 6224, 5548, 7147, 6838, 7995, 6010, 8850, 6796, 9324, 7344, 9373, 7797, 10130, 13571, 11206, 14276, 12807, 10956, 8760, 9207, 9412, 6165, 8245, 5989, 8595, 6309, 9165, 6810, 8363, 7710, 8500, 7776, 6501, 8361, 6378, 8610, 9406, 8938, 6637, 9225, 7586, 7695, 7796, 6586, 8306, 9270, 12322, 7141, 7615, 7720, 6051, 7571, 6974, 5415, 6728, 7184, 8349, 7214, 6415, 7336, 6457, 9931, 7980, 10740, 11269, 8890, 12672, 9946, 13157, 10037, 9623, 10156, 8283, 13198, 7687, 5735, 7787, 6179, 8156, 6715, 6964, 7210, 6163, 7834, 6363, 8829, 7201, 5759, 7892, 5979, 8414, 6654, 7683, 6872, 9237, 7375, 8483, 7980, 7875, 7361, 8553, 7681, 6517, 9674, 7526, 13692, 9381, 7872, 8179, 5684, 8658, 6558, 7744, 6277, 7506, 6304, 7894, 6451, 7300, 7181, 7434, 7438, 8800, 9560, 11594, 11553, 9128, 11805, 8977, 11478, 7047, 11253, 8315, 12202, 7663, 6868, 8290, 5980, 7825, 6716, 6511, 6995, 6159, 8102, 6288, 6294, 6496, 6481, 7215, 6517, 8129, 8203, 7733, 12230, 9583, 12581, 9041, 10712, 7522, 9346, 6846, 9228, 6709, 8379, 7319, 5813, 6215, 5499, 7259, 5485, 8105, 5937, 5835, 7351, 5469, 8803, 6402, 8537, 7534, 8607, 7796, 10960, 6875, 11111, 6530, 9408, 9542, 12339, 7750, 9797, 7990, 12616, 9817, 12030, 9611, 8702, 13509, 9366, 9121, 6957, 5938, 7884, 6514, 6206, 7065, 6430, 7955, 7001, 9902, 8091, 12765, 7751, 12790, 7553, 12759, 9881, 14035, 11776, 9979, 7762, 6081, 7114, 6296, 7098, 5929, 7014, 6614, 5852, 6798, 6191, 7715, 6247, 10260, 7532, 11219, 6494, 9479, 6920, 8202, 7912, 8369, 11786, 6183, 8289, 6330, 7970, 6489, 7385, 6535, 6405, 6707, 6826, 7178, 5847, 7156, 5821, 8300, 6233, 11172, 6847, 9476, 5645, 5360, 6261, 6721, 8767, 6218, 7106, 7541, 6774, 9271, 6883, 6484, 8146, 7714, 11834, 11117, 13607, 11939, 13356, 10899, 10659, 13804, 9804, 13617, 10576, 9574, 6716, 7416, 6818, 6530, 6928, 6270, 7175, 9534, 8267, 6453, 7388, 6763, 6254, 7570, 9407, 7788, 6549, 8023, 6161, 9025, 7522, 11612, 9148, 8549, 8986, 6438, 7486, 7335, 5789, 6526, 5843, 6826, 6541, 8042, 6299, 9127, 6795, 7610, 7036, 5833, 7169, 6789, 7652, 7805, 12162, 8531, 12572, 6475, 8875, 6379, 7726, 6926, 6113, 11401, 7520, 13464, 9461, 13316, 10285, 10630, 6632, 8247, 6555, 7697, 6485, 8930, 6894, 8520, 8072, 8710, 7214, 6627, 6831, 6552, 7102, 6843, 7402, 6270, 8339, 6335, 8466, 6766, 8934, 6721, 8902, 7672, 7984, 7762, 6584, 11601, 7353, 9521, 6558, 7710, 8129, 6555, 8392, 6848, 7862, 6831, 8131, 6499, 8564, 6824, 12450, 9577, 12753, 10247, 6608, 7638, 6269, 8795, 6686, 10104, 7267, 8614, 7319, 6061, 7500, 9132, 9030, 6376, 10412, 7939, 10642, 8591, 7030, 9140, 6220, 7309, 6782, 6632, 6812, 6450, 6939, 6388, 8209, 6218, 7751, 7018, 9016, 9111, 6929, 12628, 8148, 10342, 7519, 6632, 7204, 6608, 7874, 6256, 8600, 7131, 10742, 7113, 6354, 7394, 7492, 8284, 6439, 10818, 8156, 8347, 6959, 6483, 7145, 7547, 7805, 6532, 8111, 6220, 9032, 7131, 9151, 8185, 6088, 11752, 5986, 5682, 5812, 5696, 8337, 6325, 7070, 7627, 6675, 8646, 7312, 7548, 8063, 8635, 11888, 9815, 12308, 9613, 12849, 8863, 13130, 8822, 11877, 8847, 8991, 6687, 7706, 6629, 6880, 6637, 5744, 6990, 6599, 7666, 6197, 5779, 6312, 6035, 6458, 5763, 8285, 6251, 8125, 6241, 5855, 6388, 6733, 7786, 6647, 7558, 7141, 6039, 7955, 7097, 9329, 9331, 12931, 10719, 13873, 12297, 11377, 9302, 6312, 8072, 6093, 7199, 6021, 7409, 6063, 7513, 6456, 7741, 5932, 7745, 6970, 6535, 7013, 6090, 7693, 6539, 8501, 6959, 9831, 7277, 11577, 7241, 11286, 8126, 11722, 11632, 10619, 13795, 9405, 14079, 8903, 11413, 8578, 9453, 7204, 5912, 6975, 6104, 6960, 6259, 7033, 6387, 7437, 8000, 7969, 7809, 9631, 7771, 9718, 6994, 9052, 7062, 8815, 7039, 7732, 7029, 6723, 7147, 8407, 8787, 6383, 6823, 6321, 6412, 6868, 7066, 7886, 5791, 9228, 7374, 8024, 6525, 5928, 6636, 6826, 7618, 8036, 9043, 7890, 13087, 10647, 13864, 12245, 12999, 12512, 9871, 13273, 6531, 8161, 6658, 7681, 6838, 7500, 6927, 7060, 7321, 7376, 7599, 6814, 7809, 9583, 8491, 6850, 8353, 7176, 7502, 7550, 6715, 7992, 8988, 11431, 8434, 13187, 7652, 9269, 7902, 6850, 8035, 7049, 7928, 6807, 7811, 6716, 7238, 6599, 7435, 7179, 7753, 6047, 10177, 8586, 12062, 5835, 7894, 6203, 5562, 6155, 5943, 6707, 5964, 7772, 6957, 9374, 6400, 8258, 6450, 8171, 6129, 8172, 7569, 9945, 7467, 6040, 6522, 6771, 7618, 8443, 11017, 6575, 10118, 6677, 11022, 7938, 13193, 10639, 8509, 6980, 6566, 7563, 6944, 7734, 6038, 8143, 6548, 7436], 'WindowCenter': [3519.0, 3503.0, 3480.0, 3489.0, 3464.0, 3443.0, 3475.0, 3464.0, 3466.0, 3489.0, 3513.0, 3492.0, 3493.0, 3525.0, 3504.0, 3507.0, 3529.0, 3518.0, 3520.0, 3520.0, 3524.0, 3522.0, 3509.0, 3498.0, 3507.0, 3487.0, 3509.0, 3522.0, 3522.0, 3514.0, 3519.0, 3508.0, 3498.0, 3509.0, 3497.0, 3527.0, 3508.0, 3507.0, 3538.0, 3497.0, 3527.0, 3494.0, 3527.0, 3495.0, 3514.0, 3493.0, 3484.0, 3516.0, 3484.0, 3495.0, 3496.0, 3519.0, 3508.0, 3488.0, 3520.0, 3500.0, 3520.0, 3499.0, 3532.0, 3513.0, 3520.0, 3510.0, 3509.0, 3498.0, 3518.0, 3497.0, 3509.0, 3486.0, 3518.0, 3485.0, 3519.0, 3487.0, 3495.0, 3486.0, 3485.0, 3495.0, 3502.0, 3510.0, 3502.0, 3502.0, 3513.0, 3502.0, 3517.0, 3490.0, 3472.0, 3488.0, 3517.0, 3497.0, 3535.0, 3535.0, 3547.0, 3538.0, 3559.0, 3524.0, 3542.0, 3507.0, 3505.0, 3506.0, 3500.0, 3509.0, 3489.0, 3511.0, 3500.0, 3512.0, 3504.0, 3500.0, 3512.0, 3490.0, 3534.0, 3512.0, 3525.0, 3523.0, 3544.0, 3523.0, 3555.0, 3544.0, 3553.0, 3553.0, 3508.0, 3551.0, 3488.0, 3540.0, 3500.0, 3530.0, 3499.0, 3518.0, 3488.0, 3519.0, 3499.0, 3521.0, 3499.0, 3519.0, 3520.0, 3520.0, 3510.0, 3509.0, 3498.0, 3511.0, 3509.0, 3490.0, 3533.0, 3502.0, 3533.0, 3537.0, 3516.0, 3560.0, 3517.0, 3523.0, 3501.0, 3521.0, 3500.0, 3522.0, 3500.0, 3522.0, 3513.0, 3533.0, 3520.0, 3541.0, 3538.0, 3516.0, 3536.0, 3514.0, 3504.0, 3493.0, 3484.0, 3540.0, 3495.0, 3504.0, 3484.0, 3472.0, 3494.0, 3497.0, 3509.0, 3486.0, 3519.0, 3498.0, 3520.0, 3497.0, 3517.0, 3507.0, 3517.0, 3552.0, 3541.0, 3550.0, 3541.0, 3530.0, 3520.0, 3533.0, 3521.0, 3500.0, 3509.0, 3485.0, 3507.0, 3484.0, 3518.0, 3486.0, 3505.0, 3495.0, 3504.0, 3495.0, 3470.0, 3491.0, 3470.0, 3490.0, 3491.0, 3491.0, 3470.0, 3490.0, 3480.0, 3482.0, 3493.0, 3482.0, 3493.0, 3505.0, 3527.0, 3484.0, 3509.0, 3513.0, 3489.0, 3509.0, 3499.0, 3489.0, 3502.0, 3511.0, 3524.0, 3514.0, 3502.0, 3514.0, 3505.0, 3546.0, 3521.0, 3541.0, 3543.0, 3518.0, 3540.0, 3517.0, 3541.0, 3518.0, 3529.0, 3529.0, 3519.0, 3550.0, 3494.0, 3473.0, 3494.0, 3473.0, 3494.0, 3485.0, 3493.0, 3497.0, 3487.0, 3509.0, 3498.0, 3518.0, 3498.0, 3476.0, 3510.0, 3489.0, 3509.0, 3500.0, 3508.0, 3498.0, 3519.0, 3497.0, 3507.0, 3507.0, 3505.0, 3495.0, 3504.0, 3497.0, 3485.0, 3519.0, 3508.0, 3553.0, 3532.0, 3520.0, 3522.0, 3502.0, 3533.0, 3502.0, 3525.0, 3500.0, 3511.0, 3502.0, 3521.0, 3500.0, 3512.0, 3511.0, 3509.0, 3509.0, 3519.0, 3517.0, 3528.0, 3526.0, 3503.0, 3514.0, 3502.0, 3515.0, 3481.0, 3527.0, 3504.0, 3528.0, 3492.0, 3484.0, 3505.0, 3485.0, 3507.0, 3496.0, 3488.0, 3512.0, 3502.0, 3522.0, 3502.0, 3499.0, 3501.0, 3500.0, 3509.0, 3500.0, 3509.0, 3507.0, 3496.0, 3527.0, 3505.0, 3527.0, 3505.0, 3513.0, 3494.0, 3504.0, 3482.0, 3504.0, 3484.0, 3491.0, 3483.0, 3473.0, 3473.0, 3475.0, 3508.0, 3491.0, 3522.0, 3503.0, 3504.0, 3526.0, 3505.0, 3549.0, 3517.0, 3537.0, 3527.0, 3536.0, 3524.0, 3556.0, 3513.0, 3544.0, 3500.0, 3531.0, 3534.0, 3553.0, 3510.0, 3530.0, 3508.0, 3538.0, 3516.0, 3529.0, 3518.0, 3507.0, 3542.0, 3522.0, 3519.0, 3498.0, 3500.0, 3510.0, 3498.0, 3489.0, 3500.0, 3487.0, 3509.0, 3497.0, 3518.0, 3497.0, 3538.0, 3494.0, 3527.0, 3481.0, 3526.0, 3517.0, 3540.0, 3528.0, 3517.0, 3495.0, 3486.0, 3496.0, 3499.0, 3497.0, 3488.0, 3499.0, 3499.0, 3487.0, 3500.0, 3488.0, 3510.0, 3499.0, 3532.0, 3509.0, 3531.0, 3486.0, 3518.0, 3498.0, 3507.0, 3511.0, 3509.0, 3541.0, 3486.0, 3508.0, 3487.0, 3508.0, 3486.0, 3499.0, 3488.0, 3487.0, 3498.0, 3498.0, 3498.0, 3476.0, 3496.0, 3476.0, 3520.0, 3488.0, 3529.0, 3499.0, 3531.0, 3488.0, 3474.0, 3497.0, 3500.0, 3522.0, 3502.0, 3511.0, 3527.0, 3514.0, 3535.0, 3511.0, 3501.0, 3521.0, 3512.0, 3557.0, 3542.0, 3556.0, 3544.0, 3554.0, 3532.0, 3531.0, 3554.0, 3529.0, 3551.0, 3530.0, 3520.0, 3498.0, 3495.0, 3483.0, 3471.0, 3484.0, 3484.0, 3482.0, 3518.0, 3506.0, 3485.0, 3484.0, 3482.0, 3473.0, 3493.0, 3504.0, 3495.0, 3472.0, 3495.0, 3474.0, 3506.0, 3497.0, 3530.0, 3518.0, 3507.0, 3519.0, 3488.0, 3510.0, 3512.0, 3492.0, 3501.0, 3491.0, 3499.0, 3500.0, 3522.0, 3503.0, 3534.0, 3502.0, 3509.0, 3512.0, 3489.0, 3499.0, 3488.0, 3497.0, 3499.0, 3557.0, 3522.0, 3542.0, 3485.0, 3506.0, 3486.0, 3507.0, 3499.0, 3486.0, 3542.0, 3511.0, 3555.0, 3535.0, 3554.0, 3545.0, 3541.0, 3498.0, 3507.0, 3484.0, 3496.0, 3485.0, 3507.0, 3486.0, 3507.0, 3498.0, 3507.0, 3485.0, 3484.0, 3484.0, 3485.0, 3496.0, 3486.0, 3496.0, 3488.0, 3510.0, 3487.0, 3509.0, 3500.0, 3519.0, 3486.0, 3508.0, 3495.0, 3506.0, 3507.0, 3499.0, 3545.0, 3499.0, 3531.0, 3500.0, 3512.0, 3523.0, 3504.0, 3524.0, 3514.0, 3522.0, 3502.0, 3511.0, 3501.0, 3521.0, 3503.0, 3553.0, 3533.0, 3542.0, 3529.0, 3487.0, 3496.0, 3484.0, 3507.0, 3487.0, 3519.0, 3498.0, 3506.0, 3496.0, 3472.0, 3485.0, 3503.0, 3505.0, 3473.0, 3514.0, 3497.0, 3518.0, 3506.0, 3485.0, 3518.0, 3488.0, 3500.0, 3496.0, 3514.0, 3502.0, 3500.0, 3499.0, 3500.0, 3521.0, 3491.0, 3512.0, 3513.0, 3523.0, 3523.0, 3500.0, 3543.0, 3510.0, 3532.0, 3509.0, 3501.0, 3510.0, 3500.0, 3512.0, 3498.0, 3521.0, 3513.0, 3532.0, 3499.0, 3487.0, 3496.0, 3498.0, 3509.0, 3500.0, 3532.0, 3514.0, 3510.0, 3498.0, 3487.0, 3498.0, 3497.0, 3496.0, 3486.0, 3509.0, 3488.0, 3521.0, 3503.0, 3522.0, 3521.0, 3490.0, 3555.0, 3492.0, 3492.0, 3505.0, 3504.0, 3537.0, 3517.0, 3527.0, 3527.0, 3528.0, 3537.0, 3528.0, 3527.0, 3526.0, 3523.0, 3545.0, 3519.0, 3532.0, 3508.0, 3527.0, 3493.0, 3526.0, 3491.0, 3512.0, 3490.0, 3478.0, 3466.0, 3468.0, 3470.0, 3470.0, 3471.0, 3463.0, 3484.0, 3484.0, 3495.0, 3475.0, 3476.0, 3487.0, 3476.0, 3489.0, 3490.0, 3523.0, 3501.0, 3512.0, 3503.0, 3491.0, 3500.0, 3502.0, 3523.0, 3514.0, 3524.0, 3514.0, 3490.0, 3510.0, 3497.0, 3521.0, 3522.0, 3555.0, 3533.0, 3554.0, 3543.0, 3542.0, 3521.0, 3489.0, 3511.0, 3500.0, 3499.0, 3488.0, 3498.0, 3488.0, 3499.0, 3488.0, 3497.0, 3486.0, 3500.0, 3498.0, 3485.0, 3485.0, 3473.0, 3496.0, 3485.0, 3506.0, 3495.0, 3518.0, 3495.0, 3529.0, 3494.0, 3516.0, 3496.0, 3528.0, 3526.0, 3516.0, 3539.0, 3505.0, 3539.0, 3508.0, 3529.0, 3507.0, 3518.0, 3497.0, 3477.0, 3499.0, 3488.0, 3496.0, 3487.0, 3498.0, 3486.0, 3495.0, 3508.0, 3496.0, 3494.0, 3506.0, 3483.0, 3504.0, 3471.0, 3492.0, 3469.0, 3492.0, 3482.0, 3482.0, 3484.0, 3484.0, 3484.0, 3505.0, 3506.0, 3486.0, 3486.0, 3488.0, 3498.0, 3499.0, 3499.0, 3510.0, 3491.0, 3533.0, 3512.0, 3523.0, 3502.0, 3501.0, 3501.0, 3501.0, 3509.0, 3509.0, 3522.0, 3509.0, 3553.0, 3533.0, 3552.0, 3543.0, 3543.0, 3543.0, 3520.0, 3541.0, 3500.0, 3521.0, 3500.0, 3497.0, 3487.0, 3494.0, 3497.0, 3486.0, 3495.0, 3493.0, 3495.0, 3473.0, 3481.0, 3505.0, 3493.0, 3471.0, 3494.0, 3483.0, 3483.0, 3495.0, 3484.0, 3496.0, 3507.0, 3530.0, 3495.0, 3527.0, 3494.0, 3506.0, 3496.0, 3485.0, 3494.0, 3485.0, 3495.0, 3484.0, 3495.0, 3484.0, 3484.0, 3484.0, 3481.0, 3481.0, 3481.0, 3473.0, 3515.0, 3495.0, 3526.0, 3462.0, 3495.0, 3484.0, 3475.0, 3488.0, 3487.0, 3499.0, 3490.0, 3512.0, 3512.0, 3534.0, 3503.0, 3523.0, 3502.0, 3510.0, 3490.0, 3510.0, 3512.0, 3533.0, 3512.0, 3490.0, 3501.0, 3500.0, 3508.0, 3509.0, 3531.0, 3486.0, 3520.0, 3487.0, 3530.0, 3508.0, 3542.0, 3519.0, 3506.0, 3484.0, 3484.0, 3498.0, 3483.0, 3495.0, 3474.0, 3493.0, 3486.0, 3493.0], 'WindowWidth': [8001.0, 7966.0, 7928.0, 7937.0, 7898.0, 7868.0, 7912.0, 7899.0, 7903.0, 7938.0, 7975.0, 7947.0, 7949.0, 7995.0, 7969.0, 7974.0, 8007.0, 7993.0, 7998.0, 7999.0, 8009.0, 8004.0, 7982.0, 7965.0, 7978.0, 7950.0, 7981.0, 8001.0, 8005.0, 7994.0, 7996.0, 7980.0, 7964.0, 7980.0, 7962.0, 8002.0, 7976.0, 7973.0, 8021.0, 7959.0, 8004.0, 7952.0, 8002.0, 7954.0, 7980.0, 7950.0, 7938.0, 7986.0, 7941.0, 7958.0, 7960.0, 7996.0, 7980.0, 7954.0, 7999.0, 7971.0, 8000.0, 7971.0, 8018.0, 7996.0, 8002.0, 7987.0, 7982.0, 7967.0, 7993.0, 7965.0, 7980.0, 7946.0, 7990.0, 7944.0, 7991.0, 7947.0, 7956.0, 7944.0, 7943.0, 7958.0, 7978.0, 7986.0, 7981.0, 7979.0, 7997.0, 7984.0, 8005.0, 7961.0, 7917.0, 7949.0, 7987.0, 7961.0, 8028.0, 8033.0, 8053.0, 8041.0, 8067.0, 8013.0, 8034.0, 7979.0, 7973.0, 7976.0, 7975.0, 7986.0, 7956.0, 7988.0, 7978.0, 7992.0, 7987.0, 7978.0, 7995.0, 7963.0, 8025.0, 7996.0, 8014.0, 8012.0, 8041.0, 8011.0, 8059.0, 8042.0, 8050.0, 8050.0, 7982.0, 8043.0, 7953.0, 8028.0, 7973.0, 8013.0, 7972.0, 7995.0, 7955.0, 7998.0, 7971.0, 8002.0, 7972.0, 7999.0, 8001.0, 8000.0, 7986.0, 7983.0, 7969.0, 7989.0, 7985.0, 7961.0, 8023.0, 7979.0, 8024.0, 8033.0, 8007.0, 8069.0, 8009.0, 8011.0, 7979.0, 8004.0, 7975.0, 8006.0, 7976.0, 8007.0, 7993.0, 8023.0, 7998.0, 8031.0, 8020.0, 7986.0, 8014.0, 7979.0, 7966.0, 7950.0, 7939.0, 8026.0, 7957.0, 7969.0, 7944.0, 7925.0, 7955.0, 7962.0, 7981.0, 7950.0, 7995.0, 7967.0, 7997.0, 7964.0, 7991.0, 7978.0, 7989.0, 8049.0, 8028.0, 8046.0, 8030.0, 8012.0, 7999.0, 8019.0, 8001.0, 7975.0, 7982.0, 7947.0, 7974.0, 7944.0, 7989.0, 7948.0, 7971.0, 7959.0, 7969.0, 7957.0, 7917.0, 7944.0, 7915.0, 7940.0, 7944.0, 7945.0, 7916.0, 7942.0, 7929.0, 7934.0, 7950.0, 7935.0, 7952.0, 7967.0, 8003.0, 7941.0, 7982.0, 7995.0, 7958.0, 7982.0, 7971.0, 7959.0, 7976.0, 7990.0, 8009.0, 7995.0, 7978.0, 7997.0, 7986.0, 8044.0, 8002.0, 8029.0, 8035.0, 7993.0, 8023.0, 7991.0, 8029.0, 7993.0, 8010.0, 8008.0, 8002.0, 8045.0, 7954.0, 7927.0, 7952.0, 7927.0, 7956.0, 7946.0, 7956.0, 7963.0, 7950.0, 7981.0, 7968.0, 7995.0, 7967.0, 7935.0, 7983.0, 7957.0, 7984.0, 7972.0, 7981.0, 7968.0, 7998.0, 7966.0, 7978.0, 7977.0, 7974.0, 7958.0, 7970.0, 7962.0, 7945.0, 7995.0, 7981.0, 8051.0, 8018.0, 8001.0, 8007.0, 7981.0, 8023.0, 7982.0, 8015.0, 7977.0, 7991.0, 7979.0, 8004.0, 7976.0, 7993.0, 7992.0, 7986.0, 7985.0, 7996.0, 7993.0, 8004.0, 8003.0, 7965.0, 7981.0, 7962.0, 7982.0, 7935.0, 8005.0, 7970.0, 8005.0, 7950.0, 7940.0, 7971.0, 7946.0, 7978.0, 7963.0, 7956.0, 7994.0, 7979.0, 8004.0, 7978.0, 7972.0, 7975.0, 7973.0, 7985.0, 7971.0, 7986.0, 7977.0, 7961.0, 8004.0, 7969.0, 8003.0, 7967.0, 7978.0, 7951.0, 7966.0, 7937.0, 7968.0, 7941.0, 7948.0, 7938.0, 7926.0, 7926.0, 7935.0, 7981.0, 7963.0, 8007.0, 7985.0, 7988.0, 8019.0, 7991.0, 8054.0, 8010.0, 8036.0, 8020.0, 8032.0, 8015.0, 8058.0, 7996.0, 8040.0, 7975.0, 8017.0, 8023.0, 8049.0, 7989.0, 8013.0, 7980.0, 8023.0, 7988.0, 8007.0, 7994.0, 7976.0, 8032.0, 8004.0, 7995.0, 7966.0, 7974.0, 7985.0, 7971.0, 7958.0, 7973.0, 7952.0, 7983.0, 7964.0, 7996.0, 7962.0, 8020.0, 7954.0, 8002.0, 7933.0, 8000.0, 7989.0, 8027.0, 8003.0, 7987.0, 7956.0, 7949.0, 7964.0, 7970.0, 7964.0, 7955.0, 7971.0, 7972.0, 7954.0, 7972.0, 7955.0, 7986.0, 7970.0, 8020.0, 7983.0, 8015.0, 7948.0, 7992.0, 7966.0, 7978.0, 7988.0, 7981.0, 8028.0, 7949.0, 7979.0, 7951.0, 7981.0, 7951.0, 7969.0, 7954.0, 7952.0, 7969.0, 7967.0, 7967.0, 7936.0, 7960.0, 7934.0, 7998.0, 7953.0, 8012.0, 7968.0, 8016.0, 7956.0, 7934.0, 7967.0, 7974.0, 8003.0, 7979.0, 7991.0, 8021.0, 7998.0, 8026.0, 7990.0, 7975.0, 8002.0, 7991.0, 8063.0, 8034.0, 8060.0, 8038.0, 8051.0, 8019.0, 8014.0, 8051.0, 8008.0, 8047.0, 8014.0, 7999.0, 7966.0, 7956.0, 7938.0, 7921.0, 7941.0, 7940.0, 7937.0, 7989.0, 7972.0, 7942.0, 7939.0, 7935.0, 7924.0, 7950.0, 7966.0, 7956.0, 7923.0, 7956.0, 7929.0, 7973.0, 7962.0, 8012.0, 7993.0, 7975.0, 7994.0, 7953.0, 7986.0, 7990.0, 7968.0, 7979.0, 7962.0, 7970.0, 7973.0, 8004.0, 7981.0, 8025.0, 7979.0, 7986.0, 7990.0, 7954.0, 7969.0, 7951.0, 7963.0, 7966.0, 8059.0, 8002.0, 8030.0, 7947.0, 7974.0, 7948.0, 7977.0, 7969.0, 7950.0, 8032.0, 7988.0, 8054.0, 8023.0, 8052.0, 8040.0, 8031.0, 7966.0, 7976.0, 7943.0, 7960.0, 7945.0, 7975.0, 7946.0, 7974.0, 7965.0, 7974.0, 7942.0, 7940.0, 7941.0, 7944.0, 7961.0, 7947.0, 7961.0, 7952.0, 7984.0, 7951.0, 7981.0, 7971.0, 7995.0, 7947.0, 7977.0, 7958.0, 7974.0, 7979.0, 7969.0, 8039.0, 7969.0, 8015.0, 7972.0, 7991.0, 8008.0, 7984.0, 8011.0, 8000.0, 8006.0, 7979.0, 7988.0, 7977.0, 8003.0, 7980.0, 8051.0, 8020.0, 8031.0, 8010.0, 7948.0, 7959.0, 7942.0, 7975.0, 7950.0, 7994.0, 7964.0, 7974.0, 7959.0, 7924.0, 7942.0, 7964.0, 7968.0, 7922.0, 7981.0, 7961.0, 7991.0, 7973.0, 7945.0, 7993.0, 7953.0, 7972.0, 7965.0, 7996.0, 7979.0, 7973.0, 7970.0, 7973.0, 8001.0, 7963.0, 7993.0, 7994.0, 8006.0, 8006.0, 7972.0, 8034.0, 7985.0, 8017.0, 7983.0, 7976.0, 7985.0, 7972.0, 7988.0, 7970.0, 8001.0, 7996.0, 8016.0, 7968.0, 7949.0, 7959.0, 7965.0, 7981.0, 7973.0, 8018.0, 7996.0, 7984.0, 7968.0, 7952.0, 7967.0, 7962.0, 7961.0, 7948.0, 7979.0, 7955.0, 8001.0, 7979.0, 8004.0, 8002.0, 7959.0, 8055.0, 7965.0, 7967.0, 7991.0, 7989.0, 8033.0, 8004.0, 8021.0, 8022.0, 8024.0, 8034.0, 8023.0, 8021.0, 8016.0, 8007.0, 8042.0, 7996.0, 8019.0, 7976.0, 8005.0, 7950.0, 8001.0, 7943.0, 7973.0, 7938.0, 7921.0, 7904.0, 7907.0, 7913.0, 7915.0, 7919.0, 7908.0, 7938.0, 7941.0, 7955.0, 7930.0, 7934.0, 7951.0, 7932.0, 7956.0, 7957.0, 8005.0, 7974.0, 7989.0, 7982.0, 7963.0, 7974.0, 7977.0, 8007.0, 7996.0, 8011.0, 7996.0, 7957.0, 7984.0, 7965.0, 8002.0, 8002.0, 8055.0, 8020.0, 8056.0, 8035.0, 8030.0, 7999.0, 7957.0, 7989.0, 7975.0, 7969.0, 7953.0, 7966.0, 7952.0, 7969.0, 7953.0, 7964.0, 7951.0, 7968.0, 7964.0, 7943.0, 7941.0, 7924.0, 7957.0, 7943.0, 7973.0, 7959.0, 7991.0, 7958.0, 8007.0, 7954.0, 7986.0, 7957.0, 8003.0, 8002.0, 7984.0, 8022.0, 7969.0, 8024.0, 7977.0, 8008.0, 7976.0, 7991.0, 7962.0, 7937.0, 7970.0, 7953.0, 7962.0, 7947.0, 7964.0, 7946.0, 7957.0, 7976.0, 7959.0, 7954.0, 7971.0, 7937.0, 7964.0, 7918.0, 7946.0, 7914.0, 7947.0, 7933.0, 7935.0, 7939.0, 7939.0, 7941.0, 7969.0, 7974.0, 7945.0, 7949.0, 7952.0, 7968.0, 7968.0, 7970.0, 7985.0, 7962.0, 8021.0, 7992.0, 8006.0, 7977.0, 7977.0, 7974.0, 7975.0, 7983.0, 7981.0, 8002.0, 7984.0, 8053.0, 8018.0, 8047.0, 8032.0, 8032.0, 8033.0, 7998.0, 8029.0, 7972.0, 8001.0, 7971.0, 7962.0, 7948.0, 7956.0, 7961.0, 7944.0, 7956.0, 7952.0, 7956.0, 7922.0, 7932.0, 7966.0, 7947.0, 7918.0, 7951.0, 7936.0, 7935.0, 7954.0, 7939.0, 7959.0, 7973.0, 8012.0, 7957.0, 8002.0, 7953.0, 7970.0, 7958.0, 7944.0, 7955.0, 7941.0, 7955.0, 7938.0, 7955.0, 7938.0, 7939.0, 7938.0, 7933.0, 7932.0, 7933.0, 7923.0, 7983.0, 7954.0, 7998.0, 7908.0, 7957.0, 7944.0, 7931.0, 7953.0, 7950.0, 7970.0, 7959.0, 7992.0, 7990.0, 8023.0, 7980.0, 8008.0, 7977.0, 7985.0, 7957.0, 7985.0, 7991.0, 8020.0, 7989.0, 7957.0, 7973.0, 7970.0, 7979.0, 7981.0, 8013.0, 7948.0, 7996.0, 7948.0, 8009.0, 7979.0, 8030.0, 7994.0, 7972.0, 7939.0, 7940.0, 7964.0, 7940.0, 7956.0, 7927.0, 7953.0, 7946.0, 7954.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.0013962385321100916</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02241227993119266</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.73376222647532</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2238273365097585</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0219333428587827</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4919</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5152.3237</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08954073807098568</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.701834862385321</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4777173802235946</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.34973230761438</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.716734480682548</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3666853523738545</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0213007</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013734759762883186</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03398321196436882</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9795380672666205</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>17.9005</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8752</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.8549</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296049.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.6426</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7198</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>408.4395</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2716.3061</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2867.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80495.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>956.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3542.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>720.4309</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.72844576369971</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> |