=== 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-0101 --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-0101",
"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-0101_ses-02_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0101_suffix-bold_task-alignvideo" 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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0101_suffix-bold_task-alignvideo" 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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0101_suffix-bold_task-alignvideo" 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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0101_suffix-bold_task-alignvideo" 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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0101_suffix-bold_task-alignvideo" 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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0101_suffix-bold_task-alignvideo" 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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0101_suffix-bold_task-alignvideo" 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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-02/func/sub-0101_ses-02_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>bedb75897608f35d9a42ea1827a4bcb8</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>20:35:54.670000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[1, 0, 0, 0, 1, 0]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_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.12993</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4235, -7768, -7220, 17, -128, 14, -92, 68]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>318.987</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b6002b40-a7ab-4d25-8820-953053baf509||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682926893234253, 0.0, 0.0, 110.0], [0.0, 2.682926893234253, 0.0, -107.31707763671875], [0.0, 0.0, 2.700000047683716, -74.25], [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, 839]</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], 'AcquisitionTime': ['203554.670000', '203555.130000', '203555.590000', '203556.050000', '203556.510000', '203556.970000', '203557.430000', '203557.890000', '203558.350000', '203558.810000', '203559.270000', '203559.730000', '203600.190000', '203600.650000', '203601.110000', '203601.570000', '203602.030000', '203602.490000', '203602.950000', '203603.410000', '203603.870000', '203604.330000', '203604.790000', '203605.250000', '203605.710000', '203606.170000', '203606.630000', '203607.090000', '203607.550000', '203608.010000', '203608.470000', '203608.930000', '203609.390000', '203609.850000', '203610.310000', '203610.770000', '203611.230000', '203611.690000', '203612.150000', '203612.610000', '203613.070000', '203613.530000', '203613.990000', '203614.450000', '203614.910000', '203615.370000', '203615.830000', '203616.290000', '203616.750000', '203617.210000', '203617.670000', '203618.130000', '203618.590000', '203619.050000', '203619.510000', '203619.970000', '203620.430000', '203620.890000', '203621.350000', '203621.810000', '203622.270000', '203622.730000', '203623.190000', '203623.650000', '203624.110000', '203624.570000', '203625.030000', '203625.490000', '203625.950000', '203626.410000', '203626.870000', '203627.330000', '203627.790000', '203628.250000', '203628.710000', '203629.170000', '203629.630000', '203630.090000', '203630.550000', '203631.010000', '203631.470000', '203631.930000', '203632.390000', '203632.850000', '203633.310000', '203633.770000', '203634.230000', '203634.690000', '203635.150000', '203635.610000', '203636.070000', '203636.530000', '203636.990000', '203637.450000', '203637.910000', '203638.370000', '203638.830000', '203639.290000', '203639.750000', '203640.210000', '203640.670000', '203641.130000', '203641.590000', '203642.050000', '203642.510000', '203642.970000', '203643.430000', '203643.890000', '203644.350000', '203644.810000', '203645.270000', '203645.730000', '203646.190000', '203646.650000', '203647.110000', '203647.570000', '203648.030000', '203648.490000', '203648.950000', '203649.410000', '203649.870000', '203650.330000', '203650.790000', '203651.250000', '203651.710000', '203652.170000', '203652.630000', '203653.090000', '203653.550000', '203654.010000', '203654.470000', '203654.930000', '203655.390000', '203655.850000', '203656.310000', '203656.770000', '203657.230000', '203657.690000', '203658.150000', '203658.610000', '203659.070000', '203659.530000', '203659.990000', '203700.450000', '203700.910000', '203701.370000', '203701.830000', '203702.290000', '203702.750000', '203703.210000', '203703.670000', '203704.130000', '203704.590000', '203705.050000', '203705.510000', '203705.970000', '203706.430000', '203706.890000', '203707.350000', '203707.810000', '203708.270000', '203708.730000', '203709.190000', '203709.650000', '203710.110000', '203710.570000', '203711.030000', '203711.490000', '203711.950000', '203712.410000', '203712.870000', '203713.330000', '203713.790000', '203714.250000', '203714.710000', '203715.170000', '203715.630000', '203716.090000', '203716.550000', '203717.010000', '203717.470000', '203717.930000', '203718.390000', '203718.850000', '203719.310000', '203719.770000', '203720.230000', '203720.690000', '203721.150000', '203721.610000', '203722.070000', '203722.530000', '203722.990000', '203723.450000', '203723.910000', '203724.370000', '203724.830000', '203725.290000', '203725.750000', '203726.210000', '203726.670000', '203727.130000', '203727.590000', '203728.050000', '203728.510000', '203728.970000', '203729.430000', '203729.890000', '203730.350000', '203730.810000', '203731.270000', '203731.730000', '203732.190000', '203732.650000', '203733.110000', '203733.570000', '203734.030000', '203734.490000', '203734.950000', '203735.410000', '203735.870000', '203736.330000', '203736.790000', '203737.250000', '203737.710000', '203738.170000', '203738.630000', '203739.090000', '203739.550000', '203740.010000', '203740.470000', '203740.930000', '203741.390000', '203741.850000', '203742.310000', '203742.770000', '203743.230000', '203743.690000', '203744.150000', '203744.610000', '203745.070000', '203745.530000', '203745.990000', '203746.450000', '203746.910000', '203747.370000', '203747.830000', '203748.290000', '203748.750000', '203749.210000', '203749.670000', '203750.130000', '203750.590000', '203751.050000', '203751.510000', '203751.970000', '203752.430000', '203752.890000', '203753.350000', '203753.810000', '203754.270000', '203754.730000', '203755.190000', '203755.650000', '203756.110000', '203756.570000', '203757.030000', '203757.490000', '203757.950000', '203758.410000', '203758.870000', '203759.330000', '203759.790000', '203800.250000', '203800.710000', '203801.170000', '203801.630000', '203802.090000', '203802.550000', '203803.010000', '203803.470000', '203803.930000', '203804.390000', '203804.850000', '203805.310000', '203805.770000', '203806.230000', '203806.690000', '203807.150000', '203807.610000', '203808.070000', '203808.530000', '203808.990000', '203809.450000', '203809.910000', '203810.370000', '203810.830000', '203811.290000', '203811.750000', '203812.210000', '203812.670000', '203813.130000', '203813.590000', '203814.050000', '203814.510000', '203814.970000', '203815.430000', '203815.890000', '203816.350000', '203816.810000', '203817.270000', '203817.730000', '203818.190000', '203818.650000', '203819.110000', '203819.570000', '203820.030000', '203820.490000', '203820.950000', '203821.410000', '203821.870000', '203822.330000', '203822.790000', '203823.250000', '203823.710000', '203824.170000', '203824.630000', '203825.090000', '203825.550000', '203826.010000', '203826.470000', '203826.930000', '203827.390000', '203827.850000', '203828.310000', '203828.770000', '203829.230000', '203829.690000', '203830.150000', '203830.610000', '203831.070000', '203831.530000', '203831.990000', '203832.450000', '203832.910000', '203833.370000', '203833.830000', '203834.290000', '203834.750000', '203835.210000', '203835.670000', '203836.130000', '203836.590000', '203837.050000', '203837.510000', '203837.970000', '203838.430000', '203838.890000', '203839.350000', '203839.810000', '203840.270000', '203840.730000', '203841.190000', '203841.650000', '203842.110000', '203842.570000', '203843.030000', '203843.490000', '203843.950000', '203844.410000', '203844.870000', '203845.330000', '203845.790000', '203846.250000', '203846.710000', '203847.170000', '203847.630000', '203848.090000', '203848.550000', '203849.010000', '203849.470000', '203849.930000', '203850.390000', '203850.850000', '203851.310000', '203851.770000', '203852.230000', '203852.690000', '203853.150000', '203853.610000', '203854.070000', '203854.530000', '203854.990000', '203855.450000', '203855.910000', '203856.370000', '203856.830000', '203857.290000', '203857.750000', '203858.210000', '203858.670000', '203859.130000', '203859.590000', '203900.050000', '203900.510000', '203900.970000', '203901.430000', '203901.890000', '203902.350000', '203902.810000', '203903.270000', '203903.730000', '203904.190000', '203904.650000', '203905.110000', '203905.570000', '203906.030000', '203906.490000', '203906.950000', '203907.410000', '203907.870000', '203908.330000', '203908.790000', '203909.250000', '203909.710000', '203910.170000', '203910.630000', '203911.090000', '203911.550000', '203912.010000', '203912.470000', '203912.930000', '203913.390000', '203913.850000', '203914.310000', '203914.770000', '203915.230000', '203915.690000', '203916.150000', '203916.610000', '203917.070000', '203917.530000', '203917.990000', '203918.450000', '203918.910000', '203919.370000', '203919.830000', '203920.290000', '203920.750000', '203921.210000', '203921.670000', '203922.130000', '203922.590000', '203923.050000', '203923.510000', '203923.970000', '203924.430000', '203924.890000', '203925.350000', '203925.810000', '203926.270000', '203926.730000', '203927.190000', '203927.650000', '203928.110000', '203928.570000', '203929.030000', '203929.490000', '203929.950000', '203930.410000', '203930.870000', '203931.330000', '203931.790000', '203932.250000', '203932.710000', '203933.170000', '203933.630000', '203934.090000', '203934.550000', '203935.010000', '203935.470000', '203935.930000', '203936.390000', '203936.850000', '203937.310000', '203937.770000', '203938.230000', '203938.690000', '203939.150000', '203939.610000', '203940.070000', '203940.530000', '203940.990000', '203941.450000', '203941.910000', '203942.370000', '203942.830000', '203943.290000', '203943.750000', '203944.210000', '203944.670000', '203945.130000', '203945.590000', '203946.050000', '203946.510000', '203946.970000', '203947.430000', '203947.890000', '203948.350000', '203948.810000', '203949.270000', '203949.730000', '203950.190000', '203950.650000', '203951.110000', '203951.570000', '203952.030000', '203952.490000', '203952.950000', '203953.410000', '203953.870000', '203954.330000', '203954.790000', '203955.250000', '203955.710000', '203956.170000', '203956.630000', '203957.090000', '203957.550000', '203958.010000', '203958.470000', '203958.930000', '203959.390000', '203959.850000', '204000.310000', '204000.770000', '204001.230000', '204001.690000', '204002.150000', '204002.610000', '204003.070000', '204003.530000', '204003.990000', '204004.450000', '204004.910000', '204005.370000', '204005.830000', '204006.290000', '204006.750000', '204007.210000', '204007.670000', '204008.130000', '204008.590000', '204009.050000', '204009.510000', '204009.970000', '204010.430000', '204010.890000', '204011.350000', '204011.810000', '204012.270000', '204012.730000', '204013.190000', '204013.650000', '204014.110000', '204014.570000', '204015.030000', '204015.490000', '204015.950000', '204016.410000', '204016.870000', '204017.330000', '204017.790000', '204018.250000', '204018.710000', '204019.170000', '204019.630000', '204020.090000', '204020.550000', '204021.010000', '204021.470000', '204021.930000', '204022.390000', '204022.850000', '204023.310000', '204023.770000', '204024.230000', '204024.690000', '204025.150000', '204025.610000', '204026.070000', '204026.530000', '204026.990000', '204027.450000', '204027.910000', '204028.370000', '204028.830000', '204029.290000', '204029.750000', '204030.210000', '204030.670000', '204031.130000', '204031.590000', '204032.050000', '204032.510000', '204032.970000', '204033.430000', '204033.890000', '204034.350000', '204034.810000', '204035.270000', '204035.730000', '204036.190000', '204036.650000', '204037.110000', '204037.570000', '204038.030000', '204038.490000', '204038.950000', '204039.410000', '204039.870000', '204040.330000', '204040.790000', '204041.250000', '204041.710000', '204042.170000', '204042.630000', '204043.090000', '204043.550000', '204044.010000', '204044.470000', '204044.930000', '204045.390000', '204045.850000', '204046.310000', '204046.770000', '204047.230000', '204047.690000', '204048.150000', '204048.610000', '204049.070000', '204049.530000', '204049.990000', '204050.450000', '204050.910000', '204051.370000', '204051.830000', '204052.290000', '204052.750000', '204053.210000', '204053.670000', '204054.130000', '204054.590000', '204055.050000', '204055.510000', '204055.970000', '204056.430000', '204056.890000', '204057.350000', '204057.810000', '204058.270000', '204058.730000', '204059.190000', '204059.650000', '204100.110000', '204100.570000', '204101.030000', '204101.490000', '204101.950000', '204102.410000', '204102.870000', '204103.330000', '204103.790000', '204104.250000', '204104.710000', '204105.170000', '204105.630000', '204106.090000', '204106.550000', '204107.010000', '204107.470000', '204107.930000', '204108.390000', '204108.850000', '204109.310000', '204109.770000', '204110.230000', '204110.690000', '204111.150000', '204111.610000', '204112.070000', '204112.530000', '204112.990000', '204113.450000', '204113.910000', '204114.370000', '204114.830000', '204115.290000', '204115.750000', '204116.210000', '204116.670000', '204117.130000', '204117.590000', '204118.050000', '204118.510000', '204118.970000', '204119.430000', '204119.890000', '204120.350000', '204120.810000', '204121.270000', '204121.730000', '204122.190000', '204122.650000', '204123.110000', '204123.570000', '204124.030000', '204124.490000', '204124.950000', '204125.410000', '204125.870000', '204126.330000', '204126.790000', '204127.250000', '204127.710000', '204128.170000', '204128.630000', '204129.090000', '204129.550000', '204130.010000', '204130.470000', '204130.930000', '204131.390000', '204131.850000', '204132.310000', '204132.770000', '204133.230000', '204133.690000', '204134.150000', '204134.610000', '204135.070000', '204135.530000', '204135.990000', '204136.450000', '204136.910000', '204137.370000', '204137.830000', '204138.290000', '204138.750000', '204139.210000', '204139.670000', '204140.130000', '204140.590000', '204141.050000', '204141.510000', '204141.970000', '204142.430000', '204142.890000', '204143.350000', '204143.810000', '204144.270000', '204144.730000', '204145.190000', '204145.650000', '204146.110000', '204146.570000', '204147.030000', '204147.490000', '204147.950000', '204148.410000', '204148.870000', '204149.330000', '204149.790000', '204150.250000', '204150.710000', '204151.170000', '204151.630000', '204152.090000', '204152.550000', '204153.010000', '204153.470000', '204153.930000', '204154.390000', '204154.850000', '204155.310000', '204155.770000', '204156.230000', '204156.690000', '204157.150000', '204157.610000', '204158.070000', '204158.530000', '204158.990000', '204159.450000', '204159.910000', '204200.370000', '204200.830000', '204201.290000', '204201.750000', '204202.210000', '204202.670000', '204203.130000', '204203.590000', '204204.050000', '204204.510000', '204204.970000', '204205.430000', '204205.890000', '204206.350000', '204206.810000', '204207.270000', '204207.730000', '204208.190000', '204208.650000', '204209.110000', '204209.570000', '204210.030000', '204210.490000', '204210.950000', '204211.410000', '204211.870000', '204212.330000', '204212.790000', '204213.250000', '204213.710000', '204214.170000', '204214.630000', '204215.090000', '204215.550000', '204216.010000', '204216.470000', '204216.930000', '204217.390000', '204217.850000', '204218.310000', '204218.770000', '204219.230000', '204219.690000', '204220.150000'], 'ContentTime': ['203608.676000', '203608.679000', '203608.682000', '203608.684000', '203608.687000', '203608.690000', '203608.692000', '203608.695000', '203608.697000', '203608.700000', '203608.703000', '203608.705000', '203608.708000', '203608.711000', '203608.714000', '203608.716000', '203608.719000', '203608.721000', '203608.724000', '203608.727000', '203608.729000', '203608.732000', '203608.740000', '203608.742000', '203608.745000', '203608.748000', '203608.750000', '203628.645000', '203628.648000', '203628.651000', '203628.654000', '203628.656000', '203628.659000', '203628.662000', '203628.664000', '203628.667000', '203628.669000', '203628.672000', '203628.675000', '203628.677000', '203628.680000', '203628.683000', '203628.685000', '203628.688000', '203628.691000', '203628.693000', '203628.696000', '203628.698000', '203628.701000', '203628.711000', '203628.714000', '203628.716000', '203628.719000', '203628.721000', '203628.724000', '203628.727000', '203628.729000', '203628.732000', '203628.734000', '203628.737000', '203628.740000', '203628.742000', '203628.745000', '203628.748000', '203628.750000', '203628.753000', '203628.755000', '203628.758000', '203628.761000', '203628.772000', '203648.646000', '203648.648000', '203648.652000', '203648.654000', '203648.657000', '203648.660000', '203648.662000', '203648.665000', '203648.667000', '203648.670000', '203648.672000', '203648.675000', '203648.678000', '203648.680000', '203648.683000', '203648.686000', '203648.688000', '203648.691000', '203648.694000', '203648.696000', '203648.699000', '203648.701000', '203648.704000', '203648.707000', '203648.709000', '203648.712000', '203648.714000', '203648.717000', '203648.720000', '203648.722000', '203648.725000', '203648.728000', '203648.730000', '203648.733000', '203648.736000', '203648.738000', '203648.741000', '203648.743000', '203648.752000', '203648.754000', '203648.757000', '203648.759000', '203648.762000', '203648.765000', '203708.646000', '203708.648000', '203708.651000', '203708.654000', '203708.656000', '203708.659000', '203708.661000', '203708.664000', '203708.667000', '203708.669000', '203708.679000', '203708.682000', '203708.685000', '203708.687000', '203708.690000', '203708.693000', '203708.695000', '203708.698000', '203708.701000', '203708.703000', '203708.706000', '203708.708000', '203708.711000', '203708.714000', '203708.716000', '203708.719000', '203708.721000', '203708.724000', '203708.727000', '203708.729000', '203708.732000', '203708.735000', '203708.737000', '203708.740000', '203708.742000', '203708.745000', '203708.748000', '203708.750000', '203708.753000', '203708.755000', '203708.758000', '203708.761000', '203708.764000', '203728.646000', '203728.649000', '203728.652000', '203728.654000', '203728.657000', '203728.660000', '203728.662000', '203728.665000', '203728.667000', '203728.670000', '203728.673000', '203728.675000', '203728.678000', '203728.680000', '203728.683000', '203728.686000', '203728.688000', '203728.691000', '203728.694000', '203728.696000', '203728.699000', '203728.701000', '203728.704000', '203728.706000', '203728.709000', '203728.712000', '203728.714000', '203728.717000', '203728.719000', '203728.722000', '203728.725000', '203728.727000', '203728.730000', '203728.733000', '203728.735000', '203728.738000', '203728.740000', '203728.743000', '203728.746000', '203728.748000', '203728.751000', '203728.754000', '203728.756000', '203728.759000', '203748.647000', '203748.649000', '203748.652000', '203748.655000', '203748.657000', '203748.660000', '203748.663000', '203748.665000', '203748.668000', '203748.670000', '203748.673000', '203748.676000', '203748.678000', '203748.681000', '203748.683000', '203748.686000', '203748.689000', '203748.691000', '203748.694000', '203748.697000', '203748.699000', '203748.702000', '203748.705000', '203748.707000', '203748.710000', '203748.712000', '203748.715000', '203748.718000', '203748.720000', '203748.723000', '203748.725000', '203748.728000', '203748.731000', '203748.733000', '203748.736000', '203748.738000', '203748.741000', '203748.744000', '203748.746000', '203748.749000', '203748.751000', '203748.754000', '203748.757000', '203808.645000', '203808.648000', '203808.651000', '203808.653000', '203808.656000', '203808.659000', '203808.661000', '203808.664000', '203808.667000', '203808.669000', '203808.672000', '203808.674000', '203808.677000', '203808.680000', '203808.683000', '203808.685000', '203808.688000', '203808.691000', '203808.701000', '203808.704000', '203808.707000', '203808.709000', '203808.712000', '203808.714000', '203808.717000', '203808.720000', '203808.722000', '203808.725000', '203808.728000', '203808.730000', '203808.733000', '203808.735000', '203808.738000', '203808.741000', '203808.743000', '203808.746000', '203808.748000', '203808.751000', '203808.764000', '203808.766000', '203808.769000', '203808.771000', '203808.774000', '203808.777000', '203828.645000', '203828.648000', '203828.651000', '203828.654000', '203828.656000', '203828.659000', '203828.662000', '203828.665000', '203828.667000', '203828.670000', '203828.673000', '203828.675000', '203828.678000', '203828.680000', '203828.683000', '203828.686000', '203828.688000', '203828.691000', '203828.694000', '203828.696000', '203828.699000', '203828.702000', '203828.704000', '203828.707000', '203828.710000', '203828.712000', '203828.715000', '203828.718000', '203828.720000', '203828.723000', '203828.726000', '203828.729000', '203828.732000', '203828.735000', '203828.737000', '203828.740000', '203828.743000', '203828.745000', '203828.748000', '203828.750000', '203828.753000', '203828.756000', '203828.759000', '203848.645000', '203848.648000', '203848.651000', '203848.654000', '203848.656000', '203848.659000', '203848.661000', '203848.667000', '203848.670000', '203848.673000', '203848.675000', '203848.678000', '203848.681000', '203848.684000', '203848.686000', '203848.689000', '203848.691000', '203848.694000', '203848.697000', '203848.700000', '203848.702000', '203848.705000', '203848.708000', '203848.710000', '203848.713000', '203848.716000', '203848.718000', '203848.721000', '203848.724000', '203848.726000', '203848.729000', '203848.731000', '203848.734000', '203848.737000', '203848.739000', '203848.742000', '203848.745000', '203848.748000', '203848.751000', '203848.753000', '203848.756000', '203848.759000', '203848.761000', '203848.764000', '203908.646000', '203908.649000', '203908.651000', '203908.654000', '203908.657000', '203908.659000', '203908.662000', '203908.665000', '203908.667000', '203908.670000', '203908.672000', '203908.675000', '203908.678000', '203908.680000', '203908.683000', '203908.686000', '203908.688000', '203908.691000', '203908.694000', '203908.696000', '203908.699000', '203908.702000', '203908.704000', '203908.707000', '203908.710000', '203908.712000', '203908.715000', '203908.718000', '203908.720000', '203908.723000', '203908.726000', '203908.728000', '203908.731000', '203908.734000', '203908.736000', '203908.739000', '203908.741000', '203908.744000', '203908.747000', '203908.749000', '203908.752000', '203908.755000', '203908.757000', '203928.646000', '203928.649000', '203928.651000', '203928.654000', '203928.657000', '203928.660000', '203928.662000', '203928.665000', '203928.667000', '203928.670000', '203928.673000', '203928.675000', '203928.678000', '203928.681000', '203928.683000', '203928.686000', '203928.688000', '203928.691000', '203928.694000', '203928.696000', '203928.699000', '203928.702000', '203928.704000', '203928.707000', '203928.709000', '203928.712000', '203928.715000', '203928.717000', '203928.720000', '203928.723000', '203928.725000', '203928.728000', '203928.731000', '203928.733000', '203928.736000', '203928.739000', '203928.741000', '203928.744000', '203928.747000', '203928.749000', '203928.752000', '203928.755000', '203928.757000', '203928.760000', '203948.647000', '203948.649000', '203948.652000', '203948.655000', '203948.657000', '203948.660000', '203948.663000', '203948.665000', '203948.668000', '203948.671000', '203948.673000', '203948.676000', '203948.678000', '203948.681000', '203948.684000', '203948.686000', '203948.689000', '203948.692000', '203948.694000', '203948.704000', '203948.707000', '203948.710000', '203948.712000', '203948.715000', '203948.718000', '203948.720000', '203948.723000', '203948.725000', '203948.728000', '203948.731000', '203948.733000', '203948.736000', '203948.738000', '203948.741000', '203948.744000', '203948.746000', '203948.749000', '203948.752000', '203948.754000', '203948.757000', '203948.760000', '203948.762000', '203948.765000', '204008.647000', '204008.649000', '204008.652000', '204008.655000', '204008.657000', '204008.660000', '204008.663000', '204008.665000', '204008.668000', '204008.670000', '204008.673000', '204008.676000', '204008.678000', '204008.681000', '204008.684000', '204008.687000', '204008.689000', '204008.692000', '204008.695000', '204008.698000', '204008.700000', '204008.703000', '204008.706000', '204008.708000', '204008.711000', '204008.714000', '204008.716000', '204008.719000', '204008.721000', '204008.724000', '204008.727000', '204008.729000', '204008.732000', '204008.735000', '204008.737000', '204008.740000', '204008.742000', '204008.745000', '204008.747000', '204008.750000', '204008.753000', '204008.755000', '204008.758000', '204008.760000', '204028.646000', '204028.648000', '204028.651000', '204028.654000', '204028.657000', '204028.659000', '204028.662000', '204028.665000', '204028.667000', '204028.670000', '204028.673000', '204028.675000', '204028.678000', '204028.681000', '204028.683000', '204028.686000', '204028.689000', '204028.691000', '204028.694000', '204028.697000', '204028.699000', '204028.702000', '204028.704000', '204028.707000', '204028.710000', '204028.712000', '204028.715000', '204028.717000', '204028.720000', '204028.723000', '204028.725000', '204028.728000', '204028.731000', '204028.743000', '204028.745000', '204028.748000', '204028.750000', '204028.753000', '204028.756000', '204028.758000', '204028.761000', '204028.763000', '204028.766000', '204048.645000', '204048.648000', '204048.651000', '204048.654000', '204048.657000', '204048.659000', '204048.662000', '204048.664000', '204048.667000', '204048.670000', '204048.672000', '204048.675000', '204048.678000', '204048.680000', '204048.683000', '204048.685000', '204048.688000', '204048.691000', '204048.693000', '204048.696000', '204048.699000', '204048.701000', '204048.704000', '204048.707000', '204048.710000', '204048.712000', '204048.715000', '204048.718000', '204048.720000', '204048.723000', '204048.726000', '204048.728000', '204048.731000', '204048.734000', '204048.736000', '204048.739000', '204048.742000', '204048.744000', '204048.747000', '204048.750000', '204048.752000', '204048.755000', '204048.757000', '204048.760000', '204108.646000', '204108.649000', '204108.651000', '204108.654000', '204108.657000', '204108.659000', '204108.662000', '204108.665000', '204108.667000', '204108.670000', '204108.673000', '204108.675000', '204108.678000', '204108.680000', '204108.683000', '204108.686000', '204108.688000', '204108.691000', '204108.694000', '204108.696000', '204108.699000', '204108.702000', '204108.704000', '204108.707000', '204108.710000', '204108.712000', '204108.715000', '204108.718000', '204108.721000', '204108.723000', '204108.738000', '204108.741000', '204108.744000', '204108.746000', '204108.749000', '204108.752000', '204108.754000', '204108.757000', '204108.760000', '204108.762000', '204108.765000', '204108.768000', '204108.770000', '204128.645000', '204128.649000', '204128.651000', '204128.654000', '204128.656000', '204128.659000', '204128.662000', '204128.665000', '204128.667000', '204128.670000', '204128.673000', '204128.675000', '204128.678000', '204128.681000', '204128.684000', '204128.688000', '204128.691000', '204128.693000', '204128.696000', '204128.699000', '204128.701000', '204128.704000', '204128.707000', '204128.709000', '204128.712000', '204128.715000', '204128.717000', '204128.720000', '204128.725000', '204128.727000', '204128.730000', '204128.733000', '204128.735000', '204128.738000', '204128.741000', '204128.743000', '204128.746000', '204128.749000', '204128.751000', '204128.754000', '204128.757000', '204128.759000', '204128.762000', '204148.646000', '204148.649000', '204148.651000', '204148.654000', '204148.657000', '204148.659000', '204148.662000', '204148.664000', '204148.667000', '204148.670000', '204148.672000', '204148.675000', '204148.678000', '204148.680000', '204148.683000', '204148.686000', '204148.688000', '204148.691000', '204148.694000', '204148.696000', '204148.699000', '204148.702000', '204148.704000', '204148.707000', '204148.710000', '204148.712000', '204148.715000', '204148.718000', '204148.720000', '204148.723000', '204148.726000', '204148.728000', '204148.731000', '204148.734000', '204148.736000', '204148.739000', '204148.741000', '204148.744000', '204148.747000', '204148.749000', '204148.752000', '204148.755000', '204148.757000', '204148.760000', '204208.646000', '204208.649000', '204208.652000', '204208.655000', '204208.657000', '204208.660000', '204208.663000', '204208.665000', '204208.668000', '204208.670000', '204208.673000', '204208.676000', '204208.679000', '204208.683000', '204208.686000', '204208.688000', '204208.691000', '204208.694000', '204208.696000', '204208.699000', '204208.701000', '204208.704000', '204208.707000', '204208.709000', '204208.712000', '204208.715000', '204208.717000', '204208.720000', '204208.723000', '204208.725000', '204208.728000', '204208.731000', '204208.733000', '204208.736000', '204208.739000', '204208.742000', '204208.744000', '204208.747000', '204208.749000', '204208.752000', '204208.755000', '204208.757000', '204208.760000', '204208.763000', '204221.968000', '204221.971000', '204221.974000', '204221.977000', '204221.980000', '204221.982000', '204221.985000', '204221.988000', '204221.991000', '204221.994000', '204221.997000', '204222.001000', '204222.005000', '204222.009000', '204222.013000', '204222.016000', '204222.019000', '204222.022000', '204222.026000', '204222.030000', '204222.034000', '204222.040000', '204222.043000', '204222.046000', '204222.049000', '204222.053000', '204222.056000', '204222.059000', '204222.062000'], 'InstanceCreationTime': ['203608.676000', '203608.679000', '203608.682000', '203608.684000', '203608.687000', '203608.690000', '203608.692000', '203608.695000', '203608.697000', '203608.700000', '203608.703000', '203608.705000', '203608.708000', '203608.711000', '203608.714000', '203608.716000', '203608.719000', '203608.721000', '203608.724000', '203608.727000', '203608.729000', '203608.732000', '203608.740000', '203608.742000', '203608.745000', '203608.748000', '203608.750000', '203628.645000', '203628.648000', '203628.651000', '203628.654000', '203628.656000', '203628.659000', '203628.662000', '203628.664000', '203628.667000', '203628.669000', '203628.672000', '203628.675000', '203628.677000', '203628.680000', '203628.683000', '203628.685000', '203628.688000', '203628.691000', '203628.693000', '203628.696000', '203628.698000', '203628.701000', '203628.711000', '203628.714000', '203628.716000', '203628.719000', '203628.721000', '203628.724000', '203628.727000', '203628.729000', '203628.732000', '203628.734000', '203628.737000', '203628.740000', '203628.742000', '203628.745000', '203628.748000', '203628.750000', '203628.753000', '203628.755000', '203628.758000', '203628.761000', '203628.772000', '203648.646000', '203648.648000', '203648.652000', '203648.654000', '203648.657000', '203648.660000', '203648.662000', '203648.665000', '203648.667000', '203648.670000', '203648.672000', '203648.675000', '203648.678000', '203648.680000', '203648.683000', '203648.686000', '203648.688000', '203648.691000', '203648.694000', '203648.696000', '203648.699000', '203648.701000', '203648.704000', '203648.707000', '203648.709000', '203648.712000', '203648.714000', '203648.717000', '203648.720000', '203648.722000', '203648.725000', '203648.728000', '203648.730000', '203648.733000', '203648.736000', '203648.738000', '203648.741000', '203648.743000', '203648.752000', '203648.754000', '203648.757000', '203648.759000', '203648.762000', '203648.765000', '203708.646000', '203708.648000', '203708.651000', '203708.654000', '203708.656000', '203708.659000', '203708.661000', '203708.664000', '203708.667000', '203708.669000', '203708.679000', '203708.682000', '203708.685000', '203708.687000', '203708.690000', '203708.693000', '203708.695000', '203708.698000', '203708.701000', '203708.703000', '203708.706000', '203708.708000', '203708.711000', '203708.714000', '203708.716000', '203708.719000', '203708.721000', '203708.724000', '203708.727000', '203708.729000', '203708.732000', '203708.735000', '203708.737000', '203708.740000', '203708.742000', '203708.745000', '203708.748000', '203708.750000', '203708.753000', '203708.755000', '203708.758000', '203708.761000', '203708.764000', '203728.646000', '203728.649000', '203728.652000', '203728.654000', '203728.657000', '203728.660000', '203728.662000', '203728.665000', '203728.667000', '203728.670000', '203728.673000', '203728.675000', '203728.678000', '203728.680000', '203728.683000', '203728.686000', '203728.688000', '203728.691000', '203728.694000', '203728.696000', '203728.699000', '203728.701000', '203728.704000', '203728.706000', '203728.709000', '203728.712000', '203728.714000', '203728.717000', '203728.719000', '203728.722000', '203728.725000', '203728.727000', '203728.730000', '203728.733000', '203728.735000', '203728.738000', '203728.740000', '203728.743000', '203728.746000', '203728.748000', '203728.751000', '203728.754000', '203728.756000', '203728.759000', '203748.647000', '203748.649000', '203748.652000', '203748.655000', '203748.657000', '203748.660000', '203748.663000', '203748.665000', '203748.668000', '203748.670000', '203748.673000', '203748.676000', '203748.678000', '203748.681000', '203748.683000', '203748.686000', '203748.689000', '203748.691000', '203748.694000', '203748.697000', '203748.699000', '203748.702000', '203748.705000', '203748.707000', '203748.710000', '203748.712000', '203748.715000', '203748.718000', '203748.720000', '203748.723000', '203748.725000', '203748.728000', '203748.731000', '203748.733000', '203748.736000', '203748.738000', '203748.741000', '203748.744000', '203748.746000', '203748.749000', '203748.751000', '203748.754000', '203748.757000', '203808.645000', '203808.648000', '203808.651000', '203808.653000', '203808.656000', '203808.659000', '203808.661000', '203808.664000', '203808.667000', '203808.669000', '203808.672000', '203808.674000', '203808.677000', '203808.680000', '203808.683000', '203808.685000', '203808.688000', '203808.691000', '203808.701000', '203808.704000', '203808.707000', '203808.709000', '203808.712000', '203808.714000', '203808.717000', '203808.720000', '203808.722000', '203808.725000', '203808.728000', '203808.730000', '203808.733000', '203808.735000', '203808.738000', '203808.741000', '203808.743000', '203808.746000', '203808.748000', '203808.751000', '203808.764000', '203808.766000', '203808.769000', '203808.771000', '203808.774000', '203808.777000', '203828.645000', '203828.648000', '203828.651000', '203828.654000', '203828.656000', '203828.659000', '203828.662000', '203828.665000', '203828.667000', '203828.670000', '203828.673000', '203828.675000', '203828.678000', '203828.680000', '203828.683000', '203828.686000', '203828.688000', '203828.691000', '203828.694000', '203828.696000', '203828.699000', '203828.702000', '203828.704000', '203828.707000', '203828.710000', '203828.712000', '203828.715000', '203828.718000', '203828.720000', '203828.723000', '203828.726000', '203828.729000', '203828.732000', '203828.735000', '203828.737000', '203828.740000', '203828.743000', '203828.745000', '203828.748000', '203828.750000', '203828.753000', '203828.756000', '203828.759000', '203848.645000', '203848.648000', '203848.651000', '203848.654000', '203848.656000', '203848.659000', '203848.661000', '203848.667000', '203848.670000', '203848.673000', '203848.675000', '203848.678000', '203848.681000', '203848.684000', '203848.686000', '203848.689000', '203848.691000', '203848.694000', '203848.697000', '203848.700000', '203848.702000', '203848.705000', '203848.708000', '203848.710000', '203848.713000', '203848.716000', '203848.718000', '203848.721000', '203848.724000', '203848.726000', '203848.729000', '203848.731000', '203848.734000', '203848.737000', '203848.739000', '203848.742000', '203848.745000', '203848.748000', '203848.751000', '203848.753000', '203848.756000', '203848.759000', '203848.761000', '203848.764000', '203908.646000', '203908.649000', '203908.651000', '203908.654000', '203908.657000', '203908.659000', '203908.662000', '203908.665000', '203908.667000', '203908.670000', '203908.672000', '203908.675000', '203908.678000', '203908.680000', '203908.683000', '203908.686000', '203908.688000', '203908.691000', '203908.694000', '203908.696000', '203908.699000', '203908.702000', '203908.704000', '203908.707000', '203908.710000', '203908.712000', '203908.715000', '203908.718000', '203908.720000', '203908.723000', '203908.726000', '203908.728000', '203908.731000', '203908.734000', '203908.736000', '203908.739000', '203908.741000', '203908.744000', '203908.747000', '203908.749000', '203908.752000', '203908.755000', '203908.757000', '203928.646000', '203928.649000', '203928.651000', '203928.654000', '203928.657000', '203928.660000', '203928.662000', '203928.665000', '203928.667000', '203928.670000', '203928.673000', '203928.675000', '203928.678000', '203928.681000', '203928.683000', '203928.686000', '203928.688000', '203928.691000', '203928.694000', '203928.696000', '203928.699000', '203928.702000', '203928.704000', '203928.707000', '203928.709000', '203928.712000', '203928.715000', '203928.717000', '203928.720000', '203928.723000', '203928.725000', '203928.728000', '203928.731000', '203928.733000', '203928.736000', '203928.739000', '203928.741000', '203928.744000', '203928.747000', '203928.749000', '203928.752000', '203928.755000', '203928.757000', '203928.760000', '203948.647000', '203948.649000', '203948.652000', '203948.655000', '203948.657000', '203948.660000', '203948.663000', '203948.665000', '203948.668000', '203948.671000', '203948.673000', '203948.676000', '203948.678000', '203948.681000', '203948.684000', '203948.686000', '203948.689000', '203948.692000', '203948.694000', '203948.704000', '203948.707000', '203948.710000', '203948.712000', '203948.715000', '203948.718000', '203948.720000', '203948.723000', '203948.725000', '203948.728000', '203948.731000', '203948.733000', '203948.736000', '203948.738000', '203948.741000', '203948.744000', '203948.746000', '203948.749000', '203948.752000', '203948.754000', '203948.757000', '203948.760000', '203948.762000', '203948.765000', '204008.647000', '204008.649000', '204008.652000', '204008.655000', '204008.657000', '204008.660000', '204008.663000', '204008.665000', '204008.668000', '204008.670000', '204008.673000', '204008.676000', '204008.678000', '204008.681000', '204008.684000', '204008.687000', '204008.689000', '204008.692000', '204008.695000', '204008.698000', '204008.700000', '204008.703000', '204008.706000', '204008.708000', '204008.711000', '204008.714000', '204008.716000', '204008.719000', '204008.721000', '204008.724000', '204008.727000', '204008.729000', '204008.732000', '204008.735000', '204008.737000', '204008.740000', '204008.742000', '204008.745000', '204008.747000', '204008.750000', '204008.753000', '204008.755000', '204008.758000', '204008.760000', '204028.646000', '204028.648000', '204028.651000', '204028.654000', '204028.657000', '204028.659000', '204028.662000', '204028.665000', '204028.667000', '204028.670000', '204028.673000', '204028.675000', '204028.678000', '204028.681000', '204028.683000', '204028.686000', '204028.689000', '204028.691000', '204028.694000', '204028.697000', '204028.699000', '204028.702000', '204028.704000', '204028.707000', '204028.710000', '204028.712000', '204028.715000', '204028.717000', '204028.720000', '204028.723000', '204028.725000', '204028.728000', '204028.731000', '204028.743000', '204028.745000', '204028.748000', '204028.750000', '204028.753000', '204028.756000', '204028.758000', '204028.761000', '204028.763000', '204028.766000', '204048.645000', '204048.648000', '204048.651000', '204048.654000', '204048.657000', '204048.659000', '204048.662000', '204048.664000', '204048.667000', '204048.670000', '204048.672000', '204048.675000', '204048.678000', '204048.680000', '204048.683000', '204048.685000', '204048.688000', '204048.691000', '204048.693000', '204048.696000', '204048.699000', '204048.701000', '204048.704000', '204048.707000', '204048.710000', '204048.712000', '204048.715000', '204048.718000', '204048.720000', '204048.723000', '204048.726000', '204048.728000', '204048.731000', '204048.734000', '204048.736000', '204048.739000', '204048.742000', '204048.744000', '204048.747000', '204048.750000', '204048.752000', '204048.755000', '204048.757000', '204048.760000', '204108.646000', '204108.649000', '204108.651000', '204108.654000', '204108.657000', '204108.659000', '204108.662000', '204108.665000', '204108.667000', '204108.670000', '204108.673000', '204108.675000', '204108.678000', '204108.680000', '204108.683000', '204108.686000', '204108.688000', '204108.691000', '204108.694000', '204108.696000', '204108.699000', '204108.702000', '204108.704000', '204108.707000', '204108.710000', '204108.712000', '204108.715000', '204108.718000', '204108.721000', '204108.723000', '204108.738000', '204108.741000', '204108.744000', '204108.746000', '204108.749000', '204108.752000', '204108.754000', '204108.757000', '204108.760000', '204108.762000', '204108.765000', '204108.768000', '204108.770000', '204128.645000', '204128.649000', '204128.651000', '204128.654000', '204128.656000', '204128.659000', '204128.662000', '204128.665000', '204128.667000', '204128.670000', '204128.673000', '204128.675000', '204128.678000', '204128.681000', '204128.684000', '204128.688000', '204128.691000', '204128.693000', '204128.696000', '204128.699000', '204128.701000', '204128.704000', '204128.707000', '204128.709000', '204128.712000', '204128.715000', '204128.717000', '204128.720000', '204128.725000', '204128.727000', '204128.730000', '204128.733000', '204128.735000', '204128.738000', '204128.741000', '204128.743000', '204128.746000', '204128.749000', '204128.751000', '204128.754000', '204128.757000', '204128.759000', '204128.762000', '204148.646000', '204148.649000', '204148.651000', '204148.654000', '204148.657000', '204148.659000', '204148.662000', '204148.664000', '204148.667000', '204148.670000', '204148.672000', '204148.675000', '204148.678000', '204148.680000', '204148.683000', '204148.686000', '204148.688000', '204148.691000', '204148.694000', '204148.696000', '204148.699000', '204148.702000', '204148.704000', '204148.707000', '204148.710000', '204148.712000', '204148.715000', '204148.718000', '204148.720000', '204148.723000', '204148.726000', '204148.728000', '204148.731000', '204148.734000', '204148.736000', '204148.739000', '204148.741000', '204148.744000', '204148.747000', '204148.749000', '204148.752000', '204148.755000', '204148.757000', '204148.760000', '204208.646000', '204208.649000', '204208.652000', '204208.655000', '204208.657000', '204208.660000', '204208.663000', '204208.665000', '204208.668000', '204208.670000', '204208.673000', '204208.676000', '204208.679000', '204208.683000', '204208.686000', '204208.688000', '204208.691000', '204208.694000', '204208.696000', '204208.699000', '204208.701000', '204208.704000', '204208.707000', '204208.709000', '204208.712000', '204208.715000', '204208.717000', '204208.720000', '204208.723000', '204208.725000', '204208.728000', '204208.731000', '204208.733000', '204208.736000', '204208.739000', '204208.742000', '204208.744000', '204208.747000', '204208.749000', '204208.752000', '204208.755000', '204208.757000', '204208.760000', '204208.763000', '204221.968000', '204221.971000', '204221.974000', '204221.977000', '204221.980000', '204221.982000', '204221.985000', '204221.988000', '204221.991000', '204221.994000', '204221.997000', '204222.001000', '204222.005000', '204222.009000', '204222.013000', '204222.016000', '204222.019000', '204222.022000', '204222.026000', '204222.030000', '204222.034000', '204222.040000', '204222.043000', '204222.046000', '204222.049000', '204222.053000', '204222.056000', '204222.059000', '204222.062000'], '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], 'LargestImagePixelValue': [8333, 8923, 8366, 7702, 9206, 11785, 10051, 9260, 8792, 9099, 10419, 12050, 8088, 7901, 7276, 7352, 10572, 7220, 7277, 7255, 7162, 7372, 7116, 8542, 7279, 7215, 7201, 7617, 7247, 7152, 7668, 7256, 7261, 7145, 9223, 9617, 11548, 11021, 9089, 7055, 7137, 8878, 7377, 7269, 7462, 7273, 7204, 7170, 7679, 7183, 7214, 7139, 8007, 7742, 7189, 7290, 8267, 7459, 7197, 7248, 10026, 11003, 10564, 7248, 7859, 7186, 12288, 10725, 7272, 7237, 8448, 7244, 7288, 7156, 7187, 7207, 7273, 9190, 7195, 7237, 7162, 7602, 7174, 7207, 8487, 7228, 7168, 7231, 8707, 10455, 13315, 13466, 11169, 7657, 7268, 9432, 7281, 12587, 11953, 7652, 7233, 7169, 8002, 7239, 7214, 7373, 7803, 7217, 7229, 8596, 8366, 9501, 7255, 8435, 7208, 7240, 7250, 8449, 7171, 7247, 8682, 7760, 7259, 7219, 8105, 7250, 7193, 8226, 8920, 8383, 7214, 8205, 7220, 7227, 7364, 9600, 7465, 9632, 10007, 7250, 7285, 7207, 8252, 7289, 7362, 7236, 7806, 7166, 7268, 9098, 8947, 10633, 9727, 8124, 7228, 7178, 9441, 12812, 9369, 7204, 8563, 7224, 7334, 7212, 9055, 7182, 7423, 7307, 7348, 7178, 7200, 8347, 7369, 7182, 11515, 11174, 7170, 7170, 7460, 7433, 7200, 7210, 8524, 7147, 7235, 7142, 8702, 7417, 8458, 11000, 7362, 7250, 7220, 8385, 7327, 7276, 7470, 8742, 7207, 7135, 7099, 7257, 7227, 7230, 7461, 7267, 7158, 7183, 8464, 7191, 7124, 7212, 8811, 7611, 9081, 7249, 7448, 7168, 7216, 10110, 11588, 10360, 7071, 7791, 7202, 7200, 8469, 7275, 7245, 7146, 8567, 7266, 7180, 7190, 7441, 7038, 7201, 8753, 8108, 12198, 13067, 13251, 9492, 7181, 7182, 7947, 7157, 7219, 8208, 7164, 7161, 7213, 8985, 7536, 8766, 13026, 10691, 7573, 7117, 7622, 7313, 7112, 7224, 7964, 7180, 7192, 7089, 7871, 7209, 7071, 8342, 9147, 12310, 13192, 11274, 7076, 7138, 7299, 9093, 7537, 7118, 7458, 7152, 7127, 7099, 7985, 7185, 7140, 7150, 8530, 7116, 7202, 7602, 7978, 7213, 7179, 8635, 12133, 12756, 12378, 9018, 7185, 7111, 7762, 9226, 7158, 7064, 7535, 7263, 7207, 7153, 8473, 7108, 7141, 7085, 7387, 7029, 7113, 8064, 7404, 7119, 7123, 8204, 7936, 8462, 9418, 8960, 7191, 11197, 13273, 10883, 7779, 7118, 8573, 7767, 7142, 10633, 8226, 7146, 7191, 9999, 11658, 8081, 7057, 7412, 7549, 7033, 7165, 8168, 7183, 7107, 7092, 8014, 7148, 7167, 7132, 7234, 7155, 7123, 7479, 7183, 7147, 7096, 7882, 7279, 7177, 7529, 10326, 9811, 11477, 8626, 7716, 7159, 7079, 8377, 7229, 7143, 7217, 7353, 7151, 7146, 7743, 7759, 7016, 7140, 8152, 7562, 7160, 10065, 9987, 7233, 7102, 7640, 9512, 7399, 7125, 7096, 7244, 7102, 7098, 8090, 7152, 7204, 7847, 9376, 7245, 7116, 7728, 8024, 10002, 13505, 14786, 11380, 7773, 7150, 7733, 7174, 7085, 9933, 7117, 7097, 7196, 7599, 7131, 7189, 8135, 7759, 7067, 7109, 7679, 7197, 7151, 7805, 8721, 7166, 7093, 7167, 7553, 7127, 7308, 11142, 7467, 7102, 7142, 7656, 7064, 7073, 7468, 7457, 7066, 7046, 8307, 7150, 7260, 10975, 9048, 7051, 7010, 7612, 8818, 7308, 7839, 8156, 7074, 7089, 7119, 8466, 7188, 7061, 7098, 7621, 6984, 6966, 8422, 7776, 7063, 6991, 7966, 7289, 7114, 8382, 13118, 8368, 7044, 7093, 8147, 7253, 7128, 8333, 7647, 7250, 7013, 8491, 8252, 6985, 6977, 8162, 7632, 6998, 7001, 7818, 7015, 6898, 8174, 8945, 7021, 7010, 8005, 7485, 7090, 7152, 9750, 7964, 7014, 7065, 7918, 7085, 7043, 7856, 8590, 7203, 7021, 7377, 7450, 7097, 6990, 7748, 7069, 7120, 7028, 8734, 8219, 8653, 6965, 8101, 7230, 7046, 7013, 7986, 7005, 6965, 8133, 8100, 9419, 14042, 12827, 7534, 7042, 7036, 9006, 7689, 11649, 10956, 7293, 6934, 7079, 8240, 7807, 7050, 7020, 8087, 6994, 7147, 7063, 8680, 7815, 9784, 9279, 8243, 7118, 6998, 8117, 12370, 12338, 13481, 13920, 11916, 10202, 8545, 8408, 7203, 7041, 7040, 8445, 6976, 7043, 7070, 7592, 6964, 6998, 7748, 7711, 7130, 7052, 7275, 7291, 6997, 7829, 12065, 11082, 8410, 6955, 8308, 7062, 7148, 8303, 8230, 6991, 6831, 7737, 6964, 7037, 6938, 9023, 7414, 6974, 6959, 7788, 7002, 6935, 8283, 9536, 12193, 13661, 14155, 12893, 12960, 13434, 11518, 7050, 7084, 8726, 7082, 7094, 7641, 7186, 7077, 7141, 8628, 7113, 7076, 7147, 8238, 7150, 7110, 7176, 8568, 7856, 11578, 13325, 11098, 7718, 7030, 8841, 7150, 7070, 7107, 7142, 7042, 7064, 7983, 7050, 7043, 7178, 8456, 7177, 7084, 9911, 9175, 7162, 7051, 7351, 7748, 7033, 7047, 8596, 7086, 7091, 7056, 8301, 7121, 7134, 7168, 8775, 7597, 8573, 9099, 7943, 7064, 7034, 7539, 7835, 7044, 7081, 7943, 7013, 7136, 6987, 8332, 7464, 7087, 7053, 7843, 7069, 7239, 7908, 9267, 7178, 7068, 7795, 7096, 7082, 7123, 8544, 7025, 7084, 7069, 8696, 7239, 8945, 12882, 12584, 10273, 9958, 9413, 8026, 7044, 7013, 8874, 7273, 7016, 7417, 7423, 7108, 7124, 7793, 8007, 7177, 7156, 7164, 8388, 7545, 7104, 7182, 7956, 7139, 7162, 7363, 9238, 7110, 7062, 7048, 7208, 7098, 7182, 7335, 8006, 7163, 7108, 7949, 7230, 7102, 7180, 8880, 7059, 7083, 7032, 8240, 7127, 7135, 12749, 13698, 12922, 13012, 11269, 8098, 7184, 7212, 9092, 7215, 7260, 7203, 8915, 7397, 8856, 12894, 10962, 7256, 7052, 7810, 7293, 7116, 7184, 8586, 7718, 7285, 9965, 7906, 7101, 7100, 8196, 11838, 10660, 10323, 9664, 7753, 7112, 7270, 8596, 7496, 7133, 7116, 7837, 7121, 7180, 8027, 8380, 7179, 7193, 7499, 7140, 7121, 7118, 8771, 7217, 7264, 7168, 8168, 7442, 7085, 7193, 7969, 7187, 7149, 7202, 7939, 7195, 7177, 7480], 'WindowCenter': [4460.0, 4441.0, 4412.0, 4388.0, 4402.0, 4419.0, 4396.0, 4385.0, 4363.0, 4372.0, 4395.0, 4414.0, 4362.0, 4361.0, 4353.0, 4355.0, 4405.0, 4355.0, 4353.0, 4352.0, 4339.0, 4355.0, 4355.0, 4374.0, 4355.0, 4366.0, 4366.0, 4364.0, 4365.0, 4355.0, 4366.0, 4366.0, 4368.0, 4369.0, 4398.0, 4409.0, 4432.0, 4420.0, 4386.0, 4358.0, 4353.0, 4384.0, 4367.0, 4367.0, 4366.0, 4365.0, 4365.0, 4356.0, 4365.0, 4355.0, 4366.0, 4356.0, 4375.0, 4365.0, 4357.0, 4366.0, 4374.0, 4354.0, 4355.0, 4363.0, 4393.0, 4416.0, 4405.0, 4366.0, 4375.0, 4356.0, 4427.0, 4405.0, 4355.0, 4355.0, 4374.0, 4367.0, 4368.0, 4357.0, 4365.0, 4369.0, 4379.0, 4409.0, 4370.0, 4377.0, 4356.0, 4378.0, 4369.0, 4377.0, 4388.0, 4366.0, 4368.0, 4367.0, 4398.0, 4419.0, 4439.0, 4440.0, 4416.0, 4365.0, 4353.0, 4393.0, 4367.0, 4428.0, 4427.0, 4364.0, 4355.0, 4353.0, 4363.0, 4365.0, 4366.0, 4366.0, 4364.0, 4365.0, 4364.0, 4386.0, 4375.0, 4396.0, 4354.0, 4372.0, 4353.0, 4354.0, 4352.0, 4372.0, 4354.0, 4364.0, 4386.0, 4365.0, 4366.0, 4363.0, 4362.0, 4351.0, 4341.0, 4374.0, 4384.0, 4376.0, 4354.0, 4372.0, 4353.0, 4352.0, 4352.0, 4392.0, 4364.0, 4396.0, 4406.0, 4364.0, 4363.0, 4351.0, 4360.0, 4352.0, 4353.0, 4353.0, 4362.0, 4353.0, 4364.0, 4384.0, 4386.0, 4405.0, 4383.0, 4359.0, 4350.0, 4342.0, 4394.0, 4424.0, 4382.0, 4352.0, 4370.0, 4351.0, 4351.0, 4350.0, 4382.0, 4354.0, 4354.0, 4354.0, 4349.0, 4342.0, 4351.0, 4371.0, 4353.0, 4354.0, 4415.0, 4404.0, 4355.0, 4342.0, 4350.0, 4339.0, 4352.0, 4351.0, 4369.0, 4341.0, 4352.0, 4342.0, 4374.0, 4354.0, 4372.0, 4404.0, 4351.0, 4341.0, 4351.0, 4362.0, 4353.0, 4353.0, 4354.0, 4384.0, 4355.0, 4353.0, 4340.0, 4350.0, 4353.0, 4351.0, 4351.0, 4352.0, 4355.0, 4353.0, 4375.0, 4356.0, 4355.0, 4364.0, 4384.0, 4364.0, 4384.0, 4352.0, 4351.0, 4354.0, 4364.0, 4406.0, 4415.0, 4405.0, 4341.0, 4349.0, 4351.0, 4350.0, 4362.0, 4351.0, 4352.0, 4341.0, 4371.0, 4355.0, 4353.0, 4353.0, 4350.0, 4342.0, 4353.0, 4383.0, 4374.0, 4426.0, 4437.0, 4437.0, 4396.0, 4355.0, 4339.0, 4359.0, 4341.0, 4351.0, 4372.0, 4341.0, 4354.0, 4364.0, 4385.0, 4364.0, 4385.0, 4435.0, 4405.0, 4352.0, 4340.0, 4351.0, 4351.0, 4343.0, 4351.0, 4361.0, 4352.0, 4354.0, 4354.0, 4362.0, 4354.0, 4352.0, 4374.0, 4393.0, 4427.0, 4437.0, 4415.0, 4353.0, 4342.0, 4351.0, 4381.0, 4363.0, 4353.0, 4354.0, 4353.0, 4354.0, 4351.0, 4362.0, 4354.0, 4353.0, 4355.0, 4374.0, 4354.0, 4367.0, 4366.0, 4363.0, 4354.0, 4353.0, 4374.0, 4414.0, 4425.0, 4414.0, 4383.0, 4352.0, 4354.0, 4364.0, 4393.0, 4355.0, 4355.0, 4364.0, 4363.0, 4365.0, 4366.0, 4387.0, 4367.0, 4369.0, 4357.0, 4364.0, 4356.0, 4356.0, 4376.0, 4365.0, 4356.0, 4356.0, 4387.0, 4376.0, 4377.0, 4397.0, 4384.0, 4355.0, 4416.0, 4426.0, 4403.0, 4353.0, 4353.0, 4373.0, 4364.0, 4354.0, 4405.0, 4373.0, 4355.0, 4354.0, 4406.0, 4413.0, 4375.0, 4354.0, 4354.0, 4363.0, 4354.0, 4356.0, 4374.0, 4354.0, 4354.0, 4354.0, 4363.0, 4354.0, 4354.0, 4342.0, 4365.0, 4355.0, 4355.0, 4353.0, 4352.0, 4354.0, 4352.0, 4362.0, 4354.0, 4355.0, 4364.0, 4405.0, 4408.0, 4427.0, 4387.0, 4364.0, 4354.0, 4342.0, 4372.0, 4364.0, 4355.0, 4364.0, 4365.0, 4368.0, 4364.0, 4378.0, 4377.0, 4357.0, 4356.0, 4376.0, 4373.0, 4358.0, 4408.0, 4396.0, 4365.0, 4366.0, 4377.0, 4406.0, 4366.0, 4355.0, 4355.0, 4352.0, 4356.0, 4356.0, 4374.0, 4357.0, 4368.0, 4377.0, 4397.0, 4366.0, 4355.0, 4365.0, 4372.0, 4396.0, 4437.0, 4446.0, 4415.0, 4365.0, 4353.0, 4362.0, 4354.0, 4354.0, 4397.0, 4354.0, 4353.0, 4352.0, 4362.0, 4354.0, 4353.0, 4374.0, 4364.0, 4356.0, 4354.0, 4363.0, 4355.0, 4355.0, 4365.0, 4386.0, 4355.0, 4353.0, 4342.0, 4362.0, 4355.0, 4365.0, 4416.0, 4364.0, 4352.0, 4353.0, 4351.0, 4342.0, 4343.0, 4351.0, 4353.0, 4353.0, 4354.0, 4374.0, 4354.0, 4364.0, 4417.0, 4384.0, 4353.0, 4341.0, 4362.0, 4382.0, 4355.0, 4362.0, 4361.0, 4343.0, 4354.0, 4354.0, 4374.0, 4353.0, 4351.0, 4353.0, 4363.0, 4355.0, 4355.0, 4386.0, 4365.0, 4356.0, 4355.0, 4363.0, 4352.0, 4354.0, 4375.0, 4424.0, 4373.0, 4354.0, 4343.0, 4362.0, 4354.0, 4355.0, 4374.0, 4361.0, 4352.0, 4354.0, 4383.0, 4375.0, 4354.0, 4354.0, 4373.0, 4373.0, 4355.0, 4352.0, 4362.0, 4353.0, 4353.0, 4373.0, 4385.0, 4355.0, 4353.0, 4363.0, 4353.0, 4353.0, 4353.0, 4395.0, 4363.0, 4354.0, 4350.0, 4361.0, 4354.0, 4354.0, 4375.0, 4384.0, 4365.0, 4353.0, 4352.0, 4364.0, 4355.0, 4354.0, 4363.0, 4352.0, 4354.0, 4352.0, 4385.0, 4376.0, 4384.0, 4354.0, 4362.0, 4353.0, 4342.0, 4339.0, 4361.0, 4344.0, 4343.0, 4362.0, 4373.0, 4385.0, 4436.0, 4425.0, 4363.0, 4341.0, 4341.0, 4380.0, 4362.0, 4416.0, 4405.0, 4352.0, 4353.0, 4353.0, 4372.0, 4363.0, 4353.0, 4353.0, 4363.0, 4352.0, 4354.0, 4353.0, 4385.0, 4366.0, 4395.0, 4383.0, 4360.0, 4340.0, 4341.0, 4362.0, 4411.0, 4424.0, 4435.0, 4436.0, 4414.0, 4403.0, 4385.0, 4371.0, 4350.0, 4340.0, 4341.0, 4360.0, 4343.0, 4343.0, 4353.0, 4363.0, 4354.0, 4353.0, 4352.0, 4351.0, 4342.0, 4340.0, 4351.0, 4351.0, 4342.0, 4362.0, 4426.0, 4414.0, 4386.0, 4354.0, 4359.0, 4341.0, 4351.0, 4374.0, 4373.0, 4353.0, 4355.0, 4375.0, 4354.0, 4354.0, 4353.0, 4384.0, 4367.0, 4354.0, 4354.0, 4361.0, 4355.0, 4352.0, 4377.0, 4395.0, 4426.0, 4449.0, 4448.0, 4436.0, 4437.0, 4436.0, 4415.0, 4342.0, 4341.0, 4370.0, 4340.0, 4342.0, 4351.0, 4341.0, 4352.0, 4341.0, 4371.0, 4341.0, 4341.0, 4338.0, 4359.0, 4340.0, 4341.0, 4341.0, 4373.0, 4363.0, 4413.0, 4435.0, 4414.0, 4364.0, 4352.0, 4371.0, 4340.0, 4341.0, 4341.0, 4340.0, 4353.0, 4353.0, 4362.0, 4355.0, 4355.0, 4354.0, 4372.0, 4354.0, 4355.0, 4395.0, 4382.0, 4354.0, 4341.0, 4353.0, 4362.0, 4354.0, 4355.0, 4386.0, 4354.0, 4355.0, 4353.0, 4373.0, 4354.0, 4351.0, 4354.0, 4385.0, 4377.0, 4386.0, 4398.0, 4376.0, 4354.0, 4355.0, 4364.0, 4364.0, 4355.0, 4354.0, 4375.0, 4355.0, 4356.0, 4354.0, 4384.0, 4366.0, 4354.0, 4356.0, 4373.0, 4355.0, 4364.0, 4376.0, 4395.0, 4354.0, 4356.0, 4362.0, 4351.0, 4354.0, 4353.0, 4373.0, 4354.0, 4353.0, 4353.0, 4383.0, 4365.0, 4396.0, 4438.0, 4439.0, 4408.0, 4406.0, 4397.0, 4374.0, 4354.0, 4354.0, 4382.0, 4366.0, 4368.0, 4379.0, 4366.0, 4355.0, 4352.0, 4349.0, 4348.0, 4341.0, 4340.0, 4341.0, 4361.0, 4363.0, 4354.0, 4353.0, 4361.0, 4340.0, 4341.0, 4352.0, 4383.0, 4356.0, 4357.0, 4367.0, 4365.0, 4354.0, 4354.0, 4364.0, 4374.0, 4357.0, 4356.0, 4376.0, 4366.0, 4369.0, 4367.0, 4397.0, 4367.0, 4357.0, 4355.0, 4373.0, 4367.0, 4367.0, 4439.0, 4448.0, 4439.0, 4438.0, 4417.0, 4374.0, 4342.0, 4353.0, 4372.0, 4353.0, 4365.0, 4365.0, 4394.0, 4367.0, 4397.0, 4438.0, 4414.0, 4355.0, 4342.0, 4351.0, 4352.0, 4352.0, 4353.0, 4383.0, 4361.0, 4366.0, 4406.0, 4374.0, 4355.0, 4353.0, 4371.0, 4413.0, 4404.0, 4394.0, 4394.0, 4362.0, 4354.0, 4352.0, 4371.0, 4352.0, 4353.0, 4354.0, 4361.0, 4341.0, 4352.0, 4362.0, 4373.0, 4354.0, 4351.0, 4351.0, 4351.0, 4351.0, 4353.0, 4383.0, 4352.0, 4364.0, 4354.0, 4373.0, 4364.0, 4356.0, 4354.0, 4374.0, 4356.0, 4355.0, 4365.0, 4374.0, 4354.0, 4355.0, 4364.0], 'WindowWidth': [9868.0, 9817.0, 9758.0, 9713.0, 9721.0, 9738.0, 9699.0, 9682.0, 9649.0, 9663.0, 9695.0, 9718.0, 9646.0, 9645.0, 9638.0, 9642.0, 9708.0, 9640.0, 9634.0, 9632.0, 9614.0, 9640.0, 9640.0, 9664.0, 9640.0, 9657.0, 9658.0, 9655.0, 9654.0, 9642.0, 9656.0, 9658.0, 9666.0, 9667.0, 9707.0, 9724.0, 9755.0, 9736.0, 9687.0, 9647.0, 9636.0, 9682.0, 9662.0, 9662.0, 9659.0, 9655.0, 9655.0, 9644.0, 9656.0, 9642.0, 9658.0, 9644.0, 9669.0, 9657.0, 9648.0, 9658.0, 9666.0, 9639.0, 9642.0, 9653.0, 9695.0, 9726.0, 9709.0, 9658.0, 9673.0, 9647.0, 9741.0, 9709.0, 9641.0, 9639.0, 9665.0, 9662.0, 9666.0, 9649.0, 9657.0, 9668.0, 9680.0, 9725.0, 9671.0, 9677.0, 9646.0, 9682.0, 9670.0, 9677.0, 9691.0, 9661.0, 9665.0, 9664.0, 9707.0, 9733.0, 9760.0, 9764.0, 9727.0, 9657.0, 9637.0, 9694.0, 9663.0, 9745.0, 9741.0, 9654.0, 9640.0, 9636.0, 9649.0, 9656.0, 9659.0, 9657.0, 9655.0, 9657.0, 9654.0, 9686.0, 9671.0, 9698.0, 9640.0, 9661.0, 9637.0, 9638.0, 9634.0, 9660.0, 9638.0, 9653.0, 9685.0, 9658.0, 9659.0, 9653.0, 9646.0, 9630.0, 9618.0, 9667.0, 9681.0, 9669.0, 9638.0, 9661.0, 9635.0, 9635.0, 9635.0, 9689.0, 9655.0, 9699.0, 9713.0, 9655.0, 9651.0, 9630.0, 9643.0, 9634.0, 9634.0, 9634.0, 9646.0, 9637.0, 9655.0, 9682.0, 9685.0, 9709.0, 9675.0, 9639.0, 9627.0, 9621.0, 9694.0, 9735.0, 9674.0, 9633.0, 9655.0, 9629.0, 9628.0, 9629.0, 9674.0, 9642.0, 9640.0, 9638.0, 9628.0, 9619.0, 9630.0, 9657.0, 9637.0, 9639.0, 9721.0, 9706.0, 9640.0, 9620.0, 9627.0, 9612.0, 9633.0, 9630.0, 9653.0, 9616.0, 9633.0, 9621.0, 9667.0, 9640.0, 9662.0, 9706.0, 9631.0, 9615.0, 9628.0, 9646.0, 9636.0, 9638.0, 9642.0, 9681.0, 9642.0, 9637.0, 9615.0, 9628.0, 9636.0, 9634.0, 9632.0, 9634.0, 9643.0, 9638.0, 9670.0, 9645.0, 9643.0, 9654.0, 9680.0, 9655.0, 9679.0, 9633.0, 9632.0, 9639.0, 9654.0, 9714.0, 9722.0, 9709.0, 9618.0, 9626.0, 9631.0, 9629.0, 9647.0, 9630.0, 9631.0, 9619.0, 9659.0, 9641.0, 9639.0, 9637.0, 9630.0, 9620.0, 9636.0, 9679.0, 9669.0, 9739.0, 9755.0, 9758.0, 9700.0, 9642.0, 9614.0, 9638.0, 9618.0, 9633.0, 9659.0, 9618.0, 9637.0, 9655.0, 9684.0, 9656.0, 9684.0, 9751.0, 9708.0, 9632.0, 9614.0, 9629.0, 9629.0, 9621.0, 9630.0, 9645.0, 9635.0, 9640.0, 9640.0, 9649.0, 9638.0, 9636.0, 9668.0, 9694.0, 9741.0, 9754.0, 9724.0, 9638.0, 9618.0, 9631.0, 9673.0, 9652.0, 9640.0, 9640.0, 9638.0, 9639.0, 9632.0, 9649.0, 9639.0, 9639.0, 9640.0, 9667.0, 9642.0, 9660.0, 9658.0, 9651.0, 9639.0, 9637.0, 9666.0, 9721.0, 9736.0, 9717.0, 9676.0, 9635.0, 9640.0, 9654.0, 9693.0, 9644.0, 9641.0, 9652.0, 9652.0, 9659.0, 9661.0, 9693.0, 9664.0, 9669.0, 9649.0, 9655.0, 9646.0, 9649.0, 9673.0, 9657.0, 9646.0, 9647.0, 9690.0, 9674.0, 9674.0, 9699.0, 9679.0, 9643.0, 9725.0, 9736.0, 9704.0, 9636.0, 9637.0, 9664.0, 9653.0, 9641.0, 9708.0, 9665.0, 9644.0, 9642.0, 9712.0, 9722.0, 9670.0, 9641.0, 9640.0, 9650.0, 9641.0, 9648.0, 9669.0, 9642.0, 9639.0, 9639.0, 9651.0, 9640.0, 9640.0, 9622.0, 9656.0, 9643.0, 9642.0, 9639.0, 9636.0, 9639.0, 9634.0, 9649.0, 9641.0, 9644.0, 9656.0, 9715.0, 9720.0, 9744.0, 9690.0, 9657.0, 9640.0, 9622.0, 9662.0, 9655.0, 9644.0, 9654.0, 9657.0, 9667.0, 9662.0, 9680.0, 9677.0, 9649.0, 9644.0, 9672.0, 9668.0, 9653.0, 9718.0, 9699.0, 9659.0, 9662.0, 9677.0, 9715.0, 9662.0, 9645.0, 9643.0, 9637.0, 9646.0, 9646.0, 9668.0, 9649.0, 9665.0, 9676.0, 9705.0, 9662.0, 9643.0, 9654.0, 9664.0, 9699.0, 9756.0, 9769.0, 9723.0, 9655.0, 9637.0, 9647.0, 9640.0, 9642.0, 9702.0, 9641.0, 9640.0, 9635.0, 9648.0, 9639.0, 9639.0, 9670.0, 9654.0, 9644.0, 9641.0, 9650.0, 9643.0, 9643.0, 9659.0, 9686.0, 9642.0, 9637.0, 9620.0, 9650.0, 9642.0, 9657.0, 9726.0, 9654.0, 9636.0, 9636.0, 9631.0, 9620.0, 9621.0, 9633.0, 9636.0, 9637.0, 9638.0, 9668.0, 9644.0, 9657.0, 9727.0, 9682.0, 9637.0, 9617.0, 9648.0, 9677.0, 9644.0, 9648.0, 9646.0, 9623.0, 9641.0, 9639.0, 9666.0, 9638.0, 9634.0, 9637.0, 9651.0, 9643.0, 9645.0, 9688.0, 9658.0, 9646.0, 9641.0, 9650.0, 9637.0, 9642.0, 9671.0, 9734.0, 9663.0, 9640.0, 9622.0, 9649.0, 9641.0, 9642.0, 9665.0, 9645.0, 9634.0, 9640.0, 9679.0, 9668.0, 9640.0, 9642.0, 9668.0, 9668.0, 9643.0, 9636.0, 9648.0, 9636.0, 9638.0, 9666.0, 9685.0, 9642.0, 9639.0, 9650.0, 9638.0, 9640.0, 9640.0, 9697.0, 9651.0, 9638.0, 9631.0, 9644.0, 9639.0, 9641.0, 9671.0, 9682.0, 9657.0, 9639.0, 9635.0, 9655.0, 9644.0, 9641.0, 9650.0, 9634.0, 9640.0, 9637.0, 9684.0, 9672.0, 9681.0, 9642.0, 9648.0, 9635.0, 9620.0, 9614.0, 9643.0, 9623.0, 9622.0, 9649.0, 9665.0, 9682.0, 9752.0, 9736.0, 9649.0, 9619.0, 9619.0, 9672.0, 9651.0, 9724.0, 9707.0, 9636.0, 9636.0, 9637.0, 9661.0, 9649.0, 9635.0, 9635.0, 9650.0, 9636.0, 9640.0, 9639.0, 9683.0, 9657.0, 9694.0, 9675.0, 9642.0, 9613.0, 9617.0, 9649.0, 9715.0, 9733.0, 9748.0, 9754.0, 9724.0, 9706.0, 9683.0, 9658.0, 9627.0, 9615.0, 9617.0, 9642.0, 9621.0, 9621.0, 9636.0, 9651.0, 9639.0, 9638.0, 9633.0, 9630.0, 9618.0, 9613.0, 9631.0, 9632.0, 9622.0, 9650.0, 9739.0, 9723.0, 9687.0, 9640.0, 9640.0, 9617.0, 9634.0, 9668.0, 9665.0, 9639.0, 9644.0, 9671.0, 9642.0, 9640.0, 9637.0, 9681.0, 9659.0, 9639.0, 9637.0, 9647.0, 9640.0, 9637.0, 9675.0, 9698.0, 9741.0, 9774.0, 9775.0, 9756.0, 9756.0, 9754.0, 9723.0, 9621.0, 9616.0, 9654.0, 9615.0, 9619.0, 9631.0, 9620.0, 9635.0, 9618.0, 9658.0, 9618.0, 9617.0, 9611.0, 9638.0, 9614.0, 9618.0, 9619.0, 9663.0, 9651.0, 9719.0, 9752.0, 9722.0, 9654.0, 9637.0, 9659.0, 9613.0, 9617.0, 9619.0, 9617.0, 9636.0, 9637.0, 9650.0, 9642.0, 9643.0, 9639.0, 9663.0, 9640.0, 9644.0, 9697.0, 9678.0, 9638.0, 9619.0, 9636.0, 9648.0, 9640.0, 9644.0, 9685.0, 9642.0, 9643.0, 9638.0, 9664.0, 9638.0, 9636.0, 9642.0, 9684.0, 9676.0, 9688.0, 9704.0, 9674.0, 9643.0, 9643.0, 9653.0, 9654.0, 9646.0, 9642.0, 9670.0, 9644.0, 9645.0, 9642.0, 9683.0, 9661.0, 9644.0, 9647.0, 9668.0, 9642.0, 9655.0, 9673.0, 9699.0, 9642.0, 9645.0, 9650.0, 9633.0, 9641.0, 9638.0, 9664.0, 9638.0, 9639.0, 9639.0, 9681.0, 9660.0, 9701.0, 9760.0, 9763.0, 9719.0, 9714.0, 9702.0, 9667.0, 9638.0, 9637.0, 9673.0, 9657.0, 9666.0, 9682.0, 9664.0, 9644.0, 9635.0, 9626.0, 9622.0, 9614.0, 9613.0, 9618.0, 9644.0, 9650.0, 9640.0, 9637.0, 9646.0, 9614.0, 9616.0, 9635.0, 9680.0, 9648.0, 9647.0, 9661.0, 9657.0, 9641.0, 9640.0, 9653.0, 9668.0, 9650.0, 9645.0, 9673.0, 9661.0, 9671.0, 9666.0, 9705.0, 9662.0, 9648.0, 9643.0, 9668.0, 9661.0, 9663.0, 9760.0, 9776.0, 9762.0, 9757.0, 9728.0, 9666.0, 9621.0, 9634.0, 9659.0, 9636.0, 9655.0, 9656.0, 9697.0, 9664.0, 9704.0, 9758.0, 9721.0, 9641.0, 9619.0, 9631.0, 9633.0, 9633.0, 9637.0, 9679.0, 9650.0, 9661.0, 9712.0, 9668.0, 9644.0, 9638.0, 9661.0, 9720.0, 9706.0, 9692.0, 9693.0, 9649.0, 9639.0, 9635.0, 9659.0, 9636.0, 9638.0, 9640.0, 9647.0, 9619.0, 9636.0, 9649.0, 9668.0, 9641.0, 9635.0, 9635.0, 9632.0, 9634.0, 9639.0, 9680.0, 9635.0, 9653.0, 9643.0, 9665.0, 9656.0, 9645.0, 9643.0, 9670.0, 9646.0, 9643.0, 9656.0, 9667.0, 9641.0, 9642.0, 9655.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.00018153293413173652</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019435939161676647</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.38814460960427</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1310812497002398</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9978095470143901</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5187</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4321.6309</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09047869942929192</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.029940119760479</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4565581638526903</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3550324893061956</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7390161165149487</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2756258857369267</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.004845</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0060600596480071545</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.08403395861387253</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>835</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.457916671555669</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>24.8358</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.1539</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>237.849</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>290726.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1137.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>453.4733</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2787</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.5992</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3573.1187</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3664.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85818.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1781.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4640.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>821.9038</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.112051929929294</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> |