=== 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-0088 --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-0088",
"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-0088_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0088_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0088/ses-01/func/sub-0088_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>894e070e831d85da6dd9685d3b7a1525</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:32:38.642500</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.998523, -0.0468866, 0.0274424, 0.0411523, 0.982554, 0.181368]</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0813004</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7817, -7194, 538, -40, -232, -26, 81]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>251.173</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>06ad767c-daf2-4052-8c6d-587c97cf1cb6||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.678964614868164, 0.11040852218866348, 0.09576195478439331, 107.46157836914062], [0.1257934421300888, 2.636120557785034, 0.48592016100883484, -89.93579864501953], [0.07362604886293411, -0.4865959882736206, 2.6541874408721924, -55.258121490478516], [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': ['093238.642500', '093239.102500', '093239.562500', '093240.022500', '093240.482500', '093240.942500', '093241.402500', '093241.862500', '093242.322500', '093242.782500', '093243.242500', '093243.702500', '093244.162500', '093244.622500', '093245.082500', '093245.542500', '093246.002500', '093246.462500', '093246.922500', '093247.382500', '093247.842500', '093248.302500', '093248.762500', '093249.222500', '093249.682500', '093250.142500', '093250.602500', '093251.062500', '093251.522500', '093251.982500', '093252.442500', '093252.902500', '093253.362500', '093253.822500', '093254.282500', '093254.742500', '093255.202500', '093255.662500', '093256.122500', '093256.582500', '093257.042500', '093257.502500', '093257.962500', '093258.422500', '093258.882500', '093259.342500', '093259.802500', '093300.262500', '093300.722500', '093301.182500', '093301.642500', '093302.102500', '093302.562500', '093303.022500', '093303.482500', '093303.942500', '093304.402500', '093304.862500', '093305.322500', '093305.782500', '093306.242500', '093306.702500', '093307.162500', '093307.622500', '093308.082500', '093308.542500', '093309.002500', '093309.462500', '093309.922500', '093310.382500', '093310.842500', '093311.302500', '093311.762500', '093312.222500', '093312.682500', '093313.142500', '093313.602500', '093314.062500', '093314.522500', '093314.982500', '093315.442500', '093315.902500', '093316.362500', '093316.822500', '093317.282500', '093317.742500', '093318.202500', '093318.662500', '093319.122500', '093319.582500', '093320.042500', '093320.502500', '093320.962500', '093321.422500', '093321.882500', '093322.342500', '093322.802500', '093323.262500', '093323.722500', '093324.182500', '093324.642500', '093325.102500', '093325.562500', '093326.022500', '093326.482500', '093326.942500', '093327.402500', '093327.862500', '093328.322500', '093328.782500', '093329.242500', '093329.702500', '093330.162500', '093330.622500', '093331.082500', '093331.542500', '093332.002500', '093332.462500', '093332.922500', '093333.382500', '093333.842500', '093334.302500', '093334.762500', '093335.222500', '093335.682500', '093336.142500', '093336.602500', '093337.062500', '093337.522500', '093337.982500', '093338.442500', '093338.902500', '093339.362500', '093339.822500', '093340.282500', '093340.742500', '093341.202500', '093341.662500', '093342.122500', '093342.582500', '093343.042500', '093343.502500', '093343.962500', '093344.422500', '093344.882500', '093345.342500', '093345.802500', '093346.262500', '093346.722500', '093347.182500', '093347.642500', '093348.102500', '093348.562500', '093349.022500', '093349.482500', '093349.942500', '093350.402500', '093350.862500', '093351.322500', '093351.782500', '093352.242500', '093352.702500', '093353.162500', '093353.622500', '093354.082500', '093354.542500', '093355.002500', '093355.462500', '093355.922500', '093356.382500', '093356.842500', '093357.302500', '093357.762500', '093358.222500', '093358.682500', '093359.142500', '093359.602500', '093400.062500', '093400.522500', '093400.982500', '093401.442500', '093401.902500', '093402.362500', '093402.822500', '093403.282500', '093403.742500', '093404.202500', '093404.662500', '093405.122500', '093405.582500', '093406.042500', '093406.502500', '093406.962500', '093407.422500', '093407.882500', '093408.342500', '093408.802500', '093409.262500', '093409.722500', '093410.182500', '093410.642500', '093411.102500', '093411.562500', '093412.022500', '093412.482500', '093412.942500', '093413.402500', '093413.862500', '093414.322500', '093414.782500', '093415.242500', '093415.702500', '093416.162500', '093416.622500', '093417.082500', '093417.542500', '093418.002500', '093418.462500', '093418.922500', '093419.382500', '093419.842500', '093420.302500', '093420.762500', '093421.222500', '093421.682500', '093422.142500', '093422.602500', '093423.062500', '093423.522500', '093423.982500', '093424.442500', '093424.902500', '093425.362500', '093425.822500', '093426.282500', '093426.742500', '093427.202500', '093427.662500', '093428.122500', '093428.582500', '093429.042500', '093429.502500', '093429.962500', '093430.422500', '093430.882500', '093431.342500', '093431.802500', '093432.262500', '093432.722500', '093433.182500', '093433.642500', '093434.102500', '093434.562500', '093435.022500', '093435.482500', '093435.942500', '093436.402500', '093436.862500', '093437.322500', '093437.782500', '093438.242500', '093438.702500', '093439.162500', '093439.622500', '093440.082500', '093440.542500', '093441.002500', '093441.462500', '093441.922500', '093442.382500', '093442.842500', '093443.302500', '093443.762500', '093444.222500', '093444.682500', '093445.142500', '093445.602500', '093446.062500', '093446.522500', '093446.982500', '093447.442500', '093447.902500', '093448.362500', '093448.822500', '093449.282500', '093449.742500', '093450.202500', '093450.662500', '093451.122500', '093451.582500', '093452.042500', '093452.502500', '093452.962500', '093453.422500', '093453.882500', '093454.342500', '093454.802500', '093455.262500', '093455.722500', '093456.182500', '093456.642500', '093457.102500', '093457.562500', '093458.022500', '093458.482500', '093458.942500', '093459.402500', '093459.862500', '093500.322500', '093500.782500', '093501.242500', '093501.702500', '093502.162500', '093502.622500', '093503.082500', '093503.542500', '093504.002500', '093504.462500', '093504.922500', '093505.382500', '093505.842500', '093506.302500', '093506.762500', '093507.222500', '093507.682500', '093508.142500', '093508.602500', '093509.062500', '093509.522500', '093509.982500', '093510.442500', '093510.902500', '093511.362500', '093511.822500', '093512.282500', '093512.742500', '093513.202500', '093513.662500', '093514.122500', '093514.582500', '093515.042500', '093515.502500', '093515.962500', '093516.422500', '093516.882500', '093517.342500', '093517.802500', '093518.262500', '093518.722500', '093519.182500', '093519.642500', '093520.102500', '093520.562500', '093521.022500', '093521.482500', '093521.942500', '093522.402500', '093522.862500', '093523.322500', '093523.782500', '093524.242500', '093524.702500', '093525.162500', '093525.622500', '093526.082500', '093526.542500', '093527.002500', '093527.462500', '093527.922500', '093528.382500', '093528.842500', '093529.302500', '093529.762500', '093530.222500', '093530.682500', '093531.142500', '093531.602500', '093532.062500', '093532.522500', '093532.982500', '093533.442500', '093533.902500', '093534.362500', '093534.822500', '093535.282500', '093535.742500', '093536.202500', '093536.662500', '093537.122500', '093537.582500', '093538.042500', '093538.502500', '093538.962500', '093539.422500', '093539.882500', '093540.342500', '093540.802500', '093541.262500', '093541.722500', '093542.182500', '093542.642500', '093543.102500', '093543.562500', '093544.022500', '093544.482500', '093544.942500', '093545.402500', '093545.862500', '093546.322500', '093546.782500', '093547.242500', '093547.702500', '093548.162500', '093548.622500', '093549.082500', '093549.542500', '093550.002500', '093550.462500', '093550.922500', '093551.382500', '093551.842500', '093552.302500', '093552.762500', '093553.222500', '093553.682500', '093554.142500', '093554.602500', '093555.062500', '093555.522500', '093555.982500', '093556.442500', '093556.902500', '093557.362500', '093557.822500', '093558.282500', '093558.742500', '093559.202500', '093559.662500', '093600.122500', '093600.582500', '093601.042500', '093601.502500', '093601.962500', '093602.422500', '093602.882500', '093603.342500', '093603.802500', '093604.262500', '093604.722500', '093605.182500', '093605.642500', '093606.102500', '093606.562500', '093607.022500', '093607.482500', '093607.942500', '093608.402500', '093608.862500', '093609.322500', '093609.782500', '093610.242500', '093610.702500', '093611.162500', '093611.622500', '093612.082500', '093612.542500', '093613.002500', '093613.462500', '093613.922500', '093614.382500', '093614.842500', '093615.302500', '093615.762500', '093616.222500', '093616.682500', '093617.142500', '093617.602500', '093618.062500', '093618.522500', '093618.982500', '093619.442500', '093619.902500', '093620.362500', '093620.822500', '093621.282500', '093621.742500', '093622.202500', '093622.662500', '093623.122500', '093623.582500', '093624.042500', '093624.502500', '093624.962500', '093625.422500', '093625.882500', '093626.342500', '093626.802500', '093627.262500', '093627.722500', '093628.182500', '093628.642500', '093629.102500', '093629.562500', '093630.022500', '093630.482500', '093630.942500', '093631.402500', '093631.862500', '093632.322500', '093632.782500', '093633.242500', '093633.702500', '093634.162500', '093634.622500', '093635.082500', '093635.542500', '093636.002500', '093636.462500', '093636.922500', '093637.382500', '093637.842500', '093638.302500', '093638.762500', '093639.222500', '093639.682500', '093640.142500', '093640.602500', '093641.062500', '093641.522500', '093641.982500', '093642.442500', '093642.902500', '093643.362500', '093643.822500', '093644.282500', '093644.742500', '093645.202500', '093645.662500', '093646.122500', '093646.582500', '093647.042500', '093647.502500', '093647.962500', '093648.422500', '093648.882500', '093649.342500', '093649.802500', '093650.262500', '093650.722500', '093651.182500', '093651.642500', '093652.102500', '093652.562500', '093653.022500', '093653.482500', '093653.942500', '093654.402500', '093654.862500', '093655.322500', '093655.782500', '093656.242500', '093656.702500', '093657.162500', '093657.622500', '093658.082500', '093658.542500', '093659.002500', '093659.462500', '093659.922500', '093700.382500', '093700.842500', '093701.302500', '093701.762500', '093702.222500', '093702.682500', '093703.142500', '093703.602500', '093704.062500', '093704.522500', '093704.982500', '093705.442500', '093705.902500', '093706.362500', '093706.822500', '093707.282500', '093707.742500', '093708.202500', '093708.662500', '093709.122500', '093709.582500', '093710.042500', '093710.502500', '093710.962500', '093711.422500', '093711.882500', '093712.342500', '093712.802500', '093713.262500', '093713.722500', '093714.182500', '093714.642500', '093715.102500', '093715.562500', '093716.022500', '093716.482500', '093716.942500', '093717.402500', '093717.862500', '093718.322500', '093718.782500', '093719.242500', '093719.702500', '093720.162500', '093720.622500', '093721.082500', '093721.542500', '093722.002500', '093722.462500', '093722.922500', '093723.382500', '093723.842500', '093724.302500', '093724.762500', '093725.222500', '093725.682500', '093726.142500', '093726.602500', '093727.062500', '093727.522500', '093727.982500', '093728.442500', '093728.902500', '093729.362500', '093729.822500', '093730.282500', '093730.742500', '093731.202500', '093731.662500', '093732.122500', '093732.582500', '093733.042500', '093733.502500', '093733.962500', '093734.422500', '093734.882500', '093735.342500', '093735.802500', '093736.262500', '093736.722500', '093737.182500', '093737.642500', '093738.102500', '093738.562500', '093739.022500', '093739.482500', '093739.942500', '093740.402500', '093740.862500', '093741.322500', '093741.782500', '093742.242500', '093742.702500', '093743.162500', '093743.622500', '093744.082500', '093744.542500', '093745.002500', '093745.462500', '093745.922500', '093746.382500', '093746.842500', '093747.302500', '093747.762500', '093748.222500', '093748.682500', '093749.142500', '093749.602500', '093750.062500', '093750.522500', '093750.982500', '093751.442500', '093751.902500', '093752.362500', '093752.822500', '093753.282500', '093753.742500', '093754.202500', '093754.662500', '093755.122500', '093755.582500', '093756.042500', '093756.502500', '093756.962500', '093757.422500', '093757.882500', '093758.342500', '093758.802500', '093759.262500', '093759.722500', '093800.182500', '093800.642500', '093801.102500', '093801.562500', '093802.022500', '093802.482500', '093802.942500', '093803.402500', '093803.862500', '093804.322500', '093804.782500', '093805.242500', '093805.702500', '093806.162500', '093806.622500', '093807.082500', '093807.542500', '093808.002500', '093808.462500', '093808.922500', '093809.382500', '093809.842500', '093810.302500', '093810.762500', '093811.222500', '093811.682500', '093812.142500', '093812.602500', '093813.062500', '093813.522500', '093813.982500', '093814.442500', '093814.902500', '093815.362500', '093815.822500', '093816.282500', '093816.742500', '093817.202500', '093817.662500', '093818.122500', '093818.582500', '093819.042500', '093819.502500', '093819.962500', '093820.422500', '093820.882500', '093821.342500', '093821.802500', '093822.262500', '093822.722500', '093823.182500', '093823.642500', '093824.102500', '093824.562500', '093825.022500', '093825.482500', '093825.942500', '093826.402500', '093826.862500', '093827.322500', '093827.782500', '093828.242500', '093828.702500', '093829.162500', '093829.622500', '093830.082500', '093830.542500', '093831.002500', '093831.462500', '093831.922500', '093832.382500', '093832.842500', '093833.302500', '093833.762500', '093834.222500', '093834.682500', '093835.142500', '093835.602500', '093836.062500', '093836.522500', '093836.982500', '093837.442500', '093837.902500', '093838.362500', '093838.822500', '093839.282500', '093839.742500', '093840.202500', '093840.662500', '093841.122500', '093841.582500', '093842.042500', '093842.502500', '093842.962500', '093843.422500', '093843.882500', '093844.342500', '093844.802500', '093845.262500', '093845.722500', '093846.182500', '093846.642500', '093847.102500', '093847.562500', '093848.022500', '093848.482500', '093848.942500', '093849.402500', '093849.862500', '093850.322500', '093850.782500', '093851.242500', '093851.702500', '093852.162500', '093852.622500', '093853.082500', '093853.542500', '093854.002500', '093854.462500', '093854.922500', '093855.382500', '093855.842500', '093856.302500', '093856.762500', '093857.222500', '093857.682500', '093858.142500', '093858.602500', '093859.062500', '093859.522500', '093859.982500', '093900.442500', '093900.902500', '093901.362500', '093901.822500', '093902.282500', '093902.742500', '093903.202500', '093903.662500', '093904.122500', '093904.582500', '093905.042500', '093905.502500', '093905.962500', '093906.422500', '093906.882500', '093907.342500', '093907.802500', '093908.262500', '093908.722500', '093909.182500', '093909.642500', '093910.102500', '093910.562500', '093911.022500', '093911.482500', '093911.942500', '093912.402500', '093912.862500', '093913.322500', '093913.782500', '093914.242500', '093914.702500', '093915.162500', '093915.622500', '093916.082500', '093916.542500', '093917.002500', '093917.462500', '093917.922500', '093918.382500', '093918.842500', '093919.302500'], 'ContentTime': ['093305.451000', '093305.454000', '093305.457000', '093305.459000', '093305.462000', '093305.465000', '093305.467000', '093305.470000', '093305.472000', '093305.475000', '093305.478000', '093305.480000', '093305.483000', '093305.485000', '093305.488000', '093305.491000', '093305.493000', '093305.496000', '093305.498000', '093305.511000', '093305.513000', '093305.516000', '093305.518000', '093305.521000', '093305.524000', '093305.526000', '093305.529000', '093305.532000', '093305.534000', '093305.537000', '093305.539000', '093305.542000', '093305.545000', '093305.547000', '093305.550000', '093305.552000', '093305.555000', '093305.557000', '093305.560000', '093305.563000', '093305.565000', '093305.568000', '093305.571000', '093305.573000', '093305.576000', '093305.579000', '093305.581000', '093305.584000', '093305.586000', '093305.589000', '093305.592000', '093305.594000', '093305.597000', '093305.599000', '093305.602000', '093305.605000', '093325.417000', '093325.420000', '093325.423000', '093325.426000', '093325.433000', '093325.435000', '093325.438000', '093325.440000', '093325.443000', '093325.445000', '093325.448000', '093325.451000', '093325.453000', '093325.456000', '093325.459000', '093325.461000', '093325.464000', '093325.467000', '093325.469000', '093325.472000', '093325.475000', '093325.477000', '093325.480000', '093325.482000', '093325.485000', '093325.487000', '093325.490000', '093325.493000', '093325.495000', '093325.498000', '093325.501000', '093325.503000', '093325.506000', '093325.508000', '093325.511000', '093325.514000', '093325.516000', '093325.519000', '093325.522000', '093325.524000', '093325.527000', '093325.529000', '093325.532000', '093325.535000', '093345.418000', '093345.420000', '093345.423000', '093345.425000', '093345.429000', '093345.431000', '093345.434000', '093345.436000', '093345.439000', '093345.441000', '093345.444000', '093345.447000', '093345.449000', '093345.452000', '093345.455000', '093345.457000', '093345.460000', '093345.463000', '093345.465000', '093345.468000', '093345.470000', '093345.473000', '093345.476000', '093345.484000', '093345.487000', '093345.489000', '093345.492000', '093345.494000', '093345.497000', '093345.500000', '093345.502000', '093345.505000', '093345.507000', '093345.510000', '093345.512000', '093345.515000', '093345.518000', '093345.520000', '093345.523000', '093345.525000', '093345.528000', '093345.530000', '093345.533000', '093405.417000', '093405.420000', '093405.422000', '093405.425000', '093405.427000', '093405.430000', '093405.433000', '093405.435000', '093405.438000', '093405.440000', '093405.443000', '093405.446000', '093405.448000', '093405.451000', '093405.454000', '093405.456000', '093405.459000', '093405.461000', '093405.464000', '093405.467000', '093405.469000', '093405.472000', '093405.474000', '093405.477000', '093405.479000', '093405.482000', '093405.485000', '093405.487000', '093405.490000', '093405.493000', '093405.495000', '093405.498000', '093405.500000', '093405.503000', '093405.506000', '093405.508000', '093405.511000', '093405.513000', '093405.516000', '093405.518000', '093405.531000', '093405.534000', '093405.537000', '093405.539000', '093425.416000', '093425.419000', '093425.422000', '093425.425000', '093425.427000', '093425.430000', '093425.432000', '093425.435000', '093425.438000', '093425.440000', '093425.443000', '093425.446000', '093425.448000', '093425.451000', '093425.453000', '093425.456000', '093425.459000', '093425.461000', '093425.464000', '093425.467000', '093425.469000', '093425.472000', '093425.474000', '093425.477000', '093425.480000', '093425.482000', '093425.485000', '093425.488000', '093425.490000', '093425.493000', '093425.495000', '093425.498000', '093425.501000', '093425.503000', '093425.506000', '093425.509000', '093425.511000', '093425.514000', '093425.516000', '093425.519000', '093425.522000', '093425.524000', '093425.527000', '093445.417000', '093445.420000', '093445.422000', '093445.425000', '093445.428000', '093445.431000', '093445.433000', '093445.436000', '093445.438000', '093445.441000', '093445.444000', '093445.446000', '093445.450000', '093445.453000', '093445.455000', '093445.458000', '093445.461000', '093445.463000', '093445.466000', '093445.468000', '093445.471000', '093445.474000', '093445.476000', '093445.479000', '093445.481000', '093445.484000', '093445.487000', '093445.489000', '093445.492000', '093445.494000', '093445.497000', '093445.500000', '093445.502000', '093445.505000', '093445.508000', '093445.510000', '093445.513000', '093445.515000', '093445.518000', '093445.521000', '093445.523000', '093445.526000', '093445.528000', '093445.531000', '093505.417000', '093505.420000', '093505.423000', '093505.426000', '093505.428000', '093505.431000', '093505.433000', '093505.436000', '093505.439000', '093505.441000', '093505.444000', '093505.446000', '093505.449000', '093505.452000', '093505.454000', '093505.457000', '093505.459000', '093505.462000', '093505.465000', '093505.467000', '093505.470000', '093505.472000', '093505.484000', '093505.487000', '093505.489000', '093505.492000', '093505.495000', '093505.497000', '093505.500000', '093505.502000', '093505.505000', '093505.508000', '093505.510000', '093505.513000', '093505.515000', '093505.518000', '093505.521000', '093505.523000', '093505.526000', '093505.529000', '093505.531000', '093505.534000', '093505.536000', '093525.417000', '093525.420000', '093525.423000', '093525.426000', '093525.428000', '093525.431000', '093525.434000', '093525.436000', '093525.439000', '093525.442000', '093525.444000', '093525.447000', '093525.450000', '093525.452000', '093525.455000', '093525.458000', '093525.460000', '093525.463000', '093525.466000', '093525.468000', '093525.471000', '093525.473000', '093525.476000', '093525.479000', '093525.481000', '093525.484000', '093525.487000', '093525.489000', '093525.492000', '093525.495000', '093525.497000', '093525.500000', '093525.502000', '093525.505000', '093525.508000', '093525.510000', '093525.513000', '093525.516000', '093525.518000', '093525.521000', '093525.524000', '093525.526000', '093525.529000', '093545.418000', '093545.420000', '093545.423000', '093545.426000', '093545.428000', '093545.431000', '093545.433000', '093545.436000', '093545.439000', '093545.441000', '093545.444000', '093545.446000', '093545.449000', '093545.451000', '093545.454000', '093545.457000', '093545.459000', '093545.462000', '093545.464000', '093545.467000', '093545.469000', '093545.472000', '093545.475000', '093545.477000', '093545.480000', '093545.482000', '093545.485000', '093545.488000', '093545.490000', '093545.493000', '093545.495000', '093545.498000', '093545.501000', '093545.503000', '093545.506000', '093545.508000', '093545.529000', '093545.532000', '093545.534000', '093545.537000', '093545.540000', '093545.542000', '093545.545000', '093545.547000', '093605.417000', '093605.420000', '093605.423000', '093605.425000', '093605.428000', '093605.431000', '093605.433000', '093605.436000', '093605.438000', '093605.441000', '093605.443000', '093605.446000', '093605.449000', '093605.451000', '093605.454000', '093605.456000', '093605.459000', '093605.461000', '093605.464000', '093605.467000', '093605.469000', '093605.472000', '093605.474000', '093605.477000', '093605.480000', '093605.482000', '093605.485000', '093605.488000', '093605.491000', '093605.493000', '093605.496000', '093605.498000', '093605.501000', '093605.504000', '093605.506000', '093605.509000', '093605.512000', '093605.515000', '093605.517000', '093605.520000', '093605.523000', '093605.526000', '093605.529000', '093625.416000', '093625.419000', '093625.422000', '093625.448000', '093625.450000', '093625.453000', '093625.455000', '093625.458000', '093625.461000', '093625.463000', '093625.466000', '093625.468000', '093625.471000', '093625.473000', '093625.476000', '093625.479000', '093625.481000', '093625.484000', '093625.486000', '093625.489000', '093625.492000', '093625.494000', '093625.497000', '093625.499000', '093625.502000', '093625.504000', '093625.507000', '093625.510000', '093625.512000', '093625.515000', '093625.517000', '093625.520000', '093625.522000', '093625.525000', '093625.528000', '093625.530000', '093625.533000', '093625.536000', '093625.538000', '093625.541000', '093625.543000', '093625.546000', '093625.548000', '093625.551000', '093645.417000', '093645.419000', '093645.422000', '093645.425000', '093645.427000', '093645.430000', '093645.432000', '093645.435000', '093645.438000', '093645.440000', '093645.443000', '093645.445000', '093645.448000', '093645.450000', '093645.453000', '093645.456000', '093645.458000', '093645.461000', '093645.463000', '093645.466000', '093645.469000', '093645.471000', '093645.474000', '093645.489000', '093645.494000', '093645.497000', '093645.499000', '093645.502000', '093645.504000', '093645.507000', '093645.509000', '093645.512000', '093645.515000', '093645.517000', '093645.520000', '093645.522000', '093645.525000', '093645.528000', '093645.531000', '093645.533000', '093645.536000', '093645.538000', '093645.541000', '093705.416000', '093705.419000', '093705.422000', '093705.424000', '093705.427000', '093705.430000', '093705.432000', '093705.435000', '093705.437000', '093705.440000', '093705.442000', '093705.445000', '093705.448000', '093705.450000', '093705.453000', '093705.455000', '093705.458000', '093705.461000', '093705.463000', '093705.466000', '093705.469000', '093705.471000', '093705.474000', '093705.476000', '093705.479000', '093705.481000', '093705.484000', '093705.487000', '093705.489000', '093705.492000', '093705.495000', '093705.497000', '093705.500000', '093705.502000', '093705.505000', '093705.507000', '093705.510000', '093705.513000', '093705.515000', '093705.518000', '093705.520000', '093705.523000', '093705.525000', '093705.528000', '093725.418000', '093725.420000', '093725.423000', '093725.426000', '093725.428000', '093725.431000', '093725.434000', '093725.436000', '093725.439000', '093725.441000', '093725.444000', '093725.447000', '093725.449000', '093725.452000', '093725.455000', '093725.457000', '093725.460000', '093725.476000', '093725.479000', '093725.481000', '093725.484000', '093725.486000', '093725.489000', '093725.492000', '093725.494000', '093725.497000', '093725.499000', '093725.502000', '093725.505000', '093725.507000', '093725.510000', '093725.513000', '093725.515000', '093725.518000', '093725.520000', '093725.523000', '093725.525000', '093725.529000', '093725.531000', '093725.534000', '093725.537000', '093725.539000', '093725.542000', '093745.417000', '093745.420000', '093745.423000', '093745.425000', '093745.428000', '093745.431000', '093745.433000', '093745.436000', '093745.439000', '093745.441000', '093745.444000', '093745.447000', '093745.449000', '093745.452000', '093745.454000', '093745.457000', '093745.460000', '093745.462000', '093745.465000', '093745.468000', '093745.470000', '093745.473000', '093745.475000', '093745.478000', '093745.481000', '093745.483000', '093745.486000', '093745.488000', '093745.491000', '093745.493000', '093745.496000', '093745.499000', '093745.501000', '093745.504000', '093745.506000', '093745.509000', '093745.512000', '093745.514000', '093745.517000', '093745.519000', '093745.522000', '093745.524000', '093745.527000', '093745.529000', '093805.418000', '093805.421000', '093805.423000', '093805.426000', '093805.428000', '093805.431000', '093805.433000', '093805.436000', '093805.439000', '093805.441000', '093805.444000', '093805.446000', '093805.449000', '093805.452000', '093805.454000', '093805.457000', '093805.460000', '093805.462000', '093805.465000', '093805.467000', '093805.470000', '093805.472000', '093805.475000', '093805.478000', '093805.486000', '093805.489000', '093805.491000', '093805.494000', '093805.496000', '093805.499000', '093805.502000', '093805.504000', '093805.507000', '093805.510000', '093805.513000', '093805.516000', '093805.518000', '093805.521000', '093805.524000', '093805.526000', '093805.529000', '093805.531000', '093805.534000', '093825.418000', '093825.420000', '093825.423000', '093825.426000', '093825.428000', '093825.431000', '093825.434000', '093825.436000', '093825.439000', '093825.441000', '093825.444000', '093825.446000', '093825.449000', '093825.452000', '093825.454000', '093825.457000', '093825.459000', '093825.462000', '093825.465000', '093825.467000', '093825.470000', '093825.472000', '093825.475000', '093825.477000', '093825.480000', '093825.483000', '093825.485000', '093825.488000', '093825.490000', '093825.493000', '093825.496000', '093825.498000', '093825.501000', '093825.503000', '093825.506000', '093825.508000', '093825.511000', '093825.514000', '093825.516000', '093825.519000', '093825.521000', '093825.524000', '093825.526000', '093825.529000', '093845.417000', '093845.419000', '093845.424000', '093845.426000', '093845.429000', '093845.432000', '093845.434000', '093845.437000', '093845.440000', '093845.442000', '093845.445000', '093845.447000', '093845.450000', '093845.453000', '093845.455000', '093845.458000', '093845.460000', '093845.463000', '093845.466000', '093845.468000', '093845.471000', '093845.473000', '093845.476000', '093845.478000', '093845.481000', '093845.483000', '093845.486000', '093845.488000', '093845.502000', '093845.504000', '093845.507000', '093845.510000', '093845.512000', '093845.515000', '093845.518000', '093845.520000', '093845.523000', '093845.526000', '093845.528000', '093845.531000', '093845.533000', '093845.536000', '093845.539000', '093905.416000', '093905.420000', '093905.422000', '093905.425000', '093905.428000', '093905.430000', '093905.433000', '093905.436000', '093905.438000', '093905.441000', '093905.443000', '093905.446000', '093905.448000', '093905.451000', '093905.454000', '093905.456000', '093905.459000', '093905.461000', '093905.464000', '093905.466000', '093905.469000', '093905.472000', '093905.474000', '093905.477000', '093905.479000', '093905.482000', '093905.485000', '093905.487000', '093905.490000', '093905.493000', '093905.495000', '093905.498000', '093905.501000', '093905.503000', '093905.506000', '093905.508000', '093905.511000', '093905.514000', '093905.516000', '093905.519000', '093905.521000', '093905.524000', '093905.527000', '093905.529000', '093920.504000', '093920.507000', '093920.510000', '093920.514000', '093920.517000', '093920.520000', '093920.523000', '093920.526000', '093920.528000', '093920.531000', '093920.534000', '093920.536000', '093920.539000', '093920.542000', '093920.545000', '093920.547000', '093920.550000', '093920.554000', '093920.558000', '093920.560000', '093920.563000', '093920.566000', '093920.569000', '093920.571000', '093920.574000', '093920.577000', '093920.580000', '093920.583000', '093920.586000', '093920.589000', '093920.594000', '093920.597000', '093920.600000'], 'InstanceCreationTime': ['093305.451000', '093305.454000', '093305.457000', '093305.459000', '093305.462000', '093305.465000', '093305.467000', '093305.470000', '093305.472000', '093305.475000', '093305.478000', '093305.480000', '093305.483000', '093305.485000', '093305.488000', '093305.491000', '093305.493000', '093305.496000', '093305.498000', '093305.511000', '093305.513000', '093305.516000', '093305.518000', '093305.521000', '093305.524000', '093305.526000', '093305.529000', '093305.532000', '093305.534000', '093305.537000', '093305.539000', '093305.542000', '093305.545000', '093305.547000', '093305.550000', '093305.552000', '093305.555000', '093305.557000', '093305.560000', '093305.563000', '093305.565000', '093305.568000', '093305.571000', '093305.573000', '093305.576000', '093305.579000', '093305.581000', '093305.584000', '093305.586000', '093305.589000', '093305.592000', '093305.594000', '093305.597000', '093305.599000', '093305.602000', '093305.605000', '093325.417000', '093325.420000', '093325.423000', '093325.426000', '093325.433000', '093325.435000', '093325.438000', '093325.440000', '093325.443000', '093325.445000', '093325.448000', '093325.451000', '093325.453000', '093325.456000', '093325.459000', '093325.461000', '093325.464000', '093325.467000', '093325.469000', '093325.472000', '093325.475000', '093325.477000', '093325.480000', '093325.482000', '093325.485000', '093325.487000', '093325.490000', '093325.493000', '093325.495000', '093325.498000', '093325.501000', '093325.503000', '093325.506000', '093325.508000', '093325.511000', '093325.514000', '093325.516000', '093325.519000', '093325.522000', '093325.524000', '093325.527000', '093325.529000', '093325.532000', '093325.535000', '093345.418000', '093345.420000', '093345.423000', '093345.425000', '093345.429000', '093345.431000', '093345.434000', '093345.436000', '093345.439000', '093345.441000', '093345.444000', '093345.447000', '093345.449000', '093345.452000', '093345.455000', '093345.457000', '093345.460000', '093345.463000', '093345.465000', '093345.468000', '093345.470000', '093345.473000', '093345.476000', '093345.484000', '093345.487000', '093345.489000', '093345.492000', '093345.494000', '093345.497000', '093345.500000', '093345.502000', '093345.505000', '093345.507000', '093345.510000', '093345.512000', '093345.515000', '093345.518000', '093345.520000', '093345.523000', '093345.525000', '093345.528000', '093345.530000', '093345.533000', '093405.417000', '093405.420000', '093405.422000', '093405.425000', '093405.427000', '093405.430000', '093405.433000', '093405.435000', '093405.438000', '093405.440000', '093405.443000', '093405.446000', '093405.448000', '093405.451000', '093405.454000', '093405.456000', '093405.459000', '093405.461000', '093405.464000', '093405.467000', '093405.469000', '093405.472000', '093405.474000', '093405.477000', '093405.479000', '093405.482000', '093405.485000', '093405.487000', '093405.490000', '093405.493000', '093405.495000', '093405.498000', '093405.500000', '093405.503000', '093405.506000', '093405.508000', '093405.511000', '093405.513000', '093405.516000', '093405.518000', '093405.531000', '093405.534000', '093405.537000', '093405.539000', '093425.416000', '093425.419000', '093425.422000', '093425.425000', '093425.427000', '093425.430000', '093425.432000', '093425.435000', '093425.438000', '093425.440000', '093425.443000', '093425.446000', '093425.448000', '093425.451000', '093425.453000', '093425.456000', '093425.459000', '093425.461000', '093425.464000', '093425.467000', '093425.469000', '093425.472000', '093425.474000', '093425.477000', '093425.480000', '093425.482000', '093425.485000', '093425.488000', '093425.490000', '093425.493000', '093425.495000', '093425.498000', '093425.501000', '093425.503000', '093425.506000', '093425.509000', '093425.511000', '093425.514000', '093425.516000', '093425.519000', '093425.522000', '093425.524000', '093425.527000', '093445.417000', '093445.420000', '093445.422000', '093445.425000', '093445.428000', '093445.431000', '093445.433000', '093445.436000', '093445.438000', '093445.441000', '093445.444000', '093445.446000', '093445.450000', '093445.453000', '093445.455000', '093445.458000', '093445.461000', '093445.463000', '093445.466000', '093445.468000', '093445.471000', '093445.474000', '093445.476000', '093445.479000', '093445.481000', '093445.484000', '093445.487000', '093445.489000', '093445.492000', '093445.494000', '093445.497000', '093445.500000', '093445.502000', '093445.505000', '093445.508000', '093445.510000', '093445.513000', '093445.515000', '093445.518000', '093445.521000', '093445.523000', '093445.526000', '093445.528000', '093445.531000', '093505.417000', '093505.420000', '093505.423000', '093505.426000', '093505.428000', '093505.431000', '093505.433000', '093505.436000', '093505.439000', '093505.441000', '093505.444000', '093505.446000', '093505.449000', '093505.452000', '093505.454000', '093505.457000', '093505.459000', '093505.462000', '093505.465000', '093505.467000', '093505.470000', '093505.472000', '093505.484000', '093505.487000', '093505.489000', '093505.492000', '093505.495000', '093505.497000', '093505.500000', '093505.502000', '093505.505000', '093505.508000', '093505.510000', '093505.513000', '093505.515000', '093505.518000', '093505.521000', '093505.523000', '093505.526000', '093505.529000', '093505.531000', '093505.534000', '093505.536000', '093525.417000', '093525.420000', '093525.423000', '093525.426000', '093525.428000', '093525.431000', '093525.434000', '093525.436000', '093525.439000', '093525.442000', '093525.444000', '093525.447000', '093525.450000', '093525.452000', '093525.455000', '093525.458000', '093525.460000', '093525.463000', '093525.466000', '093525.468000', '093525.471000', '093525.473000', '093525.476000', '093525.479000', '093525.481000', '093525.484000', '093525.487000', '093525.489000', '093525.492000', '093525.495000', '093525.497000', '093525.500000', '093525.502000', '093525.505000', '093525.508000', '093525.510000', '093525.513000', '093525.516000', '093525.518000', '093525.521000', '093525.524000', '093525.526000', '093525.529000', '093545.418000', '093545.420000', '093545.423000', '093545.426000', '093545.428000', '093545.431000', '093545.433000', '093545.436000', '093545.439000', '093545.441000', '093545.444000', '093545.446000', '093545.449000', '093545.451000', '093545.454000', '093545.457000', '093545.459000', '093545.462000', '093545.464000', '093545.467000', '093545.469000', '093545.472000', '093545.475000', '093545.477000', '093545.480000', '093545.482000', '093545.485000', '093545.488000', '093545.490000', '093545.493000', '093545.495000', '093545.498000', '093545.501000', '093545.503000', '093545.506000', '093545.508000', '093545.529000', '093545.532000', '093545.534000', '093545.537000', '093545.540000', '093545.542000', '093545.545000', '093545.547000', '093605.417000', '093605.420000', '093605.423000', '093605.425000', '093605.428000', '093605.431000', '093605.433000', '093605.436000', '093605.438000', '093605.441000', '093605.443000', '093605.446000', '093605.449000', '093605.451000', '093605.454000', '093605.456000', '093605.459000', '093605.461000', '093605.464000', '093605.467000', '093605.469000', '093605.472000', '093605.474000', '093605.477000', '093605.480000', '093605.482000', '093605.485000', '093605.488000', '093605.491000', '093605.493000', '093605.496000', '093605.498000', '093605.501000', '093605.504000', '093605.506000', '093605.509000', '093605.512000', '093605.515000', '093605.517000', '093605.520000', '093605.523000', '093605.526000', '093605.529000', '093625.416000', '093625.419000', '093625.422000', '093625.448000', '093625.450000', '093625.453000', '093625.455000', '093625.458000', '093625.461000', '093625.463000', '093625.466000', '093625.468000', '093625.471000', '093625.473000', '093625.476000', '093625.479000', '093625.481000', '093625.484000', '093625.486000', '093625.489000', '093625.492000', '093625.494000', '093625.497000', '093625.499000', '093625.502000', '093625.504000', '093625.507000', '093625.510000', '093625.512000', '093625.515000', '093625.517000', '093625.520000', '093625.522000', '093625.525000', '093625.528000', '093625.530000', '093625.533000', '093625.536000', '093625.538000', '093625.541000', '093625.543000', '093625.546000', '093625.548000', '093625.551000', '093645.417000', '093645.419000', '093645.422000', '093645.425000', '093645.427000', '093645.430000', '093645.432000', '093645.435000', '093645.438000', '093645.440000', '093645.443000', '093645.445000', '093645.448000', '093645.450000', '093645.453000', '093645.456000', '093645.458000', '093645.461000', '093645.463000', '093645.466000', '093645.469000', '093645.471000', '093645.474000', '093645.489000', '093645.494000', '093645.497000', '093645.499000', '093645.502000', '093645.504000', '093645.507000', '093645.509000', '093645.512000', '093645.515000', '093645.517000', '093645.520000', '093645.522000', '093645.525000', '093645.528000', '093645.531000', '093645.533000', '093645.536000', '093645.538000', '093645.541000', '093705.416000', '093705.419000', '093705.422000', '093705.424000', '093705.427000', '093705.430000', '093705.432000', '093705.435000', '093705.437000', '093705.440000', '093705.442000', '093705.445000', '093705.448000', '093705.450000', '093705.453000', '093705.455000', '093705.458000', '093705.461000', '093705.463000', '093705.466000', '093705.469000', '093705.471000', '093705.474000', '093705.476000', '093705.479000', '093705.481000', '093705.484000', '093705.487000', '093705.489000', '093705.492000', '093705.495000', '093705.497000', '093705.500000', '093705.502000', '093705.505000', '093705.507000', '093705.510000', '093705.513000', '093705.515000', '093705.518000', '093705.520000', '093705.523000', '093705.525000', '093705.528000', '093725.418000', '093725.420000', '093725.423000', '093725.426000', '093725.428000', '093725.431000', '093725.434000', '093725.436000', '093725.439000', '093725.441000', '093725.444000', '093725.447000', '093725.449000', '093725.452000', '093725.455000', '093725.457000', '093725.460000', '093725.476000', '093725.479000', '093725.481000', '093725.484000', '093725.486000', '093725.489000', '093725.492000', '093725.494000', '093725.497000', '093725.499000', '093725.502000', '093725.505000', '093725.507000', '093725.510000', '093725.513000', '093725.515000', '093725.518000', '093725.520000', '093725.523000', '093725.525000', '093725.529000', '093725.531000', '093725.534000', '093725.537000', '093725.539000', '093725.542000', '093745.417000', '093745.420000', '093745.423000', '093745.425000', '093745.428000', '093745.431000', '093745.433000', '093745.436000', '093745.439000', '093745.441000', '093745.444000', '093745.447000', '093745.449000', '093745.452000', '093745.454000', '093745.457000', '093745.460000', '093745.462000', '093745.465000', '093745.468000', '093745.470000', '093745.473000', '093745.475000', '093745.478000', '093745.481000', '093745.483000', '093745.486000', '093745.488000', '093745.491000', '093745.493000', '093745.496000', '093745.499000', '093745.501000', '093745.504000', '093745.506000', '093745.509000', '093745.512000', '093745.514000', '093745.517000', '093745.519000', '093745.522000', '093745.524000', '093745.527000', '093745.529000', '093805.418000', '093805.421000', '093805.423000', '093805.426000', '093805.428000', '093805.431000', '093805.433000', '093805.436000', '093805.439000', '093805.441000', '093805.444000', '093805.446000', '093805.449000', '093805.452000', '093805.454000', '093805.457000', '093805.460000', '093805.462000', '093805.465000', '093805.467000', '093805.470000', '093805.472000', '093805.475000', '093805.478000', '093805.486000', '093805.489000', '093805.491000', '093805.494000', '093805.496000', '093805.499000', '093805.502000', '093805.504000', '093805.507000', '093805.510000', '093805.513000', '093805.516000', '093805.518000', '093805.521000', '093805.524000', '093805.526000', '093805.529000', '093805.531000', '093805.534000', '093825.418000', '093825.420000', '093825.423000', '093825.426000', '093825.428000', '093825.431000', '093825.434000', '093825.436000', '093825.439000', '093825.441000', '093825.444000', '093825.446000', '093825.449000', '093825.452000', '093825.454000', '093825.457000', '093825.459000', '093825.462000', '093825.465000', '093825.467000', '093825.470000', '093825.472000', '093825.475000', '093825.477000', '093825.480000', '093825.483000', '093825.485000', '093825.488000', '093825.490000', '093825.493000', '093825.496000', '093825.498000', '093825.501000', '093825.503000', '093825.506000', '093825.508000', '093825.511000', '093825.514000', '093825.516000', '093825.519000', '093825.521000', '093825.524000', '093825.526000', '093825.529000', '093845.417000', '093845.419000', '093845.424000', '093845.426000', '093845.429000', '093845.432000', '093845.434000', '093845.437000', '093845.440000', '093845.442000', '093845.445000', '093845.447000', '093845.450000', '093845.453000', '093845.455000', '093845.458000', '093845.460000', '093845.463000', '093845.466000', '093845.468000', '093845.471000', '093845.473000', '093845.476000', '093845.478000', '093845.481000', '093845.483000', '093845.486000', '093845.488000', '093845.502000', '093845.504000', '093845.507000', '093845.510000', '093845.512000', '093845.515000', '093845.518000', '093845.520000', '093845.523000', '093845.526000', '093845.528000', '093845.531000', '093845.533000', '093845.536000', '093845.539000', '093905.416000', '093905.420000', '093905.422000', '093905.425000', '093905.428000', '093905.430000', '093905.433000', '093905.436000', '093905.438000', '093905.441000', '093905.443000', '093905.446000', '093905.448000', '093905.451000', '093905.454000', '093905.456000', '093905.459000', '093905.461000', '093905.464000', '093905.466000', '093905.469000', '093905.472000', '093905.474000', '093905.477000', '093905.479000', '093905.482000', '093905.485000', '093905.487000', '093905.490000', '093905.493000', '093905.495000', '093905.498000', '093905.501000', '093905.503000', '093905.506000', '093905.508000', '093905.511000', '093905.514000', '093905.516000', '093905.519000', '093905.521000', '093905.524000', '093905.527000', '093905.529000', '093920.504000', '093920.507000', '093920.510000', '093920.514000', '093920.517000', '093920.520000', '093920.523000', '093920.526000', '093920.528000', '093920.531000', '093920.534000', '093920.536000', '093920.539000', '093920.542000', '093920.545000', '093920.547000', '093920.550000', '093920.554000', '093920.558000', '093920.560000', '093920.563000', '093920.566000', '093920.569000', '093920.571000', '093920.574000', '093920.577000', '093920.580000', '093920.583000', '093920.586000', '093920.589000', '093920.594000', '093920.597000', '093920.600000'], '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': [7088, 9882, 7094, 10168, 7064, 6683, 8246, 6045, 9018, 6314, 10177, 7635, 9633, 9341, 8712, 8121, 6900, 10125, 7919, 10681, 7210, 9722, 7941, 6709, 9670, 6495, 8890, 6432, 8238, 8065, 6423, 8559, 6082, 8488, 7350, 6258, 9382, 7587, 6614, 9892, 8726, 11202, 10180, 10424, 9279, 7008, 8746, 6520, 9383, 7454, 6960, 8030, 6522, 10556, 8207, 6651, 8852, 7814, 7096, 9923, 10580, 9723, 9342, 7434, 8092, 7965, 6792, 9916, 8136, 6869, 9970, 7845, 6464, 10139, 7730, 6911, 9125, 8220, 7198, 9130, 6555, 6282, 7921, 6785, 9696, 9421, 7068, 9139, 7809, 7212, 10047, 7432, 9223, 7000, 6901, 8732, 6975, 10477, 8734, 7452, 9510, 7892, 8736, 8292, 7703, 9459, 8487, 9715, 9369, 8409, 8444, 7862, 9991, 8218, 9139, 8519, 8320, 8247, 7859, 9160, 7944, 7332, 8296, 6693, 9085, 6469, 6307, 7624, 6845, 9110, 7532, 7168, 8887, 8222, 7227, 9760, 8062, 9858, 7390, 6683, 9006, 7104, 9968, 7291, 8715, 7940, 7371, 9671, 7544, 9563, 7330, 7245, 10247, 7311, 8976, 6745, 10007, 7739, 10044, 8382, 8754, 7996, 7262, 8405, 7295, 8854, 7333, 7248, 9097, 8323, 9752, 8328, 10551, 9181, 10662, 9249, 8931, 8706, 6934, 9973, 7549, 8028, 8087, 10124, 8373, 10940, 7731, 9813, 7328, 6134, 6139, 6909, 7490, 7244, 10747, 8869, 8338, 10957, 8798, 8227, 11689, 10946, 9349, 11353, 9688, 8593, 10664, 9537, 10991, 9711, 8455, 8627, 8853, 7350, 7098, 7209, 8264, 7486, 6301, 7583, 7941, 10134, 8800, 9235, 8230, 8497, 10466, 8719, 11877, 8670, 7943, 7101, 6687, 10103, 8049, 10135, 8157, 10142, 8157, 7083, 7944, 8164, 10295, 8007, 9178, 8136, 8326, 10382, 8559, 11124, 8654, 11602, 9265, 9579, 8821, 7156, 8533, 8038, 9245, 8183, 9910, 7173, 7028, 9397, 7302, 7383, 11167, 7294, 6505, 6074, 8437, 7921, 9548, 9675, 8293, 9691, 9411, 6870, 8038, 11162, 12042, 11744, 10852, 8649, 11475, 8138, 8456, 8747, 8160, 10597, 7902, 6346, 9689, 7494, 9937, 7931, 10172, 8201, 10345, 8488, 10152, 7824, 6432, 7200, 7706, 10566, 7780, 11284, 8368, 9908, 8414, 8041, 7315, 6007, 7117, 6860, 9625, 6878, 10429, 7136, 6496, 9583, 7296, 11072, 7779, 11009, 7541, 6408, 9760, 7592, 11431, 7764, 11504, 8069, 9726, 8495, 9149, 7877, 7045, 8191, 7881, 11017, 7949, 11682, 8562, 9836, 8016, 6267, 9305, 7174, 8304, 7347, 9462, 7760, 10680, 8065, 8958, 6792, 7783, 10155, 7112, 7159, 10910, 9570, 8860, 9768, 8007, 10332, 8679, 7181, 12605, 9229, 7538, 9716, 7239, 7818, 11607, 7832, 6377, 8880, 8165, 10422, 7920, 8080, 7852, 7555, 10139, 8176, 8580, 8828, 7433, 9615, 7924, 10965, 8001, 6920, 6859, 6922, 10874, 7636, 10108, 7004, 6566, 10623, 7707, 12552, 7908, 11366, 7850, 13112, 8329, 11750, 8375, 9827, 8146, 7722, 7915, 7155, 8504, 7536, 10973, 9162, 7666, 10803, 8023, 9817, 7523, 7163, 12344, 8567, 9593, 8367, 7306, 11411, 8129, 7127, 9274, 7534, 7779, 10602, 8705, 10480, 8398, 7951, 9976, 7182, 10238, 7875, 6970, 8490, 7741, 7808, 8389, 6597, 7897, 7294, 6187, 9277, 6905, 9708, 10048, 7285, 10405, 12022, 9544, 12747, 8679, 12933, 8515, 12763, 8962, 12303, 10338, 9651, 8408, 7185, 8791, 7053, 10902, 7344, 9540, 8173, 6969, 9528, 7329, 10767, 7376, 11637, 8575, 6594, 8454, 7094, 9281, 8631, 6181, 11212, 8558, 7382, 10189, 7564, 6977, 9333, 7548, 9046, 7619, 9409, 7573, 6639, 7308, 6766, 8580, 7499, 8517, 7164, 6370, 7199, 8428, 6488, 9839, 7720, 9684, 8214, 9872, 8730, 8819, 7683, 6775, 9581, 6140, 9971, 7578, 6783, 7399, 6871, 9171, 7015, 10094, 6714, 9558, 7055, 9660, 7730, 7548, 7451, 6806, 9756, 5952, 8889, 8056, 6030, 10211, 7640, 6058, 7521, 9571, 7442, 8279, 6195, 9825, 7656, 9962, 8340, 6778, 8813, 6578, 10489, 6626, 9120, 6519, 7054, 8012, 6207, 9754, 7844, 6963, 10069, 6484, 11023, 6667, 10362, 6417, 9836, 7445, 12112, 7790, 6274, 7113, 6547, 9746, 6568, 10923, 6195, 8146, 6651, 7108, 10058, 6889, 6609, 9307, 6589, 10746, 6801, 10986, 6173, 11345, 9002, 6492, 5855, 7520, 6591, 8984, 11291, 7143, 6928, 10758, 8436, 9228, 11766, 8432, 10232, 7812, 6581, 11541, 7177, 11825, 7541, 5955, 8310, 6061, 11940, 6970, 5889, 8675, 5911, 11920, 7148, 7268, 6488, 6152, 11401, 8919, 6167, 11592, 7579, 12892, 8156, 9827, 8055, 5873, 7976, 6316, 10043, 6164, 8589, 6692, 6339, 10898, 5974, 9519, 6277, 11144, 8458, 9835, 10152, 6683, 11129, 7445, 12308, 10552, 12305, 9740, 6117, 9371, 6016, 11457, 6188, 10831, 6528, 10004, 7364, 9480, 7759, 7551, 9320, 6395, 8382, 6317, 10522, 7277, 6341, 10763, 7000, 6056, 6283, 8180, 6324, 9659, 9331, 6398, 7746, 8090, 6516, 11523, 10950, 13202, 11658, 12189, 11318, 7150, 8832, 6754, 10647, 7291, 11487, 8556, 6751, 10025, 6783, 11030, 8226, 6688, 8879, 6703, 11120, 7963, 9979, 8468, 7130, 9588, 6626, 11433, 8013, 6294, 8982, 6373, 11071, 7983, 7408, 9931, 6109, 10989, 7703, 6385, 11644, 6238, 10327, 7329, 5885, 10261, 5937, 12253, 6960, 7479, 7331, 6228, 9827, 6518, 12048, 6132, 11327, 6285, 14044, 7266, 13276, 7681, 8436, 7664, 7418, 7822, 6269, 8148, 5899, 9618, 5943, 11271, 6071, 9178, 6811, 10231, 6740, 7856, 8441, 6137, 10853, 6692, 5974, 11649, 7987, 6156, 6409, 8546, 7149, 6051, 12210, 10072, 10214, 14825, 7741, 9802, 10612, 6759, 13981, 9627, 6067, 9694, 6702, 12385, 7964, 6013, 8209, 6510, 10825, 6733, 11275, 7939, 6104, 7641, 6349, 9403, 7423, 6170, 9906, 6274, 11280, 7961, 6119, 10041, 6785, 12577, 9799, 8472, 8978, 6354, 11617, 7493, 12296, 8218, 6006, 7990, 5986, 11339, 7586, 10032, 7869, 6075, 6572, 10315, 7791, 10237, 10161, 6742, 6081, 11596, 8568, 10162, 12607, 8086, 6156, 11612, 8535, 12500, 9778, 6632, 9689, 6825, 10757, 7835, 5964, 7954, 6619, 8079, 7606], 'WindowCenter': [3855.0, 3881.0, 3827.0, 3865.0, 3812.0, 3812.0, 3846.0, 3803.0, 3857.0, 3815.0, 3878.0, 3864.0, 3883.0, 3883.0, 3858.0, 3850.0, 3812.0, 3865.0, 3833.0, 3862.0, 3821.0, 3851.0, 3831.0, 3797.0, 3853.0, 3800.0, 3841.0, 3799.0, 3830.0, 3831.0, 3803.0, 3845.0, 3803.0, 3844.0, 3834.0, 3826.0, 3868.0, 3849.0, 3829.0, 3867.0, 3858.0, 3865.0, 3865.0, 3863.0, 3842.0, 3811.0, 3832.0, 3800.0, 3840.0, 3810.0, 3809.0, 3819.0, 3812.0, 3875.0, 3846.0, 3824.0, 3843.0, 3832.0, 3810.0, 3852.0, 3863.0, 3853.0, 3855.0, 3836.0, 3848.0, 3833.0, 3809.0, 3853.0, 3831.0, 3812.0, 3853.0, 3833.0, 3828.0, 3877.0, 3836.0, 3837.0, 3854.0, 3842.0, 3823.0, 3866.0, 3801.0, 3800.0, 3833.0, 3812.0, 3854.0, 3856.0, 3824.0, 3855.0, 3833.0, 3837.0, 3880.0, 3848.0, 3867.0, 3823.0, 3810.0, 3843.0, 3822.0, 3863.0, 3842.0, 3820.0, 3852.0, 3831.0, 3842.0, 3831.0, 3831.0, 3851.0, 3841.0, 3838.0, 3841.0, 3830.0, 3842.0, 3831.0, 3850.0, 3829.0, 3836.0, 3827.0, 3816.0, 3828.0, 3828.0, 3839.0, 3828.0, 3804.0, 3828.0, 3798.0, 3852.0, 3801.0, 3811.0, 3833.0, 3825.0, 3869.0, 3846.0, 3836.0, 3854.0, 3844.0, 3822.0, 3867.0, 3845.0, 3853.0, 3821.0, 3810.0, 3842.0, 3811.0, 3851.0, 3821.0, 3841.0, 3830.0, 3820.0, 3852.0, 3832.0, 3850.0, 3821.0, 3822.0, 3865.0, 3823.0, 3840.0, 3810.0, 3853.0, 3832.0, 3864.0, 3843.0, 3854.0, 3845.0, 3835.0, 3844.0, 3832.0, 3853.0, 3821.0, 3820.0, 3843.0, 3843.0, 3866.0, 3843.0, 3851.0, 3842.0, 3850.0, 3852.0, 3840.0, 3828.0, 3794.0, 3848.0, 3817.0, 3828.0, 3818.0, 3848.0, 3816.0, 3848.0, 3835.0, 3852.0, 3821.0, 3812.0, 3788.0, 3808.0, 3822.0, 3833.0, 3862.0, 3856.0, 3859.0, 3891.0, 3859.0, 3833.0, 3872.0, 3861.0, 3853.0, 3876.0, 3852.0, 3828.0, 3847.0, 3852.0, 3847.0, 3825.0, 3814.0, 3814.0, 3826.0, 3807.0, 3809.0, 3817.0, 3828.0, 3821.0, 3797.0, 3820.0, 3845.0, 3865.0, 3855.0, 3856.0, 3844.0, 3831.0, 3863.0, 3830.0, 3860.0, 3829.0, 3818.0, 3806.0, 3797.0, 3850.0, 3830.0, 3850.0, 3820.0, 3848.0, 3831.0, 3809.0, 3829.0, 3831.0, 3850.0, 3834.0, 3841.0, 3831.0, 3831.0, 3851.0, 3830.0, 3848.0, 3829.0, 3859.0, 3839.0, 3836.0, 3827.0, 3794.0, 3826.0, 3819.0, 3841.0, 3831.0, 3839.0, 3813.0, 3809.0, 3865.0, 3834.0, 3833.0, 3887.0, 3835.0, 3825.0, 3800.0, 3856.0, 3847.0, 3863.0, 3865.0, 3844.0, 3864.0, 3855.0, 3823.0, 3843.0, 3875.0, 3873.0, 3872.0, 3861.0, 3828.0, 3861.0, 3833.0, 3830.0, 3828.0, 3829.0, 3848.0, 3818.0, 3784.0, 3838.0, 3807.0, 3848.0, 3828.0, 3849.0, 3829.0, 3848.0, 3840.0, 3849.0, 3819.0, 3798.0, 3807.0, 3818.0, 3860.0, 3830.0, 3860.0, 3830.0, 3848.0, 3829.0, 3832.0, 3821.0, 3800.0, 3836.0, 3823.0, 3866.0, 3812.0, 3864.0, 3825.0, 3800.0, 3864.0, 3832.0, 3876.0, 3834.0, 3876.0, 3833.0, 3799.0, 3852.0, 3820.0, 3873.0, 3831.0, 3873.0, 3832.0, 3850.0, 3840.0, 3838.0, 3831.0, 3819.0, 3840.0, 3827.0, 3861.0, 3829.0, 3872.0, 3842.0, 3849.0, 3828.0, 3784.0, 3837.0, 3794.0, 3827.0, 3817.0, 3849.0, 3818.0, 3848.0, 3830.0, 3852.0, 3811.0, 3830.0, 3862.0, 3819.0, 3810.0, 3875.0, 3866.0, 3856.0, 3877.0, 3843.0, 3861.0, 3842.0, 3808.0, 3883.0, 3854.0, 3832.0, 3863.0, 3820.0, 3833.0, 3872.0, 3859.0, 3812.0, 3851.0, 3840.0, 3862.0, 3831.0, 3830.0, 3832.0, 3832.0, 3862.0, 3841.0, 3840.0, 3854.0, 3832.0, 3865.0, 3846.0, 3889.0, 3847.0, 3836.0, 3824.0, 3821.0, 3873.0, 3833.0, 3874.0, 3823.0, 3824.0, 3875.0, 3831.0, 3884.0, 3831.0, 3861.0, 3830.0, 3870.0, 3829.0, 3858.0, 3828.0, 3851.0, 3830.0, 3818.0, 3831.0, 3822.0, 3854.0, 3831.0, 3860.0, 3850.0, 3820.0, 3874.0, 3830.0, 3850.0, 3817.0, 3820.0, 3870.0, 3842.0, 3851.0, 3828.0, 3832.0, 3873.0, 3831.0, 3834.0, 3865.0, 3831.0, 3819.0, 3858.0, 3842.0, 3874.0, 3841.0, 3828.0, 3850.0, 3823.0, 3849.0, 3830.0, 3806.0, 3839.0, 3828.0, 3832.0, 3856.0, 3822.0, 3843.0, 3846.0, 3826.0, 3865.0, 3835.0, 3849.0, 3862.0, 3821.0, 3861.0, 3885.0, 3852.0, 3882.0, 3841.0, 3870.0, 3825.0, 3854.0, 3811.0, 3842.0, 3821.0, 3819.0, 3799.0, 3778.0, 3808.0, 3790.0, 3841.0, 3802.0, 3846.0, 3826.0, 3804.0, 3834.0, 3802.0, 3843.0, 3802.0, 3843.0, 3825.0, 3807.0, 3824.0, 3793.0, 3823.0, 3824.0, 3787.0, 3873.0, 3843.0, 3819.0, 3847.0, 3817.0, 3822.0, 3853.0, 3832.0, 3839.0, 3831.0, 3865.0, 3831.0, 3808.0, 3832.0, 3809.0, 3841.0, 3820.0, 3853.0, 3824.0, 3812.0, 3824.0, 3858.0, 3839.0, 3877.0, 3845.0, 3852.0, 3845.0, 3877.0, 3856.0, 3841.0, 3831.0, 3808.0, 3850.0, 3801.0, 3849.0, 3831.0, 3809.0, 3819.0, 3796.0, 3841.0, 3820.0, 3861.0, 3809.0, 3851.0, 3820.0, 3851.0, 3831.0, 3830.0, 3832.0, 3810.0, 3852.0, 3827.0, 3866.0, 3844.0, 3828.0, 3888.0, 3844.0, 3817.0, 3845.0, 3878.0, 3836.0, 3845.0, 3802.0, 3861.0, 3832.0, 3863.0, 3843.0, 3810.0, 3841.0, 3808.0, 3860.0, 3807.0, 3849.0, 3798.0, 3807.0, 3830.0, 3801.0, 3863.0, 3844.0, 3822.0, 3864.0, 3812.0, 3874.0, 3811.0, 3861.0, 3799.0, 3850.0, 3819.0, 3870.0, 3819.0, 3796.0, 3807.0, 3796.0, 3850.0, 3808.0, 3862.0, 3800.0, 3829.0, 3808.0, 3819.0, 3862.0, 3823.0, 3824.0, 3865.0, 3811.0, 3874.0, 3799.0, 3877.0, 3816.0, 3876.0, 3856.0, 3802.0, 3790.0, 3833.0, 3826.0, 3855.0, 3887.0, 3837.0, 3824.0, 3885.0, 3855.0, 3865.0, 3900.0, 3856.0, 3875.0, 3830.0, 3809.0, 3872.0, 3808.0, 3872.0, 3829.0, 3787.0, 3842.0, 3799.0, 3871.0, 3820.0, 3788.0, 3852.0, 3815.0, 3885.0, 3834.0, 3830.0, 3810.0, 3800.0, 3885.0, 3864.0, 3814.0, 3886.0, 3846.0, 3896.0, 3844.0, 3849.0, 3830.0, 3775.0, 3841.0, 3811.0, 3861.0, 3799.0, 3851.0, 3822.0, 3810.0, 3901.0, 3817.0, 3864.0, 3799.0, 3872.0, 3844.0, 3861.0, 3864.0, 3822.0, 3871.0, 3820.0, 3870.0, 3861.0, 3870.0, 3850.0, 3787.0, 3838.0, 3787.0, 3868.0, 3786.0, 3859.0, 3798.0, 3848.0, 3819.0, 3837.0, 3817.0, 3816.0, 3850.0, 3810.0, 3839.0, 3797.0, 3872.0, 3832.0, 3812.0, 3886.0, 3832.0, 3814.0, 3825.0, 3856.0, 3826.0, 3891.0, 3866.0, 3827.0, 3847.0, 3856.0, 3824.0, 3884.0, 3875.0, 3883.0, 3874.0, 3871.0, 3860.0, 3808.0, 3836.0, 3795.0, 3856.0, 3805.0, 3856.0, 3837.0, 3796.0, 3847.0, 3806.0, 3857.0, 3828.0, 3809.0, 3852.0, 3808.0, 3870.0, 3828.0, 3847.0, 3828.0, 3807.0, 3847.0, 3809.0, 3870.0, 3840.0, 3810.0, 3862.0, 3811.0, 3897.0, 3858.0, 3835.0, 3876.0, 3813.0, 3871.0, 3832.0, 3810.0, 3872.0, 3803.0, 3889.0, 3846.0, 3801.0, 3873.0, 3801.0, 3883.0, 3823.0, 3834.0, 3833.0, 3800.0, 3863.0, 3809.0, 3885.0, 3802.0, 3873.0, 3798.0, 3880.0, 3818.0, 3880.0, 3828.0, 3827.0, 3816.0, 3816.0, 3827.0, 3809.0, 3841.0, 3786.0, 3849.0, 3787.0, 3869.0, 3800.0, 3863.0, 3821.0, 3860.0, 3810.0, 3840.0, 3840.0, 3813.0, 3888.0, 3837.0, 3827.0, 3898.0, 3855.0, 3827.0, 3836.0, 3864.0, 3861.0, 3829.0, 3898.0, 3889.0, 3887.0, 3920.0, 3858.0, 3875.0, 3874.0, 3820.0, 3894.0, 3851.0, 3797.0, 3848.0, 3808.0, 3880.0, 3839.0, 3798.0, 3839.0, 3808.0, 3869.0, 3819.0, 3871.0, 3840.0, 3812.0, 3843.0, 3824.0, 3864.0, 3833.0, 3825.0, 3889.0, 3838.0, 3886.0, 3858.0, 3812.0, 3875.0, 3824.0, 3896.0, 3875.0, 3854.0, 3852.0, 3811.0, 3884.0, 3834.0, 3883.0, 3842.0, 3812.0, 3843.0, 3812.0, 3883.0, 3844.0, 3903.0, 3871.0, 3827.0, 3834.0, 3874.0, 3855.0, 3874.0, 3886.0, 3836.0, 3811.0, 3898.0, 3867.0, 3887.0, 3896.0, 3854.0, 3799.0, 3882.0, 3842.0, 3881.0, 3861.0, 3819.0, 3861.0, 3820.0, 3869.0, 3829.0, 3797.0, 3826.0, 3807.0, 3842.0, 3844.0], 'WindowWidth': [8675.0, 8703.0, 8621.0, 8666.0, 8592.0, 8591.0, 8642.0, 8582.0, 8657.0, 8601.0, 8689.0, 8681.0, 8705.0, 8704.0, 8664.0, 8655.0, 8590.0, 8667.0, 8619.0, 8657.0, 8600.0, 8639.0, 8613.0, 8563.0, 8645.0, 8572.0, 8627.0, 8571.0, 8608.0, 8614.0, 8582.0, 8638.0, 8582.0, 8636.0, 8627.0, 8622.0, 8678.0, 8654.0, 8626.0, 8673.0, 8661.0, 8666.0, 8667.0, 8660.0, 8631.0, 8588.0, 8614.0, 8570.0, 8623.0, 8583.0, 8579.0, 8595.0, 8594.0, 8682.0, 8644.0, 8614.0, 8633.0, 8617.0, 8586.0, 8645.0, 8661.0, 8646.0, 8655.0, 8629.0, 8650.0, 8621.0, 8583.0, 8648.0, 8617.0, 8590.0, 8643.0, 8620.0, 8627.0, 8686.0, 8629.0, 8634.0, 8652.0, 8632.0, 8608.0, 8671.0, 8578.0, 8575.0, 8621.0, 8593.0, 8648.0, 8656.0, 8612.0, 8654.0, 8622.0, 8637.0, 8695.0, 8652.0, 8672.0, 8609.0, 8585.0, 8634.0, 8604.0, 8662.0, 8632.0, 8600.0, 8643.0, 8614.0, 8628.0, 8616.0, 8614.0, 8639.0, 8626.0, 8618.0, 8627.0, 8611.0, 8630.0, 8615.0, 8636.0, 8608.0, 8611.0, 8603.0, 8588.0, 8605.0, 8606.0, 8620.0, 8606.0, 8569.0, 8604.0, 8569.0, 8644.0, 8577.0, 8591.0, 8624.0, 8618.0, 8680.0, 8646.0, 8631.0, 8651.0, 8638.0, 8606.0, 8672.0, 8640.0, 8646.0, 8603.0, 8586.0, 8631.0, 8589.0, 8641.0, 8603.0, 8626.0, 8613.0, 8599.0, 8645.0, 8617.0, 8640.0, 8602.0, 8608.0, 8666.0, 8606.0, 8627.0, 8587.0, 8647.0, 8620.0, 8662.0, 8633.0, 8651.0, 8643.0, 8627.0, 8636.0, 8621.0, 8647.0, 8604.0, 8599.0, 8635.0, 8635.0, 8668.0, 8634.0, 8639.0, 8630.0, 8639.0, 8643.0, 8623.0, 8603.0, 8555.0, 8633.0, 8591.0, 8608.0, 8593.0, 8629.0, 8585.0, 8631.0, 8629.0, 8644.0, 8605.0, 8599.0, 8554.0, 8580.0, 8605.0, 8622.0, 8657.0, 8656.0, 8666.0, 8715.0, 8667.0, 8618.0, 8672.0, 8654.0, 8648.0, 8682.0, 8646.0, 8605.0, 8627.0, 8642.0, 8627.0, 8596.0, 8578.0, 8577.0, 8597.0, 8576.0, 8583.0, 8591.0, 8607.0, 8600.0, 8565.0, 8598.0, 8643.0, 8667.0, 8656.0, 8653.0, 8636.0, 8613.0, 8660.0, 8611.0, 8652.0, 8606.0, 8590.0, 8575.0, 8563.0, 8638.0, 8611.0, 8636.0, 8596.0, 8631.0, 8613.0, 8583.0, 8607.0, 8612.0, 8638.0, 8622.0, 8627.0, 8615.0, 8613.0, 8638.0, 8608.0, 8633.0, 8607.0, 8647.0, 8619.0, 8613.0, 8601.0, 8554.0, 8599.0, 8594.0, 8624.0, 8609.0, 8612.0, 8589.0, 8580.0, 8667.0, 8629.0, 8625.0, 8705.0, 8632.0, 8620.0, 8581.0, 8660.0, 8649.0, 8661.0, 8667.0, 8637.0, 8664.0, 8653.0, 8611.0, 8636.0, 8682.0, 8676.0, 8672.0, 8655.0, 8605.0, 8653.0, 8621.0, 8610.0, 8607.0, 8609.0, 8630.0, 8591.0, 8541.0, 8619.0, 8574.0, 8631.0, 8605.0, 8636.0, 8609.0, 8630.0, 8625.0, 8636.0, 8595.0, 8565.0, 8577.0, 8592.0, 8651.0, 8613.0, 8653.0, 8612.0, 8632.0, 8609.0, 8620.0, 8604.0, 8576.0, 8634.0, 8610.0, 8670.0, 8594.0, 8662.0, 8614.0, 8576.0, 8663.0, 8621.0, 8683.0, 8625.0, 8681.0, 8622.0, 8573.0, 8645.0, 8599.0, 8674.0, 8615.0, 8672.0, 8617.0, 8636.0, 8624.0, 8621.0, 8615.0, 8598.0, 8626.0, 8604.0, 8652.0, 8611.0, 8670.0, 8631.0, 8637.0, 8606.0, 8544.0, 8617.0, 8556.0, 8604.0, 8593.0, 8634.0, 8594.0, 8633.0, 8614.0, 8647.0, 8592.0, 8616.0, 8660.0, 8599.0, 8588.0, 8681.0, 8670.0, 8660.0, 8688.0, 8637.0, 8654.0, 8634.0, 8583.0, 8691.0, 8653.0, 8621.0, 8663.0, 8603.0, 8623.0, 8676.0, 8672.0, 8595.0, 8644.0, 8627.0, 8655.0, 8616.0, 8614.0, 8618.0, 8619.0, 8657.0, 8631.0, 8628.0, 8651.0, 8622.0, 8671.0, 8647.0, 8705.0, 8647.0, 8634.0, 8616.0, 8605.0, 8675.0, 8623.0, 8679.0, 8611.0, 8615.0, 8681.0, 8616.0, 8691.0, 8614.0, 8654.0, 8613.0, 8667.0, 8612.0, 8647.0, 8608.0, 8643.0, 8614.0, 8597.0, 8618.0, 8608.0, 8655.0, 8618.0, 8653.0, 8640.0, 8599.0, 8677.0, 8613.0, 8638.0, 8590.0, 8600.0, 8667.0, 8636.0, 8641.0, 8610.0, 8622.0, 8675.0, 8617.0, 8629.0, 8672.0, 8618.0, 8597.0, 8647.0, 8633.0, 8680.0, 8630.0, 8606.0, 8639.0, 8615.0, 8637.0, 8612.0, 8580.0, 8623.0, 8612.0, 8622.0, 8660.0, 8610.0, 8637.0, 8648.0, 8626.0, 8671.0, 8632.0, 8643.0, 8663.0, 8608.0, 8657.0, 8697.0, 8646.0, 8690.0, 8632.0, 8666.0, 8599.0, 8635.0, 8573.0, 8615.0, 8585.0, 8578.0, 8553.0, 8525.0, 8565.0, 8543.0, 8613.0, 8566.0, 8628.0, 8602.0, 8571.0, 8610.0, 8564.0, 8616.0, 8564.0, 8620.0, 8598.0, 8583.0, 8595.0, 8553.0, 8590.0, 8596.0, 8556.0, 8676.0, 8637.0, 8597.0, 8628.0, 8591.0, 8609.0, 8650.0, 8621.0, 8625.0, 8619.0, 8671.0, 8619.0, 8586.0, 8620.0, 8584.0, 8630.0, 8601.0, 8651.0, 8617.0, 8598.0, 8615.0, 8667.0, 8646.0, 8690.0, 8643.0, 8645.0, 8643.0, 8689.0, 8657.0, 8629.0, 8615.0, 8582.0, 8642.0, 8580.0, 8640.0, 8616.0, 8585.0, 8598.0, 8564.0, 8629.0, 8602.0, 8656.0, 8587.0, 8643.0, 8603.0, 8643.0, 8618.0, 8614.0, 8621.0, 8591.0, 8646.0, 8628.0, 8673.0, 8642.0, 8634.0, 8707.0, 8642.0, 8614.0, 8648.0, 8693.0, 8636.0, 8646.0, 8584.0, 8658.0, 8623.0, 8665.0, 8639.0, 8591.0, 8630.0, 8582.0, 8653.0, 8581.0, 8639.0, 8570.0, 8580.0, 8615.0, 8582.0, 8664.0, 8642.0, 8610.0, 8666.0, 8595.0, 8679.0, 8593.0, 8658.0, 8575.0, 8639.0, 8599.0, 8667.0, 8600.0, 8564.0, 8580.0, 8564.0, 8639.0, 8582.0, 8658.0, 8575.0, 8608.0, 8582.0, 8601.0, 8661.0, 8613.0, 8618.0, 8671.0, 8593.0, 8678.0, 8571.0, 8686.0, 8608.0, 8684.0, 8655.0, 8579.0, 8564.0, 8623.0, 8621.0, 8657.0, 8704.0, 8638.0, 8615.0, 8700.0, 8659.0, 8671.0, 8727.0, 8663.0, 8683.0, 8615.0, 8589.0, 8673.0, 8583.0, 8672.0, 8614.0, 8554.0, 8635.0, 8574.0, 8671.0, 8605.0, 8560.0, 8650.0, 8611.0, 8699.0, 8632.0, 8619.0, 8591.0, 8581.0, 8700.0, 8670.0, 8606.0, 8702.0, 8649.0, 8716.0, 8641.0, 8638.0, 8613.0, 8536.0, 8634.0, 8596.0, 8660.0, 8575.0, 8647.0, 8609.0, 8590.0, 8731.0, 8616.0, 8668.0, 8574.0, 8673.0, 8642.0, 8658.0, 8665.0, 8608.0, 8672.0, 8603.0, 8668.0, 8657.0, 8666.0, 8640.0, 8555.0, 8621.0, 8555.0, 8662.0, 8554.0, 8651.0, 8569.0, 8635.0, 8597.0, 8618.0, 8595.0, 8592.0, 8640.0, 8590.0, 8627.0, 8570.0, 8678.0, 8622.0, 8597.0, 8701.0, 8626.0, 8606.0, 8625.0, 8663.0, 8627.0, 8718.0, 8674.0, 8628.0, 8651.0, 8662.0, 8618.0, 8695.0, 8686.0, 8691.0, 8681.0, 8669.0, 8655.0, 8582.0, 8616.0, 8561.0, 8644.0, 8575.0, 8643.0, 8620.0, 8565.0, 8632.0, 8579.0, 8645.0, 8610.0, 8589.0, 8650.0, 8587.0, 8667.0, 8612.0, 8634.0, 8608.0, 8580.0, 8633.0, 8589.0, 8669.0, 8630.0, 8593.0, 8665.0, 8596.0, 8719.0, 8670.0, 8634.0, 8688.0, 8602.0, 8671.0, 8621.0, 8590.0, 8675.0, 8586.0, 8711.0, 8650.0, 8582.0, 8677.0, 8583.0, 8692.0, 8614.0, 8631.0, 8628.0, 8580.0, 8663.0, 8588.0, 8697.0, 8586.0, 8677.0, 8571.0, 8680.0, 8598.0, 8683.0, 8612.0, 8606.0, 8592.0, 8591.0, 8610.0, 8590.0, 8632.0, 8552.0, 8639.0, 8557.0, 8667.0, 8579.0, 8665.0, 8606.0, 8656.0, 8593.0, 8632.0, 8632.0, 8604.0, 8708.0, 8641.0, 8632.0, 8724.0, 8665.0, 8632.0, 8641.0, 8672.0, 8681.0, 8637.0, 8724.0, 8713.0, 8708.0, 8755.0, 8672.0, 8687.0, 8684.0, 8605.0, 8708.0, 8647.0, 8570.0, 8638.0, 8585.0, 8684.0, 8630.0, 8574.0, 8627.0, 8588.0, 8668.0, 8604.0, 8671.0, 8632.0, 8601.0, 8642.0, 8621.0, 8672.0, 8631.0, 8626.0, 8717.0, 8645.0, 8705.0, 8670.0, 8600.0, 8687.0, 8618.0, 8717.0, 8688.0, 8656.0, 8653.0, 8596.0, 8694.0, 8630.0, 8692.0, 8637.0, 8601.0, 8642.0, 8602.0, 8693.0, 8646.0, 8738.0, 8696.0, 8631.0, 8635.0, 8683.0, 8665.0, 8687.0, 8705.0, 8640.0, 8597.0, 8721.0, 8682.0, 8707.0, 8718.0, 8659.0, 8579.0, 8689.0, 8636.0, 8687.0, 8662.0, 8605.0, 8658.0, 8608.0, 8669.0, 8618.0, 8572.0, 8610.0, 8587.0, 8639.0, 8645.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.003664598623853211</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07570872144495414</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.689572948702576</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1350043983926534</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9671198660390354</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4796</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5509.1616</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.17047160842288567</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>199</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>22.821100917431192</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9205208253271078</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.644809300579196</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.171286560754273</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.945466614647854</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00900646</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007559859659522772</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03655114397406578</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.8702199707475455</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>19.6357</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.3227</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.2603</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298331.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>634.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.5974</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8706</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.8069</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3019.0977</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3211.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78213.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1064.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4013.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.6633</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.60635014658328</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> |