=== 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-0114 --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-0114",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
126 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
126 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0114_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-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0114/figures/sub-0114_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114/ses-02/func/sub-0114_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>1d80be5cf4516730bda8ba50f7be5ac2</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>20:27:57.727500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999198, 0.00528249, 0.0396893, -0.0122081, 0.984253, 0.176346]</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.0935315</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>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7786, -7150, 361, -148, 20, 115, 58]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>244.584</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>83457c93-c954-452c-bbda-d48332dbbb9c||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.6807754039764404, -0.03275351971387863, 0.1029583066701889, 112.22000885009766], [-0.014172535389661789, 2.6406776905059814, 0.4770602583885193, -110.39244842529297], [0.10648337006568909, -0.47312307357788086, 2.655524969100952, -27.008602142333984], [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': ['202757.727500', '202758.187500', '202758.647500', '202759.107500', '202759.567500', '202800.027500', '202800.487500', '202800.947500', '202801.407500', '202801.867500', '202802.327500', '202802.787500', '202803.247500', '202803.707500', '202804.167500', '202804.627500', '202805.087500', '202805.547500', '202806.007500', '202806.467500', '202806.927500', '202807.387500', '202807.847500', '202808.307500', '202808.767500', '202809.227500', '202809.687500', '202810.147500', '202810.607500', '202811.067500', '202811.527500', '202811.987500', '202812.447500', '202812.907500', '202813.367500', '202813.827500', '202814.287500', '202814.747500', '202815.207500', '202815.667500', '202816.127500', '202816.587500', '202817.047500', '202817.507500', '202817.967500', '202818.427500', '202818.887500', '202819.347500', '202819.807500', '202820.267500', '202820.727500', '202821.187500', '202821.647500', '202822.107500', '202822.567500', '202823.027500', '202823.487500', '202823.947500', '202824.407500', '202824.867500', '202825.327500', '202825.787500', '202826.247500', '202826.707500', '202827.167500', '202827.627500', '202828.087500', '202828.547500', '202829.007500', '202829.467500', '202829.927500', '202830.387500', '202830.847500', '202831.307500', '202831.767500', '202832.227500', '202832.687500', '202833.147500', '202833.607500', '202834.067500', '202834.527500', '202834.987500', '202835.447500', '202835.907500', '202836.367500', '202836.827500', '202837.287500', '202837.747500', '202838.207500', '202838.667500', '202839.127500', '202839.587500', '202840.047500', '202840.507500', '202840.967500', '202841.427500', '202841.887500', '202842.347500', '202842.807500', '202843.267500', '202843.727500', '202844.187500', '202844.647500', '202845.107500', '202845.567500', '202846.027500', '202846.487500', '202846.947500', '202847.407500', '202847.867500', '202848.327500', '202848.787500', '202849.247500', '202849.707500', '202850.167500', '202850.627500', '202851.087500', '202851.547500', '202852.007500', '202852.467500', '202852.927500', '202853.387500', '202853.847500', '202854.307500', '202854.767500', '202855.227500', '202855.687500', '202856.147500', '202856.607500', '202857.067500', '202857.527500', '202857.987500', '202858.447500', '202858.907500', '202859.367500', '202859.827500', '202900.287500', '202900.747500', '202901.207500', '202901.667500', '202902.127500', '202902.587500', '202903.047500', '202903.507500', '202903.967500', '202904.427500', '202904.887500', '202905.347500', '202905.807500', '202906.267500', '202906.727500', '202907.187500', '202907.647500', '202908.107500', '202908.567500', '202909.027500', '202909.487500', '202909.947500', '202910.407500', '202910.867500', '202911.327500', '202911.787500', '202912.247500', '202912.707500', '202913.167500', '202913.627500', '202914.087500', '202914.547500', '202915.007500', '202915.467500', '202915.927500', '202916.387500', '202916.847500', '202917.307500', '202917.767500', '202918.227500', '202918.687500', '202919.147500', '202919.607500', '202920.067500', '202920.527500', '202920.987500', '202921.447500', '202921.907500', '202922.367500', '202922.827500', '202923.287500', '202923.747500', '202924.207500', '202924.667500', '202925.127500', '202925.587500', '202926.047500', '202926.507500', '202926.967500', '202927.427500', '202927.887500', '202928.347500', '202928.807500', '202929.267500', '202929.727500', '202930.187500', '202930.647500', '202931.107500', '202931.567500', '202932.027500', '202932.487500', '202932.947500', '202933.407500', '202933.867500', '202934.327500', '202934.787500', '202935.247500', '202935.707500', '202936.167500', '202936.627500', '202937.087500', '202937.547500', '202938.007500', '202938.467500', '202938.927500', '202939.387500', '202939.847500', '202940.307500', '202940.767500', '202941.227500', '202941.687500', '202942.147500', '202942.607500', '202943.067500', '202943.527500', '202943.987500', '202944.447500', '202944.907500', '202945.367500', '202945.827500', '202946.287500', '202946.747500', '202947.207500', '202947.667500', '202948.127500', '202948.587500', '202949.047500', '202949.507500', '202949.967500', '202950.427500', '202950.887500', '202951.347500', '202951.807500', '202952.267500', '202952.727500', '202953.187500', '202953.647500', '202954.107500', '202954.567500', '202955.027500', '202955.487500', '202955.947500', '202956.407500', '202956.867500', '202957.327500', '202957.787500', '202958.247500', '202958.707500', '202959.167500', '202959.627500', '203000.087500', '203000.547500', '203001.007500', '203001.467500', '203001.927500', '203002.387500', '203002.847500', '203003.307500', '203003.767500', '203004.227500', '203004.687500', '203005.147500', '203005.607500', '203006.067500', '203006.527500', '203006.987500', '203007.447500', '203007.907500', '203008.367500', '203008.827500', '203009.287500', '203009.747500', '203010.207500', '203010.667500', '203011.127500', '203011.587500', '203012.047500', '203012.507500', '203012.967500', '203013.427500', '203013.887500', '203014.347500', '203014.807500', '203015.267500', '203015.727500', '203016.187500', '203016.647500', '203017.107500', '203017.567500', '203018.027500', '203018.487500', '203018.947500', '203019.407500', '203019.867500', '203020.327500', '203020.787500', '203021.247500', '203021.707500', '203022.167500', '203022.627500', '203023.087500', '203023.547500', '203024.007500', '203024.467500', '203024.927500', '203025.387500', '203025.847500', '203026.307500', '203026.767500', '203027.227500', '203027.687500', '203028.147500', '203028.607500', '203029.067500', '203029.527500', '203029.987500', '203030.447500', '203030.907500', '203031.367500', '203031.827500', '203032.287500', '203032.747500', '203033.207500', '203033.667500', '203034.127500', '203034.587500', '203035.047500', '203035.507500', '203035.967500', '203036.427500', '203036.887500', '203037.347500', '203037.807500', '203038.267500', '203038.727500', '203039.187500', '203039.647500', '203040.107500', '203040.567500', '203041.027500', '203041.487500', '203041.947500', '203042.407500', '203042.867500', '203043.327500', '203043.787500', '203044.247500', '203044.707500', '203045.167500', '203045.627500', '203046.087500', '203046.547500', '203047.007500', '203047.467500', '203047.927500', '203048.387500', '203048.847500', '203049.307500', '203049.767500', '203050.227500', '203050.687500', '203051.147500', '203051.607500', '203052.067500', '203052.527500', '203052.987500', '203053.447500', '203053.907500', '203054.367500', '203054.827500', '203055.287500', '203055.747500', '203056.207500', '203056.667500', '203057.127500', '203057.587500', '203058.047500', '203058.507500', '203058.967500', '203059.427500', '203059.887500', '203100.347500', '203100.807500', '203101.267500', '203101.727500', '203102.187500', '203102.647500', '203103.107500', '203103.567500', '203104.027500', '203104.487500', '203104.947500', '203105.407500', '203105.867500', '203106.327500', '203106.787500', '203107.247500', '203107.707500', '203108.167500', '203108.627500', '203109.087500', '203109.547500', '203110.007500', '203110.467500', '203110.927500', '203111.387500', '203111.847500', '203112.307500', '203112.767500', '203113.227500', '203113.687500', '203114.147500', '203114.607500', '203115.067500', '203115.527500', '203115.987500', '203116.447500', '203116.907500', '203117.367500', '203117.827500', '203118.287500', '203118.747500', '203119.207500', '203119.667500', '203120.127500', '203120.587500', '203121.047500', '203121.507500', '203121.967500', '203122.427500', '203122.887500', '203123.347500', '203123.807500', '203124.267500', '203124.727500', '203125.187500', '203125.647500', '203126.107500', '203126.567500', '203127.027500', '203127.487500', '203127.947500', '203128.407500', '203128.867500', '203129.327500', '203129.787500', '203130.247500', '203130.707500', '203131.167500', '203131.627500', '203132.087500', '203132.547500', '203133.007500', '203133.467500', '203133.927500', '203134.387500', '203134.847500', '203135.307500', '203135.767500', '203136.227500', '203136.687500', '203137.147500', '203137.607500', '203138.067500', '203138.527500', '203138.987500', '203139.447500', '203139.907500', '203140.367500', '203140.827500', '203141.287500', '203141.747500', '203142.207500', '203142.667500', '203143.127500', '203143.587500', '203144.047500', '203144.507500', '203144.967500', '203145.427500', '203145.887500', '203146.347500', '203146.807500', '203147.267500', '203147.727500', '203148.187500', '203148.647500', '203149.107500', '203149.567500', '203150.027500', '203150.487500', '203150.947500', '203151.407500', '203151.867500', '203152.327500', '203152.787500', '203153.247500', '203153.707500', '203154.167500', '203154.627500', '203155.087500', '203155.547500', '203156.007500', '203156.467500', '203156.927500', '203157.387500', '203157.847500', '203158.307500', '203158.767500', '203159.227500', '203159.687500', '203200.147500', '203200.607500', '203201.067500', '203201.527500', '203201.987500', '203202.447500', '203202.907500', '203203.367500', '203203.827500', '203204.287500', '203204.747500', '203205.207500', '203205.667500', '203206.127500', '203206.587500', '203207.047500', '203207.507500', '203207.967500', '203208.427500', '203208.887500', '203209.347500', '203209.807500', '203210.267500', '203210.727500', '203211.187500', '203211.647500', '203212.107500', '203212.567500', '203213.027500', '203213.487500', '203213.947500', '203214.407500', '203214.867500', '203215.327500', '203215.787500', '203216.247500', '203216.707500', '203217.167500', '203217.627500', '203218.087500', '203218.547500', '203219.007500', '203219.467500', '203219.927500', '203220.387500', '203220.847500', '203221.307500', '203221.767500', '203222.227500', '203222.687500', '203223.147500', '203223.607500', '203224.067500', '203224.527500', '203224.987500', '203225.447500', '203225.907500', '203226.367500', '203226.827500', '203227.287500', '203227.747500', '203228.207500', '203228.667500', '203229.127500', '203229.587500', '203230.047500', '203230.507500', '203230.967500', '203231.427500', '203231.887500', '203232.347500', '203232.807500', '203233.267500', '203233.727500', '203234.187500', '203234.647500', '203235.107500', '203235.567500', '203236.027500', '203236.487500', '203236.947500', '203237.407500', '203237.867500', '203238.327500', '203238.787500', '203239.247500', '203239.707500', '203240.167500', '203240.627500', '203241.087500', '203241.547500', '203242.007500', '203242.467500', '203242.927500', '203243.387500', '203243.847500', '203244.307500', '203244.767500', '203245.227500', '203245.687500', '203246.147500', '203246.607500', '203247.067500', '203247.527500', '203247.987500', '203248.447500', '203248.907500', '203249.367500', '203249.827500', '203250.287500', '203250.747500', '203251.207500', '203251.667500', '203252.127500', '203252.587500', '203253.047500', '203253.507500', '203253.967500', '203254.427500', '203254.887500', '203255.347500', '203255.807500', '203256.267500', '203256.727500', '203257.187500', '203257.647500', '203258.107500', '203258.567500', '203259.027500', '203259.487500', '203259.947500', '203300.407500', '203300.867500', '203301.327500', '203301.787500', '203302.247500', '203302.707500', '203303.167500', '203303.627500', '203304.087500', '203304.547500', '203305.007500', '203305.467500', '203305.927500', '203306.387500', '203306.847500', '203307.307500', '203307.767500', '203308.227500', '203308.687500', '203309.147500', '203309.607500', '203310.067500', '203310.527500', '203310.987500', '203311.447500', '203311.907500', '203312.367500', '203312.827500', '203313.287500', '203313.747500', '203314.207500', '203314.667500', '203315.127500', '203315.587500', '203316.047500', '203316.507500', '203316.967500', '203317.427500', '203317.887500', '203318.347500', '203318.807500', '203319.267500', '203319.727500', '203320.187500', '203320.647500', '203321.107500', '203321.567500', '203322.027500', '203322.487500', '203322.947500', '203323.407500', '203323.867500', '203324.327500', '203324.787500', '203325.247500', '203325.707500', '203326.167500', '203326.627500', '203327.087500', '203327.547500', '203328.007500', '203328.467500', '203328.927500', '203329.387500', '203329.847500', '203330.307500', '203330.767500', '203331.227500', '203331.687500', '203332.147500', '203332.607500', '203333.067500', '203333.527500', '203333.987500', '203334.447500', '203334.907500', '203335.367500', '203335.827500', '203336.287500', '203336.747500', '203337.207500', '203337.667500', '203338.127500', '203338.587500', '203339.047500', '203339.507500', '203339.967500', '203340.427500', '203340.887500', '203341.347500', '203341.807500', '203342.267500', '203342.727500', '203343.187500', '203343.647500', '203344.107500', '203344.567500', '203345.027500', '203345.487500', '203345.947500', '203346.407500', '203346.867500', '203347.327500', '203347.787500', '203348.247500', '203348.707500', '203349.167500', '203349.627500', '203350.087500', '203350.547500', '203351.007500', '203351.467500', '203351.927500', '203352.387500', '203352.847500', '203353.307500', '203353.767500', '203354.227500', '203354.687500', '203355.147500', '203355.607500', '203356.067500', '203356.527500', '203356.987500', '203357.447500', '203357.907500', '203358.367500', '203358.827500', '203359.287500', '203359.747500', '203400.207500', '203400.667500', '203401.127500', '203401.587500', '203402.047500', '203402.507500', '203402.967500', '203403.427500', '203403.887500', '203404.347500', '203404.807500', '203405.267500', '203405.727500', '203406.187500', '203406.647500', '203407.107500', '203407.567500', '203408.027500', '203408.487500', '203408.947500', '203409.407500', '203409.867500', '203410.327500', '203410.787500', '203411.247500', '203411.707500', '203412.167500', '203412.627500', '203413.087500', '203413.547500', '203414.007500', '203414.467500', '203414.927500', '203415.387500', '203415.847500', '203416.307500', '203416.767500', '203417.227500', '203417.687500', '203418.147500', '203418.607500', '203419.067500', '203419.527500', '203419.987500', '203420.447500', '203420.907500', '203421.367500', '203421.827500', '203422.287500', '203422.747500', '203423.207500', '203423.667500', '203424.127500', '203424.587500', '203425.047500', '203425.507500', '203425.967500', '203426.427500', '203426.887500', '203427.347500', '203427.807500', '203428.267500', '203428.727500', '203429.187500', '203429.647500', '203430.107500', '203430.567500', '203431.027500', '203431.487500', '203431.947500', '203432.407500', '203432.867500', '203433.327500', '203433.787500', '203434.247500', '203434.707500', '203435.167500', '203435.627500', '203436.087500', '203436.547500', '203437.007500', '203437.467500', '203437.927500', '203438.387500', '203438.847500', '203439.307500', '203439.767500', '203440.227500', '203440.687500', '203441.147500', '203441.607500', '203442.067500', '203442.527500', '203442.987500', '203443.447500', '203443.907500', '203444.367500', '203444.827500', '203445.287500', '203445.747500', '203446.207500', '203446.667500', '203447.127500', '203447.587500', '203448.047500', '203448.507500', '203448.967500', '203449.427500', '203449.887500', '203450.347500', '203450.807500', '203451.267500', '203451.727500', '203452.187500', '203452.647500', '203453.107500', '203453.567500', '203454.027500', '203454.487500', '203454.947500', '203455.407500', '203455.867500', '203456.327500', '203456.787500', '203457.247500', '203457.707500', '203458.167500', '203458.627500', '203459.087500', '203459.547500', '203500.007500', '203500.467500', '203500.927500', '203501.387500', '203501.847500', '203502.307500', '203502.767500', '203503.227500', '203503.687500', '203504.147500', '203504.607500', '203505.067500', '203505.527500', '203505.987500', '203506.447500', '203506.907500', '203507.367500', '203507.827500', '203508.287500', '203508.747500', '203509.207500', '203509.667500', '203510.127500', '203510.587500', '203511.047500', '203511.507500', '203511.967500', '203512.427500', '203512.887500', '203513.347500', '203513.807500', '203514.267500', '203514.727500', '203515.187500', '203515.647500', '203516.107500', '203516.567500', '203517.027500', '203517.487500', '203517.947500', '203518.407500', '203518.867500', '203519.327500', '203519.787500', '203520.247500', '203520.707500', '203521.167500', '203521.627500', '203522.087500', '203522.547500', '203523.007500', '203523.467500', '203523.927500', '203524.387500', '203524.847500', '203525.307500', '203525.767500', '203526.227500', '203526.687500', '203527.147500', '203527.607500', '203528.067500', '203528.527500', '203528.987500', '203529.447500', '203529.907500', '203530.367500', '203530.827500', '203531.287500', '203531.747500', '203532.207500', '203532.667500', '203533.127500', '203533.587500', '203534.047500', '203534.507500', '203534.967500', '203535.427500', '203535.887500', '203536.347500', '203536.807500', '203537.267500', '203537.727500', '203538.187500', '203538.647500', '203539.107500', '203539.567500', '203540.027500', '203540.487500', '203540.947500', '203541.407500', '203541.867500', '203542.327500', '203542.787500', '203543.247500', '203543.707500', '203544.167500', '203544.627500', '203545.087500', '203545.547500', '203546.007500', '203546.467500', '203546.927500', '203547.387500', '203547.847500', '203548.307500', '203548.767500', '203549.227500', '203549.687500', '203550.147500', '203550.607500', '203551.067500', '203551.527500', '203551.987500', '203552.447500', '203552.907500', '203553.367500', '203553.827500', '203554.287500', '203554.747500', '203555.207500', '203555.667500', '203556.127500', '203556.587500', '203557.047500', '203557.507500', '203557.967500', '203558.427500', '203558.887500', '203559.347500', '203559.807500', '203600.267500', '203600.727500', '203601.187500', '203601.647500', '203602.107500', '203602.567500', '203603.027500', '203603.487500', '203603.947500', '203604.407500', '203604.867500', '203605.327500', '203605.787500', '203606.247500', '203606.707500', '203607.167500', '203607.627500', '203608.087500', '203608.547500', '203609.007500', '203609.467500', '203609.927500', '203610.387500', '203610.847500', '203611.307500', '203611.767500', '203612.227500', '203612.687500', '203613.147500', '203613.607500', '203614.067500', '203614.527500', '203614.987500', '203615.447500', '203615.907500', '203616.367500', '203616.827500', '203617.287500', '203617.747500', '203618.207500', '203618.667500', '203619.127500', '203619.587500', '203620.047500', '203620.507500', '203620.967500', '203621.427500', '203621.887500', '203622.347500'], 'ContentTime': ['202821.683000', '202821.686000', '202821.689000', '202821.691000', '202821.694000', '202821.696000', '202821.699000', '202821.701000', '202821.704000', '202821.707000', '202821.709000', '202821.712000', '202821.714000', '202821.717000', '202821.719000', '202821.722000', '202821.725000', '202821.727000', '202821.730000', '202821.732000', '202821.735000', '202821.737000', '202821.740000', '202821.742000', '202821.745000', '202821.747000', '202821.750000', '202821.752000', '202821.755000', '202821.758000', '202821.774000', '202821.776000', '202821.779000', '202821.781000', '202821.784000', '202821.787000', '202821.789000', '202821.792000', '202821.794000', '202821.797000', '202821.799000', '202821.802000', '202821.805000', '202821.807000', '202821.810000', '202821.812000', '202821.815000', '202821.817000', '202821.820000', '202841.629000', '202841.631000', '202841.634000', '202841.636000', '202841.639000', '202841.642000', '202841.644000', '202841.647000', '202841.649000', '202841.652000', '202841.654000', '202841.657000', '202841.659000', '202841.662000', '202841.665000', '202841.667000', '202841.670000', '202841.672000', '202841.675000', '202841.677000', '202841.680000', '202841.682000', '202841.685000', '202841.688000', '202841.690000', '202841.693000', '202841.695000', '202841.698000', '202841.700000', '202841.703000', '202841.705000', '202841.708000', '202841.711000', '202841.713000', '202841.716000', '202841.718000', '202841.721000', '202841.723000', '202841.726000', '202841.729000', '202841.731000', '202841.734000', '202841.736000', '202901.628000', '202901.631000', '202901.634000', '202901.636000', '202901.639000', '202901.642000', '202901.664000', '202901.667000', '202901.669000', '202901.672000', '202901.674000', '202901.677000', '202901.680000', '202901.682000', '202901.685000', '202901.687000', '202901.690000', '202901.692000', '202901.695000', '202901.698000', '202901.706000', '202901.708000', '202901.711000', '202901.713000', '202901.716000', '202901.719000', '202901.721000', '202901.724000', '202901.727000', '202901.729000', '202901.732000', '202901.734000', '202901.737000', '202901.739000', '202901.742000', '202901.745000', '202901.747000', '202901.750000', '202901.753000', '202901.755000', '202901.758000', '202901.760000', '202901.763000', '202901.766000', '202921.628000', '202921.631000', '202921.634000', '202921.636000', '202921.639000', '202921.642000', '202921.644000', '202921.647000', '202921.649000', '202921.652000', '202921.655000', '202921.657000', '202921.660000', '202921.662000', '202921.665000', '202921.667000', '202921.670000', '202921.672000', '202921.675000', '202921.678000', '202921.680000', '202921.684000', '202921.686000', '202921.689000', '202921.692000', '202921.694000', '202921.697000', '202921.699000', '202921.702000', '202921.704000', '202921.707000', '202921.710000', '202921.712000', '202921.715000', '202921.718000', '202921.720000', '202921.728000', '202921.730000', '202921.733000', '202921.737000', '202921.739000', '202921.742000', '202921.744000', '202941.628000', '202941.630000', '202941.633000', '202941.636000', '202941.638000', '202941.641000', '202941.644000', '202941.646000', '202941.649000', '202941.651000', '202941.654000', '202941.657000', '202941.659000', '202941.662000', '202941.664000', '202941.667000', '202941.670000', '202941.672000', '202941.675000', '202941.677000', '202941.680000', '202941.683000', '202941.685000', '202941.688000', '202941.690000', '202941.693000', '202941.696000', '202941.698000', '202941.708000', '202941.711000', '202941.713000', '202941.716000', '202941.718000', '202941.721000', '202941.724000', '202941.726000', '202941.729000', '202941.731000', '202941.734000', '202941.736000', '202941.739000', '202941.742000', '202941.744000', '202941.747000', '203001.628000', '203001.631000', '203001.634000', '203001.637000', '203001.639000', '203001.642000', '203001.644000', '203001.647000', '203001.650000', '203001.652000', '203001.655000', '203001.657000', '203001.660000', '203001.662000', '203001.665000', '203001.667000', '203001.670000', '203001.672000', '203001.675000', '203001.678000', '203001.680000', '203001.683000', '203001.685000', '203001.688000', '203001.690000', '203001.693000', '203001.696000', '203001.698000', '203001.701000', '203001.703000', '203001.706000', '203001.709000', '203001.711000', '203001.714000', '203001.716000', '203001.719000', '203001.721000', '203001.724000', '203001.727000', '203001.729000', '203001.732000', '203001.734000', '203001.737000', '203021.629000', '203021.631000', '203021.634000', '203021.637000', '203021.639000', '203021.642000', '203021.644000', '203021.647000', '203021.650000', '203021.652000', '203021.655000', '203021.657000', '203021.660000', '203021.662000', '203021.665000', '203021.667000', '203021.670000', '203021.673000', '203021.675000', '203021.678000', '203021.680000', '203021.683000', '203021.686000', '203021.688000', '203021.691000', '203021.693000', '203021.696000', '203021.699000', '203021.701000', '203021.704000', '203021.706000', '203021.709000', '203021.712000', '203021.714000', '203021.717000', '203021.719000', '203021.722000', '203021.724000', '203021.727000', '203021.730000', '203021.732000', '203021.735000', '203021.737000', '203021.740000', '203041.629000', '203041.644000', '203041.647000', '203041.649000', '203041.652000', '203041.654000', '203041.657000', '203041.659000', '203041.662000', '203041.664000', '203041.667000', '203041.670000', '203041.672000', '203041.675000', '203041.677000', '203041.680000', '203041.682000', '203041.685000', '203041.688000', '203041.690000', '203041.693000', '203041.695000', '203041.698000', '203041.701000', '203041.703000', '203041.706000', '203041.708000', '203041.711000', '203041.713000', '203041.716000', '203041.719000', '203041.721000', '203041.724000', '203041.726000', '203041.729000', '203041.732000', '203041.735000', '203041.738000', '203041.741000', '203041.743000', '203041.746000', '203041.748000', '203041.751000', '203101.628000', '203101.631000', '203101.634000', '203101.636000', '203101.639000', '203101.642000', '203101.644000', '203101.647000', '203101.649000', '203101.652000', '203101.654000', '203101.657000', '203101.659000', '203101.662000', '203101.665000', '203101.667000', '203101.670000', '203101.672000', '203101.675000', '203101.678000', '203101.680000', '203101.683000', '203101.685000', '203101.688000', '203101.691000', '203101.693000', '203101.696000', '203101.698000', '203101.701000', '203101.704000', '203101.706000', '203101.709000', '203101.711000', '203101.714000', '203101.717000', '203101.719000', '203101.722000', '203101.724000', '203101.727000', '203101.729000', '203101.732000', '203101.735000', '203101.737000', '203101.740000', '203121.628000', '203121.631000', '203121.634000', '203121.636000', '203121.639000', '203121.642000', '203121.644000', '203121.647000', '203121.649000', '203121.652000', '203121.654000', '203121.657000', '203121.660000', '203121.662000', '203121.665000', '203121.667000', '203121.670000', '203121.673000', '203121.675000', '203121.678000', '203121.680000', '203121.683000', '203121.685000', '203121.688000', '203121.690000', '203121.693000', '203121.695000', '203121.698000', '203121.701000', '203121.703000', '203121.706000', '203121.708000', '203121.711000', '203121.714000', '203121.716000', '203121.719000', '203121.721000', '203121.724000', '203121.727000', '203121.730000', '203121.733000', '203121.735000', '203121.738000', '203141.629000', '203141.632000', '203141.634000', '203141.637000', '203141.640000', '203141.642000', '203141.645000', '203141.648000', '203141.650000', '203141.653000', '203141.655000', '203141.658000', '203141.661000', '203141.663000', '203141.666000', '203141.668000', '203141.671000', '203141.674000', '203141.676000', '203141.679000', '203141.681000', '203141.684000', '203141.687000', '203141.689000', '203141.692000', '203141.695000', '203141.697000', '203141.700000', '203141.702000', '203141.705000', '203141.707000', '203141.710000', '203141.713000', '203141.715000', '203141.718000', '203141.720000', '203141.723000', '203141.725000', '203141.728000', '203141.731000', '203141.733000', '203141.736000', '203141.738000', '203201.627000', '203201.630000', '203201.633000', '203201.635000', '203201.638000', '203201.641000', '203201.643000', '203201.646000', '203201.648000', '203201.651000', '203201.653000', '203201.656000', '203201.659000', '203201.661000', '203201.664000', '203201.666000', '203201.669000', '203201.672000', '203201.674000', '203201.677000', '203201.679000', '203201.682000', '203201.685000', '203201.687000', '203201.690000', '203201.692000', '203201.695000', '203201.698000', '203201.700000', '203201.703000', '203201.705000', '203201.708000', '203201.711000', '203201.713000', '203201.716000', '203201.718000', '203201.721000', '203201.724000', '203201.726000', '203201.729000', '203201.731000', '203201.749000', '203201.752000', '203201.754000', '203221.628000', '203221.631000', '203221.634000', '203221.637000', '203221.639000', '203221.642000', '203221.644000', '203221.647000', '203221.650000', '203221.652000', '203221.655000', '203221.657000', '203221.660000', '203221.663000', '203221.665000', '203221.668000', '203221.670000', '203221.673000', '203221.676000', '203221.678000', '203221.681000', '203221.683000', '203221.686000', '203221.688000', '203221.691000', '203221.694000', '203221.696000', '203221.699000', '203221.701000', '203221.704000', '203221.706000', '203221.709000', '203221.712000', '203221.714000', '203221.717000', '203221.719000', '203221.722000', '203221.724000', '203221.727000', '203221.730000', '203221.732000', '203221.735000', '203221.737000', '203221.740000', '203241.629000', '203241.631000', '203241.634000', '203241.637000', '203241.639000', '203241.642000', '203241.644000', '203241.647000', '203241.649000', '203241.652000', '203241.655000', '203241.657000', '203241.660000', '203241.662000', '203241.665000', '203241.667000', '203241.670000', '203241.673000', '203241.676000', '203241.678000', '203241.681000', '203241.683000', '203241.686000', '203241.689000', '203241.691000', '203241.694000', '203241.697000', '203241.699000', '203241.702000', '203241.704000', '203241.707000', '203241.709000', '203241.712000', '203241.714000', '203241.717000', '203241.720000', '203241.722000', '203241.725000', '203241.727000', '203241.730000', '203241.732000', '203241.735000', '203241.738000', '203301.628000', '203301.631000', '203301.634000', '203301.637000', '203301.639000', '203301.642000', '203301.644000', '203301.647000', '203301.649000', '203301.652000', '203301.655000', '203301.657000', '203301.660000', '203301.662000', '203301.665000', '203301.667000', '203301.670000', '203301.673000', '203301.675000', '203301.678000', '203301.680000', '203301.683000', '203301.686000', '203301.688000', '203301.691000', '203301.693000', '203301.696000', '203301.699000', '203301.701000', '203301.704000', '203301.706000', '203301.709000', '203301.711000', '203301.714000', '203301.717000', '203301.719000', '203301.722000', '203301.724000', '203301.727000', '203301.730000', '203301.732000', '203301.735000', '203301.737000', '203301.740000', '203321.628000', '203321.631000', '203321.634000', '203321.637000', '203321.639000', '203321.642000', '203321.644000', '203321.647000', '203321.649000', '203321.652000', '203321.655000', '203321.657000', '203321.660000', '203321.662000', '203321.665000', '203321.667000', '203321.670000', '203321.672000', '203321.675000', '203321.678000', '203321.680000', '203321.683000', '203321.685000', '203321.688000', '203321.691000', '203321.693000', '203321.696000', '203321.698000', '203321.701000', '203321.703000', '203321.706000', '203321.709000', '203321.711000', '203321.714000', '203321.716000', '203321.719000', '203321.721000', '203321.724000', '203321.727000', '203321.729000', '203321.732000', '203321.734000', '203321.737000', '203341.629000', '203341.631000', '203341.634000', '203341.637000', '203341.639000', '203341.642000', '203341.644000', '203341.647000', '203341.677000', '203341.679000', '203341.682000', '203341.684000', '203341.687000', '203341.690000', '203341.692000', '203341.695000', '203341.697000', '203341.700000', '203341.702000', '203341.705000', '203341.708000', '203341.710000', '203341.713000', '203341.715000', '203341.718000', '203341.721000', '203341.723000', '203341.726000', '203341.728000', '203341.731000', '203341.734000', '203341.736000', '203341.739000', '203341.741000', '203341.744000', '203341.746000', '203341.749000', '203341.752000', '203341.754000', '203341.757000', '203341.759000', '203341.762000', '203341.765000', '203341.767000', '203401.629000', '203401.632000', '203401.634000', '203401.637000', '203401.640000', '203401.642000', '203401.645000', '203401.647000', '203401.650000', '203401.653000', '203401.655000', '203401.658000', '203401.660000', '203401.663000', '203401.665000', '203401.668000', '203401.671000', '203401.673000', '203401.676000', '203401.678000', '203401.681000', '203401.684000', '203401.686000', '203401.689000', '203401.691000', '203401.694000', '203401.696000', '203401.699000', '203401.702000', '203401.704000', '203401.707000', '203401.709000', '203401.712000', '203401.714000', '203401.717000', '203401.720000', '203401.722000', '203401.725000', '203401.727000', '203401.730000', '203401.734000', '203401.736000', '203401.739000', '203421.627000', '203421.630000', '203421.633000', '203421.635000', '203421.638000', '203421.641000', '203421.643000', '203421.646000', '203421.648000', '203421.651000', '203421.655000', '203421.657000', '203421.660000', '203421.663000', '203421.665000', '203421.668000', '203421.671000', '203421.673000', '203421.676000', '203421.679000', '203421.681000', '203421.684000', '203421.687000', '203421.689000', '203421.692000', '203421.694000', '203421.697000', '203421.699000', '203421.702000', '203421.705000', '203421.707000', '203421.710000', '203421.713000', '203421.715000', '203421.718000', '203421.720000', '203421.723000', '203421.726000', '203421.728000', '203421.731000', '203421.733000', '203421.736000', '203421.739000', '203421.741000', '203441.628000', '203441.631000', '203441.634000', '203441.636000', '203441.639000', '203441.642000', '203441.644000', '203441.647000', '203441.650000', '203441.652000', '203441.655000', '203441.657000', '203441.660000', '203441.662000', '203441.665000', '203441.668000', '203441.670000', '203441.673000', '203441.675000', '203441.678000', '203441.680000', '203441.683000', '203441.686000', '203441.688000', '203441.691000', '203441.693000', '203441.696000', '203441.698000', '203441.701000', '203441.703000', '203441.706000', '203441.709000', '203441.711000', '203441.714000', '203441.716000', '203441.719000', '203441.721000', '203441.724000', '203441.727000', '203441.729000', '203441.732000', '203441.734000', '203441.737000', '203501.628000', '203501.631000', '203501.634000', '203501.637000', '203501.679000', '203501.682000', '203501.684000', '203501.687000', '203501.689000', '203501.692000', '203501.695000', '203501.697000', '203501.700000', '203501.702000', '203501.705000', '203501.708000', '203501.710000', '203501.713000', '203501.715000', '203501.718000', '203501.721000', '203501.723000', '203501.726000', '203501.735000', '203501.738000', '203501.741000', '203501.743000', '203501.746000', '203501.748000', '203501.751000', '203501.754000', '203501.756000', '203501.759000', '203501.761000', '203501.764000', '203501.767000', '203501.769000', '203501.772000', '203501.774000', '203501.777000', '203501.780000', '203501.782000', '203501.785000', '203521.629000', '203521.631000', '203521.634000', '203521.637000', '203521.639000', '203521.642000', '203521.644000', '203521.647000', '203521.650000', '203521.652000', '203521.655000', '203521.657000', '203521.660000', '203521.662000', '203521.665000', '203521.668000', '203521.670000', '203521.673000', '203521.676000', '203521.678000', '203521.681000', '203521.684000', '203521.686000', '203521.689000', '203521.692000', '203521.694000', '203521.697000', '203521.700000', '203521.702000', '203521.708000', '203521.711000', '203521.713000', '203521.716000', '203521.719000', '203521.721000', '203521.724000', '203521.726000', '203521.729000', '203521.731000', '203521.734000', '203521.736000', '203521.739000', '203521.742000', '203521.744000', '203541.629000', '203541.631000', '203541.634000', '203541.637000', '203541.640000', '203541.642000', '203541.645000', '203541.648000', '203541.650000', '203541.653000', '203541.655000', '203541.658000', '203541.660000', '203541.663000', '203541.666000', '203541.668000', '203541.671000', '203541.674000', '203541.676000', '203541.679000', '203541.681000', '203541.684000', '203541.687000', '203541.689000', '203541.693000', '203541.696000', '203541.698000', '203541.701000', '203541.704000', '203541.706000', '203541.709000', '203541.712000', '203541.714000', '203541.717000', '203541.719000', '203541.722000', '203541.724000', '203541.727000', '203541.730000', '203541.732000', '203541.735000', '203541.737000', '203541.740000', '203601.629000', '203601.631000', '203601.634000', '203601.637000', '203601.639000', '203601.642000', '203601.645000', '203601.647000', '203601.650000', '203601.652000', '203601.655000', '203601.657000', '203601.660000', '203601.663000', '203601.665000', '203601.668000', '203601.671000', '203601.673000', '203601.676000', '203601.678000', '203601.681000', '203601.684000', '203601.686000', '203601.689000', '203601.691000', '203601.694000', '203601.697000', '203601.699000', '203601.702000', '203601.704000', '203601.707000', '203601.710000', '203601.712000', '203601.715000', '203601.717000', '203601.720000', '203601.723000', '203601.725000', '203601.728000', '203601.730000', '203601.733000', '203601.735000', '203601.738000', '203601.741000', '203621.629000', '203621.642000', '203621.644000', '203621.647000', '203621.650000', '203621.652000', '203621.655000', '203621.657000', '203621.660000', '203621.663000', '203621.665000', '203621.668000', '203621.670000', '203621.673000', '203621.676000', '203621.678000', '203621.681000', '203621.683000', '203621.686000', '203621.689000', '203621.691000', '203621.694000', '203621.696000', '203621.699000', '203621.702000', '203621.704000', '203621.707000', '203621.710000', '203621.712000', '203621.715000', '203621.717000', '203621.720000', '203621.723000', '203621.725000', '203621.728000', '203621.730000', '203621.733000', '203621.736000', '203621.738000', '203621.741000', '203621.744000', '203621.750000', '203621.753000', '203623.982000', '203623.985000', '203623.988000', '203623.990000', '203623.993000', '203623.996000'], 'InstanceCreationTime': ['202821.683000', '202821.686000', '202821.689000', '202821.691000', '202821.694000', '202821.696000', '202821.699000', '202821.701000', '202821.704000', '202821.707000', '202821.709000', '202821.712000', '202821.714000', '202821.717000', '202821.719000', '202821.722000', '202821.725000', '202821.727000', '202821.730000', '202821.732000', '202821.735000', '202821.737000', '202821.740000', '202821.742000', '202821.745000', '202821.747000', '202821.750000', '202821.752000', '202821.755000', '202821.758000', '202821.774000', '202821.776000', '202821.779000', '202821.781000', '202821.784000', '202821.787000', '202821.789000', '202821.792000', '202821.794000', '202821.797000', '202821.799000', '202821.802000', '202821.805000', '202821.807000', '202821.810000', '202821.812000', '202821.815000', '202821.817000', '202821.820000', '202841.629000', '202841.631000', '202841.634000', '202841.636000', '202841.639000', '202841.642000', '202841.644000', '202841.647000', '202841.649000', '202841.652000', '202841.654000', '202841.657000', '202841.659000', '202841.662000', '202841.665000', '202841.667000', '202841.670000', '202841.672000', '202841.675000', '202841.677000', '202841.680000', '202841.682000', '202841.685000', '202841.688000', '202841.690000', '202841.693000', '202841.695000', '202841.698000', '202841.700000', '202841.703000', '202841.705000', '202841.708000', '202841.711000', '202841.713000', '202841.716000', '202841.718000', '202841.721000', '202841.723000', '202841.726000', '202841.729000', '202841.731000', '202841.734000', '202841.736000', '202901.628000', '202901.631000', '202901.634000', '202901.636000', '202901.639000', '202901.642000', '202901.664000', '202901.667000', '202901.669000', '202901.672000', '202901.674000', '202901.677000', '202901.680000', '202901.682000', '202901.685000', '202901.687000', '202901.690000', '202901.692000', '202901.695000', '202901.698000', '202901.706000', '202901.708000', '202901.711000', '202901.713000', '202901.716000', '202901.719000', '202901.721000', '202901.724000', '202901.727000', '202901.729000', '202901.732000', '202901.734000', '202901.737000', '202901.739000', '202901.742000', '202901.745000', '202901.747000', '202901.750000', '202901.753000', '202901.755000', '202901.758000', '202901.760000', '202901.763000', '202901.766000', '202921.628000', '202921.631000', '202921.634000', '202921.636000', '202921.639000', '202921.642000', '202921.644000', '202921.647000', '202921.649000', '202921.652000', '202921.655000', '202921.657000', '202921.660000', '202921.662000', '202921.665000', '202921.667000', '202921.670000', '202921.672000', '202921.675000', '202921.678000', '202921.680000', '202921.684000', '202921.686000', '202921.689000', '202921.692000', '202921.694000', '202921.697000', '202921.699000', '202921.702000', '202921.704000', '202921.707000', '202921.710000', '202921.712000', '202921.715000', '202921.718000', '202921.720000', '202921.728000', '202921.730000', '202921.733000', '202921.737000', '202921.739000', '202921.742000', '202921.744000', '202941.628000', '202941.630000', '202941.633000', '202941.636000', '202941.638000', '202941.641000', '202941.644000', '202941.646000', '202941.649000', '202941.651000', '202941.654000', '202941.657000', '202941.659000', '202941.662000', '202941.664000', '202941.667000', '202941.670000', '202941.672000', '202941.675000', '202941.677000', '202941.680000', '202941.683000', '202941.685000', '202941.688000', '202941.690000', '202941.693000', '202941.696000', '202941.698000', '202941.708000', '202941.711000', '202941.713000', '202941.716000', '202941.718000', '202941.721000', '202941.724000', '202941.726000', '202941.729000', '202941.731000', '202941.734000', '202941.736000', '202941.739000', '202941.742000', '202941.744000', '202941.747000', '203001.628000', '203001.631000', '203001.634000', '203001.637000', '203001.639000', '203001.642000', '203001.644000', '203001.647000', '203001.650000', '203001.652000', '203001.655000', '203001.657000', '203001.660000', '203001.662000', '203001.665000', '203001.667000', '203001.670000', '203001.672000', '203001.675000', '203001.678000', '203001.680000', '203001.683000', '203001.685000', '203001.688000', '203001.690000', '203001.693000', '203001.696000', '203001.698000', '203001.701000', '203001.703000', '203001.706000', '203001.709000', '203001.711000', '203001.714000', '203001.716000', '203001.719000', '203001.721000', '203001.724000', '203001.727000', '203001.729000', '203001.732000', '203001.734000', '203001.737000', '203021.629000', '203021.631000', '203021.634000', '203021.637000', '203021.639000', '203021.642000', '203021.644000', '203021.647000', '203021.650000', '203021.652000', '203021.655000', '203021.657000', '203021.660000', '203021.662000', '203021.665000', '203021.667000', '203021.670000', '203021.673000', '203021.675000', '203021.678000', '203021.680000', '203021.683000', '203021.686000', '203021.688000', '203021.691000', '203021.693000', '203021.696000', '203021.699000', '203021.701000', '203021.704000', '203021.706000', '203021.709000', '203021.712000', '203021.714000', '203021.717000', '203021.719000', '203021.722000', '203021.724000', '203021.727000', '203021.730000', '203021.732000', '203021.735000', '203021.737000', '203021.740000', '203041.629000', '203041.644000', '203041.647000', '203041.649000', '203041.652000', '203041.654000', '203041.657000', '203041.659000', '203041.662000', '203041.664000', '203041.667000', '203041.670000', '203041.672000', '203041.675000', '203041.677000', '203041.680000', '203041.682000', '203041.685000', '203041.688000', '203041.690000', '203041.693000', '203041.695000', '203041.698000', '203041.701000', '203041.703000', '203041.706000', '203041.708000', '203041.711000', '203041.713000', '203041.716000', '203041.719000', '203041.721000', '203041.724000', '203041.726000', '203041.729000', '203041.732000', '203041.735000', '203041.738000', '203041.741000', '203041.743000', '203041.746000', '203041.748000', '203041.751000', '203101.628000', '203101.631000', '203101.634000', '203101.636000', '203101.639000', '203101.642000', '203101.644000', '203101.647000', '203101.649000', '203101.652000', '203101.654000', '203101.657000', '203101.659000', '203101.662000', '203101.665000', '203101.667000', '203101.670000', '203101.672000', '203101.675000', '203101.678000', '203101.680000', '203101.683000', '203101.685000', '203101.688000', '203101.691000', '203101.693000', '203101.696000', '203101.698000', '203101.701000', '203101.704000', '203101.706000', '203101.709000', '203101.711000', '203101.714000', '203101.717000', '203101.719000', '203101.722000', '203101.724000', '203101.727000', '203101.729000', '203101.732000', '203101.735000', '203101.737000', '203101.740000', '203121.628000', '203121.631000', '203121.634000', '203121.636000', '203121.639000', '203121.642000', '203121.644000', '203121.647000', '203121.649000', '203121.652000', '203121.654000', '203121.657000', '203121.660000', '203121.662000', '203121.665000', '203121.667000', '203121.670000', '203121.673000', '203121.675000', '203121.678000', '203121.680000', '203121.683000', '203121.685000', '203121.688000', '203121.690000', '203121.693000', '203121.695000', '203121.698000', '203121.701000', '203121.703000', '203121.706000', '203121.708000', '203121.711000', '203121.714000', '203121.716000', '203121.719000', '203121.721000', '203121.724000', '203121.727000', '203121.730000', '203121.733000', '203121.735000', '203121.738000', '203141.629000', '203141.632000', '203141.634000', '203141.637000', '203141.640000', '203141.642000', '203141.645000', '203141.648000', '203141.650000', '203141.653000', '203141.655000', '203141.658000', '203141.661000', '203141.663000', '203141.666000', '203141.668000', '203141.671000', '203141.674000', '203141.676000', '203141.679000', '203141.681000', '203141.684000', '203141.687000', '203141.689000', '203141.692000', '203141.695000', '203141.697000', '203141.700000', '203141.702000', '203141.705000', '203141.707000', '203141.710000', '203141.713000', '203141.715000', '203141.718000', '203141.720000', '203141.723000', '203141.725000', '203141.728000', '203141.731000', '203141.733000', '203141.736000', '203141.738000', '203201.627000', '203201.630000', '203201.633000', '203201.635000', '203201.638000', '203201.641000', '203201.643000', '203201.646000', '203201.648000', '203201.651000', '203201.653000', '203201.656000', '203201.659000', '203201.661000', '203201.664000', '203201.666000', '203201.669000', '203201.672000', '203201.674000', '203201.677000', '203201.679000', '203201.682000', '203201.685000', '203201.687000', '203201.690000', '203201.692000', '203201.695000', '203201.698000', '203201.700000', '203201.703000', '203201.705000', '203201.708000', '203201.711000', '203201.713000', '203201.716000', '203201.718000', '203201.721000', '203201.724000', '203201.726000', '203201.729000', '203201.731000', '203201.749000', '203201.752000', '203201.754000', '203221.628000', '203221.631000', '203221.634000', '203221.637000', '203221.639000', '203221.642000', '203221.644000', '203221.647000', '203221.650000', '203221.652000', '203221.655000', '203221.657000', '203221.660000', '203221.663000', '203221.665000', '203221.668000', '203221.670000', '203221.673000', '203221.676000', '203221.678000', '203221.681000', '203221.683000', '203221.686000', '203221.688000', '203221.691000', '203221.694000', '203221.696000', '203221.699000', '203221.701000', '203221.704000', '203221.706000', '203221.709000', '203221.712000', '203221.714000', '203221.717000', '203221.719000', '203221.722000', '203221.724000', '203221.727000', '203221.730000', '203221.732000', '203221.735000', '203221.737000', '203221.740000', '203241.629000', '203241.631000', '203241.634000', '203241.637000', '203241.639000', '203241.642000', '203241.644000', '203241.647000', '203241.649000', '203241.652000', '203241.655000', '203241.657000', '203241.660000', '203241.662000', '203241.665000', '203241.667000', '203241.670000', '203241.673000', '203241.676000', '203241.678000', '203241.681000', '203241.683000', '203241.686000', '203241.689000', '203241.691000', '203241.694000', '203241.697000', '203241.699000', '203241.702000', '203241.704000', '203241.707000', '203241.709000', '203241.712000', '203241.714000', '203241.717000', '203241.720000', '203241.722000', '203241.725000', '203241.727000', '203241.730000', '203241.732000', '203241.735000', '203241.738000', '203301.628000', '203301.631000', '203301.634000', '203301.637000', '203301.639000', '203301.642000', '203301.644000', '203301.647000', '203301.649000', '203301.652000', '203301.655000', '203301.657000', '203301.660000', '203301.662000', '203301.665000', '203301.667000', '203301.670000', '203301.673000', '203301.675000', '203301.678000', '203301.680000', '203301.683000', '203301.686000', '203301.688000', '203301.691000', '203301.693000', '203301.696000', '203301.699000', '203301.701000', '203301.704000', '203301.706000', '203301.709000', '203301.711000', '203301.714000', '203301.717000', '203301.719000', '203301.722000', '203301.724000', '203301.727000', '203301.730000', '203301.732000', '203301.735000', '203301.737000', '203301.740000', '203321.628000', '203321.631000', '203321.634000', '203321.637000', '203321.639000', '203321.642000', '203321.644000', '203321.647000', '203321.649000', '203321.652000', '203321.655000', '203321.657000', '203321.660000', '203321.662000', '203321.665000', '203321.667000', '203321.670000', '203321.672000', '203321.675000', '203321.678000', '203321.680000', '203321.683000', '203321.685000', '203321.688000', '203321.691000', '203321.693000', '203321.696000', '203321.698000', '203321.701000', '203321.703000', '203321.706000', '203321.709000', '203321.711000', '203321.714000', '203321.716000', '203321.719000', '203321.721000', '203321.724000', '203321.727000', '203321.729000', '203321.732000', '203321.734000', '203321.737000', '203341.629000', '203341.631000', '203341.634000', '203341.637000', '203341.639000', '203341.642000', '203341.644000', '203341.647000', '203341.677000', '203341.679000', '203341.682000', '203341.684000', '203341.687000', '203341.690000', '203341.692000', '203341.695000', '203341.697000', '203341.700000', '203341.702000', '203341.705000', '203341.708000', '203341.710000', '203341.713000', '203341.715000', '203341.718000', '203341.721000', '203341.723000', '203341.726000', '203341.728000', '203341.731000', '203341.734000', '203341.736000', '203341.739000', '203341.741000', '203341.744000', '203341.746000', '203341.749000', '203341.752000', '203341.754000', '203341.757000', '203341.759000', '203341.762000', '203341.765000', '203341.767000', '203401.629000', '203401.632000', '203401.634000', '203401.637000', '203401.640000', '203401.642000', '203401.645000', '203401.647000', '203401.650000', '203401.653000', '203401.655000', '203401.658000', '203401.660000', '203401.663000', '203401.665000', '203401.668000', '203401.671000', '203401.673000', '203401.676000', '203401.678000', '203401.681000', '203401.684000', '203401.686000', '203401.689000', '203401.691000', '203401.694000', '203401.696000', '203401.699000', '203401.702000', '203401.704000', '203401.707000', '203401.709000', '203401.712000', '203401.714000', '203401.717000', '203401.720000', '203401.722000', '203401.725000', '203401.727000', '203401.730000', '203401.734000', '203401.736000', '203401.739000', '203421.627000', '203421.630000', '203421.633000', '203421.635000', '203421.638000', '203421.641000', '203421.643000', '203421.646000', '203421.648000', '203421.651000', '203421.655000', '203421.657000', '203421.660000', '203421.663000', '203421.665000', '203421.668000', '203421.671000', '203421.673000', '203421.676000', '203421.679000', '203421.681000', '203421.684000', '203421.687000', '203421.689000', '203421.692000', '203421.694000', '203421.697000', '203421.699000', '203421.702000', '203421.705000', '203421.707000', '203421.710000', '203421.713000', '203421.715000', '203421.718000', '203421.720000', '203421.723000', '203421.726000', '203421.728000', '203421.731000', '203421.733000', '203421.736000', '203421.739000', '203421.741000', '203441.628000', '203441.631000', '203441.634000', '203441.636000', '203441.639000', '203441.642000', '203441.644000', '203441.647000', '203441.650000', '203441.652000', '203441.655000', '203441.657000', '203441.660000', '203441.662000', '203441.665000', '203441.668000', '203441.670000', '203441.673000', '203441.675000', '203441.678000', '203441.680000', '203441.683000', '203441.686000', '203441.688000', '203441.691000', '203441.693000', '203441.696000', '203441.698000', '203441.701000', '203441.703000', '203441.706000', '203441.709000', '203441.711000', '203441.714000', '203441.716000', '203441.719000', '203441.721000', '203441.724000', '203441.727000', '203441.729000', '203441.732000', '203441.734000', '203441.737000', '203501.628000', '203501.631000', '203501.634000', '203501.637000', '203501.679000', '203501.682000', '203501.684000', '203501.687000', '203501.689000', '203501.692000', '203501.695000', '203501.697000', '203501.700000', '203501.702000', '203501.705000', '203501.708000', '203501.710000', '203501.713000', '203501.715000', '203501.718000', '203501.721000', '203501.723000', '203501.726000', '203501.735000', '203501.738000', '203501.741000', '203501.743000', '203501.746000', '203501.748000', '203501.751000', '203501.754000', '203501.756000', '203501.759000', '203501.761000', '203501.764000', '203501.767000', '203501.769000', '203501.772000', '203501.774000', '203501.777000', '203501.780000', '203501.782000', '203501.785000', '203521.629000', '203521.631000', '203521.634000', '203521.637000', '203521.639000', '203521.642000', '203521.644000', '203521.647000', '203521.650000', '203521.652000', '203521.655000', '203521.657000', '203521.660000', '203521.662000', '203521.665000', '203521.668000', '203521.670000', '203521.673000', '203521.676000', '203521.678000', '203521.681000', '203521.684000', '203521.686000', '203521.689000', '203521.692000', '203521.694000', '203521.697000', '203521.700000', '203521.702000', '203521.708000', '203521.711000', '203521.713000', '203521.716000', '203521.719000', '203521.721000', '203521.724000', '203521.726000', '203521.729000', '203521.731000', '203521.734000', '203521.736000', '203521.739000', '203521.742000', '203521.744000', '203541.629000', '203541.631000', '203541.634000', '203541.637000', '203541.640000', '203541.642000', '203541.645000', '203541.648000', '203541.650000', '203541.653000', '203541.655000', '203541.658000', '203541.660000', '203541.663000', '203541.666000', '203541.668000', '203541.671000', '203541.674000', '203541.676000', '203541.679000', '203541.681000', '203541.684000', '203541.687000', '203541.689000', '203541.693000', '203541.696000', '203541.698000', '203541.701000', '203541.704000', '203541.706000', '203541.709000', '203541.712000', '203541.714000', '203541.717000', '203541.719000', '203541.722000', '203541.724000', '203541.727000', '203541.730000', '203541.732000', '203541.735000', '203541.737000', '203541.740000', '203601.629000', '203601.631000', '203601.634000', '203601.637000', '203601.639000', '203601.642000', '203601.645000', '203601.647000', '203601.650000', '203601.652000', '203601.655000', '203601.657000', '203601.660000', '203601.663000', '203601.665000', '203601.668000', '203601.671000', '203601.673000', '203601.676000', '203601.678000', '203601.681000', '203601.684000', '203601.686000', '203601.689000', '203601.691000', '203601.694000', '203601.697000', '203601.699000', '203601.702000', '203601.704000', '203601.707000', '203601.710000', '203601.712000', '203601.715000', '203601.717000', '203601.720000', '203601.723000', '203601.725000', '203601.728000', '203601.730000', '203601.733000', '203601.735000', '203601.738000', '203601.741000', '203621.629000', '203621.642000', '203621.644000', '203621.647000', '203621.650000', '203621.652000', '203621.655000', '203621.657000', '203621.660000', '203621.663000', '203621.665000', '203621.668000', '203621.670000', '203621.673000', '203621.676000', '203621.678000', '203621.681000', '203621.683000', '203621.686000', '203621.689000', '203621.691000', '203621.694000', '203621.696000', '203621.699000', '203621.702000', '203621.704000', '203621.707000', '203621.710000', '203621.712000', '203621.715000', '203621.717000', '203621.720000', '203621.723000', '203621.725000', '203621.728000', '203621.730000', '203621.733000', '203621.736000', '203621.738000', '203621.741000', '203621.744000', '203621.750000', '203621.753000', '203623.982000', '203623.985000', '203623.988000', '203623.990000', '203623.993000', '203623.996000'], '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': [15617, 14735, 14597, 13382, 9431, 14928, 10822, 18709, 13610, 9163, 14555, 11132, 19122, 14629, 10137, 13844, 9313, 17273, 14982, 10925, 13260, 9720, 15811, 14836, 11625, 14491, 8835, 15037, 12645, 19122, 13905, 9891, 13881, 9632, 17390, 13163, 14397, 11907, 11065, 14201, 10772, 17348, 10104, 14340, 9661, 14705, 10426, 16300, 12393, 15161, 10639, 7669, 12814, 9174, 13182, 13369, 9588, 16321, 14407, 10270, 15023, 10963, 16848, 11899, 18073, 10314, 15226, 10044, 16514, 10924, 16950, 10433, 14996, 10157, 16934, 14491, 14549, 12122, 15189, 12984, 14196, 14073, 8600, 13925, 10152, 15649, 13475, 14359, 12433, 16314, 13197, 15317, 14567, 10084, 14104, 10003, 17100, 11228, 16756, 9680, 15328, 9937, 17609, 14787, 14582, 12614, 12823, 13421, 10084, 16424, 9396, 14867, 13308, 15667, 14106, 9732, 14574, 9890, 17605, 10108, 15798, 11299, 16085, 15077, 15124, 12890, 15877, 12558, 13315, 15826, 9242, 14479, 8846, 15355, 10347, 17633, 10313, 15376, 9639, 15269, 11562, 16509, 13106, 13519, 11211, 14270, 13223, 12164, 12548, 9055, 12971, 9811, 16326, 9633, 14698, 9413, 14652, 10779, 17449, 9973, 14089, 9588, 14620, 9379, 15115, 11403, 15497, 14419, 8849, 16572, 14704, 12551, 12017, 9614, 14080, 9350, 14891, 9268, 14410, 9624, 15493, 12167, 16109, 16740, 15658, 19175, 15743, 16929, 13364, 14258, 13091, 14463, 13004, 13517, 12440, 14438, 12803, 12937, 13992, 10655, 14487, 9888, 13803, 10174, 14803, 9578, 15068, 10899, 15230, 11639, 14544, 11986, 14669, 14031, 13835, 12371, 15216, 12790, 13761, 13926, 8045, 12962, 7869, 14030, 9046, 14653, 8436, 14134, 10691, 14119, 13364, 8968, 13803, 10058, 14316, 9970, 16909, 9269, 15503, 9609, 15764, 9903, 17097, 9613, 15214, 8801, 15422, 9835, 15665, 7991, 14188, 7903, 14144, 8361, 16292, 9093, 15274, 8919, 14545, 9167, 16393, 10925, 15745, 10434, 15096, 13138, 15753, 12867, 10421, 12018, 8150, 16426, 9208, 15657, 10435, 15546, 13222, 16422, 14092, 12346, 13174, 9631, 15542, 10645, 16787, 9167, 15743, 9698, 16206, 14438, 14649, 12397, 9462, 13503, 8876, 16601, 12672, 10159, 13505, 9207, 17320, 14993, 10314, 13872, 9027, 15691, 9538, 17085, 10409, 14978, 12085, 15047, 14748, 9305, 13647, 9323, 14135, 12500, 10234, 13918, 9066, 14872, 12302, 15992, 14195, 9588, 13805, 8786, 15789, 11078, 15781, 11033, 14287, 12109, 14478, 13768, 9668, 14429, 9075, 15128, 10379, 15936, 12798, 11810, 13048, 8957, 16224, 9623, 15674, 9483, 15575, 13912, 14454, 14081, 9533, 14091, 9199, 17241, 10465, 15147, 11684, 14992, 13726, 9909, 15953, 8979, 15252, 11044, 15294, 13871, 13585, 13422, 11201, 13107, 9433, 15720, 9361, 15520, 9374, 15523, 11759, 16762, 13184, 13817, 14287, 9842, 15690, 13267, 10274, 17536, 14192, 16149, 13286, 18388, 15103, 16751, 14316, 12879, 13181, 12724, 15654, 10704, 15049, 9438, 14248, 9474, 16999, 9047, 15077, 8779, 14534, 9030, 16761, 9027, 14660, 8921, 14795, 10193, 16442, 11630, 15008, 10730, 15367, 12910, 15856, 13023, 15318, 12156, 14884, 13548, 13784, 12804, 14093, 12280, 12498, 15309, 10253, 13845, 8946, 13960, 9103, 17128, 9333, 14829, 8593, 14905, 12620, 15590, 12989, 14468, 12083, 14763, 13728, 14792, 13739, 10737, 12789, 9130, 15600, 9759, 15705, 8845, 14765, 8888, 16731, 9938, 15379, 9482, 15395, 13003, 14379, 11727, 13926, 11324, 14369, 13339, 10614, 12754, 9371, 12638, 8352, 16121, 9065, 14868, 8957, 14994, 11888, 15667, 13351, 14497, 12278, 10784, 16066, 8733, 14866, 8957, 15275, 10234, 16914, 10074, 15725, 11619, 15308, 13573, 16136, 13355, 9883, 13032, 8121, 14775, 9267, 14417, 9222, 13645, 12024, 14500, 14857, 9189, 13633, 8896, 13573, 12060, 18307, 14699, 8862, 13856, 10502, 17227, 14565, 11068, 13872, 10804, 15199, 13308, 16766, 8851, 14389, 8408, 15403, 9389, 15962, 8059, 14928, 11376, 9043, 12444, 8702, 15616, 10286, 17204, 13556, 15616, 12305, 15307, 13337, 16328, 14756, 14488, 12492, 14535, 12840, 15190, 13941, 13574, 12072, 13258, 11980, 14357, 12873, 14032, 12593, 13851, 11727, 13890, 12590, 14035, 12296, 13246, 11669, 11452, 13526, 8639, 12886, 7556, 14147, 9636, 14517, 11398, 10236, 11527, 7736, 16089, 10391, 15619, 10484, 15543, 10957, 15874, 11677, 16369, 9123, 14027, 7967, 16207, 10890, 15353, 8337, 13923, 9225, 15354, 11324, 14933, 11369, 13635, 11537, 14256, 13283, 11204, 13169, 11424, 12714, 9739, 15775, 8903, 14891, 8241, 14448, 8811, 16195, 9845, 15304, 9679, 15113, 13170, 16036, 13712, 13591, 11722, 13724, 13704, 10466, 14422, 8776, 14036, 9505, 16414, 9936, 15684, 8737, 14143, 8156, 15322, 9519, 15591, 8533, 14395, 8722, 14889, 12067, 13154, 11174, 10430, 11829, 8951, 14851, 8266, 14208, 9174, 15385, 11810, 15867, 11350, 14976, 10827, 15212, 13465, 14132, 11093, 14254, 11826, 15846, 12509, 13510, 11431, 13684, 12796, 11254, 13181, 9429, 13289, 9243, 16287, 8519, 14259, 9636, 14829, 9976, 16935, 13487, 14331, 11968, 14562, 12825, 15069, 13486, 12201, 12595, 9058, 16636, 9164, 14826, 8999, 14338, 10934, 15426, 12816, 9111, 12460, 8146, 16249, 11763, 15587, 11123, 15222, 13357, 14367, 12383, 12510, 11573, 9056, 15682, 8629, 14509, 9026, 14358, 10231, 16360, 13414, 13205, 11381, 10372, 13171, 8492, 14395, 8787, 14027, 10657, 15008, 12866, 8124, 13438, 8964, 14973, 12065, 14381, 11628, 13508, 11368, 15360, 13365, 8182, 12940, 7665, 14101, 8648, 15888, 9330, 14334, 9504, 14812, 12136, 14750, 11785, 17757, 13421, 8502, 10275, 10408, 12863, 10738, 13563, 10212, 14439, 10671, 15340, 13036, 16647, 14871, 13404, 16496, 10394, 16293, 10222, 16050, 9662, 15828, 9137, 16962, 9430, 15337, 9664, 15091, 9691, 15341, 9659, 16827, 10117, 15115, 9931, 14634, 8925, 14937, 9204, 15093, 8946, 13912, 9004, 13784, 8930, 15106, 8794, 14274, 8273, 13037, 9392, 13770, 10931, 12641, 10531, 11093, 13188, 8289, 14362, 8635, 14011, 11004, 14495, 12649, 13458, 10967, 11908, 12030, 8656, 14441, 9240, 14152, 11083, 13160, 11740, 11314, 13371, 8362, 12908, 8436, 13937, 9025, 14612, 9355, 13657, 9392, 13845, 11332, 12747, 9944, 12975, 11350, 13812, 10939, 13282, 10146, 10466, 12561, 8240, 13228, 9229, 12865, 11412, 10557, 11554, 8430, 12371, 9277, 15081, 9713, 14427, 9769, 14000, 10274, 14644, 9854, 14519, 9381, 13394, 10355, 14168, 10763, 13172, 10106, 12873, 10893, 13863, 11466, 13915, 10165, 12661, 10606, 13499, 11569, 11894, 10642, 12353, 11717, 13148, 11874, 12391, 11190, 11666, 12925, 12685, 14123, 9630, 13649, 11466, 13268, 10489, 14715, 8376, 13548, 8321, 14266, 8969, 14914, 9021, 14726, 9385, 14315, 13642, 14995, 11891, 13062, 10906, 10995, 13657, 9246, 13786, 8059, 13149, 10749, 14551, 11830, 13474, 11330, 13370, 12056, 9688, 12820, 8562, 12582, 8759, 13901, 11831, 14928, 10871, 13568, 11729, 9153, 12857, 9184, 12158, 9815, 13967, 11910, 12815, 10498, 12174, 11170, 9609, 13985, 10109, 13693, 11100, 14336, 12533, 8656, 13518, 9408, 13045, 11089, 14115, 10930, 13759, 11170, 12877, 11642, 14463, 11808, 9201, 10778, 9998, 12747, 9632, 12077, 10118, 10059, 11991, 8750, 12795, 10037, 13485, 11711, 9443, 13012, 8674, 13364, 12069, 15409, 13701, 9074, 13433, 10472, 13767, 13348, 13039, 12146, 8323, 12809, 11311, 14338, 12551, 12806, 10961, 13955, 12581, 8905, 12856, 10337, 12670, 11156, 14971, 13025, 13300, 11203, 12340, 12267, 15768, 11814, 12074, 11480, 12061, 12541, 9054, 12597, 7742, 13162, 9688, 14476, 10091, 12605, 11436, 13406, 13157, 14712, 11357, 10386, 11811, 11191, 16639, 9461, 13641, 8525, 12611, 9152, 14964, 9273, 13250, 8847, 12031, 9692, 13914, 8931, 12647, 10742, 12057, 10510, 13343, 12316, 12646, 11212, 12620, 12524, 11916, 12982, 10854, 15302, 8786, 11616, 8322, 7985], 'WindowCenter': [4675.0, 4649.0, 4622.0, 4599.0, 4547.0, 4608.0, 4578.0, 4618.0, 4596.0, 4544.0, 4596.0, 4577.0, 4616.0, 4596.0, 4542.0, 4571.0, 4544.0, 4592.0, 4596.0, 4551.0, 4570.0, 4530.0, 4591.0, 4583.0, 4562.0, 4581.0, 4532.0, 4593.0, 4583.0, 4613.0, 4582.0, 4554.0, 4582.0, 4540.0, 4591.0, 4573.0, 4580.0, 4562.0, 4550.0, 4582.0, 4550.0, 4603.0, 4551.0, 4595.0, 4555.0, 4582.0, 4564.0, 4605.0, 4586.0, 4593.0, 4565.0, 4524.0, 4584.0, 4558.0, 4610.0, 4609.0, 4583.0, 4632.0, 4625.0, 4582.0, 4624.0, 4579.0, 4622.0, 4576.0, 4619.0, 4543.0, 4583.0, 4530.0, 4593.0, 4553.0, 4593.0, 4541.0, 4569.0, 4542.0, 4602.0, 4585.0, 4581.0, 4562.0, 4581.0, 4584.0, 4584.0, 4595.0, 4533.0, 4594.0, 4579.0, 4618.0, 4613.0, 4608.0, 4588.0, 4617.0, 4600.0, 4608.0, 4610.0, 4555.0, 4585.0, 4555.0, 4618.0, 4566.0, 4606.0, 4542.0, 4582.0, 4555.0, 4615.0, 4597.0, 4594.0, 4574.0, 4585.0, 4596.0, 4567.0, 4607.0, 4556.0, 4607.0, 4599.0, 4618.0, 4599.0, 4545.0, 4608.0, 4557.0, 4618.0, 4555.0, 4594.0, 4563.0, 4605.0, 4597.0, 4583.0, 4573.0, 4591.0, 4574.0, 4572.0, 4606.0, 4531.0, 4581.0, 4520.0, 4593.0, 4554.0, 4603.0, 4542.0, 4580.0, 4541.0, 4594.0, 4562.0, 4602.0, 4583.0, 4569.0, 4550.0, 4592.0, 4584.0, 4571.0, 4584.0, 4543.0, 4596.0, 4566.0, 4617.0, 4556.0, 4596.0, 4543.0, 4597.0, 4566.0, 4620.0, 4543.0, 4584.0, 4541.0, 4582.0, 4531.0, 4592.0, 4587.0, 4606.0, 4595.0, 4543.0, 4603.0, 4593.0, 4586.0, 4587.0, 4557.0, 4596.0, 4543.0, 4583.0, 4531.0, 4583.0, 4542.0, 4594.0, 4572.0, 4595.0, 4592.0, 4592.0, 4589.0, 4567.0, 4563.0, 4533.0, 4530.0, 4532.0, 4552.0, 4533.0, 4529.0, 4531.0, 4538.0, 4530.0, 4541.0, 4553.0, 4521.0, 4552.0, 4511.0, 4552.0, 4512.0, 4554.0, 4515.0, 4566.0, 4538.0, 4577.0, 4549.0, 4568.0, 4560.0, 4593.0, 4594.0, 4581.0, 4585.0, 4591.0, 4573.0, 4583.0, 4595.0, 4537.0, 4596.0, 4534.0, 4594.0, 4557.0, 4606.0, 4547.0, 4606.0, 4579.0, 4609.0, 4626.0, 4572.0, 4612.0, 4569.0, 4609.0, 4568.0, 4621.0, 4570.0, 4609.0, 4555.0, 4607.0, 4554.0, 4607.0, 4542.0, 4582.0, 4531.0, 4594.0, 4551.0, 4604.0, 4520.0, 4581.0, 4520.0, 4594.0, 4545.0, 4606.0, 4545.0, 4605.0, 4544.0, 4594.0, 4557.0, 4606.0, 4577.0, 4605.0, 4565.0, 4605.0, 4597.0, 4607.0, 4586.0, 4564.0, 4587.0, 4538.0, 4620.0, 4558.0, 4618.0, 4578.0, 4619.0, 4611.0, 4619.0, 4610.0, 4586.0, 4586.0, 4567.0, 4608.0, 4567.0, 4607.0, 4543.0, 4593.0, 4556.0, 4605.0, 4597.0, 4582.0, 4572.0, 4542.0, 4584.0, 4545.0, 4616.0, 4584.0, 4565.0, 4596.0, 4557.0, 4616.0, 4609.0, 4566.0, 4595.0, 4533.0, 4605.0, 4555.0, 4605.0, 4553.0, 4591.0, 4573.0, 4592.0, 4594.0, 4541.0, 4580.0, 4541.0, 4592.0, 4572.0, 4566.0, 4595.0, 4545.0, 4605.0, 4598.0, 4617.0, 4610.0, 4555.0, 4584.0, 4545.0, 4607.0, 4576.0, 4594.0, 4563.0, 4582.0, 4574.0, 4593.0, 4609.0, 4556.0, 4595.0, 4542.0, 4593.0, 4565.0, 4604.0, 4584.0, 4573.0, 4596.0, 4556.0, 4618.0, 4556.0, 4594.0, 4544.0, 4605.0, 4597.0, 4596.0, 4596.0, 4543.0, 4596.0, 4555.0, 4605.0, 4564.0, 4592.0, 4564.0, 4594.0, 4585.0, 4584.0, 4662.0, 4589.0, 4624.0, 4606.0, 4608.0, 4599.0, 4598.0, 4588.0, 4565.0, 4585.0, 4545.0, 4569.0, 4489.0, 4563.0, 4529.0, 4580.0, 4572.0, 4603.0, 4585.0, 4582.0, 4581.0, 4555.0, 4607.0, 4599.0, 4582.0, 4633.0, 4611.0, 4609.0, 4598.0, 4617.0, 4596.0, 4605.0, 4587.0, 4562.0, 4572.0, 4571.0, 4594.0, 4552.0, 4582.0, 4530.0, 4582.0, 4542.0, 4603.0, 4531.0, 4582.0, 4531.0, 4593.0, 4544.0, 4618.0, 4545.0, 4595.0, 4545.0, 4608.0, 4567.0, 4606.0, 4575.0, 4594.0, 4564.0, 4605.0, 4587.0, 4607.0, 4587.0, 4594.0, 4574.0, 4607.0, 4597.0, 4584.0, 4585.0, 4583.0, 4576.0, 4585.0, 4608.0, 4554.0, 4585.0, 4544.0, 4610.0, 4557.0, 4618.0, 4568.0, 4608.0, 4534.0, 4593.0, 4585.0, 4606.0, 4586.0, 4583.0, 4575.0, 4583.0, 4585.0, 4594.0, 4585.0, 4553.0, 4574.0, 4556.0, 4606.0, 4555.0, 4594.0, 4532.0, 4595.0, 4544.0, 4617.0, 4554.0, 4592.0, 4554.0, 4603.0, 4585.0, 4582.0, 4573.0, 4580.0, 4564.0, 4595.0, 4597.0, 4562.0, 4583.0, 4542.0, 4585.0, 4545.0, 4606.0, 4545.0, 4595.0, 4545.0, 4607.0, 4588.0, 4607.0, 4597.0, 4594.0, 4587.0, 4575.0, 4607.0, 4532.0, 4583.0, 4532.0, 4595.0, 4554.0, 4605.0, 4541.0, 4580.0, 4550.0, 4590.0, 4571.0, 4591.0, 4572.0, 4527.0, 4568.0, 4520.0, 4593.0, 4544.0, 4582.0, 4541.0, 4581.0, 4574.0, 4594.0, 4594.0, 4542.0, 4583.0, 4545.0, 4612.0, 4600.0, 4629.0, 4597.0, 4544.0, 4584.0, 4566.0, 4616.0, 4608.0, 4565.0, 4586.0, 4564.0, 4606.0, 4584.0, 4606.0, 4531.0, 4582.0, 4521.0, 4606.0, 4543.0, 4591.0, 4522.0, 4580.0, 4574.0, 4542.0, 4584.0, 4547.0, 4607.0, 4567.0, 4619.0, 4599.0, 4605.0, 4575.0, 4594.0, 4597.0, 4594.0, 4595.0, 4571.0, 4560.0, 4567.0, 4560.0, 4579.0, 4570.0, 4556.0, 4548.0, 4554.0, 4547.0, 4578.0, 4570.0, 4567.0, 4559.0, 4566.0, 4560.0, 4581.0, 4584.0, 4580.0, 4572.0, 4581.0, 4575.0, 4575.0, 4599.0, 4546.0, 4586.0, 4536.0, 4609.0, 4570.0, 4609.0, 4591.0, 4580.0, 4603.0, 4565.0, 4636.0, 4595.0, 4623.0, 4581.0, 4621.0, 4592.0, 4622.0, 4592.0, 4610.0, 4546.0, 4586.0, 4538.0, 4609.0, 4565.0, 4596.0, 4523.0, 4585.0, 4542.0, 4592.0, 4565.0, 4593.0, 4563.0, 4581.0, 4564.0, 4594.0, 4597.0, 4564.0, 4585.0, 4563.0, 4586.0, 4555.0, 4606.0, 4543.0, 4594.0, 4532.0, 4607.0, 4544.0, 4604.0, 4554.0, 4594.0, 4544.0, 4592.0, 4585.0, 4605.0, 4597.0, 4584.0, 4575.0, 4584.0, 4598.0, 4566.0, 4596.0, 4545.0, 4595.0, 4555.0, 4605.0, 4555.0, 4608.0, 4559.0, 4596.0, 4534.0, 4594.0, 4555.0, 4594.0, 4532.0, 4581.0, 4532.0, 4593.0, 4588.0, 4585.0, 4576.0, 4565.0, 4600.0, 4570.0, 4621.0, 4549.0, 4608.0, 4558.0, 4620.0, 4591.0, 4621.0, 4579.0, 4596.0, 4567.0, 4608.0, 4598.0, 4585.0, 4577.0, 4594.0, 4575.0, 4594.0, 4574.0, 4571.0, 4563.0, 4595.0, 4586.0, 4575.0, 4586.0, 4543.0, 4595.0, 4555.0, 4606.0, 4544.0, 4595.0, 4544.0, 4595.0, 4567.0, 4618.0, 4597.0, 4595.0, 4576.0, 4608.0, 4598.0, 4607.0, 4587.0, 4563.0, 4574.0, 4544.0, 4607.0, 4544.0, 4593.0, 4532.0, 4593.0, 4576.0, 4604.0, 4585.0, 4544.0, 4585.0, 4548.0, 4618.0, 4588.0, 4605.0, 4579.0, 4606.0, 4588.0, 4595.0, 4574.0, 4572.0, 4564.0, 4546.0, 4606.0, 4534.0, 4594.0, 4534.0, 4595.0, 4566.0, 4606.0, 4585.0, 4572.0, 4563.0, 4565.0, 4584.0, 4534.0, 4583.0, 4531.0, 4583.0, 4566.0, 4594.0, 4585.0, 4523.0, 4584.0, 4556.0, 4606.0, 4589.0, 4594.0, 4564.0, 4584.0, 4576.0, 4594.0, 4586.0, 4521.0, 4571.0, 4523.0, 4595.0, 4533.0, 4606.0, 4542.0, 4580.0, 4541.0, 4582.0, 4587.0, 4593.0, 4575.0, 4603.0, 4571.0, 4547.0, 4566.0, 4564.0, 4583.0, 4563.0, 4597.0, 4567.0, 4608.0, 4580.0, 4608.0, 4600.0, 4619.0, 4609.0, 4585.0, 4595.0, 4530.0, 4580.0, 4515.0, 4568.0, 4504.0, 4567.0, 4515.0, 4566.0, 4503.0, 4553.0, 4512.0, 4564.0, 4524.0, 4564.0, 4526.0, 4587.0, 4536.0, 4564.0, 4525.0, 4564.0, 4527.0, 4566.0, 4530.0, 4591.0, 4531.0, 4580.0, 4530.0, 4581.0, 4530.0, 4594.0, 4545.0, 4605.0, 4545.0, 4594.0, 4565.0, 4593.0, 4587.0, 4607.0, 4576.0, 4587.0, 4607.0, 4547.0, 4607.0, 4558.0, 4606.0, 4587.0, 4606.0, 4599.0, 4621.0, 4591.0, 4585.0, 4586.0, 4557.0, 4620.0, 4568.0, 4607.0, 4589.0, 4609.0, 4600.0, 4589.0, 4608.0, 4548.0, 4597.0, 4545.0, 4609.0, 4557.0, 4608.0, 4554.0, 4595.0, 4556.0, 4607.0, 4588.0, 4585.0, 4567.0, 4595.0, 4588.0, 4609.0, 4588.0, 4595.0, 4576.0, 4588.0, 4598.0, 4548.0, 4609.0, 4569.0, 4608.0, 4614.0, 4592.0, 4602.0, 4561.0, 4613.0, 4582.0, 4634.0, 4581.0, 4619.0, 4580.0, 4608.0, 4580.0, 4610.0, 4566.0, 4596.0, 4555.0, 4606.0, 4576.0, 4605.0, 4574.0, 4582.0, 4562.0, 4583.0, 4589.0, 4594.0, 4588.0, 4595.0, 4566.0, 4582.0, 4575.0, 4594.0, 4587.0, 4585.0, 4579.0, 4587.0, 4600.0, 4597.0, 4585.0, 4583.0, 4573.0, 4587.0, 4599.0, 4597.0, 4607.0, 4566.0, 4597.0, 4573.0, 4585.0, 4565.0, 4609.0, 4558.0, 4607.0, 4547.0, 4608.0, 4555.0, 4606.0, 4555.0, 4607.0, 4555.0, 4596.0, 4596.0, 4606.0, 4586.0, 4594.0, 4576.0, 4574.0, 4595.0, 4553.0, 4594.0, 4534.0, 4593.0, 4575.0, 4605.0, 4584.0, 4592.0, 4573.0, 4593.0, 4585.0, 4554.0, 4584.0, 4543.0, 4582.0, 4545.0, 4622.0, 4587.0, 4604.0, 4550.0, 4583.0, 4585.0, 4542.0, 4583.0, 4554.0, 4582.0, 4580.0, 4618.0, 4599.0, 4606.0, 4577.0, 4597.0, 4614.0, 4582.0, 4621.0, 4578.0, 4608.0, 4586.0, 4619.0, 4610.0, 4547.0, 4596.0, 4553.0, 4595.0, 4587.0, 4607.0, 4575.0, 4591.0, 4573.0, 4596.0, 4587.0, 4603.0, 4574.0, 4541.0, 4573.0, 4563.0, 4597.0, 4566.0, 4584.0, 4577.0, 4579.0, 4600.0, 4559.0, 4609.0, 4578.0, 4620.0, 4601.0, 4581.0, 4609.0, 4559.0, 4607.0, 4600.0, 4618.0, 4620.0, 4556.0, 4596.0, 4577.0, 4608.0, 4609.0, 4596.0, 4586.0, 4532.0, 4596.0, 4576.0, 4608.0, 4586.0, 4584.0, 4575.0, 4605.0, 4587.0, 4545.0, 4586.0, 4576.0, 4598.0, 4587.0, 4606.0, 4597.0, 4593.0, 4574.0, 4583.0, 4586.0, 4605.0, 4586.0, 4583.0, 4585.0, 4585.0, 4596.0, 4556.0, 4596.0, 4535.0, 4598.0, 4568.0, 4609.0, 4567.0, 4586.0, 4587.0, 4608.0, 4610.0, 4606.0, 4577.0, 4565.0, 4586.0, 4575.0, 4620.0, 4555.0, 4596.0, 4532.0, 4585.0, 4543.0, 4595.0, 4541.0, 4570.0, 4528.0, 4570.0, 4540.0, 4582.0, 4529.0, 4570.0, 4558.0, 4571.0, 4573.0, 4593.0, 4585.0, 4594.0, 4584.0, 4598.0, 4596.0, 4583.0, 4595.0, 4573.0, 4603.0, 4544.0, 4583.0, 4556.0, 4571.0], 'WindowWidth': [10229.0, 10180.0, 10129.0, 10090.0, 10014.0, 10098.0, 10057.0, 10114.0, 10078.0, 10004.0, 10079.0, 10055.0, 10107.0, 10077.0, 9996.0, 10035.0, 10004.0, 10065.0, 10079.0, 10006.0, 10032.0, 9976.0, 10061.0, 10055.0, 10022.0, 10049.0, 9981.0, 10069.0, 10056.0, 10096.0, 10052.0, 10016.0, 10050.0, 9989.0, 10061.0, 10040.0, 10045.0, 10023.0, 10004.0, 10052.0, 10004.0, 10084.0, 10006.0, 10073.0, 10019.0, 10050.0, 10029.0, 10087.0, 10065.0, 10067.0, 10035.0, 9978.0, 10057.0, 10029.0, 10105.0, 10101.0, 10074.0, 10140.0, 10133.0, 10069.0, 10130.0, 10057.0, 10125.0, 10049.0, 10119.0, 9997.0, 10052.0, 9974.0, 10068.0, 10011.0, 10067.0, 9991.0, 10026.0, 9995.0, 10078.0, 10059.0, 10044.0, 10023.0, 10046.0, 10055.0, 10057.0, 10073.0, 9988.0, 10070.0, 10058.0, 10110.0, 10114.0, 10096.0, 10068.0, 10106.0, 10091.0, 10096.0, 10104.0, 10018.0, 10059.0, 10020.0, 10109.0, 10033.0, 10093.0, 9996.0, 10050.0, 10019.0, 10101.0, 10081.0, 10069.0, 10044.0, 10061.0, 10078.0, 10040.0, 10096.0, 10022.0, 10095.0, 10088.0, 10113.0, 10086.0, 10005.0, 10098.0, 10025.0, 10114.0, 10018.0, 10070.0, 10027.0, 10088.0, 10080.0, 10056.0, 10040.0, 10062.0, 10042.0, 10037.0, 10092.0, 9978.0, 10048.0, 9961.0, 10068.0, 10014.0, 10082.0, 9995.0, 10042.0, 9993.0, 10070.0, 10024.0, 10077.0, 10055.0, 10028.0, 10004.0, 10064.0, 10058.0, 10036.0, 10058.0, 10001.0, 10077.0, 10038.0, 10110.0, 10023.0, 10077.0, 9998.0, 10079.0, 10035.0, 10120.0, 10000.0, 10056.0, 9992.0, 10048.0, 9979.0, 10065.0, 10068.0, 10090.0, 10077.0, 9999.0, 10080.0, 10065.0, 10062.0, 10067.0, 10027.0, 10077.0, 9999.0, 10051.0, 9977.0, 10052.0, 9994.0, 10071.0, 10037.0, 10073.0, 10067.0, 10067.0, 10059.0, 10023.0, 10012.0, 9967.0, 9958.0, 9962.0, 9993.0, 9967.0, 9954.0, 9961.0, 9967.0, 9961.0, 9978.0, 9995.0, 9949.0, 9993.0, 9934.0, 9990.0, 9937.0, 9998.0, 9944.0, 10018.0, 9983.0, 10034.0, 10000.0, 10022.0, 10019.0, 10067.0, 10072.0, 10048.0, 10061.0, 10062.0, 10039.0, 10055.0, 10075.0, 10001.0, 10079.0, 9990.0, 10072.0, 10026.0, 10091.0, 10015.0, 10091.0, 10061.0, 10102.0, 10138.0, 10057.0, 10109.0, 10046.0, 10099.0, 10043.0, 10124.0, 10049.0, 10100.0, 10018.0, 10095.0, 10015.0, 10099.0, 9995.0, 10052.0, 9980.0, 10072.0, 10009.0, 10088.0, 9964.0, 10048.0, 9964.0, 10072.0, 10010.0, 10093.0, 10006.0, 10089.0, 10003.0, 10073.0, 10027.0, 10091.0, 10054.0, 10087.0, 10035.0, 10090.0, 10081.0, 10095.0, 10066.0, 10032.0, 10066.0, 10003.0, 10117.0, 10028.0, 10113.0, 10058.0, 10116.0, 10109.0, 10117.0, 10103.0, 10064.0, 10062.0, 10040.0, 10097.0, 10038.0, 10098.0, 10000.0, 10069.0, 10025.0, 10088.0, 10084.0, 10054.0, 10039.0, 9997.0, 10060.0, 10008.0, 10108.0, 10060.0, 10032.0, 10078.0, 10025.0, 10108.0, 10103.0, 10037.0, 10075.0, 9987.0, 10087.0, 10019.0, 10093.0, 10012.0, 10063.0, 10040.0, 10067.0, 10073.0, 9994.0, 10047.0, 9993.0, 10066.0, 10039.0, 10037.0, 10076.0, 10008.0, 10090.0, 10086.0, 10109.0, 10104.0, 10020.0, 10059.0, 10005.0, 10095.0, 10050.0, 10074.0, 10026.0, 10051.0, 10045.0, 10072.0, 10103.0, 10025.0, 10075.0, 9997.0, 10069.0, 10035.0, 10087.0, 10059.0, 10040.0, 10076.0, 10023.0, 10112.0, 10019.0, 10070.0, 10000.0, 10087.0, 10081.0, 10078.0, 10075.0, 9999.0, 10075.0, 10019.0, 10090.0, 10030.0, 10066.0, 10028.0, 10071.0, 10059.0, 10076.0, 10198.0, 10089.0, 10129.0, 10109.0, 10094.0, 10084.0, 10080.0, 10065.0, 10030.0, 10056.0, 10002.0, 10023.0, 9893.0, 10006.0, 9972.0, 10043.0, 10037.0, 10084.0, 10060.0, 10049.0, 10047.0, 10016.0, 10093.0, 10085.0, 10066.0, 10140.0, 10105.0, 10099.0, 10082.0, 10108.0, 10075.0, 10087.0, 10062.0, 10019.0, 10034.0, 10033.0, 10068.0, 10007.0, 10050.0, 9974.0, 10048.0, 9995.0, 10081.0, 9977.0, 10049.0, 9980.0, 10067.0, 10002.0, 10111.0, 10004.0, 10073.0, 10005.0, 10095.0, 10038.0, 10090.0, 10047.0, 10071.0, 10031.0, 10088.0, 10068.0, 10096.0, 10065.0, 10068.0, 10043.0, 10093.0, 10081.0, 10057.0, 10061.0, 10052.0, 10049.0, 10059.0, 10095.0, 10015.0, 10060.0, 10004.0, 10105.0, 10026.0, 10114.0, 10044.0, 10097.0, 9988.0, 10067.0, 10062.0, 10091.0, 10062.0, 10053.0, 10044.0, 10052.0, 10059.0, 10068.0, 10058.0, 10010.0, 10042.0, 10021.0, 10090.0, 10017.0, 10072.0, 9984.0, 10075.0, 10003.0, 10110.0, 10016.0, 10065.0, 10016.0, 10084.0, 10062.0, 10051.0, 10040.0, 10044.0, 10031.0, 10075.0, 10079.0, 10025.0, 10056.0, 9997.0, 10059.0, 10008.0, 10093.0, 10006.0, 10076.0, 10006.0, 10096.0, 10070.0, 10095.0, 10081.0, 10072.0, 10067.0, 10049.0, 10095.0, 9983.0, 10054.0, 9981.0, 10076.0, 10017.0, 10091.0, 9995.0, 10045.0, 10002.0, 10060.0, 10036.0, 10064.0, 10036.0, 9969.0, 10026.0, 9965.0, 10068.0, 10003.0, 10053.0, 9995.0, 10047.0, 10044.0, 10073.0, 10073.0, 9998.0, 10055.0, 10003.0, 10111.0, 10091.0, 10130.0, 10080.0, 10002.0, 10057.0, 10038.0, 10107.0, 10098.0, 10033.0, 10060.0, 10031.0, 10091.0, 10054.0, 10093.0, 9978.0, 10049.0, 9965.0, 10092.0, 9998.0, 10062.0, 9970.0, 10043.0, 10044.0, 9998.0, 10058.0, 10015.0, 10094.0, 10038.0, 10116.0, 10086.0, 10088.0, 10048.0, 10071.0, 10081.0, 10071.0, 10075.0, 10033.0, 10017.0, 10021.0, 10017.0, 10042.0, 10032.0, 10005.0, 9995.0, 9997.0, 9995.0, 10041.0, 10032.0, 10023.0, 10017.0, 10018.0, 10019.0, 10049.0, 10058.0, 10044.0, 10038.0, 10049.0, 10049.0, 10049.0, 10087.0, 10008.0, 10062.0, 9996.0, 10101.0, 10049.0, 10101.0, 10079.0, 10064.0, 10098.0, 10052.0, 10151.0, 10089.0, 10127.0, 10067.0, 10122.0, 10082.0, 10126.0, 10083.0, 10107.0, 10006.0, 10063.0, 10001.0, 10101.0, 10032.0, 10081.0, 9971.0, 10059.0, 9995.0, 10063.0, 10035.0, 10066.0, 10026.0, 10045.0, 10030.0, 10070.0, 10079.0, 10029.0, 10058.0, 10024.0, 10061.0, 10019.0, 10092.0, 10000.0, 10070.0, 9983.0, 10094.0, 10001.0, 10086.0, 10016.0, 10071.0, 10001.0, 10062.0, 10061.0, 10088.0, 10081.0, 10057.0, 10045.0, 10058.0, 10084.0, 10035.0, 10075.0, 10005.0, 10074.0, 10019.0, 10090.0, 10017.0, 10100.0, 10034.0, 10079.0, 9991.0, 10071.0, 10019.0, 10071.0, 9982.0, 10047.0, 9982.0, 10066.0, 10068.0, 10058.0, 10050.0, 10034.0, 10091.0, 10052.0, 10123.0, 10019.0, 10097.0, 10029.0, 10117.0, 10079.0, 10121.0, 10058.0, 10077.0, 10039.0, 10099.0, 10086.0, 10060.0, 10053.0, 10070.0, 10046.0, 10072.0, 10045.0, 10034.0, 10028.0, 10073.0, 10066.0, 10047.0, 10063.0, 9999.0, 10076.0, 10019.0, 10093.0, 10004.0, 10073.0, 10002.0, 10074.0, 10040.0, 10112.0, 10082.0, 10072.0, 10051.0, 10098.0, 10084.0, 10096.0, 10065.0, 10025.0, 10041.0, 10002.0, 10096.0, 10004.0, 10070.0, 9982.0, 10070.0, 10051.0, 10087.0, 10061.0, 10004.0, 10062.0, 10016.0, 10112.0, 10069.0, 10089.0, 10059.0, 10090.0, 10069.0, 10074.0, 10044.0, 10037.0, 10029.0, 10009.0, 10091.0, 9988.0, 10069.0, 9985.0, 10075.0, 10034.0, 10091.0, 10060.0, 10036.0, 10028.0, 10034.0, 10058.0, 9991.0, 10055.0, 9980.0, 10053.0, 10036.0, 10071.0, 10060.0, 9974.0, 10058.0, 10024.0, 10091.0, 10073.0, 10070.0, 10029.0, 10056.0, 10049.0, 10071.0, 10062.0, 9967.0, 10035.0, 9972.0, 10076.0, 9987.0, 10091.0, 9996.0, 10045.0, 9991.0, 10049.0, 10066.0, 10069.0, 10046.0, 10084.0, 10034.0, 10015.0, 10040.0, 10030.0, 10055.0, 10028.0, 10081.0, 10038.0, 10098.0, 10064.0, 10096.0, 10089.0, 10116.0, 10103.0, 10057.0, 10077.0, 9974.0, 10047.0, 9945.0, 10025.0, 9927.0, 10023.0, 9947.0, 10023.0, 9925.0, 9996.0, 9938.0, 10013.0, 9960.0, 10014.0, 9966.0, 10052.0, 9979.0, 10013.0, 9962.0, 10014.0, 9970.0, 10019.0, 9978.0, 10062.0, 9980.0, 10044.0, 9978.0, 10047.0, 9974.0, 10071.0, 10009.0, 10090.0, 10011.0, 10075.0, 10039.0, 10071.0, 10072.0, 10098.0, 10055.0, 10070.0, 10097.0, 10016.0, 10098.0, 10033.0, 10096.0, 10071.0, 10096.0, 10091.0, 10128.0, 10082.0, 10065.0, 10068.0, 10031.0, 10120.0, 10047.0, 10098.0, 10077.0, 10105.0, 10095.0, 10076.0, 10103.0, 10018.0, 10084.0, 10011.0, 10104.0, 10029.0, 10104.0, 10020.0, 10077.0, 10028.0, 10100.0, 10071.0, 10063.0, 10042.0, 10074.0, 10075.0, 10102.0, 10075.0, 10078.0, 10056.0, 10075.0, 10089.0, 10019.0, 10103.0, 10049.0, 10101.0, 10120.0, 10085.0, 10099.0, 10041.0, 10114.0, 10070.0, 10149.0, 10068.0, 10119.0, 10062.0, 10100.0, 10063.0, 10108.0, 10041.0, 10082.0, 10020.0, 10096.0, 10055.0, 10093.0, 10050.0, 10054.0, 10029.0, 10059.0, 10079.0, 10075.0, 10075.0, 10076.0, 10040.0, 10053.0, 10050.0, 10075.0, 10071.0, 10063.0, 10063.0, 10067.0, 10091.0, 10081.0, 10065.0, 10056.0, 10045.0, 10068.0, 10087.0, 10082.0, 10098.0, 10039.0, 10084.0, 10041.0, 10062.0, 10035.0, 10101.0, 10033.0, 10098.0, 10016.0, 10100.0, 10023.0, 10095.0, 10023.0, 10096.0, 10022.0, 10078.0, 10082.0, 10095.0, 10068.0, 10074.0, 10051.0, 10048.0, 10079.0, 10015.0, 10077.0, 9993.0, 10074.0, 10052.0, 10092.0, 10062.0, 10070.0, 10045.0, 10071.0, 10061.0, 10020.0, 10061.0, 10001.0, 10055.0, 10011.0, 10125.0, 10072.0, 10087.0, 10005.0, 10055.0, 10062.0, 10000.0, 10056.0, 10021.0, 10057.0, 10067.0, 10115.0, 10092.0, 10098.0, 10060.0, 10083.0, 10120.0, 10072.0, 10125.0, 10060.0, 10102.0, 10069.0, 10120.0, 10108.0, 10014.0, 10079.0, 10017.0, 10080.0, 10070.0, 10098.0, 10051.0, 10067.0, 10043.0, 10082.0, 10070.0, 10086.0, 10047.0, 9997.0, 10044.0, 10033.0, 10085.0, 10041.0, 10063.0, 10057.0, 10066.0, 10094.0, 10038.0, 10103.0, 10062.0, 10121.0, 10095.0, 10068.0, 10106.0, 10034.0, 10098.0, 10092.0, 10115.0, 10125.0, 10027.0, 10082.0, 10054.0, 10102.0, 10106.0, 10080.0, 10067.0, 9989.0, 10081.0, 10053.0, 10100.0, 10067.0, 10059.0, 10049.0, 10090.0, 10068.0, 10007.0, 10066.0, 10052.0, 10086.0, 10069.0, 10093.0, 10082.0, 10070.0, 10046.0, 10059.0, 10066.0, 10091.0, 10066.0, 10056.0, 10064.0, 10064.0, 10081.0, 10025.0, 10081.0, 9996.0, 10086.0, 10043.0, 10104.0, 10042.0, 10065.0, 10069.0, 10099.0, 10106.0, 10093.0, 10055.0, 10033.0, 10065.0, 10048.0, 10123.0, 10021.0, 10080.0, 9983.0, 10064.0, 10001.0, 10081.0, 9995.0, 10035.0, 9973.0, 10034.0, 9992.0, 10055.0, 9978.0, 10036.0, 10017.0, 10037.0, 10044.0, 10070.0, 10063.0, 10074.0, 10064.0, 10087.0, 10082.0, 10059.0, 10081.0, 10049.0, 10089.0, 10013.0, 10064.0, 10033.0, 10063.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.009673357664233578</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04938751177007299</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.18072632402736</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3000881281278542</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0251773104018267</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.488</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6151.6553</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14450380009425934</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>235</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>21.44160583941606</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4753144420201867</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3431760350434208</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.673315481717738</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4094518092994015</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0155191</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021431537345051765</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.036010731011629105</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1096</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.178631826687538</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.1437</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5822</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.4704</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294693.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>848.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.1518</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0785</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.3724</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3763.7701</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3914.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81851.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1519.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4910.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.6645</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.82685717090499</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> |