=== 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-0089 --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-0089",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0089_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0089_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0089/ses-04/func/sub-0089_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>a4fc7d02572a50069c9dd9736ca146f1</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>16:45:17.312500</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.996609, 0.0805125, -0.0169784, -0.0731864, 0.96166, 0.2643]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0973247</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4228, -7828, -7241, 322, -94, -140, 119, 100]</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>230.222</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a533513e-5559-41e4-ad09-bef9b1ee39c4||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.6738290786743164, -0.1963537186384201, -0.10153857618570328, 122.36677551269531], [-0.21600909531116486, 2.5800623893737793, 0.707835853099823, -112.43775939941406], [-0.04555172473192215, -0.7090982794761658, 2.603585720062256, -30.849742889404297], [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': ['164517.312500', '164517.772500', '164518.232500', '164518.692500', '164519.152500', '164519.612500', '164520.072500', '164520.532500', '164520.992500', '164521.452500', '164521.912500', '164522.372500', '164522.832500', '164523.292500', '164523.752500', '164524.212500', '164524.672500', '164525.132500', '164525.592500', '164526.052500', '164526.512500', '164526.972500', '164527.432500', '164527.892500', '164528.352500', '164528.812500', '164529.272500', '164529.732500', '164530.192500', '164530.652500', '164531.112500', '164531.572500', '164532.032500', '164532.492500', '164532.952500', '164533.412500', '164533.872500', '164534.332500', '164534.792500', '164535.252500', '164535.712500', '164536.172500', '164536.632500', '164537.092500', '164537.552500', '164538.012500', '164538.472500', '164538.932500', '164539.392500', '164539.852500', '164540.312500', '164540.772500', '164541.232500', '164541.692500', '164542.152500', '164542.612500', '164543.072500', '164543.532500', '164543.992500', '164544.452500', '164544.912500', '164545.372500', '164545.832500', '164546.292500', '164546.752500', '164547.212500', '164547.672500', '164548.132500', '164548.592500', '164549.052500', '164549.512500', '164549.972500', '164550.432500', '164550.892500', '164551.352500', '164551.812500', '164552.272500', '164552.732500', '164553.192500', '164553.652500', '164554.112500', '164554.572500', '164555.032500', '164555.492500', '164555.952500', '164556.412500', '164556.872500', '164557.332500', '164557.792500', '164558.252500', '164558.712500', '164559.172500', '164559.632500', '164600.092500', '164600.552500', '164601.012500', '164601.472500', '164601.932500', '164602.392500', '164602.852500', '164603.312500', '164603.772500', '164604.232500', '164604.692500', '164605.152500', '164605.612500', '164606.072500', '164606.532500', '164606.992500', '164607.452500', '164607.912500', '164608.372500', '164608.832500', '164609.292500', '164609.752500', '164610.212500', '164610.672500', '164611.132500', '164611.592500', '164612.052500', '164612.512500', '164612.972500', '164613.432500', '164613.892500', '164614.352500', '164614.812500', '164615.272500', '164615.732500', '164616.192500', '164616.652500', '164617.112500', '164617.572500', '164618.032500', '164618.492500', '164618.952500', '164619.412500', '164619.872500', '164620.332500', '164620.792500', '164621.252500', '164621.712500', '164622.172500', '164622.632500', '164623.092500', '164623.552500', '164624.012500', '164624.472500', '164624.932500', '164625.392500', '164625.852500', '164626.312500', '164626.772500', '164627.232500', '164627.692500', '164628.152500', '164628.612500', '164629.072500', '164629.532500', '164629.992500', '164630.452500', '164630.912500', '164631.372500', '164631.832500', '164632.292500', '164632.752500', '164633.212500', '164633.672500', '164634.132500', '164634.592500', '164635.052500', '164635.512500', '164635.972500', '164636.432500', '164636.892500', '164637.352500', '164637.812500', '164638.272500', '164638.732500', '164639.192500', '164639.652500', '164640.112500', '164640.572500', '164641.032500', '164641.492500', '164641.952500', '164642.412500', '164642.872500', '164643.332500', '164643.792500', '164644.252500', '164644.712500', '164645.172500', '164645.632500', '164646.092500', '164646.552500', '164647.012500', '164647.472500', '164647.932500', '164648.392500', '164648.852500', '164649.312500', '164649.772500', '164650.232500', '164650.692500', '164651.152500', '164651.612500', '164652.072500', '164652.532500', '164652.992500', '164653.452500', '164653.912500', '164654.372500', '164654.832500', '164655.292500', '164655.752500', '164656.212500', '164656.672500', '164657.132500', '164657.592500', '164658.052500', '164658.512500', '164658.972500', '164659.432500', '164659.892500', '164700.352500', '164700.812500', '164701.272500', '164701.732500', '164702.192500', '164702.652500', '164703.112500', '164703.572500', '164704.032500', '164704.492500', '164704.952500', '164705.412500', '164705.872500', '164706.332500', '164706.792500', '164707.252500', '164707.712500', '164708.172500', '164708.632500', '164709.092500', '164709.552500', '164710.012500', '164710.472500', '164710.932500', '164711.392500', '164711.852500', '164712.312500', '164712.772500', '164713.232500', '164713.692500', '164714.152500', '164714.612500', '164715.072500', '164715.532500', '164715.992500', '164716.452500', '164716.912500', '164717.372500', '164717.832500', '164718.292500', '164718.752500', '164719.212500', '164719.672500', '164720.132500', '164720.592500', '164721.052500', '164721.512500', '164721.972500', '164722.432500', '164722.892500', '164723.352500', '164723.812500', '164724.272500', '164724.732500', '164725.192500', '164725.652500', '164726.112500', '164726.572500', '164727.032500', '164727.492500', '164727.952500', '164728.412500', '164728.872500', '164729.332500', '164729.792500', '164730.252500', '164730.712500', '164731.172500', '164731.632500', '164732.092500', '164732.552500', '164733.012500', '164733.472500', '164733.932500', '164734.392500', '164734.852500', '164735.312500', '164735.772500', '164736.232500', '164736.692500', '164737.152500', '164737.612500', '164738.072500', '164738.532500', '164738.992500', '164739.452500', '164739.912500', '164740.372500', '164740.832500', '164741.292500', '164741.752500', '164742.212500', '164742.672500', '164743.132500', '164743.592500', '164744.052500', '164744.512500', '164744.972500', '164745.432500', '164745.892500', '164746.352500', '164746.812500', '164747.272500', '164747.732500', '164748.192500', '164748.652500', '164749.112500', '164749.572500', '164750.032500', '164750.492500', '164750.952500', '164751.412500', '164751.872500', '164752.332500', '164752.792500', '164753.252500', '164753.712500', '164754.172500', '164754.632500', '164755.092500', '164755.552500', '164756.012500', '164756.472500', '164756.932500', '164757.392500', '164757.852500', '164758.312500', '164758.772500', '164759.232500', '164759.692500', '164800.152500', '164800.612500', '164801.072500', '164801.532500', '164801.992500', '164802.452500', '164802.912500', '164803.372500', '164803.832500', '164804.292500', '164804.752500', '164805.212500', '164805.672500', '164806.132500', '164806.592500', '164807.052500', '164807.512500', '164807.972500', '164808.432500', '164808.892500', '164809.352500', '164809.812500', '164810.272500', '164810.732500', '164811.192500', '164811.652500', '164812.112500', '164812.572500', '164813.032500', '164813.492500', '164813.952500', '164814.412500', '164814.872500', '164815.332500', '164815.792500', '164816.252500', '164816.712500', '164817.172500', '164817.632500', '164818.092500', '164818.552500', '164819.012500', '164819.472500', '164819.932500', '164820.392500', '164820.852500', '164821.312500', '164821.772500', '164822.232500', '164822.692500', '164823.152500', '164823.612500', '164824.072500', '164824.532500', '164824.992500', '164825.452500', '164825.912500', '164826.372500', '164826.832500', '164827.292500', '164827.752500', '164828.212500', '164828.672500', '164829.132500', '164829.592500', '164830.052500', '164830.512500', '164830.972500', '164831.432500', '164831.892500', '164832.352500', '164832.812500', '164833.272500', '164833.732500', '164834.192500', '164834.652500', '164835.112500', '164835.572500', '164836.032500', '164836.492500', '164836.952500', '164837.412500', '164837.872500', '164838.332500', '164838.792500', '164839.252500', '164839.712500', '164840.172500', '164840.632500', '164841.092500', '164841.552500', '164842.012500', '164842.472500', '164842.932500', '164843.392500', '164843.852500', '164844.312500', '164844.772500', '164845.232500', '164845.692500', '164846.152500', '164846.612500', '164847.072500', '164847.532500', '164847.992500', '164848.452500', '164848.912500', '164849.372500', '164849.832500', '164850.292500', '164850.752500', '164851.212500', '164851.672500', '164852.132500', '164852.592500', '164853.052500', '164853.512500', '164853.972500', '164854.432500', '164854.892500', '164855.352500', '164855.812500', '164856.272500', '164856.732500', '164857.192500', '164857.652500', '164858.112500', '164858.572500', '164859.032500', '164859.492500', '164859.952500', '164900.412500', '164900.872500', '164901.332500', '164901.792500', '164902.252500', '164902.712500', '164903.172500', '164903.632500', '164904.092500', '164904.552500', '164905.012500', '164905.472500', '164905.932500', '164906.392500', '164906.852500', '164907.312500', '164907.772500', '164908.232500', '164908.692500', '164909.152500', '164909.612500', '164910.072500', '164910.532500', '164910.992500', '164911.452500', '164911.912500', '164912.372500', '164912.832500', '164913.292500', '164913.752500', '164914.212500', '164914.672500', '164915.132500', '164915.592500', '164916.052500', '164916.512500', '164916.972500', '164917.432500', '164917.892500', '164918.352500', '164918.812500', '164919.272500', '164919.732500', '164920.192500', '164920.652500', '164921.112500', '164921.572500', '164922.032500', '164922.492500', '164922.952500', '164923.412500', '164923.872500', '164924.332500', '164924.792500', '164925.252500', '164925.712500', '164926.172500', '164926.632500', '164927.092500', '164927.552500', '164928.012500', '164928.472500', '164928.932500', '164929.392500', '164929.852500', '164930.312500', '164930.772500', '164931.232500', '164931.692500', '164932.152500', '164932.612500', '164933.072500', '164933.532500', '164933.992500', '164934.452500', '164934.912500', '164935.372500', '164935.832500', '164936.292500', '164936.752500', '164937.212500', '164937.672500', '164938.132500', '164938.592500', '164939.052500', '164939.512500', '164939.972500', '164940.432500', '164940.892500', '164941.352500', '164941.812500', '164942.272500', '164942.732500', '164943.192500', '164943.652500', '164944.112500', '164944.572500', '164945.032500', '164945.492500', '164945.952500', '164946.412500', '164946.872500', '164947.332500', '164947.792500', '164948.252500', '164948.712500', '164949.172500', '164949.632500', '164950.092500', '164950.552500', '164951.012500', '164951.472500', '164951.932500', '164952.392500', '164952.852500', '164953.312500', '164953.772500', '164954.232500', '164954.692500', '164955.152500', '164955.612500', '164956.072500', '164956.532500', '164956.992500', '164957.452500', '164957.912500', '164958.372500', '164958.832500', '164959.292500', '164959.752500', '165000.212500', '165000.672500', '165001.132500', '165001.592500', '165002.052500', '165002.512500', '165002.972500', '165003.432500', '165003.892500', '165004.352500', '165004.812500', '165005.272500', '165005.732500', '165006.192500', '165006.652500', '165007.112500', '165007.572500', '165008.032500', '165008.492500', '165008.952500', '165009.412500', '165009.872500', '165010.332500', '165010.792500', '165011.252500', '165011.712500', '165012.172500', '165012.632500', '165013.092500', '165013.552500', '165014.012500', '165014.472500', '165014.932500', '165015.392500', '165015.852500', '165016.312500', '165016.772500', '165017.232500', '165017.692500', '165018.152500', '165018.612500', '165019.072500', '165019.532500', '165019.992500', '165020.452500', '165020.912500', '165021.372500', '165021.832500', '165022.292500', '165022.752500', '165023.212500', '165023.672500', '165024.132500', '165024.592500', '165025.052500', '165025.512500', '165025.972500', '165026.432500', '165026.892500', '165027.352500', '165027.812500', '165028.272500', '165028.732500', '165029.192500', '165029.652500', '165030.112500', '165030.572500', '165031.032500', '165031.492500', '165031.952500', '165032.412500', '165032.872500', '165033.332500', '165033.792500', '165034.252500', '165034.712500', '165035.172500', '165035.632500', '165036.092500', '165036.552500', '165037.012500', '165037.472500', '165037.932500', '165038.392500', '165038.852500', '165039.312500', '165039.772500', '165040.232500', '165040.692500', '165041.152500', '165041.612500', '165042.072500', '165042.532500', '165042.992500', '165043.452500', '165043.912500', '165044.372500', '165044.832500', '165045.292500', '165045.752500', '165046.212500', '165046.672500', '165047.132500', '165047.592500', '165048.052500', '165048.512500', '165048.972500', '165049.432500', '165049.892500', '165050.352500', '165050.812500', '165051.272500', '165051.732500', '165052.192500', '165052.652500', '165053.112500', '165053.572500', '165054.032500', '165054.492500', '165054.952500', '165055.412500', '165055.872500', '165056.332500', '165056.792500', '165057.252500', '165057.712500', '165058.172500', '165058.632500', '165059.092500', '165059.552500', '165100.012500', '165100.472500', '165100.932500', '165101.392500', '165101.852500', '165102.312500', '165102.772500', '165103.232500', '165103.692500', '165104.152500', '165104.612500', '165105.072500', '165105.532500', '165105.992500', '165106.452500', '165106.912500', '165107.372500', '165107.832500', '165108.292500', '165108.752500', '165109.212500', '165109.672500', '165110.132500', '165110.592500', '165111.052500', '165111.512500', '165111.972500', '165112.432500', '165112.892500', '165113.352500', '165113.812500', '165114.272500', '165114.732500', '165115.192500', '165115.652500', '165116.112500', '165116.572500', '165117.032500', '165117.492500', '165117.952500', '165118.412500', '165118.872500', '165119.332500', '165119.792500', '165120.252500', '165120.712500', '165121.172500', '165121.632500', '165122.092500', '165122.552500', '165123.012500', '165123.472500', '165123.932500', '165124.392500', '165124.852500', '165125.312500', '165125.772500', '165126.232500', '165126.692500', '165127.152500', '165127.612500', '165128.072500', '165128.532500', '165128.992500', '165129.452500', '165129.912500', '165130.372500', '165130.832500', '165131.292500', '165131.752500', '165132.212500', '165132.672500', '165133.132500', '165133.592500', '165134.052500', '165134.512500', '165134.972500', '165135.432500', '165135.892500', '165136.352500', '165136.812500', '165137.272500', '165137.732500', '165138.192500', '165138.652500', '165139.112500', '165139.572500', '165140.032500', '165140.492500', '165140.952500', '165141.412500', '165141.872500', '165142.332500', '165142.792500', '165143.252500', '165143.712500', '165144.172500', '165144.632500', '165145.092500', '165145.552500', '165146.012500', '165146.472500', '165146.932500', '165147.392500', '165147.852500', '165148.312500', '165148.772500', '165149.232500', '165149.692500', '165150.152500', '165150.612500', '165151.072500', '165151.532500', '165151.992500', '165152.452500', '165152.912500', '165153.372500', '165153.832500', '165154.292500', '165154.752500', '165155.212500', '165155.672500', '165156.132500', '165156.592500', '165157.052500', '165157.512500', '165157.972500'], 'ContentTime': ['164538.169000', '164538.176000', '164538.179000', '164538.182000', '164538.184000', '164538.187000', '164538.190000', '164538.192000', '164538.195000', '164538.197000', '164538.200000', '164538.203000', '164538.205000', '164538.208000', '164538.210000', '164538.213000', '164538.216000', '164538.218000', '164538.221000', '164538.223000', '164538.226000', '164538.233000', '164538.236000', '164538.238000', '164538.241000', '164538.244000', '164538.246000', '164538.249000', '164538.251000', '164538.254000', '164538.256000', '164538.259000', '164538.262000', '164538.264000', '164538.267000', '164538.269000', '164538.272000', '164538.274000', '164538.277000', '164538.280000', '164538.282000', '164538.293000', '164558.124000', '164558.127000', '164558.130000', '164558.132000', '164558.135000', '164558.137000', '164558.140000', '164558.143000', '164558.145000', '164558.148000', '164558.150000', '164558.153000', '164558.155000', '164558.158000', '164558.160000', '164558.163000', '164558.166000', '164558.168000', '164558.171000', '164558.173000', '164558.176000', '164558.178000', '164558.181000', '164558.183000', '164558.186000', '164558.189000', '164558.191000', '164558.194000', '164558.196000', '164558.199000', '164558.201000', '164558.204000', '164558.207000', '164558.209000', '164558.212000', '164558.214000', '164558.217000', '164558.219000', '164558.222000', '164558.224000', '164558.227000', '164558.230000', '164558.232000', '164618.124000', '164618.127000', '164618.130000', '164618.132000', '164618.135000', '164618.137000', '164618.140000', '164618.142000', '164618.145000', '164618.147000', '164618.150000', '164618.153000', '164618.155000', '164618.158000', '164618.160000', '164618.163000', '164618.165000', '164618.168000', '164618.170000', '164618.173000', '164618.175000', '164618.178000', '164618.181000', '164618.183000', '164618.186000', '164618.188000', '164618.191000', '164618.194000', '164618.196000', '164618.199000', '164618.201000', '164618.204000', '164618.206000', '164618.209000', '164618.212000', '164618.220000', '164618.223000', '164618.225000', '164618.228000', '164618.230000', '164618.233000', '164618.236000', '164618.238000', '164618.241000', '164638.124000', '164638.127000', '164638.130000', '164638.132000', '164638.135000', '164638.138000', '164638.140000', '164638.143000', '164638.146000', '164638.148000', '164638.151000', '164638.153000', '164638.156000', '164638.159000', '164638.161000', '164638.164000', '164638.166000', '164638.169000', '164638.171000', '164638.174000', '164638.177000', '164638.179000', '164638.182000', '164638.185000', '164638.187000', '164638.190000', '164638.192000', '164638.195000', '164638.198000', '164638.201000', '164638.204000', '164638.207000', '164638.209000', '164638.212000', '164638.215000', '164638.217000', '164638.228000', '164638.231000', '164638.233000', '164638.236000', '164638.238000', '164638.241000', '164638.243000', '164658.124000', '164658.127000', '164658.130000', '164658.132000', '164658.135000', '164658.138000', '164658.140000', '164658.143000', '164658.146000', '164658.148000', '164658.151000', '164658.153000', '164658.156000', '164658.159000', '164658.161000', '164658.164000', '164658.166000', '164658.169000', '164658.171000', '164658.174000', '164658.176000', '164658.179000', '164658.182000', '164658.184000', '164658.187000', '164658.189000', '164658.192000', '164658.194000', '164658.197000', '164658.200000', '164658.202000', '164658.205000', '164658.207000', '164658.213000', '164658.216000', '164658.218000', '164658.221000', '164658.224000', '164658.226000', '164658.229000', '164658.231000', '164658.234000', '164658.237000', '164658.239000', '164718.125000', '164718.127000', '164718.130000', '164718.133000', '164718.135000', '164718.138000', '164718.140000', '164718.143000', '164718.145000', '164718.148000', '164718.150000', '164718.153000', '164718.156000', '164718.158000', '164718.161000', '164718.163000', '164718.166000', '164718.168000', '164718.171000', '164718.173000', '164718.176000', '164718.179000', '164718.181000', '164718.184000', '164718.186000', '164718.189000', '164718.191000', '164718.194000', '164718.196000', '164718.208000', '164718.211000', '164718.213000', '164718.216000', '164718.219000', '164718.221000', '164718.224000', '164718.226000', '164718.229000', '164718.231000', '164718.234000', '164718.237000', '164718.239000', '164718.242000', '164738.124000', '164738.127000', '164738.130000', '164738.132000', '164738.135000', '164738.137000', '164738.140000', '164738.142000', '164738.145000', '164738.148000', '164738.150000', '164738.153000', '164738.155000', '164738.158000', '164738.160000', '164738.163000', '164738.165000', '164738.168000', '164738.171000', '164738.173000', '164738.176000', '164738.178000', '164738.181000', '164738.183000', '164738.186000', '164738.189000', '164738.191000', '164738.194000', '164738.196000', '164738.199000', '164738.202000', '164738.204000', '164738.207000', '164738.209000', '164738.212000', '164738.215000', '164738.217000', '164738.220000', '164738.223000', '164738.225000', '164738.228000', '164738.230000', '164738.233000', '164738.235000', '164758.124000', '164758.126000', '164758.129000', '164758.131000', '164758.134000', '164758.137000', '164758.139000', '164758.142000', '164758.144000', '164758.147000', '164758.150000', '164758.152000', '164758.155000', '164758.157000', '164758.160000', '164758.162000', '164758.165000', '164758.167000', '164758.170000', '164758.173000', '164758.175000', '164758.178000', '164758.181000', '164758.183000', '164758.186000', '164758.188000', '164758.191000', '164758.193000', '164758.196000', '164758.198000', '164758.201000', '164758.204000', '164758.206000', '164758.209000', '164758.211000', '164758.214000', '164758.217000', '164758.219000', '164758.222000', '164758.224000', '164758.227000', '164758.229000', '164758.232000', '164818.124000', '164818.127000', '164818.130000', '164818.133000', '164818.135000', '164818.138000', '164818.140000', '164818.143000', '164818.145000', '164818.148000', '164818.150000', '164818.153000', '164818.156000', '164818.158000', '164818.161000', '164818.163000', '164818.166000', '164818.168000', '164818.171000', '164818.174000', '164818.176000', '164818.179000', '164818.182000', '164818.184000', '164818.187000', '164818.190000', '164818.192000', '164818.195000', '164818.197000', '164818.200000', '164818.202000', '164818.205000', '164818.208000', '164818.210000', '164818.213000', '164818.215000', '164818.218000', '164818.221000', '164818.223000', '164818.226000', '164818.228000', '164818.231000', '164818.234000', '164818.236000', '164838.125000', '164838.127000', '164838.130000', '164838.133000', '164838.135000', '164838.138000', '164838.140000', '164838.143000', '164838.146000', '164838.148000', '164838.151000', '164838.153000', '164838.156000', '164838.158000', '164838.161000', '164838.163000', '164838.166000', '164838.169000', '164838.171000', '164838.174000', '164838.176000', '164838.179000', '164838.182000', '164838.184000', '164838.187000', '164838.189000', '164838.192000', '164838.194000', '164838.197000', '164838.200000', '164838.202000', '164838.205000', '164838.207000', '164838.210000', '164838.213000', '164838.215000', '164838.218000', '164838.220000', '164838.223000', '164838.226000', '164838.228000', '164838.231000', '164838.233000', '164858.124000', '164858.127000', '164858.130000', '164858.132000', '164858.135000', '164858.138000', '164858.140000', '164858.143000', '164858.145000', '164858.148000', '164858.151000', '164858.153000', '164858.156000', '164858.158000', '164858.161000', '164858.164000', '164858.166000', '164858.169000', '164858.171000', '164858.174000', '164858.177000', '164858.179000', '164858.182000', '164858.184000', '164858.187000', '164858.189000', '164858.192000', '164858.195000', '164858.197000', '164858.200000', '164858.202000', '164858.205000', '164858.207000', '164858.210000', '164858.226000', '164858.228000', '164858.231000', '164858.234000', '164858.236000', '164858.239000', '164858.241000', '164858.244000', '164858.247000', '164858.249000', '164918.124000', '164918.127000', '164918.130000', '164918.132000', '164918.135000', '164918.138000', '164918.140000', '164918.143000', '164918.145000', '164918.148000', '164918.150000', '164918.153000', '164918.156000', '164918.158000', '164918.161000', '164918.163000', '164918.166000', '164918.168000', '164918.171000', '164918.174000', '164918.176000', '164918.179000', '164918.181000', '164918.184000', '164918.186000', '164918.189000', '164918.192000', '164918.194000', '164918.197000', '164918.199000', '164918.202000', '164918.204000', '164918.207000', '164918.210000', '164918.212000', '164918.215000', '164918.217000', '164918.220000', '164918.223000', '164918.225000', '164918.228000', '164918.230000', '164918.233000', '164938.125000', '164938.128000', '164938.131000', '164938.134000', '164938.136000', '164938.139000', '164938.141000', '164938.144000', '164938.147000', '164938.149000', '164938.152000', '164938.154000', '164938.157000', '164938.160000', '164938.164000', '164938.166000', '164938.169000', '164938.171000', '164938.174000', '164938.176000', '164938.179000', '164938.182000', '164938.184000', '164938.187000', '164938.189000', '164938.192000', '164938.194000', '164938.197000', '164938.200000', '164938.202000', '164938.205000', '164938.207000', '164938.210000', '164938.213000', '164938.216000', '164938.218000', '164938.221000', '164938.223000', '164938.226000', '164938.229000', '164938.231000', '164938.234000', '164938.236000', '164958.125000', '164958.127000', '164958.130000', '164958.133000', '164958.135000', '164958.138000', '164958.141000', '164958.143000', '164958.146000', '164958.148000', '164958.151000', '164958.154000', '164958.156000', '164958.159000', '164958.161000', '164958.164000', '164958.166000', '164958.169000', '164958.172000', '164958.174000', '164958.177000', '164958.180000', '164958.182000', '164958.185000', '164958.187000', '164958.190000', '164958.192000', '164958.195000', '164958.198000', '164958.200000', '164958.203000', '164958.205000', '164958.208000', '164958.211000', '164958.213000', '164958.216000', '164958.218000', '164958.221000', '164958.224000', '164958.226000', '164958.229000', '164958.232000', '164958.234000', '164958.237000', '165018.124000', '165018.128000', '165018.131000', '165018.134000', '165018.136000', '165018.139000', '165018.141000', '165018.144000', '165018.146000', '165018.149000', '165018.152000', '165018.154000', '165018.157000', '165018.159000', '165018.162000', '165018.165000', '165018.167000', '165018.170000', '165018.172000', '165018.175000', '165018.178000', '165018.180000', '165018.183000', '165018.186000', '165018.188000', '165018.191000', '165018.194000', '165018.196000', '165018.199000', '165018.202000', '165018.204000', '165018.207000', '165018.210000', '165018.212000', '165018.215000', '165018.217000', '165018.220000', '165018.223000', '165018.225000', '165018.228000', '165018.230000', '165018.233000', '165018.235000', '165038.124000', '165038.127000', '165038.142000', '165038.144000', '165038.147000', '165038.150000', '165038.152000', '165038.155000', '165038.157000', '165038.160000', '165038.163000', '165038.165000', '165038.168000', '165038.170000', '165038.173000', '165038.175000', '165038.178000', '165038.181000', '165038.183000', '165038.186000', '165038.189000', '165038.191000', '165038.194000', '165038.196000', '165038.199000', '165038.202000', '165038.204000', '165038.207000', '165038.209000', '165038.212000', '165038.215000', '165038.217000', '165038.220000', '165038.223000', '165038.225000', '165038.228000', '165038.230000', '165038.233000', '165038.235000', '165038.238000', '165038.241000', '165038.243000', '165038.246000', '165038.248000', '165058.125000', '165058.128000', '165058.130000', '165058.133000', '165058.136000', '165058.138000', '165058.141000', '165058.143000', '165058.146000', '165058.149000', '165058.151000', '165058.154000', '165058.156000', '165058.159000', '165058.161000', '165058.164000', '165058.167000', '165058.169000', '165058.172000', '165058.174000', '165058.177000', '165058.179000', '165058.182000', '165058.184000', '165058.187000', '165058.190000', '165058.192000', '165058.195000', '165058.197000', '165058.201000', '165058.206000', '165058.208000', '165058.211000', '165058.214000', '165058.216000', '165058.219000', '165058.221000', '165058.224000', '165058.227000', '165058.229000', '165058.232000', '165058.234000', '165058.237000', '165118.124000', '165118.127000', '165118.130000', '165118.133000', '165118.135000', '165118.138000', '165118.140000', '165118.143000', '165118.145000', '165118.148000', '165118.150000', '165118.153000', '165118.156000', '165118.158000', '165118.161000', '165118.164000', '165118.166000', '165118.169000', '165118.171000', '165118.174000', '165118.177000', '165118.179000', '165118.182000', '165118.184000', '165118.187000', '165118.189000', '165118.192000', '165118.195000', '165118.197000', '165118.200000', '165118.203000', '165118.205000', '165118.208000', '165118.210000', '165118.213000', '165118.216000', '165118.218000', '165118.221000', '165118.223000', '165118.226000', '165118.229000', '165118.231000', '165118.234000', '165118.236000', '165138.124000', '165138.127000', '165138.130000', '165138.133000', '165138.135000', '165138.138000', '165138.140000', '165138.143000', '165138.146000', '165138.148000', '165138.151000', '165138.154000', '165138.156000', '165138.159000', '165138.162000', '165138.164000', '165138.167000', '165138.170000', '165138.172000', '165138.175000', '165138.178000', '165138.180000', '165138.183000', '165138.186000', '165138.189000', '165138.192000', '165138.194000', '165138.197000', '165138.200000', '165138.202000', '165138.205000', '165138.207000', '165138.210000', '165138.213000', '165138.215000', '165138.218000', '165138.220000', '165138.223000', '165138.225000', '165138.228000', '165138.231000', '165138.233000', '165138.236000', '165158.124000', '165158.127000', '165158.130000', '165158.133000', '165158.135000', '165158.138000', '165158.140000', '165158.143000', '165158.145000', '165158.148000', '165158.151000', '165158.153000', '165158.156000', '165158.166000', '165158.169000', '165158.171000', '165158.174000', '165158.176000', '165158.179000', '165158.182000', '165158.184000', '165158.187000', '165158.189000', '165158.192000', '165158.194000', '165158.197000', '165158.199000', '165158.202000', '165158.205000', '165158.207000', '165158.210000', '165158.212000', '165158.215000', '165158.217000', '165158.220000', '165158.223000', '165158.225000', '165158.228000', '165158.230000', '165158.233000', '165158.235000', '165158.238000', '165158.241000', '165158.243000', '165159.773000', '165159.777000', '165159.779000', '165159.782000'], 'InstanceCreationTime': ['164538.169000', '164538.176000', '164538.179000', '164538.182000', '164538.184000', '164538.187000', '164538.190000', '164538.192000', '164538.195000', '164538.197000', '164538.200000', '164538.203000', '164538.205000', '164538.208000', '164538.210000', '164538.213000', '164538.216000', '164538.218000', '164538.221000', '164538.223000', '164538.226000', '164538.233000', '164538.236000', '164538.238000', '164538.241000', '164538.244000', '164538.246000', '164538.249000', '164538.251000', '164538.254000', '164538.256000', '164538.259000', '164538.262000', '164538.264000', '164538.267000', '164538.269000', '164538.272000', '164538.274000', '164538.277000', '164538.280000', '164538.282000', '164538.293000', '164558.124000', '164558.127000', '164558.130000', '164558.132000', '164558.135000', '164558.137000', '164558.140000', '164558.143000', '164558.145000', '164558.148000', '164558.150000', '164558.153000', '164558.155000', '164558.158000', '164558.160000', '164558.163000', '164558.166000', '164558.168000', '164558.171000', '164558.173000', '164558.176000', '164558.178000', '164558.181000', '164558.183000', '164558.186000', '164558.189000', '164558.191000', '164558.194000', '164558.196000', '164558.199000', '164558.201000', '164558.204000', '164558.207000', '164558.209000', '164558.212000', '164558.214000', '164558.217000', '164558.219000', '164558.222000', '164558.224000', '164558.227000', '164558.230000', '164558.232000', '164618.124000', '164618.127000', '164618.130000', '164618.132000', '164618.135000', '164618.137000', '164618.140000', '164618.142000', '164618.145000', '164618.147000', '164618.150000', '164618.153000', '164618.155000', '164618.158000', '164618.160000', '164618.163000', '164618.165000', '164618.168000', '164618.170000', '164618.173000', '164618.175000', '164618.178000', '164618.181000', '164618.183000', '164618.186000', '164618.188000', '164618.191000', '164618.194000', '164618.196000', '164618.199000', '164618.201000', '164618.204000', '164618.206000', '164618.209000', '164618.212000', '164618.220000', '164618.223000', '164618.225000', '164618.228000', '164618.230000', '164618.233000', '164618.236000', '164618.238000', '164618.241000', '164638.124000', '164638.127000', '164638.130000', '164638.132000', '164638.135000', '164638.138000', '164638.140000', '164638.143000', '164638.146000', '164638.148000', '164638.151000', '164638.153000', '164638.156000', '164638.159000', '164638.161000', '164638.164000', '164638.166000', '164638.169000', '164638.171000', '164638.174000', '164638.177000', '164638.179000', '164638.182000', '164638.185000', '164638.187000', '164638.190000', '164638.192000', '164638.195000', '164638.198000', '164638.201000', '164638.204000', '164638.207000', '164638.209000', '164638.212000', '164638.215000', '164638.217000', '164638.228000', '164638.231000', '164638.233000', '164638.236000', '164638.238000', '164638.241000', '164638.243000', '164658.124000', '164658.127000', '164658.130000', '164658.132000', '164658.135000', '164658.138000', '164658.140000', '164658.143000', '164658.146000', '164658.148000', '164658.151000', '164658.153000', '164658.156000', '164658.159000', '164658.161000', '164658.164000', '164658.166000', '164658.169000', '164658.171000', '164658.174000', '164658.176000', '164658.179000', '164658.182000', '164658.184000', '164658.187000', '164658.189000', '164658.192000', '164658.194000', '164658.197000', '164658.200000', '164658.202000', '164658.205000', '164658.207000', '164658.213000', '164658.216000', '164658.218000', '164658.221000', '164658.224000', '164658.226000', '164658.229000', '164658.231000', '164658.234000', '164658.237000', '164658.239000', '164718.125000', '164718.127000', '164718.130000', '164718.133000', '164718.135000', '164718.138000', '164718.140000', '164718.143000', '164718.145000', '164718.148000', '164718.150000', '164718.153000', '164718.156000', '164718.158000', '164718.161000', '164718.163000', '164718.166000', '164718.168000', '164718.171000', '164718.173000', '164718.176000', '164718.179000', '164718.181000', '164718.184000', '164718.186000', '164718.189000', '164718.191000', '164718.194000', '164718.196000', '164718.208000', '164718.211000', '164718.213000', '164718.216000', '164718.219000', '164718.221000', '164718.224000', '164718.226000', '164718.229000', '164718.231000', '164718.234000', '164718.237000', '164718.239000', '164718.242000', '164738.124000', '164738.127000', '164738.130000', '164738.132000', '164738.135000', '164738.137000', '164738.140000', '164738.142000', '164738.145000', '164738.148000', '164738.150000', '164738.153000', '164738.155000', '164738.158000', '164738.160000', '164738.163000', '164738.165000', '164738.168000', '164738.171000', '164738.173000', '164738.176000', '164738.178000', '164738.181000', '164738.183000', '164738.186000', '164738.189000', '164738.191000', '164738.194000', '164738.196000', '164738.199000', '164738.202000', '164738.204000', '164738.207000', '164738.209000', '164738.212000', '164738.215000', '164738.217000', '164738.220000', '164738.223000', '164738.225000', '164738.228000', '164738.230000', '164738.233000', '164738.235000', '164758.124000', '164758.126000', '164758.129000', '164758.131000', '164758.134000', '164758.137000', '164758.139000', '164758.142000', '164758.144000', '164758.147000', '164758.150000', '164758.152000', '164758.155000', '164758.157000', '164758.160000', '164758.162000', '164758.165000', '164758.167000', '164758.170000', '164758.173000', '164758.175000', '164758.178000', '164758.181000', '164758.183000', '164758.186000', '164758.188000', '164758.191000', '164758.193000', '164758.196000', '164758.198000', '164758.201000', '164758.204000', '164758.206000', '164758.209000', '164758.211000', '164758.214000', '164758.217000', '164758.219000', '164758.222000', '164758.224000', '164758.227000', '164758.229000', '164758.232000', '164818.124000', '164818.127000', '164818.130000', '164818.133000', '164818.135000', '164818.138000', '164818.140000', '164818.143000', '164818.145000', '164818.148000', '164818.150000', '164818.153000', '164818.156000', '164818.158000', '164818.161000', '164818.163000', '164818.166000', '164818.168000', '164818.171000', '164818.174000', '164818.176000', '164818.179000', '164818.182000', '164818.184000', '164818.187000', '164818.190000', '164818.192000', '164818.195000', '164818.197000', '164818.200000', '164818.202000', '164818.205000', '164818.208000', '164818.210000', '164818.213000', '164818.215000', '164818.218000', '164818.221000', '164818.223000', '164818.226000', '164818.228000', '164818.231000', '164818.234000', '164818.236000', '164838.125000', '164838.127000', '164838.130000', '164838.133000', '164838.135000', '164838.138000', '164838.140000', '164838.143000', '164838.146000', '164838.148000', '164838.151000', '164838.153000', '164838.156000', '164838.158000', '164838.161000', '164838.163000', '164838.166000', '164838.169000', '164838.171000', '164838.174000', '164838.176000', '164838.179000', '164838.182000', '164838.184000', '164838.187000', '164838.189000', '164838.192000', '164838.194000', '164838.197000', '164838.200000', '164838.202000', '164838.205000', '164838.207000', '164838.210000', '164838.213000', '164838.215000', '164838.218000', '164838.220000', '164838.223000', '164838.226000', '164838.228000', '164838.231000', '164838.233000', '164858.124000', '164858.127000', '164858.130000', '164858.132000', '164858.135000', '164858.138000', '164858.140000', '164858.143000', '164858.145000', '164858.148000', '164858.151000', '164858.153000', '164858.156000', '164858.158000', '164858.161000', '164858.164000', '164858.166000', '164858.169000', '164858.171000', '164858.174000', '164858.177000', '164858.179000', '164858.182000', '164858.184000', '164858.187000', '164858.189000', '164858.192000', '164858.195000', '164858.197000', '164858.200000', '164858.202000', '164858.205000', '164858.207000', '164858.210000', '164858.226000', '164858.228000', '164858.231000', '164858.234000', '164858.236000', '164858.239000', '164858.241000', '164858.244000', '164858.247000', '164858.249000', '164918.124000', '164918.127000', '164918.130000', '164918.132000', '164918.135000', '164918.138000', '164918.140000', '164918.143000', '164918.145000', '164918.148000', '164918.150000', '164918.153000', '164918.156000', '164918.158000', '164918.161000', '164918.163000', '164918.166000', '164918.168000', '164918.171000', '164918.174000', '164918.176000', '164918.179000', '164918.181000', '164918.184000', '164918.186000', '164918.189000', '164918.192000', '164918.194000', '164918.197000', '164918.199000', '164918.202000', '164918.204000', '164918.207000', '164918.210000', '164918.212000', '164918.215000', '164918.217000', '164918.220000', '164918.223000', '164918.225000', '164918.228000', '164918.230000', '164918.233000', '164938.125000', '164938.128000', '164938.131000', '164938.134000', '164938.136000', '164938.139000', '164938.141000', '164938.144000', '164938.147000', '164938.149000', '164938.152000', '164938.154000', '164938.157000', '164938.160000', '164938.164000', '164938.166000', '164938.169000', '164938.171000', '164938.174000', '164938.176000', '164938.179000', '164938.182000', '164938.184000', '164938.187000', '164938.189000', '164938.192000', '164938.194000', '164938.197000', '164938.200000', '164938.202000', '164938.205000', '164938.207000', '164938.210000', '164938.213000', '164938.216000', '164938.218000', '164938.221000', '164938.223000', '164938.226000', '164938.229000', '164938.231000', '164938.234000', '164938.236000', '164958.125000', '164958.127000', '164958.130000', '164958.133000', '164958.135000', '164958.138000', '164958.141000', '164958.143000', '164958.146000', '164958.148000', '164958.151000', '164958.154000', '164958.156000', '164958.159000', '164958.161000', '164958.164000', '164958.166000', '164958.169000', '164958.172000', '164958.174000', '164958.177000', '164958.180000', '164958.182000', '164958.185000', '164958.187000', '164958.190000', '164958.192000', '164958.195000', '164958.198000', '164958.200000', '164958.203000', '164958.205000', '164958.208000', '164958.211000', '164958.213000', '164958.216000', '164958.218000', '164958.221000', '164958.224000', '164958.226000', '164958.229000', '164958.232000', '164958.234000', '164958.237000', '165018.124000', '165018.128000', '165018.131000', '165018.134000', '165018.136000', '165018.139000', '165018.141000', '165018.144000', '165018.146000', '165018.149000', '165018.152000', '165018.154000', '165018.157000', '165018.159000', '165018.162000', '165018.165000', '165018.167000', '165018.170000', '165018.172000', '165018.175000', '165018.178000', '165018.180000', '165018.183000', '165018.186000', '165018.188000', '165018.191000', '165018.194000', '165018.196000', '165018.199000', '165018.202000', '165018.204000', '165018.207000', '165018.210000', '165018.212000', '165018.215000', '165018.217000', '165018.220000', '165018.223000', '165018.225000', '165018.228000', '165018.230000', '165018.233000', '165018.235000', '165038.124000', '165038.127000', '165038.142000', '165038.144000', '165038.147000', '165038.150000', '165038.152000', '165038.155000', '165038.157000', '165038.160000', '165038.163000', '165038.165000', '165038.168000', '165038.170000', '165038.173000', '165038.175000', '165038.178000', '165038.181000', '165038.183000', '165038.186000', '165038.189000', '165038.191000', '165038.194000', '165038.196000', '165038.199000', '165038.202000', '165038.204000', '165038.207000', '165038.209000', '165038.212000', '165038.215000', '165038.217000', '165038.220000', '165038.223000', '165038.225000', '165038.228000', '165038.230000', '165038.233000', '165038.235000', '165038.238000', '165038.241000', '165038.243000', '165038.246000', '165038.248000', '165058.125000', '165058.128000', '165058.130000', '165058.133000', '165058.136000', '165058.138000', '165058.141000', '165058.143000', '165058.146000', '165058.149000', '165058.151000', '165058.154000', '165058.156000', '165058.159000', '165058.161000', '165058.164000', '165058.167000', '165058.169000', '165058.172000', '165058.174000', '165058.177000', '165058.179000', '165058.182000', '165058.184000', '165058.187000', '165058.190000', '165058.192000', '165058.195000', '165058.197000', '165058.201000', '165058.206000', '165058.208000', '165058.211000', '165058.214000', '165058.216000', '165058.219000', '165058.221000', '165058.224000', '165058.227000', '165058.229000', '165058.232000', '165058.234000', '165058.237000', '165118.124000', '165118.127000', '165118.130000', '165118.133000', '165118.135000', '165118.138000', '165118.140000', '165118.143000', '165118.145000', '165118.148000', '165118.150000', '165118.153000', '165118.156000', '165118.158000', '165118.161000', '165118.164000', '165118.166000', '165118.169000', '165118.171000', '165118.174000', '165118.177000', '165118.179000', '165118.182000', '165118.184000', '165118.187000', '165118.189000', '165118.192000', '165118.195000', '165118.197000', '165118.200000', '165118.203000', '165118.205000', '165118.208000', '165118.210000', '165118.213000', '165118.216000', '165118.218000', '165118.221000', '165118.223000', '165118.226000', '165118.229000', '165118.231000', '165118.234000', '165118.236000', '165138.124000', '165138.127000', '165138.130000', '165138.133000', '165138.135000', '165138.138000', '165138.140000', '165138.143000', '165138.146000', '165138.148000', '165138.151000', '165138.154000', '165138.156000', '165138.159000', '165138.162000', '165138.164000', '165138.167000', '165138.170000', '165138.172000', '165138.175000', '165138.178000', '165138.180000', '165138.183000', '165138.186000', '165138.189000', '165138.192000', '165138.194000', '165138.197000', '165138.200000', '165138.202000', '165138.205000', '165138.207000', '165138.210000', '165138.213000', '165138.215000', '165138.218000', '165138.220000', '165138.223000', '165138.225000', '165138.228000', '165138.231000', '165138.233000', '165138.236000', '165158.124000', '165158.127000', '165158.130000', '165158.133000', '165158.135000', '165158.138000', '165158.140000', '165158.143000', '165158.145000', '165158.148000', '165158.151000', '165158.153000', '165158.156000', '165158.166000', '165158.169000', '165158.171000', '165158.174000', '165158.176000', '165158.179000', '165158.182000', '165158.184000', '165158.187000', '165158.189000', '165158.192000', '165158.194000', '165158.197000', '165158.199000', '165158.202000', '165158.205000', '165158.207000', '165158.210000', '165158.212000', '165158.215000', '165158.217000', '165158.220000', '165158.223000', '165158.225000', '165158.228000', '165158.230000', '165158.233000', '165158.235000', '165158.238000', '165158.241000', '165158.243000', '165159.773000', '165159.777000', '165159.779000', '165159.782000'], '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': [10030, 12972, 8922, 11443, 12938, 9247, 10654, 9209, 10973, 11271, 10609, 12337, 8740, 10643, 13191, 9685, 11068, 9943, 10743, 11912, 9352, 12708, 9298, 11559, 12440, 10391, 11849, 9347, 12774, 9131, 11042, 13532, 9777, 12218, 9733, 10588, 10369, 10275, 12788, 9392, 11033, 9984, 11062, 12483, 9539, 12580, 8891, 10909, 13451, 9457, 13289, 9798, 12580, 9589, 10267, 11983, 9835, 14455, 9180, 10878, 9307, 10240, 12324, 8708, 11672, 11305, 9230, 11324, 11219, 8562, 11735, 11750, 10202, 12187, 10686, 11315, 12182, 10496, 14153, 9892, 12425, 10472, 12720, 8721, 11264, 10220, 9910, 12203, 9090, 11279, 10615, 10753, 15581, 10178, 15045, 9263, 14235, 9030, 12780, 9283, 12585, 8984, 12069, 9188, 9980, 8832, 10981, 10115, 10636, 9907, 10401, 10066, 10524, 10331, 10354, 10411, 10054, 10654, 9530, 11119, 9481, 11640, 9067, 12137, 9294, 12519, 9574, 11544, 8998, 12545, 9025, 12294, 9022, 11843, 8552, 10045, 8779, 10612, 8939, 10038, 11911, 8987, 11350, 8895, 11460, 9727, 12265, 9116, 11137, 9423, 10061, 12581, 10584, 14533, 10642, 9145, 10516, 9112, 9999, 11494, 9190, 11566, 9176, 12092, 8872, 10186, 9062, 10682, 9761, 9995, 11739, 9687, 11491, 9554, 11193, 9624, 11814, 9211, 11676, 9127, 11180, 8734, 12334, 8846, 12144, 8708, 10816, 9121, 11165, 9792, 10871, 10434, 10164, 11752, 9145, 11091, 9034, 11929, 8936, 11733, 9007, 11457, 9281, 11024, 11260, 10104, 13344, 9196, 12160, 9455, 12122, 9133, 9971, 9191, 10699, 9759, 10199, 11765, 9522, 11148, 9335, 11711, 9239, 12003, 9231, 11630, 8875, 10748, 10594, 9695, 12204, 9088, 12010, 8880, 9945, 11276, 10437, 12522, 9912, 12703, 9343, 11372, 8983, 12085, 8675, 10407, 10697, 10131, 11809, 9557, 11268, 9111, 11214, 8953, 11962, 8710, 10850, 11200, 9487, 12034, 8899, 10789, 11444, 9267, 10503, 11912, 9125, 10086, 11139, 12365, 9513, 10854, 16270, 14252, 11610, 16474, 10464, 15373, 10063, 11831, 10132, 11350, 11413, 10583, 12096, 9435, 10671, 9624, 10055, 13935, 10007, 12159, 9949, 12628, 9858, 10555, 9589, 11728, 9472, 10568, 8419, 10605, 10084, 11160, 9773, 11825, 10060, 9272, 9371, 9889, 9469, 9687, 12010, 9411, 13232, 9401, 13771, 9186, 13214, 9101, 12290, 9393, 11938, 8884, 11502, 9001, 12104, 8828, 11220, 9229, 11791, 8909, 11290, 9053, 10506, 8351, 9634, 10600, 9373, 11162, 8760, 11698, 10223, 11826, 8969, 11718, 8888, 11786, 8670, 10166, 11502, 8316, 10256, 10497, 9383, 12554, 9006, 13179, 8912, 13842, 9711, 13179, 8824, 11887, 8921, 11582, 9126, 11777, 8816, 11296, 9273, 9216, 9903, 9602, 12913, 9003, 12423, 9017, 11651, 9019, 11356, 9078, 12156, 8949, 11819, 8985, 9630, 8456, 10411, 9246, 9989, 10261, 8758, 11001, 9056, 11389, 10173, 11859, 9081, 11187, 8867, 10564, 8971, 10359, 9677, 10502, 10363, 10537, 10570, 10197, 11587, 8909, 11239, 8901, 12008, 9597, 10863, 10171, 10536, 9863, 10318, 11998, 9754, 12210, 9544, 11905, 8984, 11960, 9259, 10915, 9103, 10062, 10591, 10120, 13965, 9860, 12783, 9113, 12173, 8894, 11123, 9621, 11777, 8960, 10037, 9194, 10057, 12020, 9684, 12106, 9274, 11063, 9477, 12073, 8999, 9804, 10079, 9835, 13326, 8973, 12601, 9856, 11238, 10216, 11284, 9317, 9972, 8909, 10253, 10202, 10418, 10697, 10279, 11014, 8906, 11594, 8919, 11175, 9034, 10508, 12053, 9866, 12599, 9518, 12158, 9782, 10627, 10287, 11676, 9360, 11282, 9064, 10266, 11438, 10135, 10983, 9449, 11549, 9965, 11681, 9576, 11771, 9022, 9839, 9968, 10382, 10721, 10005, 10949, 8950, 11180, 9259, 11722, 9400, 10749, 10345, 10236, 11317, 10247, 10938, 9853, 11364, 8908, 11262, 8914, 11029, 9214, 10159, 12687, 9350, 11729, 10188, 11443, 9762, 10149, 10345, 10104, 11836, 9310, 12832, 10038, 11407, 8953, 10440, 11614, 9785, 11077, 9646, 11284, 9219, 10523, 9907, 10083, 11118, 9062, 11840, 11698, 9332, 10446, 12559, 9322, 15214, 11937, 12761, 9747, 11357, 9763, 9958, 10989, 9446, 11113, 9167, 10546, 10855, 9739, 9660, 10155, 11066, 9445, 12345, 9101, 11789, 9102, 10833, 9208, 9989, 11297, 9366, 11224, 9531, 11293, 10430, 11546, 9283, 9916, 10120, 9899, 12696, 9246, 11605, 8876, 11343, 9665, 11357, 8921, 10885, 9362, 10152, 11403, 9594, 11540, 9238, 11537, 10632, 11795, 9517, 11193, 9888, 10170, 11624, 9699, 13141, 9709, 11681, 9681, 12007, 9389, 11054, 9619, 11997, 9353, 11783, 9522, 10141, 11655, 9760, 13355, 9431, 14431, 9401, 11733, 9477, 11467, 9209, 9241, 11431, 9539, 12288, 9507, 12122, 10016, 11499, 9792, 9942, 10360, 9607, 14051, 9562, 13603, 9392, 12004, 11971, 11415, 9919, 9532, 9798, 9495, 12386, 9319, 11368, 9219, 11377, 9603, 9227, 12472, 9258, 12477, 9137, 12181, 10995, 11517, 9239, 10777, 9299, 10206, 11768, 9146, 11152, 9740, 11134, 11439, 9451, 13368, 9470, 10910, 10508, 9879, 13048, 9216, 13606, 9517, 13640, 11375, 11032, 10292, 10021, 9440, 9599, 12318, 9306, 11594, 9132, 11188, 9489, 9374, 12532, 9260, 12582, 9153, 12563, 10236, 10705, 9457, 10945, 9333, 10171, 10176, 9751, 11277, 9541, 11653, 8981, 12619, 9066, 11750, 9712, 10935, 10129, 9219, 11729, 9661, 12289, 9104, 12616, 9432, 11075, 9109, 10566, 10057, 9301, 12398, 9374, 12232, 9258, 12585, 9169, 11265, 9479, 11627, 9694, 10711, 11025, 8990, 12830, 9163, 12580, 9036, 11694, 11858, 10518, 11247, 9005, 13807, 8712, 15591, 9149, 10863, 8972, 9986, 10536, 9470, 10931, 9255, 11236, 9829, 10557, 10570, 9713, 12442, 9327, 13799, 9578, 13691, 9099, 10561, 9534, 9324, 10909, 9044, 13793, 9370, 13037, 10800, 11708, 11909, 9045, 11365, 9050, 13224, 10309, 10580, 11083, 9165, 12371, 8865, 14914, 9553, 14120, 9324, 12707, 10262, 9269, 12247, 9325, 12817, 9775, 13195, 11870, 10653, 11483, 9930, 10149, 9054, 12333, 9177, 12545, 9394, 12469, 9151, 10142, 9597, 9100, 12136, 9421, 14036, 11233, 11123, 11035, 9568, 11854, 9107, 14533, 9073, 14549, 9212, 13906, 12367, 11676, 11583, 8767, 10708, 8466, 12708, 9040, 10995, 9523, 9929, 10142, 8673, 14959, 8972, 14077], 'WindowCenter': [4413.0, 4429.0, 4376.0, 4405.0, 4412.0, 4362.0, 4381.0, 4361.0, 4392.0, 4391.0, 4381.0, 4400.0, 4350.0, 4382.0, 4410.0, 4372.0, 4390.0, 4381.0, 4392.0, 4401.0, 4372.0, 4401.0, 4372.0, 4392.0, 4401.0, 4382.0, 4390.0, 4361.0, 4400.0, 4362.0, 4391.0, 4411.0, 4371.0, 4389.0, 4370.0, 4380.0, 4379.0, 4382.0, 4410.0, 4372.0, 4391.0, 4381.0, 4390.0, 4401.0, 4371.0, 4400.0, 4360.0, 4380.0, 4400.0, 4361.0, 4399.0, 4370.0, 4388.0, 4359.0, 4368.0, 4388.0, 4368.0, 4406.0, 4358.0, 4380.0, 4359.0, 4381.0, 4410.0, 4361.0, 4402.0, 4403.0, 4385.0, 4415.0, 4416.0, 4374.0, 4426.0, 4415.0, 4397.0, 4412.0, 4394.0, 4404.0, 4413.0, 4394.0, 4422.0, 4384.0, 4412.0, 4393.0, 4411.0, 4361.0, 4391.0, 4382.0, 4383.0, 4412.0, 4372.0, 4391.0, 4391.0, 4391.0, 4430.0, 4381.0, 4419.0, 4360.0, 4408.0, 4350.0, 4398.0, 4360.0, 4388.0, 4349.0, 4388.0, 4359.0, 4368.0, 4360.0, 4379.0, 4369.0, 4378.0, 4369.0, 4368.0, 4358.0, 4368.0, 4356.0, 4368.0, 4366.0, 4356.0, 4367.0, 4357.0, 4376.0, 4359.0, 4388.0, 4360.0, 4386.0, 4359.0, 4387.0, 4359.0, 4387.0, 4360.0, 4398.0, 4360.0, 4398.0, 4359.0, 4389.0, 4350.0, 4369.0, 4348.0, 4368.0, 4347.0, 4367.0, 4388.0, 4360.0, 4378.0, 4359.0, 4378.0, 4359.0, 4388.0, 4349.0, 4377.0, 4358.0, 4357.0, 4388.0, 4367.0, 4408.0, 4368.0, 4347.0, 4378.0, 4347.0, 4369.0, 4388.0, 4360.0, 4388.0, 4360.0, 4399.0, 4360.0, 4369.0, 4349.0, 4368.0, 4368.0, 4369.0, 4388.0, 4359.0, 4377.0, 4358.0, 4377.0, 4359.0, 4387.0, 4360.0, 4376.0, 4370.0, 4377.0, 4350.0, 4398.0, 4360.0, 4398.0, 4350.0, 4390.0, 4370.0, 4401.0, 4381.0, 4392.0, 4389.0, 4381.0, 4401.0, 4373.0, 4389.0, 4361.0, 4389.0, 4361.0, 4399.0, 4361.0, 4401.0, 4371.0, 4392.0, 4391.0, 4383.0, 4410.0, 4373.0, 4400.0, 4371.0, 4400.0, 4360.0, 4369.0, 4359.0, 4379.0, 4359.0, 4380.0, 4388.0, 4360.0, 4377.0, 4360.0, 4388.0, 4360.0, 4389.0, 4360.0, 4388.0, 4359.0, 4390.0, 4380.0, 4382.0, 4401.0, 4372.0, 4401.0, 4362.0, 4370.0, 4391.0, 4381.0, 4400.0, 4370.0, 4399.0, 4360.0, 4388.0, 4360.0, 4388.0, 4349.0, 4379.0, 4379.0, 4379.0, 4388.0, 4370.0, 4388.0, 4360.0, 4388.0, 4360.0, 4398.0, 4360.0, 4391.0, 4402.0, 4382.0, 4411.0, 4372.0, 4403.0, 4403.0, 4384.0, 4406.0, 4414.0, 4385.0, 4406.0, 4415.0, 4426.0, 4398.0, 4418.0, 4458.0, 4448.0, 4416.0, 4456.0, 4404.0, 4443.0, 4395.0, 4403.0, 4380.0, 4401.0, 4400.0, 4391.0, 4411.0, 4384.0, 4391.0, 4381.0, 4392.0, 4433.0, 4380.0, 4399.0, 4368.0, 4399.0, 4368.0, 4377.0, 4358.0, 4389.0, 4360.0, 4381.0, 4350.0, 4391.0, 4382.0, 4389.0, 4370.0, 4389.0, 4360.0, 4359.0, 4348.0, 4358.0, 4357.0, 4357.0, 4376.0, 4347.0, 4385.0, 4347.0, 4395.0, 4348.0, 4396.0, 4347.0, 4374.0, 4346.0, 4374.0, 4335.0, 4363.0, 4335.0, 4373.0, 4346.0, 4364.0, 4346.0, 4375.0, 4346.0, 4375.0, 4347.0, 4367.0, 4337.0, 4369.0, 4378.0, 4359.0, 4378.0, 4350.0, 4388.0, 4370.0, 4387.0, 4348.0, 4376.0, 4348.0, 4377.0, 4337.0, 4366.0, 4386.0, 4349.0, 4392.0, 4394.0, 4372.0, 4401.0, 4359.0, 4399.0, 4349.0, 4397.0, 4358.0, 4386.0, 4348.0, 4375.0, 4347.0, 4375.0, 4347.0, 4376.0, 4347.0, 4376.0, 4357.0, 4346.0, 4357.0, 4357.0, 4387.0, 4348.0, 4387.0, 4348.0, 4376.0, 4348.0, 4376.0, 4348.0, 4386.0, 4348.0, 4376.0, 4348.0, 4356.0, 4338.0, 4368.0, 4358.0, 4380.0, 4368.0, 4362.0, 4379.0, 4361.0, 4389.0, 4379.0, 4388.0, 4348.0, 4378.0, 4348.0, 4379.0, 4359.0, 4380.0, 4369.0, 4381.0, 4379.0, 4380.0, 4379.0, 4381.0, 4390.0, 4373.0, 4391.0, 4373.0, 4411.0, 4382.0, 4392.0, 4383.0, 4381.0, 4370.0, 4380.0, 4390.0, 4371.0, 4389.0, 4370.0, 4389.0, 4362.0, 4400.0, 4371.0, 4380.0, 4361.0, 4370.0, 4380.0, 4369.0, 4409.0, 4369.0, 4397.0, 4349.0, 4387.0, 4360.0, 4378.0, 4369.0, 4388.0, 4359.0, 4369.0, 4359.0, 4370.0, 4399.0, 4370.0, 4399.0, 4361.0, 4379.0, 4371.0, 4389.0, 4360.0, 4368.0, 4370.0, 4368.0, 4399.0, 4360.0, 4398.0, 4370.0, 4378.0, 4370.0, 4378.0, 4360.0, 4370.0, 4360.0, 4380.0, 4379.0, 4378.0, 4378.0, 4379.0, 4378.0, 4361.0, 4390.0, 4362.0, 4391.0, 4371.0, 4391.0, 4401.0, 4381.0, 4399.0, 4370.0, 4388.0, 4370.0, 4368.0, 4380.0, 4388.0, 4359.0, 4388.0, 4349.0, 4369.0, 4388.0, 4368.0, 4377.0, 4368.0, 4387.0, 4370.0, 4387.0, 4369.0, 4388.0, 4349.0, 4367.0, 4369.0, 4369.0, 4378.0, 4370.0, 4378.0, 4361.0, 4390.0, 4371.0, 4400.0, 4371.0, 4378.0, 4380.0, 4380.0, 4389.0, 4370.0, 4378.0, 4370.0, 4387.0, 4360.0, 4377.0, 4360.0, 4379.0, 4371.0, 4381.0, 4409.0, 4372.0, 4400.0, 4382.0, 4390.0, 4371.0, 4370.0, 4369.0, 4369.0, 4389.0, 4360.0, 4398.0, 4369.0, 4389.0, 4359.0, 4379.0, 4389.0, 4369.0, 4388.0, 4370.0, 4388.0, 4370.0, 4390.0, 4380.0, 4382.0, 4391.0, 4362.0, 4401.0, 4400.0, 4370.0, 4392.0, 4411.0, 4373.0, 4432.0, 4403.0, 4399.0, 4360.0, 4378.0, 4368.0, 4368.0, 4378.0, 4370.0, 4379.0, 4360.0, 4368.0, 4379.0, 4369.0, 4359.0, 4369.0, 4378.0, 4359.0, 4388.0, 4350.0, 4388.0, 4350.0, 4378.0, 4359.0, 4369.0, 4388.0, 4360.0, 4379.0, 4371.0, 4388.0, 4381.0, 4390.0, 4360.0, 4368.0, 4369.0, 4369.0, 4398.0, 4359.0, 4376.0, 4349.0, 4377.0, 4359.0, 4378.0, 4359.0, 4378.0, 4359.0, 4380.0, 4389.0, 4371.0, 4390.0, 4372.0, 4388.0, 4382.0, 4400.0, 4371.0, 4379.0, 4370.0, 4369.0, 4378.0, 4358.0, 4398.0, 4358.0, 4386.0, 4359.0, 4387.0, 4358.0, 4378.0, 4359.0, 4387.0, 4359.0, 4388.0, 4359.0, 4370.0, 4389.0, 4370.0, 4408.0, 4360.0, 4409.0, 4361.0, 4388.0, 4360.0, 4377.0, 4359.0, 4358.0, 4388.0, 4359.0, 4388.0, 4370.0, 4387.0, 4371.0, 4389.0, 4370.0, 4368.0, 4369.0, 4359.0, 4408.0, 4359.0, 4398.0, 4359.0, 4387.0, 4389.0, 4377.0, 4358.0, 4357.0, 4357.0, 4358.0, 4387.0, 4359.0, 4377.0, 4359.0, 4388.0, 4359.0, 4359.0, 4399.0, 4360.0, 4397.0, 4360.0, 4388.0, 4380.0, 4387.0, 4359.0, 4379.0, 4359.0, 4381.0, 4399.0, 4372.0, 4391.0, 4371.0, 4390.0, 4391.0, 4370.0, 4410.0, 4371.0, 4380.0, 4381.0, 4370.0, 4410.0, 4361.0, 4409.0, 4370.0, 4409.0, 4389.0, 4378.0, 4369.0, 4358.0, 4358.0, 4359.0, 4388.0, 4360.0, 4387.0, 4360.0, 4378.0, 4371.0, 4360.0, 4400.0, 4361.0, 4399.0, 4359.0, 4398.0, 4372.0, 4369.0, 4360.0, 4378.0, 4359.0, 4368.0, 4369.0, 4359.0, 4379.0, 4359.0, 4388.0, 4350.0, 4400.0, 4360.0, 4389.0, 4370.0, 4377.0, 4370.0, 4360.0, 4390.0, 4371.0, 4399.0, 4361.0, 4399.0, 4361.0, 4390.0, 4361.0, 4380.0, 4371.0, 4360.0, 4400.0, 4361.0, 4389.0, 4361.0, 4389.0, 4361.0, 4379.0, 4361.0, 4379.0, 4360.0, 4369.0, 4379.0, 4349.0, 4398.0, 4349.0, 4387.0, 4350.0, 4388.0, 4390.0, 4369.0, 4390.0, 4349.0, 4409.0, 4350.0, 4419.0, 4360.0, 4378.0, 4359.0, 4368.0, 4379.0, 4368.0, 4379.0, 4371.0, 4389.0, 4381.0, 4381.0, 4391.0, 4372.0, 4401.0, 4361.0, 4410.0, 4372.0, 4410.0, 4361.0, 4369.0, 4360.0, 4360.0, 4380.0, 4361.0, 4410.0, 4361.0, 4399.0, 4381.0, 4390.0, 4391.0, 4350.0, 4389.0, 4360.0, 4409.0, 4380.0, 4381.0, 4392.0, 4360.0, 4400.0, 4350.0, 4420.0, 4360.0, 4407.0, 4360.0, 4397.0, 4369.0, 4358.0, 4389.0, 4360.0, 4398.0, 4370.0, 4399.0, 4391.0, 4369.0, 4380.0, 4358.0, 4368.0, 4349.0, 4388.0, 4359.0, 4387.0, 4358.0, 4398.0, 4360.0, 4369.0, 4371.0, 4361.0, 4401.0, 4372.0, 4410.0, 4393.0, 4381.0, 4381.0, 4359.0, 4389.0, 4349.0, 4407.0, 4350.0, 4408.0, 4359.0, 4398.0, 4400.0, 4378.0, 4389.0, 4339.0, 4368.0, 4337.0, 4387.0, 4350.0, 4378.0, 4359.0, 4368.0, 4369.0, 4349.0, 4419.0, 4361.0, 4409.0], 'WindowWidth': [9735.0, 9737.0, 9660.0, 9694.0, 9699.0, 9632.0, 9654.0, 9627.0, 9671.0, 9667.0, 9654.0, 9675.0, 9611.0, 9654.0, 9691.0, 9643.0, 9665.0, 9654.0, 9669.0, 9678.0, 9642.0, 9678.0, 9642.0, 9667.0, 9680.0, 9655.0, 9664.0, 9626.0, 9676.0, 9628.0, 9665.0, 9691.0, 9638.0, 9658.0, 9636.0, 9647.0, 9647.0, 9655.0, 9690.0, 9643.0, 9666.0, 9655.0, 9664.0, 9679.0, 9640.0, 9675.0, 9623.0, 9648.0, 9675.0, 9624.0, 9671.0, 9635.0, 9655.0, 9618.0, 9630.0, 9657.0, 9630.0, 9679.0, 9615.0, 9649.0, 9621.0, 9654.0, 9692.0, 9629.0, 9685.0, 9688.0, 9671.0, 9707.0, 9713.0, 9656.0, 9724.0, 9709.0, 9686.0, 9702.0, 9680.0, 9690.0, 9702.0, 9679.0, 9714.0, 9665.0, 9697.0, 9673.0, 9696.0, 9628.0, 9669.0, 9658.0, 9661.0, 9699.0, 9644.0, 9668.0, 9670.0, 9667.0, 9720.0, 9653.0, 9703.0, 9624.0, 9685.0, 9611.0, 9671.0, 9622.0, 9656.0, 9606.0, 9655.0, 9619.0, 9630.0, 9623.0, 9648.0, 9632.0, 9645.0, 9631.0, 9629.0, 9616.0, 9629.0, 9611.0, 9628.0, 9621.0, 9610.0, 9625.0, 9615.0, 9638.0, 9619.0, 9658.0, 9623.0, 9653.0, 9619.0, 9652.0, 9619.0, 9655.0, 9623.0, 9671.0, 9625.0, 9670.0, 9621.0, 9658.0, 9608.0, 9632.0, 9603.0, 9628.0, 9601.0, 9628.0, 9657.0, 9623.0, 9642.0, 9620.0, 9642.0, 9622.0, 9656.0, 9607.0, 9640.0, 9617.0, 9613.0, 9656.0, 9627.0, 9683.0, 9627.0, 9601.0, 9644.0, 9600.0, 9634.0, 9657.0, 9624.0, 9657.0, 9623.0, 9672.0, 9623.0, 9633.0, 9608.0, 9629.0, 9632.0, 9631.0, 9655.0, 9619.0, 9640.0, 9617.0, 9639.0, 9619.0, 9654.0, 9622.0, 9640.0, 9638.0, 9641.0, 9611.0, 9670.0, 9624.0, 9672.0, 9611.0, 9663.0, 9640.0, 9683.0, 9654.0, 9671.0, 9664.0, 9655.0, 9681.0, 9647.0, 9662.0, 9628.0, 9661.0, 9627.0, 9676.0, 9627.0, 9680.0, 9641.0, 9671.0, 9669.0, 9661.0, 9693.0, 9646.0, 9677.0, 9642.0, 9676.0, 9625.0, 9633.0, 9621.0, 9647.0, 9620.0, 9650.0, 9659.0, 9622.0, 9643.0, 9623.0, 9657.0, 9623.0, 9660.0, 9625.0, 9658.0, 9622.0, 9665.0, 9652.0, 9659.0, 9681.0, 9646.0, 9680.0, 9631.0, 9638.0, 9667.0, 9652.0, 9677.0, 9638.0, 9673.0, 9626.0, 9659.0, 9623.0, 9657.0, 9608.0, 9648.0, 9649.0, 9649.0, 9658.0, 9638.0, 9658.0, 9626.0, 9658.0, 9626.0, 9672.0, 9627.0, 9669.0, 9685.0, 9659.0, 9696.0, 9647.0, 9688.0, 9690.0, 9665.0, 9699.0, 9705.0, 9670.0, 9700.0, 9710.0, 9726.0, 9694.0, 9719.0, 9774.0, 9760.0, 9710.0, 9770.0, 9695.0, 9750.0, 9689.0, 9690.0, 9658.0, 9685.0, 9684.0, 9672.0, 9700.0, 9671.0, 9675.0, 9660.0, 9675.0, 9732.0, 9655.0, 9677.0, 9634.0, 9675.0, 9630.0, 9642.0, 9616.0, 9658.0, 9621.0, 9655.0, 9612.0, 9668.0, 9659.0, 9661.0, 9637.0, 9658.0, 9621.0, 9620.0, 9602.0, 9616.0, 9613.0, 9612.0, 9636.0, 9599.0, 9648.0, 9598.0, 9661.0, 9602.0, 9663.0, 9602.0, 9631.0, 9596.0, 9629.0, 9581.0, 9613.0, 9581.0, 9627.0, 9596.0, 9618.0, 9596.0, 9633.0, 9597.0, 9635.0, 9600.0, 9627.0, 9589.0, 9633.0, 9643.0, 9621.0, 9643.0, 9610.0, 9657.0, 9638.0, 9654.0, 9604.0, 9636.0, 9602.0, 9638.0, 9585.0, 9624.0, 9651.0, 9609.0, 9674.0, 9677.0, 9646.0, 9680.0, 9623.0, 9672.0, 9606.0, 9666.0, 9616.0, 9650.0, 9601.0, 9634.0, 9601.0, 9634.0, 9600.0, 9636.0, 9601.0, 9636.0, 9614.0, 9597.0, 9612.0, 9611.0, 9652.0, 9601.0, 9653.0, 9602.0, 9637.0, 9604.0, 9637.0, 9602.0, 9650.0, 9602.0, 9636.0, 9603.0, 9612.0, 9589.0, 9631.0, 9617.0, 9652.0, 9634.0, 9629.0, 9649.0, 9628.0, 9659.0, 9648.0, 9657.0, 9605.0, 9643.0, 9604.0, 9646.0, 9622.0, 9649.0, 9635.0, 9653.0, 9647.0, 9653.0, 9647.0, 9655.0, 9666.0, 9649.0, 9670.0, 9648.0, 9695.0, 9659.0, 9669.0, 9660.0, 9653.0, 9638.0, 9650.0, 9663.0, 9639.0, 9659.0, 9637.0, 9662.0, 9629.0, 9678.0, 9642.0, 9650.0, 9627.0, 9637.0, 9649.0, 9634.0, 9686.0, 9633.0, 9667.0, 9608.0, 9654.0, 9624.0, 9644.0, 9635.0, 9657.0, 9621.0, 9634.0, 9622.0, 9638.0, 9673.0, 9638.0, 9673.0, 9625.0, 9647.0, 9639.0, 9660.0, 9623.0, 9631.0, 9637.0, 9632.0, 9672.0, 9622.0, 9670.0, 9636.0, 9644.0, 9636.0, 9643.0, 9623.0, 9637.0, 9623.0, 9651.0, 9647.0, 9646.0, 9644.0, 9647.0, 9646.0, 9629.0, 9664.0, 9630.0, 9667.0, 9643.0, 9669.0, 9681.0, 9654.0, 9675.0, 9638.0, 9659.0, 9638.0, 9631.0, 9650.0, 9656.0, 9621.0, 9658.0, 9607.0, 9633.0, 9657.0, 9631.0, 9641.0, 9633.0, 9657.0, 9639.0, 9654.0, 9635.0, 9656.0, 9607.0, 9630.0, 9634.0, 9635.0, 9646.0, 9637.0, 9646.0, 9628.0, 9664.0, 9642.0, 9676.0, 9641.0, 9646.0, 9651.0, 9649.0, 9660.0, 9634.0, 9644.0, 9636.0, 9656.0, 9625.0, 9644.0, 9624.0, 9648.0, 9640.0, 9654.0, 9690.0, 9643.0, 9677.0, 9656.0, 9663.0, 9640.0, 9635.0, 9635.0, 9632.0, 9658.0, 9623.0, 9672.0, 9634.0, 9658.0, 9621.0, 9648.0, 9661.0, 9636.0, 9658.0, 9638.0, 9658.0, 9638.0, 9666.0, 9653.0, 9659.0, 9668.0, 9632.0, 9678.0, 9678.0, 9638.0, 9672.0, 9696.0, 9648.0, 9724.0, 9688.0, 9673.0, 9622.0, 9643.0, 9631.0, 9630.0, 9645.0, 9636.0, 9646.0, 9625.0, 9631.0, 9649.0, 9633.0, 9619.0, 9632.0, 9643.0, 9621.0, 9657.0, 9610.0, 9658.0, 9610.0, 9643.0, 9621.0, 9634.0, 9659.0, 9624.0, 9648.0, 9640.0, 9660.0, 9655.0, 9662.0, 9623.0, 9630.0, 9632.0, 9633.0, 9669.0, 9617.0, 9639.0, 9607.0, 9641.0, 9622.0, 9643.0, 9620.0, 9644.0, 9620.0, 9649.0, 9662.0, 9641.0, 9663.0, 9642.0, 9660.0, 9656.0, 9677.0, 9641.0, 9646.0, 9636.0, 9632.0, 9644.0, 9616.0, 9669.0, 9616.0, 9651.0, 9618.0, 9653.0, 9617.0, 9641.0, 9620.0, 9653.0, 9619.0, 9656.0, 9620.0, 9635.0, 9660.0, 9635.0, 9683.0, 9622.0, 9687.0, 9625.0, 9656.0, 9621.0, 9640.0, 9619.0, 9616.0, 9657.0, 9620.0, 9657.0, 9637.0, 9656.0, 9639.0, 9660.0, 9635.0, 9629.0, 9631.0, 9617.0, 9684.0, 9620.0, 9668.0, 9621.0, 9652.0, 9658.0, 9640.0, 9614.0, 9612.0, 9613.0, 9614.0, 9653.0, 9619.0, 9641.0, 9619.0, 9655.0, 9620.0, 9621.0, 9673.0, 9622.0, 9668.0, 9624.0, 9657.0, 9650.0, 9653.0, 9620.0, 9645.0, 9622.0, 9652.0, 9677.0, 9645.0, 9666.0, 9641.0, 9664.0, 9665.0, 9637.0, 9689.0, 9640.0, 9648.0, 9654.0, 9636.0, 9692.0, 9625.0, 9686.0, 9637.0, 9686.0, 9662.0, 9643.0, 9633.0, 9615.0, 9617.0, 9619.0, 9658.0, 9623.0, 9656.0, 9625.0, 9646.0, 9640.0, 9625.0, 9678.0, 9626.0, 9674.0, 9622.0, 9671.0, 9642.0, 9633.0, 9624.0, 9643.0, 9620.0, 9629.0, 9632.0, 9619.0, 9645.0, 9620.0, 9657.0, 9611.0, 9675.0, 9625.0, 9659.0, 9637.0, 9641.0, 9635.0, 9622.0, 9662.0, 9637.0, 9673.0, 9626.0, 9675.0, 9628.0, 9663.0, 9627.0, 9649.0, 9639.0, 9623.0, 9677.0, 9623.0, 9659.0, 9624.0, 9658.0, 9624.0, 9646.0, 9624.0, 9644.0, 9621.0, 9633.0, 9648.0, 9605.0, 9669.0, 9604.0, 9654.0, 9609.0, 9656.0, 9663.0, 9633.0, 9662.0, 9607.0, 9688.0, 9609.0, 9701.0, 9623.0, 9644.0, 9621.0, 9631.0, 9647.0, 9633.0, 9648.0, 9641.0, 9661.0, 9653.0, 9653.0, 9666.0, 9640.0, 9678.0, 9627.0, 9690.0, 9641.0, 9688.0, 9624.0, 9632.0, 9623.0, 9621.0, 9648.0, 9625.0, 9689.0, 9625.0, 9673.0, 9652.0, 9660.0, 9664.0, 9607.0, 9659.0, 9623.0, 9687.0, 9652.0, 9651.0, 9668.0, 9622.0, 9675.0, 9609.0, 9702.0, 9623.0, 9681.0, 9621.0, 9667.0, 9631.0, 9615.0, 9660.0, 9622.0, 9670.0, 9635.0, 9671.0, 9665.0, 9630.0, 9647.0, 9614.0, 9629.0, 9603.0, 9656.0, 9617.0, 9653.0, 9616.0, 9669.0, 9623.0, 9633.0, 9638.0, 9627.0, 9680.0, 9643.0, 9690.0, 9670.0, 9650.0, 9652.0, 9619.0, 9659.0, 9604.0, 9682.0, 9606.0, 9683.0, 9620.0, 9671.0, 9675.0, 9644.0, 9660.0, 9591.0, 9628.0, 9587.0, 9652.0, 9607.0, 9641.0, 9619.0, 9631.0, 9634.0, 9606.0, 9701.0, 9625.0, 9685.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.000684108170310702</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02169954602991945</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.28335021519584</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2432491237442387</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.985681479193549</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4463</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7453.979</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07288240346245571</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.2658227848101267</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.477267372115099</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4328952147225307</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7223365714580745</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2765703301646916</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00679176</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021159054711461067</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024120314046740532</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.5543445120807187</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>32.6017</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9452</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.596</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>312085.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>917.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.2545</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7671</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.9535</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3637.0986</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3895.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>64459.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>941.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4872.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1095.8335</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.37058676406741</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> |