=== 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-0124 --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-0124",
"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-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-02/func/sub-0124_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>e4eff7d0a99a608930b647b58ccfbda6</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:11:37.612500</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.99653, 0.0385368, 0.0737784, -0.0469951, 0.992069, 0.116577]</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.0970989</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4231, -7794, -7205, 392, -93, -85, 7, 32]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>234.082</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>09a2fb03-3b1e-464d-8d6f-2368cf77c844||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.673616647720337, -0.1260843724012375, 0.18549208343029022, 114.38056182861328], [-0.10339134186506271, 2.661649227142334, 0.3230268657207489, -107.12200164794922], [0.19794201850891113, -0.31276729702949524, 2.6741814613342285, -53.06496047973633], [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': ['201137.612500', '201138.072500', '201138.532500', '201138.992500', '201139.452500', '201139.912500', '201140.372500', '201140.832500', '201141.292500', '201141.752500', '201142.212500', '201142.672500', '201143.132500', '201143.592500', '201144.052500', '201144.512500', '201144.972500', '201145.432500', '201145.892500', '201146.352500', '201146.812500', '201147.272500', '201147.732500', '201148.192500', '201148.652500', '201149.112500', '201149.572500', '201150.032500', '201150.492500', '201150.952500', '201151.412500', '201151.872500', '201152.332500', '201152.792500', '201153.252500', '201153.712500', '201154.172500', '201154.632500', '201155.092500', '201155.552500', '201156.012500', '201156.472500', '201156.932500', '201157.392500', '201157.852500', '201158.312500', '201158.772500', '201159.232500', '201159.692500', '201200.152500', '201200.612500', '201201.072500', '201201.532500', '201201.992500', '201202.452500', '201202.912500', '201203.372500', '201203.832500', '201204.292500', '201204.752500', '201205.212500', '201205.672500', '201206.132500', '201206.592500', '201207.052500', '201207.512500', '201207.972500', '201208.432500', '201208.892500', '201209.352500', '201209.812500', '201210.272500', '201210.732500', '201211.192500', '201211.652500', '201212.112500', '201212.572500', '201213.032500', '201213.492500', '201213.952500', '201214.412500', '201214.872500', '201215.332500', '201215.792500', '201216.252500', '201216.712500', '201217.172500', '201217.632500', '201218.092500', '201218.552500', '201219.012500', '201219.472500', '201219.932500', '201220.392500', '201220.852500', '201221.312500', '201221.772500', '201222.232500', '201222.692500', '201223.152500', '201223.612500', '201224.072500', '201224.532500', '201224.992500', '201225.452500', '201225.912500', '201226.372500', '201226.832500', '201227.292500', '201227.752500', '201228.212500', '201228.672500', '201229.132500', '201229.592500', '201230.052500', '201230.512500', '201230.972500', '201231.432500', '201231.892500', '201232.352500', '201232.812500', '201233.272500', '201233.732500', '201234.192500', '201234.652500', '201235.112500', '201235.572500', '201236.032500', '201236.492500', '201236.952500', '201237.412500', '201237.872500', '201238.332500', '201238.792500', '201239.252500', '201239.712500', '201240.172500', '201240.632500', '201241.092500', '201241.552500', '201242.012500', '201242.472500', '201242.932500', '201243.392500', '201243.852500', '201244.312500', '201244.772500', '201245.232500', '201245.692500', '201246.152500', '201246.612500', '201247.072500', '201247.532500', '201247.992500', '201248.452500', '201248.912500', '201249.372500', '201249.832500', '201250.292500', '201250.752500', '201251.212500', '201251.672500', '201252.132500', '201252.592500', '201253.052500', '201253.512500', '201253.972500', '201254.432500', '201254.892500', '201255.352500', '201255.812500', '201256.272500', '201256.732500', '201257.192500', '201257.652500', '201258.112500', '201258.572500', '201259.032500', '201259.492500', '201259.952500', '201300.412500', '201300.872500', '201301.332500', '201301.792500', '201302.252500', '201302.712500', '201303.172500', '201303.632500', '201304.092500', '201304.552500', '201305.012500', '201305.472500', '201305.932500', '201306.392500', '201306.852500', '201307.312500', '201307.772500', '201308.232500', '201308.692500', '201309.152500', '201309.612500', '201310.072500', '201310.532500', '201310.992500', '201311.452500', '201311.912500', '201312.372500', '201312.832500', '201313.292500', '201313.752500', '201314.212500', '201314.672500', '201315.132500', '201315.592500', '201316.052500', '201316.512500', '201316.972500', '201317.432500', '201317.892500', '201318.352500', '201318.812500', '201319.272500', '201319.732500', '201320.192500', '201320.652500', '201321.112500', '201321.572500', '201322.032500', '201322.492500', '201322.952500', '201323.412500', '201323.872500', '201324.332500', '201324.792500', '201325.252500', '201325.712500', '201326.172500', '201326.632500', '201327.092500', '201327.552500', '201328.012500', '201328.472500', '201328.932500', '201329.392500', '201329.852500', '201330.312500', '201330.772500', '201331.232500', '201331.692500', '201332.152500', '201332.612500', '201333.072500', '201333.532500', '201333.992500', '201334.452500', '201334.912500', '201335.372500', '201335.832500', '201336.292500', '201336.752500', '201337.212500', '201337.672500', '201338.132500', '201338.592500', '201339.052500', '201339.512500', '201339.972500', '201340.432500', '201340.892500', '201341.352500', '201341.812500', '201342.272500', '201342.732500', '201343.192500', '201343.652500', '201344.112500', '201344.572500', '201345.032500', '201345.492500', '201345.952500', '201346.412500', '201346.872500', '201347.332500', '201347.792500', '201348.252500', '201348.712500', '201349.172500', '201349.632500', '201350.092500', '201350.552500', '201351.012500', '201351.472500', '201351.932500', '201352.392500', '201352.852500', '201353.312500', '201353.772500', '201354.232500', '201354.692500', '201355.152500', '201355.612500', '201356.072500', '201356.532500', '201356.992500', '201357.452500', '201357.912500', '201358.372500', '201358.832500', '201359.292500', '201359.752500', '201400.212500', '201400.672500', '201401.132500', '201401.592500', '201402.052500', '201402.512500', '201402.972500', '201403.432500', '201403.892500', '201404.352500', '201404.812500', '201405.272500', '201405.732500', '201406.192500', '201406.652500', '201407.112500', '201407.572500', '201408.032500', '201408.492500', '201408.952500', '201409.412500', '201409.872500', '201410.332500', '201410.792500', '201411.252500', '201411.712500', '201412.172500', '201412.632500', '201413.092500', '201413.552500', '201414.012500', '201414.472500', '201414.932500', '201415.392500', '201415.852500', '201416.312500', '201416.772500', '201417.232500', '201417.692500', '201418.152500', '201418.612500', '201419.072500', '201419.532500', '201419.992500', '201420.452500', '201420.912500', '201421.372500', '201421.832500', '201422.292500', '201422.752500', '201423.212500', '201423.672500', '201424.132500', '201424.592500', '201425.052500', '201425.512500', '201425.972500', '201426.432500', '201426.892500', '201427.352500', '201427.812500', '201428.272500', '201428.732500', '201429.192500', '201429.652500', '201430.112500', '201430.572500', '201431.032500', '201431.492500', '201431.952500', '201432.412500', '201432.872500', '201433.332500', '201433.792500', '201434.252500', '201434.712500', '201435.172500', '201435.632500', '201436.092500', '201436.552500', '201437.012500', '201437.472500', '201437.932500', '201438.392500', '201438.852500', '201439.312500', '201439.772500', '201440.232500', '201440.692500', '201441.152500', '201441.612500', '201442.072500', '201442.532500', '201442.992500', '201443.452500', '201443.912500', '201444.372500', '201444.832500', '201445.292500', '201445.752500', '201446.212500', '201446.672500', '201447.132500', '201447.592500', '201448.052500', '201448.512500', '201448.972500', '201449.432500', '201449.892500', '201450.352500', '201450.812500', '201451.272500', '201451.732500', '201452.192500', '201452.652500', '201453.112500', '201453.572500', '201454.032500', '201454.492500', '201454.952500', '201455.412500', '201455.872500', '201456.332500', '201456.792500', '201457.252500', '201457.712500', '201458.172500', '201458.632500', '201459.092500', '201459.552500', '201500.012500', '201500.472500', '201500.932500', '201501.392500', '201501.852500', '201502.312500', '201502.772500', '201503.232500', '201503.692500', '201504.152500', '201504.612500', '201505.072500', '201505.532500', '201505.992500', '201506.452500', '201506.912500', '201507.372500', '201507.832500', '201508.292500', '201508.752500', '201509.212500', '201509.672500', '201510.132500', '201510.592500', '201511.052500', '201511.512500', '201511.972500', '201512.432500', '201512.892500', '201513.352500', '201513.812500', '201514.272500', '201514.732500', '201515.192500', '201515.652500', '201516.112500', '201516.572500', '201517.032500', '201517.492500', '201517.952500', '201518.412500', '201518.872500', '201519.332500', '201519.792500', '201520.252500', '201520.712500', '201521.172500', '201521.632500', '201522.092500', '201522.552500', '201523.012500', '201523.472500', '201523.932500', '201524.392500', '201524.852500', '201525.312500', '201525.772500', '201526.232500', '201526.692500', '201527.152500', '201527.612500', '201528.072500', '201528.532500', '201528.992500', '201529.452500', '201529.912500', '201530.372500', '201530.832500', '201531.292500', '201531.752500', '201532.212500', '201532.672500', '201533.132500', '201533.592500', '201534.052500', '201534.512500', '201534.972500', '201535.432500', '201535.892500', '201536.352500', '201536.812500', '201537.272500', '201537.732500', '201538.192500', '201538.652500', '201539.112500', '201539.572500', '201540.032500', '201540.492500', '201540.952500', '201541.412500', '201541.872500', '201542.332500', '201542.792500', '201543.252500', '201543.712500', '201544.172500', '201544.632500', '201545.092500', '201545.552500', '201546.012500', '201546.472500', '201546.932500', '201547.392500', '201547.852500', '201548.312500', '201548.772500', '201549.232500', '201549.692500', '201550.152500', '201550.612500', '201551.072500', '201551.532500', '201551.992500', '201552.452500', '201552.912500', '201553.372500', '201553.832500', '201554.292500', '201554.752500', '201555.212500', '201555.672500', '201556.132500', '201556.592500', '201557.052500', '201557.512500', '201557.972500', '201558.432500', '201558.892500', '201559.352500', '201559.812500', '201600.272500', '201600.732500', '201601.192500', '201601.652500', '201602.112500', '201602.572500', '201603.032500', '201603.492500', '201603.952500', '201604.412500', '201604.872500', '201605.332500', '201605.792500', '201606.252500', '201606.712500', '201607.172500', '201607.632500', '201608.092500', '201608.552500', '201609.012500', '201609.472500', '201609.932500', '201610.392500', '201610.852500', '201611.312500', '201611.772500', '201612.232500', '201612.692500', '201613.152500', '201613.612500', '201614.072500', '201614.532500', '201614.992500', '201615.452500', '201615.912500', '201616.372500', '201616.832500', '201617.292500', '201617.752500', '201618.212500', '201618.672500', '201619.132500', '201619.592500', '201620.052500', '201620.512500', '201620.972500', '201621.432500', '201621.892500', '201622.352500', '201622.812500', '201623.272500', '201623.732500', '201624.192500', '201624.652500', '201625.112500', '201625.572500', '201626.032500', '201626.492500', '201626.952500', '201627.412500', '201627.872500', '201628.332500', '201628.792500', '201629.252500', '201629.712500', '201630.172500', '201630.632500', '201631.092500', '201631.552500', '201632.012500', '201632.472500', '201632.932500', '201633.392500', '201633.852500', '201634.312500', '201634.772500', '201635.232500', '201635.692500', '201636.152500', '201636.612500', '201637.072500', '201637.532500', '201637.992500', '201638.452500', '201638.912500', '201639.372500', '201639.832500', '201640.292500', '201640.752500', '201641.212500', '201641.672500', '201642.132500', '201642.592500', '201643.052500', '201643.512500', '201643.972500', '201644.432500', '201644.892500', '201645.352500', '201645.812500', '201646.272500', '201646.732500', '201647.192500', '201647.652500', '201648.112500', '201648.572500', '201649.032500', '201649.492500', '201649.952500', '201650.412500', '201650.872500', '201651.332500', '201651.792500', '201652.252500', '201652.712500', '201653.172500', '201653.632500', '201654.092500', '201654.552500', '201655.012500', '201655.472500', '201655.932500', '201656.392500', '201656.852500', '201657.312500', '201657.772500', '201658.232500', '201658.692500', '201659.152500', '201659.612500', '201700.072500', '201700.532500', '201700.992500', '201701.452500', '201701.912500', '201702.372500', '201702.832500', '201703.292500', '201703.752500', '201704.212500', '201704.672500', '201705.132500', '201705.592500', '201706.052500', '201706.512500', '201706.972500', '201707.432500', '201707.892500', '201708.352500', '201708.812500', '201709.272500', '201709.732500', '201710.192500', '201710.652500', '201711.112500', '201711.572500', '201712.032500', '201712.492500', '201712.952500', '201713.412500', '201713.872500', '201714.332500', '201714.792500', '201715.252500', '201715.712500', '201716.172500', '201716.632500', '201717.092500', '201717.552500', '201718.012500', '201718.472500', '201718.932500', '201719.392500', '201719.852500', '201720.312500', '201720.772500', '201721.232500', '201721.692500', '201722.152500', '201722.612500', '201723.072500', '201723.532500', '201723.992500', '201724.452500', '201724.912500', '201725.372500', '201725.832500', '201726.292500', '201726.752500', '201727.212500', '201727.672500', '201728.132500', '201728.592500', '201729.052500', '201729.512500', '201729.972500', '201730.432500', '201730.892500', '201731.352500', '201731.812500', '201732.272500', '201732.732500', '201733.192500', '201733.652500', '201734.112500', '201734.572500', '201735.032500', '201735.492500', '201735.952500', '201736.412500', '201736.872500', '201737.332500', '201737.792500', '201738.252500', '201738.712500', '201739.172500', '201739.632500', '201740.092500', '201740.552500', '201741.012500', '201741.472500', '201741.932500', '201742.392500', '201742.852500', '201743.312500', '201743.772500', '201744.232500', '201744.692500', '201745.152500', '201745.612500', '201746.072500', '201746.532500', '201746.992500', '201747.452500', '201747.912500', '201748.372500', '201748.832500', '201749.292500', '201749.752500', '201750.212500', '201750.672500', '201751.132500', '201751.592500', '201752.052500', '201752.512500', '201752.972500', '201753.432500', '201753.892500', '201754.352500', '201754.812500', '201755.272500', '201755.732500', '201756.192500', '201756.652500', '201757.112500', '201757.572500', '201758.032500', '201758.492500', '201758.952500', '201759.412500', '201759.872500', '201800.332500', '201800.792500', '201801.252500', '201801.712500', '201802.172500', '201802.632500', '201803.092500', '201803.552500', '201804.012500', '201804.472500', '201804.932500', '201805.392500', '201805.852500', '201806.312500', '201806.772500', '201807.232500', '201807.692500', '201808.152500', '201808.612500', '201809.072500', '201809.532500', '201809.992500', '201810.452500', '201810.912500', '201811.372500', '201811.832500', '201812.292500', '201812.752500', '201813.212500', '201813.672500', '201814.132500', '201814.592500', '201815.052500', '201815.512500', '201815.972500', '201816.432500', '201816.892500', '201817.352500', '201817.812500', '201818.272500', '201818.732500', '201819.192500', '201819.652500', '201820.112500', '201820.572500', '201821.032500', '201821.492500', '201821.952500', '201822.412500', '201822.872500', '201823.332500', '201823.792500', '201824.252500', '201824.712500', '201825.172500', '201825.632500', '201826.092500', '201826.552500', '201827.012500', '201827.472500', '201827.932500', '201828.392500', '201828.852500', '201829.312500', '201829.772500', '201830.232500', '201830.692500', '201831.152500', '201831.612500', '201832.072500', '201832.532500', '201832.992500', '201833.452500', '201833.912500', '201834.372500', '201834.832500', '201835.292500', '201835.752500', '201836.212500', '201836.672500', '201837.132500', '201837.592500', '201838.052500', '201838.512500', '201838.972500', '201839.432500', '201839.892500', '201840.352500', '201840.812500', '201841.272500', '201841.732500', '201842.192500', '201842.652500', '201843.112500', '201843.572500', '201844.032500', '201844.492500', '201844.952500', '201845.412500', '201845.872500', '201846.332500', '201846.792500', '201847.252500', '201847.712500', '201848.172500', '201848.632500', '201849.092500', '201849.552500', '201850.012500', '201850.472500', '201850.932500', '201851.392500', '201851.852500', '201852.312500', '201852.772500', '201853.232500', '201853.692500', '201854.152500', '201854.612500', '201855.072500', '201855.532500', '201855.992500', '201856.452500', '201856.912500', '201857.372500', '201857.832500', '201858.292500', '201858.752500', '201859.212500', '201859.672500', '201900.132500', '201900.592500', '201901.052500', '201901.512500', '201901.972500', '201902.432500', '201902.892500', '201903.352500', '201903.812500', '201904.272500', '201904.732500', '201905.192500', '201905.652500', '201906.112500', '201906.572500', '201907.032500', '201907.492500', '201907.952500', '201908.412500', '201908.872500', '201909.332500', '201909.792500', '201910.252500', '201910.712500', '201911.172500', '201911.632500', '201912.092500', '201912.552500', '201913.012500', '201913.472500', '201913.932500', '201914.392500', '201914.852500', '201915.312500', '201915.772500', '201916.232500', '201916.692500', '201917.152500', '201917.612500', '201918.072500', '201918.532500', '201918.992500', '201919.452500', '201919.912500', '201920.372500', '201920.832500', '201921.292500', '201921.752500', '201922.212500', '201922.672500', '201923.132500', '201923.592500', '201924.052500', '201924.512500', '201924.972500', '201925.432500', '201925.892500', '201926.352500', '201926.812500', '201927.272500', '201927.732500', '201928.192500', '201928.652500', '201929.112500', '201929.572500', '201930.032500', '201930.492500', '201930.952500', '201931.412500', '201931.872500', '201932.332500', '201932.792500', '201933.252500', '201933.712500', '201934.172500', '201934.632500', '201935.092500', '201935.552500', '201936.012500', '201936.472500', '201936.932500', '201937.392500', '201937.852500', '201938.312500', '201938.772500', '201939.232500', '201939.692500', '201940.152500', '201940.612500', '201941.072500', '201941.532500', '201941.992500', '201942.452500', '201942.912500', '201943.372500', '201943.832500', '201944.292500', '201944.752500', '201945.212500', '201945.672500', '201946.132500', '201946.592500', '201947.052500', '201947.512500', '201947.972500', '201948.432500', '201948.892500', '201949.352500', '201949.812500', '201950.272500', '201950.732500', '201951.192500', '201951.652500', '201952.112500', '201952.572500', '201953.032500', '201953.492500', '201953.952500', '201954.412500', '201954.872500', '201955.332500', '201955.792500', '201956.252500', '201956.712500', '201957.172500', '201957.632500', '201958.092500', '201958.552500', '201959.012500', '201959.472500', '201959.932500', '202000.392500', '202000.852500', '202001.312500', '202001.772500', '202002.232500'], 'ContentTime': ['201148.604000', '201148.607000', '201148.610000', '201148.612000', '201148.615000', '201148.617000', '201148.620000', '201148.623000', '201148.625000', '201148.628000', '201148.631000', '201148.633000', '201148.636000', '201148.647000', '201148.650000', '201148.652000', '201148.655000', '201148.658000', '201148.660000', '201148.665000', '201208.579000', '201208.582000', '201208.585000', '201208.588000', '201208.592000', '201208.594000', '201208.597000', '201208.599000', '201208.602000', '201208.605000', '201208.607000', '201208.610000', '201208.612000', '201208.615000', '201208.617000', '201208.620000', '201208.623000', '201208.625000', '201208.628000', '201208.630000', '201208.633000', '201208.636000', '201208.638000', '201208.641000', '201208.643000', '201208.646000', '201208.649000', '201208.651000', '201208.654000', '201208.656000', '201208.659000', '201208.662000', '201208.664000', '201208.667000', '201208.669000', '201208.672000', '201208.674000', '201208.677000', '201208.679000', '201208.682000', '201208.689000', '201208.692000', '201208.694000', '201208.697000', '201228.579000', '201228.582000', '201228.585000', '201228.587000', '201228.590000', '201228.592000', '201228.595000', '201228.598000', '201228.600000', '201228.603000', '201228.606000', '201228.608000', '201228.611000', '201228.613000', '201228.616000', '201228.618000', '201228.621000', '201228.624000', '201228.626000', '201228.638000', '201228.640000', '201228.643000', '201228.645000', '201228.648000', '201228.650000', '201228.653000', '201228.656000', '201228.658000', '201228.661000', '201228.663000', '201228.666000', '201228.669000', '201228.671000', '201228.674000', '201228.676000', '201228.679000', '201228.681000', '201228.684000', '201228.687000', '201228.689000', '201228.692000', '201228.695000', '201228.699000', '201248.578000', '201248.581000', '201248.584000', '201248.587000', '201248.589000', '201248.592000', '201248.594000', '201248.597000', '201248.600000', '201248.602000', '201248.605000', '201248.608000', '201248.610000', '201248.613000', '201248.615000', '201248.618000', '201248.620000', '201248.623000', '201248.626000', '201248.628000', '201248.631000', '201248.633000', '201248.636000', '201248.639000', '201248.641000', '201248.644000', '201248.646000', '201248.649000', '201248.652000', '201248.654000', '201248.657000', '201248.660000', '201248.662000', '201248.665000', '201248.668000', '201248.670000', '201248.673000', '201248.675000', '201248.678000', '201248.680000', '201248.683000', '201248.686000', '201248.688000', '201248.691000', '201308.578000', '201308.581000', '201308.584000', '201308.586000', '201308.589000', '201308.591000', '201308.594000', '201308.597000', '201308.599000', '201308.602000', '201308.604000', '201308.607000', '201308.609000', '201308.612000', '201308.615000', '201308.617000', '201308.620000', '201308.622000', '201308.625000', '201308.628000', '201308.630000', '201308.633000', '201308.635000', '201308.638000', '201308.640000', '201308.643000', '201308.645000', '201308.648000', '201308.651000', '201308.653000', '201308.656000', '201308.658000', '201308.661000', '201308.663000', '201308.666000', '201308.669000', '201308.671000', '201308.674000', '201308.676000', '201308.679000', '201308.681000', '201308.684000', '201308.687000', '201328.579000', '201328.581000', '201328.584000', '201328.587000', '201328.589000', '201328.592000', '201328.594000', '201328.597000', '201328.600000', '201328.602000', '201328.605000', '201328.607000', '201328.610000', '201328.613000', '201328.615000', '201328.618000', '201328.620000', '201328.623000', '201328.626000', '201328.628000', '201328.631000', '201328.633000', '201328.636000', '201328.638000', '201328.641000', '201328.643000', '201328.646000', '201328.648000', '201328.651000', '201328.654000', '201328.656000', '201328.659000', '201328.661000', '201328.664000', '201328.666000', '201328.669000', '201328.671000', '201328.674000', '201328.677000', '201328.679000', '201328.682000', '201328.684000', '201328.687000', '201328.690000', '201348.578000', '201348.581000', '201348.584000', '201348.586000', '201348.589000', '201348.592000', '201348.594000', '201348.597000', '201348.599000', '201348.602000', '201348.605000', '201348.607000', '201348.610000', '201348.612000', '201348.615000', '201348.618000', '201348.620000', '201348.623000', '201348.625000', '201348.628000', '201348.630000', '201348.633000', '201348.636000', '201348.638000', '201348.641000', '201348.643000', '201348.646000', '201348.648000', '201348.651000', '201348.654000', '201348.656000', '201348.659000', '201348.662000', '201348.664000', '201348.667000', '201348.669000', '201348.672000', '201348.674000', '201348.677000', '201348.679000', '201348.682000', '201348.684000', '201348.687000', '201408.578000', '201408.581000', '201408.584000', '201408.586000', '201408.589000', '201408.591000', '201408.594000', '201408.597000', '201408.599000', '201408.602000', '201408.604000', '201408.607000', '201408.610000', '201408.612000', '201408.615000', '201408.617000', '201408.633000', '201408.635000', '201408.638000', '201408.640000', '201408.643000', '201408.646000', '201408.648000', '201408.651000', '201408.653000', '201408.656000', '201408.658000', '201408.661000', '201408.664000', '201408.666000', '201408.669000', '201408.671000', '201408.674000', '201408.677000', '201408.679000', '201408.682000', '201408.684000', '201408.687000', '201408.690000', '201408.692000', '201408.695000', '201408.697000', '201408.700000', '201408.703000', '201428.579000', '201428.582000', '201428.585000', '201428.587000', '201428.590000', '201428.592000', '201428.595000', '201428.598000', '201428.601000', '201428.603000', '201428.606000', '201428.608000', '201428.611000', '201428.614000', '201428.616000', '201428.619000', '201428.621000', '201428.624000', '201428.626000', '201428.629000', '201428.632000', '201428.634000', '201428.637000', '201428.639000', '201428.642000', '201428.644000', '201428.647000', '201428.650000', '201428.652000', '201428.655000', '201428.657000', '201428.660000', '201428.662000', '201428.665000', '201428.667000', '201428.670000', '201428.673000', '201428.675000', '201428.678000', '201428.680000', '201428.683000', '201428.686000', '201428.688000', '201448.581000', '201448.584000', '201448.586000', '201448.589000', '201448.591000', '201448.594000', '201448.597000', '201448.599000', '201448.602000', '201448.604000', '201448.607000', '201448.610000', '201448.612000', '201448.615000', '201448.617000', '201448.620000', '201448.623000', '201448.625000', '201448.628000', '201448.630000', '201448.633000', '201448.636000', '201448.638000', '201448.641000', '201448.643000', '201448.646000', '201448.648000', '201448.651000', '201448.654000', '201448.656000', '201448.659000', '201448.661000', '201448.664000', '201448.666000', '201448.669000', '201448.672000', '201448.674000', '201448.677000', '201448.679000', '201448.682000', '201448.684000', '201448.687000', '201448.690000', '201448.692000', '201508.579000', '201508.581000', '201508.584000', '201508.586000', '201508.589000', '201508.592000', '201508.594000', '201508.597000', '201508.600000', '201508.602000', '201508.605000', '201508.607000', '201508.610000', '201508.613000', '201508.615000', '201508.618000', '201508.620000', '201508.623000', '201508.625000', '201508.628000', '201508.631000', '201508.633000', '201508.636000', '201508.638000', '201508.641000', '201508.644000', '201508.646000', '201508.649000', '201508.651000', '201508.654000', '201508.657000', '201508.659000', '201508.662000', '201508.664000', '201508.667000', '201508.670000', '201508.672000', '201508.675000', '201508.678000', '201508.680000', '201508.683000', '201508.686000', '201508.688000', '201528.579000', '201528.581000', '201528.584000', '201528.587000', '201528.589000', '201528.592000', '201528.594000', '201528.597000', '201528.600000', '201528.602000', '201528.605000', '201528.608000', '201528.610000', '201528.613000', '201528.615000', '201528.618000', '201528.621000', '201528.623000', '201528.626000', '201528.629000', '201528.631000', '201528.634000', '201528.636000', '201528.639000', '201528.642000', '201528.644000', '201528.647000', '201528.650000', '201528.652000', '201528.655000', '201528.657000', '201528.660000', '201528.663000', '201528.665000', '201528.668000', '201528.670000', '201528.673000', '201528.676000', '201528.678000', '201528.681000', '201528.683000', '201528.686000', '201528.689000', '201528.695000', '201548.579000', '201548.582000', '201548.584000', '201548.587000', '201548.590000', '201548.592000', '201548.595000', '201548.598000', '201548.600000', '201548.603000', '201548.606000', '201548.608000', '201548.611000', '201548.613000', '201548.616000', '201548.619000', '201548.621000', '201548.624000', '201548.626000', '201548.629000', '201548.631000', '201548.634000', '201548.637000', '201548.639000', '201548.642000', '201548.644000', '201548.647000', '201548.650000', '201548.652000', '201548.655000', '201548.657000', '201548.660000', '201548.662000', '201548.665000', '201548.668000', '201548.670000', '201548.673000', '201548.676000', '201548.678000', '201548.681000', '201548.684000', '201548.686000', '201548.689000', '201608.578000', '201608.582000', '201608.585000', '201608.588000', '201608.591000', '201608.593000', '201608.596000', '201608.599000', '201608.602000', '201608.604000', '201608.607000', '201608.610000', '201608.612000', '201608.616000', '201608.619000', '201608.621000', '201608.624000', '201608.627000', '201608.629000', '201608.632000', '201608.634000', '201608.637000', '201608.640000', '201608.642000', '201608.645000', '201608.647000', '201608.650000', '201608.653000', '201608.655000', '201608.658000', '201608.660000', '201608.663000', '201608.665000', '201608.668000', '201608.671000', '201608.674000', '201608.676000', '201608.679000', '201608.681000', '201608.684000', '201608.686000', '201608.689000', '201608.692000', '201628.579000', '201628.581000', '201628.584000', '201628.587000', '201628.589000', '201628.592000', '201628.594000', '201628.597000', '201628.599000', '201628.602000', '201628.605000', '201628.607000', '201628.610000', '201628.612000', '201628.615000', '201628.617000', '201628.620000', '201628.623000', '201628.625000', '201628.628000', '201628.630000', '201628.633000', '201628.635000', '201628.638000', '201628.641000', '201628.643000', '201628.646000', '201628.648000', '201628.651000', '201628.654000', '201628.656000', '201628.659000', '201628.661000', '201628.664000', '201628.666000', '201628.669000', '201628.672000', '201628.674000', '201628.677000', '201628.679000', '201628.682000', '201628.685000', '201628.687000', '201628.690000', '201648.580000', '201648.583000', '201648.586000', '201648.589000', '201648.592000', '201648.595000', '201648.598000', '201648.600000', '201648.603000', '201648.606000', '201648.608000', '201648.611000', '201648.613000', '201648.616000', '201648.618000', '201648.621000', '201648.624000', '201648.626000', '201648.629000', '201648.631000', '201648.634000', '201648.637000', '201648.639000', '201648.642000', '201648.645000', '201648.647000', '201648.650000', '201648.652000', '201648.655000', '201648.657000', '201648.660000', '201648.663000', '201648.665000', '201648.668000', '201648.670000', '201648.673000', '201648.675000', '201648.678000', '201648.681000', '201648.683000', '201648.686000', '201648.688000', '201648.691000', '201708.579000', '201708.582000', '201708.585000', '201708.587000', '201708.590000', '201708.593000', '201708.595000', '201708.598000', '201708.622000', '201708.624000', '201708.627000', '201708.630000', '201708.632000', '201708.635000', '201708.637000', '201708.640000', '201708.642000', '201708.645000', '201708.647000', '201708.650000', '201708.653000', '201708.656000', '201708.658000', '201708.661000', '201708.664000', '201708.666000', '201708.669000', '201708.671000', '201708.674000', '201708.677000', '201708.679000', '201708.682000', '201708.684000', '201708.687000', '201708.690000', '201708.692000', '201708.695000', '201708.697000', '201708.700000', '201708.703000', '201708.705000', '201708.708000', '201708.710000', '201708.713000', '201728.578000', '201728.581000', '201728.584000', '201728.586000', '201728.589000', '201728.592000', '201728.595000', '201728.598000', '201728.601000', '201728.604000', '201728.607000', '201728.609000', '201728.612000', '201728.615000', '201728.617000', '201728.620000', '201728.622000', '201728.625000', '201728.628000', '201728.630000', '201728.633000', '201728.635000', '201728.638000', '201728.640000', '201728.643000', '201728.646000', '201728.648000', '201728.651000', '201728.653000', '201728.657000', '201728.660000', '201728.662000', '201728.665000', '201728.668000', '201728.670000', '201728.673000', '201728.675000', '201728.678000', '201728.680000', '201728.683000', '201728.686000', '201728.688000', '201728.691000', '201748.579000', '201748.581000', '201748.584000', '201748.587000', '201748.590000', '201748.592000', '201748.595000', '201748.597000', '201748.600000', '201748.603000', '201748.605000', '201748.608000', '201748.610000', '201748.613000', '201748.616000', '201748.618000', '201748.621000', '201748.623000', '201748.626000', '201748.629000', '201748.631000', '201748.634000', '201748.637000', '201748.639000', '201748.643000', '201748.646000', '201748.648000', '201748.651000', '201748.654000', '201748.657000', '201748.659000', '201748.662000', '201748.664000', '201748.667000', '201748.669000', '201748.672000', '201748.675000', '201748.677000', '201748.680000', '201748.682000', '201748.685000', '201748.687000', '201748.690000', '201748.692000', '201808.578000', '201808.581000', '201808.584000', '201808.587000', '201808.589000', '201808.592000', '201808.594000', '201808.597000', '201808.600000', '201808.602000', '201808.605000', '201808.608000', '201808.610000', '201808.613000', '201808.615000', '201808.618000', '201808.620000', '201808.623000', '201808.626000', '201808.628000', '201808.631000', '201808.633000', '201808.636000', '201808.638000', '201808.641000', '201808.644000', '201808.646000', '201808.649000', '201808.652000', '201808.655000', '201808.658000', '201808.661000', '201808.663000', '201808.666000', '201808.669000', '201808.671000', '201808.674000', '201808.677000', '201808.679000', '201808.682000', '201808.685000', '201808.687000', '201808.690000', '201828.578000', '201828.581000', '201828.584000', '201828.586000', '201828.589000', '201828.592000', '201828.594000', '201828.597000', '201828.599000', '201828.602000', '201828.604000', '201828.607000', '201828.609000', '201828.612000', '201828.615000', '201828.617000', '201828.620000', '201828.622000', '201828.625000', '201828.640000', '201828.643000', '201828.645000', '201828.648000', '201828.650000', '201828.653000', '201828.656000', '201828.658000', '201828.661000', '201828.663000', '201828.666000', '201828.668000', '201828.671000', '201828.674000', '201828.676000', '201828.679000', '201828.681000', '201828.684000', '201828.686000', '201828.689000', '201828.691000', '201828.694000', '201828.697000', '201828.699000', '201828.702000', '201848.578000', '201848.581000', '201848.584000', '201848.586000', '201848.589000', '201848.591000', '201848.594000', '201848.597000', '201848.599000', '201848.602000', '201848.604000', '201848.607000', '201848.610000', '201848.612000', '201848.615000', '201848.618000', '201848.620000', '201848.623000', '201848.626000', '201848.628000', '201848.631000', '201848.633000', '201848.636000', '201848.638000', '201848.641000', '201848.644000', '201848.647000', '201848.650000', '201848.653000', '201848.656000', '201848.658000', '201848.661000', '201848.664000', '201848.666000', '201848.669000', '201848.672000', '201848.674000', '201848.677000', '201848.679000', '201848.682000', '201848.684000', '201848.687000', '201848.690000', '201908.579000', '201908.582000', '201908.585000', '201908.587000', '201908.590000', '201908.593000', '201908.595000', '201908.598000', '201908.601000', '201908.603000', '201908.606000', '201908.609000', '201908.611000', '201908.614000', '201908.616000', '201908.619000', '201908.622000', '201908.624000', '201908.627000', '201908.630000', '201908.632000', '201908.635000', '201908.637000', '201908.640000', '201908.643000', '201908.645000', '201908.648000', '201908.650000', '201908.653000', '201908.656000', '201908.658000', '201908.661000', '201908.663000', '201908.666000', '201908.669000', '201908.671000', '201908.674000', '201908.686000', '201908.688000', '201908.691000', '201908.693000', '201908.696000', '201908.699000', '201908.701000', '201928.580000', '201928.582000', '201928.585000', '201928.588000', '201928.590000', '201928.593000', '201928.595000', '201928.598000', '201928.600000', '201928.603000', '201928.606000', '201928.608000', '201928.611000', '201928.613000', '201928.616000', '201928.618000', '201928.621000', '201928.624000', '201928.626000', '201928.629000', '201928.631000', '201928.634000', '201928.636000', '201928.639000', '201928.642000', '201928.644000', '201928.647000', '201928.649000', '201928.652000', '201928.655000', '201928.657000', '201928.660000', '201928.662000', '201928.665000', '201928.668000', '201928.670000', '201928.673000', '201928.676000', '201928.678000', '201928.681000', '201928.683000', '201928.686000', '201928.688000', '201948.579000', '201948.581000', '201948.584000', '201948.587000', '201948.590000', '201948.592000', '201948.595000', '201948.597000', '201948.600000', '201948.603000', '201948.605000', '201948.608000', '201948.610000', '201948.613000', '201948.615000', '201948.627000', '201948.629000', '201948.632000', '201948.635000', '201948.637000', '201948.640000', '201948.642000', '201948.645000', '201948.648000', '201948.650000', '201948.653000', '201948.656000', '201948.658000', '201948.661000', '201948.663000', '201948.666000', '201948.669000', '201948.671000', '201948.674000', '201948.677000', '201948.679000', '201948.682000', '201948.684000', '201948.687000', '201948.690000', '201948.692000', '201948.695000', '201948.698000', '201948.700000', '202004.098000', '202004.101000', '202004.104000', '202004.107000', '202004.110000', '202004.113000', '202004.115000', '202004.118000', '202004.122000', '202004.124000', '202004.127000', '202004.135000', '202004.138000', '202004.140000', '202004.143000', '202004.146000', '202004.148000', '202004.151000', '202004.154000', '202004.156000', '202004.159000', '202004.162000', '202004.164000', '202004.167000', '202004.170000', '202004.173000', '202004.176000', '202004.179000', '202004.181000', '202004.184000', '202004.187000', '202004.189000', '202004.192000', '202004.195000'], 'InstanceCreationTime': ['201148.604000', '201148.607000', '201148.610000', '201148.612000', '201148.615000', '201148.617000', '201148.620000', '201148.623000', '201148.625000', '201148.628000', '201148.631000', '201148.633000', '201148.636000', '201148.647000', '201148.650000', '201148.652000', '201148.655000', '201148.658000', '201148.660000', '201148.665000', '201208.579000', '201208.582000', '201208.585000', '201208.588000', '201208.592000', '201208.594000', '201208.597000', '201208.599000', '201208.602000', '201208.605000', '201208.607000', '201208.610000', '201208.612000', '201208.615000', '201208.617000', '201208.620000', '201208.623000', '201208.625000', '201208.628000', '201208.630000', '201208.633000', '201208.636000', '201208.638000', '201208.641000', '201208.643000', '201208.646000', '201208.649000', '201208.651000', '201208.654000', '201208.656000', '201208.659000', '201208.662000', '201208.664000', '201208.667000', '201208.669000', '201208.672000', '201208.674000', '201208.677000', '201208.679000', '201208.682000', '201208.689000', '201208.692000', '201208.694000', '201208.697000', '201228.579000', '201228.582000', '201228.585000', '201228.587000', '201228.590000', '201228.592000', '201228.595000', '201228.598000', '201228.600000', '201228.603000', '201228.606000', '201228.608000', '201228.611000', '201228.613000', '201228.616000', '201228.618000', '201228.621000', '201228.624000', '201228.626000', '201228.638000', '201228.640000', '201228.643000', '201228.645000', '201228.648000', '201228.650000', '201228.653000', '201228.656000', '201228.658000', '201228.661000', '201228.663000', '201228.666000', '201228.669000', '201228.671000', '201228.674000', '201228.676000', '201228.679000', '201228.681000', '201228.684000', '201228.687000', '201228.689000', '201228.692000', '201228.695000', '201228.699000', '201248.578000', '201248.581000', '201248.584000', '201248.587000', '201248.589000', '201248.592000', '201248.594000', '201248.597000', '201248.600000', '201248.602000', '201248.605000', '201248.608000', '201248.610000', '201248.613000', '201248.615000', '201248.618000', '201248.620000', '201248.623000', '201248.626000', '201248.628000', '201248.631000', '201248.633000', '201248.636000', '201248.639000', '201248.641000', '201248.644000', '201248.646000', '201248.649000', '201248.652000', '201248.654000', '201248.657000', '201248.660000', '201248.662000', '201248.665000', '201248.668000', '201248.670000', '201248.673000', '201248.675000', '201248.678000', '201248.680000', '201248.683000', '201248.686000', '201248.688000', '201248.691000', '201308.578000', '201308.581000', '201308.584000', '201308.586000', '201308.589000', '201308.591000', '201308.594000', '201308.597000', '201308.599000', '201308.602000', '201308.604000', '201308.607000', '201308.609000', '201308.612000', '201308.615000', '201308.617000', '201308.620000', '201308.622000', '201308.625000', '201308.628000', '201308.630000', '201308.633000', '201308.635000', '201308.638000', '201308.640000', '201308.643000', '201308.645000', '201308.648000', '201308.651000', '201308.653000', '201308.656000', '201308.658000', '201308.661000', '201308.663000', '201308.666000', '201308.669000', '201308.671000', '201308.674000', '201308.676000', '201308.679000', '201308.681000', '201308.684000', '201308.687000', '201328.579000', '201328.581000', '201328.584000', '201328.587000', '201328.589000', '201328.592000', '201328.594000', '201328.597000', '201328.600000', '201328.602000', '201328.605000', '201328.607000', '201328.610000', '201328.613000', '201328.615000', '201328.618000', '201328.620000', '201328.623000', '201328.626000', '201328.628000', '201328.631000', '201328.633000', '201328.636000', '201328.638000', '201328.641000', '201328.643000', '201328.646000', '201328.648000', '201328.651000', '201328.654000', '201328.656000', '201328.659000', '201328.661000', '201328.664000', '201328.666000', '201328.669000', '201328.671000', '201328.674000', '201328.677000', '201328.679000', '201328.682000', '201328.684000', '201328.687000', '201328.690000', '201348.578000', '201348.581000', '201348.584000', '201348.586000', '201348.589000', '201348.592000', '201348.594000', '201348.597000', '201348.599000', '201348.602000', '201348.605000', '201348.607000', '201348.610000', '201348.612000', '201348.615000', '201348.618000', '201348.620000', '201348.623000', '201348.625000', '201348.628000', '201348.630000', '201348.633000', '201348.636000', '201348.638000', '201348.641000', '201348.643000', '201348.646000', '201348.648000', '201348.651000', '201348.654000', '201348.656000', '201348.659000', '201348.662000', '201348.664000', '201348.667000', '201348.669000', '201348.672000', '201348.674000', '201348.677000', '201348.679000', '201348.682000', '201348.684000', '201348.687000', '201408.578000', '201408.581000', '201408.584000', '201408.586000', '201408.589000', '201408.591000', '201408.594000', '201408.597000', '201408.599000', '201408.602000', '201408.604000', '201408.607000', '201408.610000', '201408.612000', '201408.615000', '201408.617000', '201408.633000', '201408.635000', '201408.638000', '201408.640000', '201408.643000', '201408.646000', '201408.648000', '201408.651000', '201408.653000', '201408.656000', '201408.658000', '201408.661000', '201408.664000', '201408.666000', '201408.669000', '201408.671000', '201408.674000', '201408.677000', '201408.679000', '201408.682000', '201408.684000', '201408.687000', '201408.690000', '201408.692000', '201408.695000', '201408.697000', '201408.700000', '201408.703000', '201428.579000', '201428.582000', '201428.585000', '201428.587000', '201428.590000', '201428.592000', '201428.595000', '201428.598000', '201428.601000', '201428.603000', '201428.606000', '201428.608000', '201428.611000', '201428.614000', '201428.616000', '201428.619000', '201428.621000', '201428.624000', '201428.626000', '201428.629000', '201428.632000', '201428.634000', '201428.637000', '201428.639000', '201428.642000', '201428.644000', '201428.647000', '201428.650000', '201428.652000', '201428.655000', '201428.657000', '201428.660000', '201428.662000', '201428.665000', '201428.667000', '201428.670000', '201428.673000', '201428.675000', '201428.678000', '201428.680000', '201428.683000', '201428.686000', '201428.688000', '201448.581000', '201448.584000', '201448.586000', '201448.589000', '201448.591000', '201448.594000', '201448.597000', '201448.599000', '201448.602000', '201448.604000', '201448.607000', '201448.610000', '201448.612000', '201448.615000', '201448.617000', '201448.620000', '201448.623000', '201448.625000', '201448.628000', '201448.630000', '201448.633000', '201448.636000', '201448.638000', '201448.641000', '201448.643000', '201448.646000', '201448.648000', '201448.651000', '201448.654000', '201448.656000', '201448.659000', '201448.661000', '201448.664000', '201448.666000', '201448.669000', '201448.672000', '201448.674000', '201448.677000', '201448.679000', '201448.682000', '201448.684000', '201448.687000', '201448.690000', '201448.692000', '201508.579000', '201508.581000', '201508.584000', '201508.586000', '201508.589000', '201508.592000', '201508.594000', '201508.597000', '201508.600000', '201508.602000', '201508.605000', '201508.607000', '201508.610000', '201508.613000', '201508.615000', '201508.618000', '201508.620000', '201508.623000', '201508.625000', '201508.628000', '201508.631000', '201508.633000', '201508.636000', '201508.638000', '201508.641000', '201508.644000', '201508.646000', '201508.649000', '201508.651000', '201508.654000', '201508.657000', '201508.659000', '201508.662000', '201508.664000', '201508.667000', '201508.670000', '201508.672000', '201508.675000', '201508.678000', '201508.680000', '201508.683000', '201508.686000', '201508.688000', '201528.579000', '201528.581000', '201528.584000', '201528.587000', '201528.589000', '201528.592000', '201528.594000', '201528.597000', '201528.600000', '201528.602000', '201528.605000', '201528.608000', '201528.610000', '201528.613000', '201528.615000', '201528.618000', '201528.621000', '201528.623000', '201528.626000', '201528.629000', '201528.631000', '201528.634000', '201528.636000', '201528.639000', '201528.642000', '201528.644000', '201528.647000', '201528.650000', '201528.652000', '201528.655000', '201528.657000', '201528.660000', '201528.663000', '201528.665000', '201528.668000', '201528.670000', '201528.673000', '201528.676000', '201528.678000', '201528.681000', '201528.683000', '201528.686000', '201528.689000', '201528.695000', '201548.579000', '201548.582000', '201548.584000', '201548.587000', '201548.590000', '201548.592000', '201548.595000', '201548.598000', '201548.600000', '201548.603000', '201548.606000', '201548.608000', '201548.611000', '201548.613000', '201548.616000', '201548.619000', '201548.621000', '201548.624000', '201548.626000', '201548.629000', '201548.631000', '201548.634000', '201548.637000', '201548.639000', '201548.642000', '201548.644000', '201548.647000', '201548.650000', '201548.652000', '201548.655000', '201548.657000', '201548.660000', '201548.662000', '201548.665000', '201548.668000', '201548.670000', '201548.673000', '201548.676000', '201548.678000', '201548.681000', '201548.684000', '201548.686000', '201548.689000', '201608.578000', '201608.582000', '201608.585000', '201608.588000', '201608.591000', '201608.593000', '201608.596000', '201608.599000', '201608.602000', '201608.604000', '201608.607000', '201608.610000', '201608.612000', '201608.616000', '201608.619000', '201608.621000', '201608.624000', '201608.627000', '201608.629000', '201608.632000', '201608.634000', '201608.637000', '201608.640000', '201608.642000', '201608.645000', '201608.647000', '201608.650000', '201608.653000', '201608.655000', '201608.658000', '201608.660000', '201608.663000', '201608.665000', '201608.668000', '201608.671000', '201608.674000', '201608.676000', '201608.679000', '201608.681000', '201608.684000', '201608.686000', '201608.689000', '201608.692000', '201628.579000', '201628.581000', '201628.584000', '201628.587000', '201628.589000', '201628.592000', '201628.594000', '201628.597000', '201628.599000', '201628.602000', '201628.605000', '201628.607000', '201628.610000', '201628.612000', '201628.615000', '201628.617000', '201628.620000', '201628.623000', '201628.625000', '201628.628000', '201628.630000', '201628.633000', '201628.635000', '201628.638000', '201628.641000', '201628.643000', '201628.646000', '201628.648000', '201628.651000', '201628.654000', '201628.656000', '201628.659000', '201628.661000', '201628.664000', '201628.666000', '201628.669000', '201628.672000', '201628.674000', '201628.677000', '201628.679000', '201628.682000', '201628.685000', '201628.687000', '201628.690000', '201648.580000', '201648.583000', '201648.586000', '201648.589000', '201648.592000', '201648.595000', '201648.598000', '201648.600000', '201648.603000', '201648.606000', '201648.608000', '201648.611000', '201648.613000', '201648.616000', '201648.618000', '201648.621000', '201648.624000', '201648.626000', '201648.629000', '201648.631000', '201648.634000', '201648.637000', '201648.639000', '201648.642000', '201648.645000', '201648.647000', '201648.650000', '201648.652000', '201648.655000', '201648.657000', '201648.660000', '201648.663000', '201648.665000', '201648.668000', '201648.670000', '201648.673000', '201648.675000', '201648.678000', '201648.681000', '201648.683000', '201648.686000', '201648.688000', '201648.691000', '201708.579000', '201708.582000', '201708.585000', '201708.587000', '201708.590000', '201708.593000', '201708.595000', '201708.598000', '201708.622000', '201708.624000', '201708.627000', '201708.630000', '201708.632000', '201708.635000', '201708.637000', '201708.640000', '201708.642000', '201708.645000', '201708.647000', '201708.650000', '201708.653000', '201708.656000', '201708.658000', '201708.661000', '201708.664000', '201708.666000', '201708.669000', '201708.671000', '201708.674000', '201708.677000', '201708.679000', '201708.682000', '201708.684000', '201708.687000', '201708.690000', '201708.692000', '201708.695000', '201708.697000', '201708.700000', '201708.703000', '201708.705000', '201708.708000', '201708.710000', '201708.713000', '201728.578000', '201728.581000', '201728.584000', '201728.586000', '201728.589000', '201728.592000', '201728.595000', '201728.598000', '201728.601000', '201728.604000', '201728.607000', '201728.609000', '201728.612000', '201728.615000', '201728.617000', '201728.620000', '201728.622000', '201728.625000', '201728.628000', '201728.630000', '201728.633000', '201728.635000', '201728.638000', '201728.640000', '201728.643000', '201728.646000', '201728.648000', '201728.651000', '201728.653000', '201728.657000', '201728.660000', '201728.662000', '201728.665000', '201728.668000', '201728.670000', '201728.673000', '201728.675000', '201728.678000', '201728.680000', '201728.683000', '201728.686000', '201728.688000', '201728.691000', '201748.579000', '201748.581000', '201748.584000', '201748.587000', '201748.590000', '201748.592000', '201748.595000', '201748.597000', '201748.600000', '201748.603000', '201748.605000', '201748.608000', '201748.610000', '201748.613000', '201748.616000', '201748.618000', '201748.621000', '201748.623000', '201748.626000', '201748.629000', '201748.631000', '201748.634000', '201748.637000', '201748.639000', '201748.643000', '201748.646000', '201748.648000', '201748.651000', '201748.654000', '201748.657000', '201748.659000', '201748.662000', '201748.664000', '201748.667000', '201748.669000', '201748.672000', '201748.675000', '201748.677000', '201748.680000', '201748.682000', '201748.685000', '201748.687000', '201748.690000', '201748.692000', '201808.578000', '201808.581000', '201808.584000', '201808.587000', '201808.589000', '201808.592000', '201808.594000', '201808.597000', '201808.600000', '201808.602000', '201808.605000', '201808.608000', '201808.610000', '201808.613000', '201808.615000', '201808.618000', '201808.620000', '201808.623000', '201808.626000', '201808.628000', '201808.631000', '201808.633000', '201808.636000', '201808.638000', '201808.641000', '201808.644000', '201808.646000', '201808.649000', '201808.652000', '201808.655000', '201808.658000', '201808.661000', '201808.663000', '201808.666000', '201808.669000', '201808.671000', '201808.674000', '201808.677000', '201808.679000', '201808.682000', '201808.685000', '201808.687000', '201808.690000', '201828.578000', '201828.581000', '201828.584000', '201828.586000', '201828.589000', '201828.592000', '201828.594000', '201828.597000', '201828.599000', '201828.602000', '201828.604000', '201828.607000', '201828.609000', '201828.612000', '201828.615000', '201828.617000', '201828.620000', '201828.622000', '201828.625000', '201828.640000', '201828.643000', '201828.645000', '201828.648000', '201828.650000', '201828.653000', '201828.656000', '201828.658000', '201828.661000', '201828.663000', '201828.666000', '201828.668000', '201828.671000', '201828.674000', '201828.676000', '201828.679000', '201828.681000', '201828.684000', '201828.686000', '201828.689000', '201828.691000', '201828.694000', '201828.697000', '201828.699000', '201828.702000', '201848.578000', '201848.581000', '201848.584000', '201848.586000', '201848.589000', '201848.591000', '201848.594000', '201848.597000', '201848.599000', '201848.602000', '201848.604000', '201848.607000', '201848.610000', '201848.612000', '201848.615000', '201848.618000', '201848.620000', '201848.623000', '201848.626000', '201848.628000', '201848.631000', '201848.633000', '201848.636000', '201848.638000', '201848.641000', '201848.644000', '201848.647000', '201848.650000', '201848.653000', '201848.656000', '201848.658000', '201848.661000', '201848.664000', '201848.666000', '201848.669000', '201848.672000', '201848.674000', '201848.677000', '201848.679000', '201848.682000', '201848.684000', '201848.687000', '201848.690000', '201908.579000', '201908.582000', '201908.585000', '201908.587000', '201908.590000', '201908.593000', '201908.595000', '201908.598000', '201908.601000', '201908.603000', '201908.606000', '201908.609000', '201908.611000', '201908.614000', '201908.616000', '201908.619000', '201908.622000', '201908.624000', '201908.627000', '201908.630000', '201908.632000', '201908.635000', '201908.637000', '201908.640000', '201908.643000', '201908.645000', '201908.648000', '201908.650000', '201908.653000', '201908.656000', '201908.658000', '201908.661000', '201908.663000', '201908.666000', '201908.669000', '201908.671000', '201908.674000', '201908.686000', '201908.688000', '201908.691000', '201908.693000', '201908.696000', '201908.699000', '201908.701000', '201928.580000', '201928.582000', '201928.585000', '201928.588000', '201928.590000', '201928.593000', '201928.595000', '201928.598000', '201928.600000', '201928.603000', '201928.606000', '201928.608000', '201928.611000', '201928.613000', '201928.616000', '201928.618000', '201928.621000', '201928.624000', '201928.626000', '201928.629000', '201928.631000', '201928.634000', '201928.636000', '201928.639000', '201928.642000', '201928.644000', '201928.647000', '201928.649000', '201928.652000', '201928.655000', '201928.657000', '201928.660000', '201928.662000', '201928.665000', '201928.668000', '201928.670000', '201928.673000', '201928.676000', '201928.678000', '201928.681000', '201928.683000', '201928.686000', '201928.688000', '201948.579000', '201948.581000', '201948.584000', '201948.587000', '201948.590000', '201948.592000', '201948.595000', '201948.597000', '201948.600000', '201948.603000', '201948.605000', '201948.608000', '201948.610000', '201948.613000', '201948.615000', '201948.627000', '201948.629000', '201948.632000', '201948.635000', '201948.637000', '201948.640000', '201948.642000', '201948.645000', '201948.648000', '201948.650000', '201948.653000', '201948.656000', '201948.658000', '201948.661000', '201948.663000', '201948.666000', '201948.669000', '201948.671000', '201948.674000', '201948.677000', '201948.679000', '201948.682000', '201948.684000', '201948.687000', '201948.690000', '201948.692000', '201948.695000', '201948.698000', '201948.700000', '202004.098000', '202004.101000', '202004.104000', '202004.107000', '202004.110000', '202004.113000', '202004.115000', '202004.118000', '202004.122000', '202004.124000', '202004.127000', '202004.135000', '202004.138000', '202004.140000', '202004.143000', '202004.146000', '202004.148000', '202004.151000', '202004.154000', '202004.156000', '202004.159000', '202004.162000', '202004.164000', '202004.167000', '202004.170000', '202004.173000', '202004.176000', '202004.179000', '202004.181000', '202004.184000', '202004.187000', '202004.189000', '202004.192000', '202004.195000'], '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': [13387, 9839, 12574, 8907, 13796, 9458, 14540, 9024, 12835, 8572, 15143, 11440, 13500, 9635, 12694, 10093, 13610, 11845, 9087, 11485, 10030, 14602, 9610, 13919, 8711, 13560, 8729, 14590, 10237, 13799, 9069, 14741, 12590, 9770, 11609, 8559, 13545, 10054, 14171, 9072, 14154, 10164, 15783, 12970, 15559, 10108, 14977, 9921, 16052, 12909, 9045, 11534, 8501, 14542, 10311, 14370, 10170, 14274, 11000, 16190, 13083, 15751, 10044, 12271, 11822, 10662, 12921, 8741, 12527, 8268, 15100, 9390, 14168, 7902, 13442, 8873, 14885, 9747, 14136, 9061, 14650, 10617, 14604, 9074, 9814, 11643, 7933, 12732, 12993, 9036, 13807, 10017, 10773, 11446, 14679, 13169, 9415, 13266, 9191, 15100, 10914, 15402, 10580, 14364, 9482, 16225, 11973, 9043, 11964, 8397, 14866, 8239, 14835, 10584, 15317, 10689, 14490, 10802, 16171, 13388, 17532, 10971, 15244, 9887, 16710, 13536, 9516, 11650, 8601, 12291, 8761, 14614, 8319, 12621, 9082, 15333, 12208, 14990, 9735, 15092, 9785, 16324, 12663, 13005, 9802, 11349, 10603, 13024, 12428, 8840, 11817, 8372, 13342, 8989, 14322, 8475, 12468, 8300, 14369, 8518, 14179, 8365, 13876, 8213, 13787, 8444, 12651, 7808, 12186, 8555, 13358, 8800, 12124, 8611, 14301, 11878, 13237, 9188, 9299, 11843, 10786, 14271, 9237, 14291, 10623, 16437, 13667, 16857, 10401, 14544, 12289, 13794, 12855, 8837, 12858, 8591, 15319, 12361, 15144, 10393, 15241, 10039, 16160, 13016, 9011, 11500, 8073, 14138, 9193, 14585, 8809, 13806, 8360, 15080, 11411, 14257, 9904, 13911, 9857, 15603, 11989, 13444, 9083, 12617, 10178, 11131, 12994, 8324, 11595, 8456, 14416, 12411, 12662, 9566, 9300, 12000, 10130, 14285, 9303, 14597, 10187, 15742, 12624, 17286, 11081, 15740, 11094, 16285, 13354, 15463, 9904, 11756, 10765, 11587, 12367, 8368, 14036, 8021, 14324, 10141, 14217, 8734, 14539, 8339, 14430, 10158, 14409, 9310, 12966, 9212, 15062, 11517, 14417, 9325, 13903, 10031, 14806, 10795, 13737, 9081, 14322, 10832, 13774, 11954, 10064, 11014, 12310, 13415, 9155, 12801, 9017, 13296, 10248, 15054, 9015, 14222, 8175, 12611, 8915, 14119, 8360, 13828, 7871, 13932, 9478, 13994, 8740, 13330, 9140, 14787, 12103, 14451, 8988, 14568, 9636, 15530, 12311, 9247, 11274, 10293, 13874, 11067, 13846, 8765, 13252, 8922, 15273, 11899, 15032, 10401, 15173, 10912, 16777, 12845, 13114, 10225, 11324, 11400, 13312, 12559, 9052, 11298, 8759, 12630, 9155, 14600, 8737, 14850, 8603, 8869, 11648, 10942, 16100, 11746, 14687, 10735, 17274, 13318, 13831, 11511, 9164, 12220, 8293, 14854, 9235, 13831, 8760, 10034, 10377, 10376, 13007, 7795, 12960, 9925, 16230, 12451, 9253, 10951, 8834, 14027, 10847, 13992, 9014, 13313, 8907, 15363, 10356, 15032, 8814, 13791, 9653, 15387, 11166, 14509, 9989, 15954, 13011, 15794, 10214, 14859, 9452, 15219, 11561, 8868, 10785, 8460, 13200, 9534, 13853, 8464, 12848, 9367, 15264, 12427, 15177, 10519, 15141, 11194, 16456, 12599, 13911, 9873, 13821, 11488, 13297, 12114, 9114, 11353, 8054, 13888, 8935, 13569, 8524, 12417, 9878, 14718, 11641, 14619, 9236, 15376, 11082, 16792, 11582, 13115, 10106, 13604, 13066, 9873, 12843, 8536, 15029, 8606, 15283, 10379, 14492, 10127, 15640, 11714, 17597, 12434, 12389, 10344, 14931, 12981, 10332, 10711, 12190, 10343, 15147, 12334, 8636, 9888, 8619, 11449, 10079, 11971, 8108, 10835, 8716, 13753, 11174, 12229, 9383, 9709, 12506, 11067, 15003, 8814, 14298, 9874, 16691, 11228, 16607, 11229, 15373, 10910, 7945, 15116, 12467, 9278, 11889, 8589, 13562, 11751, 14395, 8828, 13575, 9222, 14009, 13870, 13548, 9238, 12012, 8409, 12146, 8725, 14007, 8631, 12022, 8193, 13375, 9246, 14488, 9786, 12620, 8926, 13772, 11695, 11804, 11710, 9091, 11840, 10065, 14869, 9748, 14556, 8977, 13569, 8490, 15000, 11378, 14447, 9982, 15090, 9669, 16244, 12320, 10076, 10312, 9464, 13316, 9108, 13965, 8009, 12791, 10043, 15387, 12472, 15174, 9701, 15378, 10758, 16447, 11582, 13583, 9399, 15000, 11215, 10965, 9655, 8650, 11176, 10851, 13271, 8871, 11730, 8710, 13052, 10799, 13193, 9534, 11964, 9214, 14076, 8450, 13056, 8434, 13475, 10710, 15259, 9994, 11188, 9800, 11844, 13104, 8611, 14459, 8877, 15438, 11158, 15743, 11060, 15513, 11123, 17228, 13136, 14904, 10936, 9606, 11390, 11372, 13800, 8340, 12331, 7860, 14463, 10393, 14463, 9656, 14244, 9799, 15695, 12561, 15605, 9721, 15623, 10504, 16338, 12617, 14400, 9369, 10948, 10730, 10891, 12725, 7733, 11638, 8788, 14439, 11700, 15037, 10407, 14864, 11240, 16465, 13227, 16787, 10399, 15486, 10352, 16592, 13194, 15162, 9511, 12783, 9282, 14874, 11751, 9264, 10149, 8491, 10646, 10590, 13744, 8584, 12139, 8381, 13692, 11620, 16314, 11574, 10565, 11289, 11311, 12212, 8301, 15404, 15319, 9837, 10761, 11920, 8153, 13263, 11143, 15140, 9082, 13805, 8947, 14493, 10362, 14648, 9117, 12882, 8209, 15095, 9652, 14352, 8052, 12324, 8848, 14507, 10858, 13546, 9148, 13225, 8978, 14605, 10959, 13952, 9217, 13487, 9175, 15042, 10881, 14205, 8794, 14106, 9120, 15197, 11397, 8661, 10514, 8210, 13856, 9774, 13765, 10230, 15242, 11257, 17362, 13029, 16986, 10673, 16673, 12276, 17599, 13418, 16693, 9939, 15638, 10733, 16176, 11884, 11486, 9355, 9197, 11102, 10721, 11856, 9104, 11098, 9430, 13386, 9621, 13716, 8548, 14374, 8497, 14698, 9931, 13972, 8450, 13216, 8626, 14870, 10195, 14159, 8888, 13367, 9572, 14384, 10452, 13826, 8927, 14665, 10553, 14667, 9790, 13807, 8786, 14407, 11582, 10949, 11503, 8782, 12211, 9613, 14675, 9675, 14934, 10674, 15511, 12724, 17082, 11984, 14974, 9938, 14842, 13500, 10708, 12594, 8420, 13347, 9823, 15183, 9614, 14927, 10206, 14967, 10439, 14965, 10323, 14582, 9474, 13941, 11093, 14660, 9645, 14149, 9050, 14253, 11796, 10189, 11563, 8336, 11371, 12752, 13137, 8746, 11645, 8642, 12074, 9712, 14623, 7760, 12221, 7712, 13516, 9691, 13927, 9059, 13542, 9043, 15238, 11728, 13195, 9896, 10120, 10598, 13655, 12863, 9400, 11870, 9545, 13541, 13636, 13531, 8561, 12535, 8751, 13301, 10899, 14343, 9659, 12031, 9354, 11252, 8345, 10363, 13712, 8503, 13478, 8860, 12580, 11145, 15547, 12784, 8752, 13522, 8420, 14727, 10848, 14655, 10169, 13957, 10146, 16053, 12274, 11279, 10000, 8686, 11350, 11074, 13627, 8403, 14799, 8297, 15226, 10365, 14761, 10468, 14424, 9758, 15874, 12199, 9407, 9991, 8652, 11953, 11130, 13465, 8541, 14413, 8274, 15072, 9748, 14967, 9354, 14123, 9386, 14943, 12079, 14588, 9697, 14673, 9782, 15566, 12586, 14808, 9238, 12836, 8973, 15360, 11440, 12158, 9392, 11756, 9662, 14964, 12754, 8710, 10808, 9968, 11147, 13320, 12806, 8994, 11841, 8464, 13238, 8796, 14367, 9999, 14058, 9934, 15969, 12685, 17328, 10712, 15498, 11278, 16742, 13395, 8651, 11147, 8538, 12928, 10526, 13899, 8392, 14709, 8171, 14673, 9949, 13579, 8906, 13014, 8356, 14512, 10416, 14043, 8948, 12900, 8886, 14551, 10697, 10293, 9033, 8566, 11336, 9558, 13068, 8471, 12778, 8377, 14653, 10630, 15551, 9501, 14006, 8738, 14388, 10952, 14323, 9108, 12246, 8367, 14536, 9628, 13184, 8542, 12646, 9390, 15416, 11931, 16468, 9936, 15080, 10291, 16985, 12817, 14731, 10201, 14409, 10813, 16294, 12679, 12748, 10221, 14797, 12542, 17263, 12951, 9279, 10734, 8965, 12221, 9596, 12430, 8699, 11119, 9197, 13186, 11024, 12880, 8888, 11689, 8349, 14469, 9718, 13863, 8307, 12693, 8979, 14661, 11690, 14085, 9705, 14295, 10273, 15840, 12351, 13752, 9826, 10451, 11476, 11087, 12834, 8023, 13684, 8463, 14933, 10584, 15206, 10331, 14463, 10372, 15590, 12733, 14531, 9546, 14514, 9171, 15484, 11894, 13867, 8965, 13727, 9324, 14459, 10157, 8559, 9266, 8546, 10965, 13767, 11747, 9097], 'WindowCenter': [4729.0, 4671.0, 4676.0, 4632.0, 4682.0, 4641.0, 4668.0, 4629.0, 4656.0, 4629.0, 4678.0, 4647.0, 4668.0, 4637.0, 4656.0, 4639.0, 4656.0, 4647.0, 4616.0, 4647.0, 4627.0, 4667.0, 4624.0, 4655.0, 4604.0, 4655.0, 4618.0, 4666.0, 4634.0, 4656.0, 4627.0, 4667.0, 4658.0, 4626.0, 4648.0, 4619.0, 4669.0, 4629.0, 4668.0, 4618.0, 4656.0, 4638.0, 4665.0, 4656.0, 4665.0, 4626.0, 4665.0, 4636.0, 4664.0, 4655.0, 4616.0, 4646.0, 4616.0, 4666.0, 4626.0, 4665.0, 4626.0, 4655.0, 4635.0, 4663.0, 4655.0, 4664.0, 4626.0, 4644.0, 4645.0, 4625.0, 4643.0, 4603.0, 4641.0, 4602.0, 4654.0, 4614.0, 4651.0, 4593.0, 4642.0, 4604.0, 4652.0, 4612.0, 4639.0, 4603.0, 4650.0, 4621.0, 4652.0, 4605.0, 4625.0, 4646.0, 4605.0, 4656.0, 4669.0, 4630.0, 4667.0, 4640.0, 4646.0, 4661.0, 4669.0, 4658.0, 4616.0, 4648.0, 4615.0, 4664.0, 4624.0, 4654.0, 4622.0, 4652.0, 4613.0, 4662.0, 4634.0, 4602.0, 4642.0, 4606.0, 4666.0, 4607.0, 4668.0, 4636.0, 4666.0, 4634.0, 4653.0, 4635.0, 4664.0, 4643.0, 4664.0, 4624.0, 4652.0, 4615.0, 4660.0, 4644.0, 4603.0, 4633.0, 4592.0, 4643.0, 4602.0, 4651.0, 4594.0, 4643.0, 4616.0, 4664.0, 4646.0, 4654.0, 4616.0, 4653.0, 4626.0, 4653.0, 4646.0, 4642.0, 4612.0, 4621.0, 4634.0, 4643.0, 4644.0, 4603.0, 4631.0, 4594.0, 4654.0, 4604.0, 4654.0, 4592.0, 4642.0, 4605.0, 4650.0, 4604.0, 4652.0, 4592.0, 4653.0, 4602.0, 4654.0, 4605.0, 4642.0, 4595.0, 4646.0, 4615.0, 4655.0, 4616.0, 4643.0, 4618.0, 4666.0, 4648.0, 4657.0, 4627.0, 4627.0, 4656.0, 4647.0, 4669.0, 4628.0, 4666.0, 4637.0, 4666.0, 4656.0, 4663.0, 4625.0, 4652.0, 4646.0, 4644.0, 4645.0, 4603.0, 4642.0, 4604.0, 4652.0, 4644.0, 4651.0, 4623.0, 4652.0, 4614.0, 4663.0, 4643.0, 4602.0, 4632.0, 4592.0, 4654.0, 4615.0, 4652.0, 4602.0, 4641.0, 4605.0, 4654.0, 4634.0, 4650.0, 4623.0, 4653.0, 4624.0, 4661.0, 4646.0, 4642.0, 4615.0, 4643.0, 4625.0, 4634.0, 4656.0, 4607.0, 4645.0, 4616.0, 4666.0, 4657.0, 4656.0, 4626.0, 4626.0, 4657.0, 4635.0, 4668.0, 4626.0, 4665.0, 4624.0, 4665.0, 4646.0, 4664.0, 4624.0, 4650.0, 4624.0, 4651.0, 4644.0, 4641.0, 4613.0, 4631.0, 4623.0, 4633.0, 4632.0, 4593.0, 4652.0, 4594.0, 4655.0, 4623.0, 4654.0, 4603.0, 4653.0, 4594.0, 4654.0, 4621.0, 4642.0, 4612.0, 4640.0, 4614.0, 4653.0, 4634.0, 4650.0, 4614.0, 4651.0, 4625.0, 4652.0, 4634.0, 4654.0, 4616.0, 4655.0, 4634.0, 4653.0, 4645.0, 4614.0, 4633.0, 4633.0, 4655.0, 4614.0, 4642.0, 4603.0, 4644.0, 4613.0, 4653.0, 4591.0, 4642.0, 4591.0, 4643.0, 4603.0, 4643.0, 4593.0, 4643.0, 4595.0, 4655.0, 4615.0, 4651.0, 4605.0, 4653.0, 4616.0, 4654.0, 4645.0, 4654.0, 4615.0, 4663.0, 4626.0, 4663.0, 4647.0, 4615.0, 4635.0, 4625.0, 4652.0, 4634.0, 4652.0, 4604.0, 4643.0, 4614.0, 4664.0, 4635.0, 4652.0, 4623.0, 4653.0, 4635.0, 4663.0, 4645.0, 4641.0, 4622.0, 4623.0, 4634.0, 4641.0, 4632.0, 4602.0, 4621.0, 4603.0, 4646.0, 4614.0, 4654.0, 4602.0, 4665.0, 4617.0, 4617.0, 4658.0, 4650.0, 4679.0, 4660.0, 4667.0, 4638.0, 4676.0, 4657.0, 4653.0, 4635.0, 4614.0, 4644.0, 4594.0, 4654.0, 4614.0, 4652.0, 4604.0, 4622.0, 4637.0, 4636.0, 4654.0, 4597.0, 4656.0, 4640.0, 4678.0, 4659.0, 4626.0, 4639.0, 4618.0, 4667.0, 4637.0, 4658.0, 4606.0, 4654.0, 4615.0, 4656.0, 4624.0, 4651.0, 4603.0, 4642.0, 4613.0, 4652.0, 4624.0, 4639.0, 4612.0, 4651.0, 4642.0, 4651.0, 4611.0, 4640.0, 4614.0, 4650.0, 4634.0, 4602.0, 4633.0, 4603.0, 4654.0, 4615.0, 4654.0, 4594.0, 4641.0, 4616.0, 4653.0, 4644.0, 4651.0, 4623.0, 4653.0, 4635.0, 4651.0, 4634.0, 4642.0, 4612.0, 4642.0, 4634.0, 4643.0, 4633.0, 4603.0, 4633.0, 4594.0, 4655.0, 4614.0, 4643.0, 4605.0, 4642.0, 4627.0, 4664.0, 4644.0, 4653.0, 4616.0, 4664.0, 4635.0, 4665.0, 4634.0, 4641.0, 4624.0, 4641.0, 4645.0, 4615.0, 4640.0, 4605.0, 4653.0, 4603.0, 4663.0, 4624.0, 4652.0, 4622.0, 4662.0, 4635.0, 4673.0, 4645.0, 4643.0, 4625.0, 4653.0, 4645.0, 4613.0, 4625.0, 4632.0, 4624.0, 4652.0, 4634.0, 4593.0, 4613.0, 4601.0, 4635.0, 4612.0, 4633.0, 4604.0, 4634.0, 4618.0, 4667.0, 4650.0, 4658.0, 4630.0, 4639.0, 4660.0, 4648.0, 4668.0, 4617.0, 4668.0, 4628.0, 4678.0, 4637.0, 4664.0, 4625.0, 4654.0, 4623.0, 4604.0, 4665.0, 4647.0, 4617.0, 4645.0, 4605.0, 4657.0, 4636.0, 4655.0, 4602.0, 4644.0, 4601.0, 4644.0, 4632.0, 4630.0, 4590.0, 4620.0, 4589.0, 4633.0, 4590.0, 4640.0, 4602.0, 4631.0, 4605.0, 4655.0, 4628.0, 4666.0, 4627.0, 4644.0, 4616.0, 4653.0, 4648.0, 4647.0, 4644.0, 4614.0, 4646.0, 4625.0, 4666.0, 4614.0, 4653.0, 4604.0, 4644.0, 4605.0, 4654.0, 4634.0, 4642.0, 4614.0, 4652.0, 4625.0, 4664.0, 4645.0, 4613.0, 4625.0, 4614.0, 4653.0, 4616.0, 4654.0, 4595.0, 4644.0, 4626.0, 4665.0, 4646.0, 4656.0, 4615.0, 4662.0, 4635.0, 4664.0, 4635.0, 4642.0, 4614.0, 4654.0, 4636.0, 4623.0, 4624.0, 4603.0, 4646.0, 4636.0, 4654.0, 4614.0, 4646.0, 4616.0, 4657.0, 4632.0, 4656.0, 4615.0, 4643.0, 4616.0, 4657.0, 4605.0, 4655.0, 4607.0, 4657.0, 4638.0, 4666.0, 4638.0, 4637.0, 4636.0, 4646.0, 4657.0, 4617.0, 4666.0, 4617.0, 4667.0, 4635.0, 4663.0, 4635.0, 4654.0, 4636.0, 4662.0, 4646.0, 4654.0, 4622.0, 4613.0, 4635.0, 4622.0, 4643.0, 4592.0, 4632.0, 4592.0, 4655.0, 4626.0, 4655.0, 4625.0, 4654.0, 4624.0, 4663.0, 4645.0, 4651.0, 4614.0, 4653.0, 4623.0, 4662.0, 4645.0, 4643.0, 4612.0, 4622.0, 4634.0, 4623.0, 4643.0, 4596.0, 4633.0, 4616.0, 4667.0, 4649.0, 4665.0, 4634.0, 4654.0, 4636.0, 4664.0, 4647.0, 4662.0, 4624.0, 4650.0, 4623.0, 4651.0, 4644.0, 4642.0, 4612.0, 4629.0, 4613.0, 4653.0, 4635.0, 4614.0, 4625.0, 4604.0, 4636.0, 4625.0, 4656.0, 4615.0, 4646.0, 4607.0, 4656.0, 4648.0, 4666.0, 4646.0, 4623.0, 4649.0, 4646.0, 4646.0, 4608.0, 4679.0, 4679.0, 4629.0, 4637.0, 4648.0, 4607.0, 4670.0, 4637.0, 4669.0, 4607.0, 4657.0, 4605.0, 4656.0, 4613.0, 4654.0, 4591.0, 4631.0, 4581.0, 4641.0, 4600.0, 4630.0, 4579.0, 4629.0, 4604.0, 4643.0, 4622.0, 4641.0, 4603.0, 4630.0, 4602.0, 4642.0, 4623.0, 4641.0, 4612.0, 4641.0, 4614.0, 4652.0, 4635.0, 4642.0, 4605.0, 4652.0, 4616.0, 4655.0, 4636.0, 4606.0, 4635.0, 4607.0, 4667.0, 4627.0, 4657.0, 4636.0, 4665.0, 4637.0, 4675.0, 4656.0, 4664.0, 4626.0, 4660.0, 4633.0, 4662.0, 4641.0, 4650.0, 4600.0, 4642.0, 4622.0, 4651.0, 4621.0, 4621.0, 4603.0, 4601.0, 4635.0, 4624.0, 4633.0, 4604.0, 4634.0, 4614.0, 4654.0, 4616.0, 4653.0, 4604.0, 4652.0, 4603.0, 4654.0, 4615.0, 4653.0, 4605.0, 4642.0, 4605.0, 4655.0, 4625.0, 4644.0, 4605.0, 4643.0, 4613.0, 4655.0, 4626.0, 4654.0, 4616.0, 4665.0, 4635.0, 4665.0, 4627.0, 4655.0, 4618.0, 4667.0, 4649.0, 4637.0, 4647.0, 4617.0, 4648.0, 4628.0, 4667.0, 4627.0, 4664.0, 4636.0, 4666.0, 4657.0, 4664.0, 4636.0, 4652.0, 4624.0, 4654.0, 4655.0, 4624.0, 4645.0, 4595.0, 4643.0, 4614.0, 4655.0, 4614.0, 4651.0, 4612.0, 4653.0, 4621.0, 4651.0, 4612.0, 4641.0, 4602.0, 4642.0, 4622.0, 4651.0, 4613.0, 4641.0, 4614.0, 4654.0, 4644.0, 4624.0, 4635.0, 4594.0, 4635.0, 4643.0, 4644.0, 4594.0, 4633.0, 4604.0, 4642.0, 4615.0, 4654.0, 4585.0, 4643.0, 4596.0, 4656.0, 4616.0, 4655.0, 4616.0, 4655.0, 4628.0, 4666.0, 4645.0, 4655.0, 4628.0, 4636.0, 4636.0, 4654.0, 4657.0, 4617.0, 4648.0, 4614.0, 4658.0, 4656.0, 4643.0, 4592.0, 4646.0, 4601.0, 4645.0, 4624.0, 4655.0, 4612.0, 4633.0, 4616.0, 4631.0, 4605.0, 4637.0, 4665.0, 4617.0, 4657.0, 4630.0, 4657.0, 4651.0, 4678.0, 4660.0, 4617.0, 4656.0, 4606.0, 4669.0, 4636.0, 4655.0, 4625.0, 4653.0, 4625.0, 4661.0, 4643.0, 4624.0, 4625.0, 4605.0, 4636.0, 4635.0, 4655.0, 4606.0, 4656.0, 4605.0, 4666.0, 4623.0, 4653.0, 4625.0, 4642.0, 4615.0, 4652.0, 4643.0, 4616.0, 4623.0, 4602.0, 4646.0, 4636.0, 4653.0, 4607.0, 4656.0, 4605.0, 4665.0, 4625.0, 4665.0, 4614.0, 4654.0, 4614.0, 4654.0, 4645.0, 4652.0, 4615.0, 4652.0, 4628.0, 4663.0, 4645.0, 4652.0, 4612.0, 4645.0, 4615.0, 4664.0, 4647.0, 4644.0, 4615.0, 4645.0, 4626.0, 4665.0, 4644.0, 4604.0, 4636.0, 4615.0, 4634.0, 4655.0, 4645.0, 4605.0, 4643.0, 4605.0, 4656.0, 4617.0, 4667.0, 4637.0, 4667.0, 4626.0, 4678.0, 4658.0, 4675.0, 4637.0, 4665.0, 4637.0, 4665.0, 4643.0, 4604.0, 4633.0, 4603.0, 4645.0, 4624.0, 4643.0, 4595.0, 4654.0, 4604.0, 4653.0, 4615.0, 4643.0, 4615.0, 4644.0, 4604.0, 4654.0, 4625.0, 4643.0, 4615.0, 4642.0, 4617.0, 4654.0, 4637.0, 4625.0, 4628.0, 4616.0, 4648.0, 4629.0, 4656.0, 4619.0, 4656.0, 4618.0, 4669.0, 4637.0, 4678.0, 4626.0, 4655.0, 4607.0, 4656.0, 4624.0, 4653.0, 4601.0, 4633.0, 4593.0, 4655.0, 4615.0, 4644.0, 4615.0, 4645.0, 4624.0, 4664.0, 4647.0, 4666.0, 4627.0, 4652.0, 4626.0, 4664.0, 4646.0, 4650.0, 4624.0, 4651.0, 4634.0, 4663.0, 4645.0, 4632.0, 4624.0, 4651.0, 4644.0, 4663.0, 4643.0, 4602.0, 4621.0, 4603.0, 4634.0, 4613.0, 4640.0, 4603.0, 4633.0, 4612.0, 4645.0, 4635.0, 4644.0, 4605.0, 4635.0, 4606.0, 4655.0, 4615.0, 4644.0, 4604.0, 4642.0, 4616.0, 4655.0, 4632.0, 4655.0, 4613.0, 4654.0, 4625.0, 4663.0, 4646.0, 4653.0, 4626.0, 4624.0, 4644.0, 4635.0, 4645.0, 4596.0, 4654.0, 4604.0, 4666.0, 4626.0, 4652.0, 4625.0, 4650.0, 4623.0, 4654.0, 4644.0, 4641.0, 4612.0, 4642.0, 4613.0, 4653.0, 4633.0, 4641.0, 4603.0, 4643.0, 4616.0, 4654.0, 4625.0, 4605.0, 4614.0, 4604.0, 4644.0, 4655.0, 4647.0, 4615.0], 'WindowWidth': [10339.0, 10239.0, 10236.0, 10167.0, 10234.0, 10173.0, 10206.0, 10154.0, 10186.0, 10154.0, 10218.0, 10177.0, 10202.0, 10161.0, 10184.0, 10165.0, 10184.0, 10173.0, 10129.0, 10172.0, 10146.0, 10199.0, 10137.0, 10181.0, 10111.0, 10181.0, 10135.0, 10194.0, 10152.0, 10182.0, 10148.0, 10199.0, 10189.0, 10144.0, 10176.0, 10138.0, 10207.0, 10149.0, 10202.0, 10133.0, 10182.0, 10162.0, 10195.0, 10183.0, 10192.0, 10141.0, 10193.0, 10158.0, 10192.0, 10182.0, 10128.0, 10170.0, 10131.0, 10198.0, 10141.0, 10192.0, 10142.0, 10180.0, 10155.0, 10189.0, 10181.0, 10189.0, 10139.0, 10163.0, 10165.0, 10137.0, 10159.0, 10105.0, 10156.0, 10105.0, 10177.0, 10119.0, 10168.0, 10091.0, 10157.0, 10108.0, 10169.0, 10116.0, 10150.0, 10105.0, 10167.0, 10129.0, 10171.0, 10110.0, 10137.0, 10169.0, 10113.0, 10184.0, 10207.0, 10156.0, 10202.0, 10169.0, 10173.0, 10197.0, 10207.0, 10190.0, 10128.0, 10172.0, 10123.0, 10192.0, 10133.0, 10175.0, 10129.0, 10168.0, 10120.0, 10186.0, 10149.0, 10103.0, 10160.0, 10113.0, 10196.0, 10118.0, 10202.0, 10156.0, 10196.0, 10150.0, 10174.0, 10151.0, 10189.0, 10160.0, 10189.0, 10134.0, 10170.0, 10122.0, 10179.0, 10161.0, 10102.0, 10143.0, 10088.0, 10160.0, 10101.0, 10169.0, 10094.0, 10158.0, 10126.0, 10189.0, 10167.0, 10177.0, 10125.0, 10173.0, 10141.0, 10174.0, 10166.0, 10155.0, 10116.0, 10127.0, 10148.0, 10157.0, 10162.0, 10102.0, 10140.0, 10095.0, 10177.0, 10106.0, 10176.0, 10090.0, 10157.0, 10110.0, 10167.0, 10107.0, 10171.0, 10089.0, 10174.0, 10105.0, 10176.0, 10109.0, 10158.0, 10098.0, 10169.0, 10127.0, 10178.0, 10130.0, 10161.0, 10135.0, 10197.0, 10175.0, 10185.0, 10147.0, 10146.0, 10186.0, 10173.0, 10205.0, 10147.0, 10196.0, 10159.0, 10197.0, 10182.0, 10188.0, 10138.0, 10171.0, 10167.0, 10163.0, 10164.0, 10104.0, 10156.0, 10109.0, 10172.0, 10162.0, 10166.0, 10131.0, 10169.0, 10120.0, 10184.0, 10159.0, 10101.0, 10143.0, 10090.0, 10177.0, 10122.0, 10172.0, 10104.0, 10154.0, 10112.0, 10174.0, 10148.0, 10164.0, 10132.0, 10171.0, 10134.0, 10182.0, 10168.0, 10157.0, 10123.0, 10160.0, 10139.0, 10150.0, 10181.0, 10116.0, 10166.0, 10131.0, 10197.0, 10186.0, 10181.0, 10144.0, 10143.0, 10187.0, 10154.0, 10202.0, 10143.0, 10193.0, 10138.0, 10194.0, 10166.0, 10189.0, 10133.0, 10163.0, 10133.0, 10166.0, 10159.0, 10152.0, 10116.0, 10139.0, 10131.0, 10144.0, 10143.0, 10091.0, 10170.0, 10095.0, 10180.0, 10132.0, 10175.0, 10104.0, 10170.0, 10095.0, 10175.0, 10126.0, 10155.0, 10115.0, 10150.0, 10122.0, 10172.0, 10148.0, 10163.0, 10120.0, 10167.0, 10137.0, 10172.0, 10149.0, 10176.0, 10127.0, 10177.0, 10151.0, 10175.0, 10166.0, 10120.0, 10147.0, 10146.0, 10177.0, 10118.0, 10157.0, 10102.0, 10160.0, 10115.0, 10170.0, 10083.0, 10156.0, 10086.0, 10160.0, 10103.0, 10158.0, 10090.0, 10158.0, 10096.0, 10179.0, 10123.0, 10169.0, 10112.0, 10173.0, 10127.0, 10175.0, 10166.0, 10176.0, 10124.0, 10189.0, 10142.0, 10188.0, 10170.0, 10124.0, 10152.0, 10139.0, 10174.0, 10148.0, 10172.0, 10107.0, 10159.0, 10122.0, 10190.0, 10150.0, 10169.0, 10132.0, 10172.0, 10151.0, 10186.0, 10162.0, 10152.0, 10129.0, 10131.0, 10148.0, 10152.0, 10143.0, 10100.0, 10125.0, 10105.0, 10168.0, 10121.0, 10173.0, 10104.0, 10194.0, 10130.0, 10131.0, 10190.0, 10182.0, 10220.0, 10193.0, 10197.0, 10161.0, 10209.0, 10182.0, 10174.0, 10149.0, 10118.0, 10162.0, 10093.0, 10176.0, 10121.0, 10170.0, 10108.0, 10132.0, 10158.0, 10154.0, 10178.0, 10105.0, 10183.0, 10166.0, 10214.0, 10191.0, 10142.0, 10162.0, 10133.0, 10200.0, 10158.0, 10187.0, 10111.0, 10176.0, 10124.0, 10180.0, 10133.0, 10166.0, 10104.0, 10157.0, 10118.0, 10168.0, 10132.0, 10147.0, 10114.0, 10166.0, 10155.0, 10166.0, 10112.0, 10151.0, 10121.0, 10164.0, 10148.0, 10102.0, 10147.0, 10107.0, 10177.0, 10123.0, 10177.0, 10094.0, 10155.0, 10127.0, 10173.0, 10162.0, 10165.0, 10130.0, 10170.0, 10149.0, 10168.0, 10146.0, 10153.0, 10113.0, 10156.0, 10147.0, 10157.0, 10143.0, 10103.0, 10145.0, 10095.0, 10177.0, 10120.0, 10158.0, 10111.0, 10156.0, 10143.0, 10190.0, 10164.0, 10174.0, 10126.0, 10190.0, 10153.0, 10192.0, 10149.0, 10154.0, 10133.0, 10155.0, 10162.0, 10121.0, 10152.0, 10107.0, 10173.0, 10106.0, 10188.0, 10133.0, 10169.0, 10129.0, 10185.0, 10151.0, 10201.0, 10162.0, 10158.0, 10135.0, 10172.0, 10162.0, 10116.0, 10134.0, 10140.0, 10134.0, 10168.0, 10145.0, 10089.0, 10118.0, 10099.0, 10149.0, 10116.0, 10145.0, 10108.0, 10150.0, 10135.0, 10199.0, 10180.0, 10189.0, 10155.0, 10165.0, 10195.0, 10176.0, 10204.0, 10131.0, 10201.0, 10146.0, 10218.0, 10154.0, 10186.0, 10134.0, 10173.0, 10132.0, 10108.0, 10192.0, 10170.0, 10128.0, 10166.0, 10111.0, 10186.0, 10152.0, 10176.0, 10101.0, 10158.0, 10097.0, 10158.0, 10139.0, 10135.0, 10077.0, 10120.0, 10078.0, 10142.0, 10080.0, 10149.0, 10101.0, 10141.0, 10110.0, 10179.0, 10147.0, 10196.0, 10144.0, 10163.0, 10127.0, 10174.0, 10172.0, 10169.0, 10163.0, 10123.0, 10167.0, 10139.0, 10195.0, 10121.0, 10174.0, 10107.0, 10160.0, 10109.0, 10176.0, 10147.0, 10155.0, 10119.0, 10170.0, 10138.0, 10189.0, 10163.0, 10117.0, 10136.0, 10121.0, 10174.0, 10126.0, 10174.0, 10097.0, 10162.0, 10141.0, 10192.0, 10167.0, 10178.0, 10123.0, 10185.0, 10152.0, 10189.0, 10149.0, 10156.0, 10121.0, 10174.0, 10152.0, 10132.0, 10136.0, 10107.0, 10168.0, 10154.0, 10179.0, 10121.0, 10168.0, 10127.0, 10186.0, 10144.0, 10180.0, 10121.0, 10161.0, 10126.0, 10184.0, 10111.0, 10177.0, 10116.0, 10183.0, 10160.0, 10196.0, 10160.0, 10157.0, 10156.0, 10169.0, 10187.0, 10130.0, 10195.0, 10129.0, 10197.0, 10152.0, 10187.0, 10150.0, 10176.0, 10154.0, 10186.0, 10165.0, 10173.0, 10129.0, 10117.0, 10150.0, 10129.0, 10159.0, 10088.0, 10143.0, 10093.0, 10178.0, 10139.0, 10177.0, 10137.0, 10175.0, 10138.0, 10186.0, 10165.0, 10168.0, 10120.0, 10172.0, 10133.0, 10183.0, 10164.0, 10155.0, 10115.0, 10128.0, 10146.0, 10131.0, 10160.0, 10098.0, 10146.0, 10130.0, 10197.0, 10174.0, 10192.0, 10150.0, 10175.0, 10155.0, 10190.0, 10168.0, 10184.0, 10133.0, 10164.0, 10131.0, 10166.0, 10158.0, 10152.0, 10114.0, 10134.0, 10117.0, 10170.0, 10149.0, 10120.0, 10136.0, 10107.0, 10153.0, 10136.0, 10182.0, 10123.0, 10167.0, 10115.0, 10180.0, 10174.0, 10196.0, 10167.0, 10134.0, 10175.0, 10170.0, 10166.0, 10120.0, 10218.0, 10219.0, 10149.0, 10157.0, 10174.0, 10119.0, 10208.0, 10157.0, 10204.0, 10114.0, 10182.0, 10107.0, 10180.0, 10116.0, 10174.0, 10083.0, 10136.0, 10070.0, 10150.0, 10092.0, 10133.0, 10063.0, 10130.0, 10106.0, 10156.0, 10127.0, 10150.0, 10102.0, 10135.0, 10102.0, 10155.0, 10129.0, 10150.0, 10114.0, 10151.0, 10121.0, 10168.0, 10149.0, 10156.0, 10110.0, 10171.0, 10126.0, 10177.0, 10152.0, 10112.0, 10151.0, 10118.0, 10199.0, 10144.0, 10183.0, 10154.0, 10193.0, 10159.0, 10207.0, 10181.0, 10190.0, 10138.0, 10179.0, 10145.0, 10182.0, 10153.0, 10163.0, 10093.0, 10152.0, 10127.0, 10165.0, 10125.0, 10125.0, 10103.0, 10099.0, 10148.0, 10133.0, 10145.0, 10107.0, 10147.0, 10121.0, 10176.0, 10127.0, 10174.0, 10107.0, 10171.0, 10106.0, 10177.0, 10123.0, 10170.0, 10109.0, 10156.0, 10110.0, 10178.0, 10136.0, 10159.0, 10110.0, 10158.0, 10120.0, 10175.0, 10139.0, 10175.0, 10125.0, 10191.0, 10152.0, 10191.0, 10142.0, 10179.0, 10132.0, 10197.0, 10176.0, 10157.0, 10170.0, 10130.0, 10173.0, 10146.0, 10200.0, 10142.0, 10189.0, 10153.0, 10193.0, 10183.0, 10191.0, 10153.0, 10171.0, 10134.0, 10174.0, 10178.0, 10134.0, 10162.0, 10096.0, 10159.0, 10119.0, 10176.0, 10120.0, 10167.0, 10116.0, 10169.0, 10126.0, 10165.0, 10112.0, 10151.0, 10099.0, 10153.0, 10127.0, 10165.0, 10116.0, 10154.0, 10120.0, 10173.0, 10163.0, 10134.0, 10148.0, 10093.0, 10150.0, 10158.0, 10160.0, 10091.0, 10144.0, 10104.0, 10157.0, 10121.0, 10175.0, 10082.0, 10159.0, 10100.0, 10179.0, 10127.0, 10176.0, 10127.0, 10179.0, 10148.0, 10195.0, 10168.0, 10180.0, 10146.0, 10155.0, 10156.0, 10177.0, 10184.0, 10129.0, 10171.0, 10122.0, 10185.0, 10179.0, 10161.0, 10089.0, 10166.0, 10100.0, 10165.0, 10133.0, 10177.0, 10113.0, 10143.0, 10124.0, 10140.0, 10109.0, 10158.0, 10196.0, 10133.0, 10185.0, 10152.0, 10187.0, 10183.0, 10216.0, 10192.0, 10129.0, 10183.0, 10113.0, 10201.0, 10152.0, 10177.0, 10136.0, 10170.0, 10137.0, 10182.0, 10160.0, 10133.0, 10137.0, 10108.0, 10153.0, 10151.0, 10179.0, 10112.0, 10179.0, 10110.0, 10194.0, 10131.0, 10172.0, 10134.0, 10155.0, 10122.0, 10169.0, 10160.0, 10124.0, 10133.0, 10103.0, 10168.0, 10152.0, 10175.0, 10114.0, 10182.0, 10111.0, 10193.0, 10139.0, 10192.0, 10121.0, 10172.0, 10121.0, 10174.0, 10164.0, 10169.0, 10122.0, 10169.0, 10143.0, 10185.0, 10163.0, 10169.0, 10117.0, 10161.0, 10124.0, 10190.0, 10171.0, 10163.0, 10125.0, 10163.0, 10142.0, 10192.0, 10165.0, 10108.0, 10154.0, 10121.0, 10151.0, 10178.0, 10165.0, 10110.0, 10160.0, 10110.0, 10181.0, 10130.0, 10198.0, 10158.0, 10197.0, 10144.0, 10214.0, 10188.0, 10207.0, 10156.0, 10191.0, 10156.0, 10189.0, 10160.0, 10106.0, 10145.0, 10103.0, 10164.0, 10134.0, 10160.0, 10095.0, 10174.0, 10108.0, 10174.0, 10122.0, 10158.0, 10121.0, 10159.0, 10106.0, 10173.0, 10134.0, 10156.0, 10122.0, 10156.0, 10129.0, 10176.0, 10156.0, 10139.0, 10147.0, 10130.0, 10176.0, 10150.0, 10186.0, 10137.0, 10184.0, 10135.0, 10205.0, 10160.0, 10218.0, 10142.0, 10179.0, 10116.0, 10180.0, 10133.0, 10172.0, 10098.0, 10143.0, 10091.0, 10177.0, 10124.0, 10160.0, 10124.0, 10164.0, 10140.0, 10192.0, 10172.0, 10196.0, 10142.0, 10171.0, 10140.0, 10190.0, 10166.0, 10166.0, 10133.0, 10166.0, 10149.0, 10186.0, 10163.0, 10140.0, 10132.0, 10167.0, 10160.0, 10184.0, 10157.0, 10100.0, 10125.0, 10102.0, 10146.0, 10116.0, 10151.0, 10104.0, 10146.0, 10116.0, 10165.0, 10150.0, 10161.0, 10108.0, 10149.0, 10112.0, 10179.0, 10123.0, 10161.0, 10107.0, 10155.0, 10127.0, 10176.0, 10145.0, 10175.0, 10119.0, 10174.0, 10137.0, 10186.0, 10167.0, 10174.0, 10139.0, 10135.0, 10163.0, 10150.0, 10164.0, 10100.0, 10176.0, 10108.0, 10193.0, 10139.0, 10169.0, 10135.0, 10164.0, 10132.0, 10173.0, 10160.0, 10152.0, 10116.0, 10154.0, 10120.0, 10171.0, 10145.0, 10152.0, 10103.0, 10156.0, 10126.0, 10175.0, 10137.0, 10110.0, 10123.0, 10109.0, 10167.0, 10179.0, 10170.0, 10124.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.0002400730593607306</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01563980301369863</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.31316843660881</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2480250588025585</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.997478496389396</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4616</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7432.3745</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0860660188223831</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.187214611872146</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4599482041921146</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3618720345976736</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7344800257140065</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2834925522646627</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.008042</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008852880448102951</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024212395772337914</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1095</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.901569481207509</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>29.409</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.2869</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.7035</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302134.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>792.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.1678</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2439</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.1544</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3844.7822</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4083.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74410.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1320.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5054.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1046.4949</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.30240484047681</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> |