=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0019 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0019",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
102 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
102 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0019_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0019_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-01/func/sub-0019_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>24e424a49885f48e48bda898c781468b</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:43:48.935000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99781, 0.0660992, 0.00233253, -0.0659247, 0.991092, 0.115714]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.253</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0845103</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>25</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4161, -7789, -7261, 492, 25, -356, 57, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.085</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d19f0176-bce0-4f23-bb68-c4be2ef22ed1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6770522594451904, -0.17687101662158966, -0.014409560710191727, 118.67741394042969], [-0.17733925580978394, 2.6590282917022705, 0.31216010451316833, -92.51420593261719], [0.006258015520870686, -0.3104534149169922, 2.6818554401397705, -51.41645050048828], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['154348.935000', '154349.395000', '154349.855000', '154350.315000', '154350.775000', '154351.235000', '154351.695000', '154352.155000', '154352.615000', '154353.075000', '154353.535000', '154353.995000', '154354.455000', '154354.915000', '154355.375000', '154355.835000', '154356.295000', '154356.755000', '154357.215000', '154357.675000', '154358.135000', '154358.595000', '154359.055000', '154359.515000', '154359.975000', '154400.435000', '154400.895000', '154401.355000', '154401.815000', '154402.275000', '154402.735000', '154403.195000', '154403.655000', '154404.115000', '154404.575000', '154405.035000', '154405.495000', '154405.955000', '154406.415000', '154406.875000', '154407.335000', '154407.795000', '154408.255000', '154408.715000', '154409.175000', '154409.635000', '154410.095000', '154410.555000', '154411.015000', '154411.475000', '154411.935000', '154412.395000', '154412.855000', '154413.315000', '154413.775000', '154414.235000', '154414.695000', '154415.155000', '154415.615000', '154416.075000', '154416.535000', '154416.995000', '154417.455000', '154417.915000', '154418.375000', '154418.835000', '154419.295000', '154419.755000', '154420.215000', '154420.675000', '154421.135000', '154421.595000', '154422.055000', '154422.515000', '154422.975000', '154423.435000', '154423.895000', '154424.355000', '154424.815000', '154425.275000', '154425.735000', '154426.195000', '154426.655000', '154427.115000', '154427.575000', '154428.035000', '154428.495000', '154428.955000', '154429.415000', '154429.875000', '154430.335000', '154430.795000', '154431.255000', '154431.715000', '154432.175000', '154432.635000', '154433.095000', '154433.555000', '154434.015000', '154434.475000', '154434.935000', '154435.395000', '154435.855000', '154436.315000', '154436.775000', '154437.235000', '154437.695000', '154438.155000', '154438.615000', '154439.075000', '154439.535000', '154439.995000', '154440.455000', '154440.915000', '154441.375000', '154441.835000', '154442.295000', '154442.755000', '154443.215000', '154443.675000', '154444.135000', '154444.595000', '154445.055000', '154445.515000', '154445.975000', '154446.435000', '154446.895000', '154447.355000', '154447.815000', '154448.275000', '154448.735000', '154449.195000', '154449.655000', '154450.115000', '154450.575000', '154451.035000', '154451.495000', '154451.955000', '154452.415000', '154452.875000', '154453.335000', '154453.795000', '154454.255000', '154454.715000', '154455.175000', '154455.635000', '154456.095000', '154456.555000', '154457.015000', '154457.475000', '154457.935000', '154458.395000', '154458.855000', '154459.315000', '154459.775000', '154500.235000', '154500.695000', '154501.155000', '154501.615000', '154502.075000', '154502.535000', '154502.995000', '154503.455000', '154503.915000', '154504.375000', '154504.835000', '154505.295000', '154505.755000', '154506.215000', '154506.675000', '154507.135000', '154507.595000', '154508.055000', '154508.515000', '154508.975000', '154509.435000', '154509.895000', '154510.355000', '154510.815000', '154511.275000', '154511.735000', '154512.195000', '154512.655000', '154513.115000', '154513.575000', '154514.035000', '154514.495000', '154514.955000', '154515.415000', '154515.875000', '154516.335000', '154516.795000', '154517.255000', '154517.715000', '154518.175000', '154518.635000', '154519.095000', '154519.555000', '154520.015000', '154520.475000', '154520.935000', '154521.395000', '154521.855000', '154522.315000', '154522.775000', '154523.235000', '154523.695000', '154524.155000', '154524.615000', '154525.075000', '154525.535000', '154525.995000', '154526.455000', '154526.915000', '154527.375000', '154527.835000', '154528.295000', '154528.755000', '154529.215000', '154529.675000', '154530.135000', '154530.595000', '154531.055000', '154531.515000', '154531.975000', '154532.435000', '154532.895000', '154533.355000', '154533.815000', '154534.275000', '154534.735000', '154535.195000', '154535.655000', '154536.115000', '154536.575000', '154537.035000', '154537.495000', '154537.955000', '154538.415000', '154538.875000', '154539.335000', '154539.795000', '154540.255000', '154540.715000', '154541.175000', '154541.635000', '154542.095000', '154542.555000', '154543.015000', '154543.475000', '154543.935000', '154544.395000', '154544.855000', '154545.315000', '154545.775000', '154546.235000', '154546.695000', '154547.155000', '154547.615000', '154548.075000', '154548.535000', '154548.995000', '154549.455000', '154549.915000', '154550.375000', '154550.835000', '154551.295000', '154551.755000', '154552.215000', '154552.675000', '154553.135000', '154553.595000', '154554.055000', '154554.515000', '154554.975000', '154555.435000', '154555.895000', '154556.355000', '154556.815000', '154557.275000', '154557.735000', '154558.195000', '154558.655000', '154559.115000', '154559.575000', '154600.035000', '154600.495000', '154600.955000', '154601.415000', '154601.875000', '154602.335000', '154602.795000', '154603.255000', '154603.715000', '154604.175000', '154604.635000', '154605.095000', '154605.555000', '154606.015000', '154606.475000', '154606.935000', '154607.395000', '154607.855000', '154608.315000', '154608.775000', '154609.235000', '154609.695000', '154610.155000', '154610.615000', '154611.075000', '154611.535000', '154611.995000', '154612.455000', '154612.915000', '154613.375000', '154613.835000', '154614.295000', '154614.755000', '154615.215000', '154615.675000', '154616.135000', '154616.595000', '154617.055000', '154617.515000', '154617.975000', '154618.435000', '154618.895000', '154619.355000', '154619.815000', '154620.275000', '154620.735000', '154621.195000', '154621.655000', '154622.115000', '154622.575000', '154623.035000', '154623.495000', '154623.955000', '154624.415000', '154624.875000', '154625.335000', '154625.795000', '154626.255000', '154626.715000', '154627.175000', '154627.635000', '154628.095000', '154628.555000', '154629.015000', '154629.475000', '154629.935000', '154630.395000', '154630.855000', '154631.315000', '154631.775000', '154632.235000', '154632.695000', '154633.155000', '154633.615000', '154634.075000', '154634.535000', '154634.995000', '154635.455000', '154635.915000', '154636.375000', '154636.835000', '154637.295000', '154637.755000', '154638.215000', '154638.675000', '154639.135000', '154639.595000', '154640.055000', '154640.515000', '154640.975000', '154641.435000', '154641.895000', '154642.355000', '154642.815000', '154643.275000', '154643.735000', '154644.195000', '154644.655000', '154645.115000', '154645.575000', '154646.035000', '154646.495000', '154646.955000', '154647.415000', '154647.875000', '154648.335000', '154648.795000', '154649.255000', '154649.715000', '154650.175000', '154650.635000', '154651.095000', '154651.555000', '154652.015000', '154652.475000', '154652.935000', '154653.395000', '154653.855000', '154654.315000', '154654.775000', '154655.235000', '154655.695000', '154656.155000', '154656.615000', '154657.075000', '154657.535000', '154657.995000', '154658.455000', '154658.915000', '154659.375000', '154659.835000', '154700.295000', '154700.755000', '154701.215000', '154701.675000', '154702.135000', '154702.595000', '154703.055000', '154703.515000', '154703.975000', '154704.435000', '154704.895000', '154705.355000', '154705.815000', '154706.275000', '154706.735000', '154707.195000', '154707.655000', '154708.115000', '154708.575000', '154709.035000', '154709.495000', '154709.955000', '154710.415000', '154710.875000', '154711.335000', '154711.795000', '154712.255000', '154712.715000', '154713.175000', '154713.635000', '154714.095000', '154714.555000', '154715.015000', '154715.475000', '154715.935000', '154716.395000', '154716.855000', '154717.315000', '154717.775000', '154718.235000', '154718.695000', '154719.155000', '154719.615000', '154720.075000', '154720.535000', '154720.995000', '154721.455000', '154721.915000', '154722.375000', '154722.835000', '154723.295000', '154723.755000', '154724.215000', '154724.675000', '154725.135000', '154725.595000', '154726.055000', '154726.515000', '154726.975000', '154727.435000', '154727.895000', '154728.355000', '154728.815000', '154729.275000', '154729.735000', '154730.195000', '154730.655000', '154731.115000', '154731.575000', '154732.035000', '154732.495000', '154732.955000', '154733.415000', '154733.875000', '154734.335000', '154734.795000', '154735.255000', '154735.715000', '154736.175000', '154736.635000', '154737.095000', '154737.555000', '154738.015000', '154738.475000', '154738.935000', '154739.395000', '154739.855000', '154740.315000', '154740.775000', '154741.235000', '154741.695000', '154742.155000', '154742.615000', '154743.075000', '154743.535000', '154743.995000', '154744.455000', '154744.915000', '154745.375000', '154745.835000', '154746.295000', '154746.755000', '154747.215000', '154747.675000', '154748.135000', '154748.595000', '154749.055000', '154749.515000', '154749.975000', '154750.435000', '154750.895000', '154751.355000', '154751.815000', '154752.275000', '154752.735000', '154753.195000', '154753.655000', '154754.115000', '154754.575000', '154755.035000', '154755.495000', '154755.955000', '154756.415000', '154756.875000', '154757.335000', '154757.795000', '154758.255000', '154758.715000', '154759.175000', '154759.635000', '154800.095000', '154800.555000', '154801.015000', '154801.475000', '154801.935000', '154802.395000', '154802.855000', '154803.315000', '154803.775000', '154804.235000', '154804.695000', '154805.155000', '154805.615000', '154806.075000', '154806.535000', '154806.995000', '154807.455000', '154807.915000', '154808.375000', '154808.835000', '154809.295000', '154809.755000', '154810.215000', '154810.675000', '154811.135000', '154811.595000', '154812.055000', '154812.515000', '154812.975000', '154813.435000', '154813.895000', '154814.355000', '154814.815000', '154815.275000', '154815.735000', '154816.195000', '154816.655000', '154817.115000', '154817.575000', '154818.035000', '154818.495000', '154818.955000', '154819.415000', '154819.875000', '154820.335000', '154820.795000', '154821.255000', '154821.715000', '154822.175000', '154822.635000', '154823.095000', '154823.555000', '154824.015000', '154824.475000', '154824.935000', '154825.395000', '154825.855000', '154826.315000', '154826.775000', '154827.235000', '154827.695000', '154828.155000', '154828.615000', '154829.075000', '154829.535000', '154829.995000', '154830.455000', '154830.915000', '154831.375000', '154831.835000', '154832.295000', '154832.755000', '154833.215000', '154833.675000', '154834.135000', '154834.595000', '154835.055000', '154835.515000', '154835.975000', '154836.435000', '154836.895000', '154837.355000', '154837.815000', '154838.275000', '154838.735000', '154839.195000', '154839.655000', '154840.115000', '154840.575000', '154841.035000', '154841.495000', '154841.955000', '154842.415000', '154842.875000', '154843.335000', '154843.795000', '154844.255000', '154844.715000', '154845.175000', '154845.635000', '154846.095000', '154846.555000', '154847.015000', '154847.475000', '154847.935000', '154848.395000', '154848.855000', '154849.315000', '154849.775000', '154850.235000', '154850.695000', '154851.155000', '154851.615000', '154852.075000', '154852.535000', '154852.995000', '154853.455000', '154853.915000', '154854.375000', '154854.835000', '154855.295000', '154855.755000', '154856.215000', '154856.675000', '154857.135000', '154857.595000', '154858.055000', '154858.515000', '154858.975000', '154859.435000', '154859.895000', '154900.355000', '154900.815000', '154901.275000', '154901.735000', '154902.195000', '154902.655000', '154903.115000', '154903.575000', '154904.035000', '154904.495000', '154904.955000', '154905.415000', '154905.875000', '154906.335000', '154906.795000', '154907.255000', '154907.715000', '154908.175000', '154908.635000', '154909.095000', '154909.555000', '154910.015000', '154910.475000', '154910.935000', '154911.395000', '154911.855000', '154912.315000', '154912.775000', '154913.235000', '154913.695000', '154914.155000', '154914.615000', '154915.075000', '154915.535000', '154915.995000', '154916.455000', '154916.915000', '154917.375000', '154917.835000', '154918.295000', '154918.755000', '154919.215000', '154919.675000', '154920.135000', '154920.595000', '154921.055000', '154921.515000', '154921.975000', '154922.435000', '154922.895000', '154923.355000', '154923.815000', '154924.275000', '154924.735000', '154925.195000', '154925.655000', '154926.115000', '154926.575000', '154927.035000', '154927.495000', '154927.955000', '154928.415000', '154928.875000', '154929.335000', '154929.795000', '154930.255000', '154930.715000', '154931.175000', '154931.635000', '154932.095000', '154932.555000', '154933.015000', '154933.475000', '154933.935000', '154934.395000', '154934.855000', '154935.315000', '154935.775000', '154936.235000', '154936.695000', '154937.155000', '154937.615000', '154938.075000', '154938.535000', '154938.995000', '154939.455000', '154939.915000', '154940.375000', '154940.835000', '154941.295000', '154941.755000', '154942.215000', '154942.675000', '154943.135000', '154943.595000', '154944.055000', '154944.515000', '154944.975000', '154945.435000', '154945.895000', '154946.355000', '154946.815000', '154947.275000', '154947.735000', '154948.195000', '154948.655000', '154949.115000', '154949.575000', '154950.035000', '154950.495000', '154950.955000', '154951.415000', '154951.875000', '154952.335000', '154952.795000', '154953.255000', '154953.715000', '154954.175000', '154954.635000', '154955.095000', '154955.555000', '154956.015000', '154956.475000', '154956.935000', '154957.395000', '154957.855000', '154958.315000', '154958.775000', '154959.235000', '154959.695000', '155000.155000', '155000.615000', '155001.075000', '155001.535000', '155001.995000', '155002.455000', '155002.915000', '155003.375000', '155003.835000', '155004.295000', '155004.755000', '155005.215000', '155005.675000', '155006.135000', '155006.595000', '155007.055000', '155007.515000', '155007.975000', '155008.435000', '155008.895000', '155009.355000', '155009.815000', '155010.275000', '155010.735000', '155011.195000', '155011.655000', '155012.115000', '155012.575000', '155013.035000', '155013.495000', '155013.955000', '155014.415000', '155014.875000', '155015.335000', '155015.795000', '155016.255000', '155016.715000', '155017.175000', '155017.635000', '155018.095000', '155018.555000', '155019.015000', '155019.475000', '155019.935000', '155020.395000', '155020.855000', '155021.315000', '155021.775000', '155022.235000', '155022.695000', '155023.155000', '155023.615000', '155024.075000', '155024.535000', '155024.995000', '155025.455000', '155025.915000', '155026.375000', '155026.835000', '155027.295000', '155027.755000', '155028.215000', '155028.675000', '155029.135000', '155029.595000'], 'ContentTime': ['154352.906000', '154353.120000', '154353.362000', '154353.622000', '154353.837000', '154354.033000', '154354.271000', '154354.448000', '154354.629000', '154354.856000', '154355.036000', '154355.276000', '154355.671000', '154356.129000', '154356.620000', '154357.060000', '154357.525000', '154357.988000', '154358.449000', '154358.909000', '154359.377000', '154359.822000', '154400.289000', '154400.741000', '154401.216000', '154401.659000', '154402.136000', '154402.628000', '154403.042000', '154403.504000', '154403.958000', '154404.481000', '154404.891000', '154405.385000', '154405.807000', '154406.281000', '154406.735000', '154407.192000', '154407.639000', '154408.120000', '154408.573000', '154409.022000', '154409.495000', '154409.944000', '154410.412000', '154410.870000', '154411.347000', '154411.782000', '154412.250000', '154412.711000', '154413.173000', '154413.643000', '154414.080000', '154414.544000', '154415.228000', '154415.469000', '154415.923000', '154416.386000', '154416.848000', '154417.304000', '154417.772000', '154418.232000', '154418.699000', '154419.148000', '154419.614000', '154420.074000', '154420.533000', '154420.998000', '154421.447000', '154421.953000', '154422.370000', '154422.824000', '154423.287000', '154423.749000', '154424.218000', '154424.673000', '154425.125000', '154425.582000', '154426.053000', '154426.501000', '154426.974000', '154427.441000', '154427.922000', '154428.359000', '154428.815000', '154429.266000', '154429.720000', '154430.195000', '154430.647000', '154431.100000', '154431.578000', '154432.029000', '154432.500000', '154432.941000', '154433.411000', '154433.875000', '154434.328000', '154434.797000', '154435.256000', '154435.716000', '154436.162000', '154436.638000', '154437.083000', '154437.561000', '154438.013000', '154438.463000', '154438.918000', '154439.394000', '154439.846000', '154440.311000', '154440.761000', '154441.224000', '154441.698000', '154442.139000', '154442.604000', '154443.081000', '154443.525000', '154444.000000', '154444.462000', '154444.902000', '154445.379000', '154445.872000', '154446.325000', '154446.742000', '154447.221000', '154447.666000', '154448.127000', '154448.586000', '154449.059000', '154449.504000', '154449.977000', '154450.429000', '154450.886000', '154451.390000', '154451.800000', '154452.267000', '154452.743000', '154453.236000', '154453.644000', '154454.114000', '154454.579000', '154455.036000', '154455.480000', '154455.948000', '154456.413000', '154456.877000', '154457.328000', '154457.863000', '154458.258000', '154458.702000', '154459.163000', '154459.625000', '154500.081000', '154500.563000', '154501.003000', '154501.470000', '154501.961000', '154502.461000', '154502.843000', '154503.311000', '154503.772000', '154504.223000', '154504.685000', '154505.152000', '154505.612000', '154506.079000', '154506.534000', '154506.994000', '154507.449000', '154507.914000', '154508.364000', '154508.831000', '154509.283000', '154509.748000', '154510.201000', '154510.665000', '154511.124000', '154511.604000', '154512.046000', '154512.501000', '154512.967000', '154513.436000', '154513.888000', '154514.359000', '154514.810000', '154515.286000', '154515.738000', '154516.193000', '154516.660000', '154517.105000', '154517.567000', '154518.044000', '154518.506000', '154518.952000', '154519.421000', '154519.881000', '154520.331000', '154520.805000', '154521.257000', '154521.715000', '154522.176000', '154522.638000', '154523.098000', '154523.554000', '154524.018000', '154524.476000', '154524.963000', '154525.407000', '154525.849000', '154526.305000', '154526.770000', '154527.236000', '154527.688000', '154528.161000', '154528.621000', '154529.066000', '154529.526000', '154529.998000', '154530.445000', '154530.921000', '154531.420000', '154531.863000', '154532.299000', '154532.753000', '154533.206000', '154533.687000', '154534.142000', '154534.601000', '154535.059000', '154535.509000', '154535.976000', '154536.446000', '154536.885000', '154537.345000', '154537.826000', '154538.268000', '154538.727000', '154539.188000', '154539.663000', '154540.107000', '154540.572000', '154541.028000', '154541.491000', '154541.951000', '154542.420000', '154542.865000', '154543.327000', '154543.899000', '154544.262000', '154544.709000', '154545.170000', '154545.632000', '154546.091000', '154546.545000', '154547.021000', '154547.478000', '154547.930000', '154548.396000', '154548.847000', '154549.312000', '154549.768000', '154550.239000', '154550.700000', '154551.162000', '154551.609000', '154552.078000', '154552.571000', '154553.007000', '154553.459000', '154553.957000', '154554.368000', '154554.846000', '154555.289000', '154555.759000', '154556.223000', '154556.677000', '154557.131000', '154557.606000', '154558.061000', '154558.520000', '154558.968000', '154559.450000', '154559.898000', '154600.359000', '154600.817000', '154601.287000', '154601.732000', '154602.201000', '154602.657000', '154603.118000', '154603.576000', '154604.037000', '154604.533000', '154604.963000', '154605.409000', '154605.881000', '154606.339000', '154606.809000', '154607.264000', '154607.704000', '154608.180000', '154608.630000', '154609.104000', '154609.568000', '154610.009000', '154610.488000', '154610.940000', '154611.401000', '154611.902000', '154612.319000', '154612.777000', '154613.236000', '154613.691000', '154614.160000', '154614.627000', '154615.082000', '154615.537000', '154615.995000', '154616.450000', '154616.909000', '154617.369000', '154617.846000', '154618.291000', '154618.754000', '154619.209000', '154619.691000', '154620.144000', '154620.591000', '154621.060000', '154621.512000', '154621.983000', '154622.445000', '154622.905000', '154623.357000', '154623.860000', '154624.287000', '154624.741000', '154625.187000', '154625.652000', '154626.116000', '154626.575000', '154627.049000', '154627.491000', '154627.962000', '154628.416000', '154628.876000', '154629.344000', '154629.800000', '154630.254000', '154630.713000', '154631.177000', '154631.635000', '154632.109000', '154632.562000', '154633.025000', '154633.503000', '154633.951000', '154634.406000', '154634.860000', '154635.329000', '154635.773000', '154636.245000', '154636.708000', '154637.163000', '154637.614000', '154638.090000', '154638.531000', '154639.010000', '154639.466000', '154639.918000', '154640.385000', '154640.834000', '154641.289000', '154641.760000', '154642.227000', '154642.690000', '154643.133000', '154643.609000', '154644.051000', '154644.518000', '154644.971000', '154645.440000', '154645.905000', '154646.364000', '154646.812000', '154647.325000', '154647.745000', '154648.197000', '154648.674000', '154649.112000', '154649.587000', '154650.035000', '154650.535000', '154650.961000', '154651.430000', '154651.877000', '154652.336000', '154652.801000', '154653.251000', '154653.712000', '154654.185000', '154654.639000', '154655.107000', '154655.553000', '154656.036000', '154656.472000', '154656.977000', '154657.398000', '154657.867000', '154658.321000', '154658.782000', '154659.247000', '154659.704000', '154700.165000', '154700.625000', '154701.100000', '154701.533000', '154702.003000', '154702.470000', '154702.955000', '154703.394000', '154703.868000', '154704.296000', '154704.769000', '154705.224000', '154705.674000', '154706.148000', '154706.641000', '154707.063000', '154707.525000', '154707.988000', '154708.454000', '154708.892000', '154709.369000', '154709.814000', '154710.271000', '154710.738000', '154711.203000', '154711.669000', '154712.126000', '154712.576000', '154713.052000', '154713.509000', '154713.965000', '154714.429000', '154714.887000', '154715.371000', '154715.908000', '154716.254000', '154716.712000', '154717.196000', '154717.679000', '154718.108000', '154718.575000', '154719.027000', '154719.480000', '154719.945000', '154720.398000', '154720.859000', '154721.316000', '154721.791000', '154722.249000', '154722.710000', '154723.163000', '154723.629000', '154724.076000', '154724.585000', '154725.004000', '154725.472000', '154725.928000', '154726.377000', '154726.842000', '154727.313000', '154727.754000', '154728.222000', '154728.721000', '154729.138000', '154729.606000', '154730.071000', '154730.535000', '154730.977000', '154731.434000', '154731.894000', '154732.377000', '154732.823000', '154733.285000', '154733.754000', '154734.217000', '154734.668000', '154735.163000', '154735.578000', '154736.043000', '154736.502000', '154736.980000', '154737.418000', '154737.881000', '154738.356000', '154738.814000', '154739.273000', '154739.725000', '154740.196000', '154740.648000', '154741.116000', '154741.567000', '154742.048000', '154742.491000', '154742.980000', '154743.399000', '154743.878000', '154744.333000', '154744.776000', '154745.246000', '154745.715000', '154746.156000', '154746.627000', '154747.089000', '154747.555000', '154748.005000', '154748.464000', '154748.931000', '154749.396000', '154749.856000', '154750.305000', '154750.754000', '154751.237000', '154751.683000', '154752.176000', '154752.602000', '154753.072000', '154753.526000', '154753.980000', '154754.449000', '154754.916000', '154755.377000', '154755.822000', '154756.282000', '154756.741000', '154757.224000', '154757.663000', '154758.119000', '154758.583000', '154759.054000', '154759.517000', '154759.971000', '154800.421000', '154800.889000', '154801.340000', '154801.863000', '154802.261000', '154802.719000', '154803.186000', '154803.650000', '154804.143000', '154804.567000', '154805.023000', '154805.481000', '154805.947000', '154806.407000', '154806.864000', '154807.336000', '154807.774000', '154808.240000', '154808.699000', '154809.165000', '154809.627000', '154810.098000', '154810.557000', '154811.006000', '154811.470000', '154811.940000', '154812.403000', '154812.842000', '154813.303000', '154813.762000', '154814.240000', '154814.682000', '154815.154000', '154815.613000', '154816.062000', '154816.531000', '154816.982000', '154817.453000', '154817.902000', '154818.364000', '154818.821000', '154819.291000', '154819.757000', '154820.200000', '154820.663000', '154821.120000', '154821.593000', '154822.061000', '154822.496000', '154823.007000', '154823.424000', '154823.898000', '154824.349000', '154824.829000', '154825.272000', '154825.726000', '154826.201000', '154826.651000', '154827.122000', '154827.571000', '154828.037000', '154828.490000', '154828.961000', '154829.416000', '154829.880000', '154830.343000', '154830.784000', '154831.244000', '154831.714000', '154832.178000', '154832.692000', '154833.083000', '154833.553000', '154834.012000', '154834.464000', '154834.929000', '154835.420000', '154835.955000', '154836.308000', '154836.765000', '154837.233000', '154837.699000', '154838.148000', '154838.617000', '154839.077000', '154839.533000', '154839.996000', '154840.451000', '154840.917000', '154841.383000', '154841.840000', '154842.291000', '154842.755000', '154843.214000', '154843.682000', '154844.134000', '154844.599000', '154845.062000', '154845.516000', '154845.968000', '154846.444000', '154846.893000', '154847.342000', '154847.853000', '154848.274000', '154848.727000', '154849.202000', '154849.687000', '154850.118000', '154850.563000', '154851.039000', '154851.490000', '154851.949000', '154852.456000', '154852.869000', '154853.325000', '154853.787000', '154854.242000', '154854.702000', '154855.169000', '154855.629000', '154856.086000', '154856.557000', '154857.043000', '154857.470000', '154857.927000', '154858.386000', '154858.855000', '154859.317000', '154859.768000', '154900.235000', '154900.696000', '154901.158000', '154901.604000', '154902.074000', '154902.527000', '154903.004000', '154903.465000', '154903.922000', '154904.367000', '154904.845000', '154905.302000', '154905.750000', '154906.209000', '154906.670000', '154907.138000', '154907.588000', '154908.058000', '154908.525000', '154908.989000', '154909.437000', '154909.972000', '154910.364000', '154910.827000', '154911.280000', '154911.745000', '154912.201000', '154912.650000', '154913.148000', '154913.580000', '154914.032000', '154914.501000', '154914.964000', '154915.414000', '154915.879000', '154916.329000', '154916.789000', '154917.254000', '154917.710000', '154918.178000', '154918.629000', '154919.098000', '154919.550000', '154920.025000', '154920.478000', '154920.927000', '154921.391000', '154921.898000', '154922.311000', '154922.780000', '154923.231000', '154923.688000', '154924.157000', '154924.612000', '154925.070000', '154925.541000', '154926.004000', '154926.450000', '154926.910000', '154927.379000', '154927.853000', '154928.305000', '154928.768000', '154929.209000', '154929.676000', '154930.135000', '154930.592000', '154931.052000', '154931.515000', '154931.970000', '154932.442000', '154932.891000', '154933.362000', '154933.834000', '154934.275000', '154934.747000', '154935.197000', '154935.659000', '154936.128000', '154936.580000', '154937.033000', '154937.502000', '154937.954000', '154938.415000', '154938.871000', '154939.334000', '154939.802000', '154940.263000', '154940.727000', '154941.181000', '154941.638000', '154942.092000', '154942.560000', '154943.028000', '154943.491000', '154943.993000', '154944.400000', '154944.869000', '154945.325000', '154945.835000', '154946.252000', '154946.698000', '154947.169000', '154947.619000', '154948.082000', '154948.547000', '154949.010000', '154949.462000', '154949.917000', '154950.378000', '154950.844000', '154951.301000', '154951.765000', '154952.228000', '154952.684000', '154953.134000', '154953.610000', '154954.053000', '154954.517000', '154954.978000', '154955.447000', '154955.906000', '154956.365000', '154956.817000', '154957.294000', '154957.749000', '154958.212000', '154958.697000', '154959.131000', '154959.583000', '155000.055000', '155000.507000', '155000.954000', '155001.456000', '155001.892000', '155002.341000', '155002.798000', '155003.268000', '155003.722000', '155004.184000', '155004.640000', '155005.104000', '155005.555000', '155006.023000', '155006.493000', '155006.961000', '155007.402000', '155007.876000', '155008.328000', '155008.790000', '155009.256000', '155009.704000', '155010.168000', '155010.634000', '155011.086000', '155011.550000', '155011.999000', '155012.475000', '155012.933000', '155013.435000', '155013.960000', '155014.347000', '155014.770000', '155015.230000', '155015.697000', '155016.153000', '155016.607000', '155017.070000', '155017.535000', '155017.981000', '155018.481000', '155018.901000', '155019.388000', '155019.821000', '155020.304000', '155020.741000', '155021.207000', '155021.675000', '155022.119000', '155022.584000', '155023.058000', '155023.513000', '155023.971000', '155024.421000', '155024.894000', '155025.340000', '155025.814000', '155026.277000', '155026.738000', '155027.176000', '155027.648000', '155028.109000', '155028.569000', '155029.024000', '155029.482000', '155029.958000', '155030.409000', '155030.855000'], 'InstanceCreationTime': ['154352.906000', '154353.120000', '154353.362000', '154353.622000', '154353.837000', '154354.033000', '154354.271000', '154354.448000', '154354.629000', '154354.856000', '154355.036000', '154355.276000', '154355.671000', '154356.129000', '154356.620000', '154357.060000', '154357.525000', '154357.988000', '154358.449000', '154358.909000', '154359.377000', '154359.822000', '154400.289000', '154400.741000', '154401.216000', '154401.659000', '154402.136000', '154402.628000', '154403.042000', '154403.504000', '154403.958000', '154404.481000', '154404.891000', '154405.385000', '154405.807000', '154406.281000', '154406.735000', '154407.192000', '154407.639000', '154408.120000', '154408.573000', '154409.022000', '154409.495000', '154409.944000', '154410.412000', '154410.870000', '154411.347000', '154411.782000', '154412.250000', '154412.711000', '154413.173000', '154413.643000', '154414.080000', '154414.544000', '154415.228000', '154415.469000', '154415.923000', '154416.386000', '154416.848000', '154417.304000', '154417.772000', '154418.232000', '154418.699000', '154419.148000', '154419.614000', '154420.074000', '154420.533000', '154420.998000', '154421.447000', '154421.953000', '154422.370000', '154422.824000', '154423.287000', '154423.749000', '154424.218000', '154424.673000', '154425.125000', '154425.582000', '154426.053000', '154426.501000', '154426.974000', '154427.441000', '154427.922000', '154428.359000', '154428.815000', '154429.266000', '154429.720000', '154430.195000', '154430.647000', '154431.100000', '154431.578000', '154432.029000', '154432.500000', '154432.941000', '154433.411000', '154433.875000', '154434.328000', '154434.797000', '154435.256000', '154435.716000', '154436.162000', '154436.638000', '154437.083000', '154437.561000', '154438.013000', '154438.463000', '154438.918000', '154439.394000', '154439.846000', '154440.311000', '154440.761000', '154441.224000', '154441.698000', '154442.139000', '154442.604000', '154443.081000', '154443.525000', '154444.000000', '154444.462000', '154444.902000', '154445.379000', '154445.872000', '154446.325000', '154446.742000', '154447.221000', '154447.666000', '154448.127000', '154448.586000', '154449.059000', '154449.504000', '154449.977000', '154450.429000', '154450.886000', '154451.390000', '154451.800000', '154452.267000', '154452.743000', '154453.236000', '154453.644000', '154454.114000', '154454.579000', '154455.036000', '154455.480000', '154455.948000', '154456.413000', '154456.877000', '154457.328000', '154457.863000', '154458.258000', '154458.702000', '154459.163000', '154459.625000', '154500.081000', '154500.563000', '154501.003000', '154501.470000', '154501.961000', '154502.461000', '154502.843000', '154503.311000', '154503.772000', '154504.223000', '154504.685000', '154505.152000', '154505.612000', '154506.079000', '154506.534000', '154506.994000', '154507.449000', '154507.914000', '154508.364000', '154508.831000', '154509.283000', '154509.748000', '154510.201000', '154510.665000', '154511.124000', '154511.604000', '154512.046000', '154512.501000', '154512.967000', '154513.436000', '154513.888000', '154514.359000', '154514.810000', '154515.286000', '154515.738000', '154516.193000', '154516.660000', '154517.105000', '154517.567000', '154518.044000', '154518.506000', '154518.952000', '154519.421000', '154519.881000', '154520.331000', '154520.805000', '154521.257000', '154521.715000', '154522.176000', '154522.638000', '154523.098000', '154523.554000', '154524.018000', '154524.476000', '154524.963000', '154525.407000', '154525.849000', '154526.305000', '154526.770000', '154527.236000', '154527.688000', '154528.161000', '154528.621000', '154529.066000', '154529.526000', '154529.998000', '154530.445000', '154530.921000', '154531.420000', '154531.863000', '154532.299000', '154532.753000', '154533.206000', '154533.687000', '154534.142000', '154534.601000', '154535.059000', '154535.509000', '154535.976000', '154536.446000', '154536.885000', '154537.345000', '154537.826000', '154538.268000', '154538.727000', '154539.188000', '154539.663000', '154540.107000', '154540.572000', '154541.028000', '154541.491000', '154541.951000', '154542.420000', '154542.865000', '154543.327000', '154543.899000', '154544.262000', '154544.709000', '154545.170000', '154545.632000', '154546.091000', '154546.545000', '154547.021000', '154547.478000', '154547.930000', '154548.396000', '154548.847000', '154549.312000', '154549.768000', '154550.239000', '154550.700000', '154551.162000', '154551.609000', '154552.078000', '154552.571000', '154553.007000', '154553.459000', '154553.957000', '154554.368000', '154554.846000', '154555.289000', '154555.759000', '154556.223000', '154556.677000', '154557.131000', '154557.606000', '154558.061000', '154558.520000', '154558.968000', '154559.450000', '154559.898000', '154600.359000', '154600.817000', '154601.287000', '154601.732000', '154602.201000', '154602.657000', '154603.118000', '154603.576000', '154604.037000', '154604.533000', '154604.963000', '154605.409000', '154605.881000', '154606.339000', '154606.809000', '154607.264000', '154607.704000', '154608.180000', '154608.630000', '154609.104000', '154609.568000', '154610.009000', '154610.488000', '154610.940000', '154611.401000', '154611.902000', '154612.319000', '154612.777000', '154613.236000', '154613.691000', '154614.160000', '154614.627000', '154615.082000', '154615.537000', '154615.995000', '154616.450000', '154616.909000', '154617.369000', '154617.846000', '154618.291000', '154618.754000', '154619.209000', '154619.691000', '154620.144000', '154620.591000', '154621.060000', '154621.512000', '154621.983000', '154622.445000', '154622.905000', '154623.357000', '154623.860000', '154624.287000', '154624.741000', '154625.187000', '154625.652000', '154626.116000', '154626.575000', '154627.049000', '154627.491000', '154627.962000', '154628.416000', '154628.876000', '154629.344000', '154629.800000', '154630.254000', '154630.713000', '154631.177000', '154631.635000', '154632.109000', '154632.562000', '154633.025000', '154633.503000', '154633.951000', '154634.406000', '154634.860000', '154635.329000', '154635.773000', '154636.245000', '154636.708000', '154637.163000', '154637.614000', '154638.090000', '154638.531000', '154639.010000', '154639.466000', '154639.918000', '154640.385000', '154640.834000', '154641.289000', '154641.760000', '154642.227000', '154642.690000', '154643.133000', '154643.609000', '154644.051000', '154644.518000', '154644.971000', '154645.440000', '154645.905000', '154646.364000', '154646.812000', '154647.325000', '154647.745000', '154648.197000', '154648.674000', '154649.112000', '154649.587000', '154650.035000', '154650.535000', '154650.961000', '154651.430000', '154651.877000', '154652.336000', '154652.801000', '154653.251000', '154653.712000', '154654.185000', '154654.639000', '154655.107000', '154655.553000', '154656.036000', '154656.472000', '154656.977000', '154657.398000', '154657.867000', '154658.321000', '154658.782000', '154659.247000', '154659.704000', '154700.165000', '154700.625000', '154701.100000', '154701.533000', '154702.003000', '154702.470000', '154702.955000', '154703.394000', '154703.868000', '154704.296000', '154704.769000', '154705.224000', '154705.674000', '154706.148000', '154706.641000', '154707.063000', '154707.525000', '154707.988000', '154708.454000', '154708.892000', '154709.369000', '154709.814000', '154710.271000', '154710.738000', '154711.203000', '154711.669000', '154712.126000', '154712.576000', '154713.052000', '154713.509000', '154713.965000', '154714.429000', '154714.887000', '154715.371000', '154715.908000', '154716.254000', '154716.712000', '154717.196000', '154717.679000', '154718.108000', '154718.575000', '154719.027000', '154719.480000', '154719.945000', '154720.398000', '154720.859000', '154721.316000', '154721.791000', '154722.249000', '154722.710000', '154723.163000', '154723.629000', '154724.076000', '154724.585000', '154725.004000', '154725.472000', '154725.928000', '154726.377000', '154726.842000', '154727.313000', '154727.754000', '154728.222000', '154728.721000', '154729.138000', '154729.606000', '154730.071000', '154730.535000', '154730.977000', '154731.434000', '154731.894000', '154732.377000', '154732.823000', '154733.285000', '154733.754000', '154734.217000', '154734.668000', '154735.163000', '154735.578000', '154736.043000', '154736.502000', '154736.980000', '154737.418000', '154737.881000', '154738.356000', '154738.814000', '154739.273000', '154739.725000', '154740.196000', '154740.648000', '154741.116000', '154741.567000', '154742.048000', '154742.491000', '154742.980000', '154743.399000', '154743.878000', '154744.333000', '154744.776000', '154745.246000', '154745.715000', '154746.156000', '154746.627000', '154747.089000', '154747.555000', '154748.005000', '154748.464000', '154748.931000', '154749.396000', '154749.856000', '154750.305000', '154750.754000', '154751.237000', '154751.683000', '154752.176000', '154752.602000', '154753.072000', '154753.526000', '154753.980000', '154754.449000', '154754.916000', '154755.377000', '154755.822000', '154756.282000', '154756.741000', '154757.224000', '154757.663000', '154758.119000', '154758.583000', '154759.054000', '154759.517000', '154759.971000', '154800.421000', '154800.889000', '154801.340000', '154801.863000', '154802.261000', '154802.719000', '154803.186000', '154803.650000', '154804.143000', '154804.567000', '154805.023000', '154805.481000', '154805.947000', '154806.407000', '154806.864000', '154807.336000', '154807.774000', '154808.240000', '154808.699000', '154809.165000', '154809.627000', '154810.098000', '154810.557000', '154811.006000', '154811.470000', '154811.940000', '154812.403000', '154812.842000', '154813.303000', '154813.762000', '154814.240000', '154814.682000', '154815.154000', '154815.613000', '154816.062000', '154816.531000', '154816.982000', '154817.453000', '154817.902000', '154818.364000', '154818.821000', '154819.291000', '154819.757000', '154820.200000', '154820.663000', '154821.120000', '154821.593000', '154822.061000', '154822.496000', '154823.007000', '154823.424000', '154823.898000', '154824.349000', '154824.829000', '154825.272000', '154825.726000', '154826.201000', '154826.651000', '154827.122000', '154827.571000', '154828.037000', '154828.490000', '154828.961000', '154829.416000', '154829.880000', '154830.343000', '154830.784000', '154831.244000', '154831.714000', '154832.178000', '154832.692000', '154833.083000', '154833.553000', '154834.012000', '154834.464000', '154834.929000', '154835.420000', '154835.955000', '154836.308000', '154836.765000', '154837.233000', '154837.699000', '154838.148000', '154838.617000', '154839.077000', '154839.533000', '154839.996000', '154840.451000', '154840.917000', '154841.383000', '154841.840000', '154842.291000', '154842.755000', '154843.214000', '154843.682000', '154844.134000', '154844.599000', '154845.062000', '154845.516000', '154845.968000', '154846.444000', '154846.893000', '154847.342000', '154847.853000', '154848.274000', '154848.727000', '154849.202000', '154849.687000', '154850.118000', '154850.563000', '154851.039000', '154851.490000', '154851.949000', '154852.456000', '154852.869000', '154853.325000', '154853.787000', '154854.242000', '154854.702000', '154855.169000', '154855.629000', '154856.086000', '154856.557000', '154857.043000', '154857.470000', '154857.927000', '154858.386000', '154858.855000', '154859.317000', '154859.768000', '154900.235000', '154900.696000', '154901.158000', '154901.604000', '154902.074000', '154902.527000', '154903.004000', '154903.465000', '154903.922000', '154904.367000', '154904.845000', '154905.302000', '154905.750000', '154906.209000', '154906.670000', '154907.138000', '154907.588000', '154908.058000', '154908.525000', '154908.989000', '154909.437000', '154909.972000', '154910.364000', '154910.827000', '154911.280000', '154911.745000', '154912.201000', '154912.650000', '154913.148000', '154913.580000', '154914.032000', '154914.501000', '154914.964000', '154915.414000', '154915.879000', '154916.329000', '154916.789000', '154917.254000', '154917.710000', '154918.178000', '154918.629000', '154919.098000', '154919.550000', '154920.025000', '154920.478000', '154920.927000', '154921.391000', '154921.898000', '154922.311000', '154922.780000', '154923.231000', '154923.688000', '154924.157000', '154924.612000', '154925.070000', '154925.541000', '154926.004000', '154926.450000', '154926.910000', '154927.379000', '154927.853000', '154928.305000', '154928.768000', '154929.209000', '154929.676000', '154930.135000', '154930.592000', '154931.052000', '154931.515000', '154931.970000', '154932.442000', '154932.891000', '154933.362000', '154933.834000', '154934.275000', '154934.747000', '154935.197000', '154935.659000', '154936.128000', '154936.580000', '154937.033000', '154937.502000', '154937.954000', '154938.415000', '154938.871000', '154939.334000', '154939.802000', '154940.263000', '154940.727000', '154941.181000', '154941.638000', '154942.092000', '154942.560000', '154943.028000', '154943.491000', '154943.993000', '154944.400000', '154944.869000', '154945.325000', '154945.835000', '154946.252000', '154946.698000', '154947.169000', '154947.619000', '154948.082000', '154948.547000', '154949.010000', '154949.462000', '154949.917000', '154950.378000', '154950.844000', '154951.301000', '154951.765000', '154952.228000', '154952.684000', '154953.134000', '154953.610000', '154954.053000', '154954.517000', '154954.978000', '154955.447000', '154955.906000', '154956.365000', '154956.817000', '154957.294000', '154957.749000', '154958.212000', '154958.697000', '154959.131000', '154959.583000', '155000.055000', '155000.507000', '155000.954000', '155001.456000', '155001.892000', '155002.341000', '155002.798000', '155003.268000', '155003.722000', '155004.184000', '155004.640000', '155005.104000', '155005.555000', '155006.023000', '155006.493000', '155006.961000', '155007.402000', '155007.876000', '155008.328000', '155008.790000', '155009.256000', '155009.704000', '155010.168000', '155010.634000', '155011.086000', '155011.550000', '155011.999000', '155012.475000', '155012.933000', '155013.435000', '155013.960000', '155014.347000', '155014.770000', '155015.230000', '155015.697000', '155016.153000', '155016.607000', '155017.070000', '155017.535000', '155017.981000', '155018.481000', '155018.901000', '155019.388000', '155019.821000', '155020.304000', '155020.741000', '155021.207000', '155021.675000', '155022.119000', '155022.584000', '155023.058000', '155023.513000', '155023.971000', '155024.421000', '155024.894000', '155025.340000', '155025.814000', '155026.277000', '155026.738000', '155027.176000', '155027.648000', '155028.109000', '155028.569000', '155029.024000', '155029.482000', '155029.958000', '155030.409000', '155030.855000'], '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': [749, 681, 883, 665, 789, 647, 680, 678, 678, 883, 701, 694, 843, 654, 838, 643, 679, 663, 676, 751, 655, 694, 827, 651, 702, 759, 658, 773, 709, 679, 681, 654, 685, 860, 743, 657, 847, 681, 681, 740, 662, 739, 720, 671, 869, 697, 644, 805, 645, 662, 652, 668, 830, 672, 690, 673, 663, 854, 644, 674, 666, 680, 696, 644, 684, 799, 648, 714, 646, 709, 854, 700, 705, 743, 679, 691, 664, 698, 882, 680, 712, 735, 681, 697, 761, 698, 852, 676, 759, 759, 675, 816, 675, 943, 759, 696, 759, 660, 834, 666, 852, 721, 683, 774, 666, 854, 650, 848, 651, 683, 642, 687, 656, 686, 815, 664, 614, 641, 692, 739, 667, 758, 659, 840, 631, 687, 613, 647, 714, 662, 757, 636, 688, 612, 678, 794, 650, 688, 771, 678, 800, 656, 846, 664, 773, 739, 677, 801, 675, 766, 661, 751, 633, 685, 677, 651, 823, 651, 879, 647, 865, 672, 760, 731, 667, 690, 640, 728, 652, 733, 673, 810, 632, 700, 623, 677, 634, 625, 652, 659, 745, 653, 727, 653, 771, 639, 690, 633, 679, 651, 664, 728, 660, 773, 650, 683, 622, 685, 622, 689, 739, 655, 822, 649, 894, 677, 676, 624, 684, 636, 677, 649, 656, 763, 616, 782, 671, 733, 659, 689, 657, 686, 652, 719, 637, 777, 619, 609, 616, 686, 617, 678, 625, 684, 723, 636, 631, 675, 696, 666, 725, 665, 732, 664, 715, 669, 695, 643, 634, 639, 644, 647, 676, 626, 667, 617, 661, 620, 712, 703, 672, 642, 642, 688, 627, 684, 632, 681, 668, 677, 811, 650, 856, 649, 824, 717, 704, 773, 649, 894, 673, 896, 649, 934, 696, 897, 761, 745, 706, 660, 776, 642, 666, 658, 690, 665, 676, 636, 678, 622, 620, 629, 663, 631, 667, 623, 644, 620, 656, 613, 687, 638, 656, 672, 648, 657, 653, 685, 650, 677, 623, 675, 603, 656, 631, 652, 733, 652, 806, 644, 893, 702, 661, 730, 657, 892, 666, 835, 649, 850, 643, 918, 653, 875, 673, 889, 658, 904, 647, 781, 636, 648, 621, 650, 627, 646, 629, 665, 624, 662, 631, 675, 677, 679, 676, 673, 705, 652, 788, 652, 662, 650, 660, 646, 660, 637, 659, 697, 646, 880, 663, 637, 649, 650, 869, 677, 781, 640, 905, 674, 907, 663, 754, 698, 652, 749, 638, 815, 620, 888, 673, 817, 669, 641, 653, 649, 707, 656, 777, 645, 860, 657, 940, 645, 642, 646, 659, 621, 661, 616, 638, 676, 638, 742, 649, 636, 633, 672, 626, 663, 662, 659, 721, 654, 718, 670, 790, 660, 862, 681, 804, 704, 642, 628, 682, 635, 638, 651, 663, 771, 665, 667, 662, 654, 640, 661, 666, 643, 841, 664, 755, 672, 763, 667, 722, 650, 645, 841, 633, 844, 667, 756, 661, 741, 650, 660, 636, 640, 704, 669, 787, 706, 634, 665, 673, 713, 670, 821, 673, 748, 754, 631, 854, 644, 850, 669, 858, 670, 891, 654, 795, 635, 633, 635, 656, 619, 650, 724, 660, 766, 661, 744, 662, 640, 643, 649, 636, 660, 610, 661, 615, 648, 628, 644, 776, 668, 738, 653, 645, 651, 660, 647, 653, 791, 642, 686, 693, 675, 868, 661, 652, 650, 661, 665, 667, 649, 661, 748, 661, 932, 669, 956, 664, 945, 829, 644, 754, 669, 710, 632, 879, 655, 890, 656, 907, 648, 835, 682, 671, 728, 644, 869, 627, 755, 662, 753, 647, 651, 641, 649, 635, 670, 625, 634, 700, 629, 770, 647, 664, 632, 668, 639, 666, 624, 660, 641, 649, 729, 669, 673, 657, 703, 647, 775, 641, 707, 643, 677, 624, 673, 656, 660, 627, 649, 686, 649, 791, 641, 816, 631, 661, 621, 673, 759, 667, 812, 661, 726, 632, 903, 646, 865, 653, 864, 652, 876, 642, 877, 651, 865, 650, 751, 641, 659, 626, 684, 660, 675, 702, 664, 704, 665, 657, 649, 625, 659, 679, 647, 738, 653, 718, 640, 717, 643, 645, 640, 656, 638, 661, 626, 658, 602, 662, 656, 657, 753, 656, 696, 639, 810, 638, 909, 645, 930, 647, 836, 641, 784, 632, 774, 674, 660, 710, 659, 614, 649, 743, 662, 781, 671, 719, 653, 793, 633, 656, 646, 668, 639, 711, 629, 786, 620, 892, 628, 846, 628, 712, 629, 665, 618, 678, 672, 665, 724, 665, 812, 665, 610, 641, 682, 628, 767, 635, 832, 632, 848, 621, 829, 623, 651, 617, 658, 610, 659, 612, 648, 616, 663, 656, 637, 726, 634, 724, 633, 741, 635, 781, 632, 733, 621, 658, 628, 670, 612, 661, 604, 674, 611, 653, 704, 635, 676, 637, 728, 628, 785, 638, 791, 623, 891, 635, 878, 627, 829, 626, 869, 630, 872, 624, 716, 624, 657, 615, 653, 613, 667, 604, 671, 615, 654, 620, 636, 660, 649, 706, 634, 800, 639, 829, 635, 658, 619, 663, 602, 673, 721, 653, 836, 634, 831, 623, 780, 623, 825, 624, 849, 623, 818, 620, 663, 622, 653, 599, 656, 778, 647, 647, 644, 679, 635, 685, 633, 701, 625, 763, 628, 660, 637, 666, 613, 662, 622, 720, 620, 660, 605, 665, 611, 677, 625, 675, 626, 672, 643, 657, 606, 661, 635, 657, 702, 643, 855], 'WindowCenter': [286.0, 284.0, 285.0, 283.0, 282.0, 281.0, 282.0, 281.0, 281.0, 283.0, 281.0, 281.0, 282.0, 281.0, 282.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 280.0, 279.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 279.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 281.0, 283.0, 282.0, 283.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 284.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 283.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 280.0, 281.0, 280.0, 280.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 279.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 279.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 283.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 280.0, 280.0, 279.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, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 281.0, 282.0, 281.0, 283.0, 280.0, 281.0, 280.0, 281.0, 279.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 280.0, 280.0, 280.0, 282.0, 281.0, 281.0, 280.0, 282.0, 281.0, 282.0, 280.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 278.0, 278.0, 278.0, 278.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 282.0, 281.0, 281.0, 281.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 282.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 279.0, 281.0, 279.0, 281.0, 280.0, 280.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 282.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 279.0, 280.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 278.0, 280.0, 278.0, 280.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.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, 281.0, 281.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 280.0, 280.0, 281.0, 281.0, 280.0, 282.0, 281.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 279.0, 280.0, 280.0, 279.0, 281.0, 279.0, 281.0, 280.0, 282.0, 280.0, 280.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 282.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 280.0, 281.0, 280.0, 282.0, 281.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 282.0, 281.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 282.0, 281.0, 283.0], 'WindowWidth': [627.0, 624.0, 624.0, 621.0, 620.0, 618.0, 618.0, 618.0, 618.0, 619.0, 618.0, 618.0, 619.0, 617.0, 618.0, 616.0, 617.0, 617.0, 618.0, 618.0, 617.0, 618.0, 618.0, 617.0, 617.0, 619.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 618.0, 616.0, 618.0, 617.0, 616.0, 616.0, 616.0, 616.0, 616.0, 615.0, 617.0, 616.0, 615.0, 617.0, 615.0, 615.0, 614.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 616.0, 614.0, 615.0, 615.0, 616.0, 617.0, 617.0, 618.0, 618.0, 617.0, 619.0, 618.0, 619.0, 620.0, 619.0, 618.0, 619.0, 619.0, 619.0, 619.0, 619.0, 621.0, 619.0, 619.0, 619.0, 619.0, 618.0, 620.0, 619.0, 620.0, 618.0, 619.0, 618.0, 618.0, 618.0, 618.0, 619.0, 618.0, 616.0, 617.0, 616.0, 617.0, 615.0, 617.0, 616.0, 615.0, 616.0, 615.0, 617.0, 615.0, 616.0, 615.0, 615.0, 614.0, 615.0, 615.0, 615.0, 617.0, 616.0, 615.0, 615.0, 616.0, 617.0, 617.0, 617.0, 617.0, 618.0, 618.0, 619.0, 617.0, 617.0, 618.0, 618.0, 617.0, 617.0, 618.0, 617.0, 619.0, 621.0, 620.0, 619.0, 620.0, 618.0, 619.0, 618.0, 619.0, 618.0, 619.0, 619.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 617.0, 616.0, 617.0, 616.0, 618.0, 616.0, 618.0, 615.0, 617.0, 615.0, 616.0, 616.0, 614.0, 615.0, 614.0, 615.0, 614.0, 615.0, 615.0, 615.0, 614.0, 615.0, 614.0, 615.0, 615.0, 615.0, 616.0, 616.0, 617.0, 617.0, 618.0, 618.0, 618.0, 617.0, 617.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 619.0, 618.0, 618.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 617.0, 618.0, 617.0, 616.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 616.0, 614.0, 616.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 617.0, 615.0, 614.0, 615.0, 616.0, 615.0, 616.0, 616.0, 616.0, 617.0, 616.0, 616.0, 616.0, 616.0, 617.0, 616.0, 616.0, 617.0, 617.0, 617.0, 617.0, 616.0, 617.0, 617.0, 617.0, 618.0, 618.0, 618.0, 617.0, 617.0, 617.0, 618.0, 618.0, 620.0, 619.0, 619.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 619.0, 619.0, 619.0, 620.0, 618.0, 620.0, 618.0, 620.0, 618.0, 618.0, 619.0, 617.0, 619.0, 616.0, 618.0, 616.0, 618.0, 617.0, 618.0, 616.0, 616.0, 615.0, 614.0, 616.0, 614.0, 614.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 614.0, 615.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 618.0, 617.0, 618.0, 617.0, 617.0, 617.0, 618.0, 619.0, 619.0, 618.0, 618.0, 618.0, 617.0, 618.0, 617.0, 618.0, 619.0, 618.0, 619.0, 618.0, 620.0, 618.0, 617.0, 618.0, 617.0, 619.0, 615.0, 617.0, 615.0, 617.0, 614.0, 618.0, 615.0, 617.0, 615.0, 616.0, 615.0, 616.0, 614.0, 614.0, 614.0, 614.0, 614.0, 615.0, 614.0, 614.0, 614.0, 615.0, 614.0, 615.0, 615.0, 615.0, 615.0, 616.0, 615.0, 618.0, 618.0, 618.0, 617.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 617.0, 618.0, 618.0, 617.0, 618.0, 617.0, 616.0, 616.0, 615.0, 618.0, 616.0, 618.0, 616.0, 618.0, 616.0, 618.0, 615.0, 615.0, 615.0, 614.0, 615.0, 614.0, 616.0, 613.0, 615.0, 614.0, 615.0, 614.0, 613.0, 614.0, 613.0, 614.0, 614.0, 614.0, 614.0, 615.0, 614.0, 616.0, 613.0, 612.0, 612.0, 612.0, 613.0, 613.0, 614.0, 615.0, 615.0, 615.0, 616.0, 615.0, 614.0, 615.0, 615.0, 615.0, 615.0, 617.0, 616.0, 617.0, 617.0, 616.0, 617.0, 617.0, 615.0, 618.0, 617.0, 617.0, 616.0, 614.0, 615.0, 615.0, 615.0, 616.0, 616.0, 616.0, 617.0, 616.0, 616.0, 616.0, 615.0, 617.0, 616.0, 616.0, 616.0, 618.0, 616.0, 617.0, 616.0, 617.0, 616.0, 616.0, 616.0, 615.0, 618.0, 615.0, 617.0, 615.0, 616.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 616.0, 617.0, 618.0, 617.0, 615.0, 615.0, 616.0, 616.0, 616.0, 617.0, 616.0, 616.0, 616.0, 614.0, 617.0, 614.0, 616.0, 615.0, 616.0, 615.0, 616.0, 614.0, 615.0, 614.0, 614.0, 614.0, 614.0, 613.0, 614.0, 614.0, 614.0, 614.0, 614.0, 614.0, 615.0, 615.0, 615.0, 614.0, 615.0, 615.0, 614.0, 615.0, 615.0, 616.0, 616.0, 618.0, 617.0, 617.0, 616.0, 615.0, 615.0, 617.0, 617.0, 617.0, 618.0, 620.0, 619.0, 619.0, 619.0, 618.0, 619.0, 618.0, 617.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 618.0, 617.0, 620.0, 617.0, 619.0, 617.0, 618.0, 616.0, 613.0, 614.0, 612.0, 613.0, 613.0, 615.0, 613.0, 615.0, 612.0, 615.0, 612.0, 614.0, 612.0, 612.0, 613.0, 611.0, 614.0, 611.0, 613.0, 612.0, 613.0, 612.0, 612.0, 612.0, 613.0, 614.0, 613.0, 614.0, 615.0, 615.0, 614.0, 615.0, 614.0, 614.0, 614.0, 614.0, 614.0, 614.0, 615.0, 617.0, 616.0, 616.0, 616.0, 615.0, 615.0, 615.0, 616.0, 616.0, 617.0, 617.0, 618.0, 617.0, 616.0, 616.0, 615.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 619.0, 616.0, 618.0, 617.0, 615.0, 616.0, 616.0, 617.0, 616.0, 618.0, 617.0, 618.0, 616.0, 617.0, 615.0, 617.0, 615.0, 616.0, 615.0, 616.0, 615.0, 616.0, 615.0, 616.0, 615.0, 616.0, 616.0, 615.0, 614.0, 615.0, 615.0, 615.0, 616.0, 615.0, 617.0, 616.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 618.0, 618.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 616.0, 617.0, 617.0, 617.0, 619.0, 617.0, 617.0, 617.0, 618.0, 617.0, 619.0, 617.0, 619.0, 617.0, 618.0, 617.0, 617.0, 617.0, 618.0, 617.0, 617.0, 618.0, 617.0, 616.0, 615.0, 617.0, 615.0, 617.0, 617.0, 618.0, 616.0, 617.0, 616.0, 615.0, 615.0, 615.0, 615.0, 616.0, 616.0, 617.0, 616.0, 618.0, 616.0, 617.0, 615.0, 616.0, 616.0, 615.0, 616.0, 615.0, 617.0, 616.0, 616.0, 615.0, 617.0, 615.0, 614.0, 615.0, 615.0, 614.0, 616.0, 614.0, 616.0, 616.0, 618.0, 616.0, 616.0, 614.0, 614.0, 614.0, 615.0, 616.0, 615.0, 616.0, 615.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 616.0, 617.0, 617.0, 619.0, 619.0, 617.0, 618.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 616.0, 619.0, 617.0, 618.0, 617.0, 619.0, 616.0, 618.0, 616.0, 617.0, 616.0, 618.0, 617.0, 618.0, 616.0, 617.0, 616.0, 615.0, 616.0, 616.0, 616.0, 617.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 616.0, 617.0, 617.0, 617.0, 618.0, 617.0, 618.0, 617.0, 616.0, 616.0, 617.0, 616.0, 617.0, 618.0, 617.0, 618.0, 616.0, 618.0, 616.0, 617.0, 615.0, 617.0, 616.0, 618.0, 616.0, 617.0, 616.0, 615.0, 616.0, 615.0, 615.0, 616.0, 618.0, 615.0, 615.0, 615.0, 617.0, 615.0, 615.0, 616.0, 616.0, 616.0, 617.0, 615.0, 616.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 617.0, 616.0, 617.0, 616.0, 616.0, 616.0, 617.0, 616.0, 616.0, 617.0, 617.0, 616.0, 617.0, 617.0, 618.0, 618.0, 617.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.003510138248847926</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.030511776036866358</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.54815129567477</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2435133363321822</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9998975373702416</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4442</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8914.1465</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08385901209951133</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.2672811059907834</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.373141281440045</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2880794909024793</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.556644393590302</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.274699959827353</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115946</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01895318552851677</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01469080988317728</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.11471116436359</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>38.9198</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9686</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.3035</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>308856.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>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>22.2025</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8192</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>36.428</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>236.0496</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>248.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67688.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>91.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>306.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.2711</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.24089607736096</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> |