=== 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-0023 --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-0023",
"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-0023_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0023_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0023/ses-01/func/sub-0023_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>2bf37a0a83dca351f6b2ecb8b90746a6</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:57:30.765000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999251, 0.00310013, 0.038562, 0.00261602, 0.989088, -0.147305]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.253</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.110333</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>25</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4162, -7730, -7218, 566, 13, -104, -25, 46]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>275.313</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5704e8e1-3d76-4f94-8c06-e44e01a68ede||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809184551239014, 0.007018589414656162, 0.1042143702507019, 111.36788177490234], [-0.00831743236631155, 2.6536500453948975, -0.39769694209098816, -84.07554626464844], [0.10345915704965591, 0.39520737528800964, 2.668515682220459, -70.73971557617188], [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': ['125730.765000', '125731.225000', '125731.685000', '125732.145000', '125732.605000', '125733.065000', '125733.525000', '125733.985000', '125734.445000', '125734.905000', '125735.365000', '125735.825000', '125736.285000', '125736.745000', '125737.205000', '125737.665000', '125738.125000', '125738.585000', '125739.045000', '125739.505000', '125739.965000', '125740.425000', '125740.885000', '125741.345000', '125741.805000', '125742.265000', '125742.725000', '125743.185000', '125743.645000', '125744.105000', '125744.565000', '125745.025000', '125745.485000', '125745.945000', '125746.405000', '125746.865000', '125747.325000', '125747.785000', '125748.245000', '125748.705000', '125749.165000', '125749.625000', '125750.085000', '125750.545000', '125751.005000', '125751.465000', '125751.925000', '125752.385000', '125752.845000', '125753.305000', '125753.765000', '125754.225000', '125754.685000', '125755.145000', '125755.605000', '125756.065000', '125756.525000', '125756.985000', '125757.445000', '125757.905000', '125758.365000', '125758.825000', '125759.285000', '125759.745000', '125800.205000', '125800.665000', '125801.125000', '125801.585000', '125802.045000', '125802.505000', '125802.965000', '125803.425000', '125803.885000', '125804.345000', '125804.805000', '125805.265000', '125805.725000', '125806.185000', '125806.645000', '125807.105000', '125807.565000', '125808.025000', '125808.485000', '125808.945000', '125809.405000', '125809.865000', '125810.325000', '125810.785000', '125811.245000', '125811.705000', '125812.165000', '125812.625000', '125813.085000', '125813.545000', '125814.005000', '125814.465000', '125814.925000', '125815.385000', '125815.845000', '125816.305000', '125816.765000', '125817.225000', '125817.685000', '125818.145000', '125818.605000', '125819.065000', '125819.525000', '125819.985000', '125820.445000', '125820.905000', '125821.365000', '125821.825000', '125822.285000', '125822.745000', '125823.205000', '125823.665000', '125824.125000', '125824.585000', '125825.045000', '125825.505000', '125825.965000', '125826.425000', '125826.885000', '125827.345000', '125827.805000', '125828.265000', '125828.725000', '125829.185000', '125829.645000', '125830.105000', '125830.565000', '125831.025000', '125831.485000', '125831.945000', '125832.405000', '125832.865000', '125833.325000', '125833.785000', '125834.245000', '125834.705000', '125835.165000', '125835.625000', '125836.085000', '125836.545000', '125837.005000', '125837.465000', '125837.925000', '125838.385000', '125838.845000', '125839.305000', '125839.765000', '125840.225000', '125840.685000', '125841.145000', '125841.605000', '125842.065000', '125842.525000', '125842.985000', '125843.445000', '125843.905000', '125844.365000', '125844.825000', '125845.285000', '125845.745000', '125846.205000', '125846.665000', '125847.125000', '125847.585000', '125848.045000', '125848.505000', '125848.965000', '125849.425000', '125849.885000', '125850.345000', '125850.805000', '125851.265000', '125851.725000', '125852.185000', '125852.645000', '125853.105000', '125853.565000', '125854.025000', '125854.485000', '125854.945000', '125855.405000', '125855.865000', '125856.325000', '125856.785000', '125857.245000', '125857.705000', '125858.165000', '125858.625000', '125859.085000', '125859.545000', '125900.005000', '125900.465000', '125900.925000', '125901.385000', '125901.845000', '125902.305000', '125902.765000', '125903.225000', '125903.685000', '125904.145000', '125904.605000', '125905.065000', '125905.525000', '125905.985000', '125906.445000', '125906.905000', '125907.365000', '125907.825000', '125908.285000', '125908.745000', '125909.205000', '125909.665000', '125910.125000', '125910.585000', '125911.045000', '125911.505000', '125911.965000', '125912.425000', '125912.885000', '125913.345000', '125913.805000', '125914.265000', '125914.725000', '125915.185000', '125915.645000', '125916.105000', '125916.565000', '125917.025000', '125917.485000', '125917.945000', '125918.405000', '125918.865000', '125919.325000', '125919.785000', '125920.245000', '125920.705000', '125921.165000', '125921.625000', '125922.085000', '125922.545000', '125923.005000', '125923.465000', '125923.925000', '125924.385000', '125924.845000', '125925.305000', '125925.765000', '125926.225000', '125926.685000', '125927.145000', '125927.605000', '125928.065000', '125928.525000', '125928.985000', '125929.445000', '125929.905000', '125930.365000', '125930.825000', '125931.285000', '125931.745000', '125932.205000', '125932.665000', '125933.125000', '125933.585000', '125934.045000', '125934.505000', '125934.965000', '125935.425000', '125935.885000', '125936.345000', '125936.805000', '125937.265000', '125937.725000', '125938.185000', '125938.645000', '125939.105000', '125939.565000', '125940.025000', '125940.485000', '125940.945000', '125941.405000', '125941.865000', '125942.325000', '125942.785000', '125943.245000', '125943.705000', '125944.165000', '125944.625000', '125945.085000', '125945.545000', '125946.005000', '125946.465000', '125946.925000', '125947.385000', '125947.845000', '125948.305000', '125948.765000', '125949.225000', '125949.685000', '125950.145000', '125950.605000', '125951.065000', '125951.525000', '125951.985000', '125952.445000', '125952.905000', '125953.365000', '125953.825000', '125954.285000', '125954.745000', '125955.205000', '125955.665000', '125956.125000', '125956.585000', '125957.045000', '125957.505000', '125957.965000', '125958.425000', '125958.885000', '125959.345000', '125959.805000', '130000.265000', '130000.725000', '130001.185000', '130001.645000', '130002.105000', '130002.565000', '130003.025000', '130003.485000', '130003.945000', '130004.405000', '130004.865000', '130005.325000', '130005.785000', '130006.245000', '130006.705000', '130007.165000', '130007.625000', '130008.085000', '130008.545000', '130009.005000', '130009.465000', '130009.925000', '130010.385000', '130010.845000', '130011.305000', '130011.765000', '130012.225000', '130012.685000', '130013.145000', '130013.605000', '130014.065000', '130014.525000', '130014.985000', '130015.445000', '130015.905000', '130016.365000', '130016.825000', '130017.285000', '130017.745000', '130018.205000', '130018.665000', '130019.125000', '130019.585000', '130020.045000', '130020.505000', '130020.965000', '130021.425000', '130021.885000', '130022.345000', '130022.805000', '130023.265000', '130023.725000', '130024.185000', '130024.645000', '130025.105000', '130025.565000', '130026.025000', '130026.485000', '130026.945000', '130027.405000', '130027.865000', '130028.325000', '130028.785000', '130029.245000', '130029.705000', '130030.165000', '130030.625000', '130031.085000', '130031.545000', '130032.005000', '130032.465000', '130032.925000', '130033.385000', '130033.845000', '130034.305000', '130034.765000', '130035.225000', '130035.685000', '130036.145000', '130036.605000', '130037.065000', '130037.525000', '130037.985000', '130038.445000', '130038.905000', '130039.365000', '130039.825000', '130040.285000', '130040.745000', '130041.205000', '130041.665000', '130042.125000', '130042.585000', '130043.045000', '130043.505000', '130043.965000', '130044.425000', '130044.885000', '130045.345000', '130045.805000', '130046.265000', '130046.725000', '130047.185000', '130047.645000', '130048.105000', '130048.565000', '130049.025000', '130049.485000', '130049.945000', '130050.405000', '130050.865000', '130051.325000', '130051.785000', '130052.245000', '130052.705000', '130053.165000', '130053.625000', '130054.085000', '130054.545000', '130055.005000', '130055.465000', '130055.925000', '130056.385000', '130056.845000', '130057.305000', '130057.765000', '130058.225000', '130058.685000', '130059.145000', '130059.605000', '130100.065000', '130100.525000', '130100.985000', '130101.445000', '130101.905000', '130102.365000', '130102.825000', '130103.285000', '130103.745000', '130104.205000', '130104.665000', '130105.125000', '130105.585000', '130106.045000', '130106.505000', '130106.965000', '130107.425000', '130107.885000', '130108.345000', '130108.805000', '130109.265000', '130109.725000', '130110.185000', '130110.645000', '130111.105000', '130111.565000', '130112.025000', '130112.485000', '130112.945000', '130113.405000', '130113.865000', '130114.325000', '130114.785000', '130115.245000', '130115.705000', '130116.165000', '130116.625000', '130117.085000', '130117.545000', '130118.005000', '130118.465000', '130118.925000', '130119.385000', '130119.845000', '130120.305000', '130120.765000', '130121.225000', '130121.685000', '130122.145000', '130122.605000', '130123.065000', '130123.525000', '130123.985000', '130124.445000', '130124.905000', '130125.365000', '130125.825000', '130126.285000', '130126.745000', '130127.205000', '130127.665000', '130128.125000', '130128.585000', '130129.045000', '130129.505000', '130129.965000', '130130.425000', '130130.885000', '130131.345000', '130131.805000', '130132.265000', '130132.725000', '130133.185000', '130133.645000', '130134.105000', '130134.565000', '130135.025000', '130135.485000', '130135.945000', '130136.405000', '130136.865000', '130137.325000', '130137.785000', '130138.245000', '130138.705000', '130139.165000', '130139.625000', '130140.085000', '130140.545000', '130141.005000', '130141.465000', '130141.925000', '130142.385000', '130142.845000', '130143.305000', '130143.765000', '130144.225000', '130144.685000', '130145.145000', '130145.605000', '130146.065000', '130146.525000', '130146.985000', '130147.445000', '130147.905000', '130148.365000', '130148.825000', '130149.285000', '130149.745000', '130150.205000', '130150.665000', '130151.125000', '130151.585000', '130152.045000', '130152.505000', '130152.965000', '130153.425000', '130153.885000', '130154.345000', '130154.805000', '130155.265000', '130155.725000', '130156.185000', '130156.645000', '130157.105000', '130157.565000', '130158.025000', '130158.485000', '130158.945000', '130159.405000', '130159.865000', '130200.325000', '130200.785000', '130201.245000', '130201.705000', '130202.165000', '130202.625000', '130203.085000', '130203.545000', '130204.005000', '130204.465000', '130204.925000', '130205.385000', '130205.845000', '130206.305000', '130206.765000', '130207.225000', '130207.685000', '130208.145000', '130208.605000', '130209.065000', '130209.525000', '130209.985000', '130210.445000', '130210.905000', '130211.365000', '130211.825000', '130212.285000', '130212.745000', '130213.205000', '130213.665000', '130214.125000', '130214.585000', '130215.045000', '130215.505000', '130215.965000', '130216.425000', '130216.885000', '130217.345000', '130217.805000', '130218.265000', '130218.725000', '130219.185000', '130219.645000', '130220.105000', '130220.565000', '130221.025000', '130221.485000', '130221.945000', '130222.405000', '130222.865000', '130223.325000', '130223.785000', '130224.245000', '130224.705000', '130225.165000', '130225.625000', '130226.085000', '130226.545000', '130227.005000', '130227.465000', '130227.925000', '130228.385000', '130228.845000', '130229.305000', '130229.765000', '130230.225000', '130230.685000', '130231.145000', '130231.605000', '130232.065000', '130232.525000', '130232.985000', '130233.445000', '130233.905000', '130234.365000', '130234.825000', '130235.285000', '130235.745000', '130236.205000', '130236.665000', '130237.125000', '130237.585000', '130238.045000', '130238.505000', '130238.965000', '130239.425000', '130239.885000', '130240.345000', '130240.805000', '130241.265000', '130241.725000', '130242.185000', '130242.645000', '130243.105000', '130243.565000', '130244.025000', '130244.485000', '130244.945000', '130245.405000', '130245.865000', '130246.325000', '130246.785000', '130247.245000', '130247.705000', '130248.165000', '130248.625000', '130249.085000', '130249.545000', '130250.005000', '130250.465000', '130250.925000', '130251.385000', '130251.845000', '130252.305000', '130252.765000', '130253.225000', '130253.685000', '130254.145000', '130254.605000', '130255.065000', '130255.525000', '130255.985000', '130256.445000', '130256.905000', '130257.365000', '130257.825000', '130258.285000', '130258.745000', '130259.205000', '130259.665000', '130300.125000', '130300.585000', '130301.045000', '130301.505000', '130301.965000', '130302.425000', '130302.885000', '130303.345000', '130303.805000', '130304.265000', '130304.725000', '130305.185000', '130305.645000', '130306.105000', '130306.565000', '130307.025000', '130307.485000', '130307.945000', '130308.405000', '130308.865000', '130309.325000', '130309.785000', '130310.245000', '130310.705000', '130311.165000', '130311.625000', '130312.085000', '130312.545000', '130313.005000', '130313.465000', '130313.925000', '130314.385000', '130314.845000', '130315.305000', '130315.765000', '130316.225000', '130316.685000', '130317.145000', '130317.605000', '130318.065000', '130318.525000', '130318.985000', '130319.445000', '130319.905000', '130320.365000', '130320.825000', '130321.285000', '130321.745000', '130322.205000', '130322.665000', '130323.125000', '130323.585000', '130324.045000', '130324.505000', '130324.965000', '130325.425000', '130325.885000', '130326.345000', '130326.805000', '130327.265000', '130327.725000', '130328.185000', '130328.645000', '130329.105000', '130329.565000', '130330.025000', '130330.485000', '130330.945000', '130331.405000', '130331.865000', '130332.325000', '130332.785000', '130333.245000', '130333.705000', '130334.165000', '130334.625000', '130335.085000', '130335.545000', '130336.005000', '130336.465000', '130336.925000', '130337.385000', '130337.845000', '130338.305000', '130338.765000', '130339.225000', '130339.685000', '130340.145000', '130340.605000', '130341.065000', '130341.525000', '130341.985000', '130342.445000', '130342.905000', '130343.365000', '130343.825000', '130344.285000', '130344.745000', '130345.205000', '130345.665000', '130346.125000', '130346.585000', '130347.045000', '130347.505000', '130347.965000', '130348.425000', '130348.885000', '130349.345000', '130349.805000', '130350.265000', '130350.725000', '130351.185000', '130351.645000', '130352.105000', '130352.565000', '130353.025000', '130353.485000', '130353.945000', '130354.405000', '130354.865000', '130355.325000', '130355.785000', '130356.245000', '130356.705000', '130357.165000', '130357.625000', '130358.085000', '130358.545000', '130359.005000', '130359.465000', '130359.925000', '130400.385000', '130400.845000', '130401.305000', '130401.765000', '130402.225000', '130402.685000', '130403.145000', '130403.605000', '130404.065000', '130404.525000', '130404.985000', '130405.445000', '130405.905000', '130406.365000', '130406.825000', '130407.285000', '130407.745000', '130408.205000', '130408.665000', '130409.125000', '130409.585000', '130410.045000', '130410.505000', '130410.965000', '130411.425000'], 'ContentTime': ['125734.321000', '125734.532000', '125734.771000', '125734.979000', '125735.214000', '125735.442000', '125735.629000', '125735.902000', '125736.036000', '125736.263000', '125736.466000', '125736.820000', '125737.284000', '125737.830000', '125738.241000', '125738.718000', '125739.143000', '125739.619000', '125740.074000', '125740.531000', '125741.004000', '125741.454000', '125741.901000', '125742.368000', '125742.830000', '125743.292000', '125743.750000', '125744.221000', '125744.679000', '125745.127000', '125745.591000', '125746.041000', '125746.669000', '125746.965000', '125747.443000', '125747.886000', '125748.345000', '125748.822000', '125749.304000', '125749.734000', '125750.201000', '125750.667000', '125751.131000', '125751.574000', '125752.029000', '125752.492000', '125752.945000', '125753.407000', '125753.869000', '125754.335000', '125754.782000', '125755.244000', '125755.711000', '125756.179000', '125756.641000', '125757.093000', '125757.561000', '125758.008000', '125758.468000', '125758.938000', '125759.396000', '125759.848000', '125800.318000', '125800.774000', '125801.229000', '125801.702000', '125802.161000', '125802.605000', '125803.067000', '125803.523000', '125803.992000', '125804.448000', '125804.912000', '125805.386000', '125805.830000', '125806.290000', '125806.741000', '125807.229000', '125807.679000', '125808.133000', '125808.600000', '125809.054000', '125809.507000', '125809.961000', '125810.421000', '125810.883000', '125811.356000', '125811.888000', '125812.263000', '125812.725000', '125813.184000', '125813.644000', '125814.124000', '125814.573000', '125815.083000', '125815.497000', '125815.956000', '125816.401000', '125816.861000', '125817.340000', '125817.796000', '125818.246000', '125818.716000', '125819.166000', '125819.636000', '125820.145000', '125820.550000', '125821.014000', '125821.479000', '125821.931000', '125822.398000', '125822.860000', '125823.315000', '125823.775000', '125824.238000', '125824.700000', '125825.142000', '125825.607000', '125826.075000', '125826.548000', '125826.994000', '125827.488000', '125827.903000', '125828.400000', '125828.826000', '125829.301000', '125829.744000', '125830.237000', '125830.699000', '125831.134000', '125831.602000', '125832.061000', '125832.522000', '125832.966000', '125833.439000', '125833.895000', '125834.354000', '125834.817000', '125835.264000', '125835.736000', '125836.193000', '125836.664000', '125837.127000', '125837.614000', '125838.031000', '125838.496000', '125838.954000', '125839.416000', '125839.868000', '125840.338000', '125840.797000', '125841.263000', '125841.707000', '125842.179000', '125842.634000', '125843.100000', '125843.548000', '125844.019000', '125844.473000', '125844.928000', '125845.392000', '125845.848000', '125846.315000', '125846.777000', '125847.236000', '125847.701000', '125848.146000', '125848.626000', '125849.076000', '125849.527000', '125850.003000', '125850.461000', '125850.920000', '125851.375000', '125851.846000', '125852.316000', '125852.757000', '125853.220000', '125853.666000', '125854.125000', '125854.603000', '125855.057000', '125855.527000', '125855.977000', '125856.441000', '125856.905000', '125857.351000', '125857.805000', '125858.272000', '125858.732000', '125859.204000', '125859.656000', '125900.107000', '125900.584000', '125901.029000', '125901.551000', '125901.946000', '125902.405000', '125902.883000', '125903.354000', '125904.007000', '125904.258000', '125904.712000', '125905.178000', '125905.671000', '125906.087000', '125906.593000', '125907.015000', '125907.484000', '125907.932000', '125908.397000', '125908.855000', '125909.314000', '125909.873000', '125910.232000', '125910.687000', '125911.167000', '125911.609000', '125912.071000', '125912.540000', '125912.996000', '125913.473000', '125913.909000', '125914.366000', '125914.837000', '125915.286000', '125915.768000', '125916.279000', '125916.682000', '125917.144000', '125917.606000', '125918.065000', '125918.518000', '125918.985000', '125919.443000', '125919.904000', '125920.344000', '125920.818000', '125921.289000', '125921.753000', '125922.219000', '125922.647000', '125923.114000', '125923.608000', '125924.053000', '125924.489000', '125924.998000', '125925.410000', '125925.870000', '125926.338000', '125926.793000', '125927.259000', '125927.726000', '125928.179000', '125928.684000', '125929.103000', '125929.552000', '125930.023000', '125930.472000', '125930.942000', '125931.401000', '125931.860000', '125932.313000', '125932.774000', '125933.232000', '125933.683000', '125934.158000', '125934.613000', '125935.063000', '125935.539000', '125935.996000', '125936.461000', '125936.915000', '125937.378000', '125937.836000', '125938.292000', '125938.788000', '125939.216000', '125939.678000', '125940.145000', '125940.590000', '125941.065000', '125941.525000', '125941.968000', '125942.440000', '125942.890000', '125943.349000', '125943.826000', '125944.277000', '125944.745000', '125945.229000', '125945.658000', '125946.118000', '125946.569000', '125947.029000', '125947.509000', '125947.961000', '125948.420000', '125948.880000', '125949.340000', '125949.830000', '125950.254000', '125950.713000', '125951.186000', '125951.631000', '125952.102000', '125952.562000', '125953.022000', '125953.474000', '125953.932000', '125954.405000', '125954.849000', '125955.319000', '125955.782000', '125956.235000', '125956.692000', '125957.169000', '125957.611000', '125958.113000', '125958.529000', '125959.009000', '125959.454000', '125959.929000', '130000.375000', '130000.839000', '130001.295000', '130001.765000', '130002.225000', '130002.671000', '130003.141000', '130003.608000', '130004.066000', '130004.530000', '130004.986000', '130005.498000', '130005.908000', '130006.364000', '130006.811000', '130007.283000', '130007.748000', '130008.204000', '130008.653000', '130009.115000', '130009.591000', '130010.042000', '130010.508000', '130010.962000', '130011.428000', '130011.875000', '130012.349000', '130012.836000', '130013.263000', '130013.709000', '130014.185000', '130014.635000', '130015.103000', '130015.557000', '130016.026000', '130016.492000', '130016.942000', '130017.391000', '130017.852000', '130018.319000', '130018.787000', '130019.240000', '130019.710000', '130020.159000', '130020.614000', '130021.098000', '130021.542000', '130021.992000', '130022.463000', '130022.914000', '130023.389000', '130023.850000', '130024.302000', '130024.759000', '130025.234000', '130025.679000', '130026.134000', '130026.613000', '130027.056000', '130027.518000', '130027.986000', '130028.449000', '130028.907000', '130029.363000', '130029.811000', '130030.287000', '130030.736000', '130031.211000', '130031.653000', '130032.127000', '130032.575000', '130033.048000', '130033.534000', '130033.969000', '130034.436000', '130034.873000', '130035.339000', '130035.935000', '130036.264000', '130036.716000', '130037.191000', '130037.638000', '130038.113000', '130038.560000', '130039.027000', '130039.483000', '130039.947000', '130040.400000', '130040.862000', '130041.315000', '130041.775000', '130042.241000', '130042.710000', '130043.175000', '130043.632000', '130044.080000', '130044.556000', '130045.007000', '130045.472000', '130045.932000', '130046.375000', '130046.853000', '130047.295000', '130047.767000', '130048.218000', '130048.694000', '130049.143000', '130049.618000', '130050.096000', '130050.512000', '130050.987000', '130051.445000', '130051.911000', '130052.356000', '130052.830000', '130053.289000', '130053.755000', '130054.217000', '130054.667000', '130055.127000', '130055.575000', '130056.039000', '130056.510000', '130057.001000', '130057.432000', '130057.889000', '130058.348000', '130058.807000', '130059.253000', '130059.719000', '130100.216000', '130100.638000', '130101.096000', '130101.562000', '130102.055000', '130102.473000', '130102.948000', '130103.445000', '130103.864000', '130104.322000', '130104.794000', '130105.237000', '130105.714000', '130106.173000', '130106.620000', '130107.156000', '130107.548000', '130108.007000', '130108.469000', '130108.920000', '130109.398000', '130109.868000', '130110.317000', '130110.761000', '130111.228000', '130111.687000', '130112.155000', '130112.630000', '130113.066000', '130113.529000', '130113.981000', '130114.456000', '130114.905000', '130115.359000', '130115.829000', '130116.298000', '130116.759000', '130117.210000', '130117.678000', '130118.130000', '130118.617000', '130119.050000', '130119.515000', '130119.958000', '130120.422000', '130120.922000', '130121.349000', '130121.894000', '130122.259000', '130122.728000', '130123.181000', '130123.671000', '130124.111000', '130124.561000', '130125.030000', '130125.484000', '130125.941000', '130126.397000', '130126.856000', '130127.319000', '130127.796000', '130128.247000', '130128.714000', '130129.199000', '130129.637000', '130130.078000', '130130.539000', '130131.015000', '130131.505000', '130131.934000', '130132.382000', '130132.843000', '130133.301000', '130133.839000', '130134.233000', '130134.694000', '130135.155000', '130135.600000', '130136.073000', '130136.518000', '130136.983000', '130137.450000', '130137.902000', '130138.381000', '130138.829000', '130139.291000', '130139.744000', '130140.216000', '130140.667000', '130141.137000', '130141.585000', '130142.065000', '130142.501000', '130142.975000', '130143.431000', '130143.882000', '130144.348000', '130144.807000', '130145.263000', '130145.739000', '130146.187000', '130146.639000', '130147.107000', '130147.565000', '130148.023000', '130148.521000', '130148.941000', '130149.418000', '130149.876000', '130150.339000', '130150.796000', '130151.256000', '130151.699000', '130152.173000', '130152.622000', '130153.079000', '130153.581000', '130154.010000', '130154.481000', '130154.933000', '130155.397000', '130155.916000', '130156.322000', '130156.765000', '130157.221000', '130157.699000', '130158.153000', '130158.620000', '130159.072000', '130159.519000', '130200.003000', '130200.466000', '130200.911000', '130201.368000', '130201.841000', '130202.282000', '130202.755000', '130203.216000', '130203.675000', '130204.166000', '130204.590000', '130205.059000', '130205.545000', '130205.963000', '130206.440000', '130206.902000', '130207.346000', '130207.828000', '130208.266000', '130208.746000', '130209.190000', '130209.644000', '130210.116000', '130210.568000', '130211.025000', '130211.499000', '130211.946000', '130212.417000', '130212.888000', '130213.324000', '130213.833000', '130214.245000', '130214.718000', '130215.172000', '130215.644000', '130216.094000', '130216.556000', '130217.008000', '130217.465000', '130217.935000', '130218.393000', '130218.859000', '130219.305000', '130219.763000', '130220.238000', '130220.688000', '130221.155000', '130221.606000', '130222.073000', '130222.546000', '130222.984000', '130223.459000', '130223.924000', '130224.383000', '130224.845000', '130225.304000', '130225.759000', '130226.223000', '130226.669000', '130227.140000', '130227.607000', '130228.052000', '130228.517000', '130228.987000', '130229.440000', '130229.904000', '130230.361000', '130230.806000', '130231.284000', '130231.740000', '130232.186000', '130232.658000', '130233.102000', '130233.585000', '130234.028000', '130234.505000', '130234.961000', '130235.405000', '130235.873000', '130236.346000', '130236.800000', '130237.268000', '130237.720000', '130238.168000', '130238.671000', '130239.086000', '130239.551000', '130240.007000', '130240.471000', '130240.928000', '130241.400000', '130241.891000', '130242.326000', '130242.782000', '130243.251000', '130243.705000', '130244.144000', '130244.618000', '130245.081000', '130245.527000', '130245.985000', '130246.460000', '130246.927000', '130247.382000', '130247.837000', '130248.305000', '130248.747000', '130249.225000', '130249.673000', '130250.176000', '130250.636000', '130251.066000', '130251.527000', '130251.984000', '130252.438000', '130252.891000', '130253.349000', '130253.822000', '130254.283000', '130254.728000', '130255.204000', '130255.688000', '130256.152000', '130256.583000', '130257.049000', '130257.495000', '130257.958000', '130258.409000', '130258.890000', '130259.336000', '130259.796000', '130300.273000', '130300.718000', '130301.176000', '130301.637000', '130302.102000', '130302.568000', '130303.009000', '130303.472000', '130303.929000', '130304.396000', '130304.860000', '130305.308000', '130305.789000', '130306.249000', '130306.704000', '130307.162000', '130307.651000', '130308.087000', '130308.536000', '130308.994000', '130309.475000', '130309.912000', '130310.386000', '130310.848000', '130311.292000', '130311.751000', '130312.225000', '130312.674000', '130313.149000', '130313.593000', '130314.079000', '130314.528000', '130314.976000', '130315.451000', '130315.895000', '130316.362000', '130316.813000', '130317.287000', '130317.743000', '130318.197000', '130318.667000', '130319.117000', '130319.591000', '130320.032000', '130320.505000', '130320.957000', '130321.424000', '130321.881000', '130322.336000', '130322.792000', '130323.252000', '130323.711000', '130324.184000', '130324.636000', '130325.097000', '130325.553000', '130326.034000', '130326.482000', '130326.936000', '130327.395000', '130327.851000', '130328.349000', '130328.789000', '130329.236000', '130329.713000', '130330.168000', '130330.627000', '130331.090000', '130331.552000', '130332.007000', '130332.471000', '130332.919000', '130333.374000', '130333.848000', '130334.311000', '130334.763000', '130335.212000', '130335.680000', '130336.140000', '130336.618000', '130337.068000', '130337.516000', '130337.989000', '130338.457000', '130338.897000', '130339.362000', '130339.833000', '130340.289000', '130340.746000', '130341.208000', '130341.674000', '130342.128000', '130342.621000', '130343.038000', '130343.498000', '130343.960000', '130344.421000', '130344.876000', '130345.349000', '130345.797000', '130346.262000', '130346.723000', '130347.187000', '130347.645000', '130348.095000', '130348.563000', '130349.034000', '130349.483000', '130349.954000', '130350.415000', '130350.876000', '130351.319000', '130351.820000', '130352.245000', '130352.711000', '130353.162000', '130353.637000', '130354.092000', '130354.543000', '130355.001000', '130355.470000', '130355.945000', '130356.389000', '130356.840000', '130357.301000', '130357.764000', '130358.237000', '130358.692000', '130359.141000', '130359.647000', '130400.069000', '130400.536000', '130400.995000', '130401.452000', '130401.898000', '130402.374000', '130402.820000', '130403.281000', '130403.754000', '130404.203000', '130404.676000', '130405.123000', '130405.583000', '130406.071000', '130406.504000', '130406.966000', '130407.433000', '130407.894000', '130408.394000', '130408.813000', '130409.279000', '130409.734000', '130410.185000', '130410.650000', '130411.119000', '130411.566000', '130412.035000', '130412.486000'], 'InstanceCreationTime': ['125734.321000', '125734.532000', '125734.771000', '125734.979000', '125735.214000', '125735.442000', '125735.629000', '125735.902000', '125736.036000', '125736.263000', '125736.466000', '125736.820000', '125737.284000', '125737.830000', '125738.241000', '125738.718000', '125739.143000', '125739.619000', '125740.074000', '125740.531000', '125741.004000', '125741.454000', '125741.901000', '125742.368000', '125742.830000', '125743.292000', '125743.750000', '125744.221000', '125744.679000', '125745.127000', '125745.591000', '125746.041000', '125746.669000', '125746.965000', '125747.443000', '125747.886000', '125748.345000', '125748.822000', '125749.304000', '125749.734000', '125750.201000', '125750.667000', '125751.131000', '125751.574000', '125752.029000', '125752.492000', '125752.945000', '125753.407000', '125753.869000', '125754.335000', '125754.782000', '125755.244000', '125755.711000', '125756.179000', '125756.641000', '125757.093000', '125757.561000', '125758.008000', '125758.468000', '125758.938000', '125759.396000', '125759.848000', '125800.318000', '125800.774000', '125801.229000', '125801.702000', '125802.161000', '125802.605000', '125803.067000', '125803.523000', '125803.992000', '125804.448000', '125804.912000', '125805.386000', '125805.830000', '125806.290000', '125806.741000', '125807.229000', '125807.679000', '125808.133000', '125808.600000', '125809.054000', '125809.507000', '125809.961000', '125810.421000', '125810.883000', '125811.356000', '125811.888000', '125812.263000', '125812.725000', '125813.184000', '125813.644000', '125814.124000', '125814.573000', '125815.083000', '125815.497000', '125815.956000', '125816.401000', '125816.861000', '125817.340000', '125817.796000', '125818.246000', '125818.716000', '125819.166000', '125819.636000', '125820.145000', '125820.550000', '125821.014000', '125821.479000', '125821.931000', '125822.398000', '125822.860000', '125823.315000', '125823.775000', '125824.238000', '125824.700000', '125825.142000', '125825.607000', '125826.075000', '125826.548000', '125826.994000', '125827.488000', '125827.903000', '125828.400000', '125828.826000', '125829.301000', '125829.744000', '125830.237000', '125830.699000', '125831.134000', '125831.602000', '125832.061000', '125832.522000', '125832.966000', '125833.439000', '125833.895000', '125834.354000', '125834.817000', '125835.264000', '125835.736000', '125836.193000', '125836.664000', '125837.127000', '125837.614000', '125838.031000', '125838.496000', '125838.954000', '125839.416000', '125839.868000', '125840.338000', '125840.797000', '125841.263000', '125841.707000', '125842.179000', '125842.634000', '125843.100000', '125843.548000', '125844.019000', '125844.473000', '125844.928000', '125845.392000', '125845.848000', '125846.315000', '125846.777000', '125847.236000', '125847.701000', '125848.146000', '125848.626000', '125849.076000', '125849.527000', '125850.003000', '125850.461000', '125850.920000', '125851.375000', '125851.846000', '125852.316000', '125852.757000', '125853.220000', '125853.666000', '125854.125000', '125854.603000', '125855.057000', '125855.527000', '125855.977000', '125856.441000', '125856.905000', '125857.351000', '125857.805000', '125858.272000', '125858.732000', '125859.204000', '125859.656000', '125900.107000', '125900.584000', '125901.029000', '125901.551000', '125901.946000', '125902.405000', '125902.883000', '125903.354000', '125904.007000', '125904.258000', '125904.712000', '125905.178000', '125905.671000', '125906.087000', '125906.593000', '125907.015000', '125907.484000', '125907.932000', '125908.397000', '125908.855000', '125909.314000', '125909.873000', '125910.232000', '125910.687000', '125911.167000', '125911.609000', '125912.071000', '125912.540000', '125912.996000', '125913.473000', '125913.909000', '125914.366000', '125914.837000', '125915.286000', '125915.768000', '125916.279000', '125916.682000', '125917.144000', '125917.606000', '125918.065000', '125918.518000', '125918.985000', '125919.443000', '125919.904000', '125920.344000', '125920.818000', '125921.289000', '125921.753000', '125922.219000', '125922.647000', '125923.114000', '125923.608000', '125924.053000', '125924.489000', '125924.998000', '125925.410000', '125925.870000', '125926.338000', '125926.793000', '125927.259000', '125927.726000', '125928.179000', '125928.684000', '125929.103000', '125929.552000', '125930.023000', '125930.472000', '125930.942000', '125931.401000', '125931.860000', '125932.313000', '125932.774000', '125933.232000', '125933.683000', '125934.158000', '125934.613000', '125935.063000', '125935.539000', '125935.996000', '125936.461000', '125936.915000', '125937.378000', '125937.836000', '125938.292000', '125938.788000', '125939.216000', '125939.678000', '125940.145000', '125940.590000', '125941.065000', '125941.525000', '125941.968000', '125942.440000', '125942.890000', '125943.349000', '125943.826000', '125944.277000', '125944.745000', '125945.229000', '125945.658000', '125946.118000', '125946.569000', '125947.029000', '125947.509000', '125947.961000', '125948.420000', '125948.880000', '125949.340000', '125949.830000', '125950.254000', '125950.713000', '125951.186000', '125951.631000', '125952.102000', '125952.562000', '125953.022000', '125953.474000', '125953.932000', '125954.405000', '125954.849000', '125955.319000', '125955.782000', '125956.235000', '125956.692000', '125957.169000', '125957.611000', '125958.113000', '125958.529000', '125959.009000', '125959.454000', '125959.929000', '130000.375000', '130000.839000', '130001.295000', '130001.765000', '130002.225000', '130002.671000', '130003.141000', '130003.608000', '130004.066000', '130004.530000', '130004.986000', '130005.498000', '130005.908000', '130006.364000', '130006.811000', '130007.283000', '130007.748000', '130008.204000', '130008.653000', '130009.115000', '130009.591000', '130010.042000', '130010.508000', '130010.962000', '130011.428000', '130011.875000', '130012.349000', '130012.836000', '130013.263000', '130013.709000', '130014.185000', '130014.635000', '130015.103000', '130015.557000', '130016.026000', '130016.492000', '130016.942000', '130017.391000', '130017.852000', '130018.319000', '130018.787000', '130019.240000', '130019.710000', '130020.159000', '130020.614000', '130021.098000', '130021.542000', '130021.992000', '130022.463000', '130022.914000', '130023.389000', '130023.850000', '130024.302000', '130024.759000', '130025.234000', '130025.679000', '130026.134000', '130026.613000', '130027.056000', '130027.518000', '130027.986000', '130028.449000', '130028.907000', '130029.363000', '130029.811000', '130030.287000', '130030.736000', '130031.211000', '130031.653000', '130032.127000', '130032.575000', '130033.048000', '130033.534000', '130033.969000', '130034.436000', '130034.873000', '130035.339000', '130035.935000', '130036.264000', '130036.716000', '130037.191000', '130037.638000', '130038.113000', '130038.560000', '130039.027000', '130039.483000', '130039.947000', '130040.400000', '130040.862000', '130041.315000', '130041.775000', '130042.241000', '130042.710000', '130043.175000', '130043.632000', '130044.080000', '130044.556000', '130045.007000', '130045.472000', '130045.932000', '130046.375000', '130046.853000', '130047.295000', '130047.767000', '130048.218000', '130048.694000', '130049.143000', '130049.618000', '130050.096000', '130050.512000', '130050.987000', '130051.445000', '130051.911000', '130052.356000', '130052.830000', '130053.289000', '130053.755000', '130054.217000', '130054.667000', '130055.127000', '130055.575000', '130056.039000', '130056.510000', '130057.001000', '130057.432000', '130057.889000', '130058.348000', '130058.807000', '130059.253000', '130059.719000', '130100.216000', '130100.638000', '130101.096000', '130101.562000', '130102.055000', '130102.473000', '130102.948000', '130103.445000', '130103.864000', '130104.322000', '130104.794000', '130105.237000', '130105.714000', '130106.173000', '130106.620000', '130107.156000', '130107.548000', '130108.007000', '130108.469000', '130108.920000', '130109.398000', '130109.868000', '130110.317000', '130110.761000', '130111.228000', '130111.687000', '130112.155000', '130112.630000', '130113.066000', '130113.529000', '130113.981000', '130114.456000', '130114.905000', '130115.359000', '130115.829000', '130116.298000', '130116.759000', '130117.210000', '130117.678000', '130118.130000', '130118.617000', '130119.050000', '130119.515000', '130119.958000', '130120.422000', '130120.922000', '130121.349000', '130121.894000', '130122.259000', '130122.728000', '130123.181000', '130123.671000', '130124.111000', '130124.561000', '130125.030000', '130125.484000', '130125.941000', '130126.397000', '130126.856000', '130127.319000', '130127.796000', '130128.247000', '130128.714000', '130129.199000', '130129.637000', '130130.078000', '130130.539000', '130131.015000', '130131.505000', '130131.934000', '130132.382000', '130132.843000', '130133.301000', '130133.839000', '130134.233000', '130134.694000', '130135.155000', '130135.600000', '130136.073000', '130136.518000', '130136.983000', '130137.450000', '130137.902000', '130138.381000', '130138.829000', '130139.291000', '130139.744000', '130140.216000', '130140.667000', '130141.137000', '130141.585000', '130142.065000', '130142.501000', '130142.975000', '130143.431000', '130143.882000', '130144.348000', '130144.807000', '130145.263000', '130145.739000', '130146.187000', '130146.639000', '130147.107000', '130147.565000', '130148.023000', '130148.521000', '130148.941000', '130149.418000', '130149.876000', '130150.339000', '130150.796000', '130151.256000', '130151.699000', '130152.173000', '130152.622000', '130153.079000', '130153.581000', '130154.010000', '130154.481000', '130154.933000', '130155.397000', '130155.916000', '130156.322000', '130156.765000', '130157.221000', '130157.699000', '130158.153000', '130158.620000', '130159.072000', '130159.519000', '130200.003000', '130200.466000', '130200.911000', '130201.368000', '130201.841000', '130202.282000', '130202.755000', '130203.216000', '130203.675000', '130204.166000', '130204.590000', '130205.059000', '130205.545000', '130205.963000', '130206.440000', '130206.902000', '130207.346000', '130207.828000', '130208.266000', '130208.746000', '130209.190000', '130209.644000', '130210.116000', '130210.568000', '130211.025000', '130211.499000', '130211.946000', '130212.417000', '130212.888000', '130213.324000', '130213.833000', '130214.245000', '130214.718000', '130215.172000', '130215.644000', '130216.094000', '130216.556000', '130217.008000', '130217.465000', '130217.935000', '130218.393000', '130218.859000', '130219.305000', '130219.763000', '130220.238000', '130220.688000', '130221.155000', '130221.606000', '130222.073000', '130222.546000', '130222.984000', '130223.459000', '130223.924000', '130224.383000', '130224.845000', '130225.304000', '130225.759000', '130226.223000', '130226.669000', '130227.140000', '130227.607000', '130228.052000', '130228.517000', '130228.987000', '130229.440000', '130229.904000', '130230.361000', '130230.806000', '130231.284000', '130231.740000', '130232.186000', '130232.658000', '130233.102000', '130233.585000', '130234.028000', '130234.505000', '130234.961000', '130235.405000', '130235.873000', '130236.346000', '130236.800000', '130237.268000', '130237.720000', '130238.168000', '130238.671000', '130239.086000', '130239.551000', '130240.007000', '130240.471000', '130240.928000', '130241.400000', '130241.891000', '130242.326000', '130242.782000', '130243.251000', '130243.705000', '130244.144000', '130244.618000', '130245.081000', '130245.527000', '130245.985000', '130246.460000', '130246.927000', '130247.382000', '130247.837000', '130248.305000', '130248.747000', '130249.225000', '130249.673000', '130250.176000', '130250.636000', '130251.066000', '130251.527000', '130251.984000', '130252.438000', '130252.891000', '130253.349000', '130253.822000', '130254.283000', '130254.728000', '130255.204000', '130255.688000', '130256.152000', '130256.583000', '130257.049000', '130257.495000', '130257.958000', '130258.409000', '130258.890000', '130259.336000', '130259.796000', '130300.273000', '130300.718000', '130301.176000', '130301.637000', '130302.102000', '130302.568000', '130303.009000', '130303.472000', '130303.929000', '130304.396000', '130304.860000', '130305.308000', '130305.789000', '130306.249000', '130306.704000', '130307.162000', '130307.651000', '130308.087000', '130308.536000', '130308.994000', '130309.475000', '130309.912000', '130310.386000', '130310.848000', '130311.292000', '130311.751000', '130312.225000', '130312.674000', '130313.149000', '130313.593000', '130314.079000', '130314.528000', '130314.976000', '130315.451000', '130315.895000', '130316.362000', '130316.813000', '130317.287000', '130317.743000', '130318.197000', '130318.667000', '130319.117000', '130319.591000', '130320.032000', '130320.505000', '130320.957000', '130321.424000', '130321.881000', '130322.336000', '130322.792000', '130323.252000', '130323.711000', '130324.184000', '130324.636000', '130325.097000', '130325.553000', '130326.034000', '130326.482000', '130326.936000', '130327.395000', '130327.851000', '130328.349000', '130328.789000', '130329.236000', '130329.713000', '130330.168000', '130330.627000', '130331.090000', '130331.552000', '130332.007000', '130332.471000', '130332.919000', '130333.374000', '130333.848000', '130334.311000', '130334.763000', '130335.212000', '130335.680000', '130336.140000', '130336.618000', '130337.068000', '130337.516000', '130337.989000', '130338.457000', '130338.897000', '130339.362000', '130339.833000', '130340.289000', '130340.746000', '130341.208000', '130341.674000', '130342.128000', '130342.621000', '130343.038000', '130343.498000', '130343.960000', '130344.421000', '130344.876000', '130345.349000', '130345.797000', '130346.262000', '130346.723000', '130347.187000', '130347.645000', '130348.095000', '130348.563000', '130349.034000', '130349.483000', '130349.954000', '130350.415000', '130350.876000', '130351.319000', '130351.820000', '130352.245000', '130352.711000', '130353.162000', '130353.637000', '130354.092000', '130354.543000', '130355.001000', '130355.470000', '130355.945000', '130356.389000', '130356.840000', '130357.301000', '130357.764000', '130358.237000', '130358.692000', '130359.141000', '130359.647000', '130400.069000', '130400.536000', '130400.995000', '130401.452000', '130401.898000', '130402.374000', '130402.820000', '130403.281000', '130403.754000', '130404.203000', '130404.676000', '130405.123000', '130405.583000', '130406.071000', '130406.504000', '130406.966000', '130407.433000', '130407.894000', '130408.394000', '130408.813000', '130409.279000', '130409.734000', '130410.185000', '130410.650000', '130411.119000', '130411.566000', '130412.035000', '130412.486000'], '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': [736, 746, 786, 845, 870, 838, 739, 853, 734, 829, 808, 837, 787, 928, 791, 731, 757, 807, 828, 756, 774, 824, 736, 869, 810, 725, 863, 806, 745, 731, 822, 772, 765, 809, 768, 904, 802, 784, 736, 814, 738, 939, 796, 758, 840, 797, 941, 827, 748, 768, 801, 737, 821, 784, 735, 816, 734, 828, 782, 740, 820, 731, 817, 759, 879, 794, 729, 800, 729, 755, 805, 750, 755, 771, 733, 811, 750, 724, 792, 718, 799, 744, 755, 774, 765, 776, 776, 758, 764, 759, 772, 792, 725, 758, 799, 746, 799, 748, 1041, 875, 745, 814, 730, 840, 749, 893, 796, 723, 737, 774, 754, 782, 733, 827, 779, 731, 794, 754, 896, 744, 724, 739, 779, 746, 774, 747, 804, 770, 752, 774, 749, 695, 774, 753, 893, 744, 724, 788, 774, 722, 762, 745, 764, 796, 725, 747, 777, 754, 745, 741, 789, 861, 751, 742, 777, 766, 788, 947, 766, 1044, 840, 734, 768, 750, 1043, 815, 754, 837, 785, 735, 806, 756, 851, 800, 746, 741, 770, 726, 805, 756, 877, 777, 736, 762, 787, 740, 727, 776, 803, 801, 741, 878, 797, 732, 743, 785, 784, 771, 738, 807, 779, 721, 844, 771, 765, 829, 766, 755, 771, 763, 752, 777, 752, 911, 752, 762, 728, 771, 737, 772, 752, 751, 801, 777, 779, 787, 764, 805, 751, 748, 745, 757, 770, 784, 756, 859, 758, 763, 733, 723, 756, 782, 772, 746, 732, 758, 746, 753, 760, 762, 767, 920, 750, 771, 787, 732, 730, 752, 759, 1067, 752, 753, 765, 781, 764, 761, 764, 1069, 777, 763, 794, 770, 780, 713, 770, 757, 764, 741, 830, 763, 872, 796, 783, 749, 747, 805, 891, 765, 768, 801, 752, 727, 807, 845, 731, 773, 753, 771, 779, 761, 756, 790, 961, 732, 764, 741, 741, 803, 755, 767, 1125, 997, 752, 764, 759, 772, 751, 777, 936, 739, 751, 737, 756, 783, 790, 715, 799, 764, 776, 807, 738, 796, 815, 728, 762, 708, 777, 746, 715, 782, 848, 728, 775, 751, 774, 926, 748, 767, 1026, 744, 774, 793, 775, 769, 753, 774, 984, 751, 784, 744, 790, 902, 716, 784, 951, 730, 737, 774, 733, 793, 770, 722, 758, 729, 739, 755, 742, 787, 1097, 822, 783, 750, 754, 798, 751, 802, 928, 746, 768, 732, 764, 766, 758, 781, 809, 753, 772, 775, 763, 750, 760, 800, 773, 716, 764, 745, 727, 790, 776, 805, 870, 768, 759, 735, 783, 806, 747, 796, 822, 735, 774, 716, 736, 800, 805, 689, 913, 748, 713, 755, 739, 762, 741, 760, 733, 999, 802, 736, 859, 713, 831, 808, 796, 950, 719, 761, 774, 723, 783, 727, 791, 806, 775, 768, 733, 771, 767, 807, 1005, 707, 781, 748, 770, 775, 781, 890, 706, 811, 752, 765, 762, 713, 817, 783, 781, 894, 699, 793, 720, 806, 795, 792, 766, 730, 792, 748, 818, 791, 780, 766, 721, 788, 815, 782, 776, 734, 799, 794, 797, 1065, 694, 805, 714, 796, 761, 787, 911, 685, 790, 743, 790, 805, 732, 783, 742, 788, 964, 696, 747, 728, 774, 771, 688, 778, 758, 788, 756, 803, 779, 735, 900, 1060, 783, 1099, 859, 810, 712, 786, 1151, 784, 821, 726, 795, 747, 798, 815, 723, 778, 773, 764, 775, 721, 801, 1150, 811, 789, 736, 790, 817, 707, 775, 767, 724, 769, 751, 805, 759, 737, 803, 787, 716, 770, 751, 794, 823, 689, 799, 756, 764, 742, 717, 785, 822, 793, 753, 752, 796, 774, 783, 975, 730, 771, 753, 789, 1022, 714, 761, 720, 799, 738, 702, 798, 731, 783, 763, 730, 797, 769, 783, 799, 764, 791, 732, 776, 730, 728, 785, 799, 675, 827, 850, 827, 860, 675, 770, 742, 725, 783, 797, 760, 796, 787, 771, 1115, 915, 899, 1119, 919, 1202, 848, 732, 774, 729, 768, 749, 766, 733, 724, 737, 748, 758, 748, 701, 729, 763, 740, 706, 754, 717, 724, 749, 758, 786, 734, 708, 750, 725, 691, 749, 747, 773, 718, 724, 732, 743, 775, 710, 733, 737, 936, 711, 740, 716, 695, 800, 984, 696, 795, 772, 717, 804, 735, 724, 781, 717, 746, 748, 719, 747, 770, 730, 768, 1003, 720, 751, 718, 719, 744, 785, 725, 747, 743, 729, 771, 732, 989, 1144, 762, 748, 719, 766, 893, 696, 723, 679, 711, 743, 726, 783, 793, 701, 733, 776, 747, 784, 767, 1005, 761, 774, 711, 751, 1086, 871, 854, 952, 771, 1013, 736, 826, 1132, 725, 765, 699, 788, 804, 759, 795, 772, 748, 740, 716, 757, 983, 750, 737, 709, 752, 729, 728, 756, 750, 756, 721, 696, 768, 742, 713, 731, 762, 769, 734, 717, 749, 683, 708, 722, 738, 796, 705, 727, 750, 723, 771, 879, 763, 750, 943, 769, 709, 724, 739, 815, 743, 755, 709, 727, 748, 836, 739, 720, 751, 794, 721, 709, 757, 910, 730, 736, 860, 700, 743, 726, 801, 806, 728, 731, 820, 754, 738, 757, 758, 799, 770, 747, 747, 770, 758, 758, 753, 926, 765, 750, 777, 776, 768, 753, 780, 762, 780, 747, 778, 765, 783, 756, 757, 748, 744, 777, 743, 705, 729, 733, 764, 725, 724, 736, 757, 758, 735, 912, 716, 745], 'WindowCenter': [281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 279.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 282.0, 281.0, 282.0, 282.0, 281.0, 283.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 281.0, 282.0, 281.0, 282.0, 282.0, 281.0, 282.0, 282.0, 282.0, 281.0, 280.0, 280.0, 282.0, 281.0, 282.0, 282.0, 281.0, 282.0, 281.0, 282.0, 282.0, 281.0, 282.0, 281.0, 283.0, 282.0, 282.0, 282.0, 280.0, 281.0, 281.0, 282.0, 283.0, 283.0, 282.0, 283.0, 282.0, 282.0, 281.0, 281.0, 282.0, 281.0, 282.0, 282.0, 281.0, 282.0, 282.0, 283.0, 284.0, 284.0, 283.0, 282.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 284.0, 283.0, 281.0, 282.0, 280.0, 281.0, 280.0, 282.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 281.0, 281.0, 282.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 282.0, 281.0, 281.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 281.0, 283.0, 282.0, 280.0, 280.0, 280.0, 282.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 282.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 282.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 283.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 283.0, 281.0, 280.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 282.0, 280.0, 281.0, 281.0, 282.0, 283.0, 282.0, 281.0, 282.0, 282.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 283.0, 282.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 282.0, 281.0, 281.0, 280.0, 281.0, 282.0, 280.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 282.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 283.0, 281.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 282.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 282.0, 282.0, 280.0, 282.0, 281.0, 281.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 282.0, 280.0, 281.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 283.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 283.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 282.0, 280.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 284.0, 281.0, 284.0, 282.0, 281.0, 280.0, 281.0, 284.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 283.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 282.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 279.0, 278.0, 278.0, 279.0, 279.0, 281.0, 283.0, 282.0, 282.0, 282.0, 280.0, 281.0, 280.0, 280.0, 282.0, 282.0, 281.0, 281.0, 280.0, 280.0, 282.0, 281.0, 280.0, 281.0, 280.0, 281.0, 279.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 280.0, 282.0, 281.0, 281.0, 282.0, 280.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 282.0, 283.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 281.0, 281.0, 283.0, 282.0, 282.0, 282.0, 280.0, 282.0, 280.0, 280.0, 283.0, 280.0, 280.0, 279.0, 280.0, 281.0, 281.0, 282.0, 281.0, 281.0, 280.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 282.0, 282.0, 281.0, 281.0, 282.0, 282.0, 280.0, 280.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 280.0, 281.0, 282.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 280.0, 282.0, 281.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0], 'WindowWidth': [619.0, 617.0, 616.0, 617.0, 618.0, 616.0, 615.0, 617.0, 616.0, 617.0, 616.0, 617.0, 616.0, 617.0, 617.0, 616.0, 616.0, 616.0, 617.0, 616.0, 617.0, 618.0, 617.0, 619.0, 619.0, 618.0, 620.0, 619.0, 619.0, 619.0, 620.0, 619.0, 619.0, 619.0, 619.0, 621.0, 619.0, 619.0, 618.0, 618.0, 618.0, 620.0, 619.0, 618.0, 619.0, 618.0, 619.0, 617.0, 616.0, 616.0, 618.0, 617.0, 618.0, 619.0, 618.0, 619.0, 618.0, 619.0, 619.0, 618.0, 618.0, 618.0, 620.0, 619.0, 620.0, 619.0, 617.0, 618.0, 617.0, 619.0, 621.0, 621.0, 620.0, 620.0, 619.0, 618.0, 617.0, 618.0, 619.0, 618.0, 619.0, 619.0, 618.0, 619.0, 619.0, 620.0, 622.0, 623.0, 622.0, 620.0, 618.0, 619.0, 618.0, 618.0, 619.0, 618.0, 619.0, 618.0, 622.0, 620.0, 618.0, 618.0, 617.0, 617.0, 616.0, 618.0, 617.0, 616.0, 616.0, 617.0, 617.0, 617.0, 618.0, 619.0, 619.0, 618.0, 617.0, 617.0, 618.0, 616.0, 616.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 618.0, 616.0, 616.0, 617.0, 618.0, 619.0, 618.0, 618.0, 619.0, 619.0, 618.0, 618.0, 618.0, 618.0, 619.0, 618.0, 618.0, 619.0, 619.0, 620.0, 619.0, 619.0, 621.0, 619.0, 619.0, 619.0, 619.0, 619.0, 620.0, 618.0, 621.0, 619.0, 617.0, 616.0, 616.0, 619.0, 617.0, 616.0, 617.0, 616.0, 616.0, 616.0, 616.0, 617.0, 617.0, 616.0, 615.0, 616.0, 616.0, 616.0, 616.0, 618.0, 616.0, 616.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 617.0, 616.0, 615.0, 616.0, 616.0, 616.0, 615.0, 617.0, 616.0, 615.0, 617.0, 616.0, 616.0, 617.0, 616.0, 617.0, 617.0, 616.0, 617.0, 617.0, 616.0, 618.0, 618.0, 617.0, 616.0, 617.0, 617.0, 618.0, 616.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 616.0, 616.0, 616.0, 617.0, 618.0, 617.0, 619.0, 618.0, 618.0, 619.0, 618.0, 619.0, 618.0, 618.0, 617.0, 620.0, 618.0, 618.0, 618.0, 618.0, 617.0, 616.0, 616.0, 620.0, 617.0, 617.0, 617.0, 617.0, 616.0, 616.0, 616.0, 620.0, 617.0, 616.0, 617.0, 617.0, 616.0, 615.0, 616.0, 616.0, 618.0, 617.0, 618.0, 616.0, 618.0, 616.0, 616.0, 615.0, 615.0, 616.0, 617.0, 616.0, 616.0, 617.0, 616.0, 615.0, 617.0, 618.0, 616.0, 617.0, 617.0, 619.0, 620.0, 619.0, 618.0, 619.0, 619.0, 616.0, 617.0, 617.0, 616.0, 617.0, 616.0, 616.0, 620.0, 619.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 618.0, 615.0, 616.0, 616.0, 616.0, 617.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 616.0, 617.0, 617.0, 617.0, 618.0, 617.0, 618.0, 616.0, 616.0, 619.0, 619.0, 617.0, 618.0, 618.0, 618.0, 619.0, 618.0, 618.0, 620.0, 617.0, 617.0, 617.0, 617.0, 617.0, 616.0, 617.0, 619.0, 617.0, 617.0, 616.0, 617.0, 618.0, 617.0, 618.0, 619.0, 618.0, 618.0, 617.0, 616.0, 619.0, 617.0, 617.0, 617.0, 616.0, 616.0, 616.0, 616.0, 616.0, 620.0, 618.0, 617.0, 616.0, 616.0, 617.0, 616.0, 617.0, 619.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 616.0, 616.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 616.0, 617.0, 617.0, 617.0, 620.0, 618.0, 618.0, 617.0, 616.0, 616.0, 615.0, 617.0, 617.0, 616.0, 617.0, 616.0, 617.0, 619.0, 619.0, 616.0, 619.0, 618.0, 618.0, 619.0, 619.0, 618.0, 617.0, 618.0, 617.0, 619.0, 618.0, 618.0, 618.0, 615.0, 617.0, 616.0, 616.0, 618.0, 615.0, 616.0, 616.0, 616.0, 616.0, 615.0, 617.0, 617.0, 617.0, 616.0, 616.0, 617.0, 616.0, 617.0, 620.0, 617.0, 617.0, 616.0, 616.0, 616.0, 616.0, 618.0, 615.0, 617.0, 616.0, 616.0, 615.0, 615.0, 617.0, 616.0, 616.0, 618.0, 615.0, 617.0, 615.0, 617.0, 616.0, 616.0, 616.0, 616.0, 617.0, 615.0, 617.0, 616.0, 616.0, 616.0, 615.0, 617.0, 618.0, 617.0, 617.0, 616.0, 617.0, 617.0, 617.0, 620.0, 617.0, 617.0, 617.0, 618.0, 617.0, 619.0, 619.0, 616.0, 617.0, 618.0, 618.0, 617.0, 617.0, 617.0, 618.0, 617.0, 619.0, 618.0, 618.0, 618.0, 619.0, 619.0, 619.0, 621.0, 619.0, 619.0, 619.0, 619.0, 619.0, 618.0, 620.0, 622.0, 618.0, 621.0, 618.0, 617.0, 616.0, 617.0, 621.0, 617.0, 617.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 616.0, 616.0, 616.0, 615.0, 616.0, 620.0, 617.0, 616.0, 616.0, 616.0, 615.0, 615.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 616.0, 616.0, 617.0, 617.0, 616.0, 617.0, 616.0, 618.0, 617.0, 615.0, 617.0, 616.0, 616.0, 616.0, 616.0, 617.0, 617.0, 617.0, 616.0, 616.0, 616.0, 616.0, 616.0, 619.0, 616.0, 616.0, 615.0, 616.0, 618.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 616.0, 615.0, 616.0, 616.0, 615.0, 617.0, 616.0, 616.0, 617.0, 616.0, 617.0, 616.0, 614.0, 611.0, 611.0, 614.0, 614.0, 617.0, 620.0, 619.0, 618.0, 618.0, 615.0, 617.0, 617.0, 617.0, 619.0, 619.0, 618.0, 617.0, 616.0, 616.0, 619.0, 617.0, 615.0, 618.0, 615.0, 617.0, 613.0, 611.0, 612.0, 611.0, 611.0, 611.0, 612.0, 612.0, 612.0, 613.0, 613.0, 614.0, 614.0, 613.0, 613.0, 614.0, 614.0, 615.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 615.0, 616.0, 616.0, 615.0, 616.0, 617.0, 617.0, 617.0, 617.0, 616.0, 616.0, 618.0, 617.0, 616.0, 617.0, 620.0, 617.0, 618.0, 618.0, 617.0, 617.0, 618.0, 615.0, 619.0, 618.0, 618.0, 619.0, 616.0, 618.0, 619.0, 618.0, 617.0, 617.0, 616.0, 617.0, 617.0, 618.0, 618.0, 621.0, 618.0, 618.0, 617.0, 617.0, 618.0, 619.0, 618.0, 618.0, 618.0, 617.0, 618.0, 617.0, 619.0, 620.0, 616.0, 615.0, 615.0, 616.0, 617.0, 615.0, 616.0, 615.0, 616.0, 616.0, 616.0, 617.0, 618.0, 619.0, 619.0, 620.0, 619.0, 619.0, 619.0, 621.0, 619.0, 619.0, 617.0, 618.0, 620.0, 618.0, 618.0, 618.0, 616.0, 618.0, 615.0, 615.0, 620.0, 615.0, 616.0, 615.0, 616.0, 617.0, 617.0, 618.0, 618.0, 617.0, 617.0, 616.0, 616.0, 619.0, 616.0, 616.0, 615.0, 616.0, 615.0, 615.0, 616.0, 616.0, 617.0, 616.0, 616.0, 617.0, 616.0, 616.0, 618.0, 618.0, 617.0, 616.0, 617.0, 617.0, 616.0, 617.0, 617.0, 617.0, 619.0, 618.0, 618.0, 619.0, 618.0, 619.0, 618.0, 617.0, 618.0, 620.0, 619.0, 617.0, 616.0, 617.0, 619.0, 618.0, 619.0, 618.0, 618.0, 617.0, 619.0, 618.0, 618.0, 618.0, 618.0, 618.0, 617.0, 617.0, 618.0, 617.0, 616.0, 618.0, 616.0, 617.0, 616.0, 617.0, 617.0, 616.0, 616.0, 618.0, 618.0, 617.0, 616.0, 616.0, 617.0, 616.0, 615.0, 615.0, 616.0, 615.0, 615.0, 616.0, 618.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 616.0, 617.0, 616.0, 619.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 618.0, 617.0, 617.0, 618.0, 618.0, 618.0, 616.0, 616.0, 618.0, 617.0, 617.0, 620.0, 617.0, 617.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.0027446215596330275</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026655287614678898</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.70209279373133</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2598958098507442</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0431276277726753</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5017</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6513.2095</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15199463739037863</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>185</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>21.21559633027523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4883241531647844</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3884363066916046</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.718176935193612</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3583592176091366</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00920625</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014908473007380962</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03887172043323517</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9984913086418876</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>22.2272</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.0128</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>13.7759</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>293278.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>68.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>26.871</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4974</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>36.9333</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>226.6199</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>237.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83266.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>85.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>298.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>59.272</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.14399967947975</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> |