=== 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-0083 --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-0083",
"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-0083_ses-04_task-social_acq-mb8_run-03_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-0083_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-03_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-0083/ses-04/func/sub-0083_ses-04_task-social_acq-mb8_run-03_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>0a451e7c6449c300d0a7f809a20db12f</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>20:00:3.902500</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.998972, 0.0310527, 0.0330108, -0.0354086, 0.989402, 0.140819]</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-03_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.0878664</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4136, -7866, -7309, 806, -91, -676, 198, 4]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>229.066</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d97684f3-f70f-427e-b973-156d3441e107||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.6801700592041016, -0.0949985608458519, 0.07637805491685867, 117.42262268066406], [-0.08331214636564255, 2.6544930934906006, 0.38297709822654724, -105.67506408691406], [0.08856566250324249, -0.3778076171875, 2.6716089248657227, -67.68357849121094], [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': ['200003.902500', '200004.362500', '200004.822500', '200005.282500', '200005.742500', '200006.202500', '200006.662500', '200007.122500', '200007.582500', '200008.042500', '200008.502500', '200008.962500', '200009.422500', '200009.882500', '200010.342500', '200010.802500', '200011.262500', '200011.722500', '200012.182500', '200012.642500', '200013.102500', '200013.562500', '200014.022500', '200014.482500', '200014.942500', '200015.402500', '200015.862500', '200016.322500', '200016.782500', '200017.242500', '200017.702500', '200018.162500', '200018.622500', '200019.082500', '200019.542500', '200020.002500', '200020.462500', '200020.922500', '200021.382500', '200021.842500', '200022.302500', '200022.762500', '200023.222500', '200023.682500', '200024.142500', '200024.602500', '200025.062500', '200025.522500', '200025.982500', '200026.442500', '200026.902500', '200027.362500', '200027.822500', '200028.282500', '200028.742500', '200029.202500', '200029.662500', '200030.122500', '200030.582500', '200031.042500', '200031.502500', '200031.962500', '200032.422500', '200032.882500', '200033.342500', '200033.802500', '200034.262500', '200034.722500', '200035.182500', '200035.642500', '200036.102500', '200036.562500', '200037.022500', '200037.482500', '200037.942500', '200038.402500', '200038.862500', '200039.322500', '200039.782500', '200040.242500', '200040.702500', '200041.162500', '200041.622500', '200042.082500', '200042.542500', '200043.002500', '200043.462500', '200043.922500', '200044.382500', '200044.842500', '200045.302500', '200045.762500', '200046.222500', '200046.682500', '200047.142500', '200047.602500', '200048.062500', '200048.522500', '200048.982500', '200049.442500', '200049.902500', '200050.362500', '200050.822500', '200051.282500', '200051.742500', '200052.202500', '200052.662500', '200053.122500', '200053.582500', '200054.042500', '200054.502500', '200054.962500', '200055.422500', '200055.882500', '200056.342500', '200056.802500', '200057.262500', '200057.722500', '200058.182500', '200058.642500', '200059.102500', '200059.562500', '200100.022500', '200100.482500', '200100.942500', '200101.402500', '200101.862500', '200102.322500', '200102.782500', '200103.242500', '200103.702500', '200104.162500', '200104.622500', '200105.082500', '200105.542500', '200106.002500', '200106.462500', '200106.922500', '200107.382500', '200107.842500', '200108.302500', '200108.762500', '200109.222500', '200109.682500', '200110.142500', '200110.602500', '200111.062500', '200111.522500', '200111.982500', '200112.442500', '200112.902500', '200113.362500', '200113.822500', '200114.282500', '200114.742500', '200115.202500', '200115.662500', '200116.122500', '200116.582500', '200117.042500', '200117.502500', '200117.962500', '200118.422500', '200118.882500', '200119.342500', '200119.802500', '200120.262500', '200120.722500', '200121.182500', '200121.642500', '200122.102500', '200122.562500', '200123.022500', '200123.482500', '200123.942500', '200124.402500', '200124.862500', '200125.322500', '200125.782500', '200126.242500', '200126.702500', '200127.162500', '200127.622500', '200128.082500', '200128.542500', '200129.002500', '200129.462500', '200129.922500', '200130.382500', '200130.842500', '200131.302500', '200131.762500', '200132.222500', '200132.682500', '200133.142500', '200133.602500', '200134.062500', '200134.522500', '200134.982500', '200135.442500', '200135.902500', '200136.362500', '200136.822500', '200137.282500', '200137.742500', '200138.202500', '200138.662500', '200139.122500', '200139.582500', '200140.042500', '200140.502500', '200140.962500', '200141.422500', '200141.882500', '200142.342500', '200142.802500', '200143.262500', '200143.722500', '200144.182500', '200144.642500', '200145.102500', '200145.562500', '200146.022500', '200146.482500', '200146.942500', '200147.402500', '200147.862500', '200148.322500', '200148.782500', '200149.242500', '200149.702500', '200150.162500', '200150.622500', '200151.082500', '200151.542500', '200152.002500', '200152.462500', '200152.922500', '200153.382500', '200153.842500', '200154.302500', '200154.762500', '200155.222500', '200155.682500', '200156.142500', '200156.602500', '200157.062500', '200157.522500', '200157.982500', '200158.442500', '200158.902500', '200159.362500', '200159.822500', '200200.282500', '200200.742500', '200201.202500', '200201.662500', '200202.122500', '200202.582500', '200203.042500', '200203.502500', '200203.962500', '200204.422500', '200204.882500', '200205.342500', '200205.802500', '200206.262500', '200206.722500', '200207.182500', '200207.642500', '200208.102500', '200208.562500', '200209.022500', '200209.482500', '200209.942500', '200210.402500', '200210.862500', '200211.322500', '200211.782500', '200212.242500', '200212.702500', '200213.162500', '200213.622500', '200214.082500', '200214.542500', '200215.002500', '200215.462500', '200215.922500', '200216.382500', '200216.842500', '200217.302500', '200217.762500', '200218.222500', '200218.682500', '200219.142500', '200219.602500', '200220.062500', '200220.522500', '200220.982500', '200221.442500', '200221.902500', '200222.362500', '200222.822500', '200223.282500', '200223.742500', '200224.202500', '200224.662500', '200225.122500', '200225.582500', '200226.042500', '200226.502500', '200226.962500', '200227.422500', '200227.882500', '200228.342500', '200228.802500', '200229.262500', '200229.722500', '200230.182500', '200230.642500', '200231.102500', '200231.562500', '200232.022500', '200232.482500', '200232.942500', '200233.402500', '200233.862500', '200234.322500', '200234.782500', '200235.242500', '200235.702500', '200236.162500', '200236.622500', '200237.082500', '200237.542500', '200238.002500', '200238.462500', '200238.922500', '200239.382500', '200239.842500', '200240.302500', '200240.762500', '200241.222500', '200241.682500', '200242.142500', '200242.602500', '200243.062500', '200243.522500', '200243.982500', '200244.442500', '200244.902500', '200245.362500', '200245.822500', '200246.282500', '200246.742500', '200247.202500', '200247.662500', '200248.122500', '200248.582500', '200249.042500', '200249.502500', '200249.962500', '200250.422500', '200250.882500', '200251.342500', '200251.802500', '200252.262500', '200252.722500', '200253.182500', '200253.642500', '200254.102500', '200254.562500', '200255.022500', '200255.482500', '200255.942500', '200256.402500', '200256.862500', '200257.322500', '200257.782500', '200258.242500', '200258.702500', '200259.162500', '200259.622500', '200300.082500', '200300.542500', '200301.002500', '200301.462500', '200301.922500', '200302.382500', '200302.842500', '200303.302500', '200303.762500', '200304.222500', '200304.682500', '200305.142500', '200305.602500', '200306.062500', '200306.522500', '200306.982500', '200307.442500', '200307.902500', '200308.362500', '200308.822500', '200309.282500', '200309.742500', '200310.202500', '200310.662500', '200311.122500', '200311.582500', '200312.042500', '200312.502500', '200312.962500', '200313.422500', '200313.882500', '200314.342500', '200314.802500', '200315.262500', '200315.722500', '200316.182500', '200316.642500', '200317.102500', '200317.562500', '200318.022500', '200318.482500', '200318.942500', '200319.402500', '200319.862500', '200320.322500', '200320.782500', '200321.242500', '200321.702500', '200322.162500', '200322.622500', '200323.082500', '200323.542500', '200324.002500', '200324.462500', '200324.922500', '200325.382500', '200325.842500', '200326.302500', '200326.762500', '200327.222500', '200327.682500', '200328.142500', '200328.602500', '200329.062500', '200329.522500', '200329.982500', '200330.442500', '200330.902500', '200331.362500', '200331.822500', '200332.282500', '200332.742500', '200333.202500', '200333.662500', '200334.122500', '200334.582500', '200335.042500', '200335.502500', '200335.962500', '200336.422500', '200336.882500', '200337.342500', '200337.802500', '200338.262500', '200338.722500', '200339.182500', '200339.642500', '200340.102500', '200340.562500', '200341.022500', '200341.482500', '200341.942500', '200342.402500', '200342.862500', '200343.322500', '200343.782500', '200344.242500', '200344.702500', '200345.162500', '200345.622500', '200346.082500', '200346.542500', '200347.002500', '200347.462500', '200347.922500', '200348.382500', '200348.842500', '200349.302500', '200349.762500', '200350.222500', '200350.682500', '200351.142500', '200351.602500', '200352.062500', '200352.522500', '200352.982500', '200353.442500', '200353.902500', '200354.362500', '200354.822500', '200355.282500', '200355.742500', '200356.202500', '200356.662500', '200357.122500', '200357.582500', '200358.042500', '200358.502500', '200358.962500', '200359.422500', '200359.882500', '200400.342500', '200400.802500', '200401.262500', '200401.722500', '200402.182500', '200402.642500', '200403.102500', '200403.562500', '200404.022500', '200404.482500', '200404.942500', '200405.402500', '200405.862500', '200406.322500', '200406.782500', '200407.242500', '200407.702500', '200408.162500', '200408.622500', '200409.082500', '200409.542500', '200410.002500', '200410.462500', '200410.922500', '200411.382500', '200411.842500', '200412.302500', '200412.762500', '200413.222500', '200413.682500', '200414.142500', '200414.602500', '200415.062500', '200415.522500', '200415.982500', '200416.442500', '200416.902500', '200417.362500', '200417.822500', '200418.282500', '200418.742500', '200419.202500', '200419.662500', '200420.122500', '200420.582500', '200421.042500', '200421.502500', '200421.962500', '200422.422500', '200422.882500', '200423.342500', '200423.802500', '200424.262500', '200424.722500', '200425.182500', '200425.642500', '200426.102500', '200426.562500', '200427.022500', '200427.482500', '200427.942500', '200428.402500', '200428.862500', '200429.322500', '200429.782500', '200430.242500', '200430.702500', '200431.162500', '200431.622500', '200432.082500', '200432.542500', '200433.002500', '200433.462500', '200433.922500', '200434.382500', '200434.842500', '200435.302500', '200435.762500', '200436.222500', '200436.682500', '200437.142500', '200437.602500', '200438.062500', '200438.522500', '200438.982500', '200439.442500', '200439.902500', '200440.362500', '200440.822500', '200441.282500', '200441.742500', '200442.202500', '200442.662500', '200443.122500', '200443.582500', '200444.042500', '200444.502500', '200444.962500', '200445.422500', '200445.882500', '200446.342500', '200446.802500', '200447.262500', '200447.722500', '200448.182500', '200448.642500', '200449.102500', '200449.562500', '200450.022500', '200450.482500', '200450.942500', '200451.402500', '200451.862500', '200452.322500', '200452.782500', '200453.242500', '200453.702500', '200454.162500', '200454.622500', '200455.082500', '200455.542500', '200456.002500', '200456.462500', '200456.922500', '200457.382500', '200457.842500', '200458.302500', '200458.762500', '200459.222500', '200459.682500', '200500.142500', '200500.602500', '200501.062500', '200501.522500', '200501.982500', '200502.442500', '200502.902500', '200503.362500', '200503.822500', '200504.282500', '200504.742500', '200505.202500', '200505.662500', '200506.122500', '200506.582500', '200507.042500', '200507.502500', '200507.962500', '200508.422500', '200508.882500', '200509.342500', '200509.802500', '200510.262500', '200510.722500', '200511.182500', '200511.642500', '200512.102500', '200512.562500', '200513.022500', '200513.482500', '200513.942500', '200514.402500', '200514.862500', '200515.322500', '200515.782500', '200516.242500', '200516.702500', '200517.162500', '200517.622500', '200518.082500', '200518.542500', '200519.002500', '200519.462500', '200519.922500', '200520.382500', '200520.842500', '200521.302500', '200521.762500', '200522.222500', '200522.682500', '200523.142500', '200523.602500', '200524.062500', '200524.522500', '200524.982500', '200525.442500', '200525.902500', '200526.362500', '200526.822500', '200527.282500', '200527.742500', '200528.202500', '200528.662500', '200529.122500', '200529.582500', '200530.042500', '200530.502500', '200530.962500', '200531.422500', '200531.882500', '200532.342500', '200532.802500', '200533.262500', '200533.722500', '200534.182500', '200534.642500', '200535.102500', '200535.562500', '200536.022500', '200536.482500', '200536.942500', '200537.402500', '200537.862500', '200538.322500', '200538.782500', '200539.242500', '200539.702500', '200540.162500', '200540.622500', '200541.082500', '200541.542500', '200542.002500', '200542.462500', '200542.922500', '200543.382500', '200543.842500', '200544.302500', '200544.762500', '200545.222500', '200545.682500', '200546.142500', '200546.602500', '200547.062500', '200547.522500', '200547.982500', '200548.442500', '200548.902500', '200549.362500', '200549.822500', '200550.282500', '200550.742500', '200551.202500', '200551.662500', '200552.122500', '200552.582500', '200553.042500', '200553.502500', '200553.962500', '200554.422500', '200554.882500', '200555.342500', '200555.802500', '200556.262500', '200556.722500', '200557.182500', '200557.642500', '200558.102500', '200558.562500', '200559.022500', '200559.482500', '200559.942500', '200600.402500', '200600.862500', '200601.322500', '200601.782500', '200602.242500', '200602.702500', '200603.162500', '200603.622500', '200604.082500', '200604.542500', '200605.002500', '200605.462500', '200605.922500', '200606.382500', '200606.842500', '200607.302500', '200607.762500', '200608.222500', '200608.682500', '200609.142500', '200609.602500', '200610.062500', '200610.522500', '200610.982500', '200611.442500', '200611.902500', '200612.362500', '200612.822500', '200613.282500', '200613.742500', '200614.202500', '200614.662500', '200615.122500', '200615.582500', '200616.042500', '200616.502500', '200616.962500', '200617.422500', '200617.882500', '200618.342500', '200618.802500', '200619.262500', '200619.722500', '200620.182500', '200620.642500', '200621.102500', '200621.562500', '200622.022500', '200622.482500', '200622.942500', '200623.402500', '200623.862500', '200624.322500', '200624.782500', '200625.242500', '200625.702500', '200626.162500', '200626.622500', '200627.082500', '200627.542500', '200628.002500', '200628.462500', '200628.922500', '200629.382500', '200629.842500', '200630.302500', '200630.762500', '200631.222500', '200631.682500', '200632.142500', '200632.602500', '200633.062500', '200633.522500', '200633.982500', '200634.442500', '200634.902500', '200635.362500', '200635.822500', '200636.282500', '200636.742500', '200637.202500', '200637.662500', '200638.122500', '200638.582500', '200639.042500', '200639.502500', '200639.962500', '200640.422500', '200640.882500', '200641.342500', '200641.802500', '200642.262500', '200642.722500', '200643.182500', '200643.642500', '200644.102500', '200644.562500'], 'ContentTime': ['200018.965000', '200018.968000', '200018.971000', '200018.974000', '200018.976000', '200018.979000', '200018.981000', '200018.984000', '200018.987000', '200018.989000', '200018.992000', '200018.994000', '200018.997000', '200019.001000', '200019.003000', '200019.006000', '200019.008000', '200019.011000', '200019.013000', '200019.016000', '200019.019000', '200019.021000', '200019.024000', '200019.026000', '200019.029000', '200019.039000', '200019.041000', '200019.044000', '200019.046000', '200038.935000', '200038.938000', '200038.941000', '200038.943000', '200038.946000', '200038.948000', '200038.951000', '200038.953000', '200038.956000', '200038.958000', '200038.961000', '200038.964000', '200038.966000', '200038.969000', '200038.971000', '200038.974000', '200038.976000', '200038.979000', '200038.981000', '200038.984000', '200038.987000', '200038.989000', '200038.992000', '200038.995000', '200038.997000', '200039.001000', '200039.003000', '200039.006000', '200039.008000', '200039.011000', '200039.014000', '200039.016000', '200039.019000', '200039.021000', '200039.024000', '200039.034000', '200039.037000', '200039.039000', '200039.042000', '200039.044000', '200039.047000', '200039.049000', '200039.052000', '200039.055000', '200058.935000', '200058.938000', '200058.941000', '200058.943000', '200058.946000', '200058.949000', '200058.951000', '200058.954000', '200058.956000', '200058.959000', '200058.961000', '200058.983000', '200058.985000', '200058.988000', '200058.991000', '200058.994000', '200058.997000', '200059.000000', '200059.003000', '200059.006000', '200059.008000', '200059.011000', '200059.013000', '200059.016000', '200059.018000', '200059.021000', '200059.024000', '200059.026000', '200059.029000', '200059.031000', '200059.034000', '200059.037000', '200059.039000', '200059.042000', '200059.044000', '200059.047000', '200059.050000', '200059.052000', '200059.055000', '200059.058000', '200059.060000', '200059.063000', '200059.065000', '200118.936000', '200118.939000', '200118.942000', '200118.944000', '200118.947000', '200118.950000', '200118.952000', '200118.955000', '200118.957000', '200118.960000', '200118.962000', '200118.965000', '200118.967000', '200118.970000', '200118.973000', '200118.975000', '200118.978000', '200118.981000', '200118.983000', '200118.986000', '200118.988000', '200118.991000', '200118.994000', '200118.996000', '200119.000000', '200119.002000', '200119.005000', '200119.008000', '200119.010000', '200119.013000', '200119.016000', '200119.018000', '200119.021000', '200119.023000', '200119.026000', '200119.028000', '200119.031000', '200119.033000', '200119.036000', '200119.048000', '200119.051000', '200119.053000', '200119.056000', '200119.058000', '200138.936000', '200138.939000', '200138.942000', '200138.944000', '200138.947000', '200138.950000', '200138.953000', '200138.956000', '200138.958000', '200138.961000', '200138.963000', '200138.966000', '200138.969000', '200138.971000', '200138.974000', '200138.976000', '200138.979000', '200138.981000', '200138.984000', '200138.986000', '200138.989000', '200138.992000', '200138.994000', '200138.997000', '200139.000000', '200139.003000', '200139.006000', '200139.008000', '200139.011000', '200139.014000', '200139.016000', '200139.019000', '200139.021000', '200139.024000', '200139.026000', '200139.029000', '200139.031000', '200139.034000', '200139.037000', '200139.039000', '200139.042000', '200139.044000', '200139.047000', '200139.049000', '200158.936000', '200158.939000', '200158.942000', '200158.944000', '200158.947000', '200158.950000', '200158.952000', '200158.955000', '200158.957000', '200158.960000', '200158.962000', '200158.965000', '200158.968000', '200158.970000', '200158.973000', '200158.975000', '200158.978000', '200158.980000', '200158.983000', '200158.985000', '200158.988000', '200158.991000', '200158.993000', '200158.996000', '200159.000000', '200159.002000', '200159.005000', '200159.007000', '200159.010000', '200159.013000', '200159.015000', '200159.018000', '200159.020000', '200159.023000', '200159.026000', '200159.028000', '200159.031000', '200159.033000', '200159.036000', '200159.039000', '200159.041000', '200159.044000', '200159.046000', '200218.935000', '200218.938000', '200218.941000', '200218.943000', '200218.946000', '200218.949000', '200218.951000', '200218.954000', '200218.956000', '200218.959000', '200218.962000', '200218.964000', '200218.967000', '200218.969000', '200218.972000', '200218.975000', '200218.977000', '200218.980000', '200218.982000', '200218.985000', '200218.988000', '200218.990000', '200218.993000', '200218.995000', '200218.998000', '200219.001000', '200219.004000', '200219.007000', '200219.009000', '200219.012000', '200219.014000', '200219.017000', '200219.019000', '200219.022000', '200219.025000', '200219.027000', '200219.030000', '200219.032000', '200219.035000', '200219.038000', '200219.040000', '200219.043000', '200219.045000', '200219.048000', '200238.935000', '200238.938000', '200238.941000', '200238.943000', '200238.946000', '200238.948000', '200238.951000', '200238.954000', '200238.956000', '200238.959000', '200238.961000', '200238.964000', '200238.966000', '200238.969000', '200238.972000', '200238.974000', '200238.977000', '200238.979000', '200238.982000', '200238.985000', '200238.988000', '200238.990000', '200238.993000', '200238.995000', '200238.998000', '200239.002000', '200239.004000', '200239.007000', '200239.009000', '200239.012000', '200239.015000', '200239.017000', '200239.020000', '200239.022000', '200239.025000', '200239.028000', '200239.030000', '200239.033000', '200239.035000', '200239.038000', '200239.041000', '200239.043000', '200239.046000', '200258.935000', '200258.938000', '200258.941000', '200258.944000', '200258.946000', '200258.949000', '200258.951000', '200258.954000', '200258.957000', '200258.959000', '200258.962000', '200258.964000', '200258.967000', '200258.969000', '200258.972000', '200258.975000', '200258.978000', '200258.980000', '200258.983000', '200258.986000', '200258.988000', '200258.991000', '200258.994000', '200258.997000', '200259.001000', '200259.003000', '200259.006000', '200259.009000', '200259.011000', '200259.014000', '200259.016000', '200259.019000', '200259.022000', '200259.024000', '200259.038000', '200259.041000', '200259.043000', '200259.046000', '200259.049000', '200259.051000', '200259.054000', '200259.057000', '200259.060000', '200318.936000', '200318.938000', '200318.941000', '200318.944000', '200318.947000', '200318.949000', '200318.952000', '200318.955000', '200318.957000', '200318.960000', '200318.963000', '200318.965000', '200318.968000', '200318.970000', '200318.973000', '200318.976000', '200318.978000', '200318.981000', '200318.983000', '200318.986000', '200318.989000', '200318.991000', '200318.994000', '200318.996000', '200319.000000', '200319.002000', '200319.005000', '200319.008000', '200319.010000', '200319.013000', '200319.015000', '200319.018000', '200319.021000', '200319.023000', '200319.026000', '200319.028000', '200319.031000', '200319.034000', '200319.036000', '200319.039000', '200319.041000', '200319.044000', '200319.046000', '200319.049000', '200338.936000', '200338.940000', '200338.942000', '200338.945000', '200338.948000', '200338.951000', '200338.953000', '200338.956000', '200338.959000', '200338.961000', '200338.964000', '200338.966000', '200338.969000', '200338.972000', '200338.974000', '200338.977000', '200338.979000', '200338.982000', '200338.985000', '200338.987000', '200338.990000', '200338.992000', '200338.995000', '200338.998000', '200339.001000', '200339.004000', '200339.006000', '200339.009000', '200339.011000', '200339.014000', '200339.017000', '200339.019000', '200339.022000', '200339.024000', '200339.027000', '200339.029000', '200339.032000', '200339.035000', '200339.037000', '200339.040000', '200339.042000', '200339.045000', '200339.048000', '200358.936000', '200358.939000', '200358.942000', '200358.945000', '200358.947000', '200358.950000', '200358.953000', '200358.955000', '200358.958000', '200358.960000', '200358.963000', '200358.966000', '200358.968000', '200358.971000', '200358.974000', '200358.976000', '200358.979000', '200358.982000', '200358.984000', '200358.987000', '200358.989000', '200358.992000', '200358.995000', '200358.997000', '200359.001000', '200359.003000', '200359.006000', '200359.009000', '200359.011000', '200359.014000', '200359.016000', '200359.019000', '200359.022000', '200359.024000', '200359.027000', '200359.029000', '200359.032000', '200359.034000', '200359.037000', '200359.039000', '200359.042000', '200359.045000', '200359.047000', '200359.050000', '200418.936000', '200418.939000', '200418.942000', '200418.945000', '200418.947000', '200418.950000', '200418.953000', '200418.955000', '200418.958000', '200418.961000', '200418.974000', '200418.977000', '200418.980000', '200418.982000', '200418.985000', '200418.988000', '200418.991000', '200418.993000', '200418.996000', '200419.000000', '200419.002000', '200419.005000', '200419.007000', '200419.010000', '200419.013000', '200419.015000', '200419.018000', '200419.021000', '200419.023000', '200419.026000', '200419.029000', '200419.032000', '200419.035000', '200419.038000', '200419.040000', '200419.043000', '200419.046000', '200419.048000', '200419.051000', '200419.054000', '200419.056000', '200419.059000', '200419.062000', '200438.935000', '200438.939000', '200438.941000', '200438.944000', '200438.946000', '200438.949000', '200438.952000', '200438.954000', '200438.957000', '200438.960000', '200438.962000', '200438.965000', '200438.967000', '200438.970000', '200438.973000', '200438.975000', '200438.985000', '200438.988000', '200438.990000', '200438.993000', '200438.995000', '200438.998000', '200439.002000', '200439.004000', '200439.007000', '200439.009000', '200439.012000', '200439.015000', '200439.017000', '200439.020000', '200439.022000', '200439.025000', '200439.028000', '200439.030000', '200439.033000', '200439.035000', '200439.038000', '200439.041000', '200439.043000', '200439.046000', '200439.048000', '200439.051000', '200439.054000', '200439.056000', '200458.936000', '200458.939000', '200458.941000', '200458.944000', '200458.947000', '200458.949000', '200458.952000', '200458.955000', '200458.957000', '200458.960000', '200458.963000', '200458.965000', '200458.968000', '200458.971000', '200458.973000', '200458.976000', '200458.979000', '200458.981000', '200458.984000', '200458.987000', '200458.990000', '200458.992000', '200458.995000', '200459.002000', '200459.005000', '200459.008000', '200459.010000', '200459.013000', '200459.016000', '200459.018000', '200459.021000', '200459.024000', '200459.026000', '200459.029000', '200459.032000', '200459.034000', '200459.037000', '200459.039000', '200459.042000', '200459.045000', '200459.047000', '200459.050000', '200459.053000', '200518.936000', '200518.938000', '200518.941000', '200518.944000', '200518.946000', '200518.949000', '200518.951000', '200518.954000', '200518.957000', '200518.959000', '200518.962000', '200518.964000', '200518.967000', '200518.970000', '200518.972000', '200518.975000', '200518.978000', '200518.980000', '200518.983000', '200518.986000', '200518.988000', '200518.991000', '200518.993000', '200518.996000', '200519.000000', '200519.002000', '200519.005000', '200519.008000', '200519.010000', '200519.013000', '200519.016000', '200519.018000', '200519.021000', '200519.023000', '200519.026000', '200519.028000', '200519.031000', '200519.033000', '200519.036000', '200519.039000', '200519.041000', '200519.044000', '200519.046000', '200519.049000', '200538.935000', '200538.938000', '200538.941000', '200538.944000', '200538.946000', '200538.949000', '200538.951000', '200538.954000', '200538.956000', '200538.959000', '200538.962000', '200538.964000', '200538.967000', '200538.970000', '200538.972000', '200538.975000', '200538.977000', '200538.980000', '200538.983000', '200538.985000', '200538.988000', '200538.990000', '200538.993000', '200538.996000', '200538.998000', '200539.002000', '200539.004000', '200539.007000', '200539.010000', '200539.012000', '200539.015000', '200539.018000', '200539.020000', '200539.023000', '200539.025000', '200539.028000', '200539.031000', '200539.033000', '200539.036000', '200539.039000', '200539.041000', '200539.044000', '200539.046000', '200558.936000', '200558.939000', '200558.942000', '200558.945000', '200558.947000', '200558.950000', '200558.952000', '200558.955000', '200558.958000', '200558.960000', '200558.963000', '200558.966000', '200558.968000', '200558.971000', '200558.973000', '200558.976000', '200558.979000', '200558.983000', '200558.986000', '200558.988000', '200558.991000', '200558.994000', '200558.996000', '200559.000000', '200559.002000', '200559.005000', '200559.022000', '200559.024000', '200559.027000', '200559.030000', '200559.032000', '200559.035000', '200559.037000', '200559.040000', '200559.043000', '200559.045000', '200559.048000', '200559.051000', '200559.053000', '200559.056000', '200559.059000', '200559.061000', '200559.064000', '200559.067000', '200618.936000', '200618.940000', '200618.942000', '200618.945000', '200618.947000', '200618.950000', '200618.953000', '200618.955000', '200618.958000', '200618.961000', '200618.963000', '200618.966000', '200618.969000', '200618.971000', '200618.974000', '200618.977000', '200618.979000', '200618.982000', '200618.985000', '200618.987000', '200618.990000', '200618.993000', '200618.995000', '200618.998000', '200619.002000', '200619.004000', '200619.007000', '200619.010000', '200619.012000', '200619.015000', '200619.018000', '200619.020000', '200619.023000', '200619.025000', '200619.028000', '200619.031000', '200619.033000', '200619.036000', '200619.039000', '200619.041000', '200619.044000', '200619.046000', '200619.049000', '200638.936000', '200638.939000', '200638.942000', '200638.945000', '200638.947000', '200638.950000', '200638.953000', '200638.955000', '200638.958000', '200638.960000', '200638.963000', '200638.966000', '200638.969000', '200638.971000', '200638.974000', '200638.976000', '200638.979000', '200638.982000', '200638.984000', '200638.987000', '200638.989000', '200638.992000', '200638.995000', '200638.997000', '200639.001000', '200639.004000', '200639.006000', '200639.009000', '200639.012000', '200639.014000', '200639.017000', '200639.019000', '200639.022000', '200639.025000', '200639.027000', '200639.030000', '200639.032000', '200639.035000', '200639.038000', '200639.040000', '200639.043000', '200639.045000', '200639.048000', '200639.051000', '200646.183000', '200646.186000', '200646.189000', '200646.192000', '200646.194000', '200646.197000', '200646.200000', '200646.203000', '200646.206000', '200646.209000', '200646.212000', '200646.215000', '200646.218000', '200646.221000', '200646.224000', '200646.227000'], 'InstanceCreationTime': ['200018.965000', '200018.968000', '200018.971000', '200018.974000', '200018.976000', '200018.979000', '200018.981000', '200018.984000', '200018.987000', '200018.989000', '200018.992000', '200018.994000', '200018.997000', '200019.001000', '200019.003000', '200019.006000', '200019.008000', '200019.011000', '200019.013000', '200019.016000', '200019.019000', '200019.021000', '200019.024000', '200019.026000', '200019.029000', '200019.039000', '200019.041000', '200019.044000', '200019.046000', '200038.935000', '200038.938000', '200038.941000', '200038.943000', '200038.946000', '200038.948000', '200038.951000', '200038.953000', '200038.956000', '200038.958000', '200038.961000', '200038.964000', '200038.966000', '200038.969000', '200038.971000', '200038.974000', '200038.976000', '200038.979000', '200038.981000', '200038.984000', '200038.987000', '200038.989000', '200038.992000', '200038.995000', '200038.997000', '200039.001000', '200039.003000', '200039.006000', '200039.008000', '200039.011000', '200039.014000', '200039.016000', '200039.019000', '200039.021000', '200039.024000', '200039.034000', '200039.037000', '200039.039000', '200039.042000', '200039.044000', '200039.047000', '200039.049000', '200039.052000', '200039.055000', '200058.935000', '200058.938000', '200058.941000', '200058.943000', '200058.946000', '200058.949000', '200058.951000', '200058.954000', '200058.956000', '200058.959000', '200058.961000', '200058.983000', '200058.985000', '200058.988000', '200058.991000', '200058.994000', '200058.997000', '200059.000000', '200059.003000', '200059.006000', '200059.008000', '200059.011000', '200059.013000', '200059.016000', '200059.018000', '200059.021000', '200059.024000', '200059.026000', '200059.029000', '200059.031000', '200059.034000', '200059.037000', '200059.039000', '200059.042000', '200059.044000', '200059.047000', '200059.050000', '200059.052000', '200059.055000', '200059.058000', '200059.060000', '200059.063000', '200059.065000', '200118.936000', '200118.939000', '200118.942000', '200118.944000', '200118.947000', '200118.950000', '200118.952000', '200118.955000', '200118.957000', '200118.960000', '200118.962000', '200118.965000', '200118.967000', '200118.970000', '200118.973000', '200118.975000', '200118.978000', '200118.981000', '200118.983000', '200118.986000', '200118.988000', '200118.991000', '200118.994000', '200118.996000', '200119.000000', '200119.002000', '200119.005000', '200119.008000', '200119.010000', '200119.013000', '200119.016000', '200119.018000', '200119.021000', '200119.023000', '200119.026000', '200119.028000', '200119.031000', '200119.033000', '200119.036000', '200119.048000', '200119.051000', '200119.053000', '200119.056000', '200119.058000', '200138.936000', '200138.939000', '200138.942000', '200138.944000', '200138.947000', '200138.950000', '200138.953000', '200138.956000', '200138.958000', '200138.961000', '200138.963000', '200138.966000', '200138.969000', '200138.971000', '200138.974000', '200138.976000', '200138.979000', '200138.981000', '200138.984000', '200138.986000', '200138.989000', '200138.992000', '200138.994000', '200138.997000', '200139.000000', '200139.003000', '200139.006000', '200139.008000', '200139.011000', '200139.014000', '200139.016000', '200139.019000', '200139.021000', '200139.024000', '200139.026000', '200139.029000', '200139.031000', '200139.034000', '200139.037000', '200139.039000', '200139.042000', '200139.044000', '200139.047000', '200139.049000', '200158.936000', '200158.939000', '200158.942000', '200158.944000', '200158.947000', '200158.950000', '200158.952000', '200158.955000', '200158.957000', '200158.960000', '200158.962000', '200158.965000', '200158.968000', '200158.970000', '200158.973000', '200158.975000', '200158.978000', '200158.980000', '200158.983000', '200158.985000', '200158.988000', '200158.991000', '200158.993000', '200158.996000', '200159.000000', '200159.002000', '200159.005000', '200159.007000', '200159.010000', '200159.013000', '200159.015000', '200159.018000', '200159.020000', '200159.023000', '200159.026000', '200159.028000', '200159.031000', '200159.033000', '200159.036000', '200159.039000', '200159.041000', '200159.044000', '200159.046000', '200218.935000', '200218.938000', '200218.941000', '200218.943000', '200218.946000', '200218.949000', '200218.951000', '200218.954000', '200218.956000', '200218.959000', '200218.962000', '200218.964000', '200218.967000', '200218.969000', '200218.972000', '200218.975000', '200218.977000', '200218.980000', '200218.982000', '200218.985000', '200218.988000', '200218.990000', '200218.993000', '200218.995000', '200218.998000', '200219.001000', '200219.004000', '200219.007000', '200219.009000', '200219.012000', '200219.014000', '200219.017000', '200219.019000', '200219.022000', '200219.025000', '200219.027000', '200219.030000', '200219.032000', '200219.035000', '200219.038000', '200219.040000', '200219.043000', '200219.045000', '200219.048000', '200238.935000', '200238.938000', '200238.941000', '200238.943000', '200238.946000', '200238.948000', '200238.951000', '200238.954000', '200238.956000', '200238.959000', '200238.961000', '200238.964000', '200238.966000', '200238.969000', '200238.972000', '200238.974000', '200238.977000', '200238.979000', '200238.982000', '200238.985000', '200238.988000', '200238.990000', '200238.993000', '200238.995000', '200238.998000', '200239.002000', '200239.004000', '200239.007000', '200239.009000', '200239.012000', '200239.015000', '200239.017000', '200239.020000', '200239.022000', '200239.025000', '200239.028000', '200239.030000', '200239.033000', '200239.035000', '200239.038000', '200239.041000', '200239.043000', '200239.046000', '200258.935000', '200258.938000', '200258.941000', '200258.944000', '200258.946000', '200258.949000', '200258.951000', '200258.954000', '200258.957000', '200258.959000', '200258.962000', '200258.964000', '200258.967000', '200258.969000', '200258.972000', '200258.975000', '200258.978000', '200258.980000', '200258.983000', '200258.986000', '200258.988000', '200258.991000', '200258.994000', '200258.997000', '200259.001000', '200259.003000', '200259.006000', '200259.009000', '200259.011000', '200259.014000', '200259.016000', '200259.019000', '200259.022000', '200259.024000', '200259.038000', '200259.041000', '200259.043000', '200259.046000', '200259.049000', '200259.051000', '200259.054000', '200259.057000', '200259.060000', '200318.936000', '200318.938000', '200318.941000', '200318.944000', '200318.947000', '200318.949000', '200318.952000', '200318.955000', '200318.957000', '200318.960000', '200318.963000', '200318.965000', '200318.968000', '200318.970000', '200318.973000', '200318.976000', '200318.978000', '200318.981000', '200318.983000', '200318.986000', '200318.989000', '200318.991000', '200318.994000', '200318.996000', '200319.000000', '200319.002000', '200319.005000', '200319.008000', '200319.010000', '200319.013000', '200319.015000', '200319.018000', '200319.021000', '200319.023000', '200319.026000', '200319.028000', '200319.031000', '200319.034000', '200319.036000', '200319.039000', '200319.041000', '200319.044000', '200319.046000', '200319.049000', '200338.936000', '200338.940000', '200338.942000', '200338.945000', '200338.948000', '200338.951000', '200338.953000', '200338.956000', '200338.959000', '200338.961000', '200338.964000', '200338.966000', '200338.969000', '200338.972000', '200338.974000', '200338.977000', '200338.979000', '200338.982000', '200338.985000', '200338.987000', '200338.990000', '200338.992000', '200338.995000', '200338.998000', '200339.001000', '200339.004000', '200339.006000', '200339.009000', '200339.011000', '200339.014000', '200339.017000', '200339.019000', '200339.022000', '200339.024000', '200339.027000', '200339.029000', '200339.032000', '200339.035000', '200339.037000', '200339.040000', '200339.042000', '200339.045000', '200339.048000', '200358.936000', '200358.939000', '200358.942000', '200358.945000', '200358.947000', '200358.950000', '200358.953000', '200358.955000', '200358.958000', '200358.960000', '200358.963000', '200358.966000', '200358.968000', '200358.971000', '200358.974000', '200358.976000', '200358.979000', '200358.982000', '200358.984000', '200358.987000', '200358.989000', '200358.992000', '200358.995000', '200358.997000', '200359.001000', '200359.003000', '200359.006000', '200359.009000', '200359.011000', '200359.014000', '200359.016000', '200359.019000', '200359.022000', '200359.024000', '200359.027000', '200359.029000', '200359.032000', '200359.034000', '200359.037000', '200359.039000', '200359.042000', '200359.045000', '200359.047000', '200359.050000', '200418.936000', '200418.939000', '200418.942000', '200418.945000', '200418.947000', '200418.950000', '200418.953000', '200418.955000', '200418.958000', '200418.961000', '200418.974000', '200418.977000', '200418.980000', '200418.982000', '200418.985000', '200418.988000', '200418.991000', '200418.993000', '200418.996000', '200419.000000', '200419.002000', '200419.005000', '200419.007000', '200419.010000', '200419.013000', '200419.015000', '200419.018000', '200419.021000', '200419.023000', '200419.026000', '200419.029000', '200419.032000', '200419.035000', '200419.038000', '200419.040000', '200419.043000', '200419.046000', '200419.048000', '200419.051000', '200419.054000', '200419.056000', '200419.059000', '200419.062000', '200438.935000', '200438.939000', '200438.941000', '200438.944000', '200438.946000', '200438.949000', '200438.952000', '200438.954000', '200438.957000', '200438.960000', '200438.962000', '200438.965000', '200438.967000', '200438.970000', '200438.973000', '200438.975000', '200438.985000', '200438.988000', '200438.990000', '200438.993000', '200438.995000', '200438.998000', '200439.002000', '200439.004000', '200439.007000', '200439.009000', '200439.012000', '200439.015000', '200439.017000', '200439.020000', '200439.022000', '200439.025000', '200439.028000', '200439.030000', '200439.033000', '200439.035000', '200439.038000', '200439.041000', '200439.043000', '200439.046000', '200439.048000', '200439.051000', '200439.054000', '200439.056000', '200458.936000', '200458.939000', '200458.941000', '200458.944000', '200458.947000', '200458.949000', '200458.952000', '200458.955000', '200458.957000', '200458.960000', '200458.963000', '200458.965000', '200458.968000', '200458.971000', '200458.973000', '200458.976000', '200458.979000', '200458.981000', '200458.984000', '200458.987000', '200458.990000', '200458.992000', '200458.995000', '200459.002000', '200459.005000', '200459.008000', '200459.010000', '200459.013000', '200459.016000', '200459.018000', '200459.021000', '200459.024000', '200459.026000', '200459.029000', '200459.032000', '200459.034000', '200459.037000', '200459.039000', '200459.042000', '200459.045000', '200459.047000', '200459.050000', '200459.053000', '200518.936000', '200518.938000', '200518.941000', '200518.944000', '200518.946000', '200518.949000', '200518.951000', '200518.954000', '200518.957000', '200518.959000', '200518.962000', '200518.964000', '200518.967000', '200518.970000', '200518.972000', '200518.975000', '200518.978000', '200518.980000', '200518.983000', '200518.986000', '200518.988000', '200518.991000', '200518.993000', '200518.996000', '200519.000000', '200519.002000', '200519.005000', '200519.008000', '200519.010000', '200519.013000', '200519.016000', '200519.018000', '200519.021000', '200519.023000', '200519.026000', '200519.028000', '200519.031000', '200519.033000', '200519.036000', '200519.039000', '200519.041000', '200519.044000', '200519.046000', '200519.049000', '200538.935000', '200538.938000', '200538.941000', '200538.944000', '200538.946000', '200538.949000', '200538.951000', '200538.954000', '200538.956000', '200538.959000', '200538.962000', '200538.964000', '200538.967000', '200538.970000', '200538.972000', '200538.975000', '200538.977000', '200538.980000', '200538.983000', '200538.985000', '200538.988000', '200538.990000', '200538.993000', '200538.996000', '200538.998000', '200539.002000', '200539.004000', '200539.007000', '200539.010000', '200539.012000', '200539.015000', '200539.018000', '200539.020000', '200539.023000', '200539.025000', '200539.028000', '200539.031000', '200539.033000', '200539.036000', '200539.039000', '200539.041000', '200539.044000', '200539.046000', '200558.936000', '200558.939000', '200558.942000', '200558.945000', '200558.947000', '200558.950000', '200558.952000', '200558.955000', '200558.958000', '200558.960000', '200558.963000', '200558.966000', '200558.968000', '200558.971000', '200558.973000', '200558.976000', '200558.979000', '200558.983000', '200558.986000', '200558.988000', '200558.991000', '200558.994000', '200558.996000', '200559.000000', '200559.002000', '200559.005000', '200559.022000', '200559.024000', '200559.027000', '200559.030000', '200559.032000', '200559.035000', '200559.037000', '200559.040000', '200559.043000', '200559.045000', '200559.048000', '200559.051000', '200559.053000', '200559.056000', '200559.059000', '200559.061000', '200559.064000', '200559.067000', '200618.936000', '200618.940000', '200618.942000', '200618.945000', '200618.947000', '200618.950000', '200618.953000', '200618.955000', '200618.958000', '200618.961000', '200618.963000', '200618.966000', '200618.969000', '200618.971000', '200618.974000', '200618.977000', '200618.979000', '200618.982000', '200618.985000', '200618.987000', '200618.990000', '200618.993000', '200618.995000', '200618.998000', '200619.002000', '200619.004000', '200619.007000', '200619.010000', '200619.012000', '200619.015000', '200619.018000', '200619.020000', '200619.023000', '200619.025000', '200619.028000', '200619.031000', '200619.033000', '200619.036000', '200619.039000', '200619.041000', '200619.044000', '200619.046000', '200619.049000', '200638.936000', '200638.939000', '200638.942000', '200638.945000', '200638.947000', '200638.950000', '200638.953000', '200638.955000', '200638.958000', '200638.960000', '200638.963000', '200638.966000', '200638.969000', '200638.971000', '200638.974000', '200638.976000', '200638.979000', '200638.982000', '200638.984000', '200638.987000', '200638.989000', '200638.992000', '200638.995000', '200638.997000', '200639.001000', '200639.004000', '200639.006000', '200639.009000', '200639.012000', '200639.014000', '200639.017000', '200639.019000', '200639.022000', '200639.025000', '200639.027000', '200639.030000', '200639.032000', '200639.035000', '200639.038000', '200639.040000', '200639.043000', '200639.045000', '200639.048000', '200639.051000', '200646.183000', '200646.186000', '200646.189000', '200646.192000', '200646.194000', '200646.197000', '200646.200000', '200646.203000', '200646.206000', '200646.209000', '200646.212000', '200646.215000', '200646.218000', '200646.221000', '200646.224000', '200646.227000'], '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': [6069, 5843, 5628, 5620, 6831, 5951, 5623, 7796, 5548, 5989, 6855, 5604, 6115, 6096, 5630, 6754, 5712, 5702, 6369, 5704, 5508, 7555, 5701, 7673, 5715, 5827, 5949, 5711, 7040, 5649, 5769, 6647, 5650, 5624, 5699, 5516, 6965, 5682, 5537, 7074, 5592, 6639, 5884, 5547, 7048, 5636, 7065, 5619, 6945, 5642, 6839, 5977, 5438, 6091, 5686, 7212, 5648, 6059, 5659, 5543, 6971, 5596, 5786, 6005, 5435, 7399, 5450, 6918, 5536, 5647, 5549, 5552, 6449, 5633, 7242, 5823, 6404, 5548, 5604, 6156, 5929, 7412, 5593, 7442, 5797, 5926, 5553, 5697, 6383, 5503, 7406, 5530, 7163, 5475, 5732, 5637, 6025, 7197, 5768, 6890, 5842, 5436, 5651, 5723, 6514, 5768, 7226, 5601, 5899, 5792, 5630, 7182, 5586, 6575, 5905, 5601, 6825, 5809, 6985, 5599, 6903, 5573, 6779, 5898, 5556, 5828, 5711, 7093, 5917, 7127, 5548, 5496, 5705, 5499, 6554, 5725, 6993, 5600, 6037, 5639, 5607, 6526, 5847, 7013, 5587, 5532, 6411, 5616, 7915, 5638, 7138, 5819, 5965, 5554, 5661, 6011, 5638, 6854, 5535, 7284, 5782, 5443, 6027, 5746, 6950, 5769, 6647, 5853, 5610, 6972, 5730, 6924, 5819, 5706, 5890, 5814, 7375, 5764, 7524, 5768, 5760, 6369, 5513, 7257, 5665, 6890, 5640, 5754, 6371, 5514, 5662, 6686, 5580, 5558, 7110, 5778, 5967, 5856, 5690, 7406, 5619, 7153, 5625, 6731, 5879, 6677, 5957, 5691, 6147, 5649, 6633, 5848, 5594, 7231, 5745, 5591, 5738, 5859, 6820, 5656, 7030, 5863, 7128, 5624, 7520, 5850, 5559, 5672, 5652, 7025, 5678, 7049, 5623, 5625, 5715, 5711, 6887, 5903, 5883, 5937, 5551, 6054, 5946, 5890, 5754, 6484, 5866, 6906, 5610, 6763, 5653, 5788, 5988, 5581, 7142, 5831, 6610, 5726, 6472, 5500, 5526, 5688, 5619, 6933, 5744, 7208, 5707, 5695, 5768, 5603, 7313, 5631, 7824, 5688, 6023, 6165, 5805, 7064, 5649, 7133, 5704, 7851, 5685, 5712, 5813, 5742, 6409, 5454, 6957, 5775, 7202, 5738, 5722, 6137, 5819, 7218, 5736, 5799, 6917, 5666, 7419, 5644, 6181, 5617, 5547, 6095, 5530, 7114, 5804, 7068, 5718, 6699, 5704, 5624, 5613, 5535, 6720, 5854, 7143, 5737, 5648, 6616, 5584, 7390, 5801, 5819, 6000, 5918, 6920, 5815, 6974, 5530, 6926, 5550, 7016, 5786, 6708, 5744, 5798, 5687, 5501, 6498, 5886, 7530, 5734, 6391, 5754, 5728, 6612, 5620, 7494, 5840, 7295, 5761, 5685, 5702, 5653, 6823, 5521, 7627, 5908, 5555, 5951, 5675, 7224, 5553, 6923, 5634, 5660, 6509, 6011, 6500, 5499, 5816, 5786, 5476, 6544, 5916, 6933, 5580, 5561, 6275, 5642, 7453, 6131, 5590, 6687, 5622, 5675, 6469, 5639, 5515, 6257, 5729, 7485, 5483, 6155, 5651, 5465, 6513, 5493, 7188, 5711, 5629, 5790, 5588, 7297, 5698, 5705, 5775, 5843, 7262, 6071, 7385, 5732, 7009, 5542, 5654, 5764, 5589, 6896, 5617, 5905, 5760, 5548, 7351, 5627, 7530, 5998, 5746, 6092, 5723, 6891, 5613, 6961, 5503, 7124, 5856, 5472, 5925, 5759, 6795, 5651, 5440, 6178, 5538, 7432, 5682, 6172, 5696, 5791, 6592, 5538, 7138, 5523, 7261, 5525, 5992, 5756, 5623, 6583, 5368, 6729, 5877, 6473, 5610, 6484, 5784, 5700, 5829, 5655, 6475, 5499, 7023, 5797, 6052, 5727, 5719, 6561, 5701, 7139, 5755, 6420, 5804, 5714, 6645, 5592, 7097, 5565, 6711, 5684, 5728, 5508, 5900, 7157, 5634, 5617, 5736, 5534, 7307, 5676, 6017, 5503, 6743, 5729, 6553, 5655, 5882, 5786, 5609, 7339, 5674, 6127, 5711, 5723, 7108, 5496, 6799, 5601, 5791, 6265, 5695, 6206, 6006, 5610, 5588, 5809, 7468, 5607, 6551, 5788, 5577, 5613, 6588, 5542, 7316, 5713, 6963, 5764, 5600, 5826, 5853, 7186, 5839, 7473, 5870, 6329, 5866, 5652, 6340, 5715, 6483, 5660, 6287, 5745, 6065, 5655, 6599, 5809, 6745, 5632, 5761, 6058, 5595, 7323, 5740, 7083, 5802, 6927, 5675, 6890, 5567, 6495, 5482, 5729, 5574, 5608, 6739, 5702, 7089, 5817, 5442, 6256, 5643, 6879, 5686, 6628, 5947, 5695, 6340, 5689, 6958, 5890, 6457, 5807, 5739, 6583, 5573, 7302, 5676, 6985, 5923, 5731, 6137, 5758, 7135, 5855, 7176, 5585, 5624, 5865, 5691, 7104, 5606, 5463, 6576, 5656, 7629, 5836, 5662, 5932, 5669, 7025, 5628, 6913, 5542, 5947, 5654, 5551, 6612, 5630, 6948, 5493, 6730, 5484, 6702, 5759, 5607, 5714, 5705, 6841, 5762, 6182, 5765, 5833, 7212, 5690, 6715, 5836, 5709, 7023, 5851, 7940, 5592, 5746, 6672, 5733, 7376, 5671, 5703, 5904, 5713, 6740, 5699, 5666, 5846, 5726, 7532, 5650, 6322, 5615, 5486, 6464, 5803, 7058, 5864, 7129, 5747, 5523, 5607, 5651, 7042, 5640, 6700, 5758, 5780, 7093, 5566, 6106, 5694, 5546, 7219, 5851, 7076, 5493, 7023, 5854, 6823, 5724, 6826, 5812, 5738, 5676, 5871, 6909, 5601, 7480, 5643, 5647, 6146, 5855, 7291, 5787, 7056, 5620, 5834, 6434, 5648, 7394, 5794, 6309, 5686, 5855, 5703, 5857, 5820, 7619, 5750, 7021, 6358, 5667, 6795, 5601, 5595, 7051, 5794, 5840, 7225, 5684, 6680, 6693, 5848, 6864, 5557, 5656, 5972, 5551, 6059, 5524, 6487, 5656, 7649, 5626, 5416, 5810, 5508, 6194, 5618, 5609, 6472, 5630, 6050, 5827, 5677, 6289, 5885, 7324, 5748, 6863, 5565, 6671, 5593, 6715, 5698, 6719, 5759, 5737, 5858, 5600, 7036, 5656, 7225, 5719, 7243, 5636, 6268, 5578, 5743, 6478, 5536, 6865, 5676, 6654, 5705, 6371, 5710, 6908, 5687, 6806, 5636, 7057, 5898, 6654, 5756, 5604, 5579, 5661, 6728, 5800, 6655, 5682, 6416, 5907, 5786, 5917, 5584, 6779, 5622, 6441, 5829, 5823, 7714, 5735, 5612, 6753, 5690, 7814, 5582, 5747, 5635, 5730, 6459, 5645, 6811, 5576, 6560, 5836, 5658, 5638, 5659, 6695, 5727, 5517, 6535, 5837, 7527, 5686, 5620, 5638, 5652, 6882, 5541, 6987, 5673, 7249, 5871, 6995, 5726, 5915, 5645, 5597, 6558, 5691, 7311, 5854, 6626, 5837, 5782, 5983, 5846, 7091, 5671], 'WindowCenter': [3659.0, 3643.0, 3626.0, 3614.0, 3635.0, 3629.0, 3630.0, 3658.0, 3616.0, 3626.0, 3636.0, 3615.0, 3626.0, 3625.0, 3615.0, 3635.0, 3616.0, 3616.0, 3625.0, 3614.0, 3603.0, 3634.0, 3613.0, 3634.0, 3602.0, 3601.0, 3626.0, 3630.0, 3634.0, 3613.0, 3616.0, 3652.0, 3627.0, 3616.0, 3615.0, 3605.0, 3637.0, 3617.0, 3616.0, 3637.0, 3605.0, 3638.0, 3616.0, 3604.0, 3636.0, 3603.0, 3623.0, 3602.0, 3634.0, 3602.0, 3623.0, 3614.0, 3590.0, 3612.0, 3600.0, 3621.0, 3601.0, 3611.0, 3602.0, 3603.0, 3622.0, 3601.0, 3601.0, 3612.0, 3591.0, 3621.0, 3590.0, 3609.0, 3588.0, 3586.0, 3587.0, 3576.0, 3609.0, 3599.0, 3620.0, 3599.0, 3610.0, 3589.0, 3599.0, 3599.0, 3599.0, 3622.0, 3590.0, 3632.0, 3601.0, 3600.0, 3588.0, 3588.0, 3598.0, 3577.0, 3619.0, 3587.0, 3607.0, 3587.0, 3586.0, 3588.0, 3597.0, 3609.0, 3587.0, 3619.0, 3587.0, 3575.0, 3587.0, 3587.0, 3598.0, 3589.0, 3620.0, 3599.0, 3600.0, 3600.0, 3599.0, 3620.0, 3589.0, 3611.0, 3600.0, 3600.0, 3611.0, 3599.0, 3607.0, 3575.0, 3595.0, 3575.0, 3595.0, 3585.0, 3576.0, 3585.0, 3586.0, 3606.0, 3586.0, 3607.0, 3576.0, 3575.0, 3586.0, 3575.0, 3597.0, 3586.0, 3607.0, 3588.0, 3587.0, 3586.0, 3586.0, 3597.0, 3587.0, 3607.0, 3588.0, 3588.0, 3609.0, 3588.0, 3631.0, 3588.0, 3608.0, 3587.0, 3586.0, 3577.0, 3586.0, 3586.0, 3586.0, 3607.0, 3588.0, 3619.0, 3599.0, 3589.0, 3598.0, 3599.0, 3608.0, 3588.0, 3608.0, 3588.0, 3588.0, 3609.0, 3589.0, 3608.0, 3587.0, 3587.0, 3587.0, 3587.0, 3619.0, 3588.0, 3619.0, 3598.0, 3598.0, 3609.0, 3588.0, 3620.0, 3600.0, 3621.0, 3601.0, 3601.0, 3612.0, 3601.0, 3600.0, 3621.0, 3601.0, 3602.0, 3622.0, 3601.0, 3600.0, 3600.0, 3589.0, 3608.0, 3586.0, 3606.0, 3585.0, 3597.0, 3587.0, 3597.0, 3596.0, 3588.0, 3598.0, 3587.0, 3608.0, 3588.0, 3589.0, 3621.0, 3600.0, 3590.0, 3600.0, 3600.0, 3610.0, 3588.0, 3609.0, 3588.0, 3610.0, 3599.0, 3620.0, 3600.0, 3589.0, 3599.0, 3587.0, 3607.0, 3586.0, 3607.0, 3587.0, 3588.0, 3588.0, 3599.0, 3621.0, 3599.0, 3598.0, 3598.0, 3576.0, 3598.0, 3587.0, 3588.0, 3587.0, 3609.0, 3599.0, 3608.0, 3587.0, 3596.0, 3587.0, 3586.0, 3598.0, 3587.0, 3608.0, 3588.0, 3609.0, 3587.0, 3597.0, 3577.0, 3575.0, 3587.0, 3586.0, 3608.0, 3587.0, 3619.0, 3598.0, 3587.0, 3586.0, 3586.0, 3620.0, 3587.0, 3619.0, 3588.0, 3598.0, 3598.0, 3587.0, 3607.0, 3586.0, 3607.0, 3587.0, 3618.0, 3586.0, 3586.0, 3587.0, 3587.0, 3597.0, 3575.0, 3607.0, 3587.0, 3619.0, 3588.0, 3599.0, 3599.0, 3601.0, 3620.0, 3599.0, 3589.0, 3620.0, 3600.0, 3620.0, 3588.0, 3598.0, 3586.0, 3575.0, 3597.0, 3576.0, 3608.0, 3588.0, 3609.0, 3598.0, 3609.0, 3598.0, 3588.0, 3587.0, 3588.0, 3610.0, 3600.0, 3620.0, 3600.0, 3600.0, 3622.0, 3591.0, 3623.0, 3601.0, 3600.0, 3601.0, 3600.0, 3610.0, 3586.0, 3609.0, 3576.0, 3608.0, 3576.0, 3608.0, 3587.0, 3608.0, 3587.0, 3586.0, 3586.0, 3576.0, 3597.0, 3587.0, 3619.0, 3588.0, 3598.0, 3587.0, 3587.0, 3609.0, 3588.0, 3619.0, 3588.0, 3608.0, 3587.0, 3588.0, 3587.0, 3587.0, 3608.0, 3588.0, 3620.0, 3599.0, 3590.0, 3599.0, 3599.0, 3620.0, 3589.0, 3610.0, 3600.0, 3590.0, 3611.0, 3600.0, 3597.0, 3576.0, 3586.0, 3587.0, 3575.0, 3597.0, 3589.0, 3621.0, 3590.0, 3591.0, 3612.0, 3603.0, 3633.0, 3612.0, 3590.0, 3621.0, 3600.0, 3601.0, 3612.0, 3601.0, 3601.0, 3613.0, 3602.0, 3621.0, 3589.0, 3597.0, 3587.0, 3576.0, 3598.0, 3587.0, 3620.0, 3599.0, 3598.0, 3598.0, 3588.0, 3620.0, 3600.0, 3601.0, 3601.0, 3601.0, 3633.0, 3611.0, 3621.0, 3599.0, 3609.0, 3588.0, 3587.0, 3588.0, 3589.0, 3621.0, 3600.0, 3587.0, 3588.0, 3577.0, 3609.0, 3587.0, 3620.0, 3598.0, 3588.0, 3598.0, 3589.0, 3608.0, 3587.0, 3607.0, 3587.0, 3608.0, 3588.0, 3589.0, 3599.0, 3599.0, 3609.0, 3588.0, 3587.0, 3598.0, 3588.0, 3620.0, 3600.0, 3600.0, 3601.0, 3599.0, 3609.0, 3587.0, 3609.0, 3577.0, 3607.0, 3576.0, 3598.0, 3587.0, 3587.0, 3608.0, 3575.0, 3596.0, 3587.0, 3597.0, 3587.0, 3599.0, 3589.0, 3589.0, 3588.0, 3600.0, 3610.0, 3589.0, 3609.0, 3589.0, 3601.0, 3601.0, 3600.0, 3610.0, 3600.0, 3621.0, 3600.0, 3599.0, 3589.0, 3600.0, 3609.0, 3577.0, 3608.0, 3577.0, 3608.0, 3588.0, 3588.0, 3588.0, 3600.0, 3622.0, 3601.0, 3603.0, 3614.0, 3603.0, 3634.0, 3603.0, 3611.0, 3590.0, 3610.0, 3588.0, 3598.0, 3589.0, 3588.0, 3588.0, 3588.0, 3609.0, 3587.0, 3585.0, 3574.0, 3573.0, 3593.0, 3561.0, 3594.0, 3571.0, 3573.0, 3583.0, 3573.0, 3583.0, 3582.0, 3572.0, 3573.0, 3574.0, 3606.0, 3587.0, 3597.0, 3599.0, 3576.0, 3586.0, 3596.0, 3576.0, 3607.0, 3575.0, 3594.0, 3584.0, 3586.0, 3585.0, 3586.0, 3607.0, 3587.0, 3618.0, 3587.0, 3597.0, 3587.0, 3586.0, 3596.0, 3583.0, 3583.0, 3572.0, 3582.0, 3572.0, 3584.0, 3573.0, 3595.0, 3585.0, 3607.0, 3587.0, 3588.0, 3599.0, 3577.0, 3619.0, 3587.0, 3607.0, 3586.0, 3605.0, 3585.0, 3606.0, 3574.0, 3595.0, 3576.0, 3585.0, 3575.0, 3586.0, 3607.0, 3588.0, 3609.0, 3600.0, 3589.0, 3611.0, 3601.0, 3610.0, 3600.0, 3609.0, 3600.0, 3589.0, 3611.0, 3600.0, 3620.0, 3601.0, 3609.0, 3587.0, 3587.0, 3609.0, 3587.0, 3620.0, 3588.0, 3620.0, 3599.0, 3588.0, 3597.0, 3587.0, 3609.0, 3588.0, 3609.0, 3589.0, 3600.0, 3600.0, 3600.0, 3620.0, 3588.0, 3588.0, 3609.0, 3588.0, 3621.0, 3600.0, 3600.0, 3599.0, 3587.0, 3607.0, 3586.0, 3607.0, 3576.0, 3587.0, 3586.0, 3588.0, 3608.0, 3587.0, 3607.0, 3575.0, 3596.0, 3575.0, 3594.0, 3586.0, 3586.0, 3588.0, 3588.0, 3609.0, 3587.0, 3598.0, 3588.0, 3600.0, 3621.0, 3601.0, 3610.0, 3601.0, 3601.0, 3622.0, 3601.0, 3632.0, 3590.0, 3589.0, 3610.0, 3588.0, 3619.0, 3589.0, 3589.0, 3589.0, 3600.0, 3611.0, 3600.0, 3601.0, 3601.0, 3601.0, 3633.0, 3603.0, 3612.0, 3601.0, 3590.0, 3610.0, 3589.0, 3609.0, 3589.0, 3607.0, 3587.0, 3588.0, 3588.0, 3587.0, 3608.0, 3588.0, 3609.0, 3588.0, 3589.0, 3610.0, 3589.0, 3600.0, 3589.0, 3589.0, 3619.0, 3587.0, 3608.0, 3587.0, 3609.0, 3589.0, 3609.0, 3588.0, 3608.0, 3587.0, 3586.0, 3586.0, 3587.0, 3608.0, 3588.0, 3619.0, 3599.0, 3598.0, 3599.0, 3598.0, 3621.0, 3600.0, 3610.0, 3589.0, 3589.0, 3599.0, 3589.0, 3621.0, 3601.0, 3612.0, 3614.0, 3603.0, 3613.0, 3602.0, 3600.0, 3620.0, 3589.0, 3622.0, 3596.0, 3586.0, 3595.0, 3586.0, 3576.0, 3606.0, 3589.0, 3589.0, 3621.0, 3600.0, 3609.0, 3597.0, 3575.0, 3593.0, 3562.0, 3572.0, 3571.0, 3561.0, 3572.0, 3561.0, 3583.0, 3574.0, 3604.0, 3574.0, 3575.0, 3585.0, 3576.0, 3586.0, 3587.0, 3586.0, 3598.0, 3587.0, 3587.0, 3587.0, 3587.0, 3595.0, 3573.0, 3592.0, 3561.0, 3581.0, 3560.0, 3582.0, 3562.0, 3594.0, 3574.0, 3595.0, 3586.0, 3586.0, 3585.0, 3586.0, 3608.0, 3587.0, 3608.0, 3588.0, 3609.0, 3588.0, 3599.0, 3587.0, 3587.0, 3598.0, 3576.0, 3609.0, 3587.0, 3608.0, 3588.0, 3598.0, 3588.0, 3607.0, 3587.0, 3596.0, 3586.0, 3607.0, 3587.0, 3608.0, 3589.0, 3600.0, 3589.0, 3601.0, 3610.0, 3602.0, 3611.0, 3601.0, 3610.0, 3601.0, 3601.0, 3600.0, 3590.0, 3609.0, 3589.0, 3597.0, 3600.0, 3601.0, 3620.0, 3599.0, 3589.0, 3608.0, 3588.0, 3616.0, 3576.0, 3586.0, 3586.0, 3586.0, 3597.0, 3587.0, 3595.0, 3576.0, 3596.0, 3585.0, 3586.0, 3587.0, 3588.0, 3609.0, 3589.0, 3589.0, 3610.0, 3600.0, 3620.0, 3601.0, 3588.0, 3589.0, 3587.0, 3608.0, 3576.0, 3596.0, 3575.0, 3605.0, 3586.0, 3606.0, 3587.0, 3587.0, 3584.0, 3576.0, 3595.0, 3587.0, 3608.0, 3588.0, 3609.0, 3589.0, 3588.0, 3597.0, 3587.0, 3608.0, 3588.0], 'WindowWidth': [8289.0, 8254.0, 8218.0, 8196.0, 8223.0, 8224.0, 8228.0, 8259.0, 8203.0, 8212.0, 8227.0, 8197.0, 8214.0, 8210.0, 8198.0, 8223.0, 8202.0, 8203.0, 8209.0, 8194.0, 8179.0, 8218.0, 8192.0, 8219.0, 8174.0, 8172.0, 8211.0, 8227.0, 8219.0, 8192.0, 8202.0, 8262.0, 8219.0, 8201.0, 8196.0, 8184.0, 8229.0, 8204.0, 8203.0, 8229.0, 8186.0, 8233.0, 8200.0, 8181.0, 8225.0, 8177.0, 8202.0, 8173.0, 8221.0, 8176.0, 8202.0, 8194.0, 8154.0, 8186.0, 8169.0, 8196.0, 8170.0, 8183.0, 8173.0, 8178.0, 8199.0, 8171.0, 8170.0, 8187.0, 8156.0, 8196.0, 8153.0, 8177.0, 8147.0, 8142.0, 8144.0, 8129.0, 8177.0, 8164.0, 8192.0, 8163.0, 8180.0, 8151.0, 8163.0, 8166.0, 8165.0, 8198.0, 8156.0, 8213.0, 8169.0, 8168.0, 8149.0, 8148.0, 8160.0, 8130.0, 8189.0, 8145.0, 8170.0, 8143.0, 8142.0, 8146.0, 8158.0, 8174.0, 8145.0, 8189.0, 8146.0, 8127.0, 8143.0, 8145.0, 8160.0, 8149.0, 8191.0, 8165.0, 8170.0, 8168.0, 8165.0, 8193.0, 8152.0, 8181.0, 8167.0, 8164.0, 8181.0, 8162.0, 8170.0, 8124.0, 8149.0, 8123.0, 8150.0, 8138.0, 8126.0, 8137.0, 8140.0, 8167.0, 8140.0, 8167.0, 8127.0, 8124.0, 8139.0, 8124.0, 8156.0, 8141.0, 8169.0, 8145.0, 8142.0, 8142.0, 8142.0, 8156.0, 8145.0, 8171.0, 8148.0, 8147.0, 8177.0, 8148.0, 8207.0, 8149.0, 8174.0, 8145.0, 8140.0, 8129.0, 8139.0, 8140.0, 8139.0, 8170.0, 8150.0, 8190.0, 8165.0, 8150.0, 8163.0, 8163.0, 8173.0, 8147.0, 8171.0, 8146.0, 8145.0, 8175.0, 8148.0, 8174.0, 8146.0, 8143.0, 8143.0, 8144.0, 8189.0, 8146.0, 8189.0, 8161.0, 8161.0, 8176.0, 8148.0, 8192.0, 8168.0, 8195.0, 8172.0, 8171.0, 8186.0, 8170.0, 8168.0, 8195.0, 8170.0, 8173.0, 8199.0, 8169.0, 8167.0, 8166.0, 8148.0, 8172.0, 8139.0, 8165.0, 8137.0, 8155.0, 8144.0, 8155.0, 8155.0, 8147.0, 8159.0, 8145.0, 8172.0, 8148.0, 8151.0, 8196.0, 8169.0, 8155.0, 8166.0, 8166.0, 8180.0, 8148.0, 8175.0, 8146.0, 8177.0, 8164.0, 8193.0, 8168.0, 8151.0, 8164.0, 8145.0, 8169.0, 8141.0, 8168.0, 8142.0, 8146.0, 8147.0, 8164.0, 8195.0, 8165.0, 8162.0, 8162.0, 8127.0, 8159.0, 8142.0, 8145.0, 8145.0, 8177.0, 8164.0, 8174.0, 8145.0, 8155.0, 8144.0, 8141.0, 8158.0, 8145.0, 8174.0, 8147.0, 8174.0, 8145.0, 8156.0, 8129.0, 8126.0, 8142.0, 8141.0, 8173.0, 8146.0, 8188.0, 8160.0, 8143.0, 8142.0, 8142.0, 8189.0, 8144.0, 8188.0, 8147.0, 8160.0, 8159.0, 8143.0, 8169.0, 8141.0, 8169.0, 8143.0, 8184.0, 8142.0, 8142.0, 8143.0, 8144.0, 8156.0, 8125.0, 8169.0, 8144.0, 8188.0, 8148.0, 8166.0, 8165.0, 8169.0, 8191.0, 8165.0, 8149.0, 8193.0, 8166.0, 8192.0, 8148.0, 8161.0, 8142.0, 8125.0, 8157.0, 8128.0, 8174.0, 8147.0, 8176.0, 8162.0, 8177.0, 8161.0, 8148.0, 8145.0, 8147.0, 8180.0, 8168.0, 8194.0, 8168.0, 8168.0, 8200.0, 8160.0, 8201.0, 8172.0, 8168.0, 8169.0, 8165.0, 8178.0, 8140.0, 8173.0, 8126.0, 8172.0, 8128.0, 8173.0, 8145.0, 8174.0, 8144.0, 8141.0, 8142.0, 8127.0, 8159.0, 8145.0, 8189.0, 8148.0, 8160.0, 8145.0, 8143.0, 8175.0, 8146.0, 8187.0, 8147.0, 8172.0, 8145.0, 8147.0, 8145.0, 8144.0, 8173.0, 8148.0, 8192.0, 8165.0, 8153.0, 8164.0, 8163.0, 8191.0, 8151.0, 8178.0, 8166.0, 8152.0, 8180.0, 8166.0, 8159.0, 8129.0, 8140.0, 8142.0, 8126.0, 8158.0, 8150.0, 8195.0, 8155.0, 8159.0, 8186.0, 8177.0, 8217.0, 8185.0, 8154.0, 8197.0, 8168.0, 8171.0, 8185.0, 8171.0, 8172.0, 8188.0, 8174.0, 8196.0, 8150.0, 8158.0, 8144.0, 8127.0, 8160.0, 8145.0, 8193.0, 8163.0, 8162.0, 8161.0, 8148.0, 8193.0, 8168.0, 8169.0, 8171.0, 8172.0, 8215.0, 8184.0, 8195.0, 8164.0, 8174.0, 8146.0, 8143.0, 8148.0, 8150.0, 8195.0, 8165.0, 8146.0, 8148.0, 8131.0, 8176.0, 8145.0, 8190.0, 8161.0, 8148.0, 8161.0, 8150.0, 8175.0, 8146.0, 8170.0, 8143.0, 8171.0, 8147.0, 8149.0, 8164.0, 8165.0, 8177.0, 8147.0, 8144.0, 8159.0, 8147.0, 8191.0, 8167.0, 8167.0, 8168.0, 8164.0, 8177.0, 8145.0, 8174.0, 8130.0, 8170.0, 8129.0, 8160.0, 8143.0, 8143.0, 8172.0, 8126.0, 8155.0, 8142.0, 8155.0, 8145.0, 8161.0, 8149.0, 8149.0, 8149.0, 8166.0, 8179.0, 8151.0, 8177.0, 8152.0, 8168.0, 8169.0, 8168.0, 8181.0, 8167.0, 8196.0, 8168.0, 8162.0, 8150.0, 8164.0, 8175.0, 8130.0, 8171.0, 8130.0, 8171.0, 8147.0, 8146.0, 8149.0, 8166.0, 8197.0, 8170.0, 8177.0, 8193.0, 8178.0, 8218.0, 8175.0, 8183.0, 8153.0, 8177.0, 8148.0, 8159.0, 8149.0, 8147.0, 8146.0, 8148.0, 8174.0, 8142.0, 8138.0, 8119.0, 8116.0, 8143.0, 8099.0, 8146.0, 8112.0, 8118.0, 8131.0, 8118.0, 8132.0, 8128.0, 8115.0, 8118.0, 8121.0, 8167.0, 8145.0, 8158.0, 8164.0, 8128.0, 8142.0, 8151.0, 8126.0, 8168.0, 8123.0, 8147.0, 8135.0, 8140.0, 8139.0, 8141.0, 8170.0, 8144.0, 8187.0, 8144.0, 8155.0, 8144.0, 8140.0, 8153.0, 8132.0, 8131.0, 8114.0, 8127.0, 8114.0, 8132.0, 8118.0, 8149.0, 8140.0, 8171.0, 8144.0, 8147.0, 8162.0, 8132.0, 8187.0, 8144.0, 8169.0, 8140.0, 8164.0, 8138.0, 8165.0, 8123.0, 8149.0, 8126.0, 8137.0, 8126.0, 8141.0, 8169.0, 8149.0, 8177.0, 8168.0, 8152.0, 8183.0, 8170.0, 8179.0, 8167.0, 8176.0, 8166.0, 8148.0, 8182.0, 8165.0, 8194.0, 8169.0, 8176.0, 8145.0, 8145.0, 8175.0, 8143.0, 8191.0, 8147.0, 8193.0, 8164.0, 8147.0, 8158.0, 8143.0, 8173.0, 8146.0, 8176.0, 8152.0, 8167.0, 8166.0, 8167.0, 8192.0, 8148.0, 8148.0, 8176.0, 8148.0, 8194.0, 8166.0, 8166.0, 8163.0, 8143.0, 8169.0, 8140.0, 8167.0, 8126.0, 8142.0, 8142.0, 8145.0, 8173.0, 8144.0, 8169.0, 8125.0, 8151.0, 8124.0, 8148.0, 8140.0, 8141.0, 8146.0, 8148.0, 8176.0, 8146.0, 8160.0, 8147.0, 8165.0, 8194.0, 8168.0, 8179.0, 8170.0, 8170.0, 8200.0, 8171.0, 8210.0, 8153.0, 8150.0, 8178.0, 8146.0, 8189.0, 8151.0, 8148.0, 8150.0, 8167.0, 8183.0, 8168.0, 8171.0, 8171.0, 8172.0, 8215.0, 8176.0, 8187.0, 8170.0, 8154.0, 8177.0, 8148.0, 8175.0, 8147.0, 8168.0, 8145.0, 8146.0, 8146.0, 8145.0, 8173.0, 8146.0, 8174.0, 8147.0, 8148.0, 8179.0, 8151.0, 8165.0, 8150.0, 8149.0, 8188.0, 8145.0, 8172.0, 8145.0, 8174.0, 8148.0, 8174.0, 8148.0, 8173.0, 8143.0, 8139.0, 8140.0, 8143.0, 8173.0, 8146.0, 8190.0, 8164.0, 8162.0, 8164.0, 8162.0, 8193.0, 8167.0, 8178.0, 8151.0, 8148.0, 8163.0, 8150.0, 8193.0, 8170.0, 8187.0, 8192.0, 8177.0, 8191.0, 8173.0, 8167.0, 8192.0, 8150.0, 8198.0, 8153.0, 8140.0, 8150.0, 8140.0, 8127.0, 8169.0, 8150.0, 8150.0, 8194.0, 8167.0, 8175.0, 8155.0, 8122.0, 8142.0, 8100.0, 8112.0, 8109.0, 8095.0, 8110.0, 8097.0, 8129.0, 8120.0, 8159.0, 8120.0, 8123.0, 8137.0, 8127.0, 8140.0, 8142.0, 8139.0, 8159.0, 8142.0, 8143.0, 8140.0, 8141.0, 8148.0, 8117.0, 8140.0, 8095.0, 8122.0, 8094.0, 8125.0, 8098.0, 8144.0, 8121.0, 8151.0, 8139.0, 8139.0, 8138.0, 8139.0, 8173.0, 8141.0, 8172.0, 8145.0, 8174.0, 8147.0, 8163.0, 8145.0, 8142.0, 8157.0, 8126.0, 8174.0, 8142.0, 8170.0, 8144.0, 8159.0, 8147.0, 8169.0, 8141.0, 8153.0, 8141.0, 8167.0, 8143.0, 8173.0, 8149.0, 8166.0, 8152.0, 8169.0, 8180.0, 8172.0, 8183.0, 8170.0, 8181.0, 8169.0, 8170.0, 8167.0, 8150.0, 8175.0, 8149.0, 8159.0, 8166.0, 8170.0, 8192.0, 8165.0, 8150.0, 8174.0, 8146.0, 8177.0, 8127.0, 8139.0, 8139.0, 8140.0, 8155.0, 8142.0, 8151.0, 8126.0, 8153.0, 8138.0, 8140.0, 8142.0, 8147.0, 8177.0, 8150.0, 8149.0, 8179.0, 8166.0, 8192.0, 8168.0, 8147.0, 8151.0, 8144.0, 8171.0, 8124.0, 8152.0, 8121.0, 8161.0, 8138.0, 8165.0, 8142.0, 8143.0, 8137.0, 8126.0, 8152.0, 8142.0, 8172.0, 8148.0, 8175.0, 8149.0, 8147.0, 8157.0, 8141.0, 8170.0, 8144.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.0014221699196326064</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021514039035591275</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.03011544352878</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.191409622482759</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.024417249517241</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4472</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6096.5747</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09026114564271011</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.444316877152698</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.726755980056137</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.631443300897866</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9775503835551214</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.571274255715424</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.01057</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010377239435911179</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019283348694443703</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6041665007796437</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>28.5964</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.4572</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>126.179</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306923.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>573.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>253.1821</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.789</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.2425</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2845.5363</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3053.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69621.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>758.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3793.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.0691</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.63810102082789</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> |