=== 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-0119 --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-0119",
"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-0119_ses-01_task-social_acq-mb8_run-06_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-0119_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-06_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-0119/ses-01/func/sub-0119_ses-01_task-social_acq-mb8_run-06_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>a066ad7b6e7e48e27fb804a643c8bbbe</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>14:03:27.202500</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.995865, 0.0903364, 0.00961124, -0.0883531, 0.987715, -0.128894]</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-06_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.0833881</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4220, -7722, -7260, 289, -207, -16, -23, 127]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.948</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ee8a4fef-5a76-4807-9730-791a7eabddc3||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.671832799911499, -0.2370448261499405, 0.05706977844238281, 117.84999084472656], [-0.24236588180065155, 2.64996600151062, -0.3442813456058502, -87.31549835205078], [0.025786247104406357, 0.34581258893013, 2.677351951599121, -105.10308837890625], [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': ['140327.202500', '140327.662500', '140328.122500', '140328.582500', '140329.042500', '140329.502500', '140329.962500', '140330.422500', '140330.882500', '140331.342500', '140331.802500', '140332.262500', '140332.722500', '140333.182500', '140333.642500', '140334.102500', '140334.562500', '140335.022500', '140335.482500', '140335.942500', '140336.402500', '140336.862500', '140337.322500', '140337.782500', '140338.242500', '140338.702500', '140339.162500', '140339.622500', '140340.082500', '140340.542500', '140341.002500', '140341.462500', '140341.922500', '140342.382500', '140342.842500', '140343.302500', '140343.762500', '140344.222500', '140344.682500', '140345.142500', '140345.602500', '140346.062500', '140346.522500', '140346.982500', '140347.442500', '140347.902500', '140348.362500', '140348.822500', '140349.282500', '140349.742500', '140350.202500', '140350.662500', '140351.122500', '140351.582500', '140352.042500', '140352.502500', '140352.962500', '140353.422500', '140353.882500', '140354.342500', '140354.802500', '140355.262500', '140355.722500', '140356.182500', '140356.642500', '140357.102500', '140357.562500', '140358.022500', '140358.482500', '140358.942500', '140359.402500', '140359.862500', '140400.322500', '140400.782500', '140401.242500', '140401.702500', '140402.162500', '140402.622500', '140403.082500', '140403.542500', '140404.002500', '140404.462500', '140404.922500', '140405.382500', '140405.842500', '140406.302500', '140406.762500', '140407.222500', '140407.682500', '140408.142500', '140408.602500', '140409.062500', '140409.522500', '140409.982500', '140410.442500', '140410.902500', '140411.362500', '140411.822500', '140412.282500', '140412.742500', '140413.202500', '140413.662500', '140414.122500', '140414.582500', '140415.042500', '140415.502500', '140415.962500', '140416.422500', '140416.882500', '140417.342500', '140417.802500', '140418.262500', '140418.722500', '140419.182500', '140419.642500', '140420.102500', '140420.562500', '140421.022500', '140421.482500', '140421.942500', '140422.402500', '140422.862500', '140423.322500', '140423.782500', '140424.242500', '140424.702500', '140425.162500', '140425.622500', '140426.082500', '140426.542500', '140427.002500', '140427.462500', '140427.922500', '140428.382500', '140428.842500', '140429.302500', '140429.762500', '140430.222500', '140430.682500', '140431.142500', '140431.602500', '140432.062500', '140432.522500', '140432.982500', '140433.442500', '140433.902500', '140434.362500', '140434.822500', '140435.282500', '140435.742500', '140436.202500', '140436.662500', '140437.122500', '140437.582500', '140438.042500', '140438.502500', '140438.962500', '140439.422500', '140439.882500', '140440.342500', '140440.802500', '140441.262500', '140441.722500', '140442.182500', '140442.642500', '140443.102500', '140443.562500', '140444.022500', '140444.482500', '140444.942500', '140445.402500', '140445.862500', '140446.322500', '140446.782500', '140447.242500', '140447.702500', '140448.162500', '140448.622500', '140449.082500', '140449.542500', '140450.002500', '140450.462500', '140450.922500', '140451.382500', '140451.842500', '140452.302500', '140452.762500', '140453.222500', '140453.682500', '140454.142500', '140454.602500', '140455.062500', '140455.522500', '140455.982500', '140456.442500', '140456.902500', '140457.362500', '140457.822500', '140458.282500', '140458.742500', '140459.202500', '140459.662500', '140500.122500', '140500.582500', '140501.042500', '140501.502500', '140501.962500', '140502.422500', '140502.882500', '140503.342500', '140503.802500', '140504.262500', '140504.722500', '140505.182500', '140505.642500', '140506.102500', '140506.562500', '140507.022500', '140507.482500', '140507.942500', '140508.402500', '140508.862500', '140509.322500', '140509.782500', '140510.242500', '140510.702500', '140511.162500', '140511.622500', '140512.082500', '140512.542500', '140513.002500', '140513.462500', '140513.922500', '140514.382500', '140514.842500', '140515.302500', '140515.762500', '140516.222500', '140516.682500', '140517.142500', '140517.602500', '140518.062500', '140518.522500', '140518.982500', '140519.442500', '140519.902500', '140520.362500', '140520.822500', '140521.282500', '140521.742500', '140522.202500', '140522.662500', '140523.122500', '140523.582500', '140524.042500', '140524.502500', '140524.962500', '140525.422500', '140525.882500', '140526.342500', '140526.802500', '140527.262500', '140527.722500', '140528.182500', '140528.642500', '140529.102500', '140529.562500', '140530.022500', '140530.482500', '140530.942500', '140531.402500', '140531.862500', '140532.322500', '140532.782500', '140533.242500', '140533.702500', '140534.162500', '140534.622500', '140535.082500', '140535.542500', '140536.002500', '140536.462500', '140536.922500', '140537.382500', '140537.842500', '140538.302500', '140538.762500', '140539.222500', '140539.682500', '140540.142500', '140540.602500', '140541.062500', '140541.522500', '140541.982500', '140542.442500', '140542.902500', '140543.362500', '140543.822500', '140544.282500', '140544.742500', '140545.202500', '140545.662500', '140546.122500', '140546.582500', '140547.042500', '140547.502500', '140547.962500', '140548.422500', '140548.882500', '140549.342500', '140549.802500', '140550.262500', '140550.722500', '140551.182500', '140551.642500', '140552.102500', '140552.562500', '140553.022500', '140553.482500', '140553.942500', '140554.402500', '140554.862500', '140555.322500', '140555.782500', '140556.242500', '140556.702500', '140557.162500', '140557.622500', '140558.082500', '140558.542500', '140559.002500', '140559.462500', '140559.922500', '140600.382500', '140600.842500', '140601.302500', '140601.762500', '140602.222500', '140602.682500', '140603.142500', '140603.602500', '140604.062500', '140604.522500', '140604.982500', '140605.442500', '140605.902500', '140606.362500', '140606.822500', '140607.282500', '140607.742500', '140608.202500', '140608.662500', '140609.122500', '140609.582500', '140610.042500', '140610.502500', '140610.962500', '140611.422500', '140611.882500', '140612.342500', '140612.802500', '140613.262500', '140613.722500', '140614.182500', '140614.642500', '140615.102500', '140615.562500', '140616.022500', '140616.482500', '140616.942500', '140617.402500', '140617.862500', '140618.322500', '140618.782500', '140619.242500', '140619.702500', '140620.162500', '140620.622500', '140621.082500', '140621.542500', '140622.002500', '140622.462500', '140622.922500', '140623.382500', '140623.842500', '140624.302500', '140624.762500', '140625.222500', '140625.682500', '140626.142500', '140626.602500', '140627.062500', '140627.522500', '140627.982500', '140628.442500', '140628.902500', '140629.362500', '140629.822500', '140630.282500', '140630.742500', '140631.202500', '140631.662500', '140632.122500', '140632.582500', '140633.042500', '140633.502500', '140633.962500', '140634.422500', '140634.882500', '140635.342500', '140635.802500', '140636.262500', '140636.722500', '140637.182500', '140637.642500', '140638.102500', '140638.562500', '140639.022500', '140639.482500', '140639.942500', '140640.402500', '140640.862500', '140641.322500', '140641.782500', '140642.242500', '140642.702500', '140643.162500', '140643.622500', '140644.082500', '140644.542500', '140645.002500', '140645.462500', '140645.922500', '140646.382500', '140646.842500', '140647.302500', '140647.762500', '140648.222500', '140648.682500', '140649.142500', '140649.602500', '140650.062500', '140650.522500', '140650.982500', '140651.442500', '140651.902500', '140652.362500', '140652.822500', '140653.282500', '140653.742500', '140654.202500', '140654.662500', '140655.122500', '140655.582500', '140656.042500', '140656.502500', '140656.962500', '140657.422500', '140657.882500', '140658.342500', '140658.802500', '140659.262500', '140659.722500', '140700.182500', '140700.642500', '140701.102500', '140701.562500', '140702.022500', '140702.482500', '140702.942500', '140703.402500', '140703.862500', '140704.322500', '140704.782500', '140705.242500', '140705.702500', '140706.162500', '140706.622500', '140707.082500', '140707.542500', '140708.002500', '140708.462500', '140708.922500', '140709.382500', '140709.842500', '140710.302500', '140710.762500', '140711.222500', '140711.682500', '140712.142500', '140712.602500', '140713.062500', '140713.522500', '140713.982500', '140714.442500', '140714.902500', '140715.362500', '140715.822500', '140716.282500', '140716.742500', '140717.202500', '140717.662500', '140718.122500', '140718.582500', '140719.042500', '140719.502500', '140719.962500', '140720.422500', '140720.882500', '140721.342500', '140721.802500', '140722.262500', '140722.722500', '140723.182500', '140723.642500', '140724.102500', '140724.562500', '140725.022500', '140725.482500', '140725.942500', '140726.402500', '140726.862500', '140727.322500', '140727.782500', '140728.242500', '140728.702500', '140729.162500', '140729.622500', '140730.082500', '140730.542500', '140731.002500', '140731.462500', '140731.922500', '140732.382500', '140732.842500', '140733.302500', '140733.762500', '140734.222500', '140734.682500', '140735.142500', '140735.602500', '140736.062500', '140736.522500', '140736.982500', '140737.442500', '140737.902500', '140738.362500', '140738.822500', '140739.282500', '140739.742500', '140740.202500', '140740.662500', '140741.122500', '140741.582500', '140742.042500', '140742.502500', '140742.962500', '140743.422500', '140743.882500', '140744.342500', '140744.802500', '140745.262500', '140745.722500', '140746.182500', '140746.642500', '140747.102500', '140747.562500', '140748.022500', '140748.482500', '140748.942500', '140749.402500', '140749.862500', '140750.322500', '140750.782500', '140751.242500', '140751.702500', '140752.162500', '140752.622500', '140753.082500', '140753.542500', '140754.002500', '140754.462500', '140754.922500', '140755.382500', '140755.842500', '140756.302500', '140756.762500', '140757.222500', '140757.682500', '140758.142500', '140758.602500', '140759.062500', '140759.522500', '140759.982500', '140800.442500', '140800.902500', '140801.362500', '140801.822500', '140802.282500', '140802.742500', '140803.202500', '140803.662500', '140804.122500', '140804.582500', '140805.042500', '140805.502500', '140805.962500', '140806.422500', '140806.882500', '140807.342500', '140807.802500', '140808.262500', '140808.722500', '140809.182500', '140809.642500', '140810.102500', '140810.562500', '140811.022500', '140811.482500', '140811.942500', '140812.402500', '140812.862500', '140813.322500', '140813.782500', '140814.242500', '140814.702500', '140815.162500', '140815.622500', '140816.082500', '140816.542500', '140817.002500', '140817.462500', '140817.922500', '140818.382500', '140818.842500', '140819.302500', '140819.762500', '140820.222500', '140820.682500', '140821.142500', '140821.602500', '140822.062500', '140822.522500', '140822.982500', '140823.442500', '140823.902500', '140824.362500', '140824.822500', '140825.282500', '140825.742500', '140826.202500', '140826.662500', '140827.122500', '140827.582500', '140828.042500', '140828.502500', '140828.962500', '140829.422500', '140829.882500', '140830.342500', '140830.802500', '140831.262500', '140831.722500', '140832.182500', '140832.642500', '140833.102500', '140833.562500', '140834.022500', '140834.482500', '140834.942500', '140835.402500', '140835.862500', '140836.322500', '140836.782500', '140837.242500', '140837.702500', '140838.162500', '140838.622500', '140839.082500', '140839.542500', '140840.002500', '140840.462500', '140840.922500', '140841.382500', '140841.842500', '140842.302500', '140842.762500', '140843.222500', '140843.682500', '140844.142500', '140844.602500', '140845.062500', '140845.522500', '140845.982500', '140846.442500', '140846.902500', '140847.362500', '140847.822500', '140848.282500', '140848.742500', '140849.202500', '140849.662500', '140850.122500', '140850.582500', '140851.042500', '140851.502500', '140851.962500', '140852.422500', '140852.882500', '140853.342500', '140853.802500', '140854.262500', '140854.722500', '140855.182500', '140855.642500', '140856.102500', '140856.562500', '140857.022500', '140857.482500', '140857.942500', '140858.402500', '140858.862500', '140859.322500', '140859.782500', '140900.242500', '140900.702500', '140901.162500', '140901.622500', '140902.082500', '140902.542500', '140903.002500', '140903.462500', '140903.922500', '140904.382500', '140904.842500', '140905.302500', '140905.762500', '140906.222500', '140906.682500', '140907.142500', '140907.602500', '140908.062500', '140908.522500', '140908.982500', '140909.442500', '140909.902500', '140910.362500', '140910.822500', '140911.282500', '140911.742500', '140912.202500', '140912.662500', '140913.122500', '140913.582500', '140914.042500', '140914.502500', '140914.962500', '140915.422500', '140915.882500', '140916.342500', '140916.802500', '140917.262500', '140917.722500', '140918.182500', '140918.642500', '140919.102500', '140919.562500', '140920.022500', '140920.482500', '140920.942500', '140921.402500', '140921.862500', '140922.322500', '140922.782500', '140923.242500', '140923.702500', '140924.162500', '140924.622500', '140925.082500', '140925.542500', '140926.002500', '140926.462500', '140926.922500', '140927.382500', '140927.842500', '140928.302500', '140928.762500', '140929.222500', '140929.682500', '140930.142500', '140930.602500', '140931.062500', '140931.522500', '140931.982500', '140932.442500', '140932.902500', '140933.362500', '140933.822500', '140934.282500', '140934.742500', '140935.202500', '140935.662500', '140936.122500', '140936.582500', '140937.042500', '140937.502500', '140937.962500', '140938.422500', '140938.882500', '140939.342500', '140939.802500', '140940.262500', '140940.722500', '140941.182500', '140941.642500', '140942.102500', '140942.562500', '140943.022500', '140943.482500', '140943.942500', '140944.402500', '140944.862500', '140945.322500', '140945.782500', '140946.242500', '140946.702500', '140947.162500', '140947.622500', '140948.082500', '140948.542500', '140949.002500', '140949.462500', '140949.922500', '140950.382500', '140950.842500', '140951.302500', '140951.762500', '140952.222500', '140952.682500', '140953.142500', '140953.602500', '140954.062500', '140954.522500', '140954.982500', '140955.442500', '140955.902500', '140956.362500', '140956.822500', '140957.282500', '140957.742500', '140958.202500', '140958.662500', '140959.122500', '140959.582500', '141000.042500', '141000.502500', '141000.962500', '141001.422500', '141001.882500', '141002.342500', '141002.802500', '141003.262500', '141003.722500', '141004.182500', '141004.642500', '141005.102500', '141005.562500', '141006.022500', '141006.482500', '141006.942500', '141007.402500', '141007.862500'], 'ContentTime': ['140344.841000', '140344.844000', '140344.847000', '140344.850000', '140344.852000', '140344.855000', '140344.858000', '140344.860000', '140344.863000', '140344.865000', '140344.868000', '140344.871000', '140344.873000', '140344.876000', '140344.879000', '140344.881000', '140344.884000', '140344.887000', '140344.889000', '140344.896000', '140344.899000', '140344.901000', '140344.904000', '140344.907000', '140344.909000', '140344.912000', '140344.914000', '140344.917000', '140344.919000', '140344.922000', '140344.925000', '140344.927000', '140344.930000', '140344.932000', '140344.935000', '140404.796000', '140404.799000', '140404.802000', '140404.805000', '140404.807000', '140404.810000', '140404.812000', '140404.815000', '140404.818000', '140404.820000', '140404.823000', '140404.825000', '140404.828000', '140404.830000', '140404.833000', '140404.835000', '140404.838000', '140404.841000', '140404.843000', '140404.846000', '140404.849000', '140404.851000', '140404.854000', '140404.858000', '140404.860000', '140404.863000', '140404.866000', '140404.868000', '140404.871000', '140404.874000', '140404.876000', '140404.879000', '140404.881000', '140404.884000', '140404.887000', '140404.889000', '140404.892000', '140404.894000', '140404.897000', '140404.899000', '140404.902000', '140404.905000', '140404.907000', '140424.796000', '140424.799000', '140424.802000', '140424.804000', '140424.807000', '140424.810000', '140424.812000', '140424.815000', '140424.817000', '140424.820000', '140424.822000', '140424.825000', '140424.828000', '140424.830000', '140424.833000', '140424.835000', '140424.838000', '140424.841000', '140424.843000', '140424.846000', '140424.848000', '140424.851000', '140424.854000', '140424.857000', '140424.859000', '140424.862000', '140424.864000', '140424.872000', '140424.875000', '140424.877000', '140424.880000', '140424.883000', '140424.885000', '140424.888000', '140424.890000', '140424.893000', '140424.896000', '140424.898000', '140424.901000', '140424.903000', '140424.906000', '140424.908000', '140424.911000', '140424.913000', '140444.795000', '140444.798000', '140444.801000', '140444.803000', '140444.806000', '140444.809000', '140444.811000', '140444.814000', '140444.817000', '140444.819000', '140444.822000', '140444.824000', '140444.827000', '140444.829000', '140444.832000', '140444.835000', '140444.837000', '140444.840000', '140444.844000', '140444.847000', '140444.849000', '140444.852000', '140444.855000', '140444.858000', '140444.860000', '140444.863000', '140444.867000', '140444.869000', '140444.872000', '140444.875000', '140444.877000', '140444.880000', '140444.883000', '140444.885000', '140444.888000', '140444.890000', '140444.893000', '140444.896000', '140444.898000', '140444.901000', '140444.903000', '140444.906000', '140444.908000', '140504.797000', '140504.800000', '140504.802000', '140504.805000', '140504.807000', '140504.810000', '140504.813000', '140504.815000', '140504.825000', '140504.827000', '140504.830000', '140504.832000', '140504.835000', '140504.838000', '140504.840000', '140504.843000', '140504.846000', '140504.848000', '140504.851000', '140504.854000', '140504.856000', '140504.859000', '140504.861000', '140504.864000', '140504.867000', '140504.869000', '140504.872000', '140504.874000', '140504.877000', '140504.880000', '140504.882000', '140504.885000', '140504.888000', '140504.890000', '140504.893000', '140504.896000', '140504.898000', '140504.901000', '140504.903000', '140504.906000', '140504.909000', '140504.911000', '140504.914000', '140504.916000', '140524.796000', '140524.799000', '140524.828000', '140524.830000', '140524.833000', '140524.836000', '140524.838000', '140524.841000', '140524.843000', '140524.846000', '140524.849000', '140524.851000', '140524.854000', '140524.857000', '140524.859000', '140524.863000', '140524.866000', '140524.869000', '140524.871000', '140524.874000', '140524.877000', '140524.879000', '140524.882000', '140524.884000', '140524.887000', '140524.890000', '140524.892000', '140524.895000', '140524.897000', '140524.900000', '140524.903000', '140524.905000', '140524.908000', '140524.911000', '140524.913000', '140524.916000', '140524.918000', '140524.921000', '140524.923000', '140524.926000', '140524.929000', '140524.931000', '140524.934000', '140544.796000', '140544.799000', '140544.802000', '140544.804000', '140544.807000', '140544.810000', '140544.812000', '140544.815000', '140544.818000', '140544.820000', '140544.823000', '140544.825000', '140544.828000', '140544.831000', '140544.833000', '140544.836000', '140544.838000', '140544.841000', '140544.844000', '140544.846000', '140544.849000', '140544.852000', '140544.854000', '140544.857000', '140544.859000', '140544.862000', '140544.865000', '140544.867000', '140544.870000', '140544.873000', '140544.875000', '140544.878000', '140544.880000', '140544.883000', '140544.886000', '140544.888000', '140544.891000', '140544.893000', '140544.896000', '140544.898000', '140544.901000', '140544.904000', '140544.906000', '140544.909000', '140604.797000', '140604.800000', '140604.802000', '140604.805000', '140604.807000', '140604.810000', '140604.812000', '140604.815000', '140604.818000', '140604.820000', '140604.823000', '140604.825000', '140604.828000', '140604.831000', '140604.834000', '140604.837000', '140604.840000', '140604.842000', '140604.845000', '140604.847000', '140604.850000', '140604.853000', '140604.855000', '140604.858000', '140604.860000', '140604.863000', '140604.866000', '140604.868000', '140604.871000', '140604.873000', '140604.876000', '140604.878000', '140604.881000', '140604.884000', '140604.886000', '140604.889000', '140604.891000', '140604.894000', '140604.897000', '140604.899000', '140604.902000', '140604.905000', '140604.908000', '140624.796000', '140624.799000', '140624.802000', '140624.804000', '140624.807000', '140624.809000', '140624.812000', '140624.815000', '140624.817000', '140624.820000', '140624.822000', '140624.825000', '140624.828000', '140624.830000', '140624.833000', '140624.835000', '140624.838000', '140624.841000', '140624.843000', '140624.846000', '140624.848000', '140624.851000', '140624.853000', '140624.856000', '140624.859000', '140624.861000', '140624.864000', '140624.866000', '140624.869000', '140624.872000', '140624.874000', '140624.877000', '140624.879000', '140624.882000', '140624.885000', '140624.887000', '140624.890000', '140624.892000', '140624.895000', '140624.898000', '140624.900000', '140624.903000', '140624.905000', '140624.908000', '140644.797000', '140644.799000', '140644.802000', '140644.805000', '140644.807000', '140644.810000', '140644.812000', '140644.815000', '140644.818000', '140644.820000', '140644.823000', '140644.825000', '140644.828000', '140644.831000', '140644.833000', '140644.836000', '140644.838000', '140644.841000', '140644.844000', '140644.846000', '140644.849000', '140644.851000', '140644.854000', '140644.857000', '140644.859000', '140644.862000', '140644.865000', '140644.867000', '140644.870000', '140644.873000', '140644.875000', '140644.878000', '140644.881000', '140644.883000', '140644.886000', '140644.888000', '140644.891000', '140644.894000', '140644.896000', '140644.899000', '140644.902000', '140644.905000', '140644.917000', '140704.795000', '140704.798000', '140704.801000', '140704.804000', '140704.806000', '140704.809000', '140704.811000', '140704.814000', '140704.817000', '140704.819000', '140704.822000', '140704.824000', '140704.827000', '140704.830000', '140704.832000', '140704.835000', '140704.838000', '140704.840000', '140704.843000', '140704.845000', '140704.848000', '140704.851000', '140704.853000', '140704.856000', '140704.859000', '140704.861000', '140704.864000', '140704.867000', '140704.869000', '140704.872000', '140704.874000', '140704.877000', '140704.880000', '140704.882000', '140704.885000', '140704.887000', '140704.890000', '140704.893000', '140704.895000', '140704.898000', '140704.900000', '140704.903000', '140704.906000', '140704.908000', '140724.797000', '140724.799000', '140724.802000', '140724.805000', '140724.808000', '140724.810000', '140724.813000', '140724.815000', '140724.818000', '140724.821000', '140724.823000', '140724.826000', '140724.829000', '140724.831000', '140724.834000', '140724.837000', '140724.839000', '140724.842000', '140724.844000', '140724.847000', '140724.849000', '140724.852000', '140724.855000', '140724.857000', '140724.860000', '140724.863000', '140724.865000', '140724.868000', '140724.870000', '140724.873000', '140724.876000', '140724.878000', '140724.881000', '140724.884000', '140724.886000', '140724.889000', '140724.891000', '140724.895000', '140724.898000', '140724.901000', '140724.904000', '140724.906000', '140724.909000', '140744.797000', '140744.799000', '140744.802000', '140744.805000', '140744.807000', '140744.810000', '140744.812000', '140744.815000', '140744.818000', '140744.820000', '140744.823000', '140744.825000', '140744.828000', '140744.831000', '140744.833000', '140744.836000', '140744.839000', '140744.841000', '140744.844000', '140744.846000', '140744.849000', '140744.852000', '140744.854000', '140744.857000', '140744.859000', '140744.862000', '140744.865000', '140744.867000', '140744.870000', '140744.872000', '140744.875000', '140744.878000', '140744.880000', '140744.883000', '140744.886000', '140744.889000', '140744.891000', '140744.894000', '140744.896000', '140744.899000', '140744.902000', '140744.904000', '140744.907000', '140744.909000', '140804.796000', '140804.799000', '140804.802000', '140804.805000', '140804.807000', '140804.810000', '140804.813000', '140804.815000', '140804.818000', '140804.820000', '140804.823000', '140804.826000', '140804.829000', '140804.831000', '140804.834000', '140804.836000', '140804.839000', '140804.841000', '140804.844000', '140804.847000', '140804.849000', '140804.852000', '140804.855000', '140804.857000', '140804.870000', '140804.872000', '140804.875000', '140804.877000', '140804.880000', '140804.883000', '140804.885000', '140804.888000', '140804.891000', '140804.893000', '140804.896000', '140804.899000', '140804.901000', '140804.904000', '140804.907000', '140804.909000', '140804.912000', '140804.915000', '140804.917000', '140824.797000', '140824.800000', '140824.802000', '140824.805000', '140824.807000', '140824.810000', '140824.813000', '140824.815000', '140824.818000', '140824.833000', '140824.835000', '140824.838000', '140824.841000', '140824.843000', '140824.846000', '140824.849000', '140824.851000', '140824.854000', '140824.856000', '140824.859000', '140824.862000', '140824.864000', '140824.867000', '140824.869000', '140824.872000', '140824.875000', '140824.877000', '140824.880000', '140824.883000', '140824.885000', '140824.888000', '140824.891000', '140824.893000', '140824.896000', '140824.899000', '140824.901000', '140824.904000', '140824.906000', '140824.909000', '140824.912000', '140824.914000', '140824.917000', '140824.919000', '140824.922000', '140844.797000', '140844.800000', '140844.802000', '140844.805000', '140844.808000', '140844.810000', '140844.813000', '140844.815000', '140844.818000', '140844.821000', '140844.823000', '140844.826000', '140844.828000', '140844.831000', '140844.833000', '140844.836000', '140844.839000', '140844.841000', '140844.844000', '140844.846000', '140844.849000', '140844.852000', '140844.854000', '140844.857000', '140844.859000', '140844.862000', '140844.865000', '140844.867000', '140844.870000', '140844.872000', '140844.875000', '140844.878000', '140844.880000', '140844.883000', '140844.885000', '140844.888000', '140844.891000', '140844.893000', '140844.896000', '140844.899000', '140844.901000', '140844.904000', '140844.907000', '140904.797000', '140904.799000', '140904.802000', '140904.805000', '140904.807000', '140904.810000', '140904.812000', '140904.815000', '140904.818000', '140904.820000', '140904.823000', '140904.826000', '140904.828000', '140904.831000', '140904.834000', '140904.836000', '140904.839000', '140904.842000', '140904.844000', '140904.847000', '140904.850000', '140904.852000', '140904.855000', '140904.857000', '140904.860000', '140904.863000', '140904.865000', '140904.868000', '140904.871000', '140904.873000', '140904.876000', '140904.878000', '140904.881000', '140904.884000', '140904.886000', '140904.889000', '140904.892000', '140904.894000', '140904.897000', '140904.899000', '140904.902000', '140904.905000', '140904.907000', '140904.910000', '140924.796000', '140924.798000', '140924.803000', '140924.806000', '140924.808000', '140924.811000', '140924.813000', '140924.816000', '140924.819000', '140924.821000', '140924.824000', '140924.826000', '140924.829000', '140924.832000', '140924.834000', '140924.837000', '140924.839000', '140924.842000', '140924.845000', '140924.847000', '140924.850000', '140924.852000', '140924.855000', '140924.858000', '140924.860000', '140924.863000', '140924.865000', '140924.868000', '140924.871000', '140924.873000', '140924.876000', '140924.878000', '140924.881000', '140924.883000', '140924.886000', '140924.889000', '140924.891000', '140924.894000', '140924.897000', '140924.899000', '140924.902000', '140924.904000', '140924.907000', '140944.797000', '140944.799000', '140944.802000', '140944.805000', '140944.807000', '140944.810000', '140944.812000', '140944.815000', '140944.818000', '140944.820000', '140944.823000', '140944.835000', '140944.838000', '140944.841000', '140944.844000', '140944.847000', '140944.849000', '140944.852000', '140944.855000', '140944.857000', '140944.882000', '140944.884000', '140944.887000', '140944.889000', '140944.892000', '140944.895000', '140944.897000', '140944.900000', '140944.903000', '140944.905000', '140944.908000', '140944.910000', '140944.913000', '140944.916000', '140944.918000', '140944.921000', '140944.924000', '140944.926000', '140944.929000', '140944.931000', '140944.934000', '140944.936000', '140944.939000', '140944.942000', '141004.797000', '141004.799000', '141004.802000', '141004.805000', '141004.807000', '141004.810000', '141004.813000', '141004.815000', '141004.818000', '141004.821000', '141004.823000', '141004.826000', '141004.828000', '141004.831000', '141004.834000', '141004.836000', '141004.839000', '141004.842000', '141004.844000', '141004.847000', '141004.850000', '141004.853000', '141004.856000', '141004.858000', '141004.861000', '141004.864000', '141004.866000', '141004.869000', '141004.871000', '141004.874000', '141004.877000', '141004.879000', '141004.882000', '141004.885000', '141004.887000', '141004.890000', '141004.893000', '141004.895000', '141004.898000', '141004.901000', '141004.903000', '141004.906000', '141004.908000', '141009.570000', '141009.573000', '141009.576000', '141009.578000', '141009.581000', '141009.584000', '141009.586000', '141009.589000', '141009.592000', '141009.594000', '141009.597000'], 'InstanceCreationTime': ['140344.841000', '140344.844000', '140344.847000', '140344.850000', '140344.852000', '140344.855000', '140344.858000', '140344.860000', '140344.863000', '140344.865000', '140344.868000', '140344.871000', '140344.873000', '140344.876000', '140344.879000', '140344.881000', '140344.884000', '140344.887000', '140344.889000', '140344.896000', '140344.899000', '140344.901000', '140344.904000', '140344.907000', '140344.909000', '140344.912000', '140344.914000', '140344.917000', '140344.919000', '140344.922000', '140344.925000', '140344.927000', '140344.930000', '140344.932000', '140344.935000', '140404.796000', '140404.799000', '140404.802000', '140404.805000', '140404.807000', '140404.810000', '140404.812000', '140404.815000', '140404.818000', '140404.820000', '140404.823000', '140404.825000', '140404.828000', '140404.830000', '140404.833000', '140404.835000', '140404.838000', '140404.841000', '140404.843000', '140404.846000', '140404.849000', '140404.851000', '140404.854000', '140404.858000', '140404.860000', '140404.863000', '140404.866000', '140404.868000', '140404.871000', '140404.874000', '140404.876000', '140404.879000', '140404.881000', '140404.884000', '140404.887000', '140404.889000', '140404.892000', '140404.894000', '140404.897000', '140404.899000', '140404.902000', '140404.905000', '140404.907000', '140424.796000', '140424.799000', '140424.802000', '140424.804000', '140424.807000', '140424.810000', '140424.812000', '140424.815000', '140424.817000', '140424.820000', '140424.822000', '140424.825000', '140424.828000', '140424.830000', '140424.833000', '140424.835000', '140424.838000', '140424.841000', '140424.843000', '140424.846000', '140424.848000', '140424.851000', '140424.854000', '140424.857000', '140424.859000', '140424.862000', '140424.864000', '140424.872000', '140424.875000', '140424.877000', '140424.880000', '140424.883000', '140424.885000', '140424.888000', '140424.890000', '140424.893000', '140424.896000', '140424.898000', '140424.901000', '140424.903000', '140424.906000', '140424.908000', '140424.911000', '140424.913000', '140444.795000', '140444.798000', '140444.801000', '140444.803000', '140444.806000', '140444.809000', '140444.811000', '140444.814000', '140444.817000', '140444.819000', '140444.822000', '140444.824000', '140444.827000', '140444.829000', '140444.832000', '140444.835000', '140444.837000', '140444.840000', '140444.844000', '140444.847000', '140444.849000', '140444.852000', '140444.855000', '140444.858000', '140444.860000', '140444.863000', '140444.867000', '140444.869000', '140444.872000', '140444.875000', '140444.877000', '140444.880000', '140444.883000', '140444.885000', '140444.888000', '140444.890000', '140444.893000', '140444.896000', '140444.898000', '140444.901000', '140444.903000', '140444.906000', '140444.908000', '140504.797000', '140504.800000', '140504.802000', '140504.805000', '140504.807000', '140504.810000', '140504.813000', '140504.815000', '140504.825000', '140504.827000', '140504.830000', '140504.832000', '140504.835000', '140504.838000', '140504.840000', '140504.843000', '140504.846000', '140504.848000', '140504.851000', '140504.854000', '140504.856000', '140504.859000', '140504.861000', '140504.864000', '140504.867000', '140504.869000', '140504.872000', '140504.874000', '140504.877000', '140504.880000', '140504.882000', '140504.885000', '140504.888000', '140504.890000', '140504.893000', '140504.896000', '140504.898000', '140504.901000', '140504.903000', '140504.906000', '140504.909000', '140504.911000', '140504.914000', '140504.916000', '140524.796000', '140524.799000', '140524.828000', '140524.830000', '140524.833000', '140524.836000', '140524.838000', '140524.841000', '140524.843000', '140524.846000', '140524.849000', '140524.851000', '140524.854000', '140524.857000', '140524.859000', '140524.863000', '140524.866000', '140524.869000', '140524.871000', '140524.874000', '140524.877000', '140524.879000', '140524.882000', '140524.884000', '140524.887000', '140524.890000', '140524.892000', '140524.895000', '140524.897000', '140524.900000', '140524.903000', '140524.905000', '140524.908000', '140524.911000', '140524.913000', '140524.916000', '140524.918000', '140524.921000', '140524.923000', '140524.926000', '140524.929000', '140524.931000', '140524.934000', '140544.796000', '140544.799000', '140544.802000', '140544.804000', '140544.807000', '140544.810000', '140544.812000', '140544.815000', '140544.818000', '140544.820000', '140544.823000', '140544.825000', '140544.828000', '140544.831000', '140544.833000', '140544.836000', '140544.838000', '140544.841000', '140544.844000', '140544.846000', '140544.849000', '140544.852000', '140544.854000', '140544.857000', '140544.859000', '140544.862000', '140544.865000', '140544.867000', '140544.870000', '140544.873000', '140544.875000', '140544.878000', '140544.880000', '140544.883000', '140544.886000', '140544.888000', '140544.891000', '140544.893000', '140544.896000', '140544.898000', '140544.901000', '140544.904000', '140544.906000', '140544.909000', '140604.797000', '140604.800000', '140604.802000', '140604.805000', '140604.807000', '140604.810000', '140604.812000', '140604.815000', '140604.818000', '140604.820000', '140604.823000', '140604.825000', '140604.828000', '140604.831000', '140604.834000', '140604.837000', '140604.840000', '140604.842000', '140604.845000', '140604.847000', '140604.850000', '140604.853000', '140604.855000', '140604.858000', '140604.860000', '140604.863000', '140604.866000', '140604.868000', '140604.871000', '140604.873000', '140604.876000', '140604.878000', '140604.881000', '140604.884000', '140604.886000', '140604.889000', '140604.891000', '140604.894000', '140604.897000', '140604.899000', '140604.902000', '140604.905000', '140604.908000', '140624.796000', '140624.799000', '140624.802000', '140624.804000', '140624.807000', '140624.809000', '140624.812000', '140624.815000', '140624.817000', '140624.820000', '140624.822000', '140624.825000', '140624.828000', '140624.830000', '140624.833000', '140624.835000', '140624.838000', '140624.841000', '140624.843000', '140624.846000', '140624.848000', '140624.851000', '140624.853000', '140624.856000', '140624.859000', '140624.861000', '140624.864000', '140624.866000', '140624.869000', '140624.872000', '140624.874000', '140624.877000', '140624.879000', '140624.882000', '140624.885000', '140624.887000', '140624.890000', '140624.892000', '140624.895000', '140624.898000', '140624.900000', '140624.903000', '140624.905000', '140624.908000', '140644.797000', '140644.799000', '140644.802000', '140644.805000', '140644.807000', '140644.810000', '140644.812000', '140644.815000', '140644.818000', '140644.820000', '140644.823000', '140644.825000', '140644.828000', '140644.831000', '140644.833000', '140644.836000', '140644.838000', '140644.841000', '140644.844000', '140644.846000', '140644.849000', '140644.851000', '140644.854000', '140644.857000', '140644.859000', '140644.862000', '140644.865000', '140644.867000', '140644.870000', '140644.873000', '140644.875000', '140644.878000', '140644.881000', '140644.883000', '140644.886000', '140644.888000', '140644.891000', '140644.894000', '140644.896000', '140644.899000', '140644.902000', '140644.905000', '140644.917000', '140704.795000', '140704.798000', '140704.801000', '140704.804000', '140704.806000', '140704.809000', '140704.811000', '140704.814000', '140704.817000', '140704.819000', '140704.822000', '140704.824000', '140704.827000', '140704.830000', '140704.832000', '140704.835000', '140704.838000', '140704.840000', '140704.843000', '140704.845000', '140704.848000', '140704.851000', '140704.853000', '140704.856000', '140704.859000', '140704.861000', '140704.864000', '140704.867000', '140704.869000', '140704.872000', '140704.874000', '140704.877000', '140704.880000', '140704.882000', '140704.885000', '140704.887000', '140704.890000', '140704.893000', '140704.895000', '140704.898000', '140704.900000', '140704.903000', '140704.906000', '140704.908000', '140724.797000', '140724.799000', '140724.802000', '140724.805000', '140724.808000', '140724.810000', '140724.813000', '140724.815000', '140724.818000', '140724.821000', '140724.823000', '140724.826000', '140724.829000', '140724.831000', '140724.834000', '140724.837000', '140724.839000', '140724.842000', '140724.844000', '140724.847000', '140724.849000', '140724.852000', '140724.855000', '140724.857000', '140724.860000', '140724.863000', '140724.865000', '140724.868000', '140724.870000', '140724.873000', '140724.876000', '140724.878000', '140724.881000', '140724.884000', '140724.886000', '140724.889000', '140724.891000', '140724.895000', '140724.898000', '140724.901000', '140724.904000', '140724.906000', '140724.909000', '140744.797000', '140744.799000', '140744.802000', '140744.805000', '140744.807000', '140744.810000', '140744.812000', '140744.815000', '140744.818000', '140744.820000', '140744.823000', '140744.825000', '140744.828000', '140744.831000', '140744.833000', '140744.836000', '140744.839000', '140744.841000', '140744.844000', '140744.846000', '140744.849000', '140744.852000', '140744.854000', '140744.857000', '140744.859000', '140744.862000', '140744.865000', '140744.867000', '140744.870000', '140744.872000', '140744.875000', '140744.878000', '140744.880000', '140744.883000', '140744.886000', '140744.889000', '140744.891000', '140744.894000', '140744.896000', '140744.899000', '140744.902000', '140744.904000', '140744.907000', '140744.909000', '140804.796000', '140804.799000', '140804.802000', '140804.805000', '140804.807000', '140804.810000', '140804.813000', '140804.815000', '140804.818000', '140804.820000', '140804.823000', '140804.826000', '140804.829000', '140804.831000', '140804.834000', '140804.836000', '140804.839000', '140804.841000', '140804.844000', '140804.847000', '140804.849000', '140804.852000', '140804.855000', '140804.857000', '140804.870000', '140804.872000', '140804.875000', '140804.877000', '140804.880000', '140804.883000', '140804.885000', '140804.888000', '140804.891000', '140804.893000', '140804.896000', '140804.899000', '140804.901000', '140804.904000', '140804.907000', '140804.909000', '140804.912000', '140804.915000', '140804.917000', '140824.797000', '140824.800000', '140824.802000', '140824.805000', '140824.807000', '140824.810000', '140824.813000', '140824.815000', '140824.818000', '140824.833000', '140824.835000', '140824.838000', '140824.841000', '140824.843000', '140824.846000', '140824.849000', '140824.851000', '140824.854000', '140824.856000', '140824.859000', '140824.862000', '140824.864000', '140824.867000', '140824.869000', '140824.872000', '140824.875000', '140824.877000', '140824.880000', '140824.883000', '140824.885000', '140824.888000', '140824.891000', '140824.893000', '140824.896000', '140824.899000', '140824.901000', '140824.904000', '140824.906000', '140824.909000', '140824.912000', '140824.914000', '140824.917000', '140824.919000', '140824.922000', '140844.797000', '140844.800000', '140844.802000', '140844.805000', '140844.808000', '140844.810000', '140844.813000', '140844.815000', '140844.818000', '140844.821000', '140844.823000', '140844.826000', '140844.828000', '140844.831000', '140844.833000', '140844.836000', '140844.839000', '140844.841000', '140844.844000', '140844.846000', '140844.849000', '140844.852000', '140844.854000', '140844.857000', '140844.859000', '140844.862000', '140844.865000', '140844.867000', '140844.870000', '140844.872000', '140844.875000', '140844.878000', '140844.880000', '140844.883000', '140844.885000', '140844.888000', '140844.891000', '140844.893000', '140844.896000', '140844.899000', '140844.901000', '140844.904000', '140844.907000', '140904.797000', '140904.799000', '140904.802000', '140904.805000', '140904.807000', '140904.810000', '140904.812000', '140904.815000', '140904.818000', '140904.820000', '140904.823000', '140904.826000', '140904.828000', '140904.831000', '140904.834000', '140904.836000', '140904.839000', '140904.842000', '140904.844000', '140904.847000', '140904.850000', '140904.852000', '140904.855000', '140904.857000', '140904.860000', '140904.863000', '140904.865000', '140904.868000', '140904.871000', '140904.873000', '140904.876000', '140904.878000', '140904.881000', '140904.884000', '140904.886000', '140904.889000', '140904.892000', '140904.894000', '140904.897000', '140904.899000', '140904.902000', '140904.905000', '140904.907000', '140904.910000', '140924.796000', '140924.798000', '140924.803000', '140924.806000', '140924.808000', '140924.811000', '140924.813000', '140924.816000', '140924.819000', '140924.821000', '140924.824000', '140924.826000', '140924.829000', '140924.832000', '140924.834000', '140924.837000', '140924.839000', '140924.842000', '140924.845000', '140924.847000', '140924.850000', '140924.852000', '140924.855000', '140924.858000', '140924.860000', '140924.863000', '140924.865000', '140924.868000', '140924.871000', '140924.873000', '140924.876000', '140924.878000', '140924.881000', '140924.883000', '140924.886000', '140924.889000', '140924.891000', '140924.894000', '140924.897000', '140924.899000', '140924.902000', '140924.904000', '140924.907000', '140944.797000', '140944.799000', '140944.802000', '140944.805000', '140944.807000', '140944.810000', '140944.812000', '140944.815000', '140944.818000', '140944.820000', '140944.823000', '140944.835000', '140944.838000', '140944.841000', '140944.844000', '140944.847000', '140944.849000', '140944.852000', '140944.855000', '140944.857000', '140944.882000', '140944.884000', '140944.887000', '140944.889000', '140944.892000', '140944.895000', '140944.897000', '140944.900000', '140944.903000', '140944.905000', '140944.908000', '140944.910000', '140944.913000', '140944.916000', '140944.918000', '140944.921000', '140944.924000', '140944.926000', '140944.929000', '140944.931000', '140944.934000', '140944.936000', '140944.939000', '140944.942000', '141004.797000', '141004.799000', '141004.802000', '141004.805000', '141004.807000', '141004.810000', '141004.813000', '141004.815000', '141004.818000', '141004.821000', '141004.823000', '141004.826000', '141004.828000', '141004.831000', '141004.834000', '141004.836000', '141004.839000', '141004.842000', '141004.844000', '141004.847000', '141004.850000', '141004.853000', '141004.856000', '141004.858000', '141004.861000', '141004.864000', '141004.866000', '141004.869000', '141004.871000', '141004.874000', '141004.877000', '141004.879000', '141004.882000', '141004.885000', '141004.887000', '141004.890000', '141004.893000', '141004.895000', '141004.898000', '141004.901000', '141004.903000', '141004.906000', '141004.908000', '141009.570000', '141009.573000', '141009.576000', '141009.578000', '141009.581000', '141009.584000', '141009.586000', '141009.589000', '141009.592000', '141009.594000', '141009.597000'], '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': [8516, 8901, 8006, 9748, 8455, 8676, 8209, 8912, 8220, 7762, 10137, 8820, 8698, 8560, 7440, 10575, 7599, 10076, 7927, 9031, 8992, 7437, 9999, 7201, 9514, 9228, 7269, 10404, 7434, 9479, 7367, 8755, 8510, 7796, 8873, 7311, 9887, 9362, 7755, 8493, 7539, 10459, 7267, 9515, 9240, 7272, 9938, 7985, 8533, 8982, 7370, 10032, 7261, 9458, 8731, 7689, 9724, 7919, 8832, 8564, 7638, 8171, 8025, 10182, 8742, 8155, 8361, 7944, 7987, 7626, 9864, 9079, 7256, 10073, 7919, 10326, 10262, 8032, 8852, 7633, 10790, 8738, 8749, 8668, 8033, 8681, 7880, 9817, 9323, 7551, 10573, 7919, 10205, 10024, 7813, 8702, 7529, 10322, 7739, 8622, 11154, 8227, 9385, 9367, 7565, 11338, 7547, 9884, 9618, 7529, 10884, 7856, 9070, 7621, 8193, 8729, 7288, 9907, 8202, 8948, 8897, 7574, 8868, 7772, 10283, 9520, 8388, 10214, 7794, 8979, 9723, 8060, 10340, 7628, 9615, 9569, 7657, 9727, 8055, 8722, 8451, 8168, 8293, 7594, 9979, 8500, 8007, 8800, 8054, 9206, 10256, 7787, 10157, 8142, 8822, 8591, 8203, 9359, 9379, 7410, 8248, 7474, 10007, 7889, 9265, 8202, 7951, 9137, 7750, 9698, 9175, 7581, 9917, 8295, 9562, 8277, 7759, 10041, 7702, 8469, 8356, 7719, 10233, 9456, 8258, 8238, 7476, 9729, 7745, 9869, 9432, 7619, 10353, 7993, 9665, 10585, 8125, 10678, 7751, 10083, 9621, 7827, 9324, 7796, 8071, 8825, 7547, 9486, 8511, 7535, 10059, 7920, 9118, 8755, 7700, 8389, 7764, 9465, 9024, 7849, 9066, 8192, 9284, 8866, 8083, 7780, 7775, 10070, 7833, 8994, 10184, 8063, 9204, 7663, 9153, 8930, 7371, 10070, 8232, 8835, 8873, 7500, 8801, 7646, 9938, 8225, 8020, 8276, 7191, 8683, 6955, 9709, 8064, 8740, 8800, 7827, 9604, 7355, 9135, 8988, 7482, 10002, 8304, 8634, 9516, 7819, 8588, 7590, 8073, 8511, 7384, 9592, 8634, 8134, 8269, 8174, 7568, 7383, 9921, 8045, 8373, 9419, 7629, 10156, 9944, 8244, 9459, 7754, 9530, 7435, 8973, 8926, 7640, 9982, 9732, 7558, 8839, 7642, 9605, 7758, 8662, 8978, 8016, 9757, 7720, 8988, 8444, 7963, 9217, 8133, 10398, 10116, 7714, 9177, 7666, 9307, 10309, 7745, 10044, 7498, 8322, 9035, 7525, 8934, 7439, 8361, 9126, 7439, 9803, 7555, 8894, 8675, 7486, 8737, 7316, 9039, 9768, 7735, 10078, 7765, 9157, 9415, 7649, 8994, 7651, 9289, 9718, 7678, 10051, 7501, 8859, 9657, 7917, 8110, 7494, 9313, 8769, 7703, 10028, 7920, 9096, 7647, 8373, 10557, 7520, 8161, 7704, 9183, 7231, 9474, 9713, 7473, 8868, 7093, 9683, 7084, 9268, 9920, 7652, 9362, 7456, 8686, 7260, 9958, 8428, 8002, 8595, 7434, 9900, 7692, 8310, 9236, 7137, 9704, 7409, 10164, 10026, 7236, 10569, 7656, 8827, 7385, 7799, 8616, 7477, 9663, 7776, 8022, 8461, 7235, 8628, 7652, 9359, 7998, 8115, 9132, 7941, 9165, 7502, 8481, 9749, 7738, 10241, 7231, 8724, 9045, 7748, 8612, 7879, 9247, 7640, 7290, 8471, 7964, 9388, 7609, 8248, 9059, 7483, 9788, 10433, 7786, 8963, 7532, 9654, 10222, 7443, 9484, 7811, 8858, 9574, 7458, 9786, 7512, 8708, 10022, 7669, 9274, 8123, 7885, 8811, 7410, 10062, 7583, 9387, 9831, 7970, 9467, 7934, 8256, 10528, 7218, 10184, 7586, 8680, 9207, 7915, 9257, 10028, 7274, 9265, 7878, 8988, 9778, 7648, 9712, 7872, 8228, 8602, 8031, 9642, 7682, 8748, 8971, 7513, 9149, 7675, 9264, 9188, 7791, 8661, 7909, 9542, 8028, 8778, 9294, 8182, 8761, 8159, 9633, 8426, 8602, 9107, 8205, 9744, 7904, 8472, 9544, 7848, 8918, 7862, 9840, 7947, 8489, 9456, 7291, 10058, 7664, 9665, 9762, 7737, 9172, 7695, 10015, 7568, 9020, 9415, 7582, 9931, 7593, 8850, 8808, 7473, 9188, 7647, 9248, 9795, 7935, 9650, 7801, 7649, 8972, 7555, 9359, 7929, 7983, 8300, 8131, 9251, 7931, 9034, 8979, 7770, 9595, 8288, 8023, 9628, 7691, 9538, 7778, 8098, 9172, 8443, 8899, 7938, 7666, 9177, 7608, 8860, 7789, 9156, 8958, 8149, 8643, 8147, 9673, 8389, 8091, 9096, 8572, 9410, 8336, 8268, 9425, 7836, 9523, 7912, 9536, 9778, 7970, 9484, 8266, 9879, 8110, 8267, 9410, 8559, 9236, 9861, 7719, 9798, 7719, 8039, 9057, 8129, 8817, 8259, 7593, 8647, 8337, 9358, 8206, 7638, 10443, 8304, 8515, 9057, 7736, 9921, 8012, 7755, 9230, 8134, 8894, 9936, 7847, 9571, 7761, 9442, 9321, 7934, 10111, 8091, 8627, 10238, 7805, 9971, 8021, 9515, 9610, 8155, 8770, 7470, 8255, 8755, 9328, 9444, 7789, 9154, 8495, 8329, 9840, 7911, 10335, 7614, 8937, 10004, 7403, 10619, 7748, 9347, 10057, 8044, 9084, 7391, 9744, 7259, 8289, 9375, 7277, 9544, 7712, 7360, 9268, 7171, 9635, 7570, 8811, 9642, 7453, 9520, 8322, 7121, 9394, 7558, 9210, 7868, 7544, 8552, 7812, 7949, 8728, 9078, 9595, 8351, 9299, 7794, 8615, 7910, 9899, 7989, 8811, 10302, 8165, 8796, 7601, 10236, 8304, 9350, 9659, 7633, 9450, 7512, 8605, 7692, 9378, 8837, 7488, 8771, 7273, 9649, 7688, 10521, 9787, 7779, 9253, 7636, 9432, 7288, 9243, 9602, 7531, 9080, 7455, 9273, 9388, 7729, 8698, 7620, 9793, 7682, 8394, 8632, 7783, 9496, 7643, 8276, 10191, 7817, 8353, 7881, 7341, 8790, 7497, 8224, 8907, 7915, 8410, 7989, 7780, 8949, 7554, 9475, 7584, 9393, 9745, 8142, 10018, 10016, 8007, 9973, 7726, 9782, 9927, 8508, 9690, 7673, 8157, 8974, 7758, 9846, 9661, 7904, 8722, 7650, 9856, 7648, 8082, 8533, 7602, 9881, 9436, 7613, 8608, 7948, 9998, 8731, 8609, 9676, 7784, 9743, 8047, 8489, 8851, 7681, 10151, 10709, 8250, 8917, 7995, 8497, 7463, 9004, 9272, 7505, 8803, 7499, 9812, 9644, 7634, 9267, 7422, 9400, 9211, 7808, 8704, 8068, 8886, 7985, 8712, 7942, 7542, 8636, 8109, 9725, 8888, 8327, 8832, 7991, 10069, 7447, 9812, 10347, 7525, 10170, 7658, 9126, 7533, 8468, 9445, 7737, 9221, 7666, 9097, 9050, 7387, 9147, 7236, 9553, 7705, 9242, 8936], 'WindowCenter': [4338.0, 4326.0, 4316.0, 4310.0, 4288.0, 4308.0, 4299.0, 4308.0, 4298.0, 4287.0, 4320.0, 4310.0, 4300.0, 4311.0, 4303.0, 4319.0, 4287.0, 4310.0, 4287.0, 4296.0, 4296.0, 4275.0, 4308.0, 4278.0, 4310.0, 4311.0, 4292.0, 4319.0, 4287.0, 4309.0, 4289.0, 4309.0, 4299.0, 4301.0, 4310.0, 4290.0, 4333.0, 4324.0, 4303.0, 4299.0, 4302.0, 4330.0, 4292.0, 4322.0, 4310.0, 4303.0, 4335.0, 4303.0, 4311.0, 4309.0, 4290.0, 4319.0, 4287.0, 4308.0, 4300.0, 4304.0, 4323.0, 4302.0, 4311.0, 4300.0, 4300.0, 4301.0, 4299.0, 4332.0, 4312.0, 4315.0, 4315.0, 4312.0, 4301.0, 4288.0, 4322.0, 4312.0, 4290.0, 4323.0, 4303.0, 4335.0, 4323.0, 4301.0, 4310.0, 4289.0, 4320.0, 4298.0, 4310.0, 4310.0, 4301.0, 4299.0, 4299.0, 4319.0, 4308.0, 4291.0, 4319.0, 4302.0, 4322.0, 4308.0, 4289.0, 4298.0, 4287.0, 4308.0, 4286.0, 4299.0, 4320.0, 4299.0, 4308.0, 4308.0, 4289.0, 4319.0, 4286.0, 4305.0, 4309.0, 4289.0, 4318.0, 4287.0, 4298.0, 4285.0, 4298.0, 4297.0, 4286.0, 4322.0, 4299.0, 4308.0, 4297.0, 4288.0, 4309.0, 4286.0, 4318.0, 4308.0, 4300.0, 4319.0, 4288.0, 4296.0, 4294.0, 4286.0, 4307.0, 4274.0, 4306.0, 4295.0, 4288.0, 4307.0, 4285.0, 4296.0, 4285.0, 4297.0, 4296.0, 4286.0, 4307.0, 4297.0, 4299.0, 4309.0, 4289.0, 4309.0, 4306.0, 4286.0, 4305.0, 4284.0, 4296.0, 4297.0, 4298.0, 4308.0, 4307.0, 4290.0, 4297.0, 4289.0, 4309.0, 4288.0, 4320.0, 4311.0, 4300.0, 4310.0, 4299.0, 4321.0, 4309.0, 4300.0, 4321.0, 4312.0, 4324.0, 4300.0, 4300.0, 4321.0, 4290.0, 4301.0, 4298.0, 4288.0, 4332.0, 4322.0, 4311.0, 4300.0, 4291.0, 4325.0, 4300.0, 4322.0, 4321.0, 4303.0, 4322.0, 4298.0, 4309.0, 4319.0, 4299.0, 4308.0, 4289.0, 4308.0, 4308.0, 4300.0, 4311.0, 4288.0, 4286.0, 4295.0, 4275.0, 4295.0, 4284.0, 4285.0, 4307.0, 4287.0, 4310.0, 4297.0, 4288.0, 4287.0, 4287.0, 4307.0, 4295.0, 4288.0, 4310.0, 4299.0, 4323.0, 4324.0, 4304.0, 4300.0, 4302.0, 4323.0, 4290.0, 4314.0, 4321.0, 4302.0, 4310.0, 4288.0, 4310.0, 4299.0, 4288.0, 4309.0, 4299.0, 4309.0, 4296.0, 4290.0, 4308.0, 4288.0, 4319.0, 4297.0, 4300.0, 4300.0, 4290.0, 4311.0, 4290.0, 4321.0, 4299.0, 4313.0, 4323.0, 4300.0, 4309.0, 4288.0, 4310.0, 4299.0, 4287.0, 4310.0, 4298.0, 4311.0, 4297.0, 4274.0, 4284.0, 4275.0, 4288.0, 4284.0, 4275.0, 4295.0, 4310.0, 4301.0, 4299.0, 4299.0, 4287.0, 4288.0, 4321.0, 4286.0, 4299.0, 4311.0, 4288.0, 4319.0, 4310.0, 4300.0, 4313.0, 4300.0, 4308.0, 4277.0, 4296.0, 4299.0, 4287.0, 4321.0, 4307.0, 4285.0, 4296.0, 4285.0, 4295.0, 4273.0, 4296.0, 4298.0, 4298.0, 4307.0, 4288.0, 4299.0, 4286.0, 4288.0, 4312.0, 4287.0, 4321.0, 4308.0, 4288.0, 4297.0, 4277.0, 4296.0, 4293.0, 4273.0, 4295.0, 4273.0, 4285.0, 4296.0, 4287.0, 4295.0, 4275.0, 4296.0, 4296.0, 4276.0, 4308.0, 4300.0, 4311.0, 4300.0, 4287.0, 4299.0, 4278.0, 4311.0, 4310.0, 4290.0, 4309.0, 4287.0, 4310.0, 4310.0, 4290.0, 4299.0, 4288.0, 4309.0, 4297.0, 4287.0, 4309.0, 4290.0, 4311.0, 4311.0, 4288.0, 4288.0, 4276.0, 4309.0, 4297.0, 4288.0, 4320.0, 4311.0, 4312.0, 4288.0, 4313.0, 4319.0, 4302.0, 4300.0, 4302.0, 4312.0, 4289.0, 4322.0, 4321.0, 4303.0, 4311.0, 4280.0, 4310.0, 4278.0, 4308.0, 4307.0, 4299.0, 4323.0, 4289.0, 4298.0, 4278.0, 4309.0, 4298.0, 4288.0, 4299.0, 4290.0, 4322.0, 4290.0, 4299.0, 4308.0, 4289.0, 4310.0, 4277.0, 4321.0, 4308.0, 4300.0, 4320.0, 4288.0, 4298.0, 4287.0, 4289.0, 4297.0, 4278.0, 4311.0, 4300.0, 4300.0, 4299.0, 4291.0, 4310.0, 4287.0, 4311.0, 4300.0, 4303.0, 4325.0, 4304.0, 4311.0, 4290.0, 4313.0, 4308.0, 4303.0, 4321.0, 4291.0, 4313.0, 4312.0, 4298.0, 4299.0, 4299.0, 4312.0, 4289.0, 4292.0, 4312.0, 4315.0, 4324.0, 4304.0, 4313.0, 4312.0, 4303.0, 4334.0, 4333.0, 4302.0, 4312.0, 4302.0, 4323.0, 4320.0, 4290.0, 4311.0, 4303.0, 4313.0, 4310.0, 4291.0, 4320.0, 4287.0, 4312.0, 4320.0, 4301.0, 4322.0, 4301.0, 4301.0, 4310.0, 4301.0, 4322.0, 4300.0, 4311.0, 4321.0, 4314.0, 4324.0, 4301.0, 4301.0, 4319.0, 4290.0, 4320.0, 4288.0, 4299.0, 4307.0, 4299.0, 4312.0, 4308.0, 4287.0, 4297.0, 4286.0, 4296.0, 4307.0, 4287.0, 4308.0, 4298.0, 4312.0, 4298.0, 4297.0, 4308.0, 4287.0, 4299.0, 4297.0, 4288.0, 4307.0, 4300.0, 4323.0, 4311.0, 4300.0, 4310.0, 4301.0, 4323.0, 4299.0, 4322.0, 4310.0, 4311.0, 4312.0, 4301.0, 4322.0, 4310.0, 4312.0, 4324.0, 4314.0, 4310.0, 4300.0, 4312.0, 4310.0, 4311.0, 4311.0, 4302.0, 4321.0, 4299.0, 4311.0, 4310.0, 4289.0, 4320.0, 4289.0, 4322.0, 4320.0, 4287.0, 4297.0, 4288.0, 4310.0, 4286.0, 4296.0, 4307.0, 4301.0, 4308.0, 4290.0, 4310.0, 4297.0, 4289.0, 4309.0, 4288.0, 4308.0, 4319.0, 4299.0, 4309.0, 4286.0, 4288.0, 4296.0, 4288.0, 4310.0, 4300.0, 4312.0, 4313.0, 4302.0, 4322.0, 4301.0, 4311.0, 4311.0, 4302.0, 4324.0, 4312.0, 4302.0, 4309.0, 4300.0, 4310.0, 4286.0, 4289.0, 4311.0, 4299.0, 4307.0, 4287.0, 4288.0, 4307.0, 4287.0, 4311.0, 4300.0, 4324.0, 4312.0, 4302.0, 4310.0, 4302.0, 4323.0, 4302.0, 4313.0, 4320.0, 4310.0, 4310.0, 4310.0, 4311.0, 4307.0, 4298.0, 4309.0, 4300.0, 4321.0, 4309.0, 4297.0, 4307.0, 4298.0, 4309.0, 4287.0, 4299.0, 4307.0, 4311.0, 4311.0, 4306.0, 4285.0, 4307.0, 4276.0, 4287.0, 4295.0, 4298.0, 4308.0, 4298.0, 4288.0, 4298.0, 4300.0, 4311.0, 4299.0, 4298.0, 4333.0, 4311.0, 4309.0, 4308.0, 4288.0, 4319.0, 4286.0, 4288.0, 4310.0, 4301.0, 4325.0, 4321.0, 4311.0, 4321.0, 4300.0, 4323.0, 4311.0, 4300.0, 4320.0, 4299.0, 4310.0, 4319.0, 4300.0, 4319.0, 4301.0, 4320.0, 4321.0, 4300.0, 4310.0, 4289.0, 4298.0, 4298.0, 4310.0, 4308.0, 4288.0, 4324.0, 4313.0, 4312.0, 4319.0, 4300.0, 4309.0, 4275.0, 4295.0, 4295.0, 4277.0, 4308.0, 4288.0, 4298.0, 4295.0, 4274.0, 4283.0, 4263.0, 4281.0, 4261.0, 4272.0, 4281.0, 4263.0, 4295.0, 4275.0, 4274.0, 4282.0, 4264.0, 4296.0, 4275.0, 4296.0, 4296.0, 4277.0, 4309.0, 4285.0, 4277.0, 4296.0, 4276.0, 4308.0, 4286.0, 4287.0, 4298.0, 4288.0, 4300.0, 4313.0, 4314.0, 4310.0, 4301.0, 4312.0, 4300.0, 4302.0, 4303.0, 4323.0, 4300.0, 4299.0, 4309.0, 4299.0, 4298.0, 4287.0, 4318.0, 4300.0, 4309.0, 4297.0, 4288.0, 4307.0, 4277.0, 4297.0, 4287.0, 4309.0, 4308.0, 4288.0, 4298.0, 4290.0, 4310.0, 4288.0, 4320.0, 4309.0, 4290.0, 4312.0, 4291.0, 4311.0, 4278.0, 4307.0, 4308.0, 4287.0, 4299.0, 4278.0, 4308.0, 4298.0, 4286.0, 4287.0, 4287.0, 4309.0, 4275.0, 4287.0, 4296.0, 4287.0, 4308.0, 4289.0, 4300.0, 4319.0, 4287.0, 4286.0, 4285.0, 4277.0, 4297.0, 4287.0, 4299.0, 4311.0, 4311.0, 4312.0, 4301.0, 4302.0, 4311.0, 4302.0, 4322.0, 4301.0, 4323.0, 4323.0, 4301.0, 4319.0, 4310.0, 4298.0, 4310.0, 4287.0, 4309.0, 4307.0, 4297.0, 4297.0, 4276.0, 4288.0, 4297.0, 4286.0, 4307.0, 4308.0, 4299.0, 4300.0, 4287.0, 4320.0, 4288.0, 4299.0, 4298.0, 4301.0, 4323.0, 4311.0, 4289.0, 4299.0, 4301.0, 4321.0, 4300.0, 4312.0, 4320.0, 4291.0, 4308.0, 4287.0, 4299.0, 4298.0, 4289.0, 4321.0, 4319.0, 4299.0, 4299.0, 4288.0, 4297.0, 4278.0, 4299.0, 4298.0, 4279.0, 4297.0, 4277.0, 4321.0, 4308.0, 4289.0, 4297.0, 4276.0, 4295.0, 4296.0, 4288.0, 4308.0, 4299.0, 4306.0, 4299.0, 4309.0, 4286.0, 4289.0, 4299.0, 4299.0, 4322.0, 4313.0, 4302.0, 4309.0, 4299.0, 4310.0, 4290.0, 4307.0, 4309.0, 4300.0, 4308.0, 4288.0, 4296.0, 4274.0, 4298.0, 4296.0, 4274.0, 4296.0, 4286.0, 4297.0, 4296.0, 4276.0, 4308.0, 4275.0, 4295.0, 4274.0, 4296.0, 4297.0], 'WindowWidth': [9596.0, 9572.0, 9554.0, 9535.0, 9499.0, 9532.0, 9518.0, 9531.0, 9517.0, 9501.0, 9546.0, 9533.0, 9519.0, 9536.0, 9529.0, 9544.0, 9498.0, 9530.0, 9495.0, 9508.0, 9508.0, 9481.0, 9528.0, 9485.0, 9531.0, 9537.0, 9513.0, 9543.0, 9498.0, 9527.0, 9502.0, 9534.0, 9519.0, 9523.0, 9536.0, 9509.0, 9573.0, 9561.0, 9531.0, 9517.0, 9525.0, 9564.0, 9511.0, 9551.0, 9535.0, 9530.0, 9576.0, 9529.0, 9536.0, 9530.0, 9508.0, 9544.0, 9498.0, 9525.0, 9519.0, 9534.0, 9558.0, 9528.0, 9538.0, 9521.0, 9522.0, 9523.0, 9517.0, 9568.0, 9539.0, 9547.0, 9550.0, 9542.0, 9525.0, 9501.0, 9554.0, 9541.0, 9507.0, 9557.0, 9530.0, 9576.0, 9557.0, 9527.0, 9536.0, 9505.0, 9547.0, 9516.0, 9535.0, 9536.0, 9522.0, 9519.0, 9517.0, 9546.0, 9529.0, 9508.0, 9545.0, 9528.0, 9554.0, 9530.0, 9504.0, 9514.0, 9499.0, 9529.0, 9496.0, 9516.0, 9548.0, 9520.0, 9531.0, 9528.0, 9504.0, 9546.0, 9494.0, 9520.0, 9531.0, 9505.0, 9545.0, 9500.0, 9514.0, 9494.0, 9515.0, 9513.0, 9498.0, 9553.0, 9521.0, 9532.0, 9511.0, 9502.0, 9532.0, 9498.0, 9543.0, 9529.0, 9523.0, 9547.0, 9501.0, 9511.0, 9504.0, 9495.0, 9525.0, 9477.0, 9522.0, 9508.0, 9504.0, 9527.0, 9494.0, 9509.0, 9494.0, 9512.0, 9509.0, 9495.0, 9527.0, 9513.0, 9519.0, 9532.0, 9504.0, 9530.0, 9522.0, 9495.0, 9520.0, 9489.0, 9509.0, 9511.0, 9517.0, 9530.0, 9526.0, 9509.0, 9512.0, 9504.0, 9531.0, 9501.0, 9549.0, 9539.0, 9522.0, 9535.0, 9520.0, 9551.0, 9532.0, 9523.0, 9551.0, 9541.0, 9561.0, 9524.0, 9521.0, 9550.0, 9507.0, 9523.0, 9516.0, 9502.0, 9570.0, 9555.0, 9539.0, 9523.0, 9512.0, 9562.0, 9522.0, 9552.0, 9553.0, 9530.0, 9553.0, 9516.0, 9527.0, 9545.0, 9518.0, 9529.0, 9500.0, 9527.0, 9529.0, 9522.0, 9536.0, 9499.0, 9496.0, 9505.0, 9478.0, 9506.0, 9489.0, 9492.0, 9524.0, 9497.0, 9535.0, 9515.0, 9502.0, 9499.0, 9498.0, 9525.0, 9507.0, 9499.0, 9534.0, 9518.0, 9558.0, 9562.0, 9533.0, 9523.0, 9527.0, 9558.0, 9508.0, 9545.0, 9553.0, 9525.0, 9534.0, 9502.0, 9534.0, 9517.0, 9502.0, 9533.0, 9520.0, 9531.0, 9511.0, 9508.0, 9529.0, 9501.0, 9545.0, 9514.0, 9521.0, 9522.0, 9508.0, 9536.0, 9507.0, 9550.0, 9519.0, 9543.0, 9559.0, 9524.0, 9532.0, 9502.0, 9534.0, 9518.0, 9500.0, 9533.0, 9516.0, 9538.0, 9514.0, 9476.0, 9488.0, 9478.0, 9500.0, 9490.0, 9478.0, 9506.0, 9536.0, 9525.0, 9518.0, 9517.0, 9499.0, 9502.0, 9551.0, 9498.0, 9517.0, 9535.0, 9502.0, 9546.0, 9533.0, 9519.0, 9540.0, 9522.0, 9527.0, 9481.0, 9507.0, 9514.0, 9497.0, 9551.0, 9527.0, 9494.0, 9508.0, 9492.0, 9506.0, 9473.0, 9508.0, 9515.0, 9518.0, 9528.0, 9500.0, 9516.0, 9497.0, 9501.0, 9541.0, 9501.0, 9548.0, 9530.0, 9502.0, 9513.0, 9484.0, 9507.0, 9501.0, 9474.0, 9505.0, 9473.0, 9493.0, 9509.0, 9499.0, 9507.0, 9479.0, 9509.0, 9508.0, 9484.0, 9528.0, 9521.0, 9539.0, 9522.0, 9501.0, 9516.0, 9486.0, 9535.0, 9532.0, 9508.0, 9529.0, 9498.0, 9535.0, 9533.0, 9506.0, 9516.0, 9500.0, 9530.0, 9512.0, 9497.0, 9528.0, 9509.0, 9535.0, 9536.0, 9500.0, 9501.0, 9483.0, 9529.0, 9510.0, 9502.0, 9548.0, 9541.0, 9540.0, 9501.0, 9541.0, 9544.0, 9528.0, 9522.0, 9526.0, 9539.0, 9505.0, 9554.0, 9554.0, 9530.0, 9536.0, 9493.0, 9534.0, 9488.0, 9529.0, 9526.0, 9521.0, 9557.0, 9505.0, 9516.0, 9487.0, 9530.0, 9513.0, 9502.0, 9517.0, 9509.0, 9554.0, 9507.0, 9519.0, 9529.0, 9506.0, 9534.0, 9485.0, 9551.0, 9530.0, 9525.0, 9549.0, 9503.0, 9516.0, 9499.0, 9504.0, 9512.0, 9487.0, 9535.0, 9524.0, 9523.0, 9518.0, 9510.0, 9536.0, 9502.0, 9537.0, 9521.0, 9530.0, 9562.0, 9531.0, 9539.0, 9508.0, 9540.0, 9531.0, 9532.0, 9552.0, 9512.0, 9545.0, 9540.0, 9517.0, 9516.0, 9517.0, 9539.0, 9506.0, 9512.0, 9542.0, 9550.0, 9561.0, 9534.0, 9545.0, 9541.0, 9531.0, 9575.0, 9574.0, 9529.0, 9540.0, 9527.0, 9557.0, 9548.0, 9507.0, 9539.0, 9532.0, 9543.0, 9534.0, 9510.0, 9548.0, 9500.0, 9540.0, 9549.0, 9527.0, 9556.0, 9525.0, 9525.0, 9537.0, 9527.0, 9555.0, 9522.0, 9538.0, 9551.0, 9551.0, 9562.0, 9526.0, 9524.0, 9545.0, 9507.0, 9548.0, 9500.0, 9518.0, 9527.0, 9519.0, 9540.0, 9528.0, 9499.0, 9513.0, 9496.0, 9512.0, 9526.0, 9499.0, 9528.0, 9516.0, 9539.0, 9517.0, 9513.0, 9529.0, 9499.0, 9517.0, 9512.0, 9503.0, 9527.0, 9523.0, 9557.0, 9540.0, 9523.0, 9534.0, 9525.0, 9558.0, 9522.0, 9557.0, 9538.0, 9538.0, 9541.0, 9525.0, 9556.0, 9536.0, 9541.0, 9562.0, 9546.0, 9537.0, 9522.0, 9542.0, 9536.0, 9541.0, 9539.0, 9528.0, 9552.0, 9520.0, 9537.0, 9534.0, 9506.0, 9548.0, 9504.0, 9554.0, 9550.0, 9501.0, 9512.0, 9501.0, 9532.0, 9496.0, 9511.0, 9528.0, 9524.0, 9530.0, 9506.0, 9534.0, 9513.0, 9504.0, 9530.0, 9500.0, 9531.0, 9548.0, 9519.0, 9530.0, 9496.0, 9502.0, 9510.0, 9502.0, 9533.0, 9524.0, 9545.0, 9544.0, 9527.0, 9555.0, 9526.0, 9540.0, 9540.0, 9531.0, 9563.0, 9544.0, 9528.0, 9533.0, 9523.0, 9535.0, 9499.0, 9506.0, 9538.0, 9521.0, 9527.0, 9500.0, 9503.0, 9527.0, 9502.0, 9536.0, 9522.0, 9561.0, 9543.0, 9527.0, 9538.0, 9528.0, 9555.0, 9526.0, 9545.0, 9552.0, 9536.0, 9535.0, 9538.0, 9539.0, 9529.0, 9517.0, 9533.0, 9522.0, 9553.0, 9532.0, 9514.0, 9527.0, 9517.0, 9534.0, 9500.0, 9519.0, 9528.0, 9540.0, 9538.0, 9523.0, 9495.0, 9525.0, 9479.0, 9497.0, 9507.0, 9516.0, 9532.0, 9517.0, 9503.0, 9517.0, 9522.0, 9537.0, 9519.0, 9518.0, 9569.0, 9539.0, 9533.0, 9529.0, 9505.0, 9546.0, 9498.0, 9503.0, 9536.0, 9527.0, 9564.0, 9554.0, 9542.0, 9551.0, 9522.0, 9555.0, 9539.0, 9524.0, 9548.0, 9517.0, 9535.0, 9545.0, 9520.0, 9545.0, 9526.0, 9549.0, 9554.0, 9523.0, 9536.0, 9507.0, 9515.0, 9515.0, 9535.0, 9529.0, 9504.0, 9562.0, 9544.0, 9541.0, 9547.0, 9521.0, 9529.0, 9478.0, 9506.0, 9505.0, 9484.0, 9529.0, 9499.0, 9511.0, 9503.0, 9475.0, 9486.0, 9458.0, 9480.0, 9451.0, 9468.0, 9479.0, 9458.0, 9507.0, 9478.0, 9474.0, 9483.0, 9463.0, 9506.0, 9477.0, 9508.0, 9506.0, 9484.0, 9531.0, 9493.0, 9484.0, 9507.0, 9480.0, 9529.0, 9494.0, 9499.0, 9514.0, 9502.0, 9520.0, 9543.0, 9545.0, 9530.0, 9522.0, 9538.0, 9521.0, 9524.0, 9529.0, 9555.0, 9521.0, 9518.0, 9529.0, 9515.0, 9516.0, 9498.0, 9543.0, 9522.0, 9531.0, 9510.0, 9501.0, 9526.0, 9485.0, 9509.0, 9497.0, 9531.0, 9529.0, 9502.0, 9515.0, 9508.0, 9534.0, 9503.0, 9547.0, 9529.0, 9508.0, 9539.0, 9509.0, 9536.0, 9487.0, 9526.0, 9530.0, 9498.0, 9516.0, 9485.0, 9527.0, 9515.0, 9494.0, 9494.0, 9497.0, 9527.0, 9478.0, 9498.0, 9509.0, 9498.0, 9529.0, 9502.0, 9520.0, 9545.0, 9498.0, 9496.0, 9491.0, 9483.0, 9511.0, 9499.0, 9517.0, 9536.0, 9539.0, 9541.0, 9526.0, 9528.0, 9538.0, 9529.0, 9555.0, 9523.0, 9557.0, 9557.0, 9525.0, 9546.0, 9531.0, 9516.0, 9534.0, 9497.0, 9531.0, 9529.0, 9513.0, 9511.0, 9480.0, 9500.0, 9512.0, 9496.0, 9526.0, 9529.0, 9520.0, 9521.0, 9500.0, 9549.0, 9502.0, 9518.0, 9517.0, 9525.0, 9556.0, 9537.0, 9504.0, 9517.0, 9522.0, 9550.0, 9521.0, 9541.0, 9550.0, 9510.0, 9529.0, 9500.0, 9518.0, 9513.0, 9503.0, 9547.0, 9544.0, 9517.0, 9517.0, 9503.0, 9512.0, 9486.0, 9516.0, 9514.0, 9490.0, 9512.0, 9484.0, 9550.0, 9529.0, 9504.0, 9512.0, 9480.0, 9507.0, 9507.0, 9503.0, 9533.0, 9521.0, 9525.0, 9519.0, 9534.0, 9496.0, 9503.0, 9519.0, 9517.0, 9554.0, 9544.0, 9527.0, 9533.0, 9520.0, 9534.0, 9505.0, 9528.0, 9530.0, 9522.0, 9531.0, 9501.0, 9508.0, 9476.0, 9514.0, 9509.0, 9474.0, 9507.0, 9496.0, 9514.0, 9510.0, 9480.0, 9528.0, 9478.0, 9507.0, 9476.0, 9505.0, 9513.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.0011387944890929966</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024016046842709526</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.03416905890803</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1844697860114948</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0054133922413797</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4758</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6057.8345</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12506526017782352</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.743972445464983</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5350834785967185</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.538783303107053</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7336190257345345</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.332848106948568</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00901858</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0024834703654050827</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026353171095252037</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.392949018633607</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>37.2842</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6396</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.2034</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298893.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>784.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.7369</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7891</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.2924</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3548.7223</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3706.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77651.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1481.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4491.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.6192</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.76412763772532</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> |