=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0084 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0084",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
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-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-02/func/sub-0084_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>0fb222598df4633b9d385c820727f940</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>10:57:23.867500</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.999204, 0.0349761, -0.019198, -0.03402, 0.998265, 0.0480522]</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.11274</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>[4143, -7770, -7267, 511, -29, -354, 53, 56]</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>289.863</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a148dde1-50b1-45cf-8420-8510b5d86e50||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.680790662765503, -0.09127312153577805, -0.05628253147006035, 121.1372299194336], [-0.09383823722600937, 2.6782729625701904, 0.12787416577339172, -90.65597534179688], [-0.051506850868463516, -0.12892049551010132, 2.696382999420166, -81.29553985595703], [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': ['105723.867500', '105724.327500', '105724.787500', '105725.247500', '105725.707500', '105726.167500', '105726.627500', '105727.087500', '105727.547500', '105728.007500', '105728.467500', '105728.927500', '105729.387500', '105729.847500', '105730.307500', '105730.767500', '105731.227500', '105731.687500', '105732.147500', '105732.607500', '105733.067500', '105733.527500', '105733.987500', '105734.447500', '105734.907500', '105735.367500', '105735.827500', '105736.287500', '105736.747500', '105737.207500', '105737.667500', '105738.127500', '105738.587500', '105739.047500', '105739.507500', '105739.967500', '105740.427500', '105740.887500', '105741.347500', '105741.807500', '105742.267500', '105742.727500', '105743.187500', '105743.647500', '105744.107500', '105744.567500', '105745.027500', '105745.487500', '105745.947500', '105746.407500', '105746.867500', '105747.327500', '105747.787500', '105748.247500', '105748.707500', '105749.167500', '105749.627500', '105750.087500', '105750.547500', '105751.007500', '105751.467500', '105751.927500', '105752.387500', '105752.847500', '105753.307500', '105753.767500', '105754.227500', '105754.687500', '105755.147500', '105755.607500', '105756.067500', '105756.527500', '105756.987500', '105757.447500', '105757.907500', '105758.367500', '105758.827500', '105759.287500', '105759.747500', '105800.207500', '105800.667500', '105801.127500', '105801.587500', '105802.047500', '105802.507500', '105802.967500', '105803.427500', '105803.887500', '105804.347500', '105804.807500', '105805.267500', '105805.727500', '105806.187500', '105806.647500', '105807.107500', '105807.567500', '105808.027500', '105808.487500', '105808.947500', '105809.407500', '105809.867500', '105810.327500', '105810.787500', '105811.247500', '105811.707500', '105812.167500', '105812.627500', '105813.087500', '105813.547500', '105814.007500', '105814.467500', '105814.927500', '105815.387500', '105815.847500', '105816.307500', '105816.767500', '105817.227500', '105817.687500', '105818.147500', '105818.607500', '105819.067500', '105819.527500', '105819.987500', '105820.447500', '105820.907500', '105821.367500', '105821.827500', '105822.287500', '105822.747500', '105823.207500', '105823.667500', '105824.127500', '105824.587500', '105825.047500', '105825.507500', '105825.967500', '105826.427500', '105826.887500', '105827.347500', '105827.807500', '105828.267500', '105828.727500', '105829.187500', '105829.647500', '105830.107500', '105830.567500', '105831.027500', '105831.487500', '105831.947500', '105832.407500', '105832.867500', '105833.327500', '105833.787500', '105834.247500', '105834.707500', '105835.167500', '105835.627500', '105836.087500', '105836.547500', '105837.007500', '105837.467500', '105837.927500', '105838.387500', '105838.847500', '105839.307500', '105839.767500', '105840.227500', '105840.687500', '105841.147500', '105841.607500', '105842.067500', '105842.527500', '105842.987500', '105843.447500', '105843.907500', '105844.367500', '105844.827500', '105845.287500', '105845.747500', '105846.207500', '105846.667500', '105847.127500', '105847.587500', '105848.047500', '105848.507500', '105848.967500', '105849.427500', '105849.887500', '105850.347500', '105850.807500', '105851.267500', '105851.727500', '105852.187500', '105852.647500', '105853.107500', '105853.567500', '105854.027500', '105854.487500', '105854.947500', '105855.407500', '105855.867500', '105856.327500', '105856.787500', '105857.247500', '105857.707500', '105858.167500', '105858.627500', '105859.087500', '105859.547500', '105900.007500', '105900.467500', '105900.927500', '105901.387500', '105901.847500', '105902.307500', '105902.767500', '105903.227500', '105903.687500', '105904.147500', '105904.607500', '105905.067500', '105905.527500', '105905.987500', '105906.447500', '105906.907500', '105907.367500', '105907.827500', '105908.287500', '105908.747500', '105909.207500', '105909.667500', '105910.127500', '105910.587500', '105911.047500', '105911.507500', '105911.967500', '105912.427500', '105912.887500', '105913.347500', '105913.807500', '105914.267500', '105914.727500', '105915.187500', '105915.647500', '105916.107500', '105916.567500', '105917.027500', '105917.487500', '105917.947500', '105918.407500', '105918.867500', '105919.327500', '105919.787500', '105920.247500', '105920.707500', '105921.167500', '105921.627500', '105922.087500', '105922.547500', '105923.007500', '105923.467500', '105923.927500', '105924.387500', '105924.847500', '105925.307500', '105925.767500', '105926.227500', '105926.687500', '105927.147500', '105927.607500', '105928.067500', '105928.527500', '105928.987500', '105929.447500', '105929.907500', '105930.367500', '105930.827500', '105931.287500', '105931.747500', '105932.207500', '105932.667500', '105933.127500', '105933.587500', '105934.047500', '105934.507500', '105934.967500', '105935.427500', '105935.887500', '105936.347500', '105936.807500', '105937.267500', '105937.727500', '105938.187500', '105938.647500', '105939.107500', '105939.567500', '105940.027500', '105940.487500', '105940.947500', '105941.407500', '105941.867500', '105942.327500', '105942.787500', '105943.247500', '105943.707500', '105944.167500', '105944.627500', '105945.087500', '105945.547500', '105946.007500', '105946.467500', '105946.927500', '105947.387500', '105947.847500', '105948.307500', '105948.767500', '105949.227500', '105949.687500', '105950.147500', '105950.607500', '105951.067500', '105951.527500', '105951.987500', '105952.447500', '105952.907500', '105953.367500', '105953.827500', '105954.287500', '105954.747500', '105955.207500', '105955.667500', '105956.127500', '105956.587500', '105957.047500', '105957.507500', '105957.967500', '105958.427500', '105958.887500', '105959.347500', '105959.807500', '110000.267500', '110000.727500', '110001.187500', '110001.647500', '110002.107500', '110002.567500', '110003.027500', '110003.487500', '110003.947500', '110004.407500', '110004.867500', '110005.327500', '110005.787500', '110006.247500', '110006.707500', '110007.167500', '110007.627500', '110008.087500', '110008.547500', '110009.007500', '110009.467500', '110009.927500', '110010.387500', '110010.847500', '110011.307500', '110011.767500', '110012.227500', '110012.687500', '110013.147500', '110013.607500', '110014.067500', '110014.527500', '110014.987500', '110015.447500', '110015.907500', '110016.367500', '110016.827500', '110017.287500', '110017.747500', '110018.207500', '110018.667500', '110019.127500', '110019.587500', '110020.047500', '110020.507500', '110020.967500', '110021.427500', '110021.887500', '110022.347500', '110022.807500', '110023.267500', '110023.727500', '110024.187500', '110024.647500', '110025.107500', '110025.567500', '110026.027500', '110026.487500', '110026.947500', '110027.407500', '110027.867500', '110028.327500', '110028.787500', '110029.247500', '110029.707500', '110030.167500', '110030.627500', '110031.087500', '110031.547500', '110032.007500', '110032.467500', '110032.927500', '110033.387500', '110033.847500', '110034.307500', '110034.767500', '110035.227500', '110035.687500', '110036.147500', '110036.607500', '110037.067500', '110037.527500', '110037.987500', '110038.447500', '110038.907500', '110039.367500', '110039.827500', '110040.287500', '110040.747500', '110041.207500', '110041.667500', '110042.127500', '110042.587500', '110043.047500', '110043.507500', '110043.967500', '110044.427500', '110044.887500', '110045.347500', '110045.807500', '110046.267500', '110046.727500', '110047.187500', '110047.647500', '110048.107500', '110048.567500', '110049.027500', '110049.487500', '110049.947500', '110050.407500', '110050.867500', '110051.327500', '110051.787500', '110052.247500', '110052.707500', '110053.167500', '110053.627500', '110054.087500', '110054.547500', '110055.007500', '110055.467500', '110055.927500', '110056.387500', '110056.847500', '110057.307500', '110057.767500', '110058.227500', '110058.687500', '110059.147500', '110059.607500', '110100.067500', '110100.527500', '110100.987500', '110101.447500', '110101.907500', '110102.367500', '110102.827500', '110103.287500', '110103.747500', '110104.207500', '110104.667500', '110105.127500', '110105.587500', '110106.047500', '110106.507500', '110106.967500', '110107.427500', '110107.887500', '110108.347500', '110108.807500', '110109.267500', '110109.727500', '110110.187500', '110110.647500', '110111.107500', '110111.567500', '110112.027500', '110112.487500', '110112.947500', '110113.407500', '110113.867500', '110114.327500', '110114.787500', '110115.247500', '110115.707500', '110116.167500', '110116.627500', '110117.087500', '110117.547500', '110118.007500', '110118.467500', '110118.927500', '110119.387500', '110119.847500', '110120.307500', '110120.767500', '110121.227500', '110121.687500', '110122.147500', '110122.607500', '110123.067500', '110123.527500', '110123.987500', '110124.447500', '110124.907500', '110125.367500', '110125.827500', '110126.287500', '110126.747500', '110127.207500', '110127.667500', '110128.127500', '110128.587500', '110129.047500', '110129.507500', '110129.967500', '110130.427500', '110130.887500', '110131.347500', '110131.807500', '110132.267500', '110132.727500', '110133.187500', '110133.647500', '110134.107500', '110134.567500', '110135.027500', '110135.487500', '110135.947500', '110136.407500', '110136.867500', '110137.327500', '110137.787500', '110138.247500', '110138.707500', '110139.167500', '110139.627500', '110140.087500', '110140.547500', '110141.007500', '110141.467500', '110141.927500', '110142.387500', '110142.847500', '110143.307500', '110143.767500', '110144.227500', '110144.687500', '110145.147500', '110145.607500', '110146.067500', '110146.527500', '110146.987500', '110147.447500', '110147.907500', '110148.367500', '110148.827500', '110149.287500', '110149.747500', '110150.207500', '110150.667500', '110151.127500', '110151.587500', '110152.047500', '110152.507500', '110152.967500', '110153.427500', '110153.887500', '110154.347500', '110154.807500', '110155.267500', '110155.727500', '110156.187500', '110156.647500', '110157.107500', '110157.567500', '110158.027500', '110158.487500', '110158.947500', '110159.407500', '110159.867500', '110200.327500', '110200.787500', '110201.247500', '110201.707500', '110202.167500', '110202.627500', '110203.087500', '110203.547500', '110204.007500', '110204.467500', '110204.927500', '110205.387500', '110205.847500', '110206.307500', '110206.767500', '110207.227500', '110207.687500', '110208.147500', '110208.607500', '110209.067500', '110209.527500', '110209.987500', '110210.447500', '110210.907500', '110211.367500', '110211.827500', '110212.287500', '110212.747500', '110213.207500', '110213.667500', '110214.127500', '110214.587500', '110215.047500', '110215.507500', '110215.967500', '110216.427500', '110216.887500', '110217.347500', '110217.807500', '110218.267500', '110218.727500', '110219.187500', '110219.647500', '110220.107500', '110220.567500', '110221.027500', '110221.487500', '110221.947500', '110222.407500', '110222.867500', '110223.327500', '110223.787500', '110224.247500', '110224.707500', '110225.167500', '110225.627500', '110226.087500', '110226.547500', '110227.007500', '110227.467500', '110227.927500', '110228.387500', '110228.847500', '110229.307500', '110229.767500', '110230.227500', '110230.687500', '110231.147500', '110231.607500', '110232.067500', '110232.527500', '110232.987500', '110233.447500', '110233.907500', '110234.367500', '110234.827500', '110235.287500', '110235.747500', '110236.207500', '110236.667500', '110237.127500', '110237.587500', '110238.047500', '110238.507500', '110238.967500', '110239.427500', '110239.887500', '110240.347500', '110240.807500', '110241.267500', '110241.727500', '110242.187500', '110242.647500', '110243.107500', '110243.567500', '110244.027500', '110244.487500', '110244.947500', '110245.407500', '110245.867500', '110246.327500', '110246.787500', '110247.247500', '110247.707500', '110248.167500', '110248.627500', '110249.087500', '110249.547500', '110250.007500', '110250.467500', '110250.927500', '110251.387500', '110251.847500', '110252.307500', '110252.767500', '110253.227500', '110253.687500', '110254.147500', '110254.607500', '110255.067500', '110255.527500', '110255.987500', '110256.447500', '110256.907500', '110257.367500', '110257.827500', '110258.287500', '110258.747500', '110259.207500', '110259.667500', '110300.127500', '110300.587500', '110301.047500', '110301.507500', '110301.967500', '110302.427500', '110302.887500', '110303.347500', '110303.807500', '110304.267500', '110304.727500', '110305.187500', '110305.647500', '110306.107500', '110306.567500', '110307.027500', '110307.487500', '110307.947500', '110308.407500', '110308.867500', '110309.327500', '110309.787500', '110310.247500', '110310.707500', '110311.167500', '110311.627500', '110312.087500', '110312.547500', '110313.007500', '110313.467500', '110313.927500', '110314.387500', '110314.847500', '110315.307500', '110315.767500', '110316.227500', '110316.687500', '110317.147500', '110317.607500', '110318.067500', '110318.527500', '110318.987500', '110319.447500', '110319.907500', '110320.367500', '110320.827500', '110321.287500', '110321.747500', '110322.207500', '110322.667500', '110323.127500', '110323.587500', '110324.047500', '110324.507500', '110324.967500', '110325.427500', '110325.887500', '110326.347500', '110326.807500', '110327.267500', '110327.727500', '110328.187500', '110328.647500', '110329.107500', '110329.567500', '110330.027500', '110330.487500', '110330.947500', '110331.407500', '110331.867500', '110332.327500', '110332.787500', '110333.247500', '110333.707500', '110334.167500', '110334.627500', '110335.087500', '110335.547500', '110336.007500', '110336.467500', '110336.927500', '110337.387500', '110337.847500', '110338.307500', '110338.767500', '110339.227500', '110339.687500', '110340.147500', '110340.607500', '110341.067500', '110341.527500', '110341.987500', '110342.447500', '110342.907500', '110343.367500', '110343.827500', '110344.287500', '110344.747500', '110345.207500', '110345.667500', '110346.127500', '110346.587500', '110347.047500', '110347.507500', '110347.967500', '110348.427500', '110348.887500', '110349.347500', '110349.807500', '110350.267500', '110350.727500', '110351.187500', '110351.647500', '110352.107500', '110352.567500', '110353.027500', '110353.487500', '110353.947500', '110354.407500', '110354.867500', '110355.327500', '110355.787500', '110356.247500', '110356.707500', '110357.167500', '110357.627500', '110358.087500', '110358.547500', '110359.007500', '110359.467500', '110359.927500', '110400.387500', '110400.847500', '110401.307500', '110401.767500', '110402.227500', '110402.687500', '110403.147500', '110403.607500', '110404.067500', '110404.527500', '110404.987500', '110405.447500', '110405.907500', '110406.367500', '110406.827500', '110407.287500', '110407.747500', '110408.207500', '110408.667500', '110409.127500', '110409.587500', '110410.047500', '110410.507500', '110410.967500', '110411.427500', '110411.887500', '110412.347500', '110412.807500', '110413.267500', '110413.727500', '110414.187500', '110414.647500', '110415.107500', '110415.567500', '110416.027500', '110416.487500', '110416.947500', '110417.407500', '110417.867500', '110418.327500', '110418.787500', '110419.247500', '110419.707500', '110420.167500', '110420.627500', '110421.087500', '110421.547500', '110422.007500', '110422.467500', '110422.927500', '110423.387500', '110423.847500', '110424.307500', '110424.767500', '110425.227500', '110425.687500', '110426.147500', '110426.607500', '110427.067500', '110427.527500', '110427.987500', '110428.447500', '110428.907500', '110429.367500', '110429.827500', '110430.287500', '110430.747500', '110431.207500', '110431.667500', '110432.127500', '110432.587500', '110433.047500', '110433.507500', '110433.967500', '110434.427500', '110434.887500', '110435.347500', '110435.807500', '110436.267500', '110436.727500', '110437.187500', '110437.647500', '110438.107500', '110438.567500', '110439.027500', '110439.487500', '110439.947500', '110440.407500', '110440.867500', '110441.327500', '110441.787500', '110442.247500', '110442.707500', '110443.167500', '110443.627500', '110444.087500', '110444.547500', '110445.007500', '110445.467500', '110445.927500', '110446.387500', '110446.847500', '110447.307500', '110447.767500', '110448.227500', '110448.687500', '110449.147500', '110449.607500', '110450.067500', '110450.527500', '110450.987500', '110451.447500', '110451.907500', '110452.367500', '110452.827500', '110453.287500', '110453.747500', '110454.207500', '110454.667500', '110455.127500', '110455.587500', '110456.047500', '110456.507500', '110456.967500', '110457.427500', '110457.887500', '110458.347500', '110458.807500', '110459.267500', '110459.727500', '110500.187500', '110500.647500', '110501.107500', '110501.567500', '110502.027500', '110502.487500', '110502.947500', '110503.407500', '110503.867500', '110504.327500', '110504.787500', '110505.247500', '110505.707500', '110506.167500', '110506.627500', '110507.087500', '110507.547500', '110508.007500', '110508.467500', '110508.927500', '110509.387500', '110509.847500', '110510.307500', '110510.767500', '110511.227500', '110511.687500', '110512.147500', '110512.607500', '110513.067500', '110513.527500', '110513.987500', '110514.447500', '110514.907500', '110515.367500', '110515.827500', '110516.287500', '110516.747500', '110517.207500', '110517.667500', '110518.127500', '110518.587500', '110519.047500', '110519.507500', '110519.967500', '110520.427500', '110520.887500', '110521.347500', '110521.807500', '110522.267500', '110522.727500', '110523.187500', '110523.647500', '110524.107500', '110524.567500', '110525.027500', '110525.487500', '110525.947500', '110526.407500', '110526.867500', '110527.327500', '110527.787500', '110528.247500', '110528.707500', '110529.167500', '110529.627500', '110530.087500', '110530.547500', '110531.007500', '110531.467500', '110531.927500', '110532.387500', '110532.847500', '110533.307500', '110533.767500', '110534.227500', '110534.687500', '110535.147500', '110535.607500', '110536.067500', '110536.527500', '110536.987500', '110537.447500', '110537.907500', '110538.367500', '110538.827500', '110539.287500', '110539.747500', '110540.207500', '110540.667500', '110541.127500', '110541.587500', '110542.047500', '110542.507500', '110542.967500', '110543.427500', '110543.887500', '110544.347500', '110544.807500', '110545.267500', '110545.727500', '110546.187500', '110546.647500', '110547.107500', '110547.567500', '110548.027500', '110548.487500'], 'ContentTime': ['105745.468000', '105745.471000', '105745.474000', '105745.477000', '105745.479000', '105745.482000', '105745.485000', '105745.487000', '105745.505000', '105745.507000', '105745.510000', '105745.513000', '105745.516000', '105745.518000', '105745.521000', '105745.523000', '105745.526000', '105745.528000', '105745.531000', '105745.534000', '105745.536000', '105745.539000', '105745.542000', '105745.544000', '105745.547000', '105745.549000', '105745.552000', '105745.560000', '105745.563000', '105745.565000', '105745.568000', '105745.571000', '105745.573000', '105745.576000', '105745.579000', '105745.581000', '105745.584000', '105745.586000', '105745.589000', '105745.591000', '105745.594000', '105745.611000', '105745.614000', '105745.616000', '105805.416000', '105805.419000', '105805.422000', '105805.425000', '105805.427000', '105805.430000', '105805.432000', '105805.435000', '105805.437000', '105805.440000', '105805.443000', '105805.445000', '105805.448000', '105805.450000', '105805.453000', '105805.456000', '105805.458000', '105805.461000', '105805.463000', '105805.466000', '105805.468000', '105805.471000', '105805.474000', '105805.476000', '105805.479000', '105805.481000', '105805.484000', '105805.487000', '105805.489000', '105805.492000', '105805.494000', '105805.497000', '105805.500000', '105805.512000', '105805.515000', '105805.517000', '105805.520000', '105805.522000', '105805.525000', '105805.528000', '105805.531000', '105805.533000', '105805.537000', '105825.417000', '105825.420000', '105825.423000', '105825.425000', '105825.428000', '105825.430000', '105825.433000', '105825.436000', '105825.438000', '105825.441000', '105825.443000', '105825.446000', '105825.449000', '105825.451000', '105825.454000', '105825.456000', '105825.459000', '105825.461000', '105825.464000', '105825.466000', '105825.469000', '105825.471000', '105825.474000', '105825.477000', '105825.479000', '105825.482000', '105825.484000', '105825.487000', '105825.490000', '105825.492000', '105825.495000', '105825.497000', '105825.500000', '105825.502000', '105825.505000', '105825.508000', '105825.510000', '105825.513000', '105825.515000', '105825.525000', '105825.528000', '105825.531000', '105825.533000', '105825.536000', '105845.417000', '105845.420000', '105845.423000', '105845.426000', '105845.428000', '105845.431000', '105845.434000', '105845.436000', '105845.439000', '105845.441000', '105845.444000', '105845.447000', '105845.449000', '105845.452000', '105845.454000', '105845.457000', '105845.459000', '105845.462000', '105845.465000', '105845.467000', '105845.470000', '105845.472000', '105845.475000', '105845.477000', '105845.480000', '105845.483000', '105845.485000', '105845.488000', '105845.490000', '105845.493000', '105845.496000', '105845.498000', '105845.501000', '105845.503000', '105845.506000', '105845.509000', '105845.511000', '105845.514000', '105845.516000', '105845.519000', '105845.522000', '105845.524000', '105845.527000', '105905.417000', '105905.420000', '105905.423000', '105905.425000', '105905.428000', '105905.431000', '105905.433000', '105905.436000', '105905.439000', '105905.441000', '105905.444000', '105905.447000', '105905.449000', '105905.452000', '105905.454000', '105905.457000', '105905.460000', '105905.462000', '105905.465000', '105905.467000', '105905.470000', '105905.473000', '105905.475000', '105905.478000', '105905.480000', '105905.483000', '105905.485000', '105905.488000', '105905.490000', '105905.493000', '105905.496000', '105905.506000', '105905.509000', '105905.512000', '105905.514000', '105905.517000', '105905.519000', '105905.522000', '105905.524000', '105905.527000', '105905.529000', '105905.532000', '105905.535000', '105905.537000', '105925.418000', '105925.421000', '105925.423000', '105925.426000', '105925.428000', '105925.431000', '105925.434000', '105925.436000', '105925.439000', '105925.441000', '105925.444000', '105925.447000', '105925.449000', '105925.452000', '105925.454000', '105925.457000', '105925.460000', '105925.462000', '105925.465000', '105925.467000', '105925.470000', '105925.473000', '105925.475000', '105925.478000', '105925.480000', '105925.483000', '105925.486000', '105925.489000', '105925.491000', '105925.494000', '105925.496000', '105925.505000', '105925.508000', '105925.511000', '105925.513000', '105925.516000', '105925.518000', '105925.521000', '105925.524000', '105925.526000', '105925.529000', '105925.531000', '105925.534000', '105945.416000', '105945.419000', '105945.422000', '105945.424000', '105945.427000', '105945.429000', '105945.432000', '105945.449000', '105945.451000', '105945.454000', '105945.457000', '105945.459000', '105945.462000', '105945.464000', '105945.467000', '105945.470000', '105945.472000', '105945.475000', '105945.478000', '105945.480000', '105945.483000', '105945.485000', '105945.488000', '105945.490000', '105945.493000', '105945.495000', '105945.498000', '105945.501000', '105945.503000', '105945.506000', '105945.509000', '105945.511000', '105945.514000', '105945.516000', '105945.519000', '105945.522000', '105945.524000', '105945.527000', '105945.529000', '105945.532000', '105945.535000', '105945.537000', '105945.540000', '105945.542000', '110005.416000', '110005.419000', '110005.422000', '110005.425000', '110005.427000', '110005.430000', '110005.433000', '110005.435000', '110005.438000', '110005.440000', '110005.443000', '110005.446000', '110005.448000', '110005.451000', '110005.453000', '110005.456000', '110005.459000', '110005.461000', '110005.464000', '110005.466000', '110005.469000', '110005.472000', '110005.474000', '110005.477000', '110005.480000', '110005.482000', '110005.491000', '110005.494000', '110005.496000', '110005.499000', '110005.502000', '110005.504000', '110005.507000', '110005.510000', '110005.512000', '110005.515000', '110005.517000', '110005.520000', '110005.523000', '110005.525000', '110005.528000', '110005.530000', '110005.533000', '110025.417000', '110025.420000', '110025.423000', '110025.425000', '110025.428000', '110025.431000', '110025.433000', '110025.436000', '110025.438000', '110025.441000', '110025.444000', '110025.446000', '110025.449000', '110025.451000', '110025.454000', '110025.457000', '110025.459000', '110025.462000', '110025.465000', '110025.467000', '110025.470000', '110025.472000', '110025.475000', '110025.478000', '110025.480000', '110025.483000', '110025.485000', '110025.488000', '110025.491000', '110025.493000', '110025.496000', '110025.498000', '110025.501000', '110025.504000', '110025.506000', '110025.509000', '110025.512000', '110025.514000', '110025.517000', '110025.519000', '110025.522000', '110025.525000', '110025.527000', '110025.530000', '110045.417000', '110045.420000', '110045.423000', '110045.426000', '110045.428000', '110045.431000', '110045.433000', '110045.436000', '110045.439000', '110045.441000', '110045.444000', '110045.447000', '110045.449000', '110045.452000', '110045.454000', '110045.457000', '110045.460000', '110045.462000', '110045.465000', '110045.467000', '110045.476000', '110045.479000', '110045.481000', '110045.484000', '110045.487000', '110045.489000', '110045.492000', '110045.495000', '110045.497000', '110045.500000', '110045.502000', '110045.505000', '110045.508000', '110045.510000', '110045.513000', '110045.515000', '110045.518000', '110045.521000', '110045.523000', '110045.526000', '110045.528000', '110045.531000', '110045.533000', '110105.418000', '110105.420000', '110105.423000', '110105.426000', '110105.429000', '110105.432000', '110105.435000', '110105.438000', '110105.441000', '110105.443000', '110105.446000', '110105.449000', '110105.451000', '110105.454000', '110105.457000', '110105.459000', '110105.462000', '110105.464000', '110105.467000', '110105.470000', '110105.472000', '110105.475000', '110105.478000', '110105.480000', '110105.483000', '110105.485000', '110105.488000', '110105.491000', '110105.493000', '110105.496000', '110105.498000', '110105.501000', '110105.515000', '110105.518000', '110105.521000', '110105.523000', '110105.526000', '110105.528000', '110105.531000', '110105.534000', '110105.536000', '110105.539000', '110105.542000', '110125.418000', '110125.420000', '110125.423000', '110125.426000', '110125.428000', '110125.431000', '110125.434000', '110125.436000', '110125.439000', '110125.442000', '110125.444000', '110125.447000', '110125.449000', '110125.452000', '110125.455000', '110125.457000', '110125.460000', '110125.462000', '110125.465000', '110125.468000', '110125.470000', '110125.473000', '110125.476000', '110125.478000', '110125.481000', '110125.483000', '110125.486000', '110125.489000', '110125.491000', '110125.494000', '110125.496000', '110125.499000', '110125.502000', '110125.504000', '110125.507000', '110125.510000', '110125.512000', '110125.515000', '110125.517000', '110125.520000', '110125.523000', '110125.525000', '110125.528000', '110125.530000', '110145.418000', '110145.420000', '110145.423000', '110145.434000', '110145.437000', '110145.439000', '110145.442000', '110145.444000', '110145.447000', '110145.450000', '110145.452000', '110145.455000', '110145.458000', '110145.461000', '110145.463000', '110145.467000', '110145.469000', '110145.472000', '110145.474000', '110145.477000', '110145.480000', '110145.482000', '110145.485000', '110145.487000', '110145.490000', '110145.492000', '110145.495000', '110145.498000', '110145.500000', '110145.503000', '110145.506000', '110145.508000', '110145.511000', '110145.514000', '110145.516000', '110145.519000', '110145.522000', '110145.524000', '110145.527000', '110145.530000', '110145.532000', '110145.535000', '110145.537000', '110145.540000', '110205.417000', '110205.420000', '110205.422000', '110205.425000', '110205.428000', '110205.430000', '110205.433000', '110205.436000', '110205.438000', '110205.441000', '110205.444000', '110205.446000', '110205.449000', '110205.451000', '110205.454000', '110205.457000', '110205.459000', '110205.462000', '110205.465000', '110205.467000', '110205.470000', '110205.472000', '110205.475000', '110205.478000', '110205.480000', '110205.483000', '110205.485000', '110205.488000', '110205.491000', '110205.493000', '110205.496000', '110205.499000', '110205.501000', '110205.504000', '110205.506000', '110205.509000', '110205.511000', '110205.514000', '110205.516000', '110205.519000', '110205.522000', '110205.524000', '110205.527000', '110225.417000', '110225.419000', '110225.422000', '110225.424000', '110225.427000', '110225.430000', '110225.432000', '110225.435000', '110225.438000', '110225.440000', '110225.443000', '110225.446000', '110225.448000', '110225.451000', '110225.454000', '110225.456000', '110225.459000', '110225.462000', '110225.464000', '110225.467000', '110225.469000', '110225.472000', '110225.475000', '110225.477000', '110225.480000', '110225.482000', '110225.485000', '110225.488000', '110225.490000', '110225.493000', '110225.496000', '110225.498000', '110225.501000', '110225.503000', '110225.506000', '110225.509000', '110225.511000', '110225.514000', '110225.517000', '110225.519000', '110225.522000', '110225.524000', '110225.527000', '110245.427000', '110245.430000', '110245.432000', '110245.435000', '110245.438000', '110245.440000', '110245.443000', '110245.445000', '110245.448000', '110245.451000', '110245.453000', '110245.456000', '110245.458000', '110245.461000', '110245.464000', '110245.466000', '110245.469000', '110245.471000', '110245.474000', '110245.477000', '110245.479000', '110245.482000', '110245.484000', '110245.487000', '110245.489000', '110245.492000', '110245.495000', '110245.497000', '110245.500000', '110245.502000', '110245.505000', '110245.508000', '110245.510000', '110245.513000', '110245.515000', '110245.518000', '110245.520000', '110245.523000', '110245.526000', '110245.528000', '110245.531000', '110245.533000', '110245.536000', '110245.538000', '110305.418000', '110305.420000', '110305.423000', '110305.426000', '110305.428000', '110305.431000', '110305.434000', '110305.437000', '110305.440000', '110305.443000', '110305.446000', '110305.449000', '110305.452000', '110305.454000', '110305.457000', '110305.460000', '110305.462000', '110305.465000', '110305.468000', '110305.470000', '110305.473000', '110305.476000', '110305.478000', '110305.481000', '110305.483000', '110305.486000', '110305.488000', '110305.491000', '110305.494000', '110305.497000', '110305.500000', '110305.502000', '110305.505000', '110305.507000', '110305.510000', '110305.513000', '110305.515000', '110305.518000', '110305.520000', '110305.523000', '110305.525000', '110305.528000', '110305.531000', '110325.417000', '110325.420000', '110325.423000', '110325.425000', '110325.428000', '110325.431000', '110325.433000', '110325.436000', '110325.439000', '110325.441000', '110325.444000', '110325.447000', '110325.449000', '110325.452000', '110325.455000', '110325.457000', '110325.460000', '110325.462000', '110325.465000', '110325.468000', '110325.470000', '110325.473000', '110325.475000', '110325.478000', '110325.481000', '110325.483000', '110325.486000', '110325.489000', '110325.491000', '110325.494000', '110325.496000', '110325.499000', '110325.502000', '110325.504000', '110325.507000', '110325.509000', '110325.512000', '110325.515000', '110325.517000', '110325.520000', '110325.523000', '110325.525000', '110325.528000', '110325.530000', '110345.418000', '110345.420000', '110345.423000', '110345.426000', '110345.428000', '110345.431000', '110345.434000', '110345.436000', '110345.439000', '110345.441000', '110345.444000', '110345.447000', '110345.449000', '110345.452000', '110345.455000', '110345.457000', '110345.460000', '110345.462000', '110345.465000', '110345.468000', '110345.470000', '110345.473000', '110345.475000', '110345.478000', '110345.481000', '110345.483000', '110345.486000', '110345.489000', '110345.491000', '110345.494000', '110345.497000', '110345.499000', '110345.502000', '110345.504000', '110345.507000', '110345.510000', '110345.512000', '110345.515000', '110345.518000', '110345.520000', '110345.523000', '110345.526000', '110345.528000', '110405.418000', '110405.420000', '110405.423000', '110405.426000', '110405.429000', '110405.431000', '110405.434000', '110405.436000', '110405.439000', '110405.442000', '110405.444000', '110405.456000', '110405.458000', '110405.461000', '110405.464000', '110405.466000', '110405.469000', '110405.471000', '110405.474000', '110405.477000', '110405.479000', '110405.482000', '110405.484000', '110405.487000', '110405.489000', '110405.492000', '110405.495000', '110405.497000', '110405.500000', '110405.502000', '110405.505000', '110405.507000', '110405.510000', '110405.513000', '110405.515000', '110405.518000', '110405.521000', '110405.523000', '110405.526000', '110405.529000', '110405.531000', '110405.534000', '110405.536000', '110405.539000', '110425.416000', '110425.428000', '110425.431000', '110425.433000', '110425.436000', '110425.439000', '110425.441000', '110425.444000', '110425.446000', '110425.449000', '110425.452000', '110425.454000', '110425.457000', '110425.459000', '110425.462000', '110425.465000', '110425.467000', '110425.470000', '110425.472000', '110425.475000', '110425.478000', '110425.480000', '110425.483000', '110425.485000', '110425.488000', '110425.490000', '110425.493000', '110425.497000', '110425.500000', '110425.502000', '110425.505000', '110425.508000', '110425.510000', '110425.513000', '110425.515000', '110425.518000', '110425.520000', '110425.523000', '110425.526000', '110425.528000', '110425.531000', '110425.533000', '110425.537000', '110445.417000', '110445.419000', '110445.422000', '110445.425000', '110445.427000', '110445.430000', '110445.432000', '110445.435000', '110445.437000', '110445.440000', '110445.443000', '110445.445000', '110445.448000', '110445.451000', '110445.454000', '110445.457000', '110445.459000', '110445.462000', '110445.465000', '110445.467000', '110445.470000', '110445.472000', '110445.475000', '110445.478000', '110445.480000', '110445.483000', '110445.485000', '110445.488000', '110445.491000', '110445.493000', '110445.496000', '110445.498000', '110445.501000', '110445.504000', '110445.506000', '110445.509000', '110445.511000', '110445.514000', '110445.516000', '110445.519000', '110445.522000', '110445.524000', '110445.527000', '110445.529000', '110505.417000', '110505.419000', '110505.422000', '110505.425000', '110505.427000', '110505.430000', '110505.433000', '110505.435000', '110505.438000', '110505.441000', '110505.443000', '110505.446000', '110505.449000', '110505.451000', '110505.454000', '110505.456000', '110505.459000', '110505.461000', '110505.464000', '110505.467000', '110505.469000', '110505.472000', '110505.474000', '110505.477000', '110505.479000', '110505.482000', '110505.484000', '110505.487000', '110505.490000', '110505.492000', '110505.495000', '110505.498000', '110505.501000', '110505.504000', '110505.506000', '110505.510000', '110505.513000', '110505.516000', '110505.518000', '110505.521000', '110505.523000', '110505.526000', '110505.529000', '110525.417000', '110525.420000', '110525.423000', '110525.425000', '110525.428000', '110525.431000', '110525.433000', '110525.436000', '110525.438000', '110525.441000', '110525.444000', '110525.446000', '110525.449000', '110525.452000', '110525.454000', '110525.457000', '110525.459000', '110525.462000', '110525.465000', '110525.467000', '110525.470000', '110525.487000', '110525.489000', '110525.492000', '110525.494000', '110525.497000', '110525.500000', '110525.502000', '110525.505000', '110525.508000', '110525.510000', '110525.513000', '110525.516000', '110525.518000', '110525.521000', '110525.524000', '110525.526000', '110525.529000', '110525.532000', '110525.534000', '110525.537000', '110525.539000', '110525.542000', '110525.544000', '110545.418000', '110545.420000', '110545.423000', '110545.426000', '110545.429000', '110545.431000', '110545.434000', '110545.437000', '110545.439000', '110545.442000', '110545.444000', '110545.447000', '110545.450000', '110545.452000', '110545.455000', '110545.458000', '110545.460000', '110545.463000', '110545.466000', '110545.468000', '110545.471000', '110545.473000', '110545.476000', '110545.479000', '110545.481000', '110545.484000', '110545.486000', '110545.489000', '110545.492000', '110545.494000', '110545.497000', '110545.500000', '110545.502000', '110545.505000', '110545.507000', '110545.510000', '110545.513000', '110545.515000', '110545.518000', '110545.520000', '110545.523000', '110545.526000', '110545.528000', '110550.122000', '110550.125000', '110550.128000', '110550.131000', '110550.134000', '110550.136000', '110550.139000', '110550.142000', '110550.145000', '110550.147000', '110550.150000'], 'InstanceCreationTime': ['105745.468000', '105745.471000', '105745.474000', '105745.477000', '105745.479000', '105745.482000', '105745.485000', '105745.487000', '105745.505000', '105745.507000', '105745.510000', '105745.513000', '105745.516000', '105745.518000', '105745.521000', '105745.523000', '105745.526000', '105745.528000', '105745.531000', '105745.534000', '105745.536000', '105745.539000', '105745.542000', '105745.544000', '105745.547000', '105745.549000', '105745.552000', '105745.560000', '105745.563000', '105745.565000', '105745.568000', '105745.571000', '105745.573000', '105745.576000', '105745.579000', '105745.581000', '105745.584000', '105745.586000', '105745.589000', '105745.591000', '105745.594000', '105745.611000', '105745.614000', '105745.616000', '105805.416000', '105805.419000', '105805.422000', '105805.425000', '105805.427000', '105805.430000', '105805.432000', '105805.435000', '105805.437000', '105805.440000', '105805.443000', '105805.445000', '105805.448000', '105805.450000', '105805.453000', '105805.456000', '105805.458000', '105805.461000', '105805.463000', '105805.466000', '105805.468000', '105805.471000', '105805.474000', '105805.476000', '105805.479000', '105805.481000', '105805.484000', '105805.487000', '105805.489000', '105805.492000', '105805.494000', '105805.497000', '105805.500000', '105805.512000', '105805.515000', '105805.517000', '105805.520000', '105805.522000', '105805.525000', '105805.528000', '105805.531000', '105805.533000', '105805.537000', '105825.417000', '105825.420000', '105825.423000', '105825.425000', '105825.428000', '105825.430000', '105825.433000', '105825.436000', '105825.438000', '105825.441000', '105825.443000', '105825.446000', '105825.449000', '105825.451000', '105825.454000', '105825.456000', '105825.459000', '105825.461000', '105825.464000', '105825.466000', '105825.469000', '105825.471000', '105825.474000', '105825.477000', '105825.479000', '105825.482000', '105825.484000', '105825.487000', '105825.490000', '105825.492000', '105825.495000', '105825.497000', '105825.500000', '105825.502000', '105825.505000', '105825.508000', '105825.510000', '105825.513000', '105825.515000', '105825.525000', '105825.528000', '105825.531000', '105825.533000', '105825.536000', '105845.417000', '105845.420000', '105845.423000', '105845.426000', '105845.428000', '105845.431000', '105845.434000', '105845.436000', '105845.439000', '105845.441000', '105845.444000', '105845.447000', '105845.449000', '105845.452000', '105845.454000', '105845.457000', '105845.459000', '105845.462000', '105845.465000', '105845.467000', '105845.470000', '105845.472000', '105845.475000', '105845.477000', '105845.480000', '105845.483000', '105845.485000', '105845.488000', '105845.490000', '105845.493000', '105845.496000', '105845.498000', '105845.501000', '105845.503000', '105845.506000', '105845.509000', '105845.511000', '105845.514000', '105845.516000', '105845.519000', '105845.522000', '105845.524000', '105845.527000', '105905.417000', '105905.420000', '105905.423000', '105905.425000', '105905.428000', '105905.431000', '105905.433000', '105905.436000', '105905.439000', '105905.441000', '105905.444000', '105905.447000', '105905.449000', '105905.452000', '105905.454000', '105905.457000', '105905.460000', '105905.462000', '105905.465000', '105905.467000', '105905.470000', '105905.473000', '105905.475000', '105905.478000', '105905.480000', '105905.483000', '105905.485000', '105905.488000', '105905.490000', '105905.493000', '105905.496000', '105905.506000', '105905.509000', '105905.512000', '105905.514000', '105905.517000', '105905.519000', '105905.522000', '105905.524000', '105905.527000', '105905.529000', '105905.532000', '105905.535000', '105905.537000', '105925.418000', '105925.421000', '105925.423000', '105925.426000', '105925.428000', '105925.431000', '105925.434000', '105925.436000', '105925.439000', '105925.441000', '105925.444000', '105925.447000', '105925.449000', '105925.452000', '105925.454000', '105925.457000', '105925.460000', '105925.462000', '105925.465000', '105925.467000', '105925.470000', '105925.473000', '105925.475000', '105925.478000', '105925.480000', '105925.483000', '105925.486000', '105925.489000', '105925.491000', '105925.494000', '105925.496000', '105925.505000', '105925.508000', '105925.511000', '105925.513000', '105925.516000', '105925.518000', '105925.521000', '105925.524000', '105925.526000', '105925.529000', '105925.531000', '105925.534000', '105945.416000', '105945.419000', '105945.422000', '105945.424000', '105945.427000', '105945.429000', '105945.432000', '105945.449000', '105945.451000', '105945.454000', '105945.457000', '105945.459000', '105945.462000', '105945.464000', '105945.467000', '105945.470000', '105945.472000', '105945.475000', '105945.478000', '105945.480000', '105945.483000', '105945.485000', '105945.488000', '105945.490000', '105945.493000', '105945.495000', '105945.498000', '105945.501000', '105945.503000', '105945.506000', '105945.509000', '105945.511000', '105945.514000', '105945.516000', '105945.519000', '105945.522000', '105945.524000', '105945.527000', '105945.529000', '105945.532000', '105945.535000', '105945.537000', '105945.540000', '105945.542000', '110005.416000', '110005.419000', '110005.422000', '110005.425000', '110005.427000', '110005.430000', '110005.433000', '110005.435000', '110005.438000', '110005.440000', '110005.443000', '110005.446000', '110005.448000', '110005.451000', '110005.453000', '110005.456000', '110005.459000', '110005.461000', '110005.464000', '110005.466000', '110005.469000', '110005.472000', '110005.474000', '110005.477000', '110005.480000', '110005.482000', '110005.491000', '110005.494000', '110005.496000', '110005.499000', '110005.502000', '110005.504000', '110005.507000', '110005.510000', '110005.512000', '110005.515000', '110005.517000', '110005.520000', '110005.523000', '110005.525000', '110005.528000', '110005.530000', '110005.533000', '110025.417000', '110025.420000', '110025.423000', '110025.425000', '110025.428000', '110025.431000', '110025.433000', '110025.436000', '110025.438000', '110025.441000', '110025.444000', '110025.446000', '110025.449000', '110025.451000', '110025.454000', '110025.457000', '110025.459000', '110025.462000', '110025.465000', '110025.467000', '110025.470000', '110025.472000', '110025.475000', '110025.478000', '110025.480000', '110025.483000', '110025.485000', '110025.488000', '110025.491000', '110025.493000', '110025.496000', '110025.498000', '110025.501000', '110025.504000', '110025.506000', '110025.509000', '110025.512000', '110025.514000', '110025.517000', '110025.519000', '110025.522000', '110025.525000', '110025.527000', '110025.530000', '110045.417000', '110045.420000', '110045.423000', '110045.426000', '110045.428000', '110045.431000', '110045.433000', '110045.436000', '110045.439000', '110045.441000', '110045.444000', '110045.447000', '110045.449000', '110045.452000', '110045.454000', '110045.457000', '110045.460000', '110045.462000', '110045.465000', '110045.467000', '110045.476000', '110045.479000', '110045.481000', '110045.484000', '110045.487000', '110045.489000', '110045.492000', '110045.495000', '110045.497000', '110045.500000', '110045.502000', '110045.505000', '110045.508000', '110045.510000', '110045.513000', '110045.515000', '110045.518000', '110045.521000', '110045.523000', '110045.526000', '110045.528000', '110045.531000', '110045.533000', '110105.418000', '110105.420000', '110105.423000', '110105.426000', '110105.429000', '110105.432000', '110105.435000', '110105.438000', '110105.441000', '110105.443000', '110105.446000', '110105.449000', '110105.451000', '110105.454000', '110105.457000', '110105.459000', '110105.462000', '110105.464000', '110105.467000', '110105.470000', '110105.472000', '110105.475000', '110105.478000', '110105.480000', '110105.483000', '110105.485000', '110105.488000', '110105.491000', '110105.493000', '110105.496000', '110105.498000', '110105.501000', '110105.515000', '110105.518000', '110105.521000', '110105.523000', '110105.526000', '110105.528000', '110105.531000', '110105.534000', '110105.536000', '110105.539000', '110105.542000', '110125.418000', '110125.420000', '110125.423000', '110125.426000', '110125.428000', '110125.431000', '110125.434000', '110125.436000', '110125.439000', '110125.442000', '110125.444000', '110125.447000', '110125.449000', '110125.452000', '110125.455000', '110125.457000', '110125.460000', '110125.462000', '110125.465000', '110125.468000', '110125.470000', '110125.473000', '110125.476000', '110125.478000', '110125.481000', '110125.483000', '110125.486000', '110125.489000', '110125.491000', '110125.494000', '110125.496000', '110125.499000', '110125.502000', '110125.504000', '110125.507000', '110125.510000', '110125.512000', '110125.515000', '110125.517000', '110125.520000', '110125.523000', '110125.525000', '110125.528000', '110125.530000', '110145.418000', '110145.420000', '110145.423000', '110145.434000', '110145.437000', '110145.439000', '110145.442000', '110145.444000', '110145.447000', '110145.450000', '110145.452000', '110145.455000', '110145.458000', '110145.461000', '110145.463000', '110145.467000', '110145.469000', '110145.472000', '110145.474000', '110145.477000', '110145.480000', '110145.482000', '110145.485000', '110145.487000', '110145.490000', '110145.492000', '110145.495000', '110145.498000', '110145.500000', '110145.503000', '110145.506000', '110145.508000', '110145.511000', '110145.514000', '110145.516000', '110145.519000', '110145.522000', '110145.524000', '110145.527000', '110145.530000', '110145.532000', '110145.535000', '110145.537000', '110145.540000', '110205.417000', '110205.420000', '110205.422000', '110205.425000', '110205.428000', '110205.430000', '110205.433000', '110205.436000', '110205.438000', '110205.441000', '110205.444000', '110205.446000', '110205.449000', '110205.451000', '110205.454000', '110205.457000', '110205.459000', '110205.462000', '110205.465000', '110205.467000', '110205.470000', '110205.472000', '110205.475000', '110205.478000', '110205.480000', '110205.483000', '110205.485000', '110205.488000', '110205.491000', '110205.493000', '110205.496000', '110205.499000', '110205.501000', '110205.504000', '110205.506000', '110205.509000', '110205.511000', '110205.514000', '110205.516000', '110205.519000', '110205.522000', '110205.524000', '110205.527000', '110225.417000', '110225.419000', '110225.422000', '110225.424000', '110225.427000', '110225.430000', '110225.432000', '110225.435000', '110225.438000', '110225.440000', '110225.443000', '110225.446000', '110225.448000', '110225.451000', '110225.454000', '110225.456000', '110225.459000', '110225.462000', '110225.464000', '110225.467000', '110225.469000', '110225.472000', '110225.475000', '110225.477000', '110225.480000', '110225.482000', '110225.485000', '110225.488000', '110225.490000', '110225.493000', '110225.496000', '110225.498000', '110225.501000', '110225.503000', '110225.506000', '110225.509000', '110225.511000', '110225.514000', '110225.517000', '110225.519000', '110225.522000', '110225.524000', '110225.527000', '110245.427000', '110245.430000', '110245.432000', '110245.435000', '110245.438000', '110245.440000', '110245.443000', '110245.445000', '110245.448000', '110245.451000', '110245.453000', '110245.456000', '110245.458000', '110245.461000', '110245.464000', '110245.466000', '110245.469000', '110245.471000', '110245.474000', '110245.477000', '110245.479000', '110245.482000', '110245.484000', '110245.487000', '110245.489000', '110245.492000', '110245.495000', '110245.497000', '110245.500000', '110245.502000', '110245.505000', '110245.508000', '110245.510000', '110245.513000', '110245.515000', '110245.518000', '110245.520000', '110245.523000', '110245.526000', '110245.528000', '110245.531000', '110245.533000', '110245.536000', '110245.538000', '110305.418000', '110305.420000', '110305.423000', '110305.426000', '110305.428000', '110305.431000', '110305.434000', '110305.437000', '110305.440000', '110305.443000', '110305.446000', '110305.449000', '110305.452000', '110305.454000', '110305.457000', '110305.460000', '110305.462000', '110305.465000', '110305.468000', '110305.470000', '110305.473000', '110305.476000', '110305.478000', '110305.481000', '110305.483000', '110305.486000', '110305.488000', '110305.491000', '110305.494000', '110305.497000', '110305.500000', '110305.502000', '110305.505000', '110305.507000', '110305.510000', '110305.513000', '110305.515000', '110305.518000', '110305.520000', '110305.523000', '110305.525000', '110305.528000', '110305.531000', '110325.417000', '110325.420000', '110325.423000', '110325.425000', '110325.428000', '110325.431000', '110325.433000', '110325.436000', '110325.439000', '110325.441000', '110325.444000', '110325.447000', '110325.449000', '110325.452000', '110325.455000', '110325.457000', '110325.460000', '110325.462000', '110325.465000', '110325.468000', '110325.470000', '110325.473000', '110325.475000', '110325.478000', '110325.481000', '110325.483000', '110325.486000', '110325.489000', '110325.491000', '110325.494000', '110325.496000', '110325.499000', '110325.502000', '110325.504000', '110325.507000', '110325.509000', '110325.512000', '110325.515000', '110325.517000', '110325.520000', '110325.523000', '110325.525000', '110325.528000', '110325.530000', '110345.418000', '110345.420000', '110345.423000', '110345.426000', '110345.428000', '110345.431000', '110345.434000', '110345.436000', '110345.439000', '110345.441000', '110345.444000', '110345.447000', '110345.449000', '110345.452000', '110345.455000', '110345.457000', '110345.460000', '110345.462000', '110345.465000', '110345.468000', '110345.470000', '110345.473000', '110345.475000', '110345.478000', '110345.481000', '110345.483000', '110345.486000', '110345.489000', '110345.491000', '110345.494000', '110345.497000', '110345.499000', '110345.502000', '110345.504000', '110345.507000', '110345.510000', '110345.512000', '110345.515000', '110345.518000', '110345.520000', '110345.523000', '110345.526000', '110345.528000', '110405.418000', '110405.420000', '110405.423000', '110405.426000', '110405.429000', '110405.431000', '110405.434000', '110405.436000', '110405.439000', '110405.442000', '110405.444000', '110405.456000', '110405.458000', '110405.461000', '110405.464000', '110405.466000', '110405.469000', '110405.471000', '110405.474000', '110405.477000', '110405.479000', '110405.482000', '110405.484000', '110405.487000', '110405.489000', '110405.492000', '110405.495000', '110405.497000', '110405.500000', '110405.502000', '110405.505000', '110405.507000', '110405.510000', '110405.513000', '110405.515000', '110405.518000', '110405.521000', '110405.523000', '110405.526000', '110405.529000', '110405.531000', '110405.534000', '110405.536000', '110405.539000', '110425.416000', '110425.428000', '110425.431000', '110425.433000', '110425.436000', '110425.439000', '110425.441000', '110425.444000', '110425.446000', '110425.449000', '110425.452000', '110425.454000', '110425.457000', '110425.459000', '110425.462000', '110425.465000', '110425.467000', '110425.470000', '110425.472000', '110425.475000', '110425.478000', '110425.480000', '110425.483000', '110425.485000', '110425.488000', '110425.490000', '110425.493000', '110425.497000', '110425.500000', '110425.502000', '110425.505000', '110425.508000', '110425.510000', '110425.513000', '110425.515000', '110425.518000', '110425.520000', '110425.523000', '110425.526000', '110425.528000', '110425.531000', '110425.533000', '110425.537000', '110445.417000', '110445.419000', '110445.422000', '110445.425000', '110445.427000', '110445.430000', '110445.432000', '110445.435000', '110445.437000', '110445.440000', '110445.443000', '110445.445000', '110445.448000', '110445.451000', '110445.454000', '110445.457000', '110445.459000', '110445.462000', '110445.465000', '110445.467000', '110445.470000', '110445.472000', '110445.475000', '110445.478000', '110445.480000', '110445.483000', '110445.485000', '110445.488000', '110445.491000', '110445.493000', '110445.496000', '110445.498000', '110445.501000', '110445.504000', '110445.506000', '110445.509000', '110445.511000', '110445.514000', '110445.516000', '110445.519000', '110445.522000', '110445.524000', '110445.527000', '110445.529000', '110505.417000', '110505.419000', '110505.422000', '110505.425000', '110505.427000', '110505.430000', '110505.433000', '110505.435000', '110505.438000', '110505.441000', '110505.443000', '110505.446000', '110505.449000', '110505.451000', '110505.454000', '110505.456000', '110505.459000', '110505.461000', '110505.464000', '110505.467000', '110505.469000', '110505.472000', '110505.474000', '110505.477000', '110505.479000', '110505.482000', '110505.484000', '110505.487000', '110505.490000', '110505.492000', '110505.495000', '110505.498000', '110505.501000', '110505.504000', '110505.506000', '110505.510000', '110505.513000', '110505.516000', '110505.518000', '110505.521000', '110505.523000', '110505.526000', '110505.529000', '110525.417000', '110525.420000', '110525.423000', '110525.425000', '110525.428000', '110525.431000', '110525.433000', '110525.436000', '110525.438000', '110525.441000', '110525.444000', '110525.446000', '110525.449000', '110525.452000', '110525.454000', '110525.457000', '110525.459000', '110525.462000', '110525.465000', '110525.467000', '110525.470000', '110525.487000', '110525.489000', '110525.492000', '110525.494000', '110525.497000', '110525.500000', '110525.502000', '110525.505000', '110525.508000', '110525.510000', '110525.513000', '110525.516000', '110525.518000', '110525.521000', '110525.524000', '110525.526000', '110525.529000', '110525.532000', '110525.534000', '110525.537000', '110525.539000', '110525.542000', '110525.544000', '110545.418000', '110545.420000', '110545.423000', '110545.426000', '110545.429000', '110545.431000', '110545.434000', '110545.437000', '110545.439000', '110545.442000', '110545.444000', '110545.447000', '110545.450000', '110545.452000', '110545.455000', '110545.458000', '110545.460000', '110545.463000', '110545.466000', '110545.468000', '110545.471000', '110545.473000', '110545.476000', '110545.479000', '110545.481000', '110545.484000', '110545.486000', '110545.489000', '110545.492000', '110545.494000', '110545.497000', '110545.500000', '110545.502000', '110545.505000', '110545.507000', '110545.510000', '110545.513000', '110545.515000', '110545.518000', '110545.520000', '110545.523000', '110545.526000', '110545.528000', '110550.122000', '110550.125000', '110550.128000', '110550.131000', '110550.134000', '110550.136000', '110550.139000', '110550.142000', '110550.145000', '110550.147000', '110550.150000'], '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': [7417, 8376, 6751, 8162, 6864, 7186, 8918, 8057, 8909, 8432, 7398, 8383, 6945, 8191, 8114, 7802, 9900, 7518, 8385, 7090, 7071, 9012, 8196, 8519, 6954, 7910, 8034, 7647, 8681, 7098, 8808, 8948, 7019, 7700, 7198, 5986, 7175, 9413, 10195, 10294, 11741, 10290, 6303, 6664, 6265, 6064, 6142, 7211, 6943, 9105, 8535, 6589, 6427, 6064, 6447, 7992, 7330, 6040, 11350, 6395, 5894, 12371, 10358, 7570, 6256, 5850, 5884, 6462, 6557, 8900, 9247, 5682, 6148, 6163, 7423, 6465, 8374, 5739, 6770, 7090, 7167, 6635, 7320, 6214, 6340, 6061, 7446, 6791, 6037, 8790, 6325, 6031, 8751, 6164, 6128, 10767, 11307, 9920, 10749, 5877, 6366, 6449, 9432, 7090, 9132, 5522, 6146, 6800, 6014, 6220, 6898, 7154, 8103, 10216, 8726, 6385, 6687, 6121, 6574, 8183, 6819, 11013, 8777, 6773, 6472, 6143, 7295, 7769, 7388, 8527, 6102, 7506, 6262, 7325, 8303, 11513, 8047, 7458, 10239, 6185, 6806, 6254, 6397, 9682, 11176, 8942, 12420, 6764, 7001, 7552, 6646, 8851, 11345, 8838, 10149, 6960, 6586, 7427, 8174, 10839, 12264, 9876, 6705, 7167, 5910, 6733, 6699, 6417, 7684, 7179, 6137, 6777, 7531, 6491, 6149, 7975, 6634, 5949, 7069, 8402, 9594, 10489, 6204, 5982, 5776, 8055, 12595, 7776, 7606, 8891, 6075, 6761, 5733, 6893, 5506, 6283, 7606, 7159, 8099, 9584, 6896, 7092, 7954, 7542, 8157, 6750, 9075, 7921, 7842, 7929, 7436, 12160, 7646, 6847, 6437, 6661, 8256, 7195, 7494, 5929, 6813, 7007, 7350, 7698, 9513, 6919, 7020, 6881, 7421, 6661, 6724, 8748, 7988, 7618, 6959, 6720, 5943, 8735, 7671, 7382, 7232, 8641, 7182, 8070, 6156, 7691, 8704, 9740, 9037, 10961, 7740, 7224, 7307, 8228, 7493, 8224, 11092, 8296, 11000, 7433, 7913, 6476, 8215, 9279, 7986, 8173, 6059, 7236, 7930, 7631, 8239, 8391, 7602, 8089, 6420, 7764, 9863, 8360, 8331, 7534, 7815, 8290, 7667, 9935, 7925, 8263, 10072, 7946, 6779, 8281, 8194, 6692, 8120, 7500, 8001, 8652, 6820, 8246, 6992, 8190, 7904, 9862, 7767, 8122, 7726, 7385, 7050, 8660, 7203, 7318, 8047, 7515, 7246, 8054, 10101, 8674, 8976, 9167, 7587, 11440, 7777, 10622, 10406, 8957, 10937, 9589, 10087, 6811, 8156, 7608, 7624, 10546, 7927, 7876, 10175, 7736, 7236, 6883, 8205, 7063, 7807, 7340, 6506, 8053, 6834, 8147, 8043, 8628, 8200, 8239, 7995, 8173, 7480, 7009, 8468, 7464, 9232, 7349, 7068, 7194, 6828, 7270, 7368, 7969, 8305, 8009, 7131, 7618, 6672, 7628, 8213, 8644, 7064, 6285, 8116, 6558, 7563, 7558, 9810, 7882, 7406, 7648, 7632, 6527, 8455, 8233, 10196, 8341, 7661, 7689, 7956, 8016, 8421, 9850, 7409, 7539, 6604, 8130, 7605, 8068, 7635, 9092, 7328, 6875, 7209, 7232, 5476, 6720, 7516, 9366, 9491, 7704, 9576, 6086, 6107, 6726, 7592, 7031, 10797, 10921, 7193, 5907, 6402, 7706, 8773, 7488, 10167, 7448, 7415, 6794, 6826, 10183, 10538, 7243, 9166, 6307, 7855, 7337, 6490, 8031, 8733, 7419, 9898, 6693, 7269, 9825, 6702, 8380, 6641, 7991, 6795, 8053, 7821, 7790, 7852, 8065, 7105, 7891, 8206, 7571, 8664, 11419, 6335, 5935, 5549, 5890, 6173, 7944, 7428, 7128, 9375, 6691, 6389, 8133, 6751, 6449, 7907, 8022, 9335, 9024, 6733, 6105, 7104, 7420, 8350, 7518, 6244, 6922, 6966, 7134, 7722, 7907, 6920, 6133, 6863, 7210, 7102, 7837, 7247, 8020, 6700, 7224, 7546, 6881, 7284, 6832, 7558, 8252, 7596, 7600, 7404, 5822, 6668, 7947, 9150, 9072, 7861, 6582, 7362, 7903, 8416, 8174, 11182, 7335, 8107, 5674, 6913, 9717, 10345, 10192, 11575, 7004, 7329, 6846, 7973, 6644, 7868, 5530, 6777, 8192, 6781, 7291, 5705, 6873, 7162, 6802, 7725, 7675, 8003, 8953, 6925, 8095, 6532, 6436, 8396, 6798, 7548, 5663, 7432, 6952, 6407, 7466, 6617, 6781, 10247, 6292, 7244, 6019, 6726, 7116, 7612, 7068, 8880, 6490, 6933, 6297, 6774, 7823, 6762, 7248, 5684, 6707, 6938, 7076, 7269, 7181, 7188, 6732, 6981, 5969, 6804, 6574, 7042, 7491, 6948, 6591, 6541, 7071, 6391, 7069, 7482, 7191, 6928, 6023, 7229, 7390, 6826, 7197, 7018, 7846, 9384, 7288, 6869, 7089, 6676, 7081, 7051, 8528, 7112, 7797, 6454, 7031, 7429, 6673, 7902, 8412, 6963, 8053, 6260, 7075, 7292, 9594, 7577, 11504, 8627, 11638, 10822, 8550, 11850, 6832, 6973, 6867, 7056, 6608, 7040, 7298, 7141, 6891, 5931, 6761, 7530, 6613, 7578, 7880, 6598, 7158, 7737, 7488, 8574, 8130, 5861, 7063, 6978, 7630, 8509, 7012, 7088, 7163, 10234, 10995, 10907, 11113, 6880, 6125, 6967, 6566, 7548, 9054, 8553, 6117, 6338, 6358, 6473, 6982, 5758, 6060, 7394, 6107, 6295, 5956, 5979, 6378, 5765, 6413, 6096, 6600, 8941, 7218, 6395, 5633, 6865, 6364, 6819, 6451, 7855, 7075, 6627, 6743, 6982, 5854, 7270, 8965, 6848, 6777, 5550, 7132, 7707, 7429, 7986, 7031, 7126, 6328, 7176, 6792, 7559, 8427, 7112, 6997, 6469, 7555, 6473, 7678, 8635, 7060, 6965, 6359, 7322, 8608, 8126, 7948, 8584, 6946, 6602, 6941, 6792, 7079, 7177, 10310, 10313, 8665, 10210, 6423, 6583, 6742, 6662, 7127, 7529, 10041, 7915, 6687, 6441, 6908, 6721, 6708, 7532, 8035, 6977, 10253, 6694, 6797, 6838, 7009, 7688, 7081, 7088, 6306, 7119, 7055, 7409, 7275, 6472, 6948, 7089, 7457, 7071, 8463, 7666, 7114, 7409, 7168, 6874, 8051, 7144, 9044, 6903, 7031, 6291, 7737, 8370, 7679, 7166, 8167, 6999, 7008, 6980, 7408, 7668, 7541, 7688, 7662, 9970, 7201, 7653, 7379, 7656, 6921, 7605, 7182, 8033, 7489, 7101, 6966, 6629, 7404, 7052, 8015, 7218, 9763, 6848, 7039, 7178, 7913, 9607, 8867, 7462, 8150, 7883, 7610, 7578, 7548, 7628, 7778, 6666, 7706, 7343, 7273, 7316, 7375, 7646, 7415, 7143, 7048, 6676, 7600, 7972, 8209, 7690, 9184, 7330, 7375, 7192, 8048, 9373, 10000, 6807, 6834, 6808, 7062, 10049, 10452, 8579, 11609, 6962, 7308, 6734, 7640, 7609, 9162, 8713, 11076, 7101, 7000, 6463, 7443, 7749, 7601, 7486, 6185, 7078, 6816, 7616, 7930, 7210, 7758, 6613, 7701, 7600, 8137, 7739, 8293, 7613, 7256, 7706, 7487, 7877, 8956, 7363, 11246, 7566, 7078, 7121, 7421, 9928, 9117, 9052, 8782, 7641, 8812, 7694, 10902, 9910, 8609, 7294, 7599, 6446, 7642, 7155, 7613, 7372, 7157, 7622, 7390, 7853, 7341, 7350, 7630, 7278, 7497, 7466, 7650, 7853, 7596, 9060, 7724, 7625, 6667, 7657, 7925, 8777, 7625, 7312, 7729, 10998, 7690, 9416, 7172, 7486, 6411, 7707, 6634, 7426, 7509, 7479, 7428, 6568, 7726, 8295, 7792, 8989, 7422, 6987, 7234, 7583, 7028, 6893, 6262, 7001, 8324, 6543, 5513, 6804, 6453, 6111, 8445, 9352, 9399, 7666, 8203, 7433, 8632, 11100, 9954, 11065, 8827, 10937, 8979, 9197, 11768, 8497, 12107, 7590, 11609, 7686, 10297, 7663, 7711, 7562, 7852, 7057, 7546, 6005, 7648, 6642, 7632, 6973, 7089, 6981, 7563, 8153, 9398, 7589, 6655, 7040, 5555, 6979, 7216, 9034, 6462, 9438, 6407, 7341, 8091, 9125, 9947, 10176, 10301, 10893, 9611, 9312, 11414, 9283, 12114, 8030, 8690, 7734, 11102, 7280, 11442, 7069, 10624, 8310, 7309, 6188, 7577, 6549, 7119, 6784, 6299, 6427, 6368, 6781, 9295, 6912, 9766, 7911, 6304, 8994, 7537, 6884, 6948, 9603, 10055, 9767, 6546, 6240, 6711, 9104, 11097, 10678, 9253, 11794, 7890, 7097, 6398, 7357, 7548, 11551, 9795, 7878, 6948, 10717, 13452, 11385, 8791, 10707, 6735, 7165, 6042], 'WindowCenter': [3578.0, 3586.0, 3552.0, 3585.0, 3550.0, 3565.0, 3596.0, 3573.0, 3596.0, 3585.0, 3574.0, 3585.0, 3561.0, 3582.0, 3571.0, 3561.0, 3581.0, 3560.0, 3570.0, 3547.0, 3550.0, 3581.0, 3571.0, 3570.0, 3546.0, 3571.0, 3569.0, 3569.0, 3582.0, 3561.0, 3595.0, 3596.0, 3575.0, 3585.0, 3579.0, 3554.0, 3576.0, 3595.0, 3603.0, 3605.0, 3619.0, 3617.0, 3553.0, 3554.0, 3537.0, 3529.0, 3530.0, 3559.0, 3562.0, 3597.0, 3582.0, 3553.0, 3541.0, 3525.0, 3525.0, 3545.0, 3532.0, 3512.0, 3588.0, 3527.0, 3506.0, 3603.0, 3581.0, 3559.0, 3526.0, 3503.0, 3502.0, 3523.0, 3525.0, 3568.0, 3579.0, 3518.0, 3530.0, 3529.0, 3561.0, 3539.0, 3570.0, 3531.0, 3561.0, 3560.0, 3562.0, 3553.0, 3561.0, 3540.0, 3554.0, 3542.0, 3559.0, 3552.0, 3527.0, 3582.0, 3540.0, 3530.0, 3568.0, 3528.0, 3531.0, 3593.0, 3591.0, 3582.0, 3592.0, 3518.0, 3540.0, 3541.0, 3583.0, 3563.0, 3596.0, 3521.0, 3558.0, 3565.0, 3541.0, 3544.0, 3562.0, 3566.0, 3585.0, 3605.0, 3583.0, 3554.0, 3549.0, 3529.0, 3536.0, 3570.0, 3538.0, 3591.0, 3570.0, 3539.0, 3525.0, 3528.0, 3559.0, 3558.0, 3560.0, 3570.0, 3530.0, 3564.0, 3552.0, 3575.0, 3583.0, 3616.0, 3588.0, 3576.0, 3606.0, 3544.0, 3554.0, 3540.0, 3541.0, 3579.0, 3593.0, 3580.0, 3601.0, 3540.0, 3547.0, 3559.0, 3540.0, 3567.0, 3591.0, 3569.0, 3579.0, 3536.0, 3537.0, 3546.0, 3558.0, 3591.0, 3589.0, 3566.0, 3524.0, 3547.0, 3517.0, 3537.0, 3536.0, 3539.0, 3570.0, 3561.0, 3539.0, 3565.0, 3572.0, 3553.0, 3545.0, 3585.0, 3554.0, 3542.0, 3560.0, 3582.0, 3596.0, 3603.0, 3527.0, 3528.0, 3517.0, 3557.0, 3586.0, 3545.0, 3543.0, 3566.0, 3514.0, 3535.0, 3515.0, 3547.0, 3504.0, 3538.0, 3558.0, 3552.0, 3583.0, 3594.0, 3562.0, 3563.0, 3585.0, 3573.0, 3569.0, 3548.0, 3566.0, 3557.0, 3558.0, 3571.0, 3559.0, 3601.0, 3562.0, 3549.0, 3536.0, 3538.0, 3569.0, 3549.0, 3548.0, 3525.0, 3551.0, 3549.0, 3573.0, 3573.0, 3590.0, 3560.0, 3548.0, 3561.0, 3559.0, 3536.0, 3539.0, 3581.0, 3572.0, 3560.0, 3548.0, 3552.0, 3530.0, 3582.0, 3558.0, 3549.0, 3547.0, 3566.0, 3549.0, 3571.0, 3529.0, 3574.0, 3594.0, 3607.0, 3595.0, 3605.0, 3575.0, 3560.0, 3561.0, 3569.0, 3546.0, 3569.0, 3588.0, 3566.0, 3590.0, 3544.0, 3555.0, 3523.0, 3567.0, 3577.0, 3558.0, 3570.0, 3527.0, 3560.0, 3568.0, 3570.0, 3582.0, 3581.0, 3570.0, 3569.0, 3535.0, 3560.0, 3591.0, 3570.0, 3558.0, 3557.0, 3546.0, 3556.0, 3545.0, 3576.0, 3556.0, 3556.0, 3575.0, 3557.0, 3534.0, 3556.0, 3569.0, 3535.0, 3569.0, 3546.0, 3558.0, 3581.0, 3548.0, 3581.0, 3547.0, 3580.0, 3569.0, 3602.0, 3571.0, 3583.0, 3585.0, 3585.0, 3572.0, 3595.0, 3585.0, 3586.0, 3596.0, 3584.0, 3584.0, 3584.0, 3617.0, 3597.0, 3592.0, 3592.0, 3571.0, 3600.0, 3560.0, 3588.0, 3590.0, 3565.0, 3575.0, 3567.0, 3576.0, 3523.0, 3543.0, 3540.0, 3543.0, 3574.0, 3542.0, 3542.0, 3572.0, 3545.0, 3543.0, 3532.0, 3554.0, 3533.0, 3545.0, 3545.0, 3524.0, 3568.0, 3535.0, 3568.0, 3568.0, 3567.0, 3569.0, 3567.0, 3569.0, 3582.0, 3559.0, 3560.0, 3581.0, 3560.0, 3591.0, 3559.0, 3549.0, 3561.0, 3550.0, 3560.0, 3560.0, 3568.0, 3570.0, 3569.0, 3548.0, 3558.0, 3534.0, 3559.0, 3569.0, 3569.0, 3547.0, 3526.0, 3557.0, 3524.0, 3557.0, 3557.0, 3589.0, 3568.0, 3558.0, 3572.0, 3570.0, 3539.0, 3584.0, 3582.0, 3604.0, 3583.0, 3572.0, 3572.0, 3568.0, 3568.0, 3582.0, 3590.0, 3561.0, 3559.0, 3546.0, 3570.0, 3557.0, 3570.0, 3571.0, 3581.0, 3561.0, 3551.0, 3561.0, 3589.0, 3519.0, 3553.0, 3572.0, 3593.0, 3594.0, 3574.0, 3606.0, 3541.0, 3540.0, 3548.0, 3571.0, 3549.0, 3602.0, 3604.0, 3562.0, 3518.0, 3550.0, 3560.0, 3568.0, 3560.0, 3590.0, 3546.0, 3548.0, 3536.0, 3537.0, 3578.0, 3587.0, 3548.0, 3579.0, 3526.0, 3570.0, 3558.0, 3538.0, 3556.0, 3568.0, 3548.0, 3580.0, 3537.0, 3559.0, 3575.0, 3524.0, 3541.0, 3520.0, 3555.0, 3535.0, 3569.0, 3559.0, 3571.0, 3584.0, 3583.0, 3560.0, 3583.0, 3582.0, 3572.0, 3599.0, 3604.0, 3541.0, 3525.0, 3515.0, 3518.0, 3526.0, 3567.0, 3559.0, 3546.0, 3592.0, 3549.0, 3551.0, 3583.0, 3551.0, 3542.0, 3570.0, 3570.0, 3580.0, 3582.0, 3539.0, 3524.0, 3548.0, 3546.0, 3557.0, 3546.0, 3525.0, 3536.0, 3534.0, 3536.0, 3545.0, 3554.0, 3534.0, 3513.0, 3524.0, 3534.0, 3535.0, 3545.0, 3547.0, 3559.0, 3534.0, 3548.0, 3555.0, 3547.0, 3558.0, 3546.0, 3559.0, 3567.0, 3571.0, 3570.0, 3572.0, 3528.0, 3562.0, 3584.0, 3595.0, 3595.0, 3582.0, 3564.0, 3573.0, 3568.0, 3583.0, 3572.0, 3601.0, 3561.0, 3568.0, 3514.0, 3545.0, 3578.0, 3579.0, 3579.0, 3587.0, 3537.0, 3534.0, 3536.0, 3545.0, 3524.0, 3556.0, 3489.0, 3524.0, 3555.0, 3524.0, 3533.0, 3503.0, 3535.0, 3535.0, 3537.0, 3559.0, 3558.0, 3559.0, 3577.0, 3549.0, 3559.0, 3538.0, 3539.0, 3568.0, 3538.0, 3544.0, 3513.0, 3560.0, 3546.0, 3526.0, 3546.0, 3535.0, 3533.0, 3578.0, 3528.0, 3560.0, 3525.0, 3547.0, 3545.0, 3556.0, 3535.0, 3565.0, 3525.0, 3545.0, 3524.0, 3534.0, 3544.0, 3536.0, 3546.0, 3514.0, 3536.0, 3547.0, 3547.0, 3546.0, 3533.0, 3534.0, 3534.0, 3534.0, 3512.0, 3522.0, 3520.0, 3534.0, 3544.0, 3535.0, 3538.0, 3525.0, 3546.0, 3526.0, 3549.0, 3560.0, 3548.0, 3551.0, 3541.0, 3573.0, 3560.0, 3550.0, 3559.0, 3559.0, 3574.0, 3591.0, 3561.0, 3547.0, 3548.0, 3547.0, 3545.0, 3545.0, 3569.0, 3547.0, 3571.0, 3539.0, 3562.0, 3561.0, 3550.0, 3572.0, 3569.0, 3549.0, 3571.0, 3539.0, 3550.0, 3548.0, 3578.0, 3545.0, 3588.0, 3555.0, 3574.0, 3576.0, 3554.0, 3586.0, 3522.0, 3521.0, 3508.0, 3518.0, 3519.0, 3532.0, 3533.0, 3534.0, 3546.0, 3522.0, 3535.0, 3556.0, 3534.0, 3558.0, 3569.0, 3548.0, 3562.0, 3569.0, 3572.0, 3595.0, 3583.0, 3537.0, 3569.0, 3552.0, 3573.0, 3584.0, 3562.0, 3550.0, 3549.0, 3591.0, 3594.0, 3595.0, 3604.0, 3549.0, 3527.0, 3549.0, 3536.0, 3557.0, 3570.0, 3567.0, 3514.0, 3540.0, 3537.0, 3540.0, 3536.0, 3505.0, 3525.0, 3546.0, 3527.0, 3541.0, 3527.0, 3530.0, 3539.0, 3518.0, 3526.0, 3525.0, 3536.0, 3569.0, 3549.0, 3525.0, 3515.0, 3537.0, 3525.0, 3538.0, 3523.0, 3557.0, 3545.0, 3535.0, 3550.0, 3546.0, 3515.0, 3557.0, 3567.0, 3539.0, 3539.0, 3504.0, 3548.0, 3558.0, 3560.0, 3557.0, 3549.0, 3550.0, 3524.0, 3546.0, 3536.0, 3559.0, 3555.0, 3547.0, 3549.0, 3537.0, 3569.0, 3537.0, 3573.0, 3582.0, 3560.0, 3561.0, 3549.0, 3571.0, 3594.0, 3584.0, 3574.0, 3582.0, 3563.0, 3549.0, 3561.0, 3548.0, 3548.0, 3551.0, 3590.0, 3592.0, 3569.0, 3590.0, 3538.0, 3537.0, 3535.0, 3524.0, 3534.0, 3556.0, 3579.0, 3557.0, 3537.0, 3523.0, 3546.0, 3523.0, 3533.0, 3544.0, 3554.0, 3535.0, 3589.0, 3535.0, 3536.0, 3536.0, 3544.0, 3554.0, 3546.0, 3547.0, 3535.0, 3548.0, 3547.0, 3546.0, 3557.0, 3524.0, 3548.0, 3547.0, 3558.0, 3548.0, 3571.0, 3573.0, 3561.0, 3557.0, 3533.0, 3518.0, 3556.0, 3536.0, 3577.0, 3547.0, 3546.0, 3535.0, 3557.0, 3569.0, 3561.0, 3549.0, 3569.0, 3551.0, 3550.0, 3549.0, 3549.0, 3557.0, 3548.0, 3544.0, 3546.0, 3575.0, 3546.0, 3558.0, 3545.0, 3545.0, 3532.0, 3545.0, 3543.0, 3567.0, 3546.0, 3547.0, 3562.0, 3547.0, 3558.0, 3557.0, 3569.0, 3561.0, 3591.0, 3552.0, 3563.0, 3560.0, 3583.0, 3604.0, 3583.0, 3559.0, 3569.0, 3571.0, 3556.0, 3559.0, 3559.0, 3558.0, 3557.0, 3547.0, 3570.0, 3558.0, 3558.0, 3557.0, 3558.0, 3557.0, 3557.0, 3562.0, 3558.0, 3547.0, 3570.0, 3571.0, 3583.0, 3572.0, 3591.0, 3560.0, 3562.0, 3559.0, 3572.0, 3582.0, 3589.0, 3550.0, 3536.0, 3535.0, 3546.0, 3577.0, 3592.0, 3571.0, 3592.0, 3548.0, 3560.0, 3533.0, 3545.0, 3544.0, 3566.0, 3557.0, 3588.0, 3535.0, 3535.0, 3511.0, 3535.0, 3542.0, 3544.0, 3546.0, 3514.0, 3537.0, 3521.0, 3545.0, 3556.0, 3543.0, 3545.0, 3532.0, 3558.0, 3559.0, 3570.0, 3572.0, 3579.0, 3571.0, 3562.0, 3583.0, 3572.0, 3581.0, 3596.0, 3572.0, 3615.0, 3587.0, 3576.0, 3562.0, 3573.0, 3603.0, 3583.0, 3581.0, 3570.0, 3559.0, 3567.0, 3558.0, 3591.0, 3579.0, 3556.0, 3533.0, 3542.0, 3510.0, 3544.0, 3531.0, 3544.0, 3545.0, 3533.0, 3558.0, 3546.0, 3567.0, 3557.0, 3557.0, 3558.0, 3560.0, 3558.0, 3561.0, 3557.0, 3570.0, 3557.0, 3580.0, 3573.0, 3571.0, 3547.0, 3572.0, 3557.0, 3568.0, 3561.0, 3548.0, 3560.0, 3576.0, 3545.0, 3555.0, 3534.0, 3534.0, 3510.0, 3546.0, 3521.0, 3547.0, 3547.0, 3560.0, 3562.0, 3548.0, 3571.0, 3580.0, 3572.0, 3594.0, 3564.0, 3559.0, 3559.0, 3574.0, 3561.0, 3563.0, 3552.0, 3560.0, 3596.0, 3555.0, 3534.0, 3579.0, 3567.0, 3555.0, 3598.0, 3607.0, 3607.0, 3587.0, 3597.0, 3589.0, 3598.0, 3616.0, 3594.0, 3590.0, 3569.0, 3578.0, 3555.0, 3554.0, 3577.0, 3542.0, 3573.0, 3530.0, 3561.0, 3530.0, 3559.0, 3529.0, 3516.0, 3529.0, 3528.0, 3519.0, 3530.0, 3501.0, 3543.0, 3522.0, 3559.0, 3546.0, 3547.0, 3548.0, 3569.0, 3582.0, 3591.0, 3571.0, 3563.0, 3562.0, 3533.0, 3589.0, 3588.0, 3610.0, 3567.0, 3621.0, 3567.0, 3602.0, 3612.0, 3624.0, 3607.0, 3607.0, 3607.0, 3604.0, 3582.0, 3581.0, 3603.0, 3571.0, 3588.0, 3545.0, 3553.0, 3531.0, 3573.0, 3533.0, 3574.0, 3535.0, 3575.0, 3540.0, 3530.0, 3498.0, 3544.0, 3510.0, 3535.0, 3534.0, 3527.0, 3536.0, 3540.0, 3552.0, 3593.0, 3563.0, 3618.0, 3585.0, 3553.0, 3595.0, 3586.0, 3577.0, 3575.0, 3607.0, 3606.0, 3607.0, 3557.0, 3555.0, 3565.0, 3598.0, 3602.0, 3590.0, 3582.0, 3602.0, 3569.0, 3551.0, 3527.0, 3557.0, 3557.0, 3590.0, 3581.0, 3557.0, 3547.0, 3589.0, 3587.0, 3577.0, 3544.0, 3561.0, 3509.0, 3521.0, 3498.0], 'WindowWidth': [8118.0, 8122.0, 8072.0, 8118.0, 8067.0, 8092.0, 8132.0, 8099.0, 8134.0, 8117.0, 8103.0, 8116.0, 8080.0, 8109.0, 8092.0, 8078.0, 8102.0, 8075.0, 8088.0, 8055.0, 8062.0, 8102.0, 8090.0, 8085.0, 8051.0, 8089.0, 8086.0, 8087.0, 8107.0, 8080.0, 8130.0, 8133.0, 8107.0, 8120.0, 8118.0, 8081.0, 8111.0, 8132.0, 8140.0, 8146.0, 8169.0, 8167.0, 8077.0, 8076.0, 8046.0, 8034.0, 8036.0, 8074.0, 8084.0, 8135.0, 8111.0, 8073.0, 8053.0, 8024.0, 8021.0, 8044.0, 8025.0, 7999.0, 8104.0, 8023.0, 7998.0, 8133.0, 8101.0, 8071.0, 8022.0, 7989.0, 7984.0, 8015.0, 8019.0, 8079.0, 8096.0, 8021.0, 8037.0, 8038.0, 8081.0, 8047.0, 8088.0, 8040.0, 8084.0, 8078.0, 8083.0, 8074.0, 8082.0, 8053.0, 8075.0, 8058.0, 8076.0, 8068.0, 8030.0, 8105.0, 8049.0, 8034.0, 8084.0, 8031.0, 8039.0, 8120.0, 8120.0, 8105.0, 8117.0, 8017.0, 8048.0, 8053.0, 8110.0, 8086.0, 8133.0, 8032.0, 8088.0, 8093.0, 8055.0, 8063.0, 8084.0, 8095.0, 8119.0, 8144.0, 8113.0, 8075.0, 8060.0, 8032.0, 8036.0, 8087.0, 8042.0, 8114.0, 8085.0, 8044.0, 8022.0, 8029.0, 8071.0, 8069.0, 8074.0, 8088.0, 8035.0, 8086.0, 8071.0, 8103.0, 8112.0, 8158.0, 8124.0, 8106.0, 8146.0, 8063.0, 8072.0, 8049.0, 8052.0, 8099.0, 8121.0, 8101.0, 8130.0, 8047.0, 8054.0, 8070.0, 8047.0, 8080.0, 8113.0, 8083.0, 8096.0, 8035.0, 8041.0, 8050.0, 8067.0, 8116.0, 8110.0, 8073.0, 8016.0, 8053.0, 8014.0, 8040.0, 8038.0, 8048.0, 8090.0, 8080.0, 8052.0, 8092.0, 8098.0, 8076.0, 8069.0, 8116.0, 8073.0, 8060.0, 8082.0, 8109.0, 8133.0, 8138.0, 8029.0, 8031.0, 8012.0, 8067.0, 8099.0, 8043.0, 8040.0, 8072.0, 8004.0, 8034.0, 8010.0, 8054.0, 7996.0, 8045.0, 8071.0, 8068.0, 8111.0, 8128.0, 8085.0, 8088.0, 8117.0, 8097.0, 8085.0, 8058.0, 8077.0, 8067.0, 8067.0, 8092.0, 8075.0, 8130.0, 8080.0, 8059.0, 8038.0, 8045.0, 8086.0, 8058.0, 8056.0, 8024.0, 8066.0, 8062.0, 8101.0, 8097.0, 8117.0, 8078.0, 8057.0, 8077.0, 8072.0, 8039.0, 8045.0, 8104.0, 8092.0, 8075.0, 8057.0, 8066.0, 8037.0, 8107.0, 8066.0, 8057.0, 8052.0, 8076.0, 8059.0, 8092.0, 8034.0, 8102.0, 8129.0, 8148.0, 8130.0, 8142.0, 8102.0, 8076.0, 8078.0, 8084.0, 8052.0, 8083.0, 8109.0, 8078.0, 8112.0, 8047.0, 8060.0, 8017.0, 8081.0, 8091.0, 8068.0, 8089.0, 8030.0, 8077.0, 8087.0, 8089.0, 8108.0, 8105.0, 8090.0, 8087.0, 8038.0, 8074.0, 8116.0, 8085.0, 8066.0, 8065.0, 8050.0, 8061.0, 8047.0, 8087.0, 8061.0, 8060.0, 8085.0, 8065.0, 8030.0, 8062.0, 8084.0, 8037.0, 8085.0, 8051.0, 8069.0, 8103.0, 8058.0, 8105.0, 8055.0, 8104.0, 8090.0, 8135.0, 8092.0, 8113.0, 8120.0, 8121.0, 8100.0, 8133.0, 8121.0, 8124.0, 8140.0, 8121.0, 8119.0, 8118.0, 8163.0, 8136.0, 8125.0, 8123.0, 8093.0, 8129.0, 8075.0, 8108.0, 8115.0, 8075.0, 8088.0, 8077.0, 8089.0, 8015.0, 8040.0, 8033.0, 8039.0, 8084.0, 8039.0, 8038.0, 8078.0, 8047.0, 8041.0, 8026.0, 8057.0, 8028.0, 8049.0, 8048.0, 8020.0, 8085.0, 8039.0, 8084.0, 8083.0, 8080.0, 8088.0, 8082.0, 8087.0, 8106.0, 8075.0, 8078.0, 8107.0, 8080.0, 8120.0, 8074.0, 8060.0, 8080.0, 8065.0, 8076.0, 8077.0, 8087.0, 8090.0, 8087.0, 8058.0, 8069.0, 8033.0, 8074.0, 8085.0, 8084.0, 8052.0, 8024.0, 8067.0, 8020.0, 8067.0, 8067.0, 8112.0, 8084.0, 8072.0, 8094.0, 8091.0, 8048.0, 8114.0, 8111.0, 8138.0, 8110.0, 8094.0, 8096.0, 8086.0, 8086.0, 8108.0, 8114.0, 8077.0, 8073.0, 8053.0, 8087.0, 8068.0, 8087.0, 8091.0, 8104.0, 8081.0, 8066.0, 8081.0, 8132.0, 8024.0, 8071.0, 8097.0, 8124.0, 8126.0, 8099.0, 8148.0, 8058.0, 8054.0, 8063.0, 8092.0, 8062.0, 8134.0, 8139.0, 8083.0, 8020.0, 8066.0, 8076.0, 8084.0, 8076.0, 8114.0, 8051.0, 8056.0, 8038.0, 8041.0, 8094.0, 8107.0, 8056.0, 8097.0, 8024.0, 8087.0, 8071.0, 8044.0, 8064.0, 8081.0, 8056.0, 8099.0, 8041.0, 8072.0, 8087.0, 8016.0, 8034.0, 8006.0, 8057.0, 8037.0, 8085.0, 8072.0, 8093.0, 8115.0, 8113.0, 8079.0, 8112.0, 8107.0, 8096.0, 8143.0, 8141.0, 8050.0, 8024.0, 8014.0, 8020.0, 8029.0, 8081.0, 8072.0, 8055.0, 8120.0, 8063.0, 8069.0, 8112.0, 8068.0, 8056.0, 8090.0, 8088.0, 8101.0, 8104.0, 8046.0, 8021.0, 8055.0, 8051.0, 8063.0, 8047.0, 8018.0, 8035.0, 8029.0, 8035.0, 8048.0, 8056.0, 8031.0, 8001.0, 8017.0, 8029.0, 8032.0, 8047.0, 8051.0, 8071.0, 8032.0, 8055.0, 8062.0, 8054.0, 8069.0, 8055.0, 8074.0, 8082.0, 8091.0, 8092.0, 8098.0, 8036.0, 8089.0, 8116.0, 8132.0, 8131.0, 8113.0, 8090.0, 8099.0, 8087.0, 8110.0, 8094.0, 8132.0, 8080.0, 8086.0, 8008.0, 8051.0, 8095.0, 8098.0, 8097.0, 8105.0, 8038.0, 8030.0, 8034.0, 8045.0, 8016.0, 8061.0, 7967.0, 8016.0, 8058.0, 8016.0, 8028.0, 7988.0, 8035.0, 8033.0, 8041.0, 8073.0, 8068.0, 8071.0, 8093.0, 8059.0, 8072.0, 8047.0, 8050.0, 8082.0, 8040.0, 8043.0, 8004.0, 8074.0, 8052.0, 8026.0, 8051.0, 8035.0, 8031.0, 8093.0, 8029.0, 8077.0, 8026.0, 8056.0, 8050.0, 8065.0, 8033.0, 8073.0, 8022.0, 8048.0, 8019.0, 8034.0, 8046.0, 8038.0, 8052.0, 8009.0, 8039.0, 8053.0, 8055.0, 8048.0, 8028.0, 8032.0, 8029.0, 8029.0, 7997.0, 8013.0, 8005.0, 8031.0, 8044.0, 8035.0, 8043.0, 8021.0, 8052.0, 8024.0, 8059.0, 8074.0, 8058.0, 8064.0, 8054.0, 8099.0, 8077.0, 8065.0, 8076.0, 8075.0, 8102.0, 8119.0, 8079.0, 8056.0, 8059.0, 8055.0, 8051.0, 8052.0, 8084.0, 8056.0, 8092.0, 8050.0, 8083.0, 8079.0, 8063.0, 8095.0, 8087.0, 8062.0, 8091.0, 8047.0, 8061.0, 8054.0, 8092.0, 8046.0, 8106.0, 8058.0, 8082.0, 8088.0, 8055.0, 8100.0, 8011.0, 8006.0, 7985.0, 7997.0, 8002.0, 8023.0, 8024.0, 8031.0, 8050.0, 8015.0, 8037.0, 8064.0, 8032.0, 8069.0, 8086.0, 8060.0, 8083.0, 8091.0, 8097.0, 8130.0, 8115.0, 8059.0, 8100.0, 8064.0, 8099.0, 8116.0, 8085.0, 8062.0, 8058.0, 8118.0, 8125.0, 8127.0, 8141.0, 8061.0, 8030.0, 8057.0, 8037.0, 8067.0, 8085.0, 8078.0, 8007.0, 8047.0, 8040.0, 8047.0, 8036.0, 7997.0, 8023.0, 8052.0, 8029.0, 8054.0, 8031.0, 8039.0, 8049.0, 8016.0, 8024.0, 8023.0, 8039.0, 8082.0, 8058.0, 8024.0, 8009.0, 8043.0, 8023.0, 8044.0, 8016.0, 8063.0, 8049.0, 8035.0, 8061.0, 8054.0, 8012.0, 8068.0, 8080.0, 8045.0, 8046.0, 7995.0, 8059.0, 8072.0, 8076.0, 8066.0, 8060.0, 8059.0, 8019.0, 8050.0, 8037.0, 8070.0, 8059.0, 8051.0, 8057.0, 8041.0, 8088.0, 8044.0, 8097.0, 8106.0, 8078.0, 8082.0, 8065.0, 8096.0, 8129.0, 8116.0, 8099.0, 8109.0, 8085.0, 8064.0, 8078.0, 8059.0, 8058.0, 8064.0, 8115.0, 8119.0, 8085.0, 8112.0, 8043.0, 8038.0, 8033.0, 8017.0, 8032.0, 8063.0, 8095.0, 8067.0, 8040.0, 8018.0, 8051.0, 8014.0, 8030.0, 8044.0, 8057.0, 8034.0, 8110.0, 8035.0, 8038.0, 8038.0, 8048.0, 8060.0, 8052.0, 8056.0, 8037.0, 8057.0, 8055.0, 8052.0, 8067.0, 8020.0, 8057.0, 8054.0, 8069.0, 8058.0, 8092.0, 8098.0, 8084.0, 8067.0, 8029.0, 8004.0, 8063.0, 8035.0, 8095.0, 8058.0, 8053.0, 8037.0, 8070.0, 8085.0, 8079.0, 8060.0, 8085.0, 8064.0, 8063.0, 8059.0, 8057.0, 8065.0, 8052.0, 8044.0, 8048.0, 8085.0, 8049.0, 8066.0, 8047.0, 8045.0, 8026.0, 8046.0, 8043.0, 8081.0, 8052.0, 8055.0, 8081.0, 8056.0, 8074.0, 8070.0, 8088.0, 8079.0, 8120.0, 8069.0, 8086.0, 8079.0, 8114.0, 8141.0, 8112.0, 8074.0, 8085.0, 8090.0, 8064.0, 8070.0, 8070.0, 8071.0, 8068.0, 8057.0, 8088.0, 8070.0, 8071.0, 8070.0, 8072.0, 8070.0, 8070.0, 8084.0, 8074.0, 8057.0, 8093.0, 8094.0, 8110.0, 8095.0, 8121.0, 8080.0, 8083.0, 8075.0, 8095.0, 8106.0, 8114.0, 8064.0, 8039.0, 8037.0, 8051.0, 8093.0, 8119.0, 8088.0, 8118.0, 8057.0, 8073.0, 8030.0, 8047.0, 8043.0, 8072.0, 8064.0, 8106.0, 8032.0, 8032.0, 7996.0, 8031.0, 8039.0, 8041.0, 8047.0, 8006.0, 8039.0, 8009.0, 8045.0, 8060.0, 8041.0, 8046.0, 8027.0, 8069.0, 8072.0, 8091.0, 8094.0, 8100.0, 8094.0, 8083.0, 8114.0, 8099.0, 8110.0, 8134.0, 8097.0, 8157.0, 8123.0, 8109.0, 8086.0, 8103.0, 8139.0, 8110.0, 8105.0, 8087.0, 8072.0, 8078.0, 8068.0, 8116.0, 8097.0, 8060.0, 8027.0, 8039.0, 7994.0, 8042.0, 8024.0, 8042.0, 8043.0, 8029.0, 8069.0, 8051.0, 8081.0, 8067.0, 8067.0, 8070.0, 8075.0, 8072.0, 8079.0, 8070.0, 8088.0, 8070.0, 8103.0, 8097.0, 8093.0, 8056.0, 8095.0, 8068.0, 8082.0, 8075.0, 8056.0, 8075.0, 8088.0, 8045.0, 8054.0, 8030.0, 8028.0, 7993.0, 8048.0, 8011.0, 8052.0, 8054.0, 8075.0, 8081.0, 8058.0, 8093.0, 8102.0, 8097.0, 8126.0, 8086.0, 8077.0, 8074.0, 8100.0, 8081.0, 8089.0, 8073.0, 8082.0, 8134.0, 8080.0, 8052.0, 8117.0, 8102.0, 8084.0, 8141.0, 8150.0, 8153.0, 8126.0, 8140.0, 8133.0, 8140.0, 8161.0, 8127.0, 8117.0, 8085.0, 8094.0, 8058.0, 8053.0, 8087.0, 8034.0, 8078.0, 8016.0, 8058.0, 8016.0, 8053.0, 8013.0, 7991.0, 8012.0, 8008.0, 7999.0, 8015.0, 7981.0, 8041.0, 8012.0, 8071.0, 8051.0, 8054.0, 8056.0, 8087.0, 8110.0, 8118.0, 8093.0, 8085.0, 8086.0, 8052.0, 8135.0, 8131.0, 8161.0, 8100.0, 8177.0, 8104.0, 8155.0, 8168.0, 8185.0, 8152.0, 8150.0, 8150.0, 8141.0, 8105.0, 8102.0, 8137.0, 8089.0, 8109.0, 8045.0, 8050.0, 8020.0, 8077.0, 8027.0, 8077.0, 8029.0, 8082.0, 8030.0, 8016.0, 7974.0, 8039.0, 7991.0, 8030.0, 8031.0, 8025.0, 8040.0, 8050.0, 8069.0, 8123.0, 8088.0, 8166.0, 8119.0, 8073.0, 8130.0, 8122.0, 8113.0, 8106.0, 8150.0, 8145.0, 8148.0, 8083.0, 8080.0, 8093.0, 8138.0, 8136.0, 8116.0, 8105.0, 8132.0, 8085.0, 8063.0, 8027.0, 8068.0, 8069.0, 8113.0, 8103.0, 8065.0, 8053.0, 8112.0, 8103.0, 8087.0, 8040.0, 8058.0, 7987.0, 8004.0, 7975.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.0015986885245901639</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06134937049180328</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.96832723969922</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1250597170191425</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9917929132725617</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4763</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4227.5103</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.20664393849976037</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>380</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>34.60837887067395</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6059584738286783</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4144042151633904</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9304786574046715</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4729925489179725</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00810804</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020983288064599037</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03040229342877865</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1098</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.987491692693772</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>21.7473</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.9661</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.8561</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303020.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>631.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>272.7239</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2849</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>433.7064</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2801.8653</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2957.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73524.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1002.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3658.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>741.5639</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>24.286628859117627</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> |