=== 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-0097 --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-0097",
"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-0097_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0097_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0097/ses-01/func/sub-0097_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>8855cd9c9830faa8d62a3edce808648b</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>19:55:42.667500</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.997605, -0.0597127, 0.0349117, 0.0622396, 0.99513, -0.0764371]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.101806</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4253, -7745, -7266, 224, -12, 31, -23, 78]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>270.574</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>66520be2-2fe0-4e0f-9f25-cce3cadd820b||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.6765010356903076, 0.16698415577411652, 0.08147899061441422, 103.05949401855469], [0.1602049022912979, 2.66986083984375, -0.2117527425289154, -99.30603790283203], [0.09366552531719208, 0.2050752192735672, 2.6904501914978027, -78.75083923339844], [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': ['195542.667500', '195543.127500', '195543.587500', '195544.047500', '195544.507500', '195544.967500', '195545.427500', '195545.887500', '195546.347500', '195546.807500', '195547.267500', '195547.727500', '195548.187500', '195548.647500', '195549.107500', '195549.567500', '195550.027500', '195550.487500', '195550.947500', '195551.407500', '195551.867500', '195552.327500', '195552.787500', '195553.247500', '195553.707500', '195554.167500', '195554.627500', '195555.087500', '195555.547500', '195556.007500', '195556.467500', '195556.927500', '195557.387500', '195557.847500', '195558.307500', '195558.767500', '195559.227500', '195559.687500', '195600.147500', '195600.607500', '195601.067500', '195601.527500', '195601.987500', '195602.447500', '195602.907500', '195603.367500', '195603.827500', '195604.287500', '195604.747500', '195605.207500', '195605.667500', '195606.127500', '195606.587500', '195607.047500', '195607.507500', '195607.967500', '195608.427500', '195608.887500', '195609.347500', '195609.807500', '195610.267500', '195610.727500', '195611.187500', '195611.647500', '195612.107500', '195612.567500', '195613.027500', '195613.487500', '195613.947500', '195614.407500', '195614.867500', '195615.327500', '195615.787500', '195616.247500', '195616.707500', '195617.167500', '195617.627500', '195618.087500', '195618.547500', '195619.007500', '195619.467500', '195619.927500', '195620.387500', '195620.847500', '195621.307500', '195621.767500', '195622.227500', '195622.687500', '195623.147500', '195623.607500', '195624.067500', '195624.527500', '195624.987500', '195625.447500', '195625.907500', '195626.367500', '195626.827500', '195627.287500', '195627.747500', '195628.207500', '195628.667500', '195629.127500', '195629.587500', '195630.047500', '195630.507500', '195630.967500', '195631.427500', '195631.887500', '195632.347500', '195632.807500', '195633.267500', '195633.727500', '195634.187500', '195634.647500', '195635.107500', '195635.567500', '195636.027500', '195636.487500', '195636.947500', '195637.407500', '195637.867500', '195638.327500', '195638.787500', '195639.247500', '195639.707500', '195640.167500', '195640.627500', '195641.087500', '195641.547500', '195642.007500', '195642.467500', '195642.927500', '195643.387500', '195643.847500', '195644.307500', '195644.767500', '195645.227500', '195645.687500', '195646.147500', '195646.607500', '195647.067500', '195647.527500', '195647.987500', '195648.447500', '195648.907500', '195649.367500', '195649.827500', '195650.287500', '195650.747500', '195651.207500', '195651.667500', '195652.127500', '195652.587500', '195653.047500', '195653.507500', '195653.967500', '195654.427500', '195654.887500', '195655.347500', '195655.807500', '195656.267500', '195656.727500', '195657.187500', '195657.647500', '195658.107500', '195658.567500', '195659.027500', '195659.487500', '195659.947500', '195700.407500', '195700.867500', '195701.327500', '195701.787500', '195702.247500', '195702.707500', '195703.167500', '195703.627500', '195704.087500', '195704.547500', '195705.007500', '195705.467500', '195705.927500', '195706.387500', '195706.847500', '195707.307500', '195707.767500', '195708.227500', '195708.687500', '195709.147500', '195709.607500', '195710.067500', '195710.527500', '195710.987500', '195711.447500', '195711.907500', '195712.367500', '195712.827500', '195713.287500', '195713.747500', '195714.207500', '195714.667500', '195715.127500', '195715.587500', '195716.047500', '195716.507500', '195716.967500', '195717.427500', '195717.887500', '195718.347500', '195718.807500', '195719.267500', '195719.727500', '195720.187500', '195720.647500', '195721.107500', '195721.567500', '195722.027500', '195722.487500', '195722.947500', '195723.407500', '195723.867500', '195724.327500', '195724.787500', '195725.247500', '195725.707500', '195726.167500', '195726.627500', '195727.087500', '195727.547500', '195728.007500', '195728.467500', '195728.927500', '195729.387500', '195729.847500', '195730.307500', '195730.767500', '195731.227500', '195731.687500', '195732.147500', '195732.607500', '195733.067500', '195733.527500', '195733.987500', '195734.447500', '195734.907500', '195735.367500', '195735.827500', '195736.287500', '195736.747500', '195737.207500', '195737.667500', '195738.127500', '195738.587500', '195739.047500', '195739.507500', '195739.967500', '195740.427500', '195740.887500', '195741.347500', '195741.807500', '195742.267500', '195742.727500', '195743.187500', '195743.647500', '195744.107500', '195744.567500', '195745.027500', '195745.487500', '195745.947500', '195746.407500', '195746.867500', '195747.327500', '195747.787500', '195748.247500', '195748.707500', '195749.167500', '195749.627500', '195750.087500', '195750.547500', '195751.007500', '195751.467500', '195751.927500', '195752.387500', '195752.847500', '195753.307500', '195753.767500', '195754.227500', '195754.687500', '195755.147500', '195755.607500', '195756.067500', '195756.527500', '195756.987500', '195757.447500', '195757.907500', '195758.367500', '195758.827500', '195759.287500', '195759.747500', '195800.207500', '195800.667500', '195801.127500', '195801.587500', '195802.047500', '195802.507500', '195802.967500', '195803.427500', '195803.887500', '195804.347500', '195804.807500', '195805.267500', '195805.727500', '195806.187500', '195806.647500', '195807.107500', '195807.567500', '195808.027500', '195808.487500', '195808.947500', '195809.407500', '195809.867500', '195810.327500', '195810.787500', '195811.247500', '195811.707500', '195812.167500', '195812.627500', '195813.087500', '195813.547500', '195814.007500', '195814.467500', '195814.927500', '195815.387500', '195815.847500', '195816.307500', '195816.767500', '195817.227500', '195817.687500', '195818.147500', '195818.607500', '195819.067500', '195819.527500', '195819.987500', '195820.447500', '195820.907500', '195821.367500', '195821.827500', '195822.287500', '195822.747500', '195823.207500', '195823.667500', '195824.127500', '195824.587500', '195825.047500', '195825.507500', '195825.967500', '195826.427500', '195826.887500', '195827.347500', '195827.807500', '195828.267500', '195828.727500', '195829.187500', '195829.647500', '195830.107500', '195830.567500', '195831.027500', '195831.487500', '195831.947500', '195832.407500', '195832.867500', '195833.327500', '195833.787500', '195834.247500', '195834.707500', '195835.167500', '195835.627500', '195836.087500', '195836.547500', '195837.007500', '195837.467500', '195837.927500', '195838.387500', '195838.847500', '195839.307500', '195839.767500', '195840.227500', '195840.687500', '195841.147500', '195841.607500', '195842.067500', '195842.527500', '195842.987500', '195843.447500', '195843.907500', '195844.367500', '195844.827500', '195845.287500', '195845.747500', '195846.207500', '195846.667500', '195847.127500', '195847.587500', '195848.047500', '195848.507500', '195848.967500', '195849.427500', '195849.887500', '195850.347500', '195850.807500', '195851.267500', '195851.727500', '195852.187500', '195852.647500', '195853.107500', '195853.567500', '195854.027500', '195854.487500', '195854.947500', '195855.407500', '195855.867500', '195856.327500', '195856.787500', '195857.247500', '195857.707500', '195858.167500', '195858.627500', '195859.087500', '195859.547500', '195900.007500', '195900.467500', '195900.927500', '195901.387500', '195901.847500', '195902.307500', '195902.767500', '195903.227500', '195903.687500', '195904.147500', '195904.607500', '195905.067500', '195905.527500', '195905.987500', '195906.447500', '195906.907500', '195907.367500', '195907.827500', '195908.287500', '195908.747500', '195909.207500', '195909.667500', '195910.127500', '195910.587500', '195911.047500', '195911.507500', '195911.967500', '195912.427500', '195912.887500', '195913.347500', '195913.807500', '195914.267500', '195914.727500', '195915.187500', '195915.647500', '195916.107500', '195916.567500', '195917.027500', '195917.487500', '195917.947500', '195918.407500', '195918.867500', '195919.327500', '195919.787500', '195920.247500', '195920.707500', '195921.167500', '195921.627500', '195922.087500', '195922.547500', '195923.007500', '195923.467500', '195923.927500', '195924.387500', '195924.847500', '195925.307500', '195925.767500', '195926.227500', '195926.687500', '195927.147500', '195927.607500', '195928.067500', '195928.527500', '195928.987500', '195929.447500', '195929.907500', '195930.367500', '195930.827500', '195931.287500', '195931.747500', '195932.207500', '195932.667500', '195933.127500', '195933.587500', '195934.047500', '195934.507500', '195934.967500', '195935.427500', '195935.887500', '195936.347500', '195936.807500', '195937.267500', '195937.727500', '195938.187500', '195938.647500', '195939.107500', '195939.567500', '195940.027500', '195940.487500', '195940.947500', '195941.407500', '195941.867500', '195942.327500', '195942.787500', '195943.247500', '195943.707500', '195944.167500', '195944.627500', '195945.087500', '195945.547500', '195946.007500', '195946.467500', '195946.927500', '195947.387500', '195947.847500', '195948.307500', '195948.767500', '195949.227500', '195949.687500', '195950.147500', '195950.607500', '195951.067500', '195951.527500', '195951.987500', '195952.447500', '195952.907500', '195953.367500', '195953.827500', '195954.287500', '195954.747500', '195955.207500', '195955.667500', '195956.127500', '195956.587500', '195957.047500', '195957.507500', '195957.967500', '195958.427500', '195958.887500', '195959.347500', '195959.807500', '200000.267500', '200000.727500', '200001.187500', '200001.647500', '200002.107500', '200002.567500', '200003.027500', '200003.487500', '200003.947500', '200004.407500', '200004.867500', '200005.327500', '200005.787500', '200006.247500', '200006.707500', '200007.167500', '200007.627500', '200008.087500', '200008.547500', '200009.007500', '200009.467500', '200009.927500', '200010.387500', '200010.847500', '200011.307500', '200011.767500', '200012.227500', '200012.687500', '200013.147500', '200013.607500', '200014.067500', '200014.527500', '200014.987500', '200015.447500', '200015.907500', '200016.367500', '200016.827500', '200017.287500', '200017.747500', '200018.207500', '200018.667500', '200019.127500', '200019.587500', '200020.047500', '200020.507500', '200020.967500', '200021.427500', '200021.887500', '200022.347500', '200022.807500', '200023.267500', '200023.727500', '200024.187500', '200024.647500', '200025.107500', '200025.567500', '200026.027500', '200026.487500', '200026.947500', '200027.407500', '200027.867500', '200028.327500', '200028.787500', '200029.247500', '200029.707500', '200030.167500', '200030.627500', '200031.087500', '200031.547500', '200032.007500', '200032.467500', '200032.927500', '200033.387500', '200033.847500', '200034.307500', '200034.767500', '200035.227500', '200035.687500', '200036.147500', '200036.607500', '200037.067500', '200037.527500', '200037.987500', '200038.447500', '200038.907500', '200039.367500', '200039.827500', '200040.287500', '200040.747500', '200041.207500', '200041.667500', '200042.127500', '200042.587500', '200043.047500', '200043.507500', '200043.967500', '200044.427500', '200044.887500', '200045.347500', '200045.807500', '200046.267500', '200046.727500', '200047.187500', '200047.647500', '200048.107500', '200048.567500', '200049.027500', '200049.487500', '200049.947500', '200050.407500', '200050.867500', '200051.327500', '200051.787500', '200052.247500', '200052.707500', '200053.167500', '200053.627500', '200054.087500', '200054.547500', '200055.007500', '200055.467500', '200055.927500', '200056.387500', '200056.847500', '200057.307500', '200057.767500', '200058.227500', '200058.687500', '200059.147500', '200059.607500', '200100.067500', '200100.527500', '200100.987500', '200101.447500', '200101.907500', '200102.367500', '200102.827500', '200103.287500', '200103.747500', '200104.207500', '200104.667500', '200105.127500', '200105.587500', '200106.047500', '200106.507500', '200106.967500', '200107.427500', '200107.887500', '200108.347500', '200108.807500', '200109.267500', '200109.727500', '200110.187500', '200110.647500', '200111.107500', '200111.567500', '200112.027500', '200112.487500', '200112.947500', '200113.407500', '200113.867500', '200114.327500', '200114.787500', '200115.247500', '200115.707500', '200116.167500', '200116.627500', '200117.087500', '200117.547500', '200118.007500', '200118.467500', '200118.927500', '200119.387500', '200119.847500', '200120.307500', '200120.767500', '200121.227500', '200121.687500', '200122.147500', '200122.607500', '200123.067500', '200123.527500', '200123.987500', '200124.447500', '200124.907500', '200125.367500', '200125.827500', '200126.287500', '200126.747500', '200127.207500', '200127.667500', '200128.127500', '200128.587500', '200129.047500', '200129.507500', '200129.967500', '200130.427500', '200130.887500', '200131.347500', '200131.807500', '200132.267500', '200132.727500', '200133.187500', '200133.647500', '200134.107500', '200134.567500', '200135.027500', '200135.487500', '200135.947500', '200136.407500', '200136.867500', '200137.327500', '200137.787500', '200138.247500', '200138.707500', '200139.167500', '200139.627500', '200140.087500', '200140.547500', '200141.007500', '200141.467500', '200141.927500', '200142.387500', '200142.847500', '200143.307500', '200143.767500', '200144.227500', '200144.687500', '200145.147500', '200145.607500', '200146.067500', '200146.527500', '200146.987500', '200147.447500', '200147.907500', '200148.367500', '200148.827500', '200149.287500', '200149.747500', '200150.207500', '200150.667500', '200151.127500', '200151.587500', '200152.047500', '200152.507500', '200152.967500', '200153.427500', '200153.887500', '200154.347500', '200154.807500', '200155.267500', '200155.727500', '200156.187500', '200156.647500', '200157.107500', '200157.567500', '200158.027500', '200158.487500', '200158.947500', '200159.407500', '200159.867500', '200200.327500', '200200.787500', '200201.247500', '200201.707500', '200202.167500', '200202.627500', '200203.087500', '200203.547500', '200204.007500', '200204.467500', '200204.927500', '200205.387500', '200205.847500', '200206.307500', '200206.767500', '200207.227500', '200207.687500', '200208.147500', '200208.607500', '200209.067500', '200209.527500', '200209.987500', '200210.447500', '200210.907500', '200211.367500', '200211.827500', '200212.287500', '200212.747500', '200213.207500', '200213.667500', '200214.127500', '200214.587500', '200215.047500', '200215.507500', '200215.967500', '200216.427500', '200216.887500', '200217.347500', '200217.807500', '200218.267500', '200218.727500', '200219.187500', '200219.647500', '200220.107500', '200220.567500', '200221.027500', '200221.487500', '200221.947500', '200222.407500', '200222.867500', '200223.327500'], 'ContentTime': ['195554.869000', '195554.878000', '195554.881000', '195554.883000', '195554.886000', '195554.888000', '195554.891000', '195554.894000', '195554.899000', '195554.901000', '195554.904000', '195554.906000', '195554.917000', '195554.920000', '195554.922000', '195554.925000', '195554.927000', '195554.930000', '195554.932000', '195554.935000', '195554.937000', '195554.940000', '195554.943000', '195554.945000', '195614.834000', '195614.837000', '195614.840000', '195614.843000', '195614.845000', '195614.848000', '195614.850000', '195614.853000', '195614.855000', '195614.858000', '195614.870000', '195614.872000', '195614.875000', '195614.877000', '195614.880000', '195614.883000', '195614.885000', '195614.888000', '195614.890000', '195614.893000', '195614.896000', '195614.898000', '195614.901000', '195614.903000', '195614.906000', '195614.909000', '195614.911000', '195614.914000', '195614.917000', '195614.930000', '195614.933000', '195614.935000', '195614.938000', '195614.940000', '195614.943000', '195614.946000', '195614.949000', '195614.952000', '195614.954000', '195614.957000', '195614.960000', '195614.963000', '195614.965000', '195634.833000', '195634.836000', '195634.839000', '195634.842000', '195634.844000', '195634.847000', '195634.850000', '195634.852000', '195634.855000', '195634.857000', '195634.860000', '195634.863000', '195634.865000', '195634.868000', '195634.871000', '195634.873000', '195634.876000', '195634.878000', '195634.881000', '195634.884000', '195634.886000', '195634.889000', '195634.891000', '195634.894000', '195634.897000', '195634.899000', '195634.902000', '195634.905000', '195634.907000', '195634.910000', '195634.912000', '195634.915000', '195634.918000', '195634.920000', '195634.923000', '195634.926000', '195634.928000', '195634.931000', '195634.933000', '195634.936000', '195634.939000', '195634.941000', '195634.944000', '195634.946000', '195654.833000', '195654.836000', '195654.839000', '195654.841000', '195654.844000', '195654.847000', '195654.849000', '195654.852000', '195654.855000', '195654.857000', '195654.860000', '195654.862000', '195654.865000', '195654.868000', '195654.870000', '195654.873000', '195654.875000', '195654.878000', '195654.881000', '195654.883000', '195654.886000', '195654.888000', '195654.891000', '195654.893000', '195654.896000', '195654.899000', '195654.901000', '195654.904000', '195654.906000', '195654.919000', '195654.921000', '195654.924000', '195654.926000', '195654.929000', '195654.932000', '195654.934000', '195654.937000', '195654.939000', '195654.942000', '195654.945000', '195654.947000', '195654.950000', '195654.953000', '195714.833000', '195714.843000', '195714.846000', '195714.848000', '195714.851000', '195714.854000', '195714.856000', '195714.859000', '195714.861000', '195714.864000', '195714.866000', '195714.869000', '195714.872000', '195714.874000', '195714.877000', '195714.879000', '195714.882000', '195714.884000', '195714.887000', '195714.890000', '195714.892000', '195714.895000', '195714.898000', '195714.900000', '195714.903000', '195714.906000', '195714.908000', '195714.911000', '195714.913000', '195714.916000', '195714.919000', '195714.921000', '195714.924000', '195714.926000', '195714.929000', '195714.931000', '195714.934000', '195714.937000', '195714.939000', '195714.942000', '195714.944000', '195714.947000', '195714.950000', '195714.952000', '195734.833000', '195734.836000', '195734.839000', '195734.841000', '195734.844000', '195734.846000', '195734.849000', '195734.852000', '195734.854000', '195734.857000', '195734.859000', '195734.862000', '195734.864000', '195734.867000', '195734.870000', '195734.872000', '195734.875000', '195734.877000', '195734.880000', '195734.883000', '195734.885000', '195734.888000', '195734.890000', '195734.893000', '195734.895000', '195734.898000', '195734.900000', '195734.903000', '195734.906000', '195734.908000', '195734.911000', '195734.913000', '195734.916000', '195734.918000', '195734.921000', '195734.924000', '195734.926000', '195734.929000', '195734.931000', '195734.934000', '195734.936000', '195734.939000', '195734.942000', '195754.834000', '195754.837000', '195754.840000', '195754.842000', '195754.846000', '195754.848000', '195754.851000', '195754.853000', '195754.856000', '195754.859000', '195754.861000', '195754.864000', '195754.867000', '195754.869000', '195754.872000', '195754.874000', '195754.877000', '195754.879000', '195754.882000', '195754.885000', '195754.887000', '195754.890000', '195754.892000', '195754.895000', '195754.897000', '195754.900000', '195754.903000', '195754.905000', '195754.908000', '195754.910000', '195754.913000', '195754.915000', '195754.918000', '195754.921000', '195754.923000', '195754.926000', '195754.928000', '195754.931000', '195754.933000', '195754.936000', '195754.938000', '195754.941000', '195754.944000', '195754.946000', '195814.834000', '195814.837000', '195814.840000', '195814.842000', '195814.845000', '195814.848000', '195814.850000', '195814.853000', '195814.855000', '195814.858000', '195814.861000', '195814.863000', '195814.866000', '195814.868000', '195814.871000', '195814.874000', '195814.876000', '195814.879000', '195814.881000', '195814.884000', '195814.886000', '195814.889000', '195814.892000', '195814.894000', '195814.897000', '195814.899000', '195814.902000', '195814.904000', '195814.907000', '195814.910000', '195814.912000', '195814.915000', '195814.917000', '195814.920000', '195814.922000', '195814.925000', '195814.928000', '195814.930000', '195814.933000', '195814.935000', '195814.938000', '195814.941000', '195814.943000', '195834.834000', '195834.837000', '195834.840000', '195834.842000', '195834.845000', '195834.848000', '195834.850000', '195834.853000', '195834.855000', '195834.858000', '195834.860000', '195834.863000', '195834.866000', '195834.868000', '195834.871000', '195834.873000', '195834.876000', '195834.878000', '195834.881000', '195834.884000', '195834.886000', '195834.889000', '195834.891000', '195834.894000', '195834.897000', '195834.916000', '195834.919000', '195834.921000', '195834.924000', '195834.926000', '195834.929000', '195834.932000', '195834.934000', '195834.937000', '195834.939000', '195834.942000', '195834.944000', '195834.947000', '195834.950000', '195834.952000', '195834.955000', '195834.958000', '195834.960000', '195834.963000', '195854.833000', '195854.836000', '195854.839000', '195854.841000', '195854.844000', '195854.846000', '195854.849000', '195854.852000', '195854.854000', '195854.857000', '195854.859000', '195854.862000', '195854.865000', '195854.867000', '195854.870000', '195854.872000', '195854.875000', '195854.878000', '195854.880000', '195854.883000', '195854.885000', '195854.888000', '195854.891000', '195854.893000', '195854.904000', '195854.907000', '195854.910000', '195854.912000', '195854.915000', '195854.917000', '195854.920000', '195854.922000', '195854.925000', '195854.928000', '195854.930000', '195854.933000', '195854.935000', '195854.938000', '195854.941000', '195854.943000', '195854.946000', '195854.949000', '195854.951000', '195914.834000', '195914.836000', '195914.839000', '195914.841000', '195914.844000', '195914.847000', '195914.849000', '195914.852000', '195914.854000', '195914.857000', '195914.860000', '195914.862000', '195914.865000', '195914.867000', '195914.870000', '195914.872000', '195914.875000', '195914.878000', '195914.880000', '195914.883000', '195914.885000', '195914.888000', '195914.890000', '195914.893000', '195914.896000', '195914.898000', '195914.901000', '195914.903000', '195914.906000', '195914.909000', '195914.911000', '195914.914000', '195914.916000', '195914.919000', '195914.921000', '195914.924000', '195914.927000', '195914.929000', '195914.932000', '195914.934000', '195914.937000', '195914.940000', '195914.942000', '195914.945000', '195934.833000', '195934.836000', '195934.839000', '195934.841000', '195934.844000', '195934.847000', '195934.849000', '195934.852000', '195934.854000', '195934.857000', '195934.860000', '195934.862000', '195934.865000', '195934.868000', '195934.870000', '195934.873000', '195934.875000', '195934.878000', '195934.880000', '195934.883000', '195934.886000', '195934.888000', '195934.891000', '195934.893000', '195934.896000', '195934.898000', '195934.901000', '195934.904000', '195934.906000', '195934.909000', '195934.918000', '195934.921000', '195934.924000', '195934.926000', '195934.929000', '195934.931000', '195934.934000', '195934.937000', '195934.939000', '195934.942000', '195934.945000', '195934.947000', '195934.950000', '195954.834000', '195954.837000', '195954.839000', '195954.842000', '195954.844000', '195954.847000', '195954.850000', '195954.852000', '195954.855000', '195954.858000', '195954.860000', '195954.863000', '195954.865000', '195954.868000', '195954.870000', '195954.873000', '195954.876000', '195954.878000', '195954.881000', '195954.884000', '195954.886000', '195954.889000', '195954.892000', '195954.894000', '195954.897000', '195954.900000', '195954.902000', '195954.905000', '195954.907000', '195954.910000', '195954.913000', '195954.915000', '195954.918000', '195954.920000', '195954.923000', '195954.925000', '195954.928000', '195954.931000', '195954.933000', '195954.936000', '195954.938000', '195954.941000', '195954.944000', '195954.946000', '200014.834000', '200014.837000', '200014.840000', '200014.842000', '200014.845000', '200014.848000', '200014.863000', '200014.865000', '200014.868000', '200014.871000', '200014.874000', '200014.876000', '200014.879000', '200014.882000', '200014.884000', '200014.887000', '200014.889000', '200014.892000', '200014.894000', '200014.897000', '200014.900000', '200014.902000', '200014.905000', '200014.908000', '200014.910000', '200014.913000', '200014.915000', '200014.918000', '200014.920000', '200014.923000', '200014.926000', '200014.928000', '200014.931000', '200014.933000', '200014.936000', '200014.938000', '200014.941000', '200014.944000', '200014.946000', '200014.949000', '200014.951000', '200014.954000', '200014.957000', '200034.835000', '200034.837000', '200034.840000', '200034.843000', '200034.845000', '200034.848000', '200034.850000', '200034.853000', '200034.856000', '200034.858000', '200034.861000', '200034.863000', '200034.866000', '200034.869000', '200034.871000', '200034.874000', '200034.876000', '200034.879000', '200034.882000', '200034.884000', '200034.887000', '200034.890000', '200034.892000', '200034.895000', '200034.897000', '200034.900000', '200034.903000', '200034.905000', '200034.908000', '200034.910000', '200034.913000', '200034.915000', '200034.918000', '200034.921000', '200034.923000', '200034.926000', '200034.929000', '200034.931000', '200034.934000', '200034.936000', '200034.939000', '200034.941000', '200034.944000', '200034.947000', '200054.834000', '200054.837000', '200054.840000', '200054.842000', '200054.845000', '200054.848000', '200054.850000', '200054.853000', '200054.855000', '200054.858000', '200054.860000', '200054.863000', '200054.866000', '200054.868000', '200054.871000', '200054.873000', '200054.876000', '200054.879000', '200054.881000', '200054.884000', '200054.886000', '200054.889000', '200054.892000', '200054.894000', '200054.897000', '200054.899000', '200054.902000', '200054.904000', '200054.907000', '200054.910000', '200054.912000', '200054.915000', '200054.917000', '200054.920000', '200054.923000', '200054.925000', '200054.928000', '200054.930000', '200054.933000', '200054.935000', '200054.938000', '200054.941000', '200054.943000', '200114.833000', '200114.836000', '200114.839000', '200114.841000', '200114.844000', '200114.847000', '200114.849000', '200114.852000', '200114.855000', '200114.857000', '200114.860000', '200114.862000', '200114.867000', '200114.870000', '200114.872000', '200114.875000', '200114.877000', '200114.880000', '200114.883000', '200114.885000', '200114.888000', '200114.890000', '200114.893000', '200114.895000', '200114.898000', '200114.900000', '200114.903000', '200114.906000', '200114.908000', '200114.911000', '200114.913000', '200114.916000', '200114.919000', '200114.921000', '200114.924000', '200114.926000', '200114.929000', '200114.932000', '200114.934000', '200114.937000', '200114.939000', '200114.942000', '200114.944000', '200114.947000', '200134.834000', '200134.836000', '200134.839000', '200134.842000', '200134.844000', '200134.847000', '200134.849000', '200134.852000', '200134.854000', '200134.857000', '200134.860000', '200134.862000', '200134.865000', '200134.868000', '200134.870000', '200134.873000', '200134.875000', '200134.915000', '200134.918000', '200134.920000', '200134.923000', '200134.926000', '200134.928000', '200134.931000', '200134.933000', '200134.936000', '200134.938000', '200134.941000', '200134.944000', '200134.946000', '200134.949000', '200134.951000', '200134.954000', '200134.957000', '200134.959000', '200134.962000', '200134.964000', '200134.967000', '200134.970000', '200134.972000', '200134.975000', '200134.977000', '200134.980000', '200154.834000', '200154.837000', '200154.839000', '200154.842000', '200154.845000', '200154.847000', '200154.850000', '200154.852000', '200154.855000', '200154.858000', '200154.860000', '200154.863000', '200154.866000', '200154.870000', '200154.872000', '200154.875000', '200154.877000', '200154.880000', '200154.883000', '200154.885000', '200154.888000', '200154.890000', '200154.893000', '200154.895000', '200154.898000', '200154.901000', '200154.903000', '200154.906000', '200154.908000', '200154.911000', '200154.913000', '200154.916000', '200154.919000', '200154.921000', '200154.924000', '200154.926000', '200154.929000', '200154.932000', '200154.934000', '200154.937000', '200154.939000', '200154.942000', '200154.945000', '200214.833000', '200214.836000', '200214.839000', '200214.842000', '200214.845000', '200214.847000', '200214.850000', '200214.853000', '200214.855000', '200214.858000', '200214.861000', '200214.863000', '200214.866000', '200214.868000', '200214.871000', '200214.874000', '200214.876000', '200214.879000', '200214.881000', '200214.884000', '200214.887000', '200214.889000', '200214.892000', '200214.895000', '200214.897000', '200214.900000', '200214.903000', '200214.905000', '200214.908000', '200214.910000', '200214.913000', '200214.916000', '200214.918000', '200214.921000', '200214.923000', '200214.926000', '200214.928000', '200214.931000', '200214.934000', '200214.936000', '200214.939000', '200214.942000', '200214.944000', '200214.947000', '200224.756000', '200224.759000', '200224.762000', '200224.764000', '200224.767000', '200224.770000', '200224.773000', '200224.776000', '200224.778000', '200224.781000', '200224.784000', '200224.787000', '200224.790000', '200224.793000', '200224.796000', '200224.799000', '200224.802000', '200224.805000', '200224.816000', '200224.819000', '200224.822000', '200224.825000'], 'InstanceCreationTime': ['195554.869000', '195554.878000', '195554.881000', '195554.883000', '195554.886000', '195554.888000', '195554.891000', '195554.894000', '195554.899000', '195554.901000', '195554.904000', '195554.906000', '195554.917000', '195554.920000', '195554.922000', '195554.925000', '195554.927000', '195554.930000', '195554.932000', '195554.935000', '195554.937000', '195554.940000', '195554.943000', '195554.945000', '195614.834000', '195614.837000', '195614.840000', '195614.843000', '195614.845000', '195614.848000', '195614.850000', '195614.853000', '195614.855000', '195614.858000', '195614.870000', '195614.872000', '195614.875000', '195614.877000', '195614.880000', '195614.883000', '195614.885000', '195614.888000', '195614.890000', '195614.893000', '195614.896000', '195614.898000', '195614.901000', '195614.903000', '195614.906000', '195614.909000', '195614.911000', '195614.914000', '195614.917000', '195614.930000', '195614.933000', '195614.935000', '195614.938000', '195614.940000', '195614.943000', '195614.946000', '195614.949000', '195614.952000', '195614.954000', '195614.957000', '195614.960000', '195614.963000', '195614.965000', '195634.833000', '195634.836000', '195634.839000', '195634.842000', '195634.844000', '195634.847000', '195634.850000', '195634.852000', '195634.855000', '195634.857000', '195634.860000', '195634.863000', '195634.865000', '195634.868000', '195634.871000', '195634.873000', '195634.876000', '195634.878000', '195634.881000', '195634.884000', '195634.886000', '195634.889000', '195634.891000', '195634.894000', '195634.897000', '195634.899000', '195634.902000', '195634.905000', '195634.907000', '195634.910000', '195634.912000', '195634.915000', '195634.918000', '195634.920000', '195634.923000', '195634.926000', '195634.928000', '195634.931000', '195634.933000', '195634.936000', '195634.939000', '195634.941000', '195634.944000', '195634.946000', '195654.833000', '195654.836000', '195654.839000', '195654.841000', '195654.844000', '195654.847000', '195654.849000', '195654.852000', '195654.855000', '195654.857000', '195654.860000', '195654.862000', '195654.865000', '195654.868000', '195654.870000', '195654.873000', '195654.875000', '195654.878000', '195654.881000', '195654.883000', '195654.886000', '195654.888000', '195654.891000', '195654.893000', '195654.896000', '195654.899000', '195654.901000', '195654.904000', '195654.906000', '195654.919000', '195654.921000', '195654.924000', '195654.926000', '195654.929000', '195654.932000', '195654.934000', '195654.937000', '195654.939000', '195654.942000', '195654.945000', '195654.947000', '195654.950000', '195654.953000', '195714.833000', '195714.843000', '195714.846000', '195714.848000', '195714.851000', '195714.854000', '195714.856000', '195714.859000', '195714.861000', '195714.864000', '195714.866000', '195714.869000', '195714.872000', '195714.874000', '195714.877000', '195714.879000', '195714.882000', '195714.884000', '195714.887000', '195714.890000', '195714.892000', '195714.895000', '195714.898000', '195714.900000', '195714.903000', '195714.906000', '195714.908000', '195714.911000', '195714.913000', '195714.916000', '195714.919000', '195714.921000', '195714.924000', '195714.926000', '195714.929000', '195714.931000', '195714.934000', '195714.937000', '195714.939000', '195714.942000', '195714.944000', '195714.947000', '195714.950000', '195714.952000', '195734.833000', '195734.836000', '195734.839000', '195734.841000', '195734.844000', '195734.846000', '195734.849000', '195734.852000', '195734.854000', '195734.857000', '195734.859000', '195734.862000', '195734.864000', '195734.867000', '195734.870000', '195734.872000', '195734.875000', '195734.877000', '195734.880000', '195734.883000', '195734.885000', '195734.888000', '195734.890000', '195734.893000', '195734.895000', '195734.898000', '195734.900000', '195734.903000', '195734.906000', '195734.908000', '195734.911000', '195734.913000', '195734.916000', '195734.918000', '195734.921000', '195734.924000', '195734.926000', '195734.929000', '195734.931000', '195734.934000', '195734.936000', '195734.939000', '195734.942000', '195754.834000', '195754.837000', '195754.840000', '195754.842000', '195754.846000', '195754.848000', '195754.851000', '195754.853000', '195754.856000', '195754.859000', '195754.861000', '195754.864000', '195754.867000', '195754.869000', '195754.872000', '195754.874000', '195754.877000', '195754.879000', '195754.882000', '195754.885000', '195754.887000', '195754.890000', '195754.892000', '195754.895000', '195754.897000', '195754.900000', '195754.903000', '195754.905000', '195754.908000', '195754.910000', '195754.913000', '195754.915000', '195754.918000', '195754.921000', '195754.923000', '195754.926000', '195754.928000', '195754.931000', '195754.933000', '195754.936000', '195754.938000', '195754.941000', '195754.944000', '195754.946000', '195814.834000', '195814.837000', '195814.840000', '195814.842000', '195814.845000', '195814.848000', '195814.850000', '195814.853000', '195814.855000', '195814.858000', '195814.861000', '195814.863000', '195814.866000', '195814.868000', '195814.871000', '195814.874000', '195814.876000', '195814.879000', '195814.881000', '195814.884000', '195814.886000', '195814.889000', '195814.892000', '195814.894000', '195814.897000', '195814.899000', '195814.902000', '195814.904000', '195814.907000', '195814.910000', '195814.912000', '195814.915000', '195814.917000', '195814.920000', '195814.922000', '195814.925000', '195814.928000', '195814.930000', '195814.933000', '195814.935000', '195814.938000', '195814.941000', '195814.943000', '195834.834000', '195834.837000', '195834.840000', '195834.842000', '195834.845000', '195834.848000', '195834.850000', '195834.853000', '195834.855000', '195834.858000', '195834.860000', '195834.863000', '195834.866000', '195834.868000', '195834.871000', '195834.873000', '195834.876000', '195834.878000', '195834.881000', '195834.884000', '195834.886000', '195834.889000', '195834.891000', '195834.894000', '195834.897000', '195834.916000', '195834.919000', '195834.921000', '195834.924000', '195834.926000', '195834.929000', '195834.932000', '195834.934000', '195834.937000', '195834.939000', '195834.942000', '195834.944000', '195834.947000', '195834.950000', '195834.952000', '195834.955000', '195834.958000', '195834.960000', '195834.963000', '195854.833000', '195854.836000', '195854.839000', '195854.841000', '195854.844000', '195854.846000', '195854.849000', '195854.852000', '195854.854000', '195854.857000', '195854.859000', '195854.862000', '195854.865000', '195854.867000', '195854.870000', '195854.872000', '195854.875000', '195854.878000', '195854.880000', '195854.883000', '195854.885000', '195854.888000', '195854.891000', '195854.893000', '195854.904000', '195854.907000', '195854.910000', '195854.912000', '195854.915000', '195854.917000', '195854.920000', '195854.922000', '195854.925000', '195854.928000', '195854.930000', '195854.933000', '195854.935000', '195854.938000', '195854.941000', '195854.943000', '195854.946000', '195854.949000', '195854.951000', '195914.834000', '195914.836000', '195914.839000', '195914.841000', '195914.844000', '195914.847000', '195914.849000', '195914.852000', '195914.854000', '195914.857000', '195914.860000', '195914.862000', '195914.865000', '195914.867000', '195914.870000', '195914.872000', '195914.875000', '195914.878000', '195914.880000', '195914.883000', '195914.885000', '195914.888000', '195914.890000', '195914.893000', '195914.896000', '195914.898000', '195914.901000', '195914.903000', '195914.906000', '195914.909000', '195914.911000', '195914.914000', '195914.916000', '195914.919000', '195914.921000', '195914.924000', '195914.927000', '195914.929000', '195914.932000', '195914.934000', '195914.937000', '195914.940000', '195914.942000', '195914.945000', '195934.833000', '195934.836000', '195934.839000', '195934.841000', '195934.844000', '195934.847000', '195934.849000', '195934.852000', '195934.854000', '195934.857000', '195934.860000', '195934.862000', '195934.865000', '195934.868000', '195934.870000', '195934.873000', '195934.875000', '195934.878000', '195934.880000', '195934.883000', '195934.886000', '195934.888000', '195934.891000', '195934.893000', '195934.896000', '195934.898000', '195934.901000', '195934.904000', '195934.906000', '195934.909000', '195934.918000', '195934.921000', '195934.924000', '195934.926000', '195934.929000', '195934.931000', '195934.934000', '195934.937000', '195934.939000', '195934.942000', '195934.945000', '195934.947000', '195934.950000', '195954.834000', '195954.837000', '195954.839000', '195954.842000', '195954.844000', '195954.847000', '195954.850000', '195954.852000', '195954.855000', '195954.858000', '195954.860000', '195954.863000', '195954.865000', '195954.868000', '195954.870000', '195954.873000', '195954.876000', '195954.878000', '195954.881000', '195954.884000', '195954.886000', '195954.889000', '195954.892000', '195954.894000', '195954.897000', '195954.900000', '195954.902000', '195954.905000', '195954.907000', '195954.910000', '195954.913000', '195954.915000', '195954.918000', '195954.920000', '195954.923000', '195954.925000', '195954.928000', '195954.931000', '195954.933000', '195954.936000', '195954.938000', '195954.941000', '195954.944000', '195954.946000', '200014.834000', '200014.837000', '200014.840000', '200014.842000', '200014.845000', '200014.848000', '200014.863000', '200014.865000', '200014.868000', '200014.871000', '200014.874000', '200014.876000', '200014.879000', '200014.882000', '200014.884000', '200014.887000', '200014.889000', '200014.892000', '200014.894000', '200014.897000', '200014.900000', '200014.902000', '200014.905000', '200014.908000', '200014.910000', '200014.913000', '200014.915000', '200014.918000', '200014.920000', '200014.923000', '200014.926000', '200014.928000', '200014.931000', '200014.933000', '200014.936000', '200014.938000', '200014.941000', '200014.944000', '200014.946000', '200014.949000', '200014.951000', '200014.954000', '200014.957000', '200034.835000', '200034.837000', '200034.840000', '200034.843000', '200034.845000', '200034.848000', '200034.850000', '200034.853000', '200034.856000', '200034.858000', '200034.861000', '200034.863000', '200034.866000', '200034.869000', '200034.871000', '200034.874000', '200034.876000', '200034.879000', '200034.882000', '200034.884000', '200034.887000', '200034.890000', '200034.892000', '200034.895000', '200034.897000', '200034.900000', '200034.903000', '200034.905000', '200034.908000', '200034.910000', '200034.913000', '200034.915000', '200034.918000', '200034.921000', '200034.923000', '200034.926000', '200034.929000', '200034.931000', '200034.934000', '200034.936000', '200034.939000', '200034.941000', '200034.944000', '200034.947000', '200054.834000', '200054.837000', '200054.840000', '200054.842000', '200054.845000', '200054.848000', '200054.850000', '200054.853000', '200054.855000', '200054.858000', '200054.860000', '200054.863000', '200054.866000', '200054.868000', '200054.871000', '200054.873000', '200054.876000', '200054.879000', '200054.881000', '200054.884000', '200054.886000', '200054.889000', '200054.892000', '200054.894000', '200054.897000', '200054.899000', '200054.902000', '200054.904000', '200054.907000', '200054.910000', '200054.912000', '200054.915000', '200054.917000', '200054.920000', '200054.923000', '200054.925000', '200054.928000', '200054.930000', '200054.933000', '200054.935000', '200054.938000', '200054.941000', '200054.943000', '200114.833000', '200114.836000', '200114.839000', '200114.841000', '200114.844000', '200114.847000', '200114.849000', '200114.852000', '200114.855000', '200114.857000', '200114.860000', '200114.862000', '200114.867000', '200114.870000', '200114.872000', '200114.875000', '200114.877000', '200114.880000', '200114.883000', '200114.885000', '200114.888000', '200114.890000', '200114.893000', '200114.895000', '200114.898000', '200114.900000', '200114.903000', '200114.906000', '200114.908000', '200114.911000', '200114.913000', '200114.916000', '200114.919000', '200114.921000', '200114.924000', '200114.926000', '200114.929000', '200114.932000', '200114.934000', '200114.937000', '200114.939000', '200114.942000', '200114.944000', '200114.947000', '200134.834000', '200134.836000', '200134.839000', '200134.842000', '200134.844000', '200134.847000', '200134.849000', '200134.852000', '200134.854000', '200134.857000', '200134.860000', '200134.862000', '200134.865000', '200134.868000', '200134.870000', '200134.873000', '200134.875000', '200134.915000', '200134.918000', '200134.920000', '200134.923000', '200134.926000', '200134.928000', '200134.931000', '200134.933000', '200134.936000', '200134.938000', '200134.941000', '200134.944000', '200134.946000', '200134.949000', '200134.951000', '200134.954000', '200134.957000', '200134.959000', '200134.962000', '200134.964000', '200134.967000', '200134.970000', '200134.972000', '200134.975000', '200134.977000', '200134.980000', '200154.834000', '200154.837000', '200154.839000', '200154.842000', '200154.845000', '200154.847000', '200154.850000', '200154.852000', '200154.855000', '200154.858000', '200154.860000', '200154.863000', '200154.866000', '200154.870000', '200154.872000', '200154.875000', '200154.877000', '200154.880000', '200154.883000', '200154.885000', '200154.888000', '200154.890000', '200154.893000', '200154.895000', '200154.898000', '200154.901000', '200154.903000', '200154.906000', '200154.908000', '200154.911000', '200154.913000', '200154.916000', '200154.919000', '200154.921000', '200154.924000', '200154.926000', '200154.929000', '200154.932000', '200154.934000', '200154.937000', '200154.939000', '200154.942000', '200154.945000', '200214.833000', '200214.836000', '200214.839000', '200214.842000', '200214.845000', '200214.847000', '200214.850000', '200214.853000', '200214.855000', '200214.858000', '200214.861000', '200214.863000', '200214.866000', '200214.868000', '200214.871000', '200214.874000', '200214.876000', '200214.879000', '200214.881000', '200214.884000', '200214.887000', '200214.889000', '200214.892000', '200214.895000', '200214.897000', '200214.900000', '200214.903000', '200214.905000', '200214.908000', '200214.910000', '200214.913000', '200214.916000', '200214.918000', '200214.921000', '200214.923000', '200214.926000', '200214.928000', '200214.931000', '200214.934000', '200214.936000', '200214.939000', '200214.942000', '200214.944000', '200214.947000', '200224.756000', '200224.759000', '200224.762000', '200224.764000', '200224.767000', '200224.770000', '200224.773000', '200224.776000', '200224.778000', '200224.781000', '200224.784000', '200224.787000', '200224.790000', '200224.793000', '200224.796000', '200224.799000', '200224.802000', '200224.805000', '200224.816000', '200224.819000', '200224.822000', '200224.825000'], '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': [12646, 7568, 6565, 7710, 9470, 8237, 6805, 9657, 6286, 6024, 10331, 8438, 6975, 10252, 7708, 6457, 9507, 8607, 7080, 9777, 8305, 6432, 6119, 8263, 6928, 7390, 12296, 7021, 6234, 10218, 7655, 7098, 11141, 10576, 6407, 7226, 8579, 7126, 8346, 12506, 6811, 6221, 9822, 8069, 7364, 11723, 7836, 6115, 8616, 6956, 6295, 8677, 7064, 6062, 9792, 8167, 6659, 7077, 9831, 6885, 6490, 10176, 9424, 6923, 11246, 11366, 9490, 14473, 8600, 6158, 9048, 6237, 6088, 8465, 6328, 5953, 7874, 6298, 6133, 9856, 8248, 7172, 11410, 9416, 7639, 12513, 10837, 9177, 12124, 8411, 7988, 9821, 8455, 12896, 11271, 6831, 8946, 8467, 6950, 11367, 9541, 6264, 10309, 7490, 6456, 9891, 6962, 6090, 7870, 6111, 8600, 7971, 6654, 8707, 7373, 6620, 11279, 9063, 7522, 10900, 6884, 6016, 9569, 8112, 8791, 11900, 7011, 6278, 8750, 6501, 8690, 9306, 6328, 7723, 8559, 6403, 9935, 8718, 6666, 7177, 7291, 6116, 8576, 7909, 6241, 8345, 6997, 7266, 7145, 9480, 7441, 6333, 9414, 8606, 8909, 9671, 11493, 8039, 11375, 11670, 10725, 12157, 7836, 6209, 8508, 6344, 6063, 9562, 6440, 6019, 8625, 7110, 6758, 10958, 7597, 6156, 9789, 6933, 10084, 9397, 7885, 11514, 7575, 6444, 10907, 9025, 9140, 12462, 7154, 6347, 9253, 6713, 7572, 8574, 6905, 7635, 7970, 6469, 9925, 8651, 7500, 11822, 7261, 6220, 9760, 7256, 7788, 9321, 6807, 7842, 7244, 6123, 10466, 7777, 6940, 10503, 6653, 6277, 8576, 6423, 8649, 8429, 6998, 8670, 6655, 6248, 10357, 8646, 7350, 11683, 7157, 6306, 8890, 6554, 8991, 8971, 6253, 8668, 7428, 6139, 9885, 7548, 6414, 9180, 7297, 6700, 8645, 6555, 6320, 7963, 8659, 9726, 12133, 11852, 8922, 13657, 9382, 10944, 11697, 7765, 7606, 6795, 6072, 8765, 6259, 6215, 9054, 6319, 6375, 8971, 7454, 6879, 10994, 7226, 7104, 8836, 6519, 10367, 9642, 7671, 8963, 8357, 6522, 10032, 9400, 7709, 11831, 7677, 6581, 11133, 9289, 9095, 13494, 7412, 8504, 9551, 6916, 11508, 10407, 7850, 9563, 7105, 6132, 10210, 7418, 6349, 9726, 6514, 6126, 8703, 6689, 8142, 8215, 6379, 8583, 6647, 6525, 9518, 7633, 6504, 9524, 7152, 6304, 10119, 7836, 9487, 12337, 6896, 8202, 8206, 6418, 10147, 9119, 7443, 10091, 7028, 6281, 10243, 7030, 6851, 9887, 6881, 6626, 7800, 6087, 9720, 8749, 7188, 11353, 7251, 6185, 11104, 8690, 9643, 10025, 7389, 8848, 7442, 5986, 6019, 7653, 6760, 6229, 8427, 10314, 6816, 10036, 9624, 7942, 13517, 10502, 7050, 8964, 6188, 6127, 8049, 6604, 6069, 8494, 6614, 6102, 8631, 7102, 9555, 9522, 6720, 7876, 8837, 7720, 12200, 11010, 8378, 10244, 7816, 6679, 9858, 7255, 10638, 9287, 6384, 10582, 7703, 6694, 8532, 6869, 6160, 7503, 6983, 6362, 7263, 6139, 9746, 8202, 6418, 9684, 7437, 7679, 8611, 8272, 10724, 7536, 6188, 7544, 6021, 8077, 6382, 6041, 10044, 6751, 6007, 9020, 7724, 7129, 11563, 9115, 6775, 9214, 7102, 10201, 10157, 10618, 12004, 9731, 6518, 11456, 9117, 8751, 12296, 7545, 6018, 8207, 6765, 6639, 7454, 6271, 8895, 8370, 6347, 10258, 8169, 9187, 9337, 8404, 11917, 7704, 6292, 9989, 7388, 6536, 11394, 7182, 6773, 8659, 6451, 9362, 8860, 7127, 9559, 7093, 6318, 8040, 7328, 6679, 10597, 7624, 6276, 6025, 8018, 6525, 6169, 10002, 8232, 6595, 9883, 9475, 7524, 13311, 11188, 11679, 12137, 6401, 6319, 7363, 6196, 10119, 8176, 6065, 7857, 6266, 6087, 7200, 6245, 7755, 6772, 6169, 9832, 8295, 7070, 10989, 8002, 6176, 8885, 6329, 8872, 8657, 6909, 10588, 7904, 6015, 10623, 7739, 7423, 8440, 6696, 6704, 7210, 6350, 7602, 7484, 6630, 10754, 10186, 6833, 9729, 7577, 6591, 10327, 8478, 7919, 9592, 6918, 7535, 8411, 6989, 10605, 9941, 6368, 8237, 6783, 6267, 9530, 7134, 6515, 10054, 6484, 6419, 10006, 7430, 6948, 11703, 6886, 6230, 9391, 6940, 7678, 8402, 7220, 10206, 6830, 6250, 8995, 7046, 6522, 10917, 9917, 6226, 9582, 7532, 7132, 10690, 7889, 6466, 9164, 6611, 6540, 8381, 6405, 7675, 11068, 6862, 6666, 8876, 6865, 10662, 12575, 7479, 10484, 8655, 6606, 10817, 9592, 8303, 13202, 7220, 6312, 9041, 6501, 8624, 8837, 6427, 6539, 6785, 6104, 6575, 7230, 6713, 6017, 7704, 7202, 7872, 8060, 7031, 9996, 8783, 6491, 9214, 9004, 7037, 11710, 10513, 6346, 8819, 7087, 7071, 9821, 8616, 6442, 6336, 8391, 7768, 6300, 8955, 10293, 7015, 10640, 10303, 8318, 12870, 9780, 9178, 12346, 6232, 6269, 7818, 6080, 6375, 9121, 6405, 6484, 9116, 7370, 6753, 9396, 8991, 10726, 7935, 6421, 10948, 9562, 9677, 12484, 7961, 6048, 7770, 6459, 7536, 7193, 6062, 7828, 7462, 6983, 6634, 7752, 6026, 10055, 9161, 7646, 10539, 7907, 6556, 10052, 7124, 10797, 9835, 7465, 10060, 7391, 6237, 8745, 6960, 6926, 7974, 7051, 6210, 8082, 6646, 8225, 9786, 7040, 8177, 8278, 7437, 12004, 10718, 8611, 9630, 6643, 6198, 8395, 6282, 7270, 6918, 6317, 6550, 6775, 6775, 6054, 7501, 7171, 8437, 7570, 6210, 6219, 10160, 7516, 11129, 13358, 9243, 13087, 11881, 9118, 13813, 7571, 13417, 11560, 8043, 9647, 6388, 6270, 8285, 6389, 6168, 7736, 7492, 6098, 7470, 6609, 8690, 7773, 6658, 9985, 8033, 6745, 10447, 7996, 7924, 8597, 6662, 9387, 7381, 7010, 11342, 7066, 6569, 8171, 6737, 6735, 7071, 6389, 7048, 7234, 6438, 10377, 8980, 9312, 12611, 7368, 9320, 7577, 6283, 10801, 7739, 7047, 9223, 6499, 6067, 7532, 6148, 7633, 9512, 6307, 8737, 8832, 7967, 12405, 10373, 10570, 9983, 6423, 8456, 7358, 6446, 10591, 7891, 6288, 9160, 6849, 6134, 8214, 7049, 6534, 8242, 6784, 6203, 7352, 6425, 7474, 7763, 6225, 7546, 7528, 6505, 10747, 9512, 7459, 9296, 6804, 7779, 7398, 6669, 10920, 8766, 6722, 11028, 8731, 7437, 12030, 8886, 6480, 8917, 6541, 8438, 8491, 7186, 9950, 6772, 6195, 9921, 7315, 6618, 10103, 7255], 'WindowCenter': [4085.0, 4014.0, 3992.0, 4003.0, 4009.0, 3999.0, 3977.0, 4006.0, 3965.0, 3966.0, 4006.0, 3997.0, 3977.0, 4018.0, 3986.0, 3966.0, 4008.0, 3995.0, 3974.0, 4016.0, 3995.0, 3974.0, 3976.0, 4007.0, 3985.0, 3986.0, 4039.0, 3977.0, 3967.0, 4017.0, 3986.0, 3979.0, 4030.0, 4016.0, 3966.0, 3988.0, 3999.0, 3975.0, 3996.0, 4029.0, 3976.0, 3966.0, 4019.0, 3997.0, 3987.0, 4029.0, 3998.0, 3966.0, 4007.0, 3986.0, 3976.0, 4008.0, 3975.0, 3966.0, 4033.0, 4010.0, 3987.0, 3986.0, 4017.0, 3974.0, 3975.0, 4018.0, 4006.0, 3987.0, 4028.0, 4028.0, 4008.0, 4039.0, 3996.0, 3954.0, 4006.0, 3964.0, 3966.0, 3997.0, 3979.0, 3980.0, 4010.0, 3987.0, 3980.0, 4032.0, 4023.0, 4001.0, 4042.0, 4020.0, 3999.0, 4039.0, 4030.0, 4007.0, 4027.0, 3995.0, 3996.0, 4004.0, 3983.0, 4025.0, 4013.0, 3960.0, 3991.0, 3981.0, 3960.0, 4003.0, 3992.0, 3950.0, 3991.0, 3972.0, 3962.0, 4003.0, 3973.0, 3952.0, 3983.0, 3964.0, 3995.0, 3995.0, 3975.0, 3995.0, 3984.0, 3976.0, 4015.0, 4005.0, 3984.0, 4015.0, 3973.0, 3952.0, 4004.0, 3984.0, 3995.0, 4027.0, 3973.0, 3963.0, 3994.0, 3963.0, 3995.0, 4006.0, 3963.0, 3984.0, 3994.0, 3952.0, 4004.0, 3996.0, 3964.0, 3975.0, 3974.0, 3965.0, 3996.0, 3985.0, 3976.0, 3997.0, 3987.0, 4001.0, 3999.0, 4017.0, 3985.0, 3975.0, 4006.0, 3994.0, 4006.0, 4019.0, 4028.0, 3987.0, 4028.0, 4017.0, 4018.0, 4026.0, 3972.0, 3952.0, 4006.0, 3974.0, 3964.0, 4018.0, 3976.0, 3977.0, 4007.0, 3987.0, 3976.0, 4030.0, 3998.0, 3965.0, 4017.0, 3976.0, 4005.0, 3994.0, 3984.0, 4014.0, 3972.0, 3962.0, 4014.0, 3992.0, 3993.0, 4025.0, 3971.0, 3961.0, 3991.0, 3961.0, 3971.0, 3994.0, 3972.0, 3982.0, 3981.0, 3961.0, 4002.0, 3981.0, 3971.0, 4013.0, 3969.0, 3949.0, 3991.0, 3971.0, 3970.0, 3994.0, 3961.0, 3981.0, 3970.0, 3950.0, 4013.0, 3981.0, 3972.0, 4014.0, 3962.0, 3961.0, 3994.0, 3963.0, 3993.0, 3996.0, 3974.0, 3994.0, 3973.0, 3975.0, 4014.0, 3994.0, 3985.0, 4025.0, 3963.0, 3952.0, 3982.0, 3964.0, 3995.0, 3995.0, 3963.0, 3984.0, 3974.0, 3965.0, 4004.0, 3983.0, 3974.0, 4017.0, 3988.0, 3987.0, 4007.0, 3975.0, 3974.0, 3995.0, 3994.0, 4006.0, 4027.0, 4026.0, 4005.0, 4035.0, 4004.0, 4012.0, 4012.0, 3969.0, 3969.0, 3958.0, 3949.0, 3991.0, 3960.0, 3975.0, 4006.0, 3975.0, 3976.0, 4007.0, 3986.0, 3975.0, 4030.0, 3986.0, 3985.0, 4005.0, 3963.0, 4015.0, 4018.0, 3984.0, 4005.0, 3994.0, 3963.0, 4003.0, 4005.0, 3984.0, 4024.0, 3982.0, 3961.0, 4012.0, 3991.0, 3992.0, 4023.0, 3969.0, 3978.0, 3989.0, 3957.0, 3998.0, 3999.0, 3966.0, 3987.0, 3955.0, 3948.0, 3988.0, 3968.0, 3959.0, 3989.0, 3947.0, 3948.0, 3980.0, 3959.0, 3981.0, 3982.0, 3960.0, 3991.0, 3959.0, 3960.0, 3990.0, 3983.0, 3962.0, 4003.0, 3972.0, 3962.0, 4004.0, 3982.0, 4005.0, 4024.0, 3972.0, 3982.0, 3982.0, 3961.0, 4001.0, 3992.0, 3971.0, 4001.0, 3960.0, 3960.0, 4003.0, 3971.0, 3972.0, 4015.0, 3972.0, 3962.0, 3982.0, 3962.0, 4002.0, 3992.0, 3973.0, 4014.0, 3971.0, 3951.0, 4013.0, 3992.0, 3991.0, 4000.0, 3984.0, 3991.0, 3969.0, 3949.0, 3950.0, 3972.0, 3961.0, 3951.0, 3996.0, 4006.0, 3976.0, 4006.0, 4006.0, 3985.0, 4026.0, 4005.0, 3962.0, 3982.0, 3951.0, 3951.0, 3982.0, 3976.0, 3965.0, 3996.0, 3965.0, 3954.0, 3984.0, 3976.0, 4007.0, 3995.0, 3964.0, 3984.0, 3994.0, 3973.0, 4016.0, 4004.0, 3983.0, 4003.0, 3971.0, 3960.0, 3991.0, 3971.0, 4002.0, 3980.0, 3949.0, 3989.0, 3958.0, 3949.0, 3967.0, 3949.0, 3939.0, 3959.0, 3960.0, 3950.0, 3970.0, 3951.0, 3993.0, 3984.0, 3963.0, 4005.0, 3974.0, 3972.0, 3982.0, 3971.0, 3991.0, 3972.0, 3951.0, 3971.0, 3953.0, 3984.0, 3963.0, 3964.0, 4018.0, 3976.0, 3967.0, 4007.0, 3985.0, 3975.0, 4027.0, 4007.0, 3975.0, 4005.0, 3975.0, 4004.0, 4003.0, 4017.0, 4025.0, 3992.0, 3951.0, 4012.0, 3980.0, 3979.0, 4011.0, 3969.0, 3948.0, 3978.0, 3958.0, 3959.0, 3967.0, 3949.0, 3992.0, 3981.0, 3959.0, 4002.0, 3982.0, 3992.0, 3991.0, 3981.0, 4012.0, 3969.0, 3949.0, 3990.0, 3959.0, 3948.0, 4014.0, 3960.0, 3950.0, 3970.0, 3939.0, 3980.0, 3980.0, 3961.0, 3992.0, 3961.0, 3951.0, 3983.0, 3985.0, 3974.0, 4016.0, 3984.0, 3963.0, 3963.0, 3981.0, 3950.0, 3950.0, 4002.0, 3995.0, 3963.0, 4004.0, 4003.0, 3972.0, 4023.0, 4002.0, 4003.0, 4001.0, 3937.0, 3937.0, 3957.0, 3939.0, 3991.0, 3981.0, 3951.0, 3971.0, 3950.0, 3950.0, 3969.0, 3964.0, 3983.0, 3962.0, 3952.0, 4003.0, 3982.0, 3961.0, 4014.0, 3982.0, 3951.0, 3990.0, 3950.0, 3991.0, 3978.0, 3972.0, 4002.0, 3980.0, 3950.0, 4002.0, 3971.0, 3970.0, 3980.0, 3973.0, 3961.0, 3970.0, 3961.0, 3983.0, 3971.0, 3960.0, 4015.0, 4003.0, 3962.0, 3992.0, 3971.0, 3961.0, 4001.0, 3995.0, 3982.0, 3993.0, 3962.0, 3971.0, 3971.0, 3960.0, 4004.0, 3992.0, 3951.0, 3982.0, 3961.0, 3962.0, 3991.0, 3972.0, 3962.0, 4003.0, 3962.0, 3961.0, 4002.0, 3970.0, 3960.0, 4026.0, 3962.0, 3952.0, 3994.0, 3961.0, 3972.0, 3981.0, 3973.0, 4003.0, 3961.0, 3962.0, 3992.0, 3960.0, 3961.0, 4015.0, 4002.0, 3951.0, 3991.0, 3970.0, 3959.0, 4000.0, 3982.0, 3950.0, 3991.0, 3960.0, 3961.0, 3980.0, 3949.0, 3983.0, 4013.0, 3961.0, 3961.0, 3992.0, 3961.0, 4002.0, 4026.0, 3972.0, 4002.0, 3980.0, 3959.0, 3989.0, 3990.0, 3969.0, 4000.0, 3947.0, 3936.0, 3967.0, 3937.0, 3968.0, 3979.0, 3948.0, 3948.0, 3958.0, 3948.0, 3959.0, 3984.0, 3973.0, 3963.0, 3982.0, 3973.0, 3982.0, 3971.0, 3964.0, 3994.0, 3982.0, 3951.0, 3982.0, 3981.0, 3961.0, 4003.0, 4002.0, 3951.0, 3992.0, 3973.0, 3974.0, 3975.0, 3993.0, 3960.0, 3949.0, 3980.0, 3968.0, 3948.0, 3993.0, 4015.0, 3972.0, 4003.0, 4002.0, 3981.0, 4011.0, 3989.0, 3990.0, 4010.0, 3947.0, 3948.0, 3969.0, 3949.0, 3960.0, 4006.0, 3963.0, 3974.0, 3993.0, 3973.0, 3963.0, 3991.0, 3995.0, 4004.0, 3971.0, 3951.0, 4002.0, 3992.0, 3981.0, 4015.0, 3972.0, 3941.0, 3970.0, 3951.0, 3971.0, 3958.0, 3949.0, 3983.0, 3971.0, 3972.0, 3961.0, 3981.0, 3951.0, 3992.0, 3994.0, 3972.0, 3992.0, 3971.0, 3939.0, 3991.0, 3950.0, 4002.0, 3991.0, 3960.0, 3989.0, 3959.0, 3939.0, 3967.0, 3972.0, 3960.0, 3970.0, 3959.0, 3949.0, 3968.0, 3948.0, 3982.0, 3991.0, 3959.0, 3980.0, 3968.0, 3970.0, 3999.0, 4002.0, 3980.0, 3990.0, 3948.0, 3937.0, 3979.0, 3948.0, 3958.0, 3957.0, 3948.0, 3950.0, 3960.0, 3973.0, 3976.0, 3987.0, 3986.0, 3995.0, 3982.0, 3963.0, 3964.0, 4017.0, 3987.0, 4018.0, 4027.0, 3984.0, 4013.0, 4002.0, 3970.0, 4012.0, 3958.0, 4010.0, 3997.0, 3955.0, 3974.0, 3933.0, 3947.0, 3965.0, 3948.0, 3935.0, 3957.0, 3958.0, 3938.0, 3959.0, 3959.0, 3982.0, 3969.0, 3960.0, 3990.0, 3970.0, 3960.0, 4000.0, 3971.0, 3970.0, 3969.0, 3949.0, 3980.0, 3959.0, 3960.0, 4002.0, 3961.0, 3961.0, 3980.0, 3962.0, 3962.0, 3970.0, 3964.0, 3973.0, 3972.0, 3962.0, 4016.0, 3994.0, 3992.0, 4026.0, 3972.0, 3992.0, 3970.0, 3950.0, 4002.0, 3972.0, 3962.0, 3992.0, 3962.0, 3963.0, 3983.0, 3963.0, 3984.0, 4005.0, 3963.0, 3993.0, 3992.0, 3984.0, 4013.0, 4004.0, 4003.0, 3992.0, 3949.0, 3969.0, 3959.0, 3949.0, 4001.0, 3971.0, 3949.0, 3991.0, 3961.0, 3951.0, 3981.0, 3974.0, 3961.0, 3982.0, 3962.0, 3963.0, 3970.0, 3952.0, 3973.0, 3971.0, 3951.0, 3973.0, 3973.0, 3964.0, 4004.0, 3995.0, 3974.0, 3993.0, 3963.0, 3984.0, 3972.0, 3973.0, 4015.0, 3992.0, 3961.0, 4013.0, 3993.0, 3971.0, 4024.0, 3993.0, 3950.0, 3979.0, 3950.0, 3981.0, 3979.0, 3960.0, 3991.0, 3959.0, 3950.0, 4001.0, 3970.0, 3960.0, 4005.0, 3974.0], 'WindowWidth': [9094.0, 8981.0, 8943.0, 8957.0, 8957.0, 8942.0, 8911.0, 8947.0, 8890.0, 8891.0, 8944.0, 8934.0, 8909.0, 8963.0, 8918.0, 8894.0, 8951.0, 8932.0, 8904.0, 8963.0, 8933.0, 8907.0, 8913.0, 8955.0, 8924.0, 8926.0, 8998.0, 8909.0, 8895.0, 8963.0, 8920.0, 8912.0, 8985.0, 8961.0, 8894.0, 8924.0, 8939.0, 8903.0, 8932.0, 8981.0, 8908.0, 8895.0, 8968.0, 8938.0, 8923.0, 8981.0, 8941.0, 8895.0, 8950.0, 8922.0, 8911.0, 8958.0, 8907.0, 8899.0, 8998.0, 8960.0, 8926.0, 8923.0, 8967.0, 8906.0, 8907.0, 8969.0, 8952.0, 8926.0, 8983.0, 8983.0, 8954.0, 8995.0, 8930.0, 8873.0, 8946.0, 8891.0, 8896.0, 8937.0, 8920.0, 8922.0, 8963.0, 8931.0, 8925.0, 8994.0, 8985.0, 8952.0, 9008.0, 8975.0, 8946.0, 8999.0, 8988.0, 8951.0, 8980.0, 8932.0, 8935.0, 8944.0, 8914.0, 8973.0, 8951.0, 8878.0, 8921.0, 8906.0, 8876.0, 8935.0, 8919.0, 8862.0, 8918.0, 8894.0, 8882.0, 8936.0, 8899.0, 8869.0, 8913.0, 8890.0, 8931.0, 8933.0, 8907.0, 8933.0, 8917.0, 8909.0, 8960.0, 8945.0, 8916.0, 8959.0, 8900.0, 8870.0, 8943.0, 8917.0, 8931.0, 8978.0, 8901.0, 8887.0, 8932.0, 8887.0, 8932.0, 8951.0, 8889.0, 8915.0, 8927.0, 8869.0, 8939.0, 8931.0, 8887.0, 8902.0, 8900.0, 8890.0, 8933.0, 8917.0, 8909.0, 8938.0, 8928.0, 8952.0, 8947.0, 8968.0, 8920.0, 8908.0, 8950.0, 8932.0, 8949.0, 8967.0, 8978.0, 8921.0, 8978.0, 8961.0, 8964.0, 8973.0, 8896.0, 8871.0, 8948.0, 8905.0, 8891.0, 8970.0, 8910.0, 8913.0, 8954.0, 8926.0, 8912.0, 8989.0, 8940.0, 8893.0, 8967.0, 8911.0, 8945.0, 8928.0, 8917.0, 8957.0, 8897.0, 8884.0, 8956.0, 8924.0, 8926.0, 8972.0, 8895.0, 8881.0, 8921.0, 8882.0, 8894.0, 8931.0, 8898.0, 8910.0, 8907.0, 8881.0, 8936.0, 8906.0, 8893.0, 8952.0, 8888.0, 8863.0, 8919.0, 8893.0, 8889.0, 8927.0, 8879.0, 8907.0, 8892.0, 8866.0, 8952.0, 8907.0, 8896.0, 8957.0, 8883.0, 8881.0, 8930.0, 8887.0, 8926.0, 8937.0, 8903.0, 8931.0, 8900.0, 8906.0, 8958.0, 8932.0, 8918.0, 8973.0, 8883.0, 8867.0, 8906.0, 8886.0, 8928.0, 8928.0, 8884.0, 8912.0, 8899.0, 8892.0, 8942.0, 8913.0, 8904.0, 8966.0, 8928.0, 8927.0, 8953.0, 8908.0, 8905.0, 8934.0, 8929.0, 8950.0, 8978.0, 8974.0, 8947.0, 8988.0, 8943.0, 8951.0, 8952.0, 8890.0, 8889.0, 8873.0, 8863.0, 8921.0, 8881.0, 8908.0, 8952.0, 8909.0, 8912.0, 8955.0, 8924.0, 8910.0, 8990.0, 8925.0, 8921.0, 8948.0, 8887.0, 8961.0, 8969.0, 8918.0, 8946.0, 8929.0, 8889.0, 8943.0, 8947.0, 8917.0, 8970.0, 8910.0, 8882.0, 8950.0, 8921.0, 8924.0, 8968.0, 8889.0, 8898.0, 8915.0, 8870.0, 8926.0, 8928.0, 8879.0, 8908.0, 8864.0, 8859.0, 8912.0, 8886.0, 8874.0, 8915.0, 8857.0, 8860.0, 8904.0, 8876.0, 8905.0, 8909.0, 8878.0, 8921.0, 8875.0, 8880.0, 8918.0, 8915.0, 8884.0, 8941.0, 8897.0, 8886.0, 8942.0, 8911.0, 8945.0, 8972.0, 8898.0, 8911.0, 8909.0, 8881.0, 8933.0, 8923.0, 8894.0, 8934.0, 8877.0, 8879.0, 8940.0, 8896.0, 8898.0, 8961.0, 8899.0, 8884.0, 8910.0, 8887.0, 8938.0, 8923.0, 8902.0, 8956.0, 8895.0, 8870.0, 8954.0, 8923.0, 8919.0, 8933.0, 8918.0, 8921.0, 8889.0, 8861.0, 8864.0, 8893.0, 8878.0, 8865.0, 8932.0, 8945.0, 8906.0, 8945.0, 8942.0, 8916.0, 8972.0, 8943.0, 8880.0, 8906.0, 8866.0, 8866.0, 8909.0, 8910.0, 8889.0, 8933.0, 8889.0, 8874.0, 8912.0, 8905.0, 8945.0, 8929.0, 8885.0, 8911.0, 8926.0, 8896.0, 8958.0, 8939.0, 8909.0, 8935.0, 8889.0, 8875.0, 8916.0, 8891.0, 8932.0, 8898.0, 8856.0, 8910.0, 8867.0, 8858.0, 8879.0, 8859.0, 8843.0, 8871.0, 8875.0, 8861.0, 8888.0, 8863.0, 8921.0, 8912.0, 8883.0, 8942.0, 8900.0, 8895.0, 8907.0, 8888.0, 8914.0, 8892.0, 8863.0, 8889.0, 8870.0, 8914.0, 8884.0, 8888.0, 8965.0, 8906.0, 8897.0, 8951.0, 8920.0, 8904.0, 8979.0, 8950.0, 8904.0, 8945.0, 8904.0, 8942.0, 8939.0, 8962.0, 8970.0, 8922.0, 8867.0, 8949.0, 8903.0, 8898.0, 8946.0, 8886.0, 8858.0, 8897.0, 8871.0, 8874.0, 8884.0, 8862.0, 8924.0, 8907.0, 8877.0, 8937.0, 8910.0, 8922.0, 8918.0, 8906.0, 8948.0, 8886.0, 8862.0, 8917.0, 8873.0, 8859.0, 8957.0, 8878.0, 8860.0, 8886.0, 8843.0, 8898.0, 8898.0, 8876.0, 8918.0, 8877.0, 8864.0, 8911.0, 8920.0, 8902.0, 8961.0, 8915.0, 8888.0, 8887.0, 8907.0, 8865.0, 8863.0, 8935.0, 8930.0, 8885.0, 8942.0, 8938.0, 8895.0, 8964.0, 8933.0, 8933.0, 8927.0, 8839.0, 8838.0, 8866.0, 8845.0, 8917.0, 8903.0, 8862.0, 8891.0, 8863.0, 8864.0, 8888.0, 8889.0, 8912.0, 8883.0, 8871.0, 8938.0, 8909.0, 8879.0, 8954.0, 8909.0, 8865.0, 8917.0, 8863.0, 8917.0, 8898.0, 8898.0, 8937.0, 8904.0, 8866.0, 8936.0, 8893.0, 8889.0, 8904.0, 8900.0, 8881.0, 8891.0, 8882.0, 8912.0, 8895.0, 8878.0, 8957.0, 8938.0, 8882.0, 8922.0, 8892.0, 8879.0, 8933.0, 8933.0, 8909.0, 8924.0, 8881.0, 8890.0, 8889.0, 8872.0, 8939.0, 8920.0, 8865.0, 8905.0, 8877.0, 8880.0, 8917.0, 8895.0, 8882.0, 8938.0, 8881.0, 8879.0, 8936.0, 8890.0, 8877.0, 8973.0, 8881.0, 8868.0, 8925.0, 8878.0, 8893.0, 8904.0, 8896.0, 8936.0, 8879.0, 8881.0, 8923.0, 8877.0, 8878.0, 8956.0, 8934.0, 8865.0, 8918.0, 8889.0, 8873.0, 8928.0, 8910.0, 8864.0, 8920.0, 8877.0, 8879.0, 8904.0, 8862.0, 8913.0, 8953.0, 8881.0, 8881.0, 8923.0, 8880.0, 8935.0, 8976.0, 8894.0, 8933.0, 8901.0, 8874.0, 8912.0, 8917.0, 8883.0, 8925.0, 8848.0, 8833.0, 8877.0, 8837.0, 8881.0, 8896.0, 8856.0, 8856.0, 8871.0, 8859.0, 8873.0, 8917.0, 8900.0, 8886.0, 8909.0, 8900.0, 8908.0, 8891.0, 8886.0, 8922.0, 8904.0, 8863.0, 8902.0, 8902.0, 8874.0, 8933.0, 8931.0, 8864.0, 8923.0, 8900.0, 8902.0, 8887.0, 8928.0, 8877.0, 8861.0, 8902.0, 8883.0, 8856.0, 8925.0, 8958.0, 8897.0, 8938.0, 8935.0, 8905.0, 8948.0, 8911.0, 8914.0, 8942.0, 8856.0, 8858.0, 8888.0, 8861.0, 8878.0, 8947.0, 8886.0, 8903.0, 8927.0, 8900.0, 8886.0, 8919.0, 8929.0, 8936.0, 8888.0, 8862.0, 8934.0, 8918.0, 8901.0, 8953.0, 8892.0, 8849.0, 8888.0, 8864.0, 8891.0, 8870.0, 8861.0, 8911.0, 8893.0, 8897.0, 8881.0, 8908.0, 8867.0, 8921.0, 8927.0, 8891.0, 8918.0, 8887.0, 8841.0, 8915.0, 8858.0, 8930.0, 8915.0, 8871.0, 8910.0, 8869.0, 8845.0, 8879.0, 8896.0, 8875.0, 8888.0, 8873.0, 8860.0, 8885.0, 8857.0, 8909.0, 8919.0, 8874.0, 8902.0, 8884.0, 8888.0, 8927.0, 8936.0, 8901.0, 8914.0, 8856.0, 8841.0, 8900.0, 8857.0, 8871.0, 8867.0, 8857.0, 8864.0, 8880.0, 8902.0, 8910.0, 8926.0, 8921.0, 8931.0, 8911.0, 8887.0, 8888.0, 8964.0, 8922.0, 8961.0, 8974.0, 8909.0, 8948.0, 8931.0, 8883.0, 8945.0, 8868.0, 8941.0, 8919.0, 8858.0, 8883.0, 8828.0, 8856.0, 8875.0, 8857.0, 8837.0, 8865.0, 8867.0, 8843.0, 8872.0, 8873.0, 8907.0, 8886.0, 8874.0, 8913.0, 8887.0, 8878.0, 8929.0, 8891.0, 8884.0, 8884.0, 8855.0, 8898.0, 8871.0, 8874.0, 8935.0, 8878.0, 8879.0, 8903.0, 8883.0, 8884.0, 8892.0, 8889.0, 8898.0, 8896.0, 8881.0, 8960.0, 8929.0, 8922.0, 8974.0, 8893.0, 8917.0, 8886.0, 8861.0, 8933.0, 8894.0, 8880.0, 8923.0, 8881.0, 8884.0, 8915.0, 8887.0, 8916.0, 8945.0, 8886.0, 8925.0, 8922.0, 8915.0, 8953.0, 8940.0, 8935.0, 8918.0, 8859.0, 8884.0, 8872.0, 8860.0, 8929.0, 8891.0, 8861.0, 8919.0, 8881.0, 8869.0, 8904.0, 8903.0, 8881.0, 8907.0, 8882.0, 8886.0, 8891.0, 8868.0, 8896.0, 8893.0, 8866.0, 8895.0, 8895.0, 8885.0, 8939.0, 8928.0, 8896.0, 8925.0, 8885.0, 8916.0, 8897.0, 8899.0, 8958.0, 8922.0, 8880.0, 8953.0, 8924.0, 8892.0, 8968.0, 8923.0, 8862.0, 8900.0, 8864.0, 8905.0, 8900.0, 8878.0, 8919.0, 8875.0, 8865.0, 8933.0, 8889.0, 8877.0, 8941.0, 8897.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.001870103448275862</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021054919655172415</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.681566244959704</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.194244797157652</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0210023137169175</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4994</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4943.9893</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14043876175143907</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>136</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>15.632183908045977</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5233635170513735</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.483869395325393</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7456767527197834</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.340544403108943</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0112385</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006207942496985197</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031126420944929123</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.042426403405297</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>19.0059</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.9617</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.5758</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292168.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>827.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.3706</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4282</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.7564</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3164.027</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3318.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84376.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1229.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4145.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>820.7893</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.01022217888385</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> |