=== 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-0052 --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-0052",
"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-0052_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0052_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-01/func/sub-0052_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>1e4e8013ec0f2ef31bbde65451fcddd7</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:53:37.672500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99877, 0.00133566, 0.0495619, -0.0094135, 0.986562, 0.163113]</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.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0941075</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>13</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4172, -7799, -7244, 618, -8, -134, 33, 37]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>239.056</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>68b11874-4fce-4f63-be00-b31d695a9758||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796274185180664, -0.025255728513002396, 0.1314307302236557, 108.91647338867188], [-0.003583471290767193, 2.6468749046325684, 0.4411243200302124, -97.76973724365234], [0.13297095894813538, -0.43762141466140747, 2.6604764461517334, -41.579071044921875], [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': ['125337.672500', '125338.132500', '125338.592500', '125339.052500', '125339.512500', '125339.972500', '125340.432500', '125340.892500', '125341.352500', '125341.812500', '125342.272500', '125342.732500', '125343.192500', '125343.652500', '125344.112500', '125344.572500', '125345.032500', '125345.492500', '125345.952500', '125346.412500', '125346.872500', '125347.332500', '125347.792500', '125348.252500', '125348.712500', '125349.172500', '125349.632500', '125350.092500', '125350.552500', '125351.012500', '125351.472500', '125351.932500', '125352.392500', '125352.852500', '125353.312500', '125353.772500', '125354.232500', '125354.692500', '125355.152500', '125355.612500', '125356.072500', '125356.532500', '125356.992500', '125357.452500', '125357.912500', '125358.372500', '125358.832500', '125359.292500', '125359.752500', '125400.212500', '125400.672500', '125401.132500', '125401.592500', '125402.052500', '125402.512500', '125402.972500', '125403.432500', '125403.892500', '125404.352500', '125404.812500', '125405.272500', '125405.732500', '125406.192500', '125406.652500', '125407.112500', '125407.572500', '125408.032500', '125408.492500', '125408.952500', '125409.412500', '125409.872500', '125410.332500', '125410.792500', '125411.252500', '125411.712500', '125412.172500', '125412.632500', '125413.092500', '125413.552500', '125414.012500', '125414.472500', '125414.932500', '125415.392500', '125415.852500', '125416.312500', '125416.772500', '125417.232500', '125417.692500', '125418.152500', '125418.612500', '125419.072500', '125419.532500', '125419.992500', '125420.452500', '125420.912500', '125421.372500', '125421.832500', '125422.292500', '125422.752500', '125423.212500', '125423.672500', '125424.132500', '125424.592500', '125425.052500', '125425.512500', '125425.972500', '125426.432500', '125426.892500', '125427.352500', '125427.812500', '125428.272500', '125428.732500', '125429.192500', '125429.652500', '125430.112500', '125430.572500', '125431.032500', '125431.492500', '125431.952500', '125432.412500', '125432.872500', '125433.332500', '125433.792500', '125434.252500', '125434.712500', '125435.172500', '125435.632500', '125436.092500', '125436.552500', '125437.012500', '125437.472500', '125437.932500', '125438.392500', '125438.852500', '125439.312500', '125439.772500', '125440.232500', '125440.692500', '125441.152500', '125441.612500', '125442.072500', '125442.532500', '125442.992500', '125443.452500', '125443.912500', '125444.372500', '125444.832500', '125445.292500', '125445.752500', '125446.212500', '125446.672500', '125447.132500', '125447.592500', '125448.052500', '125448.512500', '125448.972500', '125449.432500', '125449.892500', '125450.352500', '125450.812500', '125451.272500', '125451.732500', '125452.192500', '125452.652500', '125453.112500', '125453.572500', '125454.032500', '125454.492500', '125454.952500', '125455.412500', '125455.872500', '125456.332500', '125456.792500', '125457.252500', '125457.712500', '125458.172500', '125458.632500', '125459.092500', '125459.552500', '125500.012500', '125500.472500', '125500.932500', '125501.392500', '125501.852500', '125502.312500', '125502.772500', '125503.232500', '125503.692500', '125504.152500', '125504.612500', '125505.072500', '125505.532500', '125505.992500', '125506.452500', '125506.912500', '125507.372500', '125507.832500', '125508.292500', '125508.752500', '125509.212500', '125509.672500', '125510.132500', '125510.592500', '125511.052500', '125511.512500', '125511.972500', '125512.432500', '125512.892500', '125513.352500', '125513.812500', '125514.272500', '125514.732500', '125515.192500', '125515.652500', '125516.112500', '125516.572500', '125517.032500', '125517.492500', '125517.952500', '125518.412500', '125518.872500', '125519.332500', '125519.792500', '125520.252500', '125520.712500', '125521.172500', '125521.632500', '125522.092500', '125522.552500', '125523.012500', '125523.472500', '125523.932500', '125524.392500', '125524.852500', '125525.312500', '125525.772500', '125526.232500', '125526.692500', '125527.152500', '125527.612500', '125528.072500', '125528.532500', '125528.992500', '125529.452500', '125529.912500', '125530.372500', '125530.832500', '125531.292500', '125531.752500', '125532.212500', '125532.672500', '125533.132500', '125533.592500', '125534.052500', '125534.512500', '125534.972500', '125535.432500', '125535.892500', '125536.352500', '125536.812500', '125537.272500', '125537.732500', '125538.192500', '125538.652500', '125539.112500', '125539.572500', '125540.032500', '125540.492500', '125540.952500', '125541.412500', '125541.872500', '125542.332500', '125542.792500', '125543.252500', '125543.712500', '125544.172500', '125544.632500', '125545.092500', '125545.552500', '125546.012500', '125546.472500', '125546.932500', '125547.392500', '125547.852500', '125548.312500', '125548.772500', '125549.232500', '125549.692500', '125550.152500', '125550.612500', '125551.072500', '125551.532500', '125551.992500', '125552.452500', '125552.912500', '125553.372500', '125553.832500', '125554.292500', '125554.752500', '125555.212500', '125555.672500', '125556.132500', '125556.592500', '125557.052500', '125557.512500', '125557.972500', '125558.432500', '125558.892500', '125559.352500', '125559.812500', '125600.272500', '125600.732500', '125601.192500', '125601.652500', '125602.112500', '125602.572500', '125603.032500', '125603.492500', '125603.952500', '125604.412500', '125604.872500', '125605.332500', '125605.792500', '125606.252500', '125606.712500', '125607.172500', '125607.632500', '125608.092500', '125608.552500', '125609.012500', '125609.472500', '125609.932500', '125610.392500', '125610.852500', '125611.312500', '125611.772500', '125612.232500', '125612.692500', '125613.152500', '125613.612500', '125614.072500', '125614.532500', '125614.992500', '125615.452500', '125615.912500', '125616.372500', '125616.832500', '125617.292500', '125617.752500', '125618.212500', '125618.672500', '125619.132500', '125619.592500', '125620.052500', '125620.512500', '125620.972500', '125621.432500', '125621.892500', '125622.352500', '125622.812500', '125623.272500', '125623.732500', '125624.192500', '125624.652500', '125625.112500', '125625.572500', '125626.032500', '125626.492500', '125626.952500', '125627.412500', '125627.872500', '125628.332500', '125628.792500', '125629.252500', '125629.712500', '125630.172500', '125630.632500', '125631.092500', '125631.552500', '125632.012500', '125632.472500', '125632.932500', '125633.392500', '125633.852500', '125634.312500', '125634.772500', '125635.232500', '125635.692500', '125636.152500', '125636.612500', '125637.072500', '125637.532500', '125637.992500', '125638.452500', '125638.912500', '125639.372500', '125639.832500', '125640.292500', '125640.752500', '125641.212500', '125641.672500', '125642.132500', '125642.592500', '125643.052500', '125643.512500', '125643.972500', '125644.432500', '125644.892500', '125645.352500', '125645.812500', '125646.272500', '125646.732500', '125647.192500', '125647.652500', '125648.112500', '125648.572500', '125649.032500', '125649.492500', '125649.952500', '125650.412500', '125650.872500', '125651.332500', '125651.792500', '125652.252500', '125652.712500', '125653.172500', '125653.632500', '125654.092500', '125654.552500', '125655.012500', '125655.472500', '125655.932500', '125656.392500', '125656.852500', '125657.312500', '125657.772500', '125658.232500', '125658.692500', '125659.152500', '125659.612500', '125700.072500', '125700.532500', '125700.992500', '125701.452500', '125701.912500', '125702.372500', '125702.832500', '125703.292500', '125703.752500', '125704.212500', '125704.672500', '125705.132500', '125705.592500', '125706.052500', '125706.512500', '125706.972500', '125707.432500', '125707.892500', '125708.352500', '125708.812500', '125709.272500', '125709.732500', '125710.192500', '125710.652500', '125711.112500', '125711.572500', '125712.032500', '125712.492500', '125712.952500', '125713.412500', '125713.872500', '125714.332500', '125714.792500', '125715.252500', '125715.712500', '125716.172500', '125716.632500', '125717.092500', '125717.552500', '125718.012500', '125718.472500', '125718.932500', '125719.392500', '125719.852500', '125720.312500', '125720.772500', '125721.232500', '125721.692500', '125722.152500', '125722.612500', '125723.072500', '125723.532500', '125723.992500', '125724.452500', '125724.912500', '125725.372500', '125725.832500', '125726.292500', '125726.752500', '125727.212500', '125727.672500', '125728.132500', '125728.592500', '125729.052500', '125729.512500', '125729.972500', '125730.432500', '125730.892500', '125731.352500', '125731.812500', '125732.272500', '125732.732500', '125733.192500', '125733.652500', '125734.112500', '125734.572500', '125735.032500', '125735.492500', '125735.952500', '125736.412500', '125736.872500', '125737.332500', '125737.792500', '125738.252500', '125738.712500', '125739.172500', '125739.632500', '125740.092500', '125740.552500', '125741.012500', '125741.472500', '125741.932500', '125742.392500', '125742.852500', '125743.312500', '125743.772500', '125744.232500', '125744.692500', '125745.152500', '125745.612500', '125746.072500', '125746.532500', '125746.992500', '125747.452500', '125747.912500', '125748.372500', '125748.832500', '125749.292500', '125749.752500', '125750.212500', '125750.672500', '125751.132500', '125751.592500', '125752.052500', '125752.512500', '125752.972500', '125753.432500', '125753.892500', '125754.352500', '125754.812500', '125755.272500', '125755.732500', '125756.192500', '125756.652500', '125757.112500', '125757.572500', '125758.032500', '125758.492500', '125758.952500', '125759.412500', '125759.872500', '125800.332500', '125800.792500', '125801.252500', '125801.712500', '125802.172500', '125802.632500', '125803.092500', '125803.552500', '125804.012500', '125804.472500', '125804.932500', '125805.392500', '125805.852500', '125806.312500', '125806.772500', '125807.232500', '125807.692500', '125808.152500', '125808.612500', '125809.072500', '125809.532500', '125809.992500', '125810.452500', '125810.912500', '125811.372500', '125811.832500', '125812.292500', '125812.752500', '125813.212500', '125813.672500', '125814.132500', '125814.592500', '125815.052500', '125815.512500', '125815.972500', '125816.432500', '125816.892500', '125817.352500', '125817.812500', '125818.272500', '125818.732500', '125819.192500', '125819.652500', '125820.112500', '125820.572500', '125821.032500', '125821.492500', '125821.952500', '125822.412500', '125822.872500', '125823.332500', '125823.792500', '125824.252500', '125824.712500', '125825.172500', '125825.632500', '125826.092500', '125826.552500', '125827.012500', '125827.472500', '125827.932500', '125828.392500', '125828.852500', '125829.312500', '125829.772500', '125830.232500', '125830.692500', '125831.152500', '125831.612500', '125832.072500', '125832.532500', '125832.992500', '125833.452500', '125833.912500', '125834.372500', '125834.832500', '125835.292500', '125835.752500', '125836.212500', '125836.672500', '125837.132500', '125837.592500', '125838.052500', '125838.512500', '125838.972500', '125839.432500', '125839.892500', '125840.352500', '125840.812500', '125841.272500', '125841.732500', '125842.192500', '125842.652500', '125843.112500', '125843.572500', '125844.032500', '125844.492500', '125844.952500', '125845.412500', '125845.872500', '125846.332500', '125846.792500', '125847.252500', '125847.712500', '125848.172500', '125848.632500', '125849.092500', '125849.552500', '125850.012500', '125850.472500', '125850.932500', '125851.392500', '125851.852500', '125852.312500', '125852.772500', '125853.232500', '125853.692500', '125854.152500', '125854.612500', '125855.072500', '125855.532500', '125855.992500', '125856.452500', '125856.912500', '125857.372500', '125857.832500', '125858.292500', '125858.752500', '125859.212500', '125859.672500', '125900.132500', '125900.592500', '125901.052500', '125901.512500', '125901.972500', '125902.432500', '125902.892500', '125903.352500', '125903.812500', '125904.272500', '125904.732500', '125905.192500', '125905.652500', '125906.112500', '125906.572500', '125907.032500', '125907.492500', '125907.952500', '125908.412500', '125908.872500', '125909.332500', '125909.792500', '125910.252500', '125910.712500', '125911.172500', '125911.632500', '125912.092500', '125912.552500', '125913.012500', '125913.472500', '125913.932500', '125914.392500', '125914.852500', '125915.312500', '125915.772500', '125916.232500', '125916.692500', '125917.152500', '125917.612500', '125918.072500', '125918.532500', '125918.992500', '125919.452500', '125919.912500', '125920.372500', '125920.832500', '125921.292500', '125921.752500', '125922.212500', '125922.672500', '125923.132500', '125923.592500', '125924.052500', '125924.512500', '125924.972500', '125925.432500', '125925.892500', '125926.352500', '125926.812500', '125927.272500', '125927.732500', '125928.192500', '125928.652500', '125929.112500', '125929.572500', '125930.032500', '125930.492500', '125930.952500', '125931.412500', '125931.872500', '125932.332500', '125932.792500', '125933.252500', '125933.712500', '125934.172500', '125934.632500', '125935.092500', '125935.552500', '125936.012500', '125936.472500', '125936.932500', '125937.392500', '125937.852500', '125938.312500', '125938.772500', '125939.232500', '125939.692500', '125940.152500', '125940.612500', '125941.072500', '125941.532500', '125941.992500', '125942.452500', '125942.912500', '125943.372500', '125943.832500', '125944.292500', '125944.752500', '125945.212500', '125945.672500', '125946.132500', '125946.592500', '125947.052500', '125947.512500', '125947.972500', '125948.432500', '125948.892500', '125949.352500', '125949.812500', '125950.272500', '125950.732500', '125951.192500', '125951.652500', '125952.112500', '125952.572500', '125953.032500', '125953.492500', '125953.952500', '125954.412500', '125954.872500', '125955.332500', '125955.792500', '125956.252500', '125956.712500', '125957.172500', '125957.632500', '125958.092500', '125958.552500', '125959.012500', '125959.472500', '125959.932500', '130000.392500', '130000.852500', '130001.312500', '130001.772500', '130002.232500', '130002.692500', '130003.152500', '130003.612500', '130004.072500', '130004.532500', '130004.992500', '130005.452500', '130005.912500', '130006.372500', '130006.832500', '130007.292500', '130007.752500', '130008.212500', '130008.672500', '130009.132500', '130009.592500', '130010.052500', '130010.512500', '130010.972500', '130011.432500', '130011.892500', '130012.352500', '130012.812500', '130013.272500', '130013.732500', '130014.192500', '130014.652500', '130015.112500', '130015.572500', '130016.032500', '130016.492500', '130016.952500', '130017.412500', '130017.872500', '130018.332500'], 'ContentTime': ['125341.463000', '125341.698000', '125341.912000', '125342.136000', '125342.307000', '125342.415000', '125342.764000', '125342.933000', '125343.027000', '125343.214000', '125343.579000', '125344.012000', '125344.444000', '125345.003000', '125345.493000', '125345.953000', '125346.448000', '125346.811000', '125347.297000', '125347.715000', '125348.263000', '125348.783000', '125349.172000', '125349.675000', '125350.118000', '125350.535000', '125351.085000', '125351.433000', '125351.930000', '125352.380000', '125352.784000', '125353.312000', '125353.841000', '125354.228000', '125354.665000', '125355.138000', '125355.553000', '125355.991000', '125356.503000', '125356.994000', '125357.439000', '125357.987000', '125358.287000', '125358.887000', '125359.192000', '125359.699000', '125400.200000', '125400.713000', '125401.141000', '125401.536000', '125401.994000', '125402.491000', '125402.940000', '125403.351000', '125403.962000', '125404.382000', '125404.819000', '125405.284000', '125405.654000', '125406.243000', '125406.536000', '125407.145000', '125407.591000', '125408.067000', '125408.515000', '125409.008000', '125409.432000', '125409.821000', '125410.301000', '125410.793000', '125411.160000', '125411.703000', '125412.172000', '125412.634000', '125413.034000', '125413.519000', '125413.964000', '125414.459000', '125414.950000', '125415.391000', '125415.804000', '125416.347000', '125416.707000', '125417.226000', '125417.695000', '125418.151000', '125418.606000', '125419.133000', '125419.495000', '125420.024000', '125420.498000', '125420.908000', '125421.288000', '125421.831000', '125422.236000', '125422.775000', '125423.320000', '125423.666000', '125424.052000', '125424.509000', '125425.118000', '125425.498000', '125425.918000', '125426.433000', '125426.892000', '125427.287000', '125427.875000', '125428.309000', '125428.635000', '125429.148000', '125429.587000', '125430.077000', '125430.584000', '125430.984000', '125431.477000', '125431.901000', '125432.381000', '125432.898000', '125433.280000', '125433.770000', '125434.205000', '125434.649000', '125435.120000', '125435.583000', '125435.973000', '125436.555000', '125436.986000', '125437.489000', '125437.898000', '125438.343000', '125438.883000', '125439.303000', '125439.838000', '125440.256000', '125440.675000', '125441.199000', '125441.531000', '125442.057000', '125442.480000', '125443.000000', '125443.454000', '125443.926000', '125444.413000', '125444.784000', '125445.265000', '125445.735000', '125446.149000', '125446.633000', '125447.087000', '125447.590000', '125447.980000', '125448.442000', '125448.981000', '125449.461000', '125449.896000', '125450.281000', '125450.785000', '125451.251000', '125451.708000', '125452.271000', '125452.597000', '125453.155000', '125453.539000', '125454.047000', '125454.420000', '125454.988000', '125455.440000', '125455.930000', '125456.366000', '125456.789000', '125457.165000', '125457.657000', '125458.176000', '125458.666000', '125459.121000', '125459.567000', '125500.074000', '125500.501000', '125500.957000', '125501.344000', '125501.891000', '125502.248000', '125502.812000', '125503.256000', '125503.778000', '125504.156000', '125504.646000', '125505.033000', '125505.434000', '125505.933000', '125506.406000', '125506.902000', '125507.353000', '125507.777000', '125508.299000', '125508.756000', '125509.217000', '125509.628000', '125510.130000', '125510.566000', '125511.089000', '125511.465000', '125511.974000', '125512.436000', '125512.828000', '125513.325000', '125513.818000', '125514.422000', '125514.739000', '125515.148000', '125515.686000', '125516.094000', '125516.586000', '125517.019000', '125517.488000', '125517.911000', '125518.409000', '125518.863000', '125519.334000', '125519.801000', '125520.323000', '125520.752000', '125521.179000', '125521.671000', '125522.044000', '125522.582000', '125523.041000', '125523.607000', '125523.863000', '125524.459000', '125524.891000', '125525.245000', '125525.778000', '125526.177000', '125526.766000', '125527.120000', '125527.622000', '125528.016000', '125528.571000', '125529.017000', '125529.372000', '125529.909000', '125530.297000', '125530.796000', '125531.392000', '125531.734000', '125532.208000', '125532.668000', '125533.067000', '125533.547000', '125534.116000', '125534.518000', '125534.844000', '125535.475000', '125535.880000', '125536.394000', '125536.867000', '125537.263000', '125537.798000', '125538.174000', '125538.580000', '125539.090000', '125539.603000', '125540.043000', '125540.498000', '125540.924000', '125541.418000', '125541.839000', '125542.267000', '125542.819000', '125543.196000', '125543.731000', '125544.174000', '125544.643000', '125545.055000', '125545.550000', '125545.951000', '125546.424000', '125546.950000', '125547.455000', '125547.881000', '125548.339000', '125548.723000', '125549.159000', '125549.671000', '125550.125000', '125550.617000', '125551.022000', '125551.477000', '125552.003000', '125552.459000', '125552.920000', '125553.380000', '125553.771000', '125554.331000', '125554.698000', '125555.259000', '125555.598000', '125556.111000', '125556.599000', '125556.965000', '125557.468000', '125557.979000', '125558.403000', '125558.840000', '125559.313000', '125559.861000', '125600.321000', '125600.709000', '125601.206000', '125601.638000', '125602.079000', '125602.575000', '125603.012000', '125603.486000', '125603.904000', '125604.335000', '125604.849000', '125605.371000', '125605.822000', '125606.264000', '125606.646000', '125607.208000', '125607.593000', '125608.167000', '125608.551000', '125608.946000', '125609.526000', '125609.868000', '125610.410000', '125610.784000', '125611.313000', '125611.686000', '125612.208000', '125612.702000', '125613.128000', '125613.599000', '125614.052000', '125614.545000', '125615.017000', '125615.462000', '125615.976000', '125616.312000', '125616.871000', '125617.233000', '125617.707000', '125618.229000', '125618.681000', '125619.034000', '125619.631000', '125620.065000', '125620.487000', '125620.931000', '125621.442000', '125621.881000', '125622.343000', '125622.816000', '125623.285000', '125623.793000', '125624.174000', '125624.596000', '125625.086000', '125625.629000', '125626.008000', '125626.393000', '125626.965000', '125627.460000', '125627.883000', '125628.289000', '125628.758000', '125629.266000', '125629.741000', '125630.135000', '125630.633000', '125631.060000', '125631.504000', '125631.980000', '125632.556000', '125632.984000', '125633.444000', '125633.864000', '125634.267000', '125634.790000', '125635.259000', '125635.694000', '125636.179000', '125636.627000', '125637.125000', '125637.517000', '125638.032000', '125638.464000', '125638.945000', '125639.385000', '125639.824000', '125640.305000', '125640.755000', '125641.161000', '125641.685000', '125642.199000', '125642.584000', '125643.065000', '125643.465000', '125643.969000', '125644.395000', '125644.943000', '125645.416000', '125645.762000', '125646.201000', '125646.692000', '125647.207000', '125647.676000', '125648.122000', '125648.651000', '125649.128000', '125649.486000', '125649.949000', '125650.411000', '125650.884000', '125651.395000', '125651.780000', '125652.316000', '125652.726000', '125653.171000', '125653.621000', '125654.104000', '125654.593000', '125655.001000', '125655.427000', '125655.840000', '125656.436000', '125656.806000', '125657.364000', '125657.754000', '125658.255000', '125658.760000', '125659.161000', '125659.628000', '125700.086000', '125700.479000', '125700.961000', '125701.454000', '125701.880000', '125702.364000', '125702.904000', '125703.216000', '125703.780000', '125704.197000', '125704.652000', '125705.127000', '125705.571000', '125706.012000', '125706.468000', '125707.009000', '125707.446000', '125707.892000', '125708.317000', '125708.775000', '125709.209000', '125709.701000', '125710.196000', '125710.581000', '125711.133000', '125711.531000', '125712.050000', '125712.453000', '125713.007000', '125713.381000', '125713.888000', '125714.278000', '125714.723000', '125715.309000', '125715.721000', '125716.283000', '125716.579000', '125717.054000', '125717.487000', '125717.928000', '125718.490000', '125718.956000', '125719.404000', '125719.833000', '125720.241000', '125720.789000', '125721.304000', '125721.747000', '125722.224000', '125722.599000', '125723.088000', '125723.578000', '125724.010000', '125724.473000', '125724.970000', '125725.269000', '125725.800000', '125726.361000', '125726.782000', '125727.206000', '125727.734000', '125728.091000', '125728.641000', '125729.102000', '125729.567000', '125729.935000', '125730.477000', '125730.951000', '125731.417000', '125731.829000', '125732.287000', '125732.812000', '125733.167000', '125733.672000', '125734.103000', '125734.591000', '125735.041000', '125735.450000', '125735.921000', '125736.394000', '125736.917000', '125737.307000', '125737.800000', '125738.295000', '125738.785000', '125739.189000', '125739.653000', '125740.133000', '125740.609000', '125740.978000', '125741.472000', '125742.017000', '125742.440000', '125742.881000', '125743.313000', '125743.829000', '125744.193000', '125744.712000', '125745.214000', '125745.581000', '125746.126000', '125746.479000', '125746.953000', '125747.357000', '125747.932000', '125748.422000', '125748.882000', '125749.244000', '125749.753000', '125750.293000', '125750.730000', '125751.151000', '125751.559000', '125752.082000', '125752.531000', '125753.027000', '125753.514000', '125753.913000', '125754.316000', '125754.827000', '125755.335000', '125755.692000', '125756.160000', '125756.693000', '125757.135000', '125757.532000', '125758.070000', '125758.425000', '125758.926000', '125759.356000', '125759.895000', '125800.342000', '125800.816000', '125801.316000', '125801.677000', '125802.117000', '125802.615000', '125803.036000', '125803.615000', '125804.015000', '125804.517000', '125804.903000', '125805.443000', '125805.889000', '125806.278000', '125806.752000', '125807.254000', '125807.735000', '125808.309000', '125808.642000', '125809.078000', '125809.585000', '125809.995000', '125810.431000', '125810.871000', '125811.395000', '125811.814000', '125812.321000', '125812.730000', '125813.183000', '125813.669000', '125814.155000', '125814.551000', '125815.018000', '125815.541000', '125815.998000', '125816.455000', '125816.854000', '125817.317000', '125817.834000', '125818.346000', '125818.769000', '125819.194000', '125819.711000', '125820.108000', '125820.529000', '125821.068000', '125821.464000', '125821.968000', '125822.461000', '125822.919000', '125823.352000', '125823.744000', '125824.211000', '125824.688000', '125825.215000', '125825.683000', '125826.088000', '125826.517000', '125827.001000', '125827.479000', '125827.929000', '125828.351000', '125828.902000', '125829.351000', '125829.768000', '125830.178000', '125830.715000', '125831.194000', '125831.524000', '125832.098000', '125832.502000', '125833.059000', '125833.518000', '125833.877000', '125834.409000', '125834.855000', '125835.383000', '125835.763000', '125836.188000', '125836.758000', '125837.177000', '125837.549000', '125837.991000', '125838.484000', '125838.912000', '125839.426000', '125839.929000', '125840.378000', '125840.774000', '125841.334000', '125841.743000', '125842.206000', '125842.692000', '125843.201000', '125843.599000', '125844.090000', '125844.517000', '125844.991000', '125845.420000', '125845.868000', '125846.414000', '125846.870000', '125847.321000', '125847.743000', '125848.138000', '125848.629000', '125849.118000', '125849.586000', '125850.082000', '125850.500000', '125850.926000', '125851.395000', '125851.881000', '125852.379000', '125852.763000', '125853.290000', '125853.634000', '125854.141000', '125854.579000', '125855.155000', '125855.561000', '125856.044000', '125856.478000', '125856.910000', '125857.402000', '125857.779000', '125858.233000', '125858.833000', '125859.210000', '125859.676000', '125900.233000', '125900.557000', '125900.971000', '125901.568000', '125902.054000', '125902.402000', '125902.904000', '125903.408000', '125903.816000', '125904.321000', '125904.837000', '125905.186000', '125905.635000', '125906.146000', '125906.518000', '125906.984000', '125907.488000', '125908.021000', '125908.334000', '125908.827000', '125909.403000', '125909.774000', '125910.223000', '125910.763000', '125911.226000', '125911.696000', '125912.164000', '125912.594000', '125913.076000', '125913.448000', '125914.014000', '125914.425000', '125914.842000', '125915.383000', '125915.704000', '125916.250000', '125916.724000', '125917.185000', '125917.641000', '125918.104000', '125918.497000', '125918.964000', '125919.474000', '125919.983000', '125920.377000', '125920.875000', '125921.283000', '125921.770000', '125922.265000', '125922.701000', '125923.043000', '125923.585000', '125924.145000', '125924.578000', '125925.062000', '125925.466000', '125925.940000', '125926.345000', '125926.840000', '125927.352000', '125927.801000', '125928.255000', '125928.690000', '125929.130000', '125929.652000', '125930.068000', '125930.487000', '125931.026000', '125931.447000', '125931.906000', '125932.326000', '125932.871000', '125933.317000', '125933.677000', '125934.232000', '125934.723000', '125935.125000', '125935.561000', '125936.020000', '125936.419000', '125936.900000', '125937.394000', '125937.829000', '125938.400000', '125938.750000', '125939.216000', '125939.735000', '125940.114000', '125940.646000', '125941.063000', '125941.504000', '125942.036000', '125942.533000', '125942.997000', '125943.368000', '125943.824000', '125944.250000', '125944.752000', '125945.241000', '125945.693000', '125946.174000', '125946.553000', '125947.041000', '125947.509000', '125948.002000', '125948.451000', '125948.930000', '125949.390000', '125949.853000', '125950.280000', '125950.739000', '125951.232000', '125951.677000', '125952.201000', '125952.492000', '125953.065000', '125953.533000', '125953.986000', '125954.477000', '125954.843000', '125955.302000', '125955.770000', '125956.262000', '125956.691000', '125957.165000', '125957.704000', '125958.120000', '125958.701000', '125958.997000', '125959.509000', '125959.875000', '130000.392000', '130000.891000', '130001.295000', '130001.851000', '130002.282000', '130002.754000', '130003.190000', '130003.683000', '130004.096000', '130004.505000', '130005.044000', '130005.474000', '130005.884000', '130006.650000', '130006.835000', '130007.223000', '130007.842000', '130008.276000', '130008.723000', '130009.132000', '130009.634000', '130010.092000', '130010.556000', '130010.962000', '130011.404000', '130011.964000', '130012.354000', '130012.819000', '130013.391000', '130013.743000', '130014.235000', '130014.673000', '130015.163000', '130015.634000', '130016.033000', '130016.470000', '130016.994000', '130017.394000', '130017.952000', '130018.400000', '130018.799000', '130019.232000', '130019.632000'], 'InstanceCreationTime': ['125341.463000', '125341.698000', '125341.912000', '125342.136000', '125342.307000', '125342.415000', '125342.764000', '125342.933000', '125343.027000', '125343.214000', '125343.579000', '125344.012000', '125344.444000', '125345.003000', '125345.493000', '125345.953000', '125346.448000', '125346.811000', '125347.297000', '125347.715000', '125348.263000', '125348.783000', '125349.172000', '125349.675000', '125350.118000', '125350.535000', '125351.085000', '125351.433000', '125351.930000', '125352.380000', '125352.784000', '125353.312000', '125353.841000', '125354.228000', '125354.665000', '125355.138000', '125355.553000', '125355.991000', '125356.503000', '125356.994000', '125357.439000', '125357.987000', '125358.287000', '125358.887000', '125359.192000', '125359.699000', '125400.200000', '125400.713000', '125401.141000', '125401.536000', '125401.994000', '125402.491000', '125402.940000', '125403.351000', '125403.962000', '125404.382000', '125404.819000', '125405.284000', '125405.654000', '125406.243000', '125406.536000', '125407.145000', '125407.591000', '125408.067000', '125408.515000', '125409.008000', '125409.432000', '125409.821000', '125410.301000', '125410.793000', '125411.160000', '125411.703000', '125412.172000', '125412.634000', '125413.034000', '125413.519000', '125413.964000', '125414.459000', '125414.950000', '125415.391000', '125415.804000', '125416.347000', '125416.707000', '125417.226000', '125417.695000', '125418.151000', '125418.606000', '125419.133000', '125419.495000', '125420.024000', '125420.498000', '125420.908000', '125421.288000', '125421.831000', '125422.236000', '125422.775000', '125423.320000', '125423.666000', '125424.052000', '125424.509000', '125425.118000', '125425.498000', '125425.918000', '125426.433000', '125426.892000', '125427.287000', '125427.875000', '125428.309000', '125428.635000', '125429.148000', '125429.587000', '125430.077000', '125430.584000', '125430.984000', '125431.477000', '125431.901000', '125432.381000', '125432.898000', '125433.280000', '125433.770000', '125434.205000', '125434.649000', '125435.120000', '125435.583000', '125435.973000', '125436.555000', '125436.986000', '125437.489000', '125437.898000', '125438.343000', '125438.883000', '125439.303000', '125439.838000', '125440.256000', '125440.675000', '125441.199000', '125441.531000', '125442.057000', '125442.480000', '125443.000000', '125443.454000', '125443.926000', '125444.413000', '125444.784000', '125445.265000', '125445.735000', '125446.149000', '125446.633000', '125447.087000', '125447.590000', '125447.980000', '125448.442000', '125448.981000', '125449.461000', '125449.896000', '125450.281000', '125450.785000', '125451.251000', '125451.708000', '125452.271000', '125452.597000', '125453.155000', '125453.539000', '125454.047000', '125454.420000', '125454.988000', '125455.440000', '125455.930000', '125456.366000', '125456.789000', '125457.165000', '125457.657000', '125458.176000', '125458.666000', '125459.121000', '125459.567000', '125500.074000', '125500.501000', '125500.957000', '125501.344000', '125501.891000', '125502.248000', '125502.812000', '125503.256000', '125503.778000', '125504.156000', '125504.646000', '125505.033000', '125505.434000', '125505.933000', '125506.406000', '125506.902000', '125507.353000', '125507.777000', '125508.299000', '125508.756000', '125509.217000', '125509.628000', '125510.130000', '125510.566000', '125511.089000', '125511.465000', '125511.974000', '125512.436000', '125512.828000', '125513.325000', '125513.818000', '125514.422000', '125514.739000', '125515.148000', '125515.686000', '125516.094000', '125516.586000', '125517.019000', '125517.488000', '125517.911000', '125518.409000', '125518.863000', '125519.334000', '125519.801000', '125520.323000', '125520.752000', '125521.179000', '125521.671000', '125522.044000', '125522.582000', '125523.041000', '125523.607000', '125523.863000', '125524.459000', '125524.891000', '125525.245000', '125525.778000', '125526.177000', '125526.766000', '125527.120000', '125527.622000', '125528.016000', '125528.571000', '125529.017000', '125529.372000', '125529.909000', '125530.297000', '125530.796000', '125531.392000', '125531.734000', '125532.208000', '125532.668000', '125533.067000', '125533.547000', '125534.116000', '125534.518000', '125534.844000', '125535.475000', '125535.880000', '125536.394000', '125536.867000', '125537.263000', '125537.798000', '125538.174000', '125538.580000', '125539.090000', '125539.603000', '125540.043000', '125540.498000', '125540.924000', '125541.418000', '125541.839000', '125542.267000', '125542.819000', '125543.196000', '125543.731000', '125544.174000', '125544.643000', '125545.055000', '125545.550000', '125545.951000', '125546.424000', '125546.950000', '125547.455000', '125547.881000', '125548.339000', '125548.723000', '125549.159000', '125549.671000', '125550.125000', '125550.617000', '125551.022000', '125551.477000', '125552.003000', '125552.459000', '125552.920000', '125553.380000', '125553.771000', '125554.331000', '125554.698000', '125555.259000', '125555.598000', '125556.111000', '125556.599000', '125556.965000', '125557.468000', '125557.979000', '125558.403000', '125558.840000', '125559.313000', '125559.861000', '125600.321000', '125600.709000', '125601.206000', '125601.638000', '125602.079000', '125602.575000', '125603.012000', '125603.486000', '125603.904000', '125604.335000', '125604.849000', '125605.371000', '125605.822000', '125606.264000', '125606.646000', '125607.208000', '125607.593000', '125608.167000', '125608.551000', '125608.946000', '125609.526000', '125609.868000', '125610.410000', '125610.784000', '125611.313000', '125611.686000', '125612.208000', '125612.702000', '125613.128000', '125613.599000', '125614.052000', '125614.545000', '125615.017000', '125615.462000', '125615.976000', '125616.312000', '125616.871000', '125617.233000', '125617.707000', '125618.229000', '125618.681000', '125619.034000', '125619.631000', '125620.065000', '125620.487000', '125620.931000', '125621.442000', '125621.881000', '125622.343000', '125622.816000', '125623.285000', '125623.793000', '125624.174000', '125624.596000', '125625.086000', '125625.629000', '125626.008000', '125626.393000', '125626.965000', '125627.460000', '125627.883000', '125628.289000', '125628.758000', '125629.266000', '125629.741000', '125630.135000', '125630.633000', '125631.060000', '125631.504000', '125631.980000', '125632.556000', '125632.984000', '125633.444000', '125633.864000', '125634.267000', '125634.790000', '125635.259000', '125635.694000', '125636.179000', '125636.627000', '125637.125000', '125637.517000', '125638.032000', '125638.464000', '125638.945000', '125639.385000', '125639.824000', '125640.305000', '125640.755000', '125641.161000', '125641.685000', '125642.199000', '125642.584000', '125643.065000', '125643.465000', '125643.969000', '125644.395000', '125644.943000', '125645.416000', '125645.762000', '125646.201000', '125646.692000', '125647.207000', '125647.676000', '125648.122000', '125648.651000', '125649.128000', '125649.486000', '125649.949000', '125650.411000', '125650.884000', '125651.395000', '125651.780000', '125652.316000', '125652.726000', '125653.171000', '125653.621000', '125654.104000', '125654.593000', '125655.001000', '125655.427000', '125655.840000', '125656.436000', '125656.806000', '125657.364000', '125657.754000', '125658.255000', '125658.760000', '125659.161000', '125659.628000', '125700.086000', '125700.479000', '125700.961000', '125701.454000', '125701.880000', '125702.364000', '125702.904000', '125703.216000', '125703.780000', '125704.197000', '125704.652000', '125705.127000', '125705.571000', '125706.012000', '125706.468000', '125707.009000', '125707.446000', '125707.892000', '125708.317000', '125708.775000', '125709.209000', '125709.701000', '125710.196000', '125710.581000', '125711.133000', '125711.531000', '125712.050000', '125712.453000', '125713.007000', '125713.381000', '125713.888000', '125714.278000', '125714.723000', '125715.309000', '125715.721000', '125716.283000', '125716.579000', '125717.054000', '125717.487000', '125717.928000', '125718.490000', '125718.956000', '125719.404000', '125719.833000', '125720.241000', '125720.789000', '125721.304000', '125721.747000', '125722.224000', '125722.599000', '125723.088000', '125723.578000', '125724.010000', '125724.473000', '125724.970000', '125725.269000', '125725.800000', '125726.361000', '125726.782000', '125727.206000', '125727.734000', '125728.091000', '125728.641000', '125729.102000', '125729.567000', '125729.935000', '125730.477000', '125730.951000', '125731.417000', '125731.829000', '125732.287000', '125732.812000', '125733.167000', '125733.672000', '125734.103000', '125734.591000', '125735.041000', '125735.450000', '125735.921000', '125736.394000', '125736.917000', '125737.307000', '125737.800000', '125738.295000', '125738.785000', '125739.189000', '125739.653000', '125740.133000', '125740.609000', '125740.978000', '125741.472000', '125742.017000', '125742.440000', '125742.881000', '125743.313000', '125743.829000', '125744.193000', '125744.712000', '125745.214000', '125745.581000', '125746.126000', '125746.479000', '125746.953000', '125747.357000', '125747.932000', '125748.422000', '125748.882000', '125749.244000', '125749.753000', '125750.293000', '125750.730000', '125751.151000', '125751.559000', '125752.082000', '125752.531000', '125753.027000', '125753.514000', '125753.913000', '125754.316000', '125754.827000', '125755.335000', '125755.692000', '125756.160000', '125756.693000', '125757.135000', '125757.532000', '125758.070000', '125758.425000', '125758.926000', '125759.356000', '125759.895000', '125800.342000', '125800.816000', '125801.316000', '125801.677000', '125802.117000', '125802.615000', '125803.036000', '125803.615000', '125804.015000', '125804.517000', '125804.903000', '125805.443000', '125805.889000', '125806.278000', '125806.752000', '125807.254000', '125807.735000', '125808.309000', '125808.642000', '125809.078000', '125809.585000', '125809.995000', '125810.431000', '125810.871000', '125811.395000', '125811.814000', '125812.321000', '125812.730000', '125813.183000', '125813.669000', '125814.155000', '125814.551000', '125815.018000', '125815.541000', '125815.998000', '125816.455000', '125816.854000', '125817.317000', '125817.834000', '125818.346000', '125818.769000', '125819.194000', '125819.711000', '125820.108000', '125820.529000', '125821.068000', '125821.464000', '125821.968000', '125822.461000', '125822.919000', '125823.352000', '125823.744000', '125824.211000', '125824.688000', '125825.215000', '125825.683000', '125826.088000', '125826.517000', '125827.001000', '125827.479000', '125827.929000', '125828.351000', '125828.902000', '125829.351000', '125829.768000', '125830.178000', '125830.715000', '125831.194000', '125831.524000', '125832.098000', '125832.502000', '125833.059000', '125833.518000', '125833.877000', '125834.409000', '125834.855000', '125835.383000', '125835.763000', '125836.188000', '125836.758000', '125837.177000', '125837.549000', '125837.991000', '125838.484000', '125838.912000', '125839.426000', '125839.929000', '125840.378000', '125840.774000', '125841.334000', '125841.743000', '125842.206000', '125842.692000', '125843.201000', '125843.599000', '125844.090000', '125844.517000', '125844.991000', '125845.420000', '125845.868000', '125846.414000', '125846.870000', '125847.321000', '125847.743000', '125848.138000', '125848.629000', '125849.118000', '125849.586000', '125850.082000', '125850.500000', '125850.926000', '125851.395000', '125851.881000', '125852.379000', '125852.763000', '125853.290000', '125853.634000', '125854.141000', '125854.579000', '125855.155000', '125855.561000', '125856.044000', '125856.478000', '125856.910000', '125857.402000', '125857.779000', '125858.233000', '125858.833000', '125859.210000', '125859.676000', '125900.233000', '125900.557000', '125900.971000', '125901.568000', '125902.054000', '125902.402000', '125902.904000', '125903.408000', '125903.816000', '125904.321000', '125904.837000', '125905.186000', '125905.635000', '125906.146000', '125906.518000', '125906.984000', '125907.488000', '125908.021000', '125908.334000', '125908.827000', '125909.403000', '125909.774000', '125910.223000', '125910.763000', '125911.226000', '125911.696000', '125912.164000', '125912.594000', '125913.076000', '125913.448000', '125914.014000', '125914.425000', '125914.842000', '125915.383000', '125915.704000', '125916.250000', '125916.724000', '125917.185000', '125917.641000', '125918.104000', '125918.497000', '125918.964000', '125919.474000', '125919.983000', '125920.377000', '125920.875000', '125921.283000', '125921.770000', '125922.265000', '125922.701000', '125923.043000', '125923.585000', '125924.145000', '125924.578000', '125925.062000', '125925.466000', '125925.940000', '125926.345000', '125926.840000', '125927.352000', '125927.801000', '125928.255000', '125928.690000', '125929.130000', '125929.652000', '125930.068000', '125930.487000', '125931.026000', '125931.447000', '125931.906000', '125932.326000', '125932.871000', '125933.317000', '125933.677000', '125934.232000', '125934.723000', '125935.125000', '125935.561000', '125936.020000', '125936.419000', '125936.900000', '125937.394000', '125937.829000', '125938.400000', '125938.750000', '125939.216000', '125939.735000', '125940.114000', '125940.646000', '125941.063000', '125941.504000', '125942.036000', '125942.533000', '125942.997000', '125943.368000', '125943.824000', '125944.250000', '125944.752000', '125945.241000', '125945.693000', '125946.174000', '125946.553000', '125947.041000', '125947.509000', '125948.002000', '125948.451000', '125948.930000', '125949.390000', '125949.853000', '125950.280000', '125950.739000', '125951.232000', '125951.677000', '125952.201000', '125952.492000', '125953.065000', '125953.533000', '125953.986000', '125954.477000', '125954.843000', '125955.302000', '125955.770000', '125956.262000', '125956.691000', '125957.165000', '125957.704000', '125958.120000', '125958.701000', '125958.997000', '125959.509000', '125959.875000', '130000.392000', '130000.891000', '130001.295000', '130001.851000', '130002.282000', '130002.754000', '130003.190000', '130003.683000', '130004.096000', '130004.505000', '130005.044000', '130005.474000', '130005.884000', '130006.650000', '130006.835000', '130007.223000', '130007.842000', '130008.276000', '130008.723000', '130009.132000', '130009.634000', '130010.092000', '130010.556000', '130010.962000', '130011.404000', '130011.964000', '130012.354000', '130012.819000', '130013.391000', '130013.743000', '130014.235000', '130014.673000', '130015.163000', '130015.634000', '130016.033000', '130016.470000', '130016.994000', '130017.394000', '130017.952000', '130018.400000', '130018.799000', '130019.232000', '130019.632000'], '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': [868, 1193, 1004, 887, 677, 843, 637, 745, 1011, 641, 528, 754, 505, 703, 619, 792, 749, 734, 659, 889, 1146, 868, 1175, 736, 1073, 1105, 821, 1129, 804, 903, 675, 782, 1074, 768, 1134, 780, 979, 704, 886, 761, 732, 1140, 690, 964, 643, 737, 773, 670, 1058, 680, 904, 650, 797, 714, 674, 1132, 696, 956, 698, 929, 609, 717, 889, 709, 991, 714, 1037, 588, 905, 634, 803, 543, 728, 606, 735, 1107, 782, 1121, 645, 1019, 725, 926, 819, 887, 702, 755, 1186, 848, 1098, 826, 1024, 673, 955, 765, 904, 1070, 825, 864, 753, 1179, 684, 1091, 814, 890, 778, 730, 964, 732, 1212, 895, 985, 702, 958, 717, 912, 993, 734, 982, 615, 1152, 716, 1010, 736, 963, 628, 931, 729, 730, 1200, 836, 1060, 697, 974, 653, 958, 698, 929, 679, 758, 1015, 767, 1248, 935, 1080, 712, 995, 681, 972, 717, 855, 607, 736, 1080, 753, 1179, 946, 982, 723, 981, 729, 923, 901, 762, 897, 643, 1192, 634, 1021, 823, 856, 655, 713, 555, 658, 1139, 750, 1041, 683, 1007, 716, 970, 774, 855, 728, 720, 1269, 862, 1186, 857, 987, 698, 930, 935, 807, 1255, 920, 1016, 704, 990, 830, 788, 1184, 753, 1063, 620, 1053, 668, 982, 797, 782, 821, 631, 1231, 680, 1037, 773, 929, 636, 845, 733, 763, 1207, 769, 1162, 626, 1027, 697, 966, 810, 734, 628, 661, 1115, 642, 995, 606, 1025, 628, 951, 615, 942, 766, 847, 718, 849, 1337, 866, 1109, 796, 974, 768, 814, 1257, 791, 1110, 753, 931, 698, 698, 1229, 671, 1042, 655, 856, 716, 693, 1176, 625, 955, 645, 801, 579, 720, 868, 760, 1185, 867, 952, 715, 973, 701, 946, 808, 752, 1171, 616, 1112, 648, 1184, 842, 1039, 807, 846, 914, 758, 1235, 835, 1137, 821, 991, 766, 901, 827, 679, 1199, 655, 983, 693, 767, 560, 714, 590, 705, 907, 693, 559, 737, 1151, 731, 1044, 806, 835, 669, 986, 954, 813, 1327, 990, 1122, 799, 1072, 716, 1000, 879, 746, 944, 648, 1233, 668, 1044, 701, 952, 684, 727, 1107, 758, 1255, 872, 1013, 819, 1032, 666, 955, 807, 791, 1075, 706, 1170, 640, 1040, 763, 943, 650, 889, 781, 756, 980, 673, 1164, 814, 1105, 683, 1024, 679, 938, 658, 755, 830, 674, 1197, 723, 944, 687, 917, 641, 867, 727, 765, 674, 717, 600, 764, 673, 692, 560, 885, 1144, 760, 1026, 767, 833, 612, 866, 1354, 881, 1137, 780, 950, 793, 853, 1328, 894, 1088, 796, 1013, 774, 730, 1245, 781, 1052, 695, 875, 728, 685, 1169, 616, 952, 714, 913, 590, 809, 760, 717, 841, 648, 1167, 620, 1018, 733, 958, 662, 880, 869, 790, 1191, 744, 1228, 887, 1136, 730, 1025, 905, 855, 1097, 713, 1232, 693, 1074, 725, 971, 712, 845, 688, 660, 1136, 667, 1040, 692, 848, 654, 767, 708, 716, 1176, 700, 1021, 675, 1010, 639, 937, 862, 768, 724, 707, 1210, 741, 1041, 775, 889, 679, 888, 650, 800, 879, 730, 1057, 707, 1150, 760, 980, 855, 841, 893, 715, 1279, 719, 1076, 703, 944, 785, 812, 731, 660, 1143, 657, 1000, 767, 944, 661, 892, 814, 721, 974, 668, 1001, 644, 991, 614, 940, 706, 840, 669, 691, 895, 683, 1120, 842, 624, 687, 627, 848, 1225, 866, 1056, 911, 847, 1222, 852, 1224, 1001, 1142, 810, 924, 1342, 941, 1119, 690, 967, 877, 723, 1236, 728, 1003, 854, 765, 1228, 658, 969, 659, 795, 581, 658, 1073, 629, 848, 621, 684, 557, 644, 1058, 636, 934, 618, 916, 590, 743, 603, 732, 1067, 638, 975, 621, 984, 631, 897, 787, 763, 703, 643, 1000, 706, 1097, 742, 919, 676, 921, 805, 875, 875, 789, 824, 726, 1203, 745, 1046, 837, 895, 680, 886, 815, 787, 1222, 829, 1095, 668, 1027, 701, 952, 699, 876, 619, 783, 768, 781, 1232, 808, 1073, 702, 1119, 781, 1052, 743, 960, 671, 911, 878, 809, 1021, 717, 650, 640, 1190, 669, 1104, 764, 955, 665, 931, 633, 1033, 597, 1070, 839, 1023, 606, 1131, 632, 975, 911, 809, 1186, 738, 1081, 674, 934, 660, 856, 810, 802, 744, 726, 1092, 705, 977, 728, 844, 651, 875, 848, 798, 1119, 761, 1143, 742, 1004, 689, 918, 920, 778, 830, 643, 1139, 667, 958, 699, 855, 825, 815, 1112, 693, 992, 746, 822, 696, 882, 842, 755, 1022, 712, 1082, 688, 927, 652, 842, 870, 766, 723, 770, 1132, 647, 991, 687, 832, 704, 787, 1094, 710, 977, 704, 806, 616, 770, 753, 727, 1149, 764, 1016, 667, 967, 677, 848, 979, 741, 1021, 692, 1088, 683, 914, 875, 818, 651, 701, 1170, 683, 1004, 729, 850, 701, 875, 809, 787, 1206, 755, 1019, 731, 944, 655, 907, 857, 804, 1105, 690, 1074, 638, 951, 623, 882, 760, 732, 755, 624, 1076, 622, 872, 608, 796, 621, 730, 576, 674, 567, 770, 782, 771, 763, 763, 1217, 839, 1061, 773, 874, 679, 824, 883, 891, 1255, 873, 1000, 679, 983, 663, 936, 720, 840, 602, 754, 997, 677, 1183, 834, 1123, 748, 1026, 669, 872, 948, 827, 988, 727, 1105, 754, 981, 685, 927, 704, 642, 1130, 657, 960, 702, 864, 620, 862, 820, 764, 1098, 710, 1106, 651, 984, 703, 892, 838, 784, 651, 646, 1130, 653, 956, 728, 886, 641], 'WindowCenter': [291.0, 291.0, 288.0, 287.0, 285.0, 287.0, 286.0, 287.0, 288.0, 286.0, 285.0, 289.0, 285.0, 287.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 290.0, 289.0, 289.0, 287.0, 289.0, 288.0, 287.0, 288.0, 287.0, 288.0, 286.0, 288.0, 289.0, 287.0, 288.0, 286.0, 287.0, 285.0, 287.0, 286.0, 286.0, 288.0, 286.0, 287.0, 286.0, 286.0, 286.0, 286.0, 288.0, 286.0, 287.0, 286.0, 287.0, 286.0, 286.0, 289.0, 287.0, 288.0, 287.0, 288.0, 286.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 290.0, 289.0, 290.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 287.0, 289.0, 290.0, 289.0, 290.0, 289.0, 289.0, 287.0, 289.0, 288.0, 289.0, 289.0, 288.0, 288.0, 288.0, 289.0, 287.0, 289.0, 288.0, 287.0, 287.0, 286.0, 288.0, 287.0, 289.0, 288.0, 288.0, 286.0, 288.0, 286.0, 288.0, 288.0, 287.0, 288.0, 286.0, 289.0, 286.0, 288.0, 287.0, 288.0, 286.0, 288.0, 286.0, 287.0, 289.0, 288.0, 288.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 286.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 287.0, 288.0, 286.0, 288.0, 286.0, 288.0, 285.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 286.0, 288.0, 286.0, 288.0, 288.0, 287.0, 287.0, 286.0, 288.0, 286.0, 288.0, 288.0, 288.0, 286.0, 287.0, 285.0, 287.0, 289.0, 288.0, 289.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 287.0, 289.0, 288.0, 289.0, 288.0, 287.0, 286.0, 288.0, 288.0, 287.0, 289.0, 288.0, 287.0, 286.0, 287.0, 287.0, 287.0, 288.0, 287.0, 288.0, 286.0, 288.0, 286.0, 288.0, 287.0, 287.0, 287.0, 286.0, 289.0, 286.0, 288.0, 287.0, 288.0, 286.0, 288.0, 287.0, 287.0, 289.0, 287.0, 288.0, 286.0, 288.0, 286.0, 288.0, 288.0, 286.0, 286.0, 287.0, 289.0, 287.0, 289.0, 286.0, 289.0, 287.0, 289.0, 287.0, 289.0, 288.0, 288.0, 287.0, 289.0, 290.0, 289.0, 289.0, 287.0, 288.0, 287.0, 288.0, 289.0, 287.0, 288.0, 287.0, 287.0, 286.0, 286.0, 289.0, 286.0, 288.0, 286.0, 288.0, 286.0, 286.0, 289.0, 286.0, 288.0, 286.0, 287.0, 286.0, 287.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 290.0, 287.0, 290.0, 287.0, 290.0, 289.0, 289.0, 288.0, 288.0, 288.0, 287.0, 289.0, 288.0, 289.0, 288.0, 288.0, 286.0, 288.0, 287.0, 286.0, 289.0, 286.0, 288.0, 288.0, 287.0, 285.0, 287.0, 287.0, 287.0, 288.0, 287.0, 286.0, 288.0, 290.0, 289.0, 290.0, 289.0, 289.0, 287.0, 289.0, 288.0, 288.0, 290.0, 289.0, 289.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 289.0, 286.0, 289.0, 287.0, 288.0, 286.0, 287.0, 289.0, 287.0, 289.0, 288.0, 288.0, 288.0, 288.0, 286.0, 288.0, 287.0, 288.0, 288.0, 286.0, 289.0, 286.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 286.0, 288.0, 286.0, 288.0, 286.0, 287.0, 287.0, 287.0, 290.0, 287.0, 288.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 290.0, 290.0, 288.0, 289.0, 288.0, 288.0, 287.0, 289.0, 290.0, 289.0, 289.0, 287.0, 288.0, 287.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 286.0, 289.0, 287.0, 288.0, 286.0, 287.0, 286.0, 286.0, 289.0, 286.0, 288.0, 286.0, 288.0, 286.0, 288.0, 287.0, 287.0, 288.0, 287.0, 289.0, 287.0, 289.0, 288.0, 288.0, 286.0, 288.0, 288.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 286.0, 288.0, 288.0, 288.0, 288.0, 286.0, 289.0, 286.0, 288.0, 286.0, 288.0, 286.0, 287.0, 286.0, 286.0, 289.0, 287.0, 288.0, 286.0, 287.0, 286.0, 287.0, 286.0, 287.0, 289.0, 286.0, 288.0, 286.0, 288.0, 287.0, 289.0, 288.0, 287.0, 286.0, 287.0, 289.0, 288.0, 289.0, 288.0, 288.0, 286.0, 288.0, 286.0, 288.0, 288.0, 287.0, 289.0, 287.0, 289.0, 287.0, 288.0, 288.0, 288.0, 288.0, 286.0, 289.0, 286.0, 288.0, 286.0, 288.0, 287.0, 287.0, 286.0, 286.0, 289.0, 287.0, 288.0, 287.0, 288.0, 286.0, 288.0, 288.0, 287.0, 288.0, 287.0, 289.0, 287.0, 289.0, 288.0, 289.0, 287.0, 288.0, 287.0, 287.0, 289.0, 289.0, 291.0, 289.0, 287.0, 288.0, 287.0, 289.0, 290.0, 289.0, 289.0, 289.0, 289.0, 290.0, 289.0, 290.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 285.0, 287.0, 286.0, 285.0, 287.0, 285.0, 286.0, 286.0, 285.0, 287.0, 284.0, 286.0, 285.0, 285.0, 284.0, 286.0, 288.0, 285.0, 287.0, 285.0, 285.0, 284.0, 286.0, 288.0, 287.0, 288.0, 286.0, 288.0, 286.0, 287.0, 286.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 287.0, 287.0, 289.0, 288.0, 290.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 290.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 290.0, 288.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 290.0, 288.0, 289.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 286.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 287.0, 290.0, 287.0, 289.0, 288.0, 288.0, 287.0, 289.0, 287.0, 290.0, 288.0, 290.0, 289.0, 289.0, 287.0, 290.0, 287.0, 289.0, 289.0, 288.0, 290.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 287.0, 289.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 287.0, 288.0, 286.0, 288.0, 288.0, 288.0, 288.0, 287.0, 289.0, 287.0, 289.0, 287.0, 288.0, 288.0, 289.0, 289.0, 287.0, 289.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 287.0, 289.0, 289.0, 288.0, 287.0, 289.0, 290.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 289.0, 288.0, 289.0, 287.0, 288.0, 287.0, 289.0, 289.0, 288.0, 290.0, 288.0, 289.0, 287.0, 289.0, 287.0, 289.0, 289.0, 288.0, 289.0, 287.0, 289.0, 287.0, 288.0, 288.0, 288.0, 286.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 290.0, 287.0, 288.0, 287.0, 287.0, 286.0, 288.0, 288.0, 288.0, 288.0, 286.0, 288.0, 286.0, 288.0, 286.0, 288.0, 287.0, 287.0, 287.0, 286.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 286.0, 287.0, 286.0, 289.0, 289.0, 289.0, 289.0, 289.0, 290.0, 289.0, 290.0, 288.0, 289.0, 287.0, 288.0, 288.0, 289.0, 290.0, 288.0, 289.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 287.0, 288.0, 289.0, 288.0, 290.0, 289.0, 290.0, 288.0, 289.0, 287.0, 289.0, 288.0, 288.0, 288.0, 287.0, 289.0, 287.0, 288.0, 286.0, 288.0, 286.0, 286.0, 289.0, 287.0, 288.0, 286.0, 287.0, 286.0, 288.0, 288.0, 287.0, 289.0, 287.0, 289.0, 286.0, 288.0, 286.0, 288.0, 288.0, 287.0, 286.0, 287.0, 290.0, 287.0, 288.0, 287.0, 288.0, 287.0], 'WindowWidth': [638.0, 637.0, 632.0, 629.0, 627.0, 629.0, 628.0, 630.0, 631.0, 628.0, 627.0, 632.0, 628.0, 630.0, 629.0, 633.0, 632.0, 633.0, 632.0, 634.0, 634.0, 632.0, 633.0, 630.0, 633.0, 631.0, 629.0, 632.0, 629.0, 631.0, 629.0, 631.0, 632.0, 630.0, 631.0, 628.0, 629.0, 627.0, 629.0, 627.0, 628.0, 630.0, 627.0, 629.0, 627.0, 628.0, 628.0, 629.0, 631.0, 627.0, 630.0, 627.0, 629.0, 628.0, 629.0, 632.0, 630.0, 631.0, 630.0, 631.0, 629.0, 630.0, 631.0, 630.0, 633.0, 630.0, 631.0, 628.0, 632.0, 630.0, 631.0, 629.0, 631.0, 629.0, 632.0, 633.0, 633.0, 634.0, 631.0, 633.0, 632.0, 634.0, 632.0, 632.0, 630.0, 633.0, 634.0, 632.0, 634.0, 632.0, 633.0, 631.0, 633.0, 631.0, 633.0, 632.0, 632.0, 631.0, 631.0, 632.0, 629.0, 633.0, 631.0, 630.0, 630.0, 629.0, 630.0, 630.0, 632.0, 631.0, 631.0, 629.0, 631.0, 629.0, 632.0, 631.0, 629.0, 631.0, 628.0, 632.0, 629.0, 631.0, 630.0, 631.0, 628.0, 631.0, 628.0, 630.0, 632.0, 631.0, 631.0, 630.0, 631.0, 629.0, 631.0, 630.0, 631.0, 629.0, 631.0, 631.0, 630.0, 632.0, 632.0, 631.0, 630.0, 631.0, 629.0, 632.0, 629.0, 631.0, 627.0, 630.0, 631.0, 630.0, 632.0, 630.0, 630.0, 628.0, 631.0, 628.0, 630.0, 630.0, 629.0, 630.0, 628.0, 631.0, 628.0, 631.0, 631.0, 630.0, 629.0, 630.0, 627.0, 631.0, 632.0, 631.0, 632.0, 630.0, 632.0, 630.0, 633.0, 630.0, 631.0, 630.0, 630.0, 632.0, 631.0, 632.0, 630.0, 630.0, 629.0, 631.0, 630.0, 630.0, 632.0, 630.0, 630.0, 628.0, 630.0, 629.0, 629.0, 630.0, 629.0, 631.0, 628.0, 631.0, 628.0, 631.0, 629.0, 629.0, 629.0, 628.0, 631.0, 629.0, 631.0, 629.0, 631.0, 628.0, 630.0, 629.0, 630.0, 632.0, 630.0, 631.0, 628.0, 630.0, 629.0, 631.0, 630.0, 629.0, 627.0, 629.0, 632.0, 630.0, 632.0, 628.0, 632.0, 630.0, 633.0, 630.0, 633.0, 631.0, 631.0, 630.0, 633.0, 635.0, 632.0, 632.0, 630.0, 631.0, 629.0, 631.0, 632.0, 630.0, 631.0, 629.0, 630.0, 628.0, 629.0, 631.0, 629.0, 631.0, 628.0, 630.0, 628.0, 629.0, 632.0, 628.0, 631.0, 628.0, 629.0, 628.0, 630.0, 630.0, 631.0, 633.0, 631.0, 631.0, 630.0, 632.0, 630.0, 633.0, 631.0, 631.0, 633.0, 630.0, 633.0, 630.0, 634.0, 633.0, 633.0, 631.0, 631.0, 631.0, 630.0, 632.0, 630.0, 632.0, 631.0, 631.0, 628.0, 630.0, 628.0, 629.0, 632.0, 629.0, 631.0, 632.0, 630.0, 627.0, 630.0, 629.0, 631.0, 632.0, 630.0, 629.0, 632.0, 633.0, 633.0, 635.0, 633.0, 632.0, 631.0, 633.0, 631.0, 631.0, 633.0, 633.0, 632.0, 631.0, 631.0, 630.0, 632.0, 630.0, 630.0, 630.0, 629.0, 632.0, 629.0, 633.0, 630.0, 631.0, 629.0, 630.0, 632.0, 630.0, 632.0, 631.0, 631.0, 631.0, 631.0, 628.0, 630.0, 629.0, 630.0, 631.0, 629.0, 631.0, 628.0, 631.0, 630.0, 630.0, 629.0, 631.0, 629.0, 630.0, 631.0, 629.0, 632.0, 631.0, 631.0, 629.0, 631.0, 629.0, 630.0, 628.0, 630.0, 630.0, 629.0, 633.0, 630.0, 631.0, 630.0, 631.0, 629.0, 632.0, 630.0, 631.0, 630.0, 631.0, 631.0, 633.0, 632.0, 632.0, 630.0, 634.0, 634.0, 632.0, 633.0, 631.0, 632.0, 630.0, 633.0, 633.0, 632.0, 633.0, 630.0, 631.0, 629.0, 631.0, 632.0, 631.0, 632.0, 629.0, 631.0, 629.0, 629.0, 632.0, 630.0, 631.0, 628.0, 629.0, 628.0, 629.0, 632.0, 628.0, 631.0, 629.0, 630.0, 628.0, 631.0, 630.0, 630.0, 630.0, 629.0, 632.0, 629.0, 633.0, 631.0, 632.0, 629.0, 631.0, 630.0, 631.0, 632.0, 630.0, 632.0, 631.0, 632.0, 629.0, 631.0, 630.0, 630.0, 631.0, 629.0, 631.0, 628.0, 631.0, 629.0, 630.0, 628.0, 629.0, 627.0, 628.0, 631.0, 629.0, 631.0, 629.0, 629.0, 629.0, 629.0, 628.0, 630.0, 632.0, 629.0, 631.0, 629.0, 631.0, 629.0, 632.0, 631.0, 630.0, 629.0, 630.0, 633.0, 631.0, 632.0, 631.0, 630.0, 629.0, 631.0, 629.0, 631.0, 631.0, 630.0, 632.0, 630.0, 632.0, 630.0, 632.0, 631.0, 630.0, 630.0, 629.0, 632.0, 629.0, 631.0, 629.0, 630.0, 629.0, 629.0, 628.0, 629.0, 632.0, 629.0, 631.0, 630.0, 631.0, 629.0, 631.0, 630.0, 630.0, 631.0, 629.0, 632.0, 630.0, 632.0, 631.0, 633.0, 630.0, 631.0, 630.0, 631.0, 633.0, 634.0, 636.0, 634.0, 631.0, 632.0, 631.0, 634.0, 634.0, 632.0, 633.0, 632.0, 634.0, 635.0, 634.0, 634.0, 632.0, 631.0, 629.0, 630.0, 630.0, 630.0, 630.0, 626.0, 629.0, 627.0, 627.0, 629.0, 625.0, 628.0, 627.0, 627.0, 628.0, 625.0, 627.0, 625.0, 626.0, 625.0, 627.0, 631.0, 626.0, 628.0, 626.0, 627.0, 625.0, 628.0, 631.0, 629.0, 630.0, 628.0, 631.0, 628.0, 630.0, 628.0, 630.0, 631.0, 629.0, 631.0, 629.0, 632.0, 629.0, 632.0, 631.0, 631.0, 630.0, 631.0, 633.0, 632.0, 634.0, 632.0, 632.0, 631.0, 633.0, 632.0, 633.0, 632.0, 632.0, 631.0, 631.0, 634.0, 632.0, 633.0, 632.0, 632.0, 630.0, 632.0, 631.0, 632.0, 633.0, 631.0, 632.0, 629.0, 631.0, 630.0, 632.0, 630.0, 631.0, 628.0, 631.0, 630.0, 631.0, 633.0, 631.0, 632.0, 630.0, 632.0, 630.0, 632.0, 630.0, 630.0, 629.0, 631.0, 630.0, 631.0, 631.0, 632.0, 629.0, 630.0, 633.0, 630.0, 633.0, 631.0, 632.0, 630.0, 633.0, 629.0, 633.0, 631.0, 634.0, 632.0, 633.0, 630.0, 634.0, 631.0, 634.0, 632.0, 632.0, 633.0, 630.0, 632.0, 630.0, 632.0, 629.0, 632.0, 631.0, 631.0, 630.0, 630.0, 632.0, 631.0, 633.0, 630.0, 631.0, 629.0, 632.0, 632.0, 631.0, 633.0, 631.0, 632.0, 630.0, 631.0, 629.0, 632.0, 631.0, 631.0, 631.0, 630.0, 632.0, 630.0, 632.0, 630.0, 631.0, 631.0, 632.0, 632.0, 631.0, 633.0, 631.0, 631.0, 630.0, 632.0, 631.0, 630.0, 632.0, 632.0, 633.0, 632.0, 633.0, 631.0, 632.0, 633.0, 632.0, 630.0, 632.0, 634.0, 630.0, 633.0, 630.0, 631.0, 630.0, 631.0, 633.0, 632.0, 633.0, 630.0, 631.0, 631.0, 632.0, 632.0, 632.0, 634.0, 631.0, 633.0, 631.0, 633.0, 631.0, 633.0, 633.0, 631.0, 632.0, 630.0, 632.0, 629.0, 632.0, 630.0, 631.0, 629.0, 630.0, 632.0, 629.0, 631.0, 630.0, 630.0, 630.0, 631.0, 630.0, 630.0, 633.0, 630.0, 631.0, 630.0, 630.0, 628.0, 630.0, 630.0, 631.0, 631.0, 629.0, 631.0, 628.0, 630.0, 628.0, 631.0, 630.0, 630.0, 629.0, 628.0, 631.0, 629.0, 631.0, 629.0, 631.0, 630.0, 630.0, 629.0, 630.0, 629.0, 633.0, 632.0, 633.0, 632.0, 633.0, 635.0, 634.0, 634.0, 631.0, 632.0, 630.0, 631.0, 632.0, 632.0, 633.0, 632.0, 632.0, 630.0, 631.0, 630.0, 633.0, 631.0, 632.0, 631.0, 632.0, 633.0, 632.0, 634.0, 632.0, 634.0, 632.0, 633.0, 629.0, 632.0, 631.0, 631.0, 631.0, 630.0, 632.0, 630.0, 631.0, 629.0, 630.0, 628.0, 628.0, 632.0, 630.0, 631.0, 629.0, 630.0, 628.0, 630.0, 630.0, 630.0, 632.0, 630.0, 632.0, 629.0, 631.0, 629.0, 631.0, 630.0, 630.0, 628.0, 630.0, 633.0, 631.0, 631.0, 630.0, 632.0, 630.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.002950309988518944</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04252881526980482</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.33661363558628</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.360316290827588</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9908498216206886</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.476</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8301.8457</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1047375590989617</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.592422502870264</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3167712187409855</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2381750375468394</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.471394213804643</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2407444048714744</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00950606</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008370165713131428</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03035341389477253</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.297679188378185</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>20.7843</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.0231</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.8819</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>297204.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>21.8948</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1726</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>33.556</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>237.3616</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>248.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79340.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>100.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>305.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>57.7052</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.50502270297147</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> |