=== 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-0102 --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-0102",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
148 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
148 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-0102_ses-01_task-alignvideo_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-0102_ses-01_task-alignvideo_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-01_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-alignvideo_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-01_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-alignvideo_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-01_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_ses-01_task-alignvideo_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-alignvideo_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-0102/ses-01/func/sub-0102_ses-01_task-alignvideo_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>611dac8017ee993e60a99c9900ed2bc4</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>16:52:3.357500</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.995179, 0.0156896, -0.0968125, -0.0170234, 0.999771, -0.0129662]</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-alignvideo_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.10719</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-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4211, -7806, -7284, 214, -89, -83, -62, 105]</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>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.66</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>56d9713e-9707-47d3-b165-66aef2eea655||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.669992446899414, -0.04567256197333336, -0.26078474521636963, 119.35115814208984], [-0.0420941561460495, 2.682312488555908, -0.03928980976343155, -96.31464385986328], [-0.2597409784793854, 0.03478739783167839, 2.687089204788208, -68.3446044921875], [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, 1376]</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, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['165203.357500', '165203.817500', '165204.277500', '165204.737500', '165205.197500', '165205.657500', '165206.117500', '165206.577500', '165207.037500', '165207.497500', '165207.957500', '165208.417500', '165208.877500', '165209.337500', '165209.797500', '165210.257500', '165210.717500', '165211.177500', '165211.637500', '165212.097500', '165212.557500', '165213.017500', '165213.477500', '165213.937500', '165214.397500', '165214.857500', '165215.317500', '165215.777500', '165216.237500', '165216.697500', '165217.157500', '165217.617500', '165218.077500', '165218.537500', '165218.997500', '165219.457500', '165219.917500', '165220.377500', '165220.837500', '165221.297500', '165221.757500', '165222.217500', '165222.677500', '165223.137500', '165223.597500', '165224.057500', '165224.517500', '165224.977500', '165225.437500', '165225.897500', '165226.357500', '165226.817500', '165227.277500', '165227.737500', '165228.197500', '165228.657500', '165229.117500', '165229.577500', '165230.037500', '165230.497500', '165230.957500', '165231.417500', '165231.877500', '165232.337500', '165232.797500', '165233.257500', '165233.717500', '165234.177500', '165234.637500', '165235.097500', '165235.557500', '165236.017500', '165236.477500', '165236.937500', '165237.397500', '165237.857500', '165238.317500', '165238.777500', '165239.237500', '165239.697500', '165240.157500', '165240.617500', '165241.077500', '165241.537500', '165241.997500', '165242.457500', '165242.917500', '165243.377500', '165243.837500', '165244.297500', '165244.757500', '165245.217500', '165245.677500', '165246.137500', '165246.597500', '165247.057500', '165247.517500', '165247.977500', '165248.437500', '165248.897500', '165249.357500', '165249.817500', '165250.277500', '165250.737500', '165251.197500', '165251.657500', '165252.117500', '165252.577500', '165253.037500', '165253.497500', '165253.957500', '165254.417500', '165254.877500', '165255.337500', '165255.797500', '165256.257500', '165256.717500', '165257.177500', '165257.637500', '165258.097500', '165258.557500', '165259.017500', '165259.477500', '165259.937500', '165300.397500', '165300.857500', '165301.317500', '165301.777500', '165302.237500', '165302.697500', '165303.157500', '165303.617500', '165304.077500', '165304.537500', '165304.997500', '165305.457500', '165305.917500', '165306.377500', '165306.837500', '165307.297500', '165307.757500', '165308.217500', '165308.677500', '165309.137500', '165309.597500', '165310.057500', '165310.517500', '165310.977500', '165311.437500', '165311.897500', '165312.357500', '165312.817500', '165313.277500', '165313.737500', '165314.197500', '165314.657500', '165315.117500', '165315.577500', '165316.037500', '165316.497500', '165316.957500', '165317.417500', '165317.877500', '165318.337500', '165318.797500', '165319.257500', '165319.717500', '165320.177500', '165320.637500', '165321.097500', '165321.557500', '165322.017500', '165322.477500', '165322.937500', '165323.397500', '165323.857500', '165324.317500', '165324.777500', '165325.237500', '165325.697500', '165326.157500', '165326.617500', '165327.077500', '165327.537500', '165327.997500', '165328.457500', '165328.917500', '165329.377500', '165329.837500', '165330.297500', '165330.757500', '165331.217500', '165331.677500', '165332.137500', '165332.597500', '165333.057500', '165333.517500', '165333.977500', '165334.437500', '165334.897500', '165335.357500', '165335.817500', '165336.277500', '165336.737500', '165337.197500', '165337.657500', '165338.117500', '165338.577500', '165339.037500', '165339.497500', '165339.957500', '165340.417500', '165340.877500', '165341.337500', '165341.797500', '165342.257500', '165342.717500', '165343.177500', '165343.637500', '165344.097500', '165344.557500', '165345.017500', '165345.477500', '165345.937500', '165346.397500', '165346.857500', '165347.317500', '165347.777500', '165348.237500', '165348.697500', '165349.157500', '165349.617500', '165350.077500', '165350.537500', '165350.997500', '165351.457500', '165351.917500', '165352.377500', '165352.837500', '165353.297500', '165353.757500', '165354.217500', '165354.677500', '165355.137500', '165355.597500', '165356.057500', '165356.517500', '165356.977500', '165357.437500', '165357.897500', '165358.357500', '165358.817500', '165359.277500', '165359.737500', '165400.197500', '165400.657500', '165401.117500', '165401.577500', '165402.037500', '165402.497500', '165402.957500', '165403.417500', '165403.877500', '165404.337500', '165404.797500', '165405.257500', '165405.717500', '165406.177500', '165406.637500', '165407.097500', '165407.557500', '165408.017500', '165408.477500', '165408.937500', '165409.397500', '165409.857500', '165410.317500', '165410.777500', '165411.237500', '165411.697500', '165412.157500', '165412.617500', '165413.077500', '165413.537500', '165413.997500', '165414.457500', '165414.917500', '165415.377500', '165415.837500', '165416.297500', '165416.757500', '165417.217500', '165417.677500', '165418.137500', '165418.597500', '165419.057500', '165419.517500', '165419.977500', '165420.437500', '165420.897500', '165421.357500', '165421.817500', '165422.277500', '165422.737500', '165423.197500', '165423.657500', '165424.117500', '165424.577500', '165425.037500', '165425.497500', '165425.957500', '165426.417500', '165426.877500', '165427.337500', '165427.797500', '165428.257500', '165428.717500', '165429.177500', '165429.637500', '165430.097500', '165430.557500', '165431.017500', '165431.477500', '165431.937500', '165432.397500', '165432.857500', '165433.317500', '165433.777500', '165434.237500', '165434.697500', '165435.157500', '165435.617500', '165436.077500', '165436.537500', '165436.997500', '165437.457500', '165437.917500', '165438.377500', '165438.837500', '165439.297500', '165439.757500', '165440.217500', '165440.677500', '165441.137500', '165441.597500', '165442.057500', '165442.517500', '165442.977500', '165443.437500', '165443.897500', '165444.357500', '165444.817500', '165445.277500', '165445.737500', '165446.197500', '165446.657500', '165447.117500', '165447.577500', '165448.037500', '165448.497500', '165448.957500', '165449.417500', '165449.877500', '165450.337500', '165450.797500', '165451.257500', '165451.717500', '165452.177500', '165452.637500', '165453.097500', '165453.557500', '165454.017500', '165454.477500', '165454.937500', '165455.397500', '165455.857500', '165456.317500', '165456.777500', '165457.237500', '165457.697500', '165458.157500', '165458.617500', '165459.077500', '165459.537500', '165459.997500', '165500.457500', '165500.917500', '165501.377500', '165501.837500', '165502.297500', '165502.757500', '165503.217500', '165503.677500', '165504.137500', '165504.597500', '165505.057500', '165505.517500', '165505.977500', '165506.437500', '165506.897500', '165507.357500', '165507.817500', '165508.277500', '165508.737500', '165509.197500', '165509.657500', '165510.117500', '165510.577500', '165511.037500', '165511.497500', '165511.957500', '165512.417500', '165512.877500', '165513.337500', '165513.797500', '165514.257500', '165514.717500', '165515.177500', '165515.637500', '165516.097500', '165516.557500', '165517.017500', '165517.477500', '165517.937500', '165518.397500', '165518.857500', '165519.317500', '165519.777500', '165520.237500', '165520.697500', '165521.157500', '165521.617500', '165522.077500', '165522.537500', '165522.997500', '165523.457500', '165523.917500', '165524.377500', '165524.837500', '165525.297500', '165525.757500', '165526.217500', '165526.677500', '165527.137500', '165527.597500', '165528.057500', '165528.517500', '165528.977500', '165529.437500', '165529.897500', '165530.357500', '165530.817500', '165531.277500', '165531.737500', '165532.197500', '165532.657500', '165533.117500', '165533.577500', '165534.037500', '165534.497500', '165534.957500', '165535.417500', '165535.877500', '165536.337500', '165536.797500', '165537.257500', '165537.717500', '165538.177500', '165538.637500', '165539.097500', '165539.557500', '165540.017500', '165540.477500', '165540.937500', '165541.397500', '165541.857500', '165542.317500', '165542.777500', '165543.237500', '165543.697500', '165544.157500', '165544.617500', '165545.077500', '165545.537500', '165545.997500', '165546.457500', '165546.917500', '165547.377500', '165547.837500', '165548.297500', '165548.757500', '165549.217500', '165549.677500', '165550.137500', '165550.597500', '165551.057500', '165551.517500', '165551.977500', '165552.437500', '165552.897500', '165553.357500', '165553.817500', '165554.277500', '165554.737500', '165555.197500', '165555.657500', '165556.117500', '165556.577500', '165557.037500', '165557.497500', '165557.957500', '165558.417500', '165558.877500', '165559.337500', '165559.797500', '165600.257500', '165600.717500', '165601.177500', '165601.637500', '165602.097500', '165602.557500', '165603.017500', '165603.477500', '165603.937500', '165604.397500', '165604.857500', '165605.317500', '165605.777500', '165606.237500', '165606.697500', '165607.157500', '165607.617500', '165608.077500', '165608.537500', '165608.997500', '165609.457500', '165609.917500', '165610.377500', '165610.837500', '165611.297500', '165611.757500', '165612.217500', '165612.677500', '165613.137500', '165613.597500', '165614.057500', '165614.517500', '165614.977500', '165615.437500', '165615.897500', '165616.357500', '165616.817500', '165617.277500', '165617.737500', '165618.197500', '165618.657500', '165619.117500', '165619.577500', '165620.037500', '165620.497500', '165620.957500', '165621.417500', '165621.877500', '165622.337500', '165622.797500', '165623.257500', '165623.717500', '165624.177500', '165624.637500', '165625.097500', '165625.557500', '165626.017500', '165626.477500', '165626.937500', '165627.397500', '165627.857500', '165628.317500', '165628.777500', '165629.237500', '165629.697500', '165630.157500', '165630.617500', '165631.077500', '165631.537500', '165631.997500', '165632.457500', '165632.917500', '165633.377500', '165633.837500', '165634.297500', '165634.757500', '165635.217500', '165635.677500', '165636.137500', '165636.597500', '165637.057500', '165637.517500', '165637.977500', '165638.437500', '165638.897500', '165639.357500', '165639.817500', '165640.277500', '165640.737500', '165641.197500', '165641.657500', '165642.117500', '165642.577500', '165643.037500', '165643.497500', '165643.957500', '165644.417500', '165644.877500', '165645.337500', '165645.797500', '165646.257500', '165646.717500', '165647.177500', '165647.637500', '165648.097500', '165648.557500', '165649.017500', '165649.477500', '165649.937500', '165650.397500', '165650.857500', '165651.317500', '165651.777500', '165652.237500', '165652.697500', '165653.157500', '165653.617500', '165654.077500', '165654.537500', '165654.997500', '165655.457500', '165655.917500', '165656.377500', '165656.837500', '165657.297500', '165657.757500', '165658.217500', '165658.677500', '165659.137500', '165659.597500', '165700.057500', '165700.517500', '165700.977500', '165701.437500', '165701.897500', '165702.357500', '165702.817500', '165703.277500', '165703.737500', '165704.197500', '165704.657500', '165705.117500', '165705.577500', '165706.037500', '165706.497500', '165706.957500', '165707.417500', '165707.877500', '165708.337500', '165708.797500', '165709.257500', '165709.717500', '165710.177500', '165710.637500', '165711.097500', '165711.557500', '165712.017500', '165712.477500', '165712.937500', '165713.397500', '165713.857500', '165714.317500', '165714.777500', '165715.237500', '165715.697500', '165716.157500', '165716.617500', '165717.077500', '165717.537500', '165717.997500', '165718.457500', '165718.917500', '165719.377500', '165719.837500', '165720.297500', '165720.757500', '165721.217500', '165721.677500', '165722.137500', '165722.597500', '165723.057500', '165723.517500', '165723.977500', '165724.437500', '165724.897500', '165725.357500', '165725.817500', '165726.277500', '165726.737500', '165727.197500', '165727.657500', '165728.117500', '165728.577500', '165729.037500', '165729.497500', '165729.957500', '165730.417500', '165730.877500', '165731.337500', '165731.797500', '165732.257500', '165732.717500', '165733.177500', '165733.637500', '165734.097500', '165734.557500', '165735.017500', '165735.477500', '165735.937500', '165736.397500', '165736.857500', '165737.317500', '165737.777500', '165738.237500', '165738.697500', '165739.157500', '165739.617500', '165740.077500', '165740.537500', '165740.997500', '165741.457500', '165741.917500', '165742.377500', '165742.837500', '165743.297500', '165743.757500', '165744.217500', '165744.677500', '165745.137500', '165745.597500', '165746.057500', '165746.517500', '165746.977500', '165747.437500', '165747.897500', '165748.357500', '165748.817500', '165749.277500', '165749.737500', '165750.197500', '165750.657500', '165751.117500', '165751.577500', '165752.037500', '165752.497500', '165752.957500', '165753.417500', '165753.877500', '165754.337500', '165754.797500', '165755.257500', '165755.717500', '165756.177500', '165756.637500', '165757.097500', '165757.557500', '165758.017500', '165758.477500', '165758.937500', '165759.397500', '165759.857500', '165800.317500', '165800.777500', '165801.237500', '165801.697500', '165802.157500', '165802.617500', '165803.077500', '165803.537500', '165803.997500', '165804.457500', '165804.917500', '165805.377500', '165805.837500', '165806.297500', '165806.757500', '165807.217500', '165807.677500', '165808.137500', '165808.597500', '165809.057500', '165809.517500', '165809.977500', '165810.437500', '165810.897500', '165811.357500', '165811.817500', '165812.277500', '165812.737500', '165813.197500', '165813.657500', '165814.117500', '165814.577500', '165815.037500', '165815.497500', '165815.957500', '165816.417500', '165816.877500', '165817.337500', '165817.797500', '165818.257500', '165818.717500', '165819.177500', '165819.637500', '165820.097500', '165820.557500', '165821.017500', '165821.477500', '165821.937500', '165822.397500', '165822.857500', '165823.317500', '165823.777500', '165824.237500', '165824.697500', '165825.157500', '165825.617500', '165826.077500', '165826.537500', '165826.997500', '165827.457500', '165827.917500', '165828.377500', '165828.837500', '165829.297500', '165829.757500', '165830.217500', '165830.677500', '165831.137500', '165831.597500', '165832.057500', '165832.517500', '165832.977500', '165833.437500', '165833.897500', '165834.357500', '165834.817500', '165835.277500', '165835.737500', '165836.197500', '165836.657500', '165837.117500', '165837.577500', '165838.037500', '165838.497500', '165838.957500', '165839.417500', '165839.877500', '165840.337500', '165840.797500', '165841.257500', '165841.717500', '165842.177500', '165842.637500', '165843.097500', '165843.557500', '165844.017500', '165844.477500', '165844.937500', '165845.397500', '165845.857500', '165846.317500', '165846.777500', '165847.237500', '165847.697500', '165848.157500', '165848.617500', '165849.077500', '165849.537500', '165849.997500', '165850.457500', '165850.917500', '165851.377500', '165851.837500', '165852.297500', '165852.757500', '165853.217500', '165853.677500', '165854.137500', '165854.597500', '165855.057500', '165855.517500', '165855.977500', '165856.437500', '165856.897500', '165857.357500', '165857.817500', '165858.277500', '165858.737500', '165859.197500', '165859.657500', '165900.117500', '165900.577500', '165901.037500', '165901.497500', '165901.957500', '165902.417500', '165902.877500', '165903.337500', '165903.797500', '165904.257500', '165904.717500', '165905.177500', '165905.637500', '165906.097500', '165906.557500', '165907.017500', '165907.477500', '165907.937500', '165908.397500', '165908.857500', '165909.317500', '165909.777500', '165910.237500', '165910.697500', '165911.157500', '165911.617500', '165912.077500', '165912.537500', '165912.997500', '165913.457500', '165913.917500', '165914.377500', '165914.837500', '165915.297500', '165915.757500', '165916.217500', '165916.677500', '165917.137500', '165917.597500', '165918.057500', '165918.517500', '165918.977500', '165919.437500', '165919.897500', '165920.357500', '165920.817500', '165921.277500', '165921.737500', '165922.197500', '165922.657500', '165923.117500', '165923.577500', '165924.037500', '165924.497500', '165924.957500', '165925.417500', '165925.877500', '165926.337500', '165926.797500', '165927.257500', '165927.717500', '165928.177500', '165928.637500', '165929.097500', '165929.557500', '165930.017500', '165930.477500', '165930.937500', '165931.397500', '165931.857500', '165932.317500', '165932.777500', '165933.237500', '165933.697500', '165934.157500', '165934.617500', '165935.077500', '165935.537500', '165935.997500', '165936.457500', '165936.917500', '165937.377500', '165937.837500', '165938.297500', '165938.757500', '165939.217500', '165939.677500', '165940.137500', '165940.597500', '165941.057500', '165941.517500', '165941.977500', '165942.437500', '165942.897500', '165943.357500', '165943.817500', '165944.277500', '165944.737500', '165945.197500', '165945.657500', '165946.117500', '165946.577500', '165947.037500', '165947.497500', '165947.957500', '165948.417500', '165948.877500', '165949.337500', '165949.797500', '165950.257500', '165950.717500', '165951.177500', '165951.637500', '165952.097500', '165952.557500', '165953.017500', '165953.477500', '165953.937500', '165954.397500', '165954.857500', '165955.317500', '165955.777500', '165956.237500', '165956.697500', '165957.157500', '165957.617500', '165958.077500', '165958.537500', '165958.997500', '165959.457500', '165959.917500', '170000.377500', '170000.837500', '170001.297500', '170001.757500', '170002.217500', '170002.677500', '170003.137500', '170003.597500', '170004.057500', '170004.517500', '170004.977500', '170005.437500', '170005.897500', '170006.357500', '170006.817500', '170007.277500', '170007.737500', '170008.197500', '170008.657500', '170009.117500', '170009.577500', '170010.037500', '170010.497500', '170010.957500', '170011.417500', '170011.877500', '170012.337500', '170012.797500', '170013.257500', '170013.717500', '170014.177500', '170014.637500', '170015.097500', '170015.557500', '170016.017500', '170016.477500', '170016.937500', '170017.397500', '170017.857500', '170018.317500', '170018.777500', '170019.237500', '170019.697500', '170020.157500', '170020.617500', '170021.077500', '170021.537500', '170021.997500', '170022.457500', '170022.917500', '170023.377500', '170023.837500', '170024.297500', '170024.757500', '170025.217500', '170025.677500', '170026.137500', '170026.597500', '170027.057500', '170027.517500', '170027.977500', '170028.437500', '170028.897500', '170029.357500', '170029.817500', '170030.277500', '170030.737500', '170031.197500', '170031.657500', '170032.117500', '170032.577500', '170033.037500', '170033.497500', '170033.957500', '170034.417500', '170034.877500', '170035.337500', '170035.797500', '170036.257500', '170036.717500', '170037.177500', '170037.637500', '170038.097500', '170038.557500', '170039.017500', '170039.477500', '170039.937500', '170040.397500', '170040.857500', '170041.317500', '170041.777500', '170042.237500', '170042.697500', '170043.157500', '170043.617500', '170044.077500', '170044.537500', '170044.997500', '170045.457500', '170045.917500', '170046.377500', '170046.837500', '170047.297500', '170047.757500', '170048.217500', '170048.677500', '170049.137500', '170049.597500', '170050.057500', '170050.517500', '170050.977500', '170051.437500', '170051.897500', '170052.357500', '170052.817500', '170053.277500', '170053.737500', '170054.197500', '170054.657500', '170055.117500', '170055.577500', '170056.037500', '170056.497500', '170056.957500', '170057.417500', '170057.877500', '170058.337500', '170058.797500', '170059.257500', '170059.717500', '170100.177500', '170100.637500', '170101.097500', '170101.557500', '170102.017500', '170102.477500', '170102.937500', '170103.397500', '170103.857500', '170104.317500', '170104.777500', '170105.237500', '170105.697500', '170106.157500', '170106.617500', '170107.077500', '170107.537500', '170107.997500', '170108.457500', '170108.917500', '170109.377500', '170109.837500', '170110.297500', '170110.757500', '170111.217500', '170111.677500', '170112.137500', '170112.597500', '170113.057500', '170113.517500', '170113.977500', '170114.437500', '170114.897500', '170115.357500', '170115.817500', '170116.277500', '170116.737500', '170117.197500', '170117.657500', '170118.117500', '170118.577500', '170119.037500', '170119.497500', '170119.957500', '170120.417500', '170120.877500', '170121.337500', '170121.797500', '170122.257500', '170122.717500', '170123.177500', '170123.637500', '170124.097500', '170124.557500', '170125.017500', '170125.477500', '170125.937500', '170126.397500', '170126.857500', '170127.317500', '170127.777500', '170128.237500', '170128.697500', '170129.157500', '170129.617500', '170130.077500', '170130.537500', '170130.997500', '170131.457500', '170131.917500', '170132.377500', '170132.837500', '170133.297500', '170133.757500', '170134.217500', '170134.677500', '170135.137500', '170135.597500', '170136.057500', '170136.517500', '170136.977500', '170137.437500', '170137.897500', '170138.357500', '170138.817500', '170139.277500', '170139.737500', '170140.197500', '170140.657500', '170141.117500', '170141.577500', '170142.037500', '170142.497500', '170142.957500', '170143.417500', '170143.877500', '170144.337500', '170144.797500', '170145.257500', '170145.717500', '170146.177500', '170146.637500', '170147.097500', '170147.557500', '170148.017500', '170148.477500', '170148.937500', '170149.397500', '170149.857500', '170150.317500', '170150.777500', '170151.237500', '170151.697500', '170152.157500', '170152.617500', '170153.077500', '170153.537500', '170153.997500', '170154.457500', '170154.917500', '170155.377500', '170155.837500', '170156.297500', '170156.757500', '170157.217500', '170157.677500', '170158.137500', '170158.597500', '170159.057500', '170159.517500', '170159.977500', '170200.437500', '170200.897500', '170201.357500', '170201.817500', '170202.277500', '170202.737500', '170203.197500', '170203.657500', '170204.117500', '170204.577500', '170205.037500', '170205.497500', '170205.957500', '170206.417500', '170206.877500', '170207.337500', '170207.797500', '170208.257500', '170208.717500', '170209.177500', '170209.637500', '170210.097500', '170210.557500', '170211.017500', '170211.477500', '170211.937500', '170212.397500', '170212.857500', '170213.317500', '170213.777500', '170214.237500', '170214.697500', '170215.157500', '170215.617500', '170216.077500', '170216.537500', '170216.997500', '170217.457500', '170217.917500', '170218.377500', '170218.837500', '170219.297500', '170219.757500', '170220.217500', '170220.677500', '170221.137500', '170221.597500', '170222.057500', '170222.517500', '170222.977500', '170223.437500', '170223.897500', '170224.357500', '170224.817500', '170225.277500', '170225.737500', '170226.197500', '170226.657500', '170227.117500', '170227.577500', '170228.037500', '170228.497500', '170228.957500', '170229.417500', '170229.877500', '170230.337500', '170230.797500', '170231.257500', '170231.717500', '170232.177500', '170232.637500', '170233.097500', '170233.557500', '170234.017500', '170234.477500', '170234.937500', '170235.397500', '170235.857500'], 'ContentTime': ['165217.421000', '165217.424000', '165217.427000', '165217.429000', '165217.432000', '165217.440000', '165217.442000', '165217.445000', '165217.447000', '165217.450000', '165217.453000', '165217.455000', '165217.458000', '165217.461000', '165217.463000', '165217.466000', '165217.468000', '165217.471000', '165217.474000', '165217.476000', '165217.479000', '165217.482000', '165217.484000', '165217.488000', '165217.491000', '165217.493000', '165217.496000', '165217.499000', '165237.396000', '165237.399000', '165237.402000', '165237.404000', '165237.407000', '165237.410000', '165237.413000', '165237.415000', '165237.418000', '165237.421000', '165237.423000', '165237.426000', '165237.429000', '165237.431000', '165237.434000', '165237.436000', '165237.439000', '165237.442000', '165237.444000', '165237.447000', '165237.450000', '165237.452000', '165237.455000', '165237.464000', '165237.467000', '165237.469000', '165237.472000', '165237.474000', '165237.477000', '165237.480000', '165237.482000', '165237.485000', '165237.488000', '165237.490000', '165237.493000', '165237.495000', '165237.498000', '165237.501000', '165237.503000', '165237.506000', '165237.509000', '165237.511000', '165237.514000', '165237.517000', '165257.396000', '165257.399000', '165257.402000', '165257.404000', '165257.407000', '165257.410000', '165257.412000', '165257.415000', '165257.417000', '165257.420000', '165257.429000', '165257.431000', '165257.434000', '165257.437000', '165257.440000', '165257.442000', '165257.445000', '165257.447000', '165257.450000', '165257.452000', '165257.455000', '165257.458000', '165257.460000', '165257.463000', '165257.466000', '165257.468000', '165257.471000', '165257.473000', '165257.476000', '165257.478000', '165257.481000', '165257.484000', '165257.486000', '165257.489000', '165257.491000', '165257.502000', '165257.505000', '165257.507000', '165257.510000', '165257.513000', '165257.515000', '165257.518000', '165257.520000', '165317.396000', '165317.399000', '165317.402000', '165317.405000', '165317.407000', '165317.410000', '165317.412000', '165317.415000', '165317.417000', '165317.420000', '165317.422000', '165317.425000', '165317.428000', '165317.430000', '165317.433000', '165317.436000', '165317.438000', '165317.441000', '165317.443000', '165317.446000', '165317.448000', '165317.451000', '165317.454000', '165317.456000', '165317.459000', '165317.462000', '165317.464000', '165317.467000', '165317.470000', '165317.472000', '165317.475000', '165317.478000', '165317.480000', '165317.483000', '165317.485000', '165317.488000', '165317.491000', '165317.493000', '165317.496000', '165317.498000', '165317.501000', '165317.504000', '165317.506000', '165317.509000', '165337.397000', '165337.399000', '165337.402000', '165337.405000', '165337.407000', '165337.410000', '165337.413000', '165337.415000', '165337.418000', '165337.421000', '165337.423000', '165337.426000', '165337.429000', '165337.431000', '165337.434000', '165337.437000', '165337.439000', '165337.442000', '165337.445000', '165337.447000', '165337.450000', '165337.453000', '165337.455000', '165337.458000', '165337.461000', '165337.463000', '165337.466000', '165337.468000', '165337.471000', '165337.474000', '165337.476000', '165337.479000', '165337.481000', '165337.484000', '165337.487000', '165337.489000', '165337.492000', '165337.495000', '165337.497000', '165337.500000', '165337.502000', '165337.505000', '165337.508000', '165357.397000', '165357.400000', '165357.402000', '165357.406000', '165357.409000', '165357.411000', '165357.414000', '165357.417000', '165357.419000', '165357.422000', '165357.424000', '165357.427000', '165357.430000', '165357.432000', '165357.435000', '165357.438000', '165357.440000', '165357.443000', '165357.446000', '165357.448000', '165357.451000', '165357.453000', '165357.456000', '165357.459000', '165357.462000', '165357.464000', '165357.467000', '165357.469000', '165357.472000', '165357.475000', '165357.477000', '165357.480000', '165357.483000', '165357.485000', '165357.488000', '165357.490000', '165357.493000', '165357.496000', '165357.498000', '165357.501000', '165357.503000', '165357.506000', '165357.509000', '165357.511000', '165417.397000', '165417.400000', '165417.403000', '165417.406000', '165417.408000', '165417.411000', '165417.413000', '165417.416000', '165417.418000', '165417.421000', '165417.424000', '165417.426000', '165417.429000', '165417.431000', '165417.434000', '165417.437000', '165417.439000', '165417.442000', '165417.444000', '165417.447000', '165417.449000', '165417.452000', '165417.455000', '165417.457000', '165417.460000', '165417.462000', '165417.465000', '165417.468000', '165417.470000', '165417.473000', '165417.475000', '165417.478000', '165417.481000', '165417.483000', '165417.486000', '165417.489000', '165417.491000', '165417.494000', '165417.497000', '165417.499000', '165417.502000', '165417.505000', '165417.507000', '165437.397000', '165437.400000', '165437.403000', '165437.406000', '165437.408000', '165437.411000', '165437.413000', '165437.416000', '165437.419000', '165437.421000', '165437.424000', '165437.427000', '165437.429000', '165437.432000', '165437.434000', '165437.437000', '165437.440000', '165437.443000', '165437.445000', '165437.448000', '165437.451000', '165437.453000', '165437.456000', '165437.459000', '165437.461000', '165437.464000', '165437.466000', '165437.469000', '165437.472000', '165437.474000', '165437.477000', '165437.480000', '165437.482000', '165437.485000', '165437.487000', '165437.490000', '165437.493000', '165437.495000', '165437.498000', '165437.501000', '165437.503000', '165437.506000', '165437.509000', '165457.396000', '165457.399000', '165457.402000', '165457.404000', '165457.407000', '165457.410000', '165457.412000', '165457.415000', '165457.418000', '165457.420000', '165457.423000', '165457.426000', '165457.428000', '165457.431000', '165457.434000', '165457.436000', '165457.439000', '165457.442000', '165457.444000', '165457.447000', '165457.450000', '165457.453000', '165457.455000', '165457.458000', '165457.460000', '165457.463000', '165457.466000', '165457.468000', '165457.471000', '165457.474000', '165457.476000', '165457.479000', '165457.482000', '165457.484000', '165457.487000', '165457.489000', '165457.492000', '165457.495000', '165457.497000', '165457.500000', '165457.502000', '165457.505000', '165457.508000', '165457.510000', '165517.397000', '165517.400000', '165517.403000', '165517.405000', '165517.408000', '165517.411000', '165517.413000', '165517.416000', '165517.418000', '165517.421000', '165517.424000', '165517.426000', '165517.429000', '165517.432000', '165517.434000', '165517.437000', '165517.440000', '165517.443000', '165517.446000', '165517.449000', '165517.452000', '165517.455000', '165517.457000', '165517.460000', '165517.462000', '165517.465000', '165517.468000', '165517.470000', '165517.473000', '165517.475000', '165517.478000', '165517.481000', '165517.483000', '165517.486000', '165517.502000', '165517.505000', '165517.508000', '165517.510000', '165517.513000', '165517.516000', '165517.518000', '165517.521000', '165517.523000', '165537.396000', '165537.399000', '165537.402000', '165537.404000', '165537.407000', '165537.410000', '165537.412000', '165537.415000', '165537.418000', '165537.421000', '165537.423000', '165537.426000', '165537.429000', '165537.431000', '165537.434000', '165537.437000', '165537.439000', '165537.442000', '165537.444000', '165537.447000', '165537.450000', '165537.452000', '165537.455000', '165537.458000', '165537.460000', '165537.463000', '165537.466000', '165537.468000', '165537.471000', '165537.473000', '165537.476000', '165537.479000', '165537.482000', '165537.484000', '165537.487000', '165537.489000', '165537.492000', '165537.495000', '165537.497000', '165537.500000', '165537.502000', '165537.505000', '165537.508000', '165537.510000', '165557.397000', '165557.399000', '165557.402000', '165557.405000', '165557.407000', '165557.410000', '165557.413000', '165557.415000', '165557.418000', '165557.421000', '165557.423000', '165557.426000', '165557.429000', '165557.431000', '165557.434000', '165557.437000', '165557.439000', '165557.442000', '165557.445000', '165557.447000', '165557.450000', '165557.453000', '165557.455000', '165557.458000', '165557.460000', '165557.463000', '165557.466000', '165557.468000', '165557.471000', '165557.473000', '165557.476000', '165557.479000', '165557.481000', '165557.484000', '165557.487000', '165557.489000', '165557.492000', '165557.494000', '165557.497000', '165557.499000', '165557.502000', '165557.505000', '165557.507000', '165617.396000', '165617.399000', '165617.402000', '165617.405000', '165617.408000', '165617.410000', '165617.413000', '165617.416000', '165617.418000', '165617.421000', '165617.424000', '165617.426000', '165617.429000', '165617.432000', '165617.434000', '165617.437000', '165617.440000', '165617.442000', '165617.445000', '165617.448000', '165617.450000', '165617.453000', '165617.456000', '165617.458000', '165617.461000', '165617.463000', '165617.466000', '165617.469000', '165617.471000', '165617.474000', '165617.476000', '165617.479000', '165617.482000', '165617.484000', '165617.487000', '165617.490000', '165617.492000', '165617.495000', '165617.498000', '165617.500000', '165617.503000', '165617.505000', '165617.508000', '165617.511000', '165637.397000', '165637.400000', '165637.403000', '165637.406000', '165637.408000', '165637.411000', '165637.415000', '165637.418000', '165637.421000', '165637.423000', '165637.426000', '165637.429000', '165637.431000', '165637.434000', '165637.437000', '165637.439000', '165637.442000', '165637.444000', '165637.447000', '165637.450000', '165637.452000', '165637.455000', '165637.458000', '165637.460000', '165637.463000', '165637.466000', '165637.469000', '165637.471000', '165637.474000', '165637.476000', '165637.479000', '165637.482000', '165637.485000', '165637.488000', '165637.491000', '165637.494000', '165637.496000', '165637.499000', '165637.501000', '165637.504000', '165637.507000', '165637.509000', '165637.512000', '165657.398000', '165657.401000', '165657.403000', '165657.406000', '165657.408000', '165657.411000', '165657.414000', '165657.416000', '165657.419000', '165657.422000', '165657.424000', '165657.427000', '165657.430000', '165657.432000', '165657.435000', '165657.437000', '165657.450000', '165657.453000', '165657.456000', '165657.458000', '165657.461000', '165657.464000', '165657.466000', '165657.469000', '165657.471000', '165657.474000', '165657.476000', '165657.479000', '165657.482000', '165657.484000', '165657.487000', '165657.490000', '165657.493000', '165657.495000', '165657.498000', '165657.500000', '165657.503000', '165657.506000', '165657.508000', '165657.511000', '165657.513000', '165657.516000', '165657.519000', '165657.521000', '165717.397000', '165717.400000', '165717.402000', '165717.405000', '165717.408000', '165717.410000', '165717.413000', '165717.416000', '165717.418000', '165717.421000', '165717.424000', '165717.426000', '165717.429000', '165717.432000', '165717.434000', '165717.437000', '165717.440000', '165717.442000', '165717.445000', '165717.448000', '165717.451000', '165717.453000', '165717.457000', '165717.460000', '165717.462000', '165717.465000', '165717.468000', '165717.470000', '165717.473000', '165717.476000', '165717.478000', '165717.481000', '165717.484000', '165717.487000', '165717.489000', '165717.492000', '165717.494000', '165717.497000', '165717.500000', '165717.502000', '165717.505000', '165717.508000', '165717.510000', '165737.396000', '165737.399000', '165737.402000', '165737.405000', '165737.407000', '165737.410000', '165737.412000', '165737.415000', '165737.424000', '165737.427000', '165737.429000', '165737.432000', '165737.435000', '165737.437000', '165737.440000', '165737.443000', '165737.445000', '165737.448000', '165737.451000', '165737.453000', '165737.456000', '165737.459000', '165737.461000', '165737.464000', '165737.467000', '165737.469000', '165737.472000', '165737.474000', '165737.477000', '165737.480000', '165737.482000', '165737.485000', '165737.488000', '165737.492000', '165737.495000', '165737.497000', '165737.500000', '165737.503000', '165737.505000', '165737.508000', '165737.510000', '165737.513000', '165737.516000', '165737.518000', '165757.396000', '165757.399000', '165757.402000', '165757.405000', '165757.407000', '165757.410000', '165757.413000', '165757.415000', '165757.418000', '165757.421000', '165757.423000', '165757.426000', '165757.429000', '165757.431000', '165757.434000', '165757.437000', '165757.439000', '165757.442000', '165757.445000', '165757.447000', '165757.451000', '165757.454000', '165757.457000', '165757.459000', '165757.462000', '165757.465000', '165757.467000', '165757.470000', '165757.473000', '165757.475000', '165757.478000', '165757.480000', '165757.483000', '165757.486000', '165757.488000', '165757.491000', '165757.494000', '165757.496000', '165757.499000', '165757.501000', '165757.504000', '165757.507000', '165757.509000', '165817.397000', '165817.399000', '165817.402000', '165817.405000', '165817.407000', '165817.410000', '165817.413000', '165817.415000', '165817.418000', '165817.420000', '165817.423000', '165817.426000', '165817.428000', '165817.431000', '165817.433000', '165817.436000', '165817.439000', '165817.441000', '165817.444000', '165817.446000', '165817.449000', '165817.451000', '165817.454000', '165817.457000', '165817.459000', '165817.462000', '165817.464000', '165817.481000', '165817.484000', '165817.487000', '165817.489000', '165817.492000', '165817.495000', '165817.497000', '165817.500000', '165817.502000', '165817.505000', '165817.507000', '165817.510000', '165817.513000', '165817.515000', '165817.518000', '165817.521000', '165817.523000', '165837.396000', '165837.400000', '165837.402000', '165837.405000', '165837.408000', '165837.410000', '165837.413000', '165837.416000', '165837.418000', '165837.421000', '165837.424000', '165837.426000', '165837.429000', '165837.432000', '165837.434000', '165837.437000', '165837.439000', '165837.442000', '165837.444000', '165837.448000', '165837.451000', '165837.453000', '165837.456000', '165837.459000', '165837.461000', '165837.464000', '165837.467000', '165837.469000', '165837.472000', '165837.474000', '165837.477000', '165837.480000', '165837.482000', '165837.485000', '165837.487000', '165837.490000', '165837.493000', '165837.495000', '165837.498000', '165837.500000', '165837.503000', '165837.506000', '165837.508000', '165857.398000', '165857.406000', '165857.408000', '165857.411000', '165857.414000', '165857.416000', '165857.419000', '165857.422000', '165857.424000', '165857.427000', '165857.430000', '165857.432000', '165857.435000', '165857.437000', '165857.440000', '165857.443000', '165857.445000', '165857.448000', '165857.450000', '165857.453000', '165857.455000', '165857.458000', '165857.461000', '165857.463000', '165857.466000', '165857.468000', '165857.471000', '165857.473000', '165857.476000', '165857.479000', '165857.481000', '165857.484000', '165857.486000', '165857.489000', '165857.492000', '165857.494000', '165857.497000', '165857.499000', '165857.502000', '165857.505000', '165857.507000', '165857.510000', '165857.513000', '165857.515000', '165917.397000', '165917.400000', '165917.403000', '165917.406000', '165917.408000', '165917.411000', '165917.413000', '165917.416000', '165917.418000', '165917.421000', '165917.424000', '165917.426000', '165917.430000', '165917.432000', '165917.435000', '165917.437000', '165917.440000', '165917.443000', '165917.445000', '165917.448000', '165917.451000', '165917.453000', '165917.456000', '165917.459000', '165917.462000', '165917.464000', '165917.467000', '165917.469000', '165917.472000', '165917.475000', '165917.477000', '165917.480000', '165917.483000', '165917.486000', '165917.488000', '165917.491000', '165917.493000', '165917.496000', '165917.499000', '165917.501000', '165917.504000', '165917.507000', '165917.509000', '165937.397000', '165937.399000', '165937.402000', '165937.405000', '165937.407000', '165937.410000', '165937.412000', '165937.415000', '165937.417000', '165937.420000', '165937.423000', '165937.425000', '165937.428000', '165937.431000', '165937.433000', '165937.436000', '165937.438000', '165937.441000', '165937.444000', '165937.446000', '165937.449000', '165937.451000', '165937.454000', '165937.468000', '165937.470000', '165937.473000', '165937.476000', '165937.478000', '165937.481000', '165937.484000', '165937.486000', '165937.489000', '165937.491000', '165937.494000', '165937.497000', '165937.499000', '165937.502000', '165937.504000', '165937.507000', '165937.510000', '165937.512000', '165937.515000', '165937.517000', '165937.520000', '165957.397000', '165957.399000', '165957.402000', '165957.405000', '165957.407000', '165957.410000', '165957.412000', '165957.415000', '165957.418000', '165957.421000', '165957.423000', '165957.426000', '165957.429000', '165957.431000', '165957.434000', '165957.436000', '165957.439000', '165957.442000', '165957.444000', '165957.447000', '165957.450000', '165957.452000', '165957.455000', '165957.458000', '165957.460000', '165957.463000', '165957.465000', '165957.468000', '165957.471000', '165957.473000', '165957.476000', '165957.478000', '165957.481000', '165957.484000', '165957.486000', '165957.489000', '165957.491000', '165957.494000', '165957.497000', '165957.500000', '165957.502000', '165957.505000', '165957.507000', '170017.397000', '170017.400000', '170017.402000', '170017.405000', '170017.407000', '170017.410000', '170017.413000', '170017.415000', '170017.419000', '170017.421000', '170017.424000', '170017.426000', '170017.429000', '170017.432000', '170017.434000', '170017.437000', '170017.439000', '170017.442000', '170017.445000', '170017.447000', '170017.450000', '170017.452000', '170017.455000', '170017.458000', '170017.460000', '170017.463000', '170017.466000', '170017.468000', '170017.471000', '170017.474000', '170017.476000', '170017.479000', '170017.482000', '170017.484000', '170017.487000', '170017.490000', '170017.493000', '170017.495000', '170017.498000', '170017.501000', '170017.503000', '170017.506000', '170017.509000', '170017.511000', '170037.397000', '170037.399000', '170037.402000', '170037.405000', '170037.407000', '170037.410000', '170037.413000', '170037.415000', '170037.418000', '170037.421000', '170037.423000', '170037.426000', '170037.428000', '170037.431000', '170037.433000', '170037.436000', '170037.439000', '170037.441000', '170037.444000', '170037.447000', '170037.449000', '170037.452000', '170037.454000', '170037.457000', '170037.460000', '170037.462000', '170037.465000', '170037.468000', '170037.471000', '170037.473000', '170037.476000', '170037.478000', '170037.481000', '170037.483000', '170037.486000', '170037.489000', '170037.492000', '170037.494000', '170037.497000', '170037.499000', '170037.502000', '170037.505000', '170037.507000', '170057.398000', '170057.400000', '170057.403000', '170057.406000', '170057.408000', '170057.411000', '170057.414000', '170057.417000', '170057.419000', '170057.422000', '170057.424000', '170057.427000', '170057.430000', '170057.432000', '170057.435000', '170057.438000', '170057.440000', '170057.443000', '170057.445000', '170057.448000', '170057.469000', '170057.472000', '170057.475000', '170057.477000', '170057.480000', '170057.482000', '170057.485000', '170057.487000', '170057.490000', '170057.493000', '170057.495000', '170057.498000', '170057.500000', '170057.503000', '170057.506000', '170057.508000', '170057.511000', '170057.513000', '170057.516000', '170057.519000', '170057.521000', '170057.524000', '170057.527000', '170057.529000', '170117.398000', '170117.401000', '170117.403000', '170117.406000', '170117.409000', '170117.411000', '170117.414000', '170117.416000', '170117.419000', '170117.421000', '170117.424000', '170117.427000', '170117.429000', '170117.432000', '170117.435000', '170117.437000', '170117.440000', '170117.443000', '170117.446000', '170117.448000', '170117.451000', '170117.454000', '170117.456000', '170117.459000', '170117.461000', '170117.464000', '170117.467000', '170117.470000', '170117.473000', '170117.475000', '170117.478000', '170117.480000', '170117.483000', '170117.486000', '170117.489000', '170117.491000', '170117.494000', '170117.497000', '170117.499000', '170117.502000', '170117.504000', '170117.507000', '170117.510000', '170137.398000', '170137.401000', '170137.403000', '170137.407000', '170137.409000', '170137.412000', '170137.415000', '170137.418000', '170137.420000', '170137.423000', '170137.425000', '170137.428000', '170137.431000', '170137.433000', '170137.436000', '170137.438000', '170137.441000', '170137.443000', '170137.446000', '170137.449000', '170137.451000', '170137.454000', '170137.457000', '170137.459000', '170137.462000', '170137.465000', '170137.468000', '170137.470000', '170137.473000', '170137.475000', '170137.478000', '170137.481000', '170137.483000', '170137.486000', '170137.489000', '170137.491000', '170137.494000', '170137.496000', '170137.499000', '170137.501000', '170137.504000', '170137.507000', '170137.509000', '170137.512000', '170157.397000', '170157.399000', '170157.402000', '170157.405000', '170157.407000', '170157.410000', '170157.413000', '170157.415000', '170157.418000', '170157.420000', '170157.423000', '170157.426000', '170157.428000', '170157.431000', '170157.433000', '170157.436000', '170157.439000', '170157.441000', '170157.444000', '170157.446000', '170157.449000', '170157.452000', '170157.454000', '170157.457000', '170157.460000', '170157.462000', '170157.465000', '170157.467000', '170157.470000', '170157.473000', '170157.475000', '170157.478000', '170157.481000', '170157.483000', '170157.486000', '170157.489000', '170157.491000', '170157.494000', '170157.497000', '170157.499000', '170157.502000', '170157.505000', '170157.507000', '170217.397000', '170217.400000', '170217.412000', '170217.415000', '170217.417000', '170217.420000', '170217.423000', '170217.426000', '170217.428000', '170217.431000', '170217.434000', '170217.436000', '170217.439000', '170217.442000', '170217.444000', '170217.447000', '170217.449000', '170217.460000', '170217.462000', '170217.465000', '170217.468000', '170217.471000', '170217.473000', '170217.476000', '170217.478000', '170217.481000', '170217.484000', '170217.486000', '170217.489000', '170217.492000', '170217.494000', '170217.497000', '170217.500000', '170217.502000', '170217.505000', '170217.508000', '170217.510000', '170217.513000', '170217.516000', '170217.518000', '170217.521000', '170217.523000', '170217.526000', '170217.529000', '170237.146000', '170237.149000', '170237.152000', '170237.155000', '170237.158000', '170237.161000', '170237.163000', '170237.166000', '170237.169000', '170237.172000', '170237.175000', '170237.179000', '170237.182000', '170237.185000', '170237.188000', '170237.191000', '170237.194000', '170237.197000', '170237.199000', '170237.202000', '170237.205000', '170237.208000', '170237.211000', '170237.214000', '170237.216000', '170237.219000', '170237.222000', '170237.225000', '170237.228000', '170237.230000', '170237.233000', '170237.236000', '170237.239000', '170237.242000', '170237.246000', '170237.249000', '170237.252000', '170237.255000', '170237.258000', '170237.260000', '170237.264000', '170237.268000', '170237.270000'], 'InstanceCreationTime': ['165217.421000', '165217.424000', '165217.427000', '165217.429000', '165217.432000', '165217.440000', '165217.442000', '165217.445000', '165217.447000', '165217.450000', '165217.453000', '165217.455000', '165217.458000', '165217.461000', '165217.463000', '165217.466000', '165217.468000', '165217.471000', '165217.474000', '165217.476000', '165217.479000', '165217.482000', '165217.484000', '165217.488000', '165217.491000', '165217.493000', '165217.496000', '165217.499000', '165237.396000', '165237.399000', '165237.402000', '165237.404000', '165237.407000', '165237.410000', '165237.413000', '165237.415000', '165237.418000', '165237.421000', '165237.423000', '165237.426000', '165237.429000', '165237.431000', '165237.434000', '165237.436000', '165237.439000', '165237.442000', '165237.444000', '165237.447000', '165237.450000', '165237.452000', '165237.455000', '165237.464000', '165237.467000', '165237.469000', '165237.472000', '165237.474000', '165237.477000', '165237.480000', '165237.482000', '165237.485000', '165237.488000', '165237.490000', '165237.493000', '165237.495000', '165237.498000', '165237.501000', '165237.503000', '165237.506000', '165237.509000', '165237.511000', '165237.514000', '165237.517000', '165257.396000', '165257.399000', '165257.402000', '165257.404000', '165257.407000', '165257.410000', '165257.412000', '165257.415000', '165257.417000', '165257.420000', '165257.429000', '165257.431000', '165257.434000', '165257.437000', '165257.440000', '165257.442000', '165257.445000', '165257.447000', '165257.450000', '165257.452000', '165257.455000', '165257.458000', '165257.460000', '165257.463000', '165257.466000', '165257.468000', '165257.471000', '165257.473000', '165257.476000', '165257.478000', '165257.481000', '165257.484000', '165257.486000', '165257.489000', '165257.491000', '165257.502000', '165257.505000', '165257.507000', '165257.510000', '165257.513000', '165257.515000', '165257.518000', '165257.520000', '165317.396000', '165317.399000', '165317.402000', '165317.405000', '165317.407000', '165317.410000', '165317.412000', '165317.415000', '165317.417000', '165317.420000', '165317.422000', '165317.425000', '165317.428000', '165317.430000', '165317.433000', '165317.436000', '165317.438000', '165317.441000', '165317.443000', '165317.446000', '165317.448000', '165317.451000', '165317.454000', '165317.456000', '165317.459000', '165317.462000', '165317.464000', '165317.467000', '165317.470000', '165317.472000', '165317.475000', '165317.478000', '165317.480000', '165317.483000', '165317.485000', '165317.488000', '165317.491000', '165317.493000', '165317.496000', '165317.498000', '165317.501000', '165317.504000', '165317.506000', '165317.509000', '165337.397000', '165337.399000', '165337.402000', '165337.405000', '165337.407000', '165337.410000', '165337.413000', '165337.415000', '165337.418000', '165337.421000', '165337.423000', '165337.426000', '165337.429000', '165337.431000', '165337.434000', '165337.437000', '165337.439000', '165337.442000', '165337.445000', '165337.447000', '165337.450000', '165337.453000', '165337.455000', '165337.458000', '165337.461000', '165337.463000', '165337.466000', '165337.468000', '165337.471000', '165337.474000', '165337.476000', '165337.479000', '165337.481000', '165337.484000', '165337.487000', '165337.489000', '165337.492000', '165337.495000', '165337.497000', '165337.500000', '165337.502000', '165337.505000', '165337.508000', '165357.397000', '165357.400000', '165357.402000', '165357.406000', '165357.409000', '165357.411000', '165357.414000', '165357.417000', '165357.419000', '165357.422000', '165357.424000', '165357.427000', '165357.430000', '165357.432000', '165357.435000', '165357.438000', '165357.440000', '165357.443000', '165357.446000', '165357.448000', '165357.451000', '165357.453000', '165357.456000', '165357.459000', '165357.462000', '165357.464000', '165357.467000', '165357.469000', '165357.472000', '165357.475000', '165357.477000', '165357.480000', '165357.483000', '165357.485000', '165357.488000', '165357.490000', '165357.493000', '165357.496000', '165357.498000', '165357.501000', '165357.503000', '165357.506000', '165357.509000', '165357.511000', '165417.397000', '165417.400000', '165417.403000', '165417.406000', '165417.408000', '165417.411000', '165417.413000', '165417.416000', '165417.418000', '165417.421000', '165417.424000', '165417.426000', '165417.429000', '165417.431000', '165417.434000', '165417.437000', '165417.439000', '165417.442000', '165417.444000', '165417.447000', '165417.449000', '165417.452000', '165417.455000', '165417.457000', '165417.460000', '165417.462000', '165417.465000', '165417.468000', '165417.470000', '165417.473000', '165417.475000', '165417.478000', '165417.481000', '165417.483000', '165417.486000', '165417.489000', '165417.491000', '165417.494000', '165417.497000', '165417.499000', '165417.502000', '165417.505000', '165417.507000', '165437.397000', '165437.400000', '165437.403000', '165437.406000', '165437.408000', '165437.411000', '165437.413000', '165437.416000', '165437.419000', '165437.421000', '165437.424000', '165437.427000', '165437.429000', '165437.432000', '165437.434000', '165437.437000', '165437.440000', '165437.443000', '165437.445000', '165437.448000', '165437.451000', '165437.453000', '165437.456000', '165437.459000', '165437.461000', '165437.464000', '165437.466000', '165437.469000', '165437.472000', '165437.474000', '165437.477000', '165437.480000', '165437.482000', '165437.485000', '165437.487000', '165437.490000', '165437.493000', '165437.495000', '165437.498000', '165437.501000', '165437.503000', '165437.506000', '165437.509000', '165457.396000', '165457.399000', '165457.402000', '165457.404000', '165457.407000', '165457.410000', '165457.412000', '165457.415000', '165457.418000', '165457.420000', '165457.423000', '165457.426000', '165457.428000', '165457.431000', '165457.434000', '165457.436000', '165457.439000', '165457.442000', '165457.444000', '165457.447000', '165457.450000', '165457.453000', '165457.455000', '165457.458000', '165457.460000', '165457.463000', '165457.466000', '165457.468000', '165457.471000', '165457.474000', '165457.476000', '165457.479000', '165457.482000', '165457.484000', '165457.487000', '165457.489000', '165457.492000', '165457.495000', '165457.497000', '165457.500000', '165457.502000', '165457.505000', '165457.508000', '165457.510000', '165517.397000', '165517.400000', '165517.403000', '165517.405000', '165517.408000', '165517.411000', '165517.413000', '165517.416000', '165517.418000', '165517.421000', '165517.424000', '165517.426000', '165517.429000', '165517.432000', '165517.434000', '165517.437000', '165517.440000', '165517.443000', '165517.446000', '165517.449000', '165517.452000', '165517.455000', '165517.457000', '165517.460000', '165517.462000', '165517.465000', '165517.468000', '165517.470000', '165517.473000', '165517.475000', '165517.478000', '165517.481000', '165517.483000', '165517.486000', '165517.502000', '165517.505000', '165517.508000', '165517.510000', '165517.513000', '165517.516000', '165517.518000', '165517.521000', '165517.523000', '165537.396000', '165537.399000', '165537.402000', '165537.404000', '165537.407000', '165537.410000', '165537.412000', '165537.415000', '165537.418000', '165537.421000', '165537.423000', '165537.426000', '165537.429000', '165537.431000', '165537.434000', '165537.437000', '165537.439000', '165537.442000', '165537.444000', '165537.447000', '165537.450000', '165537.452000', '165537.455000', '165537.458000', '165537.460000', '165537.463000', '165537.466000', '165537.468000', '165537.471000', '165537.473000', '165537.476000', '165537.479000', '165537.482000', '165537.484000', '165537.487000', '165537.489000', '165537.492000', '165537.495000', '165537.497000', '165537.500000', '165537.502000', '165537.505000', '165537.508000', '165537.510000', '165557.397000', '165557.399000', '165557.402000', '165557.405000', '165557.407000', '165557.410000', '165557.413000', '165557.415000', '165557.418000', '165557.421000', '165557.423000', '165557.426000', '165557.429000', '165557.431000', '165557.434000', '165557.437000', '165557.439000', '165557.442000', '165557.445000', '165557.447000', '165557.450000', '165557.453000', '165557.455000', '165557.458000', '165557.460000', '165557.463000', '165557.466000', '165557.468000', '165557.471000', '165557.473000', '165557.476000', '165557.479000', '165557.481000', '165557.484000', '165557.487000', '165557.489000', '165557.492000', '165557.494000', '165557.497000', '165557.499000', '165557.502000', '165557.505000', '165557.507000', '165617.396000', '165617.399000', '165617.402000', '165617.405000', '165617.408000', '165617.410000', '165617.413000', '165617.416000', '165617.418000', '165617.421000', '165617.424000', '165617.426000', '165617.429000', '165617.432000', '165617.434000', '165617.437000', '165617.440000', '165617.442000', '165617.445000', '165617.448000', '165617.450000', '165617.453000', '165617.456000', '165617.458000', '165617.461000', '165617.463000', '165617.466000', '165617.469000', '165617.471000', '165617.474000', '165617.476000', '165617.479000', '165617.482000', '165617.484000', '165617.487000', '165617.490000', '165617.492000', '165617.495000', '165617.498000', '165617.500000', '165617.503000', '165617.505000', '165617.508000', '165617.511000', '165637.397000', '165637.400000', '165637.403000', '165637.406000', '165637.408000', '165637.411000', '165637.415000', '165637.418000', '165637.421000', '165637.423000', '165637.426000', '165637.429000', '165637.431000', '165637.434000', '165637.437000', '165637.439000', '165637.442000', '165637.444000', '165637.447000', '165637.450000', '165637.452000', '165637.455000', '165637.458000', '165637.460000', '165637.463000', '165637.466000', '165637.469000', '165637.471000', '165637.474000', '165637.476000', '165637.479000', '165637.482000', '165637.485000', '165637.488000', '165637.491000', '165637.494000', '165637.496000', '165637.499000', '165637.501000', '165637.504000', '165637.507000', '165637.509000', '165637.512000', '165657.398000', '165657.401000', '165657.403000', '165657.406000', '165657.408000', '165657.411000', '165657.414000', '165657.416000', '165657.419000', '165657.422000', '165657.424000', '165657.427000', '165657.430000', '165657.432000', '165657.435000', '165657.437000', '165657.450000', '165657.453000', '165657.456000', '165657.458000', '165657.461000', '165657.464000', '165657.466000', '165657.469000', '165657.471000', '165657.474000', '165657.476000', '165657.479000', '165657.482000', '165657.484000', '165657.487000', '165657.490000', '165657.493000', '165657.495000', '165657.498000', '165657.500000', '165657.503000', '165657.506000', '165657.508000', '165657.511000', '165657.513000', '165657.516000', '165657.519000', '165657.521000', '165717.397000', '165717.400000', '165717.402000', '165717.405000', '165717.408000', '165717.410000', '165717.413000', '165717.416000', '165717.418000', '165717.421000', '165717.424000', '165717.426000', '165717.429000', '165717.432000', '165717.434000', '165717.437000', '165717.440000', '165717.442000', '165717.445000', '165717.448000', '165717.451000', '165717.453000', '165717.457000', '165717.460000', '165717.462000', '165717.465000', '165717.468000', '165717.470000', '165717.473000', '165717.476000', '165717.478000', '165717.481000', '165717.484000', '165717.487000', '165717.489000', '165717.492000', '165717.494000', '165717.497000', '165717.500000', '165717.502000', '165717.505000', '165717.508000', '165717.510000', '165737.396000', '165737.399000', '165737.402000', '165737.405000', '165737.407000', '165737.410000', '165737.412000', '165737.415000', '165737.424000', '165737.427000', '165737.429000', '165737.432000', '165737.435000', '165737.437000', '165737.440000', '165737.443000', '165737.445000', '165737.448000', '165737.451000', '165737.453000', '165737.456000', '165737.459000', '165737.461000', '165737.464000', '165737.467000', '165737.469000', '165737.472000', '165737.474000', '165737.477000', '165737.480000', '165737.482000', '165737.485000', '165737.488000', '165737.492000', '165737.495000', '165737.497000', '165737.500000', '165737.503000', '165737.505000', '165737.508000', '165737.510000', '165737.513000', '165737.516000', '165737.518000', '165757.396000', '165757.399000', '165757.402000', '165757.405000', '165757.407000', '165757.410000', '165757.413000', '165757.415000', '165757.418000', '165757.421000', '165757.423000', '165757.426000', '165757.429000', '165757.431000', '165757.434000', '165757.437000', '165757.439000', '165757.442000', '165757.445000', '165757.447000', '165757.451000', '165757.454000', '165757.457000', '165757.459000', '165757.462000', '165757.465000', '165757.467000', '165757.470000', '165757.473000', '165757.475000', '165757.478000', '165757.480000', '165757.483000', '165757.486000', '165757.488000', '165757.491000', '165757.494000', '165757.496000', '165757.499000', '165757.501000', '165757.504000', '165757.507000', '165757.509000', '165817.397000', '165817.399000', '165817.402000', '165817.405000', '165817.407000', '165817.410000', '165817.413000', '165817.415000', '165817.418000', '165817.420000', '165817.423000', '165817.426000', '165817.428000', '165817.431000', '165817.433000', '165817.436000', '165817.439000', '165817.441000', '165817.444000', '165817.446000', '165817.449000', '165817.451000', '165817.454000', '165817.457000', '165817.459000', '165817.462000', '165817.464000', '165817.481000', '165817.484000', '165817.487000', '165817.489000', '165817.492000', '165817.495000', '165817.497000', '165817.500000', '165817.502000', '165817.505000', '165817.507000', '165817.510000', '165817.513000', '165817.515000', '165817.518000', '165817.521000', '165817.523000', '165837.396000', '165837.400000', '165837.402000', '165837.405000', '165837.408000', '165837.410000', '165837.413000', '165837.416000', '165837.418000', '165837.421000', '165837.424000', '165837.426000', '165837.429000', '165837.432000', '165837.434000', '165837.437000', '165837.439000', '165837.442000', '165837.444000', '165837.448000', '165837.451000', '165837.453000', '165837.456000', '165837.459000', '165837.461000', '165837.464000', '165837.467000', '165837.469000', '165837.472000', '165837.474000', '165837.477000', '165837.480000', '165837.482000', '165837.485000', '165837.487000', '165837.490000', '165837.493000', '165837.495000', '165837.498000', '165837.500000', '165837.503000', '165837.506000', '165837.508000', '165857.398000', '165857.406000', '165857.408000', '165857.411000', '165857.414000', '165857.416000', '165857.419000', '165857.422000', '165857.424000', '165857.427000', '165857.430000', '165857.432000', '165857.435000', '165857.437000', '165857.440000', '165857.443000', '165857.445000', '165857.448000', '165857.450000', '165857.453000', '165857.455000', '165857.458000', '165857.461000', '165857.463000', '165857.466000', '165857.468000', '165857.471000', '165857.473000', '165857.476000', '165857.479000', '165857.481000', '165857.484000', '165857.486000', '165857.489000', '165857.492000', '165857.494000', '165857.497000', '165857.499000', '165857.502000', '165857.505000', '165857.507000', '165857.510000', '165857.513000', '165857.515000', '165917.397000', '165917.400000', '165917.403000', '165917.406000', '165917.408000', '165917.411000', '165917.413000', '165917.416000', '165917.418000', '165917.421000', '165917.424000', '165917.426000', '165917.430000', '165917.432000', '165917.435000', '165917.437000', '165917.440000', '165917.443000', '165917.445000', '165917.448000', '165917.451000', '165917.453000', '165917.456000', '165917.459000', '165917.462000', '165917.464000', '165917.467000', '165917.469000', '165917.472000', '165917.475000', '165917.477000', '165917.480000', '165917.483000', '165917.486000', '165917.488000', '165917.491000', '165917.493000', '165917.496000', '165917.499000', '165917.501000', '165917.504000', '165917.507000', '165917.509000', '165937.397000', '165937.399000', '165937.402000', '165937.405000', '165937.407000', '165937.410000', '165937.412000', '165937.415000', '165937.417000', '165937.420000', '165937.423000', '165937.425000', '165937.428000', '165937.431000', '165937.433000', '165937.436000', '165937.438000', '165937.441000', '165937.444000', '165937.446000', '165937.449000', '165937.451000', '165937.454000', '165937.468000', '165937.470000', '165937.473000', '165937.476000', '165937.478000', '165937.481000', '165937.484000', '165937.486000', '165937.489000', '165937.491000', '165937.494000', '165937.497000', '165937.499000', '165937.502000', '165937.504000', '165937.507000', '165937.510000', '165937.512000', '165937.515000', '165937.517000', '165937.520000', '165957.397000', '165957.399000', '165957.402000', '165957.405000', '165957.407000', '165957.410000', '165957.412000', '165957.415000', '165957.418000', '165957.421000', '165957.423000', '165957.426000', '165957.429000', '165957.431000', '165957.434000', '165957.436000', '165957.439000', '165957.442000', '165957.444000', '165957.447000', '165957.450000', '165957.452000', '165957.455000', '165957.458000', '165957.460000', '165957.463000', '165957.465000', '165957.468000', '165957.471000', '165957.473000', '165957.476000', '165957.478000', '165957.481000', '165957.484000', '165957.486000', '165957.489000', '165957.491000', '165957.494000', '165957.497000', '165957.500000', '165957.502000', '165957.505000', '165957.507000', '170017.397000', '170017.400000', '170017.402000', '170017.405000', '170017.407000', '170017.410000', '170017.413000', '170017.415000', '170017.419000', '170017.421000', '170017.424000', '170017.426000', '170017.429000', '170017.432000', '170017.434000', '170017.437000', '170017.439000', '170017.442000', '170017.445000', '170017.447000', '170017.450000', '170017.452000', '170017.455000', '170017.458000', '170017.460000', '170017.463000', '170017.466000', '170017.468000', '170017.471000', '170017.474000', '170017.476000', '170017.479000', '170017.482000', '170017.484000', '170017.487000', '170017.490000', '170017.493000', '170017.495000', '170017.498000', '170017.501000', '170017.503000', '170017.506000', '170017.509000', '170017.511000', '170037.397000', '170037.399000', '170037.402000', '170037.405000', '170037.407000', '170037.410000', '170037.413000', '170037.415000', '170037.418000', '170037.421000', '170037.423000', '170037.426000', '170037.428000', '170037.431000', '170037.433000', '170037.436000', '170037.439000', '170037.441000', '170037.444000', '170037.447000', '170037.449000', '170037.452000', '170037.454000', '170037.457000', '170037.460000', '170037.462000', '170037.465000', '170037.468000', '170037.471000', '170037.473000', '170037.476000', '170037.478000', '170037.481000', '170037.483000', '170037.486000', '170037.489000', '170037.492000', '170037.494000', '170037.497000', '170037.499000', '170037.502000', '170037.505000', '170037.507000', '170057.398000', '170057.400000', '170057.403000', '170057.406000', '170057.408000', '170057.411000', '170057.414000', '170057.417000', '170057.419000', '170057.422000', '170057.424000', '170057.427000', '170057.430000', '170057.432000', '170057.435000', '170057.438000', '170057.440000', '170057.443000', '170057.445000', '170057.448000', '170057.469000', '170057.472000', '170057.475000', '170057.477000', '170057.480000', '170057.482000', '170057.485000', '170057.487000', '170057.490000', '170057.493000', '170057.495000', '170057.498000', '170057.500000', '170057.503000', '170057.506000', '170057.508000', '170057.511000', '170057.513000', '170057.516000', '170057.519000', '170057.521000', '170057.524000', '170057.527000', '170057.529000', '170117.398000', '170117.401000', '170117.403000', '170117.406000', '170117.409000', '170117.411000', '170117.414000', '170117.416000', '170117.419000', '170117.421000', '170117.424000', '170117.427000', '170117.429000', '170117.432000', '170117.435000', '170117.437000', '170117.440000', '170117.443000', '170117.446000', '170117.448000', '170117.451000', '170117.454000', '170117.456000', '170117.459000', '170117.461000', '170117.464000', '170117.467000', '170117.470000', '170117.473000', '170117.475000', '170117.478000', '170117.480000', '170117.483000', '170117.486000', '170117.489000', '170117.491000', '170117.494000', '170117.497000', '170117.499000', '170117.502000', '170117.504000', '170117.507000', '170117.510000', '170137.398000', '170137.401000', '170137.403000', '170137.407000', '170137.409000', '170137.412000', '170137.415000', '170137.418000', '170137.420000', '170137.423000', '170137.425000', '170137.428000', '170137.431000', '170137.433000', '170137.436000', '170137.438000', '170137.441000', '170137.443000', '170137.446000', '170137.449000', '170137.451000', '170137.454000', '170137.457000', '170137.459000', '170137.462000', '170137.465000', '170137.468000', '170137.470000', '170137.473000', '170137.475000', '170137.478000', '170137.481000', '170137.483000', '170137.486000', '170137.489000', '170137.491000', '170137.494000', '170137.496000', '170137.499000', '170137.501000', '170137.504000', '170137.507000', '170137.509000', '170137.512000', '170157.397000', '170157.399000', '170157.402000', '170157.405000', '170157.407000', '170157.410000', '170157.413000', '170157.415000', '170157.418000', '170157.420000', '170157.423000', '170157.426000', '170157.428000', '170157.431000', '170157.433000', '170157.436000', '170157.439000', '170157.441000', '170157.444000', '170157.446000', '170157.449000', '170157.452000', '170157.454000', '170157.457000', '170157.460000', '170157.462000', '170157.465000', '170157.467000', '170157.470000', '170157.473000', '170157.475000', '170157.478000', '170157.481000', '170157.483000', '170157.486000', '170157.489000', '170157.491000', '170157.494000', '170157.497000', '170157.499000', '170157.502000', '170157.505000', '170157.507000', '170217.397000', '170217.400000', '170217.412000', '170217.415000', '170217.417000', '170217.420000', '170217.423000', '170217.426000', '170217.428000', '170217.431000', '170217.434000', '170217.436000', '170217.439000', '170217.442000', '170217.444000', '170217.447000', '170217.449000', '170217.460000', '170217.462000', '170217.465000', '170217.468000', '170217.471000', '170217.473000', '170217.476000', '170217.478000', '170217.481000', '170217.484000', '170217.486000', '170217.489000', '170217.492000', '170217.494000', '170217.497000', '170217.500000', '170217.502000', '170217.505000', '170217.508000', '170217.510000', '170217.513000', '170217.516000', '170217.518000', '170217.521000', '170217.523000', '170217.526000', '170217.529000', '170237.146000', '170237.149000', '170237.152000', '170237.155000', '170237.158000', '170237.161000', '170237.163000', '170237.166000', '170237.169000', '170237.172000', '170237.175000', '170237.179000', '170237.182000', '170237.185000', '170237.188000', '170237.191000', '170237.194000', '170237.197000', '170237.199000', '170237.202000', '170237.205000', '170237.208000', '170237.211000', '170237.214000', '170237.216000', '170237.219000', '170237.222000', '170237.225000', '170237.228000', '170237.230000', '170237.233000', '170237.236000', '170237.239000', '170237.242000', '170237.246000', '170237.249000', '170237.252000', '170237.255000', '170237.258000', '170237.260000', '170237.264000', '170237.268000', '170237.270000'], '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, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [12580, 14132, 13135, 14975, 12292, 11175, 13559, 11402, 14164, 11715, 10361, 13467, 10544, 12273, 9462, 9071, 12508, 10890, 12204, 10496, 9640, 12349, 12435, 13640, 10951, 9223, 10995, 9793, 13126, 12672, 12870, 10041, 9252, 10203, 9537, 12011, 10449, 10872, 10557, 8804, 11704, 10785, 12386, 9879, 10399, 10132, 8517, 12274, 11420, 12382, 10253, 9271, 10337, 8805, 11856, 11222, 12663, 9871, 10391, 10319, 9262, 12500, 11092, 11736, 10389, 8534, 10959, 9894, 11892, 9676, 11580, 10170, 9883, 11176, 8519, 11640, 10226, 12751, 10083, 7569, 11096, 9243, 12312, 9245, 11000, 10148, 7718, 11364, 8480, 11299, 9701, 13176, 9952, 11435, 11223, 8103, 10755, 9985, 12905, 10940, 12980, 9917, 10575, 10570, 10445, 10674, 9546, 11641, 9690, 11832, 9659, 8762, 11243, 10144, 12172, 10426, 14086, 11149, 14493, 11233, 11906, 11263, 10178, 11144, 8701, 11924, 11009, 12819, 9923, 9953, 10027, 8835, 11459, 10223, 12871, 10584, 9507, 11395, 10082, 12674, 11149, 14190, 11391, 9568, 11211, 9150, 11931, 11066, 12802, 10145, 8798, 12861, 11419, 7662, 10932, 8202, 7395, 9390, 9078, 13072, 10191, 11055, 11221, 9867, 11984, 10176, 13367, 12069, 14468, 11648, 11671, 11447, 9515, 12691, 11217, 13414, 10901, 8424, 11144, 10531, 12032, 10811, 12450, 10322, 10572, 10773, 10046, 11607, 10078, 11300, 10681, 12067, 10233, 8611, 11958, 8295, 11040, 8950, 9037, 10610, 9660, 12717, 9249, 8525, 10596, 10057, 12957, 9831, 9674, 10804, 10276, 12864, 10849, 11330, 11392, 8661, 11347, 10479, 13073, 10725, 10857, 11154, 9027, 11663, 10554, 11250, 10375, 10044, 10986, 10300, 11953, 10317, 10830, 10871, 9092, 12014, 11074, 13643, 10681, 10586, 11127, 10262, 12018, 11254, 12046, 10664, 8492, 11118, 10766, 12347, 11279, 12217, 11234, 9468, 11522, 11159, 12367, 10908, 10813, 11289, 8077, 12145, 11698, 12712, 10799, 11816, 11332, 9762, 11982, 11101, 12820, 10531, 9660, 11915, 11018, 13404, 10362, 10912, 10997, 9655, 11840, 10319, 13828, 10622, 10094, 11405, 9782, 12002, 11635, 12319, 11083, 10025, 11669, 10850, 11498, 10904, 10735, 10797, 7471, 11471, 10273, 10081, 10855, 9816, 11584, 10099, 8000, 12921, 10305, 7782, 11552, 8785, 9190, 10509, 9786, 12715, 10339, 8559, 10814, 9146, 13779, 11124, 10192, 12439, 11402, 11323, 12103, 11018, 14142, 10918, 8319, 11326, 11041, 12289, 12286, 10974, 14446, 10912, 8306, 11515, 11948, 13457, 11181, 9551, 12411, 12439, 14263, 11531, 9978, 12056, 10685, 13695, 11069, 8231, 12188, 9976, 10636, 12552, 10770, 9136, 11204, 9291, 14269, 10926, 11039, 14198, 11925, 11828, 11953, 8557, 12412, 12751, 15292, 12471, 9793, 13451, 11508, 8872, 10984, 11546, 13784, 11867, 9321, 12339, 12085, 13658, 10841, 11110, 14166, 12695, 11658, 11654, 8389, 11455, 11510, 14242, 11898, 8405, 12450, 10342, 12377, 10646, 13354, 11394, 12142, 11662, 8532, 10476, 8452, 10103, 8611, 11430, 11148, 12479, 9635, 7948, 12611, 10405, 8345, 10844, 9682, 11452, 10638, 10401, 12193, 11960, 14681, 11737, 10172, 11221, 10002, 12852, 12199, 15065, 11556, 8708, 10457, 8041, 11742, 11606, 12293, 10395, 9300, 10825, 9658, 12571, 12284, 12685, 12256, 14563, 11715, 10999, 12304, 9565, 11926, 10471, 13243, 10649, 11157, 11103, 9364, 11040, 9292, 11535, 10255, 11245, 10886, 10235, 11753, 10459, 12126, 10806, 12333, 10779, 10411, 12108, 10298, 12100, 12083, 13605, 11141, 11986, 11283, 8897, 11434, 10732, 12587, 10382, 11100, 11218, 8757, 10677, 9594, 13070, 10938, 11451, 10804, 9861, 11263, 11338, 12139, 10652, 10350, 10507, 8850, 11965, 11841, 11592, 10955, 8432, 10744, 10037, 13779, 10826, 9513, 10816, 10664, 12130, 11439, 10201, 11865, 9647, 12240, 12001, 13506, 12150, 10365, 12219, 9173, 12020, 11398, 13358, 11450, 11948, 11457, 8213, 10900, 9627, 13112, 11183, 12800, 10618, 10838, 9696, 10537, 11733, 9060, 11604, 9895, 13383, 9574, 10956, 10771, 9546, 11833, 11585, 13594, 10985, 8263, 10525, 9484, 10634, 12316, 9989, 13171, 10575, 8275, 10610, 10779, 13336, 11113, 11370, 11596, 9830, 12487, 12603, 16171, 12117, 9101, 11546, 10921, 15075, 11352, 10073, 14260, 11822, 8064, 9763, 8674, 12995, 9936, 11256, 14177, 13183, 8992, 13427, 11097, 8737, 11346, 10452, 13649, 10985, 12582, 15156, 12028, 11160, 11408, 10039, 14961, 12320, 10448, 11569, 11289, 8870, 11898, 9322, 8854, 11788, 9949, 8891, 10055, 10130, 9069, 12948, 10373, 8945, 13115, 12667, 9983, 15208, 11882, 8259, 10556, 9136, 8400, 12199, 9912, 9067, 11876, 10015, 8385, 10758, 11057, 13953, 10975, 9085, 12472, 11919, 13604, 11012, 10538, 13033, 11993, 12198, 10612, 8854, 12064, 11842, 12035, 11622, 8610, 11894, 11417, 12920, 10651, 10542, 12823, 11235, 13337, 9628, 8938, 11297, 11529, 13883, 10427, 8566, 9907, 9505, 11381, 10520, 8625, 11954, 9353, 9280, 10100, 10720, 13386, 10902, 10235, 10990, 10241, 13375, 11845, 9535, 12824, 11958, 14251, 11155, 11065, 14104, 12238, 14522, 11019, 9226, 11167, 9537, 12956, 10986, 11959, 13030, 11443, 12708, 10150, 8835, 10282, 10978, 12785, 11038, 10636, 10888, 9527, 12551, 12630, 14320, 11811, 10494, 11585, 9271, 12588, 12815, 14066, 10969, 9223, 11096, 9299, 13282, 12307, 12129, 11158, 9376, 11133, 11748, 13336, 11700, 10587, 10840, 9143, 12563, 12639, 14487, 10987, 9307, 10792, 9305, 13078, 11754, 10071, 11602, 9143, 11509, 10132, 11160, 12340, 10145, 14155, 10421, 9296, 11231, 11365, 13796, 10759, 9755, 11050, 9714, 13474, 11969, 9794, 12336, 9498, 12551, 10898, 13864, 11758, 9647, 13090, 11605, 14370, 10735, 10416, 12564, 9798, 12455, 9815, 12184, 10307, 9851, 12624, 10608, 13574, 9731, 9498, 11173, 10230, 12719, 10243, 12332, 9715, 9269, 11862, 10699, 12618, 10223, 11019, 11894, 9951, 12660, 10052, 8789, 10831, 11290, 13825, 10384, 9519, 10805, 9626, 13031, 12498, 14948, 11452, 9481, 11781, 10786, 13266, 12359, 14573, 11707, 9273, 11353, 10167, 13587, 10856, 10000, 12466, 10483, 11097, 9324, 9228, 11397, 11631, 13935, 10320, 9116, 11333, 9786, 13412, 11208, 9324, 12819, 11010, 13579, 9801, 9911, 13377, 10911, 10568, 10094, 9417, 13075, 11778, 10048, 11726, 10220, 13495, 11264, 11054, 12920, 11606, 14025, 9832, 9823, 13006, 10861, 13062, 9844, 9439, 12849, 12045, 11194, 10550, 9285, 12344, 9677, 10315, 11936, 10649, 12758, 9824, 10233, 12914, 12518, 15199, 11537, 9463, 11980, 11594, 13166, 11734, 9931, 11130, 10939, 14698, 11370, 8900, 11267, 9390, 9402, 11490, 10597, 12357, 10256, 10371, 15374, 13073, 9188, 12412, 9410, 10734, 10393, 10088, 13514, 12299, 11192, 12121, 9659, 13123, 12369, 14471, 11979, 9338, 12335, 11621, 14325, 11745, 9306, 12248, 10808, 14176, 10299, 11270, 12173, 9537, 13083, 11832, 13153, 12415, 13286, 11727, 10007, 10780, 9368, 12125, 11784, 13068, 9715, 9166, 10219, 9646, 11997, 11052, 10966, 10241, 9451, 11696, 10680, 12789, 12024, 12732, 10559, 9717, 11450, 10091, 12709, 11494, 11043, 9504, 9408, 10637, 10812, 12701, 10098, 9530, 9985, 9209, 12239, 11505, 11242, 10844, 10184, 11594, 10725, 13151, 11906, 10911, 11221, 10697, 12674, 11053, 9073, 9775, 9281, 12546, 10596, 9504, 11361, 10021, 12440, 11022, 12412, 12281, 9512, 12606, 11438, 14292, 11570, 11198, 12558, 10698, 13875, 9532, 9584, 11984, 9906, 13463, 9524, 9418, 11494, 10868, 13511, 11282, 9962, 11084, 9392, 13377, 12303, 14321, 11367, 9216, 11601, 10392, 14057, 11239, 10960, 13925, 10878, 8905, 10211, 8911, 12794, 10297, 10120, 12792, 11586, 13975, 10873, 11384, 14327, 11894, 14249, 11643, 11755, 12453, 10934, 14510, 12827, 14473, 10067, 9398, 12922, 10795, 13196, 9740, 8828, 10609, 10988, 12710, 10215, 8942, 10973, 10076, 13687, 10562, 9387, 13071, 11263, 11947, 10794, 11263, 13584, 11493, 9548, 11581, 12127, 15380, 11756, 10505, 12068, 10244, 13621, 12637, 12723, 11617, 9336, 12181, 11013, 13784, 11618, 9004, 13272, 9492, 9096, 11550, 11163, 12812, 11190, 9142, 12079, 8950, 9671, 12158, 9999, 9310, 12936, 12117, 9657, 13100, 10804, 9160, 10861, 11128, 12154, 11901, 10370, 12888, 9262, 9807, 12909, 11682, 9331, 11734, 10884, 13507, 10898, 10090, 12962, 10685, 10707, 11240, 11039, 13896, 10700, 9268, 11365, 10818, 13909, 14977, 12287, 10727, 10304, 9926, 10917, 9988, 10191, 11260, 11255, 14066, 10551, 9880, 11650, 10728, 13758, 11864, 10990, 12754, 10303, 12553, 11022, 13837, 10925, 10186, 11205, 10068, 13074, 10087, 10298, 12509, 10472, 13184, 9767, 9881, 12109, 11682, 14569, 10954, 9929, 11143, 10335, 12939, 11011, 9895, 11016, 10241, 12968, 9892, 10917, 11756, 10215, 13560, 9891, 9670, 10343, 10758, 13503, 10041, 9963, 10676, 10393, 13868, 11063, 10024, 11682, 10616, 13427, 11572, 10252, 14097, 11016, 9441, 11072, 10130, 13508, 10782, 10428, 13096, 11469, 11519, 10351, 10272, 14188, 11857, 13568, 10612, 9868, 12307, 11750, 14416, 11175, 9329, 11227, 9230, 13082, 11491, 14579, 11428, 9466, 10753, 10068, 12736, 10578, 12432, 10969, 9471, 11210, 9543, 13444, 9932, 10122, 12838, 10853, 9666, 9969, 10025, 11661, 9625, 13410, 10503, 12150, 10869, 10233, 13757, 11512, 14182, 9614, 9493, 11579, 10530, 12773, 10185, 10515, 9668, 9502, 11769, 10278, 12624, 11451, 9846, 11513, 9358, 12947, 11622, 14065, 11473, 9576, 12131, 10055, 13730, 9758, 9741, 12210, 10000, 11801, 9602, 9666, 10922, 10969, 13787, 10623, 9688, 11236, 10173, 13343, 11131, 10519, 12900, 10025, 12531, 9636, 10170, 12406, 10624, 14259, 10291, 9655, 11142, 9905, 13209, 11121, 9821, 12773, 10851, 14318, 10547, 11445, 12602, 10234, 13493, 11423, 13292, 10483, 10347, 12870, 10651, 13754, 9527, 9292, 11310, 10051, 12468, 9800, 10773, 9462, 9787, 11335, 10536, 9459, 11119, 9887], 'WindowCenter': [4321.0, 4312.0, 4288.0, 4280.0, 4249.0, 4236.0, 4245.0, 4234.0, 4256.0, 4234.0, 4211.0, 4228.0, 4208.0, 4217.0, 4200.0, 4201.0, 4231.0, 4221.0, 4230.0, 4210.0, 4200.0, 4231.0, 4232.0, 4240.0, 4207.0, 4198.0, 4207.0, 4203.0, 4239.0, 4230.0, 4228.0, 4197.0, 4198.0, 4207.0, 4208.0, 4229.0, 4210.0, 4219.0, 4209.0, 4188.0, 4231.0, 4218.0, 4232.0, 4210.0, 4206.0, 4209.0, 4186.0, 4228.0, 4221.0, 4229.0, 4210.0, 4196.0, 4209.0, 4198.0, 4229.0, 4220.0, 4229.0, 4206.0, 4208.0, 4208.0, 4195.0, 4229.0, 4222.0, 4218.0, 4207.0, 4189.0, 4220.0, 4211.0, 4218.0, 4198.0, 4218.0, 4209.0, 4210.0, 4219.0, 4188.0, 4219.0, 4222.0, 4241.0, 4211.0, 4179.0, 4218.0, 4199.0, 4228.0, 4212.0, 4232.0, 4221.0, 4190.0, 4233.0, 4204.0, 4233.0, 4212.0, 4238.0, 4223.0, 4233.0, 4221.0, 4191.0, 4220.0, 4213.0, 4243.0, 4223.0, 4237.0, 4210.0, 4210.0, 4221.0, 4220.0, 4220.0, 4213.0, 4232.0, 4211.0, 4231.0, 4210.0, 4203.0, 4234.0, 4224.0, 4242.0, 4224.0, 4253.0, 4235.0, 4254.0, 4233.0, 4233.0, 4222.0, 4209.0, 4221.0, 4200.0, 4230.0, 4222.0, 4241.0, 4211.0, 4210.0, 4212.0, 4202.0, 4232.0, 4224.0, 4257.0, 4235.0, 4212.0, 4232.0, 4223.0, 4243.0, 4236.0, 4254.0, 4234.0, 4211.0, 4223.0, 4200.0, 4231.0, 4221.0, 4242.0, 4221.0, 4201.0, 4244.0, 4233.0, 4190.0, 4232.0, 4202.0, 4192.0, 4213.0, 4214.0, 4256.0, 4237.0, 4246.0, 4248.0, 4225.0, 4244.0, 4225.0, 4254.0, 4244.0, 4253.0, 4222.0, 4222.0, 4219.0, 4196.0, 4230.0, 4222.0, 4241.0, 4209.0, 4188.0, 4220.0, 4220.0, 4230.0, 4219.0, 4229.0, 4209.0, 4210.0, 4220.0, 4211.0, 4220.0, 4208.0, 4219.0, 4209.0, 4232.0, 4211.0, 4232.0, 4248.0, 4180.0, 4208.0, 4191.0, 4205.0, 4227.0, 4201.0, 4201.0, 4212.0, 4171.0, 4207.0, 4212.0, 4239.0, 4212.0, 4209.0, 4219.0, 4221.0, 4243.0, 4235.0, 4234.0, 4236.0, 4203.0, 4235.0, 4225.0, 4242.0, 4234.0, 4234.0, 4233.0, 4201.0, 4233.0, 4222.0, 4233.0, 4223.0, 4225.0, 4235.0, 4236.0, 4245.0, 4224.0, 4232.0, 4232.0, 4216.0, 4245.0, 4236.0, 4255.0, 4224.0, 4223.0, 4233.0, 4228.0, 4242.0, 4233.0, 4243.0, 4220.0, 4200.0, 4235.0, 4235.0, 4245.0, 4235.0, 4243.0, 4234.0, 4220.0, 4243.0, 4246.0, 4245.0, 4233.0, 4232.0, 4233.0, 4193.0, 4243.0, 4247.0, 4246.0, 4235.0, 4244.0, 4228.0, 4221.0, 4233.0, 4232.0, 4238.0, 4215.0, 4225.0, 4243.0, 4234.0, 4256.0, 4222.0, 4225.0, 4226.0, 4224.0, 4243.0, 4223.0, 4253.0, 4224.0, 4216.0, 4234.0, 4221.0, 4234.0, 4244.0, 4241.0, 4233.0, 4224.0, 4224.0, 4236.0, 4233.0, 4231.0, 4233.0, 4226.0, 4190.0, 4227.0, 4224.0, 4224.0, 4230.0, 4223.0, 4234.0, 4224.0, 4199.0, 4257.0, 4235.0, 4205.0, 4246.0, 4213.0, 4224.0, 4235.0, 4236.0, 4252.0, 4249.0, 4215.0, 4232.0, 4227.0, 4266.0, 4246.0, 4235.0, 4244.0, 4243.0, 4241.0, 4258.0, 4248.0, 4263.0, 4248.0, 4215.0, 4245.0, 4244.0, 4252.0, 4257.0, 4247.0, 4264.0, 4246.0, 4216.0, 4248.0, 4258.0, 4267.0, 4237.0, 4218.0, 4255.0, 4249.0, 4259.0, 4243.0, 4223.0, 4243.0, 4230.0, 4258.0, 4245.0, 4197.0, 4255.0, 4237.0, 4248.0, 4251.0, 4249.0, 4227.0, 4245.0, 4219.0, 4264.0, 4246.0, 4239.0, 4261.0, 4248.0, 4237.0, 4246.0, 4197.0, 4243.0, 4244.0, 4265.0, 4246.0, 4215.0, 4242.0, 4232.0, 4200.0, 4220.0, 4233.0, 4253.0, 4234.0, 4192.0, 4229.0, 4227.0, 4238.0, 4220.0, 4219.0, 4239.0, 4229.0, 4204.0, 4198.0, 4175.0, 4205.0, 4217.0, 4229.0, 4218.0, 4176.0, 4212.0, 4193.0, 4208.0, 4198.0, 4219.0, 4218.0, 4216.0, 4204.0, 4173.0, 4185.0, 4173.0, 4193.0, 4176.0, 4216.0, 4205.0, 4216.0, 4187.0, 4178.0, 4223.0, 4220.0, 4187.0, 4220.0, 4212.0, 4230.0, 4219.0, 4203.0, 4221.0, 4217.0, 4240.0, 4211.0, 4195.0, 4198.0, 4188.0, 4228.0, 4212.0, 4233.0, 4215.0, 4166.0, 4203.0, 4168.0, 4217.0, 4219.0, 4221.0, 4199.0, 4198.0, 4208.0, 4195.0, 4220.0, 4228.0, 4229.0, 4218.0, 4231.0, 4210.0, 4206.0, 4218.0, 4198.0, 4216.0, 4197.0, 4225.0, 4200.0, 4209.0, 4219.0, 4196.0, 4211.0, 4189.0, 4218.0, 4201.0, 4216.0, 4211.0, 4204.0, 4230.0, 4210.0, 4226.0, 4221.0, 4229.0, 4219.0, 4220.0, 4223.0, 4199.0, 4229.0, 4222.0, 4238.0, 4221.0, 4221.0, 4211.0, 4191.0, 4218.0, 4220.0, 4229.0, 4205.0, 4223.0, 4212.0, 4192.0, 4218.0, 4203.0, 4239.0, 4224.0, 4224.0, 4222.0, 4211.0, 4218.0, 4234.0, 4225.0, 4213.0, 4211.0, 4220.0, 4200.0, 4233.0, 4234.0, 4233.0, 4222.0, 4182.0, 4221.0, 4216.0, 4253.0, 4233.0, 4211.0, 4213.0, 4215.0, 4236.0, 4226.0, 4223.0, 4226.0, 4211.0, 4230.0, 4241.0, 4245.0, 4224.0, 4203.0, 4231.0, 4198.0, 4230.0, 4231.0, 4242.0, 4233.0, 4231.0, 4219.0, 4189.0, 4210.0, 4211.0, 4242.0, 4219.0, 4220.0, 4208.0, 4208.0, 4210.0, 4214.0, 4223.0, 4200.0, 4223.0, 4210.0, 4240.0, 4213.0, 4221.0, 4220.0, 4206.0, 4232.0, 4235.0, 4244.0, 4215.0, 4190.0, 4211.0, 4213.0, 4228.0, 4238.0, 4225.0, 4247.0, 4220.0, 4203.0, 4217.0, 4227.0, 4250.0, 4236.0, 4226.0, 4213.0, 4202.0, 4231.0, 4228.0, 4254.0, 4212.0, 4182.0, 4210.0, 4200.0, 4249.0, 4214.0, 4191.0, 4235.0, 4229.0, 4181.0, 4210.0, 4200.0, 4239.0, 4208.0, 4220.0, 4246.0, 4243.0, 4191.0, 4241.0, 4218.0, 4185.0, 4208.0, 4198.0, 4224.0, 4205.0, 4230.0, 4237.0, 4209.0, 4197.0, 4203.0, 4188.0, 4231.0, 4208.0, 4187.0, 4202.0, 4205.0, 4186.0, 4206.0, 4183.0, 4177.0, 4208.0, 4187.0, 4187.0, 4196.0, 4196.0, 4182.0, 4208.0, 4195.0, 4185.0, 4222.0, 4229.0, 4209.0, 4236.0, 4205.0, 4175.0, 4192.0, 4183.0, 4167.0, 4217.0, 4206.0, 4197.0, 4218.0, 4209.0, 4183.0, 4211.0, 4217.0, 4232.0, 4210.0, 4187.0, 4215.0, 4218.0, 4223.0, 4199.0, 4207.0, 4224.0, 4217.0, 4217.0, 4196.0, 4186.0, 4216.0, 4211.0, 4220.0, 4217.0, 4188.0, 4216.0, 4218.0, 4227.0, 4202.0, 4202.0, 4229.0, 4210.0, 4219.0, 4197.0, 4187.0, 4213.0, 4220.0, 4242.0, 4201.0, 4189.0, 4205.0, 4210.0, 4229.0, 4221.0, 4199.0, 4223.0, 4202.0, 4203.0, 4217.0, 4225.0, 4254.0, 4224.0, 4214.0, 4214.0, 4222.0, 4253.0, 4225.0, 4204.0, 4242.0, 4232.0, 4243.0, 4215.0, 4220.0, 4244.0, 4232.0, 4238.0, 4210.0, 4201.0, 4222.0, 4201.0, 4230.0, 4212.0, 4232.0, 4243.0, 4222.0, 4230.0, 4203.0, 4200.0, 4204.0, 4222.0, 4242.0, 4217.0, 4211.0, 4220.0, 4201.0, 4232.0, 4232.0, 4242.0, 4211.0, 4201.0, 4218.0, 4183.0, 4228.0, 4223.0, 4237.0, 4204.0, 4200.0, 4213.0, 4190.0, 4233.0, 4225.0, 4224.0, 4219.0, 4192.0, 4210.0, 4230.0, 4227.0, 4214.0, 4201.0, 4198.0, 4187.0, 4228.0, 4228.0, 4233.0, 4207.0, 4187.0, 4208.0, 4199.0, 4238.0, 4232.0, 4201.0, 4214.0, 4199.0, 4214.0, 4208.0, 4214.0, 4226.0, 4211.0, 4240.0, 4203.0, 4199.0, 4217.0, 4233.0, 4239.0, 4209.0, 4189.0, 4209.0, 4199.0, 4235.0, 4221.0, 4192.0, 4230.0, 4192.0, 4228.0, 4210.0, 4237.0, 4216.0, 4198.0, 4228.0, 4204.0, 4232.0, 4207.0, 4205.0, 4216.0, 4191.0, 4217.0, 4197.0, 4218.0, 4209.0, 4194.0, 4224.0, 4201.0, 4228.0, 4198.0, 4190.0, 4220.0, 4210.0, 4229.0, 4210.0, 4223.0, 4191.0, 4212.0, 4232.0, 4221.0, 4229.0, 4210.0, 4219.0, 4222.0, 4212.0, 4231.0, 4204.0, 4184.0, 4215.0, 4232.0, 4237.0, 4211.0, 4201.0, 4221.0, 4201.0, 4237.0, 4231.0, 4246.0, 4212.0, 4199.0, 4220.0, 4200.0, 4230.0, 4232.0, 4234.0, 4219.0, 4186.0, 4201.0, 4196.0, 4229.0, 4221.0, 4210.0, 4229.0, 4204.0, 4213.0, 4200.0, 4194.0, 4222.0, 4232.0, 4243.0, 4206.0, 4195.0, 4220.0, 4206.0, 4240.0, 4227.0, 4198.0, 4244.0, 4222.0, 4241.0, 4208.0, 4212.0, 4240.0, 4216.0, 4206.0, 4211.0, 4195.0, 4238.0, 4228.0, 4207.0, 4222.0, 4211.0, 4235.0, 4217.0, 4220.0, 4226.0, 4213.0, 4241.0, 4211.0, 4206.0, 4235.0, 4214.0, 4232.0, 4201.0, 4193.0, 4242.0, 4227.0, 4215.0, 4204.0, 4199.0, 4226.0, 4214.0, 4223.0, 4234.0, 4222.0, 4238.0, 4213.0, 4224.0, 4239.0, 4236.0, 4254.0, 4222.0, 4201.0, 4222.0, 4231.0, 4238.0, 4222.0, 4210.0, 4212.0, 4217.0, 4253.0, 4231.0, 4202.0, 4215.0, 4195.0, 4203.0, 4234.0, 4224.0, 4244.0, 4218.0, 4226.0, 4266.0, 4240.0, 4205.0, 4230.0, 4201.0, 4215.0, 4212.0, 4212.0, 4238.0, 4227.0, 4220.0, 4232.0, 4198.0, 4232.0, 4227.0, 4238.0, 4220.0, 4187.0, 4212.0, 4214.0, 4235.0, 4220.0, 4188.0, 4217.0, 4209.0, 4228.0, 4209.0, 4214.0, 4219.0, 4183.0, 4217.0, 4207.0, 4218.0, 4211.0, 4217.0, 4199.0, 4182.0, 4187.0, 4180.0, 4213.0, 4219.0, 4224.0, 4189.0, 4188.0, 4191.0, 4194.0, 4225.0, 4222.0, 4219.0, 4202.0, 4194.0, 4214.0, 4211.0, 4223.0, 4213.0, 4225.0, 4209.0, 4190.0, 4220.0, 4207.0, 4230.0, 4212.0, 4208.0, 4192.0, 4199.0, 4205.0, 4215.0, 4225.0, 4206.0, 4195.0, 4203.0, 4195.0, 4233.0, 4225.0, 4220.0, 4222.0, 4210.0, 4223.0, 4213.0, 4225.0, 4213.0, 4210.0, 4208.0, 4211.0, 4231.0, 4221.0, 4201.0, 4205.0, 4202.0, 4244.0, 4221.0, 4206.0, 4221.0, 4211.0, 4233.0, 4217.0, 4234.0, 4228.0, 4202.0, 4231.0, 4212.0, 4242.0, 4216.0, 4217.0, 4227.0, 4211.0, 4241.0, 4212.0, 4207.0, 4227.0, 4206.0, 4242.0, 4204.0, 4204.0, 4228.0, 4227.0, 4244.0, 4215.0, 4211.0, 4221.0, 4196.0, 4238.0, 4229.0, 4239.0, 4215.0, 4195.0, 4221.0, 4206.0, 4253.0, 4228.0, 4224.0, 4248.0, 4217.0, 4196.0, 4210.0, 4203.0, 4248.0, 4230.0, 4218.0, 4258.0, 4234.0, 4248.0, 4224.0, 4226.0, 4256.0, 4227.0, 4237.0, 4213.0, 4222.0, 4226.0, 4211.0, 4240.0, 4223.0, 4233.0, 4199.0, 4193.0, 4229.0, 4210.0, 4220.0, 4199.0, 4194.0, 4222.0, 4223.0, 4242.0, 4205.0, 4193.0, 4221.0, 4213.0, 4250.0, 4220.0, 4213.0, 4243.0, 4223.0, 4229.0, 4219.0, 4225.0, 4244.0, 4214.0, 4201.0, 4216.0, 4233.0, 4247.0, 4223.0, 4210.0, 4216.0, 4203.0, 4236.0, 4226.0, 4231.0, 4204.0, 4190.0, 4219.0, 4212.0, 4236.0, 4220.0, 4183.0, 4230.0, 4194.0, 4200.0, 4222.0, 4214.0, 4240.0, 4221.0, 4197.0, 4234.0, 4203.0, 4213.0, 4227.0, 4213.0, 4197.0, 4240.0, 4234.0, 4202.0, 4241.0, 4212.0, 4192.0, 4222.0, 4224.0, 4228.0, 4233.0, 4206.0, 4231.0, 4195.0, 4207.0, 4244.0, 4224.0, 4196.0, 4215.0, 4204.0, 4235.0, 4223.0, 4209.0, 4230.0, 4211.0, 4204.0, 4216.0, 4218.0, 4243.0, 4202.0, 4194.0, 4220.0, 4224.0, 4239.0, 4247.0, 4231.0, 4216.0, 4214.0, 4214.0, 4227.0, 4223.0, 4221.0, 4216.0, 4217.0, 4254.0, 4215.0, 4206.0, 4214.0, 4222.0, 4243.0, 4214.0, 4204.0, 4217.0, 4198.0, 4212.0, 4203.0, 4227.0, 4209.0, 4192.0, 4208.0, 4194.0, 4223.0, 4202.0, 4210.0, 4230.0, 4203.0, 4224.0, 4199.0, 4193.0, 4212.0, 4221.0, 4231.0, 4206.0, 4198.0, 4202.0, 4203.0, 4225.0, 4202.0, 4200.0, 4210.0, 4209.0, 4223.0, 4205.0, 4216.0, 4225.0, 4203.0, 4235.0, 4211.0, 4202.0, 4206.0, 4217.0, 4243.0, 4206.0, 4205.0, 4214.0, 4225.0, 4250.0, 4235.0, 4213.0, 4233.0, 4218.0, 4238.0, 4233.0, 4207.0, 4247.0, 4219.0, 4212.0, 4222.0, 4203.0, 4234.0, 4216.0, 4214.0, 4244.0, 4214.0, 4215.0, 4206.0, 4215.0, 4244.0, 4226.0, 4225.0, 4209.0, 4199.0, 4220.0, 4221.0, 4241.0, 4201.0, 4189.0, 4202.0, 4188.0, 4228.0, 4215.0, 4234.0, 4220.0, 4192.0, 4201.0, 4188.0, 4223.0, 4202.0, 4230.0, 4209.0, 4199.0, 4209.0, 4192.0, 4236.0, 4212.0, 4220.0, 4242.0, 4216.0, 4194.0, 4210.0, 4206.0, 4216.0, 4207.0, 4237.0, 4218.0, 4225.0, 4224.0, 4208.0, 4243.0, 4219.0, 4235.0, 4200.0, 4195.0, 4220.0, 4216.0, 4226.0, 4212.0, 4210.0, 4194.0, 4195.0, 4220.0, 4217.0, 4227.0, 4225.0, 4205.0, 4216.0, 4192.0, 4225.0, 4213.0, 4240.0, 4222.0, 4196.0, 4220.0, 4200.0, 4234.0, 4197.0, 4195.0, 4232.0, 4203.0, 4218.0, 4202.0, 4212.0, 4221.0, 4218.0, 4238.0, 4224.0, 4207.0, 4222.0, 4218.0, 4239.0, 4218.0, 4213.0, 4224.0, 4205.0, 4225.0, 4213.0, 4213.0, 4231.0, 4209.0, 4237.0, 4213.0, 4198.0, 4215.0, 4213.0, 4238.0, 4215.0, 4208.0, 4232.0, 4216.0, 4235.0, 4214.0, 4222.0, 4227.0, 4205.0, 4230.0, 4204.0, 4223.0, 4210.0, 4203.0, 4224.0, 4198.0, 4228.0, 4188.0, 4188.0, 4208.0, 4192.0, 4214.0, 4199.0, 4205.0, 4194.0, 4211.0, 4216.0, 4217.0, 4212.0, 4216.0, 4212.0], 'WindowWidth': [9553.0, 9526.0, 9479.0, 9456.0, 9405.0, 9379.0, 9390.0, 9372.0, 9408.0, 9374.0, 9336.0, 9356.0, 9327.0, 9338.0, 9320.0, 9326.0, 9366.0, 9352.0, 9360.0, 9333.0, 9320.0, 9365.0, 9367.0, 9377.0, 9326.0, 9312.0, 9325.0, 9321.0, 9375.0, 9360.0, 9357.0, 9312.0, 9310.0, 9324.0, 9331.0, 9359.0, 9333.0, 9342.0, 9331.0, 9301.0, 9363.0, 9346.0, 9366.0, 9332.0, 9323.0, 9328.0, 9298.0, 9359.0, 9351.0, 9359.0, 9331.0, 9310.0, 9328.0, 9317.0, 9360.0, 9347.0, 9359.0, 9324.0, 9326.0, 9327.0, 9313.0, 9359.0, 9350.0, 9341.0, 9325.0, 9301.0, 9347.0, 9335.0, 9343.0, 9314.0, 9340.0, 9330.0, 9333.0, 9344.0, 9302.0, 9343.0, 9353.0, 9379.0, 9337.0, 9290.0, 9343.0, 9318.0, 9357.0, 9340.0, 9368.0, 9351.0, 9309.0, 9369.0, 9329.0, 9368.0, 9339.0, 9375.0, 9358.0, 9368.0, 9352.0, 9310.0, 9348.0, 9341.0, 9384.0, 9357.0, 9372.0, 9335.0, 9333.0, 9349.0, 9346.0, 9350.0, 9343.0, 9369.0, 9338.0, 9366.0, 9336.0, 9330.0, 9375.0, 9362.0, 9383.0, 9359.0, 9400.0, 9373.0, 9404.0, 9372.0, 9370.0, 9352.0, 9330.0, 9348.0, 9321.0, 9364.0, 9354.0, 9378.0, 9337.0, 9334.0, 9339.0, 9326.0, 9367.0, 9360.0, 9410.0, 9376.0, 9342.0, 9369.0, 9356.0, 9385.0, 9378.0, 9403.0, 9373.0, 9336.0, 9354.0, 9320.0, 9363.0, 9348.0, 9380.0, 9352.0, 9326.0, 9388.0, 9373.0, 9313.0, 9369.0, 9328.0, 9317.0, 9346.0, 9351.0, 9410.0, 9385.0, 9394.0, 9399.0, 9362.0, 9388.0, 9365.0, 9404.0, 9388.0, 9398.0, 9351.0, 9351.0, 9345.0, 9311.0, 9362.0, 9353.0, 9378.0, 9330.0, 9300.0, 9347.0, 9347.0, 9360.0, 9345.0, 9357.0, 9330.0, 9333.0, 9347.0, 9336.0, 9348.0, 9328.0, 9343.0, 9330.0, 9364.0, 9337.0, 9388.0, 9397.0, 9288.0, 9324.0, 9305.0, 9332.0, 9358.0, 9320.0, 9305.0, 9342.0, 9266.0, 9325.0, 9341.0, 9377.0, 9339.0, 9333.0, 9346.0, 9353.0, 9385.0, 9377.0, 9374.0, 9379.0, 9333.0, 9375.0, 9361.0, 9383.0, 9372.0, 9374.0, 9371.0, 9326.0, 9371.0, 9354.0, 9370.0, 9359.0, 9361.0, 9379.0, 9382.0, 9391.0, 9361.0, 9369.0, 9369.0, 9355.0, 9393.0, 9380.0, 9404.0, 9360.0, 9357.0, 9373.0, 9366.0, 9386.0, 9373.0, 9384.0, 9352.0, 9325.0, 9376.0, 9379.0, 9392.0, 9378.0, 9386.0, 9374.0, 9352.0, 9387.0, 9396.0, 9392.0, 9373.0, 9369.0, 9371.0, 9319.0, 9386.0, 9396.0, 9393.0, 9376.0, 9389.0, 9365.0, 9353.0, 9373.0, 9368.0, 9375.0, 9344.0, 9366.0, 9387.0, 9375.0, 9407.0, 9357.0, 9357.0, 9362.0, 9362.0, 9387.0, 9360.0, 9401.0, 9361.0, 9343.0, 9373.0, 9352.0, 9369.0, 9387.0, 9381.0, 9372.0, 9358.0, 9354.0, 9377.0, 9369.0, 9365.0, 9372.0, 9361.0, 9317.0, 9362.0, 9359.0, 9359.0, 9364.0, 9357.0, 9373.0, 9362.0, 9329.0, 9410.0, 9381.0, 9339.0, 9394.0, 9348.0, 9362.0, 9378.0, 9384.0, 9405.0, 9405.0, 9353.0, 9372.0, 9370.0, 9425.0, 9394.0, 9378.0, 9390.0, 9390.0, 9386.0, 9414.0, 9403.0, 9422.0, 9403.0, 9355.0, 9393.0, 9393.0, 9402.0, 9413.0, 9402.0, 9425.0, 9396.0, 9355.0, 9399.0, 9415.0, 9426.0, 9380.0, 9353.0, 9407.0, 9398.0, 9413.0, 9389.0, 9361.0, 9386.0, 9368.0, 9408.0, 9393.0, 9325.0, 9407.0, 9388.0, 9404.0, 9405.0, 9405.0, 9372.0, 9393.0, 9358.0, 9420.0, 9398.0, 9387.0, 9418.0, 9401.0, 9379.0, 9393.0, 9322.0, 9387.0, 9388.0, 9421.0, 9394.0, 9343.0, 9385.0, 9367.0, 9322.0, 9348.0, 9370.0, 9401.0, 9375.0, 9307.0, 9360.0, 9354.0, 9369.0, 9346.0, 9347.0, 9376.0, 9360.0, 9321.0, 9307.0, 9278.0, 9320.0, 9340.0, 9355.0, 9344.0, 9283.0, 9329.0, 9303.0, 9320.0, 9308.0, 9338.0, 9342.0, 9335.0, 9320.0, 9274.0, 9287.0, 9276.0, 9304.0, 9280.0, 9336.0, 9322.0, 9336.0, 9294.0, 9290.0, 9350.0, 9350.0, 9304.0, 9349.0, 9340.0, 9363.0, 9346.0, 9320.0, 9347.0, 9343.0, 9374.0, 9329.0, 9307.0, 9307.0, 9294.0, 9354.0, 9331.0, 9361.0, 9333.0, 9262.0, 9315.0, 9269.0, 9340.0, 9346.0, 9343.0, 9312.0, 9315.0, 9329.0, 9311.0, 9340.0, 9355.0, 9355.0, 9341.0, 9357.0, 9328.0, 9326.0, 9343.0, 9311.0, 9334.0, 9305.0, 9346.0, 9312.0, 9324.0, 9345.0, 9312.0, 9330.0, 9299.0, 9341.0, 9316.0, 9338.0, 9330.0, 9323.0, 9362.0, 9333.0, 9352.0, 9348.0, 9358.0, 9347.0, 9349.0, 9350.0, 9313.0, 9357.0, 9345.0, 9370.0, 9350.0, 9347.0, 9334.0, 9304.0, 9343.0, 9345.0, 9357.0, 9327.0, 9350.0, 9336.0, 9307.0, 9344.0, 9324.0, 9375.0, 9358.0, 9351.0, 9353.0, 9337.0, 9348.0, 9372.0, 9355.0, 9335.0, 9336.0, 9348.0, 9324.0, 9372.0, 9374.0, 9369.0, 9352.0, 9294.0, 9349.0, 9347.0, 9400.0, 9372.0, 9339.0, 9337.0, 9343.0, 9373.0, 9360.0, 9356.0, 9356.0, 9337.0, 9364.0, 9380.0, 9384.0, 9356.0, 9323.0, 9363.0, 9317.0, 9359.0, 9365.0, 9381.0, 9371.0, 9365.0, 9344.0, 9303.0, 9328.0, 9339.0, 9382.0, 9347.0, 9342.0, 9329.0, 9327.0, 9334.0, 9338.0, 9350.0, 9322.0, 9350.0, 9335.0, 9376.0, 9341.0, 9352.0, 9349.0, 9329.0, 9371.0, 9376.0, 9387.0, 9343.0, 9311.0, 9334.0, 9343.0, 9364.0, 9380.0, 9364.0, 9390.0, 9352.0, 9331.0, 9346.0, 9363.0, 9398.0, 9380.0, 9358.0, 9337.0, 9320.0, 9366.0, 9362.0, 9395.0, 9334.0, 9289.0, 9325.0, 9314.0, 9386.0, 9336.0, 9304.0, 9370.0, 9359.0, 9294.0, 9336.0, 9324.0, 9375.0, 9335.0, 9348.0, 9387.0, 9385.0, 9306.0, 9380.0, 9344.0, 9296.0, 9323.0, 9310.0, 9348.0, 9322.0, 9359.0, 9370.0, 9325.0, 9306.0, 9316.0, 9293.0, 9355.0, 9322.0, 9292.0, 9315.0, 9320.0, 9296.0, 9316.0, 9289.0, 9280.0, 9322.0, 9292.0, 9296.0, 9307.0, 9307.0, 9287.0, 9322.0, 9307.0, 9294.0, 9345.0, 9361.0, 9333.0, 9369.0, 9320.0, 9280.0, 9299.0, 9287.0, 9265.0, 9339.0, 9326.0, 9313.0, 9342.0, 9330.0, 9292.0, 9328.0, 9342.0, 9359.0, 9334.0, 9300.0, 9336.0, 9339.0, 9342.0, 9309.0, 9324.0, 9347.0, 9338.0, 9336.0, 9306.0, 9294.0, 9337.0, 9328.0, 9341.0, 9339.0, 9301.0, 9334.0, 9339.0, 9351.0, 9316.0, 9317.0, 9356.0, 9325.0, 9335.0, 9311.0, 9299.0, 9332.0, 9348.0, 9378.0, 9316.0, 9303.0, 9323.0, 9334.0, 9360.0, 9352.0, 9321.0, 9350.0, 9326.0, 9324.0, 9345.0, 9356.0, 9402.0, 9358.0, 9338.0, 9337.0, 9354.0, 9400.0, 9357.0, 9326.0, 9381.0, 9364.0, 9377.0, 9341.0, 9351.0, 9387.0, 9363.0, 9371.0, 9331.0, 9320.0, 9350.0, 9321.0, 9361.0, 9334.0, 9368.0, 9385.0, 9352.0, 9361.0, 9320.0, 9319.0, 9322.0, 9354.0, 9380.0, 9345.0, 9336.0, 9346.0, 9321.0, 9367.0, 9368.0, 9380.0, 9329.0, 9313.0, 9339.0, 9289.0, 9356.0, 9348.0, 9369.0, 9321.0, 9317.0, 9330.0, 9301.0, 9362.0, 9353.0, 9350.0, 9343.0, 9302.0, 9327.0, 9359.0, 9356.0, 9335.0, 9314.0, 9307.0, 9297.0, 9354.0, 9355.0, 9362.0, 9325.0, 9297.0, 9325.0, 9318.0, 9370.0, 9365.0, 9316.0, 9337.0, 9317.0, 9333.0, 9328.0, 9335.0, 9355.0, 9334.0, 9375.0, 9319.0, 9317.0, 9342.0, 9367.0, 9373.0, 9331.0, 9297.0, 9328.0, 9316.0, 9365.0, 9349.0, 9304.0, 9357.0, 9302.0, 9354.0, 9331.0, 9369.0, 9338.0, 9313.0, 9354.0, 9317.0, 9354.0, 9326.0, 9322.0, 9338.0, 9299.0, 9335.0, 9311.0, 9339.0, 9330.0, 9307.0, 9349.0, 9314.0, 9353.0, 9313.0, 9301.0, 9348.0, 9332.0, 9358.0, 9331.0, 9344.0, 9304.0, 9339.0, 9365.0, 9348.0, 9358.0, 9334.0, 9346.0, 9346.0, 9338.0, 9361.0, 9321.0, 9294.0, 9339.0, 9366.0, 9370.0, 9337.0, 9321.0, 9348.0, 9322.0, 9371.0, 9366.0, 9384.0, 9332.0, 9317.0, 9344.0, 9314.0, 9360.0, 9364.0, 9365.0, 9343.0, 9296.0, 9313.0, 9310.0, 9358.0, 9348.0, 9331.0, 9359.0, 9320.0, 9331.0, 9318.0, 9309.0, 9351.0, 9367.0, 9382.0, 9328.0, 9310.0, 9345.0, 9327.0, 9376.0, 9360.0, 9319.0, 9384.0, 9351.0, 9376.0, 9331.0, 9338.0, 9377.0, 9340.0, 9325.0, 9335.0, 9314.0, 9375.0, 9360.0, 9329.0, 9350.0, 9336.0, 9365.0, 9344.0, 9348.0, 9357.0, 9332.0, 9374.0, 9337.0, 9327.0, 9366.0, 9337.0, 9363.0, 9321.0, 9308.0, 9379.0, 9357.0, 9338.0, 9322.0, 9319.0, 9355.0, 9346.0, 9356.0, 9372.0, 9353.0, 9372.0, 9341.0, 9358.0, 9378.0, 9370.0, 9398.0, 9351.0, 9320.0, 9351.0, 9364.0, 9373.0, 9349.0, 9332.0, 9334.0, 9344.0, 9398.0, 9365.0, 9325.0, 9338.0, 9314.0, 9328.0, 9370.0, 9358.0, 9384.0, 9349.0, 9366.0, 9423.0, 9384.0, 9328.0, 9362.0, 9325.0, 9337.0, 9338.0, 9339.0, 9374.0, 9361.0, 9350.0, 9365.0, 9317.0, 9366.0, 9357.0, 9371.0, 9347.0, 9297.0, 9328.0, 9333.0, 9365.0, 9345.0, 9299.0, 9337.0, 9327.0, 9352.0, 9330.0, 9335.0, 9343.0, 9289.0, 9337.0, 9322.0, 9338.0, 9327.0, 9338.0, 9308.0, 9285.0, 9290.0, 9282.0, 9331.0, 9342.0, 9346.0, 9296.0, 9298.0, 9298.0, 9309.0, 9351.0, 9351.0, 9344.0, 9317.0, 9306.0, 9333.0, 9335.0, 9348.0, 9335.0, 9350.0, 9329.0, 9298.0, 9345.0, 9327.0, 9358.0, 9330.0, 9327.0, 9303.0, 9316.0, 9324.0, 9340.0, 9352.0, 9326.0, 9310.0, 9320.0, 9312.0, 9368.0, 9353.0, 9350.0, 9351.0, 9333.0, 9352.0, 9338.0, 9350.0, 9333.0, 9330.0, 9328.0, 9335.0, 9364.0, 9349.0, 9321.0, 9324.0, 9327.0, 9385.0, 9352.0, 9328.0, 9350.0, 9336.0, 9369.0, 9346.0, 9371.0, 9360.0, 9323.0, 9362.0, 9332.0, 9377.0, 9342.0, 9344.0, 9359.0, 9335.0, 9375.0, 9339.0, 9331.0, 9357.0, 9328.0, 9379.0, 9323.0, 9326.0, 9360.0, 9359.0, 9387.0, 9341.0, 9336.0, 9350.0, 9315.0, 9374.0, 9363.0, 9376.0, 9339.0, 9310.0, 9349.0, 9329.0, 9396.0, 9362.0, 9358.0, 9389.0, 9343.0, 9316.0, 9337.0, 9329.0, 9394.0, 9370.0, 9350.0, 9409.0, 9373.0, 9390.0, 9359.0, 9358.0, 9405.0, 9357.0, 9369.0, 9334.0, 9350.0, 9356.0, 9333.0, 9376.0, 9343.0, 9357.0, 9315.0, 9303.0, 9357.0, 9331.0, 9339.0, 9316.0, 9309.0, 9351.0, 9356.0, 9380.0, 9325.0, 9308.0, 9349.0, 9342.0, 9392.0, 9352.0, 9341.0, 9382.0, 9355.0, 9364.0, 9350.0, 9359.0, 9385.0, 9336.0, 9320.0, 9340.0, 9369.0, 9386.0, 9354.0, 9332.0, 9337.0, 9320.0, 9368.0, 9354.0, 9361.0, 9320.0, 9302.0, 9341.0, 9332.0, 9365.0, 9346.0, 9291.0, 9357.0, 9307.0, 9319.0, 9351.0, 9340.0, 9378.0, 9351.0, 9316.0, 9370.0, 9327.0, 9343.0, 9357.0, 9341.0, 9317.0, 9379.0, 9373.0, 9326.0, 9377.0, 9331.0, 9303.0, 9351.0, 9357.0, 9360.0, 9370.0, 9326.0, 9362.0, 9313.0, 9331.0, 9385.0, 9354.0, 9314.0, 9337.0, 9322.0, 9365.0, 9354.0, 9332.0, 9361.0, 9334.0, 9322.0, 9342.0, 9347.0, 9382.0, 9319.0, 9308.0, 9347.0, 9360.0, 9378.0, 9390.0, 9367.0, 9340.0, 9341.0, 9341.0, 9360.0, 9356.0, 9350.0, 9341.0, 9346.0, 9401.0, 9340.0, 9326.0, 9336.0, 9350.0, 9382.0, 9338.0, 9322.0, 9339.0, 9311.0, 9326.0, 9320.0, 9353.0, 9330.0, 9300.0, 9324.0, 9305.0, 9346.0, 9318.0, 9332.0, 9360.0, 9319.0, 9346.0, 9316.0, 9306.0, 9332.0, 9349.0, 9359.0, 9323.0, 9313.0, 9314.0, 9319.0, 9351.0, 9320.0, 9319.0, 9331.0, 9329.0, 9346.0, 9325.0, 9340.0, 9354.0, 9322.0, 9365.0, 9335.0, 9324.0, 9329.0, 9344.0, 9382.0, 9327.0, 9325.0, 9336.0, 9362.0, 9393.0, 9374.0, 9341.0, 9366.0, 9346.0, 9375.0, 9370.0, 9330.0, 9391.0, 9348.0, 9340.0, 9351.0, 9320.0, 9362.0, 9342.0, 9337.0, 9386.0, 9338.0, 9338.0, 9328.0, 9340.0, 9384.0, 9354.0, 9350.0, 9329.0, 9313.0, 9345.0, 9346.0, 9375.0, 9316.0, 9301.0, 9315.0, 9299.0, 9354.0, 9338.0, 9362.0, 9344.0, 9300.0, 9310.0, 9294.0, 9343.0, 9317.0, 9360.0, 9330.0, 9314.0, 9328.0, 9304.0, 9367.0, 9338.0, 9350.0, 9381.0, 9342.0, 9310.0, 9333.0, 9327.0, 9341.0, 9331.0, 9369.0, 9345.0, 9354.0, 9358.0, 9332.0, 9383.0, 9345.0, 9363.0, 9318.0, 9310.0, 9349.0, 9341.0, 9355.0, 9339.0, 9332.0, 9309.0, 9310.0, 9347.0, 9345.0, 9360.0, 9354.0, 9325.0, 9340.0, 9304.0, 9350.0, 9335.0, 9377.0, 9353.0, 9312.0, 9344.0, 9317.0, 9360.0, 9315.0, 9311.0, 9364.0, 9320.0, 9342.0, 9325.0, 9337.0, 9352.0, 9349.0, 9375.0, 9357.0, 9328.0, 9351.0, 9346.0, 9377.0, 9349.0, 9341.0, 9353.0, 9324.0, 9349.0, 9340.0, 9341.0, 9365.0, 9333.0, 9369.0, 9340.0, 9316.0, 9336.0, 9343.0, 9374.0, 9341.0, 9330.0, 9366.0, 9340.0, 9367.0, 9339.0, 9353.0, 9357.0, 9322.0, 9360.0, 9318.0, 9345.0, 9333.0, 9318.0, 9349.0, 9313.0, 9354.0, 9297.0, 9299.0, 9328.0, 9303.0, 9334.0, 9314.0, 9321.0, 9306.0, 9334.0, 9341.0, 9343.0, 9338.0, 9340.0, 9339.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.000951123267687819</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03397025740335522</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.590979218328485</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.167594765467152</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9703690406277378</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5195</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2723.907</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09710237064603373</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.522246535375638</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.424792063681819</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4035466699677093</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5554703027092036</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.315359218368544</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00667488</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006053866818547249</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02676866576075554</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1371</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.218803235953501</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>14.6743</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.3768</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.9201</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292606.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>1126.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.2665</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1872</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.9653</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3397.4851</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3527.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83938.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1443.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4403.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>836.0141</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.26401460333727</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> |