=== 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-0080 --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-0080",
"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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-01/func/sub-0080_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>c350c534729a2a93fa932dcdd812ea50</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>11:34:39.327500</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.991146, -0.00378325, 0.132721, -0.00536268, 0.997638, 0.068486]</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.0894331</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>[4194, -7761, -7264, 580, -38, -273, 66, 17]</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>249.225</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1bcd3747-5aec-4ca2-b6b8-0b6719df184b||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.659172773361206, -0.014387687668204308, 0.35819944739341736, 107.53964233398438], [0.010150188580155373, 2.676589012145996, 0.1851966232061386, -90.9295654296875], [0.35608047246932983, -0.18374282121658325, 2.6697182655334473, -69.24796295166016], [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': ['113439.327500', '113439.787500', '113440.247500', '113440.707500', '113441.167500', '113441.627500', '113442.087500', '113442.547500', '113443.007500', '113443.467500', '113443.927500', '113444.387500', '113444.847500', '113445.307500', '113445.767500', '113446.227500', '113446.687500', '113447.147500', '113447.607500', '113448.067500', '113448.527500', '113448.987500', '113449.447500', '113449.907500', '113450.367500', '113450.827500', '113451.287500', '113451.747500', '113452.207500', '113452.667500', '113453.127500', '113453.587500', '113454.047500', '113454.507500', '113454.967500', '113455.427500', '113455.887500', '113456.347500', '113456.807500', '113457.267500', '113457.727500', '113458.187500', '113458.647500', '113459.107500', '113459.567500', '113500.027500', '113500.487500', '113500.947500', '113501.407500', '113501.867500', '113502.327500', '113502.787500', '113503.247500', '113503.707500', '113504.167500', '113504.627500', '113505.087500', '113505.547500', '113506.007500', '113506.467500', '113506.927500', '113507.387500', '113507.847500', '113508.307500', '113508.767500', '113509.227500', '113509.687500', '113510.147500', '113510.607500', '113511.067500', '113511.527500', '113511.987500', '113512.447500', '113512.907500', '113513.367500', '113513.827500', '113514.287500', '113514.747500', '113515.207500', '113515.667500', '113516.127500', '113516.587500', '113517.047500', '113517.507500', '113517.967500', '113518.427500', '113518.887500', '113519.347500', '113519.807500', '113520.267500', '113520.727500', '113521.187500', '113521.647500', '113522.107500', '113522.567500', '113523.027500', '113523.487500', '113523.947500', '113524.407500', '113524.867500', '113525.327500', '113525.787500', '113526.247500', '113526.707500', '113527.167500', '113527.627500', '113528.087500', '113528.547500', '113529.007500', '113529.467500', '113529.927500', '113530.387500', '113530.847500', '113531.307500', '113531.767500', '113532.227500', '113532.687500', '113533.147500', '113533.607500', '113534.067500', '113534.527500', '113534.987500', '113535.447500', '113535.907500', '113536.367500', '113536.827500', '113537.287500', '113537.747500', '113538.207500', '113538.667500', '113539.127500', '113539.587500', '113540.047500', '113540.507500', '113540.967500', '113541.427500', '113541.887500', '113542.347500', '113542.807500', '113543.267500', '113543.727500', '113544.187500', '113544.647500', '113545.107500', '113545.567500', '113546.027500', '113546.487500', '113546.947500', '113547.407500', '113547.867500', '113548.327500', '113548.787500', '113549.247500', '113549.707500', '113550.167500', '113550.627500', '113551.087500', '113551.547500', '113552.007500', '113552.467500', '113552.927500', '113553.387500', '113553.847500', '113554.307500', '113554.767500', '113555.227500', '113555.687500', '113556.147500', '113556.607500', '113557.067500', '113557.527500', '113557.987500', '113558.447500', '113558.907500', '113559.367500', '113559.827500', '113600.287500', '113600.747500', '113601.207500', '113601.667500', '113602.127500', '113602.587500', '113603.047500', '113603.507500', '113603.967500', '113604.427500', '113604.887500', '113605.347500', '113605.807500', '113606.267500', '113606.727500', '113607.187500', '113607.647500', '113608.107500', '113608.567500', '113609.027500', '113609.487500', '113609.947500', '113610.407500', '113610.867500', '113611.327500', '113611.787500', '113612.247500', '113612.707500', '113613.167500', '113613.627500', '113614.087500', '113614.547500', '113615.007500', '113615.467500', '113615.927500', '113616.387500', '113616.847500', '113617.307500', '113617.767500', '113618.227500', '113618.687500', '113619.147500', '113619.607500', '113620.067500', '113620.527500', '113620.987500', '113621.447500', '113621.907500', '113622.367500', '113622.827500', '113623.287500', '113623.747500', '113624.207500', '113624.667500', '113625.127500', '113625.587500', '113626.047500', '113626.507500', '113626.967500', '113627.427500', '113627.887500', '113628.347500', '113628.807500', '113629.267500', '113629.727500', '113630.187500', '113630.647500', '113631.107500', '113631.567500', '113632.027500', '113632.487500', '113632.947500', '113633.407500', '113633.867500', '113634.327500', '113634.787500', '113635.247500', '113635.707500', '113636.167500', '113636.627500', '113637.087500', '113637.547500', '113638.007500', '113638.467500', '113638.927500', '113639.387500', '113639.847500', '113640.307500', '113640.767500', '113641.227500', '113641.687500', '113642.147500', '113642.607500', '113643.067500', '113643.527500', '113643.987500', '113644.447500', '113644.907500', '113645.367500', '113645.827500', '113646.287500', '113646.747500', '113647.207500', '113647.667500', '113648.127500', '113648.587500', '113649.047500', '113649.507500', '113649.967500', '113650.427500', '113650.887500', '113651.347500', '113651.807500', '113652.267500', '113652.727500', '113653.187500', '113653.647500', '113654.107500', '113654.567500', '113655.027500', '113655.487500', '113655.947500', '113656.407500', '113656.867500', '113657.327500', '113657.787500', '113658.247500', '113658.707500', '113659.167500', '113659.627500', '113700.087500', '113700.547500', '113701.007500', '113701.467500', '113701.927500', '113702.387500', '113702.847500', '113703.307500', '113703.767500', '113704.227500', '113704.687500', '113705.147500', '113705.607500', '113706.067500', '113706.527500', '113706.987500', '113707.447500', '113707.907500', '113708.367500', '113708.827500', '113709.287500', '113709.747500', '113710.207500', '113710.667500', '113711.127500', '113711.587500', '113712.047500', '113712.507500', '113712.967500', '113713.427500', '113713.887500', '113714.347500', '113714.807500', '113715.267500', '113715.727500', '113716.187500', '113716.647500', '113717.107500', '113717.567500', '113718.027500', '113718.487500', '113718.947500', '113719.407500', '113719.867500', '113720.327500', '113720.787500', '113721.247500', '113721.707500', '113722.167500', '113722.627500', '113723.087500', '113723.547500', '113724.007500', '113724.467500', '113724.927500', '113725.387500', '113725.847500', '113726.307500', '113726.767500', '113727.227500', '113727.687500', '113728.147500', '113728.607500', '113729.067500', '113729.527500', '113729.987500', '113730.447500', '113730.907500', '113731.367500', '113731.827500', '113732.287500', '113732.747500', '113733.207500', '113733.667500', '113734.127500', '113734.587500', '113735.047500', '113735.507500', '113735.967500', '113736.427500', '113736.887500', '113737.347500', '113737.807500', '113738.267500', '113738.727500', '113739.187500', '113739.647500', '113740.107500', '113740.567500', '113741.027500', '113741.487500', '113741.947500', '113742.407500', '113742.867500', '113743.327500', '113743.787500', '113744.247500', '113744.707500', '113745.167500', '113745.627500', '113746.087500', '113746.547500', '113747.007500', '113747.467500', '113747.927500', '113748.387500', '113748.847500', '113749.307500', '113749.767500', '113750.227500', '113750.687500', '113751.147500', '113751.607500', '113752.067500', '113752.527500', '113752.987500', '113753.447500', '113753.907500', '113754.367500', '113754.827500', '113755.287500', '113755.747500', '113756.207500', '113756.667500', '113757.127500', '113757.587500', '113758.047500', '113758.507500', '113758.967500', '113759.427500', '113759.887500', '113800.347500', '113800.807500', '113801.267500', '113801.727500', '113802.187500', '113802.647500', '113803.107500', '113803.567500', '113804.027500', '113804.487500', '113804.947500', '113805.407500', '113805.867500', '113806.327500', '113806.787500', '113807.247500', '113807.707500', '113808.167500', '113808.627500', '113809.087500', '113809.547500', '113810.007500', '113810.467500', '113810.927500', '113811.387500', '113811.847500', '113812.307500', '113812.767500', '113813.227500', '113813.687500', '113814.147500', '113814.607500', '113815.067500', '113815.527500', '113815.987500', '113816.447500', '113816.907500', '113817.367500', '113817.827500', '113818.287500', '113818.747500', '113819.207500', '113819.667500', '113820.127500', '113820.587500', '113821.047500', '113821.507500', '113821.967500', '113822.427500', '113822.887500', '113823.347500', '113823.807500', '113824.267500', '113824.727500', '113825.187500', '113825.647500', '113826.107500', '113826.567500', '113827.027500', '113827.487500', '113827.947500', '113828.407500', '113828.867500', '113829.327500', '113829.787500', '113830.247500', '113830.707500', '113831.167500', '113831.627500', '113832.087500', '113832.547500', '113833.007500', '113833.467500', '113833.927500', '113834.387500', '113834.847500', '113835.307500', '113835.767500', '113836.227500', '113836.687500', '113837.147500', '113837.607500', '113838.067500', '113838.527500', '113838.987500', '113839.447500', '113839.907500', '113840.367500', '113840.827500', '113841.287500', '113841.747500', '113842.207500', '113842.667500', '113843.127500', '113843.587500', '113844.047500', '113844.507500', '113844.967500', '113845.427500', '113845.887500', '113846.347500', '113846.807500', '113847.267500', '113847.727500', '113848.187500', '113848.647500', '113849.107500', '113849.567500', '113850.027500', '113850.487500', '113850.947500', '113851.407500', '113851.867500', '113852.327500', '113852.787500', '113853.247500', '113853.707500', '113854.167500', '113854.627500', '113855.087500', '113855.547500', '113856.007500', '113856.467500', '113856.927500', '113857.387500', '113857.847500', '113858.307500', '113858.767500', '113859.227500', '113859.687500', '113900.147500', '113900.607500', '113901.067500', '113901.527500', '113901.987500', '113902.447500', '113902.907500', '113903.367500', '113903.827500', '113904.287500', '113904.747500', '113905.207500', '113905.667500', '113906.127500', '113906.587500', '113907.047500', '113907.507500', '113907.967500', '113908.427500', '113908.887500', '113909.347500', '113909.807500', '113910.267500', '113910.727500', '113911.187500', '113911.647500', '113912.107500', '113912.567500', '113913.027500', '113913.487500', '113913.947500', '113914.407500', '113914.867500', '113915.327500', '113915.787500', '113916.247500', '113916.707500', '113917.167500', '113917.627500', '113918.087500', '113918.547500', '113919.007500', '113919.467500', '113919.927500', '113920.387500', '113920.847500', '113921.307500', '113921.767500', '113922.227500', '113922.687500', '113923.147500', '113923.607500', '113924.067500', '113924.527500', '113924.987500', '113925.447500', '113925.907500', '113926.367500', '113926.827500', '113927.287500', '113927.747500', '113928.207500', '113928.667500', '113929.127500', '113929.587500', '113930.047500', '113930.507500', '113930.967500', '113931.427500', '113931.887500', '113932.347500', '113932.807500', '113933.267500', '113933.727500', '113934.187500', '113934.647500', '113935.107500', '113935.567500', '113936.027500', '113936.487500', '113936.947500', '113937.407500', '113937.867500', '113938.327500', '113938.787500', '113939.247500', '113939.707500', '113940.167500', '113940.627500', '113941.087500', '113941.547500', '113942.007500', '113942.467500', '113942.927500', '113943.387500', '113943.847500', '113944.307500', '113944.767500', '113945.227500', '113945.687500', '113946.147500', '113946.607500', '113947.067500', '113947.527500', '113947.987500', '113948.447500', '113948.907500', '113949.367500', '113949.827500', '113950.287500', '113950.747500', '113951.207500', '113951.667500', '113952.127500', '113952.587500', '113953.047500', '113953.507500', '113953.967500', '113954.427500', '113954.887500', '113955.347500', '113955.807500', '113956.267500', '113956.727500', '113957.187500', '113957.647500', '113958.107500', '113958.567500', '113959.027500', '113959.487500', '113959.947500', '114000.407500', '114000.867500', '114001.327500', '114001.787500', '114002.247500', '114002.707500', '114003.167500', '114003.627500', '114004.087500', '114004.547500', '114005.007500', '114005.467500', '114005.927500', '114006.387500', '114006.847500', '114007.307500', '114007.767500', '114008.227500', '114008.687500', '114009.147500', '114009.607500', '114010.067500', '114010.527500', '114010.987500', '114011.447500', '114011.907500', '114012.367500', '114012.827500', '114013.287500', '114013.747500', '114014.207500', '114014.667500', '114015.127500', '114015.587500', '114016.047500', '114016.507500', '114016.967500', '114017.427500', '114017.887500', '114018.347500', '114018.807500', '114019.267500', '114019.727500', '114020.187500', '114020.647500', '114021.107500', '114021.567500', '114022.027500', '114022.487500', '114022.947500', '114023.407500', '114023.867500', '114024.327500', '114024.787500', '114025.247500', '114025.707500', '114026.167500', '114026.627500', '114027.087500', '114027.547500', '114028.007500', '114028.467500', '114028.927500', '114029.387500', '114029.847500', '114030.307500', '114030.767500', '114031.227500', '114031.687500', '114032.147500', '114032.607500', '114033.067500', '114033.527500', '114033.987500', '114034.447500', '114034.907500', '114035.367500', '114035.827500', '114036.287500', '114036.747500', '114037.207500', '114037.667500', '114038.127500', '114038.587500', '114039.047500', '114039.507500', '114039.967500', '114040.427500', '114040.887500', '114041.347500', '114041.807500', '114042.267500', '114042.727500', '114043.187500', '114043.647500', '114044.107500', '114044.567500', '114045.027500', '114045.487500', '114045.947500', '114046.407500', '114046.867500', '114047.327500', '114047.787500', '114048.247500', '114048.707500', '114049.167500', '114049.627500', '114050.087500', '114050.547500', '114051.007500', '114051.467500', '114051.927500', '114052.387500', '114052.847500', '114053.307500', '114053.767500', '114054.227500', '114054.687500', '114055.147500', '114055.607500', '114056.067500', '114056.527500', '114056.987500', '114057.447500', '114057.907500', '114058.367500', '114058.827500', '114059.287500', '114059.747500', '114100.207500', '114100.667500', '114101.127500', '114101.587500', '114102.047500', '114102.507500', '114102.967500', '114103.427500', '114103.887500', '114104.347500', '114104.807500', '114105.267500', '114105.727500', '114106.187500', '114106.647500', '114107.107500', '114107.567500', '114108.027500', '114108.487500', '114108.947500', '114109.407500', '114109.867500', '114110.327500', '114110.787500', '114111.247500', '114111.707500', '114112.167500', '114112.627500', '114113.087500', '114113.547500', '114114.007500', '114114.467500', '114114.927500', '114115.387500', '114115.847500', '114116.307500', '114116.767500', '114117.227500', '114117.687500', '114118.147500', '114118.607500', '114119.067500', '114119.527500', '114119.987500', '114120.447500', '114120.907500', '114121.367500', '114121.827500', '114122.287500', '114122.747500', '114123.207500', '114123.667500', '114124.127500', '114124.587500', '114125.047500', '114125.507500', '114125.967500', '114126.427500', '114126.887500', '114127.347500', '114127.807500', '114128.267500', '114128.727500', '114129.187500', '114129.647500', '114130.107500', '114130.567500', '114131.027500', '114131.487500', '114131.947500', '114132.407500', '114132.867500', '114133.327500', '114133.787500', '114134.247500', '114134.707500', '114135.167500', '114135.627500', '114136.087500', '114136.547500', '114137.007500', '114137.467500', '114137.927500', '114138.387500', '114138.847500', '114139.307500', '114139.767500', '114140.227500', '114140.687500', '114141.147500', '114141.607500', '114142.067500', '114142.527500', '114142.987500', '114143.447500', '114143.907500', '114144.367500', '114144.827500', '114145.287500', '114145.747500', '114146.207500', '114146.667500', '114147.127500', '114147.587500', '114148.047500', '114148.507500', '114148.967500', '114149.427500', '114149.887500', '114150.347500', '114150.807500', '114151.267500', '114151.727500', '114152.187500', '114152.647500', '114153.107500', '114153.567500', '114154.027500', '114154.487500', '114154.947500', '114155.407500', '114155.867500', '114156.327500', '114156.787500', '114157.247500', '114157.707500', '114158.167500', '114158.627500', '114159.087500', '114159.547500', '114200.007500', '114200.467500', '114200.927500', '114201.387500', '114201.847500', '114202.307500', '114202.767500', '114203.227500', '114203.687500', '114204.147500', '114204.607500', '114205.067500', '114205.527500', '114205.987500', '114206.447500', '114206.907500', '114207.367500', '114207.827500', '114208.287500', '114208.747500', '114209.207500', '114209.667500', '114210.127500', '114210.587500', '114211.047500', '114211.507500', '114211.967500', '114212.427500', '114212.887500', '114213.347500', '114213.807500', '114214.267500', '114214.727500', '114215.187500', '114215.647500', '114216.107500', '114216.567500', '114217.027500', '114217.487500', '114217.947500', '114218.407500', '114218.867500', '114219.327500', '114219.787500', '114220.247500', '114220.707500', '114221.167500', '114221.627500', '114222.087500', '114222.547500', '114223.007500', '114223.467500', '114223.927500', '114224.387500', '114224.847500', '114225.307500', '114225.767500', '114226.227500', '114226.687500', '114227.147500', '114227.607500', '114228.067500', '114228.527500', '114228.987500', '114229.447500', '114229.907500', '114230.367500', '114230.827500', '114231.287500', '114231.747500', '114232.207500', '114232.667500', '114233.127500', '114233.587500', '114234.047500', '114234.507500', '114234.967500', '114235.427500', '114235.887500', '114236.347500', '114236.807500', '114237.267500', '114237.727500', '114238.187500', '114238.647500', '114239.107500', '114239.567500', '114240.027500', '114240.487500', '114240.947500', '114241.407500', '114241.867500', '114242.327500', '114242.787500', '114243.247500', '114243.707500', '114244.167500', '114244.627500', '114245.087500', '114245.547500', '114246.007500', '114246.467500', '114246.927500', '114247.387500', '114247.847500', '114248.307500', '114248.767500', '114249.227500', '114249.687500', '114250.147500', '114250.607500', '114251.067500', '114251.527500', '114251.987500', '114252.447500'], 'ContentTime': ['113456.611000', '113456.615000', '113456.625000', '113456.628000', '113456.631000', '113456.633000', '113456.637000', '113456.640000', '113456.642000', '113456.645000', '113456.648000', '113456.650000', '113456.653000', '113456.655000', '113456.658000', '113456.661000', '113456.663000', '113456.666000', '113456.668000', '113456.671000', '113456.673000', '113456.676000', '113456.679000', '113456.681000', '113456.684000', '113456.687000', '113456.689000', '113456.692000', '113456.695000', '113456.697000', '113456.700000', '113456.703000', '113456.705000', '113456.709000', '113456.712000', '113516.562000', '113516.565000', '113516.568000', '113516.571000', '113516.573000', '113516.576000', '113516.578000', '113516.581000', '113516.584000', '113516.586000', '113516.589000', '113516.592000', '113516.594000', '113516.597000', '113516.600000', '113516.603000', '113516.605000', '113516.608000', '113516.611000', '113516.613000', '113516.616000', '113516.619000', '113516.621000', '113516.624000', '113516.626000', '113516.629000', '113516.632000', '113516.634000', '113516.637000', '113516.640000', '113516.642000', '113516.645000', '113516.647000', '113516.650000', '113516.653000', '113516.655000', '113516.658000', '113516.661000', '113516.663000', '113516.666000', '113516.668000', '113516.671000', '113516.674000', '113536.562000', '113536.565000', '113536.568000', '113536.570000', '113536.573000', '113536.576000', '113536.579000', '113536.581000', '113536.584000', '113536.587000', '113536.589000', '113536.592000', '113536.595000', '113536.597000', '113536.600000', '113536.603000', '113536.605000', '113536.608000', '113536.611000', '113536.613000', '113536.616000', '113536.619000', '113536.621000', '113536.633000', '113536.636000', '113536.638000', '113536.641000', '113536.643000', '113536.646000', '113536.649000', '113536.651000', '113536.654000', '113536.657000', '113536.659000', '113536.662000', '113536.664000', '113536.667000', '113536.670000', '113536.672000', '113536.675000', '113536.678000', '113536.680000', '113536.683000', '113536.685000', '113556.563000', '113556.566000', '113556.568000', '113556.571000', '113556.585000', '113556.587000', '113556.590000', '113556.593000', '113556.595000', '113556.598000', '113556.601000', '113556.603000', '113556.606000', '113556.608000', '113556.611000', '113556.614000', '113556.616000', '113556.619000', '113556.621000', '113556.624000', '113556.627000', '113556.629000', '113556.632000', '113556.635000', '113556.637000', '113556.640000', '113556.643000', '113556.645000', '113556.648000', '113556.651000', '113556.654000', '113556.656000', '113556.659000', '113556.662000', '113556.664000', '113556.667000', '113556.670000', '113556.672000', '113556.675000', '113556.677000', '113556.681000', '113556.684000', '113556.686000', '113616.563000', '113616.565000', '113616.568000', '113616.571000', '113616.574000', '113616.576000', '113616.579000', '113616.582000', '113616.584000', '113616.587000', '113616.589000', '113616.592000', '113616.595000', '113616.597000', '113616.600000', '113616.603000', '113616.605000', '113616.608000', '113616.611000', '113616.613000', '113616.616000', '113616.619000', '113616.621000', '113616.624000', '113616.627000', '113616.629000', '113616.632000', '113616.635000', '113616.637000', '113616.640000', '113616.642000', '113616.645000', '113616.648000', '113616.651000', '113616.653000', '113616.656000', '113616.659000', '113616.661000', '113616.664000', '113616.666000', '113616.669000', '113616.672000', '113616.674000', '113616.677000', '113636.563000', '113636.566000', '113636.569000', '113636.572000', '113636.574000', '113636.577000', '113636.580000', '113636.582000', '113636.585000', '113636.588000', '113636.591000', '113636.593000', '113636.596000', '113636.599000', '113636.601000', '113636.604000', '113636.607000', '113636.610000', '113636.612000', '113636.615000', '113636.618000', '113636.620000', '113636.623000', '113636.626000', '113636.628000', '113636.631000', '113636.634000', '113636.636000', '113636.639000', '113636.642000', '113636.644000', '113636.647000', '113636.650000', '113636.652000', '113636.655000', '113636.657000', '113636.660000', '113636.663000', '113636.665000', '113636.668000', '113636.671000', '113636.673000', '113636.676000', '113656.561000', '113656.564000', '113656.567000', '113656.570000', '113656.573000', '113656.575000', '113656.578000', '113656.581000', '113656.583000', '113656.586000', '113656.589000', '113656.591000', '113656.594000', '113656.597000', '113656.599000', '113656.602000', '113656.605000', '113656.607000', '113656.610000', '113656.613000', '113656.615000', '113656.618000', '113656.621000', '113656.623000', '113656.626000', '113656.629000', '113656.631000', '113656.634000', '113656.637000', '113656.639000', '113656.642000', '113656.645000', '113656.647000', '113656.650000', '113656.653000', '113656.655000', '113656.658000', '113656.660000', '113656.663000', '113656.666000', '113656.668000', '113656.671000', '113656.674000', '113656.676000', '113716.563000', '113716.565000', '113716.568000', '113716.571000', '113716.573000', '113716.576000', '113716.579000', '113716.581000', '113716.584000', '113716.587000', '113716.590000', '113716.592000', '113716.595000', '113716.598000', '113716.600000', '113716.603000', '113716.606000', '113716.608000', '113716.611000', '113716.613000', '113716.616000', '113716.619000', '113716.622000', '113716.624000', '113716.627000', '113716.630000', '113716.632000', '113716.635000', '113716.638000', '113716.640000', '113716.643000', '113716.645000', '113716.648000', '113716.651000', '113716.654000', '113716.656000', '113716.659000', '113716.662000', '113716.665000', '113716.668000', '113716.670000', '113716.673000', '113716.676000', '113736.562000', '113736.565000', '113736.568000', '113736.571000', '113736.573000', '113736.576000', '113736.579000', '113736.581000', '113736.584000', '113736.587000', '113736.589000', '113736.592000', '113736.595000', '113736.597000', '113736.600000', '113736.603000', '113736.605000', '113736.608000', '113736.611000', '113736.613000', '113736.616000', '113736.618000', '113736.621000', '113736.623000', '113736.626000', '113736.629000', '113736.631000', '113736.634000', '113736.637000', '113736.639000', '113736.642000', '113736.645000', '113736.647000', '113736.650000', '113736.653000', '113736.655000', '113736.658000', '113736.661000', '113736.663000', '113736.666000', '113736.669000', '113736.671000', '113736.674000', '113736.676000', '113756.562000', '113756.565000', '113756.568000', '113756.571000', '113756.573000', '113756.576000', '113756.579000', '113756.581000', '113756.584000', '113756.587000', '113756.589000', '113756.592000', '113756.595000', '113756.597000', '113756.600000', '113756.602000', '113756.605000', '113756.608000', '113756.610000', '113756.613000', '113756.615000', '113756.618000', '113756.621000', '113756.623000', '113756.626000', '113756.628000', '113756.631000', '113756.634000', '113756.637000', '113756.646000', '113756.649000', '113756.652000', '113756.654000', '113756.657000', '113756.660000', '113756.662000', '113756.665000', '113756.668000', '113756.670000', '113756.673000', '113756.676000', '113756.678000', '113756.681000', '113816.563000', '113816.565000', '113816.568000', '113816.571000', '113816.574000', '113816.576000', '113816.579000', '113816.582000', '113816.584000', '113816.587000', '113816.590000', '113816.592000', '113816.595000', '113816.598000', '113816.601000', '113816.603000', '113816.606000', '113816.608000', '113816.611000', '113816.614000', '113816.616000', '113816.619000', '113816.622000', '113816.624000', '113816.627000', '113816.630000', '113816.632000', '113816.635000', '113816.638000', '113816.640000', '113816.643000', '113816.646000', '113816.649000', '113816.651000', '113816.654000', '113816.656000', '113816.659000', '113816.662000', '113816.664000', '113816.667000', '113816.670000', '113816.672000', '113816.675000', '113816.677000', '113836.562000', '113836.565000', '113836.568000', '113836.571000', '113836.573000', '113836.576000', '113836.579000', '113836.582000', '113836.584000', '113836.587000', '113836.590000', '113836.592000', '113836.595000', '113836.598000', '113836.600000', '113836.603000', '113836.606000', '113836.608000', '113836.611000', '113836.614000', '113836.616000', '113836.619000', '113836.622000', '113836.624000', '113836.627000', '113836.629000', '113836.632000', '113836.635000', '113836.638000', '113836.640000', '113836.643000', '113836.645000', '113836.648000', '113836.651000', '113836.653000', '113836.656000', '113836.659000', '113836.661000', '113836.664000', '113836.667000', '113836.669000', '113836.672000', '113836.675000', '113856.562000', '113856.565000', '113856.568000', '113856.572000', '113856.574000', '113856.577000', '113856.579000', '113856.582000', '113856.585000', '113856.587000', '113856.590000', '113856.593000', '113856.595000', '113856.598000', '113856.601000', '113856.603000', '113856.606000', '113856.608000', '113856.611000', '113856.614000', '113856.616000', '113856.619000', '113856.622000', '113856.624000', '113856.627000', '113856.638000', '113856.641000', '113856.644000', '113856.646000', '113856.649000', '113856.651000', '113856.654000', '113856.657000', '113856.660000', '113856.662000', '113856.665000', '113856.668000', '113856.670000', '113856.673000', '113856.675000', '113856.678000', '113856.681000', '113856.683000', '113856.686000', '113916.561000', '113916.564000', '113916.567000', '113916.570000', '113916.572000', '113916.575000', '113916.578000', '113916.580000', '113916.583000', '113916.586000', '113916.589000', '113916.591000', '113916.594000', '113916.597000', '113916.599000', '113916.602000', '113916.605000', '113916.608000', '113916.610000', '113916.613000', '113916.615000', '113916.618000', '113916.621000', '113916.624000', '113916.626000', '113916.629000', '113916.632000', '113916.634000', '113916.637000', '113916.640000', '113916.643000', '113916.645000', '113916.648000', '113916.658000', '113916.660000', '113916.663000', '113916.666000', '113916.669000', '113916.671000', '113916.674000', '113916.677000', '113916.679000', '113916.682000', '113936.563000', '113936.566000', '113936.569000', '113936.572000', '113936.575000', '113936.577000', '113936.580000', '113936.583000', '113936.586000', '113936.588000', '113936.591000', '113936.594000', '113936.597000', '113936.600000', '113936.603000', '113936.605000', '113936.608000', '113936.611000', '113936.614000', '113936.617000', '113936.620000', '113936.622000', '113936.625000', '113936.628000', '113936.630000', '113936.633000', '113936.636000', '113936.638000', '113936.641000', '113936.644000', '113936.646000', '113936.649000', '113936.652000', '113936.654000', '113936.657000', '113936.660000', '113936.663000', '113936.665000', '113936.668000', '113936.671000', '113936.673000', '113936.676000', '113936.679000', '113936.681000', '113956.562000', '113956.565000', '113956.568000', '113956.571000', '113956.574000', '113956.576000', '113956.579000', '113956.581000', '113956.584000', '113956.587000', '113956.590000', '113956.592000', '113956.596000', '113956.598000', '113956.601000', '113956.603000', '113956.606000', '113956.609000', '113956.611000', '113956.614000', '113956.617000', '113956.620000', '113956.622000', '113956.625000', '113956.628000', '113956.630000', '113956.640000', '113956.643000', '113956.646000', '113956.648000', '113956.651000', '113956.654000', '113956.656000', '113956.659000', '113956.662000', '113956.664000', '113956.667000', '113956.670000', '113956.672000', '113956.675000', '113956.678000', '113956.680000', '113956.683000', '114016.563000', '114016.574000', '114016.577000', '114016.580000', '114016.582000', '114016.585000', '114016.588000', '114016.591000', '114016.593000', '114016.596000', '114016.599000', '114016.601000', '114016.604000', '114016.606000', '114016.609000', '114016.612000', '114016.615000', '114016.617000', '114016.620000', '114016.623000', '114016.625000', '114016.628000', '114016.631000', '114016.633000', '114016.636000', '114016.639000', '114016.641000', '114016.644000', '114016.647000', '114016.649000', '114016.652000', '114016.655000', '114016.657000', '114016.660000', '114016.663000', '114016.665000', '114016.695000', '114016.698000', '114016.700000', '114016.703000', '114016.707000', '114016.710000', '114016.713000', '114016.715000', '114036.563000', '114036.565000', '114036.568000', '114036.571000', '114036.574000', '114036.576000', '114036.579000', '114036.582000', '114036.584000', '114036.587000', '114036.590000', '114036.592000', '114036.595000', '114036.598000', '114036.600000', '114036.603000', '114036.606000', '114036.608000', '114036.611000', '114036.614000', '114036.616000', '114036.619000', '114036.622000', '114036.624000', '114036.627000', '114036.630000', '114036.632000', '114036.635000', '114036.638000', '114036.640000', '114036.643000', '114036.646000', '114036.648000', '114036.651000', '114036.653000', '114036.656000', '114036.659000', '114036.661000', '114036.664000', '114036.667000', '114036.670000', '114036.672000', '114036.675000', '114056.563000', '114056.566000', '114056.569000', '114056.571000', '114056.574000', '114056.577000', '114056.579000', '114056.582000', '114056.585000', '114056.588000', '114056.590000', '114056.593000', '114056.596000', '114056.599000', '114056.602000', '114056.604000', '114056.607000', '114056.610000', '114056.613000', '114056.615000', '114056.618000', '114056.621000', '114056.624000', '114056.626000', '114056.629000', '114056.631000', '114056.634000', '114056.637000', '114056.639000', '114056.642000', '114056.645000', '114056.647000', '114056.650000', '114056.653000', '114056.656000', '114056.659000', '114056.662000', '114056.664000', '114056.667000', '114056.669000', '114056.672000', '114056.675000', '114056.677000', '114116.562000', '114116.565000', '114116.568000', '114116.571000', '114116.574000', '114116.576000', '114116.579000', '114116.582000', '114116.584000', '114116.587000', '114116.590000', '114116.592000', '114116.595000', '114116.598000', '114116.600000', '114116.603000', '114116.606000', '114116.608000', '114116.611000', '114116.614000', '114116.616000', '114116.619000', '114116.621000', '114116.624000', '114116.627000', '114116.629000', '114116.632000', '114116.635000', '114116.637000', '114116.640000', '114116.643000', '114116.645000', '114116.648000', '114116.651000', '114116.653000', '114116.656000', '114116.659000', '114116.661000', '114116.664000', '114116.667000', '114116.669000', '114116.672000', '114116.674000', '114116.677000', '114136.562000', '114136.565000', '114136.567000', '114136.570000', '114136.572000', '114136.575000', '114136.578000', '114136.581000', '114136.583000', '114136.586000', '114136.589000', '114136.593000', '114136.596000', '114136.598000', '114136.601000', '114136.604000', '114136.606000', '114136.609000', '114136.612000', '114136.615000', '114136.617000', '114136.620000', '114136.622000', '114136.625000', '114136.628000', '114136.630000', '114136.633000', '114136.636000', '114136.638000', '114136.641000', '114136.643000', '114136.646000', '114136.649000', '114136.651000', '114136.654000', '114136.657000', '114136.659000', '114136.662000', '114136.665000', '114136.667000', '114136.670000', '114136.673000', '114136.675000', '114156.563000', '114156.565000', '114156.568000', '114156.571000', '114156.574000', '114156.576000', '114156.579000', '114156.582000', '114156.584000', '114156.587000', '114156.590000', '114156.592000', '114156.595000', '114156.598000', '114156.600000', '114156.603000', '114156.606000', '114156.608000', '114156.611000', '114156.614000', '114156.616000', '114156.619000', '114156.621000', '114156.624000', '114156.627000', '114156.629000', '114156.632000', '114156.635000', '114156.637000', '114156.640000', '114156.643000', '114156.645000', '114156.648000', '114156.651000', '114156.653000', '114156.656000', '114156.658000', '114156.661000', '114156.664000', '114156.666000', '114156.669000', '114156.671000', '114156.674000', '114156.677000', '114216.562000', '114216.565000', '114216.568000', '114216.571000', '114216.574000', '114216.576000', '114216.579000', '114216.582000', '114216.585000', '114216.588000', '114216.591000', '114216.594000', '114216.597000', '114216.599000', '114216.602000', '114216.605000', '114216.607000', '114216.610000', '114216.613000', '114216.615000', '114216.618000', '114216.621000', '114216.623000', '114216.626000', '114216.629000', '114216.631000', '114216.634000', '114216.637000', '114216.640000', '114216.643000', '114216.646000', '114216.648000', '114216.651000', '114216.654000', '114216.656000', '114216.659000', '114216.662000', '114216.664000', '114216.667000', '114216.669000', '114216.672000', '114216.675000', '114216.677000', '114236.563000', '114236.566000', '114236.569000', '114236.572000', '114236.574000', '114236.577000', '114236.580000', '114236.582000', '114236.585000', '114236.588000', '114236.591000', '114236.593000', '114236.596000', '114236.598000', '114236.601000', '114236.604000', '114236.606000', '114236.609000', '114236.612000', '114236.614000', '114236.617000', '114236.620000', '114236.622000', '114236.625000', '114236.628000', '114236.630000', '114236.633000', '114236.636000', '114236.638000', '114236.641000', '114236.644000', '114236.646000', '114236.649000', '114236.652000', '114236.654000', '114236.657000', '114236.659000', '114236.662000', '114236.665000', '114236.667000', '114236.670000', '114236.673000', '114236.675000', '114236.678000', '114253.883000', '114253.886000', '114253.889000', '114253.892000', '114253.894000', '114253.897000', '114253.900000', '114253.903000', '114253.906000', '114253.908000', '114253.911000', '114253.914000', '114253.917000', '114253.919000', '114253.922000', '114253.925000', '114253.928000', '114253.931000', '114253.935000', '114253.940000', '114253.944000', '114253.947000', '114253.951000', '114253.954000', '114253.957000', '114253.960000', '114253.963000', '114253.966000', '114253.968000', '114253.973000', '114253.976000', '114253.979000', '114253.982000', '114253.986000', '114253.989000', '114253.991000', '114253.994000', '114253.998000'], 'InstanceCreationTime': ['113456.611000', '113456.615000', '113456.625000', '113456.628000', '113456.631000', '113456.633000', '113456.637000', '113456.640000', '113456.642000', '113456.645000', '113456.648000', '113456.650000', '113456.653000', '113456.655000', '113456.658000', '113456.661000', '113456.663000', '113456.666000', '113456.668000', '113456.671000', '113456.673000', '113456.676000', '113456.679000', '113456.681000', '113456.684000', '113456.687000', '113456.689000', '113456.692000', '113456.695000', '113456.697000', '113456.700000', '113456.703000', '113456.705000', '113456.709000', '113456.712000', '113516.562000', '113516.565000', '113516.568000', '113516.571000', '113516.573000', '113516.576000', '113516.578000', '113516.581000', '113516.584000', '113516.586000', '113516.589000', '113516.592000', '113516.594000', '113516.597000', '113516.600000', '113516.603000', '113516.605000', '113516.608000', '113516.611000', '113516.613000', '113516.616000', '113516.619000', '113516.621000', '113516.624000', '113516.626000', '113516.629000', '113516.632000', '113516.634000', '113516.637000', '113516.640000', '113516.642000', '113516.645000', '113516.647000', '113516.650000', '113516.653000', '113516.655000', '113516.658000', '113516.661000', '113516.663000', '113516.666000', '113516.668000', '113516.671000', '113516.674000', '113536.562000', '113536.565000', '113536.568000', '113536.570000', '113536.573000', '113536.576000', '113536.579000', '113536.581000', '113536.584000', '113536.587000', '113536.589000', '113536.592000', '113536.595000', '113536.597000', '113536.600000', '113536.603000', '113536.605000', '113536.608000', '113536.611000', '113536.613000', '113536.616000', '113536.619000', '113536.621000', '113536.633000', '113536.636000', '113536.638000', '113536.641000', '113536.643000', '113536.646000', '113536.649000', '113536.651000', '113536.654000', '113536.657000', '113536.659000', '113536.662000', '113536.664000', '113536.667000', '113536.670000', '113536.672000', '113536.675000', '113536.678000', '113536.680000', '113536.683000', '113536.685000', '113556.563000', '113556.566000', '113556.568000', '113556.571000', '113556.585000', '113556.587000', '113556.590000', '113556.593000', '113556.595000', '113556.598000', '113556.601000', '113556.603000', '113556.606000', '113556.608000', '113556.611000', '113556.614000', '113556.616000', '113556.619000', '113556.621000', '113556.624000', '113556.627000', '113556.629000', '113556.632000', '113556.635000', '113556.637000', '113556.640000', '113556.643000', '113556.645000', '113556.648000', '113556.651000', '113556.654000', '113556.656000', '113556.659000', '113556.662000', '113556.664000', '113556.667000', '113556.670000', '113556.672000', '113556.675000', '113556.677000', '113556.681000', '113556.684000', '113556.686000', '113616.563000', '113616.565000', '113616.568000', '113616.571000', '113616.574000', '113616.576000', '113616.579000', '113616.582000', '113616.584000', '113616.587000', '113616.589000', '113616.592000', '113616.595000', '113616.597000', '113616.600000', '113616.603000', '113616.605000', '113616.608000', '113616.611000', '113616.613000', '113616.616000', '113616.619000', '113616.621000', '113616.624000', '113616.627000', '113616.629000', '113616.632000', '113616.635000', '113616.637000', '113616.640000', '113616.642000', '113616.645000', '113616.648000', '113616.651000', '113616.653000', '113616.656000', '113616.659000', '113616.661000', '113616.664000', '113616.666000', '113616.669000', '113616.672000', '113616.674000', '113616.677000', '113636.563000', '113636.566000', '113636.569000', '113636.572000', '113636.574000', '113636.577000', '113636.580000', '113636.582000', '113636.585000', '113636.588000', '113636.591000', '113636.593000', '113636.596000', '113636.599000', '113636.601000', '113636.604000', '113636.607000', '113636.610000', '113636.612000', '113636.615000', '113636.618000', '113636.620000', '113636.623000', '113636.626000', '113636.628000', '113636.631000', '113636.634000', '113636.636000', '113636.639000', '113636.642000', '113636.644000', '113636.647000', '113636.650000', '113636.652000', '113636.655000', '113636.657000', '113636.660000', '113636.663000', '113636.665000', '113636.668000', '113636.671000', '113636.673000', '113636.676000', '113656.561000', '113656.564000', '113656.567000', '113656.570000', '113656.573000', '113656.575000', '113656.578000', '113656.581000', '113656.583000', '113656.586000', '113656.589000', '113656.591000', '113656.594000', '113656.597000', '113656.599000', '113656.602000', '113656.605000', '113656.607000', '113656.610000', '113656.613000', '113656.615000', '113656.618000', '113656.621000', '113656.623000', '113656.626000', '113656.629000', '113656.631000', '113656.634000', '113656.637000', '113656.639000', '113656.642000', '113656.645000', '113656.647000', '113656.650000', '113656.653000', '113656.655000', '113656.658000', '113656.660000', '113656.663000', '113656.666000', '113656.668000', '113656.671000', '113656.674000', '113656.676000', '113716.563000', '113716.565000', '113716.568000', '113716.571000', '113716.573000', '113716.576000', '113716.579000', '113716.581000', '113716.584000', '113716.587000', '113716.590000', '113716.592000', '113716.595000', '113716.598000', '113716.600000', '113716.603000', '113716.606000', '113716.608000', '113716.611000', '113716.613000', '113716.616000', '113716.619000', '113716.622000', '113716.624000', '113716.627000', '113716.630000', '113716.632000', '113716.635000', '113716.638000', '113716.640000', '113716.643000', '113716.645000', '113716.648000', '113716.651000', '113716.654000', '113716.656000', '113716.659000', '113716.662000', '113716.665000', '113716.668000', '113716.670000', '113716.673000', '113716.676000', '113736.562000', '113736.565000', '113736.568000', '113736.571000', '113736.573000', '113736.576000', '113736.579000', '113736.581000', '113736.584000', '113736.587000', '113736.589000', '113736.592000', '113736.595000', '113736.597000', '113736.600000', '113736.603000', '113736.605000', '113736.608000', '113736.611000', '113736.613000', '113736.616000', '113736.618000', '113736.621000', '113736.623000', '113736.626000', '113736.629000', '113736.631000', '113736.634000', '113736.637000', '113736.639000', '113736.642000', '113736.645000', '113736.647000', '113736.650000', '113736.653000', '113736.655000', '113736.658000', '113736.661000', '113736.663000', '113736.666000', '113736.669000', '113736.671000', '113736.674000', '113736.676000', '113756.562000', '113756.565000', '113756.568000', '113756.571000', '113756.573000', '113756.576000', '113756.579000', '113756.581000', '113756.584000', '113756.587000', '113756.589000', '113756.592000', '113756.595000', '113756.597000', '113756.600000', '113756.602000', '113756.605000', '113756.608000', '113756.610000', '113756.613000', '113756.615000', '113756.618000', '113756.621000', '113756.623000', '113756.626000', '113756.628000', '113756.631000', '113756.634000', '113756.637000', '113756.646000', '113756.649000', '113756.652000', '113756.654000', '113756.657000', '113756.660000', '113756.662000', '113756.665000', '113756.668000', '113756.670000', '113756.673000', '113756.676000', '113756.678000', '113756.681000', '113816.563000', '113816.565000', '113816.568000', '113816.571000', '113816.574000', '113816.576000', '113816.579000', '113816.582000', '113816.584000', '113816.587000', '113816.590000', '113816.592000', '113816.595000', '113816.598000', '113816.601000', '113816.603000', '113816.606000', '113816.608000', '113816.611000', '113816.614000', '113816.616000', '113816.619000', '113816.622000', '113816.624000', '113816.627000', '113816.630000', '113816.632000', '113816.635000', '113816.638000', '113816.640000', '113816.643000', '113816.646000', '113816.649000', '113816.651000', '113816.654000', '113816.656000', '113816.659000', '113816.662000', '113816.664000', '113816.667000', '113816.670000', '113816.672000', '113816.675000', '113816.677000', '113836.562000', '113836.565000', '113836.568000', '113836.571000', '113836.573000', '113836.576000', '113836.579000', '113836.582000', '113836.584000', '113836.587000', '113836.590000', '113836.592000', '113836.595000', '113836.598000', '113836.600000', '113836.603000', '113836.606000', '113836.608000', '113836.611000', '113836.614000', '113836.616000', '113836.619000', '113836.622000', '113836.624000', '113836.627000', '113836.629000', '113836.632000', '113836.635000', '113836.638000', '113836.640000', '113836.643000', '113836.645000', '113836.648000', '113836.651000', '113836.653000', '113836.656000', '113836.659000', '113836.661000', '113836.664000', '113836.667000', '113836.669000', '113836.672000', '113836.675000', '113856.562000', '113856.565000', '113856.568000', '113856.572000', '113856.574000', '113856.577000', '113856.579000', '113856.582000', '113856.585000', '113856.587000', '113856.590000', '113856.593000', '113856.595000', '113856.598000', '113856.601000', '113856.603000', '113856.606000', '113856.608000', '113856.611000', '113856.614000', '113856.616000', '113856.619000', '113856.622000', '113856.624000', '113856.627000', '113856.638000', '113856.641000', '113856.644000', '113856.646000', '113856.649000', '113856.651000', '113856.654000', '113856.657000', '113856.660000', '113856.662000', '113856.665000', '113856.668000', '113856.670000', '113856.673000', '113856.675000', '113856.678000', '113856.681000', '113856.683000', '113856.686000', '113916.561000', '113916.564000', '113916.567000', '113916.570000', '113916.572000', '113916.575000', '113916.578000', '113916.580000', '113916.583000', '113916.586000', '113916.589000', '113916.591000', '113916.594000', '113916.597000', '113916.599000', '113916.602000', '113916.605000', '113916.608000', '113916.610000', '113916.613000', '113916.615000', '113916.618000', '113916.621000', '113916.624000', '113916.626000', '113916.629000', '113916.632000', '113916.634000', '113916.637000', '113916.640000', '113916.643000', '113916.645000', '113916.648000', '113916.658000', '113916.660000', '113916.663000', '113916.666000', '113916.669000', '113916.671000', '113916.674000', '113916.677000', '113916.679000', '113916.682000', '113936.563000', '113936.566000', '113936.569000', '113936.572000', '113936.575000', '113936.577000', '113936.580000', '113936.583000', '113936.586000', '113936.588000', '113936.591000', '113936.594000', '113936.597000', '113936.600000', '113936.603000', '113936.605000', '113936.608000', '113936.611000', '113936.614000', '113936.617000', '113936.620000', '113936.622000', '113936.625000', '113936.628000', '113936.630000', '113936.633000', '113936.636000', '113936.638000', '113936.641000', '113936.644000', '113936.646000', '113936.649000', '113936.652000', '113936.654000', '113936.657000', '113936.660000', '113936.663000', '113936.665000', '113936.668000', '113936.671000', '113936.673000', '113936.676000', '113936.679000', '113936.681000', '113956.562000', '113956.565000', '113956.568000', '113956.571000', '113956.574000', '113956.576000', '113956.579000', '113956.581000', '113956.584000', '113956.587000', '113956.590000', '113956.592000', '113956.596000', '113956.598000', '113956.601000', '113956.603000', '113956.606000', '113956.609000', '113956.611000', '113956.614000', '113956.617000', '113956.620000', '113956.622000', '113956.625000', '113956.628000', '113956.630000', '113956.640000', '113956.643000', '113956.646000', '113956.648000', '113956.651000', '113956.654000', '113956.656000', '113956.659000', '113956.662000', '113956.664000', '113956.667000', '113956.670000', '113956.672000', '113956.675000', '113956.678000', '113956.680000', '113956.683000', '114016.563000', '114016.574000', '114016.577000', '114016.580000', '114016.582000', '114016.585000', '114016.588000', '114016.591000', '114016.593000', '114016.596000', '114016.599000', '114016.601000', '114016.604000', '114016.606000', '114016.609000', '114016.612000', '114016.615000', '114016.617000', '114016.620000', '114016.623000', '114016.625000', '114016.628000', '114016.631000', '114016.633000', '114016.636000', '114016.639000', '114016.641000', '114016.644000', '114016.647000', '114016.649000', '114016.652000', '114016.655000', '114016.657000', '114016.660000', '114016.663000', '114016.665000', '114016.695000', '114016.698000', '114016.700000', '114016.703000', '114016.707000', '114016.710000', '114016.713000', '114016.715000', '114036.563000', '114036.565000', '114036.568000', '114036.571000', '114036.574000', '114036.576000', '114036.579000', '114036.582000', '114036.584000', '114036.587000', '114036.590000', '114036.592000', '114036.595000', '114036.598000', '114036.600000', '114036.603000', '114036.606000', '114036.608000', '114036.611000', '114036.614000', '114036.616000', '114036.619000', '114036.622000', '114036.624000', '114036.627000', '114036.630000', '114036.632000', '114036.635000', '114036.638000', '114036.640000', '114036.643000', '114036.646000', '114036.648000', '114036.651000', '114036.653000', '114036.656000', '114036.659000', '114036.661000', '114036.664000', '114036.667000', '114036.670000', '114036.672000', '114036.675000', '114056.563000', '114056.566000', '114056.569000', '114056.571000', '114056.574000', '114056.577000', '114056.579000', '114056.582000', '114056.585000', '114056.588000', '114056.590000', '114056.593000', '114056.596000', '114056.599000', '114056.602000', '114056.604000', '114056.607000', '114056.610000', '114056.613000', '114056.615000', '114056.618000', '114056.621000', '114056.624000', '114056.626000', '114056.629000', '114056.631000', '114056.634000', '114056.637000', '114056.639000', '114056.642000', '114056.645000', '114056.647000', '114056.650000', '114056.653000', '114056.656000', '114056.659000', '114056.662000', '114056.664000', '114056.667000', '114056.669000', '114056.672000', '114056.675000', '114056.677000', '114116.562000', '114116.565000', '114116.568000', '114116.571000', '114116.574000', '114116.576000', '114116.579000', '114116.582000', '114116.584000', '114116.587000', '114116.590000', '114116.592000', '114116.595000', '114116.598000', '114116.600000', '114116.603000', '114116.606000', '114116.608000', '114116.611000', '114116.614000', '114116.616000', '114116.619000', '114116.621000', '114116.624000', '114116.627000', '114116.629000', '114116.632000', '114116.635000', '114116.637000', '114116.640000', '114116.643000', '114116.645000', '114116.648000', '114116.651000', '114116.653000', '114116.656000', '114116.659000', '114116.661000', '114116.664000', '114116.667000', '114116.669000', '114116.672000', '114116.674000', '114116.677000', '114136.562000', '114136.565000', '114136.567000', '114136.570000', '114136.572000', '114136.575000', '114136.578000', '114136.581000', '114136.583000', '114136.586000', '114136.589000', '114136.593000', '114136.596000', '114136.598000', '114136.601000', '114136.604000', '114136.606000', '114136.609000', '114136.612000', '114136.615000', '114136.617000', '114136.620000', '114136.622000', '114136.625000', '114136.628000', '114136.630000', '114136.633000', '114136.636000', '114136.638000', '114136.641000', '114136.643000', '114136.646000', '114136.649000', '114136.651000', '114136.654000', '114136.657000', '114136.659000', '114136.662000', '114136.665000', '114136.667000', '114136.670000', '114136.673000', '114136.675000', '114156.563000', '114156.565000', '114156.568000', '114156.571000', '114156.574000', '114156.576000', '114156.579000', '114156.582000', '114156.584000', '114156.587000', '114156.590000', '114156.592000', '114156.595000', '114156.598000', '114156.600000', '114156.603000', '114156.606000', '114156.608000', '114156.611000', '114156.614000', '114156.616000', '114156.619000', '114156.621000', '114156.624000', '114156.627000', '114156.629000', '114156.632000', '114156.635000', '114156.637000', '114156.640000', '114156.643000', '114156.645000', '114156.648000', '114156.651000', '114156.653000', '114156.656000', '114156.658000', '114156.661000', '114156.664000', '114156.666000', '114156.669000', '114156.671000', '114156.674000', '114156.677000', '114216.562000', '114216.565000', '114216.568000', '114216.571000', '114216.574000', '114216.576000', '114216.579000', '114216.582000', '114216.585000', '114216.588000', '114216.591000', '114216.594000', '114216.597000', '114216.599000', '114216.602000', '114216.605000', '114216.607000', '114216.610000', '114216.613000', '114216.615000', '114216.618000', '114216.621000', '114216.623000', '114216.626000', '114216.629000', '114216.631000', '114216.634000', '114216.637000', '114216.640000', '114216.643000', '114216.646000', '114216.648000', '114216.651000', '114216.654000', '114216.656000', '114216.659000', '114216.662000', '114216.664000', '114216.667000', '114216.669000', '114216.672000', '114216.675000', '114216.677000', '114236.563000', '114236.566000', '114236.569000', '114236.572000', '114236.574000', '114236.577000', '114236.580000', '114236.582000', '114236.585000', '114236.588000', '114236.591000', '114236.593000', '114236.596000', '114236.598000', '114236.601000', '114236.604000', '114236.606000', '114236.609000', '114236.612000', '114236.614000', '114236.617000', '114236.620000', '114236.622000', '114236.625000', '114236.628000', '114236.630000', '114236.633000', '114236.636000', '114236.638000', '114236.641000', '114236.644000', '114236.646000', '114236.649000', '114236.652000', '114236.654000', '114236.657000', '114236.659000', '114236.662000', '114236.665000', '114236.667000', '114236.670000', '114236.673000', '114236.675000', '114236.678000', '114253.883000', '114253.886000', '114253.889000', '114253.892000', '114253.894000', '114253.897000', '114253.900000', '114253.903000', '114253.906000', '114253.908000', '114253.911000', '114253.914000', '114253.917000', '114253.919000', '114253.922000', '114253.925000', '114253.928000', '114253.931000', '114253.935000', '114253.940000', '114253.944000', '114253.947000', '114253.951000', '114253.954000', '114253.957000', '114253.960000', '114253.963000', '114253.966000', '114253.968000', '114253.973000', '114253.976000', '114253.979000', '114253.982000', '114253.986000', '114253.989000', '114253.991000', '114253.994000', '114253.998000'], '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': [7803, 9356, 7466, 11141, 16208, 9279, 13764, 8011, 12207, 8116, 10692, 15436, 9994, 13753, 8195, 10857, 14679, 10464, 13281, 8868, 12429, 8120, 10794, 13702, 10237, 12762, 7964, 11613, 7969, 10594, 11321, 10189, 13049, 9011, 12542, 8127, 12057, 8184, 11650, 16077, 10931, 13407, 9149, 11196, 7423, 11514, 15973, 10444, 11736, 8739, 13086, 8075, 11640, 8852, 9055, 10346, 13131, 10362, 11451, 13863, 8865, 11569, 7705, 9276, 7470, 10959, 10122, 10236, 13690, 8075, 11677, 8078, 9057, 7441, 11451, 7334, 11538, 12112, 10360, 13494, 8657, 12946, 9354, 11612, 7569, 9477, 7634, 11597, 8131, 12685, 15267, 9448, 13774, 8056, 11349, 7679, 9465, 7525, 10620, 13918, 8903, 13102, 7560, 10602, 9429, 10075, 13514, 9157, 12179, 7704, 10878, 10932, 9148, 13995, 8317, 11685, 8137, 11733, 7795, 10081, 14428, 9681, 13108, 7945, 10810, 10137, 9455, 13115, 7606, 11104, 10461, 9609, 12493, 7995, 12028, 7815, 10666, 8085, 10121, 13305, 7436, 11404, 8624, 8927, 6971, 10610, 13469, 8745, 12224, 15694, 9859, 13037, 8143, 10692, 7196, 11152, 13449, 8347, 12791, 8744, 10959, 13592, 9943, 12022, 7785, 11184, 13512, 9471, 11996, 7796, 11141, 12940, 8990, 11626, 8864, 10130, 13193, 8909, 11302, 7829, 11334, 14409, 9595, 12961, 8060, 10817, 7676, 11505, 12738, 11296, 13471, 7684, 11237, 14595, 10687, 12667, 9033, 11973, 7488, 11028, 12996, 9521, 12677, 9021, 12110, 10021, 10420, 9478, 10780, 8804, 11964, 9867, 13259, 13866, 10387, 12831, 8291, 11436, 15239, 10810, 12848, 9670, 11949, 7327, 11753, 13127, 9737, 12263, 7765, 11631, 7351, 11612, 12875, 10001, 11881, 7541, 11902, 7766, 11474, 13029, 10327, 12016, 8527, 10300, 7247, 11675, 13749, 11096, 12442, 9505, 11946, 8091, 11631, 8126, 11476, 13840, 10498, 12033, 7371, 11083, 7750, 11606, 7614, 11231, 12752, 9399, 12481, 8125, 10232, 7427, 11757, 7329, 11581, 13158, 10094, 13194, 9762, 11861, 8531, 11470, 12856, 10957, 11962, 7568, 12424, 11433, 11565, 10900, 11206, 12542, 10160, 11985, 7499, 11287, 14708, 11095, 12898, 10429, 11865, 7523, 11756, 13668, 10734, 13725, 10192, 12678, 9883, 12064, 7467, 11707, 13261, 9780, 11779, 8988, 10304, 7037, 11619, 12430, 9395, 11789, 8214, 9911, 7542, 11447, 14898, 9906, 12293, 7697, 11303, 8148, 11135, 12363, 9823, 11696, 7433, 11292, 10210, 10823, 12461, 10243, 11962, 7427, 11609, 13495, 10461, 12152, 9080, 11734, 13174, 10828, 12263, 7270, 11539, 14341, 10764, 11523, 9476, 11187, 6859, 11134, 12630, 9402, 11762, 8374, 10714, 7114, 11180, 12550, 8672, 11422, 7640, 10856, 11982, 10346, 11826, 8734, 10901, 7285, 10015, 7138, 8827, 7468, 11278, 15586, 9355, 12733, 8027, 10582, 7274, 9670, 7353, 11977, 13856, 10559, 12581, 8107, 11583, 8586, 11338, 12937, 10718, 11993, 7937, 11283, 13371, 10091, 11174, 8988, 11735, 7282, 10952, 11937, 9650, 11484, 9320, 10623, 8858, 11027, 7132, 11065, 13925, 10738, 12845, 10753, 12414, 9775, 11919, 9354, 11188, 13087, 10031, 12113, 9790, 11647, 7811, 11742, 14260, 10275, 13927, 10064, 12991, 10106, 11394, 7347, 12310, 8811, 8841, 7060, 8424, 7140, 10880, 12969, 8196, 10999, 12905, 9410, 11598, 8603, 11644, 9869, 11144, 12363, 9212, 11843, 7750, 11093, 14035, 10834, 11292, 6968, 11275, 12569, 9912, 12432, 9991, 11827, 10087, 12117, 11069, 11733, 12876, 9108, 11026, 7749, 11658, 12099, 11461, 11802, 9049, 11896, 13327, 11205, 14000, 11012, 11370, 10321, 11769, 10151, 11516, 12816, 9696, 11175, 8567, 11867, 7065, 11238, 11266, 9685, 11168, 8220, 9480, 7642, 11650, 13904, 10688, 12382, 7763, 11619, 14049, 10985, 12304, 10416, 11576, 9444, 11289, 12872, 10570, 12321, 10376, 11786, 7919, 11608, 13888, 9989, 12233, 7476, 11617, 9884, 11488, 11919, 10263, 11855, 7979, 11313, 11004, 10978, 11657, 10130, 12200, 7293, 11384, 13608, 10741, 11968, 10095, 11086, 9381, 12642, 13461, 11114, 13042, 10461, 11528, 10640, 11510, 7281, 11929, 14004, 10911, 12857, 10311, 11718, 10399, 10794, 7259, 11402, 13107, 11038, 11651, 10612, 12737, 10690, 11731, 7738, 11620, 13533, 10487, 12668, 9660, 10586, 7907, 11596, 13182, 11032, 13033, 9254, 10682, 7479, 11302, 10816, 11109, 11888, 9653, 11880, 7951, 11432, 7033, 11207, 7205, 11279, 12824, 9805, 13690, 14451, 11176, 12852, 10822, 9504, 11070, 11716, 8076, 11795, 13279, 9945, 10942, 8413, 9031, 7062, 11159, 13323, 9556, 11577, 13742, 10033, 11893, 9091, 11373, 7054, 10606, 12111, 8793, 11168, 7133, 7574, 7297, 10659, 12069, 9174, 12716, 12765, 10400, 12800, 9846, 11649, 8779, 11315, 14482, 9908, 13160, 9045, 11113, 7222, 10942, 12493, 9683, 12197, 8937, 11182, 7424, 10757, 7289, 11052, 14016, 10665, 13231, 8883, 11048, 8463, 10970, 13338, 10228, 11788, 9359, 10973, 8496, 10788, 7197, 11032, 12188, 9493, 13237, 13863, 10474, 12398, 10698, 10671, 10866, 13066, 8858, 10893, 14673, 10041, 12697, 9921, 10363, 10341, 11088, 9776, 10695, 12329, 11687, 9025, 8900, 10126, 11868, 7386, 7962, 10550, 10518, 9976, 13633, 15302, 10768, 12812, 14982, 11694, 11965, 11715, 8182, 11051, 13349, 11259, 12019, 9905, 11363, 8523, 11159, 8556, 11307, 11952, 11151, 10695, 10219, 9403, 9075, 8602, 9285, 11307, 10188, 11063, 11942, 10129, 11551, 7595, 11247, 7579, 11290, 8438, 11226, 12314, 9406, 12615, 11119, 11257, 9678, 10992, 10062, 11259, 12696, 8749, 12440, 14272, 10662, 12894, 10539, 11553, 10429, 11093, 13661, 10594, 13009, 9807, 10837, 8381, 11256, 13132, 11035, 12323, 9841, 11921, 7560, 10811, 8727, 10906, 13855, 9766, 13073, 9900, 10781, 8198, 10834, 11006, 10768, 12685, 10744, 13508, 12583, 10621, 13276, 10531, 12030, 10442, 10918, 7838, 10987, 13424, 10668, 12145, 10290, 10826, 9871, 10710, 11597, 10684, 13243, 10810, 12932, 8921, 10533, 13967, 11072, 12204, 8993, 10545, 12097, 10644, 8285, 10630, 10861, 10575, 12052, 7768, 10832, 13225, 10037, 11738, 10012, 10723, 7662, 10971, 12579, 9924, 12999, 9729, 11444, 8421, 10583, 12504, 10562, 13065, 9804, 12414, 9619, 11050, 8503, 10360, 13907, 10455, 12971, 9649, 11156, 9247, 8654, 8441, 10101, 13338, 10430, 13407, 9023, 10151, 8349, 8255, 8205, 10467, 13153, 10153, 12927, 8378, 9879, 11404, 10189, 12719, 10136, 11080, 8128, 10657, 14859, 9889, 13596, 9644, 11357, 9893, 10822, 8007, 10441, 14486, 10047, 13615, 10030, 11929, 8824, 10512, 14209, 10168, 13226, 9477, 10543, 8775, 8744, 7541, 10825, 8597, 10346, 7071, 10156, 13352, 10313, 13456, 8839, 10709, 10813, 10318, 12942, 9983, 11706, 8033, 10469, 13493, 10102, 10889, 10352, 11612, 9853, 11599, 8841, 10156, 7992, 8592, 8232, 11153, 14252, 10649, 13300, 9216, 10316, 8988, 9970, 13128, 10365, 12406, 8760, 10316, 10275, 10034, 11369, 9959, 11501, 10552, 12566, 9216, 10815, 7883, 10231, 10796, 10140, 12156, 10046, 12511, 11403, 10157, 12237, 10452, 12907, 10305, 11174, 9911, 13163, 11528, 10142, 12802, 10275, 12555, 10391, 11858, 12358, 10565, 13691, 10342, 12115, 10138, 10734, 10580, 10198, 12994, 10415, 12125, 9678, 9161, 9093, 10920, 10194, 10854, 13210, 9926, 12476, 9901, 11164, 7823, 11727, 14138, 10654, 13261, 10101, 11684, 9351, 10382, 12562, 10226, 12619, 10112, 11371, 8322, 10624, 9557, 10705, 12724, 10032, 12537, 9569, 10971, 10024, 11594, 11300, 10929, 13580, 9702, 11146, 7876, 10774, 11104, 10325, 12525, 10888, 13208, 8669, 11894, 9238, 10753, 14311, 10789, 12266, 9085, 10823, 12917, 10640, 12251, 10358, 10570, 8399, 10785, 12353, 10438, 13341], 'WindowCenter': [4459.0, 4477.0, 4435.0, 4496.0, 4521.0, 4463.0, 4503.0, 4430.0, 4479.0, 4426.0, 4470.0, 4497.0, 4446.0, 4489.0, 4426.0, 4456.0, 4484.0, 4456.0, 4473.0, 4434.0, 4477.0, 4412.0, 4456.0, 4473.0, 4445.0, 4475.0, 4427.0, 4466.0, 4413.0, 4445.0, 4453.0, 4445.0, 4473.0, 4436.0, 4478.0, 4415.0, 4466.0, 4413.0, 4464.0, 4482.0, 4442.0, 4462.0, 4421.0, 4440.0, 4389.0, 4452.0, 4480.0, 4444.0, 4463.0, 4410.0, 4461.0, 4401.0, 4451.0, 4422.0, 4422.0, 4456.0, 4477.0, 4443.0, 4453.0, 4473.0, 4423.0, 4441.0, 4389.0, 4420.0, 4399.0, 4454.0, 4443.0, 4445.0, 4475.0, 4411.0, 4454.0, 4414.0, 4424.0, 4404.0, 4454.0, 4404.0, 4455.0, 4453.0, 4444.0, 4476.0, 4426.0, 4467.0, 4424.0, 4454.0, 4403.0, 4433.0, 4414.0, 4465.0, 4427.0, 4489.0, 4497.0, 4446.0, 4477.0, 4415.0, 4443.0, 4403.0, 4434.0, 4415.0, 4457.0, 4475.0, 4425.0, 4477.0, 4402.0, 4444.0, 4421.0, 4444.0, 4473.0, 4436.0, 4465.0, 4416.0, 4469.0, 4456.0, 4436.0, 4484.0, 4439.0, 4467.0, 4425.0, 4481.0, 4430.0, 4457.0, 4486.0, 4462.0, 4479.0, 4415.0, 4457.0, 4456.0, 4446.0, 4477.0, 4415.0, 4456.0, 4442.0, 4446.0, 4477.0, 4427.0, 4464.0, 4416.0, 4458.0, 4427.0, 4458.0, 4477.0, 4418.0, 4466.0, 4425.0, 4435.0, 4406.0, 4458.0, 4476.0, 4426.0, 4480.0, 4486.0, 4446.0, 4463.0, 4414.0, 4444.0, 4394.0, 4466.0, 4475.0, 4425.0, 4465.0, 4424.0, 4444.0, 4461.0, 4432.0, 4453.0, 4403.0, 4453.0, 4463.0, 4432.0, 4451.0, 4401.0, 4443.0, 4451.0, 4411.0, 4454.0, 4411.0, 4432.0, 4462.0, 4423.0, 4454.0, 4415.0, 4468.0, 4487.0, 4436.0, 4476.0, 4414.0, 4444.0, 4404.0, 4467.0, 4465.0, 4455.0, 4465.0, 4405.0, 4455.0, 4473.0, 4443.0, 4463.0, 4421.0, 4455.0, 4403.0, 4454.0, 4474.0, 4434.0, 4464.0, 4436.0, 4477.0, 4448.0, 4459.0, 4446.0, 4457.0, 4437.0, 4468.0, 4447.0, 4481.0, 4476.0, 4434.0, 4454.0, 4402.0, 4453.0, 4471.0, 4442.0, 4449.0, 4421.0, 4452.0, 4389.0, 4453.0, 4463.0, 4432.0, 4451.0, 4391.0, 4452.0, 4389.0, 4453.0, 4462.0, 4432.0, 4454.0, 4401.0, 4452.0, 4401.0, 4453.0, 4463.0, 4444.0, 4464.0, 4423.0, 4444.0, 4392.0, 4453.0, 4472.0, 4453.0, 4453.0, 4433.0, 4453.0, 4401.0, 4453.0, 4400.0, 4453.0, 4462.0, 4443.0, 4454.0, 4392.0, 4443.0, 4401.0, 4454.0, 4400.0, 4454.0, 4463.0, 4435.0, 4465.0, 4402.0, 4433.0, 4390.0, 4453.0, 4403.0, 4456.0, 4465.0, 4445.0, 4464.0, 4431.0, 4452.0, 4410.0, 4453.0, 4452.0, 4442.0, 4453.0, 4400.0, 4463.0, 4442.0, 4442.0, 4440.0, 4443.0, 4462.0, 4442.0, 4454.0, 4393.0, 4443.0, 4472.0, 4440.0, 4462.0, 4443.0, 4453.0, 4400.0, 4465.0, 4473.0, 4442.0, 4462.0, 4444.0, 4463.0, 4445.0, 4466.0, 4404.0, 4467.0, 4464.0, 4432.0, 4452.0, 4423.0, 4444.0, 4393.0, 4455.0, 4477.0, 4435.0, 4454.0, 4413.0, 4435.0, 4404.0, 4467.0, 4497.0, 4448.0, 4467.0, 4403.0, 4444.0, 4403.0, 4455.0, 4464.0, 4446.0, 4467.0, 4404.0, 4455.0, 4434.0, 4455.0, 4464.0, 4445.0, 4456.0, 4405.0, 4455.0, 4464.0, 4433.0, 4452.0, 4412.0, 4452.0, 4461.0, 4442.0, 4453.0, 4391.0, 4442.0, 4461.0, 4442.0, 4442.0, 4432.0, 4443.0, 4384.0, 4455.0, 4464.0, 4422.0, 4454.0, 4415.0, 4446.0, 4394.0, 4456.0, 4467.0, 4427.0, 4457.0, 4403.0, 4445.0, 4455.0, 4446.0, 4455.0, 4426.0, 4457.0, 4406.0, 4436.0, 4395.0, 4437.0, 4418.0, 4470.0, 4499.0, 4439.0, 4468.0, 4416.0, 4446.0, 4406.0, 4437.0, 4406.0, 4468.0, 4489.0, 4458.0, 4468.0, 4403.0, 4454.0, 4413.0, 4455.0, 4465.0, 4444.0, 4456.0, 4404.0, 4444.0, 4462.0, 4433.0, 4442.0, 4412.0, 4453.0, 4393.0, 4456.0, 4464.0, 4435.0, 4454.0, 4436.0, 4446.0, 4436.0, 4470.0, 4409.0, 4459.0, 4476.0, 4458.0, 4466.0, 4460.0, 4468.0, 4436.0, 4469.0, 4437.0, 4456.0, 4465.0, 4435.0, 4454.0, 4436.0, 4456.0, 4406.0, 4469.0, 4486.0, 4446.0, 4475.0, 4436.0, 4465.0, 4447.0, 4457.0, 4406.0, 4467.0, 4425.0, 4425.0, 4396.0, 4427.0, 4408.0, 4470.0, 4480.0, 4428.0, 4458.0, 4467.0, 4424.0, 4444.0, 4414.0, 4456.0, 4434.0, 4455.0, 4465.0, 4424.0, 4455.0, 4403.0, 4455.0, 4474.0, 4445.0, 4455.0, 4394.0, 4455.0, 4454.0, 4433.0, 4464.0, 4445.0, 4466.0, 4448.0, 4469.0, 4455.0, 4456.0, 4455.0, 4413.0, 4444.0, 4392.0, 4455.0, 4452.0, 4454.0, 4455.0, 4437.0, 4456.0, 4463.0, 4443.0, 4472.0, 4442.0, 4452.0, 4434.0, 4456.0, 4435.0, 4444.0, 4453.0, 4422.0, 4442.0, 4412.0, 4454.0, 4382.0, 4443.0, 4456.0, 4436.0, 4456.0, 4413.0, 4435.0, 4405.0, 4457.0, 4476.0, 4446.0, 4468.0, 4405.0, 4455.0, 4474.0, 4445.0, 4454.0, 4444.0, 4456.0, 4435.0, 4444.0, 4464.0, 4433.0, 4453.0, 4434.0, 4456.0, 4402.0, 4455.0, 4476.0, 4422.0, 4455.0, 4395.0, 4454.0, 4434.0, 4455.0, 4454.0, 4434.0, 4454.0, 4402.0, 4444.0, 4443.0, 4446.0, 4455.0, 4446.0, 4469.0, 4407.0, 4456.0, 4465.0, 4444.0, 4454.0, 4447.0, 4456.0, 4436.0, 4479.0, 4477.0, 4445.0, 4464.0, 4445.0, 4456.0, 4446.0, 4458.0, 4406.0, 4457.0, 4475.0, 4444.0, 4453.0, 4434.0, 4452.0, 4435.0, 4445.0, 4406.0, 4456.0, 4464.0, 4442.0, 4453.0, 4446.0, 4476.0, 4458.0, 4469.0, 4407.0, 4469.0, 4467.0, 4434.0, 4454.0, 4424.0, 4435.0, 4404.0, 4456.0, 4465.0, 4446.0, 4465.0, 4412.0, 4432.0, 4381.0, 4443.0, 4441.0, 4444.0, 4454.0, 4435.0, 4455.0, 4402.0, 4444.0, 4384.0, 4456.0, 4396.0, 4458.0, 4468.0, 4437.0, 4477.0, 4463.0, 4432.0, 4452.0, 4443.0, 4423.0, 4454.0, 4456.0, 4403.0, 4455.0, 4464.0, 4421.0, 4432.0, 4402.0, 4412.0, 4382.0, 4445.0, 4464.0, 4422.0, 4445.0, 4463.0, 4423.0, 4453.0, 4424.0, 4457.0, 4395.0, 4446.0, 4466.0, 4415.0, 4445.0, 4395.0, 4406.0, 4408.0, 4460.0, 4468.0, 4439.0, 4480.0, 4465.0, 4445.0, 4465.0, 4436.0, 4457.0, 4426.0, 4460.0, 4488.0, 4436.0, 4465.0, 4415.0, 4457.0, 4394.0, 4446.0, 4466.0, 4436.0, 4467.0, 4424.0, 4445.0, 4394.0, 4447.0, 4396.0, 4458.0, 4488.0, 4446.0, 4467.0, 4426.0, 4445.0, 4403.0, 4445.0, 4463.0, 4433.0, 4454.0, 4412.0, 4433.0, 4412.0, 4444.0, 4395.0, 4457.0, 4467.0, 4435.0, 4478.0, 4475.0, 4435.0, 4453.0, 4444.0, 4445.0, 4458.0, 4479.0, 4427.0, 4447.0, 4476.0, 4423.0, 4453.0, 4433.0, 4433.0, 4434.0, 4456.0, 4435.0, 4434.0, 4452.0, 4451.0, 4427.0, 4438.0, 4460.0, 4471.0, 4411.0, 4430.0, 4460.0, 4485.0, 4475.0, 4516.0, 4529.0, 4459.0, 4467.0, 4475.0, 4444.0, 4441.0, 4442.0, 4399.0, 4443.0, 4451.0, 4431.0, 4456.0, 4423.0, 4429.0, 4386.0, 4428.0, 4387.0, 4429.0, 4428.0, 4428.0, 4431.0, 4432.0, 4409.0, 4409.0, 4400.0, 4412.0, 4443.0, 4421.0, 4441.0, 4441.0, 4446.0, 4456.0, 4393.0, 4442.0, 4391.0, 4442.0, 4402.0, 4444.0, 4452.0, 4422.0, 4465.0, 4443.0, 4444.0, 4422.0, 4445.0, 4436.0, 4457.0, 4467.0, 4416.0, 4467.0, 4475.0, 4432.0, 4452.0, 4433.0, 4442.0, 4433.0, 4444.0, 4464.0, 4434.0, 4453.0, 4423.0, 4433.0, 4414.0, 4445.0, 4464.0, 4446.0, 4465.0, 4434.0, 4455.0, 4392.0, 4444.0, 4414.0, 4444.0, 4464.0, 4434.0, 4464.0, 4421.0, 4432.0, 4404.0, 4444.0, 4442.0, 4444.0, 4453.0, 4445.0, 4466.0, 4451.0, 4420.0, 4451.0, 4431.0, 4439.0, 4431.0, 4432.0, 4392.0, 4443.0, 4452.0, 4421.0, 4439.0, 4432.0, 4431.0, 4420.0, 4432.0, 4454.0, 4435.0, 4453.0, 4431.0, 4441.0, 4399.0, 4431.0, 4449.0, 4427.0, 4440.0, 4399.0, 4421.0, 4428.0, 4418.0, 4389.0, 4431.0, 4432.0, 4433.0, 4454.0, 4393.0, 4433.0, 4452.0, 4421.0, 4440.0, 4421.0, 4433.0, 4393.0, 4445.0, 4454.0, 4424.0, 4464.0, 4435.0, 4445.0, 4403.0, 4434.0, 4465.0, 4444.0, 4463.0, 4422.0, 4452.0, 4422.0, 4443.0, 4401.0, 4434.0, 4464.0, 4432.0, 4453.0, 4411.0, 4432.0, 4410.0, 4401.0, 4400.0, 4434.0, 4462.0, 4432.0, 4452.0, 4401.0, 4421.0, 4390.0, 4401.0, 4401.0, 4434.0, 4451.0, 4433.0, 4454.0, 4390.0, 4420.0, 4440.0, 4420.0, 4449.0, 4421.0, 4432.0, 4401.0, 4432.0, 4460.0, 4423.0, 4462.0, 4422.0, 4442.0, 4433.0, 4446.0, 4404.0, 4445.0, 4463.0, 4424.0, 4464.0, 4435.0, 4453.0, 4413.0, 4446.0, 4464.0, 4422.0, 4452.0, 4410.0, 4431.0, 4412.0, 4414.0, 4404.0, 4457.0, 4425.0, 4447.0, 4396.0, 4449.0, 4477.0, 4449.0, 4479.0, 4424.0, 4447.0, 4445.0, 4436.0, 4455.0, 4435.0, 4456.0, 4403.0, 4434.0, 4463.0, 4433.0, 4442.0, 4435.0, 4455.0, 4435.0, 4456.0, 4413.0, 4436.0, 4403.0, 4415.0, 4415.0, 4447.0, 4477.0, 4445.0, 4465.0, 4412.0, 4423.0, 4401.0, 4422.0, 4451.0, 4422.0, 4452.0, 4401.0, 4421.0, 4419.0, 4420.0, 4429.0, 4421.0, 4442.0, 4433.0, 4453.0, 4411.0, 4433.0, 4391.0, 4433.0, 4432.0, 4423.0, 4442.0, 4422.0, 4442.0, 4431.0, 4422.0, 4440.0, 4432.0, 4451.0, 4433.0, 4444.0, 4434.0, 4454.0, 4444.0, 4423.0, 4451.0, 4433.0, 4452.0, 4432.0, 4443.0, 4441.0, 4421.0, 4451.0, 4421.0, 4440.0, 4420.0, 4432.0, 4432.0, 4431.0, 4452.0, 4432.0, 4442.0, 4422.0, 4411.0, 4413.0, 4445.0, 4446.0, 4444.0, 4466.0, 4434.0, 4454.0, 4435.0, 4445.0, 4393.0, 4455.0, 4464.0, 4431.0, 4452.0, 4432.0, 4442.0, 4412.0, 4433.0, 4454.0, 4434.0, 4452.0, 4432.0, 4442.0, 4401.0, 4432.0, 4422.0, 4444.0, 4465.0, 4422.0, 4451.0, 4422.0, 4432.0, 4434.0, 4456.0, 4443.0, 4432.0, 4464.0, 4422.0, 4432.0, 4391.0, 4432.0, 4441.0, 4433.0, 4453.0, 4444.0, 4465.0, 4403.0, 4441.0, 4410.0, 4432.0, 4461.0, 4431.0, 4442.0, 4411.0, 4430.0, 4450.0, 4420.0, 4440.0, 4430.0, 4431.0, 4400.0, 4443.0, 4452.0, 4432.0, 4452.0], 'WindowWidth': [9842.0, 9861.0, 9798.0, 9881.0, 9908.0, 9830.0, 9885.0, 9781.0, 9845.0, 9769.0, 9834.0, 9867.0, 9797.0, 9862.0, 9770.0, 9808.0, 9842.0, 9806.0, 9828.0, 9777.0, 9838.0, 9742.0, 9809.0, 9828.0, 9791.0, 9832.0, 9770.0, 9823.0, 9745.0, 9790.0, 9798.0, 9791.0, 9829.0, 9783.0, 9842.0, 9752.0, 9823.0, 9746.0, 9816.0, 9838.0, 9782.0, 9809.0, 9752.0, 9776.0, 9705.0, 9794.0, 9830.0, 9786.0, 9815.0, 9736.0, 9806.0, 9725.0, 9791.0, 9757.0, 9757.0, 9807.0, 9842.0, 9783.0, 9796.0, 9828.0, 9756.0, 9777.0, 9706.0, 9749.0, 9723.0, 9802.0, 9785.0, 9791.0, 9833.0, 9740.0, 9800.0, 9748.0, 9761.0, 9736.0, 9802.0, 9734.0, 9802.0, 9796.0, 9789.0, 9833.0, 9766.0, 9825.0, 9760.0, 9799.0, 9732.0, 9771.0, 9751.0, 9819.0, 9773.0, 9860.0, 9864.0, 9794.0, 9838.0, 9749.0, 9784.0, 9731.0, 9773.0, 9751.0, 9811.0, 9831.0, 9763.0, 9837.0, 9730.0, 9785.0, 9753.0, 9788.0, 9826.0, 9779.0, 9817.0, 9755.0, 9829.0, 9807.0, 9781.0, 9845.0, 9790.0, 9825.0, 9768.0, 9850.0, 9780.0, 9812.0, 9849.0, 9826.0, 9844.0, 9749.0, 9810.0, 9808.0, 9792.0, 9838.0, 9751.0, 9807.0, 9782.0, 9794.0, 9839.0, 9770.0, 9817.0, 9755.0, 9816.0, 9772.0, 9815.0, 9839.0, 9759.0, 9821.0, 9763.0, 9779.0, 9741.0, 9814.0, 9838.0, 9768.0, 9847.0, 9851.0, 9793.0, 9812.0, 9747.0, 9790.0, 9720.0, 9822.0, 9836.0, 9765.0, 9818.0, 9758.0, 9786.0, 9808.0, 9768.0, 9797.0, 9730.0, 9797.0, 9814.0, 9768.0, 9792.0, 9723.0, 9782.0, 9791.0, 9736.0, 9798.0, 9736.0, 9767.0, 9807.0, 9758.0, 9801.0, 9752.0, 9827.0, 9850.0, 9781.0, 9834.0, 9748.0, 9786.0, 9734.0, 9822.0, 9816.0, 9803.0, 9818.0, 9735.0, 9803.0, 9824.0, 9784.0, 9810.0, 9753.0, 9802.0, 9730.0, 9801.0, 9828.0, 9774.0, 9814.0, 9782.0, 9838.0, 9800.0, 9816.0, 9796.0, 9810.0, 9782.0, 9826.0, 9800.0, 9851.0, 9838.0, 9774.0, 9800.0, 9726.0, 9796.0, 9819.0, 9778.0, 9786.0, 9750.0, 9794.0, 9707.0, 9795.0, 9812.0, 9767.0, 9791.0, 9709.0, 9792.0, 9707.0, 9796.0, 9809.0, 9769.0, 9800.0, 9724.0, 9794.0, 9724.0, 9797.0, 9810.0, 9789.0, 9814.0, 9758.0, 9787.0, 9714.0, 9798.0, 9819.0, 9794.0, 9797.0, 9771.0, 9798.0, 9723.0, 9796.0, 9723.0, 9796.0, 9808.0, 9784.0, 9802.0, 9715.0, 9783.0, 9725.0, 9799.0, 9724.0, 9798.0, 9813.0, 9775.0, 9818.0, 9726.0, 9770.0, 9709.0, 9797.0, 9730.0, 9806.0, 9819.0, 9790.0, 9816.0, 9764.0, 9792.0, 9735.0, 9796.0, 9795.0, 9778.0, 9796.0, 9725.0, 9811.0, 9779.0, 9779.0, 9774.0, 9782.0, 9810.0, 9781.0, 9801.0, 9719.0, 9785.0, 9821.0, 9777.0, 9809.0, 9783.0, 9798.0, 9723.0, 9815.0, 9824.0, 9781.0, 9807.0, 9786.0, 9812.0, 9790.0, 9820.0, 9736.0, 9823.0, 9815.0, 9767.0, 9793.0, 9758.0, 9788.0, 9717.0, 9804.0, 9836.0, 9778.0, 9801.0, 9744.0, 9775.0, 9735.0, 9824.0, 9867.0, 9798.0, 9823.0, 9730.0, 9786.0, 9731.0, 9801.0, 9815.0, 9793.0, 9824.0, 9732.0, 9801.0, 9771.0, 9803.0, 9815.0, 9789.0, 9807.0, 9736.0, 9802.0, 9814.0, 9768.0, 9795.0, 9739.0, 9795.0, 9803.0, 9779.0, 9798.0, 9711.0, 9779.0, 9804.0, 9779.0, 9779.0, 9768.0, 9784.0, 9706.0, 9801.0, 9815.0, 9754.0, 9798.0, 9751.0, 9794.0, 9721.0, 9806.0, 9824.0, 9768.0, 9809.0, 9729.0, 9789.0, 9802.0, 9791.0, 9804.0, 9768.0, 9809.0, 9738.0, 9779.0, 9725.0, 9782.0, 9760.0, 9833.0, 9872.0, 9788.0, 9826.0, 9753.0, 9793.0, 9740.0, 9784.0, 9740.0, 9827.0, 9858.0, 9813.0, 9826.0, 9729.0, 9801.0, 9741.0, 9803.0, 9816.0, 9784.0, 9807.0, 9734.0, 9784.0, 9808.0, 9767.0, 9780.0, 9740.0, 9796.0, 9718.0, 9805.0, 9815.0, 9775.0, 9800.0, 9780.0, 9793.0, 9781.0, 9832.0, 9750.0, 9814.0, 9833.0, 9810.0, 9819.0, 9816.0, 9825.0, 9779.0, 9830.0, 9783.0, 9805.0, 9816.0, 9774.0, 9800.0, 9778.0, 9806.0, 9737.0, 9827.0, 9846.0, 9790.0, 9829.0, 9777.0, 9816.0, 9795.0, 9810.0, 9739.0, 9821.0, 9761.0, 9764.0, 9726.0, 9770.0, 9747.0, 9832.0, 9846.0, 9772.0, 9812.0, 9822.0, 9759.0, 9786.0, 9746.0, 9805.0, 9771.0, 9801.0, 9818.0, 9760.0, 9801.0, 9729.0, 9802.0, 9824.0, 9787.0, 9804.0, 9720.0, 9802.0, 9800.0, 9770.0, 9814.0, 9789.0, 9819.0, 9797.0, 9831.0, 9802.0, 9804.0, 9802.0, 9740.0, 9785.0, 9712.0, 9802.0, 9794.0, 9799.0, 9802.0, 9783.0, 9806.0, 9810.0, 9780.0, 9819.0, 9780.0, 9794.0, 9772.0, 9805.0, 9774.0, 9783.0, 9796.0, 9753.0, 9779.0, 9738.0, 9797.0, 9700.0, 9783.0, 9805.0, 9777.0, 9804.0, 9742.0, 9774.0, 9734.0, 9808.0, 9831.0, 9790.0, 9824.0, 9734.0, 9801.0, 9825.0, 9786.0, 9801.0, 9785.0, 9804.0, 9774.0, 9785.0, 9812.0, 9767.0, 9794.0, 9771.0, 9806.0, 9727.0, 9802.0, 9833.0, 9752.0, 9803.0, 9722.0, 9799.0, 9772.0, 9802.0, 9798.0, 9772.0, 9800.0, 9726.0, 9783.0, 9782.0, 9790.0, 9803.0, 9792.0, 9830.0, 9743.0, 9803.0, 9816.0, 9785.0, 9798.0, 9795.0, 9806.0, 9778.0, 9841.0, 9834.0, 9787.0, 9813.0, 9788.0, 9804.0, 9793.0, 9811.0, 9739.0, 9808.0, 9829.0, 9783.0, 9795.0, 9771.0, 9794.0, 9774.0, 9788.0, 9740.0, 9805.0, 9810.0, 9781.0, 9796.0, 9792.0, 9832.0, 9811.0, 9828.0, 9742.0, 9826.0, 9822.0, 9770.0, 9796.0, 9756.0, 9774.0, 9730.0, 9802.0, 9818.0, 9791.0, 9815.0, 9736.0, 9765.0, 9694.0, 9781.0, 9776.0, 9785.0, 9799.0, 9774.0, 9799.0, 9726.0, 9783.0, 9704.0, 9803.0, 9724.0, 9812.0, 9824.0, 9781.0, 9833.0, 9809.0, 9764.0, 9791.0, 9780.0, 9755.0, 9799.0, 9807.0, 9726.0, 9800.0, 9813.0, 9748.0, 9763.0, 9722.0, 9739.0, 9701.0, 9786.0, 9811.0, 9752.0, 9786.0, 9810.0, 9753.0, 9796.0, 9758.0, 9807.0, 9721.0, 9791.0, 9819.0, 9749.0, 9789.0, 9721.0, 9739.0, 9747.0, 9818.0, 9825.0, 9787.0, 9843.0, 9815.0, 9787.0, 9815.0, 9779.0, 9808.0, 9764.0, 9818.0, 9853.0, 9776.0, 9816.0, 9746.0, 9807.0, 9720.0, 9791.0, 9820.0, 9781.0, 9823.0, 9760.0, 9787.0, 9719.0, 9794.0, 9726.0, 9813.0, 9855.0, 9792.0, 9824.0, 9763.0, 9789.0, 9730.0, 9787.0, 9811.0, 9767.0, 9798.0, 9738.0, 9766.0, 9738.0, 9785.0, 9721.0, 9808.0, 9823.0, 9778.0, 9840.0, 9829.0, 9773.0, 9796.0, 9787.0, 9790.0, 9810.0, 9843.0, 9768.0, 9794.0, 9835.0, 9755.0, 9794.0, 9768.0, 9770.0, 9772.0, 9805.0, 9775.0, 9770.0, 9790.0, 9791.0, 9768.0, 9788.0, 9816.0, 9835.0, 9751.0, 9779.0, 9822.0, 9863.0, 9852.0, 9909.0, 9937.0, 9818.0, 9821.0, 9831.0, 9784.0, 9773.0, 9775.0, 9716.0, 9779.0, 9790.0, 9760.0, 9805.0, 9752.0, 9753.0, 9692.0, 9749.0, 9694.0, 9754.0, 9751.0, 9749.0, 9761.0, 9763.0, 9728.0, 9728.0, 9718.0, 9736.0, 9781.0, 9748.0, 9775.0, 9775.0, 9788.0, 9804.0, 9715.0, 9778.0, 9708.0, 9778.0, 9725.0, 9783.0, 9794.0, 9753.0, 9815.0, 9782.0, 9783.0, 9752.0, 9789.0, 9776.0, 9805.0, 9822.0, 9747.0, 9820.0, 9830.0, 9764.0, 9792.0, 9766.0, 9778.0, 9766.0, 9787.0, 9812.0, 9769.0, 9796.0, 9752.0, 9767.0, 9744.0, 9788.0, 9812.0, 9790.0, 9818.0, 9771.0, 9800.0, 9712.0, 9785.0, 9743.0, 9783.0, 9814.0, 9770.0, 9810.0, 9747.0, 9764.0, 9730.0, 9783.0, 9779.0, 9782.0, 9796.0, 9787.0, 9816.0, 9789.0, 9745.0, 9786.0, 9760.0, 9769.0, 9760.0, 9764.0, 9712.0, 9783.0, 9793.0, 9745.0, 9771.0, 9764.0, 9760.0, 9745.0, 9765.0, 9799.0, 9772.0, 9796.0, 9759.0, 9773.0, 9713.0, 9760.0, 9781.0, 9749.0, 9772.0, 9713.0, 9744.0, 9750.0, 9737.0, 9701.0, 9760.0, 9761.0, 9766.0, 9799.0, 9715.0, 9766.0, 9790.0, 9748.0, 9773.0, 9749.0, 9767.0, 9714.0, 9789.0, 9800.0, 9756.0, 9810.0, 9774.0, 9788.0, 9728.0, 9773.0, 9815.0, 9784.0, 9811.0, 9751.0, 9792.0, 9751.0, 9781.0, 9722.0, 9771.0, 9812.0, 9766.0, 9795.0, 9733.0, 9762.0, 9731.0, 9722.0, 9721.0, 9770.0, 9806.0, 9763.0, 9793.0, 9718.0, 9746.0, 9703.0, 9721.0, 9722.0, 9769.0, 9790.0, 9767.0, 9798.0, 9702.0, 9746.0, 9771.0, 9744.0, 9782.0, 9746.0, 9764.0, 9721.0, 9765.0, 9802.0, 9754.0, 9807.0, 9752.0, 9778.0, 9768.0, 9790.0, 9733.0, 9786.0, 9810.0, 9758.0, 9811.0, 9773.0, 9796.0, 9739.0, 9788.0, 9812.0, 9748.0, 9790.0, 9730.0, 9761.0, 9738.0, 9744.0, 9732.0, 9807.0, 9763.0, 9794.0, 9726.0, 9799.0, 9836.0, 9799.0, 9841.0, 9759.0, 9792.0, 9787.0, 9776.0, 9801.0, 9772.0, 9805.0, 9727.0, 9769.0, 9807.0, 9767.0, 9778.0, 9774.0, 9800.0, 9773.0, 9805.0, 9742.0, 9775.0, 9728.0, 9746.0, 9746.0, 9792.0, 9835.0, 9787.0, 9815.0, 9735.0, 9753.0, 9719.0, 9749.0, 9790.0, 9749.0, 9792.0, 9718.0, 9746.0, 9740.0, 9745.0, 9754.0, 9748.0, 9777.0, 9765.0, 9796.0, 9733.0, 9768.0, 9708.0, 9766.0, 9764.0, 9752.0, 9778.0, 9751.0, 9778.0, 9758.0, 9749.0, 9772.0, 9762.0, 9787.0, 9766.0, 9786.0, 9768.0, 9797.0, 9780.0, 9752.0, 9788.0, 9765.0, 9791.0, 9764.0, 9780.0, 9773.0, 9744.0, 9788.0, 9746.0, 9772.0, 9744.0, 9763.0, 9763.0, 9763.0, 9792.0, 9763.0, 9776.0, 9750.0, 9735.0, 9740.0, 9789.0, 9792.0, 9786.0, 9817.0, 9771.0, 9798.0, 9773.0, 9789.0, 9715.0, 9800.0, 9814.0, 9762.0, 9792.0, 9763.0, 9778.0, 9736.0, 9767.0, 9798.0, 9769.0, 9792.0, 9762.0, 9776.0, 9720.0, 9765.0, 9751.0, 9786.0, 9815.0, 9750.0, 9790.0, 9750.0, 9765.0, 9772.0, 9805.0, 9781.0, 9765.0, 9812.0, 9751.0, 9764.0, 9707.0, 9766.0, 9775.0, 9767.0, 9794.0, 9784.0, 9814.0, 9725.0, 9778.0, 9731.0, 9764.0, 9803.0, 9761.0, 9777.0, 9734.0, 9760.0, 9787.0, 9742.0, 9770.0, 9757.0, 9761.0, 9719.0, 9782.0, 9796.0, 9764.0, 9791.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.0007529971988795518</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.043072193837535015</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.46292374871031</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.171498988457944</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9427193825327104</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4893</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5745.3672</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09058009738025799</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.8944911297852474</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4916174001064544</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.335449398864002</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7293028440192586</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.410099957436103</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00629324</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009185058064758778</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04286538064479828</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1071</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.281089745519225</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>17.7641</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.3869</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.9278</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299361.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>944.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.9497</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8772</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.2625</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3674.4443</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3863.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77183.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1520.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4722.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.3345</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.347712115035392</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> |