=== 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-0034 --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-0034",
"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-0034_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0034/ses-01/func/sub-0034_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>15c3e9b731d2c66195b7f1ca33dec28c</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>16:02:24.292500</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.998963, -0.00166743, -0.0454963, 0.00627671, 0.99483, 0.101357]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.100914</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4122, -7776, -7191, 579, -149, -108, 173, 88]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>262.906</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6d24decd-b11f-4cdd-9d1f-b1feca8766c3||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.680145025253296, 0.01683995872735977, -0.12174873799085617, 116.52923583984375], [0.004473595879971981, 2.6690568923950195, 0.27415239810943604, -105.42298889160156], [-0.12206333875656128, -0.2719346284866333, 2.6832849979400635, -31.151185989379883], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['160224.292500', '160224.752500', '160225.212500', '160225.672500', '160226.132500', '160226.592500', '160227.052500', '160227.512500', '160227.972500', '160228.432500', '160228.892500', '160229.352500', '160229.812500', '160230.272500', '160230.732500', '160231.192500', '160231.652500', '160232.112500', '160232.572500', '160233.032500', '160233.492500', '160233.952500', '160234.412500', '160234.872500', '160235.332500', '160235.792500', '160236.252500', '160236.712500', '160237.172500', '160237.632500', '160238.092500', '160238.552500', '160239.012500', '160239.472500', '160239.932500', '160240.392500', '160240.852500', '160241.312500', '160241.772500', '160242.232500', '160242.692500', '160243.152500', '160243.612500', '160244.072500', '160244.532500', '160244.992500', '160245.452500', '160245.912500', '160246.372500', '160246.832500', '160247.292500', '160247.752500', '160248.212500', '160248.672500', '160249.132500', '160249.592500', '160250.052500', '160250.512500', '160250.972500', '160251.432500', '160251.892500', '160252.352500', '160252.812500', '160253.272500', '160253.732500', '160254.192500', '160254.652500', '160255.112500', '160255.572500', '160256.032500', '160256.492500', '160256.952500', '160257.412500', '160257.872500', '160258.332500', '160258.792500', '160259.252500', '160259.712500', '160300.172500', '160300.632500', '160301.092500', '160301.552500', '160302.012500', '160302.472500', '160302.932500', '160303.392500', '160303.852500', '160304.312500', '160304.772500', '160305.232500', '160305.692500', '160306.152500', '160306.612500', '160307.072500', '160307.532500', '160307.992500', '160308.452500', '160308.912500', '160309.372500', '160309.832500', '160310.292500', '160310.752500', '160311.212500', '160311.672500', '160312.132500', '160312.592500', '160313.052500', '160313.512500', '160313.972500', '160314.432500', '160314.892500', '160315.352500', '160315.812500', '160316.272500', '160316.732500', '160317.192500', '160317.652500', '160318.112500', '160318.572500', '160319.032500', '160319.492500', '160319.952500', '160320.412500', '160320.872500', '160321.332500', '160321.792500', '160322.252500', '160322.712500', '160323.172500', '160323.632500', '160324.092500', '160324.552500', '160325.012500', '160325.472500', '160325.932500', '160326.392500', '160326.852500', '160327.312500', '160327.772500', '160328.232500', '160328.692500', '160329.152500', '160329.612500', '160330.072500', '160330.532500', '160330.992500', '160331.452500', '160331.912500', '160332.372500', '160332.832500', '160333.292500', '160333.752500', '160334.212500', '160334.672500', '160335.132500', '160335.592500', '160336.052500', '160336.512500', '160336.972500', '160337.432500', '160337.892500', '160338.352500', '160338.812500', '160339.272500', '160339.732500', '160340.192500', '160340.652500', '160341.112500', '160341.572500', '160342.032500', '160342.492500', '160342.952500', '160343.412500', '160343.872500', '160344.332500', '160344.792500', '160345.252500', '160345.712500', '160346.172500', '160346.632500', '160347.092500', '160347.552500', '160348.012500', '160348.472500', '160348.932500', '160349.392500', '160349.852500', '160350.312500', '160350.772500', '160351.232500', '160351.692500', '160352.152500', '160352.612500', '160353.072500', '160353.532500', '160353.992500', '160354.452500', '160354.912500', '160355.372500', '160355.832500', '160356.292500', '160356.752500', '160357.212500', '160357.672500', '160358.132500', '160358.592500', '160359.052500', '160359.512500', '160359.972500', '160400.432500', '160400.892500', '160401.352500', '160401.812500', '160402.272500', '160402.732500', '160403.192500', '160403.652500', '160404.112500', '160404.572500', '160405.032500', '160405.492500', '160405.952500', '160406.412500', '160406.872500', '160407.332500', '160407.792500', '160408.252500', '160408.712500', '160409.172500', '160409.632500', '160410.092500', '160410.552500', '160411.012500', '160411.472500', '160411.932500', '160412.392500', '160412.852500', '160413.312500', '160413.772500', '160414.232500', '160414.692500', '160415.152500', '160415.612500', '160416.072500', '160416.532500', '160416.992500', '160417.452500', '160417.912500', '160418.372500', '160418.832500', '160419.292500', '160419.752500', '160420.212500', '160420.672500', '160421.132500', '160421.592500', '160422.052500', '160422.512500', '160422.972500', '160423.432500', '160423.892500', '160424.352500', '160424.812500', '160425.272500', '160425.732500', '160426.192500', '160426.652500', '160427.112500', '160427.572500', '160428.032500', '160428.492500', '160428.952500', '160429.412500', '160429.872500', '160430.332500', '160430.792500', '160431.252500', '160431.712500', '160432.172500', '160432.632500', '160433.092500', '160433.552500', '160434.012500', '160434.472500', '160434.932500', '160435.392500', '160435.852500', '160436.312500', '160436.772500', '160437.232500', '160437.692500', '160438.152500', '160438.612500', '160439.072500', '160439.532500', '160439.992500', '160440.452500', '160440.912500', '160441.372500', '160441.832500', '160442.292500', '160442.752500', '160443.212500', '160443.672500', '160444.132500', '160444.592500', '160445.052500', '160445.512500', '160445.972500', '160446.432500', '160446.892500', '160447.352500', '160447.812500', '160448.272500', '160448.732500', '160449.192500', '160449.652500', '160450.112500', '160450.572500', '160451.032500', '160451.492500', '160451.952500', '160452.412500', '160452.872500', '160453.332500', '160453.792500', '160454.252500', '160454.712500', '160455.172500', '160455.632500', '160456.092500', '160456.552500', '160457.012500', '160457.472500', '160457.932500', '160458.392500', '160458.852500', '160459.312500', '160459.772500', '160500.232500', '160500.692500', '160501.152500', '160501.612500', '160502.072500', '160502.532500', '160502.992500', '160503.452500', '160503.912500', '160504.372500', '160504.832500', '160505.292500', '160505.752500', '160506.212500', '160506.672500', '160507.132500', '160507.592500', '160508.052500', '160508.512500', '160508.972500', '160509.432500', '160509.892500', '160510.352500', '160510.812500', '160511.272500', '160511.732500', '160512.192500', '160512.652500', '160513.112500', '160513.572500', '160514.032500', '160514.492500', '160514.952500', '160515.412500', '160515.872500', '160516.332500', '160516.792500', '160517.252500', '160517.712500', '160518.172500', '160518.632500', '160519.092500', '160519.552500', '160520.012500', '160520.472500', '160520.932500', '160521.392500', '160521.852500', '160522.312500', '160522.772500', '160523.232500', '160523.692500', '160524.152500', '160524.612500', '160525.072500', '160525.532500', '160525.992500', '160526.452500', '160526.912500', '160527.372500', '160527.832500', '160528.292500', '160528.752500', '160529.212500', '160529.672500', '160530.132500', '160530.592500', '160531.052500', '160531.512500', '160531.972500', '160532.432500', '160532.892500', '160533.352500', '160533.812500', '160534.272500', '160534.732500', '160535.192500', '160535.652500', '160536.112500', '160536.572500', '160537.032500', '160537.492500', '160537.952500', '160538.412500', '160538.872500', '160539.332500', '160539.792500', '160540.252500', '160540.712500', '160541.172500', '160541.632500', '160542.092500', '160542.552500', '160543.012500', '160543.472500', '160543.932500', '160544.392500', '160544.852500', '160545.312500', '160545.772500', '160546.232500', '160546.692500', '160547.152500', '160547.612500', '160548.072500', '160548.532500', '160548.992500', '160549.452500', '160549.912500', '160550.372500', '160550.832500', '160551.292500', '160551.752500', '160552.212500', '160552.672500', '160553.132500', '160553.592500', '160554.052500', '160554.512500', '160554.972500', '160555.432500', '160555.892500', '160556.352500', '160556.812500', '160557.272500', '160557.732500', '160558.192500', '160558.652500', '160559.112500', '160559.572500', '160600.032500', '160600.492500', '160600.952500', '160601.412500', '160601.872500', '160602.332500', '160602.792500', '160603.252500', '160603.712500', '160604.172500', '160604.632500', '160605.092500', '160605.552500', '160606.012500', '160606.472500', '160606.932500', '160607.392500', '160607.852500', '160608.312500', '160608.772500', '160609.232500', '160609.692500', '160610.152500', '160610.612500', '160611.072500', '160611.532500', '160611.992500', '160612.452500', '160612.912500', '160613.372500', '160613.832500', '160614.292500', '160614.752500', '160615.212500', '160615.672500', '160616.132500', '160616.592500', '160617.052500', '160617.512500', '160617.972500', '160618.432500', '160618.892500', '160619.352500', '160619.812500', '160620.272500', '160620.732500', '160621.192500', '160621.652500', '160622.112500', '160622.572500', '160623.032500', '160623.492500', '160623.952500', '160624.412500', '160624.872500', '160625.332500', '160625.792500', '160626.252500', '160626.712500', '160627.172500', '160627.632500', '160628.092500', '160628.552500', '160629.012500', '160629.472500', '160629.932500', '160630.392500', '160630.852500', '160631.312500', '160631.772500', '160632.232500', '160632.692500', '160633.152500', '160633.612500', '160634.072500', '160634.532500', '160634.992500', '160635.452500', '160635.912500', '160636.372500', '160636.832500', '160637.292500', '160637.752500', '160638.212500', '160638.672500', '160639.132500', '160639.592500', '160640.052500', '160640.512500', '160640.972500', '160641.432500', '160641.892500', '160642.352500', '160642.812500', '160643.272500', '160643.732500', '160644.192500', '160644.652500', '160645.112500', '160645.572500', '160646.032500', '160646.492500', '160646.952500', '160647.412500', '160647.872500', '160648.332500', '160648.792500', '160649.252500', '160649.712500', '160650.172500', '160650.632500', '160651.092500', '160651.552500', '160652.012500', '160652.472500', '160652.932500', '160653.392500', '160653.852500', '160654.312500', '160654.772500', '160655.232500', '160655.692500', '160656.152500', '160656.612500', '160657.072500', '160657.532500', '160657.992500', '160658.452500', '160658.912500', '160659.372500', '160659.832500', '160700.292500', '160700.752500', '160701.212500', '160701.672500', '160702.132500', '160702.592500', '160703.052500', '160703.512500', '160703.972500', '160704.432500', '160704.892500', '160705.352500', '160705.812500', '160706.272500', '160706.732500', '160707.192500', '160707.652500', '160708.112500', '160708.572500', '160709.032500', '160709.492500', '160709.952500', '160710.412500', '160710.872500', '160711.332500', '160711.792500', '160712.252500', '160712.712500', '160713.172500', '160713.632500', '160714.092500', '160714.552500', '160715.012500', '160715.472500', '160715.932500', '160716.392500', '160716.852500', '160717.312500', '160717.772500', '160718.232500', '160718.692500', '160719.152500', '160719.612500', '160720.072500', '160720.532500', '160720.992500', '160721.452500', '160721.912500', '160722.372500', '160722.832500', '160723.292500', '160723.752500', '160724.212500', '160724.672500', '160725.132500', '160725.592500', '160726.052500', '160726.512500', '160726.972500', '160727.432500', '160727.892500', '160728.352500', '160728.812500', '160729.272500', '160729.732500', '160730.192500', '160730.652500', '160731.112500', '160731.572500', '160732.032500', '160732.492500', '160732.952500', '160733.412500', '160733.872500', '160734.332500', '160734.792500', '160735.252500', '160735.712500', '160736.172500', '160736.632500', '160737.092500', '160737.552500', '160738.012500', '160738.472500', '160738.932500', '160739.392500', '160739.852500', '160740.312500', '160740.772500', '160741.232500', '160741.692500', '160742.152500', '160742.612500', '160743.072500', '160743.532500', '160743.992500', '160744.452500', '160744.912500', '160745.372500', '160745.832500', '160746.292500', '160746.752500', '160747.212500', '160747.672500', '160748.132500', '160748.592500', '160749.052500', '160749.512500', '160749.972500', '160750.432500', '160750.892500', '160751.352500', '160751.812500', '160752.272500', '160752.732500', '160753.192500', '160753.652500', '160754.112500', '160754.572500', '160755.032500', '160755.492500', '160755.952500', '160756.412500', '160756.872500', '160757.332500', '160757.792500', '160758.252500', '160758.712500', '160759.172500', '160759.632500', '160800.092500', '160800.552500', '160801.012500', '160801.472500', '160801.932500', '160802.392500', '160802.852500', '160803.312500', '160803.772500', '160804.232500', '160804.692500', '160805.152500', '160805.612500', '160806.072500', '160806.532500', '160806.992500', '160807.452500', '160807.912500', '160808.372500', '160808.832500', '160809.292500', '160809.752500', '160810.212500', '160810.672500', '160811.132500', '160811.592500', '160812.052500', '160812.512500', '160812.972500', '160813.432500', '160813.892500', '160814.352500', '160814.812500', '160815.272500', '160815.732500', '160816.192500', '160816.652500', '160817.112500', '160817.572500', '160818.032500', '160818.492500', '160818.952500', '160819.412500', '160819.872500', '160820.332500', '160820.792500', '160821.252500', '160821.712500', '160822.172500', '160822.632500', '160823.092500', '160823.552500', '160824.012500', '160824.472500', '160824.932500', '160825.392500', '160825.852500', '160826.312500', '160826.772500', '160827.232500', '160827.692500', '160828.152500', '160828.612500', '160829.072500', '160829.532500', '160829.992500', '160830.452500', '160830.912500', '160831.372500', '160831.832500', '160832.292500', '160832.752500', '160833.212500', '160833.672500', '160834.132500', '160834.592500', '160835.052500', '160835.512500', '160835.972500', '160836.432500', '160836.892500', '160837.352500', '160837.812500', '160838.272500', '160838.732500', '160839.192500', '160839.652500', '160840.112500', '160840.572500', '160841.032500', '160841.492500', '160841.952500', '160842.412500', '160842.872500', '160843.332500', '160843.792500', '160844.252500', '160844.712500', '160845.172500', '160845.632500', '160846.092500', '160846.552500', '160847.012500', '160847.472500', '160847.932500', '160848.392500', '160848.852500', '160849.312500', '160849.772500', '160850.232500', '160850.692500', '160851.152500', '160851.612500', '160852.072500', '160852.532500', '160852.992500', '160853.452500', '160853.912500', '160854.372500', '160854.832500', '160855.292500', '160855.752500', '160856.212500', '160856.672500', '160857.132500', '160857.592500', '160858.052500', '160858.512500', '160858.972500', '160859.432500', '160859.892500', '160900.352500', '160900.812500', '160901.272500', '160901.732500', '160902.192500', '160902.652500', '160903.112500', '160903.572500', '160904.032500', '160904.492500', '160904.952500', '160905.412500', '160905.872500', '160906.332500', '160906.792500', '160907.252500', '160907.712500', '160908.172500', '160908.632500', '160909.092500', '160909.552500', '160910.012500', '160910.472500', '160910.932500', '160911.392500', '160911.852500', '160912.312500', '160912.772500', '160913.232500', '160913.692500', '160914.152500', '160914.612500', '160915.072500', '160915.532500', '160915.992500', '160916.452500', '160916.912500', '160917.372500', '160917.832500', '160918.292500', '160918.752500', '160919.212500', '160919.672500', '160920.132500', '160920.592500', '160921.052500', '160921.512500', '160921.972500', '160922.432500', '160922.892500', '160923.352500', '160923.812500', '160924.272500', '160924.732500', '160925.192500', '160925.652500', '160926.112500', '160926.572500', '160927.032500', '160927.492500', '160927.952500', '160928.412500', '160928.872500', '160929.332500', '160929.792500', '160930.252500', '160930.712500', '160931.172500', '160931.632500', '160932.092500', '160932.552500', '160933.012500', '160933.472500', '160933.932500', '160934.392500', '160934.852500', '160935.312500', '160935.772500', '160936.232500', '160936.692500', '160937.152500', '160937.612500', '160938.072500', '160938.532500', '160938.992500', '160939.452500', '160939.912500', '160940.372500', '160940.832500', '160941.292500', '160941.752500', '160942.212500', '160942.672500', '160943.132500', '160943.592500', '160944.052500', '160944.512500', '160944.972500', '160945.432500', '160945.892500', '160946.352500', '160946.812500', '160947.272500', '160947.732500', '160948.192500', '160948.652500', '160949.112500', '160949.572500', '160950.032500', '160950.492500', '160950.952500', '160951.412500', '160951.872500', '160952.332500', '160952.792500', '160953.252500', '160953.712500', '160954.172500', '160954.632500', '160955.092500', '160955.552500', '160956.012500', '160956.472500', '160956.932500', '160957.392500', '160957.852500', '160958.312500', '160958.772500', '160959.232500', '160959.692500', '161000.152500', '161000.612500', '161001.072500', '161001.532500', '161001.992500', '161002.452500', '161002.912500', '161003.372500', '161003.832500', '161004.292500', '161004.752500', '161005.212500', '161005.672500', '161006.132500', '161006.592500', '161007.052500', '161007.512500', '161007.972500', '161008.432500', '161008.892500', '161009.352500', '161009.812500', '161010.272500', '161010.732500', '161011.192500', '161011.652500', '161012.112500', '161012.572500', '161013.032500', '161013.492500', '161013.952500', '161014.412500', '161014.872500', '161015.332500', '161015.792500', '161016.252500', '161016.712500', '161017.172500', '161017.632500', '161018.092500', '161018.552500', '161019.012500', '161019.472500', '161019.932500', '161020.392500', '161020.852500', '161021.312500', '161021.772500', '161022.232500', '161022.692500', '161023.152500', '161023.612500', '161024.072500', '161024.532500', '161024.992500', '161025.452500', '161025.912500', '161026.372500', '161026.832500', '161027.292500', '161027.752500', '161028.212500', '161028.672500', '161029.132500', '161029.592500', '161030.052500', '161030.512500', '161030.972500', '161031.432500', '161031.892500', '161032.352500', '161032.812500', '161033.272500', '161033.732500', '161034.192500', '161034.652500', '161035.112500', '161035.572500', '161036.032500', '161036.492500', '161036.952500', '161037.412500'], 'ContentTime': ['160237.601000', '160237.605000', '160237.608000', '160237.612000', '160237.615000', '160237.618000', '160237.625000', '160237.628000', '160237.630000', '160237.633000', '160237.636000', '160237.640000', '160237.643000', '160237.646000', '160237.649000', '160237.651000', '160237.654000', '160237.657000', '160237.660000', '160237.663000', '160237.665000', '160237.668000', '160237.671000', '160237.674000', '160237.677000', '160237.679000', '160237.682000', '160237.685000', '160257.567000', '160257.570000', '160257.573000', '160257.575000', '160257.578000', '160257.581000', '160257.584000', '160257.587000', '160257.589000', '160257.592000', '160257.595000', '160257.598000', '160257.600000', '160257.603000', '160257.606000', '160257.609000', '160257.612000', '160257.614000', '160257.617000', '160257.620000', '160257.623000', '160257.626000', '160257.628000', '160257.631000', '160257.643000', '160257.645000', '160257.648000', '160257.651000', '160257.654000', '160257.657000', '160257.659000', '160257.662000', '160257.665000', '160257.668000', '160257.670000', '160257.673000', '160257.676000', '160257.679000', '160257.682000', '160257.684000', '160257.687000', '160257.690000', '160257.693000', '160257.696000', '160317.567000', '160317.570000', '160317.573000', '160317.576000', '160317.578000', '160317.581000', '160317.584000', '160317.587000', '160317.590000', '160317.593000', '160317.595000', '160317.598000', '160317.601000', '160317.604000', '160317.606000', '160317.609000', '160317.612000', '160317.615000', '160317.618000', '160317.620000', '160317.623000', '160317.626000', '160317.629000', '160317.632000', '160317.634000', '160317.637000', '160317.640000', '160317.643000', '160317.646000', '160317.650000', '160317.653000', '160317.656000', '160317.665000', '160317.667000', '160317.670000', '160317.673000', '160317.676000', '160317.679000', '160317.682000', '160317.684000', '160317.687000', '160317.690000', '160317.693000', '160337.567000', '160337.570000', '160337.573000', '160337.576000', '160337.578000', '160337.581000', '160337.584000', '160337.587000', '160337.590000', '160337.593000', '160337.595000', '160337.598000', '160337.601000', '160337.604000', '160337.607000', '160337.609000', '160337.612000', '160337.615000', '160337.618000', '160337.621000', '160337.624000', '160337.626000', '160337.629000', '160337.632000', '160337.635000', '160337.638000', '160337.641000', '160337.643000', '160337.646000', '160337.649000', '160337.652000', '160337.655000', '160337.657000', '160337.660000', '160337.663000', '160337.666000', '160337.668000', '160337.671000', '160337.674000', '160337.677000', '160337.680000', '160337.683000', '160337.685000', '160337.688000', '160357.567000', '160357.570000', '160357.573000', '160357.576000', '160357.578000', '160357.581000', '160357.584000', '160357.587000', '160357.590000', '160357.592000', '160357.595000', '160357.608000', '160357.611000', '160357.613000', '160357.616000', '160357.619000', '160357.622000', '160357.625000', '160357.628000', '160357.631000', '160357.633000', '160357.636000', '160357.639000', '160357.642000', '160357.645000', '160357.648000', '160357.650000', '160357.653000', '160357.656000', '160357.659000', '160357.662000', '160357.664000', '160357.667000', '160357.670000', '160357.673000', '160357.677000', '160357.680000', '160357.683000', '160357.686000', '160357.689000', '160357.692000', '160357.694000', '160357.697000', '160417.567000', '160417.570000', '160417.573000', '160417.575000', '160417.578000', '160417.581000', '160417.584000', '160417.587000', '160417.590000', '160417.592000', '160417.595000', '160417.598000', '160417.601000', '160417.604000', '160417.607000', '160417.610000', '160417.613000', '160417.616000', '160417.618000', '160417.621000', '160417.624000', '160417.627000', '160417.630000', '160417.633000', '160417.635000', '160417.638000', '160417.641000', '160417.644000', '160417.647000', '160417.650000', '160417.652000', '160417.655000', '160417.658000', '160417.661000', '160417.664000', '160417.666000', '160417.669000', '160417.672000', '160417.675000', '160417.678000', '160417.680000', '160417.683000', '160417.686000', '160417.689000', '160437.568000', '160437.571000', '160437.574000', '160437.577000', '160437.580000', '160437.582000', '160437.585000', '160437.588000', '160437.591000', '160437.594000', '160437.597000', '160437.599000', '160437.602000', '160437.605000', '160437.608000', '160437.611000', '160437.613000', '160437.616000', '160437.619000', '160437.622000', '160437.625000', '160437.627000', '160437.630000', '160437.633000', '160437.636000', '160437.639000', '160437.642000', '160437.644000', '160437.647000', '160437.650000', '160437.653000', '160437.656000', '160437.658000', '160437.661000', '160437.664000', '160437.667000', '160437.670000', '160437.673000', '160437.676000', '160437.678000', '160437.681000', '160437.684000', '160437.687000', '160457.567000', '160457.570000', '160457.572000', '160457.575000', '160457.578000', '160457.581000', '160457.584000', '160457.587000', '160457.590000', '160457.592000', '160457.595000', '160457.598000', '160457.601000', '160457.604000', '160457.607000', '160457.610000', '160457.612000', '160457.615000', '160457.618000', '160457.621000', '160457.624000', '160457.627000', '160457.630000', '160457.633000', '160457.635000', '160457.638000', '160457.641000', '160457.644000', '160457.647000', '160457.650000', '160457.652000', '160457.655000', '160457.658000', '160457.661000', '160457.664000', '160457.666000', '160457.669000', '160457.672000', '160457.675000', '160457.678000', '160457.681000', '160457.683000', '160457.686000', '160457.689000', '160517.567000', '160517.570000', '160517.573000', '160517.576000', '160517.579000', '160517.582000', '160517.584000', '160517.587000', '160517.590000', '160517.593000', '160517.596000', '160517.599000', '160517.602000', '160517.605000', '160517.607000', '160517.610000', '160517.613000', '160517.616000', '160517.619000', '160517.622000', '160517.625000', '160517.628000', '160517.630000', '160517.633000', '160517.636000', '160517.639000', '160517.642000', '160517.644000', '160517.647000', '160517.650000', '160517.653000', '160517.656000', '160517.659000', '160517.661000', '160517.664000', '160517.667000', '160517.670000', '160517.673000', '160517.676000', '160517.678000', '160517.681000', '160517.684000', '160517.687000', '160537.567000', '160537.570000', '160537.573000', '160537.576000', '160537.579000', '160537.582000', '160537.585000', '160537.587000', '160537.590000', '160537.593000', '160537.596000', '160537.598000', '160537.601000', '160537.604000', '160537.607000', '160537.610000', '160537.613000', '160537.616000', '160537.619000', '160537.621000', '160537.624000', '160537.627000', '160537.630000', '160537.633000', '160537.636000', '160537.639000', '160537.642000', '160537.644000', '160537.647000', '160537.650000', '160537.653000', '160537.656000', '160537.659000', '160537.661000', '160537.678000', '160537.681000', '160537.684000', '160537.687000', '160537.690000', '160537.693000', '160537.696000', '160537.699000', '160537.701000', '160557.567000', '160557.570000', '160557.573000', '160557.576000', '160557.579000', '160557.582000', '160557.585000', '160557.587000', '160557.590000', '160557.593000', '160557.596000', '160557.599000', '160557.602000', '160557.605000', '160557.607000', '160557.610000', '160557.613000', '160557.616000', '160557.619000', '160557.621000', '160557.624000', '160557.627000', '160557.630000', '160557.633000', '160557.636000', '160557.639000', '160557.642000', '160557.644000', '160557.647000', '160557.650000', '160557.653000', '160557.656000', '160557.659000', '160557.662000', '160557.664000', '160557.667000', '160557.670000', '160557.673000', '160557.676000', '160557.679000', '160557.681000', '160557.684000', '160557.687000', '160557.690000', '160617.567000', '160617.570000', '160617.573000', '160617.576000', '160617.579000', '160617.584000', '160617.587000', '160617.590000', '160617.593000', '160617.596000', '160617.599000', '160617.602000', '160617.604000', '160617.607000', '160617.610000', '160617.613000', '160617.616000', '160617.619000', '160617.622000', '160617.624000', '160617.627000', '160617.630000', '160617.633000', '160617.636000', '160617.639000', '160617.641000', '160617.644000', '160617.647000', '160617.650000', '160617.653000', '160617.655000', '160617.658000', '160617.661000', '160617.664000', '160617.667000', '160617.670000', '160617.672000', '160617.675000', '160617.678000', '160617.681000', '160617.684000', '160617.686000', '160617.689000', '160637.567000', '160637.570000', '160637.573000', '160637.576000', '160637.578000', '160637.581000', '160637.584000', '160637.587000', '160637.590000', '160637.592000', '160637.595000', '160637.598000', '160637.601000', '160637.604000', '160637.607000', '160637.609000', '160637.612000', '160637.615000', '160637.618000', '160637.621000', '160637.624000', '160637.626000', '160637.629000', '160637.632000', '160637.635000', '160637.638000', '160637.640000', '160637.643000', '160637.646000', '160637.649000', '160637.652000', '160637.655000', '160637.658000', '160637.660000', '160637.663000', '160637.666000', '160637.669000', '160637.672000', '160637.674000', '160637.677000', '160637.680000', '160637.683000', '160637.686000', '160637.688000', '160657.568000', '160657.571000', '160657.574000', '160657.577000', '160657.579000', '160657.582000', '160657.585000', '160657.588000', '160657.591000', '160657.593000', '160657.596000', '160657.600000', '160657.603000', '160657.605000', '160657.608000', '160657.611000', '160657.614000', '160657.617000', '160657.620000', '160657.623000', '160657.625000', '160657.628000', '160657.631000', '160657.634000', '160657.637000', '160657.640000', '160657.642000', '160657.645000', '160657.648000', '160657.651000', '160657.654000', '160657.656000', '160657.659000', '160657.662000', '160657.665000', '160657.667000', '160657.670000', '160657.673000', '160657.676000', '160657.679000', '160657.682000', '160657.684000', '160657.687000', '160717.567000', '160717.570000', '160717.573000', '160717.576000', '160717.578000', '160717.581000', '160717.584000', '160717.587000', '160717.590000', '160717.592000', '160717.595000', '160717.598000', '160717.601000', '160717.604000', '160717.606000', '160717.609000', '160717.623000', '160717.626000', '160717.629000', '160717.632000', '160717.635000', '160717.637000', '160717.640000', '160717.643000', '160717.646000', '160717.649000', '160717.652000', '160717.654000', '160717.657000', '160717.660000', '160717.663000', '160717.666000', '160717.669000', '160717.672000', '160717.674000', '160717.677000', '160717.680000', '160717.683000', '160717.686000', '160717.689000', '160717.691000', '160717.694000', '160717.697000', '160717.700000', '160737.567000', '160737.570000', '160737.573000', '160737.576000', '160737.579000', '160737.581000', '160737.584000', '160737.587000', '160737.590000', '160737.593000', '160737.595000', '160737.598000', '160737.601000', '160737.604000', '160737.607000', '160737.610000', '160737.613000', '160737.616000', '160737.619000', '160737.622000', '160737.625000', '160737.628000', '160737.630000', '160737.633000', '160737.636000', '160737.639000', '160737.642000', '160737.645000', '160737.647000', '160737.650000', '160737.653000', '160737.656000', '160737.659000', '160737.661000', '160737.664000', '160737.667000', '160737.670000', '160737.673000', '160737.676000', '160737.678000', '160737.681000', '160737.684000', '160737.687000', '160757.567000', '160757.570000', '160757.573000', '160757.576000', '160757.579000', '160757.581000', '160757.584000', '160757.587000', '160757.590000', '160757.593000', '160757.596000', '160757.598000', '160757.601000', '160757.604000', '160757.607000', '160757.610000', '160757.612000', '160757.615000', '160757.618000', '160757.621000', '160757.624000', '160757.627000', '160757.629000', '160757.632000', '160757.635000', '160757.638000', '160757.641000', '160757.644000', '160757.646000', '160757.649000', '160757.652000', '160757.655000', '160757.658000', '160757.661000', '160757.663000', '160757.666000', '160757.669000', '160757.672000', '160757.675000', '160757.677000', '160757.680000', '160757.683000', '160757.686000', '160757.689000', '160817.567000', '160817.570000', '160817.573000', '160817.576000', '160817.578000', '160817.581000', '160817.584000', '160817.587000', '160817.590000', '160817.592000', '160817.595000', '160817.598000', '160817.601000', '160817.604000', '160817.606000', '160817.609000', '160817.612000', '160817.615000', '160817.618000', '160817.621000', '160817.623000', '160817.626000', '160817.629000', '160817.632000', '160817.635000', '160817.638000', '160817.641000', '160817.644000', '160817.646000', '160817.649000', '160817.652000', '160817.655000', '160817.658000', '160817.660000', '160817.663000', '160817.666000', '160817.669000', '160817.672000', '160817.674000', '160817.677000', '160817.680000', '160817.683000', '160817.686000', '160837.567000', '160837.570000', '160837.574000', '160837.577000', '160837.580000', '160837.583000', '160837.586000', '160837.589000', '160837.593000', '160837.596000', '160837.599000', '160837.602000', '160837.605000', '160837.608000', '160837.611000', '160837.614000', '160837.616000', '160837.619000', '160837.622000', '160837.625000', '160837.628000', '160837.630000', '160837.633000', '160837.636000', '160837.639000', '160837.642000', '160837.645000', '160837.660000', '160837.662000', '160837.665000', '160837.668000', '160837.671000', '160837.674000', '160837.676000', '160837.679000', '160837.682000', '160837.685000', '160837.688000', '160837.691000', '160837.693000', '160837.696000', '160837.699000', '160837.702000', '160837.705000', '160857.567000', '160857.570000', '160857.573000', '160857.576000', '160857.578000', '160857.581000', '160857.584000', '160857.587000', '160857.591000', '160857.594000', '160857.596000', '160857.599000', '160857.602000', '160857.605000', '160857.608000', '160857.611000', '160857.613000', '160857.616000', '160857.619000', '160857.622000', '160857.625000', '160857.627000', '160857.630000', '160857.633000', '160857.636000', '160857.639000', '160857.642000', '160857.645000', '160857.647000', '160857.650000', '160857.653000', '160857.656000', '160857.659000', '160857.662000', '160857.664000', '160857.667000', '160857.670000', '160857.673000', '160857.676000', '160857.679000', '160857.682000', '160857.685000', '160857.688000', '160917.568000', '160917.571000', '160917.574000', '160917.588000', '160917.591000', '160917.594000', '160917.597000', '160917.599000', '160917.602000', '160917.605000', '160917.608000', '160917.611000', '160917.614000', '160917.616000', '160917.619000', '160917.622000', '160917.625000', '160917.628000', '160917.631000', '160917.633000', '160917.636000', '160917.639000', '160917.642000', '160917.645000', '160917.648000', '160917.650000', '160917.653000', '160917.656000', '160917.659000', '160917.662000', '160917.664000', '160917.667000', '160917.670000', '160917.673000', '160917.676000', '160917.678000', '160917.685000', '160917.688000', '160917.691000', '160917.694000', '160917.697000', '160917.699000', '160917.702000', '160917.705000', '160937.567000', '160937.570000', '160937.573000', '160937.576000', '160937.579000', '160937.581000', '160937.584000', '160937.587000', '160937.590000', '160937.593000', '160937.595000', '160937.598000', '160937.601000', '160937.604000', '160937.607000', '160937.609000', '160937.612000', '160937.615000', '160937.627000', '160937.630000', '160937.633000', '160937.636000', '160937.639000', '160937.642000', '160937.645000', '160937.647000', '160937.650000', '160937.653000', '160937.656000', '160937.659000', '160937.663000', '160937.668000', '160937.671000', '160937.674000', '160937.676000', '160937.679000', '160937.682000', '160937.685000', '160937.688000', '160937.691000', '160937.693000', '160937.696000', '160937.699000', '160957.567000', '160957.570000', '160957.573000', '160957.576000', '160957.578000', '160957.581000', '160957.584000', '160957.587000', '160957.590000', '160957.593000', '160957.596000', '160957.598000', '160957.601000', '160957.604000', '160957.607000', '160957.610000', '160957.612000', '160957.615000', '160957.618000', '160957.621000', '160957.624000', '160957.627000', '160957.629000', '160957.632000', '160957.636000', '160957.639000', '160957.642000', '160957.644000', '160957.647000', '160957.650000', '160957.653000', '160957.655000', '160957.658000', '160957.661000', '160957.664000', '160957.667000', '160957.670000', '160957.673000', '160957.687000', '160957.690000', '160957.692000', '160957.695000', '160957.698000', '160957.701000', '161017.567000', '161017.570000', '161017.573000', '161017.576000', '161017.579000', '161017.581000', '161017.584000', '161017.587000', '161017.590000', '161017.593000', '161017.596000', '161017.598000', '161017.601000', '161017.604000', '161017.607000', '161017.610000', '161017.612000', '161017.615000', '161017.618000', '161017.621000', '161017.624000', '161017.629000', '161017.632000', '161017.635000', '161017.637000', '161017.640000', '161017.643000', '161017.646000', '161017.649000', '161017.651000', '161017.654000', '161017.657000', '161017.660000', '161017.663000', '161017.665000', '161017.668000', '161017.671000', '161017.674000', '161017.677000', '161017.680000', '161017.683000', '161017.686000', '161017.689000', '161037.567000', '161037.570000', '161037.573000', '161037.576000', '161037.578000', '161037.581000', '161037.584000', '161037.587000', '161037.590000', '161037.593000', '161037.596000', '161037.598000', '161037.601000', '161037.604000', '161037.607000', '161037.610000', '161037.613000', '161037.616000', '161037.619000', '161037.621000', '161037.624000', '161037.627000', '161037.630000', '161037.633000', '161037.636000', '161037.639000', '161037.642000', '161037.644000', '161037.647000', '161037.650000', '161037.653000', '161037.656000', '161037.658000', '161037.661000', '161037.664000', '161037.667000', '161037.670000', '161037.673000', '161037.676000', '161037.678000', '161037.681000', '161037.684000', '161037.687000', '161037.690000', '161038.096000'], 'InstanceCreationTime': ['160237.601000', '160237.605000', '160237.608000', '160237.612000', '160237.615000', '160237.618000', '160237.625000', '160237.628000', '160237.630000', '160237.633000', '160237.636000', '160237.640000', '160237.643000', '160237.646000', '160237.649000', '160237.651000', '160237.654000', '160237.657000', '160237.660000', '160237.663000', '160237.665000', '160237.668000', '160237.671000', '160237.674000', '160237.677000', '160237.679000', '160237.682000', '160237.685000', '160257.567000', '160257.570000', '160257.573000', '160257.575000', '160257.578000', '160257.581000', '160257.584000', '160257.587000', '160257.589000', '160257.592000', '160257.595000', '160257.598000', '160257.600000', '160257.603000', '160257.606000', '160257.609000', '160257.612000', '160257.614000', '160257.617000', '160257.620000', '160257.623000', '160257.626000', '160257.628000', '160257.631000', '160257.643000', '160257.645000', '160257.648000', '160257.651000', '160257.654000', '160257.657000', '160257.659000', '160257.662000', '160257.665000', '160257.668000', '160257.670000', '160257.673000', '160257.676000', '160257.679000', '160257.682000', '160257.684000', '160257.687000', '160257.690000', '160257.693000', '160257.696000', '160317.567000', '160317.570000', '160317.573000', '160317.576000', '160317.578000', '160317.581000', '160317.584000', '160317.587000', '160317.590000', '160317.593000', '160317.595000', '160317.598000', '160317.601000', '160317.604000', '160317.606000', '160317.609000', '160317.612000', '160317.615000', '160317.618000', '160317.620000', '160317.623000', '160317.626000', '160317.629000', '160317.632000', '160317.634000', '160317.637000', '160317.640000', '160317.643000', '160317.646000', '160317.650000', '160317.653000', '160317.656000', '160317.665000', '160317.667000', '160317.670000', '160317.673000', '160317.676000', '160317.679000', '160317.682000', '160317.684000', '160317.687000', '160317.690000', '160317.693000', '160337.567000', '160337.570000', '160337.573000', '160337.576000', '160337.578000', '160337.581000', '160337.584000', '160337.587000', '160337.590000', '160337.593000', '160337.595000', '160337.598000', '160337.601000', '160337.604000', '160337.607000', '160337.609000', '160337.612000', '160337.615000', '160337.618000', '160337.621000', '160337.624000', '160337.626000', '160337.629000', '160337.632000', '160337.635000', '160337.638000', '160337.641000', '160337.643000', '160337.646000', '160337.649000', '160337.652000', '160337.655000', '160337.657000', '160337.660000', '160337.663000', '160337.666000', '160337.668000', '160337.671000', '160337.674000', '160337.677000', '160337.680000', '160337.683000', '160337.685000', '160337.688000', '160357.567000', '160357.570000', '160357.573000', '160357.576000', '160357.578000', '160357.581000', '160357.584000', '160357.587000', '160357.590000', '160357.592000', '160357.595000', '160357.608000', '160357.611000', '160357.613000', '160357.616000', '160357.619000', '160357.622000', '160357.625000', '160357.628000', '160357.631000', '160357.633000', '160357.636000', '160357.639000', '160357.642000', '160357.645000', '160357.648000', '160357.650000', '160357.653000', '160357.656000', '160357.659000', '160357.662000', '160357.664000', '160357.667000', '160357.670000', '160357.673000', '160357.677000', '160357.680000', '160357.683000', '160357.686000', '160357.689000', '160357.692000', '160357.694000', '160357.697000', '160417.567000', '160417.570000', '160417.573000', '160417.575000', '160417.578000', '160417.581000', '160417.584000', '160417.587000', '160417.590000', '160417.592000', '160417.595000', '160417.598000', '160417.601000', '160417.604000', '160417.607000', '160417.610000', '160417.613000', '160417.616000', '160417.618000', '160417.621000', '160417.624000', '160417.627000', '160417.630000', '160417.633000', '160417.635000', '160417.638000', '160417.641000', '160417.644000', '160417.647000', '160417.650000', '160417.652000', '160417.655000', '160417.658000', '160417.661000', '160417.664000', '160417.666000', '160417.669000', '160417.672000', '160417.675000', '160417.678000', '160417.680000', '160417.683000', '160417.686000', '160417.689000', '160437.568000', '160437.571000', '160437.574000', '160437.577000', '160437.580000', '160437.582000', '160437.585000', '160437.588000', '160437.591000', '160437.594000', '160437.597000', '160437.599000', '160437.602000', '160437.605000', '160437.608000', '160437.611000', '160437.613000', '160437.616000', '160437.619000', '160437.622000', '160437.625000', '160437.627000', '160437.630000', '160437.633000', '160437.636000', '160437.639000', '160437.642000', '160437.644000', '160437.647000', '160437.650000', '160437.653000', '160437.656000', '160437.658000', '160437.661000', '160437.664000', '160437.667000', '160437.670000', '160437.673000', '160437.676000', '160437.678000', '160437.681000', '160437.684000', '160437.687000', '160457.567000', '160457.570000', '160457.572000', '160457.575000', '160457.578000', '160457.581000', '160457.584000', '160457.587000', '160457.590000', '160457.592000', '160457.595000', '160457.598000', '160457.601000', '160457.604000', '160457.607000', '160457.610000', '160457.612000', '160457.615000', '160457.618000', '160457.621000', '160457.624000', '160457.627000', '160457.630000', '160457.633000', '160457.635000', '160457.638000', '160457.641000', '160457.644000', '160457.647000', '160457.650000', '160457.652000', '160457.655000', '160457.658000', '160457.661000', '160457.664000', '160457.666000', '160457.669000', '160457.672000', '160457.675000', '160457.678000', '160457.681000', '160457.683000', '160457.686000', '160457.689000', '160517.567000', '160517.570000', '160517.573000', '160517.576000', '160517.579000', '160517.582000', '160517.584000', '160517.587000', '160517.590000', '160517.593000', '160517.596000', '160517.599000', '160517.602000', '160517.605000', '160517.607000', '160517.610000', '160517.613000', '160517.616000', '160517.619000', '160517.622000', '160517.625000', '160517.628000', '160517.630000', '160517.633000', '160517.636000', '160517.639000', '160517.642000', '160517.644000', '160517.647000', '160517.650000', '160517.653000', '160517.656000', '160517.659000', '160517.661000', '160517.664000', '160517.667000', '160517.670000', '160517.673000', '160517.676000', '160517.678000', '160517.681000', '160517.684000', '160517.687000', '160537.567000', '160537.570000', '160537.573000', '160537.576000', '160537.579000', '160537.582000', '160537.585000', '160537.587000', '160537.590000', '160537.593000', '160537.596000', '160537.598000', '160537.601000', '160537.604000', '160537.607000', '160537.610000', '160537.613000', '160537.616000', '160537.619000', '160537.621000', '160537.624000', '160537.627000', '160537.630000', '160537.633000', '160537.636000', '160537.639000', '160537.642000', '160537.644000', '160537.647000', '160537.650000', '160537.653000', '160537.656000', '160537.659000', '160537.661000', '160537.678000', '160537.681000', '160537.684000', '160537.687000', '160537.690000', '160537.693000', '160537.696000', '160537.699000', '160537.701000', '160557.567000', '160557.570000', '160557.573000', '160557.576000', '160557.579000', '160557.582000', '160557.585000', '160557.587000', '160557.590000', '160557.593000', '160557.596000', '160557.599000', '160557.602000', '160557.605000', '160557.607000', '160557.610000', '160557.613000', '160557.616000', '160557.619000', '160557.621000', '160557.624000', '160557.627000', '160557.630000', '160557.633000', '160557.636000', '160557.639000', '160557.642000', '160557.644000', '160557.647000', '160557.650000', '160557.653000', '160557.656000', '160557.659000', '160557.662000', '160557.664000', '160557.667000', '160557.670000', '160557.673000', '160557.676000', '160557.679000', '160557.681000', '160557.684000', '160557.687000', '160557.690000', '160617.567000', '160617.570000', '160617.573000', '160617.576000', '160617.579000', '160617.584000', '160617.587000', '160617.590000', '160617.593000', '160617.596000', '160617.599000', '160617.602000', '160617.604000', '160617.607000', '160617.610000', '160617.613000', '160617.616000', '160617.619000', '160617.622000', '160617.624000', '160617.627000', '160617.630000', '160617.633000', '160617.636000', '160617.639000', '160617.641000', '160617.644000', '160617.647000', '160617.650000', '160617.653000', '160617.655000', '160617.658000', '160617.661000', '160617.664000', '160617.667000', '160617.670000', '160617.672000', '160617.675000', '160617.678000', '160617.681000', '160617.684000', '160617.686000', '160617.689000', '160637.567000', '160637.570000', '160637.573000', '160637.576000', '160637.578000', '160637.581000', '160637.584000', '160637.587000', '160637.590000', '160637.592000', '160637.595000', '160637.598000', '160637.601000', '160637.604000', '160637.607000', '160637.609000', '160637.612000', '160637.615000', '160637.618000', '160637.621000', '160637.624000', '160637.626000', '160637.629000', '160637.632000', '160637.635000', '160637.638000', '160637.640000', '160637.643000', '160637.646000', '160637.649000', '160637.652000', '160637.655000', '160637.658000', '160637.660000', '160637.663000', '160637.666000', '160637.669000', '160637.672000', '160637.674000', '160637.677000', '160637.680000', '160637.683000', '160637.686000', '160637.688000', '160657.568000', '160657.571000', '160657.574000', '160657.577000', '160657.579000', '160657.582000', '160657.585000', '160657.588000', '160657.591000', '160657.593000', '160657.596000', '160657.600000', '160657.603000', '160657.605000', '160657.608000', '160657.611000', '160657.614000', '160657.617000', '160657.620000', '160657.623000', '160657.625000', '160657.628000', '160657.631000', '160657.634000', '160657.637000', '160657.640000', '160657.642000', '160657.645000', '160657.648000', '160657.651000', '160657.654000', '160657.656000', '160657.659000', '160657.662000', '160657.665000', '160657.667000', '160657.670000', '160657.673000', '160657.676000', '160657.679000', '160657.682000', '160657.684000', '160657.687000', '160717.567000', '160717.570000', '160717.573000', '160717.576000', '160717.578000', '160717.581000', '160717.584000', '160717.587000', '160717.590000', '160717.592000', '160717.595000', '160717.598000', '160717.601000', '160717.604000', '160717.606000', '160717.609000', '160717.623000', '160717.626000', '160717.629000', '160717.632000', '160717.635000', '160717.637000', '160717.640000', '160717.643000', '160717.646000', '160717.649000', '160717.652000', '160717.654000', '160717.657000', '160717.660000', '160717.663000', '160717.666000', '160717.669000', '160717.672000', '160717.674000', '160717.677000', '160717.680000', '160717.683000', '160717.686000', '160717.689000', '160717.691000', '160717.694000', '160717.697000', '160717.700000', '160737.567000', '160737.570000', '160737.573000', '160737.576000', '160737.579000', '160737.581000', '160737.584000', '160737.587000', '160737.590000', '160737.593000', '160737.595000', '160737.598000', '160737.601000', '160737.604000', '160737.607000', '160737.610000', '160737.613000', '160737.616000', '160737.619000', '160737.622000', '160737.625000', '160737.628000', '160737.630000', '160737.633000', '160737.636000', '160737.639000', '160737.642000', '160737.645000', '160737.647000', '160737.650000', '160737.653000', '160737.656000', '160737.659000', '160737.661000', '160737.664000', '160737.667000', '160737.670000', '160737.673000', '160737.676000', '160737.678000', '160737.681000', '160737.684000', '160737.687000', '160757.567000', '160757.570000', '160757.573000', '160757.576000', '160757.579000', '160757.581000', '160757.584000', '160757.587000', '160757.590000', '160757.593000', '160757.596000', '160757.598000', '160757.601000', '160757.604000', '160757.607000', '160757.610000', '160757.612000', '160757.615000', '160757.618000', '160757.621000', '160757.624000', '160757.627000', '160757.629000', '160757.632000', '160757.635000', '160757.638000', '160757.641000', '160757.644000', '160757.646000', '160757.649000', '160757.652000', '160757.655000', '160757.658000', '160757.661000', '160757.663000', '160757.666000', '160757.669000', '160757.672000', '160757.675000', '160757.677000', '160757.680000', '160757.683000', '160757.686000', '160757.689000', '160817.567000', '160817.570000', '160817.573000', '160817.576000', '160817.578000', '160817.581000', '160817.584000', '160817.587000', '160817.590000', '160817.592000', '160817.595000', '160817.598000', '160817.601000', '160817.604000', '160817.606000', '160817.609000', '160817.612000', '160817.615000', '160817.618000', '160817.621000', '160817.623000', '160817.626000', '160817.629000', '160817.632000', '160817.635000', '160817.638000', '160817.641000', '160817.644000', '160817.646000', '160817.649000', '160817.652000', '160817.655000', '160817.658000', '160817.660000', '160817.663000', '160817.666000', '160817.669000', '160817.672000', '160817.674000', '160817.677000', '160817.680000', '160817.683000', '160817.686000', '160837.567000', '160837.570000', '160837.574000', '160837.577000', '160837.580000', '160837.583000', '160837.586000', '160837.589000', '160837.593000', '160837.596000', '160837.599000', '160837.602000', '160837.605000', '160837.608000', '160837.611000', '160837.614000', '160837.616000', '160837.619000', '160837.622000', '160837.625000', '160837.628000', '160837.630000', '160837.633000', '160837.636000', '160837.639000', '160837.642000', '160837.645000', '160837.660000', '160837.662000', '160837.665000', '160837.668000', '160837.671000', '160837.674000', '160837.676000', '160837.679000', '160837.682000', '160837.685000', '160837.688000', '160837.691000', '160837.693000', '160837.696000', '160837.699000', '160837.702000', '160837.705000', '160857.567000', '160857.570000', '160857.573000', '160857.576000', '160857.578000', '160857.581000', '160857.584000', '160857.587000', '160857.591000', '160857.594000', '160857.596000', '160857.599000', '160857.602000', '160857.605000', '160857.608000', '160857.611000', '160857.613000', '160857.616000', '160857.619000', '160857.622000', '160857.625000', '160857.627000', '160857.630000', '160857.633000', '160857.636000', '160857.639000', '160857.642000', '160857.645000', '160857.647000', '160857.650000', '160857.653000', '160857.656000', '160857.659000', '160857.662000', '160857.664000', '160857.667000', '160857.670000', '160857.673000', '160857.676000', '160857.679000', '160857.682000', '160857.685000', '160857.688000', '160917.568000', '160917.571000', '160917.574000', '160917.588000', '160917.591000', '160917.594000', '160917.597000', '160917.599000', '160917.602000', '160917.605000', '160917.608000', '160917.611000', '160917.614000', '160917.616000', '160917.619000', '160917.622000', '160917.625000', '160917.628000', '160917.631000', '160917.633000', '160917.636000', '160917.639000', '160917.642000', '160917.645000', '160917.648000', '160917.650000', '160917.653000', '160917.656000', '160917.659000', '160917.662000', '160917.664000', '160917.667000', '160917.670000', '160917.673000', '160917.676000', '160917.678000', '160917.685000', '160917.688000', '160917.691000', '160917.694000', '160917.697000', '160917.699000', '160917.702000', '160917.705000', '160937.567000', '160937.570000', '160937.573000', '160937.576000', '160937.579000', '160937.581000', '160937.584000', '160937.587000', '160937.590000', '160937.593000', '160937.595000', '160937.598000', '160937.601000', '160937.604000', '160937.607000', '160937.609000', '160937.612000', '160937.615000', '160937.627000', '160937.630000', '160937.633000', '160937.636000', '160937.639000', '160937.642000', '160937.645000', '160937.647000', '160937.650000', '160937.653000', '160937.656000', '160937.659000', '160937.663000', '160937.668000', '160937.671000', '160937.674000', '160937.676000', '160937.679000', '160937.682000', '160937.685000', '160937.688000', '160937.691000', '160937.693000', '160937.696000', '160937.699000', '160957.567000', '160957.570000', '160957.573000', '160957.576000', '160957.578000', '160957.581000', '160957.584000', '160957.587000', '160957.590000', '160957.593000', '160957.596000', '160957.598000', '160957.601000', '160957.604000', '160957.607000', '160957.610000', '160957.612000', '160957.615000', '160957.618000', '160957.621000', '160957.624000', '160957.627000', '160957.629000', '160957.632000', '160957.636000', '160957.639000', '160957.642000', '160957.644000', '160957.647000', '160957.650000', '160957.653000', '160957.655000', '160957.658000', '160957.661000', '160957.664000', '160957.667000', '160957.670000', '160957.673000', '160957.687000', '160957.690000', '160957.692000', '160957.695000', '160957.698000', '160957.701000', '161017.567000', '161017.570000', '161017.573000', '161017.576000', '161017.579000', '161017.581000', '161017.584000', '161017.587000', '161017.590000', '161017.593000', '161017.596000', '161017.598000', '161017.601000', '161017.604000', '161017.607000', '161017.610000', '161017.612000', '161017.615000', '161017.618000', '161017.621000', '161017.624000', '161017.629000', '161017.632000', '161017.635000', '161017.637000', '161017.640000', '161017.643000', '161017.646000', '161017.649000', '161017.651000', '161017.654000', '161017.657000', '161017.660000', '161017.663000', '161017.665000', '161017.668000', '161017.671000', '161017.674000', '161017.677000', '161017.680000', '161017.683000', '161017.686000', '161017.689000', '161037.567000', '161037.570000', '161037.573000', '161037.576000', '161037.578000', '161037.581000', '161037.584000', '161037.587000', '161037.590000', '161037.593000', '161037.596000', '161037.598000', '161037.601000', '161037.604000', '161037.607000', '161037.610000', '161037.613000', '161037.616000', '161037.619000', '161037.621000', '161037.624000', '161037.627000', '161037.630000', '161037.633000', '161037.636000', '161037.639000', '161037.642000', '161037.644000', '161037.647000', '161037.650000', '161037.653000', '161037.656000', '161037.658000', '161037.661000', '161037.664000', '161037.667000', '161037.670000', '161037.673000', '161037.676000', '161037.678000', '161037.681000', '161037.684000', '161037.687000', '161037.690000', '161038.096000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [15175, 8972, 12260, 9025, 11328, 12662, 9980, 15513, 9425, 14730, 8762, 12959, 9068, 9772, 9546, 9245, 15969, 8592, 14123, 8965, 12556, 9957, 12547, 8919, 10913, 8629, 10107, 11067, 8640, 14758, 8894, 14731, 9408, 10769, 8906, 9918, 16800, 9883, 15047, 9708, 11361, 9021, 10758, 8863, 10328, 15499, 8551, 14568, 9345, 14040, 8630, 9867, 16068, 8261, 16750, 9294, 12975, 9463, 10587, 9305, 9862, 9993, 9834, 14167, 9444, 13909, 9040, 12462, 9127, 9788, 11393, 9764, 14739, 8298, 13751, 9622, 15531, 9490, 15299, 9309, 11906, 9350, 13141, 11414, 10997, 10939, 9612, 17102, 10584, 16501, 9719, 13126, 9520, 13381, 8935, 12099, 8361, 11218, 9541, 13534, 9367, 12013, 9312, 14625, 10926, 11409, 9089, 10531, 15889, 9910, 18019, 9628, 12525, 9505, 10853, 9810, 10464, 9579, 9154, 11913, 8578, 13480, 8923, 13058, 9005, 9745, 13093, 8606, 13567, 9240, 10896, 9498, 10748, 9282, 10295, 8552, 9239, 12886, 9372, 13983, 9961, 10860, 9589, 13589, 9470, 13259, 9098, 14650, 10350, 9229, 9818, 18213, 9696, 17849, 11251, 13945, 13281, 11103, 16479, 8542, 15210, 9048, 12710, 9467, 11956, 11188, 10401, 18411, 13346, 13632, 9830, 8924, 10945, 9584, 13210, 10504, 10074, 17657, 8585, 15263, 8514, 12329, 11576, 10352, 19544, 10711, 17105, 8905, 16225, 9376, 11514, 19504, 10830, 16785, 8635, 13099, 9121, 10843, 9620, 10310, 13285, 8960, 14283, 9482, 12634, 9408, 10190, 9504, 9474, 14084, 8849, 14266, 9817, 11764, 9733, 9942, 13701, 10223, 14543, 8901, 13971, 8422, 14269, 9138, 12169, 9798, 10528, 15783, 8764, 14834, 9098, 13513, 9447, 10053, 13376, 8823, 17296, 9153, 14446, 9613, 11996, 9154, 10669, 10048, 9653, 15633, 8564, 13508, 8434, 12233, 9856, 10049, 13891, 8507, 13982, 9054, 13642, 9600, 10478, 9365, 9781, 10424, 9651, 15203, 8599, 13240, 9448, 13850, 9203, 11138, 9356, 9616, 15181, 9279, 15491, 9374, 13601, 9888, 12718, 8982, 13074, 9268, 10799, 9066, 9728, 17058, 10438, 18092, 9234, 15035, 9356, 13344, 9404, 11741, 9663, 10342, 14523, 8626, 15544, 8964, 14916, 9829, 11785, 9849, 10328, 10907, 10386, 13258, 9517, 13903, 9091, 13688, 8710, 12525, 9690, 9938, 9284, 9255, 12570, 9313, 15557, 9210, 13939, 9767, 12841, 9567, 10417, 9637, 10173, 9302, 9362, 16718, 10899, 17791, 8810, 15849, 9083, 15082, 9707, 11141, 9401, 9883, 9211, 10292, 9064, 10288, 9152, 10971, 11782, 14102, 14237, 11895, 16712, 8544, 15393, 9695, 16475, 10281, 11199, 9602, 9425, 13676, 8703, 13712, 9062, 11071, 9591, 9800, 10962, 9710, 13474, 8357, 13535, 9590, 13432, 9438, 11701, 9235, 11344, 9414, 10564, 18071, 10818, 16485, 9551, 14626, 9181, 12373, 9698, 10722, 13359, 10328, 15358, 8742, 14634, 9180, 14994, 9570, 11208, 9355, 10063, 18054, 10190, 15872, 9275, 13015, 9180, 12238, 9513, 10312, 10932, 9191, 14059, 8877, 14804, 9543, 12971, 9865, 9926, 11631, 10225, 17956, 8530, 15031, 9241, 13296, 9715, 12091, 9401, 10606, 9700, 9453, 14285, 9184, 15877, 9413, 13944, 9378, 10661, 10433, 9900, 10794, 10173, 13674, 8611, 15617, 9056, 14470, 9633, 12982, 9123, 13153, 9182, 10551, 9212, 8728, 15036, 9264, 14750, 9167, 17640, 9254, 14784, 9865, 10570, 11948, 11166, 17740, 9377, 15775, 9757, 12546, 9552, 10930, 9662, 10447, 12395, 8356, 13357, 9274, 13169, 9198, 10928, 9151, 9772, 10433, 10382, 11997, 9621, 14237, 8720, 14296, 9313, 16170, 9346, 10739, 9383, 10096, 12140, 10193, 16303, 9826, 13696, 7946, 16052, 10754, 15083, 9329, 17475, 11567, 19087, 8973, 16437, 8923, 15902, 9059, 18560, 8887, 11405, 9238, 10502, 17347, 9787, 15755, 9066, 13674, 9317, 14205, 9478, 10752, 9349, 9846, 14592, 8666, 15063, 9607, 14250, 9328, 10356, 9779, 9559, 10351, 8500, 13942, 9163, 14041, 9757, 13374, 9438, 10254, 9994, 9843, 15593, 8908, 15562, 9236, 17443, 9747, 14460, 9676, 10233, 11636, 9143, 18313, 8853, 15034, 9078, 10811, 9325, 9456, 10258, 8548, 13770, 9011, 14676, 9654, 14065, 9458, 10816, 10638, 10582, 12695, 10000, 14889, 8537, 15267, 9079, 15502, 9371, 9887, 11247, 9466, 18484, 9015, 15579, 9288, 13341, 9168, 11438, 9190, 9776, 11373, 8916, 14752, 8718, 15842, 9845, 11277, 9394, 10457, 11197, 9782, 17723, 8884, 14286, 8926, 15158, 9249, 14111, 9955, 11324, 9523, 9942, 8888, 9160, 9312, 9214, 9160, 10653, 18702, 10530, 15375, 9876, 11872, 9734, 10828, 8956, 9352, 9119, 8986, 17750, 10630, 16831, 9569, 11826, 9692, 11434, 8982, 13076, 9220, 13502, 9634, 14145, 14784, 15336, 11704, 10371, 10213, 9778, 18452, 11675, 18972, 9451, 14326, 12257, 10382, 19314, 10153, 16352, 9339, 12260, 9200, 13913, 9397, 10897, 9885, 9638, 10435, 10386, 11079, 10429, 13210, 8867, 16689, 9631, 17401, 9822, 10315, 17936, 11493, 17086, 14245, 10792, 10000, 9825, 10706, 9595, 10478, 17381, 8600, 15850, 9201, 14189, 9644, 10769, 18386, 10339, 17816, 11642, 13128, 10070, 11455, 18539, 10667, 16622, 9852, 10660, 9919, 10883, 14528, 10769, 12047, 10131, 10478, 9128, 10770, 13440, 10368, 11174, 10009, 8717, 9705, 8720, 9106, 10629, 9046, 11697, 10147, 14123, 9203, 10326, 16904, 10176, 16065, 10312, 17976, 11525, 11283, 9241, 10041, 16439, 10667, 17036, 9898, 14047, 9113, 8992, 9068, 9819, 14878, 10349, 17042, 9724, 10511, 9349, 9842, 9813, 14327, 9487, 16625, 9216, 9687, 15725, 10223, 15727, 9594, 11806, 8906, 9711, 14593, 9939, 15233, 9638, 10675, 9208, 9805, 9494, 9929, 8934, 8601, 8761, 8387, 9036, 10400, 18341, 10384, 16149, 10058, 12120, 8765, 9949, 12098, 10540, 16320, 10064, 17603, 9863, 11560, 9501, 10899, 11087, 10475, 11182, 10098, 13868, 9936, 13227, 9241, 12044, 8558, 10003, 9381, 10120, 13861, 9791, 13949, 9513, 14185, 9144, 9651, 9257, 10638, 10503, 9802, 15356, 9628, 13335, 9609, 13304, 9028, 10020, 17030, 9762, 14522, 9441, 11870, 9386, 13999, 8958, 11424, 9736, 10651, 9280, 12430, 9021, 9761, 9061, 9812, 9832, 9653, 18378, 9421, 15231, 9430, 10990, 8892, 11493, 9041, 9357, 9374, 10693, 9702, 10078, 12105, 9812, 14463, 10326, 16400, 9589, 15579, 9199, 11361, 9187, 10280, 18633, 10022, 14376, 9258, 10084, 8732, 10393, 9890, 9987, 9598, 10321, 13625, 9985, 11142, 9000, 9296, 10170, 13036, 10301, 16167, 9755, 16021, 10348, 15144, 10038, 17233, 9545, 12502, 9456, 14358, 9774, 13620, 9137, 10179, 16262, 9353, 14289, 9586, 13664, 9524, 12957, 8700, 9224, 8926, 9884, 13570, 9311, 13944, 9649, 13881, 8445, 9895, 8861, 10179, 10062, 9598, 13976, 9771, 13996, 9521, 11992, 9117, 10239, 10381, 10355, 11131, 9933, 15000, 9571, 13854, 9591, 13602, 9670, 13146, 9940, 9929, 9361, 9625, 14663, 9257, 15502, 8997, 14213, 9350, 13799, 8882, 10202, 8970, 9247, 10191, 9083, 16696, 8998, 14809, 9644, 12876, 9079, 9389, 9166, 8893, 12578, 8866, 12484, 9724, 10837, 9599, 9802, 9210, 9667, 10505, 8960, 13624, 9767, 12656, 8259, 9104, 8967, 9636, 10473, 9443, 10752, 8807, 14495, 11173, 14953, 9952, 11881, 10155, 11373, 9797, 15560, 9786, 16139, 9957, 12246, 8560, 17256, 10119, 17519, 10651, 18599, 11690, 15291, 10194, 15061, 9642, 18728, 12412, 11316, 8889, 10912, 17176, 10643, 15640, 10169, 14062, 10096, 13785, 9613, 15214, 8621, 10664, 10520, 10981, 14569, 10494, 16701, 10150, 12499, 10421, 13167, 9000, 13292, 8890, 10354, 8615, 10643, 15237, 10469, 16070, 10335, 13528, 9914, 12414, 9162, 10205, 9736, 9378, 9261], 'WindowCenter': [4355.0, 4281.0, 4320.0, 4265.0, 4294.0, 4293.0, 4273.0, 4301.0, 4260.0, 4302.0, 4240.0, 4291.0, 4249.0, 4272.0, 4261.0, 4263.0, 4312.0, 4253.0, 4302.0, 4263.0, 4292.0, 4273.0, 4303.0, 4263.0, 4284.0, 4253.0, 4285.0, 4293.0, 4265.0, 4313.0, 4262.0, 4313.0, 4262.0, 4284.0, 4262.0, 4285.0, 4324.0, 4272.0, 4302.0, 4260.0, 4293.0, 4251.0, 4283.0, 4251.0, 4273.0, 4312.0, 4252.0, 4302.0, 4262.0, 4303.0, 4252.0, 4314.0, 4325.0, 4238.0, 4299.0, 4249.0, 4290.0, 4260.0, 4272.0, 4250.0, 4273.0, 4271.0, 4272.0, 4302.0, 4262.0, 4302.0, 4251.0, 4291.0, 4260.0, 4273.0, 4281.0, 4272.0, 4301.0, 4252.0, 4302.0, 4272.0, 4312.0, 4261.0, 4313.0, 4262.0, 4294.0, 4261.0, 4303.0, 4281.0, 4283.0, 4280.0, 4271.0, 4312.0, 4283.0, 4311.0, 4262.0, 4302.0, 4262.0, 4305.0, 4253.0, 4293.0, 4242.0, 4283.0, 4263.0, 4302.0, 4262.0, 4294.0, 4262.0, 4303.0, 4270.0, 4283.0, 4251.0, 4273.0, 4301.0, 4261.0, 4312.0, 4261.0, 4292.0, 4260.0, 4283.0, 4259.0, 4271.0, 4260.0, 4262.0, 4280.0, 4252.0, 4304.0, 4251.0, 4293.0, 4251.0, 4263.0, 4291.0, 4253.0, 4302.0, 4263.0, 4285.0, 4286.0, 4284.0, 4262.0, 4285.0, 4252.0, 4275.0, 4305.0, 4275.0, 4314.0, 4286.0, 4284.0, 4274.0, 4304.0, 4288.0, 4317.0, 4267.0, 4314.0, 4286.0, 4263.0, 4274.0, 4324.0, 4264.0, 4314.0, 4270.0, 4293.0, 4278.0, 4258.0, 4287.0, 4238.0, 4287.0, 4238.0, 4279.0, 4260.0, 4279.0, 4256.0, 4271.0, 4298.0, 4276.0, 4291.0, 4260.0, 4252.0, 4270.0, 4262.0, 4304.0, 4259.0, 4263.0, 4325.0, 4253.0, 4301.0, 4240.0, 4281.0, 4283.0, 4259.0, 4298.0, 4257.0, 4286.0, 4237.0, 4298.0, 4236.0, 4267.0, 4297.0, 4256.0, 4285.0, 4224.0, 4276.0, 4222.0, 4254.0, 4233.0, 4247.0, 4264.0, 4237.0, 4288.0, 4246.0, 4266.0, 4236.0, 4257.0, 4236.0, 4248.0, 4288.0, 4238.0, 4286.0, 4248.0, 4268.0, 4247.0, 4260.0, 4288.0, 4259.0, 4289.0, 4250.0, 4288.0, 4228.0, 4290.0, 4247.0, 4280.0, 4247.0, 4259.0, 4299.0, 4240.0, 4289.0, 4238.0, 4279.0, 4247.0, 4260.0, 4291.0, 4250.0, 4299.0, 4249.0, 4289.0, 4248.0, 4279.0, 4248.0, 4260.0, 4247.0, 4248.0, 4288.0, 4237.0, 4289.0, 4228.0, 4279.0, 4247.0, 4260.0, 4278.0, 4239.0, 4289.0, 4239.0, 4290.0, 4250.0, 4269.0, 4249.0, 4262.0, 4259.0, 4262.0, 4301.0, 4241.0, 4290.0, 4261.0, 4292.0, 4250.0, 4272.0, 4250.0, 4262.0, 4302.0, 4251.0, 4301.0, 4251.0, 4291.0, 4262.0, 4294.0, 4252.0, 4293.0, 4250.0, 4273.0, 4250.0, 4263.0, 4313.0, 4272.0, 4312.0, 4251.0, 4301.0, 4249.0, 4290.0, 4250.0, 4281.0, 4249.0, 4272.0, 4289.0, 4241.0, 4302.0, 4250.0, 4300.0, 4262.0, 4281.0, 4260.0, 4274.0, 4271.0, 4272.0, 4290.0, 4262.0, 4289.0, 4249.0, 4290.0, 4240.0, 4281.0, 4261.0, 4261.0, 4249.0, 4264.0, 4292.0, 4261.0, 4310.0, 4263.0, 4300.0, 4262.0, 4305.0, 4261.0, 4272.0, 4261.0, 4272.0, 4251.0, 4263.0, 4312.0, 4283.0, 4313.0, 4251.0, 4300.0, 4251.0, 4303.0, 4250.0, 4282.0, 4250.0, 4261.0, 4249.0, 4271.0, 4239.0, 4261.0, 4262.0, 4283.0, 4282.0, 4304.0, 4291.0, 4282.0, 4300.0, 4240.0, 4290.0, 4248.0, 4300.0, 4248.0, 4269.0, 4247.0, 4249.0, 4290.0, 4239.0, 4289.0, 4237.0, 4269.0, 4247.0, 4261.0, 4269.0, 4261.0, 4289.0, 4242.0, 4290.0, 4262.0, 4292.0, 4251.0, 4281.0, 4263.0, 4284.0, 4251.0, 4285.0, 4313.0, 4271.0, 4302.0, 4260.0, 4300.0, 4251.0, 4293.0, 4248.0, 4272.0, 4289.0, 4260.0, 4299.0, 4250.0, 4302.0, 4250.0, 4301.0, 4250.0, 4271.0, 4250.0, 4260.0, 4309.0, 4259.0, 4300.0, 4250.0, 4290.0, 4249.0, 4281.0, 4249.0, 4260.0, 4268.0, 4250.0, 4302.0, 4250.0, 4301.0, 4259.0, 4291.0, 4259.0, 4262.0, 4269.0, 4261.0, 4311.0, 4241.0, 4300.0, 4250.0, 4290.0, 4248.0, 4281.0, 4248.0, 4270.0, 4248.0, 4261.0, 4301.0, 4250.0, 4300.0, 4250.0, 4291.0, 4262.0, 4273.0, 4271.0, 4286.0, 4283.0, 4285.0, 4291.0, 4252.0, 4301.0, 4251.0, 4290.0, 4261.0, 4292.0, 4261.0, 4292.0, 4250.0, 4273.0, 4250.0, 4241.0, 4300.0, 4251.0, 4314.0, 4263.0, 4312.0, 4251.0, 4301.0, 4261.0, 4272.0, 4281.0, 4271.0, 4311.0, 4252.0, 4301.0, 4261.0, 4281.0, 4261.0, 4271.0, 4249.0, 4272.0, 4278.0, 4241.0, 4292.0, 4250.0, 4292.0, 4250.0, 4272.0, 4251.0, 4275.0, 4273.0, 4273.0, 4281.0, 4263.0, 4290.0, 4252.0, 4303.0, 4250.0, 4302.0, 4250.0, 4282.0, 4250.0, 4272.0, 4280.0, 4272.0, 4301.0, 4262.0, 4292.0, 4242.0, 4302.0, 4297.0, 4314.0, 4265.0, 4326.0, 4293.0, 4325.0, 4263.0, 4311.0, 4253.0, 4311.0, 4250.0, 4313.0, 4250.0, 4269.0, 4250.0, 4271.0, 4310.0, 4260.0, 4300.0, 4250.0, 4291.0, 4262.0, 4301.0, 4259.0, 4271.0, 4250.0, 4271.0, 4299.0, 4241.0, 4301.0, 4260.0, 4300.0, 4249.0, 4273.0, 4259.0, 4261.0, 4270.0, 4252.0, 4302.0, 4262.0, 4303.0, 4262.0, 4303.0, 4261.0, 4273.0, 4261.0, 4272.0, 4312.0, 4263.0, 4312.0, 4263.0, 4324.0, 4261.0, 4302.0, 4260.0, 4272.0, 4280.0, 4261.0, 4311.0, 4251.0, 4300.0, 4249.0, 4271.0, 4249.0, 4262.0, 4260.0, 4251.0, 4290.0, 4251.0, 4302.0, 4261.0, 4302.0, 4260.0, 4283.0, 4270.0, 4272.0, 4289.0, 4262.0, 4299.0, 4241.0, 4300.0, 4249.0, 4300.0, 4249.0, 4261.0, 4281.0, 4260.0, 4309.0, 4251.0, 4299.0, 4249.0, 4291.0, 4250.0, 4271.0, 4248.0, 4261.0, 4268.0, 4250.0, 4301.0, 4238.0, 4300.0, 4259.0, 4279.0, 4249.0, 4272.0, 4269.0, 4262.0, 4311.0, 4250.0, 4300.0, 4250.0, 4300.0, 4262.0, 4301.0, 4260.0, 4283.0, 4249.0, 4260.0, 4250.0, 4250.0, 4262.0, 4264.0, 4260.0, 4284.0, 4322.0, 4273.0, 4313.0, 4272.0, 4296.0, 4261.0, 4283.0, 4251.0, 4263.0, 4251.0, 4262.0, 4313.0, 4284.0, 4324.0, 4261.0, 4294.0, 4273.0, 4294.0, 4252.0, 4293.0, 4263.0, 4302.0, 4273.0, 4319.0, 4304.0, 4305.0, 4282.0, 4272.0, 4259.0, 4262.0, 4311.0, 4270.0, 4311.0, 4249.0, 4289.0, 4266.0, 4258.0, 4298.0, 4246.0, 4287.0, 4247.0, 4268.0, 4249.0, 4289.0, 4248.0, 4270.0, 4249.0, 4264.0, 4270.0, 4270.0, 4270.0, 4272.0, 4279.0, 4249.0, 4299.0, 4249.0, 4302.0, 4248.0, 4261.0, 4311.0, 4270.0, 4287.0, 4288.0, 4270.0, 4259.0, 4258.0, 4271.0, 4248.0, 4270.0, 4300.0, 4239.0, 4300.0, 4250.0, 4291.0, 4247.0, 4270.0, 4298.0, 4246.0, 4296.0, 4255.0, 4265.0, 4233.0, 4256.0, 4297.0, 4245.0, 4285.0, 4247.0, 4270.0, 4247.0, 4255.0, 4275.0, 4243.0, 4240.0, 4231.0, 4244.0, 4264.0, 4283.0, 4263.0, 4244.0, 4255.0, 4245.0, 4239.0, 4249.0, 4239.0, 4247.0, 4270.0, 4252.0, 4281.0, 4272.0, 4315.0, 4263.0, 4274.0, 4298.0, 4259.0, 4300.0, 4259.0, 4312.0, 4269.0, 4270.0, 4247.0, 4260.0, 4297.0, 4269.0, 4300.0, 4248.0, 4288.0, 4237.0, 4239.0, 4237.0, 4259.0, 4300.0, 4260.0, 4302.0, 4264.0, 4260.0, 4251.0, 4261.0, 4262.0, 4302.0, 4260.0, 4313.0, 4251.0, 4261.0, 4300.0, 4261.0, 4301.0, 4248.0, 4279.0, 4236.0, 4249.0, 4289.0, 4259.0, 4300.0, 4259.0, 4268.0, 4248.0, 4260.0, 4260.0, 4261.0, 4248.0, 4241.0, 4240.0, 4242.0, 4250.0, 4272.0, 4312.0, 4260.0, 4301.0, 4249.0, 4279.0, 4237.0, 4261.0, 4268.0, 4258.0, 4299.0, 4248.0, 4309.0, 4259.0, 4268.0, 4247.0, 4271.0, 4268.0, 4260.0, 4269.0, 4270.0, 4290.0, 4272.0, 4291.0, 4249.0, 4279.0, 4238.0, 4260.0, 4249.0, 4270.0, 4289.0, 4262.0, 4291.0, 4261.0, 4302.0, 4251.0, 4260.0, 4250.0, 4274.0, 4271.0, 4272.0, 4300.0, 4261.0, 4291.0, 4261.0, 4302.0, 4250.0, 4272.0, 4310.0, 4260.0, 4290.0, 4260.0, 4280.0, 4262.0, 4302.0, 4262.0, 4283.0, 4274.0, 4284.0, 4265.0, 4293.0, 4253.0, 4273.0, 4253.0, 4274.0, 4262.0, 4263.0, 4313.0, 4251.0, 4303.0, 4251.0, 4272.0, 4251.0, 4281.0, 4252.0, 4264.0, 4262.0, 4283.0, 4262.0, 4262.0, 4281.0, 4262.0, 4290.0, 4272.0, 4311.0, 4261.0, 4301.0, 4249.0, 4271.0, 4249.0, 4262.0, 4309.0, 4249.0, 4289.0, 4247.0, 4259.0, 4239.0, 4259.0, 4248.0, 4260.0, 4260.0, 4270.0, 4292.0, 4271.0, 4282.0, 4264.0, 4261.0, 4285.0, 4304.0, 4274.0, 4313.0, 4263.0, 4301.0, 4274.0, 4304.0, 4261.0, 4312.0, 4262.0, 4292.0, 4262.0, 4303.0, 4261.0, 4303.0, 4251.0, 4273.0, 4310.0, 4262.0, 4301.0, 4261.0, 4303.0, 4260.0, 4292.0, 4253.0, 4262.0, 4262.0, 4274.0, 4301.0, 4264.0, 4303.0, 4264.0, 4302.0, 4251.0, 4272.0, 4263.0, 4284.0, 4272.0, 4273.0, 4301.0, 4275.0, 4302.0, 4272.0, 4292.0, 4252.0, 4274.0, 4261.0, 4273.0, 4270.0, 4274.0, 4312.0, 4273.0, 4313.0, 4273.0, 4304.0, 4271.0, 4302.0, 4259.0, 4271.0, 4248.0, 4260.0, 4300.0, 4261.0, 4310.0, 4260.0, 4301.0, 4260.0, 4301.0, 4248.0, 4270.0, 4248.0, 4260.0, 4269.0, 4250.0, 4310.0, 4250.0, 4298.0, 4258.0, 4290.0, 4249.0, 4251.0, 4247.0, 4249.0, 4279.0, 4248.0, 4290.0, 4259.0, 4279.0, 4261.0, 4270.0, 4248.0, 4261.0, 4268.0, 4249.0, 4298.0, 4269.0, 4289.0, 4239.0, 4249.0, 4237.0, 4260.0, 4257.0, 4260.0, 4268.0, 4250.0, 4303.0, 4308.0, 4316.0, 4275.0, 4294.0, 4285.0, 4295.0, 4287.0, 4315.0, 4276.0, 4315.0, 4275.0, 4305.0, 4265.0, 4324.0, 4275.0, 4325.0, 4286.0, 4326.0, 4295.0, 4303.0, 4272.0, 4303.0, 4261.0, 4325.0, 4280.0, 4272.0, 4238.0, 4271.0, 4298.0, 4258.0, 4288.0, 4259.0, 4289.0, 4259.0, 4290.0, 4248.0, 4301.0, 4227.0, 4260.0, 4257.0, 4258.0, 4288.0, 4259.0, 4298.0, 4260.0, 4280.0, 4270.0, 4291.0, 4239.0, 4291.0, 4237.0, 4260.0, 4237.0, 4270.0, 4299.0, 4259.0, 4298.0, 4260.0, 4289.0, 4260.0, 4280.0, 4265.0, 4260.0, 4260.0, 4252.0, 4260.0], 'WindowWidth': [9595.0, 9485.0, 9536.0, 9452.0, 9490.0, 9483.0, 9457.0, 9489.0, 9437.0, 9494.0, 9407.0, 9477.0, 9418.0, 9453.0, 9440.0, 9444.0, 9506.0, 9432.0, 9494.0, 9445.0, 9482.0, 9457.0, 9500.0, 9446.0, 9477.0, 9432.0, 9479.0, 9485.0, 9450.0, 9512.0, 9443.0, 9512.0, 9442.0, 9473.0, 9442.0, 9478.0, 9527.0, 9455.0, 9493.0, 9436.0, 9485.0, 9426.0, 9470.0, 9425.0, 9458.0, 9506.0, 9429.0, 9494.0, 9439.0, 9496.0, 9431.0, 9537.0, 9532.0, 9402.0, 9484.0, 9418.0, 9473.0, 9434.0, 9454.0, 9422.0, 9456.0, 9451.0, 9455.0, 9494.0, 9441.0, 9495.0, 9426.0, 9480.0, 9435.0, 9456.0, 9463.0, 9455.0, 9492.0, 9427.0, 9495.0, 9455.0, 9508.0, 9440.0, 9509.0, 9441.0, 9488.0, 9437.0, 9499.0, 9464.0, 9470.0, 9462.0, 9453.0, 9508.0, 9470.0, 9504.0, 9439.0, 9492.0, 9440.0, 9503.0, 9428.0, 9479.0, 9412.0, 9467.0, 9443.0, 9492.0, 9439.0, 9485.0, 9438.0, 9500.0, 9449.0, 9470.0, 9423.0, 9456.0, 9492.0, 9436.0, 9509.0, 9436.0, 9477.0, 9434.0, 9470.0, 9432.0, 9450.0, 9432.0, 9439.0, 9461.0, 9428.0, 9500.0, 9423.0, 9482.0, 9423.0, 9443.0, 9477.0, 9429.0, 9493.0, 9443.0, 9477.0, 9482.0, 9474.0, 9440.0, 9477.0, 9426.0, 9462.0, 9504.0, 9464.0, 9515.0, 9482.0, 9473.0, 9461.0, 9501.0, 9488.0, 9523.0, 9455.0, 9514.0, 9479.0, 9443.0, 9460.0, 9527.0, 9443.0, 9517.0, 9444.0, 9479.0, 9451.0, 9425.0, 9462.0, 9399.0, 9463.0, 9397.0, 9453.0, 9433.0, 9455.0, 9420.0, 9447.0, 9480.0, 9446.0, 9473.0, 9434.0, 9428.0, 9445.0, 9438.0, 9500.0, 9429.0, 9443.0, 9530.0, 9429.0, 9489.0, 9405.0, 9461.0, 9468.0, 9430.0, 9482.0, 9422.0, 9461.0, 9395.0, 9480.0, 9390.0, 9436.0, 9481.0, 9418.0, 9456.0, 9374.0, 9446.0, 9368.0, 9414.0, 9383.0, 9407.0, 9427.0, 9395.0, 9466.0, 9407.0, 9433.0, 9393.0, 9422.0, 9391.0, 9413.0, 9467.0, 9397.0, 9460.0, 9413.0, 9438.0, 9409.0, 9433.0, 9468.0, 9429.0, 9469.0, 9419.0, 9465.0, 9389.0, 9473.0, 9410.0, 9458.0, 9408.0, 9429.0, 9484.0, 9407.0, 9469.0, 9400.0, 9454.0, 9409.0, 9431.0, 9475.0, 9420.0, 9485.0, 9416.0, 9469.0, 9413.0, 9456.0, 9413.0, 9432.0, 9410.0, 9413.0, 9467.0, 9399.0, 9469.0, 9386.0, 9457.0, 9410.0, 9430.0, 9453.0, 9404.0, 9467.0, 9401.0, 9470.0, 9418.0, 9445.0, 9417.0, 9439.0, 9430.0, 9439.0, 9488.0, 9410.0, 9472.0, 9436.0, 9478.0, 9420.0, 9450.0, 9418.0, 9440.0, 9493.0, 9423.0, 9488.0, 9423.0, 9475.0, 9437.0, 9483.0, 9425.0, 9481.0, 9421.0, 9454.0, 9418.0, 9442.0, 9511.0, 9451.0, 9507.0, 9423.0, 9487.0, 9417.0, 9475.0, 9420.0, 9462.0, 9417.0, 9451.0, 9470.0, 9408.0, 9491.0, 9418.0, 9484.0, 9437.0, 9462.0, 9432.0, 9458.0, 9450.0, 9450.0, 9472.0, 9437.0, 9469.0, 9418.0, 9474.0, 9404.0, 9461.0, 9434.0, 9436.0, 9417.0, 9446.0, 9480.0, 9437.0, 9502.0, 9441.0, 9486.0, 9438.0, 9500.0, 9437.0, 9453.0, 9434.0, 9452.0, 9421.0, 9442.0, 9507.0, 9468.0, 9509.0, 9424.0, 9486.0, 9421.0, 9495.0, 9418.0, 9466.0, 9420.0, 9436.0, 9417.0, 9449.0, 9402.0, 9435.0, 9438.0, 9470.0, 9463.0, 9498.0, 9477.0, 9464.0, 9485.0, 9403.0, 9471.0, 9410.0, 9486.0, 9410.0, 9442.0, 9409.0, 9414.0, 9473.0, 9401.0, 9466.0, 9398.0, 9442.0, 9410.0, 9433.0, 9442.0, 9435.0, 9469.0, 9413.0, 9471.0, 9438.0, 9478.0, 9422.0, 9463.0, 9440.0, 9470.0, 9423.0, 9473.0, 9509.0, 9450.0, 9490.0, 9434.0, 9486.0, 9421.0, 9480.0, 9414.0, 9450.0, 9469.0, 9434.0, 9483.0, 9422.0, 9490.0, 9419.0, 9489.0, 9419.0, 9449.0, 9417.0, 9433.0, 9500.0, 9431.0, 9486.0, 9418.0, 9472.0, 9417.0, 9462.0, 9416.0, 9434.0, 9439.0, 9419.0, 9491.0, 9419.0, 9488.0, 9431.0, 9475.0, 9430.0, 9438.0, 9443.0, 9434.0, 9503.0, 9409.0, 9484.0, 9418.0, 9475.0, 9414.0, 9461.0, 9413.0, 9447.0, 9414.0, 9434.0, 9489.0, 9420.0, 9487.0, 9419.0, 9475.0, 9441.0, 9457.0, 9449.0, 9481.0, 9470.0, 9476.0, 9476.0, 9426.0, 9489.0, 9422.0, 9472.0, 9435.0, 9479.0, 9438.0, 9480.0, 9421.0, 9453.0, 9417.0, 9409.0, 9485.0, 9423.0, 9513.0, 9442.0, 9509.0, 9423.0, 9489.0, 9435.0, 9449.0, 9460.0, 9448.0, 9503.0, 9423.0, 9488.0, 9435.0, 9462.0, 9434.0, 9449.0, 9415.0, 9451.0, 9455.0, 9409.0, 9479.0, 9421.0, 9477.0, 9421.0, 9451.0, 9421.0, 9461.0, 9455.0, 9454.0, 9461.0, 9442.0, 9474.0, 9425.0, 9496.0, 9420.0, 9492.0, 9420.0, 9467.0, 9419.0, 9453.0, 9461.0, 9451.0, 9489.0, 9439.0, 9479.0, 9415.0, 9492.0, 9496.0, 9516.0, 9448.0, 9533.0, 9486.0, 9534.0, 9445.0, 9506.0, 9427.0, 9505.0, 9420.0, 9508.0, 9417.0, 9444.0, 9419.0, 9449.0, 9501.0, 9435.0, 9487.0, 9420.0, 9474.0, 9438.0, 9490.0, 9431.0, 9452.0, 9419.0, 9450.0, 9485.0, 9411.0, 9489.0, 9433.0, 9488.0, 9416.0, 9454.0, 9432.0, 9438.0, 9448.0, 9428.0, 9493.0, 9442.0, 9496.0, 9441.0, 9498.0, 9436.0, 9457.0, 9437.0, 9455.0, 9507.0, 9443.0, 9506.0, 9444.0, 9526.0, 9437.0, 9492.0, 9435.0, 9453.0, 9462.0, 9436.0, 9505.0, 9423.0, 9486.0, 9417.0, 9450.0, 9416.0, 9439.0, 9433.0, 9425.0, 9475.0, 9425.0, 9493.0, 9436.0, 9491.0, 9435.0, 9471.0, 9448.0, 9452.0, 9472.0, 9439.0, 9483.0, 9410.0, 9489.0, 9418.0, 9488.0, 9416.0, 9435.0, 9462.0, 9433.0, 9500.0, 9422.0, 9484.0, 9417.0, 9477.0, 9418.0, 9448.0, 9414.0, 9435.0, 9441.0, 9419.0, 9488.0, 9402.0, 9487.0, 9430.0, 9458.0, 9417.0, 9454.0, 9443.0, 9437.0, 9502.0, 9420.0, 9487.0, 9422.0, 9487.0, 9440.0, 9489.0, 9432.0, 9468.0, 9417.0, 9433.0, 9419.0, 9422.0, 9438.0, 9444.0, 9436.0, 9471.0, 9522.0, 9454.0, 9509.0, 9452.0, 9494.0, 9435.0, 9470.0, 9423.0, 9441.0, 9422.0, 9442.0, 9509.0, 9472.0, 9526.0, 9438.0, 9485.0, 9458.0, 9485.0, 9427.0, 9482.0, 9440.0, 9494.0, 9457.0, 9528.0, 9499.0, 9505.0, 9465.0, 9452.0, 9429.0, 9439.0, 9505.0, 9444.0, 9504.0, 9414.0, 9468.0, 9434.0, 9425.0, 9483.0, 9408.0, 9463.0, 9409.0, 9437.0, 9416.0, 9471.0, 9412.0, 9445.0, 9414.0, 9445.0, 9445.0, 9448.0, 9446.0, 9450.0, 9454.0, 9417.0, 9484.0, 9414.0, 9490.0, 9410.0, 9436.0, 9506.0, 9446.0, 9466.0, 9467.0, 9449.0, 9428.0, 9429.0, 9447.0, 9412.0, 9446.0, 9484.0, 9403.0, 9485.0, 9418.0, 9474.0, 9411.0, 9444.0, 9480.0, 9405.0, 9475.0, 9414.0, 9428.0, 9381.0, 9418.0, 9477.0, 9402.0, 9455.0, 9411.0, 9447.0, 9409.0, 9416.0, 9444.0, 9395.0, 9386.0, 9374.0, 9400.0, 9450.0, 9470.0, 9422.0, 9400.0, 9415.0, 9402.0, 9404.0, 9417.0, 9405.0, 9413.0, 9447.0, 9424.0, 9464.0, 9453.0, 9518.0, 9443.0, 9459.0, 9484.0, 9431.0, 9488.0, 9431.0, 9511.0, 9443.0, 9447.0, 9410.0, 9431.0, 9478.0, 9443.0, 9486.0, 9412.0, 9467.0, 9397.0, 9403.0, 9397.0, 9431.0, 9486.0, 9434.0, 9491.0, 9446.0, 9432.0, 9419.0, 9432.0, 9437.0, 9492.0, 9433.0, 9511.0, 9423.0, 9437.0, 9487.0, 9433.0, 9489.0, 9412.0, 9457.0, 9392.0, 9415.0, 9470.0, 9430.0, 9485.0, 9429.0, 9441.0, 9413.0, 9434.0, 9433.0, 9437.0, 9415.0, 9410.0, 9407.0, 9411.0, 9419.0, 9453.0, 9505.0, 9432.0, 9489.0, 9414.0, 9456.0, 9397.0, 9433.0, 9438.0, 9428.0, 9483.0, 9414.0, 9497.0, 9429.0, 9441.0, 9410.0, 9447.0, 9439.0, 9431.0, 9441.0, 9447.0, 9473.0, 9452.0, 9474.0, 9416.0, 9458.0, 9401.0, 9434.0, 9417.0, 9447.0, 9471.0, 9439.0, 9476.0, 9436.0, 9489.0, 9423.0, 9434.0, 9420.0, 9456.0, 9448.0, 9451.0, 9487.0, 9436.0, 9474.0, 9436.0, 9493.0, 9421.0, 9453.0, 9501.0, 9433.0, 9473.0, 9433.0, 9460.0, 9440.0, 9493.0, 9441.0, 9470.0, 9460.0, 9472.0, 9449.0, 9485.0, 9429.0, 9455.0, 9430.0, 9459.0, 9440.0, 9444.0, 9512.0, 9423.0, 9495.0, 9423.0, 9451.0, 9423.0, 9463.0, 9427.0, 9448.0, 9440.0, 9472.0, 9440.0, 9440.0, 9462.0, 9438.0, 9474.0, 9452.0, 9505.0, 9435.0, 9489.0, 9417.0, 9447.0, 9414.0, 9436.0, 9499.0, 9415.0, 9466.0, 9409.0, 9428.0, 9403.0, 9430.0, 9412.0, 9434.0, 9431.0, 9447.0, 9479.0, 9450.0, 9465.0, 9444.0, 9437.0, 9475.0, 9500.0, 9459.0, 9511.0, 9442.0, 9490.0, 9457.0, 9498.0, 9435.0, 9506.0, 9438.0, 9477.0, 9440.0, 9497.0, 9438.0, 9496.0, 9424.0, 9457.0, 9505.0, 9441.0, 9491.0, 9439.0, 9496.0, 9434.0, 9481.0, 9429.0, 9442.0, 9441.0, 9461.0, 9493.0, 9448.0, 9496.0, 9444.0, 9493.0, 9427.0, 9454.0, 9444.0, 9473.0, 9454.0, 9460.0, 9493.0, 9463.0, 9496.0, 9455.0, 9480.0, 9426.0, 9458.0, 9437.0, 9455.0, 9446.0, 9457.0, 9509.0, 9460.0, 9512.0, 9459.0, 9499.0, 9455.0, 9498.0, 9433.0, 9452.0, 9417.0, 9437.0, 9492.0, 9439.0, 9505.0, 9438.0, 9490.0, 9437.0, 9492.0, 9418.0, 9448.0, 9415.0, 9436.0, 9447.0, 9423.0, 9505.0, 9423.0, 9485.0, 9429.0, 9475.0, 9418.0, 9423.0, 9413.0, 9418.0, 9455.0, 9416.0, 9472.0, 9434.0, 9460.0, 9437.0, 9450.0, 9417.0, 9440.0, 9443.0, 9421.0, 9484.0, 9447.0, 9472.0, 9404.0, 9419.0, 9400.0, 9433.0, 9426.0, 9433.0, 9440.0, 9421.0, 9500.0, 9516.0, 9524.0, 9463.0, 9488.0, 9476.0, 9490.0, 9482.0, 9517.0, 9465.0, 9516.0, 9464.0, 9503.0, 9449.0, 9526.0, 9463.0, 9532.0, 9481.0, 9537.0, 9489.0, 9497.0, 9453.0, 9499.0, 9435.0, 9535.0, 9461.0, 9451.0, 9400.0, 9446.0, 9484.0, 9428.0, 9467.0, 9430.0, 9468.0, 9430.0, 9473.0, 9412.0, 9490.0, 9384.0, 9432.0, 9423.0, 9426.0, 9465.0, 9428.0, 9482.0, 9433.0, 9457.0, 9447.0, 9476.0, 9402.0, 9475.0, 9397.0, 9434.0, 9398.0, 9446.0, 9484.0, 9430.0, 9481.0, 9432.0, 9470.0, 9432.0, 9459.0, 9446.0, 9433.0, 9434.0, 9424.0, 9436.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.001810336448598131</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027599703925233646</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.440037301861494</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2939653078297462</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.00597210962582</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4736</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5509.0405</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10664424844521714</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>80</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.4766355140186915</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3128111132893827</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2134483108636434</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5068480311411765</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2181369978633283</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0074134</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01830155961215496</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0340452678501606</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1070</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.2177914313451454</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>29.5294</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9288</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.7767</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300765.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>722.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.2263</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.043</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.1204</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3498.8786</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3641.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75779.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1461.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4549.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.2423</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.445270196767524</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> |