=== 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-0111 --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-0111",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
126 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
126 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-0111_ses-02_task-narratives_acq-mb8_run-02_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-0111_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-02_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-0111/ses-02/func/sub-0111_ses-02_task-narratives_acq-mb8_run-02_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>2c4bf24cbb3a96c3302a90fe640c8acd</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:34:19.400000</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.997015, 0.074352, -0.0207856, -0.0732162, 0.996016, 0.0509041]</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.259</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-02_task-narratives_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.0821586</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-02_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4234, -7721, -7197, 309, -49, 174, 144, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>222.337</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c8450f4f-ef0d-4756-bc8d-8cd8a21a2787||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.674919366836548, -0.19643373787403107, -0.06611664593219757, 122.91509246826172], [-0.19948090612888336, 2.67223858833313, 0.13292181491851807, -97.3626937866211], [-0.05576633661985397, -0.13657191395759583, 2.695915460586548, -38.50493621826172], [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, 1098]</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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'AcquisitionTime': ['133419.400000', '133419.860000', '133420.320000', '133420.780000', '133421.240000', '133421.700000', '133422.160000', '133422.620000', '133423.080000', '133423.540000', '133424.000000', '133424.460000', '133424.920000', '133425.380000', '133425.840000', '133426.300000', '133426.760000', '133427.220000', '133427.680000', '133428.140000', '133428.600000', '133429.060000', '133429.520000', '133429.980000', '133430.440000', '133430.900000', '133431.360000', '133431.820000', '133432.280000', '133432.740000', '133433.200000', '133433.660000', '133434.120000', '133434.580000', '133435.040000', '133435.500000', '133435.960000', '133436.420000', '133436.880000', '133437.340000', '133437.800000', '133438.260000', '133438.720000', '133439.180000', '133439.640000', '133440.100000', '133440.560000', '133441.020000', '133441.480000', '133441.940000', '133442.400000', '133442.860000', '133443.320000', '133443.780000', '133444.240000', '133444.700000', '133445.160000', '133445.620000', '133446.080000', '133446.540000', '133447.000000', '133447.460000', '133447.920000', '133448.380000', '133448.840000', '133449.300000', '133449.760000', '133450.220000', '133450.680000', '133451.140000', '133451.600000', '133452.060000', '133452.520000', '133452.980000', '133453.440000', '133453.900000', '133454.360000', '133454.820000', '133455.280000', '133455.740000', '133456.200000', '133456.660000', '133457.120000', '133457.580000', '133458.040000', '133458.500000', '133458.960000', '133459.420000', '133459.880000', '133500.340000', '133500.800000', '133501.260000', '133501.720000', '133502.180000', '133502.640000', '133503.100000', '133503.560000', '133504.020000', '133504.480000', '133504.940000', '133505.400000', '133505.860000', '133506.320000', '133506.780000', '133507.240000', '133507.700000', '133508.160000', '133508.620000', '133509.080000', '133509.540000', '133510.000000', '133510.460000', '133510.920000', '133511.380000', '133511.840000', '133512.300000', '133512.760000', '133513.220000', '133513.680000', '133514.140000', '133514.600000', '133515.060000', '133515.520000', '133515.980000', '133516.440000', '133516.900000', '133517.360000', '133517.820000', '133518.280000', '133518.740000', '133519.200000', '133519.660000', '133520.120000', '133520.580000', '133521.040000', '133521.500000', '133521.960000', '133522.420000', '133522.880000', '133523.340000', '133523.800000', '133524.260000', '133524.720000', '133525.180000', '133525.640000', '133526.100000', '133526.560000', '133527.020000', '133527.480000', '133527.940000', '133528.400000', '133528.860000', '133529.320000', '133529.780000', '133530.240000', '133530.700000', '133531.160000', '133531.620000', '133532.080000', '133532.540000', '133533.000000', '133533.460000', '133533.920000', '133534.380000', '133534.840000', '133535.300000', '133535.760000', '133536.220000', '133536.680000', '133537.140000', '133537.600000', '133538.060000', '133538.520000', '133538.980000', '133539.440000', '133539.900000', '133540.360000', '133540.820000', '133541.280000', '133541.740000', '133542.200000', '133542.660000', '133543.120000', '133543.580000', '133544.040000', '133544.500000', '133544.960000', '133545.420000', '133545.880000', '133546.340000', '133546.800000', '133547.260000', '133547.720000', '133548.180000', '133548.640000', '133549.100000', '133549.560000', '133550.020000', '133550.480000', '133550.940000', '133551.400000', '133551.860000', '133552.320000', '133552.780000', '133553.240000', '133553.700000', '133554.160000', '133554.620000', '133555.080000', '133555.540000', '133556.000000', '133556.460000', '133556.920000', '133557.380000', '133557.840000', '133558.300000', '133558.760000', '133559.220000', '133559.680000', '133600.140000', '133600.600000', '133601.060000', '133601.520000', '133601.980000', '133602.440000', '133602.900000', '133603.360000', '133603.820000', '133604.280000', '133604.740000', '133605.200000', '133605.660000', '133606.120000', '133606.580000', '133607.040000', '133607.500000', '133607.960000', '133608.420000', '133608.880000', '133609.340000', '133609.800000', '133610.260000', '133610.720000', '133611.180000', '133611.640000', '133612.100000', '133612.560000', '133613.020000', '133613.480000', '133613.940000', '133614.400000', '133614.860000', '133615.320000', '133615.780000', '133616.240000', '133616.700000', '133617.160000', '133617.620000', '133618.080000', '133618.540000', '133619.000000', '133619.460000', '133619.920000', '133620.380000', '133620.840000', '133621.300000', '133621.760000', '133622.220000', '133622.680000', '133623.140000', '133623.600000', '133624.060000', '133624.520000', '133624.980000', '133625.440000', '133625.900000', '133626.360000', '133626.820000', '133627.280000', '133627.740000', '133628.200000', '133628.660000', '133629.120000', '133629.580000', '133630.040000', '133630.500000', '133630.960000', '133631.420000', '133631.880000', '133632.340000', '133632.800000', '133633.260000', '133633.720000', '133634.180000', '133634.640000', '133635.100000', '133635.560000', '133636.020000', '133636.480000', '133636.940000', '133637.400000', '133637.860000', '133638.320000', '133638.780000', '133639.240000', '133639.700000', '133640.160000', '133640.620000', '133641.080000', '133641.540000', '133642.000000', '133642.460000', '133642.920000', '133643.380000', '133643.840000', '133644.300000', '133644.760000', '133645.220000', '133645.680000', '133646.140000', '133646.600000', '133647.060000', '133647.520000', '133647.980000', '133648.440000', '133648.900000', '133649.360000', '133649.820000', '133650.280000', '133650.740000', '133651.200000', '133651.660000', '133652.120000', '133652.580000', '133653.040000', '133653.500000', '133653.960000', '133654.420000', '133654.880000', '133655.340000', '133655.800000', '133656.260000', '133656.720000', '133657.180000', '133657.640000', '133658.100000', '133658.560000', '133659.020000', '133659.480000', '133659.940000', '133700.400000', '133700.860000', '133701.320000', '133701.780000', '133702.240000', '133702.700000', '133703.160000', '133703.620000', '133704.080000', '133704.540000', '133705.000000', '133705.460000', '133705.920000', '133706.380000', '133706.840000', '133707.300000', '133707.760000', '133708.220000', '133708.680000', '133709.140000', '133709.600000', '133710.060000', '133710.520000', '133710.980000', '133711.440000', '133711.900000', '133712.360000', '133712.820000', '133713.280000', '133713.740000', '133714.200000', '133714.660000', '133715.120000', '133715.580000', '133716.040000', '133716.500000', '133716.960000', '133717.420000', '133717.880000', '133718.340000', '133718.800000', '133719.260000', '133719.720000', '133720.180000', '133720.640000', '133721.100000', '133721.560000', '133722.020000', '133722.480000', '133722.940000', '133723.400000', '133723.860000', '133724.320000', '133724.780000', '133725.240000', '133725.700000', '133726.160000', '133726.620000', '133727.080000', '133727.540000', '133728.000000', '133728.460000', '133728.920000', '133729.380000', '133729.840000', '133730.300000', '133730.760000', '133731.220000', '133731.680000', '133732.140000', '133732.600000', '133733.060000', '133733.520000', '133733.980000', '133734.440000', '133734.900000', '133735.360000', '133735.820000', '133736.280000', '133736.740000', '133737.200000', '133737.660000', '133738.120000', '133738.580000', '133739.040000', '133739.500000', '133739.960000', '133740.420000', '133740.880000', '133741.340000', '133741.800000', '133742.260000', '133742.720000', '133743.180000', '133743.640000', '133744.100000', '133744.560000', '133745.020000', '133745.480000', '133745.940000', '133746.400000', '133746.860000', '133747.320000', '133747.780000', '133748.240000', '133748.700000', '133749.160000', '133749.620000', '133750.080000', '133750.540000', '133751.000000', '133751.460000', '133751.920000', '133752.380000', '133752.840000', '133753.300000', '133753.760000', '133754.220000', '133754.680000', '133755.140000', '133755.600000', '133756.060000', '133756.520000', '133756.980000', '133757.440000', '133757.900000', '133758.360000', '133758.820000', '133759.280000', '133759.740000', '133800.200000', '133800.660000', '133801.120000', '133801.580000', '133802.040000', '133802.500000', '133802.960000', '133803.420000', '133803.880000', '133804.340000', '133804.800000', '133805.260000', '133805.720000', '133806.180000', '133806.640000', '133807.100000', '133807.560000', '133808.020000', '133808.480000', '133808.940000', '133809.400000', '133809.860000', '133810.320000', '133810.780000', '133811.240000', '133811.700000', '133812.160000', '133812.620000', '133813.080000', '133813.540000', '133814.000000', '133814.460000', '133814.920000', '133815.380000', '133815.840000', '133816.300000', '133816.760000', '133817.220000', '133817.680000', '133818.140000', '133818.600000', '133819.060000', '133819.520000', '133819.980000', '133820.440000', '133820.900000', '133821.360000', '133821.820000', '133822.280000', '133822.740000', '133823.200000', '133823.660000', '133824.120000', '133824.580000', '133825.040000', '133825.500000', '133825.960000', '133826.420000', '133826.880000', '133827.340000', '133827.800000', '133828.260000', '133828.720000', '133829.180000', '133829.640000', '133830.100000', '133830.560000', '133831.020000', '133831.480000', '133831.940000', '133832.400000', '133832.860000', '133833.320000', '133833.780000', '133834.240000', '133834.700000', '133835.160000', '133835.620000', '133836.080000', '133836.540000', '133837.000000', '133837.460000', '133837.920000', '133838.380000', '133838.840000', '133839.300000', '133839.760000', '133840.220000', '133840.680000', '133841.140000', '133841.600000', '133842.060000', '133842.520000', '133842.980000', '133843.440000', '133843.900000', '133844.360000', '133844.820000', '133845.280000', '133845.740000', '133846.200000', '133846.660000', '133847.120000', '133847.580000', '133848.040000', '133848.500000', '133848.960000', '133849.420000', '133849.880000', '133850.340000', '133850.800000', '133851.260000', '133851.720000', '133852.180000', '133852.640000', '133853.100000', '133853.560000', '133854.020000', '133854.480000', '133854.940000', '133855.400000', '133855.860000', '133856.320000', '133856.780000', '133857.240000', '133857.700000', '133858.160000', '133858.620000', '133859.080000', '133859.540000', '133900.000000', '133900.460000', '133900.920000', '133901.380000', '133901.840000', '133902.300000', '133902.760000', '133903.220000', '133903.680000', '133904.140000', '133904.600000', '133905.060000', '133905.520000', '133905.980000', '133906.440000', '133906.900000', '133907.360000', '133907.820000', '133908.280000', '133908.740000', '133909.200000', '133909.660000', '133910.120000', '133910.580000', '133911.040000', '133911.500000', '133911.960000', '133912.420000', '133912.880000', '133913.340000', '133913.800000', '133914.260000', '133914.720000', '133915.180000', '133915.640000', '133916.100000', '133916.560000', '133917.020000', '133917.480000', '133917.940000', '133918.400000', '133918.860000', '133919.320000', '133919.780000', '133920.240000', '133920.700000', '133921.160000', '133921.620000', '133922.080000', '133922.540000', '133923.000000', '133923.460000', '133923.920000', '133924.380000', '133924.840000', '133925.300000', '133925.760000', '133926.220000', '133926.680000', '133927.140000', '133927.600000', '133928.060000', '133928.520000', '133928.980000', '133929.440000', '133929.900000', '133930.360000', '133930.820000', '133931.280000', '133931.740000', '133932.200000', '133932.660000', '133933.120000', '133933.580000', '133934.040000', '133934.500000', '133934.960000', '133935.420000', '133935.880000', '133936.340000', '133936.800000', '133937.260000', '133937.720000', '133938.180000', '133938.640000', '133939.100000', '133939.560000', '133940.020000', '133940.480000', '133940.940000', '133941.400000', '133941.860000', '133942.320000', '133942.780000', '133943.240000', '133943.700000', '133944.160000', '133944.620000', '133945.080000', '133945.540000', '133946.000000', '133946.460000', '133946.920000', '133947.380000', '133947.840000', '133948.300000', '133948.760000', '133949.220000', '133949.680000', '133950.140000', '133950.600000', '133951.060000', '133951.520000', '133951.980000', '133952.440000', '133952.900000', '133953.360000', '133953.820000', '133954.280000', '133954.740000', '133955.200000', '133955.660000', '133956.120000', '133956.580000', '133957.040000', '133957.500000', '133957.960000', '133958.420000', '133958.880000', '133959.340000', '133959.800000', '134000.260000', '134000.720000', '134001.180000', '134001.640000', '134002.100000', '134002.560000', '134003.020000', '134003.480000', '134003.940000', '134004.400000', '134004.860000', '134005.320000', '134005.780000', '134006.240000', '134006.700000', '134007.160000', '134007.620000', '134008.080000', '134008.540000', '134009.000000', '134009.460000', '134009.920000', '134010.380000', '134010.840000', '134011.300000', '134011.760000', '134012.220000', '134012.680000', '134013.140000', '134013.600000', '134014.060000', '134014.520000', '134014.980000', '134015.440000', '134015.900000', '134016.360000', '134016.820000', '134017.280000', '134017.740000', '134018.200000', '134018.660000', '134019.120000', '134019.580000', '134020.040000', '134020.500000', '134020.960000', '134021.420000', '134021.880000', '134022.340000', '134022.800000', '134023.260000', '134023.720000', '134024.180000', '134024.640000', '134025.100000', '134025.560000', '134026.020000', '134026.480000', '134026.940000', '134027.400000', '134027.860000', '134028.320000', '134028.780000', '134029.240000', '134029.700000', '134030.160000', '134030.620000', '134031.080000', '134031.540000', '134032.000000', '134032.460000', '134032.920000', '134033.380000', '134033.840000', '134034.300000', '134034.760000', '134035.220000', '134035.680000', '134036.140000', '134036.600000', '134037.060000', '134037.520000', '134037.980000', '134038.440000', '134038.900000', '134039.360000', '134039.820000', '134040.280000', '134040.740000', '134041.200000', '134041.660000', '134042.120000', '134042.580000', '134043.040000', '134043.500000', '134043.960000', '134044.420000', '134044.880000', '134045.340000', '134045.800000', '134046.260000', '134046.720000', '134047.180000', '134047.640000', '134048.100000', '134048.560000', '134049.020000', '134049.480000', '134049.940000', '134050.400000', '134050.860000', '134051.320000', '134051.780000', '134052.240000', '134052.700000', '134053.160000', '134053.620000', '134054.080000', '134054.540000', '134055.000000', '134055.460000', '134055.920000', '134056.380000', '134056.840000', '134057.300000', '134057.760000', '134058.220000', '134058.680000', '134059.140000', '134059.600000', '134100.060000', '134100.520000', '134100.980000', '134101.440000', '134101.900000', '134102.360000', '134102.820000', '134103.280000', '134103.740000', '134104.200000', '134104.660000', '134105.120000', '134105.580000', '134106.040000', '134106.500000', '134106.960000', '134107.420000', '134107.880000', '134108.340000', '134108.800000', '134109.260000', '134109.720000', '134110.180000', '134110.640000', '134111.100000', '134111.560000', '134112.020000', '134112.480000', '134112.940000', '134113.400000', '134113.860000', '134114.320000', '134114.780000', '134115.240000', '134115.700000', '134116.160000', '134116.620000', '134117.080000', '134117.540000', '134118.000000', '134118.460000', '134118.920000', '134119.380000', '134119.840000', '134120.300000', '134120.760000', '134121.220000', '134121.680000', '134122.140000', '134122.600000', '134123.060000', '134123.520000', '134123.980000', '134124.440000', '134124.900000', '134125.360000', '134125.820000', '134126.280000', '134126.740000', '134127.200000', '134127.660000', '134128.120000', '134128.580000', '134129.040000', '134129.500000', '134129.960000', '134130.420000', '134130.880000', '134131.340000', '134131.800000', '134132.260000', '134132.720000', '134133.180000', '134133.640000', '134134.100000', '134134.560000', '134135.020000', '134135.480000', '134135.940000', '134136.400000', '134136.860000', '134137.320000', '134137.780000', '134138.240000', '134138.700000', '134139.160000', '134139.620000', '134140.080000', '134140.540000', '134141.000000', '134141.460000', '134141.920000', '134142.380000', '134142.840000', '134143.300000', '134143.760000', '134144.220000', '134144.680000', '134145.140000', '134145.600000', '134146.060000', '134146.520000', '134146.980000', '134147.440000', '134147.900000', '134148.360000', '134148.820000', '134149.280000', '134149.740000', '134150.200000', '134150.660000', '134151.120000', '134151.580000', '134152.040000', '134152.500000', '134152.960000', '134153.420000', '134153.880000', '134154.340000', '134154.800000', '134155.260000', '134155.720000', '134156.180000', '134156.640000', '134157.100000', '134157.560000', '134158.020000', '134158.480000', '134158.940000', '134159.400000', '134159.860000', '134200.320000', '134200.780000', '134201.240000', '134201.700000', '134202.160000', '134202.620000', '134203.080000', '134203.540000', '134204.000000', '134204.460000', '134204.920000', '134205.380000', '134205.840000', '134206.300000', '134206.760000', '134207.220000', '134207.680000', '134208.140000', '134208.600000', '134209.060000', '134209.520000', '134209.980000', '134210.440000', '134210.900000', '134211.360000', '134211.820000', '134212.280000', '134212.740000', '134213.200000', '134213.660000', '134214.120000', '134214.580000', '134215.040000', '134215.500000', '134215.960000', '134216.420000', '134216.880000', '134217.340000', '134217.800000', '134218.260000', '134218.720000', '134219.180000', '134219.640000', '134220.100000', '134220.560000', '134221.020000', '134221.480000', '134221.940000', '134222.400000', '134222.860000', '134223.320000', '134223.780000', '134224.240000', '134224.700000', '134225.160000', '134225.620000', '134226.080000', '134226.540000', '134227.000000', '134227.460000', '134227.920000', '134228.380000', '134228.840000', '134229.300000', '134229.760000', '134230.220000', '134230.680000', '134231.140000', '134231.600000', '134232.060000', '134232.520000', '134232.980000', '134233.440000', '134233.900000', '134234.360000', '134234.820000', '134235.280000', '134235.740000', '134236.200000', '134236.660000', '134237.120000', '134237.580000', '134238.040000', '134238.500000', '134238.960000', '134239.420000', '134239.880000', '134240.340000', '134240.800000', '134241.260000', '134241.720000', '134242.180000', '134242.640000', '134243.100000', '134243.560000', '134244.020000'], 'ContentTime': ['133438.825000', '133438.828000', '133438.831000', '133438.834000', '133438.837000', '133438.839000', '133438.842000', '133438.844000', '133438.847000', '133438.850000', '133438.852000', '133438.855000', '133438.857000', '133438.860000', '133438.868000', '133438.871000', '133438.873000', '133438.876000', '133438.878000', '133438.881000', '133438.883000', '133438.886000', '133438.889000', '133438.891000', '133438.894000', '133438.896000', '133438.899000', '133438.901000', '133438.904000', '133438.907000', '133438.909000', '133438.912000', '133438.914000', '133438.917000', '133438.919000', '133438.922000', '133438.924000', '133438.927000', '133438.929000', '133438.932000', '133458.789000', '133458.792000', '133458.795000', '133458.805000', '133458.808000', '133458.810000', '133458.813000', '133458.816000', '133458.818000', '133458.821000', '133458.823000', '133458.826000', '133458.828000', '133458.831000', '133458.833000', '133458.836000', '133458.838000', '133458.841000', '133458.843000', '133458.846000', '133458.848000', '133458.851000', '133458.854000', '133458.856000', '133458.859000', '133458.861000', '133458.864000', '133458.866000', '133458.869000', '133458.872000', '133458.874000', '133458.877000', '133458.879000', '133458.882000', '133458.884000', '133458.887000', '133458.889000', '133458.892000', '133458.894000', '133458.897000', '133458.900000', '133458.902000', '133458.905000', '133458.907000', '133518.789000', '133518.792000', '133518.795000', '133518.797000', '133518.800000', '133518.802000', '133518.805000', '133518.808000', '133518.810000', '133518.813000', '133518.815000', '133518.818000', '133518.820000', '133518.823000', '133518.825000', '133518.828000', '133518.830000', '133518.833000', '133518.836000', '133518.838000', '133518.841000', '133518.843000', '133518.854000', '133518.856000', '133518.859000', '133518.862000', '133518.865000', '133518.867000', '133518.870000', '133518.873000', '133518.875000', '133518.878000', '133518.880000', '133518.883000', '133518.885000', '133518.888000', '133518.890000', '133518.893000', '133518.896000', '133518.898000', '133518.901000', '133518.903000', '133518.927000', '133538.789000', '133538.792000', '133538.795000', '133538.797000', '133538.800000', '133538.802000', '133538.805000', '133538.808000', '133538.810000', '133538.813000', '133538.815000', '133538.818000', '133538.820000', '133538.823000', '133538.826000', '133538.828000', '133538.831000', '133538.833000', '133538.836000', '133538.839000', '133538.842000', '133538.844000', '133538.847000', '133538.849000', '133538.852000', '133538.854000', '133538.857000', '133538.860000', '133538.862000', '133538.865000', '133538.867000', '133538.870000', '133538.872000', '133538.875000', '133538.877000', '133538.880000', '133538.882000', '133538.885000', '133538.888000', '133538.890000', '133538.893000', '133538.905000', '133538.907000', '133538.910000', '133558.788000', '133558.791000', '133558.794000', '133558.796000', '133558.799000', '133558.801000', '133558.804000', '133558.806000', '133558.809000', '133558.812000', '133558.814000', '133558.817000', '133558.819000', '133558.822000', '133558.824000', '133558.827000', '133558.829000', '133558.832000', '133558.835000', '133558.837000', '133558.840000', '133558.842000', '133558.845000', '133558.847000', '133558.850000', '133558.853000', '133558.855000', '133558.858000', '133558.860000', '133558.863000', '133558.865000', '133558.868000', '133558.871000', '133558.873000', '133558.876000', '133558.878000', '133558.881000', '133558.884000', '133558.886000', '133558.889000', '133558.891000', '133558.894000', '133558.897000', '133618.788000', '133618.791000', '133618.794000', '133618.796000', '133618.799000', '133618.801000', '133618.804000', '133618.807000', '133618.809000', '133618.812000', '133618.814000', '133618.817000', '133618.819000', '133618.822000', '133618.824000', '133618.828000', '133618.830000', '133618.833000', '133618.835000', '133618.838000', '133618.840000', '133618.843000', '133618.845000', '133618.848000', '133618.850000', '133618.853000', '133618.856000', '133618.858000', '133618.861000', '133618.863000', '133618.866000', '133618.869000', '133618.871000', '133618.874000', '133618.876000', '133618.879000', '133618.881000', '133618.884000', '133618.887000', '133618.889000', '133618.892000', '133618.894000', '133618.897000', '133618.899000', '133638.789000', '133638.791000', '133638.794000', '133638.797000', '133638.799000', '133638.802000', '133638.804000', '133638.807000', '133638.810000', '133638.812000', '133638.815000', '133638.818000', '133638.820000', '133638.823000', '133638.825000', '133638.828000', '133638.830000', '133638.833000', '133638.835000', '133638.838000', '133638.840000', '133638.843000', '133638.846000', '133638.848000', '133638.851000', '133638.853000', '133638.856000', '133638.859000', '133638.861000', '133638.864000', '133638.866000', '133638.869000', '133638.871000', '133638.874000', '133638.877000', '133638.879000', '133638.882000', '133638.884000', '133638.887000', '133638.889000', '133638.892000', '133638.895000', '133638.897000', '133658.789000', '133658.791000', '133658.794000', '133658.796000', '133658.799000', '133658.802000', '133658.804000', '133658.807000', '133658.809000', '133658.812000', '133658.814000', '133658.817000', '133658.820000', '133658.823000', '133658.825000', '133658.828000', '133658.831000', '133658.833000', '133658.836000', '133658.838000', '133658.841000', '133658.843000', '133658.846000', '133658.848000', '133658.851000', '133658.854000', '133658.856000', '133658.859000', '133658.861000', '133658.864000', '133658.866000', '133658.869000', '133658.872000', '133658.874000', '133658.882000', '133658.885000', '133658.887000', '133658.890000', '133658.929000', '133658.932000', '133658.935000', '133658.937000', '133658.940000', '133658.942000', '133718.789000', '133718.792000', '133718.795000', '133718.797000', '133718.800000', '133718.803000', '133718.805000', '133718.808000', '133718.811000', '133718.813000', '133718.816000', '133718.818000', '133718.821000', '133718.823000', '133718.826000', '133718.829000', '133718.831000', '133718.834000', '133718.836000', '133718.839000', '133718.841000', '133718.844000', '133718.847000', '133718.849000', '133718.852000', '133718.854000', '133718.857000', '133718.859000', '133718.862000', '133718.865000', '133718.867000', '133718.870000', '133718.872000', '133718.875000', '133718.878000', '133718.880000', '133718.883000', '133718.885000', '133718.888000', '133718.890000', '133718.893000', '133718.896000', '133718.898000', '133738.789000', '133738.792000', '133738.795000', '133738.797000', '133738.800000', '133738.803000', '133738.805000', '133738.808000', '133738.811000', '133738.813000', '133738.816000', '133738.819000', '133738.821000', '133738.824000', '133738.826000', '133738.829000', '133738.832000', '133738.834000', '133738.837000', '133738.839000', '133738.842000', '133738.844000', '133738.847000', '133738.850000', '133738.852000', '133738.855000', '133738.857000', '133738.860000', '133738.862000', '133738.865000', '133738.868000', '133738.870000', '133738.873000', '133738.875000', '133738.878000', '133738.881000', '133738.883000', '133738.886000', '133738.888000', '133738.891000', '133738.893000', '133738.896000', '133738.899000', '133738.901000', '133758.790000', '133758.792000', '133758.795000', '133758.798000', '133758.800000', '133758.803000', '133758.806000', '133758.808000', '133758.811000', '133758.814000', '133758.816000', '133758.819000', '133758.821000', '133758.824000', '133758.827000', '133758.829000', '133758.832000', '133758.834000', '133758.837000', '133758.839000', '133758.842000', '133758.845000', '133758.847000', '133758.850000', '133758.852000', '133758.855000', '133758.858000', '133758.860000', '133758.863000', '133758.865000', '133758.868000', '133758.871000', '133758.873000', '133758.876000', '133758.878000', '133758.881000', '133758.884000', '133758.886000', '133758.889000', '133758.891000', '133758.894000', '133758.896000', '133758.899000', '133818.789000', '133818.791000', '133818.794000', '133818.797000', '133818.799000', '133818.802000', '133818.804000', '133818.807000', '133818.809000', '133818.812000', '133818.815000', '133818.817000', '133818.820000', '133818.823000', '133818.825000', '133818.828000', '133818.830000', '133818.833000', '133818.836000', '133818.838000', '133818.841000', '133818.843000', '133818.846000', '133818.848000', '133818.851000', '133818.854000', '133818.856000', '133818.859000', '133818.861000', '133818.864000', '133818.866000', '133818.869000', '133818.871000', '133818.874000', '133818.877000', '133818.879000', '133818.882000', '133818.885000', '133818.887000', '133818.890000', '133818.892000', '133818.895000', '133818.897000', '133818.900000', '133838.788000', '133838.791000', '133838.794000', '133838.796000', '133838.799000', '133838.802000', '133838.804000', '133838.807000', '133838.819000', '133838.822000', '133838.824000', '133838.827000', '133838.830000', '133838.832000', '133838.835000', '133838.837000', '133838.840000', '133838.842000', '133838.845000', '133838.862000', '133838.865000', '133838.867000', '133838.870000', '133838.872000', '133838.875000', '133838.877000', '133838.880000', '133838.882000', '133838.885000', '133838.888000', '133838.890000', '133838.893000', '133838.895000', '133838.898000', '133838.900000', '133838.903000', '133838.906000', '133838.908000', '133838.911000', '133838.913000', '133838.916000', '133838.918000', '133838.921000', '133858.788000', '133858.791000', '133858.794000', '133858.797000', '133858.800000', '133858.802000', '133858.805000', '133858.808000', '133858.810000', '133858.813000', '133858.815000', '133858.818000', '133858.820000', '133858.823000', '133858.826000', '133858.828000', '133858.831000', '133858.833000', '133858.836000', '133858.839000', '133858.841000', '133858.844000', '133858.846000', '133858.849000', '133858.852000', '133858.854000', '133858.857000', '133858.859000', '133858.862000', '133858.865000', '133858.867000', '133858.870000', '133858.872000', '133858.875000', '133858.878000', '133858.880000', '133858.883000', '133858.885000', '133858.888000', '133858.890000', '133858.893000', '133858.896000', '133858.898000', '133858.901000', '133918.789000', '133918.791000', '133918.794000', '133918.797000', '133918.799000', '133918.802000', '133918.804000', '133918.807000', '133918.810000', '133918.812000', '133918.815000', '133918.817000', '133918.820000', '133918.822000', '133918.825000', '133918.828000', '133918.830000', '133918.840000', '133918.843000', '133918.845000', '133918.848000', '133918.851000', '133918.853000', '133918.856000', '133918.858000', '133918.861000', '133918.863000', '133918.866000', '133918.869000', '133918.871000', '133918.874000', '133918.876000', '133918.879000', '133918.881000', '133918.884000', '133918.887000', '133918.889000', '133918.892000', '133918.894000', '133918.897000', '133918.899000', '133918.902000', '133918.905000', '133938.789000', '133938.792000', '133938.795000', '133938.797000', '133938.800000', '133938.803000', '133938.805000', '133938.808000', '133938.811000', '133938.813000', '133938.816000', '133938.818000', '133938.821000', '133938.824000', '133938.826000', '133938.829000', '133938.832000', '133938.835000', '133938.837000', '133938.840000', '133938.842000', '133938.845000', '133938.848000', '133938.850000', '133938.853000', '133938.856000', '133938.859000', '133938.861000', '133938.864000', '133938.867000', '133938.870000', '133938.872000', '133938.875000', '133938.878000', '133938.880000', '133938.883000', '133938.885000', '133938.888000', '133938.890000', '133938.893000', '133938.896000', '133938.898000', '133938.901000', '133958.790000', '133958.792000', '133958.795000', '133958.798000', '133958.800000', '133958.803000', '133958.805000', '133958.808000', '133958.811000', '133958.813000', '133958.816000', '133958.818000', '133958.821000', '133958.823000', '133958.826000', '133958.829000', '133958.831000', '133958.834000', '133958.836000', '133958.839000', '133958.842000', '133958.844000', '133958.847000', '133958.850000', '133958.852000', '133958.855000', '133958.857000', '133958.860000', '133958.862000', '133958.865000', '133958.868000', '133958.911000', '133958.913000', '133958.916000', '133958.918000', '133958.921000', '133958.924000', '133958.926000', '133958.929000', '133958.931000', '133958.934000', '133958.937000', '133958.939000', '133958.942000', '134018.790000', '134018.793000', '134018.795000', '134018.798000', '134018.800000', '134018.803000', '134018.806000', '134018.808000', '134018.811000', '134018.813000', '134018.816000', '134018.819000', '134018.821000', '134018.824000', '134018.826000', '134018.829000', '134018.832000', '134018.834000', '134018.837000', '134018.839000', '134018.842000', '134018.845000', '134018.847000', '134018.850000', '134018.852000', '134018.855000', '134018.858000', '134018.860000', '134018.863000', '134018.865000', '134018.868000', '134018.871000', '134018.873000', '134018.876000', '134018.878000', '134018.881000', '134018.884000', '134018.886000', '134018.889000', '134018.891000', '134018.894000', '134018.896000', '134018.899000', '134038.788000', '134038.791000', '134038.794000', '134038.796000', '134038.799000', '134038.802000', '134038.804000', '134038.807000', '134038.809000', '134038.812000', '134038.814000', '134038.817000', '134038.820000', '134038.822000', '134038.825000', '134038.827000', '134038.830000', '134038.833000', '134038.835000', '134038.838000', '134038.840000', '134038.843000', '134038.846000', '134038.848000', '134038.851000', '134038.853000', '134038.856000', '134038.858000', '134038.861000', '134038.864000', '134038.866000', '134038.869000', '134038.871000', '134038.874000', '134038.876000', '134038.879000', '134038.882000', '134038.884000', '134038.887000', '134038.889000', '134038.892000', '134038.894000', '134038.897000', '134038.900000', '134058.788000', '134058.791000', '134058.794000', '134058.797000', '134058.800000', '134058.802000', '134058.805000', '134058.808000', '134058.811000', '134058.813000', '134058.816000', '134058.819000', '134058.821000', '134058.824000', '134058.826000', '134058.829000', '134058.832000', '134058.834000', '134058.837000', '134058.839000', '134058.842000', '134058.844000', '134058.847000', '134058.850000', '134058.852000', '134058.855000', '134058.857000', '134058.860000', '134058.863000', '134058.865000', '134058.868000', '134058.870000', '134058.873000', '134058.875000', '134058.878000', '134058.881000', '134058.883000', '134058.886000', '134058.888000', '134058.891000', '134058.893000', '134058.896000', '134058.899000', '134118.788000', '134118.791000', '134118.794000', '134118.796000', '134118.799000', '134118.802000', '134118.804000', '134118.807000', '134118.810000', '134118.813000', '134118.815000', '134118.818000', '134118.820000', '134118.823000', '134118.826000', '134118.828000', '134118.831000', '134118.833000', '134118.836000', '134118.839000', '134118.841000', '134118.844000', '134118.846000', '134118.849000', '134118.851000', '134118.854000', '134118.857000', '134118.859000', '134118.862000', '134118.864000', '134118.867000', '134118.870000', '134118.872000', '134118.875000', '134118.877000', '134118.880000', '134118.882000', '134118.885000', '134118.888000', '134118.890000', '134118.893000', '134118.895000', '134118.905000', '134118.908000', '134138.789000', '134138.791000', '134138.794000', '134138.797000', '134138.799000', '134138.802000', '134138.804000', '134138.807000', '134138.809000', '134138.812000', '134138.815000', '134138.817000', '134138.822000', '134138.824000', '134138.827000', '134138.829000', '134138.832000', '134138.834000', '134138.837000', '134138.840000', '134138.842000', '134138.845000', '134138.847000', '134138.850000', '134138.852000', '134138.855000', '134138.858000', '134138.860000', '134138.863000', '134138.866000', '134138.868000', '134138.871000', '134138.874000', '134138.876000', '134138.879000', '134138.882000', '134138.884000', '134138.887000', '134138.889000', '134138.892000', '134138.895000', '134138.897000', '134138.900000', '134158.790000', '134158.793000', '134158.795000', '134158.798000', '134158.800000', '134158.803000', '134158.806000', '134158.808000', '134158.811000', '134158.813000', '134158.816000', '134158.819000', '134158.821000', '134158.824000', '134158.827000', '134158.829000', '134158.832000', '134158.834000', '134158.837000', '134158.840000', '134158.842000', '134158.845000', '134158.847000', '134158.850000', '134158.853000', '134158.855000', '134158.858000', '134158.861000', '134158.863000', '134158.866000', '134158.868000', '134158.871000', '134158.873000', '134158.876000', '134158.878000', '134158.881000', '134158.884000', '134158.895000', '134158.898000', '134158.901000', '134158.903000', '134158.906000', '134158.908000', '134158.911000', '134218.790000', '134218.792000', '134218.795000', '134218.798000', '134218.800000', '134218.803000', '134218.806000', '134218.809000', '134218.812000', '134218.815000', '134218.817000', '134218.820000', '134218.823000', '134218.825000', '134218.828000', '134218.830000', '134218.833000', '134218.836000', '134218.838000', '134218.841000', '134218.843000', '134218.846000', '134218.848000', '134218.851000', '134218.854000', '134218.856000', '134218.859000', '134218.861000', '134218.864000', '134218.866000', '134218.869000', '134218.872000', '134218.874000', '134218.877000', '134218.879000', '134218.882000', '134218.885000', '134218.887000', '134218.890000', '134218.892000', '134218.895000', '134218.898000', '134218.900000', '134238.789000', '134238.792000', '134238.795000', '134238.798000', '134238.800000', '134238.803000', '134238.805000', '134238.808000', '134238.810000', '134238.813000', '134238.816000', '134238.818000', '134238.821000', '134238.823000', '134238.826000', '134238.829000', '134238.831000', '134238.834000', '134238.836000', '134238.839000', '134238.842000', '134238.844000', '134238.847000', '134238.849000', '134238.852000', '134238.855000', '134238.857000', '134238.860000', '134238.862000', '134238.865000', '134238.868000', '134238.870000', '134238.873000', '134238.875000', '134238.878000', '134238.881000', '134238.883000', '134238.886000', '134238.902000', '134238.905000', '134238.907000', '134238.910000', '134238.912000', '134238.915000', '134245.005000', '134245.008000', '134245.012000', '134245.015000', '134245.017000', '134245.020000', '134245.023000', '134245.026000', '134245.029000', '134245.032000', '134245.034000', '134245.037000', '134245.039000', '134245.042000'], 'InstanceCreationTime': ['133438.825000', '133438.828000', '133438.831000', '133438.834000', '133438.837000', '133438.839000', '133438.842000', '133438.844000', '133438.847000', '133438.850000', '133438.852000', '133438.855000', '133438.857000', '133438.860000', '133438.868000', '133438.871000', '133438.873000', '133438.876000', '133438.878000', '133438.881000', '133438.883000', '133438.886000', '133438.889000', '133438.891000', '133438.894000', '133438.896000', '133438.899000', '133438.901000', '133438.904000', '133438.907000', '133438.909000', '133438.912000', '133438.914000', '133438.917000', '133438.919000', '133438.922000', '133438.924000', '133438.927000', '133438.929000', '133438.932000', '133458.789000', '133458.792000', '133458.795000', '133458.805000', '133458.808000', '133458.810000', '133458.813000', '133458.816000', '133458.818000', '133458.821000', '133458.823000', '133458.826000', '133458.828000', '133458.831000', '133458.833000', '133458.836000', '133458.838000', '133458.841000', '133458.843000', '133458.846000', '133458.848000', '133458.851000', '133458.854000', '133458.856000', '133458.859000', '133458.861000', '133458.864000', '133458.866000', '133458.869000', '133458.872000', '133458.874000', '133458.877000', '133458.879000', '133458.882000', '133458.884000', '133458.887000', '133458.889000', '133458.892000', '133458.894000', '133458.897000', '133458.900000', '133458.902000', '133458.905000', '133458.907000', '133518.789000', '133518.792000', '133518.795000', '133518.797000', '133518.800000', '133518.802000', '133518.805000', '133518.808000', '133518.810000', '133518.813000', '133518.815000', '133518.818000', '133518.820000', '133518.823000', '133518.825000', '133518.828000', '133518.830000', '133518.833000', '133518.836000', '133518.838000', '133518.841000', '133518.843000', '133518.854000', '133518.856000', '133518.859000', '133518.862000', '133518.865000', '133518.867000', '133518.870000', '133518.873000', '133518.875000', '133518.878000', '133518.880000', '133518.883000', '133518.885000', '133518.888000', '133518.890000', '133518.893000', '133518.896000', '133518.898000', '133518.901000', '133518.903000', '133518.927000', '133538.789000', '133538.792000', '133538.795000', '133538.797000', '133538.800000', '133538.802000', '133538.805000', '133538.808000', '133538.810000', '133538.813000', '133538.815000', '133538.818000', '133538.820000', '133538.823000', '133538.826000', '133538.828000', '133538.831000', '133538.833000', '133538.836000', '133538.839000', '133538.842000', '133538.844000', '133538.847000', '133538.849000', '133538.852000', '133538.854000', '133538.857000', '133538.860000', '133538.862000', '133538.865000', '133538.867000', '133538.870000', '133538.872000', '133538.875000', '133538.877000', '133538.880000', '133538.882000', '133538.885000', '133538.888000', '133538.890000', '133538.893000', '133538.905000', '133538.907000', '133538.910000', '133558.788000', '133558.791000', '133558.794000', '133558.796000', '133558.799000', '133558.801000', '133558.804000', '133558.806000', '133558.809000', '133558.812000', '133558.814000', '133558.817000', '133558.819000', '133558.822000', '133558.824000', '133558.827000', '133558.829000', '133558.832000', '133558.835000', '133558.837000', '133558.840000', '133558.842000', '133558.845000', '133558.847000', '133558.850000', '133558.853000', '133558.855000', '133558.858000', '133558.860000', '133558.863000', '133558.865000', '133558.868000', '133558.871000', '133558.873000', '133558.876000', '133558.878000', '133558.881000', '133558.884000', '133558.886000', '133558.889000', '133558.891000', '133558.894000', '133558.897000', '133618.788000', '133618.791000', '133618.794000', '133618.796000', '133618.799000', '133618.801000', '133618.804000', '133618.807000', '133618.809000', '133618.812000', '133618.814000', '133618.817000', '133618.819000', '133618.822000', '133618.824000', '133618.828000', '133618.830000', '133618.833000', '133618.835000', '133618.838000', '133618.840000', '133618.843000', '133618.845000', '133618.848000', '133618.850000', '133618.853000', '133618.856000', '133618.858000', '133618.861000', '133618.863000', '133618.866000', '133618.869000', '133618.871000', '133618.874000', '133618.876000', '133618.879000', '133618.881000', '133618.884000', '133618.887000', '133618.889000', '133618.892000', '133618.894000', '133618.897000', '133618.899000', '133638.789000', '133638.791000', '133638.794000', '133638.797000', '133638.799000', '133638.802000', '133638.804000', '133638.807000', '133638.810000', '133638.812000', '133638.815000', '133638.818000', '133638.820000', '133638.823000', '133638.825000', '133638.828000', '133638.830000', '133638.833000', '133638.835000', '133638.838000', '133638.840000', '133638.843000', '133638.846000', '133638.848000', '133638.851000', '133638.853000', '133638.856000', '133638.859000', '133638.861000', '133638.864000', '133638.866000', '133638.869000', '133638.871000', '133638.874000', '133638.877000', '133638.879000', '133638.882000', '133638.884000', '133638.887000', '133638.889000', '133638.892000', '133638.895000', '133638.897000', '133658.789000', '133658.791000', '133658.794000', '133658.796000', '133658.799000', '133658.802000', '133658.804000', '133658.807000', '133658.809000', '133658.812000', '133658.814000', '133658.817000', '133658.820000', '133658.823000', '133658.825000', '133658.828000', '133658.831000', '133658.833000', '133658.836000', '133658.838000', '133658.841000', '133658.843000', '133658.846000', '133658.848000', '133658.851000', '133658.854000', '133658.856000', '133658.859000', '133658.861000', '133658.864000', '133658.866000', '133658.869000', '133658.872000', '133658.874000', '133658.882000', '133658.885000', '133658.887000', '133658.890000', '133658.929000', '133658.932000', '133658.935000', '133658.937000', '133658.940000', '133658.942000', '133718.789000', '133718.792000', '133718.795000', '133718.797000', '133718.800000', '133718.803000', '133718.805000', '133718.808000', '133718.811000', '133718.813000', '133718.816000', '133718.818000', '133718.821000', '133718.823000', '133718.826000', '133718.829000', '133718.831000', '133718.834000', '133718.836000', '133718.839000', '133718.841000', '133718.844000', '133718.847000', '133718.849000', '133718.852000', '133718.854000', '133718.857000', '133718.859000', '133718.862000', '133718.865000', '133718.867000', '133718.870000', '133718.872000', '133718.875000', '133718.878000', '133718.880000', '133718.883000', '133718.885000', '133718.888000', '133718.890000', '133718.893000', '133718.896000', '133718.898000', '133738.789000', '133738.792000', '133738.795000', '133738.797000', '133738.800000', '133738.803000', '133738.805000', '133738.808000', '133738.811000', '133738.813000', '133738.816000', '133738.819000', '133738.821000', '133738.824000', '133738.826000', '133738.829000', '133738.832000', '133738.834000', '133738.837000', '133738.839000', '133738.842000', '133738.844000', '133738.847000', '133738.850000', '133738.852000', '133738.855000', '133738.857000', '133738.860000', '133738.862000', '133738.865000', '133738.868000', '133738.870000', '133738.873000', '133738.875000', '133738.878000', '133738.881000', '133738.883000', '133738.886000', '133738.888000', '133738.891000', '133738.893000', '133738.896000', '133738.899000', '133738.901000', '133758.790000', '133758.792000', '133758.795000', '133758.798000', '133758.800000', '133758.803000', '133758.806000', '133758.808000', '133758.811000', '133758.814000', '133758.816000', '133758.819000', '133758.821000', '133758.824000', '133758.827000', '133758.829000', '133758.832000', '133758.834000', '133758.837000', '133758.839000', '133758.842000', '133758.845000', '133758.847000', '133758.850000', '133758.852000', '133758.855000', '133758.858000', '133758.860000', '133758.863000', '133758.865000', '133758.868000', '133758.871000', '133758.873000', '133758.876000', '133758.878000', '133758.881000', '133758.884000', '133758.886000', '133758.889000', '133758.891000', '133758.894000', '133758.896000', '133758.899000', '133818.789000', '133818.791000', '133818.794000', '133818.797000', '133818.799000', '133818.802000', '133818.804000', '133818.807000', '133818.809000', '133818.812000', '133818.815000', '133818.817000', '133818.820000', '133818.823000', '133818.825000', '133818.828000', '133818.830000', '133818.833000', '133818.836000', '133818.838000', '133818.841000', '133818.843000', '133818.846000', '133818.848000', '133818.851000', '133818.854000', '133818.856000', '133818.859000', '133818.861000', '133818.864000', '133818.866000', '133818.869000', '133818.871000', '133818.874000', '133818.877000', '133818.879000', '133818.882000', '133818.885000', '133818.887000', '133818.890000', '133818.892000', '133818.895000', '133818.897000', '133818.900000', '133838.788000', '133838.791000', '133838.794000', '133838.796000', '133838.799000', '133838.802000', '133838.804000', '133838.807000', '133838.819000', '133838.822000', '133838.824000', '133838.827000', '133838.830000', '133838.832000', '133838.835000', '133838.837000', '133838.840000', '133838.842000', '133838.845000', '133838.862000', '133838.865000', '133838.867000', '133838.870000', '133838.872000', '133838.875000', '133838.877000', '133838.880000', '133838.882000', '133838.885000', '133838.888000', '133838.890000', '133838.893000', '133838.895000', '133838.898000', '133838.900000', '133838.903000', '133838.906000', '133838.908000', '133838.911000', '133838.913000', '133838.916000', '133838.918000', '133838.921000', '133858.788000', '133858.791000', '133858.794000', '133858.797000', '133858.800000', '133858.802000', '133858.805000', '133858.808000', '133858.810000', '133858.813000', '133858.815000', '133858.818000', '133858.820000', '133858.823000', '133858.826000', '133858.828000', '133858.831000', '133858.833000', '133858.836000', '133858.839000', '133858.841000', '133858.844000', '133858.846000', '133858.849000', '133858.852000', '133858.854000', '133858.857000', '133858.859000', '133858.862000', '133858.865000', '133858.867000', '133858.870000', '133858.872000', '133858.875000', '133858.878000', '133858.880000', '133858.883000', '133858.885000', '133858.888000', '133858.890000', '133858.893000', '133858.896000', '133858.898000', '133858.901000', '133918.789000', '133918.791000', '133918.794000', '133918.797000', '133918.799000', '133918.802000', '133918.804000', '133918.807000', '133918.810000', '133918.812000', '133918.815000', '133918.817000', '133918.820000', '133918.822000', '133918.825000', '133918.828000', '133918.830000', '133918.840000', '133918.843000', '133918.845000', '133918.848000', '133918.851000', '133918.853000', '133918.856000', '133918.858000', '133918.861000', '133918.863000', '133918.866000', '133918.869000', '133918.871000', '133918.874000', '133918.876000', '133918.879000', '133918.881000', '133918.884000', '133918.887000', '133918.889000', '133918.892000', '133918.894000', '133918.897000', '133918.899000', '133918.902000', '133918.905000', '133938.789000', '133938.792000', '133938.795000', '133938.797000', '133938.800000', '133938.803000', '133938.805000', '133938.808000', '133938.811000', '133938.813000', '133938.816000', '133938.818000', '133938.821000', '133938.824000', '133938.826000', '133938.829000', '133938.832000', '133938.835000', '133938.837000', '133938.840000', '133938.842000', '133938.845000', '133938.848000', '133938.850000', '133938.853000', '133938.856000', '133938.859000', '133938.861000', '133938.864000', '133938.867000', '133938.870000', '133938.872000', '133938.875000', '133938.878000', '133938.880000', '133938.883000', '133938.885000', '133938.888000', '133938.890000', '133938.893000', '133938.896000', '133938.898000', '133938.901000', '133958.790000', '133958.792000', '133958.795000', '133958.798000', '133958.800000', '133958.803000', '133958.805000', '133958.808000', '133958.811000', '133958.813000', '133958.816000', '133958.818000', '133958.821000', '133958.823000', '133958.826000', '133958.829000', '133958.831000', '133958.834000', '133958.836000', '133958.839000', '133958.842000', '133958.844000', '133958.847000', '133958.850000', '133958.852000', '133958.855000', '133958.857000', '133958.860000', '133958.862000', '133958.865000', '133958.868000', '133958.911000', '133958.913000', '133958.916000', '133958.918000', '133958.921000', '133958.924000', '133958.926000', '133958.929000', '133958.931000', '133958.934000', '133958.937000', '133958.939000', '133958.942000', '134018.790000', '134018.793000', '134018.795000', '134018.798000', '134018.800000', '134018.803000', '134018.806000', '134018.808000', '134018.811000', '134018.813000', '134018.816000', '134018.819000', '134018.821000', '134018.824000', '134018.826000', '134018.829000', '134018.832000', '134018.834000', '134018.837000', '134018.839000', '134018.842000', '134018.845000', '134018.847000', '134018.850000', '134018.852000', '134018.855000', '134018.858000', '134018.860000', '134018.863000', '134018.865000', '134018.868000', '134018.871000', '134018.873000', '134018.876000', '134018.878000', '134018.881000', '134018.884000', '134018.886000', '134018.889000', '134018.891000', '134018.894000', '134018.896000', '134018.899000', '134038.788000', '134038.791000', '134038.794000', '134038.796000', '134038.799000', '134038.802000', '134038.804000', '134038.807000', '134038.809000', '134038.812000', '134038.814000', '134038.817000', '134038.820000', '134038.822000', '134038.825000', '134038.827000', '134038.830000', '134038.833000', '134038.835000', '134038.838000', '134038.840000', '134038.843000', '134038.846000', '134038.848000', '134038.851000', '134038.853000', '134038.856000', '134038.858000', '134038.861000', '134038.864000', '134038.866000', '134038.869000', '134038.871000', '134038.874000', '134038.876000', '134038.879000', '134038.882000', '134038.884000', '134038.887000', '134038.889000', '134038.892000', '134038.894000', '134038.897000', '134038.900000', '134058.788000', '134058.791000', '134058.794000', '134058.797000', '134058.800000', '134058.802000', '134058.805000', '134058.808000', '134058.811000', '134058.813000', '134058.816000', '134058.819000', '134058.821000', '134058.824000', '134058.826000', '134058.829000', '134058.832000', '134058.834000', '134058.837000', '134058.839000', '134058.842000', '134058.844000', '134058.847000', '134058.850000', '134058.852000', '134058.855000', '134058.857000', '134058.860000', '134058.863000', '134058.865000', '134058.868000', '134058.870000', '134058.873000', '134058.875000', '134058.878000', '134058.881000', '134058.883000', '134058.886000', '134058.888000', '134058.891000', '134058.893000', '134058.896000', '134058.899000', '134118.788000', '134118.791000', '134118.794000', '134118.796000', '134118.799000', '134118.802000', '134118.804000', '134118.807000', '134118.810000', '134118.813000', '134118.815000', '134118.818000', '134118.820000', '134118.823000', '134118.826000', '134118.828000', '134118.831000', '134118.833000', '134118.836000', '134118.839000', '134118.841000', '134118.844000', '134118.846000', '134118.849000', '134118.851000', '134118.854000', '134118.857000', '134118.859000', '134118.862000', '134118.864000', '134118.867000', '134118.870000', '134118.872000', '134118.875000', '134118.877000', '134118.880000', '134118.882000', '134118.885000', '134118.888000', '134118.890000', '134118.893000', '134118.895000', '134118.905000', '134118.908000', '134138.789000', '134138.791000', '134138.794000', '134138.797000', '134138.799000', '134138.802000', '134138.804000', '134138.807000', '134138.809000', '134138.812000', '134138.815000', '134138.817000', '134138.822000', '134138.824000', '134138.827000', '134138.829000', '134138.832000', '134138.834000', '134138.837000', '134138.840000', '134138.842000', '134138.845000', '134138.847000', '134138.850000', '134138.852000', '134138.855000', '134138.858000', '134138.860000', '134138.863000', '134138.866000', '134138.868000', '134138.871000', '134138.874000', '134138.876000', '134138.879000', '134138.882000', '134138.884000', '134138.887000', '134138.889000', '134138.892000', '134138.895000', '134138.897000', '134138.900000', '134158.790000', '134158.793000', '134158.795000', '134158.798000', '134158.800000', '134158.803000', '134158.806000', '134158.808000', '134158.811000', '134158.813000', '134158.816000', '134158.819000', '134158.821000', '134158.824000', '134158.827000', '134158.829000', '134158.832000', '134158.834000', '134158.837000', '134158.840000', '134158.842000', '134158.845000', '134158.847000', '134158.850000', '134158.853000', '134158.855000', '134158.858000', '134158.861000', '134158.863000', '134158.866000', '134158.868000', '134158.871000', '134158.873000', '134158.876000', '134158.878000', '134158.881000', '134158.884000', '134158.895000', '134158.898000', '134158.901000', '134158.903000', '134158.906000', '134158.908000', '134158.911000', '134218.790000', '134218.792000', '134218.795000', '134218.798000', '134218.800000', '134218.803000', '134218.806000', '134218.809000', '134218.812000', '134218.815000', '134218.817000', '134218.820000', '134218.823000', '134218.825000', '134218.828000', '134218.830000', '134218.833000', '134218.836000', '134218.838000', '134218.841000', '134218.843000', '134218.846000', '134218.848000', '134218.851000', '134218.854000', '134218.856000', '134218.859000', '134218.861000', '134218.864000', '134218.866000', '134218.869000', '134218.872000', '134218.874000', '134218.877000', '134218.879000', '134218.882000', '134218.885000', '134218.887000', '134218.890000', '134218.892000', '134218.895000', '134218.898000', '134218.900000', '134238.789000', '134238.792000', '134238.795000', '134238.798000', '134238.800000', '134238.803000', '134238.805000', '134238.808000', '134238.810000', '134238.813000', '134238.816000', '134238.818000', '134238.821000', '134238.823000', '134238.826000', '134238.829000', '134238.831000', '134238.834000', '134238.836000', '134238.839000', '134238.842000', '134238.844000', '134238.847000', '134238.849000', '134238.852000', '134238.855000', '134238.857000', '134238.860000', '134238.862000', '134238.865000', '134238.868000', '134238.870000', '134238.873000', '134238.875000', '134238.878000', '134238.881000', '134238.883000', '134238.886000', '134238.902000', '134238.905000', '134238.907000', '134238.910000', '134238.912000', '134238.915000', '134245.005000', '134245.008000', '134245.012000', '134245.015000', '134245.017000', '134245.020000', '134245.023000', '134245.026000', '134245.029000', '134245.032000', '134245.034000', '134245.037000', '134245.039000', '134245.042000'], '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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'LargestImagePixelValue': [13506, 12555, 13626, 15048, 13770, 13458, 14224, 12015, 13961, 13022, 14059, 13436, 14115, 14319, 14184, 13191, 13966, 15010, 13943, 15330, 13943, 13883, 14345, 13940, 13902, 13062, 13910, 12975, 14296, 13364, 14504, 13727, 13977, 13161, 14210, 13475, 14159, 13204, 14340, 14931, 14385, 13525, 10593, 13965, 10421, 14150, 10742, 14070, 11551, 14126, 12919, 14277, 13225, 14629, 13037, 14639, 12950, 13274, 14681, 11890, 14601, 11657, 14601, 15125, 14557, 14292, 14831, 15310, 14725, 14512, 15419, 14365, 11695, 14268, 13017, 14813, 13546, 14407, 12876, 14854, 13184, 14938, 13526, 14239, 13767, 14628, 13888, 14299, 12849, 14597, 14140, 14237, 12353, 13890, 12897, 14311, 14283, 14616, 13940, 14806, 14398, 11141, 14309, 10138, 14217, 11072, 14453, 11957, 14454, 11773, 14662, 11867, 14500, 10651, 14731, 12794, 14470, 12835, 14531, 14203, 14962, 13926, 15128, 15732, 14757, 14635, 14741, 14335, 14648, 13819, 14772, 13253, 14737, 14176, 14453, 14422, 14810, 14276, 14616, 14062, 14098, 13153, 14383, 13231, 14917, 14141, 12568, 14338, 14363, 14379, 13195, 14847, 12552, 14895, 11987, 14633, 12043, 14741, 12464, 14830, 12853, 14788, 13011, 14758, 13740, 14882, 12007, 14980, 15165, 13878, 14447, 14374, 14576, 14437, 14760, 10237, 14816, 15980, 14775, 15736, 14503, 11937, 13777, 14753, 13677, 14743, 13322, 14997, 11756, 14454, 11245, 14567, 10877, 14927, 10793, 14682, 12104, 14472, 10799, 14659, 12239, 14695, 15273, 14515, 14488, 13047, 14613, 13058, 15067, 14908, 14719, 13917, 15110, 13432, 15008, 14298, 15199, 13989, 15054, 12984, 14734, 10376, 14629, 10595, 14577, 11478, 14739, 9624, 14364, 14836, 14028, 14707, 13665, 14784, 13735, 14977, 13852, 14912, 10551, 14382, 14078, 14991, 12234, 13883, 14312, 14181, 14777, 14559, 14567, 11874, 14593, 10333, 14429, 9339, 14233, 8962, 14726, 11173, 13831, 15232, 14589, 14114, 13975, 13751, 13775, 14755, 13083, 15014, 13753, 15077, 14428, 14909, 14509, 14959, 12433, 14859, 11053, 14529, 10468, 14478, 10331, 14223, 14761, 14666, 15723, 14697, 13256, 13859, 14784, 13385, 14835, 14254, 14834, 13631, 14536, 12033, 14677, 10055, 14352, 10749, 14164, 11456, 14488, 12414, 14472, 14924, 13140, 14997, 13260, 14748, 14535, 14949, 14197, 15089, 13825, 15139, 14046, 15097, 12893, 15038, 13179, 14971, 13387, 14845, 12191, 15035, 11815, 14853, 12099, 15106, 12615, 14910, 12258, 15122, 11044, 14848, 10919, 14742, 10785, 14646, 12739, 14526, 9473, 14628, 13421, 15002, 14701, 12724, 14442, 13184, 14536, 13817, 15069, 15258, 15097, 14805, 14920, 14184, 14945, 13813, 14932, 15189, 15006, 14035, 14987, 13655, 14633, 13795, 15110, 14229, 15044, 11980, 14766, 11368, 14852, 11519, 14964, 12508, 15013, 13223, 15100, 12229, 14912, 11027, 14504, 10510, 14500, 11309, 14284, 15454, 14541, 14967, 13379, 15006, 14021, 15054, 15036, 14733, 13663, 15123, 12478, 15013, 10919, 14575, 10956, 14303, 8598, 14292, 12585, 14288, 14826, 13635, 14845, 12687, 14780, 15048, 15211, 11519, 14821, 11079, 14445, 12258, 14443, 14737, 14762, 12817, 14336, 10114, 14277, 11260, 14039, 10113, 14553, 11106, 14998, 11414, 14816, 12408, 14563, 14493, 15030, 12318, 14660, 12942, 14848, 12146, 14874, 15544, 14968, 14489, 14869, 14786, 13220, 14897, 13601, 14649, 13478, 14876, 12709, 14968, 13555, 14931, 13198, 15320, 14200, 15181, 14174, 15162, 13346, 14124, 14502, 11830, 14389, 15200, 13570, 15174, 13686, 14807, 12569, 14925, 14222, 14953, 14152, 15002, 12694, 15178, 12325, 14873, 13062, 14777, 9793, 14350, 13215, 14488, 12227, 14686, 12723, 14221, 14597, 12484, 15117, 13418, 15021, 14340, 15010, 14074, 14972, 10526, 14656, 12413, 14390, 14027, 14458, 14853, 13453, 15029, 14899, 15059, 14241, 15076, 11669, 14921, 10543, 14376, 12723, 14366, 13183, 14098, 14078, 14122, 14986, 13682, 14903, 15122, 14740, 13477, 14992, 13005, 15260, 13632, 14841, 13953, 14736, 13893, 14967, 14196, 14861, 14314, 15404, 12121, 14660, 12644, 14946, 12062, 14996, 10289, 14761, 10838, 14731, 10123, 14499, 10528, 14086, 14929, 14504, 11900, 14293, 13699, 14028, 10086, 14192, 10554, 14753, 15058, 15290, 13903, 14497, 15171, 12807, 14316, 12452, 14905, 16716, 15023, 15095, 13283, 15211, 13826, 15087, 13864, 15241, 14114, 15339, 13717, 15082, 12615, 15104, 13815, 15107, 14688, 15176, 13867, 11897, 14017, 15344, 13710, 14967, 12686, 15349, 14993, 15703, 14679, 13964, 14931, 15747, 15072, 13750, 14923, 10792, 14797, 12025, 14726, 13926, 15137, 12610, 14391, 9921, 14648, 9444, 14640, 11213, 14834, 11029, 14193, 11417, 14348, 12471, 14105, 14935, 13116, 13117, 14554, 15313, 13837, 14792, 13857, 14866, 12662, 11938, 13829, 13237, 14299, 12482, 14490, 11441, 14490, 10682, 14793, 12265, 14479, 11485, 14802, 11916, 14607, 10162, 14476, 15053, 14988, 15394, 13816, 14100, 14557, 14838, 12937, 14618, 13786, 14879, 14148, 14891, 12746, 15485, 14243, 15374, 13389, 15230, 14480, 12838, 14046, 14028, 14576, 15099, 13126, 14822, 12884, 14711, 13980, 15017, 13649, 15299, 13618, 15091, 13569, 15228, 14506, 15094, 12712, 15198, 12622, 14771, 11838, 14862, 11782, 14577, 11265, 14218, 14166, 14593, 12209, 14401, 14900, 14131, 14766, 13720, 15013, 13731, 15095, 12954, 15169, 11031, 14764, 14098, 14974, 14069, 14609, 13653, 14409, 14600, 14403, 11919, 13933, 14173, 14408, 13890, 14572, 14464, 14721, 13067, 14368, 10167, 14578, 10899, 14816, 13890, 15034, 12985, 14975, 10071, 14531, 10908, 14748, 11221, 14776, 14003, 14749, 11653, 14749, 11186, 14621, 14294, 15039, 15051, 12972, 14833, 12908, 15044, 13338, 14987, 15095, 15171, 13225, 14690, 12344, 14988, 12629, 14528, 12378, 14757, 12747, 15181, 15021, 14996, 13090, 15294, 13688, 15002, 13257, 15453, 14181, 12695, 14276, 15012, 13351, 14946, 14714, 15476, 15182, 14884, 13638, 15033, 13939, 15096, 14328, 15049, 13795, 14788, 12944, 15028, 13165, 14948, 14109, 15051, 15511, 15094, 13925, 15156, 14654, 15064, 13960, 14980, 11720, 14617, 11897, 14469, 9690, 14529, 12644, 14478, 11812, 14365, 12656, 14033, 14330, 14587, 14166, 14496, 10372, 14139, 11607, 14400, 13565, 14455, 14954, 13465, 14941, 13474, 15104, 12847, 15293, 13824, 15262, 13595, 15474, 10322, 14312, 13440, 14680, 12366, 14450, 13880, 14600, 15409, 13044, 14796, 13694, 14894, 13564, 15158, 14044, 15267, 13742, 15102, 12773, 14902, 12831, 14895, 11320, 14422, 11611, 14561, 10576, 14654, 11217, 14592, 11103, 14390, 10756, 14385, 11143, 14658, 11512, 14404, 13480, 14818, 14982, 13142, 15207, 14536, 14951, 13822, 15148, 11829, 14818, 14148, 15003, 15073, 13914, 14651, 14064, 15089, 13610, 15352, 13933, 14737, 13997, 14756, 12325, 14867, 12231, 14754, 13401, 14937, 11399, 14839, 11562, 14657, 11263, 14658, 13800, 14548, 14945, 13620, 15365, 13696, 14948, 14328, 15058, 13826, 14974, 15183, 15231, 13722, 15174, 13200, 14994, 12239, 14946, 12528, 14962, 12448, 15111, 11166, 14666, 13941, 14512, 12536, 14544, 16346, 14405, 12952, 13925, 13354, 13980, 15246, 13818, 15361, 13863, 15127, 13024, 14910, 15020, 15384, 13164, 14926, 12246, 14984, 11538, 14648, 14343, 14666, 13435, 14514, 15715, 13874, 15052, 13669, 14784, 12978, 14820, 12923, 15109, 13543, 15129, 14826, 15022, 13164, 14950, 13040, 15139, 13279, 13030, 14640, 12286, 14196, 11962, 14768, 13362, 14708, 11112, 14694, 9966, 14434, 11746, 14792, 13913, 15030, 13534, 15036, 9003, 14370, 10905, 14934, 11419, 14937, 12179, 14948, 13863, 15120, 13891, 15171, 12161, 14949, 12181, 14639, 10868, 14674, 14598, 14981, 12964, 14629, 15055, 12764, 14958, 13839, 15186, 12712, 14905, 11745, 14887, 11987, 14364, 12625, 14595, 12354, 14564, 11401, 14317, 12488, 14303, 13266, 14356, 15254, 15128, 12748, 14457, 13487, 14724, 12749, 14528, 15082, 13082, 15666, 13741, 15122, 13130, 15160, 13579, 15429, 13227, 15620, 13716, 15657, 13006, 15598, 13956, 15596, 14405, 14547, 14269], 'WindowCenter': [5256.0, 5233.0, 5227.0, 5225.0, 5214.0, 5204.0, 5211.0, 5179.0, 5199.0, 5188.0, 5198.0, 5199.0, 5199.0, 5221.0, 5212.0, 5202.0, 5212.0, 5220.0, 5208.0, 5221.0, 5212.0, 5211.0, 5211.0, 5200.0, 5201.0, 5190.0, 5199.0, 5190.0, 5210.0, 5199.0, 5199.0, 5197.0, 5198.0, 5188.0, 5198.0, 5199.0, 5200.0, 5189.0, 5198.0, 5208.0, 5197.0, 5201.0, 5180.0, 5222.0, 5183.0, 5224.0, 5183.0, 5222.0, 5193.0, 5212.0, 5202.0, 5222.0, 5214.0, 5222.0, 5200.0, 5208.0, 5202.0, 5202.0, 5234.0, 5205.0, 5223.0, 5192.0, 5223.0, 5232.0, 5222.0, 5223.0, 5223.0, 5221.0, 5211.0, 5212.0, 5210.0, 5210.0, 5179.0, 5209.0, 5202.0, 5211.0, 5200.0, 5211.0, 5190.0, 5213.0, 5190.0, 5210.0, 5188.0, 5198.0, 5200.0, 5199.0, 5201.0, 5198.0, 5191.0, 5198.0, 5198.0, 5197.0, 5190.0, 5188.0, 5189.0, 5197.0, 5208.0, 5198.0, 5197.0, 5196.0, 5198.0, 5168.0, 5210.0, 5172.0, 5214.0, 5181.0, 5211.0, 5180.0, 5209.0, 5189.0, 5211.0, 5181.0, 5213.0, 5169.0, 5200.0, 5180.0, 5199.0, 5188.0, 5198.0, 5209.0, 5210.0, 5208.0, 5209.0, 5219.0, 5209.0, 5211.0, 5209.0, 5208.0, 5210.0, 5199.0, 5199.0, 5189.0, 5200.0, 5197.0, 5197.0, 5198.0, 5209.0, 5207.0, 5198.0, 5197.0, 5199.0, 5200.0, 5210.0, 5201.0, 5208.0, 5210.0, 5191.0, 5209.0, 5197.0, 5210.0, 5189.0, 5210.0, 5178.0, 5208.0, 5178.0, 5209.0, 5188.0, 5209.0, 5201.0, 5222.0, 5192.0, 5211.0, 5191.0, 5209.0, 5199.0, 5210.0, 5179.0, 5209.0, 5196.0, 5186.0, 5185.0, 5185.0, 5184.0, 5182.0, 5185.0, 5143.0, 5185.0, 5192.0, 5183.0, 5182.0, 5184.0, 5163.0, 5186.0, 5195.0, 5198.0, 5207.0, 5199.0, 5208.0, 5179.0, 5212.0, 5180.0, 5210.0, 5181.0, 5220.0, 5183.0, 5212.0, 5190.0, 5213.0, 5170.0, 5213.0, 5188.0, 5211.0, 5211.0, 5199.0, 5198.0, 5189.0, 5198.0, 5189.0, 5208.0, 5209.0, 5208.0, 5199.0, 5208.0, 5190.0, 5200.0, 5198.0, 5209.0, 5200.0, 5210.0, 5198.0, 5212.0, 5172.0, 5210.0, 5169.0, 5201.0, 5169.0, 5209.0, 5151.0, 5200.0, 5195.0, 5198.0, 5200.0, 5198.0, 5196.0, 5186.0, 5196.0, 5186.0, 5198.0, 5157.0, 5198.0, 5186.0, 5197.0, 5176.0, 5188.0, 5197.0, 5199.0, 5198.0, 5198.0, 5209.0, 5179.0, 5211.0, 5171.0, 5211.0, 5161.0, 5210.0, 5151.0, 5221.0, 5192.0, 5214.0, 5221.0, 5222.0, 5212.0, 5214.0, 5210.0, 5213.0, 5221.0, 5203.0, 5210.0, 5201.0, 5210.0, 5209.0, 5210.0, 5208.0, 5211.0, 5189.0, 5209.0, 5169.0, 5199.0, 5158.0, 5199.0, 5158.0, 5211.0, 5197.0, 5196.0, 5205.0, 5199.0, 5187.0, 5197.0, 5198.0, 5199.0, 5196.0, 5196.0, 5196.0, 5188.0, 5197.0, 5176.0, 5210.0, 5158.0, 5198.0, 5166.0, 5198.0, 5167.0, 5200.0, 5177.0, 5209.0, 5207.0, 5189.0, 5198.0, 5190.0, 5197.0, 5208.0, 5209.0, 5208.0, 5209.0, 5198.0, 5208.0, 5208.0, 5210.0, 5201.0, 5221.0, 5199.0, 5210.0, 5199.0, 5211.0, 5192.0, 5221.0, 5192.0, 5210.0, 5179.0, 5211.0, 5191.0, 5212.0, 5189.0, 5210.0, 5180.0, 5212.0, 5170.0, 5199.0, 5168.0, 5197.0, 5188.0, 5199.0, 5150.0, 5210.0, 5187.0, 5206.0, 5197.0, 5179.0, 5186.0, 5187.0, 5184.0, 5186.0, 5196.0, 5205.0, 5197.0, 5196.0, 5198.0, 5198.0, 5196.0, 5200.0, 5207.0, 5207.0, 5209.0, 5199.0, 5209.0, 5199.0, 5199.0, 5200.0, 5210.0, 5209.0, 5211.0, 5181.0, 5210.0, 5180.0, 5210.0, 5179.0, 5210.0, 5191.0, 5209.0, 5200.0, 5223.0, 5192.0, 5224.0, 5171.0, 5213.0, 5169.0, 5211.0, 5181.0, 5212.0, 5207.0, 5210.0, 5200.0, 5188.0, 5196.0, 5187.0, 5196.0, 5198.0, 5196.0, 5186.0, 5209.0, 5178.0, 5198.0, 5157.0, 5197.0, 5157.0, 5198.0, 5140.0, 5210.0, 5190.0, 5212.0, 5200.0, 5200.0, 5198.0, 5191.0, 5198.0, 5210.0, 5220.0, 5179.0, 5210.0, 5171.0, 5199.0, 5192.0, 5212.0, 5209.0, 5210.0, 5190.0, 5211.0, 5170.0, 5224.0, 5193.0, 5224.0, 5172.0, 5222.0, 5184.0, 5224.0, 5191.0, 5222.0, 5199.0, 5213.0, 5198.0, 5212.0, 5178.0, 5209.0, 5188.0, 5211.0, 5180.0, 5200.0, 5194.0, 5197.0, 5185.0, 5198.0, 5197.0, 5191.0, 5198.0, 5189.0, 5184.0, 5189.0, 5192.0, 5187.0, 5208.0, 5200.0, 5208.0, 5201.0, 5207.0, 5211.0, 5210.0, 5213.0, 5220.0, 5202.0, 5199.0, 5209.0, 5180.0, 5209.0, 5209.0, 5201.0, 5200.0, 5189.0, 5196.0, 5180.0, 5194.0, 5198.0, 5196.0, 5196.0, 5199.0, 5176.0, 5197.0, 5177.0, 5197.0, 5185.0, 5198.0, 5160.0, 5199.0, 5176.0, 5199.0, 5166.0, 5200.0, 5178.0, 5199.0, 5208.0, 5191.0, 5209.0, 5189.0, 5197.0, 5198.0, 5209.0, 5199.0, 5210.0, 5170.0, 5210.0, 5177.0, 5199.0, 5197.0, 5198.0, 5209.0, 5199.0, 5198.0, 5198.0, 5196.0, 5196.0, 5208.0, 5170.0, 5210.0, 5170.0, 5200.0, 5177.0, 5200.0, 5187.0, 5199.0, 5197.0, 5197.0, 5209.0, 5200.0, 5208.0, 5208.0, 5199.0, 5200.0, 5208.0, 5201.0, 5222.0, 5214.0, 5212.0, 5213.0, 5212.0, 5201.0, 5211.0, 5211.0, 5210.0, 5211.0, 5221.0, 5191.0, 5209.0, 5188.0, 5210.0, 5188.0, 5210.0, 5171.0, 5212.0, 5169.0, 5209.0, 5159.0, 5211.0, 5168.0, 5200.0, 5208.0, 5199.0, 5179.0, 5201.0, 5187.0, 5197.0, 5171.0, 5211.0, 5184.0, 5221.0, 5233.0, 5232.0, 5227.0, 5225.0, 5236.0, 5204.0, 5225.0, 5193.0, 5225.0, 5220.0, 5221.0, 5211.0, 5203.0, 5210.0, 5188.0, 5198.0, 5185.0, 5195.0, 5186.0, 5194.0, 5186.0, 5197.0, 5179.0, 5196.0, 5186.0, 5194.0, 5196.0, 5198.0, 5198.0, 5179.0, 5200.0, 5208.0, 5202.0, 5209.0, 5189.0, 5196.0, 5200.0, 5197.0, 5198.0, 5196.0, 5210.0, 5196.0, 5198.0, 5177.0, 5197.0, 5157.0, 5197.0, 5168.0, 5198.0, 5186.0, 5198.0, 5165.0, 5197.0, 5147.0, 5197.0, 5150.0, 5210.0, 5169.0, 5198.0, 5168.0, 5199.0, 5165.0, 5199.0, 5180.0, 5200.0, 5197.0, 5188.0, 5176.0, 5197.0, 5195.0, 5200.0, 5209.0, 5202.0, 5197.0, 5189.0, 5178.0, 5211.0, 5200.0, 5223.0, 5199.0, 5212.0, 5183.0, 5211.0, 5183.0, 5222.0, 5192.0, 5212.0, 5180.0, 5210.0, 5180.0, 5211.0, 5160.0, 5201.0, 5199.0, 5210.0, 5197.0, 5187.0, 5186.0, 5198.0, 5185.0, 5177.0, 5197.0, 5199.0, 5197.0, 5196.0, 5196.0, 5190.0, 5196.0, 5210.0, 5209.0, 5201.0, 5208.0, 5197.0, 5176.0, 5201.0, 5200.0, 5223.0, 5210.0, 5201.0, 5174.0, 5192.0, 5200.0, 5200.0, 5210.0, 5201.0, 5211.0, 5200.0, 5198.0, 5185.0, 5209.0, 5201.0, 5210.0, 5202.0, 5212.0, 5189.0, 5200.0, 5179.0, 5211.0, 5179.0, 5212.0, 5182.0, 5213.0, 5189.0, 5200.0, 5177.0, 5212.0, 5200.0, 5200.0, 5209.0, 5201.0, 5201.0, 5188.0, 5198.0, 5189.0, 5212.0, 5171.0, 5212.0, 5198.0, 5209.0, 5188.0, 5208.0, 5187.0, 5210.0, 5209.0, 5210.0, 5181.0, 5210.0, 5196.0, 5212.0, 5202.0, 5224.0, 5210.0, 5214.0, 5192.0, 5212.0, 5171.0, 5214.0, 5180.0, 5224.0, 5202.0, 5211.0, 5189.0, 5211.0, 5159.0, 5199.0, 5168.0, 5211.0, 5169.0, 5212.0, 5187.0, 5201.0, 5167.0, 5201.0, 5169.0, 5199.0, 5188.0, 5209.0, 5199.0, 5187.0, 5185.0, 5177.0, 5186.0, 5188.0, 5197.0, 5198.0, 5198.0, 5188.0, 5198.0, 5177.0, 5199.0, 5177.0, 5196.0, 5179.0, 5210.0, 5200.0, 5209.0, 5219.0, 5210.0, 5202.0, 5220.0, 5214.0, 5223.0, 5205.0, 5211.0, 5212.0, 5192.0, 5212.0, 5210.0, 5202.0, 5210.0, 5199.0, 5210.0, 5198.0, 5198.0, 5200.0, 5198.0, 5198.0, 5209.0, 5201.0, 5197.0, 5189.0, 5196.0, 5189.0, 5198.0, 5189.0, 5207.0, 5201.0, 5197.0, 5199.0, 5196.0, 5189.0, 5197.0, 5197.0, 5197.0, 5199.0, 5209.0, 5179.0, 5201.0, 5177.0, 5200.0, 5159.0, 5210.0, 5188.0, 5209.0, 5178.0, 5210.0, 5187.0, 5212.0, 5210.0, 5212.0, 5201.0, 5209.0, 5171.0, 5213.0, 5179.0, 5213.0, 5200.0, 5214.0, 5211.0, 5202.0, 5210.0, 5202.0, 5209.0, 5192.0, 5209.0, 5203.0, 5212.0, 5199.0, 5221.0, 5171.0, 5212.0, 5189.0, 5199.0, 5177.0, 5201.0, 5188.0, 5209.0, 5210.0, 5191.0, 5199.0, 5191.0, 5198.0, 5188.0, 5209.0, 5213.0, 5208.0, 5199.0, 5208.0, 5177.0, 5199.0, 5187.0, 5209.0, 5180.0, 5212.0, 5170.0, 5198.0, 5157.0, 5209.0, 5168.0, 5211.0, 5183.0, 5225.0, 5181.0, 5213.0, 5182.0, 5212.0, 5180.0, 5213.0, 5199.0, 5213.0, 5210.0, 5190.0, 5199.0, 5197.0, 5197.0, 5184.0, 5197.0, 5168.0, 5209.0, 5185.0, 5197.0, 5197.0, 5186.0, 5195.0, 5186.0, 5207.0, 5199.0, 5206.0, 5196.0, 5197.0, 5196.0, 5208.0, 5191.0, 5210.0, 5179.0, 5210.0, 5199.0, 5210.0, 5181.0, 5222.0, 5182.0, 5211.0, 5169.0, 5210.0, 5187.0, 5209.0, 5199.0, 5198.0, 5208.0, 5201.0, 5209.0, 5197.0, 5196.0, 5187.0, 5206.0, 5208.0, 5210.0, 5197.0, 5212.0, 5200.0, 5222.0, 5193.0, 5211.0, 5190.0, 5209.0, 5191.0, 5213.0, 5169.0, 5211.0, 5199.0, 5213.0, 5190.0, 5198.0, 5208.0, 5199.0, 5180.0, 5202.0, 5189.0, 5214.0, 5222.0, 5212.0, 5208.0, 5214.0, 5210.0, 5202.0, 5212.0, 5222.0, 5221.0, 5190.0, 5212.0, 5178.0, 5209.0, 5168.0, 5210.0, 5200.0, 5209.0, 5187.0, 5200.0, 5196.0, 5198.0, 5206.0, 5210.0, 5209.0, 5200.0, 5209.0, 5200.0, 5206.0, 5201.0, 5211.0, 5209.0, 5210.0, 5199.0, 5208.0, 5213.0, 5220.0, 5202.0, 5201.0, 5212.0, 5189.0, 5211.0, 5191.0, 5220.0, 5201.0, 5209.0, 5170.0, 5209.0, 5159.0, 5210.0, 5178.0, 5210.0, 5199.0, 5209.0, 5185.0, 5197.0, 5149.0, 5199.0, 5179.0, 5211.0, 5194.0, 5223.0, 5193.0, 5222.0, 5211.0, 5223.0, 5211.0, 5224.0, 5192.0, 5213.0, 5181.0, 5210.0, 5169.0, 5211.0, 5208.0, 5209.0, 5187.0, 5211.0, 5196.0, 5189.0, 5207.0, 5199.0, 5197.0, 5175.0, 5196.0, 5165.0, 5196.0, 5177.0, 5199.0, 5177.0, 5197.0, 5175.0, 5197.0, 5167.0, 5198.0, 5177.0, 5209.0, 5186.0, 5199.0, 5196.0, 5209.0, 5175.0, 5199.0, 5187.0, 5209.0, 5189.0, 5210.0, 5199.0, 5191.0, 5207.0, 5199.0, 5209.0, 5202.0, 5211.0, 5200.0, 5209.0, 5200.0, 5207.0, 5202.0, 5222.0, 5201.0, 5208.0, 5200.0, 5206.0, 5211.0, 5208.0, 5221.0], 'WindowWidth': [11351.0, 11306.0, 11288.0, 11279.0, 11263.0, 11245.0, 11251.0, 11203.0, 11230.0, 11213.0, 11230.0, 11232.0, 11234.0, 11270.0, 11256.0, 11241.0, 11254.0, 11265.0, 11245.0, 11266.0, 11253.0, 11252.0, 11252.0, 11233.0, 11237.0, 11218.0, 11231.0, 11220.0, 11249.0, 11233.0, 11232.0, 11225.0, 11230.0, 11215.0, 11229.0, 11232.0, 11234.0, 11218.0, 11228.0, 11242.0, 11227.0, 11238.0, 11210.0, 11270.0, 11217.0, 11278.0, 11219.0, 11272.0, 11229.0, 11256.0, 11243.0, 11272.0, 11264.0, 11271.0, 11236.0, 11245.0, 11241.0, 11243.0, 11292.0, 11250.0, 11274.0, 11229.0, 11273.0, 11285.0, 11271.0, 11273.0, 11271.0, 11269.0, 11253.0, 11254.0, 11248.0, 11247.0, 11205.0, 11248.0, 11240.0, 11254.0, 11236.0, 11251.0, 11220.0, 11253.0, 11220.0, 11246.0, 11215.0, 11228.0, 11232.0, 11230.0, 11235.0, 11228.0, 11223.0, 11227.0, 11229.0, 11225.0, 11219.0, 11213.0, 11217.0, 11226.0, 11245.0, 11228.0, 11225.0, 11223.0, 11229.0, 11187.0, 11247.0, 11200.0, 11259.0, 11210.0, 11253.0, 11208.0, 11248.0, 11220.0, 11253.0, 11209.0, 11257.0, 11191.0, 11233.0, 11201.0, 11231.0, 11214.0, 11230.0, 11246.0, 11251.0, 11247.0, 11244.0, 11259.0, 11245.0, 11250.0, 11247.0, 11244.0, 11250.0, 11232.0, 11230.0, 11215.0, 11232.0, 11225.0, 11226.0, 11229.0, 11247.0, 11243.0, 11227.0, 11228.0, 11230.0, 11236.0, 11249.0, 11240.0, 11242.0, 11249.0, 11223.0, 11247.0, 11228.0, 11251.0, 11217.0, 11246.0, 11198.0, 11241.0, 11200.0, 11245.0, 11217.0, 11247.0, 11241.0, 11269.0, 11224.0, 11251.0, 11222.0, 11247.0, 11232.0, 11250.0, 11201.0, 11245.0, 11222.0, 11207.0, 11202.0, 11203.0, 11201.0, 11199.0, 11206.0, 11144.0, 11204.0, 11208.0, 11198.0, 11195.0, 11202.0, 11172.0, 11210.0, 11218.0, 11228.0, 11240.0, 11233.0, 11244.0, 11203.0, 11255.0, 11208.0, 11249.0, 11210.0, 11265.0, 11215.0, 11254.0, 11220.0, 11254.0, 11194.0, 11255.0, 11216.0, 11252.0, 11250.0, 11232.0, 11226.0, 11216.0, 11225.0, 11216.0, 11241.0, 11245.0, 11244.0, 11233.0, 11243.0, 11217.0, 11231.0, 11227.0, 11242.0, 11233.0, 11249.0, 11230.0, 11255.0, 11198.0, 11250.0, 11189.0, 11236.0, 11188.0, 11245.0, 11165.0, 11233.0, 11222.0, 11228.0, 11232.0, 11229.0, 11223.0, 11208.0, 11222.0, 11209.0, 11228.0, 11167.0, 11228.0, 11209.0, 11225.0, 11193.0, 11212.0, 11223.0, 11231.0, 11227.0, 11228.0, 11245.0, 11204.0, 11251.0, 11195.0, 11253.0, 11181.0, 11249.0, 11169.0, 11268.0, 11228.0, 11262.0, 11268.0, 11270.0, 11253.0, 11260.0, 11251.0, 11259.0, 11269.0, 11244.0, 11248.0, 11237.0, 11247.0, 11246.0, 11248.0, 11244.0, 11253.0, 11218.0, 11245.0, 11187.0, 11229.0, 11171.0, 11229.0, 11173.0, 11249.0, 11225.0, 11225.0, 11233.0, 11228.0, 11212.0, 11228.0, 11226.0, 11233.0, 11225.0, 11222.0, 11222.0, 11212.0, 11226.0, 11196.0, 11249.0, 11174.0, 11228.0, 11181.0, 11229.0, 11182.0, 11233.0, 11200.0, 11246.0, 11239.0, 11216.0, 11227.0, 11220.0, 11227.0, 11245.0, 11247.0, 11245.0, 11246.0, 11230.0, 11243.0, 11245.0, 11249.0, 11242.0, 11267.0, 11234.0, 11251.0, 11233.0, 11253.0, 11225.0, 11266.0, 11228.0, 11250.0, 11203.0, 11250.0, 11220.0, 11252.0, 11218.0, 11249.0, 11205.0, 11253.0, 11191.0, 11232.0, 11183.0, 11226.0, 11212.0, 11230.0, 11162.0, 11247.0, 11210.0, 11239.0, 11225.0, 11201.0, 11207.0, 11211.0, 11202.0, 11209.0, 11220.0, 11238.0, 11224.0, 11224.0, 11227.0, 11229.0, 11224.0, 11233.0, 11240.0, 11242.0, 11248.0, 11233.0, 11245.0, 11229.0, 11231.0, 11235.0, 11248.0, 11248.0, 11250.0, 11208.0, 11249.0, 11207.0, 11248.0, 11204.0, 11250.0, 11222.0, 11247.0, 11237.0, 11270.0, 11228.0, 11274.0, 11196.0, 11258.0, 11190.0, 11252.0, 11209.0, 11254.0, 11242.0, 11248.0, 11232.0, 11216.0, 11221.0, 11210.0, 11221.0, 11227.0, 11224.0, 11209.0, 11242.0, 11199.0, 11228.0, 11169.0, 11225.0, 11169.0, 11230.0, 11150.0, 11250.0, 11219.0, 11252.0, 11232.0, 11233.0, 11228.0, 11223.0, 11229.0, 11248.0, 11264.0, 11203.0, 11248.0, 11191.0, 11232.0, 11225.0, 11256.0, 11247.0, 11250.0, 11220.0, 11252.0, 11195.0, 11277.0, 11232.0, 11276.0, 11200.0, 11269.0, 11216.0, 11274.0, 11223.0, 11271.0, 11236.0, 11255.0, 11227.0, 11251.0, 11199.0, 11245.0, 11214.0, 11252.0, 11206.0, 11232.0, 11218.0, 11226.0, 11206.0, 11227.0, 11223.0, 11223.0, 11227.0, 11215.0, 11202.0, 11214.0, 11213.0, 11213.0, 11241.0, 11236.0, 11243.0, 11236.0, 11242.0, 11251.0, 11249.0, 11260.0, 11265.0, 11242.0, 11230.0, 11247.0, 11207.0, 11247.0, 11245.0, 11236.0, 11231.0, 11217.0, 11221.0, 11203.0, 11218.0, 11228.0, 11222.0, 11225.0, 11229.0, 11192.0, 11221.0, 11193.0, 11222.0, 11204.0, 11227.0, 11175.0, 11233.0, 11194.0, 11229.0, 11180.0, 11231.0, 11198.0, 11231.0, 11243.0, 11225.0, 11243.0, 11217.0, 11226.0, 11229.0, 11245.0, 11230.0, 11249.0, 11192.0, 11249.0, 11198.0, 11233.0, 11224.0, 11230.0, 11245.0, 11233.0, 11228.0, 11226.0, 11223.0, 11223.0, 11243.0, 11189.0, 11248.0, 11192.0, 11234.0, 11196.0, 11233.0, 11211.0, 11232.0, 11226.0, 11229.0, 11245.0, 11236.0, 11241.0, 11244.0, 11231.0, 11236.0, 11243.0, 11239.0, 11267.0, 11261.0, 11254.0, 11256.0, 11251.0, 11239.0, 11250.0, 11252.0, 11250.0, 11253.0, 11265.0, 11222.0, 11244.0, 11214.0, 11248.0, 11216.0, 11249.0, 11195.0, 11255.0, 11190.0, 11247.0, 11176.0, 11251.0, 11186.0, 11236.0, 11245.0, 11233.0, 11202.0, 11236.0, 11211.0, 11228.0, 11196.0, 11253.0, 11219.0, 11268.0, 11287.0, 11287.0, 11285.0, 11280.0, 11297.0, 11249.0, 11278.0, 11231.0, 11275.0, 11263.0, 11267.0, 11250.0, 11241.0, 11248.0, 11213.0, 11226.0, 11203.0, 11217.0, 11206.0, 11217.0, 11207.0, 11223.0, 11200.0, 11221.0, 11205.0, 11215.0, 11222.0, 11226.0, 11231.0, 11203.0, 11236.0, 11243.0, 11239.0, 11243.0, 11215.0, 11222.0, 11231.0, 11224.0, 11228.0, 11224.0, 11247.0, 11222.0, 11226.0, 11192.0, 11223.0, 11166.0, 11225.0, 11182.0, 11227.0, 11206.0, 11226.0, 11175.0, 11223.0, 11154.0, 11226.0, 11162.0, 11249.0, 11188.0, 11228.0, 11184.0, 11229.0, 11180.0, 11230.0, 11204.0, 11233.0, 11225.0, 11213.0, 11195.0, 11226.0, 11221.0, 11233.0, 11245.0, 11237.0, 11225.0, 11216.0, 11202.0, 11252.0, 11236.0, 11273.0, 11234.0, 11256.0, 11213.0, 11253.0, 11216.0, 11270.0, 11228.0, 11255.0, 11205.0, 11249.0, 11203.0, 11250.0, 11176.0, 11235.0, 11229.0, 11245.0, 11222.0, 11210.0, 11205.0, 11224.0, 11205.0, 11198.0, 11224.0, 11232.0, 11223.0, 11223.0, 11221.0, 11218.0, 11222.0, 11249.0, 11247.0, 11240.0, 11243.0, 11223.0, 11191.0, 11236.0, 11235.0, 11272.0, 11246.0, 11237.0, 11183.0, 11226.0, 11231.0, 11234.0, 11246.0, 11237.0, 11250.0, 11230.0, 11227.0, 11206.0, 11242.0, 11233.0, 11248.0, 11239.0, 11252.0, 11217.0, 11232.0, 11201.0, 11250.0, 11202.0, 11253.0, 11210.0, 11254.0, 11215.0, 11233.0, 11197.0, 11251.0, 11231.0, 11235.0, 11245.0, 11236.0, 11233.0, 11212.0, 11228.0, 11215.0, 11251.0, 11192.0, 11252.0, 11228.0, 11244.0, 11212.0, 11243.0, 11212.0, 11249.0, 11247.0, 11251.0, 11209.0, 11249.0, 11226.0, 11254.0, 11240.0, 11275.0, 11249.0, 11258.0, 11223.0, 11254.0, 11195.0, 11258.0, 11207.0, 11274.0, 11238.0, 11250.0, 11214.0, 11247.0, 11174.0, 11232.0, 11187.0, 11249.0, 11191.0, 11253.0, 11211.0, 11232.0, 11182.0, 11233.0, 11186.0, 11230.0, 11213.0, 11246.0, 11228.0, 11210.0, 11204.0, 11196.0, 11206.0, 11212.0, 11222.0, 11226.0, 11227.0, 11214.0, 11227.0, 11194.0, 11226.0, 11193.0, 11222.0, 11201.0, 11247.0, 11237.0, 11248.0, 11262.0, 11248.0, 11242.0, 11264.0, 11263.0, 11273.0, 11251.0, 11252.0, 11253.0, 11225.0, 11254.0, 11246.0, 11241.0, 11247.0, 11232.0, 11244.0, 11227.0, 11226.0, 11231.0, 11227.0, 11229.0, 11245.0, 11235.0, 11225.0, 11216.0, 11223.0, 11216.0, 11228.0, 11217.0, 11241.0, 11236.0, 11225.0, 11228.0, 11220.0, 11215.0, 11224.0, 11226.0, 11225.0, 11231.0, 11246.0, 11201.0, 11235.0, 11197.0, 11234.0, 11175.0, 11249.0, 11214.0, 11246.0, 11198.0, 11248.0, 11213.0, 11253.0, 11249.0, 11253.0, 11233.0, 11247.0, 11194.0, 11256.0, 11206.0, 11258.0, 11236.0, 11260.0, 11252.0, 11239.0, 11247.0, 11238.0, 11244.0, 11225.0, 11246.0, 11241.0, 11253.0, 11231.0, 11265.0, 11194.0, 11253.0, 11216.0, 11232.0, 11197.0, 11236.0, 11212.0, 11245.0, 11247.0, 11223.0, 11228.0, 11220.0, 11226.0, 11215.0, 11245.0, 11255.0, 11244.0, 11229.0, 11240.0, 11197.0, 11229.0, 11211.0, 11246.0, 11206.0, 11252.0, 11191.0, 11227.0, 11171.0, 11244.0, 11187.0, 11251.0, 11213.0, 11276.0, 11211.0, 11256.0, 11210.0, 11253.0, 11207.0, 11257.0, 11231.0, 11256.0, 11248.0, 11219.0, 11228.0, 11225.0, 11222.0, 11203.0, 11224.0, 11183.0, 11245.0, 11207.0, 11223.0, 11222.0, 11206.0, 11218.0, 11209.0, 11239.0, 11232.0, 11238.0, 11224.0, 11227.0, 11224.0, 11244.0, 11224.0, 11249.0, 11202.0, 11248.0, 11230.0, 11249.0, 11209.0, 11270.0, 11212.0, 11250.0, 11189.0, 11250.0, 11213.0, 11246.0, 11230.0, 11230.0, 11241.0, 11236.0, 11245.0, 11225.0, 11223.0, 11212.0, 11238.0, 11245.0, 11249.0, 11231.0, 11255.0, 11239.0, 11270.0, 11227.0, 11251.0, 11220.0, 11248.0, 11222.0, 11255.0, 11190.0, 11251.0, 11234.0, 11256.0, 11219.0, 11230.0, 11240.0, 11232.0, 11204.0, 11240.0, 11218.0, 11260.0, 11269.0, 11255.0, 11246.0, 11259.0, 11250.0, 11242.0, 11254.0, 11270.0, 11267.0, 11220.0, 11251.0, 11201.0, 11246.0, 11187.0, 11248.0, 11234.0, 11245.0, 11211.0, 11232.0, 11222.0, 11227.0, 11238.0, 11249.0, 11245.0, 11235.0, 11245.0, 11235.0, 11238.0, 11241.0, 11251.0, 11247.0, 11248.0, 11234.0, 11244.0, 11258.0, 11264.0, 11242.0, 11238.0, 11254.0, 11217.0, 11253.0, 11227.0, 11268.0, 11236.0, 11248.0, 11191.0, 11247.0, 11176.0, 11249.0, 11199.0, 11250.0, 11230.0, 11246.0, 11206.0, 11227.0, 11161.0, 11232.0, 11205.0, 11253.0, 11233.0, 11273.0, 11230.0, 11269.0, 11251.0, 11271.0, 11253.0, 11276.0, 11227.0, 11256.0, 11206.0, 11250.0, 11188.0, 11252.0, 11246.0, 11247.0, 11213.0, 11248.0, 11224.0, 11216.0, 11242.0, 11230.0, 11225.0, 11192.0, 11222.0, 11178.0, 11222.0, 11196.0, 11232.0, 11197.0, 11226.0, 11190.0, 11226.0, 11183.0, 11230.0, 11199.0, 11249.0, 11213.0, 11232.0, 11222.0, 11245.0, 11193.0, 11233.0, 11211.0, 11247.0, 11220.0, 11249.0, 11231.0, 11223.0, 11239.0, 11232.0, 11246.0, 11243.0, 11251.0, 11237.0, 11245.0, 11234.0, 11239.0, 11240.0, 11267.0, 11239.0, 11244.0, 11236.0, 11239.0, 11252.0, 11243.0, 11268.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.0004806934306569343</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01904869689781022</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.19343733769858</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.317511695598174</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977529401826478</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4871</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6681.5923</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06621983031771002</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.09124087591240876</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.542973519988658</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4854460316514397</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7845745699742053</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3588999583403276</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00692764</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01617811992764473</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03568366542458534</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1096</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.042992618867515</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>32.3134</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.2188</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.97</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293379.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1001.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.3263</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.692</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>656.1463</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4362.1467</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4597.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83165.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1570.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5658.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1137.0222</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.587655175011605</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> |