=== 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-0019 --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-0019",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
103 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
103 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-0019_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0019_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-01/func/sub-0019_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>99aca3e04d1ff7885c6b120fbd178671</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:53:27.582500</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.99781, 0.0660992, 0.00233253, -0.0659247, 0.991092, 0.115714]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.253</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0845103</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4161, -7789, -7261, 492, 25, -356, 57, 41]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.085</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9c80abe7-12d1-4557-98ce-d96db930032f||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.6770522594451904, -0.17687101662158966, -0.014409560710191727, 118.67741394042969], [-0.17733925580978394, 2.6590282917022705, 0.31216010451316833, -92.51420593261719], [0.006258015520870686, -0.3104534149169922, 2.6818554401397705, -51.41645050048828], [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': ['155327.582500', '155328.042500', '155328.502500', '155328.962500', '155329.422500', '155329.882500', '155330.342500', '155330.802500', '155331.262500', '155331.722500', '155332.182500', '155332.642500', '155333.102500', '155333.562500', '155334.022500', '155334.482500', '155334.942500', '155335.402500', '155335.862500', '155336.322500', '155336.782500', '155337.242500', '155337.702500', '155338.162500', '155338.622500', '155339.082500', '155339.542500', '155340.002500', '155340.462500', '155340.922500', '155341.382500', '155341.842500', '155342.302500', '155342.762500', '155343.222500', '155343.682500', '155344.142500', '155344.602500', '155345.062500', '155345.522500', '155345.982500', '155346.442500', '155346.902500', '155347.362500', '155347.822500', '155348.282500', '155348.742500', '155349.202500', '155349.662500', '155350.122500', '155350.582500', '155351.042500', '155351.502500', '155351.962500', '155352.422500', '155352.882500', '155353.342500', '155353.802500', '155354.262500', '155354.722500', '155355.182500', '155355.642500', '155356.102500', '155356.562500', '155357.022500', '155357.482500', '155357.942500', '155358.402500', '155358.862500', '155359.322500', '155359.782500', '155400.242500', '155400.702500', '155401.162500', '155401.622500', '155402.082500', '155402.542500', '155403.002500', '155403.462500', '155403.922500', '155404.382500', '155404.842500', '155405.302500', '155405.762500', '155406.222500', '155406.682500', '155407.142500', '155407.602500', '155408.062500', '155408.522500', '155408.982500', '155409.442500', '155409.902500', '155410.362500', '155410.822500', '155411.282500', '155411.742500', '155412.202500', '155412.662500', '155413.122500', '155413.582500', '155414.042500', '155414.502500', '155414.962500', '155415.422500', '155415.882500', '155416.342500', '155416.802500', '155417.262500', '155417.722500', '155418.182500', '155418.642500', '155419.102500', '155419.562500', '155420.022500', '155420.482500', '155420.942500', '155421.402500', '155421.862500', '155422.322500', '155422.782500', '155423.242500', '155423.702500', '155424.162500', '155424.622500', '155425.082500', '155425.542500', '155426.002500', '155426.462500', '155426.922500', '155427.382500', '155427.842500', '155428.302500', '155428.762500', '155429.222500', '155429.682500', '155430.142500', '155430.602500', '155431.062500', '155431.522500', '155431.982500', '155432.442500', '155432.902500', '155433.362500', '155433.822500', '155434.282500', '155434.742500', '155435.202500', '155435.662500', '155436.122500', '155436.582500', '155437.042500', '155437.502500', '155437.962500', '155438.422500', '155438.882500', '155439.342500', '155439.802500', '155440.262500', '155440.722500', '155441.182500', '155441.642500', '155442.102500', '155442.562500', '155443.022500', '155443.482500', '155443.942500', '155444.402500', '155444.862500', '155445.322500', '155445.782500', '155446.242500', '155446.702500', '155447.162500', '155447.622500', '155448.082500', '155448.542500', '155449.002500', '155449.462500', '155449.922500', '155450.382500', '155450.842500', '155451.302500', '155451.762500', '155452.222500', '155452.682500', '155453.142500', '155453.602500', '155454.062500', '155454.522500', '155454.982500', '155455.442500', '155455.902500', '155456.362500', '155456.822500', '155457.282500', '155457.742500', '155458.202500', '155458.662500', '155459.122500', '155459.582500', '155500.042500', '155500.502500', '155500.962500', '155501.422500', '155501.882500', '155502.342500', '155502.802500', '155503.262500', '155503.722500', '155504.182500', '155504.642500', '155505.102500', '155505.562500', '155506.022500', '155506.482500', '155506.942500', '155507.402500', '155507.862500', '155508.322500', '155508.782500', '155509.242500', '155509.702500', '155510.162500', '155510.622500', '155511.082500', '155511.542500', '155512.002500', '155512.462500', '155512.922500', '155513.382500', '155513.842500', '155514.302500', '155514.762500', '155515.222500', '155515.682500', '155516.142500', '155516.602500', '155517.062500', '155517.522500', '155517.982500', '155518.442500', '155518.902500', '155519.362500', '155519.822500', '155520.282500', '155520.742500', '155521.202500', '155521.662500', '155522.122500', '155522.582500', '155523.042500', '155523.502500', '155523.962500', '155524.422500', '155524.882500', '155525.342500', '155525.802500', '155526.262500', '155526.722500', '155527.182500', '155527.642500', '155528.102500', '155528.562500', '155529.022500', '155529.482500', '155529.942500', '155530.402500', '155530.862500', '155531.322500', '155531.782500', '155532.242500', '155532.702500', '155533.162500', '155533.622500', '155534.082500', '155534.542500', '155535.002500', '155535.462500', '155535.922500', '155536.382500', '155536.842500', '155537.302500', '155537.762500', '155538.222500', '155538.682500', '155539.142500', '155539.602500', '155540.062500', '155540.522500', '155540.982500', '155541.442500', '155541.902500', '155542.362500', '155542.822500', '155543.282500', '155543.742500', '155544.202500', '155544.662500', '155545.122500', '155545.582500', '155546.042500', '155546.502500', '155546.962500', '155547.422500', '155547.882500', '155548.342500', '155548.802500', '155549.262500', '155549.722500', '155550.182500', '155550.642500', '155551.102500', '155551.562500', '155552.022500', '155552.482500', '155552.942500', '155553.402500', '155553.862500', '155554.322500', '155554.782500', '155555.242500', '155555.702500', '155556.162500', '155556.622500', '155557.082500', '155557.542500', '155558.002500', '155558.462500', '155558.922500', '155559.382500', '155559.842500', '155600.302500', '155600.762500', '155601.222500', '155601.682500', '155602.142500', '155602.602500', '155603.062500', '155603.522500', '155603.982500', '155604.442500', '155604.902500', '155605.362500', '155605.822500', '155606.282500', '155606.742500', '155607.202500', '155607.662500', '155608.122500', '155608.582500', '155609.042500', '155609.502500', '155609.962500', '155610.422500', '155610.882500', '155611.342500', '155611.802500', '155612.262500', '155612.722500', '155613.182500', '155613.642500', '155614.102500', '155614.562500', '155615.022500', '155615.482500', '155615.942500', '155616.402500', '155616.862500', '155617.322500', '155617.782500', '155618.242500', '155618.702500', '155619.162500', '155619.622500', '155620.082500', '155620.542500', '155621.002500', '155621.462500', '155621.922500', '155622.382500', '155622.842500', '155623.302500', '155623.762500', '155624.222500', '155624.682500', '155625.142500', '155625.602500', '155626.062500', '155626.522500', '155626.982500', '155627.442500', '155627.902500', '155628.362500', '155628.822500', '155629.282500', '155629.742500', '155630.202500', '155630.662500', '155631.122500', '155631.582500', '155632.042500', '155632.502500', '155632.962500', '155633.422500', '155633.882500', '155634.342500', '155634.802500', '155635.262500', '155635.722500', '155636.182500', '155636.642500', '155637.102500', '155637.562500', '155638.022500', '155638.482500', '155638.942500', '155639.402500', '155639.862500', '155640.322500', '155640.782500', '155641.242500', '155641.702500', '155642.162500', '155642.622500', '155643.082500', '155643.542500', '155644.002500', '155644.462500', '155644.922500', '155645.382500', '155645.842500', '155646.302500', '155646.762500', '155647.222500', '155647.682500', '155648.142500', '155648.602500', '155649.062500', '155649.522500', '155649.982500', '155650.442500', '155650.902500', '155651.362500', '155651.822500', '155652.282500', '155652.742500', '155653.202500', '155653.662500', '155654.122500', '155654.582500', '155655.042500', '155655.502500', '155655.962500', '155656.422500', '155656.882500', '155657.342500', '155657.802500', '155658.262500', '155658.722500', '155659.182500', '155659.642500', '155700.102500', '155700.562500', '155701.022500', '155701.482500', '155701.942500', '155702.402500', '155702.862500', '155703.322500', '155703.782500', '155704.242500', '155704.702500', '155705.162500', '155705.622500', '155706.082500', '155706.542500', '155707.002500', '155707.462500', '155707.922500', '155708.382500', '155708.842500', '155709.302500', '155709.762500', '155710.222500', '155710.682500', '155711.142500', '155711.602500', '155712.062500', '155712.522500', '155712.982500', '155713.442500', '155713.902500', '155714.362500', '155714.822500', '155715.282500', '155715.742500', '155716.202500', '155716.662500', '155717.122500', '155717.582500', '155718.042500', '155718.502500', '155718.962500', '155719.422500', '155719.882500', '155720.342500', '155720.802500', '155721.262500', '155721.722500', '155722.182500', '155722.642500', '155723.102500', '155723.562500', '155724.022500', '155724.482500', '155724.942500', '155725.402500', '155725.862500', '155726.322500', '155726.782500', '155727.242500', '155727.702500', '155728.162500', '155728.622500', '155729.082500', '155729.542500', '155730.002500', '155730.462500', '155730.922500', '155731.382500', '155731.842500', '155732.302500', '155732.762500', '155733.222500', '155733.682500', '155734.142500', '155734.602500', '155735.062500', '155735.522500', '155735.982500', '155736.442500', '155736.902500', '155737.362500', '155737.822500', '155738.282500', '155738.742500', '155739.202500', '155739.662500', '155740.122500', '155740.582500', '155741.042500', '155741.502500', '155741.962500', '155742.422500', '155742.882500', '155743.342500', '155743.802500', '155744.262500', '155744.722500', '155745.182500', '155745.642500', '155746.102500', '155746.562500', '155747.022500', '155747.482500', '155747.942500', '155748.402500', '155748.862500', '155749.322500', '155749.782500', '155750.242500', '155750.702500', '155751.162500', '155751.622500', '155752.082500', '155752.542500', '155753.002500', '155753.462500', '155753.922500', '155754.382500', '155754.842500', '155755.302500', '155755.762500', '155756.222500', '155756.682500', '155757.142500', '155757.602500', '155758.062500', '155758.522500', '155758.982500', '155759.442500', '155759.902500', '155800.362500', '155800.822500', '155801.282500', '155801.742500', '155802.202500', '155802.662500', '155803.122500', '155803.582500', '155804.042500', '155804.502500', '155804.962500', '155805.422500', '155805.882500', '155806.342500', '155806.802500', '155807.262500', '155807.722500', '155808.182500', '155808.642500', '155809.102500', '155809.562500', '155810.022500', '155810.482500', '155810.942500', '155811.402500', '155811.862500', '155812.322500', '155812.782500', '155813.242500', '155813.702500', '155814.162500', '155814.622500', '155815.082500', '155815.542500', '155816.002500', '155816.462500', '155816.922500', '155817.382500', '155817.842500', '155818.302500', '155818.762500', '155819.222500', '155819.682500', '155820.142500', '155820.602500', '155821.062500', '155821.522500', '155821.982500', '155822.442500', '155822.902500', '155823.362500', '155823.822500', '155824.282500', '155824.742500', '155825.202500', '155825.662500', '155826.122500', '155826.582500', '155827.042500', '155827.502500', '155827.962500', '155828.422500', '155828.882500', '155829.342500', '155829.802500', '155830.262500', '155830.722500', '155831.182500', '155831.642500', '155832.102500', '155832.562500', '155833.022500', '155833.482500', '155833.942500', '155834.402500', '155834.862500', '155835.322500', '155835.782500', '155836.242500', '155836.702500', '155837.162500', '155837.622500', '155838.082500', '155838.542500', '155839.002500', '155839.462500', '155839.922500', '155840.382500', '155840.842500', '155841.302500', '155841.762500', '155842.222500', '155842.682500', '155843.142500', '155843.602500', '155844.062500', '155844.522500', '155844.982500', '155845.442500', '155845.902500', '155846.362500', '155846.822500', '155847.282500', '155847.742500', '155848.202500', '155848.662500', '155849.122500', '155849.582500', '155850.042500', '155850.502500', '155850.962500', '155851.422500', '155851.882500', '155852.342500', '155852.802500', '155853.262500', '155853.722500', '155854.182500', '155854.642500', '155855.102500', '155855.562500', '155856.022500', '155856.482500', '155856.942500', '155857.402500', '155857.862500', '155858.322500', '155858.782500', '155859.242500', '155859.702500', '155900.162500', '155900.622500', '155901.082500', '155901.542500', '155902.002500', '155902.462500', '155902.922500', '155903.382500', '155903.842500', '155904.302500', '155904.762500', '155905.222500', '155905.682500', '155906.142500', '155906.602500', '155907.062500', '155907.522500', '155907.982500', '155908.442500', '155908.902500', '155909.362500', '155909.822500', '155910.282500', '155910.742500', '155911.202500', '155911.662500', '155912.122500', '155912.582500', '155913.042500', '155913.502500', '155913.962500', '155914.422500', '155914.882500', '155915.342500', '155915.802500', '155916.262500', '155916.722500', '155917.182500', '155917.642500', '155918.102500', '155918.562500', '155919.022500', '155919.482500', '155919.942500', '155920.402500', '155920.862500', '155921.322500', '155921.782500', '155922.242500', '155922.702500', '155923.162500', '155923.622500', '155924.082500', '155924.542500', '155925.002500', '155925.462500', '155925.922500', '155926.382500', '155926.842500', '155927.302500', '155927.762500', '155928.222500', '155928.682500', '155929.142500', '155929.602500', '155930.062500', '155930.522500', '155930.982500', '155931.442500', '155931.902500', '155932.362500', '155932.822500', '155933.282500', '155933.742500', '155934.202500', '155934.662500', '155935.122500', '155935.582500', '155936.042500', '155936.502500', '155936.962500', '155937.422500', '155937.882500', '155938.342500', '155938.802500', '155939.262500', '155939.722500', '155940.182500', '155940.642500', '155941.102500', '155941.562500', '155942.022500', '155942.482500', '155942.942500', '155943.402500', '155943.862500', '155944.322500', '155944.782500', '155945.242500', '155945.702500', '155946.162500', '155946.622500', '155947.082500', '155947.542500', '155948.002500', '155948.462500', '155948.922500', '155949.382500', '155949.842500', '155950.302500', '155950.762500', '155951.222500', '155951.682500', '155952.142500', '155952.602500', '155953.062500', '155953.522500', '155953.982500', '155954.442500', '155954.902500', '155955.362500', '155955.822500', '155956.282500', '155956.742500', '155957.202500', '155957.662500', '155958.122500', '155958.582500', '155959.042500', '155959.502500', '155959.962500', '160000.422500', '160000.882500', '160001.342500', '160001.802500', '160002.262500', '160002.722500', '160003.182500', '160003.642500', '160004.102500', '160004.562500', '160005.022500', '160005.482500', '160005.942500', '160006.402500', '160006.862500', '160007.322500', '160007.782500', '160008.242500'], 'ContentTime': ['155331.693000', '155331.947000', '155332.174000', '155332.361000', '155332.576000', '155332.787000', '155332.982000', '155333.231000', '155333.386000', '155333.570000', '155333.788000', '155334.141000', '155334.586000', '155335.061000', '155335.555000', '155336.007000', '155336.475000', '155336.980000', '155337.373000', '155337.852000', '155338.298000', '155338.762000', '155339.232000', '155339.673000', '155340.149000', '155340.605000', '155341.065000', '155341.516000', '155341.987000', '155342.445000', '155342.905000', '155343.365000', '155343.834000', '155344.290000', '155344.743000', '155345.197000', '155345.657000', '155346.121000', '155346.623000', '155347.056000', '155347.496000', '155347.965000', '155348.437000', '155348.934000', '155349.347000', '155349.798000', '155350.260000', '155350.732000', '155351.197000', '155351.646000', '155352.106000', '155352.564000', '155353.034000', '155353.495000', '155353.940000', '155354.398000', '155354.876000', '155355.331000', '155355.775000', '155356.279000', '155356.736000', '155357.166000', '155357.633000', '155358.088000', '155358.550000', '155359.043000', '155359.458000', '155359.913000', '155400.385000', '155400.853000', '155401.298000', '155401.758000', '155402.229000', '155402.679000', '155403.141000', '155403.602000', '155404.070000', '155404.528000', '155404.975000', '155405.440000', '155405.906000', '155406.366000', '155406.819000', '155407.298000', '155407.741000', '155408.202000', '155408.661000', '155409.119000', '155409.594000', '155410.076000', '155410.520000', '155410.978000', '155411.431000', '155411.886000', '155412.337000', '155412.800000', '155413.258000', '155413.712000', '155414.215000', '155414.645000', '155415.099000', '155415.574000', '155416.020000', '155416.478000', '155416.945000', '155417.399000', '155417.865000', '155418.340000', '155418.780000', '155419.255000', '155419.708000', '155420.168000', '155420.630000', '155421.097000', '155421.537000', '155422.000000', '155422.469000', '155422.923000', '155423.387000', '155423.855000', '155424.311000', '155424.777000', '155425.234000', '155425.687000', '155426.154000', '155426.615000', '155427.064000', '155427.537000', '155427.980000', '155428.444000', '155428.913000', '155429.357000', '155429.828000', '155430.357000', '155430.756000', '155431.206000', '155431.667000', '155432.138000', '155432.606000', '155433.055000', '155433.512000', '155434.001000', '155434.428000', '155434.890000', '155435.354000', '155435.822000', '155436.265000', '155436.720000', '155437.195000', '155437.636000', '155438.116000', '155438.574000', '155439.019000', '155439.489000', '155439.956000', '155440.407000', '155440.875000', '155441.318000', '155441.823000', '155442.253000', '155442.696000', '155443.172000', '155443.627000', '155444.088000', '155444.545000', '155445.070000', '155445.468000', '155445.919000', '155446.377000', '155446.857000', '155447.313000', '155447.765000', '155448.216000', '155448.683000', '155449.157000', '155449.611000', '155450.077000', '155450.521000', '155450.984000', '155451.449000', '155451.916000', '155452.374000', '155452.832000', '155453.321000', '155453.748000', '155454.201000', '155454.666000', '155455.118000', '155455.582000', '155456.056000', '155456.509000', '155456.970000', '155457.424000', '155457.893000', '155458.350000', '155458.801000', '155459.279000', '155459.728000', '155500.191000', '155500.649000', '155501.122000', '155501.568000', '155502.034000', '155502.501000', '155502.958000', '155503.424000', '155503.871000', '155504.363000', '155504.778000', '155505.241000', '155505.707000', '155506.172000', '155506.622000', '155507.084000', '155507.543000', '155508.014000', '155508.460000', '155508.937000', '155509.380000', '155509.886000', '155510.315000', '155510.773000', '155511.231000', '155511.684000', '155512.149000', '155512.610000', '155513.080000', '155513.525000', '155513.995000', '155514.458000', '155514.918000', '155515.399000', '155515.831000', '155516.290000', '155516.754000', '155517.203000', '155517.667000', '155518.146000', '155518.581000', '155519.062000', '155519.515000', '155519.974000', '155520.469000', '155520.896000', '155521.343000', '155521.805000', '155522.264000', '155522.737000', '155523.188000', '155523.687000', '155524.119000', '155524.570000', '155525.072000', '155525.497000', '155525.944000', '155526.418000', '155526.881000', '155527.333000', '155527.923000', '155528.281000', '155528.718000', '155529.180000', '155529.665000', '155530.085000', '155530.580000', '155531.004000', '155531.471000', '155531.920000', '155532.387000', '155532.865000', '155533.305000', '155533.814000', '155534.221000', '155534.685000', '155535.141000', '155535.635000', '155536.084000', '155536.522000', '155536.983000', '155537.463000', '155537.941000', '155538.363000', '155538.825000', '155539.279000', '155539.754000', '155540.208000', '155540.676000', '155541.121000', '155541.593000', '155542.057000', '155542.516000', '155542.972000', '155543.423000', '155543.935000', '155544.350000', '155544.809000', '155545.282000', '155545.721000', '155546.183000', '155546.660000', '155547.102000', '155547.567000', '155548.030000', '155548.493000', '155548.961000', '155549.409000', '155549.867000', '155550.327000', '155550.784000', '155551.256000', '155551.746000', '155552.177000', '155552.624000', '155553.091000', '155553.555000', '155554.021000', '155554.463000', '155554.926000', '155555.395000', '155555.854000', '155556.325000', '155556.766000', '155557.235000', '155557.698000', '155558.172000', '155558.614000', '155559.064000', '155559.528000', '155559.997000', '155600.444000', '155600.909000', '155601.380000', '155601.907000', '155602.285000', '155602.759000', '155603.204000', '155603.671000', '155604.131000', '155604.601000', '155605.061000', '155605.524000', '155605.969000', '155606.428000', '155606.885000', '155607.365000', '155607.857000', '155608.276000', '155608.725000', '155609.188000', '155609.663000', '155610.122000', '155610.585000', '155611.043000', '155611.502000', '155611.961000', '155612.406000', '155612.884000', '155613.328000', '155613.804000', '155614.259000', '155614.709000', '155615.176000', '155615.626000', '155616.098000', '155616.558000', '155617.024000', '155617.468000', '155617.928000', '155618.386000', '155618.863000', '155619.310000', '155619.896000', '155620.269000', '155620.687000', '155621.158000', '155621.608000', '155622.083000', '155622.526000', '155623.007000', '155623.451000', '155623.927000', '155624.380000', '155624.864000', '155625.299000', '155625.760000', '155626.202000', '155626.676000', '155627.140000', '155627.636000', '155628.054000', '155628.511000', '155628.978000', '155629.437000', '155629.923000', '155630.353000', '155630.815000', '155631.285000', '155631.730000', '155632.191000', '155632.666000', '155633.102000', '155633.581000', '155634.038000', '155634.503000', '155634.966000', '155635.423000', '155635.869000', '155636.365000', '155636.797000', '155637.251000', '155637.706000', '155638.180000', '155638.631000', '155639.090000', '155639.559000', '155640.048000', '155640.490000', '155640.941000', '155641.404000', '155641.885000', '155642.351000', '155642.769000', '155643.229000', '155643.694000', '155644.167000', '155644.621000', '155645.086000', '155645.534000', '155645.991000', '155646.456000', '155646.908000', '155647.384000', '155647.826000', '155648.306000', '155648.750000', '155649.213000', '155649.679000', '155650.146000', '155650.593000', '155651.082000', '155651.510000', '155651.964000', '155652.447000', '155652.898000', '155653.353000', '155653.811000', '155654.283000', '155654.740000', '155655.201000', '155655.668000', '155656.109000', '155656.581000', '155657.032000', '155657.502000', '155657.968000', '155658.427000', '155658.888000', '155659.372000', '155659.813000', '155700.259000', '155700.710000', '155701.188000', '155701.635000', '155702.095000', '155702.553000', '155703.019000', '155703.489000', '155703.930000', '155704.388000', '155704.862000', '155705.308000', '155705.875000', '155706.231000', '155706.687000', '155707.163000', '155707.605000', '155708.085000', '155708.551000', '155709.002000', '155709.448000', '155709.909000', '155710.383000', '155710.899000', '155711.301000', '155711.766000', '155712.225000', '155712.683000', '155713.144000', '155713.592000', '155714.070000', '155714.526000', '155714.986000', '155715.434000', '155715.891000', '155716.366000', '155716.811000', '155717.281000', '155717.747000', '155718.203000', '155718.665000', '155719.143000', '155719.569000', '155720.046000', '155720.490000', '155720.961000', '155721.415000', '155721.882000', '155722.351000', '155722.803000', '155723.261000', '155723.712000', '155724.217000', '155724.635000', '155725.099000', '155725.551000', '155726.015000', '155726.490000', '155726.936000', '155727.400000', '155727.867000', '155728.312000', '155728.777000', '155729.240000', '155729.701000', '155730.157000', '155730.632000', '155731.088000', '155731.534000', '155732.001000', '155732.470000', '155732.932000', '155733.388000', '155733.847000', '155734.346000', '155734.812000', '155735.231000', '155735.671000', '155736.131000', '155736.601000', '155737.052000', '155737.531000', '155737.972000', '155738.446000', '155738.905000', '155739.353000', '155739.882000', '155740.291000', '155740.733000', '155741.214000', '155741.662000', '155742.112000', '155742.575000', '155743.035000', '155743.497000', '155743.967000', '155744.433000', '155744.878000', '155745.358000', '155745.834000', '155746.280000', '155746.727000', '155747.192000', '155747.632000', '155748.091000', '155748.559000', '155749.069000', '155749.478000', '155749.947000', '155750.411000', '155750.900000', '155751.334000', '155751.900000', '155752.256000', '155752.708000', '155753.170000', '155753.624000', '155754.088000', '155754.541000', '155755.007000', '155755.458000', '155755.929000', '155756.396000', '155756.835000', '155757.311000', '155757.772000', '155758.229000', '155758.689000', '155759.142000', '155759.595000', '155800.062000', '155800.513000', '155800.972000', '155801.481000', '155801.912000', '155802.361000', '155802.837000', '155803.278000', '155803.741000', '155804.241000', '155804.665000', '155805.125000', '155805.629000', '155806.052000', '155806.541000', '155806.961000', '155807.460000', '155807.877000', '155808.349000', '155808.816000', '155809.257000', '155809.737000', '155810.193000', '155810.644000', '155811.114000', '155811.557000', '155812.032000', '155812.518000', '155812.945000', '155813.408000', '155813.859000', '155814.332000', '155814.789000', '155815.254000', '155815.698000', '155816.168000', '155816.637000', '155817.085000', '155817.550000', '155817.997000', '155818.460000', '155818.935000', '155819.391000', '155819.895000', '155820.312000', '155820.806000', '155821.237000', '155821.694000', '155822.159000', '155822.634000', '155823.079000', '155823.523000', '155823.993000', '155824.453000', '155824.900000', '155825.376000', '155825.828000', '155826.289000', '155826.742000', '155827.216000', '155827.676000', '155828.144000', '155828.583000', '155829.054000', '155829.512000', '155829.983000', '155830.437000', '155830.896000', '155831.353000', '155831.818000', '155832.307000', '155832.743000', '155833.178000', '155833.659000', '155834.097000', '155834.589000', '155835.033000', '155835.494000', '155835.963000', '155836.405000', '155836.866000', '155837.334000', '155837.783000', '155838.256000', '155838.712000', '155839.189000', '155839.637000', '155840.096000', '155840.557000', '155841.026000', '155841.470000', '155841.931000', '155842.416000', '155842.841000', '155843.321000', '155843.770000', '155844.228000', '155844.723000', '155845.143000', '155845.647000', '155846.065000', '155846.539000', '155846.983000', '155847.457000', '155847.919000', '155848.370000', '155848.823000', '155849.280000', '155849.745000', '155850.217000', '155850.669000', '155851.148000', '155851.589000', '155852.066000', '155852.517000', '155852.968000', '155853.445000', '155853.887000', '155854.363000', '155854.804000', '155855.275000', '155855.728000', '155856.193000', '155856.645000', '155857.110000', '155857.561000', '155858.041000', '155858.486000', '155858.942000', '155859.418000', '155859.882000', '155900.323000', '155900.795000', '155901.248000', '155901.703000', '155902.163000', '155902.640000', '155903.082000', '155903.552000', '155904.023000', '155904.466000', '155904.971000', '155905.390000', '155905.848000', '155906.324000', '155906.784000', '155907.235000', '155907.695000', '155908.152000', '155908.627000', '155909.071000', '155909.527000', '155910.002000', '155910.461000', '155910.922000', '155911.378000', '155911.845000', '155912.299000', '155912.766000', '155913.215000', '155913.683000', '155914.131000', '155914.597000', '155915.058000', '155915.553000', '155915.983000', '155916.436000', '155916.900000', '155917.344000', '155917.827000', '155918.265000', '155918.739000', '155919.194000', '155919.644000', '155920.125000', '155920.585000', '155921.055000', '155921.497000', '155921.980000', '155922.407000', '155922.872000', '155923.335000', '155923.804000', '155924.266000', '155924.717000', '155925.182000', '155925.625000', '155926.093000', '155926.569000', '155927.054000', '155927.489000', '155927.932000', '155928.405000', '155928.869000', '155929.314000', '155929.835000', '155930.229000', '155930.702000', '155931.174000', '155931.613000', '155932.083000', '155932.554000', '155933.009000', '155933.467000', '155933.922000', '155934.380000', '155934.850000', '155935.291000', '155935.760000', '155936.226000', '155936.689000', '155937.131000', '155937.607000', '155938.070000', '155938.512000', '155938.992000', '155939.450000', '155939.901000', '155940.365000', '155940.822000', '155941.297000', '155941.748000', '155942.196000', '155942.690000', '155943.129000', '155943.590000', '155944.031000', '155944.500000', '155944.960000', '155945.451000', '155945.884000', '155946.351000', '155946.790000', '155947.264000', '155947.727000', '155948.189000', '155948.630000', '155949.108000', '155949.562000', '155950.093000', '155950.483000', '155950.945000', '155951.435000', '155951.885000', '155952.324000', '155952.794000', '155953.253000', '155953.698000', '155954.167000', '155954.630000', '155955.078000', '155955.551000', '155956.048000', '155956.463000', '155956.933000', '155957.383000', '155957.845000', '155958.293000', '155958.761000', '155959.234000', '155959.679000', '160000.164000', '160000.596000', '160001.064000', '160001.517000', '160001.986000', '160002.451000', '160002.913000', '160003.351000', '160003.825000', '160004.285000', '160004.751000', '160005.236000', '160005.654000', '160006.131000', '160006.573000', '160007.050000', '160007.495000', '160008.007000', '160008.471000', '160008.886000', '160009.350000', '160009.935000'], 'InstanceCreationTime': ['155331.693000', '155331.947000', '155332.174000', '155332.361000', '155332.576000', '155332.787000', '155332.982000', '155333.231000', '155333.386000', '155333.570000', '155333.788000', '155334.141000', '155334.586000', '155335.061000', '155335.555000', '155336.007000', '155336.475000', '155336.980000', '155337.373000', '155337.852000', '155338.298000', '155338.762000', '155339.232000', '155339.673000', '155340.149000', '155340.605000', '155341.065000', '155341.516000', '155341.987000', '155342.445000', '155342.905000', '155343.365000', '155343.834000', '155344.290000', '155344.743000', '155345.197000', '155345.657000', '155346.121000', '155346.623000', '155347.056000', '155347.496000', '155347.965000', '155348.437000', '155348.934000', '155349.347000', '155349.798000', '155350.260000', '155350.732000', '155351.197000', '155351.646000', '155352.106000', '155352.564000', '155353.034000', '155353.495000', '155353.940000', '155354.398000', '155354.876000', '155355.331000', '155355.775000', '155356.279000', '155356.736000', '155357.166000', '155357.633000', '155358.088000', '155358.550000', '155359.043000', '155359.458000', '155359.913000', '155400.385000', '155400.853000', '155401.298000', '155401.758000', '155402.229000', '155402.679000', '155403.141000', '155403.602000', '155404.070000', '155404.528000', '155404.975000', '155405.440000', '155405.906000', '155406.366000', '155406.819000', '155407.298000', '155407.741000', '155408.202000', '155408.661000', '155409.119000', '155409.594000', '155410.076000', '155410.520000', '155410.978000', '155411.431000', '155411.886000', '155412.337000', '155412.800000', '155413.258000', '155413.712000', '155414.215000', '155414.645000', '155415.099000', '155415.574000', '155416.020000', '155416.478000', '155416.945000', '155417.399000', '155417.865000', '155418.340000', '155418.780000', '155419.255000', '155419.708000', '155420.168000', '155420.630000', '155421.097000', '155421.537000', '155422.000000', '155422.469000', '155422.923000', '155423.387000', '155423.855000', '155424.311000', '155424.777000', '155425.234000', '155425.687000', '155426.154000', '155426.615000', '155427.064000', '155427.537000', '155427.980000', '155428.444000', '155428.913000', '155429.357000', '155429.828000', '155430.357000', '155430.756000', '155431.206000', '155431.667000', '155432.138000', '155432.606000', '155433.055000', '155433.512000', '155434.001000', '155434.428000', '155434.890000', '155435.354000', '155435.822000', '155436.265000', '155436.720000', '155437.195000', '155437.636000', '155438.116000', '155438.574000', '155439.019000', '155439.489000', '155439.956000', '155440.407000', '155440.875000', '155441.318000', '155441.823000', '155442.253000', '155442.696000', '155443.172000', '155443.627000', '155444.088000', '155444.545000', '155445.070000', '155445.468000', '155445.919000', '155446.377000', '155446.857000', '155447.313000', '155447.765000', '155448.216000', '155448.683000', '155449.157000', '155449.611000', '155450.077000', '155450.521000', '155450.984000', '155451.449000', '155451.916000', '155452.374000', '155452.832000', '155453.321000', '155453.748000', '155454.201000', '155454.666000', '155455.118000', '155455.582000', '155456.056000', '155456.509000', '155456.970000', '155457.424000', '155457.893000', '155458.350000', '155458.801000', '155459.279000', '155459.728000', '155500.191000', '155500.649000', '155501.122000', '155501.568000', '155502.034000', '155502.501000', '155502.958000', '155503.424000', '155503.871000', '155504.363000', '155504.778000', '155505.241000', '155505.707000', '155506.172000', '155506.622000', '155507.084000', '155507.543000', '155508.014000', '155508.460000', '155508.937000', '155509.380000', '155509.886000', '155510.315000', '155510.773000', '155511.231000', '155511.684000', '155512.149000', '155512.610000', '155513.080000', '155513.525000', '155513.995000', '155514.458000', '155514.918000', '155515.399000', '155515.831000', '155516.290000', '155516.754000', '155517.203000', '155517.667000', '155518.146000', '155518.581000', '155519.062000', '155519.515000', '155519.974000', '155520.469000', '155520.896000', '155521.343000', '155521.805000', '155522.264000', '155522.737000', '155523.188000', '155523.687000', '155524.119000', '155524.570000', '155525.072000', '155525.497000', '155525.944000', '155526.418000', '155526.881000', '155527.333000', '155527.923000', '155528.281000', '155528.718000', '155529.180000', '155529.665000', '155530.085000', '155530.580000', '155531.004000', '155531.471000', '155531.920000', '155532.387000', '155532.865000', '155533.305000', '155533.814000', '155534.221000', '155534.685000', '155535.141000', '155535.635000', '155536.084000', '155536.522000', '155536.983000', '155537.463000', '155537.941000', '155538.363000', '155538.825000', '155539.279000', '155539.754000', '155540.208000', '155540.676000', '155541.121000', '155541.593000', '155542.057000', '155542.516000', '155542.972000', '155543.423000', '155543.935000', '155544.350000', '155544.809000', '155545.282000', '155545.721000', '155546.183000', '155546.660000', '155547.102000', '155547.567000', '155548.030000', '155548.493000', '155548.961000', '155549.409000', '155549.867000', '155550.327000', '155550.784000', '155551.256000', '155551.746000', '155552.177000', '155552.624000', '155553.091000', '155553.555000', '155554.021000', '155554.463000', '155554.926000', '155555.395000', '155555.854000', '155556.325000', '155556.766000', '155557.235000', '155557.698000', '155558.172000', '155558.614000', '155559.064000', '155559.528000', '155559.997000', '155600.444000', '155600.909000', '155601.380000', '155601.907000', '155602.285000', '155602.759000', '155603.204000', '155603.671000', '155604.131000', '155604.601000', '155605.061000', '155605.524000', '155605.969000', '155606.428000', '155606.885000', '155607.365000', '155607.857000', '155608.276000', '155608.725000', '155609.188000', '155609.663000', '155610.122000', '155610.585000', '155611.043000', '155611.502000', '155611.961000', '155612.406000', '155612.884000', '155613.328000', '155613.804000', '155614.259000', '155614.709000', '155615.176000', '155615.626000', '155616.098000', '155616.558000', '155617.024000', '155617.468000', '155617.928000', '155618.386000', '155618.863000', '155619.310000', '155619.896000', '155620.269000', '155620.687000', '155621.158000', '155621.608000', '155622.083000', '155622.526000', '155623.007000', '155623.451000', '155623.927000', '155624.380000', '155624.864000', '155625.299000', '155625.760000', '155626.202000', '155626.676000', '155627.140000', '155627.636000', '155628.054000', '155628.511000', '155628.978000', '155629.437000', '155629.923000', '155630.353000', '155630.815000', '155631.285000', '155631.730000', '155632.191000', '155632.666000', '155633.102000', '155633.581000', '155634.038000', '155634.503000', '155634.966000', '155635.423000', '155635.869000', '155636.365000', '155636.797000', '155637.251000', '155637.706000', '155638.180000', '155638.631000', '155639.090000', '155639.559000', '155640.048000', '155640.490000', '155640.941000', '155641.404000', '155641.885000', '155642.351000', '155642.769000', '155643.229000', '155643.694000', '155644.167000', '155644.621000', '155645.086000', '155645.534000', '155645.991000', '155646.456000', '155646.908000', '155647.384000', '155647.826000', '155648.306000', '155648.750000', '155649.213000', '155649.679000', '155650.146000', '155650.593000', '155651.082000', '155651.510000', '155651.964000', '155652.447000', '155652.898000', '155653.353000', '155653.811000', '155654.283000', '155654.740000', '155655.201000', '155655.668000', '155656.109000', '155656.581000', '155657.032000', '155657.502000', '155657.968000', '155658.427000', '155658.888000', '155659.372000', '155659.813000', '155700.259000', '155700.710000', '155701.188000', '155701.635000', '155702.095000', '155702.553000', '155703.019000', '155703.489000', '155703.930000', '155704.388000', '155704.862000', '155705.308000', '155705.875000', '155706.231000', '155706.687000', '155707.163000', '155707.605000', '155708.085000', '155708.551000', '155709.002000', '155709.448000', '155709.909000', '155710.383000', '155710.899000', '155711.301000', '155711.766000', '155712.225000', '155712.683000', '155713.144000', '155713.592000', '155714.070000', '155714.526000', '155714.986000', '155715.434000', '155715.891000', '155716.366000', '155716.811000', '155717.281000', '155717.747000', '155718.203000', '155718.665000', '155719.143000', '155719.569000', '155720.046000', '155720.490000', '155720.961000', '155721.415000', '155721.882000', '155722.351000', '155722.803000', '155723.261000', '155723.712000', '155724.217000', '155724.635000', '155725.099000', '155725.551000', '155726.015000', '155726.490000', '155726.936000', '155727.400000', '155727.867000', '155728.312000', '155728.777000', '155729.240000', '155729.701000', '155730.157000', '155730.632000', '155731.088000', '155731.534000', '155732.001000', '155732.470000', '155732.932000', '155733.388000', '155733.847000', '155734.346000', '155734.812000', '155735.231000', '155735.671000', '155736.131000', '155736.601000', '155737.052000', '155737.531000', '155737.972000', '155738.446000', '155738.905000', '155739.353000', '155739.882000', '155740.291000', '155740.733000', '155741.214000', '155741.662000', '155742.112000', '155742.575000', '155743.035000', '155743.497000', '155743.967000', '155744.433000', '155744.878000', '155745.358000', '155745.834000', '155746.280000', '155746.727000', '155747.192000', '155747.632000', '155748.091000', '155748.559000', '155749.069000', '155749.478000', '155749.947000', '155750.411000', '155750.900000', '155751.334000', '155751.900000', '155752.256000', '155752.708000', '155753.170000', '155753.624000', '155754.088000', '155754.541000', '155755.007000', '155755.458000', '155755.929000', '155756.396000', '155756.835000', '155757.311000', '155757.772000', '155758.229000', '155758.689000', '155759.142000', '155759.595000', '155800.062000', '155800.513000', '155800.972000', '155801.481000', '155801.912000', '155802.361000', '155802.837000', '155803.278000', '155803.741000', '155804.241000', '155804.665000', '155805.125000', '155805.629000', '155806.052000', '155806.541000', '155806.961000', '155807.460000', '155807.877000', '155808.349000', '155808.816000', '155809.257000', '155809.737000', '155810.193000', '155810.644000', '155811.114000', '155811.557000', '155812.032000', '155812.518000', '155812.945000', '155813.408000', '155813.859000', '155814.332000', '155814.789000', '155815.254000', '155815.698000', '155816.168000', '155816.637000', '155817.085000', '155817.550000', '155817.997000', '155818.460000', '155818.935000', '155819.391000', '155819.895000', '155820.312000', '155820.806000', '155821.237000', '155821.694000', '155822.159000', '155822.634000', '155823.079000', '155823.523000', '155823.993000', '155824.453000', '155824.900000', '155825.376000', '155825.828000', '155826.289000', '155826.742000', '155827.216000', '155827.676000', '155828.144000', '155828.583000', '155829.054000', '155829.512000', '155829.983000', '155830.437000', '155830.896000', '155831.353000', '155831.818000', '155832.307000', '155832.743000', '155833.178000', '155833.659000', '155834.097000', '155834.589000', '155835.033000', '155835.494000', '155835.963000', '155836.405000', '155836.866000', '155837.334000', '155837.783000', '155838.256000', '155838.712000', '155839.189000', '155839.637000', '155840.096000', '155840.557000', '155841.026000', '155841.470000', '155841.931000', '155842.416000', '155842.841000', '155843.321000', '155843.770000', '155844.228000', '155844.723000', '155845.143000', '155845.647000', '155846.065000', '155846.539000', '155846.983000', '155847.457000', '155847.919000', '155848.370000', '155848.823000', '155849.280000', '155849.745000', '155850.217000', '155850.669000', '155851.148000', '155851.589000', '155852.066000', '155852.517000', '155852.968000', '155853.445000', '155853.887000', '155854.363000', '155854.804000', '155855.275000', '155855.728000', '155856.193000', '155856.645000', '155857.110000', '155857.561000', '155858.041000', '155858.486000', '155858.942000', '155859.418000', '155859.882000', '155900.323000', '155900.795000', '155901.248000', '155901.703000', '155902.163000', '155902.640000', '155903.082000', '155903.552000', '155904.023000', '155904.466000', '155904.971000', '155905.390000', '155905.848000', '155906.324000', '155906.784000', '155907.235000', '155907.695000', '155908.152000', '155908.627000', '155909.071000', '155909.527000', '155910.002000', '155910.461000', '155910.922000', '155911.378000', '155911.845000', '155912.299000', '155912.766000', '155913.215000', '155913.683000', '155914.131000', '155914.597000', '155915.058000', '155915.553000', '155915.983000', '155916.436000', '155916.900000', '155917.344000', '155917.827000', '155918.265000', '155918.739000', '155919.194000', '155919.644000', '155920.125000', '155920.585000', '155921.055000', '155921.497000', '155921.980000', '155922.407000', '155922.872000', '155923.335000', '155923.804000', '155924.266000', '155924.717000', '155925.182000', '155925.625000', '155926.093000', '155926.569000', '155927.054000', '155927.489000', '155927.932000', '155928.405000', '155928.869000', '155929.314000', '155929.835000', '155930.229000', '155930.702000', '155931.174000', '155931.613000', '155932.083000', '155932.554000', '155933.009000', '155933.467000', '155933.922000', '155934.380000', '155934.850000', '155935.291000', '155935.760000', '155936.226000', '155936.689000', '155937.131000', '155937.607000', '155938.070000', '155938.512000', '155938.992000', '155939.450000', '155939.901000', '155940.365000', '155940.822000', '155941.297000', '155941.748000', '155942.196000', '155942.690000', '155943.129000', '155943.590000', '155944.031000', '155944.500000', '155944.960000', '155945.451000', '155945.884000', '155946.351000', '155946.790000', '155947.264000', '155947.727000', '155948.189000', '155948.630000', '155949.108000', '155949.562000', '155950.093000', '155950.483000', '155950.945000', '155951.435000', '155951.885000', '155952.324000', '155952.794000', '155953.253000', '155953.698000', '155954.167000', '155954.630000', '155955.078000', '155955.551000', '155956.048000', '155956.463000', '155956.933000', '155957.383000', '155957.845000', '155958.293000', '155958.761000', '155959.234000', '155959.679000', '160000.164000', '160000.596000', '160001.064000', '160001.517000', '160001.986000', '160002.451000', '160002.913000', '160003.351000', '160003.825000', '160004.285000', '160004.751000', '160005.236000', '160005.654000', '160006.131000', '160006.573000', '160007.050000', '160007.495000', '160008.007000', '160008.471000', '160008.886000', '160009.350000', '160009.935000'], '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': [623, 1002, 604, 1022, 605, 951, 727, 589, 803, 596, 849, 597, 605, 592, 608, 938, 625, 806, 527, 599, 776, 604, 1015, 749, 592, 857, 595, 594, 628, 580, 831, 567, 563, 709, 560, 862, 589, 948, 784, 703, 929, 665, 941, 664, 956, 756, 742, 856, 553, 891, 578, 926, 597, 582, 683, 563, 876, 588, 578, 597, 575, 801, 568, 568, 609, 585, 821, 557, 560, 530, 581, 633, 569, 782, 539, 839, 579, 711, 653, 522, 798, 557, 900, 734, 740, 691, 524, 721, 545, 903, 653, 903, 567, 687, 576, 521, 710, 567, 811, 554, 871, 579, 808, 562, 852, 566, 886, 639, 805, 691, 544, 589, 560, 690, 552, 775, 563, 859, 559, 930, 556, 872, 554, 698, 563, 526, 524, 556, 743, 553, 726, 540, 744, 538, 789, 539, 800, 547, 738, 570, 802, 573, 694, 567, 599, 571, 732, 574, 785, 544, 634, 560, 547, 549, 537, 593, 537, 698, 572, 874, 551, 831, 568, 841, 572, 849, 577, 893, 642, 876, 578, 880, 561, 870, 567, 806, 663, 710, 639, 538, 668, 569, 752, 568, 723, 563, 731, 558, 769, 550, 785, 546, 790, 549, 801, 550, 815, 580, 751, 569, 750, 578, 775, 586, 783, 570, 742, 540, 695, 528, 550, 620, 555, 522, 631, 591, 533, 535, 648, 559, 645, 590, 877, 563, 786, 606, 556, 599, 756, 632, 951, 592, 837, 592, 834, 572, 784, 553, 769, 559, 795, 574, 836, 575, 795, 562, 813, 608, 795, 563, 778, 564, 776, 573, 787, 567, 815, 557, 805, 560, 792, 554, 802, 551, 802, 565, 672, 559, 646, 550, 652, 559, 692, 547, 659, 557, 536, 629, 548, 719, 544, 789, 559, 868, 598, 840, 561, 794, 555, 837, 562, 783, 664, 600, 639, 546, 644, 546, 806, 556, 841, 551, 849, 557, 848, 567, 869, 560, 877, 559, 835, 556, 768, 561, 828, 555, 671, 556, 851, 554, 769, 573, 787, 578, 800, 582, 753, 561, 739, 565, 743, 568, 741, 566, 730, 568, 727, 569, 742, 549, 714, 542, 730, 550, 850, 539, 536, 494, 553, 551, 525, 537, 740, 523, 842, 538, 838, 708, 884, 737, 923, 730, 834, 756, 582, 780, 551, 796, 586, 747, 507, 771, 529, 777, 522, 745, 520, 842, 532, 756, 547, 781, 548, 767, 558, 754, 550, 752, 560, 560, 585, 516, 765, 518, 804, 554, 872, 643, 713, 574, 532, 654, 561, 745, 558, 792, 498, 675, 521, 692, 555, 724, 545, 802, 535, 756, 540, 746, 554, 736, 550, 739, 554, 792, 547, 704, 542, 709, 548, 629, 530, 521, 562, 548, 629, 585, 708, 567, 771, 561, 807, 552, 825, 559, 811, 528, 785, 551, 762, 642, 557, 630, 548, 594, 564, 722, 562, 865, 594, 937, 558, 844, 562, 809, 637, 777, 668, 634, 717, 534, 664, 536, 843, 527, 732, 556, 742, 568, 900, 560, 856, 574, 806, 574, 829, 576, 847, 579, 863, 552, 830, 568, 783, 564, 727, 571, 511, 586, 517, 581, 547, 579, 544, 559, 542, 563, 545, 552, 573, 656, 602, 747, 589, 678, 589, 711, 580, 753, 575, 807, 570, 753, 558, 743, 560, 719, 565, 549, 702, 594, 865, 562, 910, 554, 911, 625, 937, 572, 801, 563, 811, 597, 778, 645, 559, 831, 593, 819, 570, 824, 547, 879, 550, 880, 605, 740, 554, 639, 553, 648, 598, 552, 686, 537, 699, 547, 750, 555, 813, 557, 866, 548, 849, 554, 795, 543, 729, 554, 718, 563, 758, 550, 819, 535, 749, 544, 761, 555, 734, 565, 741, 564, 757, 565, 751, 547, 652, 546, 548, 514, 548, 536, 546, 618, 564, 730, 595, 718, 577, 796, 574, 836, 602, 903, 563, 932, 559, 863, 550, 871, 577, 909, 705, 657, 573, 710, 602, 905, 573, 863, 581, 774, 582, 537, 566, 553, 572, 569, 560, 586, 586, 549, 686, 502, 665, 489, 710, 535, 679, 513, 714, 507, 705, 514, 750, 581, 681, 578, 707, 567, 745, 563, 874, 557, 785, 566, 721, 566, 718, 578, 728, 576, 801, 583, 691, 577, 718, 537, 728, 520, 602, 538, 560, 544, 564, 596, 595, 773, 561, 742, 596, 682, 598, 689, 589, 723, 585, 755, 586, 849, 573, 761, 569, 819, 572, 771, 596, 854, 551, 863, 532, 837, 559, 828, 562, 834, 590, 913, 531, 867, 545, 855, 535, 848, 530, 831, 657, 688, 548, 566, 538, 558, 543, 713, 530, 906, 535, 656, 543, 620, 537, 762, 540, 800, 588, 579, 548, 614, 555, 905, 549, 890, 546, 702, 571, 563, 539, 595, 611, 563, 620, 560, 765, 566, 709, 577, 717, 588, 813, 569, 923, 542, 829, 547, 810, 532, 813, 547, 823, 533, 872, 532, 795, 526, 800, 526, 824, 527, 812, 524, 840, 542, 856, 543, 852, 530, 830, 529, 817, 530, 838, 524, 827, 533, 799, 566, 736, 548, 783, 530, 798, 527, 728, 514, 592, 520, 548, 535, 545, 565, 534, 608, 568, 750, 594, 753, 597, 884, 584, 922, 647, 971, 535, 889, 554, 873, 586, 843, 593, 874, 596, 921, 556, 814, 534, 825, 534, 859, 527, 875, 547, 831, 534, 811, 529, 877, 526, 872, 533, 858, 539, 803, 525, 833, 518, 794, 534, 806, 552, 783, 546, 771], 'WindowCenter': [284.0, 286.0, 282.0, 284.0, 281.0, 283.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 282.0, 281.0, 282.0, 278.0, 280.0, 282.0, 280.0, 283.0, 282.0, 281.0, 282.0, 280.0, 279.0, 280.0, 280.0, 281.0, 279.0, 278.0, 280.0, 278.0, 281.0, 279.0, 281.0, 280.0, 279.0, 281.0, 278.0, 280.0, 277.0, 279.0, 278.0, 278.0, 278.0, 276.0, 278.0, 276.0, 278.0, 276.0, 276.0, 277.0, 276.0, 278.0, 276.0, 276.0, 277.0, 277.0, 279.0, 278.0, 278.0, 279.0, 279.0, 281.0, 279.0, 278.0, 279.0, 279.0, 279.0, 278.0, 281.0, 278.0, 282.0, 280.0, 281.0, 279.0, 278.0, 281.0, 279.0, 281.0, 280.0, 280.0, 279.0, 277.0, 279.0, 277.0, 281.0, 279.0, 281.0, 278.0, 279.0, 278.0, 277.0, 279.0, 277.0, 281.0, 278.0, 281.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 279.0, 280.0, 279.0, 278.0, 278.0, 277.0, 279.0, 277.0, 279.0, 277.0, 280.0, 277.0, 280.0, 277.0, 280.0, 278.0, 279.0, 278.0, 277.0, 278.0, 277.0, 280.0, 278.0, 279.0, 277.0, 279.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 279.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 278.0, 278.0, 278.0, 279.0, 278.0, 280.0, 279.0, 282.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 280.0, 281.0, 278.0, 281.0, 278.0, 281.0, 278.0, 280.0, 280.0, 279.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 280.0, 277.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 279.0, 279.0, 278.0, 279.0, 279.0, 278.0, 278.0, 279.0, 279.0, 280.0, 280.0, 282.0, 280.0, 282.0, 280.0, 279.0, 280.0, 281.0, 280.0, 281.0, 278.0, 281.0, 279.0, 281.0, 278.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 277.0, 279.0, 277.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 277.0, 280.0, 278.0, 281.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 279.0, 280.0, 278.0, 278.0, 279.0, 278.0, 280.0, 278.0, 281.0, 279.0, 281.0, 279.0, 281.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 280.0, 278.0, 279.0, 278.0, 279.0, 277.0, 280.0, 277.0, 280.0, 278.0, 280.0, 278.0, 280.0, 277.0, 280.0, 277.0, 280.0, 277.0, 280.0, 277.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 280.0, 277.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 279.0, 281.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 281.0, 283.0, 279.0, 278.0, 278.0, 279.0, 279.0, 278.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 281.0, 282.0, 280.0, 281.0, 279.0, 279.0, 279.0, 277.0, 279.0, 276.0, 279.0, 276.0, 278.0, 275.0, 278.0, 275.0, 278.0, 275.0, 278.0, 275.0, 278.0, 276.0, 278.0, 276.0, 278.0, 276.0, 278.0, 277.0, 278.0, 277.0, 278.0, 277.0, 277.0, 277.0, 276.0, 278.0, 276.0, 279.0, 278.0, 280.0, 278.0, 279.0, 277.0, 277.0, 278.0, 277.0, 279.0, 277.0, 279.0, 276.0, 279.0, 276.0, 279.0, 277.0, 279.0, 278.0, 279.0, 277.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 278.0, 281.0, 279.0, 281.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 279.0, 281.0, 278.0, 281.0, 278.0, 281.0, 279.0, 280.0, 280.0, 280.0, 280.0, 278.0, 279.0, 277.0, 280.0, 277.0, 279.0, 277.0, 279.0, 278.0, 281.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 277.0, 278.0, 277.0, 278.0, 277.0, 278.0, 277.0, 278.0, 278.0, 278.0, 277.0, 278.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 278.0, 280.0, 279.0, 281.0, 279.0, 278.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 280.0, 281.0, 279.0, 281.0, 278.0, 281.0, 279.0, 281.0, 280.0, 278.0, 281.0, 279.0, 281.0, 278.0, 280.0, 278.0, 281.0, 278.0, 281.0, 279.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 277.0, 279.0, 277.0, 279.0, 278.0, 279.0, 278.0, 280.0, 277.0, 280.0, 277.0, 280.0, 278.0, 279.0, 277.0, 279.0, 277.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 281.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 280.0, 279.0, 281.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 280.0, 281.0, 278.0, 281.0, 278.0, 281.0, 278.0, 281.0, 279.0, 281.0, 280.0, 279.0, 278.0, 279.0, 278.0, 280.0, 277.0, 280.0, 278.0, 279.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 278.0, 277.0, 279.0, 276.0, 278.0, 275.0, 279.0, 277.0, 279.0, 277.0, 279.0, 276.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 281.0, 278.0, 280.0, 278.0, 279.0, 277.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 279.0, 279.0, 281.0, 278.0, 280.0, 279.0, 279.0, 279.0, 279.0, 278.0, 280.0, 279.0, 280.0, 278.0, 281.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 279.0, 281.0, 278.0, 281.0, 278.0, 281.0, 278.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 280.0, 278.0, 280.0, 277.0, 280.0, 278.0, 280.0, 279.0, 279.0, 277.0, 277.0, 278.0, 277.0, 278.0, 279.0, 278.0, 281.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 278.0, 278.0, 278.0, 278.0, 280.0, 277.0, 280.0, 277.0, 279.0, 277.0, 277.0, 277.0, 278.0, 278.0, 277.0, 278.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 277.0, 279.0, 277.0, 280.0, 278.0, 280.0, 277.0, 280.0, 277.0, 279.0, 277.0, 279.0, 277.0, 280.0, 277.0, 279.0, 277.0, 280.0, 277.0, 280.0, 277.0, 280.0, 277.0, 280.0, 277.0, 280.0, 277.0, 280.0, 277.0, 280.0, 277.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 280.0, 278.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 280.0, 281.0, 278.0, 281.0, 277.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 277.0, 280.0, 277.0, 280.0, 277.0, 279.0, 277.0, 280.0, 277.0, 280.0, 277.0, 280.0, 278.0, 280.0, 277.0, 280.0, 277.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 281.0], 'WindowWidth': [624.0, 626.0, 619.0, 622.0, 617.0, 620.0, 618.0, 615.0, 618.0, 615.0, 617.0, 615.0, 615.0, 615.0, 615.0, 619.0, 617.0, 618.0, 613.0, 615.0, 618.0, 615.0, 620.0, 620.0, 617.0, 619.0, 615.0, 614.0, 615.0, 615.0, 616.0, 614.0, 612.0, 615.0, 613.0, 617.0, 614.0, 617.0, 615.0, 614.0, 616.0, 612.0, 614.0, 610.0, 613.0, 611.0, 610.0, 611.0, 608.0, 611.0, 608.0, 610.0, 608.0, 608.0, 609.0, 608.0, 611.0, 608.0, 609.0, 610.0, 611.0, 613.0, 612.0, 612.0, 613.0, 614.0, 616.0, 614.0, 613.0, 615.0, 614.0, 613.0, 611.0, 616.0, 613.0, 617.0, 616.0, 616.0, 613.0, 611.0, 616.0, 614.0, 617.0, 615.0, 615.0, 614.0, 610.0, 614.0, 611.0, 617.0, 614.0, 616.0, 612.0, 614.0, 613.0, 611.0, 614.0, 611.0, 616.0, 612.0, 616.0, 612.0, 615.0, 612.0, 614.0, 612.0, 614.0, 613.0, 614.0, 614.0, 611.0, 612.0, 611.0, 613.0, 611.0, 613.0, 611.0, 614.0, 611.0, 614.0, 611.0, 614.0, 611.0, 613.0, 611.0, 610.0, 612.0, 611.0, 615.0, 612.0, 614.0, 611.0, 614.0, 612.0, 615.0, 612.0, 616.0, 612.0, 615.0, 614.0, 616.0, 614.0, 615.0, 614.0, 613.0, 614.0, 616.0, 614.0, 617.0, 614.0, 615.0, 614.0, 613.0, 613.0, 613.0, 614.0, 613.0, 616.0, 614.0, 617.0, 614.0, 617.0, 614.0, 616.0, 614.0, 616.0, 614.0, 617.0, 615.0, 616.0, 613.0, 616.0, 613.0, 615.0, 613.0, 615.0, 614.0, 614.0, 613.0, 611.0, 613.0, 611.0, 614.0, 611.0, 613.0, 611.0, 614.0, 611.0, 613.0, 611.0, 613.0, 610.0, 613.0, 610.0, 614.0, 611.0, 614.0, 612.0, 614.0, 612.0, 614.0, 613.0, 615.0, 613.0, 615.0, 613.0, 614.0, 612.0, 614.0, 612.0, 612.0, 613.0, 614.0, 612.0, 614.0, 614.0, 612.0, 613.0, 614.0, 614.0, 616.0, 616.0, 619.0, 616.0, 618.0, 615.0, 614.0, 615.0, 616.0, 615.0, 617.0, 613.0, 616.0, 614.0, 616.0, 613.0, 615.0, 612.0, 614.0, 612.0, 615.0, 612.0, 614.0, 612.0, 613.0, 612.0, 614.0, 612.0, 613.0, 611.0, 613.0, 611.0, 613.0, 611.0, 615.0, 613.0, 614.0, 613.0, 616.0, 612.0, 614.0, 611.0, 615.0, 613.0, 616.0, 613.0, 614.0, 613.0, 613.0, 613.0, 614.0, 613.0, 615.0, 614.0, 615.0, 613.0, 612.0, 614.0, 613.0, 615.0, 612.0, 616.0, 614.0, 616.0, 614.0, 616.0, 613.0, 615.0, 613.0, 616.0, 613.0, 615.0, 615.0, 613.0, 613.0, 612.0, 613.0, 611.0, 615.0, 611.0, 615.0, 612.0, 615.0, 612.0, 615.0, 611.0, 614.0, 611.0, 614.0, 611.0, 614.0, 611.0, 614.0, 612.0, 615.0, 612.0, 613.0, 612.0, 614.0, 611.0, 614.0, 613.0, 615.0, 613.0, 615.0, 613.0, 615.0, 613.0, 615.0, 612.0, 615.0, 613.0, 615.0, 614.0, 616.0, 614.0, 615.0, 614.0, 616.0, 614.0, 617.0, 615.0, 618.0, 617.0, 620.0, 615.0, 613.0, 612.0, 614.0, 614.0, 612.0, 614.0, 617.0, 614.0, 617.0, 615.0, 617.0, 616.0, 617.0, 616.0, 616.0, 614.0, 614.0, 614.0, 610.0, 612.0, 608.0, 612.0, 608.0, 611.0, 607.0, 611.0, 607.0, 612.0, 608.0, 611.0, 607.0, 612.0, 608.0, 610.0, 608.0, 610.0, 608.0, 610.0, 610.0, 612.0, 610.0, 612.0, 611.0, 610.0, 611.0, 609.0, 612.0, 609.0, 613.0, 611.0, 614.0, 612.0, 612.0, 611.0, 610.0, 612.0, 610.0, 612.0, 610.0, 613.0, 609.0, 613.0, 609.0, 613.0, 610.0, 612.0, 611.0, 613.0, 610.0, 613.0, 611.0, 613.0, 613.0, 615.0, 613.0, 614.0, 612.0, 615.0, 612.0, 614.0, 612.0, 614.0, 613.0, 614.0, 613.0, 612.0, 613.0, 613.0, 614.0, 613.0, 615.0, 614.0, 617.0, 614.0, 616.0, 614.0, 616.0, 614.0, 616.0, 613.0, 616.0, 614.0, 616.0, 615.0, 613.0, 615.0, 612.0, 615.0, 613.0, 615.0, 613.0, 617.0, 614.0, 617.0, 613.0, 616.0, 613.0, 616.0, 614.0, 615.0, 615.0, 615.0, 614.0, 611.0, 613.0, 610.0, 615.0, 610.0, 614.0, 611.0, 614.0, 612.0, 615.0, 611.0, 614.0, 612.0, 614.0, 612.0, 614.0, 613.0, 614.0, 612.0, 615.0, 613.0, 615.0, 612.0, 614.0, 611.0, 613.0, 612.0, 610.0, 611.0, 610.0, 612.0, 611.0, 612.0, 611.0, 611.0, 611.0, 613.0, 611.0, 613.0, 614.0, 614.0, 614.0, 615.0, 614.0, 614.0, 614.0, 615.0, 614.0, 616.0, 614.0, 616.0, 614.0, 615.0, 613.0, 615.0, 614.0, 617.0, 614.0, 613.0, 616.0, 614.0, 617.0, 614.0, 617.0, 614.0, 619.0, 615.0, 617.0, 614.0, 616.0, 613.0, 616.0, 614.0, 616.0, 615.0, 613.0, 616.0, 613.0, 616.0, 612.0, 615.0, 612.0, 616.0, 613.0, 617.0, 614.0, 615.0, 612.0, 613.0, 611.0, 613.0, 612.0, 611.0, 614.0, 611.0, 614.0, 611.0, 614.0, 612.0, 614.0, 611.0, 614.0, 610.0, 614.0, 611.0, 613.0, 610.0, 612.0, 611.0, 614.0, 613.0, 615.0, 612.0, 615.0, 611.0, 613.0, 612.0, 614.0, 612.0, 614.0, 612.0, 614.0, 613.0, 615.0, 613.0, 616.0, 613.0, 614.0, 613.0, 613.0, 613.0, 613.0, 613.0, 613.0, 615.0, 614.0, 617.0, 614.0, 616.0, 614.0, 616.0, 614.0, 618.0, 615.0, 617.0, 613.0, 617.0, 613.0, 616.0, 613.0, 616.0, 614.0, 617.0, 614.0, 613.0, 612.0, 613.0, 612.0, 614.0, 611.0, 614.0, 612.0, 613.0, 611.0, 610.0, 611.0, 610.0, 611.0, 609.0, 611.0, 611.0, 612.0, 611.0, 612.0, 609.0, 611.0, 608.0, 612.0, 610.0, 613.0, 610.0, 612.0, 610.0, 613.0, 610.0, 613.0, 611.0, 612.0, 611.0, 613.0, 611.0, 614.0, 611.0, 615.0, 611.0, 614.0, 611.0, 614.0, 611.0, 614.0, 612.0, 614.0, 612.0, 615.0, 612.0, 614.0, 612.0, 614.0, 613.0, 615.0, 613.0, 613.0, 613.0, 612.0, 612.0, 612.0, 613.0, 613.0, 616.0, 613.0, 615.0, 613.0, 614.0, 613.0, 614.0, 612.0, 615.0, 614.0, 615.0, 613.0, 616.0, 612.0, 615.0, 612.0, 615.0, 612.0, 615.0, 614.0, 615.0, 612.0, 616.0, 612.0, 616.0, 612.0, 615.0, 613.0, 616.0, 612.0, 616.0, 612.0, 614.0, 612.0, 614.0, 611.0, 615.0, 612.0, 615.0, 613.0, 613.0, 611.0, 611.0, 611.0, 611.0, 612.0, 614.0, 611.0, 616.0, 612.0, 613.0, 611.0, 613.0, 612.0, 615.0, 613.0, 615.0, 613.0, 612.0, 611.0, 612.0, 611.0, 614.0, 611.0, 615.0, 611.0, 613.0, 611.0, 611.0, 610.0, 612.0, 612.0, 611.0, 612.0, 611.0, 614.0, 611.0, 614.0, 611.0, 614.0, 612.0, 615.0, 611.0, 615.0, 611.0, 614.0, 610.0, 613.0, 610.0, 614.0, 611.0, 614.0, 610.0, 614.0, 610.0, 613.0, 610.0, 613.0, 610.0, 614.0, 610.0, 613.0, 610.0, 614.0, 610.0, 614.0, 610.0, 614.0, 610.0, 614.0, 610.0, 614.0, 611.0, 614.0, 610.0, 614.0, 611.0, 614.0, 612.0, 614.0, 612.0, 615.0, 612.0, 615.0, 612.0, 615.0, 613.0, 614.0, 612.0, 613.0, 613.0, 612.0, 613.0, 613.0, 615.0, 613.0, 616.0, 614.0, 616.0, 614.0, 617.0, 614.0, 617.0, 614.0, 617.0, 612.0, 616.0, 611.0, 614.0, 611.0, 615.0, 612.0, 615.0, 612.0, 615.0, 611.0, 614.0, 611.0, 614.0, 611.0, 614.0, 610.0, 614.0, 610.0, 614.0, 610.0, 613.0, 610.0, 614.0, 610.0, 614.0, 610.0, 614.0, 611.0, 614.0, 611.0, 614.0, 611.0, 614.0, 612.0, 614.0, 613.0, 616.0, 613.0, 616.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.0062773333333333335</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03315849804597701</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.63724791738783</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2724509750057533</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0542723642462613</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4468</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8292.8525</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09562332818651786</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.827586206896552</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3398158422069675</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.245815946455575</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5341242123090435</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2395073678562842</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0119943</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01938748173415661</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.014716721139848232</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>4.140693489722322</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>38.6788</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9703</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.4938</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308732.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>22.3152</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7811</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>35.7886</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>234.7448</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>246.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67812.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>91.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>304.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>59.4099</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.330223274067976</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> |