=== 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-0107 --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-0107",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-02/func/sub-0107_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>ffdbe8157c377f459b97f2214814c09d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>14:39:57.012500</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.995457, 0.0745063, 0.0592865, -0.0718791, 0.996385, -0.045278]</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.0864549</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>[4217, -7792, -7257, 412, -137, -131, 44, 40]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>239.551</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>fbe2c459-5e6b-473c-a2b8-e9a69c9552a0||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.6707375049591064, -0.19284644722938538, 0.16860337555408478, 117.52903747558594], [-0.19989484548568726, 2.6732285022735596, -0.11018909513950348, -93.06896209716797], [0.15906140208244324, 0.12147743999958038, 2.692476749420166, -89.68680572509766], [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': ['143957.012500', '143957.472500', '143957.932500', '143958.392500', '143958.852500', '143959.312500', '143959.772500', '144000.232500', '144000.692500', '144001.152500', '144001.612500', '144002.072500', '144002.532500', '144002.992500', '144003.452500', '144003.912500', '144004.372500', '144004.832500', '144005.292500', '144005.752500', '144006.212500', '144006.672500', '144007.132500', '144007.592500', '144008.052500', '144008.512500', '144008.972500', '144009.432500', '144009.892500', '144010.352500', '144010.812500', '144011.272500', '144011.732500', '144012.192500', '144012.652500', '144013.112500', '144013.572500', '144014.032500', '144014.492500', '144014.952500', '144015.412500', '144015.872500', '144016.332500', '144016.792500', '144017.252500', '144017.712500', '144018.172500', '144018.632500', '144019.092500', '144019.552500', '144020.012500', '144020.472500', '144020.932500', '144021.392500', '144021.852500', '144022.312500', '144022.772500', '144023.232500', '144023.692500', '144024.152500', '144024.612500', '144025.072500', '144025.532500', '144025.992500', '144026.452500', '144026.912500', '144027.372500', '144027.832500', '144028.292500', '144028.752500', '144029.212500', '144029.672500', '144030.132500', '144030.592500', '144031.052500', '144031.512500', '144031.972500', '144032.432500', '144032.892500', '144033.352500', '144033.812500', '144034.272500', '144034.732500', '144035.192500', '144035.652500', '144036.112500', '144036.572500', '144037.032500', '144037.492500', '144037.952500', '144038.412500', '144038.872500', '144039.332500', '144039.792500', '144040.252500', '144040.712500', '144041.172500', '144041.632500', '144042.092500', '144042.552500', '144043.012500', '144043.472500', '144043.932500', '144044.392500', '144044.852500', '144045.312500', '144045.772500', '144046.232500', '144046.692500', '144047.152500', '144047.612500', '144048.072500', '144048.532500', '144048.992500', '144049.452500', '144049.912500', '144050.372500', '144050.832500', '144051.292500', '144051.752500', '144052.212500', '144052.672500', '144053.132500', '144053.592500', '144054.052500', '144054.512500', '144054.972500', '144055.432500', '144055.892500', '144056.352500', '144056.812500', '144057.272500', '144057.732500', '144058.192500', '144058.652500', '144059.112500', '144059.572500', '144100.032500', '144100.492500', '144100.952500', '144101.412500', '144101.872500', '144102.332500', '144102.792500', '144103.252500', '144103.712500', '144104.172500', '144104.632500', '144105.092500', '144105.552500', '144106.012500', '144106.472500', '144106.932500', '144107.392500', '144107.852500', '144108.312500', '144108.772500', '144109.232500', '144109.692500', '144110.152500', '144110.612500', '144111.072500', '144111.532500', '144111.992500', '144112.452500', '144112.912500', '144113.372500', '144113.832500', '144114.292500', '144114.752500', '144115.212500', '144115.672500', '144116.132500', '144116.592500', '144117.052500', '144117.512500', '144117.972500', '144118.432500', '144118.892500', '144119.352500', '144119.812500', '144120.272500', '144120.732500', '144121.192500', '144121.652500', '144122.112500', '144122.572500', '144123.032500', '144123.492500', '144123.952500', '144124.412500', '144124.872500', '144125.332500', '144125.792500', '144126.252500', '144126.712500', '144127.172500', '144127.632500', '144128.092500', '144128.552500', '144129.012500', '144129.472500', '144129.932500', '144130.392500', '144130.852500', '144131.312500', '144131.772500', '144132.232500', '144132.692500', '144133.152500', '144133.612500', '144134.072500', '144134.532500', '144134.992500', '144135.452500', '144135.912500', '144136.372500', '144136.832500', '144137.292500', '144137.752500', '144138.212500', '144138.672500', '144139.132500', '144139.592500', '144140.052500', '144140.512500', '144140.972500', '144141.432500', '144141.892500', '144142.352500', '144142.812500', '144143.272500', '144143.732500', '144144.192500', '144144.652500', '144145.112500', '144145.572500', '144146.032500', '144146.492500', '144146.952500', '144147.412500', '144147.872500', '144148.332500', '144148.792500', '144149.252500', '144149.712500', '144150.172500', '144150.632500', '144151.092500', '144151.552500', '144152.012500', '144152.472500', '144152.932500', '144153.392500', '144153.852500', '144154.312500', '144154.772500', '144155.232500', '144155.692500', '144156.152500', '144156.612500', '144157.072500', '144157.532500', '144157.992500', '144158.452500', '144158.912500', '144159.372500', '144159.832500', '144200.292500', '144200.752500', '144201.212500', '144201.672500', '144202.132500', '144202.592500', '144203.052500', '144203.512500', '144203.972500', '144204.432500', '144204.892500', '144205.352500', '144205.812500', '144206.272500', '144206.732500', '144207.192500', '144207.652500', '144208.112500', '144208.572500', '144209.032500', '144209.492500', '144209.952500', '144210.412500', '144210.872500', '144211.332500', '144211.792500', '144212.252500', '144212.712500', '144213.172500', '144213.632500', '144214.092500', '144214.552500', '144215.012500', '144215.472500', '144215.932500', '144216.392500', '144216.852500', '144217.312500', '144217.772500', '144218.232500', '144218.692500', '144219.152500', '144219.612500', '144220.072500', '144220.532500', '144220.992500', '144221.452500', '144221.912500', '144222.372500', '144222.832500', '144223.292500', '144223.752500', '144224.212500', '144224.672500', '144225.132500', '144225.592500', '144226.052500', '144226.512500', '144226.972500', '144227.432500', '144227.892500', '144228.352500', '144228.812500', '144229.272500', '144229.732500', '144230.192500', '144230.652500', '144231.112500', '144231.572500', '144232.032500', '144232.492500', '144232.952500', '144233.412500', '144233.872500', '144234.332500', '144234.792500', '144235.252500', '144235.712500', '144236.172500', '144236.632500', '144237.092500', '144237.552500', '144238.012500', '144238.472500', '144238.932500', '144239.392500', '144239.852500', '144240.312500', '144240.772500', '144241.232500', '144241.692500', '144242.152500', '144242.612500', '144243.072500', '144243.532500', '144243.992500', '144244.452500', '144244.912500', '144245.372500', '144245.832500', '144246.292500', '144246.752500', '144247.212500', '144247.672500', '144248.132500', '144248.592500', '144249.052500', '144249.512500', '144249.972500', '144250.432500', '144250.892500', '144251.352500', '144251.812500', '144252.272500', '144252.732500', '144253.192500', '144253.652500', '144254.112500', '144254.572500', '144255.032500', '144255.492500', '144255.952500', '144256.412500', '144256.872500', '144257.332500', '144257.792500', '144258.252500', '144258.712500', '144259.172500', '144259.632500', '144300.092500', '144300.552500', '144301.012500', '144301.472500', '144301.932500', '144302.392500', '144302.852500', '144303.312500', '144303.772500', '144304.232500', '144304.692500', '144305.152500', '144305.612500', '144306.072500', '144306.532500', '144306.992500', '144307.452500', '144307.912500', '144308.372500', '144308.832500', '144309.292500', '144309.752500', '144310.212500', '144310.672500', '144311.132500', '144311.592500', '144312.052500', '144312.512500', '144312.972500', '144313.432500', '144313.892500', '144314.352500', '144314.812500', '144315.272500', '144315.732500', '144316.192500', '144316.652500', '144317.112500', '144317.572500', '144318.032500', '144318.492500', '144318.952500', '144319.412500', '144319.872500', '144320.332500', '144320.792500', '144321.252500', '144321.712500', '144322.172500', '144322.632500', '144323.092500', '144323.552500', '144324.012500', '144324.472500', '144324.932500', '144325.392500', '144325.852500', '144326.312500', '144326.772500', '144327.232500', '144327.692500', '144328.152500', '144328.612500', '144329.072500', '144329.532500', '144329.992500', '144330.452500', '144330.912500', '144331.372500', '144331.832500', '144332.292500', '144332.752500', '144333.212500', '144333.672500', '144334.132500', '144334.592500', '144335.052500', '144335.512500', '144335.972500', '144336.432500', '144336.892500', '144337.352500', '144337.812500', '144338.272500', '144338.732500', '144339.192500', '144339.652500', '144340.112500', '144340.572500', '144341.032500', '144341.492500', '144341.952500', '144342.412500', '144342.872500', '144343.332500', '144343.792500', '144344.252500', '144344.712500', '144345.172500', '144345.632500', '144346.092500', '144346.552500', '144347.012500', '144347.472500', '144347.932500', '144348.392500', '144348.852500', '144349.312500', '144349.772500', '144350.232500', '144350.692500', '144351.152500', '144351.612500', '144352.072500', '144352.532500', '144352.992500', '144353.452500', '144353.912500', '144354.372500', '144354.832500', '144355.292500', '144355.752500', '144356.212500', '144356.672500', '144357.132500', '144357.592500', '144358.052500', '144358.512500', '144358.972500', '144359.432500', '144359.892500', '144400.352500', '144400.812500', '144401.272500', '144401.732500', '144402.192500', '144402.652500', '144403.112500', '144403.572500', '144404.032500', '144404.492500', '144404.952500', '144405.412500', '144405.872500', '144406.332500', '144406.792500', '144407.252500', '144407.712500', '144408.172500', '144408.632500', '144409.092500', '144409.552500', '144410.012500', '144410.472500', '144410.932500', '144411.392500', '144411.852500', '144412.312500', '144412.772500', '144413.232500', '144413.692500', '144414.152500', '144414.612500', '144415.072500', '144415.532500', '144415.992500', '144416.452500', '144416.912500', '144417.372500', '144417.832500', '144418.292500', '144418.752500', '144419.212500', '144419.672500', '144420.132500', '144420.592500', '144421.052500', '144421.512500', '144421.972500', '144422.432500', '144422.892500', '144423.352500', '144423.812500', '144424.272500', '144424.732500', '144425.192500', '144425.652500', '144426.112500', '144426.572500', '144427.032500', '144427.492500', '144427.952500', '144428.412500', '144428.872500', '144429.332500', '144429.792500', '144430.252500', '144430.712500', '144431.172500', '144431.632500', '144432.092500', '144432.552500', '144433.012500', '144433.472500', '144433.932500', '144434.392500', '144434.852500', '144435.312500', '144435.772500', '144436.232500', '144436.692500', '144437.152500', '144437.612500', '144438.072500', '144438.532500', '144438.992500', '144439.452500', '144439.912500', '144440.372500', '144440.832500', '144441.292500', '144441.752500', '144442.212500', '144442.672500', '144443.132500', '144443.592500', '144444.052500', '144444.512500', '144444.972500', '144445.432500', '144445.892500', '144446.352500', '144446.812500', '144447.272500', '144447.732500', '144448.192500', '144448.652500', '144449.112500', '144449.572500', '144450.032500', '144450.492500', '144450.952500', '144451.412500', '144451.872500', '144452.332500', '144452.792500', '144453.252500', '144453.712500', '144454.172500', '144454.632500', '144455.092500', '144455.552500', '144456.012500', '144456.472500', '144456.932500', '144457.392500', '144457.852500', '144458.312500', '144458.772500', '144459.232500', '144459.692500', '144500.152500', '144500.612500', '144501.072500', '144501.532500', '144501.992500', '144502.452500', '144502.912500', '144503.372500', '144503.832500', '144504.292500', '144504.752500', '144505.212500', '144505.672500', '144506.132500', '144506.592500', '144507.052500', '144507.512500', '144507.972500', '144508.432500', '144508.892500', '144509.352500', '144509.812500', '144510.272500', '144510.732500', '144511.192500', '144511.652500', '144512.112500', '144512.572500', '144513.032500', '144513.492500', '144513.952500', '144514.412500', '144514.872500', '144515.332500', '144515.792500', '144516.252500', '144516.712500', '144517.172500', '144517.632500', '144518.092500', '144518.552500', '144519.012500', '144519.472500', '144519.932500', '144520.392500', '144520.852500', '144521.312500', '144521.772500', '144522.232500', '144522.692500', '144523.152500', '144523.612500', '144524.072500', '144524.532500', '144524.992500', '144525.452500', '144525.912500', '144526.372500', '144526.832500', '144527.292500', '144527.752500', '144528.212500', '144528.672500', '144529.132500', '144529.592500', '144530.052500', '144530.512500', '144530.972500', '144531.432500', '144531.892500', '144532.352500', '144532.812500', '144533.272500', '144533.732500', '144534.192500', '144534.652500', '144535.112500', '144535.572500', '144536.032500', '144536.492500', '144536.952500', '144537.412500', '144537.872500', '144538.332500', '144538.792500', '144539.252500', '144539.712500', '144540.172500', '144540.632500', '144541.092500', '144541.552500', '144542.012500', '144542.472500', '144542.932500', '144543.392500', '144543.852500', '144544.312500', '144544.772500', '144545.232500', '144545.692500', '144546.152500', '144546.612500', '144547.072500', '144547.532500', '144547.992500', '144548.452500', '144548.912500', '144549.372500', '144549.832500', '144550.292500', '144550.752500', '144551.212500', '144551.672500', '144552.132500', '144552.592500', '144553.052500', '144553.512500', '144553.972500', '144554.432500', '144554.892500', '144555.352500', '144555.812500', '144556.272500', '144556.732500', '144557.192500', '144557.652500', '144558.112500', '144558.572500', '144559.032500', '144559.492500', '144559.952500', '144600.412500', '144600.872500', '144601.332500', '144601.792500', '144602.252500', '144602.712500', '144603.172500', '144603.632500', '144604.092500', '144604.552500', '144605.012500', '144605.472500', '144605.932500', '144606.392500', '144606.852500', '144607.312500', '144607.772500', '144608.232500', '144608.692500', '144609.152500', '144609.612500', '144610.072500', '144610.532500', '144610.992500', '144611.452500', '144611.912500', '144612.372500', '144612.832500', '144613.292500', '144613.752500', '144614.212500', '144614.672500', '144615.132500', '144615.592500', '144616.052500', '144616.512500', '144616.972500', '144617.432500', '144617.892500', '144618.352500', '144618.812500', '144619.272500', '144619.732500', '144620.192500', '144620.652500', '144621.112500', '144621.572500', '144622.032500', '144622.492500', '144622.952500', '144623.412500', '144623.872500', '144624.332500', '144624.792500', '144625.252500', '144625.712500', '144626.172500', '144626.632500', '144627.092500', '144627.552500', '144628.012500', '144628.472500', '144628.932500', '144629.392500', '144629.852500', '144630.312500', '144630.772500', '144631.232500', '144631.692500', '144632.152500', '144632.612500', '144633.072500', '144633.532500', '144633.992500', '144634.452500', '144634.912500', '144635.372500', '144635.832500', '144636.292500', '144636.752500', '144637.212500', '144637.672500', '144638.132500', '144638.592500', '144639.052500', '144639.512500', '144639.972500', '144640.432500', '144640.892500', '144641.352500', '144641.812500', '144642.272500', '144642.732500', '144643.192500', '144643.652500', '144644.112500', '144644.572500', '144645.032500', '144645.492500', '144645.952500', '144646.412500', '144646.872500', '144647.332500', '144647.792500', '144648.252500', '144648.712500', '144649.172500', '144649.632500', '144650.092500', '144650.552500', '144651.012500', '144651.472500', '144651.932500', '144652.392500', '144652.852500', '144653.312500', '144653.772500', '144654.232500', '144654.692500', '144655.152500', '144655.612500', '144656.072500', '144656.532500', '144656.992500', '144657.452500', '144657.912500', '144658.372500', '144658.832500', '144659.292500', '144659.752500', '144700.212500', '144700.672500', '144701.132500', '144701.592500', '144702.052500', '144702.512500', '144702.972500', '144703.432500', '144703.892500', '144704.352500', '144704.812500', '144705.272500', '144705.732500', '144706.192500', '144706.652500', '144707.112500', '144707.572500', '144708.032500', '144708.492500', '144708.952500', '144709.412500', '144709.872500', '144710.332500', '144710.792500', '144711.252500', '144711.712500', '144712.172500', '144712.632500', '144713.092500', '144713.552500', '144714.012500', '144714.472500', '144714.932500', '144715.392500', '144715.852500', '144716.312500', '144716.772500', '144717.232500', '144717.692500', '144718.152500', '144718.612500', '144719.072500', '144719.532500', '144719.992500', '144720.452500', '144720.912500', '144721.372500', '144721.832500', '144722.292500', '144722.752500', '144723.212500', '144723.672500', '144724.132500', '144724.592500', '144725.052500', '144725.512500', '144725.972500', '144726.432500', '144726.892500', '144727.352500', '144727.812500', '144728.272500', '144728.732500', '144729.192500', '144729.652500', '144730.112500', '144730.572500', '144731.032500', '144731.492500', '144731.952500', '144732.412500', '144732.872500', '144733.332500', '144733.792500', '144734.252500', '144734.712500', '144735.172500', '144735.632500', '144736.092500', '144736.552500', '144737.012500', '144737.472500', '144737.932500', '144738.392500', '144738.852500', '144739.312500', '144739.772500', '144740.232500', '144740.692500', '144741.152500', '144741.612500', '144742.072500', '144742.532500', '144742.992500', '144743.452500', '144743.912500', '144744.372500', '144744.832500', '144745.292500', '144745.752500', '144746.212500', '144746.672500', '144747.132500', '144747.592500', '144748.052500', '144748.512500', '144748.972500', '144749.432500', '144749.892500', '144750.352500', '144750.812500', '144751.272500', '144751.732500', '144752.192500', '144752.652500', '144753.112500', '144753.572500', '144754.032500', '144754.492500', '144754.952500', '144755.412500', '144755.872500', '144756.332500', '144756.792500', '144757.252500', '144757.712500', '144758.172500', '144758.632500', '144759.092500', '144759.552500', '144800.012500', '144800.472500', '144800.932500', '144801.392500', '144801.852500', '144802.312500', '144802.772500', '144803.232500', '144803.692500', '144804.152500', '144804.612500', '144805.072500', '144805.532500', '144805.992500', '144806.452500', '144806.912500', '144807.372500', '144807.832500', '144808.292500', '144808.752500', '144809.212500', '144809.672500', '144810.132500', '144810.592500', '144811.052500', '144811.512500', '144811.972500', '144812.432500', '144812.892500', '144813.352500', '144813.812500', '144814.272500', '144814.732500', '144815.192500', '144815.652500', '144816.112500', '144816.572500', '144817.032500', '144817.492500', '144817.952500', '144818.412500', '144818.872500', '144819.332500', '144819.792500', '144820.252500', '144820.712500', '144821.172500', '144821.632500'], 'ContentTime': ['144011.878000', '144011.889000', '144011.892000', '144011.895000', '144011.897000', '144011.900000', '144011.912000', '144011.915000', '144011.917000', '144011.920000', '144011.922000', '144011.925000', '144011.935000', '144011.937000', '144011.940000', '144011.947000', '144011.950000', '144011.952000', '144011.955000', '144011.957000', '144011.960000', '144011.963000', '144011.965000', '144011.968000', '144011.971000', '144011.973000', '144011.976000', '144011.979000', '144011.981000', '144031.852000', '144031.859000', '144031.861000', '144031.864000', '144031.866000', '144031.869000', '144031.872000', '144031.874000', '144031.877000', '144031.879000', '144031.882000', '144031.884000', '144031.895000', '144031.898000', '144031.900000', '144031.903000', '144031.905000', '144031.908000', '144031.911000', '144031.913000', '144031.916000', '144031.918000', '144031.921000', '144031.923000', '144031.926000', '144031.928000', '144031.931000', '144031.934000', '144031.946000', '144031.952000', '144031.954000', '144031.957000', '144031.959000', '144031.962000', '144031.964000', '144031.967000', '144031.970000', '144031.972000', '144031.975000', '144031.977000', '144031.980000', '144031.982000', '144031.985000', '144051.850000', '144051.853000', '144051.856000', '144051.858000', '144051.861000', '144051.864000', '144051.866000', '144051.869000', '144051.871000', '144051.874000', '144051.876000', '144051.879000', '144051.881000', '144051.884000', '144051.887000', '144051.889000', '144051.892000', '144051.894000', '144051.897000', '144051.907000', '144051.910000', '144051.913000', '144051.915000', '144051.918000', '144051.920000', '144051.923000', '144051.925000', '144051.928000', '144051.931000', '144051.933000', '144051.936000', '144051.938000', '144051.941000', '144051.943000', '144051.946000', '144051.949000', '144051.951000', '144051.954000', '144051.956000', '144051.959000', '144051.962000', '144051.964000', '144051.967000', '144051.969000', '144111.850000', '144111.853000', '144111.856000', '144111.858000', '144111.861000', '144111.864000', '144111.866000', '144111.869000', '144111.871000', '144111.874000', '144111.876000', '144111.879000', '144111.882000', '144111.884000', '144111.887000', '144111.889000', '144111.892000', '144111.895000', '144111.897000', '144111.900000', '144111.902000', '144111.905000', '144111.908000', '144111.910000', '144111.913000', '144111.915000', '144111.940000', '144111.943000', '144111.945000', '144111.948000', '144111.950000', '144111.953000', '144111.955000', '144111.958000', '144111.960000', '144111.963000', '144111.966000', '144111.968000', '144111.971000', '144111.973000', '144111.976000', '144111.979000', '144111.981000', '144131.851000', '144131.896000', '144131.899000', '144131.901000', '144131.904000', '144131.907000', '144131.909000', '144131.912000', '144131.914000', '144131.917000', '144131.920000', '144131.922000', '144131.925000', '144131.928000', '144131.930000', '144131.933000', '144131.935000', '144131.938000', '144131.940000', '144131.943000', '144131.946000', '144131.948000', '144131.951000', '144131.953000', '144131.956000', '144131.959000', '144131.961000', '144131.964000', '144131.966000', '144131.969000', '144131.973000', '144131.975000', '144131.978000', '144131.981000', '144131.983000', '144131.986000', '144131.988000', '144131.991000', '144131.994000', '144131.996000', '144132.000000', '144132.002000', '144132.005000', '144132.007000', '144151.852000', '144151.854000', '144151.857000', '144151.859000', '144151.862000', '144151.865000', '144151.867000', '144151.870000', '144151.872000', '144151.875000', '144151.877000', '144151.880000', '144151.883000', '144151.885000', '144151.888000', '144151.890000', '144151.893000', '144151.895000', '144151.898000', '144151.901000', '144151.903000', '144151.906000', '144151.908000', '144151.911000', '144151.914000', '144151.916000', '144151.919000', '144151.921000', '144151.924000', '144151.926000', '144151.929000', '144151.932000', '144151.934000', '144151.937000', '144151.939000', '144151.942000', '144151.944000', '144151.947000', '144151.950000', '144151.952000', '144151.955000', '144151.957000', '144151.960000', '144211.852000', '144211.854000', '144211.857000', '144211.860000', '144211.862000', '144211.865000', '144211.867000', '144211.870000', '144211.873000', '144211.875000', '144211.878000', '144211.881000', '144211.883000', '144211.886000', '144211.888000', '144211.891000', '144211.893000', '144211.896000', '144211.899000', '144211.901000', '144211.904000', '144211.906000', '144211.929000', '144211.932000', '144211.934000', '144211.937000', '144211.940000', '144211.942000', '144211.945000', '144211.947000', '144211.950000', '144211.953000', '144211.955000', '144211.958000', '144211.960000', '144211.963000', '144211.965000', '144211.968000', '144211.971000', '144211.973000', '144211.976000', '144211.978000', '144211.981000', '144211.983000', '144231.852000', '144231.854000', '144231.857000', '144231.860000', '144231.862000', '144231.865000', '144231.867000', '144231.870000', '144231.873000', '144231.875000', '144231.878000', '144231.880000', '144231.884000', '144231.886000', '144231.889000', '144231.892000', '144231.894000', '144231.897000', '144231.900000', '144231.902000', '144231.905000', '144231.907000', '144231.910000', '144231.913000', '144231.915000', '144231.918000', '144231.921000', '144231.923000', '144231.926000', '144231.929000', '144231.931000', '144231.934000', '144231.937000', '144231.939000', '144231.942000', '144231.945000', '144231.953000', '144231.956000', '144231.959000', '144231.961000', '144231.964000', '144231.966000', '144231.969000', '144251.851000', '144251.854000', '144251.857000', '144251.859000', '144251.862000', '144251.865000', '144251.867000', '144251.870000', '144251.873000', '144251.875000', '144251.878000', '144251.880000', '144251.883000', '144251.886000', '144251.889000', '144251.891000', '144251.894000', '144251.896000', '144251.899000', '144251.902000', '144251.904000', '144251.907000', '144251.910000', '144251.912000', '144251.915000', '144251.917000', '144251.920000', '144251.922000', '144251.925000', '144251.928000', '144251.930000', '144251.933000', '144251.935000', '144251.938000', '144251.941000', '144251.943000', '144251.946000', '144251.949000', '144251.952000', '144251.960000', '144251.962000', '144251.965000', '144251.968000', '144251.970000', '144311.850000', '144311.853000', '144311.856000', '144311.858000', '144311.861000', '144311.864000', '144311.866000', '144311.869000', '144311.871000', '144311.874000', '144311.876000', '144311.879000', '144311.882000', '144311.884000', '144311.887000', '144311.889000', '144311.892000', '144311.894000', '144311.897000', '144311.900000', '144311.902000', '144311.914000', '144311.917000', '144311.919000', '144311.922000', '144311.925000', '144311.927000', '144311.930000', '144311.932000', '144311.935000', '144311.937000', '144311.940000', '144311.943000', '144311.945000', '144311.948000', '144311.950000', '144311.953000', '144311.956000', '144311.958000', '144311.961000', '144311.963000', '144311.966000', '144311.968000', '144331.850000', '144331.855000', '144331.858000', '144331.860000', '144331.863000', '144331.866000', '144331.868000', '144331.871000', '144331.873000', '144331.876000', '144331.878000', '144331.881000', '144331.884000', '144331.886000', '144331.889000', '144331.891000', '144331.894000', '144331.897000', '144331.899000', '144331.902000', '144331.905000', '144331.907000', '144331.910000', '144331.913000', '144331.915000', '144331.918000', '144331.920000', '144331.932000', '144331.935000', '144331.937000', '144331.940000', '144331.943000', '144331.945000', '144331.948000', '144331.950000', '144331.953000', '144331.956000', '144331.958000', '144331.961000', '144331.963000', '144331.966000', '144331.969000', '144331.971000', '144351.851000', '144351.860000', '144351.863000', '144351.865000', '144351.890000', '144351.893000', '144351.895000', '144351.898000', '144351.901000', '144351.903000', '144351.906000', '144351.908000', '144351.911000', '144351.914000', '144351.916000', '144351.919000', '144351.921000', '144351.924000', '144351.927000', '144351.929000', '144351.932000', '144351.934000', '144351.937000', '144351.939000', '144351.942000', '144351.945000', '144351.947000', '144351.950000', '144351.952000', '144351.955000', '144351.957000', '144351.960000', '144351.963000', '144351.965000', '144351.968000', '144351.970000', '144351.973000', '144351.975000', '144351.978000', '144351.980000', '144351.983000', '144351.986000', '144351.988000', '144351.991000', '144411.851000', '144411.863000', '144411.866000', '144411.868000', '144411.871000', '144411.874000', '144411.876000', '144411.879000', '144411.881000', '144411.884000', '144411.886000', '144411.889000', '144411.892000', '144411.894000', '144411.897000', '144411.899000', '144411.902000', '144411.905000', '144411.907000', '144411.910000', '144411.912000', '144411.915000', '144411.918000', '144411.920000', '144411.923000', '144411.925000', '144411.928000', '144411.930000', '144411.933000', '144411.936000', '144411.938000', '144411.941000', '144411.943000', '144411.946000', '144411.949000', '144411.951000', '144411.954000', '144411.956000', '144411.959000', '144411.962000', '144411.964000', '144411.967000', '144411.969000', '144411.972000', '144431.852000', '144431.855000', '144431.857000', '144431.860000', '144431.862000', '144431.865000', '144431.867000', '144431.870000', '144431.873000', '144431.875000', '144431.878000', '144431.880000', '144431.883000', '144431.885000', '144431.888000', '144431.890000', '144431.893000', '144431.896000', '144431.898000', '144431.901000', '144431.903000', '144431.906000', '144431.909000', '144431.911000', '144431.914000', '144431.916000', '144431.919000', '144431.921000', '144431.924000', '144431.927000', '144431.929000', '144431.932000', '144431.934000', '144431.937000', '144431.939000', '144431.942000', '144431.945000', '144431.947000', '144431.950000', '144431.952000', '144431.955000', '144431.957000', '144431.960000', '144451.852000', '144451.867000', '144451.870000', '144451.872000', '144451.875000', '144451.878000', '144451.880000', '144451.883000', '144451.886000', '144451.889000', '144451.892000', '144451.895000', '144451.897000', '144451.900000', '144451.902000', '144451.905000', '144451.908000', '144451.910000', '144451.913000', '144451.916000', '144451.918000', '144451.921000', '144451.923000', '144451.926000', '144451.929000', '144451.931000', '144451.934000', '144451.936000', '144451.939000', '144451.942000', '144451.945000', '144451.948000', '144451.950000', '144451.953000', '144451.955000', '144451.958000', '144451.960000', '144451.963000', '144451.966000', '144451.968000', '144451.971000', '144451.974000', '144451.976000', '144511.852000', '144511.854000', '144511.857000', '144511.860000', '144511.862000', '144511.865000', '144511.867000', '144511.870000', '144511.872000', '144511.875000', '144511.878000', '144511.880000', '144511.883000', '144511.886000', '144511.888000', '144511.925000', '144511.928000', '144511.930000', '144511.933000', '144511.935000', '144511.938000', '144511.941000', '144511.943000', '144511.946000', '144511.948000', '144511.951000', '144511.954000', '144511.956000', '144511.959000', '144511.961000', '144511.964000', '144511.967000', '144511.969000', '144511.972000', '144511.974000', '144511.977000', '144511.980000', '144511.982000', '144511.985000', '144511.987000', '144511.990000', '144511.993000', '144511.995000', '144511.998000', '144531.851000', '144531.854000', '144531.856000', '144531.859000', '144531.862000', '144531.864000', '144531.867000', '144531.870000', '144531.872000', '144531.875000', '144531.877000', '144531.880000', '144531.882000', '144531.885000', '144531.888000', '144531.890000', '144531.893000', '144531.896000', '144531.898000', '144531.901000', '144531.903000', '144531.906000', '144531.909000', '144531.912000', '144531.914000', '144531.917000', '144531.919000', '144531.922000', '144531.925000', '144531.927000', '144531.930000', '144531.933000', '144531.935000', '144531.938000', '144531.940000', '144531.943000', '144531.945000', '144531.948000', '144531.951000', '144531.953000', '144531.956000', '144531.959000', '144531.961000', '144551.851000', '144551.870000', '144551.873000', '144551.876000', '144551.878000', '144551.881000', '144551.883000', '144551.886000', '144551.888000', '144551.891000', '144551.894000', '144551.896000', '144551.899000', '144551.901000', '144551.904000', '144551.907000', '144551.909000', '144551.912000', '144551.915000', '144551.917000', '144551.920000', '144551.922000', '144551.925000', '144551.927000', '144551.930000', '144551.933000', '144551.935000', '144551.938000', '144551.940000', '144551.943000', '144551.945000', '144551.948000', '144551.951000', '144551.953000', '144551.956000', '144551.958000', '144551.961000', '144551.964000', '144551.966000', '144551.969000', '144551.971000', '144551.974000', '144551.977000', '144551.979000', '144611.852000', '144611.893000', '144611.896000', '144611.898000', '144611.901000', '144611.903000', '144611.906000', '144611.909000', '144611.911000', '144611.914000', '144611.916000', '144611.919000', '144611.922000', '144611.927000', '144611.930000', '144611.933000', '144611.935000', '144611.938000', '144611.940000', '144611.943000', '144611.946000', '144611.948000', '144611.951000', '144611.953000', '144611.956000', '144611.959000', '144611.961000', '144611.964000', '144611.966000', '144611.969000', '144611.972000', '144611.974000', '144611.977000', '144611.979000', '144611.982000', '144611.985000', '144611.987000', '144611.990000', '144611.992000', '144611.995000', '144612.000000', '144612.002000', '144612.005000', '144631.851000', '144631.854000', '144631.857000', '144631.860000', '144631.862000', '144631.865000', '144631.867000', '144631.870000', '144631.873000', '144631.875000', '144631.878000', '144631.881000', '144631.883000', '144631.886000', '144631.889000', '144631.892000', '144631.894000', '144631.897000', '144631.900000', '144631.902000', '144631.905000', '144631.908000', '144631.910000', '144631.913000', '144631.915000', '144631.918000', '144631.949000', '144631.952000', '144631.955000', '144631.957000', '144631.960000', '144631.963000', '144631.965000', '144631.968000', '144631.971000', '144631.973000', '144631.976000', '144631.978000', '144631.981000', '144631.984000', '144631.987000', '144631.994000', '144631.997000', '144632.000000', '144651.852000', '144651.855000', '144651.857000', '144651.860000', '144651.863000', '144651.866000', '144651.869000', '144651.879000', '144651.882000', '144651.885000', '144651.888000', '144651.891000', '144651.893000', '144651.896000', '144651.899000', '144651.901000', '144651.904000', '144651.907000', '144651.909000', '144651.912000', '144651.914000', '144651.917000', '144651.920000', '144651.922000', '144651.925000', '144651.928000', '144651.931000', '144651.933000', '144651.936000', '144651.939000', '144651.942000', '144651.944000', '144651.947000', '144651.949000', '144651.952000', '144651.955000', '144651.957000', '144651.960000', '144651.963000', '144651.965000', '144651.968000', '144651.971000', '144651.973000', '144711.851000', '144711.860000', '144711.863000', '144711.865000', '144711.868000', '144711.870000', '144711.873000', '144711.876000', '144711.878000', '144711.881000', '144711.884000', '144711.886000', '144711.889000', '144711.891000', '144711.894000', '144711.896000', '144711.899000', '144711.901000', '144711.904000', '144711.907000', '144711.909000', '144711.912000', '144711.914000', '144711.917000', '144711.920000', '144711.922000', '144711.925000', '144711.927000', '144711.930000', '144711.933000', '144711.935000', '144711.938000', '144711.940000', '144711.943000', '144711.945000', '144711.948000', '144711.951000', '144711.953000', '144711.956000', '144711.958000', '144711.961000', '144711.964000', '144711.966000', '144711.969000', '144731.851000', '144731.853000', '144731.856000', '144731.859000', '144731.861000', '144731.864000', '144731.866000', '144731.869000', '144731.872000', '144731.874000', '144731.877000', '144731.880000', '144731.882000', '144731.885000', '144731.887000', '144731.890000', '144731.893000', '144731.895000', '144731.898000', '144731.900000', '144731.903000', '144731.905000', '144731.908000', '144731.911000', '144731.914000', '144731.917000', '144731.920000', '144731.923000', '144731.926000', '144731.928000', '144731.931000', '144731.933000', '144731.952000', '144731.955000', '144731.958000', '144731.960000', '144731.963000', '144731.966000', '144731.969000', '144731.972000', '144731.974000', '144731.977000', '144731.980000', '144751.850000', '144751.899000', '144751.902000', '144751.905000', '144751.907000', '144751.910000', '144751.913000', '144751.915000', '144751.918000', '144751.921000', '144751.923000', '144751.926000', '144751.929000', '144751.932000', '144751.935000', '144751.937000', '144751.940000', '144751.943000', '144751.959000', '144751.962000', '144751.964000', '144751.967000', '144751.975000', '144751.978000', '144751.981000', '144751.983000', '144751.987000', '144751.989000', '144751.992000', '144751.995000', '144751.997000', '144752.001000', '144752.004000', '144752.006000', '144752.009000', '144752.011000', '144752.014000', '144752.017000', '144752.019000', '144752.022000', '144752.025000', '144752.027000', '144752.030000', '144752.032000', '144811.851000', '144811.881000', '144811.884000', '144811.895000', '144811.897000', '144811.900000', '144811.903000', '144811.905000', '144811.908000', '144811.910000', '144811.913000', '144811.916000', '144811.918000', '144811.921000', '144811.923000', '144811.926000', '144811.929000', '144811.932000', '144811.935000', '144811.938000', '144811.940000', '144811.943000', '144811.946000', '144811.948000', '144811.951000', '144811.954000', '144811.956000', '144811.959000', '144811.961000', '144811.964000', '144811.966000', '144811.969000', '144811.972000', '144811.974000', '144811.977000', '144811.979000', '144811.982000', '144811.984000', '144811.987000', '144811.990000', '144811.992000', '144811.995000', '144811.997000', '144823.432000', '144823.437000', '144823.440000', '144823.443000', '144823.445000', '144823.448000', '144823.451000', '144823.454000', '144823.457000', '144823.460000', '144823.463000', '144823.467000', '144823.470000', '144823.472000', '144823.475000', '144823.478000', '144823.482000', '144823.485000', '144823.487000', '144823.490000', '144823.493000', '144823.495000', '144823.498000', '144823.501000', '144823.508000', '144823.511000'], 'InstanceCreationTime': ['144011.878000', '144011.889000', '144011.892000', '144011.895000', '144011.897000', '144011.900000', '144011.912000', '144011.915000', '144011.917000', '144011.920000', '144011.922000', '144011.925000', '144011.935000', '144011.937000', '144011.940000', '144011.947000', '144011.950000', '144011.952000', '144011.955000', '144011.957000', '144011.960000', '144011.963000', '144011.965000', '144011.968000', '144011.971000', '144011.973000', '144011.976000', '144011.979000', '144011.981000', '144031.852000', '144031.859000', '144031.861000', '144031.864000', '144031.866000', '144031.869000', '144031.872000', '144031.874000', '144031.877000', '144031.879000', '144031.882000', '144031.884000', '144031.895000', '144031.898000', '144031.900000', '144031.903000', '144031.905000', '144031.908000', '144031.911000', '144031.913000', '144031.916000', '144031.918000', '144031.921000', '144031.923000', '144031.926000', '144031.928000', '144031.931000', '144031.934000', '144031.946000', '144031.952000', '144031.954000', '144031.957000', '144031.959000', '144031.962000', '144031.964000', '144031.967000', '144031.970000', '144031.972000', '144031.975000', '144031.977000', '144031.980000', '144031.982000', '144031.985000', '144051.850000', '144051.853000', '144051.856000', '144051.858000', '144051.861000', '144051.864000', '144051.866000', '144051.869000', '144051.871000', '144051.874000', '144051.876000', '144051.879000', '144051.881000', '144051.884000', '144051.887000', '144051.889000', '144051.892000', '144051.894000', '144051.897000', '144051.907000', '144051.910000', '144051.913000', '144051.915000', '144051.918000', '144051.920000', '144051.923000', '144051.925000', '144051.928000', '144051.931000', '144051.933000', '144051.936000', '144051.938000', '144051.941000', '144051.943000', '144051.946000', '144051.949000', '144051.951000', '144051.954000', '144051.956000', '144051.959000', '144051.962000', '144051.964000', '144051.967000', '144051.969000', '144111.850000', '144111.853000', '144111.856000', '144111.858000', '144111.861000', '144111.864000', '144111.866000', '144111.869000', '144111.871000', '144111.874000', '144111.876000', '144111.879000', '144111.882000', '144111.884000', '144111.887000', '144111.889000', '144111.892000', '144111.895000', '144111.897000', '144111.900000', '144111.902000', '144111.905000', '144111.908000', '144111.910000', '144111.913000', '144111.915000', '144111.940000', '144111.943000', '144111.945000', '144111.948000', '144111.950000', '144111.953000', '144111.955000', '144111.958000', '144111.960000', '144111.963000', '144111.966000', '144111.968000', '144111.971000', '144111.973000', '144111.976000', '144111.979000', '144111.981000', '144131.851000', '144131.896000', '144131.899000', '144131.901000', '144131.904000', '144131.907000', '144131.909000', '144131.912000', '144131.914000', '144131.917000', '144131.920000', '144131.922000', '144131.925000', '144131.928000', '144131.930000', '144131.933000', '144131.935000', '144131.938000', '144131.940000', '144131.943000', '144131.946000', '144131.948000', '144131.951000', '144131.953000', '144131.956000', '144131.959000', '144131.961000', '144131.964000', '144131.966000', '144131.969000', '144131.973000', '144131.975000', '144131.978000', '144131.981000', '144131.983000', '144131.986000', '144131.988000', '144131.991000', '144131.994000', '144131.996000', '144132.000000', '144132.002000', '144132.005000', '144132.007000', '144151.852000', '144151.854000', '144151.857000', '144151.859000', '144151.862000', '144151.865000', '144151.867000', '144151.870000', '144151.872000', '144151.875000', '144151.877000', '144151.880000', '144151.883000', '144151.885000', '144151.888000', '144151.890000', '144151.893000', '144151.895000', '144151.898000', '144151.901000', '144151.903000', '144151.906000', '144151.908000', '144151.911000', '144151.914000', '144151.916000', '144151.919000', '144151.921000', '144151.924000', '144151.926000', '144151.929000', '144151.932000', '144151.934000', '144151.937000', '144151.939000', '144151.942000', '144151.944000', '144151.947000', '144151.950000', '144151.952000', '144151.955000', '144151.957000', '144151.960000', '144211.852000', '144211.854000', '144211.857000', '144211.860000', '144211.862000', '144211.865000', '144211.867000', '144211.870000', '144211.873000', '144211.875000', '144211.878000', '144211.881000', '144211.883000', '144211.886000', '144211.888000', '144211.891000', '144211.893000', '144211.896000', '144211.899000', '144211.901000', '144211.904000', '144211.906000', '144211.929000', '144211.932000', '144211.934000', '144211.937000', '144211.940000', '144211.942000', '144211.945000', '144211.947000', '144211.950000', '144211.953000', '144211.955000', '144211.958000', '144211.960000', '144211.963000', '144211.965000', '144211.968000', '144211.971000', '144211.973000', '144211.976000', '144211.978000', '144211.981000', '144211.983000', '144231.852000', '144231.854000', '144231.857000', '144231.860000', '144231.862000', '144231.865000', '144231.867000', '144231.870000', '144231.873000', '144231.875000', '144231.878000', '144231.880000', '144231.884000', '144231.886000', '144231.889000', '144231.892000', '144231.894000', '144231.897000', '144231.900000', '144231.902000', '144231.905000', '144231.907000', '144231.910000', '144231.913000', '144231.915000', '144231.918000', '144231.921000', '144231.923000', '144231.926000', '144231.929000', '144231.931000', '144231.934000', '144231.937000', '144231.939000', '144231.942000', '144231.945000', '144231.953000', '144231.956000', '144231.959000', '144231.961000', '144231.964000', '144231.966000', '144231.969000', '144251.851000', '144251.854000', '144251.857000', '144251.859000', '144251.862000', '144251.865000', '144251.867000', '144251.870000', '144251.873000', '144251.875000', '144251.878000', '144251.880000', '144251.883000', '144251.886000', '144251.889000', '144251.891000', '144251.894000', '144251.896000', '144251.899000', '144251.902000', '144251.904000', '144251.907000', '144251.910000', '144251.912000', '144251.915000', '144251.917000', '144251.920000', '144251.922000', '144251.925000', '144251.928000', '144251.930000', '144251.933000', '144251.935000', '144251.938000', '144251.941000', '144251.943000', '144251.946000', '144251.949000', '144251.952000', '144251.960000', '144251.962000', '144251.965000', '144251.968000', '144251.970000', '144311.850000', '144311.853000', '144311.856000', '144311.858000', '144311.861000', '144311.864000', '144311.866000', '144311.869000', '144311.871000', '144311.874000', '144311.876000', '144311.879000', '144311.882000', '144311.884000', '144311.887000', '144311.889000', '144311.892000', '144311.894000', '144311.897000', '144311.900000', '144311.902000', '144311.914000', '144311.917000', '144311.919000', '144311.922000', '144311.925000', '144311.927000', '144311.930000', '144311.932000', '144311.935000', '144311.937000', '144311.940000', '144311.943000', '144311.945000', '144311.948000', '144311.950000', '144311.953000', '144311.956000', '144311.958000', '144311.961000', '144311.963000', '144311.966000', '144311.968000', '144331.850000', '144331.855000', '144331.858000', '144331.860000', '144331.863000', '144331.866000', '144331.868000', '144331.871000', '144331.873000', '144331.876000', '144331.878000', '144331.881000', '144331.884000', '144331.886000', '144331.889000', '144331.891000', '144331.894000', '144331.897000', '144331.899000', '144331.902000', '144331.905000', '144331.907000', '144331.910000', '144331.913000', '144331.915000', '144331.918000', '144331.920000', '144331.932000', '144331.935000', '144331.937000', '144331.940000', '144331.943000', '144331.945000', '144331.948000', '144331.950000', '144331.953000', '144331.956000', '144331.958000', '144331.961000', '144331.963000', '144331.966000', '144331.969000', '144331.971000', '144351.851000', '144351.860000', '144351.863000', '144351.865000', '144351.890000', '144351.893000', '144351.895000', '144351.898000', '144351.901000', '144351.903000', '144351.906000', '144351.908000', '144351.911000', '144351.914000', '144351.916000', '144351.919000', '144351.921000', '144351.924000', '144351.927000', '144351.929000', '144351.932000', '144351.934000', '144351.937000', '144351.939000', '144351.942000', '144351.945000', '144351.947000', '144351.950000', '144351.952000', '144351.955000', '144351.957000', '144351.960000', '144351.963000', '144351.965000', '144351.968000', '144351.970000', '144351.973000', '144351.975000', '144351.978000', '144351.980000', '144351.983000', '144351.986000', '144351.988000', '144351.991000', '144411.851000', '144411.863000', '144411.866000', '144411.868000', '144411.871000', '144411.874000', '144411.876000', '144411.879000', '144411.881000', '144411.884000', '144411.886000', '144411.889000', '144411.892000', '144411.894000', '144411.897000', '144411.899000', '144411.902000', '144411.905000', '144411.907000', '144411.910000', '144411.912000', '144411.915000', '144411.918000', '144411.920000', '144411.923000', '144411.925000', '144411.928000', '144411.930000', '144411.933000', '144411.936000', '144411.938000', '144411.941000', '144411.943000', '144411.946000', '144411.949000', '144411.951000', '144411.954000', '144411.956000', '144411.959000', '144411.962000', '144411.964000', '144411.967000', '144411.969000', '144411.972000', '144431.852000', '144431.855000', '144431.857000', '144431.860000', '144431.862000', '144431.865000', '144431.867000', '144431.870000', '144431.873000', '144431.875000', '144431.878000', '144431.880000', '144431.883000', '144431.885000', '144431.888000', '144431.890000', '144431.893000', '144431.896000', '144431.898000', '144431.901000', '144431.903000', '144431.906000', '144431.909000', '144431.911000', '144431.914000', '144431.916000', '144431.919000', '144431.921000', '144431.924000', '144431.927000', '144431.929000', '144431.932000', '144431.934000', '144431.937000', '144431.939000', '144431.942000', '144431.945000', '144431.947000', '144431.950000', '144431.952000', '144431.955000', '144431.957000', '144431.960000', '144451.852000', '144451.867000', '144451.870000', '144451.872000', '144451.875000', '144451.878000', '144451.880000', '144451.883000', '144451.886000', '144451.889000', '144451.892000', '144451.895000', '144451.897000', '144451.900000', '144451.902000', '144451.905000', '144451.908000', '144451.910000', '144451.913000', '144451.916000', '144451.918000', '144451.921000', '144451.923000', '144451.926000', '144451.929000', '144451.931000', '144451.934000', '144451.936000', '144451.939000', '144451.942000', '144451.945000', '144451.948000', '144451.950000', '144451.953000', '144451.955000', '144451.958000', '144451.960000', '144451.963000', '144451.966000', '144451.968000', '144451.971000', '144451.974000', '144451.976000', '144511.852000', '144511.854000', '144511.857000', '144511.860000', '144511.862000', '144511.865000', '144511.867000', '144511.870000', '144511.872000', '144511.875000', '144511.878000', '144511.880000', '144511.883000', '144511.886000', '144511.888000', '144511.925000', '144511.928000', '144511.930000', '144511.933000', '144511.935000', '144511.938000', '144511.941000', '144511.943000', '144511.946000', '144511.948000', '144511.951000', '144511.954000', '144511.956000', '144511.959000', '144511.961000', '144511.964000', '144511.967000', '144511.969000', '144511.972000', '144511.974000', '144511.977000', '144511.980000', '144511.982000', '144511.985000', '144511.987000', '144511.990000', '144511.993000', '144511.995000', '144511.998000', '144531.851000', '144531.854000', '144531.856000', '144531.859000', '144531.862000', '144531.864000', '144531.867000', '144531.870000', '144531.872000', '144531.875000', '144531.877000', '144531.880000', '144531.882000', '144531.885000', '144531.888000', '144531.890000', '144531.893000', '144531.896000', '144531.898000', '144531.901000', '144531.903000', '144531.906000', '144531.909000', '144531.912000', '144531.914000', '144531.917000', '144531.919000', '144531.922000', '144531.925000', '144531.927000', '144531.930000', '144531.933000', '144531.935000', '144531.938000', '144531.940000', '144531.943000', '144531.945000', '144531.948000', '144531.951000', '144531.953000', '144531.956000', '144531.959000', '144531.961000', '144551.851000', '144551.870000', '144551.873000', '144551.876000', '144551.878000', '144551.881000', '144551.883000', '144551.886000', '144551.888000', '144551.891000', '144551.894000', '144551.896000', '144551.899000', '144551.901000', '144551.904000', '144551.907000', '144551.909000', '144551.912000', '144551.915000', '144551.917000', '144551.920000', '144551.922000', '144551.925000', '144551.927000', '144551.930000', '144551.933000', '144551.935000', '144551.938000', '144551.940000', '144551.943000', '144551.945000', '144551.948000', '144551.951000', '144551.953000', '144551.956000', '144551.958000', '144551.961000', '144551.964000', '144551.966000', '144551.969000', '144551.971000', '144551.974000', '144551.977000', '144551.979000', '144611.852000', '144611.893000', '144611.896000', '144611.898000', '144611.901000', '144611.903000', '144611.906000', '144611.909000', '144611.911000', '144611.914000', '144611.916000', '144611.919000', '144611.922000', '144611.927000', '144611.930000', '144611.933000', '144611.935000', '144611.938000', '144611.940000', '144611.943000', '144611.946000', '144611.948000', '144611.951000', '144611.953000', '144611.956000', '144611.959000', '144611.961000', '144611.964000', '144611.966000', '144611.969000', '144611.972000', '144611.974000', '144611.977000', '144611.979000', '144611.982000', '144611.985000', '144611.987000', '144611.990000', '144611.992000', '144611.995000', '144612.000000', '144612.002000', '144612.005000', '144631.851000', '144631.854000', '144631.857000', '144631.860000', '144631.862000', '144631.865000', '144631.867000', '144631.870000', '144631.873000', '144631.875000', '144631.878000', '144631.881000', '144631.883000', '144631.886000', '144631.889000', '144631.892000', '144631.894000', '144631.897000', '144631.900000', '144631.902000', '144631.905000', '144631.908000', '144631.910000', '144631.913000', '144631.915000', '144631.918000', '144631.949000', '144631.952000', '144631.955000', '144631.957000', '144631.960000', '144631.963000', '144631.965000', '144631.968000', '144631.971000', '144631.973000', '144631.976000', '144631.978000', '144631.981000', '144631.984000', '144631.987000', '144631.994000', '144631.997000', '144632.000000', '144651.852000', '144651.855000', '144651.857000', '144651.860000', '144651.863000', '144651.866000', '144651.869000', '144651.879000', '144651.882000', '144651.885000', '144651.888000', '144651.891000', '144651.893000', '144651.896000', '144651.899000', '144651.901000', '144651.904000', '144651.907000', '144651.909000', '144651.912000', '144651.914000', '144651.917000', '144651.920000', '144651.922000', '144651.925000', '144651.928000', '144651.931000', '144651.933000', '144651.936000', '144651.939000', '144651.942000', '144651.944000', '144651.947000', '144651.949000', '144651.952000', '144651.955000', '144651.957000', '144651.960000', '144651.963000', '144651.965000', '144651.968000', '144651.971000', '144651.973000', '144711.851000', '144711.860000', '144711.863000', '144711.865000', '144711.868000', '144711.870000', '144711.873000', '144711.876000', '144711.878000', '144711.881000', '144711.884000', '144711.886000', '144711.889000', '144711.891000', '144711.894000', '144711.896000', '144711.899000', '144711.901000', '144711.904000', '144711.907000', '144711.909000', '144711.912000', '144711.914000', '144711.917000', '144711.920000', '144711.922000', '144711.925000', '144711.927000', '144711.930000', '144711.933000', '144711.935000', '144711.938000', '144711.940000', '144711.943000', '144711.945000', '144711.948000', '144711.951000', '144711.953000', '144711.956000', '144711.958000', '144711.961000', '144711.964000', '144711.966000', '144711.969000', '144731.851000', '144731.853000', '144731.856000', '144731.859000', '144731.861000', '144731.864000', '144731.866000', '144731.869000', '144731.872000', '144731.874000', '144731.877000', '144731.880000', '144731.882000', '144731.885000', '144731.887000', '144731.890000', '144731.893000', '144731.895000', '144731.898000', '144731.900000', '144731.903000', '144731.905000', '144731.908000', '144731.911000', '144731.914000', '144731.917000', '144731.920000', '144731.923000', '144731.926000', '144731.928000', '144731.931000', '144731.933000', '144731.952000', '144731.955000', '144731.958000', '144731.960000', '144731.963000', '144731.966000', '144731.969000', '144731.972000', '144731.974000', '144731.977000', '144731.980000', '144751.850000', '144751.899000', '144751.902000', '144751.905000', '144751.907000', '144751.910000', '144751.913000', '144751.915000', '144751.918000', '144751.921000', '144751.923000', '144751.926000', '144751.929000', '144751.932000', '144751.935000', '144751.937000', '144751.940000', '144751.943000', '144751.959000', '144751.962000', '144751.964000', '144751.967000', '144751.975000', '144751.978000', '144751.981000', '144751.983000', '144751.987000', '144751.989000', '144751.992000', '144751.995000', '144751.997000', '144752.001000', '144752.004000', '144752.006000', '144752.009000', '144752.011000', '144752.014000', '144752.017000', '144752.019000', '144752.022000', '144752.025000', '144752.027000', '144752.030000', '144752.032000', '144811.851000', '144811.881000', '144811.884000', '144811.895000', '144811.897000', '144811.900000', '144811.903000', '144811.905000', '144811.908000', '144811.910000', '144811.913000', '144811.916000', '144811.918000', '144811.921000', '144811.923000', '144811.926000', '144811.929000', '144811.932000', '144811.935000', '144811.938000', '144811.940000', '144811.943000', '144811.946000', '144811.948000', '144811.951000', '144811.954000', '144811.956000', '144811.959000', '144811.961000', '144811.964000', '144811.966000', '144811.969000', '144811.972000', '144811.974000', '144811.977000', '144811.979000', '144811.982000', '144811.984000', '144811.987000', '144811.990000', '144811.992000', '144811.995000', '144811.997000', '144823.432000', '144823.437000', '144823.440000', '144823.443000', '144823.445000', '144823.448000', '144823.451000', '144823.454000', '144823.457000', '144823.460000', '144823.463000', '144823.467000', '144823.470000', '144823.472000', '144823.475000', '144823.478000', '144823.482000', '144823.485000', '144823.487000', '144823.490000', '144823.493000', '144823.495000', '144823.498000', '144823.501000', '144823.508000', '144823.511000'], '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': [13603, 9790, 15692, 11520, 14024, 10369, 8724, 13345, 9734, 14293, 11471, 13310, 10714, 8245, 13622, 10067, 16136, 11958, 13492, 10603, 8340, 13162, 9775, 14250, 11391, 13724, 10273, 8926, 12338, 9148, 13323, 10903, 16095, 10428, 10180, 12249, 8988, 13314, 10844, 14816, 11074, 10758, 11746, 8571, 13164, 10191, 16070, 11228, 13982, 10541, 8058, 12868, 9142, 15445, 11323, 15897, 10573, 10664, 11862, 8338, 12718, 10027, 13275, 10291, 11265, 11270, 8216, 13259, 10537, 14028, 10741, 10135, 13200, 9838, 15414, 11275, 16757, 11192, 8929, 12996, 10082, 14850, 11402, 16947, 11274, 15054, 10380, 8462, 11319, 8075, 14431, 11050, 15586, 10904, 8557, 12956, 8997, 16652, 11675, 17166, 10517, 14214, 11134, 9069, 12546, 9067, 12897, 10366, 14929, 10919, 9102, 11478, 8341, 13708, 10952, 16177, 10892, 8484, 12690, 9529, 14162, 10624, 16171, 10872, 8818, 11064, 8726, 12987, 10533, 9215, 12246, 8897, 14430, 10500, 9353, 12502, 8577, 14237, 11128, 12360, 10481, 7795, 14805, 11504, 12346, 9904, 8014, 14242, 11191, 11307, 10514, 8034, 13491, 10389, 17285, 11016, 9109, 12267, 9570, 14544, 11404, 15305, 12442, 8576, 13545, 10169, 15770, 11121, 14755, 11387, 8605, 12437, 8746, 14963, 11081, 17564, 10552, 8862, 11441, 7965, 15193, 10978, 16819, 10713, 9218, 11408, 8386, 15475, 10980, 11897, 10256, 7732, 13003, 9714, 16142, 11376, 10496, 10636, 7424, 14806, 10681, 17151, 10932, 8839, 11841, 9159, 15852, 11166, 16884, 10555, 8656, 12137, 8929, 15173, 11439, 15951, 11087, 9443, 11269, 8158, 14289, 10749, 16952, 11002, 15815, 9733, 8409, 11620, 8147, 14863, 10196, 13570, 10495, 9619, 10921, 8315, 14553, 11025, 15675, 10310, 9024, 12363, 8621, 16510, 11033, 16951, 10561, 10676, 10499, 8921, 13672, 9008, 12474, 9922, 13034, 10092, 9550, 11783, 7880, 12839, 10204, 16071, 10807, 8479, 12947, 9692, 13292, 10635, 15044, 10851, 8923, 13028, 9545, 13741, 10751, 14636, 11184, 14512, 10934, 8169, 12345, 9410, 15506, 11351, 16724, 10691, 13019, 11223, 8980, 12888, 8819, 15749, 10475, 15819, 10937, 14013, 10065, 9287, 12657, 8291, 13861, 9127, 14220, 10150, 14862, 10612, 12005, 10569, 7898, 13684, 9396, 15873, 11529, 14491, 10113, 8386, 12888, 8723, 13589, 10347, 13491, 10618, 8993, 12914, 9462, 13504, 10864, 13980, 10561, 8810, 13358, 10216, 14212, 11727, 15054, 10987, 9292, 15156, 10528, 16742, 11378, 18319, 11596, 12982, 12087, 8483, 11899, 9018, 15663, 10898, 16201, 9875, 9388, 10612, 8081, 14452, 10682, 13214, 10086, 11568, 10195, 8060, 12842, 10024, 13126, 10277, 11976, 11032, 8470, 12964, 10166, 14059, 11255, 16832, 11287, 10307, 13265, 9061, 14104, 10292, 16919, 11515, 18830, 10896, 14629, 10697, 8558, 14725, 9439, 14805, 10486, 13511, 9918, 9019, 12933, 8960, 13627, 10372, 12306, 10024, 8693, 14165, 9529, 16011, 10988, 16999, 10243, 10344, 12941, 8744, 13803, 10394, 18090, 11025, 9947, 11299, 8199, 12885, 8797, 14795, 10937, 11547, 9588, 7645, 12815, 9116, 14695, 11133, 13844, 10196, 8956, 12389, 8965, 14210, 10845, 14546, 10753, 11134, 12137, 8818, 14277, 10858, 15893, 11331, 16340, 10993, 8886, 13067, 9082, 14387, 10377, 15303, 10578, 10321, 10463, 8171, 14097, 9619, 16172, 10891, 16835, 10056, 9549, 11699, 7726, 14651, 10420, 13445, 10104, 13047, 10391, 8233, 12614, 8552, 13248, 10133, 15121, 10480, 9387, 13691, 8862, 13553, 10621, 9347, 11547, 8581, 15698, 11747, 13664, 12329, 8828, 15236, 11335, 16985, 11513, 15866, 10163, 8345, 13631, 9074, 15896, 11041, 9271, 11292, 8702, 15032, 11213, 17903, 10392, 8528, 11829, 9030, 15716, 11426, 18207, 10094, 8934, 10857, 8155, 14888, 10900, 15152, 10504, 9362, 11147, 8095, 15166, 11443, 17022, 10479, 8885, 10960, 7799, 15150, 10880, 17653, 10178, 9019, 10957, 7965, 15566, 11117, 15635, 9877, 7800, 13421, 9748, 16849, 10598, 8846, 12483, 8661, 15417, 11598, 17048, 10495, 8743, 12650, 8893, 16112, 11176, 13019, 10520, 8007, 14282, 10043, 16224, 10387, 7798, 12083, 9266, 10425, 12757, 8818, 14565, 10219, 8425, 13323, 10971, 10376, 11199, 8578, 13424, 11033, 14612, 11889, 8552, 13644, 10978, 9784, 13625, 9601, 16192, 11594, 10445, 12197, 9551, 16410, 11476, 9255, 13079, 9798, 13528, 13414, 8912, 18371, 10909, 8883, 13012, 8952, 16669, 11393, 14363, 10302, 8068, 14906, 10976, 9830, 11009, 8658, 13941, 10874, 15790, 11852, 8372, 13717, 10459, 11565, 10183, 8110, 15253, 11185, 9968, 11029, 8046, 15509, 11121, 12229, 10562, 8379, 14429, 10582, 17487, 10904, 8954, 11664, 8721, 14655, 10893, 9315, 11570, 8793, 14245, 10560, 9731, 13063, 9518, 14387, 10716, 9281, 13714, 9435, 16487, 11601, 14641, 10560, 8402, 14556, 10693, 16341, 10962, 9723, 10878, 8460, 15521, 10988, 14941, 10517, 15297, 9632, 12148, 13099, 8287, 13754, 9311, 14453, 10116, 13078, 10948, 8008, 13626, 9528, 14319, 10207, 15592, 10753, 8539, 13090, 9061, 15041, 10881, 17026, 11301, 17647, 9847, 8548, 12788, 8633, 15720, 10462, 13209, 9796, 10137, 12096, 8591, 13681, 9415, 13516, 10244, 14805, 11168, 8254, 12728, 9075, 14689, 10478, 16285, 10220, 8289, 11224, 8594, 14625, 10734, 14060, 10178, 8406, 11949, 8746, 15430, 11472, 15066, 10728, 9009, 12559, 8990, 15563, 11522, 15934, 10977, 11899, 11009, 8727, 14292, 9415, 14265, 10649, 14459, 10380, 14725, 10545, 8568, 11993, 9046, 13597, 10129, 15141, 10475, 9145, 11612, 8381, 14315, 10878, 14855, 10499, 10236, 10677, 7826, 14952, 10964, 17017, 10330, 10415, 12060, 8094, 13827, 10516, 13992, 10216, 9988, 12686, 8690, 12871, 10172, 14187, 11036, 11584, 11256, 8551, 12821, 10316, 15935, 10876, 9442, 12225, 9054, 13556, 10893, 15941, 11127, 15352, 10783, 8745, 12341, 9332, 16524, 11147, 15053, 10495, 12545, 10283, 8031, 13811, 9013, 14179, 10447, 11339, 9722, 8180, 13555, 9149, 14511, 10735, 14058, 9780, 10220, 12684, 8219, 13343, 9972, 13199, 10090, 10387, 10831, 8260, 13412, 10019, 13790, 10153, 8587, 14016, 11051, 16348, 10721, 9938, 14061, 8963, 16349, 11819, 15593, 10982, 16962, 10997, 10471, 13317, 8595, 13241, 9858, 13990, 10081, 9092, 10683, 8298, 12540, 9935, 16294, 10474, 9313, 11809, 8599, 14185, 10625, 17728, 10954, 8507, 11323, 8732, 13693, 11011, 12810, 11472, 8479, 13476, 10687, 16622, 10462, 9007, 13166, 9517, 15934, 10933, 17357, 11756, 8993, 14847, 10017, 14429, 10310, 11052, 11837, 8247, 13003, 10210, 13682, 10038, 8459, 12420, 9318, 14231, 9452, 8664, 13262, 9357, 14605, 10151, 8309, 12142, 8806, 15611, 11763, 9476, 11244, 8479, 15206, 11957, 15581, 11852, 8574, 14154, 10664, 17064, 11549, 14703, 12034, 8847, 12951, 9873, 13047, 10316, 9358, 11850, 8254, 12841, 10005, 15284, 11106, 14114, 9801, 8124, 11920, 8419, 12844, 8952, 13430, 10275, 12526, 10006, 12942, 10173, 8394, 12367, 9855, 13092, 10730, 16182, 10503, 8959, 12141, 9426, 13763, 10850, 17009, 10913, 8826, 12309, 9012, 14653, 10889, 18234, 10702, 8929, 11689, 8678, 15005, 10995, 10125, 11045, 8429, 13488, 10664, 9890, 12656, 9545, 13616, 10839, 11409, 12530, 8815, 13395, 10647, 13923, 10701, 8645, 14624, 11785, 11869, 11023, 8432, 13625, 9904, 15711, 11861, 12620, 11281, 8288, 14641, 11114, 16755, 10604, 8507, 12283, 9319, 16577, 12198, 17636, 10640, 13106, 10747, 8677, 12734, 9889, 13184, 10009, 13383, 11826, 8280, 12823, 10128, 14029, 9823, 8835, 13626, 10204, 15516, 11250, 16124, 11058, 17438, 12532, 11598, 10919, 7897, 12386, 9848, 16070, 10299, 8444, 11716, 8584, 14715, 11475, 16385, 11159, 9220, 13805, 8910, 16315, 10746, 16400, 10613, 14393, 8918, 8109, 12746, 9138, 13638, 9286, 9117, 11894, 9287, 13540, 11226, 11333, 10004, 8736, 13838, 11079, 14944, 10913], 'WindowCenter': [4004.0, 3957.0, 3997.0, 3963.0, 3971.0, 3951.0, 3929.0, 3972.0, 3940.0, 3972.0, 3962.0, 3970.0, 3951.0, 3930.0, 3972.0, 3940.0, 3983.0, 3961.0, 3971.0, 3952.0, 3921.0, 3974.0, 3942.0, 3973.0, 3952.0, 3971.0, 3953.0, 3931.0, 3964.0, 3943.0, 3975.0, 3965.0, 3995.0, 3955.0, 3952.0, 3966.0, 3933.0, 3975.0, 3954.0, 3985.0, 3965.0, 3953.0, 3964.0, 3932.0, 3974.0, 3940.0, 3982.0, 3964.0, 3972.0, 3951.0, 3930.0, 3973.0, 3940.0, 3982.0, 3963.0, 3981.0, 3951.0, 3950.0, 3962.0, 3931.0, 3973.0, 3952.0, 3973.0, 3954.0, 3963.0, 3964.0, 3931.0, 3985.0, 3965.0, 3997.0, 3967.0, 3956.0, 3989.0, 3955.0, 3987.0, 3964.0, 3996.0, 3965.0, 3932.0, 3974.0, 3943.0, 3985.0, 3964.0, 3993.0, 3953.0, 3983.0, 3941.0, 3920.0, 3951.0, 3932.0, 3982.0, 3963.0, 3995.0, 3964.0, 3944.0, 3976.0, 3944.0, 3996.0, 3965.0, 3995.0, 3954.0, 3973.0, 3952.0, 3930.0, 3963.0, 3930.0, 3962.0, 3952.0, 3982.0, 3952.0, 3931.0, 3961.0, 3920.0, 3973.0, 3953.0, 3982.0, 3952.0, 3930.0, 3962.0, 3940.0, 3971.0, 3951.0, 3982.0, 3952.0, 3930.0, 3951.0, 3930.0, 3973.0, 3953.0, 3942.0, 3962.0, 3931.0, 3982.0, 3952.0, 3941.0, 3961.0, 3931.0, 3984.0, 3963.0, 3972.0, 3951.0, 3920.0, 3983.0, 3962.0, 3973.0, 3952.0, 3931.0, 3984.0, 3964.0, 3962.0, 3951.0, 3931.0, 3985.0, 3964.0, 4005.0, 3963.0, 3944.0, 3975.0, 3944.0, 3985.0, 3966.0, 3984.0, 3963.0, 3932.0, 3973.0, 3953.0, 3985.0, 3953.0, 3972.0, 3951.0, 3929.0, 3961.0, 3929.0, 3972.0, 3951.0, 3980.0, 3951.0, 3929.0, 3951.0, 3919.0, 3983.0, 3951.0, 3980.0, 3939.0, 3928.0, 3960.0, 3928.0, 3981.0, 3950.0, 3960.0, 3951.0, 3919.0, 3972.0, 3941.0, 3993.0, 3962.0, 3951.0, 3950.0, 3931.0, 3995.0, 3963.0, 4003.0, 3965.0, 3942.0, 3964.0, 3955.0, 3997.0, 3965.0, 3994.0, 3954.0, 3932.0, 3964.0, 3943.0, 3985.0, 3964.0, 3984.0, 3953.0, 3941.0, 3951.0, 3920.0, 3973.0, 3951.0, 3982.0, 3952.0, 3981.0, 3940.0, 3918.0, 3950.0, 3917.0, 3972.0, 3940.0, 3971.0, 3950.0, 3938.0, 3950.0, 3931.0, 3985.0, 3952.0, 3994.0, 3954.0, 3942.0, 3975.0, 3932.0, 3996.0, 3953.0, 3992.0, 3951.0, 3948.0, 3949.0, 3927.0, 3970.0, 3929.0, 3961.0, 3940.0, 3971.0, 3950.0, 3940.0, 3960.0, 3930.0, 3972.0, 3952.0, 3993.0, 3961.0, 3931.0, 3973.0, 3952.0, 3974.0, 3964.0, 3983.0, 3953.0, 3941.0, 3973.0, 3941.0, 3973.0, 3952.0, 3983.0, 3952.0, 3973.0, 3953.0, 3931.0, 3962.0, 3943.0, 3984.0, 3953.0, 3992.0, 3952.0, 3971.0, 3952.0, 3929.0, 3960.0, 3929.0, 3982.0, 3940.0, 3971.0, 3949.0, 3970.0, 3939.0, 3928.0, 3961.0, 3918.0, 3972.0, 3928.0, 3971.0, 3940.0, 3972.0, 3952.0, 3961.0, 3949.0, 3918.0, 3971.0, 3939.0, 3982.0, 3962.0, 3970.0, 3951.0, 3930.0, 3971.0, 3930.0, 3972.0, 3951.0, 3983.0, 3962.0, 3942.0, 3985.0, 3953.0, 3986.0, 3965.0, 3983.0, 3964.0, 3945.0, 3987.0, 3966.0, 3988.0, 3976.0, 3997.0, 3967.0, 3943.0, 3988.0, 3954.0, 3995.0, 3953.0, 3994.0, 3951.0, 3959.0, 3950.0, 3916.0, 3948.0, 3927.0, 3980.0, 3949.0, 3979.0, 3936.0, 3940.0, 3949.0, 3917.0, 3970.0, 3950.0, 3970.0, 3952.0, 3961.0, 3950.0, 3930.0, 3972.0, 3951.0, 3973.0, 3965.0, 3973.0, 3963.0, 3932.0, 3985.0, 3954.0, 3987.0, 3966.0, 3994.0, 3964.0, 3942.0, 3973.0, 3930.0, 3974.0, 3942.0, 3983.0, 3952.0, 3991.0, 3941.0, 3970.0, 3938.0, 3916.0, 3970.0, 3927.0, 3969.0, 3938.0, 3959.0, 3939.0, 3929.0, 3972.0, 3930.0, 3971.0, 3952.0, 3972.0, 3953.0, 3932.0, 3986.0, 3942.0, 3995.0, 3953.0, 3994.0, 3953.0, 3951.0, 3974.0, 3930.0, 3972.0, 3952.0, 3991.0, 3951.0, 3937.0, 3948.0, 3916.0, 3959.0, 3926.0, 3970.0, 3950.0, 3959.0, 3938.0, 3919.0, 3971.0, 3939.0, 3981.0, 3962.0, 3971.0, 3951.0, 3929.0, 3960.0, 3930.0, 3985.0, 3952.0, 3984.0, 3964.0, 3961.0, 3963.0, 3931.0, 3985.0, 3952.0, 3984.0, 3953.0, 3992.0, 3953.0, 3931.0, 3973.0, 3929.0, 3972.0, 3940.0, 3982.0, 3952.0, 3939.0, 3941.0, 3918.0, 3970.0, 3939.0, 3982.0, 3949.0, 3991.0, 3939.0, 3938.0, 3961.0, 3918.0, 3983.0, 3948.0, 3972.0, 3953.0, 3971.0, 3950.0, 3930.0, 3972.0, 3929.0, 3972.0, 3951.0, 3980.0, 3952.0, 3940.0, 3985.0, 3944.0, 3985.0, 3965.0, 3954.0, 3975.0, 3945.0, 3997.0, 3977.0, 3985.0, 3975.0, 3944.0, 3987.0, 3952.0, 3984.0, 3952.0, 3981.0, 3939.0, 3919.0, 3971.0, 3929.0, 3982.0, 3951.0, 3930.0, 3950.0, 3932.0, 3984.0, 3963.0, 3994.0, 3952.0, 3931.0, 3961.0, 3942.0, 3984.0, 3962.0, 3993.0, 3952.0, 3931.0, 3950.0, 3920.0, 3981.0, 3950.0, 3981.0, 3952.0, 3939.0, 3963.0, 3931.0, 3984.0, 3963.0, 3993.0, 3952.0, 3930.0, 3951.0, 3918.0, 3983.0, 3951.0, 3992.0, 3951.0, 3928.0, 3951.0, 3930.0, 3983.0, 3953.0, 3983.0, 3941.0, 3920.0, 3974.0, 3954.0, 3994.0, 3953.0, 3943.0, 3974.0, 3943.0, 3995.0, 3965.0, 3994.0, 3952.0, 3930.0, 3962.0, 3943.0, 3983.0, 3952.0, 3969.0, 3950.0, 3917.0, 3983.0, 3951.0, 3992.0, 3951.0, 3919.0, 3971.0, 3951.0, 3961.0, 3972.0, 3941.0, 3995.0, 3963.0, 3941.0, 3985.0, 3964.0, 3964.0, 3975.0, 3944.0, 3986.0, 3966.0, 3997.0, 3976.0, 3945.0, 3986.0, 3966.0, 3955.0, 3987.0, 3955.0, 3997.0, 3965.0, 3954.0, 3974.0, 3952.0, 3984.0, 3963.0, 3941.0, 3972.0, 3953.0, 3972.0, 3972.0, 3931.0, 3993.0, 3952.0, 3930.0, 3972.0, 3930.0, 3994.0, 3961.0, 3971.0, 3939.0, 3919.0, 3982.0, 3951.0, 3939.0, 3950.0, 3929.0, 3973.0, 3953.0, 3981.0, 3961.0, 3930.0, 3974.0, 3950.0, 3961.0, 3950.0, 3930.0, 3983.0, 3962.0, 3950.0, 3960.0, 3930.0, 3982.0, 3964.0, 3960.0, 3950.0, 3929.0, 3984.0, 3952.0, 3990.0, 3951.0, 3940.0, 3962.0, 3929.0, 3981.0, 3951.0, 3941.0, 3962.0, 3942.0, 3994.0, 3965.0, 3951.0, 3973.0, 3952.0, 3984.0, 3966.0, 3954.0, 3985.0, 3944.0, 3996.0, 3965.0, 3985.0, 3953.0, 3944.0, 3985.0, 3951.0, 3984.0, 3951.0, 3940.0, 3952.0, 3931.0, 3984.0, 3952.0, 3983.0, 3952.0, 3982.0, 3941.0, 3960.0, 3972.0, 3918.0, 3972.0, 3930.0, 3981.0, 3951.0, 3972.0, 3951.0, 3931.0, 3984.0, 3951.0, 3985.0, 3954.0, 3994.0, 3965.0, 3943.0, 3975.0, 3943.0, 3996.0, 3962.0, 3995.0, 3953.0, 3991.0, 3940.0, 3929.0, 3960.0, 3926.0, 3981.0, 3949.0, 3970.0, 3940.0, 3949.0, 3961.0, 3929.0, 3983.0, 3941.0, 3974.0, 3952.0, 3982.0, 3961.0, 3929.0, 3970.0, 3928.0, 3981.0, 3950.0, 3991.0, 3951.0, 3928.0, 3960.0, 3940.0, 3982.0, 3962.0, 3982.0, 3951.0, 3942.0, 3973.0, 3942.0, 3995.0, 3973.0, 3982.0, 3963.0, 3942.0, 3975.0, 3943.0, 3996.0, 3964.0, 3993.0, 3952.0, 3962.0, 3964.0, 3930.0, 3973.0, 3929.0, 3971.0, 3939.0, 3971.0, 3951.0, 3980.0, 3951.0, 3930.0, 3961.0, 3931.0, 3984.0, 3953.0, 3983.0, 3954.0, 3941.0, 3961.0, 3931.0, 3984.0, 3954.0, 3982.0, 3952.0, 3939.0, 3953.0, 3920.0, 3981.0, 3948.0, 3990.0, 3939.0, 3948.0, 3960.0, 3916.0, 3970.0, 3947.0, 3979.0, 3950.0, 3949.0, 3972.0, 3927.0, 3970.0, 3949.0, 3980.0, 3951.0, 3960.0, 3961.0, 3930.0, 3972.0, 3953.0, 3993.0, 3963.0, 3952.0, 3974.0, 3942.0, 3973.0, 3963.0, 3995.0, 3964.0, 3981.0, 3950.0, 3929.0, 3960.0, 3928.0, 3981.0, 3949.0, 3969.0, 3938.0, 3948.0, 3936.0, 3905.0, 3959.0, 3927.0, 3969.0, 3949.0, 3946.0, 3938.0, 3928.0, 3969.0, 3937.0, 3982.0, 3961.0, 3969.0, 3939.0, 3949.0, 3970.0, 3928.0, 3971.0, 3938.0, 3983.0, 3952.0, 3952.0, 3962.0, 3928.0, 3983.0, 3953.0, 3983.0, 3953.0, 3944.0, 3986.0, 3965.0, 4006.0, 3964.0, 3965.0, 3986.0, 3942.0, 3995.0, 3962.0, 3982.0, 3952.0, 3991.0, 3951.0, 3938.0, 3958.0, 3915.0, 3956.0, 3935.0, 3968.0, 3937.0, 3924.0, 3947.0, 3926.0, 3972.0, 3950.0, 3991.0, 3950.0, 3939.0, 3960.0, 3929.0, 3981.0, 3951.0, 3992.0, 3952.0, 3930.0, 3960.0, 3941.0, 3983.0, 3964.0, 3973.0, 3964.0, 3932.0, 3974.0, 3964.0, 4005.0, 3952.0, 3942.0, 3973.0, 3942.0, 3994.0, 3952.0, 3993.0, 3961.0, 3929.0, 3973.0, 3939.0, 3971.0, 3939.0, 3947.0, 3947.0, 3915.0, 3957.0, 3937.0, 3969.0, 3938.0, 3926.0, 3958.0, 3939.0, 3969.0, 3950.0, 3928.0, 3971.0, 3939.0, 3982.0, 3951.0, 3940.0, 3975.0, 3941.0, 3995.0, 3974.0, 3941.0, 3962.0, 3931.0, 3993.0, 3963.0, 3993.0, 3962.0, 3930.0, 3983.0, 3949.0, 3991.0, 3962.0, 3971.0, 3962.0, 3928.0, 3960.0, 3939.0, 3972.0, 3951.0, 3938.0, 3961.0, 3918.0, 3961.0, 3939.0, 3981.0, 3951.0, 3970.0, 3939.0, 3918.0, 3960.0, 3918.0, 3960.0, 3929.0, 3971.0, 3939.0, 3960.0, 3952.0, 3972.0, 3949.0, 3931.0, 3973.0, 3953.0, 3973.0, 3964.0, 3993.0, 3953.0, 3941.0, 3962.0, 3941.0, 3984.0, 3964.0, 3993.0, 3954.0, 3931.0, 3963.0, 3942.0, 3985.0, 3952.0, 4004.0, 3953.0, 3929.0, 3959.0, 3927.0, 3980.0, 3961.0, 3951.0, 3960.0, 3931.0, 3982.0, 3962.0, 3952.0, 3974.0, 3952.0, 3984.0, 3965.0, 3975.0, 3974.0, 3943.0, 3984.0, 3951.0, 3981.0, 3953.0, 3942.0, 3985.0, 3973.0, 3972.0, 3963.0, 3931.0, 3984.0, 3953.0, 3996.0, 3975.0, 3973.0, 3963.0, 3932.0, 3985.0, 3963.0, 3995.0, 3954.0, 3931.0, 3973.0, 3942.0, 3993.0, 3962.0, 3991.0, 3950.0, 3969.0, 3948.0, 3928.0, 3970.0, 3939.0, 3969.0, 3951.0, 3983.0, 3961.0, 3931.0, 3970.0, 3951.0, 3982.0, 3953.0, 3941.0, 3987.0, 3952.0, 3994.0, 3963.0, 3984.0, 3962.0, 3993.0, 3962.0, 3950.0, 3950.0, 3917.0, 3961.0, 3940.0, 3981.0, 3952.0, 3931.0, 3973.0, 3943.0, 3996.0, 3976.0, 3996.0, 3965.0, 3940.0, 3971.0, 3928.0, 3982.0, 3949.0, 3981.0, 3936.0, 3967.0, 3926.0, 3916.0, 3957.0, 3925.0, 3968.0, 3939.0, 3939.0, 3959.0, 3941.0, 3970.0, 3961.0, 3960.0, 3951.0, 3928.0, 3983.0, 3961.0, 3982.0, 3951.0], 'WindowWidth': [8921.0, 8842.0, 8898.0, 8842.0, 8851.0, 8825.0, 8793.0, 8855.0, 8808.0, 8855.0, 8839.0, 8845.0, 8823.0, 8795.0, 8854.0, 8809.0, 8871.0, 8838.0, 8850.0, 8826.0, 8782.0, 8860.0, 8812.0, 8858.0, 8825.0, 8853.0, 8829.0, 8798.0, 8846.0, 8816.0, 8863.0, 8848.0, 8890.0, 8837.0, 8827.0, 8853.0, 8802.0, 8864.0, 8833.0, 8878.0, 8850.0, 8828.0, 8846.0, 8798.0, 8860.0, 8809.0, 8871.0, 8845.0, 8852.0, 8825.0, 8797.0, 8857.0, 8808.0, 8869.0, 8843.0, 8866.0, 8825.0, 8822.0, 8841.0, 8797.0, 8857.0, 8826.0, 8859.0, 8834.0, 8844.0, 8847.0, 8800.0, 8877.0, 8849.0, 8896.0, 8855.0, 8839.0, 8889.0, 8835.0, 8883.0, 8847.0, 8892.0, 8849.0, 8799.0, 8859.0, 8814.0, 8878.0, 8847.0, 8887.0, 8829.0, 8869.0, 8811.0, 8781.0, 8825.0, 8799.0, 8869.0, 8845.0, 8890.0, 8847.0, 8819.0, 8866.0, 8821.0, 8896.0, 8850.0, 8890.0, 8833.0, 8855.0, 8828.0, 8794.0, 8843.0, 8792.0, 8843.0, 8827.0, 8868.0, 8826.0, 8796.0, 8838.0, 8782.0, 8858.0, 8828.0, 8868.0, 8828.0, 8794.0, 8842.0, 8808.0, 8854.0, 8824.0, 8870.0, 8826.0, 8794.0, 8826.0, 8796.0, 8858.0, 8830.0, 8813.0, 8842.0, 8797.0, 8868.0, 8828.0, 8811.0, 8841.0, 8798.0, 8875.0, 8845.0, 8856.0, 8826.0, 8783.0, 8874.0, 8841.0, 8856.0, 8830.0, 8798.0, 8875.0, 8848.0, 8841.0, 8826.0, 8800.0, 8876.0, 8847.0, 8904.0, 8846.0, 8819.0, 8864.0, 8819.0, 8879.0, 8850.0, 8874.0, 8846.0, 8798.0, 8859.0, 8828.0, 8877.0, 8829.0, 8852.0, 8825.0, 8791.0, 8837.0, 8792.0, 8854.0, 8824.0, 8863.0, 8824.0, 8792.0, 8826.0, 8781.0, 8872.0, 8823.0, 8862.0, 8805.0, 8789.0, 8835.0, 8789.0, 8869.0, 8823.0, 8834.0, 8824.0, 8781.0, 8855.0, 8812.0, 8885.0, 8841.0, 8825.0, 8824.0, 8801.0, 8892.0, 8845.0, 8900.0, 8849.0, 8815.0, 8846.0, 8838.0, 8897.0, 8850.0, 8890.0, 8834.0, 8801.0, 8846.0, 8817.0, 8879.0, 8845.0, 8877.0, 8830.0, 8809.0, 8825.0, 8780.0, 8858.0, 8825.0, 8871.0, 8825.0, 8864.0, 8807.0, 8776.0, 8822.0, 8774.0, 8855.0, 8807.0, 8852.0, 8821.0, 8803.0, 8823.0, 8797.0, 8877.0, 8827.0, 8886.0, 8833.0, 8814.0, 8863.0, 8802.0, 8896.0, 8829.0, 8884.0, 8824.0, 8815.0, 8819.0, 8786.0, 8849.0, 8791.0, 8840.0, 8810.0, 8852.0, 8824.0, 8807.0, 8837.0, 8797.0, 8856.0, 8830.0, 8886.0, 8840.0, 8797.0, 8856.0, 8828.0, 8862.0, 8847.0, 8871.0, 8830.0, 8812.0, 8857.0, 8811.0, 8859.0, 8827.0, 8871.0, 8829.0, 8855.0, 8830.0, 8796.0, 8841.0, 8816.0, 8877.0, 8831.0, 8884.0, 8828.0, 8850.0, 8827.0, 8792.0, 8837.0, 8792.0, 8870.0, 8807.0, 8852.0, 8820.0, 8848.0, 8807.0, 8790.0, 8838.0, 8777.0, 8854.0, 8791.0, 8853.0, 8810.0, 8854.0, 8827.0, 8836.0, 8819.0, 8776.0, 8852.0, 8806.0, 8871.0, 8841.0, 8848.0, 8824.0, 8796.0, 8854.0, 8795.0, 8856.0, 8826.0, 8874.0, 8844.0, 8816.0, 8879.0, 8829.0, 8881.0, 8848.0, 8873.0, 8849.0, 8822.0, 8884.0, 8854.0, 8887.0, 8867.0, 8898.0, 8855.0, 8819.0, 8889.0, 8831.0, 8895.0, 8829.0, 8888.0, 8824.0, 8831.0, 8821.0, 8769.0, 8817.0, 8787.0, 8864.0, 8817.0, 8860.0, 8800.0, 8808.0, 8821.0, 8773.0, 8850.0, 8821.0, 8850.0, 8827.0, 8837.0, 8822.0, 8794.0, 8855.0, 8826.0, 8858.0, 8850.0, 8858.0, 8846.0, 8803.0, 8877.0, 8833.0, 8882.0, 8851.0, 8889.0, 8848.0, 8813.0, 8858.0, 8794.0, 8861.0, 8815.0, 8876.0, 8828.0, 8883.0, 8810.0, 8845.0, 8804.0, 8770.0, 8850.0, 8785.0, 8848.0, 8802.0, 8834.0, 8808.0, 8794.0, 8854.0, 8795.0, 8856.0, 8828.0, 8856.0, 8831.0, 8802.0, 8881.0, 8816.0, 8893.0, 8831.0, 8888.0, 8831.0, 8825.0, 8861.0, 8795.0, 8857.0, 8829.0, 8880.0, 8823.0, 8800.0, 8816.0, 8769.0, 8833.0, 8785.0, 8850.0, 8821.0, 8832.0, 8803.0, 8781.0, 8851.0, 8807.0, 8867.0, 8842.0, 8851.0, 8823.0, 8791.0, 8836.0, 8796.0, 8876.0, 8828.0, 8873.0, 8847.0, 8840.0, 8845.0, 8798.0, 8878.0, 8826.0, 8875.0, 8829.0, 8881.0, 8830.0, 8796.0, 8858.0, 8791.0, 8856.0, 8809.0, 8869.0, 8827.0, 8807.0, 8809.0, 8776.0, 8849.0, 8805.0, 8870.0, 8817.0, 8879.0, 8806.0, 8803.0, 8840.0, 8778.0, 8871.0, 8819.0, 8856.0, 8834.0, 8854.0, 8824.0, 8796.0, 8856.0, 8795.0, 8854.0, 8826.0, 8866.0, 8829.0, 8809.0, 8877.0, 8820.0, 8881.0, 8851.0, 8835.0, 8865.0, 8825.0, 8900.0, 8869.0, 8876.0, 8864.0, 8818.0, 8885.0, 8829.0, 8879.0, 8829.0, 8863.0, 8804.0, 8779.0, 8852.0, 8793.0, 8870.0, 8825.0, 8795.0, 8823.0, 8803.0, 8877.0, 8845.0, 8890.0, 8830.0, 8799.0, 8841.0, 8817.0, 8878.0, 8841.0, 8887.0, 8829.0, 8798.0, 8824.0, 8782.0, 8868.0, 8823.0, 8868.0, 8827.0, 8808.0, 8846.0, 8799.0, 8875.0, 8843.0, 8886.0, 8827.0, 8794.0, 8827.0, 8780.0, 8872.0, 8825.0, 8882.0, 8825.0, 8791.0, 8827.0, 8798.0, 8873.0, 8830.0, 8870.0, 8812.0, 8783.0, 8863.0, 8833.0, 8887.0, 8833.0, 8817.0, 8862.0, 8820.0, 8895.0, 8849.0, 8888.0, 8831.0, 8796.0, 8843.0, 8818.0, 8873.0, 8829.0, 8846.0, 8821.0, 8774.0, 8871.0, 8826.0, 8881.0, 8825.0, 8781.0, 8855.0, 8829.0, 8840.0, 8858.0, 8815.0, 8893.0, 8846.0, 8816.0, 8878.0, 8849.0, 8849.0, 8865.0, 8820.0, 8882.0, 8854.0, 8896.0, 8869.0, 8823.0, 8882.0, 8853.0, 8839.0, 8884.0, 8838.0, 8900.0, 8852.0, 8832.0, 8864.0, 8830.0, 8879.0, 8844.0, 8810.0, 8855.0, 8831.0, 8855.0, 8857.0, 8799.0, 8886.0, 8829.0, 8797.0, 8857.0, 8797.0, 8892.0, 8839.0, 8850.0, 8807.0, 8782.0, 8871.0, 8827.0, 8807.0, 8823.0, 8793.0, 8859.0, 8829.0, 8865.0, 8840.0, 8794.0, 8860.0, 8822.0, 8841.0, 8825.0, 8798.0, 8873.0, 8842.0, 8822.0, 8839.0, 8799.0, 8874.0, 8847.0, 8837.0, 8823.0, 8793.0, 8874.0, 8828.0, 8880.0, 8827.0, 8810.0, 8841.0, 8795.0, 8867.0, 8827.0, 8810.0, 8841.0, 8814.0, 8891.0, 8852.0, 8828.0, 8859.0, 8829.0, 8875.0, 8852.0, 8834.0, 8879.0, 8820.0, 8898.0, 8850.0, 8875.0, 8832.0, 8821.0, 8880.0, 8826.0, 8877.0, 8826.0, 8808.0, 8827.0, 8800.0, 8876.0, 8829.0, 8873.0, 8828.0, 8868.0, 8814.0, 8836.0, 8855.0, 8778.0, 8856.0, 8797.0, 8868.0, 8827.0, 8856.0, 8827.0, 8799.0, 8874.0, 8829.0, 8880.0, 8837.0, 8888.0, 8851.0, 8819.0, 8866.0, 8820.0, 8898.0, 8844.0, 8897.0, 8831.0, 8882.0, 8811.0, 8795.0, 8837.0, 8786.0, 8870.0, 8821.0, 8851.0, 8811.0, 8819.0, 8840.0, 8793.0, 8872.0, 8812.0, 8863.0, 8829.0, 8869.0, 8842.0, 8792.0, 8850.0, 8791.0, 8868.0, 8823.0, 8878.0, 8827.0, 8790.0, 8838.0, 8812.0, 8870.0, 8844.0, 8868.0, 8828.0, 8816.0, 8862.0, 8818.0, 8895.0, 8859.0, 8870.0, 8846.0, 8817.0, 8865.0, 8820.0, 8897.0, 8848.0, 8888.0, 8829.0, 8843.0, 8849.0, 8796.0, 8861.0, 8792.0, 8854.0, 8806.0, 8852.0, 8825.0, 8864.0, 8824.0, 8796.0, 8840.0, 8797.0, 8876.0, 8833.0, 8874.0, 8835.0, 8813.0, 8842.0, 8800.0, 8878.0, 8833.0, 8872.0, 8829.0, 8806.0, 8832.0, 8784.0, 8868.0, 8818.0, 8876.0, 8807.0, 8818.0, 8837.0, 8774.0, 8853.0, 8816.0, 8861.0, 8826.0, 8821.0, 8855.0, 8790.0, 8854.0, 8822.0, 8866.0, 8827.0, 8836.0, 8839.0, 8797.0, 8855.0, 8831.0, 8888.0, 8846.0, 8829.0, 8861.0, 8815.0, 8860.0, 8845.0, 8894.0, 8848.0, 8866.0, 8824.0, 8793.0, 8837.0, 8791.0, 8870.0, 8821.0, 8852.0, 8804.0, 8816.0, 8799.0, 8755.0, 8833.0, 8789.0, 8849.0, 8819.0, 8812.0, 8805.0, 8792.0, 8850.0, 8803.0, 8871.0, 8840.0, 8848.0, 8807.0, 8819.0, 8852.0, 8792.0, 8853.0, 8806.0, 8874.0, 8831.0, 8830.0, 8844.0, 8794.0, 8873.0, 8835.0, 8874.0, 8835.0, 8821.0, 8883.0, 8853.0, 8909.0, 8850.0, 8852.0, 8884.0, 8816.0, 8899.0, 8843.0, 8873.0, 8827.0, 8880.0, 8826.0, 8802.0, 8832.0, 8766.0, 8827.0, 8796.0, 8843.0, 8804.0, 8781.0, 8814.0, 8787.0, 8857.0, 8826.0, 8880.0, 8825.0, 8807.0, 8840.0, 8794.0, 8869.0, 8827.0, 8885.0, 8827.0, 8796.0, 8838.0, 8813.0, 8874.0, 8849.0, 8858.0, 8849.0, 8802.0, 8865.0, 8848.0, 8907.0, 8832.0, 8814.0, 8861.0, 8814.0, 8892.0, 8830.0, 8888.0, 8843.0, 8794.0, 8860.0, 8805.0, 8855.0, 8807.0, 8812.0, 8817.0, 8770.0, 8831.0, 8802.0, 8849.0, 8805.0, 8786.0, 8831.0, 8806.0, 8847.0, 8826.0, 8793.0, 8853.0, 8808.0, 8871.0, 8827.0, 8814.0, 8865.0, 8816.0, 8895.0, 8862.0, 8813.0, 8842.0, 8799.0, 8888.0, 8844.0, 8885.0, 8843.0, 8797.0, 8873.0, 8822.0, 8882.0, 8841.0, 8850.0, 8841.0, 8788.0, 8836.0, 8807.0, 8858.0, 8825.0, 8805.0, 8838.0, 8778.0, 8839.0, 8809.0, 8867.0, 8825.0, 8849.0, 8806.0, 8777.0, 8838.0, 8779.0, 8838.0, 8792.0, 8854.0, 8808.0, 8837.0, 8830.0, 8854.0, 8823.0, 8798.0, 8860.0, 8831.0, 8860.0, 8848.0, 8886.0, 8832.0, 8813.0, 8843.0, 8814.0, 8878.0, 8847.0, 8887.0, 8835.0, 8799.0, 8846.0, 8815.0, 8878.0, 8829.0, 8903.0, 8830.0, 8792.0, 8834.0, 8789.0, 8866.0, 8841.0, 8826.0, 8840.0, 8800.0, 8870.0, 8843.0, 8829.0, 8864.0, 8831.0, 8877.0, 8851.0, 8865.0, 8863.0, 8818.0, 8875.0, 8826.0, 8868.0, 8832.0, 8814.0, 8880.0, 8858.0, 8857.0, 8844.0, 8800.0, 8876.0, 8832.0, 8897.0, 8864.0, 8858.0, 8846.0, 8803.0, 8880.0, 8844.0, 8891.0, 8832.0, 8799.0, 8861.0, 8814.0, 8889.0, 8843.0, 8883.0, 8823.0, 8848.0, 8820.0, 8792.0, 8851.0, 8806.0, 8849.0, 8827.0, 8872.0, 8842.0, 8798.0, 8852.0, 8826.0, 8871.0, 8832.0, 8815.0, 8883.0, 8831.0, 8890.0, 8846.0, 8876.0, 8843.0, 8888.0, 8842.0, 8820.0, 8821.0, 8774.0, 8838.0, 8811.0, 8867.0, 8828.0, 8800.0, 8859.0, 8821.0, 8898.0, 8868.0, 8895.0, 8850.0, 8811.0, 8856.0, 8790.0, 8873.0, 8820.0, 8867.0, 8797.0, 8841.0, 8786.0, 8771.0, 8828.0, 8784.0, 8845.0, 8807.0, 8807.0, 8836.0, 8811.0, 8855.0, 8841.0, 8838.0, 8825.0, 8791.0, 8872.0, 8839.0, 8871.0, 8826.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.00015976298997265272</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02186484430264357</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.14042611029201</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2536743449635035</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9878089733394158</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5004</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4039.1387</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08751830692888336</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.3673655423883317</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.581373568492826</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4986629404272334</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8686096588797434</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3768481061715</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00532412</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015246664173901081</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031038492918014526</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1097</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.7368573678213157</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>26.027</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.4526</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.1045</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296826.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1035.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.7407</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0498</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.4923</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3087.8792</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3284.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79718.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>936.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4090.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.8078</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.35556271672249</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> |