=== 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-0103 --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-0103",
"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-0103_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0103_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0103/ses-04/func/sub-0103_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>2b77235b3586130b52d8276e7294777b</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>21:33:39.427500</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.999816, 0.00832887, 0.0172786, -0.00488608, 0.98168, -0.190473]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0823094</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>[4212, -7714, -7279, 223, -125, -265, -102, 103]</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>240.42</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>aaca0892-d288-46ed-a73f-4eccc89fec88||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.6824333667755127, -0.013108983635902405, 0.050080910325050354, 115.06657409667969], [-0.022345736622810364, 2.6337764263153076, -0.5139544010162354, -94.5119400024414], [0.04635722190141678, 0.5110250115394592, 2.6501588821411133, -116.87019348144531], [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': ['213339.427500', '213339.887500', '213340.347500', '213340.807500', '213341.267500', '213341.727500', '213342.187500', '213342.647500', '213343.107500', '213343.567500', '213344.027500', '213344.487500', '213344.947500', '213345.407500', '213345.867500', '213346.327500', '213346.787500', '213347.247500', '213347.707500', '213348.167500', '213348.627500', '213349.087500', '213349.547500', '213350.007500', '213350.467500', '213350.927500', '213351.387500', '213351.847500', '213352.307500', '213352.767500', '213353.227500', '213353.687500', '213354.147500', '213354.607500', '213355.067500', '213355.527500', '213355.987500', '213356.447500', '213356.907500', '213357.367500', '213357.827500', '213358.287500', '213358.747500', '213359.207500', '213359.667500', '213400.127500', '213400.587500', '213401.047500', '213401.507500', '213401.967500', '213402.427500', '213402.887500', '213403.347500', '213403.807500', '213404.267500', '213404.727500', '213405.187500', '213405.647500', '213406.107500', '213406.567500', '213407.027500', '213407.487500', '213407.947500', '213408.407500', '213408.867500', '213409.327500', '213409.787500', '213410.247500', '213410.707500', '213411.167500', '213411.627500', '213412.087500', '213412.547500', '213413.007500', '213413.467500', '213413.927500', '213414.387500', '213414.847500', '213415.307500', '213415.767500', '213416.227500', '213416.687500', '213417.147500', '213417.607500', '213418.067500', '213418.527500', '213418.987500', '213419.447500', '213419.907500', '213420.367500', '213420.827500', '213421.287500', '213421.747500', '213422.207500', '213422.667500', '213423.127500', '213423.587500', '213424.047500', '213424.507500', '213424.967500', '213425.427500', '213425.887500', '213426.347500', '213426.807500', '213427.267500', '213427.727500', '213428.187500', '213428.647500', '213429.107500', '213429.567500', '213430.027500', '213430.487500', '213430.947500', '213431.407500', '213431.867500', '213432.327500', '213432.787500', '213433.247500', '213433.707500', '213434.167500', '213434.627500', '213435.087500', '213435.547500', '213436.007500', '213436.467500', '213436.927500', '213437.387500', '213437.847500', '213438.307500', '213438.767500', '213439.227500', '213439.687500', '213440.147500', '213440.607500', '213441.067500', '213441.527500', '213441.987500', '213442.447500', '213442.907500', '213443.367500', '213443.827500', '213444.287500', '213444.747500', '213445.207500', '213445.667500', '213446.127500', '213446.587500', '213447.047500', '213447.507500', '213447.967500', '213448.427500', '213448.887500', '213449.347500', '213449.807500', '213450.267500', '213450.727500', '213451.187500', '213451.647500', '213452.107500', '213452.567500', '213453.027500', '213453.487500', '213453.947500', '213454.407500', '213454.867500', '213455.327500', '213455.787500', '213456.247500', '213456.707500', '213457.167500', '213457.627500', '213458.087500', '213458.547500', '213459.007500', '213459.467500', '213459.927500', '213500.387500', '213500.847500', '213501.307500', '213501.767500', '213502.227500', '213502.687500', '213503.147500', '213503.607500', '213504.067500', '213504.527500', '213504.987500', '213505.447500', '213505.907500', '213506.367500', '213506.827500', '213507.287500', '213507.747500', '213508.207500', '213508.667500', '213509.127500', '213509.587500', '213510.047500', '213510.507500', '213510.967500', '213511.427500', '213511.887500', '213512.347500', '213512.807500', '213513.267500', '213513.727500', '213514.187500', '213514.647500', '213515.107500', '213515.567500', '213516.027500', '213516.487500', '213516.947500', '213517.407500', '213517.867500', '213518.327500', '213518.787500', '213519.247500', '213519.707500', '213520.167500', '213520.627500', '213521.087500', '213521.547500', '213522.007500', '213522.467500', '213522.927500', '213523.387500', '213523.847500', '213524.307500', '213524.767500', '213525.227500', '213525.687500', '213526.147500', '213526.607500', '213527.067500', '213527.527500', '213527.987500', '213528.447500', '213528.907500', '213529.367500', '213529.827500', '213530.287500', '213530.747500', '213531.207500', '213531.667500', '213532.127500', '213532.587500', '213533.047500', '213533.507500', '213533.967500', '213534.427500', '213534.887500', '213535.347500', '213535.807500', '213536.267500', '213536.727500', '213537.187500', '213537.647500', '213538.107500', '213538.567500', '213539.027500', '213539.487500', '213539.947500', '213540.407500', '213540.867500', '213541.327500', '213541.787500', '213542.247500', '213542.707500', '213543.167500', '213543.627500', '213544.087500', '213544.547500', '213545.007500', '213545.467500', '213545.927500', '213546.387500', '213546.847500', '213547.307500', '213547.767500', '213548.227500', '213548.687500', '213549.147500', '213549.607500', '213550.067500', '213550.527500', '213550.987500', '213551.447500', '213551.907500', '213552.367500', '213552.827500', '213553.287500', '213553.747500', '213554.207500', '213554.667500', '213555.127500', '213555.587500', '213556.047500', '213556.507500', '213556.967500', '213557.427500', '213557.887500', '213558.347500', '213558.807500', '213559.267500', '213559.727500', '213600.187500', '213600.647500', '213601.107500', '213601.567500', '213602.027500', '213602.487500', '213602.947500', '213603.407500', '213603.867500', '213604.327500', '213604.787500', '213605.247500', '213605.707500', '213606.167500', '213606.627500', '213607.087500', '213607.547500', '213608.007500', '213608.467500', '213608.927500', '213609.387500', '213609.847500', '213610.307500', '213610.767500', '213611.227500', '213611.687500', '213612.147500', '213612.607500', '213613.067500', '213613.527500', '213613.987500', '213614.447500', '213614.907500', '213615.367500', '213615.827500', '213616.287500', '213616.747500', '213617.207500', '213617.667500', '213618.127500', '213618.587500', '213619.047500', '213619.507500', '213619.967500', '213620.427500', '213620.887500', '213621.347500', '213621.807500', '213622.267500', '213622.727500', '213623.187500', '213623.647500', '213624.107500', '213624.567500', '213625.027500', '213625.487500', '213625.947500', '213626.407500', '213626.867500', '213627.327500', '213627.787500', '213628.247500', '213628.707500', '213629.167500', '213629.627500', '213630.087500', '213630.547500', '213631.007500', '213631.467500', '213631.927500', '213632.387500', '213632.847500', '213633.307500', '213633.767500', '213634.227500', '213634.687500', '213635.147500', '213635.607500', '213636.067500', '213636.527500', '213636.987500', '213637.447500', '213637.907500', '213638.367500', '213638.827500', '213639.287500', '213639.747500', '213640.207500', '213640.667500', '213641.127500', '213641.587500', '213642.047500', '213642.507500', '213642.967500', '213643.427500', '213643.887500', '213644.347500', '213644.807500', '213645.267500', '213645.727500', '213646.187500', '213646.647500', '213647.107500', '213647.567500', '213648.027500', '213648.487500', '213648.947500', '213649.407500', '213649.867500', '213650.327500', '213650.787500', '213651.247500', '213651.707500', '213652.167500', '213652.627500', '213653.087500', '213653.547500', '213654.007500', '213654.467500', '213654.927500', '213655.387500', '213655.847500', '213656.307500', '213656.767500', '213657.227500', '213657.687500', '213658.147500', '213658.607500', '213659.067500', '213659.527500', '213659.987500', '213700.447500', '213700.907500', '213701.367500', '213701.827500', '213702.287500', '213702.747500', '213703.207500', '213703.667500', '213704.127500', '213704.587500', '213705.047500', '213705.507500', '213705.967500', '213706.427500', '213706.887500', '213707.347500', '213707.807500', '213708.267500', '213708.727500', '213709.187500', '213709.647500', '213710.107500', '213710.567500', '213711.027500', '213711.487500', '213711.947500', '213712.407500', '213712.867500', '213713.327500', '213713.787500', '213714.247500', '213714.707500', '213715.167500', '213715.627500', '213716.087500', '213716.547500', '213717.007500', '213717.467500', '213717.927500', '213718.387500', '213718.847500', '213719.307500', '213719.767500', '213720.227500', '213720.687500', '213721.147500', '213721.607500', '213722.067500', '213722.527500', '213722.987500', '213723.447500', '213723.907500', '213724.367500', '213724.827500', '213725.287500', '213725.747500', '213726.207500', '213726.667500', '213727.127500', '213727.587500', '213728.047500', '213728.507500', '213728.967500', '213729.427500', '213729.887500', '213730.347500', '213730.807500', '213731.267500', '213731.727500', '213732.187500', '213732.647500', '213733.107500', '213733.567500', '213734.027500', '213734.487500', '213734.947500', '213735.407500', '213735.867500', '213736.327500', '213736.787500', '213737.247500', '213737.707500', '213738.167500', '213738.627500', '213739.087500', '213739.547500', '213740.007500', '213740.467500', '213740.927500', '213741.387500', '213741.847500', '213742.307500', '213742.767500', '213743.227500', '213743.687500', '213744.147500', '213744.607500', '213745.067500', '213745.527500', '213745.987500', '213746.447500', '213746.907500', '213747.367500', '213747.827500', '213748.287500', '213748.747500', '213749.207500', '213749.667500', '213750.127500', '213750.587500', '213751.047500', '213751.507500', '213751.967500', '213752.427500', '213752.887500', '213753.347500', '213753.807500', '213754.267500', '213754.727500', '213755.187500', '213755.647500', '213756.107500', '213756.567500', '213757.027500', '213757.487500', '213757.947500', '213758.407500', '213758.867500', '213759.327500', '213759.787500', '213800.247500', '213800.707500', '213801.167500', '213801.627500', '213802.087500', '213802.547500', '213803.007500', '213803.467500', '213803.927500', '213804.387500', '213804.847500', '213805.307500', '213805.767500', '213806.227500', '213806.687500', '213807.147500', '213807.607500', '213808.067500', '213808.527500', '213808.987500', '213809.447500', '213809.907500', '213810.367500', '213810.827500', '213811.287500', '213811.747500', '213812.207500', '213812.667500', '213813.127500', '213813.587500', '213814.047500', '213814.507500', '213814.967500', '213815.427500', '213815.887500', '213816.347500', '213816.807500', '213817.267500', '213817.727500', '213818.187500', '213818.647500', '213819.107500', '213819.567500', '213820.027500', '213820.487500', '213820.947500', '213821.407500', '213821.867500', '213822.327500', '213822.787500', '213823.247500', '213823.707500', '213824.167500', '213824.627500', '213825.087500', '213825.547500', '213826.007500', '213826.467500', '213826.927500', '213827.387500', '213827.847500', '213828.307500', '213828.767500', '213829.227500', '213829.687500', '213830.147500', '213830.607500', '213831.067500', '213831.527500', '213831.987500', '213832.447500', '213832.907500', '213833.367500', '213833.827500', '213834.287500', '213834.747500', '213835.207500', '213835.667500', '213836.127500', '213836.587500', '213837.047500', '213837.507500', '213837.967500', '213838.427500', '213838.887500', '213839.347500', '213839.807500', '213840.267500', '213840.727500', '213841.187500', '213841.647500', '213842.107500', '213842.567500', '213843.027500', '213843.487500', '213843.947500', '213844.407500', '213844.867500', '213845.327500', '213845.787500', '213846.247500', '213846.707500', '213847.167500', '213847.627500', '213848.087500', '213848.547500', '213849.007500', '213849.467500', '213849.927500', '213850.387500', '213850.847500', '213851.307500', '213851.767500', '213852.227500', '213852.687500', '213853.147500', '213853.607500', '213854.067500', '213854.527500', '213854.987500', '213855.447500', '213855.907500', '213856.367500', '213856.827500', '213857.287500', '213857.747500', '213858.207500', '213858.667500', '213859.127500', '213859.587500', '213900.047500', '213900.507500', '213900.967500', '213901.427500', '213901.887500', '213902.347500', '213902.807500', '213903.267500', '213903.727500', '213904.187500', '213904.647500', '213905.107500', '213905.567500', '213906.027500', '213906.487500', '213906.947500', '213907.407500', '213907.867500', '213908.327500', '213908.787500', '213909.247500', '213909.707500', '213910.167500', '213910.627500', '213911.087500', '213911.547500', '213912.007500', '213912.467500', '213912.927500', '213913.387500', '213913.847500', '213914.307500', '213914.767500', '213915.227500', '213915.687500', '213916.147500', '213916.607500', '213917.067500', '213917.527500', '213917.987500', '213918.447500', '213918.907500', '213919.367500', '213919.827500', '213920.287500', '213920.747500', '213921.207500', '213921.667500', '213922.127500', '213922.587500', '213923.047500', '213923.507500', '213923.967500', '213924.427500', '213924.887500', '213925.347500', '213925.807500', '213926.267500', '213926.727500', '213927.187500', '213927.647500', '213928.107500', '213928.567500', '213929.027500', '213929.487500', '213929.947500', '213930.407500', '213930.867500', '213931.327500', '213931.787500', '213932.247500', '213932.707500', '213933.167500', '213933.627500', '213934.087500', '213934.547500', '213935.007500', '213935.467500', '213935.927500', '213936.387500', '213936.847500', '213937.307500', '213937.767500', '213938.227500', '213938.687500', '213939.147500', '213939.607500', '213940.067500', '213940.527500', '213940.987500', '213941.447500', '213941.907500', '213942.367500', '213942.827500', '213943.287500', '213943.747500', '213944.207500', '213944.667500', '213945.127500', '213945.587500', '213946.047500', '213946.507500', '213946.967500', '213947.427500', '213947.887500', '213948.347500', '213948.807500', '213949.267500', '213949.727500', '213950.187500', '213950.647500', '213951.107500', '213951.567500', '213952.027500', '213952.487500', '213952.947500', '213953.407500', '213953.867500', '213954.327500', '213954.787500', '213955.247500', '213955.707500', '213956.167500', '213956.627500', '213957.087500', '213957.547500', '213958.007500', '213958.467500', '213958.927500', '213959.387500', '213959.847500', '214000.307500', '214000.767500', '214001.227500', '214001.687500', '214002.147500', '214002.607500', '214003.067500', '214003.527500', '214003.987500', '214004.447500', '214004.907500', '214005.367500', '214005.827500', '214006.287500', '214006.747500', '214007.207500', '214007.667500', '214008.127500', '214008.587500', '214009.047500', '214009.507500', '214009.967500', '214010.427500', '214010.887500', '214011.347500', '214011.807500', '214012.267500', '214012.727500', '214013.187500', '214013.647500', '214014.107500', '214014.567500', '214015.027500', '214015.487500', '214015.947500', '214016.407500', '214016.867500', '214017.327500', '214017.787500', '214018.247500', '214018.707500', '214019.167500', '214019.627500', '214020.087500'], 'ContentTime': ['213351.829000', '213351.832000', '213351.835000', '213351.837000', '213351.840000', '213351.843000', '213351.845000', '213351.848000', '213351.857000', '213351.859000', '213351.863000', '213351.866000', '213351.868000', '213351.871000', '213351.873000', '213351.876000', '213351.879000', '213351.887000', '213351.890000', '213351.892000', '213351.895000', '213351.898000', '213351.900000', '213351.903000', '213351.905000', '213411.797000', '213411.800000', '213411.803000', '213411.805000', '213411.808000', '213411.811000', '213411.813000', '213411.816000', '213411.818000', '213411.821000', '213411.823000', '213411.826000', '213411.829000', '213411.831000', '213411.834000', '213411.836000', '213411.839000', '213411.842000', '213411.844000', '213411.847000', '213411.849000', '213411.852000', '213411.854000', '213411.857000', '213411.859000', '213411.862000', '213411.865000', '213411.867000', '213411.870000', '213411.872000', '213411.875000', '213411.878000', '213411.880000', '213411.883000', '213411.886000', '213411.888000', '213411.891000', '213411.893000', '213411.904000', '213411.907000', '213411.910000', '213411.912000', '213411.915000', '213411.917000', '213431.798000', '213431.801000', '213431.803000', '213431.806000', '213431.808000', '213431.811000', '213431.813000', '213431.816000', '213431.818000', '213431.821000', '213431.824000', '213431.826000', '213431.829000', '213431.831000', '213431.834000', '213431.837000', '213431.839000', '213431.842000', '213431.845000', '213431.847000', '213431.850000', '213431.852000', '213431.855000', '213431.857000', '213431.860000', '213431.863000', '213431.865000', '213431.868000', '213431.870000', '213431.873000', '213431.875000', '213431.878000', '213431.885000', '213431.887000', '213431.890000', '213431.892000', '213431.895000', '213431.898000', '213431.900000', '213431.903000', '213431.905000', '213431.908000', '213431.910000', '213451.799000', '213451.801000', '213451.804000', '213451.807000', '213451.809000', '213451.812000', '213451.814000', '213451.817000', '213451.819000', '213451.822000', '213451.825000', '213451.827000', '213451.830000', '213451.832000', '213451.843000', '213451.846000', '213451.849000', '213451.851000', '213451.854000', '213451.856000', '213451.859000', '213451.861000', '213451.873000', '213451.876000', '213451.878000', '213451.881000', '213451.883000', '213451.886000', '213451.889000', '213451.891000', '213451.894000', '213451.897000', '213451.899000', '213451.902000', '213451.904000', '213451.907000', '213451.909000', '213451.912000', '213451.915000', '213451.917000', '213451.920000', '213451.922000', '213451.925000', '213451.928000', '213511.799000', '213511.801000', '213511.804000', '213511.807000', '213511.809000', '213511.812000', '213511.814000', '213511.817000', '213511.819000', '213511.822000', '213511.825000', '213511.827000', '213511.830000', '213511.832000', '213511.835000', '213511.838000', '213511.840000', '213511.843000', '213511.845000', '213511.848000', '213511.850000', '213511.853000', '213511.855000', '213511.858000', '213511.861000', '213511.863000', '213511.866000', '213511.869000', '213511.872000', '213511.875000', '213511.878000', '213511.880000', '213511.883000', '213511.885000', '213511.888000', '213511.890000', '213511.893000', '213511.896000', '213511.898000', '213511.901000', '213511.905000', '213511.908000', '213511.910000', '213531.798000', '213531.801000', '213531.804000', '213531.806000', '213531.809000', '213531.812000', '213531.814000', '213531.817000', '213531.819000', '213531.822000', '213531.824000', '213531.827000', '213531.829000', '213531.832000', '213531.835000', '213531.837000', '213531.840000', '213531.842000', '213531.845000', '213531.847000', '213531.850000', '213531.853000', '213531.855000', '213531.858000', '213531.860000', '213531.863000', '213531.865000', '213531.868000', '213531.871000', '213531.873000', '213531.876000', '213531.878000', '213531.881000', '213531.884000', '213531.886000', '213531.889000', '213531.891000', '213531.894000', '213531.896000', '213531.899000', '213531.901000', '213531.904000', '213531.907000', '213531.909000', '213551.798000', '213551.800000', '213551.803000', '213551.806000', '213551.808000', '213551.811000', '213551.813000', '213551.816000', '213551.819000', '213551.821000', '213551.824000', '213551.826000', '213551.829000', '213551.832000', '213551.834000', '213551.837000', '213551.840000', '213551.842000', '213551.845000', '213551.847000', '213551.850000', '213551.853000', '213551.855000', '213551.858000', '213551.860000', '213551.863000', '213551.865000', '213551.868000', '213551.871000', '213551.873000', '213551.876000', '213551.878000', '213551.882000', '213551.885000', '213551.888000', '213551.890000', '213551.893000', '213551.896000', '213551.898000', '213551.901000', '213551.903000', '213551.906000', '213551.909000', '213611.798000', '213611.801000', '213611.803000', '213611.806000', '213611.808000', '213611.811000', '213611.813000', '213611.816000', '213611.819000', '213611.821000', '213611.824000', '213611.826000', '213611.829000', '213611.832000', '213611.834000', '213611.837000', '213611.839000', '213611.842000', '213611.844000', '213611.847000', '213611.850000', '213611.852000', '213611.855000', '213611.857000', '213611.860000', '213611.863000', '213611.865000', '213611.868000', '213611.871000', '213611.873000', '213611.876000', '213611.878000', '213611.881000', '213611.884000', '213611.886000', '213611.889000', '213611.891000', '213611.894000', '213611.897000', '213611.899000', '213611.902000', '213611.905000', '213611.907000', '213611.910000', '213631.798000', '213631.800000', '213631.803000', '213631.806000', '213631.808000', '213631.811000', '213631.813000', '213631.816000', '213631.818000', '213631.828000', '213631.831000', '213631.834000', '213631.836000', '213631.839000', '213631.841000', '213631.844000', '213631.846000', '213631.849000', '213631.852000', '213631.854000', '213631.857000', '213631.859000', '213631.862000', '213631.865000', '213631.867000', '213631.870000', '213631.872000', '213631.875000', '213631.878000', '213631.880000', '213631.883000', '213631.885000', '213631.888000', '213631.891000', '213631.893000', '213631.896000', '213631.899000', '213631.902000', '213631.905000', '213631.907000', '213631.910000', '213631.913000', '213631.915000', '213651.797000', '213651.800000', '213651.803000', '213651.805000', '213651.808000', '213651.811000', '213651.813000', '213651.816000', '213651.818000', '213651.821000', '213651.824000', '213651.826000', '213651.829000', '213651.832000', '213651.834000', '213651.837000', '213651.839000', '213651.842000', '213651.844000', '213651.847000', '213651.850000', '213651.852000', '213651.855000', '213651.857000', '213651.860000', '213651.863000', '213651.865000', '213651.868000', '213651.870000', '213651.873000', '213651.875000', '213651.878000', '213651.881000', '213651.883000', '213651.886000', '213651.888000', '213651.891000', '213651.894000', '213651.896000', '213651.899000', '213651.901000', '213651.904000', '213651.907000', '213651.909000', '213711.798000', '213711.801000', '213711.804000', '213711.807000', '213711.809000', '213711.812000', '213711.814000', '213711.817000', '213711.819000', '213711.822000', '213711.825000', '213711.827000', '213711.830000', '213711.832000', '213711.835000', '213711.838000', '213711.840000', '213711.843000', '213711.845000', '213711.848000', '213711.851000', '213711.853000', '213711.856000', '213711.859000', '213711.861000', '213711.864000', '213711.866000', '213711.869000', '213711.872000', '213711.874000', '213711.877000', '213711.879000', '213711.882000', '213711.885000', '213711.887000', '213711.890000', '213711.893000', '213711.895000', '213711.898000', '213711.901000', '213711.903000', '213711.906000', '213711.908000', '213731.798000', '213731.801000', '213731.804000', '213731.807000', '213731.809000', '213731.812000', '213731.814000', '213731.817000', '213731.819000', '213731.822000', '213731.825000', '213731.827000', '213731.830000', '213731.832000', '213731.835000', '213731.837000', '213731.840000', '213731.843000', '213731.845000', '213731.848000', '213731.850000', '213731.853000', '213731.856000', '213731.858000', '213731.861000', '213731.863000', '213731.866000', '213731.868000', '213731.871000', '213731.874000', '213731.876000', '213731.879000', '213731.881000', '213731.884000', '213731.886000', '213731.889000', '213731.892000', '213731.894000', '213731.897000', '213731.900000', '213731.902000', '213731.905000', '213731.907000', '213731.910000', '213751.799000', '213751.801000', '213751.804000', '213751.807000', '213751.809000', '213751.812000', '213751.815000', '213751.817000', '213751.820000', '213751.822000', '213751.825000', '213751.828000', '213751.830000', '213751.833000', '213751.835000', '213751.838000', '213751.840000', '213751.843000', '213751.846000', '213751.848000', '213751.851000', '213751.854000', '213751.856000', '213751.859000', '213751.861000', '213751.864000', '213751.866000', '213751.869000', '213751.872000', '213751.874000', '213751.877000', '213751.879000', '213751.882000', '213751.885000', '213751.901000', '213751.904000', '213751.906000', '213751.909000', '213751.911000', '213751.914000', '213751.917000', '213751.919000', '213751.922000', '213811.797000', '213811.800000', '213811.803000', '213811.805000', '213811.808000', '213811.811000', '213811.813000', '213811.816000', '213811.819000', '213811.821000', '213811.824000', '213811.826000', '213811.829000', '213811.832000', '213811.834000', '213811.837000', '213811.839000', '213811.842000', '213811.844000', '213811.847000', '213811.850000', '213811.852000', '213811.855000', '213811.858000', '213811.860000', '213811.863000', '213811.865000', '213811.868000', '213811.871000', '213811.873000', '213811.876000', '213811.878000', '213811.881000', '213811.884000', '213811.886000', '213811.889000', '213811.892000', '213811.894000', '213811.897000', '213811.899000', '213811.902000', '213811.905000', '213811.907000', '213811.910000', '213831.798000', '213831.800000', '213831.803000', '213831.806000', '213831.808000', '213831.811000', '213831.814000', '213831.816000', '213831.819000', '213831.821000', '213831.824000', '213831.827000', '213831.829000', '213831.832000', '213831.834000', '213831.837000', '213831.840000', '213831.842000', '213831.845000', '213831.847000', '213831.850000', '213831.853000', '213831.855000', '213831.858000', '213831.860000', '213831.863000', '213831.866000', '213831.868000', '213831.871000', '213831.873000', '213831.876000', '213831.879000', '213831.881000', '213831.884000', '213831.887000', '213831.889000', '213831.892000', '213831.894000', '213831.897000', '213831.900000', '213831.902000', '213831.905000', '213831.907000', '213851.797000', '213851.800000', '213851.803000', '213851.805000', '213851.808000', '213851.811000', '213851.813000', '213851.816000', '213851.819000', '213851.821000', '213851.824000', '213851.826000', '213851.829000', '213851.832000', '213851.834000', '213851.837000', '213851.839000', '213851.842000', '213851.845000', '213851.847000', '213851.850000', '213851.852000', '213851.855000', '213851.858000', '213851.860000', '213851.863000', '213851.865000', '213851.868000', '213851.871000', '213851.873000', '213851.876000', '213851.878000', '213851.881000', '213851.884000', '213851.886000', '213851.889000', '213851.891000', '213851.894000', '213851.897000', '213851.899000', '213851.902000', '213851.904000', '213851.907000', '213851.910000', '213911.798000', '213911.800000', '213911.803000', '213911.806000', '213911.808000', '213911.811000', '213911.813000', '213911.816000', '213911.819000', '213911.821000', '213911.824000', '213911.826000', '213911.829000', '213911.861000', '213911.864000', '213911.867000', '213911.869000', '213911.872000', '213911.874000', '213911.877000', '213911.880000', '213911.882000', '213911.885000', '213911.887000', '213911.890000', '213911.893000', '213911.895000', '213911.898000', '213911.901000', '213911.903000', '213911.906000', '213911.909000', '213911.911000', '213911.914000', '213911.916000', '213911.919000', '213911.921000', '213911.924000', '213911.927000', '213911.929000', '213911.932000', '213911.934000', '213911.937000', '213931.798000', '213931.801000', '213931.822000', '213931.825000', '213931.827000', '213931.830000', '213931.833000', '213931.835000', '213931.838000', '213931.840000', '213931.845000', '213931.847000', '213931.850000', '213931.852000', '213931.855000', '213931.858000', '213931.860000', '213931.863000', '213931.866000', '213931.868000', '213931.871000', '213931.873000', '213931.876000', '213931.878000', '213931.881000', '213931.884000', '213931.886000', '213931.889000', '213931.891000', '213931.894000', '213931.897000', '213931.899000', '213931.902000', '213931.905000', '213931.907000', '213931.910000', '213931.912000', '213931.915000', '213931.917000', '213931.920000', '213931.923000', '213931.925000', '213931.928000', '213931.930000', '213951.798000', '213951.801000', '213951.804000', '213951.806000', '213951.809000', '213951.812000', '213951.814000', '213951.817000', '213951.820000', '213951.822000', '213951.825000', '213951.827000', '213951.830000', '213951.833000', '213951.835000', '213951.838000', '213951.840000', '213951.843000', '213951.846000', '213951.848000', '213951.851000', '213951.853000', '213951.856000', '213951.858000', '213951.861000', '213951.864000', '213951.866000', '213951.869000', '213951.871000', '213951.874000', '213951.877000', '213951.879000', '213951.882000', '213951.885000', '213951.887000', '213951.890000', '213951.892000', '213951.895000', '213951.898000', '213951.900000', '213951.903000', '213951.905000', '213951.908000', '214011.799000', '214011.801000', '214011.804000', '214011.806000', '214011.809000', '214011.812000', '214011.814000', '214011.817000', '214011.819000', '214011.823000', '214011.826000', '214011.828000', '214011.831000', '214011.834000', '214011.836000', '214011.839000', '214011.842000', '214011.844000', '214011.847000', '214011.849000', '214011.852000', '214011.855000', '214011.857000', '214011.860000', '214011.862000', '214011.865000', '214011.867000', '214011.870000', '214011.873000', '214011.875000', '214011.878000', '214011.881000', '214011.883000', '214011.886000', '214011.888000', '214011.891000', '214011.894000', '214011.896000', '214011.899000', '214011.901000', '214011.904000', '214011.906000', '214011.909000', '214011.912000', '214020.963000', '214020.966000', '214020.968000', '214020.971000', '214020.974000', '214020.976000', '214020.979000', '214020.981000', '214020.984000', '214020.986000', '214020.989000', '214020.992000', '214020.995000', '214020.997000', '214021.001000', '214021.004000', '214021.007000', '214021.010000', '214021.012000', '214021.015000'], 'InstanceCreationTime': ['213351.829000', '213351.832000', '213351.835000', '213351.837000', '213351.840000', '213351.843000', '213351.845000', '213351.848000', '213351.857000', '213351.859000', '213351.863000', '213351.866000', '213351.868000', '213351.871000', '213351.873000', '213351.876000', '213351.879000', '213351.887000', '213351.890000', '213351.892000', '213351.895000', '213351.898000', '213351.900000', '213351.903000', '213351.905000', '213411.797000', '213411.800000', '213411.803000', '213411.805000', '213411.808000', '213411.811000', '213411.813000', '213411.816000', '213411.818000', '213411.821000', '213411.823000', '213411.826000', '213411.829000', '213411.831000', '213411.834000', '213411.836000', '213411.839000', '213411.842000', '213411.844000', '213411.847000', '213411.849000', '213411.852000', '213411.854000', '213411.857000', '213411.859000', '213411.862000', '213411.865000', '213411.867000', '213411.870000', '213411.872000', '213411.875000', '213411.878000', '213411.880000', '213411.883000', '213411.886000', '213411.888000', '213411.891000', '213411.893000', '213411.904000', '213411.907000', '213411.910000', '213411.912000', '213411.915000', '213411.917000', '213431.798000', '213431.801000', '213431.803000', '213431.806000', '213431.808000', '213431.811000', '213431.813000', '213431.816000', '213431.818000', '213431.821000', '213431.824000', '213431.826000', '213431.829000', '213431.831000', '213431.834000', '213431.837000', '213431.839000', '213431.842000', '213431.845000', '213431.847000', '213431.850000', '213431.852000', '213431.855000', '213431.857000', '213431.860000', '213431.863000', '213431.865000', '213431.868000', '213431.870000', '213431.873000', '213431.875000', '213431.878000', '213431.885000', '213431.887000', '213431.890000', '213431.892000', '213431.895000', '213431.898000', '213431.900000', '213431.903000', '213431.905000', '213431.908000', '213431.910000', '213451.799000', '213451.801000', '213451.804000', '213451.807000', '213451.809000', '213451.812000', '213451.814000', '213451.817000', '213451.819000', '213451.822000', '213451.825000', '213451.827000', '213451.830000', '213451.832000', '213451.843000', '213451.846000', '213451.849000', '213451.851000', '213451.854000', '213451.856000', '213451.859000', '213451.861000', '213451.873000', '213451.876000', '213451.878000', '213451.881000', '213451.883000', '213451.886000', '213451.889000', '213451.891000', '213451.894000', '213451.897000', '213451.899000', '213451.902000', '213451.904000', '213451.907000', '213451.909000', '213451.912000', '213451.915000', '213451.917000', '213451.920000', '213451.922000', '213451.925000', '213451.928000', '213511.799000', '213511.801000', '213511.804000', '213511.807000', '213511.809000', '213511.812000', '213511.814000', '213511.817000', '213511.819000', '213511.822000', '213511.825000', '213511.827000', '213511.830000', '213511.832000', '213511.835000', '213511.838000', '213511.840000', '213511.843000', '213511.845000', '213511.848000', '213511.850000', '213511.853000', '213511.855000', '213511.858000', '213511.861000', '213511.863000', '213511.866000', '213511.869000', '213511.872000', '213511.875000', '213511.878000', '213511.880000', '213511.883000', '213511.885000', '213511.888000', '213511.890000', '213511.893000', '213511.896000', '213511.898000', '213511.901000', '213511.905000', '213511.908000', '213511.910000', '213531.798000', '213531.801000', '213531.804000', '213531.806000', '213531.809000', '213531.812000', '213531.814000', '213531.817000', '213531.819000', '213531.822000', '213531.824000', '213531.827000', '213531.829000', '213531.832000', '213531.835000', '213531.837000', '213531.840000', '213531.842000', '213531.845000', '213531.847000', '213531.850000', '213531.853000', '213531.855000', '213531.858000', '213531.860000', '213531.863000', '213531.865000', '213531.868000', '213531.871000', '213531.873000', '213531.876000', '213531.878000', '213531.881000', '213531.884000', '213531.886000', '213531.889000', '213531.891000', '213531.894000', '213531.896000', '213531.899000', '213531.901000', '213531.904000', '213531.907000', '213531.909000', '213551.798000', '213551.800000', '213551.803000', '213551.806000', '213551.808000', '213551.811000', '213551.813000', '213551.816000', '213551.819000', '213551.821000', '213551.824000', '213551.826000', '213551.829000', '213551.832000', '213551.834000', '213551.837000', '213551.840000', '213551.842000', '213551.845000', '213551.847000', '213551.850000', '213551.853000', '213551.855000', '213551.858000', '213551.860000', '213551.863000', '213551.865000', '213551.868000', '213551.871000', '213551.873000', '213551.876000', '213551.878000', '213551.882000', '213551.885000', '213551.888000', '213551.890000', '213551.893000', '213551.896000', '213551.898000', '213551.901000', '213551.903000', '213551.906000', '213551.909000', '213611.798000', '213611.801000', '213611.803000', '213611.806000', '213611.808000', '213611.811000', '213611.813000', '213611.816000', '213611.819000', '213611.821000', '213611.824000', '213611.826000', '213611.829000', '213611.832000', '213611.834000', '213611.837000', '213611.839000', '213611.842000', '213611.844000', '213611.847000', '213611.850000', '213611.852000', '213611.855000', '213611.857000', '213611.860000', '213611.863000', '213611.865000', '213611.868000', '213611.871000', '213611.873000', '213611.876000', '213611.878000', '213611.881000', '213611.884000', '213611.886000', '213611.889000', '213611.891000', '213611.894000', '213611.897000', '213611.899000', '213611.902000', '213611.905000', '213611.907000', '213611.910000', '213631.798000', '213631.800000', '213631.803000', '213631.806000', '213631.808000', '213631.811000', '213631.813000', '213631.816000', '213631.818000', '213631.828000', '213631.831000', '213631.834000', '213631.836000', '213631.839000', '213631.841000', '213631.844000', '213631.846000', '213631.849000', '213631.852000', '213631.854000', '213631.857000', '213631.859000', '213631.862000', '213631.865000', '213631.867000', '213631.870000', '213631.872000', '213631.875000', '213631.878000', '213631.880000', '213631.883000', '213631.885000', '213631.888000', '213631.891000', '213631.893000', '213631.896000', '213631.899000', '213631.902000', '213631.905000', '213631.907000', '213631.910000', '213631.913000', '213631.915000', '213651.797000', '213651.800000', '213651.803000', '213651.805000', '213651.808000', '213651.811000', '213651.813000', '213651.816000', '213651.818000', '213651.821000', '213651.824000', '213651.826000', '213651.829000', '213651.832000', '213651.834000', '213651.837000', '213651.839000', '213651.842000', '213651.844000', '213651.847000', '213651.850000', '213651.852000', '213651.855000', '213651.857000', '213651.860000', '213651.863000', '213651.865000', '213651.868000', '213651.870000', '213651.873000', '213651.875000', '213651.878000', '213651.881000', '213651.883000', '213651.886000', '213651.888000', '213651.891000', '213651.894000', '213651.896000', '213651.899000', '213651.901000', '213651.904000', '213651.907000', '213651.909000', '213711.798000', '213711.801000', '213711.804000', '213711.807000', '213711.809000', '213711.812000', '213711.814000', '213711.817000', '213711.819000', '213711.822000', '213711.825000', '213711.827000', '213711.830000', '213711.832000', '213711.835000', '213711.838000', '213711.840000', '213711.843000', '213711.845000', '213711.848000', '213711.851000', '213711.853000', '213711.856000', '213711.859000', '213711.861000', '213711.864000', '213711.866000', '213711.869000', '213711.872000', '213711.874000', '213711.877000', '213711.879000', '213711.882000', '213711.885000', '213711.887000', '213711.890000', '213711.893000', '213711.895000', '213711.898000', '213711.901000', '213711.903000', '213711.906000', '213711.908000', '213731.798000', '213731.801000', '213731.804000', '213731.807000', '213731.809000', '213731.812000', '213731.814000', '213731.817000', '213731.819000', '213731.822000', '213731.825000', '213731.827000', '213731.830000', '213731.832000', '213731.835000', '213731.837000', '213731.840000', '213731.843000', '213731.845000', '213731.848000', '213731.850000', '213731.853000', '213731.856000', '213731.858000', '213731.861000', '213731.863000', '213731.866000', '213731.868000', '213731.871000', '213731.874000', '213731.876000', '213731.879000', '213731.881000', '213731.884000', '213731.886000', '213731.889000', '213731.892000', '213731.894000', '213731.897000', '213731.900000', '213731.902000', '213731.905000', '213731.907000', '213731.910000', '213751.799000', '213751.801000', '213751.804000', '213751.807000', '213751.809000', '213751.812000', '213751.815000', '213751.817000', '213751.820000', '213751.822000', '213751.825000', '213751.828000', '213751.830000', '213751.833000', '213751.835000', '213751.838000', '213751.840000', '213751.843000', '213751.846000', '213751.848000', '213751.851000', '213751.854000', '213751.856000', '213751.859000', '213751.861000', '213751.864000', '213751.866000', '213751.869000', '213751.872000', '213751.874000', '213751.877000', '213751.879000', '213751.882000', '213751.885000', '213751.901000', '213751.904000', '213751.906000', '213751.909000', '213751.911000', '213751.914000', '213751.917000', '213751.919000', '213751.922000', '213811.797000', '213811.800000', '213811.803000', '213811.805000', '213811.808000', '213811.811000', '213811.813000', '213811.816000', '213811.819000', '213811.821000', '213811.824000', '213811.826000', '213811.829000', '213811.832000', '213811.834000', '213811.837000', '213811.839000', '213811.842000', '213811.844000', '213811.847000', '213811.850000', '213811.852000', '213811.855000', '213811.858000', '213811.860000', '213811.863000', '213811.865000', '213811.868000', '213811.871000', '213811.873000', '213811.876000', '213811.878000', '213811.881000', '213811.884000', '213811.886000', '213811.889000', '213811.892000', '213811.894000', '213811.897000', '213811.899000', '213811.902000', '213811.905000', '213811.907000', '213811.910000', '213831.798000', '213831.800000', '213831.803000', '213831.806000', '213831.808000', '213831.811000', '213831.814000', '213831.816000', '213831.819000', '213831.821000', '213831.824000', '213831.827000', '213831.829000', '213831.832000', '213831.834000', '213831.837000', '213831.840000', '213831.842000', '213831.845000', '213831.847000', '213831.850000', '213831.853000', '213831.855000', '213831.858000', '213831.860000', '213831.863000', '213831.866000', '213831.868000', '213831.871000', '213831.873000', '213831.876000', '213831.879000', '213831.881000', '213831.884000', '213831.887000', '213831.889000', '213831.892000', '213831.894000', '213831.897000', '213831.900000', '213831.902000', '213831.905000', '213831.907000', '213851.797000', '213851.800000', '213851.803000', '213851.805000', '213851.808000', '213851.811000', '213851.813000', '213851.816000', '213851.819000', '213851.821000', '213851.824000', '213851.826000', '213851.829000', '213851.832000', '213851.834000', '213851.837000', '213851.839000', '213851.842000', '213851.845000', '213851.847000', '213851.850000', '213851.852000', '213851.855000', '213851.858000', '213851.860000', '213851.863000', '213851.865000', '213851.868000', '213851.871000', '213851.873000', '213851.876000', '213851.878000', '213851.881000', '213851.884000', '213851.886000', '213851.889000', '213851.891000', '213851.894000', '213851.897000', '213851.899000', '213851.902000', '213851.904000', '213851.907000', '213851.910000', '213911.798000', '213911.800000', '213911.803000', '213911.806000', '213911.808000', '213911.811000', '213911.813000', '213911.816000', '213911.819000', '213911.821000', '213911.824000', '213911.826000', '213911.829000', '213911.861000', '213911.864000', '213911.867000', '213911.869000', '213911.872000', '213911.874000', '213911.877000', '213911.880000', '213911.882000', '213911.885000', '213911.887000', '213911.890000', '213911.893000', '213911.895000', '213911.898000', '213911.901000', '213911.903000', '213911.906000', '213911.909000', '213911.911000', '213911.914000', '213911.916000', '213911.919000', '213911.921000', '213911.924000', '213911.927000', '213911.929000', '213911.932000', '213911.934000', '213911.937000', '213931.798000', '213931.801000', '213931.822000', '213931.825000', '213931.827000', '213931.830000', '213931.833000', '213931.835000', '213931.838000', '213931.840000', '213931.845000', '213931.847000', '213931.850000', '213931.852000', '213931.855000', '213931.858000', '213931.860000', '213931.863000', '213931.866000', '213931.868000', '213931.871000', '213931.873000', '213931.876000', '213931.878000', '213931.881000', '213931.884000', '213931.886000', '213931.889000', '213931.891000', '213931.894000', '213931.897000', '213931.899000', '213931.902000', '213931.905000', '213931.907000', '213931.910000', '213931.912000', '213931.915000', '213931.917000', '213931.920000', '213931.923000', '213931.925000', '213931.928000', '213931.930000', '213951.798000', '213951.801000', '213951.804000', '213951.806000', '213951.809000', '213951.812000', '213951.814000', '213951.817000', '213951.820000', '213951.822000', '213951.825000', '213951.827000', '213951.830000', '213951.833000', '213951.835000', '213951.838000', '213951.840000', '213951.843000', '213951.846000', '213951.848000', '213951.851000', '213951.853000', '213951.856000', '213951.858000', '213951.861000', '213951.864000', '213951.866000', '213951.869000', '213951.871000', '213951.874000', '213951.877000', '213951.879000', '213951.882000', '213951.885000', '213951.887000', '213951.890000', '213951.892000', '213951.895000', '213951.898000', '213951.900000', '213951.903000', '213951.905000', '213951.908000', '214011.799000', '214011.801000', '214011.804000', '214011.806000', '214011.809000', '214011.812000', '214011.814000', '214011.817000', '214011.819000', '214011.823000', '214011.826000', '214011.828000', '214011.831000', '214011.834000', '214011.836000', '214011.839000', '214011.842000', '214011.844000', '214011.847000', '214011.849000', '214011.852000', '214011.855000', '214011.857000', '214011.860000', '214011.862000', '214011.865000', '214011.867000', '214011.870000', '214011.873000', '214011.875000', '214011.878000', '214011.881000', '214011.883000', '214011.886000', '214011.888000', '214011.891000', '214011.894000', '214011.896000', '214011.899000', '214011.901000', '214011.904000', '214011.906000', '214011.909000', '214011.912000', '214020.963000', '214020.966000', '214020.968000', '214020.971000', '214020.974000', '214020.976000', '214020.979000', '214020.981000', '214020.984000', '214020.986000', '214020.989000', '214020.992000', '214020.995000', '214020.997000', '214021.001000', '214021.004000', '214021.007000', '214021.010000', '214021.012000', '214021.015000'], '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': [11378, 9720, 7709, 7306, 7903, 10535, 8394, 12161, 9800, 9244, 8088, 7673, 8533, 9574, 8846, 11413, 8948, 10566, 8409, 11985, 8002, 10420, 8774, 9463, 7596, 8910, 7647, 8119, 10891, 8074, 9764, 7820, 8604, 8618, 7594, 9007, 7217, 8099, 6940, 8919, 7546, 11392, 8942, 7868, 8305, 6989, 8762, 11889, 9021, 11026, 8201, 9779, 7312, 8877, 6889, 8902, 7106, 8636, 7613, 11546, 9055, 7008, 8136, 7057, 8747, 7156, 9216, 7349, 10991, 6812, 8866, 7018, 8953, 7215, 8756, 6876, 8505, 6905, 8621, 7203, 10527, 6773, 8910, 7260, 9361, 8168, 11596, 8401, 11634, 6802, 8862, 6984, 9003, 7483, 9289, 7112, 8354, 8331, 8353, 13046, 9372, 9951, 7057, 7246, 7952, 7760, 8952, 6642, 8750, 7018, 9643, 7266, 10036, 6964, 9181, 7011, 9975, 7573, 11369, 8282, 9818, 7139, 9756, 7546, 12061, 8887, 11362, 7373, 9163, 8418, 10461, 8517, 11809, 8445, 9886, 8511, 11011, 7750, 11096, 8307, 6782, 8455, 8298, 9479, 8782, 7270, 9454, 6781, 9480, 12222, 8373, 11961, 8340, 9415, 6780, 8418, 7792, 8705, 8209, 8652, 7381, 7326, 8142, 10391, 8834, 7483, 8204, 7230, 8310, 10870, 8939, 11879, 9169, 11655, 8988, 11039, 8579, 10180, 8901, 9582, 8663, 9791, 9155, 11206, 7905, 8615, 7858, 8959, 7387, 9942, 7028, 8888, 7710, 8753, 7151, 8447, 6540, 8063, 7265, 7757, 8135, 8061, 7107, 8080, 9060, 8769, 9467, 8464, 12031, 8660, 10649, 8072, 9977, 7757, 8982, 7273, 9110, 7392, 10467, 7392, 8861, 7704, 11450, 7838, 11346, 7268, 8819, 7023, 7712, 12078, 8253, 9911, 8476, 9362, 7619, 8006, 7567, 7674, 7172, 8199, 7931, 8675, 7434, 8743, 8321, 9431, 9294, 11632, 8832, 11115, 11984, 9479, 10075, 7355, 7639, 6978, 6820, 7778, 7284, 7794, 8083, 7422, 7912, 7135, 7171, 8707, 10981, 7977, 9034, 11834, 10360, 10027, 8020, 7551, 7301, 7276, 7666, 7611, 8956, 12333, 12310, 10519, 10784, 8484, 8124, 8353, 8265, 7332, 8621, 8757, 8272, 8811, 8394, 9101, 11239, 8183, 9019, 6849, 8882, 8411, 8658, 7497, 8336, 7819, 8075, 8210, 7202, 8336, 10779, 8694, 9382, 9160, 9077, 8537, 10652, 10912, 10453, 7361, 8009, 7401, 7593, 8129, 9106, 12048, 9213, 9124, 6946, 6901, 6526, 7703, 10940, 7742, 8239, 12639, 7140, 9693, 7460, 8103, 8051, 10236, 8673, 9515, 7262, 8920, 12097, 9276, 10626, 7174, 8233, 6759, 7931, 6805, 8090, 7034, 8057, 7267, 9048, 7525, 9215, 8101, 6553, 9357, 7349, 9945, 12527, 9880, 8736, 10656, 6989, 8909, 6852, 7996, 6688, 8633, 6621, 8338, 7494, 8284, 6521, 8380, 6189, 8605, 6355, 8167, 10977, 10956, 9493, 11018, 8343, 8956, 6293, 8219, 6637, 8378, 10934, 8360, 8551, 11954, 8302, 8770, 6461, 7298, 9091, 11277, 7950, 9073, 6865, 8073, 6333, 6344, 6604, 7471, 8743, 9343, 7664, 9051, 6718, 7512, 6351, 7230, 6241, 7903, 6700, 7937, 10634, 7447, 9470, 6567, 6907, 7139, 7619, 10709, 12028, 10834, 10853, 7549, 8979, 6725, 8686, 11106, 8283, 8600, 11882, 7942, 8919, 7431, 8621, 7237, 8613, 8334, 8106, 6859, 7827, 7333, 8586, 12095, 12917, 11381, 11745, 7959, 9392, 6953, 8242, 7102, 8047, 7054, 8287, 7481, 8030, 12524, 10640, 11796, 9063, 10657, 8286, 9546, 12033, 8612, 9642, 13216, 8814, 7864, 6488, 6851, 7551, 8704, 7773, 8877, 7197, 8865, 6585, 8816, 7215, 8496, 11694, 8612, 9610, 11894, 8757, 9334, 7344, 8452, 7786, 8707, 6781, 9000, 6479, 8413, 11686, 9344, 8114, 10247, 7722, 8651, 6400, 7340, 7121, 8047, 9267, 7527, 9292, 7647, 9177, 7458, 9352, 6668, 8573, 11858, 8125, 9606, 12235, 8330, 9502, 11597, 8691, 8500, 6632, 8168, 6501, 8056, 7373, 8095, 6626, 7934, 11278, 9262, 8976, 11094, 7460, 8206, 10220, 7333, 8669, 6741, 7421, 8953, 7449, 8294, 7749, 8400, 8308, 8449, 6908, 9018, 11777, 8750, 9355, 11442, 7783, 8690, 11515, 7783, 8589, 6893, 7968, 8242, 7430, 8196, 6905, 7818, 7135, 8211, 11671, 8089, 10924, 7199, 7369, 9964, 7602, 10400, 11460, 9535, 11220, 7263, 8770, 7295, 8661, 6825, 8422, 10555, 9660, 8274, 8223, 7791, 7728, 11013, 8928, 11525, 9068, 11673, 7417, 9743, 7374, 9336, 7390, 9776, 12889, 11679, 11052, 8066, 7765, 9854, 7117, 9149, 8402, 8192, 6210, 6838, 6233, 8354, 7263, 8833, 11342, 10185, 10568, 6973, 8825, 9222, 7931, 10966, 8124, 8571, 6200, 7084, 10178, 6846, 7805, 11477, 7263, 9034, 6214, 7986, 6296, 6885, 8407, 7119, 8009, 10467, 7911, 9023, 6414, 8738, 11789, 7653, 9660, 12705, 7978, 10745, 7001, 8226, 7722, 9826, 12305, 9523, 10125, 8298, 7463, 9256, 7329, 8648, 6337, 7897, 6225, 7764, 12112, 8099, 10657, 7737, 9599, 7050, 8899, 12329, 9051, 10664, 7348, 9359, 6818, 8751, 12401, 8629, 10937, 7525, 9328, 7418, 8634, 7330, 8639, 6585, 8134, 12518, 8814, 10722, 7347, 9215, 6938, 8117, 11444, 8266, 9747, 7129, 9044, 6184, 8147, 11057, 6836, 9145, 10873, 7407, 8017, 7249, 8436, 6829, 7998, 7823, 10534, 7760, 8982, 6618, 7207, 10478, 8297, 11109, 10153, 9897, 10050, 8033, 10945, 7669, 11052, 12870, 11397, 11322, 7399, 8593, 7183, 9677, 12468, 9500, 10343, 7145, 8232, 11875, 7349, 8990, 12170, 8027, 9126, 6634, 8226, 6809, 7834, 7257, 8147, 7023, 7620, 9130, 7741, 11267, 13174, 10907, 11134, 7088, 8708, 11383, 7763, 8708, 12346, 8224, 9428, 7186, 8544, 8072, 8670, 8189, 9406, 7483, 8689, 6743, 8676, 12313, 9439, 9286, 9116, 7630, 9367, 6976, 7506, 8788, 6662, 8508, 6324, 6920, 6278, 7513, 10543, 9936, 9099, 10847, 7805, 9664, 6813, 7999, 11607, 9694, 10338, 7283, 9121, 6611, 8369, 11712, 8430, 9344, 11971, 9300, 9887, 6813, 8124, 7211, 8812, 7624, 10370, 6780, 9084, 12432, 9866, 8734, 11278, 7519, 8426, 11397, 6758, 8518, 6803, 7113, 6850, 6948, 6513, 6842, 6572, 7925, 8404, 7981, 11984, 10709, 11063, 7542, 9837, 12688, 9131, 9932, 12441, 8758], 'WindowCenter': [3990.0, 3951.0, 3919.0, 3904.0, 3917.0, 3934.0, 3928.0, 3945.0, 3937.0, 3925.0, 3914.0, 3901.0, 3925.0, 3924.0, 3924.0, 3944.0, 3926.0, 3934.0, 3914.0, 3931.0, 3901.0, 3921.0, 3911.0, 3922.0, 3889.0, 3912.0, 3890.0, 3889.0, 3920.0, 3901.0, 3920.0, 3903.0, 3911.0, 3914.0, 3915.0, 3925.0, 3904.0, 3903.0, 3893.0, 3923.0, 3919.0, 3958.0, 3942.0, 3916.0, 3916.0, 3893.0, 3926.0, 3945.0, 3925.0, 3934.0, 3903.0, 3923.0, 3891.0, 3913.0, 3893.0, 3925.0, 3905.0, 3927.0, 3918.0, 3949.0, 3928.0, 3893.0, 3905.0, 3894.0, 3916.0, 3907.0, 3927.0, 3906.0, 3939.0, 3884.0, 3915.0, 3893.0, 3915.0, 3893.0, 3914.0, 3883.0, 3916.0, 3895.0, 3927.0, 3907.0, 3938.0, 3895.0, 3914.0, 3905.0, 3925.0, 3929.0, 3948.0, 3917.0, 3935.0, 3884.0, 3914.0, 3895.0, 3914.0, 3892.0, 3913.0, 3881.0, 3903.0, 3902.0, 3903.0, 3947.0, 3914.0, 3911.0, 3883.0, 3893.0, 3916.0, 3905.0, 3926.0, 3882.0, 3915.0, 3894.0, 3939.0, 3907.0, 3927.0, 3882.0, 3915.0, 3894.0, 3925.0, 3904.0, 3935.0, 3904.0, 3922.0, 3883.0, 3912.0, 3892.0, 3935.0, 3912.0, 3921.0, 3881.0, 3911.0, 3901.0, 3922.0, 3915.0, 3932.0, 3902.0, 3911.0, 3914.0, 3922.0, 3891.0, 3919.0, 3901.0, 3880.0, 3900.0, 3905.0, 3925.0, 3913.0, 3892.0, 3925.0, 3883.0, 3926.0, 3921.0, 3891.0, 3932.0, 3890.0, 3898.0, 3866.0, 3885.0, 3890.0, 3899.0, 3903.0, 3900.0, 3892.0, 3892.0, 3915.0, 3935.0, 3916.0, 3891.0, 3902.0, 3880.0, 3902.0, 3921.0, 3911.0, 3921.0, 3912.0, 3919.0, 3900.0, 3908.0, 3901.0, 3908.0, 3899.0, 3899.0, 3901.0, 3911.0, 3912.0, 3921.0, 3891.0, 3899.0, 3901.0, 3913.0, 3892.0, 3922.0, 3881.0, 3910.0, 3902.0, 3913.0, 3892.0, 3902.0, 3882.0, 3904.0, 3904.0, 3906.0, 3904.0, 3905.0, 3893.0, 3906.0, 3914.0, 3915.0, 3925.0, 3902.0, 3945.0, 3915.0, 3923.0, 3905.0, 3926.0, 3904.0, 3913.0, 3893.0, 3913.0, 3894.0, 3934.0, 3895.0, 3914.0, 3904.0, 3935.0, 3892.0, 3934.0, 3891.0, 3913.0, 3893.0, 3892.0, 3933.0, 3903.0, 3911.0, 3887.0, 3886.0, 3879.0, 3890.0, 3891.0, 3891.0, 3880.0, 3900.0, 3888.0, 3885.0, 3877.0, 3897.0, 3900.0, 3909.0, 3913.0, 3922.0, 3913.0, 3934.0, 3920.0, 3899.0, 3909.0, 3865.0, 3873.0, 3862.0, 3864.0, 3888.0, 3891.0, 3904.0, 3914.0, 3905.0, 3914.0, 3905.0, 3894.0, 3926.0, 3937.0, 3905.0, 3914.0, 3934.0, 3923.0, 3909.0, 3902.0, 3901.0, 3904.0, 3905.0, 3906.0, 3904.0, 3925.0, 3959.0, 3933.0, 3920.0, 3918.0, 3899.0, 3887.0, 3898.0, 3912.0, 3902.0, 3913.0, 3899.0, 3901.0, 3909.0, 3900.0, 3912.0, 3921.0, 3901.0, 3899.0, 3864.0, 3899.0, 3886.0, 3899.0, 3890.0, 3913.0, 3902.0, 3902.0, 3914.0, 3903.0, 3915.0, 3932.0, 3914.0, 3911.0, 3912.0, 3912.0, 3902.0, 3924.0, 3921.0, 3934.0, 3890.0, 3900.0, 3889.0, 3900.0, 3900.0, 3913.0, 3934.0, 3912.0, 3912.0, 3879.0, 3879.0, 3867.0, 3890.0, 3930.0, 3888.0, 3900.0, 3931.0, 3878.0, 3896.0, 3878.0, 3887.0, 3902.0, 3923.0, 3911.0, 3911.0, 3891.0, 3911.0, 3931.0, 3899.0, 3908.0, 3866.0, 3886.0, 3866.0, 3889.0, 3868.0, 3900.0, 3893.0, 3913.0, 3903.0, 3923.0, 3903.0, 3924.0, 3914.0, 3883.0, 3926.0, 3903.0, 3938.0, 3949.0, 3913.0, 3900.0, 3909.0, 3867.0, 3898.0, 3881.0, 3903.0, 3881.0, 3912.0, 3892.0, 3913.0, 3917.0, 3928.0, 3898.0, 3927.0, 3896.0, 3927.0, 3895.0, 3927.0, 3951.0, 3934.0, 3924.0, 3936.0, 3901.0, 3911.0, 3870.0, 3902.0, 3880.0, 3914.0, 3935.0, 3901.0, 3903.0, 3933.0, 3887.0, 3885.0, 3855.0, 3876.0, 3898.0, 3906.0, 3874.0, 3898.0, 3865.0, 3886.0, 3866.0, 3868.0, 3878.0, 3890.0, 3912.0, 3909.0, 3889.0, 3912.0, 3880.0, 3891.0, 3883.0, 3903.0, 3893.0, 3916.0, 3894.0, 3928.0, 3962.0, 3919.0, 3939.0, 3894.0, 3910.0, 3905.0, 3917.0, 3949.0, 3933.0, 3922.0, 3923.0, 3890.0, 3909.0, 3879.0, 3913.0, 3932.0, 3900.0, 3901.0, 3930.0, 3887.0, 3895.0, 3877.0, 3898.0, 3888.0, 3913.0, 3901.0, 3901.0, 3879.0, 3901.0, 3889.0, 3910.0, 3944.0, 3931.0, 3919.0, 3919.0, 3887.0, 3896.0, 3876.0, 3886.0, 3877.0, 3898.0, 3878.0, 3901.0, 3889.0, 3901.0, 3943.0, 3921.0, 3931.0, 3912.0, 3918.0, 3898.0, 3910.0, 3919.0, 3885.0, 3896.0, 3927.0, 3897.0, 3883.0, 3865.0, 3876.0, 3898.0, 3909.0, 3903.0, 3926.0, 3905.0, 3924.0, 3906.0, 3936.0, 3917.0, 3929.0, 3948.0, 3912.0, 3912.0, 3932.0, 3900.0, 3897.0, 3889.0, 3899.0, 3901.0, 3912.0, 3883.0, 3911.0, 3881.0, 3911.0, 3934.0, 3909.0, 3890.0, 3921.0, 3889.0, 3898.0, 3866.0, 3889.0, 3889.0, 3912.0, 3922.0, 3903.0, 3922.0, 3904.0, 3925.0, 3893.0, 3924.0, 3881.0, 3914.0, 3931.0, 3901.0, 3923.0, 3930.0, 3887.0, 3909.0, 3917.0, 3898.0, 3910.0, 3881.0, 3899.0, 3880.0, 3900.0, 3903.0, 3914.0, 3892.0, 3915.0, 3935.0, 3912.0, 3910.0, 3920.0, 3878.0, 3887.0, 3906.0, 3875.0, 3899.0, 3867.0, 3877.0, 3896.0, 3889.0, 3900.0, 3903.0, 3912.0, 3915.0, 3913.0, 3892.0, 3913.0, 3944.0, 3902.0, 3912.0, 3919.0, 3890.0, 3901.0, 3917.0, 3877.0, 3898.0, 3875.0, 3899.0, 3900.0, 3902.0, 3912.0, 3904.0, 3902.0, 3905.0, 3925.0, 3946.0, 3903.0, 3935.0, 3880.0, 3892.0, 3919.0, 3902.0, 3934.0, 3931.0, 3921.0, 3930.0, 3891.0, 3910.0, 3892.0, 3913.0, 3881.0, 3926.0, 3934.0, 3925.0, 3913.0, 3914.0, 3902.0, 3903.0, 3933.0, 3924.0, 3935.0, 3914.0, 3934.0, 3892.0, 3910.0, 3891.0, 3911.0, 3891.0, 3924.0, 3941.0, 3934.0, 3921.0, 3887.0, 3888.0, 3906.0, 3877.0, 3909.0, 3886.0, 3899.0, 3856.0, 3877.0, 3869.0, 3912.0, 3916.0, 3928.0, 3946.0, 3936.0, 3921.0, 3879.0, 3911.0, 3909.0, 3901.0, 3932.0, 3900.0, 3900.0, 3868.0, 3890.0, 3921.0, 3866.0, 3889.0, 3931.0, 3889.0, 3899.0, 3868.0, 3900.0, 3879.0, 3892.0, 3914.0, 3892.0, 3913.0, 3932.0, 3914.0, 3912.0, 3882.0, 3913.0, 3943.0, 3902.0, 3924.0, 3943.0, 3902.0, 3920.0, 3892.0, 3900.0, 3906.0, 3936.0, 3943.0, 3912.0, 3910.0, 3886.0, 3877.0, 3909.0, 3877.0, 3898.0, 3867.0, 3900.0, 3869.0, 3903.0, 3942.0, 3902.0, 3933.0, 3903.0, 3921.0, 3879.0, 3913.0, 3943.0, 3912.0, 3921.0, 3891.0, 3909.0, 3879.0, 3913.0, 3941.0, 3911.0, 3921.0, 3890.0, 3911.0, 3891.0, 3912.0, 3891.0, 3911.0, 3879.0, 3901.0, 3943.0, 3912.0, 3921.0, 3890.0, 3909.0, 3879.0, 3902.0, 3933.0, 3913.0, 3921.0, 3892.0, 3912.0, 3870.0, 3903.0, 3932.0, 3882.0, 3924.0, 3933.0, 3904.0, 3902.0, 3905.0, 3912.0, 3894.0, 3913.0, 3917.0, 3949.0, 3917.0, 3930.0, 3894.0, 3904.0, 3934.0, 3914.0, 3936.0, 3923.0, 3924.0, 3921.0, 3902.0, 3920.0, 3891.0, 3935.0, 3931.0, 3931.0, 3919.0, 3878.0, 3897.0, 3879.0, 3923.0, 3931.0, 3910.0, 3918.0, 3878.0, 3899.0, 3917.0, 3877.0, 3911.0, 3929.0, 3888.0, 3897.0, 3878.0, 3898.0, 3880.0, 3916.0, 3902.0, 3912.0, 3891.0, 3903.0, 3911.0, 3904.0, 3945.0, 3944.0, 3922.0, 3919.0, 3879.0, 3900.0, 3918.0, 3888.0, 3900.0, 3941.0, 3902.0, 3909.0, 3891.0, 3911.0, 3914.0, 3924.0, 3916.0, 3923.0, 3905.0, 3912.0, 3883.0, 3912.0, 3934.0, 3909.0, 3911.0, 3897.0, 3888.0, 3908.0, 3865.0, 3888.0, 3900.0, 3880.0, 3911.0, 3881.0, 3903.0, 3882.0, 3905.0, 3948.0, 3934.0, 3926.0, 3934.0, 3905.0, 3923.0, 3893.0, 3917.0, 3934.0, 3926.0, 3936.0, 3905.0, 3922.0, 3894.0, 3916.0, 3946.0, 3901.0, 3913.0, 3933.0, 3913.0, 3920.0, 3881.0, 3901.0, 3905.0, 3925.0, 3916.0, 3934.0, 3894.0, 3924.0, 3946.0, 3922.0, 3902.0, 3921.0, 3877.0, 3888.0, 3916.0, 3864.0, 3896.0, 3866.0, 3879.0, 3877.0, 3890.0, 3882.0, 3893.0, 3891.0, 3913.0, 3914.0, 3916.0, 3946.0, 3937.0, 3933.0, 3904.0, 3923.0, 3932.0, 3911.0, 3921.0, 3928.0, 3886.0], 'WindowWidth': [8901.0, 8832.0, 8783.0, 8754.0, 8774.0, 8794.0, 8788.0, 8807.0, 8801.0, 8780.0, 8765.0, 8744.0, 8779.0, 8777.0, 8777.0, 8802.0, 8781.0, 8788.0, 8763.0, 8782.0, 8743.0, 8767.0, 8755.0, 8769.0, 8722.0, 8755.0, 8723.0, 8720.0, 8762.0, 8739.0, 8763.0, 8745.0, 8753.0, 8763.0, 8767.0, 8780.0, 8750.0, 8747.0, 8733.0, 8774.0, 8778.0, 8828.0, 8813.0, 8770.0, 8770.0, 8736.0, 8783.0, 8805.0, 8777.0, 8788.0, 8744.0, 8772.0, 8726.0, 8756.0, 8733.0, 8776.0, 8754.0, 8787.0, 8776.0, 8817.0, 8785.0, 8732.0, 8751.0, 8733.0, 8768.0, 8758.0, 8785.0, 8754.0, 8802.0, 8721.0, 8761.0, 8733.0, 8762.0, 8731.0, 8760.0, 8719.0, 8767.0, 8736.0, 8784.0, 8757.0, 8798.0, 8738.0, 8760.0, 8751.0, 8774.0, 8788.0, 8813.0, 8771.0, 8790.0, 8719.0, 8757.0, 8735.0, 8756.0, 8726.0, 8755.0, 8710.0, 8742.0, 8739.0, 8741.0, 8808.0, 8760.0, 8750.0, 8717.0, 8730.0, 8767.0, 8752.0, 8780.0, 8716.0, 8760.0, 8736.0, 8803.0, 8757.0, 8781.0, 8715.0, 8761.0, 8734.0, 8778.0, 8748.0, 8791.0, 8745.0, 8766.0, 8714.0, 8752.0, 8728.0, 8789.0, 8754.0, 8763.0, 8710.0, 8748.0, 8738.0, 8766.0, 8762.0, 8777.0, 8738.0, 8751.0, 8761.0, 8767.0, 8723.0, 8757.0, 8737.0, 8709.0, 8735.0, 8748.0, 8777.0, 8756.0, 8728.0, 8775.0, 8717.0, 8777.0, 8761.0, 8721.0, 8782.0, 8718.0, 8724.0, 8681.0, 8704.0, 8723.0, 8730.0, 8744.0, 8735.0, 8728.0, 8727.0, 8764.0, 8792.0, 8765.0, 8725.0, 8740.0, 8708.0, 8740.0, 8764.0, 8751.0, 8763.0, 8752.0, 8758.0, 8734.0, 8742.0, 8735.0, 8742.0, 8732.0, 8730.0, 8736.0, 8749.0, 8754.0, 8764.0, 8724.0, 8730.0, 8740.0, 8756.0, 8729.0, 8765.0, 8712.0, 8747.0, 8744.0, 8760.0, 8729.0, 8744.0, 8715.0, 8748.0, 8748.0, 8756.0, 8749.0, 8750.0, 8731.0, 8753.0, 8760.0, 8765.0, 8775.0, 8743.0, 8803.0, 8762.0, 8771.0, 8750.0, 8780.0, 8747.0, 8758.0, 8732.0, 8758.0, 8736.0, 8787.0, 8737.0, 8759.0, 8749.0, 8789.0, 8730.0, 8787.0, 8726.0, 8756.0, 8734.0, 8728.0, 8785.0, 8744.0, 8748.0, 8709.0, 8706.0, 8702.0, 8722.0, 8725.0, 8726.0, 8709.0, 8734.0, 8715.0, 8708.0, 8696.0, 8727.0, 8734.0, 8747.0, 8756.0, 8766.0, 8756.0, 8786.0, 8762.0, 8731.0, 8745.0, 8679.0, 8685.0, 8670.0, 8679.0, 8716.0, 8728.0, 8749.0, 8762.0, 8754.0, 8764.0, 8753.0, 8738.0, 8782.0, 8799.0, 8750.0, 8762.0, 8787.0, 8772.0, 8746.0, 8742.0, 8741.0, 8750.0, 8753.0, 8756.0, 8749.0, 8777.0, 8832.0, 8785.0, 8762.0, 8755.0, 8732.0, 8714.0, 8733.0, 8755.0, 8744.0, 8757.0, 8734.0, 8739.0, 8748.0, 8738.0, 8755.0, 8766.0, 8737.0, 8731.0, 8679.0, 8730.0, 8711.0, 8733.0, 8722.0, 8759.0, 8743.0, 8743.0, 8763.0, 8746.0, 8766.0, 8784.0, 8761.0, 8754.0, 8756.0, 8758.0, 8740.0, 8773.0, 8766.0, 8788.0, 8725.0, 8737.0, 8723.0, 8738.0, 8738.0, 8759.0, 8790.0, 8758.0, 8755.0, 8704.0, 8705.0, 8689.0, 8722.0, 8779.0, 8718.0, 8736.0, 8778.0, 8703.0, 8724.0, 8703.0, 8717.0, 8743.0, 8772.0, 8755.0, 8753.0, 8726.0, 8752.0, 8778.0, 8731.0, 8742.0, 8682.0, 8708.0, 8684.0, 8718.0, 8690.0, 8738.0, 8735.0, 8765.0, 8748.0, 8773.0, 8747.0, 8778.0, 8766.0, 8723.0, 8781.0, 8748.0, 8800.0, 8821.0, 8758.0, 8735.0, 8745.0, 8685.0, 8729.0, 8711.0, 8746.0, 8715.0, 8757.0, 8732.0, 8760.0, 8776.0, 8793.0, 8751.0, 8787.0, 8744.0, 8787.0, 8741.0, 8786.0, 8823.0, 8788.0, 8774.0, 8792.0, 8739.0, 8751.0, 8697.0, 8743.0, 8711.0, 8763.0, 8793.0, 8738.0, 8743.0, 8784.0, 8713.0, 8708.0, 8666.0, 8697.0, 8728.0, 8733.0, 8692.0, 8729.0, 8681.0, 8712.0, 8685.0, 8691.0, 8705.0, 8725.0, 8758.0, 8747.0, 8721.0, 8755.0, 8711.0, 8728.0, 8720.0, 8748.0, 8737.0, 8771.0, 8739.0, 8789.0, 8842.0, 8778.0, 8806.0, 8737.0, 8769.0, 8756.0, 8772.0, 8819.0, 8785.0, 8770.0, 8773.0, 8724.0, 8747.0, 8707.0, 8758.0, 8785.0, 8736.0, 8738.0, 8776.0, 8716.0, 8721.0, 8703.0, 8731.0, 8720.0, 8759.0, 8741.0, 8741.0, 8709.0, 8740.0, 8721.0, 8752.0, 8803.0, 8779.0, 8761.0, 8761.0, 8712.0, 8722.0, 8697.0, 8712.0, 8702.0, 8732.0, 8707.0, 8740.0, 8723.0, 8741.0, 8799.0, 8769.0, 8780.0, 8754.0, 8757.0, 8730.0, 8748.0, 8761.0, 8708.0, 8724.0, 8766.0, 8726.0, 8703.0, 8683.0, 8699.0, 8734.0, 8748.0, 8749.0, 8785.0, 8754.0, 8777.0, 8759.0, 8799.0, 8778.0, 8793.0, 8817.0, 8755.0, 8753.0, 8783.0, 8736.0, 8727.0, 8721.0, 8733.0, 8742.0, 8758.0, 8720.0, 8756.0, 8714.0, 8755.0, 8788.0, 8745.0, 8723.0, 8765.0, 8718.0, 8729.0, 8687.0, 8721.0, 8724.0, 8759.0, 8772.0, 8747.0, 8770.0, 8750.0, 8778.0, 8734.0, 8773.0, 8714.0, 8760.0, 8780.0, 8741.0, 8772.0, 8776.0, 8713.0, 8746.0, 8754.0, 8728.0, 8750.0, 8715.0, 8734.0, 8713.0, 8740.0, 8748.0, 8766.0, 8733.0, 8764.0, 8795.0, 8757.0, 8751.0, 8762.0, 8700.0, 8712.0, 8735.0, 8697.0, 8732.0, 8687.0, 8702.0, 8726.0, 8720.0, 8738.0, 8746.0, 8757.0, 8766.0, 8759.0, 8731.0, 8761.0, 8805.0, 8742.0, 8755.0, 8759.0, 8722.0, 8736.0, 8753.0, 8700.0, 8730.0, 8695.0, 8734.0, 8738.0, 8746.0, 8756.0, 8750.0, 8745.0, 8753.0, 8782.0, 8810.0, 8747.0, 8792.0, 8712.0, 8729.0, 8762.0, 8743.0, 8790.0, 8781.0, 8768.0, 8776.0, 8726.0, 8751.0, 8730.0, 8760.0, 8716.0, 8784.0, 8788.0, 8777.0, 8762.0, 8761.0, 8744.0, 8747.0, 8786.0, 8777.0, 8790.0, 8763.0, 8790.0, 8732.0, 8750.0, 8729.0, 8753.0, 8728.0, 8775.0, 8795.0, 8788.0, 8765.0, 8714.0, 8716.0, 8738.0, 8700.0, 8745.0, 8712.0, 8732.0, 8675.0, 8705.0, 8699.0, 8759.0, 8773.0, 8788.0, 8808.0, 8795.0, 8768.0, 8708.0, 8753.0, 8747.0, 8739.0, 8784.0, 8737.0, 8738.0, 8693.0, 8725.0, 8765.0, 8686.0, 8718.0, 8778.0, 8720.0, 8733.0, 8692.0, 8737.0, 8710.0, 8731.0, 8763.0, 8732.0, 8760.0, 8784.0, 8764.0, 8757.0, 8718.0, 8760.0, 8800.0, 8745.0, 8775.0, 8797.0, 8743.0, 8763.0, 8729.0, 8739.0, 8755.0, 8796.0, 8802.0, 8756.0, 8750.0, 8710.0, 8702.0, 8745.0, 8702.0, 8732.0, 8691.0, 8737.0, 8695.0, 8746.0, 8798.0, 8744.0, 8787.0, 8745.0, 8767.0, 8710.0, 8758.0, 8799.0, 8755.0, 8767.0, 8725.0, 8748.0, 8706.0, 8759.0, 8794.0, 8754.0, 8765.0, 8724.0, 8750.0, 8729.0, 8756.0, 8728.0, 8754.0, 8709.0, 8738.0, 8797.0, 8754.0, 8765.0, 8724.0, 8748.0, 8705.0, 8743.0, 8786.0, 8758.0, 8767.0, 8728.0, 8754.0, 8699.0, 8747.0, 8782.0, 8717.0, 8773.0, 8787.0, 8750.0, 8744.0, 8752.0, 8759.0, 8739.0, 8762.0, 8774.0, 8819.0, 8771.0, 8792.0, 8737.0, 8750.0, 8787.0, 8762.0, 8795.0, 8770.0, 8773.0, 8765.0, 8742.0, 8762.0, 8726.0, 8792.0, 8781.0, 8780.0, 8759.0, 8705.0, 8728.0, 8708.0, 8772.0, 8780.0, 8750.0, 8756.0, 8707.0, 8736.0, 8755.0, 8702.0, 8752.0, 8772.0, 8716.0, 8727.0, 8703.0, 8733.0, 8713.0, 8771.0, 8746.0, 8758.0, 8730.0, 8745.0, 8753.0, 8748.0, 8807.0, 8802.0, 8770.0, 8761.0, 8708.0, 8736.0, 8756.0, 8717.0, 8737.0, 8793.0, 8742.0, 8746.0, 8727.0, 8751.0, 8765.0, 8777.0, 8768.0, 8774.0, 8751.0, 8759.0, 8718.0, 8757.0, 8790.0, 8747.0, 8751.0, 8726.0, 8719.0, 8744.0, 8681.0, 8718.0, 8735.0, 8711.0, 8754.0, 8714.0, 8748.0, 8720.0, 8755.0, 8816.0, 8792.0, 8779.0, 8790.0, 8751.0, 8771.0, 8736.0, 8772.0, 8787.0, 8779.0, 8794.0, 8754.0, 8771.0, 8737.0, 8768.0, 8808.0, 8740.0, 8757.0, 8782.0, 8757.0, 8763.0, 8714.0, 8741.0, 8753.0, 8778.0, 8768.0, 8789.0, 8736.0, 8777.0, 8810.0, 8770.0, 8740.0, 8764.0, 8699.0, 8715.0, 8749.0, 8680.0, 8725.0, 8686.0, 8707.0, 8703.0, 8726.0, 8719.0, 8737.0, 8731.0, 8762.0, 8763.0, 8769.0, 8809.0, 8797.0, 8786.0, 8746.0, 8772.0, 8782.0, 8751.0, 8764.0, 8768.0, 8711.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.0005438805970149255</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02617060895522388</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.874872887241324</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2202694237126457</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0032918657471266</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4599</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5660.4771</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12849052023293708</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>160</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>18.369690011481055</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5963791587525047</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6105295741237615</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6709523908649873</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5076555112687657</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.014586</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01146619115024805</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017943114042282104</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.918366586128454</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>30.833</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.7843</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.3517</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305715.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>718.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.593</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6906</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.2126</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3159.1597</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3358.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70829.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>999.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4082.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.9837</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.64417696604505</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> |