=== 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-0082 --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-0082",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
121 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
121 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-0082_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0082/ses-03/func/sub-0082_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0a76694506511c5c60cb86cd777c9042</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>18:40:9.615000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997176, -0.00511715, 0.074925, 0.00887629, 0.998713, -0.0499253]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0964538</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4190, -7816, -7247, 573, 44, -296, 91, -23]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.752</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0f0daf5b-5326-4019-8c31-05462a5a200e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6753504276275635, 0.023814434185624123, 0.20134741067886353, 102.0378646850586], [0.013728948310017586, 2.6794753074645996, -0.13621331751346588, -95.58316802978516], [0.20101822912693024, 0.13394595682621002, 2.6890342235565186, -78.93635559082031], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['184009.615000', '184010.075000', '184010.535000', '184010.995000', '184011.455000', '184011.915000', '184012.375000', '184012.835000', '184013.295000', '184013.755000', '184014.215000', '184014.675000', '184015.135000', '184015.595000', '184016.055000', '184016.515000', '184016.975000', '184017.435000', '184017.895000', '184018.355000', '184018.815000', '184019.275000', '184019.735000', '184020.195000', '184020.655000', '184021.115000', '184021.575000', '184022.035000', '184022.495000', '184022.955000', '184023.415000', '184023.875000', '184024.335000', '184024.795000', '184025.255000', '184025.715000', '184026.175000', '184026.635000', '184027.095000', '184027.555000', '184028.015000', '184028.475000', '184028.935000', '184029.395000', '184029.855000', '184030.315000', '184030.775000', '184031.235000', '184031.695000', '184032.155000', '184032.615000', '184033.075000', '184033.535000', '184033.995000', '184034.455000', '184034.915000', '184035.375000', '184035.835000', '184036.295000', '184036.755000', '184037.215000', '184037.675000', '184038.135000', '184038.595000', '184039.055000', '184039.515000', '184039.975000', '184040.435000', '184040.895000', '184041.355000', '184041.815000', '184042.275000', '184042.735000', '184043.195000', '184043.655000', '184044.115000', '184044.575000', '184045.035000', '184045.495000', '184045.955000', '184046.415000', '184046.875000', '184047.335000', '184047.795000', '184048.255000', '184048.715000', '184049.175000', '184049.635000', '184050.095000', '184050.555000', '184051.015000', '184051.475000', '184051.935000', '184052.395000', '184052.855000', '184053.315000', '184053.775000', '184054.235000', '184054.695000', '184055.155000', '184055.615000', '184056.075000', '184056.535000', '184056.995000', '184057.455000', '184057.915000', '184058.375000', '184058.835000', '184059.295000', '184059.755000', '184100.215000', '184100.675000', '184101.135000', '184101.595000', '184102.055000', '184102.515000', '184102.975000', '184103.435000', '184103.895000', '184104.355000', '184104.815000', '184105.275000', '184105.735000', '184106.195000', '184106.655000', '184107.115000', '184107.575000', '184108.035000', '184108.495000', '184108.955000', '184109.415000', '184109.875000', '184110.335000', '184110.795000', '184111.255000', '184111.715000', '184112.175000', '184112.635000', '184113.095000', '184113.555000', '184114.015000', '184114.475000', '184114.935000', '184115.395000', '184115.855000', '184116.315000', '184116.775000', '184117.235000', '184117.695000', '184118.155000', '184118.615000', '184119.075000', '184119.535000', '184119.995000', '184120.455000', '184120.915000', '184121.375000', '184121.835000', '184122.295000', '184122.755000', '184123.215000', '184123.675000', '184124.135000', '184124.595000', '184125.055000', '184125.515000', '184125.975000', '184126.435000', '184126.895000', '184127.355000', '184127.815000', '184128.275000', '184128.735000', '184129.195000', '184129.655000', '184130.115000', '184130.575000', '184131.035000', '184131.495000', '184131.955000', '184132.415000', '184132.875000', '184133.335000', '184133.795000', '184134.255000', '184134.715000', '184135.175000', '184135.635000', '184136.095000', '184136.555000', '184137.015000', '184137.475000', '184137.935000', '184138.395000', '184138.855000', '184139.315000', '184139.775000', '184140.235000', '184140.695000', '184141.155000', '184141.615000', '184142.075000', '184142.535000', '184142.995000', '184143.455000', '184143.915000', '184144.375000', '184144.835000', '184145.295000', '184145.755000', '184146.215000', '184146.675000', '184147.135000', '184147.595000', '184148.055000', '184148.515000', '184148.975000', '184149.435000', '184149.895000', '184150.355000', '184150.815000', '184151.275000', '184151.735000', '184152.195000', '184152.655000', '184153.115000', '184153.575000', '184154.035000', '184154.495000', '184154.955000', '184155.415000', '184155.875000', '184156.335000', '184156.795000', '184157.255000', '184157.715000', '184158.175000', '184158.635000', '184159.095000', '184159.555000', '184200.015000', '184200.475000', '184200.935000', '184201.395000', '184201.855000', '184202.315000', '184202.775000', '184203.235000', '184203.695000', '184204.155000', '184204.615000', '184205.075000', '184205.535000', '184205.995000', '184206.455000', '184206.915000', '184207.375000', '184207.835000', '184208.295000', '184208.755000', '184209.215000', '184209.675000', '184210.135000', '184210.595000', '184211.055000', '184211.515000', '184211.975000', '184212.435000', '184212.895000', '184213.355000', '184213.815000', '184214.275000', '184214.735000', '184215.195000', '184215.655000', '184216.115000', '184216.575000', '184217.035000', '184217.495000', '184217.955000', '184218.415000', '184218.875000', '184219.335000', '184219.795000', '184220.255000', '184220.715000', '184221.175000', '184221.635000', '184222.095000', '184222.555000', '184223.015000', '184223.475000', '184223.935000', '184224.395000', '184224.855000', '184225.315000', '184225.775000', '184226.235000', '184226.695000', '184227.155000', '184227.615000', '184228.075000', '184228.535000', '184228.995000', '184229.455000', '184229.915000', '184230.375000', '184230.835000', '184231.295000', '184231.755000', '184232.215000', '184232.675000', '184233.135000', '184233.595000', '184234.055000', '184234.515000', '184234.975000', '184235.435000', '184235.895000', '184236.355000', '184236.815000', '184237.275000', '184237.735000', '184238.195000', '184238.655000', '184239.115000', '184239.575000', '184240.035000', '184240.495000', '184240.955000', '184241.415000', '184241.875000', '184242.335000', '184242.795000', '184243.255000', '184243.715000', '184244.175000', '184244.635000', '184245.095000', '184245.555000', '184246.015000', '184246.475000', '184246.935000', '184247.395000', '184247.855000', '184248.315000', '184248.775000', '184249.235000', '184249.695000', '184250.155000', '184250.615000', '184251.075000', '184251.535000', '184251.995000', '184252.455000', '184252.915000', '184253.375000', '184253.835000', '184254.295000', '184254.755000', '184255.215000', '184255.675000', '184256.135000', '184256.595000', '184257.055000', '184257.515000', '184257.975000', '184258.435000', '184258.895000', '184259.355000', '184259.815000', '184300.275000', '184300.735000', '184301.195000', '184301.655000', '184302.115000', '184302.575000', '184303.035000', '184303.495000', '184303.955000', '184304.415000', '184304.875000', '184305.335000', '184305.795000', '184306.255000', '184306.715000', '184307.175000', '184307.635000', '184308.095000', '184308.555000', '184309.015000', '184309.475000', '184309.935000', '184310.395000', '184310.855000', '184311.315000', '184311.775000', '184312.235000', '184312.695000', '184313.155000', '184313.615000', '184314.075000', '184314.535000', '184314.995000', '184315.455000', '184315.915000', '184316.375000', '184316.835000', '184317.295000', '184317.755000', '184318.215000', '184318.675000', '184319.135000', '184319.595000', '184320.055000', '184320.515000', '184320.975000', '184321.435000', '184321.895000', '184322.355000', '184322.815000', '184323.275000', '184323.735000', '184324.195000', '184324.655000', '184325.115000', '184325.575000', '184326.035000', '184326.495000', '184326.955000', '184327.415000', '184327.875000', '184328.335000', '184328.795000', '184329.255000', '184329.715000', '184330.175000', '184330.635000', '184331.095000', '184331.555000', '184332.015000', '184332.475000', '184332.935000', '184333.395000', '184333.855000', '184334.315000', '184334.775000', '184335.235000', '184335.695000', '184336.155000', '184336.615000', '184337.075000', '184337.535000', '184337.995000', '184338.455000', '184338.915000', '184339.375000', '184339.835000', '184340.295000', '184340.755000', '184341.215000', '184341.675000', '184342.135000', '184342.595000', '184343.055000', '184343.515000', '184343.975000', '184344.435000', '184344.895000', '184345.355000', '184345.815000', '184346.275000', '184346.735000', '184347.195000', '184347.655000', '184348.115000', '184348.575000', '184349.035000', '184349.495000', '184349.955000', '184350.415000', '184350.875000', '184351.335000', '184351.795000', '184352.255000', '184352.715000', '184353.175000', '184353.635000', '184354.095000', '184354.555000', '184355.015000', '184355.475000', '184355.935000', '184356.395000', '184356.855000', '184357.315000', '184357.775000', '184358.235000', '184358.695000', '184359.155000', '184359.615000', '184400.075000', '184400.535000', '184400.995000', '184401.455000', '184401.915000', '184402.375000', '184402.835000', '184403.295000', '184403.755000', '184404.215000', '184404.675000', '184405.135000', '184405.595000', '184406.055000', '184406.515000', '184406.975000', '184407.435000', '184407.895000', '184408.355000', '184408.815000', '184409.275000', '184409.735000', '184410.195000', '184410.655000', '184411.115000', '184411.575000', '184412.035000', '184412.495000', '184412.955000', '184413.415000', '184413.875000', '184414.335000', '184414.795000', '184415.255000', '184415.715000', '184416.175000', '184416.635000', '184417.095000', '184417.555000', '184418.015000', '184418.475000', '184418.935000', '184419.395000', '184419.855000', '184420.315000', '184420.775000', '184421.235000', '184421.695000', '184422.155000', '184422.615000', '184423.075000', '184423.535000', '184423.995000', '184424.455000', '184424.915000', '184425.375000', '184425.835000', '184426.295000', '184426.755000', '184427.215000', '184427.675000', '184428.135000', '184428.595000', '184429.055000', '184429.515000', '184429.975000', '184430.435000', '184430.895000', '184431.355000', '184431.815000', '184432.275000', '184432.735000', '184433.195000', '184433.655000', '184434.115000', '184434.575000', '184435.035000', '184435.495000', '184435.955000', '184436.415000', '184436.875000', '184437.335000', '184437.795000', '184438.255000', '184438.715000', '184439.175000', '184439.635000', '184440.095000', '184440.555000', '184441.015000', '184441.475000', '184441.935000', '184442.395000', '184442.855000', '184443.315000', '184443.775000', '184444.235000', '184444.695000', '184445.155000', '184445.615000', '184446.075000', '184446.535000', '184446.995000', '184447.455000', '184447.915000', '184448.375000', '184448.835000', '184449.295000', '184449.755000', '184450.215000', '184450.675000', '184451.135000', '184451.595000', '184452.055000', '184452.515000', '184452.975000', '184453.435000', '184453.895000', '184454.355000', '184454.815000', '184455.275000', '184455.735000', '184456.195000', '184456.655000', '184457.115000', '184457.575000', '184458.035000', '184458.495000', '184458.955000', '184459.415000', '184459.875000', '184500.335000', '184500.795000', '184501.255000', '184501.715000', '184502.175000', '184502.635000', '184503.095000', '184503.555000', '184504.015000', '184504.475000', '184504.935000', '184505.395000', '184505.855000', '184506.315000', '184506.775000', '184507.235000', '184507.695000', '184508.155000', '184508.615000', '184509.075000', '184509.535000', '184509.995000', '184510.455000', '184510.915000', '184511.375000', '184511.835000', '184512.295000', '184512.755000', '184513.215000', '184513.675000', '184514.135000', '184514.595000', '184515.055000', '184515.515000', '184515.975000', '184516.435000', '184516.895000', '184517.355000', '184517.815000', '184518.275000', '184518.735000', '184519.195000', '184519.655000', '184520.115000', '184520.575000', '184521.035000', '184521.495000', '184521.955000', '184522.415000', '184522.875000', '184523.335000', '184523.795000', '184524.255000', '184524.715000', '184525.175000', '184525.635000', '184526.095000', '184526.555000', '184527.015000', '184527.475000', '184527.935000', '184528.395000', '184528.855000', '184529.315000', '184529.775000', '184530.235000', '184530.695000', '184531.155000', '184531.615000', '184532.075000', '184532.535000', '184532.995000', '184533.455000', '184533.915000', '184534.375000', '184534.835000', '184535.295000', '184535.755000', '184536.215000', '184536.675000', '184537.135000', '184537.595000', '184538.055000', '184538.515000', '184538.975000', '184539.435000', '184539.895000', '184540.355000', '184540.815000', '184541.275000', '184541.735000', '184542.195000', '184542.655000', '184543.115000', '184543.575000', '184544.035000', '184544.495000', '184544.955000', '184545.415000', '184545.875000', '184546.335000', '184546.795000', '184547.255000', '184547.715000', '184548.175000', '184548.635000', '184549.095000', '184549.555000', '184550.015000', '184550.475000', '184550.935000', '184551.395000', '184551.855000', '184552.315000', '184552.775000', '184553.235000', '184553.695000', '184554.155000', '184554.615000', '184555.075000', '184555.535000', '184555.995000', '184556.455000', '184556.915000', '184557.375000', '184557.835000', '184558.295000', '184558.755000', '184559.215000', '184559.675000', '184600.135000', '184600.595000', '184601.055000', '184601.515000', '184601.975000', '184602.435000', '184602.895000', '184603.355000', '184603.815000', '184604.275000', '184604.735000', '184605.195000', '184605.655000', '184606.115000', '184606.575000', '184607.035000', '184607.495000', '184607.955000', '184608.415000', '184608.875000', '184609.335000', '184609.795000', '184610.255000', '184610.715000', '184611.175000', '184611.635000', '184612.095000', '184612.555000', '184613.015000', '184613.475000', '184613.935000', '184614.395000', '184614.855000', '184615.315000', '184615.775000', '184616.235000', '184616.695000', '184617.155000', '184617.615000', '184618.075000', '184618.535000', '184618.995000', '184619.455000', '184619.915000', '184620.375000', '184620.835000', '184621.295000', '184621.755000', '184622.215000', '184622.675000', '184623.135000', '184623.595000', '184624.055000', '184624.515000', '184624.975000', '184625.435000', '184625.895000', '184626.355000', '184626.815000', '184627.275000', '184627.735000', '184628.195000', '184628.655000', '184629.115000', '184629.575000', '184630.035000', '184630.495000', '184630.955000', '184631.415000', '184631.875000', '184632.335000', '184632.795000', '184633.255000', '184633.715000', '184634.175000', '184634.635000', '184635.095000', '184635.555000', '184636.015000', '184636.475000', '184636.935000', '184637.395000', '184637.855000', '184638.315000', '184638.775000', '184639.235000', '184639.695000', '184640.155000', '184640.615000', '184641.075000', '184641.535000', '184641.995000', '184642.455000', '184642.915000', '184643.375000', '184643.835000', '184644.295000', '184644.755000', '184645.215000', '184645.675000', '184646.135000', '184646.595000', '184647.055000', '184647.515000', '184647.975000', '184648.435000', '184648.895000', '184649.355000', '184649.815000', '184650.275000', '184650.735000', '184651.195000', '184651.655000', '184652.115000', '184652.575000', '184653.035000', '184653.495000', '184653.955000', '184654.415000', '184654.875000', '184655.335000', '184655.795000', '184656.255000', '184656.715000', '184657.175000', '184657.635000', '184658.095000', '184658.555000', '184659.015000', '184659.475000', '184659.935000', '184700.395000', '184700.855000', '184701.315000', '184701.775000', '184702.235000', '184702.695000', '184703.155000', '184703.615000', '184704.075000', '184704.535000', '184704.995000', '184705.455000', '184705.915000', '184706.375000', '184706.835000', '184707.295000', '184707.755000', '184708.215000', '184708.675000', '184709.135000', '184709.595000', '184710.055000', '184710.515000', '184710.975000', '184711.435000', '184711.895000', '184712.355000', '184712.815000', '184713.275000', '184713.735000', '184714.195000', '184714.655000', '184715.115000', '184715.575000', '184716.035000', '184716.495000', '184716.955000', '184717.415000', '184717.875000', '184718.335000', '184718.795000', '184719.255000', '184719.715000', '184720.175000', '184720.635000', '184721.095000', '184721.555000', '184722.015000', '184722.475000', '184722.935000', '184723.395000', '184723.855000', '184724.315000', '184724.775000', '184725.235000', '184725.695000', '184726.155000', '184726.615000', '184727.075000', '184727.535000', '184727.995000', '184728.455000', '184728.915000', '184729.375000', '184729.835000', '184730.295000', '184730.755000', '184731.215000', '184731.675000', '184732.135000', '184732.595000', '184733.055000', '184733.515000', '184733.975000', '184734.435000', '184734.895000', '184735.355000', '184735.815000', '184736.275000', '184736.735000', '184737.195000', '184737.655000', '184738.115000', '184738.575000', '184739.035000', '184739.495000', '184739.955000', '184740.415000', '184740.875000', '184741.335000', '184741.795000', '184742.255000', '184742.715000', '184743.175000', '184743.635000', '184744.095000', '184744.555000', '184745.015000', '184745.475000', '184745.935000', '184746.395000', '184746.855000', '184747.315000', '184747.775000', '184748.235000', '184748.695000', '184749.155000', '184749.615000', '184750.075000', '184750.535000', '184750.995000', '184751.455000', '184751.915000', '184752.375000', '184752.835000', '184753.295000', '184753.755000', '184754.215000', '184754.675000', '184755.135000', '184755.595000', '184756.055000', '184756.515000', '184756.975000', '184757.435000', '184757.895000', '184758.355000', '184758.815000', '184759.275000', '184759.735000', '184800.195000', '184800.655000', '184801.115000', '184801.575000', '184802.035000', '184802.495000', '184802.955000', '184803.415000', '184803.875000', '184804.335000', '184804.795000', '184805.255000', '184805.715000', '184806.175000', '184806.635000', '184807.095000', '184807.555000', '184808.015000', '184808.475000', '184808.935000', '184809.395000', '184809.855000', '184810.315000', '184810.775000', '184811.235000', '184811.695000', '184812.155000', '184812.615000', '184813.075000', '184813.535000', '184813.995000', '184814.455000', '184814.915000', '184815.375000', '184815.835000', '184816.295000', '184816.755000', '184817.215000', '184817.675000', '184818.135000', '184818.595000', '184819.055000'], 'ContentTime': ['184038.978000', '184038.982000', '184038.985000', '184038.987000', '184038.990000', '184038.993000', '184038.995000', '184038.998000', '184039.001000', '184039.004000', '184039.007000', '184039.009000', '184039.012000', '184039.032000', '184039.039000', '184039.041000', '184039.044000', '184039.047000', '184039.049000', '184039.052000', '184039.054000', '184039.057000', '184039.060000', '184039.062000', '184039.065000', '184039.067000', '184039.070000', '184039.073000', '184039.075000', '184039.078000', '184039.081000', '184039.083000', '184039.086000', '184039.088000', '184039.091000', '184039.093000', '184039.096000', '184039.099000', '184039.101000', '184039.104000', '184039.106000', '184039.109000', '184039.112000', '184039.114000', '184039.117000', '184039.120000', '184039.122000', '184039.125000', '184039.127000', '184039.130000', '184039.133000', '184039.135000', '184039.138000', '184039.140000', '184039.143000', '184039.146000', '184039.148000', '184039.151000', '184039.154000', '184039.156000', '184039.159000', '184058.936000', '184058.939000', '184058.942000', '184058.944000', '184058.947000', '184058.950000', '184058.952000', '184058.955000', '184058.957000', '184058.960000', '184058.963000', '184058.965000', '184058.968000', '184058.971000', '184058.973000', '184058.976000', '184058.978000', '184058.981000', '184058.984000', '184058.988000', '184058.990000', '184058.993000', '184058.995000', '184059.000000', '184059.002000', '184059.005000', '184059.007000', '184059.010000', '184059.013000', '184059.015000', '184059.018000', '184059.020000', '184059.023000', '184059.026000', '184059.028000', '184059.031000', '184059.033000', '184059.036000', '184059.039000', '184059.041000', '184059.044000', '184059.046000', '184059.049000', '184118.936000', '184118.938000', '184118.941000', '184118.944000', '184118.947000', '184118.949000', '184118.952000', '184118.955000', '184118.957000', '184118.960000', '184118.963000', '184118.965000', '184118.968000', '184118.970000', '184118.973000', '184118.976000', '184118.978000', '184118.981000', '184118.984000', '184118.986000', '184118.989000', '184118.991000', '184118.994000', '184118.997000', '184119.000000', '184119.003000', '184119.006000', '184119.008000', '184119.011000', '184119.013000', '184119.016000', '184119.019000', '184119.021000', '184119.024000', '184119.027000', '184119.029000', '184119.032000', '184119.034000', '184119.037000', '184119.040000', '184119.042000', '184119.045000', '184119.048000', '184119.050000', '184138.935000', '184138.938000', '184138.941000', '184138.943000', '184138.946000', '184138.949000', '184138.951000', '184138.954000', '184138.957000', '184138.959000', '184138.962000', '184138.964000', '184138.967000', '184138.970000', '184138.972000', '184138.975000', '184138.978000', '184138.980000', '184138.983000', '184138.985000', '184138.988000', '184138.991000', '184138.993000', '184138.996000', '184138.999000', '184139.001000', '184139.004000', '184139.007000', '184139.009000', '184139.012000', '184139.015000', '184139.017000', '184139.020000', '184139.023000', '184139.025000', '184139.028000', '184139.031000', '184139.033000', '184139.036000', '184139.039000', '184139.041000', '184139.044000', '184139.046000', '184158.935000', '184158.939000', '184158.942000', '184158.944000', '184158.947000', '184158.949000', '184158.952000', '184158.955000', '184158.957000', '184158.960000', '184158.963000', '184158.965000', '184158.968000', '184158.971000', '184158.973000', '184158.976000', '184158.978000', '184158.981000', '184158.984000', '184158.986000', '184158.989000', '184158.992000', '184158.994000', '184158.997000', '184159.000000', '184159.003000', '184159.006000', '184159.008000', '184159.011000', '184159.014000', '184159.016000', '184159.020000', '184159.022000', '184159.025000', '184159.028000', '184159.046000', '184159.048000', '184159.051000', '184159.053000', '184159.056000', '184159.059000', '184159.061000', '184159.064000', '184159.067000', '184218.936000', '184218.938000', '184218.941000', '184218.944000', '184218.946000', '184218.949000', '184218.952000', '184218.955000', '184218.957000', '184218.960000', '184218.962000', '184218.965000', '184218.968000', '184218.971000', '184218.973000', '184218.976000', '184218.978000', '184218.981000', '184218.984000', '184218.986000', '184218.989000', '184218.992000', '184218.994000', '184218.997000', '184219.001000', '184219.004000', '184219.007000', '184219.010000', '184219.013000', '184219.016000', '184219.018000', '184219.021000', '184219.023000', '184219.026000', '184219.035000', '184219.038000', '184219.041000', '184219.044000', '184219.046000', '184219.049000', '184219.052000', '184219.054000', '184219.057000', '184238.937000', '184239.008000', '184239.010000', '184239.013000', '184239.016000', '184239.018000', '184239.021000', '184239.023000', '184239.031000', '184239.033000', '184239.036000', '184239.038000', '184239.041000', '184239.044000', '184239.046000', '184239.049000', '184239.052000', '184239.054000', '184239.057000', '184239.060000', '184239.062000', '184239.065000', '184239.067000', '184239.070000', '184239.073000', '184239.075000', '184239.078000', '184239.080000', '184239.083000', '184239.086000', '184239.088000', '184239.091000', '184239.094000', '184239.096000', '184239.099000', '184239.101000', '184239.104000', '184239.107000', '184239.109000', '184239.112000', '184239.115000', '184239.117000', '184239.120000', '184239.122000', '184258.936000', '184258.939000', '184258.942000', '184258.945000', '184258.947000', '184258.950000', '184258.953000', '184258.956000', '184258.958000', '184258.961000', '184258.964000', '184258.966000', '184258.969000', '184258.971000', '184258.974000', '184258.977000', '184258.979000', '184258.982000', '184258.985000', '184258.987000', '184258.990000', '184258.993000', '184258.995000', '184258.998000', '184259.002000', '184259.004000', '184259.007000', '184259.010000', '184259.012000', '184259.015000', '184259.018000', '184259.020000', '184259.023000', '184259.025000', '184259.028000', '184259.031000', '184259.033000', '184259.036000', '184259.039000', '184259.041000', '184259.044000', '184259.046000', '184259.049000', '184318.937000', '184318.939000', '184318.942000', '184318.945000', '184318.947000', '184318.950000', '184318.953000', '184318.955000', '184318.958000', '184318.961000', '184318.963000', '184318.966000', '184318.969000', '184318.971000', '184318.974000', '184318.976000', '184318.979000', '184318.982000', '184318.984000', '184318.987000', '184318.990000', '184318.992000', '184318.995000', '184318.997000', '184319.001000', '184319.004000', '184319.006000', '184319.009000', '184319.012000', '184319.014000', '184319.017000', '184319.019000', '184319.022000', '184319.025000', '184319.027000', '184319.030000', '184319.033000', '184319.035000', '184319.038000', '184319.041000', '184319.043000', '184319.046000', '184319.048000', '184319.051000', '184338.935000', '184338.939000', '184338.941000', '184338.944000', '184338.946000', '184338.949000', '184338.952000', '184338.954000', '184338.957000', '184338.959000', '184338.962000', '184338.965000', '184338.967000', '184338.970000', '184338.973000', '184338.975000', '184338.978000', '184338.980000', '184338.983000', '184338.986000', '184338.988000', '184338.991000', '184338.994000', '184338.996000', '184339.000000', '184339.003000', '184339.005000', '184339.008000', '184339.010000', '184339.013000', '184339.047000', '184339.050000', '184339.052000', '184339.055000', '184339.058000', '184339.061000', '184339.063000', '184339.066000', '184339.068000', '184339.071000', '184339.074000', '184339.076000', '184339.079000', '184358.935000', '184358.938000', '184358.941000', '184358.944000', '184358.947000', '184358.949000', '184358.952000', '184358.955000', '184358.957000', '184358.960000', '184358.962000', '184358.965000', '184358.968000', '184358.970000', '184358.973000', '184358.976000', '184358.978000', '184358.981000', '184358.983000', '184358.986000', '184358.989000', '184358.991000', '184358.994000', '184358.997000', '184359.000000', '184359.003000', '184359.006000', '184359.008000', '184359.011000', '184359.013000', '184359.016000', '184359.019000', '184359.021000', '184359.024000', '184359.027000', '184359.029000', '184359.032000', '184359.034000', '184359.037000', '184359.039000', '184359.042000', '184359.045000', '184359.047000', '184359.050000', '184418.936000', '184418.939000', '184418.941000', '184418.944000', '184418.946000', '184418.949000', '184418.952000', '184418.954000', '184418.957000', '184418.960000', '184418.962000', '184418.965000', '184418.968000', '184418.970000', '184418.973000', '184418.976000', '184418.978000', '184418.981000', '184418.984000', '184418.986000', '184418.989000', '184418.992000', '184418.994000', '184418.997000', '184419.000000', '184419.004000', '184419.007000', '184419.009000', '184419.012000', '184419.015000', '184419.017000', '184419.020000', '184419.023000', '184419.025000', '184419.028000', '184419.030000', '184419.033000', '184419.036000', '184419.038000', '184419.041000', '184419.044000', '184419.046000', '184419.049000', '184438.935000', '184438.938000', '184438.941000', '184438.944000', '184438.946000', '184438.949000', '184438.952000', '184438.954000', '184438.957000', '184438.959000', '184438.962000', '184438.965000', '184438.967000', '184438.970000', '184438.973000', '184438.975000', '184438.978000', '184438.981000', '184438.983000', '184438.986000', '184438.988000', '184438.991000', '184438.994000', '184438.996000', '184439.000000', '184439.003000', '184439.005000', '184439.008000', '184439.011000', '184439.013000', '184439.016000', '184439.018000', '184439.021000', '184439.024000', '184439.026000', '184439.029000', '184439.032000', '184439.034000', '184439.037000', '184439.039000', '184439.042000', '184439.045000', '184439.047000', '184439.050000', '184458.937000', '184458.939000', '184458.942000', '184458.945000', '184458.947000', '184458.950000', '184458.953000', '184458.955000', '184458.958000', '184458.961000', '184458.963000', '184458.966000', '184458.969000', '184458.971000', '184458.974000', '184458.976000', '184458.979000', '184458.982000', '184458.984000', '184458.987000', '184458.990000', '184458.992000', '184458.995000', '184458.998000', '184459.001000', '184459.004000', '184459.006000', '184459.009000', '184459.012000', '184459.014000', '184459.017000', '184459.020000', '184459.022000', '184459.025000', '184459.027000', '184459.030000', '184459.033000', '184459.035000', '184459.038000', '184459.041000', '184459.043000', '184459.046000', '184459.049000', '184518.937000', '184518.939000', '184518.942000', '184518.945000', '184518.948000', '184518.950000', '184518.953000', '184518.955000', '184518.958000', '184518.961000', '184518.963000', '184518.966000', '184518.969000', '184518.971000', '184518.974000', '184518.977000', '184518.979000', '184518.982000', '184518.985000', '184518.987000', '184518.990000', '184518.993000', '184518.995000', '184518.998000', '184519.002000', '184519.004000', '184519.007000', '184519.010000', '184519.012000', '184519.015000', '184519.017000', '184519.020000', '184519.023000', '184519.025000', '184519.028000', '184519.031000', '184519.033000', '184519.036000', '184519.039000', '184519.041000', '184519.044000', '184519.047000', '184519.049000', '184519.052000', '184538.937000', '184538.939000', '184538.943000', '184538.945000', '184538.948000', '184538.950000', '184538.954000', '184538.956000', '184538.959000', '184538.961000', '184538.966000', '184538.969000', '184538.971000', '184538.974000', '184538.977000', '184538.979000', '184538.982000', '184538.985000', '184538.987000', '184538.990000', '184538.992000', '184538.995000', '184538.998000', '184539.001000', '184539.004000', '184539.007000', '184539.009000', '184539.012000', '184539.014000', '184539.017000', '184539.020000', '184539.022000', '184539.025000', '184539.028000', '184539.030000', '184539.033000', '184539.035000', '184539.038000', '184539.041000', '184539.043000', '184539.046000', '184539.049000', '184539.051000', '184558.935000', '184558.938000', '184558.941000', '184558.944000', '184558.946000', '184558.949000', '184558.951000', '184558.954000', '184558.957000', '184558.959000', '184558.962000', '184558.965000', '184558.967000', '184558.970000', '184558.972000', '184558.975000', '184558.978000', '184558.980000', '184558.983000', '184558.986000', '184558.988000', '184558.991000', '184558.993000', '184558.996000', '184559.000000', '184559.002000', '184559.005000', '184559.008000', '184559.010000', '184559.013000', '184559.015000', '184559.018000', '184559.021000', '184559.023000', '184559.026000', '184559.029000', '184559.031000', '184559.034000', '184559.037000', '184559.039000', '184559.042000', '184559.044000', '184559.047000', '184559.050000', '184618.936000', '184618.939000', '184618.941000', '184618.944000', '184618.947000', '184618.949000', '184618.952000', '184618.955000', '184618.957000', '184618.960000', '184618.963000', '184618.965000', '184618.968000', '184618.971000', '184618.973000', '184618.976000', '184618.979000', '184618.981000', '184618.984000', '184618.987000', '184618.989000', '184618.992000', '184618.995000', '184618.997000', '184619.001000', '184619.004000', '184619.006000', '184619.009000', '184619.011000', '184619.014000', '184619.017000', '184619.019000', '184619.022000', '184619.025000', '184619.027000', '184619.030000', '184619.033000', '184619.035000', '184619.038000', '184619.041000', '184619.043000', '184619.046000', '184619.049000', '184638.935000', '184638.938000', '184638.941000', '184638.944000', '184638.946000', '184638.949000', '184638.952000', '184638.955000', '184638.969000', '184638.972000', '184638.975000', '184638.977000', '184638.980000', '184638.983000', '184638.985000', '184638.988000', '184638.991000', '184638.993000', '184638.996000', '184639.000000', '184639.002000', '184639.005000', '184639.008000', '184639.010000', '184639.013000', '184639.016000', '184639.018000', '184639.021000', '184639.024000', '184639.026000', '184639.029000', '184639.032000', '184639.034000', '184639.037000', '184639.040000', '184639.042000', '184639.045000', '184639.048000', '184639.050000', '184639.053000', '184639.056000', '184639.058000', '184639.061000', '184658.936000', '184658.939000', '184658.942000', '184658.944000', '184658.947000', '184658.950000', '184658.952000', '184658.955000', '184658.958000', '184658.961000', '184658.963000', '184658.966000', '184658.968000', '184658.971000', '184658.974000', '184658.976000', '184658.979000', '184658.982000', '184658.984000', '184658.987000', '184658.990000', '184658.993000', '184658.996000', '184658.999000', '184659.001000', '184659.004000', '184659.007000', '184659.009000', '184659.012000', '184659.015000', '184659.017000', '184659.020000', '184659.022000', '184659.025000', '184659.028000', '184659.030000', '184659.033000', '184659.036000', '184659.039000', '184659.041000', '184659.044000', '184659.046000', '184659.049000', '184659.052000', '184718.937000', '184718.939000', '184718.942000', '184718.945000', '184718.947000', '184718.950000', '184718.953000', '184718.955000', '184718.958000', '184718.961000', '184718.963000', '184718.966000', '184718.969000', '184718.971000', '184718.974000', '184718.976000', '184718.979000', '184718.982000', '184718.984000', '184718.993000', '184718.995000', '184718.998000', '184719.002000', '184719.005000', '184719.007000', '184719.010000', '184719.013000', '184719.015000', '184719.018000', '184719.021000', '184719.023000', '184719.026000', '184719.028000', '184719.031000', '184719.034000', '184719.036000', '184719.039000', '184719.042000', '184719.044000', '184719.047000', '184719.050000', '184719.053000', '184719.055000', '184738.937000', '184738.939000', '184738.942000', '184738.945000', '184738.948000', '184738.950000', '184738.953000', '184738.956000', '184738.958000', '184738.961000', '184738.964000', '184738.966000', '184738.969000', '184738.971000', '184738.974000', '184738.977000', '184738.979000', '184738.982000', '184738.984000', '184738.987000', '184738.990000', '184738.992000', '184738.995000', '184738.998000', '184739.008000', '184739.011000', '184739.013000', '184739.016000', '184739.019000', '184739.021000', '184739.024000', '184739.026000', '184739.029000', '184739.032000', '184739.034000', '184739.037000', '184739.040000', '184739.042000', '184739.045000', '184739.047000', '184739.050000', '184739.053000', '184739.055000', '184739.058000', '184758.937000', '184758.939000', '184758.943000', '184758.945000', '184758.948000', '184758.950000', '184758.953000', '184758.956000', '184758.959000', '184758.961000', '184758.964000', '184758.967000', '184758.969000', '184758.972000', '184758.975000', '184758.977000', '184758.980000', '184758.983000', '184758.986000', '184758.996000', '184758.998000', '184759.002000', '184759.005000', '184759.007000', '184759.011000', '184759.014000', '184759.016000', '184759.019000', '184759.022000', '184759.025000', '184759.027000', '184759.030000', '184759.033000', '184759.035000', '184759.038000', '184759.040000', '184759.043000', '184759.046000', '184759.048000', '184759.051000', '184759.054000', '184759.056000', '184759.059000', '184818.936000', '184818.938000', '184818.941000', '184818.944000', '184818.947000', '184818.949000', '184818.952000', '184818.955000', '184818.958000', '184818.960000', '184818.963000', '184818.966000', '184818.968000', '184818.971000', '184818.974000', '184818.977000', '184818.979000', '184818.982000', '184818.984000', '184818.987000', '184818.990000', '184818.992000', '184818.995000', '184818.998000', '184819.001000', '184819.004000', '184819.007000', '184819.009000', '184819.012000', '184819.015000', '184819.017000', '184819.020000', '184819.023000', '184819.025000', '184819.028000', '184819.031000', '184819.033000', '184819.036000', '184819.039000', '184819.041000', '184819.044000', '184819.047000', '184819.049000', '184819.052000', '184820.569000', '184820.572000', '184820.574000', '184820.577000'], 'InstanceCreationTime': ['184038.978000', '184038.982000', '184038.985000', '184038.987000', '184038.990000', '184038.993000', '184038.995000', '184038.998000', '184039.001000', '184039.004000', '184039.007000', '184039.009000', '184039.012000', '184039.032000', '184039.039000', '184039.041000', '184039.044000', '184039.047000', '184039.049000', '184039.052000', '184039.054000', '184039.057000', '184039.060000', '184039.062000', '184039.065000', '184039.067000', '184039.070000', '184039.073000', '184039.075000', '184039.078000', '184039.081000', '184039.083000', '184039.086000', '184039.088000', '184039.091000', '184039.093000', '184039.096000', '184039.099000', '184039.101000', '184039.104000', '184039.106000', '184039.109000', '184039.112000', '184039.114000', '184039.117000', '184039.120000', '184039.122000', '184039.125000', '184039.127000', '184039.130000', '184039.133000', '184039.135000', '184039.138000', '184039.140000', '184039.143000', '184039.146000', '184039.148000', '184039.151000', '184039.154000', '184039.156000', '184039.159000', '184058.936000', '184058.939000', '184058.942000', '184058.944000', '184058.947000', '184058.950000', '184058.952000', '184058.955000', '184058.957000', '184058.960000', '184058.963000', '184058.965000', '184058.968000', '184058.971000', '184058.973000', '184058.976000', '184058.978000', '184058.981000', '184058.984000', '184058.988000', '184058.990000', '184058.993000', '184058.995000', '184059.000000', '184059.002000', '184059.005000', '184059.007000', '184059.010000', '184059.013000', '184059.015000', '184059.018000', '184059.020000', '184059.023000', '184059.026000', '184059.028000', '184059.031000', '184059.033000', '184059.036000', '184059.039000', '184059.041000', '184059.044000', '184059.046000', '184059.049000', '184118.936000', '184118.938000', '184118.941000', '184118.944000', '184118.947000', '184118.949000', '184118.952000', '184118.955000', '184118.957000', '184118.960000', '184118.963000', '184118.965000', '184118.968000', '184118.970000', '184118.973000', '184118.976000', '184118.978000', '184118.981000', '184118.984000', '184118.986000', '184118.989000', '184118.991000', '184118.994000', '184118.997000', '184119.000000', '184119.003000', '184119.006000', '184119.008000', '184119.011000', '184119.013000', '184119.016000', '184119.019000', '184119.021000', '184119.024000', '184119.027000', '184119.029000', '184119.032000', '184119.034000', '184119.037000', '184119.040000', '184119.042000', '184119.045000', '184119.048000', '184119.050000', '184138.935000', '184138.938000', '184138.941000', '184138.943000', '184138.946000', '184138.949000', '184138.951000', '184138.954000', '184138.957000', '184138.959000', '184138.962000', '184138.964000', '184138.967000', '184138.970000', '184138.972000', '184138.975000', '184138.978000', '184138.980000', '184138.983000', '184138.985000', '184138.988000', '184138.991000', '184138.993000', '184138.996000', '184138.999000', '184139.001000', '184139.004000', '184139.007000', '184139.009000', '184139.012000', '184139.015000', '184139.017000', '184139.020000', '184139.023000', '184139.025000', '184139.028000', '184139.031000', '184139.033000', '184139.036000', '184139.039000', '184139.041000', '184139.044000', '184139.046000', '184158.935000', '184158.939000', '184158.942000', '184158.944000', '184158.947000', '184158.949000', '184158.952000', '184158.955000', '184158.957000', '184158.960000', '184158.963000', '184158.965000', '184158.968000', '184158.971000', '184158.973000', '184158.976000', '184158.978000', '184158.981000', '184158.984000', '184158.986000', '184158.989000', '184158.992000', '184158.994000', '184158.997000', '184159.000000', '184159.003000', '184159.006000', '184159.008000', '184159.011000', '184159.014000', '184159.016000', '184159.020000', '184159.022000', '184159.025000', '184159.028000', '184159.046000', '184159.048000', '184159.051000', '184159.053000', '184159.056000', '184159.059000', '184159.061000', '184159.064000', '184159.067000', '184218.936000', '184218.938000', '184218.941000', '184218.944000', '184218.946000', '184218.949000', '184218.952000', '184218.955000', '184218.957000', '184218.960000', '184218.962000', '184218.965000', '184218.968000', '184218.971000', '184218.973000', '184218.976000', '184218.978000', '184218.981000', '184218.984000', '184218.986000', '184218.989000', '184218.992000', '184218.994000', '184218.997000', '184219.001000', '184219.004000', '184219.007000', '184219.010000', '184219.013000', '184219.016000', '184219.018000', '184219.021000', '184219.023000', '184219.026000', '184219.035000', '184219.038000', '184219.041000', '184219.044000', '184219.046000', '184219.049000', '184219.052000', '184219.054000', '184219.057000', '184238.937000', '184239.008000', '184239.010000', '184239.013000', '184239.016000', '184239.018000', '184239.021000', '184239.023000', '184239.031000', '184239.033000', '184239.036000', '184239.038000', '184239.041000', '184239.044000', '184239.046000', '184239.049000', '184239.052000', '184239.054000', '184239.057000', '184239.060000', '184239.062000', '184239.065000', '184239.067000', '184239.070000', '184239.073000', '184239.075000', '184239.078000', '184239.080000', '184239.083000', '184239.086000', '184239.088000', '184239.091000', '184239.094000', '184239.096000', '184239.099000', '184239.101000', '184239.104000', '184239.107000', '184239.109000', '184239.112000', '184239.115000', '184239.117000', '184239.120000', '184239.122000', '184258.936000', '184258.939000', '184258.942000', '184258.945000', '184258.947000', '184258.950000', '184258.953000', '184258.956000', '184258.958000', '184258.961000', '184258.964000', '184258.966000', '184258.969000', '184258.971000', '184258.974000', '184258.977000', '184258.979000', '184258.982000', '184258.985000', '184258.987000', '184258.990000', '184258.993000', '184258.995000', '184258.998000', '184259.002000', '184259.004000', '184259.007000', '184259.010000', '184259.012000', '184259.015000', '184259.018000', '184259.020000', '184259.023000', '184259.025000', '184259.028000', '184259.031000', '184259.033000', '184259.036000', '184259.039000', '184259.041000', '184259.044000', '184259.046000', '184259.049000', '184318.937000', '184318.939000', '184318.942000', '184318.945000', '184318.947000', '184318.950000', '184318.953000', '184318.955000', '184318.958000', '184318.961000', '184318.963000', '184318.966000', '184318.969000', '184318.971000', '184318.974000', '184318.976000', '184318.979000', '184318.982000', '184318.984000', '184318.987000', '184318.990000', '184318.992000', '184318.995000', '184318.997000', '184319.001000', '184319.004000', '184319.006000', '184319.009000', '184319.012000', '184319.014000', '184319.017000', '184319.019000', '184319.022000', '184319.025000', '184319.027000', '184319.030000', '184319.033000', '184319.035000', '184319.038000', '184319.041000', '184319.043000', '184319.046000', '184319.048000', '184319.051000', '184338.935000', '184338.939000', '184338.941000', '184338.944000', '184338.946000', '184338.949000', '184338.952000', '184338.954000', '184338.957000', '184338.959000', '184338.962000', '184338.965000', '184338.967000', '184338.970000', '184338.973000', '184338.975000', '184338.978000', '184338.980000', '184338.983000', '184338.986000', '184338.988000', '184338.991000', '184338.994000', '184338.996000', '184339.000000', '184339.003000', '184339.005000', '184339.008000', '184339.010000', '184339.013000', '184339.047000', '184339.050000', '184339.052000', '184339.055000', '184339.058000', '184339.061000', '184339.063000', '184339.066000', '184339.068000', '184339.071000', '184339.074000', '184339.076000', '184339.079000', '184358.935000', '184358.938000', '184358.941000', '184358.944000', '184358.947000', '184358.949000', '184358.952000', '184358.955000', '184358.957000', '184358.960000', '184358.962000', '184358.965000', '184358.968000', '184358.970000', '184358.973000', '184358.976000', '184358.978000', '184358.981000', '184358.983000', '184358.986000', '184358.989000', '184358.991000', '184358.994000', '184358.997000', '184359.000000', '184359.003000', '184359.006000', '184359.008000', '184359.011000', '184359.013000', '184359.016000', '184359.019000', '184359.021000', '184359.024000', '184359.027000', '184359.029000', '184359.032000', '184359.034000', '184359.037000', '184359.039000', '184359.042000', '184359.045000', '184359.047000', '184359.050000', '184418.936000', '184418.939000', '184418.941000', '184418.944000', '184418.946000', '184418.949000', '184418.952000', '184418.954000', '184418.957000', '184418.960000', '184418.962000', '184418.965000', '184418.968000', '184418.970000', '184418.973000', '184418.976000', '184418.978000', '184418.981000', '184418.984000', '184418.986000', '184418.989000', '184418.992000', '184418.994000', '184418.997000', '184419.000000', '184419.004000', '184419.007000', '184419.009000', '184419.012000', '184419.015000', '184419.017000', '184419.020000', '184419.023000', '184419.025000', '184419.028000', '184419.030000', '184419.033000', '184419.036000', '184419.038000', '184419.041000', '184419.044000', '184419.046000', '184419.049000', '184438.935000', '184438.938000', '184438.941000', '184438.944000', '184438.946000', '184438.949000', '184438.952000', '184438.954000', '184438.957000', '184438.959000', '184438.962000', '184438.965000', '184438.967000', '184438.970000', '184438.973000', '184438.975000', '184438.978000', '184438.981000', '184438.983000', '184438.986000', '184438.988000', '184438.991000', '184438.994000', '184438.996000', '184439.000000', '184439.003000', '184439.005000', '184439.008000', '184439.011000', '184439.013000', '184439.016000', '184439.018000', '184439.021000', '184439.024000', '184439.026000', '184439.029000', '184439.032000', '184439.034000', '184439.037000', '184439.039000', '184439.042000', '184439.045000', '184439.047000', '184439.050000', '184458.937000', '184458.939000', '184458.942000', '184458.945000', '184458.947000', '184458.950000', '184458.953000', '184458.955000', '184458.958000', '184458.961000', '184458.963000', '184458.966000', '184458.969000', '184458.971000', '184458.974000', '184458.976000', '184458.979000', '184458.982000', '184458.984000', '184458.987000', '184458.990000', '184458.992000', '184458.995000', '184458.998000', '184459.001000', '184459.004000', '184459.006000', '184459.009000', '184459.012000', '184459.014000', '184459.017000', '184459.020000', '184459.022000', '184459.025000', '184459.027000', '184459.030000', '184459.033000', '184459.035000', '184459.038000', '184459.041000', '184459.043000', '184459.046000', '184459.049000', '184518.937000', '184518.939000', '184518.942000', '184518.945000', '184518.948000', '184518.950000', '184518.953000', '184518.955000', '184518.958000', '184518.961000', '184518.963000', '184518.966000', '184518.969000', '184518.971000', '184518.974000', '184518.977000', '184518.979000', '184518.982000', '184518.985000', '184518.987000', '184518.990000', '184518.993000', '184518.995000', '184518.998000', '184519.002000', '184519.004000', '184519.007000', '184519.010000', '184519.012000', '184519.015000', '184519.017000', '184519.020000', '184519.023000', '184519.025000', '184519.028000', '184519.031000', '184519.033000', '184519.036000', '184519.039000', '184519.041000', '184519.044000', '184519.047000', '184519.049000', '184519.052000', '184538.937000', '184538.939000', '184538.943000', '184538.945000', '184538.948000', '184538.950000', '184538.954000', '184538.956000', '184538.959000', '184538.961000', '184538.966000', '184538.969000', '184538.971000', '184538.974000', '184538.977000', '184538.979000', '184538.982000', '184538.985000', '184538.987000', '184538.990000', '184538.992000', '184538.995000', '184538.998000', '184539.001000', '184539.004000', '184539.007000', '184539.009000', '184539.012000', '184539.014000', '184539.017000', '184539.020000', '184539.022000', '184539.025000', '184539.028000', '184539.030000', '184539.033000', '184539.035000', '184539.038000', '184539.041000', '184539.043000', '184539.046000', '184539.049000', '184539.051000', '184558.935000', '184558.938000', '184558.941000', '184558.944000', '184558.946000', '184558.949000', '184558.951000', '184558.954000', '184558.957000', '184558.959000', '184558.962000', '184558.965000', '184558.967000', '184558.970000', '184558.972000', '184558.975000', '184558.978000', '184558.980000', '184558.983000', '184558.986000', '184558.988000', '184558.991000', '184558.993000', '184558.996000', '184559.000000', '184559.002000', '184559.005000', '184559.008000', '184559.010000', '184559.013000', '184559.015000', '184559.018000', '184559.021000', '184559.023000', '184559.026000', '184559.029000', '184559.031000', '184559.034000', '184559.037000', '184559.039000', '184559.042000', '184559.044000', '184559.047000', '184559.050000', '184618.936000', '184618.939000', '184618.941000', '184618.944000', '184618.947000', '184618.949000', '184618.952000', '184618.955000', '184618.957000', '184618.960000', '184618.963000', '184618.965000', '184618.968000', '184618.971000', '184618.973000', '184618.976000', '184618.979000', '184618.981000', '184618.984000', '184618.987000', '184618.989000', '184618.992000', '184618.995000', '184618.997000', '184619.001000', '184619.004000', '184619.006000', '184619.009000', '184619.011000', '184619.014000', '184619.017000', '184619.019000', '184619.022000', '184619.025000', '184619.027000', '184619.030000', '184619.033000', '184619.035000', '184619.038000', '184619.041000', '184619.043000', '184619.046000', '184619.049000', '184638.935000', '184638.938000', '184638.941000', '184638.944000', '184638.946000', '184638.949000', '184638.952000', '184638.955000', '184638.969000', '184638.972000', '184638.975000', '184638.977000', '184638.980000', '184638.983000', '184638.985000', '184638.988000', '184638.991000', '184638.993000', '184638.996000', '184639.000000', '184639.002000', '184639.005000', '184639.008000', '184639.010000', '184639.013000', '184639.016000', '184639.018000', '184639.021000', '184639.024000', '184639.026000', '184639.029000', '184639.032000', '184639.034000', '184639.037000', '184639.040000', '184639.042000', '184639.045000', '184639.048000', '184639.050000', '184639.053000', '184639.056000', '184639.058000', '184639.061000', '184658.936000', '184658.939000', '184658.942000', '184658.944000', '184658.947000', '184658.950000', '184658.952000', '184658.955000', '184658.958000', '184658.961000', '184658.963000', '184658.966000', '184658.968000', '184658.971000', '184658.974000', '184658.976000', '184658.979000', '184658.982000', '184658.984000', '184658.987000', '184658.990000', '184658.993000', '184658.996000', '184658.999000', '184659.001000', '184659.004000', '184659.007000', '184659.009000', '184659.012000', '184659.015000', '184659.017000', '184659.020000', '184659.022000', '184659.025000', '184659.028000', '184659.030000', '184659.033000', '184659.036000', '184659.039000', '184659.041000', '184659.044000', '184659.046000', '184659.049000', '184659.052000', '184718.937000', '184718.939000', '184718.942000', '184718.945000', '184718.947000', '184718.950000', '184718.953000', '184718.955000', '184718.958000', '184718.961000', '184718.963000', '184718.966000', '184718.969000', '184718.971000', '184718.974000', '184718.976000', '184718.979000', '184718.982000', '184718.984000', '184718.993000', '184718.995000', '184718.998000', '184719.002000', '184719.005000', '184719.007000', '184719.010000', '184719.013000', '184719.015000', '184719.018000', '184719.021000', '184719.023000', '184719.026000', '184719.028000', '184719.031000', '184719.034000', '184719.036000', '184719.039000', '184719.042000', '184719.044000', '184719.047000', '184719.050000', '184719.053000', '184719.055000', '184738.937000', '184738.939000', '184738.942000', '184738.945000', '184738.948000', '184738.950000', '184738.953000', '184738.956000', '184738.958000', '184738.961000', '184738.964000', '184738.966000', '184738.969000', '184738.971000', '184738.974000', '184738.977000', '184738.979000', '184738.982000', '184738.984000', '184738.987000', '184738.990000', '184738.992000', '184738.995000', '184738.998000', '184739.008000', '184739.011000', '184739.013000', '184739.016000', '184739.019000', '184739.021000', '184739.024000', '184739.026000', '184739.029000', '184739.032000', '184739.034000', '184739.037000', '184739.040000', '184739.042000', '184739.045000', '184739.047000', '184739.050000', '184739.053000', '184739.055000', '184739.058000', '184758.937000', '184758.939000', '184758.943000', '184758.945000', '184758.948000', '184758.950000', '184758.953000', '184758.956000', '184758.959000', '184758.961000', '184758.964000', '184758.967000', '184758.969000', '184758.972000', '184758.975000', '184758.977000', '184758.980000', '184758.983000', '184758.986000', '184758.996000', '184758.998000', '184759.002000', '184759.005000', '184759.007000', '184759.011000', '184759.014000', '184759.016000', '184759.019000', '184759.022000', '184759.025000', '184759.027000', '184759.030000', '184759.033000', '184759.035000', '184759.038000', '184759.040000', '184759.043000', '184759.046000', '184759.048000', '184759.051000', '184759.054000', '184759.056000', '184759.059000', '184818.936000', '184818.938000', '184818.941000', '184818.944000', '184818.947000', '184818.949000', '184818.952000', '184818.955000', '184818.958000', '184818.960000', '184818.963000', '184818.966000', '184818.968000', '184818.971000', '184818.974000', '184818.977000', '184818.979000', '184818.982000', '184818.984000', '184818.987000', '184818.990000', '184818.992000', '184818.995000', '184818.998000', '184819.001000', '184819.004000', '184819.007000', '184819.009000', '184819.012000', '184819.015000', '184819.017000', '184819.020000', '184819.023000', '184819.025000', '184819.028000', '184819.031000', '184819.033000', '184819.036000', '184819.039000', '184819.041000', '184819.044000', '184819.047000', '184819.049000', '184819.052000', '184820.569000', '184820.572000', '184820.574000', '184820.577000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [9918, 11674, 10613, 11040, 13005, 11068, 6752, 6582, 6759, 10551, 8957, 8754, 11659, 7735, 6454, 11324, 9565, 8689, 6454, 8179, 6340, 6208, 7970, 9313, 8177, 7755, 8072, 13882, 10494, 10337, 10574, 13160, 10750, 8876, 12778, 10898, 8108, 8172, 12776, 15473, 13651, 9224, 7523, 11714, 9896, 9170, 7767, 11389, 16337, 14761, 11594, 14613, 15679, 12933, 12831, 15382, 12470, 16451, 12463, 11844, 13891, 10301, 15034, 10616, 14845, 10795, 13939, 10457, 7963, 13617, 7995, 14525, 9497, 14178, 9865, 9255, 11434, 8165, 15747, 10972, 12201, 17114, 12074, 7590, 15096, 8892, 13690, 15352, 12464, 10249, 14522, 11896, 9862, 12654, 11111, 8719, 10138, 10641, 10974, 13645, 10376, 7333, 14047, 10586, 9311, 12456, 8112, 11843, 8055, 6983, 10912, 6868, 13197, 8419, 6990, 10360, 7167, 11298, 7495, 7436, 7103, 6972, 10546, 7200, 11037, 8151, 7450, 9033, 7273, 10645, 7978, 7416, 9584, 7550, 11246, 8517, 7715, 9152, 7462, 11285, 8411, 9729, 8471, 7587, 11462, 7420, 6999, 8568, 7497, 7309, 7539, 7875, 11798, 9649, 7113, 10615, 6919, 6624, 10686, 7859, 6511, 11365, 7326, 6333, 8430, 9315, 8041, 9623, 7587, 12292, 8099, 8646, 13969, 10784, 9933, 11893, 8095, 7581, 9173, 7748, 10079, 8677, 7357, 11149, 7882, 7120, 10063, 7391, 11561, 8067, 7611, 9691, 7400, 10487, 7580, 6998, 11049, 7886, 7122, 10050, 7174, 6547, 9522, 7903, 6904, 10560, 8542, 7358, 11492, 8242, 7274, 10813, 8535, 7585, 10679, 7613, 7733, 7452, 7821, 7162, 7343, 10525, 9048, 8195, 7511, 10947, 8241, 7493, 12566, 10758, 7942, 12349, 9050, 11850, 10306, 7993, 11869, 7519, 11485, 7905, 7009, 7597, 7132, 8858, 7356, 7440, 7608, 6786, 8800, 7049, 6975, 9457, 7513, 8660, 7705, 6855, 11838, 8614, 11194, 8559, 6785, 10364, 7397, 13041, 8569, 6733, 7899, 6989, 11198, 8177, 9985, 7732, 7100, 9257, 7210, 10304, 7404, 6593, 7787, 7826, 8325, 6960, 7461, 11346, 7431, 6644, 9569, 7635, 7597, 11706, 8077, 7572, 7279, 7772, 7384, 7602, 8625, 7094, 12754, 8628, 7850, 11549, 9686, 11695, 8654, 7857, 9127, 7354, 11369, 7786, 6993, 7795, 7067, 7834, 7465, 8027, 7831, 6768, 7486, 7463, 9039, 7461, 9987, 6567, 6877, 8421, 10929, 10178, 13261, 9957, 14954, 10747, 15419, 10986, 13438, 10540, 13324, 9943, 8841, 13529, 9558, 13586, 8652, 9875, 8756, 8690, 12258, 8291, 6890, 8890, 7488, 6988, 7585, 7409, 8579, 7668, 6667, 8420, 7552, 10073, 7426, 8496, 7593, 6937, 8524, 7334, 8022, 7460, 7702, 7364, 10435, 8053, 8329, 11638, 10266, 13680, 13012, 11686, 14396, 11360, 8772, 12220, 8487, 11441, 8936, 7970, 12027, 8530, 13327, 8191, 11842, 8029, 10176, 8741, 8048, 7933, 7918, 8622, 7854, 9917, 7907, 7711, 7843, 7782, 6548, 8007, 9386, 7941, 9855, 7962, 11088, 8015, 9514, 8019, 8001, 7342, 7891, 10016, 7829, 7392, 7561, 7657, 10707, 7913, 7881, 7840, 7266, 12019, 7760, 8614, 7087, 7249, 13347, 9645, 10260, 8698, 12064, 11011, 10750, 9741, 10413, 8301, 12335, 9891, 10649, 8341, 7791, 7509, 7122, 7229, 6965, 7920, 7183, 9450, 7116, 9522, 7028, 7352, 7325, 6997, 9023, 6990, 10783, 7392, 10025, 7671, 8989, 7141, 7014, 7985, 7802, 10686, 6932, 8862, 6963, 9380, 7359, 12569, 6937, 11823, 7157, 7303, 7044, 7324, 8054, 7162, 7391, 6966, 6848, 11417, 7279, 8505, 10275, 7335, 9448, 7268, 12692, 9194, 13031, 7287, 11797, 6997, 11437, 10513, 6837, 7799, 6912, 9952, 6580, 9857, 6926, 6717, 6660, 7194, 10981, 6669, 10006, 6943, 6973, 7275, 6778, 11333, 6861, 6658, 7045, 6800, 11102, 7006, 10597, 6977, 6759, 8585, 7612, 12851, 7256, 12507, 6936, 9562, 9109, 6955, 9976, 7125, 10377, 7205, 7182, 7539, 6778, 8771, 6863, 7708, 7243, 6944, 7612, 6756, 8249, 6915, 7259, 11141, 6505, 7002, 10777, 6829, 6650, 10403, 7120, 9040, 7578, 13482, 11098, 13564, 12589, 10546, 6766, 9099, 6752, 7034, 8103, 6767, 7085, 7742, 6683, 6967, 7710, 7298, 10835, 7641, 11273, 8532, 10667, 7850, 10543, 7571, 9995, 7380, 7447, 6698, 7050, 7483, 7292, 8794, 6656, 11898, 8700, 9873, 9383, 8211, 11555, 8276, 12072, 8813, 11479, 10133, 12040, 9471, 11514, 9039, 12008, 10265, 11580, 7211, 10850, 7306, 10586, 9355, 10972, 6980, 10553, 6965, 10347, 7380, 10508, 6957, 10549, 6738, 10257, 7234, 9719, 6935, 10051, 6796, 10861, 7091, 10952, 9173, 10868, 7446, 10476, 7084, 10933, 9180, 8935, 7269, 8223, 6902, 8331, 6916, 6646, 6878, 6698, 6970, 6694, 9601, 6717, 9794, 6791, 10225, 7151, 10715, 6927, 8799, 6759, 8368, 7999, 6583, 8402, 6726, 9865, 7114, 11414, 6879, 10771, 7965, 14081, 10262, 6560, 6971, 6913, 9412, 8386, 9164, 6510, 6447, 6405, 6394, 6862, 6560, 9144, 8898, 10319, 10262, 10191, 7908, 8321, 14027, 12370, 12386, 15190, 16823, 13650, 12541, 14409, 15024, 11639, 9153, 13599, 11141, 9395, 15695, 10638, 8454, 12217, 8983, 13883, 9780, 9345, 9477, 7343, 11823, 8753, 11732, 9740, 8353, 12030, 9449, 13841, 11200, 9432, 14019, 10162, 16486, 12644, 12986, 11569, 11474, 12473, 11116, 13052, 9669, 13489, 9081, 14065, 10038, 15033, 10768, 12964, 10079, 10700, 9781, 9426, 12733, 8404, 14401, 10511, 15285, 12081, 12459, 10569, 10714, 10655, 10754, 11994, 8353, 12775, 9028, 13933, 10444, 9286, 9114, 7590, 12192, 8949, 11578, 10256, 8904, 11512, 8422, 13828, 9690, 9576, 9955, 7868, 12416, 8760, 12027, 8016, 10353, 7878, 7174, 8965, 7345, 10105, 7410, 7000, 7357, 6485, 6449, 6754, 7387, 6594, 8013, 8865, 8593, 12811, 14883, 12270, 10122, 10690, 10295, 7733, 7569, 7197, 12169, 11124, 7049, 6875, 7243, 6874, 8093, 8509, 6418, 10348, 11749, 11348, 11162, 10295, 11454, 13862, 16134, 12849, 13544, 13947, 10770, 15424, 12141, 9019, 14216, 9333, 13924, 9209, 8421, 8693, 7582, 11057, 8406, 12671, 9629, 11312, 9303, 8922, 10245, 8519, 13806, 9064, 15828, 11020, 15638, 11692, 15154, 11489, 13313, 10513, 9222, 12677, 9746, 13964, 10400, 8459, 12779, 9414, 15370, 11109, 15266, 10804, 14429, 11110, 12788, 9684, 10325, 8930, 9346, 10216, 7195, 11766, 7754, 12485, 8457, 13246, 9249, 12544, 9020, 12453, 8802, 9162, 8885, 8952, 9352, 9477, 11481, 8125, 13281, 8627, 13800, 9810, 13830, 9774, 10669, 9137, 9827, 11404, 7885, 13508, 8819, 14094, 9861, 13977, 10162, 12854, 8521, 11226, 8068, 10496, 7887, 7216, 8033, 6740, 10682, 7894, 12003, 8148, 9609, 8308, 9482, 11429, 8879, 13016, 8742, 14319, 10117, 12414, 8054, 7662, 8905, 7335, 11408, 7958, 8343, 8536, 7306, 13189, 8518, 13448, 8583, 13461, 9696, 13837, 9616, 12144, 8112, 10617, 8704, 7867, 8410, 6376, 9255, 6770, 11538, 8231, 9604, 7888, 7410, 9551, 7512, 13440, 8152, 13627, 8958, 11555, 9744, 6984, 12341, 7881, 9787, 10420, 7843, 15021, 9923, 11714, 11236, 9478, 14136, 9507, 13429, 9820, 9556, 11787, 7705, 11496, 7675, 7765, 12156, 8413, 7950, 8966, 6877, 12164, 7327, 7083, 11469, 6995, 6744, 9117, 7673, 6953, 11612, 6977, 6504, 6431, 7977, 6828, 6948, 9308, 7859, 13654, 10187, 7304, 11258, 7245, 13944, 10268, 8898, 8703, 6832, 8309, 7305, 7170, 8996, 6574, 6504, 7089, 6702, 6681, 6825, 11610, 12096, 10129, 15963, 13323, 13972, 12199, 11871, 10921, 12244, 11619, 8917, 10499], 'WindowCenter': [3892.0, 3887.0, 3862.0, 3859.0, 3868.0, 3846.0, 3780.0, 3783.0, 3796.0, 3845.0, 3837.0, 3829.0, 3859.0, 3819.0, 3787.0, 3873.0, 3852.0, 3820.0, 3789.0, 3804.0, 3773.0, 3776.0, 3820.0, 3842.0, 3834.0, 3810.0, 3808.0, 3873.0, 3849.0, 3838.0, 3837.0, 3858.0, 3835.0, 3816.0, 3842.0, 3823.0, 3788.0, 3788.0, 3845.0, 3866.0, 3856.0, 3814.0, 3803.0, 3856.0, 3848.0, 3851.0, 3834.0, 3901.0, 3932.0, 3923.0, 3903.0, 3934.0, 3935.0, 3928.0, 3925.0, 3936.0, 3913.0, 3923.0, 3900.0, 3892.0, 3910.0, 3879.0, 3910.0, 3878.0, 3909.0, 3891.0, 3912.0, 3877.0, 3845.0, 3897.0, 3845.0, 3919.0, 3880.0, 3909.0, 3877.0, 3880.0, 3901.0, 3869.0, 3933.0, 3905.0, 3914.0, 3963.0, 3860.0, 3840.0, 3899.0, 3860.0, 3915.0, 3927.0, 3905.0, 3885.0, 3918.0, 3895.0, 3887.0, 3905.0, 3898.0, 3864.0, 3885.0, 3884.0, 3885.0, 3917.0, 3884.0, 3844.0, 3904.0, 3883.0, 3860.0, 3893.0, 3842.0, 3892.0, 3840.0, 3819.0, 3882.0, 3818.0, 3905.0, 3841.0, 3818.0, 3871.0, 3818.0, 3870.0, 3828.0, 3829.0, 3832.0, 3819.0, 3870.0, 3829.0, 3882.0, 3841.0, 3843.0, 3864.0, 3832.0, 3882.0, 3855.0, 3857.0, 3876.0, 3843.0, 3883.0, 3864.0, 3856.0, 3876.0, 3833.0, 3883.0, 3854.0, 3887.0, 3855.0, 3844.0, 3895.0, 3832.0, 3846.0, 3866.0, 3845.0, 3844.0, 3843.0, 3855.0, 3899.0, 3852.0, 3833.0, 3884.0, 3833.0, 3847.0, 3898.0, 3855.0, 3822.0, 3895.0, 3767.0, 3843.0, 3805.0, 3859.0, 3860.0, 3783.0, 3821.0, 3902.0, 3850.0, 3849.0, 3888.0, 3856.0, 3844.0, 3879.0, 3837.0, 3826.0, 3859.0, 3839.0, 3859.0, 3846.0, 3825.0, 3867.0, 3836.0, 3816.0, 3858.0, 3827.0, 3878.0, 3839.0, 3837.0, 3859.0, 3828.0, 3868.0, 3838.0, 3829.0, 3881.0, 3852.0, 3833.0, 3873.0, 3831.0, 3810.0, 3860.0, 3838.0, 3830.0, 3871.0, 3850.0, 3842.0, 3895.0, 3864.0, 3844.0, 3885.0, 3867.0, 3844.0, 3872.0, 3827.0, 3827.0, 3815.0, 3839.0, 3817.0, 3841.0, 3869.0, 3859.0, 3838.0, 3826.0, 3868.0, 3848.0, 3828.0, 3893.0, 3882.0, 3839.0, 3891.0, 3848.0, 3880.0, 3858.0, 3826.0, 3879.0, 3816.0, 3867.0, 3825.0, 3801.0, 3824.0, 3803.0, 3845.0, 3828.0, 3828.0, 3837.0, 3806.0, 3847.0, 3816.0, 3830.0, 3872.0, 3841.0, 3851.0, 3840.0, 3820.0, 3894.0, 3863.0, 3882.0, 3850.0, 3818.0, 3870.0, 3842.0, 3903.0, 3851.0, 3819.0, 3840.0, 3829.0, 3893.0, 3851.0, 3870.0, 3828.0, 3818.0, 3860.0, 3831.0, 3871.0, 3829.0, 3808.0, 3842.0, 3857.0, 3866.0, 3829.0, 3841.0, 3881.0, 3830.0, 3818.0, 3859.0, 3829.0, 3842.0, 3894.0, 3852.0, 3842.0, 3853.0, 3852.0, 3839.0, 3827.0, 3848.0, 3828.0, 3891.0, 3839.0, 3841.0, 3882.0, 3861.0, 3881.0, 3837.0, 3825.0, 3846.0, 3828.0, 3878.0, 3826.0, 3803.0, 3825.0, 3815.0, 3827.0, 3829.0, 3838.0, 3839.0, 3819.0, 3828.0, 3827.0, 3872.0, 3825.0, 3851.0, 3800.0, 3815.0, 3836.0, 3868.0, 3856.0, 3887.0, 3855.0, 3910.0, 3880.0, 3912.0, 3867.0, 3913.0, 3868.0, 3888.0, 3855.0, 3833.0, 3875.0, 3831.0, 3862.0, 3822.0, 3831.0, 3820.0, 3823.0, 3852.0, 3807.0, 3787.0, 3817.0, 3785.0, 3785.0, 3794.0, 3786.0, 3817.0, 3797.0, 3788.0, 3808.0, 3809.0, 3829.0, 3797.0, 3818.0, 3798.0, 3801.0, 3833.0, 3827.0, 3823.0, 3813.0, 3765.0, 3800.0, 3880.0, 3834.0, 3790.0, 3931.0, 3853.0, 3886.0, 3917.0, 3883.0, 3902.0, 3882.0, 3852.0, 3883.0, 3840.0, 3882.0, 3850.0, 3840.0, 3893.0, 3838.0, 3889.0, 3827.0, 3867.0, 3825.0, 3857.0, 3837.0, 3826.0, 3826.0, 3827.0, 3838.0, 3839.0, 3858.0, 3826.0, 3827.0, 3827.0, 3828.0, 3797.0, 3828.0, 3849.0, 3828.0, 3860.0, 3842.0, 3881.0, 3841.0, 3860.0, 3840.0, 3842.0, 3832.0, 3842.0, 3874.0, 3857.0, 3845.0, 3857.0, 3859.0, 3899.0, 3869.0, 3858.0, 3868.0, 3845.0, 3897.0, 3846.0, 3866.0, 3834.0, 3846.0, 3920.0, 3877.0, 3886.0, 3866.0, 3909.0, 3886.0, 3885.0, 3862.0, 3872.0, 3841.0, 3894.0, 3862.0, 3871.0, 3838.0, 3816.0, 3819.0, 3819.0, 3817.0, 3806.0, 3826.0, 3819.0, 3862.0, 3820.0, 3859.0, 3818.0, 3818.0, 3831.0, 3833.0, 3852.0, 3819.0, 3871.0, 3831.0, 3875.0, 3842.0, 3862.0, 3820.0, 3819.0, 3840.0, 3831.0, 3872.0, 3818.0, 3849.0, 3807.0, 3850.0, 3832.0, 3880.0, 3819.0, 3881.0, 3819.0, 3830.0, 3820.0, 3830.0, 3840.0, 3832.0, 3844.0, 3833.0, 3835.0, 3896.0, 3845.0, 3854.0, 3874.0, 3831.0, 3864.0, 3845.0, 3895.0, 3863.0, 3892.0, 3819.0, 3882.0, 3822.0, 3881.0, 3871.0, 3809.0, 3817.0, 3818.0, 3872.0, 3810.0, 3860.0, 3807.0, 3807.0, 3820.0, 3831.0, 3871.0, 3809.0, 3859.0, 3808.0, 3820.0, 3832.0, 3810.0, 3871.0, 3809.0, 3810.0, 3822.0, 3822.0, 3884.0, 3821.0, 3872.0, 3819.0, 3823.0, 3853.0, 3832.0, 3893.0, 3819.0, 3880.0, 3820.0, 3861.0, 3850.0, 3808.0, 3860.0, 3808.0, 3872.0, 3831.0, 3819.0, 3829.0, 3808.0, 3850.0, 3821.0, 3830.0, 3831.0, 3819.0, 3829.0, 3821.0, 3853.0, 3822.0, 3834.0, 3885.0, 3812.0, 3821.0, 3883.0, 3824.0, 3835.0, 3887.0, 3823.0, 3863.0, 3832.0, 3906.0, 3885.0, 3906.0, 3894.0, 3859.0, 3807.0, 3847.0, 3817.0, 3817.0, 3827.0, 3805.0, 3817.0, 3840.0, 3821.0, 3832.0, 3843.0, 3845.0, 3897.0, 3856.0, 3896.0, 3853.0, 3885.0, 3845.0, 3872.0, 3831.0, 3862.0, 3821.0, 3819.0, 3809.0, 3821.0, 3846.0, 3846.0, 3867.0, 3836.0, 3897.0, 3866.0, 3900.0, 3890.0, 3868.0, 3910.0, 3856.0, 3907.0, 3867.0, 3899.0, 3876.0, 3896.0, 3864.0, 3883.0, 3864.0, 3883.0, 3872.0, 3870.0, 3818.0, 3859.0, 3820.0, 3873.0, 3851.0, 3870.0, 3807.0, 3858.0, 3807.0, 3859.0, 3819.0, 3870.0, 3819.0, 3869.0, 3808.0, 3860.0, 3831.0, 3873.0, 3821.0, 3861.0, 3809.0, 3871.0, 3821.0, 3885.0, 3863.0, 3872.0, 3819.0, 3870.0, 3809.0, 3883.0, 3850.0, 3852.0, 3819.0, 3828.0, 3819.0, 3841.0, 3819.0, 3808.0, 3808.0, 3808.0, 3821.0, 3822.0, 3863.0, 3809.0, 3860.0, 3810.0, 3874.0, 3821.0, 3872.0, 3820.0, 3840.0, 3822.0, 3852.0, 3842.0, 3809.0, 3840.0, 3821.0, 3862.0, 3820.0, 3882.0, 3810.0, 3872.0, 3828.0, 3895.0, 3840.0, 3770.0, 3841.0, 3753.0, 3838.0, 3860.0, 3853.0, 3813.0, 3800.0, 3795.0, 3779.0, 3790.0, 3792.0, 3848.0, 3851.0, 3849.0, 3848.0, 3848.0, 3815.0, 3841.0, 3882.0, 3873.0, 3873.0, 3882.0, 3893.0, 3871.0, 3858.0, 3869.0, 3867.0, 3835.0, 3812.0, 3843.0, 3833.0, 3812.0, 3864.0, 3822.0, 3789.0, 3843.0, 3800.0, 3852.0, 3822.0, 3812.0, 3812.0, 3793.0, 3843.0, 3814.0, 3844.0, 3826.0, 3817.0, 3871.0, 3852.0, 3895.0, 3875.0, 3855.0, 3897.0, 3866.0, 3920.0, 3898.0, 3898.0, 3877.0, 3876.0, 3888.0, 3888.0, 3900.0, 3867.0, 3897.0, 3845.0, 3908.0, 3880.0, 3909.0, 3878.0, 3898.0, 3867.0, 3878.0, 3879.0, 3871.0, 3910.0, 3858.0, 3910.0, 3892.0, 3923.0, 3914.0, 3902.0, 3890.0, 3879.0, 3881.0, 3890.0, 3901.0, 3848.0, 3900.0, 3873.0, 3913.0, 3839.0, 3703.0, 3733.0, 3752.0, 3833.0, 3844.0, 4043.0, 4005.0, 3941.0, 3945.0, 3888.0, 3940.0, 3883.0, 3882.0, 3883.0, 3862.0, 3926.0, 3872.0, 3903.0, 3847.0, 3878.0, 3848.0, 3839.0, 3868.0, 3839.0, 3879.0, 3853.0, 3816.0, 3836.0, 3799.0, 3815.0, 3798.0, 3837.0, 3785.0, 3845.0, 3867.0, 3855.0, 3886.0, 3895.0, 3887.0, 3864.0, 3863.0, 3864.0, 3846.0, 3844.0, 3823.0, 3893.0, 3871.0, 3804.0, 3805.0, 3815.0, 3805.0, 3841.0, 3853.0, 3822.0, 3886.0, 3895.0, 3883.0, 3872.0, 3872.0, 3883.0, 3884.0, 3910.0, 3874.0, 3872.0, 3870.0, 3851.0, 3880.0, 3857.0, 3814.0, 3866.0, 3811.0, 3853.0, 3811.0, 3802.0, 3802.0, 3792.0, 3846.0, 3817.0, 3868.0, 3839.0, 3859.0, 3838.0, 3840.0, 3862.0, 3842.0, 3896.0, 3856.0, 3920.0, 3878.0, 3920.0, 3901.0, 3908.0, 3889.0, 3923.0, 3890.0, 3880.0, 3910.0, 3880.0, 3909.0, 3890.0, 3857.0, 3911.0, 3881.0, 3935.0, 3903.0, 3933.0, 3903.0, 3923.0, 3901.0, 3910.0, 3880.0, 3879.0, 3869.0, 3879.0, 3889.0, 3837.0, 3900.0, 3848.0, 3900.0, 3860.0, 3911.0, 3868.0, 3898.0, 3868.0, 3911.0, 3870.0, 3880.0, 3869.0, 3869.0, 3879.0, 3881.0, 3901.0, 3859.0, 3911.0, 3869.0, 3922.0, 3891.0, 3921.0, 3880.0, 3889.0, 3880.0, 3892.0, 3902.0, 3859.0, 3911.0, 3869.0, 3920.0, 3879.0, 3922.0, 3879.0, 3899.0, 3857.0, 3889.0, 3848.0, 3878.0, 3846.0, 3835.0, 3845.0, 3827.0, 3888.0, 3858.0, 3899.0, 3858.0, 3879.0, 3860.0, 3881.0, 3903.0, 3873.0, 3912.0, 3859.0, 3922.0, 3891.0, 3915.0, 3861.0, 3851.0, 3870.0, 3850.0, 3901.0, 3849.0, 3858.0, 3859.0, 3851.0, 3913.0, 3871.0, 3912.0, 3871.0, 3912.0, 3882.0, 3912.0, 3869.0, 3888.0, 3848.0, 3879.0, 3857.0, 3847.0, 3845.0, 3814.0, 3856.0, 3826.0, 3889.0, 3858.0, 3867.0, 3846.0, 3837.0, 3869.0, 3839.0, 3912.0, 3849.0, 3911.0, 3870.0, 3903.0, 3882.0, 3838.0, 3901.0, 3861.0, 3894.0, 3905.0, 3863.0, 3934.0, 3893.0, 3915.0, 3917.0, 3884.0, 3924.0, 3882.0, 3926.0, 3894.0, 3884.0, 3915.0, 3850.0, 3892.0, 3848.0, 3836.0, 3888.0, 3833.0, 3822.0, 3843.0, 3829.0, 3915.0, 3863.0, 3853.0, 3914.0, 3838.0, 3826.0, 3844.0, 3837.0, 3826.0, 3890.0, 3837.0, 3815.0, 3814.0, 3844.0, 3812.0, 3825.0, 3853.0, 3833.0, 3894.0, 3851.0, 3820.0, 3873.0, 3823.0, 3909.0, 3865.0, 3854.0, 3844.0, 3810.0, 3842.0, 3822.0, 3822.0, 3855.0, 3823.0, 3814.0, 3836.0, 3839.0, 3839.0, 3839.0, 3913.0, 3912.0, 3893.0, 3945.0, 3913.0, 3922.0, 3900.0, 3889.0, 3891.0, 3901.0, 3888.0, 3854.0, 3863.0], 'WindowWidth': [8713.0, 8693.0, 8649.0, 8638.0, 8648.0, 8613.0, 8514.0, 8524.0, 8547.0, 8612.0, 8603.0, 8594.0, 8636.0, 8580.0, 8538.0, 8659.0, 8631.0, 8580.0, 8544.0, 8549.0, 8504.0, 8518.0, 8582.0, 8614.0, 8605.0, 8567.0, 8558.0, 8655.0, 8617.0, 8599.0, 8596.0, 8629.0, 8590.0, 8562.0, 8595.0, 8567.0, 8516.0, 8514.0, 8607.0, 8636.0, 8620.0, 8559.0, 8548.0, 8624.0, 8616.0, 8627.0, 8612.0, 8709.0, 8755.0, 8744.0, 8718.0, 8760.0, 8765.0, 8760.0, 8752.0, 8771.0, 8732.0, 8749.0, 8710.0, 8700.0, 8727.0, 8676.0, 8727.0, 8674.0, 8720.0, 8697.0, 8730.0, 8676.0, 8628.0, 8699.0, 8628.0, 8736.0, 8683.0, 8720.0, 8674.0, 8683.0, 8715.0, 8669.0, 8759.0, 8727.0, 8733.0, 8820.0, 8631.0, 8629.0, 8700.0, 8650.0, 8730.0, 8755.0, 8718.0, 8687.0, 8740.0, 8705.0, 8695.0, 8719.0, 8711.0, 8660.0, 8688.0, 8685.0, 8690.0, 8735.0, 8688.0, 8633.0, 8717.0, 8684.0, 8648.0, 8697.0, 8627.0, 8694.0, 8623.0, 8593.0, 8680.0, 8591.0, 8714.0, 8622.0, 8588.0, 8660.0, 8587.0, 8657.0, 8602.0, 8605.0, 8614.0, 8592.0, 8661.0, 8605.0, 8680.0, 8625.0, 8630.0, 8663.0, 8616.0, 8681.0, 8650.0, 8656.0, 8681.0, 8632.0, 8685.0, 8660.0, 8653.0, 8678.0, 8617.0, 8684.0, 8646.0, 8695.0, 8651.0, 8632.0, 8701.0, 8615.0, 8640.0, 8668.0, 8638.0, 8634.0, 8632.0, 8650.0, 8712.0, 8633.0, 8617.0, 8686.0, 8618.0, 8647.0, 8714.0, 8652.0, 8604.0, 8702.0, 8482.0, 8646.0, 8551.0, 8653.0, 8659.0, 8492.0, 8589.0, 8715.0, 8641.0, 8631.0, 8682.0, 8634.0, 8617.0, 8670.0, 8611.0, 8597.0, 8646.0, 8620.0, 8645.0, 8625.0, 8594.0, 8652.0, 8612.0, 8584.0, 8642.0, 8598.0, 8669.0, 8619.0, 8615.0, 8645.0, 8603.0, 8653.0, 8617.0, 8609.0, 8679.0, 8643.0, 8618.0, 8672.0, 8613.0, 8581.0, 8644.0, 8615.0, 8608.0, 8663.0, 8634.0, 8629.0, 8705.0, 8662.0, 8637.0, 8692.0, 8669.0, 8635.0, 8665.0, 8598.0, 8594.0, 8576.0, 8617.0, 8586.0, 8627.0, 8658.0, 8646.0, 8614.0, 8596.0, 8655.0, 8631.0, 8603.0, 8698.0, 8681.0, 8616.0, 8690.0, 8630.0, 8673.0, 8640.0, 8593.0, 8668.0, 8579.0, 8650.0, 8588.0, 8555.0, 8588.0, 8561.0, 8620.0, 8606.0, 8605.0, 8615.0, 8571.0, 8626.0, 8586.0, 8610.0, 8667.0, 8627.0, 8638.0, 8622.0, 8594.0, 8700.0, 8657.0, 8680.0, 8636.0, 8590.0, 8662.0, 8629.0, 8709.0, 8639.0, 8595.0, 8623.0, 8606.0, 8700.0, 8639.0, 8662.0, 8604.0, 8590.0, 8647.0, 8613.0, 8662.0, 8604.0, 8575.0, 8628.0, 8657.0, 8670.0, 8607.0, 8624.0, 8679.0, 8607.0, 8590.0, 8642.0, 8603.0, 8627.0, 8700.0, 8642.0, 8628.0, 8649.0, 8643.0, 8620.0, 8599.0, 8625.0, 8603.0, 8690.0, 8615.0, 8621.0, 8682.0, 8651.0, 8675.0, 8611.0, 8592.0, 8620.0, 8605.0, 8668.0, 8597.0, 8561.0, 8591.0, 8578.0, 8599.0, 8607.0, 8615.0, 8620.0, 8595.0, 8605.0, 8603.0, 8673.0, 8594.0, 8623.0, 8558.0, 8586.0, 8611.0, 8654.0, 8636.0, 8678.0, 8634.0, 8715.0, 8674.0, 8724.0, 8653.0, 8728.0, 8655.0, 8682.0, 8633.0, 8599.0, 8656.0, 8589.0, 8638.0, 8581.0, 8591.0, 8575.0, 8584.0, 8621.0, 8553.0, 8528.0, 8566.0, 8521.0, 8520.0, 8532.0, 8523.0, 8568.0, 8542.0, 8531.0, 8558.0, 8561.0, 8587.0, 8543.0, 8569.0, 8543.0, 8554.0, 8600.0, 8601.0, 8585.0, 8574.0, 8476.0, 8561.0, 8678.0, 8606.0, 8517.0, 8774.0, 8627.0, 8674.0, 8735.0, 8681.0, 8704.0, 8679.0, 8637.0, 8680.0, 8617.0, 8674.0, 8631.0, 8619.0, 8693.0, 8613.0, 8682.0, 8595.0, 8648.0, 8590.0, 8635.0, 8610.0, 8592.0, 8595.0, 8596.0, 8614.0, 8616.0, 8640.0, 8594.0, 8595.0, 8596.0, 8599.0, 8559.0, 8601.0, 8629.0, 8600.0, 8645.0, 8626.0, 8675.0, 8621.0, 8644.0, 8618.0, 8626.0, 8614.0, 8627.0, 8672.0, 8655.0, 8637.0, 8655.0, 8662.0, 8715.0, 8675.0, 8659.0, 8673.0, 8636.0, 8706.0, 8638.0, 8664.0, 8620.0, 8638.0, 8744.0, 8682.0, 8692.0, 8665.0, 8727.0, 8694.0, 8686.0, 8654.0, 8663.0, 8621.0, 8699.0, 8651.0, 8660.0, 8612.0, 8582.0, 8590.0, 8591.0, 8584.0, 8566.0, 8594.0, 8590.0, 8652.0, 8594.0, 8643.0, 8589.0, 8588.0, 8610.0, 8615.0, 8640.0, 8592.0, 8663.0, 8609.0, 8676.0, 8628.0, 8653.0, 8594.0, 8590.0, 8621.0, 8609.0, 8666.0, 8586.0, 8629.0, 8570.0, 8631.0, 8613.0, 8672.0, 8592.0, 8674.0, 8589.0, 8608.0, 8593.0, 8606.0, 8621.0, 8613.0, 8634.0, 8620.0, 8624.0, 8704.0, 8636.0, 8645.0, 8670.0, 8609.0, 8656.0, 8635.0, 8701.0, 8653.0, 8691.0, 8589.0, 8677.0, 8600.0, 8674.0, 8661.0, 8573.0, 8584.0, 8587.0, 8667.0, 8580.0, 8644.0, 8572.0, 8572.0, 8596.0, 8612.0, 8663.0, 8576.0, 8642.0, 8573.0, 8593.0, 8612.0, 8581.0, 8662.0, 8576.0, 8581.0, 8599.0, 8601.0, 8684.0, 8595.0, 8662.0, 8590.0, 8604.0, 8644.0, 8611.0, 8692.0, 8589.0, 8669.0, 8594.0, 8648.0, 8632.0, 8572.0, 8643.0, 8572.0, 8664.0, 8609.0, 8591.0, 8604.0, 8573.0, 8633.0, 8599.0, 8605.0, 8607.0, 8590.0, 8603.0, 8595.0, 8643.0, 8600.0, 8619.0, 8687.0, 8589.0, 8596.0, 8680.0, 8607.0, 8623.0, 8692.0, 8602.0, 8654.0, 8612.0, 8715.0, 8685.0, 8719.0, 8694.0, 8641.0, 8576.0, 8627.0, 8587.0, 8587.0, 8598.0, 8566.0, 8584.0, 8623.0, 8600.0, 8616.0, 8634.0, 8638.0, 8710.0, 8656.0, 8706.0, 8644.0, 8689.0, 8634.0, 8663.0, 8608.0, 8649.0, 8594.0, 8590.0, 8578.0, 8596.0, 8641.0, 8640.0, 8672.0, 8626.0, 8706.0, 8666.0, 8721.0, 8705.0, 8673.0, 8731.0, 8653.0, 8721.0, 8668.0, 8715.0, 8678.0, 8705.0, 8656.0, 8680.0, 8659.0, 8682.0, 8665.0, 8658.0, 8587.0, 8640.0, 8592.0, 8668.0, 8636.0, 8657.0, 8571.0, 8637.0, 8573.0, 8642.0, 8591.0, 8659.0, 8592.0, 8656.0, 8575.0, 8643.0, 8610.0, 8671.0, 8597.0, 8648.0, 8577.0, 8662.0, 8597.0, 8688.0, 8655.0, 8664.0, 8591.0, 8658.0, 8576.0, 8680.0, 8633.0, 8636.0, 8589.0, 8600.0, 8589.0, 8622.0, 8589.0, 8574.0, 8576.0, 8572.0, 8596.0, 8599.0, 8655.0, 8577.0, 8644.0, 8579.0, 8673.0, 8599.0, 8665.0, 8591.0, 8619.0, 8600.0, 8640.0, 8626.0, 8577.0, 8618.0, 8595.0, 8652.0, 8592.0, 8677.0, 8578.0, 8662.0, 8597.0, 8704.0, 8600.0, 8496.0, 8639.0, 8464.0, 8605.0, 8660.0, 8641.0, 8588.0, 8563.0, 8548.0, 8516.0, 8534.0, 8538.0, 8625.0, 8636.0, 8624.0, 8620.0, 8621.0, 8572.0, 8617.0, 8670.0, 8657.0, 8659.0, 8669.0, 8691.0, 8654.0, 8629.0, 8645.0, 8638.0, 8590.0, 8554.0, 8600.0, 8582.0, 8553.0, 8629.0, 8566.0, 8520.0, 8594.0, 8535.0, 8609.0, 8568.0, 8555.0, 8556.0, 8530.0, 8599.0, 8561.0, 8602.0, 8581.0, 8573.0, 8649.0, 8629.0, 8690.0, 8663.0, 8637.0, 8695.0, 8654.0, 8734.0, 8700.0, 8699.0, 8668.0, 8669.0, 8686.0, 8690.0, 8706.0, 8656.0, 8698.0, 8623.0, 8715.0, 8680.0, 8717.0, 8674.0, 8700.0, 8659.0, 8678.0, 8680.0, 8671.0, 8722.0, 8649.0, 8722.0, 8702.0, 8745.0, 8734.0, 8715.0, 8695.0, 8680.0, 8683.0, 8696.0, 8713.0, 8634.0, 8706.0, 8675.0, 8731.0, 8601.0, 8346.0, 8406.0, 8450.0, 8579.0, 8618.0, 8990.0, 8925.0, 8810.0, 8799.0, 8710.0, 8780.0, 8691.0, 8687.0, 8691.0, 8660.0, 8755.0, 8675.0, 8717.0, 8632.0, 8675.0, 8636.0, 8628.0, 8663.0, 8624.0, 8677.0, 8651.0, 8584.0, 8619.0, 8558.0, 8591.0, 8552.0, 8619.0, 8526.0, 8628.0, 8662.0, 8638.0, 8684.0, 8692.0, 8684.0, 8648.0, 8645.0, 8648.0, 8631.0, 8628.0, 8598.0, 8695.0, 8660.0, 8565.0, 8568.0, 8579.0, 8568.0, 8622.0, 8641.0, 8601.0, 8689.0, 8698.0, 8679.0, 8661.0, 8661.0, 8680.0, 8679.0, 8728.0, 8660.0, 8657.0, 8649.0, 8622.0, 8666.0, 8626.0, 8563.0, 8637.0, 8554.0, 8613.0, 8551.0, 8542.0, 8543.0, 8531.0, 8608.0, 8573.0, 8642.0, 8605.0, 8631.0, 8602.0, 8608.0, 8642.0, 8617.0, 8693.0, 8641.0, 8734.0, 8673.0, 8737.0, 8711.0, 8716.0, 8690.0, 8747.0, 8696.0, 8685.0, 8722.0, 8681.0, 8720.0, 8696.0, 8647.0, 8727.0, 8687.0, 8769.0, 8719.0, 8762.0, 8719.0, 8749.0, 8716.0, 8725.0, 8684.0, 8681.0, 8669.0, 8683.0, 8695.0, 8621.0, 8710.0, 8638.0, 8710.0, 8657.0, 8727.0, 8664.0, 8704.0, 8663.0, 8729.0, 8672.0, 8683.0, 8666.0, 8667.0, 8681.0, 8689.0, 8714.0, 8654.0, 8728.0, 8668.0, 8746.0, 8700.0, 8742.0, 8684.0, 8695.0, 8683.0, 8704.0, 8718.0, 8655.0, 8728.0, 8667.0, 8739.0, 8682.0, 8742.0, 8682.0, 8708.0, 8647.0, 8694.0, 8640.0, 8676.0, 8629.0, 8614.0, 8627.0, 8609.0, 8690.0, 8653.0, 8705.0, 8652.0, 8681.0, 8658.0, 8686.0, 8719.0, 8678.0, 8728.0, 8651.0, 8742.0, 8697.0, 8738.0, 8658.0, 8645.0, 8671.0, 8643.0, 8712.0, 8638.0, 8650.0, 8654.0, 8645.0, 8732.0, 8672.0, 8728.0, 8671.0, 8729.0, 8688.0, 8728.0, 8666.0, 8689.0, 8634.0, 8678.0, 8646.0, 8631.0, 8627.0, 8584.0, 8641.0, 8607.0, 8690.0, 8650.0, 8659.0, 8630.0, 8620.0, 8666.0, 8626.0, 8725.0, 8638.0, 8722.0, 8667.0, 8718.0, 8688.0, 8624.0, 8709.0, 8660.0, 8709.0, 8724.0, 8667.0, 8762.0, 8705.0, 8738.0, 8744.0, 8691.0, 8746.0, 8687.0, 8754.0, 8707.0, 8693.0, 8737.0, 8643.0, 8698.0, 8636.0, 8615.0, 8685.0, 8603.0, 8587.0, 8616.0, 8611.0, 8740.0, 8669.0, 8656.0, 8735.0, 8624.0, 8605.0, 8621.0, 8617.0, 8601.0, 8695.0, 8623.0, 8587.0, 8584.0, 8623.0, 8580.0, 8599.0, 8632.0, 8605.0, 8690.0, 8627.0, 8584.0, 8661.0, 8594.0, 8722.0, 8654.0, 8636.0, 8622.0, 8573.0, 8619.0, 8591.0, 8593.0, 8642.0, 8599.0, 8586.0, 8622.0, 8629.0, 8628.0, 8630.0, 8733.0, 8729.0, 8705.0, 8782.0, 8732.0, 8743.0, 8709.0, 8694.0, 8700.0, 8712.0, 8690.0, 8635.0, 8645.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.01105269483568075</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.16246042375586855</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.7208538736654</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0161619068233092</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.003587149351505</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4704</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4644.6094</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.3564441762323012</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>486</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>45.63380281690141</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.2307344932394653</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.979164292607552</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3863762828988615</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>3.326662904211982</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115565</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007675554603338242</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03355909511446953</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1065</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.878997817088636</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>14.2736</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2349</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.6318</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307835.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>795.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.4482</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.552</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.9193</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3070.4867</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3304.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68709.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1061.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4007.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.7602</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>14.81647059507668</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> |