=== 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-0084 --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-0084",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-01/func/sub-0084_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>1ac3d6cc1407c8e2c98e2431dcc01144</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>13:27:57.520000</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.999116, 0.0159636, 0.0388966, -0.0155209, 0.999812, -0.0116558]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.108305</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7740, -7256, 536, -85, -306, 129, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>282.93</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6c07dadb-5b10-41ec-b195-86c21d1f9a11||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.6805543899536133, -0.0416414849460125, 0.10550351440906525, 113.43882751464844], [-0.04282908886671066, 2.6824214458465576, -0.029812777414917946, -92.00482177734375], [0.10435683280229568, 0.03127162531018257, 2.6977732181549072, -83.01593780517578], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['132757.520000', '132757.980000', '132758.440000', '132758.900000', '132759.360000', '132759.820000', '132800.280000', '132800.740000', '132801.200000', '132801.660000', '132802.120000', '132802.580000', '132803.040000', '132803.500000', '132803.960000', '132804.420000', '132804.880000', '132805.340000', '132805.800000', '132806.260000', '132806.720000', '132807.180000', '132807.640000', '132808.100000', '132808.560000', '132809.020000', '132809.480000', '132809.940000', '132810.400000', '132810.860000', '132811.320000', '132811.780000', '132812.240000', '132812.700000', '132813.160000', '132813.620000', '132814.080000', '132814.540000', '132815.000000', '132815.460000', '132815.920000', '132816.380000', '132816.840000', '132817.300000', '132817.760000', '132818.220000', '132818.680000', '132819.140000', '132819.600000', '132820.060000', '132820.520000', '132820.980000', '132821.440000', '132821.900000', '132822.360000', '132822.820000', '132823.280000', '132823.740000', '132824.200000', '132824.660000', '132825.120000', '132825.580000', '132826.040000', '132826.500000', '132826.960000', '132827.420000', '132827.880000', '132828.340000', '132828.800000', '132829.260000', '132829.720000', '132830.180000', '132830.640000', '132831.100000', '132831.560000', '132832.020000', '132832.480000', '132832.940000', '132833.400000', '132833.860000', '132834.320000', '132834.780000', '132835.240000', '132835.700000', '132836.160000', '132836.620000', '132837.080000', '132837.540000', '132838.000000', '132838.460000', '132838.920000', '132839.380000', '132839.840000', '132840.300000', '132840.760000', '132841.220000', '132841.680000', '132842.140000', '132842.600000', '132843.060000', '132843.520000', '132843.980000', '132844.440000', '132844.900000', '132845.360000', '132845.820000', '132846.280000', '132846.740000', '132847.200000', '132847.660000', '132848.120000', '132848.580000', '132849.040000', '132849.500000', '132849.960000', '132850.420000', '132850.880000', '132851.340000', '132851.800000', '132852.260000', '132852.720000', '132853.180000', '132853.640000', '132854.100000', '132854.560000', '132855.020000', '132855.480000', '132855.940000', '132856.400000', '132856.860000', '132857.320000', '132857.780000', '132858.240000', '132858.700000', '132859.160000', '132859.620000', '132900.080000', '132900.540000', '132901.000000', '132901.460000', '132901.920000', '132902.380000', '132902.840000', '132903.300000', '132903.760000', '132904.220000', '132904.680000', '132905.140000', '132905.600000', '132906.060000', '132906.520000', '132906.980000', '132907.440000', '132907.900000', '132908.360000', '132908.820000', '132909.280000', '132909.740000', '132910.200000', '132910.660000', '132911.120000', '132911.580000', '132912.040000', '132912.500000', '132912.960000', '132913.420000', '132913.880000', '132914.340000', '132914.800000', '132915.260000', '132915.720000', '132916.180000', '132916.640000', '132917.100000', '132917.560000', '132918.020000', '132918.480000', '132918.940000', '132919.400000', '132919.860000', '132920.320000', '132920.780000', '132921.240000', '132921.700000', '132922.160000', '132922.620000', '132923.080000', '132923.540000', '132924.000000', '132924.460000', '132924.920000', '132925.380000', '132925.840000', '132926.300000', '132926.760000', '132927.220000', '132927.680000', '132928.140000', '132928.600000', '132929.060000', '132929.520000', '132929.980000', '132930.440000', '132930.900000', '132931.360000', '132931.820000', '132932.280000', '132932.740000', '132933.200000', '132933.660000', '132934.120000', '132934.580000', '132935.040000', '132935.500000', '132935.960000', '132936.420000', '132936.880000', '132937.340000', '132937.800000', '132938.260000', '132938.720000', '132939.180000', '132939.640000', '132940.100000', '132940.560000', '132941.020000', '132941.480000', '132941.940000', '132942.400000', '132942.860000', '132943.320000', '132943.780000', '132944.240000', '132944.700000', '132945.160000', '132945.620000', '132946.080000', '132946.540000', '132947.000000', '132947.460000', '132947.920000', '132948.380000', '132948.840000', '132949.300000', '132949.760000', '132950.220000', '132950.680000', '132951.140000', '132951.600000', '132952.060000', '132952.520000', '132952.980000', '132953.440000', '132953.900000', '132954.360000', '132954.820000', '132955.280000', '132955.740000', '132956.200000', '132956.660000', '132957.120000', '132957.580000', '132958.040000', '132958.500000', '132958.960000', '132959.420000', '132959.880000', '133000.340000', '133000.800000', '133001.260000', '133001.720000', '133002.180000', '133002.640000', '133003.100000', '133003.560000', '133004.020000', '133004.480000', '133004.940000', '133005.400000', '133005.860000', '133006.320000', '133006.780000', '133007.240000', '133007.700000', '133008.160000', '133008.620000', '133009.080000', '133009.540000', '133010.000000', '133010.460000', '133010.920000', '133011.380000', '133011.840000', '133012.300000', '133012.760000', '133013.220000', '133013.680000', '133014.140000', '133014.600000', '133015.060000', '133015.520000', '133015.980000', '133016.440000', '133016.900000', '133017.360000', '133017.820000', '133018.280000', '133018.740000', '133019.200000', '133019.660000', '133020.120000', '133020.580000', '133021.040000', '133021.500000', '133021.960000', '133022.420000', '133022.880000', '133023.340000', '133023.800000', '133024.260000', '133024.720000', '133025.180000', '133025.640000', '133026.100000', '133026.560000', '133027.020000', '133027.480000', '133027.940000', '133028.400000', '133028.860000', '133029.320000', '133029.780000', '133030.240000', '133030.700000', '133031.160000', '133031.620000', '133032.080000', '133032.540000', '133033.000000', '133033.460000', '133033.920000', '133034.380000', '133034.840000', '133035.300000', '133035.760000', '133036.220000', '133036.680000', '133037.140000', '133037.600000', '133038.060000', '133038.520000', '133038.980000', '133039.440000', '133039.900000', '133040.360000', '133040.820000', '133041.280000', '133041.740000', '133042.200000', '133042.660000', '133043.120000', '133043.580000', '133044.040000', '133044.500000', '133044.960000', '133045.420000', '133045.880000', '133046.340000', '133046.800000', '133047.260000', '133047.720000', '133048.180000', '133048.640000', '133049.100000', '133049.560000', '133050.020000', '133050.480000', '133050.940000', '133051.400000', '133051.860000', '133052.320000', '133052.780000', '133053.240000', '133053.700000', '133054.160000', '133054.620000', '133055.080000', '133055.540000', '133056.000000', '133056.460000', '133056.920000', '133057.380000', '133057.840000', '133058.300000', '133058.760000', '133059.220000', '133059.680000', '133100.140000', '133100.600000', '133101.060000', '133101.520000', '133101.980000', '133102.440000', '133102.900000', '133103.360000', '133103.820000', '133104.280000', '133104.740000', '133105.200000', '133105.660000', '133106.120000', '133106.580000', '133107.040000', '133107.500000', '133107.960000', '133108.420000', '133108.880000', '133109.340000', '133109.800000', '133110.260000', '133110.720000', '133111.180000', '133111.640000', '133112.100000', '133112.560000', '133113.020000', '133113.480000', '133113.940000', '133114.400000', '133114.860000', '133115.320000', '133115.780000', '133116.240000', '133116.700000', '133117.160000', '133117.620000', '133118.080000', '133118.540000', '133119.000000', '133119.460000', '133119.920000', '133120.380000', '133120.840000', '133121.300000', '133121.760000', '133122.220000', '133122.680000', '133123.140000', '133123.600000', '133124.060000', '133124.520000', '133124.980000', '133125.440000', '133125.900000', '133126.360000', '133126.820000', '133127.280000', '133127.740000', '133128.200000', '133128.660000', '133129.120000', '133129.580000', '133130.040000', '133130.500000', '133130.960000', '133131.420000', '133131.880000', '133132.340000', '133132.800000', '133133.260000', '133133.720000', '133134.180000', '133134.640000', '133135.100000', '133135.560000', '133136.020000', '133136.480000', '133136.940000', '133137.400000', '133137.860000', '133138.320000', '133138.780000', '133139.240000', '133139.700000', '133140.160000', '133140.620000', '133141.080000', '133141.540000', '133142.000000', '133142.460000', '133142.920000', '133143.380000', '133143.840000', '133144.300000', '133144.760000', '133145.220000', '133145.680000', '133146.140000', '133146.600000', '133147.060000', '133147.520000', '133147.980000', '133148.440000', '133148.900000', '133149.360000', '133149.820000', '133150.280000', '133150.740000', '133151.200000', '133151.660000', '133152.120000', '133152.580000', '133153.040000', '133153.500000', '133153.960000', '133154.420000', '133154.880000', '133155.340000', '133155.800000', '133156.260000', '133156.720000', '133157.180000', '133157.640000', '133158.100000', '133158.560000', '133159.020000', '133159.480000', '133159.940000', '133200.400000', '133200.860000', '133201.320000', '133201.780000', '133202.240000', '133202.700000', '133203.160000', '133203.620000', '133204.080000', '133204.540000', '133205.000000', '133205.460000', '133205.920000', '133206.380000', '133206.840000', '133207.300000', '133207.760000', '133208.220000', '133208.680000', '133209.140000', '133209.600000', '133210.060000', '133210.520000', '133210.980000', '133211.440000', '133211.900000', '133212.360000', '133212.820000', '133213.280000', '133213.740000', '133214.200000', '133214.660000', '133215.120000', '133215.580000', '133216.040000', '133216.500000', '133216.960000', '133217.420000', '133217.880000', '133218.340000', '133218.800000', '133219.260000', '133219.720000', '133220.180000', '133220.640000', '133221.100000', '133221.560000', '133222.020000', '133222.480000', '133222.940000', '133223.400000', '133223.860000', '133224.320000', '133224.780000', '133225.240000', '133225.700000', '133226.160000', '133226.620000', '133227.080000', '133227.540000', '133228.000000', '133228.460000', '133228.920000', '133229.380000', '133229.840000', '133230.300000', '133230.760000', '133231.220000', '133231.680000', '133232.140000', '133232.600000', '133233.060000', '133233.520000', '133233.980000', '133234.440000', '133234.900000', '133235.360000', '133235.820000', '133236.280000', '133236.740000', '133237.200000', '133237.660000', '133238.120000', '133238.580000', '133239.040000', '133239.500000', '133239.960000', '133240.420000', '133240.880000', '133241.340000', '133241.800000', '133242.260000', '133242.720000', '133243.180000', '133243.640000', '133244.100000', '133244.560000', '133245.020000', '133245.480000', '133245.940000', '133246.400000', '133246.860000', '133247.320000', '133247.780000', '133248.240000', '133248.700000', '133249.160000', '133249.620000', '133250.080000', '133250.540000', '133251.000000', '133251.460000', '133251.920000', '133252.380000', '133252.840000', '133253.300000', '133253.760000', '133254.220000', '133254.680000', '133255.140000', '133255.600000', '133256.060000', '133256.520000', '133256.980000', '133257.440000', '133257.900000', '133258.360000', '133258.820000', '133259.280000', '133259.740000', '133300.200000', '133300.660000', '133301.120000', '133301.580000', '133302.040000', '133302.500000', '133302.960000', '133303.420000', '133303.880000', '133304.340000', '133304.800000', '133305.260000', '133305.720000', '133306.180000', '133306.640000', '133307.100000', '133307.560000', '133308.020000', '133308.480000', '133308.940000', '133309.400000', '133309.860000', '133310.320000', '133310.780000', '133311.240000', '133311.700000', '133312.160000', '133312.620000', '133313.080000', '133313.540000', '133314.000000', '133314.460000', '133314.920000', '133315.380000', '133315.840000', '133316.300000', '133316.760000', '133317.220000', '133317.680000', '133318.140000', '133318.600000', '133319.060000', '133319.520000', '133319.980000', '133320.440000', '133320.900000', '133321.360000', '133321.820000', '133322.280000', '133322.740000', '133323.200000', '133323.660000', '133324.120000', '133324.580000', '133325.040000', '133325.500000', '133325.960000', '133326.420000', '133326.880000', '133327.340000', '133327.800000', '133328.260000', '133328.720000', '133329.180000', '133329.640000', '133330.100000', '133330.560000', '133331.020000', '133331.480000', '133331.940000', '133332.400000', '133332.860000', '133333.320000', '133333.780000', '133334.240000', '133334.700000', '133335.160000', '133335.620000', '133336.080000', '133336.540000', '133337.000000', '133337.460000', '133337.920000', '133338.380000', '133338.840000', '133339.300000', '133339.760000', '133340.220000', '133340.680000', '133341.140000', '133341.600000', '133342.060000', '133342.520000', '133342.980000', '133343.440000', '133343.900000', '133344.360000', '133344.820000', '133345.280000', '133345.740000', '133346.200000', '133346.660000', '133347.120000', '133347.580000', '133348.040000', '133348.500000', '133348.960000', '133349.420000', '133349.880000', '133350.340000', '133350.800000', '133351.260000', '133351.720000', '133352.180000', '133352.640000', '133353.100000', '133353.560000', '133354.020000', '133354.480000', '133354.940000', '133355.400000', '133355.860000', '133356.320000', '133356.780000', '133357.240000', '133357.700000', '133358.160000', '133358.620000', '133359.080000', '133359.540000', '133400.000000', '133400.460000', '133400.920000', '133401.380000', '133401.840000', '133402.300000', '133402.760000', '133403.220000', '133403.680000', '133404.140000', '133404.600000', '133405.060000', '133405.520000', '133405.980000', '133406.440000', '133406.900000', '133407.360000', '133407.820000', '133408.280000', '133408.740000', '133409.200000', '133409.660000', '133410.120000', '133410.580000', '133411.040000', '133411.500000', '133411.960000', '133412.420000', '133412.880000', '133413.340000', '133413.800000', '133414.260000', '133414.720000', '133415.180000', '133415.640000', '133416.100000', '133416.560000', '133417.020000', '133417.480000', '133417.940000', '133418.400000', '133418.860000', '133419.320000', '133419.780000', '133420.240000', '133420.700000', '133421.160000', '133421.620000', '133422.080000', '133422.540000', '133423.000000', '133423.460000', '133423.920000', '133424.380000', '133424.840000', '133425.300000', '133425.760000', '133426.220000', '133426.680000', '133427.140000', '133427.600000', '133428.060000', '133428.520000', '133428.980000', '133429.440000', '133429.900000', '133430.360000', '133430.820000', '133431.280000', '133431.740000', '133432.200000', '133432.660000', '133433.120000', '133433.580000', '133434.040000', '133434.500000', '133434.960000', '133435.420000', '133435.880000', '133436.340000', '133436.800000', '133437.260000', '133437.720000', '133438.180000', '133438.640000', '133439.100000', '133439.560000', '133440.020000', '133440.480000', '133440.940000', '133441.400000', '133441.860000', '133442.320000', '133442.780000', '133443.240000', '133443.700000', '133444.160000', '133444.620000', '133445.080000', '133445.540000', '133446.000000', '133446.460000', '133446.920000', '133447.380000', '133447.840000', '133448.300000', '133448.760000', '133449.220000', '133449.680000', '133450.140000', '133450.600000', '133451.060000', '133451.520000', '133451.980000', '133452.440000', '133452.900000', '133453.360000', '133453.820000', '133454.280000', '133454.740000', '133455.200000', '133455.660000', '133456.120000', '133456.580000', '133457.040000', '133457.500000', '133457.960000', '133458.420000', '133458.880000', '133459.340000', '133459.800000', '133500.260000', '133500.720000', '133501.180000', '133501.640000', '133502.100000', '133502.560000', '133503.020000', '133503.480000', '133503.940000', '133504.400000', '133504.860000', '133505.320000', '133505.780000', '133506.240000', '133506.700000', '133507.160000', '133507.620000', '133508.080000', '133508.540000', '133509.000000', '133509.460000', '133509.920000', '133510.380000', '133510.840000', '133511.300000', '133511.760000', '133512.220000', '133512.680000', '133513.140000', '133513.600000', '133514.060000', '133514.520000', '133514.980000', '133515.440000', '133515.900000', '133516.360000', '133516.820000', '133517.280000', '133517.740000', '133518.200000', '133518.660000', '133519.120000', '133519.580000', '133520.040000', '133520.500000', '133520.960000', '133521.420000', '133521.880000', '133522.340000', '133522.800000', '133523.260000', '133523.720000', '133524.180000', '133524.640000', '133525.100000', '133525.560000', '133526.020000', '133526.480000', '133526.940000', '133527.400000', '133527.860000', '133528.320000', '133528.780000', '133529.240000', '133529.700000', '133530.160000', '133530.620000', '133531.080000', '133531.540000', '133532.000000', '133532.460000', '133532.920000', '133533.380000', '133533.840000', '133534.300000', '133534.760000', '133535.220000', '133535.680000', '133536.140000', '133536.600000', '133537.060000', '133537.520000', '133537.980000', '133538.440000', '133538.900000', '133539.360000', '133539.820000', '133540.280000', '133540.740000', '133541.200000', '133541.660000', '133542.120000', '133542.580000', '133543.040000', '133543.500000', '133543.960000', '133544.420000', '133544.880000', '133545.340000', '133545.800000', '133546.260000', '133546.720000', '133547.180000', '133547.640000', '133548.100000', '133548.560000', '133549.020000', '133549.480000', '133549.940000', '133550.400000', '133550.860000', '133551.320000', '133551.780000', '133552.240000', '133552.700000', '133553.160000', '133553.620000', '133554.080000', '133554.540000', '133555.000000', '133555.460000', '133555.920000', '133556.380000', '133556.840000', '133557.300000', '133557.760000', '133558.220000', '133558.680000', '133559.140000', '133559.600000', '133600.060000', '133600.520000', '133600.980000', '133601.440000', '133601.900000', '133602.360000', '133602.820000', '133603.280000', '133603.740000', '133604.200000', '133604.660000', '133605.120000', '133605.580000', '133606.040000', '133606.500000', '133606.960000', '133607.420000', '133607.880000', '133608.340000', '133608.800000', '133609.260000', '133609.720000', '133610.180000', '133610.640000'], 'ContentTime': ['132816.828000', '132816.831000', '132816.834000', '132816.837000', '132816.839000', '132816.842000', '132816.844000', '132816.847000', '132816.850000', '132816.852000', '132816.855000', '132816.858000', '132816.860000', '132816.863000', '132816.866000', '132816.868000', '132816.871000', '132816.873000', '132816.876000', '132816.878000', '132816.881000', '132816.883000', '132816.886000', '132816.889000', '132816.891000', '132816.894000', '132816.896000', '132816.900000', '132816.902000', '132816.905000', '132816.908000', '132816.910000', '132816.913000', '132816.915000', '132816.918000', '132816.920000', '132816.923000', '132816.925000', '132816.928000', '132836.791000', '132836.794000', '132836.797000', '132836.799000', '132836.802000', '132836.805000', '132836.807000', '132836.810000', '132836.812000', '132836.815000', '132836.818000', '132836.820000', '132836.823000', '132836.825000', '132836.828000', '132836.830000', '132836.833000', '132836.836000', '132836.838000', '132836.841000', '132836.844000', '132836.846000', '132836.849000', '132836.851000', '132836.854000', '132836.857000', '132836.859000', '132836.862000', '132836.864000', '132836.867000', '132836.870000', '132836.872000', '132836.875000', '132836.877000', '132836.880000', '132836.882000', '132836.885000', '132836.887000', '132836.890000', '132836.892000', '132836.895000', '132836.898000', '132836.900000', '132856.791000', '132856.794000', '132856.797000', '132856.799000', '132856.802000', '132856.805000', '132856.807000', '132856.810000', '132856.812000', '132856.815000', '132856.824000', '132856.827000', '132856.829000', '132856.832000', '132856.835000', '132856.837000', '132856.840000', '132856.842000', '132856.845000', '132856.848000', '132856.850000', '132856.853000', '132856.855000', '132856.858000', '132856.860000', '132856.863000', '132856.866000', '132856.868000', '132856.871000', '132856.873000', '132856.876000', '132856.878000', '132856.881000', '132856.883000', '132856.886000', '132856.889000', '132856.891000', '132856.894000', '132856.896000', '132856.899000', '132856.901000', '132856.904000', '132856.906000', '132856.909000', '132916.800000', '132916.803000', '132916.806000', '132916.808000', '132916.811000', '132916.814000', '132916.816000', '132916.819000', '132916.821000', '132916.824000', '132916.827000', '132916.829000', '132916.832000', '132916.834000', '132916.837000', '132916.840000', '132916.843000', '132916.845000', '132916.848000', '132916.851000', '132916.853000', '132916.856000', '132916.858000', '132916.861000', '132916.864000', '132916.866000', '132916.869000', '132916.872000', '132916.874000', '132916.877000', '132916.879000', '132916.882000', '132916.885000', '132916.890000', '132916.894000', '132916.896000', '132916.899000', '132916.902000', '132916.904000', '132916.907000', '132916.910000', '132916.912000', '132916.915000', '132936.790000', '132936.793000', '132936.796000', '132936.799000', '132936.801000', '132936.804000', '132936.807000', '132936.809000', '132936.812000', '132936.814000', '132936.817000', '132936.819000', '132936.822000', '132936.825000', '132936.827000', '132936.830000', '132936.832000', '132936.835000', '132936.838000', '132936.840000', '132936.843000', '132936.853000', '132936.856000', '132936.858000', '132936.861000', '132936.863000', '132936.866000', '132936.869000', '132936.871000', '132936.874000', '132936.876000', '132936.879000', '132936.882000', '132936.884000', '132936.887000', '132936.889000', '132936.892000', '132936.895000', '132936.897000', '132936.900000', '132936.902000', '132936.905000', '132936.908000', '132936.910000', '132956.791000', '132956.794000', '132956.797000', '132956.799000', '132956.802000', '132956.805000', '132956.807000', '132956.810000', '132956.812000', '132956.815000', '132956.818000', '132956.820000', '132956.823000', '132956.825000', '132956.828000', '132956.831000', '132956.833000', '132956.836000', '132956.838000', '132956.841000', '132956.844000', '132956.846000', '132956.849000', '132956.851000', '132956.854000', '132956.857000', '132956.859000', '132956.862000', '132956.865000', '132956.867000', '132956.870000', '132956.873000', '132956.875000', '132956.878000', '132956.880000', '132956.883000', '132956.886000', '132956.888000', '132956.891000', '132956.893000', '132956.896000', '132956.899000', '132956.901000', '133016.791000', '133016.794000', '133016.797000', '133016.800000', '133016.802000', '133016.805000', '133016.808000', '133016.810000', '133016.813000', '133016.816000', '133016.818000', '133016.821000', '133016.823000', '133016.826000', '133016.829000', '133016.831000', '133016.834000', '133016.837000', '133016.839000', '133016.842000', '133016.844000', '133016.847000', '133016.849000', '133016.852000', '133016.855000', '133016.857000', '133016.860000', '133016.862000', '133016.865000', '133016.868000', '133016.870000', '133016.873000', '133016.876000', '133016.878000', '133016.881000', '133016.884000', '133016.886000', '133016.889000', '133016.891000', '133016.894000', '133016.897000', '133016.899000', '133016.902000', '133016.904000', '133036.791000', '133036.794000', '133036.797000', '133036.800000', '133036.802000', '133036.805000', '133036.807000', '133036.810000', '133036.813000', '133036.815000', '133036.818000', '133036.820000', '133036.823000', '133036.826000', '133036.828000', '133036.831000', '133036.833000', '133036.836000', '133036.838000', '133036.841000', '133036.844000', '133036.846000', '133036.849000', '133036.852000', '133036.854000', '133036.870000', '133036.872000', '133036.875000', '133036.877000', '133036.880000', '133036.883000', '133036.885000', '133036.888000', '133036.890000', '133036.893000', '133036.896000', '133036.898000', '133036.901000', '133036.904000', '133036.906000', '133036.909000', '133036.912000', '133036.915000', '133056.791000', '133056.794000', '133056.797000', '133056.799000', '133056.802000', '133056.805000', '133056.807000', '133056.810000', '133056.813000', '133056.815000', '133056.818000', '133056.820000', '133056.823000', '133056.826000', '133056.828000', '133056.831000', '133056.834000', '133056.836000', '133056.839000', '133056.841000', '133056.844000', '133056.846000', '133056.849000', '133056.851000', '133056.854000', '133056.857000', '133056.859000', '133056.862000', '133056.865000', '133056.867000', '133056.870000', '133056.872000', '133056.875000', '133056.878000', '133056.880000', '133056.883000', '133056.885000', '133056.888000', '133056.890000', '133056.893000', '133056.896000', '133056.898000', '133056.901000', '133056.903000', '133116.792000', '133116.794000', '133116.797000', '133116.800000', '133116.802000', '133116.805000', '133116.808000', '133116.810000', '133116.813000', '133116.815000', '133116.818000', '133116.821000', '133116.823000', '133116.826000', '133116.828000', '133116.831000', '133116.834000', '133116.836000', '133116.839000', '133116.842000', '133116.844000', '133116.847000', '133116.850000', '133116.852000', '133116.855000', '133116.857000', '133116.860000', '133116.869000', '133116.871000', '133116.874000', '133116.877000', '133116.879000', '133116.882000', '133116.884000', '133116.887000', '133116.890000', '133116.892000', '133116.895000', '133116.898000', '133116.900000', '133116.903000', '133116.905000', '133116.908000', '133136.790000', '133136.793000', '133136.796000', '133136.799000', '133136.801000', '133136.804000', '133136.806000', '133136.809000', '133136.812000', '133136.815000', '133136.817000', '133136.820000', '133136.822000', '133136.825000', '133136.827000', '133136.830000', '133136.833000', '133136.835000', '133136.838000', '133136.841000', '133136.843000', '133136.846000', '133136.848000', '133136.851000', '133136.854000', '133136.856000', '133136.859000', '133136.861000', '133136.864000', '133136.866000', '133136.869000', '133136.872000', '133136.874000', '133136.877000', '133136.879000', '133136.882000', '133136.885000', '133136.887000', '133136.890000', '133136.892000', '133136.895000', '133136.898000', '133136.900000', '133136.903000', '133156.790000', '133156.793000', '133156.796000', '133156.799000', '133156.801000', '133156.804000', '133156.806000', '133156.809000', '133156.811000', '133156.814000', '133156.817000', '133156.819000', '133156.822000', '133156.824000', '133156.827000', '133156.830000', '133156.832000', '133156.835000', '133156.838000', '133156.840000', '133156.843000', '133156.845000', '133156.848000', '133156.851000', '133156.853000', '133156.856000', '133156.859000', '133156.861000', '133156.864000', '133156.867000', '133156.869000', '133156.872000', '133156.875000', '133156.877000', '133156.880000', '133156.883000', '133156.885000', '133156.888000', '133156.890000', '133156.893000', '133156.895000', '133156.898000', '133156.901000', '133216.791000', '133216.794000', '133216.797000', '133216.800000', '133216.802000', '133216.805000', '133216.807000', '133216.822000', '133216.824000', '133216.827000', '133216.830000', '133216.832000', '133216.835000', '133216.837000', '133216.840000', '133216.842000', '133216.845000', '133216.848000', '133216.850000', '133216.853000', '133216.856000', '133216.858000', '133216.861000', '133216.864000', '133216.866000', '133216.869000', '133216.871000', '133216.874000', '133216.877000', '133216.879000', '133216.882000', '133216.884000', '133216.887000', '133216.890000', '133216.892000', '133216.895000', '133216.898000', '133216.900000', '133216.903000', '133216.905000', '133216.908000', '133216.910000', '133216.913000', '133216.916000', '133236.791000', '133236.794000', '133236.797000', '133236.800000', '133236.802000', '133236.805000', '133236.808000', '133236.810000', '133236.813000', '133236.816000', '133236.818000', '133236.821000', '133236.823000', '133236.826000', '133236.828000', '133236.831000', '133236.838000', '133236.840000', '133236.843000', '133236.846000', '133236.848000', '133236.851000', '133236.854000', '133236.856000', '133236.859000', '133236.861000', '133236.864000', '133236.867000', '133236.869000', '133236.872000', '133236.874000', '133236.877000', '133236.880000', '133236.882000', '133236.885000', '133236.887000', '133236.890000', '133236.892000', '133236.895000', '133236.898000', '133236.900000', '133236.903000', '133236.905000', '133256.792000', '133256.794000', '133256.797000', '133256.800000', '133256.802000', '133256.805000', '133256.808000', '133256.810000', '133256.813000', '133256.816000', '133256.818000', '133256.821000', '133256.824000', '133256.827000', '133256.829000', '133256.832000', '133256.835000', '133256.837000', '133256.840000', '133256.842000', '133256.845000', '133256.848000', '133256.850000', '133256.853000', '133256.856000', '133256.858000', '133256.861000', '133256.863000', '133256.866000', '133256.869000', '133256.871000', '133256.874000', '133256.876000', '133256.879000', '133256.882000', '133256.884000', '133256.887000', '133256.889000', '133256.892000', '133256.894000', '133256.897000', '133256.900000', '133256.902000', '133256.905000', '133316.791000', '133316.794000', '133316.797000', '133316.800000', '133316.802000', '133316.805000', '133316.807000', '133316.810000', '133316.813000', '133316.815000', '133316.818000', '133316.821000', '133316.823000', '133316.826000', '133316.829000', '133316.831000', '133316.834000', '133316.837000', '133316.839000', '133316.842000', '133316.844000', '133316.847000', '133316.850000', '133316.852000', '133316.855000', '133316.857000', '133316.860000', '133316.863000', '133316.865000', '133316.868000', '133316.870000', '133316.873000', '133316.876000', '133316.878000', '133316.881000', '133316.883000', '133316.886000', '133316.889000', '133316.891000', '133316.894000', '133316.896000', '133316.899000', '133316.902000', '133336.791000', '133336.794000', '133336.797000', '133336.800000', '133336.802000', '133336.805000', '133336.807000', '133336.810000', '133336.813000', '133336.815000', '133336.818000', '133336.821000', '133336.823000', '133336.826000', '133336.828000', '133336.831000', '133336.834000', '133336.836000', '133336.839000', '133336.841000', '133336.844000', '133336.847000', '133336.849000', '133336.852000', '133336.854000', '133336.857000', '133336.860000', '133336.862000', '133336.865000', '133336.867000', '133336.870000', '133336.873000', '133336.888000', '133336.890000', '133336.893000', '133336.897000', '133336.900000', '133336.903000', '133336.905000', '133336.908000', '133336.911000', '133336.913000', '133336.916000', '133336.919000', '133356.790000', '133356.793000', '133356.796000', '133356.799000', '133356.802000', '133356.804000', '133356.807000', '133356.809000', '133356.812000', '133356.815000', '133356.817000', '133356.820000', '133356.823000', '133356.825000', '133356.828000', '133356.830000', '133356.833000', '133356.836000', '133356.838000', '133356.841000', '133356.844000', '133356.846000', '133356.849000', '133356.851000', '133356.854000', '133356.857000', '133356.859000', '133356.862000', '133356.865000', '133356.867000', '133356.870000', '133356.872000', '133356.875000', '133356.878000', '133356.880000', '133356.883000', '133356.886000', '133356.888000', '133356.891000', '133356.893000', '133356.896000', '133356.899000', '133356.901000', '133416.790000', '133416.793000', '133416.796000', '133416.799000', '133416.801000', '133416.804000', '133416.806000', '133416.809000', '133416.813000', '133416.815000', '133416.818000', '133416.821000', '133416.823000', '133416.826000', '133416.828000', '133416.831000', '133416.834000', '133416.836000', '133416.839000', '133416.842000', '133416.844000', '133416.847000', '133416.849000', '133416.852000', '133416.855000', '133416.857000', '133416.860000', '133416.863000', '133416.865000', '133416.868000', '133416.871000', '133416.873000', '133416.876000', '133416.878000', '133416.881000', '133416.884000', '133416.886000', '133416.889000', '133416.891000', '133416.894000', '133416.897000', '133416.899000', '133416.902000', '133416.905000', '133436.792000', '133436.795000', '133436.797000', '133436.800000', '133436.802000', '133436.805000', '133436.808000', '133436.810000', '133436.813000', '133436.815000', '133436.818000', '133436.821000', '133436.823000', '133436.826000', '133436.828000', '133436.831000', '133436.833000', '133436.836000', '133436.839000', '133436.841000', '133436.844000', '133436.847000', '133436.849000', '133436.852000', '133436.854000', '133436.857000', '133436.860000', '133436.862000', '133436.865000', '133436.868000', '133436.871000', '133436.873000', '133436.876000', '133436.878000', '133436.881000', '133436.884000', '133436.886000', '133436.889000', '133436.892000', '133436.894000', '133436.897000', '133436.899000', '133436.902000', '133456.791000', '133456.794000', '133456.797000', '133456.800000', '133456.802000', '133456.805000', '133456.807000', '133456.810000', '133456.813000', '133456.815000', '133456.818000', '133456.820000', '133456.823000', '133456.826000', '133456.828000', '133456.831000', '133456.833000', '133456.836000', '133456.839000', '133456.841000', '133456.844000', '133456.846000', '133456.849000', '133456.852000', '133456.854000', '133456.857000', '133456.860000', '133456.862000', '133456.865000', '133456.867000', '133456.870000', '133456.873000', '133456.875000', '133456.878000', '133456.880000', '133456.883000', '133456.886000', '133456.888000', '133456.891000', '133456.893000', '133456.896000', '133456.898000', '133456.901000', '133456.917000', '133516.791000', '133516.794000', '133516.797000', '133516.799000', '133516.802000', '133516.805000', '133516.807000', '133516.810000', '133516.813000', '133516.815000', '133516.818000', '133516.821000', '133516.823000', '133516.826000', '133516.829000', '133516.831000', '133516.834000', '133516.836000', '133516.839000', '133516.842000', '133516.844000', '133516.847000', '133516.849000', '133516.852000', '133516.855000', '133516.857000', '133516.860000', '133516.862000', '133516.865000', '133516.868000', '133516.870000', '133516.873000', '133516.876000', '133516.878000', '133516.881000', '133516.883000', '133516.886000', '133516.889000', '133516.891000', '133516.894000', '133516.896000', '133516.899000', '133516.902000', '133536.791000', '133536.794000', '133536.797000', '133536.800000', '133536.802000', '133536.805000', '133536.807000', '133536.810000', '133536.812000', '133536.815000', '133536.834000', '133536.836000', '133536.839000', '133536.842000', '133536.844000', '133536.847000', '133536.851000', '133536.854000', '133536.857000', '133536.860000', '133536.862000', '133536.865000', '133536.868000', '133536.870000', '133536.873000', '133536.876000', '133536.878000', '133536.881000', '133536.883000', '133536.886000', '133536.889000', '133536.891000', '133536.894000', '133536.896000', '133536.899000', '133536.902000', '133536.904000', '133536.908000', '133536.910000', '133536.913000', '133536.916000', '133536.918000', '133536.921000', '133556.791000', '133556.794000', '133556.797000', '133556.800000', '133556.802000', '133556.805000', '133556.808000', '133556.810000', '133556.813000', '133556.815000', '133556.818000', '133556.821000', '133556.823000', '133556.826000', '133556.829000', '133556.831000', '133556.834000', '133556.837000', '133556.839000', '133556.842000', '133556.844000', '133556.847000', '133556.850000', '133556.852000', '133556.855000', '133556.857000', '133556.860000', '133556.863000', '133556.865000', '133556.868000', '133556.870000', '133556.873000', '133556.876000', '133556.878000', '133556.881000', '133556.883000', '133556.886000', '133556.889000', '133556.891000', '133556.894000', '133556.896000', '133556.899000', '133556.902000', '133556.904000', '133612.213000', '133612.215000', '133612.218000', '133612.221000', '133612.223000', '133612.226000', '133612.229000', '133612.231000', '133612.234000', '133612.237000', '133612.239000', '133612.242000', '133612.245000', '133612.248000', '133612.251000', '133612.254000', '133612.257000', '133612.259000', '133612.262000', '133612.265000', '133612.268000', '133612.270000', '133612.274000', '133612.278000', '133612.281000', '133612.283000', '133612.286000', '133612.289000', '133612.292000', '133612.294000', '133612.297000', '133612.300000', '133612.302000', '133612.305000'], 'InstanceCreationTime': ['132816.828000', '132816.831000', '132816.834000', '132816.837000', '132816.839000', '132816.842000', '132816.844000', '132816.847000', '132816.850000', '132816.852000', '132816.855000', '132816.858000', '132816.860000', '132816.863000', '132816.866000', '132816.868000', '132816.871000', '132816.873000', '132816.876000', '132816.878000', '132816.881000', '132816.883000', '132816.886000', '132816.889000', '132816.891000', '132816.894000', '132816.896000', '132816.900000', '132816.902000', '132816.905000', '132816.908000', '132816.910000', '132816.913000', '132816.915000', '132816.918000', '132816.920000', '132816.923000', '132816.925000', '132816.928000', '132836.791000', '132836.794000', '132836.797000', '132836.799000', '132836.802000', '132836.805000', '132836.807000', '132836.810000', '132836.812000', '132836.815000', '132836.818000', '132836.820000', '132836.823000', '132836.825000', '132836.828000', '132836.830000', '132836.833000', '132836.836000', '132836.838000', '132836.841000', '132836.844000', '132836.846000', '132836.849000', '132836.851000', '132836.854000', '132836.857000', '132836.859000', '132836.862000', '132836.864000', '132836.867000', '132836.870000', '132836.872000', '132836.875000', '132836.877000', '132836.880000', '132836.882000', '132836.885000', '132836.887000', '132836.890000', '132836.892000', '132836.895000', '132836.898000', '132836.900000', '132856.791000', '132856.794000', '132856.797000', '132856.799000', '132856.802000', '132856.805000', '132856.807000', '132856.810000', '132856.812000', '132856.815000', '132856.824000', '132856.827000', '132856.829000', '132856.832000', '132856.835000', '132856.837000', '132856.840000', '132856.842000', '132856.845000', '132856.848000', '132856.850000', '132856.853000', '132856.855000', '132856.858000', '132856.860000', '132856.863000', '132856.866000', '132856.868000', '132856.871000', '132856.873000', '132856.876000', '132856.878000', '132856.881000', '132856.883000', '132856.886000', '132856.889000', '132856.891000', '132856.894000', '132856.896000', '132856.899000', '132856.901000', '132856.904000', '132856.906000', '132856.909000', '132916.800000', '132916.803000', '132916.806000', '132916.808000', '132916.811000', '132916.814000', '132916.816000', '132916.819000', '132916.821000', '132916.824000', '132916.827000', '132916.829000', '132916.832000', '132916.834000', '132916.837000', '132916.840000', '132916.843000', '132916.845000', '132916.848000', '132916.851000', '132916.853000', '132916.856000', '132916.858000', '132916.861000', '132916.864000', '132916.866000', '132916.869000', '132916.872000', '132916.874000', '132916.877000', '132916.879000', '132916.882000', '132916.885000', '132916.890000', '132916.894000', '132916.896000', '132916.899000', '132916.902000', '132916.904000', '132916.907000', '132916.910000', '132916.912000', '132916.915000', '132936.790000', '132936.793000', '132936.796000', '132936.799000', '132936.801000', '132936.804000', '132936.807000', '132936.809000', '132936.812000', '132936.814000', '132936.817000', '132936.819000', '132936.822000', '132936.825000', '132936.827000', '132936.830000', '132936.832000', '132936.835000', '132936.838000', '132936.840000', '132936.843000', '132936.853000', '132936.856000', '132936.858000', '132936.861000', '132936.863000', '132936.866000', '132936.869000', '132936.871000', '132936.874000', '132936.876000', '132936.879000', '132936.882000', '132936.884000', '132936.887000', '132936.889000', '132936.892000', '132936.895000', '132936.897000', '132936.900000', '132936.902000', '132936.905000', '132936.908000', '132936.910000', '132956.791000', '132956.794000', '132956.797000', '132956.799000', '132956.802000', '132956.805000', '132956.807000', '132956.810000', '132956.812000', '132956.815000', '132956.818000', '132956.820000', '132956.823000', '132956.825000', '132956.828000', '132956.831000', '132956.833000', '132956.836000', '132956.838000', '132956.841000', '132956.844000', '132956.846000', '132956.849000', '132956.851000', '132956.854000', '132956.857000', '132956.859000', '132956.862000', '132956.865000', '132956.867000', '132956.870000', '132956.873000', '132956.875000', '132956.878000', '132956.880000', '132956.883000', '132956.886000', '132956.888000', '132956.891000', '132956.893000', '132956.896000', '132956.899000', '132956.901000', '133016.791000', '133016.794000', '133016.797000', '133016.800000', '133016.802000', '133016.805000', '133016.808000', '133016.810000', '133016.813000', '133016.816000', '133016.818000', '133016.821000', '133016.823000', '133016.826000', '133016.829000', '133016.831000', '133016.834000', '133016.837000', '133016.839000', '133016.842000', '133016.844000', '133016.847000', '133016.849000', '133016.852000', '133016.855000', '133016.857000', '133016.860000', '133016.862000', '133016.865000', '133016.868000', '133016.870000', '133016.873000', '133016.876000', '133016.878000', '133016.881000', '133016.884000', '133016.886000', '133016.889000', '133016.891000', '133016.894000', '133016.897000', '133016.899000', '133016.902000', '133016.904000', '133036.791000', '133036.794000', '133036.797000', '133036.800000', '133036.802000', '133036.805000', '133036.807000', '133036.810000', '133036.813000', '133036.815000', '133036.818000', '133036.820000', '133036.823000', '133036.826000', '133036.828000', '133036.831000', '133036.833000', '133036.836000', '133036.838000', '133036.841000', '133036.844000', '133036.846000', '133036.849000', '133036.852000', '133036.854000', '133036.870000', '133036.872000', '133036.875000', '133036.877000', '133036.880000', '133036.883000', '133036.885000', '133036.888000', '133036.890000', '133036.893000', '133036.896000', '133036.898000', '133036.901000', '133036.904000', '133036.906000', '133036.909000', '133036.912000', '133036.915000', '133056.791000', '133056.794000', '133056.797000', '133056.799000', '133056.802000', '133056.805000', '133056.807000', '133056.810000', '133056.813000', '133056.815000', '133056.818000', '133056.820000', '133056.823000', '133056.826000', '133056.828000', '133056.831000', '133056.834000', '133056.836000', '133056.839000', '133056.841000', '133056.844000', '133056.846000', '133056.849000', '133056.851000', '133056.854000', '133056.857000', '133056.859000', '133056.862000', '133056.865000', '133056.867000', '133056.870000', '133056.872000', '133056.875000', '133056.878000', '133056.880000', '133056.883000', '133056.885000', '133056.888000', '133056.890000', '133056.893000', '133056.896000', '133056.898000', '133056.901000', '133056.903000', '133116.792000', '133116.794000', '133116.797000', '133116.800000', '133116.802000', '133116.805000', '133116.808000', '133116.810000', '133116.813000', '133116.815000', '133116.818000', '133116.821000', '133116.823000', '133116.826000', '133116.828000', '133116.831000', '133116.834000', '133116.836000', '133116.839000', '133116.842000', '133116.844000', '133116.847000', '133116.850000', '133116.852000', '133116.855000', '133116.857000', '133116.860000', '133116.869000', '133116.871000', '133116.874000', '133116.877000', '133116.879000', '133116.882000', '133116.884000', '133116.887000', '133116.890000', '133116.892000', '133116.895000', '133116.898000', '133116.900000', '133116.903000', '133116.905000', '133116.908000', '133136.790000', '133136.793000', '133136.796000', '133136.799000', '133136.801000', '133136.804000', '133136.806000', '133136.809000', '133136.812000', '133136.815000', '133136.817000', '133136.820000', '133136.822000', '133136.825000', '133136.827000', '133136.830000', '133136.833000', '133136.835000', '133136.838000', '133136.841000', '133136.843000', '133136.846000', '133136.848000', '133136.851000', '133136.854000', '133136.856000', '133136.859000', '133136.861000', '133136.864000', '133136.866000', '133136.869000', '133136.872000', '133136.874000', '133136.877000', '133136.879000', '133136.882000', '133136.885000', '133136.887000', '133136.890000', '133136.892000', '133136.895000', '133136.898000', '133136.900000', '133136.903000', '133156.790000', '133156.793000', '133156.796000', '133156.799000', '133156.801000', '133156.804000', '133156.806000', '133156.809000', '133156.811000', '133156.814000', '133156.817000', '133156.819000', '133156.822000', '133156.824000', '133156.827000', '133156.830000', '133156.832000', '133156.835000', '133156.838000', '133156.840000', '133156.843000', '133156.845000', '133156.848000', '133156.851000', '133156.853000', '133156.856000', '133156.859000', '133156.861000', '133156.864000', '133156.867000', '133156.869000', '133156.872000', '133156.875000', '133156.877000', '133156.880000', '133156.883000', '133156.885000', '133156.888000', '133156.890000', '133156.893000', '133156.895000', '133156.898000', '133156.901000', '133216.791000', '133216.794000', '133216.797000', '133216.800000', '133216.802000', '133216.805000', '133216.807000', '133216.822000', '133216.824000', '133216.827000', '133216.830000', '133216.832000', '133216.835000', '133216.837000', '133216.840000', '133216.842000', '133216.845000', '133216.848000', '133216.850000', '133216.853000', '133216.856000', '133216.858000', '133216.861000', '133216.864000', '133216.866000', '133216.869000', '133216.871000', '133216.874000', '133216.877000', '133216.879000', '133216.882000', '133216.884000', '133216.887000', '133216.890000', '133216.892000', '133216.895000', '133216.898000', '133216.900000', '133216.903000', '133216.905000', '133216.908000', '133216.910000', '133216.913000', '133216.916000', '133236.791000', '133236.794000', '133236.797000', '133236.800000', '133236.802000', '133236.805000', '133236.808000', '133236.810000', '133236.813000', '133236.816000', '133236.818000', '133236.821000', '133236.823000', '133236.826000', '133236.828000', '133236.831000', '133236.838000', '133236.840000', '133236.843000', '133236.846000', '133236.848000', '133236.851000', '133236.854000', '133236.856000', '133236.859000', '133236.861000', '133236.864000', '133236.867000', '133236.869000', '133236.872000', '133236.874000', '133236.877000', '133236.880000', '133236.882000', '133236.885000', '133236.887000', '133236.890000', '133236.892000', '133236.895000', '133236.898000', '133236.900000', '133236.903000', '133236.905000', '133256.792000', '133256.794000', '133256.797000', '133256.800000', '133256.802000', '133256.805000', '133256.808000', '133256.810000', '133256.813000', '133256.816000', '133256.818000', '133256.821000', '133256.824000', '133256.827000', '133256.829000', '133256.832000', '133256.835000', '133256.837000', '133256.840000', '133256.842000', '133256.845000', '133256.848000', '133256.850000', '133256.853000', '133256.856000', '133256.858000', '133256.861000', '133256.863000', '133256.866000', '133256.869000', '133256.871000', '133256.874000', '133256.876000', '133256.879000', '133256.882000', '133256.884000', '133256.887000', '133256.889000', '133256.892000', '133256.894000', '133256.897000', '133256.900000', '133256.902000', '133256.905000', '133316.791000', '133316.794000', '133316.797000', '133316.800000', '133316.802000', '133316.805000', '133316.807000', '133316.810000', '133316.813000', '133316.815000', '133316.818000', '133316.821000', '133316.823000', '133316.826000', '133316.829000', '133316.831000', '133316.834000', '133316.837000', '133316.839000', '133316.842000', '133316.844000', '133316.847000', '133316.850000', '133316.852000', '133316.855000', '133316.857000', '133316.860000', '133316.863000', '133316.865000', '133316.868000', '133316.870000', '133316.873000', '133316.876000', '133316.878000', '133316.881000', '133316.883000', '133316.886000', '133316.889000', '133316.891000', '133316.894000', '133316.896000', '133316.899000', '133316.902000', '133336.791000', '133336.794000', '133336.797000', '133336.800000', '133336.802000', '133336.805000', '133336.807000', '133336.810000', '133336.813000', '133336.815000', '133336.818000', '133336.821000', '133336.823000', '133336.826000', '133336.828000', '133336.831000', '133336.834000', '133336.836000', '133336.839000', '133336.841000', '133336.844000', '133336.847000', '133336.849000', '133336.852000', '133336.854000', '133336.857000', '133336.860000', '133336.862000', '133336.865000', '133336.867000', '133336.870000', '133336.873000', '133336.888000', '133336.890000', '133336.893000', '133336.897000', '133336.900000', '133336.903000', '133336.905000', '133336.908000', '133336.911000', '133336.913000', '133336.916000', '133336.919000', '133356.790000', '133356.793000', '133356.796000', '133356.799000', '133356.802000', '133356.804000', '133356.807000', '133356.809000', '133356.812000', '133356.815000', '133356.817000', '133356.820000', '133356.823000', '133356.825000', '133356.828000', '133356.830000', '133356.833000', '133356.836000', '133356.838000', '133356.841000', '133356.844000', '133356.846000', '133356.849000', '133356.851000', '133356.854000', '133356.857000', '133356.859000', '133356.862000', '133356.865000', '133356.867000', '133356.870000', '133356.872000', '133356.875000', '133356.878000', '133356.880000', '133356.883000', '133356.886000', '133356.888000', '133356.891000', '133356.893000', '133356.896000', '133356.899000', '133356.901000', '133416.790000', '133416.793000', '133416.796000', '133416.799000', '133416.801000', '133416.804000', '133416.806000', '133416.809000', '133416.813000', '133416.815000', '133416.818000', '133416.821000', '133416.823000', '133416.826000', '133416.828000', '133416.831000', '133416.834000', '133416.836000', '133416.839000', '133416.842000', '133416.844000', '133416.847000', '133416.849000', '133416.852000', '133416.855000', '133416.857000', '133416.860000', '133416.863000', '133416.865000', '133416.868000', '133416.871000', '133416.873000', '133416.876000', '133416.878000', '133416.881000', '133416.884000', '133416.886000', '133416.889000', '133416.891000', '133416.894000', '133416.897000', '133416.899000', '133416.902000', '133416.905000', '133436.792000', '133436.795000', '133436.797000', '133436.800000', '133436.802000', '133436.805000', '133436.808000', '133436.810000', '133436.813000', '133436.815000', '133436.818000', '133436.821000', '133436.823000', '133436.826000', '133436.828000', '133436.831000', '133436.833000', '133436.836000', '133436.839000', '133436.841000', '133436.844000', '133436.847000', '133436.849000', '133436.852000', '133436.854000', '133436.857000', '133436.860000', '133436.862000', '133436.865000', '133436.868000', '133436.871000', '133436.873000', '133436.876000', '133436.878000', '133436.881000', '133436.884000', '133436.886000', '133436.889000', '133436.892000', '133436.894000', '133436.897000', '133436.899000', '133436.902000', '133456.791000', '133456.794000', '133456.797000', '133456.800000', '133456.802000', '133456.805000', '133456.807000', '133456.810000', '133456.813000', '133456.815000', '133456.818000', '133456.820000', '133456.823000', '133456.826000', '133456.828000', '133456.831000', '133456.833000', '133456.836000', '133456.839000', '133456.841000', '133456.844000', '133456.846000', '133456.849000', '133456.852000', '133456.854000', '133456.857000', '133456.860000', '133456.862000', '133456.865000', '133456.867000', '133456.870000', '133456.873000', '133456.875000', '133456.878000', '133456.880000', '133456.883000', '133456.886000', '133456.888000', '133456.891000', '133456.893000', '133456.896000', '133456.898000', '133456.901000', '133456.917000', '133516.791000', '133516.794000', '133516.797000', '133516.799000', '133516.802000', '133516.805000', '133516.807000', '133516.810000', '133516.813000', '133516.815000', '133516.818000', '133516.821000', '133516.823000', '133516.826000', '133516.829000', '133516.831000', '133516.834000', '133516.836000', '133516.839000', '133516.842000', '133516.844000', '133516.847000', '133516.849000', '133516.852000', '133516.855000', '133516.857000', '133516.860000', '133516.862000', '133516.865000', '133516.868000', '133516.870000', '133516.873000', '133516.876000', '133516.878000', '133516.881000', '133516.883000', '133516.886000', '133516.889000', '133516.891000', '133516.894000', '133516.896000', '133516.899000', '133516.902000', '133536.791000', '133536.794000', '133536.797000', '133536.800000', '133536.802000', '133536.805000', '133536.807000', '133536.810000', '133536.812000', '133536.815000', '133536.834000', '133536.836000', '133536.839000', '133536.842000', '133536.844000', '133536.847000', '133536.851000', '133536.854000', '133536.857000', '133536.860000', '133536.862000', '133536.865000', '133536.868000', '133536.870000', '133536.873000', '133536.876000', '133536.878000', '133536.881000', '133536.883000', '133536.886000', '133536.889000', '133536.891000', '133536.894000', '133536.896000', '133536.899000', '133536.902000', '133536.904000', '133536.908000', '133536.910000', '133536.913000', '133536.916000', '133536.918000', '133536.921000', '133556.791000', '133556.794000', '133556.797000', '133556.800000', '133556.802000', '133556.805000', '133556.808000', '133556.810000', '133556.813000', '133556.815000', '133556.818000', '133556.821000', '133556.823000', '133556.826000', '133556.829000', '133556.831000', '133556.834000', '133556.837000', '133556.839000', '133556.842000', '133556.844000', '133556.847000', '133556.850000', '133556.852000', '133556.855000', '133556.857000', '133556.860000', '133556.863000', '133556.865000', '133556.868000', '133556.870000', '133556.873000', '133556.876000', '133556.878000', '133556.881000', '133556.883000', '133556.886000', '133556.889000', '133556.891000', '133556.894000', '133556.896000', '133556.899000', '133556.902000', '133556.904000', '133612.213000', '133612.215000', '133612.218000', '133612.221000', '133612.223000', '133612.226000', '133612.229000', '133612.231000', '133612.234000', '133612.237000', '133612.239000', '133612.242000', '133612.245000', '133612.248000', '133612.251000', '133612.254000', '133612.257000', '133612.259000', '133612.262000', '133612.265000', '133612.268000', '133612.270000', '133612.274000', '133612.278000', '133612.281000', '133612.283000', '133612.286000', '133612.289000', '133612.292000', '133612.294000', '133612.297000', '133612.300000', '133612.302000', '133612.305000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [8485, 7800, 8600, 7771, 8340, 7534, 8333, 6651, 7459, 7517, 11191, 7599, 10596, 6812, 7463, 6667, 6463, 7219, 6860, 10924, 7960, 11068, 7971, 7436, 7535, 7576, 9769, 7332, 10903, 9236, 11509, 9173, 9609, 7204, 9889, 6987, 11120, 7838, 9886, 8024, 9736, 10412, 7849, 8151, 6466, 7646, 6755, 10065, 7120, 11554, 10652, 10593, 7912, 6614, 7349, 6557, 8699, 6843, 11673, 10342, 11878, 9117, 7332, 7350, 6425, 7922, 6946, 11110, 7286, 9702, 11087, 8491, 11117, 7158, 8902, 7032, 8117, 7212, 8003, 10910, 7529, 12314, 7538, 9967, 7255, 6948, 7365, 7628, 9683, 7363, 12740, 7289, 10908, 7204, 7008, 7268, 6776, 11531, 8254, 12594, 8358, 6610, 7387, 6985, 11702, 9555, 12951, 9543, 6698, 7609, 7041, 11115, 7293, 12175, 8475, 11654, 7562, 7677, 7771, 6618, 10446, 7222, 12304, 8485, 6399, 7601, 7320, 7589, 7536, 10045, 10375, 8722, 9812, 6752, 8854, 7520, 9146, 8878, 8643, 12436, 7187, 8592, 7262, 9894, 7427, 7686, 9194, 6610, 11773, 7703, 12521, 8040, 7134, 7470, 6543, 8454, 6947, 11703, 8170, 11361, 10466, 7981, 9494, 6891, 10704, 7408, 7872, 9655, 7140, 12282, 8077, 12809, 8862, 9277, 7645, 6517, 9835, 7206, 11865, 7313, 12924, 9720, 10396, 8790, 6960, 7822, 7344, 11804, 7539, 13185, 8673, 12272, 10712, 7829, 10287, 7188, 8874, 7265, 7389, 12189, 8377, 14122, 9846, 13506, 8535, 8046, 9895, 7508, 12321, 7591, 12818, 9691, 13737, 10765, 7716, 7696, 7313, 7976, 7331, 10352, 7875, 11242, 11649, 8438, 9500, 7330, 12257, 8099, 10651, 8339, 8956, 12086, 7800, 7746, 7366, 13610, 8068, 11515, 7452, 12428, 7456, 13783, 11559, 9038, 9082, 7199, 8491, 7557, 12525, 7302, 7984, 14775, 10169, 12021, 7201, 7753, 7270, 7508, 7441, 8129, 7406, 8107, 13977, 8939, 13611, 9163, 11527, 9624, 9883, 9860, 9403, 10173, 7161, 11587, 7964, 13891, 8854, 9950, 7515, 12615, 7539, 10729, 9349, 9043, 13586, 7366, 9229, 7439, 11075, 7437, 13635, 9185, 13472, 9722, 8892, 10417, 7136, 12178, 7305, 11647, 7269, 11939, 8854, 9515, 13778, 8423, 14024, 7748, 7536, 9153, 7538, 13144, 8851, 14242, 10620, 9126, 8168, 7602, 12217, 8352, 13796, 9298, 11892, 7479, 12644, 7741, 12755, 9742, 10657, 9149, 8519, 11681, 7211, 8559, 7544, 9654, 7501, 13981, 9671, 11499, 11051, 8245, 9245, 7490, 10640, 7400, 13456, 8633, 13169, 9046, 11693, 10414, 7012, 7632, 7016, 7226, 7519, 13065, 9788, 11167, 10822, 7573, 9248, 7640, 11034, 9439, 9970, 12789, 8478, 11523, 7556, 8227, 7876, 8796, 10195, 8514, 13174, 8081, 11389, 7335, 7181, 7950, 7291, 11939, 7602, 12787, 9040, 8808, 12529, 7862, 9863, 7430, 7289, 7763, 7416, 11862, 8862, 7285, 11087, 7015, 12162, 7469, 12533, 8387, 12780, 8724, 10004, 7965, 8817, 11257, 9547, 13340, 8128, 7359, 7489, 7968, 9610, 8354, 9211, 12837, 8114, 11393, 7467, 7094, 11132, 8390, 6699, 11825, 11998, 9059, 12241, 7582, 6397, 7805, 6931, 10127, 7202, 10331, 7405, 10683, 10133, 14309, 7864, 6453, 6896, 6619, 7450, 6690, 9633, 6764, 10472, 7134, 8272, 7601, 9369, 11183, 8248, 9866, 6661, 8539, 6544, 6562, 6988, 6209, 10304, 7828, 11157, 7627, 6662, 7198, 6233, 8042, 6744, 10802, 8149, 9635, 11344, 8862, 9777, 7037, 8476, 6885, 7555, 7691, 6647, 9707, 7143, 10634, 8186, 10733, 6915, 7947, 7117, 7789, 7768, 6903, 8873, 7190, 10174, 6841, 8102, 6806, 7115, 6924, 6455, 10280, 7477, 10727, 7769, 7575, 7504, 6342, 8840, 6847, 10155, 10540, 11217, 9373, 6336, 7967, 6631, 9162, 6926, 9140, 7911, 6415, 9277, 9204, 12507, 9237, 6752, 7167, 6421, 8566, 6747, 10629, 10530, 9029, 8684, 6175, 7554, 6745, 7203, 10036, 8190, 10905, 8074, 9929, 7390, 6117, 7738, 7308, 9669, 7643, 7998, 8676, 7868, 11934, 7769, 9360, 8352, 11636, 9821, 8504, 8349, 7115, 9076, 7921, 10500, 7798, 10538, 9862, 10228, 9112, 6718, 8691, 7214, 10051, 8117, 10193, 9431, 9497, 10980, 7925, 10464, 7593, 10006, 7976, 8496, 9340, 7153, 9931, 7029, 9683, 7829, 9918, 7819, 8892, 8676, 8804, 11256, 7775, 11573, 7827, 7046, 8007, 7182, 9411, 7738, 11233, 11321, 8133, 10540, 7370, 7233, 7907, 7319, 9996, 8843, 9604, 11786, 7732, 8999, 7643, 7060, 9270, 7298, 9673, 11247, 8624, 12614, 7091, 7322, 7558, 7060, 10684, 8938, 11997, 8937, 6174, 8219, 6540, 8563, 8240, 9055, 11584, 7224, 8766, 7243, 6979, 7897, 6723, 10152, 8993, 12635, 9144, 7152, 7878, 7000, 9048, 7771, 10869, 7950, 11072, 9372, 8750, 8578, 7000, 9436, 7852, 11529, 8148, 7042, 8212, 7208, 9367, 8703, 10497, 10915, 7722, 10602, 8076, 6917, 9576, 7479, 11737, 10350, 13397, 9535, 9116, 8707, 7366, 9300, 7607, 9879, 7946, 10763, 8821, 15374, 9975, 6928, 8376, 7667, 9492, 7993, 10889, 9022, 12134, 11315, 7251, 9452, 6637, 7653, 7840, 6605, 11205, 9340, 9300, 10712, 8185, 9252, 7003, 6493, 7838, 6885, 8664, 6904, 9775, 7161, 11864, 7834, 8150, 6991, 6890, 7080, 7195, 7915, 6882, 10511, 7318, 10775, 7445, 7965, 7016, 6600, 7700, 6572, 9441, 6879, 11011, 7669, 12537, 7781, 8947, 7029, 9131, 7526, 8417, 9369, 8503, 11890, 8167, 8758, 6810, 8319, 7037, 7143, 7413, 6463, 9697, 6729, 9696, 6560, 11156, 10041, 10748, 9452, 6214, 7278, 6549, 6868, 7060, 12080, 8192, 10129, 8177, 6323, 7987, 6628, 9707, 8120, 7450, 11434, 10301, 11230, 9886, 6619, 7787, 6637, 8121, 7048, 11767, 10037, 8253, 8218, 7074, 8274, 6612, 6378, 11076, 7606, 12191, 7848, 6239, 7757, 6709, 6814, 7304, 6586, 11775, 9912, 8965, 9374, 6888, 8505, 6997, 10585, 8012, 6752, 9350, 7832, 12429, 7270, 8396, 7093, 7073, 6927, 7724, 11702, 6743, 10107, 7241, 7205, 7192, 6862, 11799, 7251, 12920, 10747, 9388, 11787, 8606, 12608, 8294, 7396, 7239, 7145, 9294, 7261, 7233, 10975, 10072, 13393, 9839, 7079, 7604, 7536, 10545, 7354, 9632, 9356, 7066, 11440, 7630, 11966, 9100, 11279, 9890, 6666, 8076, 7257, 7382, 7365, 7092, 8935, 7436, 12657, 11205, 9971, 9598, 6788, 9839, 7583, 7867, 9744, 8046, 12226, 8144, 6910, 6762, 6865, 7395, 7106, 7283, 11368, 10773, 10968, 13114, 10155, 7321, 7972, 7557, 9105, 7405, 8789, 8901, 7609, 11641, 8345, 12159, 7494, 7873, 7192, 7516, 7423, 7381, 10896, 9136, 12083, 7907, 7255, 7365, 7267, 9861, 7087, 11524, 10547, 11627, 8066, 7126, 7797, 7095, 11198, 8653, 12045, 10331, 12644, 8665, 6737, 7691, 6638, 10640, 7468, 11013, 11983, 8985, 12545, 7384, 6890, 7381, 6644, 11034, 7277, 13388, 10702, 11216, 7910, 6881, 9537, 6745, 12591, 8681, 12975, 9661, 12751, 9519, 6629, 7680, 6984, 10824, 7099, 10748, 9208, 10059, 13525, 7966, 11506, 7312, 7693, 10013, 7007, 12296, 8575, 13066, 10498, 6561, 7465, 6725, 9203, 6983, 13515, 10669, 11155, 10349, 6590, 9148, 7264, 6857, 11093, 6837, 12739, 9346, 9930, 11629, 8686, 13074, 6945, 6971, 7092, 6800, 10532, 7148, 12053, 10589, 10449, 13080, 7130, 9722, 6949, 7690, 7172, 7666, 12833, 8428, 13292, 7801, 7341, 6831, 6844, 8080, 7104, 12464, 7906, 13291, 10836, 11054, 9951, 6628, 7983, 6935, 12184, 7270, 9596, 9495, 7627, 12775, 8744, 11200, 8552, 7657, 8161, 8151, 7077, 8188, 7548, 9956, 9658, 6997, 12233, 8404, 12376, 10303, 12062], 'WindowCenter': [3759.0, 3732.0, 3743.0, 3716.0, 3729.0, 3716.0, 3727.0, 3695.0, 3705.0, 3705.0, 3759.0, 3717.0, 3760.0, 3707.0, 3718.0, 3709.0, 3698.0, 3719.0, 3723.0, 3787.0, 3745.0, 3788.0, 3758.0, 3746.0, 3747.0, 3744.0, 3765.0, 3732.0, 3776.0, 3753.0, 3776.0, 3754.0, 3753.0, 3720.0, 3750.0, 3709.0, 3758.0, 3717.0, 3747.0, 3729.0, 3749.0, 3762.0, 3730.0, 3730.0, 3697.0, 3716.0, 3695.0, 3736.0, 3707.0, 3759.0, 3761.0, 3760.0, 3719.0, 3696.0, 3706.0, 3698.0, 3738.0, 3696.0, 3758.0, 3749.0, 3759.0, 3738.0, 3718.0, 3718.0, 3697.0, 3727.0, 3707.0, 3758.0, 3719.0, 3751.0, 3762.0, 3740.0, 3762.0, 3720.0, 3739.0, 3708.0, 3717.0, 3706.0, 3715.0, 3759.0, 3717.0, 3770.0, 3718.0, 3747.0, 3718.0, 3705.0, 3706.0, 3703.0, 3748.0, 3706.0, 3770.0, 3720.0, 3759.0, 3719.0, 3708.0, 3718.0, 3707.0, 3773.0, 3741.0, 3783.0, 3742.0, 3708.0, 3720.0, 3721.0, 3772.0, 3751.0, 3773.0, 3752.0, 3708.0, 3720.0, 3709.0, 3760.0, 3718.0, 3759.0, 3728.0, 3758.0, 3717.0, 3703.0, 3704.0, 3694.0, 3747.0, 3705.0, 3758.0, 3728.0, 3696.0, 3718.0, 3718.0, 3716.0, 3718.0, 3748.0, 3761.0, 3741.0, 3764.0, 3711.0, 3752.0, 3731.0, 3749.0, 3751.0, 3739.0, 3783.0, 3708.0, 3739.0, 3719.0, 3748.0, 3718.0, 3717.0, 3739.0, 3696.0, 3770.0, 3717.0, 3770.0, 3729.0, 3706.0, 3706.0, 3695.0, 3726.0, 3705.0, 3768.0, 3728.0, 3770.0, 3760.0, 3729.0, 3751.0, 3708.0, 3759.0, 3718.0, 3715.0, 3737.0, 3705.0, 3771.0, 3728.0, 3771.0, 3740.0, 3750.0, 3718.0, 3695.0, 3748.0, 3704.0, 3756.0, 3706.0, 3768.0, 3749.0, 3749.0, 3740.0, 3708.0, 3718.0, 3707.0, 3756.0, 3704.0, 3767.0, 3727.0, 3759.0, 3759.0, 3717.0, 3749.0, 3708.0, 3738.0, 3718.0, 3716.0, 3771.0, 3728.0, 3783.0, 3762.0, 3783.0, 3741.0, 3729.0, 3750.0, 3705.0, 3769.0, 3704.0, 3757.0, 3738.0, 3769.0, 3759.0, 3717.0, 3717.0, 3705.0, 3716.0, 3717.0, 3747.0, 3728.0, 3759.0, 3773.0, 3729.0, 3751.0, 3720.0, 3771.0, 3730.0, 3748.0, 3727.0, 3726.0, 3770.0, 3718.0, 3730.0, 3720.0, 3781.0, 3717.0, 3756.0, 3704.0, 3755.0, 3705.0, 3767.0, 3758.0, 3738.0, 3738.0, 3707.0, 3737.0, 3717.0, 3768.0, 3706.0, 3727.0, 3782.0, 3735.0, 3757.0, 3692.0, 3703.0, 3704.0, 3704.0, 3717.0, 3726.0, 3718.0, 3729.0, 3796.0, 3753.0, 3797.0, 3765.0, 3784.0, 3764.0, 3760.0, 3750.0, 3738.0, 3750.0, 3707.0, 3761.0, 3718.0, 3782.0, 3739.0, 3748.0, 3717.0, 3756.0, 3705.0, 3745.0, 3736.0, 3736.0, 3770.0, 3717.0, 3738.0, 3717.0, 3758.0, 3706.0, 3767.0, 3737.0, 3767.0, 3738.0, 3737.0, 3760.0, 3706.0, 3770.0, 3717.0, 3759.0, 3718.0, 3768.0, 3740.0, 3750.0, 3783.0, 3741.0, 3794.0, 3744.0, 3733.0, 3764.0, 3730.0, 3795.0, 3752.0, 3794.0, 3775.0, 3752.0, 3743.0, 3732.0, 3785.0, 3740.0, 3783.0, 3749.0, 3759.0, 3718.0, 3768.0, 3716.0, 3768.0, 3737.0, 3747.0, 3738.0, 3726.0, 3757.0, 3704.0, 3726.0, 3716.0, 3736.0, 3705.0, 3768.0, 3748.0, 3759.0, 3760.0, 3727.0, 3739.0, 3708.0, 3749.0, 3718.0, 3779.0, 3739.0, 3782.0, 3751.0, 3770.0, 3760.0, 3708.0, 3719.0, 3719.0, 3718.0, 3729.0, 3782.0, 3763.0, 3774.0, 3775.0, 3732.0, 3753.0, 3733.0, 3771.0, 3751.0, 3750.0, 3784.0, 3741.0, 3772.0, 3720.0, 3728.0, 3729.0, 3738.0, 3762.0, 3739.0, 3772.0, 3730.0, 3759.0, 3707.0, 3705.0, 3716.0, 3703.0, 3757.0, 3706.0, 3756.0, 3738.0, 3727.0, 3772.0, 3730.0, 3749.0, 3718.0, 3717.0, 3716.0, 3707.0, 3759.0, 3739.0, 3718.0, 3761.0, 3708.0, 3772.0, 3719.0, 3770.0, 3728.0, 3757.0, 3726.0, 3734.0, 3715.0, 3725.0, 3758.0, 3738.0, 3781.0, 3730.0, 3718.0, 3718.0, 3728.0, 3748.0, 3740.0, 3751.0, 3795.0, 3745.0, 3798.0, 3732.0, 3733.0, 3774.0, 3755.0, 3711.0, 3773.0, 3787.0, 3755.0, 3799.0, 3746.0, 3713.0, 3732.0, 3720.0, 3749.0, 3719.0, 3749.0, 3707.0, 3748.0, 3750.0, 3782.0, 3729.0, 3697.0, 3706.0, 3695.0, 3705.0, 3695.0, 3737.0, 3697.0, 3748.0, 3709.0, 3728.0, 3732.0, 3750.0, 3761.0, 3729.0, 3747.0, 3695.0, 3725.0, 3685.0, 3694.0, 3707.0, 3686.0, 3762.0, 3730.0, 3774.0, 3732.0, 3710.0, 3719.0, 3698.0, 3727.0, 3707.0, 3760.0, 3730.0, 3752.0, 3774.0, 3753.0, 3764.0, 3722.0, 3739.0, 3708.0, 3717.0, 3717.0, 3695.0, 3738.0, 3707.0, 3761.0, 3740.0, 3760.0, 3709.0, 3715.0, 3705.0, 3715.0, 3705.0, 3693.0, 3737.0, 3706.0, 3761.0, 3709.0, 3730.0, 3709.0, 3706.0, 3706.0, 3683.0, 3748.0, 3718.0, 3773.0, 3733.0, 3731.0, 3733.0, 3710.0, 3752.0, 3708.0, 3760.0, 3762.0, 3772.0, 3752.0, 3709.0, 3731.0, 3709.0, 3750.0, 3708.0, 3737.0, 3727.0, 3696.0, 3738.0, 3750.0, 3783.0, 3751.0, 3709.0, 3719.0, 3697.0, 3737.0, 3706.0, 3759.0, 3761.0, 3752.0, 3751.0, 3713.0, 3742.0, 3721.0, 3729.0, 3761.0, 3740.0, 3775.0, 3743.0, 3764.0, 3732.0, 3711.0, 3731.0, 3730.0, 3761.0, 3729.0, 3729.0, 3740.0, 3743.0, 3771.0, 3732.0, 3750.0, 3739.0, 3758.0, 3748.0, 3738.0, 3726.0, 3704.0, 3735.0, 3714.0, 3746.0, 3717.0, 3759.0, 3760.0, 3760.0, 3752.0, 3709.0, 3739.0, 3718.0, 3747.0, 3727.0, 3747.0, 3740.0, 3748.0, 3761.0, 3729.0, 3760.0, 3729.0, 3748.0, 3728.0, 3724.0, 3736.0, 3694.0, 3735.0, 3693.0, 3737.0, 3715.0, 3736.0, 3716.0, 3724.0, 3726.0, 3735.0, 3759.0, 3716.0, 3769.0, 3717.0, 3706.0, 3728.0, 3705.0, 3737.0, 3716.0, 3770.0, 3773.0, 3742.0, 3774.0, 3733.0, 3731.0, 3730.0, 3719.0, 3759.0, 3751.0, 3762.0, 3797.0, 3745.0, 3765.0, 3743.0, 3721.0, 3750.0, 3718.0, 3749.0, 3772.0, 3740.0, 3782.0, 3721.0, 3718.0, 3729.0, 3707.0, 3758.0, 3738.0, 3770.0, 3739.0, 3697.0, 3738.0, 3696.0, 3737.0, 3727.0, 3738.0, 3771.0, 3720.0, 3740.0, 3718.0, 3706.0, 3728.0, 3695.0, 3748.0, 3738.0, 3769.0, 3737.0, 3705.0, 3727.0, 3705.0, 3736.0, 3715.0, 3745.0, 3714.0, 3755.0, 3737.0, 3726.0, 3727.0, 3704.0, 3737.0, 3716.0, 3757.0, 3726.0, 3704.0, 3728.0, 3717.0, 3748.0, 3751.0, 3772.0, 3775.0, 3743.0, 3774.0, 3755.0, 3734.0, 3763.0, 3730.0, 3771.0, 3762.0, 3782.0, 3752.0, 3740.0, 3740.0, 3717.0, 3738.0, 3703.0, 3735.0, 3702.0, 3745.0, 3726.0, 3779.0, 3747.0, 3706.0, 3727.0, 3728.0, 3748.0, 3726.0, 3757.0, 3751.0, 3784.0, 3788.0, 3735.0, 3766.0, 3722.0, 3731.0, 3742.0, 3710.0, 3770.0, 3750.0, 3750.0, 3774.0, 3743.0, 3752.0, 3721.0, 3698.0, 3718.0, 3706.0, 3727.0, 3694.0, 3748.0, 3695.0, 3759.0, 3717.0, 3727.0, 3706.0, 3703.0, 3694.0, 3704.0, 3714.0, 3704.0, 3758.0, 3717.0, 3760.0, 3720.0, 3728.0, 3707.0, 3706.0, 3718.0, 3695.0, 3749.0, 3707.0, 3762.0, 3730.0, 3784.0, 3731.0, 3740.0, 3719.0, 3737.0, 3716.0, 3714.0, 3736.0, 3726.0, 3771.0, 3730.0, 3739.0, 3708.0, 3728.0, 3708.0, 3705.0, 3705.0, 3684.0, 3748.0, 3696.0, 3752.0, 3711.0, 3758.0, 3749.0, 3757.0, 3748.0, 3682.0, 3702.0, 3682.0, 3693.0, 3703.0, 3768.0, 3740.0, 3760.0, 3739.0, 3697.0, 3729.0, 3708.0, 3749.0, 3729.0, 3719.0, 3773.0, 3762.0, 3773.0, 3764.0, 3710.0, 3729.0, 3709.0, 3726.0, 3707.0, 3757.0, 3749.0, 3728.0, 3729.0, 3706.0, 3726.0, 3706.0, 3695.0, 3759.0, 3716.0, 3783.0, 3743.0, 3700.0, 3730.0, 3709.0, 3708.0, 3719.0, 3708.0, 3769.0, 3761.0, 3751.0, 3750.0, 3720.0, 3739.0, 3707.0, 3748.0, 3717.0, 3693.0, 3737.0, 3715.0, 3769.0, 3717.0, 3729.0, 3718.0, 3707.0, 3708.0, 3716.0, 3772.0, 3709.0, 3761.0, 3731.0, 3731.0, 3720.0, 3708.0, 3771.0, 3720.0, 3781.0, 3763.0, 3750.0, 3772.0, 3739.0, 3784.0, 3741.0, 3718.0, 3719.0, 3718.0, 3749.0, 3717.0, 3717.0, 3759.0, 3762.0, 3783.0, 3763.0, 3720.0, 3730.0, 3729.0, 3758.0, 3717.0, 3747.0, 3737.0, 3706.0, 3758.0, 3718.0, 3771.0, 3752.0, 3771.0, 3749.0, 3707.0, 3726.0, 3716.0, 3716.0, 3717.0, 3707.0, 3741.0, 3731.0, 3784.0, 3775.0, 3763.0, 3765.0, 3721.0, 3761.0, 3728.0, 3727.0, 3747.0, 3729.0, 3784.0, 3745.0, 3736.0, 3726.0, 3736.0, 3732.0, 3721.0, 3720.0, 3771.0, 3774.0, 3773.0, 3786.0, 3776.0, 3735.0, 3743.0, 3732.0, 3739.0, 3718.0, 3726.0, 3739.0, 3717.0, 3761.0, 3730.0, 3771.0, 3719.0, 3730.0, 3708.0, 3716.0, 3718.0, 3719.0, 3772.0, 3765.0, 3786.0, 3745.0, 3735.0, 3745.0, 3733.0, 3762.0, 3721.0, 3774.0, 3774.0, 3775.0, 3743.0, 3723.0, 3733.0, 3720.0, 3772.0, 3739.0, 3770.0, 3750.0, 3770.0, 3740.0, 3708.0, 3730.0, 3708.0, 3759.0, 3718.0, 3760.0, 3772.0, 3752.0, 3783.0, 3721.0, 3722.0, 3732.0, 3710.0, 3772.0, 3720.0, 3783.0, 3775.0, 3773.0, 3731.0, 3720.0, 3752.0, 3708.0, 3770.0, 3739.0, 3770.0, 3751.0, 3770.0, 3750.0, 3707.0, 3717.0, 3707.0, 3758.0, 3718.0, 3759.0, 3750.0, 3760.0, 3783.0, 3741.0, 3773.0, 3731.0, 3728.0, 3760.0, 3718.0, 3770.0, 3739.0, 3782.0, 3773.0, 3720.0, 3719.0, 3709.0, 3749.0, 3707.0, 3780.0, 3760.0, 3771.0, 3762.0, 3710.0, 3750.0, 3730.0, 3707.0, 3769.0, 3707.0, 3780.0, 3751.0, 3749.0, 3772.0, 3741.0, 3784.0, 3720.0, 3718.0, 3707.0, 3706.0, 3758.0, 3707.0, 3770.0, 3761.0, 3760.0, 3784.0, 3720.0, 3761.0, 3719.0, 3717.0, 3706.0, 3714.0, 3768.0, 3727.0, 3781.0, 3730.0, 3718.0, 3709.0, 3707.0, 3727.0, 3705.0, 3768.0, 3728.0, 3780.0, 3760.0, 3759.0, 3750.0, 3707.0, 3728.0, 3707.0, 3768.0, 3716.0, 3747.0, 3763.0, 3745.0, 3798.0, 3754.0, 3774.0, 3754.0, 3743.0, 3741.0, 3742.0, 3721.0, 3740.0, 3731.0, 3763.0, 3765.0, 3734.0, 3797.0, 3755.0, 3785.0, 3762.0, 3768.0], 'WindowWidth': [8467.0, 8419.0, 8431.0, 8387.0, 8407.0, 8384.0, 8399.0, 8353.0, 8369.0, 8370.0, 8447.0, 8387.0, 8448.0, 8378.0, 8392.0, 8384.0, 8369.0, 8398.0, 8411.0, 8498.0, 8442.0, 8504.0, 8464.0, 8446.0, 8449.0, 8438.0, 8466.0, 8416.0, 8482.0, 8446.0, 8483.0, 8447.0, 8443.0, 8400.0, 8436.0, 8380.0, 8442.0, 8388.0, 8425.0, 8406.0, 8433.0, 8457.0, 8411.0, 8410.0, 8363.0, 8386.0, 8357.0, 8411.0, 8375.0, 8445.0, 8452.0, 8449.0, 8393.0, 8360.0, 8373.0, 8364.0, 8417.0, 8360.0, 8443.0, 8433.0, 8447.0, 8418.0, 8390.0, 8393.0, 8365.0, 8402.0, 8377.0, 8442.0, 8394.0, 8439.0, 8454.0, 8424.0, 8454.0, 8398.0, 8421.0, 8378.0, 8387.0, 8371.0, 8381.0, 8446.0, 8387.0, 8462.0, 8391.0, 8428.0, 8390.0, 8370.0, 8372.0, 8365.0, 8431.0, 8373.0, 8463.0, 8396.0, 8446.0, 8397.0, 8379.0, 8392.0, 8377.0, 8470.0, 8426.0, 8485.0, 8429.0, 8381.0, 8399.0, 8404.0, 8471.0, 8441.0, 8470.0, 8441.0, 8379.0, 8396.0, 8381.0, 8448.0, 8390.0, 8446.0, 8402.0, 8441.0, 8386.0, 8364.0, 8367.0, 8352.0, 8427.0, 8370.0, 8443.0, 8403.0, 8362.0, 8393.0, 8393.0, 8388.0, 8392.0, 8432.0, 8455.0, 8429.0, 8461.0, 8389.0, 8443.0, 8415.0, 8436.0, 8441.0, 8420.0, 8486.0, 8379.0, 8423.0, 8396.0, 8431.0, 8393.0, 8388.0, 8420.0, 8359.0, 8463.0, 8390.0, 8463.0, 8407.0, 8373.0, 8373.0, 8358.0, 8398.0, 8371.0, 8458.0, 8406.0, 8462.0, 8450.0, 8407.0, 8440.0, 8381.0, 8448.0, 8390.0, 8383.0, 8414.0, 8370.0, 8466.0, 8405.0, 8466.0, 8424.0, 8438.0, 8392.0, 8357.0, 8429.0, 8366.0, 8438.0, 8371.0, 8457.0, 8434.0, 8435.0, 8424.0, 8379.0, 8392.0, 8375.0, 8438.0, 8367.0, 8453.0, 8400.0, 8444.0, 8447.0, 8391.0, 8434.0, 8380.0, 8420.0, 8392.0, 8387.0, 8467.0, 8407.0, 8485.0, 8457.0, 8486.0, 8428.0, 8408.0, 8436.0, 8371.0, 8457.0, 8365.0, 8439.0, 8416.0, 8461.0, 8445.0, 8388.0, 8388.0, 8370.0, 8384.0, 8388.0, 8427.0, 8407.0, 8447.0, 8475.0, 8409.0, 8440.0, 8397.0, 8466.0, 8415.0, 8430.0, 8402.0, 8398.0, 8463.0, 8393.0, 8410.0, 8401.0, 8479.0, 8389.0, 8437.0, 8366.0, 8434.0, 8369.0, 8453.0, 8444.0, 8418.0, 8418.0, 8377.0, 8417.0, 8391.0, 8457.0, 8374.0, 8402.0, 8484.0, 8408.0, 8436.0, 8346.0, 8363.0, 8367.0, 8367.0, 8389.0, 8401.0, 8396.0, 8412.0, 8509.0, 8450.0, 8511.0, 8467.0, 8489.0, 8463.0, 8452.0, 8438.0, 8418.0, 8436.0, 8374.0, 8451.0, 8390.0, 8482.0, 8419.0, 8432.0, 8388.0, 8437.0, 8368.0, 8420.0, 8411.0, 8411.0, 8463.0, 8389.0, 8417.0, 8390.0, 8443.0, 8374.0, 8453.0, 8413.0, 8452.0, 8415.0, 8414.0, 8446.0, 8372.0, 8461.0, 8390.0, 8445.0, 8392.0, 8457.0, 8425.0, 8436.0, 8486.0, 8428.0, 8503.0, 8438.0, 8421.0, 8462.0, 8414.0, 8506.0, 8443.0, 8502.0, 8477.0, 8445.0, 8434.0, 8420.0, 8494.0, 8425.0, 8484.0, 8435.0, 8447.0, 8391.0, 8457.0, 8386.0, 8454.0, 8413.0, 8425.0, 8415.0, 8398.0, 8441.0, 8367.0, 8398.0, 8386.0, 8410.0, 8371.0, 8456.0, 8431.0, 8445.0, 8449.0, 8402.0, 8418.0, 8377.0, 8432.0, 8391.0, 8472.0, 8422.0, 8481.0, 8442.0, 8463.0, 8449.0, 8380.0, 8395.0, 8398.0, 8395.0, 8411.0, 8482.0, 8462.0, 8477.0, 8477.0, 8420.0, 8447.0, 8421.0, 8467.0, 8441.0, 8438.0, 8489.0, 8427.0, 8466.0, 8398.0, 8406.0, 8406.0, 8420.0, 8454.0, 8419.0, 8469.0, 8408.0, 8447.0, 8375.0, 8370.0, 8384.0, 8364.0, 8438.0, 8370.0, 8436.0, 8416.0, 8400.0, 8468.0, 8410.0, 8435.0, 8392.0, 8389.0, 8387.0, 8375.0, 8444.0, 8419.0, 8392.0, 8452.0, 8379.0, 8467.0, 8394.0, 8460.0, 8404.0, 8438.0, 8397.0, 8403.0, 8382.0, 8394.0, 8445.0, 8416.0, 8478.0, 8411.0, 8394.0, 8393.0, 8406.0, 8431.0, 8424.0, 8442.0, 8507.0, 8441.0, 8516.0, 8419.0, 8424.0, 8476.0, 8453.0, 8388.0, 8473.0, 8499.0, 8454.0, 8517.0, 8444.0, 8397.0, 8419.0, 8397.0, 8432.0, 8393.0, 8430.0, 8374.0, 8430.0, 8435.0, 8480.0, 8408.0, 8364.0, 8374.0, 8357.0, 8368.0, 8356.0, 8413.0, 8363.0, 8430.0, 8380.0, 8405.0, 8415.0, 8437.0, 8451.0, 8405.0, 8427.0, 8357.0, 8396.0, 8343.0, 8353.0, 8374.0, 8347.0, 8455.0, 8413.0, 8475.0, 8419.0, 8386.0, 8398.0, 8368.0, 8402.0, 8378.0, 8449.0, 8413.0, 8444.0, 8476.0, 8445.0, 8461.0, 8404.0, 8422.0, 8378.0, 8388.0, 8388.0, 8355.0, 8418.0, 8376.0, 8453.0, 8424.0, 8450.0, 8381.0, 8384.0, 8370.0, 8382.0, 8368.0, 8352.0, 8415.0, 8375.0, 8454.0, 8383.0, 8411.0, 8384.0, 8376.0, 8375.0, 8341.0, 8431.0, 8392.0, 8474.0, 8421.0, 8417.0, 8421.0, 8390.0, 8443.0, 8382.0, 8450.0, 8458.0, 8470.0, 8445.0, 8385.0, 8415.0, 8386.0, 8436.0, 8380.0, 8414.0, 8403.0, 8360.0, 8419.0, 8437.0, 8488.0, 8444.0, 8385.0, 8397.0, 8366.0, 8415.0, 8376.0, 8446.0, 8455.0, 8445.0, 8443.0, 8396.0, 8435.0, 8406.0, 8412.0, 8455.0, 8427.0, 8479.0, 8435.0, 8462.0, 8419.0, 8393.0, 8416.0, 8414.0, 8455.0, 8411.0, 8409.0, 8428.0, 8435.0, 8468.0, 8417.0, 8438.0, 8422.0, 8445.0, 8434.0, 8417.0, 8401.0, 8369.0, 8410.0, 8380.0, 8424.0, 8388.0, 8445.0, 8450.0, 8451.0, 8444.0, 8382.0, 8422.0, 8394.0, 8428.0, 8402.0, 8429.0, 8421.0, 8430.0, 8454.0, 8409.0, 8451.0, 8408.0, 8431.0, 8404.0, 8394.0, 8411.0, 8351.0, 8409.0, 8351.0, 8411.0, 8383.0, 8411.0, 8385.0, 8393.0, 8399.0, 8408.0, 8447.0, 8388.0, 8459.0, 8392.0, 8376.0, 8405.0, 8372.0, 8414.0, 8388.0, 8463.0, 8473.0, 8433.0, 8478.0, 8424.0, 8418.0, 8414.0, 8397.0, 8449.0, 8441.0, 8458.0, 8513.0, 8443.0, 8468.0, 8437.0, 8404.0, 8437.0, 8393.0, 8432.0, 8471.0, 8424.0, 8482.0, 8403.0, 8396.0, 8409.0, 8376.0, 8443.0, 8420.0, 8463.0, 8421.0, 8367.0, 8420.0, 8361.0, 8416.0, 8404.0, 8418.0, 8467.0, 8398.0, 8424.0, 8395.0, 8376.0, 8404.0, 8358.0, 8431.0, 8417.0, 8460.0, 8416.0, 8372.0, 8402.0, 8370.0, 8412.0, 8382.0, 8420.0, 8380.0, 8435.0, 8414.0, 8398.0, 8402.0, 8367.0, 8415.0, 8385.0, 8442.0, 8400.0, 8370.0, 8405.0, 8390.0, 8432.0, 8442.0, 8472.0, 8482.0, 8437.0, 8479.0, 8456.0, 8427.0, 8460.0, 8415.0, 8468.0, 8456.0, 8484.0, 8443.0, 8425.0, 8426.0, 8391.0, 8418.0, 8364.0, 8408.0, 8358.0, 8419.0, 8396.0, 8473.0, 8428.0, 8373.0, 8404.0, 8409.0, 8431.0, 8404.0, 8444.0, 8441.0, 8490.0, 8503.0, 8428.0, 8470.0, 8409.0, 8418.0, 8433.0, 8386.0, 8462.0, 8438.0, 8438.0, 8475.0, 8434.0, 8445.0, 8403.0, 8368.0, 8391.0, 8372.0, 8399.0, 8352.0, 8429.0, 8356.0, 8445.0, 8387.0, 8402.0, 8373.0, 8366.0, 8353.0, 8365.0, 8380.0, 8367.0, 8445.0, 8390.0, 8450.0, 8398.0, 8407.0, 8378.0, 8375.0, 8391.0, 8358.0, 8434.0, 8378.0, 8455.0, 8411.0, 8487.0, 8416.0, 8425.0, 8398.0, 8416.0, 8387.0, 8379.0, 8412.0, 8400.0, 8467.0, 8409.0, 8420.0, 8381.0, 8405.0, 8379.0, 8371.0, 8370.0, 8341.0, 8430.0, 8360.0, 8442.0, 8388.0, 8446.0, 8435.0, 8443.0, 8432.0, 8337.0, 8363.0, 8337.0, 8352.0, 8368.0, 8458.0, 8425.0, 8452.0, 8424.0, 8367.0, 8411.0, 8382.0, 8435.0, 8410.0, 8396.0, 8471.0, 8457.0, 8475.0, 8463.0, 8388.0, 8411.0, 8384.0, 8401.0, 8375.0, 8442.0, 8435.0, 8404.0, 8407.0, 8377.0, 8402.0, 8376.0, 8359.0, 8448.0, 8388.0, 8487.0, 8436.0, 8374.0, 8413.0, 8385.0, 8383.0, 8396.0, 8381.0, 8460.0, 8453.0, 8442.0, 8438.0, 8398.0, 8422.0, 8378.0, 8428.0, 8387.0, 8353.0, 8415.0, 8383.0, 8461.0, 8389.0, 8407.0, 8394.0, 8376.0, 8379.0, 8388.0, 8471.0, 8384.0, 8455.0, 8417.0, 8415.0, 8400.0, 8382.0, 8468.0, 8399.0, 8480.0, 8456.0, 8436.0, 8470.0, 8422.0, 8490.0, 8428.0, 8394.0, 8394.0, 8394.0, 8434.0, 8389.0, 8388.0, 8450.0, 8456.0, 8488.0, 8459.0, 8400.0, 8412.0, 8409.0, 8445.0, 8387.0, 8427.0, 8415.0, 8371.0, 8443.0, 8390.0, 8464.0, 8444.0, 8466.0, 8435.0, 8377.0, 8401.0, 8389.0, 8387.0, 8392.0, 8379.0, 8426.0, 8415.0, 8489.0, 8479.0, 8462.0, 8466.0, 8404.0, 8455.0, 8408.0, 8403.0, 8429.0, 8409.0, 8492.0, 8440.0, 8431.0, 8420.0, 8431.0, 8418.0, 8400.0, 8399.0, 8466.0, 8475.0, 8475.0, 8494.0, 8483.0, 8427.0, 8435.0, 8417.0, 8421.0, 8390.0, 8397.0, 8417.0, 8389.0, 8453.0, 8410.0, 8465.0, 8396.0, 8412.0, 8378.0, 8388.0, 8392.0, 8396.0, 8470.0, 8466.0, 8495.0, 8440.0, 8430.0, 8443.0, 8423.0, 8457.0, 8403.0, 8474.0, 8476.0, 8477.0, 8434.0, 8409.0, 8421.0, 8400.0, 8468.0, 8420.0, 8463.0, 8436.0, 8463.0, 8423.0, 8381.0, 8413.0, 8379.0, 8445.0, 8392.0, 8450.0, 8472.0, 8442.0, 8485.0, 8403.0, 8406.0, 8420.0, 8387.0, 8469.0, 8398.0, 8485.0, 8478.0, 8472.0, 8414.0, 8400.0, 8441.0, 8380.0, 8462.0, 8419.0, 8462.0, 8437.0, 8463.0, 8437.0, 8377.0, 8391.0, 8378.0, 8446.0, 8394.0, 8448.0, 8440.0, 8452.0, 8488.0, 8428.0, 8474.0, 8416.0, 8407.0, 8452.0, 8394.0, 8464.0, 8422.0, 8483.0, 8474.0, 8402.0, 8399.0, 8386.0, 8435.0, 8377.0, 8474.0, 8452.0, 8466.0, 8458.0, 8386.0, 8440.0, 8412.0, 8379.0, 8461.0, 8378.0, 8476.0, 8439.0, 8433.0, 8469.0, 8429.0, 8490.0, 8399.0, 8394.0, 8378.0, 8374.0, 8443.0, 8377.0, 8462.0, 8453.0, 8450.0, 8488.0, 8399.0, 8455.0, 8397.0, 8388.0, 8372.0, 8381.0, 8457.0, 8404.0, 8482.0, 8411.0, 8394.0, 8382.0, 8378.0, 8402.0, 8371.0, 8455.0, 8403.0, 8475.0, 8450.0, 8448.0, 8437.0, 8377.0, 8406.0, 8378.0, 8456.0, 8387.0, 8428.0, 8461.0, 8439.0, 8513.0, 8451.0, 8477.0, 8449.0, 8436.0, 8429.0, 8434.0, 8404.0, 8425.0, 8415.0, 8460.0, 8465.0, 8427.0, 8511.0, 8453.0, 8491.0, 8456.0, 8457.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.001653112767940354</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.043348168033550794</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.616726878675344</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.165257612910449</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0090284709328359</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4694</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5409.1128</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.17038752659468512</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>313</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>29.170549860205032</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6034575625635017</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.469735577480552</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8624149317547096</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4782221784552436</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00465456</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019677627831697464</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03103647567331791</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1073</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.859590067868965</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>23.2343</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6813</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.5485</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303351.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>646.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.3705</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2082</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.4308</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2961.5019</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3132.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73193.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>984.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3906.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>811.4796</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.915720288990997</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> |