=== 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-0014 --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-0014",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
124 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-0014_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-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0014/figures/sub-0014_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-0014/figures/sub-0014_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014/ses-02/func/sub-0014_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>f148f1d0280d7a96c50f11a752689381</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>15:13:38.915000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998954, 0.00268722, 0.0456377, -0.0104614, 0.98522, 0.170977]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.095542</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>[4157, -7747, -7256, 476, -80, -26, 54, 51]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.355</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>390e3a65-8d16-4617-ba3a-9d978f8a99b2||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680121660232544, -0.028067218139767647, 0.12015999108552933, 109.26372528076172], [-0.007209617178887129, 2.6432721614837646, 0.46244311332702637, -105.91155242919922], [0.12244260311126709, -0.45871761441230774, 2.6573874950408936, -49.01698303222656], [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': ['151338.915000', '151339.375000', '151339.835000', '151340.295000', '151340.755000', '151341.215000', '151341.675000', '151342.135000', '151342.595000', '151343.055000', '151343.515000', '151343.975000', '151344.435000', '151344.895000', '151345.355000', '151345.815000', '151346.275000', '151346.735000', '151347.195000', '151347.655000', '151348.115000', '151348.575000', '151349.035000', '151349.495000', '151349.955000', '151350.415000', '151350.875000', '151351.335000', '151351.795000', '151352.255000', '151352.715000', '151353.175000', '151353.635000', '151354.095000', '151354.555000', '151355.015000', '151355.475000', '151355.935000', '151356.395000', '151356.855000', '151357.315000', '151357.775000', '151358.235000', '151358.695000', '151359.155000', '151359.615000', '151400.075000', '151400.535000', '151400.995000', '151401.455000', '151401.915000', '151402.375000', '151402.835000', '151403.295000', '151403.755000', '151404.215000', '151404.675000', '151405.135000', '151405.595000', '151406.055000', '151406.515000', '151406.975000', '151407.435000', '151407.895000', '151408.355000', '151408.815000', '151409.275000', '151409.735000', '151410.195000', '151410.655000', '151411.115000', '151411.575000', '151412.035000', '151412.495000', '151412.955000', '151413.415000', '151413.875000', '151414.335000', '151414.795000', '151415.255000', '151415.715000', '151416.175000', '151416.635000', '151417.095000', '151417.555000', '151418.015000', '151418.475000', '151418.935000', '151419.395000', '151419.855000', '151420.315000', '151420.775000', '151421.235000', '151421.695000', '151422.155000', '151422.615000', '151423.075000', '151423.535000', '151423.995000', '151424.455000', '151424.915000', '151425.375000', '151425.835000', '151426.295000', '151426.755000', '151427.215000', '151427.675000', '151428.135000', '151428.595000', '151429.055000', '151429.515000', '151429.975000', '151430.435000', '151430.895000', '151431.355000', '151431.815000', '151432.275000', '151432.735000', '151433.195000', '151433.655000', '151434.115000', '151434.575000', '151435.035000', '151435.495000', '151435.955000', '151436.415000', '151436.875000', '151437.335000', '151437.795000', '151438.255000', '151438.715000', '151439.175000', '151439.635000', '151440.095000', '151440.555000', '151441.015000', '151441.475000', '151441.935000', '151442.395000', '151442.855000', '151443.315000', '151443.775000', '151444.235000', '151444.695000', '151445.155000', '151445.615000', '151446.075000', '151446.535000', '151446.995000', '151447.455000', '151447.915000', '151448.375000', '151448.835000', '151449.295000', '151449.755000', '151450.215000', '151450.675000', '151451.135000', '151451.595000', '151452.055000', '151452.515000', '151452.975000', '151453.435000', '151453.895000', '151454.355000', '151454.815000', '151455.275000', '151455.735000', '151456.195000', '151456.655000', '151457.115000', '151457.575000', '151458.035000', '151458.495000', '151458.955000', '151459.415000', '151459.875000', '151500.335000', '151500.795000', '151501.255000', '151501.715000', '151502.175000', '151502.635000', '151503.095000', '151503.555000', '151504.015000', '151504.475000', '151504.935000', '151505.395000', '151505.855000', '151506.315000', '151506.775000', '151507.235000', '151507.695000', '151508.155000', '151508.615000', '151509.075000', '151509.535000', '151509.995000', '151510.455000', '151510.915000', '151511.375000', '151511.835000', '151512.295000', '151512.755000', '151513.215000', '151513.675000', '151514.135000', '151514.595000', '151515.055000', '151515.515000', '151515.975000', '151516.435000', '151516.895000', '151517.355000', '151517.815000', '151518.275000', '151518.735000', '151519.195000', '151519.655000', '151520.115000', '151520.575000', '151521.035000', '151521.495000', '151521.955000', '151522.415000', '151522.875000', '151523.335000', '151523.795000', '151524.255000', '151524.715000', '151525.175000', '151525.635000', '151526.095000', '151526.555000', '151527.015000', '151527.475000', '151527.935000', '151528.395000', '151528.855000', '151529.315000', '151529.775000', '151530.235000', '151530.695000', '151531.155000', '151531.615000', '151532.075000', '151532.535000', '151532.995000', '151533.455000', '151533.915000', '151534.375000', '151534.835000', '151535.295000', '151535.755000', '151536.215000', '151536.675000', '151537.135000', '151537.595000', '151538.055000', '151538.515000', '151538.975000', '151539.435000', '151539.895000', '151540.355000', '151540.815000', '151541.275000', '151541.735000', '151542.195000', '151542.655000', '151543.115000', '151543.575000', '151544.035000', '151544.495000', '151544.955000', '151545.415000', '151545.875000', '151546.335000', '151546.795000', '151547.255000', '151547.715000', '151548.175000', '151548.635000', '151549.095000', '151549.555000', '151550.015000', '151550.475000', '151550.935000', '151551.395000', '151551.855000', '151552.315000', '151552.775000', '151553.235000', '151553.695000', '151554.155000', '151554.615000', '151555.075000', '151555.535000', '151555.995000', '151556.455000', '151556.915000', '151557.375000', '151557.835000', '151558.295000', '151558.755000', '151559.215000', '151559.675000', '151600.135000', '151600.595000', '151601.055000', '151601.515000', '151601.975000', '151602.435000', '151602.895000', '151603.355000', '151603.815000', '151604.275000', '151604.735000', '151605.195000', '151605.655000', '151606.115000', '151606.575000', '151607.035000', '151607.495000', '151607.955000', '151608.415000', '151608.875000', '151609.335000', '151609.795000', '151610.255000', '151610.715000', '151611.175000', '151611.635000', '151612.095000', '151612.555000', '151613.015000', '151613.475000', '151613.935000', '151614.395000', '151614.855000', '151615.315000', '151615.775000', '151616.235000', '151616.695000', '151617.155000', '151617.615000', '151618.075000', '151618.535000', '151618.995000', '151619.455000', '151619.915000', '151620.375000', '151620.835000', '151621.295000', '151621.755000', '151622.215000', '151622.675000', '151623.135000', '151623.595000', '151624.055000', '151624.515000', '151624.975000', '151625.435000', '151625.895000', '151626.355000', '151626.815000', '151627.275000', '151627.735000', '151628.195000', '151628.655000', '151629.115000', '151629.575000', '151630.035000', '151630.495000', '151630.955000', '151631.415000', '151631.875000', '151632.335000', '151632.795000', '151633.255000', '151633.715000', '151634.175000', '151634.635000', '151635.095000', '151635.555000', '151636.015000', '151636.475000', '151636.935000', '151637.395000', '151637.855000', '151638.315000', '151638.775000', '151639.235000', '151639.695000', '151640.155000', '151640.615000', '151641.075000', '151641.535000', '151641.995000', '151642.455000', '151642.915000', '151643.375000', '151643.835000', '151644.295000', '151644.755000', '151645.215000', '151645.675000', '151646.135000', '151646.595000', '151647.055000', '151647.515000', '151647.975000', '151648.435000', '151648.895000', '151649.355000', '151649.815000', '151650.275000', '151650.735000', '151651.195000', '151651.655000', '151652.115000', '151652.575000', '151653.035000', '151653.495000', '151653.955000', '151654.415000', '151654.875000', '151655.335000', '151655.795000', '151656.255000', '151656.715000', '151657.175000', '151657.635000', '151658.095000', '151658.555000', '151659.015000', '151659.475000', '151659.935000', '151700.395000', '151700.855000', '151701.315000', '151701.775000', '151702.235000', '151702.695000', '151703.155000', '151703.615000', '151704.075000', '151704.535000', '151704.995000', '151705.455000', '151705.915000', '151706.375000', '151706.835000', '151707.295000', '151707.755000', '151708.215000', '151708.675000', '151709.135000', '151709.595000', '151710.055000', '151710.515000', '151710.975000', '151711.435000', '151711.895000', '151712.355000', '151712.815000', '151713.275000', '151713.735000', '151714.195000', '151714.655000', '151715.115000', '151715.575000', '151716.035000', '151716.495000', '151716.955000', '151717.415000', '151717.875000', '151718.335000', '151718.795000', '151719.255000', '151719.715000', '151720.175000', '151720.635000', '151721.095000', '151721.555000', '151722.015000', '151722.475000', '151722.935000', '151723.395000', '151723.855000', '151724.315000', '151724.775000', '151725.235000', '151725.695000', '151726.155000', '151726.615000', '151727.075000', '151727.535000', '151727.995000', '151728.455000', '151728.915000', '151729.375000', '151729.835000', '151730.295000', '151730.755000', '151731.215000', '151731.675000', '151732.135000', '151732.595000', '151733.055000', '151733.515000', '151733.975000', '151734.435000', '151734.895000', '151735.355000', '151735.815000', '151736.275000', '151736.735000', '151737.195000', '151737.655000', '151738.115000', '151738.575000', '151739.035000', '151739.495000', '151739.955000', '151740.415000', '151740.875000', '151741.335000', '151741.795000', '151742.255000', '151742.715000', '151743.175000', '151743.635000', '151744.095000', '151744.555000', '151745.015000', '151745.475000', '151745.935000', '151746.395000', '151746.855000', '151747.315000', '151747.775000', '151748.235000', '151748.695000', '151749.155000', '151749.615000', '151750.075000', '151750.535000', '151750.995000', '151751.455000', '151751.915000', '151752.375000', '151752.835000', '151753.295000', '151753.755000', '151754.215000', '151754.675000', '151755.135000', '151755.595000', '151756.055000', '151756.515000', '151756.975000', '151757.435000', '151757.895000', '151758.355000', '151758.815000', '151759.275000', '151759.735000', '151800.195000', '151800.655000', '151801.115000', '151801.575000', '151802.035000', '151802.495000', '151802.955000', '151803.415000', '151803.875000', '151804.335000', '151804.795000', '151805.255000', '151805.715000', '151806.175000', '151806.635000', '151807.095000', '151807.555000', '151808.015000', '151808.475000', '151808.935000', '151809.395000', '151809.855000', '151810.315000', '151810.775000', '151811.235000', '151811.695000', '151812.155000', '151812.615000', '151813.075000', '151813.535000', '151813.995000', '151814.455000', '151814.915000', '151815.375000', '151815.835000', '151816.295000', '151816.755000', '151817.215000', '151817.675000', '151818.135000', '151818.595000', '151819.055000', '151819.515000', '151819.975000', '151820.435000', '151820.895000', '151821.355000', '151821.815000', '151822.275000', '151822.735000', '151823.195000', '151823.655000', '151824.115000', '151824.575000', '151825.035000', '151825.495000', '151825.955000', '151826.415000', '151826.875000', '151827.335000', '151827.795000', '151828.255000', '151828.715000', '151829.175000', '151829.635000', '151830.095000', '151830.555000', '151831.015000', '151831.475000', '151831.935000', '151832.395000', '151832.855000', '151833.315000', '151833.775000', '151834.235000', '151834.695000', '151835.155000', '151835.615000', '151836.075000', '151836.535000', '151836.995000', '151837.455000', '151837.915000', '151838.375000', '151838.835000', '151839.295000', '151839.755000', '151840.215000', '151840.675000', '151841.135000', '151841.595000', '151842.055000', '151842.515000', '151842.975000', '151843.435000', '151843.895000', '151844.355000', '151844.815000', '151845.275000', '151845.735000', '151846.195000', '151846.655000', '151847.115000', '151847.575000', '151848.035000', '151848.495000', '151848.955000', '151849.415000', '151849.875000', '151850.335000', '151850.795000', '151851.255000', '151851.715000', '151852.175000', '151852.635000', '151853.095000', '151853.555000', '151854.015000', '151854.475000', '151854.935000', '151855.395000', '151855.855000', '151856.315000', '151856.775000', '151857.235000', '151857.695000', '151858.155000', '151858.615000', '151859.075000', '151859.535000', '151859.995000', '151900.455000', '151900.915000', '151901.375000', '151901.835000', '151902.295000', '151902.755000', '151903.215000', '151903.675000', '151904.135000', '151904.595000', '151905.055000', '151905.515000', '151905.975000', '151906.435000', '151906.895000', '151907.355000', '151907.815000', '151908.275000', '151908.735000', '151909.195000', '151909.655000', '151910.115000', '151910.575000', '151911.035000', '151911.495000', '151911.955000', '151912.415000', '151912.875000', '151913.335000', '151913.795000', '151914.255000', '151914.715000', '151915.175000', '151915.635000', '151916.095000', '151916.555000', '151917.015000', '151917.475000', '151917.935000', '151918.395000', '151918.855000', '151919.315000', '151919.775000', '151920.235000', '151920.695000', '151921.155000', '151921.615000', '151922.075000', '151922.535000', '151922.995000', '151923.455000', '151923.915000', '151924.375000', '151924.835000', '151925.295000', '151925.755000', '151926.215000', '151926.675000', '151927.135000', '151927.595000', '151928.055000', '151928.515000', '151928.975000', '151929.435000', '151929.895000', '151930.355000', '151930.815000', '151931.275000', '151931.735000', '151932.195000', '151932.655000', '151933.115000', '151933.575000', '151934.035000', '151934.495000', '151934.955000', '151935.415000', '151935.875000', '151936.335000', '151936.795000', '151937.255000', '151937.715000', '151938.175000', '151938.635000', '151939.095000', '151939.555000', '151940.015000', '151940.475000', '151940.935000', '151941.395000', '151941.855000', '151942.315000', '151942.775000', '151943.235000', '151943.695000', '151944.155000', '151944.615000', '151945.075000', '151945.535000', '151945.995000', '151946.455000', '151946.915000', '151947.375000', '151947.835000', '151948.295000', '151948.755000', '151949.215000', '151949.675000', '151950.135000', '151950.595000', '151951.055000', '151951.515000', '151951.975000', '151952.435000', '151952.895000', '151953.355000', '151953.815000', '151954.275000', '151954.735000', '151955.195000', '151955.655000', '151956.115000', '151956.575000', '151957.035000', '151957.495000', '151957.955000', '151958.415000', '151958.875000', '151959.335000', '151959.795000', '152000.255000', '152000.715000', '152001.175000', '152001.635000', '152002.095000', '152002.555000', '152003.015000', '152003.475000', '152003.935000', '152004.395000', '152004.855000', '152005.315000', '152005.775000', '152006.235000', '152006.695000', '152007.155000', '152007.615000', '152008.075000', '152008.535000', '152008.995000', '152009.455000', '152009.915000', '152010.375000', '152010.835000', '152011.295000', '152011.755000', '152012.215000', '152012.675000', '152013.135000', '152013.595000', '152014.055000', '152014.515000', '152014.975000', '152015.435000', '152015.895000', '152016.355000', '152016.815000', '152017.275000', '152017.735000', '152018.195000', '152018.655000', '152019.115000', '152019.575000', '152020.035000', '152020.495000', '152020.955000', '152021.415000', '152021.875000', '152022.335000', '152022.795000', '152023.255000', '152023.715000', '152024.175000', '152024.635000', '152025.095000', '152025.555000', '152026.015000', '152026.475000', '152026.935000', '152027.395000', '152027.855000', '152028.315000', '152028.775000', '152029.235000', '152029.695000', '152030.155000', '152030.615000', '152031.075000', '152031.535000', '152031.995000', '152032.455000', '152032.915000', '152033.375000', '152033.835000', '152034.295000', '152034.755000', '152035.215000', '152035.675000', '152036.135000', '152036.595000', '152037.055000', '152037.515000', '152037.975000', '152038.435000', '152038.895000', '152039.355000', '152039.815000', '152040.275000', '152040.735000', '152041.195000', '152041.655000', '152042.115000', '152042.575000', '152043.035000', '152043.495000', '152043.955000', '152044.415000', '152044.875000', '152045.335000', '152045.795000', '152046.255000', '152046.715000', '152047.175000', '152047.635000', '152048.095000', '152048.555000', '152049.015000', '152049.475000', '152049.935000', '152050.395000', '152050.855000', '152051.315000', '152051.775000', '152052.235000', '152052.695000', '152053.155000', '152053.615000', '152054.075000', '152054.535000', '152054.995000', '152055.455000', '152055.915000', '152056.375000', '152056.835000', '152057.295000', '152057.755000', '152058.215000', '152058.675000', '152059.135000', '152059.595000', '152100.055000', '152100.515000', '152100.975000', '152101.435000', '152101.895000', '152102.355000', '152102.815000', '152103.275000', '152103.735000', '152104.195000', '152104.655000', '152105.115000', '152105.575000', '152106.035000', '152106.495000', '152106.955000', '152107.415000', '152107.875000', '152108.335000', '152108.795000', '152109.255000', '152109.715000', '152110.175000', '152110.635000', '152111.095000', '152111.555000', '152112.015000', '152112.475000', '152112.935000', '152113.395000', '152113.855000', '152114.315000', '152114.775000', '152115.235000', '152115.695000', '152116.155000', '152116.615000', '152117.075000', '152117.535000', '152117.995000', '152118.455000', '152118.915000', '152119.375000', '152119.835000', '152120.295000', '152120.755000', '152121.215000', '152121.675000', '152122.135000', '152122.595000', '152123.055000', '152123.515000', '152123.975000', '152124.435000', '152124.895000', '152125.355000', '152125.815000', '152126.275000', '152126.735000', '152127.195000', '152127.655000', '152128.115000', '152128.575000', '152129.035000', '152129.495000', '152129.955000', '152130.415000', '152130.875000', '152131.335000', '152131.795000', '152132.255000', '152132.715000', '152133.175000', '152133.635000', '152134.095000', '152134.555000', '152135.015000', '152135.475000', '152135.935000', '152136.395000', '152136.855000', '152137.315000', '152137.775000', '152138.235000', '152138.695000', '152139.155000', '152139.615000', '152140.075000', '152140.535000', '152140.995000', '152141.455000', '152141.915000', '152142.375000', '152142.835000', '152143.295000', '152143.755000', '152144.215000', '152144.675000', '152145.135000', '152145.595000', '152146.055000', '152146.515000', '152146.975000', '152147.435000', '152147.895000', '152148.355000', '152148.815000', '152149.275000', '152149.735000', '152150.195000', '152150.655000', '152151.115000', '152151.575000', '152152.035000', '152152.495000', '152152.955000', '152153.415000', '152153.875000', '152154.335000', '152154.795000', '152155.255000', '152155.715000', '152156.175000', '152156.635000', '152157.095000', '152157.555000', '152158.015000', '152158.475000', '152158.935000', '152159.395000', '152159.855000', '152200.315000', '152200.775000', '152201.235000', '152201.695000', '152202.155000', '152202.615000', '152203.075000', '152203.535000'], 'ContentTime': ['151403.504000', '151403.508000', '151403.511000', '151403.514000', '151403.516000', '151403.519000', '151403.522000', '151403.525000', '151403.528000', '151403.531000', '151403.534000', '151403.536000', '151403.539000', '151403.542000', '151403.545000', '151403.548000', '151403.551000', '151403.553000', '151403.556000', '151403.559000', '151403.562000', '151403.565000', '151403.567000', '151403.570000', '151403.573000', '151403.576000', '151403.579000', '151403.582000', '151403.585000', '151403.587000', '151403.590000', '151403.593000', '151403.598000', '151403.601000', '151403.604000', '151403.607000', '151403.610000', '151403.612000', '151403.615000', '151403.618000', '151403.621000', '151403.624000', '151403.627000', '151403.630000', '151403.633000', '151403.636000', '151403.639000', '151403.641000', '151403.644000', '151403.647000', '151403.650000', '151403.653000', '151423.472000', '151423.475000', '151423.478000', '151423.482000', '151423.485000', '151423.487000', '151423.490000', '151423.493000', '151423.496000', '151423.499000', '151423.502000', '151423.504000', '151423.507000', '151423.510000', '151423.513000', '151423.515000', '151423.518000', '151423.521000', '151423.524000', '151423.527000', '151423.529000', '151423.532000', '151423.535000', '151423.538000', '151423.541000', '151423.610000', '151423.613000', '151423.616000', '151423.618000', '151423.628000', '151423.631000', '151423.634000', '151423.637000', '151423.640000', '151423.643000', '151423.645000', '151423.648000', '151423.651000', '151423.654000', '151423.657000', '151423.660000', '151423.662000', '151423.665000', '151443.471000', '151443.474000', '151443.477000', '151443.480000', '151443.483000', '151443.485000', '151443.488000', '151443.491000', '151443.494000', '151443.497000', '151443.499000', '151443.502000', '151443.514000', '151443.516000', '151443.519000', '151443.522000', '151443.525000', '151443.528000', '151443.531000', '151443.534000', '151443.537000', '151443.539000', '151443.542000', '151443.545000', '151443.548000', '151443.551000', '151443.553000', '151443.556000', '151443.559000', '151443.562000', '151443.565000', '151443.567000', '151443.570000', '151443.573000', '151443.576000', '151443.579000', '151443.581000', '151443.584000', '151443.587000', '151443.590000', '151443.593000', '151443.595000', '151443.598000', '151443.611000', '151503.471000', '151503.474000', '151503.477000', '151503.482000', '151503.486000', '151503.494000', '151503.497000', '151503.500000', '151503.503000', '151503.506000', '151503.508000', '151503.511000', '151503.514000', '151503.517000', '151503.519000', '151503.522000', '151503.531000', '151503.534000', '151503.537000', '151503.540000', '151503.543000', '151503.545000', '151503.548000', '151503.551000', '151503.554000', '151503.557000', '151503.559000', '151503.562000', '151503.565000', '151503.568000', '151503.571000', '151503.574000', '151503.576000', '151503.579000', '151503.582000', '151503.585000', '151503.588000', '151503.590000', '151503.593000', '151503.596000', '151503.599000', '151503.602000', '151503.605000', '151523.471000', '151523.474000', '151523.477000', '151523.479000', '151523.482000', '151523.485000', '151523.488000', '151523.491000', '151523.493000', '151523.496000', '151523.499000', '151523.502000', '151523.505000', '151523.507000', '151523.510000', '151523.513000', '151523.516000', '151523.519000', '151523.521000', '151523.524000', '151523.527000', '151523.530000', '151523.533000', '151523.542000', '151523.545000', '151523.548000', '151523.551000', '151523.553000', '151523.556000', '151523.559000', '151523.562000', '151523.565000', '151523.567000', '151523.570000', '151523.573000', '151523.576000', '151523.579000', '151523.581000', '151523.584000', '151523.587000', '151523.590000', '151523.593000', '151523.595000', '151523.598000', '151543.472000', '151543.475000', '151543.478000', '151543.480000', '151543.483000', '151543.486000', '151543.489000', '151543.492000', '151543.494000', '151543.497000', '151543.500000', '151543.503000', '151543.506000', '151543.508000', '151543.511000', '151543.514000', '151543.517000', '151543.520000', '151543.524000', '151543.527000', '151543.534000', '151543.537000', '151543.540000', '151543.543000', '151543.545000', '151543.548000', '151543.551000', '151543.554000', '151543.556000', '151543.559000', '151543.562000', '151543.565000', '151543.568000', '151543.571000', '151543.573000', '151543.576000', '151543.579000', '151543.582000', '151543.585000', '151543.588000', '151543.591000', '151543.593000', '151543.596000', '151603.472000', '151603.475000', '151603.478000', '151603.481000', '151603.484000', '151603.486000', '151603.489000', '151603.492000', '151603.495000', '151603.498000', '151603.501000', '151603.504000', '151603.506000', '151603.509000', '151603.512000', '151603.515000', '151603.518000', '151603.521000', '151603.524000', '151603.527000', '151603.529000', '151603.532000', '151603.535000', '151603.538000', '151603.541000', '151603.544000', '151603.547000', '151603.549000', '151603.552000', '151603.555000', '151603.558000', '151603.561000', '151603.564000', '151603.567000', '151603.570000', '151603.572000', '151603.575000', '151603.578000', '151603.581000', '151603.584000', '151603.586000', '151603.589000', '151603.592000', '151603.595000', '151623.472000', '151623.475000', '151623.478000', '151623.481000', '151623.484000', '151623.486000', '151623.489000', '151623.492000', '151623.495000', '151623.498000', '151623.500000', '151623.503000', '151623.506000', '151623.509000', '151623.512000', '151623.515000', '151623.518000', '151623.521000', '151623.523000', '151623.528000', '151623.532000', '151623.535000', '151623.538000', '151623.541000', '151623.544000', '151623.547000', '151623.550000', '151623.552000', '151623.555000', '151623.558000', '151623.561000', '151623.564000', '151623.567000', '151623.570000', '151623.573000', '151623.575000', '151623.578000', '151623.581000', '151623.584000', '151623.587000', '151623.590000', '151623.592000', '151623.595000', '151643.472000', '151643.475000', '151643.478000', '151643.481000', '151643.484000', '151643.487000', '151643.489000', '151643.492000', '151643.495000', '151643.498000', '151643.501000', '151643.504000', '151643.526000', '151643.529000', '151643.532000', '151643.535000', '151643.538000', '151643.541000', '151643.543000', '151643.546000', '151643.549000', '151643.552000', '151643.555000', '151643.558000', '151643.560000', '151643.563000', '151643.566000', '151643.569000', '151643.572000', '151643.575000', '151643.578000', '151643.581000', '151643.583000', '151643.586000', '151643.589000', '151643.592000', '151643.595000', '151643.598000', '151643.600000', '151643.603000', '151643.606000', '151643.609000', '151643.612000', '151643.615000', '151703.471000', '151703.474000', '151703.477000', '151703.480000', '151703.483000', '151703.485000', '151703.488000', '151703.491000', '151703.494000', '151703.497000', '151703.500000', '151703.503000', '151703.505000', '151703.508000', '151703.511000', '151703.514000', '151703.517000', '151703.520000', '151703.522000', '151703.525000', '151703.528000', '151703.531000', '151703.534000', '151703.537000', '151703.540000', '151703.543000', '151703.545000', '151703.548000', '151703.556000', '151703.559000', '151703.563000', '151703.566000', '151703.569000', '151703.572000', '151703.575000', '151703.578000', '151703.581000', '151703.584000', '151703.587000', '151703.589000', '151703.592000', '151703.595000', '151703.598000', '151723.471000', '151723.474000', '151723.477000', '151723.479000', '151723.482000', '151723.485000', '151723.488000', '151723.491000', '151723.494000', '151723.497000', '151723.499000', '151723.502000', '151723.505000', '151723.508000', '151723.511000', '151723.514000', '151723.517000', '151723.520000', '151723.522000', '151723.525000', '151723.528000', '151723.531000', '151723.534000', '151723.536000', '151723.539000', '151723.542000', '151723.545000', '151723.548000', '151723.551000', '151723.554000', '151723.557000', '151723.559000', '151723.562000', '151723.565000', '151723.568000', '151723.571000', '151723.574000', '151723.577000', '151723.580000', '151723.582000', '151723.585000', '151723.588000', '151723.591000', '151723.594000', '151743.471000', '151743.474000', '151743.477000', '151743.480000', '151743.482000', '151743.485000', '151743.488000', '151743.491000', '151743.494000', '151743.497000', '151743.500000', '151743.504000', '151743.507000', '151743.510000', '151743.513000', '151743.516000', '151743.518000', '151743.521000', '151743.524000', '151743.527000', '151743.530000', '151743.533000', '151743.536000', '151743.539000', '151743.541000', '151743.544000', '151743.547000', '151743.550000', '151743.553000', '151743.556000', '151743.559000', '151743.563000', '151743.565000', '151743.569000', '151743.571000', '151743.574000', '151743.577000', '151743.580000', '151743.583000', '151743.586000', '151743.589000', '151743.592000', '151743.594000', '151803.472000', '151803.475000', '151803.478000', '151803.481000', '151803.484000', '151803.486000', '151803.489000', '151803.492000', '151803.495000', '151803.498000', '151803.501000', '151803.504000', '151803.506000', '151803.509000', '151803.512000', '151803.515000', '151803.518000', '151803.521000', '151803.524000', '151803.527000', '151803.529000', '151803.532000', '151803.535000', '151803.538000', '151803.541000', '151803.544000', '151803.546000', '151803.549000', '151803.552000', '151803.555000', '151803.558000', '151803.561000', '151803.564000', '151803.567000', '151803.569000', '151803.572000', '151803.575000', '151803.587000', '151803.590000', '151803.593000', '151803.595000', '151803.598000', '151803.601000', '151803.604000', '151823.472000', '151823.475000', '151823.478000', '151823.481000', '151823.483000', '151823.486000', '151823.489000', '151823.492000', '151823.495000', '151823.497000', '151823.500000', '151823.503000', '151823.506000', '151823.509000', '151823.512000', '151823.514000', '151823.517000', '151823.520000', '151823.523000', '151823.526000', '151823.529000', '151823.532000', '151823.535000', '151823.537000', '151823.540000', '151823.543000', '151823.546000', '151823.549000', '151823.551000', '151823.554000', '151823.557000', '151823.560000', '151823.563000', '151823.566000', '151823.569000', '151823.572000', '151823.575000', '151823.578000', '151823.581000', '151823.584000', '151823.587000', '151823.590000', '151823.592000', '151843.472000', '151843.475000', '151843.478000', '151843.481000', '151843.484000', '151843.486000', '151843.489000', '151843.492000', '151843.495000', '151843.498000', '151843.501000', '151843.504000', '151843.506000', '151843.509000', '151843.512000', '151843.515000', '151843.518000', '151843.520000', '151843.523000', '151843.526000', '151843.529000', '151843.532000', '151843.535000', '151843.537000', '151843.540000', '151843.543000', '151843.546000', '151843.549000', '151843.552000', '151843.554000', '151843.557000', '151843.560000', '151843.563000', '151843.566000', '151843.569000', '151843.572000', '151843.575000', '151843.577000', '151843.580000', '151843.583000', '151843.586000', '151843.589000', '151843.592000', '151843.594000', '151903.472000', '151903.475000', '151903.478000', '151903.481000', '151903.484000', '151903.486000', '151903.489000', '151903.492000', '151903.495000', '151903.498000', '151903.501000', '151903.503000', '151903.506000', '151903.509000', '151903.512000', '151903.515000', '151903.517000', '151903.520000', '151903.523000', '151903.526000', '151903.529000', '151903.532000', '151903.535000', '151903.537000', '151903.541000', '151903.544000', '151903.547000', '151903.550000', '151903.553000', '151903.556000', '151903.559000', '151903.562000', '151903.565000', '151903.567000', '151903.570000', '151903.573000', '151903.576000', '151903.579000', '151903.582000', '151903.585000', '151903.588000', '151903.590000', '151903.593000', '151923.471000', '151923.474000', '151923.477000', '151923.480000', '151923.482000', '151923.486000', '151923.488000', '151923.491000', '151923.494000', '151923.497000', '151923.500000', '151923.503000', '151923.506000', '151923.509000', '151923.512000', '151923.514000', '151923.517000', '151923.520000', '151923.523000', '151923.526000', '151923.529000', '151923.532000', '151923.535000', '151923.537000', '151923.540000', '151923.543000', '151923.546000', '151923.549000', '151923.552000', '151923.555000', '151923.557000', '151923.560000', '151923.563000', '151923.566000', '151923.569000', '151923.572000', '151923.574000', '151923.577000', '151923.580000', '151923.583000', '151923.586000', '151923.589000', '151923.592000', '151923.594000', '151943.471000', '151943.474000', '151943.477000', '151943.489000', '151943.492000', '151943.495000', '151943.497000', '151943.500000', '151943.503000', '151943.506000', '151943.509000', '151943.512000', '151943.515000', '151943.518000', '151943.520000', '151943.523000', '151943.526000', '151943.529000', '151943.532000', '151943.535000', '151943.538000', '151943.541000', '151943.543000', '151943.546000', '151943.549000', '151943.552000', '151943.555000', '151943.557000', '151943.560000', '151943.563000', '151943.566000', '151943.569000', '151943.572000', '151943.574000', '151943.577000', '151943.580000', '151943.583000', '151943.586000', '151943.590000', '151943.593000', '151943.596000', '151943.599000', '151943.601000', '152003.471000', '152003.474000', '152003.477000', '152003.480000', '152003.483000', '152003.485000', '152003.488000', '152003.491000', '152003.494000', '152003.497000', '152003.500000', '152003.503000', '152003.506000', '152003.509000', '152003.511000', '152003.514000', '152003.517000', '152003.520000', '152003.523000', '152003.526000', '152003.528000', '152003.531000', '152003.534000', '152003.537000', '152003.540000', '152003.542000', '152003.545000', '152003.548000', '152003.551000', '152003.554000', '152003.556000', '152003.559000', '152003.562000', '152003.565000', '152003.568000', '152003.571000', '152003.574000', '152003.576000', '152003.579000', '152003.582000', '152003.585000', '152003.588000', '152003.591000', '152003.593000', '152023.472000', '152023.475000', '152023.478000', '152023.481000', '152023.484000', '152023.486000', '152023.489000', '152023.492000', '152023.495000', '152023.498000', '152023.501000', '152023.504000', '152023.506000', '152023.509000', '152023.512000', '152023.515000', '152023.518000', '152023.521000', '152023.524000', '152023.527000', '152023.529000', '152023.532000', '152023.535000', '152023.538000', '152023.541000', '152023.544000', '152023.547000', '152023.549000', '152023.552000', '152023.555000', '152023.558000', '152023.561000', '152023.564000', '152023.567000', '152023.569000', '152023.572000', '152023.575000', '152023.579000', '152023.582000', '152023.585000', '152023.588000', '152023.590000', '152023.593000', '152043.472000', '152043.475000', '152043.478000', '152043.481000', '152043.483000', '152043.486000', '152043.489000', '152043.492000', '152043.495000', '152043.497000', '152043.500000', '152043.503000', '152043.506000', '152043.509000', '152043.511000', '152043.514000', '152043.517000', '152043.520000', '152043.523000', '152043.525000', '152043.528000', '152043.531000', '152043.534000', '152043.537000', '152043.539000', '152043.542000', '152043.546000', '152043.549000', '152043.552000', '152043.555000', '152043.558000', '152043.561000', '152043.564000', '152043.566000', '152043.569000', '152043.572000', '152043.575000', '152043.578000', '152043.580000', '152043.583000', '152043.586000', '152043.589000', '152043.592000', '152043.594000', '152103.481000', '152103.484000', '152103.487000', '152103.489000', '152103.492000', '152103.495000', '152103.498000', '152103.501000', '152103.504000', '152103.506000', '152103.509000', '152103.512000', '152103.515000', '152103.518000', '152103.520000', '152103.523000', '152103.526000', '152103.529000', '152103.532000', '152103.534000', '152103.537000', '152103.540000', '152103.543000', '152103.546000', '152103.548000', '152103.551000', '152103.554000', '152103.557000', '152103.560000', '152103.563000', '152103.566000', '152103.568000', '152103.571000', '152103.574000', '152103.577000', '152103.580000', '152103.583000', '152103.585000', '152103.588000', '152103.591000', '152103.594000', '152103.597000', '152103.600000', '152123.472000', '152123.475000', '152123.478000', '152123.481000', '152123.484000', '152123.486000', '152123.489000', '152123.492000', '152123.495000', '152123.498000', '152123.501000', '152123.504000', '152123.507000', '152123.509000', '152123.512000', '152123.515000', '152123.518000', '152123.521000', '152123.524000', '152123.526000', '152123.529000', '152123.532000', '152123.535000', '152123.538000', '152123.540000', '152123.543000', '152123.546000', '152123.549000', '152123.552000', '152123.555000', '152123.558000', '152123.561000', '152123.564000', '152123.567000', '152123.570000', '152123.572000', '152123.575000', '152123.578000', '152123.581000', '152123.584000', '152123.587000', '152123.589000', '152123.592000', '152123.595000', '152143.471000', '152143.474000', '152143.477000', '152143.480000', '152143.482000', '152143.485000', '152143.488000', '152143.491000', '152143.494000', '152143.497000', '152143.499000', '152143.502000', '152143.505000', '152143.508000', '152143.511000', '152143.514000', '152143.517000', '152143.520000', '152143.522000', '152143.525000', '152143.528000', '152143.531000', '152143.534000', '152143.537000', '152143.540000', '152143.543000', '152143.545000', '152143.548000', '152143.551000', '152143.554000', '152143.557000', '152143.560000', '152143.563000', '152143.566000', '152143.568000', '152143.571000', '152143.574000', '152143.577000', '152143.580000', '152143.583000', '152143.586000', '152143.589000', '152143.592000', '152203.471000', '152203.474000', '152203.477000', '152203.481000', '152203.484000', '152203.487000', '152203.489000', '152203.492000', '152203.495000', '152203.498000', '152203.500000', '152203.503000', '152203.506000', '152203.509000', '152203.512000', '152203.515000', '152203.517000', '152203.520000', '152203.523000', '152203.526000', '152203.529000', '152203.531000', '152203.534000', '152203.537000', '152203.540000', '152203.543000', '152203.546000', '152203.548000', '152203.551000', '152203.554000', '152203.557000', '152203.560000', '152203.563000', '152203.565000', '152203.568000', '152203.571000', '152203.574000', '152203.577000', '152203.579000', '152203.582000', '152203.585000', '152203.588000', '152203.591000', '152204.436000', '152204.440000', '152204.443000'], 'InstanceCreationTime': ['151403.504000', '151403.508000', '151403.511000', '151403.514000', '151403.516000', '151403.519000', '151403.522000', '151403.525000', '151403.528000', '151403.531000', '151403.534000', '151403.536000', '151403.539000', '151403.542000', '151403.545000', '151403.548000', '151403.551000', '151403.553000', '151403.556000', '151403.559000', '151403.562000', '151403.565000', '151403.567000', '151403.570000', '151403.573000', '151403.576000', '151403.579000', '151403.582000', '151403.585000', '151403.587000', '151403.590000', '151403.593000', '151403.598000', '151403.601000', '151403.604000', '151403.607000', '151403.610000', '151403.612000', '151403.615000', '151403.618000', '151403.621000', '151403.624000', '151403.627000', '151403.630000', '151403.633000', '151403.636000', '151403.639000', '151403.641000', '151403.644000', '151403.647000', '151403.650000', '151403.653000', '151423.472000', '151423.475000', '151423.478000', '151423.482000', '151423.485000', '151423.487000', '151423.490000', '151423.493000', '151423.496000', '151423.499000', '151423.502000', '151423.504000', '151423.507000', '151423.510000', '151423.513000', '151423.515000', '151423.518000', '151423.521000', '151423.524000', '151423.527000', '151423.529000', '151423.532000', '151423.535000', '151423.538000', '151423.541000', '151423.610000', '151423.613000', '151423.616000', '151423.618000', '151423.628000', '151423.631000', '151423.634000', '151423.637000', '151423.640000', '151423.643000', '151423.645000', '151423.648000', '151423.651000', '151423.654000', '151423.657000', '151423.660000', '151423.662000', '151423.665000', '151443.471000', '151443.474000', '151443.477000', '151443.480000', '151443.483000', '151443.485000', '151443.488000', '151443.491000', '151443.494000', '151443.497000', '151443.499000', '151443.502000', '151443.514000', '151443.516000', '151443.519000', '151443.522000', '151443.525000', '151443.528000', '151443.531000', '151443.534000', '151443.537000', '151443.539000', '151443.542000', '151443.545000', '151443.548000', '151443.551000', '151443.553000', '151443.556000', '151443.559000', '151443.562000', '151443.565000', '151443.567000', '151443.570000', '151443.573000', '151443.576000', '151443.579000', '151443.581000', '151443.584000', '151443.587000', '151443.590000', '151443.593000', '151443.595000', '151443.598000', '151443.611000', '151503.471000', '151503.474000', '151503.477000', '151503.482000', '151503.486000', '151503.494000', '151503.497000', '151503.500000', '151503.503000', '151503.506000', '151503.508000', '151503.511000', '151503.514000', '151503.517000', '151503.519000', '151503.522000', '151503.531000', '151503.534000', '151503.537000', '151503.540000', '151503.543000', '151503.545000', '151503.548000', '151503.551000', '151503.554000', '151503.557000', '151503.559000', '151503.562000', '151503.565000', '151503.568000', '151503.571000', '151503.574000', '151503.576000', '151503.579000', '151503.582000', '151503.585000', '151503.588000', '151503.590000', '151503.593000', '151503.596000', '151503.599000', '151503.602000', '151503.605000', '151523.471000', '151523.474000', '151523.477000', '151523.479000', '151523.482000', '151523.485000', '151523.488000', '151523.491000', '151523.493000', '151523.496000', '151523.499000', '151523.502000', '151523.505000', '151523.507000', '151523.510000', '151523.513000', '151523.516000', '151523.519000', '151523.521000', '151523.524000', '151523.527000', '151523.530000', '151523.533000', '151523.542000', '151523.545000', '151523.548000', '151523.551000', '151523.553000', '151523.556000', '151523.559000', '151523.562000', '151523.565000', '151523.567000', '151523.570000', '151523.573000', '151523.576000', '151523.579000', '151523.581000', '151523.584000', '151523.587000', '151523.590000', '151523.593000', '151523.595000', '151523.598000', '151543.472000', '151543.475000', '151543.478000', '151543.480000', '151543.483000', '151543.486000', '151543.489000', '151543.492000', '151543.494000', '151543.497000', '151543.500000', '151543.503000', '151543.506000', '151543.508000', '151543.511000', '151543.514000', '151543.517000', '151543.520000', '151543.524000', '151543.527000', '151543.534000', '151543.537000', '151543.540000', '151543.543000', '151543.545000', '151543.548000', '151543.551000', '151543.554000', '151543.556000', '151543.559000', '151543.562000', '151543.565000', '151543.568000', '151543.571000', '151543.573000', '151543.576000', '151543.579000', '151543.582000', '151543.585000', '151543.588000', '151543.591000', '151543.593000', '151543.596000', '151603.472000', '151603.475000', '151603.478000', '151603.481000', '151603.484000', '151603.486000', '151603.489000', '151603.492000', '151603.495000', '151603.498000', '151603.501000', '151603.504000', '151603.506000', '151603.509000', '151603.512000', '151603.515000', '151603.518000', '151603.521000', '151603.524000', '151603.527000', '151603.529000', '151603.532000', '151603.535000', '151603.538000', '151603.541000', '151603.544000', '151603.547000', '151603.549000', '151603.552000', '151603.555000', '151603.558000', '151603.561000', '151603.564000', '151603.567000', '151603.570000', '151603.572000', '151603.575000', '151603.578000', '151603.581000', '151603.584000', '151603.586000', '151603.589000', '151603.592000', '151603.595000', '151623.472000', '151623.475000', '151623.478000', '151623.481000', '151623.484000', '151623.486000', '151623.489000', '151623.492000', '151623.495000', '151623.498000', '151623.500000', '151623.503000', '151623.506000', '151623.509000', '151623.512000', '151623.515000', '151623.518000', '151623.521000', '151623.523000', '151623.528000', '151623.532000', '151623.535000', '151623.538000', '151623.541000', '151623.544000', '151623.547000', '151623.550000', '151623.552000', '151623.555000', '151623.558000', '151623.561000', '151623.564000', '151623.567000', '151623.570000', '151623.573000', '151623.575000', '151623.578000', '151623.581000', '151623.584000', '151623.587000', '151623.590000', '151623.592000', '151623.595000', '151643.472000', '151643.475000', '151643.478000', '151643.481000', '151643.484000', '151643.487000', '151643.489000', '151643.492000', '151643.495000', '151643.498000', '151643.501000', '151643.504000', '151643.526000', '151643.529000', '151643.532000', '151643.535000', '151643.538000', '151643.541000', '151643.543000', '151643.546000', '151643.549000', '151643.552000', '151643.555000', '151643.558000', '151643.560000', '151643.563000', '151643.566000', '151643.569000', '151643.572000', '151643.575000', '151643.578000', '151643.581000', '151643.583000', '151643.586000', '151643.589000', '151643.592000', '151643.595000', '151643.598000', '151643.600000', '151643.603000', '151643.606000', '151643.609000', '151643.612000', '151643.615000', '151703.471000', '151703.474000', '151703.477000', '151703.480000', '151703.483000', '151703.485000', '151703.488000', '151703.491000', '151703.494000', '151703.497000', '151703.500000', '151703.503000', '151703.505000', '151703.508000', '151703.511000', '151703.514000', '151703.517000', '151703.520000', '151703.522000', '151703.525000', '151703.528000', '151703.531000', '151703.534000', '151703.537000', '151703.540000', '151703.543000', '151703.545000', '151703.548000', '151703.556000', '151703.559000', '151703.563000', '151703.566000', '151703.569000', '151703.572000', '151703.575000', '151703.578000', '151703.581000', '151703.584000', '151703.587000', '151703.589000', '151703.592000', '151703.595000', '151703.598000', '151723.471000', '151723.474000', '151723.477000', '151723.479000', '151723.482000', '151723.485000', '151723.488000', '151723.491000', '151723.494000', '151723.497000', '151723.499000', '151723.502000', '151723.505000', '151723.508000', '151723.511000', '151723.514000', '151723.517000', '151723.520000', '151723.522000', '151723.525000', '151723.528000', '151723.531000', '151723.534000', '151723.536000', '151723.539000', '151723.542000', '151723.545000', '151723.548000', '151723.551000', '151723.554000', '151723.557000', '151723.559000', '151723.562000', '151723.565000', '151723.568000', '151723.571000', '151723.574000', '151723.577000', '151723.580000', '151723.582000', '151723.585000', '151723.588000', '151723.591000', '151723.594000', '151743.471000', '151743.474000', '151743.477000', '151743.480000', '151743.482000', '151743.485000', '151743.488000', '151743.491000', '151743.494000', '151743.497000', '151743.500000', '151743.504000', '151743.507000', '151743.510000', '151743.513000', '151743.516000', '151743.518000', '151743.521000', '151743.524000', '151743.527000', '151743.530000', '151743.533000', '151743.536000', '151743.539000', '151743.541000', '151743.544000', '151743.547000', '151743.550000', '151743.553000', '151743.556000', '151743.559000', '151743.563000', '151743.565000', '151743.569000', '151743.571000', '151743.574000', '151743.577000', '151743.580000', '151743.583000', '151743.586000', '151743.589000', '151743.592000', '151743.594000', '151803.472000', '151803.475000', '151803.478000', '151803.481000', '151803.484000', '151803.486000', '151803.489000', '151803.492000', '151803.495000', '151803.498000', '151803.501000', '151803.504000', '151803.506000', '151803.509000', '151803.512000', '151803.515000', '151803.518000', '151803.521000', '151803.524000', '151803.527000', '151803.529000', '151803.532000', '151803.535000', '151803.538000', '151803.541000', '151803.544000', '151803.546000', '151803.549000', '151803.552000', '151803.555000', '151803.558000', '151803.561000', '151803.564000', '151803.567000', '151803.569000', '151803.572000', '151803.575000', '151803.587000', '151803.590000', '151803.593000', '151803.595000', '151803.598000', '151803.601000', '151803.604000', '151823.472000', '151823.475000', '151823.478000', '151823.481000', '151823.483000', '151823.486000', '151823.489000', '151823.492000', '151823.495000', '151823.497000', '151823.500000', '151823.503000', '151823.506000', '151823.509000', '151823.512000', '151823.514000', '151823.517000', '151823.520000', '151823.523000', '151823.526000', '151823.529000', '151823.532000', '151823.535000', '151823.537000', '151823.540000', '151823.543000', '151823.546000', '151823.549000', '151823.551000', '151823.554000', '151823.557000', '151823.560000', '151823.563000', '151823.566000', '151823.569000', '151823.572000', '151823.575000', '151823.578000', '151823.581000', '151823.584000', '151823.587000', '151823.590000', '151823.592000', '151843.472000', '151843.475000', '151843.478000', '151843.481000', '151843.484000', '151843.486000', '151843.489000', '151843.492000', '151843.495000', '151843.498000', '151843.501000', '151843.504000', '151843.506000', '151843.509000', '151843.512000', '151843.515000', '151843.518000', '151843.520000', '151843.523000', '151843.526000', '151843.529000', '151843.532000', '151843.535000', '151843.537000', '151843.540000', '151843.543000', '151843.546000', '151843.549000', '151843.552000', '151843.554000', '151843.557000', '151843.560000', '151843.563000', '151843.566000', '151843.569000', '151843.572000', '151843.575000', '151843.577000', '151843.580000', '151843.583000', '151843.586000', '151843.589000', '151843.592000', '151843.594000', '151903.472000', '151903.475000', '151903.478000', '151903.481000', '151903.484000', '151903.486000', '151903.489000', '151903.492000', '151903.495000', '151903.498000', '151903.501000', '151903.503000', '151903.506000', '151903.509000', '151903.512000', '151903.515000', '151903.517000', '151903.520000', '151903.523000', '151903.526000', '151903.529000', '151903.532000', '151903.535000', '151903.537000', '151903.541000', '151903.544000', '151903.547000', '151903.550000', '151903.553000', '151903.556000', '151903.559000', '151903.562000', '151903.565000', '151903.567000', '151903.570000', '151903.573000', '151903.576000', '151903.579000', '151903.582000', '151903.585000', '151903.588000', '151903.590000', '151903.593000', '151923.471000', '151923.474000', '151923.477000', '151923.480000', '151923.482000', '151923.486000', '151923.488000', '151923.491000', '151923.494000', '151923.497000', '151923.500000', '151923.503000', '151923.506000', '151923.509000', '151923.512000', '151923.514000', '151923.517000', '151923.520000', '151923.523000', '151923.526000', '151923.529000', '151923.532000', '151923.535000', '151923.537000', '151923.540000', '151923.543000', '151923.546000', '151923.549000', '151923.552000', '151923.555000', '151923.557000', '151923.560000', '151923.563000', '151923.566000', '151923.569000', '151923.572000', '151923.574000', '151923.577000', '151923.580000', '151923.583000', '151923.586000', '151923.589000', '151923.592000', '151923.594000', '151943.471000', '151943.474000', '151943.477000', '151943.489000', '151943.492000', '151943.495000', '151943.497000', '151943.500000', '151943.503000', '151943.506000', '151943.509000', '151943.512000', '151943.515000', '151943.518000', '151943.520000', '151943.523000', '151943.526000', '151943.529000', '151943.532000', '151943.535000', '151943.538000', '151943.541000', '151943.543000', '151943.546000', '151943.549000', '151943.552000', '151943.555000', '151943.557000', '151943.560000', '151943.563000', '151943.566000', '151943.569000', '151943.572000', '151943.574000', '151943.577000', '151943.580000', '151943.583000', '151943.586000', '151943.590000', '151943.593000', '151943.596000', '151943.599000', '151943.601000', '152003.471000', '152003.474000', '152003.477000', '152003.480000', '152003.483000', '152003.485000', '152003.488000', '152003.491000', '152003.494000', '152003.497000', '152003.500000', '152003.503000', '152003.506000', '152003.509000', '152003.511000', '152003.514000', '152003.517000', '152003.520000', '152003.523000', '152003.526000', '152003.528000', '152003.531000', '152003.534000', '152003.537000', '152003.540000', '152003.542000', '152003.545000', '152003.548000', '152003.551000', '152003.554000', '152003.556000', '152003.559000', '152003.562000', '152003.565000', '152003.568000', '152003.571000', '152003.574000', '152003.576000', '152003.579000', '152003.582000', '152003.585000', '152003.588000', '152003.591000', '152003.593000', '152023.472000', '152023.475000', '152023.478000', '152023.481000', '152023.484000', '152023.486000', '152023.489000', '152023.492000', '152023.495000', '152023.498000', '152023.501000', '152023.504000', '152023.506000', '152023.509000', '152023.512000', '152023.515000', '152023.518000', '152023.521000', '152023.524000', '152023.527000', '152023.529000', '152023.532000', '152023.535000', '152023.538000', '152023.541000', '152023.544000', '152023.547000', '152023.549000', '152023.552000', '152023.555000', '152023.558000', '152023.561000', '152023.564000', '152023.567000', '152023.569000', '152023.572000', '152023.575000', '152023.579000', '152023.582000', '152023.585000', '152023.588000', '152023.590000', '152023.593000', '152043.472000', '152043.475000', '152043.478000', '152043.481000', '152043.483000', '152043.486000', '152043.489000', '152043.492000', '152043.495000', '152043.497000', '152043.500000', '152043.503000', '152043.506000', '152043.509000', '152043.511000', '152043.514000', '152043.517000', '152043.520000', '152043.523000', '152043.525000', '152043.528000', '152043.531000', '152043.534000', '152043.537000', '152043.539000', '152043.542000', '152043.546000', '152043.549000', '152043.552000', '152043.555000', '152043.558000', '152043.561000', '152043.564000', '152043.566000', '152043.569000', '152043.572000', '152043.575000', '152043.578000', '152043.580000', '152043.583000', '152043.586000', '152043.589000', '152043.592000', '152043.594000', '152103.481000', '152103.484000', '152103.487000', '152103.489000', '152103.492000', '152103.495000', '152103.498000', '152103.501000', '152103.504000', '152103.506000', '152103.509000', '152103.512000', '152103.515000', '152103.518000', '152103.520000', '152103.523000', '152103.526000', '152103.529000', '152103.532000', '152103.534000', '152103.537000', '152103.540000', '152103.543000', '152103.546000', '152103.548000', '152103.551000', '152103.554000', '152103.557000', '152103.560000', '152103.563000', '152103.566000', '152103.568000', '152103.571000', '152103.574000', '152103.577000', '152103.580000', '152103.583000', '152103.585000', '152103.588000', '152103.591000', '152103.594000', '152103.597000', '152103.600000', '152123.472000', '152123.475000', '152123.478000', '152123.481000', '152123.484000', '152123.486000', '152123.489000', '152123.492000', '152123.495000', '152123.498000', '152123.501000', '152123.504000', '152123.507000', '152123.509000', '152123.512000', '152123.515000', '152123.518000', '152123.521000', '152123.524000', '152123.526000', '152123.529000', '152123.532000', '152123.535000', '152123.538000', '152123.540000', '152123.543000', '152123.546000', '152123.549000', '152123.552000', '152123.555000', '152123.558000', '152123.561000', '152123.564000', '152123.567000', '152123.570000', '152123.572000', '152123.575000', '152123.578000', '152123.581000', '152123.584000', '152123.587000', '152123.589000', '152123.592000', '152123.595000', '152143.471000', '152143.474000', '152143.477000', '152143.480000', '152143.482000', '152143.485000', '152143.488000', '152143.491000', '152143.494000', '152143.497000', '152143.499000', '152143.502000', '152143.505000', '152143.508000', '152143.511000', '152143.514000', '152143.517000', '152143.520000', '152143.522000', '152143.525000', '152143.528000', '152143.531000', '152143.534000', '152143.537000', '152143.540000', '152143.543000', '152143.545000', '152143.548000', '152143.551000', '152143.554000', '152143.557000', '152143.560000', '152143.563000', '152143.566000', '152143.568000', '152143.571000', '152143.574000', '152143.577000', '152143.580000', '152143.583000', '152143.586000', '152143.589000', '152143.592000', '152203.471000', '152203.474000', '152203.477000', '152203.481000', '152203.484000', '152203.487000', '152203.489000', '152203.492000', '152203.495000', '152203.498000', '152203.500000', '152203.503000', '152203.506000', '152203.509000', '152203.512000', '152203.515000', '152203.517000', '152203.520000', '152203.523000', '152203.526000', '152203.529000', '152203.531000', '152203.534000', '152203.537000', '152203.540000', '152203.543000', '152203.546000', '152203.548000', '152203.551000', '152203.554000', '152203.557000', '152203.560000', '152203.563000', '152203.565000', '152203.568000', '152203.571000', '152203.574000', '152203.577000', '152203.579000', '152203.582000', '152203.585000', '152203.588000', '152203.591000', '152204.436000', '152204.440000', '152204.443000'], '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': [14576, 9397, 14341, 10532, 18020, 14394, 20459, 11979, 12915, 10595, 11357, 11831, 10092, 13302, 9206, 15990, 8813, 13368, 9431, 13683, 10465, 14088, 11167, 18605, 11997, 12973, 10201, 11191, 11981, 9301, 12558, 9223, 17312, 10782, 13374, 9729, 14296, 10583, 14530, 10548, 15311, 12312, 10808, 13103, 11274, 12700, 10790, 12324, 11083, 17592, 9738, 14935, 8235, 12857, 9604, 13299, 10551, 15190, 11322, 14450, 9977, 11818, 10818, 11402, 12156, 10268, 14877, 8224, 12868, 8015, 12785, 10114, 14380, 10602, 15958, 9931, 11814, 9747, 11912, 11424, 8427, 14008, 8227, 12712, 9895, 13597, 10536, 15695, 11731, 15929, 10631, 12025, 10844, 10357, 11743, 9099, 16085, 9677, 15293, 10201, 14293, 10532, 12068, 10790, 9988, 16552, 9692, 13871, 10261, 13900, 10974, 17205, 11376, 16640, 12169, 9445, 12172, 8744, 12523, 8986, 15266, 12248, 18903, 11328, 11752, 10009, 9182, 11268, 8699, 13159, 9841, 15619, 9858, 13867, 9905, 13247, 10322, 13389, 12063, 9893, 12455, 10425, 12585, 9027, 13437, 10368, 19183, 11975, 13681, 9994, 13537, 10170, 11976, 10443, 6999, 11809, 7706, 12395, 9872, 13577, 10052, 13986, 10350, 9164, 11627, 8632, 12396, 8901, 16552, 12264, 17412, 11132, 11119, 10010, 9412, 12068, 10269, 15958, 10573, 15220, 10310, 14820, 10723, 18288, 12898, 18717, 11864, 13343, 9058, 13064, 9258, 15571, 10720, 15200, 10031, 12510, 9550, 13349, 10128, 14118, 10751, 9994, 10102, 10369, 11652, 9737, 13283, 9294, 15926, 9150, 12984, 8764, 12755, 10102, 14394, 10805, 15862, 10176, 12372, 9485, 11344, 11161, 8684, 14099, 8577, 12576, 9536, 14219, 10420, 11582, 11928, 7780, 12561, 8040, 13052, 9659, 12997, 10172, 16525, 11427, 11251, 11682, 8643, 12233, 8556, 12735, 10011, 16701, 12115, 17695, 10678, 12651, 10133, 11630, 11366, 9749, 15745, 8704, 13765, 9867, 13486, 10655, 15015, 11296, 16995, 11656, 11965, 10953, 10419, 11211, 8827, 13154, 9094, 16971, 10460, 12778, 9503, 11751, 10278, 12159, 11604, 8691, 12092, 8451, 11765, 9520, 12445, 9094, 16956, 11109, 13932, 9399, 13243, 10420, 15058, 10428, 15234, 11004, 10873, 10726, 11339, 11583, 9834, 12107, 9447, 17542, 9594, 14617, 9581, 13580, 10026, 13235, 10223, 16724, 11975, 15687, 10525, 11713, 10262, 10845, 11455, 8960, 14888, 8293, 12651, 8077, 12973, 9652, 13415, 10111, 16195, 10738, 14093, 9938, 11581, 9775, 10896, 11388, 9705, 14249, 7663, 12398, 8921, 12835, 10356, 14659, 10741, 15061, 10487, 12409, 10207, 10647, 11137, 9442, 14995, 9586, 15753, 9513, 12362, 9499, 12833, 10389, 10059, 12270, 7035, 11761, 8779, 12687, 9951, 14269, 10207, 13697, 10654, 9579, 11766, 8955, 12347, 8898, 16992, 12046, 18772, 11832, 14247, 10233, 12798, 10378, 11762, 14299, 9733, 14665, 8448, 12952, 8617, 12569, 8122, 14590, 8967, 16120, 9923, 12699, 9002, 11723, 9890, 10920, 12213, 7625, 12993, 7704, 12878, 8535, 13452, 9173, 18656, 11564, 16185, 9972, 12975, 9318, 12930, 9210, 15728, 10738, 14037, 9391, 12691, 9291, 11235, 9550, 10205, 11453, 7115, 12431, 8405, 12758, 9473, 12915, 10138, 12076, 11746, 8457, 12335, 8434, 12800, 8924, 12946, 9524, 17755, 12727, 14466, 11294, 9123, 12367, 8418, 12573, 8950, 17082, 12327, 18159, 11445, 15547, 10161, 11741, 9665, 11472, 11365, 11528, 14900, 7591, 11990, 7603, 12928, 9548, 12520, 9383, 16630, 11341, 12317, 9315, 10236, 10297, 8638, 11066, 7764, 14041, 10157, 16505, 10005, 11995, 9159, 10193, 10795, 8426, 13243, 10120, 17262, 11479, 10599, 9618, 7255, 11720, 9214, 14224, 11789, 16897, 18316, 9560, 11827, 9448, 11366, 9374, 9878, 9584, 9245, 11048, 9397, 15650, 10812, 16953, 11796, 16100, 14454, 17372, 14829, 17698, 12859, 15700, 12516, 12342, 13441, 10312, 15640, 8904, 11502, 8858, 11860, 9625, 11882, 9784, 12547, 9561, 10254, 9135, 7637, 10089, 7112, 9871, 7332, 11516, 8741, 11465, 8786, 13080, 9922, 11406, 9021, 8793, 10412, 7554, 11070, 8565, 11858, 8970, 11001, 10438, 7633, 11129, 7926, 12374, 8818, 13874, 9139, 16134, 10588, 19418, 11465, 12684, 9853, 10525, 10810, 8520, 11211, 7644, 12493, 9614, 16503, 9991, 10942, 9749, 8650, 11283, 8422, 15775, 10824, 15837, 10014, 11931, 9698, 10711, 10526, 8740, 15297, 9599, 13303, 9521, 11911, 9893, 9951, 12546, 8832, 16714, 10554, 14190, 9720, 12111, 9932, 14493, 10275, 15047, 10904, 11674, 9502, 10273, 10926, 9342, 11532, 8407, 15966, 9980, 14394, 10031, 13676, 9956, 10784, 9430, 9432, 11926, 7273, 11495, 7638, 12557, 9318, 12616, 9324, 16616, 11305, 13453, 9681, 10392, 10580, 9292, 11590, 9895, 17468, 10489, 11959, 9490, 10062, 10121, 9093, 11058, 8179, 14792, 8334, 12839, 7854, 11566, 7777, 11394, 7690, 11051, 7803, 13219, 9003, 12815, 9192, 9212, 8897, 7090, 11240, 8939, 12716, 8883, 12865, 8929, 13415, 9020, 17577, 14211, 17250, 11565, 13456, 9719, 12671, 10910, 11679, 13991, 8771, 13757, 7936, 13250, 9084, 13323, 9679, 14768, 10342, 14581, 9894, 12360, 10066, 13900, 15593, 9089, 13459, 8318, 13621, 9841, 9629, 10287, 7135, 12107, 8994, 13119, 9551, 16194, 10394, 11347, 9938, 10506, 10857, 9796, 13818, 9238, 17893, 10624, 14616, 9521, 12721, 9753, 13584, 9239, 10719, 10516, 7347, 11415, 7648, 11989, 9840, 11902, 9509, 11015, 9451, 7106, 10785, 8319, 12604, 9439, 10686, 10774, 7245, 11846, 8417, 11492, 9286, 8854, 11792, 8668, 12348, 11317, 8939, 17164, 10987, 13175, 9847, 8230, 12444, 10017, 17310, 11799, 11588, 11328, 7422, 12912, 9108, 12499, 9974, 17421, 11751, 9503, 10456, 7860, 11620, 8445, 12489, 10274, 17437, 10551, 10083, 9935, 8547, 11148, 7959, 12740, 10201, 16598, 10676, 11591, 9679, 8229, 11470, 8781, 15041, 10622, 13212, 9294, 9495, 10017, 10019, 11484, 8523, 14172, 8428, 12777, 8965, 12653, 9519, 12304, 9337, 14379, 11235, 8343, 13234, 8477, 12574, 9390, 12698, 9582, 11493, 9305, 12874, 10508, 9877, 10229, 9960, 10538, 8664, 10779, 8714, 12280, 8947, 16666, 10545, 11716, 9521, 10104, 10981, 9474, 15175, 9112, 15545, 10399, 13780, 9510, 11681, 9651, 10178, 12723, 7903, 12663, 9006, 12508, 9397, 11678, 10164, 13857, 18390, 9951, 12966, 9021, 7868, 10324, 8449, 12191, 9349, 11961, 9284, 12008, 9886, 8595, 11510, 8997, 12249, 9697, 15780, 11916, 19490, 10794, 15345, 8946, 13026, 9429, 12009, 9588, 14515, 10238, 12818, 9598, 10802, 9659, 10172, 9222, 8918, 9878, 7067, 10225, 7299, 10484, 7935, 10603, 8569, 10027, 10310, 7073, 10936, 8849, 11060, 13338, 13494, 16991, 12836, 12559, 10303, 11506, 11181, 8381, 11363, 9326, 15905, 10081, 11013, 9216, 9168, 11084, 9144, 12605, 9226, 16986, 10187, 13386, 9203, 13480, 9173, 11556, 9415, 9687, 11503, 7369, 10812, 7964, 12158, 9432, 14694, 10894, 8185, 9457, 7480, 12738, 9362, 12527, 9762, 10733, 9735, 11348, 12379, 11747, 15469, 9328, 13543, 8684, 12841, 8625, 13460, 8978, 15166, 7890, 11202, 7671, 11052, 7871, 11172, 8119, 11468, 8828, 11231, 8979, 7828, 10418, 7877, 11752, 9100, 13339, 9590, 14925, 10505, 11691, 9368, 11045, 10244, 10730, 12660, 8021, 12272, 7878, 11976, 7782, 11877, 8581, 11904, 9473, 13634, 10640, 7764, 10597, 7553, 12264, 9455, 13409, 9782, 15763, 11060, 11719, 9118, 10486, 10285, 9765, 11651, 8490, 15697, 10770, 13512, 9108, 13104, 8917, 12482, 8934, 11539, 9089, 11647, 9468, 8173, 8306, 7517, 10071, 7460, 10830, 7933, 11785, 8759, 9763, 9618, 7070, 10245, 7670, 11534, 9215, 11299, 11424, 7832, 12156, 8378, 13003, 9987, 17251, 11919, 18563, 11664, 15623, 10445, 13222, 9817, 13114, 13283, 8616, 13226, 8381, 13380, 9732, 11516, 9439, 8312, 13048, 10499, 16745, 10367, 10813, 9606, 9447, 12134, 9354], 'WindowCenter': [4203.0, 4137.0, 4164.0, 4134.0, 4180.0, 4150.0, 4177.0, 4124.0, 4122.0, 4102.0, 4110.0, 4114.0, 4103.0, 4134.0, 4093.0, 4143.0, 4092.0, 4122.0, 4092.0, 4121.0, 4112.0, 4133.0, 4114.0, 4166.0, 4113.0, 4121.0, 4101.0, 4100.0, 4110.0, 4091.0, 4121.0, 4091.0, 4153.0, 4101.0, 4131.0, 4091.0, 4131.0, 4113.0, 4143.0, 4114.0, 4144.0, 4123.0, 4102.0, 4121.0, 4099.0, 4122.0, 4100.0, 4121.0, 4110.0, 4152.0, 4088.0, 4129.0, 4068.0, 4108.0, 4089.0, 4120.0, 4101.0, 4132.0, 4112.0, 4132.0, 4102.0, 4110.0, 4111.0, 4122.0, 4123.0, 4101.0, 4144.0, 4080.0, 4122.0, 4070.0, 4121.0, 4113.0, 4145.0, 4113.0, 4153.0, 4104.0, 4123.0, 4103.0, 4134.0, 4125.0, 4093.0, 4145.0, 4094.0, 4134.0, 4114.0, 4134.0, 4126.0, 4155.0, 4136.0, 4154.0, 4114.0, 4123.0, 4112.0, 4102.0, 4123.0, 4092.0, 4155.0, 4102.0, 4142.0, 4103.0, 4142.0, 4112.0, 4124.0, 4113.0, 4102.0, 4154.0, 4103.0, 4132.0, 4101.0, 4132.0, 4111.0, 4154.0, 4123.0, 4154.0, 4110.0, 4089.0, 4109.0, 4078.0, 4120.0, 4090.0, 4141.0, 4121.0, 4151.0, 4110.0, 4109.0, 4099.0, 4088.0, 4110.0, 4092.0, 4133.0, 4102.0, 4144.0, 4102.0, 4132.0, 4113.0, 4134.0, 4114.0, 4134.0, 4123.0, 4101.0, 4121.0, 4099.0, 4121.0, 4090.0, 4132.0, 4101.0, 4163.0, 4110.0, 4130.0, 4100.0, 4130.0, 4113.0, 4121.0, 4112.0, 4060.0, 4122.0, 4081.0, 4132.0, 4114.0, 4144.0, 4116.0, 4145.0, 4114.0, 4103.0, 4123.0, 4092.0, 4134.0, 4104.0, 4156.0, 4135.0, 4154.0, 4113.0, 4123.0, 4102.0, 4105.0, 4135.0, 4126.0, 4167.0, 4125.0, 4155.0, 4114.0, 4144.0, 4125.0, 4165.0, 4122.0, 4153.0, 4110.0, 4119.0, 4078.0, 4119.0, 4090.0, 4140.0, 4099.0, 4129.0, 4088.0, 4107.0, 4089.0, 4130.0, 4102.0, 4130.0, 4110.0, 4098.0, 4100.0, 4098.0, 4110.0, 4101.0, 4131.0, 4089.0, 4140.0, 4088.0, 4118.0, 4078.0, 4119.0, 4101.0, 4131.0, 4111.0, 4140.0, 4100.0, 4120.0, 4100.0, 4122.0, 4123.0, 4091.0, 4143.0, 4092.0, 4133.0, 4102.0, 4144.0, 4126.0, 4124.0, 4125.0, 4082.0, 4133.0, 4083.0, 4132.0, 4102.0, 4133.0, 4114.0, 4154.0, 4125.0, 4112.0, 4122.0, 4091.0, 4121.0, 4091.0, 4133.0, 4114.0, 4154.0, 4124.0, 4152.0, 4111.0, 4121.0, 4101.0, 4111.0, 4123.0, 4100.0, 4143.0, 4079.0, 4131.0, 4100.0, 4130.0, 4112.0, 4143.0, 4112.0, 4152.0, 4110.0, 4109.0, 4099.0, 4098.0, 4109.0, 4090.0, 4120.0, 4090.0, 4152.0, 4100.0, 4120.0, 4101.0, 4122.0, 4114.0, 4123.0, 4124.0, 4092.0, 4124.0, 4093.0, 4123.0, 4114.0, 4134.0, 4104.0, 4167.0, 4124.0, 4143.0, 4092.0, 4133.0, 4115.0, 4143.0, 4114.0, 4144.0, 4112.0, 4111.0, 4112.0, 4111.0, 4122.0, 4102.0, 4123.0, 4102.0, 4165.0, 4101.0, 4142.0, 4101.0, 4131.0, 4101.0, 4132.0, 4112.0, 4152.0, 4123.0, 4142.0, 4100.0, 4110.0, 4100.0, 4111.0, 4122.0, 4090.0, 4143.0, 4081.0, 4120.0, 4080.0, 4130.0, 4102.0, 4131.0, 4101.0, 4142.0, 4110.0, 4130.0, 4100.0, 4110.0, 4103.0, 4112.0, 4112.0, 4102.0, 4131.0, 4069.0, 4120.0, 4090.0, 4121.0, 4113.0, 4143.0, 4114.0, 4143.0, 4112.0, 4123.0, 4103.0, 4111.0, 4113.0, 4103.0, 4144.0, 4102.0, 4143.0, 4102.0, 4121.0, 4102.0, 4134.0, 4115.0, 4114.0, 4135.0, 4073.0, 4124.0, 4105.0, 4146.0, 4129.0, 4158.0, 4129.0, 4148.0, 4116.0, 4105.0, 4125.0, 4104.0, 4135.0, 4106.0, 4167.0, 4136.0, 4166.0, 4124.0, 4143.0, 4113.0, 4132.0, 4114.0, 4123.0, 4144.0, 4101.0, 4132.0, 4080.0, 4121.0, 4079.0, 4120.0, 4081.0, 4131.0, 4090.0, 4141.0, 4100.0, 4120.0, 4091.0, 4122.0, 4114.0, 4124.0, 4135.0, 4083.0, 4134.0, 4072.0, 4134.0, 4092.0, 4133.0, 4103.0, 4166.0, 4111.0, 4141.0, 4089.0, 4119.0, 4089.0, 4120.0, 4090.0, 4141.0, 4100.0, 4129.0, 4089.0, 4118.0, 4089.0, 4111.0, 4102.0, 4113.0, 4123.0, 4061.0, 4123.0, 4083.0, 4133.0, 4104.0, 4136.0, 4127.0, 4136.0, 4136.0, 4094.0, 4135.0, 4094.0, 4134.0, 4105.0, 4136.0, 4116.0, 4166.0, 4136.0, 4145.0, 4113.0, 4102.0, 4122.0, 4081.0, 4123.0, 4093.0, 4154.0, 4124.0, 4153.0, 4111.0, 4142.0, 4100.0, 4109.0, 4101.0, 4110.0, 4111.0, 4111.0, 4131.0, 4058.0, 4109.0, 4068.0, 4119.0, 4101.0, 4121.0, 4091.0, 4142.0, 4111.0, 4109.0, 4089.0, 4099.0, 4100.0, 4079.0, 4111.0, 4071.0, 4143.0, 4102.0, 4153.0, 4102.0, 4121.0, 4091.0, 4102.0, 4113.0, 4094.0, 4136.0, 4114.0, 4166.0, 4125.0, 4114.0, 4103.0, 4073.0, 4135.0, 4116.0, 4159.0, 4140.0, 4183.0, 4196.0, 4120.0, 4138.0, 4118.0, 4125.0, 4105.0, 4115.0, 4115.0, 4105.0, 4126.0, 4106.0, 4158.0, 4127.0, 4167.0, 4125.0, 4143.0, 4131.0, 4140.0, 4119.0, 4128.0, 4096.0, 4115.0, 4095.0, 4095.0, 4106.0, 4073.0, 4115.0, 4062.0, 4081.0, 4062.0, 4092.0, 4074.0, 4094.0, 4086.0, 4106.0, 4089.0, 4098.0, 4088.0, 4056.0, 4087.0, 4046.0, 4087.0, 4058.0, 4110.0, 4081.0, 4122.0, 4094.0, 4133.0, 4103.0, 4112.0, 4092.0, 4093.0, 4113.0, 4083.0, 4125.0, 4107.0, 4138.0, 4110.0, 4128.0, 4128.0, 4087.0, 4127.0, 4097.0, 4136.0, 4106.0, 4147.0, 4107.0, 4158.0, 4117.0, 4178.0, 4127.0, 4134.0, 4103.0, 4113.0, 4113.0, 4093.0, 4125.0, 4086.0, 4137.0, 4117.0, 4167.0, 4116.0, 4125.0, 4104.0, 4094.0, 4126.0, 4096.0, 4159.0, 4127.0, 4157.0, 4116.0, 4124.0, 4105.0, 4126.0, 4126.0, 4095.0, 4160.0, 4116.0, 4145.0, 4117.0, 4126.0, 4116.0, 4118.0, 4148.0, 4106.0, 4168.0, 4126.0, 4146.0, 4115.0, 4134.0, 4116.0, 4146.0, 4116.0, 4146.0, 4125.0, 4124.0, 4103.0, 4112.0, 4112.0, 4103.0, 4123.0, 4082.0, 4154.0, 4101.0, 4132.0, 4101.0, 4131.0, 4101.0, 4113.0, 4092.0, 4092.0, 4122.0, 4070.0, 4111.0, 4081.0, 4122.0, 4103.0, 4135.0, 4104.0, 4155.0, 4124.0, 4133.0, 4103.0, 4100.0, 4102.0, 4103.0, 4124.0, 4115.0, 4166.0, 4114.0, 4123.0, 4103.0, 4103.0, 4113.0, 4104.0, 4125.0, 4095.0, 4147.0, 4094.0, 4134.0, 4084.0, 4125.0, 4072.0, 4124.0, 4086.0, 4126.0, 4085.0, 4136.0, 4105.0, 4135.0, 4106.0, 4115.0, 4106.0, 4089.0, 4151.0, 4121.0, 4163.0, 4121.0, 4161.0, 4121.0, 4161.0, 4121.0, 4181.0, 4161.0, 4169.0, 4126.0, 4135.0, 4103.0, 4122.0, 4113.0, 4112.0, 4134.0, 4081.0, 4132.0, 4070.0, 4121.0, 4092.0, 4132.0, 4102.0, 4132.0, 4101.0, 4131.0, 4101.0, 4120.0, 4102.0, 4133.0, 4144.0, 4091.0, 4121.0, 4082.0, 4131.0, 4102.0, 4102.0, 4102.0, 4061.0, 4123.0, 4105.0, 4135.0, 4105.0, 4154.0, 4114.0, 4113.0, 4102.0, 4100.0, 4101.0, 4101.0, 4133.0, 4091.0, 4154.0, 4101.0, 4130.0, 4090.0, 4109.0, 4090.0, 4121.0, 4091.0, 4100.0, 4100.0, 4059.0, 4110.0, 4071.0, 4110.0, 4101.0, 4122.0, 4106.0, 4124.0, 4104.0, 4073.0, 4114.0, 4096.0, 4135.0, 4108.0, 4129.0, 4127.0, 4101.0, 4151.0, 4109.0, 4137.0, 4106.0, 4107.0, 4139.0, 4109.0, 4150.0, 4141.0, 4109.0, 4182.0, 4129.0, 4149.0, 4117.0, 4097.0, 4137.0, 4119.0, 4170.0, 4139.0, 4126.0, 4126.0, 4074.0, 4134.0, 4094.0, 4135.0, 4116.0, 4156.0, 4124.0, 4103.0, 4113.0, 4082.0, 4113.0, 4095.0, 4135.0, 4115.0, 4155.0, 4113.0, 4102.0, 4103.0, 4092.0, 4113.0, 4084.0, 4135.0, 4115.0, 4155.0, 4114.0, 4124.0, 4103.0, 4082.0, 4124.0, 4094.0, 4157.0, 4116.0, 4135.0, 4105.0, 4105.0, 4106.0, 4115.0, 4126.0, 4096.0, 4147.0, 4084.0, 4135.0, 4095.0, 4134.0, 4104.0, 4125.0, 4107.0, 4146.0, 4124.0, 4082.0, 4134.0, 4083.0, 4134.0, 4104.0, 4134.0, 4105.0, 4125.0, 4106.0, 4137.0, 4115.0, 4103.0, 4114.0, 4103.0, 4114.0, 4092.0, 4125.0, 4096.0, 4137.0, 4107.0, 4157.0, 4116.0, 4125.0, 4105.0, 4115.0, 4126.0, 4105.0, 4159.0, 4095.0, 4146.0, 4114.0, 4133.0, 4103.0, 4123.0, 4104.0, 4103.0, 4135.0, 4082.0, 4123.0, 4094.0, 4123.0, 4104.0, 4126.0, 4130.0, 4162.0, 4179.0, 4115.0, 4135.0, 4104.0, 4083.0, 4115.0, 4096.0, 4138.0, 4108.0, 4138.0, 4119.0, 4137.0, 4117.0, 4094.0, 4124.0, 4091.0, 4122.0, 4091.0, 4145.0, 4112.0, 4154.0, 4099.0, 4129.0, 4077.0, 4106.0, 4076.0, 4107.0, 4077.0, 4117.0, 4087.0, 4106.0, 4077.0, 4086.0, 4077.0, 4086.0, 4078.0, 4077.0, 4089.0, 4058.0, 4099.0, 4071.0, 4111.0, 4083.0, 4126.0, 4108.0, 4128.0, 4129.0, 4089.0, 4129.0, 4107.0, 4128.0, 4147.0, 4137.0, 4156.0, 4135.0, 4123.0, 4103.0, 4112.0, 4112.0, 4083.0, 4124.0, 4105.0, 4157.0, 4116.0, 4115.0, 4105.0, 4104.0, 4125.0, 4106.0, 4137.0, 4105.0, 4156.0, 4114.0, 4146.0, 4103.0, 4145.0, 4104.0, 4124.0, 4106.0, 4105.0, 4125.0, 4074.0, 4123.0, 4083.0, 4135.0, 4118.0, 4170.0, 4128.0, 4095.0, 4104.0, 4085.0, 4149.0, 4117.0, 4136.0, 4116.0, 4124.0, 4105.0, 4125.0, 4136.0, 4125.0, 4146.0, 4091.0, 4132.0, 4080.0, 4120.0, 4079.0, 4121.0, 4080.0, 4131.0, 4068.0, 4098.0, 4067.0, 4108.0, 4068.0, 4109.0, 4080.0, 4121.0, 4104.0, 4125.0, 4105.0, 4084.0, 4126.0, 4095.0, 4136.0, 4108.0, 4147.0, 4118.0, 4158.0, 4118.0, 4125.0, 4094.0, 4126.0, 4115.0, 4114.0, 4135.0, 4071.0, 4122.0, 4081.0, 4121.0, 4071.0, 4122.0, 4093.0, 4124.0, 4115.0, 4145.0, 4114.0, 4083.0, 4114.0, 4083.0, 4134.0, 4116.0, 4146.0, 4116.0, 4155.0, 4114.0, 4123.0, 4092.0, 4101.0, 4101.0, 4102.0, 4123.0, 4092.0, 4145.0, 4113.0, 4132.0, 4093.0, 4133.0, 4105.0, 4135.0, 4108.0, 4125.0, 4107.0, 4125.0, 4116.0, 4093.0, 4094.0, 4084.0, 4115.0, 4085.0, 4138.0, 4108.0, 4150.0, 4120.0, 4131.0, 4132.0, 4113.0, 4143.0, 4112.0, 4164.0, 4135.0, 4154.0, 4166.0, 4113.0, 4153.0, 4112.0, 4151.0, 4130.0, 4181.0, 4140.0, 4179.0, 4125.0, 4144.0, 4113.0, 4133.0, 4104.0, 4133.0, 4134.0, 4081.0, 4122.0, 4083.0, 4132.0, 4092.0, 4112.0, 4092.0, 4082.0, 4135.0, 4115.0, 4155.0, 4103.0, 4112.0, 4090.0, 4090.0, 4122.0, 4092.0], 'WindowWidth': [9301.0, 9199.0, 9228.0, 9188.0, 9244.0, 9199.0, 9236.0, 9154.0, 9151.0, 9122.0, 9130.0, 9140.0, 9127.0, 9170.0, 9112.0, 9180.0, 9109.0, 9148.0, 9108.0, 9146.0, 9138.0, 9167.0, 9143.0, 9215.0, 9139.0, 9146.0, 9118.0, 9115.0, 9129.0, 9106.0, 9148.0, 9107.0, 9193.0, 9120.0, 9160.0, 9109.0, 9160.0, 9140.0, 9182.0, 9144.0, 9182.0, 9151.0, 9121.0, 9147.0, 9115.0, 9147.0, 9117.0, 9148.0, 9130.0, 9192.0, 9098.0, 9154.0, 9072.0, 9125.0, 9101.0, 9144.0, 9122.0, 9163.0, 9136.0, 9162.0, 9122.0, 9130.0, 9134.0, 9150.0, 9155.0, 9121.0, 9181.0, 9092.0, 9149.0, 9080.0, 9149.0, 9143.0, 9185.0, 9142.0, 9195.0, 9131.0, 9153.0, 9129.0, 9172.0, 9160.0, 9116.0, 9186.0, 9117.0, 9170.0, 9144.0, 9172.0, 9164.0, 9200.0, 9177.0, 9199.0, 9143.0, 9152.0, 9138.0, 9122.0, 9154.0, 9112.0, 9200.0, 9124.0, 9178.0, 9126.0, 9177.0, 9138.0, 9156.0, 9142.0, 9125.0, 9197.0, 9126.0, 9164.0, 9124.0, 9163.0, 9137.0, 9199.0, 9155.0, 9197.0, 9132.0, 9102.0, 9128.0, 9086.0, 9144.0, 9108.0, 9176.0, 9150.0, 9192.0, 9132.0, 9130.0, 9116.0, 9101.0, 9135.0, 9113.0, 9170.0, 9128.0, 9183.0, 9127.0, 9165.0, 9142.0, 9172.0, 9148.0, 9171.0, 9155.0, 9123.0, 9149.0, 9117.0, 9148.0, 9108.0, 9166.0, 9122.0, 9211.0, 9132.0, 9158.0, 9119.0, 9159.0, 9141.0, 9150.0, 9140.0, 9068.0, 9152.0, 9099.0, 9166.0, 9148.0, 9187.0, 9153.0, 9187.0, 9144.0, 9130.0, 9156.0, 9113.0, 9171.0, 9135.0, 9205.0, 9174.0, 9200.0, 9142.0, 9155.0, 9127.0, 9135.0, 9177.0, 9166.0, 9223.0, 9163.0, 9202.0, 9145.0, 9184.0, 9160.0, 9218.0, 9153.0, 9197.0, 9132.0, 9143.0, 9087.0, 9144.0, 9107.0, 9174.0, 9116.0, 9155.0, 9101.0, 9124.0, 9104.0, 9160.0, 9125.0, 9161.0, 9133.0, 9114.0, 9118.0, 9113.0, 9133.0, 9122.0, 9163.0, 9104.0, 9173.0, 9102.0, 9141.0, 9088.0, 9144.0, 9124.0, 9162.0, 9136.0, 9174.0, 9121.0, 9146.0, 9120.0, 9153.0, 9155.0, 9111.0, 9182.0, 9112.0, 9167.0, 9127.0, 9184.0, 9164.0, 9158.0, 9160.0, 9099.0, 9169.0, 9102.0, 9166.0, 9127.0, 9168.0, 9147.0, 9201.0, 9162.0, 9140.0, 9151.0, 9108.0, 9149.0, 9108.0, 9168.0, 9145.0, 9198.0, 9158.0, 9195.0, 9137.0, 9147.0, 9122.0, 9136.0, 9154.0, 9121.0, 9182.0, 9092.0, 9161.0, 9120.0, 9159.0, 9140.0, 9180.0, 9140.0, 9193.0, 9133.0, 9129.0, 9116.0, 9112.0, 9131.0, 9107.0, 9148.0, 9106.0, 9192.0, 9120.0, 9145.0, 9122.0, 9154.0, 9147.0, 9156.0, 9161.0, 9114.0, 9158.0, 9116.0, 9156.0, 9146.0, 9173.0, 9132.0, 9223.0, 9158.0, 9182.0, 9114.0, 9169.0, 9149.0, 9184.0, 9147.0, 9185.0, 9140.0, 9135.0, 9139.0, 9136.0, 9153.0, 9127.0, 9156.0, 9128.0, 9216.0, 9123.0, 9178.0, 9123.0, 9160.0, 9123.0, 9165.0, 9141.0, 9195.0, 9156.0, 9178.0, 9121.0, 9132.0, 9121.0, 9136.0, 9152.0, 9108.0, 9182.0, 9095.0, 9146.0, 9093.0, 9160.0, 9126.0, 9164.0, 9125.0, 9178.0, 9134.0, 9159.0, 9121.0, 9133.0, 9128.0, 9139.0, 9139.0, 9124.0, 9164.0, 9078.0, 9147.0, 9107.0, 9150.0, 9144.0, 9183.0, 9147.0, 9183.0, 9140.0, 9152.0, 9127.0, 9136.0, 9142.0, 9128.0, 9185.0, 9126.0, 9181.0, 9125.0, 9150.0, 9127.0, 9172.0, 9150.0, 9146.0, 9177.0, 9090.0, 9159.0, 9135.0, 9192.0, 9173.0, 9210.0, 9174.0, 9197.0, 9151.0, 9134.0, 9161.0, 9130.0, 9174.0, 9138.0, 9223.0, 9176.0, 9220.0, 9156.0, 9181.0, 9142.0, 9167.0, 9145.0, 9155.0, 9186.0, 9123.0, 9165.0, 9093.0, 9148.0, 9089.0, 9147.0, 9096.0, 9162.0, 9105.0, 9174.0, 9119.0, 9145.0, 9108.0, 9153.0, 9146.0, 9158.0, 9176.0, 9102.0, 9171.0, 9087.0, 9169.0, 9113.0, 9169.0, 9128.0, 9218.0, 9134.0, 9173.0, 9103.0, 9140.0, 9103.0, 9144.0, 9108.0, 9174.0, 9118.0, 9156.0, 9102.0, 9140.0, 9104.0, 9135.0, 9127.0, 9141.0, 9156.0, 9070.0, 9154.0, 9102.0, 9167.0, 9131.0, 9179.0, 9169.0, 9176.0, 9178.0, 9118.0, 9173.0, 9119.0, 9172.0, 9134.0, 9177.0, 9152.0, 9222.0, 9178.0, 9187.0, 9141.0, 9125.0, 9152.0, 9097.0, 9156.0, 9118.0, 9201.0, 9158.0, 9199.0, 9136.0, 9178.0, 9118.0, 9130.0, 9124.0, 9134.0, 9136.0, 9134.0, 9161.0, 9060.0, 9129.0, 9075.0, 9143.0, 9122.0, 9148.0, 9109.0, 9179.0, 9136.0, 9131.0, 9104.0, 9116.0, 9117.0, 9091.0, 9137.0, 9085.0, 9182.0, 9126.0, 9194.0, 9125.0, 9150.0, 9110.0, 9126.0, 9143.0, 9118.0, 9176.0, 9146.0, 9218.0, 9162.0, 9146.0, 9130.0, 9089.0, 9173.0, 9154.0, 9215.0, 9194.0, 9256.0, 9282.0, 9164.0, 9186.0, 9158.0, 9162.0, 9135.0, 9147.0, 9149.0, 9135.0, 9162.0, 9137.0, 9210.0, 9167.0, 9221.0, 9159.0, 9181.0, 9161.0, 9173.0, 9141.0, 9152.0, 9105.0, 9128.0, 9100.0, 9101.0, 9118.0, 9068.0, 9128.0, 9052.0, 9077.0, 9052.0, 9094.0, 9073.0, 9099.0, 9092.0, 9120.0, 9101.0, 9113.0, 9100.0, 9053.0, 9094.0, 9041.0, 9096.0, 9060.0, 9130.0, 9094.0, 9152.0, 9117.0, 9166.0, 9129.0, 9137.0, 9113.0, 9114.0, 9141.0, 9101.0, 9159.0, 9142.0, 9183.0, 9149.0, 9170.0, 9168.0, 9114.0, 9166.0, 9126.0, 9177.0, 9136.0, 9192.0, 9139.0, 9208.0, 9153.0, 9238.0, 9164.0, 9171.0, 9129.0, 9140.0, 9142.0, 9113.0, 9161.0, 9112.0, 9180.0, 9154.0, 9221.0, 9150.0, 9160.0, 9133.0, 9120.0, 9166.0, 9125.0, 9215.0, 9167.0, 9206.0, 9150.0, 9159.0, 9134.0, 9165.0, 9167.0, 9123.0, 9216.0, 9150.0, 9189.0, 9153.0, 9163.0, 9153.0, 9155.0, 9198.0, 9137.0, 9224.0, 9165.0, 9191.0, 9150.0, 9173.0, 9151.0, 9192.0, 9152.0, 9191.0, 9161.0, 9157.0, 9129.0, 9139.0, 9140.0, 9128.0, 9156.0, 9099.0, 9199.0, 9123.0, 9165.0, 9123.0, 9161.0, 9122.0, 9140.0, 9114.0, 9110.0, 9152.0, 9080.0, 9137.0, 9098.0, 9151.0, 9128.0, 9174.0, 9134.0, 9203.0, 9159.0, 9169.0, 9127.0, 9120.0, 9124.0, 9128.0, 9158.0, 9147.0, 9221.0, 9144.0, 9154.0, 9129.0, 9128.0, 9141.0, 9131.0, 9161.0, 9121.0, 9194.0, 9118.0, 9172.0, 9104.0, 9158.0, 9087.0, 9157.0, 9111.0, 9162.0, 9110.0, 9176.0, 9134.0, 9175.0, 9139.0, 9150.0, 9141.0, 9124.0, 9207.0, 9169.0, 9225.0, 9170.0, 9222.0, 9167.0, 9219.0, 9168.0, 9250.0, 9220.0, 9229.0, 9164.0, 9175.0, 9129.0, 9151.0, 9141.0, 9139.0, 9174.0, 9095.0, 9165.0, 9082.0, 9148.0, 9112.0, 9166.0, 9126.0, 9165.0, 9122.0, 9162.0, 9121.0, 9147.0, 9125.0, 9168.0, 9185.0, 9108.0, 9148.0, 9099.0, 9160.0, 9124.0, 9124.0, 9125.0, 9071.0, 9155.0, 9136.0, 9174.0, 9133.0, 9199.0, 9143.0, 9139.0, 9123.0, 9118.0, 9122.0, 9122.0, 9168.0, 9107.0, 9196.0, 9120.0, 9157.0, 9103.0, 9126.0, 9107.0, 9147.0, 9108.0, 9119.0, 9118.0, 9062.0, 9131.0, 9080.0, 9131.0, 9121.0, 9152.0, 9136.0, 9159.0, 9131.0, 9089.0, 9144.0, 9123.0, 9175.0, 9145.0, 9172.0, 9167.0, 9141.0, 9207.0, 9147.0, 9180.0, 9139.0, 9139.0, 9185.0, 9147.0, 9203.0, 9194.0, 9146.0, 9247.0, 9174.0, 9200.0, 9153.0, 9127.0, 9181.0, 9160.0, 9233.0, 9185.0, 9164.0, 9161.0, 9092.0, 9171.0, 9116.0, 9175.0, 9151.0, 9207.0, 9157.0, 9127.0, 9141.0, 9098.0, 9140.0, 9121.0, 9175.0, 9149.0, 9203.0, 9142.0, 9126.0, 9128.0, 9112.0, 9140.0, 9104.0, 9175.0, 9147.0, 9201.0, 9144.0, 9158.0, 9126.0, 9098.0, 9157.0, 9118.0, 9207.0, 9150.0, 9173.0, 9135.0, 9133.0, 9135.0, 9148.0, 9166.0, 9124.0, 9191.0, 9104.0, 9172.0, 9120.0, 9168.0, 9130.0, 9161.0, 9139.0, 9189.0, 9159.0, 9099.0, 9169.0, 9103.0, 9170.0, 9132.0, 9169.0, 9134.0, 9162.0, 9139.0, 9178.0, 9147.0, 9127.0, 9144.0, 9127.0, 9143.0, 9112.0, 9161.0, 9125.0, 9181.0, 9140.0, 9208.0, 9151.0, 9161.0, 9135.0, 9145.0, 9163.0, 9134.0, 9213.0, 9121.0, 9189.0, 9145.0, 9168.0, 9128.0, 9156.0, 9132.0, 9127.0, 9173.0, 9097.0, 9153.0, 9117.0, 9153.0, 9130.0, 9162.0, 9181.0, 9228.0, 9245.0, 9149.0, 9176.0, 9134.0, 9102.0, 9149.0, 9128.0, 9184.0, 9144.0, 9185.0, 9160.0, 9180.0, 9154.0, 9119.0, 9157.0, 9109.0, 9151.0, 9108.0, 9188.0, 9135.0, 9201.0, 9114.0, 9154.0, 9081.0, 9119.0, 9079.0, 9122.0, 9082.0, 9136.0, 9094.0, 9120.0, 9081.0, 9093.0, 9082.0, 9091.0, 9086.0, 9084.0, 9101.0, 9060.0, 9116.0, 9082.0, 9136.0, 9103.0, 9164.0, 9144.0, 9171.0, 9173.0, 9119.0, 9172.0, 9141.0, 9169.0, 9193.0, 9181.0, 9205.0, 9173.0, 9153.0, 9126.0, 9137.0, 9137.0, 9102.0, 9159.0, 9135.0, 9207.0, 9151.0, 9148.0, 9132.0, 9131.0, 9161.0, 9138.0, 9183.0, 9135.0, 9206.0, 9145.0, 9189.0, 9130.0, 9189.0, 9132.0, 9160.0, 9137.0, 9134.0, 9161.0, 9093.0, 9156.0, 9104.0, 9175.0, 9162.0, 9235.0, 9172.0, 9123.0, 9134.0, 9111.0, 9199.0, 9155.0, 9180.0, 9151.0, 9159.0, 9136.0, 9163.0, 9181.0, 9160.0, 9190.0, 9110.0, 9164.0, 9091.0, 9145.0, 9089.0, 9150.0, 9093.0, 9162.0, 9073.0, 9113.0, 9071.0, 9128.0, 9075.0, 9129.0, 9094.0, 9150.0, 9133.0, 9162.0, 9135.0, 9109.0, 9164.0, 9123.0, 9180.0, 9147.0, 9197.0, 9158.0, 9210.0, 9155.0, 9160.0, 9118.0, 9162.0, 9149.0, 9142.0, 9173.0, 9082.0, 9151.0, 9094.0, 9148.0, 9083.0, 9151.0, 9115.0, 9159.0, 9150.0, 9190.0, 9145.0, 9103.0, 9144.0, 9104.0, 9173.0, 9153.0, 9192.0, 9153.0, 9204.0, 9144.0, 9155.0, 9112.0, 9122.0, 9124.0, 9126.0, 9155.0, 9114.0, 9188.0, 9140.0, 9165.0, 9115.0, 9169.0, 9136.0, 9174.0, 9145.0, 9164.0, 9141.0, 9162.0, 9151.0, 9117.0, 9119.0, 9108.0, 9149.0, 9113.0, 9184.0, 9148.0, 9206.0, 9169.0, 9181.0, 9185.0, 9166.0, 9202.0, 9162.0, 9232.0, 9196.0, 9220.0, 9237.0, 9161.0, 9216.0, 9158.0, 9207.0, 9179.0, 9249.0, 9192.0, 9244.0, 9163.0, 9188.0, 9143.0, 9171.0, 9133.0, 9171.0, 9173.0, 9097.0, 9151.0, 9101.0, 9165.0, 9113.0, 9138.0, 9113.0, 9100.0, 9175.0, 9149.0, 9206.0, 9129.0, 9136.0, 9107.0, 9106.0, 9153.0, 9113.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.0008280804387568556</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020664300365630713</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.363524535727315</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1941238944190307</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9991104562854511</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5038</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3819.0623</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06767301827154695</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8226691042047533</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6782319266518235</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5893325746291374</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9719706564154253</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4733925489109083</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0121506</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0068143075332045555</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03826508671045303</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1094</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5195686675613436</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>15.4749</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.4973</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.1253</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>296194.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1128.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.1744</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6837</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.3257</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3220.2947</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3452.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80350.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>816.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4338.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.7959</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.99476087233052</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> |