=== 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-0059 --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-0059",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
103 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
103 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-02/func/sub-0059_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>541d038f84f8c70bcbaa4278813cbe4d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>16:51:9.667500</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>[0.999151, 0.0192973, 0.0364089, -0.0261638, 0.979703, 0.198739]</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.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.111918</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>[4155, -7777, -7234, 470, -78, -118, 10, 7]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.6</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>08e8be2b-5266-4fec-9a7e-f76597a4165e||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.6806480884552, -0.07019545137882233, 0.08595392853021622, 115.9299545288086], [-0.05177333950996399, 2.628471851348877, 0.5387118458747864, -93.10877227783203], [0.09768244624137878, -0.5332025289535522, 2.644314765930176, -27.362815856933594], [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': ['165109.667500', '165110.127500', '165110.587500', '165111.047500', '165111.507500', '165111.967500', '165112.427500', '165112.887500', '165113.347500', '165113.807500', '165114.267500', '165114.727500', '165115.187500', '165115.647500', '165116.107500', '165116.567500', '165117.027500', '165117.487500', '165117.947500', '165118.407500', '165118.867500', '165119.327500', '165119.787500', '165120.247500', '165120.707500', '165121.167500', '165121.627500', '165122.087500', '165122.547500', '165123.007500', '165123.467500', '165123.927500', '165124.387500', '165124.847500', '165125.307500', '165125.767500', '165126.227500', '165126.687500', '165127.147500', '165127.607500', '165128.067500', '165128.527500', '165128.987500', '165129.447500', '165129.907500', '165130.367500', '165130.827500', '165131.287500', '165131.747500', '165132.207500', '165132.667500', '165133.127500', '165133.587500', '165134.047500', '165134.507500', '165134.967500', '165135.427500', '165135.887500', '165136.347500', '165136.807500', '165137.267500', '165137.727500', '165138.187500', '165138.647500', '165139.107500', '165139.567500', '165140.027500', '165140.487500', '165140.947500', '165141.407500', '165141.867500', '165142.327500', '165142.787500', '165143.247500', '165143.707500', '165144.167500', '165144.627500', '165145.087500', '165145.547500', '165146.007500', '165146.467500', '165146.927500', '165147.387500', '165147.847500', '165148.307500', '165148.767500', '165149.227500', '165149.687500', '165150.147500', '165150.607500', '165151.067500', '165151.527500', '165151.987500', '165152.447500', '165152.907500', '165153.367500', '165153.827500', '165154.287500', '165154.747500', '165155.207500', '165155.667500', '165156.127500', '165156.587500', '165157.047500', '165157.507500', '165157.967500', '165158.427500', '165158.887500', '165159.347500', '165159.807500', '165200.267500', '165200.727500', '165201.187500', '165201.647500', '165202.107500', '165202.567500', '165203.027500', '165203.487500', '165203.947500', '165204.407500', '165204.867500', '165205.327500', '165205.787500', '165206.247500', '165206.707500', '165207.167500', '165207.627500', '165208.087500', '165208.547500', '165209.007500', '165209.467500', '165209.927500', '165210.387500', '165210.847500', '165211.307500', '165211.767500', '165212.227500', '165212.687500', '165213.147500', '165213.607500', '165214.067500', '165214.527500', '165214.987500', '165215.447500', '165215.907500', '165216.367500', '165216.827500', '165217.287500', '165217.747500', '165218.207500', '165218.667500', '165219.127500', '165219.587500', '165220.047500', '165220.507500', '165220.967500', '165221.427500', '165221.887500', '165222.347500', '165222.807500', '165223.267500', '165223.727500', '165224.187500', '165224.647500', '165225.107500', '165225.567500', '165226.027500', '165226.487500', '165226.947500', '165227.407500', '165227.867500', '165228.327500', '165228.787500', '165229.247500', '165229.707500', '165230.167500', '165230.627500', '165231.087500', '165231.547500', '165232.007500', '165232.467500', '165232.927500', '165233.387500', '165233.847500', '165234.307500', '165234.767500', '165235.227500', '165235.687500', '165236.147500', '165236.607500', '165237.067500', '165237.527500', '165237.987500', '165238.447500', '165238.907500', '165239.367500', '165239.827500', '165240.287500', '165240.747500', '165241.207500', '165241.667500', '165242.127500', '165242.587500', '165243.047500', '165243.507500', '165243.967500', '165244.427500', '165244.887500', '165245.347500', '165245.807500', '165246.267500', '165246.727500', '165247.187500', '165247.647500', '165248.107500', '165248.567500', '165249.027500', '165249.487500', '165249.947500', '165250.407500', '165250.867500', '165251.327500', '165251.787500', '165252.247500', '165252.707500', '165253.167500', '165253.627500', '165254.087500', '165254.547500', '165255.007500', '165255.467500', '165255.927500', '165256.387500', '165256.847500', '165257.307500', '165257.767500', '165258.227500', '165258.687500', '165259.147500', '165259.607500', '165300.067500', '165300.527500', '165300.987500', '165301.447500', '165301.907500', '165302.367500', '165302.827500', '165303.287500', '165303.747500', '165304.207500', '165304.667500', '165305.127500', '165305.587500', '165306.047500', '165306.507500', '165306.967500', '165307.427500', '165307.887500', '165308.347500', '165308.807500', '165309.267500', '165309.727500', '165310.187500', '165310.647500', '165311.107500', '165311.567500', '165312.027500', '165312.487500', '165312.947500', '165313.407500', '165313.867500', '165314.327500', '165314.787500', '165315.247500', '165315.707500', '165316.167500', '165316.627500', '165317.087500', '165317.547500', '165318.007500', '165318.467500', '165318.927500', '165319.387500', '165319.847500', '165320.307500', '165320.767500', '165321.227500', '165321.687500', '165322.147500', '165322.607500', '165323.067500', '165323.527500', '165323.987500', '165324.447500', '165324.907500', '165325.367500', '165325.827500', '165326.287500', '165326.747500', '165327.207500', '165327.667500', '165328.127500', '165328.587500', '165329.047500', '165329.507500', '165329.967500', '165330.427500', '165330.887500', '165331.347500', '165331.807500', '165332.267500', '165332.727500', '165333.187500', '165333.647500', '165334.107500', '165334.567500', '165335.027500', '165335.487500', '165335.947500', '165336.407500', '165336.867500', '165337.327500', '165337.787500', '165338.247500', '165338.707500', '165339.167500', '165339.627500', '165340.087500', '165340.547500', '165341.007500', '165341.467500', '165341.927500', '165342.387500', '165342.847500', '165343.307500', '165343.767500', '165344.227500', '165344.687500', '165345.147500', '165345.607500', '165346.067500', '165346.527500', '165346.987500', '165347.447500', '165347.907500', '165348.367500', '165348.827500', '165349.287500', '165349.747500', '165350.207500', '165350.667500', '165351.127500', '165351.587500', '165352.047500', '165352.507500', '165352.967500', '165353.427500', '165353.887500', '165354.347500', '165354.807500', '165355.267500', '165355.727500', '165356.187500', '165356.647500', '165357.107500', '165357.567500', '165358.027500', '165358.487500', '165358.947500', '165359.407500', '165359.867500', '165400.327500', '165400.787500', '165401.247500', '165401.707500', '165402.167500', '165402.627500', '165403.087500', '165403.547500', '165404.007500', '165404.467500', '165404.927500', '165405.387500', '165405.847500', '165406.307500', '165406.767500', '165407.227500', '165407.687500', '165408.147500', '165408.607500', '165409.067500', '165409.527500', '165409.987500', '165410.447500', '165410.907500', '165411.367500', '165411.827500', '165412.287500', '165412.747500', '165413.207500', '165413.667500', '165414.127500', '165414.587500', '165415.047500', '165415.507500', '165415.967500', '165416.427500', '165416.887500', '165417.347500', '165417.807500', '165418.267500', '165418.727500', '165419.187500', '165419.647500', '165420.107500', '165420.567500', '165421.027500', '165421.487500', '165421.947500', '165422.407500', '165422.867500', '165423.327500', '165423.787500', '165424.247500', '165424.707500', '165425.167500', '165425.627500', '165426.087500', '165426.547500', '165427.007500', '165427.467500', '165427.927500', '165428.387500', '165428.847500', '165429.307500', '165429.767500', '165430.227500', '165430.687500', '165431.147500', '165431.607500', '165432.067500', '165432.527500', '165432.987500', '165433.447500', '165433.907500', '165434.367500', '165434.827500', '165435.287500', '165435.747500', '165436.207500', '165436.667500', '165437.127500', '165437.587500', '165438.047500', '165438.507500', '165438.967500', '165439.427500', '165439.887500', '165440.347500', '165440.807500', '165441.267500', '165441.727500', '165442.187500', '165442.647500', '165443.107500', '165443.567500', '165444.027500', '165444.487500', '165444.947500', '165445.407500', '165445.867500', '165446.327500', '165446.787500', '165447.247500', '165447.707500', '165448.167500', '165448.627500', '165449.087500', '165449.547500', '165450.007500', '165450.467500', '165450.927500', '165451.387500', '165451.847500', '165452.307500', '165452.767500', '165453.227500', '165453.687500', '165454.147500', '165454.607500', '165455.067500', '165455.527500', '165455.987500', '165456.447500', '165456.907500', '165457.367500', '165457.827500', '165458.287500', '165458.747500', '165459.207500', '165459.667500', '165500.127500', '165500.587500', '165501.047500', '165501.507500', '165501.967500', '165502.427500', '165502.887500', '165503.347500', '165503.807500', '165504.267500', '165504.727500', '165505.187500', '165505.647500', '165506.107500', '165506.567500', '165507.027500', '165507.487500', '165507.947500', '165508.407500', '165508.867500', '165509.327500', '165509.787500', '165510.247500', '165510.707500', '165511.167500', '165511.627500', '165512.087500', '165512.547500', '165513.007500', '165513.467500', '165513.927500', '165514.387500', '165514.847500', '165515.307500', '165515.767500', '165516.227500', '165516.687500', '165517.147500', '165517.607500', '165518.067500', '165518.527500', '165518.987500', '165519.447500', '165519.907500', '165520.367500', '165520.827500', '165521.287500', '165521.747500', '165522.207500', '165522.667500', '165523.127500', '165523.587500', '165524.047500', '165524.507500', '165524.967500', '165525.427500', '165525.887500', '165526.347500', '165526.807500', '165527.267500', '165527.727500', '165528.187500', '165528.647500', '165529.107500', '165529.567500', '165530.027500', '165530.487500', '165530.947500', '165531.407500', '165531.867500', '165532.327500', '165532.787500', '165533.247500', '165533.707500', '165534.167500', '165534.627500', '165535.087500', '165535.547500', '165536.007500', '165536.467500', '165536.927500', '165537.387500', '165537.847500', '165538.307500', '165538.767500', '165539.227500', '165539.687500', '165540.147500', '165540.607500', '165541.067500', '165541.527500', '165541.987500', '165542.447500', '165542.907500', '165543.367500', '165543.827500', '165544.287500', '165544.747500', '165545.207500', '165545.667500', '165546.127500', '165546.587500', '165547.047500', '165547.507500', '165547.967500', '165548.427500', '165548.887500', '165549.347500', '165549.807500', '165550.267500', '165550.727500', '165551.187500', '165551.647500', '165552.107500', '165552.567500', '165553.027500', '165553.487500', '165553.947500', '165554.407500', '165554.867500', '165555.327500', '165555.787500', '165556.247500', '165556.707500', '165557.167500', '165557.627500', '165558.087500', '165558.547500', '165559.007500', '165559.467500', '165559.927500', '165600.387500', '165600.847500', '165601.307500', '165601.767500', '165602.227500', '165602.687500', '165603.147500', '165603.607500', '165604.067500', '165604.527500', '165604.987500', '165605.447500', '165605.907500', '165606.367500', '165606.827500', '165607.287500', '165607.747500', '165608.207500', '165608.667500', '165609.127500', '165609.587500', '165610.047500', '165610.507500', '165610.967500', '165611.427500', '165611.887500', '165612.347500', '165612.807500', '165613.267500', '165613.727500', '165614.187500', '165614.647500', '165615.107500', '165615.567500', '165616.027500', '165616.487500', '165616.947500', '165617.407500', '165617.867500', '165618.327500', '165618.787500', '165619.247500', '165619.707500', '165620.167500', '165620.627500', '165621.087500', '165621.547500', '165622.007500', '165622.467500', '165622.927500', '165623.387500', '165623.847500', '165624.307500', '165624.767500', '165625.227500', '165625.687500', '165626.147500', '165626.607500', '165627.067500', '165627.527500', '165627.987500', '165628.447500', '165628.907500', '165629.367500', '165629.827500', '165630.287500', '165630.747500', '165631.207500', '165631.667500', '165632.127500', '165632.587500', '165633.047500', '165633.507500', '165633.967500', '165634.427500', '165634.887500', '165635.347500', '165635.807500', '165636.267500', '165636.727500', '165637.187500', '165637.647500', '165638.107500', '165638.567500', '165639.027500', '165639.487500', '165639.947500', '165640.407500', '165640.867500', '165641.327500', '165641.787500', '165642.247500', '165642.707500', '165643.167500', '165643.627500', '165644.087500', '165644.547500', '165645.007500', '165645.467500', '165645.927500', '165646.387500', '165646.847500', '165647.307500', '165647.767500', '165648.227500', '165648.687500', '165649.147500', '165649.607500', '165650.067500', '165650.527500', '165650.987500', '165651.447500', '165651.907500', '165652.367500', '165652.827500', '165653.287500', '165653.747500', '165654.207500', '165654.667500', '165655.127500', '165655.587500', '165656.047500', '165656.507500', '165656.967500', '165657.427500', '165657.887500', '165658.347500', '165658.807500', '165659.267500', '165659.727500', '165700.187500', '165700.647500', '165701.107500', '165701.567500', '165702.027500', '165702.487500', '165702.947500', '165703.407500', '165703.867500', '165704.327500', '165704.787500', '165705.247500', '165705.707500', '165706.167500', '165706.627500', '165707.087500', '165707.547500', '165708.007500', '165708.467500', '165708.927500', '165709.387500', '165709.847500', '165710.307500', '165710.767500', '165711.227500', '165711.687500', '165712.147500', '165712.607500', '165713.067500', '165713.527500', '165713.987500', '165714.447500', '165714.907500', '165715.367500', '165715.827500', '165716.287500', '165716.747500', '165717.207500', '165717.667500', '165718.127500', '165718.587500', '165719.047500', '165719.507500', '165719.967500', '165720.427500', '165720.887500', '165721.347500', '165721.807500', '165722.267500', '165722.727500', '165723.187500', '165723.647500', '165724.107500', '165724.567500', '165725.027500', '165725.487500', '165725.947500', '165726.407500', '165726.867500', '165727.327500', '165727.787500', '165728.247500', '165728.707500', '165729.167500', '165729.627500', '165730.087500', '165730.547500', '165731.007500', '165731.467500', '165731.927500', '165732.387500', '165732.847500', '165733.307500', '165733.767500', '165734.227500', '165734.687500', '165735.147500'], 'ContentTime': ['165138.646000', '165138.649000', '165138.652000', '165138.654000', '165138.657000', '165138.659000', '165138.662000', '165138.664000', '165138.667000', '165138.669000', '165138.672000', '165138.675000', '165138.677000', '165138.680000', '165138.682000', '165138.685000', '165138.687000', '165138.690000', '165138.700000', '165138.703000', '165138.705000', '165138.708000', '165138.711000', '165138.713000', '165138.716000', '165138.718000', '165138.721000', '165138.724000', '165138.726000', '165138.729000', '165138.731000', '165138.734000', '165138.736000', '165138.739000', '165138.742000', '165138.744000', '165138.747000', '165138.749000', '165138.752000', '165138.755000', '165138.757000', '165138.778000', '165138.781000', '165138.783000', '165138.786000', '165138.788000', '165138.791000', '165138.793000', '165138.796000', '165138.798000', '165138.801000', '165138.803000', '165138.806000', '165138.808000', '165138.811000', '165138.814000', '165138.816000', '165138.819000', '165138.821000', '165138.824000', '165138.827000', '165158.613000', '165158.618000', '165158.621000', '165158.624000', '165158.626000', '165158.629000', '165158.631000', '165158.634000', '165158.636000', '165158.639000', '165158.642000', '165158.644000', '165158.647000', '165158.649000', '165158.652000', '165158.654000', '165158.657000', '165158.659000', '165158.662000', '165158.665000', '165158.667000', '165158.670000', '165158.672000', '165158.675000', '165158.677000', '165158.680000', '165158.683000', '165158.685000', '165158.688000', '165158.690000', '165158.693000', '165158.695000', '165158.698000', '165158.700000', '165158.707000', '165158.709000', '165158.712000', '165158.715000', '165158.717000', '165158.720000', '165158.722000', '165158.725000', '165158.727000', '165218.614000', '165218.616000', '165218.619000', '165218.622000', '165218.624000', '165218.627000', '165218.629000', '165218.632000', '165218.635000', '165218.637000', '165218.640000', '165218.642000', '165218.645000', '165218.648000', '165218.650000', '165218.653000', '165218.655000', '165218.658000', '165218.660000', '165218.663000', '165218.666000', '165218.668000', '165218.671000', '165218.674000', '165218.676000', '165218.679000', '165218.681000', '165218.684000', '165218.686000', '165218.689000', '165218.692000', '165218.694000', '165218.697000', '165218.699000', '165218.702000', '165218.704000', '165218.707000', '165218.710000', '165218.712000', '165218.715000', '165218.717000', '165218.720000', '165218.722000', '165218.725000', '165238.615000', '165238.617000', '165238.620000', '165238.623000', '165238.625000', '165238.628000', '165238.630000', '165238.633000', '165238.636000', '165238.638000', '165238.641000', '165238.643000', '165238.646000', '165238.648000', '165238.651000', '165238.654000', '165238.656000', '165238.659000', '165238.661000', '165238.664000', '165238.667000', '165238.669000', '165238.672000', '165238.674000', '165238.677000', '165238.680000', '165238.682000', '165238.685000', '165238.687000', '165238.690000', '165238.693000', '165238.695000', '165238.698000', '165238.700000', '165238.703000', '165238.706000', '165238.709000', '165238.711000', '165238.714000', '165238.717000', '165238.719000', '165238.722000', '165238.724000', '165258.614000', '165258.617000', '165258.620000', '165258.622000', '165258.625000', '165258.628000', '165258.630000', '165258.633000', '165258.635000', '165258.638000', '165258.640000', '165258.643000', '165258.646000', '165258.648000', '165258.651000', '165258.653000', '165258.656000', '165258.658000', '165258.661000', '165258.664000', '165258.666000', '165258.669000', '165258.671000', '165258.674000', '165258.677000', '165258.679000', '165258.682000', '165258.684000', '165258.687000', '165258.690000', '165258.692000', '165258.695000', '165258.698000', '165258.700000', '165258.703000', '165258.705000', '165258.708000', '165258.711000', '165258.713000', '165258.716000', '165258.718000', '165258.721000', '165258.723000', '165258.726000', '165318.615000', '165318.617000', '165318.620000', '165318.623000', '165318.625000', '165318.628000', '165318.630000', '165318.633000', '165318.636000', '165318.638000', '165318.641000', '165318.643000', '165318.646000', '165318.648000', '165318.651000', '165318.654000', '165318.656000', '165318.659000', '165318.661000', '165318.664000', '165318.667000', '165318.669000', '165318.672000', '165318.674000', '165318.677000', '165318.679000', '165318.682000', '165318.685000', '165318.687000', '165318.690000', '165318.692000', '165318.695000', '165318.698000', '165318.736000', '165318.739000', '165318.741000', '165318.744000', '165318.747000', '165318.749000', '165318.752000', '165318.754000', '165318.757000', '165318.759000', '165338.615000', '165338.618000', '165338.620000', '165338.623000', '165338.626000', '165338.628000', '165338.631000', '165338.634000', '165338.636000', '165338.639000', '165338.641000', '165338.644000', '165338.646000', '165338.649000', '165338.651000', '165338.654000', '165338.657000', '165338.659000', '165338.662000', '165338.665000', '165338.667000', '165338.670000', '165338.672000', '165338.675000', '165338.677000', '165338.680000', '165338.682000', '165338.685000', '165338.688000', '165338.690000', '165338.693000', '165338.695000', '165338.698000', '165338.700000', '165338.703000', '165338.706000', '165338.708000', '165338.711000', '165338.713000', '165338.716000', '165338.718000', '165338.721000', '165338.724000', '165338.726000', '165358.613000', '165358.616000', '165358.619000', '165358.622000', '165358.624000', '165358.627000', '165358.629000', '165358.632000', '165358.634000', '165358.637000', '165358.640000', '165358.642000', '165358.645000', '165358.647000', '165358.650000', '165358.652000', '165358.655000', '165358.658000', '165358.660000', '165358.663000', '165358.665000', '165358.668000', '165358.671000', '165358.673000', '165358.676000', '165358.678000', '165358.681000', '165358.683000', '165358.686000', '165358.689000', '165358.691000', '165358.694000', '165358.696000', '165358.699000', '165358.702000', '165358.704000', '165358.707000', '165358.709000', '165358.712000', '165358.714000', '165358.717000', '165358.720000', '165358.722000', '165418.614000', '165418.616000', '165418.619000', '165418.626000', '165418.629000', '165418.632000', '165418.634000', '165418.637000', '165418.639000', '165418.642000', '165418.645000', '165418.647000', '165418.650000', '165418.652000', '165418.655000', '165418.657000', '165418.660000', '165418.663000', '165418.665000', '165418.668000', '165418.671000', '165418.673000', '165418.676000', '165418.678000', '165418.681000', '165418.684000', '165418.686000', '165418.689000', '165418.691000', '165418.694000', '165418.697000', '165418.699000', '165418.702000', '165418.705000', '165418.707000', '165418.710000', '165418.712000', '165418.715000', '165418.717000', '165418.720000', '165418.723000', '165418.725000', '165418.728000', '165418.730000', '165438.614000', '165438.617000', '165438.619000', '165438.622000', '165438.624000', '165438.627000', '165438.630000', '165438.632000', '165438.635000', '165438.637000', '165438.640000', '165438.642000', '165438.645000', '165438.648000', '165438.650000', '165438.653000', '165438.655000', '165438.658000', '165438.660000', '165438.663000', '165438.666000', '165438.668000', '165438.671000', '165438.673000', '165438.676000', '165438.678000', '165438.681000', '165438.684000', '165438.686000', '165438.689000', '165438.692000', '165438.694000', '165438.697000', '165438.699000', '165438.702000', '165438.704000', '165438.707000', '165438.710000', '165438.712000', '165438.715000', '165438.717000', '165438.720000', '165438.723000', '165458.614000', '165458.643000', '165458.646000', '165458.649000', '165458.651000', '165458.654000', '165458.657000', '165458.659000', '165458.662000', '165458.664000', '165458.667000', '165458.669000', '165458.672000', '165458.675000', '165458.677000', '165458.680000', '165458.682000', '165458.685000', '165458.688000', '165458.690000', '165458.693000', '165458.695000', '165458.698000', '165458.700000', '165458.703000', '165458.706000', '165458.708000', '165458.711000', '165458.713000', '165458.716000', '165458.719000', '165458.721000', '165458.732000', '165458.734000', '165458.737000', '165458.739000', '165458.742000', '165458.745000', '165458.747000', '165458.750000', '165458.752000', '165458.755000', '165458.758000', '165458.760000', '165518.614000', '165518.617000', '165518.620000', '165518.623000', '165518.625000', '165518.628000', '165518.630000', '165518.633000', '165518.636000', '165518.638000', '165518.641000', '165518.643000', '165518.646000', '165518.649000', '165518.651000', '165518.654000', '165518.656000', '165518.659000', '165518.662000', '165518.664000', '165518.667000', '165518.669000', '165518.672000', '165518.675000', '165518.677000', '165518.680000', '165518.682000', '165518.685000', '165518.688000', '165518.690000', '165518.693000', '165518.695000', '165518.698000', '165518.700000', '165518.703000', '165518.706000', '165518.708000', '165518.711000', '165518.713000', '165518.716000', '165518.719000', '165518.721000', '165518.724000', '165538.615000', '165538.618000', '165538.620000', '165538.623000', '165538.625000', '165538.628000', '165538.630000', '165538.633000', '165538.636000', '165538.638000', '165538.641000', '165538.643000', '165538.646000', '165538.649000', '165538.651000', '165538.654000', '165538.656000', '165538.659000', '165538.661000', '165538.664000', '165538.667000', '165538.669000', '165538.672000', '165538.674000', '165538.677000', '165538.679000', '165538.682000', '165538.685000', '165538.687000', '165538.690000', '165538.692000', '165538.695000', '165538.698000', '165538.700000', '165538.703000', '165538.705000', '165538.708000', '165538.710000', '165538.713000', '165538.716000', '165538.718000', '165538.721000', '165538.723000', '165538.726000', '165558.615000', '165558.617000', '165558.620000', '165558.623000', '165558.625000', '165558.628000', '165558.630000', '165558.633000', '165558.636000', '165558.638000', '165558.641000', '165558.643000', '165558.646000', '165558.649000', '165558.651000', '165558.654000', '165558.656000', '165558.659000', '165558.661000', '165558.664000', '165558.667000', '165558.669000', '165558.672000', '165558.674000', '165558.677000', '165558.679000', '165558.682000', '165558.685000', '165558.687000', '165558.690000', '165558.692000', '165558.695000', '165558.697000', '165558.700000', '165558.703000', '165558.705000', '165558.708000', '165558.710000', '165558.713000', '165558.715000', '165558.718000', '165558.721000', '165558.724000', '165618.613000', '165618.616000', '165618.619000', '165618.622000', '165618.624000', '165618.627000', '165618.629000', '165618.632000', '165618.635000', '165618.637000', '165618.641000', '165618.643000', '165618.646000', '165618.649000', '165618.651000', '165618.654000', '165618.657000', '165618.659000', '165618.662000', '165618.664000', '165618.667000', '165618.670000', '165618.672000', '165618.675000', '165618.677000', '165618.680000', '165618.697000', '165618.699000', '165618.702000', '165618.705000', '165618.707000', '165618.710000', '165618.712000', '165618.715000', '165618.718000', '165618.720000', '165618.723000', '165618.725000', '165618.728000', '165618.731000', '165618.733000', '165618.736000', '165618.738000', '165618.741000', '165638.613000', '165638.616000', '165638.619000', '165638.622000', '165638.624000', '165638.627000', '165638.629000', '165638.632000', '165638.635000', '165638.637000', '165638.640000', '165638.642000', '165638.645000', '165638.647000', '165638.650000', '165638.653000', '165638.655000', '165638.658000', '165638.660000', '165638.663000', '165638.665000', '165638.668000', '165638.671000', '165638.673000', '165638.676000', '165638.678000', '165638.681000', '165638.683000', '165638.686000', '165638.689000', '165638.691000', '165638.694000', '165638.696000', '165638.699000', '165638.701000', '165638.709000', '165638.711000', '165638.714000', '165638.716000', '165638.719000', '165638.723000', '165638.726000', '165638.729000', '165658.614000', '165658.617000', '165658.619000', '165658.622000', '165658.624000', '165658.627000', '165658.629000', '165658.632000', '165658.634000', '165658.637000', '165658.640000', '165658.642000', '165658.645000', '165658.647000', '165658.650000', '165658.652000', '165658.655000', '165658.658000', '165658.660000', '165658.663000', '165658.665000', '165658.668000', '165658.671000', '165658.673000', '165658.676000', '165658.678000', '165658.681000', '165658.684000', '165658.686000', '165658.689000', '165658.691000', '165658.694000', '165658.696000', '165658.699000', '165658.702000', '165658.704000', '165658.707000', '165658.709000', '165658.712000', '165658.715000', '165658.717000', '165658.720000', '165658.722000', '165718.615000', '165718.618000', '165718.620000', '165718.623000', '165718.625000', '165718.628000', '165718.631000', '165718.633000', '165718.636000', '165718.638000', '165718.641000', '165718.644000', '165718.646000', '165718.649000', '165718.651000', '165718.654000', '165718.656000', '165718.659000', '165718.661000', '165718.664000', '165718.667000', '165718.669000', '165718.672000', '165718.674000', '165718.677000', '165718.680000', '165718.682000', '165718.685000', '165718.687000', '165718.690000', '165718.692000', '165718.695000', '165718.698000', '165718.700000', '165718.703000', '165718.705000', '165718.708000', '165718.710000', '165718.713000', '165718.716000', '165718.718000', '165718.721000', '165718.723000', '165718.726000', '165736.328000', '165736.332000', '165736.334000', '165736.337000', '165736.340000', '165736.343000', '165736.346000', '165736.350000', '165736.353000', '165736.356000', '165736.359000', '165736.362000', '165736.364000', '165736.367000', '165736.370000', '165736.373000', '165736.375000', '165736.378000', '165736.381000', '165736.383000', '165736.386000', '165736.389000', '165736.391000', '165736.394000', '165736.397000', '165736.399000', '165736.402000', '165736.405000', '165736.407000', '165736.411000', '165736.414000', '165736.417000', '165736.420000', '165736.423000', '165736.426000', '165736.429000', '165736.431000', '165736.455000', '165736.459000'], 'InstanceCreationTime': ['165138.646000', '165138.649000', '165138.652000', '165138.654000', '165138.657000', '165138.659000', '165138.662000', '165138.664000', '165138.667000', '165138.669000', '165138.672000', '165138.675000', '165138.677000', '165138.680000', '165138.682000', '165138.685000', '165138.687000', '165138.690000', '165138.700000', '165138.703000', '165138.705000', '165138.708000', '165138.711000', '165138.713000', '165138.716000', '165138.718000', '165138.721000', '165138.724000', '165138.726000', '165138.729000', '165138.731000', '165138.734000', '165138.736000', '165138.739000', '165138.742000', '165138.744000', '165138.747000', '165138.749000', '165138.752000', '165138.755000', '165138.757000', '165138.778000', '165138.781000', '165138.783000', '165138.786000', '165138.788000', '165138.791000', '165138.793000', '165138.796000', '165138.798000', '165138.801000', '165138.803000', '165138.806000', '165138.808000', '165138.811000', '165138.814000', '165138.816000', '165138.819000', '165138.821000', '165138.824000', '165138.827000', '165158.613000', '165158.618000', '165158.621000', '165158.624000', '165158.626000', '165158.629000', '165158.631000', '165158.634000', '165158.636000', '165158.639000', '165158.642000', '165158.644000', '165158.647000', '165158.649000', '165158.652000', '165158.654000', '165158.657000', '165158.659000', '165158.662000', '165158.665000', '165158.667000', '165158.670000', '165158.672000', '165158.675000', '165158.677000', '165158.680000', '165158.683000', '165158.685000', '165158.688000', '165158.690000', '165158.693000', '165158.695000', '165158.698000', '165158.700000', '165158.707000', '165158.709000', '165158.712000', '165158.715000', '165158.717000', '165158.720000', '165158.722000', '165158.725000', '165158.727000', '165218.614000', '165218.616000', '165218.619000', '165218.622000', '165218.624000', '165218.627000', '165218.629000', '165218.632000', '165218.635000', '165218.637000', '165218.640000', '165218.642000', '165218.645000', '165218.648000', '165218.650000', '165218.653000', '165218.655000', '165218.658000', '165218.660000', '165218.663000', '165218.666000', '165218.668000', '165218.671000', '165218.674000', '165218.676000', '165218.679000', '165218.681000', '165218.684000', '165218.686000', '165218.689000', '165218.692000', '165218.694000', '165218.697000', '165218.699000', '165218.702000', '165218.704000', '165218.707000', '165218.710000', '165218.712000', '165218.715000', '165218.717000', '165218.720000', '165218.722000', '165218.725000', '165238.615000', '165238.617000', '165238.620000', '165238.623000', '165238.625000', '165238.628000', '165238.630000', '165238.633000', '165238.636000', '165238.638000', '165238.641000', '165238.643000', '165238.646000', '165238.648000', '165238.651000', '165238.654000', '165238.656000', '165238.659000', '165238.661000', '165238.664000', '165238.667000', '165238.669000', '165238.672000', '165238.674000', '165238.677000', '165238.680000', '165238.682000', '165238.685000', '165238.687000', '165238.690000', '165238.693000', '165238.695000', '165238.698000', '165238.700000', '165238.703000', '165238.706000', '165238.709000', '165238.711000', '165238.714000', '165238.717000', '165238.719000', '165238.722000', '165238.724000', '165258.614000', '165258.617000', '165258.620000', '165258.622000', '165258.625000', '165258.628000', '165258.630000', '165258.633000', '165258.635000', '165258.638000', '165258.640000', '165258.643000', '165258.646000', '165258.648000', '165258.651000', '165258.653000', '165258.656000', '165258.658000', '165258.661000', '165258.664000', '165258.666000', '165258.669000', '165258.671000', '165258.674000', '165258.677000', '165258.679000', '165258.682000', '165258.684000', '165258.687000', '165258.690000', '165258.692000', '165258.695000', '165258.698000', '165258.700000', '165258.703000', '165258.705000', '165258.708000', '165258.711000', '165258.713000', '165258.716000', '165258.718000', '165258.721000', '165258.723000', '165258.726000', '165318.615000', '165318.617000', '165318.620000', '165318.623000', '165318.625000', '165318.628000', '165318.630000', '165318.633000', '165318.636000', '165318.638000', '165318.641000', '165318.643000', '165318.646000', '165318.648000', '165318.651000', '165318.654000', '165318.656000', '165318.659000', '165318.661000', '165318.664000', '165318.667000', '165318.669000', '165318.672000', '165318.674000', '165318.677000', '165318.679000', '165318.682000', '165318.685000', '165318.687000', '165318.690000', '165318.692000', '165318.695000', '165318.698000', '165318.736000', '165318.739000', '165318.741000', '165318.744000', '165318.747000', '165318.749000', '165318.752000', '165318.754000', '165318.757000', '165318.759000', '165338.615000', '165338.618000', '165338.620000', '165338.623000', '165338.626000', '165338.628000', '165338.631000', '165338.634000', '165338.636000', '165338.639000', '165338.641000', '165338.644000', '165338.646000', '165338.649000', '165338.651000', '165338.654000', '165338.657000', '165338.659000', '165338.662000', '165338.665000', '165338.667000', '165338.670000', '165338.672000', '165338.675000', '165338.677000', '165338.680000', '165338.682000', '165338.685000', '165338.688000', '165338.690000', '165338.693000', '165338.695000', '165338.698000', '165338.700000', '165338.703000', '165338.706000', '165338.708000', '165338.711000', '165338.713000', '165338.716000', '165338.718000', '165338.721000', '165338.724000', '165338.726000', '165358.613000', '165358.616000', '165358.619000', '165358.622000', '165358.624000', '165358.627000', '165358.629000', '165358.632000', '165358.634000', '165358.637000', '165358.640000', '165358.642000', '165358.645000', '165358.647000', '165358.650000', '165358.652000', '165358.655000', '165358.658000', '165358.660000', '165358.663000', '165358.665000', '165358.668000', '165358.671000', '165358.673000', '165358.676000', '165358.678000', '165358.681000', '165358.683000', '165358.686000', '165358.689000', '165358.691000', '165358.694000', '165358.696000', '165358.699000', '165358.702000', '165358.704000', '165358.707000', '165358.709000', '165358.712000', '165358.714000', '165358.717000', '165358.720000', '165358.722000', '165418.614000', '165418.616000', '165418.619000', '165418.626000', '165418.629000', '165418.632000', '165418.634000', '165418.637000', '165418.639000', '165418.642000', '165418.645000', '165418.647000', '165418.650000', '165418.652000', '165418.655000', '165418.657000', '165418.660000', '165418.663000', '165418.665000', '165418.668000', '165418.671000', '165418.673000', '165418.676000', '165418.678000', '165418.681000', '165418.684000', '165418.686000', '165418.689000', '165418.691000', '165418.694000', '165418.697000', '165418.699000', '165418.702000', '165418.705000', '165418.707000', '165418.710000', '165418.712000', '165418.715000', '165418.717000', '165418.720000', '165418.723000', '165418.725000', '165418.728000', '165418.730000', '165438.614000', '165438.617000', '165438.619000', '165438.622000', '165438.624000', '165438.627000', '165438.630000', '165438.632000', '165438.635000', '165438.637000', '165438.640000', '165438.642000', '165438.645000', '165438.648000', '165438.650000', '165438.653000', '165438.655000', '165438.658000', '165438.660000', '165438.663000', '165438.666000', '165438.668000', '165438.671000', '165438.673000', '165438.676000', '165438.678000', '165438.681000', '165438.684000', '165438.686000', '165438.689000', '165438.692000', '165438.694000', '165438.697000', '165438.699000', '165438.702000', '165438.704000', '165438.707000', '165438.710000', '165438.712000', '165438.715000', '165438.717000', '165438.720000', '165438.723000', '165458.614000', '165458.643000', '165458.646000', '165458.649000', '165458.651000', '165458.654000', '165458.657000', '165458.659000', '165458.662000', '165458.664000', '165458.667000', '165458.669000', '165458.672000', '165458.675000', '165458.677000', '165458.680000', '165458.682000', '165458.685000', '165458.688000', '165458.690000', '165458.693000', '165458.695000', '165458.698000', '165458.700000', '165458.703000', '165458.706000', '165458.708000', '165458.711000', '165458.713000', '165458.716000', '165458.719000', '165458.721000', '165458.732000', '165458.734000', '165458.737000', '165458.739000', '165458.742000', '165458.745000', '165458.747000', '165458.750000', '165458.752000', '165458.755000', '165458.758000', '165458.760000', '165518.614000', '165518.617000', '165518.620000', '165518.623000', '165518.625000', '165518.628000', '165518.630000', '165518.633000', '165518.636000', '165518.638000', '165518.641000', '165518.643000', '165518.646000', '165518.649000', '165518.651000', '165518.654000', '165518.656000', '165518.659000', '165518.662000', '165518.664000', '165518.667000', '165518.669000', '165518.672000', '165518.675000', '165518.677000', '165518.680000', '165518.682000', '165518.685000', '165518.688000', '165518.690000', '165518.693000', '165518.695000', '165518.698000', '165518.700000', '165518.703000', '165518.706000', '165518.708000', '165518.711000', '165518.713000', '165518.716000', '165518.719000', '165518.721000', '165518.724000', '165538.615000', '165538.618000', '165538.620000', '165538.623000', '165538.625000', '165538.628000', '165538.630000', '165538.633000', '165538.636000', '165538.638000', '165538.641000', '165538.643000', '165538.646000', '165538.649000', '165538.651000', '165538.654000', '165538.656000', '165538.659000', '165538.661000', '165538.664000', '165538.667000', '165538.669000', '165538.672000', '165538.674000', '165538.677000', '165538.679000', '165538.682000', '165538.685000', '165538.687000', '165538.690000', '165538.692000', '165538.695000', '165538.698000', '165538.700000', '165538.703000', '165538.705000', '165538.708000', '165538.710000', '165538.713000', '165538.716000', '165538.718000', '165538.721000', '165538.723000', '165538.726000', '165558.615000', '165558.617000', '165558.620000', '165558.623000', '165558.625000', '165558.628000', '165558.630000', '165558.633000', '165558.636000', '165558.638000', '165558.641000', '165558.643000', '165558.646000', '165558.649000', '165558.651000', '165558.654000', '165558.656000', '165558.659000', '165558.661000', '165558.664000', '165558.667000', '165558.669000', '165558.672000', '165558.674000', '165558.677000', '165558.679000', '165558.682000', '165558.685000', '165558.687000', '165558.690000', '165558.692000', '165558.695000', '165558.697000', '165558.700000', '165558.703000', '165558.705000', '165558.708000', '165558.710000', '165558.713000', '165558.715000', '165558.718000', '165558.721000', '165558.724000', '165618.613000', '165618.616000', '165618.619000', '165618.622000', '165618.624000', '165618.627000', '165618.629000', '165618.632000', '165618.635000', '165618.637000', '165618.641000', '165618.643000', '165618.646000', '165618.649000', '165618.651000', '165618.654000', '165618.657000', '165618.659000', '165618.662000', '165618.664000', '165618.667000', '165618.670000', '165618.672000', '165618.675000', '165618.677000', '165618.680000', '165618.697000', '165618.699000', '165618.702000', '165618.705000', '165618.707000', '165618.710000', '165618.712000', '165618.715000', '165618.718000', '165618.720000', '165618.723000', '165618.725000', '165618.728000', '165618.731000', '165618.733000', '165618.736000', '165618.738000', '165618.741000', '165638.613000', '165638.616000', '165638.619000', '165638.622000', '165638.624000', '165638.627000', '165638.629000', '165638.632000', '165638.635000', '165638.637000', '165638.640000', '165638.642000', '165638.645000', '165638.647000', '165638.650000', '165638.653000', '165638.655000', '165638.658000', '165638.660000', '165638.663000', '165638.665000', '165638.668000', '165638.671000', '165638.673000', '165638.676000', '165638.678000', '165638.681000', '165638.683000', '165638.686000', '165638.689000', '165638.691000', '165638.694000', '165638.696000', '165638.699000', '165638.701000', '165638.709000', '165638.711000', '165638.714000', '165638.716000', '165638.719000', '165638.723000', '165638.726000', '165638.729000', '165658.614000', '165658.617000', '165658.619000', '165658.622000', '165658.624000', '165658.627000', '165658.629000', '165658.632000', '165658.634000', '165658.637000', '165658.640000', '165658.642000', '165658.645000', '165658.647000', '165658.650000', '165658.652000', '165658.655000', '165658.658000', '165658.660000', '165658.663000', '165658.665000', '165658.668000', '165658.671000', '165658.673000', '165658.676000', '165658.678000', '165658.681000', '165658.684000', '165658.686000', '165658.689000', '165658.691000', '165658.694000', '165658.696000', '165658.699000', '165658.702000', '165658.704000', '165658.707000', '165658.709000', '165658.712000', '165658.715000', '165658.717000', '165658.720000', '165658.722000', '165718.615000', '165718.618000', '165718.620000', '165718.623000', '165718.625000', '165718.628000', '165718.631000', '165718.633000', '165718.636000', '165718.638000', '165718.641000', '165718.644000', '165718.646000', '165718.649000', '165718.651000', '165718.654000', '165718.656000', '165718.659000', '165718.661000', '165718.664000', '165718.667000', '165718.669000', '165718.672000', '165718.674000', '165718.677000', '165718.680000', '165718.682000', '165718.685000', '165718.687000', '165718.690000', '165718.692000', '165718.695000', '165718.698000', '165718.700000', '165718.703000', '165718.705000', '165718.708000', '165718.710000', '165718.713000', '165718.716000', '165718.718000', '165718.721000', '165718.723000', '165718.726000', '165736.328000', '165736.332000', '165736.334000', '165736.337000', '165736.340000', '165736.343000', '165736.346000', '165736.350000', '165736.353000', '165736.356000', '165736.359000', '165736.362000', '165736.364000', '165736.367000', '165736.370000', '165736.373000', '165736.375000', '165736.378000', '165736.381000', '165736.383000', '165736.386000', '165736.389000', '165736.391000', '165736.394000', '165736.397000', '165736.399000', '165736.402000', '165736.405000', '165736.407000', '165736.411000', '165736.414000', '165736.417000', '165736.420000', '165736.423000', '165736.426000', '165736.429000', '165736.431000', '165736.455000', '165736.459000'], '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': [10136, 11199, 10667, 12823, 10918, 13788, 10977, 14062, 10665, 13229, 10492, 11812, 9672, 11327, 14232, 10964, 14062, 10988, 11322, 10840, 11292, 9054, 11449, 8136, 10429, 7875, 10663, 8872, 10146, 15013, 10025, 12696, 10064, 11543, 10150, 12091, 9441, 12890, 10680, 13365, 11018, 13570, 10615, 13916, 9736, 12882, 9891, 11703, 9095, 11229, 13922, 11175, 17188, 11025, 10202, 10764, 8974, 10817, 10777, 10730, 12381, 10911, 12637, 11270, 15441, 11325, 13347, 10059, 12145, 10883, 11797, 10975, 12431, 10761, 13331, 10688, 11360, 10822, 11927, 10843, 12311, 11314, 9167, 11870, 9889, 13423, 10633, 14280, 11008, 14081, 11825, 12847, 12050, 13243, 12170, 10890, 11613, 10453, 11459, 10778, 12001, 13479, 11223, 10382, 11926, 9780, 12167, 12047, 10841, 10299, 10488, 10847, 12341, 10598, 12786, 10282, 11565, 10198, 12123, 11174, 12049, 15919, 11965, 13596, 11980, 12236, 11772, 13267, 12006, 9174, 9067, 10697, 11467, 11038, 13471, 11961, 9599, 11844, 10310, 12416, 15889, 11899, 14219, 11704, 12000, 12143, 12500, 12093, 13065, 12018, 15843, 12173, 9312, 8273, 11176, 11028, 11617, 12360, 11971, 13039, 12035, 13240, 12473, 13543, 12486, 14643, 12544, 14899, 12648, 13655, 12636, 14020, 12749, 12411, 12316, 11372, 11613, 11825, 10371, 12239, 12060, 11673, 11510, 11000, 10609, 9675, 11725, 8339, 11228, 8686, 11305, 8524, 10969, 9227, 10830, 9826, 10997, 9281, 13104, 9768, 13616, 9830, 12762, 15073, 12192, 14900, 12383, 13244, 12140, 16208, 11665, 17088, 11785, 13435, 11854, 13590, 11685, 13041, 11113, 12952, 11077, 12295, 10775, 12563, 11320, 13141, 10969, 14147, 11646, 11299, 11767, 13026, 11682, 15953, 11439, 14668, 11534, 12775, 11757, 13514, 11377, 13974, 11313, 12838, 11425, 13389, 11312, 13148, 11181, 13471, 10974, 12433, 10941, 12391, 10899, 12865, 10269, 13271, 10398, 12296, 10336, 12493, 10514, 13088, 10264, 13515, 10479, 12924, 9947, 12498, 9571, 11228, 8611, 11294, 9475, 11380, 8653, 11655, 11365, 11399, 14927, 11420, 14019, 11631, 13828, 11434, 13120, 10963, 12880, 10668, 12330, 10004, 12075, 9939, 12129, 9757, 12083, 9812, 11733, 9747, 11130, 8423, 10748, 8268, 10725, 8260, 11249, 9168, 10984, 9617, 11594, 8518, 12297, 8485, 12701, 9680, 12363, 9157, 11470, 8679, 11572, 9915, 11593, 11661, 11266, 9001, 11301, 8880, 11694, 9290, 12044, 9076, 11785, 9362, 12013, 9322, 13270, 9032, 13481, 9490, 13095, 9906, 14066, 9864, 13586, 10017, 11781, 9268, 11732, 13813, 11751, 11443, 11888, 10199, 11789, 12249, 11949, 14318, 11875, 11410, 11845, 11502, 11941, 13433, 11887, 12415, 11889, 11323, 11817, 13416, 11965, 15536, 11334, 13182, 11391, 12417, 11508, 12156, 10951, 12852, 11304, 12385, 11115, 12205, 11035, 12383, 10502, 12373, 10987, 11952, 10910, 11615, 10300, 12438, 9866, 12121, 10177, 12031, 9500, 12022, 11341, 11303, 12482, 11455, 12819, 11367, 14637, 11180, 14478, 11420, 12087, 11449, 11058, 11612, 14652, 11638, 14562, 11714, 12167, 11665, 12782, 11647, 14859, 11283, 12275, 11615, 11416, 11253, 14577, 11256, 13186, 11213, 12610, 11144, 13030, 11113, 14138, 11459, 11479, 11401, 12046, 11555, 12777, 11607, 11587, 11125, 9255, 10771, 9581, 12572, 9612, 14293, 10597, 13812, 11265, 13677, 11372, 15987, 11751, 13616, 11832, 13597, 11859, 14641, 11556, 12805, 11783, 11405, 11725, 14028, 11453, 13774, 11584, 12178, 11401, 12887, 11370, 14115, 11312, 12073, 11467, 10477, 11612, 11110, 11863, 12441, 11664, 9470, 10945, 9661, 11782, 9992, 12332, 9914, 12141, 10322, 12348, 10192, 13569, 9905, 14068, 10581, 12980, 10872, 12991, 10940, 14095, 10541, 13449, 10745, 12647, 10994, 12954, 10877, 13397, 10713, 12785, 11036, 12390, 11019, 12481, 10848, 12297, 10790, 8196, 10163, 9257, 12198, 8847, 14130, 9453, 13566, 10185, 13511, 10713, 14458, 10924, 14184, 11733, 11269, 12018, 11725, 11984, 15244, 12028, 10552, 12011, 9690, 11907, 10186, 11893, 10855, 10642, 9733, 11451, 10243, 12582, 9675, 13162, 9682, 13395, 10027, 13043, 9594, 13618, 10173, 13875, 10691, 13643, 11251, 12087, 11917, 10913, 10080, 9221, 11474, 9436, 12464, 9319, 12896, 10032, 13157, 10424, 13006, 10354, 13368, 10514, 12840, 10774, 12018, 10350, 12009, 9811, 12408, 9345, 13083, 10050, 12854, 10225, 12787, 9984, 13650, 9880, 12960, 9843, 11752, 8990, 12027, 8986, 11924, 9494, 11924, 9513, 12579, 8905, 14021, 9656, 13670, 10152, 13418, 9427, 13704, 9850, 13307, 10380, 13594, 11085, 14310, 10541, 14041, 10819, 12728, 10854, 13066, 10733, 13751, 11352, 13391, 11474, 12992, 11164, 14126, 11171, 11139, 11512, 9267, 11642, 10580, 11823, 10202, 11505, 9636, 11806, 11123, 11588, 15108, 11532, 11252, 11792, 11480, 12033, 12807, 11874, 13116, 11600, 9714, 11315, 8965, 11884, 9466, 11590, 10441, 12099, 10005, 11937, 9363, 11978, 9886, 12662, 10492, 12855, 10839, 13273, 10612, 14538, 11135, 11069, 11569, 9028, 11069, 9648, 12494, 10467, 14382, 11074, 13566, 11181, 12975, 10909, 13466, 11512, 11517, 11477, 11213, 11318, 11020, 11387, 8560, 9993, 8862, 11806, 9221, 12987, 9320, 13570, 10411, 13491, 10640, 13527, 10645, 13729, 10667, 12978, 10908, 12748, 10875, 12628, 10494, 12815, 10216, 12470, 9839, 11463, 9752, 12462, 9989, 13446, 10728, 13218, 10824, 13065, 10412, 13639, 10118, 12936, 10702, 12361, 10556, 13279, 10413, 13218, 10098, 12472, 10816, 12539, 11381, 13353, 11271, 13887, 11641, 10748, 11734, 9633, 11396, 8529, 10226, 8669, 12637, 9621, 13223, 9681, 13881, 9737, 13868, 10123, 13235, 10488, 13022, 10605, 14350, 11677, 10030, 11522, 9877, 11368, 13072, 11278, 14669, 11513, 9018, 11526, 9422, 11201, 10244, 12013, 9385, 12232, 9971, 11804, 8963, 12426, 9861, 13461, 10194, 12897, 10269, 13276, 9822, 13452, 10497, 12685, 10730, 13014, 10966, 13593, 10597, 13437, 10865, 12489, 10874, 12203, 10789, 13571, 11064, 12316, 11337, 13663, 11542, 13973, 11059, 13058, 10556, 12762, 11142, 11344, 10605, 11273, 10545, 12593], 'WindowCenter': [4272.0, 4268.0, 4253.0, 4273.0, 4250.0, 4270.0, 4251.0, 4270.0, 4239.0, 4257.0, 4237.0, 4235.0, 4215.0, 4235.0, 4254.0, 4236.0, 4256.0, 4235.0, 4236.0, 4237.0, 4237.0, 4217.0, 4248.0, 4206.0, 4250.0, 4208.0, 4250.0, 4227.0, 4251.0, 4279.0, 4242.0, 4269.0, 4241.0, 4261.0, 4253.0, 4262.0, 4242.0, 4272.0, 4253.0, 4281.0, 4264.0, 4272.0, 4252.0, 4272.0, 4228.0, 4261.0, 4227.0, 4249.0, 4218.0, 4248.0, 4268.0, 4249.0, 4278.0, 4238.0, 4238.0, 4251.0, 4231.0, 4263.0, 4262.0, 4264.0, 4272.0, 4262.0, 4270.0, 4261.0, 4282.0, 4251.0, 4273.0, 4242.0, 4259.0, 4250.0, 4259.0, 4252.0, 4273.0, 4264.0, 4271.0, 4253.0, 4262.0, 4263.0, 4260.0, 4252.0, 4262.0, 4263.0, 4241.0, 4260.0, 4239.0, 4271.0, 4250.0, 4273.0, 4251.0, 4258.0, 4248.0, 4245.0, 4246.0, 4246.0, 4246.0, 4234.0, 4236.0, 4223.0, 4234.0, 4224.0, 4237.0, 4245.0, 4225.0, 4212.0, 4233.0, 4212.0, 4233.0, 4233.0, 4223.0, 4213.0, 4224.0, 4222.0, 4232.0, 4224.0, 4244.0, 4213.0, 4234.0, 4224.0, 4245.0, 4224.0, 4235.0, 4255.0, 4235.0, 4243.0, 4235.0, 4232.0, 4234.0, 4244.0, 4236.0, 4213.0, 4215.0, 4225.0, 4249.0, 4248.0, 4257.0, 4246.0, 4226.0, 4246.0, 4225.0, 4259.0, 4269.0, 4236.0, 4246.0, 4234.0, 4233.0, 4233.0, 4231.0, 4232.0, 4233.0, 4234.0, 4268.0, 4234.0, 4213.0, 4203.0, 4234.0, 4222.0, 4245.0, 4245.0, 4249.0, 4257.0, 4248.0, 4246.0, 4247.0, 4256.0, 4245.0, 4255.0, 4234.0, 4242.0, 4232.0, 4228.0, 4230.0, 4229.0, 4219.0, 4218.0, 4217.0, 4207.0, 4207.0, 4217.0, 4196.0, 4218.0, 4217.0, 4219.0, 4218.0, 4220.0, 4210.0, 4212.0, 4234.0, 4203.0, 4235.0, 4215.0, 4246.0, 4217.0, 4249.0, 4229.0, 4252.0, 4241.0, 4263.0, 4243.0, 4274.0, 4253.0, 4283.0, 4241.0, 4272.0, 4271.0, 4259.0, 4269.0, 4248.0, 4258.0, 4247.0, 4267.0, 4248.0, 4278.0, 4246.0, 4256.0, 4248.0, 4256.0, 4247.0, 4256.0, 4237.0, 4246.0, 4249.0, 4247.0, 4248.0, 4245.0, 4249.0, 4258.0, 4249.0, 4268.0, 4249.0, 4247.0, 4249.0, 4257.0, 4248.0, 4268.0, 4248.0, 4257.0, 4247.0, 4246.0, 4245.0, 4253.0, 4237.0, 4257.0, 4238.0, 4246.0, 4246.0, 4255.0, 4238.0, 4257.0, 4248.0, 4257.0, 4238.0, 4246.0, 4237.0, 4246.0, 4237.0, 4258.0, 4238.0, 4257.0, 4226.0, 4247.0, 4238.0, 4246.0, 4237.0, 4258.0, 4238.0, 4258.0, 4237.0, 4246.0, 4226.0, 4259.0, 4229.0, 4248.0, 4217.0, 4237.0, 4226.0, 4248.0, 4216.0, 4248.0, 4248.0, 4249.0, 4268.0, 4249.0, 4258.0, 4249.0, 4257.0, 4248.0, 4258.0, 4237.0, 4244.0, 4235.0, 4244.0, 4225.0, 4246.0, 4228.0, 4247.0, 4226.0, 4246.0, 4226.0, 4247.0, 4226.0, 4249.0, 4217.0, 4248.0, 4216.0, 4250.0, 4218.0, 4250.0, 4241.0, 4251.0, 4229.0, 4251.0, 4219.0, 4259.0, 4218.0, 4271.0, 4229.0, 4258.0, 4228.0, 4249.0, 4217.0, 4247.0, 4228.0, 4249.0, 4238.0, 4238.0, 4215.0, 4246.0, 4216.0, 4248.0, 4217.0, 4246.0, 4229.0, 4246.0, 4217.0, 4246.0, 4228.0, 4259.0, 4229.0, 4269.0, 4240.0, 4259.0, 4240.0, 4270.0, 4239.0, 4270.0, 4239.0, 4249.0, 4227.0, 4248.0, 4257.0, 4247.0, 4234.0, 4235.0, 4224.0, 4234.0, 4233.0, 4233.0, 4255.0, 4233.0, 4232.0, 4233.0, 4233.0, 4234.0, 4242.0, 4235.0, 4243.0, 4233.0, 4223.0, 4233.0, 4242.0, 4233.0, 4252.0, 4234.0, 4241.0, 4234.0, 4231.0, 4235.0, 4232.0, 4233.0, 4244.0, 4233.0, 4244.0, 4235.0, 4244.0, 4236.0, 4244.0, 4236.0, 4243.0, 4237.0, 4244.0, 4237.0, 4247.0, 4237.0, 4258.0, 4228.0, 4246.0, 4237.0, 4258.0, 4227.0, 4259.0, 4236.0, 4237.0, 4245.0, 4248.0, 4256.0, 4246.0, 4268.0, 4237.0, 4267.0, 4246.0, 4245.0, 4247.0, 4235.0, 4248.0, 4267.0, 4247.0, 4256.0, 4247.0, 4245.0, 4245.0, 4245.0, 4247.0, 4256.0, 4236.0, 4245.0, 4246.0, 4234.0, 4247.0, 4266.0, 4247.0, 4255.0, 4248.0, 4245.0, 4247.0, 4258.0, 4248.0, 4268.0, 4250.0, 4245.0, 4248.0, 4247.0, 4246.0, 4258.0, 4248.0, 4248.0, 4249.0, 4228.0, 4249.0, 4225.0, 4246.0, 4228.0, 4266.0, 4240.0, 4270.0, 4251.0, 4268.0, 4251.0, 4280.0, 4250.0, 4257.0, 4247.0, 4257.0, 4248.0, 4257.0, 4235.0, 4245.0, 4246.0, 4234.0, 4245.0, 4253.0, 4236.0, 4254.0, 4235.0, 4244.0, 4247.0, 4245.0, 4248.0, 4256.0, 4237.0, 4244.0, 4247.0, 4236.0, 4247.0, 4236.0, 4246.0, 4245.0, 4236.0, 4215.0, 4236.0, 4225.0, 4246.0, 4225.0, 4246.0, 4225.0, 4245.0, 4224.0, 4245.0, 4225.0, 4255.0, 4225.0, 4256.0, 4236.0, 4255.0, 4236.0, 4256.0, 4237.0, 4256.0, 4235.0, 4256.0, 4236.0, 4245.0, 4236.0, 4245.0, 4237.0, 4254.0, 4237.0, 4245.0, 4237.0, 4247.0, 4237.0, 4246.0, 4238.0, 4246.0, 4237.0, 4217.0, 4237.0, 4228.0, 4260.0, 4229.0, 4269.0, 4241.0, 4270.0, 4250.0, 4270.0, 4251.0, 4269.0, 4251.0, 4269.0, 4249.0, 4248.0, 4248.0, 4248.0, 4249.0, 4268.0, 4247.0, 4225.0, 4245.0, 4213.0, 4246.0, 4225.0, 4245.0, 4225.0, 4225.0, 4213.0, 4235.0, 4224.0, 4255.0, 4226.0, 4257.0, 4227.0, 4257.0, 4226.0, 4257.0, 4239.0, 4257.0, 4237.0, 4269.0, 4248.0, 4267.0, 4248.0, 4245.0, 4248.0, 4236.0, 4238.0, 4227.0, 4248.0, 4226.0, 4258.0, 4228.0, 4258.0, 4226.0, 4256.0, 4235.0, 4256.0, 4224.0, 4257.0, 4223.0, 4245.0, 4223.0, 4233.0, 4221.0, 4243.0, 4226.0, 4245.0, 4213.0, 4256.0, 4226.0, 4255.0, 4235.0, 4258.0, 4237.0, 4257.0, 4228.0, 4257.0, 4228.0, 4248.0, 4216.0, 4245.0, 4216.0, 4248.0, 4226.0, 4246.0, 4227.0, 4259.0, 4227.0, 4268.0, 4239.0, 4270.0, 4241.0, 4270.0, 4229.0, 4269.0, 4240.0, 4270.0, 4241.0, 4269.0, 4250.0, 4268.0, 4240.0, 4258.0, 4236.0, 4245.0, 4236.0, 4256.0, 4237.0, 4257.0, 4237.0, 4245.0, 4235.0, 4244.0, 4236.0, 4243.0, 4235.0, 4222.0, 4235.0, 4214.0, 4234.0, 4225.0, 4236.0, 4223.0, 4235.0, 4213.0, 4235.0, 4233.0, 4233.0, 4254.0, 4234.0, 4221.0, 4231.0, 4222.0, 4234.0, 4232.0, 4232.0, 4233.0, 4224.0, 4211.0, 4222.0, 4202.0, 4233.0, 4215.0, 4235.0, 4224.0, 4234.0, 4213.0, 4234.0, 4216.0, 4246.0, 4224.0, 4259.0, 4252.0, 4258.0, 4237.0, 4245.0, 4236.0, 4256.0, 4238.0, 4237.0, 4246.0, 4217.0, 4247.0, 4226.0, 4247.0, 4236.0, 4259.0, 4237.0, 4245.0, 4235.0, 4244.0, 4234.0, 4245.0, 4235.0, 4234.0, 4236.0, 4234.0, 4236.0, 4234.0, 4235.0, 4204.0, 4224.0, 4216.0, 4246.0, 4226.0, 4259.0, 4229.0, 4256.0, 4238.0, 4259.0, 4238.0, 4258.0, 4238.0, 4256.0, 4238.0, 4247.0, 4236.0, 4245.0, 4237.0, 4244.0, 4225.0, 4245.0, 4227.0, 4243.0, 4225.0, 4236.0, 4226.0, 4247.0, 4226.0, 4257.0, 4238.0, 4257.0, 4238.0, 4257.0, 4237.0, 4257.0, 4226.0, 4244.0, 4226.0, 4245.0, 4235.0, 4245.0, 4235.0, 4246.0, 4226.0, 4243.0, 4234.0, 4243.0, 4235.0, 4257.0, 4237.0, 4256.0, 4237.0, 4225.0, 4247.0, 4225.0, 4237.0, 4205.0, 4227.0, 4217.0, 4257.0, 4228.0, 4259.0, 4239.0, 4271.0, 4229.0, 4258.0, 4237.0, 4258.0, 4238.0, 4258.0, 4239.0, 4258.0, 4250.0, 4227.0, 4248.0, 4227.0, 4248.0, 4258.0, 4235.0, 4255.0, 4236.0, 4215.0, 4235.0, 4214.0, 4235.0, 4226.0, 4247.0, 4216.0, 4244.0, 4225.0, 4246.0, 4216.0, 4245.0, 4227.0, 4257.0, 4227.0, 4247.0, 4226.0, 4255.0, 4227.0, 4256.0, 4226.0, 4245.0, 4236.0, 4245.0, 4236.0, 4246.0, 4225.0, 4245.0, 4226.0, 4233.0, 4235.0, 4243.0, 4236.0, 4246.0, 4238.0, 4234.0, 4237.0, 4246.0, 4235.0, 4256.0, 4237.0, 4245.0, 4224.0, 4232.0, 4234.0, 4224.0, 4223.0, 4236.0, 4237.0, 4246.0], 'WindowWidth': [9471.0, 9455.0, 9426.0, 9449.0, 9415.0, 9441.0, 9416.0, 9441.0, 9398.0, 9421.0, 9390.0, 9386.0, 9356.0, 9385.0, 9409.0, 9386.0, 9413.0, 9385.0, 9387.0, 9391.0, 9390.0, 9364.0, 9406.0, 9349.0, 9412.0, 9354.0, 9415.0, 9380.0, 9416.0, 9453.0, 9407.0, 9439.0, 9404.0, 9431.0, 9423.0, 9432.0, 9409.0, 9447.0, 9424.0, 9460.0, 9439.0, 9445.0, 9420.0, 9448.0, 9382.0, 9429.0, 9379.0, 9411.0, 9366.0, 9408.0, 9435.0, 9408.0, 9452.0, 9393.0, 9395.0, 9416.0, 9391.0, 9437.0, 9433.0, 9439.0, 9446.0, 9434.0, 9444.0, 9432.0, 9462.0, 9417.0, 9452.0, 9406.0, 9425.0, 9412.0, 9425.0, 9420.0, 9448.0, 9441.0, 9444.0, 9421.0, 9431.0, 9435.0, 9428.0, 9421.0, 9432.0, 9436.0, 9402.0, 9428.0, 9396.0, 9443.0, 9413.0, 9450.0, 9416.0, 9426.0, 9406.0, 9400.0, 9402.0, 9402.0, 9403.0, 9383.0, 9387.0, 9366.0, 9383.0, 9368.0, 9390.0, 9396.0, 9370.0, 9347.0, 9378.0, 9347.0, 9378.0, 9376.0, 9365.0, 9349.0, 9367.0, 9362.0, 9375.0, 9366.0, 9395.0, 9352.0, 9381.0, 9367.0, 9397.0, 9366.0, 9382.0, 9413.0, 9382.0, 9392.0, 9380.0, 9376.0, 9379.0, 9393.0, 9384.0, 9353.0, 9357.0, 9370.0, 9412.0, 9409.0, 9419.0, 9402.0, 9375.0, 9402.0, 9371.0, 9422.0, 9443.0, 9389.0, 9402.0, 9380.0, 9377.0, 9378.0, 9373.0, 9377.0, 9380.0, 9382.0, 9438.0, 9384.0, 9352.0, 9339.0, 9381.0, 9364.0, 9398.0, 9398.0, 9409.0, 9417.0, 9409.0, 9403.0, 9405.0, 9416.0, 9401.0, 9415.0, 9382.0, 9392.0, 9374.0, 9366.0, 9368.0, 9369.0, 9353.0, 9349.0, 9346.0, 9332.0, 9332.0, 9346.0, 9314.0, 9348.0, 9345.0, 9350.0, 9350.0, 9355.0, 9343.0, 9347.0, 9381.0, 9340.0, 9386.0, 9357.0, 9404.0, 9365.0, 9411.0, 9384.0, 9420.0, 9405.0, 9438.0, 9409.0, 9453.0, 9421.0, 9464.0, 9403.0, 9448.0, 9443.0, 9426.0, 9437.0, 9407.0, 9420.0, 9405.0, 9436.0, 9407.0, 9453.0, 9403.0, 9416.0, 9405.0, 9415.0, 9404.0, 9415.0, 9391.0, 9402.0, 9409.0, 9403.0, 9408.0, 9401.0, 9409.0, 9422.0, 9411.0, 9433.0, 9411.0, 9404.0, 9409.0, 9417.0, 9406.0, 9438.0, 9406.0, 9420.0, 9405.0, 9401.0, 9400.0, 9409.0, 9391.0, 9416.0, 9393.0, 9401.0, 9403.0, 9412.0, 9393.0, 9417.0, 9408.0, 9416.0, 9393.0, 9401.0, 9390.0, 9401.0, 9392.0, 9419.0, 9394.0, 9417.0, 9376.0, 9402.0, 9392.0, 9402.0, 9391.0, 9423.0, 9394.0, 9420.0, 9391.0, 9401.0, 9374.0, 9422.0, 9384.0, 9407.0, 9365.0, 9389.0, 9373.0, 9406.0, 9361.0, 9408.0, 9407.0, 9409.0, 9437.0, 9409.0, 9422.0, 9408.0, 9417.0, 9405.0, 9422.0, 9391.0, 9397.0, 9385.0, 9396.0, 9371.0, 9400.0, 9379.0, 9404.0, 9375.0, 9401.0, 9374.0, 9404.0, 9375.0, 9409.0, 9364.0, 9408.0, 9363.0, 9412.0, 9367.0, 9414.0, 9404.0, 9415.0, 9384.0, 9416.0, 9369.0, 9425.0, 9367.0, 9442.0, 9384.0, 9423.0, 9380.0, 9411.0, 9363.0, 9405.0, 9380.0, 9409.0, 9393.0, 9392.0, 9358.0, 9403.0, 9359.0, 9406.0, 9364.0, 9404.0, 9383.0, 9403.0, 9362.0, 9402.0, 9381.0, 9422.0, 9382.0, 9438.0, 9399.0, 9426.0, 9401.0, 9442.0, 9397.0, 9441.0, 9395.0, 9411.0, 9378.0, 9408.0, 9418.0, 9405.0, 9383.0, 9385.0, 9368.0, 9380.0, 9380.0, 9379.0, 9411.0, 9377.0, 9376.0, 9379.0, 9377.0, 9381.0, 9392.0, 9383.0, 9392.0, 9378.0, 9363.0, 9379.0, 9390.0, 9379.0, 9406.0, 9381.0, 9387.0, 9382.0, 9374.0, 9383.0, 9378.0, 9381.0, 9394.0, 9381.0, 9393.0, 9384.0, 9395.0, 9388.0, 9396.0, 9388.0, 9394.0, 9390.0, 9397.0, 9393.0, 9403.0, 9393.0, 9420.0, 9379.0, 9402.0, 9391.0, 9422.0, 9378.0, 9425.0, 9389.0, 9390.0, 9401.0, 9405.0, 9415.0, 9402.0, 9435.0, 9391.0, 9431.0, 9404.0, 9400.0, 9405.0, 9387.0, 9408.0, 9434.0, 9404.0, 9417.0, 9402.0, 9399.0, 9398.0, 9399.0, 9404.0, 9415.0, 9388.0, 9399.0, 9402.0, 9383.0, 9405.0, 9429.0, 9405.0, 9412.0, 9406.0, 9399.0, 9406.0, 9421.0, 9409.0, 9434.0, 9412.0, 9401.0, 9408.0, 9404.0, 9404.0, 9420.0, 9407.0, 9406.0, 9408.0, 9382.0, 9411.0, 9372.0, 9401.0, 9379.0, 9432.0, 9399.0, 9440.0, 9415.0, 9436.0, 9416.0, 9457.0, 9414.0, 9420.0, 9406.0, 9419.0, 9405.0, 9420.0, 9386.0, 9397.0, 9399.0, 9382.0, 9398.0, 9409.0, 9388.0, 9409.0, 9386.0, 9396.0, 9402.0, 9399.0, 9406.0, 9414.0, 9391.0, 9396.0, 9404.0, 9388.0, 9403.0, 9388.0, 9403.0, 9399.0, 9388.0, 9356.0, 9386.0, 9371.0, 9402.0, 9372.0, 9401.0, 9369.0, 9398.0, 9368.0, 9398.0, 9372.0, 9413.0, 9372.0, 9417.0, 9387.0, 9413.0, 9389.0, 9415.0, 9391.0, 9416.0, 9386.0, 9415.0, 9388.0, 9398.0, 9389.0, 9399.0, 9392.0, 9411.0, 9390.0, 9399.0, 9391.0, 9406.0, 9391.0, 9403.0, 9393.0, 9401.0, 9393.0, 9366.0, 9393.0, 9381.0, 9426.0, 9385.0, 9440.0, 9403.0, 9441.0, 9415.0, 9440.0, 9419.0, 9440.0, 9419.0, 9439.0, 9411.0, 9409.0, 9406.0, 9408.0, 9409.0, 9434.0, 9405.0, 9372.0, 9398.0, 9353.0, 9401.0, 9373.0, 9399.0, 9370.0, 9370.0, 9353.0, 9385.0, 9369.0, 9413.0, 9375.0, 9417.0, 9376.0, 9416.0, 9375.0, 9419.0, 9399.0, 9419.0, 9392.0, 9441.0, 9411.0, 9432.0, 9408.0, 9400.0, 9407.0, 9388.0, 9393.0, 9376.0, 9407.0, 9375.0, 9421.0, 9381.0, 9420.0, 9375.0, 9417.0, 9386.0, 9414.0, 9370.0, 9420.0, 9368.0, 9400.0, 9364.0, 9379.0, 9361.0, 9392.0, 9375.0, 9399.0, 9354.0, 9414.0, 9375.0, 9413.0, 9388.0, 9422.0, 9393.0, 9419.0, 9380.0, 9418.0, 9379.0, 9409.0, 9361.0, 9400.0, 9359.0, 9405.0, 9375.0, 9403.0, 9380.0, 9423.0, 9380.0, 9437.0, 9399.0, 9441.0, 9405.0, 9442.0, 9386.0, 9437.0, 9402.0, 9439.0, 9403.0, 9438.0, 9414.0, 9436.0, 9399.0, 9424.0, 9390.0, 9400.0, 9390.0, 9414.0, 9392.0, 9417.0, 9391.0, 9399.0, 9387.0, 9395.0, 9387.0, 9395.0, 9386.0, 9364.0, 9384.0, 9355.0, 9383.0, 9370.0, 9385.0, 9366.0, 9384.0, 9351.0, 9383.0, 9378.0, 9379.0, 9409.0, 9380.0, 9360.0, 9373.0, 9362.0, 9379.0, 9376.0, 9376.0, 9377.0, 9366.0, 9345.0, 9363.0, 9336.0, 9379.0, 9358.0, 9384.0, 9368.0, 9382.0, 9351.0, 9381.0, 9360.0, 9401.0, 9369.0, 9424.0, 9419.0, 9422.0, 9390.0, 9396.0, 9388.0, 9415.0, 9395.0, 9390.0, 9404.0, 9365.0, 9406.0, 9375.0, 9405.0, 9388.0, 9425.0, 9389.0, 9402.0, 9384.0, 9397.0, 9384.0, 9400.0, 9386.0, 9381.0, 9388.0, 9381.0, 9387.0, 9382.0, 9385.0, 9342.0, 9370.0, 9361.0, 9402.0, 9376.0, 9422.0, 9382.0, 9418.0, 9395.0, 9422.0, 9394.0, 9419.0, 9393.0, 9417.0, 9393.0, 9403.0, 9388.0, 9397.0, 9388.0, 9396.0, 9372.0, 9397.0, 9375.0, 9395.0, 9372.0, 9386.0, 9377.0, 9403.0, 9375.0, 9418.0, 9394.0, 9417.0, 9393.0, 9418.0, 9390.0, 9418.0, 9374.0, 9397.0, 9374.0, 9397.0, 9385.0, 9400.0, 9386.0, 9399.0, 9374.0, 9392.0, 9383.0, 9393.0, 9386.0, 9417.0, 9390.0, 9414.0, 9390.0, 9369.0, 9401.0, 9373.0, 9389.0, 9346.0, 9376.0, 9365.0, 9420.0, 9382.0, 9424.0, 9399.0, 9443.0, 9384.0, 9422.0, 9393.0, 9421.0, 9394.0, 9421.0, 9397.0, 9420.0, 9411.0, 9377.0, 9406.0, 9376.0, 9405.0, 9421.0, 9386.0, 9413.0, 9386.0, 9357.0, 9386.0, 9356.0, 9386.0, 9373.0, 9403.0, 9359.0, 9397.0, 9371.0, 9400.0, 9360.0, 9399.0, 9375.0, 9417.0, 9377.0, 9402.0, 9375.0, 9414.0, 9375.0, 9415.0, 9374.0, 9398.0, 9386.0, 9397.0, 9389.0, 9401.0, 9370.0, 9397.0, 9372.0, 9380.0, 9384.0, 9395.0, 9389.0, 9401.0, 9392.0, 9383.0, 9388.0, 9400.0, 9384.0, 9415.0, 9390.0, 9398.0, 9368.0, 9378.0, 9381.0, 9366.0, 9368.0, 9387.0, 9390.0, 9400.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.001360668257756563</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01975911634844869</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.900378305770666</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3117580375029858</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0189741532497023</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4881</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5422.6953</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06232399395387755</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.35799522673031026</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.431444085231265</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.316768308400303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.711411935354902</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2661520119385905</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0111123</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020948439836502075</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035619188100099564</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>838</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8164554096151866</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>25.7411</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0084</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.3749</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295209.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>825.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.4906</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3633</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.752</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3384.0153</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3579.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81335.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1084.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4475.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.7754</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.7154473150149</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> |