=== 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-0092 --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-0092",
"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-0092_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-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0092/figures/sub-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092/ses-02/func/sub-0092_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>e7a84113223352115f1c0ad21ad1a0b7</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>09:57:22.807500</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.998133, 0.0309912, -0.0526316, -0.0311932, 0.999509, -0.00302077]</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.0809248</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>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4134, -7728, -7280, 662, -49, -79, 73, 104]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.706</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2b794051-4dd3-4d35-91ad-5e185e677692||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.677917718887329, -0.08368918299674988, -0.1417827159166336, 115.78175354003906], [-0.08314722776412964, 2.6816091537475586, -0.01257357932627201, -96.94845581054688], [-0.14120669662952423, 0.008104508742690086, 2.6962454319000244, -66.8814926147461], [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': ['095722.807500', '095723.267500', '095723.727500', '095724.187500', '095724.647500', '095725.107500', '095725.567500', '095726.027500', '095726.487500', '095726.947500', '095727.407500', '095727.867500', '095728.327500', '095728.787500', '095729.247500', '095729.707500', '095730.167500', '095730.627500', '095731.087500', '095731.547500', '095732.007500', '095732.467500', '095732.927500', '095733.387500', '095733.847500', '095734.307500', '095734.767500', '095735.227500', '095735.687500', '095736.147500', '095736.607500', '095737.067500', '095737.527500', '095737.987500', '095738.447500', '095738.907500', '095739.367500', '095739.827500', '095740.287500', '095740.747500', '095741.207500', '095741.667500', '095742.127500', '095742.587500', '095743.047500', '095743.507500', '095743.967500', '095744.427500', '095744.887500', '095745.347500', '095745.807500', '095746.267500', '095746.727500', '095747.187500', '095747.647500', '095748.107500', '095748.567500', '095749.027500', '095749.487500', '095749.947500', '095750.407500', '095750.867500', '095751.327500', '095751.787500', '095752.247500', '095752.707500', '095753.167500', '095753.627500', '095754.087500', '095754.547500', '095755.007500', '095755.467500', '095755.927500', '095756.387500', '095756.847500', '095757.307500', '095757.767500', '095758.227500', '095758.687500', '095759.147500', '095759.607500', '095800.067500', '095800.527500', '095800.987500', '095801.447500', '095801.907500', '095802.367500', '095802.827500', '095803.287500', '095803.747500', '095804.207500', '095804.667500', '095805.127500', '095805.587500', '095806.047500', '095806.507500', '095806.967500', '095807.427500', '095807.887500', '095808.347500', '095808.807500', '095809.267500', '095809.727500', '095810.187500', '095810.647500', '095811.107500', '095811.567500', '095812.027500', '095812.487500', '095812.947500', '095813.407500', '095813.867500', '095814.327500', '095814.787500', '095815.247500', '095815.707500', '095816.167500', '095816.627500', '095817.087500', '095817.547500', '095818.007500', '095818.467500', '095818.927500', '095819.387500', '095819.847500', '095820.307500', '095820.767500', '095821.227500', '095821.687500', '095822.147500', '095822.607500', '095823.067500', '095823.527500', '095823.987500', '095824.447500', '095824.907500', '095825.367500', '095825.827500', '095826.287500', '095826.747500', '095827.207500', '095827.667500', '095828.127500', '095828.587500', '095829.047500', '095829.507500', '095829.967500', '095830.427500', '095830.887500', '095831.347500', '095831.807500', '095832.267500', '095832.727500', '095833.187500', '095833.647500', '095834.107500', '095834.567500', '095835.027500', '095835.487500', '095835.947500', '095836.407500', '095836.867500', '095837.327500', '095837.787500', '095838.247500', '095838.707500', '095839.167500', '095839.627500', '095840.087500', '095840.547500', '095841.007500', '095841.467500', '095841.927500', '095842.387500', '095842.847500', '095843.307500', '095843.767500', '095844.227500', '095844.687500', '095845.147500', '095845.607500', '095846.067500', '095846.527500', '095846.987500', '095847.447500', '095847.907500', '095848.367500', '095848.827500', '095849.287500', '095849.747500', '095850.207500', '095850.667500', '095851.127500', '095851.587500', '095852.047500', '095852.507500', '095852.967500', '095853.427500', '095853.887500', '095854.347500', '095854.807500', '095855.267500', '095855.727500', '095856.187500', '095856.647500', '095857.107500', '095857.567500', '095858.027500', '095858.487500', '095858.947500', '095859.407500', '095859.867500', '095900.327500', '095900.787500', '095901.247500', '095901.707500', '095902.167500', '095902.627500', '095903.087500', '095903.547500', '095904.007500', '095904.467500', '095904.927500', '095905.387500', '095905.847500', '095906.307500', '095906.767500', '095907.227500', '095907.687500', '095908.147500', '095908.607500', '095909.067500', '095909.527500', '095909.987500', '095910.447500', '095910.907500', '095911.367500', '095911.827500', '095912.287500', '095912.747500', '095913.207500', '095913.667500', '095914.127500', '095914.587500', '095915.047500', '095915.507500', '095915.967500', '095916.427500', '095916.887500', '095917.347500', '095917.807500', '095918.267500', '095918.727500', '095919.187500', '095919.647500', '095920.107500', '095920.567500', '095921.027500', '095921.487500', '095921.947500', '095922.407500', '095922.867500', '095923.327500', '095923.787500', '095924.247500', '095924.707500', '095925.167500', '095925.627500', '095926.087500', '095926.547500', '095927.007500', '095927.467500', '095927.927500', '095928.387500', '095928.847500', '095929.307500', '095929.767500', '095930.227500', '095930.687500', '095931.147500', '095931.607500', '095932.067500', '095932.527500', '095932.987500', '095933.447500', '095933.907500', '095934.367500', '095934.827500', '095935.287500', '095935.747500', '095936.207500', '095936.667500', '095937.127500', '095937.587500', '095938.047500', '095938.507500', '095938.967500', '095939.427500', '095939.887500', '095940.347500', '095940.807500', '095941.267500', '095941.727500', '095942.187500', '095942.647500', '095943.107500', '095943.567500', '095944.027500', '095944.487500', '095944.947500', '095945.407500', '095945.867500', '095946.327500', '095946.787500', '095947.247500', '095947.707500', '095948.167500', '095948.627500', '095949.087500', '095949.547500', '095950.007500', '095950.467500', '095950.927500', '095951.387500', '095951.847500', '095952.307500', '095952.767500', '095953.227500', '095953.687500', '095954.147500', '095954.607500', '095955.067500', '095955.527500', '095955.987500', '095956.447500', '095956.907500', '095957.367500', '095957.827500', '095958.287500', '095958.747500', '095959.207500', '095959.667500', '100000.127500', '100000.587500', '100001.047500', '100001.507500', '100001.967500', '100002.427500', '100002.887500', '100003.347500', '100003.807500', '100004.267500', '100004.727500', '100005.187500', '100005.647500', '100006.107500', '100006.567500', '100007.027500', '100007.487500', '100007.947500', '100008.407500', '100008.867500', '100009.327500', '100009.787500', '100010.247500', '100010.707500', '100011.167500', '100011.627500', '100012.087500', '100012.547500', '100013.007500', '100013.467500', '100013.927500', '100014.387500', '100014.847500', '100015.307500', '100015.767500', '100016.227500', '100016.687500', '100017.147500', '100017.607500', '100018.067500', '100018.527500', '100018.987500', '100019.447500', '100019.907500', '100020.367500', '100020.827500', '100021.287500', '100021.747500', '100022.207500', '100022.667500', '100023.127500', '100023.587500', '100024.047500', '100024.507500', '100024.967500', '100025.427500', '100025.887500', '100026.347500', '100026.807500', '100027.267500', '100027.727500', '100028.187500', '100028.647500', '100029.107500', '100029.567500', '100030.027500', '100030.487500', '100030.947500', '100031.407500', '100031.867500', '100032.327500', '100032.787500', '100033.247500', '100033.707500', '100034.167500', '100034.627500', '100035.087500', '100035.547500', '100036.007500', '100036.467500', '100036.927500', '100037.387500', '100037.847500', '100038.307500', '100038.767500', '100039.227500', '100039.687500', '100040.147500', '100040.607500', '100041.067500', '100041.527500', '100041.987500', '100042.447500', '100042.907500', '100043.367500', '100043.827500', '100044.287500', '100044.747500', '100045.207500', '100045.667500', '100046.127500', '100046.587500', '100047.047500', '100047.507500', '100047.967500', '100048.427500', '100048.887500', '100049.347500', '100049.807500', '100050.267500', '100050.727500', '100051.187500', '100051.647500', '100052.107500', '100052.567500', '100053.027500', '100053.487500', '100053.947500', '100054.407500', '100054.867500', '100055.327500', '100055.787500', '100056.247500', '100056.707500', '100057.167500', '100057.627500', '100058.087500', '100058.547500', '100059.007500', '100059.467500', '100059.927500', '100100.387500', '100100.847500', '100101.307500', '100101.767500', '100102.227500', '100102.687500', '100103.147500', '100103.607500', '100104.067500', '100104.527500', '100104.987500', '100105.447500', '100105.907500', '100106.367500', '100106.827500', '100107.287500', '100107.747500', '100108.207500', '100108.667500', '100109.127500', '100109.587500', '100110.047500', '100110.507500', '100110.967500', '100111.427500', '100111.887500', '100112.347500', '100112.807500', '100113.267500', '100113.727500', '100114.187500', '100114.647500', '100115.107500', '100115.567500', '100116.027500', '100116.487500', '100116.947500', '100117.407500', '100117.867500', '100118.327500', '100118.787500', '100119.247500', '100119.707500', '100120.167500', '100120.627500', '100121.087500', '100121.547500', '100122.007500', '100122.467500', '100122.927500', '100123.387500', '100123.847500', '100124.307500', '100124.767500', '100125.227500', '100125.687500', '100126.147500', '100126.607500', '100127.067500', '100127.527500', '100127.987500', '100128.447500', '100128.907500', '100129.367500', '100129.827500', '100130.287500', '100130.747500', '100131.207500', '100131.667500', '100132.127500', '100132.587500', '100133.047500', '100133.507500', '100133.967500', '100134.427500', '100134.887500', '100135.347500', '100135.807500', '100136.267500', '100136.727500', '100137.187500', '100137.647500', '100138.107500', '100138.567500', '100139.027500', '100139.487500', '100139.947500', '100140.407500', '100140.867500', '100141.327500', '100141.787500', '100142.247500', '100142.707500', '100143.167500', '100143.627500', '100144.087500', '100144.547500', '100145.007500', '100145.467500', '100145.927500', '100146.387500', '100146.847500', '100147.307500', '100147.767500', '100148.227500', '100148.687500', '100149.147500', '100149.607500', '100150.067500', '100150.527500', '100150.987500', '100151.447500', '100151.907500', '100152.367500', '100152.827500', '100153.287500', '100153.747500', '100154.207500', '100154.667500', '100155.127500', '100155.587500', '100156.047500', '100156.507500', '100156.967500', '100157.427500', '100157.887500', '100158.347500', '100158.807500', '100159.267500', '100159.727500', '100200.187500', '100200.647500', '100201.107500', '100201.567500', '100202.027500', '100202.487500', '100202.947500', '100203.407500', '100203.867500', '100204.327500', '100204.787500', '100205.247500', '100205.707500', '100206.167500', '100206.627500', '100207.087500', '100207.547500', '100208.007500', '100208.467500', '100208.927500', '100209.387500', '100209.847500', '100210.307500', '100210.767500', '100211.227500', '100211.687500', '100212.147500', '100212.607500', '100213.067500', '100213.527500', '100213.987500', '100214.447500', '100214.907500', '100215.367500', '100215.827500', '100216.287500', '100216.747500', '100217.207500', '100217.667500', '100218.127500', '100218.587500', '100219.047500', '100219.507500', '100219.967500', '100220.427500', '100220.887500', '100221.347500', '100221.807500', '100222.267500', '100222.727500', '100223.187500', '100223.647500', '100224.107500', '100224.567500', '100225.027500', '100225.487500', '100225.947500', '100226.407500', '100226.867500', '100227.327500', '100227.787500', '100228.247500', '100228.707500', '100229.167500', '100229.627500', '100230.087500', '100230.547500', '100231.007500', '100231.467500', '100231.927500', '100232.387500', '100232.847500', '100233.307500', '100233.767500', '100234.227500', '100234.687500', '100235.147500', '100235.607500', '100236.067500', '100236.527500', '100236.987500', '100237.447500', '100237.907500', '100238.367500', '100238.827500', '100239.287500', '100239.747500', '100240.207500', '100240.667500', '100241.127500', '100241.587500', '100242.047500', '100242.507500', '100242.967500', '100243.427500', '100243.887500', '100244.347500', '100244.807500', '100245.267500', '100245.727500', '100246.187500', '100246.647500', '100247.107500', '100247.567500', '100248.027500', '100248.487500', '100248.947500', '100249.407500', '100249.867500', '100250.327500', '100250.787500', '100251.247500', '100251.707500', '100252.167500', '100252.627500', '100253.087500', '100253.547500', '100254.007500', '100254.467500', '100254.927500', '100255.387500', '100255.847500', '100256.307500', '100256.767500', '100257.227500', '100257.687500', '100258.147500', '100258.607500', '100259.067500', '100259.527500', '100259.987500', '100300.447500', '100300.907500', '100301.367500', '100301.827500', '100302.287500', '100302.747500', '100303.207500', '100303.667500', '100304.127500', '100304.587500', '100305.047500', '100305.507500', '100305.967500', '100306.427500', '100306.887500', '100307.347500', '100307.807500', '100308.267500', '100308.727500', '100309.187500', '100309.647500', '100310.107500', '100310.567500', '100311.027500', '100311.487500', '100311.947500', '100312.407500', '100312.867500', '100313.327500', '100313.787500', '100314.247500', '100314.707500', '100315.167500', '100315.627500', '100316.087500', '100316.547500', '100317.007500', '100317.467500', '100317.927500', '100318.387500', '100318.847500', '100319.307500', '100319.767500', '100320.227500', '100320.687500', '100321.147500', '100321.607500', '100322.067500', '100322.527500', '100322.987500', '100323.447500', '100323.907500', '100324.367500', '100324.827500', '100325.287500', '100325.747500', '100326.207500', '100326.667500', '100327.127500', '100327.587500', '100328.047500', '100328.507500', '100328.967500', '100329.427500', '100329.887500', '100330.347500', '100330.807500', '100331.267500', '100331.727500', '100332.187500', '100332.647500', '100333.107500', '100333.567500', '100334.027500', '100334.487500', '100334.947500', '100335.407500', '100335.867500', '100336.327500', '100336.787500', '100337.247500', '100337.707500', '100338.167500', '100338.627500', '100339.087500', '100339.547500', '100340.007500', '100340.467500', '100340.927500', '100341.387500', '100341.847500', '100342.307500', '100342.767500', '100343.227500', '100343.687500', '100344.147500', '100344.607500', '100345.067500', '100345.527500', '100345.987500', '100346.447500', '100346.907500', '100347.367500', '100347.827500', '100348.287500'], 'ContentTime': ['095750.701000', '095750.709000', '095750.711000', '095750.714000', '095750.716000', '095750.719000', '095750.722000', '095750.725000', '095750.727000', '095750.730000', '095750.732000', '095750.735000', '095750.737000', '095750.740000', '095750.743000', '095750.745000', '095750.748000', '095750.751000', '095750.753000', '095750.756000', '095750.758000', '095750.761000', '095750.764000', '095750.766000', '095750.769000', '095750.771000', '095750.774000', '095750.777000', '095750.779000', '095750.782000', '095750.784000', '095750.787000', '095750.789000', '095750.802000', '095750.805000', '095750.807000', '095750.810000', '095750.813000', '095750.815000', '095750.818000', '095750.820000', '095750.823000', '095750.826000', '095750.828000', '095750.832000', '095750.835000', '095750.838000', '095750.841000', '095750.845000', '095750.847000', '095750.850000', '095750.853000', '095750.855000', '095750.858000', '095750.860000', '095750.863000', '095750.866000', '095810.672000', '095810.676000', '095810.679000', '095810.681000', '095810.684000', '095810.687000', '095810.689000', '095810.692000', '095810.695000', '095810.697000', '095810.700000', '095810.702000', '095810.705000', '095810.708000', '095810.717000', '095810.719000', '095810.722000', '095810.724000', '095810.727000', '095810.730000', '095810.732000', '095810.735000', '095810.738000', '095810.740000', '095810.743000', '095810.746000', '095810.748000', '095810.765000', '095810.768000', '095810.770000', '095810.773000', '095810.776000', '095810.778000', '095810.781000', '095810.783000', '095810.786000', '095810.789000', '095810.791000', '095810.794000', '095810.796000', '095810.799000', '095810.802000', '095810.804000', '095810.807000', '095830.673000', '095830.676000', '095830.678000', '095830.681000', '095830.683000', '095830.686000', '095830.689000', '095830.691000', '095830.694000', '095830.697000', '095830.699000', '095830.702000', '095830.704000', '095830.707000', '095830.710000', '095830.713000', '095830.715000', '095830.718000', '095830.720000', '095830.723000', '095830.725000', '095830.728000', '095830.731000', '095830.733000', '095830.736000', '095830.739000', '095830.741000', '095830.744000', '095830.746000', '095830.749000', '095830.752000', '095830.754000', '095830.757000', '095830.759000', '095830.762000', '095830.765000', '095830.767000', '095830.770000', '095830.773000', '095830.775000', '095830.778000', '095830.781000', '095830.783000', '095850.673000', '095850.676000', '095850.679000', '095850.682000', '095850.684000', '095850.687000', '095850.690000', '095850.692000', '095850.695000', '095850.697000', '095850.700000', '095850.703000', '095850.706000', '095850.708000', '095850.711000', '095850.713000', '095850.716000', '095850.718000', '095850.721000', '095850.724000', '095850.726000', '095850.729000', '095850.732000', '095850.734000', '095850.737000', '095850.740000', '095850.742000', '095850.745000', '095850.747000', '095850.750000', '095850.753000', '095850.755000', '095850.758000', '095850.760000', '095850.763000', '095850.765000', '095850.768000', '095850.770000', '095850.773000', '095850.776000', '095850.778000', '095850.781000', '095850.784000', '095850.786000', '095910.673000', '095910.675000', '095910.678000', '095910.681000', '095910.683000', '095910.686000', '095910.688000', '095910.691000', '095910.694000', '095910.696000', '095910.699000', '095910.702000', '095910.704000', '095910.707000', '095910.710000', '095910.712000', '095910.715000', '095910.717000', '095910.720000', '095910.722000', '095910.725000', '095910.728000', '095910.730000', '095910.733000', '095910.736000', '095910.738000', '095910.741000', '095910.743000', '095910.746000', '095910.749000', '095910.751000', '095910.754000', '095910.756000', '095910.759000', '095910.762000', '095910.764000', '095910.767000', '095910.769000', '095910.772000', '095910.775000', '095910.777000', '095910.780000', '095910.782000', '095930.671000', '095930.674000', '095930.677000', '095930.680000', '095930.682000', '095930.685000', '095930.688000', '095930.690000', '095930.693000', '095930.696000', '095930.698000', '095930.701000', '095930.703000', '095930.706000', '095930.709000', '095930.711000', '095930.714000', '095930.717000', '095930.719000', '095930.722000', '095930.724000', '095930.727000', '095930.730000', '095930.732000', '095930.735000', '095930.738000', '095930.741000', '095930.743000', '095930.746000', '095930.748000', '095930.751000', '095930.754000', '095930.756000', '095930.759000', '095930.761000', '095930.764000', '095930.766000', '095930.769000', '095930.772000', '095930.774000', '095930.777000', '095930.780000', '095930.782000', '095930.785000', '095950.672000', '095950.674000', '095950.677000', '095950.680000', '095950.684000', '095950.687000', '095950.689000', '095950.693000', '095950.695000', '095950.698000', '095950.700000', '095950.703000', '095950.706000', '095950.708000', '095950.711000', '095950.714000', '095950.716000', '095950.719000', '095950.722000', '095950.724000', '095950.727000', '095950.730000', '095950.732000', '095950.735000', '095950.737000', '095950.740000', '095950.743000', '095950.746000', '095950.748000', '095950.751000', '095950.763000', '095950.766000', '095950.768000', '095950.771000', '095950.773000', '095950.776000', '095950.820000', '095950.835000', '095950.838000', '095950.841000', '095950.843000', '095950.846000', '095950.848000', '100010.672000', '100010.675000', '100010.678000', '100010.681000', '100010.683000', '100010.686000', '100010.689000', '100010.691000', '100010.694000', '100010.697000', '100010.699000', '100010.702000', '100010.705000', '100010.707000', '100010.718000', '100010.720000', '100010.723000', '100010.726000', '100010.728000', '100010.731000', '100010.734000', '100010.736000', '100010.739000', '100010.741000', '100010.744000', '100010.746000', '100010.749000', '100010.752000', '100010.754000', '100010.757000', '100010.760000', '100010.762000', '100010.765000', '100010.768000', '100010.771000', '100010.773000', '100010.776000', '100010.779000', '100010.781000', '100010.784000', '100010.786000', '100010.789000', '100010.792000', '100030.673000', '100030.675000', '100030.678000', '100030.681000', '100030.683000', '100030.686000', '100030.689000', '100030.691000', '100030.694000', '100030.697000', '100030.699000', '100030.702000', '100030.705000', '100030.707000', '100030.710000', '100030.713000', '100030.715000', '100030.718000', '100030.720000', '100030.723000', '100030.726000', '100030.728000', '100030.731000', '100030.734000', '100030.736000', '100030.739000', '100030.742000', '100030.744000', '100030.747000', '100030.750000', '100030.752000', '100030.755000', '100030.757000', '100030.760000', '100030.763000', '100030.765000', '100030.768000', '100030.771000', '100030.773000', '100030.776000', '100030.778000', '100030.781000', '100030.784000', '100030.786000', '100050.673000', '100050.675000', '100050.678000', '100050.681000', '100050.683000', '100050.686000', '100050.689000', '100050.691000', '100050.694000', '100050.697000', '100050.699000', '100050.702000', '100050.705000', '100050.707000', '100050.710000', '100050.713000', '100050.715000', '100050.718000', '100050.721000', '100050.723000', '100050.726000', '100050.729000', '100050.731000', '100050.734000', '100050.744000', '100050.746000', '100050.749000', '100050.752000', '100050.754000', '100050.757000', '100050.759000', '100050.762000', '100050.765000', '100050.767000', '100050.770000', '100050.773000', '100050.775000', '100050.778000', '100050.781000', '100050.783000', '100050.786000', '100050.788000', '100050.791000', '100050.794000', '100110.672000', '100110.676000', '100110.678000', '100110.681000', '100110.683000', '100110.686000', '100110.689000', '100110.692000', '100110.694000', '100110.697000', '100110.700000', '100110.702000', '100110.705000', '100110.707000', '100110.710000', '100110.713000', '100110.715000', '100110.718000', '100110.721000', '100110.723000', '100110.726000', '100110.728000', '100110.731000', '100110.734000', '100110.736000', '100110.739000', '100110.742000', '100110.744000', '100110.747000', '100110.750000', '100110.752000', '100110.755000', '100110.757000', '100110.760000', '100110.763000', '100110.765000', '100110.768000', '100110.771000', '100110.773000', '100110.776000', '100110.778000', '100110.781000', '100110.784000', '100130.672000', '100130.675000', '100130.678000', '100130.681000', '100130.684000', '100130.692000', '100130.695000', '100130.697000', '100130.700000', '100130.703000', '100130.706000', '100130.709000', '100130.712000', '100130.715000', '100130.718000', '100130.721000', '100130.723000', '100130.726000', '100130.740000', '100130.743000', '100130.745000', '100130.748000', '100130.752000', '100130.755000', '100130.765000', '100130.768000', '100130.771000', '100130.773000', '100130.776000', '100130.779000', '100130.781000', '100130.784000', '100130.787000', '100130.789000', '100130.792000', '100130.795000', '100130.797000', '100130.860000', '100130.863000', '100130.866000', '100130.868000', '100130.871000', '100130.873000', '100150.672000', '100150.675000', '100150.677000', '100150.680000', '100150.682000', '100150.685000', '100150.688000', '100150.690000', '100150.693000', '100150.696000', '100150.698000', '100150.701000', '100150.703000', '100150.706000', '100150.709000', '100150.711000', '100150.714000', '100150.717000', '100150.720000', '100150.723000', '100150.725000', '100150.728000', '100150.730000', '100150.733000', '100150.736000', '100150.738000', '100150.741000', '100150.743000', '100150.746000', '100150.749000', '100150.751000', '100150.754000', '100150.757000', '100150.759000', '100150.762000', '100150.764000', '100150.767000', '100150.770000', '100150.772000', '100150.775000', '100150.777000', '100150.780000', '100150.783000', '100150.785000', '100210.673000', '100210.675000', '100210.678000', '100210.681000', '100210.683000', '100210.686000', '100210.689000', '100210.691000', '100210.694000', '100210.697000', '100210.699000', '100210.702000', '100210.704000', '100210.707000', '100210.710000', '100210.712000', '100210.715000', '100210.718000', '100210.720000', '100210.723000', '100210.726000', '100210.728000', '100210.731000', '100210.734000', '100210.737000', '100210.739000', '100210.742000', '100210.745000', '100210.747000', '100210.750000', '100210.753000', '100210.756000', '100210.758000', '100210.761000', '100210.764000', '100210.766000', '100210.769000', '100210.771000', '100210.774000', '100210.777000', '100210.779000', '100210.782000', '100210.784000', '100230.673000', '100230.675000', '100230.678000', '100230.681000', '100230.684000', '100230.686000', '100230.689000', '100230.692000', '100230.694000', '100230.697000', '100230.699000', '100230.702000', '100230.705000', '100230.707000', '100230.710000', '100230.713000', '100230.725000', '100230.727000', '100230.730000', '100230.733000', '100230.735000', '100230.738000', '100230.740000', '100230.743000', '100230.746000', '100230.748000', '100230.751000', '100230.754000', '100230.756000', '100230.759000', '100230.762000', '100230.764000', '100230.767000', '100230.770000', '100230.772000', '100230.775000', '100230.777000', '100230.780000', '100230.783000', '100230.785000', '100230.788000', '100230.791000', '100230.793000', '100230.796000', '100250.673000', '100250.676000', '100250.678000', '100250.681000', '100250.684000', '100250.686000', '100250.689000', '100250.691000', '100250.694000', '100250.697000', '100250.699000', '100250.702000', '100250.704000', '100250.707000', '100250.710000', '100250.712000', '100250.715000', '100250.718000', '100250.720000', '100250.723000', '100250.726000', '100250.729000', '100250.732000', '100250.736000', '100250.739000', '100250.742000', '100250.751000', '100250.753000', '100250.756000', '100250.769000', '100250.772000', '100250.774000', '100250.778000', '100250.780000', '100250.783000', '100250.785000', '100250.788000', '100250.791000', '100250.794000', '100250.797000', '100250.857000', '100250.860000', '100250.865000', '100310.673000', '100310.676000', '100310.678000', '100310.681000', '100310.683000', '100310.686000', '100310.689000', '100310.691000', '100310.694000', '100310.696000', '100310.699000', '100310.702000', '100310.704000', '100310.707000', '100310.710000', '100310.712000', '100310.715000', '100310.717000', '100310.720000', '100310.723000', '100310.725000', '100310.728000', '100310.730000', '100310.733000', '100310.736000', '100310.738000', '100310.741000', '100310.743000', '100310.746000', '100310.749000', '100310.751000', '100310.754000', '100310.756000', '100310.759000', '100310.762000', '100310.764000', '100310.767000', '100310.769000', '100310.772000', '100310.775000', '100310.777000', '100310.780000', '100310.782000', '100310.785000', '100330.673000', '100330.676000', '100330.678000', '100330.681000', '100330.683000', '100330.686000', '100330.689000', '100330.691000', '100330.694000', '100330.696000', '100330.699000', '100330.702000', '100330.704000', '100330.707000', '100330.710000', '100330.712000', '100330.715000', '100330.717000', '100330.720000', '100330.723000', '100330.725000', '100330.728000', '100330.731000', '100330.733000', '100330.736000', '100330.738000', '100330.741000', '100330.744000', '100330.746000', '100330.749000', '100330.752000', '100330.754000', '100330.757000', '100330.760000', '100330.762000', '100330.765000', '100330.767000', '100330.770000', '100330.773000', '100330.775000', '100330.778000', '100330.781000', '100330.784000', '100350.094000', '100350.097000', '100350.100000', '100350.102000', '100350.105000', '100350.108000', '100350.111000', '100350.114000', '100350.117000', '100350.119000', '100350.122000', '100350.125000', '100350.128000', '100350.131000', '100350.133000', '100350.136000', '100350.139000', '100350.142000', '100350.144000', '100350.147000', '100350.151000', '100350.154000', '100350.157000', '100350.160000', '100350.164000', '100350.193000', '100350.196000', '100350.199000', '100350.202000', '100350.204000', '100350.207000', '100350.210000', '100350.213000', '100350.216000', '100350.219000', '100350.222000', '100350.225000', '100350.228000', '100350.230000', '100350.233000', '100350.236000', '100350.239000', '100350.242000'], 'InstanceCreationTime': ['095750.701000', '095750.709000', '095750.711000', '095750.714000', '095750.716000', '095750.719000', '095750.722000', '095750.725000', '095750.727000', '095750.730000', '095750.732000', '095750.735000', '095750.737000', '095750.740000', '095750.743000', '095750.745000', '095750.748000', '095750.751000', '095750.753000', '095750.756000', '095750.758000', '095750.761000', '095750.764000', '095750.766000', '095750.769000', '095750.771000', '095750.774000', '095750.777000', '095750.779000', '095750.782000', '095750.784000', '095750.787000', '095750.789000', '095750.802000', '095750.805000', '095750.807000', '095750.810000', '095750.813000', '095750.815000', '095750.818000', '095750.820000', '095750.823000', '095750.826000', '095750.828000', '095750.832000', '095750.835000', '095750.838000', '095750.841000', '095750.845000', '095750.847000', '095750.850000', '095750.853000', '095750.855000', '095750.858000', '095750.860000', '095750.863000', '095750.866000', '095810.672000', '095810.676000', '095810.679000', '095810.681000', '095810.684000', '095810.687000', '095810.689000', '095810.692000', '095810.695000', '095810.697000', '095810.700000', '095810.702000', '095810.705000', '095810.708000', '095810.717000', '095810.719000', '095810.722000', '095810.724000', '095810.727000', '095810.730000', '095810.732000', '095810.735000', '095810.738000', '095810.740000', '095810.743000', '095810.746000', '095810.748000', '095810.765000', '095810.768000', '095810.770000', '095810.773000', '095810.776000', '095810.778000', '095810.781000', '095810.783000', '095810.786000', '095810.789000', '095810.791000', '095810.794000', '095810.796000', '095810.799000', '095810.802000', '095810.804000', '095810.807000', '095830.673000', '095830.676000', '095830.678000', '095830.681000', '095830.683000', '095830.686000', '095830.689000', '095830.691000', '095830.694000', '095830.697000', '095830.699000', '095830.702000', '095830.704000', '095830.707000', '095830.710000', '095830.713000', '095830.715000', '095830.718000', '095830.720000', '095830.723000', '095830.725000', '095830.728000', '095830.731000', '095830.733000', '095830.736000', '095830.739000', '095830.741000', '095830.744000', '095830.746000', '095830.749000', '095830.752000', '095830.754000', '095830.757000', '095830.759000', '095830.762000', '095830.765000', '095830.767000', '095830.770000', '095830.773000', '095830.775000', '095830.778000', '095830.781000', '095830.783000', '095850.673000', '095850.676000', '095850.679000', '095850.682000', '095850.684000', '095850.687000', '095850.690000', '095850.692000', '095850.695000', '095850.697000', '095850.700000', '095850.703000', '095850.706000', '095850.708000', '095850.711000', '095850.713000', '095850.716000', '095850.718000', '095850.721000', '095850.724000', '095850.726000', '095850.729000', '095850.732000', '095850.734000', '095850.737000', '095850.740000', '095850.742000', '095850.745000', '095850.747000', '095850.750000', '095850.753000', '095850.755000', '095850.758000', '095850.760000', '095850.763000', '095850.765000', '095850.768000', '095850.770000', '095850.773000', '095850.776000', '095850.778000', '095850.781000', '095850.784000', '095850.786000', '095910.673000', '095910.675000', '095910.678000', '095910.681000', '095910.683000', '095910.686000', '095910.688000', '095910.691000', '095910.694000', '095910.696000', '095910.699000', '095910.702000', '095910.704000', '095910.707000', '095910.710000', '095910.712000', '095910.715000', '095910.717000', '095910.720000', '095910.722000', '095910.725000', '095910.728000', '095910.730000', '095910.733000', '095910.736000', '095910.738000', '095910.741000', '095910.743000', '095910.746000', '095910.749000', '095910.751000', '095910.754000', '095910.756000', '095910.759000', '095910.762000', '095910.764000', '095910.767000', '095910.769000', '095910.772000', '095910.775000', '095910.777000', '095910.780000', '095910.782000', '095930.671000', '095930.674000', '095930.677000', '095930.680000', '095930.682000', '095930.685000', '095930.688000', '095930.690000', '095930.693000', '095930.696000', '095930.698000', '095930.701000', '095930.703000', '095930.706000', '095930.709000', '095930.711000', '095930.714000', '095930.717000', '095930.719000', '095930.722000', '095930.724000', '095930.727000', '095930.730000', '095930.732000', '095930.735000', '095930.738000', '095930.741000', '095930.743000', '095930.746000', '095930.748000', '095930.751000', '095930.754000', '095930.756000', '095930.759000', '095930.761000', '095930.764000', '095930.766000', '095930.769000', '095930.772000', '095930.774000', '095930.777000', '095930.780000', '095930.782000', '095930.785000', '095950.672000', '095950.674000', '095950.677000', '095950.680000', '095950.684000', '095950.687000', '095950.689000', '095950.693000', '095950.695000', '095950.698000', '095950.700000', '095950.703000', '095950.706000', '095950.708000', '095950.711000', '095950.714000', '095950.716000', '095950.719000', '095950.722000', '095950.724000', '095950.727000', '095950.730000', '095950.732000', '095950.735000', '095950.737000', '095950.740000', '095950.743000', '095950.746000', '095950.748000', '095950.751000', '095950.763000', '095950.766000', '095950.768000', '095950.771000', '095950.773000', '095950.776000', '095950.820000', '095950.835000', '095950.838000', '095950.841000', '095950.843000', '095950.846000', '095950.848000', '100010.672000', '100010.675000', '100010.678000', '100010.681000', '100010.683000', '100010.686000', '100010.689000', '100010.691000', '100010.694000', '100010.697000', '100010.699000', '100010.702000', '100010.705000', '100010.707000', '100010.718000', '100010.720000', '100010.723000', '100010.726000', '100010.728000', '100010.731000', '100010.734000', '100010.736000', '100010.739000', '100010.741000', '100010.744000', '100010.746000', '100010.749000', '100010.752000', '100010.754000', '100010.757000', '100010.760000', '100010.762000', '100010.765000', '100010.768000', '100010.771000', '100010.773000', '100010.776000', '100010.779000', '100010.781000', '100010.784000', '100010.786000', '100010.789000', '100010.792000', '100030.673000', '100030.675000', '100030.678000', '100030.681000', '100030.683000', '100030.686000', '100030.689000', '100030.691000', '100030.694000', '100030.697000', '100030.699000', '100030.702000', '100030.705000', '100030.707000', '100030.710000', '100030.713000', '100030.715000', '100030.718000', '100030.720000', '100030.723000', '100030.726000', '100030.728000', '100030.731000', '100030.734000', '100030.736000', '100030.739000', '100030.742000', '100030.744000', '100030.747000', '100030.750000', '100030.752000', '100030.755000', '100030.757000', '100030.760000', '100030.763000', '100030.765000', '100030.768000', '100030.771000', '100030.773000', '100030.776000', '100030.778000', '100030.781000', '100030.784000', '100030.786000', '100050.673000', '100050.675000', '100050.678000', '100050.681000', '100050.683000', '100050.686000', '100050.689000', '100050.691000', '100050.694000', '100050.697000', '100050.699000', '100050.702000', '100050.705000', '100050.707000', '100050.710000', '100050.713000', '100050.715000', '100050.718000', '100050.721000', '100050.723000', '100050.726000', '100050.729000', '100050.731000', '100050.734000', '100050.744000', '100050.746000', '100050.749000', '100050.752000', '100050.754000', '100050.757000', '100050.759000', '100050.762000', '100050.765000', '100050.767000', '100050.770000', '100050.773000', '100050.775000', '100050.778000', '100050.781000', '100050.783000', '100050.786000', '100050.788000', '100050.791000', '100050.794000', '100110.672000', '100110.676000', '100110.678000', '100110.681000', '100110.683000', '100110.686000', '100110.689000', '100110.692000', '100110.694000', '100110.697000', '100110.700000', '100110.702000', '100110.705000', '100110.707000', '100110.710000', '100110.713000', '100110.715000', '100110.718000', '100110.721000', '100110.723000', '100110.726000', '100110.728000', '100110.731000', '100110.734000', '100110.736000', '100110.739000', '100110.742000', '100110.744000', '100110.747000', '100110.750000', '100110.752000', '100110.755000', '100110.757000', '100110.760000', '100110.763000', '100110.765000', '100110.768000', '100110.771000', '100110.773000', '100110.776000', '100110.778000', '100110.781000', '100110.784000', '100130.672000', '100130.675000', '100130.678000', '100130.681000', '100130.684000', '100130.692000', '100130.695000', '100130.697000', '100130.700000', '100130.703000', '100130.706000', '100130.709000', '100130.712000', '100130.715000', '100130.718000', '100130.721000', '100130.723000', '100130.726000', '100130.740000', '100130.743000', '100130.745000', '100130.748000', '100130.752000', '100130.755000', '100130.765000', '100130.768000', '100130.771000', '100130.773000', '100130.776000', '100130.779000', '100130.781000', '100130.784000', '100130.787000', '100130.789000', '100130.792000', '100130.795000', '100130.797000', '100130.860000', '100130.863000', '100130.866000', '100130.868000', '100130.871000', '100130.873000', '100150.672000', '100150.675000', '100150.677000', '100150.680000', '100150.682000', '100150.685000', '100150.688000', '100150.690000', '100150.693000', '100150.696000', '100150.698000', '100150.701000', '100150.703000', '100150.706000', '100150.709000', '100150.711000', '100150.714000', '100150.717000', '100150.720000', '100150.723000', '100150.725000', '100150.728000', '100150.730000', '100150.733000', '100150.736000', '100150.738000', '100150.741000', '100150.743000', '100150.746000', '100150.749000', '100150.751000', '100150.754000', '100150.757000', '100150.759000', '100150.762000', '100150.764000', '100150.767000', '100150.770000', '100150.772000', '100150.775000', '100150.777000', '100150.780000', '100150.783000', '100150.785000', '100210.673000', '100210.675000', '100210.678000', '100210.681000', '100210.683000', '100210.686000', '100210.689000', '100210.691000', '100210.694000', '100210.697000', '100210.699000', '100210.702000', '100210.704000', '100210.707000', '100210.710000', '100210.712000', '100210.715000', '100210.718000', '100210.720000', '100210.723000', '100210.726000', '100210.728000', '100210.731000', '100210.734000', '100210.737000', '100210.739000', '100210.742000', '100210.745000', '100210.747000', '100210.750000', '100210.753000', '100210.756000', '100210.758000', '100210.761000', '100210.764000', '100210.766000', '100210.769000', '100210.771000', '100210.774000', '100210.777000', '100210.779000', '100210.782000', '100210.784000', '100230.673000', '100230.675000', '100230.678000', '100230.681000', '100230.684000', '100230.686000', '100230.689000', '100230.692000', '100230.694000', '100230.697000', '100230.699000', '100230.702000', '100230.705000', '100230.707000', '100230.710000', '100230.713000', '100230.725000', '100230.727000', '100230.730000', '100230.733000', '100230.735000', '100230.738000', '100230.740000', '100230.743000', '100230.746000', '100230.748000', '100230.751000', '100230.754000', '100230.756000', '100230.759000', '100230.762000', '100230.764000', '100230.767000', '100230.770000', '100230.772000', '100230.775000', '100230.777000', '100230.780000', '100230.783000', '100230.785000', '100230.788000', '100230.791000', '100230.793000', '100230.796000', '100250.673000', '100250.676000', '100250.678000', '100250.681000', '100250.684000', '100250.686000', '100250.689000', '100250.691000', '100250.694000', '100250.697000', '100250.699000', '100250.702000', '100250.704000', '100250.707000', '100250.710000', '100250.712000', '100250.715000', '100250.718000', '100250.720000', '100250.723000', '100250.726000', '100250.729000', '100250.732000', '100250.736000', '100250.739000', '100250.742000', '100250.751000', '100250.753000', '100250.756000', '100250.769000', '100250.772000', '100250.774000', '100250.778000', '100250.780000', '100250.783000', '100250.785000', '100250.788000', '100250.791000', '100250.794000', '100250.797000', '100250.857000', '100250.860000', '100250.865000', '100310.673000', '100310.676000', '100310.678000', '100310.681000', '100310.683000', '100310.686000', '100310.689000', '100310.691000', '100310.694000', '100310.696000', '100310.699000', '100310.702000', '100310.704000', '100310.707000', '100310.710000', '100310.712000', '100310.715000', '100310.717000', '100310.720000', '100310.723000', '100310.725000', '100310.728000', '100310.730000', '100310.733000', '100310.736000', '100310.738000', '100310.741000', '100310.743000', '100310.746000', '100310.749000', '100310.751000', '100310.754000', '100310.756000', '100310.759000', '100310.762000', '100310.764000', '100310.767000', '100310.769000', '100310.772000', '100310.775000', '100310.777000', '100310.780000', '100310.782000', '100310.785000', '100330.673000', '100330.676000', '100330.678000', '100330.681000', '100330.683000', '100330.686000', '100330.689000', '100330.691000', '100330.694000', '100330.696000', '100330.699000', '100330.702000', '100330.704000', '100330.707000', '100330.710000', '100330.712000', '100330.715000', '100330.717000', '100330.720000', '100330.723000', '100330.725000', '100330.728000', '100330.731000', '100330.733000', '100330.736000', '100330.738000', '100330.741000', '100330.744000', '100330.746000', '100330.749000', '100330.752000', '100330.754000', '100330.757000', '100330.760000', '100330.762000', '100330.765000', '100330.767000', '100330.770000', '100330.773000', '100330.775000', '100330.778000', '100330.781000', '100330.784000', '100350.094000', '100350.097000', '100350.100000', '100350.102000', '100350.105000', '100350.108000', '100350.111000', '100350.114000', '100350.117000', '100350.119000', '100350.122000', '100350.125000', '100350.128000', '100350.131000', '100350.133000', '100350.136000', '100350.139000', '100350.142000', '100350.144000', '100350.147000', '100350.151000', '100350.154000', '100350.157000', '100350.160000', '100350.164000', '100350.193000', '100350.196000', '100350.199000', '100350.202000', '100350.204000', '100350.207000', '100350.210000', '100350.213000', '100350.216000', '100350.219000', '100350.222000', '100350.225000', '100350.228000', '100350.230000', '100350.233000', '100350.236000', '100350.239000', '100350.242000'], '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': [7766, 11933, 7752, 11630, 9401, 15023, 11965, 13548, 7316, 9261, 7344, 9788, 14131, 9992, 7115, 7284, 12710, 7073, 9316, 11186, 7662, 9305, 7278, 9182, 6912, 7468, 13479, 7125, 9152, 6978, 7008, 6899, 7069, 12106, 6818, 7706, 7071, 7648, 14099, 7296, 10547, 9784, 7687, 16589, 7866, 13515, 7716, 9592, 10418, 7178, 17640, 11895, 9964, 6889, 7420, 13811, 7086, 10036, 7899, 7860, 6672, 7545, 17078, 7290, 12854, 11248, 10228, 14472, 7108, 12179, 7146, 8483, 7242, 6993, 6791, 6918, 6742, 8302, 6812, 10693, 7433, 9027, 12291, 7741, 14871, 8572, 16335, 14417, 11123, 19081, 14865, 14719, 9618, 7569, 7893, 7934, 11484, 7953, 13539, 8504, 12342, 7774, 11915, 14871, 11340, 17584, 12057, 10583, 8238, 8069, 8430, 9965, 8112, 15089, 8332, 14737, 7942, 12327, 7855, 11303, 7630, 12204, 7962, 8281, 7933, 13459, 7867, 10313, 7294, 14251, 9160, 9793, 7795, 6882, 7781, 12714, 7866, 13987, 10114, 7343, 7634, 8481, 9869, 17676, 13003, 10586, 7140, 14222, 7592, 7549, 7607, 7280, 7650, 11980, 7814, 11966, 7648, 7120, 7785, 10926, 7882, 16088, 7873, 12496, 7404, 10450, 7264, 7546, 6838, 7667, 7018, 7153, 12816, 7214, 9227, 7031, 7201, 7080, 6989, 6784, 7229, 9078, 8324, 10355, 7537, 17830, 10382, 11128, 14936, 8675, 10158, 8002, 16610, 10833, 10714, 7075, 16229, 12156, 9424, 11567, 7752, 10917, 7048, 12328, 7375, 7525, 6885, 11392, 6746, 9855, 7078, 8166, 8228, 7583, 6890, 6817, 7047, 7378, 17964, 12399, 13285, 9080, 10983, 6885, 7000, 6922, 6979, 7052, 6966, 15682, 11585, 10670, 6949, 8379, 6822, 7047, 6842, 7120, 8317, 7077, 16386, 9739, 11821, 6673, 7123, 6971, 6966, 6859, 6987, 7090, 7313, 7166, 7061, 14905, 7047, 10055, 9888, 10666, 6996, 6988, 7003, 7453, 9992, 6980, 18339, 11258, 14778, 9514, 12239, 8294, 10910, 19526, 15073, 11492, 8086, 11143, 6959, 7350, 6546, 7183, 6993, 7542, 6769, 6900, 12948, 6545, 11159, 8951, 11056, 6918, 7464, 8833, 6972, 15202, 7605, 11069, 9118, 8285, 7098, 7059, 6942, 7088, 18896, 10312, 14610, 10667, 7921, 7569, 10200, 7271, 10500, 8098, 13763, 8314, 13555, 6846, 10760, 9135, 10065, 10666, 7585, 6711, 7751, 6817, 7654, 6834, 8544, 13544, 9268, 6914, 7356, 6890, 7030, 6890, 10419, 7681, 8293, 6837, 6745, 10668, 7082, 6821, 12049, 19768, 15370, 16794, 13809, 16386, 9758, 9066, 7720, 11728, 7630, 9337, 7002, 9307, 7161, 10528, 7046, 7734, 6756, 8822, 6996, 11226, 7596, 12030, 9651, 10741, 6827, 8375, 7130, 11727, 8957, 12744, 9275, 11494, 7107, 6609, 7395, 6918, 7422, 7217, 10442, 7262, 11801, 6759, 12026, 13853, 9873, 15600, 8463, 15559, 8497, 17262, 11403, 14982, 8769, 10556, 7059, 8802, 14102, 6980, 11732, 7025, 9522, 6710, 8247, 6675, 8410, 6840, 9036, 7043, 7553, 16062, 11486, 10377, 7004, 7122, 6823, 7032, 7625, 7075, 8312, 6773, 9363, 6868, 12636, 14334, 7602, 15522, 8822, 9671, 6605, 8019, 6630, 7012, 7000, 7161, 14451, 8729, 9863, 6502, 8942, 7266, 10219, 12596, 13742, 18778, 14537, 15318, 9749, 8766, 9785, 9024, 9922, 9427, 7742, 7236, 7198, 6909, 20036, 15384, 14612, 8529, 8408, 6663, 7625, 6873, 6911, 9810, 6579, 9870, 6686, 8834, 9881, 7522, 16302, 8071, 10305, 6701, 9327, 14201, 7273, 14867, 9328, 8936, 6747, 6896, 6650, 7741, 7018, 8790, 6743, 7752, 19547, 12195, 13452, 10159, 9565, 8223, 8063, 6713, 7569, 6820, 7060, 16687, 12900, 12421, 7902, 7508, 7296, 7065, 7480, 6939, 12631, 8085, 11500, 7249, 7277, 16712, 7715, 9109, 6902, 8113, 6765, 7346, 6796, 7077, 6682, 7660, 17912, 12358, 10809, 7880, 7871, 7414, 7117, 7607, 7040, 8593, 6621, 9883, 6618, 9170, 18105, 9824, 14548, 11327, 9221, 7137, 10583, 7608, 8471, 7053, 10220, 6997, 8962, 19690, 11635, 10925, 19659, 13924, 7813, 7052, 9821, 6812, 7443, 13943, 6849, 9559, 7399, 7354, 6806, 7254, 6622, 8233, 7516, 10066, 6802, 8191, 19609, 13275, 12709, 15682, 11200, 7023, 7307, 8500, 7074, 10425, 6804, 7387, 7039, 7613, 7022, 7336, 7130, 7090, 8938, 7189, 7169, 6963, 18056, 12433, 9784, 19538, 13820, 11438, 7957, 8793, 11817, 6997, 8837, 6836, 7742, 7037, 7372, 7153, 7418, 6911, 7422, 7640, 7190, 7215, 7159, 10042, 7000, 11429, 7982, 7884, 7469, 6755, 8609, 17778, 12892, 19520, 14331, 12662, 8725, 9414, 7544, 16949, 10436, 19582, 14222, 11605, 7843, 12032, 8034, 8515, 7079, 8436, 6755, 7918, 6908, 8180, 7291, 12855, 8275, 16326, 11386, 18428, 13644, 10836, 8578, 8330, 7491, 15198, 7501, 14322, 8678, 11367, 8744, 7170, 7278, 7120, 7463, 6944, 8136, 7280, 11031, 6824, 8630, 6869, 8229, 7064, 10511, 8333, 13953, 8819, 8231, 7260, 13883, 9400, 8352, 20056, 12306, 15474, 9884, 9976, 7018, 8002, 6766, 7739, 7356, 8379, 8046, 8866, 6980, 9793, 7554, 15490, 11677, 18316, 14825, 18594, 12697, 13970, 8682, 9437, 7272, 8467, 19480, 12965, 11881, 11397, 7832, 7211, 7136, 6877, 6896, 6732, 7155, 6987, 8048, 7318, 9521, 6858, 10135, 19453, 13874, 11783, 10348, 16583, 10980, 11859, 7335, 9457, 7208, 10000, 7969, 12398, 11211, 16580, 9148, 11574, 20422, 15470, 14630, 14409, 8029, 7427, 7933, 7005, 6896, 6744, 6818, 6715, 8171, 7387, 8533, 7197, 11840, 8086, 11653, 8644, 18739, 13995, 19740, 14509, 17703, 12790, 8632, 8184, 18991, 11796, 10306, 16197, 9857, 7011, 8041, 6782, 7240, 15308, 9086, 10408, 9399, 8226, 7262, 8333, 7274, 7621, 7526, 7294, 17410, 12506, 12605, 8458, 8725, 7077, 7568, 7338, 7249, 10682, 7348, 7393, 7330, 13753, 9852, 8085, 17935, 7652, 12160, 8033, 10734, 7187, 8098, 7222, 8569, 10773, 7573, 12647, 7831, 10018, 7161, 9554, 7031, 9806, 7721], 'WindowCenter': [4237.0, 4261.0, 4209.0, 4249.0, 4227.0, 4257.0, 4236.0, 4243.0, 4182.0, 4199.0, 4182.0, 4213.0, 4241.0, 4213.0, 4180.0, 4182.0, 4231.0, 4182.0, 4213.0, 4222.0, 4192.0, 4199.0, 4180.0, 4197.0, 4169.0, 4182.0, 4230.0, 4181.0, 4200.0, 4181.0, 4181.0, 4182.0, 4184.0, 4244.0, 4184.0, 4195.0, 4182.0, 4194.0, 4242.0, 4194.0, 4226.0, 4226.0, 4196.0, 4264.0, 4194.0, 4242.0, 4192.0, 4213.0, 4225.0, 4196.0, 4277.0, 4235.0, 4212.0, 4181.0, 4182.0, 4242.0, 4194.0, 4225.0, 4204.0, 4193.0, 4183.0, 4195.0, 4265.0, 4195.0, 4244.0, 4224.0, 4223.0, 4244.0, 4184.0, 4232.0, 4183.0, 4202.0, 4193.0, 4182.0, 4183.0, 4193.0, 4185.0, 4204.0, 4195.0, 4235.0, 4219.0, 4228.0, 4259.0, 4208.0, 4268.0, 4217.0, 4269.0, 4245.0, 4226.0, 4265.0, 4246.0, 4241.0, 4215.0, 4167.0, 4180.0, 4179.0, 4224.0, 4195.0, 4244.0, 4206.0, 4246.0, 4195.0, 4235.0, 4244.0, 4211.0, 4241.0, 4221.0, 4198.0, 4179.0, 4191.0, 4192.0, 4210.0, 4192.0, 4241.0, 4191.0, 4226.0, 4178.0, 4217.0, 4179.0, 4209.0, 4180.0, 4220.0, 4181.0, 4190.0, 4192.0, 4233.0, 4181.0, 4224.0, 4183.0, 4242.0, 4203.0, 4212.0, 4193.0, 4181.0, 4193.0, 4244.0, 4195.0, 4245.0, 4225.0, 4183.0, 4192.0, 4191.0, 4212.0, 4252.0, 4232.0, 4210.0, 4169.0, 4229.0, 4178.0, 4179.0, 4180.0, 4181.0, 4181.0, 4232.0, 4182.0, 4221.0, 4180.0, 4168.0, 4179.0, 4208.0, 4179.0, 4237.0, 4176.0, 4219.0, 4168.0, 4209.0, 4165.0, 4166.0, 4156.0, 4167.0, 4167.0, 4170.0, 4231.0, 4181.0, 4202.0, 4169.0, 4180.0, 4170.0, 4181.0, 4171.0, 4194.0, 4215.0, 4206.0, 4226.0, 4195.0, 4265.0, 4213.0, 4223.0, 4242.0, 4191.0, 4212.0, 4192.0, 4253.0, 4224.0, 4211.0, 4170.0, 4244.0, 4221.0, 4200.0, 4219.0, 4179.0, 4209.0, 4170.0, 4232.0, 4182.0, 4180.0, 4181.0, 4221.0, 4173.0, 4212.0, 4182.0, 4193.0, 4203.0, 4182.0, 4181.0, 4171.0, 4171.0, 4181.0, 4254.0, 4233.0, 4232.0, 4201.0, 4210.0, 4169.0, 4169.0, 4169.0, 4170.0, 4170.0, 4183.0, 4254.0, 4222.0, 4211.0, 4170.0, 4189.0, 4169.0, 4169.0, 4169.0, 4182.0, 4192.0, 4182.0, 4254.0, 4201.0, 4220.0, 4169.0, 4169.0, 4169.0, 4170.0, 4171.0, 4182.0, 4182.0, 4193.0, 4181.0, 4183.0, 4242.0, 4184.0, 4214.0, 4213.0, 4225.0, 4181.0, 4182.0, 4171.0, 4182.0, 4211.0, 4183.0, 4252.0, 4223.0, 4241.0, 4201.0, 4220.0, 4190.0, 4212.0, 4252.0, 4242.0, 4209.0, 4178.0, 4206.0, 4168.0, 4170.0, 4171.0, 4181.0, 4182.0, 4192.0, 4171.0, 4171.0, 4230.0, 4171.0, 4222.0, 4202.0, 4222.0, 4170.0, 4180.0, 4190.0, 4171.0, 4241.0, 4192.0, 4222.0, 4202.0, 4190.0, 4171.0, 4182.0, 4184.0, 4184.0, 4264.0, 4214.0, 4242.0, 4224.0, 4220.0, 4251.0, 4241.0, 4208.0, 4212.0, 4166.0, 4216.0, 4177.0, 4217.0, 4170.0, 4208.0, 4187.0, 4197.0, 4198.0, 4167.0, 4157.0, 4166.0, 4158.0, 4179.0, 4170.0, 4190.0, 4231.0, 4201.0, 4168.0, 4179.0, 4168.0, 4169.0, 4181.0, 4222.0, 4193.0, 4193.0, 4171.0, 4171.0, 4212.0, 4182.0, 4171.0, 4234.0, 4254.0, 4243.0, 4231.0, 4220.0, 4226.0, 4188.0, 4176.0, 4167.0, 4206.0, 4166.0, 4175.0, 4156.0, 4187.0, 4157.0, 4197.0, 4157.0, 4167.0, 4158.0, 4187.0, 4170.0, 4222.0, 4195.0, 4232.0, 4201.0, 4209.0, 4159.0, 4191.0, 4171.0, 4220.0, 4202.0, 4220.0, 4188.0, 4207.0, 4169.0, 4168.0, 4179.0, 4181.0, 4181.0, 4181.0, 4212.0, 4183.0, 4223.0, 4171.0, 4221.0, 4231.0, 4200.0, 4241.0, 4191.0, 4240.0, 4189.0, 4240.0, 4209.0, 4227.0, 4177.0, 4197.0, 4156.0, 4186.0, 4216.0, 4155.0, 4206.0, 4157.0, 4187.0, 4156.0, 4176.0, 4158.0, 4188.0, 4170.0, 4200.0, 4169.0, 4180.0, 4241.0, 4210.0, 4199.0, 4157.0, 4157.0, 4157.0, 4168.0, 4180.0, 4181.0, 4191.0, 4172.0, 4200.0, 4171.0, 4222.0, 4230.0, 4178.0, 4240.0, 4189.0, 4199.0, 4170.0, 4179.0, 4171.0, 4181.0, 4182.0, 4185.0, 4255.0, 4206.0, 4214.0, 4174.0, 4204.0, 4195.0, 4226.0, 4235.0, 4247.0, 4265.0, 4233.0, 4242.0, 4199.0, 4189.0, 4209.0, 4190.0, 4200.0, 4199.0, 4179.0, 4168.0, 4168.0, 4170.0, 4263.0, 4241.0, 4230.0, 4177.0, 4176.0, 4155.0, 4165.0, 4167.0, 4169.0, 4199.0, 4170.0, 4210.0, 4169.0, 4199.0, 4210.0, 4181.0, 4240.0, 4180.0, 4198.0, 4158.0, 4188.0, 4228.0, 4169.0, 4229.0, 4198.0, 4186.0, 4157.0, 4167.0, 4169.0, 4179.0, 4170.0, 4191.0, 4170.0, 4181.0, 4250.0, 4219.0, 4218.0, 4198.0, 4187.0, 4176.0, 4177.0, 4156.0, 4178.0, 4157.0, 4168.0, 4240.0, 4219.0, 4218.0, 4165.0, 4166.0, 4165.0, 4156.0, 4166.0, 4168.0, 4218.0, 4179.0, 4208.0, 4166.0, 4167.0, 4226.0, 4166.0, 4187.0, 4167.0, 4176.0, 4157.0, 4167.0, 4168.0, 4168.0, 4169.0, 4181.0, 4251.0, 4231.0, 4209.0, 4179.0, 4179.0, 4167.0, 4169.0, 4178.0, 4181.0, 4201.0, 4171.0, 4211.0, 4183.0, 4214.0, 4263.0, 4212.0, 4242.0, 4221.0, 4198.0, 4169.0, 4209.0, 4179.0, 4190.0, 4180.0, 4212.0, 4168.0, 4190.0, 4251.0, 4207.0, 4197.0, 4237.0, 4216.0, 4164.0, 4166.0, 4196.0, 4167.0, 4168.0, 4229.0, 4167.0, 4198.0, 4178.0, 4177.0, 4169.0, 4178.0, 4170.0, 4191.0, 4181.0, 4211.0, 4170.0, 4191.0, 4251.0, 4229.0, 4219.0, 4239.0, 4206.0, 4167.0, 4167.0, 4175.0, 4167.0, 4207.0, 4168.0, 4168.0, 4168.0, 4178.0, 4169.0, 4180.0, 4180.0, 4183.0, 4213.0, 4184.0, 4181.0, 4182.0, 4254.0, 4230.0, 4197.0, 4251.0, 4229.0, 4208.0, 4174.0, 4176.0, 4204.0, 4155.0, 4185.0, 4156.0, 4166.0, 4167.0, 4167.0, 4181.0, 4181.0, 4181.0, 4193.0, 4194.0, 4183.0, 4192.0, 4182.0, 4211.0, 4182.0, 4233.0, 4194.0, 4192.0, 4182.0, 4170.0, 4202.0, 4252.0, 4233.0, 4263.0, 4242.0, 4219.0, 4188.0, 4185.0, 4167.0, 4239.0, 4209.0, 4249.0, 4217.0, 4205.0, 4164.0, 4204.0, 4164.0, 4175.0, 4166.0, 4176.0, 4156.0, 4187.0, 4168.0, 4188.0, 4180.0, 4229.0, 4189.0, 4239.0, 4220.0, 4250.0, 4231.0, 4197.0, 4176.0, 4174.0, 4154.0, 4214.0, 4154.0, 4215.0, 4175.0, 4206.0, 4176.0, 4154.0, 4154.0, 4156.0, 4165.0, 4167.0, 4178.0, 4179.0, 4210.0, 4168.0, 4188.0, 4158.0, 4188.0, 4169.0, 4210.0, 4191.0, 4230.0, 4201.0, 4177.0, 4169.0, 4229.0, 4187.0, 4176.0, 4249.0, 4207.0, 4228.0, 4186.0, 4184.0, 4154.0, 4165.0, 4169.0, 4192.0, 4182.0, 4190.0, 4192.0, 4200.0, 4181.0, 4211.0, 4181.0, 4241.0, 4221.0, 4241.0, 4230.0, 4240.0, 4218.0, 4216.0, 4176.0, 4174.0, 4155.0, 4176.0, 4236.0, 4204.0, 4205.0, 4193.0, 4152.0, 4154.0, 4153.0, 4156.0, 4156.0, 4168.0, 4170.0, 4182.0, 4192.0, 4194.0, 4212.0, 4172.0, 4213.0, 4253.0, 4231.0, 4219.0, 4199.0, 4239.0, 4198.0, 4206.0, 4167.0, 4186.0, 4168.0, 4198.0, 4190.0, 4219.0, 4210.0, 4240.0, 4188.0, 4208.0, 4247.0, 4225.0, 4215.0, 4215.0, 4177.0, 4166.0, 4177.0, 4166.0, 4166.0, 4169.0, 4183.0, 4194.0, 4204.0, 4194.0, 4217.0, 4197.0, 4233.0, 4195.0, 4235.0, 4205.0, 4265.0, 4244.0, 4264.0, 4243.0, 4241.0, 4221.0, 4178.0, 4177.0, 4238.0, 4205.0, 4185.0, 4225.0, 4185.0, 4155.0, 4165.0, 4155.0, 4169.0, 4226.0, 4188.0, 4196.0, 4173.0, 4163.0, 4154.0, 4164.0, 4154.0, 4164.0, 4164.0, 4156.0, 4226.0, 4206.0, 4204.0, 4164.0, 4163.0, 4153.0, 4163.0, 4152.0, 4156.0, 4196.0, 4155.0, 4154.0, 4156.0, 4217.0, 4184.0, 4164.0, 4226.0, 4153.0, 4204.0, 4164.0, 4194.0, 4156.0, 4166.0, 4166.0, 4176.0, 4207.0, 4167.0, 4217.0, 4167.0, 4197.0, 4200.0, 4205.0, 4161.0, 4177.0, 4135.0], 'WindowWidth': [9408.0, 9428.0, 9356.0, 9405.0, 9372.0, 9411.0, 9381.0, 9386.0, 9303.0, 9322.0, 9302.0, 9344.0, 9380.0, 9344.0, 9298.0, 9303.0, 9366.0, 9304.0, 9345.0, 9355.0, 9316.0, 9321.0, 9298.0, 9318.0, 9279.0, 9302.0, 9364.0, 9299.0, 9322.0, 9300.0, 9300.0, 9303.0, 9310.0, 9390.0, 9311.0, 9325.0, 9304.0, 9323.0, 9385.0, 9322.0, 9367.0, 9370.0, 9327.0, 9418.0, 9320.0, 9383.0, 9315.0, 9346.0, 9365.0, 9330.0, 9441.0, 9378.0, 9342.0, 9301.0, 9302.0, 9384.0, 9324.0, 9363.0, 9337.0, 9319.0, 9307.0, 9324.0, 9420.0, 9327.0, 9390.0, 9362.0, 9359.0, 9389.0, 9311.0, 9370.0, 9308.0, 9328.0, 9321.0, 9305.0, 9310.0, 9324.0, 9315.0, 9337.0, 9329.0, 9381.0, 9368.0, 9378.0, 9420.0, 9351.0, 9429.0, 9359.0, 9435.0, 9393.0, 9367.0, 9421.0, 9394.0, 9380.0, 9349.0, 9269.0, 9291.0, 9288.0, 9356.0, 9321.0, 9385.0, 9338.0, 9393.0, 9324.0, 9375.0, 9385.0, 9336.0, 9378.0, 9347.0, 9312.0, 9288.0, 9313.0, 9312.0, 9335.0, 9313.0, 9375.0, 9308.0, 9349.0, 9286.0, 9337.0, 9289.0, 9329.0, 9294.0, 9345.0, 9297.0, 9308.0, 9314.0, 9369.0, 9296.0, 9362.0, 9306.0, 9380.0, 9330.0, 9339.0, 9318.0, 9299.0, 9318.0, 9386.0, 9323.0, 9389.0, 9362.0, 9305.0, 9314.0, 9311.0, 9339.0, 9396.0, 9367.0, 9331.0, 9276.0, 9356.0, 9289.0, 9293.0, 9294.0, 9295.0, 9297.0, 9368.0, 9301.0, 9350.0, 9293.0, 9276.0, 9291.0, 9328.0, 9290.0, 9367.0, 9284.0, 9343.0, 9274.0, 9329.0, 9267.0, 9269.0, 9257.0, 9272.0, 9272.0, 9282.0, 9364.0, 9297.0, 9326.0, 9280.0, 9296.0, 9283.0, 9299.0, 9287.0, 9322.0, 9350.0, 9339.0, 9366.0, 9323.0, 9419.0, 9342.0, 9355.0, 9379.0, 9310.0, 9340.0, 9315.0, 9397.0, 9358.0, 9336.0, 9281.0, 9390.0, 9349.0, 9323.0, 9345.0, 9293.0, 9332.0, 9283.0, 9365.0, 9303.0, 9298.0, 9300.0, 9352.0, 9290.0, 9341.0, 9303.0, 9316.0, 9331.0, 9300.0, 9299.0, 9285.0, 9284.0, 9298.0, 9403.0, 9369.0, 9367.0, 9325.0, 9333.0, 9279.0, 9278.0, 9281.0, 9281.0, 9282.0, 9304.0, 9401.0, 9355.0, 9338.0, 9283.0, 9306.0, 9278.0, 9280.0, 9280.0, 9301.0, 9315.0, 9302.0, 9401.0, 9324.0, 9347.0, 9278.0, 9278.0, 9278.0, 9282.0, 9286.0, 9302.0, 9302.0, 9319.0, 9300.0, 9306.0, 9383.0, 9307.0, 9347.0, 9344.0, 9362.0, 9299.0, 9301.0, 9286.0, 9300.0, 9337.0, 9303.0, 9397.0, 9354.0, 9377.0, 9322.0, 9348.0, 9307.0, 9340.0, 9398.0, 9379.0, 9330.0, 9289.0, 9324.0, 9277.0, 9281.0, 9285.0, 9298.0, 9302.0, 9317.0, 9284.0, 9286.0, 9362.0, 9286.0, 9354.0, 9327.0, 9355.0, 9282.0, 9295.0, 9307.0, 9283.0, 9379.0, 9314.0, 9352.0, 9326.0, 9308.0, 9286.0, 9303.0, 9307.0, 9309.0, 9415.0, 9344.0, 9382.0, 9360.0, 9368.0, 9430.0, 9398.0, 9348.0, 9338.0, 9267.0, 9332.0, 9284.0, 9339.0, 9280.0, 9328.0, 9297.0, 9311.0, 9315.0, 9271.0, 9260.0, 9270.0, 9263.0, 9291.0, 9281.0, 9309.0, 9362.0, 9322.0, 9274.0, 9293.0, 9276.0, 9278.0, 9300.0, 9356.0, 9318.0, 9316.0, 9281.0, 9283.0, 9341.0, 9300.0, 9285.0, 9374.0, 9402.0, 9380.0, 9364.0, 9344.0, 9349.0, 9298.0, 9278.0, 9269.0, 9320.0, 9265.0, 9277.0, 9254.0, 9296.0, 9258.0, 9310.0, 9259.0, 9269.0, 9261.0, 9299.0, 9280.0, 9353.0, 9324.0, 9366.0, 9322.0, 9329.0, 9264.0, 9310.0, 9285.0, 9346.0, 9328.0, 9347.0, 9300.0, 9324.0, 9279.0, 9277.0, 9292.0, 9298.0, 9299.0, 9299.0, 9342.0, 9305.0, 9355.0, 9285.0, 9353.0, 9362.0, 9320.0, 9378.0, 9310.0, 9373.0, 9304.0, 9376.0, 9329.0, 9351.0, 9283.0, 9307.0, 9255.0, 9295.0, 9332.0, 9251.0, 9320.0, 9258.0, 9294.0, 9256.0, 9281.0, 9263.0, 9302.0, 9282.0, 9322.0, 9280.0, 9295.0, 9379.0, 9334.0, 9317.0, 9257.0, 9259.0, 9257.0, 9275.0, 9295.0, 9299.0, 9311.0, 9288.0, 9322.0, 9284.0, 9355.0, 9361.0, 9289.0, 9373.0, 9302.0, 9315.0, 9282.0, 9290.0, 9284.0, 9300.0, 9304.0, 9312.0, 9404.0, 9340.0, 9346.0, 9295.0, 9333.0, 9323.0, 9367.0, 9377.0, 9395.0, 9417.0, 9368.0, 9380.0, 9316.0, 9304.0, 9334.0, 9308.0, 9322.0, 9318.0, 9291.0, 9276.0, 9277.0, 9283.0, 9416.0, 9377.0, 9361.0, 9284.0, 9282.0, 9253.0, 9270.0, 9276.0, 9280.0, 9319.0, 9283.0, 9336.0, 9283.0, 9321.0, 9335.0, 9297.0, 9377.0, 9293.0, 9315.0, 9263.0, 9304.0, 9357.0, 9279.0, 9357.0, 9316.0, 9296.0, 9261.0, 9273.0, 9279.0, 9294.0, 9284.0, 9311.0, 9282.0, 9297.0, 9392.0, 9343.0, 9342.0, 9314.0, 9299.0, 9283.0, 9284.0, 9258.0, 9288.0, 9259.0, 9278.0, 9378.0, 9345.0, 9341.0, 9266.0, 9269.0, 9268.0, 9257.0, 9269.0, 9276.0, 9344.0, 9291.0, 9330.0, 9268.0, 9272.0, 9352.0, 9268.0, 9297.0, 9273.0, 9283.0, 9261.0, 9272.0, 9278.0, 9276.0, 9282.0, 9299.0, 9393.0, 9364.0, 9332.0, 9293.0, 9292.0, 9275.0, 9280.0, 9291.0, 9298.0, 9327.0, 9288.0, 9340.0, 9306.0, 9347.0, 9413.0, 9340.0, 9381.0, 9349.0, 9316.0, 9280.0, 9331.0, 9292.0, 9307.0, 9298.0, 9340.0, 9278.0, 9307.0, 9398.0, 9326.0, 9312.0, 9370.0, 9335.0, 9264.0, 9270.0, 9309.0, 9275.0, 9277.0, 9359.0, 9275.0, 9315.0, 9292.0, 9289.0, 9282.0, 9292.0, 9285.0, 9314.0, 9301.0, 9341.0, 9284.0, 9311.0, 9395.0, 9358.0, 9347.0, 9371.0, 9325.0, 9272.0, 9272.0, 9281.0, 9274.0, 9326.0, 9278.0, 9275.0, 9276.0, 9290.0, 9280.0, 9296.0, 9297.0, 9308.0, 9346.0, 9309.0, 9301.0, 9304.0, 9406.0, 9363.0, 9315.0, 9395.0, 9358.0, 9327.0, 9278.0, 9283.0, 9318.0, 9255.0, 9294.0, 9257.0, 9269.0, 9272.0, 9275.0, 9302.0, 9300.0, 9301.0, 9322.0, 9323.0, 9307.0, 9318.0, 9304.0, 9340.0, 9303.0, 9371.0, 9321.0, 9316.0, 9301.0, 9285.0, 9327.0, 9397.0, 9369.0, 9412.0, 9380.0, 9343.0, 9301.0, 9295.0, 9273.0, 9375.0, 9330.0, 9391.0, 9339.0, 9317.0, 9262.0, 9316.0, 9262.0, 9278.0, 9270.0, 9282.0, 9259.0, 9303.0, 9276.0, 9302.0, 9295.0, 9360.0, 9306.0, 9373.0, 9347.0, 9389.0, 9363.0, 9308.0, 9279.0, 9276.0, 9249.0, 9329.0, 9247.0, 9330.0, 9278.0, 9320.0, 9281.0, 9249.0, 9249.0, 9256.0, 9266.0, 9272.0, 9290.0, 9291.0, 9334.0, 9277.0, 9300.0, 9263.0, 9300.0, 9280.0, 9333.0, 9309.0, 9359.0, 9325.0, 9286.0, 9278.0, 9359.0, 9298.0, 9282.0, 9387.0, 9323.0, 9352.0, 9294.0, 9289.0, 9251.0, 9266.0, 9280.0, 9316.0, 9301.0, 9307.0, 9316.0, 9322.0, 9299.0, 9336.0, 9299.0, 9379.0, 9349.0, 9379.0, 9358.0, 9374.0, 9339.0, 9334.0, 9281.0, 9275.0, 9251.0, 9281.0, 9365.0, 9315.0, 9315.0, 9298.0, 9242.0, 9248.0, 9247.0, 9255.0, 9255.0, 9276.0, 9281.0, 9302.0, 9312.0, 9320.0, 9341.0, 9288.0, 9343.0, 9402.0, 9361.0, 9343.0, 9316.0, 9371.0, 9313.0, 9320.0, 9270.0, 9295.0, 9273.0, 9315.0, 9307.0, 9345.0, 9333.0, 9373.0, 9300.0, 9328.0, 9383.0, 9345.0, 9331.0, 9332.0, 9284.0, 9270.0, 9286.0, 9271.0, 9271.0, 9282.0, 9310.0, 9327.0, 9338.0, 9324.0, 9357.0, 9329.0, 9372.0, 9323.0, 9375.0, 9336.0, 9418.0, 9386.0, 9419.0, 9382.0, 9379.0, 9347.0, 9286.0, 9284.0, 9371.0, 9317.0, 9288.0, 9342.0, 9290.0, 9252.0, 9264.0, 9254.0, 9274.0, 9349.0, 9299.0, 9306.0, 9272.0, 9258.0, 9249.0, 9260.0, 9248.0, 9262.0, 9261.0, 9254.0, 9350.0, 9320.0, 9312.0, 9260.0, 9257.0, 9244.0, 9258.0, 9244.0, 9253.0, 9304.0, 9251.0, 9248.0, 9252.0, 9337.0, 9285.0, 9260.0, 9344.0, 9245.0, 9314.0, 9261.0, 9300.0, 9253.0, 9265.0, 9268.0, 9282.0, 9325.0, 9271.0, 9337.0, 9270.0, 9311.0, 9338.0, 9332.0, 9262.0, 9270.0, 9210.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.002111551312649165</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03658078937947494</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.52923219820789</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2027201319474328</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0048002093667854</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4694</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5989.4546</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1063530983697952</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.801909307875895</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.518491153564554</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.458072941394974</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.740656116475848</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3567444028228404</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0113062</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014879575930535793</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026927398517727852</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.8695940531263586</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>20.5638</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.445</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.6285</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300734.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>763.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.2558</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4006</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.7445</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3400.7427</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3621.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75810.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1076.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4434.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.7509</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.6263811273966</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> |