=== 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-0062 --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-0062",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0062_ses-04_task-social_acq-mb8_run-01_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-0062_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-01_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-0062/ses-04/func/sub-0062_ses-04_task-social_acq-mb8_run-01_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>811547e9aec24b6846905c30556a8e35</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>09:12:7.577500</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.999596, -0.00558033, 0.0278592, 0.00314033, 0.996215, 0.0868706]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.106562</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4153, -7743, -7283, 517, -13, -86, 57, 69]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>272.702</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>563f7397-7175-4013-b713-48afd09e056f||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.6818437576293945, 0.008425286039710045, 0.07624388486146927, 111.5133285522461], [0.014971623197197914, 2.6727709770202637, 0.23421970009803772, -96.98233795166016], [0.07474410533905029, -0.23306746780872345, 2.6887409687042236, -52.44034957885742], [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': ['091207.577500', '091208.037500', '091208.497500', '091208.957500', '091209.417500', '091209.877500', '091210.337500', '091210.797500', '091211.257500', '091211.717500', '091212.177500', '091212.637500', '091213.097500', '091213.557500', '091214.017500', '091214.477500', '091214.937500', '091215.397500', '091215.857500', '091216.317500', '091216.777500', '091217.237500', '091217.697500', '091218.157500', '091218.617500', '091219.077500', '091219.537500', '091219.997500', '091220.457500', '091220.917500', '091221.377500', '091221.837500', '091222.297500', '091222.757500', '091223.217500', '091223.677500', '091224.137500', '091224.597500', '091225.057500', '091225.517500', '091225.977500', '091226.437500', '091226.897500', '091227.357500', '091227.817500', '091228.277500', '091228.737500', '091229.197500', '091229.657500', '091230.117500', '091230.577500', '091231.037500', '091231.497500', '091231.957500', '091232.417500', '091232.877500', '091233.337500', '091233.797500', '091234.257500', '091234.717500', '091235.177500', '091235.637500', '091236.097500', '091236.557500', '091237.017500', '091237.477500', '091237.937500', '091238.397500', '091238.857500', '091239.317500', '091239.777500', '091240.237500', '091240.697500', '091241.157500', '091241.617500', '091242.077500', '091242.537500', '091242.997500', '091243.457500', '091243.917500', '091244.377500', '091244.837500', '091245.297500', '091245.757500', '091246.217500', '091246.677500', '091247.137500', '091247.597500', '091248.057500', '091248.517500', '091248.977500', '091249.437500', '091249.897500', '091250.357500', '091250.817500', '091251.277500', '091251.737500', '091252.197500', '091252.657500', '091253.117500', '091253.577500', '091254.037500', '091254.497500', '091254.957500', '091255.417500', '091255.877500', '091256.337500', '091256.797500', '091257.257500', '091257.717500', '091258.177500', '091258.637500', '091259.097500', '091259.557500', '091300.017500', '091300.477500', '091300.937500', '091301.397500', '091301.857500', '091302.317500', '091302.777500', '091303.237500', '091303.697500', '091304.157500', '091304.617500', '091305.077500', '091305.537500', '091305.997500', '091306.457500', '091306.917500', '091307.377500', '091307.837500', '091308.297500', '091308.757500', '091309.217500', '091309.677500', '091310.137500', '091310.597500', '091311.057500', '091311.517500', '091311.977500', '091312.437500', '091312.897500', '091313.357500', '091313.817500', '091314.277500', '091314.737500', '091315.197500', '091315.657500', '091316.117500', '091316.577500', '091317.037500', '091317.497500', '091317.957500', '091318.417500', '091318.877500', '091319.337500', '091319.797500', '091320.257500', '091320.717500', '091321.177500', '091321.637500', '091322.097500', '091322.557500', '091323.017500', '091323.477500', '091323.937500', '091324.397500', '091324.857500', '091325.317500', '091325.777500', '091326.237500', '091326.697500', '091327.157500', '091327.617500', '091328.077500', '091328.537500', '091328.997500', '091329.457500', '091329.917500', '091330.377500', '091330.837500', '091331.297500', '091331.757500', '091332.217500', '091332.677500', '091333.137500', '091333.597500', '091334.057500', '091334.517500', '091334.977500', '091335.437500', '091335.897500', '091336.357500', '091336.817500', '091337.277500', '091337.737500', '091338.197500', '091338.657500', '091339.117500', '091339.577500', '091340.037500', '091340.497500', '091340.957500', '091341.417500', '091341.877500', '091342.337500', '091342.797500', '091343.257500', '091343.717500', '091344.177500', '091344.637500', '091345.097500', '091345.557500', '091346.017500', '091346.477500', '091346.937500', '091347.397500', '091347.857500', '091348.317500', '091348.777500', '091349.237500', '091349.697500', '091350.157500', '091350.617500', '091351.077500', '091351.537500', '091351.997500', '091352.457500', '091352.917500', '091353.377500', '091353.837500', '091354.297500', '091354.757500', '091355.217500', '091355.677500', '091356.137500', '091356.597500', '091357.057500', '091357.517500', '091357.977500', '091358.437500', '091358.897500', '091359.357500', '091359.817500', '091400.277500', '091400.737500', '091401.197500', '091401.657500', '091402.117500', '091402.577500', '091403.037500', '091403.497500', '091403.957500', '091404.417500', '091404.877500', '091405.337500', '091405.797500', '091406.257500', '091406.717500', '091407.177500', '091407.637500', '091408.097500', '091408.557500', '091409.017500', '091409.477500', '091409.937500', '091410.397500', '091410.857500', '091411.317500', '091411.777500', '091412.237500', '091412.697500', '091413.157500', '091413.617500', '091414.077500', '091414.537500', '091414.997500', '091415.457500', '091415.917500', '091416.377500', '091416.837500', '091417.297500', '091417.757500', '091418.217500', '091418.677500', '091419.137500', '091419.597500', '091420.057500', '091420.517500', '091420.977500', '091421.437500', '091421.897500', '091422.357500', '091422.817500', '091423.277500', '091423.737500', '091424.197500', '091424.657500', '091425.117500', '091425.577500', '091426.037500', '091426.497500', '091426.957500', '091427.417500', '091427.877500', '091428.337500', '091428.797500', '091429.257500', '091429.717500', '091430.177500', '091430.637500', '091431.097500', '091431.557500', '091432.017500', '091432.477500', '091432.937500', '091433.397500', '091433.857500', '091434.317500', '091434.777500', '091435.237500', '091435.697500', '091436.157500', '091436.617500', '091437.077500', '091437.537500', '091437.997500', '091438.457500', '091438.917500', '091439.377500', '091439.837500', '091440.297500', '091440.757500', '091441.217500', '091441.677500', '091442.137500', '091442.597500', '091443.057500', '091443.517500', '091443.977500', '091444.437500', '091444.897500', '091445.357500', '091445.817500', '091446.277500', '091446.737500', '091447.197500', '091447.657500', '091448.117500', '091448.577500', '091449.037500', '091449.497500', '091449.957500', '091450.417500', '091450.877500', '091451.337500', '091451.797500', '091452.257500', '091452.717500', '091453.177500', '091453.637500', '091454.097500', '091454.557500', '091455.017500', '091455.477500', '091455.937500', '091456.397500', '091456.857500', '091457.317500', '091457.777500', '091458.237500', '091458.697500', '091459.157500', '091459.617500', '091500.077500', '091500.537500', '091500.997500', '091501.457500', '091501.917500', '091502.377500', '091502.837500', '091503.297500', '091503.757500', '091504.217500', '091504.677500', '091505.137500', '091505.597500', '091506.057500', '091506.517500', '091506.977500', '091507.437500', '091507.897500', '091508.357500', '091508.817500', '091509.277500', '091509.737500', '091510.197500', '091510.657500', '091511.117500', '091511.577500', '091512.037500', '091512.497500', '091512.957500', '091513.417500', '091513.877500', '091514.337500', '091514.797500', '091515.257500', '091515.717500', '091516.177500', '091516.637500', '091517.097500', '091517.557500', '091518.017500', '091518.477500', '091518.937500', '091519.397500', '091519.857500', '091520.317500', '091520.777500', '091521.237500', '091521.697500', '091522.157500', '091522.617500', '091523.077500', '091523.537500', '091523.997500', '091524.457500', '091524.917500', '091525.377500', '091525.837500', '091526.297500', '091526.757500', '091527.217500', '091527.677500', '091528.137500', '091528.597500', '091529.057500', '091529.517500', '091529.977500', '091530.437500', '091530.897500', '091531.357500', '091531.817500', '091532.277500', '091532.737500', '091533.197500', '091533.657500', '091534.117500', '091534.577500', '091535.037500', '091535.497500', '091535.957500', '091536.417500', '091536.877500', '091537.337500', '091537.797500', '091538.257500', '091538.717500', '091539.177500', '091539.637500', '091540.097500', '091540.557500', '091541.017500', '091541.477500', '091541.937500', '091542.397500', '091542.857500', '091543.317500', '091543.777500', '091544.237500', '091544.697500', '091545.157500', '091545.617500', '091546.077500', '091546.537500', '091546.997500', '091547.457500', '091547.917500', '091548.377500', '091548.837500', '091549.297500', '091549.757500', '091550.217500', '091550.677500', '091551.137500', '091551.597500', '091552.057500', '091552.517500', '091552.977500', '091553.437500', '091553.897500', '091554.357500', '091554.817500', '091555.277500', '091555.737500', '091556.197500', '091556.657500', '091557.117500', '091557.577500', '091558.037500', '091558.497500', '091558.957500', '091559.417500', '091559.877500', '091600.337500', '091600.797500', '091601.257500', '091601.717500', '091602.177500', '091602.637500', '091603.097500', '091603.557500', '091604.017500', '091604.477500', '091604.937500', '091605.397500', '091605.857500', '091606.317500', '091606.777500', '091607.237500', '091607.697500', '091608.157500', '091608.617500', '091609.077500', '091609.537500', '091609.997500', '091610.457500', '091610.917500', '091611.377500', '091611.837500', '091612.297500', '091612.757500', '091613.217500', '091613.677500', '091614.137500', '091614.597500', '091615.057500', '091615.517500', '091615.977500', '091616.437500', '091616.897500', '091617.357500', '091617.817500', '091618.277500', '091618.737500', '091619.197500', '091619.657500', '091620.117500', '091620.577500', '091621.037500', '091621.497500', '091621.957500', '091622.417500', '091622.877500', '091623.337500', '091623.797500', '091624.257500', '091624.717500', '091625.177500', '091625.637500', '091626.097500', '091626.557500', '091627.017500', '091627.477500', '091627.937500', '091628.397500', '091628.857500', '091629.317500', '091629.777500', '091630.237500', '091630.697500', '091631.157500', '091631.617500', '091632.077500', '091632.537500', '091632.997500', '091633.457500', '091633.917500', '091634.377500', '091634.837500', '091635.297500', '091635.757500', '091636.217500', '091636.677500', '091637.137500', '091637.597500', '091638.057500', '091638.517500', '091638.977500', '091639.437500', '091639.897500', '091640.357500', '091640.817500', '091641.277500', '091641.737500', '091642.197500', '091642.657500', '091643.117500', '091643.577500', '091644.037500', '091644.497500', '091644.957500', '091645.417500', '091645.877500', '091646.337500', '091646.797500', '091647.257500', '091647.717500', '091648.177500', '091648.637500', '091649.097500', '091649.557500', '091650.017500', '091650.477500', '091650.937500', '091651.397500', '091651.857500', '091652.317500', '091652.777500', '091653.237500', '091653.697500', '091654.157500', '091654.617500', '091655.077500', '091655.537500', '091655.997500', '091656.457500', '091656.917500', '091657.377500', '091657.837500', '091658.297500', '091658.757500', '091659.217500', '091659.677500', '091700.137500', '091700.597500', '091701.057500', '091701.517500', '091701.977500', '091702.437500', '091702.897500', '091703.357500', '091703.817500', '091704.277500', '091704.737500', '091705.197500', '091705.657500', '091706.117500', '091706.577500', '091707.037500', '091707.497500', '091707.957500', '091708.417500', '091708.877500', '091709.337500', '091709.797500', '091710.257500', '091710.717500', '091711.177500', '091711.637500', '091712.097500', '091712.557500', '091713.017500', '091713.477500', '091713.937500', '091714.397500', '091714.857500', '091715.317500', '091715.777500', '091716.237500', '091716.697500', '091717.157500', '091717.617500', '091718.077500', '091718.537500', '091718.997500', '091719.457500', '091719.917500', '091720.377500', '091720.837500', '091721.297500', '091721.757500', '091722.217500', '091722.677500', '091723.137500', '091723.597500', '091724.057500', '091724.517500', '091724.977500', '091725.437500', '091725.897500', '091726.357500', '091726.817500', '091727.277500', '091727.737500', '091728.197500', '091728.657500', '091729.117500', '091729.577500', '091730.037500', '091730.497500', '091730.957500', '091731.417500', '091731.877500', '091732.337500', '091732.797500', '091733.257500', '091733.717500', '091734.177500', '091734.637500', '091735.097500', '091735.557500', '091736.017500', '091736.477500', '091736.937500', '091737.397500', '091737.857500', '091738.317500', '091738.777500', '091739.237500', '091739.697500', '091740.157500', '091740.617500', '091741.077500', '091741.537500', '091741.997500', '091742.457500', '091742.917500', '091743.377500', '091743.837500', '091744.297500', '091744.757500', '091745.217500', '091745.677500', '091746.137500', '091746.597500', '091747.057500', '091747.517500', '091747.977500', '091748.437500', '091748.897500', '091749.357500', '091749.817500', '091750.277500', '091750.737500', '091751.197500', '091751.657500', '091752.117500', '091752.577500', '091753.037500', '091753.497500', '091753.957500', '091754.417500', '091754.877500', '091755.337500', '091755.797500', '091756.257500', '091756.717500', '091757.177500', '091757.637500', '091758.097500', '091758.557500', '091759.017500', '091759.477500', '091759.937500', '091800.397500', '091800.857500', '091801.317500', '091801.777500', '091802.237500', '091802.697500', '091803.157500', '091803.617500', '091804.077500', '091804.537500', '091804.997500', '091805.457500', '091805.917500', '091806.377500', '091806.837500', '091807.297500', '091807.757500', '091808.217500', '091808.677500', '091809.137500', '091809.597500', '091810.057500', '091810.517500', '091810.977500', '091811.437500', '091811.897500', '091812.357500', '091812.817500', '091813.277500', '091813.737500', '091814.197500', '091814.657500', '091815.117500', '091815.577500', '091816.037500', '091816.497500', '091816.957500', '091817.417500', '091817.877500', '091818.337500', '091818.797500', '091819.257500', '091819.717500', '091820.177500', '091820.637500', '091821.097500', '091821.557500', '091822.017500', '091822.477500', '091822.937500', '091823.397500', '091823.857500', '091824.317500', '091824.777500', '091825.237500', '091825.697500', '091826.157500', '091826.617500', '091827.077500', '091827.537500', '091827.997500', '091828.457500', '091828.917500', '091829.377500', '091829.837500', '091830.297500', '091830.757500', '091831.217500', '091831.677500', '091832.137500', '091832.597500', '091833.057500', '091833.517500', '091833.977500', '091834.437500', '091834.897500', '091835.357500', '091835.817500', '091836.277500', '091836.737500', '091837.197500', '091837.657500', '091838.117500', '091838.577500', '091839.037500', '091839.497500', '091839.957500', '091840.417500', '091840.877500', '091841.337500', '091841.797500', '091842.257500', '091842.717500', '091843.177500', '091843.637500', '091844.097500', '091844.557500', '091845.017500', '091845.477500', '091845.937500', '091846.397500', '091846.857500', '091847.317500', '091847.777500', '091848.237500'], 'ContentTime': ['091230.732000', '091230.735000', '091230.741000', '091230.743000', '091230.746000', '091230.749000', '091230.751000', '091230.754000', '091230.757000', '091230.760000', '091230.762000', '091230.765000', '091230.767000', '091230.770000', '091230.773000', '091230.775000', '091230.778000', '091230.780000', '091230.783000', '091230.786000', '091230.788000', '091230.791000', '091230.793000', '091230.796000', '091230.799000', '091230.801000', '091230.804000', '091230.807000', '091230.809000', '091230.812000', '091230.815000', '091230.817000', '091230.820000', '091230.823000', '091230.825000', '091230.828000', '091230.830000', '091230.833000', '091230.836000', '091230.838000', '091230.841000', '091230.844000', '091230.846000', '091230.849000', '091230.851000', '091230.854000', '091230.856000', '091230.865000', '091250.696000', '091250.700000', '091250.702000', '091250.705000', '091250.707000', '091250.710000', '091250.713000', '091250.715000', '091250.718000', '091250.721000', '091250.723000', '091250.726000', '091250.728000', '091250.731000', '091250.734000', '091250.736000', '091250.739000', '091250.741000', '091250.744000', '091250.747000', '091250.749000', '091250.752000', '091250.755000', '091250.757000', '091250.760000', '091250.763000', '091250.765000', '091250.768000', '091250.770000', '091250.773000', '091250.775000', '091250.778000', '091250.781000', '091250.783000', '091250.786000', '091250.789000', '091250.791000', '091250.794000', '091250.797000', '091250.799000', '091250.802000', '091250.805000', '091250.807000', '091310.696000', '091310.699000', '091310.702000', '091310.704000', '091310.707000', '091310.710000', '091310.712000', '091310.715000', '091310.718000', '091310.720000', '091310.723000', '091310.725000', '091310.728000', '091310.731000', '091310.733000', '091310.736000', '091310.739000', '091310.742000', '091310.745000', '091310.748000', '091310.768000', '091310.771000', '091310.774000', '091310.776000', '091310.779000', '091310.781000', '091310.784000', '091310.787000', '091310.789000', '091310.792000', '091310.795000', '091310.797000', '091310.800000', '091310.802000', '091310.805000', '091310.808000', '091310.810000', '091310.813000', '091310.816000', '091310.819000', '091310.821000', '091310.824000', '091310.827000', '091330.697000', '091330.700000', '091330.702000', '091330.705000', '091330.707000', '091330.710000', '091330.725000', '091330.727000', '091330.730000', '091330.733000', '091330.735000', '091330.738000', '091330.741000', '091330.743000', '091330.746000', '091330.749000', '091330.751000', '091330.754000', '091330.757000', '091330.759000', '091330.762000', '091330.765000', '091330.767000', '091330.770000', '091330.772000', '091330.775000', '091330.778000', '091330.780000', '091330.783000', '091330.786000', '091330.788000', '091330.791000', '091330.793000', '091330.796000', '091330.799000', '091330.801000', '091330.804000', '091330.821000', '091330.824000', '091330.827000', '091330.829000', '091330.832000', '091330.835000', '091330.837000', '091350.697000', '091350.700000', '091350.703000', '091350.706000', '091350.709000', '091350.712000', '091350.716000', '091350.719000', '091350.722000', '091350.724000', '091350.727000', '091350.730000', '091350.732000', '091350.735000', '091350.738000', '091350.740000', '091350.743000', '091350.746000', '091350.748000', '091350.751000', '091350.754000', '091350.756000', '091350.759000', '091350.761000', '091350.764000', '091350.767000', '091350.769000', '091350.772000', '091350.774000', '091350.782000', '091350.784000', '091350.787000', '091350.790000', '091350.792000', '091350.795000', '091350.797000', '091350.800000', '091350.803000', '091350.805000', '091350.808000', '091350.810000', '091350.813000', '091350.839000', '091410.696000', '091410.699000', '091410.702000', '091410.705000', '091410.715000', '091410.718000', '091410.721000', '091410.723000', '091410.726000', '091410.729000', '091410.731000', '091410.734000', '091410.736000', '091410.739000', '091410.742000', '091410.744000', '091410.747000', '091410.750000', '091410.752000', '091410.755000', '091410.758000', '091410.760000', '091410.763000', '091410.765000', '091410.768000', '091410.771000', '091410.773000', '091410.776000', '091410.779000', '091410.781000', '091410.784000', '091410.787000', '091410.789000', '091410.792000', '091410.795000', '091410.797000', '091410.800000', '091410.803000', '091410.805000', '091410.808000', '091410.811000', '091410.813000', '091410.893000', '091410.895000', '091430.697000', '091430.699000', '091430.702000', '091430.705000', '091430.708000', '091430.710000', '091430.713000', '091430.715000', '091430.718000', '091430.721000', '091430.724000', '091430.726000', '091430.729000', '091430.732000', '091430.734000', '091430.737000', '091430.740000', '091430.742000', '091430.745000', '091430.748000', '091430.750000', '091430.753000', '091430.755000', '091430.758000', '091430.761000', '091430.763000', '091430.766000', '091430.769000', '091430.771000', '091430.774000', '091430.776000', '091430.779000', '091430.782000', '091430.784000', '091430.787000', '091430.790000', '091430.792000', '091430.795000', '091430.798000', '091430.800000', '091430.803000', '091430.805000', '091430.808000', '091450.696000', '091450.699000', '091450.702000', '091450.705000', '091450.708000', '091450.710000', '091450.713000', '091450.715000', '091450.718000', '091450.721000', '091450.723000', '091450.726000', '091450.728000', '091450.731000', '091450.734000', '091450.736000', '091450.739000', '091450.742000', '091450.744000', '091450.747000', '091450.750000', '091450.752000', '091450.755000', '091450.758000', '091450.760000', '091450.763000', '091450.765000', '091450.768000', '091450.771000', '091450.773000', '091450.776000', '091450.779000', '091450.781000', '091450.784000', '091450.786000', '091450.789000', '091450.792000', '091450.794000', '091450.797000', '091450.800000', '091450.802000', '091450.805000', '091450.808000', '091450.810000', '091510.697000', '091510.706000', '091510.709000', '091510.712000', '091510.714000', '091510.717000', '091510.720000', '091510.722000', '091510.725000', '091510.728000', '091510.730000', '091510.734000', '091510.736000', '091510.739000', '091510.741000', '091510.744000', '091510.747000', '091510.750000', '091510.752000', '091510.755000', '091510.758000', '091510.760000', '091510.763000', '091510.766000', '091510.768000', '091510.771000', '091510.773000', '091510.776000', '091510.779000', '091510.781000', '091510.784000', '091510.787000', '091510.789000', '091510.792000', '091510.795000', '091510.797000', '091510.800000', '091510.803000', '091510.805000', '091510.808000', '091510.811000', '091510.813000', '091510.840000', '091530.697000', '091530.700000', '091530.702000', '091530.705000', '091530.708000', '091530.710000', '091530.713000', '091530.716000', '091530.718000', '091530.721000', '091530.723000', '091530.726000', '091530.729000', '091530.731000', '091530.734000', '091530.737000', '091530.739000', '091530.742000', '091530.745000', '091530.747000', '091530.750000', '091530.753000', '091530.755000', '091530.758000', '091530.761000', '091530.763000', '091530.766000', '091530.769000', '091530.771000', '091530.774000', '091530.776000', '091530.779000', '091530.782000', '091530.784000', '091530.787000', '091530.790000', '091530.792000', '091530.795000', '091530.797000', '091530.800000', '091530.803000', '091530.805000', '091530.808000', '091530.810000', '091550.697000', '091550.699000', '091550.702000', '091550.705000', '091550.707000', '091550.710000', '091550.713000', '091550.715000', '091550.718000', '091550.721000', '091550.723000', '091550.726000', '091550.729000', '091550.731000', '091550.734000', '091550.737000', '091550.739000', '091550.742000', '091550.745000', '091550.747000', '091550.750000', '091550.753000', '091550.755000', '091550.758000', '091550.761000', '091550.764000', '091550.767000', '091550.772000', '091550.774000', '091550.777000', '091550.780000', '091550.782000', '091550.785000', '091550.788000', '091550.796000', '091550.798000', '091550.801000', '091550.803000', '091550.806000', '091550.809000', '091550.811000', '091550.814000', '091550.852000', '091610.698000', '091610.701000', '091610.704000', '091610.706000', '091610.709000', '091610.712000', '091610.714000', '091610.717000', '091610.720000', '091610.723000', '091610.725000', '091610.728000', '091610.731000', '091610.733000', '091610.736000', '091610.739000', '091610.741000', '091610.744000', '091610.747000', '091610.749000', '091610.752000', '091610.754000', '091610.757000', '091610.760000', '091610.762000', '091610.765000', '091610.768000', '091610.770000', '091610.773000', '091610.776000', '091610.778000', '091610.781000', '091610.783000', '091610.786000', '091610.789000', '091610.791000', '091610.794000', '091610.797000', '091610.799000', '091610.802000', '091610.805000', '091610.807000', '091610.810000', '091610.813000', '091630.697000', '091630.699000', '091630.702000', '091630.705000', '091630.708000', '091630.710000', '091630.713000', '091630.716000', '091630.718000', '091630.721000', '091630.723000', '091630.726000', '091630.748000', '091630.751000', '091630.754000', '091630.757000', '091630.759000', '091630.762000', '091630.765000', '091630.767000', '091630.770000', '091630.773000', '091630.776000', '091630.779000', '091630.781000', '091630.784000', '091630.787000', '091630.790000', '091630.792000', '091630.795000', '091630.798000', '091630.800000', '091630.803000', '091630.805000', '091630.808000', '091630.811000', '091630.813000', '091630.895000', '091630.897000', '091630.900000', '091630.902000', '091630.905000', '091630.908000', '091650.696000', '091650.699000', '091650.702000', '091650.705000', '091650.708000', '091650.711000', '091650.713000', '091650.716000', '091650.719000', '091650.721000', '091650.724000', '091650.726000', '091650.729000', '091650.732000', '091650.734000', '091650.737000', '091650.740000', '091650.743000', '091650.746000', '091650.748000', '091650.751000', '091650.754000', '091650.756000', '091650.759000', '091650.762000', '091650.764000', '091650.767000', '091650.770000', '091650.772000', '091650.775000', '091650.778000', '091650.780000', '091650.783000', '091650.786000', '091650.788000', '091650.791000', '091650.794000', '091650.796000', '091650.799000', '091650.802000', '091650.804000', '091650.807000', '091650.810000', '091650.812000', '091710.697000', '091710.699000', '091710.702000', '091710.705000', '091710.707000', '091710.710000', '091710.713000', '091710.715000', '091710.718000', '091710.721000', '091710.724000', '091710.726000', '091710.729000', '091710.731000', '091710.734000', '091710.737000', '091710.739000', '091710.742000', '091710.745000', '091710.747000', '091710.750000', '091710.753000', '091710.755000', '091710.758000', '091710.761000', '091710.763000', '091710.766000', '091710.769000', '091710.771000', '091710.774000', '091710.777000', '091710.779000', '091710.782000', '091710.784000', '091710.787000', '091710.790000', '091710.792000', '091710.795000', '091710.798000', '091710.800000', '091710.803000', '091710.806000', '091710.808000', '091730.697000', '091730.699000', '091730.702000', '091730.706000', '091730.708000', '091730.711000', '091730.713000', '091730.716000', '091730.719000', '091730.721000', '091730.724000', '091730.727000', '091730.729000', '091730.732000', '091730.735000', '091730.737000', '091730.740000', '091730.743000', '091730.745000', '091730.748000', '091730.751000', '091730.753000', '091730.756000', '091730.758000', '091730.761000', '091730.764000', '091730.766000', '091730.769000', '091730.772000', '091730.774000', '091730.777000', '091730.780000', '091730.782000', '091730.785000', '091730.787000', '091730.790000', '091730.793000', '091730.795000', '091730.798000', '091730.801000', '091730.804000', '091730.806000', '091730.809000', '091730.812000', '091750.696000', '091750.699000', '091750.702000', '091750.705000', '091750.707000', '091750.710000', '091750.713000', '091750.715000', '091750.718000', '091750.721000', '091750.723000', '091750.726000', '091750.728000', '091750.731000', '091750.734000', '091750.736000', '091750.739000', '091750.742000', '091750.744000', '091750.747000', '091750.749000', '091750.752000', '091750.755000', '091750.757000', '091750.760000', '091750.763000', '091750.765000', '091750.768000', '091750.771000', '091750.773000', '091750.776000', '091750.779000', '091750.781000', '091750.784000', '091750.787000', '091750.789000', '091750.792000', '091750.804000', '091750.806000', '091750.809000', '091750.814000', '091750.842000', '091750.844000', '091810.697000', '091810.700000', '091810.703000', '091810.705000', '091810.708000', '091810.710000', '091810.713000', '091810.716000', '091810.719000', '091810.721000', '091810.724000', '091810.727000', '091810.730000', '091810.732000', '091810.735000', '091810.737000', '091810.740000', '091810.743000', '091810.745000', '091810.748000', '091810.752000', '091810.755000', '091810.758000', '091810.760000', '091810.763000', '091810.766000', '091810.768000', '091810.771000', '091810.774000', '091810.776000', '091810.779000', '091810.781000', '091810.784000', '091810.787000', '091810.789000', '091810.792000', '091810.795000', '091810.797000', '091810.800000', '091810.803000', '091810.805000', '091810.808000', '091810.810000', '091810.813000', '091830.698000', '091830.700000', '091830.703000', '091830.706000', '091830.708000', '091830.711000', '091830.714000', '091830.716000', '091830.719000', '091830.722000', '091830.724000', '091830.727000', '091830.730000', '091830.732000', '091830.735000', '091830.737000', '091830.740000', '091830.743000', '091830.745000', '091830.748000', '091830.751000', '091830.753000', '091830.756000', '091830.759000', '091830.761000', '091830.764000', '091830.767000', '091830.769000', '091830.772000', '091830.774000', '091830.777000', '091830.780000', '091830.782000', '091830.785000', '091830.788000', '091830.790000', '091830.793000', '091830.795000', '091830.798000', '091830.801000', '091830.803000', '091830.806000', '091830.809000', '091849.663000', '091849.666000', '091849.668000', '091849.671000', '091849.674000', '091849.676000', '091849.679000', '091849.682000', '091849.684000', '091849.687000', '091849.690000', '091849.693000', '091849.695000', '091849.698000', '091849.701000', '091849.703000', '091849.706000', '091849.710000', '091849.714000', '091849.717000', '091849.720000', '091849.723000', '091849.726000', '091849.729000', '091849.731000', '091849.734000', '091849.737000', '091849.740000', '091849.750000', '091849.753000', '091849.756000', '091849.759000', '091849.762000', '091849.765000', '091849.770000', '091849.773000', '091849.776000', '091849.779000', '091849.781000', '091849.784000', '091849.789000', '091849.792000'], 'InstanceCreationTime': ['091230.732000', '091230.735000', '091230.741000', '091230.743000', '091230.746000', '091230.749000', '091230.751000', '091230.754000', '091230.757000', '091230.760000', '091230.762000', '091230.765000', '091230.767000', '091230.770000', '091230.773000', '091230.775000', '091230.778000', '091230.780000', '091230.783000', '091230.786000', '091230.788000', '091230.791000', '091230.793000', '091230.796000', '091230.799000', '091230.801000', '091230.804000', '091230.807000', '091230.809000', '091230.812000', '091230.815000', '091230.817000', '091230.820000', '091230.823000', '091230.825000', '091230.828000', '091230.830000', '091230.833000', '091230.836000', '091230.838000', '091230.841000', '091230.844000', '091230.846000', '091230.849000', '091230.851000', '091230.854000', '091230.856000', '091230.865000', '091250.696000', '091250.700000', '091250.702000', '091250.705000', '091250.707000', '091250.710000', '091250.713000', '091250.715000', '091250.718000', '091250.721000', '091250.723000', '091250.726000', '091250.728000', '091250.731000', '091250.734000', '091250.736000', '091250.739000', '091250.741000', '091250.744000', '091250.747000', '091250.749000', '091250.752000', '091250.755000', '091250.757000', '091250.760000', '091250.763000', '091250.765000', '091250.768000', '091250.770000', '091250.773000', '091250.775000', '091250.778000', '091250.781000', '091250.783000', '091250.786000', '091250.789000', '091250.791000', '091250.794000', '091250.797000', '091250.799000', '091250.802000', '091250.805000', '091250.807000', '091310.696000', '091310.699000', '091310.702000', '091310.704000', '091310.707000', '091310.710000', '091310.712000', '091310.715000', '091310.718000', '091310.720000', '091310.723000', '091310.725000', '091310.728000', '091310.731000', '091310.733000', '091310.736000', '091310.739000', '091310.742000', '091310.745000', '091310.748000', '091310.768000', '091310.771000', '091310.774000', '091310.776000', '091310.779000', '091310.781000', '091310.784000', '091310.787000', '091310.789000', '091310.792000', '091310.795000', '091310.797000', '091310.800000', '091310.802000', '091310.805000', '091310.808000', '091310.810000', '091310.813000', '091310.816000', '091310.819000', '091310.821000', '091310.824000', '091310.827000', '091330.697000', '091330.700000', '091330.702000', '091330.705000', '091330.707000', '091330.710000', '091330.725000', '091330.727000', '091330.730000', '091330.733000', '091330.735000', '091330.738000', '091330.741000', '091330.743000', '091330.746000', '091330.749000', '091330.751000', '091330.754000', '091330.757000', '091330.759000', '091330.762000', '091330.765000', '091330.767000', '091330.770000', '091330.772000', '091330.775000', '091330.778000', '091330.780000', '091330.783000', '091330.786000', '091330.788000', '091330.791000', '091330.793000', '091330.796000', '091330.799000', '091330.801000', '091330.804000', '091330.821000', '091330.824000', '091330.827000', '091330.829000', '091330.832000', '091330.835000', '091330.837000', '091350.697000', '091350.700000', '091350.703000', '091350.706000', '091350.709000', '091350.712000', '091350.716000', '091350.719000', '091350.722000', '091350.724000', '091350.727000', '091350.730000', '091350.732000', '091350.735000', '091350.738000', '091350.740000', '091350.743000', '091350.746000', '091350.748000', '091350.751000', '091350.754000', '091350.756000', '091350.759000', '091350.761000', '091350.764000', '091350.767000', '091350.769000', '091350.772000', '091350.774000', '091350.782000', '091350.784000', '091350.787000', '091350.790000', '091350.792000', '091350.795000', '091350.797000', '091350.800000', '091350.803000', '091350.805000', '091350.808000', '091350.810000', '091350.813000', '091350.839000', '091410.696000', '091410.699000', '091410.702000', '091410.705000', '091410.715000', '091410.718000', '091410.721000', '091410.723000', '091410.726000', '091410.729000', '091410.731000', '091410.734000', '091410.736000', '091410.739000', '091410.742000', '091410.744000', '091410.747000', '091410.750000', '091410.752000', '091410.755000', '091410.758000', '091410.760000', '091410.763000', '091410.765000', '091410.768000', '091410.771000', '091410.773000', '091410.776000', '091410.779000', '091410.781000', '091410.784000', '091410.787000', '091410.789000', '091410.792000', '091410.795000', '091410.797000', '091410.800000', '091410.803000', '091410.805000', '091410.808000', '091410.811000', '091410.813000', '091410.893000', '091410.895000', '091430.697000', '091430.699000', '091430.702000', '091430.705000', '091430.708000', '091430.710000', '091430.713000', '091430.715000', '091430.718000', '091430.721000', '091430.724000', '091430.726000', '091430.729000', '091430.732000', '091430.734000', '091430.737000', '091430.740000', '091430.742000', '091430.745000', '091430.748000', '091430.750000', '091430.753000', '091430.755000', '091430.758000', '091430.761000', '091430.763000', '091430.766000', '091430.769000', '091430.771000', '091430.774000', '091430.776000', '091430.779000', '091430.782000', '091430.784000', '091430.787000', '091430.790000', '091430.792000', '091430.795000', '091430.798000', '091430.800000', '091430.803000', '091430.805000', '091430.808000', '091450.696000', '091450.699000', '091450.702000', '091450.705000', '091450.708000', '091450.710000', '091450.713000', '091450.715000', '091450.718000', '091450.721000', '091450.723000', '091450.726000', '091450.728000', '091450.731000', '091450.734000', '091450.736000', '091450.739000', '091450.742000', '091450.744000', '091450.747000', '091450.750000', '091450.752000', '091450.755000', '091450.758000', '091450.760000', '091450.763000', '091450.765000', '091450.768000', '091450.771000', '091450.773000', '091450.776000', '091450.779000', '091450.781000', '091450.784000', '091450.786000', '091450.789000', '091450.792000', '091450.794000', '091450.797000', '091450.800000', '091450.802000', '091450.805000', '091450.808000', '091450.810000', '091510.697000', '091510.706000', '091510.709000', '091510.712000', '091510.714000', '091510.717000', '091510.720000', '091510.722000', '091510.725000', '091510.728000', '091510.730000', '091510.734000', '091510.736000', '091510.739000', '091510.741000', '091510.744000', '091510.747000', '091510.750000', '091510.752000', '091510.755000', '091510.758000', '091510.760000', '091510.763000', '091510.766000', '091510.768000', '091510.771000', '091510.773000', '091510.776000', '091510.779000', '091510.781000', '091510.784000', '091510.787000', '091510.789000', '091510.792000', '091510.795000', '091510.797000', '091510.800000', '091510.803000', '091510.805000', '091510.808000', '091510.811000', '091510.813000', '091510.840000', '091530.697000', '091530.700000', '091530.702000', '091530.705000', '091530.708000', '091530.710000', '091530.713000', '091530.716000', '091530.718000', '091530.721000', '091530.723000', '091530.726000', '091530.729000', '091530.731000', '091530.734000', '091530.737000', '091530.739000', '091530.742000', '091530.745000', '091530.747000', '091530.750000', '091530.753000', '091530.755000', '091530.758000', '091530.761000', '091530.763000', '091530.766000', '091530.769000', '091530.771000', '091530.774000', '091530.776000', '091530.779000', '091530.782000', '091530.784000', '091530.787000', '091530.790000', '091530.792000', '091530.795000', '091530.797000', '091530.800000', '091530.803000', '091530.805000', '091530.808000', '091530.810000', '091550.697000', '091550.699000', '091550.702000', '091550.705000', '091550.707000', '091550.710000', '091550.713000', '091550.715000', '091550.718000', '091550.721000', '091550.723000', '091550.726000', '091550.729000', '091550.731000', '091550.734000', '091550.737000', '091550.739000', '091550.742000', '091550.745000', '091550.747000', '091550.750000', '091550.753000', '091550.755000', '091550.758000', '091550.761000', '091550.764000', '091550.767000', '091550.772000', '091550.774000', '091550.777000', '091550.780000', '091550.782000', '091550.785000', '091550.788000', '091550.796000', '091550.798000', '091550.801000', '091550.803000', '091550.806000', '091550.809000', '091550.811000', '091550.814000', '091550.852000', '091610.698000', '091610.701000', '091610.704000', '091610.706000', '091610.709000', '091610.712000', '091610.714000', '091610.717000', '091610.720000', '091610.723000', '091610.725000', '091610.728000', '091610.731000', '091610.733000', '091610.736000', '091610.739000', '091610.741000', '091610.744000', '091610.747000', '091610.749000', '091610.752000', '091610.754000', '091610.757000', '091610.760000', '091610.762000', '091610.765000', '091610.768000', '091610.770000', '091610.773000', '091610.776000', '091610.778000', '091610.781000', '091610.783000', '091610.786000', '091610.789000', '091610.791000', '091610.794000', '091610.797000', '091610.799000', '091610.802000', '091610.805000', '091610.807000', '091610.810000', '091610.813000', '091630.697000', '091630.699000', '091630.702000', '091630.705000', '091630.708000', '091630.710000', '091630.713000', '091630.716000', '091630.718000', '091630.721000', '091630.723000', '091630.726000', '091630.748000', '091630.751000', '091630.754000', '091630.757000', '091630.759000', '091630.762000', '091630.765000', '091630.767000', '091630.770000', '091630.773000', '091630.776000', '091630.779000', '091630.781000', '091630.784000', '091630.787000', '091630.790000', '091630.792000', '091630.795000', '091630.798000', '091630.800000', '091630.803000', '091630.805000', '091630.808000', '091630.811000', '091630.813000', '091630.895000', '091630.897000', '091630.900000', '091630.902000', '091630.905000', '091630.908000', '091650.696000', '091650.699000', '091650.702000', '091650.705000', '091650.708000', '091650.711000', '091650.713000', '091650.716000', '091650.719000', '091650.721000', '091650.724000', '091650.726000', '091650.729000', '091650.732000', '091650.734000', '091650.737000', '091650.740000', '091650.743000', '091650.746000', '091650.748000', '091650.751000', '091650.754000', '091650.756000', '091650.759000', '091650.762000', '091650.764000', '091650.767000', '091650.770000', '091650.772000', '091650.775000', '091650.778000', '091650.780000', '091650.783000', '091650.786000', '091650.788000', '091650.791000', '091650.794000', '091650.796000', '091650.799000', '091650.802000', '091650.804000', '091650.807000', '091650.810000', '091650.812000', '091710.697000', '091710.699000', '091710.702000', '091710.705000', '091710.707000', '091710.710000', '091710.713000', '091710.715000', '091710.718000', '091710.721000', '091710.724000', '091710.726000', '091710.729000', '091710.731000', '091710.734000', '091710.737000', '091710.739000', '091710.742000', '091710.745000', '091710.747000', '091710.750000', '091710.753000', '091710.755000', '091710.758000', '091710.761000', '091710.763000', '091710.766000', '091710.769000', '091710.771000', '091710.774000', '091710.777000', '091710.779000', '091710.782000', '091710.784000', '091710.787000', '091710.790000', '091710.792000', '091710.795000', '091710.798000', '091710.800000', '091710.803000', '091710.806000', '091710.808000', '091730.697000', '091730.699000', '091730.702000', '091730.706000', '091730.708000', '091730.711000', '091730.713000', '091730.716000', '091730.719000', '091730.721000', '091730.724000', '091730.727000', '091730.729000', '091730.732000', '091730.735000', '091730.737000', '091730.740000', '091730.743000', '091730.745000', '091730.748000', '091730.751000', '091730.753000', '091730.756000', '091730.758000', '091730.761000', '091730.764000', '091730.766000', '091730.769000', '091730.772000', '091730.774000', '091730.777000', '091730.780000', '091730.782000', '091730.785000', '091730.787000', '091730.790000', '091730.793000', '091730.795000', '091730.798000', '091730.801000', '091730.804000', '091730.806000', '091730.809000', '091730.812000', '091750.696000', '091750.699000', '091750.702000', '091750.705000', '091750.707000', '091750.710000', '091750.713000', '091750.715000', '091750.718000', '091750.721000', '091750.723000', '091750.726000', '091750.728000', '091750.731000', '091750.734000', '091750.736000', '091750.739000', '091750.742000', '091750.744000', '091750.747000', '091750.749000', '091750.752000', '091750.755000', '091750.757000', '091750.760000', '091750.763000', '091750.765000', '091750.768000', '091750.771000', '091750.773000', '091750.776000', '091750.779000', '091750.781000', '091750.784000', '091750.787000', '091750.789000', '091750.792000', '091750.804000', '091750.806000', '091750.809000', '091750.814000', '091750.842000', '091750.844000', '091810.697000', '091810.700000', '091810.703000', '091810.705000', '091810.708000', '091810.710000', '091810.713000', '091810.716000', '091810.719000', '091810.721000', '091810.724000', '091810.727000', '091810.730000', '091810.732000', '091810.735000', '091810.737000', '091810.740000', '091810.743000', '091810.745000', '091810.748000', '091810.752000', '091810.755000', '091810.758000', '091810.760000', '091810.763000', '091810.766000', '091810.768000', '091810.771000', '091810.774000', '091810.776000', '091810.779000', '091810.781000', '091810.784000', '091810.787000', '091810.789000', '091810.792000', '091810.795000', '091810.797000', '091810.800000', '091810.803000', '091810.805000', '091810.808000', '091810.810000', '091810.813000', '091830.698000', '091830.700000', '091830.703000', '091830.706000', '091830.708000', '091830.711000', '091830.714000', '091830.716000', '091830.719000', '091830.722000', '091830.724000', '091830.727000', '091830.730000', '091830.732000', '091830.735000', '091830.737000', '091830.740000', '091830.743000', '091830.745000', '091830.748000', '091830.751000', '091830.753000', '091830.756000', '091830.759000', '091830.761000', '091830.764000', '091830.767000', '091830.769000', '091830.772000', '091830.774000', '091830.777000', '091830.780000', '091830.782000', '091830.785000', '091830.788000', '091830.790000', '091830.793000', '091830.795000', '091830.798000', '091830.801000', '091830.803000', '091830.806000', '091830.809000', '091849.663000', '091849.666000', '091849.668000', '091849.671000', '091849.674000', '091849.676000', '091849.679000', '091849.682000', '091849.684000', '091849.687000', '091849.690000', '091849.693000', '091849.695000', '091849.698000', '091849.701000', '091849.703000', '091849.706000', '091849.710000', '091849.714000', '091849.717000', '091849.720000', '091849.723000', '091849.726000', '091849.729000', '091849.731000', '091849.734000', '091849.737000', '091849.740000', '091849.750000', '091849.753000', '091849.756000', '091849.759000', '091849.762000', '091849.765000', '091849.770000', '091849.773000', '091849.776000', '091849.779000', '091849.781000', '091849.784000', '091849.789000', '091849.792000'], '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': [7599, 11378, 7517, 14432, 7901, 7398, 9912, 7877, 10368, 7233, 13143, 8319, 12463, 8785, 7444, 8924, 7431, 10883, 7300, 12067, 8344, 13821, 8345, 8487, 9128, 7514, 11241, 7399, 12086, 7356, 11413, 7372, 11163, 8362, 13165, 9260, 8370, 8892, 7301, 9615, 7538, 10775, 7693, 11690, 8102, 13909, 8197, 7500, 8597, 7371, 9118, 7316, 10807, 7267, 11175, 7576, 12337, 7655, 10758, 7567, 11014, 7794, 12494, 8458, 7447, 8951, 7376, 10137, 7757, 10741, 8659, 7258, 8780, 7342, 9976, 16510, 8726, 15312, 11306, 15696, 7492, 13206, 7502, 11084, 7722, 11757, 8842, 9088, 9567, 7079, 10607, 7495, 10951, 7558, 11335, 8121, 15563, 8105, 14476, 7996, 13458, 8436, 12351, 8568, 7602, 11192, 7375, 10720, 7910, 7220, 8966, 7527, 11326, 7994, 14984, 8318, 7351, 9590, 7859, 11747, 8266, 16493, 12248, 12868, 8887, 10960, 9034, 13309, 9182, 7629, 9765, 7430, 9577, 7562, 9695, 7360, 11432, 7994, 10118, 7786, 7315, 8700, 7475, 10515, 7492, 11438, 8390, 10865, 8269, 11941, 8388, 10857, 8713, 7293, 10984, 7323, 13612, 7814, 10452, 8499, 8563, 10764, 7514, 10955, 7332, 11340, 8168, 7874, 8962, 7129, 10725, 7574, 14353, 7948, 7270, 8889, 7463, 11203, 8025, 15625, 13102, 10810, 9988, 7313, 13141, 7654, 14945, 7706, 16622, 11271, 17321, 8313, 12532, 8252, 7141, 8585, 7205, 10029, 7074, 11148, 7311, 10822, 7617, 10344, 8022, 10895, 8607, 11052, 9152, 11029, 8395, 12213, 7948, 12962, 8554, 11979, 8803, 7275, 9081, 7602, 10242, 7313, 11547, 8224, 9767, 9318, 7589, 10792, 7329, 11613, 7567, 10712, 8608, 11296, 7311, 11526, 7350, 11354, 7549, 9939, 8367, 11770, 9733, 10662, 9361, 8028, 9019, 8285, 8789, 7237, 9778, 6996, 11128, 7661, 11140, 7457, 7727, 8569, 8125, 9083, 8460, 10894, 7789, 10419, 7311, 10971, 7493, 9718, 11395, 9425, 14599, 9286, 7268, 8609, 7721, 9258, 7545, 10819, 7646, 13344, 7595, 7409, 8205, 10243, 8552, 13532, 9176, 11606, 9115, 7272, 9770, 7938, 10921, 7847, 12216, 8835, 12083, 7423, 11906, 7162, 11115, 7267, 11110, 7586, 11084, 8409, 14261, 8274, 12167, 8205, 14317, 8248, 12738, 8945, 12249, 8913, 7361, 9102, 7358, 10086, 7368, 9843, 7924, 9835, 7669, 9955, 7511, 9778, 7376, 9689, 7480, 10368, 7529, 11239, 7532, 12785, 8252, 12199, 7957, 12809, 8385, 12225, 9155, 7370, 10259, 7289, 10335, 7301, 10454, 7751, 12712, 11287, 11734, 8766, 16762, 8670, 14214, 8326, 13032, 8044, 13686, 7758, 15759, 7352, 10978, 7517, 8488, 8084, 9372, 8677, 7317, 10296, 7377, 10714, 7495, 11988, 8347, 9558, 10204, 9206, 9528, 10405, 7505, 10225, 7287, 10177, 7410, 9973, 7248, 9192, 7447, 10137, 7299, 10479, 7290, 10842, 7568, 11310, 7973, 10883, 9249, 7243, 9992, 7810, 9743, 14471, 8798, 16293, 9896, 13692, 9181, 7243, 9242, 7245, 10543, 7276, 11192, 8399, 13367, 8200, 11637, 8906, 8269, 9021, 12766, 10245, 9704, 10587, 7325, 10725, 7251, 11328, 7401, 11041, 7454, 11509, 7520, 11486, 7250, 10583, 7730, 9158, 8482, 8139, 9881, 7395, 11421, 7264, 10071, 8391, 7264, 9747, 7665, 11860, 9800, 14825, 8659, 8097, 9360, 16898, 8880, 18214, 12701, 15568, 9572, 8780, 8897, 7542, 9530, 7518, 11564, 8130, 12589, 8201, 7304, 9085, 7344, 10887, 7345, 14276, 8305, 13267, 8570, 9137, 9021, 7851, 10559, 7170, 14983, 8612, 7813, 8795, 7474, 10368, 7340, 10951, 9073, 7387, 9642, 7663, 11141, 7334, 11813, 8755, 13886, 9646, 7976, 9816, 7895, 10332, 7740, 11163, 7449, 11894, 8061, 12200, 8514, 12554, 8453, 9778, 9069, 7599, 10505, 7307, 11704, 7292, 11380, 7600, 11226, 7641, 11606, 7293, 12905, 7958, 7386, 8716, 7637, 9579, 7704, 11347, 8294, 10584, 8831, 7181, 9900, 7717, 11137, 7647, 12266, 9637, 13838, 8709, 7295, 9335, 7332, 11126, 7659, 11043, 7367, 15452, 7923, 7683, 8493, 7318, 10523, 7549, 10030, 9400, 7784, 11280, 7354, 14394, 8677, 16003, 12072, 16308, 10052, 9040, 9230, 7659, 11584, 7984, 15699, 9666, 17813, 8345, 13255, 8026, 12663, 8416, 11835, 9211, 7282, 9175, 7631, 10580, 7315, 10619, 8422, 9227, 9658, 7214, 10910, 7359, 11438, 7443, 11675, 8912, 12992, 8857, 7231, 9302, 7262, 10407, 7310, 12883, 9023, 10166, 8769, 7327, 10045, 7721, 11190, 7437, 12014, 7838, 15431, 8263, 12121, 8487, 12842, 8926, 12178, 9413, 7429, 10090, 7483, 11039, 7589, 11279, 8273, 10350, 8819, 7110, 8780, 7281, 10654, 7330, 13191, 9957, 10263, 10379, 7268, 10438, 11272, 9383, 17573, 10927, 8949, 12612, 7258, 11822, 7891, 11268, 7723, 11202, 7526, 11272, 7592, 10962, 7408, 10701, 7355, 11051, 7347, 11441, 7833, 12935, 8372, 12394, 8000, 12315, 8202, 10882, 9100, 8721, 9685, 7532, 10694, 7394, 10870, 8093, 9078, 10435, 7338, 10899, 7508, 11369, 7227, 11643, 7542, 13354, 10145, 17203, 8717, 7350, 8637, 7472, 9925, 8045, 7572, 9901, 7589, 11194, 7598, 7179, 8902, 7269, 9636, 9381, 7193, 14110, 7739, 11369, 8758, 17835, 8608, 15081, 12576, 13640, 10686, 8399, 9954, 7637, 11654, 7713, 14859, 10179, 11731, 9402, 7271, 9787, 7377, 10557, 7536, 12486, 7872, 11674, 8273, 12158, 8421, 7566, 9403, 7356, 10701, 7481, 9964, 7661, 7310, 8900, 7317, 10349, 7188, 11219, 7634, 11126, 7760, 11345, 8004, 9109, 9910, 7408, 10842, 7554, 8108, 8266, 7456, 9969, 7612, 13757, 10347, 11234, 9754, 7526, 10702, 7424, 11278, 7287, 14607, 10539, 18244, 9672, 15088, 8678, 7495, 9422, 7479, 10434, 7466, 12603, 8420, 11526, 8752, 7616, 10585, 7693, 7202, 9722, 7634, 10990, 9296, 7412, 10897, 7428, 12145, 7322, 12491, 7770, 16575, 11048, 10789, 10235, 7591, 11298, 8407, 13920, 9902, 15521, 12469, 9453, 14058, 8084, 13306, 7913, 11811, 8961, 7601, 9703, 7388, 10431, 7734, 10174, 7554, 7547, 8870, 7200, 10830, 7522, 7354, 8215, 7550, 9787, 7350, 10932, 7667, 12784, 7906, 8861, 8937, 7432, 9911, 7530, 11847, 7513, 7432, 8159, 7193, 7566, 7465, 7480, 8310, 13013], 'WindowCenter': [4670.0, 4718.0, 4657.0, 4723.0, 4652.0, 4655.0, 4682.0, 4651.0, 4692.0, 4641.0, 4710.0, 4651.0, 4699.0, 4648.0, 4628.0, 4659.0, 4628.0, 4679.0, 4641.0, 4700.0, 4650.0, 4707.0, 4649.0, 4649.0, 4658.0, 4640.0, 4690.0, 4629.0, 4699.0, 4628.0, 4689.0, 4628.0, 4677.0, 4649.0, 4696.0, 4657.0, 4649.0, 4658.0, 4629.0, 4657.0, 4628.0, 4676.0, 4637.0, 4686.0, 4637.0, 4707.0, 4647.0, 4628.0, 4647.0, 4627.0, 4659.0, 4628.0, 4680.0, 4629.0, 4689.0, 4642.0, 4699.0, 4641.0, 4678.0, 4639.0, 4678.0, 4641.0, 4698.0, 4649.0, 4639.0, 4659.0, 4641.0, 4680.0, 4653.0, 4692.0, 4663.0, 4656.0, 4674.0, 4643.0, 4685.0, 4741.0, 4663.0, 4721.0, 4691.0, 4729.0, 4630.0, 4699.0, 4631.0, 4690.0, 4651.0, 4700.0, 4660.0, 4660.0, 4670.0, 4631.0, 4690.0, 4641.0, 4690.0, 4651.0, 4690.0, 4651.0, 4719.0, 4650.0, 4708.0, 4639.0, 4707.0, 4651.0, 4713.0, 4672.0, 4641.0, 4692.0, 4640.0, 4680.0, 4652.0, 4640.0, 4659.0, 4641.0, 4690.0, 4651.0, 4720.0, 4651.0, 4654.0, 4671.0, 4650.0, 4700.0, 4651.0, 4730.0, 4699.0, 4700.0, 4659.0, 4678.0, 4649.0, 4697.0, 4657.0, 4627.0, 4657.0, 4616.0, 4655.0, 4625.0, 4655.0, 4626.0, 4675.0, 4636.0, 4666.0, 4627.0, 4628.0, 4648.0, 4630.0, 4679.0, 4642.0, 4690.0, 4652.0, 4692.0, 4652.0, 4700.0, 4650.0, 4690.0, 4661.0, 4641.0, 4690.0, 4642.0, 4712.0, 4642.0, 4680.0, 4661.0, 4661.0, 4691.0, 4642.0, 4693.0, 4644.0, 4692.0, 4665.0, 4666.0, 4673.0, 4643.0, 4692.0, 4653.0, 4721.0, 4652.0, 4645.0, 4672.0, 4644.0, 4703.0, 4664.0, 4732.0, 4715.0, 4692.0, 4673.0, 4632.0, 4699.0, 4640.0, 4719.0, 4639.0, 4717.0, 4677.0, 4726.0, 4639.0, 4686.0, 4637.0, 4617.0, 4648.0, 4626.0, 4667.0, 4629.0, 4679.0, 4630.0, 4679.0, 4642.0, 4669.0, 4651.0, 4679.0, 4661.0, 4689.0, 4671.0, 4679.0, 4650.0, 4688.0, 4639.0, 4697.0, 4649.0, 4687.0, 4659.0, 4629.0, 4659.0, 4640.0, 4681.0, 4642.0, 4690.0, 4652.0, 4681.0, 4672.0, 4643.0, 4691.0, 4643.0, 4702.0, 4642.0, 4682.0, 4661.0, 4691.0, 4641.0, 4691.0, 4641.0, 4692.0, 4643.0, 4670.0, 4662.0, 4701.0, 4674.0, 4683.0, 4673.0, 4651.0, 4661.0, 4652.0, 4650.0, 4630.0, 4680.0, 4633.0, 4690.0, 4641.0, 4691.0, 4642.0, 4653.0, 4663.0, 4653.0, 4674.0, 4663.0, 4693.0, 4653.0, 4692.0, 4644.0, 4691.0, 4631.0, 4671.0, 4691.0, 4671.0, 4718.0, 4660.0, 4630.0, 4649.0, 4638.0, 4658.0, 4640.0, 4679.0, 4640.0, 4709.0, 4641.0, 4641.0, 4653.0, 4680.0, 4661.0, 4710.0, 4671.0, 4690.0, 4662.0, 4642.0, 4681.0, 4665.0, 4692.0, 4653.0, 4700.0, 4660.0, 4699.0, 4629.0, 4689.0, 4629.0, 4678.0, 4629.0, 4679.0, 4640.0, 4678.0, 4650.0, 4719.0, 4649.0, 4687.0, 4648.0, 4706.0, 4648.0, 4697.0, 4658.0, 4687.0, 4659.0, 4628.0, 4657.0, 4628.0, 4668.0, 4628.0, 4668.0, 4639.0, 4668.0, 4628.0, 4667.0, 4630.0, 4667.0, 4628.0, 4667.0, 4629.0, 4681.0, 4640.0, 4689.0, 4640.0, 4698.0, 4650.0, 4689.0, 4651.0, 4698.0, 4650.0, 4700.0, 4670.0, 4643.0, 4680.0, 4642.0, 4681.0, 4643.0, 4692.0, 4655.0, 4724.0, 4705.0, 4714.0, 4675.0, 4742.0, 4663.0, 4721.0, 4651.0, 4699.0, 4640.0, 4709.0, 4639.0, 4718.0, 4629.0, 4680.0, 4640.0, 4660.0, 4651.0, 4670.0, 4661.0, 4641.0, 4681.0, 4642.0, 4681.0, 4642.0, 4701.0, 4650.0, 4670.0, 4669.0, 4659.0, 4659.0, 4678.0, 4629.0, 4668.0, 4629.0, 4668.0, 4630.0, 4669.0, 4630.0, 4671.0, 4630.0, 4680.0, 4641.0, 4682.0, 4642.0, 4690.0, 4642.0, 4692.0, 4663.0, 4694.0, 4673.0, 4644.0, 4683.0, 4653.0, 4683.0, 4720.0, 4662.0, 4729.0, 4671.0, 4709.0, 4659.0, 4630.0, 4659.0, 4640.0, 4679.0, 4641.0, 4690.0, 4653.0, 4711.0, 4662.0, 4691.0, 4662.0, 4652.0, 4673.0, 4701.0, 4681.0, 4670.0, 4680.0, 4631.0, 4680.0, 4630.0, 4679.0, 4631.0, 4679.0, 4630.0, 4689.0, 4641.0, 4689.0, 4641.0, 4679.0, 4641.0, 4660.0, 4662.0, 4652.0, 4682.0, 4644.0, 4702.0, 4643.0, 4682.0, 4652.0, 4643.0, 4673.0, 4654.0, 4703.0, 4683.0, 4722.0, 4663.0, 4653.0, 4673.0, 4730.0, 4662.0, 4739.0, 4700.0, 4719.0, 4671.0, 4649.0, 4658.0, 4628.0, 4658.0, 4628.0, 4678.0, 4639.0, 4698.0, 4649.0, 4629.0, 4658.0, 4630.0, 4679.0, 4630.0, 4709.0, 4650.0, 4699.0, 4649.0, 4659.0, 4658.0, 4641.0, 4680.0, 4630.0, 4718.0, 4650.0, 4640.0, 4649.0, 4642.0, 4681.0, 4642.0, 4691.0, 4663.0, 4643.0, 4682.0, 4654.0, 4692.0, 4644.0, 4703.0, 4663.0, 4724.0, 4673.0, 4653.0, 4682.0, 4652.0, 4681.0, 4642.0, 4691.0, 4642.0, 4701.0, 4653.0, 4700.0, 4661.0, 4699.0, 4650.0, 4670.0, 4661.0, 4640.0, 4680.0, 4632.0, 4690.0, 4643.0, 4690.0, 4640.0, 4679.0, 4639.0, 4688.0, 4629.0, 4698.0, 4651.0, 4630.0, 4660.0, 4641.0, 4671.0, 4653.0, 4692.0, 4664.0, 4693.0, 4675.0, 4634.0, 4683.0, 4643.0, 4693.0, 4653.0, 4702.0, 4674.0, 4722.0, 4662.0, 4643.0, 4672.0, 4642.0, 4693.0, 4642.0, 4691.0, 4642.0, 4720.0, 4652.0, 4644.0, 4663.0, 4643.0, 4693.0, 4655.0, 4684.0, 4687.0, 4657.0, 4705.0, 4657.0, 4735.0, 4677.0, 4744.0, 4715.0, 4743.0, 4683.0, 4663.0, 4671.0, 4642.0, 4691.0, 4653.0, 4731.0, 4672.0, 4741.0, 4651.0, 4699.0, 4640.0, 4699.0, 4650.0, 4688.0, 4659.0, 4629.0, 4658.0, 4639.0, 4678.0, 4641.0, 4680.0, 4651.0, 4671.0, 4673.0, 4642.0, 4691.0, 4643.0, 4691.0, 4643.0, 4691.0, 4662.0, 4710.0, 4661.0, 4642.0, 4671.0, 4643.0, 4681.0, 4643.0, 4703.0, 4663.0, 4683.0, 4664.0, 4645.0, 4682.0, 4653.0, 4692.0, 4644.0, 4701.0, 4642.0, 4722.0, 4651.0, 4689.0, 4661.0, 4699.0, 4660.0, 4689.0, 4661.0, 4641.0, 4680.0, 4641.0, 4680.0, 4642.0, 4691.0, 4663.0, 4682.0, 4673.0, 4644.0, 4663.0, 4644.0, 4693.0, 4655.0, 4713.0, 4684.0, 4695.0, 4694.0, 4644.0, 4694.0, 4692.0, 4673.0, 4740.0, 4681.0, 4660.0, 4700.0, 4630.0, 4689.0, 4641.0, 4690.0, 4642.0, 4690.0, 4640.0, 4680.0, 4640.0, 4679.0, 4631.0, 4679.0, 4630.0, 4679.0, 4631.0, 4690.0, 4641.0, 4700.0, 4651.0, 4700.0, 4651.0, 4699.0, 4650.0, 4681.0, 4660.0, 4660.0, 4671.0, 4641.0, 4680.0, 4642.0, 4690.0, 4652.0, 4673.0, 4692.0, 4643.0, 4692.0, 4643.0, 4692.0, 4642.0, 4691.0, 4642.0, 4710.0, 4681.0, 4730.0, 4650.0, 4641.0, 4661.0, 4642.0, 4682.0, 4654.0, 4654.0, 4684.0, 4656.0, 4704.0, 4654.0, 4647.0, 4675.0, 4658.0, 4686.0, 4685.0, 4649.0, 4737.0, 4658.0, 4706.0, 4676.0, 4742.0, 4665.0, 4721.0, 4702.0, 4711.0, 4681.0, 4651.0, 4670.0, 4640.0, 4689.0, 4641.0, 4709.0, 4670.0, 4691.0, 4659.0, 4629.0, 4667.0, 4628.0, 4667.0, 4628.0, 4687.0, 4637.0, 4675.0, 4637.0, 4676.0, 4637.0, 4627.0, 4657.0, 4628.0, 4679.0, 4630.0, 4669.0, 4640.0, 4640.0, 4661.0, 4642.0, 4681.0, 4632.0, 4691.0, 4643.0, 4692.0, 4653.0, 4691.0, 4653.0, 4673.0, 4683.0, 4644.0, 4694.0, 4655.0, 4665.0, 4665.0, 4647.0, 4685.0, 4667.0, 4725.0, 4696.0, 4706.0, 4687.0, 4656.0, 4694.0, 4645.0, 4695.0, 4644.0, 4723.0, 4683.0, 4741.0, 4672.0, 4720.0, 4652.0, 4631.0, 4660.0, 4630.0, 4679.0, 4630.0, 4700.0, 4651.0, 4689.0, 4666.0, 4642.0, 4680.0, 4641.0, 4656.0, 4686.0, 4655.0, 4692.0, 4685.0, 4654.0, 4704.0, 4653.0, 4712.0, 4655.0, 4715.0, 4655.0, 4731.0, 4692.0, 4691.0, 4679.0, 4639.0, 4679.0, 4650.0, 4707.0, 4670.0, 4716.0, 4688.0, 4656.0, 4697.0, 4637.0, 4685.0, 4625.0, 4671.0, 4645.0, 4623.0, 4655.0, 4616.0, 4662.0, 4626.0, 4663.0, 4628.0, 4635.0, 4658.0, 4627.0, 4677.0, 4640.0, 4631.0, 4651.0, 4642.0, 4682.0, 4644.0, 4692.0, 4653.0, 4712.0, 4653.0, 4672.0, 4662.0, 4642.0, 4682.0, 4654.0, 4701.0, 4644.0, 4656.0, 4652.0, 4631.0, 4643.0, 4640.0, 4644.0, 4664.0, 4728.0], 'WindowWidth': [10248.0, 10308.0, 10224.0, 10301.0, 10206.0, 10216.0, 10248.0, 10203.0, 10264.0, 10192.0, 10283.0, 10203.0, 10266.0, 10195.0, 10168.0, 10209.0, 10169.0, 10237.0, 10188.0, 10267.0, 10200.0, 10274.0, 10197.0, 10198.0, 10208.0, 10186.0, 10253.0, 10170.0, 10264.0, 10168.0, 10249.0, 10167.0, 10232.0, 10196.0, 10258.0, 10206.0, 10197.0, 10206.0, 10168.0, 10204.0, 10166.0, 10230.0, 10178.0, 10244.0, 10176.0, 10271.0, 10190.0, 10167.0, 10190.0, 10165.0, 10208.0, 10168.0, 10238.0, 10172.0, 10251.0, 10191.0, 10264.0, 10189.0, 10236.0, 10184.0, 10236.0, 10188.0, 10260.0, 10196.0, 10186.0, 10212.0, 10190.0, 10243.0, 10212.0, 10260.0, 10225.0, 10217.0, 10240.0, 10197.0, 10255.0, 10325.0, 10222.0, 10298.0, 10257.0, 10307.0, 10172.0, 10264.0, 10175.0, 10256.0, 10204.0, 10267.0, 10215.0, 10215.0, 10228.0, 10178.0, 10256.0, 10191.0, 10255.0, 10204.0, 10255.0, 10202.0, 10292.0, 10198.0, 10276.0, 10182.0, 10271.0, 10200.0, 10291.0, 10234.0, 10190.0, 10258.0, 10188.0, 10239.0, 10204.0, 10186.0, 10211.0, 10189.0, 10253.0, 10203.0, 10294.0, 10202.0, 10215.0, 10230.0, 10199.0, 10266.0, 10201.0, 10307.0, 10264.0, 10264.0, 10207.0, 10231.0, 10194.0, 10256.0, 10203.0, 10160.0, 10201.0, 10145.0, 10195.0, 10156.0, 10195.0, 10160.0, 10223.0, 10172.0, 10212.0, 10161.0, 10165.0, 10193.0, 10172.0, 10237.0, 10193.0, 10253.0, 10205.0, 10261.0, 10203.0, 10266.0, 10200.0, 10252.0, 10216.0, 10187.0, 10255.0, 10192.0, 10284.0, 10190.0, 10239.0, 10216.0, 10216.0, 10256.0, 10192.0, 10260.0, 10195.0, 10258.0, 10228.0, 10232.0, 10234.0, 10197.0, 10259.0, 10207.0, 10297.0, 10206.0, 10200.0, 10234.0, 10197.0, 10275.0, 10227.0, 10315.0, 10293.0, 10259.0, 10232.0, 10176.0, 10264.0, 10183.0, 10289.0, 10182.0, 10286.0, 10229.0, 10296.0, 10178.0, 10239.0, 10175.0, 10148.0, 10191.0, 10162.0, 10218.0, 10169.0, 10236.0, 10171.0, 10236.0, 10189.0, 10224.0, 10201.0, 10237.0, 10215.0, 10251.0, 10227.0, 10237.0, 10197.0, 10245.0, 10180.0, 10257.0, 10195.0, 10245.0, 10208.0, 10169.0, 10208.0, 10185.0, 10240.0, 10191.0, 10254.0, 10207.0, 10243.0, 10233.0, 10195.0, 10257.0, 10193.0, 10274.0, 10191.0, 10245.0, 10216.0, 10256.0, 10188.0, 10257.0, 10189.0, 10257.0, 10193.0, 10227.0, 10219.0, 10269.0, 10235.0, 10246.0, 10233.0, 10202.0, 10215.0, 10202.0, 10197.0, 10172.0, 10240.0, 10179.0, 10254.0, 10190.0, 10256.0, 10193.0, 10207.0, 10221.0, 10208.0, 10238.0, 10222.0, 10261.0, 10208.0, 10258.0, 10195.0, 10255.0, 10175.0, 10230.0, 10254.0, 10228.0, 10288.0, 10211.0, 10171.0, 10195.0, 10179.0, 10208.0, 10183.0, 10237.0, 10184.0, 10278.0, 10187.0, 10188.0, 10205.0, 10239.0, 10217.0, 10280.0, 10229.0, 10252.0, 10218.0, 10191.0, 10244.0, 10229.0, 10259.0, 10207.0, 10269.0, 10212.0, 10264.0, 10170.0, 10249.0, 10170.0, 10233.0, 10168.0, 10235.0, 10184.0, 10234.0, 10198.0, 10290.0, 10196.0, 10245.0, 10192.0, 10270.0, 10193.0, 10257.0, 10207.0, 10244.0, 10208.0, 10167.0, 10204.0, 10166.0, 10220.0, 10165.0, 10219.0, 10180.0, 10218.0, 10164.0, 10218.0, 10171.0, 10217.0, 10167.0, 10218.0, 10169.0, 10241.0, 10184.0, 10250.0, 10185.0, 10262.0, 10199.0, 10249.0, 10201.0, 10261.0, 10199.0, 10266.0, 10227.0, 10195.0, 10242.0, 10193.0, 10243.0, 10196.0, 10262.0, 10218.0, 10307.0, 10283.0, 10293.0, 10242.0, 10328.0, 10222.0, 10300.0, 10200.0, 10265.0, 10184.0, 10276.0, 10182.0, 10287.0, 10170.0, 10238.0, 10185.0, 10212.0, 10201.0, 10227.0, 10216.0, 10190.0, 10244.0, 10191.0, 10242.0, 10191.0, 10269.0, 10198.0, 10225.0, 10223.0, 10210.0, 10207.0, 10233.0, 10167.0, 10218.0, 10168.0, 10219.0, 10171.0, 10224.0, 10172.0, 10228.0, 10173.0, 10240.0, 10189.0, 10243.0, 10191.0, 10255.0, 10193.0, 10258.0, 10223.0, 10262.0, 10235.0, 10197.0, 10249.0, 10209.0, 10248.0, 10293.0, 10218.0, 10304.0, 10228.0, 10276.0, 10210.0, 10171.0, 10209.0, 10185.0, 10236.0, 10189.0, 10253.0, 10207.0, 10282.0, 10219.0, 10256.0, 10218.0, 10204.0, 10234.0, 10268.0, 10243.0, 10225.0, 10238.0, 10173.0, 10236.0, 10171.0, 10234.0, 10172.0, 10235.0, 10171.0, 10249.0, 10186.0, 10249.0, 10186.0, 10237.0, 10188.0, 10213.0, 10217.0, 10205.0, 10246.0, 10196.0, 10273.0, 10195.0, 10246.0, 10206.0, 10194.0, 10235.0, 10209.0, 10275.0, 10248.0, 10301.0, 10221.0, 10208.0, 10234.0, 10308.0, 10218.0, 10319.0, 10266.0, 10289.0, 10225.0, 10195.0, 10206.0, 10166.0, 10204.0, 10166.0, 10233.0, 10181.0, 10260.0, 10195.0, 10169.0, 10207.0, 10170.0, 10236.0, 10171.0, 10276.0, 10198.0, 10262.0, 10196.0, 10209.0, 10207.0, 10185.0, 10237.0, 10170.0, 10287.0, 10197.0, 10185.0, 10196.0, 10190.0, 10242.0, 10193.0, 10256.0, 10221.0, 10196.0, 10247.0, 10209.0, 10259.0, 10198.0, 10275.0, 10222.0, 10302.0, 10233.0, 10206.0, 10245.0, 10204.0, 10241.0, 10191.0, 10254.0, 10192.0, 10270.0, 10207.0, 10266.0, 10213.0, 10262.0, 10199.0, 10224.0, 10213.0, 10186.0, 10239.0, 10176.0, 10252.0, 10191.0, 10251.0, 10185.0, 10234.0, 10181.0, 10245.0, 10168.0, 10260.0, 10200.0, 10172.0, 10212.0, 10187.0, 10228.0, 10208.0, 10259.0, 10223.0, 10261.0, 10238.0, 10182.0, 10247.0, 10193.0, 10261.0, 10207.0, 10273.0, 10236.0, 10298.0, 10218.0, 10193.0, 10231.0, 10191.0, 10261.0, 10190.0, 10256.0, 10189.0, 10295.0, 10203.0, 10195.0, 10220.0, 10194.0, 10261.0, 10214.0, 10253.0, 10261.0, 10220.0, 10284.0, 10221.0, 10322.0, 10247.0, 10334.0, 10294.0, 10330.0, 10249.0, 10219.0, 10229.0, 10191.0, 10255.0, 10206.0, 10310.0, 10229.0, 10324.0, 10200.0, 10263.0, 10183.0, 10262.0, 10196.0, 10247.0, 10206.0, 10168.0, 10206.0, 10183.0, 10233.0, 10187.0, 10238.0, 10200.0, 10228.0, 10232.0, 10192.0, 10255.0, 10192.0, 10256.0, 10192.0, 10255.0, 10217.0, 10279.0, 10215.0, 10189.0, 10227.0, 10191.0, 10241.0, 10192.0, 10273.0, 10220.0, 10247.0, 10222.0, 10197.0, 10244.0, 10206.0, 10258.0, 10194.0, 10269.0, 10190.0, 10297.0, 10202.0, 10251.0, 10213.0, 10263.0, 10211.0, 10248.0, 10214.0, 10188.0, 10238.0, 10189.0, 10239.0, 10191.0, 10256.0, 10221.0, 10246.0, 10235.0, 10198.0, 10221.0, 10197.0, 10262.0, 10214.0, 10291.0, 10253.0, 10267.0, 10266.0, 10198.0, 10264.0, 10259.0, 10234.0, 10319.0, 10240.0, 10211.0, 10265.0, 10172.0, 10250.0, 10186.0, 10252.0, 10189.0, 10252.0, 10185.0, 10238.0, 10183.0, 10236.0, 10173.0, 10235.0, 10172.0, 10236.0, 10174.0, 10251.0, 10187.0, 10265.0, 10201.0, 10266.0, 10201.0, 10262.0, 10198.0, 10239.0, 10212.0, 10211.0, 10226.0, 10186.0, 10239.0, 10189.0, 10254.0, 10206.0, 10234.0, 10258.0, 10194.0, 10259.0, 10195.0, 10258.0, 10191.0, 10254.0, 10190.0, 10280.0, 10241.0, 10306.0, 10198.0, 10187.0, 10213.0, 10191.0, 10244.0, 10209.0, 10210.0, 10250.0, 10218.0, 10278.0, 10212.0, 10207.0, 10241.0, 10223.0, 10260.0, 10256.0, 10211.0, 10327.0, 10223.0, 10282.0, 10242.0, 10328.0, 10223.0, 10298.0, 10272.0, 10281.0, 10240.0, 10199.0, 10224.0, 10186.0, 10250.0, 10189.0, 10277.0, 10224.0, 10252.0, 10208.0, 10166.0, 10216.0, 10164.0, 10216.0, 10163.0, 10243.0, 10175.0, 10225.0, 10175.0, 10225.0, 10174.0, 10161.0, 10201.0, 10165.0, 10234.0, 10170.0, 10223.0, 10185.0, 10186.0, 10215.0, 10189.0, 10243.0, 10178.0, 10256.0, 10192.0, 10258.0, 10206.0, 10255.0, 10207.0, 10235.0, 10248.0, 10197.0, 10264.0, 10214.0, 10229.0, 10228.0, 10205.0, 10255.0, 10233.0, 10310.0, 10270.0, 10282.0, 10257.0, 10216.0, 10265.0, 10198.0, 10264.0, 10196.0, 10301.0, 10246.0, 10325.0, 10229.0, 10292.0, 10200.0, 10173.0, 10210.0, 10168.0, 10235.0, 10169.0, 10265.0, 10201.0, 10250.0, 10229.0, 10188.0, 10239.0, 10188.0, 10219.0, 10258.0, 10214.0, 10261.0, 10255.0, 10213.0, 10282.0, 10213.0, 10293.0, 10216.0, 10298.0, 10215.0, 10313.0, 10259.0, 10256.0, 10238.0, 10185.0, 10236.0, 10198.0, 10274.0, 10225.0, 10283.0, 10247.0, 10202.0, 10258.0, 10175.0, 10236.0, 10156.0, 10213.0, 10181.0, 10152.0, 10195.0, 10144.0, 10205.0, 10160.0, 10207.0, 10165.0, 10174.0, 10206.0, 10165.0, 10233.0, 10187.0, 10174.0, 10201.0, 10192.0, 10245.0, 10197.0, 10260.0, 10210.0, 10285.0, 10208.0, 10233.0, 10218.0, 10193.0, 10245.0, 10211.0, 10273.0, 10199.0, 10219.0, 10205.0, 10176.0, 10193.0, 10188.0, 10196.0, 10227.0, 10318.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.011404246260069044</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02227217146144994</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.41446933656678</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2965492299308778</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2064732656105999</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.502</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4738.4111</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07042115714622023</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.761795166858458</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.68491798608661</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5513143937173792</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.976432201763599</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5270073627788516</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00559818</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00868139322847128</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03645031899213791</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6149038902555333</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>14.2708</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.5176</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.0117</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293237.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1093.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>412.2158</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5963</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>630.9743</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3777.5015</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4082.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83307.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1039.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5023.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1129.2072</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.15324352448806</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> |