=== 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-0062 --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-0062",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0062_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0062_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0062/ses-03/func/sub-0062_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>f28c1575cc0dfe0e8695b80bdf894e0b</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>09:03:33.665000</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.999595, 0.0113519, 0.0261012, -0.0104681, 0.999376, -0.0337491]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0861423</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7723, -7322, 477, -16, -125, 20, 63]</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>252.301</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6cb6c687-4206-40a4-9a7e-d05946a7bb27||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.681839942932129, -0.028085269033908844, 0.07146359235048294, 110.71456909179688], [-0.03045627661049366, 2.6812515258789062, -0.09034789353609085, -89.01724243164062], [0.07002755999565125, 0.09054633229970932, 2.6975414752960205, -83.25862121582031], [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': ['090333.665000', '090334.125000', '090334.585000', '090335.045000', '090335.505000', '090335.965000', '090336.425000', '090336.885000', '090337.345000', '090337.805000', '090338.265000', '090338.725000', '090339.185000', '090339.645000', '090340.105000', '090340.565000', '090341.025000', '090341.485000', '090341.945000', '090342.405000', '090342.865000', '090343.325000', '090343.785000', '090344.245000', '090344.705000', '090345.165000', '090345.625000', '090346.085000', '090346.545000', '090347.005000', '090347.465000', '090347.925000', '090348.385000', '090348.845000', '090349.305000', '090349.765000', '090350.225000', '090350.685000', '090351.145000', '090351.605000', '090352.065000', '090352.525000', '090352.985000', '090353.445000', '090353.905000', '090354.365000', '090354.825000', '090355.285000', '090355.745000', '090356.205000', '090356.665000', '090357.125000', '090357.585000', '090358.045000', '090358.505000', '090358.965000', '090359.425000', '090359.885000', '090400.345000', '090400.805000', '090401.265000', '090401.725000', '090402.185000', '090402.645000', '090403.105000', '090403.565000', '090404.025000', '090404.485000', '090404.945000', '090405.405000', '090405.865000', '090406.325000', '090406.785000', '090407.245000', '090407.705000', '090408.165000', '090408.625000', '090409.085000', '090409.545000', '090410.005000', '090410.465000', '090410.925000', '090411.385000', '090411.845000', '090412.305000', '090412.765000', '090413.225000', '090413.685000', '090414.145000', '090414.605000', '090415.065000', '090415.525000', '090415.985000', '090416.445000', '090416.905000', '090417.365000', '090417.825000', '090418.285000', '090418.745000', '090419.205000', '090419.665000', '090420.125000', '090420.585000', '090421.045000', '090421.505000', '090421.965000', '090422.425000', '090422.885000', '090423.345000', '090423.805000', '090424.265000', '090424.725000', '090425.185000', '090425.645000', '090426.105000', '090426.565000', '090427.025000', '090427.485000', '090427.945000', '090428.405000', '090428.865000', '090429.325000', '090429.785000', '090430.245000', '090430.705000', '090431.165000', '090431.625000', '090432.085000', '090432.545000', '090433.005000', '090433.465000', '090433.925000', '090434.385000', '090434.845000', '090435.305000', '090435.765000', '090436.225000', '090436.685000', '090437.145000', '090437.605000', '090438.065000', '090438.525000', '090438.985000', '090439.445000', '090439.905000', '090440.365000', '090440.825000', '090441.285000', '090441.745000', '090442.205000', '090442.665000', '090443.125000', '090443.585000', '090444.045000', '090444.505000', '090444.965000', '090445.425000', '090445.885000', '090446.345000', '090446.805000', '090447.265000', '090447.725000', '090448.185000', '090448.645000', '090449.105000', '090449.565000', '090450.025000', '090450.485000', '090450.945000', '090451.405000', '090451.865000', '090452.325000', '090452.785000', '090453.245000', '090453.705000', '090454.165000', '090454.625000', '090455.085000', '090455.545000', '090456.005000', '090456.465000', '090456.925000', '090457.385000', '090457.845000', '090458.305000', '090458.765000', '090459.225000', '090459.685000', '090500.145000', '090500.605000', '090501.065000', '090501.525000', '090501.985000', '090502.445000', '090502.905000', '090503.365000', '090503.825000', '090504.285000', '090504.745000', '090505.205000', '090505.665000', '090506.125000', '090506.585000', '090507.045000', '090507.505000', '090507.965000', '090508.425000', '090508.885000', '090509.345000', '090509.805000', '090510.265000', '090510.725000', '090511.185000', '090511.645000', '090512.105000', '090512.565000', '090513.025000', '090513.485000', '090513.945000', '090514.405000', '090514.865000', '090515.325000', '090515.785000', '090516.245000', '090516.705000', '090517.165000', '090517.625000', '090518.085000', '090518.545000', '090519.005000', '090519.465000', '090519.925000', '090520.385000', '090520.845000', '090521.305000', '090521.765000', '090522.225000', '090522.685000', '090523.145000', '090523.605000', '090524.065000', '090524.525000', '090524.985000', '090525.445000', '090525.905000', '090526.365000', '090526.825000', '090527.285000', '090527.745000', '090528.205000', '090528.665000', '090529.125000', '090529.585000', '090530.045000', '090530.505000', '090530.965000', '090531.425000', '090531.885000', '090532.345000', '090532.805000', '090533.265000', '090533.725000', '090534.185000', '090534.645000', '090535.105000', '090535.565000', '090536.025000', '090536.485000', '090536.945000', '090537.405000', '090537.865000', '090538.325000', '090538.785000', '090539.245000', '090539.705000', '090540.165000', '090540.625000', '090541.085000', '090541.545000', '090542.005000', '090542.465000', '090542.925000', '090543.385000', '090543.845000', '090544.305000', '090544.765000', '090545.225000', '090545.685000', '090546.145000', '090546.605000', '090547.065000', '090547.525000', '090547.985000', '090548.445000', '090548.905000', '090549.365000', '090549.825000', '090550.285000', '090550.745000', '090551.205000', '090551.665000', '090552.125000', '090552.585000', '090553.045000', '090553.505000', '090553.965000', '090554.425000', '090554.885000', '090555.345000', '090555.805000', '090556.265000', '090556.725000', '090557.185000', '090557.645000', '090558.105000', '090558.565000', '090559.025000', '090559.485000', '090559.945000', '090600.405000', '090600.865000', '090601.325000', '090601.785000', '090602.245000', '090602.705000', '090603.165000', '090603.625000', '090604.085000', '090604.545000', '090605.005000', '090605.465000', '090605.925000', '090606.385000', '090606.845000', '090607.305000', '090607.765000', '090608.225000', '090608.685000', '090609.145000', '090609.605000', '090610.065000', '090610.525000', '090610.985000', '090611.445000', '090611.905000', '090612.365000', '090612.825000', '090613.285000', '090613.745000', '090614.205000', '090614.665000', '090615.125000', '090615.585000', '090616.045000', '090616.505000', '090616.965000', '090617.425000', '090617.885000', '090618.345000', '090618.805000', '090619.265000', '090619.725000', '090620.185000', '090620.645000', '090621.105000', '090621.565000', '090622.025000', '090622.485000', '090622.945000', '090623.405000', '090623.865000', '090624.325000', '090624.785000', '090625.245000', '090625.705000', '090626.165000', '090626.625000', '090627.085000', '090627.545000', '090628.005000', '090628.465000', '090628.925000', '090629.385000', '090629.845000', '090630.305000', '090630.765000', '090631.225000', '090631.685000', '090632.145000', '090632.605000', '090633.065000', '090633.525000', '090633.985000', '090634.445000', '090634.905000', '090635.365000', '090635.825000', '090636.285000', '090636.745000', '090637.205000', '090637.665000', '090638.125000', '090638.585000', '090639.045000', '090639.505000', '090639.965000', '090640.425000', '090640.885000', '090641.345000', '090641.805000', '090642.265000', '090642.725000', '090643.185000', '090643.645000', '090644.105000', '090644.565000', '090645.025000', '090645.485000', '090645.945000', '090646.405000', '090646.865000', '090647.325000', '090647.785000', '090648.245000', '090648.705000', '090649.165000', '090649.625000', '090650.085000', '090650.545000', '090651.005000', '090651.465000', '090651.925000', '090652.385000', '090652.845000', '090653.305000', '090653.765000', '090654.225000', '090654.685000', '090655.145000', '090655.605000', '090656.065000', '090656.525000', '090656.985000', '090657.445000', '090657.905000', '090658.365000', '090658.825000', '090659.285000', '090659.745000', '090700.205000', '090700.665000', '090701.125000', '090701.585000', '090702.045000', '090702.505000', '090702.965000', '090703.425000', '090703.885000', '090704.345000', '090704.805000', '090705.265000', '090705.725000', '090706.185000', '090706.645000', '090707.105000', '090707.565000', '090708.025000', '090708.485000', '090708.945000', '090709.405000', '090709.865000', '090710.325000', '090710.785000', '090711.245000', '090711.705000', '090712.165000', '090712.625000', '090713.085000', '090713.545000', '090714.005000', '090714.465000', '090714.925000', '090715.385000', '090715.845000', '090716.305000', '090716.765000', '090717.225000', '090717.685000', '090718.145000', '090718.605000', '090719.065000', '090719.525000', '090719.985000', '090720.445000', '090720.905000', '090721.365000', '090721.825000', '090722.285000', '090722.745000', '090723.205000', '090723.665000', '090724.125000', '090724.585000', '090725.045000', '090725.505000', '090725.965000', '090726.425000', '090726.885000', '090727.345000', '090727.805000', '090728.265000', '090728.725000', '090729.185000', '090729.645000', '090730.105000', '090730.565000', '090731.025000', '090731.485000', '090731.945000', '090732.405000', '090732.865000', '090733.325000', '090733.785000', '090734.245000', '090734.705000', '090735.165000', '090735.625000', '090736.085000', '090736.545000', '090737.005000', '090737.465000', '090737.925000', '090738.385000', '090738.845000', '090739.305000', '090739.765000', '090740.225000', '090740.685000', '090741.145000', '090741.605000', '090742.065000', '090742.525000', '090742.985000', '090743.445000', '090743.905000', '090744.365000', '090744.825000', '090745.285000', '090745.745000', '090746.205000', '090746.665000', '090747.125000', '090747.585000', '090748.045000', '090748.505000', '090748.965000', '090749.425000', '090749.885000', '090750.345000', '090750.805000', '090751.265000', '090751.725000', '090752.185000', '090752.645000', '090753.105000', '090753.565000', '090754.025000', '090754.485000', '090754.945000', '090755.405000', '090755.865000', '090756.325000', '090756.785000', '090757.245000', '090757.705000', '090758.165000', '090758.625000', '090759.085000', '090759.545000', '090800.005000', '090800.465000', '090800.925000', '090801.385000', '090801.845000', '090802.305000', '090802.765000', '090803.225000', '090803.685000', '090804.145000', '090804.605000', '090805.065000', '090805.525000', '090805.985000', '090806.445000', '090806.905000', '090807.365000', '090807.825000', '090808.285000', '090808.745000', '090809.205000', '090809.665000', '090810.125000', '090810.585000', '090811.045000', '090811.505000', '090811.965000', '090812.425000', '090812.885000', '090813.345000', '090813.805000', '090814.265000', '090814.725000', '090815.185000', '090815.645000', '090816.105000', '090816.565000', '090817.025000', '090817.485000', '090817.945000', '090818.405000', '090818.865000', '090819.325000', '090819.785000', '090820.245000', '090820.705000', '090821.165000', '090821.625000', '090822.085000', '090822.545000', '090823.005000', '090823.465000', '090823.925000', '090824.385000', '090824.845000', '090825.305000', '090825.765000', '090826.225000', '090826.685000', '090827.145000', '090827.605000', '090828.065000', '090828.525000', '090828.985000', '090829.445000', '090829.905000', '090830.365000', '090830.825000', '090831.285000', '090831.745000', '090832.205000', '090832.665000', '090833.125000', '090833.585000', '090834.045000', '090834.505000', '090834.965000', '090835.425000', '090835.885000', '090836.345000', '090836.805000', '090837.265000', '090837.725000', '090838.185000', '090838.645000', '090839.105000', '090839.565000', '090840.025000', '090840.485000', '090840.945000', '090841.405000', '090841.865000', '090842.325000', '090842.785000', '090843.245000', '090843.705000', '090844.165000', '090844.625000', '090845.085000', '090845.545000', '090846.005000', '090846.465000', '090846.925000', '090847.385000', '090847.845000', '090848.305000', '090848.765000', '090849.225000', '090849.685000', '090850.145000', '090850.605000', '090851.065000', '090851.525000', '090851.985000', '090852.445000', '090852.905000', '090853.365000', '090853.825000', '090854.285000', '090854.745000', '090855.205000', '090855.665000', '090856.125000', '090856.585000', '090857.045000', '090857.505000', '090857.965000', '090858.425000', '090858.885000', '090859.345000', '090859.805000', '090900.265000', '090900.725000', '090901.185000', '090901.645000', '090902.105000', '090902.565000', '090903.025000', '090903.485000', '090903.945000', '090904.405000', '090904.865000', '090905.325000', '090905.785000', '090906.245000', '090906.705000', '090907.165000', '090907.625000', '090908.085000', '090908.545000', '090909.005000', '090909.465000', '090909.925000', '090910.385000', '090910.845000', '090911.305000', '090911.765000', '090912.225000', '090912.685000', '090913.145000', '090913.605000', '090914.065000', '090914.525000', '090914.985000', '090915.445000', '090915.905000', '090916.365000', '090916.825000', '090917.285000', '090917.745000', '090918.205000', '090918.665000', '090919.125000', '090919.585000', '090920.045000', '090920.505000', '090920.965000', '090921.425000', '090921.885000', '090922.345000', '090922.805000', '090923.265000', '090923.725000', '090924.185000', '090924.645000', '090925.105000', '090925.565000', '090926.025000', '090926.485000', '090926.945000', '090927.405000', '090927.865000', '090928.325000', '090928.785000', '090929.245000', '090929.705000', '090930.165000', '090930.625000', '090931.085000', '090931.545000', '090932.005000', '090932.465000', '090932.925000', '090933.385000', '090933.845000', '090934.305000', '090934.765000', '090935.225000', '090935.685000', '090936.145000', '090936.605000', '090937.065000', '090937.525000', '090937.985000', '090938.445000', '090938.905000', '090939.365000', '090939.825000', '090940.285000', '090940.745000', '090941.205000', '090941.665000', '090942.125000', '090942.585000', '090943.045000', '090943.505000', '090943.965000', '090944.425000', '090944.885000', '090945.345000', '090945.805000', '090946.265000', '090946.725000', '090947.185000', '090947.645000', '090948.105000', '090948.565000', '090949.025000', '090949.485000', '090949.945000', '090950.405000', '090950.865000', '090951.325000', '090951.785000', '090952.245000', '090952.705000', '090953.165000', '090953.625000', '090954.085000', '090954.545000', '090955.005000', '090955.465000', '090955.925000', '090956.385000', '090956.845000', '090957.305000', '090957.765000', '090958.225000', '090958.685000', '090959.145000', '090959.605000', '091000.065000', '091000.525000', '091000.985000', '091001.445000', '091001.905000', '091002.365000', '091002.825000', '091003.285000', '091003.745000', '091004.205000', '091004.665000', '091005.125000', '091005.585000', '091006.045000', '091006.505000', '091006.965000', '091007.425000', '091007.885000', '091008.345000', '091008.805000', '091009.265000', '091009.725000', '091010.185000', '091010.645000', '091011.105000', '091011.565000', '091012.025000', '091012.485000', '091012.945000', '091013.405000', '091013.865000', '091014.325000'], 'ContentTime': ['090358.567000', '090358.571000', '090358.573000', '090358.576000', '090358.578000', '090358.581000', '090358.583000', '090358.586000', '090358.589000', '090358.591000', '090358.594000', '090358.596000', '090358.599000', '090358.602000', '090358.618000', '090358.621000', '090358.624000', '090358.626000', '090358.629000', '090358.632000', '090358.635000', '090358.638000', '090358.640000', '090358.643000', '090358.646000', '090358.648000', '090358.651000', '090358.653000', '090358.656000', '090358.659000', '090358.661000', '090358.664000', '090358.666000', '090358.669000', '090358.685000', '090358.688000', '090358.691000', '090358.693000', '090358.696000', '090358.698000', '090358.701000', '090358.704000', '090358.706000', '090358.709000', '090358.711000', '090358.714000', '090358.717000', '090358.719000', '090358.722000', '090358.724000', '090358.727000', '090358.730000', '090418.530000', '090418.532000', '090418.544000', '090418.546000', '090418.549000', '090418.551000', '090418.554000', '090418.557000', '090418.560000', '090418.563000', '090418.565000', '090418.568000', '090418.571000', '090418.573000', '090418.593000', '090418.595000', '090418.598000', '090418.601000', '090418.603000', '090418.606000', '090418.608000', '090418.611000', '090418.614000', '090418.616000', '090418.619000', '090418.621000', '090418.624000', '090418.627000', '090418.629000', '090418.632000', '090418.634000', '090418.637000', '090418.639000', '090418.642000', '090418.644000', '090418.647000', '090418.650000', '090418.652000', '090418.655000', '090418.657000', '090418.660000', '090418.662000', '090418.665000', '090438.528000', '090438.531000', '090438.534000', '090438.536000', '090438.539000', '090438.541000', '090438.544000', '090438.547000', '090438.549000', '090438.552000', '090438.554000', '090438.557000', '090438.559000', '090438.562000', '090438.564000', '090438.567000', '090438.569000', '090438.580000', '090438.583000', '090438.586000', '090438.588000', '090438.591000', '090438.593000', '090438.596000', '090438.598000', '090438.601000', '090438.603000', '090438.606000', '090438.609000', '090438.611000', '090438.614000', '090438.616000', '090438.619000', '090438.622000', '090438.624000', '090438.627000', '090438.629000', '090438.632000', '090438.634000', '090438.637000', '090438.640000', '090438.642000', '090438.645000', '090438.647000', '090458.529000', '090458.559000', '090458.568000', '090458.571000', '090458.573000', '090458.576000', '090458.578000', '090458.581000', '090458.583000', '090458.586000', '090458.589000', '090458.591000', '090458.594000', '090458.596000', '090458.599000', '090458.601000', '090458.604000', '090458.607000', '090458.609000', '090458.612000', '090458.614000', '090458.617000', '090458.620000', '090458.622000', '090458.625000', '090458.627000', '090458.630000', '090458.632000', '090458.635000', '090458.641000', '090458.644000', '090458.647000', '090458.649000', '090458.652000', '090458.654000', '090458.657000', '090458.659000', '090458.662000', '090458.664000', '090458.667000', '090458.669000', '090458.672000', '090458.675000', '090518.529000', '090518.532000', '090518.535000', '090518.537000', '090518.540000', '090518.543000', '090518.545000', '090518.548000', '090518.550000', '090518.553000', '090518.564000', '090518.567000', '090518.569000', '090518.572000', '090518.574000', '090518.577000', '090518.580000', '090518.582000', '090518.585000', '090518.587000', '090518.590000', '090518.592000', '090518.595000', '090518.597000', '090518.600000', '090518.602000', '090518.605000', '090518.607000', '090518.610000', '090518.613000', '090518.615000', '090518.618000', '090518.621000', '090518.623000', '090518.626000', '090518.628000', '090518.631000', '090518.633000', '090518.636000', '090518.638000', '090518.641000', '090518.643000', '090518.646000', '090518.648000', '090538.529000', '090538.532000', '090538.535000', '090538.537000', '090538.540000', '090538.542000', '090538.545000', '090538.555000', '090538.558000', '090538.561000', '090538.563000', '090538.566000', '090538.568000', '090538.571000', '090538.574000', '090538.576000', '090538.579000', '090538.581000', '090538.584000', '090538.587000', '090538.589000', '090538.592000', '090538.595000', '090538.598000', '090538.600000', '090538.603000', '090538.606000', '090538.608000', '090538.611000', '090538.613000', '090538.616000', '090538.619000', '090538.621000', '090538.624000', '090538.627000', '090538.629000', '090538.632000', '090538.634000', '090538.637000', '090538.639000', '090538.642000', '090538.644000', '090538.647000', '090558.529000', '090558.532000', '090558.534000', '090558.537000', '090558.539000', '090558.542000', '090558.545000', '090558.547000', '090558.550000', '090558.552000', '090558.555000', '090558.557000', '090558.560000', '090558.563000', '090558.565000', '090558.568000', '090558.571000', '090558.573000', '090558.576000', '090558.578000', '090558.581000', '090558.583000', '090558.586000', '090558.588000', '090558.591000', '090558.594000', '090558.596000', '090558.599000', '090558.602000', '090558.604000', '090558.607000', '090558.609000', '090558.612000', '090558.615000', '090558.617000', '090558.620000', '090558.622000', '090558.625000', '090558.627000', '090558.630000', '090558.633000', '090558.635000', '090558.638000', '090558.640000', '090618.528000', '090618.531000', '090618.534000', '090618.536000', '090618.539000', '090618.542000', '090618.545000', '090618.548000', '090618.551000', '090618.553000', '090618.556000', '090618.559000', '090618.561000', '090618.564000', '090618.566000', '090618.569000', '090618.572000', '090618.574000', '090618.577000', '090618.585000', '090618.588000', '090618.590000', '090618.593000', '090618.595000', '090618.598000', '090618.600000', '090618.618000', '090618.621000', '090618.623000', '090618.626000', '090618.628000', '090618.631000', '090618.633000', '090618.636000', '090618.639000', '090618.641000', '090618.644000', '090618.646000', '090618.649000', '090618.651000', '090618.654000', '090618.657000', '090618.659000', '090638.528000', '090638.531000', '090638.534000', '090638.536000', '090638.539000', '090638.541000', '090638.544000', '090638.547000', '090638.549000', '090638.552000', '090638.554000', '090638.557000', '090638.559000', '090638.562000', '090638.565000', '090638.567000', '090638.570000', '090638.572000', '090638.575000', '090638.577000', '090638.580000', '090638.583000', '090638.585000', '090638.588000', '090638.590000', '090638.593000', '090638.596000', '090638.598000', '090638.601000', '090638.603000', '090638.606000', '090638.608000', '090638.611000', '090638.614000', '090638.616000', '090638.619000', '090638.621000', '090638.624000', '090638.626000', '090638.629000', '090638.632000', '090638.634000', '090638.637000', '090638.639000', '090658.528000', '090658.531000', '090658.534000', '090658.536000', '090658.543000', '090658.546000', '090658.549000', '090658.551000', '090658.554000', '090658.556000', '090658.559000', '090658.562000', '090658.564000', '090658.567000', '090658.569000', '090658.572000', '090658.575000', '090658.577000', '090658.580000', '090658.582000', '090658.585000', '090658.588000', '090658.590000', '090658.593000', '090658.595000', '090658.598000', '090658.601000', '090658.603000', '090658.606000', '090658.608000', '090658.611000', '090658.614000', '090658.616000', '090658.619000', '090658.622000', '090658.624000', '090658.627000', '090658.629000', '090658.633000', '090658.636000', '090658.638000', '090658.641000', '090658.643000', '090718.530000', '090718.532000', '090718.535000', '090718.538000', '090718.540000', '090718.543000', '090718.545000', '090718.548000', '090718.550000', '090718.553000', '090718.556000', '090718.558000', '090718.561000', '090718.563000', '090718.566000', '090718.569000', '090718.571000', '090718.575000', '090718.577000', '090718.580000', '090718.582000', '090718.585000', '090718.587000', '090718.590000', '090718.593000', '090718.595000', '090718.598000', '090718.600000', '090718.603000', '090718.606000', '090718.608000', '090718.611000', '090718.613000', '090718.623000', '090718.626000', '090718.629000', '090718.631000', '090718.634000', '090718.636000', '090718.639000', '090718.641000', '090718.644000', '090718.647000', '090718.649000', '090738.529000', '090738.532000', '090738.535000', '090738.537000', '090738.540000', '090738.542000', '090738.545000', '090738.548000', '090738.550000', '090738.553000', '090738.555000', '090738.558000', '090738.560000', '090738.563000', '090738.566000', '090738.568000', '090738.571000', '090738.573000', '090738.576000', '090738.579000', '090738.581000', '090738.584000', '090738.598000', '090738.601000', '090738.604000', '090738.606000', '090738.609000', '090738.612000', '090738.614000', '090738.617000', '090738.619000', '090738.622000', '090738.625000', '090738.627000', '090738.630000', '090738.632000', '090738.635000', '090738.637000', '090738.640000', '090738.643000', '090738.645000', '090738.648000', '090738.650000', '090758.529000', '090758.532000', '090758.535000', '090758.537000', '090758.540000', '090758.543000', '090758.545000', '090758.548000', '090758.558000', '090758.561000', '090758.564000', '090758.566000', '090758.569000', '090758.571000', '090758.574000', '090758.577000', '090758.579000', '090758.582000', '090758.584000', '090758.587000', '090758.590000', '090758.592000', '090758.595000', '090758.598000', '090758.600000', '090758.603000', '090758.605000', '090758.608000', '090758.611000', '090758.613000', '090758.616000', '090758.618000', '090758.621000', '090758.624000', '090758.626000', '090758.629000', '090758.631000', '090758.634000', '090758.637000', '090758.639000', '090758.642000', '090758.644000', '090758.647000', '090758.649000', '090818.529000', '090818.532000', '090818.534000', '090818.537000', '090818.539000', '090818.542000', '090818.545000', '090818.547000', '090818.550000', '090818.552000', '090818.555000', '090818.567000', '090818.569000', '090818.572000', '090818.575000', '090818.577000', '090818.580000', '090818.582000', '090818.585000', '090818.588000', '090818.590000', '090818.593000', '090818.596000', '090818.598000', '090818.601000', '090818.603000', '090818.606000', '090818.608000', '090818.611000', '090818.614000', '090818.616000', '090818.619000', '090818.622000', '090818.624000', '090818.627000', '090818.629000', '090818.632000', '090818.635000', '090818.637000', '090818.640000', '090818.642000', '090818.645000', '090818.647000', '090838.528000', '090838.531000', '090838.534000', '090838.536000', '090838.539000', '090838.541000', '090838.544000', '090838.554000', '090838.556000', '090838.559000', '090838.561000', '090838.564000', '090838.566000', '090838.569000', '090838.572000', '090838.574000', '090838.577000', '090838.579000', '090838.582000', '090838.584000', '090838.587000', '090838.590000', '090838.592000', '090838.595000', '090838.597000', '090838.600000', '090838.602000', '090838.605000', '090838.608000', '090838.610000', '090838.613000', '090838.616000', '090838.618000', '090838.621000', '090838.623000', '090838.626000', '090838.629000', '090838.631000', '090838.634000', '090838.636000', '090838.639000', '090838.642000', '090838.644000', '090838.647000', '090858.529000', '090858.532000', '090858.534000', '090858.537000', '090858.539000', '090858.542000', '090858.544000', '090858.547000', '090858.550000', '090858.552000', '090858.555000', '090858.557000', '090858.560000', '090858.562000', '090858.565000', '090858.567000', '090858.570000', '090858.573000', '090858.575000', '090858.578000', '090858.580000', '090858.583000', '090858.585000', '090858.588000', '090858.591000', '090858.593000', '090858.596000', '090858.598000', '090858.601000', '090858.603000', '090858.606000', '090858.609000', '090858.611000', '090858.614000', '090858.617000', '090858.619000', '090858.622000', '090858.624000', '090858.627000', '090858.629000', '090858.632000', '090858.634000', '090858.637000', '090918.529000', '090918.532000', '090918.534000', '090918.537000', '090918.540000', '090918.542000', '090918.545000', '090918.548000', '090918.550000', '090918.553000', '090918.555000', '090918.558000', '090918.561000', '090918.563000', '090918.566000', '090918.568000', '090918.571000', '090918.574000', '090918.576000', '090918.579000', '090918.581000', '090918.584000', '090918.587000', '090918.589000', '090918.592000', '090918.594000', '090918.597000', '090918.599000', '090918.602000', '090918.605000', '090918.607000', '090918.610000', '090918.613000', '090918.624000', '090918.627000', '090918.630000', '090918.632000', '090918.635000', '090918.637000', '090918.640000', '090918.642000', '090918.645000', '090918.648000', '090918.650000', '090938.529000', '090938.532000', '090938.535000', '090938.537000', '090938.540000', '090938.543000', '090938.545000', '090938.548000', '090938.550000', '090938.553000', '090938.555000', '090938.558000', '090938.561000', '090938.563000', '090938.566000', '090938.568000', '090938.571000', '090938.573000', '090938.586000', '090938.589000', '090938.591000', '090938.594000', '090938.596000', '090938.599000', '090938.601000', '090938.604000', '090938.607000', '090938.609000', '090938.612000', '090938.614000', '090938.617000', '090938.619000', '090938.622000', '090938.625000', '090938.627000', '090938.630000', '090938.633000', '090938.635000', '090938.638000', '090938.641000', '090938.644000', '090938.647000', '090938.649000', '090958.530000', '090958.532000', '090958.535000', '090958.538000', '090958.540000', '090958.543000', '090958.545000', '090958.548000', '090958.551000', '090958.553000', '090958.556000', '090958.558000', '090958.561000', '090958.563000', '090958.566000', '090958.569000', '090958.571000', '090958.574000', '090958.576000', '090958.579000', '090958.582000', '090958.584000', '090958.587000', '090958.589000', '090958.592000', '090958.594000', '090958.597000', '090958.600000', '090958.602000', '090958.605000', '090958.607000', '090958.610000', '090958.612000', '090958.615000', '090958.618000', '090958.620000', '090958.623000', '090958.625000', '090958.628000', '090958.630000', '090958.633000', '090958.635000', '090958.638000', '090958.640000', '091015.479000', '091015.482000', '091015.484000', '091015.487000', '091015.490000', '091015.492000', '091015.495000', '091015.498000', '091015.500000', '091015.503000', '091015.505000', '091015.508000', '091015.511000', '091015.513000', '091015.516000', '091015.523000', '091015.526000', '091015.528000', '091015.531000', '091015.534000', '091015.536000', '091015.539000', '091015.541000', '091015.544000', '091015.547000', '091015.551000', '091015.554000', '091015.557000', '091015.559000', '091015.563000', '091015.567000', '091015.570000', '091015.573000', '091015.576000', '091015.580000', '091015.583000', '091015.586000'], 'InstanceCreationTime': ['090358.567000', '090358.571000', '090358.573000', '090358.576000', '090358.578000', '090358.581000', '090358.583000', '090358.586000', '090358.589000', '090358.591000', '090358.594000', '090358.596000', '090358.599000', '090358.602000', '090358.618000', '090358.621000', '090358.624000', '090358.626000', '090358.629000', '090358.632000', '090358.635000', '090358.638000', '090358.640000', '090358.643000', '090358.646000', '090358.648000', '090358.651000', '090358.653000', '090358.656000', '090358.659000', '090358.661000', '090358.664000', '090358.666000', '090358.669000', '090358.685000', '090358.688000', '090358.691000', '090358.693000', '090358.696000', '090358.698000', '090358.701000', '090358.704000', '090358.706000', '090358.709000', '090358.711000', '090358.714000', '090358.717000', '090358.719000', '090358.722000', '090358.724000', '090358.727000', '090358.730000', '090418.530000', '090418.532000', '090418.544000', '090418.546000', '090418.549000', '090418.551000', '090418.554000', '090418.557000', '090418.560000', '090418.563000', '090418.565000', '090418.568000', '090418.571000', '090418.573000', '090418.593000', '090418.595000', '090418.598000', '090418.601000', '090418.603000', '090418.606000', '090418.608000', '090418.611000', '090418.614000', '090418.616000', '090418.619000', '090418.621000', '090418.624000', '090418.627000', '090418.629000', '090418.632000', '090418.634000', '090418.637000', '090418.639000', '090418.642000', '090418.644000', '090418.647000', '090418.650000', '090418.652000', '090418.655000', '090418.657000', '090418.660000', '090418.662000', '090418.665000', '090438.528000', '090438.531000', '090438.534000', '090438.536000', '090438.539000', '090438.541000', '090438.544000', '090438.547000', '090438.549000', '090438.552000', '090438.554000', '090438.557000', '090438.559000', '090438.562000', '090438.564000', '090438.567000', '090438.569000', '090438.580000', '090438.583000', '090438.586000', '090438.588000', '090438.591000', '090438.593000', '090438.596000', '090438.598000', '090438.601000', '090438.603000', '090438.606000', '090438.609000', '090438.611000', '090438.614000', '090438.616000', '090438.619000', '090438.622000', '090438.624000', '090438.627000', '090438.629000', '090438.632000', '090438.634000', '090438.637000', '090438.640000', '090438.642000', '090438.645000', '090438.647000', '090458.529000', '090458.559000', '090458.568000', '090458.571000', '090458.573000', '090458.576000', '090458.578000', '090458.581000', '090458.583000', '090458.586000', '090458.589000', '090458.591000', '090458.594000', '090458.596000', '090458.599000', '090458.601000', '090458.604000', '090458.607000', '090458.609000', '090458.612000', '090458.614000', '090458.617000', '090458.620000', '090458.622000', '090458.625000', '090458.627000', '090458.630000', '090458.632000', '090458.635000', '090458.641000', '090458.644000', '090458.647000', '090458.649000', '090458.652000', '090458.654000', '090458.657000', '090458.659000', '090458.662000', '090458.664000', '090458.667000', '090458.669000', '090458.672000', '090458.675000', '090518.529000', '090518.532000', '090518.535000', '090518.537000', '090518.540000', '090518.543000', '090518.545000', '090518.548000', '090518.550000', '090518.553000', '090518.564000', '090518.567000', '090518.569000', '090518.572000', '090518.574000', '090518.577000', '090518.580000', '090518.582000', '090518.585000', '090518.587000', '090518.590000', '090518.592000', '090518.595000', '090518.597000', '090518.600000', '090518.602000', '090518.605000', '090518.607000', '090518.610000', '090518.613000', '090518.615000', '090518.618000', '090518.621000', '090518.623000', '090518.626000', '090518.628000', '090518.631000', '090518.633000', '090518.636000', '090518.638000', '090518.641000', '090518.643000', '090518.646000', '090518.648000', '090538.529000', '090538.532000', '090538.535000', '090538.537000', '090538.540000', '090538.542000', '090538.545000', '090538.555000', '090538.558000', '090538.561000', '090538.563000', '090538.566000', '090538.568000', '090538.571000', '090538.574000', '090538.576000', '090538.579000', '090538.581000', '090538.584000', '090538.587000', '090538.589000', '090538.592000', '090538.595000', '090538.598000', '090538.600000', '090538.603000', '090538.606000', '090538.608000', '090538.611000', '090538.613000', '090538.616000', '090538.619000', '090538.621000', '090538.624000', '090538.627000', '090538.629000', '090538.632000', '090538.634000', '090538.637000', '090538.639000', '090538.642000', '090538.644000', '090538.647000', '090558.529000', '090558.532000', '090558.534000', '090558.537000', '090558.539000', '090558.542000', '090558.545000', '090558.547000', '090558.550000', '090558.552000', '090558.555000', '090558.557000', '090558.560000', '090558.563000', '090558.565000', '090558.568000', '090558.571000', '090558.573000', '090558.576000', '090558.578000', '090558.581000', '090558.583000', '090558.586000', '090558.588000', '090558.591000', '090558.594000', '090558.596000', '090558.599000', '090558.602000', '090558.604000', '090558.607000', '090558.609000', '090558.612000', '090558.615000', '090558.617000', '090558.620000', '090558.622000', '090558.625000', '090558.627000', '090558.630000', '090558.633000', '090558.635000', '090558.638000', '090558.640000', '090618.528000', '090618.531000', '090618.534000', '090618.536000', '090618.539000', '090618.542000', '090618.545000', '090618.548000', '090618.551000', '090618.553000', '090618.556000', '090618.559000', '090618.561000', '090618.564000', '090618.566000', '090618.569000', '090618.572000', '090618.574000', '090618.577000', '090618.585000', '090618.588000', '090618.590000', '090618.593000', '090618.595000', '090618.598000', '090618.600000', '090618.618000', '090618.621000', '090618.623000', '090618.626000', '090618.628000', '090618.631000', '090618.633000', '090618.636000', '090618.639000', '090618.641000', '090618.644000', '090618.646000', '090618.649000', '090618.651000', '090618.654000', '090618.657000', '090618.659000', '090638.528000', '090638.531000', '090638.534000', '090638.536000', '090638.539000', '090638.541000', '090638.544000', '090638.547000', '090638.549000', '090638.552000', '090638.554000', '090638.557000', '090638.559000', '090638.562000', '090638.565000', '090638.567000', '090638.570000', '090638.572000', '090638.575000', '090638.577000', '090638.580000', '090638.583000', '090638.585000', '090638.588000', '090638.590000', '090638.593000', '090638.596000', '090638.598000', '090638.601000', '090638.603000', '090638.606000', '090638.608000', '090638.611000', '090638.614000', '090638.616000', '090638.619000', '090638.621000', '090638.624000', '090638.626000', '090638.629000', '090638.632000', '090638.634000', '090638.637000', '090638.639000', '090658.528000', '090658.531000', '090658.534000', '090658.536000', '090658.543000', '090658.546000', '090658.549000', '090658.551000', '090658.554000', '090658.556000', '090658.559000', '090658.562000', '090658.564000', '090658.567000', '090658.569000', '090658.572000', '090658.575000', '090658.577000', '090658.580000', '090658.582000', '090658.585000', '090658.588000', '090658.590000', '090658.593000', '090658.595000', '090658.598000', '090658.601000', '090658.603000', '090658.606000', '090658.608000', '090658.611000', '090658.614000', '090658.616000', '090658.619000', '090658.622000', '090658.624000', '090658.627000', '090658.629000', '090658.633000', '090658.636000', '090658.638000', '090658.641000', '090658.643000', '090718.530000', '090718.532000', '090718.535000', '090718.538000', '090718.540000', '090718.543000', '090718.545000', '090718.548000', '090718.550000', '090718.553000', '090718.556000', '090718.558000', '090718.561000', '090718.563000', '090718.566000', '090718.569000', '090718.571000', '090718.575000', '090718.577000', '090718.580000', '090718.582000', '090718.585000', '090718.587000', '090718.590000', '090718.593000', '090718.595000', '090718.598000', '090718.600000', '090718.603000', '090718.606000', '090718.608000', '090718.611000', '090718.613000', '090718.623000', '090718.626000', '090718.629000', '090718.631000', '090718.634000', '090718.636000', '090718.639000', '090718.641000', '090718.644000', '090718.647000', '090718.649000', '090738.529000', '090738.532000', '090738.535000', '090738.537000', '090738.540000', '090738.542000', '090738.545000', '090738.548000', '090738.550000', '090738.553000', '090738.555000', '090738.558000', '090738.560000', '090738.563000', '090738.566000', '090738.568000', '090738.571000', '090738.573000', '090738.576000', '090738.579000', '090738.581000', '090738.584000', '090738.598000', '090738.601000', '090738.604000', '090738.606000', '090738.609000', '090738.612000', '090738.614000', '090738.617000', '090738.619000', '090738.622000', '090738.625000', '090738.627000', '090738.630000', '090738.632000', '090738.635000', '090738.637000', '090738.640000', '090738.643000', '090738.645000', '090738.648000', '090738.650000', '090758.529000', '090758.532000', '090758.535000', '090758.537000', '090758.540000', '090758.543000', '090758.545000', '090758.548000', '090758.558000', '090758.561000', '090758.564000', '090758.566000', '090758.569000', '090758.571000', '090758.574000', '090758.577000', '090758.579000', '090758.582000', '090758.584000', '090758.587000', '090758.590000', '090758.592000', '090758.595000', '090758.598000', '090758.600000', '090758.603000', '090758.605000', '090758.608000', '090758.611000', '090758.613000', '090758.616000', '090758.618000', '090758.621000', '090758.624000', '090758.626000', '090758.629000', '090758.631000', '090758.634000', '090758.637000', '090758.639000', '090758.642000', '090758.644000', '090758.647000', '090758.649000', '090818.529000', '090818.532000', '090818.534000', '090818.537000', '090818.539000', '090818.542000', '090818.545000', '090818.547000', '090818.550000', '090818.552000', '090818.555000', '090818.567000', '090818.569000', '090818.572000', '090818.575000', '090818.577000', '090818.580000', '090818.582000', '090818.585000', '090818.588000', '090818.590000', '090818.593000', '090818.596000', '090818.598000', '090818.601000', '090818.603000', '090818.606000', '090818.608000', '090818.611000', '090818.614000', '090818.616000', '090818.619000', '090818.622000', '090818.624000', '090818.627000', '090818.629000', '090818.632000', '090818.635000', '090818.637000', '090818.640000', '090818.642000', '090818.645000', '090818.647000', '090838.528000', '090838.531000', '090838.534000', '090838.536000', '090838.539000', '090838.541000', '090838.544000', '090838.554000', '090838.556000', '090838.559000', '090838.561000', '090838.564000', '090838.566000', '090838.569000', '090838.572000', '090838.574000', '090838.577000', '090838.579000', '090838.582000', '090838.584000', '090838.587000', '090838.590000', '090838.592000', '090838.595000', '090838.597000', '090838.600000', '090838.602000', '090838.605000', '090838.608000', '090838.610000', '090838.613000', '090838.616000', '090838.618000', '090838.621000', '090838.623000', '090838.626000', '090838.629000', '090838.631000', '090838.634000', '090838.636000', '090838.639000', '090838.642000', '090838.644000', '090838.647000', '090858.529000', '090858.532000', '090858.534000', '090858.537000', '090858.539000', '090858.542000', '090858.544000', '090858.547000', '090858.550000', '090858.552000', '090858.555000', '090858.557000', '090858.560000', '090858.562000', '090858.565000', '090858.567000', '090858.570000', '090858.573000', '090858.575000', '090858.578000', '090858.580000', '090858.583000', '090858.585000', '090858.588000', '090858.591000', '090858.593000', '090858.596000', '090858.598000', '090858.601000', '090858.603000', '090858.606000', '090858.609000', '090858.611000', '090858.614000', '090858.617000', '090858.619000', '090858.622000', '090858.624000', '090858.627000', '090858.629000', '090858.632000', '090858.634000', '090858.637000', '090918.529000', '090918.532000', '090918.534000', '090918.537000', '090918.540000', '090918.542000', '090918.545000', '090918.548000', '090918.550000', '090918.553000', '090918.555000', '090918.558000', '090918.561000', '090918.563000', '090918.566000', '090918.568000', '090918.571000', '090918.574000', '090918.576000', '090918.579000', '090918.581000', '090918.584000', '090918.587000', '090918.589000', '090918.592000', '090918.594000', '090918.597000', '090918.599000', '090918.602000', '090918.605000', '090918.607000', '090918.610000', '090918.613000', '090918.624000', '090918.627000', '090918.630000', '090918.632000', '090918.635000', '090918.637000', '090918.640000', '090918.642000', '090918.645000', '090918.648000', '090918.650000', '090938.529000', '090938.532000', '090938.535000', '090938.537000', '090938.540000', '090938.543000', '090938.545000', '090938.548000', '090938.550000', '090938.553000', '090938.555000', '090938.558000', '090938.561000', '090938.563000', '090938.566000', '090938.568000', '090938.571000', '090938.573000', '090938.586000', '090938.589000', '090938.591000', '090938.594000', '090938.596000', '090938.599000', '090938.601000', '090938.604000', '090938.607000', '090938.609000', '090938.612000', '090938.614000', '090938.617000', '090938.619000', '090938.622000', '090938.625000', '090938.627000', '090938.630000', '090938.633000', '090938.635000', '090938.638000', '090938.641000', '090938.644000', '090938.647000', '090938.649000', '090958.530000', '090958.532000', '090958.535000', '090958.538000', '090958.540000', '090958.543000', '090958.545000', '090958.548000', '090958.551000', '090958.553000', '090958.556000', '090958.558000', '090958.561000', '090958.563000', '090958.566000', '090958.569000', '090958.571000', '090958.574000', '090958.576000', '090958.579000', '090958.582000', '090958.584000', '090958.587000', '090958.589000', '090958.592000', '090958.594000', '090958.597000', '090958.600000', '090958.602000', '090958.605000', '090958.607000', '090958.610000', '090958.612000', '090958.615000', '090958.618000', '090958.620000', '090958.623000', '090958.625000', '090958.628000', '090958.630000', '090958.633000', '090958.635000', '090958.638000', '090958.640000', '091015.479000', '091015.482000', '091015.484000', '091015.487000', '091015.490000', '091015.492000', '091015.495000', '091015.498000', '091015.500000', '091015.503000', '091015.505000', '091015.508000', '091015.511000', '091015.513000', '091015.516000', '091015.523000', '091015.526000', '091015.528000', '091015.531000', '091015.534000', '091015.536000', '091015.539000', '091015.541000', '091015.544000', '091015.547000', '091015.551000', '091015.554000', '091015.557000', '091015.559000', '091015.563000', '091015.567000', '091015.570000', '091015.573000', '091015.576000', '091015.580000', '091015.583000', '091015.586000'], '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': [9866, 8938, 11047, 9059, 8812, 9739, 8468, 7402, 9823, 7047, 6900, 8854, 7165, 7148, 9765, 7459, 6882, 8261, 7694, 6784, 6903, 8412, 7172, 7646, 9624, 7572, 6966, 8911, 7549, 6934, 9409, 7876, 6851, 9949, 8272, 6777, 6763, 7379, 7291, 8539, 8155, 11280, 7836, 6765, 8891, 7487, 6764, 12123, 11261, 10705, 14440, 13036, 9686, 12940, 8146, 15108, 7987, 6637, 10180, 7393, 6947, 8205, 7038, 10108, 9351, 6979, 11702, 7278, 6817, 8781, 7401, 6939, 12389, 10225, 6979, 9115, 6909, 7124, 8818, 7157, 9641, 11104, 6874, 9268, 7434, 6652, 8505, 7111, 13247, 10558, 6886, 9061, 7710, 6856, 8739, 8550, 9767, 11120, 9170, 11075, 8153, 7596, 10263, 9948, 14625, 14403, 8836, 8533, 6791, 11444, 8188, 6914, 10004, 8158, 6964, 14386, 12085, 7248, 9009, 6969, 10177, 8016, 8608, 10894, 7814, 14869, 7477, 7084, 8515, 6967, 10321, 8201, 10158, 8224, 6994, 10159, 7393, 7151, 9925, 8790, 7209, 11185, 7516, 9483, 8320, 6938, 10682, 10333, 11614, 9556, 7064, 9131, 7206, 7407, 9275, 7490, 11452, 7764, 6976, 8938, 7140, 8451, 10640, 8175, 14040, 10388, 11455, 8994, 7505, 9295, 7683, 14287, 11683, 15406, 13395, 8789, 7967, 6661, 9034, 6773, 10824, 9723, 7608, 10630, 6905, 8884, 7380, 6891, 8116, 6998, 8931, 7015, 13293, 7107, 8240, 7608, 6829, 8246, 6953, 14180, 9873, 7073, 8101, 6915, 8964, 6832, 13052, 9867, 8933, 9590, 6936, 9070, 6930, 10330, 7662, 8588, 9856, 7936, 10066, 6963, 10303, 7039, 8679, 10260, 6683, 10219, 7355, 14460, 7200, 10595, 7010, 9385, 8743, 6796, 8352, 6949, 10930, 10846, 7492, 8808, 6829, 10948, 7620, 9241, 9340, 7273, 8611, 6981, 8505, 6916, 8999, 7117, 11546, 6890, 12947, 6984, 7229, 8363, 7111, 9426, 6971, 10478, 6795, 9823, 7045, 10252, 8086, 11075, 8264, 9808, 7282, 7006, 7426, 6985, 8511, 7218, 11664, 7318, 10397, 6887, 10476, 8744, 9616, 10062, 11446, 13786, 11141, 9248, 7958, 6848, 8594, 6744, 9663, 7208, 11996, 7378, 8873, 6725, 8827, 6988, 9292, 7373, 11514, 7062, 10282, 7432, 7212, 10254, 7898, 11987, 9011, 14362, 7252, 7086, 7946, 6949, 10184, 8215, 11771, 7560, 12068, 6984, 9383, 7218, 7200, 8633, 7080, 10464, 6645, 12239, 7053, 6984, 7672, 6939, 8354, 7116, 11250, 8997, 9649, 7516, 7162, 7958, 6786, 9385, 7718, 10998, 11130, 6810, 7602, 6564, 8989, 7099, 11555, 10292, 13648, 10935, 7065, 7733, 6976, 8658, 6903, 12651, 10461, 12835, 9458, 9467, 7827, 7060, 8097, 7258, 11583, 7967, 13479, 7220, 10628, 7116, 7075, 6901, 6807, 10856, 9830, 7275, 10701, 8199, 6884, 13185, 12737, 10666, 11282, 6891, 13683, 9080, 12929, 11766, 9573, 13918, 6998, 11439, 7686, 6906, 8680, 6675, 9377, 6765, 10459, 6721, 9528, 6972, 9204, 6892, 9112, 7465, 9193, 7357, 6778, 7656, 6512, 8087, 6893, 8619, 7779, 9292, 8779, 10347, 7521, 8703, 9713, 7592, 14850, 7102, 10889, 7477, 12960, 6976, 6770, 6999, 6675, 7471, 7814, 7078, 12115, 10149, 12680, 8174, 10297, 7210, 10612, 6984, 11416, 9258, 11310, 8943, 10368, 7590, 8824, 6985, 8683, 7050, 8952, 7280, 11005, 7238, 9967, 9449, 8428, 11982, 7169, 12926, 7205, 14555, 7423, 13844, 10698, 14279, 7162, 9225, 6785, 9383, 7031, 9429, 7514, 9379, 7462, 6973, 7558, 8785, 7545, 9878, 7874, 8939, 7850, 7132, 8524, 7091, 9952, 7132, 10157, 9831, 8564, 8604, 7091, 8343, 9281, 8150, 12013, 12422, 13692, 12736, 9445, 9197, 6825, 8991, 6757, 8578, 6704, 9389, 6798, 11262, 9621, 14505, 7158, 10604, 7577, 14108, 9424, 14065, 10461, 14669, 7560, 6798, 8369, 6753, 9299, 6787, 11384, 7015, 9553, 6965, 9948, 6966, 10087, 8727, 10705, 6943, 9502, 7137, 9358, 7060, 8802, 7615, 8229, 8081, 6772, 8227, 6760, 8887, 6693, 8852, 7105, 9060, 6920, 8749, 6915, 9504, 7248, 8155, 9381, 7354, 9791, 6848, 9517, 6920, 11181, 9553, 9951, 9844, 10586, 8312, 8949, 7053, 9123, 6827, 10016, 7354, 9776, 6866, 9535, 6842, 9365, 7306, 8317, 7712, 8657, 9653, 8352, 9570, 6840, 9415, 6523, 10942, 6841, 13924, 9020, 13736, 7019, 9150, 7273, 9221, 7078, 9451, 7321, 10509, 6802, 12552, 6802, 11653, 7047, 8840, 6957, 9142, 7119, 9605, 7039, 8682, 6939, 7075, 7219, 9620, 6785, 9387, 7389, 10204, 6918, 9257, 7152, 6746, 7104, 8745, 7457, 8103, 8428, 6792, 8808, 9418, 8024, 11142, 7844, 11338, 9333, 13391, 7370, 9114, 6991, 9554, 7216, 9067, 6676, 9371, 6878, 12855, 9490, 7613, 8480, 6793, 8953, 6885, 10620, 8634, 7880, 11503, 8799, 12946, 9471, 12982, 9089, 9432, 6862, 9436, 12049, 9083, 13197, 9960, 6876, 8341, 6817, 8560, 6914, 8715, 6782, 8934, 7004, 8777, 7048, 9074, 7001, 9451, 7868, 8750, 8457, 8833, 6991, 8859, 6821, 8074, 11405, 7593, 9793, 8228, 10158, 7935, 9173, 7338, 7093, 8253, 6874, 8424, 8950, 9225, 11507, 7161, 12141, 6995, 8778, 7285, 7604, 9741, 7963, 9080, 6979, 10023, 8972, 11153, 10946, 11706, 12244, 10215, 7533, 8868, 6754, 9045, 6783, 10757, 10226, 12297, 9115, 7627, 9324, 6774, 9786, 8046, 12979, 11632, 9918, 8950, 7707, 9391, 6812, 9947, 6826, 10611, 9472, 13762, 7888, 11586, 7720, 6745, 8747, 6939, 9436, 6847, 12100, 7792, 6903, 8574, 6778, 9094, 6659, 9187, 6891, 11549, 7570, 6728, 8125, 6800, 8935, 8672, 8694, 6858, 9479, 6726, 9316, 6825, 9691, 7281, 9620, 7180, 8831, 9175, 7064, 8418, 6804, 8877, 6715, 9206, 7882, 10800, 11069, 8876, 8725, 6618, 9493, 6898, 9589, 10003, 7903, 11442, 6812, 9766, 7414, 10054, 6733, 10241, 9540, 11258, 9513, 9515, 6730, 9549, 7014, 7228, 8636, 6721, 12123, 7809, 8634, 9080, 8441, 13837, 10804, 8295, 14220, 7576, 12383, 11580, 13338, 10377, 11526, 10269, 9044, 9402, 6946, 9526, 6945, 9030, 7971, 7470, 9034, 6755, 9300, 6750, 9541, 6813, 10182, 6924, 11701, 6721, 8040, 7385, 6731, 8763, 6806, 10124], 'WindowCenter': [4341.0, 4328.0, 4344.0, 4313.0, 4312.0, 4322.0, 4301.0, 4293.0, 4323.0, 4293.0, 4295.0, 4324.0, 4294.0, 4308.0, 4349.0, 4317.0, 4310.0, 4339.0, 4321.0, 4321.0, 4320.0, 4343.0, 4324.0, 4335.0, 4367.0, 4347.0, 4339.0, 4365.0, 4346.0, 4338.0, 4368.0, 4358.0, 4337.0, 4378.0, 4359.0, 4341.0, 4348.0, 4364.0, 4360.0, 4381.0, 4358.0, 4415.0, 4375.0, 4351.0, 4380.0, 4352.0, 4339.0, 4412.0, 4403.0, 4394.0, 4422.0, 4412.0, 4379.0, 4409.0, 4347.0, 4422.0, 4350.0, 4328.0, 4367.0, 4333.0, 4325.0, 4344.0, 4324.0, 4362.0, 4357.0, 4327.0, 4384.0, 4335.0, 4340.0, 4355.0, 4338.0, 4324.0, 4398.0, 4379.0, 4337.0, 4365.0, 4339.0, 4340.0, 4367.0, 4341.0, 4377.0, 4402.0, 4340.0, 4378.0, 4352.0, 4341.0, 4372.0, 4350.0, 4419.0, 4403.0, 4353.0, 4380.0, 4360.0, 4352.0, 4384.0, 4383.0, 4392.0, 4404.0, 4385.0, 4410.0, 4363.0, 4359.0, 4391.0, 4388.0, 4419.0, 4419.0, 4367.0, 4358.0, 4329.0, 4386.0, 4355.0, 4338.0, 4377.0, 4359.0, 4339.0, 4420.0, 4400.0, 4350.0, 4366.0, 4339.0, 4378.0, 4346.0, 4358.0, 4391.0, 4347.0, 4421.0, 4348.0, 4337.0, 4357.0, 4335.0, 4385.0, 4359.0, 4390.0, 4357.0, 4338.0, 4388.0, 4351.0, 4351.0, 4389.0, 4372.0, 4360.0, 4400.0, 4364.0, 4393.0, 4372.0, 4350.0, 4389.0, 4392.0, 4400.0, 4382.0, 4351.0, 4376.0, 4362.0, 4350.0, 4379.0, 4348.0, 4411.0, 4357.0, 4352.0, 4380.0, 4348.0, 4370.0, 4391.0, 4372.0, 4420.0, 4389.0, 4399.0, 4369.0, 4345.0, 4363.0, 4348.0, 4407.0, 4398.0, 4413.0, 4396.0, 4355.0, 4332.0, 4327.0, 4355.0, 4322.0, 4374.0, 4366.0, 4345.0, 4377.0, 4336.0, 4366.0, 4336.0, 4336.0, 4345.0, 4335.0, 4364.0, 4337.0, 4408.0, 4335.0, 4354.0, 4345.0, 4338.0, 4357.0, 4338.0, 4419.0, 4389.0, 4349.0, 4360.0, 4351.0, 4369.0, 4340.0, 4420.0, 4389.0, 4371.0, 4381.0, 4351.0, 4370.0, 4348.0, 4386.0, 4357.0, 4368.0, 4390.0, 4356.0, 4380.0, 4336.0, 4389.0, 4339.0, 4368.0, 4379.0, 4339.0, 4385.0, 4348.0, 4420.0, 4349.0, 4388.0, 4339.0, 4367.0, 4358.0, 4338.0, 4372.0, 4353.0, 4391.0, 4393.0, 4341.0, 4368.0, 4337.0, 4390.0, 4351.0, 4381.0, 4381.0, 4363.0, 4371.0, 4354.0, 4374.0, 4353.0, 4371.0, 4337.0, 4389.0, 4336.0, 4399.0, 4338.0, 4347.0, 4359.0, 4348.0, 4383.0, 4352.0, 4402.0, 4352.0, 4388.0, 4351.0, 4389.0, 4358.0, 4401.0, 4357.0, 4392.0, 4349.0, 4352.0, 4353.0, 4350.0, 4381.0, 4365.0, 4413.0, 4364.0, 4404.0, 4354.0, 4400.0, 4371.0, 4382.0, 4377.0, 4402.0, 4410.0, 4389.0, 4365.0, 4345.0, 4327.0, 4355.0, 4325.0, 4368.0, 4349.0, 4399.0, 4348.0, 4366.0, 4328.0, 4367.0, 4337.0, 4368.0, 4336.0, 4389.0, 4351.0, 4392.0, 4350.0, 4352.0, 4394.0, 4348.0, 4397.0, 4357.0, 4417.0, 4348.0, 4335.0, 4344.0, 4334.0, 4377.0, 4360.0, 4398.0, 4345.0, 4396.0, 4337.0, 4366.0, 4337.0, 4335.0, 4357.0, 4335.0, 4389.0, 4337.0, 4397.0, 4338.0, 4337.0, 4348.0, 4337.0, 4358.0, 4350.0, 4399.0, 4371.0, 4378.0, 4347.0, 4349.0, 4360.0, 4341.0, 4381.0, 4360.0, 4391.0, 4402.0, 4341.0, 4359.0, 4338.0, 4370.0, 4350.0, 4399.0, 4390.0, 4420.0, 4388.0, 4340.0, 4349.0, 4337.0, 4365.0, 4337.0, 4410.0, 4390.0, 4410.0, 4378.0, 4376.0, 4348.0, 4336.0, 4345.0, 4337.0, 4387.0, 4347.0, 4406.0, 4335.0, 4385.0, 4351.0, 4348.0, 4337.0, 4338.0, 4399.0, 4391.0, 4349.0, 4401.0, 4366.0, 4364.0, 4421.0, 4411.0, 4388.0, 4388.0, 4336.0, 4408.0, 4357.0, 4392.0, 4386.0, 4365.0, 4406.0, 4332.0, 4383.0, 4330.0, 4321.0, 4341.0, 4320.0, 4353.0, 4321.0, 4373.0, 4323.0, 4362.0, 4322.0, 4351.0, 4322.0, 4351.0, 4333.0, 4364.0, 4345.0, 4337.0, 4356.0, 4337.0, 4356.0, 4347.0, 4367.0, 4357.0, 4380.0, 4368.0, 4387.0, 4345.0, 4368.0, 4373.0, 4346.0, 4416.0, 4333.0, 4384.0, 4334.0, 4405.0, 4334.0, 4337.0, 4348.0, 4349.0, 4360.0, 4359.0, 4351.0, 4411.0, 4400.0, 4419.0, 4371.0, 4401.0, 4361.0, 4400.0, 4347.0, 4398.0, 4377.0, 4399.0, 4366.0, 4386.0, 4347.0, 4365.0, 4335.0, 4355.0, 4335.0, 4364.0, 4345.0, 4386.0, 4347.0, 4377.0, 4377.0, 4356.0, 4408.0, 4345.0, 4406.0, 4344.0, 4415.0, 4334.0, 4404.0, 4374.0, 4399.0, 4322.0, 4350.0, 4319.0, 4350.0, 4321.0, 4351.0, 4332.0, 4361.0, 4332.0, 4333.0, 4344.0, 4353.0, 4345.0, 4374.0, 4355.0, 4361.0, 4344.0, 4347.0, 4362.0, 4348.0, 4386.0, 4350.0, 4388.0, 4391.0, 4380.0, 4380.0, 4350.0, 4368.0, 4378.0, 4357.0, 4397.0, 4409.0, 4407.0, 4406.0, 4364.0, 4365.0, 4334.0, 4364.0, 4333.0, 4354.0, 4331.0, 4376.0, 4335.0, 4395.0, 4376.0, 4416.0, 4335.0, 4372.0, 4344.0, 4403.0, 4353.0, 4403.0, 4372.0, 4400.0, 4329.0, 4321.0, 4340.0, 4320.0, 4350.0, 4321.0, 4381.0, 4333.0, 4361.0, 4332.0, 4362.0, 4332.0, 4372.0, 4352.0, 4373.0, 4333.0, 4359.0, 4322.0, 4351.0, 4333.0, 4351.0, 4345.0, 4353.0, 4353.0, 4336.0, 4355.0, 4336.0, 4367.0, 4336.0, 4368.0, 4336.0, 4365.0, 4346.0, 4367.0, 4348.0, 4377.0, 4358.0, 4368.0, 4380.0, 4360.0, 4389.0, 4349.0, 4388.0, 4349.0, 4398.0, 4375.0, 4374.0, 4372.0, 4376.0, 4355.0, 4353.0, 4330.0, 4363.0, 4323.0, 4374.0, 4334.0, 4375.0, 4322.0, 4364.0, 4323.0, 4364.0, 4335.0, 4354.0, 4345.0, 4379.0, 4377.0, 4356.0, 4387.0, 4338.0, 4368.0, 4323.0, 4373.0, 4324.0, 4399.0, 4352.0, 4393.0, 4323.0, 4351.0, 4330.0, 4351.0, 4323.0, 4364.0, 4334.0, 4369.0, 4323.0, 4393.0, 4322.0, 4384.0, 4334.0, 4354.0, 4336.0, 4365.0, 4335.0, 4385.0, 4337.0, 4366.0, 4345.0, 4349.0, 4349.0, 4379.0, 4350.0, 4379.0, 4347.0, 4387.0, 4348.0, 4379.0, 4349.0, 4337.0, 4349.0, 4375.0, 4362.0, 4368.0, 4381.0, 4352.0, 4389.0, 4390.0, 4371.0, 4396.0, 4359.0, 4400.0, 4375.0, 4408.0, 4348.0, 4367.0, 4335.0, 4375.0, 4335.0, 4364.0, 4324.0, 4366.0, 4337.0, 4403.0, 4377.0, 4347.0, 4357.0, 4337.0, 4365.0, 4337.0, 4386.0, 4363.0, 4353.0, 4397.0, 4366.0, 4407.0, 4374.0, 4406.0, 4365.0, 4364.0, 4323.0, 4362.0, 4381.0, 4352.0, 4387.0, 4361.0, 4319.0, 4340.0, 4321.0, 4350.0, 4332.0, 4354.0, 4334.0, 4365.0, 4335.0, 4366.0, 4346.0, 4367.0, 4347.0, 4373.0, 4356.0, 4368.0, 4352.0, 4366.0, 4334.0, 4365.0, 4333.0, 4355.0, 4384.0, 4343.0, 4373.0, 4354.0, 4375.0, 4344.0, 4365.0, 4342.0, 4343.0, 4356.0, 4336.0, 4367.0, 4378.0, 4378.0, 4394.0, 4347.0, 4403.0, 4346.0, 4365.0, 4355.0, 4358.0, 4388.0, 4368.0, 4376.0, 4346.0, 4387.0, 4367.0, 4395.0, 4383.0, 4397.0, 4394.0, 4374.0, 4341.0, 4353.0, 4323.0, 4353.0, 4324.0, 4374.0, 4372.0, 4395.0, 4354.0, 4343.0, 4360.0, 4320.0, 4361.0, 4344.0, 4394.0, 4384.0, 4363.0, 4351.0, 4332.0, 4352.0, 4321.0, 4361.0, 4320.0, 4361.0, 4361.0, 4388.0, 4331.0, 4382.0, 4329.0, 4309.0, 4337.0, 4307.0, 4348.0, 4309.0, 4377.0, 4330.0, 4333.0, 4351.0, 4322.0, 4351.0, 4322.0, 4362.0, 4333.0, 4381.0, 4343.0, 4334.0, 4342.0, 4324.0, 4364.0, 4353.0, 4354.0, 4323.0, 4363.0, 4322.0, 4364.0, 4334.0, 4364.0, 4345.0, 4364.0, 4345.0, 4362.0, 4366.0, 4334.0, 4355.0, 4336.0, 4365.0, 4336.0, 4365.0, 4358.0, 4387.0, 4397.0, 4364.0, 4368.0, 4339.0, 4377.0, 4349.0, 4389.0, 4386.0, 4371.0, 4411.0, 4347.0, 4390.0, 4359.0, 4388.0, 4333.0, 4373.0, 4366.0, 4383.0, 4364.0, 4365.0, 4325.0, 4364.0, 4334.0, 4345.0, 4353.0, 4336.0, 4406.0, 4357.0, 4369.0, 4374.0, 4368.0, 4430.0, 4399.0, 4367.0, 4413.0, 4344.0, 4394.0, 4381.0, 4400.0, 4371.0, 4384.0, 4374.0, 4352.0, 4362.0, 4331.0, 4361.0, 4317.0, 4349.0, 4341.0, 4331.0, 4351.0, 4319.0, 4362.0, 4322.0, 4358.0, 4322.0, 4360.0, 4321.0, 4381.0, 4321.0, 4340.0, 4331.0, 4322.0, 4353.0, 4334.0, 4375.0], 'WindowWidth': [9597.0, 9572.0, 9589.0, 9544.0, 9542.0, 9553.0, 9526.0, 9516.0, 9557.0, 9519.0, 9524.0, 9561.0, 9522.0, 9545.0, 9601.0, 9561.0, 9553.0, 9593.0, 9570.0, 9572.0, 9570.0, 9604.0, 9580.0, 9597.0, 9643.0, 9616.0, 9610.0, 9642.0, 9613.0, 9606.0, 9647.0, 9635.0, 9606.0, 9660.0, 9637.0, 9616.0, 9627.0, 9654.0, 9644.0, 9672.0, 9635.0, 9720.0, 9668.0, 9633.0, 9670.0, 9632.0, 9613.0, 9713.0, 9701.0, 9690.0, 9726.0, 9710.0, 9663.0, 9703.0, 9616.0, 9721.0, 9623.0, 9591.0, 9640.0, 9590.0, 9581.0, 9606.0, 9579.0, 9628.0, 9626.0, 9585.0, 9660.0, 9595.0, 9614.0, 9625.0, 9603.0, 9581.0, 9682.0, 9660.0, 9603.0, 9640.0, 9609.0, 9611.0, 9647.0, 9615.0, 9661.0, 9700.0, 9615.0, 9664.0, 9632.0, 9616.0, 9658.0, 9627.0, 9719.0, 9705.0, 9635.0, 9669.0, 9643.0, 9634.0, 9677.0, 9676.0, 9686.0, 9704.0, 9679.0, 9710.0, 9648.0, 9638.0, 9682.0, 9676.0, 9719.0, 9715.0, 9643.0, 9633.0, 9594.0, 9669.0, 9625.0, 9605.0, 9656.0, 9635.0, 9609.0, 9719.0, 9691.0, 9623.0, 9642.0, 9607.0, 9656.0, 9616.0, 9633.0, 9681.0, 9619.0, 9720.0, 9621.0, 9605.0, 9631.0, 9599.0, 9668.0, 9638.0, 9678.0, 9629.0, 9606.0, 9677.0, 9630.0, 9630.0, 9680.0, 9661.0, 9643.0, 9698.0, 9651.0, 9689.0, 9657.0, 9630.0, 9680.0, 9687.0, 9694.0, 9670.0, 9629.0, 9659.0, 9645.0, 9628.0, 9665.0, 9624.0, 9712.0, 9637.0, 9634.0, 9667.0, 9625.0, 9655.0, 9684.0, 9657.0, 9722.0, 9677.0, 9689.0, 9648.0, 9615.0, 9636.0, 9618.0, 9698.0, 9686.0, 9701.0, 9679.0, 9624.0, 9589.0, 9591.0, 9626.0, 9578.0, 9648.0, 9641.0, 9611.0, 9655.0, 9601.0, 9642.0, 9602.0, 9602.0, 9614.0, 9600.0, 9638.0, 9605.0, 9699.0, 9600.0, 9625.0, 9613.0, 9606.0, 9633.0, 9607.0, 9717.0, 9678.0, 9625.0, 9640.0, 9629.0, 9651.0, 9614.0, 9720.0, 9679.0, 9656.0, 9670.0, 9629.0, 9655.0, 9623.0, 9670.0, 9636.0, 9650.0, 9680.0, 9631.0, 9666.0, 9604.0, 9677.0, 9611.0, 9648.0, 9662.0, 9610.0, 9669.0, 9621.0, 9717.0, 9623.0, 9674.0, 9608.0, 9643.0, 9633.0, 9607.0, 9663.0, 9635.0, 9681.0, 9685.0, 9610.0, 9645.0, 9604.0, 9676.0, 9628.0, 9667.0, 9670.0, 9648.0, 9654.0, 9639.0, 9663.0, 9633.0, 9656.0, 9607.0, 9674.0, 9601.0, 9686.0, 9606.0, 9618.0, 9636.0, 9622.0, 9674.0, 9632.0, 9698.0, 9633.0, 9677.0, 9630.0, 9680.0, 9637.0, 9694.0, 9633.0, 9684.0, 9627.0, 9634.0, 9634.0, 9632.0, 9675.0, 9656.0, 9718.0, 9651.0, 9704.0, 9639.0, 9695.0, 9655.0, 9672.0, 9660.0, 9698.0, 9704.0, 9674.0, 9639.0, 9612.0, 9590.0, 9625.0, 9587.0, 9645.0, 9622.0, 9689.0, 9619.0, 9641.0, 9593.0, 9643.0, 9601.0, 9644.0, 9601.0, 9673.0, 9627.0, 9685.0, 9627.0, 9632.0, 9690.0, 9618.0, 9686.0, 9628.0, 9711.0, 9619.0, 9601.0, 9611.0, 9597.0, 9655.0, 9636.0, 9683.0, 9610.0, 9681.0, 9603.0, 9640.0, 9602.0, 9600.0, 9631.0, 9599.0, 9677.0, 9604.0, 9685.0, 9606.0, 9605.0, 9619.0, 9606.0, 9635.0, 9626.0, 9690.0, 9656.0, 9662.0, 9620.0, 9626.0, 9639.0, 9615.0, 9669.0, 9643.0, 9681.0, 9696.0, 9617.0, 9639.0, 9611.0, 9654.0, 9629.0, 9693.0, 9681.0, 9719.0, 9674.0, 9612.0, 9623.0, 9608.0, 9643.0, 9608.0, 9704.0, 9680.0, 9706.0, 9660.0, 9657.0, 9618.0, 9602.0, 9612.0, 9601.0, 9670.0, 9614.0, 9694.0, 9598.0, 9668.0, 9629.0, 9623.0, 9605.0, 9609.0, 9691.0, 9684.0, 9627.0, 9700.0, 9649.0, 9657.0, 9723.0, 9711.0, 9677.0, 9674.0, 9603.0, 9702.0, 9628.0, 9671.0, 9666.0, 9638.0, 9697.0, 9596.0, 9658.0, 9586.0, 9574.0, 9601.0, 9573.0, 9618.0, 9575.0, 9647.0, 9580.0, 9630.0, 9578.0, 9615.0, 9579.0, 9615.0, 9597.0, 9638.0, 9615.0, 9607.0, 9631.0, 9609.0, 9634.0, 9622.0, 9650.0, 9633.0, 9668.0, 9651.0, 9673.0, 9616.0, 9649.0, 9651.0, 9617.0, 9709.0, 9599.0, 9664.0, 9599.0, 9693.0, 9600.0, 9609.0, 9623.0, 9630.0, 9643.0, 9643.0, 9635.0, 9713.0, 9699.0, 9723.0, 9659.0, 9699.0, 9646.0, 9696.0, 9622.0, 9692.0, 9661.0, 9693.0, 9645.0, 9673.0, 9619.0, 9640.0, 9600.0, 9626.0, 9601.0, 9638.0, 9615.0, 9670.0, 9620.0, 9660.0, 9661.0, 9633.0, 9705.0, 9617.0, 9697.0, 9613.0, 9708.0, 9598.0, 9691.0, 9651.0, 9681.0, 9578.0, 9612.0, 9572.0, 9610.0, 9575.0, 9615.0, 9593.0, 9631.0, 9594.0, 9597.0, 9612.0, 9622.0, 9614.0, 9652.0, 9628.0, 9633.0, 9613.0, 9621.0, 9639.0, 9625.0, 9674.0, 9633.0, 9679.0, 9686.0, 9671.0, 9671.0, 9632.0, 9652.0, 9665.0, 9636.0, 9686.0, 9704.0, 9699.0, 9696.0, 9638.0, 9640.0, 9601.0, 9638.0, 9599.0, 9625.0, 9595.0, 9658.0, 9604.0, 9684.0, 9658.0, 9710.0, 9601.0, 9648.0, 9610.0, 9687.0, 9620.0, 9688.0, 9644.0, 9680.0, 9584.0, 9575.0, 9599.0, 9573.0, 9613.0, 9575.0, 9657.0, 9595.0, 9632.0, 9592.0, 9633.0, 9594.0, 9647.0, 9619.0, 9647.0, 9593.0, 9626.0, 9579.0, 9616.0, 9594.0, 9618.0, 9614.0, 9623.0, 9624.0, 9606.0, 9630.0, 9606.0, 9648.0, 9605.0, 9649.0, 9605.0, 9642.0, 9618.0, 9648.0, 9624.0, 9661.0, 9641.0, 9653.0, 9671.0, 9642.0, 9682.0, 9630.0, 9679.0, 9627.0, 9691.0, 9655.0, 9657.0, 9649.0, 9656.0, 9626.0, 9620.0, 9590.0, 9634.0, 9580.0, 9650.0, 9597.0, 9652.0, 9581.0, 9637.0, 9581.0, 9638.0, 9601.0, 9626.0, 9616.0, 9670.0, 9663.0, 9631.0, 9677.0, 9609.0, 9648.0, 9582.0, 9646.0, 9581.0, 9680.0, 9617.0, 9672.0, 9579.0, 9614.0, 9585.0, 9612.0, 9579.0, 9637.0, 9596.0, 9637.0, 9579.0, 9673.0, 9579.0, 9661.0, 9597.0, 9624.0, 9602.0, 9639.0, 9602.0, 9673.0, 9608.0, 9646.0, 9617.0, 9629.0, 9627.0, 9667.0, 9631.0, 9668.0, 9621.0, 9676.0, 9626.0, 9668.0, 9627.0, 9610.0, 9630.0, 9662.0, 9652.0, 9657.0, 9675.0, 9639.0, 9686.0, 9687.0, 9660.0, 9688.0, 9640.0, 9696.0, 9656.0, 9703.0, 9621.0, 9645.0, 9603.0, 9654.0, 9598.0, 9638.0, 9584.0, 9643.0, 9605.0, 9692.0, 9659.0, 9620.0, 9632.0, 9606.0, 9642.0, 9606.0, 9671.0, 9640.0, 9625.0, 9688.0, 9644.0, 9702.0, 9653.0, 9696.0, 9640.0, 9636.0, 9580.0, 9631.0, 9653.0, 9617.0, 9660.0, 9626.0, 9571.0, 9600.0, 9577.0, 9613.0, 9593.0, 9625.0, 9600.0, 9641.0, 9602.0, 9646.0, 9621.0, 9648.0, 9622.0, 9652.0, 9630.0, 9650.0, 9622.0, 9643.0, 9600.0, 9642.0, 9598.0, 9627.0, 9665.0, 9609.0, 9649.0, 9625.0, 9652.0, 9612.0, 9642.0, 9609.0, 9613.0, 9632.0, 9604.0, 9650.0, 9664.0, 9664.0, 9683.0, 9620.0, 9694.0, 9617.0, 9645.0, 9632.0, 9638.0, 9679.0, 9650.0, 9662.0, 9622.0, 9677.0, 9647.0, 9684.0, 9665.0, 9687.0, 9678.0, 9650.0, 9604.0, 9620.0, 9581.0, 9618.0, 9583.0, 9651.0, 9647.0, 9678.0, 9622.0, 9608.0, 9628.0, 9574.0, 9629.0, 9611.0, 9676.0, 9662.0, 9631.0, 9614.0, 9590.0, 9617.0, 9574.0, 9627.0, 9573.0, 9627.0, 9627.0, 9662.0, 9585.0, 9655.0, 9582.0, 9556.0, 9592.0, 9550.0, 9608.0, 9557.0, 9647.0, 9586.0, 9593.0, 9615.0, 9578.0, 9617.0, 9580.0, 9633.0, 9595.0, 9658.0, 9608.0, 9598.0, 9607.0, 9585.0, 9637.0, 9622.0, 9626.0, 9581.0, 9636.0, 9582.0, 9638.0, 9600.0, 9638.0, 9615.0, 9639.0, 9618.0, 9636.0, 9643.0, 9602.0, 9628.0, 9605.0, 9642.0, 9605.0, 9643.0, 9639.0, 9675.0, 9688.0, 9642.0, 9650.0, 9614.0, 9662.0, 9631.0, 9680.0, 9676.0, 9659.0, 9714.0, 9626.0, 9684.0, 9641.0, 9676.0, 9598.0, 9652.0, 9641.0, 9666.0, 9635.0, 9637.0, 9585.0, 9637.0, 9599.0, 9613.0, 9624.0, 9605.0, 9697.0, 9636.0, 9652.0, 9656.0, 9650.0, 9738.0, 9697.0, 9648.0, 9705.0, 9612.0, 9676.0, 9659.0, 9681.0, 9646.0, 9663.0, 9650.0, 9617.0, 9630.0, 9590.0, 9626.0, 9567.0, 9611.0, 9602.0, 9588.0, 9614.0, 9572.0, 9630.0, 9578.0, 9621.0, 9579.0, 9627.0, 9574.0, 9656.0, 9577.0, 9600.0, 9589.0, 9578.0, 9623.0, 9599.0, 9653.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.0007106536697247704</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.053618134977064226</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.799045943857635</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0568632264982774</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9115531002985081</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4992</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4768.2339</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0923614259616669</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.472477064220183</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7037565840218147</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5652991206566846</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9315595664698098</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6144110649389503</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00836243</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0070268502458930016</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03475763648748398</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.836229401611504</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>13.592</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.3635</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.5049</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294896.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>978.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.3047</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8546</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.4826</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3519.3223</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3780.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81648.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1128.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4591.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>985.3365</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.050829176208936</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> |