=== 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-0103 --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-0103",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
122 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-0103_ses-01_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-0103_ses-01_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-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_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-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_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-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0103/figures/sub-0103_ses-01_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_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-0103/ses-01/func/sub-0103_ses-01_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>952a45ece5ab18917fe41f3797859da6</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>18:16:43.942500</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.992429, -0.0638596, 0.104911, 0.0735761, 0.993082, -0.0915183]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0850829</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>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4265, -7768, -7211, 196, -79, -142, -115, 30]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.904</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6586e22d-d363-4f9e-9884-f3d3c284341e||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.6626148223876953, 0.19739916920661926, 0.2655199468135834, 93.17306518554688], [0.1713305562734604, 2.664365291595459, -0.2660696506500244, -89.47603607177734], [0.28146815299987793, 0.24553678929805756, 2.673706293106079, -84.56039428710938], [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, 1073]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['181643.942500', '181644.402500', '181644.862500', '181645.322500', '181645.782500', '181646.242500', '181646.702500', '181647.162500', '181647.622500', '181648.082500', '181648.542500', '181649.002500', '181649.462500', '181649.922500', '181650.382500', '181650.842500', '181651.302500', '181651.762500', '181652.222500', '181652.682500', '181653.142500', '181653.602500', '181654.062500', '181654.522500', '181654.982500', '181655.442500', '181655.902500', '181656.362500', '181656.822500', '181657.282500', '181657.742500', '181658.202500', '181658.662500', '181659.122500', '181659.582500', '181700.042500', '181700.502500', '181700.962500', '181701.422500', '181701.882500', '181702.342500', '181702.802500', '181703.262500', '181703.722500', '181704.182500', '181704.642500', '181705.102500', '181705.562500', '181706.022500', '181706.482500', '181706.942500', '181707.402500', '181707.862500', '181708.322500', '181708.782500', '181709.242500', '181709.702500', '181710.162500', '181710.622500', '181711.082500', '181711.542500', '181712.002500', '181712.462500', '181712.922500', '181713.382500', '181713.842500', '181714.302500', '181714.762500', '181715.222500', '181715.682500', '181716.142500', '181716.602500', '181717.062500', '181717.522500', '181717.982500', '181718.442500', '181718.902500', '181719.362500', '181719.822500', '181720.282500', '181720.742500', '181721.202500', '181721.662500', '181722.122500', '181722.582500', '181723.042500', '181723.502500', '181723.962500', '181724.422500', '181724.882500', '181725.342500', '181725.802500', '181726.262500', '181726.722500', '181727.182500', '181727.642500', '181728.102500', '181728.562500', '181729.022500', '181729.482500', '181729.942500', '181730.402500', '181730.862500', '181731.322500', '181731.782500', '181732.242500', '181732.702500', '181733.162500', '181733.622500', '181734.082500', '181734.542500', '181735.002500', '181735.462500', '181735.922500', '181736.382500', '181736.842500', '181737.302500', '181737.762500', '181738.222500', '181738.682500', '181739.142500', '181739.602500', '181740.062500', '181740.522500', '181740.982500', '181741.442500', '181741.902500', '181742.362500', '181742.822500', '181743.282500', '181743.742500', '181744.202500', '181744.662500', '181745.122500', '181745.582500', '181746.042500', '181746.502500', '181746.962500', '181747.422500', '181747.882500', '181748.342500', '181748.802500', '181749.262500', '181749.722500', '181750.182500', '181750.642500', '181751.102500', '181751.562500', '181752.022500', '181752.482500', '181752.942500', '181753.402500', '181753.862500', '181754.322500', '181754.782500', '181755.242500', '181755.702500', '181756.162500', '181756.622500', '181757.082500', '181757.542500', '181758.002500', '181758.462500', '181758.922500', '181759.382500', '181759.842500', '181800.302500', '181800.762500', '181801.222500', '181801.682500', '181802.142500', '181802.602500', '181803.062500', '181803.522500', '181803.982500', '181804.442500', '181804.902500', '181805.362500', '181805.822500', '181806.282500', '181806.742500', '181807.202500', '181807.662500', '181808.122500', '181808.582500', '181809.042500', '181809.502500', '181809.962500', '181810.422500', '181810.882500', '181811.342500', '181811.802500', '181812.262500', '181812.722500', '181813.182500', '181813.642500', '181814.102500', '181814.562500', '181815.022500', '181815.482500', '181815.942500', '181816.402500', '181816.862500', '181817.322500', '181817.782500', '181818.242500', '181818.702500', '181819.162500', '181819.622500', '181820.082500', '181820.542500', '181821.002500', '181821.462500', '181821.922500', '181822.382500', '181822.842500', '181823.302500', '181823.762500', '181824.222500', '181824.682500', '181825.142500', '181825.602500', '181826.062500', '181826.522500', '181826.982500', '181827.442500', '181827.902500', '181828.362500', '181828.822500', '181829.282500', '181829.742500', '181830.202500', '181830.662500', '181831.122500', '181831.582500', '181832.042500', '181832.502500', '181832.962500', '181833.422500', '181833.882500', '181834.342500', '181834.802500', '181835.262500', '181835.722500', '181836.182500', '181836.642500', '181837.102500', '181837.562500', '181838.022500', '181838.482500', '181838.942500', '181839.402500', '181839.862500', '181840.322500', '181840.782500', '181841.242500', '181841.702500', '181842.162500', '181842.622500', '181843.082500', '181843.542500', '181844.002500', '181844.462500', '181844.922500', '181845.382500', '181845.842500', '181846.302500', '181846.762500', '181847.222500', '181847.682500', '181848.142500', '181848.602500', '181849.062500', '181849.522500', '181849.982500', '181850.442500', '181850.902500', '181851.362500', '181851.822500', '181852.282500', '181852.742500', '181853.202500', '181853.662500', '181854.122500', '181854.582500', '181855.042500', '181855.502500', '181855.962500', '181856.422500', '181856.882500', '181857.342500', '181857.802500', '181858.262500', '181858.722500', '181859.182500', '181859.642500', '181900.102500', '181900.562500', '181901.022500', '181901.482500', '181901.942500', '181902.402500', '181902.862500', '181903.322500', '181903.782500', '181904.242500', '181904.702500', '181905.162500', '181905.622500', '181906.082500', '181906.542500', '181907.002500', '181907.462500', '181907.922500', '181908.382500', '181908.842500', '181909.302500', '181909.762500', '181910.222500', '181910.682500', '181911.142500', '181911.602500', '181912.062500', '181912.522500', '181912.982500', '181913.442500', '181913.902500', '181914.362500', '181914.822500', '181915.282500', '181915.742500', '181916.202500', '181916.662500', '181917.122500', '181917.582500', '181918.042500', '181918.502500', '181918.962500', '181919.422500', '181919.882500', '181920.342500', '181920.802500', '181921.262500', '181921.722500', '181922.182500', '181922.642500', '181923.102500', '181923.562500', '181924.022500', '181924.482500', '181924.942500', '181925.402500', '181925.862500', '181926.322500', '181926.782500', '181927.242500', '181927.702500', '181928.162500', '181928.622500', '181929.082500', '181929.542500', '181930.002500', '181930.462500', '181930.922500', '181931.382500', '181931.842500', '181932.302500', '181932.762500', '181933.222500', '181933.682500', '181934.142500', '181934.602500', '181935.062500', '181935.522500', '181935.982500', '181936.442500', '181936.902500', '181937.362500', '181937.822500', '181938.282500', '181938.742500', '181939.202500', '181939.662500', '181940.122500', '181940.582500', '181941.042500', '181941.502500', '181941.962500', '181942.422500', '181942.882500', '181943.342500', '181943.802500', '181944.262500', '181944.722500', '181945.182500', '181945.642500', '181946.102500', '181946.562500', '181947.022500', '181947.482500', '181947.942500', '181948.402500', '181948.862500', '181949.322500', '181949.782500', '181950.242500', '181950.702500', '181951.162500', '181951.622500', '181952.082500', '181952.542500', '181953.002500', '181953.462500', '181953.922500', '181954.382500', '181954.842500', '181955.302500', '181955.762500', '181956.222500', '181956.682500', '181957.142500', '181957.602500', '181958.062500', '181958.522500', '181958.982500', '181959.442500', '181959.902500', '182000.362500', '182000.822500', '182001.282500', '182001.742500', '182002.202500', '182002.662500', '182003.122500', '182003.582500', '182004.042500', '182004.502500', '182004.962500', '182005.422500', '182005.882500', '182006.342500', '182006.802500', '182007.262500', '182007.722500', '182008.182500', '182008.642500', '182009.102500', '182009.562500', '182010.022500', '182010.482500', '182010.942500', '182011.402500', '182011.862500', '182012.322500', '182012.782500', '182013.242500', '182013.702500', '182014.162500', '182014.622500', '182015.082500', '182015.542500', '182016.002500', '182016.462500', '182016.922500', '182017.382500', '182017.842500', '182018.302500', '182018.762500', '182019.222500', '182019.682500', '182020.142500', '182020.602500', '182021.062500', '182021.522500', '182021.982500', '182022.442500', '182022.902500', '182023.362500', '182023.822500', '182024.282500', '182024.742500', '182025.202500', '182025.662500', '182026.122500', '182026.582500', '182027.042500', '182027.502500', '182027.962500', '182028.422500', '182028.882500', '182029.342500', '182029.802500', '182030.262500', '182030.722500', '182031.182500', '182031.642500', '182032.102500', '182032.562500', '182033.022500', '182033.482500', '182033.942500', '182034.402500', '182034.862500', '182035.322500', '182035.782500', '182036.242500', '182036.702500', '182037.162500', '182037.622500', '182038.082500', '182038.542500', '182039.002500', '182039.462500', '182039.922500', '182040.382500', '182040.842500', '182041.302500', '182041.762500', '182042.222500', '182042.682500', '182043.142500', '182043.602500', '182044.062500', '182044.522500', '182044.982500', '182045.442500', '182045.902500', '182046.362500', '182046.822500', '182047.282500', '182047.742500', '182048.202500', '182048.662500', '182049.122500', '182049.582500', '182050.042500', '182050.502500', '182050.962500', '182051.422500', '182051.882500', '182052.342500', '182052.802500', '182053.262500', '182053.722500', '182054.182500', '182054.642500', '182055.102500', '182055.562500', '182056.022500', '182056.482500', '182056.942500', '182057.402500', '182057.862500', '182058.322500', '182058.782500', '182059.242500', '182059.702500', '182100.162500', '182100.622500', '182101.082500', '182101.542500', '182102.002500', '182102.462500', '182102.922500', '182103.382500', '182103.842500', '182104.302500', '182104.762500', '182105.222500', '182105.682500', '182106.142500', '182106.602500', '182107.062500', '182107.522500', '182107.982500', '182108.442500', '182108.902500', '182109.362500', '182109.822500', '182110.282500', '182110.742500', '182111.202500', '182111.662500', '182112.122500', '182112.582500', '182113.042500', '182113.502500', '182113.962500', '182114.422500', '182114.882500', '182115.342500', '182115.802500', '182116.262500', '182116.722500', '182117.182500', '182117.642500', '182118.102500', '182118.562500', '182119.022500', '182119.482500', '182119.942500', '182120.402500', '182120.862500', '182121.322500', '182121.782500', '182122.242500', '182122.702500', '182123.162500', '182123.622500', '182124.082500', '182124.542500', '182125.002500', '182125.462500', '182125.922500', '182126.382500', '182126.842500', '182127.302500', '182127.762500', '182128.222500', '182128.682500', '182129.142500', '182129.602500', '182130.062500', '182130.522500', '182130.982500', '182131.442500', '182131.902500', '182132.362500', '182132.822500', '182133.282500', '182133.742500', '182134.202500', '182134.662500', '182135.122500', '182135.582500', '182136.042500', '182136.502500', '182136.962500', '182137.422500', '182137.882500', '182138.342500', '182138.802500', '182139.262500', '182139.722500', '182140.182500', '182140.642500', '182141.102500', '182141.562500', '182142.022500', '182142.482500', '182142.942500', '182143.402500', '182143.862500', '182144.322500', '182144.782500', '182145.242500', '182145.702500', '182146.162500', '182146.622500', '182147.082500', '182147.542500', '182148.002500', '182148.462500', '182148.922500', '182149.382500', '182149.842500', '182150.302500', '182150.762500', '182151.222500', '182151.682500', '182152.142500', '182152.602500', '182153.062500', '182153.522500', '182153.982500', '182154.442500', '182154.902500', '182155.362500', '182155.822500', '182156.282500', '182156.742500', '182157.202500', '182157.662500', '182158.122500', '182158.582500', '182159.042500', '182159.502500', '182159.962500', '182200.422500', '182200.882500', '182201.342500', '182201.802500', '182202.262500', '182202.722500', '182203.182500', '182203.642500', '182204.102500', '182204.562500', '182205.022500', '182205.482500', '182205.942500', '182206.402500', '182206.862500', '182207.322500', '182207.782500', '182208.242500', '182208.702500', '182209.162500', '182209.622500', '182210.082500', '182210.542500', '182211.002500', '182211.462500', '182211.922500', '182212.382500', '182212.842500', '182213.302500', '182213.762500', '182214.222500', '182214.682500', '182215.142500', '182215.602500', '182216.062500', '182216.522500', '182216.982500', '182217.442500', '182217.902500', '182218.362500', '182218.822500', '182219.282500', '182219.742500', '182220.202500', '182220.662500', '182221.122500', '182221.582500', '182222.042500', '182222.502500', '182222.962500', '182223.422500', '182223.882500', '182224.342500', '182224.802500', '182225.262500', '182225.722500', '182226.182500', '182226.642500', '182227.102500', '182227.562500', '182228.022500', '182228.482500', '182228.942500', '182229.402500', '182229.862500', '182230.322500', '182230.782500', '182231.242500', '182231.702500', '182232.162500', '182232.622500', '182233.082500', '182233.542500', '182234.002500', '182234.462500', '182234.922500', '182235.382500', '182235.842500', '182236.302500', '182236.762500', '182237.222500', '182237.682500', '182238.142500', '182238.602500', '182239.062500', '182239.522500', '182239.982500', '182240.442500', '182240.902500', '182241.362500', '182241.822500', '182242.282500', '182242.742500', '182243.202500', '182243.662500', '182244.122500', '182244.582500', '182245.042500', '182245.502500', '182245.962500', '182246.422500', '182246.882500', '182247.342500', '182247.802500', '182248.262500', '182248.722500', '182249.182500', '182249.642500', '182250.102500', '182250.562500', '182251.022500', '182251.482500', '182251.942500', '182252.402500', '182252.862500', '182253.322500', '182253.782500', '182254.242500', '182254.702500', '182255.162500', '182255.622500', '182256.082500', '182256.542500', '182257.002500', '182257.462500', '182257.922500', '182258.382500', '182258.842500', '182259.302500', '182259.762500', '182300.222500', '182300.682500', '182301.142500', '182301.602500', '182302.062500', '182302.522500', '182302.982500', '182303.442500', '182303.902500', '182304.362500', '182304.822500', '182305.282500', '182305.742500', '182306.202500', '182306.662500', '182307.122500', '182307.582500', '182308.042500', '182308.502500', '182308.962500', '182309.422500', '182309.882500', '182310.342500', '182310.802500', '182311.262500', '182311.722500', '182312.182500', '182312.642500', '182313.102500', '182313.562500', '182314.022500', '182314.482500', '182314.942500', '182315.402500', '182315.862500', '182316.322500', '182316.782500', '182317.242500', '182317.702500', '182318.162500', '182318.622500', '182319.082500', '182319.542500', '182320.002500', '182320.462500', '182320.922500', '182321.382500', '182321.842500', '182322.302500', '182322.762500', '182323.222500', '182323.682500', '182324.142500', '182324.602500', '182325.062500', '182325.522500', '182325.982500', '182326.442500', '182326.902500', '182327.362500', '182327.822500', '182328.282500', '182328.742500', '182329.202500', '182329.662500', '182330.122500', '182330.582500', '182331.042500', '182331.502500', '182331.962500', '182332.422500', '182332.882500', '182333.342500', '182333.802500', '182334.262500', '182334.722500', '182335.182500', '182335.642500', '182336.102500', '182336.562500', '182337.022500', '182337.482500', '182337.942500', '182338.402500', '182338.862500', '182339.322500', '182339.782500', '182340.242500', '182340.702500', '182341.162500', '182341.622500', '182342.082500', '182342.542500', '182343.002500', '182343.462500', '182343.922500', '182344.382500', '182344.842500', '182345.302500', '182345.762500', '182346.222500', '182346.682500', '182347.142500', '182347.602500', '182348.062500', '182348.522500', '182348.982500', '182349.442500', '182349.902500', '182350.362500', '182350.822500', '182351.282500', '182351.742500', '182352.202500', '182352.662500', '182353.122500', '182353.582500', '182354.042500', '182354.502500', '182354.962500', '182355.422500', '182355.882500', '182356.342500', '182356.802500', '182357.262500', '182357.722500', '182358.182500', '182358.642500', '182359.102500', '182359.562500', '182400.022500', '182400.482500', '182400.942500', '182401.402500', '182401.862500', '182402.322500', '182402.782500', '182403.242500', '182403.702500', '182404.162500', '182404.622500', '182405.082500', '182405.542500', '182406.002500', '182406.462500', '182406.922500', '182407.382500', '182407.842500', '182408.302500', '182408.762500', '182409.222500', '182409.682500', '182410.142500', '182410.602500', '182411.062500', '182411.522500', '182411.982500', '182412.442500', '182412.902500', '182413.362500', '182413.822500', '182414.282500', '182414.742500', '182415.202500', '182415.662500', '182416.122500', '182416.582500', '182417.042500', '182417.502500', '182417.962500', '182418.422500', '182418.882500', '182419.342500', '182419.802500', '182420.262500', '182420.722500', '182421.182500', '182421.642500', '182422.102500', '182422.562500', '182423.022500', '182423.482500', '182423.942500', '182424.402500', '182424.862500', '182425.322500', '182425.782500', '182426.242500', '182426.702500', '182427.162500', '182427.622500', '182428.082500', '182428.542500', '182429.002500', '182429.462500', '182429.922500', '182430.382500', '182430.842500', '182431.302500', '182431.762500', '182432.222500', '182432.682500', '182433.142500', '182433.602500', '182434.062500', '182434.522500', '182434.982500', '182435.442500', '182435.902500', '182436.362500', '182436.822500', '182437.282500', '182437.742500', '182438.202500', '182438.662500', '182439.122500', '182439.582500', '182440.042500', '182440.502500', '182440.962500', '182441.422500', '182441.882500', '182442.342500', '182442.802500', '182443.262500', '182443.722500', '182444.182500', '182444.642500', '182445.102500', '182445.562500', '182446.022500', '182446.482500', '182446.942500', '182447.402500', '182447.862500', '182448.322500', '182448.782500', '182449.242500', '182449.702500', '182450.162500', '182450.622500', '182451.082500', '182451.542500', '182452.002500', '182452.462500', '182452.922500', '182453.382500', '182453.842500', '182454.302500', '182454.762500', '182455.222500', '182455.682500', '182456.142500', '182456.602500', '182457.062500'], 'ContentTime': ['181711.807000', '181711.810000', '181711.813000', '181711.816000', '181711.818000', '181711.821000', '181711.824000', '181711.826000', '181711.829000', '181711.832000', '181711.834000', '181711.837000', '181711.840000', '181711.842000', '181711.845000', '181711.847000', '181711.850000', '181711.853000', '181711.856000', '181711.858000', '181711.870000', '181711.873000', '181711.876000', '181711.878000', '181711.881000', '181711.883000', '181711.886000', '181711.889000', '181711.891000', '181711.894000', '181711.897000', '181711.899000', '181711.902000', '181711.904000', '181711.907000', '181711.910000', '181711.912000', '181711.915000', '181711.917000', '181711.920000', '181711.923000', '181711.925000', '181711.928000', '181711.930000', '181711.933000', '181711.936000', '181711.938000', '181711.941000', '181711.943000', '181711.946000', '181711.949000', '181711.951000', '181711.954000', '181711.956000', '181711.959000', '181711.962000', '181711.964000', '181711.967000', '181731.770000', '181731.774000', '181731.776000', '181731.779000', '181731.781000', '181731.784000', '181731.787000', '181731.789000', '181731.792000', '181731.794000', '181731.797000', '181731.800000', '181731.802000', '181731.805000', '181731.808000', '181731.810000', '181731.813000', '181731.815000', '181731.818000', '181731.821000', '181731.823000', '181731.833000', '181731.836000', '181731.838000', '181731.841000', '181731.844000', '181731.846000', '181731.849000', '181731.851000', '181731.854000', '181731.857000', '181731.859000', '181731.862000', '181731.865000', '181731.867000', '181731.870000', '181731.872000', '181731.875000', '181731.878000', '181731.880000', '181731.883000', '181731.886000', '181731.888000', '181731.891000', '181751.771000', '181751.774000', '181751.777000', '181751.780000', '181751.782000', '181751.785000', '181751.788000', '181751.790000', '181751.793000', '181751.795000', '181751.798000', '181751.801000', '181751.803000', '181751.806000', '181751.809000', '181751.811000', '181751.814000', '181751.817000', '181751.819000', '181751.822000', '181751.825000', '181751.827000', '181751.830000', '181751.832000', '181751.835000', '181751.838000', '181751.840000', '181751.843000', '181751.845000', '181751.848000', '181751.851000', '181751.853000', '181751.856000', '181751.858000', '181751.861000', '181751.864000', '181751.866000', '181751.869000', '181751.871000', '181751.874000', '181751.877000', '181751.879000', '181751.882000', '181811.772000', '181811.775000', '181811.777000', '181811.780000', '181811.783000', '181811.785000', '181811.788000', '181811.790000', '181811.793000', '181811.796000', '181811.798000', '181811.801000', '181811.804000', '181811.806000', '181811.809000', '181811.811000', '181811.814000', '181811.817000', '181811.819000', '181811.822000', '181811.825000', '181811.827000', '181811.830000', '181811.833000', '181811.835000', '181811.838000', '181811.841000', '181811.843000', '181811.846000', '181811.849000', '181811.851000', '181811.854000', '181811.856000', '181811.859000', '181811.862000', '181811.864000', '181811.867000', '181811.869000', '181811.872000', '181811.875000', '181811.877000', '181811.880000', '181811.883000', '181811.885000', '181831.771000', '181831.774000', '181831.777000', '181831.780000', '181831.782000', '181831.785000', '181831.787000', '181831.790000', '181831.793000', '181831.795000', '181831.798000', '181831.801000', '181831.803000', '181831.806000', '181831.808000', '181831.811000', '181831.814000', '181831.816000', '181831.819000', '181831.822000', '181831.824000', '181831.827000', '181831.830000', '181831.832000', '181831.835000', '181831.837000', '181831.840000', '181831.843000', '181831.845000', '181831.848000', '181831.851000', '181831.853000', '181831.856000', '181831.858000', '181831.861000', '181831.864000', '181831.866000', '181831.882000', '181831.885000', '181831.887000', '181831.890000', '181831.892000', '181831.895000', '181851.772000', '181851.775000', '181851.777000', '181851.780000', '181851.783000', '181851.785000', '181851.788000', '181851.790000', '181851.793000', '181851.796000', '181851.799000', '181851.801000', '181851.804000', '181851.806000', '181851.809000', '181851.812000', '181851.814000', '181851.817000', '181851.820000', '181851.829000', '181851.832000', '181851.834000', '181851.837000', '181851.840000', '181851.842000', '181851.845000', '181851.848000', '181851.850000', '181851.853000', '181851.855000', '181851.858000', '181851.861000', '181851.863000', '181851.866000', '181851.869000', '181851.872000', '181851.874000', '181851.877000', '181851.879000', '181851.882000', '181851.885000', '181851.887000', '181851.890000', '181851.893000', '181911.771000', '181911.774000', '181911.777000', '181911.780000', '181911.782000', '181911.785000', '181911.787000', '181911.790000', '181911.793000', '181911.795000', '181911.798000', '181911.800000', '181911.803000', '181911.806000', '181911.808000', '181911.811000', '181911.813000', '181911.816000', '181911.818000', '181911.821000', '181911.824000', '181911.827000', '181911.829000', '181911.832000', '181911.834000', '181911.837000', '181911.840000', '181911.842000', '181911.845000', '181911.848000', '181911.850000', '181911.853000', '181911.855000', '181911.858000', '181911.861000', '181911.863000', '181911.866000', '181911.869000', '181911.871000', '181911.874000', '181911.876000', '181911.879000', '181911.882000', '181931.770000', '181931.773000', '181931.776000', '181931.779000', '181931.781000', '181931.784000', '181931.787000', '181931.789000', '181931.792000', '181931.794000', '181931.797000', '181931.800000', '181931.802000', '181931.805000', '181931.807000', '181931.810000', '181931.814000', '181931.817000', '181931.820000', '181931.822000', '181931.825000', '181931.828000', '181931.830000', '181931.833000', '181931.836000', '181931.838000', '181931.841000', '181931.844000', '181931.846000', '181931.849000', '181931.851000', '181931.854000', '181931.857000', '181931.860000', '181931.862000', '181931.865000', '181931.868000', '181931.870000', '181931.873000', '181931.876000', '181931.878000', '181931.881000', '181931.884000', '181931.887000', '181951.770000', '181951.773000', '181951.776000', '181951.778000', '181951.781000', '181951.784000', '181951.787000', '181951.789000', '181951.792000', '181951.795000', '181951.797000', '181951.800000', '181951.803000', '181951.805000', '181951.808000', '181951.810000', '181951.813000', '181951.816000', '181951.818000', '181951.821000', '181951.824000', '181951.826000', '181951.829000', '181951.832000', '181951.834000', '181951.837000', '181951.840000', '181951.842000', '181951.845000', '181951.848000', '181951.850000', '181951.853000', '181951.856000', '181951.858000', '181951.861000', '181951.864000', '181951.866000', '181951.869000', '181951.872000', '181951.874000', '181951.877000', '181951.880000', '181951.882000', '182011.772000', '182011.775000', '182011.778000', '182011.781000', '182011.784000', '182011.786000', '182011.789000', '182011.792000', '182011.794000', '182011.797000', '182011.800000', '182011.802000', '182011.805000', '182011.808000', '182011.810000', '182011.813000', '182011.816000', '182011.818000', '182011.821000', '182011.841000', '182011.843000', '182011.846000', '182011.849000', '182011.852000', '182011.854000', '182011.857000', '182011.859000', '182011.862000', '182011.865000', '182011.867000', '182011.870000', '182011.873000', '182011.875000', '182011.878000', '182011.881000', '182011.883000', '182011.886000', '182011.889000', '182011.891000', '182011.894000', '182011.896000', '182011.899000', '182011.902000', '182011.904000', '182031.772000', '182031.774000', '182031.777000', '182031.780000', '182031.782000', '182031.785000', '182031.788000', '182031.790000', '182031.793000', '182031.796000', '182031.798000', '182031.801000', '182031.804000', '182031.806000', '182031.809000', '182031.812000', '182031.814000', '182031.817000', '182031.820000', '182031.822000', '182031.825000', '182031.827000', '182031.830000', '182031.833000', '182031.835000', '182031.838000', '182031.841000', '182031.843000', '182031.846000', '182031.849000', '182031.851000', '182031.854000', '182031.857000', '182031.859000', '182031.862000', '182031.865000', '182031.867000', '182031.870000', '182031.872000', '182031.875000', '182031.878000', '182031.880000', '182031.883000', '182051.771000', '182051.774000', '182051.777000', '182051.779000', '182051.782000', '182051.785000', '182051.795000', '182051.798000', '182051.800000', '182051.803000', '182051.806000', '182051.808000', '182051.811000', '182051.813000', '182051.816000', '182051.819000', '182051.821000', '182051.824000', '182051.827000', '182051.829000', '182051.832000', '182051.835000', '182051.837000', '182051.840000', '182051.843000', '182051.845000', '182051.848000', '182051.851000', '182051.853000', '182051.856000', '182051.858000', '182051.861000', '182051.864000', '182051.866000', '182051.869000', '182051.872000', '182051.874000', '182051.877000', '182051.880000', '182051.882000', '182051.885000', '182051.888000', '182051.890000', '182051.893000', '182111.771000', '182111.774000', '182111.777000', '182111.780000', '182111.782000', '182111.785000', '182111.788000', '182111.790000', '182111.793000', '182111.795000', '182111.798000', '182111.801000', '182111.803000', '182111.806000', '182111.809000', '182111.811000', '182111.814000', '182111.816000', '182111.819000', '182111.822000', '182111.824000', '182111.827000', '182111.830000', '182111.832000', '182111.835000', '182111.837000', '182111.840000', '182111.843000', '182111.846000', '182111.848000', '182111.851000', '182111.854000', '182111.856000', '182111.859000', '182111.861000', '182111.864000', '182111.867000', '182111.869000', '182111.872000', '182111.874000', '182111.877000', '182111.879000', '182111.882000', '182131.771000', '182131.774000', '182131.777000', '182131.780000', '182131.782000', '182131.785000', '182131.788000', '182131.790000', '182131.793000', '182131.796000', '182131.798000', '182131.801000', '182131.804000', '182131.806000', '182131.809000', '182131.812000', '182131.814000', '182131.818000', '182131.821000', '182131.823000', '182131.826000', '182131.829000', '182131.831000', '182131.834000', '182131.836000', '182131.839000', '182131.842000', '182131.845000', '182131.847000', '182131.850000', '182131.853000', '182131.855000', '182131.858000', '182131.860000', '182131.863000', '182131.866000', '182131.868000', '182131.871000', '182131.874000', '182131.876000', '182131.879000', '182131.882000', '182131.884000', '182131.899000', '182151.771000', '182151.774000', '182151.776000', '182151.779000', '182151.781000', '182151.785000', '182151.787000', '182151.790000', '182151.792000', '182151.795000', '182151.798000', '182151.801000', '182151.803000', '182151.806000', '182151.809000', '182151.811000', '182151.814000', '182151.817000', '182151.819000', '182151.822000', '182151.825000', '182151.827000', '182151.830000', '182151.832000', '182151.835000', '182151.838000', '182151.840000', '182151.843000', '182151.845000', '182151.848000', '182151.851000', '182151.853000', '182151.856000', '182151.859000', '182151.861000', '182151.864000', '182151.867000', '182151.869000', '182151.872000', '182151.874000', '182151.877000', '182151.880000', '182151.882000', '182211.771000', '182211.773000', '182211.776000', '182211.779000', '182211.782000', '182211.785000', '182211.788000', '182211.791000', '182211.794000', '182211.797000', '182211.799000', '182211.802000', '182211.805000', '182211.807000', '182211.810000', '182211.813000', '182211.815000', '182211.818000', '182211.826000', '182211.829000', '182211.831000', '182211.834000', '182211.837000', '182211.839000', '182211.842000', '182211.845000', '182211.847000', '182211.850000', '182211.852000', '182211.855000', '182211.858000', '182211.860000', '182211.863000', '182211.865000', '182211.868000', '182211.871000', '182211.873000', '182211.876000', '182211.879000', '182211.881000', '182211.884000', '182211.887000', '182211.889000', '182231.772000', '182231.775000', '182231.778000', '182231.780000', '182231.783000', '182231.786000', '182231.788000', '182231.791000', '182231.794000', '182231.796000', '182231.799000', '182231.802000', '182231.804000', '182231.807000', '182231.810000', '182231.813000', '182231.815000', '182231.818000', '182231.821000', '182231.823000', '182231.826000', '182231.828000', '182231.831000', '182231.834000', '182231.836000', '182231.839000', '182231.842000', '182231.845000', '182231.847000', '182231.850000', '182231.853000', '182231.855000', '182231.858000', '182231.860000', '182231.863000', '182231.866000', '182231.868000', '182231.871000', '182231.874000', '182231.876000', '182231.879000', '182231.882000', '182231.884000', '182231.887000', '182251.771000', '182251.774000', '182251.777000', '182251.780000', '182251.782000', '182251.785000', '182251.787000', '182251.790000', '182251.793000', '182251.796000', '182251.799000', '182251.802000', '182251.804000', '182251.809000', '182251.812000', '182251.814000', '182251.817000', '182251.819000', '182251.822000', '182251.825000', '182251.827000', '182251.830000', '182251.833000', '182251.835000', '182251.838000', '182251.840000', '182251.843000', '182251.846000', '182251.848000', '182251.851000', '182251.854000', '182251.857000', '182251.860000', '182251.863000', '182251.865000', '182251.868000', '182251.871000', '182251.873000', '182251.876000', '182251.879000', '182251.881000', '182251.884000', '182251.887000', '182311.771000', '182311.774000', '182311.777000', '182311.779000', '182311.783000', '182311.785000', '182311.788000', '182311.790000', '182311.793000', '182311.796000', '182311.798000', '182311.801000', '182311.804000', '182311.806000', '182311.809000', '182311.811000', '182311.814000', '182311.817000', '182311.819000', '182311.822000', '182311.825000', '182311.828000', '182311.830000', '182311.833000', '182311.836000', '182311.838000', '182311.841000', '182311.843000', '182311.846000', '182311.849000', '182311.851000', '182311.854000', '182311.857000', '182311.859000', '182311.862000', '182311.865000', '182311.867000', '182311.870000', '182311.872000', '182311.875000', '182311.878000', '182311.880000', '182311.883000', '182311.886000', '182331.772000', '182331.775000', '182331.778000', '182331.780000', '182331.783000', '182331.785000', '182331.788000', '182331.791000', '182331.793000', '182331.796000', '182331.799000', '182331.801000', '182331.804000', '182331.806000', '182331.809000', '182331.812000', '182331.814000', '182331.817000', '182331.820000', '182331.823000', '182331.826000', '182331.828000', '182331.831000', '182331.833000', '182331.836000', '182331.839000', '182331.841000', '182331.844000', '182331.846000', '182331.849000', '182331.852000', '182331.854000', '182331.857000', '182331.859000', '182331.862000', '182331.864000', '182331.867000', '182331.869000', '182331.872000', '182331.883000', '182331.885000', '182331.888000', '182331.891000', '182351.771000', '182351.774000', '182351.777000', '182351.780000', '182351.782000', '182351.785000', '182351.787000', '182351.790000', '182351.792000', '182351.795000', '182351.798000', '182351.800000', '182351.803000', '182351.806000', '182351.808000', '182351.811000', '182351.813000', '182351.816000', '182351.819000', '182351.821000', '182351.824000', '182351.826000', '182351.829000', '182351.832000', '182351.834000', '182351.837000', '182351.840000', '182351.842000', '182351.845000', '182351.847000', '182351.850000', '182351.852000', '182351.855000', '182351.858000', '182351.860000', '182351.863000', '182351.865000', '182351.868000', '182351.871000', '182351.873000', '182351.876000', '182351.879000', '182351.881000', '182351.884000', '182411.771000', '182411.774000', '182411.776000', '182411.779000', '182411.782000', '182411.784000', '182411.787000', '182411.789000', '182411.792000', '182411.795000', '182411.797000', '182411.800000', '182411.802000', '182411.805000', '182411.808000', '182411.810000', '182411.813000', '182411.815000', '182411.818000', '182411.821000', '182411.823000', '182411.826000', '182411.828000', '182411.831000', '182411.834000', '182411.836000', '182411.839000', '182411.842000', '182411.844000', '182411.847000', '182411.849000', '182411.852000', '182411.855000', '182411.857000', '182411.860000', '182411.862000', '182411.865000', '182411.868000', '182411.871000', '182411.873000', '182411.876000', '182411.878000', '182411.881000', '182431.770000', '182431.773000', '182431.776000', '182431.779000', '182431.781000', '182431.784000', '182431.786000', '182431.789000', '182431.804000', '182431.806000', '182431.809000', '182431.811000', '182431.814000', '182431.817000', '182431.819000', '182431.822000', '182431.824000', '182431.827000', '182431.830000', '182431.832000', '182431.835000', '182431.837000', '182431.840000', '182431.843000', '182431.845000', '182431.848000', '182431.850000', '182431.853000', '182431.856000', '182431.858000', '182431.861000', '182431.863000', '182431.867000', '182431.870000', '182431.872000', '182431.875000', '182431.877000', '182431.880000', '182431.883000', '182431.885000', '182431.888000', '182431.890000', '182431.893000', '182431.896000', '182451.772000', '182451.774000', '182451.777000', '182451.780000', '182451.782000', '182451.785000', '182451.788000', '182451.790000', '182451.793000', '182451.795000', '182451.798000', '182451.801000', '182451.803000', '182451.806000', '182451.808000', '182451.811000', '182451.814000', '182451.816000', '182451.819000', '182451.821000', '182451.824000', '182451.827000', '182451.829000', '182451.832000', '182451.834000', '182451.837000', '182451.839000', '182451.842000', '182451.845000', '182451.847000', '182451.850000', '182451.852000', '182451.855000', '182451.858000', '182451.861000', '182451.864000', '182451.867000', '182451.869000', '182451.872000', '182451.874000', '182451.877000', '182451.880000', '182451.882000', '182458.308000', '182458.311000', '182458.314000', '182458.317000', '182458.320000', '182458.322000', '182458.325000', '182458.328000', '182458.331000', '182458.334000', '182458.337000', '182458.340000', '182458.343000', '182458.346000', '182458.349000'], 'InstanceCreationTime': ['181711.807000', '181711.810000', '181711.813000', '181711.816000', '181711.818000', '181711.821000', '181711.824000', '181711.826000', '181711.829000', '181711.832000', '181711.834000', '181711.837000', '181711.840000', '181711.842000', '181711.845000', '181711.847000', '181711.850000', '181711.853000', '181711.856000', '181711.858000', '181711.870000', '181711.873000', '181711.876000', '181711.878000', '181711.881000', '181711.883000', '181711.886000', '181711.889000', '181711.891000', '181711.894000', '181711.897000', '181711.899000', '181711.902000', '181711.904000', '181711.907000', '181711.910000', '181711.912000', '181711.915000', '181711.917000', '181711.920000', '181711.923000', '181711.925000', '181711.928000', '181711.930000', '181711.933000', '181711.936000', '181711.938000', '181711.941000', '181711.943000', '181711.946000', '181711.949000', '181711.951000', '181711.954000', '181711.956000', '181711.959000', '181711.962000', '181711.964000', '181711.967000', '181731.770000', '181731.774000', '181731.776000', '181731.779000', '181731.781000', '181731.784000', '181731.787000', '181731.789000', '181731.792000', '181731.794000', '181731.797000', '181731.800000', '181731.802000', '181731.805000', '181731.808000', '181731.810000', '181731.813000', '181731.815000', '181731.818000', '181731.821000', '181731.823000', '181731.833000', '181731.836000', '181731.838000', '181731.841000', '181731.844000', '181731.846000', '181731.849000', '181731.851000', '181731.854000', '181731.857000', '181731.859000', '181731.862000', '181731.865000', '181731.867000', '181731.870000', '181731.872000', '181731.875000', '181731.878000', '181731.880000', '181731.883000', '181731.886000', '181731.888000', '181731.891000', '181751.771000', '181751.774000', '181751.777000', '181751.780000', '181751.782000', '181751.785000', '181751.788000', '181751.790000', '181751.793000', '181751.795000', '181751.798000', '181751.801000', '181751.803000', '181751.806000', '181751.809000', '181751.811000', '181751.814000', '181751.817000', '181751.819000', '181751.822000', '181751.825000', '181751.827000', '181751.830000', '181751.832000', '181751.835000', '181751.838000', '181751.840000', '181751.843000', '181751.845000', '181751.848000', '181751.851000', '181751.853000', '181751.856000', '181751.858000', '181751.861000', '181751.864000', '181751.866000', '181751.869000', '181751.871000', '181751.874000', '181751.877000', '181751.879000', '181751.882000', '181811.772000', '181811.775000', '181811.777000', '181811.780000', '181811.783000', '181811.785000', '181811.788000', '181811.790000', '181811.793000', '181811.796000', '181811.798000', '181811.801000', '181811.804000', '181811.806000', '181811.809000', '181811.811000', '181811.814000', '181811.817000', '181811.819000', '181811.822000', '181811.825000', '181811.827000', '181811.830000', '181811.833000', '181811.835000', '181811.838000', '181811.841000', '181811.843000', '181811.846000', '181811.849000', '181811.851000', '181811.854000', '181811.856000', '181811.859000', '181811.862000', '181811.864000', '181811.867000', '181811.869000', '181811.872000', '181811.875000', '181811.877000', '181811.880000', '181811.883000', '181811.885000', '181831.771000', '181831.774000', '181831.777000', '181831.780000', '181831.782000', '181831.785000', '181831.787000', '181831.790000', '181831.793000', '181831.795000', '181831.798000', '181831.801000', '181831.803000', '181831.806000', '181831.808000', '181831.811000', '181831.814000', '181831.816000', '181831.819000', '181831.822000', '181831.824000', '181831.827000', '181831.830000', '181831.832000', '181831.835000', '181831.837000', '181831.840000', '181831.843000', '181831.845000', '181831.848000', '181831.851000', '181831.853000', '181831.856000', '181831.858000', '181831.861000', '181831.864000', '181831.866000', '181831.882000', '181831.885000', '181831.887000', '181831.890000', '181831.892000', '181831.895000', '181851.772000', '181851.775000', '181851.777000', '181851.780000', '181851.783000', '181851.785000', '181851.788000', '181851.790000', '181851.793000', '181851.796000', '181851.799000', '181851.801000', '181851.804000', '181851.806000', '181851.809000', '181851.812000', '181851.814000', '181851.817000', '181851.820000', '181851.829000', '181851.832000', '181851.834000', '181851.837000', '181851.840000', '181851.842000', '181851.845000', '181851.848000', '181851.850000', '181851.853000', '181851.855000', '181851.858000', '181851.861000', '181851.863000', '181851.866000', '181851.869000', '181851.872000', '181851.874000', '181851.877000', '181851.879000', '181851.882000', '181851.885000', '181851.887000', '181851.890000', '181851.893000', '181911.771000', '181911.774000', '181911.777000', '181911.780000', '181911.782000', '181911.785000', '181911.787000', '181911.790000', '181911.793000', '181911.795000', '181911.798000', '181911.800000', '181911.803000', '181911.806000', '181911.808000', '181911.811000', '181911.813000', '181911.816000', '181911.818000', '181911.821000', '181911.824000', '181911.827000', '181911.829000', '181911.832000', '181911.834000', '181911.837000', '181911.840000', '181911.842000', '181911.845000', '181911.848000', '181911.850000', '181911.853000', '181911.855000', '181911.858000', '181911.861000', '181911.863000', '181911.866000', '181911.869000', '181911.871000', '181911.874000', '181911.876000', '181911.879000', '181911.882000', '181931.770000', '181931.773000', '181931.776000', '181931.779000', '181931.781000', '181931.784000', '181931.787000', '181931.789000', '181931.792000', '181931.794000', '181931.797000', '181931.800000', '181931.802000', '181931.805000', '181931.807000', '181931.810000', '181931.814000', '181931.817000', '181931.820000', '181931.822000', '181931.825000', '181931.828000', '181931.830000', '181931.833000', '181931.836000', '181931.838000', '181931.841000', '181931.844000', '181931.846000', '181931.849000', '181931.851000', '181931.854000', '181931.857000', '181931.860000', '181931.862000', '181931.865000', '181931.868000', '181931.870000', '181931.873000', '181931.876000', '181931.878000', '181931.881000', '181931.884000', '181931.887000', '181951.770000', '181951.773000', '181951.776000', '181951.778000', '181951.781000', '181951.784000', '181951.787000', '181951.789000', '181951.792000', '181951.795000', '181951.797000', '181951.800000', '181951.803000', '181951.805000', '181951.808000', '181951.810000', '181951.813000', '181951.816000', '181951.818000', '181951.821000', '181951.824000', '181951.826000', '181951.829000', '181951.832000', '181951.834000', '181951.837000', '181951.840000', '181951.842000', '181951.845000', '181951.848000', '181951.850000', '181951.853000', '181951.856000', '181951.858000', '181951.861000', '181951.864000', '181951.866000', '181951.869000', '181951.872000', '181951.874000', '181951.877000', '181951.880000', '181951.882000', '182011.772000', '182011.775000', '182011.778000', '182011.781000', '182011.784000', '182011.786000', '182011.789000', '182011.792000', '182011.794000', '182011.797000', '182011.800000', '182011.802000', '182011.805000', '182011.808000', '182011.810000', '182011.813000', '182011.816000', '182011.818000', '182011.821000', '182011.841000', '182011.843000', '182011.846000', '182011.849000', '182011.852000', '182011.854000', '182011.857000', '182011.859000', '182011.862000', '182011.865000', '182011.867000', '182011.870000', '182011.873000', '182011.875000', '182011.878000', '182011.881000', '182011.883000', '182011.886000', '182011.889000', '182011.891000', '182011.894000', '182011.896000', '182011.899000', '182011.902000', '182011.904000', '182031.772000', '182031.774000', '182031.777000', '182031.780000', '182031.782000', '182031.785000', '182031.788000', '182031.790000', '182031.793000', '182031.796000', '182031.798000', '182031.801000', '182031.804000', '182031.806000', '182031.809000', '182031.812000', '182031.814000', '182031.817000', '182031.820000', '182031.822000', '182031.825000', '182031.827000', '182031.830000', '182031.833000', '182031.835000', '182031.838000', '182031.841000', '182031.843000', '182031.846000', '182031.849000', '182031.851000', '182031.854000', '182031.857000', '182031.859000', '182031.862000', '182031.865000', '182031.867000', '182031.870000', '182031.872000', '182031.875000', '182031.878000', '182031.880000', '182031.883000', '182051.771000', '182051.774000', '182051.777000', '182051.779000', '182051.782000', '182051.785000', '182051.795000', '182051.798000', '182051.800000', '182051.803000', '182051.806000', '182051.808000', '182051.811000', '182051.813000', '182051.816000', '182051.819000', '182051.821000', '182051.824000', '182051.827000', '182051.829000', '182051.832000', '182051.835000', '182051.837000', '182051.840000', '182051.843000', '182051.845000', '182051.848000', '182051.851000', '182051.853000', '182051.856000', '182051.858000', '182051.861000', '182051.864000', '182051.866000', '182051.869000', '182051.872000', '182051.874000', '182051.877000', '182051.880000', '182051.882000', '182051.885000', '182051.888000', '182051.890000', '182051.893000', '182111.771000', '182111.774000', '182111.777000', '182111.780000', '182111.782000', '182111.785000', '182111.788000', '182111.790000', '182111.793000', '182111.795000', '182111.798000', '182111.801000', '182111.803000', '182111.806000', '182111.809000', '182111.811000', '182111.814000', '182111.816000', '182111.819000', '182111.822000', '182111.824000', '182111.827000', '182111.830000', '182111.832000', '182111.835000', '182111.837000', '182111.840000', '182111.843000', '182111.846000', '182111.848000', '182111.851000', '182111.854000', '182111.856000', '182111.859000', '182111.861000', '182111.864000', '182111.867000', '182111.869000', '182111.872000', '182111.874000', '182111.877000', '182111.879000', '182111.882000', '182131.771000', '182131.774000', '182131.777000', '182131.780000', '182131.782000', '182131.785000', '182131.788000', '182131.790000', '182131.793000', '182131.796000', '182131.798000', '182131.801000', '182131.804000', '182131.806000', '182131.809000', '182131.812000', '182131.814000', '182131.818000', '182131.821000', '182131.823000', '182131.826000', '182131.829000', '182131.831000', '182131.834000', '182131.836000', '182131.839000', '182131.842000', '182131.845000', '182131.847000', '182131.850000', '182131.853000', '182131.855000', '182131.858000', '182131.860000', '182131.863000', '182131.866000', '182131.868000', '182131.871000', '182131.874000', '182131.876000', '182131.879000', '182131.882000', '182131.884000', '182131.899000', '182151.771000', '182151.774000', '182151.776000', '182151.779000', '182151.781000', '182151.785000', '182151.787000', '182151.790000', '182151.792000', '182151.795000', '182151.798000', '182151.801000', '182151.803000', '182151.806000', '182151.809000', '182151.811000', '182151.814000', '182151.817000', '182151.819000', '182151.822000', '182151.825000', '182151.827000', '182151.830000', '182151.832000', '182151.835000', '182151.838000', '182151.840000', '182151.843000', '182151.845000', '182151.848000', '182151.851000', '182151.853000', '182151.856000', '182151.859000', '182151.861000', '182151.864000', '182151.867000', '182151.869000', '182151.872000', '182151.874000', '182151.877000', '182151.880000', '182151.882000', '182211.771000', '182211.773000', '182211.776000', '182211.779000', '182211.782000', '182211.785000', '182211.788000', '182211.791000', '182211.794000', '182211.797000', '182211.799000', '182211.802000', '182211.805000', '182211.807000', '182211.810000', '182211.813000', '182211.815000', '182211.818000', '182211.826000', '182211.829000', '182211.831000', '182211.834000', '182211.837000', '182211.839000', '182211.842000', '182211.845000', '182211.847000', '182211.850000', '182211.852000', '182211.855000', '182211.858000', '182211.860000', '182211.863000', '182211.865000', '182211.868000', '182211.871000', '182211.873000', '182211.876000', '182211.879000', '182211.881000', '182211.884000', '182211.887000', '182211.889000', '182231.772000', '182231.775000', '182231.778000', '182231.780000', '182231.783000', '182231.786000', '182231.788000', '182231.791000', '182231.794000', '182231.796000', '182231.799000', '182231.802000', '182231.804000', '182231.807000', '182231.810000', '182231.813000', '182231.815000', '182231.818000', '182231.821000', '182231.823000', '182231.826000', '182231.828000', '182231.831000', '182231.834000', '182231.836000', '182231.839000', '182231.842000', '182231.845000', '182231.847000', '182231.850000', '182231.853000', '182231.855000', '182231.858000', '182231.860000', '182231.863000', '182231.866000', '182231.868000', '182231.871000', '182231.874000', '182231.876000', '182231.879000', '182231.882000', '182231.884000', '182231.887000', '182251.771000', '182251.774000', '182251.777000', '182251.780000', '182251.782000', '182251.785000', '182251.787000', '182251.790000', '182251.793000', '182251.796000', '182251.799000', '182251.802000', '182251.804000', '182251.809000', '182251.812000', '182251.814000', '182251.817000', '182251.819000', '182251.822000', '182251.825000', '182251.827000', '182251.830000', '182251.833000', '182251.835000', '182251.838000', '182251.840000', '182251.843000', '182251.846000', '182251.848000', '182251.851000', '182251.854000', '182251.857000', '182251.860000', '182251.863000', '182251.865000', '182251.868000', '182251.871000', '182251.873000', '182251.876000', '182251.879000', '182251.881000', '182251.884000', '182251.887000', '182311.771000', '182311.774000', '182311.777000', '182311.779000', '182311.783000', '182311.785000', '182311.788000', '182311.790000', '182311.793000', '182311.796000', '182311.798000', '182311.801000', '182311.804000', '182311.806000', '182311.809000', '182311.811000', '182311.814000', '182311.817000', '182311.819000', '182311.822000', '182311.825000', '182311.828000', '182311.830000', '182311.833000', '182311.836000', '182311.838000', '182311.841000', '182311.843000', '182311.846000', '182311.849000', '182311.851000', '182311.854000', '182311.857000', '182311.859000', '182311.862000', '182311.865000', '182311.867000', '182311.870000', '182311.872000', '182311.875000', '182311.878000', '182311.880000', '182311.883000', '182311.886000', '182331.772000', '182331.775000', '182331.778000', '182331.780000', '182331.783000', '182331.785000', '182331.788000', '182331.791000', '182331.793000', '182331.796000', '182331.799000', '182331.801000', '182331.804000', '182331.806000', '182331.809000', '182331.812000', '182331.814000', '182331.817000', '182331.820000', '182331.823000', '182331.826000', '182331.828000', '182331.831000', '182331.833000', '182331.836000', '182331.839000', '182331.841000', '182331.844000', '182331.846000', '182331.849000', '182331.852000', '182331.854000', '182331.857000', '182331.859000', '182331.862000', '182331.864000', '182331.867000', '182331.869000', '182331.872000', '182331.883000', '182331.885000', '182331.888000', '182331.891000', '182351.771000', '182351.774000', '182351.777000', '182351.780000', '182351.782000', '182351.785000', '182351.787000', '182351.790000', '182351.792000', '182351.795000', '182351.798000', '182351.800000', '182351.803000', '182351.806000', '182351.808000', '182351.811000', '182351.813000', '182351.816000', '182351.819000', '182351.821000', '182351.824000', '182351.826000', '182351.829000', '182351.832000', '182351.834000', '182351.837000', '182351.840000', '182351.842000', '182351.845000', '182351.847000', '182351.850000', '182351.852000', '182351.855000', '182351.858000', '182351.860000', '182351.863000', '182351.865000', '182351.868000', '182351.871000', '182351.873000', '182351.876000', '182351.879000', '182351.881000', '182351.884000', '182411.771000', '182411.774000', '182411.776000', '182411.779000', '182411.782000', '182411.784000', '182411.787000', '182411.789000', '182411.792000', '182411.795000', '182411.797000', '182411.800000', '182411.802000', '182411.805000', '182411.808000', '182411.810000', '182411.813000', '182411.815000', '182411.818000', '182411.821000', '182411.823000', '182411.826000', '182411.828000', '182411.831000', '182411.834000', '182411.836000', '182411.839000', '182411.842000', '182411.844000', '182411.847000', '182411.849000', '182411.852000', '182411.855000', '182411.857000', '182411.860000', '182411.862000', '182411.865000', '182411.868000', '182411.871000', '182411.873000', '182411.876000', '182411.878000', '182411.881000', '182431.770000', '182431.773000', '182431.776000', '182431.779000', '182431.781000', '182431.784000', '182431.786000', '182431.789000', '182431.804000', '182431.806000', '182431.809000', '182431.811000', '182431.814000', '182431.817000', '182431.819000', '182431.822000', '182431.824000', '182431.827000', '182431.830000', '182431.832000', '182431.835000', '182431.837000', '182431.840000', '182431.843000', '182431.845000', '182431.848000', '182431.850000', '182431.853000', '182431.856000', '182431.858000', '182431.861000', '182431.863000', '182431.867000', '182431.870000', '182431.872000', '182431.875000', '182431.877000', '182431.880000', '182431.883000', '182431.885000', '182431.888000', '182431.890000', '182431.893000', '182431.896000', '182451.772000', '182451.774000', '182451.777000', '182451.780000', '182451.782000', '182451.785000', '182451.788000', '182451.790000', '182451.793000', '182451.795000', '182451.798000', '182451.801000', '182451.803000', '182451.806000', '182451.808000', '182451.811000', '182451.814000', '182451.816000', '182451.819000', '182451.821000', '182451.824000', '182451.827000', '182451.829000', '182451.832000', '182451.834000', '182451.837000', '182451.839000', '182451.842000', '182451.845000', '182451.847000', '182451.850000', '182451.852000', '182451.855000', '182451.858000', '182451.861000', '182451.864000', '182451.867000', '182451.869000', '182451.872000', '182451.874000', '182451.877000', '182451.880000', '182451.882000', '182458.308000', '182458.311000', '182458.314000', '182458.317000', '182458.320000', '182458.322000', '182458.325000', '182458.328000', '182458.331000', '182458.334000', '182458.337000', '182458.340000', '182458.343000', '182458.346000', '182458.349000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [10094, 9014, 8912, 6936, 8796, 10724, 8650, 10130, 13747, 10757, 9288, 7811, 8450, 10378, 13911, 9331, 8619, 11209, 8138, 9212, 7591, 8528, 9820, 7142, 8090, 9906, 8294, 8647, 11613, 8108, 8713, 10182, 8004, 8133, 10371, 8403, 9602, 7163, 8529, 10422, 12777, 8335, 10647, 7759, 8075, 10525, 8409, 8455, 11771, 8100, 8640, 10736, 8167, 9525, 7538, 8222, 10651, 10403, 8120, 10712, 8491, 8875, 7128, 8535, 10418, 12992, 8461, 10285, 11566, 8591, 10731, 7223, 8668, 9610, 7797, 8128, 10917, 7592, 8288, 10204, 8497, 9356, 11371, 8315, 9122, 7595, 8550, 11652, 8219, 9288, 13100, 8914, 9210, 11235, 9835, 9395, 7009, 8275, 9820, 7821, 8241, 6863, 8364, 10505, 8310, 10325, 12909, 8779, 8845, 11364, 8158, 9811, 13191, 8470, 10043, 7044, 8375, 10274, 10124, 8298, 11324, 7479, 8279, 10258, 7740, 8416, 10257, 7159, 8409, 10973, 8243, 9651, 7195, 8379, 10412, 9841, 8260, 10971, 8237, 9576, 12575, 8647, 9422, 11949, 8708, 10582, 7352, 8462, 10495, 7433, 8249, 10131, 8179, 8841, 6610, 8374, 10406, 12810, 8333, 10571, 7040, 8074, 11138, 8110, 9664, 12595, 8093, 8347, 10781, 8702, 8810, 11700, 8158, 9367, 11524, 8369, 8850, 6883, 8084, 10268, 8175, 9282, 11391, 8340, 8496, 6750, 8283, 10586, 8248, 9766, 12023, 9723, 9148, 6962, 8598, 10610, 11766, 8192, 10999, 10771, 8178, 10422, 7990, 9450, 12774, 8155, 8605, 10532, 8717, 8181, 7003, 8566, 10797, 9230, 8065, 10363, 7024, 8311, 11498, 8136, 9805, 12727, 8589, 9729, 12717, 8379, 10719, 8492, 8915, 12320, 8941, 8915, 10239, 8256, 8671, 7019, 8250, 10733, 9613, 7943, 10519, 7539, 7779, 7359, 8359, 10907, 12954, 8124, 9385, 12438, 8234, 9750, 8164, 8327, 10741, 7821, 8462, 10345, 8356, 8310, 7609, 8145, 10313, 7925, 9181, 11726, 8339, 8522, 10158, 7971, 8687, 7043, 8117, 10498, 12833, 9179, 8749, 11310, 9176, 8604, 6753, 7965, 9728, 12578, 8306, 8168, 10932, 8342, 8886, 10571, 7968, 8137, 9652, 7759, 7895, 7863, 8116, 10354, 7612, 8458, 10814, 7610, 7769, 10756, 7845, 8182, 7452, 7543, 7612, 9632, 12118, 13468, 9153, 10117, 7406, 8753, 7388, 8117, 10791, 12454, 8655, 8630, 11111, 9117, 8435, 8078, 8047, 10988, 8868, 9259, 7560, 7713, 7841, 11737, 14652, 10183, 10447, 14189, 7938, 8754, 12717, 7866, 8610, 7212, 8264, 6625, 8064, 10666, 9699, 7595, 9663, 8445, 7713, 8752, 7699, 10073, 13035, 8165, 8414, 10863, 8183, 8552, 6772, 7820, 10436, 13345, 8658, 8283, 10530, 8231, 8274, 10274, 7743, 9176, 11225, 8116, 8193, 10009, 7864, 7821, 9945, 7942, 9165, 6921, 8075, 10200, 11014, 7669, 10209, 9172, 7567, 6938, 7733, 10083, 12932, 8397, 8521, 10899, 8579, 8671, 7072, 7952, 10285, 12645, 7892, 9325, 12505, 7940, 8833, 7760, 8471, 10797, 8330, 8308, 9866, 8128, 8012, 10284, 7781, 9701, 12770, 8471, 7953, 10874, 8841, 7922, 7818, 8500, 10922, 7642, 9067, 11385, 8714, 7941, 7013, 7798, 10586, 8139, 9370, 12005, 7914, 8110, 12537, 7799, 10583, 7199, 7899, 9976, 6954, 8098, 10540, 8134, 8594, 7164, 7904, 10389, 7280, 8313, 7136, 7597, 9487, 7464, 10017, 12884, 8634, 9040, 11851, 7849, 10502, 7812, 7994, 11040, 7747, 8308, 10392, 8313, 8094, 7611, 8157, 10816, 7508, 7966, 10939, 7900, 8522, 6871, 7800, 10438, 7053, 7642, 10298, 7178, 8043, 7938, 7777, 10096, 12512, 9216, 8789, 10943, 8803, 8396, 8564, 7764, 10087, 12472, 8321, 8075, 11212, 7402, 7868, 11022, 7537, 9274, 10267, 7676, 7580, 9447, 7726, 7834, 6912, 7917, 9790, 7458, 7586, 10247, 12238, 7919, 10569, 7524, 8068, 10295, 7250, 7553, 10331, 10579, 8026, 9288, 7379, 7620, 10184, 7280, 7458, 10148, 6909, 7739, 10524, 7512, 9184, 11628, 8240, 8197, 10385, 8341, 8707, 6765, 7886, 10455, 8707, 8044, 11148, 7832, 8041, 6974, 7943, 7055, 9733, 7447, 8860, 7351, 10644, 13088, 11652, 8752, 10955, 9025, 8112, 10843, 14073, 7710, 9267, 7851, 9646, 12784, 8110, 8160, 11185, 7821, 7996, 7441, 9074, 11848, 8103, 8064, 10726, 8837, 8349, 7201, 8282, 12183, 8254, 8252, 10546, 7592, 8337, 10582, 7939, 10171, 6949, 7921, 10715, 14100, 8501, 9860, 6972, 7741, 11127, 7581, 9417, 11121, 7803, 8282, 10693, 8167, 8872, 7724, 8278, 10275, 7407, 7477, 10002, 6945, 7639, 10337, 7472, 9022, 9887, 7952, 9767, 12143, 7897, 9190, 7218, 8010, 10752, 7601, 8069, 10041, 7977, 8536, 7228, 7794, 10365, 11432, 8495, 10260, 7370, 8038, 7446, 7576, 10257, 12790, 8419, 10332, 11017, 8177, 10883, 8029, 8941, 11728, 8005, 8301, 10503, 9040, 8576, 7616, 9010, 11243, 8198, 7920, 10125, 7894, 8240, 6869, 7752, 10299, 12895, 8226, 9783, 11590, 8073, 9290, 7013, 7649, 9894, 7278, 7578, 10052, 7448, 7954, 6968, 7880, 10231, 9367, 8115, 10078, 7186, 8624, 10637, 7718, 9730, 12310, 7948, 8613, 10829, 9121, 8701, 7729, 8577, 11803, 8419, 8239, 10320, 7998, 8213, 7129, 7818, 10882, 11694, 8270, 10660, 13092, 8479, 10601, 7798, 9295, 12133, 8525, 8203, 10965, 8995, 8426, 7015, 7849, 10420, 13451, 8187, 9880, 12387, 7994, 9148, 7621, 7955, 7217, 7859, 10697, 10848, 7859, 9903, 12476, 8270, 9528, 9110, 7756, 8970, 12022, 8254, 7883, 10956, 7600, 8944, 6990, 8114, 9511, 6967, 7851, 9896, 13824, 7728, 9237, 6893, 7696, 10012, 6911, 7517, 9948, 7263, 8188, 6800, 7815, 10426, 12306, 8975, 9175, 11043, 8617, 9068, 6919, 7764, 10382, 7642, 7931, 10293, 7290, 8216, 7077, 7643, 10406, 12487, 8843, 8961, 10869, 9579, 8717, 6748, 7689, 10492, 12738, 8485, 9316, 11238, 7887, 8171, 7047, 7618, 9949, 7827, 7620, 10194, 9893, 8121, 9897, 7816, 9063, 11357, 7669, 8077, 10127, 7738, 8195, 6678, 7748, 10356, 9706, 7810, 9767, 13657, 8428, 10247, 7116, 8012, 11010, 9925, 8095, 10590, 10515, 8053, 10174, 6977, 8105, 10146, 7239, 7601, 11091, 7134, 8228, 11148, 7707, 8134, 10929, 8254, 9043, 12452, 8195, 10559, 7799, 9398, 12124, 8916, 8857, 12060, 8180, 9591, 7970, 9056, 11460, 8228, 8349, 11640, 8663, 9287, 7116, 7789, 9954, 7151, 7494, 10464, 7450, 8220, 7044, 7806, 10698, 7928, 7798, 10565, 7561, 8037, 11219, 7868, 9863, 7093, 8694, 11650, 8298, 8375, 7213, 7948, 10694, 10238, 8164, 10302, 7002, 8159, 7512, 7740, 10539, 12043, 7902, 8993, 7447, 7766, 10596, 6991, 7670, 9830, 10406, 7701, 10244, 7550, 8401, 11045, 8021, 9479, 12175, 8944, 9049, 7314, 8078, 10568, 7551, 7799, 10516, 7452, 8143, 10830, 7529, 9480, 11291, 8171, 8142, 7002, 8085, 10241, 9176, 7793, 10093, 8986, 7887, 10065, 12208, 7787, 7953, 11125, 7830, 7395, 6817, 7471, 10110, 13214, 7803, 9697, 8012, 7692, 7798, 7616, 9913, 11463, 8617, 8485, 10756, 8301, 9545, 12250, 8139, 8130, 12367, 8710, 8800, 10681, 7745, 7969, 10017, 7710, 7701, 9954, 7056, 7902, 7060, 7672, 10413, 7381, 7700, 10242, 8129, 7801, 10865, 7743, 10048, 12336, 8430, 8247, 10957, 8478, 9766, 6829, 7846, 10538, 8334, 8048, 11082, 7853, 8477, 7080, 8067, 10453, 9707, 7726, 9369, 11506, 8900, 8539, 10724, 7773, 7793, 11048, 7605, 7818, 9391, 7694, 9670, 7853, 9472, 11467, 8151, 8111, 9882, 8059, 8852, 10863, 8183, 7815, 10465, 7987, 8395, 10479, 7723, 8649, 10800, 7145, 7500, 10204, 8286, 9363], 'WindowCenter': [4170.0, 4147.0, 4132.0, 4103.0, 4130.0, 4152.0, 4133.0, 4158.0, 4160.0, 4142.0, 4120.0, 4081.0, 4106.0, 4128.0, 4144.0, 4114.0, 4107.0, 4125.0, 4095.0, 4116.0, 4098.0, 4117.0, 4128.0, 4089.0, 4107.0, 4126.0, 4109.0, 4118.0, 4139.0, 4095.0, 4103.0, 4125.0, 4104.0, 4098.0, 4125.0, 4108.0, 4124.0, 4090.0, 4117.0, 4140.0, 4146.0, 4105.0, 4129.0, 4096.0, 4098.0, 4127.0, 4105.0, 4107.0, 4134.0, 4108.0, 4103.0, 4125.0, 4104.0, 4119.0, 4093.0, 4108.0, 4130.0, 4126.0, 4107.0, 4124.0, 4121.0, 4119.0, 4088.0, 4118.0, 4140.0, 4147.0, 4107.0, 4125.0, 4136.0, 4106.0, 4125.0, 4084.0, 4108.0, 4116.0, 4098.0, 4107.0, 4128.0, 4094.0, 4105.0, 4115.0, 4108.0, 4118.0, 4135.0, 4109.0, 4126.0, 4096.0, 4118.0, 4137.0, 4107.0, 4127.0, 4145.0, 4118.0, 4117.0, 4127.0, 4112.0, 4106.0, 4069.0, 4106.0, 4127.0, 4098.0, 4108.0, 4085.0, 4109.0, 4140.0, 4118.0, 4140.0, 4160.0, 4118.0, 4119.0, 4137.0, 4106.0, 4128.0, 4144.0, 4107.0, 4129.0, 4084.0, 4106.0, 4129.0, 4123.0, 4105.0, 4137.0, 4083.0, 4104.0, 4125.0, 4083.0, 4104.0, 4122.0, 4089.0, 4105.0, 4136.0, 4110.0, 4124.0, 4086.0, 4116.0, 4138.0, 4126.0, 4107.0, 4138.0, 4109.0, 4124.0, 4146.0, 4114.0, 4129.0, 4135.0, 4103.0, 4128.0, 4086.0, 4110.0, 4122.0, 4084.0, 4104.0, 4126.0, 4105.0, 4106.0, 4073.0, 4108.0, 4129.0, 4134.0, 4107.0, 4125.0, 4076.0, 4095.0, 4125.0, 4097.0, 4129.0, 4147.0, 4106.0, 4107.0, 4123.0, 4108.0, 4105.0, 4134.0, 4092.0, 4118.0, 4138.0, 4104.0, 4113.0, 4085.0, 4107.0, 4127.0, 4107.0, 4128.0, 4137.0, 4106.0, 4103.0, 4085.0, 4120.0, 4138.0, 4121.0, 4142.0, 4153.0, 4127.0, 4118.0, 4089.0, 4120.0, 4145.0, 4148.0, 4108.0, 4138.0, 4123.0, 4107.0, 4121.0, 4103.0, 4125.0, 4146.0, 4106.0, 4118.0, 4133.0, 4106.0, 4105.0, 4086.0, 4117.0, 4138.0, 4113.0, 4110.0, 4128.0, 4088.0, 4102.0, 4135.0, 4107.0, 4128.0, 4149.0, 4117.0, 4129.0, 4143.0, 4106.0, 4123.0, 4113.0, 4116.0, 4148.0, 4105.0, 4114.0, 4127.0, 4103.0, 4102.0, 4085.0, 4106.0, 4134.0, 4111.0, 4105.0, 4138.0, 4096.0, 4095.0, 4084.0, 4105.0, 4135.0, 4143.0, 4092.0, 4118.0, 4130.0, 4107.0, 4116.0, 4102.0, 4107.0, 4125.0, 4094.0, 4106.0, 4124.0, 4103.0, 4103.0, 4091.0, 4107.0, 4127.0, 4104.0, 4128.0, 4149.0, 4107.0, 4118.0, 4125.0, 4106.0, 4103.0, 4084.0, 4111.0, 4135.0, 4146.0, 4114.0, 4105.0, 4125.0, 4115.0, 4102.0, 4070.0, 4091.0, 4115.0, 4134.0, 4103.0, 4104.0, 4127.0, 4105.0, 4112.0, 4122.0, 4090.0, 4097.0, 4125.0, 4099.0, 4101.0, 4104.0, 4109.0, 4126.0, 4096.0, 4115.0, 4136.0, 4095.0, 4105.0, 4134.0, 4108.0, 4108.0, 4099.0, 4104.0, 4111.0, 4145.0, 4159.0, 4161.0, 4128.0, 4123.0, 4095.0, 4114.0, 4087.0, 4106.0, 4134.0, 4133.0, 4102.0, 4118.0, 4123.0, 4100.0, 4105.0, 4105.0, 4110.0, 4138.0, 4117.0, 4113.0, 4108.0, 4117.0, 4129.0, 4164.0, 4165.0, 4124.0, 4127.0, 4145.0, 4093.0, 4108.0, 4133.0, 4108.0, 4101.0, 4097.0, 4105.0, 4087.0, 4103.0, 4139.0, 4112.0, 4109.0, 4128.0, 4105.0, 4093.0, 4113.0, 4104.0, 4137.0, 4149.0, 4100.0, 4108.0, 4135.0, 4103.0, 4106.0, 4069.0, 4093.0, 4122.0, 4143.0, 4100.0, 4103.0, 4126.0, 4105.0, 4104.0, 4119.0, 4092.0, 4111.0, 4125.0, 4089.0, 4091.0, 4114.0, 4094.0, 4094.0, 4114.0, 4102.0, 4112.0, 4082.0, 4106.0, 4124.0, 4122.0, 4092.0, 4123.0, 4111.0, 4093.0, 4079.0, 4105.0, 4134.0, 4146.0, 4103.0, 4116.0, 4140.0, 4105.0, 4106.0, 4079.0, 4104.0, 4125.0, 4143.0, 4091.0, 4126.0, 4141.0, 4101.0, 4114.0, 4103.0, 4115.0, 4133.0, 4095.0, 4106.0, 4128.0, 4092.0, 4091.0, 4122.0, 4092.0, 4126.0, 4145.0, 4100.0, 4104.0, 4133.0, 4101.0, 4091.0, 4102.0, 4115.0, 4134.0, 4093.0, 4119.0, 4135.0, 4115.0, 4091.0, 4082.0, 4093.0, 4122.0, 4106.0, 4115.0, 4144.0, 4104.0, 4093.0, 4132.0, 4090.0, 4121.0, 4070.0, 4092.0, 4111.0, 4081.0, 4090.0, 4122.0, 4092.0, 4101.0, 4086.0, 4108.0, 4125.0, 4101.0, 4119.0, 4084.0, 4097.0, 4124.0, 4095.0, 4124.0, 4150.0, 4113.0, 4113.0, 4134.0, 4094.0, 4123.0, 4089.0, 4091.0, 4136.0, 4092.0, 4106.0, 4128.0, 4106.0, 4099.0, 4102.0, 4108.0, 4135.0, 4094.0, 4105.0, 4138.0, 4092.0, 4105.0, 4083.0, 4105.0, 4132.0, 4084.0, 4105.0, 4135.0, 4088.0, 4104.0, 4101.0, 4103.0, 4138.0, 4148.0, 4114.0, 4114.0, 4124.0, 4101.0, 4101.0, 4099.0, 4092.0, 4123.0, 4132.0, 4091.0, 4091.0, 4122.0, 4078.0, 4094.0, 4117.0, 4090.0, 4111.0, 4115.0, 4092.0, 4105.0, 4128.0, 4091.0, 4095.0, 4086.0, 4113.0, 4125.0, 4081.0, 4094.0, 4140.0, 4133.0, 4093.0, 4125.0, 4090.0, 4100.0, 4122.0, 4081.0, 4091.0, 4124.0, 4122.0, 4091.0, 4116.0, 4080.0, 4093.0, 4123.0, 4083.0, 4093.0, 4137.0, 4081.0, 4109.0, 4124.0, 4092.0, 4124.0, 4135.0, 4104.0, 4103.0, 4123.0, 4103.0, 4103.0, 4082.0, 4104.0, 4139.0, 4105.0, 4104.0, 4135.0, 4107.0, 4103.0, 4098.0, 4118.0, 4112.0, 4152.0, 4125.0, 4145.0, 4126.0, 4177.0, 4176.0, 4150.0, 4118.0, 4127.0, 4104.0, 4095.0, 4137.0, 4155.0, 4092.0, 4115.0, 4104.0, 4127.0, 4133.0, 4091.0, 4104.0, 4133.0, 4096.0, 4096.0, 4092.0, 4113.0, 4134.0, 4106.0, 4106.0, 4139.0, 4112.0, 4103.0, 4093.0, 4103.0, 4134.0, 4094.0, 4104.0, 4123.0, 4094.0, 4102.0, 4120.0, 4090.0, 4126.0, 4069.0, 4091.0, 4123.0, 4142.0, 4099.0, 4110.0, 4069.0, 4091.0, 4118.0, 4091.0, 4113.0, 4121.0, 4095.0, 4105.0, 4122.0, 4104.0, 4100.0, 4092.0, 4104.0, 4122.0, 4084.0, 4096.0, 4123.0, 4072.0, 4095.0, 4108.0, 4093.0, 4113.0, 4123.0, 4105.0, 4140.0, 4146.0, 4104.0, 4116.0, 4097.0, 4115.0, 4137.0, 4095.0, 4104.0, 4129.0, 4103.0, 4113.0, 4093.0, 4107.0, 4136.0, 4133.0, 4114.0, 4136.0, 4087.0, 4102.0, 4080.0, 4106.0, 4134.0, 4145.0, 4114.0, 4137.0, 4133.0, 4102.0, 4121.0, 4107.0, 4115.0, 4134.0, 4095.0, 4103.0, 4127.0, 4114.0, 4104.0, 4097.0, 4114.0, 4137.0, 4093.0, 4103.0, 4123.0, 4090.0, 4102.0, 4068.0, 4090.0, 4123.0, 4141.0, 4100.0, 4125.0, 4132.0, 4094.0, 4115.0, 4085.0, 4091.0, 4122.0, 4083.0, 4095.0, 4124.0, 4091.0, 4107.0, 4082.0, 4106.0, 4136.0, 4111.0, 4104.0, 4128.0, 4084.0, 4119.0, 4136.0, 4108.0, 4138.0, 4147.0, 4107.0, 4115.0, 4138.0, 4125.0, 4103.0, 4107.0, 4118.0, 4148.0, 4105.0, 4118.0, 4128.0, 4098.0, 4107.0, 4084.0, 4105.0, 4136.0, 4134.0, 4103.0, 4138.0, 4142.0, 4102.0, 4124.0, 4100.0, 4126.0, 4133.0, 4102.0, 4114.0, 4137.0, 4112.0, 4103.0, 4083.0, 4103.0, 4134.0, 4141.0, 4102.0, 4113.0, 4134.0, 4090.0, 4102.0, 4092.0, 4091.0, 4096.0, 4102.0, 4142.0, 4136.0, 4104.0, 4125.0, 4131.0, 4101.0, 4111.0, 4098.0, 4089.0, 4102.0, 4132.0, 4094.0, 4101.0, 4124.0, 4090.0, 4113.0, 4081.0, 4101.0, 4117.0, 4080.0, 4093.0, 4121.0, 4141.0, 4095.0, 4116.0, 4081.0, 4091.0, 4111.0, 4086.0, 4098.0, 4127.0, 4096.0, 4115.0, 4083.0, 4106.0, 4137.0, 4149.0, 4114.0, 4126.0, 4132.0, 4114.0, 4106.0, 4081.0, 4106.0, 4129.0, 4092.0, 4107.0, 4127.0, 4092.0, 4103.0, 4083.0, 4107.0, 4138.0, 4144.0, 4116.0, 4117.0, 4124.0, 4117.0, 4104.0, 4070.0, 4091.0, 4124.0, 4131.0, 4092.0, 4113.0, 4121.0, 4090.0, 4102.0, 4082.0, 4092.0, 4122.0, 4080.0, 4093.0, 4125.0, 4115.0, 4107.0, 4111.0, 4091.0, 4117.0, 4135.0, 4096.0, 4105.0, 4125.0, 4092.0, 4103.0, 4085.0, 4106.0, 4138.0, 4124.0, 4108.0, 4139.0, 4155.0, 4105.0, 4125.0, 4094.0, 4108.0, 4137.0, 4125.0, 4106.0, 4137.0, 4123.0, 4102.0, 4124.0, 4084.0, 4107.0, 4127.0, 4084.0, 4106.0, 4135.0, 4081.0, 4104.0, 4131.0, 4090.0, 4104.0, 4134.0, 4104.0, 4119.0, 4132.0, 4104.0, 4123.0, 4096.0, 4124.0, 4133.0, 4112.0, 4115.0, 4132.0, 4090.0, 4113.0, 4103.0, 4116.0, 4134.0, 4102.0, 4115.0, 4133.0, 4103.0, 4114.0, 4085.0, 4093.0, 4114.0, 4073.0, 4097.0, 4126.0, 4085.0, 4102.0, 4079.0, 4092.0, 4134.0, 4090.0, 4098.0, 4136.0, 4091.0, 4092.0, 4132.0, 4103.0, 4122.0, 4083.0, 4117.0, 4148.0, 4106.0, 4105.0, 4092.0, 4106.0, 4125.0, 4111.0, 4102.0, 4125.0, 4085.0, 4104.0, 4092.0, 4105.0, 4138.0, 4146.0, 4109.0, 4119.0, 4093.0, 4106.0, 4134.0, 4082.0, 4105.0, 4135.0, 4137.0, 4094.0, 4137.0, 4105.0, 4113.0, 4136.0, 4109.0, 4136.0, 4144.0, 4114.0, 4114.0, 4093.0, 4102.0, 4137.0, 4093.0, 4107.0, 4135.0, 4097.0, 4092.0, 4122.0, 4093.0, 4125.0, 4137.0, 4102.0, 4104.0, 4095.0, 4114.0, 4137.0, 4113.0, 4094.0, 4123.0, 4102.0, 4092.0, 4123.0, 4132.0, 4089.0, 4095.0, 4133.0, 4093.0, 4095.0, 4071.0, 4095.0, 4133.0, 4141.0, 4093.0, 4131.0, 4105.0, 4109.0, 4092.0, 4106.0, 4138.0, 4147.0, 4118.0, 4116.0, 4137.0, 4106.0, 4123.0, 4132.0, 4093.0, 4108.0, 4148.0, 4107.0, 4112.0, 4126.0, 4092.0, 4093.0, 4112.0, 4082.0, 4104.0, 4125.0, 4082.0, 4102.0, 4094.0, 4104.0, 4135.0, 4095.0, 4109.0, 4137.0, 4093.0, 4105.0, 4133.0, 4105.0, 4137.0, 4145.0, 4116.0, 4118.0, 4135.0, 4105.0, 4124.0, 4084.0, 4101.0, 4132.0, 4103.0, 4105.0, 4138.0, 4094.0, 4102.0, 4082.0, 4106.0, 4136.0, 4113.0, 4095.0, 4125.0, 4133.0, 4114.0, 4102.0, 4120.0, 4092.0, 4092.0, 4135.0, 4093.0, 4092.0, 4113.0, 4093.0, 4126.0, 4104.0, 4139.0, 4149.0, 4107.0, 4094.0, 4127.0, 4103.0, 4113.0, 4124.0, 4102.0, 4098.0, 4123.0, 4090.0, 4106.0, 4122.0, 4093.0, 4101.0, 4122.0, 4081.0, 4095.0, 4121.0, 4104.0, 4118.0], 'WindowWidth': [9261.0, 9222.0, 9192.0, 9152.0, 9186.0, 9215.0, 9190.0, 9230.0, 9224.0, 9197.0, 9161.0, 9099.0, 9139.0, 9170.0, 9188.0, 9147.0, 9141.0, 9163.0, 9122.0, 9149.0, 9130.0, 9154.0, 9172.0, 9120.0, 9143.0, 9166.0, 9147.0, 9158.0, 9185.0, 9123.0, 9132.0, 9166.0, 9136.0, 9131.0, 9163.0, 9145.0, 9161.0, 9122.0, 9158.0, 9192.0, 9195.0, 9140.0, 9173.0, 9126.0, 9128.0, 9167.0, 9138.0, 9142.0, 9179.0, 9145.0, 9134.0, 9165.0, 9135.0, 9158.0, 9118.0, 9142.0, 9174.0, 9167.0, 9144.0, 9164.0, 9164.0, 9160.0, 9118.0, 9159.0, 9193.0, 9199.0, 9144.0, 9168.0, 9179.0, 9138.0, 9162.0, 9107.0, 9144.0, 9154.0, 9131.0, 9143.0, 9169.0, 9121.0, 9135.0, 9149.0, 9143.0, 9157.0, 9176.0, 9149.0, 9168.0, 9128.0, 9158.0, 9183.0, 9143.0, 9170.0, 9193.0, 9157.0, 9156.0, 9168.0, 9144.0, 9137.0, 9083.0, 9140.0, 9169.0, 9134.0, 9146.0, 9114.0, 9148.0, 9190.0, 9163.0, 9195.0, 9223.0, 9161.0, 9161.0, 9182.0, 9140.0, 9174.0, 9191.0, 9143.0, 9172.0, 9107.0, 9138.0, 9172.0, 9158.0, 9136.0, 9182.0, 9104.0, 9134.0, 9161.0, 9104.0, 9134.0, 9158.0, 9121.0, 9140.0, 9180.0, 9150.0, 9164.0, 9114.0, 9156.0, 9188.0, 9169.0, 9140.0, 9182.0, 9147.0, 9164.0, 9194.0, 9150.0, 9174.0, 9177.0, 9134.0, 9169.0, 9112.0, 9147.0, 9159.0, 9108.0, 9137.0, 9165.0, 9136.0, 9137.0, 9090.0, 9143.0, 9173.0, 9176.0, 9141.0, 9165.0, 9099.0, 9121.0, 9162.0, 9128.0, 9173.0, 9197.0, 9141.0, 9142.0, 9158.0, 9141.0, 9137.0, 9172.0, 9117.0, 9156.0, 9183.0, 9138.0, 9146.0, 9112.0, 9141.0, 9167.0, 9142.0, 9173.0, 9183.0, 9140.0, 9135.0, 9111.0, 9163.0, 9185.0, 9169.0, 9200.0, 9214.0, 9173.0, 9158.0, 9119.0, 9166.0, 9206.0, 9201.0, 9145.0, 9185.0, 9158.0, 9142.0, 9155.0, 9135.0, 9166.0, 9195.0, 9140.0, 9161.0, 9177.0, 9140.0, 9138.0, 9115.0, 9158.0, 9188.0, 9148.0, 9151.0, 9172.0, 9118.0, 9130.0, 9178.0, 9143.0, 9173.0, 9202.0, 9158.0, 9176.0, 9189.0, 9143.0, 9159.0, 9149.0, 9156.0, 9201.0, 9136.0, 9151.0, 9168.0, 9132.0, 9128.0, 9109.0, 9141.0, 9177.0, 9142.0, 9139.0, 9185.0, 9125.0, 9122.0, 9108.0, 9140.0, 9180.0, 9188.0, 9120.0, 9160.0, 9166.0, 9142.0, 9151.0, 9130.0, 9142.0, 9165.0, 9121.0, 9139.0, 9163.0, 9135.0, 9133.0, 9115.0, 9142.0, 9169.0, 9140.0, 9175.0, 9206.0, 9146.0, 9162.0, 9167.0, 9143.0, 9135.0, 9108.0, 9151.0, 9182.0, 9195.0, 9152.0, 9139.0, 9161.0, 9150.0, 9129.0, 9084.0, 9114.0, 9150.0, 9176.0, 9133.0, 9135.0, 9168.0, 9136.0, 9144.0, 9154.0, 9112.0, 9128.0, 9164.0, 9136.0, 9131.0, 9136.0, 9148.0, 9167.0, 9129.0, 9155.0, 9184.0, 9127.0, 9141.0, 9178.0, 9146.0, 9144.0, 9136.0, 9139.0, 9156.0, 9207.0, 9224.0, 9226.0, 9177.0, 9163.0, 9127.0, 9150.0, 9114.0, 9141.0, 9179.0, 9177.0, 9134.0, 9159.0, 9158.0, 9125.0, 9135.0, 9142.0, 9151.0, 9184.0, 9155.0, 9146.0, 9149.0, 9163.0, 9183.0, 9233.0, 9225.0, 9165.0, 9167.0, 9187.0, 9116.0, 9142.0, 9173.0, 9146.0, 9128.0, 9128.0, 9137.0, 9117.0, 9136.0, 9190.0, 9144.0, 9150.0, 9173.0, 9137.0, 9121.0, 9148.0, 9138.0, 9186.0, 9202.0, 9125.0, 9147.0, 9181.0, 9131.0, 9137.0, 9084.0, 9121.0, 9159.0, 9187.0, 9124.0, 9132.0, 9168.0, 9139.0, 9134.0, 9151.0, 9117.0, 9141.0, 9161.0, 9110.0, 9114.0, 9147.0, 9122.0, 9123.0, 9147.0, 9133.0, 9145.0, 9105.0, 9141.0, 9166.0, 9157.0, 9121.0, 9162.0, 9142.0, 9120.0, 9098.0, 9140.0, 9181.0, 9197.0, 9135.0, 9157.0, 9190.0, 9137.0, 9140.0, 9096.0, 9136.0, 9166.0, 9187.0, 9116.0, 9170.0, 9186.0, 9129.0, 9149.0, 9136.0, 9154.0, 9177.0, 9124.0, 9141.0, 9174.0, 9118.0, 9117.0, 9159.0, 9121.0, 9167.0, 9192.0, 9127.0, 9138.0, 9174.0, 9129.0, 9115.0, 9135.0, 9155.0, 9176.0, 9123.0, 9163.0, 9182.0, 9154.0, 9117.0, 9106.0, 9121.0, 9159.0, 9141.0, 9153.0, 9193.0, 9137.0, 9119.0, 9170.0, 9112.0, 9154.0, 9085.0, 9118.0, 9143.0, 9104.0, 9113.0, 9158.0, 9117.0, 9127.0, 9112.0, 9146.0, 9166.0, 9141.0, 9162.0, 9110.0, 9132.0, 9164.0, 9127.0, 9167.0, 9206.0, 9152.0, 9149.0, 9175.0, 9122.0, 9157.0, 9113.0, 9117.0, 9181.0, 9117.0, 9143.0, 9170.0, 9140.0, 9131.0, 9135.0, 9147.0, 9180.0, 9123.0, 9141.0, 9185.0, 9118.0, 9137.0, 9108.0, 9140.0, 9175.0, 9110.0, 9142.0, 9181.0, 9118.0, 9138.0, 9129.0, 9136.0, 9187.0, 9199.0, 9149.0, 9152.0, 9163.0, 9127.0, 9128.0, 9121.0, 9115.0, 9157.0, 9168.0, 9112.0, 9115.0, 9155.0, 9093.0, 9121.0, 9144.0, 9113.0, 9141.0, 9148.0, 9116.0, 9140.0, 9171.0, 9117.0, 9125.0, 9116.0, 9152.0, 9169.0, 9104.0, 9124.0, 9192.0, 9174.0, 9120.0, 9164.0, 9111.0, 9127.0, 9158.0, 9099.0, 9115.0, 9164.0, 9158.0, 9115.0, 9151.0, 9102.0, 9122.0, 9163.0, 9106.0, 9125.0, 9186.0, 9103.0, 9148.0, 9162.0, 9122.0, 9166.0, 9182.0, 9137.0, 9136.0, 9158.0, 9136.0, 9133.0, 9107.0, 9140.0, 9190.0, 9138.0, 9139.0, 9180.0, 9146.0, 9135.0, 9135.0, 9164.0, 9166.0, 9219.0, 9184.0, 9212.0, 9190.0, 9261.0, 9259.0, 9211.0, 9161.0, 9170.0, 9133.0, 9123.0, 9185.0, 9206.0, 9117.0, 9150.0, 9137.0, 9169.0, 9173.0, 9116.0, 9138.0, 9173.0, 9127.0, 9124.0, 9121.0, 9150.0, 9178.0, 9140.0, 9144.0, 9188.0, 9146.0, 9134.0, 9121.0, 9137.0, 9179.0, 9121.0, 9135.0, 9163.0, 9122.0, 9131.0, 9149.0, 9113.0, 9164.0, 9082.0, 9114.0, 9158.0, 9184.0, 9124.0, 9138.0, 9081.0, 9112.0, 9146.0, 9113.0, 9146.0, 9155.0, 9122.0, 9137.0, 9154.0, 9133.0, 9123.0, 9118.0, 9139.0, 9161.0, 9106.0, 9128.0, 9161.0, 9090.0, 9124.0, 9134.0, 9121.0, 9148.0, 9161.0, 9141.0, 9194.0, 9198.0, 9140.0, 9156.0, 9133.0, 9155.0, 9188.0, 9127.0, 9141.0, 9174.0, 9136.0, 9148.0, 9121.0, 9146.0, 9183.0, 9175.0, 9151.0, 9184.0, 9114.0, 9132.0, 9099.0, 9143.0, 9180.0, 9195.0, 9153.0, 9188.0, 9175.0, 9133.0, 9155.0, 9143.0, 9154.0, 9181.0, 9124.0, 9135.0, 9168.0, 9151.0, 9135.0, 9130.0, 9152.0, 9186.0, 9120.0, 9134.0, 9161.0, 9111.0, 9130.0, 9079.0, 9113.0, 9162.0, 9183.0, 9127.0, 9167.0, 9172.0, 9121.0, 9152.0, 9110.0, 9116.0, 9159.0, 9106.0, 9127.0, 9166.0, 9117.0, 9145.0, 9106.0, 9144.0, 9184.0, 9145.0, 9139.0, 9174.0, 9112.0, 9162.0, 9181.0, 9147.0, 9189.0, 9200.0, 9146.0, 9158.0, 9186.0, 9169.0, 9133.0, 9146.0, 9163.0, 9203.0, 9140.0, 9164.0, 9173.0, 9133.0, 9145.0, 9110.0, 9141.0, 9186.0, 9178.0, 9137.0, 9188.0, 9186.0, 9134.0, 9162.0, 9130.0, 9169.0, 9176.0, 9133.0, 9153.0, 9184.0, 9145.0, 9134.0, 9107.0, 9133.0, 9178.0, 9183.0, 9130.0, 9145.0, 9175.0, 9115.0, 9128.0, 9117.0, 9114.0, 9127.0, 9136.0, 9197.0, 9182.0, 9138.0, 9168.0, 9169.0, 9130.0, 9140.0, 9118.0, 9110.0, 9130.0, 9169.0, 9121.0, 9131.0, 9162.0, 9112.0, 9147.0, 9104.0, 9131.0, 9156.0, 9098.0, 9118.0, 9156.0, 9184.0, 9125.0, 9153.0, 9101.0, 9114.0, 9142.0, 9114.0, 9135.0, 9172.0, 9128.0, 9154.0, 9108.0, 9143.0, 9186.0, 9203.0, 9152.0, 9171.0, 9172.0, 9151.0, 9139.0, 9105.0, 9141.0, 9176.0, 9121.0, 9146.0, 9170.0, 9120.0, 9134.0, 9108.0, 9147.0, 9190.0, 9193.0, 9158.0, 9159.0, 9163.0, 9157.0, 9134.0, 9084.0, 9116.0, 9162.0, 9170.0, 9115.0, 9147.0, 9154.0, 9111.0, 9131.0, 9104.0, 9119.0, 9160.0, 9100.0, 9123.0, 9168.0, 9149.0, 9142.0, 9142.0, 9117.0, 9158.0, 9180.0, 9126.0, 9142.0, 9165.0, 9119.0, 9135.0, 9115.0, 9145.0, 9192.0, 9168.0, 9148.0, 9192.0, 9208.0, 9141.0, 9166.0, 9125.0, 9149.0, 9189.0, 9166.0, 9144.0, 9185.0, 9159.0, 9133.0, 9162.0, 9108.0, 9144.0, 9172.0, 9110.0, 9144.0, 9180.0, 9103.0, 9137.0, 9169.0, 9115.0, 9136.0, 9177.0, 9139.0, 9162.0, 9171.0, 9139.0, 9160.0, 9129.0, 9166.0, 9175.0, 9147.0, 9155.0, 9174.0, 9113.0, 9147.0, 9137.0, 9155.0, 9176.0, 9132.0, 9154.0, 9177.0, 9133.0, 9149.0, 9110.0, 9121.0, 9149.0, 9090.0, 9130.0, 9167.0, 9109.0, 9132.0, 9097.0, 9121.0, 9179.0, 9114.0, 9134.0, 9183.0, 9116.0, 9118.0, 9170.0, 9133.0, 9158.0, 9107.0, 9159.0, 9206.0, 9142.0, 9139.0, 9120.0, 9141.0, 9167.0, 9140.0, 9133.0, 9166.0, 9110.0, 9138.0, 9121.0, 9143.0, 9190.0, 9198.0, 9152.0, 9164.0, 9124.0, 9144.0, 9177.0, 9106.0, 9140.0, 9183.0, 9186.0, 9125.0, 9186.0, 9140.0, 9151.0, 9182.0, 9151.0, 9184.0, 9191.0, 9153.0, 9148.0, 9123.0, 9136.0, 9187.0, 9125.0, 9145.0, 9180.0, 9130.0, 9118.0, 9158.0, 9123.0, 9170.0, 9186.0, 9135.0, 9138.0, 9128.0, 9154.0, 9188.0, 9149.0, 9125.0, 9162.0, 9132.0, 9118.0, 9160.0, 9170.0, 9110.0, 9124.0, 9174.0, 9123.0, 9125.0, 9090.0, 9127.0, 9176.0, 9184.0, 9123.0, 9181.0, 9140.0, 9150.0, 9120.0, 9147.0, 9191.0, 9202.0, 9163.0, 9159.0, 9186.0, 9143.0, 9162.0, 9173.0, 9120.0, 9147.0, 9201.0, 9140.0, 9146.0, 9164.0, 9116.0, 9119.0, 9145.0, 9103.0, 9139.0, 9166.0, 9107.0, 9134.0, 9124.0, 9141.0, 9183.0, 9127.0, 9151.0, 9188.0, 9122.0, 9142.0, 9176.0, 9142.0, 9186.0, 9196.0, 9158.0, 9163.0, 9180.0, 9141.0, 9162.0, 9109.0, 9131.0, 9176.0, 9136.0, 9142.0, 9185.0, 9122.0, 9131.0, 9107.0, 9144.0, 9186.0, 9148.0, 9128.0, 9168.0, 9175.0, 9150.0, 9130.0, 9152.0, 9117.0, 9118.0, 9181.0, 9123.0, 9117.0, 9146.0, 9122.0, 9168.0, 9141.0, 9193.0, 9210.0, 9145.0, 9125.0, 9171.0, 9136.0, 9149.0, 9163.0, 9132.0, 9133.0, 9161.0, 9113.0, 9139.0, 9156.0, 9119.0, 9130.0, 9158.0, 9103.0, 9127.0, 9155.0, 9139.0, 9158.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.000542663551401869</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02423142186915888</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.913085227390084</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2395385404490162</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.997295465678203</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4602</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5063.9404</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11275952043450692</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>143</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.36448598130841</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.517807225565315</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5203482126374888</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6010772107127598</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.431996253345697</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00736501</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013797778636217117</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02485947124660015</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1070</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.981039471213554</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>25.4629</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9745</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.8595</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305690.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>730.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.7365</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7207</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.6465</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3391.0884</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3578.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70854.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1172.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4413.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.7539</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.58677117386833</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> |