=== 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-0037 --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-0037",
"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-0037_ses-03_task-alignvideo_acq-mb8_run-03_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-0037_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_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-0037/ses-03/func/sub-0037_ses-03_task-alignvideo_acq-mb8_run-03_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>fb5b21a9f48d52e7632d908e526c102d</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:38:22.862500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99925, 0.0381719, 0.00652985, -0.038038, 0.999085, -0.0195296]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0963306</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-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7740, -7225, 514, -43, -157, 37, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>262.993</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>394cd0db-458a-48cf-96d2-ba20b1e51bc7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809144020080566, -0.1020531952381134, 0.019627263769507408, 117.48973846435547], [-0.10241243988275528, 2.6804730892181396, -0.0520196333527565, -87.78970336914062], [0.017519105225801468, 0.052396390587091446, 2.699427604675293, -53.75164031982422], [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, 1065]</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], 'AcquisitionTime': ['183822.862500', '183823.322500', '183823.782500', '183824.242500', '183824.702500', '183825.162500', '183825.622500', '183826.082500', '183826.542500', '183827.002500', '183827.462500', '183827.922500', '183828.382500', '183828.842500', '183829.302500', '183829.762500', '183830.222500', '183830.682500', '183831.142500', '183831.602500', '183832.062500', '183832.522500', '183832.982500', '183833.442500', '183833.902500', '183834.362500', '183834.822500', '183835.282500', '183835.742500', '183836.202500', '183836.662500', '183837.122500', '183837.582500', '183838.042500', '183838.502500', '183838.962500', '183839.422500', '183839.882500', '183840.342500', '183840.802500', '183841.262500', '183841.722500', '183842.182500', '183842.642500', '183843.102500', '183843.562500', '183844.022500', '183844.482500', '183844.942500', '183845.402500', '183845.862500', '183846.322500', '183846.782500', '183847.242500', '183847.702500', '183848.162500', '183848.622500', '183849.082500', '183849.542500', '183850.002500', '183850.462500', '183850.922500', '183851.382500', '183851.842500', '183852.302500', '183852.762500', '183853.222500', '183853.682500', '183854.142500', '183854.602500', '183855.062500', '183855.522500', '183855.982500', '183856.442500', '183856.902500', '183857.362500', '183857.822500', '183858.282500', '183858.742500', '183859.202500', '183859.662500', '183900.122500', '183900.582500', '183901.042500', '183901.502500', '183901.962500', '183902.422500', '183902.882500', '183903.342500', '183903.802500', '183904.262500', '183904.722500', '183905.182500', '183905.642500', '183906.102500', '183906.562500', '183907.022500', '183907.482500', '183907.942500', '183908.402500', '183908.862500', '183909.322500', '183909.782500', '183910.242500', '183910.702500', '183911.162500', '183911.622500', '183912.082500', '183912.542500', '183913.002500', '183913.462500', '183913.922500', '183914.382500', '183914.842500', '183915.302500', '183915.762500', '183916.222500', '183916.682500', '183917.142500', '183917.602500', '183918.062500', '183918.522500', '183918.982500', '183919.442500', '183919.902500', '183920.362500', '183920.822500', '183921.282500', '183921.742500', '183922.202500', '183922.662500', '183923.122500', '183923.582500', '183924.042500', '183924.502500', '183924.962500', '183925.422500', '183925.882500', '183926.342500', '183926.802500', '183927.262500', '183927.722500', '183928.182500', '183928.642500', '183929.102500', '183929.562500', '183930.022500', '183930.482500', '183930.942500', '183931.402500', '183931.862500', '183932.322500', '183932.782500', '183933.242500', '183933.702500', '183934.162500', '183934.622500', '183935.082500', '183935.542500', '183936.002500', '183936.462500', '183936.922500', '183937.382500', '183937.842500', '183938.302500', '183938.762500', '183939.222500', '183939.682500', '183940.142500', '183940.602500', '183941.062500', '183941.522500', '183941.982500', '183942.442500', '183942.902500', '183943.362500', '183943.822500', '183944.282500', '183944.742500', '183945.202500', '183945.662500', '183946.122500', '183946.582500', '183947.042500', '183947.502500', '183947.962500', '183948.422500', '183948.882500', '183949.342500', '183949.802500', '183950.262500', '183950.722500', '183951.182500', '183951.642500', '183952.102500', '183952.562500', '183953.022500', '183953.482500', '183953.942500', '183954.402500', '183954.862500', '183955.322500', '183955.782500', '183956.242500', '183956.702500', '183957.162500', '183957.622500', '183958.082500', '183958.542500', '183959.002500', '183959.462500', '183959.922500', '184000.382500', '184000.842500', '184001.302500', '184001.762500', '184002.222500', '184002.682500', '184003.142500', '184003.602500', '184004.062500', '184004.522500', '184004.982500', '184005.442500', '184005.902500', '184006.362500', '184006.822500', '184007.282500', '184007.742500', '184008.202500', '184008.662500', '184009.122500', '184009.582500', '184010.042500', '184010.502500', '184010.962500', '184011.422500', '184011.882500', '184012.342500', '184012.802500', '184013.262500', '184013.722500', '184014.182500', '184014.642500', '184015.102500', '184015.562500', '184016.022500', '184016.482500', '184016.942500', '184017.402500', '184017.862500', '184018.322500', '184018.782500', '184019.242500', '184019.702500', '184020.162500', '184020.622500', '184021.082500', '184021.542500', '184022.002500', '184022.462500', '184022.922500', '184023.382500', '184023.842500', '184024.302500', '184024.762500', '184025.222500', '184025.682500', '184026.142500', '184026.602500', '184027.062500', '184027.522500', '184027.982500', '184028.442500', '184028.902500', '184029.362500', '184029.822500', '184030.282500', '184030.742500', '184031.202500', '184031.662500', '184032.122500', '184032.582500', '184033.042500', '184033.502500', '184033.962500', '184034.422500', '184034.882500', '184035.342500', '184035.802500', '184036.262500', '184036.722500', '184037.182500', '184037.642500', '184038.102500', '184038.562500', '184039.022500', '184039.482500', '184039.942500', '184040.402500', '184040.862500', '184041.322500', '184041.782500', '184042.242500', '184042.702500', '184043.162500', '184043.622500', '184044.082500', '184044.542500', '184045.002500', '184045.462500', '184045.922500', '184046.382500', '184046.842500', '184047.302500', '184047.762500', '184048.222500', '184048.682500', '184049.142500', '184049.602500', '184050.062500', '184050.522500', '184050.982500', '184051.442500', '184051.902500', '184052.362500', '184052.822500', '184053.282500', '184053.742500', '184054.202500', '184054.662500', '184055.122500', '184055.582500', '184056.042500', '184056.502500', '184056.962500', '184057.422500', '184057.882500', '184058.342500', '184058.802500', '184059.262500', '184059.722500', '184100.182500', '184100.642500', '184101.102500', '184101.562500', '184102.022500', '184102.482500', '184102.942500', '184103.402500', '184103.862500', '184104.322500', '184104.782500', '184105.242500', '184105.702500', '184106.162500', '184106.622500', '184107.082500', '184107.542500', '184108.002500', '184108.462500', '184108.922500', '184109.382500', '184109.842500', '184110.302500', '184110.762500', '184111.222500', '184111.682500', '184112.142500', '184112.602500', '184113.062500', '184113.522500', '184113.982500', '184114.442500', '184114.902500', '184115.362500', '184115.822500', '184116.282500', '184116.742500', '184117.202500', '184117.662500', '184118.122500', '184118.582500', '184119.042500', '184119.502500', '184119.962500', '184120.422500', '184120.882500', '184121.342500', '184121.802500', '184122.262500', '184122.722500', '184123.182500', '184123.642500', '184124.102500', '184124.562500', '184125.022500', '184125.482500', '184125.942500', '184126.402500', '184126.862500', '184127.322500', '184127.782500', '184128.242500', '184128.702500', '184129.162500', '184129.622500', '184130.082500', '184130.542500', '184131.002500', '184131.462500', '184131.922500', '184132.382500', '184132.842500', '184133.302500', '184133.762500', '184134.222500', '184134.682500', '184135.142500', '184135.602500', '184136.062500', '184136.522500', '184136.982500', '184137.442500', '184137.902500', '184138.362500', '184138.822500', '184139.282500', '184139.742500', '184140.202500', '184140.662500', '184141.122500', '184141.582500', '184142.042500', '184142.502500', '184142.962500', '184143.422500', '184143.882500', '184144.342500', '184144.802500', '184145.262500', '184145.722500', '184146.182500', '184146.642500', '184147.102500', '184147.562500', '184148.022500', '184148.482500', '184148.942500', '184149.402500', '184149.862500', '184150.322500', '184150.782500', '184151.242500', '184151.702500', '184152.162500', '184152.622500', '184153.082500', '184153.542500', '184154.002500', '184154.462500', '184154.922500', '184155.382500', '184155.842500', '184156.302500', '184156.762500', '184157.222500', '184157.682500', '184158.142500', '184158.602500', '184159.062500', '184159.522500', '184159.982500', '184200.442500', '184200.902500', '184201.362500', '184201.822500', '184202.282500', '184202.742500', '184203.202500', '184203.662500', '184204.122500', '184204.582500', '184205.042500', '184205.502500', '184205.962500', '184206.422500', '184206.882500', '184207.342500', '184207.802500', '184208.262500', '184208.722500', '184209.182500', '184209.642500', '184210.102500', '184210.562500', '184211.022500', '184211.482500', '184211.942500', '184212.402500', '184212.862500', '184213.322500', '184213.782500', '184214.242500', '184214.702500', '184215.162500', '184215.622500', '184216.082500', '184216.542500', '184217.002500', '184217.462500', '184217.922500', '184218.382500', '184218.842500', '184219.302500', '184219.762500', '184220.222500', '184220.682500', '184221.142500', '184221.602500', '184222.062500', '184222.522500', '184222.982500', '184223.442500', '184223.902500', '184224.362500', '184224.822500', '184225.282500', '184225.742500', '184226.202500', '184226.662500', '184227.122500', '184227.582500', '184228.042500', '184228.502500', '184228.962500', '184229.422500', '184229.882500', '184230.342500', '184230.802500', '184231.262500', '184231.722500', '184232.182500', '184232.642500', '184233.102500', '184233.562500', '184234.022500', '184234.482500', '184234.942500', '184235.402500', '184235.862500', '184236.322500', '184236.782500', '184237.242500', '184237.702500', '184238.162500', '184238.622500', '184239.082500', '184239.542500', '184240.002500', '184240.462500', '184240.922500', '184241.382500', '184241.842500', '184242.302500', '184242.762500', '184243.222500', '184243.682500', '184244.142500', '184244.602500', '184245.062500', '184245.522500', '184245.982500', '184246.442500', '184246.902500', '184247.362500', '184247.822500', '184248.282500', '184248.742500', '184249.202500', '184249.662500', '184250.122500', '184250.582500', '184251.042500', '184251.502500', '184251.962500', '184252.422500', '184252.882500', '184253.342500', '184253.802500', '184254.262500', '184254.722500', '184255.182500', '184255.642500', '184256.102500', '184256.562500', '184257.022500', '184257.482500', '184257.942500', '184258.402500', '184258.862500', '184259.322500', '184259.782500', '184300.242500', '184300.702500', '184301.162500', '184301.622500', '184302.082500', '184302.542500', '184303.002500', '184303.462500', '184303.922500', '184304.382500', '184304.842500', '184305.302500', '184305.762500', '184306.222500', '184306.682500', '184307.142500', '184307.602500', '184308.062500', '184308.522500', '184308.982500', '184309.442500', '184309.902500', '184310.362500', '184310.822500', '184311.282500', '184311.742500', '184312.202500', '184312.662500', '184313.122500', '184313.582500', '184314.042500', '184314.502500', '184314.962500', '184315.422500', '184315.882500', '184316.342500', '184316.802500', '184317.262500', '184317.722500', '184318.182500', '184318.642500', '184319.102500', '184319.562500', '184320.022500', '184320.482500', '184320.942500', '184321.402500', '184321.862500', '184322.322500', '184322.782500', '184323.242500', '184323.702500', '184324.162500', '184324.622500', '184325.082500', '184325.542500', '184326.002500', '184326.462500', '184326.922500', '184327.382500', '184327.842500', '184328.302500', '184328.762500', '184329.222500', '184329.682500', '184330.142500', '184330.602500', '184331.062500', '184331.522500', '184331.982500', '184332.442500', '184332.902500', '184333.362500', '184333.822500', '184334.282500', '184334.742500', '184335.202500', '184335.662500', '184336.122500', '184336.582500', '184337.042500', '184337.502500', '184337.962500', '184338.422500', '184338.882500', '184339.342500', '184339.802500', '184340.262500', '184340.722500', '184341.182500', '184341.642500', '184342.102500', '184342.562500', '184343.022500', '184343.482500', '184343.942500', '184344.402500', '184344.862500', '184345.322500', '184345.782500', '184346.242500', '184346.702500', '184347.162500', '184347.622500', '184348.082500', '184348.542500', '184349.002500', '184349.462500', '184349.922500', '184350.382500', '184350.842500', '184351.302500', '184351.762500', '184352.222500', '184352.682500', '184353.142500', '184353.602500', '184354.062500', '184354.522500', '184354.982500', '184355.442500', '184355.902500', '184356.362500', '184356.822500', '184357.282500', '184357.742500', '184358.202500', '184358.662500', '184359.122500', '184359.582500', '184400.042500', '184400.502500', '184400.962500', '184401.422500', '184401.882500', '184402.342500', '184402.802500', '184403.262500', '184403.722500', '184404.182500', '184404.642500', '184405.102500', '184405.562500', '184406.022500', '184406.482500', '184406.942500', '184407.402500', '184407.862500', '184408.322500', '184408.782500', '184409.242500', '184409.702500', '184410.162500', '184410.622500', '184411.082500', '184411.542500', '184412.002500', '184412.462500', '184412.922500', '184413.382500', '184413.842500', '184414.302500', '184414.762500', '184415.222500', '184415.682500', '184416.142500', '184416.602500', '184417.062500', '184417.522500', '184417.982500', '184418.442500', '184418.902500', '184419.362500', '184419.822500', '184420.282500', '184420.742500', '184421.202500', '184421.662500', '184422.122500', '184422.582500', '184423.042500', '184423.502500', '184423.962500', '184424.422500', '184424.882500', '184425.342500', '184425.802500', '184426.262500', '184426.722500', '184427.182500', '184427.642500', '184428.102500', '184428.562500', '184429.022500', '184429.482500', '184429.942500', '184430.402500', '184430.862500', '184431.322500', '184431.782500', '184432.242500', '184432.702500', '184433.162500', '184433.622500', '184434.082500', '184434.542500', '184435.002500', '184435.462500', '184435.922500', '184436.382500', '184436.842500', '184437.302500', '184437.762500', '184438.222500', '184438.682500', '184439.142500', '184439.602500', '184440.062500', '184440.522500', '184440.982500', '184441.442500', '184441.902500', '184442.362500', '184442.822500', '184443.282500', '184443.742500', '184444.202500', '184444.662500', '184445.122500', '184445.582500', '184446.042500', '184446.502500', '184446.962500', '184447.422500', '184447.882500', '184448.342500', '184448.802500', '184449.262500', '184449.722500', '184450.182500', '184450.642500', '184451.102500', '184451.562500', '184452.022500', '184452.482500', '184452.942500', '184453.402500', '184453.862500', '184454.322500', '184454.782500', '184455.242500', '184455.702500', '184456.162500', '184456.622500', '184457.082500', '184457.542500', '184458.002500', '184458.462500', '184458.922500', '184459.382500', '184459.842500', '184500.302500', '184500.762500', '184501.222500', '184501.682500', '184502.142500', '184502.602500', '184503.062500', '184503.522500', '184503.982500', '184504.442500', '184504.902500', '184505.362500', '184505.822500', '184506.282500', '184506.742500', '184507.202500', '184507.662500', '184508.122500', '184508.582500', '184509.042500', '184509.502500', '184509.962500', '184510.422500', '184510.882500', '184511.342500', '184511.802500', '184512.262500', '184512.722500', '184513.182500', '184513.642500', '184514.102500', '184514.562500', '184515.022500', '184515.482500', '184515.942500', '184516.402500', '184516.862500', '184517.322500', '184517.782500', '184518.242500', '184518.702500', '184519.162500', '184519.622500', '184520.082500', '184520.542500', '184521.002500', '184521.462500', '184521.922500', '184522.382500', '184522.842500', '184523.302500', '184523.762500', '184524.222500', '184524.682500', '184525.142500', '184525.602500', '184526.062500', '184526.522500', '184526.982500', '184527.442500', '184527.902500', '184528.362500', '184528.822500', '184529.282500', '184529.742500', '184530.202500', '184530.662500', '184531.122500', '184531.582500', '184532.042500', '184532.502500', '184532.962500', '184533.422500', '184533.882500', '184534.342500', '184534.802500', '184535.262500', '184535.722500', '184536.182500', '184536.642500', '184537.102500', '184537.562500', '184538.022500', '184538.482500', '184538.942500', '184539.402500', '184539.862500', '184540.322500', '184540.782500', '184541.242500', '184541.702500', '184542.162500', '184542.622500', '184543.082500', '184543.542500', '184544.002500', '184544.462500', '184544.922500', '184545.382500', '184545.842500', '184546.302500', '184546.762500', '184547.222500', '184547.682500', '184548.142500', '184548.602500', '184549.062500', '184549.522500', '184549.982500', '184550.442500', '184550.902500', '184551.362500', '184551.822500', '184552.282500', '184552.742500', '184553.202500', '184553.662500', '184554.122500', '184554.582500', '184555.042500', '184555.502500', '184555.962500', '184556.422500', '184556.882500', '184557.342500', '184557.802500', '184558.262500', '184558.722500', '184559.182500', '184559.642500', '184600.102500', '184600.562500', '184601.022500', '184601.482500', '184601.942500', '184602.402500', '184602.862500', '184603.322500', '184603.782500', '184604.242500', '184604.702500', '184605.162500', '184605.622500', '184606.082500', '184606.542500', '184607.002500', '184607.462500', '184607.922500', '184608.382500', '184608.842500', '184609.302500', '184609.762500', '184610.222500', '184610.682500', '184611.142500', '184611.602500', '184612.062500', '184612.522500', '184612.982500', '184613.442500', '184613.902500', '184614.362500', '184614.822500', '184615.282500', '184615.742500', '184616.202500', '184616.662500', '184617.122500', '184617.582500', '184618.042500', '184618.502500', '184618.962500', '184619.422500', '184619.882500', '184620.342500', '184620.802500', '184621.262500', '184621.722500', '184622.182500', '184622.642500', '184623.102500', '184623.562500', '184624.022500', '184624.482500', '184624.942500', '184625.402500', '184625.862500', '184626.322500', '184626.782500', '184627.242500', '184627.702500', '184628.162500', '184628.622500', '184629.082500', '184629.542500', '184630.002500', '184630.462500', '184630.922500', '184631.382500', '184631.842500', '184632.302500'], 'ContentTime': ['183847.002000', '183847.011000', '183847.014000', '183847.017000', '183847.020000', '183847.023000', '183847.026000', '183847.029000', '183847.032000', '183847.035000', '183847.038000', '183847.041000', '183847.044000', '183847.047000', '183847.050000', '183847.053000', '183847.066000', '183847.070000', '183847.073000', '183847.075000', '183847.079000', '183847.082000', '183847.085000', '183847.088000', '183847.091000', '183847.094000', '183847.105000', '183847.108000', '183847.112000', '183847.115000', '183847.118000', '183847.122000', '183847.125000', '183847.128000', '183847.131000', '183847.134000', '183847.137000', '183847.140000', '183847.143000', '183847.146000', '183847.149000', '183847.152000', '183847.154000', '183847.157000', '183847.160000', '183847.163000', '183847.166000', '183847.169000', '183847.172000', '183847.176000', '183906.962000', '183906.965000', '183906.968000', '183906.971000', '183906.974000', '183906.977000', '183906.980000', '183906.983000', '183906.986000', '183906.988000', '183906.991000', '183906.994000', '183906.997000', '183907.001000', '183907.010000', '183907.013000', '183907.016000', '183907.019000', '183907.021000', '183907.081000', '183907.084000', '183907.087000', '183907.089000', '183907.092000', '183907.095000', '183907.098000', '183907.101000', '183907.103000', '183907.106000', '183907.109000', '183907.113000', '183907.116000', '183907.119000', '183907.122000', '183907.125000', '183907.128000', '183907.131000', '183907.134000', '183907.141000', '183907.144000', '183907.147000', '183907.150000', '183907.152000', '183926.962000', '183926.965000', '183926.968000', '183926.970000', '183926.973000', '183926.976000', '183926.979000', '183926.982000', '183926.985000', '183926.988000', '183926.990000', '183926.993000', '183926.996000', '183927.000000', '183927.003000', '183927.006000', '183927.009000', '183927.011000', '183927.014000', '183927.017000', '183927.020000', '183927.023000', '183927.026000', '183927.028000', '183927.031000', '183927.034000', '183927.037000', '183927.040000', '183927.043000', '183927.046000', '183927.048000', '183927.051000', '183927.054000', '183927.057000', '183927.060000', '183927.063000', '183927.066000', '183927.068000', '183927.071000', '183927.074000', '183927.077000', '183927.080000', '183927.082000', '183927.085000', '183946.963000', '183946.966000', '183946.969000', '183946.972000', '183946.975000', '183946.978000', '183946.981000', '183946.984000', '183946.987000', '183946.990000', '183946.993000', '183946.996000', '183947.000000', '183947.002000', '183947.005000', '183947.008000', '183947.011000', '183947.014000', '183947.017000', '183947.020000', '183947.023000', '183947.026000', '183947.028000', '183947.031000', '183947.034000', '183947.037000', '183947.040000', '183947.042000', '183947.045000', '183947.048000', '183947.051000', '183947.054000', '183947.057000', '183947.060000', '183947.063000', '183947.072000', '183947.075000', '183947.078000', '183947.080000', '183947.083000', '183947.086000', '183947.089000', '183947.092000', '184006.963000', '184006.966000', '184006.969000', '184006.972000', '184006.975000', '184006.977000', '184006.980000', '184006.983000', '184006.986000', '184006.989000', '184006.992000', '184006.995000', '184006.997000', '184007.001000', '184007.004000', '184007.007000', '184007.018000', '184007.021000', '184007.024000', '184007.027000', '184007.029000', '184007.032000', '184007.035000', '184007.038000', '184007.041000', '184007.043000', '184007.046000', '184007.049000', '184007.052000', '184007.055000', '184007.058000', '184007.061000', '184007.064000', '184007.066000', '184007.069000', '184007.072000', '184007.075000', '184007.078000', '184007.081000', '184007.084000', '184007.087000', '184007.089000', '184007.098000', '184007.101000', '184026.963000', '184026.966000', '184026.969000', '184026.972000', '184026.975000', '184026.978000', '184026.980000', '184026.983000', '184026.986000', '184026.989000', '184026.992000', '184026.995000', '184026.998000', '184027.002000', '184027.005000', '184027.008000', '184027.011000', '184027.014000', '184027.016000', '184027.019000', '184027.022000', '184027.025000', '184027.028000', '184027.031000', '184027.034000', '184027.036000', '184027.039000', '184027.042000', '184027.045000', '184027.048000', '184027.051000', '184027.061000', '184027.064000', '184027.067000', '184027.069000', '184027.072000', '184027.075000', '184027.078000', '184027.081000', '184027.084000', '184027.087000', '184027.090000', '184027.092000', '184046.962000', '184046.965000', '184046.968000', '184046.971000', '184046.974000', '184046.976000', '184046.979000', '184046.982000', '184046.985000', '184046.993000', '184046.996000', '184047.000000', '184047.003000', '184047.006000', '184047.009000', '184047.023000', '184047.026000', '184047.029000', '184047.032000', '184047.034000', '184047.037000', '184047.040000', '184047.043000', '184047.046000', '184047.049000', '184047.051000', '184047.054000', '184047.057000', '184047.060000', '184047.063000', '184047.066000', '184047.069000', '184047.071000', '184047.074000', '184047.077000', '184047.080000', '184047.083000', '184047.086000', '184047.089000', '184047.092000', '184047.094000', '184047.097000', '184047.100000', '184047.103000', '184106.962000', '184106.965000', '184106.968000', '184106.971000', '184106.974000', '184106.977000', '184106.980000', '184106.982000', '184106.985000', '184106.988000', '184106.991000', '184106.994000', '184106.997000', '184107.001000', '184107.003000', '184107.006000', '184107.009000', '184107.012000', '184107.015000', '184107.018000', '184107.021000', '184107.024000', '184107.027000', '184107.030000', '184107.033000', '184107.036000', '184107.039000', '184107.042000', '184107.044000', '184107.047000', '184107.050000', '184107.053000', '184107.056000', '184107.059000', '184107.062000', '184107.065000', '184107.067000', '184107.070000', '184107.073000', '184107.076000', '184107.079000', '184107.082000', '184107.085000', '184126.962000', '184126.965000', '184126.968000', '184126.971000', '184126.974000', '184126.977000', '184126.979000', '184126.982000', '184126.985000', '184126.988000', '184126.991000', '184126.994000', '184126.997000', '184127.000000', '184127.003000', '184127.006000', '184127.009000', '184127.012000', '184127.015000', '184127.018000', '184127.021000', '184127.024000', '184127.026000', '184127.029000', '184127.032000', '184127.035000', '184127.038000', '184127.041000', '184127.044000', '184127.047000', '184127.049000', '184127.052000', '184127.055000', '184127.058000', '184127.061000', '184127.064000', '184127.067000', '184127.069000', '184127.072000', '184127.075000', '184127.078000', '184127.081000', '184127.084000', '184127.087000', '184146.962000', '184146.965000', '184146.968000', '184146.971000', '184146.974000', '184146.977000', '184146.979000', '184146.982000', '184146.985000', '184146.988000', '184146.991000', '184146.994000', '184146.997000', '184147.001000', '184147.003000', '184147.006000', '184147.010000', '184147.013000', '184147.016000', '184147.019000', '184147.022000', '184147.024000', '184147.027000', '184147.030000', '184147.033000', '184147.036000', '184147.038000', '184147.041000', '184147.044000', '184147.047000', '184147.050000', '184147.054000', '184147.056000', '184147.060000', '184147.062000', '184147.065000', '184147.068000', '184147.071000', '184147.074000', '184147.077000', '184147.080000', '184147.083000', '184147.085000', '184206.963000', '184206.966000', '184206.969000', '184206.972000', '184206.975000', '184206.978000', '184206.980000', '184206.983000', '184206.986000', '184206.989000', '184206.992000', '184206.995000', '184206.998000', '184207.002000', '184207.004000', '184207.007000', '184207.010000', '184207.013000', '184207.016000', '184207.019000', '184207.022000', '184207.024000', '184207.027000', '184207.030000', '184207.033000', '184207.036000', '184207.039000', '184207.042000', '184207.045000', '184207.047000', '184207.050000', '184207.053000', '184207.056000', '184207.059000', '184207.062000', '184207.065000', '184207.068000', '184207.070000', '184207.073000', '184207.076000', '184207.095000', '184207.097000', '184207.100000', '184207.103000', '184226.963000', '184226.966000', '184226.969000', '184226.972000', '184226.975000', '184226.977000', '184226.980000', '184226.983000', '184226.986000', '184226.989000', '184226.992000', '184226.996000', '184227.000000', '184227.003000', '184227.006000', '184227.009000', '184227.012000', '184227.014000', '184227.017000', '184227.020000', '184227.023000', '184227.026000', '184227.029000', '184227.032000', '184227.034000', '184227.037000', '184227.040000', '184227.043000', '184227.046000', '184227.049000', '184227.052000', '184227.055000', '184227.058000', '184227.060000', '184227.063000', '184227.066000', '184227.069000', '184227.072000', '184227.075000', '184227.078000', '184227.081000', '184227.084000', '184227.086000', '184246.963000', '184246.966000', '184246.969000', '184246.980000', '184246.982000', '184246.985000', '184246.988000', '184246.991000', '184246.994000', '184246.997000', '184247.001000', '184247.004000', '184247.007000', '184247.009000', '184247.012000', '184247.015000', '184247.018000', '184247.021000', '184247.024000', '184247.027000', '184247.030000', '184247.032000', '184247.035000', '184247.038000', '184247.041000', '184247.044000', '184247.047000', '184247.050000', '184247.053000', '184247.055000', '184247.058000', '184247.061000', '184247.064000', '184247.067000', '184247.070000', '184247.073000', '184247.075000', '184247.078000', '184247.081000', '184247.084000', '184247.087000', '184247.090000', '184247.093000', '184247.096000', '184306.962000', '184306.965000', '184306.968000', '184306.971000', '184306.974000', '184306.977000', '184306.980000', '184306.982000', '184306.985000', '184306.988000', '184306.991000', '184306.994000', '184306.997000', '184307.001000', '184307.004000', '184307.006000', '184307.009000', '184307.012000', '184307.015000', '184307.018000', '184307.021000', '184307.024000', '184307.026000', '184307.029000', '184307.032000', '184307.035000', '184307.038000', '184307.041000', '184307.044000', '184307.047000', '184307.050000', '184307.052000', '184307.055000', '184307.058000', '184307.061000', '184307.064000', '184307.067000', '184307.070000', '184307.073000', '184307.075000', '184307.078000', '184307.081000', '184307.084000', '184326.962000', '184326.965000', '184326.968000', '184326.971000', '184326.974000', '184326.976000', '184326.980000', '184326.982000', '184326.985000', '184326.988000', '184326.991000', '184326.994000', '184326.997000', '184327.001000', '184327.004000', '184327.007000', '184327.009000', '184327.012000', '184327.015000', '184327.018000', '184327.021000', '184327.024000', '184327.027000', '184327.030000', '184327.032000', '184327.035000', '184327.038000', '184327.041000', '184327.044000', '184327.047000', '184327.050000', '184327.053000', '184327.055000', '184327.058000', '184327.061000', '184327.064000', '184327.067000', '184327.070000', '184327.073000', '184327.076000', '184327.078000', '184327.081000', '184327.084000', '184327.087000', '184346.962000', '184346.965000', '184346.968000', '184346.971000', '184346.974000', '184346.977000', '184346.979000', '184346.982000', '184346.985000', '184346.988000', '184346.991000', '184346.994000', '184346.997000', '184347.000000', '184347.003000', '184347.006000', '184347.009000', '184347.012000', '184347.015000', '184347.018000', '184347.021000', '184347.033000', '184347.037000', '184347.042000', '184347.045000', '184347.048000', '184347.050000', '184347.053000', '184347.056000', '184347.059000', '184347.062000', '184347.065000', '184347.068000', '184347.070000', '184347.073000', '184347.076000', '184347.079000', '184347.082000', '184347.085000', '184347.088000', '184347.091000', '184347.096000', '184347.099000', '184406.963000', '184406.966000', '184406.969000', '184406.972000', '184406.975000', '184406.978000', '184406.980000', '184406.983000', '184406.986000', '184406.989000', '184406.992000', '184406.995000', '184406.997000', '184407.000000', '184407.003000', '184407.006000', '184407.009000', '184407.012000', '184407.015000', '184407.018000', '184407.020000', '184407.024000', '184407.026000', '184407.029000', '184407.032000', '184407.035000', '184407.038000', '184407.041000', '184407.043000', '184407.046000', '184407.049000', '184407.052000', '184407.055000', '184407.058000', '184407.061000', '184407.063000', '184407.066000', '184407.069000', '184407.072000', '184407.075000', '184407.078000', '184407.081000', '184407.084000', '184407.086000', '184426.963000', '184426.966000', '184426.969000', '184426.972000', '184426.975000', '184426.978000', '184426.980000', '184426.983000', '184426.986000', '184426.989000', '184426.992000', '184426.995000', '184426.998000', '184427.001000', '184427.004000', '184427.007000', '184427.010000', '184427.013000', '184427.016000', '184427.019000', '184427.022000', '184427.024000', '184427.027000', '184427.030000', '184427.033000', '184427.036000', '184427.039000', '184427.041000', '184427.044000', '184427.047000', '184427.050000', '184427.053000', '184427.056000', '184427.058000', '184427.061000', '184427.064000', '184427.067000', '184427.070000', '184427.073000', '184427.076000', '184427.079000', '184427.081000', '184427.084000', '184446.963000', '184446.966000', '184446.969000', '184446.972000', '184446.979000', '184446.982000', '184446.985000', '184446.987000', '184446.991000', '184446.993000', '184446.996000', '184447.000000', '184447.003000', '184447.006000', '184447.009000', '184447.012000', '184447.015000', '184447.017000', '184447.020000', '184447.023000', '184447.026000', '184447.029000', '184447.032000', '184447.034000', '184447.037000', '184447.040000', '184447.043000', '184447.046000', '184447.049000', '184447.052000', '184447.054000', '184447.057000', '184447.060000', '184447.063000', '184447.066000', '184447.069000', '184447.072000', '184447.075000', '184447.077000', '184447.080000', '184447.083000', '184447.086000', '184447.089000', '184447.092000', '184506.963000', '184506.966000', '184506.969000', '184506.972000', '184506.975000', '184506.978000', '184506.981000', '184506.984000', '184506.986000', '184506.989000', '184506.992000', '184506.995000', '184506.998000', '184507.002000', '184507.005000', '184507.007000', '184507.010000', '184507.013000', '184507.016000', '184507.019000', '184507.022000', '184507.025000', '184507.028000', '184507.030000', '184507.033000', '184507.036000', '184507.039000', '184507.042000', '184507.045000', '184507.047000', '184507.050000', '184507.053000', '184507.064000', '184507.067000', '184507.070000', '184507.074000', '184507.077000', '184507.080000', '184507.083000', '184507.086000', '184507.089000', '184507.092000', '184507.095000', '184526.962000', '184526.965000', '184526.968000', '184526.971000', '184526.974000', '184526.976000', '184526.979000', '184526.982000', '184526.985000', '184526.988000', '184526.991000', '184526.994000', '184526.996000', '184527.000000', '184527.003000', '184527.006000', '184527.009000', '184527.012000', '184527.015000', '184527.018000', '184527.021000', '184527.024000', '184527.026000', '184527.029000', '184527.032000', '184527.035000', '184527.038000', '184527.041000', '184527.044000', '184527.047000', '184527.049000', '184527.052000', '184527.055000', '184527.058000', '184527.061000', '184527.064000', '184527.067000', '184527.070000', '184527.072000', '184527.075000', '184527.078000', '184527.081000', '184527.084000', '184527.087000', '184546.962000', '184546.965000', '184546.968000', '184546.971000', '184546.974000', '184546.977000', '184546.980000', '184546.983000', '184546.985000', '184546.989000', '184546.991000', '184546.994000', '184546.997000', '184547.001000', '184547.004000', '184547.007000', '184547.010000', '184547.013000', '184547.015000', '184547.018000', '184547.021000', '184547.024000', '184547.027000', '184547.030000', '184547.033000', '184547.036000', '184547.038000', '184547.041000', '184547.044000', '184547.047000', '184547.050000', '184547.053000', '184547.056000', '184547.059000', '184547.061000', '184547.064000', '184547.067000', '184547.070000', '184547.073000', '184547.076000', '184547.078000', '184547.081000', '184547.084000', '184606.962000', '184606.965000', '184606.968000', '184606.971000', '184606.974000', '184606.976000', '184606.979000', '184606.982000', '184606.985000', '184606.988000', '184606.991000', '184606.994000', '184606.997000', '184607.001000', '184607.004000', '184607.006000', '184607.009000', '184607.012000', '184607.015000', '184607.018000', '184607.021000', '184607.023000', '184607.026000', '184607.029000', '184607.032000', '184607.035000', '184607.038000', '184607.041000', '184607.044000', '184607.047000', '184607.050000', '184607.052000', '184607.055000', '184607.058000', '184607.061000', '184607.064000', '184607.067000', '184607.070000', '184607.073000', '184607.075000', '184607.078000', '184607.081000', '184607.084000', '184607.087000', '184626.963000', '184626.966000', '184626.969000', '184626.972000', '184626.975000', '184626.978000', '184626.981000', '184626.983000', '184626.986000', '184626.989000', '184626.992000', '184626.995000', '184626.998000', '184627.001000', '184627.004000', '184627.006000', '184627.009000', '184627.012000', '184627.015000', '184627.018000', '184627.021000', '184627.024000', '184627.027000', '184627.029000', '184627.032000', '184627.035000', '184627.038000', '184627.041000', '184627.044000', '184627.058000', '184627.061000', '184627.064000', '184627.067000', '184627.070000', '184627.073000', '184627.075000', '184627.078000', '184627.081000', '184627.084000', '184627.087000', '184627.090000', '184627.093000', '184627.096000', '184633.688000', '184633.707000', '184633.710000', '184633.713000', '184633.716000', '184633.719000', '184633.722000', '184633.725000', '184633.727000', '184633.730000', '184633.733000', '184633.736000', '184633.739000', '184633.742000', '184633.745000'], 'InstanceCreationTime': ['183847.002000', '183847.011000', '183847.014000', '183847.017000', '183847.020000', '183847.023000', '183847.026000', '183847.029000', '183847.032000', '183847.035000', '183847.038000', '183847.041000', '183847.044000', '183847.047000', '183847.050000', '183847.053000', '183847.066000', '183847.070000', '183847.073000', '183847.075000', '183847.079000', '183847.082000', '183847.085000', '183847.088000', '183847.091000', '183847.094000', '183847.105000', '183847.108000', '183847.112000', '183847.115000', '183847.118000', '183847.122000', '183847.125000', '183847.128000', '183847.131000', '183847.134000', '183847.137000', '183847.140000', '183847.143000', '183847.146000', '183847.149000', '183847.152000', '183847.154000', '183847.157000', '183847.160000', '183847.163000', '183847.166000', '183847.169000', '183847.172000', '183847.176000', '183906.962000', '183906.965000', '183906.968000', '183906.971000', '183906.974000', '183906.977000', '183906.980000', '183906.983000', '183906.986000', '183906.988000', '183906.991000', '183906.994000', '183906.997000', '183907.001000', '183907.010000', '183907.013000', '183907.016000', '183907.019000', '183907.021000', '183907.081000', '183907.084000', '183907.087000', '183907.089000', '183907.092000', '183907.095000', '183907.098000', '183907.101000', '183907.103000', '183907.106000', '183907.109000', '183907.113000', '183907.116000', '183907.119000', '183907.122000', '183907.125000', '183907.128000', '183907.131000', '183907.134000', '183907.141000', '183907.144000', '183907.147000', '183907.150000', '183907.152000', '183926.962000', '183926.965000', '183926.968000', '183926.970000', '183926.973000', '183926.976000', '183926.979000', '183926.982000', '183926.985000', '183926.988000', '183926.990000', '183926.993000', '183926.996000', '183927.000000', '183927.003000', '183927.006000', '183927.009000', '183927.011000', '183927.014000', '183927.017000', '183927.020000', '183927.023000', '183927.026000', '183927.028000', '183927.031000', '183927.034000', '183927.037000', '183927.040000', '183927.043000', '183927.046000', '183927.048000', '183927.051000', '183927.054000', '183927.057000', '183927.060000', '183927.063000', '183927.066000', '183927.068000', '183927.071000', '183927.074000', '183927.077000', '183927.080000', '183927.082000', '183927.085000', '183946.963000', '183946.966000', '183946.969000', '183946.972000', '183946.975000', '183946.978000', '183946.981000', '183946.984000', '183946.987000', '183946.990000', '183946.993000', '183946.996000', '183947.000000', '183947.002000', '183947.005000', '183947.008000', '183947.011000', '183947.014000', '183947.017000', '183947.020000', '183947.023000', '183947.026000', '183947.028000', '183947.031000', '183947.034000', '183947.037000', '183947.040000', '183947.042000', '183947.045000', '183947.048000', '183947.051000', '183947.054000', '183947.057000', '183947.060000', '183947.063000', '183947.072000', '183947.075000', '183947.078000', '183947.080000', '183947.083000', '183947.086000', '183947.089000', '183947.092000', '184006.963000', '184006.966000', '184006.969000', '184006.972000', '184006.975000', '184006.977000', '184006.980000', '184006.983000', '184006.986000', '184006.989000', '184006.992000', '184006.995000', '184006.997000', '184007.001000', '184007.004000', '184007.007000', '184007.018000', '184007.021000', '184007.024000', '184007.027000', '184007.029000', '184007.032000', '184007.035000', '184007.038000', '184007.041000', '184007.043000', '184007.046000', '184007.049000', '184007.052000', '184007.055000', '184007.058000', '184007.061000', '184007.064000', '184007.066000', '184007.069000', '184007.072000', '184007.075000', '184007.078000', '184007.081000', '184007.084000', '184007.087000', '184007.089000', '184007.098000', '184007.101000', '184026.963000', '184026.966000', '184026.969000', '184026.972000', '184026.975000', '184026.978000', '184026.980000', '184026.983000', '184026.986000', '184026.989000', '184026.992000', '184026.995000', '184026.998000', '184027.002000', '184027.005000', '184027.008000', '184027.011000', '184027.014000', '184027.016000', '184027.019000', '184027.022000', '184027.025000', '184027.028000', '184027.031000', '184027.034000', '184027.036000', '184027.039000', '184027.042000', '184027.045000', '184027.048000', '184027.051000', '184027.061000', '184027.064000', '184027.067000', '184027.069000', '184027.072000', '184027.075000', '184027.078000', '184027.081000', '184027.084000', '184027.087000', '184027.090000', '184027.092000', '184046.962000', '184046.965000', '184046.968000', '184046.971000', '184046.974000', '184046.976000', '184046.979000', '184046.982000', '184046.985000', '184046.993000', '184046.996000', '184047.000000', '184047.003000', '184047.006000', '184047.009000', '184047.023000', '184047.026000', '184047.029000', '184047.032000', '184047.034000', '184047.037000', '184047.040000', '184047.043000', '184047.046000', '184047.049000', '184047.051000', '184047.054000', '184047.057000', '184047.060000', '184047.063000', '184047.066000', '184047.069000', '184047.071000', '184047.074000', '184047.077000', '184047.080000', '184047.083000', '184047.086000', '184047.089000', '184047.092000', '184047.094000', '184047.097000', '184047.100000', '184047.103000', '184106.962000', '184106.965000', '184106.968000', '184106.971000', '184106.974000', '184106.977000', '184106.980000', '184106.982000', '184106.985000', '184106.988000', '184106.991000', '184106.994000', '184106.997000', '184107.001000', '184107.003000', '184107.006000', '184107.009000', '184107.012000', '184107.015000', '184107.018000', '184107.021000', '184107.024000', '184107.027000', '184107.030000', '184107.033000', '184107.036000', '184107.039000', '184107.042000', '184107.044000', '184107.047000', '184107.050000', '184107.053000', '184107.056000', '184107.059000', '184107.062000', '184107.065000', '184107.067000', '184107.070000', '184107.073000', '184107.076000', '184107.079000', '184107.082000', '184107.085000', '184126.962000', '184126.965000', '184126.968000', '184126.971000', '184126.974000', '184126.977000', '184126.979000', '184126.982000', '184126.985000', '184126.988000', '184126.991000', '184126.994000', '184126.997000', '184127.000000', '184127.003000', '184127.006000', '184127.009000', '184127.012000', '184127.015000', '184127.018000', '184127.021000', '184127.024000', '184127.026000', '184127.029000', '184127.032000', '184127.035000', '184127.038000', '184127.041000', '184127.044000', '184127.047000', '184127.049000', '184127.052000', '184127.055000', '184127.058000', '184127.061000', '184127.064000', '184127.067000', '184127.069000', '184127.072000', '184127.075000', '184127.078000', '184127.081000', '184127.084000', '184127.087000', '184146.962000', '184146.965000', '184146.968000', '184146.971000', '184146.974000', '184146.977000', '184146.979000', '184146.982000', '184146.985000', '184146.988000', '184146.991000', '184146.994000', '184146.997000', '184147.001000', '184147.003000', '184147.006000', '184147.010000', '184147.013000', '184147.016000', '184147.019000', '184147.022000', '184147.024000', '184147.027000', '184147.030000', '184147.033000', '184147.036000', '184147.038000', '184147.041000', '184147.044000', '184147.047000', '184147.050000', '184147.054000', '184147.056000', '184147.060000', '184147.062000', '184147.065000', '184147.068000', '184147.071000', '184147.074000', '184147.077000', '184147.080000', '184147.083000', '184147.085000', '184206.963000', '184206.966000', '184206.969000', '184206.972000', '184206.975000', '184206.978000', '184206.980000', '184206.983000', '184206.986000', '184206.989000', '184206.992000', '184206.995000', '184206.998000', '184207.002000', '184207.004000', '184207.007000', '184207.010000', '184207.013000', '184207.016000', '184207.019000', '184207.022000', '184207.024000', '184207.027000', '184207.030000', '184207.033000', '184207.036000', '184207.039000', '184207.042000', '184207.045000', '184207.047000', '184207.050000', '184207.053000', '184207.056000', '184207.059000', '184207.062000', '184207.065000', '184207.068000', '184207.070000', '184207.073000', '184207.076000', '184207.095000', '184207.097000', '184207.100000', '184207.103000', '184226.963000', '184226.966000', '184226.969000', '184226.972000', '184226.975000', '184226.977000', '184226.980000', '184226.983000', '184226.986000', '184226.989000', '184226.992000', '184226.996000', '184227.000000', '184227.003000', '184227.006000', '184227.009000', '184227.012000', '184227.014000', '184227.017000', '184227.020000', '184227.023000', '184227.026000', '184227.029000', '184227.032000', '184227.034000', '184227.037000', '184227.040000', '184227.043000', '184227.046000', '184227.049000', '184227.052000', '184227.055000', '184227.058000', '184227.060000', '184227.063000', '184227.066000', '184227.069000', '184227.072000', '184227.075000', '184227.078000', '184227.081000', '184227.084000', '184227.086000', '184246.963000', '184246.966000', '184246.969000', '184246.980000', '184246.982000', '184246.985000', '184246.988000', '184246.991000', '184246.994000', '184246.997000', '184247.001000', '184247.004000', '184247.007000', '184247.009000', '184247.012000', '184247.015000', '184247.018000', '184247.021000', '184247.024000', '184247.027000', '184247.030000', '184247.032000', '184247.035000', '184247.038000', '184247.041000', '184247.044000', '184247.047000', '184247.050000', '184247.053000', '184247.055000', '184247.058000', '184247.061000', '184247.064000', '184247.067000', '184247.070000', '184247.073000', '184247.075000', '184247.078000', '184247.081000', '184247.084000', '184247.087000', '184247.090000', '184247.093000', '184247.096000', '184306.962000', '184306.965000', '184306.968000', '184306.971000', '184306.974000', '184306.977000', '184306.980000', '184306.982000', '184306.985000', '184306.988000', '184306.991000', '184306.994000', '184306.997000', '184307.001000', '184307.004000', '184307.006000', '184307.009000', '184307.012000', '184307.015000', '184307.018000', '184307.021000', '184307.024000', '184307.026000', '184307.029000', '184307.032000', '184307.035000', '184307.038000', '184307.041000', '184307.044000', '184307.047000', '184307.050000', '184307.052000', '184307.055000', '184307.058000', '184307.061000', '184307.064000', '184307.067000', '184307.070000', '184307.073000', '184307.075000', '184307.078000', '184307.081000', '184307.084000', '184326.962000', '184326.965000', '184326.968000', '184326.971000', '184326.974000', '184326.976000', '184326.980000', '184326.982000', '184326.985000', '184326.988000', '184326.991000', '184326.994000', '184326.997000', '184327.001000', '184327.004000', '184327.007000', '184327.009000', '184327.012000', '184327.015000', '184327.018000', '184327.021000', '184327.024000', '184327.027000', '184327.030000', '184327.032000', '184327.035000', '184327.038000', '184327.041000', '184327.044000', '184327.047000', '184327.050000', '184327.053000', '184327.055000', '184327.058000', '184327.061000', '184327.064000', '184327.067000', '184327.070000', '184327.073000', '184327.076000', '184327.078000', '184327.081000', '184327.084000', '184327.087000', '184346.962000', '184346.965000', '184346.968000', '184346.971000', '184346.974000', '184346.977000', '184346.979000', '184346.982000', '184346.985000', '184346.988000', '184346.991000', '184346.994000', '184346.997000', '184347.000000', '184347.003000', '184347.006000', '184347.009000', '184347.012000', '184347.015000', '184347.018000', '184347.021000', '184347.033000', '184347.037000', '184347.042000', '184347.045000', '184347.048000', '184347.050000', '184347.053000', '184347.056000', '184347.059000', '184347.062000', '184347.065000', '184347.068000', '184347.070000', '184347.073000', '184347.076000', '184347.079000', '184347.082000', '184347.085000', '184347.088000', '184347.091000', '184347.096000', '184347.099000', '184406.963000', '184406.966000', '184406.969000', '184406.972000', '184406.975000', '184406.978000', '184406.980000', '184406.983000', '184406.986000', '184406.989000', '184406.992000', '184406.995000', '184406.997000', '184407.000000', '184407.003000', '184407.006000', '184407.009000', '184407.012000', '184407.015000', '184407.018000', '184407.020000', '184407.024000', '184407.026000', '184407.029000', '184407.032000', '184407.035000', '184407.038000', '184407.041000', '184407.043000', '184407.046000', '184407.049000', '184407.052000', '184407.055000', '184407.058000', '184407.061000', '184407.063000', '184407.066000', '184407.069000', '184407.072000', '184407.075000', '184407.078000', '184407.081000', '184407.084000', '184407.086000', '184426.963000', '184426.966000', '184426.969000', '184426.972000', '184426.975000', '184426.978000', '184426.980000', '184426.983000', '184426.986000', '184426.989000', '184426.992000', '184426.995000', '184426.998000', '184427.001000', '184427.004000', '184427.007000', '184427.010000', '184427.013000', '184427.016000', '184427.019000', '184427.022000', '184427.024000', '184427.027000', '184427.030000', '184427.033000', '184427.036000', '184427.039000', '184427.041000', '184427.044000', '184427.047000', '184427.050000', '184427.053000', '184427.056000', '184427.058000', '184427.061000', '184427.064000', '184427.067000', '184427.070000', '184427.073000', '184427.076000', '184427.079000', '184427.081000', '184427.084000', '184446.963000', '184446.966000', '184446.969000', '184446.972000', '184446.979000', '184446.982000', '184446.985000', '184446.987000', '184446.991000', '184446.993000', '184446.996000', '184447.000000', '184447.003000', '184447.006000', '184447.009000', '184447.012000', '184447.015000', '184447.017000', '184447.020000', '184447.023000', '184447.026000', '184447.029000', '184447.032000', '184447.034000', '184447.037000', '184447.040000', '184447.043000', '184447.046000', '184447.049000', '184447.052000', '184447.054000', '184447.057000', '184447.060000', '184447.063000', '184447.066000', '184447.069000', '184447.072000', '184447.075000', '184447.077000', '184447.080000', '184447.083000', '184447.086000', '184447.089000', '184447.092000', '184506.963000', '184506.966000', '184506.969000', '184506.972000', '184506.975000', '184506.978000', '184506.981000', '184506.984000', '184506.986000', '184506.989000', '184506.992000', '184506.995000', '184506.998000', '184507.002000', '184507.005000', '184507.007000', '184507.010000', '184507.013000', '184507.016000', '184507.019000', '184507.022000', '184507.025000', '184507.028000', '184507.030000', '184507.033000', '184507.036000', '184507.039000', '184507.042000', '184507.045000', '184507.047000', '184507.050000', '184507.053000', '184507.064000', '184507.067000', '184507.070000', '184507.074000', '184507.077000', '184507.080000', '184507.083000', '184507.086000', '184507.089000', '184507.092000', '184507.095000', '184526.962000', '184526.965000', '184526.968000', '184526.971000', '184526.974000', '184526.976000', '184526.979000', '184526.982000', '184526.985000', '184526.988000', '184526.991000', '184526.994000', '184526.996000', '184527.000000', '184527.003000', '184527.006000', '184527.009000', '184527.012000', '184527.015000', '184527.018000', '184527.021000', '184527.024000', '184527.026000', '184527.029000', '184527.032000', '184527.035000', '184527.038000', '184527.041000', '184527.044000', '184527.047000', '184527.049000', '184527.052000', '184527.055000', '184527.058000', '184527.061000', '184527.064000', '184527.067000', '184527.070000', '184527.072000', '184527.075000', '184527.078000', '184527.081000', '184527.084000', '184527.087000', '184546.962000', '184546.965000', '184546.968000', '184546.971000', '184546.974000', '184546.977000', '184546.980000', '184546.983000', '184546.985000', '184546.989000', '184546.991000', '184546.994000', '184546.997000', '184547.001000', '184547.004000', '184547.007000', '184547.010000', '184547.013000', '184547.015000', '184547.018000', '184547.021000', '184547.024000', '184547.027000', '184547.030000', '184547.033000', '184547.036000', '184547.038000', '184547.041000', '184547.044000', '184547.047000', '184547.050000', '184547.053000', '184547.056000', '184547.059000', '184547.061000', '184547.064000', '184547.067000', '184547.070000', '184547.073000', '184547.076000', '184547.078000', '184547.081000', '184547.084000', '184606.962000', '184606.965000', '184606.968000', '184606.971000', '184606.974000', '184606.976000', '184606.979000', '184606.982000', '184606.985000', '184606.988000', '184606.991000', '184606.994000', '184606.997000', '184607.001000', '184607.004000', '184607.006000', '184607.009000', '184607.012000', '184607.015000', '184607.018000', '184607.021000', '184607.023000', '184607.026000', '184607.029000', '184607.032000', '184607.035000', '184607.038000', '184607.041000', '184607.044000', '184607.047000', '184607.050000', '184607.052000', '184607.055000', '184607.058000', '184607.061000', '184607.064000', '184607.067000', '184607.070000', '184607.073000', '184607.075000', '184607.078000', '184607.081000', '184607.084000', '184607.087000', '184626.963000', '184626.966000', '184626.969000', '184626.972000', '184626.975000', '184626.978000', '184626.981000', '184626.983000', '184626.986000', '184626.989000', '184626.992000', '184626.995000', '184626.998000', '184627.001000', '184627.004000', '184627.006000', '184627.009000', '184627.012000', '184627.015000', '184627.018000', '184627.021000', '184627.024000', '184627.027000', '184627.029000', '184627.032000', '184627.035000', '184627.038000', '184627.041000', '184627.044000', '184627.058000', '184627.061000', '184627.064000', '184627.067000', '184627.070000', '184627.073000', '184627.075000', '184627.078000', '184627.081000', '184627.084000', '184627.087000', '184627.090000', '184627.093000', '184627.096000', '184633.688000', '184633.707000', '184633.710000', '184633.713000', '184633.716000', '184633.719000', '184633.722000', '184633.725000', '184633.727000', '184633.730000', '184633.733000', '184633.736000', '184633.739000', '184633.742000', '184633.745000'], '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], 'LargestImagePixelValue': [12458, 12323, 11908, 11845, 11881, 14941, 11742, 11838, 12761, 12843, 11188, 12658, 11966, 12399, 13778, 18431, 15297, 15601, 12222, 10865, 12157, 11684, 14274, 12312, 11846, 12254, 11266, 11955, 11760, 13709, 12534, 11867, 12086, 11044, 11974, 13160, 16376, 12065, 14037, 12217, 12012, 12506, 12278, 15461, 11938, 12117, 12123, 12232, 14455, 11902, 11614, 15324, 12431, 13791, 12408, 13380, 13069, 12888, 17504, 12385, 14316, 11716, 12705, 17338, 11890, 13372, 15439, 12347, 12148, 11915, 12073, 11958, 12380, 14642, 11826, 11894, 11899, 12754, 17081, 12638, 13076, 11799, 12045, 12169, 12610, 16571, 11917, 13950, 18286, 13843, 14427, 12420, 11496, 11940, 13133, 17216, 13701, 13132, 12244, 12806, 15654, 12614, 14020, 12184, 13442, 15712, 12570, 12515, 14407, 12956, 16056, 12272, 10896, 12176, 13111, 15022, 12398, 11700, 13724, 12457, 11726, 12100, 12087, 14973, 12614, 13291, 12299, 11987, 13076, 12634, 15577, 12240, 11877, 12053, 12722, 16362, 11999, 11863, 12062, 12268, 16460, 12205, 13868, 18977, 13359, 15045, 12468, 13538, 17338, 12356, 14534, 13010, 12608, 12722, 12390, 11761, 12795, 12401, 13678, 12354, 11709, 12282, 12605, 15689, 12097, 13048, 16008, 12365, 13128, 17074, 12202, 15212, 12323, 12913, 15624, 12167, 12009, 14216, 12688, 14067, 12431, 11603, 12199, 13615, 17684, 12290, 13901, 12295, 12112, 12127, 12585, 12951, 12456, 12894, 16860, 12109, 12047, 12154, 13272, 11948, 12279, 11898, 12541, 12864, 15904, 12251, 11365, 12274, 12589, 16625, 12291, 12162, 15485, 12871, 16467, 12397, 12125, 12450, 12707, 17203, 12429, 11879, 12649, 12814, 16618, 12256, 11980, 16148, 12678, 12405, 12525, 11425, 12392, 13005, 17211, 12151, 11789, 12154, 12382, 13865, 12453, 12685, 16502, 12603, 12120, 12582, 13303, 16666, 12369, 13590, 12394, 12255, 12387, 12436, 13075, 12479, 11676, 15771, 12489, 12823, 12759, 12897, 12876, 13211, 17362, 12552, 13511, 12688, 11462, 12741, 12578, 17425, 12769, 13579, 17972, 12836, 14914, 12634, 11450, 12901, 12570, 13034, 12642, 12536, 12675, 12716, 13332, 13122, 12932, 13530, 12607, 18032, 14975, 13021, 12979, 12295, 12887, 12288, 14453, 12678, 13086, 13010, 12377, 13202, 12366, 15841, 12944, 11050, 12789, 11102, 13049, 12307, 16257, 12909, 11547, 12906, 11425, 13102, 12465, 17470, 13172, 17025, 13375, 12584, 13247, 13820, 16601, 12660, 13897, 12845, 11180, 12855, 12445, 16122, 12637, 12589, 14220, 12727, 13515, 12396, 13136, 12754, 13006, 17427, 12621, 15242, 12715, 12872, 17784, 12568, 11931, 12934, 12415, 13088, 12584, 11928, 12688, 12888, 16679, 12676, 12294, 12896, 13062, 16671, 12792, 13703, 13103, 12162, 12543, 12479, 14746, 12626, 12098, 12708, 12608, 15366, 12600, 11965, 14110, 12729, 12787, 12459, 14208, 11986, 12353, 12684, 12588, 16832, 12371, 12172, 12594, 12300, 15383, 12659, 12578, 16017, 12396, 13896, 12693, 12110, 12791, 12961, 17125, 12664, 14330, 13051, 11999, 15445, 12289, 15392, 12979, 11526, 12901, 12240, 17064, 12603, 12928, 13181, 12566, 12906, 12382, 16338, 12638, 12361, 12871, 12463, 12795, 12601, 15819, 12752, 12608, 13000, 12456, 12496, 12606, 13992, 12636, 13287, 16614, 12721, 15481, 13009, 11467, 12699, 12050, 12390, 12606, 12767, 12408, 13795, 12122, 12148, 13088, 12512, 13274, 12466, 14225, 13076, 11304, 12888, 12569, 17786, 12737, 13617, 14292, 12448, 12881, 12400, 16500, 12974, 13732, 13285, 12432, 13381, 12437, 17613, 13174, 13113, 17793, 12781, 12579, 12966, 11658, 12607, 10926, 13028, 12672, 13152, 13001, 18086, 12588, 14822, 12587, 11213, 12947, 12912, 12814, 12484, 15515, 13293, 11511, 13155, 12317, 16435, 12698, 13351, 13091, 11455, 13255, 12629, 16952, 12756, 13859, 13010, 12363, 13220, 13131, 18009, 12726, 14872, 12838, 13682, 13165, 12437, 13794, 13149, 13594, 11910, 13136, 14245, 13030, 16251, 19190, 13895, 15540, 15050, 12375, 13554, 12709, 11797, 13163, 12525, 15203, 12978, 11778, 13040, 12437, 15587, 12551, 11902, 13235, 12183, 12702, 12213, 12646, 12588, 11297, 12816, 12153, 16226, 12736, 12781, 15105, 12796, 14209, 12468, 13977, 13025, 12619, 18606, 12484, 16780, 12829, 12731, 13173, 12448, 17973, 12413, 13915, 12679, 11868, 13310, 11814, 12765, 13104, 12198, 12740, 12128, 11628, 13022, 12512, 13410, 12585, 17758, 14731, 14294, 16910, 13163, 13011, 12522, 14196, 12876, 12175, 16748, 12742, 12619, 12693, 12163, 16274, 12222, 12250, 12459, 12033, 12463, 12158, 16321, 12102, 12517, 12587, 12254, 13139, 12185, 17475, 12591, 13313, 17826, 12347, 15863, 12959, 12371, 17486, 13057, 12257, 12803, 12287, 14035, 12203, 12230, 15862, 12442, 12613, 12836, 12169, 12060, 12453, 12574, 12194, 12273, 12564, 14719, 12206, 12308, 12565, 12585, 16517, 12302, 12777, 12983, 12149, 14854, 12452, 12474, 16907, 12291, 14300, 12581, 12469, 13794, 12066, 13276, 12444, 12242, 12515, 12142, 13128, 12511, 12942, 16761, 12300, 14957, 12363, 12530, 12433, 13214, 15816, 12161, 14181, 12322, 14127, 13111, 12751, 18162, 12262, 15150, 12576, 12082, 13704, 12042, 17549, 12574, 14772, 12686, 12068, 14806, 12088, 12725, 12279, 14484, 12596, 12413, 12586, 11824, 12865, 12148, 17336, 12211, 13949, 12395, 12236, 12561, 12174, 12524, 12333, 12097, 12393, 12167, 12262, 12535, 12332, 12666, 12163, 16430, 12538, 12043, 17811, 12224, 11854, 15629, 12124, 12379, 12516, 12466, 16145, 11962, 13468, 12092, 12304, 16515, 12165, 12125, 12295, 12307, 16915, 12224, 13650, 16385, 12196, 14203, 12541, 12701, 17757, 12228, 14267, 12607, 12588, 12218, 11943, 13703, 12405, 12170, 13764, 12112, 13145, 14681, 11954, 15812, 12476, 12553, 14354, 12261, 16823, 12377, 12528, 12031, 12669, 17156, 12198, 13273, 12446, 12779, 16369, 12400, 14103, 12493, 12506, 16453, 12124, 14172, 12366, 12886, 12177, 12380, 16630, 11969, 14515, 12276, 12389, 12505, 12163, 16204, 12194, 14361, 12052, 13977, 13289, 12529, 15035, 12112, 13279, 12044, 12528, 12081, 12217, 12071, 11852, 12285, 13843, 12091, 12865, 12162, 11999, 14205, 12138, 12808, 12179, 11930, 12757, 12144, 12772, 12288, 13215, 11883, 12422, 15566, 12175, 14649, 12379, 13570, 16281, 12266, 14595, 12424, 12706, 15687, 12167, 13887, 12319, 12534, 12002, 12724, 15448, 12184, 14689, 12388, 14082, 11973, 11847, 13783, 12200, 15506, 12397, 14390, 14137, 12281, 18013, 12259, 15054, 12650, 12084, 17378, 12592, 12971, 12207, 12072, 16269, 12004, 11977, 12220, 12519, 12827, 11988, 12615, 12078, 12203, 11884, 12557, 16056, 12110, 11876, 12348, 12336, 18076, 12269, 13919, 11944, 12157, 12332, 12189, 13716, 12349, 16222, 12225, 13648, 12544, 12545, 12365, 12026, 16758, 12069, 13641, 12857, 12559, 14193, 11943, 16040, 12328, 12496, 12097, 12111, 15439, 12043, 12404, 12519, 12660, 12387, 11944, 17136, 13025, 14068, 12459, 12586, 15547, 12041, 15406, 12298, 12612, 12031, 12526, 16507, 12145, 12953, 12812, 12285, 13535, 12258, 13031, 12012, 12213, 16458, 12170, 14411, 12426, 12349, 16507, 12061, 12781, 12502, 12603, 12324, 12250, 15325, 12369, 12196, 17466, 12365, 15338, 12656, 12575, 17939, 12220, 14636, 12502, 12360, 12548, 12316, 12749, 13481, 13077, 13394, 13103, 12485, 13410, 12894, 15556, 12736, 18081, 13272, 12880, 18238, 14751, 15517, 12731, 12732, 13357, 12199, 17509, 13016, 12414, 13063, 12510, 13157, 12272, 14036, 12653, 12895, 12805, 12813, 13253, 11999, 16707, 12581, 14411, 13202, 12351, 16961, 12317, 15849, 12769, 12960, 12681, 12512, 17122, 12525, 15745, 12624, 14385, 12780, 12289, 17883, 13144, 12998, 12745, 12546, 16830, 12027, 13460, 12718, 12366, 13894, 12198, 12772, 12658, 12477, 12684, 12382, 14818, 12279, 12919, 12585, 12312, 12721, 12148, 16433, 12515, 12118], 'WindowCenter': [4495.0, 4480.0, 4466.0, 4451.0, 4451.0, 4470.0, 4440.0, 4439.0, 4437.0, 4437.0, 4429.0, 4449.0, 4450.0, 4462.0, 4473.0, 4502.0, 4471.0, 4467.0, 4438.0, 4416.0, 4437.0, 4438.0, 4458.0, 4450.0, 4438.0, 4451.0, 4438.0, 4440.0, 4439.0, 4458.0, 4450.0, 4438.0, 4451.0, 4438.0, 4450.0, 4461.0, 4479.0, 4451.0, 4470.0, 4452.0, 4452.0, 4450.0, 4451.0, 4480.0, 4440.0, 4451.0, 4449.0, 4451.0, 4470.0, 4440.0, 4440.0, 4471.0, 4451.0, 4459.0, 4451.0, 4461.0, 4449.0, 4451.0, 4490.0, 4451.0, 4470.0, 4438.0, 4449.0, 4479.0, 4439.0, 4459.0, 4466.0, 4448.0, 4437.0, 4437.0, 4438.0, 4439.0, 4450.0, 4469.0, 4440.0, 4439.0, 4439.0, 4461.0, 4479.0, 4449.0, 4458.0, 4439.0, 4450.0, 4448.0, 4451.0, 4479.0, 4439.0, 4460.0, 4488.0, 4459.0, 4458.0, 4449.0, 4438.0, 4437.0, 4459.0, 4478.0, 4459.0, 4447.0, 4439.0, 4448.0, 4466.0, 4448.0, 4457.0, 4438.0, 4458.0, 4465.0, 4448.0, 4437.0, 4454.0, 4447.0, 4467.0, 4437.0, 4415.0, 4437.0, 4458.0, 4455.0, 4435.0, 4437.0, 4446.0, 4448.0, 4437.0, 4450.0, 4450.0, 4468.0, 4449.0, 4457.0, 4438.0, 4438.0, 4447.0, 4449.0, 4468.0, 4439.0, 4438.0, 4438.0, 4450.0, 4478.0, 4437.0, 4437.0, 4438.0, 4449.0, 4478.0, 4438.0, 4459.0, 4487.0, 4458.0, 4467.0, 4448.0, 4459.0, 4477.0, 4439.0, 4457.0, 4435.0, 4437.0, 4435.0, 4448.0, 4437.0, 4446.0, 4437.0, 4446.0, 4448.0, 4437.0, 4446.0, 4450.0, 4468.0, 4438.0, 4449.0, 4466.0, 4449.0, 4459.0, 4476.0, 4437.0, 4467.0, 4437.0, 4448.0, 4466.0, 4448.0, 4438.0, 4457.0, 4448.0, 4457.0, 4449.0, 4437.0, 4450.0, 4470.0, 4488.0, 4438.0, 4458.0, 4438.0, 4449.0, 4437.0, 4449.0, 4449.0, 4436.0, 4448.0, 4477.0, 4437.0, 4437.0, 4437.0, 4448.0, 4436.0, 4449.0, 4437.0, 4436.0, 4448.0, 4467.0, 4439.0, 4438.0, 4449.0, 4450.0, 4478.0, 4449.0, 4449.0, 4468.0, 4449.0, 4477.0, 4449.0, 4449.0, 4437.0, 4448.0, 4476.0, 4436.0, 4436.0, 4447.0, 4449.0, 4477.0, 4448.0, 4438.0, 4466.0, 4447.0, 4436.0, 4448.0, 4437.0, 4449.0, 4459.0, 4477.0, 4437.0, 4438.0, 4437.0, 4449.0, 4458.0, 4437.0, 4449.0, 4476.0, 4448.0, 4437.0, 4460.0, 4471.0, 4477.0, 4449.0, 4459.0, 4448.0, 4449.0, 4449.0, 4462.0, 4458.0, 4461.0, 4451.0, 4479.0, 4451.0, 4460.0, 4462.0, 4459.0, 4461.0, 4472.0, 4490.0, 4450.0, 4458.0, 4450.0, 4439.0, 4460.0, 4461.0, 4489.0, 4448.0, 4459.0, 4488.0, 4449.0, 4466.0, 4450.0, 4440.0, 4449.0, 4450.0, 4448.0, 4460.0, 4460.0, 4462.0, 4463.0, 4475.0, 4475.0, 4464.0, 4463.0, 4452.0, 4491.0, 4459.0, 4448.0, 4447.0, 4438.0, 4447.0, 4450.0, 4456.0, 4448.0, 4447.0, 4446.0, 4447.0, 4448.0, 4448.0, 4477.0, 4447.0, 4427.0, 4447.0, 4438.0, 4458.0, 4451.0, 4478.0, 4449.0, 4439.0, 4448.0, 4439.0, 4460.0, 4462.0, 4490.0, 4473.0, 4492.0, 4471.0, 4449.0, 4461.0, 4471.0, 4478.0, 4449.0, 4459.0, 4449.0, 4439.0, 4449.0, 4461.0, 4478.0, 4449.0, 4449.0, 4458.0, 4449.0, 4447.0, 4449.0, 4448.0, 4447.0, 4449.0, 4477.0, 4448.0, 4466.0, 4448.0, 4448.0, 4476.0, 4436.0, 4426.0, 4436.0, 4447.0, 4446.0, 4448.0, 4436.0, 4434.0, 4447.0, 4464.0, 4448.0, 4436.0, 4448.0, 4448.0, 4466.0, 4446.0, 4457.0, 4448.0, 4437.0, 4436.0, 4447.0, 4467.0, 4446.0, 4437.0, 4447.0, 4448.0, 4467.0, 4448.0, 4438.0, 4458.0, 4449.0, 4447.0, 4450.0, 4469.0, 4439.0, 4450.0, 4449.0, 4451.0, 4479.0, 4449.0, 4437.0, 4448.0, 4448.0, 4468.0, 4448.0, 4448.0, 4467.0, 4447.0, 4456.0, 4449.0, 4438.0, 4447.0, 4448.0, 4477.0, 4449.0, 4457.0, 4460.0, 4438.0, 4466.0, 4436.0, 4466.0, 4447.0, 4427.0, 4448.0, 4449.0, 4477.0, 4438.0, 4447.0, 4447.0, 4447.0, 4447.0, 4450.0, 4477.0, 4446.0, 4437.0, 4447.0, 4448.0, 4448.0, 4449.0, 4467.0, 4447.0, 4446.0, 4447.0, 4448.0, 4446.0, 4449.0, 4456.0, 4447.0, 4458.0, 4477.0, 4448.0, 4467.0, 4449.0, 4437.0, 4445.0, 4438.0, 4447.0, 4449.0, 4448.0, 4461.0, 4460.0, 4438.0, 4450.0, 4449.0, 4450.0, 4448.0, 4450.0, 4470.0, 4459.0, 4440.0, 4450.0, 4461.0, 4490.0, 4450.0, 4459.0, 4458.0, 4448.0, 4448.0, 4450.0, 4479.0, 4449.0, 4458.0, 4459.0, 4449.0, 4458.0, 4450.0, 4489.0, 4448.0, 4448.0, 4476.0, 4447.0, 4436.0, 4458.0, 4436.0, 4450.0, 4438.0, 4462.0, 4461.0, 4474.0, 4474.0, 4490.0, 4450.0, 4459.0, 4438.0, 4429.0, 4449.0, 4460.0, 4448.0, 4448.0, 4469.0, 4459.0, 4438.0, 4460.0, 4451.0, 4479.0, 4450.0, 4459.0, 4461.0, 4439.0, 4472.0, 4462.0, 4479.0, 4450.0, 4459.0, 4462.0, 4450.0, 4473.0, 4473.0, 4490.0, 4449.0, 4469.0, 4450.0, 4460.0, 4449.0, 4453.0, 4461.0, 4462.0, 4472.0, 4453.0, 4475.0, 4483.0, 4476.0, 4497.0, 4503.0, 4449.0, 4459.0, 4457.0, 4437.0, 4434.0, 4435.0, 4425.0, 4434.0, 4437.0, 4454.0, 4446.0, 4425.0, 4447.0, 4437.0, 4465.0, 4438.0, 4438.0, 4448.0, 4449.0, 4448.0, 4449.0, 4448.0, 4449.0, 4429.0, 4449.0, 4451.0, 4479.0, 4460.0, 4451.0, 4470.0, 4452.0, 4459.0, 4451.0, 4459.0, 4462.0, 4452.0, 4489.0, 4449.0, 4480.0, 4450.0, 4448.0, 4449.0, 4452.0, 4488.0, 4438.0, 4458.0, 4437.0, 4438.0, 4447.0, 4440.0, 4437.0, 4461.0, 4450.0, 4463.0, 4463.0, 4455.0, 4474.0, 4465.0, 4474.0, 4464.0, 4494.0, 4461.0, 4462.0, 4481.0, 4452.0, 4449.0, 4451.0, 4458.0, 4438.0, 4438.0, 4467.0, 4449.0, 4437.0, 4448.0, 4449.0, 4478.0, 4439.0, 4438.0, 4449.0, 4438.0, 4448.0, 4450.0, 4478.0, 4439.0, 4438.0, 4448.0, 4450.0, 4449.0, 4450.0, 4489.0, 4438.0, 4449.0, 4478.0, 4438.0, 4467.0, 4436.0, 4437.0, 4476.0, 4437.0, 4425.0, 4433.0, 4436.0, 4445.0, 4436.0, 4425.0, 4454.0, 4435.0, 4425.0, 4422.0, 4425.0, 4424.0, 4424.0, 4435.0, 4423.0, 4435.0, 4436.0, 4454.0, 4436.0, 4435.0, 4436.0, 4437.0, 4463.0, 4437.0, 4436.0, 4435.0, 4436.0, 4454.0, 4436.0, 4436.0, 4464.0, 4436.0, 4456.0, 4436.0, 4437.0, 4444.0, 4436.0, 4445.0, 4435.0, 4437.0, 4435.0, 4438.0, 4436.0, 4437.0, 4449.0, 4466.0, 4438.0, 4456.0, 4438.0, 4437.0, 4437.0, 4449.0, 4467.0, 4439.0, 4458.0, 4450.0, 4460.0, 4447.0, 4448.0, 4488.0, 4439.0, 4457.0, 4438.0, 4438.0, 4447.0, 4438.0, 4477.0, 4446.0, 4458.0, 4448.0, 4438.0, 4457.0, 4438.0, 4447.0, 4437.0, 4457.0, 4448.0, 4437.0, 4437.0, 4438.0, 4448.0, 4450.0, 4478.0, 4449.0, 4459.0, 4437.0, 4438.0, 4447.0, 4449.0, 4437.0, 4449.0, 4449.0, 4448.0, 4449.0, 4438.0, 4450.0, 4449.0, 4448.0, 4449.0, 4478.0, 4449.0, 4438.0, 4476.0, 4438.0, 4439.0, 4467.0, 4439.0, 4436.0, 4448.0, 4449.0, 4477.0, 4439.0, 4459.0, 4439.0, 4450.0, 4478.0, 4450.0, 4449.0, 4438.0, 4450.0, 4478.0, 4450.0, 4471.0, 4478.0, 4450.0, 4458.0, 4450.0, 4460.0, 4489.0, 4439.0, 4458.0, 4448.0, 4449.0, 4437.0, 4451.0, 4460.0, 4448.0, 4449.0, 4447.0, 4449.0, 4460.0, 4458.0, 4439.0, 4467.0, 4448.0, 4449.0, 4458.0, 4438.0, 4478.0, 4438.0, 4437.0, 4435.0, 4448.0, 4475.0, 4438.0, 4445.0, 4448.0, 4448.0, 4467.0, 4437.0, 4456.0, 4437.0, 4438.0, 4466.0, 4437.0, 4455.0, 4437.0, 4446.0, 4437.0, 4449.0, 4477.0, 4438.0, 4457.0, 4449.0, 4448.0, 4449.0, 4439.0, 4468.0, 4439.0, 4456.0, 4439.0, 4459.0, 4447.0, 4438.0, 4455.0, 4437.0, 4448.0, 4437.0, 4448.0, 4435.0, 4437.0, 4436.0, 4438.0, 4437.0, 4446.0, 4437.0, 4435.0, 4437.0, 4436.0, 4445.0, 4437.0, 4435.0, 4438.0, 4449.0, 4447.0, 4439.0, 4447.0, 4449.0, 4447.0, 4439.0, 4449.0, 4469.0, 4439.0, 4457.0, 4448.0, 4460.0, 4467.0, 4438.0, 4456.0, 4437.0, 4449.0, 4467.0, 4439.0, 4457.0, 4450.0, 4449.0, 4437.0, 4450.0, 4468.0, 4450.0, 4458.0, 4450.0, 4460.0, 4439.0, 4439.0, 4459.0, 4451.0, 4468.0, 4448.0, 4460.0, 4459.0, 4439.0, 4478.0, 4439.0, 4457.0, 4447.0, 4449.0, 4477.0, 4437.0, 4446.0, 4436.0, 4438.0, 4476.0, 4437.0, 4425.0, 4437.0, 4449.0, 4434.0, 4438.0, 4447.0, 4438.0, 4438.0, 4437.0, 4449.0, 4479.0, 4439.0, 4438.0, 4448.0, 4449.0, 4488.0, 4439.0, 4459.0, 4438.0, 4438.0, 4449.0, 4449.0, 4458.0, 4449.0, 4478.0, 4438.0, 4448.0, 4438.0, 4448.0, 4437.0, 4439.0, 4477.0, 4438.0, 4458.0, 4448.0, 4449.0, 4457.0, 4438.0, 4467.0, 4438.0, 4436.0, 4426.0, 4438.0, 4466.0, 4437.0, 4437.0, 4447.0, 4448.0, 4436.0, 4439.0, 4477.0, 4448.0, 4457.0, 4438.0, 4438.0, 4466.0, 4438.0, 4456.0, 4437.0, 4436.0, 4437.0, 4448.0, 4466.0, 4438.0, 4448.0, 4436.0, 4438.0, 4446.0, 4438.0, 4446.0, 4437.0, 4438.0, 4467.0, 4437.0, 4457.0, 4435.0, 4437.0, 4466.0, 4437.0, 4435.0, 4447.0, 4448.0, 4447.0, 4449.0, 4468.0, 4437.0, 4438.0, 4477.0, 4438.0, 4467.0, 4449.0, 4449.0, 4476.0, 4436.0, 4456.0, 4435.0, 4438.0, 4436.0, 4438.0, 4448.0, 4461.0, 4458.0, 4473.0, 4473.0, 4475.0, 4486.0, 4477.0, 4496.0, 4466.0, 4495.0, 4450.0, 4440.0, 4478.0, 4460.0, 4456.0, 4449.0, 4449.0, 4447.0, 4437.0, 4465.0, 4436.0, 4424.0, 4436.0, 4437.0, 4435.0, 4437.0, 4456.0, 4448.0, 4448.0, 4461.0, 4450.0, 4449.0, 4439.0, 4479.0, 4440.0, 4459.0, 4448.0, 4438.0, 4477.0, 4438.0, 4468.0, 4448.0, 4447.0, 4448.0, 4438.0, 4477.0, 4439.0, 4468.0, 4449.0, 4459.0, 4436.0, 4438.0, 4476.0, 4437.0, 4435.0, 4437.0, 4436.0, 4465.0, 4436.0, 4446.0, 4436.0, 4437.0, 4445.0, 4437.0, 4435.0, 4435.0, 4437.0, 4447.0, 4450.0, 4457.0, 4449.0, 4449.0, 4439.0, 4439.0, 4449.0, 4451.0, 4479.0, 4449.0, 4440.0], 'WindowWidth': [9890.0, 9859.0, 9833.0, 9805.0, 9800.0, 9826.0, 9782.0, 9776.0, 9768.0, 9771.0, 9765.0, 9793.0, 9797.0, 9816.0, 9838.0, 9877.0, 9829.0, 9815.0, 9778.0, 9743.0, 9774.0, 9778.0, 9804.0, 9798.0, 9778.0, 9800.0, 9779.0, 9784.0, 9779.0, 9805.0, 9797.0, 9777.0, 9799.0, 9778.0, 9796.0, 9812.0, 9835.0, 9798.0, 9822.0, 9804.0, 9802.0, 9795.0, 9801.0, 9838.0, 9784.0, 9799.0, 9795.0, 9801.0, 9823.0, 9785.0, 9785.0, 9827.0, 9799.0, 9810.0, 9801.0, 9816.0, 9796.0, 9799.0, 9853.0, 9798.0, 9825.0, 9778.0, 9794.0, 9838.0, 9781.0, 9805.0, 9813.0, 9790.0, 9774.0, 9775.0, 9776.0, 9779.0, 9797.0, 9820.0, 9784.0, 9783.0, 9781.0, 9812.0, 9836.0, 9795.0, 9807.0, 9782.0, 9796.0, 9792.0, 9799.0, 9838.0, 9781.0, 9812.0, 9848.0, 9809.0, 9804.0, 9795.0, 9779.0, 9775.0, 9807.0, 9833.0, 9808.0, 9788.0, 9780.0, 9792.0, 9814.0, 9790.0, 9804.0, 9777.0, 9805.0, 9813.0, 9790.0, 9776.0, 9793.0, 9786.0, 9818.0, 9775.0, 9741.0, 9776.0, 9803.0, 9796.0, 9770.0, 9773.0, 9786.0, 9790.0, 9774.0, 9798.0, 9797.0, 9818.0, 9794.0, 9803.0, 9779.0, 9778.0, 9788.0, 9792.0, 9818.0, 9781.0, 9776.0, 9777.0, 9796.0, 9833.0, 9777.0, 9775.0, 9778.0, 9795.0, 9832.0, 9779.0, 9809.0, 9847.0, 9805.0, 9816.0, 9792.0, 9808.0, 9829.0, 9778.0, 9803.0, 9770.0, 9776.0, 9770.0, 9791.0, 9777.0, 9784.0, 9776.0, 9785.0, 9790.0, 9776.0, 9787.0, 9797.0, 9822.0, 9779.0, 9794.0, 9814.0, 9794.0, 9808.0, 9828.0, 9774.0, 9815.0, 9774.0, 9792.0, 9814.0, 9793.0, 9778.0, 9801.0, 9792.0, 9804.0, 9796.0, 9777.0, 9797.0, 9825.0, 9849.0, 9780.0, 9806.0, 9778.0, 9792.0, 9776.0, 9795.0, 9796.0, 9770.0, 9790.0, 9831.0, 9777.0, 9774.0, 9775.0, 9792.0, 9773.0, 9794.0, 9777.0, 9771.0, 9790.0, 9817.0, 9782.0, 9776.0, 9794.0, 9799.0, 9833.0, 9794.0, 9794.0, 9818.0, 9793.0, 9831.0, 9795.0, 9794.0, 9776.0, 9792.0, 9831.0, 9774.0, 9772.0, 9788.0, 9795.0, 9831.0, 9792.0, 9777.0, 9814.0, 9788.0, 9771.0, 9792.0, 9774.0, 9794.0, 9808.0, 9830.0, 9777.0, 9777.0, 9773.0, 9794.0, 9806.0, 9774.0, 9794.0, 9826.0, 9791.0, 9774.0, 9813.0, 9830.0, 9833.0, 9794.0, 9809.0, 9792.0, 9795.0, 9794.0, 9817.0, 9807.0, 9814.0, 9801.0, 9837.0, 9801.0, 9812.0, 9816.0, 9811.0, 9816.0, 9831.0, 9857.0, 9798.0, 9806.0, 9797.0, 9781.0, 9809.0, 9814.0, 9850.0, 9792.0, 9810.0, 9849.0, 9794.0, 9814.0, 9796.0, 9783.0, 9792.0, 9793.0, 9790.0, 9810.0, 9812.0, 9817.0, 9821.0, 9839.0, 9838.0, 9824.0, 9819.0, 9802.0, 9863.0, 9808.0, 9790.0, 9787.0, 9777.0, 9787.0, 9796.0, 9801.0, 9789.0, 9789.0, 9785.0, 9786.0, 9791.0, 9794.0, 9829.0, 9789.0, 9761.0, 9787.0, 9776.0, 9806.0, 9801.0, 9834.0, 9793.0, 9779.0, 9791.0, 9780.0, 9811.0, 9816.0, 9855.0, 9836.0, 9862.0, 9830.0, 9795.0, 9815.0, 9828.0, 9831.0, 9792.0, 9808.0, 9795.0, 9779.0, 9793.0, 9812.0, 9831.0, 9794.0, 9794.0, 9804.0, 9794.0, 9789.0, 9795.0, 9792.0, 9789.0, 9793.0, 9832.0, 9792.0, 9813.0, 9791.0, 9792.0, 9827.0, 9773.0, 9759.0, 9770.0, 9788.0, 9785.0, 9791.0, 9773.0, 9767.0, 9786.0, 9810.0, 9791.0, 9771.0, 9790.0, 9793.0, 9813.0, 9785.0, 9802.0, 9790.0, 9774.0, 9771.0, 9789.0, 9816.0, 9787.0, 9776.0, 9788.0, 9794.0, 9816.0, 9793.0, 9779.0, 9805.0, 9794.0, 9790.0, 9797.0, 9824.0, 9783.0, 9798.0, 9794.0, 9800.0, 9838.0, 9794.0, 9777.0, 9792.0, 9794.0, 9819.0, 9790.0, 9791.0, 9817.0, 9789.0, 9800.0, 9794.0, 9778.0, 9787.0, 9790.0, 9831.0, 9795.0, 9804.0, 9812.0, 9780.0, 9814.0, 9774.0, 9813.0, 9789.0, 9759.0, 9790.0, 9793.0, 9828.0, 9776.0, 9791.0, 9787.0, 9789.0, 9789.0, 9796.0, 9831.0, 9787.0, 9775.0, 9789.0, 9791.0, 9790.0, 9795.0, 9817.0, 9788.0, 9788.0, 9789.0, 9790.0, 9787.0, 9795.0, 9800.0, 9788.0, 9805.0, 9830.0, 9791.0, 9814.0, 9793.0, 9776.0, 9783.0, 9775.0, 9789.0, 9792.0, 9792.0, 9814.0, 9813.0, 9779.0, 9795.0, 9793.0, 9797.0, 9793.0, 9799.0, 9824.0, 9808.0, 9785.0, 9797.0, 9815.0, 9853.0, 9796.0, 9808.0, 9805.0, 9790.0, 9791.0, 9798.0, 9836.0, 9794.0, 9806.0, 9807.0, 9794.0, 9805.0, 9796.0, 9853.0, 9790.0, 9789.0, 9828.0, 9788.0, 9770.0, 9806.0, 9773.0, 9797.0, 9779.0, 9819.0, 9813.0, 9836.0, 9839.0, 9856.0, 9798.0, 9810.0, 9777.0, 9765.0, 9794.0, 9811.0, 9794.0, 9793.0, 9823.0, 9806.0, 9775.0, 9809.0, 9799.0, 9835.0, 9795.0, 9806.0, 9813.0, 9781.0, 9830.0, 9817.0, 9838.0, 9796.0, 9808.0, 9815.0, 9798.0, 9833.0, 9836.0, 9854.0, 9794.0, 9820.0, 9798.0, 9810.0, 9793.0, 9800.0, 9808.0, 9814.0, 9830.0, 9804.0, 9838.0, 9847.0, 9843.0, 9875.0, 9879.0, 9793.0, 9807.0, 9798.0, 9770.0, 9763.0, 9767.0, 9754.0, 9763.0, 9770.0, 9792.0, 9785.0, 9753.0, 9785.0, 9772.0, 9806.0, 9774.0, 9775.0, 9790.0, 9791.0, 9788.0, 9793.0, 9788.0, 9791.0, 9764.0, 9790.0, 9797.0, 9833.0, 9810.0, 9799.0, 9822.0, 9800.0, 9807.0, 9798.0, 9806.0, 9816.0, 9803.0, 9850.0, 9794.0, 9837.0, 9794.0, 9790.0, 9790.0, 9800.0, 9845.0, 9775.0, 9804.0, 9771.0, 9774.0, 9783.0, 9777.0, 9772.0, 9812.0, 9797.0, 9819.0, 9820.0, 9810.0, 9834.0, 9825.0, 9833.0, 9821.0, 9870.0, 9814.0, 9814.0, 9841.0, 9799.0, 9792.0, 9799.0, 9806.0, 9774.0, 9774.0, 9814.0, 9792.0, 9771.0, 9789.0, 9792.0, 9830.0, 9780.0, 9777.0, 9792.0, 9776.0, 9790.0, 9796.0, 9832.0, 9778.0, 9775.0, 9791.0, 9793.0, 9792.0, 9796.0, 9851.0, 9777.0, 9793.0, 9832.0, 9774.0, 9813.0, 9768.0, 9772.0, 9826.0, 9774.0, 9752.0, 9761.0, 9768.0, 9780.0, 9769.0, 9753.0, 9791.0, 9765.0, 9750.0, 9744.0, 9752.0, 9749.0, 9748.0, 9767.0, 9747.0, 9768.0, 9768.0, 9793.0, 9769.0, 9767.0, 9770.0, 9771.0, 9802.0, 9772.0, 9772.0, 9767.0, 9770.0, 9791.0, 9768.0, 9771.0, 9806.0, 9770.0, 9800.0, 9769.0, 9772.0, 9779.0, 9771.0, 9783.0, 9768.0, 9771.0, 9767.0, 9774.0, 9769.0, 9773.0, 9792.0, 9814.0, 9775.0, 9797.0, 9775.0, 9773.0, 9775.0, 9791.0, 9816.0, 9780.0, 9803.0, 9794.0, 9810.0, 9789.0, 9789.0, 9847.0, 9778.0, 9803.0, 9776.0, 9776.0, 9787.0, 9777.0, 9831.0, 9787.0, 9804.0, 9791.0, 9778.0, 9801.0, 9775.0, 9788.0, 9776.0, 9801.0, 9791.0, 9776.0, 9775.0, 9778.0, 9790.0, 9795.0, 9832.0, 9793.0, 9808.0, 9775.0, 9776.0, 9786.0, 9793.0, 9773.0, 9793.0, 9792.0, 9789.0, 9794.0, 9776.0, 9796.0, 9793.0, 9789.0, 9794.0, 9831.0, 9792.0, 9777.0, 9825.0, 9775.0, 9779.0, 9814.0, 9778.0, 9770.0, 9790.0, 9793.0, 9830.0, 9779.0, 9807.0, 9779.0, 9796.0, 9832.0, 9798.0, 9794.0, 9776.0, 9797.0, 9832.0, 9798.0, 9827.0, 9834.0, 9796.0, 9802.0, 9797.0, 9811.0, 9853.0, 9780.0, 9805.0, 9790.0, 9792.0, 9774.0, 9799.0, 9812.0, 9791.0, 9794.0, 9786.0, 9794.0, 9812.0, 9806.0, 9780.0, 9814.0, 9791.0, 9793.0, 9803.0, 9776.0, 9832.0, 9776.0, 9774.0, 9770.0, 9790.0, 9824.0, 9775.0, 9781.0, 9790.0, 9793.0, 9817.0, 9775.0, 9796.0, 9774.0, 9776.0, 9814.0, 9773.0, 9796.0, 9775.0, 9783.0, 9773.0, 9794.0, 9828.0, 9776.0, 9802.0, 9793.0, 9790.0, 9794.0, 9781.0, 9818.0, 9779.0, 9799.0, 9778.0, 9809.0, 9787.0, 9775.0, 9795.0, 9772.0, 9790.0, 9773.0, 9790.0, 9768.0, 9773.0, 9770.0, 9775.0, 9774.0, 9784.0, 9773.0, 9767.0, 9772.0, 9772.0, 9782.0, 9774.0, 9768.0, 9777.0, 9794.0, 9787.0, 9779.0, 9785.0, 9791.0, 9788.0, 9781.0, 9793.0, 9820.0, 9780.0, 9800.0, 9791.0, 9809.0, 9815.0, 9777.0, 9797.0, 9773.0, 9793.0, 9815.0, 9780.0, 9801.0, 9794.0, 9792.0, 9777.0, 9794.0, 9818.0, 9795.0, 9805.0, 9797.0, 9812.0, 9781.0, 9779.0, 9807.0, 9796.0, 9818.0, 9791.0, 9811.0, 9806.0, 9778.0, 9834.0, 9779.0, 9802.0, 9787.0, 9792.0, 9830.0, 9773.0, 9784.0, 9770.0, 9774.0, 9826.0, 9773.0, 9754.0, 9771.0, 9791.0, 9766.0, 9777.0, 9788.0, 9775.0, 9775.0, 9773.0, 9793.0, 9834.0, 9780.0, 9775.0, 9790.0, 9793.0, 9844.0, 9778.0, 9807.0, 9777.0, 9774.0, 9792.0, 9792.0, 9804.0, 9791.0, 9833.0, 9777.0, 9790.0, 9776.0, 9789.0, 9773.0, 9779.0, 9831.0, 9777.0, 9805.0, 9789.0, 9791.0, 9800.0, 9777.0, 9816.0, 9775.0, 9770.0, 9754.0, 9775.0, 9812.0, 9774.0, 9774.0, 9789.0, 9788.0, 9771.0, 9778.0, 9828.0, 9788.0, 9799.0, 9777.0, 9776.0, 9812.0, 9775.0, 9798.0, 9774.0, 9768.0, 9772.0, 9790.0, 9812.0, 9776.0, 9790.0, 9770.0, 9777.0, 9783.0, 9775.0, 9784.0, 9774.0, 9776.0, 9814.0, 9774.0, 9803.0, 9769.0, 9773.0, 9811.0, 9773.0, 9771.0, 9788.0, 9789.0, 9787.0, 9793.0, 9820.0, 9774.0, 9777.0, 9831.0, 9777.0, 9814.0, 9793.0, 9793.0, 9827.0, 9771.0, 9800.0, 9767.0, 9776.0, 9769.0, 9775.0, 9785.0, 9807.0, 9804.0, 9832.0, 9834.0, 9839.0, 9854.0, 9846.0, 9868.0, 9827.0, 9871.0, 9797.0, 9781.0, 9834.0, 9808.0, 9796.0, 9790.0, 9791.0, 9783.0, 9770.0, 9808.0, 9769.0, 9746.0, 9769.0, 9771.0, 9766.0, 9771.0, 9797.0, 9789.0, 9788.0, 9810.0, 9795.0, 9791.0, 9779.0, 9834.0, 9782.0, 9805.0, 9789.0, 9775.0, 9826.0, 9774.0, 9816.0, 9790.0, 9786.0, 9790.0, 9775.0, 9828.0, 9778.0, 9816.0, 9792.0, 9805.0, 9771.0, 9775.0, 9826.0, 9774.0, 9764.0, 9771.0, 9769.0, 9808.0, 9769.0, 9784.0, 9770.0, 9772.0, 9779.0, 9770.0, 9766.0, 9768.0, 9770.0, 9786.0, 9793.0, 9801.0, 9792.0, 9793.0, 9777.0, 9778.0, 9793.0, 9798.0, 9832.0, 9792.0, 9781.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.00025165569143932267</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017086749482596426</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.513788474689214</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2846698573728825</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9952018795197739</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5016</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4290.1172</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08462608442098467</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.5051740357478833</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2965414961472104</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3064549450098286</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4844843953107305</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.098685148121072</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00659416</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02414322830736637</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03577621653676033</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1063</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.0430443133570995</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.9613</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.8228</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>252.8532</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299804.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>1233.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>464.545</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7512</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.8614</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3667.6741</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3822.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76740.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1406.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4823.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.3211</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.23709982773289</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> |