=== 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-0021 --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-0021",
"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-0021_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0021_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0021/ses-01/func/sub-0021_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>289466a4fd69483f1077baf6697101ff</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>16:26:34.155000</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.998124, 0.0592693, 0.0153485, -0.0570271, 0.991232, -0.119196]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.10872</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4146, -7727, -7223, 514, -28, -36, -151, 58]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.242</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f174d03d-c9b1-41a2-a63d-be11a0d874d6||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.677893877029419, -0.1529996544122696, 0.060152068734169006, 115.83840942382812], [-0.15901528298854828, 2.6594021320343018, -0.3188624978065491, -84.88642120361328], [0.04117877036333084, 0.3197944164276123, 2.6804306507110596, -63.06828689575195], [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': ['162634.155000', '162634.615000', '162635.075000', '162635.535000', '162635.995000', '162636.455000', '162636.915000', '162637.375000', '162637.835000', '162638.295000', '162638.755000', '162639.215000', '162639.675000', '162640.135000', '162640.595000', '162641.055000', '162641.515000', '162641.975000', '162642.435000', '162642.895000', '162643.355000', '162643.815000', '162644.275000', '162644.735000', '162645.195000', '162645.655000', '162646.115000', '162646.575000', '162647.035000', '162647.495000', '162647.955000', '162648.415000', '162648.875000', '162649.335000', '162649.795000', '162650.255000', '162650.715000', '162651.175000', '162651.635000', '162652.095000', '162652.555000', '162653.015000', '162653.475000', '162653.935000', '162654.395000', '162654.855000', '162655.315000', '162655.775000', '162656.235000', '162656.695000', '162657.155000', '162657.615000', '162658.075000', '162658.535000', '162658.995000', '162659.455000', '162659.915000', '162700.375000', '162700.835000', '162701.295000', '162701.755000', '162702.215000', '162702.675000', '162703.135000', '162703.595000', '162704.055000', '162704.515000', '162704.975000', '162705.435000', '162705.895000', '162706.355000', '162706.815000', '162707.275000', '162707.735000', '162708.195000', '162708.655000', '162709.115000', '162709.575000', '162710.035000', '162710.495000', '162710.955000', '162711.415000', '162711.875000', '162712.335000', '162712.795000', '162713.255000', '162713.715000', '162714.175000', '162714.635000', '162715.095000', '162715.555000', '162716.015000', '162716.475000', '162716.935000', '162717.395000', '162717.855000', '162718.315000', '162718.775000', '162719.235000', '162719.695000', '162720.155000', '162720.615000', '162721.075000', '162721.535000', '162721.995000', '162722.455000', '162722.915000', '162723.375000', '162723.835000', '162724.295000', '162724.755000', '162725.215000', '162725.675000', '162726.135000', '162726.595000', '162727.055000', '162727.515000', '162727.975000', '162728.435000', '162728.895000', '162729.355000', '162729.815000', '162730.275000', '162730.735000', '162731.195000', '162731.655000', '162732.115000', '162732.575000', '162733.035000', '162733.495000', '162733.955000', '162734.415000', '162734.875000', '162735.335000', '162735.795000', '162736.255000', '162736.715000', '162737.175000', '162737.635000', '162738.095000', '162738.555000', '162739.015000', '162739.475000', '162739.935000', '162740.395000', '162740.855000', '162741.315000', '162741.775000', '162742.235000', '162742.695000', '162743.155000', '162743.615000', '162744.075000', '162744.535000', '162744.995000', '162745.455000', '162745.915000', '162746.375000', '162746.835000', '162747.295000', '162747.755000', '162748.215000', '162748.675000', '162749.135000', '162749.595000', '162750.055000', '162750.515000', '162750.975000', '162751.435000', '162751.895000', '162752.355000', '162752.815000', '162753.275000', '162753.735000', '162754.195000', '162754.655000', '162755.115000', '162755.575000', '162756.035000', '162756.495000', '162756.955000', '162757.415000', '162757.875000', '162758.335000', '162758.795000', '162759.255000', '162759.715000', '162800.175000', '162800.635000', '162801.095000', '162801.555000', '162802.015000', '162802.475000', '162802.935000', '162803.395000', '162803.855000', '162804.315000', '162804.775000', '162805.235000', '162805.695000', '162806.155000', '162806.615000', '162807.075000', '162807.535000', '162807.995000', '162808.455000', '162808.915000', '162809.375000', '162809.835000', '162810.295000', '162810.755000', '162811.215000', '162811.675000', '162812.135000', '162812.595000', '162813.055000', '162813.515000', '162813.975000', '162814.435000', '162814.895000', '162815.355000', '162815.815000', '162816.275000', '162816.735000', '162817.195000', '162817.655000', '162818.115000', '162818.575000', '162819.035000', '162819.495000', '162819.955000', '162820.415000', '162820.875000', '162821.335000', '162821.795000', '162822.255000', '162822.715000', '162823.175000', '162823.635000', '162824.095000', '162824.555000', '162825.015000', '162825.475000', '162825.935000', '162826.395000', '162826.855000', '162827.315000', '162827.775000', '162828.235000', '162828.695000', '162829.155000', '162829.615000', '162830.075000', '162830.535000', '162830.995000', '162831.455000', '162831.915000', '162832.375000', '162832.835000', '162833.295000', '162833.755000', '162834.215000', '162834.675000', '162835.135000', '162835.595000', '162836.055000', '162836.515000', '162836.975000', '162837.435000', '162837.895000', '162838.355000', '162838.815000', '162839.275000', '162839.735000', '162840.195000', '162840.655000', '162841.115000', '162841.575000', '162842.035000', '162842.495000', '162842.955000', '162843.415000', '162843.875000', '162844.335000', '162844.795000', '162845.255000', '162845.715000', '162846.175000', '162846.635000', '162847.095000', '162847.555000', '162848.015000', '162848.475000', '162848.935000', '162849.395000', '162849.855000', '162850.315000', '162850.775000', '162851.235000', '162851.695000', '162852.155000', '162852.615000', '162853.075000', '162853.535000', '162853.995000', '162854.455000', '162854.915000', '162855.375000', '162855.835000', '162856.295000', '162856.755000', '162857.215000', '162857.675000', '162858.135000', '162858.595000', '162859.055000', '162859.515000', '162859.975000', '162900.435000', '162900.895000', '162901.355000', '162901.815000', '162902.275000', '162902.735000', '162903.195000', '162903.655000', '162904.115000', '162904.575000', '162905.035000', '162905.495000', '162905.955000', '162906.415000', '162906.875000', '162907.335000', '162907.795000', '162908.255000', '162908.715000', '162909.175000', '162909.635000', '162910.095000', '162910.555000', '162911.015000', '162911.475000', '162911.935000', '162912.395000', '162912.855000', '162913.315000', '162913.775000', '162914.235000', '162914.695000', '162915.155000', '162915.615000', '162916.075000', '162916.535000', '162916.995000', '162917.455000', '162917.915000', '162918.375000', '162918.835000', '162919.295000', '162919.755000', '162920.215000', '162920.675000', '162921.135000', '162921.595000', '162922.055000', '162922.515000', '162922.975000', '162923.435000', '162923.895000', '162924.355000', '162924.815000', '162925.275000', '162925.735000', '162926.195000', '162926.655000', '162927.115000', '162927.575000', '162928.035000', '162928.495000', '162928.955000', '162929.415000', '162929.875000', '162930.335000', '162930.795000', '162931.255000', '162931.715000', '162932.175000', '162932.635000', '162933.095000', '162933.555000', '162934.015000', '162934.475000', '162934.935000', '162935.395000', '162935.855000', '162936.315000', '162936.775000', '162937.235000', '162937.695000', '162938.155000', '162938.615000', '162939.075000', '162939.535000', '162939.995000', '162940.455000', '162940.915000', '162941.375000', '162941.835000', '162942.295000', '162942.755000', '162943.215000', '162943.675000', '162944.135000', '162944.595000', '162945.055000', '162945.515000', '162945.975000', '162946.435000', '162946.895000', '162947.355000', '162947.815000', '162948.275000', '162948.735000', '162949.195000', '162949.655000', '162950.115000', '162950.575000', '162951.035000', '162951.495000', '162951.955000', '162952.415000', '162952.875000', '162953.335000', '162953.795000', '162954.255000', '162954.715000', '162955.175000', '162955.635000', '162956.095000', '162956.555000', '162957.015000', '162957.475000', '162957.935000', '162958.395000', '162958.855000', '162959.315000', '162959.775000', '163000.235000', '163000.695000', '163001.155000', '163001.615000', '163002.075000', '163002.535000', '163002.995000', '163003.455000', '163003.915000', '163004.375000', '163004.835000', '163005.295000', '163005.755000', '163006.215000', '163006.675000', '163007.135000', '163007.595000', '163008.055000', '163008.515000', '163008.975000', '163009.435000', '163009.895000', '163010.355000', '163010.815000', '163011.275000', '163011.735000', '163012.195000', '163012.655000', '163013.115000', '163013.575000', '163014.035000', '163014.495000', '163014.955000', '163015.415000', '163015.875000', '163016.335000', '163016.795000', '163017.255000', '163017.715000', '163018.175000', '163018.635000', '163019.095000', '163019.555000', '163020.015000', '163020.475000', '163020.935000', '163021.395000', '163021.855000', '163022.315000', '163022.775000', '163023.235000', '163023.695000', '163024.155000', '163024.615000', '163025.075000', '163025.535000', '163025.995000', '163026.455000', '163026.915000', '163027.375000', '163027.835000', '163028.295000', '163028.755000', '163029.215000', '163029.675000', '163030.135000', '163030.595000', '163031.055000', '163031.515000', '163031.975000', '163032.435000', '163032.895000', '163033.355000', '163033.815000', '163034.275000', '163034.735000', '163035.195000', '163035.655000', '163036.115000', '163036.575000', '163037.035000', '163037.495000', '163037.955000', '163038.415000', '163038.875000', '163039.335000', '163039.795000', '163040.255000', '163040.715000', '163041.175000', '163041.635000', '163042.095000', '163042.555000', '163043.015000', '163043.475000', '163043.935000', '163044.395000', '163044.855000', '163045.315000', '163045.775000', '163046.235000', '163046.695000', '163047.155000', '163047.615000', '163048.075000', '163048.535000', '163048.995000', '163049.455000', '163049.915000', '163050.375000', '163050.835000', '163051.295000', '163051.755000', '163052.215000', '163052.675000', '163053.135000', '163053.595000', '163054.055000', '163054.515000', '163054.975000', '163055.435000', '163055.895000', '163056.355000', '163056.815000', '163057.275000', '163057.735000', '163058.195000', '163058.655000', '163059.115000', '163059.575000', '163100.035000', '163100.495000', '163100.955000', '163101.415000', '163101.875000', '163102.335000', '163102.795000', '163103.255000', '163103.715000', '163104.175000', '163104.635000', '163105.095000', '163105.555000', '163106.015000', '163106.475000', '163106.935000', '163107.395000', '163107.855000', '163108.315000', '163108.775000', '163109.235000', '163109.695000', '163110.155000', '163110.615000', '163111.075000', '163111.535000', '163111.995000', '163112.455000', '163112.915000', '163113.375000', '163113.835000', '163114.295000', '163114.755000', '163115.215000', '163115.675000', '163116.135000', '163116.595000', '163117.055000', '163117.515000', '163117.975000', '163118.435000', '163118.895000', '163119.355000', '163119.815000', '163120.275000', '163120.735000', '163121.195000', '163121.655000', '163122.115000', '163122.575000', '163123.035000', '163123.495000', '163123.955000', '163124.415000', '163124.875000', '163125.335000', '163125.795000', '163126.255000', '163126.715000', '163127.175000', '163127.635000', '163128.095000', '163128.555000', '163129.015000', '163129.475000', '163129.935000', '163130.395000', '163130.855000', '163131.315000', '163131.775000', '163132.235000', '163132.695000', '163133.155000', '163133.615000', '163134.075000', '163134.535000', '163134.995000', '163135.455000', '163135.915000', '163136.375000', '163136.835000', '163137.295000', '163137.755000', '163138.215000', '163138.675000', '163139.135000', '163139.595000', '163140.055000', '163140.515000', '163140.975000', '163141.435000', '163141.895000', '163142.355000', '163142.815000', '163143.275000', '163143.735000', '163144.195000', '163144.655000', '163145.115000', '163145.575000', '163146.035000', '163146.495000', '163146.955000', '163147.415000', '163147.875000', '163148.335000', '163148.795000', '163149.255000', '163149.715000', '163150.175000', '163150.635000', '163151.095000', '163151.555000', '163152.015000', '163152.475000', '163152.935000', '163153.395000', '163153.855000', '163154.315000', '163154.775000', '163155.235000', '163155.695000', '163156.155000', '163156.615000', '163157.075000', '163157.535000', '163157.995000', '163158.455000', '163158.915000', '163159.375000', '163159.835000', '163200.295000', '163200.755000', '163201.215000', '163201.675000', '163202.135000', '163202.595000', '163203.055000', '163203.515000', '163203.975000', '163204.435000', '163204.895000', '163205.355000', '163205.815000', '163206.275000', '163206.735000', '163207.195000', '163207.655000', '163208.115000', '163208.575000', '163209.035000', '163209.495000', '163209.955000', '163210.415000', '163210.875000', '163211.335000', '163211.795000', '163212.255000', '163212.715000', '163213.175000', '163213.635000', '163214.095000', '163214.555000', '163215.015000', '163215.475000', '163215.935000', '163216.395000', '163216.855000', '163217.315000', '163217.775000', '163218.235000', '163218.695000', '163219.155000', '163219.615000', '163220.075000', '163220.535000', '163220.995000', '163221.455000', '163221.915000', '163222.375000', '163222.835000', '163223.295000', '163223.755000', '163224.215000', '163224.675000', '163225.135000', '163225.595000', '163226.055000', '163226.515000', '163226.975000', '163227.435000', '163227.895000', '163228.355000', '163228.815000', '163229.275000', '163229.735000', '163230.195000', '163230.655000', '163231.115000', '163231.575000', '163232.035000', '163232.495000', '163232.955000', '163233.415000', '163233.875000', '163234.335000', '163234.795000', '163235.255000', '163235.715000', '163236.175000', '163236.635000', '163237.095000', '163237.555000', '163238.015000', '163238.475000', '163238.935000', '163239.395000', '163239.855000', '163240.315000', '163240.775000', '163241.235000', '163241.695000', '163242.155000', '163242.615000', '163243.075000', '163243.535000', '163243.995000', '163244.455000', '163244.915000', '163245.375000', '163245.835000', '163246.295000', '163246.755000', '163247.215000', '163247.675000', '163248.135000', '163248.595000', '163249.055000', '163249.515000', '163249.975000', '163250.435000', '163250.895000', '163251.355000', '163251.815000', '163252.275000', '163252.735000', '163253.195000', '163253.655000', '163254.115000', '163254.575000', '163255.035000', '163255.495000', '163255.955000', '163256.415000', '163256.875000', '163257.335000', '163257.795000', '163258.255000', '163258.715000', '163259.175000', '163259.635000', '163300.095000', '163300.555000', '163301.015000', '163301.475000', '163301.935000', '163302.395000', '163302.855000', '163303.315000', '163303.775000', '163304.235000', '163304.695000', '163305.155000', '163305.615000', '163306.075000', '163306.535000', '163306.995000', '163307.455000', '163307.915000', '163308.375000', '163308.835000', '163309.295000', '163309.755000', '163310.215000', '163310.675000', '163311.135000', '163311.595000', '163312.055000', '163312.515000', '163312.975000', '163313.435000', '163313.895000', '163314.355000', '163314.815000'], 'ContentTime': ['162638.294000', '162638.505000', '162638.727000', '162638.896000', '162639.115000', '162639.318000', '162639.510000', '162639.731000', '162639.916000', '162640.166000', '162641.187000', '162641.316000', '162641.401000', '162641.567000', '162642.054000', '162642.507000', '162642.982000', '162643.445000', '162643.889000', '162644.350000', '162644.810000', '162645.268000', '162645.732000', '162646.208000', '162646.677000', '162647.128000', '162647.582000', '162648.029000', '162648.491000', '162648.950000', '162649.410000', '162649.869000', '162650.330000', '162650.808000', '162651.250000', '162651.717000', '162652.175000', '162652.648000', '162653.091000', '162653.549000', '162654.022000', '162654.482000', '162654.932000', '162655.401000', '162655.931000', '162656.313000', '162656.769000', '162657.238000', '162657.718000', '162658.153000', '162658.660000', '162659.074000', '162659.530000', '162700.018000', '162700.462000', '162700.921000', '162701.384000', '162701.834000', '162702.286000', '162702.764000', '162703.227000', '162703.673000', '162704.346000', '162704.594000', '162705.065000', '162705.506000', '162705.968000', '162706.437000', '162706.901000', '162707.360000', '162707.818000', '162708.298000', '162708.730000', '162709.189000', '162709.653000', '162710.141000', '162710.577000', '162711.037000', '162711.533000', '162711.950000', '162712.418000', '162712.868000', '162713.338000', '162713.799000', '162714.261000', '162714.710000', '162715.174000', '162715.650000', '162716.113000', '162716.555000', '162717.010000', '162717.482000', '162717.944000', '162718.404000', '162718.856000', '162719.313000', '162719.820000', '162720.233000', '162720.731000', '162721.173000', '162721.622000', '162722.080000', '162722.532000', '162722.992000', '162723.473000', '162723.910000', '162724.366000', '162724.858000', '162725.294000', '162725.747000', '162726.221000', '162726.679000', '162727.152000', '162727.608000', '162728.057000', '162728.508000', '162728.974000', '162729.453000', '162729.909000', '162730.363000', '162730.828000', '162731.337000', '162731.737000', '162732.196000', '162732.675000', '162733.115000', '162733.577000', '162734.051000', '162734.494000', '162734.961000', '162735.419000', '162735.884000', '162736.357000', '162736.799000', '162737.250000', '162737.709000', '162738.181000', '162738.637000', '162739.089000', '162739.567000', '162740.022000', '162740.494000', '162740.934000', '162741.392000', '162741.917000', '162742.323000', '162742.771000', '162743.244000', '162743.697000', '162744.152000', '162744.611000', '162745.085000', '162745.548000', '162745.991000', '162746.455000', '162746.920000', '162747.381000', '162747.846000', '162748.299000', '162748.754000', '162749.232000', '162749.685000', '162750.304000', '162750.598000', '162751.054000', '162751.526000', '162752.023000', '162752.431000', '162752.898000', '162753.370000', '162753.824000', '162754.285000', '162754.736000', '162755.194000', '162755.675000', '162756.130000', '162756.591000', '162757.042000', '162757.498000', '162757.962000', '162758.425000', '162758.953000', '162759.340000', '162759.833000', '162800.272000', '162800.725000', '162801.186000', '162801.634000', '162802.104000', '162802.559000', '162803.028000', '162803.473000', '162803.933000', '162804.409000', '162804.866000', '162805.326000', '162805.772000', '162806.234000', '162806.694000', '162807.159000', '162807.621000', '162808.096000', '162808.532000', '162808.992000', '162809.456000', '162809.910000', '162810.386000', '162810.838000', '162811.293000', '162811.753000', '162812.214000', '162812.687000', '162813.146000', '162813.610000', '162814.060000', '162814.525000', '162814.976000', '162815.449000', '162815.895000', '162816.361000', '162816.827000', '162817.293000', '162817.744000', '162818.196000', '162818.661000', '162819.118000', '162819.610000', '162820.046000', '162820.500000', '162820.982000', '162821.426000', '162821.884000', '162822.347000', '162822.799000', '162823.269000', '162823.741000', '162824.175000', '162824.646000', '162825.103000', '162825.566000', '162826.018000', '162826.489000', '162826.942000', '162827.416000', '162827.866000', '162828.312000', '162828.786000', '162829.249000', '162829.701000', '162830.153000', '162830.621000', '162831.089000', '162831.539000', '162832.007000', '162832.462000', '162832.923000', '162833.382000', '162833.845000', '162834.311000', '162834.761000', '162835.221000', '162835.676000', '162836.140000', '162836.601000', '162837.072000', '162837.512000', '162837.985000', '162838.437000', '162838.896000', '162839.361000', '162839.816000', '162840.305000', '162840.755000', '162841.202000', '162841.666000', '162842.115000', '162842.595000', '162843.035000', '162843.495000', '162843.961000', '162844.419000', '162844.886000', '162845.341000', '162845.799000', '162846.260000', '162846.732000', '162847.174000', '162847.639000', '162848.124000', '162848.609000', '162849.014000', '162849.486000', '162849.962000', '162850.409000', '162850.892000', '162851.320000', '162851.897000', '162852.266000', '162852.699000', '162853.159000', '162853.620000', '162854.094000', '162854.554000', '162854.994000', '162855.473000', '162855.936000', '162856.386000', '162856.851000', '162857.304000', '162857.762000', '162858.245000', '162858.694000', '162859.158000', '162859.615000', '162900.075000', '162900.523000', '162900.985000', '162901.445000', '162901.927000', '162902.356000', '162902.824000', '162903.284000', '162903.751000', '162904.201000', '162904.656000', '162905.136000', '162905.599000', '162906.047000', '162906.500000', '162906.964000', '162907.488000', '162907.894000', '162908.337000', '162908.810000', '162909.324000', '162909.721000', '162910.181000', '162910.658000', '162911.102000', '162911.565000', '162912.047000', '162912.494000', '162912.977000', '162913.398000', '162913.857000', '162914.325000', '162914.779000', '162915.242000', '162915.703000', '162916.159000', '162916.621000', '162917.090000', '162917.552000', '162918.017000', '162918.464000', '162918.940000', '162919.407000', '162919.872000', '162920.320000', '162920.761000', '162921.223000', '162921.688000', '162922.140000', '162922.612000', '162923.063000', '162923.520000', '162923.988000', '162924.438000', '162924.900000', '162925.362000', '162925.823000', '162926.292000', '162926.742000', '162927.209000', '162927.669000', '162928.127000', '162928.580000', '162929.054000', '162929.514000', '162929.962000', '162930.435000', '162930.898000', '162931.356000', '162931.812000', '162932.261000', '162932.727000', '162933.181000', '162933.658000', '162934.127000', '162934.563000', '162935.039000', '162935.497000', '162935.980000', '162936.438000', '162936.874000', '162937.327000', '162937.839000', '162938.258000', '162938.707000', '162939.167000', '162939.621000', '162940.082000', '162940.540000', '162941.004000', '162941.474000', '162941.921000', '162942.382000', '162942.841000', '162943.313000', '162943.776000', '162944.231000', '162944.682000', '162945.160000', '162945.624000', '162946.068000', '162946.538000', '162946.988000', '162947.453000', '162947.902000', '162948.369000', '162948.820000', '162949.296000', '162949.749000', '162950.231000', '162950.668000', '162951.127000', '162951.601000', '162952.043000', '162952.500000', '162952.968000', '162953.423000', '162953.900000', '162954.352000', '162954.814000', '162955.263000', '162955.744000', '162956.187000', '162956.673000', '162957.117000', '162957.644000', '162958.036000', '162958.488000', '162958.950000', '162959.427000', '162959.862000', '163000.352000', '163000.784000', '163001.260000', '163001.705000', '163002.203000', '163002.634000', '163003.103000', '163003.560000', '163004.017000', '163004.468000', '163004.949000', '163005.393000', '163005.842000', '163006.313000', '163006.766000', '163007.223000', '163007.680000', '163008.147000', '163008.610000', '163009.071000', '163009.540000', '163009.986000', '163010.472000', '163010.929000', '163011.380000', '163011.837000', '163012.283000', '163012.764000', '163013.212000', '163013.679000', '163014.125000', '163014.587000', '163015.051000', '163015.521000', '163015.965000', '163016.427000', '163016.885000', '163017.345000', '163017.823000', '163018.285000', '163018.727000', '163019.190000', '163019.653000', '163020.152000', '163020.568000', '163021.035000', '163021.486000', '163021.949000', '163022.448000', '163022.883000', '163023.346000', '163023.785000', '163024.252000', '163024.709000', '163025.172000', '163025.623000', '163026.101000', '163026.556000', '163027.010000', '163027.471000', '163027.962000', '163028.393000', '163028.859000', '163029.301000', '163029.765000', '163030.254000', '163030.696000', '163031.147000', '163031.620000', '163032.069000', '163032.554000', '163032.994000', '163033.445000', '163033.923000', '163034.386000', '163034.834000', '163035.304000', '163035.746000', '163036.227000', '163036.690000', '163037.125000', '163037.606000', '163038.049000', '163038.524000', '163038.972000', '163039.436000', '163039.907000', '163040.352000', '163040.805000', '163041.276000', '163041.728000', '163042.201000', '163042.661000', '163043.124000', '163043.582000', '163044.043000', '163044.490000', '163044.986000', '163045.414000', '163045.865000', '163046.327000', '163046.794000', '163047.249000', '163047.707000', '163048.167000', '163048.630000', '163049.107000', '163049.556000', '163050.008000', '163050.470000', '163050.929000', '163051.404000', '163051.930000', '163052.323000', '163052.776000', '163053.237000', '163053.695000', '163054.151000', '163054.607000', '163055.076000', '163055.547000', '163056.000000', '163056.449000', '163056.923000', '163057.369000', '163057.828000', '163058.294000', '163058.766000', '163059.208000', '163059.676000', '163100.187000', '163100.587000', '163101.067000', '163101.526000', '163101.976000', '163102.440000', '163102.894000', '163103.354000', '163103.816000', '163104.301000', '163104.730000', '163105.188000', '163105.652000', '163106.119000', '163106.583000', '163107.032000', '163107.490000', '163107.961000', '163108.426000', '163108.873000', '163109.327000', '163109.839000', '163110.264000', '163110.729000', '163111.195000', '163111.628000', '163112.101000', '163112.546000', '163113.019000', '163113.489000', '163113.940000', '163114.391000', '163114.851000', '163115.308000', '163115.771000', '163116.231000', '163116.687000', '163117.164000', '163117.638000', '163118.070000', '163118.551000', '163118.987000', '163119.470000', '163119.926000', '163120.379000', '163120.838000', '163121.298000', '163121.758000', '163122.221000', '163122.670000', '163123.158000', '163123.600000', '163124.066000', '163124.512000', '163124.980000', '163125.445000', '163125.900000', '163126.362000', '163126.832000', '163127.285000', '163127.732000', '163128.190000', '163128.656000', '163129.126000', '163129.571000', '163130.042000', '163130.495000', '163130.949000', '163131.425000', '163131.935000', '163132.346000', '163132.790000', '163133.268000', '163133.722000', '163134.172000', '163134.648000', '163135.095000', '163135.550000', '163136.059000', '163136.488000', '163136.934000', '163137.406000', '163137.856000', '163138.326000', '163138.777000', '163139.288000', '163139.694000', '163140.152000', '163140.630000', '163141.081000', '163141.543000', '163142.009000', '163142.466000', '163142.919000', '163143.389000', '163143.845000', '163144.312000', '163144.766000', '163145.216000', '163145.690000', '163146.148000', '163146.600000', '163147.059000', '163147.546000', '163147.984000', '163148.440000', '163148.914000', '163149.375000', '163149.849000', '163150.282000', '163150.748000', '163151.227000', '163151.661000', '163152.126000', '163152.609000', '163153.045000', '163153.494000', '163153.973000', '163154.483000', '163154.885000', '163155.337000', '163155.952000', '163156.255000', '163156.720000', '163157.189000', '163157.639000', '163158.096000', '163158.557000', '163159.021000', '163159.500000', '163159.936000', '163200.414000', '163200.869000', '163201.338000', '163201.844000', '163202.243000', '163202.712000', '163203.173000', '163203.616000', '163204.083000', '163204.586000', '163205.035000', '163205.473000', '163205.915000', '163206.378000', '163206.858000', '163207.296000', '163207.763000', '163208.226000', '163208.684000', '163209.144000', '163209.596000', '163210.072000', '163210.517000', '163210.988000', '163211.459000', '163211.917000', '163212.416000', '163212.891000', '163213.280000', '163213.750000', '163214.219000', '163214.671000', '163215.146000', '163215.587000', '163216.072000', '163216.518000', '163216.971000', '163217.436000', '163217.916000', '163218.346000', '163218.808000', '163219.268000', '163219.724000', '163220.193000', '163220.699000', '163221.113000', '163221.586000', '163222.034000', '163222.490000', '163222.960000', '163223.420000', '163223.878000', '163224.324000', '163224.785000', '163225.250000', '163225.720000', '163226.203000', '163226.631000', '163227.081000', '163227.550000', '163228.009000', '163228.479000', '163228.920000', '163229.401000', '163229.849000', '163230.323000', '163230.779000', '163231.235000', '163231.702000', '163232.159000', '163232.604000', '163233.071000', '163233.533000', '163233.996000', '163234.447000', '163234.918000', '163235.376000', '163235.848000', '163236.285000', '163236.758000', '163237.218000', '163237.686000', '163238.134000', '163238.629000', '163239.055000', '163239.521000', '163240.003000', '163240.441000', '163240.890000', '163241.352000', '163241.820000', '163242.268000', '163242.743000', '163243.195000', '163243.653000', '163244.127000', '163244.573000', '163245.037000', '163245.507000', '163245.963000', '163246.452000', '163246.875000', '163247.328000', '163247.866000', '163248.257000', '163248.721000', '163249.182000', '163249.628000', '163250.096000', '163250.567000', '163251.013000', '163251.466000', '163251.941000', '163252.398000', '163252.846000', '163253.351000', '163253.774000', '163254.246000', '163254.714000', '163255.154000', '163255.608000', '163256.074000', '163256.531000', '163256.997000', '163257.448000', '163257.920000', '163258.399000', '163258.825000', '163259.295000', '163259.747000', '163300.213000', '163300.667000', '163301.135000', '163301.644000', '163302.066000', '163302.516000', '163302.965000', '163303.436000', '163303.883000', '163304.365000', '163304.841000', '163305.269000', '163305.730000', '163306.191000', '163306.663000', '163307.157000', '163307.612000', '163308.037000', '163308.492000', '163308.952000', '163309.418000', '163309.886000', '163310.355000', '163310.799000', '163311.315000', '163311.708000', '163312.182000', '163312.644000', '163313.089000', '163313.572000', '163314.014000', '163314.468000', '163314.927000', '163315.404000', '163315.869000', '163316.305000'], 'InstanceCreationTime': ['162638.294000', '162638.505000', '162638.727000', '162638.896000', '162639.115000', '162639.318000', '162639.510000', '162639.731000', '162639.916000', '162640.166000', '162641.187000', '162641.316000', '162641.401000', '162641.567000', '162642.054000', '162642.507000', '162642.982000', '162643.445000', '162643.889000', '162644.350000', '162644.810000', '162645.268000', '162645.732000', '162646.208000', '162646.677000', '162647.128000', '162647.582000', '162648.029000', '162648.491000', '162648.950000', '162649.410000', '162649.869000', '162650.330000', '162650.808000', '162651.250000', '162651.717000', '162652.175000', '162652.648000', '162653.091000', '162653.549000', '162654.022000', '162654.482000', '162654.932000', '162655.401000', '162655.931000', '162656.313000', '162656.769000', '162657.238000', '162657.718000', '162658.153000', '162658.660000', '162659.074000', '162659.530000', '162700.018000', '162700.462000', '162700.921000', '162701.384000', '162701.834000', '162702.286000', '162702.764000', '162703.227000', '162703.673000', '162704.346000', '162704.594000', '162705.065000', '162705.506000', '162705.968000', '162706.437000', '162706.901000', '162707.360000', '162707.818000', '162708.298000', '162708.730000', '162709.189000', '162709.653000', '162710.141000', '162710.577000', '162711.037000', '162711.533000', '162711.950000', '162712.418000', '162712.868000', '162713.338000', '162713.799000', '162714.261000', '162714.710000', '162715.174000', '162715.650000', '162716.113000', '162716.555000', '162717.010000', '162717.482000', '162717.944000', '162718.404000', '162718.856000', '162719.313000', '162719.820000', '162720.233000', '162720.731000', '162721.173000', '162721.622000', '162722.080000', '162722.532000', '162722.992000', '162723.473000', '162723.910000', '162724.366000', '162724.858000', '162725.294000', '162725.747000', '162726.221000', '162726.679000', '162727.152000', '162727.608000', '162728.057000', '162728.508000', '162728.974000', '162729.453000', '162729.909000', '162730.363000', '162730.828000', '162731.337000', '162731.737000', '162732.196000', '162732.675000', '162733.115000', '162733.577000', '162734.051000', '162734.494000', '162734.961000', '162735.419000', '162735.884000', '162736.357000', '162736.799000', '162737.250000', '162737.709000', '162738.181000', '162738.637000', '162739.089000', '162739.567000', '162740.022000', '162740.494000', '162740.934000', '162741.392000', '162741.917000', '162742.323000', '162742.771000', '162743.244000', '162743.697000', '162744.152000', '162744.611000', '162745.085000', '162745.548000', '162745.991000', '162746.455000', '162746.920000', '162747.381000', '162747.846000', '162748.299000', '162748.754000', '162749.232000', '162749.685000', '162750.304000', '162750.598000', '162751.054000', '162751.526000', '162752.023000', '162752.431000', '162752.898000', '162753.370000', '162753.824000', '162754.285000', '162754.736000', '162755.194000', '162755.675000', '162756.130000', '162756.591000', '162757.042000', '162757.498000', '162757.962000', '162758.425000', '162758.953000', '162759.340000', '162759.833000', '162800.272000', '162800.725000', '162801.186000', '162801.634000', '162802.104000', '162802.559000', '162803.028000', '162803.473000', '162803.933000', '162804.409000', '162804.866000', '162805.326000', '162805.772000', '162806.234000', '162806.694000', '162807.159000', '162807.621000', '162808.096000', '162808.532000', '162808.992000', '162809.456000', '162809.910000', '162810.386000', '162810.838000', '162811.293000', '162811.753000', '162812.214000', '162812.687000', '162813.146000', '162813.610000', '162814.060000', '162814.525000', '162814.976000', '162815.449000', '162815.895000', '162816.361000', '162816.827000', '162817.293000', '162817.744000', '162818.196000', '162818.661000', '162819.118000', '162819.610000', '162820.046000', '162820.500000', '162820.982000', '162821.426000', '162821.884000', '162822.347000', '162822.799000', '162823.269000', '162823.741000', '162824.175000', '162824.646000', '162825.103000', '162825.566000', '162826.018000', '162826.489000', '162826.942000', '162827.416000', '162827.866000', '162828.312000', '162828.786000', '162829.249000', '162829.701000', '162830.153000', '162830.621000', '162831.089000', '162831.539000', '162832.007000', '162832.462000', '162832.923000', '162833.382000', '162833.845000', '162834.311000', '162834.761000', '162835.221000', '162835.676000', '162836.140000', '162836.601000', '162837.072000', '162837.512000', '162837.985000', '162838.437000', '162838.896000', '162839.361000', '162839.816000', '162840.305000', '162840.755000', '162841.202000', '162841.666000', '162842.115000', '162842.595000', '162843.035000', '162843.495000', '162843.961000', '162844.419000', '162844.886000', '162845.341000', '162845.799000', '162846.260000', '162846.732000', '162847.174000', '162847.639000', '162848.124000', '162848.609000', '162849.014000', '162849.486000', '162849.962000', '162850.409000', '162850.892000', '162851.320000', '162851.897000', '162852.266000', '162852.699000', '162853.159000', '162853.620000', '162854.094000', '162854.554000', '162854.994000', '162855.473000', '162855.936000', '162856.386000', '162856.851000', '162857.304000', '162857.762000', '162858.245000', '162858.694000', '162859.158000', '162859.615000', '162900.075000', '162900.523000', '162900.985000', '162901.445000', '162901.927000', '162902.356000', '162902.824000', '162903.284000', '162903.751000', '162904.201000', '162904.656000', '162905.136000', '162905.599000', '162906.047000', '162906.500000', '162906.964000', '162907.488000', '162907.894000', '162908.337000', '162908.810000', '162909.324000', '162909.721000', '162910.181000', '162910.658000', '162911.102000', '162911.565000', '162912.047000', '162912.494000', '162912.977000', '162913.398000', '162913.857000', '162914.325000', '162914.779000', '162915.242000', '162915.703000', '162916.159000', '162916.621000', '162917.090000', '162917.552000', '162918.017000', '162918.464000', '162918.940000', '162919.407000', '162919.872000', '162920.320000', '162920.761000', '162921.223000', '162921.688000', '162922.140000', '162922.612000', '162923.063000', '162923.520000', '162923.988000', '162924.438000', '162924.900000', '162925.362000', '162925.823000', '162926.292000', '162926.742000', '162927.209000', '162927.669000', '162928.127000', '162928.580000', '162929.054000', '162929.514000', '162929.962000', '162930.435000', '162930.898000', '162931.356000', '162931.812000', '162932.261000', '162932.727000', '162933.181000', '162933.658000', '162934.127000', '162934.563000', '162935.039000', '162935.497000', '162935.980000', '162936.438000', '162936.874000', '162937.327000', '162937.839000', '162938.258000', '162938.707000', '162939.167000', '162939.621000', '162940.082000', '162940.540000', '162941.004000', '162941.474000', '162941.921000', '162942.382000', '162942.841000', '162943.313000', '162943.776000', '162944.231000', '162944.682000', '162945.160000', '162945.624000', '162946.068000', '162946.538000', '162946.988000', '162947.453000', '162947.902000', '162948.369000', '162948.820000', '162949.296000', '162949.749000', '162950.231000', '162950.668000', '162951.127000', '162951.601000', '162952.043000', '162952.500000', '162952.968000', '162953.423000', '162953.900000', '162954.352000', '162954.814000', '162955.263000', '162955.744000', '162956.187000', '162956.673000', '162957.117000', '162957.644000', '162958.036000', '162958.488000', '162958.950000', '162959.427000', '162959.862000', '163000.352000', '163000.784000', '163001.260000', '163001.705000', '163002.203000', '163002.634000', '163003.103000', '163003.560000', '163004.017000', '163004.468000', '163004.949000', '163005.393000', '163005.842000', '163006.313000', '163006.766000', '163007.223000', '163007.680000', '163008.147000', '163008.610000', '163009.071000', '163009.540000', '163009.986000', '163010.472000', '163010.929000', '163011.380000', '163011.837000', '163012.283000', '163012.764000', '163013.212000', '163013.679000', '163014.125000', '163014.587000', '163015.051000', '163015.521000', '163015.965000', '163016.427000', '163016.885000', '163017.345000', '163017.823000', '163018.285000', '163018.727000', '163019.190000', '163019.653000', '163020.152000', '163020.568000', '163021.035000', '163021.486000', '163021.949000', '163022.448000', '163022.883000', '163023.346000', '163023.785000', '163024.252000', '163024.709000', '163025.172000', '163025.623000', '163026.101000', '163026.556000', '163027.010000', '163027.471000', '163027.962000', '163028.393000', '163028.859000', '163029.301000', '163029.765000', '163030.254000', '163030.696000', '163031.147000', '163031.620000', '163032.069000', '163032.554000', '163032.994000', '163033.445000', '163033.923000', '163034.386000', '163034.834000', '163035.304000', '163035.746000', '163036.227000', '163036.690000', '163037.125000', '163037.606000', '163038.049000', '163038.524000', '163038.972000', '163039.436000', '163039.907000', '163040.352000', '163040.805000', '163041.276000', '163041.728000', '163042.201000', '163042.661000', '163043.124000', '163043.582000', '163044.043000', '163044.490000', '163044.986000', '163045.414000', '163045.865000', '163046.327000', '163046.794000', '163047.249000', '163047.707000', '163048.167000', '163048.630000', '163049.107000', '163049.556000', '163050.008000', '163050.470000', '163050.929000', '163051.404000', '163051.930000', '163052.323000', '163052.776000', '163053.237000', '163053.695000', '163054.151000', '163054.607000', '163055.076000', '163055.547000', '163056.000000', '163056.449000', '163056.923000', '163057.369000', '163057.828000', '163058.294000', '163058.766000', '163059.208000', '163059.676000', '163100.187000', '163100.587000', '163101.067000', '163101.526000', '163101.976000', '163102.440000', '163102.894000', '163103.354000', '163103.816000', '163104.301000', '163104.730000', '163105.188000', '163105.652000', '163106.119000', '163106.583000', '163107.032000', '163107.490000', '163107.961000', '163108.426000', '163108.873000', '163109.327000', '163109.839000', '163110.264000', '163110.729000', '163111.195000', '163111.628000', '163112.101000', '163112.546000', '163113.019000', '163113.489000', '163113.940000', '163114.391000', '163114.851000', '163115.308000', '163115.771000', '163116.231000', '163116.687000', '163117.164000', '163117.638000', '163118.070000', '163118.551000', '163118.987000', '163119.470000', '163119.926000', '163120.379000', '163120.838000', '163121.298000', '163121.758000', '163122.221000', '163122.670000', '163123.158000', '163123.600000', '163124.066000', '163124.512000', '163124.980000', '163125.445000', '163125.900000', '163126.362000', '163126.832000', '163127.285000', '163127.732000', '163128.190000', '163128.656000', '163129.126000', '163129.571000', '163130.042000', '163130.495000', '163130.949000', '163131.425000', '163131.935000', '163132.346000', '163132.790000', '163133.268000', '163133.722000', '163134.172000', '163134.648000', '163135.095000', '163135.550000', '163136.059000', '163136.488000', '163136.934000', '163137.406000', '163137.856000', '163138.326000', '163138.777000', '163139.288000', '163139.694000', '163140.152000', '163140.630000', '163141.081000', '163141.543000', '163142.009000', '163142.466000', '163142.919000', '163143.389000', '163143.845000', '163144.312000', '163144.766000', '163145.216000', '163145.690000', '163146.148000', '163146.600000', '163147.059000', '163147.546000', '163147.984000', '163148.440000', '163148.914000', '163149.375000', '163149.849000', '163150.282000', '163150.748000', '163151.227000', '163151.661000', '163152.126000', '163152.609000', '163153.045000', '163153.494000', '163153.973000', '163154.483000', '163154.885000', '163155.337000', '163155.952000', '163156.255000', '163156.720000', '163157.189000', '163157.639000', '163158.096000', '163158.557000', '163159.021000', '163159.500000', '163159.936000', '163200.414000', '163200.869000', '163201.338000', '163201.844000', '163202.243000', '163202.712000', '163203.173000', '163203.616000', '163204.083000', '163204.586000', '163205.035000', '163205.473000', '163205.915000', '163206.378000', '163206.858000', '163207.296000', '163207.763000', '163208.226000', '163208.684000', '163209.144000', '163209.596000', '163210.072000', '163210.517000', '163210.988000', '163211.459000', '163211.917000', '163212.416000', '163212.891000', '163213.280000', '163213.750000', '163214.219000', '163214.671000', '163215.146000', '163215.587000', '163216.072000', '163216.518000', '163216.971000', '163217.436000', '163217.916000', '163218.346000', '163218.808000', '163219.268000', '163219.724000', '163220.193000', '163220.699000', '163221.113000', '163221.586000', '163222.034000', '163222.490000', '163222.960000', '163223.420000', '163223.878000', '163224.324000', '163224.785000', '163225.250000', '163225.720000', '163226.203000', '163226.631000', '163227.081000', '163227.550000', '163228.009000', '163228.479000', '163228.920000', '163229.401000', '163229.849000', '163230.323000', '163230.779000', '163231.235000', '163231.702000', '163232.159000', '163232.604000', '163233.071000', '163233.533000', '163233.996000', '163234.447000', '163234.918000', '163235.376000', '163235.848000', '163236.285000', '163236.758000', '163237.218000', '163237.686000', '163238.134000', '163238.629000', '163239.055000', '163239.521000', '163240.003000', '163240.441000', '163240.890000', '163241.352000', '163241.820000', '163242.268000', '163242.743000', '163243.195000', '163243.653000', '163244.127000', '163244.573000', '163245.037000', '163245.507000', '163245.963000', '163246.452000', '163246.875000', '163247.328000', '163247.866000', '163248.257000', '163248.721000', '163249.182000', '163249.628000', '163250.096000', '163250.567000', '163251.013000', '163251.466000', '163251.941000', '163252.398000', '163252.846000', '163253.351000', '163253.774000', '163254.246000', '163254.714000', '163255.154000', '163255.608000', '163256.074000', '163256.531000', '163256.997000', '163257.448000', '163257.920000', '163258.399000', '163258.825000', '163259.295000', '163259.747000', '163300.213000', '163300.667000', '163301.135000', '163301.644000', '163302.066000', '163302.516000', '163302.965000', '163303.436000', '163303.883000', '163304.365000', '163304.841000', '163305.269000', '163305.730000', '163306.191000', '163306.663000', '163307.157000', '163307.612000', '163308.037000', '163308.492000', '163308.952000', '163309.418000', '163309.886000', '163310.355000', '163310.799000', '163311.315000', '163311.708000', '163312.182000', '163312.644000', '163313.089000', '163313.572000', '163314.014000', '163314.468000', '163314.927000', '163315.404000', '163315.869000', '163316.305000'], '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': [849, 608, 656, 580, 594, 549, 716, 518, 621, 516, 608, 865, 562, 749, 555, 676, 519, 647, 641, 623, 866, 514, 710, 555, 622, 518, 628, 574, 602, 940, 569, 695, 523, 597, 482, 665, 667, 585, 771, 525, 621, 501, 621, 495, 596, 502, 611, 473, 656, 496, 604, 565, 549, 888, 560, 687, 542, 627, 482, 631, 504, 668, 574, 593, 911, 579, 687, 548, 610, 521, 662, 498, 639, 943, 590, 760, 536, 656, 514, 625, 534, 629, 507, 610, 487, 605, 522, 679, 515, 645, 556, 638, 548, 639, 563, 625, 679, 584, 575, 574, 798, 569, 762, 610, 692, 595, 626, 568, 626, 590, 746, 591, 968, 637, 821, 587, 669, 627, 629, 586, 633, 740, 596, 994, 574, 715, 573, 663, 539, 615, 545, 594, 523, 554, 517, 714, 521, 719, 484, 652, 553, 612, 948, 607, 706, 555, 645, 556, 705, 816, 629, 1053, 595, 949, 621, 717, 616, 616, 595, 1104, 614, 962, 614, 750, 606, 730, 618, 642, 610, 691, 597, 663, 596, 595, 1083, 608, 671, 604, 631, 618, 619, 614, 610, 1088, 601, 777, 596, 587, 611, 586, 937, 598, 669, 585, 565, 593, 579, 662, 577, 641, 590, 562, 590, 585, 593, 572, 690, 509, 634, 548, 586, 483, 554, 493, 587, 583, 643, 683, 621, 673, 629, 678, 618, 643, 714, 656, 750, 633, 806, 644, 853, 640, 819, 610, 751, 966, 605, 890, 627, 671, 625, 675, 990, 579, 778, 646, 649, 650, 655, 678, 637, 948, 650, 798, 669, 642, 658, 632, 816, 620, 871, 634, 824, 794, 605, 950, 587, 672, 609, 570, 698, 586, 663, 595, 579, 618, 580, 696, 680, 620, 692, 639, 701, 678, 641, 687, 623, 671, 636, 690, 680, 606, 694, 618, 622, 731, 563, 559, 604, 739, 695, 658, 647, 649, 671, 669, 608, 642, 750, 639, 779, 640, 690, 943, 623, 702, 632, 597, 632, 671, 611, 665, 639, 598, 632, 594, 593, 603, 657, 627, 681, 640, 587, 629, 608, 633, 614, 623, 588, 612, 665, 636, 684, 993, 610, 820, 627, 624, 612, 646, 585, 575, 801, 601, 713, 625, 602, 577, 617, 607, 590, 636, 546, 834, 587, 641, 618, 568, 623, 601, 640, 565, 570, 587, 581, 586, 593, 580, 593, 601, 635, 617, 641, 613, 621, 632, 642, 628, 618, 633, 604, 674, 594, 702, 622, 733, 604, 738, 601, 683, 592, 656, 593, 621, 630, 616, 644, 581, 657, 619, 634, 595, 657, 604, 877, 607, 736, 576, 651, 559, 783, 561, 768, 577, 838, 585, 827, 577, 756, 569, 746, 509, 755, 512, 673, 897, 661, 999, 589, 791, 561, 713, 546, 681, 541, 665, 540, 648, 640, 623, 620, 624, 636, 600, 617, 649, 620, 723, 640, 696, 624, 603, 581, 666, 592, 595, 653, 598, 891, 610, 749, 613, 633, 628, 579, 607, 584, 616, 606, 587, 591, 634, 633, 743, 642, 578, 636, 593, 635, 575, 615, 623, 603, 607, 609, 614, 590, 691, 578, 773, 587, 772, 584, 734, 584, 740, 583, 746, 559, 683, 594, 693, 585, 653, 588, 735, 537, 723, 557, 737, 543, 741, 531, 791, 539, 755, 566, 770, 529, 692, 541, 654, 801, 671, 542, 658, 541, 698, 648, 676, 809, 590, 935, 589, 780, 569, 663, 500, 632, 512, 634, 628, 523, 646, 652, 590, 598, 647, 594, 639, 655, 617, 657, 598, 638, 655, 855, 626, 947, 630, 862, 618, 834, 611, 865, 787, 620, 1022, 610, 837, 581, 652, 592, 612, 600, 566, 673, 570, 670, 585, 661, 568, 675, 510, 600, 521, 583, 486, 517, 566, 516, 662, 549, 950, 594, 934, 553, 709, 539, 685, 502, 609, 514, 624, 548, 604, 563, 620, 529, 584, 546, 676, 557, 749, 560, 600, 577, 569, 585, 612, 574, 620, 751, 587, 969, 611, 809, 569, 639, 516, 645, 641, 574, 696, 563, 672, 552, 666, 524, 583, 509, 592, 514, 650, 563, 644, 527, 572, 513, 567, 514, 748, 542, 854, 567, 646, 554, 645, 558, 742, 561, 787, 578, 876, 585, 841, 547, 775, 915, 647, 1045, 613, 735, 569, 633, 514, 653, 926, 522, 732, 541, 590, 498, 644, 528, 617, 581, 522, 641, 505, 673, 524, 641, 531, 586, 498, 600, 559, 630, 529, 602, 625, 531, 722, 538, 632, 553, 612, 574, 623, 543, 606, 558, 611, 584, 548, 591, 572, 487, 490, 484, 681, 469, 667, 543, 513, 677, 601, 613, 784, 585, 793, 502, 665, 493, 690, 482, 632, 637, 594, 776, 559, 691, 544, 707, 523, 626, 702, 486, 612, 438, 592, 442, 496, 624, 452, 584, 429, 517, 531, 467, 612, 514, 594, 461, 525, 622, 495, 631, 502, 590, 456, 538, 697, 531, 596, 450, 581, 443, 528, 678, 471, 597, 583, 561, 585, 639, 706, 613, 753, 565, 633, 682, 619, 642, 630, 770, 607, 708, 593, 727, 596, 795, 620, 802, 596, 847, 617, 774, 671, 697, 886, 581, 759, 580, 667, 605, 649, 582, 572, 684, 609, 628, 629, 604, 737, 604, 583, 579, 601, 795, 585, 625, 665, 795, 616, 615, 603, 636, 640, 629, 648, 596, 646, 622, 667, 624, 642, 642, 626, 773, 646, 864, 639, 877, 638, 825, 664, 906, 658, 941, 654], 'WindowCenter': [276.0, 273.0, 272.0, 270.0, 270.0, 268.0, 270.0, 267.0, 269.0, 267.0, 269.0, 271.0, 268.0, 269.0, 267.0, 269.0, 267.0, 268.0, 268.0, 268.0, 270.0, 267.0, 268.0, 267.0, 268.0, 266.0, 268.0, 267.0, 268.0, 270.0, 267.0, 268.0, 266.0, 267.0, 266.0, 269.0, 269.0, 268.0, 269.0, 267.0, 268.0, 268.0, 269.0, 267.0, 268.0, 267.0, 268.0, 266.0, 269.0, 267.0, 268.0, 267.0, 267.0, 270.0, 267.0, 269.0, 267.0, 268.0, 266.0, 268.0, 267.0, 268.0, 267.0, 268.0, 270.0, 267.0, 268.0, 267.0, 268.0, 266.0, 268.0, 266.0, 268.0, 270.0, 267.0, 268.0, 266.0, 268.0, 266.0, 267.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 267.0, 269.0, 267.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 269.0, 268.0, 268.0, 268.0, 270.0, 269.0, 272.0, 270.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 270.0, 269.0, 271.0, 269.0, 271.0, 268.0, 270.0, 269.0, 269.0, 268.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 267.0, 268.0, 267.0, 268.0, 266.0, 267.0, 267.0, 268.0, 267.0, 268.0, 266.0, 268.0, 267.0, 269.0, 270.0, 267.0, 268.0, 267.0, 268.0, 267.0, 269.0, 269.0, 267.0, 270.0, 266.0, 269.0, 267.0, 267.0, 267.0, 267.0, 267.0, 270.0, 267.0, 269.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 270.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 267.0, 267.0, 270.0, 267.0, 268.0, 266.0, 266.0, 267.0, 266.0, 269.0, 266.0, 267.0, 266.0, 266.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 270.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 270.0, 270.0, 270.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 271.0, 269.0, 270.0, 268.0, 269.0, 270.0, 267.0, 269.0, 267.0, 268.0, 268.0, 269.0, 270.0, 267.0, 268.0, 267.0, 267.0, 267.0, 268.0, 268.0, 269.0, 270.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 266.0, 268.0, 267.0, 265.0, 267.0, 264.0, 265.0, 264.0, 264.0, 265.0, 264.0, 264.0, 264.0, 264.0, 264.0, 265.0, 266.0, 267.0, 265.0, 266.0, 265.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 265.0, 267.0, 267.0, 266.0, 269.0, 266.0, 267.0, 268.0, 269.0, 269.0, 268.0, 268.0, 269.0, 270.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 268.0, 270.0, 271.0, 270.0, 269.0, 269.0, 268.0, 268.0, 269.0, 268.0, 269.0, 269.0, 270.0, 270.0, 270.0, 269.0, 269.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 271.0, 269.0, 270.0, 269.0, 268.0, 269.0, 269.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 270.0, 269.0, 269.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 269.0, 269.0, 269.0, 271.0, 269.0, 269.0, 268.0, 269.0, 268.0, 271.0, 268.0, 270.0, 268.0, 271.0, 270.0, 271.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 270.0, 269.0, 271.0, 268.0, 269.0, 269.0, 270.0, 268.0, 269.0, 267.0, 268.0, 267.0, 269.0, 269.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 268.0, 267.0, 270.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 267.0, 268.0, 268.0, 268.0, 270.0, 270.0, 269.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 270.0, 271.0, 269.0, 270.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 267.0, 269.0, 267.0, 270.0, 267.0, 270.0, 267.0, 270.0, 267.0, 270.0, 268.0, 270.0, 267.0, 269.0, 267.0, 269.0, 270.0, 269.0, 267.0, 269.0, 267.0, 269.0, 269.0, 269.0, 270.0, 268.0, 270.0, 268.0, 269.0, 267.0, 268.0, 267.0, 268.0, 267.0, 269.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 269.0, 270.0, 268.0, 270.0, 268.0, 269.0, 267.0, 268.0, 266.0, 268.0, 268.0, 265.0, 268.0, 265.0, 267.0, 265.0, 265.0, 264.0, 265.0, 264.0, 264.0, 266.0, 265.0, 266.0, 265.0, 267.0, 265.0, 267.0, 265.0, 266.0, 265.0, 267.0, 266.0, 266.0, 267.0, 267.0, 268.0, 267.0, 270.0, 267.0, 269.0, 266.0, 268.0, 266.0, 268.0, 266.0, 269.0, 267.0, 267.0, 266.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 270.0, 268.0, 271.0, 269.0, 269.0, 267.0, 268.0, 267.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 268.0, 267.0, 268.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 269.0, 271.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 271.0, 268.0, 270.0, 267.0, 269.0, 270.0, 268.0, 270.0, 267.0, 268.0, 266.0, 267.0, 266.0, 267.0, 269.0, 266.0, 268.0, 266.0, 267.0, 266.0, 268.0, 266.0, 268.0, 267.0, 266.0, 268.0, 266.0, 268.0, 267.0, 268.0, 266.0, 267.0, 266.0, 268.0, 268.0, 268.0, 266.0, 269.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 268.0, 269.0, 269.0, 267.0, 268.0, 268.0, 269.0, 270.0, 269.0, 269.0, 266.0, 269.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 267.0, 269.0, 268.0, 268.0, 271.0, 268.0, 269.0, 265.0, 267.0, 266.0, 268.0, 265.0, 267.0, 266.0, 266.0, 267.0, 265.0, 266.0, 265.0, 266.0, 264.0, 265.0, 266.0, 264.0, 266.0, 263.0, 266.0, 263.0, 264.0, 266.0, 264.0, 265.0, 263.0, 265.0, 265.0, 264.0, 266.0, 265.0, 266.0, 264.0, 265.0, 266.0, 265.0, 266.0, 265.0, 267.0, 265.0, 266.0, 268.0, 267.0, 267.0, 265.0, 267.0, 265.0, 266.0, 269.0, 267.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 271.0, 269.0, 269.0, 270.0, 270.0, 270.0, 269.0, 271.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 269.0, 268.0, 268.0, 269.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 266.0, 266.0, 268.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 268.0, 269.0, 268.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 272.0, 270.0, 271.0, 270.0, 270.0, 270.0, 270.0, 271.0, 271.0, 273.0, 270.0, 272.0, 270.0, 271.0, 270.0, 272.0, 270.0, 271.0, 269.0], 'WindowWidth': [609.0, 603.0, 602.0, 597.0, 596.0, 594.0, 597.0, 592.0, 594.0, 592.0, 594.0, 597.0, 593.0, 594.0, 592.0, 593.0, 591.0, 593.0, 592.0, 592.0, 595.0, 591.0, 593.0, 591.0, 592.0, 590.0, 592.0, 591.0, 592.0, 595.0, 591.0, 593.0, 590.0, 591.0, 590.0, 593.0, 594.0, 594.0, 594.0, 591.0, 592.0, 593.0, 594.0, 591.0, 592.0, 590.0, 593.0, 590.0, 594.0, 591.0, 592.0, 592.0, 592.0, 595.0, 592.0, 593.0, 592.0, 592.0, 590.0, 592.0, 590.0, 593.0, 591.0, 592.0, 595.0, 591.0, 593.0, 590.0, 592.0, 590.0, 592.0, 589.0, 592.0, 595.0, 591.0, 593.0, 590.0, 592.0, 590.0, 591.0, 590.0, 592.0, 590.0, 592.0, 590.0, 593.0, 592.0, 594.0, 591.0, 594.0, 593.0, 594.0, 592.0, 594.0, 593.0, 594.0, 595.0, 593.0, 593.0, 593.0, 596.0, 595.0, 599.0, 596.0, 595.0, 594.0, 594.0, 593.0, 594.0, 594.0, 596.0, 594.0, 598.0, 595.0, 597.0, 593.0, 596.0, 595.0, 594.0, 592.0, 593.0, 594.0, 592.0, 596.0, 593.0, 594.0, 593.0, 593.0, 591.0, 592.0, 591.0, 592.0, 590.0, 591.0, 590.0, 593.0, 590.0, 593.0, 589.0, 592.0, 591.0, 593.0, 595.0, 591.0, 593.0, 592.0, 592.0, 591.0, 594.0, 594.0, 590.0, 594.0, 590.0, 593.0, 590.0, 591.0, 591.0, 591.0, 591.0, 595.0, 591.0, 593.0, 591.0, 592.0, 591.0, 593.0, 592.0, 592.0, 592.0, 593.0, 592.0, 592.0, 591.0, 592.0, 596.0, 591.0, 592.0, 591.0, 592.0, 592.0, 592.0, 591.0, 591.0, 596.0, 591.0, 593.0, 590.0, 590.0, 591.0, 590.0, 594.0, 590.0, 591.0, 590.0, 590.0, 591.0, 591.0, 592.0, 591.0, 592.0, 592.0, 591.0, 592.0, 592.0, 591.0, 592.0, 596.0, 593.0, 594.0, 593.0, 592.0, 593.0, 593.0, 592.0, 593.0, 596.0, 597.0, 596.0, 595.0, 595.0, 594.0, 596.0, 595.0, 595.0, 596.0, 595.0, 595.0, 595.0, 596.0, 594.0, 597.0, 594.0, 595.0, 592.0, 594.0, 595.0, 591.0, 594.0, 591.0, 592.0, 592.0, 594.0, 594.0, 591.0, 592.0, 590.0, 590.0, 590.0, 591.0, 591.0, 593.0, 594.0, 591.0, 592.0, 590.0, 590.0, 590.0, 590.0, 592.0, 590.0, 592.0, 589.0, 591.0, 589.0, 586.0, 590.0, 585.0, 587.0, 585.0, 585.0, 586.0, 585.0, 586.0, 584.0, 585.0, 585.0, 586.0, 588.0, 590.0, 587.0, 587.0, 587.0, 587.0, 588.0, 587.0, 588.0, 588.0, 588.0, 588.0, 588.0, 589.0, 587.0, 590.0, 590.0, 589.0, 594.0, 590.0, 591.0, 592.0, 594.0, 594.0, 593.0, 593.0, 595.0, 596.0, 597.0, 595.0, 595.0, 596.0, 595.0, 596.0, 594.0, 594.0, 596.0, 594.0, 595.0, 595.0, 593.0, 595.0, 598.0, 595.0, 595.0, 594.0, 592.0, 592.0, 593.0, 592.0, 594.0, 595.0, 596.0, 596.0, 595.0, 594.0, 595.0, 595.0, 595.0, 596.0, 595.0, 594.0, 595.0, 595.0, 595.0, 595.0, 598.0, 594.0, 595.0, 593.0, 592.0, 594.0, 593.0, 592.0, 592.0, 594.0, 593.0, 594.0, 592.0, 592.0, 591.0, 592.0, 592.0, 592.0, 592.0, 591.0, 595.0, 594.0, 593.0, 592.0, 592.0, 592.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 594.0, 594.0, 594.0, 595.0, 595.0, 595.0, 595.0, 595.0, 595.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 596.0, 596.0, 595.0, 596.0, 595.0, 596.0, 594.0, 596.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 595.0, 594.0, 595.0, 594.0, 597.0, 595.0, 595.0, 594.0, 595.0, 594.0, 596.0, 594.0, 595.0, 593.0, 593.0, 593.0, 597.0, 593.0, 596.0, 593.0, 597.0, 596.0, 597.0, 593.0, 594.0, 592.0, 595.0, 591.0, 595.0, 591.0, 595.0, 595.0, 594.0, 597.0, 593.0, 594.0, 594.0, 596.0, 593.0, 593.0, 591.0, 593.0, 590.0, 594.0, 595.0, 594.0, 592.0, 592.0, 593.0, 592.0, 592.0, 592.0, 592.0, 594.0, 594.0, 594.0, 592.0, 593.0, 592.0, 593.0, 591.0, 591.0, 592.0, 591.0, 594.0, 592.0, 593.0, 592.0, 592.0, 592.0, 591.0, 592.0, 591.0, 592.0, 591.0, 591.0, 592.0, 592.0, 593.0, 594.0, 593.0, 591.0, 593.0, 592.0, 593.0, 596.0, 595.0, 594.0, 592.0, 592.0, 594.0, 594.0, 595.0, 595.0, 594.0, 597.0, 595.0, 596.0, 594.0, 596.0, 596.0, 598.0, 595.0, 596.0, 593.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 596.0, 592.0, 594.0, 592.0, 596.0, 592.0, 596.0, 592.0, 596.0, 592.0, 596.0, 593.0, 596.0, 592.0, 595.0, 592.0, 595.0, 595.0, 595.0, 592.0, 593.0, 591.0, 595.0, 594.0, 594.0, 595.0, 593.0, 596.0, 593.0, 594.0, 592.0, 593.0, 591.0, 593.0, 592.0, 594.0, 594.0, 594.0, 592.0, 592.0, 592.0, 592.0, 593.0, 593.0, 593.0, 593.0, 592.0, 593.0, 592.0, 592.0, 593.0, 595.0, 593.0, 595.0, 592.0, 594.0, 591.0, 593.0, 589.0, 592.0, 591.0, 588.0, 591.0, 587.0, 589.0, 586.0, 587.0, 586.0, 587.0, 586.0, 586.0, 588.0, 586.0, 588.0, 587.0, 590.0, 588.0, 589.0, 587.0, 589.0, 588.0, 591.0, 589.0, 590.0, 591.0, 591.0, 593.0, 591.0, 595.0, 591.0, 594.0, 590.0, 591.0, 589.0, 591.0, 589.0, 594.0, 591.0, 591.0, 590.0, 590.0, 591.0, 591.0, 591.0, 592.0, 593.0, 593.0, 593.0, 594.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 594.0, 596.0, 593.0, 597.0, 594.0, 594.0, 592.0, 592.0, 590.0, 594.0, 594.0, 594.0, 594.0, 593.0, 595.0, 593.0, 593.0, 592.0, 592.0, 592.0, 593.0, 595.0, 595.0, 593.0, 594.0, 592.0, 594.0, 593.0, 594.0, 593.0, 596.0, 595.0, 598.0, 594.0, 595.0, 594.0, 595.0, 595.0, 596.0, 594.0, 596.0, 593.0, 596.0, 593.0, 595.0, 591.0, 594.0, 595.0, 592.0, 595.0, 591.0, 593.0, 590.0, 591.0, 589.0, 590.0, 593.0, 589.0, 591.0, 590.0, 591.0, 589.0, 592.0, 590.0, 592.0, 591.0, 590.0, 592.0, 589.0, 593.0, 591.0, 592.0, 590.0, 591.0, 590.0, 592.0, 592.0, 592.0, 590.0, 594.0, 594.0, 592.0, 594.0, 592.0, 593.0, 593.0, 594.0, 594.0, 594.0, 592.0, 592.0, 593.0, 595.0, 596.0, 595.0, 595.0, 588.0, 595.0, 595.0, 593.0, 594.0, 592.0, 593.0, 591.0, 591.0, 594.0, 592.0, 593.0, 597.0, 593.0, 594.0, 589.0, 591.0, 590.0, 592.0, 587.0, 590.0, 588.0, 589.0, 590.0, 588.0, 589.0, 587.0, 589.0, 585.0, 587.0, 588.0, 585.0, 588.0, 585.0, 588.0, 584.0, 586.0, 588.0, 585.0, 587.0, 585.0, 588.0, 587.0, 586.0, 588.0, 588.0, 589.0, 586.0, 588.0, 590.0, 588.0, 590.0, 588.0, 590.0, 587.0, 590.0, 592.0, 591.0, 591.0, 589.0, 592.0, 588.0, 590.0, 594.0, 592.0, 594.0, 594.0, 594.0, 594.0, 595.0, 596.0, 595.0, 597.0, 595.0, 595.0, 596.0, 595.0, 596.0, 595.0, 597.0, 594.0, 595.0, 594.0, 595.0, 594.0, 596.0, 594.0, 596.0, 594.0, 596.0, 592.0, 594.0, 592.0, 593.0, 594.0, 591.0, 592.0, 591.0, 592.0, 590.0, 591.0, 589.0, 590.0, 591.0, 591.0, 591.0, 590.0, 591.0, 592.0, 592.0, 591.0, 591.0, 592.0, 594.0, 592.0, 594.0, 595.0, 595.0, 594.0, 595.0, 594.0, 596.0, 595.0, 597.0, 597.0, 596.0, 600.0, 597.0, 598.0, 597.0, 597.0, 597.0, 596.0, 597.0, 599.0, 600.0, 597.0, 599.0, 597.0, 598.0, 597.0, 600.0, 597.0, 598.0, 594.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.013559169550173012</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.08714918465974625</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.33968577926099</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2866561327367205</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1768714103002298</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5207</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3760.8623</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15445604910819183</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>139</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.032295271049595</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.652107876105481</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.596410665369473</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.664138936481978</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6957740264649916</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0150217</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.014997017569839954</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01968436874449253</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</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.608287431361306</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.5204</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>4.4375</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>15.0327</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>4.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>290304.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>73.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>30.8606</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8087</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>31.0987</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>214.6231</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>221.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>86240.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>105.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>273.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>47.9568</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>22.556204094784334</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> |