=== 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-0126 --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-0126",
"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-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-02/func/sub-0126_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>917d4d0b554bc94422725dca84296173</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>19:03:38.252500</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.999813, 0.0137756, -0.013538, -0.0125647, 0.996234, 0.085785]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.131715</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>[4212, -7816, -7193, 32, -110, -149, -8, 103]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 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>318.233</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ba9f71df-b387-49f9-812a-bf5900ccefda||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.6824264526367188, -0.03371009603142738, -0.03960561752319336, 114.61611938476562], [-0.03695881366729736, 2.6728241443634033, 0.23111708462238312, -86.14006042480469], [-0.03632143512368202, -0.23015493154525757, 2.689798593521118, -52.72270202636719], [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': ['190338.252500', '190338.712500', '190339.172500', '190339.632500', '190340.092500', '190340.552500', '190341.012500', '190341.472500', '190341.932500', '190342.392500', '190342.852500', '190343.312500', '190343.772500', '190344.232500', '190344.692500', '190345.152500', '190345.612500', '190346.072500', '190346.532500', '190346.992500', '190347.452500', '190347.912500', '190348.372500', '190348.832500', '190349.292500', '190349.752500', '190350.212500', '190350.672500', '190351.132500', '190351.592500', '190352.052500', '190352.512500', '190352.972500', '190353.432500', '190353.892500', '190354.352500', '190354.812500', '190355.272500', '190355.732500', '190356.192500', '190356.652500', '190357.112500', '190357.572500', '190358.032500', '190358.492500', '190358.952500', '190359.412500', '190359.872500', '190400.332500', '190400.792500', '190401.252500', '190401.712500', '190402.172500', '190402.632500', '190403.092500', '190403.552500', '190404.012500', '190404.472500', '190404.932500', '190405.392500', '190405.852500', '190406.312500', '190406.772500', '190407.232500', '190407.692500', '190408.152500', '190408.612500', '190409.072500', '190409.532500', '190409.992500', '190410.452500', '190410.912500', '190411.372500', '190411.832500', '190412.292500', '190412.752500', '190413.212500', '190413.672500', '190414.132500', '190414.592500', '190415.052500', '190415.512500', '190415.972500', '190416.432500', '190416.892500', '190417.352500', '190417.812500', '190418.272500', '190418.732500', '190419.192500', '190419.652500', '190420.112500', '190420.572500', '190421.032500', '190421.492500', '190421.952500', '190422.412500', '190422.872500', '190423.332500', '190423.792500', '190424.252500', '190424.712500', '190425.172500', '190425.632500', '190426.092500', '190426.552500', '190427.012500', '190427.472500', '190427.932500', '190428.392500', '190428.852500', '190429.312500', '190429.772500', '190430.232500', '190430.692500', '190431.152500', '190431.612500', '190432.072500', '190432.532500', '190432.992500', '190433.452500', '190433.912500', '190434.372500', '190434.832500', '190435.292500', '190435.752500', '190436.212500', '190436.672500', '190437.132500', '190437.592500', '190438.052500', '190438.512500', '190438.972500', '190439.432500', '190439.892500', '190440.352500', '190440.812500', '190441.272500', '190441.732500', '190442.192500', '190442.652500', '190443.112500', '190443.572500', '190444.032500', '190444.492500', '190444.952500', '190445.412500', '190445.872500', '190446.332500', '190446.792500', '190447.252500', '190447.712500', '190448.172500', '190448.632500', '190449.092500', '190449.552500', '190450.012500', '190450.472500', '190450.932500', '190451.392500', '190451.852500', '190452.312500', '190452.772500', '190453.232500', '190453.692500', '190454.152500', '190454.612500', '190455.072500', '190455.532500', '190455.992500', '190456.452500', '190456.912500', '190457.372500', '190457.832500', '190458.292500', '190458.752500', '190459.212500', '190459.672500', '190500.132500', '190500.592500', '190501.052500', '190501.512500', '190501.972500', '190502.432500', '190502.892500', '190503.352500', '190503.812500', '190504.272500', '190504.732500', '190505.192500', '190505.652500', '190506.112500', '190506.572500', '190507.032500', '190507.492500', '190507.952500', '190508.412500', '190508.872500', '190509.332500', '190509.792500', '190510.252500', '190510.712500', '190511.172500', '190511.632500', '190512.092500', '190512.552500', '190513.012500', '190513.472500', '190513.932500', '190514.392500', '190514.852500', '190515.312500', '190515.772500', '190516.232500', '190516.692500', '190517.152500', '190517.612500', '190518.072500', '190518.532500', '190518.992500', '190519.452500', '190519.912500', '190520.372500', '190520.832500', '190521.292500', '190521.752500', '190522.212500', '190522.672500', '190523.132500', '190523.592500', '190524.052500', '190524.512500', '190524.972500', '190525.432500', '190525.892500', '190526.352500', '190526.812500', '190527.272500', '190527.732500', '190528.192500', '190528.652500', '190529.112500', '190529.572500', '190530.032500', '190530.492500', '190530.952500', '190531.412500', '190531.872500', '190532.332500', '190532.792500', '190533.252500', '190533.712500', '190534.172500', '190534.632500', '190535.092500', '190535.552500', '190536.012500', '190536.472500', '190536.932500', '190537.392500', '190537.852500', '190538.312500', '190538.772500', '190539.232500', '190539.692500', '190540.152500', '190540.612500', '190541.072500', '190541.532500', '190541.992500', '190542.452500', '190542.912500', '190543.372500', '190543.832500', '190544.292500', '190544.752500', '190545.212500', '190545.672500', '190546.132500', '190546.592500', '190547.052500', '190547.512500', '190547.972500', '190548.432500', '190548.892500', '190549.352500', '190549.812500', '190550.272500', '190550.732500', '190551.192500', '190551.652500', '190552.112500', '190552.572500', '190553.032500', '190553.492500', '190553.952500', '190554.412500', '190554.872500', '190555.332500', '190555.792500', '190556.252500', '190556.712500', '190557.172500', '190557.632500', '190558.092500', '190558.552500', '190559.012500', '190559.472500', '190559.932500', '190600.392500', '190600.852500', '190601.312500', '190601.772500', '190602.232500', '190602.692500', '190603.152500', '190603.612500', '190604.072500', '190604.532500', '190604.992500', '190605.452500', '190605.912500', '190606.372500', '190606.832500', '190607.292500', '190607.752500', '190608.212500', '190608.672500', '190609.132500', '190609.592500', '190610.052500', '190610.512500', '190610.972500', '190611.432500', '190611.892500', '190612.352500', '190612.812500', '190613.272500', '190613.732500', '190614.192500', '190614.652500', '190615.112500', '190615.572500', '190616.032500', '190616.492500', '190616.952500', '190617.412500', '190617.872500', '190618.332500', '190618.792500', '190619.252500', '190619.712500', '190620.172500', '190620.632500', '190621.092500', '190621.552500', '190622.012500', '190622.472500', '190622.932500', '190623.392500', '190623.852500', '190624.312500', '190624.772500', '190625.232500', '190625.692500', '190626.152500', '190626.612500', '190627.072500', '190627.532500', '190627.992500', '190628.452500', '190628.912500', '190629.372500', '190629.832500', '190630.292500', '190630.752500', '190631.212500', '190631.672500', '190632.132500', '190632.592500', '190633.052500', '190633.512500', '190633.972500', '190634.432500', '190634.892500', '190635.352500', '190635.812500', '190636.272500', '190636.732500', '190637.192500', '190637.652500', '190638.112500', '190638.572500', '190639.032500', '190639.492500', '190639.952500', '190640.412500', '190640.872500', '190641.332500', '190641.792500', '190642.252500', '190642.712500', '190643.172500', '190643.632500', '190644.092500', '190644.552500', '190645.012500', '190645.472500', '190645.932500', '190646.392500', '190646.852500', '190647.312500', '190647.772500', '190648.232500', '190648.692500', '190649.152500', '190649.612500', '190650.072500', '190650.532500', '190650.992500', '190651.452500', '190651.912500', '190652.372500', '190652.832500', '190653.292500', '190653.752500', '190654.212500', '190654.672500', '190655.132500', '190655.592500', '190656.052500', '190656.512500', '190656.972500', '190657.432500', '190657.892500', '190658.352500', '190658.812500', '190659.272500', '190659.732500', '190700.192500', '190700.652500', '190701.112500', '190701.572500', '190702.032500', '190702.492500', '190702.952500', '190703.412500', '190703.872500', '190704.332500', '190704.792500', '190705.252500', '190705.712500', '190706.172500', '190706.632500', '190707.092500', '190707.552500', '190708.012500', '190708.472500', '190708.932500', '190709.392500', '190709.852500', '190710.312500', '190710.772500', '190711.232500', '190711.692500', '190712.152500', '190712.612500', '190713.072500', '190713.532500', '190713.992500', '190714.452500', '190714.912500', '190715.372500', '190715.832500', '190716.292500', '190716.752500', '190717.212500', '190717.672500', '190718.132500', '190718.592500', '190719.052500', '190719.512500', '190719.972500', '190720.432500', '190720.892500', '190721.352500', '190721.812500', '190722.272500', '190722.732500', '190723.192500', '190723.652500', '190724.112500', '190724.572500', '190725.032500', '190725.492500', '190725.952500', '190726.412500', '190726.872500', '190727.332500', '190727.792500', '190728.252500', '190728.712500', '190729.172500', '190729.632500', '190730.092500', '190730.552500', '190731.012500', '190731.472500', '190731.932500', '190732.392500', '190732.852500', '190733.312500', '190733.772500', '190734.232500', '190734.692500', '190735.152500', '190735.612500', '190736.072500', '190736.532500', '190736.992500', '190737.452500', '190737.912500', '190738.372500', '190738.832500', '190739.292500', '190739.752500', '190740.212500', '190740.672500', '190741.132500', '190741.592500', '190742.052500', '190742.512500', '190742.972500', '190743.432500', '190743.892500', '190744.352500', '190744.812500', '190745.272500', '190745.732500', '190746.192500', '190746.652500', '190747.112500', '190747.572500', '190748.032500', '190748.492500', '190748.952500', '190749.412500', '190749.872500', '190750.332500', '190750.792500', '190751.252500', '190751.712500', '190752.172500', '190752.632500', '190753.092500', '190753.552500', '190754.012500', '190754.472500', '190754.932500', '190755.392500', '190755.852500', '190756.312500', '190756.772500', '190757.232500', '190757.692500', '190758.152500', '190758.612500', '190759.072500', '190759.532500', '190759.992500', '190800.452500', '190800.912500', '190801.372500', '190801.832500', '190802.292500', '190802.752500', '190803.212500', '190803.672500', '190804.132500', '190804.592500', '190805.052500', '190805.512500', '190805.972500', '190806.432500', '190806.892500', '190807.352500', '190807.812500', '190808.272500', '190808.732500', '190809.192500', '190809.652500', '190810.112500', '190810.572500', '190811.032500', '190811.492500', '190811.952500', '190812.412500', '190812.872500', '190813.332500', '190813.792500', '190814.252500', '190814.712500', '190815.172500', '190815.632500', '190816.092500', '190816.552500', '190817.012500', '190817.472500', '190817.932500', '190818.392500', '190818.852500', '190819.312500', '190819.772500', '190820.232500', '190820.692500', '190821.152500', '190821.612500', '190822.072500', '190822.532500', '190822.992500', '190823.452500', '190823.912500', '190824.372500', '190824.832500', '190825.292500', '190825.752500', '190826.212500', '190826.672500', '190827.132500', '190827.592500', '190828.052500', '190828.512500', '190828.972500', '190829.432500', '190829.892500', '190830.352500', '190830.812500', '190831.272500', '190831.732500', '190832.192500', '190832.652500', '190833.112500', '190833.572500', '190834.032500', '190834.492500', '190834.952500', '190835.412500', '190835.872500', '190836.332500', '190836.792500', '190837.252500', '190837.712500', '190838.172500', '190838.632500', '190839.092500', '190839.552500', '190840.012500', '190840.472500', '190840.932500', '190841.392500', '190841.852500', '190842.312500', '190842.772500', '190843.232500', '190843.692500', '190844.152500', '190844.612500', '190845.072500', '190845.532500', '190845.992500', '190846.452500', '190846.912500', '190847.372500', '190847.832500', '190848.292500', '190848.752500', '190849.212500', '190849.672500', '190850.132500', '190850.592500', '190851.052500', '190851.512500', '190851.972500', '190852.432500', '190852.892500', '190853.352500', '190853.812500', '190854.272500', '190854.732500', '190855.192500', '190855.652500', '190856.112500', '190856.572500', '190857.032500', '190857.492500', '190857.952500', '190858.412500', '190858.872500', '190859.332500', '190859.792500', '190900.252500', '190900.712500', '190901.172500', '190901.632500', '190902.092500', '190902.552500', '190903.012500', '190903.472500', '190903.932500', '190904.392500', '190904.852500', '190905.312500', '190905.772500', '190906.232500', '190906.692500', '190907.152500', '190907.612500', '190908.072500', '190908.532500', '190908.992500', '190909.452500', '190909.912500', '190910.372500', '190910.832500', '190911.292500', '190911.752500', '190912.212500', '190912.672500', '190913.132500', '190913.592500', '190914.052500', '190914.512500', '190914.972500', '190915.432500', '190915.892500', '190916.352500', '190916.812500', '190917.272500', '190917.732500', '190918.192500', '190918.652500', '190919.112500', '190919.572500', '190920.032500', '190920.492500', '190920.952500', '190921.412500', '190921.872500', '190922.332500', '190922.792500', '190923.252500', '190923.712500', '190924.172500', '190924.632500', '190925.092500', '190925.552500', '190926.012500', '190926.472500', '190926.932500', '190927.392500', '190927.852500', '190928.312500', '190928.772500', '190929.232500', '190929.692500', '190930.152500', '190930.612500', '190931.072500', '190931.532500', '190931.992500', '190932.452500', '190932.912500', '190933.372500', '190933.832500', '190934.292500', '190934.752500', '190935.212500', '190935.672500', '190936.132500', '190936.592500', '190937.052500', '190937.512500', '190937.972500', '190938.432500', '190938.892500', '190939.352500', '190939.812500', '190940.272500', '190940.732500', '190941.192500', '190941.652500', '190942.112500', '190942.572500', '190943.032500', '190943.492500', '190943.952500', '190944.412500', '190944.872500', '190945.332500', '190945.792500', '190946.252500', '190946.712500', '190947.172500', '190947.632500', '190948.092500', '190948.552500', '190949.012500', '190949.472500', '190949.932500', '190950.392500', '190950.852500', '190951.312500', '190951.772500', '190952.232500', '190952.692500', '190953.152500', '190953.612500', '190954.072500', '190954.532500', '190954.992500', '190955.452500', '190955.912500', '190956.372500', '190956.832500', '190957.292500', '190957.752500', '190958.212500', '190958.672500', '190959.132500', '190959.592500', '191000.052500', '191000.512500', '191000.972500', '191001.432500', '191001.892500', '191002.352500', '191002.812500', '191003.272500', '191003.732500', '191004.192500', '191004.652500', '191005.112500', '191005.572500', '191006.032500', '191006.492500', '191006.952500', '191007.412500', '191007.872500', '191008.332500', '191008.792500', '191009.252500', '191009.712500', '191010.172500', '191010.632500', '191011.092500', '191011.552500', '191012.012500', '191012.472500', '191012.932500', '191013.392500', '191013.852500', '191014.312500', '191014.772500', '191015.232500', '191015.692500', '191016.152500', '191016.612500', '191017.072500', '191017.532500', '191017.992500', '191018.452500', '191018.912500', '191019.372500', '191019.832500', '191020.292500', '191020.752500', '191021.212500', '191021.672500', '191022.132500', '191022.592500', '191023.052500', '191023.512500', '191023.972500', '191024.432500', '191024.892500', '191025.352500', '191025.812500', '191026.272500', '191026.732500', '191027.192500', '191027.652500', '191028.112500', '191028.572500', '191029.032500', '191029.492500', '191029.952500', '191030.412500', '191030.872500', '191031.332500', '191031.792500', '191032.252500', '191032.712500', '191033.172500', '191033.632500', '191034.092500', '191034.552500', '191035.012500', '191035.472500', '191035.932500', '191036.392500', '191036.852500', '191037.312500', '191037.772500', '191038.232500', '191038.692500', '191039.152500', '191039.612500', '191040.072500', '191040.532500', '191040.992500', '191041.452500', '191041.912500', '191042.372500', '191042.832500', '191043.292500', '191043.752500', '191044.212500', '191044.672500', '191045.132500', '191045.592500', '191046.052500', '191046.512500', '191046.972500', '191047.432500', '191047.892500', '191048.352500', '191048.812500', '191049.272500', '191049.732500', '191050.192500', '191050.652500', '191051.112500', '191051.572500', '191052.032500', '191052.492500', '191052.952500', '191053.412500', '191053.872500', '191054.332500', '191054.792500', '191055.252500', '191055.712500', '191056.172500', '191056.632500', '191057.092500', '191057.552500', '191058.012500', '191058.472500', '191058.932500', '191059.392500', '191059.852500', '191100.312500', '191100.772500', '191101.232500', '191101.692500', '191102.152500', '191102.612500', '191103.072500', '191103.532500', '191103.992500', '191104.452500', '191104.912500', '191105.372500', '191105.832500', '191106.292500', '191106.752500', '191107.212500', '191107.672500', '191108.132500', '191108.592500', '191109.052500', '191109.512500', '191109.972500', '191110.432500', '191110.892500', '191111.352500', '191111.812500', '191112.272500', '191112.732500', '191113.192500', '191113.652500', '191114.112500', '191114.572500', '191115.032500', '191115.492500', '191115.952500', '191116.412500', '191116.872500', '191117.332500', '191117.792500', '191118.252500', '191118.712500', '191119.172500', '191119.632500', '191120.092500', '191120.552500', '191121.012500', '191121.472500', '191121.932500', '191122.392500', '191122.852500', '191123.312500', '191123.772500', '191124.232500', '191124.692500', '191125.152500', '191125.612500', '191126.072500', '191126.532500', '191126.992500', '191127.452500', '191127.912500', '191128.372500', '191128.832500', '191129.292500', '191129.752500', '191130.212500', '191130.672500', '191131.132500', '191131.592500', '191132.052500', '191132.512500', '191132.972500', '191133.432500', '191133.892500', '191134.352500', '191134.812500', '191135.272500', '191135.732500', '191136.192500', '191136.652500', '191137.112500', '191137.572500', '191138.032500', '191138.492500', '191138.952500', '191139.412500', '191139.872500', '191140.332500', '191140.792500', '191141.252500', '191141.712500', '191142.172500', '191142.632500', '191143.092500', '191143.552500', '191144.012500', '191144.472500', '191144.932500', '191145.392500', '191145.852500', '191146.312500', '191146.772500', '191147.232500', '191147.692500', '191148.152500', '191148.612500', '191149.072500', '191149.532500', '191149.992500', '191150.452500', '191150.912500', '191151.372500', '191151.832500', '191152.292500', '191152.752500', '191153.212500', '191153.672500', '191154.132500', '191154.592500', '191155.052500', '191155.512500', '191155.972500', '191156.432500', '191156.892500', '191157.352500', '191157.812500', '191158.272500', '191158.732500', '191159.192500', '191159.652500', '191200.112500', '191200.572500', '191201.032500', '191201.492500', '191201.952500', '191202.412500', '191202.872500'], 'ContentTime': ['190359.843000', '190359.847000', '190359.849000', '190359.852000', '190359.855000', '190359.857000', '190359.860000', '190359.863000', '190359.865000', '190359.868000', '190359.870000', '190359.873000', '190359.875000', '190359.878000', '190359.880000', '190359.888000', '190359.891000', '190359.893000', '190359.896000', '190359.898000', '190359.901000', '190359.903000', '190359.906000', '190359.908000', '190359.911000', '190359.913000', '190359.916000', '190359.924000', '190359.926000', '190359.929000', '190359.932000', '190359.934000', '190359.937000', '190359.939000', '190359.942000', '190359.944000', '190359.947000', '190359.950000', '190359.952000', '190359.955000', '190359.957000', '190359.960000', '190359.962000', '190359.965000', '190419.819000', '190419.821000', '190419.824000', '190419.826000', '190419.829000', '190419.832000', '190419.834000', '190419.837000', '190419.839000', '190419.842000', '190419.844000', '190419.847000', '190419.849000', '190419.852000', '190419.854000', '190419.857000', '190419.860000', '190419.862000', '190419.865000', '190419.867000', '190419.870000', '190419.872000', '190419.875000', '190419.877000', '190419.880000', '190419.883000', '190419.885000', '190419.888000', '190419.890000', '190419.893000', '190419.895000', '190419.898000', '190419.900000', '190419.903000', '190419.905000', '190419.908000', '190419.911000', '190419.913000', '190419.916000', '190419.918000', '190419.921000', '190419.923000', '190419.926000', '190439.819000', '190439.821000', '190439.824000', '190439.826000', '190439.829000', '190439.832000', '190439.834000', '190439.837000', '190439.839000', '190439.842000', '190439.844000', '190439.847000', '190439.849000', '190439.852000', '190439.855000', '190439.857000', '190439.860000', '190439.862000', '190439.865000', '190439.868000', '190439.870000', '190439.873000', '190439.875000', '190439.878000', '190439.880000', '190439.883000', '190439.885000', '190439.888000', '190439.894000', '190439.896000', '190439.899000', '190439.901000', '190439.904000', '190439.906000', '190439.909000', '190439.911000', '190439.914000', '190439.917000', '190439.919000', '190439.922000', '190439.924000', '190439.927000', '190439.930000', '190439.932000', '190459.818000', '190459.821000', '190459.824000', '190459.826000', '190459.829000', '190459.831000', '190459.834000', '190459.837000', '190459.839000', '190459.842000', '190459.844000', '190459.847000', '190459.849000', '190459.852000', '190459.855000', '190459.857000', '190459.860000', '190459.862000', '190459.865000', '190459.867000', '190459.874000', '190459.876000', '190459.879000', '190459.881000', '190459.884000', '190459.886000', '190459.889000', '190459.892000', '190459.894000', '190459.897000', '190459.899000', '190459.902000', '190459.904000', '190459.907000', '190459.909000', '190459.912000', '190459.914000', '190459.917000', '190459.920000', '190459.922000', '190459.925000', '190459.927000', '190459.930000', '190519.819000', '190519.822000', '190519.825000', '190519.827000', '190519.830000', '190519.833000', '190519.836000', '190519.838000', '190519.841000', '190519.844000', '190519.846000', '190519.849000', '190519.851000', '190519.854000', '190519.856000', '190519.859000', '190519.861000', '190519.864000', '190519.867000', '190519.869000', '190519.872000', '190519.874000', '190519.877000', '190519.879000', '190519.882000', '190519.885000', '190519.887000', '190519.890000', '190519.893000', '190519.895000', '190519.898000', '190519.900000', '190519.903000', '190519.905000', '190519.908000', '190519.911000', '190519.913000', '190519.916000', '190519.918000', '190519.921000', '190519.923000', '190519.926000', '190519.929000', '190519.931000', '190539.818000', '190539.821000', '190539.824000', '190539.826000', '190539.829000', '190539.831000', '190539.834000', '190539.836000', '190539.839000', '190539.842000', '190539.844000', '190539.847000', '190539.849000', '190539.852000', '190539.854000', '190539.857000', '190539.859000', '190539.862000', '190539.864000', '190539.867000', '190539.869000', '190539.872000', '190539.882000', '190539.884000', '190539.887000', '190539.889000', '190539.892000', '190539.894000', '190539.897000', '190539.900000', '190539.902000', '190539.905000', '190539.907000', '190539.910000', '190539.912000', '190539.915000', '190539.917000', '190539.920000', '190539.923000', '190539.925000', '190539.928000', '190539.930000', '190539.933000', '190559.818000', '190559.821000', '190559.824000', '190559.826000', '190559.829000', '190559.831000', '190559.834000', '190559.836000', '190559.839000', '190559.842000', '190559.844000', '190559.847000', '190559.849000', '190559.852000', '190559.854000', '190559.857000', '190559.859000', '190559.862000', '190559.865000', '190559.867000', '190559.870000', '190559.872000', '190559.875000', '190559.877000', '190559.880000', '190559.882000', '190559.885000', '190559.887000', '190559.890000', '190559.893000', '190559.895000', '190559.898000', '190559.900000', '190559.903000', '190559.906000', '190559.908000', '190559.911000', '190559.913000', '190559.916000', '190559.918000', '190559.921000', '190559.923000', '190559.926000', '190559.929000', '190619.818000', '190619.821000', '190619.824000', '190619.826000', '190619.829000', '190619.831000', '190619.834000', '190619.837000', '190619.839000', '190619.842000', '190619.844000', '190619.847000', '190619.849000', '190619.852000', '190619.854000', '190619.857000', '190619.860000', '190619.862000', '190619.865000', '190619.867000', '190619.870000', '190619.872000', '190619.875000', '190619.878000', '190619.880000', '190619.883000', '190619.885000', '190619.888000', '190619.890000', '190619.893000', '190619.895000', '190619.898000', '190619.901000', '190619.912000', '190619.914000', '190619.917000', '190619.920000', '190619.922000', '190619.925000', '190619.927000', '190619.930000', '190619.932000', '190619.935000', '190639.818000', '190639.821000', '190639.824000', '190639.826000', '190639.829000', '190639.831000', '190639.834000', '190639.836000', '190639.839000', '190639.842000', '190639.844000', '190639.847000', '190639.849000', '190639.852000', '190639.854000', '190639.857000', '190639.859000', '190639.862000', '190639.865000', '190639.867000', '190639.871000', '190639.873000', '190639.876000', '190639.879000', '190639.881000', '190639.884000', '190639.886000', '190639.889000', '190639.891000', '190639.894000', '190639.896000', '190639.899000', '190639.902000', '190639.904000', '190639.907000', '190639.909000', '190639.912000', '190639.915000', '190639.917000', '190639.920000', '190639.923000', '190639.926000', '190639.928000', '190639.931000', '190659.818000', '190659.821000', '190659.824000', '190659.827000', '190659.829000', '190659.832000', '190659.834000', '190659.837000', '190659.840000', '190659.842000', '190659.845000', '190659.847000', '190659.850000', '190659.852000', '190659.855000', '190659.862000', '190659.865000', '190659.867000', '190659.870000', '190659.872000', '190659.875000', '190659.877000', '190659.880000', '190659.883000', '190659.885000', '190659.888000', '190659.890000', '190659.893000', '190659.896000', '190659.898000', '190659.901000', '190659.903000', '190659.906000', '190659.908000', '190659.911000', '190659.914000', '190659.916000', '190659.919000', '190659.921000', '190659.924000', '190659.927000', '190659.929000', '190659.932000', '190719.818000', '190719.821000', '190719.824000', '190719.826000', '190719.829000', '190719.832000', '190719.835000', '190719.837000', '190719.840000', '190719.842000', '190719.845000', '190719.848000', '190719.850000', '190719.853000', '190719.855000', '190719.858000', '190719.860000', '190719.863000', '190719.883000', '190719.886000', '190719.888000', '190719.891000', '190719.893000', '190719.896000', '190719.898000', '190719.901000', '190719.904000', '190719.906000', '190719.909000', '190719.911000', '190719.914000', '190719.916000', '190719.919000', '190719.922000', '190719.924000', '190719.927000', '190719.929000', '190719.932000', '190719.934000', '190719.937000', '190719.939000', '190719.942000', '190719.945000', '190739.820000', '190739.822000', '190739.825000', '190739.828000', '190739.830000', '190739.833000', '190739.835000', '190739.838000', '190739.840000', '190739.843000', '190739.846000', '190739.848000', '190739.851000', '190739.853000', '190739.856000', '190739.858000', '190739.861000', '190739.863000', '190739.872000', '190739.875000', '190739.877000', '190739.880000', '190739.882000', '190739.885000', '190739.887000', '190739.890000', '190739.893000', '190739.895000', '190739.898000', '190739.900000', '190739.903000', '190739.906000', '190739.908000', '190739.911000', '190739.913000', '190739.916000', '190739.919000', '190739.921000', '190739.924000', '190739.926000', '190739.929000', '190739.931000', '190739.934000', '190739.937000', '190759.818000', '190759.821000', '190759.824000', '190759.826000', '190759.829000', '190759.831000', '190759.834000', '190759.837000', '190759.839000', '190759.842000', '190759.844000', '190759.847000', '190759.849000', '190759.852000', '190759.855000', '190759.857000', '190759.860000', '190759.863000', '190759.865000', '190759.868000', '190759.870000', '190759.873000', '190759.875000', '190759.878000', '190759.880000', '190759.883000', '190759.886000', '190759.888000', '190759.891000', '190759.894000', '190759.897000', '190759.900000', '190759.902000', '190759.905000', '190759.907000', '190759.911000', '190759.913000', '190759.916000', '190759.919000', '190759.921000', '190759.924000', '190759.926000', '190759.929000', '190819.819000', '190819.821000', '190819.824000', '190819.827000', '190819.829000', '190819.832000', '190819.834000', '190819.837000', '190819.839000', '190819.842000', '190819.845000', '190819.847000', '190819.850000', '190819.852000', '190819.855000', '190819.857000', '190819.860000', '190819.863000', '190819.865000', '190819.868000', '190819.870000', '190819.873000', '190819.875000', '190819.878000', '190819.881000', '190819.883000', '190819.886000', '190819.888000', '190819.891000', '190819.894000', '190819.896000', '190819.899000', '190819.901000', '190819.904000', '190819.906000', '190819.909000', '190819.912000', '190819.914000', '190819.917000', '190819.919000', '190819.922000', '190819.924000', '190819.927000', '190819.929000', '190839.819000', '190839.821000', '190839.824000', '190839.827000', '190839.829000', '190839.832000', '190839.834000', '190839.837000', '190839.839000', '190839.842000', '190839.845000', '190839.848000', '190839.850000', '190839.853000', '190839.855000', '190839.858000', '190839.860000', '190839.863000', '190839.866000', '190839.868000', '190839.871000', '190839.873000', '190839.876000', '190839.878000', '190839.881000', '190839.883000', '190839.886000', '190839.889000', '190839.891000', '190839.894000', '190839.896000', '190839.899000', '190839.901000', '190839.904000', '190839.907000', '190839.909000', '190839.912000', '190839.915000', '190839.917000', '190839.920000', '190839.923000', '190839.926000', '190839.928000', '190859.819000', '190859.822000', '190859.824000', '190859.827000', '190859.829000', '190859.832000', '190859.834000', '190859.837000', '190859.840000', '190859.842000', '190859.845000', '190859.847000', '190859.850000', '190859.852000', '190859.855000', '190859.858000', '190859.860000', '190859.863000', '190859.865000', '190859.868000', '190859.870000', '190859.873000', '190859.876000', '190859.878000', '190859.881000', '190859.883000', '190859.886000', '190859.888000', '190859.891000', '190859.894000', '190859.896000', '190859.899000', '190859.901000', '190859.904000', '190859.907000', '190859.909000', '190859.912000', '190859.914000', '190859.917000', '190859.919000', '190859.922000', '190859.925000', '190859.927000', '190859.930000', '190919.818000', '190919.821000', '190919.824000', '190919.826000', '190919.829000', '190919.831000', '190919.834000', '190919.837000', '190919.839000', '190919.842000', '190919.844000', '190919.847000', '190919.849000', '190919.852000', '190919.855000', '190919.857000', '190919.860000', '190919.862000', '190919.865000', '190919.867000', '190919.870000', '190919.873000', '190919.875000', '190919.878000', '190919.880000', '190919.883000', '190919.885000', '190919.888000', '190919.891000', '190919.893000', '190919.896000', '190919.899000', '190919.902000', '190919.905000', '190919.908000', '190919.911000', '190919.913000', '190919.916000', '190919.918000', '190919.921000', '190919.923000', '190919.926000', '190919.929000', '190939.818000', '190939.821000', '190939.824000', '190939.826000', '190939.829000', '190939.831000', '190939.834000', '190939.837000', '190939.839000', '190939.842000', '190939.844000', '190939.847000', '190939.850000', '190939.852000', '190939.855000', '190939.858000', '190939.860000', '190939.863000', '190939.865000', '190939.868000', '190939.870000', '190939.873000', '190939.876000', '190939.878000', '190939.881000', '190939.883000', '190939.886000', '190939.888000', '190939.891000', '190939.894000', '190939.896000', '190939.899000', '190939.901000', '190939.904000', '190939.907000', '190939.909000', '190939.912000', '190939.914000', '190939.917000', '190939.920000', '190939.922000', '190939.925000', '190939.927000', '190939.930000', '190959.820000', '190959.822000', '190959.825000', '190959.827000', '190959.830000', '190959.833000', '190959.835000', '190959.838000', '190959.840000', '190959.843000', '190959.845000', '190959.848000', '190959.850000', '190959.853000', '190959.856000', '190959.858000', '190959.861000', '190959.863000', '190959.866000', '190959.868000', '190959.871000', '190959.874000', '190959.876000', '190959.879000', '190959.881000', '190959.884000', '190959.886000', '190959.889000', '190959.892000', '190959.894000', '190959.897000', '190959.899000', '190959.902000', '190959.904000', '190959.907000', '190959.910000', '190959.912000', '190959.915000', '190959.917000', '190959.921000', '190959.924000', '190959.927000', '190959.929000', '191019.818000', '191019.821000', '191019.824000', '191019.826000', '191019.829000', '191019.832000', '191019.834000', '191019.837000', '191019.839000', '191019.842000', '191019.844000', '191019.847000', '191019.849000', '191019.852000', '191019.855000', '191019.857000', '191019.860000', '191019.862000', '191019.865000', '191019.867000', '191019.870000', '191019.872000', '191019.875000', '191019.878000', '191019.880000', '191019.883000', '191019.885000', '191019.888000', '191019.890000', '191019.893000', '191019.896000', '191019.898000', '191019.901000', '191019.903000', '191019.906000', '191019.908000', '191019.911000', '191019.914000', '191019.916000', '191019.919000', '191019.921000', '191019.924000', '191019.927000', '191019.929000', '191039.819000', '191039.821000', '191039.824000', '191039.827000', '191039.829000', '191039.832000', '191039.834000', '191039.837000', '191039.839000', '191039.842000', '191039.845000', '191039.847000', '191039.850000', '191039.852000', '191039.855000', '191039.858000', '191039.860000', '191039.863000', '191039.865000', '191039.868000', '191039.870000', '191039.873000', '191039.876000', '191039.879000', '191039.881000', '191039.884000', '191039.886000', '191039.889000', '191039.892000', '191039.894000', '191039.897000', '191039.899000', '191039.902000', '191039.904000', '191039.907000', '191039.910000', '191039.912000', '191039.915000', '191039.918000', '191039.921000', '191039.924000', '191039.927000', '191039.929000', '191059.818000', '191059.821000', '191059.824000', '191059.826000', '191059.829000', '191059.831000', '191059.834000', '191059.837000', '191059.839000', '191059.842000', '191059.844000', '191059.847000', '191059.850000', '191059.852000', '191059.855000', '191059.857000', '191059.860000', '191059.862000', '191059.865000', '191059.867000', '191059.870000', '191059.873000', '191059.875000', '191059.878000', '191059.880000', '191059.883000', '191059.885000', '191059.888000', '191059.891000', '191059.893000', '191059.896000', '191059.898000', '191059.901000', '191059.903000', '191059.906000', '191059.909000', '191059.911000', '191059.914000', '191059.916000', '191059.919000', '191059.921000', '191059.924000', '191059.927000', '191059.929000', '191119.819000', '191119.821000', '191119.824000', '191119.826000', '191119.829000', '191119.832000', '191119.834000', '191119.837000', '191119.839000', '191119.842000', '191119.845000', '191119.847000', '191119.850000', '191119.852000', '191119.855000', '191119.857000', '191119.860000', '191119.862000', '191119.865000', '191119.868000', '191119.870000', '191119.873000', '191119.875000', '191119.878000', '191119.880000', '191119.883000', '191119.886000', '191119.888000', '191119.891000', '191119.893000', '191119.896000', '191119.899000', '191119.901000', '191119.904000', '191119.907000', '191119.909000', '191119.912000', '191119.914000', '191119.917000', '191119.919000', '191119.922000', '191119.925000', '191119.927000', '191139.818000', '191139.821000', '191139.824000', '191139.826000', '191139.829000', '191139.832000', '191139.834000', '191139.837000', '191139.839000', '191139.842000', '191139.845000', '191139.847000', '191139.850000', '191139.853000', '191139.855000', '191139.858000', '191139.860000', '191139.863000', '191139.865000', '191139.868000', '191139.871000', '191139.873000', '191139.876000', '191139.878000', '191139.881000', '191139.883000', '191139.886000', '191139.889000', '191139.891000', '191139.894000', '191139.896000', '191139.899000', '191139.901000', '191139.904000', '191139.906000', '191139.909000', '191139.912000', '191139.914000', '191139.917000', '191139.919000', '191139.922000', '191139.925000', '191139.927000', '191139.930000', '191159.818000', '191159.821000', '191159.824000', '191159.826000', '191159.829000', '191159.831000', '191159.834000', '191159.837000', '191159.839000', '191159.842000', '191159.844000', '191159.847000', '191159.849000', '191159.852000', '191159.855000', '191159.857000', '191159.860000', '191159.862000', '191159.865000', '191159.867000', '191159.870000', '191159.873000', '191159.875000', '191159.878000', '191159.880000', '191159.883000', '191159.885000', '191159.898000', '191159.900000', '191159.903000', '191159.905000', '191159.908000', '191159.911000', '191159.913000', '191159.916000', '191159.918000', '191159.921000', '191159.923000', '191159.926000', '191159.929000', '191159.931000', '191159.934000', '191159.936000', '191204.584000', '191204.588000', '191204.591000', '191204.593000', '191204.596000', '191204.599000', '191204.602000', '191204.604000', '191204.607000', '191204.610000', '191204.613000'], 'InstanceCreationTime': ['190359.843000', '190359.847000', '190359.849000', '190359.852000', '190359.855000', '190359.857000', '190359.860000', '190359.863000', '190359.865000', '190359.868000', '190359.870000', '190359.873000', '190359.875000', '190359.878000', '190359.880000', '190359.888000', '190359.891000', '190359.893000', '190359.896000', '190359.898000', '190359.901000', '190359.903000', '190359.906000', '190359.908000', '190359.911000', '190359.913000', '190359.916000', '190359.924000', '190359.926000', '190359.929000', '190359.932000', '190359.934000', '190359.937000', '190359.939000', '190359.942000', '190359.944000', '190359.947000', '190359.950000', '190359.952000', '190359.955000', '190359.957000', '190359.960000', '190359.962000', '190359.965000', '190419.819000', '190419.821000', '190419.824000', '190419.826000', '190419.829000', '190419.832000', '190419.834000', '190419.837000', '190419.839000', '190419.842000', '190419.844000', '190419.847000', '190419.849000', '190419.852000', '190419.854000', '190419.857000', '190419.860000', '190419.862000', '190419.865000', '190419.867000', '190419.870000', '190419.872000', '190419.875000', '190419.877000', '190419.880000', '190419.883000', '190419.885000', '190419.888000', '190419.890000', '190419.893000', '190419.895000', '190419.898000', '190419.900000', '190419.903000', '190419.905000', '190419.908000', '190419.911000', '190419.913000', '190419.916000', '190419.918000', '190419.921000', '190419.923000', '190419.926000', '190439.819000', '190439.821000', '190439.824000', '190439.826000', '190439.829000', '190439.832000', '190439.834000', '190439.837000', '190439.839000', '190439.842000', '190439.844000', '190439.847000', '190439.849000', '190439.852000', '190439.855000', '190439.857000', '190439.860000', '190439.862000', '190439.865000', '190439.868000', '190439.870000', '190439.873000', '190439.875000', '190439.878000', '190439.880000', '190439.883000', '190439.885000', '190439.888000', '190439.894000', '190439.896000', '190439.899000', '190439.901000', '190439.904000', '190439.906000', '190439.909000', '190439.911000', '190439.914000', '190439.917000', '190439.919000', '190439.922000', '190439.924000', '190439.927000', '190439.930000', '190439.932000', '190459.818000', '190459.821000', '190459.824000', '190459.826000', '190459.829000', '190459.831000', '190459.834000', '190459.837000', '190459.839000', '190459.842000', '190459.844000', '190459.847000', '190459.849000', '190459.852000', '190459.855000', '190459.857000', '190459.860000', '190459.862000', '190459.865000', '190459.867000', '190459.874000', '190459.876000', '190459.879000', '190459.881000', '190459.884000', '190459.886000', '190459.889000', '190459.892000', '190459.894000', '190459.897000', '190459.899000', '190459.902000', '190459.904000', '190459.907000', '190459.909000', '190459.912000', '190459.914000', '190459.917000', '190459.920000', '190459.922000', '190459.925000', '190459.927000', '190459.930000', '190519.819000', '190519.822000', '190519.825000', '190519.827000', '190519.830000', '190519.833000', '190519.836000', '190519.838000', '190519.841000', '190519.844000', '190519.846000', '190519.849000', '190519.851000', '190519.854000', '190519.856000', '190519.859000', '190519.861000', '190519.864000', '190519.867000', '190519.869000', '190519.872000', '190519.874000', '190519.877000', '190519.879000', '190519.882000', '190519.885000', '190519.887000', '190519.890000', '190519.893000', '190519.895000', '190519.898000', '190519.900000', '190519.903000', '190519.905000', '190519.908000', '190519.911000', '190519.913000', '190519.916000', '190519.918000', '190519.921000', '190519.923000', '190519.926000', '190519.929000', '190519.931000', '190539.818000', '190539.821000', '190539.824000', '190539.826000', '190539.829000', '190539.831000', '190539.834000', '190539.836000', '190539.839000', '190539.842000', '190539.844000', '190539.847000', '190539.849000', '190539.852000', '190539.854000', '190539.857000', '190539.859000', '190539.862000', '190539.864000', '190539.867000', '190539.869000', '190539.872000', '190539.882000', '190539.884000', '190539.887000', '190539.889000', '190539.892000', '190539.894000', '190539.897000', '190539.900000', '190539.902000', '190539.905000', '190539.907000', '190539.910000', '190539.912000', '190539.915000', '190539.917000', '190539.920000', '190539.923000', '190539.925000', '190539.928000', '190539.930000', '190539.933000', '190559.818000', '190559.821000', '190559.824000', '190559.826000', '190559.829000', '190559.831000', '190559.834000', '190559.836000', '190559.839000', '190559.842000', '190559.844000', '190559.847000', '190559.849000', '190559.852000', '190559.854000', '190559.857000', '190559.859000', '190559.862000', '190559.865000', '190559.867000', '190559.870000', '190559.872000', '190559.875000', '190559.877000', '190559.880000', '190559.882000', '190559.885000', '190559.887000', '190559.890000', '190559.893000', '190559.895000', '190559.898000', '190559.900000', '190559.903000', '190559.906000', '190559.908000', '190559.911000', '190559.913000', '190559.916000', '190559.918000', '190559.921000', '190559.923000', '190559.926000', '190559.929000', '190619.818000', '190619.821000', '190619.824000', '190619.826000', '190619.829000', '190619.831000', '190619.834000', '190619.837000', '190619.839000', '190619.842000', '190619.844000', '190619.847000', '190619.849000', '190619.852000', '190619.854000', '190619.857000', '190619.860000', '190619.862000', '190619.865000', '190619.867000', '190619.870000', '190619.872000', '190619.875000', '190619.878000', '190619.880000', '190619.883000', '190619.885000', '190619.888000', '190619.890000', '190619.893000', '190619.895000', '190619.898000', '190619.901000', '190619.912000', '190619.914000', '190619.917000', '190619.920000', '190619.922000', '190619.925000', '190619.927000', '190619.930000', '190619.932000', '190619.935000', '190639.818000', '190639.821000', '190639.824000', '190639.826000', '190639.829000', '190639.831000', '190639.834000', '190639.836000', '190639.839000', '190639.842000', '190639.844000', '190639.847000', '190639.849000', '190639.852000', '190639.854000', '190639.857000', '190639.859000', '190639.862000', '190639.865000', '190639.867000', '190639.871000', '190639.873000', '190639.876000', '190639.879000', '190639.881000', '190639.884000', '190639.886000', '190639.889000', '190639.891000', '190639.894000', '190639.896000', '190639.899000', '190639.902000', '190639.904000', '190639.907000', '190639.909000', '190639.912000', '190639.915000', '190639.917000', '190639.920000', '190639.923000', '190639.926000', '190639.928000', '190639.931000', '190659.818000', '190659.821000', '190659.824000', '190659.827000', '190659.829000', '190659.832000', '190659.834000', '190659.837000', '190659.840000', '190659.842000', '190659.845000', '190659.847000', '190659.850000', '190659.852000', '190659.855000', '190659.862000', '190659.865000', '190659.867000', '190659.870000', '190659.872000', '190659.875000', '190659.877000', '190659.880000', '190659.883000', '190659.885000', '190659.888000', '190659.890000', '190659.893000', '190659.896000', '190659.898000', '190659.901000', '190659.903000', '190659.906000', '190659.908000', '190659.911000', '190659.914000', '190659.916000', '190659.919000', '190659.921000', '190659.924000', '190659.927000', '190659.929000', '190659.932000', '190719.818000', '190719.821000', '190719.824000', '190719.826000', '190719.829000', '190719.832000', '190719.835000', '190719.837000', '190719.840000', '190719.842000', '190719.845000', '190719.848000', '190719.850000', '190719.853000', '190719.855000', '190719.858000', '190719.860000', '190719.863000', '190719.883000', '190719.886000', '190719.888000', '190719.891000', '190719.893000', '190719.896000', '190719.898000', '190719.901000', '190719.904000', '190719.906000', '190719.909000', '190719.911000', '190719.914000', '190719.916000', '190719.919000', '190719.922000', '190719.924000', '190719.927000', '190719.929000', '190719.932000', '190719.934000', '190719.937000', '190719.939000', '190719.942000', '190719.945000', '190739.820000', '190739.822000', '190739.825000', '190739.828000', '190739.830000', '190739.833000', '190739.835000', '190739.838000', '190739.840000', '190739.843000', '190739.846000', '190739.848000', '190739.851000', '190739.853000', '190739.856000', '190739.858000', '190739.861000', '190739.863000', '190739.872000', '190739.875000', '190739.877000', '190739.880000', '190739.882000', '190739.885000', '190739.887000', '190739.890000', '190739.893000', '190739.895000', '190739.898000', '190739.900000', '190739.903000', '190739.906000', '190739.908000', '190739.911000', '190739.913000', '190739.916000', '190739.919000', '190739.921000', '190739.924000', '190739.926000', '190739.929000', '190739.931000', '190739.934000', '190739.937000', '190759.818000', '190759.821000', '190759.824000', '190759.826000', '190759.829000', '190759.831000', '190759.834000', '190759.837000', '190759.839000', '190759.842000', '190759.844000', '190759.847000', '190759.849000', '190759.852000', '190759.855000', '190759.857000', '190759.860000', '190759.863000', '190759.865000', '190759.868000', '190759.870000', '190759.873000', '190759.875000', '190759.878000', '190759.880000', '190759.883000', '190759.886000', '190759.888000', '190759.891000', '190759.894000', '190759.897000', '190759.900000', '190759.902000', '190759.905000', '190759.907000', '190759.911000', '190759.913000', '190759.916000', '190759.919000', '190759.921000', '190759.924000', '190759.926000', '190759.929000', '190819.819000', '190819.821000', '190819.824000', '190819.827000', '190819.829000', '190819.832000', '190819.834000', '190819.837000', '190819.839000', '190819.842000', '190819.845000', '190819.847000', '190819.850000', '190819.852000', '190819.855000', '190819.857000', '190819.860000', '190819.863000', '190819.865000', '190819.868000', '190819.870000', '190819.873000', '190819.875000', '190819.878000', '190819.881000', '190819.883000', '190819.886000', '190819.888000', '190819.891000', '190819.894000', '190819.896000', '190819.899000', '190819.901000', '190819.904000', '190819.906000', '190819.909000', '190819.912000', '190819.914000', '190819.917000', '190819.919000', '190819.922000', '190819.924000', '190819.927000', '190819.929000', '190839.819000', '190839.821000', '190839.824000', '190839.827000', '190839.829000', '190839.832000', '190839.834000', '190839.837000', '190839.839000', '190839.842000', '190839.845000', '190839.848000', '190839.850000', '190839.853000', '190839.855000', '190839.858000', '190839.860000', '190839.863000', '190839.866000', '190839.868000', '190839.871000', '190839.873000', '190839.876000', '190839.878000', '190839.881000', '190839.883000', '190839.886000', '190839.889000', '190839.891000', '190839.894000', '190839.896000', '190839.899000', '190839.901000', '190839.904000', '190839.907000', '190839.909000', '190839.912000', '190839.915000', '190839.917000', '190839.920000', '190839.923000', '190839.926000', '190839.928000', '190859.819000', '190859.822000', '190859.824000', '190859.827000', '190859.829000', '190859.832000', '190859.834000', '190859.837000', '190859.840000', '190859.842000', '190859.845000', '190859.847000', '190859.850000', '190859.852000', '190859.855000', '190859.858000', '190859.860000', '190859.863000', '190859.865000', '190859.868000', '190859.870000', '190859.873000', '190859.876000', '190859.878000', '190859.881000', '190859.883000', '190859.886000', '190859.888000', '190859.891000', '190859.894000', '190859.896000', '190859.899000', '190859.901000', '190859.904000', '190859.907000', '190859.909000', '190859.912000', '190859.914000', '190859.917000', '190859.919000', '190859.922000', '190859.925000', '190859.927000', '190859.930000', '190919.818000', '190919.821000', '190919.824000', '190919.826000', '190919.829000', '190919.831000', '190919.834000', '190919.837000', '190919.839000', '190919.842000', '190919.844000', '190919.847000', '190919.849000', '190919.852000', '190919.855000', '190919.857000', '190919.860000', '190919.862000', '190919.865000', '190919.867000', '190919.870000', '190919.873000', '190919.875000', '190919.878000', '190919.880000', '190919.883000', '190919.885000', '190919.888000', '190919.891000', '190919.893000', '190919.896000', '190919.899000', '190919.902000', '190919.905000', '190919.908000', '190919.911000', '190919.913000', '190919.916000', '190919.918000', '190919.921000', '190919.923000', '190919.926000', '190919.929000', '190939.818000', '190939.821000', '190939.824000', '190939.826000', '190939.829000', '190939.831000', '190939.834000', '190939.837000', '190939.839000', '190939.842000', '190939.844000', '190939.847000', '190939.850000', '190939.852000', '190939.855000', '190939.858000', '190939.860000', '190939.863000', '190939.865000', '190939.868000', '190939.870000', '190939.873000', '190939.876000', '190939.878000', '190939.881000', '190939.883000', '190939.886000', '190939.888000', '190939.891000', '190939.894000', '190939.896000', '190939.899000', '190939.901000', '190939.904000', '190939.907000', '190939.909000', '190939.912000', '190939.914000', '190939.917000', '190939.920000', '190939.922000', '190939.925000', '190939.927000', '190939.930000', '190959.820000', '190959.822000', '190959.825000', '190959.827000', '190959.830000', '190959.833000', '190959.835000', '190959.838000', '190959.840000', '190959.843000', '190959.845000', '190959.848000', '190959.850000', '190959.853000', '190959.856000', '190959.858000', '190959.861000', '190959.863000', '190959.866000', '190959.868000', '190959.871000', '190959.874000', '190959.876000', '190959.879000', '190959.881000', '190959.884000', '190959.886000', '190959.889000', '190959.892000', '190959.894000', '190959.897000', '190959.899000', '190959.902000', '190959.904000', '190959.907000', '190959.910000', '190959.912000', '190959.915000', '190959.917000', '190959.921000', '190959.924000', '190959.927000', '190959.929000', '191019.818000', '191019.821000', '191019.824000', '191019.826000', '191019.829000', '191019.832000', '191019.834000', '191019.837000', '191019.839000', '191019.842000', '191019.844000', '191019.847000', '191019.849000', '191019.852000', '191019.855000', '191019.857000', '191019.860000', '191019.862000', '191019.865000', '191019.867000', '191019.870000', '191019.872000', '191019.875000', '191019.878000', '191019.880000', '191019.883000', '191019.885000', '191019.888000', '191019.890000', '191019.893000', '191019.896000', '191019.898000', '191019.901000', '191019.903000', '191019.906000', '191019.908000', '191019.911000', '191019.914000', '191019.916000', '191019.919000', '191019.921000', '191019.924000', '191019.927000', '191019.929000', '191039.819000', '191039.821000', '191039.824000', '191039.827000', '191039.829000', '191039.832000', '191039.834000', '191039.837000', '191039.839000', '191039.842000', '191039.845000', '191039.847000', '191039.850000', '191039.852000', '191039.855000', '191039.858000', '191039.860000', '191039.863000', '191039.865000', '191039.868000', '191039.870000', '191039.873000', '191039.876000', '191039.879000', '191039.881000', '191039.884000', '191039.886000', '191039.889000', '191039.892000', '191039.894000', '191039.897000', '191039.899000', '191039.902000', '191039.904000', '191039.907000', '191039.910000', '191039.912000', '191039.915000', '191039.918000', '191039.921000', '191039.924000', '191039.927000', '191039.929000', '191059.818000', '191059.821000', '191059.824000', '191059.826000', '191059.829000', '191059.831000', '191059.834000', '191059.837000', '191059.839000', '191059.842000', '191059.844000', '191059.847000', '191059.850000', '191059.852000', '191059.855000', '191059.857000', '191059.860000', '191059.862000', '191059.865000', '191059.867000', '191059.870000', '191059.873000', '191059.875000', '191059.878000', '191059.880000', '191059.883000', '191059.885000', '191059.888000', '191059.891000', '191059.893000', '191059.896000', '191059.898000', '191059.901000', '191059.903000', '191059.906000', '191059.909000', '191059.911000', '191059.914000', '191059.916000', '191059.919000', '191059.921000', '191059.924000', '191059.927000', '191059.929000', '191119.819000', '191119.821000', '191119.824000', '191119.826000', '191119.829000', '191119.832000', '191119.834000', '191119.837000', '191119.839000', '191119.842000', '191119.845000', '191119.847000', '191119.850000', '191119.852000', '191119.855000', '191119.857000', '191119.860000', '191119.862000', '191119.865000', '191119.868000', '191119.870000', '191119.873000', '191119.875000', '191119.878000', '191119.880000', '191119.883000', '191119.886000', '191119.888000', '191119.891000', '191119.893000', '191119.896000', '191119.899000', '191119.901000', '191119.904000', '191119.907000', '191119.909000', '191119.912000', '191119.914000', '191119.917000', '191119.919000', '191119.922000', '191119.925000', '191119.927000', '191139.818000', '191139.821000', '191139.824000', '191139.826000', '191139.829000', '191139.832000', '191139.834000', '191139.837000', '191139.839000', '191139.842000', '191139.845000', '191139.847000', '191139.850000', '191139.853000', '191139.855000', '191139.858000', '191139.860000', '191139.863000', '191139.865000', '191139.868000', '191139.871000', '191139.873000', '191139.876000', '191139.878000', '191139.881000', '191139.883000', '191139.886000', '191139.889000', '191139.891000', '191139.894000', '191139.896000', '191139.899000', '191139.901000', '191139.904000', '191139.906000', '191139.909000', '191139.912000', '191139.914000', '191139.917000', '191139.919000', '191139.922000', '191139.925000', '191139.927000', '191139.930000', '191159.818000', '191159.821000', '191159.824000', '191159.826000', '191159.829000', '191159.831000', '191159.834000', '191159.837000', '191159.839000', '191159.842000', '191159.844000', '191159.847000', '191159.849000', '191159.852000', '191159.855000', '191159.857000', '191159.860000', '191159.862000', '191159.865000', '191159.867000', '191159.870000', '191159.873000', '191159.875000', '191159.878000', '191159.880000', '191159.883000', '191159.885000', '191159.898000', '191159.900000', '191159.903000', '191159.905000', '191159.908000', '191159.911000', '191159.913000', '191159.916000', '191159.918000', '191159.921000', '191159.923000', '191159.926000', '191159.929000', '191159.931000', '191159.934000', '191159.936000', '191204.584000', '191204.588000', '191204.591000', '191204.593000', '191204.596000', '191204.599000', '191204.602000', '191204.604000', '191204.607000', '191204.610000', '191204.613000'], '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': [10091, 8937, 7810, 9054, 8016, 12538, 8565, 7539, 8653, 7845, 10257, 7834, 12996, 9435, 13578, 8378, 8647, 8592, 8599, 11532, 7724, 11478, 7764, 9042, 8609, 7650, 11439, 8035, 11308, 7903, 11095, 10111, 7675, 10105, 8007, 12214, 8520, 12578, 10162, 9499, 8379, 6842, 8615, 7758, 11751, 8385, 13577, 8082, 9544, 8935, 8471, 10863, 7979, 9088, 8135, 7447, 8704, 8352, 11346, 8341, 14135, 8459, 13695, 10289, 15298, 10866, 8243, 9654, 8421, 10990, 8105, 8579, 10010, 7908, 10004, 8656, 8263, 11559, 9172, 14831, 10489, 7733, 10254, 8093, 8656, 11108, 8517, 8636, 9204, 8422, 10998, 8244, 13488, 9656, 9026, 9150, 7860, 10953, 8328, 8787, 11939, 8705, 8046, 8770, 7502, 10796, 8618, 10030, 10010, 7965, 11659, 8167, 10644, 9455, 8058, 11766, 8318, 12469, 8986, 11639, 10024, 10147, 11276, 7682, 10032, 8302, 7856, 11663, 8306, 7650, 9130, 7779, 12667, 9127, 15299, 9441, 7207, 9230, 8108, 13125, 10270, 7559, 9377, 7736, 11542, 9428, 8351, 11581, 8117, 9192, 8723, 8066, 12008, 8809, 8170, 9418, 7667, 10909, 8627, 7723, 12778, 8885, 7686, 9495, 8311, 8062, 11542, 8515, 7118, 8422, 8183, 9590, 10801, 8146, 8822, 8276, 7430, 11117, 8283, 12731, 10422, 6988, 9417, 7850, 12464, 9388, 9745, 9428, 7577, 11579, 8018, 9846, 9772, 7336, 11809, 7703, 11124, 9478, 10223, 11297, 8914, 12435, 8383, 7205, 9152, 7682, 12653, 10291, 7238, 11814, 7780, 13389, 9879, 16350, 11039, 10156, 8788, 7785, 10323, 8223, 12582, 10443, 7794, 10702, 7904, 10310, 9822, 8077, 12959, 7978, 8568, 8829, 8048, 12265, 8806, 7390, 8548, 8133, 11930, 9085, 9585, 9532, 7907, 10652, 8103, 11182, 9154, 7980, 11592, 8537, 11838, 8287, 8230, 11067, 8384, 10517, 8915, 7352, 9442, 8475, 12249, 10287, 7901, 10997, 8506, 11653, 10030, 8221, 11040, 8062, 7257, 8935, 8254, 9473, 8585, 8277, 10731, 8279, 8392, 10553, 8581, 15249, 9726, 8530, 9644, 7991, 13330, 10610, 8173, 9122, 7906, 10190, 8459, 9123, 10380, 8122, 12323, 8409, 11693, 9445, 7950, 10779, 8659, 11835, 9090, 9818, 9994, 8317, 12329, 8525, 7564, 9109, 8120, 12276, 8852, 8806, 8295, 7939, 8937, 8355, 12793, 10211, 9051, 8430, 8327, 9233, 9065, 11544, 8180, 12397, 8128, 9005, 8669, 7469, 11652, 8338, 12167, 8358, 12729, 10871, 10206, 8829, 7891, 10656, 8317, 11849, 10127, 8128, 11989, 8323, 9343, 9061, 8263, 13386, 9629, 8324, 8641, 8006, 10921, 8499, 8003, 11662, 8321, 8871, 9373, 9190, 12288, 8880, 13805, 7996, 8499, 8711, 7500, 11695, 8772, 9913, 8903, 7944, 11153, 7968, 13251, 9951, 9472, 8724, 6951, 9066, 7430, 12998, 8855, 6831, 8585, 8047, 12168, 9620, 11092, 9999, 7431, 9765, 8070, 11990, 9940, 8982, 10356, 8025, 11239, 7797, 9572, 9824, 7748, 12454, 7905, 10411, 8719, 8711, 10677, 7899, 10348, 8282, 7547, 8459, 7306, 12926, 10430, 10017, 9209, 7664, 11344, 8549, 14685, 11062, 9470, 10249, 7846, 11734, 8878, 11633, 10321, 8149, 11922, 8167, 9091, 9633, 8544, 13966, 8593, 9242, 8624, 7884, 9069, 7900, 11477, 8275, 7474, 8174, 7648, 10554, 8112, 11511, 8694, 8025, 9269, 7713, 12339, 9481, 10578, 8933, 8283, 11129, 8485, 15785, 11226, 7987, 10436, 7741, 12743, 9694, 12123, 10100, 7885, 10429, 7847, 10999, 8392, 8281, 9718, 7513, 10204, 7747, 11984, 9614, 8843, 10088, 8055, 11714, 8512, 12597, 10442, 8694, 9350, 7923, 11459, 7388, 11424, 7753, 10719, 9942, 6770, 11313, 8216, 7817, 12062, 8670, 12757, 12754, 12238, 15172, 9705, 8855, 14613, 10798, 8690, 10485, 8816, 9551, 10887, 7374, 9648, 10607, 7753, 9926, 10350, 9206, 10912, 12801, 11050, 11739, 9289, 8781, 7959, 10340, 7279, 9064, 9738, 8741, 8757, 13460, 9284, 8535, 7887, 8834, 12480, 11516, 13269, 8910, 11902, 8772, 12511, 8695, 14194, 10972, 8236, 10000, 9114, 12667, 8197, 10484, 10279, 8182, 12631, 8253, 12171, 10821, 8684, 13569, 8738, 13229, 8709, 13011, 10693, 7798, 10213, 8379, 12339, 8332, 10239, 9206, 8426, 11447, 8682, 8261, 9377, 10224, 12483, 8480, 13250, 8603, 12394, 8494, 10616, 8644, 7814, 8898, 8299, 10573, 8115, 12951, 9682, 11002, 9214, 7568, 9604, 8028, 12686, 8939, 14940, 8458, 11618, 8659, 13473, 9878, 10767, 8740, 7953, 10486, 8489, 13305, 10133, 17259, 11372, 9030, 9660, 8184, 9956, 10189, 13240, 8331, 11386, 8551, 11421, 8176, 13062, 10427, 7274, 8611, 8339, 10929, 8921, 9047, 11247, 8304, 9943, 7890, 7626, 13532, 10596, 10003, 10455, 8687, 10033, 8755, 8172, 15344, 10282, 8293, 11396, 8077, 8976, 13799, 9955, 9055, 8253, 8311, 11928, 8792, 12684, 10137, 7738, 10493, 8464, 8448, 7645, 8173, 13357, 8671, 9512, 7726, 7949, 10644, 8429, 14312, 10129, 7865, 8373, 7767, 12421, 9021, 14312, 9918, 7743, 8569, 7725, 12428, 9075, 11449, 9498, 8113, 10691, 8360, 10081, 9607, 9217, 14256, 8790, 8440, 10437, 8374, 14367, 9993, 13186, 10474, 7904, 10577, 8666, 12105, 8989, 12035, 9374, 10226, 10074, 8169, 10066, 8350, 12385, 8700, 14702, 9785, 8938, 8105, 7786, 10164, 7983, 12465, 8249, 11267, 8446, 10535, 8962, 9226, 9870, 7797, 11559, 8254, 12573, 9627, 12059, 9382, 7505, 8748, 7599, 12726, 10083, 8490, 8808, 7884, 11554, 8447, 11566, 10071, 8113, 10888, 7885, 10805, 10881, 8214, 12912, 9026, 8618, 10479, 8037, 10242, 7969, 7838, 12048, 8756, 13136, 11181, 8105, 11817, 8247, 9641, 9437, 10469, 14685, 9052, 13677, 8660, 12752, 9294, 8069, 10354, 8580, 9707, 8076, 7880, 12836, 8618, 11795, 9028, 9960, 10564, 8074, 11813, 8409, 11930, 8424, 10434, 10773, 8650, 13128, 8383, 8274, 11004, 8783, 13546, 9082, 7862, 9795, 8496, 12992, 9824, 7428, 10375, 7809, 10734, 10528, 7983, 12911, 7798, 7789, 10662, 9340, 14136, 9971, 7705, 9109, 8152, 11099, 8412, 8392, 12204, 9463, 7671, 8294, 8380, 13236, 9529, 8811, 9363, 7936, 7924, 8455, 9922, 8141, 11791, 7370, 7675, 10257, 8288, 10616, 9795, 8034, 11846, 8006, 11197, 11619, 8446, 13642, 8483, 10821, 9433, 9936, 16950, 10570, 8045, 9532, 8059, 14061, 9915, 8814, 10776, 8289, 11571, 8505, 9932, 9564, 8564, 13542, 8852, 7937, 7735, 8088, 11633, 8306, 11030, 8371, 7830, 9952, 8353, 12611, 9596, 9712, 8729, 8067, 10468, 8021, 11905, 9555, 13799, 9602, 7656, 8031, 7967, 10753, 8046, 11016, 9120, 7816, 9418, 8031, 12221, 9849, 15328, 10833, 9160, 8034, 8264, 11312, 8456, 11509, 8684, 7754, 9819, 8398, 14273, 10490, 8020, 11818, 8801, 13511, 8533, 11028, 11726, 7840, 11869, 8334, 10579, 8096, 11590, 8647, 7589, 8361, 7794, 10347, 7720, 10125, 8299, 7555, 9544, 7855, 11219, 8575, 11926, 9663, 7858, 10532, 8135, 10259, 11785, 10262, 14155, 8527, 7945, 11045, 9389, 13136, 11004, 8456, 12836, 8226, 8717, 14105, 10476, 8741, 8197, 8474, 12620, 8912, 8944, 12780, 7928, 9182, 8035, 8829, 11599, 8381, 7975, 8618, 7735, 8726, 8090, 8834, 13348, 9245, 8731, 8757, 8744, 13207, 9711, 10728, 8135, 7714, 9193, 8074, 10994, 8939, 7906, 10578, 8068, 12793, 9573, 11245, 10483, 7962, 11530, 7739, 9884, 10110, 8408, 14525, 8174, 7933, 8073, 8332, 13459, 9555, 8244, 8547, 7963, 11994, 8887, 12329, 10774, 7757, 9870, 8121, 9907, 8531, 8689, 12172, 8208, 8322, 9426, 8944, 13955, 10200, 7952, 8900, 8643, 10652, 8941, 8798, 13419, 8147, 7888, 8708, 8501, 13548, 9999, 8691, 9156, 7686, 8755, 8986, 8522, 11331, 8675, 7849, 10572, 8283, 9143, 13396, 8498, 7936, 8509, 7945, 10407, 10587, 9603], 'WindowCenter': [3941.0, 3915.0, 3881.0, 3901.0, 3880.0, 3919.0, 3887.0, 3876.0, 3888.0, 3877.0, 3909.0, 3876.0, 3927.0, 3897.0, 3933.0, 3888.0, 3889.0, 3887.0, 3886.0, 3918.0, 3877.0, 3919.0, 3877.0, 3885.0, 3887.0, 3868.0, 3920.0, 3878.0, 3918.0, 3889.0, 3917.0, 3910.0, 3877.0, 3921.0, 3889.0, 3931.0, 3902.0, 3930.0, 3910.0, 3910.0, 3890.0, 3858.0, 3899.0, 3879.0, 3918.0, 3889.0, 3942.0, 3890.0, 3910.0, 3898.0, 3889.0, 3918.0, 3878.0, 3902.0, 3891.0, 3867.0, 3890.0, 3888.0, 3920.0, 3889.0, 3944.0, 3888.0, 3941.0, 3909.0, 3939.0, 3906.0, 3875.0, 3897.0, 3876.0, 3906.0, 3875.0, 3885.0, 3897.0, 3878.0, 3908.0, 3887.0, 3887.0, 3917.0, 3885.0, 3942.0, 3908.0, 3867.0, 3897.0, 3875.0, 3886.0, 3906.0, 3885.0, 3888.0, 3897.0, 3875.0, 3905.0, 3875.0, 3916.0, 3883.0, 3885.0, 3896.0, 3876.0, 3917.0, 3875.0, 3874.0, 3918.0, 3888.0, 3877.0, 3889.0, 3878.0, 3919.0, 3887.0, 3908.0, 3911.0, 3889.0, 3932.0, 3890.0, 3920.0, 3899.0, 3878.0, 3933.0, 3890.0, 3931.0, 3899.0, 3918.0, 3899.0, 3897.0, 3919.0, 3866.0, 3908.0, 3888.0, 3876.0, 3920.0, 3888.0, 3879.0, 3899.0, 3878.0, 3929.0, 3898.0, 3954.0, 3899.0, 3868.0, 3898.0, 3877.0, 3929.0, 3909.0, 3877.0, 3898.0, 3877.0, 3916.0, 3897.0, 3875.0, 3919.0, 3878.0, 3899.0, 3886.0, 3876.0, 3917.0, 3886.0, 3889.0, 3898.0, 3877.0, 3918.0, 3887.0, 3875.0, 3940.0, 3899.0, 3878.0, 3909.0, 3888.0, 3877.0, 3931.0, 3901.0, 3868.0, 3890.0, 3900.0, 3909.0, 3919.0, 3890.0, 3900.0, 3891.0, 3882.0, 3921.0, 3891.0, 3931.0, 3922.0, 3869.0, 3912.0, 3892.0, 3942.0, 3911.0, 3912.0, 3912.0, 3891.0, 3932.0, 3891.0, 3910.0, 3912.0, 3880.0, 3935.0, 3893.0, 3932.0, 3911.0, 3911.0, 3920.0, 3901.0, 3933.0, 3890.0, 3868.0, 3898.0, 3879.0, 3932.0, 3921.0, 3881.0, 3933.0, 3880.0, 3941.0, 3910.0, 3942.0, 3909.0, 3908.0, 3887.0, 3876.0, 3906.0, 3886.0, 3917.0, 3920.0, 3879.0, 3908.0, 3878.0, 3907.0, 3897.0, 3878.0, 3932.0, 3877.0, 3885.0, 3886.0, 3878.0, 3929.0, 3887.0, 3868.0, 3899.0, 3889.0, 3930.0, 3899.0, 3899.0, 3898.0, 3878.0, 3909.0, 3879.0, 3919.0, 3897.0, 3875.0, 3920.0, 3888.0, 3919.0, 3887.0, 3876.0, 3917.0, 3877.0, 3909.0, 3887.0, 3865.0, 3896.0, 3874.0, 3918.0, 3909.0, 3877.0, 3918.0, 3888.0, 3918.0, 3896.0, 3876.0, 3919.0, 3877.0, 3866.0, 3898.0, 3900.0, 3909.0, 3901.0, 3900.0, 3921.0, 3889.0, 3889.0, 3922.0, 3888.0, 3955.0, 3911.0, 3887.0, 3897.0, 3876.0, 3931.0, 3907.0, 3875.0, 3897.0, 3877.0, 3907.0, 3887.0, 3896.0, 3909.0, 3877.0, 3928.0, 3886.0, 3918.0, 3897.0, 3875.0, 3918.0, 3890.0, 3930.0, 3898.0, 3908.0, 3898.0, 3875.0, 3930.0, 3889.0, 3877.0, 3886.0, 3876.0, 3917.0, 3886.0, 3897.0, 3888.0, 3889.0, 3899.0, 3889.0, 3930.0, 3923.0, 3900.0, 3890.0, 3890.0, 3898.0, 3887.0, 3921.0, 3888.0, 3930.0, 3889.0, 3898.0, 3899.0, 3869.0, 3933.0, 3891.0, 3931.0, 3890.0, 3929.0, 3918.0, 3911.0, 3899.0, 3877.0, 3920.0, 3889.0, 3919.0, 3909.0, 3879.0, 3931.0, 3889.0, 3899.0, 3889.0, 3877.0, 3930.0, 3910.0, 3888.0, 3888.0, 3878.0, 3920.0, 3899.0, 3878.0, 3933.0, 3889.0, 3900.0, 3900.0, 3898.0, 3920.0, 3886.0, 3941.0, 3877.0, 3887.0, 3888.0, 3868.0, 3918.0, 3887.0, 3910.0, 3900.0, 3877.0, 3919.0, 3877.0, 3929.0, 3909.0, 3900.0, 3888.0, 3856.0, 3898.0, 3866.0, 3930.0, 3899.0, 3870.0, 3901.0, 3891.0, 3931.0, 3910.0, 3922.0, 3912.0, 3871.0, 3911.0, 3891.0, 3930.0, 3911.0, 3899.0, 3922.0, 3891.0, 3920.0, 3881.0, 3910.0, 3909.0, 3879.0, 3943.0, 3891.0, 3923.0, 3902.0, 3887.0, 3908.0, 3888.0, 3922.0, 3903.0, 3880.0, 3890.0, 3881.0, 3943.0, 3921.0, 3924.0, 3913.0, 3880.0, 3922.0, 3900.0, 3943.0, 3935.0, 3911.0, 3909.0, 3879.0, 3919.0, 3887.0, 3917.0, 3909.0, 3878.0, 3919.0, 3887.0, 3898.0, 3897.0, 3886.0, 3954.0, 3888.0, 3897.0, 3888.0, 3877.0, 3887.0, 3877.0, 3919.0, 3889.0, 3879.0, 3890.0, 3878.0, 3922.0, 3892.0, 3933.0, 3902.0, 3892.0, 3911.0, 3879.0, 3932.0, 3911.0, 3923.0, 3903.0, 3889.0, 3921.0, 3888.0, 3943.0, 3922.0, 3879.0, 3922.0, 3880.0, 3931.0, 3898.0, 3918.0, 3908.0, 3877.0, 3908.0, 3878.0, 3920.0, 3888.0, 3888.0, 3911.0, 3868.0, 3908.0, 3890.0, 3931.0, 3910.0, 3902.0, 3923.0, 3891.0, 3931.0, 3900.0, 3931.0, 3909.0, 3890.0, 3911.0, 3891.0, 3930.0, 3880.0, 3932.0, 3892.0, 3920.0, 3911.0, 3870.0, 3946.0, 3921.0, 3921.0, 3944.0, 3914.0, 3969.0, 4003.0, 3992.0, 3954.0, 3851.0, 3826.0, 3895.0, 3891.0, 3870.0, 3893.0, 3912.0, 3912.0, 3917.0, 3879.0, 3956.0, 3952.0, 3893.0, 3881.0, 3849.0, 3850.0, 3875.0, 3899.0, 3877.0, 3888.0, 3869.0, 3870.0, 3873.0, 3906.0, 3865.0, 3897.0, 3908.0, 3887.0, 3888.0, 3940.0, 3911.0, 3899.0, 3890.0, 3900.0, 3931.0, 3920.0, 3929.0, 3886.0, 3917.0, 3886.0, 3917.0, 3886.0, 3926.0, 3919.0, 3887.0, 3908.0, 3897.0, 3926.0, 3886.0, 3906.0, 3908.0, 3888.0, 3930.0, 3888.0, 3928.0, 3918.0, 3888.0, 3941.0, 3898.0, 3940.0, 3899.0, 3926.0, 3908.0, 3875.0, 3908.0, 3887.0, 3928.0, 3887.0, 3906.0, 3895.0, 3888.0, 3919.0, 3899.0, 3888.0, 3898.0, 3908.0, 3930.0, 3887.0, 3929.0, 3888.0, 3929.0, 3898.0, 3917.0, 3898.0, 3878.0, 3910.0, 3900.0, 3934.0, 3890.0, 3940.0, 3909.0, 3921.0, 3912.0, 3890.0, 3911.0, 3889.0, 3929.0, 3897.0, 3951.0, 3888.0, 3930.0, 3896.0, 3929.0, 3907.0, 3905.0, 3897.0, 3887.0, 3919.0, 3898.0, 3938.0, 3907.0, 3953.0, 3918.0, 3885.0, 3896.0, 3885.0, 3894.0, 3892.0, 3928.0, 3884.0, 3916.0, 3883.0, 3914.0, 3872.0, 3924.0, 3918.0, 3876.0, 3886.0, 3888.0, 3916.0, 3897.0, 3894.0, 3932.0, 3899.0, 3910.0, 3887.0, 3888.0, 3940.0, 3919.0, 3908.0, 3919.0, 3897.0, 3908.0, 3886.0, 3885.0, 3951.0, 3908.0, 3886.0, 3928.0, 3886.0, 3896.0, 3928.0, 3896.0, 3895.0, 3885.0, 3885.0, 3916.0, 3884.0, 3925.0, 3905.0, 3873.0, 3905.0, 3884.0, 3884.0, 3875.0, 3884.0, 3927.0, 3897.0, 3905.0, 3876.0, 3875.0, 3905.0, 3886.0, 3937.0, 3906.0, 3887.0, 3885.0, 3876.0, 3927.0, 3896.0, 3938.0, 3907.0, 3876.0, 3898.0, 3876.0, 3928.0, 3897.0, 3917.0, 3907.0, 3886.0, 3917.0, 3887.0, 3906.0, 3907.0, 3897.0, 3942.0, 3897.0, 3899.0, 3930.0, 3900.0, 3942.0, 3907.0, 3928.0, 3905.0, 3874.0, 3904.0, 3884.0, 3916.0, 3883.0, 3913.0, 3882.0, 3891.0, 3894.0, 3871.0, 3893.0, 3871.0, 3913.0, 3883.0, 3936.0, 3892.0, 3882.0, 3872.0, 3862.0, 3893.0, 3872.0, 3926.0, 3884.0, 3916.0, 3885.0, 3917.0, 3896.0, 3895.0, 3907.0, 3876.0, 3918.0, 3888.0, 3928.0, 3908.0, 3927.0, 3908.0, 3867.0, 3899.0, 3877.0, 3939.0, 3919.0, 3899.0, 3910.0, 3899.0, 3942.0, 3901.0, 3932.0, 3922.0, 3890.0, 3930.0, 3889.0, 3920.0, 3930.0, 3898.0, 3941.0, 3911.0, 3898.0, 3918.0, 3889.0, 3919.0, 3889.0, 3876.0, 3928.0, 3886.0, 3939.0, 3930.0, 3887.0, 3930.0, 3899.0, 3907.0, 3898.0, 3919.0, 3952.0, 3896.0, 3938.0, 3886.0, 3923.0, 3897.0, 3874.0, 3906.0, 3884.0, 3893.0, 3871.0, 3874.0, 3927.0, 3884.0, 3917.0, 3894.0, 3893.0, 3905.0, 3874.0, 3927.0, 3883.0, 3915.0, 3885.0, 3904.0, 3917.0, 3886.0, 3937.0, 3886.0, 3885.0, 3916.0, 3886.0, 3938.0, 3897.0, 3875.0, 3906.0, 3886.0, 3927.0, 3908.0, 3866.0, 3909.0, 3877.0, 3916.0, 3917.0, 3886.0, 3929.0, 3876.0, 3875.0, 3917.0, 3895.0, 3939.0, 3907.0, 3875.0, 3885.0, 3874.0, 3916.0, 3884.0, 3885.0, 3928.0, 3909.0, 3876.0, 3886.0, 3887.0, 3928.0, 3909.0, 3897.0, 3908.0, 3875.0, 3886.0, 3884.0, 3905.0, 3887.0, 3929.0, 3877.0, 3889.0, 3921.0, 3899.0, 3933.0, 3923.0, 3890.0, 3932.0, 3889.0, 3921.0, 3930.0, 3887.0, 3940.0, 3886.0, 3918.0, 3896.0, 3895.0, 3953.0, 3907.0, 3874.0, 3895.0, 3875.0, 3926.0, 3893.0, 3883.0, 3904.0, 3873.0, 3913.0, 3882.0, 3891.0, 3882.0, 3886.0, 3927.0, 3885.0, 3872.0, 3863.0, 3874.0, 3914.0, 3874.0, 3917.0, 3885.0, 3874.0, 3907.0, 3886.0, 3926.0, 3897.0, 3906.0, 3886.0, 3887.0, 3907.0, 3876.0, 3917.0, 3895.0, 3926.0, 3897.0, 3875.0, 3874.0, 3875.0, 3917.0, 3887.0, 3916.0, 3898.0, 3877.0, 3898.0, 3887.0, 3927.0, 3906.0, 3951.0, 3919.0, 3896.0, 3875.0, 3887.0, 3914.0, 3885.0, 3918.0, 3897.0, 3875.0, 3906.0, 3886.0, 3938.0, 3917.0, 3877.0, 3929.0, 3897.0, 3938.0, 3886.0, 3905.0, 3918.0, 3874.0, 3916.0, 3874.0, 3904.0, 3875.0, 3915.0, 3885.0, 3875.0, 3885.0, 3877.0, 3918.0, 3878.0, 3918.0, 3888.0, 3889.0, 3909.0, 3888.0, 3930.0, 3899.0, 3931.0, 3921.0, 3887.0, 3919.0, 3889.0, 3906.0, 3928.0, 3922.0, 3954.0, 3899.0, 3887.0, 3919.0, 3909.0, 3929.0, 3917.0, 3887.0, 3929.0, 3886.0, 3885.0, 3929.0, 3908.0, 3885.0, 3885.0, 3886.0, 3927.0, 3884.0, 3884.0, 3929.0, 3875.0, 3893.0, 3875.0, 3895.0, 3914.0, 3874.0, 3874.0, 3885.0, 3875.0, 3896.0, 3875.0, 3896.0, 3940.0, 3909.0, 3898.0, 3898.0, 3886.0, 3928.0, 3896.0, 3918.0, 3886.0, 3875.0, 3897.0, 3876.0, 3916.0, 3899.0, 3888.0, 3919.0, 3888.0, 3940.0, 3908.0, 3917.0, 3918.0, 3887.0, 3918.0, 3876.0, 3906.0, 3906.0, 3886.0, 3940.0, 3887.0, 3886.0, 3887.0, 3887.0, 3938.0, 3908.0, 3886.0, 3887.0, 3876.0, 3926.0, 3897.0, 3927.0, 3920.0, 3876.0, 3908.0, 3886.0, 3906.0, 3886.0, 3897.0, 3929.0, 3888.0, 3887.0, 3897.0, 3896.0, 3940.0, 3920.0, 3889.0, 3899.0, 3911.0, 3917.0, 3898.0, 3897.0, 3940.0, 3889.0, 3889.0, 3886.0, 3898.0, 3928.0, 3909.0, 3898.0, 3899.0, 3877.0, 3899.0, 3897.0, 3899.0, 3932.0, 3899.0, 3887.0, 3919.0, 3888.0, 3896.0, 3941.0, 3897.0, 3887.0, 3886.0, 3886.0, 3919.0, 3921.0, 3909.0], 'WindowWidth': [8816.0, 8770.0, 8715.0, 8741.0, 8710.0, 8760.0, 8714.0, 8699.0, 8718.0, 8699.0, 8745.0, 8699.0, 8768.0, 8727.0, 8787.0, 8716.0, 8718.0, 8714.0, 8710.0, 8755.0, 8701.0, 8760.0, 8701.0, 8710.0, 8712.0, 8688.0, 8763.0, 8703.0, 8757.0, 8720.0, 8755.0, 8748.0, 8702.0, 8766.0, 8720.0, 8780.0, 8741.0, 8777.0, 8747.0, 8747.0, 8723.0, 8678.0, 8734.0, 8704.0, 8757.0, 8718.0, 8799.0, 8721.0, 8749.0, 8732.0, 8718.0, 8756.0, 8704.0, 8740.0, 8726.0, 8689.0, 8720.0, 8717.0, 8763.0, 8720.0, 8805.0, 8719.0, 8799.0, 8747.0, 8792.0, 8738.0, 8692.0, 8726.0, 8697.0, 8739.0, 8697.0, 8707.0, 8726.0, 8703.0, 8742.0, 8713.0, 8715.0, 8752.0, 8707.0, 8800.0, 8743.0, 8685.0, 8725.0, 8696.0, 8711.0, 8736.0, 8707.0, 8716.0, 8728.0, 8694.0, 8734.0, 8694.0, 8754.0, 8703.0, 8707.0, 8724.0, 8697.0, 8754.0, 8697.0, 8692.0, 8755.0, 8717.0, 8702.0, 8719.0, 8706.0, 8758.0, 8716.0, 8743.0, 8751.0, 8719.0, 8781.0, 8724.0, 8762.0, 8732.0, 8705.0, 8785.0, 8722.0, 8784.0, 8733.0, 8757.0, 8732.0, 8727.0, 8758.0, 8684.0, 8744.0, 8716.0, 8699.0, 8762.0, 8719.0, 8706.0, 8732.0, 8704.0, 8775.0, 8729.0, 8822.0, 8734.0, 8688.0, 8729.0, 8700.0, 8776.0, 8746.0, 8700.0, 8730.0, 8700.0, 8752.0, 8727.0, 8693.0, 8760.0, 8702.0, 8731.0, 8710.0, 8698.0, 8753.0, 8712.0, 8720.0, 8731.0, 8702.0, 8759.0, 8715.0, 8695.0, 8793.0, 8734.0, 8704.0, 8749.0, 8720.0, 8700.0, 8780.0, 8737.0, 8692.0, 8723.0, 8739.0, 8748.0, 8760.0, 8724.0, 8739.0, 8725.0, 8715.0, 8765.0, 8724.0, 8783.0, 8769.0, 8695.0, 8752.0, 8729.0, 8793.0, 8752.0, 8754.0, 8757.0, 8727.0, 8784.0, 8727.0, 8749.0, 8754.0, 8711.0, 8790.0, 8732.0, 8784.0, 8753.0, 8749.0, 8762.0, 8738.0, 8786.0, 8723.0, 8690.0, 8730.0, 8706.0, 8782.0, 8764.0, 8711.0, 8785.0, 8709.0, 8796.0, 8748.0, 8803.0, 8747.0, 8744.0, 8715.0, 8697.0, 8737.0, 8713.0, 8755.0, 8762.0, 8706.0, 8744.0, 8704.0, 8742.0, 8726.0, 8701.0, 8784.0, 8700.0, 8707.0, 8710.0, 8703.0, 8771.0, 8713.0, 8690.0, 8733.0, 8720.0, 8775.0, 8735.0, 8734.0, 8732.0, 8704.0, 8747.0, 8705.0, 8761.0, 8727.0, 8694.0, 8764.0, 8718.0, 8762.0, 8715.0, 8698.0, 8754.0, 8700.0, 8746.0, 8716.0, 8683.0, 8723.0, 8693.0, 8759.0, 8746.0, 8701.0, 8758.0, 8718.0, 8758.0, 8726.0, 8698.0, 8761.0, 8702.0, 8684.0, 8731.0, 8738.0, 8747.0, 8740.0, 8738.0, 8767.0, 8721.0, 8723.0, 8767.0, 8716.0, 8822.0, 8753.0, 8713.0, 8727.0, 8697.0, 8779.0, 8739.0, 8695.0, 8726.0, 8700.0, 8740.0, 8714.0, 8724.0, 8746.0, 8700.0, 8770.0, 8711.0, 8757.0, 8726.0, 8696.0, 8758.0, 8722.0, 8778.0, 8732.0, 8744.0, 8730.0, 8696.0, 8778.0, 8718.0, 8701.0, 8712.0, 8700.0, 8754.0, 8711.0, 8729.0, 8716.0, 8720.0, 8735.0, 8720.0, 8776.0, 8769.0, 8736.0, 8724.0, 8722.0, 8732.0, 8713.0, 8766.0, 8716.0, 8776.0, 8720.0, 8731.0, 8733.0, 8693.0, 8785.0, 8727.0, 8780.0, 8724.0, 8778.0, 8759.0, 8749.0, 8733.0, 8702.0, 8761.0, 8721.0, 8761.0, 8744.0, 8706.0, 8779.0, 8718.0, 8732.0, 8717.0, 8698.0, 8777.0, 8749.0, 8717.0, 8716.0, 8704.0, 8761.0, 8733.0, 8704.0, 8784.0, 8722.0, 8735.0, 8735.0, 8729.0, 8762.0, 8710.0, 8797.0, 8701.0, 8714.0, 8715.0, 8691.0, 8755.0, 8715.0, 8749.0, 8735.0, 8702.0, 8758.0, 8702.0, 8776.0, 8745.0, 8735.0, 8717.0, 8672.0, 8730.0, 8686.0, 8774.0, 8733.0, 8696.0, 8739.0, 8725.0, 8779.0, 8751.0, 8766.0, 8755.0, 8697.0, 8752.0, 8725.0, 8776.0, 8751.0, 8731.0, 8768.0, 8724.0, 8764.0, 8712.0, 8747.0, 8746.0, 8705.0, 8800.0, 8726.0, 8773.0, 8743.0, 8715.0, 8744.0, 8717.0, 8767.0, 8744.0, 8711.0, 8725.0, 8716.0, 8799.0, 8769.0, 8776.0, 8758.0, 8712.0, 8769.0, 8737.0, 8803.0, 8792.0, 8751.0, 8745.0, 8706.0, 8761.0, 8715.0, 8754.0, 8747.0, 8700.0, 8758.0, 8714.0, 8729.0, 8726.0, 8709.0, 8820.0, 8716.0, 8726.0, 8718.0, 8700.0, 8713.0, 8698.0, 8760.0, 8720.0, 8707.0, 8724.0, 8706.0, 8767.0, 8727.0, 8786.0, 8744.0, 8728.0, 8752.0, 8708.0, 8783.0, 8752.0, 8771.0, 8744.0, 8720.0, 8765.0, 8718.0, 8805.0, 8769.0, 8707.0, 8768.0, 8707.0, 8781.0, 8729.0, 8757.0, 8743.0, 8698.0, 8743.0, 8703.0, 8762.0, 8717.0, 8715.0, 8754.0, 8691.0, 8744.0, 8725.0, 8776.0, 8749.0, 8740.0, 8771.0, 8725.0, 8777.0, 8736.0, 8779.0, 8746.0, 8719.0, 8754.0, 8725.0, 8777.0, 8711.0, 8780.0, 8731.0, 8762.0, 8752.0, 8698.0, 8809.0, 8787.0, 8790.0, 8805.0, 8768.0, 8848.0, 8920.0, 8899.0, 8819.0, 8637.0, 8591.0, 8704.0, 8705.0, 8675.0, 8713.0, 8759.0, 8757.0, 8755.0, 8709.0, 8840.0, 8830.0, 8732.0, 8691.0, 8627.0, 8633.0, 8673.0, 8714.0, 8677.0, 8699.0, 8673.0, 8676.0, 8687.0, 8737.0, 8685.0, 8729.0, 8746.0, 8716.0, 8717.0, 8791.0, 8753.0, 8735.0, 8724.0, 8735.0, 8782.0, 8764.0, 8776.0, 8709.0, 8754.0, 8711.0, 8753.0, 8710.0, 8769.0, 8759.0, 8715.0, 8744.0, 8727.0, 8766.0, 8713.0, 8736.0, 8744.0, 8718.0, 8775.0, 8717.0, 8770.0, 8759.0, 8718.0, 8795.0, 8732.0, 8792.0, 8734.0, 8768.0, 8743.0, 8697.0, 8744.0, 8713.0, 8770.0, 8716.0, 8737.0, 8722.0, 8714.0, 8759.0, 8734.0, 8717.0, 8732.0, 8744.0, 8777.0, 8713.0, 8775.0, 8717.0, 8774.0, 8731.0, 8753.0, 8731.0, 8705.0, 8752.0, 8739.0, 8787.0, 8726.0, 8792.0, 8749.0, 8768.0, 8756.0, 8724.0, 8754.0, 8720.0, 8777.0, 8728.0, 8814.0, 8721.0, 8778.0, 8728.0, 8777.0, 8741.0, 8738.0, 8730.0, 8717.0, 8762.0, 8732.0, 8787.0, 8742.0, 8824.0, 8762.0, 8711.0, 8726.0, 8710.0, 8721.0, 8714.0, 8775.0, 8708.0, 8753.0, 8705.0, 8747.0, 8688.0, 8762.0, 8761.0, 8701.0, 8712.0, 8718.0, 8755.0, 8728.0, 8722.0, 8783.0, 8736.0, 8752.0, 8718.0, 8723.0, 8794.0, 8762.0, 8746.0, 8764.0, 8731.0, 8748.0, 8714.0, 8710.0, 8817.0, 8747.0, 8715.0, 8773.0, 8715.0, 8727.0, 8776.0, 8728.0, 8725.0, 8710.0, 8709.0, 8752.0, 8709.0, 8764.0, 8736.0, 8693.0, 8737.0, 8710.0, 8710.0, 8698.0, 8708.0, 8771.0, 8729.0, 8739.0, 8701.0, 8698.0, 8737.0, 8710.0, 8788.0, 8741.0, 8716.0, 8712.0, 8702.0, 8769.0, 8725.0, 8789.0, 8745.0, 8701.0, 8733.0, 8702.0, 8772.0, 8729.0, 8758.0, 8744.0, 8716.0, 8757.0, 8718.0, 8741.0, 8743.0, 8728.0, 8800.0, 8730.0, 8737.0, 8782.0, 8741.0, 8803.0, 8745.0, 8776.0, 8738.0, 8693.0, 8735.0, 8708.0, 8753.0, 8705.0, 8745.0, 8703.0, 8712.0, 8720.0, 8686.0, 8717.0, 8686.0, 8744.0, 8704.0, 8783.0, 8718.0, 8702.0, 8689.0, 8675.0, 8717.0, 8690.0, 8768.0, 8707.0, 8753.0, 8711.0, 8755.0, 8728.0, 8724.0, 8745.0, 8701.0, 8758.0, 8720.0, 8774.0, 8746.0, 8772.0, 8746.0, 8689.0, 8738.0, 8704.0, 8792.0, 8766.0, 8739.0, 8753.0, 8740.0, 8799.0, 8742.0, 8785.0, 8772.0, 8726.0, 8782.0, 8726.0, 8764.0, 8780.0, 8736.0, 8799.0, 8756.0, 8736.0, 8760.0, 8723.0, 8765.0, 8724.0, 8702.0, 8775.0, 8715.0, 8792.0, 8780.0, 8718.0, 8779.0, 8738.0, 8746.0, 8734.0, 8763.0, 8820.0, 8727.0, 8792.0, 8713.0, 8762.0, 8729.0, 8695.0, 8739.0, 8709.0, 8719.0, 8686.0, 8695.0, 8773.0, 8711.0, 8755.0, 8724.0, 8718.0, 8739.0, 8696.0, 8771.0, 8707.0, 8752.0, 8711.0, 8733.0, 8757.0, 8715.0, 8786.0, 8715.0, 8711.0, 8753.0, 8715.0, 8791.0, 8729.0, 8697.0, 8741.0, 8712.0, 8773.0, 8744.0, 8687.0, 8747.0, 8704.0, 8752.0, 8757.0, 8712.0, 8776.0, 8701.0, 8700.0, 8755.0, 8724.0, 8791.0, 8742.0, 8698.0, 8710.0, 8696.0, 8754.0, 8708.0, 8708.0, 8774.0, 8746.0, 8700.0, 8714.0, 8715.0, 8774.0, 8750.0, 8729.0, 8745.0, 8697.0, 8714.0, 8709.0, 8737.0, 8718.0, 8777.0, 8706.0, 8726.0, 8767.0, 8737.0, 8789.0, 8775.0, 8728.0, 8786.0, 8724.0, 8767.0, 8781.0, 8717.0, 8796.0, 8713.0, 8760.0, 8727.0, 8722.0, 8824.0, 8743.0, 8694.0, 8721.0, 8697.0, 8771.0, 8718.0, 8703.0, 8734.0, 8691.0, 8745.0, 8703.0, 8712.0, 8701.0, 8710.0, 8771.0, 8709.0, 8689.0, 8678.0, 8696.0, 8747.0, 8692.0, 8754.0, 8710.0, 8696.0, 8741.0, 8715.0, 8768.0, 8728.0, 8741.0, 8714.0, 8716.0, 8741.0, 8702.0, 8756.0, 8724.0, 8771.0, 8728.0, 8697.0, 8696.0, 8699.0, 8755.0, 8716.0, 8754.0, 8733.0, 8703.0, 8733.0, 8716.0, 8771.0, 8739.0, 8815.0, 8762.0, 8725.0, 8698.0, 8716.0, 8749.0, 8711.0, 8758.0, 8731.0, 8699.0, 8741.0, 8715.0, 8789.0, 8757.0, 8703.0, 8776.0, 8730.0, 8787.0, 8713.0, 8734.0, 8757.0, 8694.0, 8753.0, 8693.0, 8735.0, 8696.0, 8748.0, 8710.0, 8696.0, 8712.0, 8703.0, 8758.0, 8706.0, 8757.0, 8719.0, 8722.0, 8751.0, 8720.0, 8778.0, 8738.0, 8780.0, 8771.0, 8720.0, 8763.0, 8722.0, 8741.0, 8774.0, 8769.0, 8821.0, 8736.0, 8718.0, 8764.0, 8749.0, 8778.0, 8759.0, 8715.0, 8777.0, 8714.0, 8709.0, 8779.0, 8745.0, 8711.0, 8711.0, 8712.0, 8771.0, 8707.0, 8705.0, 8775.0, 8697.0, 8718.0, 8695.0, 8722.0, 8748.0, 8695.0, 8695.0, 8711.0, 8699.0, 8727.0, 8697.0, 8726.0, 8793.0, 8749.0, 8733.0, 8733.0, 8713.0, 8775.0, 8726.0, 8760.0, 8715.0, 8699.0, 8729.0, 8700.0, 8753.0, 8736.0, 8720.0, 8762.0, 8720.0, 8792.0, 8748.0, 8757.0, 8760.0, 8716.0, 8760.0, 8703.0, 8741.0, 8739.0, 8711.0, 8797.0, 8716.0, 8714.0, 8717.0, 8717.0, 8786.0, 8747.0, 8715.0, 8716.0, 8700.0, 8769.0, 8729.0, 8770.0, 8763.0, 8700.0, 8744.0, 8715.0, 8739.0, 8712.0, 8730.0, 8778.0, 8720.0, 8716.0, 8729.0, 8725.0, 8794.0, 8764.0, 8721.0, 8735.0, 8756.0, 8759.0, 8731.0, 8730.0, 8798.0, 8723.0, 8720.0, 8714.0, 8732.0, 8775.0, 8749.0, 8732.0, 8733.0, 8704.0, 8736.0, 8732.0, 8734.0, 8784.0, 8736.0, 8716.0, 8762.0, 8719.0, 8726.0, 8797.0, 8730.0, 8715.0, 8714.0, 8713.0, 8764.0, 8767.0, 8746.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.002089552919708029</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03720842016423358</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.62671101884931</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1760983714337905</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9912456071141558</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4924</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3640.7583</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1497836160110979</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>199</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>18.156934306569344</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5608985060481104</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5272623033817347</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8184554782573303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3369777365052657</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00718302</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002033491153270006</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022382007911801338</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1096</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.785627853853333</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.0869</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.1434</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.5241</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299360.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>857.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.8744</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0372</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.2784</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3075.9928</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3268.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77184.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>987.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4074.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.2594</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.572697568510193</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> |