=== 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-0016 --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-0016",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0016_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0016_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-03/func/sub-0016_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b94db9b88b994cba0601f18578044b25</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>12:55:4.890000</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_VE11C_LATEST_20160120</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.999801, 0.019733, 0.00300109, -0.0193717, 0.995539, -0.0923379]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0857559</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4177, -7765, -7267, 598, -89, -152, -43, 83]</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>231.495</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>039b9d1f-a21d-45b2-9c6a-ebd6a10f6087||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823923587799072, -0.051972970366477966, 0.012986474670469761, 112.72062683105469], [-0.05294225364923477, 2.670958995819092, -0.24910582602024078, -75.48970031738281], [0.008051693439483643, 0.24773596227169037, 2.68845272064209, -85.81053924560547], [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': ['125504.890000', '125505.350000', '125505.810000', '125506.270000', '125506.730000', '125507.190000', '125507.650000', '125508.110000', '125508.570000', '125509.030000', '125509.490000', '125509.950000', '125510.410000', '125510.870000', '125511.330000', '125511.790000', '125512.250000', '125512.710000', '125513.170000', '125513.630000', '125514.090000', '125514.550000', '125515.010000', '125515.470000', '125515.930000', '125516.390000', '125516.850000', '125517.310000', '125517.770000', '125518.230000', '125518.690000', '125519.150000', '125519.610000', '125520.070000', '125520.530000', '125520.990000', '125521.450000', '125521.910000', '125522.370000', '125522.830000', '125523.290000', '125523.750000', '125524.210000', '125524.670000', '125525.130000', '125525.590000', '125526.050000', '125526.510000', '125526.970000', '125527.430000', '125527.890000', '125528.350000', '125528.810000', '125529.270000', '125529.730000', '125530.190000', '125530.650000', '125531.110000', '125531.570000', '125532.030000', '125532.490000', '125532.950000', '125533.410000', '125533.870000', '125534.330000', '125534.790000', '125535.250000', '125535.710000', '125536.170000', '125536.630000', '125537.090000', '125537.550000', '125538.010000', '125538.470000', '125538.930000', '125539.390000', '125539.850000', '125540.310000', '125540.770000', '125541.230000', '125541.690000', '125542.150000', '125542.610000', '125543.070000', '125543.530000', '125543.990000', '125544.450000', '125544.910000', '125545.370000', '125545.830000', '125546.290000', '125546.750000', '125547.210000', '125547.670000', '125548.130000', '125548.590000', '125549.050000', '125549.510000', '125549.970000', '125550.430000', '125550.890000', '125551.350000', '125551.810000', '125552.270000', '125552.730000', '125553.190000', '125553.650000', '125554.110000', '125554.570000', '125555.030000', '125555.490000', '125555.950000', '125556.410000', '125556.870000', '125557.330000', '125557.790000', '125558.250000', '125558.710000', '125559.170000', '125559.630000', '125600.090000', '125600.550000', '125601.010000', '125601.470000', '125601.930000', '125602.390000', '125602.850000', '125603.310000', '125603.770000', '125604.230000', '125604.690000', '125605.150000', '125605.610000', '125606.070000', '125606.530000', '125606.990000', '125607.450000', '125607.910000', '125608.370000', '125608.830000', '125609.290000', '125609.750000', '125610.210000', '125610.670000', '125611.130000', '125611.590000', '125612.050000', '125612.510000', '125612.970000', '125613.430000', '125613.890000', '125614.350000', '125614.810000', '125615.270000', '125615.730000', '125616.190000', '125616.650000', '125617.110000', '125617.570000', '125618.030000', '125618.490000', '125618.950000', '125619.410000', '125619.870000', '125620.330000', '125620.790000', '125621.250000', '125621.710000', '125622.170000', '125622.630000', '125623.090000', '125623.550000', '125624.010000', '125624.470000', '125624.930000', '125625.390000', '125625.850000', '125626.310000', '125626.770000', '125627.230000', '125627.690000', '125628.150000', '125628.610000', '125629.070000', '125629.530000', '125629.990000', '125630.450000', '125630.910000', '125631.370000', '125631.830000', '125632.290000', '125632.750000', '125633.210000', '125633.670000', '125634.130000', '125634.590000', '125635.050000', '125635.510000', '125635.970000', '125636.430000', '125636.890000', '125637.350000', '125637.810000', '125638.270000', '125638.730000', '125639.190000', '125639.650000', '125640.110000', '125640.570000', '125641.030000', '125641.490000', '125641.950000', '125642.410000', '125642.870000', '125643.330000', '125643.790000', '125644.250000', '125644.710000', '125645.170000', '125645.630000', '125646.090000', '125646.550000', '125647.010000', '125647.470000', '125647.930000', '125648.390000', '125648.850000', '125649.310000', '125649.770000', '125650.230000', '125650.690000', '125651.150000', '125651.610000', '125652.070000', '125652.530000', '125652.990000', '125653.450000', '125653.910000', '125654.370000', '125654.830000', '125655.290000', '125655.750000', '125656.210000', '125656.670000', '125657.130000', '125657.590000', '125658.050000', '125658.510000', '125658.970000', '125659.430000', '125659.890000', '125700.350000', '125700.810000', '125701.270000', '125701.730000', '125702.190000', '125702.650000', '125703.110000', '125703.570000', '125704.030000', '125704.490000', '125704.950000', '125705.410000', '125705.870000', '125706.330000', '125706.790000', '125707.250000', '125707.710000', '125708.170000', '125708.630000', '125709.090000', '125709.550000', '125710.010000', '125710.470000', '125710.930000', '125711.390000', '125711.850000', '125712.310000', '125712.770000', '125713.230000', '125713.690000', '125714.150000', '125714.610000', '125715.070000', '125715.530000', '125715.990000', '125716.450000', '125716.910000', '125717.370000', '125717.830000', '125718.290000', '125718.750000', '125719.210000', '125719.670000', '125720.130000', '125720.590000', '125721.050000', '125721.510000', '125721.970000', '125722.430000', '125722.890000', '125723.350000', '125723.810000', '125724.270000', '125724.730000', '125725.190000', '125725.650000', '125726.110000', '125726.570000', '125727.030000', '125727.490000', '125727.950000', '125728.410000', '125728.870000', '125729.330000', '125729.790000', '125730.250000', '125730.710000', '125731.170000', '125731.630000', '125732.090000', '125732.550000', '125733.010000', '125733.470000', '125733.930000', '125734.390000', '125734.850000', '125735.310000', '125735.770000', '125736.230000', '125736.690000', '125737.150000', '125737.610000', '125738.070000', '125738.530000', '125738.990000', '125739.450000', '125739.910000', '125740.370000', '125740.830000', '125741.290000', '125741.750000', '125742.210000', '125742.670000', '125743.130000', '125743.590000', '125744.050000', '125744.510000', '125744.970000', '125745.430000', '125745.890000', '125746.350000', '125746.810000', '125747.270000', '125747.730000', '125748.190000', '125748.650000', '125749.110000', '125749.570000', '125750.030000', '125750.490000', '125750.950000', '125751.410000', '125751.870000', '125752.330000', '125752.790000', '125753.250000', '125753.710000', '125754.170000', '125754.630000', '125755.090000', '125755.550000', '125756.010000', '125756.470000', '125756.930000', '125757.390000', '125757.850000', '125758.310000', '125758.770000', '125759.230000', '125759.690000', '125800.150000', '125800.610000', '125801.070000', '125801.530000', '125801.990000', '125802.450000', '125802.910000', '125803.370000', '125803.830000', '125804.290000', '125804.750000', '125805.210000', '125805.670000', '125806.130000', '125806.590000', '125807.050000', '125807.510000', '125807.970000', '125808.430000', '125808.890000', '125809.350000', '125809.810000', '125810.270000', '125810.730000', '125811.190000', '125811.650000', '125812.110000', '125812.570000', '125813.030000', '125813.490000', '125813.950000', '125814.410000', '125814.870000', '125815.330000', '125815.790000', '125816.250000', '125816.710000', '125817.170000', '125817.630000', '125818.090000', '125818.550000', '125819.010000', '125819.470000', '125819.930000', '125820.390000', '125820.850000', '125821.310000', '125821.770000', '125822.230000', '125822.690000', '125823.150000', '125823.610000', '125824.070000', '125824.530000', '125824.990000', '125825.450000', '125825.910000', '125826.370000', '125826.830000', '125827.290000', '125827.750000', '125828.210000', '125828.670000', '125829.130000', '125829.590000', '125830.050000', '125830.510000', '125830.970000', '125831.430000', '125831.890000', '125832.350000', '125832.810000', '125833.270000', '125833.730000', '125834.190000', '125834.650000', '125835.110000', '125835.570000', '125836.030000', '125836.490000', '125836.950000', '125837.410000', '125837.870000', '125838.330000', '125838.790000', '125839.250000', '125839.710000', '125840.170000', '125840.630000', '125841.090000', '125841.550000', '125842.010000', '125842.470000', '125842.930000', '125843.390000', '125843.850000', '125844.310000', '125844.770000', '125845.230000', '125845.690000', '125846.150000', '125846.610000', '125847.070000', '125847.530000', '125847.990000', '125848.450000', '125848.910000', '125849.370000', '125849.830000', '125850.290000', '125850.750000', '125851.210000', '125851.670000', '125852.130000', '125852.590000', '125853.050000', '125853.510000', '125853.970000', '125854.430000', '125854.890000', '125855.350000', '125855.810000', '125856.270000', '125856.730000', '125857.190000', '125857.650000', '125858.110000', '125858.570000', '125859.030000', '125859.490000', '125859.950000', '125900.410000', '125900.870000', '125901.330000', '125901.790000', '125902.250000', '125902.710000', '125903.170000', '125903.630000', '125904.090000', '125904.550000', '125905.010000', '125905.470000', '125905.930000', '125906.390000', '125906.850000', '125907.310000', '125907.770000', '125908.230000', '125908.690000', '125909.150000', '125909.610000', '125910.070000', '125910.530000', '125910.990000', '125911.450000', '125911.910000', '125912.370000', '125912.830000', '125913.290000', '125913.750000', '125914.210000', '125914.670000', '125915.130000', '125915.590000', '125916.050000', '125916.510000', '125916.970000', '125917.430000', '125917.890000', '125918.350000', '125918.810000', '125919.270000', '125919.730000', '125920.190000', '125920.650000', '125921.110000', '125921.570000', '125922.030000', '125922.490000', '125922.950000', '125923.410000', '125923.870000', '125924.330000', '125924.790000', '125925.250000', '125925.710000', '125926.170000', '125926.630000', '125927.090000', '125927.550000', '125928.010000', '125928.470000', '125928.930000', '125929.390000', '125929.850000', '125930.310000', '125930.770000', '125931.230000', '125931.690000', '125932.150000', '125932.610000', '125933.070000', '125933.530000', '125933.990000', '125934.450000', '125934.910000', '125935.370000', '125935.830000', '125936.290000', '125936.750000', '125937.210000', '125937.670000', '125938.130000', '125938.590000', '125939.050000', '125939.510000', '125939.970000', '125940.430000', '125940.890000', '125941.350000', '125941.810000', '125942.270000', '125942.730000', '125943.190000', '125943.650000', '125944.110000', '125944.570000', '125945.030000', '125945.490000', '125945.950000', '125946.410000', '125946.870000', '125947.330000', '125947.790000', '125948.250000', '125948.710000', '125949.170000', '125949.630000', '125950.090000', '125950.550000', '125951.010000', '125951.470000', '125951.930000', '125952.390000', '125952.850000', '125953.310000', '125953.770000', '125954.230000', '125954.690000', '125955.150000', '125955.610000', '125956.070000', '125956.530000', '125956.990000', '125957.450000', '125957.910000', '125958.370000', '125958.830000', '125959.290000', '125959.750000', '130000.210000', '130000.670000', '130001.130000', '130001.590000', '130002.050000', '130002.510000', '130002.970000', '130003.430000', '130003.890000', '130004.350000', '130004.810000', '130005.270000', '130005.730000', '130006.190000', '130006.650000', '130007.110000', '130007.570000', '130008.030000', '130008.490000', '130008.950000', '130009.410000', '130009.870000', '130010.330000', '130010.790000', '130011.250000', '130011.710000', '130012.170000', '130012.630000', '130013.090000', '130013.550000', '130014.010000', '130014.470000', '130014.930000', '130015.390000', '130015.850000', '130016.310000', '130016.770000', '130017.230000', '130017.690000', '130018.150000', '130018.610000', '130019.070000', '130019.530000', '130019.990000', '130020.450000', '130020.910000', '130021.370000', '130021.830000', '130022.290000', '130022.750000', '130023.210000', '130023.670000', '130024.130000', '130024.590000', '130025.050000', '130025.510000', '130025.970000', '130026.430000', '130026.890000', '130027.350000', '130027.810000', '130028.270000', '130028.730000', '130029.190000', '130029.650000', '130030.110000', '130030.570000', '130031.030000', '130031.490000', '130031.950000', '130032.410000', '130032.870000', '130033.330000', '130033.790000', '130034.250000', '130034.710000', '130035.170000', '130035.630000', '130036.090000', '130036.550000', '130037.010000', '130037.470000', '130037.930000', '130038.390000', '130038.850000', '130039.310000', '130039.770000', '130040.230000', '130040.690000', '130041.150000', '130041.610000', '130042.070000', '130042.530000', '130042.990000', '130043.450000', '130043.910000', '130044.370000', '130044.830000', '130045.290000', '130045.750000', '130046.210000', '130046.670000', '130047.130000', '130047.590000', '130048.050000', '130048.510000', '130048.970000', '130049.430000', '130049.890000', '130050.350000', '130050.810000', '130051.270000', '130051.730000', '130052.190000', '130052.650000', '130053.110000', '130053.570000', '130054.030000', '130054.490000', '130054.950000', '130055.410000', '130055.870000', '130056.330000', '130056.790000', '130057.250000', '130057.710000', '130058.170000', '130058.630000', '130059.090000', '130059.550000', '130100.010000', '130100.470000', '130100.930000', '130101.390000', '130101.850000', '130102.310000', '130102.770000', '130103.230000', '130103.690000', '130104.150000', '130104.610000', '130105.070000', '130105.530000', '130105.990000', '130106.450000', '130106.910000', '130107.370000', '130107.830000', '130108.290000', '130108.750000', '130109.210000', '130109.670000', '130110.130000', '130110.590000', '130111.050000', '130111.510000', '130111.970000', '130112.430000', '130112.890000', '130113.350000', '130113.810000', '130114.270000', '130114.730000', '130115.190000', '130115.650000', '130116.110000', '130116.570000', '130117.030000', '130117.490000', '130117.950000', '130118.410000', '130118.870000', '130119.330000', '130119.790000', '130120.250000', '130120.710000', '130121.170000', '130121.630000', '130122.090000', '130122.550000', '130123.010000', '130123.470000', '130123.930000', '130124.390000', '130124.850000', '130125.310000', '130125.770000', '130126.230000', '130126.690000', '130127.150000', '130127.610000', '130128.070000', '130128.530000', '130128.990000', '130129.450000', '130129.910000', '130130.370000', '130130.830000', '130131.290000', '130131.750000', '130132.210000', '130132.670000', '130133.130000', '130133.590000', '130134.050000', '130134.510000', '130134.970000', '130135.430000', '130135.890000', '130136.350000', '130136.810000', '130137.270000', '130137.730000', '130138.190000', '130138.650000', '130139.110000', '130139.570000', '130140.030000', '130140.490000', '130140.950000', '130141.410000', '130141.870000', '130142.330000', '130142.790000', '130143.250000', '130143.710000', '130144.170000', '130144.630000', '130145.090000', '130145.550000'], 'ContentTime': ['125523.528000', '125523.531000', '125523.534000', '125523.537000', '125523.540000', '125523.543000', '125523.546000', '125523.549000', '125523.552000', '125523.555000', '125523.558000', '125523.561000', '125523.564000', '125523.567000', '125523.570000', '125523.572000', '125523.575000', '125523.578000', '125523.581000', '125523.584000', '125523.587000', '125523.591000', '125523.594000', '125523.597000', '125523.600000', '125523.603000', '125523.605000', '125523.617000', '125523.620000', '125523.623000', '125523.625000', '125523.629000', '125523.632000', '125523.634000', '125523.638000', '125523.641000', '125523.643000', '125523.646000', '125523.649000', '125543.491000', '125543.494000', '125543.497000', '125543.500000', '125543.502000', '125543.505000', '125543.508000', '125543.511000', '125543.514000', '125543.516000', '125543.519000', '125543.522000', '125543.525000', '125543.528000', '125543.531000', '125543.533000', '125543.536000', '125543.539000', '125543.542000', '125543.545000', '125543.548000', '125543.550000', '125543.553000', '125543.556000', '125543.559000', '125543.562000', '125543.565000', '125543.567000', '125543.570000', '125543.573000', '125543.576000', '125543.579000', '125543.582000', '125543.585000', '125543.588000', '125543.590000', '125543.593000', '125543.596000', '125543.599000', '125543.602000', '125543.605000', '125543.607000', '125543.610000', '125543.613000', '125603.491000', '125603.494000', '125603.497000', '125603.500000', '125603.503000', '125603.505000', '125603.508000', '125603.511000', '125603.514000', '125603.517000', '125603.519000', '125603.522000', '125603.525000', '125603.528000', '125603.531000', '125603.534000', '125603.537000', '125603.540000', '125603.543000', '125603.545000', '125603.548000', '125603.551000', '125603.554000', '125603.557000', '125603.560000', '125603.562000', '125603.565000', '125603.568000', '125603.571000', '125603.574000', '125603.577000', '125603.580000', '125603.582000', '125603.585000', '125603.588000', '125603.591000', '125603.594000', '125603.597000', '125603.600000', '125603.603000', '125603.606000', '125603.609000', '125603.612000', '125623.491000', '125623.494000', '125623.497000', '125623.499000', '125623.502000', '125623.505000', '125623.508000', '125623.511000', '125623.514000', '125623.516000', '125623.519000', '125623.522000', '125623.525000', '125623.528000', '125623.531000', '125623.534000', '125623.537000', '125623.539000', '125623.542000', '125623.545000', '125623.548000', '125623.551000', '125623.554000', '125623.557000', '125623.559000', '125623.562000', '125623.565000', '125623.568000', '125623.571000', '125623.574000', '125623.577000', '125623.580000', '125623.583000', '125623.586000', '125623.589000', '125623.592000', '125623.594000', '125623.597000', '125623.600000', '125623.603000', '125623.606000', '125623.609000', '125623.611000', '125623.614000', '125643.491000', '125643.494000', '125643.497000', '125643.499000', '125643.502000', '125643.505000', '125643.508000', '125643.511000', '125643.514000', '125643.517000', '125643.520000', '125643.522000', '125643.525000', '125643.528000', '125643.531000', '125643.534000', '125643.537000', '125643.540000', '125643.542000', '125643.545000', '125643.548000', '125643.551000', '125643.554000', '125643.557000', '125643.560000', '125643.563000', '125643.566000', '125643.579000', '125643.582000', '125643.585000', '125643.588000', '125643.591000', '125643.594000', '125643.596000', '125643.599000', '125643.602000', '125643.605000', '125643.608000', '125643.611000', '125643.613000', '125643.616000', '125643.619000', '125643.627000', '125703.490000', '125703.493000', '125703.496000', '125703.498000', '125703.501000', '125703.504000', '125703.507000', '125703.510000', '125703.513000', '125703.516000', '125703.519000', '125703.521000', '125703.524000', '125703.527000', '125703.530000', '125703.533000', '125703.536000', '125703.539000', '125703.542000', '125703.544000', '125703.547000', '125703.550000', '125703.553000', '125703.563000', '125703.566000', '125703.568000', '125703.571000', '125703.574000', '125703.577000', '125703.580000', '125703.583000', '125703.586000', '125703.589000', '125703.591000', '125703.594000', '125703.597000', '125703.600000', '125703.603000', '125703.606000', '125703.609000', '125703.612000', '125703.615000', '125703.617000', '125723.491000', '125723.494000', '125723.497000', '125723.500000', '125723.502000', '125723.505000', '125723.508000', '125723.511000', '125723.514000', '125723.517000', '125723.520000', '125723.523000', '125723.526000', '125723.529000', '125723.531000', '125723.534000', '125723.537000', '125723.540000', '125723.543000', '125723.546000', '125723.549000', '125723.551000', '125723.554000', '125723.557000', '125723.560000', '125723.563000', '125723.566000', '125723.569000', '125723.571000', '125723.574000', '125723.577000', '125723.580000', '125723.583000', '125723.586000', '125723.589000', '125723.592000', '125723.594000', '125723.597000', '125723.600000', '125723.603000', '125723.606000', '125723.609000', '125723.612000', '125723.614000', '125743.491000', '125743.494000', '125743.498000', '125743.501000', '125743.504000', '125743.506000', '125743.509000', '125743.512000', '125743.515000', '125743.518000', '125743.521000', '125743.524000', '125743.527000', '125743.529000', '125743.532000', '125743.535000', '125743.538000', '125743.541000', '125743.544000', '125743.547000', '125743.549000', '125743.552000', '125743.555000', '125743.558000', '125743.561000', '125743.564000', '125743.567000', '125743.569000', '125743.572000', '125743.575000', '125743.578000', '125743.581000', '125743.584000', '125743.587000', '125743.590000', '125743.592000', '125743.595000', '125743.598000', '125743.601000', '125743.604000', '125743.607000', '125743.610000', '125743.613000', '125803.491000', '125803.494000', '125803.497000', '125803.500000', '125803.503000', '125803.506000', '125803.509000', '125803.511000', '125803.514000', '125803.517000', '125803.520000', '125803.523000', '125803.526000', '125803.529000', '125803.532000', '125803.534000', '125803.537000', '125803.540000', '125803.543000', '125803.546000', '125803.549000', '125803.552000', '125803.555000', '125803.557000', '125803.560000', '125803.563000', '125803.566000', '125803.569000', '125803.572000', '125803.575000', '125803.578000', '125803.581000', '125803.583000', '125803.586000', '125803.589000', '125803.592000', '125803.595000', '125803.598000', '125803.601000', '125803.604000', '125803.607000', '125803.610000', '125803.612000', '125803.615000', '125823.491000', '125823.494000', '125823.497000', '125823.500000', '125823.503000', '125823.506000', '125823.509000', '125823.512000', '125823.515000', '125823.518000', '125823.521000', '125823.525000', '125823.528000', '125823.531000', '125823.534000', '125823.537000', '125823.540000', '125823.543000', '125823.545000', '125823.548000', '125823.551000', '125823.554000', '125823.557000', '125823.575000', '125823.578000', '125823.581000', '125823.584000', '125823.587000', '125823.590000', '125823.592000', '125823.595000', '125823.598000', '125823.601000', '125823.604000', '125823.607000', '125823.610000', '125823.613000', '125823.616000', '125823.618000', '125823.621000', '125823.624000', '125823.627000', '125823.630000', '125843.491000', '125843.494000', '125843.497000', '125843.500000', '125843.502000', '125843.505000', '125843.508000', '125843.511000', '125843.514000', '125843.517000', '125843.520000', '125843.523000', '125843.526000', '125843.528000', '125843.531000', '125843.534000', '125843.537000', '125843.540000', '125843.543000', '125843.546000', '125843.548000', '125843.551000', '125843.554000', '125843.557000', '125843.560000', '125843.563000', '125843.566000', '125843.568000', '125843.571000', '125843.574000', '125843.577000', '125843.580000', '125843.583000', '125843.586000', '125843.589000', '125843.591000', '125843.594000', '125843.597000', '125843.600000', '125843.603000', '125843.606000', '125843.609000', '125843.612000', '125843.614000', '125903.491000', '125903.494000', '125903.497000', '125903.500000', '125903.503000', '125903.506000', '125903.508000', '125903.511000', '125903.514000', '125903.517000', '125903.520000', '125903.523000', '125903.528000', '125903.532000', '125903.535000', '125903.538000', '125903.541000', '125903.544000', '125903.546000', '125903.549000', '125903.552000', '125903.555000', '125903.558000', '125903.561000', '125903.564000', '125903.567000', '125903.570000', '125903.573000', '125903.576000', '125903.579000', '125903.581000', '125903.584000', '125903.587000', '125903.590000', '125903.593000', '125903.596000', '125903.599000', '125903.602000', '125903.605000', '125903.607000', '125903.610000', '125903.613000', '125903.616000', '125923.490000', '125923.493000', '125923.496000', '125923.499000', '125923.502000', '125923.505000', '125923.507000', '125923.510000', '125923.513000', '125923.516000', '125923.519000', '125923.522000', '125923.525000', '125923.528000', '125923.531000', '125923.534000', '125923.537000', '125923.540000', '125923.543000', '125923.545000', '125923.548000', '125923.551000', '125923.554000', '125923.557000', '125923.560000', '125923.563000', '125923.566000', '125923.569000', '125923.571000', '125923.574000', '125923.577000', '125923.580000', '125923.583000', '125923.586000', '125923.589000', '125923.592000', '125923.595000', '125923.598000', '125923.601000', '125923.603000', '125923.606000', '125923.609000', '125923.612000', '125923.615000', '125943.491000', '125943.494000', '125943.497000', '125943.500000', '125943.503000', '125943.506000', '125943.509000', '125943.512000', '125943.515000', '125943.517000', '125943.520000', '125943.523000', '125943.526000', '125943.529000', '125943.532000', '125943.535000', '125943.538000', '125943.542000', '125943.546000', '125943.549000', '125943.552000', '125943.555000', '125943.558000', '125943.561000', '125943.564000', '125943.567000', '125943.570000', '125943.572000', '125943.575000', '125943.578000', '125943.581000', '125943.584000', '125943.587000', '125943.590000', '125943.593000', '125943.596000', '125943.599000', '125943.601000', '125943.604000', '125943.607000', '125943.610000', '125943.613000', '125943.616000', '130003.491000', '130003.494000', '130003.497000', '130003.500000', '130003.503000', '130003.506000', '130003.509000', '130003.512000', '130003.514000', '130003.517000', '130003.520000', '130003.523000', '130003.526000', '130003.529000', '130003.532000', '130003.534000', '130003.537000', '130003.540000', '130003.543000', '130003.546000', '130003.549000', '130003.552000', '130003.555000', '130003.558000', '130003.560000', '130003.563000', '130003.566000', '130003.569000', '130003.572000', '130003.575000', '130003.578000', '130003.581000', '130003.584000', '130003.586000', '130003.589000', '130003.592000', '130003.595000', '130003.598000', '130003.601000', '130003.604000', '130003.607000', '130003.610000', '130003.612000', '130003.615000', '130023.491000', '130023.494000', '130023.497000', '130023.500000', '130023.503000', '130023.506000', '130023.509000', '130023.512000', '130023.515000', '130023.517000', '130023.520000', '130023.523000', '130023.526000', '130023.529000', '130023.532000', '130023.535000', '130023.545000', '130023.548000', '130023.550000', '130023.553000', '130023.556000', '130023.559000', '130023.562000', '130023.565000', '130023.568000', '130023.571000', '130023.574000', '130023.578000', '130023.581000', '130023.584000', '130023.587000', '130023.590000', '130023.593000', '130023.596000', '130023.599000', '130023.602000', '130023.605000', '130023.608000', '130023.611000', '130023.613000', '130023.616000', '130023.619000', '130023.622000', '130043.491000', '130043.494000', '130043.497000', '130043.500000', '130043.503000', '130043.506000', '130043.508000', '130043.511000', '130043.514000', '130043.517000', '130043.520000', '130043.523000', '130043.526000', '130043.528000', '130043.531000', '130043.534000', '130043.537000', '130043.540000', '130043.543000', '130043.546000', '130043.549000', '130043.552000', '130043.555000', '130043.557000', '130043.560000', '130043.563000', '130043.566000', '130043.569000', '130043.572000', '130043.575000', '130043.578000', '130043.581000', '130043.584000', '130043.587000', '130043.590000', '130043.593000', '130043.595000', '130043.598000', '130043.601000', '130043.604000', '130043.607000', '130043.610000', '130043.613000', '130043.616000', '130103.491000', '130103.494000', '130103.497000', '130103.500000', '130103.503000', '130103.506000', '130103.509000', '130103.511000', '130103.514000', '130103.517000', '130103.520000', '130103.523000', '130103.527000', '130103.530000', '130103.533000', '130103.535000', '130103.538000', '130103.541000', '130103.544000', '130103.547000', '130103.550000', '130103.553000', '130103.556000', '130103.559000', '130103.561000', '130103.564000', '130103.567000', '130103.570000', '130103.573000', '130103.576000', '130103.579000', '130103.582000', '130103.585000', '130103.588000', '130103.591000', '130103.594000', '130103.597000', '130103.600000', '130103.603000', '130103.605000', '130103.608000', '130103.611000', '130103.614000', '130123.492000', '130123.495000', '130123.511000', '130123.514000', '130123.516000', '130123.519000', '130123.522000', '130123.525000', '130123.528000', '130123.531000', '130123.534000', '130123.537000', '130123.539000', '130123.542000', '130123.545000', '130123.548000', '130123.551000', '130123.554000', '130123.557000', '130123.560000', '130123.562000', '130123.565000', '130123.568000', '130123.571000', '130123.574000', '130123.577000', '130123.580000', '130123.583000', '130123.585000', '130123.588000', '130123.591000', '130123.594000', '130123.597000', '130123.600000', '130123.603000', '130123.606000', '130123.608000', '130123.611000', '130123.614000', '130123.617000', '130123.620000', '130123.623000', '130123.626000', '130123.629000', '130143.490000', '130143.493000', '130143.496000', '130143.499000', '130143.502000', '130143.504000', '130143.507000', '130143.510000', '130143.513000', '130143.516000', '130143.519000', '130143.522000', '130143.525000', '130143.528000', '130143.530000', '130143.533000', '130143.536000', '130143.539000', '130143.542000', '130143.545000', '130143.548000', '130143.551000', '130143.553000', '130143.556000', '130143.559000', '130143.562000', '130143.565000', '130143.568000', '130143.571000', '130143.574000', '130143.578000', '130143.581000', '130143.583000', '130143.586000', '130143.589000', '130143.592000', '130143.595000', '130143.598000', '130143.603000', '130143.607000', '130143.610000', '130143.612000', '130143.615000', '130146.423000', '130146.427000', '130146.430000', '130146.433000', '130146.436000', '130146.439000', '130146.442000'], 'InstanceCreationTime': ['125523.528000', '125523.531000', '125523.534000', '125523.537000', '125523.540000', '125523.543000', '125523.546000', '125523.549000', '125523.552000', '125523.555000', '125523.558000', '125523.561000', '125523.564000', '125523.567000', '125523.570000', '125523.572000', '125523.575000', '125523.578000', '125523.581000', '125523.584000', '125523.587000', '125523.591000', '125523.594000', '125523.597000', '125523.600000', '125523.603000', '125523.605000', '125523.617000', '125523.620000', '125523.623000', '125523.625000', '125523.629000', '125523.632000', '125523.634000', '125523.638000', '125523.641000', '125523.643000', '125523.646000', '125523.649000', '125543.491000', '125543.494000', '125543.497000', '125543.500000', '125543.502000', '125543.505000', '125543.508000', '125543.511000', '125543.514000', '125543.516000', '125543.519000', '125543.522000', '125543.525000', '125543.528000', '125543.531000', '125543.533000', '125543.536000', '125543.539000', '125543.542000', '125543.545000', '125543.548000', '125543.550000', '125543.553000', '125543.556000', '125543.559000', '125543.562000', '125543.565000', '125543.567000', '125543.570000', '125543.573000', '125543.576000', '125543.579000', '125543.582000', '125543.585000', '125543.588000', '125543.590000', '125543.593000', '125543.596000', '125543.599000', '125543.602000', '125543.605000', '125543.607000', '125543.610000', '125543.613000', '125603.491000', '125603.494000', '125603.497000', '125603.500000', '125603.503000', '125603.505000', '125603.508000', '125603.511000', '125603.514000', '125603.517000', '125603.519000', '125603.522000', '125603.525000', '125603.528000', '125603.531000', '125603.534000', '125603.537000', '125603.540000', '125603.543000', '125603.545000', '125603.548000', '125603.551000', '125603.554000', '125603.557000', '125603.560000', '125603.562000', '125603.565000', '125603.568000', '125603.571000', '125603.574000', '125603.577000', '125603.580000', '125603.582000', '125603.585000', '125603.588000', '125603.591000', '125603.594000', '125603.597000', '125603.600000', '125603.603000', '125603.606000', '125603.609000', '125603.612000', '125623.491000', '125623.494000', '125623.497000', '125623.499000', '125623.502000', '125623.505000', '125623.508000', '125623.511000', '125623.514000', '125623.516000', '125623.519000', '125623.522000', '125623.525000', '125623.528000', '125623.531000', '125623.534000', '125623.537000', '125623.539000', '125623.542000', '125623.545000', '125623.548000', '125623.551000', '125623.554000', '125623.557000', '125623.559000', '125623.562000', '125623.565000', '125623.568000', '125623.571000', '125623.574000', '125623.577000', '125623.580000', '125623.583000', '125623.586000', '125623.589000', '125623.592000', '125623.594000', '125623.597000', '125623.600000', '125623.603000', '125623.606000', '125623.609000', '125623.611000', '125623.614000', '125643.491000', '125643.494000', '125643.497000', '125643.499000', '125643.502000', '125643.505000', '125643.508000', '125643.511000', '125643.514000', '125643.517000', '125643.520000', '125643.522000', '125643.525000', '125643.528000', '125643.531000', '125643.534000', '125643.537000', '125643.540000', '125643.542000', '125643.545000', '125643.548000', '125643.551000', '125643.554000', '125643.557000', '125643.560000', '125643.563000', '125643.566000', '125643.579000', '125643.582000', '125643.585000', '125643.588000', '125643.591000', '125643.594000', '125643.596000', '125643.599000', '125643.602000', '125643.605000', '125643.608000', '125643.611000', '125643.613000', '125643.616000', '125643.619000', '125643.627000', '125703.490000', '125703.493000', '125703.496000', '125703.498000', '125703.501000', '125703.504000', '125703.507000', '125703.510000', '125703.513000', '125703.516000', '125703.519000', '125703.521000', '125703.524000', '125703.527000', '125703.530000', '125703.533000', '125703.536000', '125703.539000', '125703.542000', '125703.544000', '125703.547000', '125703.550000', '125703.553000', '125703.563000', '125703.566000', '125703.568000', '125703.571000', '125703.574000', '125703.577000', '125703.580000', '125703.583000', '125703.586000', '125703.589000', '125703.591000', '125703.594000', '125703.597000', '125703.600000', '125703.603000', '125703.606000', '125703.609000', '125703.612000', '125703.615000', '125703.617000', '125723.491000', '125723.494000', '125723.497000', '125723.500000', '125723.502000', '125723.505000', '125723.508000', '125723.511000', '125723.514000', '125723.517000', '125723.520000', '125723.523000', '125723.526000', '125723.529000', '125723.531000', '125723.534000', '125723.537000', '125723.540000', '125723.543000', '125723.546000', '125723.549000', '125723.551000', '125723.554000', '125723.557000', '125723.560000', '125723.563000', '125723.566000', '125723.569000', '125723.571000', '125723.574000', '125723.577000', '125723.580000', '125723.583000', '125723.586000', '125723.589000', '125723.592000', '125723.594000', '125723.597000', '125723.600000', '125723.603000', '125723.606000', '125723.609000', '125723.612000', '125723.614000', '125743.491000', '125743.494000', '125743.498000', '125743.501000', '125743.504000', '125743.506000', '125743.509000', '125743.512000', '125743.515000', '125743.518000', '125743.521000', '125743.524000', '125743.527000', '125743.529000', '125743.532000', '125743.535000', '125743.538000', '125743.541000', '125743.544000', '125743.547000', '125743.549000', '125743.552000', '125743.555000', '125743.558000', '125743.561000', '125743.564000', '125743.567000', '125743.569000', '125743.572000', '125743.575000', '125743.578000', '125743.581000', '125743.584000', '125743.587000', '125743.590000', '125743.592000', '125743.595000', '125743.598000', '125743.601000', '125743.604000', '125743.607000', '125743.610000', '125743.613000', '125803.491000', '125803.494000', '125803.497000', '125803.500000', '125803.503000', '125803.506000', '125803.509000', '125803.511000', '125803.514000', '125803.517000', '125803.520000', '125803.523000', '125803.526000', '125803.529000', '125803.532000', '125803.534000', '125803.537000', '125803.540000', '125803.543000', '125803.546000', '125803.549000', '125803.552000', '125803.555000', '125803.557000', '125803.560000', '125803.563000', '125803.566000', '125803.569000', '125803.572000', '125803.575000', '125803.578000', '125803.581000', '125803.583000', '125803.586000', '125803.589000', '125803.592000', '125803.595000', '125803.598000', '125803.601000', '125803.604000', '125803.607000', '125803.610000', '125803.612000', '125803.615000', '125823.491000', '125823.494000', '125823.497000', '125823.500000', '125823.503000', '125823.506000', '125823.509000', '125823.512000', '125823.515000', '125823.518000', '125823.521000', '125823.525000', '125823.528000', '125823.531000', '125823.534000', '125823.537000', '125823.540000', '125823.543000', '125823.545000', '125823.548000', '125823.551000', '125823.554000', '125823.557000', '125823.575000', '125823.578000', '125823.581000', '125823.584000', '125823.587000', '125823.590000', '125823.592000', '125823.595000', '125823.598000', '125823.601000', '125823.604000', '125823.607000', '125823.610000', '125823.613000', '125823.616000', '125823.618000', '125823.621000', '125823.624000', '125823.627000', '125823.630000', '125843.491000', '125843.494000', '125843.497000', '125843.500000', '125843.502000', '125843.505000', '125843.508000', '125843.511000', '125843.514000', '125843.517000', '125843.520000', '125843.523000', '125843.526000', '125843.528000', '125843.531000', '125843.534000', '125843.537000', '125843.540000', '125843.543000', '125843.546000', '125843.548000', '125843.551000', '125843.554000', '125843.557000', '125843.560000', '125843.563000', '125843.566000', '125843.568000', '125843.571000', '125843.574000', '125843.577000', '125843.580000', '125843.583000', '125843.586000', '125843.589000', '125843.591000', '125843.594000', '125843.597000', '125843.600000', '125843.603000', '125843.606000', '125843.609000', '125843.612000', '125843.614000', '125903.491000', '125903.494000', '125903.497000', '125903.500000', '125903.503000', '125903.506000', '125903.508000', '125903.511000', '125903.514000', '125903.517000', '125903.520000', '125903.523000', '125903.528000', '125903.532000', '125903.535000', '125903.538000', '125903.541000', '125903.544000', '125903.546000', '125903.549000', '125903.552000', '125903.555000', '125903.558000', '125903.561000', '125903.564000', '125903.567000', '125903.570000', '125903.573000', '125903.576000', '125903.579000', '125903.581000', '125903.584000', '125903.587000', '125903.590000', '125903.593000', '125903.596000', '125903.599000', '125903.602000', '125903.605000', '125903.607000', '125903.610000', '125903.613000', '125903.616000', '125923.490000', '125923.493000', '125923.496000', '125923.499000', '125923.502000', '125923.505000', '125923.507000', '125923.510000', '125923.513000', '125923.516000', '125923.519000', '125923.522000', '125923.525000', '125923.528000', '125923.531000', '125923.534000', '125923.537000', '125923.540000', '125923.543000', '125923.545000', '125923.548000', '125923.551000', '125923.554000', '125923.557000', '125923.560000', '125923.563000', '125923.566000', '125923.569000', '125923.571000', '125923.574000', '125923.577000', '125923.580000', '125923.583000', '125923.586000', '125923.589000', '125923.592000', '125923.595000', '125923.598000', '125923.601000', '125923.603000', '125923.606000', '125923.609000', '125923.612000', '125923.615000', '125943.491000', '125943.494000', '125943.497000', '125943.500000', '125943.503000', '125943.506000', '125943.509000', '125943.512000', '125943.515000', '125943.517000', '125943.520000', '125943.523000', '125943.526000', '125943.529000', '125943.532000', '125943.535000', '125943.538000', '125943.542000', '125943.546000', '125943.549000', '125943.552000', '125943.555000', '125943.558000', '125943.561000', '125943.564000', '125943.567000', '125943.570000', '125943.572000', '125943.575000', '125943.578000', '125943.581000', '125943.584000', '125943.587000', '125943.590000', '125943.593000', '125943.596000', '125943.599000', '125943.601000', '125943.604000', '125943.607000', '125943.610000', '125943.613000', '125943.616000', '130003.491000', '130003.494000', '130003.497000', '130003.500000', '130003.503000', '130003.506000', '130003.509000', '130003.512000', '130003.514000', '130003.517000', '130003.520000', '130003.523000', '130003.526000', '130003.529000', '130003.532000', '130003.534000', '130003.537000', '130003.540000', '130003.543000', '130003.546000', '130003.549000', '130003.552000', '130003.555000', '130003.558000', '130003.560000', '130003.563000', '130003.566000', '130003.569000', '130003.572000', '130003.575000', '130003.578000', '130003.581000', '130003.584000', '130003.586000', '130003.589000', '130003.592000', '130003.595000', '130003.598000', '130003.601000', '130003.604000', '130003.607000', '130003.610000', '130003.612000', '130003.615000', '130023.491000', '130023.494000', '130023.497000', '130023.500000', '130023.503000', '130023.506000', '130023.509000', '130023.512000', '130023.515000', '130023.517000', '130023.520000', '130023.523000', '130023.526000', '130023.529000', '130023.532000', '130023.535000', '130023.545000', '130023.548000', '130023.550000', '130023.553000', '130023.556000', '130023.559000', '130023.562000', '130023.565000', '130023.568000', '130023.571000', '130023.574000', '130023.578000', '130023.581000', '130023.584000', '130023.587000', '130023.590000', '130023.593000', '130023.596000', '130023.599000', '130023.602000', '130023.605000', '130023.608000', '130023.611000', '130023.613000', '130023.616000', '130023.619000', '130023.622000', '130043.491000', '130043.494000', '130043.497000', '130043.500000', '130043.503000', '130043.506000', '130043.508000', '130043.511000', '130043.514000', '130043.517000', '130043.520000', '130043.523000', '130043.526000', '130043.528000', '130043.531000', '130043.534000', '130043.537000', '130043.540000', '130043.543000', '130043.546000', '130043.549000', '130043.552000', '130043.555000', '130043.557000', '130043.560000', '130043.563000', '130043.566000', '130043.569000', '130043.572000', '130043.575000', '130043.578000', '130043.581000', '130043.584000', '130043.587000', '130043.590000', '130043.593000', '130043.595000', '130043.598000', '130043.601000', '130043.604000', '130043.607000', '130043.610000', '130043.613000', '130043.616000', '130103.491000', '130103.494000', '130103.497000', '130103.500000', '130103.503000', '130103.506000', '130103.509000', '130103.511000', '130103.514000', '130103.517000', '130103.520000', '130103.523000', '130103.527000', '130103.530000', '130103.533000', '130103.535000', '130103.538000', '130103.541000', '130103.544000', '130103.547000', '130103.550000', '130103.553000', '130103.556000', '130103.559000', '130103.561000', '130103.564000', '130103.567000', '130103.570000', '130103.573000', '130103.576000', '130103.579000', '130103.582000', '130103.585000', '130103.588000', '130103.591000', '130103.594000', '130103.597000', '130103.600000', '130103.603000', '130103.605000', '130103.608000', '130103.611000', '130103.614000', '130123.492000', '130123.495000', '130123.511000', '130123.514000', '130123.516000', '130123.519000', '130123.522000', '130123.525000', '130123.528000', '130123.531000', '130123.534000', '130123.537000', '130123.539000', '130123.542000', '130123.545000', '130123.548000', '130123.551000', '130123.554000', '130123.557000', '130123.560000', '130123.562000', '130123.565000', '130123.568000', '130123.571000', '130123.574000', '130123.577000', '130123.580000', '130123.583000', '130123.585000', '130123.588000', '130123.591000', '130123.594000', '130123.597000', '130123.600000', '130123.603000', '130123.606000', '130123.608000', '130123.611000', '130123.614000', '130123.617000', '130123.620000', '130123.623000', '130123.626000', '130123.629000', '130143.490000', '130143.493000', '130143.496000', '130143.499000', '130143.502000', '130143.504000', '130143.507000', '130143.510000', '130143.513000', '130143.516000', '130143.519000', '130143.522000', '130143.525000', '130143.528000', '130143.530000', '130143.533000', '130143.536000', '130143.539000', '130143.542000', '130143.545000', '130143.548000', '130143.551000', '130143.553000', '130143.556000', '130143.559000', '130143.562000', '130143.565000', '130143.568000', '130143.571000', '130143.574000', '130143.578000', '130143.581000', '130143.583000', '130143.586000', '130143.589000', '130143.592000', '130143.595000', '130143.598000', '130143.603000', '130143.607000', '130143.610000', '130143.612000', '130143.615000', '130146.423000', '130146.427000', '130146.430000', '130146.433000', '130146.436000', '130146.439000', '130146.442000'], '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': [9716, 8977, 9395, 9150, 8814, 9509, 9021, 8879, 9291, 8325, 10130, 9279, 8601, 9566, 9023, 10380, 9369, 8798, 9181, 8377, 10112, 8753, 8153, 9723, 8847, 8732, 9698, 9063, 8264, 8689, 9349, 8751, 8936, 9371, 9595, 9103, 9382, 8830, 8802, 9076, 9007, 8905, 9174, 9348, 9093, 9129, 9167, 8621, 9594, 8866, 8913, 8990, 10846, 9935, 9162, 8777, 9418, 9306, 8834, 9118, 10163, 9055, 8736, 8962, 9118, 8846, 8963, 9629, 9072, 8929, 8847, 9074, 8692, 9167, 9026, 8647, 9193, 8710, 9129, 9212, 9356, 8751, 8926, 9002, 8665, 8989, 9566, 8303, 9070, 8858, 8832, 8677, 8991, 8632, 9034, 9000, 9006, 8932, 8900, 8896, 8658, 8292, 8526, 9275, 9077, 8352, 8956, 8873, 8593, 9215, 8835, 9204, 9201, 9100, 9176, 9712, 9138, 9603, 8966, 9139, 9032, 9189, 9223, 9080, 9008, 9144, 9086, 8923, 8972, 8823, 8977, 8531, 8996, 8942, 8839, 9296, 9244, 8307, 9364, 8421, 9164, 8549, 9083, 9120, 9381, 9084, 9105, 8332, 9144, 8492, 9207, 8548, 9020, 9094, 8813, 9409, 8841, 9034, 9368, 9907, 9241, 9156, 9142, 8771, 8904, 9619, 8972, 8958, 9196, 9249, 9093, 9190, 9310, 8826, 8998, 8939, 8932, 8904, 8895, 8745, 8919, 8468, 8819, 8782, 8934, 8760, 8979, 8831, 8990, 8601, 8936, 8642, 8845, 8715, 8241, 8810, 8728, 8978, 9753, 9226, 9120, 9487, 8676, 9122, 8252, 8896, 8614, 8888, 8359, 8714, 8413, 8863, 8624, 8934, 8717, 9072, 8151, 9174, 9134, 8731, 8839, 8222, 8071, 8790, 9148, 8688, 9700, 9113, 8725, 9129, 9721, 8813, 9828, 9001, 9666, 8948, 8832, 8823, 8005, 8738, 8432, 8823, 8786, 9013, 8884, 9015, 8989, 9226, 10112, 8999, 9808, 8939, 9116, 8668, 8749, 8802, 8934, 8697, 9144, 9060, 8570, 9010, 8927, 9005, 9000, 9162, 8370, 9093, 8674, 9271, 8466, 9139, 9063, 9047, 9141, 8735, 9763, 8642, 8776, 8756, 8840, 8907, 8822, 8980, 8843, 8839, 9025, 8818, 9131, 9309, 9057, 9640, 9084, 9175, 8860, 8740, 9107, 8735, 9178, 8866, 8855, 8694, 9079, 8948, 8305, 8950, 8498, 8980, 8264, 8902, 8637, 8942, 8679, 8791, 8593, 9035, 8891, 9001, 9089, 8744, 8982, 9110, 8984, 9543, 9293, 9874, 8491, 9044, 9011, 8821, 9278, 8931, 9088, 8817, 8604, 8826, 8934, 8793, 8932, 8875, 8911, 8680, 8877, 8800, 8874, 8748, 9073, 8654, 9659, 8791, 9706, 9513, 10455, 9127, 8938, 7890, 9387, 8988, 8385, 9209, 8529, 9026, 9150, 8781, 9477, 9102, 8736, 8968, 8992, 8976, 8966, 8883, 9537, 9109, 8730, 8925, 8863, 8877, 8794, 9239, 9116, 8977, 9276, 9260, 9051, 8774, 8547, 9047, 8946, 8525, 9166, 8222, 8827, 9108, 8820, 9267, 8814, 9063, 8785, 8551, 8920, 8819, 8760, 9153, 8811, 9088, 8731, 9414, 8949, 8568, 8962, 8622, 9003, 8447, 8859, 8611, 8950, 8734, 9083, 8971, 8931, 8776, 8942, 9071, 9159, 8379, 9202, 9064, 8559, 9177, 8510, 9307, 9316, 9028, 9012, 8957, 8979, 8936, 9118, 8718, 9183, 9004, 8728, 8929, 8628, 9085, 10518, 9018, 10171, 9113, 9492, 9225, 9149, 9122, 9254, 8909, 8767, 8780, 8141, 8805, 8887, 8893, 8448, 8835, 8551, 8785, 8478, 8810, 8832, 8748, 8701, 8967, 9199, 8892, 8716, 8918, 8808, 8886, 8758, 8870, 9206, 9032, 9101, 8991, 10334, 8738, 8943, 8829, 8819, 8728, 8504, 8786, 8719, 8966, 8859, 8698, 8946, 8692, 8873, 9087, 8813, 8713, 8252, 8447, 8967, 8218, 8903, 7996, 6894, 10424, 9308, 8780, 8516, 8882, 9362, 8941, 8787, 8846, 9155, 9230, 9755, 8138, 9746, 8264, 9573, 10259, 9450, 9263, 8802, 8768, 8689, 9244, 9929, 9125, 9048, 9186, 8917, 9008, 9019, 8727, 8960, 8671, 8797, 8531, 10231, 8597, 10190, 8929, 9053, 8199, 8685, 8687, 8727, 8241, 8541, 8817, 8736, 9091, 8733, 9242, 8878, 8974, 9217, 9725, 9274, 9110, 8541, 9013, 8509, 8764, 9166, 9013, 9781, 8904, 9191, 8957, 9065, 9184, 9080, 9399, 9359, 8889, 9217, 8133, 8881, 9220, 9014, 8886, 9117, 9546, 9022, 9539, 8613, 8589, 9005, 9107, 9159, 9083, 8785, 9218, 9124, 11366, 9058, 11726, 8968, 11086, 8981, 9728, 8852, 9379, 8979, 8588, 8991, 8761, 8898, 8630, 8786, 8820, 8789, 8788, 8860, 8786, 8889, 8837, 9049, 8920, 8905, 9142, 8707, 8695, 9247, 8573, 9223, 8405, 9187, 8797, 8909, 8586, 8743, 8368, 8608, 8748, 8923, 8562, 8875, 9192, 8948, 9262, 9125, 8833, 8881, 8832, 8656, 8978, 8050, 8769, 8959, 9032, 9082, 9095, 8874, 10936, 8862, 9173, 8880, 8972, 8815, 8407, 8883, 8620, 8940, 8752, 8934, 8922, 8869, 8923, 8946, 8851, 8619, 8957, 8842, 8917, 9028, 8681, 9248, 8705, 9418, 8541, 9449, 8539, 9064, 8958, 9031, 9009, 9181, 9057, 8981, 8894, 10270, 8977, 9227, 8861, 9158, 8658, 9332, 8983, 8793, 8737, 8291, 8822, 8907, 8690, 8828, 8842, 8538, 9076, 7719, 9016, 8428, 8682, 8956, 8757, 9065, 8934, 8966, 8825, 8948, 8621, 8801, 9155, 8569, 9079, 8824, 9307, 9063, 8957, 9303, 8951, 8612, 9172, 8959, 9010, 9344, 9576, 8684, 9378, 8824, 8840, 9020, 8928, 9119, 9045, 9017, 8850, 9077, 9175, 9562, 9063, 9950, 8939, 9256, 8878, 9055, 8950, 8911, 9074, 8643, 9075, 8849, 9167, 8938, 8968, 8821, 8883, 9188, 8894, 9058, 8994, 9517, 8704, 9665, 8830, 8787, 8646, 8770, 8105, 9125, 8965, 9054, 9015, 8855, 8925, 9183, 8898, 8590, 8856, 9168, 9084, 8915, 9894, 9046, 9261, 9225, 8728, 7915, 9684, 6951, 8192, 8672, 7866, 9130, 8708, 8468, 9008, 8924, 9856, 10703, 9672, 9443, 9812, 9677, 8219, 8989, 8584, 8938, 8598, 9161, 9662, 9123, 9203, 9334, 9723, 9109, 9860, 9009, 9106, 8780, 8786, 8776, 8464, 8840, 8576, 8114, 8647, 8054, 8555, 8198, 8603, 8323, 8933, 8704, 9320, 8819, 9369, 8966, 9394, 9065, 9618, 8900, 9197, 8922, 8918, 8668, 8892, 8925, 9039, 8980, 9020, 8703, 9044, 8706, 8535], 'WindowCenter': [3915.0, 3889.0, 3886.0, 3883.0, 3871.0, 3882.0, 3884.0, 3895.0, 3895.0, 3873.0, 3893.0, 3882.0, 3869.0, 3879.0, 3867.0, 3879.0, 3868.0, 3858.0, 3869.0, 3872.0, 3907.0, 3868.0, 3870.0, 3892.0, 3893.0, 3886.0, 3906.0, 3893.0, 3873.0, 3869.0, 3880.0, 3870.0, 3883.0, 3894.0, 3880.0, 3882.0, 3893.0, 3882.0, 3879.0, 3894.0, 3883.0, 3895.0, 3893.0, 3892.0, 3881.0, 3883.0, 3882.0, 3871.0, 3883.0, 3870.0, 3870.0, 3881.0, 3892.0, 3880.0, 3868.0, 3856.0, 3868.0, 3866.0, 3855.0, 3856.0, 3876.0, 3856.0, 3855.0, 3866.0, 3856.0, 3855.0, 3867.0, 3866.0, 3867.0, 3868.0, 3867.0, 3880.0, 3882.0, 3881.0, 3880.0, 3868.0, 3880.0, 3868.0, 3882.0, 3882.0, 3895.0, 3881.0, 3882.0, 3895.0, 3898.0, 3894.0, 3894.0, 3883.0, 3881.0, 3881.0, 3882.0, 3882.0, 3883.0, 3871.0, 3882.0, 3881.0, 3884.0, 3893.0, 3884.0, 3894.0, 3884.0, 3897.0, 3895.0, 3894.0, 3883.0, 3884.0, 3896.0, 3895.0, 3897.0, 3907.0, 3895.0, 3894.0, 3893.0, 3882.0, 3881.0, 3880.0, 3880.0, 3880.0, 3870.0, 3868.0, 3870.0, 3867.0, 3869.0, 3866.0, 3867.0, 3854.0, 3854.0, 3853.0, 3855.0, 3855.0, 3869.0, 3869.0, 3869.0, 3867.0, 3879.0, 3867.0, 3892.0, 3870.0, 3894.0, 3869.0, 3893.0, 3894.0, 3893.0, 3894.0, 3891.0, 3879.0, 3869.0, 3858.0, 3878.0, 3867.0, 3879.0, 3880.0, 3881.0, 3882.0, 3882.0, 3906.0, 3907.0, 3895.0, 3894.0, 3892.0, 3892.0, 3880.0, 3880.0, 3869.0, 3869.0, 3879.0, 3868.0, 3868.0, 3867.0, 3868.0, 3867.0, 3867.0, 3867.0, 3869.0, 3869.0, 3868.0, 3866.0, 3855.0, 3853.0, 3855.0, 3854.0, 3845.0, 3854.0, 3855.0, 3854.0, 3855.0, 3856.0, 3866.0, 3866.0, 3868.0, 3867.0, 3870.0, 3868.0, 3870.0, 3869.0, 3880.0, 3869.0, 3883.0, 3894.0, 3881.0, 3879.0, 3879.0, 3866.0, 3868.0, 3857.0, 3869.0, 3868.0, 3881.0, 3869.0, 3881.0, 3869.0, 3882.0, 3871.0, 3882.0, 3883.0, 3896.0, 3871.0, 3881.0, 3880.0, 3882.0, 3879.0, 3882.0, 3886.0, 3884.0, 3893.0, 3884.0, 3894.0, 3882.0, 3870.0, 3882.0, 3880.0, 3880.0, 3879.0, 3869.0, 3878.0, 3867.0, 3869.0, 3869.0, 3870.0, 3867.0, 3858.0, 3870.0, 3870.0, 3880.0, 3867.0, 3867.0, 3855.0, 3867.0, 3865.0, 3867.0, 3865.0, 3855.0, 3854.0, 3856.0, 3854.0, 3854.0, 3854.0, 3855.0, 3866.0, 3866.0, 3867.0, 3868.0, 3879.0, 3868.0, 3879.0, 3893.0, 3884.0, 3881.0, 3870.0, 3881.0, 3870.0, 3882.0, 3869.0, 3869.0, 3867.0, 3869.0, 3878.0, 3872.0, 3870.0, 3881.0, 3870.0, 3882.0, 3867.0, 3879.0, 3881.0, 3896.0, 3893.0, 3883.0, 3880.0, 3881.0, 3870.0, 3892.0, 3881.0, 3893.0, 3869.0, 3869.0, 3880.0, 3869.0, 3882.0, 3894.0, 3895.0, 3882.0, 3882.0, 3880.0, 3869.0, 3868.0, 3858.0, 3868.0, 3869.0, 3881.0, 3872.0, 3881.0, 3868.0, 3871.0, 3868.0, 3881.0, 3869.0, 3881.0, 3882.0, 3882.0, 3883.0, 3880.0, 3869.0, 3878.0, 3868.0, 3866.0, 3857.0, 3854.0, 3867.0, 3857.0, 3866.0, 3866.0, 3868.0, 3866.0, 3855.0, 3866.0, 3867.0, 3867.0, 3869.0, 3868.0, 3868.0, 3883.0, 3895.0, 3884.0, 3881.0, 3881.0, 3881.0, 3881.0, 3881.0, 3882.0, 3893.0, 3894.0, 3906.0, 3896.0, 3894.0, 3884.0, 3906.0, 3890.0, 3883.0, 3892.0, 3881.0, 3894.0, 3895.0, 3883.0, 3893.0, 3882.0, 3882.0, 3881.0, 3882.0, 3869.0, 3882.0, 3883.0, 3893.0, 3881.0, 3858.0, 3868.0, 3868.0, 3883.0, 3869.0, 3880.0, 3868.0, 3869.0, 3869.0, 3879.0, 3884.0, 3881.0, 3869.0, 3869.0, 3870.0, 3869.0, 3868.0, 3858.0, 3869.0, 3869.0, 3881.0, 3881.0, 3870.0, 3870.0, 3869.0, 3868.0, 3870.0, 3866.0, 3857.0, 3867.0, 3856.0, 3858.0, 3869.0, 3880.0, 3868.0, 3856.0, 3854.0, 3841.0, 3853.0, 3843.0, 3855.0, 3854.0, 3868.0, 3868.0, 3869.0, 3867.0, 3866.0, 3857.0, 3868.0, 3881.0, 3881.0, 3868.0, 3879.0, 3869.0, 3868.0, 3878.0, 3870.0, 3880.0, 3881.0, 3881.0, 3882.0, 3870.0, 3871.0, 3869.0, 3881.0, 3884.0, 3882.0, 3883.0, 3882.0, 3881.0, 3871.0, 3870.0, 3878.0, 3869.0, 3878.0, 3880.0, 3879.0, 3868.0, 3868.0, 3868.0, 3869.0, 3867.0, 3857.0, 3857.0, 3857.0, 3880.0, 3882.0, 3882.0, 3872.0, 3882.0, 3869.0, 3869.0, 3857.0, 3857.0, 3855.0, 3855.0, 3855.0, 3855.0, 3867.0, 3867.0, 3867.0, 3868.0, 3870.0, 3880.0, 3882.0, 3883.0, 3894.0, 3882.0, 3882.0, 3869.0, 3892.0, 3883.0, 3881.0, 3881.0, 3869.0, 3856.0, 3855.0, 3858.0, 3858.0, 3880.0, 3880.0, 3870.0, 3869.0, 3869.0, 3870.0, 3880.0, 3894.0, 3896.0, 3886.0, 3886.0, 3894.0, 3897.0, 3883.0, 3874.0, 3854.0, 3917.0, 3896.0, 3896.0, 3896.0, 3896.0, 3883.0, 3881.0, 3871.0, 3880.0, 3882.0, 3894.0, 3895.0, 3861.0, 3881.0, 3859.0, 3881.0, 3905.0, 3896.0, 3882.0, 3882.0, 3870.0, 3856.0, 3866.0, 3865.0, 3867.0, 3858.0, 3870.0, 3868.0, 3869.0, 3867.0, 3870.0, 3867.0, 3868.0, 3857.0, 3858.0, 3877.0, 3871.0, 3890.0, 3881.0, 3867.0, 3857.0, 3855.0, 3856.0, 3857.0, 3857.0, 3868.0, 3868.0, 3871.0, 3870.0, 3882.0, 3883.0, 3882.0, 3885.0, 3893.0, 3880.0, 3883.0, 3884.0, 3884.0, 3882.0, 3869.0, 3870.0, 3868.0, 3870.0, 3878.0, 3871.0, 3880.0, 3884.0, 3881.0, 3883.0, 3881.0, 3907.0, 3895.0, 3894.0, 3893.0, 3871.0, 3883.0, 3881.0, 3883.0, 3871.0, 3882.0, 3893.0, 3882.0, 3878.0, 3869.0, 3869.0, 3871.0, 3870.0, 3881.0, 3869.0, 3871.0, 3882.0, 3882.0, 3891.0, 3868.0, 3877.0, 3845.0, 3862.0, 3840.0, 3839.0, 3839.0, 3839.0, 3839.0, 3829.0, 3841.0, 3828.0, 3841.0, 3840.0, 3842.0, 3853.0, 3855.0, 3854.0, 3856.0, 3869.0, 3869.0, 3871.0, 3872.0, 3870.0, 3869.0, 3866.0, 3870.0, 3868.0, 3866.0, 3855.0, 3866.0, 3855.0, 3878.0, 3870.0, 3895.0, 3883.0, 3883.0, 3869.0, 3870.0, 3868.0, 3880.0, 3884.0, 3894.0, 3892.0, 3883.0, 3883.0, 3895.0, 3893.0, 3909.0, 3897.0, 3886.0, 3884.0, 3871.0, 3870.0, 3870.0, 3870.0, 3882.0, 3870.0, 3870.0, 3890.0, 3871.0, 3869.0, 3870.0, 3868.0, 3870.0, 3868.0, 3881.0, 3883.0, 3894.0, 3884.0, 3883.0, 3870.0, 3869.0, 3868.0, 3869.0, 3867.0, 3869.0, 3866.0, 3867.0, 3867.0, 3867.0, 3867.0, 3867.0, 3869.0, 3868.0, 3869.0, 3880.0, 3883.0, 3884.0, 3893.0, 3882.0, 3883.0, 3880.0, 3883.0, 3881.0, 3884.0, 3891.0, 3882.0, 3879.0, 3880.0, 3881.0, 3884.0, 3884.0, 3870.0, 3869.0, 3882.0, 3883.0, 3869.0, 3881.0, 3881.0, 3893.0, 3907.0, 3897.0, 3907.0, 3874.0, 3893.0, 3870.0, 3884.0, 3881.0, 3884.0, 3881.0, 3881.0, 3869.0, 3882.0, 3883.0, 3884.0, 3895.0, 3895.0, 3884.0, 3869.0, 3880.0, 3895.0, 3884.0, 3884.0, 3881.0, 3870.0, 3869.0, 3881.0, 3880.0, 3882.0, 3892.0, 3892.0, 3871.0, 3882.0, 3895.0, 3895.0, 3893.0, 3883.0, 3880.0, 3870.0, 3867.0, 3871.0, 3869.0, 3881.0, 3879.0, 3872.0, 3878.0, 3869.0, 3879.0, 3882.0, 3894.0, 3882.0, 3881.0, 3868.0, 3858.0, 3869.0, 3857.0, 3868.0, 3867.0, 3870.0, 3867.0, 3869.0, 3867.0, 3869.0, 3856.0, 3869.0, 3866.0, 3871.0, 3879.0, 3880.0, 3869.0, 3868.0, 3871.0, 3858.0, 3868.0, 3867.0, 3869.0, 3868.0, 3870.0, 3868.0, 3882.0, 3881.0, 3882.0, 3870.0, 3880.0, 3868.0, 3868.0, 3867.0, 3868.0, 3880.0, 3880.0, 3868.0, 3859.0, 3882.0, 3834.0, 3887.0, 3885.0, 3872.0, 3894.0, 3882.0, 3870.0, 3882.0, 3881.0, 3905.0, 3904.0, 3894.0, 3878.0, 3891.0, 3881.0, 3898.0, 3894.0, 3897.0, 3894.0, 3881.0, 3880.0, 3865.0, 3869.0, 3869.0, 3880.0, 3879.0, 3870.0, 3879.0, 3869.0, 3869.0, 3870.0, 3881.0, 3871.0, 3869.0, 3880.0, 3868.0, 3858.0, 3869.0, 3859.0, 3871.0, 3869.0, 3872.0, 3871.0, 3884.0, 3882.0, 3907.0, 3883.0, 3882.0, 3870.0, 3879.0, 3869.0, 3879.0, 3869.0, 3883.0, 3882.0, 3870.0, 3856.0, 3867.0, 3855.0, 3870.0, 3880.0, 3880.0, 3868.0, 3881.0, 3882.0, 3896.0], 'WindowWidth': [8779.0, 8729.0, 8717.0, 8705.0, 8685.0, 8700.0, 8707.0, 8724.0, 8723.0, 8690.0, 8715.0, 8698.0, 8676.0, 8688.0, 8670.0, 8688.0, 8672.0, 8656.0, 8674.0, 8686.0, 8738.0, 8676.0, 8680.0, 8709.0, 8717.0, 8706.0, 8738.0, 8715.0, 8686.0, 8676.0, 8690.0, 8680.0, 8702.0, 8718.0, 8694.0, 8697.0, 8715.0, 8700.0, 8691.0, 8719.0, 8702.0, 8720.0, 8713.0, 8715.0, 8696.0, 8700.0, 8697.0, 8681.0, 8699.0, 8678.0, 8678.0, 8696.0, 8712.0, 8692.0, 8673.0, 8653.0, 8669.0, 8663.0, 8649.0, 8650.0, 8678.0, 8652.0, 8648.0, 8664.0, 8650.0, 8650.0, 8667.0, 8666.0, 8671.0, 8670.0, 8670.0, 8693.0, 8699.0, 8697.0, 8694.0, 8674.0, 8693.0, 8673.0, 8699.0, 8699.0, 8722.0, 8696.0, 8698.0, 8723.0, 8731.0, 8722.0, 8721.0, 8703.0, 8696.0, 8696.0, 8697.0, 8699.0, 8702.0, 8683.0, 8699.0, 8696.0, 8704.0, 8719.0, 8705.0, 8718.0, 8707.0, 8732.0, 8723.0, 8719.0, 8701.0, 8709.0, 8724.0, 8723.0, 8727.0, 8742.0, 8721.0, 8717.0, 8716.0, 8698.0, 8697.0, 8693.0, 8691.0, 8691.0, 8678.0, 8674.0, 8677.0, 8670.0, 8674.0, 8667.0, 8668.0, 8645.0, 8646.0, 8643.0, 8649.0, 8650.0, 8677.0, 8677.0, 8676.0, 8671.0, 8690.0, 8669.0, 8715.0, 8681.0, 8717.0, 8678.0, 8718.0, 8720.0, 8719.0, 8718.0, 8712.0, 8690.0, 8675.0, 8658.0, 8687.0, 8671.0, 8691.0, 8694.0, 8695.0, 8701.0, 8699.0, 8739.0, 8743.0, 8725.0, 8719.0, 8714.0, 8713.0, 8693.0, 8692.0, 8676.0, 8675.0, 8689.0, 8671.0, 8675.0, 8670.0, 8673.0, 8669.0, 8669.0, 8668.0, 8677.0, 8677.0, 8672.0, 8666.0, 8651.0, 8646.0, 8649.0, 8646.0, 8635.0, 8645.0, 8650.0, 8646.0, 8651.0, 8652.0, 8668.0, 8667.0, 8675.0, 8672.0, 8680.0, 8676.0, 8681.0, 8676.0, 8694.0, 8677.0, 8704.0, 8719.0, 8696.0, 8689.0, 8689.0, 8666.0, 8673.0, 8656.0, 8676.0, 8675.0, 8698.0, 8677.0, 8696.0, 8679.0, 8698.0, 8682.0, 8699.0, 8705.0, 8725.0, 8685.0, 8698.0, 8693.0, 8700.0, 8693.0, 8701.0, 8710.0, 8705.0, 8718.0, 8706.0, 8719.0, 8699.0, 8681.0, 8698.0, 8693.0, 8693.0, 8690.0, 8675.0, 8685.0, 8668.0, 8677.0, 8675.0, 8680.0, 8671.0, 8658.0, 8678.0, 8679.0, 8694.0, 8672.0, 8671.0, 8651.0, 8669.0, 8662.0, 8668.0, 8662.0, 8651.0, 8646.0, 8651.0, 8645.0, 8647.0, 8646.0, 8650.0, 8665.0, 8667.0, 8670.0, 8673.0, 8689.0, 8674.0, 8689.0, 8716.0, 8708.0, 8696.0, 8679.0, 8698.0, 8681.0, 8699.0, 8678.0, 8676.0, 8671.0, 8675.0, 8685.0, 8684.0, 8681.0, 8697.0, 8678.0, 8696.0, 8672.0, 8691.0, 8698.0, 8725.0, 8719.0, 8703.0, 8694.0, 8696.0, 8677.0, 8715.0, 8698.0, 8715.0, 8678.0, 8675.0, 8691.0, 8677.0, 8699.0, 8721.0, 8724.0, 8701.0, 8699.0, 8695.0, 8675.0, 8671.0, 8657.0, 8673.0, 8676.0, 8697.0, 8683.0, 8695.0, 8674.0, 8683.0, 8675.0, 8696.0, 8676.0, 8697.0, 8701.0, 8701.0, 8704.0, 8694.0, 8676.0, 8685.0, 8672.0, 8666.0, 8655.0, 8649.0, 8669.0, 8654.0, 8666.0, 8664.0, 8670.0, 8666.0, 8652.0, 8668.0, 8669.0, 8671.0, 8674.0, 8675.0, 8673.0, 8701.0, 8723.0, 8705.0, 8696.0, 8697.0, 8693.0, 8695.0, 8697.0, 8698.0, 8715.0, 8717.0, 8734.0, 8722.0, 8719.0, 8706.0, 8739.0, 8711.0, 8701.0, 8713.0, 8696.0, 8718.0, 8720.0, 8701.0, 8715.0, 8697.0, 8700.0, 8696.0, 8698.0, 8676.0, 8698.0, 8704.0, 8714.0, 8694.0, 8658.0, 8671.0, 8673.0, 8703.0, 8677.0, 8693.0, 8673.0, 8675.0, 8673.0, 8688.0, 8704.0, 8698.0, 8678.0, 8675.0, 8677.0, 8675.0, 8672.0, 8658.0, 8676.0, 8674.0, 8695.0, 8694.0, 8679.0, 8675.0, 8675.0, 8673.0, 8676.0, 8668.0, 8654.0, 8668.0, 8652.0, 8657.0, 8676.0, 8691.0, 8672.0, 8650.0, 8646.0, 8625.0, 8643.0, 8628.0, 8647.0, 8646.0, 8673.0, 8673.0, 8676.0, 8669.0, 8666.0, 8655.0, 8672.0, 8698.0, 8695.0, 8674.0, 8690.0, 8676.0, 8673.0, 8686.0, 8677.0, 8691.0, 8697.0, 8696.0, 8699.0, 8677.0, 8680.0, 8676.0, 8695.0, 8704.0, 8698.0, 8703.0, 8699.0, 8698.0, 8681.0, 8678.0, 8685.0, 8677.0, 8686.0, 8692.0, 8688.0, 8671.0, 8669.0, 8671.0, 8674.0, 8669.0, 8657.0, 8656.0, 8656.0, 8691.0, 8698.0, 8701.0, 8684.0, 8696.0, 8674.0, 8673.0, 8653.0, 8653.0, 8649.0, 8648.0, 8649.0, 8650.0, 8668.0, 8668.0, 8670.0, 8673.0, 8677.0, 8692.0, 8700.0, 8704.0, 8718.0, 8698.0, 8697.0, 8675.0, 8712.0, 8704.0, 8697.0, 8694.0, 8675.0, 8654.0, 8649.0, 8658.0, 8658.0, 8691.0, 8692.0, 8678.0, 8675.0, 8676.0, 8677.0, 8691.0, 8718.0, 8726.0, 8713.0, 8713.0, 8720.0, 8728.0, 8701.0, 8692.0, 8660.0, 8755.0, 8724.0, 8725.0, 8724.0, 8723.0, 8701.0, 8696.0, 8682.0, 8694.0, 8699.0, 8720.0, 8720.0, 8667.0, 8692.0, 8662.0, 8694.0, 8734.0, 8723.0, 8700.0, 8696.0, 8678.0, 8651.0, 8666.0, 8662.0, 8667.0, 8656.0, 8677.0, 8671.0, 8675.0, 8668.0, 8677.0, 8669.0, 8674.0, 8655.0, 8659.0, 8682.0, 8678.0, 8708.0, 8694.0, 8671.0, 8655.0, 8651.0, 8650.0, 8655.0, 8654.0, 8672.0, 8671.0, 8680.0, 8679.0, 8699.0, 8699.0, 8697.0, 8709.0, 8716.0, 8693.0, 8700.0, 8705.0, 8705.0, 8700.0, 8677.0, 8676.0, 8671.0, 8676.0, 8687.0, 8680.0, 8693.0, 8703.0, 8695.0, 8699.0, 8697.0, 8743.0, 8722.0, 8719.0, 8717.0, 8685.0, 8701.0, 8696.0, 8702.0, 8679.0, 8697.0, 8714.0, 8698.0, 8686.0, 8675.0, 8675.0, 8680.0, 8677.0, 8695.0, 8674.0, 8682.0, 8701.0, 8697.0, 8706.0, 8671.0, 8681.0, 8633.0, 8651.0, 8618.0, 8614.0, 8615.0, 8615.0, 8617.0, 8604.0, 8621.0, 8601.0, 8623.0, 8621.0, 8627.0, 8641.0, 8647.0, 8645.0, 8652.0, 8678.0, 8673.0, 8677.0, 8680.0, 8674.0, 8674.0, 8667.0, 8679.0, 8672.0, 8666.0, 8649.0, 8664.0, 8649.0, 8684.0, 8677.0, 8721.0, 8704.0, 8704.0, 8678.0, 8679.0, 8673.0, 8693.0, 8702.0, 8720.0, 8712.0, 8702.0, 8701.0, 8720.0, 8718.0, 8748.0, 8730.0, 8711.0, 8705.0, 8683.0, 8678.0, 8679.0, 8678.0, 8699.0, 8679.0, 8680.0, 8704.0, 8680.0, 8674.0, 8679.0, 8674.0, 8679.0, 8674.0, 8697.0, 8705.0, 8721.0, 8704.0, 8700.0, 8678.0, 8675.0, 8671.0, 8674.0, 8668.0, 8673.0, 8667.0, 8668.0, 8670.0, 8667.0, 8670.0, 8669.0, 8676.0, 8672.0, 8675.0, 8695.0, 8701.0, 8705.0, 8716.0, 8698.0, 8699.0, 8693.0, 8702.0, 8697.0, 8703.0, 8707.0, 8698.0, 8690.0, 8692.0, 8695.0, 8705.0, 8703.0, 8679.0, 8675.0, 8700.0, 8702.0, 8677.0, 8693.0, 8696.0, 8716.0, 8744.0, 8730.0, 8743.0, 8693.0, 8717.0, 8681.0, 8703.0, 8694.0, 8703.0, 8696.0, 8696.0, 8676.0, 8697.0, 8700.0, 8705.0, 8721.0, 8721.0, 8702.0, 8675.0, 8694.0, 8721.0, 8706.0, 8704.0, 8695.0, 8676.0, 8674.0, 8692.0, 8693.0, 8698.0, 8713.0, 8710.0, 8680.0, 8699.0, 8723.0, 8723.0, 8718.0, 8701.0, 8693.0, 8677.0, 8670.0, 8679.0, 8676.0, 8694.0, 8690.0, 8682.0, 8685.0, 8675.0, 8689.0, 8700.0, 8720.0, 8701.0, 8696.0, 8674.0, 8658.0, 8675.0, 8655.0, 8672.0, 8669.0, 8677.0, 8668.0, 8675.0, 8669.0, 8673.0, 8651.0, 8672.0, 8667.0, 8680.0, 8691.0, 8692.0, 8678.0, 8674.0, 8681.0, 8660.0, 8673.0, 8669.0, 8674.0, 8672.0, 8677.0, 8673.0, 8698.0, 8694.0, 8700.0, 8677.0, 8692.0, 8672.0, 8672.0, 8668.0, 8671.0, 8691.0, 8693.0, 8674.0, 8662.0, 8698.0, 8620.0, 8711.0, 8706.0, 8684.0, 8719.0, 8699.0, 8679.0, 8696.0, 8694.0, 8734.0, 8729.0, 8717.0, 8686.0, 8706.0, 8693.0, 8729.0, 8721.0, 8725.0, 8720.0, 8696.0, 8691.0, 8665.0, 8676.0, 8674.0, 8691.0, 8687.0, 8678.0, 8686.0, 8675.0, 8673.0, 8680.0, 8698.0, 8684.0, 8676.0, 8693.0, 8675.0, 8659.0, 8675.0, 8664.0, 8682.0, 8676.0, 8686.0, 8683.0, 8702.0, 8701.0, 8743.0, 8701.0, 8699.0, 8679.0, 8689.0, 8674.0, 8688.0, 8675.0, 8701.0, 8698.0, 8677.0, 8653.0, 8669.0, 8649.0, 8676.0, 8694.0, 8693.0, 8672.0, 8696.0, 8699.0, 8726.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.003360987370838117</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022844933295063142</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.75121089896551</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2542977901724146</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0386141702643685</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4584</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6407.3647</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13527440798278395</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.51435132032147</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.592305911726617</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5891723019056854</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7817306609511</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.406014772323065</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0146553</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008065999485552311</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019049551337957382</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.812332428794397</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>37.859</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4854</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.637</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304891.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>665.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.8479</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1926</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.2977</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3099.8825</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3284.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71653.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>991.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4086.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.4089</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.96983666345477</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> |