=== 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-0091 --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-0091",
"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-0091_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0091_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0091_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-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0091/ses-01/func/sub-0091_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>877b622224f6abace368551e31d799f1</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:04:47.415000</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.999706, 0.0201503, 0.0134922, -0.0157047, 0.961902, -0.272942]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.11903</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>15</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4171, -7679, -7291, 548, -78, -162, -93, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>274.136</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a1766c19-3ae2-4750-b342-19a7ee6fdbd3||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.682137966156006, -0.042134467512369156, 0.0498906709253788, 112.83476257324219], [-0.05406179279088974, 2.580713987350464, -0.7361533045768738, -68.29856872558594], [0.03619856387376785, 0.7322821617126465, 2.597227096557617, -118.1077880859375], [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': ['210447.415000', '210447.875000', '210448.335000', '210448.795000', '210449.255000', '210449.715000', '210450.175000', '210450.635000', '210451.095000', '210451.555000', '210452.015000', '210452.475000', '210452.935000', '210453.395000', '210453.855000', '210454.315000', '210454.775000', '210455.235000', '210455.695000', '210456.155000', '210456.615000', '210457.075000', '210457.535000', '210457.995000', '210458.455000', '210458.915000', '210459.375000', '210459.835000', '210500.295000', '210500.755000', '210501.215000', '210501.675000', '210502.135000', '210502.595000', '210503.055000', '210503.515000', '210503.975000', '210504.435000', '210504.895000', '210505.355000', '210505.815000', '210506.275000', '210506.735000', '210507.195000', '210507.655000', '210508.115000', '210508.575000', '210509.035000', '210509.495000', '210509.955000', '210510.415000', '210510.875000', '210511.335000', '210511.795000', '210512.255000', '210512.715000', '210513.175000', '210513.635000', '210514.095000', '210514.555000', '210515.015000', '210515.475000', '210515.935000', '210516.395000', '210516.855000', '210517.315000', '210517.775000', '210518.235000', '210518.695000', '210519.155000', '210519.615000', '210520.075000', '210520.535000', '210520.995000', '210521.455000', '210521.915000', '210522.375000', '210522.835000', '210523.295000', '210523.755000', '210524.215000', '210524.675000', '210525.135000', '210525.595000', '210526.055000', '210526.515000', '210526.975000', '210527.435000', '210527.895000', '210528.355000', '210528.815000', '210529.275000', '210529.735000', '210530.195000', '210530.655000', '210531.115000', '210531.575000', '210532.035000', '210532.495000', '210532.955000', '210533.415000', '210533.875000', '210534.335000', '210534.795000', '210535.255000', '210535.715000', '210536.175000', '210536.635000', '210537.095000', '210537.555000', '210538.015000', '210538.475000', '210538.935000', '210539.395000', '210539.855000', '210540.315000', '210540.775000', '210541.235000', '210541.695000', '210542.155000', '210542.615000', '210543.075000', '210543.535000', '210543.995000', '210544.455000', '210544.915000', '210545.375000', '210545.835000', '210546.295000', '210546.755000', '210547.215000', '210547.675000', '210548.135000', '210548.595000', '210549.055000', '210549.515000', '210549.975000', '210550.435000', '210550.895000', '210551.355000', '210551.815000', '210552.275000', '210552.735000', '210553.195000', '210553.655000', '210554.115000', '210554.575000', '210555.035000', '210555.495000', '210555.955000', '210556.415000', '210556.875000', '210557.335000', '210557.795000', '210558.255000', '210558.715000', '210559.175000', '210559.635000', '210600.095000', '210600.555000', '210601.015000', '210601.475000', '210601.935000', '210602.395000', '210602.855000', '210603.315000', '210603.775000', '210604.235000', '210604.695000', '210605.155000', '210605.615000', '210606.075000', '210606.535000', '210606.995000', '210607.455000', '210607.915000', '210608.375000', '210608.835000', '210609.295000', '210609.755000', '210610.215000', '210610.675000', '210611.135000', '210611.595000', '210612.055000', '210612.515000', '210612.975000', '210613.435000', '210613.895000', '210614.355000', '210614.815000', '210615.275000', '210615.735000', '210616.195000', '210616.655000', '210617.115000', '210617.575000', '210618.035000', '210618.495000', '210618.955000', '210619.415000', '210619.875000', '210620.335000', '210620.795000', '210621.255000', '210621.715000', '210622.175000', '210622.635000', '210623.095000', '210623.555000', '210624.015000', '210624.475000', '210624.935000', '210625.395000', '210625.855000', '210626.315000', '210626.775000', '210627.235000', '210627.695000', '210628.155000', '210628.615000', '210629.075000', '210629.535000', '210629.995000', '210630.455000', '210630.915000', '210631.375000', '210631.835000', '210632.295000', '210632.755000', '210633.215000', '210633.675000', '210634.135000', '210634.595000', '210635.055000', '210635.515000', '210635.975000', '210636.435000', '210636.895000', '210637.355000', '210637.815000', '210638.275000', '210638.735000', '210639.195000', '210639.655000', '210640.115000', '210640.575000', '210641.035000', '210641.495000', '210641.955000', '210642.415000', '210642.875000', '210643.335000', '210643.795000', '210644.255000', '210644.715000', '210645.175000', '210645.635000', '210646.095000', '210646.555000', '210647.015000', '210647.475000', '210647.935000', '210648.395000', '210648.855000', '210649.315000', '210649.775000', '210650.235000', '210650.695000', '210651.155000', '210651.615000', '210652.075000', '210652.535000', '210652.995000', '210653.455000', '210653.915000', '210654.375000', '210654.835000', '210655.295000', '210655.755000', '210656.215000', '210656.675000', '210657.135000', '210657.595000', '210658.055000', '210658.515000', '210658.975000', '210659.435000', '210659.895000', '210700.355000', '210700.815000', '210701.275000', '210701.735000', '210702.195000', '210702.655000', '210703.115000', '210703.575000', '210704.035000', '210704.495000', '210704.955000', '210705.415000', '210705.875000', '210706.335000', '210706.795000', '210707.255000', '210707.715000', '210708.175000', '210708.635000', '210709.095000', '210709.555000', '210710.015000', '210710.475000', '210710.935000', '210711.395000', '210711.855000', '210712.315000', '210712.775000', '210713.235000', '210713.695000', '210714.155000', '210714.615000', '210715.075000', '210715.535000', '210715.995000', '210716.455000', '210716.915000', '210717.375000', '210717.835000', '210718.295000', '210718.755000', '210719.215000', '210719.675000', '210720.135000', '210720.595000', '210721.055000', '210721.515000', '210721.975000', '210722.435000', '210722.895000', '210723.355000', '210723.815000', '210724.275000', '210724.735000', '210725.195000', '210725.655000', '210726.115000', '210726.575000', '210727.035000', '210727.495000', '210727.955000', '210728.415000', '210728.875000', '210729.335000', '210729.795000', '210730.255000', '210730.715000', '210731.175000', '210731.635000', '210732.095000', '210732.555000', '210733.015000', '210733.475000', '210733.935000', '210734.395000', '210734.855000', '210735.315000', '210735.775000', '210736.235000', '210736.695000', '210737.155000', '210737.615000', '210738.075000', '210738.535000', '210738.995000', '210739.455000', '210739.915000', '210740.375000', '210740.835000', '210741.295000', '210741.755000', '210742.215000', '210742.675000', '210743.135000', '210743.595000', '210744.055000', '210744.515000', '210744.975000', '210745.435000', '210745.895000', '210746.355000', '210746.815000', '210747.275000', '210747.735000', '210748.195000', '210748.655000', '210749.115000', '210749.575000', '210750.035000', '210750.495000', '210750.955000', '210751.415000', '210751.875000', '210752.335000', '210752.795000', '210753.255000', '210753.715000', '210754.175000', '210754.635000', '210755.095000', '210755.555000', '210756.015000', '210756.475000', '210756.935000', '210757.395000', '210757.855000', '210758.315000', '210758.775000', '210759.235000', '210759.695000', '210800.155000', '210800.615000', '210801.075000', '210801.535000', '210801.995000', '210802.455000', '210802.915000', '210803.375000', '210803.835000', '210804.295000', '210804.755000', '210805.215000', '210805.675000', '210806.135000', '210806.595000', '210807.055000', '210807.515000', '210807.975000', '210808.435000', '210808.895000', '210809.355000', '210809.815000', '210810.275000', '210810.735000', '210811.195000', '210811.655000', '210812.115000', '210812.575000', '210813.035000', '210813.495000', '210813.955000', '210814.415000', '210814.875000', '210815.335000', '210815.795000', '210816.255000', '210816.715000', '210817.175000', '210817.635000', '210818.095000', '210818.555000', '210819.015000', '210819.475000', '210819.935000', '210820.395000', '210820.855000', '210821.315000', '210821.775000', '210822.235000', '210822.695000', '210823.155000', '210823.615000', '210824.075000', '210824.535000', '210824.995000', '210825.455000', '210825.915000', '210826.375000', '210826.835000', '210827.295000', '210827.755000', '210828.215000', '210828.675000', '210829.135000', '210829.595000', '210830.055000', '210830.515000', '210830.975000', '210831.435000', '210831.895000', '210832.355000', '210832.815000', '210833.275000', '210833.735000', '210834.195000', '210834.655000', '210835.115000', '210835.575000', '210836.035000', '210836.495000', '210836.955000', '210837.415000', '210837.875000', '210838.335000', '210838.795000', '210839.255000', '210839.715000', '210840.175000', '210840.635000', '210841.095000', '210841.555000', '210842.015000', '210842.475000', '210842.935000', '210843.395000', '210843.855000', '210844.315000', '210844.775000', '210845.235000', '210845.695000', '210846.155000', '210846.615000', '210847.075000', '210847.535000', '210847.995000', '210848.455000', '210848.915000', '210849.375000', '210849.835000', '210850.295000', '210850.755000', '210851.215000', '210851.675000', '210852.135000', '210852.595000', '210853.055000', '210853.515000', '210853.975000', '210854.435000', '210854.895000', '210855.355000', '210855.815000', '210856.275000', '210856.735000', '210857.195000', '210857.655000', '210858.115000', '210858.575000', '210859.035000', '210859.495000', '210859.955000', '210900.415000', '210900.875000', '210901.335000', '210901.795000', '210902.255000', '210902.715000', '210903.175000', '210903.635000', '210904.095000', '210904.555000', '210905.015000', '210905.475000', '210905.935000', '210906.395000', '210906.855000', '210907.315000', '210907.775000', '210908.235000', '210908.695000', '210909.155000', '210909.615000', '210910.075000', '210910.535000', '210910.995000', '210911.455000', '210911.915000', '210912.375000', '210912.835000', '210913.295000', '210913.755000', '210914.215000', '210914.675000', '210915.135000', '210915.595000', '210916.055000', '210916.515000', '210916.975000', '210917.435000', '210917.895000', '210918.355000', '210918.815000', '210919.275000', '210919.735000', '210920.195000', '210920.655000', '210921.115000', '210921.575000', '210922.035000', '210922.495000', '210922.955000', '210923.415000', '210923.875000', '210924.335000', '210924.795000', '210925.255000', '210925.715000', '210926.175000', '210926.635000', '210927.095000', '210927.555000', '210928.015000', '210928.475000', '210928.935000', '210929.395000', '210929.855000', '210930.315000', '210930.775000', '210931.235000', '210931.695000', '210932.155000', '210932.615000', '210933.075000', '210933.535000', '210933.995000', '210934.455000', '210934.915000', '210935.375000', '210935.835000', '210936.295000', '210936.755000', '210937.215000', '210937.675000', '210938.135000', '210938.595000', '210939.055000', '210939.515000', '210939.975000', '210940.435000', '210940.895000', '210941.355000', '210941.815000', '210942.275000', '210942.735000', '210943.195000', '210943.655000', '210944.115000', '210944.575000', '210945.035000', '210945.495000', '210945.955000', '210946.415000', '210946.875000', '210947.335000', '210947.795000', '210948.255000', '210948.715000', '210949.175000', '210949.635000', '210950.095000', '210950.555000', '210951.015000', '210951.475000', '210951.935000', '210952.395000', '210952.855000', '210953.315000', '210953.775000', '210954.235000', '210954.695000', '210955.155000', '210955.615000', '210956.075000', '210956.535000', '210956.995000', '210957.455000', '210957.915000', '210958.375000', '210958.835000', '210959.295000', '210959.755000', '211000.215000', '211000.675000', '211001.135000', '211001.595000', '211002.055000', '211002.515000', '211002.975000', '211003.435000', '211003.895000', '211004.355000', '211004.815000', '211005.275000', '211005.735000', '211006.195000', '211006.655000', '211007.115000', '211007.575000', '211008.035000', '211008.495000', '211008.955000', '211009.415000', '211009.875000', '211010.335000', '211010.795000', '211011.255000', '211011.715000', '211012.175000', '211012.635000', '211013.095000', '211013.555000', '211014.015000', '211014.475000', '211014.935000', '211015.395000', '211015.855000', '211016.315000', '211016.775000', '211017.235000', '211017.695000', '211018.155000', '211018.615000', '211019.075000', '211019.535000', '211019.995000', '211020.455000', '211020.915000', '211021.375000', '211021.835000', '211022.295000', '211022.755000', '211023.215000', '211023.675000', '211024.135000', '211024.595000', '211025.055000', '211025.515000', '211025.975000', '211026.435000', '211026.895000', '211027.355000', '211027.815000', '211028.275000', '211028.735000', '211029.195000', '211029.655000', '211030.115000', '211030.575000', '211031.035000', '211031.495000', '211031.955000', '211032.415000', '211032.875000', '211033.335000', '211033.795000', '211034.255000', '211034.715000', '211035.175000', '211035.635000', '211036.095000', '211036.555000', '211037.015000', '211037.475000', '211037.935000', '211038.395000', '211038.855000', '211039.315000', '211039.775000', '211040.235000', '211040.695000', '211041.155000', '211041.615000', '211042.075000', '211042.535000', '211042.995000', '211043.455000', '211043.915000', '211044.375000', '211044.835000', '211045.295000', '211045.755000', '211046.215000', '211046.675000', '211047.135000', '211047.595000', '211048.055000', '211048.515000', '211048.975000', '211049.435000', '211049.895000', '211050.355000', '211050.815000', '211051.275000', '211051.735000', '211052.195000', '211052.655000', '211053.115000', '211053.575000', '211054.035000', '211054.495000', '211054.955000', '211055.415000', '211055.875000', '211056.335000', '211056.795000', '211057.255000', '211057.715000', '211058.175000', '211058.635000', '211059.095000', '211059.555000', '211100.015000', '211100.475000', '211100.935000', '211101.395000', '211101.855000', '211102.315000', '211102.775000', '211103.235000', '211103.695000', '211104.155000', '211104.615000', '211105.075000', '211105.535000', '211105.995000', '211106.455000', '211106.915000', '211107.375000', '211107.835000', '211108.295000', '211108.755000', '211109.215000', '211109.675000', '211110.135000', '211110.595000', '211111.055000', '211111.515000', '211111.975000', '211112.435000', '211112.895000', '211113.355000', '211113.815000', '211114.275000', '211114.735000', '211115.195000', '211115.655000', '211116.115000', '211116.575000', '211117.035000', '211117.495000', '211117.955000', '211118.415000', '211118.875000', '211119.335000', '211119.795000', '211120.255000', '211120.715000', '211121.175000', '211121.635000', '211122.095000', '211122.555000', '211123.015000', '211123.475000', '211123.935000', '211124.395000', '211124.855000', '211125.315000', '211125.775000', '211126.235000', '211126.695000', '211127.155000', '211127.615000', '211128.075000'], 'ContentTime': ['210511.739000', '210511.742000', '210511.745000', '210511.748000', '210511.750000', '210511.753000', '210511.756000', '210511.758000', '210511.761000', '210511.763000', '210511.766000', '210511.769000', '210511.771000', '210511.774000', '210511.777000', '210511.779000', '210511.782000', '210511.785000', '210511.787000', '210511.791000', '210511.793000', '210511.796000', '210511.799000', '210511.801000', '210511.804000', '210511.806000', '210511.809000', '210511.812000', '210511.814000', '210511.817000', '210511.819000', '210511.822000', '210511.825000', '210511.827000', '210511.830000', '210511.832000', '210511.835000', '210511.837000', '210511.840000', '210511.843000', '210511.845000', '210511.848000', '210511.851000', '210511.853000', '210511.856000', '210511.859000', '210511.861000', '210511.864000', '210511.866000', '210531.699000', '210531.702000', '210531.705000', '210531.707000', '210531.710000', '210531.713000', '210531.715000', '210531.718000', '210531.720000', '210531.723000', '210531.726000', '210531.728000', '210531.731000', '210531.733000', '210531.736000', '210531.739000', '210531.744000', '210531.746000', '210531.749000', '210531.751000', '210531.754000', '210531.757000', '210531.759000', '210531.762000', '210531.764000', '210531.767000', '210531.769000', '210531.772000', '210531.775000', '210531.777000', '210531.780000', '210531.782000', '210531.785000', '210531.787000', '210531.790000', '210531.793000', '210531.795000', '210531.798000', '210531.840000', '210531.842000', '210531.845000', '210531.848000', '210531.850000', '210531.853000', '210551.700000', '210551.702000', '210551.705000', '210551.707000', '210551.710000', '210551.713000', '210551.715000', '210551.718000', '210551.720000', '210551.723000', '210551.726000', '210551.728000', '210551.731000', '210551.733000', '210551.736000', '210551.738000', '210551.741000', '210551.744000', '210551.746000', '210551.749000', '210551.752000', '210551.754000', '210551.757000', '210551.759000', '210551.762000', '210551.769000', '210551.774000', '210551.776000', '210551.779000', '210551.781000', '210551.784000', '210551.787000', '210551.789000', '210551.792000', '210551.794000', '210551.797000', '210551.800000', '210551.802000', '210551.805000', '210551.807000', '210551.810000', '210551.812000', '210551.815000', '210611.699000', '210611.702000', '210611.705000', '210611.708000', '210611.711000', '210611.738000', '210611.740000', '210611.743000', '210611.746000', '210611.748000', '210611.751000', '210611.753000', '210611.756000', '210611.758000', '210611.761000', '210611.764000', '210611.766000', '210611.769000', '210611.771000', '210611.774000', '210611.777000', '210611.779000', '210611.782000', '210611.784000', '210611.787000', '210611.789000', '210611.792000', '210611.795000', '210611.798000', '210611.801000', '210611.803000', '210611.806000', '210611.809000', '210611.811000', '210611.814000', '210611.816000', '210611.819000', '210611.822000', '210611.824000', '210611.827000', '210611.830000', '210611.832000', '210611.835000', '210611.838000', '210631.698000', '210631.701000', '210631.704000', '210631.721000', '210631.723000', '210631.726000', '210631.728000', '210631.731000', '210631.734000', '210631.736000', '210631.739000', '210631.741000', '210631.744000', '210631.746000', '210631.749000', '210631.751000', '210631.754000', '210631.757000', '210631.759000', '210631.762000', '210631.764000', '210631.767000', '210631.770000', '210631.772000', '210631.775000', '210631.777000', '210631.781000', '210631.783000', '210631.786000', '210631.790000', '210631.793000', '210631.796000', '210631.799000', '210631.829000', '210631.841000', '210631.843000', '210631.846000', '210631.849000', '210631.851000', '210631.854000', '210631.856000', '210631.859000', '210631.862000', '210651.700000', '210651.708000', '210651.711000', '210651.714000', '210651.716000', '210651.719000', '210651.722000', '210651.724000', '210651.727000', '210651.729000', '210651.732000', '210651.735000', '210651.737000', '210651.740000', '210651.743000', '210651.745000', '210651.748000', '210651.751000', '210651.753000', '210651.756000', '210651.758000', '210651.761000', '210651.764000', '210651.766000', '210651.769000', '210651.771000', '210651.774000', '210651.777000', '210651.779000', '210651.782000', '210651.785000', '210651.787000', '210651.790000', '210651.792000', '210651.795000', '210651.798000', '210651.800000', '210651.803000', '210651.806000', '210651.808000', '210651.811000', '210651.814000', '210651.816000', '210651.819000', '210711.699000', '210711.702000', '210711.705000', '210711.707000', '210711.710000', '210711.713000', '210711.715000', '210711.718000', '210711.721000', '210711.723000', '210711.726000', '210711.729000', '210711.731000', '210711.734000', '210711.736000', '210711.739000', '210711.742000', '210711.744000', '210711.747000', '210711.749000', '210711.752000', '210711.755000', '210711.757000', '210711.760000', '210711.763000', '210711.765000', '210711.768000', '210711.771000', '210711.773000', '210711.776000', '210711.778000', '210711.781000', '210711.784000', '210711.787000', '210711.790000', '210711.794000', '210711.797000', '210711.841000', '210711.844000', '210711.847000', '210711.849000', '210711.852000', '210711.854000', '210731.700000', '210731.703000', '210731.705000', '210731.708000', '210731.710000', '210731.713000', '210731.716000', '210731.718000', '210731.721000', '210731.724000', '210731.726000', '210731.729000', '210731.732000', '210731.734000', '210731.737000', '210731.739000', '210731.742000', '210731.745000', '210731.747000', '210731.750000', '210731.753000', '210731.756000', '210731.758000', '210731.761000', '210731.763000', '210731.766000', '210731.768000', '210731.771000', '210731.774000', '210731.776000', '210731.779000', '210731.785000', '210731.787000', '210731.790000', '210731.793000', '210731.796000', '210731.798000', '210731.801000', '210731.804000', '210731.806000', '210731.809000', '210731.811000', '210731.814000', '210731.817000', '210751.699000', '210751.702000', '210751.705000', '210751.708000', '210751.710000', '210751.713000', '210751.715000', '210751.718000', '210751.721000', '210751.723000', '210751.726000', '210751.728000', '210751.731000', '210751.734000', '210751.736000', '210751.739000', '210751.741000', '210751.744000', '210751.746000', '210751.749000', '210751.752000', '210751.754000', '210751.757000', '210751.759000', '210751.762000', '210751.764000', '210751.767000', '210751.770000', '210751.796000', '210751.799000', '210751.849000', '210751.852000', '210751.854000', '210751.857000', '210751.860000', '210751.862000', '210751.865000', '210751.867000', '210751.871000', '210751.874000', '210751.876000', '210751.879000', '210751.882000', '210811.700000', '210811.702000', '210811.705000', '210811.707000', '210811.710000', '210811.713000', '210811.715000', '210811.718000', '210811.721000', '210811.723000', '210811.726000', '210811.728000', '210811.731000', '210811.734000', '210811.736000', '210811.739000', '210811.741000', '210811.744000', '210811.747000', '210811.749000', '210811.752000', '210811.754000', '210811.757000', '210811.760000', '210811.762000', '210811.765000', '210811.767000', '210811.770000', '210811.773000', '210811.775000', '210811.778000', '210811.781000', '210811.783000', '210811.786000', '210811.788000', '210811.791000', '210811.794000', '210811.796000', '210811.799000', '210811.849000', '210811.851000', '210811.854000', '210811.857000', '210811.859000', '210831.700000', '210831.702000', '210831.705000', '210831.708000', '210831.710000', '210831.713000', '210831.715000', '210831.718000', '210831.720000', '210831.723000', '210831.726000', '210831.728000', '210831.731000', '210831.733000', '210831.736000', '210831.739000', '210831.741000', '210831.744000', '210831.746000', '210831.749000', '210831.752000', '210831.754000', '210831.757000', '210831.759000', '210831.762000', '210831.764000', '210831.767000', '210831.770000', '210831.772000', '210831.775000', '210831.778000', '210831.780000', '210831.783000', '210831.785000', '210831.788000', '210831.790000', '210831.793000', '210831.795000', '210831.798000', '210831.801000', '210831.803000', '210831.806000', '210831.809000', '210851.698000', '210851.701000', '210851.704000', '210851.707000', '210851.709000', '210851.712000', '210851.714000', '210851.717000', '210851.720000', '210851.723000', '210851.726000', '210851.728000', '210851.731000', '210851.733000', '210851.736000', '210851.739000', '210851.741000', '210851.744000', '210851.747000', '210851.749000', '210851.752000', '210851.754000', '210851.757000', '210851.760000', '210851.762000', '210851.765000', '210851.767000', '210851.770000', '210851.773000', '210851.775000', '210851.778000', '210851.780000', '210851.783000', '210851.786000', '210851.788000', '210851.791000', '210851.793000', '210851.796000', '210851.799000', '210851.802000', '210851.804000', '210851.814000', '210851.816000', '210851.819000', '210911.699000', '210911.702000', '210911.705000', '210911.707000', '210911.710000', '210911.713000', '210911.715000', '210911.718000', '210911.720000', '210911.723000', '210911.726000', '210911.728000', '210911.731000', '210911.733000', '210911.736000', '210911.739000', '210911.741000', '210911.744000', '210911.746000', '210911.749000', '210911.751000', '210911.754000', '210911.757000', '210911.759000', '210911.762000', '210911.765000', '210911.767000', '210911.770000', '210911.772000', '210911.775000', '210911.778000', '210911.781000', '210911.783000', '210911.786000', '210911.788000', '210911.791000', '210911.794000', '210911.796000', '210911.799000', '210911.849000', '210911.852000', '210911.855000', '210911.857000', '210931.700000', '210931.703000', '210931.705000', '210931.708000', '210931.710000', '210931.713000', '210931.716000', '210931.718000', '210931.721000', '210931.723000', '210931.740000', '210931.742000', '210931.745000', '210931.748000', '210931.751000', '210931.753000', '210931.756000', '210931.758000', '210931.761000', '210931.764000', '210931.766000', '210931.769000', '210931.771000', '210931.774000', '210931.777000', '210931.779000', '210931.782000', '210931.784000', '210931.787000', '210931.790000', '210931.792000', '210931.795000', '210931.797000', '210931.855000', '210931.858000', '210931.861000', '210931.863000', '210931.866000', '210931.868000', '210931.871000', '210931.873000', '210931.876000', '210931.879000', '210931.881000', '210951.699000', '210951.702000', '210951.705000', '210951.707000', '210951.710000', '210951.713000', '210951.715000', '210951.718000', '210951.720000', '210951.723000', '210951.726000', '210951.728000', '210951.731000', '210951.733000', '210951.736000', '210951.739000', '210951.741000', '210951.744000', '210951.746000', '210951.749000', '210951.751000', '210951.754000', '210951.757000', '210951.759000', '210951.762000', '210951.765000', '210951.767000', '210951.770000', '210951.772000', '210951.775000', '210951.778000', '210951.780000', '210951.783000', '210951.785000', '210951.788000', '210951.790000', '210951.793000', '210951.796000', '210951.798000', '210951.873000', '210951.876000', '210951.878000', '210951.881000', '211011.699000', '211011.702000', '211011.705000', '211011.708000', '211011.711000', '211011.713000', '211011.716000', '211011.719000', '211011.721000', '211011.724000', '211011.727000', '211011.729000', '211011.732000', '211011.735000', '211011.737000', '211011.740000', '211011.742000', '211011.745000', '211011.748000', '211011.750000', '211011.753000', '211011.755000', '211011.758000', '211011.761000', '211011.763000', '211011.766000', '211011.769000', '211011.771000', '211011.774000', '211011.776000', '211011.779000', '211011.782000', '211011.784000', '211011.787000', '211011.789000', '211011.792000', '211011.794000', '211011.797000', '211011.800000', '211011.802000', '211011.805000', '211011.808000', '211011.810000', '211011.813000', '211031.699000', '211031.702000', '211031.705000', '211031.708000', '211031.710000', '211031.713000', '211031.715000', '211031.718000', '211031.720000', '211031.723000', '211031.726000', '211031.728000', '211031.731000', '211031.733000', '211031.736000', '211031.739000', '211031.741000', '211031.744000', '211031.746000', '211031.749000', '211031.751000', '211031.754000', '211031.757000', '211031.759000', '211031.762000', '211031.764000', '211031.767000', '211031.770000', '211031.772000', '211031.775000', '211031.777000', '211031.780000', '211031.782000', '211031.785000', '211031.788000', '211031.790000', '211031.793000', '211031.795000', '211031.798000', '211031.845000', '211031.848000', '211031.850000', '211031.853000', '211051.698000', '211051.701000', '211051.704000', '211051.707000', '211051.709000', '211051.712000', '211051.714000', '211051.717000', '211051.720000', '211051.722000', '211051.725000', '211051.728000', '211051.730000', '211051.733000', '211051.736000', '211051.738000', '211051.741000', '211051.743000', '211051.746000', '211051.748000', '211051.751000', '211051.767000', '211051.770000', '211051.772000', '211051.775000', '211051.777000', '211051.780000', '211051.782000', '211051.785000', '211051.788000', '211051.790000', '211051.793000', '211051.797000', '211051.837000', '211051.840000', '211051.843000', '211051.845000', '211051.848000', '211051.851000', '211051.853000', '211051.856000', '211051.859000', '211051.861000', '211111.698000', '211111.701000', '211111.704000', '211111.707000', '211111.709000', '211111.712000', '211111.714000', '211111.717000', '211111.720000', '211111.722000', '211111.725000', '211111.728000', '211111.730000', '211111.733000', '211111.735000', '211111.738000', '211111.741000', '211111.743000', '211111.746000', '211111.749000', '211111.751000', '211111.754000', '211111.756000', '211111.759000', '211111.762000', '211111.764000', '211111.767000', '211111.769000', '211111.772000', '211111.774000', '211111.777000', '211111.780000', '211111.782000', '211111.785000', '211111.787000', '211111.790000', '211111.793000', '211111.795000', '211111.798000', '211111.870000', '211111.873000', '211111.875000', '211111.878000', '211111.881000', '211129.888000', '211129.892000', '211129.895000', '211129.898000', '211129.901000', '211129.904000', '211129.906000', '211129.910000', '211129.914000', '211129.919000', '211129.922000', '211129.925000', '211129.928000', '211129.930000', '211129.933000', '211129.937000', '211129.939000', '211129.942000', '211129.945000', '211129.948000', '211129.950000', '211129.953000', '211129.956000', '211129.959000', '211129.961000', '211129.964000', '211129.970000', '211129.973000', '211129.976000', '211129.979000', '211129.981000', '211129.984000', '211129.987000', '211129.990000', '211129.992000', '211129.995000', '211129.998000', '211130.002000', '211130.005000', '211130.008000'], 'InstanceCreationTime': ['210511.739000', '210511.742000', '210511.745000', '210511.748000', '210511.750000', '210511.753000', '210511.756000', '210511.758000', '210511.761000', '210511.763000', '210511.766000', '210511.769000', '210511.771000', '210511.774000', '210511.777000', '210511.779000', '210511.782000', '210511.785000', '210511.787000', '210511.791000', '210511.793000', '210511.796000', '210511.799000', '210511.801000', '210511.804000', '210511.806000', '210511.809000', '210511.812000', '210511.814000', '210511.817000', '210511.819000', '210511.822000', '210511.825000', '210511.827000', '210511.830000', '210511.832000', '210511.835000', '210511.837000', '210511.840000', '210511.843000', '210511.845000', '210511.848000', '210511.851000', '210511.853000', '210511.856000', '210511.859000', '210511.861000', '210511.864000', '210511.866000', '210531.699000', '210531.702000', '210531.705000', '210531.707000', '210531.710000', '210531.713000', '210531.715000', '210531.718000', '210531.720000', '210531.723000', '210531.726000', '210531.728000', '210531.731000', '210531.733000', '210531.736000', '210531.739000', '210531.744000', '210531.746000', '210531.749000', '210531.751000', '210531.754000', '210531.757000', '210531.759000', '210531.762000', '210531.764000', '210531.767000', '210531.769000', '210531.772000', '210531.775000', '210531.777000', '210531.780000', '210531.782000', '210531.785000', '210531.787000', '210531.790000', '210531.793000', '210531.795000', '210531.798000', '210531.840000', '210531.842000', '210531.845000', '210531.848000', '210531.850000', '210531.853000', '210551.700000', '210551.702000', '210551.705000', '210551.707000', '210551.710000', '210551.713000', '210551.715000', '210551.718000', '210551.720000', '210551.723000', '210551.726000', '210551.728000', '210551.731000', '210551.733000', '210551.736000', '210551.738000', '210551.741000', '210551.744000', '210551.746000', '210551.749000', '210551.752000', '210551.754000', '210551.757000', '210551.759000', '210551.762000', '210551.769000', '210551.774000', '210551.776000', '210551.779000', '210551.781000', '210551.784000', '210551.787000', '210551.789000', '210551.792000', '210551.794000', '210551.797000', '210551.800000', '210551.802000', '210551.805000', '210551.807000', '210551.810000', '210551.812000', '210551.815000', '210611.699000', '210611.702000', '210611.705000', '210611.708000', '210611.711000', '210611.738000', '210611.740000', '210611.743000', '210611.746000', '210611.748000', '210611.751000', '210611.753000', '210611.756000', '210611.758000', '210611.761000', '210611.764000', '210611.766000', '210611.769000', '210611.771000', '210611.774000', '210611.777000', '210611.779000', '210611.782000', '210611.784000', '210611.787000', '210611.789000', '210611.792000', '210611.795000', '210611.798000', '210611.801000', '210611.803000', '210611.806000', '210611.809000', '210611.811000', '210611.814000', '210611.816000', '210611.819000', '210611.822000', '210611.824000', '210611.827000', '210611.830000', '210611.832000', '210611.835000', '210611.838000', '210631.698000', '210631.701000', '210631.704000', '210631.721000', '210631.723000', '210631.726000', '210631.728000', '210631.731000', '210631.734000', '210631.736000', '210631.739000', '210631.741000', '210631.744000', '210631.746000', '210631.749000', '210631.751000', '210631.754000', '210631.757000', '210631.759000', '210631.762000', '210631.764000', '210631.767000', '210631.770000', '210631.772000', '210631.775000', '210631.777000', '210631.781000', '210631.783000', '210631.786000', '210631.790000', '210631.793000', '210631.796000', '210631.799000', '210631.829000', '210631.841000', '210631.843000', '210631.846000', '210631.849000', '210631.851000', '210631.854000', '210631.856000', '210631.859000', '210631.862000', '210651.700000', '210651.708000', '210651.711000', '210651.714000', '210651.716000', '210651.719000', '210651.722000', '210651.724000', '210651.727000', '210651.729000', '210651.732000', '210651.735000', '210651.737000', '210651.740000', '210651.743000', '210651.745000', '210651.748000', '210651.751000', '210651.753000', '210651.756000', '210651.758000', '210651.761000', '210651.764000', '210651.766000', '210651.769000', '210651.771000', '210651.774000', '210651.777000', '210651.779000', '210651.782000', '210651.785000', '210651.787000', '210651.790000', '210651.792000', '210651.795000', '210651.798000', '210651.800000', '210651.803000', '210651.806000', '210651.808000', '210651.811000', '210651.814000', '210651.816000', '210651.819000', '210711.699000', '210711.702000', '210711.705000', '210711.707000', '210711.710000', '210711.713000', '210711.715000', '210711.718000', '210711.721000', '210711.723000', '210711.726000', '210711.729000', '210711.731000', '210711.734000', '210711.736000', '210711.739000', '210711.742000', '210711.744000', '210711.747000', '210711.749000', '210711.752000', '210711.755000', '210711.757000', '210711.760000', '210711.763000', '210711.765000', '210711.768000', '210711.771000', '210711.773000', '210711.776000', '210711.778000', '210711.781000', '210711.784000', '210711.787000', '210711.790000', '210711.794000', '210711.797000', '210711.841000', '210711.844000', '210711.847000', '210711.849000', '210711.852000', '210711.854000', '210731.700000', '210731.703000', '210731.705000', '210731.708000', '210731.710000', '210731.713000', '210731.716000', '210731.718000', '210731.721000', '210731.724000', '210731.726000', '210731.729000', '210731.732000', '210731.734000', '210731.737000', '210731.739000', '210731.742000', '210731.745000', '210731.747000', '210731.750000', '210731.753000', '210731.756000', '210731.758000', '210731.761000', '210731.763000', '210731.766000', '210731.768000', '210731.771000', '210731.774000', '210731.776000', '210731.779000', '210731.785000', '210731.787000', '210731.790000', '210731.793000', '210731.796000', '210731.798000', '210731.801000', '210731.804000', '210731.806000', '210731.809000', '210731.811000', '210731.814000', '210731.817000', '210751.699000', '210751.702000', '210751.705000', '210751.708000', '210751.710000', '210751.713000', '210751.715000', '210751.718000', '210751.721000', '210751.723000', '210751.726000', '210751.728000', '210751.731000', '210751.734000', '210751.736000', '210751.739000', '210751.741000', '210751.744000', '210751.746000', '210751.749000', '210751.752000', '210751.754000', '210751.757000', '210751.759000', '210751.762000', '210751.764000', '210751.767000', '210751.770000', '210751.796000', '210751.799000', '210751.849000', '210751.852000', '210751.854000', '210751.857000', '210751.860000', '210751.862000', '210751.865000', '210751.867000', '210751.871000', '210751.874000', '210751.876000', '210751.879000', '210751.882000', '210811.700000', '210811.702000', '210811.705000', '210811.707000', '210811.710000', '210811.713000', '210811.715000', '210811.718000', '210811.721000', '210811.723000', '210811.726000', '210811.728000', '210811.731000', '210811.734000', '210811.736000', '210811.739000', '210811.741000', '210811.744000', '210811.747000', '210811.749000', '210811.752000', '210811.754000', '210811.757000', '210811.760000', '210811.762000', '210811.765000', '210811.767000', '210811.770000', '210811.773000', '210811.775000', '210811.778000', '210811.781000', '210811.783000', '210811.786000', '210811.788000', '210811.791000', '210811.794000', '210811.796000', '210811.799000', '210811.849000', '210811.851000', '210811.854000', '210811.857000', '210811.859000', '210831.700000', '210831.702000', '210831.705000', '210831.708000', '210831.710000', '210831.713000', '210831.715000', '210831.718000', '210831.720000', '210831.723000', '210831.726000', '210831.728000', '210831.731000', '210831.733000', '210831.736000', '210831.739000', '210831.741000', '210831.744000', '210831.746000', '210831.749000', '210831.752000', '210831.754000', '210831.757000', '210831.759000', '210831.762000', '210831.764000', '210831.767000', '210831.770000', '210831.772000', '210831.775000', '210831.778000', '210831.780000', '210831.783000', '210831.785000', '210831.788000', '210831.790000', '210831.793000', '210831.795000', '210831.798000', '210831.801000', '210831.803000', '210831.806000', '210831.809000', '210851.698000', '210851.701000', '210851.704000', '210851.707000', '210851.709000', '210851.712000', '210851.714000', '210851.717000', '210851.720000', '210851.723000', '210851.726000', '210851.728000', '210851.731000', '210851.733000', '210851.736000', '210851.739000', '210851.741000', '210851.744000', '210851.747000', '210851.749000', '210851.752000', '210851.754000', '210851.757000', '210851.760000', '210851.762000', '210851.765000', '210851.767000', '210851.770000', '210851.773000', '210851.775000', '210851.778000', '210851.780000', '210851.783000', '210851.786000', '210851.788000', '210851.791000', '210851.793000', '210851.796000', '210851.799000', '210851.802000', '210851.804000', '210851.814000', '210851.816000', '210851.819000', '210911.699000', '210911.702000', '210911.705000', '210911.707000', '210911.710000', '210911.713000', '210911.715000', '210911.718000', '210911.720000', '210911.723000', '210911.726000', '210911.728000', '210911.731000', '210911.733000', '210911.736000', '210911.739000', '210911.741000', '210911.744000', '210911.746000', '210911.749000', '210911.751000', '210911.754000', '210911.757000', '210911.759000', '210911.762000', '210911.765000', '210911.767000', '210911.770000', '210911.772000', '210911.775000', '210911.778000', '210911.781000', '210911.783000', '210911.786000', '210911.788000', '210911.791000', '210911.794000', '210911.796000', '210911.799000', '210911.849000', '210911.852000', '210911.855000', '210911.857000', '210931.700000', '210931.703000', '210931.705000', '210931.708000', '210931.710000', '210931.713000', '210931.716000', '210931.718000', '210931.721000', '210931.723000', '210931.740000', '210931.742000', '210931.745000', '210931.748000', '210931.751000', '210931.753000', '210931.756000', '210931.758000', '210931.761000', '210931.764000', '210931.766000', '210931.769000', '210931.771000', '210931.774000', '210931.777000', '210931.779000', '210931.782000', '210931.784000', '210931.787000', '210931.790000', '210931.792000', '210931.795000', '210931.797000', '210931.855000', '210931.858000', '210931.861000', '210931.863000', '210931.866000', '210931.868000', '210931.871000', '210931.873000', '210931.876000', '210931.879000', '210931.881000', '210951.699000', '210951.702000', '210951.705000', '210951.707000', '210951.710000', '210951.713000', '210951.715000', '210951.718000', '210951.720000', '210951.723000', '210951.726000', '210951.728000', '210951.731000', '210951.733000', '210951.736000', '210951.739000', '210951.741000', '210951.744000', '210951.746000', '210951.749000', '210951.751000', '210951.754000', '210951.757000', '210951.759000', '210951.762000', '210951.765000', '210951.767000', '210951.770000', '210951.772000', '210951.775000', '210951.778000', '210951.780000', '210951.783000', '210951.785000', '210951.788000', '210951.790000', '210951.793000', '210951.796000', '210951.798000', '210951.873000', '210951.876000', '210951.878000', '210951.881000', '211011.699000', '211011.702000', '211011.705000', '211011.708000', '211011.711000', '211011.713000', '211011.716000', '211011.719000', '211011.721000', '211011.724000', '211011.727000', '211011.729000', '211011.732000', '211011.735000', '211011.737000', '211011.740000', '211011.742000', '211011.745000', '211011.748000', '211011.750000', '211011.753000', '211011.755000', '211011.758000', '211011.761000', '211011.763000', '211011.766000', '211011.769000', '211011.771000', '211011.774000', '211011.776000', '211011.779000', '211011.782000', '211011.784000', '211011.787000', '211011.789000', '211011.792000', '211011.794000', '211011.797000', '211011.800000', '211011.802000', '211011.805000', '211011.808000', '211011.810000', '211011.813000', '211031.699000', '211031.702000', '211031.705000', '211031.708000', '211031.710000', '211031.713000', '211031.715000', '211031.718000', '211031.720000', '211031.723000', '211031.726000', '211031.728000', '211031.731000', '211031.733000', '211031.736000', '211031.739000', '211031.741000', '211031.744000', '211031.746000', '211031.749000', '211031.751000', '211031.754000', '211031.757000', '211031.759000', '211031.762000', '211031.764000', '211031.767000', '211031.770000', '211031.772000', '211031.775000', '211031.777000', '211031.780000', '211031.782000', '211031.785000', '211031.788000', '211031.790000', '211031.793000', '211031.795000', '211031.798000', '211031.845000', '211031.848000', '211031.850000', '211031.853000', '211051.698000', '211051.701000', '211051.704000', '211051.707000', '211051.709000', '211051.712000', '211051.714000', '211051.717000', '211051.720000', '211051.722000', '211051.725000', '211051.728000', '211051.730000', '211051.733000', '211051.736000', '211051.738000', '211051.741000', '211051.743000', '211051.746000', '211051.748000', '211051.751000', '211051.767000', '211051.770000', '211051.772000', '211051.775000', '211051.777000', '211051.780000', '211051.782000', '211051.785000', '211051.788000', '211051.790000', '211051.793000', '211051.797000', '211051.837000', '211051.840000', '211051.843000', '211051.845000', '211051.848000', '211051.851000', '211051.853000', '211051.856000', '211051.859000', '211051.861000', '211111.698000', '211111.701000', '211111.704000', '211111.707000', '211111.709000', '211111.712000', '211111.714000', '211111.717000', '211111.720000', '211111.722000', '211111.725000', '211111.728000', '211111.730000', '211111.733000', '211111.735000', '211111.738000', '211111.741000', '211111.743000', '211111.746000', '211111.749000', '211111.751000', '211111.754000', '211111.756000', '211111.759000', '211111.762000', '211111.764000', '211111.767000', '211111.769000', '211111.772000', '211111.774000', '211111.777000', '211111.780000', '211111.782000', '211111.785000', '211111.787000', '211111.790000', '211111.793000', '211111.795000', '211111.798000', '211111.870000', '211111.873000', '211111.875000', '211111.878000', '211111.881000', '211129.888000', '211129.892000', '211129.895000', '211129.898000', '211129.901000', '211129.904000', '211129.906000', '211129.910000', '211129.914000', '211129.919000', '211129.922000', '211129.925000', '211129.928000', '211129.930000', '211129.933000', '211129.937000', '211129.939000', '211129.942000', '211129.945000', '211129.948000', '211129.950000', '211129.953000', '211129.956000', '211129.959000', '211129.961000', '211129.964000', '211129.970000', '211129.973000', '211129.976000', '211129.979000', '211129.981000', '211129.984000', '211129.987000', '211129.990000', '211129.992000', '211129.995000', '211129.998000', '211130.002000', '211130.005000', '211130.008000'], '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': [9175, 11671, 9415, 6890, 9680, 9187, 11702, 10082, 7007, 12513, 10900, 8339, 12863, 9485, 6945, 7648, 6685, 6600, 7251, 6914, 7509, 7480, 6764, 7311, 6930, 6764, 7586, 6766, 7052, 8654, 6664, 11023, 9668, 10433, 9949, 7267, 9311, 9087, 7257, 8935, 8079, 6845, 7533, 7521, 6325, 6762, 8101, 7232, 7783, 7388, 7233, 6393, 7273, 8121, 8100, 8914, 9073, 11448, 8879, 7606, 9837, 7632, 11057, 7080, 10232, 6957, 8998, 6990, 9658, 6941, 7224, 6992, 7258, 8102, 6896, 8388, 7483, 6784, 7584, 6524, 9723, 7918, 6556, 8688, 6713, 8612, 6674, 11726, 6997, 6996, 8188, 6992, 8426, 7135, 9379, 8045, 6885, 8219, 7195, 10432, 10780, 7839, 9035, 6671, 8035, 8908, 7507, 9763, 9192, 7509, 8481, 6548, 8307, 9163, 7792, 7103, 6497, 7021, 7959, 7715, 10637, 7363, 9107, 7875, 6987, 9204, 7019, 11562, 8694, 6807, 8382, 6925, 10959, 7474, 7043, 7686, 7022, 8239, 7205, 6808, 6812, 6912, 7352, 6483, 7029, 6995, 6398, 7198, 6712, 6530, 7012, 6258, 8269, 7837, 8352, 10033, 10203, 13579, 9763, 10405, 6866, 10251, 7105, 10405, 9131, 8867, 8411, 6649, 8644, 6254, 8792, 6814, 8827, 8646, 7004, 7268, 6225, 8725, 7245, 6430, 8833, 6676, 8128, 6714, 8684, 8265, 8203, 8365, 7065, 10003, 8408, 10065, 10183, 8254, 12391, 10179, 7042, 7030, 6632, 7272, 6650, 6394, 6694, 7134, 7171, 7861, 6679, 8737, 6610, 10487, 8121, 11303, 7715, 9862, 9377, 8020, 11611, 7572, 12321, 7328, 10964, 9783, 12956, 11972, 7916, 9963, 6946, 11554, 8028, 10110, 9057, 7226, 8790, 7788, 10772, 8292, 7158, 9163, 7765, 12194, 8109, 10650, 10269, 7354, 9956, 7584, 9892, 7823, 8413, 9079, 7947, 9335, 6885, 7871, 7808, 6687, 6484, 7090, 8206, 7141, 6842, 7010, 7423, 6486, 6641, 6851, 7146, 6940, 7695, 10231, 9127, 7315, 10657, 8123, 10873, 11875, 8850, 11624, 7558, 7601, 7553, 7706, 9441, 7460, 7553, 8324, 7007, 10575, 7021, 7170, 8202, 8840, 6833, 9873, 6806, 6446, 8042, 9431, 7278, 9728, 7370, 6752, 6478, 7537, 8085, 10009, 9100, 10009, 7093, 7072, 6512, 6587, 6956, 7331, 6581, 6622, 8015, 9554, 6976, 10944, 10359, 7828, 12102, 9150, 7904, 9963, 7652, 7687, 9052, 7308, 8623, 7909, 6831, 6737, 6461, 7283, 6933, 8009, 6904, 7004, 8277, 7621, 6620, 7788, 8986, 7343, 6182, 6746, 6417, 6690, 6888, 7095, 6435, 6914, 7117, 6771, 7049, 6680, 8685, 6617, 8666, 6544, 11447, 7150, 9616, 9668, 6859, 8745, 7628, 11277, 10462, 12167, 10391, 6483, 9008, 6996, 9883, 7235, 10654, 8158, 9187, 8705, 7028, 9525, 6653, 9225, 7336, 7903, 7773, 6758, 8183, 6746, 8368, 7166, 7733, 7667, 6830, 8402, 7083, 8741, 7423, 7408, 8500, 6621, 9017, 7556, 6438, 6821, 6195, 7832, 9210, 8018, 7515, 7569, 6677, 9159, 7084, 8252, 9880, 8481, 12477, 8104, 10848, 7206, 11014, 9043, 12685, 9080, 6574, 9096, 6649, 9045, 6831, 11098, 6864, 6955, 7360, 6683, 8820, 6433, 8656, 6494, 6652, 6882, 6373, 7388, 8358, 6221, 7812, 7687, 6247, 8789, 6435, 11769, 8783, 11179, 12077, 9469, 11967, 8065, 8111, 9136, 6530, 10990, 9510, 6518, 9527, 6988, 9113, 8636, 6672, 7115, 8465, 6595, 9369, 9171, 7099, 9551, 6826, 11810, 9553, 11114, 10458, 8196, 12089, 7647, 10038, 6444, 6924, 6376, 6186, 7864, 6513, 8057, 6205, 6774, 7364, 7277, 9520, 7016, 9184, 6340, 8806, 6596, 9528, 7225, 9135, 8602, 6309, 6995, 6451, 9180, 7832, 6344, 8320, 6465, 8382, 7468, 11874, 8786, 6937, 9199, 6866, 8862, 6542, 10223, 8018, 8096, 7844, 6647, 8608, 6373, 8999, 7176, 9252, 8187, 6520, 8507, 6234, 10943, 8206, 8981, 10099, 6895, 10921, 8153, 13051, 9809, 12456, 10817, 8577, 10358, 7307, 9374, 8710, 9702, 8159, 6548, 9037, 11765, 9223, 7419, 10301, 8392, 8125, 6292, 7173, 6905, 6370, 6178, 8218, 6455, 7238, 8426, 8936, 11598, 6397, 6191, 9473, 8329, 9114, 11798, 9339, 13251, 7948, 11738, 8932, 9528, 8941, 8666, 8394, 6362, 8780, 7359, 9559, 8138, 7576, 9971, 6574, 6439, 6686, 7439, 9896, 10303, 9737, 8667, 6882, 9418, 8062, 11081, 8886, 8449, 10108, 6866, 10832, 6900, 7368, 8249, 7522, 7071, 10238, 8936, 10978, 9390, 10208, 13818, 10842, 7141, 7082, 6134, 6645, 6403, 9256, 8010, 7784, 12345, 10316, 11302, 14068, 13497, 11602, 15482, 11633, 8807, 11240, 7048, 8804, 11054, 7367, 6811, 6820, 6263, 10211, 7022, 8276, 8975, 6627, 10416, 7316, 13284, 8809, 8029, 10508, 7195, 6499, 10433, 8906, 14111, 10323, 7837, 9829, 6551, 10177, 8709, 8894, 9896, 7159, 6854, 9148, 6493, 8644, 6317, 6474, 7192, 6276, 9325, 7859, 6401, 10417, 7077, 10224, 7930, 11696, 11718, 9827, 13055, 12495, 14631, 12879, 12320, 13816, 11774, 11895, 9584, 6698, 7106, 7450, 6066, 6500, 6518, 6345, 6192, 6167, 6725, 6923, 6920, 6214, 6694, 7005, 6306, 9252, 8607, 8532, 8432, 9566, 10618, 9761, 11889, 9586, 12697, 8090, 12823, 8518, 13337, 8133, 13735, 9777, 12647, 13074, 9358, 13020, 8302, 11269, 8494, 6398, 7336, 6444, 8314, 7288, 8080, 7034, 6325, 9256, 6850, 7388, 7786, 6295, 10638, 7701, 9702, 9493, 7683, 8824, 6563, 9016, 6765, 8086, 6412, 6194, 6373, 6220, 9576, 8367, 6347, 10048, 8084, 6621, 10616, 7633, 6283, 11126, 8178, 8227, 10549, 6904, 12028, 10108, 8431, 9626, 7121, 11355, 6714, 11600, 6915, 12363, 7720, 7282, 8009, 6263, 8489, 6279, 6377, 10338, 9465, 7839, 10056, 7299, 11787, 10599, 9959, 9728, 7599, 12292, 7947, 12442, 10134, 8838, 8661, 6271, 11211, 7458, 10219, 8580, 7015, 9898, 6515, 10650, 8919, 7807, 7807, 6703, 11012, 8841, 8215, 7034, 6183, 9747, 8432, 6635, 8360, 6356, 9929, 8048, 6705, 11728, 10019, 7464, 9908, 6349, 12263, 11067, 8200, 10389, 6892, 13263, 10261, 13011, 9771, 6619, 8753, 6222, 10418, 7894, 8367, 9227, 7074, 9399, 6957, 12760, 9476, 11016, 6734], 'WindowCenter': [4150.0, 4155.0, 4119.0, 4088.0, 4120.0, 4106.0, 4124.0, 4103.0, 4072.0, 4110.0, 4098.0, 4066.0, 4108.0, 4086.0, 4054.0, 4052.0, 4054.0, 4054.0, 4054.0, 4057.0, 4067.0, 4069.0, 4070.0, 4082.0, 4084.0, 4071.0, 4080.0, 4070.0, 4069.0, 4093.0, 4072.0, 4107.0, 4101.0, 4099.0, 4098.0, 4082.0, 4089.0, 4090.0, 4055.0, 4064.0, 4065.0, 4045.0, 4068.0, 4066.0, 4046.0, 4057.0, 4066.0, 4066.0, 4079.0, 4067.0, 4067.0, 4057.0, 4068.0, 4093.0, 4081.0, 4092.0, 4090.0, 4111.0, 4091.0, 4066.0, 4101.0, 4067.0, 4099.0, 4057.0, 4086.0, 4056.0, 4088.0, 4056.0, 4087.0, 4056.0, 4054.0, 4054.0, 4068.0, 4078.0, 4068.0, 4090.0, 4068.0, 4056.0, 4081.0, 4060.0, 4089.0, 4080.0, 4059.0, 4090.0, 4057.0, 4091.0, 4059.0, 4106.0, 4058.0, 4056.0, 4065.0, 4068.0, 4077.0, 4057.0, 4088.0, 4067.0, 4056.0, 4077.0, 4068.0, 4098.0, 4099.0, 4066.0, 4076.0, 4056.0, 4067.0, 4077.0, 4067.0, 4087.0, 4091.0, 4075.0, 4081.0, 4046.0, 4080.0, 4091.0, 4071.0, 4071.0, 4060.0, 4059.0, 4080.0, 4081.0, 4098.0, 4068.0, 4078.0, 4080.0, 4058.0, 4090.0, 4070.0, 4111.0, 4079.0, 4045.0, 4091.0, 4057.0, 4096.0, 4067.0, 4055.0, 4066.0, 4057.0, 4079.0, 4068.0, 4057.0, 4056.0, 4057.0, 4077.0, 4060.0, 4068.0, 4058.0, 4058.0, 4068.0, 4073.0, 4060.0, 4070.0, 4060.0, 4091.0, 4082.0, 4091.0, 4115.0, 4114.0, 4120.0, 4086.0, 4086.0, 4056.0, 4102.0, 4058.0, 4098.0, 4088.0, 4075.0, 4065.0, 4046.0, 4077.0, 4046.0, 4079.0, 4058.0, 4077.0, 4076.0, 4054.0, 4069.0, 4049.0, 4078.0, 4068.0, 4059.0, 4103.0, 4070.0, 4079.0, 4071.0, 4092.0, 4092.0, 4080.0, 4082.0, 4073.0, 4104.0, 4092.0, 4090.0, 4090.0, 4081.0, 4110.0, 4089.0, 4071.0, 4042.0, 4030.0, 4052.0, 4041.0, 4047.0, 4072.0, 4098.0, 4096.0, 4109.0, 4085.0, 4107.0, 4085.0, 4117.0, 4097.0, 4126.0, 4081.0, 4105.0, 4106.0, 4081.0, 4112.0, 4081.0, 4123.0, 4069.0, 4099.0, 4088.0, 4111.0, 4111.0, 4067.0, 4085.0, 4043.0, 4084.0, 4054.0, 4072.0, 4062.0, 4053.0, 4050.0, 4052.0, 4082.0, 4051.0, 4041.0, 4057.0, 4040.0, 4080.0, 4049.0, 4059.0, 4070.0, 4040.0, 4059.0, 4037.0, 4057.0, 4037.0, 4036.0, 4047.0, 4038.0, 4059.0, 4042.0, 4040.0, 4052.0, 4041.0, 4021.0, 4033.0, 4066.0, 4058.0, 4046.0, 4044.0, 4056.0, 4035.0, 4045.0, 4050.0, 4061.0, 4060.0, 4072.0, 4108.0, 4096.0, 4072.0, 4102.0, 4071.0, 4105.0, 4101.0, 4067.0, 4086.0, 4043.0, 4043.0, 4043.0, 4055.0, 4063.0, 4020.0, 4054.0, 4064.0, 4041.0, 4083.0, 4029.0, 4040.0, 4050.0, 4062.0, 4042.0, 4071.0, 4015.0, 4015.0, 4049.0, 4073.0, 4055.0, 4088.0, 4055.0, 4042.0, 4044.0, 4057.0, 4041.0, 4076.0, 4068.0, 4075.0, 4057.0, 4046.0, 4046.0, 4046.0, 4046.0, 4057.0, 4060.0, 4057.0, 4056.0, 4078.0, 4059.0, 4103.0, 4105.0, 4086.0, 4125.0, 4094.0, 4070.0, 4073.0, 4056.0, 4054.0, 4077.0, 4042.0, 4050.0, 4038.0, 4015.0, 4004.0, 4005.0, 4019.0, 4032.0, 4058.0, 4049.0, 4049.0, 4057.0, 4044.0, 4035.0, 4043.0, 4080.0, 4057.0, 4036.0, 4062.0, 4051.0, 4060.0, 4076.0, 4072.0, 4062.0, 4059.0, 4059.0, 4046.0, 4057.0, 4056.0, 4091.0, 4046.0, 4075.0, 4058.0, 4099.0, 4057.0, 4075.0, 4090.0, 4045.0, 4067.0, 4052.0, 4084.0, 4086.0, 4095.0, 4074.0, 4030.0, 4062.0, 4041.0, 4072.0, 4040.0, 4070.0, 4051.0, 4060.0, 4062.0, 4042.0, 4060.0, 4028.0, 4059.0, 4038.0, 4037.0, 4039.0, 4029.0, 4050.0, 4029.0, 4049.0, 4040.0, 4039.0, 4040.0, 4026.0, 4051.0, 4041.0, 4061.0, 4039.0, 4040.0, 4062.0, 4042.0, 4090.0, 4038.0, 3985.0, 4010.0, 4018.0, 4051.0, 4070.0, 4059.0, 4052.0, 4051.0, 4041.0, 4073.0, 4068.0, 4079.0, 4098.0, 4089.0, 4121.0, 4079.0, 4097.0, 4065.0, 4096.0, 4074.0, 4090.0, 4060.0, 4027.0, 4059.0, 4041.0, 4073.0, 4042.0, 4095.0, 4055.0, 4039.0, 4039.0, 4053.0, 4085.0, 4054.0, 4075.0, 4054.0, 4054.0, 4054.0, 4057.0, 4078.0, 4087.0, 4057.0, 4064.0, 4065.0, 4043.0, 4075.0, 4055.0, 4121.0, 4077.0, 4107.0, 4107.0, 4085.0, 4093.0, 4061.0, 4060.0, 4071.0, 4040.0, 4082.0, 4073.0, 4029.0, 4085.0, 4053.0, 4075.0, 4073.0, 4041.0, 4053.0, 4076.0, 4042.0, 4060.0, 4059.0, 4039.0, 4071.0, 4037.0, 4095.0, 4084.0, 4081.0, 4068.0, 4047.0, 4090.0, 4047.0, 4067.0, 4015.0, 4025.0, 4025.0, 4027.0, 4048.0, 4027.0, 4048.0, 4027.0, 4024.0, 4048.0, 4049.0, 4082.0, 4051.0, 4072.0, 4041.0, 4070.0, 4040.0, 4081.0, 4051.0, 4072.0, 4074.0, 4042.0, 4052.0, 4054.0, 4085.0, 4065.0, 4054.0, 4075.0, 4054.0, 4073.0, 4053.0, 4104.0, 4075.0, 4052.0, 4073.0, 4055.0, 4086.0, 4043.0, 4081.0, 4061.0, 4059.0, 4061.0, 4052.0, 4075.0, 4043.0, 4073.0, 4053.0, 4084.0, 4073.0, 4041.0, 4072.0, 4041.0, 4093.0, 4075.0, 4086.0, 4096.0, 4055.0, 4095.0, 4063.0, 4103.0, 4083.0, 4091.0, 4083.0, 4060.0, 4082.0, 4051.0, 4070.0, 4046.0, 4069.0, 4033.0, 4012.0, 4060.0, 4092.0, 4073.0, 4028.0, 4056.0, 4036.0, 4036.0, 4013.0, 4040.0, 4036.0, 4027.0, 4027.0, 4062.0, 4042.0, 4067.0, 4075.0, 4089.0, 4080.0, 4027.0, 4018.0, 4069.0, 4078.0, 4087.0, 4107.0, 4059.0, 4065.0, 4034.0, 4065.0, 4045.0, 4055.0, 4047.0, 4029.0, 3947.0, 3977.0, 3989.0, 3956.0, 3987.0, 3966.0, 3965.0, 3987.0, 3953.0, 3968.0, 3972.0, 3998.0, 4018.0, 4030.0, 4026.0, 4018.0, 4010.0, 4015.0, 4009.0, 4039.0, 4030.0, 4031.0, 4054.0, 4012.0, 4054.0, 4024.0, 4010.0, 4018.0, 3996.0, 3967.0, 4042.0, 4000.0, 4078.0, 4070.0, 4080.0, 4101.0, 4079.0, 4022.0, 4032.0, 4023.0, 4034.0, 4026.0, 4070.0, 4059.0, 4052.0, 4106.0, 4071.0, 4070.0, 4089.0, 4089.0, 4066.0, 4086.0, 4038.0, 4016.0, 4046.0, 3991.0, 4013.0, 4035.0, 4019.0, 4009.0, 4008.0, 4024.0, 4065.0, 4036.0, 4031.0, 4045.0, 4023.0, 4065.0, 4035.0, 4075.0, 4032.0, 4047.0, 4067.0, 4036.0, 4024.0, 4054.0, 4056.0, 4087.0, 4066.0, 4035.0, 4066.0, 4025.0, 4054.0, 4045.0, 4045.0, 4054.0, 4028.0, 4015.0, 4046.0, 4030.0, 4062.0, 4042.0, 4042.0, 4052.0, 4043.0, 4071.0, 4062.0, 4041.0, 4083.0, 4041.0, 4097.0, 4062.0, 4063.0, 4066.0, 4054.0, 4066.0, 4057.0, 4064.0, 4041.0, 4040.0, 4038.0, 4025.0, 4012.0, 3975.0, 3941.0, 3924.0, 3919.0, 3883.0, 3895.0, 3906.0, 3918.0, 3917.0, 3901.0, 3957.0, 3973.0, 4001.0, 4010.0, 4036.0, 4050.0, 4053.0, 4091.0, 4075.0, 4076.0, 4052.0, 4075.0, 4084.0, 4073.0, 4069.0, 4046.0, 4064.0, 4020.0, 4049.0, 4017.0, 4048.0, 4006.0, 4058.0, 4024.0, 4045.0, 4045.0, 4014.0, 4043.0, 4013.0, 4033.0, 4027.0, 4009.0, 4030.0, 4012.0, 4029.0, 4019.0, 4016.0, 4019.0, 4009.0, 4043.0, 4025.0, 4034.0, 4037.0, 4026.0, 4066.0, 4034.0, 4053.0, 4054.0, 4035.0, 4058.0, 4037.0, 4046.0, 4025.0, 4034.0, 3999.0, 3987.0, 3997.0, 4002.0, 4043.0, 4046.0, 4028.0, 4059.0, 4049.0, 4029.0, 4068.0, 4035.0, 4026.0, 4063.0, 4044.0, 4044.0, 4067.0, 4037.0, 4089.0, 4068.0, 4044.0, 4057.0, 4024.0, 4066.0, 4024.0, 4077.0, 4035.0, 4075.0, 4045.0, 4021.0, 4043.0, 4037.0, 4058.0, 4027.0, 4040.0, 4068.0, 4070.0, 4048.0, 4069.0, 4049.0, 4080.0, 4068.0, 4069.0, 4070.0, 4038.0, 4079.0, 4047.0, 4083.0, 4066.0, 4058.0, 4046.0, 4025.0, 4065.0, 4035.0, 4067.0, 4057.0, 4035.0, 4082.0, 4042.0, 4082.0, 4084.0, 4060.0, 4062.0, 4042.0, 4080.0, 4060.0, 4059.0, 4051.0, 4031.0, 4069.0, 4062.0, 4041.0, 4073.0, 4040.0, 4082.0, 4062.0, 4041.0, 4091.0, 4070.0, 4049.0, 4067.0, 4039.0, 4089.0, 4076.0, 4047.0, 4094.0, 4051.0, 4087.0, 4055.0, 4089.0, 4068.0, 4037.0, 4044.0, 4012.0, 4062.0, 4047.0, 4058.0, 4067.0, 4035.0, 4056.0, 4037.0, 4089.0, 4072.0, 4092.0, 4039.0], 'WindowWidth': [9217.0, 9213.0, 9154.0, 9112.0, 9154.0, 9127.0, 9148.0, 9120.0, 9076.0, 9124.0, 9105.0, 9059.0, 9118.0, 9084.0, 9039.0, 9036.0, 9041.0, 9042.0, 9040.0, 9048.0, 9065.0, 9070.0, 9071.0, 9093.0, 9096.0, 9075.0, 9086.0, 9073.0, 9069.0, 9104.0, 9077.0, 9121.0, 9115.0, 9108.0, 9109.0, 9091.0, 9096.0, 9095.0, 9039.0, 9051.0, 9053.0, 9029.0, 9064.0, 9059.0, 9032.0, 9048.0, 9060.0, 9059.0, 9081.0, 9062.0, 9063.0, 9050.0, 9065.0, 9108.0, 9088.0, 9105.0, 9097.0, 9126.0, 9100.0, 9059.0, 9113.0, 9063.0, 9108.0, 9048.0, 9084.0, 9044.0, 9092.0, 9045.0, 9088.0, 9045.0, 9040.0, 9039.0, 9064.0, 9077.0, 9064.0, 9098.0, 9065.0, 9047.0, 9089.0, 9058.0, 9095.0, 9085.0, 9054.0, 9097.0, 9050.0, 9103.0, 9055.0, 9118.0, 9051.0, 9044.0, 9056.0, 9065.0, 9076.0, 9051.0, 9090.0, 9061.0, 9047.0, 9074.0, 9065.0, 9105.0, 9108.0, 9060.0, 9071.0, 9045.0, 9060.0, 9073.0, 9059.0, 9088.0, 9095.0, 9083.0, 9083.0, 9030.0, 9081.0, 9099.0, 9073.0, 9072.0, 9056.0, 9055.0, 9084.0, 9086.0, 9102.0, 9064.0, 9078.0, 9085.0, 9050.0, 9097.0, 9072.0, 9126.0, 9079.0, 9029.0, 9101.0, 9049.0, 9102.0, 9062.0, 9041.0, 9058.0, 9048.0, 9083.0, 9065.0, 9048.0, 9046.0, 9050.0, 9082.0, 9060.0, 9064.0, 9053.0, 9052.0, 9068.0, 9083.0, 9060.0, 9072.0, 9059.0, 9104.0, 9090.0, 9100.0, 9139.0, 9138.0, 9140.0, 9084.0, 9085.0, 9047.0, 9116.0, 9052.0, 9105.0, 9091.0, 9069.0, 9054.0, 9031.0, 9077.0, 9033.0, 9082.0, 9053.0, 9075.0, 9072.0, 9041.0, 9070.0, 9044.0, 9079.0, 9065.0, 9055.0, 9121.0, 9073.0, 9083.0, 9075.0, 9106.0, 9106.0, 9086.0, 9090.0, 9083.0, 9123.0, 9106.0, 9100.0, 9096.0, 9085.0, 9122.0, 9090.0, 9073.0, 9016.0, 8999.0, 9031.0, 9018.0, 9037.0, 9078.0, 9126.0, 9121.0, 9140.0, 9101.0, 9134.0, 9100.0, 9145.0, 9116.0, 9153.0, 9085.0, 9122.0, 9125.0, 9086.0, 9126.0, 9086.0, 9143.0, 9065.0, 9106.0, 9091.0, 9123.0, 9124.0, 9057.0, 9082.0, 9022.0, 9079.0, 9037.0, 9060.0, 9043.0, 9035.0, 9027.0, 9033.0, 9073.0, 9030.0, 9018.0, 9035.0, 9010.0, 9068.0, 9023.0, 9033.0, 9052.0, 9011.0, 9036.0, 9005.0, 9030.0, 9002.0, 8999.0, 9016.0, 9007.0, 9039.0, 9019.0, 9010.0, 9031.0, 9018.0, 8985.0, 9003.0, 9054.0, 9049.0, 9029.0, 9022.0, 9040.0, 9013.0, 9025.0, 9039.0, 9053.0, 9051.0, 9072.0, 9129.0, 9110.0, 9072.0, 9111.0, 9066.0, 9121.0, 9113.0, 9054.0, 9079.0, 9018.0, 9015.0, 9018.0, 9038.0, 9042.0, 8973.0, 9035.0, 9047.0, 9014.0, 9072.0, 8996.0, 9011.0, 9025.0, 9044.0, 9020.0, 9057.0, 8972.0, 8974.0, 9024.0, 9060.0, 9042.0, 9091.0, 9040.0, 9020.0, 9029.0, 9045.0, 9010.0, 9063.0, 9052.0, 9062.0, 9042.0, 9025.0, 9026.0, 9027.0, 9027.0, 9044.0, 9052.0, 9045.0, 9039.0, 9070.0, 9051.0, 9118.0, 9123.0, 9098.0, 9148.0, 9106.0, 9067.0, 9061.0, 9042.0, 9037.0, 9074.0, 9019.0, 9027.0, 9003.0, 8963.0, 8945.0, 8949.0, 8971.0, 8995.0, 9040.0, 9033.0, 9031.0, 9035.0, 9015.0, 9005.0, 9012.0, 9077.0, 9043.0, 9014.0, 9062.0, 9045.0, 9055.0, 9086.0, 9075.0, 9061.0, 9051.0, 9052.0, 9027.0, 9043.0, 9043.0, 9098.0, 9030.0, 9068.0, 9052.0, 9106.0, 9045.0, 9063.0, 9095.0, 9026.0, 9058.0, 9030.0, 9076.0, 9080.0, 9094.0, 9063.0, 8999.0, 9042.0, 9015.0, 9056.0, 9010.0, 9050.0, 9029.0, 9037.0, 9043.0, 9017.0, 9037.0, 8995.0, 9036.0, 9008.0, 9004.0, 9009.0, 8997.0, 9025.0, 8997.0, 9022.0, 9012.0, 9010.0, 9013.0, 8993.0, 9029.0, 9015.0, 9041.0, 9013.0, 9014.0, 9045.0, 9018.0, 9095.0, 9009.0, 8912.0, 8959.0, 8983.0, 9035.0, 9062.0, 9043.0, 9035.0, 9033.0, 9021.0, 9066.0, 9067.0, 9082.0, 9107.0, 9096.0, 9141.0, 9082.0, 9105.0, 9057.0, 9102.0, 9065.0, 9082.0, 9042.0, 8992.0, 9039.0, 9018.0, 9066.0, 9023.0, 9096.0, 9044.0, 9012.0, 9013.0, 9041.0, 9085.0, 9044.0, 9074.0, 9046.0, 9042.0, 9043.0, 9054.0, 9083.0, 9092.0, 9052.0, 9056.0, 9058.0, 9028.0, 9072.0, 9044.0, 9143.0, 9079.0, 9119.0, 9118.0, 9086.0, 9094.0, 9046.0, 9044.0, 9061.0, 9018.0, 9076.0, 9065.0, 9001.0, 9083.0, 9039.0, 9071.0, 9062.0, 9018.0, 9039.0, 9077.0, 9022.0, 9040.0, 9035.0, 9008.0, 9055.0, 9011.0, 9096.0, 9081.0, 9073.0, 9048.0, 9020.0, 9085.0, 9020.0, 9049.0, 8975.0, 8989.0, 8988.0, 8995.0, 9024.0, 8995.0, 9023.0, 8994.0, 8984.0, 9025.0, 9027.0, 9076.0, 9035.0, 9063.0, 9022.0, 9057.0, 9018.0, 9074.0, 9034.0, 9065.0, 9069.0, 9025.0, 9037.0, 9043.0, 9085.0, 9060.0, 9045.0, 9073.0, 9044.0, 9067.0, 9040.0, 9108.0, 9071.0, 9036.0, 9064.0, 9048.0, 9090.0, 9028.0, 9075.0, 9046.0, 9041.0, 9047.0, 9038.0, 9071.0, 9028.0, 9066.0, 9039.0, 9082.0, 9066.0, 9022.0, 9064.0, 9022.0, 9093.0, 9073.0, 9089.0, 9103.0, 9047.0, 9100.0, 9055.0, 9106.0, 9078.0, 9086.0, 9079.0, 9043.0, 9076.0, 9031.0, 9055.0, 9015.0, 9050.0, 8993.0, 8965.0, 9039.0, 9086.0, 9060.0, 8991.0, 9024.0, 8996.0, 8997.0, 8964.0, 9015.0, 9002.0, 8993.0, 8995.0, 9049.0, 9024.0, 9064.0, 9073.0, 9097.0, 9068.0, 8989.0, 8975.0, 9050.0, 9077.0, 9090.0, 9115.0, 9035.0, 9034.0, 8992.0, 9036.0, 9010.0, 9021.0, 9016.0, 8978.0, 8827.0, 8899.0, 8901.0, 8850.0, 8891.0, 8863.0, 8859.0, 8895.0, 8846.0, 8878.0, 8887.0, 8929.0, 8955.0, 8977.0, 8968.0, 8958.0, 8953.0, 8949.0, 8947.0, 8989.0, 8979.0, 8984.0, 9017.0, 8963.0, 9017.0, 8978.0, 8954.0, 8957.0, 8925.0, 8871.0, 8999.0, 8928.0, 9066.0, 9060.0, 9073.0, 9104.0, 9068.0, 8980.0, 8997.0, 8986.0, 9005.0, 8994.0, 9062.0, 9042.0, 9036.0, 9112.0, 9058.0, 9053.0, 9076.0, 9080.0, 9040.0, 9067.0, 8989.0, 8957.0, 9001.0, 8922.0, 8951.0, 8980.0, 8967.0, 8955.0, 8955.0, 8985.0, 9040.0, 9003.0, 8989.0, 9011.0, 8980.0, 9038.0, 8998.0, 9050.0, 8985.0, 9017.0, 9044.0, 9003.0, 8985.0, 9020.0, 9029.0, 9073.0, 9042.0, 9000.0, 9042.0, 8989.0, 9023.0, 9017.0, 9015.0, 9021.0, 8994.0, 8970.0, 9013.0, 8997.0, 9046.0, 9021.0, 9021.0, 9034.0, 9024.0, 9059.0, 9046.0, 9017.0, 9075.0, 9018.0, 9101.0, 9052.0, 9034.0, 9035.0, 9016.0, 9036.0, 9024.0, 9027.0, 8992.0, 8984.0, 8980.0, 8958.0, 8932.0, 8871.0, 8824.0, 8783.0, 8774.0, 8714.0, 8735.0, 8760.0, 8783.0, 8784.0, 8752.0, 8856.0, 8887.0, 8941.0, 8966.0, 9010.0, 9033.0, 9043.0, 9097.0, 9071.0, 9070.0, 9030.0, 9068.0, 9080.0, 9060.0, 9051.0, 9016.0, 9034.0, 8970.0, 9005.0, 8960.0, 9004.0, 8945.0, 9021.0, 8965.0, 8998.0, 8993.0, 8953.0, 8989.0, 8951.0, 8977.0, 8977.0, 8961.0, 8990.0, 8966.0, 8984.0, 8968.0, 8961.0, 8971.0, 8957.0, 9006.0, 8985.0, 8996.0, 9003.0, 8987.0, 9038.0, 8995.0, 9018.0, 9023.0, 9000.0, 9034.0, 9010.0, 9013.0, 8983.0, 8989.0, 8936.0, 8917.0, 8930.0, 8944.0, 9002.0, 9012.0, 8990.0, 9033.0, 9019.0, 8994.0, 9043.0, 8995.0, 8987.0, 9034.0, 9011.0, 9009.0, 9047.0, 9009.0, 9081.0, 9047.0, 9013.0, 9032.0, 8986.0, 9041.0, 8986.0, 9060.0, 9002.0, 9053.0, 9014.0, 8974.0, 9008.0, 9010.0, 9040.0, 8997.0, 9017.0, 9050.0, 9055.0, 9024.0, 9051.0, 9024.0, 9065.0, 9050.0, 9051.0, 9053.0, 9007.0, 9063.0, 9019.0, 9067.0, 9045.0, 9036.0, 9016.0, 8989.0, 9041.0, 9002.0, 9047.0, 9033.0, 9002.0, 9073.0, 9024.0, 9076.0, 9082.0, 9043.0, 9047.0, 9019.0, 9066.0, 9039.0, 9037.0, 9031.0, 9005.0, 9049.0, 9044.0, 9019.0, 9065.0, 9019.0, 9075.0, 9050.0, 9021.0, 9084.0, 9055.0, 9027.0, 9050.0, 9014.0, 9080.0, 9059.0, 9021.0, 9097.0, 9034.0, 9073.0, 9025.0, 9079.0, 9050.0, 9008.0, 9013.0, 8968.0, 9034.0, 9022.0, 9039.0, 9049.0, 9003.0, 9032.0, 9009.0, 9080.0, 9060.0, 9087.0, 9013.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.00848780459770115</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.15351511218390804</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>50.98466514528193</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0794853545569627</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9876165498849241</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5452</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2939.9578</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.3510382315557217</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>496</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>57.01149425287356</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7976985910988135</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.606642028761902</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0079612010118892</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7784925435226486</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0164304</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008748471736907959</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.07295786589384079</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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>5.075212179465707</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>13.1991</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.0082</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.55</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283831.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1013.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.0903</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.9252</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>397.3034</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3228.0973</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3331.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92713.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1731.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4020.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>656.3237</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>18.196949335513636</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> |