=== 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-0051 --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-0051",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0051_ses-04_task-social_acq-mb8_run-04_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-0051_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-04_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-0051/ses-04/func/sub-0051_ses-04_task-social_acq-mb8_run-04_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>fb75b65767c825def2c72f4b3618733c</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>15:01:31.985000</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.993868, 0.0952599, -0.0561443, -0.0796156, 0.968852, 0.234492]</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-04_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.101022</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4109, -7783, -7275, 604, -79, -84, -21, 123]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.595</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e2879352-2172-40e1-a570-eace73249366||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.6664748191833496, -0.21360273659229279, -0.20717976987361908, 127.92860412597656], [-0.2555753290653229, 2.5993597507476807, 0.6171783208847046, -90.31717681884766], [-0.15063102543354034, -0.6291261315345764, 2.6203372478485107, -30.43635368347168], [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': ['150131.985000', '150132.445000', '150132.905000', '150133.365000', '150133.825000', '150134.285000', '150134.745000', '150135.205000', '150135.665000', '150136.125000', '150136.585000', '150137.045000', '150137.505000', '150137.965000', '150138.425000', '150138.885000', '150139.345000', '150139.805000', '150140.265000', '150140.725000', '150141.185000', '150141.645000', '150142.105000', '150142.565000', '150143.025000', '150143.485000', '150143.945000', '150144.405000', '150144.865000', '150145.325000', '150145.785000', '150146.245000', '150146.705000', '150147.165000', '150147.625000', '150148.085000', '150148.545000', '150149.005000', '150149.465000', '150149.925000', '150150.385000', '150150.845000', '150151.305000', '150151.765000', '150152.225000', '150152.685000', '150153.145000', '150153.605000', '150154.065000', '150154.525000', '150154.985000', '150155.445000', '150155.905000', '150156.365000', '150156.825000', '150157.285000', '150157.745000', '150158.205000', '150158.665000', '150159.125000', '150159.585000', '150200.045000', '150200.505000', '150200.965000', '150201.425000', '150201.885000', '150202.345000', '150202.805000', '150203.265000', '150203.725000', '150204.185000', '150204.645000', '150205.105000', '150205.565000', '150206.025000', '150206.485000', '150206.945000', '150207.405000', '150207.865000', '150208.325000', '150208.785000', '150209.245000', '150209.705000', '150210.165000', '150210.625000', '150211.085000', '150211.545000', '150212.005000', '150212.465000', '150212.925000', '150213.385000', '150213.845000', '150214.305000', '150214.765000', '150215.225000', '150215.685000', '150216.145000', '150216.605000', '150217.065000', '150217.525000', '150217.985000', '150218.445000', '150218.905000', '150219.365000', '150219.825000', '150220.285000', '150220.745000', '150221.205000', '150221.665000', '150222.125000', '150222.585000', '150223.045000', '150223.505000', '150223.965000', '150224.425000', '150224.885000', '150225.345000', '150225.805000', '150226.265000', '150226.725000', '150227.185000', '150227.645000', '150228.105000', '150228.565000', '150229.025000', '150229.485000', '150229.945000', '150230.405000', '150230.865000', '150231.325000', '150231.785000', '150232.245000', '150232.705000', '150233.165000', '150233.625000', '150234.085000', '150234.545000', '150235.005000', '150235.465000', '150235.925000', '150236.385000', '150236.845000', '150237.305000', '150237.765000', '150238.225000', '150238.685000', '150239.145000', '150239.605000', '150240.065000', '150240.525000', '150240.985000', '150241.445000', '150241.905000', '150242.365000', '150242.825000', '150243.285000', '150243.745000', '150244.205000', '150244.665000', '150245.125000', '150245.585000', '150246.045000', '150246.505000', '150246.965000', '150247.425000', '150247.885000', '150248.345000', '150248.805000', '150249.265000', '150249.725000', '150250.185000', '150250.645000', '150251.105000', '150251.565000', '150252.025000', '150252.485000', '150252.945000', '150253.405000', '150253.865000', '150254.325000', '150254.785000', '150255.245000', '150255.705000', '150256.165000', '150256.625000', '150257.085000', '150257.545000', '150258.005000', '150258.465000', '150258.925000', '150259.385000', '150259.845000', '150300.305000', '150300.765000', '150301.225000', '150301.685000', '150302.145000', '150302.605000', '150303.065000', '150303.525000', '150303.985000', '150304.445000', '150304.905000', '150305.365000', '150305.825000', '150306.285000', '150306.745000', '150307.205000', '150307.665000', '150308.125000', '150308.585000', '150309.045000', '150309.505000', '150309.965000', '150310.425000', '150310.885000', '150311.345000', '150311.805000', '150312.265000', '150312.725000', '150313.185000', '150313.645000', '150314.105000', '150314.565000', '150315.025000', '150315.485000', '150315.945000', '150316.405000', '150316.865000', '150317.325000', '150317.785000', '150318.245000', '150318.705000', '150319.165000', '150319.625000', '150320.085000', '150320.545000', '150321.005000', '150321.465000', '150321.925000', '150322.385000', '150322.845000', '150323.305000', '150323.765000', '150324.225000', '150324.685000', '150325.145000', '150325.605000', '150326.065000', '150326.525000', '150326.985000', '150327.445000', '150327.905000', '150328.365000', '150328.825000', '150329.285000', '150329.745000', '150330.205000', '150330.665000', '150331.125000', '150331.585000', '150332.045000', '150332.505000', '150332.965000', '150333.425000', '150333.885000', '150334.345000', '150334.805000', '150335.265000', '150335.725000', '150336.185000', '150336.645000', '150337.105000', '150337.565000', '150338.025000', '150338.485000', '150338.945000', '150339.405000', '150339.865000', '150340.325000', '150340.785000', '150341.245000', '150341.705000', '150342.165000', '150342.625000', '150343.085000', '150343.545000', '150344.005000', '150344.465000', '150344.925000', '150345.385000', '150345.845000', '150346.305000', '150346.765000', '150347.225000', '150347.685000', '150348.145000', '150348.605000', '150349.065000', '150349.525000', '150349.985000', '150350.445000', '150350.905000', '150351.365000', '150351.825000', '150352.285000', '150352.745000', '150353.205000', '150353.665000', '150354.125000', '150354.585000', '150355.045000', '150355.505000', '150355.965000', '150356.425000', '150356.885000', '150357.345000', '150357.805000', '150358.265000', '150358.725000', '150359.185000', '150359.645000', '150400.105000', '150400.565000', '150401.025000', '150401.485000', '150401.945000', '150402.405000', '150402.865000', '150403.325000', '150403.785000', '150404.245000', '150404.705000', '150405.165000', '150405.625000', '150406.085000', '150406.545000', '150407.005000', '150407.465000', '150407.925000', '150408.385000', '150408.845000', '150409.305000', '150409.765000', '150410.225000', '150410.685000', '150411.145000', '150411.605000', '150412.065000', '150412.525000', '150412.985000', '150413.445000', '150413.905000', '150414.365000', '150414.825000', '150415.285000', '150415.745000', '150416.205000', '150416.665000', '150417.125000', '150417.585000', '150418.045000', '150418.505000', '150418.965000', '150419.425000', '150419.885000', '150420.345000', '150420.805000', '150421.265000', '150421.725000', '150422.185000', '150422.645000', '150423.105000', '150423.565000', '150424.025000', '150424.485000', '150424.945000', '150425.405000', '150425.865000', '150426.325000', '150426.785000', '150427.245000', '150427.705000', '150428.165000', '150428.625000', '150429.085000', '150429.545000', '150430.005000', '150430.465000', '150430.925000', '150431.385000', '150431.845000', '150432.305000', '150432.765000', '150433.225000', '150433.685000', '150434.145000', '150434.605000', '150435.065000', '150435.525000', '150435.985000', '150436.445000', '150436.905000', '150437.365000', '150437.825000', '150438.285000', '150438.745000', '150439.205000', '150439.665000', '150440.125000', '150440.585000', '150441.045000', '150441.505000', '150441.965000', '150442.425000', '150442.885000', '150443.345000', '150443.805000', '150444.265000', '150444.725000', '150445.185000', '150445.645000', '150446.105000', '150446.565000', '150447.025000', '150447.485000', '150447.945000', '150448.405000', '150448.865000', '150449.325000', '150449.785000', '150450.245000', '150450.705000', '150451.165000', '150451.625000', '150452.085000', '150452.545000', '150453.005000', '150453.465000', '150453.925000', '150454.385000', '150454.845000', '150455.305000', '150455.765000', '150456.225000', '150456.685000', '150457.145000', '150457.605000', '150458.065000', '150458.525000', '150458.985000', '150459.445000', '150459.905000', '150500.365000', '150500.825000', '150501.285000', '150501.745000', '150502.205000', '150502.665000', '150503.125000', '150503.585000', '150504.045000', '150504.505000', '150504.965000', '150505.425000', '150505.885000', '150506.345000', '150506.805000', '150507.265000', '150507.725000', '150508.185000', '150508.645000', '150509.105000', '150509.565000', '150510.025000', '150510.485000', '150510.945000', '150511.405000', '150511.865000', '150512.325000', '150512.785000', '150513.245000', '150513.705000', '150514.165000', '150514.625000', '150515.085000', '150515.545000', '150516.005000', '150516.465000', '150516.925000', '150517.385000', '150517.845000', '150518.305000', '150518.765000', '150519.225000', '150519.685000', '150520.145000', '150520.605000', '150521.065000', '150521.525000', '150521.985000', '150522.445000', '150522.905000', '150523.365000', '150523.825000', '150524.285000', '150524.745000', '150525.205000', '150525.665000', '150526.125000', '150526.585000', '150527.045000', '150527.505000', '150527.965000', '150528.425000', '150528.885000', '150529.345000', '150529.805000', '150530.265000', '150530.725000', '150531.185000', '150531.645000', '150532.105000', '150532.565000', '150533.025000', '150533.485000', '150533.945000', '150534.405000', '150534.865000', '150535.325000', '150535.785000', '150536.245000', '150536.705000', '150537.165000', '150537.625000', '150538.085000', '150538.545000', '150539.005000', '150539.465000', '150539.925000', '150540.385000', '150540.845000', '150541.305000', '150541.765000', '150542.225000', '150542.685000', '150543.145000', '150543.605000', '150544.065000', '150544.525000', '150544.985000', '150545.445000', '150545.905000', '150546.365000', '150546.825000', '150547.285000', '150547.745000', '150548.205000', '150548.665000', '150549.125000', '150549.585000', '150550.045000', '150550.505000', '150550.965000', '150551.425000', '150551.885000', '150552.345000', '150552.805000', '150553.265000', '150553.725000', '150554.185000', '150554.645000', '150555.105000', '150555.565000', '150556.025000', '150556.485000', '150556.945000', '150557.405000', '150557.865000', '150558.325000', '150558.785000', '150559.245000', '150559.705000', '150600.165000', '150600.625000', '150601.085000', '150601.545000', '150602.005000', '150602.465000', '150602.925000', '150603.385000', '150603.845000', '150604.305000', '150604.765000', '150605.225000', '150605.685000', '150606.145000', '150606.605000', '150607.065000', '150607.525000', '150607.985000', '150608.445000', '150608.905000', '150609.365000', '150609.825000', '150610.285000', '150610.745000', '150611.205000', '150611.665000', '150612.125000', '150612.585000', '150613.045000', '150613.505000', '150613.965000', '150614.425000', '150614.885000', '150615.345000', '150615.805000', '150616.265000', '150616.725000', '150617.185000', '150617.645000', '150618.105000', '150618.565000', '150619.025000', '150619.485000', '150619.945000', '150620.405000', '150620.865000', '150621.325000', '150621.785000', '150622.245000', '150622.705000', '150623.165000', '150623.625000', '150624.085000', '150624.545000', '150625.005000', '150625.465000', '150625.925000', '150626.385000', '150626.845000', '150627.305000', '150627.765000', '150628.225000', '150628.685000', '150629.145000', '150629.605000', '150630.065000', '150630.525000', '150630.985000', '150631.445000', '150631.905000', '150632.365000', '150632.825000', '150633.285000', '150633.745000', '150634.205000', '150634.665000', '150635.125000', '150635.585000', '150636.045000', '150636.505000', '150636.965000', '150637.425000', '150637.885000', '150638.345000', '150638.805000', '150639.265000', '150639.725000', '150640.185000', '150640.645000', '150641.105000', '150641.565000', '150642.025000', '150642.485000', '150642.945000', '150643.405000', '150643.865000', '150644.325000', '150644.785000', '150645.245000', '150645.705000', '150646.165000', '150646.625000', '150647.085000', '150647.545000', '150648.005000', '150648.465000', '150648.925000', '150649.385000', '150649.845000', '150650.305000', '150650.765000', '150651.225000', '150651.685000', '150652.145000', '150652.605000', '150653.065000', '150653.525000', '150653.985000', '150654.445000', '150654.905000', '150655.365000', '150655.825000', '150656.285000', '150656.745000', '150657.205000', '150657.665000', '150658.125000', '150658.585000', '150659.045000', '150659.505000', '150659.965000', '150700.425000', '150700.885000', '150701.345000', '150701.805000', '150702.265000', '150702.725000', '150703.185000', '150703.645000', '150704.105000', '150704.565000', '150705.025000', '150705.485000', '150705.945000', '150706.405000', '150706.865000', '150707.325000', '150707.785000', '150708.245000', '150708.705000', '150709.165000', '150709.625000', '150710.085000', '150710.545000', '150711.005000', '150711.465000', '150711.925000', '150712.385000', '150712.845000', '150713.305000', '150713.765000', '150714.225000', '150714.685000', '150715.145000', '150715.605000', '150716.065000', '150716.525000', '150716.985000', '150717.445000', '150717.905000', '150718.365000', '150718.825000', '150719.285000', '150719.745000', '150720.205000', '150720.665000', '150721.125000', '150721.585000', '150722.045000', '150722.505000', '150722.965000', '150723.425000', '150723.885000', '150724.345000', '150724.805000', '150725.265000', '150725.725000', '150726.185000', '150726.645000', '150727.105000', '150727.565000', '150728.025000', '150728.485000', '150728.945000', '150729.405000', '150729.865000', '150730.325000', '150730.785000', '150731.245000', '150731.705000', '150732.165000', '150732.625000', '150733.085000', '150733.545000', '150734.005000', '150734.465000', '150734.925000', '150735.385000', '150735.845000', '150736.305000', '150736.765000', '150737.225000', '150737.685000', '150738.145000', '150738.605000', '150739.065000', '150739.525000', '150739.985000', '150740.445000', '150740.905000', '150741.365000', '150741.825000', '150742.285000', '150742.745000', '150743.205000', '150743.665000', '150744.125000', '150744.585000', '150745.045000', '150745.505000', '150745.965000', '150746.425000', '150746.885000', '150747.345000', '150747.805000', '150748.265000', '150748.725000', '150749.185000', '150749.645000', '150750.105000', '150750.565000', '150751.025000', '150751.485000', '150751.945000', '150752.405000', '150752.865000', '150753.325000', '150753.785000', '150754.245000', '150754.705000', '150755.165000', '150755.625000', '150756.085000', '150756.545000', '150757.005000', '150757.465000', '150757.925000', '150758.385000', '150758.845000', '150759.305000', '150759.765000', '150800.225000', '150800.685000', '150801.145000', '150801.605000', '150802.065000', '150802.525000', '150802.985000', '150803.445000', '150803.905000', '150804.365000', '150804.825000', '150805.285000', '150805.745000', '150806.205000', '150806.665000', '150807.125000', '150807.585000', '150808.045000', '150808.505000', '150808.965000', '150809.425000', '150809.885000', '150810.345000', '150810.805000', '150811.265000', '150811.725000', '150812.185000', '150812.645000'], 'ContentTime': ['150150.902000', '150150.905000', '150150.908000', '150150.911000', '150150.913000', '150150.916000', '150150.918000', '150150.921000', '150150.924000', '150150.926000', '150150.929000', '150150.932000', '150150.934000', '150150.937000', '150150.939000', '150150.942000', '150150.945000', '150150.947000', '150150.950000', '150150.952000', '150150.955000', '150150.957000', '150150.960000', '150150.962000', '150150.965000', '150150.967000', '150150.976000', '150150.979000', '150150.982000', '150150.984000', '150150.987000', '150150.990000', '150150.993000', '150150.996000', '150150.998000', '150151.001000', '150151.003000', '150151.006000', '150210.866000', '150210.869000', '150210.872000', '150210.875000', '150210.877000', '150210.880000', '150210.882000', '150210.885000', '150210.888000', '150210.890000', '150210.893000', '150210.895000', '150210.898000', '150210.900000', '150210.903000', '150210.905000', '150210.908000', '150210.911000', '150210.913000', '150210.916000', '150210.918000', '150210.921000', '150210.923000', '150210.926000', '150210.929000', '150210.931000', '150210.934000', '150210.936000', '150210.939000', '150210.941000', '150210.944000', '150210.946000', '150210.949000', '150210.952000', '150210.954000', '150210.957000', '150210.959000', '150210.962000', '150210.964000', '150210.967000', '150210.970000', '150210.972000', '150210.975000', '150210.977000', '150230.866000', '150230.879000', '150230.882000', '150230.884000', '150230.887000', '150230.889000', '150230.892000', '150230.895000', '150230.897000', '150230.900000', '150230.903000', '150230.906000', '150230.908000', '150230.911000', '150230.913000', '150230.916000', '150230.919000', '150230.921000', '150230.924000', '150230.926000', '150230.929000', '150230.931000', '150230.934000', '150230.937000', '150230.939000', '150230.942000', '150230.944000', '150230.947000', '150230.949000', '150230.952000', '150230.955000', '150230.957000', '150230.960000', '150230.963000', '150230.965000', '150230.968000', '150230.970000', '150230.973000', '150230.975000', '150230.978000', '150230.980000', '150230.983000', '150230.986000', '150250.867000', '150250.869000', '150250.872000', '150250.875000', '150250.877000', '150250.880000', '150250.882000', '150250.885000', '150250.888000', '150250.890000', '150250.893000', '150250.895000', '150250.898000', '150250.900000', '150250.904000', '150250.907000', '150250.910000', '150250.912000', '150250.915000', '150250.918000', '150250.920000', '150250.923000', '150250.925000', '150250.928000', '150250.931000', '150250.933000', '150250.936000', '150250.938000', '150250.941000', '150250.943000', '150250.946000', '150250.949000', '150250.951000', '150250.954000', '150250.956000', '150250.959000', '150250.962000', '150250.964000', '150250.967000', '150250.969000', '150250.972000', '150250.974000', '150250.977000', '150310.866000', '150310.877000', '150310.880000', '150310.883000', '150310.885000', '150310.888000', '150310.890000', '150310.893000', '150310.895000', '150310.898000', '150310.901000', '150310.903000', '150310.906000', '150310.908000', '150310.911000', '150310.914000', '150310.916000', '150310.919000', '150310.922000', '150310.924000', '150310.927000', '150310.930000', '150310.932000', '150310.935000', '150310.937000', '150310.940000', '150310.942000', '150310.945000', '150310.948000', '150310.950000', '150310.953000', '150310.955000', '150310.958000', '150310.961000', '150310.963000', '150310.966000', '150310.968000', '150310.971000', '150310.973000', '150310.987000', '150310.990000', '150310.992000', '150310.995000', '150310.998000', '150330.867000', '150330.870000', '150330.873000', '150330.876000', '150330.878000', '150330.881000', '150330.883000', '150330.886000', '150330.888000', '150330.891000', '150330.894000', '150330.896000', '150330.899000', '150330.901000', '150330.913000', '150330.916000', '150330.919000', '150330.922000', '150330.924000', '150330.927000', '150330.930000', '150330.932000', '150330.935000', '150330.937000', '150330.940000', '150330.943000', '150330.945000', '150330.948000', '150330.950000', '150330.953000', '150330.956000', '150330.958000', '150330.961000', '150330.963000', '150330.966000', '150330.968000', '150330.971000', '150330.974000', '150330.976000', '150330.979000', '150330.982000', '150330.984000', '150330.987000', '150350.866000', '150350.869000', '150350.872000', '150350.875000', '150350.877000', '150350.880000', '150350.882000', '150350.885000', '150350.888000', '150350.890000', '150350.893000', '150350.896000', '150350.898000', '150350.901000', '150350.903000', '150350.906000', '150350.909000', '150350.911000', '150350.914000', '150350.917000', '150350.919000', '150350.922000', '150350.924000', '150350.927000', '150350.929000', '150350.932000', '150350.935000', '150350.937000', '150350.940000', '150350.943000', '150350.945000', '150350.948000', '150350.950000', '150350.953000', '150350.955000', '150350.958000', '150350.961000', '150350.963000', '150350.966000', '150350.968000', '150350.971000', '150350.973000', '150350.976000', '150350.979000', '150410.866000', '150410.869000', '150410.872000', '150410.874000', '150410.877000', '150410.880000', '150410.882000', '150410.885000', '150410.887000', '150410.890000', '150410.892000', '150410.895000', '150410.898000', '150410.900000', '150410.903000', '150410.905000', '150410.908000', '150410.911000', '150410.913000', '150410.916000', '150410.918000', '150410.921000', '150410.924000', '150410.926000', '150410.929000', '150410.931000', '150410.934000', '150410.937000', '150410.939000', '150410.942000', '150410.944000', '150410.947000', '150410.950000', '150410.952000', '150410.955000', '150410.957000', '150410.960000', '150410.962000', '150410.965000', '150410.968000', '150410.970000', '150410.973000', '150410.976000', '150430.867000', '150430.869000', '150430.872000', '150430.875000', '150430.877000', '150430.880000', '150430.882000', '150430.885000', '150430.888000', '150430.890000', '150430.893000', '150430.896000', '150430.898000', '150430.901000', '150430.903000', '150430.906000', '150430.909000', '150430.911000', '150430.914000', '150430.917000', '150430.919000', '150430.922000', '150430.925000', '150430.927000', '150430.930000', '150430.933000', '150430.936000', '150430.939000', '150430.941000', '150430.944000', '150430.946000', '150430.949000', '150430.952000', '150430.954000', '150430.957000', '150430.959000', '150430.962000', '150430.965000', '150430.967000', '150430.970000', '150430.984000', '150430.987000', '150430.990000', '150430.992000', '150450.867000', '150450.869000', '150450.872000', '150450.875000', '150450.877000', '150450.880000', '150450.882000', '150450.885000', '150450.887000', '150450.890000', '150450.893000', '150450.896000', '150450.898000', '150450.902000', '150450.905000', '150450.908000', '150450.911000', '150450.913000', '150450.916000', '150450.919000', '150450.921000', '150450.924000', '150450.926000', '150450.929000', '150450.932000', '150450.934000', '150450.937000', '150450.939000', '150450.942000', '150450.944000', '150450.947000', '150450.950000', '150450.952000', '150450.955000', '150450.958000', '150450.960000', '150450.963000', '150450.965000', '150450.968000', '150450.971000', '150450.973000', '150450.976000', '150450.979000', '150510.867000', '150510.869000', '150510.872000', '150510.875000', '150510.877000', '150510.880000', '150510.882000', '150510.885000', '150510.888000', '150510.890000', '150510.893000', '150510.896000', '150510.898000', '150510.901000', '150510.903000', '150510.906000', '150510.909000', '150510.911000', '150510.914000', '150510.916000', '150510.919000', '150510.922000', '150510.924000', '150510.927000', '150510.929000', '150510.932000', '150510.935000', '150510.937000', '150510.940000', '150510.942000', '150510.945000', '150510.948000', '150510.950000', '150510.953000', '150510.955000', '150510.958000', '150510.961000', '150510.963000', '150510.966000', '150510.969000', '150510.971000', '150510.974000', '150510.976000', '150510.979000', '150530.866000', '150530.869000', '150530.872000', '150530.875000', '150530.877000', '150530.880000', '150530.882000', '150530.885000', '150530.887000', '150530.890000', '150530.893000', '150530.895000', '150530.899000', '150530.902000', '150530.904000', '150530.907000', '150530.910000', '150530.913000', '150530.915000', '150530.918000', '150530.920000', '150530.923000', '150530.926000', '150530.928000', '150530.931000', '150530.934000', '150530.936000', '150530.939000', '150530.941000', '150530.952000', '150530.954000', '150530.957000', '150530.959000', '150530.962000', '150530.965000', '150530.967000', '150530.970000', '150530.972000', '150530.975000', '150530.978000', '150530.980000', '150530.983000', '150530.985000', '150550.867000', '150550.870000', '150550.873000', '150550.876000', '150550.878000', '150550.881000', '150550.883000', '150550.886000', '150550.889000', '150550.891000', '150550.894000', '150550.896000', '150550.899000', '150550.902000', '150550.904000', '150550.907000', '150550.910000', '150550.912000', '150550.915000', '150550.917000', '150550.920000', '150550.922000', '150550.925000', '150550.928000', '150550.930000', '150550.933000', '150550.936000', '150550.938000', '150550.941000', '150550.943000', '150550.946000', '150550.948000', '150550.951000', '150550.954000', '150550.956000', '150550.959000', '150550.962000', '150550.964000', '150550.967000', '150550.969000', '150550.972000', '150550.975000', '150550.977000', '150550.980000', '150610.866000', '150610.869000', '150610.872000', '150610.874000', '150610.877000', '150610.880000', '150610.882000', '150610.885000', '150610.888000', '150610.890000', '150610.893000', '150610.895000', '150610.898000', '150610.901000', '150610.903000', '150610.906000', '150610.908000', '150610.911000', '150610.914000', '150610.916000', '150610.919000', '150610.931000', '150610.933000', '150610.937000', '150610.940000', '150610.943000', '150610.946000', '150610.949000', '150610.951000', '150610.954000', '150610.956000', '150610.959000', '150610.962000', '150610.964000', '150610.967000', '150610.969000', '150610.972000', '150610.975000', '150610.977000', '150610.980000', '150610.983000', '150610.985000', '150610.988000', '150630.867000', '150630.869000', '150630.872000', '150630.875000', '150630.877000', '150630.880000', '150630.883000', '150630.885000', '150630.888000', '150630.891000', '150630.893000', '150630.896000', '150630.899000', '150630.901000', '150630.904000', '150630.907000', '150630.909000', '150630.912000', '150630.915000', '150630.917000', '150630.920000', '150630.922000', '150630.925000', '150630.928000', '150630.930000', '150630.933000', '150630.935000', '150630.938000', '150630.941000', '150630.943000', '150630.946000', '150630.948000', '150630.951000', '150630.953000', '150630.956000', '150630.959000', '150630.962000', '150630.964000', '150630.967000', '150630.970000', '150630.972000', '150630.975000', '150630.977000', '150630.980000', '150650.867000', '150650.869000', '150650.872000', '150650.875000', '150650.877000', '150650.880000', '150650.883000', '150650.885000', '150650.888000', '150650.890000', '150650.893000', '150650.895000', '150650.898000', '150650.901000', '150650.903000', '150650.906000', '150650.908000', '150650.911000', '150650.913000', '150650.916000', '150650.919000', '150650.921000', '150650.924000', '150650.926000', '150650.929000', '150650.932000', '150650.934000', '150650.937000', '150650.939000', '150650.942000', '150650.944000', '150650.947000', '150650.950000', '150650.952000', '150650.955000', '150650.958000', '150650.960000', '150650.963000', '150650.965000', '150650.968000', '150650.971000', '150650.973000', '150650.976000', '150710.867000', '150710.872000', '150710.874000', '150710.877000', '150710.880000', '150710.882000', '150710.885000', '150710.887000', '150710.890000', '150710.893000', '150710.895000', '150710.898000', '150710.900000', '150710.903000', '150710.906000', '150710.908000', '150710.911000', '150710.914000', '150710.916000', '150710.919000', '150710.921000', '150710.924000', '150710.927000', '150710.929000', '150710.932000', '150710.935000', '150710.937000', '150710.940000', '150710.942000', '150710.945000', '150710.947000', '150710.950000', '150710.953000', '150710.955000', '150710.958000', '150710.960000', '150710.963000', '150710.966000', '150710.968000', '150710.971000', '150710.973000', '150710.976000', '150710.979000', '150710.981000', '150730.867000', '150730.869000', '150730.872000', '150730.875000', '150730.877000', '150730.880000', '150730.883000', '150730.885000', '150730.888000', '150730.890000', '150730.893000', '150730.895000', '150730.898000', '150730.901000', '150730.903000', '150730.906000', '150730.908000', '150730.911000', '150730.914000', '150730.916000', '150730.919000', '150730.921000', '150730.924000', '150730.927000', '150730.929000', '150730.932000', '150730.934000', '150730.937000', '150730.940000', '150730.942000', '150730.945000', '150730.948000', '150730.951000', '150730.954000', '150730.957000', '150730.959000', '150730.962000', '150730.965000', '150730.967000', '150730.970000', '150730.973000', '150730.976000', '150730.979000', '150750.866000', '150750.870000', '150750.873000', '150750.875000', '150750.878000', '150750.880000', '150750.883000', '150750.886000', '150750.888000', '150750.891000', '150750.893000', '150750.896000', '150750.899000', '150750.901000', '150750.904000', '150750.907000', '150750.909000', '150750.912000', '150750.914000', '150750.917000', '150750.920000', '150750.922000', '150750.925000', '150750.927000', '150750.930000', '150750.933000', '150750.935000', '150750.938000', '150750.940000', '150750.943000', '150750.946000', '150750.948000', '150750.951000', '150750.953000', '150750.956000', '150750.958000', '150750.961000', '150750.964000', '150750.966000', '150750.969000', '150750.971000', '150750.974000', '150750.977000', '150750.979000', '150810.868000', '150810.870000', '150810.873000', '150810.876000', '150810.878000', '150810.881000', '150810.883000', '150810.886000', '150810.889000', '150810.891000', '150810.894000', '150810.896000', '150810.899000', '150810.901000', '150810.904000', '150810.907000', '150810.909000', '150810.912000', '150810.914000', '150810.917000', '150810.920000', '150810.922000', '150810.925000', '150810.927000', '150810.930000', '150810.933000', '150810.935000', '150810.938000', '150810.940000', '150810.943000', '150810.946000', '150810.948000', '150810.951000', '150810.953000', '150810.956000', '150810.959000', '150810.961000', '150810.964000', '150810.966000', '150810.969000', '150810.971000', '150810.974000', '150810.977000', '150814.164000', '150814.167000', '150814.170000', '150814.173000', '150814.176000', '150814.179000', '150814.181000', '150814.184000'], 'InstanceCreationTime': ['150150.902000', '150150.905000', '150150.908000', '150150.911000', '150150.913000', '150150.916000', '150150.918000', '150150.921000', '150150.924000', '150150.926000', '150150.929000', '150150.932000', '150150.934000', '150150.937000', '150150.939000', '150150.942000', '150150.945000', '150150.947000', '150150.950000', '150150.952000', '150150.955000', '150150.957000', '150150.960000', '150150.962000', '150150.965000', '150150.967000', '150150.976000', '150150.979000', '150150.982000', '150150.984000', '150150.987000', '150150.990000', '150150.993000', '150150.996000', '150150.998000', '150151.001000', '150151.003000', '150151.006000', '150210.866000', '150210.869000', '150210.872000', '150210.875000', '150210.877000', '150210.880000', '150210.882000', '150210.885000', '150210.888000', '150210.890000', '150210.893000', '150210.895000', '150210.898000', '150210.900000', '150210.903000', '150210.905000', '150210.908000', '150210.911000', '150210.913000', '150210.916000', '150210.918000', '150210.921000', '150210.923000', '150210.926000', '150210.929000', '150210.931000', '150210.934000', '150210.936000', '150210.939000', '150210.941000', '150210.944000', '150210.946000', '150210.949000', '150210.952000', '150210.954000', '150210.957000', '150210.959000', '150210.962000', '150210.964000', '150210.967000', '150210.970000', '150210.972000', '150210.975000', '150210.977000', '150230.866000', '150230.879000', '150230.882000', '150230.884000', '150230.887000', '150230.889000', '150230.892000', '150230.895000', '150230.897000', '150230.900000', '150230.903000', '150230.906000', '150230.908000', '150230.911000', '150230.913000', '150230.916000', '150230.919000', '150230.921000', '150230.924000', '150230.926000', '150230.929000', '150230.931000', '150230.934000', '150230.937000', '150230.939000', '150230.942000', '150230.944000', '150230.947000', '150230.949000', '150230.952000', '150230.955000', '150230.957000', '150230.960000', '150230.963000', '150230.965000', '150230.968000', '150230.970000', '150230.973000', '150230.975000', '150230.978000', '150230.980000', '150230.983000', '150230.986000', '150250.867000', '150250.869000', '150250.872000', '150250.875000', '150250.877000', '150250.880000', '150250.882000', '150250.885000', '150250.888000', '150250.890000', '150250.893000', '150250.895000', '150250.898000', '150250.900000', '150250.904000', '150250.907000', '150250.910000', '150250.912000', '150250.915000', '150250.918000', '150250.920000', '150250.923000', '150250.925000', '150250.928000', '150250.931000', '150250.933000', '150250.936000', '150250.938000', '150250.941000', '150250.943000', '150250.946000', '150250.949000', '150250.951000', '150250.954000', '150250.956000', '150250.959000', '150250.962000', '150250.964000', '150250.967000', '150250.969000', '150250.972000', '150250.974000', '150250.977000', '150310.866000', '150310.877000', '150310.880000', '150310.883000', '150310.885000', '150310.888000', '150310.890000', '150310.893000', '150310.895000', '150310.898000', '150310.901000', '150310.903000', '150310.906000', '150310.908000', '150310.911000', '150310.914000', '150310.916000', '150310.919000', '150310.922000', '150310.924000', '150310.927000', '150310.930000', '150310.932000', '150310.935000', '150310.937000', '150310.940000', '150310.942000', '150310.945000', '150310.948000', '150310.950000', '150310.953000', '150310.955000', '150310.958000', '150310.961000', '150310.963000', '150310.966000', '150310.968000', '150310.971000', '150310.973000', '150310.987000', '150310.990000', '150310.992000', '150310.995000', '150310.998000', '150330.867000', '150330.870000', '150330.873000', '150330.876000', '150330.878000', '150330.881000', '150330.883000', '150330.886000', '150330.888000', '150330.891000', '150330.894000', '150330.896000', '150330.899000', '150330.901000', '150330.913000', '150330.916000', '150330.919000', '150330.922000', '150330.924000', '150330.927000', '150330.930000', '150330.932000', '150330.935000', '150330.937000', '150330.940000', '150330.943000', '150330.945000', '150330.948000', '150330.950000', '150330.953000', '150330.956000', '150330.958000', '150330.961000', '150330.963000', '150330.966000', '150330.968000', '150330.971000', '150330.974000', '150330.976000', '150330.979000', '150330.982000', '150330.984000', '150330.987000', '150350.866000', '150350.869000', '150350.872000', '150350.875000', '150350.877000', '150350.880000', '150350.882000', '150350.885000', '150350.888000', '150350.890000', '150350.893000', '150350.896000', '150350.898000', '150350.901000', '150350.903000', '150350.906000', '150350.909000', '150350.911000', '150350.914000', '150350.917000', '150350.919000', '150350.922000', '150350.924000', '150350.927000', '150350.929000', '150350.932000', '150350.935000', '150350.937000', '150350.940000', '150350.943000', '150350.945000', '150350.948000', '150350.950000', '150350.953000', '150350.955000', '150350.958000', '150350.961000', '150350.963000', '150350.966000', '150350.968000', '150350.971000', '150350.973000', '150350.976000', '150350.979000', '150410.866000', '150410.869000', '150410.872000', '150410.874000', '150410.877000', '150410.880000', '150410.882000', '150410.885000', '150410.887000', '150410.890000', '150410.892000', '150410.895000', '150410.898000', '150410.900000', '150410.903000', '150410.905000', '150410.908000', '150410.911000', '150410.913000', '150410.916000', '150410.918000', '150410.921000', '150410.924000', '150410.926000', '150410.929000', '150410.931000', '150410.934000', '150410.937000', '150410.939000', '150410.942000', '150410.944000', '150410.947000', '150410.950000', '150410.952000', '150410.955000', '150410.957000', '150410.960000', '150410.962000', '150410.965000', '150410.968000', '150410.970000', '150410.973000', '150410.976000', '150430.867000', '150430.869000', '150430.872000', '150430.875000', '150430.877000', '150430.880000', '150430.882000', '150430.885000', '150430.888000', '150430.890000', '150430.893000', '150430.896000', '150430.898000', '150430.901000', '150430.903000', '150430.906000', '150430.909000', '150430.911000', '150430.914000', '150430.917000', '150430.919000', '150430.922000', '150430.925000', '150430.927000', '150430.930000', '150430.933000', '150430.936000', '150430.939000', '150430.941000', '150430.944000', '150430.946000', '150430.949000', '150430.952000', '150430.954000', '150430.957000', '150430.959000', '150430.962000', '150430.965000', '150430.967000', '150430.970000', '150430.984000', '150430.987000', '150430.990000', '150430.992000', '150450.867000', '150450.869000', '150450.872000', '150450.875000', '150450.877000', '150450.880000', '150450.882000', '150450.885000', '150450.887000', '150450.890000', '150450.893000', '150450.896000', '150450.898000', '150450.902000', '150450.905000', '150450.908000', '150450.911000', '150450.913000', '150450.916000', '150450.919000', '150450.921000', '150450.924000', '150450.926000', '150450.929000', '150450.932000', '150450.934000', '150450.937000', '150450.939000', '150450.942000', '150450.944000', '150450.947000', '150450.950000', '150450.952000', '150450.955000', '150450.958000', '150450.960000', '150450.963000', '150450.965000', '150450.968000', '150450.971000', '150450.973000', '150450.976000', '150450.979000', '150510.867000', '150510.869000', '150510.872000', '150510.875000', '150510.877000', '150510.880000', '150510.882000', '150510.885000', '150510.888000', '150510.890000', '150510.893000', '150510.896000', '150510.898000', '150510.901000', '150510.903000', '150510.906000', '150510.909000', '150510.911000', '150510.914000', '150510.916000', '150510.919000', '150510.922000', '150510.924000', '150510.927000', '150510.929000', '150510.932000', '150510.935000', '150510.937000', '150510.940000', '150510.942000', '150510.945000', '150510.948000', '150510.950000', '150510.953000', '150510.955000', '150510.958000', '150510.961000', '150510.963000', '150510.966000', '150510.969000', '150510.971000', '150510.974000', '150510.976000', '150510.979000', '150530.866000', '150530.869000', '150530.872000', '150530.875000', '150530.877000', '150530.880000', '150530.882000', '150530.885000', '150530.887000', '150530.890000', '150530.893000', '150530.895000', '150530.899000', '150530.902000', '150530.904000', '150530.907000', '150530.910000', '150530.913000', '150530.915000', '150530.918000', '150530.920000', '150530.923000', '150530.926000', '150530.928000', '150530.931000', '150530.934000', '150530.936000', '150530.939000', '150530.941000', '150530.952000', '150530.954000', '150530.957000', '150530.959000', '150530.962000', '150530.965000', '150530.967000', '150530.970000', '150530.972000', '150530.975000', '150530.978000', '150530.980000', '150530.983000', '150530.985000', '150550.867000', '150550.870000', '150550.873000', '150550.876000', '150550.878000', '150550.881000', '150550.883000', '150550.886000', '150550.889000', '150550.891000', '150550.894000', '150550.896000', '150550.899000', '150550.902000', '150550.904000', '150550.907000', '150550.910000', '150550.912000', '150550.915000', '150550.917000', '150550.920000', '150550.922000', '150550.925000', '150550.928000', '150550.930000', '150550.933000', '150550.936000', '150550.938000', '150550.941000', '150550.943000', '150550.946000', '150550.948000', '150550.951000', '150550.954000', '150550.956000', '150550.959000', '150550.962000', '150550.964000', '150550.967000', '150550.969000', '150550.972000', '150550.975000', '150550.977000', '150550.980000', '150610.866000', '150610.869000', '150610.872000', '150610.874000', '150610.877000', '150610.880000', '150610.882000', '150610.885000', '150610.888000', '150610.890000', '150610.893000', '150610.895000', '150610.898000', '150610.901000', '150610.903000', '150610.906000', '150610.908000', '150610.911000', '150610.914000', '150610.916000', '150610.919000', '150610.931000', '150610.933000', '150610.937000', '150610.940000', '150610.943000', '150610.946000', '150610.949000', '150610.951000', '150610.954000', '150610.956000', '150610.959000', '150610.962000', '150610.964000', '150610.967000', '150610.969000', '150610.972000', '150610.975000', '150610.977000', '150610.980000', '150610.983000', '150610.985000', '150610.988000', '150630.867000', '150630.869000', '150630.872000', '150630.875000', '150630.877000', '150630.880000', '150630.883000', '150630.885000', '150630.888000', '150630.891000', '150630.893000', '150630.896000', '150630.899000', '150630.901000', '150630.904000', '150630.907000', '150630.909000', '150630.912000', '150630.915000', '150630.917000', '150630.920000', '150630.922000', '150630.925000', '150630.928000', '150630.930000', '150630.933000', '150630.935000', '150630.938000', '150630.941000', '150630.943000', '150630.946000', '150630.948000', '150630.951000', '150630.953000', '150630.956000', '150630.959000', '150630.962000', '150630.964000', '150630.967000', '150630.970000', '150630.972000', '150630.975000', '150630.977000', '150630.980000', '150650.867000', '150650.869000', '150650.872000', '150650.875000', '150650.877000', '150650.880000', '150650.883000', '150650.885000', '150650.888000', '150650.890000', '150650.893000', '150650.895000', '150650.898000', '150650.901000', '150650.903000', '150650.906000', '150650.908000', '150650.911000', '150650.913000', '150650.916000', '150650.919000', '150650.921000', '150650.924000', '150650.926000', '150650.929000', '150650.932000', '150650.934000', '150650.937000', '150650.939000', '150650.942000', '150650.944000', '150650.947000', '150650.950000', '150650.952000', '150650.955000', '150650.958000', '150650.960000', '150650.963000', '150650.965000', '150650.968000', '150650.971000', '150650.973000', '150650.976000', '150710.867000', '150710.872000', '150710.874000', '150710.877000', '150710.880000', '150710.882000', '150710.885000', '150710.887000', '150710.890000', '150710.893000', '150710.895000', '150710.898000', '150710.900000', '150710.903000', '150710.906000', '150710.908000', '150710.911000', '150710.914000', '150710.916000', '150710.919000', '150710.921000', '150710.924000', '150710.927000', '150710.929000', '150710.932000', '150710.935000', '150710.937000', '150710.940000', '150710.942000', '150710.945000', '150710.947000', '150710.950000', '150710.953000', '150710.955000', '150710.958000', '150710.960000', '150710.963000', '150710.966000', '150710.968000', '150710.971000', '150710.973000', '150710.976000', '150710.979000', '150710.981000', '150730.867000', '150730.869000', '150730.872000', '150730.875000', '150730.877000', '150730.880000', '150730.883000', '150730.885000', '150730.888000', '150730.890000', '150730.893000', '150730.895000', '150730.898000', '150730.901000', '150730.903000', '150730.906000', '150730.908000', '150730.911000', '150730.914000', '150730.916000', '150730.919000', '150730.921000', '150730.924000', '150730.927000', '150730.929000', '150730.932000', '150730.934000', '150730.937000', '150730.940000', '150730.942000', '150730.945000', '150730.948000', '150730.951000', '150730.954000', '150730.957000', '150730.959000', '150730.962000', '150730.965000', '150730.967000', '150730.970000', '150730.973000', '150730.976000', '150730.979000', '150750.866000', '150750.870000', '150750.873000', '150750.875000', '150750.878000', '150750.880000', '150750.883000', '150750.886000', '150750.888000', '150750.891000', '150750.893000', '150750.896000', '150750.899000', '150750.901000', '150750.904000', '150750.907000', '150750.909000', '150750.912000', '150750.914000', '150750.917000', '150750.920000', '150750.922000', '150750.925000', '150750.927000', '150750.930000', '150750.933000', '150750.935000', '150750.938000', '150750.940000', '150750.943000', '150750.946000', '150750.948000', '150750.951000', '150750.953000', '150750.956000', '150750.958000', '150750.961000', '150750.964000', '150750.966000', '150750.969000', '150750.971000', '150750.974000', '150750.977000', '150750.979000', '150810.868000', '150810.870000', '150810.873000', '150810.876000', '150810.878000', '150810.881000', '150810.883000', '150810.886000', '150810.889000', '150810.891000', '150810.894000', '150810.896000', '150810.899000', '150810.901000', '150810.904000', '150810.907000', '150810.909000', '150810.912000', '150810.914000', '150810.917000', '150810.920000', '150810.922000', '150810.925000', '150810.927000', '150810.930000', '150810.933000', '150810.935000', '150810.938000', '150810.940000', '150810.943000', '150810.946000', '150810.948000', '150810.951000', '150810.953000', '150810.956000', '150810.959000', '150810.961000', '150810.964000', '150810.966000', '150810.969000', '150810.971000', '150810.974000', '150810.977000', '150814.164000', '150814.167000', '150814.170000', '150814.173000', '150814.176000', '150814.179000', '150814.181000', '150814.184000'], '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': [14313, 11086, 13404, 10624, 13557, 10441, 13412, 10384, 12952, 9991, 8777, 11827, 10185, 13490, 10759, 9504, 12532, 11237, 16313, 11482, 17284, 13378, 12853, 13744, 11847, 15406, 12595, 11946, 14173, 12422, 14270, 13318, 11383, 14576, 12508, 13856, 13343, 11699, 13999, 12747, 11527, 14077, 12759, 12317, 14045, 13937, 13697, 13906, 13214, 11621, 13635, 12340, 15613, 13235, 15836, 13442, 12832, 13398, 12708, 12362, 13504, 12147, 12902, 13600, 12552, 12616, 12396, 12253, 13981, 12689, 14508, 12483, 12409, 13437, 12330, 14221, 13408, 12286, 14997, 12297, 13935, 13065, 11950, 13210, 11854, 14596, 11993, 13391, 12734, 11255, 12002, 10681, 11088, 12697, 12168, 15197, 10965, 13139, 11493, 12761, 11492, 13795, 11695, 14404, 10979, 10051, 12342, 11286, 13759, 12836, 14948, 12426, 13003, 13078, 11966, 13722, 11798, 14868, 12058, 16002, 12696, 11631, 12773, 12031, 15419, 13133, 12619, 13305, 12049, 14850, 12846, 12370, 13570, 12759, 13840, 12600, 14379, 12682, 15323, 12719, 15673, 12546, 12621, 12417, 12720, 13026, 12593, 14065, 12186, 14278, 11969, 13696, 11973, 14268, 11770, 14648, 12650, 13071, 10691, 9865, 12613, 10808, 14115, 13036, 13685, 12844, 11717, 13440, 13135, 15694, 12240, 15261, 13448, 13466, 13979, 12837, 16547, 12469, 14510, 13138, 12807, 14399, 13035, 15599, 13066, 14711, 12393, 11254, 14060, 11611, 13960, 16092, 13642, 15625, 13290, 15896, 12616, 14582, 12141, 13693, 13108, 10829, 12894, 11088, 12415, 12355, 13395, 12037, 13618, 13091, 14644, 12610, 15308, 12547, 15211, 12678, 12261, 13894, 13141, 14313, 13558, 12989, 16865, 12770, 12520, 13559, 12527, 16010, 13108, 17259, 12343, 17034, 12895, 16068, 13212, 11656, 12988, 12441, 14581, 13305, 12817, 12511, 12801, 14108, 13212, 13084, 13207, 13921, 13187, 13109, 13397, 12899, 12935, 12665, 12858, 12877, 12895, 12874, 12715, 11704, 12965, 11655, 13117, 12088, 13273, 11200, 13917, 11972, 13676, 12069, 14071, 13138, 14330, 12415, 14622, 12157, 12189, 12598, 12102, 13929, 11723, 11402, 13149, 10770, 11159, 14484, 10953, 10858, 14050, 12072, 16081, 12685, 16993, 12305, 14907, 12903, 11880, 14511, 11869, 11274, 13737, 11346, 14531, 12695, 12160, 13263, 11971, 14566, 12979, 14495, 13100, 11978, 15202, 12697, 11931, 12752, 11808, 12799, 12129, 12413, 12696, 11977, 13997, 12214, 12120, 13260, 12056, 15510, 12963, 11974, 13573, 11737, 13478, 11469, 13534, 11543, 13466, 11857, 10750, 12660, 11191, 12971, 12603, 13537, 13514, 12786, 12914, 11547, 13804, 11338, 13538, 11557, 13220, 11394, 10519, 12383, 10331, 13031, 10492, 13775, 10452, 9737, 12344, 10749, 13613, 11286, 11852, 12494, 10204, 13644, 10729, 14563, 11148, 10825, 13426, 11372, 14431, 12423, 12020, 12777, 11153, 11801, 12951, 12015, 13989, 13035, 11644, 15058, 12855, 11670, 13405, 13148, 11905, 13808, 13535, 11993, 14216, 12407, 13045, 13433, 12247, 13984, 12680, 15211, 11748, 14062, 11800, 14167, 11374, 13876, 11838, 12602, 11559, 11703, 10241, 9619, 12411, 11967, 11585, 12649, 10688, 13661, 11992, 14572, 13257, 15243, 13720, 15704, 13307, 14384, 13946, 13494, 14219, 11919, 13581, 12337, 13310, 13814, 11868, 14307, 12180, 12518, 13228, 12021, 13731, 12251, 14340, 12912, 11225, 13878, 11769, 13604, 13115, 12172, 13700, 11657, 13804, 14237, 13302, 12381, 13491, 11583, 13201, 11885, 13344, 11686, 13576, 11733, 13715, 11505, 13363, 11901, 13341, 11237, 13264, 11803, 13540, 11695, 13249, 11100, 13155, 11201, 12547, 10935, 12569, 11087, 10541, 13154, 11011, 13640, 10693, 13817, 10995, 13541, 11139, 13242, 11038, 13580, 10486, 13177, 10324, 12569, 11276, 8977, 11366, 9929, 12505, 9596, 9133, 11718, 14328, 11148, 14276, 10213, 13993, 10888, 13416, 9817, 13171, 10046, 13018, 10046, 12685, 9727, 12308, 10409, 11144, 10344, 9274, 11639, 10748, 13473, 11591, 13693, 12724, 11431, 14352, 10993, 15073, 12263, 15242, 12388, 15009, 13815, 11844, 13723, 12913, 15355, 13682, 11991, 13347, 11914, 15662, 13797, 11909, 14184, 12787, 14006, 13793, 12482, 13850, 12931, 14911, 12942, 14772, 12725, 14051, 12780, 13558, 12492, 14934, 13167, 13407, 12490, 13245, 12219, 13286, 12057, 13121, 11243, 11261, 12590, 11958, 12209, 12025, 13599, 11956, 13630, 11498, 13474, 11664, 14157, 10854, 14139, 10963, 13135, 11036, 12436, 11443, 10385, 12718, 12164, 14762, 11234, 11284, 13886, 12114, 16051, 12405, 12552, 14137, 13365, 14030, 11523, 15146, 12168, 13734, 13379, 12844, 13445, 11155, 13335, 12695, 14603, 12996, 12098, 13098, 12465, 12039, 13208, 12020, 14849, 12793, 11921, 13854, 13246, 13694, 14690, 13559, 13194, 14085, 10850, 14056, 10986, 13882, 10965, 13748, 10280, 13586, 10942, 13775, 10228, 13409, 10543, 13383, 9845, 13522, 9496, 13088, 9890, 13154, 10388, 12518, 9973, 12483, 9380, 9288, 11676, 9752, 12418, 9626, 13083, 13602, 12584, 12312, 13396, 11068, 12595, 12578, 13414, 13208, 15102, 12296, 17474, 12798, 11657, 14485, 12037, 12952, 12977, 12143, 12253, 14317, 12057, 15454, 14046, 13252, 15778, 13648, 14545, 14593, 12684, 12481, 14265, 12053, 13736, 13960, 13232, 12461, 13855, 11013, 14633, 13924, 14663, 12720, 13766, 13829, 14827, 12776, 12344, 13925, 11161, 14177, 13058, 11932, 14044, 12515, 14522, 13194, 13070, 13157, 11528, 14620, 12664, 14924, 11948, 14072, 11947, 14816, 12166, 10263, 12767, 10440, 12141, 11265, 13781, 11112, 14605, 10649, 10655, 12051, 9434, 13111, 9833, 13597, 10315, 13143, 10535, 14491, 10353, 10661, 12163, 9812, 14340, 10977, 10649, 13156, 10475, 14500, 11149, 15004, 11256, 16281, 12673, 12605, 14746, 12006, 15383, 13889, 11769, 14963, 13136, 12247, 15130, 13665, 13720, 15213, 13431, 13368, 14068, 13652, 14709, 14283, 12490, 12836, 14094, 12189, 15840, 13801, 11737, 14280, 13538, 11722, 13887, 12084, 14021, 13034, 11702, 13458, 12063, 14538, 13603, 12467, 14323, 12826, 14232, 11377, 14002, 11593, 14098, 11623, 14144, 10843, 14181, 11003, 13132, 10598, 8925, 11425, 10247, 12813, 10003, 13855, 11543, 13485, 12104, 14194, 12870, 12085, 13618, 10631, 14263, 11909, 15047, 12538, 15869, 12001, 15027, 11531, 14606, 10631, 13988, 11071, 12883, 10406, 9940, 11908, 10186, 10266, 12465, 10644, 13528, 12273, 13275, 15906, 12396, 15420, 11144, 14627, 10607, 13995, 10025], 'WindowCenter': [4924.0, 4889.0, 4896.0, 4853.0, 4881.0, 4852.0, 4879.0, 4838.0, 4869.0, 4852.0, 4830.0, 4883.0, 4867.0, 4905.0, 4879.0, 4868.0, 4897.0, 4892.0, 4933.0, 4893.0, 4891.0, 4862.0, 4834.0, 4835.0, 4813.0, 4842.0, 4837.0, 4839.0, 4871.0, 4833.0, 4850.0, 4857.0, 4846.0, 4866.0, 4859.0, 4866.0, 4851.0, 4832.0, 4851.0, 4894.0, 4873.0, 4852.0, 4813.0, 4814.0, 4838.0, 4865.0, 4852.0, 4863.0, 4852.0, 4830.0, 4850.0, 4841.0, 4860.0, 4839.0, 4857.0, 4841.0, 4842.0, 4839.0, 4840.0, 4828.0, 4847.0, 4839.0, 4839.0, 4850.0, 4851.0, 4852.0, 4854.0, 4854.0, 4865.0, 4854.0, 4863.0, 4856.0, 4855.0, 4853.0, 4855.0, 4864.0, 4865.0, 4855.0, 4873.0, 4856.0, 4866.0, 4854.0, 4843.0, 4854.0, 4842.0, 4862.0, 4845.0, 4863.0, 4854.0, 4847.0, 4854.0, 4847.0, 4859.0, 4880.0, 4871.0, 4900.0, 4848.0, 4878.0, 4855.0, 4869.0, 4856.0, 4876.0, 4858.0, 4876.0, 4848.0, 4837.0, 4868.0, 4870.0, 4890.0, 4882.0, 4901.0, 4885.0, 4881.0, 4880.0, 4870.0, 4878.0, 4858.0, 4876.0, 4858.0, 4885.0, 4856.0, 4845.0, 4856.0, 4855.0, 4885.0, 4866.0, 4854.0, 4864.0, 4857.0, 4875.0, 4867.0, 4856.0, 4866.0, 4854.0, 4866.0, 4856.0, 4864.0, 4854.0, 4873.0, 4853.0, 4873.0, 4852.0, 4841.0, 4840.0, 4850.0, 4851.0, 4842.0, 4862.0, 4843.0, 4860.0, 4842.0, 4860.0, 4844.0, 4861.0, 4854.0, 4872.0, 4864.0, 4852.0, 4845.0, 4838.0, 4880.0, 4873.0, 4901.0, 4893.0, 4890.0, 4894.0, 4883.0, 4891.0, 4879.0, 4901.0, 4871.0, 4890.0, 4883.0, 4869.0, 4877.0, 4867.0, 4884.0, 4870.0, 4865.0, 4865.0, 4842.0, 4862.0, 4851.0, 4872.0, 4853.0, 4861.0, 4842.0, 4831.0, 4864.0, 4829.0, 4864.0, 4871.0, 4865.0, 4871.0, 4862.0, 4883.0, 4855.0, 4882.0, 4865.0, 4875.0, 4877.0, 4848.0, 4880.0, 4861.0, 4884.0, 4881.0, 4891.0, 4868.0, 4880.0, 4867.0, 4889.0, 4857.0, 4874.0, 4854.0, 4886.0, 4866.0, 4854.0, 4865.0, 4866.0, 4873.0, 4867.0, 4866.0, 4895.0, 4866.0, 4842.0, 4852.0, 4855.0, 4874.0, 4856.0, 4872.0, 4841.0, 4859.0, 4828.0, 4857.0, 4837.0, 4815.0, 4837.0, 4838.0, 4872.0, 4864.0, 4850.0, 4841.0, 4851.0, 4850.0, 4851.0, 4849.0, 4852.0, 4849.0, 4838.0, 4826.0, 4837.0, 4824.0, 4825.0, 4825.0, 4824.0, 4823.0, 4825.0, 4822.0, 4836.0, 4827.0, 4846.0, 4840.0, 4850.0, 4841.0, 4852.0, 4842.0, 4864.0, 4853.0, 4874.0, 4855.0, 4876.0, 4865.0, 4874.0, 4856.0, 4876.0, 4868.0, 4854.0, 4842.0, 4870.0, 4878.0, 4871.0, 4859.0, 4890.0, 4891.0, 4917.0, 4930.0, 4877.0, 4874.0, 4894.0, 4883.0, 4903.0, 4886.0, 4899.0, 4856.0, 4875.0, 4856.0, 4844.0, 4861.0, 4843.0, 4828.0, 4861.0, 4831.0, 4863.0, 4851.0, 4841.0, 4853.0, 4842.0, 4859.0, 4850.0, 4858.0, 4836.0, 4838.0, 4870.0, 4850.0, 4841.0, 4852.0, 4854.0, 4850.0, 4855.0, 4855.0, 4854.0, 4845.0, 4859.0, 4842.0, 4843.0, 4853.0, 4845.0, 4873.0, 4854.0, 4842.0, 4852.0, 4842.0, 4851.0, 4831.0, 4849.0, 4840.0, 4850.0, 4844.0, 4834.0, 4866.0, 4846.0, 4877.0, 4870.0, 4878.0, 4893.0, 4879.0, 4866.0, 4847.0, 4875.0, 4844.0, 4867.0, 4859.0, 4867.0, 4857.0, 4846.0, 4867.0, 4847.0, 4876.0, 4859.0, 4889.0, 4863.0, 4841.0, 4882.0, 4874.0, 4906.0, 4900.0, 4900.0, 4908.0, 4863.0, 4891.0, 4864.0, 4902.0, 4873.0, 4849.0, 4878.0, 4860.0, 4891.0, 4869.0, 4887.0, 4883.0, 4862.0, 4846.0, 4842.0, 4842.0, 4863.0, 4869.0, 4879.0, 4904.0, 4843.0, 4847.0, 4864.0, 4851.0, 4845.0, 4862.0, 4865.0, 4844.0, 4864.0, 4854.0, 4852.0, 4853.0, 4842.0, 4851.0, 4841.0, 4849.0, 4828.0, 4837.0, 4819.0, 4837.0, 4829.0, 4837.0, 4828.0, 4837.0, 4855.0, 4842.0, 4835.0, 4835.0, 4879.0, 4884.0, 4884.0, 4895.0, 4877.0, 4904.0, 4886.0, 4902.0, 4882.0, 4891.0, 4879.0, 4878.0, 4867.0, 4864.0, 4866.0, 4855.0, 4851.0, 4832.0, 4851.0, 4853.0, 4852.0, 4864.0, 4843.0, 4861.0, 4843.0, 4841.0, 4863.0, 4842.0, 4853.0, 4843.0, 4862.0, 4841.0, 4831.0, 4861.0, 4844.0, 4850.0, 4851.0, 4840.0, 4849.0, 4829.0, 4853.0, 4848.0, 4838.0, 4827.0, 4838.0, 4816.0, 4836.0, 4816.0, 4835.0, 4813.0, 4836.0, 4828.0, 4846.0, 4827.0, 4848.0, 4828.0, 4837.0, 4819.0, 4838.0, 4827.0, 4838.0, 4830.0, 4838.0, 4829.0, 4848.0, 4831.0, 4840.0, 4833.0, 4852.0, 4846.0, 4834.0, 4864.0, 4846.0, 4877.0, 4849.0, 4877.0, 4848.0, 4868.0, 4846.0, 4866.0, 4835.0, 4865.0, 4845.0, 4866.0, 4847.0, 4855.0, 4857.0, 4824.0, 4867.0, 4861.0, 4881.0, 4852.0, 4853.0, 4886.0, 4904.0, 4877.0, 4901.0, 4854.0, 4892.0, 4861.0, 4880.0, 4839.0, 4882.0, 4840.0, 4869.0, 4828.0, 4866.0, 4825.0, 4865.0, 4848.0, 4858.0, 4859.0, 4852.0, 4885.0, 4885.0, 4920.0, 4898.0, 4906.0, 4896.0, 4874.0, 4893.0, 4864.0, 4891.0, 4871.0, 4877.0, 4859.0, 4875.0, 4867.0, 4843.0, 4862.0, 4853.0, 4860.0, 4863.0, 4845.0, 4864.0, 4855.0, 4873.0, 4861.0, 4842.0, 4862.0, 4853.0, 4862.0, 4860.0, 4841.0, 4850.0, 4839.0, 4847.0, 4840.0, 4848.0, 4840.0, 4837.0, 4827.0, 4824.0, 4826.0, 4844.0, 4838.0, 4832.0, 4826.0, 4834.0, 4839.0, 4847.0, 4841.0, 4850.0, 4841.0, 4854.0, 4866.0, 4868.0, 4866.0, 4869.0, 4875.0, 4869.0, 4864.0, 4848.0, 4864.0, 4846.0, 4877.0, 4847.0, 4877.0, 4848.0, 4868.0, 4849.0, 4866.0, 4870.0, 4865.0, 4895.0, 4909.0, 4928.0, 4876.0, 4875.0, 4910.0, 4900.0, 4905.0, 4855.0, 4839.0, 4851.0, 4854.0, 4864.0, 4833.0, 4861.0, 4841.0, 4851.0, 4853.0, 4840.0, 4850.0, 4831.0, 4840.0, 4841.0, 4859.0, 4851.0, 4839.0, 4839.0, 4841.0, 4829.0, 4839.0, 4843.0, 4861.0, 4852.0, 4831.0, 4854.0, 4842.0, 4854.0, 4849.0, 4839.0, 4828.0, 4836.0, 4807.0, 4835.0, 4819.0, 4849.0, 4820.0, 4850.0, 4819.0, 4850.0, 4831.0, 4863.0, 4824.0, 4864.0, 4834.0, 4864.0, 4825.0, 4866.0, 4827.0, 4866.0, 4839.0, 4879.0, 4838.0, 4869.0, 4851.0, 4880.0, 4853.0, 4853.0, 4885.0, 4867.0, 4898.0, 4865.0, 4897.0, 4893.0, 4886.0, 4876.0, 4846.0, 4804.0, 4810.0, 4809.0, 4832.0, 4836.0, 4877.0, 4854.0, 4882.0, 4867.0, 4889.0, 4932.0, 4899.0, 4883.0, 4866.0, 4860.0, 4860.0, 4889.0, 4871.0, 4889.0, 4879.0, 4868.0, 4847.0, 4851.0, 4862.0, 4859.0, 4851.0, 4853.0, 4875.0, 4844.0, 4863.0, 4878.0, 4866.0, 4857.0, 4892.0, 4847.0, 4890.0, 4879.0, 4891.0, 4870.0, 4867.0, 4868.0, 4880.0, 4870.0, 4859.0, 4865.0, 4849.0, 4867.0, 4867.0, 4847.0, 4865.0, 4859.0, 4893.0, 4869.0, 4869.0, 4868.0, 4850.0, 4878.0, 4870.0, 4890.0, 4875.0, 4882.0, 4862.0, 4878.0, 4858.0, 4841.0, 4867.0, 4853.0, 4872.0, 4874.0, 4894.0, 4876.0, 4905.0, 4878.0, 4865.0, 4897.0, 4857.0, 4899.0, 4867.0, 4910.0, 4880.0, 4897.0, 4880.0, 4916.0, 4881.0, 4890.0, 4915.0, 4896.0, 4933.0, 4905.0, 4905.0, 4925.0, 4894.0, 4933.0, 4906.0, 4932.0, 4893.0, 4932.0, 4914.0, 4900.0, 4920.0, 4899.0, 4916.0, 4896.0, 4888.0, 4906.0, 4897.0, 4875.0, 4892.0, 4893.0, 4883.0, 4902.0, 4869.0, 4891.0, 4893.0, 4883.0, 4891.0, 4879.0, 4846.0, 4854.0, 4877.0, 4859.0, 4885.0, 4867.0, 4859.0, 4876.0, 4866.0, 4856.0, 4876.0, 4869.0, 4877.0, 4878.0, 4857.0, 4877.0, 4870.0, 4878.0, 4879.0, 4870.0, 4880.0, 4869.0, 4890.0, 4873.0, 4892.0, 4861.0, 4888.0, 4869.0, 4891.0, 4874.0, 4893.0, 4874.0, 4882.0, 4878.0, 4845.0, 4899.0, 4893.0, 4912.0, 4897.0, 4922.0, 4917.0, 4920.0, 4915.0, 4921.0, 4914.0, 4878.0, 4910.0, 4866.0, 4907.0, 4887.0, 4906.0, 4885.0, 4904.0, 4873.0, 4891.0, 4861.0, 4879.0, 4852.0, 4878.0, 4861.0, 4870.0, 4853.0, 4852.0, 4884.0, 4878.0, 4866.0, 4885.0, 4878.0, 4909.0, 4886.0, 4896.0, 4903.0, 4873.0, 4881.0, 4850.0, 4874.0, 4839.0, 4868.0, 4827.0], 'WindowWidth': [10705.0, 10649.0, 10649.0, 10584.0, 10621.0, 10582.0, 10614.0, 10555.0, 10597.0, 10578.0, 10548.0, 10626.0, 10610.0, 10660.0, 10628.0, 10612.0, 10651.0, 10648.0, 10709.0, 10650.0, 10625.0, 10583.0, 10527.0, 10528.0, 10495.0, 10532.0, 10539.0, 10543.0, 10592.0, 10528.0, 10553.0, 10574.0, 10560.0, 10590.0, 10582.0, 10586.0, 10560.0, 10532.0, 10562.0, 10647.0, 10615.0, 10564.0, 10490.0, 10496.0, 10532.0, 10586.0, 10565.0, 10581.0, 10562.0, 10530.0, 10555.0, 10544.0, 10571.0, 10541.0, 10564.0, 10546.0, 10549.0, 10541.0, 10545.0, 10524.0, 10548.0, 10542.0, 10543.0, 10559.0, 10562.0, 10564.0, 10570.0, 10570.0, 10586.0, 10571.0, 10581.0, 10573.0, 10571.0, 10569.0, 10573.0, 10584.0, 10585.0, 10571.0, 10593.0, 10576.0, 10591.0, 10572.0, 10552.0, 10570.0, 10550.0, 10579.0, 10561.0, 10582.0, 10570.0, 10563.0, 10571.0, 10569.0, 10588.0, 10616.0, 10605.0, 10647.0, 10570.0, 10611.0, 10575.0, 10599.0, 10580.0, 10607.0, 10583.0, 10603.0, 10568.0, 10553.0, 10598.0, 10605.0, 10630.0, 10624.0, 10647.0, 10632.0, 10620.0, 10616.0, 10602.0, 10609.0, 10583.0, 10607.0, 10581.0, 10615.0, 10576.0, 10559.0, 10576.0, 10572.0, 10616.0, 10592.0, 10571.0, 10584.0, 10579.0, 10605.0, 10592.0, 10575.0, 10592.0, 10571.0, 10592.0, 10576.0, 10587.0, 10569.0, 10595.0, 10569.0, 10596.0, 10568.0, 10548.0, 10547.0, 10558.0, 10561.0, 10550.0, 10579.0, 10554.0, 10575.0, 10551.0, 10575.0, 10556.0, 10578.0, 10573.0, 10594.0, 10584.0, 10566.0, 10561.0, 10556.0, 10618.0, 10613.0, 10649.0, 10642.0, 10633.0, 10644.0, 10627.0, 10637.0, 10615.0, 10644.0, 10605.0, 10629.0, 10623.0, 10598.0, 10607.0, 10592.0, 10612.0, 10601.0, 10590.0, 10588.0, 10550.0, 10577.0, 10560.0, 10590.0, 10568.0, 10577.0, 10552.0, 10531.0, 10582.0, 10530.0, 10583.0, 10591.0, 10586.0, 10590.0, 10579.0, 10609.0, 10574.0, 10610.0, 10591.0, 10604.0, 10611.0, 10570.0, 10619.0, 10595.0, 10630.0, 10621.0, 10636.0, 10599.0, 10619.0, 10594.0, 10630.0, 10580.0, 10599.0, 10573.0, 10618.0, 10590.0, 10571.0, 10587.0, 10590.0, 10599.0, 10595.0, 10592.0, 10634.0, 10592.0, 10551.0, 10563.0, 10571.0, 10597.0, 10577.0, 10593.0, 10546.0, 10568.0, 10526.0, 10564.0, 10534.0, 10501.0, 10534.0, 10538.0, 10594.0, 10583.0, 10558.0, 10548.0, 10560.0, 10557.0, 10561.0, 10557.0, 10568.0, 10557.0, 10537.0, 10519.0, 10535.0, 10511.0, 10517.0, 10513.0, 10514.0, 10508.0, 10516.0, 10507.0, 10532.0, 10522.0, 10551.0, 10546.0, 10563.0, 10549.0, 10566.0, 10553.0, 10587.0, 10572.0, 10602.0, 10576.0, 10606.0, 10588.0, 10601.0, 10578.0, 10605.0, 10598.0, 10570.0, 10549.0, 10602.0, 10611.0, 10606.0, 10588.0, 10633.0, 10655.0, 10699.0, 10708.0, 10625.0, 10615.0, 10639.0, 10628.0, 10653.0, 10630.0, 10638.0, 10578.0, 10601.0, 10576.0, 10556.0, 10574.0, 10554.0, 10528.0, 10575.0, 10536.0, 10582.0, 10563.0, 10549.0, 10567.0, 10551.0, 10570.0, 10559.0, 10569.0, 10535.0, 10541.0, 10589.0, 10561.0, 10549.0, 10564.0, 10571.0, 10562.0, 10573.0, 10572.0, 10571.0, 10557.0, 10572.0, 10551.0, 10550.0, 10566.0, 10556.0, 10593.0, 10569.0, 10550.0, 10567.0, 10551.0, 10563.0, 10535.0, 10558.0, 10548.0, 10560.0, 10557.0, 10544.0, 10590.0, 10565.0, 10609.0, 10605.0, 10612.0, 10640.0, 10617.0, 10596.0, 10567.0, 10604.0, 10561.0, 10595.0, 10588.0, 10596.0, 10583.0, 10564.0, 10595.0, 10569.0, 10607.0, 10588.0, 10629.0, 10600.0, 10566.0, 10621.0, 10615.0, 10664.0, 10664.0, 10665.0, 10672.0, 10601.0, 10635.0, 10602.0, 10656.0, 10614.0, 10570.0, 10610.0, 10585.0, 10634.0, 10600.0, 10636.0, 10625.0, 10593.0, 10560.0, 10545.0, 10544.0, 10578.0, 10599.0, 10628.0, 10656.0, 10548.0, 10560.0, 10585.0, 10563.0, 10559.0, 10580.0, 10587.0, 10555.0, 10581.0, 10568.0, 10563.0, 10565.0, 10551.0, 10562.0, 10544.0, 10553.0, 10523.0, 10533.0, 10509.0, 10533.0, 10527.0, 10534.0, 10525.0, 10537.0, 10575.0, 10550.0, 10548.0, 10549.0, 10613.0, 10627.0, 10630.0, 10648.0, 10623.0, 10657.0, 10633.0, 10652.0, 10621.0, 10632.0, 10612.0, 10610.0, 10590.0, 10585.0, 10588.0, 10572.0, 10563.0, 10535.0, 10559.0, 10569.0, 10562.0, 10586.0, 10555.0, 10576.0, 10553.0, 10549.0, 10584.0, 10551.0, 10567.0, 10554.0, 10576.0, 10548.0, 10533.0, 10577.0, 10558.0, 10560.0, 10560.0, 10543.0, 10555.0, 10527.0, 10568.0, 10552.0, 10538.0, 10519.0, 10535.0, 10502.0, 10531.0, 10504.0, 10529.0, 10499.0, 10533.0, 10523.0, 10549.0, 10524.0, 10553.0, 10525.0, 10537.0, 10513.0, 10538.0, 10522.0, 10538.0, 10531.0, 10539.0, 10528.0, 10555.0, 10535.0, 10545.0, 10542.0, 10568.0, 10564.0, 10543.0, 10585.0, 10564.0, 10608.0, 10571.0, 10609.0, 10566.0, 10595.0, 10563.0, 10591.0, 10547.0, 10591.0, 10562.0, 10591.0, 10568.0, 10575.0, 10579.0, 10534.0, 10598.0, 10596.0, 10622.0, 10586.0, 10587.0, 10638.0, 10658.0, 10623.0, 10649.0, 10588.0, 10636.0, 10591.0, 10618.0, 10558.0, 10622.0, 10559.0, 10598.0, 10539.0, 10589.0, 10534.0, 10590.0, 10573.0, 10587.0, 10590.0, 10585.0, 10634.0, 10636.0, 10690.0, 10659.0, 10664.0, 10650.0, 10614.0, 10640.0, 10601.0, 10634.0, 10604.0, 10609.0, 10584.0, 10605.0, 10593.0, 10556.0, 10580.0, 10569.0, 10571.0, 10584.0, 10559.0, 10585.0, 10575.0, 10598.0, 10577.0, 10550.0, 10578.0, 10568.0, 10579.0, 10576.0, 10547.0, 10558.0, 10542.0, 10549.0, 10543.0, 10556.0, 10546.0, 10537.0, 10522.0, 10515.0, 10518.0, 10541.0, 10538.0, 10523.0, 10521.0, 10529.0, 10542.0, 10550.0, 10550.0, 10561.0, 10553.0, 10575.0, 10594.0, 10599.0, 10593.0, 10601.0, 10606.0, 10600.0, 10588.0, 10567.0, 10587.0, 10562.0, 10606.0, 10569.0, 10610.0, 10568.0, 10596.0, 10570.0, 10590.0, 10604.0, 10604.0, 10647.0, 10676.0, 10699.0, 10621.0, 10614.0, 10671.0, 10659.0, 10657.0, 10570.0, 10542.0, 10563.0, 10569.0, 10584.0, 10539.0, 10574.0, 10547.0, 10562.0, 10564.0, 10545.0, 10559.0, 10533.0, 10545.0, 10547.0, 10573.0, 10562.0, 10543.0, 10542.0, 10547.0, 10525.0, 10540.0, 10550.0, 10573.0, 10565.0, 10533.0, 10569.0, 10548.0, 10568.0, 10557.0, 10540.0, 10522.0, 10531.0, 10493.0, 10530.0, 10513.0, 10555.0, 10517.0, 10557.0, 10515.0, 10559.0, 10533.0, 10581.0, 10530.0, 10584.0, 10543.0, 10584.0, 10532.0, 10589.0, 10537.0, 10591.0, 10559.0, 10616.0, 10554.0, 10599.0, 10579.0, 10617.0, 10587.0, 10587.0, 10636.0, 10611.0, 10657.0, 10607.0, 10653.0, 10640.0, 10634.0, 10619.0, 10552.0, 10484.0, 10485.0, 10480.0, 10529.0, 10534.0, 10605.0, 10573.0, 10611.0, 10597.0, 10647.0, 10713.0, 10661.0, 10624.0, 10591.0, 10585.0, 10585.0, 10627.0, 10601.0, 10625.0, 10612.0, 10595.0, 10545.0, 10556.0, 10577.0, 10571.0, 10564.0, 10568.0, 10602.0, 10556.0, 10580.0, 10608.0, 10592.0, 10577.0, 10635.0, 10566.0, 10630.0, 10609.0, 10631.0, 10598.0, 10593.0, 10595.0, 10613.0, 10601.0, 10583.0, 10587.0, 10568.0, 10591.0, 10591.0, 10559.0, 10584.0, 10580.0, 10636.0, 10597.0, 10596.0, 10595.0, 10571.0, 10606.0, 10600.0, 10627.0, 10615.0, 10621.0, 10591.0, 10610.0, 10581.0, 10560.0, 10593.0, 10583.0, 10607.0, 10618.0, 10643.0, 10623.0, 10657.0, 10626.0, 10604.0, 10650.0, 10595.0, 10656.0, 10612.0, 10672.0, 10633.0, 10652.0, 10631.0, 10676.0, 10637.0, 10649.0, 10690.0, 10663.0, 10713.0, 10674.0, 10676.0, 10705.0, 10659.0, 10714.0, 10679.0, 10707.0, 10657.0, 10710.0, 10686.0, 10661.0, 10687.0, 10655.0, 10678.0, 10647.0, 10639.0, 10663.0, 10648.0, 10611.0, 10635.0, 10638.0, 10624.0, 10650.0, 10596.0, 10638.0, 10641.0, 10623.0, 10634.0, 10613.0, 10559.0, 10573.0, 10607.0, 10588.0, 10616.0, 10594.0, 10582.0, 10604.0, 10592.0, 10578.0, 10605.0, 10599.0, 10608.0, 10611.0, 10582.0, 10610.0, 10602.0, 10612.0, 10612.0, 10599.0, 10617.0, 10598.0, 10634.0, 10612.0, 10638.0, 10592.0, 10627.0, 10603.0, 10635.0, 10617.0, 10639.0, 10617.0, 10623.0, 10628.0, 10575.0, 10660.0, 10658.0, 10681.0, 10669.0, 10699.0, 10697.0, 10689.0, 10690.0, 10692.0, 10685.0, 10624.0, 10672.0, 10608.0, 10665.0, 10636.0, 10663.0, 10631.0, 10655.0, 10609.0, 10633.0, 10590.0, 10614.0, 10581.0, 10613.0, 10591.0, 10600.0, 10581.0, 10580.0, 10627.0, 10627.0, 10610.0, 10634.0, 10627.0, 10674.0, 10634.0, 10648.0, 10655.0, 10610.0, 10617.0, 10572.0, 10599.0, 10555.0, 10592.0, 10539.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.005338635321100917</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03321116055045872</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.0147874571068</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3361562861308836</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0648904935706076</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5046</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4892.7295</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.17592604629664418</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>171</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>19.610091743119266</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.289231449225321</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.175851311760026</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.572835665931545</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.119007369984391</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0291966</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01066128071397543</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.046824660152196884</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.2487746320488515</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>19.117</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.7342</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>242.2905</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293685.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1142.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.8817</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2426</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>596.4347</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4049.3417</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4234.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82859.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1640.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5210.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.5166</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.26553135900758</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> |