=== 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-0013 --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-0013",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0013_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0013_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-01/func/sub-0013_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>cb61823ecc7ec80fb3ef1eeed723aa12</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>10:08:36.430000</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.999342, -0.0303217, 0.0198919, 0.0310564, 0.998805, -0.0377283]</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_brain_imaging_center</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0953377</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4136, -7743, -7206, 596, -167, -73, 61, 47]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.235</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>40ea923c-e17a-4ed1-a43f-a03130a1898e||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.681162118911743, 0.08332211524248123, 0.05055532231926918, 111.98036193847656], [0.08135098218917847, 2.6797215938568115, -0.10346739739179611, -85.8604965209961], [0.05336863920092583, 0.10122228413820267, 2.697542905807495, -50.54878616333008], [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': ['100836.430000', '100836.890000', '100837.350000', '100837.810000', '100838.270000', '100838.730000', '100839.190000', '100839.650000', '100840.110000', '100840.570000', '100841.030000', '100841.490000', '100841.950000', '100842.410000', '100842.870000', '100843.330000', '100843.790000', '100844.250000', '100844.710000', '100845.170000', '100845.630000', '100846.090000', '100846.550000', '100847.010000', '100847.470000', '100847.930000', '100848.390000', '100848.850000', '100849.310000', '100849.770000', '100850.230000', '100850.690000', '100851.150000', '100851.610000', '100852.070000', '100852.530000', '100852.990000', '100853.450000', '100853.910000', '100854.370000', '100854.830000', '100855.290000', '100855.750000', '100856.210000', '100856.670000', '100857.130000', '100857.590000', '100858.050000', '100858.510000', '100858.970000', '100859.430000', '100859.890000', '100900.350000', '100900.810000', '100901.270000', '100901.730000', '100902.190000', '100902.650000', '100903.110000', '100903.570000', '100904.030000', '100904.490000', '100904.950000', '100905.410000', '100905.870000', '100906.330000', '100906.790000', '100907.250000', '100907.710000', '100908.170000', '100908.630000', '100909.090000', '100909.550000', '100910.010000', '100910.470000', '100910.930000', '100911.390000', '100911.850000', '100912.310000', '100912.770000', '100913.230000', '100913.690000', '100914.150000', '100914.610000', '100915.070000', '100915.530000', '100915.990000', '100916.450000', '100916.910000', '100917.370000', '100917.830000', '100918.290000', '100918.750000', '100919.210000', '100919.670000', '100920.130000', '100920.590000', '100921.050000', '100921.510000', '100921.970000', '100922.430000', '100922.890000', '100923.350000', '100923.810000', '100924.270000', '100924.730000', '100925.190000', '100925.650000', '100926.110000', '100926.570000', '100927.030000', '100927.490000', '100927.950000', '100928.410000', '100928.870000', '100929.330000', '100929.790000', '100930.250000', '100930.710000', '100931.170000', '100931.630000', '100932.090000', '100932.550000', '100933.010000', '100933.470000', '100933.930000', '100934.390000', '100934.850000', '100935.310000', '100935.770000', '100936.230000', '100936.690000', '100937.150000', '100937.610000', '100938.070000', '100938.530000', '100938.990000', '100939.450000', '100939.910000', '100940.370000', '100940.830000', '100941.290000', '100941.750000', '100942.210000', '100942.670000', '100943.130000', '100943.590000', '100944.050000', '100944.510000', '100944.970000', '100945.430000', '100945.890000', '100946.350000', '100946.810000', '100947.270000', '100947.730000', '100948.190000', '100948.650000', '100949.110000', '100949.570000', '100950.030000', '100950.490000', '100950.950000', '100951.410000', '100951.870000', '100952.330000', '100952.790000', '100953.250000', '100953.710000', '100954.170000', '100954.630000', '100955.090000', '100955.550000', '100956.010000', '100956.470000', '100956.930000', '100957.390000', '100957.850000', '100958.310000', '100958.770000', '100959.230000', '100959.690000', '101000.150000', '101000.610000', '101001.070000', '101001.530000', '101001.990000', '101002.450000', '101002.910000', '101003.370000', '101003.830000', '101004.290000', '101004.750000', '101005.210000', '101005.670000', '101006.130000', '101006.590000', '101007.050000', '101007.510000', '101007.970000', '101008.430000', '101008.890000', '101009.350000', '101009.810000', '101010.270000', '101010.730000', '101011.190000', '101011.650000', '101012.110000', '101012.570000', '101013.030000', '101013.490000', '101013.950000', '101014.410000', '101014.870000', '101015.330000', '101015.790000', '101016.250000', '101016.710000', '101017.170000', '101017.630000', '101018.090000', '101018.550000', '101019.010000', '101019.470000', '101019.930000', '101020.390000', '101020.850000', '101021.310000', '101021.770000', '101022.230000', '101022.690000', '101023.150000', '101023.610000', '101024.070000', '101024.530000', '101024.990000', '101025.450000', '101025.910000', '101026.370000', '101026.830000', '101027.290000', '101027.750000', '101028.210000', '101028.670000', '101029.130000', '101029.590000', '101030.050000', '101030.510000', '101030.970000', '101031.430000', '101031.890000', '101032.350000', '101032.810000', '101033.270000', '101033.730000', '101034.190000', '101034.650000', '101035.110000', '101035.570000', '101036.030000', '101036.490000', '101036.950000', '101037.410000', '101037.870000', '101038.330000', '101038.790000', '101039.250000', '101039.710000', '101040.170000', '101040.630000', '101041.090000', '101041.550000', '101042.010000', '101042.470000', '101042.930000', '101043.390000', '101043.850000', '101044.310000', '101044.770000', '101045.230000', '101045.690000', '101046.150000', '101046.610000', '101047.070000', '101047.530000', '101047.990000', '101048.450000', '101048.910000', '101049.370000', '101049.830000', '101050.290000', '101050.750000', '101051.210000', '101051.670000', '101052.130000', '101052.590000', '101053.050000', '101053.510000', '101053.970000', '101054.430000', '101054.890000', '101055.350000', '101055.810000', '101056.270000', '101056.730000', '101057.190000', '101057.650000', '101058.110000', '101058.570000', '101059.030000', '101059.490000', '101059.950000', '101100.410000', '101100.870000', '101101.330000', '101101.790000', '101102.250000', '101102.710000', '101103.170000', '101103.630000', '101104.090000', '101104.550000', '101105.010000', '101105.470000', '101105.930000', '101106.390000', '101106.850000', '101107.310000', '101107.770000', '101108.230000', '101108.690000', '101109.150000', '101109.610000', '101110.070000', '101110.530000', '101110.990000', '101111.450000', '101111.910000', '101112.370000', '101112.830000', '101113.290000', '101113.750000', '101114.210000', '101114.670000', '101115.130000', '101115.590000', '101116.050000', '101116.510000', '101116.970000', '101117.430000', '101117.890000', '101118.350000', '101118.810000', '101119.270000', '101119.730000', '101120.190000', '101120.650000', '101121.110000', '101121.570000', '101122.030000', '101122.490000', '101122.950000', '101123.410000', '101123.870000', '101124.330000', '101124.790000', '101125.250000', '101125.710000', '101126.170000', '101126.630000', '101127.090000', '101127.550000', '101128.010000', '101128.470000', '101128.930000', '101129.390000', '101129.850000', '101130.310000', '101130.770000', '101131.230000', '101131.690000', '101132.150000', '101132.610000', '101133.070000', '101133.530000', '101133.990000', '101134.450000', '101134.910000', '101135.370000', '101135.830000', '101136.290000', '101136.750000', '101137.210000', '101137.670000', '101138.130000', '101138.590000', '101139.050000', '101139.510000', '101139.970000', '101140.430000', '101140.890000', '101141.350000', '101141.810000', '101142.270000', '101142.730000', '101143.190000', '101143.650000', '101144.110000', '101144.570000', '101145.030000', '101145.490000', '101145.950000', '101146.410000', '101146.870000', '101147.330000', '101147.790000', '101148.250000', '101148.710000', '101149.170000', '101149.630000', '101150.090000', '101150.550000', '101151.010000', '101151.470000', '101151.930000', '101152.390000', '101152.850000', '101153.310000', '101153.770000', '101154.230000', '101154.690000', '101155.150000', '101155.610000', '101156.070000', '101156.530000', '101156.990000', '101157.450000', '101157.910000', '101158.370000', '101158.830000', '101159.290000', '101159.750000', '101200.210000', '101200.670000', '101201.130000', '101201.590000', '101202.050000', '101202.510000', '101202.970000', '101203.430000', '101203.890000', '101204.350000', '101204.810000', '101205.270000', '101205.730000', '101206.190000', '101206.650000', '101207.110000', '101207.570000', '101208.030000', '101208.490000', '101208.950000', '101209.410000', '101209.870000', '101210.330000', '101210.790000', '101211.250000', '101211.710000', '101212.170000', '101212.630000', '101213.090000', '101213.550000', '101214.010000', '101214.470000', '101214.930000', '101215.390000', '101215.850000', '101216.310000', '101216.770000', '101217.230000', '101217.690000', '101218.150000', '101218.610000', '101219.070000', '101219.530000', '101219.990000', '101220.450000', '101220.910000', '101221.370000', '101221.830000', '101222.290000', '101222.750000', '101223.210000', '101223.670000', '101224.130000', '101224.590000', '101225.050000', '101225.510000', '101225.970000', '101226.430000', '101226.890000', '101227.350000', '101227.810000', '101228.270000', '101228.730000', '101229.190000', '101229.650000', '101230.110000', '101230.570000', '101231.030000', '101231.490000', '101231.950000', '101232.410000', '101232.870000', '101233.330000', '101233.790000', '101234.250000', '101234.710000', '101235.170000', '101235.630000', '101236.090000', '101236.550000', '101237.010000', '101237.470000', '101237.930000', '101238.390000', '101238.850000', '101239.310000', '101239.770000', '101240.230000', '101240.690000', '101241.150000', '101241.610000', '101242.070000', '101242.530000', '101242.990000', '101243.450000', '101243.910000', '101244.370000', '101244.830000', '101245.290000', '101245.750000', '101246.210000', '101246.670000', '101247.130000', '101247.590000', '101248.050000', '101248.510000', '101248.970000', '101249.430000', '101249.890000', '101250.350000', '101250.810000', '101251.270000', '101251.730000', '101252.190000', '101252.650000', '101253.110000', '101253.570000', '101254.030000', '101254.490000', '101254.950000', '101255.410000', '101255.870000', '101256.330000', '101256.790000', '101257.250000', '101257.710000', '101258.170000', '101258.630000', '101259.090000', '101259.550000', '101300.010000', '101300.470000', '101300.930000', '101301.390000', '101301.850000', '101302.310000', '101302.770000', '101303.230000', '101303.690000', '101304.150000', '101304.610000', '101305.070000', '101305.530000', '101305.990000', '101306.450000', '101306.910000', '101307.370000', '101307.830000', '101308.290000', '101308.750000', '101309.210000', '101309.670000', '101310.130000', '101310.590000', '101311.050000', '101311.510000', '101311.970000', '101312.430000', '101312.890000', '101313.350000', '101313.810000', '101314.270000', '101314.730000', '101315.190000', '101315.650000', '101316.110000', '101316.570000', '101317.030000', '101317.490000', '101317.950000', '101318.410000', '101318.870000', '101319.330000', '101319.790000', '101320.250000', '101320.710000', '101321.170000', '101321.630000', '101322.090000', '101322.550000', '101323.010000', '101323.470000', '101323.930000', '101324.390000', '101324.850000', '101325.310000', '101325.770000', '101326.230000', '101326.690000', '101327.150000', '101327.610000', '101328.070000', '101328.530000', '101328.990000', '101329.450000', '101329.910000', '101330.370000', '101330.830000', '101331.290000', '101331.750000', '101332.210000', '101332.670000', '101333.130000', '101333.590000', '101334.050000', '101334.510000', '101334.970000', '101335.430000', '101335.890000', '101336.350000', '101336.810000', '101337.270000', '101337.730000', '101338.190000', '101338.650000', '101339.110000', '101339.570000', '101340.030000', '101340.490000', '101340.950000', '101341.410000', '101341.870000', '101342.330000', '101342.790000', '101343.250000', '101343.710000', '101344.170000', '101344.630000', '101345.090000', '101345.550000', '101346.010000', '101346.470000', '101346.930000', '101347.390000', '101347.850000', '101348.310000', '101348.770000', '101349.230000', '101349.690000', '101350.150000', '101350.610000', '101351.070000', '101351.530000', '101351.990000', '101352.450000', '101352.910000', '101353.370000', '101353.830000', '101354.290000', '101354.750000', '101355.210000', '101355.670000', '101356.130000', '101356.590000', '101357.050000', '101357.510000', '101357.970000', '101358.430000', '101358.890000', '101359.350000', '101359.810000', '101400.270000', '101400.730000', '101401.190000', '101401.650000', '101402.110000', '101402.570000', '101403.030000', '101403.490000', '101403.950000', '101404.410000', '101404.870000', '101405.330000', '101405.790000', '101406.250000', '101406.710000', '101407.170000', '101407.630000', '101408.090000', '101408.550000', '101409.010000', '101409.470000', '101409.930000', '101410.390000', '101410.850000', '101411.310000', '101411.770000', '101412.230000', '101412.690000', '101413.150000', '101413.610000', '101414.070000', '101414.530000', '101414.990000', '101415.450000', '101415.910000', '101416.370000', '101416.830000', '101417.290000', '101417.750000', '101418.210000', '101418.670000', '101419.130000', '101419.590000', '101420.050000', '101420.510000', '101420.970000', '101421.430000', '101421.890000', '101422.350000', '101422.810000', '101423.270000', '101423.730000', '101424.190000', '101424.650000', '101425.110000', '101425.570000', '101426.030000', '101426.490000', '101426.950000', '101427.410000', '101427.870000', '101428.330000', '101428.790000', '101429.250000', '101429.710000', '101430.170000', '101430.630000', '101431.090000', '101431.550000', '101432.010000', '101432.470000', '101432.930000', '101433.390000', '101433.850000', '101434.310000', '101434.770000', '101435.230000', '101435.690000', '101436.150000', '101436.610000', '101437.070000', '101437.530000', '101437.990000', '101438.450000', '101438.910000', '101439.370000', '101439.830000', '101440.290000', '101440.750000', '101441.210000', '101441.670000', '101442.130000', '101442.590000', '101443.050000', '101443.510000', '101443.970000', '101444.430000', '101444.890000', '101445.350000', '101445.810000', '101446.270000', '101446.730000', '101447.190000', '101447.650000', '101448.110000', '101448.570000', '101449.030000', '101449.490000', '101449.950000', '101450.410000', '101450.870000', '101451.330000', '101451.790000', '101452.250000', '101452.710000', '101453.170000', '101453.630000', '101454.090000', '101454.550000', '101455.010000', '101455.470000', '101455.930000', '101456.390000', '101456.850000', '101457.310000', '101457.770000', '101458.230000', '101458.690000', '101459.150000', '101459.610000', '101500.070000', '101500.530000', '101500.990000', '101501.450000', '101501.910000', '101502.370000', '101502.830000', '101503.290000', '101503.750000', '101504.210000', '101504.670000', '101505.130000', '101505.590000', '101506.050000', '101506.510000', '101506.970000', '101507.430000', '101507.890000', '101508.350000', '101508.810000', '101509.270000', '101509.730000', '101510.190000', '101510.650000', '101511.110000', '101511.570000', '101512.030000', '101512.490000', '101512.950000', '101513.410000', '101513.870000', '101514.330000', '101514.790000', '101515.250000', '101515.710000', '101516.170000', '101516.630000', '101517.090000'], 'ContentTime': ['100853.746000', '100853.749000', '100853.752000', '100853.755000', '100853.758000', '100853.761000', '100853.763000', '100853.766000', '100853.769000', '100853.772000', '100853.775000', '100853.778000', '100853.781000', '100853.784000', '100853.787000', '100853.789000', '100853.792000', '100853.795000', '100853.798000', '100853.801000', '100853.804000', '100853.806000', '100853.809000', '100853.812000', '100853.815000', '100853.818000', '100853.821000', '100853.824000', '100853.826000', '100853.829000', '100853.836000', '100853.839000', '100853.842000', '100853.845000', '100853.848000', '100853.850000', '100913.711000', '100913.714000', '100913.717000', '100913.720000', '100913.722000', '100913.725000', '100913.728000', '100913.731000', '100913.734000', '100913.737000', '100913.740000', '100913.742000', '100913.745000', '100913.748000', '100913.751000', '100913.754000', '100913.758000', '100913.763000', '100913.766000', '100913.769000', '100913.772000', '100913.775000', '100913.777000', '100913.780000', '100913.783000', '100913.786000', '100913.789000', '100913.791000', '100913.794000', '100913.797000', '100913.800000', '100913.803000', '100913.805000', '100913.808000', '100913.811000', '100913.814000', '100913.817000', '100913.820000', '100913.823000', '100913.825000', '100913.828000', '100913.831000', '100913.834000', '100933.712000', '100933.715000', '100933.718000', '100933.720000', '100933.723000', '100933.726000', '100933.729000', '100933.732000', '100933.735000', '100933.737000', '100933.740000', '100933.743000', '100933.746000', '100933.749000', '100933.752000', '100933.755000', '100933.757000', '100933.760000', '100933.763000', '100933.766000', '100933.769000', '100933.772000', '100933.775000', '100933.777000', '100933.780000', '100933.783000', '100933.786000', '100933.789000', '100933.792000', '100933.794000', '100933.797000', '100933.800000', '100933.803000', '100933.806000', '100933.809000', '100933.812000', '100933.814000', '100933.817000', '100933.820000', '100933.823000', '100933.826000', '100933.829000', '100933.831000', '100933.834000', '100953.711000', '100953.714000', '100953.717000', '100953.720000', '100953.724000', '100953.727000', '100953.730000', '100953.733000', '100953.735000', '100953.738000', '100953.741000', '100953.744000', '100953.747000', '100953.750000', '100953.753000', '100953.755000', '100953.758000', '100953.761000', '100953.764000', '100953.767000', '100953.770000', '100953.773000', '100953.776000', '100953.779000', '100953.782000', '100953.785000', '100953.788000', '100953.791000', '100953.794000', '100953.797000', '100953.799000', '100953.802000', '100953.805000', '100953.808000', '100953.811000', '100953.814000', '100953.817000', '100953.819000', '100953.822000', '100953.825000', '100953.828000', '100953.831000', '100953.834000', '101013.711000', '101013.714000', '101013.717000', '101013.720000', '101013.723000', '101013.725000', '101013.728000', '101013.731000', '101013.734000', '101013.737000', '101013.740000', '101013.742000', '101013.745000', '101013.748000', '101013.751000', '101013.754000', '101013.757000', '101013.760000', '101013.763000', '101013.765000', '101013.768000', '101013.771000', '101013.774000', '101013.777000', '101013.780000', '101013.783000', '101013.786000', '101013.788000', '101013.791000', '101013.794000', '101013.797000', '101013.810000', '101013.813000', '101013.816000', '101013.819000', '101013.822000', '101013.825000', '101013.828000', '101013.830000', '101013.833000', '101013.836000', '101013.839000', '101013.842000', '101013.845000', '101033.711000', '101033.714000', '101033.717000', '101033.720000', '101033.722000', '101033.725000', '101033.728000', '101033.731000', '101033.734000', '101033.737000', '101033.740000', '101033.742000', '101033.745000', '101033.748000', '101033.751000', '101033.754000', '101033.757000', '101033.760000', '101033.762000', '101033.765000', '101033.768000', '101033.771000', '101033.774000', '101033.777000', '101033.779000', '101033.782000', '101033.785000', '101033.788000', '101033.791000', '101033.794000', '101033.797000', '101033.800000', '101033.802000', '101033.805000', '101033.808000', '101033.811000', '101033.814000', '101033.817000', '101033.820000', '101033.822000', '101033.825000', '101033.828000', '101033.831000', '101053.711000', '101053.714000', '101053.717000', '101053.720000', '101053.722000', '101053.725000', '101053.728000', '101053.731000', '101053.734000', '101053.737000', '101053.740000', '101053.743000', '101053.745000', '101053.748000', '101053.751000', '101053.754000', '101053.757000', '101053.760000', '101053.763000', '101053.766000', '101053.768000', '101053.771000', '101053.774000', '101053.777000', '101053.780000', '101053.783000', '101053.786000', '101053.789000', '101053.791000', '101053.794000', '101053.797000', '101053.800000', '101053.803000', '101053.806000', '101053.809000', '101053.811000', '101053.814000', '101053.817000', '101053.820000', '101053.823000', '101053.826000', '101053.829000', '101053.831000', '101053.834000', '101113.711000', '101113.714000', '101113.717000', '101113.720000', '101113.722000', '101113.725000', '101113.728000', '101113.731000', '101113.734000', '101113.737000', '101113.740000', '101113.743000', '101113.746000', '101113.748000', '101113.751000', '101113.754000', '101113.757000', '101113.761000', '101113.764000', '101113.767000', '101113.770000', '101113.773000', '101113.776000', '101113.779000', '101113.781000', '101113.784000', '101113.787000', '101113.790000', '101113.793000', '101113.796000', '101113.799000', '101113.801000', '101113.804000', '101113.807000', '101113.810000', '101113.813000', '101113.816000', '101113.819000', '101113.822000', '101113.825000', '101113.827000', '101113.830000', '101113.835000', '101133.711000', '101133.714000', '101133.717000', '101133.720000', '101133.722000', '101133.726000', '101133.729000', '101133.732000', '101133.735000', '101133.738000', '101133.741000', '101133.743000', '101133.746000', '101133.749000', '101133.752000', '101133.755000', '101133.758000', '101133.761000', '101133.764000', '101133.767000', '101133.769000', '101133.772000', '101133.775000', '101133.778000', '101133.781000', '101133.784000', '101133.787000', '101133.789000', '101133.792000', '101133.795000', '101133.798000', '101133.801000', '101133.804000', '101133.807000', '101133.810000', '101133.812000', '101133.815000', '101133.818000', '101133.821000', '101133.824000', '101133.827000', '101133.830000', '101133.833000', '101133.835000', '101153.712000', '101153.715000', '101153.718000', '101153.721000', '101153.724000', '101153.726000', '101153.729000', '101153.732000', '101153.735000', '101153.738000', '101153.741000', '101153.743000', '101153.756000', '101153.758000', '101153.761000', '101153.764000', '101153.767000', '101153.770000', '101153.773000', '101153.776000', '101153.778000', '101153.781000', '101153.784000', '101153.787000', '101153.790000', '101153.793000', '101153.796000', '101153.798000', '101153.801000', '101153.804000', '101153.807000', '101153.810000', '101153.813000', '101153.816000', '101153.819000', '101153.821000', '101153.824000', '101153.827000', '101153.830000', '101153.833000', '101153.836000', '101153.840000', '101153.843000', '101213.711000', '101213.714000', '101213.717000', '101213.720000', '101213.722000', '101213.725000', '101213.728000', '101213.731000', '101213.734000', '101213.737000', '101213.739000', '101213.742000', '101213.745000', '101213.748000', '101213.751000', '101213.754000', '101213.757000', '101213.760000', '101213.763000', '101213.765000', '101213.768000', '101213.771000', '101213.774000', '101213.777000', '101213.780000', '101213.783000', '101213.786000', '101213.788000', '101213.791000', '101213.794000', '101213.797000', '101213.800000', '101213.803000', '101213.806000', '101213.808000', '101213.811000', '101213.814000', '101213.817000', '101213.820000', '101213.823000', '101213.826000', '101213.829000', '101213.832000', '101213.834000', '101233.711000', '101233.714000', '101233.717000', '101233.720000', '101233.722000', '101233.725000', '101233.728000', '101233.731000', '101233.734000', '101233.737000', '101233.740000', '101233.742000', '101233.745000', '101233.748000', '101233.751000', '101233.754000', '101233.757000', '101233.760000', '101233.763000', '101233.766000', '101233.768000', '101233.771000', '101233.774000', '101233.777000', '101233.780000', '101233.783000', '101233.786000', '101233.789000', '101233.792000', '101233.794000', '101233.798000', '101233.802000', '101233.805000', '101233.807000', '101233.810000', '101233.813000', '101233.816000', '101233.819000', '101233.822000', '101233.825000', '101233.828000', '101233.830000', '101233.833000', '101253.711000', '101253.714000', '101253.717000', '101253.719000', '101253.722000', '101253.725000', '101253.728000', '101253.731000', '101253.734000', '101253.737000', '101253.739000', '101253.742000', '101253.745000', '101253.748000', '101253.751000', '101253.754000', '101253.756000', '101253.759000', '101253.762000', '101253.765000', '101253.768000', '101253.771000', '101253.774000', '101253.777000', '101253.779000', '101253.782000', '101253.785000', '101253.788000', '101253.791000', '101253.794000', '101253.797000', '101253.800000', '101253.803000', '101253.805000', '101253.808000', '101253.811000', '101253.814000', '101253.817000', '101253.820000', '101253.823000', '101253.825000', '101253.828000', '101253.831000', '101253.834000', '101313.711000', '101313.714000', '101313.717000', '101313.720000', '101313.722000', '101313.725000', '101313.728000', '101313.731000', '101313.734000', '101313.737000', '101313.740000', '101313.743000', '101313.746000', '101313.748000', '101313.751000', '101313.754000', '101313.757000', '101313.760000', '101313.763000', '101313.766000', '101313.769000', '101313.772000', '101313.774000', '101313.777000', '101313.780000', '101313.783000', '101313.786000', '101313.789000', '101313.792000', '101313.795000', '101313.797000', '101313.820000', '101313.823000', '101313.825000', '101313.828000', '101313.831000', '101313.834000', '101313.849000', '101313.852000', '101313.855000', '101313.857000', '101313.860000', '101313.863000', '101333.711000', '101333.714000', '101333.717000', '101333.719000', '101333.722000', '101333.725000', '101333.728000', '101333.731000', '101333.734000', '101333.737000', '101333.740000', '101333.743000', '101333.745000', '101333.748000', '101333.751000', '101333.754000', '101333.757000', '101333.760000', '101333.763000', '101333.766000', '101333.768000', '101333.771000', '101333.774000', '101333.777000', '101333.780000', '101333.783000', '101333.785000', '101333.788000', '101333.791000', '101333.794000', '101333.797000', '101333.800000', '101333.803000', '101333.805000', '101333.808000', '101333.811000', '101333.814000', '101333.817000', '101333.820000', '101333.823000', '101333.825000', '101333.828000', '101333.831000', '101333.834000', '101353.711000', '101353.714000', '101353.717000', '101353.720000', '101353.722000', '101353.725000', '101353.728000', '101353.731000', '101353.734000', '101353.737000', '101353.740000', '101353.742000', '101353.745000', '101353.748000', '101353.751000', '101353.754000', '101353.757000', '101353.760000', '101353.763000', '101353.765000', '101353.768000', '101353.771000', '101353.774000', '101353.777000', '101353.780000', '101353.783000', '101353.785000', '101353.788000', '101353.791000', '101353.794000', '101353.797000', '101353.800000', '101353.803000', '101353.806000', '101353.808000', '101353.811000', '101353.814000', '101353.817000', '101353.820000', '101353.823000', '101353.826000', '101353.828000', '101353.831000', '101413.712000', '101413.715000', '101413.718000', '101413.721000', '101413.723000', '101413.726000', '101413.729000', '101413.732000', '101413.735000', '101413.738000', '101413.741000', '101413.744000', '101413.746000', '101413.749000', '101413.752000', '101413.755000', '101413.758000', '101413.761000', '101413.764000', '101413.766000', '101413.769000', '101413.772000', '101413.775000', '101413.778000', '101413.781000', '101413.784000', '101413.787000', '101413.789000', '101413.792000', '101413.795000', '101413.798000', '101413.801000', '101413.804000', '101413.807000', '101413.810000', '101413.813000', '101413.815000', '101413.818000', '101413.821000', '101413.824000', '101413.827000', '101413.830000', '101413.833000', '101413.835000', '101433.711000', '101433.714000', '101433.717000', '101433.720000', '101433.722000', '101433.725000', '101433.728000', '101433.731000', '101433.734000', '101433.737000', '101433.740000', '101433.743000', '101433.745000', '101433.748000', '101433.751000', '101433.754000', '101433.757000', '101433.760000', '101433.762000', '101433.765000', '101433.768000', '101433.771000', '101433.774000', '101433.777000', '101433.780000', '101433.783000', '101433.785000', '101433.788000', '101433.791000', '101433.794000', '101433.797000', '101433.800000', '101433.803000', '101433.806000', '101433.808000', '101433.811000', '101433.814000', '101433.817000', '101433.820000', '101433.823000', '101433.826000', '101433.829000', '101433.831000', '101453.713000', '101453.716000', '101453.719000', '101453.722000', '101453.725000', '101453.737000', '101453.740000', '101453.742000', '101453.745000', '101453.748000', '101453.751000', '101453.754000', '101453.757000', '101453.760000', '101453.763000', '101453.765000', '101453.768000', '101453.771000', '101453.774000', '101453.777000', '101453.780000', '101453.783000', '101453.785000', '101453.788000', '101453.791000', '101453.794000', '101453.797000', '101453.800000', '101453.803000', '101453.805000', '101453.808000', '101453.811000', '101453.814000', '101453.817000', '101453.820000', '101453.823000', '101453.825000', '101453.828000', '101453.831000', '101453.834000', '101453.837000', '101453.840000', '101453.843000', '101513.711000', '101513.714000', '101513.717000', '101513.720000', '101513.723000', '101513.725000', '101513.728000', '101513.731000', '101513.734000', '101513.737000', '101513.740000', '101513.743000', '101513.745000', '101513.748000', '101513.751000', '101513.754000', '101513.757000', '101513.760000', '101513.763000', '101513.766000', '101513.768000', '101513.771000', '101513.774000', '101513.777000', '101513.780000', '101513.783000', '101513.786000', '101513.788000', '101513.791000', '101513.794000', '101513.797000', '101513.800000', '101513.803000', '101513.806000', '101513.808000', '101513.811000', '101513.814000', '101513.817000', '101513.820000', '101513.823000', '101513.825000', '101513.828000', '101513.831000', '101513.834000', '101518.139000', '101518.143000', '101518.146000', '101518.150000', '101518.153000', '101518.156000', '101518.159000', '101518.162000', '101518.165000', '101518.167000'], 'InstanceCreationTime': ['100853.746000', '100853.749000', '100853.752000', '100853.755000', '100853.758000', '100853.761000', '100853.763000', '100853.766000', '100853.769000', '100853.772000', '100853.775000', '100853.778000', '100853.781000', '100853.784000', '100853.787000', '100853.789000', '100853.792000', '100853.795000', '100853.798000', '100853.801000', '100853.804000', '100853.806000', '100853.809000', '100853.812000', '100853.815000', '100853.818000', '100853.821000', '100853.824000', '100853.826000', '100853.829000', '100853.836000', '100853.839000', '100853.842000', '100853.845000', '100853.848000', '100853.850000', '100913.711000', '100913.714000', '100913.717000', '100913.720000', '100913.722000', '100913.725000', '100913.728000', '100913.731000', '100913.734000', '100913.737000', '100913.740000', '100913.742000', '100913.745000', '100913.748000', '100913.751000', '100913.754000', '100913.758000', '100913.763000', '100913.766000', '100913.769000', '100913.772000', '100913.775000', '100913.777000', '100913.780000', '100913.783000', '100913.786000', '100913.789000', '100913.791000', '100913.794000', '100913.797000', '100913.800000', '100913.803000', '100913.805000', '100913.808000', '100913.811000', '100913.814000', '100913.817000', '100913.820000', '100913.823000', '100913.825000', '100913.828000', '100913.831000', '100913.834000', '100933.712000', '100933.715000', '100933.718000', '100933.720000', '100933.723000', '100933.726000', '100933.729000', '100933.732000', '100933.735000', '100933.737000', '100933.740000', '100933.743000', '100933.746000', '100933.749000', '100933.752000', '100933.755000', '100933.757000', '100933.760000', '100933.763000', '100933.766000', '100933.769000', '100933.772000', '100933.775000', '100933.777000', '100933.780000', '100933.783000', '100933.786000', '100933.789000', '100933.792000', '100933.794000', '100933.797000', '100933.800000', '100933.803000', '100933.806000', '100933.809000', '100933.812000', '100933.814000', '100933.817000', '100933.820000', '100933.823000', '100933.826000', '100933.829000', '100933.831000', '100933.834000', '100953.711000', '100953.714000', '100953.717000', '100953.720000', '100953.724000', '100953.727000', '100953.730000', '100953.733000', '100953.735000', '100953.738000', '100953.741000', '100953.744000', '100953.747000', '100953.750000', '100953.753000', '100953.755000', '100953.758000', '100953.761000', '100953.764000', '100953.767000', '100953.770000', '100953.773000', '100953.776000', '100953.779000', '100953.782000', '100953.785000', '100953.788000', '100953.791000', '100953.794000', '100953.797000', '100953.799000', '100953.802000', '100953.805000', '100953.808000', '100953.811000', '100953.814000', '100953.817000', '100953.819000', '100953.822000', '100953.825000', '100953.828000', '100953.831000', '100953.834000', '101013.711000', '101013.714000', '101013.717000', '101013.720000', '101013.723000', '101013.725000', '101013.728000', '101013.731000', '101013.734000', '101013.737000', '101013.740000', '101013.742000', '101013.745000', '101013.748000', '101013.751000', '101013.754000', '101013.757000', '101013.760000', '101013.763000', '101013.765000', '101013.768000', '101013.771000', '101013.774000', '101013.777000', '101013.780000', '101013.783000', '101013.786000', '101013.788000', '101013.791000', '101013.794000', '101013.797000', '101013.810000', '101013.813000', '101013.816000', '101013.819000', '101013.822000', '101013.825000', '101013.828000', '101013.830000', '101013.833000', '101013.836000', '101013.839000', '101013.842000', '101013.845000', '101033.711000', '101033.714000', '101033.717000', '101033.720000', '101033.722000', '101033.725000', '101033.728000', '101033.731000', '101033.734000', '101033.737000', '101033.740000', '101033.742000', '101033.745000', '101033.748000', '101033.751000', '101033.754000', '101033.757000', '101033.760000', '101033.762000', '101033.765000', '101033.768000', '101033.771000', '101033.774000', '101033.777000', '101033.779000', '101033.782000', '101033.785000', '101033.788000', '101033.791000', '101033.794000', '101033.797000', '101033.800000', '101033.802000', '101033.805000', '101033.808000', '101033.811000', '101033.814000', '101033.817000', '101033.820000', '101033.822000', '101033.825000', '101033.828000', '101033.831000', '101053.711000', '101053.714000', '101053.717000', '101053.720000', '101053.722000', '101053.725000', '101053.728000', '101053.731000', '101053.734000', '101053.737000', '101053.740000', '101053.743000', '101053.745000', '101053.748000', '101053.751000', '101053.754000', '101053.757000', '101053.760000', '101053.763000', '101053.766000', '101053.768000', '101053.771000', '101053.774000', '101053.777000', '101053.780000', '101053.783000', '101053.786000', '101053.789000', '101053.791000', '101053.794000', '101053.797000', '101053.800000', '101053.803000', '101053.806000', '101053.809000', '101053.811000', '101053.814000', '101053.817000', '101053.820000', '101053.823000', '101053.826000', '101053.829000', '101053.831000', '101053.834000', '101113.711000', '101113.714000', '101113.717000', '101113.720000', '101113.722000', '101113.725000', '101113.728000', '101113.731000', '101113.734000', '101113.737000', '101113.740000', '101113.743000', '101113.746000', '101113.748000', '101113.751000', '101113.754000', '101113.757000', '101113.761000', '101113.764000', '101113.767000', '101113.770000', '101113.773000', '101113.776000', '101113.779000', '101113.781000', '101113.784000', '101113.787000', '101113.790000', '101113.793000', '101113.796000', '101113.799000', '101113.801000', '101113.804000', '101113.807000', '101113.810000', '101113.813000', '101113.816000', '101113.819000', '101113.822000', '101113.825000', '101113.827000', '101113.830000', '101113.835000', '101133.711000', '101133.714000', '101133.717000', '101133.720000', '101133.722000', '101133.726000', '101133.729000', '101133.732000', '101133.735000', '101133.738000', '101133.741000', '101133.743000', '101133.746000', '101133.749000', '101133.752000', '101133.755000', '101133.758000', '101133.761000', '101133.764000', '101133.767000', '101133.769000', '101133.772000', '101133.775000', '101133.778000', '101133.781000', '101133.784000', '101133.787000', '101133.789000', '101133.792000', '101133.795000', '101133.798000', '101133.801000', '101133.804000', '101133.807000', '101133.810000', '101133.812000', '101133.815000', '101133.818000', '101133.821000', '101133.824000', '101133.827000', '101133.830000', '101133.833000', '101133.835000', '101153.712000', '101153.715000', '101153.718000', '101153.721000', '101153.724000', '101153.726000', '101153.729000', '101153.732000', '101153.735000', '101153.738000', '101153.741000', '101153.743000', '101153.756000', '101153.758000', '101153.761000', '101153.764000', '101153.767000', '101153.770000', '101153.773000', '101153.776000', '101153.778000', '101153.781000', '101153.784000', '101153.787000', '101153.790000', '101153.793000', '101153.796000', '101153.798000', '101153.801000', '101153.804000', '101153.807000', '101153.810000', '101153.813000', '101153.816000', '101153.819000', '101153.821000', '101153.824000', '101153.827000', '101153.830000', '101153.833000', '101153.836000', '101153.840000', '101153.843000', '101213.711000', '101213.714000', '101213.717000', '101213.720000', '101213.722000', '101213.725000', '101213.728000', '101213.731000', '101213.734000', '101213.737000', '101213.739000', '101213.742000', '101213.745000', '101213.748000', '101213.751000', '101213.754000', '101213.757000', '101213.760000', '101213.763000', '101213.765000', '101213.768000', '101213.771000', '101213.774000', '101213.777000', '101213.780000', '101213.783000', '101213.786000', '101213.788000', '101213.791000', '101213.794000', '101213.797000', '101213.800000', '101213.803000', '101213.806000', '101213.808000', '101213.811000', '101213.814000', '101213.817000', '101213.820000', '101213.823000', '101213.826000', '101213.829000', '101213.832000', '101213.834000', '101233.711000', '101233.714000', '101233.717000', '101233.720000', '101233.722000', '101233.725000', '101233.728000', '101233.731000', '101233.734000', '101233.737000', '101233.740000', '101233.742000', '101233.745000', '101233.748000', '101233.751000', '101233.754000', '101233.757000', '101233.760000', '101233.763000', '101233.766000', '101233.768000', '101233.771000', '101233.774000', '101233.777000', '101233.780000', '101233.783000', '101233.786000', '101233.789000', '101233.792000', '101233.794000', '101233.798000', '101233.802000', '101233.805000', '101233.807000', '101233.810000', '101233.813000', '101233.816000', '101233.819000', '101233.822000', '101233.825000', '101233.828000', '101233.830000', '101233.833000', '101253.711000', '101253.714000', '101253.717000', '101253.719000', '101253.722000', '101253.725000', '101253.728000', '101253.731000', '101253.734000', '101253.737000', '101253.739000', '101253.742000', '101253.745000', '101253.748000', '101253.751000', '101253.754000', '101253.756000', '101253.759000', '101253.762000', '101253.765000', '101253.768000', '101253.771000', '101253.774000', '101253.777000', '101253.779000', '101253.782000', '101253.785000', '101253.788000', '101253.791000', '101253.794000', '101253.797000', '101253.800000', '101253.803000', '101253.805000', '101253.808000', '101253.811000', '101253.814000', '101253.817000', '101253.820000', '101253.823000', '101253.825000', '101253.828000', '101253.831000', '101253.834000', '101313.711000', '101313.714000', '101313.717000', '101313.720000', '101313.722000', '101313.725000', '101313.728000', '101313.731000', '101313.734000', '101313.737000', '101313.740000', '101313.743000', '101313.746000', '101313.748000', '101313.751000', '101313.754000', '101313.757000', '101313.760000', '101313.763000', '101313.766000', '101313.769000', '101313.772000', '101313.774000', '101313.777000', '101313.780000', '101313.783000', '101313.786000', '101313.789000', '101313.792000', '101313.795000', '101313.797000', '101313.820000', '101313.823000', '101313.825000', '101313.828000', '101313.831000', '101313.834000', '101313.849000', '101313.852000', '101313.855000', '101313.857000', '101313.860000', '101313.863000', '101333.711000', '101333.714000', '101333.717000', '101333.719000', '101333.722000', '101333.725000', '101333.728000', '101333.731000', '101333.734000', '101333.737000', '101333.740000', '101333.743000', '101333.745000', '101333.748000', '101333.751000', '101333.754000', '101333.757000', '101333.760000', '101333.763000', '101333.766000', '101333.768000', '101333.771000', '101333.774000', '101333.777000', '101333.780000', '101333.783000', '101333.785000', '101333.788000', '101333.791000', '101333.794000', '101333.797000', '101333.800000', '101333.803000', '101333.805000', '101333.808000', '101333.811000', '101333.814000', '101333.817000', '101333.820000', '101333.823000', '101333.825000', '101333.828000', '101333.831000', '101333.834000', '101353.711000', '101353.714000', '101353.717000', '101353.720000', '101353.722000', '101353.725000', '101353.728000', '101353.731000', '101353.734000', '101353.737000', '101353.740000', '101353.742000', '101353.745000', '101353.748000', '101353.751000', '101353.754000', '101353.757000', '101353.760000', '101353.763000', '101353.765000', '101353.768000', '101353.771000', '101353.774000', '101353.777000', '101353.780000', '101353.783000', '101353.785000', '101353.788000', '101353.791000', '101353.794000', '101353.797000', '101353.800000', '101353.803000', '101353.806000', '101353.808000', '101353.811000', '101353.814000', '101353.817000', '101353.820000', '101353.823000', '101353.826000', '101353.828000', '101353.831000', '101413.712000', '101413.715000', '101413.718000', '101413.721000', '101413.723000', '101413.726000', '101413.729000', '101413.732000', '101413.735000', '101413.738000', '101413.741000', '101413.744000', '101413.746000', '101413.749000', '101413.752000', '101413.755000', '101413.758000', '101413.761000', '101413.764000', '101413.766000', '101413.769000', '101413.772000', '101413.775000', '101413.778000', '101413.781000', '101413.784000', '101413.787000', '101413.789000', '101413.792000', '101413.795000', '101413.798000', '101413.801000', '101413.804000', '101413.807000', '101413.810000', '101413.813000', '101413.815000', '101413.818000', '101413.821000', '101413.824000', '101413.827000', '101413.830000', '101413.833000', '101413.835000', '101433.711000', '101433.714000', '101433.717000', '101433.720000', '101433.722000', '101433.725000', '101433.728000', '101433.731000', '101433.734000', '101433.737000', '101433.740000', '101433.743000', '101433.745000', '101433.748000', '101433.751000', '101433.754000', '101433.757000', '101433.760000', '101433.762000', '101433.765000', '101433.768000', '101433.771000', '101433.774000', '101433.777000', '101433.780000', '101433.783000', '101433.785000', '101433.788000', '101433.791000', '101433.794000', '101433.797000', '101433.800000', '101433.803000', '101433.806000', '101433.808000', '101433.811000', '101433.814000', '101433.817000', '101433.820000', '101433.823000', '101433.826000', '101433.829000', '101433.831000', '101453.713000', '101453.716000', '101453.719000', '101453.722000', '101453.725000', '101453.737000', '101453.740000', '101453.742000', '101453.745000', '101453.748000', '101453.751000', '101453.754000', '101453.757000', '101453.760000', '101453.763000', '101453.765000', '101453.768000', '101453.771000', '101453.774000', '101453.777000', '101453.780000', '101453.783000', '101453.785000', '101453.788000', '101453.791000', '101453.794000', '101453.797000', '101453.800000', '101453.803000', '101453.805000', '101453.808000', '101453.811000', '101453.814000', '101453.817000', '101453.820000', '101453.823000', '101453.825000', '101453.828000', '101453.831000', '101453.834000', '101453.837000', '101453.840000', '101453.843000', '101513.711000', '101513.714000', '101513.717000', '101513.720000', '101513.723000', '101513.725000', '101513.728000', '101513.731000', '101513.734000', '101513.737000', '101513.740000', '101513.743000', '101513.745000', '101513.748000', '101513.751000', '101513.754000', '101513.757000', '101513.760000', '101513.763000', '101513.766000', '101513.768000', '101513.771000', '101513.774000', '101513.777000', '101513.780000', '101513.783000', '101513.786000', '101513.788000', '101513.791000', '101513.794000', '101513.797000', '101513.800000', '101513.803000', '101513.806000', '101513.808000', '101513.811000', '101513.814000', '101513.817000', '101513.820000', '101513.823000', '101513.825000', '101513.828000', '101513.831000', '101513.834000', '101518.139000', '101518.143000', '101518.146000', '101518.150000', '101518.153000', '101518.156000', '101518.159000', '101518.162000', '101518.165000', '101518.167000'], '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': [9490, 8972, 11270, 8706, 10192, 9262, 9901, 8654, 9561, 10181, 8799, 13056, 8657, 11811, 8800, 10196, 14196, 10352, 11291, 12624, 9001, 11500, 9011, 8532, 12256, 8934, 8975, 11826, 8712, 10462, 8165, 8739, 10021, 8705, 9657, 8076, 8690, 10286, 8961, 8798, 13453, 8949, 10301, 8625, 8769, 13640, 9789, 10967, 9775, 8759, 11485, 8890, 8802, 12193, 10069, 10576, 14083, 9375, 11044, 10336, 9009, 11297, 8987, 8872, 11830, 9063, 10890, 8747, 9520, 13856, 10571, 10942, 8681, 8778, 12787, 9814, 10564, 15546, 9904, 10791, 8772, 8733, 12009, 9178, 10623, 11327, 9062, 12420, 8950, 9045, 8724, 8915, 11329, 9573, 9830, 8677, 9050, 11648, 9353, 10128, 15090, 9883, 10218, 9189, 9093, 12156, 9413, 10204, 12300, 9071, 11335, 8950, 9364, 11691, 9302, 9112, 13607, 10105, 9818, 8957, 9008, 10573, 9327, 8996, 11833, 9079, 9131, 12232, 9499, 8929, 12661, 9103, 8696, 12455, 9052, 10339, 8660, 9186, 10889, 8564, 8994, 11014, 9142, 9169, 11800, 9102, 9035, 11792, 9346, 8965, 11876, 9129, 9429, 13642, 9110, 10402, 8698, 9231, 12285, 9029, 9585, 9576, 9153, 11089, 8925, 9509, 15828, 10642, 11385, 13305, 9620, 11909, 11006, 9204, 11777, 10699, 9034, 12353, 9076, 9035, 13392, 9289, 10047, 12860, 9242, 10546, 8893, 9342, 10170, 8850, 9112, 11950, 8773, 8838, 13819, 9192, 10479, 11536, 9262, 11787, 9365, 9102, 12628, 9959, 9238, 14726, 9018, 10092, 12528, 9449, 11654, 12160, 9211, 11361, 9132, 9196, 10331, 9046, 9197, 11754, 8944, 9033, 12938, 9424, 9251, 13626, 9587, 10905, 8732, 9190, 10300, 8897, 9074, 11587, 9563, 9020, 8428, 9119, 11097, 9221, 9776, 12482, 9108, 11742, 10172, 9329, 12402, 9148, 9795, 14776, 9522, 10932, 11111, 9204, 11373, 10250, 9024, 11961, 9211, 8995, 12298, 9266, 9419, 14358, 9200, 9694, 9113, 9276, 10334, 8986, 9057, 11723, 9381, 8749, 14116, 9009, 9902, 12027, 9357, 11809, 9291, 9191, 12344, 9305, 9145, 12561, 10400, 9332, 12073, 9240, 9933, 9266, 9388, 11646, 10254, 9147, 12311, 9708, 9265, 11879, 8696, 8785, 12467, 8914, 9379, 11839, 9067, 10274, 8435, 9040, 11265, 9148, 9154, 13774, 8891, 10171, 11807, 9183, 11258, 9833, 9278, 12332, 9172, 9617, 13179, 10652, 9720, 13373, 9110, 10821, 9052, 9204, 12869, 10611, 11658, 9459, 9158, 12047, 9136, 9197, 12709, 10025, 10522, 13180, 9572, 10785, 9224, 9339, 11461, 9143, 9045, 12677, 9358, 9631, 12701, 9550, 11524, 9805, 9273, 12215, 8698, 9083, 13015, 9397, 9635, 10647, 9273, 11579, 8752, 9050, 13829, 10195, 11817, 9091, 9122, 13825, 10209, 11167, 12563, 9890, 12216, 9048, 9222, 12745, 9819, 10044, 15223, 9760, 10966, 11017, 8979, 11891, 9817, 9232, 12707, 9075, 9155, 13145, 9215, 11570, 11010, 9541, 13034, 9428, 9570, 13456, 11111, 10170, 9236, 12728, 18137, 11884, 10970, 14278, 11205, 9762, 15409, 9443, 9071, 14130, 8952, 9795, 10505, 9221, 10432, 8756, 9285, 10655, 9243, 9033, 12694, 8819, 8839, 12718, 9078, 10418, 10489, 9248, 11847, 8822, 9188, 11950, 9640, 9240, 14157, 9760, 10660, 9251, 9290, 10654, 9178, 9077, 12872, 10460, 9702, 11557, 9047, 10882, 9856, 9213, 12645, 9982, 9184, 15017, 9304, 9884, 12159, 8943, 12320, 10513, 9344, 8404, 9273, 8900, 9053, 11150, 10027, 9531, 14257, 10888, 11292, 15135, 10349, 12270, 10660, 9098, 11844, 9057, 9149, 12787, 10258, 9172, 10141, 8987, 9636, 8746, 9054, 11749, 9686, 8788, 14076, 8954, 9865, 11170, 9070, 11381, 9342, 9071, 12533, 9642, 10176, 11771, 9027, 11208, 8563, 8815, 11504, 8912, 11624, 10476, 9076, 12084, 9068, 9004, 13850, 9413, 11371, 11614, 9605, 12153, 8956, 8964, 13168, 9142, 9425, 13394, 9535, 11288, 9418, 9209, 12209, 9201, 9163, 12545, 10200, 10403, 12195, 8957, 10566, 8952, 9002, 11949, 10406, 8938, 12575, 8896, 10324, 10058, 9101, 12362, 9843, 8809, 14287, 9188, 9453, 11155, 8734, 11794, 8810, 8906, 12881, 10256, 9081, 14881, 9925, 10701, 8873, 9161, 10398, 8885, 9031, 11820, 10233, 9169, 14982, 9302, 10339, 12164, 9081, 12407, 9799, 8919, 12698, 9651, 9205, 12215, 8960, 11447, 10137, 8823, 12005, 9387, 8853, 14495, 9933, 10779, 8781, 8825, 12037, 9975, 10444, 12598, 9499, 14294, 8594, 10234, 10232, 8886, 12536, 10789, 9495, 13660, 10622, 9828, 13679, 9212, 10757, 11661, 8764, 12375, 8659, 8448, 12422, 8984, 8991, 13231, 8895, 10947, 9101, 8435, 11620, 8782, 8696, 14137, 9619, 10568, 8693, 8250, 11511, 9470, 9346, 13512, 9194, 10044, 8908, 8412, 11840, 9886, 10224, 10215, 8394, 11554, 9284, 9816, 13955, 9907, 12502, 9594, 8706, 14422, 8570, 10713, 11454, 8756, 12586, 8912, 8761, 14526, 9662, 9940, 12506, 8563, 11721, 10770, 8337, 11873, 8542, 8516, 13279, 9000, 11003, 8542, 8433, 12157, 9559, 9183, 12525, 8561, 11493, 10717, 8315, 11670, 8442, 8826, 13557, 8949, 11378, 10780, 8489, 11235, 8485, 10106, 10208, 9049, 12062, 9886, 9359, 12258, 8511, 10417, 10329, 8888, 12338, 9612, 9277, 12659, 8731, 10310, 10026, 8550, 12016, 9701, 8706, 8185, 8487, 14155, 9372, 10385, 10704, 8439, 11885, 10319, 9006, 12880, 8576, 10802, 10529, 9986, 14004, 10813, 10005, 12264, 8529, 10216, 10310, 8444, 12106, 9426, 8521, 14163, 8367, 8235, 10435, 8536, 10418, 8813, 8526, 8445, 8641, 10438, 10116, 8732, 11943, 9535, 9054, 11264, 8700, 11366, 11018, 9351, 14153, 8811, 10345, 11238, 8752, 12107, 10666, 9071, 14375, 8863, 9015, 11597, 8448, 11280, 9553, 8628, 13615, 8472, 9024, 9310, 8529, 11195, 9147, 9282, 8520, 8506, 11450, 10048, 10676, 13048, 9643, 11097, 8503, 8421, 12571, 9443, 11071, 9977, 9482, 9802, 8740, 7984, 8771, 8128, 8884, 14278, 9575, 11265, 10603, 9081, 11880, 10213, 8957, 13256, 11419, 10965, 11878, 8891, 11849, 9452, 10525, 16170, 10097, 13402, 9176, 9199, 8875, 8832, 12501, 9943, 10661, 14093, 9119, 11683, 8627, 8798, 11852, 8768, 9191, 12781, 8763, 11169, 9070, 8726, 13783, 8736, 9622, 9310, 8745, 9074, 8598, 9748], 'WindowCenter': [4188.0, 4164.0, 4180.0, 4150.0, 4173.0, 4159.0, 4170.0, 4150.0, 4160.0, 4157.0, 4137.0, 4176.0, 4136.0, 4165.0, 4133.0, 4144.0, 4163.0, 4142.0, 4143.0, 4150.0, 4121.0, 4140.0, 4118.0, 4119.0, 4139.0, 4118.0, 4119.0, 4138.0, 4121.0, 4140.0, 4108.0, 4121.0, 4141.0, 4121.0, 4143.0, 4110.0, 4134.0, 4142.0, 4133.0, 4134.0, 4162.0, 4132.0, 4142.0, 4133.0, 4135.0, 4173.0, 4143.0, 4154.0, 4132.0, 4133.0, 4152.0, 4121.0, 4132.0, 4151.0, 4131.0, 4142.0, 4160.0, 4120.0, 4141.0, 4128.0, 4120.0, 4140.0, 4119.0, 4120.0, 4139.0, 4120.0, 4140.0, 4109.0, 4132.0, 4159.0, 4129.0, 4139.0, 4108.0, 4120.0, 4149.0, 4130.0, 4141.0, 4158.0, 4118.0, 4127.0, 4106.0, 4108.0, 4137.0, 4117.0, 4129.0, 4126.0, 4118.0, 4137.0, 4119.0, 4116.0, 4118.0, 4120.0, 4139.0, 4129.0, 4128.0, 4108.0, 4120.0, 4140.0, 4119.0, 4131.0, 4160.0, 4129.0, 4128.0, 4117.0, 4120.0, 4149.0, 4129.0, 4142.0, 4151.0, 4121.0, 4152.0, 4119.0, 4131.0, 4150.0, 4130.0, 4131.0, 4160.0, 4141.0, 4130.0, 4118.0, 4120.0, 4140.0, 4118.0, 4120.0, 4139.0, 4118.0, 4119.0, 4138.0, 4118.0, 4119.0, 4147.0, 4118.0, 4119.0, 4148.0, 4119.0, 4130.0, 4107.0, 4130.0, 4140.0, 4108.0, 4120.0, 4140.0, 4119.0, 4131.0, 4150.0, 4118.0, 4120.0, 4149.0, 4131.0, 4121.0, 4139.0, 4120.0, 4131.0, 4159.0, 4120.0, 4140.0, 4121.0, 4133.0, 4151.0, 4134.0, 4146.0, 4143.0, 4145.0, 4152.0, 4133.0, 4145.0, 4173.0, 4143.0, 4165.0, 4160.0, 4131.0, 4152.0, 4128.0, 4130.0, 4151.0, 4129.0, 4120.0, 4150.0, 4119.0, 4120.0, 4148.0, 4118.0, 4130.0, 4146.0, 4120.0, 4140.0, 4117.0, 4129.0, 4140.0, 4120.0, 4119.0, 4139.0, 4119.0, 4120.0, 4159.0, 4131.0, 4141.0, 4139.0, 4120.0, 4140.0, 4118.0, 4120.0, 4149.0, 4129.0, 4120.0, 4148.0, 4118.0, 4130.0, 4138.0, 4117.0, 4139.0, 4136.0, 4118.0, 4138.0, 4106.0, 4119.0, 4129.0, 4119.0, 4119.0, 4137.0, 4118.0, 4118.0, 4147.0, 4116.0, 4120.0, 4148.0, 4119.0, 4139.0, 4107.0, 4118.0, 4127.0, 4118.0, 4120.0, 4139.0, 4130.0, 4119.0, 4108.0, 4130.0, 4140.0, 4130.0, 4131.0, 4151.0, 4121.0, 4150.0, 4129.0, 4130.0, 4149.0, 4119.0, 4131.0, 4159.0, 4129.0, 4139.0, 4138.0, 4119.0, 4139.0, 4127.0, 4119.0, 4137.0, 4117.0, 4119.0, 4138.0, 4118.0, 4120.0, 4158.0, 4118.0, 4129.0, 4117.0, 4119.0, 4128.0, 4118.0, 4119.0, 4138.0, 4118.0, 4120.0, 4148.0, 4118.0, 4130.0, 4149.0, 4119.0, 4150.0, 4118.0, 4118.0, 4149.0, 4118.0, 4120.0, 4149.0, 4129.0, 4120.0, 4137.0, 4118.0, 4129.0, 4116.0, 4119.0, 4140.0, 4128.0, 4130.0, 4149.0, 4128.0, 4119.0, 4137.0, 4108.0, 4120.0, 4149.0, 4131.0, 4132.0, 4151.0, 4133.0, 4155.0, 4122.0, 4133.0, 4151.0, 4131.0, 4134.0, 4162.0, 4132.0, 4144.0, 4151.0, 4133.0, 4153.0, 4131.0, 4133.0, 4162.0, 4144.0, 4142.0, 4149.0, 4139.0, 4131.0, 4161.0, 4121.0, 4140.0, 4131.0, 4132.0, 4162.0, 4142.0, 4153.0, 4131.0, 4133.0, 4150.0, 4131.0, 4133.0, 4161.0, 4142.0, 4154.0, 4161.0, 4132.0, 4142.0, 4129.0, 4132.0, 4152.0, 4131.0, 4133.0, 4161.0, 4132.0, 4143.0, 4161.0, 4143.0, 4153.0, 4130.0, 4145.0, 4175.0, 4132.0, 4132.0, 4160.0, 4130.0, 4143.0, 4152.0, 4144.0, 4151.0, 4122.0, 4133.0, 4173.0, 4144.0, 4165.0, 4134.0, 4145.0, 4161.0, 4155.0, 4165.0, 4163.0, 4145.0, 4164.0, 4132.0, 4133.0, 4163.0, 4143.0, 4144.0, 4173.0, 4142.0, 4153.0, 4141.0, 4131.0, 4152.0, 4140.0, 4131.0, 4161.0, 4131.0, 4133.0, 4160.0, 4133.0, 4154.0, 4140.0, 4133.0, 4162.0, 4120.0, 4131.0, 4161.0, 4140.0, 4141.0, 4144.0, 4165.0, 4172.0, 4140.0, 4141.0, 4147.0, 4126.0, 4128.0, 4147.0, 4117.0, 4117.0, 4146.0, 4116.0, 4129.0, 4126.0, 4118.0, 4127.0, 4106.0, 4118.0, 4127.0, 4118.0, 4119.0, 4148.0, 4119.0, 4120.0, 4147.0, 4119.0, 4140.0, 4128.0, 4120.0, 4140.0, 4120.0, 4130.0, 4147.0, 4129.0, 4132.0, 4160.0, 4131.0, 4142.0, 4119.0, 4132.0, 4141.0, 4132.0, 4133.0, 4162.0, 4142.0, 4132.0, 4138.0, 4121.0, 4141.0, 4130.0, 4132.0, 4162.0, 4130.0, 4131.0, 4159.0, 4131.0, 4142.0, 4150.0, 4120.0, 4151.0, 4140.0, 4119.0, 4110.0, 4130.0, 4120.0, 4132.0, 4142.0, 4130.0, 4132.0, 4160.0, 4141.0, 4143.0, 4160.0, 4129.0, 4149.0, 4127.0, 4118.0, 4136.0, 4108.0, 4120.0, 4150.0, 4129.0, 4119.0, 4126.0, 4119.0, 4118.0, 4108.0, 4120.0, 4139.0, 4119.0, 4110.0, 4148.0, 4119.0, 4129.0, 4139.0, 4120.0, 4140.0, 4118.0, 4121.0, 4148.0, 4129.0, 4140.0, 4151.0, 4120.0, 4140.0, 4122.0, 4133.0, 4151.0, 4133.0, 4153.0, 4142.0, 4132.0, 4150.0, 4131.0, 4134.0, 4160.0, 4131.0, 4153.0, 4151.0, 4132.0, 4151.0, 4119.0, 4121.0, 4149.0, 4131.0, 4132.0, 4149.0, 4130.0, 4141.0, 4119.0, 4131.0, 4150.0, 4129.0, 4131.0, 4149.0, 4131.0, 4142.0, 4149.0, 4120.0, 4140.0, 4119.0, 4132.0, 4150.0, 4139.0, 4120.0, 4149.0, 4120.0, 4141.0, 4129.0, 4131.0, 4150.0, 4131.0, 4122.0, 4160.0, 4131.0, 4132.0, 4140.0, 4122.0, 4150.0, 4120.0, 4132.0, 4150.0, 4140.0, 4122.0, 4161.0, 4130.0, 4142.0, 4121.0, 4132.0, 4141.0, 4132.0, 4134.0, 4152.0, 4143.0, 4134.0, 4173.0, 4134.0, 4144.0, 4152.0, 4132.0, 4163.0, 4140.0, 4131.0, 4151.0, 4131.0, 4133.0, 4151.0, 4133.0, 4152.0, 4141.0, 4133.0, 4151.0, 4132.0, 4134.0, 4160.0, 4140.0, 4142.0, 4119.0, 4133.0, 4152.0, 4142.0, 4144.0, 4151.0, 4132.0, 4162.0, 4122.0, 4142.0, 4130.0, 4121.0, 4152.0, 4141.0, 4132.0, 4161.0, 4141.0, 4131.0, 4148.0, 4120.0, 4141.0, 4138.0, 4109.0, 4137.0, 4107.0, 4107.0, 4137.0, 4107.0, 4119.0, 4148.0, 4107.0, 4129.0, 4107.0, 4109.0, 4136.0, 4109.0, 4120.0, 4159.0, 4120.0, 4129.0, 4108.0, 4119.0, 4140.0, 4130.0, 4132.0, 4147.0, 4131.0, 4129.0, 4119.0, 4110.0, 4150.0, 4131.0, 4142.0, 4130.0, 4120.0, 4139.0, 4131.0, 4132.0, 4161.0, 4131.0, 4151.0, 4118.0, 4120.0, 4159.0, 4118.0, 4141.0, 4139.0, 4109.0, 4149.0, 4118.0, 4119.0, 4148.0, 4118.0, 4130.0, 4138.0, 4109.0, 4138.0, 4128.0, 4108.0, 4135.0, 4108.0, 4109.0, 4149.0, 4119.0, 4127.0, 4106.0, 4110.0, 4137.0, 4118.0, 4120.0, 4148.0, 4120.0, 4139.0, 4129.0, 4108.0, 4138.0, 4109.0, 4121.0, 4147.0, 4120.0, 4141.0, 4139.0, 4120.0, 4137.0, 4118.0, 4129.0, 4129.0, 4121.0, 4139.0, 4130.0, 4119.0, 4137.0, 4120.0, 4139.0, 4140.0, 4121.0, 4149.0, 4131.0, 4131.0, 4148.0, 4120.0, 4130.0, 4127.0, 4119.0, 4150.0, 4128.0, 4108.0, 4120.0, 4122.0, 4160.0, 4132.0, 4139.0, 4139.0, 4121.0, 4151.0, 4130.0, 4122.0, 4149.0, 4121.0, 4139.0, 4129.0, 4130.0, 4150.0, 4139.0, 4128.0, 4137.0, 4108.0, 4127.0, 4126.0, 4108.0, 4138.0, 4117.0, 4107.0, 4145.0, 4106.0, 4108.0, 4126.0, 4119.0, 4139.0, 4119.0, 4120.0, 4108.0, 4121.0, 4140.0, 4130.0, 4120.0, 4138.0, 4117.0, 4119.0, 4137.0, 4119.0, 4138.0, 4128.0, 4120.0, 4148.0, 4119.0, 4129.0, 4138.0, 4109.0, 4139.0, 4127.0, 4108.0, 4147.0, 4118.0, 4117.0, 4137.0, 4109.0, 4140.0, 4128.0, 4120.0, 4158.0, 4110.0, 4120.0, 4130.0, 4119.0, 4140.0, 4131.0, 4131.0, 4120.0, 4121.0, 4151.0, 4142.0, 4143.0, 4150.0, 4132.0, 4140.0, 4120.0, 4120.0, 4150.0, 4131.0, 4152.0, 4131.0, 4130.0, 4131.0, 4132.0, 4121.0, 4122.0, 4121.0, 4133.0, 4173.0, 4131.0, 4154.0, 4141.0, 4122.0, 4152.0, 4141.0, 4132.0, 4162.0, 4140.0, 4139.0, 4127.0, 4108.0, 4126.0, 4116.0, 4129.0, 4157.0, 4116.0, 4134.0, 4104.0, 4104.0, 4103.0, 4106.0, 4134.0, 4103.0, 4116.0, 4134.0, 4104.0, 4124.0, 4093.0, 4093.0, 4123.0, 4094.0, 4105.0, 4121.0, 4094.0, 4125.0, 4105.0, 4106.0, 4145.0, 4105.0, 4117.0, 4116.0, 4108.0, 4108.0, 4120.0, 4118.0], 'WindowWidth': [9300.0, 9257.0, 9270.0, 9231.0, 9265.0, 9239.0, 9256.0, 9228.0, 9241.0, 9231.0, 9203.0, 9253.0, 9198.0, 9238.0, 9191.0, 9208.0, 9233.0, 9199.0, 9204.0, 9208.0, 9170.0, 9196.0, 9161.0, 9165.0, 9191.0, 9162.0, 9166.0, 9188.0, 9172.0, 9193.0, 9148.0, 9171.0, 9198.0, 9171.0, 9204.0, 9156.0, 9193.0, 9202.0, 9191.0, 9195.0, 9226.0, 9188.0, 9199.0, 9189.0, 9196.0, 9246.0, 9204.0, 9221.0, 9185.0, 9191.0, 9216.0, 9170.0, 9187.0, 9211.0, 9184.0, 9201.0, 9221.0, 9168.0, 9196.0, 9172.0, 9169.0, 9196.0, 9165.0, 9168.0, 9190.0, 9167.0, 9194.0, 9150.0, 9187.0, 9220.0, 9178.0, 9190.0, 9148.0, 9168.0, 9206.0, 9179.0, 9198.0, 9215.0, 9160.0, 9170.0, 9142.0, 9149.0, 9184.0, 9158.0, 9179.0, 9170.0, 9161.0, 9185.0, 9164.0, 9159.0, 9163.0, 9169.0, 9192.0, 9178.0, 9177.0, 9148.0, 9168.0, 9194.0, 9165.0, 9184.0, 9222.0, 9176.0, 9173.0, 9160.0, 9168.0, 9205.0, 9180.0, 9200.0, 9210.0, 9170.0, 9214.0, 9164.0, 9184.0, 9208.0, 9182.0, 9184.0, 9220.0, 9195.0, 9181.0, 9161.0, 9167.0, 9195.0, 9160.0, 9166.0, 9192.0, 9163.0, 9165.0, 9189.0, 9159.0, 9163.0, 9199.0, 9161.0, 9165.0, 9203.0, 9166.0, 9180.0, 9146.0, 9181.0, 9193.0, 9148.0, 9168.0, 9197.0, 9165.0, 9183.0, 9208.0, 9162.0, 9169.0, 9206.0, 9184.0, 9171.0, 9191.0, 9166.0, 9183.0, 9216.0, 9169.0, 9194.0, 9171.0, 9191.0, 9210.0, 9194.0, 9214.0, 9206.0, 9209.0, 9215.0, 9191.0, 9208.0, 9246.0, 9202.0, 9237.0, 9221.0, 9184.0, 9213.0, 9175.0, 9181.0, 9210.0, 9176.0, 9167.0, 9206.0, 9162.0, 9166.0, 9201.0, 9161.0, 9183.0, 9196.0, 9167.0, 9193.0, 9158.0, 9178.0, 9196.0, 9167.0, 9166.0, 9191.0, 9165.0, 9169.0, 9217.0, 9183.0, 9198.0, 9188.0, 9167.0, 9194.0, 9160.0, 9166.0, 9206.0, 9176.0, 9167.0, 9201.0, 9162.0, 9180.0, 9186.0, 9159.0, 9191.0, 9181.0, 9160.0, 9188.0, 9139.0, 9163.0, 9179.0, 9164.0, 9163.0, 9183.0, 9160.0, 9162.0, 9199.0, 9157.0, 9167.0, 9202.0, 9163.0, 9190.0, 9144.0, 9162.0, 9173.0, 9162.0, 9169.0, 9193.0, 9179.0, 9165.0, 9148.0, 9183.0, 9195.0, 9181.0, 9184.0, 9210.0, 9169.0, 9209.0, 9176.0, 9180.0, 9206.0, 9162.0, 9182.0, 9219.0, 9178.0, 9192.0, 9186.0, 9164.0, 9192.0, 9171.0, 9164.0, 9186.0, 9157.0, 9164.0, 9187.0, 9162.0, 9167.0, 9214.0, 9162.0, 9176.0, 9157.0, 9163.0, 9177.0, 9161.0, 9165.0, 9187.0, 9161.0, 9166.0, 9201.0, 9161.0, 9181.0, 9202.0, 9164.0, 9207.0, 9159.0, 9162.0, 9204.0, 9161.0, 9167.0, 9204.0, 9175.0, 9167.0, 9183.0, 9161.0, 9177.0, 9154.0, 9165.0, 9193.0, 9173.0, 9180.0, 9207.0, 9175.0, 9163.0, 9184.0, 9148.0, 9167.0, 9207.0, 9184.0, 9188.0, 9210.0, 9191.0, 9222.0, 9175.0, 9191.0, 9212.0, 9184.0, 9192.0, 9227.0, 9188.0, 9205.0, 9211.0, 9191.0, 9218.0, 9184.0, 9189.0, 9228.0, 9210.0, 9203.0, 9207.0, 9190.0, 9184.0, 9223.0, 9171.0, 9195.0, 9185.0, 9189.0, 9228.0, 9202.0, 9217.0, 9184.0, 9189.0, 9211.0, 9182.0, 9189.0, 9225.0, 9201.0, 9221.0, 9224.0, 9188.0, 9200.0, 9180.0, 9189.0, 9214.0, 9184.0, 9189.0, 9225.0, 9186.0, 9206.0, 9224.0, 9204.0, 9217.0, 9182.0, 9211.0, 9255.0, 9189.0, 9190.0, 9223.0, 9181.0, 9206.0, 9217.0, 9208.0, 9212.0, 9176.0, 9195.0, 9244.0, 9206.0, 9237.0, 9195.0, 9211.0, 9228.0, 9224.0, 9239.0, 9229.0, 9209.0, 9234.0, 9188.0, 9192.0, 9232.0, 9204.0, 9207.0, 9243.0, 9202.0, 9217.0, 9196.0, 9186.0, 9216.0, 9196.0, 9186.0, 9226.0, 9184.0, 9190.0, 9223.0, 9192.0, 9220.0, 9197.0, 9190.0, 9227.0, 9168.0, 9185.0, 9224.0, 9194.0, 9196.0, 9207.0, 9240.0, 9243.0, 9192.0, 9195.0, 9201.0, 9169.0, 9174.0, 9198.0, 9157.0, 9159.0, 9193.0, 9157.0, 9180.0, 9168.0, 9160.0, 9172.0, 9142.0, 9162.0, 9171.0, 9159.0, 9165.0, 9201.0, 9163.0, 9167.0, 9199.0, 9164.0, 9195.0, 9174.0, 9167.0, 9192.0, 9166.0, 9181.0, 9200.0, 9180.0, 9188.0, 9222.0, 9184.0, 9199.0, 9166.0, 9186.0, 9197.0, 9187.0, 9191.0, 9227.0, 9200.0, 9188.0, 9190.0, 9171.0, 9199.0, 9181.0, 9187.0, 9226.0, 9182.0, 9185.0, 9220.0, 9184.0, 9200.0, 9207.0, 9169.0, 9212.0, 9194.0, 9166.0, 9153.0, 9182.0, 9169.0, 9188.0, 9202.0, 9181.0, 9187.0, 9223.0, 9195.0, 9202.0, 9221.0, 9177.0, 9206.0, 9170.0, 9161.0, 9185.0, 9146.0, 9166.0, 9207.0, 9175.0, 9163.0, 9168.0, 9163.0, 9161.0, 9148.0, 9167.0, 9190.0, 9164.0, 9153.0, 9200.0, 9163.0, 9178.0, 9190.0, 9168.0, 9193.0, 9163.0, 9170.0, 9202.0, 9179.0, 9198.0, 9208.0, 9169.0, 9195.0, 9173.0, 9191.0, 9211.0, 9192.0, 9218.0, 9200.0, 9189.0, 9209.0, 9185.0, 9192.0, 9222.0, 9185.0, 9218.0, 9209.0, 9186.0, 9211.0, 9165.0, 9170.0, 9206.0, 9184.0, 9187.0, 9205.0, 9181.0, 9198.0, 9165.0, 9184.0, 9209.0, 9179.0, 9185.0, 9206.0, 9182.0, 9199.0, 9203.0, 9167.0, 9195.0, 9166.0, 9186.0, 9208.0, 9193.0, 9170.0, 9205.0, 9168.0, 9197.0, 9179.0, 9184.0, 9209.0, 9182.0, 9173.0, 9221.0, 9183.0, 9186.0, 9196.0, 9175.0, 9209.0, 9168.0, 9187.0, 9208.0, 9195.0, 9173.0, 9223.0, 9180.0, 9198.0, 9168.0, 9187.0, 9199.0, 9188.0, 9193.0, 9215.0, 9201.0, 9195.0, 9242.0, 9192.0, 9207.0, 9215.0, 9189.0, 9231.0, 9195.0, 9186.0, 9211.0, 9183.0, 9191.0, 9211.0, 9189.0, 9215.0, 9197.0, 9189.0, 9212.0, 9187.0, 9193.0, 9223.0, 9195.0, 9199.0, 9167.0, 9190.0, 9214.0, 9202.0, 9205.0, 9210.0, 9187.0, 9226.0, 9175.0, 9201.0, 9180.0, 9171.0, 9214.0, 9195.0, 9187.0, 9224.0, 9195.0, 9183.0, 9200.0, 9166.0, 9197.0, 9186.0, 9149.0, 9185.0, 9142.0, 9146.0, 9184.0, 9145.0, 9165.0, 9199.0, 9146.0, 9176.0, 9144.0, 9150.0, 9183.0, 9149.0, 9167.0, 9218.0, 9165.0, 9178.0, 9147.0, 9166.0, 9194.0, 9183.0, 9187.0, 9200.0, 9181.0, 9178.0, 9164.0, 9156.0, 9207.0, 9183.0, 9199.0, 9180.0, 9169.0, 9192.0, 9182.0, 9188.0, 9223.0, 9182.0, 9208.0, 9160.0, 9167.0, 9217.0, 9163.0, 9198.0, 9190.0, 9151.0, 9204.0, 9161.0, 9164.0, 9201.0, 9160.0, 9180.0, 9187.0, 9151.0, 9189.0, 9171.0, 9147.0, 9179.0, 9146.0, 9152.0, 9203.0, 9164.0, 9173.0, 9145.0, 9153.0, 9185.0, 9161.0, 9166.0, 9200.0, 9168.0, 9193.0, 9176.0, 9150.0, 9189.0, 9151.0, 9169.0, 9200.0, 9167.0, 9197.0, 9190.0, 9167.0, 9186.0, 9165.0, 9180.0, 9178.0, 9169.0, 9191.0, 9180.0, 9166.0, 9186.0, 9166.0, 9193.0, 9195.0, 9171.0, 9205.0, 9182.0, 9184.0, 9201.0, 9166.0, 9181.0, 9173.0, 9167.0, 9207.0, 9176.0, 9149.0, 9168.0, 9175.0, 9222.0, 9186.0, 9194.0, 9192.0, 9172.0, 9212.0, 9181.0, 9173.0, 9206.0, 9169.0, 9192.0, 9177.0, 9182.0, 9207.0, 9190.0, 9177.0, 9184.0, 9148.0, 9174.0, 9170.0, 9148.0, 9186.0, 9156.0, 9146.0, 9194.0, 9144.0, 9149.0, 9171.0, 9165.0, 9192.0, 9164.0, 9166.0, 9148.0, 9170.0, 9196.0, 9179.0, 9169.0, 9190.0, 9161.0, 9164.0, 9186.0, 9166.0, 9190.0, 9174.0, 9166.0, 9202.0, 9164.0, 9178.0, 9185.0, 9150.0, 9192.0, 9170.0, 9148.0, 9199.0, 9160.0, 9161.0, 9185.0, 9151.0, 9194.0, 9173.0, 9167.0, 9216.0, 9155.0, 9170.0, 9180.0, 9167.0, 9195.0, 9185.0, 9183.0, 9168.0, 9172.0, 9210.0, 9200.0, 9205.0, 9208.0, 9185.0, 9194.0, 9167.0, 9169.0, 9208.0, 9185.0, 9213.0, 9183.0, 9183.0, 9184.0, 9190.0, 9172.0, 9175.0, 9174.0, 9192.0, 9243.0, 9186.0, 9219.0, 9194.0, 9174.0, 9214.0, 9196.0, 9189.0, 9230.0, 9194.0, 9192.0, 9169.0, 9145.0, 9168.0, 9154.0, 9176.0, 9211.0, 9154.0, 9177.0, 9136.0, 9137.0, 9133.0, 9141.0, 9175.0, 9133.0, 9155.0, 9173.0, 9134.0, 9162.0, 9120.0, 9121.0, 9158.0, 9121.0, 9138.0, 9154.0, 9123.0, 9164.0, 9137.0, 9142.0, 9190.0, 9138.0, 9158.0, 9156.0, 9147.0, 9144.0, 9166.0, 9162.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.0002552413793103448</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024684062068965517</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.28644942790562</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2017348921058693</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9788238534982748</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4634</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6784.7744</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07805603302855116</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.0344827586206897</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.43759838556061</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4559893959901045</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.671753754482245</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.18505200620948</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00734575</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010394471697509289</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017592594027519226</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.824847657300215</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>37.1371</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.533</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.5222</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302679.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>717.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.9091</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7159</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.8572</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3333.4971</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3538.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73865.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1023.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4366.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.9979</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.12216180062387</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> |