=== 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-01_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-01_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-01_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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-01_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-01_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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-01_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-01_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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-01_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-01_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-01_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-01_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>957b04115dd78d41604b07fa43361990</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:43:29.427500</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-01_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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>11</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.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>275.313</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>45e6b548-9449-48f6-9b8a-a541f4c3b62c||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': ['124329.427500', '124329.887500', '124330.347500', '124330.807500', '124331.267500', '124331.727500', '124332.187500', '124332.647500', '124333.107500', '124333.567500', '124334.027500', '124334.487500', '124334.947500', '124335.407500', '124335.867500', '124336.327500', '124336.787500', '124337.247500', '124337.707500', '124338.167500', '124338.627500', '124339.087500', '124339.547500', '124340.007500', '124340.467500', '124340.927500', '124341.387500', '124341.847500', '124342.307500', '124342.767500', '124343.227500', '124343.687500', '124344.147500', '124344.607500', '124345.067500', '124345.527500', '124345.987500', '124346.447500', '124346.907500', '124347.367500', '124347.827500', '124348.287500', '124348.747500', '124349.207500', '124349.667500', '124350.127500', '124350.587500', '124351.047500', '124351.507500', '124351.967500', '124352.427500', '124352.887500', '124353.347500', '124353.807500', '124354.267500', '124354.727500', '124355.187500', '124355.647500', '124356.107500', '124356.567500', '124357.027500', '124357.487500', '124357.947500', '124358.407500', '124358.867500', '124359.327500', '124359.787500', '124400.247500', '124400.707500', '124401.167500', '124401.627500', '124402.087500', '124402.547500', '124403.007500', '124403.467500', '124403.927500', '124404.387500', '124404.847500', '124405.307500', '124405.767500', '124406.227500', '124406.687500', '124407.147500', '124407.607500', '124408.067500', '124408.527500', '124408.987500', '124409.447500', '124409.907500', '124410.367500', '124410.827500', '124411.287500', '124411.747500', '124412.207500', '124412.667500', '124413.127500', '124413.587500', '124414.047500', '124414.507500', '124414.967500', '124415.427500', '124415.887500', '124416.347500', '124416.807500', '124417.267500', '124417.727500', '124418.187500', '124418.647500', '124419.107500', '124419.567500', '124420.027500', '124420.487500', '124420.947500', '124421.407500', '124421.867500', '124422.327500', '124422.787500', '124423.247500', '124423.707500', '124424.167500', '124424.627500', '124425.087500', '124425.547500', '124426.007500', '124426.467500', '124426.927500', '124427.387500', '124427.847500', '124428.307500', '124428.767500', '124429.227500', '124429.687500', '124430.147500', '124430.607500', '124431.067500', '124431.527500', '124431.987500', '124432.447500', '124432.907500', '124433.367500', '124433.827500', '124434.287500', '124434.747500', '124435.207500', '124435.667500', '124436.127500', '124436.587500', '124437.047500', '124437.507500', '124437.967500', '124438.427500', '124438.887500', '124439.347500', '124439.807500', '124440.267500', '124440.727500', '124441.187500', '124441.647500', '124442.107500', '124442.567500', '124443.027500', '124443.487500', '124443.947500', '124444.407500', '124444.867500', '124445.327500', '124445.787500', '124446.247500', '124446.707500', '124447.167500', '124447.627500', '124448.087500', '124448.547500', '124449.007500', '124449.467500', '124449.927500', '124450.387500', '124450.847500', '124451.307500', '124451.767500', '124452.227500', '124452.687500', '124453.147500', '124453.607500', '124454.067500', '124454.527500', '124454.987500', '124455.447500', '124455.907500', '124456.367500', '124456.827500', '124457.287500', '124457.747500', '124458.207500', '124458.667500', '124459.127500', '124459.587500', '124500.047500', '124500.507500', '124500.967500', '124501.427500', '124501.887500', '124502.347500', '124502.807500', '124503.267500', '124503.727500', '124504.187500', '124504.647500', '124505.107500', '124505.567500', '124506.027500', '124506.487500', '124506.947500', '124507.407500', '124507.867500', '124508.327500', '124508.787500', '124509.247500', '124509.707500', '124510.167500', '124510.627500', '124511.087500', '124511.547500', '124512.007500', '124512.467500', '124512.927500', '124513.387500', '124513.847500', '124514.307500', '124514.767500', '124515.227500', '124515.687500', '124516.147500', '124516.607500', '124517.067500', '124517.527500', '124517.987500', '124518.447500', '124518.907500', '124519.367500', '124519.827500', '124520.287500', '124520.747500', '124521.207500', '124521.667500', '124522.127500', '124522.587500', '124523.047500', '124523.507500', '124523.967500', '124524.427500', '124524.887500', '124525.347500', '124525.807500', '124526.267500', '124526.727500', '124527.187500', '124527.647500', '124528.107500', '124528.567500', '124529.027500', '124529.487500', '124529.947500', '124530.407500', '124530.867500', '124531.327500', '124531.787500', '124532.247500', '124532.707500', '124533.167500', '124533.627500', '124534.087500', '124534.547500', '124535.007500', '124535.467500', '124535.927500', '124536.387500', '124536.847500', '124537.307500', '124537.767500', '124538.227500', '124538.687500', '124539.147500', '124539.607500', '124540.067500', '124540.527500', '124540.987500', '124541.447500', '124541.907500', '124542.367500', '124542.827500', '124543.287500', '124543.747500', '124544.207500', '124544.667500', '124545.127500', '124545.587500', '124546.047500', '124546.507500', '124546.967500', '124547.427500', '124547.887500', '124548.347500', '124548.807500', '124549.267500', '124549.727500', '124550.187500', '124550.647500', '124551.107500', '124551.567500', '124552.027500', '124552.487500', '124552.947500', '124553.407500', '124553.867500', '124554.327500', '124554.787500', '124555.247500', '124555.707500', '124556.167500', '124556.627500', '124557.087500', '124557.547500', '124558.007500', '124558.467500', '124558.927500', '124559.387500', '124559.847500', '124600.307500', '124600.767500', '124601.227500', '124601.687500', '124602.147500', '124602.607500', '124603.067500', '124603.527500', '124603.987500', '124604.447500', '124604.907500', '124605.367500', '124605.827500', '124606.287500', '124606.747500', '124607.207500', '124607.667500', '124608.127500', '124608.587500', '124609.047500', '124609.507500', '124609.967500', '124610.427500', '124610.887500', '124611.347500', '124611.807500', '124612.267500', '124612.727500', '124613.187500', '124613.647500', '124614.107500', '124614.567500', '124615.027500', '124615.487500', '124615.947500', '124616.407500', '124616.867500', '124617.327500', '124617.787500', '124618.247500', '124618.707500', '124619.167500', '124619.627500', '124620.087500', '124620.547500', '124621.007500', '124621.467500', '124621.927500', '124622.387500', '124622.847500', '124623.307500', '124623.767500', '124624.227500', '124624.687500', '124625.147500', '124625.607500', '124626.067500', '124626.527500', '124626.987500', '124627.447500', '124627.907500', '124628.367500', '124628.827500', '124629.287500', '124629.747500', '124630.207500', '124630.667500', '124631.127500', '124631.587500', '124632.047500', '124632.507500', '124632.967500', '124633.427500', '124633.887500', '124634.347500', '124634.807500', '124635.267500', '124635.727500', '124636.187500', '124636.647500', '124637.107500', '124637.567500', '124638.027500', '124638.487500', '124638.947500', '124639.407500', '124639.867500', '124640.327500', '124640.787500', '124641.247500', '124641.707500', '124642.167500', '124642.627500', '124643.087500', '124643.547500', '124644.007500', '124644.467500', '124644.927500', '124645.387500', '124645.847500', '124646.307500', '124646.767500', '124647.227500', '124647.687500', '124648.147500', '124648.607500', '124649.067500', '124649.527500', '124649.987500', '124650.447500', '124650.907500', '124651.367500', '124651.827500', '124652.287500', '124652.747500', '124653.207500', '124653.667500', '124654.127500', '124654.587500', '124655.047500', '124655.507500', '124655.967500', '124656.427500', '124656.887500', '124657.347500', '124657.807500', '124658.267500', '124658.727500', '124659.187500', '124659.647500', '124700.107500', '124700.567500', '124701.027500', '124701.487500', '124701.947500', '124702.407500', '124702.867500', '124703.327500', '124703.787500', '124704.247500', '124704.707500', '124705.167500', '124705.627500', '124706.087500', '124706.547500', '124707.007500', '124707.467500', '124707.927500', '124708.387500', '124708.847500', '124709.307500', '124709.767500', '124710.227500', '124710.687500', '124711.147500', '124711.607500', '124712.067500', '124712.527500', '124712.987500', '124713.447500', '124713.907500', '124714.367500', '124714.827500', '124715.287500', '124715.747500', '124716.207500', '124716.667500', '124717.127500', '124717.587500', '124718.047500', '124718.507500', '124718.967500', '124719.427500', '124719.887500', '124720.347500', '124720.807500', '124721.267500', '124721.727500', '124722.187500', '124722.647500', '124723.107500', '124723.567500', '124724.027500', '124724.487500', '124724.947500', '124725.407500', '124725.867500', '124726.327500', '124726.787500', '124727.247500', '124727.707500', '124728.167500', '124728.627500', '124729.087500', '124729.547500', '124730.007500', '124730.467500', '124730.927500', '124731.387500', '124731.847500', '124732.307500', '124732.767500', '124733.227500', '124733.687500', '124734.147500', '124734.607500', '124735.067500', '124735.527500', '124735.987500', '124736.447500', '124736.907500', '124737.367500', '124737.827500', '124738.287500', '124738.747500', '124739.207500', '124739.667500', '124740.127500', '124740.587500', '124741.047500', '124741.507500', '124741.967500', '124742.427500', '124742.887500', '124743.347500', '124743.807500', '124744.267500', '124744.727500', '124745.187500', '124745.647500', '124746.107500', '124746.567500', '124747.027500', '124747.487500', '124747.947500', '124748.407500', '124748.867500', '124749.327500', '124749.787500', '124750.247500', '124750.707500', '124751.167500', '124751.627500', '124752.087500', '124752.547500', '124753.007500', '124753.467500', '124753.927500', '124754.387500', '124754.847500', '124755.307500', '124755.767500', '124756.227500', '124756.687500', '124757.147500', '124757.607500', '124758.067500', '124758.527500', '124758.987500', '124759.447500', '124759.907500', '124800.367500', '124800.827500', '124801.287500', '124801.747500', '124802.207500', '124802.667500', '124803.127500', '124803.587500', '124804.047500', '124804.507500', '124804.967500', '124805.427500', '124805.887500', '124806.347500', '124806.807500', '124807.267500', '124807.727500', '124808.187500', '124808.647500', '124809.107500', '124809.567500', '124810.027500', '124810.487500', '124810.947500', '124811.407500', '124811.867500', '124812.327500', '124812.787500', '124813.247500', '124813.707500', '124814.167500', '124814.627500', '124815.087500', '124815.547500', '124816.007500', '124816.467500', '124816.927500', '124817.387500', '124817.847500', '124818.307500', '124818.767500', '124819.227500', '124819.687500', '124820.147500', '124820.607500', '124821.067500', '124821.527500', '124821.987500', '124822.447500', '124822.907500', '124823.367500', '124823.827500', '124824.287500', '124824.747500', '124825.207500', '124825.667500', '124826.127500', '124826.587500', '124827.047500', '124827.507500', '124827.967500', '124828.427500', '124828.887500', '124829.347500', '124829.807500', '124830.267500', '124830.727500', '124831.187500', '124831.647500', '124832.107500', '124832.567500', '124833.027500', '124833.487500', '124833.947500', '124834.407500', '124834.867500', '124835.327500', '124835.787500', '124836.247500', '124836.707500', '124837.167500', '124837.627500', '124838.087500', '124838.547500', '124839.007500', '124839.467500', '124839.927500', '124840.387500', '124840.847500', '124841.307500', '124841.767500', '124842.227500', '124842.687500', '124843.147500', '124843.607500', '124844.067500', '124844.527500', '124844.987500', '124845.447500', '124845.907500', '124846.367500', '124846.827500', '124847.287500', '124847.747500', '124848.207500', '124848.667500', '124849.127500', '124849.587500', '124850.047500', '124850.507500', '124850.967500', '124851.427500', '124851.887500', '124852.347500', '124852.807500', '124853.267500', '124853.727500', '124854.187500', '124854.647500', '124855.107500', '124855.567500', '124856.027500', '124856.487500', '124856.947500', '124857.407500', '124857.867500', '124858.327500', '124858.787500', '124859.247500', '124859.707500', '124900.167500', '124900.627500', '124901.087500', '124901.547500', '124902.007500', '124902.467500', '124902.927500', '124903.387500', '124903.847500', '124904.307500', '124904.767500', '124905.227500', '124905.687500', '124906.147500', '124906.607500', '124907.067500', '124907.527500', '124907.987500', '124908.447500', '124908.907500', '124909.367500', '124909.827500', '124910.287500', '124910.747500', '124911.207500', '124911.667500', '124912.127500', '124912.587500', '124913.047500', '124913.507500', '124913.967500', '124914.427500', '124914.887500', '124915.347500', '124915.807500', '124916.267500', '124916.727500', '124917.187500', '124917.647500', '124918.107500', '124918.567500', '124919.027500', '124919.487500', '124919.947500', '124920.407500', '124920.867500', '124921.327500', '124921.787500', '124922.247500', '124922.707500', '124923.167500', '124923.627500', '124924.087500', '124924.547500', '124925.007500', '124925.467500', '124925.927500', '124926.387500', '124926.847500', '124927.307500', '124927.767500', '124928.227500', '124928.687500', '124929.147500', '124929.607500', '124930.067500', '124930.527500', '124930.987500', '124931.447500', '124931.907500', '124932.367500', '124932.827500', '124933.287500', '124933.747500', '124934.207500', '124934.667500', '124935.127500', '124935.587500', '124936.047500', '124936.507500', '124936.967500', '124937.427500', '124937.887500', '124938.347500', '124938.807500', '124939.267500', '124939.727500', '124940.187500', '124940.647500', '124941.107500', '124941.567500', '124942.027500', '124942.487500', '124942.947500', '124943.407500', '124943.867500', '124944.327500', '124944.787500', '124945.247500', '124945.707500', '124946.167500', '124946.627500', '124947.087500', '124947.547500', '124948.007500', '124948.467500', '124948.927500', '124949.387500', '124949.847500', '124950.307500', '124950.767500', '124951.227500', '124951.687500', '124952.147500', '124952.607500', '124953.067500', '124953.527500', '124953.987500', '124954.447500', '124954.907500', '124955.367500', '124955.827500', '124956.287500', '124956.747500', '124957.207500', '124957.667500', '124958.127500', '124958.587500', '124959.047500', '124959.507500', '124959.967500', '125000.427500', '125000.887500', '125001.347500', '125001.807500', '125002.267500', '125002.727500', '125003.187500', '125003.647500', '125004.107500', '125004.567500', '125005.027500', '125005.487500', '125005.947500', '125006.407500', '125006.867500', '125007.327500', '125007.787500', '125008.247500', '125008.707500', '125009.167500', '125009.627500', '125010.087500'], 'ContentTime': ['124332.785000', '124333.046000', '124333.215000', '124333.417000', '124333.608000', '124333.800000', '124334.058000', '124334.285000', '124334.460000', '124334.695000', '124334.871000', '124335.324000', '124335.792000', '124336.263000', '124336.744000', '124337.206000', '124337.664000', '124338.163000', '124338.582000', '124339.064000', '124339.503000', '124340.007000', '124340.424000', '124340.876000', '124341.333000', '124341.808000', '124342.272000', '124342.735000', '124343.180000', '124343.643000', '124344.106000', '124344.626000', '124345.020000', '124345.472000', '124345.936000', '124346.401000', '124346.861000', '124347.330000', '124347.783000', '124348.243000', '124348.703000', '124349.163000', '124349.621000', '124350.072000', '124350.544000', '124351.013000', '124351.470000', '124351.919000', '124352.382000', '124352.836000', '124353.389000', '124353.752000', '124354.220000', '124354.726000', '124355.145000', '124355.642000', '124356.065000', '124356.540000', '124356.986000', '124357.441000', '124357.895000', '124358.364000', '124358.878000', '124359.275000', '124359.740000', '124400.212000', '124400.680000', '124401.117000', '124401.578000', '124402.034000', '124402.497000', '124402.973000', '124403.427000', '124403.877000', '124404.345000', '124404.798000', '124405.264000', '124405.729000', '124406.203000', '124406.642000', '124407.093000', '124407.552000', '124408.019000', '124408.493000', '124408.934000', '124409.411000', '124409.863000', '124410.335000', '124410.788000', '124411.232000', '124411.702000', '124412.176000', '124412.630000', '124413.106000', '124413.549000', '124413.997000', '124414.466000', '124414.914000', '124415.383000', '124415.874000', '124416.296000', '124416.799000', '124417.219000', '124417.671000', '124418.140000', '124418.638000', '124419.072000', '124419.602000', '124419.986000', '124420.475000', '124420.909000', '124421.355000', '124421.825000', '124422.272000', '124422.738000', '124423.213000', '124423.673000', '124424.127000', '124424.582000', '124425.075000', '124425.502000', '124425.974000', '124426.422000', '124426.890000', '124427.339000', '124427.822000', '124428.266000', '124428.716000', '124429.199000', '124429.643000', '124430.095000', '124430.578000', '124431.022000', '124431.487000', '124431.947000', '124432.393000', '124432.876000', '124433.329000', '124433.968000', '124434.235000', '124434.708000', '124435.152000', '124435.628000', '124436.086000', '124436.543000', '124436.997000', '124437.461000', '124437.916000', '124438.391000', '124438.859000', '124439.298000', '124439.758000', '124440.218000', '124440.684000', '124441.144000', '124441.655000', '124442.062000', '124442.514000', '124442.976000', '124443.434000', '124443.945000', '124444.369000', '124444.819000', '124445.285000', '124445.755000', '124446.208000', '124446.686000', '124447.159000', '124447.595000', '124448.046000', '124448.510000', '124448.955000', '124449.426000', '124449.881000', '124450.354000', '124450.807000', '124451.345000', '124451.734000', '124452.193000', '124452.643000', '124453.123000', '124453.578000', '124454.032000', '124454.502000', '124454.951000', '124455.395000', '124455.863000', '124456.327000', '124456.781000', '124457.250000', '124457.715000', '124458.176000', '124458.630000', '124459.115000', '124459.539000', '124500.007000', '124500.461000', '124500.928000', '124501.391000', '124501.851000', '124502.315000', '124502.774000', '124503.237000', '124503.695000', '124504.192000', '124504.600000', '124505.064000', '124505.537000', '124505.987000', '124506.447000', '124506.913000', '124507.371000', '124507.836000', '124508.290000', '124508.750000', '124509.199000', '124509.659000', '124510.137000', '124510.601000', '124511.035000', '124511.496000', '124511.957000', '124512.423000', '124512.894000', '124513.351000', '124513.800000', '124514.269000', '124514.720000', '124515.187000', '124515.650000', '124516.098000', '124516.574000', '124517.042000', '124517.480000', '124517.986000', '124518.397000', '124518.874000', '124519.315000', '124519.789000', '124520.288000', '124520.705000', '124521.156000', '124521.618000', '124522.082000', '124522.545000', '124522.993000', '124523.458000', '124523.939000', '124524.427000', '124524.840000', '124525.312000', '124525.766000', '124526.244000', '124526.726000', '124527.146000', '124527.618000', '124528.078000', '124528.531000', '124529.025000', '124529.445000', '124529.911000', '124530.368000', '124530.836000', '124531.292000', '124531.739000', '124532.210000', '124532.655000', '124533.125000', '124533.594000', '124534.085000', '124534.506000', '124534.984000', '124535.436000', '124535.895000', '124536.355000', '124536.816000', '124537.277000', '124537.740000', '124538.178000', '124538.643000', '124539.103000', '124539.579000', '124540.021000', '124540.494000', '124540.938000', '124541.450000', '124541.900000', '124542.357000', '124542.800000', '124543.250000', '124543.705000', '124544.169000', '124544.637000', '124545.076000', '124545.550000', '124546.058000', '124546.505000', '124546.932000', '124547.384000', '124547.851000', '124548.318000', '124548.757000', '124549.231000', '124549.679000', '124550.154000', '124550.601000', '124551.073000', '124551.535000', '124551.986000', '124552.441000', '124552.915000', '124553.363000', '124553.877000', '124554.348000', '124554.743000', '124555.203000', '124555.672000', '124556.126000', '124556.588000', '124557.041000', '124557.500000', '124557.961000', '124558.428000', '124558.899000', '124559.344000', '124559.820000', '124600.278000', '124600.741000', '124601.201000', '124601.649000', '124602.121000', '124602.587000', '124603.038000', '124603.493000', '124603.982000', '124604.423000', '124604.875000', '124605.328000', '124605.787000', '124606.254000', '124606.718000', '124607.180000', '124607.643000', '124608.088000', '124608.595000', '124609.007000', '124609.476000', '124609.943000', '124610.394000', '124610.854000', '124611.303000', '124611.781000', '124612.229000', '124612.702000', '124613.157000', '124613.615000', '124614.066000', '124614.524000', '124614.986000', '124615.459000', '124615.918000', '124616.363000', '124616.834000', '124617.312000', '124617.757000', '124618.215000', '124618.684000', '124619.136000', '124619.637000', '124620.046000', '124620.535000', '124620.967000', '124621.446000', '124621.951000', '124622.391000', '124622.824000', '124623.276000', '124623.768000', '124624.196000', '124624.664000', '124625.118000', '124625.578000', '124626.026000', '124626.488000', '124626.948000', '124627.418000', '124627.910000', '124628.376000', '124628.793000', '124629.254000', '124629.752000', '124630.166000', '124630.645000', '124631.097000', '124631.545000', '124632.019000', '124632.466000', '124632.946000', '124633.398000', '124633.856000', '124634.318000', '124634.781000', '124635.241000', '124635.692000', '124636.163000', '124636.621000', '124637.084000', '124637.572000', '124638.023000', '124638.462000', '124638.903000', '124639.369000', '124639.894000', '124640.301000', '124640.747000', '124641.216000', '124641.674000', '124642.166000', '124642.593000', '124643.087000', '124643.531000', '124643.981000', '124644.436000', '124644.892000', '124645.346000', '124645.809000', '124646.270000', '124646.748000', '124647.197000', '124647.645000', '124648.107000', '124648.584000', '124649.035000', '124649.490000', '124649.960000', '124650.405000', '124650.868000', '124651.366000', '124651.892000', '124652.268000', '124652.706000', '124653.193000', '124653.628000', '124654.097000', '124654.554000', '124655.008000', '124655.499000', '124655.937000', '124656.391000', '124656.858000', '124657.325000', '124657.775000', '124658.239000', '124658.703000', '124659.149000', '124659.607000', '124700.079000', '124700.532000', '124701.000000', '124701.469000', '124701.922000', '124702.371000', '124702.838000', '124703.306000', '124703.755000', '124704.223000', '124704.685000', '124705.144000', '124705.592000', '124706.063000', '124706.519000', '124706.972000', '124707.429000', '124707.886000', '124708.365000', '124708.827000', '124709.272000', '124709.728000', '124710.206000', '124710.666000', '124711.113000', '124711.571000', '124712.025000', '124712.513000', '124712.950000', '124713.422000', '124713.885000', '124714.337000', '124714.808000', '124715.259000', '124715.727000', '124716.169000', '124716.649000', '124717.098000', '124717.566000', '124718.023000', '124718.473000', '124718.948000', '124719.411000', '124719.854000', '124720.312000', '124720.785000', '124721.230000', '124721.685000', '124722.163000', '124722.618000', '124723.089000', '124723.529000', '124724.001000', '124724.454000', '124724.926000', '124725.381000', '124725.839000', '124726.335000', '124726.746000', '124727.228000', '124727.671000', '124728.178000', '124728.588000', '124729.059000', '124729.554000', '124729.972000', '124730.445000', '124730.933000', '124731.344000', '124731.935000', '124732.268000', '124732.742000', '124733.200000', '124733.646000', '124734.128000', '124734.575000', '124735.054000', '124735.505000', '124735.966000', '124736.424000', '124736.868000', '124737.346000', '124737.811000', '124738.250000', '124738.716000', '124739.184000', '124739.629000', '124740.104000', '124740.560000', '124741.020000', '124741.480000', '124741.938000', '124742.404000', '124742.864000', '124743.322000', '124743.998000', '124744.248000', '124744.708000', '124745.149000', '124745.623000', '124746.074000', '124746.546000', '124746.997000', '124747.463000', '124747.914000', '124748.388000', '124748.856000', '124749.305000', '124749.767000', '124750.218000', '124750.674000', '124751.138000', '124751.594000', '124752.061000', '124752.515000', '124752.974000', '124753.427000', '124753.903000', '124754.353000', '124754.822000', '124755.292000', '124755.744000', '124756.209000', '124756.656000', '124757.130000', '124757.583000', '124758.036000', '124758.495000', '124758.955000', '124759.431000', '124759.876000', '124800.330000', '124800.797000', '124801.256000', '124801.729000', '124802.175000', '124802.651000', '124803.095000', '124803.564000', '124804.026000', '124804.491000', '124804.945000', '124805.403000', '124805.904000', '124806.332000', '124806.774000', '124807.231000', '124807.708000', '124808.156000', '124808.656000', '124809.080000', '124809.535000', '124809.995000', '124810.477000', '124810.929000', '124811.393000', '124811.835000', '124812.310000', '124812.778000', '124813.231000', '124813.697000', '124814.143000', '124814.611000', '124815.067000', '124815.526000', '124815.974000', '124816.435000', '124816.906000', '124817.366000', '124817.812000', '124818.279000', '124818.732000', '124819.194000', '124819.676000', '124820.116000', '124820.589000', '124821.037000', '124821.541000', '124821.973000', '124822.420000', '124822.879000', '124823.347000', '124823.819000', '124824.273000', '124824.720000', '124825.190000', '124825.648000', '124826.108000', '124826.575000', '124827.024000', '124827.520000', '124827.947000', '124828.412000', '124828.864000', '124829.335000', '124829.778000', '124830.252000', '124830.715000', '124831.158000', '124831.619000', '124832.091000', '124832.546000', '124833.009000', '124833.453000', '124833.925000', '124834.383000', '124834.836000', '124835.312000', '124835.767000', '124836.232000', '124836.695000', '124837.155000', '124837.611000', '124838.080000', '124838.536000', '124838.990000', '124839.447000', '124839.904000', '124840.380000', '124840.831000', '124841.292000', '124841.759000', '124842.225000', '124842.668000', '124843.124000', '124843.594000', '124844.051000', '124844.502000', '124844.979000', '124845.417000', '124845.927000', '124846.350000', '124846.801000', '124847.265000', '124847.760000', '124848.197000', '124848.641000', '124849.100000', '124849.569000', '124850.046000', '124850.498000', '124850.960000', '124851.420000', '124851.875000', '124852.329000', '124852.792000', '124853.245000', '124853.702000', '124854.183000', '124854.636000', '124855.098000', '124855.549000', '124856.004000', '124856.478000', '124856.926000', '124857.397000', '124857.844000', '124858.312000', '124858.778000', '124859.240000', '124859.693000', '124900.166000', '124900.606000', '124901.079000', '124901.527000', '124901.984000', '124902.452000', '124902.920000', '124903.373000', '124903.823000', '124904.290000', '124904.762000', '124905.211000', '124905.678000', '124906.135000', '124906.605000', '124907.041000', '124907.509000', '124907.969000', '124908.416000', '124908.907000', '124909.362000', '124909.803000', '124910.260000', '124910.735000', '124911.196000', '124911.653000', '124912.122000', '124912.580000', '124913.064000', '124913.496000', '124913.955000', '124914.421000', '124914.882000', '124915.342000', '124915.792000', '124916.245000', '124916.721000', '124917.163000', '124917.639000', '124918.103000', '124918.549000', '124919.015000', '124919.470000', '124919.937000', '124920.393000', '124920.846000', '124921.306000', '124921.768000', '124922.245000', '124922.705000', '124923.146000', '124923.610000', '124924.065000', '124924.524000', '124924.998000', '124925.447000', '124925.903000', '124926.372000', '124926.826000', '124927.287000', '124927.755000', '124928.215000', '124928.672000', '124929.137000', '124929.587000', '124930.064000', '124930.517000', '124930.978000', '124931.425000', '124931.903000', '124932.357000', '124932.822000', '124933.332000', '124933.731000', '124934.208000', '124934.670000', '124935.123000', '124935.579000', '124936.053000', '124936.501000', '124936.963000', '124937.416000', '124938.030000', '124938.325000', '124938.797000', '124939.255000', '124939.746000', '124940.182000', '124940.628000', '124941.103000', '124941.558000', '124942.026000', '124942.485000', '124942.948000', '124943.386000', '124943.856000', '124944.309000', '124944.768000', '124945.287000', '124945.704000', '124946.171000', '124946.629000', '124947.084000', '124947.548000', '124948.032000', '124948.456000', '124948.924000', '124949.379000', '124949.873000', '124950.293000', '124950.760000', '124951.227000', '124951.672000', '124952.135000', '124952.609000', '124953.069000', '124953.527000', '124953.978000', '124954.435000', '124954.893000', '124955.365000', '124955.810000', '124956.275000', '124956.737000', '124957.203000', '124957.657000', '124958.120000', '124958.582000', '124959.042000', '124959.493000', '124959.968000', '125000.429000', '125000.883000', '125001.348000', '125001.805000', '125002.260000', '125002.721000', '125003.188000', '125003.651000', '125004.110000', '125004.548000', '125005.025000', '125005.488000', '125005.944000', '125006.404000', '125006.870000', '125007.320000', '125007.917000', '125008.233000', '125008.697000', '125009.152000', '125009.627000', '125010.087000', '125010.551000', '125010.989000'], 'InstanceCreationTime': ['124332.785000', '124333.046000', '124333.215000', '124333.417000', '124333.608000', '124333.800000', '124334.058000', '124334.285000', '124334.460000', '124334.695000', '124334.871000', '124335.324000', '124335.792000', '124336.263000', '124336.744000', '124337.206000', '124337.664000', '124338.163000', '124338.582000', '124339.064000', '124339.503000', '124340.007000', '124340.424000', '124340.876000', '124341.333000', '124341.808000', '124342.272000', '124342.735000', '124343.180000', '124343.643000', '124344.106000', '124344.626000', '124345.020000', '124345.472000', '124345.936000', '124346.401000', '124346.861000', '124347.330000', '124347.783000', '124348.243000', '124348.703000', '124349.163000', '124349.621000', '124350.072000', '124350.544000', '124351.013000', '124351.470000', '124351.919000', '124352.382000', '124352.836000', '124353.389000', '124353.752000', '124354.220000', '124354.726000', '124355.145000', '124355.642000', '124356.065000', '124356.540000', '124356.986000', '124357.441000', '124357.895000', '124358.364000', '124358.878000', '124359.275000', '124359.740000', '124400.212000', '124400.680000', '124401.117000', '124401.578000', '124402.034000', '124402.497000', '124402.973000', '124403.427000', '124403.877000', '124404.345000', '124404.798000', '124405.264000', '124405.729000', '124406.203000', '124406.642000', '124407.093000', '124407.552000', '124408.019000', '124408.493000', '124408.934000', '124409.411000', '124409.863000', '124410.335000', '124410.788000', '124411.232000', '124411.702000', '124412.176000', '124412.630000', '124413.106000', '124413.549000', '124413.997000', '124414.466000', '124414.914000', '124415.383000', '124415.874000', '124416.296000', '124416.799000', '124417.219000', '124417.671000', '124418.140000', '124418.638000', '124419.072000', '124419.602000', '124419.986000', '124420.475000', '124420.909000', '124421.355000', '124421.825000', '124422.272000', '124422.738000', '124423.213000', '124423.673000', '124424.127000', '124424.582000', '124425.075000', '124425.502000', '124425.974000', '124426.422000', '124426.890000', '124427.339000', '124427.822000', '124428.266000', '124428.716000', '124429.199000', '124429.643000', '124430.095000', '124430.578000', '124431.022000', '124431.487000', '124431.947000', '124432.393000', '124432.876000', '124433.329000', '124433.968000', '124434.235000', '124434.708000', '124435.152000', '124435.628000', '124436.086000', '124436.543000', '124436.997000', '124437.461000', '124437.916000', '124438.391000', '124438.859000', '124439.298000', '124439.758000', '124440.218000', '124440.684000', '124441.144000', '124441.655000', '124442.062000', '124442.514000', '124442.976000', '124443.434000', '124443.945000', '124444.369000', '124444.819000', '124445.285000', '124445.755000', '124446.208000', '124446.686000', '124447.159000', '124447.595000', '124448.046000', '124448.510000', '124448.955000', '124449.426000', '124449.881000', '124450.354000', '124450.807000', '124451.345000', '124451.734000', '124452.193000', '124452.643000', '124453.123000', '124453.578000', '124454.032000', '124454.502000', '124454.951000', '124455.395000', '124455.863000', '124456.327000', '124456.781000', '124457.250000', '124457.715000', '124458.176000', '124458.630000', '124459.115000', '124459.539000', '124500.007000', '124500.461000', '124500.928000', '124501.391000', '124501.851000', '124502.315000', '124502.774000', '124503.237000', '124503.695000', '124504.192000', '124504.600000', '124505.064000', '124505.537000', '124505.987000', '124506.447000', '124506.913000', '124507.371000', '124507.836000', '124508.290000', '124508.750000', '124509.199000', '124509.659000', '124510.137000', '124510.601000', '124511.035000', '124511.496000', '124511.957000', '124512.423000', '124512.894000', '124513.351000', '124513.800000', '124514.269000', '124514.720000', '124515.187000', '124515.650000', '124516.098000', '124516.574000', '124517.042000', '124517.480000', '124517.986000', '124518.397000', '124518.874000', '124519.315000', '124519.789000', '124520.288000', '124520.705000', '124521.156000', '124521.618000', '124522.082000', '124522.545000', '124522.993000', '124523.458000', '124523.939000', '124524.427000', '124524.840000', '124525.312000', '124525.766000', '124526.244000', '124526.726000', '124527.146000', '124527.618000', '124528.078000', '124528.531000', '124529.025000', '124529.445000', '124529.911000', '124530.368000', '124530.836000', '124531.292000', '124531.739000', '124532.210000', '124532.655000', '124533.125000', '124533.594000', '124534.085000', '124534.506000', '124534.984000', '124535.436000', '124535.895000', '124536.355000', '124536.816000', '124537.277000', '124537.740000', '124538.178000', '124538.643000', '124539.103000', '124539.579000', '124540.021000', '124540.494000', '124540.938000', '124541.450000', '124541.900000', '124542.357000', '124542.800000', '124543.250000', '124543.705000', '124544.169000', '124544.637000', '124545.076000', '124545.550000', '124546.058000', '124546.505000', '124546.932000', '124547.384000', '124547.851000', '124548.318000', '124548.757000', '124549.231000', '124549.679000', '124550.154000', '124550.601000', '124551.073000', '124551.535000', '124551.986000', '124552.441000', '124552.915000', '124553.363000', '124553.877000', '124554.348000', '124554.743000', '124555.203000', '124555.672000', '124556.126000', '124556.588000', '124557.041000', '124557.500000', '124557.961000', '124558.428000', '124558.899000', '124559.344000', '124559.820000', '124600.278000', '124600.741000', '124601.201000', '124601.649000', '124602.121000', '124602.587000', '124603.038000', '124603.493000', '124603.982000', '124604.423000', '124604.875000', '124605.328000', '124605.787000', '124606.254000', '124606.718000', '124607.180000', '124607.643000', '124608.088000', '124608.595000', '124609.007000', '124609.476000', '124609.943000', '124610.394000', '124610.854000', '124611.303000', '124611.781000', '124612.229000', '124612.702000', '124613.157000', '124613.615000', '124614.066000', '124614.524000', '124614.986000', '124615.459000', '124615.918000', '124616.363000', '124616.834000', '124617.312000', '124617.757000', '124618.215000', '124618.684000', '124619.136000', '124619.637000', '124620.046000', '124620.535000', '124620.967000', '124621.446000', '124621.951000', '124622.391000', '124622.824000', '124623.276000', '124623.768000', '124624.196000', '124624.664000', '124625.118000', '124625.578000', '124626.026000', '124626.488000', '124626.948000', '124627.418000', '124627.910000', '124628.376000', '124628.793000', '124629.254000', '124629.752000', '124630.166000', '124630.645000', '124631.097000', '124631.545000', '124632.019000', '124632.466000', '124632.946000', '124633.398000', '124633.856000', '124634.318000', '124634.781000', '124635.241000', '124635.692000', '124636.163000', '124636.621000', '124637.084000', '124637.572000', '124638.023000', '124638.462000', '124638.903000', '124639.369000', '124639.894000', '124640.301000', '124640.747000', '124641.216000', '124641.674000', '124642.166000', '124642.593000', '124643.087000', '124643.531000', '124643.981000', '124644.436000', '124644.892000', '124645.346000', '124645.809000', '124646.270000', '124646.748000', '124647.197000', '124647.645000', '124648.107000', '124648.584000', '124649.035000', '124649.490000', '124649.960000', '124650.405000', '124650.868000', '124651.366000', '124651.892000', '124652.268000', '124652.706000', '124653.193000', '124653.628000', '124654.097000', '124654.554000', '124655.008000', '124655.499000', '124655.937000', '124656.391000', '124656.858000', '124657.325000', '124657.775000', '124658.239000', '124658.703000', '124659.149000', '124659.607000', '124700.079000', '124700.532000', '124701.000000', '124701.469000', '124701.922000', '124702.371000', '124702.838000', '124703.306000', '124703.755000', '124704.223000', '124704.685000', '124705.144000', '124705.592000', '124706.063000', '124706.519000', '124706.972000', '124707.429000', '124707.886000', '124708.365000', '124708.827000', '124709.272000', '124709.728000', '124710.206000', '124710.666000', '124711.113000', '124711.571000', '124712.025000', '124712.513000', '124712.950000', '124713.422000', '124713.885000', '124714.337000', '124714.808000', '124715.259000', '124715.727000', '124716.169000', '124716.649000', '124717.098000', '124717.566000', '124718.023000', '124718.473000', '124718.948000', '124719.411000', '124719.854000', '124720.312000', '124720.785000', '124721.230000', '124721.685000', '124722.163000', '124722.618000', '124723.089000', '124723.529000', '124724.001000', '124724.454000', '124724.926000', '124725.381000', '124725.839000', '124726.335000', '124726.746000', '124727.228000', '124727.671000', '124728.178000', '124728.588000', '124729.059000', '124729.554000', '124729.972000', '124730.445000', '124730.933000', '124731.344000', '124731.935000', '124732.268000', '124732.742000', '124733.200000', '124733.646000', '124734.128000', '124734.575000', '124735.054000', '124735.505000', '124735.966000', '124736.424000', '124736.868000', '124737.346000', '124737.811000', '124738.250000', '124738.716000', '124739.184000', '124739.629000', '124740.104000', '124740.560000', '124741.020000', '124741.480000', '124741.938000', '124742.404000', '124742.864000', '124743.322000', '124743.998000', '124744.248000', '124744.708000', '124745.149000', '124745.623000', '124746.074000', '124746.546000', '124746.997000', '124747.463000', '124747.914000', '124748.388000', '124748.856000', '124749.305000', '124749.767000', '124750.218000', '124750.674000', '124751.138000', '124751.594000', '124752.061000', '124752.515000', '124752.974000', '124753.427000', '124753.903000', '124754.353000', '124754.822000', '124755.292000', '124755.744000', '124756.209000', '124756.656000', '124757.130000', '124757.583000', '124758.036000', '124758.495000', '124758.955000', '124759.431000', '124759.876000', '124800.330000', '124800.797000', '124801.256000', '124801.729000', '124802.175000', '124802.651000', '124803.095000', '124803.564000', '124804.026000', '124804.491000', '124804.945000', '124805.403000', '124805.904000', '124806.332000', '124806.774000', '124807.231000', '124807.708000', '124808.156000', '124808.656000', '124809.080000', '124809.535000', '124809.995000', '124810.477000', '124810.929000', '124811.393000', '124811.835000', '124812.310000', '124812.778000', '124813.231000', '124813.697000', '124814.143000', '124814.611000', '124815.067000', '124815.526000', '124815.974000', '124816.435000', '124816.906000', '124817.366000', '124817.812000', '124818.279000', '124818.732000', '124819.194000', '124819.676000', '124820.116000', '124820.589000', '124821.037000', '124821.541000', '124821.973000', '124822.420000', '124822.879000', '124823.347000', '124823.819000', '124824.273000', '124824.720000', '124825.190000', '124825.648000', '124826.108000', '124826.575000', '124827.024000', '124827.520000', '124827.947000', '124828.412000', '124828.864000', '124829.335000', '124829.778000', '124830.252000', '124830.715000', '124831.158000', '124831.619000', '124832.091000', '124832.546000', '124833.009000', '124833.453000', '124833.925000', '124834.383000', '124834.836000', '124835.312000', '124835.767000', '124836.232000', '124836.695000', '124837.155000', '124837.611000', '124838.080000', '124838.536000', '124838.990000', '124839.447000', '124839.904000', '124840.380000', '124840.831000', '124841.292000', '124841.759000', '124842.225000', '124842.668000', '124843.124000', '124843.594000', '124844.051000', '124844.502000', '124844.979000', '124845.417000', '124845.927000', '124846.350000', '124846.801000', '124847.265000', '124847.760000', '124848.197000', '124848.641000', '124849.100000', '124849.569000', '124850.046000', '124850.498000', '124850.960000', '124851.420000', '124851.875000', '124852.329000', '124852.792000', '124853.245000', '124853.702000', '124854.183000', '124854.636000', '124855.098000', '124855.549000', '124856.004000', '124856.478000', '124856.926000', '124857.397000', '124857.844000', '124858.312000', '124858.778000', '124859.240000', '124859.693000', '124900.166000', '124900.606000', '124901.079000', '124901.527000', '124901.984000', '124902.452000', '124902.920000', '124903.373000', '124903.823000', '124904.290000', '124904.762000', '124905.211000', '124905.678000', '124906.135000', '124906.605000', '124907.041000', '124907.509000', '124907.969000', '124908.416000', '124908.907000', '124909.362000', '124909.803000', '124910.260000', '124910.735000', '124911.196000', '124911.653000', '124912.122000', '124912.580000', '124913.064000', '124913.496000', '124913.955000', '124914.421000', '124914.882000', '124915.342000', '124915.792000', '124916.245000', '124916.721000', '124917.163000', '124917.639000', '124918.103000', '124918.549000', '124919.015000', '124919.470000', '124919.937000', '124920.393000', '124920.846000', '124921.306000', '124921.768000', '124922.245000', '124922.705000', '124923.146000', '124923.610000', '124924.065000', '124924.524000', '124924.998000', '124925.447000', '124925.903000', '124926.372000', '124926.826000', '124927.287000', '124927.755000', '124928.215000', '124928.672000', '124929.137000', '124929.587000', '124930.064000', '124930.517000', '124930.978000', '124931.425000', '124931.903000', '124932.357000', '124932.822000', '124933.332000', '124933.731000', '124934.208000', '124934.670000', '124935.123000', '124935.579000', '124936.053000', '124936.501000', '124936.963000', '124937.416000', '124938.030000', '124938.325000', '124938.797000', '124939.255000', '124939.746000', '124940.182000', '124940.628000', '124941.103000', '124941.558000', '124942.026000', '124942.485000', '124942.948000', '124943.386000', '124943.856000', '124944.309000', '124944.768000', '124945.287000', '124945.704000', '124946.171000', '124946.629000', '124947.084000', '124947.548000', '124948.032000', '124948.456000', '124948.924000', '124949.379000', '124949.873000', '124950.293000', '124950.760000', '124951.227000', '124951.672000', '124952.135000', '124952.609000', '124953.069000', '124953.527000', '124953.978000', '124954.435000', '124954.893000', '124955.365000', '124955.810000', '124956.275000', '124956.737000', '124957.203000', '124957.657000', '124958.120000', '124958.582000', '124959.042000', '124959.493000', '124959.968000', '125000.429000', '125000.883000', '125001.348000', '125001.805000', '125002.260000', '125002.721000', '125003.188000', '125003.651000', '125004.110000', '125004.548000', '125005.025000', '125005.488000', '125005.944000', '125006.404000', '125006.870000', '125007.320000', '125007.917000', '125008.233000', '125008.697000', '125009.152000', '125009.627000', '125010.087000', '125010.551000', '125010.989000'], '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': [989, 764, 801, 1055, 808, 988, 796, 767, 787, 781, 716, 990, 785, 752, 764, 758, 710, 962, 792, 713, 839, 786, 808, 812, 779, 756, 840, 799, 705, 792, 722, 966, 807, 738, 817, 789, 783, 1017, 813, 761, 859, 803, 818, 803, 782, 901, 775, 830, 751, 780, 815, 746, 917, 824, 856, 800, 783, 941, 780, 700, 882, 776, 801, 770, 814, 766, 818, 811, 677, 778, 721, 883, 793, 780, 710, 809, 783, 750, 902, 797, 733, 797, 789, 959, 811, 787, 985, 821, 764, 890, 805, 796, 1073, 815, 809, 819, 818, 814, 791, 768, 1046, 797, 779, 813, 788, 784, 901, 801, 750, 890, 799, 773, 858, 810, 832, 920, 802, 789, 818, 810, 769, 945, 825, 804, 811, 820, 774, 946, 823, 789, 874, 800, 799, 1004, 797, 768, 839, 793, 757, 914, 815, 749, 927, 790, 795, 881, 821, 1039, 887, 805, 1100, 768, 769, 781, 785, 822, 963, 818, 748, 763, 836, 847, 760, 821, 939, 808, 929, 767, 894, 735, 773, 822, 766, 793, 776, 938, 762, 779, 921, 752, 784, 882, 780, 1281, 882, 780, 862, 774, 805, 1021, 813, 772, 840, 713, 754, 841, 757, 772, 868, 728, 757, 855, 766, 952, 787, 742, 891, 782, 742, 752, 743, 906, 763, 740, 821, 770, 879, 730, 757, 898, 803, 744, 850, 786, 855, 751, 769, 886, 793, 755, 863, 779, 733, 802, 785, 764, 801, 761, 836, 795, 695, 755, 895, 809, 914, 838, 740, 1026, 778, 942, 777, 763, 968, 795, 920, 1068, 822, 1341, 952, 1007, 1256, 1061, 814, 825, 788, 830, 724, 800, 771, 786, 697, 802, 861, 739, 818, 921, 785, 784, 848, 733, 790, 863, 732, 778, 926, 780, 777, 761, 747, 760, 858, 752, 785, 853, 717, 737, 846, 821, 727, 831, 791, 809, 761, 734, 805, 781, 731, 814, 792, 667, 754, 760, 922, 771, 769, 765, 773, 728, 781, 809, 750, 819, 787, 900, 799, 942, 804, 746, 1091, 795, 877, 712, 751, 825, 782, 852, 742, 741, 803, 793, 756, 765, 787, 901, 747, 740, 833, 790, 789, 728, 752, 797, 703, 738, 810, 783, 757, 815, 768, 846, 712, 756, 797, 814, 768, 799, 784, 856, 780, 739, 799, 801, 680, 724, 777, 849, 768, 755, 945, 766, 741, 803, 772, 810, 922, 796, 1029, 719, 762, 740, 830, 718, 799, 1052, 890, 775, 1044, 793, 1041, 747, 765, 1145, 757, 764, 737, 767, 745, 769, 763, 769, 850, 757, 754, 848, 791, 765, 877, 774, 727, 765, 806, 744, 811, 744, 738, 837, 793, 696, 843, 769, 972, 799, 750, 859, 768, 785, 856, 761, 829, 750, 752, 882, 776, 749, 861, 795, 973, 778, 771, 710, 737, 807, 749, 792, 801, 797, 770, 716, 1014, 784, 766, 782, 769, 887, 767, 749, 940, 819, 926, 748, 739, 869, 759, 765, 851, 766, 743, 872, 816, 821, 949, 804, 732, 814, 798, 973, 786, 806, 915, 786, 731, 750, 792, 906, 761, 755, 849, 788, 745, 769, 809, 868, 763, 816, 728, 740, 797, 747, 748, 802, 660, 742, 802, 762, 831, 824, 1085, 870, 748, 784, 800, 969, 758, 758, 941, 763, 787, 888, 786, 1313, 922, 815, 910, 713, 800, 879, 780, 875, 781, 778, 747, 730, 779, 867, 733, 760, 820, 744, 732, 819, 737, 758, 878, 780, 742, 837, 744, 762, 868, 776, 911, 765, 751, 850, 750, 797, 835, 787, 901, 754, 730, 882, 776, 758, 796, 762, 749, 884, 772, 786, 881, 802, 855, 767, 729, 868, 779, 772, 894, 793, 790, 780, 728, 936, 783, 757, 805, 760, 760, 878, 812, 824, 896, 778, 751, 804, 808, 978, 785, 732, 900, 784, 798, 801, 809, 792, 881, 780, 853, 757, 754, 812, 808, 756, 836, 798, 707, 749, 758, 851, 766, 767, 719, 684, 745, 740, 694, 789, 746, 970, 814, 1086, 782, 740, 851, 809, 732, 832, 791, 1064, 817, 929, 1182, 803, 772, 840, 725, 805, 1006, 723, 776, 802, 728, 793, 814, 806, 937, 778, 764, 795, 757, 786, 818, 807, 780, 804, 814, 719, 778, 778, 728, 821, 810, 729, 860, 816, 720, 813, 818, 903, 824, 834, 869, 795, 763, 858, 829, 773, 859, 814, 692, 792, 781, 972, 811, 744, 893, 807, 766, 831, 823, 880, 849, 837, 992, 803, 760, 812, 820, 770, 857, 832, 888, 778, 793, 818, 820, 781, 776, 788, 907, 765, 778, 706, 751, 779, 717, 797, 772, 1012, 819, 762, 845, 811, 848, 867, 794, 992, 815, 922, 802, 746, 1009, 782, 757, 764, 768, 869, 807, 750, 868, 806, 824, 777, 825, 760, 810, 879, 771, 790, 865, 796, 731, 761, 758, 839, 790, 780, 894, 825, 713, 762, 751, 835, 787, 723, 789, 760, 824, 773, 792, 789, 799, 1011, 768, 761, 762, 771, 760, 766, 779, 784, 807, 705, 809, 770, 774, 694, 881, 751, 1079, 796, 655, 905, 753, 764, 881, 730, 1164, 1011, 972, 1208, 849, 1235, 943, 777, 1192, 724, 992, 680, 692, 776, 699, 757, 741, 719, 699, 742, 743, 781, 703, 651, 784, 703, 628, 814, 724, 746, 699, 714, 936, 757, 745, 719, 658, 878, 734, 720, 978, 731, 763, 773, 687, 977, 761, 675, 909, 725, 753, 786, 695, 1016], 'WindowCenter': [285.0, 282.0, 282.0, 282.0, 281.0, 281.0, 279.0, 279.0, 279.0, 279.0, 279.0, 281.0, 280.0, 280.0, 280.0, 280.0, 279.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 279.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 281.0, 279.0, 280.0, 279.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 280.0, 279.0, 281.0, 279.0, 279.0, 279.0, 280.0, 279.0, 281.0, 281.0, 279.0, 280.0, 280.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 280.0, 282.0, 281.0, 280.0, 282.0, 281.0, 280.0, 280.0, 280.0, 280.0, 279.0, 279.0, 282.0, 280.0, 279.0, 280.0, 279.0, 280.0, 281.0, 280.0, 280.0, 281.0, 279.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 279.0, 280.0, 280.0, 279.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 282.0, 280.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 280.0, 282.0, 281.0, 280.0, 282.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 279.0, 281.0, 279.0, 279.0, 279.0, 279.0, 279.0, 281.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 281.0, 280.0, 280.0, 279.0, 282.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 280.0, 282.0, 280.0, 280.0, 281.0, 280.0, 283.0, 280.0, 279.0, 280.0, 279.0, 279.0, 281.0, 280.0, 279.0, 279.0, 278.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 281.0, 279.0, 279.0, 280.0, 279.0, 278.0, 278.0, 278.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 279.0, 279.0, 279.0, 280.0, 282.0, 281.0, 281.0, 280.0, 279.0, 282.0, 280.0, 282.0, 280.0, 280.0, 282.0, 280.0, 281.0, 281.0, 279.0, 282.0, 280.0, 280.0, 281.0, 280.0, 278.0, 278.0, 277.0, 278.0, 276.0, 277.0, 277.0, 277.0, 277.0, 278.0, 279.0, 278.0, 279.0, 280.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 279.0, 279.0, 281.0, 279.0, 279.0, 279.0, 279.0, 279.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 279.0, 280.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 280.0, 282.0, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 281.0, 279.0, 279.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 281.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 281.0, 282.0, 281.0, 282.0, 280.0, 279.0, 280.0, 281.0, 280.0, 281.0, 282.0, 281.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 281.0, 279.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 280.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 279.0, 279.0, 280.0, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 280.0, 282.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, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 279.0, 282.0, 280.0, 281.0, 279.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 281.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 281.0, 280.0, 280.0, 280.0, 279.0, 281.0, 282.0, 281.0, 282.0, 280.0, 282.0, 281.0, 280.0, 280.0, 280.0, 281.0, 280.0, 279.0, 281.0, 279.0, 279.0, 279.0, 279.0, 283.0, 280.0, 279.0, 280.0, 278.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 278.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 281.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 281.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, 280.0, 281.0, 280.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, 281.0, 281.0, 281.0, 282.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 280.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 281.0, 282.0, 281.0, 282.0, 280.0, 280.0, 281.0, 280.0, 279.0, 280.0, 279.0, 281.0, 280.0, 281.0, 282.0, 279.0, 278.0, 279.0, 278.0, 279.0, 281.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 280.0, 279.0, 279.0, 278.0, 278.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 280.0, 282.0, 281.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 282.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 282.0, 280.0, 281.0, 279.0, 279.0, 281.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 281.0, 280.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 280.0, 280.0, 279.0, 279.0, 279.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 280.0, 279.0, 279.0, 281.0, 281.0, 281.0, 282.0, 280.0, 283.0, 281.0, 279.0, 282.0, 280.0, 280.0, 281.0, 280.0, 282.0, 282.0, 281.0, 281.0, 278.0, 280.0, 279.0, 277.0, 279.0, 276.0, 279.0, 275.0, 276.0, 277.0, 276.0, 277.0, 277.0, 277.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 280.0, 279.0, 278.0, 280.0, 279.0, 279.0, 279.0, 279.0, 281.0, 280.0, 279.0, 279.0, 278.0, 281.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 279.0, 282.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 279.0, 282.0], 'WindowWidth': [625.0, 620.0, 619.0, 619.0, 617.0, 617.0, 614.0, 614.0, 614.0, 614.0, 614.0, 617.0, 616.0, 615.0, 616.0, 615.0, 615.0, 617.0, 617.0, 615.0, 617.0, 617.0, 617.0, 616.0, 615.0, 616.0, 615.0, 615.0, 613.0, 615.0, 614.0, 617.0, 617.0, 616.0, 616.0, 616.0, 615.0, 617.0, 617.0, 614.0, 615.0, 614.0, 614.0, 614.0, 614.0, 616.0, 614.0, 615.0, 614.0, 615.0, 617.0, 616.0, 618.0, 617.0, 616.0, 616.0, 615.0, 618.0, 615.0, 614.0, 616.0, 614.0, 614.0, 614.0, 615.0, 614.0, 617.0, 616.0, 614.0, 616.0, 616.0, 618.0, 617.0, 618.0, 618.0, 617.0, 617.0, 617.0, 618.0, 619.0, 617.0, 617.0, 617.0, 619.0, 617.0, 617.0, 619.0, 617.0, 616.0, 618.0, 617.0, 616.0, 619.0, 617.0, 616.0, 615.0, 615.0, 615.0, 614.0, 614.0, 618.0, 615.0, 614.0, 615.0, 614.0, 615.0, 616.0, 615.0, 615.0, 616.0, 614.0, 614.0, 615.0, 615.0, 615.0, 616.0, 615.0, 614.0, 615.0, 615.0, 614.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 618.0, 617.0, 617.0, 618.0, 616.0, 617.0, 619.0, 617.0, 617.0, 617.0, 616.0, 616.0, 619.0, 617.0, 616.0, 618.0, 616.0, 615.0, 616.0, 615.0, 617.0, 615.0, 614.0, 617.0, 613.0, 613.0, 613.0, 614.0, 614.0, 616.0, 614.0, 613.0, 613.0, 615.0, 614.0, 613.0, 615.0, 617.0, 616.0, 615.0, 613.0, 618.0, 616.0, 617.0, 615.0, 616.0, 617.0, 616.0, 619.0, 616.0, 616.0, 618.0, 616.0, 615.0, 617.0, 615.0, 619.0, 615.0, 614.0, 615.0, 614.0, 614.0, 616.0, 615.0, 614.0, 614.0, 612.0, 613.0, 615.0, 613.0, 615.0, 615.0, 613.0, 614.0, 615.0, 614.0, 616.0, 614.0, 613.0, 615.0, 613.0, 612.0, 612.0, 612.0, 614.0, 613.0, 613.0, 614.0, 613.0, 615.0, 613.0, 614.0, 615.0, 614.0, 614.0, 615.0, 614.0, 615.0, 614.0, 614.0, 616.0, 615.0, 615.0, 617.0, 616.0, 616.0, 617.0, 616.0, 618.0, 617.0, 614.0, 614.0, 613.0, 613.0, 616.0, 620.0, 617.0, 617.0, 616.0, 613.0, 619.0, 616.0, 618.0, 616.0, 615.0, 618.0, 616.0, 616.0, 617.0, 614.0, 618.0, 615.0, 614.0, 617.0, 614.0, 610.0, 611.0, 610.0, 612.0, 609.0, 610.0, 609.0, 609.0, 610.0, 611.0, 613.0, 611.0, 613.0, 614.0, 612.0, 611.0, 612.0, 611.0, 612.0, 613.0, 612.0, 614.0, 616.0, 614.0, 614.0, 614.0, 613.0, 614.0, 617.0, 615.0, 616.0, 617.0, 615.0, 614.0, 615.0, 617.0, 615.0, 617.0, 617.0, 617.0, 616.0, 615.0, 617.0, 616.0, 616.0, 617.0, 616.0, 614.0, 615.0, 616.0, 618.0, 616.0, 617.0, 616.0, 616.0, 615.0, 616.0, 617.0, 617.0, 617.0, 616.0, 618.0, 616.0, 618.0, 615.0, 615.0, 619.0, 615.0, 615.0, 613.0, 614.0, 615.0, 614.0, 615.0, 615.0, 614.0, 614.0, 615.0, 614.0, 614.0, 614.0, 616.0, 614.0, 614.0, 615.0, 614.0, 615.0, 614.0, 614.0, 616.0, 614.0, 614.0, 615.0, 616.0, 614.0, 615.0, 616.0, 617.0, 615.0, 617.0, 617.0, 617.0, 617.0, 617.0, 616.0, 617.0, 617.0, 616.0, 616.0, 616.0, 614.0, 615.0, 616.0, 617.0, 616.0, 616.0, 619.0, 616.0, 616.0, 616.0, 616.0, 617.0, 618.0, 617.0, 619.0, 615.0, 614.0, 616.0, 617.0, 616.0, 617.0, 619.0, 617.0, 614.0, 617.0, 614.0, 615.0, 613.0, 613.0, 617.0, 613.0, 612.0, 612.0, 612.0, 612.0, 613.0, 614.0, 614.0, 615.0, 614.0, 614.0, 615.0, 614.0, 614.0, 615.0, 615.0, 614.0, 614.0, 615.0, 615.0, 616.0, 615.0, 616.0, 616.0, 616.0, 614.0, 615.0, 614.0, 618.0, 616.0, 614.0, 615.0, 614.0, 614.0, 615.0, 615.0, 615.0, 614.0, 614.0, 615.0, 614.0, 613.0, 615.0, 614.0, 618.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 616.0, 616.0, 618.0, 616.0, 614.0, 614.0, 614.0, 615.0, 614.0, 613.0, 618.0, 615.0, 616.0, 613.0, 613.0, 615.0, 615.0, 616.0, 617.0, 615.0, 615.0, 616.0, 616.0, 616.0, 618.0, 616.0, 615.0, 615.0, 615.0, 617.0, 614.0, 616.0, 616.0, 614.0, 613.0, 613.0, 615.0, 615.0, 613.0, 614.0, 614.0, 614.0, 613.0, 613.0, 614.0, 615.0, 614.0, 615.0, 614.0, 615.0, 617.0, 616.0, 615.0, 615.0, 614.0, 618.0, 619.0, 618.0, 618.0, 616.0, 619.0, 617.0, 615.0, 615.0, 615.0, 618.0, 615.0, 614.0, 616.0, 614.0, 613.0, 614.0, 613.0, 619.0, 615.0, 613.0, 615.0, 612.0, 612.0, 613.0, 612.0, 613.0, 611.0, 611.0, 611.0, 611.0, 612.0, 615.0, 613.0, 613.0, 614.0, 612.0, 613.0, 613.0, 613.0, 614.0, 615.0, 614.0, 614.0, 615.0, 613.0, 614.0, 615.0, 614.0, 616.0, 613.0, 614.0, 615.0, 613.0, 614.0, 614.0, 614.0, 615.0, 614.0, 614.0, 616.0, 615.0, 615.0, 616.0, 615.0, 615.0, 616.0, 616.0, 615.0, 617.0, 616.0, 616.0, 615.0, 615.0, 617.0, 616.0, 616.0, 617.0, 616.0, 615.0, 615.0, 615.0, 618.0, 617.0, 616.0, 616.0, 616.0, 615.0, 617.0, 616.0, 617.0, 618.0, 616.0, 615.0, 616.0, 615.0, 618.0, 615.0, 615.0, 617.0, 614.0, 615.0, 614.0, 615.0, 615.0, 617.0, 614.0, 615.0, 614.0, 614.0, 614.0, 614.0, 614.0, 615.0, 615.0, 613.0, 613.0, 614.0, 615.0, 614.0, 615.0, 615.0, 613.0, 616.0, 615.0, 616.0, 617.0, 617.0, 619.0, 617.0, 619.0, 616.0, 616.0, 617.0, 616.0, 614.0, 615.0, 614.0, 618.0, 616.0, 617.0, 618.0, 613.0, 612.0, 613.0, 612.0, 613.0, 616.0, 612.0, 612.0, 612.0, 611.0, 612.0, 612.0, 613.0, 614.0, 613.0, 612.0, 612.0, 612.0, 612.0, 612.0, 613.0, 614.0, 614.0, 614.0, 613.0, 614.0, 614.0, 614.0, 615.0, 617.0, 615.0, 616.0, 616.0, 614.0, 616.0, 617.0, 617.0, 617.0, 617.0, 617.0, 616.0, 615.0, 617.0, 617.0, 616.0, 618.0, 617.0, 615.0, 616.0, 616.0, 618.0, 617.0, 616.0, 617.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 615.0, 618.0, 614.0, 614.0, 614.0, 616.0, 614.0, 616.0, 615.0, 615.0, 614.0, 614.0, 614.0, 614.0, 614.0, 614.0, 615.0, 617.0, 615.0, 614.0, 614.0, 615.0, 616.0, 616.0, 617.0, 616.0, 619.0, 618.0, 617.0, 617.0, 617.0, 617.0, 617.0, 616.0, 618.0, 616.0, 616.0, 614.0, 613.0, 617.0, 614.0, 614.0, 613.0, 614.0, 615.0, 614.0, 614.0, 615.0, 614.0, 614.0, 614.0, 614.0, 613.0, 614.0, 615.0, 614.0, 614.0, 615.0, 614.0, 613.0, 613.0, 613.0, 615.0, 614.0, 614.0, 616.0, 615.0, 613.0, 614.0, 614.0, 615.0, 614.0, 613.0, 614.0, 614.0, 615.0, 614.0, 614.0, 614.0, 616.0, 617.0, 615.0, 615.0, 615.0, 616.0, 615.0, 615.0, 619.0, 616.0, 615.0, 613.0, 614.0, 618.0, 617.0, 617.0, 618.0, 616.0, 620.0, 617.0, 614.0, 618.0, 616.0, 616.0, 617.0, 615.0, 619.0, 618.0, 616.0, 617.0, 612.0, 615.0, 613.0, 610.0, 614.0, 609.0, 612.0, 607.0, 608.0, 609.0, 608.0, 609.0, 609.0, 611.0, 611.0, 611.0, 612.0, 612.0, 611.0, 612.0, 615.0, 613.0, 613.0, 615.0, 613.0, 614.0, 613.0, 614.0, 617.0, 615.0, 614.0, 614.0, 612.0, 616.0, 615.0, 615.0, 619.0, 616.0, 616.0, 616.0, 614.0, 618.0, 616.0, 615.0, 618.0, 615.0, 615.0, 615.0, 614.0, 619.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.002836075949367089</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02519864246260069</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.078517953398645</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2573621882027644</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0361031031336416</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5048</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5707.9312</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12318297428554413</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>113</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.003452243958574</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5301396157603238</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4262233966997813</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7726547520765776</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3915406985046124</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0132161</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018946964293718338</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03459956869482994</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.918053777845585</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.4316</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.0266</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>14.0729</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>292812.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>69.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>27.009</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4951</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>37.9829</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>224.5485</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>235.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83732.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>81.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>297.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>59.9784</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.42351235251408</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> |