=== 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-0089 --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-0089",
"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-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-02/func/sub-0089_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>49c0040b6804e7fde33646a830422ad8</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>14:27:56.727500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998641, -0.0187254, -0.0486261, 0.0338263, 0.942802, 0.331633]</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.101253</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>[4131, -7798, -7292, 659, -35, -289, 60, 126]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.2</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>50abf3e0-2215-47ca-b89c-5e385d1881b2||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792821884155273, 0.09075354039669037, -0.10701389610767365, 110.86265563964844], [0.05023888126015663, 2.529468059539795, 0.898634672164917, -118.21314239501953], [-0.13046018779277802, -0.8897479772567749, 2.5438168048858643, -27.976985931396484], [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': ['142756.727500', '142757.187500', '142757.647500', '142758.107500', '142758.567500', '142759.027500', '142759.487500', '142759.947500', '142800.407500', '142800.867500', '142801.327500', '142801.787500', '142802.247500', '142802.707500', '142803.167500', '142803.627500', '142804.087500', '142804.547500', '142805.007500', '142805.467500', '142805.927500', '142806.387500', '142806.847500', '142807.307500', '142807.767500', '142808.227500', '142808.687500', '142809.147500', '142809.607500', '142810.067500', '142810.527500', '142810.987500', '142811.447500', '142811.907500', '142812.367500', '142812.827500', '142813.287500', '142813.747500', '142814.207500', '142814.667500', '142815.127500', '142815.587500', '142816.047500', '142816.507500', '142816.967500', '142817.427500', '142817.887500', '142818.347500', '142818.807500', '142819.267500', '142819.727500', '142820.187500', '142820.647500', '142821.107500', '142821.567500', '142822.027500', '142822.487500', '142822.947500', '142823.407500', '142823.867500', '142824.327500', '142824.787500', '142825.247500', '142825.707500', '142826.167500', '142826.627500', '142827.087500', '142827.547500', '142828.007500', '142828.467500', '142828.927500', '142829.387500', '142829.847500', '142830.307500', '142830.767500', '142831.227500', '142831.687500', '142832.147500', '142832.607500', '142833.067500', '142833.527500', '142833.987500', '142834.447500', '142834.907500', '142835.367500', '142835.827500', '142836.287500', '142836.747500', '142837.207500', '142837.667500', '142838.127500', '142838.587500', '142839.047500', '142839.507500', '142839.967500', '142840.427500', '142840.887500', '142841.347500', '142841.807500', '142842.267500', '142842.727500', '142843.187500', '142843.647500', '142844.107500', '142844.567500', '142845.027500', '142845.487500', '142845.947500', '142846.407500', '142846.867500', '142847.327500', '142847.787500', '142848.247500', '142848.707500', '142849.167500', '142849.627500', '142850.087500', '142850.547500', '142851.007500', '142851.467500', '142851.927500', '142852.387500', '142852.847500', '142853.307500', '142853.767500', '142854.227500', '142854.687500', '142855.147500', '142855.607500', '142856.067500', '142856.527500', '142856.987500', '142857.447500', '142857.907500', '142858.367500', '142858.827500', '142859.287500', '142859.747500', '142900.207500', '142900.667500', '142901.127500', '142901.587500', '142902.047500', '142902.507500', '142902.967500', '142903.427500', '142903.887500', '142904.347500', '142904.807500', '142905.267500', '142905.727500', '142906.187500', '142906.647500', '142907.107500', '142907.567500', '142908.027500', '142908.487500', '142908.947500', '142909.407500', '142909.867500', '142910.327500', '142910.787500', '142911.247500', '142911.707500', '142912.167500', '142912.627500', '142913.087500', '142913.547500', '142914.007500', '142914.467500', '142914.927500', '142915.387500', '142915.847500', '142916.307500', '142916.767500', '142917.227500', '142917.687500', '142918.147500', '142918.607500', '142919.067500', '142919.527500', '142919.987500', '142920.447500', '142920.907500', '142921.367500', '142921.827500', '142922.287500', '142922.747500', '142923.207500', '142923.667500', '142924.127500', '142924.587500', '142925.047500', '142925.507500', '142925.967500', '142926.427500', '142926.887500', '142927.347500', '142927.807500', '142928.267500', '142928.727500', '142929.187500', '142929.647500', '142930.107500', '142930.567500', '142931.027500', '142931.487500', '142931.947500', '142932.407500', '142932.867500', '142933.327500', '142933.787500', '142934.247500', '142934.707500', '142935.167500', '142935.627500', '142936.087500', '142936.547500', '142937.007500', '142937.467500', '142937.927500', '142938.387500', '142938.847500', '142939.307500', '142939.767500', '142940.227500', '142940.687500', '142941.147500', '142941.607500', '142942.067500', '142942.527500', '142942.987500', '142943.447500', '142943.907500', '142944.367500', '142944.827500', '142945.287500', '142945.747500', '142946.207500', '142946.667500', '142947.127500', '142947.587500', '142948.047500', '142948.507500', '142948.967500', '142949.427500', '142949.887500', '142950.347500', '142950.807500', '142951.267500', '142951.727500', '142952.187500', '142952.647500', '142953.107500', '142953.567500', '142954.027500', '142954.487500', '142954.947500', '142955.407500', '142955.867500', '142956.327500', '142956.787500', '142957.247500', '142957.707500', '142958.167500', '142958.627500', '142959.087500', '142959.547500', '143000.007500', '143000.467500', '143000.927500', '143001.387500', '143001.847500', '143002.307500', '143002.767500', '143003.227500', '143003.687500', '143004.147500', '143004.607500', '143005.067500', '143005.527500', '143005.987500', '143006.447500', '143006.907500', '143007.367500', '143007.827500', '143008.287500', '143008.747500', '143009.207500', '143009.667500', '143010.127500', '143010.587500', '143011.047500', '143011.507500', '143011.967500', '143012.427500', '143012.887500', '143013.347500', '143013.807500', '143014.267500', '143014.727500', '143015.187500', '143015.647500', '143016.107500', '143016.567500', '143017.027500', '143017.487500', '143017.947500', '143018.407500', '143018.867500', '143019.327500', '143019.787500', '143020.247500', '143020.707500', '143021.167500', '143021.627500', '143022.087500', '143022.547500', '143023.007500', '143023.467500', '143023.927500', '143024.387500', '143024.847500', '143025.307500', '143025.767500', '143026.227500', '143026.687500', '143027.147500', '143027.607500', '143028.067500', '143028.527500', '143028.987500', '143029.447500', '143029.907500', '143030.367500', '143030.827500', '143031.287500', '143031.747500', '143032.207500', '143032.667500', '143033.127500', '143033.587500', '143034.047500', '143034.507500', '143034.967500', '143035.427500', '143035.887500', '143036.347500', '143036.807500', '143037.267500', '143037.727500', '143038.187500', '143038.647500', '143039.107500', '143039.567500', '143040.027500', '143040.487500', '143040.947500', '143041.407500', '143041.867500', '143042.327500', '143042.787500', '143043.247500', '143043.707500', '143044.167500', '143044.627500', '143045.087500', '143045.547500', '143046.007500', '143046.467500', '143046.927500', '143047.387500', '143047.847500', '143048.307500', '143048.767500', '143049.227500', '143049.687500', '143050.147500', '143050.607500', '143051.067500', '143051.527500', '143051.987500', '143052.447500', '143052.907500', '143053.367500', '143053.827500', '143054.287500', '143054.747500', '143055.207500', '143055.667500', '143056.127500', '143056.587500', '143057.047500', '143057.507500', '143057.967500', '143058.427500', '143058.887500', '143059.347500', '143059.807500', '143100.267500', '143100.727500', '143101.187500', '143101.647500', '143102.107500', '143102.567500', '143103.027500', '143103.487500', '143103.947500', '143104.407500', '143104.867500', '143105.327500', '143105.787500', '143106.247500', '143106.707500', '143107.167500', '143107.627500', '143108.087500', '143108.547500', '143109.007500', '143109.467500', '143109.927500', '143110.387500', '143110.847500', '143111.307500', '143111.767500', '143112.227500', '143112.687500', '143113.147500', '143113.607500', '143114.067500', '143114.527500', '143114.987500', '143115.447500', '143115.907500', '143116.367500', '143116.827500', '143117.287500', '143117.747500', '143118.207500', '143118.667500', '143119.127500', '143119.587500', '143120.047500', '143120.507500', '143120.967500', '143121.427500', '143121.887500', '143122.347500', '143122.807500', '143123.267500', '143123.727500', '143124.187500', '143124.647500', '143125.107500', '143125.567500', '143126.027500', '143126.487500', '143126.947500', '143127.407500', '143127.867500', '143128.327500', '143128.787500', '143129.247500', '143129.707500', '143130.167500', '143130.627500', '143131.087500', '143131.547500', '143132.007500', '143132.467500', '143132.927500', '143133.387500', '143133.847500', '143134.307500', '143134.767500', '143135.227500', '143135.687500', '143136.147500', '143136.607500', '143137.067500', '143137.527500', '143137.987500', '143138.447500', '143138.907500', '143139.367500', '143139.827500', '143140.287500', '143140.747500', '143141.207500', '143141.667500', '143142.127500', '143142.587500', '143143.047500', '143143.507500', '143143.967500', '143144.427500', '143144.887500', '143145.347500', '143145.807500', '143146.267500', '143146.727500', '143147.187500', '143147.647500', '143148.107500', '143148.567500', '143149.027500', '143149.487500', '143149.947500', '143150.407500', '143150.867500', '143151.327500', '143151.787500', '143152.247500', '143152.707500', '143153.167500', '143153.627500', '143154.087500', '143154.547500', '143155.007500', '143155.467500', '143155.927500', '143156.387500', '143156.847500', '143157.307500', '143157.767500', '143158.227500', '143158.687500', '143159.147500', '143159.607500', '143200.067500', '143200.527500', '143200.987500', '143201.447500', '143201.907500', '143202.367500', '143202.827500', '143203.287500', '143203.747500', '143204.207500', '143204.667500', '143205.127500', '143205.587500', '143206.047500', '143206.507500', '143206.967500', '143207.427500', '143207.887500', '143208.347500', '143208.807500', '143209.267500', '143209.727500', '143210.187500', '143210.647500', '143211.107500', '143211.567500', '143212.027500', '143212.487500', '143212.947500', '143213.407500', '143213.867500', '143214.327500', '143214.787500', '143215.247500', '143215.707500', '143216.167500', '143216.627500', '143217.087500', '143217.547500', '143218.007500', '143218.467500', '143218.927500', '143219.387500', '143219.847500', '143220.307500', '143220.767500', '143221.227500', '143221.687500', '143222.147500', '143222.607500', '143223.067500', '143223.527500', '143223.987500', '143224.447500', '143224.907500', '143225.367500', '143225.827500', '143226.287500', '143226.747500', '143227.207500', '143227.667500', '143228.127500', '143228.587500', '143229.047500', '143229.507500', '143229.967500', '143230.427500', '143230.887500', '143231.347500', '143231.807500', '143232.267500', '143232.727500', '143233.187500', '143233.647500', '143234.107500', '143234.567500', '143235.027500', '143235.487500', '143235.947500', '143236.407500', '143236.867500', '143237.327500', '143237.787500', '143238.247500', '143238.707500', '143239.167500', '143239.627500', '143240.087500', '143240.547500', '143241.007500', '143241.467500', '143241.927500', '143242.387500', '143242.847500', '143243.307500', '143243.767500', '143244.227500', '143244.687500', '143245.147500', '143245.607500', '143246.067500', '143246.527500', '143246.987500', '143247.447500', '143247.907500', '143248.367500', '143248.827500', '143249.287500', '143249.747500', '143250.207500', '143250.667500', '143251.127500', '143251.587500', '143252.047500', '143252.507500', '143252.967500', '143253.427500', '143253.887500', '143254.347500', '143254.807500', '143255.267500', '143255.727500', '143256.187500', '143256.647500', '143257.107500', '143257.567500', '143258.027500', '143258.487500', '143258.947500', '143259.407500', '143259.867500', '143300.327500', '143300.787500', '143301.247500', '143301.707500', '143302.167500', '143302.627500', '143303.087500', '143303.547500', '143304.007500', '143304.467500', '143304.927500', '143305.387500', '143305.847500', '143306.307500', '143306.767500', '143307.227500', '143307.687500', '143308.147500', '143308.607500', '143309.067500', '143309.527500', '143309.987500', '143310.447500', '143310.907500', '143311.367500', '143311.827500', '143312.287500', '143312.747500', '143313.207500', '143313.667500', '143314.127500', '143314.587500', '143315.047500', '143315.507500', '143315.967500', '143316.427500', '143316.887500', '143317.347500', '143317.807500', '143318.267500', '143318.727500', '143319.187500', '143319.647500', '143320.107500', '143320.567500', '143321.027500', '143321.487500', '143321.947500', '143322.407500', '143322.867500', '143323.327500', '143323.787500', '143324.247500', '143324.707500', '143325.167500', '143325.627500', '143326.087500', '143326.547500', '143327.007500', '143327.467500', '143327.927500', '143328.387500', '143328.847500', '143329.307500', '143329.767500', '143330.227500', '143330.687500', '143331.147500', '143331.607500', '143332.067500', '143332.527500', '143332.987500', '143333.447500', '143333.907500', '143334.367500', '143334.827500', '143335.287500', '143335.747500', '143336.207500', '143336.667500', '143337.127500', '143337.587500', '143338.047500', '143338.507500', '143338.967500', '143339.427500', '143339.887500', '143340.347500', '143340.807500', '143341.267500', '143341.727500', '143342.187500', '143342.647500', '143343.107500', '143343.567500', '143344.027500', '143344.487500', '143344.947500', '143345.407500', '143345.867500', '143346.327500', '143346.787500', '143347.247500', '143347.707500', '143348.167500', '143348.627500', '143349.087500', '143349.547500', '143350.007500', '143350.467500', '143350.927500', '143351.387500', '143351.847500', '143352.307500', '143352.767500', '143353.227500', '143353.687500', '143354.147500', '143354.607500', '143355.067500', '143355.527500', '143355.987500', '143356.447500', '143356.907500', '143357.367500', '143357.827500', '143358.287500', '143358.747500', '143359.207500', '143359.667500', '143400.127500', '143400.587500', '143401.047500', '143401.507500', '143401.967500', '143402.427500', '143402.887500', '143403.347500', '143403.807500', '143404.267500', '143404.727500', '143405.187500', '143405.647500', '143406.107500', '143406.567500', '143407.027500', '143407.487500', '143407.947500', '143408.407500', '143408.867500', '143409.327500', '143409.787500', '143410.247500', '143410.707500', '143411.167500', '143411.627500', '143412.087500', '143412.547500', '143413.007500', '143413.467500', '143413.927500', '143414.387500', '143414.847500', '143415.307500', '143415.767500', '143416.227500', '143416.687500', '143417.147500', '143417.607500', '143418.067500', '143418.527500', '143418.987500', '143419.447500', '143419.907500', '143420.367500', '143420.827500', '143421.287500', '143421.747500', '143422.207500', '143422.667500', '143423.127500', '143423.587500', '143424.047500', '143424.507500', '143424.967500', '143425.427500', '143425.887500', '143426.347500', '143426.807500', '143427.267500', '143427.727500', '143428.187500', '143428.647500', '143429.107500', '143429.567500', '143430.027500', '143430.487500', '143430.947500', '143431.407500', '143431.867500', '143432.327500', '143432.787500', '143433.247500', '143433.707500', '143434.167500', '143434.627500', '143435.087500', '143435.547500', '143436.007500', '143436.467500', '143436.927500', '143437.387500', '143437.847500', '143438.307500', '143438.767500', '143439.227500', '143439.687500', '143440.147500', '143440.607500', '143441.067500', '143441.527500', '143441.987500', '143442.447500', '143442.907500', '143443.367500', '143443.827500', '143444.287500', '143444.747500', '143445.207500', '143445.667500', '143446.127500', '143446.587500', '143447.047500', '143447.507500', '143447.967500', '143448.427500', '143448.887500', '143449.347500', '143449.807500', '143450.267500', '143450.727500', '143451.187500', '143451.647500', '143452.107500', '143452.567500', '143453.027500', '143453.487500', '143453.947500', '143454.407500', '143454.867500', '143455.327500', '143455.787500', '143456.247500', '143456.707500', '143457.167500', '143457.627500', '143458.087500', '143458.547500', '143459.007500', '143459.467500', '143459.927500', '143500.387500', '143500.847500', '143501.307500', '143501.767500', '143502.227500', '143502.687500', '143503.147500', '143503.607500', '143504.067500', '143504.527500', '143504.987500', '143505.447500', '143505.907500', '143506.367500', '143506.827500', '143507.287500', '143507.747500', '143508.207500', '143508.667500', '143509.127500', '143509.587500', '143510.047500', '143510.507500', '143510.967500', '143511.427500', '143511.887500', '143512.347500', '143512.807500', '143513.267500', '143513.727500', '143514.187500', '143514.647500', '143515.107500', '143515.567500', '143516.027500', '143516.487500', '143516.947500', '143517.407500', '143517.867500', '143518.327500', '143518.787500', '143519.247500', '143519.707500', '143520.167500', '143520.627500', '143521.087500', '143521.547500', '143522.007500', '143522.467500', '143522.927500', '143523.387500', '143523.847500', '143524.307500', '143524.767500', '143525.227500', '143525.687500', '143526.147500', '143526.607500', '143527.067500', '143527.527500', '143527.987500', '143528.447500', '143528.907500', '143529.367500', '143529.827500', '143530.287500', '143530.747500', '143531.207500', '143531.667500', '143532.127500', '143532.587500', '143533.047500', '143533.507500', '143533.967500', '143534.427500', '143534.887500', '143535.347500', '143535.807500', '143536.267500', '143536.727500', '143537.187500', '143537.647500', '143538.107500', '143538.567500', '143539.027500', '143539.487500', '143539.947500', '143540.407500', '143540.867500', '143541.327500', '143541.787500', '143542.247500', '143542.707500', '143543.167500', '143543.627500', '143544.087500', '143544.547500', '143545.007500', '143545.467500', '143545.927500', '143546.387500', '143546.847500', '143547.307500', '143547.767500', '143548.227500', '143548.687500', '143549.147500', '143549.607500', '143550.067500', '143550.527500', '143550.987500', '143551.447500', '143551.907500', '143552.367500', '143552.827500', '143553.287500', '143553.747500', '143554.207500', '143554.667500', '143555.127500', '143555.587500', '143556.047500', '143556.507500', '143556.967500', '143557.427500', '143557.887500', '143558.347500', '143558.807500', '143559.267500', '143559.727500', '143600.187500', '143600.647500', '143601.107500', '143601.567500', '143602.027500', '143602.487500', '143602.947500', '143603.407500', '143603.867500', '143604.327500', '143604.787500', '143605.247500', '143605.707500', '143606.167500', '143606.627500', '143607.087500', '143607.547500', '143608.007500', '143608.467500', '143608.927500', '143609.387500', '143609.847500', '143610.307500', '143610.767500', '143611.227500', '143611.687500', '143612.147500', '143612.607500', '143613.067500', '143613.527500', '143613.987500', '143614.447500', '143614.907500', '143615.367500', '143615.827500', '143616.287500', '143616.747500', '143617.207500', '143617.667500', '143618.127500', '143618.587500', '143619.047500', '143619.507500', '143619.967500', '143620.427500', '143620.887500', '143621.347500'], 'ContentTime': ['142824.493000', '142824.497000', '142824.499000', '142824.502000', '142824.505000', '142824.507000', '142824.510000', '142824.512000', '142824.515000', '142824.518000', '142824.520000', '142824.523000', '142824.526000', '142824.528000', '142824.531000', '142824.533000', '142824.536000', '142824.538000', '142824.541000', '142824.544000', '142824.546000', '142824.549000', '142824.551000', '142824.554000', '142824.564000', '142824.567000', '142824.569000', '142824.572000', '142824.575000', '142824.577000', '142824.580000', '142824.582000', '142824.585000', '142824.588000', '142824.590000', '142824.593000', '142824.595000', '142824.598000', '142824.601000', '142824.603000', '142824.606000', '142824.609000', '142824.612000', '142824.617000', '142824.620000', '142824.623000', '142824.625000', '142824.628000', '142824.631000', '142824.633000', '142824.636000', '142824.638000', '142824.641000', '142824.644000', '142824.646000', '142824.649000', '142824.652000', '142824.654000', '142844.467000', '142844.470000', '142844.473000', '142844.475000', '142844.478000', '142844.481000', '142844.483000', '142844.486000', '142844.488000', '142844.491000', '142844.493000', '142844.496000', '142844.499000', '142844.501000', '142844.504000', '142844.506000', '142844.509000', '142844.511000', '142844.514000', '142844.517000', '142844.519000', '142844.522000', '142844.524000', '142844.527000', '142844.529000', '142844.532000', '142844.547000', '142844.549000', '142844.552000', '142844.554000', '142844.557000', '142844.560000', '142844.562000', '142844.565000', '142844.567000', '142844.570000', '142844.572000', '142844.575000', '142844.577000', '142844.580000', '142844.583000', '142844.585000', '142844.588000', '142844.590000', '142904.467000', '142904.470000', '142904.473000', '142904.482000', '142904.485000', '142904.487000', '142904.490000', '142904.492000', '142904.495000', '142904.498000', '142904.500000', '142904.503000', '142904.505000', '142904.508000', '142904.510000', '142904.513000', '142904.516000', '142904.518000', '142904.521000', '142904.523000', '142904.527000', '142904.530000', '142904.532000', '142904.535000', '142904.538000', '142904.540000', '142904.543000', '142904.546000', '142904.549000', '142904.552000', '142904.555000', '142904.557000', '142904.560000', '142904.563000', '142904.565000', '142904.568000', '142904.570000', '142904.573000', '142904.575000', '142904.578000', '142904.581000', '142904.583000', '142904.586000', '142924.467000', '142924.469000', '142924.472000', '142924.475000', '142924.477000', '142924.480000', '142924.482000', '142924.485000', '142924.488000', '142924.490000', '142924.493000', '142924.495000', '142924.498000', '142924.501000', '142924.503000', '142924.506000', '142924.508000', '142924.511000', '142924.514000', '142924.516000', '142924.519000', '142924.521000', '142924.524000', '142924.527000', '142924.529000', '142924.532000', '142924.534000', '142924.537000', '142924.540000', '142924.542000', '142924.545000', '142924.547000', '142924.550000', '142924.553000', '142924.555000', '142924.558000', '142924.560000', '142924.563000', '142924.566000', '142924.568000', '142924.571000', '142924.573000', '142924.576000', '142924.579000', '142944.466000', '142944.469000', '142944.472000', '142944.474000', '142944.477000', '142944.480000', '142944.482000', '142944.485000', '142944.488000', '142944.490000', '142944.493000', '142944.495000', '142944.498000', '142944.501000', '142944.503000', '142944.506000', '142944.509000', '142944.511000', '142944.514000', '142944.516000', '142944.519000', '142944.521000', '142944.524000', '142944.527000', '142944.529000', '142944.532000', '142944.535000', '142944.537000', '142944.540000', '142944.549000', '142944.552000', '142944.554000', '142944.557000', '142944.559000', '142944.562000', '142944.565000', '142944.567000', '142944.570000', '142944.572000', '142944.575000', '142944.578000', '142944.580000', '142944.583000', '143004.486000', '143004.489000', '143004.492000', '143004.494000', '143004.497000', '143004.500000', '143004.502000', '143004.505000', '143004.507000', '143004.510000', '143004.513000', '143004.515000', '143004.518000', '143004.520000', '143004.523000', '143004.526000', '143004.528000', '143004.531000', '143004.533000', '143004.536000', '143004.539000', '143004.541000', '143004.544000', '143004.546000', '143004.549000', '143004.552000', '143004.554000', '143004.557000', '143004.559000', '143004.562000', '143004.565000', '143004.567000', '143004.570000', '143004.572000', '143004.575000', '143004.577000', '143004.580000', '143004.583000', '143004.585000', '143004.588000', '143004.590000', '143004.593000', '143004.595000', '143004.598000', '143024.468000', '143024.470000', '143024.473000', '143024.476000', '143024.478000', '143024.481000', '143024.497000', '143024.499000', '143024.502000', '143024.505000', '143024.508000', '143024.511000', '143024.514000', '143024.516000', '143024.519000', '143024.522000', '143024.524000', '143024.527000', '143024.529000', '143024.532000', '143024.535000', '143024.537000', '143024.540000', '143024.543000', '143024.545000', '143024.548000', '143024.550000', '143024.553000', '143024.556000', '143024.558000', '143024.561000', '143024.563000', '143024.567000', '143024.570000', '143024.572000', '143024.575000', '143024.578000', '143024.580000', '143024.583000', '143024.586000', '143024.588000', '143024.591000', '143024.593000', '143044.467000', '143044.470000', '143044.473000', '143044.475000', '143044.478000', '143044.481000', '143044.483000', '143044.486000', '143044.489000', '143044.491000', '143044.494000', '143044.496000', '143044.499000', '143044.502000', '143044.504000', '143044.507000', '143044.509000', '143044.512000', '143044.515000', '143044.517000', '143044.520000', '143044.522000', '143044.525000', '143044.528000', '143044.530000', '143044.533000', '143044.535000', '143044.538000', '143044.541000', '143044.543000', '143044.546000', '143044.548000', '143044.551000', '143044.554000', '143044.556000', '143044.559000', '143044.562000', '143044.564000', '143044.567000', '143044.569000', '143044.572000', '143044.574000', '143044.577000', '143044.580000', '143104.468000', '143104.471000', '143104.473000', '143104.476000', '143104.478000', '143104.481000', '143104.484000', '143104.486000', '143104.489000', '143104.492000', '143104.494000', '143104.497000', '143104.499000', '143104.502000', '143104.505000', '143104.507000', '143104.510000', '143104.512000', '143104.515000', '143104.517000', '143104.520000', '143104.523000', '143104.525000', '143104.528000', '143104.530000', '143104.533000', '143104.536000', '143104.538000', '143104.541000', '143104.543000', '143104.546000', '143104.549000', '143104.551000', '143104.554000', '143104.557000', '143104.559000', '143104.562000', '143104.565000', '143104.567000', '143104.570000', '143104.572000', '143104.575000', '143104.578000', '143124.467000', '143124.470000', '143124.473000', '143124.476000', '143124.478000', '143124.481000', '143124.484000', '143124.486000', '143124.489000', '143124.491000', '143124.494000', '143124.496000', '143124.499000', '143124.502000', '143124.504000', '143124.507000', '143124.509000', '143124.512000', '143124.515000', '143124.517000', '143124.520000', '143124.522000', '143124.525000', '143124.528000', '143124.530000', '143124.533000', '143124.536000', '143124.538000', '143124.541000', '143124.543000', '143124.546000', '143124.548000', '143124.551000', '143124.554000', '143124.556000', '143124.559000', '143124.562000', '143124.564000', '143124.567000', '143124.569000', '143124.572000', '143124.574000', '143124.577000', '143124.580000', '143144.466000', '143144.469000', '143144.472000', '143144.475000', '143144.477000', '143144.480000', '143144.482000', '143144.485000', '143144.488000', '143144.494000', '143144.497000', '143144.499000', '143144.502000', '143144.505000', '143144.507000', '143144.510000', '143144.512000', '143144.515000', '143144.518000', '143144.520000', '143144.523000', '143144.525000', '143144.528000', '143144.531000', '143144.533000', '143144.536000', '143144.538000', '143144.541000', '143144.544000', '143144.546000', '143144.549000', '143144.551000', '143144.554000', '143144.557000', '143144.559000', '143144.562000', '143144.564000', '143144.567000', '143144.570000', '143144.572000', '143144.575000', '143144.578000', '143144.580000', '143204.467000', '143204.470000', '143204.472000', '143204.484000', '143204.487000', '143204.489000', '143204.492000', '143204.495000', '143204.497000', '143204.500000', '143204.502000', '143204.505000', '143204.508000', '143204.510000', '143204.513000', '143204.515000', '143204.518000', '143204.521000', '143204.523000', '143204.526000', '143204.528000', '143204.531000', '143204.534000', '143204.536000', '143204.539000', '143204.542000', '143204.544000', '143204.547000', '143204.549000', '143204.552000', '143204.554000', '143204.557000', '143204.560000', '143204.562000', '143204.565000', '143204.568000', '143204.570000', '143204.573000', '143204.575000', '143204.578000', '143204.581000', '143204.583000', '143204.586000', '143224.466000', '143224.469000', '143224.472000', '143224.475000', '143224.477000', '143224.480000', '143224.483000', '143224.485000', '143224.488000', '143224.490000', '143224.493000', '143224.495000', '143224.498000', '143224.501000', '143224.503000', '143224.506000', '143224.509000', '143224.511000', '143224.514000', '143224.516000', '143224.519000', '143224.522000', '143224.524000', '143224.527000', '143224.529000', '143224.532000', '143224.535000', '143224.537000', '143224.540000', '143224.542000', '143224.545000', '143224.548000', '143224.550000', '143224.553000', '143224.555000', '143224.558000', '143224.561000', '143224.563000', '143224.566000', '143224.569000', '143224.571000', '143224.574000', '143224.577000', '143224.579000', '143244.468000', '143244.471000', '143244.473000', '143244.476000', '143244.478000', '143244.481000', '143244.484000', '143244.486000', '143244.489000', '143244.491000', '143244.494000', '143244.496000', '143244.499000', '143244.502000', '143244.504000', '143244.507000', '143244.509000', '143244.512000', '143244.515000', '143244.517000', '143244.520000', '143244.522000', '143244.525000', '143244.527000', '143244.530000', '143244.533000', '143244.535000', '143244.538000', '143244.540000', '143244.543000', '143244.546000', '143244.548000', '143244.551000', '143244.554000', '143244.556000', '143244.559000', '143244.561000', '143244.564000', '143244.567000', '143244.569000', '143244.572000', '143244.574000', '143244.577000', '143244.580000', '143304.468000', '143304.471000', '143304.473000', '143304.476000', '143304.478000', '143304.481000', '143304.484000', '143304.486000', '143304.489000', '143304.491000', '143304.494000', '143304.497000', '143304.499000', '143304.502000', '143304.504000', '143304.507000', '143304.510000', '143304.512000', '143304.515000', '143304.518000', '143304.520000', '143304.523000', '143304.526000', '143304.528000', '143304.531000', '143304.533000', '143304.536000', '143304.538000', '143304.541000', '143304.544000', '143304.547000', '143304.549000', '143304.552000', '143304.554000', '143304.557000', '143304.560000', '143304.562000', '143304.565000', '143304.567000', '143304.570000', '143304.573000', '143304.575000', '143304.578000', '143324.467000', '143324.470000', '143324.473000', '143324.476000', '143324.478000', '143324.481000', '143324.483000', '143324.486000', '143324.489000', '143324.491000', '143324.494000', '143324.497000', '143324.499000', '143324.502000', '143324.505000', '143324.507000', '143324.510000', '143324.512000', '143324.515000', '143324.518000', '143324.520000', '143324.523000', '143324.525000', '143324.528000', '143324.531000', '143324.533000', '143324.536000', '143324.538000', '143324.552000', '143324.555000', '143324.558000', '143324.560000', '143324.563000', '143324.566000', '143324.568000', '143324.571000', '143324.573000', '143324.583000', '143324.585000', '143324.588000', '143324.590000', '143324.593000', '143324.596000', '143324.598000', '143344.468000', '143344.471000', '143344.473000', '143344.476000', '143344.478000', '143344.481000', '143344.484000', '143344.486000', '143344.489000', '143344.491000', '143344.494000', '143344.497000', '143344.499000', '143344.502000', '143344.505000', '143344.507000', '143344.510000', '143344.512000', '143344.515000', '143344.518000', '143344.520000', '143344.523000', '143344.525000', '143344.528000', '143344.530000', '143344.533000', '143344.536000', '143344.539000', '143344.541000', '143344.544000', '143344.546000', '143344.549000', '143344.552000', '143344.554000', '143344.557000', '143344.559000', '143344.562000', '143344.565000', '143344.567000', '143344.570000', '143344.572000', '143344.575000', '143344.578000', '143404.467000', '143404.469000', '143404.472000', '143404.475000', '143404.477000', '143404.480000', '143404.483000', '143404.485000', '143404.488000', '143404.490000', '143404.493000', '143404.495000', '143404.498000', '143404.501000', '143404.503000', '143404.506000', '143404.509000', '143404.511000', '143404.514000', '143404.516000', '143404.519000', '143404.522000', '143404.524000', '143404.527000', '143404.529000', '143404.532000', '143404.535000', '143404.537000', '143404.540000', '143404.543000', '143404.546000', '143404.549000', '143404.552000', '143404.554000', '143404.557000', '143404.559000', '143404.562000', '143404.565000', '143404.567000', '143404.570000', '143404.573000', '143404.575000', '143404.578000', '143404.580000', '143424.466000', '143424.469000', '143424.472000', '143424.474000', '143424.477000', '143424.480000', '143424.482000', '143424.485000', '143424.487000', '143424.490000', '143424.493000', '143424.495000', '143424.498000', '143424.500000', '143424.503000', '143424.506000', '143424.508000', '143424.511000', '143424.513000', '143424.516000', '143424.519000', '143424.521000', '143424.524000', '143424.526000', '143424.529000', '143424.532000', '143424.534000', '143424.537000', '143424.539000', '143424.542000', '143424.544000', '143424.547000', '143424.550000', '143424.552000', '143424.555000', '143424.557000', '143424.560000', '143424.563000', '143424.565000', '143424.568000', '143424.570000', '143424.573000', '143424.576000', '143444.467000', '143444.469000', '143444.472000', '143444.475000', '143444.477000', '143444.480000', '143444.482000', '143444.485000', '143444.488000', '143444.490000', '143444.493000', '143444.496000', '143444.498000', '143444.501000', '143444.503000', '143444.506000', '143444.508000', '143444.511000', '143444.514000', '143444.516000', '143444.519000', '143444.521000', '143444.524000', '143444.527000', '143444.541000', '143444.543000', '143444.546000', '143444.549000', '143444.551000', '143444.554000', '143444.556000', '143444.559000', '143444.562000', '143444.564000', '143444.567000', '143444.569000', '143444.572000', '143444.575000', '143444.577000', '143444.580000', '143444.582000', '143444.585000', '143444.588000', '143504.468000', '143504.470000', '143504.473000', '143504.476000', '143504.478000', '143504.481000', '143504.484000', '143504.486000', '143504.489000', '143504.492000', '143504.494000', '143504.497000', '143504.499000', '143504.502000', '143504.505000', '143504.507000', '143504.510000', '143504.512000', '143504.515000', '143504.518000', '143504.520000', '143504.523000', '143504.525000', '143504.528000', '143504.531000', '143504.533000', '143504.536000', '143504.538000', '143504.541000', '143504.544000', '143504.546000', '143504.549000', '143504.551000', '143504.554000', '143504.557000', '143504.559000', '143504.562000', '143504.564000', '143504.567000', '143504.570000', '143504.572000', '143504.575000', '143504.577000', '143504.580000', '143524.467000', '143524.470000', '143524.473000', '143524.475000', '143524.478000', '143524.481000', '143524.483000', '143524.486000', '143524.489000', '143524.492000', '143524.495000', '143524.497000', '143524.500000', '143524.502000', '143524.505000', '143524.508000', '143524.510000', '143524.513000', '143524.515000', '143524.518000', '143524.521000', '143524.523000', '143524.526000', '143524.529000', '143524.531000', '143524.534000', '143524.537000', '143524.539000', '143524.542000', '143524.545000', '143524.547000', '143524.550000', '143524.553000', '143524.555000', '143524.558000', '143524.560000', '143524.563000', '143524.566000', '143524.568000', '143524.571000', '143524.573000', '143524.576000', '143524.578000', '143524.581000', '143544.468000', '143544.470000', '143544.473000', '143544.476000', '143544.478000', '143544.481000', '143544.484000', '143544.486000', '143544.489000', '143544.492000', '143544.494000', '143544.497000', '143544.499000', '143544.502000', '143544.505000', '143544.507000', '143544.510000', '143544.512000', '143544.515000', '143544.518000', '143544.520000', '143544.523000', '143544.525000', '143544.528000', '143544.531000', '143544.533000', '143544.536000', '143544.538000', '143544.541000', '143544.544000', '143544.546000', '143544.549000', '143544.551000', '143544.554000', '143544.556000', '143544.559000', '143544.562000', '143544.564000', '143544.567000', '143544.570000', '143544.572000', '143544.575000', '143544.577000', '143604.468000', '143604.470000', '143604.473000', '143604.476000', '143604.478000', '143604.481000', '143604.484000', '143604.486000', '143604.489000', '143604.491000', '143604.494000', '143604.496000', '143604.499000', '143604.502000', '143604.504000', '143604.507000', '143604.509000', '143604.512000', '143604.514000', '143604.517000', '143604.520000', '143604.523000', '143604.525000', '143604.528000', '143604.530000', '143604.533000', '143604.535000', '143604.538000', '143604.541000', '143604.543000', '143604.546000', '143604.548000', '143604.551000', '143604.554000', '143604.556000', '143604.574000', '143604.576000', '143604.579000', '143604.581000', '143604.584000', '143604.587000', '143604.589000', '143604.592000', '143604.594000', '143622.399000', '143622.402000', '143622.404000', '143622.407000', '143622.410000', '143622.413000', '143622.416000', '143622.418000', '143622.421000', '143622.424000', '143622.426000', '143622.429000', '143622.432000', '143622.435000', '143622.437000', '143622.440000', '143622.443000', '143622.445000', '143622.448000', '143622.451000', '143622.454000', '143622.457000', '143622.460000', '143622.462000', '143622.465000', '143622.467000', '143622.470000', '143622.473000', '143622.476000', '143622.478000', '143622.481000', '143622.484000', '143622.487000', '143622.490000', '143622.493000', '143622.496000', '143622.499000', '143622.501000', '143622.506000'], 'InstanceCreationTime': ['142824.493000', '142824.497000', '142824.499000', '142824.502000', '142824.505000', '142824.507000', '142824.510000', '142824.512000', '142824.515000', '142824.518000', '142824.520000', '142824.523000', '142824.526000', '142824.528000', '142824.531000', '142824.533000', '142824.536000', '142824.538000', '142824.541000', '142824.544000', '142824.546000', '142824.549000', '142824.551000', '142824.554000', '142824.564000', '142824.567000', '142824.569000', '142824.572000', '142824.575000', '142824.577000', '142824.580000', '142824.582000', '142824.585000', '142824.588000', '142824.590000', '142824.593000', '142824.595000', '142824.598000', '142824.601000', '142824.603000', '142824.606000', '142824.609000', '142824.612000', '142824.617000', '142824.620000', '142824.623000', '142824.625000', '142824.628000', '142824.631000', '142824.633000', '142824.636000', '142824.638000', '142824.641000', '142824.644000', '142824.646000', '142824.649000', '142824.652000', '142824.654000', '142844.467000', '142844.470000', '142844.473000', '142844.475000', '142844.478000', '142844.481000', '142844.483000', '142844.486000', '142844.488000', '142844.491000', '142844.493000', '142844.496000', '142844.499000', '142844.501000', '142844.504000', '142844.506000', '142844.509000', '142844.511000', '142844.514000', '142844.517000', '142844.519000', '142844.522000', '142844.524000', '142844.527000', '142844.529000', '142844.532000', '142844.547000', '142844.549000', '142844.552000', '142844.554000', '142844.557000', '142844.560000', '142844.562000', '142844.565000', '142844.567000', '142844.570000', '142844.572000', '142844.575000', '142844.577000', '142844.580000', '142844.583000', '142844.585000', '142844.588000', '142844.590000', '142904.467000', '142904.470000', '142904.473000', '142904.482000', '142904.485000', '142904.487000', '142904.490000', '142904.492000', '142904.495000', '142904.498000', '142904.500000', '142904.503000', '142904.505000', '142904.508000', '142904.510000', '142904.513000', '142904.516000', '142904.518000', '142904.521000', '142904.523000', '142904.527000', '142904.530000', '142904.532000', '142904.535000', '142904.538000', '142904.540000', '142904.543000', '142904.546000', '142904.549000', '142904.552000', '142904.555000', '142904.557000', '142904.560000', '142904.563000', '142904.565000', '142904.568000', '142904.570000', '142904.573000', '142904.575000', '142904.578000', '142904.581000', '142904.583000', '142904.586000', '142924.467000', '142924.469000', '142924.472000', '142924.475000', '142924.477000', '142924.480000', '142924.482000', '142924.485000', '142924.488000', '142924.490000', '142924.493000', '142924.495000', '142924.498000', '142924.501000', '142924.503000', '142924.506000', '142924.508000', '142924.511000', '142924.514000', '142924.516000', '142924.519000', '142924.521000', '142924.524000', '142924.527000', '142924.529000', '142924.532000', '142924.534000', '142924.537000', '142924.540000', '142924.542000', '142924.545000', '142924.547000', '142924.550000', '142924.553000', '142924.555000', '142924.558000', '142924.560000', '142924.563000', '142924.566000', '142924.568000', '142924.571000', '142924.573000', '142924.576000', '142924.579000', '142944.466000', '142944.469000', '142944.472000', '142944.474000', '142944.477000', '142944.480000', '142944.482000', '142944.485000', '142944.488000', '142944.490000', '142944.493000', '142944.495000', '142944.498000', '142944.501000', '142944.503000', '142944.506000', '142944.509000', '142944.511000', '142944.514000', '142944.516000', '142944.519000', '142944.521000', '142944.524000', '142944.527000', '142944.529000', '142944.532000', '142944.535000', '142944.537000', '142944.540000', '142944.549000', '142944.552000', '142944.554000', '142944.557000', '142944.559000', '142944.562000', '142944.565000', '142944.567000', '142944.570000', '142944.572000', '142944.575000', '142944.578000', '142944.580000', '142944.583000', '143004.486000', '143004.489000', '143004.492000', '143004.494000', '143004.497000', '143004.500000', '143004.502000', '143004.505000', '143004.507000', '143004.510000', '143004.513000', '143004.515000', '143004.518000', '143004.520000', '143004.523000', '143004.526000', '143004.528000', '143004.531000', '143004.533000', '143004.536000', '143004.539000', '143004.541000', '143004.544000', '143004.546000', '143004.549000', '143004.552000', '143004.554000', '143004.557000', '143004.559000', '143004.562000', '143004.565000', '143004.567000', '143004.570000', '143004.572000', '143004.575000', '143004.577000', '143004.580000', '143004.583000', '143004.585000', '143004.588000', '143004.590000', '143004.593000', '143004.595000', '143004.598000', '143024.468000', '143024.470000', '143024.473000', '143024.476000', '143024.478000', '143024.481000', '143024.497000', '143024.499000', '143024.502000', '143024.505000', '143024.508000', '143024.511000', '143024.514000', '143024.516000', '143024.519000', '143024.522000', '143024.524000', '143024.527000', '143024.529000', '143024.532000', '143024.535000', '143024.537000', '143024.540000', '143024.543000', '143024.545000', '143024.548000', '143024.550000', '143024.553000', '143024.556000', '143024.558000', '143024.561000', '143024.563000', '143024.567000', '143024.570000', '143024.572000', '143024.575000', '143024.578000', '143024.580000', '143024.583000', '143024.586000', '143024.588000', '143024.591000', '143024.593000', '143044.467000', '143044.470000', '143044.473000', '143044.475000', '143044.478000', '143044.481000', '143044.483000', '143044.486000', '143044.489000', '143044.491000', '143044.494000', '143044.496000', '143044.499000', '143044.502000', '143044.504000', '143044.507000', '143044.509000', '143044.512000', '143044.515000', '143044.517000', '143044.520000', '143044.522000', '143044.525000', '143044.528000', '143044.530000', '143044.533000', '143044.535000', '143044.538000', '143044.541000', '143044.543000', '143044.546000', '143044.548000', '143044.551000', '143044.554000', '143044.556000', '143044.559000', '143044.562000', '143044.564000', '143044.567000', '143044.569000', '143044.572000', '143044.574000', '143044.577000', '143044.580000', '143104.468000', '143104.471000', '143104.473000', '143104.476000', '143104.478000', '143104.481000', '143104.484000', '143104.486000', '143104.489000', '143104.492000', '143104.494000', '143104.497000', '143104.499000', '143104.502000', '143104.505000', '143104.507000', '143104.510000', '143104.512000', '143104.515000', '143104.517000', '143104.520000', '143104.523000', '143104.525000', '143104.528000', '143104.530000', '143104.533000', '143104.536000', '143104.538000', '143104.541000', '143104.543000', '143104.546000', '143104.549000', '143104.551000', '143104.554000', '143104.557000', '143104.559000', '143104.562000', '143104.565000', '143104.567000', '143104.570000', '143104.572000', '143104.575000', '143104.578000', '143124.467000', '143124.470000', '143124.473000', '143124.476000', '143124.478000', '143124.481000', '143124.484000', '143124.486000', '143124.489000', '143124.491000', '143124.494000', '143124.496000', '143124.499000', '143124.502000', '143124.504000', '143124.507000', '143124.509000', '143124.512000', '143124.515000', '143124.517000', '143124.520000', '143124.522000', '143124.525000', '143124.528000', '143124.530000', '143124.533000', '143124.536000', '143124.538000', '143124.541000', '143124.543000', '143124.546000', '143124.548000', '143124.551000', '143124.554000', '143124.556000', '143124.559000', '143124.562000', '143124.564000', '143124.567000', '143124.569000', '143124.572000', '143124.574000', '143124.577000', '143124.580000', '143144.466000', '143144.469000', '143144.472000', '143144.475000', '143144.477000', '143144.480000', '143144.482000', '143144.485000', '143144.488000', '143144.494000', '143144.497000', '143144.499000', '143144.502000', '143144.505000', '143144.507000', '143144.510000', '143144.512000', '143144.515000', '143144.518000', '143144.520000', '143144.523000', '143144.525000', '143144.528000', '143144.531000', '143144.533000', '143144.536000', '143144.538000', '143144.541000', '143144.544000', '143144.546000', '143144.549000', '143144.551000', '143144.554000', '143144.557000', '143144.559000', '143144.562000', '143144.564000', '143144.567000', '143144.570000', '143144.572000', '143144.575000', '143144.578000', '143144.580000', '143204.467000', '143204.470000', '143204.472000', '143204.484000', '143204.487000', '143204.489000', '143204.492000', '143204.495000', '143204.497000', '143204.500000', '143204.502000', '143204.505000', '143204.508000', '143204.510000', '143204.513000', '143204.515000', '143204.518000', '143204.521000', '143204.523000', '143204.526000', '143204.528000', '143204.531000', '143204.534000', '143204.536000', '143204.539000', '143204.542000', '143204.544000', '143204.547000', '143204.549000', '143204.552000', '143204.554000', '143204.557000', '143204.560000', '143204.562000', '143204.565000', '143204.568000', '143204.570000', '143204.573000', '143204.575000', '143204.578000', '143204.581000', '143204.583000', '143204.586000', '143224.466000', '143224.469000', '143224.472000', '143224.475000', '143224.477000', '143224.480000', '143224.483000', '143224.485000', '143224.488000', '143224.490000', '143224.493000', '143224.495000', '143224.498000', '143224.501000', '143224.503000', '143224.506000', '143224.509000', '143224.511000', '143224.514000', '143224.516000', '143224.519000', '143224.522000', '143224.524000', '143224.527000', '143224.529000', '143224.532000', '143224.535000', '143224.537000', '143224.540000', '143224.542000', '143224.545000', '143224.548000', '143224.550000', '143224.553000', '143224.555000', '143224.558000', '143224.561000', '143224.563000', '143224.566000', '143224.569000', '143224.571000', '143224.574000', '143224.577000', '143224.579000', '143244.468000', '143244.471000', '143244.473000', '143244.476000', '143244.478000', '143244.481000', '143244.484000', '143244.486000', '143244.489000', '143244.491000', '143244.494000', '143244.496000', '143244.499000', '143244.502000', '143244.504000', '143244.507000', '143244.509000', '143244.512000', '143244.515000', '143244.517000', '143244.520000', '143244.522000', '143244.525000', '143244.527000', '143244.530000', '143244.533000', '143244.535000', '143244.538000', '143244.540000', '143244.543000', '143244.546000', '143244.548000', '143244.551000', '143244.554000', '143244.556000', '143244.559000', '143244.561000', '143244.564000', '143244.567000', '143244.569000', '143244.572000', '143244.574000', '143244.577000', '143244.580000', '143304.468000', '143304.471000', '143304.473000', '143304.476000', '143304.478000', '143304.481000', '143304.484000', '143304.486000', '143304.489000', '143304.491000', '143304.494000', '143304.497000', '143304.499000', '143304.502000', '143304.504000', '143304.507000', '143304.510000', '143304.512000', '143304.515000', '143304.518000', '143304.520000', '143304.523000', '143304.526000', '143304.528000', '143304.531000', '143304.533000', '143304.536000', '143304.538000', '143304.541000', '143304.544000', '143304.547000', '143304.549000', '143304.552000', '143304.554000', '143304.557000', '143304.560000', '143304.562000', '143304.565000', '143304.567000', '143304.570000', '143304.573000', '143304.575000', '143304.578000', '143324.467000', '143324.470000', '143324.473000', '143324.476000', '143324.478000', '143324.481000', '143324.483000', '143324.486000', '143324.489000', '143324.491000', '143324.494000', '143324.497000', '143324.499000', '143324.502000', '143324.505000', '143324.507000', '143324.510000', '143324.512000', '143324.515000', '143324.518000', '143324.520000', '143324.523000', '143324.525000', '143324.528000', '143324.531000', '143324.533000', '143324.536000', '143324.538000', '143324.552000', '143324.555000', '143324.558000', '143324.560000', '143324.563000', '143324.566000', '143324.568000', '143324.571000', '143324.573000', '143324.583000', '143324.585000', '143324.588000', '143324.590000', '143324.593000', '143324.596000', '143324.598000', '143344.468000', '143344.471000', '143344.473000', '143344.476000', '143344.478000', '143344.481000', '143344.484000', '143344.486000', '143344.489000', '143344.491000', '143344.494000', '143344.497000', '143344.499000', '143344.502000', '143344.505000', '143344.507000', '143344.510000', '143344.512000', '143344.515000', '143344.518000', '143344.520000', '143344.523000', '143344.525000', '143344.528000', '143344.530000', '143344.533000', '143344.536000', '143344.539000', '143344.541000', '143344.544000', '143344.546000', '143344.549000', '143344.552000', '143344.554000', '143344.557000', '143344.559000', '143344.562000', '143344.565000', '143344.567000', '143344.570000', '143344.572000', '143344.575000', '143344.578000', '143404.467000', '143404.469000', '143404.472000', '143404.475000', '143404.477000', '143404.480000', '143404.483000', '143404.485000', '143404.488000', '143404.490000', '143404.493000', '143404.495000', '143404.498000', '143404.501000', '143404.503000', '143404.506000', '143404.509000', '143404.511000', '143404.514000', '143404.516000', '143404.519000', '143404.522000', '143404.524000', '143404.527000', '143404.529000', '143404.532000', '143404.535000', '143404.537000', '143404.540000', '143404.543000', '143404.546000', '143404.549000', '143404.552000', '143404.554000', '143404.557000', '143404.559000', '143404.562000', '143404.565000', '143404.567000', '143404.570000', '143404.573000', '143404.575000', '143404.578000', '143404.580000', '143424.466000', '143424.469000', '143424.472000', '143424.474000', '143424.477000', '143424.480000', '143424.482000', '143424.485000', '143424.487000', '143424.490000', '143424.493000', '143424.495000', '143424.498000', '143424.500000', '143424.503000', '143424.506000', '143424.508000', '143424.511000', '143424.513000', '143424.516000', '143424.519000', '143424.521000', '143424.524000', '143424.526000', '143424.529000', '143424.532000', '143424.534000', '143424.537000', '143424.539000', '143424.542000', '143424.544000', '143424.547000', '143424.550000', '143424.552000', '143424.555000', '143424.557000', '143424.560000', '143424.563000', '143424.565000', '143424.568000', '143424.570000', '143424.573000', '143424.576000', '143444.467000', '143444.469000', '143444.472000', '143444.475000', '143444.477000', '143444.480000', '143444.482000', '143444.485000', '143444.488000', '143444.490000', '143444.493000', '143444.496000', '143444.498000', '143444.501000', '143444.503000', '143444.506000', '143444.508000', '143444.511000', '143444.514000', '143444.516000', '143444.519000', '143444.521000', '143444.524000', '143444.527000', '143444.541000', '143444.543000', '143444.546000', '143444.549000', '143444.551000', '143444.554000', '143444.556000', '143444.559000', '143444.562000', '143444.564000', '143444.567000', '143444.569000', '143444.572000', '143444.575000', '143444.577000', '143444.580000', '143444.582000', '143444.585000', '143444.588000', '143504.468000', '143504.470000', '143504.473000', '143504.476000', '143504.478000', '143504.481000', '143504.484000', '143504.486000', '143504.489000', '143504.492000', '143504.494000', '143504.497000', '143504.499000', '143504.502000', '143504.505000', '143504.507000', '143504.510000', '143504.512000', '143504.515000', '143504.518000', '143504.520000', '143504.523000', '143504.525000', '143504.528000', '143504.531000', '143504.533000', '143504.536000', '143504.538000', '143504.541000', '143504.544000', '143504.546000', '143504.549000', '143504.551000', '143504.554000', '143504.557000', '143504.559000', '143504.562000', '143504.564000', '143504.567000', '143504.570000', '143504.572000', '143504.575000', '143504.577000', '143504.580000', '143524.467000', '143524.470000', '143524.473000', '143524.475000', '143524.478000', '143524.481000', '143524.483000', '143524.486000', '143524.489000', '143524.492000', '143524.495000', '143524.497000', '143524.500000', '143524.502000', '143524.505000', '143524.508000', '143524.510000', '143524.513000', '143524.515000', '143524.518000', '143524.521000', '143524.523000', '143524.526000', '143524.529000', '143524.531000', '143524.534000', '143524.537000', '143524.539000', '143524.542000', '143524.545000', '143524.547000', '143524.550000', '143524.553000', '143524.555000', '143524.558000', '143524.560000', '143524.563000', '143524.566000', '143524.568000', '143524.571000', '143524.573000', '143524.576000', '143524.578000', '143524.581000', '143544.468000', '143544.470000', '143544.473000', '143544.476000', '143544.478000', '143544.481000', '143544.484000', '143544.486000', '143544.489000', '143544.492000', '143544.494000', '143544.497000', '143544.499000', '143544.502000', '143544.505000', '143544.507000', '143544.510000', '143544.512000', '143544.515000', '143544.518000', '143544.520000', '143544.523000', '143544.525000', '143544.528000', '143544.531000', '143544.533000', '143544.536000', '143544.538000', '143544.541000', '143544.544000', '143544.546000', '143544.549000', '143544.551000', '143544.554000', '143544.556000', '143544.559000', '143544.562000', '143544.564000', '143544.567000', '143544.570000', '143544.572000', '143544.575000', '143544.577000', '143604.468000', '143604.470000', '143604.473000', '143604.476000', '143604.478000', '143604.481000', '143604.484000', '143604.486000', '143604.489000', '143604.491000', '143604.494000', '143604.496000', '143604.499000', '143604.502000', '143604.504000', '143604.507000', '143604.509000', '143604.512000', '143604.514000', '143604.517000', '143604.520000', '143604.523000', '143604.525000', '143604.528000', '143604.530000', '143604.533000', '143604.535000', '143604.538000', '143604.541000', '143604.543000', '143604.546000', '143604.548000', '143604.551000', '143604.554000', '143604.556000', '143604.574000', '143604.576000', '143604.579000', '143604.581000', '143604.584000', '143604.587000', '143604.589000', '143604.592000', '143604.594000', '143622.399000', '143622.402000', '143622.404000', '143622.407000', '143622.410000', '143622.413000', '143622.416000', '143622.418000', '143622.421000', '143622.424000', '143622.426000', '143622.429000', '143622.432000', '143622.435000', '143622.437000', '143622.440000', '143622.443000', '143622.445000', '143622.448000', '143622.451000', '143622.454000', '143622.457000', '143622.460000', '143622.462000', '143622.465000', '143622.467000', '143622.470000', '143622.473000', '143622.476000', '143622.478000', '143622.481000', '143622.484000', '143622.487000', '143622.490000', '143622.493000', '143622.496000', '143622.499000', '143622.501000', '143622.506000'], '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': [11390, 8339, 8667, 8645, 8376, 13505, 8405, 8547, 8174, 8378, 13272, 8838, 7533, 10409, 8253, 12707, 9213, 10065, 10011, 8106, 10639, 8204, 8469, 8066, 8126, 8782, 7536, 8282, 11941, 8944, 7789, 11997, 8005, 8487, 8716, 8088, 11793, 8139, 8046, 10872, 8075, 8320, 10078, 7790, 8879, 7742, 7844, 10080, 8133, 8259, 7426, 7944, 8559, 7843, 7988, 8600, 7855, 8000, 10920, 8790, 7422, 11384, 8151, 8222, 8325, 7947, 13065, 8083, 7639, 10500, 8054, 13386, 10542, 8338, 10828, 7864, 10310, 9137, 8116, 12150, 7762, 7715, 8464, 8087, 12440, 7886, 13428, 7550, 7996, 7756, 7642, 9405, 7938, 10270, 7920, 7608, 8019, 7793, 11278, 9189, 10066, 9152, 8200, 8171, 8109, 7527, 7742, 10073, 7606, 8110, 7663, 8251, 8551, 7688, 11232, 7928, 11365, 7968, 11970, 9235, 12755, 9549, 12432, 7790, 11751, 7834, 11371, 8988, 8383, 7392, 7835, 8010, 7329, 8519, 7900, 10774, 7968, 8216, 7662, 7725, 8613, 7759, 11101, 8029, 11065, 8013, 9632, 8622, 7557, 8397, 7456, 8286, 8071, 10783, 7870, 8197, 8218, 7758, 8581, 7917, 11626, 7782, 9968, 8235, 9749, 9541, 7915, 8836, 7158, 8632, 7655, 11929, 7697, 13518, 7811, 11375, 7532, 9803, 8329, 7728, 9464, 7814, 10075, 7699, 10607, 7621, 8456, 7963, 7832, 8385, 7691, 10190, 8189, 7442, 9860, 7800, 11661, 7778, 11323, 8463, 7863, 8048, 8014, 10185, 7621, 11662, 7831, 8161, 7884, 7948, 11596, 7910, 8360, 8342, 7659, 11321, 8795, 9496, 9659, 7956, 12250, 7656, 13205, 7868, 12353, 10357, 7765, 8328, 7723, 10173, 7722, 9776, 9552, 7806, 11140, 7621, 12574, 9188, 10261, 9634, 7878, 10144, 7577, 10755, 7855, 10025, 9257, 8001, 10781, 7581, 11217, 7603, 8616, 7928, 7688, 9924, 7687, 9201, 8274, 8107, 10622, 7860, 9157, 8706, 7269, 11400, 7633, 10639, 7593, 8519, 9604, 7709, 13415, 9459, 7652, 10682, 7791, 13679, 8910, 14145, 8326, 7607, 8170, 7558, 9508, 8081, 7941, 10731, 7573, 12258, 10145, 10462, 9968, 7903, 10031, 7576, 11694, 7528, 13009, 9784, 7997, 8082, 7674, 9966, 7693, 9926, 9357, 7671, 10262, 7396, 10881, 7637, 9077, 7958, 7965, 10188, 7637, 9141, 8805, 7348, 11228, 7746, 8552, 8014, 7938, 10948, 7415, 10234, 7904, 7964, 9944, 7765, 13465, 9615, 10548, 9187, 7804, 9232, 7264, 9542, 8149, 12205, 7610, 8605, 7354, 8441, 7950, 8134, 9228, 7653, 9336, 7516, 9714, 8896, 8337, 9604, 8283, 10880, 7594, 12003, 8169, 10165, 9909, 7484, 10191, 7658, 9492, 9208, 7908, 12131, 7730, 13930, 7697, 13464, 9958, 9895, 8209, 7720, 10191, 7456, 9001, 8616, 7397, 11232, 7335, 12990, 7932, 13996, 9949, 9806, 8074, 7477, 7967, 8257, 9987, 7831, 9600, 8105, 7437, 8802, 7619, 11324, 7692, 9948, 7823, 7967, 9248, 7751, 9917, 8406, 8579, 10787, 7668, 11671, 8912, 10342, 9914, 7865, 8725, 7896, 9978, 7614, 9266, 7934, 7704, 10412, 7657, 9397, 9159, 7871, 12202, 8407, 8632, 11928, 7857, 9285, 9402, 7693, 9607, 8012, 7844, 13573, 10439, 7965, 10614, 7652, 9163, 8922, 7816, 13520, 8160, 7716, 9805, 7700, 13815, 9514, 7498, 9677, 7635, 10087, 8850, 7883, 11335, 8113, 7369, 9562, 7955, 10332, 8474, 8035, 10807, 7618, 8656, 9880, 7872, 12394, 7872, 8700, 9143, 7736, 13135, 8077, 7601, 8112, 7994, 9015, 9000, 7672, 9511, 9308, 7583, 11583, 8145, 12499, 8517, 7958, 10532, 8085, 11395, 9677, 8242, 11030, 7755, 9552, 7682, 8484, 12449, 8053, 7451, 10118, 8030, 9312, 9004, 7852, 10775, 7873, 8374, 9470, 7920, 13776, 8003, 9541, 7829, 8483, 10844, 8078, 9529, 8239, 7754, 11019, 7735, 9207, 9542, 7757, 11653, 8411, 7508, 10578, 7910, 9760, 9249, 7655, 9527, 8015, 8058, 11716, 7937, 7801, 11798, 8738, 7936, 11497, 7835, 10562, 8459, 7726, 12752, 8414, 7539, 10875, 8111, 7846, 8164, 7794, 12851, 8288, 7516, 9983, 8074, 7375, 10367, 8005, 8031, 8539, 7463, 8861, 8304, 7638, 10137, 8296, 7847, 11821, 9149, 7525, 12016, 7783, 8868, 8230, 7699, 10663, 9486, 7665, 10938, 8627, 7981, 11917, 8942, 9523, 9990, 7713, 13422, 9916, 7703, 12621, 8565, 7411, 10004, 7675, 8443, 9484, 7746, 11936, 8354, 8679, 9290, 9097, 9217, 7738, 10341, 7607, 10548, 7451, 8358, 8190, 7608, 9045, 8006, 7745, 10147, 7927, 10710, 9724, 7650, 12370, 7937, 12173, 10588, 8600, 10361, 7731, 11876, 7409, 9809, 7884, 7723, 11629, 8222, 7840, 10270, 7687, 9073, 9077, 7644, 10895, 7717, 8034, 10035, 7544, 11919, 8467, 7805, 11092, 7962, 10702, 9912, 7908, 12735, 7710, 9715, 9111, 7620, 12141, 7812, 8140, 8368, 7765, 10524, 7911, 9158, 9461, 7634, 12350, 7947, 10471, 10367, 7965, 11861, 7755, 9704, 8315, 7579, 8508, 7825, 11585, 8146, 7702, 8980, 8065, 12869, 7941, 14960, 7832, 12300, 7953, 10150, 8011, 7959, 10363, 7922, 8921, 8778, 7645, 11206, 8051, 10747, 7760, 8571, 7818, 8097, 11009, 7901, 8592, 7859, 8215, 10749, 8189, 13586, 8248, 7289, 7765, 7864, 9806, 8468, 8336, 10721, 7631, 9304, 9316, 7671, 11093, 7757, 9440, 8630, 8698, 9297, 7919, 9516, 7766, 10981, 7780, 11377, 8021, 11503, 7920, 9443, 7902, 7920, 7820, 8560, 10679, 8030, 11006, 8079, 10586, 9285, 10290, 9250, 7904, 8088, 7777, 8803, 8426, 11343, 8291, 10936, 8118, 10977, 8493, 9348, 8198, 8464, 9666, 8209, 10163, 8392, 9100, 7936, 8625, 11168, 8366, 10296, 9916, 8084, 9928, 8444, 11364, 8528, 10095, 9871, 8724, 10842, 8579, 10432, 9294, 9677, 9880, 8674, 12470, 8768, 10382, 9710, 9562, 9245, 8347, 9003, 9014, 9428, 9079, 11683, 8789, 10892, 8507, 9193, 8473, 10294, 8663, 9270, 10137, 8906, 10388, 9080, 11340, 8914, 11523, 8744, 10973, 8960, 11156, 8937, 11150, 8714, 11022, 8632, 9404, 9735, 8847, 11782, 9027, 11989, 9006, 11648, 9041, 11314, 8484, 9492, 12080, 9202, 9556, 11528, 8950, 9297, 13783, 9130, 15362, 9822, 14953, 9125, 13680, 10671, 11298, 8722, 10472, 8479, 9533, 12351, 9002, 11282, 8466, 9715, 10466, 9206, 11385, 8671, 10069, 11987, 9288, 11635, 9153, 9673, 12659, 9150, 11343, 10249, 9882, 12185, 9329, 12985, 9141, 10667, 8668, 9499, 13081, 9130, 11178, 8893, 9786, 8963, 9500, 13894, 9059, 11030, 8824, 10454, 8527, 9170, 11268, 9028, 10213, 12055, 9209, 10800, 9450, 9206, 10922, 9043, 9373, 10026, 9421, 14202, 9140, 10417, 8513, 9559, 11502, 9348, 9475, 12151, 9428, 11220, 9453, 10171, 9093, 9386, 11360, 9240, 10713, 9186, 9109, 10579, 9415, 10885, 9287, 10594, 9467, 8960, 11963, 9426, 11297, 9135, 10297, 9165, 9116, 10835, 9240, 10876, 8976, 9644, 11698, 9184, 9508, 8727, 9552, 10956, 9230, 9105, 9308, 9510, 11430, 9244, 13009, 9243, 10916, 9026, 9459, 8902, 9471, 11675, 9235, 10561, 8914, 9793, 9458, 9484, 11815, 9161, 9028, 11212, 9440, 11355, 9048, 9278, 10795, 9235, 10991, 8622, 10008, 10947, 9212, 11250, 8868, 9890, 10186, 9400, 13687, 9055, 10997, 9010, 10302, 8619, 9009, 8731, 9993, 11845, 9279, 10519, 8897, 9582, 11016, 9020, 8669, 9514, 10013, 10898, 9629, 13481, 9034, 13626, 9390, 11903, 9160, 10490, 9024, 9399, 8458, 9378, 9928, 9213, 10855, 9163, 10034, 9251, 8929, 9599, 9685, 12576, 9229, 11098, 9324, 11591, 9187, 9890, 11781, 9095, 11073, 8944, 9852, 11138, 9254, 10520, 9317, 8892, 12016, 8822, 13841, 9267, 14249, 9473, 10746, 9163, 10789, 8891, 9612, 11854, 9159, 11338, 8599, 9336, 10900, 8850, 10743, 8737, 9866, 11843, 9148, 10951, 8628, 9877, 11163], 'WindowCenter': [4088.0, 4034.0, 4031.0, 4018.0, 4005.0, 4055.0, 4003.0, 4002.0, 4001.0, 4002.0, 4042.0, 4002.0, 3991.0, 4022.0, 4000.0, 4041.0, 4011.0, 4010.0, 4010.0, 3978.0, 4008.0, 3989.0, 3989.0, 3978.0, 3978.0, 3989.0, 3980.0, 3991.0, 4031.0, 4002.0, 3980.0, 4031.0, 3991.0, 3989.0, 3989.0, 3979.0, 4019.0, 3979.0, 3979.0, 4020.0, 3991.0, 3989.0, 4009.0, 3979.0, 3988.0, 3968.0, 3979.0, 4009.0, 3978.0, 3988.0, 3967.0, 3990.0, 4001.0, 3989.0, 3991.0, 4001.0, 3992.0, 4004.0, 4033.0, 4013.0, 3992.0, 4044.0, 4002.0, 4002.0, 4002.0, 3993.0, 4053.0, 3992.0, 3992.0, 4033.0, 3993.0, 4054.0, 4023.0, 3991.0, 4021.0, 3990.0, 4009.0, 4000.0, 3978.0, 4029.0, 3979.0, 3977.0, 3989.0, 3989.0, 4028.0, 3978.0, 4027.0, 3967.0, 3976.0, 3977.0, 3979.0, 3997.0, 3978.0, 4007.0, 3977.0, 3977.0, 3987.0, 3990.0, 4030.0, 4013.0, 4010.0, 4000.0, 3987.0, 3988.0, 3979.0, 3978.0, 3978.0, 3998.0, 3978.0, 3988.0, 3990.0, 4003.0, 4002.0, 3992.0, 4032.0, 3992.0, 4031.0, 3991.0, 4032.0, 4013.0, 4041.0, 4010.0, 4028.0, 3979.0, 4018.0, 3979.0, 4018.0, 3998.0, 3976.0, 3968.0, 3967.0, 3979.0, 3980.0, 3989.0, 3978.0, 4018.0, 3989.0, 3989.0, 3991.0, 3990.0, 4000.0, 3991.0, 4031.0, 3992.0, 4032.0, 3992.0, 4010.0, 4001.0, 3978.0, 3989.0, 3980.0, 3989.0, 3988.0, 4021.0, 3990.0, 3990.0, 4002.0, 3992.0, 4003.0, 3991.0, 4031.0, 3992.0, 4010.0, 4001.0, 4011.0, 4012.0, 3979.0, 3999.0, 3956.0, 3988.0, 3979.0, 4019.0, 3967.0, 4028.0, 3967.0, 4016.0, 3979.0, 3997.0, 3978.0, 3966.0, 3997.0, 3966.0, 4007.0, 3978.0, 4007.0, 3966.0, 3976.0, 3977.0, 3977.0, 3987.0, 3979.0, 4009.0, 3989.0, 3979.0, 4022.0, 3989.0, 4031.0, 3992.0, 4020.0, 3990.0, 3989.0, 3988.0, 3988.0, 4010.0, 3981.0, 4031.0, 3981.0, 3989.0, 3990.0, 3992.0, 4033.0, 3992.0, 3989.0, 3991.0, 3991.0, 4032.0, 4002.0, 4012.0, 4010.0, 3990.0, 4032.0, 3979.0, 4041.0, 3980.0, 4030.0, 4009.0, 3967.0, 3977.0, 3979.0, 4009.0, 3980.0, 4008.0, 4001.0, 3980.0, 4020.0, 3980.0, 4030.0, 4001.0, 4009.0, 3998.0, 3977.0, 4009.0, 3978.0, 4020.0, 3980.0, 3999.0, 3999.0, 3979.0, 4009.0, 3978.0, 4019.0, 3978.0, 3988.0, 3989.0, 3979.0, 4010.0, 3993.0, 4011.0, 4000.0, 3991.0, 4021.0, 3992.0, 4012.0, 4014.0, 3979.0, 4033.0, 3992.0, 4022.0, 3993.0, 4003.0, 4023.0, 3993.0, 4054.0, 4024.0, 3982.0, 4023.0, 3981.0, 4053.0, 4002.0, 4040.0, 3979.0, 3979.0, 3988.0, 3991.0, 4011.0, 3990.0, 3992.0, 4021.0, 3993.0, 4030.0, 4024.0, 4011.0, 4010.0, 3979.0, 3999.0, 3969.0, 4018.0, 3969.0, 4027.0, 3998.0, 3976.0, 3977.0, 3978.0, 4008.0, 3977.0, 4008.0, 4000.0, 3980.0, 4020.0, 3980.0, 4021.0, 3991.0, 4001.0, 3989.0, 3990.0, 4010.0, 3991.0, 4011.0, 4012.0, 3981.0, 4032.0, 3992.0, 4000.0, 3992.0, 3993.0, 4032.0, 3983.0, 4022.0, 3992.0, 3992.0, 4023.0, 3993.0, 4054.0, 4015.0, 4021.0, 4011.0, 3979.0, 4001.0, 3970.0, 4000.0, 3979.0, 4029.0, 3979.0, 3988.0, 3980.0, 3990.0, 3991.0, 3989.0, 4010.0, 3991.0, 4010.0, 3983.0, 4023.0, 4014.0, 4002.0, 4013.0, 3991.0, 4022.0, 3982.0, 4042.0, 4003.0, 4021.0, 4021.0, 3981.0, 4022.0, 3993.0, 4013.0, 4014.0, 3993.0, 4044.0, 3991.0, 4053.0, 3982.0, 4041.0, 4010.0, 3999.0, 3978.0, 3980.0, 4009.0, 3982.0, 4000.0, 4002.0, 3980.0, 4022.0, 3971.0, 4041.0, 3981.0, 4040.0, 3999.0, 3998.0, 3977.0, 3966.0, 3978.0, 3988.0, 4008.0, 3980.0, 4008.0, 3990.0, 3969.0, 4000.0, 3981.0, 4021.0, 3981.0, 4010.0, 3979.0, 3979.0, 4000.0, 3982.0, 4011.0, 3991.0, 4000.0, 4022.0, 3993.0, 4032.0, 4014.0, 4011.0, 4012.0, 3979.0, 3990.0, 3991.0, 4011.0, 3980.0, 4000.0, 3991.0, 3993.0, 4023.0, 3993.0, 4024.0, 4014.0, 4003.0, 4044.0, 4003.0, 4004.0, 4046.0, 4005.0, 4015.0, 4014.0, 3994.0, 4024.0, 4005.0, 4006.0, 4055.0, 4026.0, 3992.0, 4024.0, 3983.0, 4013.0, 4002.0, 3980.0, 4043.0, 3991.0, 3981.0, 4012.0, 3982.0, 4042.0, 4012.0, 3969.0, 4011.0, 3980.0, 4010.0, 4001.0, 3980.0, 4020.0, 3980.0, 3981.0, 4012.0, 3992.0, 4021.0, 3992.0, 3991.0, 4021.0, 3993.0, 4001.0, 4023.0, 3992.0, 4042.0, 3992.0, 4003.0, 4013.0, 3982.0, 4042.0, 3991.0, 3982.0, 3993.0, 4004.0, 4013.0, 4014.0, 3995.0, 4023.0, 4015.0, 3993.0, 4034.0, 3993.0, 4042.0, 3992.0, 3991.0, 4022.0, 3992.0, 4031.0, 4012.0, 3990.0, 4022.0, 3980.0, 4012.0, 3981.0, 4002.0, 4043.0, 3992.0, 3980.0, 4022.0, 3993.0, 4012.0, 4002.0, 3992.0, 4022.0, 3993.0, 3992.0, 4013.0, 3992.0, 4053.0, 3992.0, 4011.0, 3980.0, 4001.0, 4022.0, 3991.0, 4012.0, 3991.0, 3992.0, 4033.0, 3992.0, 4012.0, 4012.0, 3981.0, 4031.0, 3991.0, 3980.0, 4022.0, 3992.0, 4012.0, 4002.0, 3981.0, 4012.0, 3992.0, 3992.0, 4032.0, 3992.0, 3992.0, 4034.0, 4003.0, 3991.0, 4033.0, 3983.0, 4021.0, 3991.0, 3981.0, 4043.0, 3991.0, 3981.0, 4021.0, 3991.0, 3992.0, 3992.0, 3982.0, 4041.0, 3991.0, 3969.0, 4010.0, 3991.0, 3981.0, 4023.0, 3993.0, 3992.0, 4002.0, 3983.0, 4013.0, 4003.0, 3992.0, 4022.0, 4003.0, 4003.0, 4044.0, 4015.0, 3993.0, 4044.0, 3993.0, 4014.0, 4003.0, 3993.0, 4033.0, 4023.0, 3994.0, 4034.0, 4003.0, 3993.0, 4044.0, 4014.0, 4013.0, 4012.0, 3980.0, 4042.0, 4012.0, 3981.0, 4042.0, 3990.0, 3969.0, 4011.0, 3992.0, 3990.0, 4013.0, 3981.0, 4033.0, 3991.0, 3990.0, 4002.0, 3990.0, 4001.0, 3969.0, 4010.0, 3968.0, 4009.0, 3968.0, 3989.0, 3990.0, 3980.0, 4000.0, 3991.0, 3992.0, 4023.0, 3993.0, 4024.0, 4012.0, 3982.0, 4042.0, 3992.0, 4032.0, 4022.0, 3989.0, 4010.0, 3980.0, 4019.0, 3970.0, 4011.0, 3980.0, 3979.0, 4021.0, 3990.0, 3991.0, 4023.0, 3994.0, 4013.0, 4015.0, 3993.0, 4033.0, 3993.0, 3992.0, 4024.0, 3993.0, 4044.0, 3993.0, 3993.0, 4032.0, 3993.0, 4022.0, 4013.0, 3992.0, 4042.0, 3982.0, 4000.0, 4002.0, 3979.0, 4032.0, 3979.0, 3979.0, 3990.0, 3980.0, 4021.0, 3991.0, 4000.0, 4012.0, 3981.0, 4031.0, 3981.0, 4010.0, 4011.0, 3979.0, 4020.0, 3969.0, 3998.0, 3990.0, 3980.0, 3990.0, 3980.0, 4031.0, 3992.0, 3980.0, 4001.0, 3992.0, 4044.0, 3982.0, 4052.0, 3980.0, 4030.0, 3991.0, 4010.0, 3979.0, 3979.0, 4010.0, 3992.0, 4001.0, 4003.0, 3980.0, 4032.0, 3993.0, 4021.0, 3981.0, 4002.0, 3981.0, 3990.0, 4021.0, 3992.0, 3991.0, 3991.0, 3992.0, 4022.0, 3992.0, 4042.0, 3991.0, 3980.0, 3980.0, 3994.0, 4022.0, 4002.0, 4003.0, 4034.0, 3994.0, 4013.0, 4016.0, 3993.0, 4035.0, 3994.0, 4013.0, 4015.0, 4003.0, 4013.0, 3991.0, 4012.0, 3981.0, 4022.0, 3993.0, 4033.0, 3994.0, 4033.0, 3992.0, 4012.0, 3993.0, 3992.0, 3993.0, 4003.0, 4024.0, 3994.0, 4023.0, 3994.0, 4023.0, 4016.0, 4012.0, 4002.0, 3980.0, 3982.0, 3980.0, 4002.0, 3990.0, 4020.0, 3990.0, 4022.0, 3992.0, 4021.0, 4002.0, 4002.0, 3992.0, 3991.0, 4011.0, 4005.0, 4023.0, 4003.0, 4002.0, 3993.0, 4014.0, 4045.0, 4017.0, 4024.0, 4024.0, 3993.0, 4023.0, 4005.0, 4044.0, 4016.0, 4023.0, 4024.0, 4003.0, 4033.0, 4016.0, 4035.0, 4026.0, 4014.0, 4025.0, 4004.0, 4044.0, 4004.0, 4023.0, 4014.0, 4012.0, 4003.0, 3990.0, 3991.0, 3999.0, 4000.0, 3990.0, 4019.0, 3990.0, 4020.0, 4002.0, 4013.0, 4003.0, 4022.0, 4003.0, 4013.0, 4024.0, 4015.0, 4024.0, 4003.0, 4022.0, 4003.0, 4031.0, 4003.0, 4023.0, 4003.0, 4020.0, 4001.0, 4020.0, 4002.0, 4022.0, 4002.0, 4012.0, 4013.0, 4012.0, 4032.0, 4013.0, 4043.0, 4015.0, 4032.0, 4002.0, 4023.0, 4003.0, 4013.0, 4043.0, 4013.0, 4014.0, 4047.0, 4016.0, 4017.0, 4057.0, 4016.0, 4053.0, 4013.0, 4053.0, 4001.0, 4030.0, 4010.0, 4008.0, 3988.0, 4020.0, 3989.0, 4013.0, 4042.0, 4015.0, 4034.0, 4004.0, 4024.0, 4034.0, 4014.0, 4046.0, 4014.0, 4036.0, 4046.0, 4026.0, 4047.0, 4027.0, 4028.0, 4057.0, 4028.0, 4035.0, 4025.0, 4015.0, 4046.0, 4004.0, 4043.0, 4012.0, 4022.0, 4002.0, 4012.0, 4043.0, 4013.0, 4022.0, 4002.0, 4010.0, 4002.0, 4012.0, 4043.0, 4002.0, 4020.0, 4001.0, 4021.0, 3990.0, 4000.0, 4021.0, 4001.0, 4023.0, 4043.0, 4015.0, 4033.0, 4014.0, 4013.0, 4022.0, 4003.0, 4012.0, 4013.0, 4001.0, 4054.0, 4012.0, 4022.0, 4003.0, 4013.0, 4033.0, 4014.0, 4014.0, 4044.0, 4016.0, 4033.0, 4015.0, 4013.0, 4003.0, 4001.0, 4021.0, 4013.0, 4022.0, 4002.0, 4002.0, 4023.0, 4014.0, 4034.0, 4013.0, 4022.0, 4013.0, 3990.0, 4021.0, 4001.0, 4020.0, 4000.0, 4009.0, 4001.0, 4001.0, 4021.0, 4002.0, 4022.0, 4002.0, 4012.0, 4032.0, 4001.0, 4012.0, 4001.0, 4013.0, 4023.0, 4014.0, 4002.0, 4012.0, 4013.0, 4032.0, 4012.0, 4042.0, 4002.0, 4020.0, 4000.0, 4011.0, 4000.0, 4012.0, 4031.0, 4012.0, 4021.0, 4002.0, 4013.0, 4011.0, 4012.0, 4031.0, 4012.0, 4000.0, 4032.0, 4023.0, 4034.0, 4015.0, 4014.0, 4033.0, 4013.0, 4033.0, 4003.0, 4025.0, 4034.0, 4014.0, 4034.0, 4002.0, 4024.0, 4023.0, 4014.0, 4054.0, 4013.0, 4023.0, 4003.0, 4021.0, 4002.0, 3999.0, 3991.0, 4011.0, 4033.0, 4012.0, 4033.0, 4014.0, 4026.0, 4036.0, 4017.0, 4016.0, 4027.0, 4027.0, 4037.0, 4025.0, 4055.0, 4002.0, 4042.0, 4001.0, 4031.0, 4013.0, 4021.0, 4001.0, 4011.0, 3992.0, 4012.0, 4012.0, 4013.0, 4022.0, 4002.0, 4011.0, 4013.0, 4001.0, 4012.0, 4011.0, 4031.0, 4002.0, 4031.0, 4013.0, 4031.0, 4013.0, 4022.0, 4033.0, 4014.0, 4034.0, 4015.0, 4024.0, 4034.0, 4016.0, 4024.0, 4014.0, 4002.0, 4034.0, 3989.0, 4042.0, 4000.0, 4041.0, 4000.0, 4010.0, 4000.0, 4020.0, 4000.0, 4001.0, 4030.0, 4013.0, 4032.0, 4003.0, 4013.0, 4033.0, 4014.0, 4034.0, 4003.0, 4024.0, 4034.0, 4014.0, 4034.0, 4004.0, 4023.0, 4034.0], 'WindowWidth': [9084.0, 9002.0, 8988.0, 8964.0, 8942.0, 9007.0, 8934.0, 8929.0, 8927.0, 8931.0, 8983.0, 8930.0, 8912.0, 8955.0, 8925.0, 8981.0, 8939.0, 8934.0, 8934.0, 8891.0, 8929.0, 8904.0, 8905.0, 8891.0, 8891.0, 8906.0, 8895.0, 8912.0, 8968.0, 8930.0, 8896.0, 8966.0, 8911.0, 8906.0, 8906.0, 8893.0, 8944.0, 8892.0, 8893.0, 8949.0, 8912.0, 8906.0, 8933.0, 8892.0, 8901.0, 8875.0, 8894.0, 8931.0, 8890.0, 8902.0, 8874.0, 8910.0, 8929.0, 8910.0, 8914.0, 8927.0, 8917.0, 8936.0, 8975.0, 8948.0, 8918.0, 8988.0, 8932.0, 8930.0, 8932.0, 8919.0, 8999.0, 8915.0, 8915.0, 8971.0, 8919.0, 9000.0, 8960.0, 8911.0, 8952.0, 8910.0, 8935.0, 8923.0, 8889.0, 8960.0, 8892.0, 8888.0, 8905.0, 8907.0, 8957.0, 8890.0, 8953.0, 8873.0, 8884.0, 8886.0, 8891.0, 8914.0, 8890.0, 8926.0, 8888.0, 8886.0, 8902.0, 8912.0, 8963.0, 8944.0, 8933.0, 8920.0, 8900.0, 8903.0, 8892.0, 8889.0, 8888.0, 8915.0, 8891.0, 8906.0, 8911.0, 8932.0, 8930.0, 8917.0, 8970.0, 8917.0, 8966.0, 8914.0, 8968.0, 8943.0, 8976.0, 8933.0, 8955.0, 8891.0, 8941.0, 8893.0, 8942.0, 8917.0, 8883.0, 8876.0, 8873.0, 8891.0, 8895.0, 8905.0, 8890.0, 8944.0, 8907.0, 8907.0, 8915.0, 8911.0, 8923.0, 8913.0, 8965.0, 8915.0, 8970.0, 8916.0, 8936.0, 8925.0, 8891.0, 8909.0, 8896.0, 8909.0, 8905.0, 8950.0, 8911.0, 8910.0, 8930.0, 8918.0, 8932.0, 8913.0, 8967.0, 8916.0, 8937.0, 8928.0, 8940.0, 8940.0, 8892.0, 8921.0, 8859.0, 8904.0, 8893.0, 8943.0, 8873.0, 8954.0, 8871.0, 8936.0, 8891.0, 8912.0, 8887.0, 8871.0, 8912.0, 8870.0, 8926.0, 8892.0, 8927.0, 8873.0, 8883.0, 8885.0, 8886.0, 8901.0, 8894.0, 8931.0, 8907.0, 8892.0, 8953.0, 8909.0, 8967.0, 8916.0, 8949.0, 8911.0, 8906.0, 8905.0, 8906.0, 8935.0, 8899.0, 8965.0, 8899.0, 8906.0, 8909.0, 8916.0, 8970.0, 8917.0, 8908.0, 8911.0, 8912.0, 8967.0, 8930.0, 8941.0, 8937.0, 8909.0, 8965.0, 8894.0, 8977.0, 8897.0, 8960.0, 8932.0, 8874.0, 8887.0, 8893.0, 8932.0, 8898.0, 8929.0, 8923.0, 8893.0, 8947.0, 8896.0, 8960.0, 8925.0, 8930.0, 8915.0, 8886.0, 8930.0, 8891.0, 8946.0, 8895.0, 8916.0, 8916.0, 8891.0, 8930.0, 8889.0, 8943.0, 8890.0, 8903.0, 8906.0, 8894.0, 8935.0, 8918.0, 8938.0, 8924.0, 8912.0, 8953.0, 8916.0, 8942.0, 8948.0, 8896.0, 8971.0, 8916.0, 8954.0, 8919.0, 8932.0, 8958.0, 8920.0, 9001.0, 8961.0, 8902.0, 8957.0, 8900.0, 8997.0, 8926.0, 8976.0, 8891.0, 8891.0, 8904.0, 8913.0, 8936.0, 8910.0, 8913.0, 8952.0, 8918.0, 8963.0, 8959.0, 8936.0, 8934.0, 8890.0, 8917.0, 8877.0, 8941.0, 8877.0, 8951.0, 8915.0, 8882.0, 8885.0, 8890.0, 8929.0, 8890.0, 8928.0, 8922.0, 8894.0, 8948.0, 8897.0, 8953.0, 8915.0, 8924.0, 8908.0, 8908.0, 8935.0, 8914.0, 8941.0, 8943.0, 8899.0, 8967.0, 8915.0, 8925.0, 8915.0, 8918.0, 8971.0, 8904.0, 8955.0, 8916.0, 8916.0, 8958.0, 8921.0, 9001.0, 8949.0, 8952.0, 8939.0, 8892.0, 8924.0, 8881.0, 8922.0, 8892.0, 8958.0, 8891.0, 8902.0, 8896.0, 8909.0, 8911.0, 8908.0, 8937.0, 8913.0, 8937.0, 8908.0, 8959.0, 8948.0, 8930.0, 8944.0, 8913.0, 8954.0, 8902.0, 8981.0, 8933.0, 8952.0, 8953.0, 8899.0, 8954.0, 8918.0, 8944.0, 8946.0, 8917.0, 8985.0, 8913.0, 8996.0, 8900.0, 8977.0, 8934.0, 8918.0, 8889.0, 8894.0, 8932.0, 8902.0, 8923.0, 8928.0, 8896.0, 8954.0, 8884.0, 8977.0, 8898.0, 8973.0, 8918.0, 8912.0, 8885.0, 8871.0, 8888.0, 8903.0, 8928.0, 8894.0, 8930.0, 8907.0, 8879.0, 8920.0, 8897.0, 8949.0, 8897.0, 8933.0, 8893.0, 8892.0, 8923.0, 8901.0, 8936.0, 8911.0, 8923.0, 8954.0, 8918.0, 8967.0, 8947.0, 8936.0, 8941.0, 8891.0, 8907.0, 8910.0, 8938.0, 8897.0, 8921.0, 8912.0, 8917.0, 8958.0, 8920.0, 8963.0, 8950.0, 8932.0, 8988.0, 8933.0, 8933.0, 8993.0, 8940.0, 8952.0, 8948.0, 8923.0, 8962.0, 8937.0, 8942.0, 9004.0, 8966.0, 8916.0, 8959.0, 8903.0, 8944.0, 8928.0, 8897.0, 8982.0, 8912.0, 8898.0, 8939.0, 8900.0, 8980.0, 8940.0, 8878.0, 8935.0, 8895.0, 8935.0, 8923.0, 8893.0, 8949.0, 8896.0, 8897.0, 8941.0, 8915.0, 8951.0, 8914.0, 8912.0, 8952.0, 8917.0, 8925.0, 8957.0, 8915.0, 8980.0, 8914.0, 8930.0, 8942.0, 8902.0, 8983.0, 8914.0, 8902.0, 8918.0, 8934.0, 8945.0, 8948.0, 8924.0, 8959.0, 8950.0, 8918.0, 8974.0, 8919.0, 8982.0, 8913.0, 8912.0, 8955.0, 8915.0, 8964.0, 8941.0, 8908.0, 8952.0, 8897.0, 8940.0, 8900.0, 8925.0, 8982.0, 8914.0, 8896.0, 8954.0, 8920.0, 8942.0, 8928.0, 8914.0, 8954.0, 8919.0, 8917.0, 8946.0, 8913.0, 8998.0, 8914.0, 8936.0, 8895.0, 8927.0, 8955.0, 8914.0, 8939.0, 8911.0, 8914.0, 8969.0, 8918.0, 8940.0, 8942.0, 8898.0, 8966.0, 8913.0, 8897.0, 8954.0, 8915.0, 8941.0, 8926.0, 8898.0, 8939.0, 8914.0, 8914.0, 8968.0, 8915.0, 8914.0, 8972.0, 8933.0, 8913.0, 8971.0, 8903.0, 8952.0, 8910.0, 8897.0, 8982.0, 8913.0, 8896.0, 8950.0, 8912.0, 8915.0, 8914.0, 8902.0, 8979.0, 8911.0, 8879.0, 8936.0, 8913.0, 8902.0, 8957.0, 8919.0, 8917.0, 8930.0, 8906.0, 8944.0, 8933.0, 8917.0, 8956.0, 8930.0, 8933.0, 8988.0, 8951.0, 8918.0, 8989.0, 8919.0, 8946.0, 8932.0, 8920.0, 8973.0, 8959.0, 8922.0, 8974.0, 8933.0, 8919.0, 8988.0, 8948.0, 8943.0, 8942.0, 8898.0, 8982.0, 8941.0, 8897.0, 8982.0, 8910.0, 8881.0, 8937.0, 8915.0, 8909.0, 8942.0, 8899.0, 8969.0, 8913.0, 8908.0, 8926.0, 8909.0, 8925.0, 8876.0, 8933.0, 8874.0, 8929.0, 8876.0, 8906.0, 8907.0, 8895.0, 8922.0, 8911.0, 8915.0, 8958.0, 8919.0, 8958.0, 8941.0, 8900.0, 8981.0, 8915.0, 8966.0, 8955.0, 8905.0, 8932.0, 8892.0, 8944.0, 8882.0, 8937.0, 8893.0, 8893.0, 8949.0, 8908.0, 8913.0, 8959.0, 8925.0, 8944.0, 8950.0, 8917.0, 8970.0, 8919.0, 8918.0, 8961.0, 8918.0, 8987.0, 8917.0, 8916.0, 8969.0, 8920.0, 8954.0, 8943.0, 8913.0, 8981.0, 8901.0, 8921.0, 8927.0, 8893.0, 8966.0, 8893.0, 8891.0, 8908.0, 8896.0, 8951.0, 8913.0, 8922.0, 8939.0, 8897.0, 8963.0, 8898.0, 8934.0, 8937.0, 8891.0, 8946.0, 8878.0, 8915.0, 8908.0, 8894.0, 8909.0, 8896.0, 8963.0, 8914.0, 8895.0, 8925.0, 8914.0, 8985.0, 8899.0, 8994.0, 8896.0, 8961.0, 8911.0, 8933.0, 8892.0, 8891.0, 8935.0, 8913.0, 8925.0, 8930.0, 8897.0, 8968.0, 8916.0, 8951.0, 8899.0, 8926.0, 8898.0, 8908.0, 8951.0, 8912.0, 8910.0, 8911.0, 8915.0, 8954.0, 8914.0, 8979.0, 8911.0, 8895.0, 8897.0, 8921.0, 8954.0, 8930.0, 8930.0, 8973.0, 8924.0, 8947.0, 8953.0, 8920.0, 8976.0, 8920.0, 8944.0, 8951.0, 8931.0, 8943.0, 8912.0, 8940.0, 8898.0, 8954.0, 8918.0, 8972.0, 8922.0, 8969.0, 8914.0, 8941.0, 8919.0, 8916.0, 8917.0, 8929.0, 8960.0, 8921.0, 8958.0, 8922.0, 8959.0, 8952.0, 8939.0, 8929.0, 8896.0, 8899.0, 8896.0, 8925.0, 8907.0, 8948.0, 8909.0, 8952.0, 8915.0, 8952.0, 8927.0, 8924.0, 8913.0, 8912.0, 8939.0, 8936.0, 8957.0, 8931.0, 8928.0, 8918.0, 8950.0, 8990.0, 8957.0, 8961.0, 8962.0, 8918.0, 8959.0, 8938.0, 8989.0, 8955.0, 8959.0, 8961.0, 8930.0, 8971.0, 8954.0, 8978.0, 8969.0, 8947.0, 8964.0, 8934.0, 8988.0, 8936.0, 8958.0, 8948.0, 8939.0, 8929.0, 8907.0, 8909.0, 8919.0, 8920.0, 8906.0, 8945.0, 8909.0, 8949.0, 8928.0, 8943.0, 8931.0, 8956.0, 8932.0, 8945.0, 8959.0, 8949.0, 8960.0, 8932.0, 8954.0, 8930.0, 8965.0, 8932.0, 8956.0, 8930.0, 8949.0, 8926.0, 8949.0, 8927.0, 8953.0, 8928.0, 8943.0, 8944.0, 8942.0, 8969.0, 8945.0, 8986.0, 8951.0, 8967.0, 8929.0, 8954.0, 8930.0, 8945.0, 8984.0, 8945.0, 8948.0, 8997.0, 8955.0, 8955.0, 9009.0, 8953.0, 8999.0, 8943.0, 8995.0, 8925.0, 8957.0, 8932.0, 8926.0, 8900.0, 8945.0, 8907.0, 8945.0, 8980.0, 8949.0, 8971.0, 8932.0, 8961.0, 8973.0, 8948.0, 8991.0, 8949.0, 8980.0, 8994.0, 8969.0, 8995.0, 8972.0, 8971.0, 9009.0, 8973.0, 8976.0, 8965.0, 8947.0, 8990.0, 8931.0, 8982.0, 8940.0, 8952.0, 8927.0, 8939.0, 8984.0, 8943.0, 8953.0, 8927.0, 8935.0, 8925.0, 8938.0, 8981.0, 8924.0, 8947.0, 8924.0, 8950.0, 8909.0, 8920.0, 8950.0, 8922.0, 8957.0, 8983.0, 8951.0, 8971.0, 8949.0, 8945.0, 8956.0, 8931.0, 8940.0, 8944.0, 8926.0, 9000.0, 8940.0, 8953.0, 8930.0, 8945.0, 8970.0, 8948.0, 8946.0, 8986.0, 8952.0, 8969.0, 8948.0, 8942.0, 8931.0, 8922.0, 8949.0, 8942.0, 8952.0, 8928.0, 8926.0, 8957.0, 8946.0, 8971.0, 8946.0, 8954.0, 8943.0, 8906.0, 8951.0, 8921.0, 8945.0, 8920.0, 8930.0, 8921.0, 8922.0, 8951.0, 8927.0, 8952.0, 8926.0, 8938.0, 8968.0, 8925.0, 8940.0, 8925.0, 8945.0, 8955.0, 8946.0, 8927.0, 8941.0, 8945.0, 8968.0, 8942.0, 8980.0, 8927.0, 8948.0, 8921.0, 8938.0, 8923.0, 8942.0, 8963.0, 8941.0, 8951.0, 8926.0, 8941.0, 8938.0, 8942.0, 8965.0, 8940.0, 8922.0, 8966.0, 8960.0, 8974.0, 8951.0, 8945.0, 8973.0, 8945.0, 8970.0, 8932.0, 8962.0, 8973.0, 8948.0, 8973.0, 8929.0, 8959.0, 8958.0, 8946.0, 9001.0, 8945.0, 8955.0, 8930.0, 8949.0, 8928.0, 8919.0, 8911.0, 8936.0, 8968.0, 8941.0, 8972.0, 8948.0, 8969.0, 8982.0, 8959.0, 8955.0, 8970.0, 8969.0, 8982.0, 8964.0, 9002.0, 8925.0, 8979.0, 8925.0, 8964.0, 8944.0, 8949.0, 8927.0, 8938.0, 8913.0, 8942.0, 8941.0, 8944.0, 8953.0, 8928.0, 8938.0, 8942.0, 8923.0, 8940.0, 8936.0, 8964.0, 8926.0, 8964.0, 8945.0, 8965.0, 8943.0, 8954.0, 8971.0, 8947.0, 8973.0, 8949.0, 8961.0, 8974.0, 8953.0, 8959.0, 8946.0, 8927.0, 8973.0, 8904.0, 8978.0, 8918.0, 8977.0, 8918.0, 8931.0, 8920.0, 8945.0, 8920.0, 8923.0, 8962.0, 8942.0, 8966.0, 8930.0, 8944.0, 8973.0, 8949.0, 8975.0, 8934.0, 8960.0, 8973.0, 8947.0, 8972.0, 8933.0, 8958.0, 8974.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.00018540219378427786</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02030741087751371</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.09843149902102</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.239201054702652</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9895139864043917</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4469</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6875.6489</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06586303585474451</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.09140767824497258</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.518704416048578</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.49665766774777</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.76927784306618</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2901777373317835</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00620239</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020523758605122566</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02070777863264084</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.4262390828304596</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>35.3802</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5784</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.557</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>311163.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>812.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.3421</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6244</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.3179</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3229.0772</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3482.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65381.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>724.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4361.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1016.2669</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.330099780811</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> |