=== 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-0086 --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-0086",
"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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-01/func/sub-0086_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>f0444b74a7c761bbb5ab455fa797f7a1</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>10:02:46.622500</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.999919, -0.0104312, -0.00731716, 0.0108206, 0.998408, 0.0553624]</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.252</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.0914181</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>[4152, -7746, -7304, 651, -79, -131, 72, 96]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.123</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6a16a8c8-f7aa-4262-9e18-1d255b07dbdb||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.682708978652954, 0.02903081849217415, -0.018165625631809235, 111.24127960205078], [0.027986183762550354, 2.678654909133911, 0.14968007802963257, -103.5846939086914], [-0.0196313988417387, -0.14853322505950928, 2.695786714553833, -77.10964965820312], [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': ['100246.622500', '100247.082500', '100247.542500', '100248.002500', '100248.462500', '100248.922500', '100249.382500', '100249.842500', '100250.302500', '100250.762500', '100251.222500', '100251.682500', '100252.142500', '100252.602500', '100253.062500', '100253.522500', '100253.982500', '100254.442500', '100254.902500', '100255.362500', '100255.822500', '100256.282500', '100256.742500', '100257.202500', '100257.662500', '100258.122500', '100258.582500', '100259.042500', '100259.502500', '100259.962500', '100300.422500', '100300.882500', '100301.342500', '100301.802500', '100302.262500', '100302.722500', '100303.182500', '100303.642500', '100304.102500', '100304.562500', '100305.022500', '100305.482500', '100305.942500', '100306.402500', '100306.862500', '100307.322500', '100307.782500', '100308.242500', '100308.702500', '100309.162500', '100309.622500', '100310.082500', '100310.542500', '100311.002500', '100311.462500', '100311.922500', '100312.382500', '100312.842500', '100313.302500', '100313.762500', '100314.222500', '100314.682500', '100315.142500', '100315.602500', '100316.062500', '100316.522500', '100316.982500', '100317.442500', '100317.902500', '100318.362500', '100318.822500', '100319.282500', '100319.742500', '100320.202500', '100320.662500', '100321.122500', '100321.582500', '100322.042500', '100322.502500', '100322.962500', '100323.422500', '100323.882500', '100324.342500', '100324.802500', '100325.262500', '100325.722500', '100326.182500', '100326.642500', '100327.102500', '100327.562500', '100328.022500', '100328.482500', '100328.942500', '100329.402500', '100329.862500', '100330.322500', '100330.782500', '100331.242500', '100331.702500', '100332.162500', '100332.622500', '100333.082500', '100333.542500', '100334.002500', '100334.462500', '100334.922500', '100335.382500', '100335.842500', '100336.302500', '100336.762500', '100337.222500', '100337.682500', '100338.142500', '100338.602500', '100339.062500', '100339.522500', '100339.982500', '100340.442500', '100340.902500', '100341.362500', '100341.822500', '100342.282500', '100342.742500', '100343.202500', '100343.662500', '100344.122500', '100344.582500', '100345.042500', '100345.502500', '100345.962500', '100346.422500', '100346.882500', '100347.342500', '100347.802500', '100348.262500', '100348.722500', '100349.182500', '100349.642500', '100350.102500', '100350.562500', '100351.022500', '100351.482500', '100351.942500', '100352.402500', '100352.862500', '100353.322500', '100353.782500', '100354.242500', '100354.702500', '100355.162500', '100355.622500', '100356.082500', '100356.542500', '100357.002500', '100357.462500', '100357.922500', '100358.382500', '100358.842500', '100359.302500', '100359.762500', '100400.222500', '100400.682500', '100401.142500', '100401.602500', '100402.062500', '100402.522500', '100402.982500', '100403.442500', '100403.902500', '100404.362500', '100404.822500', '100405.282500', '100405.742500', '100406.202500', '100406.662500', '100407.122500', '100407.582500', '100408.042500', '100408.502500', '100408.962500', '100409.422500', '100409.882500', '100410.342500', '100410.802500', '100411.262500', '100411.722500', '100412.182500', '100412.642500', '100413.102500', '100413.562500', '100414.022500', '100414.482500', '100414.942500', '100415.402500', '100415.862500', '100416.322500', '100416.782500', '100417.242500', '100417.702500', '100418.162500', '100418.622500', '100419.082500', '100419.542500', '100420.002500', '100420.462500', '100420.922500', '100421.382500', '100421.842500', '100422.302500', '100422.762500', '100423.222500', '100423.682500', '100424.142500', '100424.602500', '100425.062500', '100425.522500', '100425.982500', '100426.442500', '100426.902500', '100427.362500', '100427.822500', '100428.282500', '100428.742500', '100429.202500', '100429.662500', '100430.122500', '100430.582500', '100431.042500', '100431.502500', '100431.962500', '100432.422500', '100432.882500', '100433.342500', '100433.802500', '100434.262500', '100434.722500', '100435.182500', '100435.642500', '100436.102500', '100436.562500', '100437.022500', '100437.482500', '100437.942500', '100438.402500', '100438.862500', '100439.322500', '100439.782500', '100440.242500', '100440.702500', '100441.162500', '100441.622500', '100442.082500', '100442.542500', '100443.002500', '100443.462500', '100443.922500', '100444.382500', '100444.842500', '100445.302500', '100445.762500', '100446.222500', '100446.682500', '100447.142500', '100447.602500', '100448.062500', '100448.522500', '100448.982500', '100449.442500', '100449.902500', '100450.362500', '100450.822500', '100451.282500', '100451.742500', '100452.202500', '100452.662500', '100453.122500', '100453.582500', '100454.042500', '100454.502500', '100454.962500', '100455.422500', '100455.882500', '100456.342500', '100456.802500', '100457.262500', '100457.722500', '100458.182500', '100458.642500', '100459.102500', '100459.562500', '100500.022500', '100500.482500', '100500.942500', '100501.402500', '100501.862500', '100502.322500', '100502.782500', '100503.242500', '100503.702500', '100504.162500', '100504.622500', '100505.082500', '100505.542500', '100506.002500', '100506.462500', '100506.922500', '100507.382500', '100507.842500', '100508.302500', '100508.762500', '100509.222500', '100509.682500', '100510.142500', '100510.602500', '100511.062500', '100511.522500', '100511.982500', '100512.442500', '100512.902500', '100513.362500', '100513.822500', '100514.282500', '100514.742500', '100515.202500', '100515.662500', '100516.122500', '100516.582500', '100517.042500', '100517.502500', '100517.962500', '100518.422500', '100518.882500', '100519.342500', '100519.802500', '100520.262500', '100520.722500', '100521.182500', '100521.642500', '100522.102500', '100522.562500', '100523.022500', '100523.482500', '100523.942500', '100524.402500', '100524.862500', '100525.322500', '100525.782500', '100526.242500', '100526.702500', '100527.162500', '100527.622500', '100528.082500', '100528.542500', '100529.002500', '100529.462500', '100529.922500', '100530.382500', '100530.842500', '100531.302500', '100531.762500', '100532.222500', '100532.682500', '100533.142500', '100533.602500', '100534.062500', '100534.522500', '100534.982500', '100535.442500', '100535.902500', '100536.362500', '100536.822500', '100537.282500', '100537.742500', '100538.202500', '100538.662500', '100539.122500', '100539.582500', '100540.042500', '100540.502500', '100540.962500', '100541.422500', '100541.882500', '100542.342500', '100542.802500', '100543.262500', '100543.722500', '100544.182500', '100544.642500', '100545.102500', '100545.562500', '100546.022500', '100546.482500', '100546.942500', '100547.402500', '100547.862500', '100548.322500', '100548.782500', '100549.242500', '100549.702500', '100550.162500', '100550.622500', '100551.082500', '100551.542500', '100552.002500', '100552.462500', '100552.922500', '100553.382500', '100553.842500', '100554.302500', '100554.762500', '100555.222500', '100555.682500', '100556.142500', '100556.602500', '100557.062500', '100557.522500', '100557.982500', '100558.442500', '100558.902500', '100559.362500', '100559.822500', '100600.282500', '100600.742500', '100601.202500', '100601.662500', '100602.122500', '100602.582500', '100603.042500', '100603.502500', '100603.962500', '100604.422500', '100604.882500', '100605.342500', '100605.802500', '100606.262500', '100606.722500', '100607.182500', '100607.642500', '100608.102500', '100608.562500', '100609.022500', '100609.482500', '100609.942500', '100610.402500', '100610.862500', '100611.322500', '100611.782500', '100612.242500', '100612.702500', '100613.162500', '100613.622500', '100614.082500', '100614.542500', '100615.002500', '100615.462500', '100615.922500', '100616.382500', '100616.842500', '100617.302500', '100617.762500', '100618.222500', '100618.682500', '100619.142500', '100619.602500', '100620.062500', '100620.522500', '100620.982500', '100621.442500', '100621.902500', '100622.362500', '100622.822500', '100623.282500', '100623.742500', '100624.202500', '100624.662500', '100625.122500', '100625.582500', '100626.042500', '100626.502500', '100626.962500', '100627.422500', '100627.882500', '100628.342500', '100628.802500', '100629.262500', '100629.722500', '100630.182500', '100630.642500', '100631.102500', '100631.562500', '100632.022500', '100632.482500', '100632.942500', '100633.402500', '100633.862500', '100634.322500', '100634.782500', '100635.242500', '100635.702500', '100636.162500', '100636.622500', '100637.082500', '100637.542500', '100638.002500', '100638.462500', '100638.922500', '100639.382500', '100639.842500', '100640.302500', '100640.762500', '100641.222500', '100641.682500', '100642.142500', '100642.602500', '100643.062500', '100643.522500', '100643.982500', '100644.442500', '100644.902500', '100645.362500', '100645.822500', '100646.282500', '100646.742500', '100647.202500', '100647.662500', '100648.122500', '100648.582500', '100649.042500', '100649.502500', '100649.962500', '100650.422500', '100650.882500', '100651.342500', '100651.802500', '100652.262500', '100652.722500', '100653.182500', '100653.642500', '100654.102500', '100654.562500', '100655.022500', '100655.482500', '100655.942500', '100656.402500', '100656.862500', '100657.322500', '100657.782500', '100658.242500', '100658.702500', '100659.162500', '100659.622500', '100700.082500', '100700.542500', '100701.002500', '100701.462500', '100701.922500', '100702.382500', '100702.842500', '100703.302500', '100703.762500', '100704.222500', '100704.682500', '100705.142500', '100705.602500', '100706.062500', '100706.522500', '100706.982500', '100707.442500', '100707.902500', '100708.362500', '100708.822500', '100709.282500', '100709.742500', '100710.202500', '100710.662500', '100711.122500', '100711.582500', '100712.042500', '100712.502500', '100712.962500', '100713.422500', '100713.882500', '100714.342500', '100714.802500', '100715.262500', '100715.722500', '100716.182500', '100716.642500', '100717.102500', '100717.562500', '100718.022500', '100718.482500', '100718.942500', '100719.402500', '100719.862500', '100720.322500', '100720.782500', '100721.242500', '100721.702500', '100722.162500', '100722.622500', '100723.082500', '100723.542500', '100724.002500', '100724.462500', '100724.922500', '100725.382500', '100725.842500', '100726.302500', '100726.762500', '100727.222500', '100727.682500', '100728.142500', '100728.602500', '100729.062500', '100729.522500', '100729.982500', '100730.442500', '100730.902500', '100731.362500', '100731.822500', '100732.282500', '100732.742500', '100733.202500', '100733.662500', '100734.122500', '100734.582500', '100735.042500', '100735.502500', '100735.962500', '100736.422500', '100736.882500', '100737.342500', '100737.802500', '100738.262500', '100738.722500', '100739.182500', '100739.642500', '100740.102500', '100740.562500', '100741.022500', '100741.482500', '100741.942500', '100742.402500', '100742.862500', '100743.322500', '100743.782500', '100744.242500', '100744.702500', '100745.162500', '100745.622500', '100746.082500', '100746.542500', '100747.002500', '100747.462500', '100747.922500', '100748.382500', '100748.842500', '100749.302500', '100749.762500', '100750.222500', '100750.682500', '100751.142500', '100751.602500', '100752.062500', '100752.522500', '100752.982500', '100753.442500', '100753.902500', '100754.362500', '100754.822500', '100755.282500', '100755.742500', '100756.202500', '100756.662500', '100757.122500', '100757.582500', '100758.042500', '100758.502500', '100758.962500', '100759.422500', '100759.882500', '100800.342500', '100800.802500', '100801.262500', '100801.722500', '100802.182500', '100802.642500', '100803.102500', '100803.562500', '100804.022500', '100804.482500', '100804.942500', '100805.402500', '100805.862500', '100806.322500', '100806.782500', '100807.242500', '100807.702500', '100808.162500', '100808.622500', '100809.082500', '100809.542500', '100810.002500', '100810.462500', '100810.922500', '100811.382500', '100811.842500', '100812.302500', '100812.762500', '100813.222500', '100813.682500', '100814.142500', '100814.602500', '100815.062500', '100815.522500', '100815.982500', '100816.442500', '100816.902500', '100817.362500', '100817.822500', '100818.282500', '100818.742500', '100819.202500', '100819.662500', '100820.122500', '100820.582500', '100821.042500', '100821.502500', '100821.962500', '100822.422500', '100822.882500', '100823.342500', '100823.802500', '100824.262500', '100824.722500', '100825.182500', '100825.642500', '100826.102500', '100826.562500', '100827.022500', '100827.482500', '100827.942500', '100828.402500', '100828.862500', '100829.322500', '100829.782500', '100830.242500', '100830.702500', '100831.162500', '100831.622500', '100832.082500', '100832.542500', '100833.002500', '100833.462500', '100833.922500', '100834.382500', '100834.842500', '100835.302500', '100835.762500', '100836.222500', '100836.682500', '100837.142500', '100837.602500', '100838.062500', '100838.522500', '100838.982500', '100839.442500', '100839.902500', '100840.362500', '100840.822500', '100841.282500', '100841.742500', '100842.202500', '100842.662500', '100843.122500', '100843.582500', '100844.042500', '100844.502500', '100844.962500', '100845.422500', '100845.882500', '100846.342500', '100846.802500', '100847.262500', '100847.722500', '100848.182500', '100848.642500', '100849.102500', '100849.562500', '100850.022500', '100850.482500', '100850.942500', '100851.402500', '100851.862500', '100852.322500', '100852.782500', '100853.242500', '100853.702500', '100854.162500', '100854.622500', '100855.082500', '100855.542500', '100856.002500', '100856.462500', '100856.922500', '100857.382500', '100857.842500', '100858.302500', '100858.762500', '100859.222500', '100859.682500', '100900.142500', '100900.602500', '100901.062500', '100901.522500', '100901.982500', '100902.442500', '100902.902500', '100903.362500', '100903.822500', '100904.282500', '100904.742500', '100905.202500', '100905.662500', '100906.122500', '100906.582500', '100907.042500', '100907.502500', '100907.962500', '100908.422500', '100908.882500', '100909.342500', '100909.802500', '100910.262500', '100910.722500', '100911.182500', '100911.642500', '100912.102500', '100912.562500', '100913.022500', '100913.482500', '100913.942500', '100914.402500', '100914.862500', '100915.322500', '100915.782500', '100916.242500', '100916.702500', '100917.162500', '100917.622500', '100918.082500', '100918.542500', '100919.002500', '100919.462500', '100919.922500', '100920.382500', '100920.842500', '100921.302500', '100921.762500', '100922.222500', '100922.682500', '100923.142500', '100923.602500', '100924.062500', '100924.522500', '100924.982500', '100925.442500', '100925.902500', '100926.362500', '100926.822500', '100927.282500', '100927.742500', '100928.202500', '100928.662500', '100929.122500', '100929.582500', '100930.042500', '100930.502500', '100930.962500', '100931.422500', '100931.882500', '100932.342500', '100932.802500', '100933.262500', '100933.722500', '100934.182500', '100934.642500', '100935.102500', '100935.562500', '100936.022500', '100936.482500', '100936.942500', '100937.402500', '100937.862500', '100938.322500', '100938.782500', '100939.242500', '100939.702500', '100940.162500', '100940.622500', '100941.082500', '100941.542500', '100942.002500', '100942.462500', '100942.922500', '100943.382500', '100943.842500', '100944.302500', '100944.762500', '100945.222500', '100945.682500', '100946.142500', '100946.602500', '100947.062500', '100947.522500', '100947.982500', '100948.442500', '100948.902500', '100949.362500', '100949.822500', '100950.282500', '100950.742500', '100951.202500', '100951.662500', '100952.122500', '100952.582500', '100953.042500', '100953.502500', '100953.962500', '100954.422500', '100954.882500', '100955.342500', '100955.802500', '100956.262500', '100956.722500', '100957.182500', '100957.642500', '100958.102500', '100958.562500', '100959.022500', '100959.482500', '100959.942500', '101000.402500', '101000.862500', '101001.322500', '101001.782500', '101002.242500', '101002.702500', '101003.162500', '101003.622500', '101004.082500', '101004.542500', '101005.002500', '101005.462500', '101005.922500', '101006.382500', '101006.842500', '101007.302500', '101007.762500', '101008.222500', '101008.682500', '101009.142500', '101009.602500', '101010.062500', '101010.522500', '101010.982500', '101011.442500', '101011.902500', '101012.362500', '101012.822500', '101013.282500', '101013.742500', '101014.202500', '101014.662500', '101015.122500', '101015.582500', '101016.042500', '101016.502500', '101016.962500', '101017.422500', '101017.882500', '101018.342500', '101018.802500', '101019.262500', '101019.722500', '101020.182500', '101020.642500', '101021.102500', '101021.562500', '101022.022500', '101022.482500', '101022.942500', '101023.402500', '101023.862500', '101024.322500', '101024.782500', '101025.242500', '101025.702500', '101026.162500', '101026.622500', '101027.082500', '101027.542500', '101028.002500', '101028.462500', '101028.922500', '101029.382500', '101029.842500', '101030.302500', '101030.762500', '101031.222500', '101031.682500', '101032.142500', '101032.602500', '101033.062500', '101033.522500', '101033.982500', '101034.442500', '101034.902500', '101035.362500', '101035.822500', '101036.282500', '101036.742500', '101037.202500', '101037.662500', '101038.122500', '101038.582500', '101039.042500', '101039.502500', '101039.962500', '101040.422500', '101040.882500', '101041.342500', '101041.802500', '101042.262500', '101042.722500', '101043.182500', '101043.642500', '101044.102500', '101044.562500', '101045.022500', '101045.482500', '101045.942500', '101046.402500', '101046.862500', '101047.322500', '101047.782500', '101048.242500', '101048.702500', '101049.162500', '101049.622500', '101050.082500', '101050.542500', '101051.002500', '101051.462500', '101051.922500', '101052.382500', '101052.842500', '101053.302500', '101053.762500', '101054.222500', '101054.682500', '101055.142500', '101055.602500', '101056.062500', '101056.522500', '101056.982500', '101057.442500', '101057.902500', '101058.362500', '101058.822500', '101059.282500', '101059.742500', '101100.202500', '101100.662500', '101101.122500', '101101.582500', '101102.042500', '101102.502500', '101102.962500', '101103.422500', '101103.882500', '101104.342500', '101104.802500', '101105.262500', '101105.722500', '101106.182500', '101106.642500', '101107.102500', '101107.562500', '101108.022500', '101108.482500', '101108.942500', '101109.402500', '101109.862500', '101110.322500', '101110.782500', '101111.242500', '101111.702500', '101112.162500', '101112.622500', '101113.082500', '101113.542500', '101114.002500', '101114.462500', '101114.922500', '101115.382500', '101115.842500', '101116.302500', '101116.762500', '101117.222500', '101117.682500', '101118.142500', '101118.602500', '101119.062500', '101119.522500', '101119.982500', '101120.442500', '101120.902500', '101121.362500', '101121.822500', '101122.282500', '101122.742500', '101123.202500', '101123.662500', '101124.122500', '101124.582500', '101125.042500', '101125.502500', '101125.962500', '101126.422500', '101126.882500', '101127.342500', '101127.802500', '101128.262500', '101128.722500', '101129.182500', '101129.642500', '101130.102500', '101130.562500', '101131.022500', '101131.482500', '101131.942500', '101132.402500', '101132.862500', '101133.322500', '101133.782500', '101134.242500', '101134.702500', '101135.162500', '101135.622500', '101136.082500', '101136.542500', '101137.002500', '101137.462500', '101137.922500', '101138.382500', '101138.842500', '101139.302500', '101139.762500', '101140.222500', '101140.682500', '101141.142500', '101141.602500', '101142.062500', '101142.522500', '101142.982500', '101143.442500', '101143.902500', '101144.362500', '101144.822500', '101145.282500', '101145.742500', '101146.202500', '101146.662500', '101147.122500', '101147.582500', '101148.042500', '101148.502500', '101148.962500', '101149.422500', '101149.882500', '101150.342500', '101150.802500', '101151.262500', '101151.722500', '101152.182500', '101152.642500', '101153.102500', '101153.562500', '101154.022500', '101154.482500', '101154.942500', '101155.402500', '101155.862500', '101156.322500', '101156.782500', '101157.242500', '101157.702500', '101158.162500', '101158.622500', '101159.082500', '101159.542500', '101200.002500', '101200.462500', '101200.922500', '101201.382500', '101201.842500', '101202.302500', '101202.762500', '101203.222500', '101203.682500', '101204.142500', '101204.602500', '101205.062500', '101205.522500', '101205.982500', '101206.442500', '101206.902500', '101207.362500', '101207.822500', '101208.282500', '101208.742500', '101209.202500', '101209.662500', '101210.122500', '101210.582500', '101211.042500', '101211.502500', '101211.962500', '101212.422500', '101212.882500', '101213.342500', '101213.802500', '101214.262500', '101214.722500', '101215.182500', '101215.642500', '101216.102500', '101216.562500', '101217.022500', '101217.482500', '101217.942500', '101218.402500', '101218.862500', '101219.322500', '101219.782500', '101220.242500', '101220.702500', '101221.162500', '101221.622500', '101222.082500', '101222.542500', '101223.002500', '101223.462500', '101223.922500', '101224.382500', '101224.842500', '101225.302500', '101225.762500', '101226.222500', '101226.682500', '101227.142500', '101227.602500', '101228.062500', '101228.522500', '101228.982500', '101229.442500', '101229.902500', '101230.362500', '101230.822500', '101231.282500', '101231.742500', '101232.202500', '101232.662500', '101233.122500', '101233.582500', '101234.042500', '101234.502500', '101234.962500', '101235.422500', '101235.882500', '101236.342500', '101236.802500', '101237.262500', '101237.722500', '101238.182500', '101238.642500', '101239.102500', '101239.562500', '101240.022500', '101240.482500', '101240.942500', '101241.402500', '101241.862500', '101242.322500', '101242.782500', '101243.242500', '101243.702500', '101244.162500', '101244.622500', '101245.082500', '101245.542500', '101246.002500', '101246.462500', '101246.922500', '101247.382500', '101247.842500', '101248.302500', '101248.762500', '101249.222500', '101249.682500', '101250.142500', '101250.602500', '101251.062500', '101251.522500', '101251.982500', '101252.442500', '101252.902500', '101253.362500', '101253.822500', '101254.282500', '101254.742500', '101255.202500', '101255.662500', '101256.122500', '101256.582500', '101257.042500', '101257.502500', '101257.962500', '101258.422500', '101258.882500', '101259.342500', '101259.802500', '101300.262500', '101300.722500', '101301.182500', '101301.642500', '101302.102500', '101302.562500', '101303.022500', '101303.482500', '101303.942500', '101304.402500', '101304.862500', '101305.322500', '101305.782500', '101306.242500', '101306.702500', '101307.162500', '101307.622500', '101308.082500', '101308.542500', '101309.002500', '101309.462500', '101309.922500', '101310.382500', '101310.842500', '101311.302500', '101311.762500', '101312.222500', '101312.682500', '101313.142500', '101313.602500', '101314.062500', '101314.522500', '101314.982500', '101315.442500', '101315.902500', '101316.362500', '101316.822500', '101317.282500', '101317.742500', '101318.202500', '101318.662500', '101319.122500'], 'ContentTime': ['100307.477000', '100307.480000', '100307.483000', '100307.485000', '100307.488000', '100307.491000', '100307.493000', '100307.496000', '100307.498000', '100307.501000', '100307.507000', '100307.510000', '100307.513000', '100307.515000', '100307.518000', '100307.520000', '100307.523000', '100307.535000', '100307.538000', '100307.540000', '100307.543000', '100307.545000', '100307.548000', '100307.551000', '100307.553000', '100307.556000', '100307.558000', '100307.567000', '100307.569000', '100307.572000', '100307.575000', '100307.577000', '100307.580000', '100307.582000', '100307.585000', '100307.588000', '100307.590000', '100307.593000', '100307.595000', '100307.599000', '100307.602000', '100307.605000', '100327.438000', '100327.440000', '100327.443000', '100327.446000', '100327.448000', '100327.451000', '100327.453000', '100327.456000', '100327.459000', '100327.461000', '100327.464000', '100327.466000', '100327.469000', '100327.472000', '100327.475000', '100327.477000', '100327.480000', '100327.483000', '100327.485000', '100327.488000', '100327.491000', '100327.493000', '100327.496000', '100327.499000', '100327.501000', '100327.504000', '100327.506000', '100327.509000', '100327.511000', '100327.514000', '100327.517000', '100327.519000', '100327.522000', '100327.524000', '100327.527000', '100327.529000', '100327.532000', '100327.535000', '100327.537000', '100327.540000', '100327.542000', '100327.545000', '100327.548000', '100327.550000', '100347.437000', '100347.440000', '100347.443000', '100347.445000', '100347.448000', '100347.451000', '100347.454000', '100347.456000', '100347.459000', '100347.462000', '100347.464000', '100347.467000', '100347.470000', '100347.472000', '100347.475000', '100347.477000', '100347.480000', '100347.483000', '100347.485000', '100347.488000', '100347.491000', '100347.494000', '100347.496000', '100347.499000', '100347.502000', '100347.504000', '100347.507000', '100347.510000', '100347.512000', '100347.515000', '100347.517000', '100347.520000', '100347.523000', '100347.525000', '100347.528000', '100347.530000', '100347.533000', '100347.536000', '100347.538000', '100347.541000', '100347.543000', '100347.546000', '100347.548000', '100407.438000', '100407.440000', '100407.443000', '100407.446000', '100407.448000', '100407.451000', '100407.454000', '100407.456000', '100407.459000', '100407.462000', '100407.464000', '100407.467000', '100407.470000', '100407.472000', '100407.475000', '100407.478000', '100407.480000', '100407.483000', '100407.485000', '100407.488000', '100407.491000', '100407.493000', '100407.496000', '100407.499000', '100407.501000', '100407.504000', '100407.507000', '100407.509000', '100407.512000', '100407.514000', '100407.517000', '100407.520000', '100407.522000', '100407.525000', '100407.527000', '100407.530000', '100407.533000', '100407.535000', '100407.538000', '100407.541000', '100407.543000', '100407.546000', '100407.549000', '100407.551000', '100427.439000', '100427.441000', '100427.444000', '100427.447000', '100427.449000', '100427.452000', '100427.455000', '100427.457000', '100427.460000', '100427.463000', '100427.465000', '100427.468000', '100427.471000', '100427.473000', '100427.476000', '100427.479000', '100427.481000', '100427.484000', '100427.487000', '100427.489000', '100427.492000', '100427.495000', '100427.497000', '100427.500000', '100427.503000', '100427.505000', '100427.508000', '100427.510000', '100427.513000', '100427.516000', '100427.519000', '100427.521000', '100427.524000', '100427.527000', '100427.529000', '100427.532000', '100427.535000', '100427.537000', '100427.540000', '100427.542000', '100427.545000', '100427.548000', '100427.550000', '100447.439000', '100447.441000', '100447.444000', '100447.447000', '100447.449000', '100447.453000', '100447.456000', '100447.458000', '100447.461000', '100447.463000', '100447.466000', '100447.469000', '100447.471000', '100447.474000', '100447.477000', '100447.479000', '100447.482000', '100447.485000', '100447.487000', '100447.490000', '100447.492000', '100447.495000', '100447.497000', '100447.500000', '100447.519000', '100447.521000', '100447.524000', '100447.527000', '100447.529000', '100447.532000', '100447.534000', '100447.537000', '100447.540000', '100447.545000', '100447.548000', '100447.551000', '100447.553000', '100447.556000', '100447.559000', '100447.561000', '100447.564000', '100447.567000', '100447.569000', '100447.572000', '100507.438000', '100507.441000', '100507.444000', '100507.446000', '100507.449000', '100507.452000', '100507.454000', '100507.457000', '100507.460000', '100507.462000', '100507.465000', '100507.468000', '100507.470000', '100507.473000', '100507.475000', '100507.478000', '100507.481000', '100507.483000', '100507.486000', '100507.488000', '100507.491000', '100507.494000', '100507.496000', '100507.499000', '100507.501000', '100507.504000', '100507.507000', '100507.509000', '100507.512000', '100507.514000', '100507.517000', '100507.520000', '100507.522000', '100507.525000', '100507.527000', '100507.530000', '100507.533000', '100507.535000', '100507.538000', '100507.541000', '100507.543000', '100507.546000', '100507.548000', '100527.438000', '100527.440000', '100527.443000', '100527.446000', '100527.448000', '100527.451000', '100527.453000', '100527.456000', '100527.459000', '100527.461000', '100527.464000', '100527.467000', '100527.469000', '100527.472000', '100527.474000', '100527.477000', '100527.480000', '100527.482000', '100527.485000', '100527.487000', '100527.490000', '100527.493000', '100527.495000', '100527.498000', '100527.508000', '100527.511000', '100527.514000', '100527.516000', '100527.522000', '100527.525000', '100527.528000', '100527.530000', '100527.533000', '100527.536000', '100527.538000', '100527.541000', '100527.544000', '100527.546000', '100527.549000', '100527.552000', '100527.554000', '100527.557000', '100527.560000', '100527.562000', '100547.437000', '100547.440000', '100547.443000', '100547.446000', '100547.449000', '100547.451000', '100547.454000', '100547.457000', '100547.459000', '100547.462000', '100547.465000', '100547.467000', '100547.470000', '100547.472000', '100547.475000', '100547.478000', '100547.480000', '100547.483000', '100547.486000', '100547.488000', '100547.491000', '100547.494000', '100547.496000', '100547.499000', '100547.502000', '100547.504000', '100547.507000', '100547.509000', '100547.512000', '100547.515000', '100547.517000', '100547.520000', '100547.522000', '100547.525000', '100547.528000', '100547.530000', '100547.533000', '100547.535000', '100547.538000', '100547.541000', '100547.543000', '100547.546000', '100547.548000', '100607.437000', '100607.440000', '100607.443000', '100607.446000', '100607.448000', '100607.451000', '100607.454000', '100607.457000', '100607.459000', '100607.462000', '100607.464000', '100607.467000', '100607.470000', '100607.472000', '100607.475000', '100607.478000', '100607.481000', '100607.483000', '100607.486000', '100607.489000', '100607.503000', '100607.505000', '100607.508000', '100607.510000', '100607.513000', '100607.516000', '100607.518000', '100607.521000', '100607.523000', '100607.526000', '100607.529000', '100607.531000', '100607.534000', '100607.536000', '100607.539000', '100607.542000', '100607.544000', '100607.547000', '100607.550000', '100607.552000', '100607.555000', '100607.558000', '100607.560000', '100627.437000', '100627.440000', '100627.443000', '100627.446000', '100627.448000', '100627.451000', '100627.454000', '100627.456000', '100627.459000', '100627.462000', '100627.464000', '100627.467000', '100627.469000', '100627.472000', '100627.475000', '100627.477000', '100627.480000', '100627.483000', '100627.485000', '100627.488000', '100627.516000', '100627.518000', '100627.521000', '100627.524000', '100627.526000', '100627.529000', '100627.531000', '100627.534000', '100627.537000', '100627.539000', '100627.542000', '100627.544000', '100627.547000', '100627.550000', '100627.552000', '100627.555000', '100627.558000', '100627.560000', '100627.563000', '100627.566000', '100627.568000', '100627.571000', '100627.573000', '100627.583000', '100647.438000', '100647.441000', '100647.444000', '100647.446000', '100647.449000', '100647.452000', '100647.455000', '100647.457000', '100647.460000', '100647.463000', '100647.466000', '100647.469000', '100647.472000', '100647.475000', '100647.478000', '100647.480000', '100647.483000', '100647.486000', '100647.488000', '100647.491000', '100647.494000', '100647.496000', '100647.499000', '100647.501000', '100647.504000', '100647.507000', '100647.509000', '100647.512000', '100647.515000', '100647.517000', '100647.520000', '100647.522000', '100647.525000', '100647.528000', '100647.530000', '100647.533000', '100647.536000', '100647.538000', '100647.541000', '100647.544000', '100647.546000', '100647.549000', '100647.552000', '100707.439000', '100707.442000', '100707.444000', '100707.447000', '100707.450000', '100707.453000', '100707.455000', '100707.458000', '100707.460000', '100707.463000', '100707.466000', '100707.468000', '100707.471000', '100707.474000', '100707.476000', '100707.479000', '100707.482000', '100707.485000', '100707.487000', '100707.490000', '100707.492000', '100707.495000', '100707.498000', '100707.500000', '100707.503000', '100707.505000', '100707.508000', '100707.511000', '100707.513000', '100707.516000', '100707.519000', '100707.521000', '100707.524000', '100707.527000', '100707.529000', '100707.532000', '100707.535000', '100707.537000', '100707.540000', '100707.543000', '100707.545000', '100707.548000', '100707.551000', '100707.553000', '100727.439000', '100727.441000', '100727.444000', '100727.447000', '100727.450000', '100727.452000', '100727.455000', '100727.458000', '100727.460000', '100727.464000', '100727.467000', '100727.470000', '100727.472000', '100727.475000', '100727.478000', '100727.480000', '100727.483000', '100727.486000', '100727.489000', '100727.491000', '100727.494000', '100727.497000', '100727.499000', '100727.502000', '100727.505000', '100727.507000', '100727.510000', '100727.513000', '100727.515000', '100727.518000', '100727.521000', '100727.523000', '100727.526000', '100727.528000', '100727.532000', '100727.535000', '100727.537000', '100727.540000', '100727.543000', '100727.545000', '100727.548000', '100727.550000', '100727.553000', '100747.438000', '100747.441000', '100747.443000', '100747.446000', '100747.449000', '100747.451000', '100747.454000', '100747.456000', '100747.459000', '100747.462000', '100747.464000', '100747.467000', '100747.469000', '100747.472000', '100747.475000', '100747.477000', '100747.480000', '100747.483000', '100747.485000', '100747.488000', '100747.491000', '100747.493000', '100747.496000', '100747.499000', '100747.502000', '100747.505000', '100747.507000', '100747.510000', '100747.513000', '100747.515000', '100747.518000', '100747.520000', '100747.523000', '100747.526000', '100747.528000', '100747.531000', '100747.534000', '100747.536000', '100747.539000', '100747.541000', '100747.544000', '100747.547000', '100747.549000', '100747.552000', '100807.438000', '100807.440000', '100807.443000', '100807.446000', '100807.448000', '100807.451000', '100807.454000', '100807.456000', '100807.459000', '100807.461000', '100807.464000', '100807.467000', '100807.469000', '100807.472000', '100807.474000', '100807.477000', '100807.480000', '100807.483000', '100807.485000', '100807.488000', '100807.490000', '100807.493000', '100807.496000', '100807.498000', '100807.501000', '100807.504000', '100807.506000', '100807.509000', '100807.511000', '100807.514000', '100807.517000', '100807.519000', '100807.522000', '100807.525000', '100807.527000', '100807.530000', '100807.533000', '100807.535000', '100807.538000', '100807.540000', '100807.543000', '100807.546000', '100807.548000', '100827.438000', '100827.441000', '100827.443000', '100827.446000', '100827.449000', '100827.451000', '100827.454000', '100827.456000', '100827.459000', '100827.461000', '100827.464000', '100827.467000', '100827.469000', '100827.472000', '100827.475000', '100827.477000', '100827.482000', '100827.484000', '100827.487000', '100827.489000', '100827.492000', '100827.495000', '100827.497000', '100827.500000', '100827.503000', '100827.505000', '100827.508000', '100827.510000', '100827.517000', '100827.520000', '100827.522000', '100827.525000', '100827.528000', '100827.530000', '100827.533000', '100827.535000', '100827.538000', '100827.541000', '100827.543000', '100827.546000', '100827.548000', '100827.551000', '100827.554000', '100827.556000', '100847.438000', '100847.441000', '100847.443000', '100847.446000', '100847.448000', '100847.451000', '100847.454000', '100847.456000', '100847.459000', '100847.461000', '100847.464000', '100847.467000', '100847.469000', '100847.472000', '100847.474000', '100847.477000', '100847.480000', '100847.482000', '100847.485000', '100847.488000', '100847.490000', '100847.493000', '100847.495000', '100847.498000', '100847.501000', '100847.503000', '100847.506000', '100847.508000', '100847.511000', '100847.514000', '100847.517000', '100847.520000', '100847.523000', '100847.526000', '100847.528000', '100847.531000', '100847.533000', '100847.536000', '100847.539000', '100847.541000', '100847.544000', '100847.546000', '100847.549000', '100907.438000', '100907.441000', '100907.444000', '100907.447000', '100907.449000', '100907.452000', '100907.455000', '100907.457000', '100907.460000', '100907.462000', '100907.465000', '100907.468000', '100907.470000', '100907.473000', '100907.476000', '100907.478000', '100907.481000', '100907.488000', '100907.491000', '100907.494000', '100907.496000', '100907.499000', '100907.502000', '100907.504000', '100907.507000', '100907.510000', '100907.512000', '100907.515000', '100907.518000', '100907.521000', '100907.523000', '100907.526000', '100907.528000', '100907.531000', '100907.534000', '100907.536000', '100907.539000', '100907.541000', '100907.544000', '100907.547000', '100907.549000', '100907.552000', '100907.555000', '100907.557000', '100927.439000', '100927.442000', '100927.444000', '100927.447000', '100927.450000', '100927.452000', '100927.455000', '100927.457000', '100927.460000', '100927.463000', '100927.465000', '100927.468000', '100927.471000', '100927.473000', '100927.476000', '100927.478000', '100927.481000', '100927.484000', '100927.486000', '100927.489000', '100927.491000', '100927.494000', '100927.497000', '100927.499000', '100927.502000', '100927.504000', '100927.507000', '100927.510000', '100927.512000', '100927.515000', '100927.517000', '100927.520000', '100927.523000', '100927.525000', '100927.528000', '100927.532000', '100927.535000', '100927.538000', '100927.540000', '100927.543000', '100927.545000', '100927.548000', '100927.551000', '100947.439000', '100947.441000', '100947.444000', '100947.447000', '100947.449000', '100947.452000', '100947.455000', '100947.457000', '100947.460000', '100947.463000', '100947.465000', '100947.468000', '100947.471000', '100947.473000', '100947.476000', '100947.478000', '100947.481000', '100947.484000', '100947.486000', '100947.489000', '100947.492000', '100947.494000', '100947.497000', '100947.500000', '100947.502000', '100947.505000', '100947.508000', '100947.510000', '100947.513000', '100947.515000', '100947.518000', '100947.521000', '100947.523000', '100947.526000', '100947.529000', '100947.531000', '100947.534000', '100947.536000', '100947.547000', '100947.550000', '100947.552000', '100947.555000', '100947.558000', '100947.560000', '101007.438000', '101007.441000', '101007.443000', '101007.446000', '101007.448000', '101007.451000', '101007.454000', '101007.456000', '101007.459000', '101007.462000', '101007.464000', '101007.467000', '101007.469000', '101007.472000', '101007.475000', '101007.477000', '101007.480000', '101007.482000', '101007.485000', '101007.488000', '101007.490000', '101007.493000', '101007.495000', '101007.498000', '101007.501000', '101007.504000', '101007.506000', '101007.509000', '101007.511000', '101007.514000', '101007.517000', '101007.519000', '101007.522000', '101007.524000', '101007.527000', '101007.530000', '101007.533000', '101007.536000', '101007.539000', '101007.542000', '101007.544000', '101007.547000', '101007.550000', '101027.437000', '101027.440000', '101027.443000', '101027.446000', '101027.448000', '101027.451000', '101027.453000', '101027.456000', '101027.459000', '101027.461000', '101027.464000', '101027.467000', '101027.469000', '101027.472000', '101027.474000', '101027.477000', '101027.480000', '101027.482000', '101027.485000', '101027.487000', '101027.490000', '101027.493000', '101027.495000', '101027.498000', '101027.501000', '101027.503000', '101027.506000', '101027.509000', '101027.511000', '101027.514000', '101027.517000', '101027.519000', '101027.522000', '101027.524000', '101027.527000', '101027.530000', '101027.532000', '101027.535000', '101027.538000', '101027.540000', '101027.543000', '101027.545000', '101027.548000', '101027.551000', '101047.438000', '101047.440000', '101047.443000', '101047.446000', '101047.448000', '101047.451000', '101047.454000', '101047.456000', '101047.459000', '101047.461000', '101047.464000', '101047.467000', '101047.469000', '101047.472000', '101047.475000', '101047.477000', '101047.480000', '101047.482000', '101047.485000', '101047.487000', '101047.490000', '101047.493000', '101047.495000', '101047.498000', '101047.500000', '101047.503000', '101047.506000', '101047.509000', '101047.511000', '101047.514000', '101047.516000', '101047.519000', '101047.522000', '101047.524000', '101047.527000', '101047.529000', '101047.532000', '101047.535000', '101047.537000', '101047.540000', '101047.542000', '101047.545000', '101047.548000', '101107.438000', '101107.441000', '101107.443000', '101107.446000', '101107.448000', '101107.451000', '101107.454000', '101107.456000', '101107.459000', '101107.462000', '101107.464000', '101107.467000', '101107.469000', '101107.472000', '101107.475000', '101107.477000', '101107.480000', '101107.482000', '101107.485000', '101107.488000', '101107.490000', '101107.493000', '101107.496000', '101107.498000', '101107.501000', '101107.503000', '101107.506000', '101107.509000', '101107.511000', '101107.514000', '101107.517000', '101107.519000', '101107.522000', '101107.525000', '101107.527000', '101107.530000', '101107.533000', '101107.535000', '101107.538000', '101107.540000', '101107.543000', '101107.546000', '101107.548000', '101107.551000', '101127.439000', '101127.441000', '101127.444000', '101127.447000', '101127.449000', '101127.452000', '101127.455000', '101127.457000', '101127.460000', '101127.463000', '101127.465000', '101127.468000', '101127.471000', '101127.473000', '101127.476000', '101127.479000', '101127.481000', '101127.484000', '101127.487000', '101127.489000', '101127.492000', '101127.495000', '101127.498000', '101127.500000', '101127.503000', '101127.506000', '101127.508000', '101127.511000', '101127.513000', '101127.516000', '101127.519000', '101127.522000', '101127.524000', '101127.527000', '101127.530000', '101127.532000', '101127.535000', '101127.538000', '101127.540000', '101127.543000', '101127.546000', '101127.548000', '101127.551000', '101147.439000', '101147.442000', '101147.444000', '101147.447000', '101147.449000', '101147.452000', '101147.455000', '101147.458000', '101147.460000', '101147.463000', '101147.466000', '101147.468000', '101147.471000', '101147.473000', '101147.476000', '101147.479000', '101147.482000', '101147.484000', '101147.487000', '101147.490000', '101147.492000', '101147.495000', '101147.498000', '101147.500000', '101147.503000', '101147.505000', '101147.508000', '101147.511000', '101147.514000', '101147.516000', '101147.519000', '101147.522000', '101147.524000', '101147.527000', '101147.530000', '101147.532000', '101147.535000', '101147.538000', '101147.540000', '101147.543000', '101147.546000', '101147.548000', '101147.551000', '101147.553000', '101207.439000', '101207.442000', '101207.444000', '101207.447000', '101207.450000', '101207.452000', '101207.455000', '101207.458000', '101207.460000', '101207.463000', '101207.466000', '101207.468000', '101207.471000', '101207.474000', '101207.476000', '101207.479000', '101207.482000', '101207.491000', '101207.494000', '101207.497000', '101207.500000', '101207.502000', '101207.505000', '101207.508000', '101207.510000', '101207.513000', '101207.515000', '101207.518000', '101207.521000', '101207.523000', '101207.526000', '101207.529000', '101207.532000', '101207.534000', '101207.537000', '101207.540000', '101207.542000', '101207.545000', '101207.548000', '101207.550000', '101207.553000', '101207.556000', '101207.558000', '101227.438000', '101227.441000', '101227.443000', '101227.446000', '101227.449000', '101227.452000', '101227.455000', '101227.457000', '101227.461000', '101227.463000', '101227.466000', '101227.468000', '101227.471000', '101227.474000', '101227.477000', '101227.479000', '101227.482000', '101227.485000', '101227.487000', '101227.490000', '101227.493000', '101227.495000', '101227.498000', '101227.501000', '101227.503000', '101227.506000', '101227.509000', '101227.511000', '101227.514000', '101227.517000', '101227.520000', '101227.522000', '101227.525000', '101227.528000', '101227.530000', '101227.533000', '101227.536000', '101227.538000', '101227.541000', '101227.544000', '101227.547000', '101227.549000', '101227.552000', '101227.554000', '101247.438000', '101247.440000', '101247.443000', '101247.446000', '101247.449000', '101247.451000', '101247.454000', '101247.457000', '101247.459000', '101247.462000', '101247.465000', '101247.467000', '101247.470000', '101247.473000', '101247.475000', '101247.478000', '101247.481000', '101247.483000', '101247.486000', '101247.489000', '101247.491000', '101247.494000', '101247.497000', '101247.499000', '101247.502000', '101247.505000', '101247.507000', '101247.510000', '101247.513000', '101247.515000', '101247.518000', '101247.521000', '101247.523000', '101247.526000', '101247.529000', '101247.532000', '101247.534000', '101247.537000', '101247.539000', '101247.542000', '101247.545000', '101247.547000', '101247.550000', '101307.438000', '101307.440000', '101307.443000', '101307.446000', '101307.449000', '101307.451000', '101307.454000', '101307.457000', '101307.459000', '101307.462000', '101307.465000', '101307.467000', '101307.470000', '101307.473000', '101307.475000', '101307.478000', '101307.481000', '101307.483000', '101307.486000', '101307.489000', '101307.491000', '101307.494000', '101307.497000', '101307.499000', '101307.502000', '101307.505000', '101307.507000', '101307.510000', '101307.513000', '101307.515000', '101307.518000', '101307.534000', '101307.537000', '101307.539000', '101307.542000', '101307.545000', '101307.547000', '101307.550000', '101307.553000', '101307.555000', '101307.558000', '101307.561000', '101307.563000', '101307.566000', '101320.772000', '101320.775000', '101320.778000', '101320.781000', '101320.784000', '101320.787000', '101320.790000', '101320.793000', '101320.796000', '101320.800000', '101320.886000', '101320.889000', '101320.892000', '101320.895000', '101320.898000', '101320.904000', '101320.907000', '101320.910000', '101320.913000', '101320.915000', '101320.918000', '101320.921000', '101320.924000', '101320.927000', '101320.934000', '101320.955000', '101320.958000', '101320.961000', '101320.964000'], 'InstanceCreationTime': ['100307.477000', '100307.480000', '100307.483000', '100307.485000', '100307.488000', '100307.491000', '100307.493000', '100307.496000', '100307.498000', '100307.501000', '100307.507000', '100307.510000', '100307.513000', '100307.515000', '100307.518000', '100307.520000', '100307.523000', '100307.535000', '100307.538000', '100307.540000', '100307.543000', '100307.545000', '100307.548000', '100307.551000', '100307.553000', '100307.556000', '100307.558000', '100307.567000', '100307.569000', '100307.572000', '100307.575000', '100307.577000', '100307.580000', '100307.582000', '100307.585000', '100307.588000', '100307.590000', '100307.593000', '100307.595000', '100307.599000', '100307.602000', '100307.605000', '100327.438000', '100327.440000', '100327.443000', '100327.446000', '100327.448000', '100327.451000', '100327.453000', '100327.456000', '100327.459000', '100327.461000', '100327.464000', '100327.466000', '100327.469000', '100327.472000', '100327.475000', '100327.477000', '100327.480000', '100327.483000', '100327.485000', '100327.488000', '100327.491000', '100327.493000', '100327.496000', '100327.499000', '100327.501000', '100327.504000', '100327.506000', '100327.509000', '100327.511000', '100327.514000', '100327.517000', '100327.519000', '100327.522000', '100327.524000', '100327.527000', '100327.529000', '100327.532000', '100327.535000', '100327.537000', '100327.540000', '100327.542000', '100327.545000', '100327.548000', '100327.550000', '100347.437000', '100347.440000', '100347.443000', '100347.445000', '100347.448000', '100347.451000', '100347.454000', '100347.456000', '100347.459000', '100347.462000', '100347.464000', '100347.467000', '100347.470000', '100347.472000', '100347.475000', '100347.477000', '100347.480000', '100347.483000', '100347.485000', '100347.488000', '100347.491000', '100347.494000', '100347.496000', '100347.499000', '100347.502000', '100347.504000', '100347.507000', '100347.510000', '100347.512000', '100347.515000', '100347.517000', '100347.520000', '100347.523000', '100347.525000', '100347.528000', '100347.530000', '100347.533000', '100347.536000', '100347.538000', '100347.541000', '100347.543000', '100347.546000', '100347.548000', '100407.438000', '100407.440000', '100407.443000', '100407.446000', '100407.448000', '100407.451000', '100407.454000', '100407.456000', '100407.459000', '100407.462000', '100407.464000', '100407.467000', '100407.470000', '100407.472000', '100407.475000', '100407.478000', '100407.480000', '100407.483000', '100407.485000', '100407.488000', '100407.491000', '100407.493000', '100407.496000', '100407.499000', '100407.501000', '100407.504000', '100407.507000', '100407.509000', '100407.512000', '100407.514000', '100407.517000', '100407.520000', '100407.522000', '100407.525000', '100407.527000', '100407.530000', '100407.533000', '100407.535000', '100407.538000', '100407.541000', '100407.543000', '100407.546000', '100407.549000', '100407.551000', '100427.439000', '100427.441000', '100427.444000', '100427.447000', '100427.449000', '100427.452000', '100427.455000', '100427.457000', '100427.460000', '100427.463000', '100427.465000', '100427.468000', '100427.471000', '100427.473000', '100427.476000', '100427.479000', '100427.481000', '100427.484000', '100427.487000', '100427.489000', '100427.492000', '100427.495000', '100427.497000', '100427.500000', '100427.503000', '100427.505000', '100427.508000', '100427.510000', '100427.513000', '100427.516000', '100427.519000', '100427.521000', '100427.524000', '100427.527000', '100427.529000', '100427.532000', '100427.535000', '100427.537000', '100427.540000', '100427.542000', '100427.545000', '100427.548000', '100427.550000', '100447.439000', '100447.441000', '100447.444000', '100447.447000', '100447.449000', '100447.453000', '100447.456000', '100447.458000', '100447.461000', '100447.463000', '100447.466000', '100447.469000', '100447.471000', '100447.474000', '100447.477000', '100447.479000', '100447.482000', '100447.485000', '100447.487000', '100447.490000', '100447.492000', '100447.495000', '100447.497000', '100447.500000', '100447.519000', '100447.521000', '100447.524000', '100447.527000', '100447.529000', '100447.532000', '100447.534000', '100447.537000', '100447.540000', '100447.545000', '100447.548000', '100447.551000', '100447.553000', '100447.556000', '100447.559000', '100447.561000', '100447.564000', '100447.567000', '100447.569000', '100447.572000', '100507.438000', '100507.441000', '100507.444000', '100507.446000', '100507.449000', '100507.452000', '100507.454000', '100507.457000', '100507.460000', '100507.462000', '100507.465000', '100507.468000', '100507.470000', '100507.473000', '100507.475000', '100507.478000', '100507.481000', '100507.483000', '100507.486000', '100507.488000', '100507.491000', '100507.494000', '100507.496000', '100507.499000', '100507.501000', '100507.504000', '100507.507000', '100507.509000', '100507.512000', '100507.514000', '100507.517000', '100507.520000', '100507.522000', '100507.525000', '100507.527000', '100507.530000', '100507.533000', '100507.535000', '100507.538000', '100507.541000', '100507.543000', '100507.546000', '100507.548000', '100527.438000', '100527.440000', '100527.443000', '100527.446000', '100527.448000', '100527.451000', '100527.453000', '100527.456000', '100527.459000', '100527.461000', '100527.464000', '100527.467000', '100527.469000', '100527.472000', '100527.474000', '100527.477000', '100527.480000', '100527.482000', '100527.485000', '100527.487000', '100527.490000', '100527.493000', '100527.495000', '100527.498000', '100527.508000', '100527.511000', '100527.514000', '100527.516000', '100527.522000', '100527.525000', '100527.528000', '100527.530000', '100527.533000', '100527.536000', '100527.538000', '100527.541000', '100527.544000', '100527.546000', '100527.549000', '100527.552000', '100527.554000', '100527.557000', '100527.560000', '100527.562000', '100547.437000', '100547.440000', '100547.443000', '100547.446000', '100547.449000', '100547.451000', '100547.454000', '100547.457000', '100547.459000', '100547.462000', '100547.465000', '100547.467000', '100547.470000', '100547.472000', '100547.475000', '100547.478000', '100547.480000', '100547.483000', '100547.486000', '100547.488000', '100547.491000', '100547.494000', '100547.496000', '100547.499000', '100547.502000', '100547.504000', '100547.507000', '100547.509000', '100547.512000', '100547.515000', '100547.517000', '100547.520000', '100547.522000', '100547.525000', '100547.528000', '100547.530000', '100547.533000', '100547.535000', '100547.538000', '100547.541000', '100547.543000', '100547.546000', '100547.548000', '100607.437000', '100607.440000', '100607.443000', '100607.446000', '100607.448000', '100607.451000', '100607.454000', '100607.457000', '100607.459000', '100607.462000', '100607.464000', '100607.467000', '100607.470000', '100607.472000', '100607.475000', '100607.478000', '100607.481000', '100607.483000', '100607.486000', '100607.489000', '100607.503000', '100607.505000', '100607.508000', '100607.510000', '100607.513000', '100607.516000', '100607.518000', '100607.521000', '100607.523000', '100607.526000', '100607.529000', '100607.531000', '100607.534000', '100607.536000', '100607.539000', '100607.542000', '100607.544000', '100607.547000', '100607.550000', '100607.552000', '100607.555000', '100607.558000', '100607.560000', '100627.437000', '100627.440000', '100627.443000', '100627.446000', '100627.448000', '100627.451000', '100627.454000', '100627.456000', '100627.459000', '100627.462000', '100627.464000', '100627.467000', '100627.469000', '100627.472000', '100627.475000', '100627.477000', '100627.480000', '100627.483000', '100627.485000', '100627.488000', '100627.516000', '100627.518000', '100627.521000', '100627.524000', '100627.526000', '100627.529000', '100627.531000', '100627.534000', '100627.537000', '100627.539000', '100627.542000', '100627.544000', '100627.547000', '100627.550000', '100627.552000', '100627.555000', '100627.558000', '100627.560000', '100627.563000', '100627.566000', '100627.568000', '100627.571000', '100627.573000', '100627.583000', '100647.438000', '100647.441000', '100647.444000', '100647.446000', '100647.449000', '100647.452000', '100647.455000', '100647.457000', '100647.460000', '100647.463000', '100647.466000', '100647.469000', '100647.472000', '100647.475000', '100647.478000', '100647.480000', '100647.483000', '100647.486000', '100647.488000', '100647.491000', '100647.494000', '100647.496000', '100647.499000', '100647.501000', '100647.504000', '100647.507000', '100647.509000', '100647.512000', '100647.515000', '100647.517000', '100647.520000', '100647.522000', '100647.525000', '100647.528000', '100647.530000', '100647.533000', '100647.536000', '100647.538000', '100647.541000', '100647.544000', '100647.546000', '100647.549000', '100647.552000', '100707.439000', '100707.442000', '100707.444000', '100707.447000', '100707.450000', '100707.453000', '100707.455000', '100707.458000', '100707.460000', '100707.463000', '100707.466000', '100707.468000', '100707.471000', '100707.474000', '100707.476000', '100707.479000', '100707.482000', '100707.485000', '100707.487000', '100707.490000', '100707.492000', '100707.495000', '100707.498000', '100707.500000', '100707.503000', '100707.505000', '100707.508000', '100707.511000', '100707.513000', '100707.516000', '100707.519000', '100707.521000', '100707.524000', '100707.527000', '100707.529000', '100707.532000', '100707.535000', '100707.537000', '100707.540000', '100707.543000', '100707.545000', '100707.548000', '100707.551000', '100707.553000', '100727.439000', '100727.441000', '100727.444000', '100727.447000', '100727.450000', '100727.452000', '100727.455000', '100727.458000', '100727.460000', '100727.464000', '100727.467000', '100727.470000', '100727.472000', '100727.475000', '100727.478000', '100727.480000', '100727.483000', '100727.486000', '100727.489000', '100727.491000', '100727.494000', '100727.497000', '100727.499000', '100727.502000', '100727.505000', '100727.507000', '100727.510000', '100727.513000', '100727.515000', '100727.518000', '100727.521000', '100727.523000', '100727.526000', '100727.528000', '100727.532000', '100727.535000', '100727.537000', '100727.540000', '100727.543000', '100727.545000', '100727.548000', '100727.550000', '100727.553000', '100747.438000', '100747.441000', '100747.443000', '100747.446000', '100747.449000', '100747.451000', '100747.454000', '100747.456000', '100747.459000', '100747.462000', '100747.464000', '100747.467000', '100747.469000', '100747.472000', '100747.475000', '100747.477000', '100747.480000', '100747.483000', '100747.485000', '100747.488000', '100747.491000', '100747.493000', '100747.496000', '100747.499000', '100747.502000', '100747.505000', '100747.507000', '100747.510000', '100747.513000', '100747.515000', '100747.518000', '100747.520000', '100747.523000', '100747.526000', '100747.528000', '100747.531000', '100747.534000', '100747.536000', '100747.539000', '100747.541000', '100747.544000', '100747.547000', '100747.549000', '100747.552000', '100807.438000', '100807.440000', '100807.443000', '100807.446000', '100807.448000', '100807.451000', '100807.454000', '100807.456000', '100807.459000', '100807.461000', '100807.464000', '100807.467000', '100807.469000', '100807.472000', '100807.474000', '100807.477000', '100807.480000', '100807.483000', '100807.485000', '100807.488000', '100807.490000', '100807.493000', '100807.496000', '100807.498000', '100807.501000', '100807.504000', '100807.506000', '100807.509000', '100807.511000', '100807.514000', '100807.517000', '100807.519000', '100807.522000', '100807.525000', '100807.527000', '100807.530000', '100807.533000', '100807.535000', '100807.538000', '100807.540000', '100807.543000', '100807.546000', '100807.548000', '100827.438000', '100827.441000', '100827.443000', '100827.446000', '100827.449000', '100827.451000', '100827.454000', '100827.456000', '100827.459000', '100827.461000', '100827.464000', '100827.467000', '100827.469000', '100827.472000', '100827.475000', '100827.477000', '100827.482000', '100827.484000', '100827.487000', '100827.489000', '100827.492000', '100827.495000', '100827.497000', '100827.500000', '100827.503000', '100827.505000', '100827.508000', '100827.510000', '100827.517000', '100827.520000', '100827.522000', '100827.525000', '100827.528000', '100827.530000', '100827.533000', '100827.535000', '100827.538000', '100827.541000', '100827.543000', '100827.546000', '100827.548000', '100827.551000', '100827.554000', '100827.556000', '100847.438000', '100847.441000', '100847.443000', '100847.446000', '100847.448000', '100847.451000', '100847.454000', '100847.456000', '100847.459000', '100847.461000', '100847.464000', '100847.467000', '100847.469000', '100847.472000', '100847.474000', '100847.477000', '100847.480000', '100847.482000', '100847.485000', '100847.488000', '100847.490000', '100847.493000', '100847.495000', '100847.498000', '100847.501000', '100847.503000', '100847.506000', '100847.508000', '100847.511000', '100847.514000', '100847.517000', '100847.520000', '100847.523000', '100847.526000', '100847.528000', '100847.531000', '100847.533000', '100847.536000', '100847.539000', '100847.541000', '100847.544000', '100847.546000', '100847.549000', '100907.438000', '100907.441000', '100907.444000', '100907.447000', '100907.449000', '100907.452000', '100907.455000', '100907.457000', '100907.460000', '100907.462000', '100907.465000', '100907.468000', '100907.470000', '100907.473000', '100907.476000', '100907.478000', '100907.481000', '100907.488000', '100907.491000', '100907.494000', '100907.496000', '100907.499000', '100907.502000', '100907.504000', '100907.507000', '100907.510000', '100907.512000', '100907.515000', '100907.518000', '100907.521000', '100907.523000', '100907.526000', '100907.528000', '100907.531000', '100907.534000', '100907.536000', '100907.539000', '100907.541000', '100907.544000', '100907.547000', '100907.549000', '100907.552000', '100907.555000', '100907.557000', '100927.439000', '100927.442000', '100927.444000', '100927.447000', '100927.450000', '100927.452000', '100927.455000', '100927.457000', '100927.460000', '100927.463000', '100927.465000', '100927.468000', '100927.471000', '100927.473000', '100927.476000', '100927.478000', '100927.481000', '100927.484000', '100927.486000', '100927.489000', '100927.491000', '100927.494000', '100927.497000', '100927.499000', '100927.502000', '100927.504000', '100927.507000', '100927.510000', '100927.512000', '100927.515000', '100927.517000', '100927.520000', '100927.523000', '100927.525000', '100927.528000', '100927.532000', '100927.535000', '100927.538000', '100927.540000', '100927.543000', '100927.545000', '100927.548000', '100927.551000', '100947.439000', '100947.441000', '100947.444000', '100947.447000', '100947.449000', '100947.452000', '100947.455000', '100947.457000', '100947.460000', '100947.463000', '100947.465000', '100947.468000', '100947.471000', '100947.473000', '100947.476000', '100947.478000', '100947.481000', '100947.484000', '100947.486000', '100947.489000', '100947.492000', '100947.494000', '100947.497000', '100947.500000', '100947.502000', '100947.505000', '100947.508000', '100947.510000', '100947.513000', '100947.515000', '100947.518000', '100947.521000', '100947.523000', '100947.526000', '100947.529000', '100947.531000', '100947.534000', '100947.536000', '100947.547000', '100947.550000', '100947.552000', '100947.555000', '100947.558000', '100947.560000', '101007.438000', '101007.441000', '101007.443000', '101007.446000', '101007.448000', '101007.451000', '101007.454000', '101007.456000', '101007.459000', '101007.462000', '101007.464000', '101007.467000', '101007.469000', '101007.472000', '101007.475000', '101007.477000', '101007.480000', '101007.482000', '101007.485000', '101007.488000', '101007.490000', '101007.493000', '101007.495000', '101007.498000', '101007.501000', '101007.504000', '101007.506000', '101007.509000', '101007.511000', '101007.514000', '101007.517000', '101007.519000', '101007.522000', '101007.524000', '101007.527000', '101007.530000', '101007.533000', '101007.536000', '101007.539000', '101007.542000', '101007.544000', '101007.547000', '101007.550000', '101027.437000', '101027.440000', '101027.443000', '101027.446000', '101027.448000', '101027.451000', '101027.453000', '101027.456000', '101027.459000', '101027.461000', '101027.464000', '101027.467000', '101027.469000', '101027.472000', '101027.474000', '101027.477000', '101027.480000', '101027.482000', '101027.485000', '101027.487000', '101027.490000', '101027.493000', '101027.495000', '101027.498000', '101027.501000', '101027.503000', '101027.506000', '101027.509000', '101027.511000', '101027.514000', '101027.517000', '101027.519000', '101027.522000', '101027.524000', '101027.527000', '101027.530000', '101027.532000', '101027.535000', '101027.538000', '101027.540000', '101027.543000', '101027.545000', '101027.548000', '101027.551000', '101047.438000', '101047.440000', '101047.443000', '101047.446000', '101047.448000', '101047.451000', '101047.454000', '101047.456000', '101047.459000', '101047.461000', '101047.464000', '101047.467000', '101047.469000', '101047.472000', '101047.475000', '101047.477000', '101047.480000', '101047.482000', '101047.485000', '101047.487000', '101047.490000', '101047.493000', '101047.495000', '101047.498000', '101047.500000', '101047.503000', '101047.506000', '101047.509000', '101047.511000', '101047.514000', '101047.516000', '101047.519000', '101047.522000', '101047.524000', '101047.527000', '101047.529000', '101047.532000', '101047.535000', '101047.537000', '101047.540000', '101047.542000', '101047.545000', '101047.548000', '101107.438000', '101107.441000', '101107.443000', '101107.446000', '101107.448000', '101107.451000', '101107.454000', '101107.456000', '101107.459000', '101107.462000', '101107.464000', '101107.467000', '101107.469000', '101107.472000', '101107.475000', '101107.477000', '101107.480000', '101107.482000', '101107.485000', '101107.488000', '101107.490000', '101107.493000', '101107.496000', '101107.498000', '101107.501000', '101107.503000', '101107.506000', '101107.509000', '101107.511000', '101107.514000', '101107.517000', '101107.519000', '101107.522000', '101107.525000', '101107.527000', '101107.530000', '101107.533000', '101107.535000', '101107.538000', '101107.540000', '101107.543000', '101107.546000', '101107.548000', '101107.551000', '101127.439000', '101127.441000', '101127.444000', '101127.447000', '101127.449000', '101127.452000', '101127.455000', '101127.457000', '101127.460000', '101127.463000', '101127.465000', '101127.468000', '101127.471000', '101127.473000', '101127.476000', '101127.479000', '101127.481000', '101127.484000', '101127.487000', '101127.489000', '101127.492000', '101127.495000', '101127.498000', '101127.500000', '101127.503000', '101127.506000', '101127.508000', '101127.511000', '101127.513000', '101127.516000', '101127.519000', '101127.522000', '101127.524000', '101127.527000', '101127.530000', '101127.532000', '101127.535000', '101127.538000', '101127.540000', '101127.543000', '101127.546000', '101127.548000', '101127.551000', '101147.439000', '101147.442000', '101147.444000', '101147.447000', '101147.449000', '101147.452000', '101147.455000', '101147.458000', '101147.460000', '101147.463000', '101147.466000', '101147.468000', '101147.471000', '101147.473000', '101147.476000', '101147.479000', '101147.482000', '101147.484000', '101147.487000', '101147.490000', '101147.492000', '101147.495000', '101147.498000', '101147.500000', '101147.503000', '101147.505000', '101147.508000', '101147.511000', '101147.514000', '101147.516000', '101147.519000', '101147.522000', '101147.524000', '101147.527000', '101147.530000', '101147.532000', '101147.535000', '101147.538000', '101147.540000', '101147.543000', '101147.546000', '101147.548000', '101147.551000', '101147.553000', '101207.439000', '101207.442000', '101207.444000', '101207.447000', '101207.450000', '101207.452000', '101207.455000', '101207.458000', '101207.460000', '101207.463000', '101207.466000', '101207.468000', '101207.471000', '101207.474000', '101207.476000', '101207.479000', '101207.482000', '101207.491000', '101207.494000', '101207.497000', '101207.500000', '101207.502000', '101207.505000', '101207.508000', '101207.510000', '101207.513000', '101207.515000', '101207.518000', '101207.521000', '101207.523000', '101207.526000', '101207.529000', '101207.532000', '101207.534000', '101207.537000', '101207.540000', '101207.542000', '101207.545000', '101207.548000', '101207.550000', '101207.553000', '101207.556000', '101207.558000', '101227.438000', '101227.441000', '101227.443000', '101227.446000', '101227.449000', '101227.452000', '101227.455000', '101227.457000', '101227.461000', '101227.463000', '101227.466000', '101227.468000', '101227.471000', '101227.474000', '101227.477000', '101227.479000', '101227.482000', '101227.485000', '101227.487000', '101227.490000', '101227.493000', '101227.495000', '101227.498000', '101227.501000', '101227.503000', '101227.506000', '101227.509000', '101227.511000', '101227.514000', '101227.517000', '101227.520000', '101227.522000', '101227.525000', '101227.528000', '101227.530000', '101227.533000', '101227.536000', '101227.538000', '101227.541000', '101227.544000', '101227.547000', '101227.549000', '101227.552000', '101227.554000', '101247.438000', '101247.440000', '101247.443000', '101247.446000', '101247.449000', '101247.451000', '101247.454000', '101247.457000', '101247.459000', '101247.462000', '101247.465000', '101247.467000', '101247.470000', '101247.473000', '101247.475000', '101247.478000', '101247.481000', '101247.483000', '101247.486000', '101247.489000', '101247.491000', '101247.494000', '101247.497000', '101247.499000', '101247.502000', '101247.505000', '101247.507000', '101247.510000', '101247.513000', '101247.515000', '101247.518000', '101247.521000', '101247.523000', '101247.526000', '101247.529000', '101247.532000', '101247.534000', '101247.537000', '101247.539000', '101247.542000', '101247.545000', '101247.547000', '101247.550000', '101307.438000', '101307.440000', '101307.443000', '101307.446000', '101307.449000', '101307.451000', '101307.454000', '101307.457000', '101307.459000', '101307.462000', '101307.465000', '101307.467000', '101307.470000', '101307.473000', '101307.475000', '101307.478000', '101307.481000', '101307.483000', '101307.486000', '101307.489000', '101307.491000', '101307.494000', '101307.497000', '101307.499000', '101307.502000', '101307.505000', '101307.507000', '101307.510000', '101307.513000', '101307.515000', '101307.518000', '101307.534000', '101307.537000', '101307.539000', '101307.542000', '101307.545000', '101307.547000', '101307.550000', '101307.553000', '101307.555000', '101307.558000', '101307.561000', '101307.563000', '101307.566000', '101320.772000', '101320.775000', '101320.778000', '101320.781000', '101320.784000', '101320.787000', '101320.790000', '101320.793000', '101320.796000', '101320.800000', '101320.886000', '101320.889000', '101320.892000', '101320.895000', '101320.898000', '101320.904000', '101320.907000', '101320.910000', '101320.913000', '101320.915000', '101320.918000', '101320.921000', '101320.924000', '101320.927000', '101320.934000', '101320.955000', '101320.958000', '101320.961000', '101320.964000'], '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': [13801, 8749, 11845, 14188, 10155, 13578, 9616, 9891, 12879, 8794, 12262, 11491, 8892, 12469, 8539, 12040, 9276, 8647, 13057, 8379, 10823, 12234, 9137, 12986, 8169, 10055, 14092, 9373, 12849, 7540, 10176, 13519, 9233, 12667, 10981, 9705, 13401, 8879, 12771, 12873, 9781, 13504, 8848, 12002, 13407, 9097, 12599, 9637, 9851, 12741, 9163, 12877, 7814, 8799, 13408, 8124, 12000, 8516, 8900, 12983, 7932, 11015, 12850, 9276, 13104, 7710, 10127, 13343, 8893, 13209, 7898, 9733, 13716, 9032, 12356, 13454, 10009, 12920, 8610, 11978, 13122, 9224, 12851, 7748, 11085, 12335, 8519, 12368, 8005, 10901, 9992, 9344, 13406, 9122, 12633, 11314, 9694, 12829, 8881, 13119, 8761, 9665, 13925, 9520, 13359, 7496, 10240, 13804, 9099, 13228, 8133, 9918, 13357, 8711, 12234, 11076, 9408, 13296, 9521, 13160, 7924, 10357, 13923, 9045, 12929, 7864, 9957, 13430, 9058, 12297, 14269, 9581, 12599, 8591, 12110, 12133, 8903, 13117, 8674, 10739, 11979, 9015, 13265, 8191, 10019, 12981, 9285, 12809, 7736, 9941, 13291, 8961, 12758, 7460, 9619, 13071, 8876, 11877, 11516, 9705, 11959, 8639, 12947, 8147, 9784, 13769, 9685, 13410, 8295, 11116, 13938, 9402, 13257, 9436, 10029, 13498, 9086, 13204, 8071, 11578, 9229, 9436, 13144, 8603, 12533, 9291, 9454, 12284, 8911, 12642, 10345, 8838, 13050, 8027, 11240, 12665, 9361, 12604, 7677, 9382, 13122, 8402, 12133, 9203, 9245, 13161, 8481, 11989, 12543, 9118, 13547, 8338, 11140, 13959, 9300, 13279, 8129, 10303, 14004, 9722, 12848, 8176, 11360, 13897, 8945, 13098, 8173, 10703, 11133, 9015, 13347, 8002, 10751, 14112, 8985, 12976, 8250, 10410, 9022, 8438, 13302, 7450, 10018, 13879, 8953, 12577, 7850, 9592, 13645, 8332, 12914, 8096, 9806, 14220, 9168, 12224, 13414, 10016, 13047, 9257, 12801, 10513, 9438, 14038, 8521, 11423, 14670, 9964, 12644, 8764, 12423, 12283, 9656, 13840, 8936, 10632, 14117, 9184, 10944, 9085, 10575, 8301, 10858, 14618, 9385, 13896, 9368, 11464, 7871, 9978, 14559, 9100, 13148, 10765, 9456, 14495, 8880, 12191, 7756, 10078, 14163, 8860, 12823, 10295, 9423, 13437, 9305, 12753, 7513, 10576, 14322, 9377, 13071, 9973, 9409, 14018, 9307, 13709, 8632, 12944, 9470, 9506, 14863, 9469, 13004, 7875, 12259, 13072, 9874, 13393, 9479, 11976, 10137, 9802, 14826, 9329, 12906, 13985, 9892, 13196, 9951, 13159, 7954, 11276, 14888, 9578, 13266, 10902, 10409, 12904, 8938, 11736, 8654, 10953, 8061, 11984, 11181, 10498, 11477, 9817, 14444, 9027, 12294, 13252, 9906, 13985, 9212, 12835, 12092, 10686, 12919, 9112, 13355, 10028, 9980, 14365, 9296, 12851, 7954, 10252, 14200, 9238, 12349, 12453, 9832, 13396, 8412, 11141, 14298, 9356, 12325, 8280, 11439, 14002, 8933, 12829, 8415, 10656, 12595, 8916, 13053, 8875, 10287, 12130, 8903, 12986, 10851, 9389, 13803, 8489, 11539, 10050, 8804, 13587, 8535, 11792, 7481, 9382, 13734, 8435, 12102, 10404, 9641, 13273, 8718, 12625, 9573, 10147, 12591, 9322, 13774, 8495, 11803, 14434, 10188, 11865, 8486, 12200, 8158, 9405, 12786, 9164, 12728, 8587, 12284, 8615, 9657, 13685, 9585, 12922, 8403, 11999, 14046, 9328, 13012, 7889, 10552, 12956, 8640, 12177, 8994, 9371, 12901, 9076, 12758, 7637, 9516, 13125, 8112, 11170, 12496, 9123, 12366, 7485, 9921, 12398, 8417, 11764, 11475, 9142, 12124, 7845, 10852, 12944, 8572, 12515, 8265, 10595, 13508, 8773, 12540, 9027, 10021, 12498, 8880, 12903, 9775, 8863, 13183, 8047, 10599, 12719, 8288, 12129, 7844, 9453, 13017, 9016, 12693, 7335, 8882, 13337, 8140, 12070, 8918, 9192, 13111, 8408, 12406, 8871, 9315, 13262, 8634, 12987, 7962, 9681, 12813, 8863, 12773, 10912, 9683, 13670, 8680, 11609, 7780, 8354, 12095, 7516, 9693, 12889, 8834, 11849, 7475, 9553, 12939, 8773, 11459, 13227, 9130, 11966, 7419, 9359, 12736, 8537, 12225, 7648, 10640, 13720, 8803, 12310, 12756, 9701, 12095, 8555, 12390, 12455, 8891, 12907, 8385, 10594, 13075, 8491, 12289, 8112, 9729, 10846, 8438, 13007, 7950, 10354, 13221, 9234, 12040, 7447, 9505, 12847, 8596, 12433, 7706, 9659, 13093, 8647, 12464, 10439, 9405, 12572, 9115, 12424, 7961, 11033, 13601, 9082, 11877, 8319, 11582, 12490, 8686, 12218, 8382, 10257, 10200, 8641, 12823, 8098, 10478, 12984, 9239, 11883, 8100, 10959, 13006, 8837, 12257, 7618, 10226, 12554, 8269, 11736, 7919, 9171, 11338, 8580, 13108, 8235, 11808, 13838, 9171, 12287, 8638, 11632, 9616, 8749, 13064, 7791, 11150, 11777, 9152, 12248, 8382, 11818, 11125, 8917, 13163, 8416, 12287, 7460, 9193, 12760, 8586, 12290, 11063, 9171, 11807, 8122, 11376, 11393, 8515, 12984, 8028, 10578, 9943, 8396, 12888, 8114, 9897, 13807, 9290, 12426, 7657, 10342, 12404, 8642, 11952, 8935, 9032, 11213, 8165, 12693, 7914, 9123, 13762, 8571, 12149, 7891, 8634, 12553, 7865, 10750, 13522, 9177, 11907, 8201, 11825, 12427, 8634, 12378, 7846, 10456, 10888, 8492, 12705, 7781, 10545, 13107, 9100, 12496, 7680, 9950, 12616, 8600, 12072, 7742, 9095, 12684, 8155, 12306, 8579, 9641, 12749, 9170, 12731, 8008, 11518, 12907, 8705, 12360, 7827, 9625, 11361, 8335, 12328, 8077, 9976, 12576, 8854, 11235, 8134, 11475, 11248, 8479, 12905, 7725, 11682, 7303, 9504, 13070, 8764, 12504, 9133, 9514, 12773, 8431, 12593, 7842, 9503, 13074, 8914, 12390, 8443, 11997, 7869, 9273, 13762, 9119, 13317, 7970, 10464, 12688, 8722, 12245, 8356, 9921, 12228, 8731, 13010, 8494, 10222, 13287, 8768, 12509, 8306, 11116, 8024, 8231, 12962, 8005, 11537, 7540, 8782, 12711, 8386, 11413, 13738, 9077, 11748, 8234, 10910, 11939, 8104, 12131, 7689, 10756, 7962, 8696, 13097, 7743, 11002, 13229, 9320, 12047, 8557, 11600, 12390, 8803, 12603, 8241, 11261, 9498, 8582, 13181, 8245, 11527, 8603, 8988, 13047, 8501, 11941, 11442, 9104, 12484, 8872, 12486, 7510, 9447, 12498, 8544, 12659, 7588, 10337, 12433, 8532, 12240, 8209, 9962, 11520, 8901, 12500, 7784, 9600, 12912, 8703, 12488, 7438, 10328, 12619, 8491, 11930, 7964, 9541, 11207, 8226, 12748, 7885, 10100, 13713, 9215, 12373, 7639, 10360, 12695, 8592, 12276, 8990, 8909, 12428, 8292, 11659, 10818, 8563, 12435, 8324, 12209, 7378, 8951, 13126, 8145, 12263, 7409, 9392, 13243, 8442, 12247, 7775, 9002, 12820, 8741, 12583, 8077, 11315, 12252, 9042, 12927, 8697, 12435, 7456, 10139, 13556, 8991, 12396, 9944, 9432, 11789, 8464, 12135, 7760, 9456, 13682, 9023, 12779, 7639, 10462, 11760, 8791, 12409, 8067, 9867, 12655, 8851, 11807, 8290, 11357, 12107, 8736, 12873, 7877, 11395, 7395, 8962, 12977, 8636, 11776, 11481, 9611, 12037, 8387, 12076, 11873, 8672, 12945, 8065, 11454, 7378, 9247, 12981, 8501, 12255, 10126, 9112, 12307, 8191, 12358, 8509, 9198, 13625, 9479, 12932, 8207, 11869, 12143, 9012, 12531, 8211, 11716, 7774, 9130, 13034, 8712, 12298, 11760, 8994, 12866, 8607, 12088, 8393, 9040, 13043, 8104, 11278, 13069, 9143, 11962, 8175, 11100, 12725, 8588, 12336, 7903, 10951, 7962, 8830, 13023, 8231, 11940, 12114, 9195, 12678, 8517, 11773, 7289, 8806, 12813, 7787, 10830, 12995, 9036, 11175, 7805, 11168, 12330, 8767, 12631, 8123, 10532, 7787, 8958, 12948, 8626, 12210, 9804, 8936, 13296, 9373, 12532, 7756, 11358, 13916, 9239, 12818, 8465, 9893, 11265, 8727, 12977, 7954, 11090, 13224, 9169, 12746, 7984, 9842, 12593, 8393, 12077, 9161, 8932, 13607, 8049, 11604, 9969, 8484, 12928, 7509, 9762, 13508, 9060, 12605, 7609, 10522, 12113, 8248, 12584, 7847, 11753, 7710, 9984, 14170, 8981, 13367, 8830, 10481, 13825, 9578, 12814, 9056, 12244, 12313, 9498, 13593, 8331, 11123, 7525, 8825, 13207, 8410, 11418, 12875, 9365, 12016, 8501, 12083, 12066, 9100, 13403, 8333, 11178, 9767, 8705, 13113, 7669, 10278, 13353, 9208, 12317, 7377, 10313, 13206, 8765, 12476, 7644, 9818, 12497, 8275, 12441, 7703, 9259, 13170, 8708, 12172, 7290, 9491, 13078, 8574, 12086, 9543, 9366, 12701, 8531, 12511, 11257, 8924, 13698, 8434, 12129, 9153, 9146, 13508, 8521, 11238, 11962, 9217, 11814, 8192, 11609, 11389, 8762, 12997, 7908, 10636, 10966, 8578, 13169, 8400, 10248, 13808, 9185, 13078, 7958, 10919, 13536, 9135, 12828, 7987, 11016, 11915, 8919, 13197, 8547, 10793, 12458, 8998, 13061, 8099, 9988, 13552, 9423, 12676, 8095, 11000, 13431, 8794, 12682, 8047, 10829, 7599, 9289, 13380, 8589, 12257, 9331, 9637, 13748, 8759, 12454, 10171, 9561, 13540, 8980, 12923, 7851, 11157, 13706, 9103, 12688, 7630, 10058, 12718, 8430, 12551, 8288, 9281, 12287, 9029, 12818, 7883, 9041, 13436, 8523, 12363, 7374, 9305, 12916, 8275, 11766, 10895, 9474, 12277, 8404, 12726, 12115, 9030, 12920, 8531, 10462, 12470, 8957, 12593, 8016, 8955, 12914, 7983, 11686, 11911, 9123, 12954, 7891, 10868, 13260, 9124, 12001, 10412, 9024, 12322, 8371, 12368, 7586, 8708, 13072, 7702, 11012, 12782, 9199, 12515, 7461, 9720, 13462, 8593, 12189, 10727, 9495, 13132, 8149, 11523, 13792, 8958, 12962, 8151, 10541, 12533, 8380, 12349, 7387, 9025, 13068, 8721, 12585, 7728, 11102, 14150, 9119, 12685, 10918, 9249, 12797, 8277, 12238, 13247, 9235, 12925, 8082, 10946, 12553, 8479, 12782, 8029, 9410, 12619, 8849, 12208, 9014, 8622, 13290, 7905, 11604, 7877, 8801, 13428, 7943, 10307, 13907, 9202, 12409, 7743, 11450, 13959, 9015, 12653, 8044, 10300, 12905, 8668, 12712, 8570, 9732, 13370, 9250, 12046, 7405, 9787, 13422, 8694, 12614, 7623, 9562, 11831, 8538, 12842, 8142, 10777, 10711, 9216, 13550, 8667, 12300, 12395, 9759, 12456], 'WindowCenter': [4533.0, 4465.0, 4480.0, 4498.0, 4453.0, 4471.0, 4417.0, 4425.0, 4444.0, 4403.0, 4433.0, 4432.0, 4404.0, 4432.0, 4403.0, 4433.0, 4401.0, 4403.0, 4444.0, 4405.0, 4425.0, 4434.0, 4413.0, 4443.0, 4392.0, 4426.0, 4455.0, 4403.0, 4443.0, 4382.0, 4424.0, 4444.0, 4414.0, 4446.0, 4423.0, 4415.0, 4443.0, 4403.0, 4443.0, 4443.0, 4425.0, 4445.0, 4401.0, 4433.0, 4441.0, 4401.0, 4432.0, 4412.0, 4412.0, 4431.0, 4401.0, 4431.0, 4379.0, 4391.0, 4442.0, 4391.0, 4431.0, 4390.0, 4401.0, 4441.0, 4393.0, 4434.0, 4441.0, 4403.0, 4442.0, 4381.0, 4422.0, 4442.0, 4403.0, 4444.0, 4381.0, 4412.0, 4441.0, 4400.0, 4433.0, 4442.0, 4411.0, 4431.0, 4390.0, 4431.0, 4431.0, 4402.0, 4442.0, 4380.0, 4421.0, 4432.0, 4401.0, 4433.0, 4392.0, 4422.0, 4412.0, 4413.0, 4442.0, 4414.0, 4444.0, 4434.0, 4415.0, 4444.0, 4405.0, 4444.0, 4403.0, 4425.0, 4455.0, 4414.0, 4444.0, 4382.0, 4414.0, 4442.0, 4415.0, 4445.0, 4392.0, 4413.0, 4441.0, 4393.0, 4433.0, 4433.0, 4414.0, 4443.0, 4412.0, 4444.0, 4391.0, 4421.0, 4453.0, 4403.0, 4444.0, 4391.0, 4414.0, 4442.0, 4401.0, 4433.0, 4453.0, 4412.0, 4431.0, 4391.0, 4433.0, 4431.0, 4402.0, 4443.0, 4402.0, 4423.0, 4431.0, 4402.0, 4442.0, 4391.0, 4426.0, 4443.0, 4403.0, 4432.0, 4380.0, 4412.0, 4442.0, 4403.0, 4443.0, 4382.0, 4413.0, 4431.0, 4401.0, 4445.0, 4434.0, 4413.0, 4432.0, 4403.0, 4445.0, 4394.0, 4426.0, 4456.0, 4415.0, 4444.0, 4393.0, 4425.0, 4443.0, 4404.0, 4444.0, 4403.0, 4428.0, 4447.0, 4403.0, 4432.0, 4394.0, 4447.0, 4402.0, 4403.0, 4441.0, 4403.0, 4434.0, 4401.0, 4414.0, 4432.0, 4403.0, 4443.0, 4412.0, 4402.0, 4433.0, 4392.0, 4424.0, 4432.0, 4402.0, 4432.0, 4380.0, 4401.0, 4431.0, 4392.0, 4434.0, 4402.0, 4403.0, 4442.0, 4403.0, 4434.0, 4434.0, 4415.0, 4455.0, 4404.0, 4435.0, 4455.0, 4415.0, 4445.0, 4393.0, 4426.0, 4455.0, 4416.0, 4446.0, 4407.0, 4449.0, 4456.0, 4418.0, 4471.0, 4432.0, 4439.0, 4448.0, 4442.0, 4470.0, 4408.0, 4437.0, 4467.0, 4431.0, 4470.0, 4418.0, 4438.0, 4417.0, 4419.0, 4459.0, 4396.0, 4439.0, 4457.0, 4431.0, 4473.0, 4419.0, 4440.0, 4470.0, 4420.0, 4472.0, 4408.0, 4440.0, 4470.0, 4430.0, 4473.0, 4474.0, 4441.0, 4470.0, 4430.0, 4471.0, 4449.0, 4431.0, 4472.0, 4430.0, 4463.0, 4483.0, 4441.0, 4471.0, 4431.0, 4473.0, 4461.0, 4441.0, 4470.0, 4419.0, 4440.0, 4470.0, 4430.0, 4454.0, 4433.0, 4452.0, 4433.0, 4464.0, 4494.0, 4457.0, 4497.0, 4443.0, 4463.0, 4421.0, 4441.0, 4470.0, 4431.0, 4472.0, 4450.0, 4443.0, 4483.0, 4432.0, 4461.0, 4408.0, 4441.0, 4470.0, 4430.0, 4461.0, 4442.0, 4444.0, 4472.0, 4441.0, 4472.0, 4412.0, 4453.0, 4481.0, 4443.0, 4485.0, 4455.0, 4457.0, 4485.0, 4445.0, 4483.0, 4444.0, 4485.0, 4443.0, 4458.0, 4509.0, 4456.0, 4486.0, 4435.0, 4477.0, 4486.0, 4457.0, 4498.0, 4445.0, 4474.0, 4453.0, 4454.0, 4484.0, 4442.0, 4474.0, 4484.0, 4457.0, 4484.0, 4455.0, 4475.0, 4421.0, 4464.0, 4481.0, 4444.0, 4488.0, 4453.0, 4452.0, 4461.0, 4432.0, 4465.0, 4433.0, 4452.0, 4434.0, 4488.0, 4478.0, 4467.0, 4465.0, 4455.0, 4485.0, 4446.0, 4475.0, 4473.0, 4443.0, 4482.0, 4433.0, 4474.0, 4474.0, 4453.0, 4462.0, 4431.0, 4472.0, 4429.0, 4442.0, 4484.0, 4431.0, 4460.0, 4409.0, 4439.0, 4469.0, 4431.0, 4463.0, 4447.0, 4429.0, 4458.0, 4406.0, 4438.0, 4469.0, 4429.0, 4445.0, 4406.0, 4448.0, 4457.0, 4430.0, 4470.0, 4408.0, 4439.0, 4447.0, 4418.0, 4458.0, 4418.0, 4428.0, 4447.0, 4416.0, 4457.0, 4426.0, 4429.0, 4459.0, 4406.0, 4437.0, 4414.0, 4405.0, 4458.0, 4417.0, 4436.0, 4385.0, 4416.0, 4455.0, 4407.0, 4448.0, 4426.0, 4426.0, 4455.0, 4417.0, 4458.0, 4427.0, 4438.0, 4458.0, 4418.0, 4458.0, 4418.0, 4461.0, 4469.0, 4440.0, 4450.0, 4406.0, 4446.0, 4406.0, 4430.0, 4458.0, 4428.0, 4445.0, 4417.0, 4448.0, 4418.0, 4441.0, 4458.0, 4428.0, 4447.0, 4406.0, 4437.0, 4457.0, 4417.0, 4447.0, 4394.0, 4425.0, 4433.0, 4403.0, 4434.0, 4403.0, 4415.0, 4433.0, 4403.0, 4432.0, 4380.0, 4402.0, 4431.0, 4382.0, 4423.0, 4421.0, 4401.0, 4420.0, 4369.0, 4401.0, 4420.0, 4391.0, 4433.0, 4420.0, 4402.0, 4432.0, 4381.0, 4421.0, 4432.0, 4405.0, 4445.0, 4404.0, 4425.0, 4443.0, 4403.0, 4445.0, 4405.0, 4414.0, 4432.0, 4403.0, 4433.0, 4412.0, 4403.0, 4444.0, 4392.0, 4422.0, 4432.0, 4393.0, 4433.0, 4392.0, 4415.0, 4444.0, 4402.0, 4433.0, 4371.0, 4402.0, 4442.0, 4394.0, 4445.0, 4403.0, 4415.0, 4443.0, 4404.0, 4444.0, 4403.0, 4414.0, 4445.0, 4405.0, 4443.0, 4393.0, 4414.0, 4432.0, 4403.0, 4443.0, 4422.0, 4415.0, 4453.0, 4391.0, 4422.0, 4381.0, 4391.0, 4432.0, 4370.0, 4414.0, 4443.0, 4401.0, 4434.0, 4383.0, 4414.0, 4443.0, 4405.0, 4436.0, 4444.0, 4416.0, 4434.0, 4382.0, 4415.0, 4457.0, 4417.0, 4446.0, 4396.0, 4437.0, 4455.0, 4416.0, 4460.0, 4458.0, 4415.0, 4445.0, 4405.0, 4446.0, 4445.0, 4418.0, 4458.0, 4404.0, 4426.0, 4444.0, 4403.0, 4445.0, 4406.0, 4415.0, 4424.0, 4405.0, 4445.0, 4393.0, 4428.0, 4456.0, 4414.0, 4434.0, 4382.0, 4413.0, 4444.0, 4416.0, 4445.0, 4383.0, 4414.0, 4443.0, 4403.0, 4445.0, 4424.0, 4415.0, 4433.0, 4403.0, 4433.0, 4392.0, 4424.0, 4455.0, 4405.0, 4434.0, 4394.0, 4435.0, 4433.0, 4404.0, 4447.0, 4405.0, 4424.0, 4413.0, 4404.0, 4433.0, 4392.0, 4436.0, 4445.0, 4402.0, 4422.0, 4392.0, 4423.0, 4443.0, 4415.0, 4434.0, 4383.0, 4424.0, 4432.0, 4393.0, 4444.0, 4405.0, 4415.0, 4434.0, 4405.0, 4444.0, 4393.0, 4434.0, 4457.0, 4416.0, 4435.0, 4404.0, 4434.0, 4401.0, 4393.0, 4432.0, 4396.0, 4436.0, 4433.0, 4403.0, 4432.0, 4392.0, 4433.0, 4422.0, 4405.0, 4445.0, 4392.0, 4432.0, 4371.0, 4402.0, 4431.0, 4392.0, 4434.0, 4421.0, 4401.0, 4421.0, 4381.0, 4422.0, 4421.0, 4404.0, 4444.0, 4392.0, 4424.0, 4411.0, 4392.0, 4433.0, 4381.0, 4424.0, 4454.0, 4403.0, 4432.0, 4381.0, 4413.0, 4431.0, 4392.0, 4434.0, 4404.0, 4404.0, 4422.0, 4393.0, 4433.0, 4381.0, 4414.0, 4445.0, 4403.0, 4433.0, 4381.0, 4392.0, 4432.0, 4381.0, 4425.0, 4444.0, 4413.0, 4433.0, 4393.0, 4434.0, 4432.0, 4404.0, 4446.0, 4394.0, 4424.0, 4423.0, 4403.0, 4444.0, 4393.0, 4426.0, 4443.0, 4404.0, 4434.0, 4381.0, 4413.0, 4433.0, 4405.0, 4445.0, 4380.0, 4403.0, 4432.0, 4393.0, 4434.0, 4405.0, 4416.0, 4443.0, 4404.0, 4433.0, 4392.0, 4423.0, 4432.0, 4404.0, 4434.0, 4381.0, 4402.0, 4421.0, 4392.0, 4432.0, 4393.0, 4425.0, 4433.0, 4402.0, 4421.0, 4392.0, 4434.0, 4422.0, 4405.0, 4446.0, 4394.0, 4435.0, 4383.0, 4414.0, 4444.0, 4415.0, 4459.0, 4415.0, 4415.0, 4434.0, 4404.0, 4434.0, 4393.0, 4427.0, 4457.0, 4405.0, 4445.0, 4406.0, 4435.0, 4394.0, 4415.0, 4458.0, 4417.0, 4445.0, 4393.0, 4425.0, 4433.0, 4403.0, 4445.0, 4393.0, 4413.0, 4431.0, 4402.0, 4445.0, 4405.0, 4425.0, 4444.0, 4405.0, 4432.0, 4391.0, 4422.0, 4380.0, 4404.0, 4456.0, 4393.0, 4433.0, 4382.0, 4403.0, 4433.0, 4392.0, 4436.0, 4456.0, 4404.0, 4433.0, 4392.0, 4424.0, 4422.0, 4394.0, 4447.0, 4394.0, 4435.0, 4394.0, 4405.0, 4445.0, 4395.0, 4449.0, 4457.0, 4415.0, 4434.0, 4405.0, 4435.0, 4434.0, 4416.0, 4445.0, 4393.0, 4424.0, 4401.0, 4403.0, 4443.0, 4404.0, 4434.0, 4391.0, 4403.0, 4443.0, 4392.0, 4432.0, 4434.0, 4415.0, 4432.0, 4398.0, 4432.0, 4371.0, 4413.0, 4442.0, 4403.0, 4443.0, 4382.0, 4423.0, 4433.0, 4403.0, 4434.0, 4402.0, 4415.0, 4421.0, 4403.0, 4433.0, 4381.0, 4413.0, 4444.0, 4404.0, 4433.0, 4382.0, 4414.0, 4431.0, 4393.0, 4435.0, 4394.0, 4413.0, 4422.0, 4393.0, 4433.0, 4392.0, 4425.0, 4456.0, 4404.0, 4432.0, 4382.0, 4413.0, 4431.0, 4403.0, 4443.0, 4400.0, 4403.0, 4431.0, 4392.0, 4423.0, 4424.0, 4406.0, 4434.0, 4393.0, 4432.0, 4381.0, 4403.0, 4442.0, 4405.0, 4446.0, 4383.0, 4414.0, 4442.0, 4404.0, 4433.0, 4394.0, 4417.0, 4445.0, 4406.0, 4445.0, 4405.0, 4437.0, 4448.0, 4430.0, 4458.0, 4406.0, 4447.0, 4385.0, 4425.0, 4444.0, 4416.0, 4449.0, 4416.0, 4404.0, 4433.0, 4404.0, 4434.0, 4382.0, 4426.0, 4456.0, 4405.0, 4433.0, 4382.0, 4423.0, 4434.0, 4404.0, 4434.0, 4406.0, 4424.0, 4444.0, 4403.0, 4433.0, 4393.0, 4435.0, 4432.0, 4416.0, 4446.0, 4394.0, 4423.0, 4383.0, 4404.0, 4441.0, 4403.0, 4446.0, 4434.0, 4413.0, 4432.0, 4392.0, 4434.0, 4422.0, 4405.0, 4445.0, 4393.0, 4423.0, 4383.0, 4415.0, 4443.0, 4405.0, 4445.0, 4413.0, 4404.0, 4432.0, 4392.0, 4435.0, 4403.0, 4416.0, 4453.0, 4416.0, 4447.0, 4407.0, 4447.0, 4445.0, 4405.0, 4444.0, 4406.0, 4436.0, 4394.0, 4414.0, 4432.0, 4392.0, 4434.0, 4433.0, 4405.0, 4433.0, 4392.0, 4433.0, 4391.0, 4392.0, 4429.0, 4381.0, 4422.0, 4446.0, 4415.0, 4422.0, 4381.0, 4435.0, 4432.0, 4403.0, 4446.0, 4395.0, 4435.0, 4393.0, 4417.0, 4443.0, 4393.0, 4437.0, 4435.0, 4415.0, 4444.0, 4403.0, 4434.0, 4383.0, 4402.0, 4433.0, 4382.0, 4435.0, 4456.0, 4405.0, 4423.0, 4382.0, 4436.0, 4458.0, 4430.0, 4459.0, 4406.0, 4423.0, 4392.0, 4415.0, 4443.0, 4404.0, 4445.0, 4424.0, 4417.0, 4458.0, 4415.0, 4444.0, 4395.0, 4435.0, 4442.0, 4414.0, 4446.0, 4404.0, 4414.0, 4422.0, 4405.0, 4443.0, 4392.0, 4424.0, 4443.0, 4416.0, 4447.0, 4392.0, 4413.0, 4432.0, 4392.0, 4433.0, 4400.0, 4404.0, 4455.0, 4393.0, 4424.0, 4412.0, 4403.0, 4432.0, 4381.0, 4424.0, 4444.0, 4404.0, 4434.0, 4393.0, 4426.0, 4433.0, 4406.0, 4458.0, 4407.0, 4462.0, 4410.0, 4440.0, 4458.0, 4429.0, 4472.0, 4431.0, 4440.0, 4458.0, 4427.0, 4459.0, 4419.0, 4463.0, 4449.0, 4426.0, 4472.0, 4417.0, 4436.0, 4393.0, 4414.0, 4444.0, 4403.0, 4448.0, 4456.0, 4416.0, 4445.0, 4404.0, 4445.0, 4433.0, 4414.0, 4458.0, 4405.0, 4423.0, 4412.0, 4392.0, 4433.0, 4382.0, 4426.0, 4443.0, 4402.0, 4434.0, 4381.0, 4413.0, 4442.0, 4404.0, 4446.0, 4381.0, 4412.0, 4432.0, 4393.0, 4433.0, 4382.0, 4415.0, 4444.0, 4403.0, 4432.0, 4381.0, 4414.0, 4442.0, 4405.0, 4446.0, 4414.0, 4415.0, 4444.0, 4403.0, 4445.0, 4421.0, 4403.0, 4456.0, 4405.0, 4433.0, 4402.0, 4414.0, 4442.0, 4401.0, 4437.0, 4445.0, 4415.0, 4428.0, 4404.0, 4436.0, 4434.0, 4417.0, 4457.0, 4405.0, 4426.0, 4435.0, 4417.0, 4457.0, 4418.0, 4437.0, 4455.0, 4415.0, 4457.0, 4405.0, 4436.0, 4458.0, 4428.0, 4456.0, 4405.0, 4438.0, 4435.0, 4416.0, 4459.0, 4416.0, 4437.0, 4446.0, 4415.0, 4446.0, 4395.0, 4429.0, 4457.0, 4416.0, 4445.0, 4395.0, 4435.0, 4456.0, 4418.0, 4458.0, 4405.0, 4435.0, 4393.0, 4415.0, 4456.0, 4416.0, 4458.0, 4415.0, 4427.0, 4457.0, 4405.0, 4451.0, 4426.0, 4429.0, 4457.0, 4415.0, 4446.0, 4394.0, 4436.0, 4456.0, 4418.0, 4446.0, 4383.0, 4415.0, 4443.0, 4393.0, 4445.0, 4406.0, 4416.0, 4433.0, 4415.0, 4446.0, 4393.0, 4414.0, 4457.0, 4404.0, 4434.0, 4384.0, 4414.0, 4443.0, 4405.0, 4448.0, 4436.0, 4415.0, 4434.0, 4404.0, 4445.0, 4434.0, 4404.0, 4457.0, 4404.0, 4424.0, 4433.0, 4403.0, 4433.0, 4381.0, 4402.0, 4431.0, 4394.0, 4434.0, 4433.0, 4402.0, 4432.0, 4380.0, 4423.0, 4431.0, 4401.0, 4445.0, 4423.0, 4403.0, 4431.0, 4391.0, 4433.0, 4381.0, 4403.0, 4444.0, 4395.0, 4436.0, 4445.0, 4414.0, 4444.0, 4383.0, 4415.0, 4455.0, 4415.0, 4447.0, 4435.0, 4416.0, 4444.0, 4393.0, 4434.0, 4454.0, 4415.0, 4457.0, 4394.0, 4424.0, 4443.0, 4405.0, 4445.0, 4395.0, 4416.0, 4456.0, 4415.0, 4447.0, 4406.0, 4448.0, 4456.0, 4429.0, 4460.0, 4435.0, 4416.0, 4446.0, 4406.0, 4446.0, 4457.0, 4428.0, 4457.0, 4394.0, 4436.0, 4435.0, 4405.0, 4446.0, 4406.0, 4426.0, 4443.0, 4403.0, 4435.0, 4402.0, 4404.0, 4456.0, 4405.0, 4435.0, 4394.0, 4415.0, 4445.0, 4394.0, 4438.0, 4469.0, 4415.0, 4446.0, 4396.0, 4436.0, 4456.0, 4419.0, 4458.0, 4405.0, 4427.0, 4446.0, 4406.0, 4446.0, 4405.0, 4428.0, 4456.0, 4414.0, 4434.0, 4383.0, 4425.0, 4454.0, 4406.0, 4446.0, 4394.0, 4415.0, 4433.0, 4404.0, 4456.0, 4409.0, 4438.0, 4423.0, 4417.0, 4456.0, 4404.0, 4448.0, 4447.0, 4426.0, 4445.0], 'WindowWidth': [9970.0, 9859.0, 9866.0, 9884.0, 9816.0, 9832.0, 9752.0, 9760.0, 9782.0, 9726.0, 9765.0, 9763.0, 9727.0, 9764.0, 9724.0, 9764.0, 9721.0, 9725.0, 9781.0, 9730.0, 9755.0, 9766.0, 9740.0, 9780.0, 9709.0, 9762.0, 9798.0, 9726.0, 9778.0, 9695.0, 9754.0, 9780.0, 9744.0, 9787.0, 9752.0, 9744.0, 9779.0, 9725.0, 9779.0, 9778.0, 9758.0, 9785.0, 9719.0, 9764.0, 9773.0, 9719.0, 9760.0, 9735.0, 9737.0, 9758.0, 9718.0, 9758.0, 9685.0, 9706.0, 9775.0, 9706.0, 9759.0, 9702.0, 9720.0, 9773.0, 9712.0, 9767.0, 9774.0, 9724.0, 9777.0, 9692.0, 9749.0, 9776.0, 9725.0, 9779.0, 9692.0, 9733.0, 9772.0, 9716.0, 9764.0, 9778.0, 9732.0, 9757.0, 9702.0, 9759.0, 9759.0, 9723.0, 9776.0, 9691.0, 9747.0, 9760.0, 9720.0, 9764.0, 9709.0, 9749.0, 9735.0, 9737.0, 9776.0, 9740.0, 9783.0, 9771.0, 9745.0, 9782.0, 9729.0, 9782.0, 9724.0, 9760.0, 9799.0, 9741.0, 9781.0, 9695.0, 9740.0, 9777.0, 9745.0, 9784.0, 9708.0, 9737.0, 9774.0, 9709.0, 9764.0, 9767.0, 9743.0, 9777.0, 9736.0, 9779.0, 9706.0, 9746.0, 9792.0, 9726.0, 9779.0, 9707.0, 9739.0, 9775.0, 9718.0, 9763.0, 9793.0, 9737.0, 9759.0, 9705.0, 9762.0, 9759.0, 9720.0, 9779.0, 9723.0, 9751.0, 9760.0, 9722.0, 9777.0, 9705.0, 9759.0, 9779.0, 9725.0, 9762.0, 9691.0, 9734.0, 9776.0, 9727.0, 9779.0, 9696.0, 9737.0, 9760.0, 9720.0, 9784.0, 9770.0, 9739.0, 9762.0, 9724.0, 9783.0, 9713.0, 9761.0, 9802.0, 9745.0, 9782.0, 9711.0, 9755.0, 9778.0, 9728.0, 9782.0, 9724.0, 9768.0, 9789.0, 9725.0, 9760.0, 9717.0, 9789.0, 9723.0, 9723.0, 9774.0, 9727.0, 9767.0, 9720.0, 9740.0, 9762.0, 9723.0, 9777.0, 9735.0, 9722.0, 9765.0, 9710.0, 9754.0, 9760.0, 9722.0, 9761.0, 9689.0, 9718.0, 9757.0, 9710.0, 9767.0, 9722.0, 9724.0, 9775.0, 9723.0, 9767.0, 9766.0, 9743.0, 9799.0, 9728.0, 9771.0, 9796.0, 9742.0, 9783.0, 9711.0, 9761.0, 9797.0, 9747.0, 9787.0, 9737.0, 9796.0, 9801.0, 9751.0, 9832.0, 9783.0, 9785.0, 9796.0, 9795.0, 9826.0, 9739.0, 9778.0, 9818.0, 9775.0, 9827.0, 9756.0, 9781.0, 9751.0, 9756.0, 9810.0, 9723.0, 9783.0, 9806.0, 9775.0, 9835.0, 9757.0, 9787.0, 9827.0, 9761.0, 9830.0, 9742.0, 9788.0, 9828.0, 9774.0, 9835.0, 9838.0, 9792.0, 9828.0, 9775.0, 9831.0, 9798.0, 9776.0, 9831.0, 9774.0, 9825.0, 9849.0, 9790.0, 9829.0, 9776.0, 9834.0, 9815.0, 9788.0, 9827.0, 9756.0, 9785.0, 9826.0, 9773.0, 9811.0, 9782.0, 9807.0, 9783.0, 9827.0, 9866.0, 9822.0, 9876.0, 9796.0, 9821.0, 9762.0, 9789.0, 9828.0, 9775.0, 9832.0, 9800.0, 9794.0, 9849.0, 9779.0, 9814.0, 9741.0, 9787.0, 9824.0, 9773.0, 9815.0, 9791.0, 9797.0, 9832.0, 9790.0, 9832.0, 9752.0, 9809.0, 9843.0, 9793.0, 9853.0, 9817.0, 9821.0, 9854.0, 9803.0, 9851.0, 9801.0, 9856.0, 9798.0, 9826.0, 9896.0, 9818.0, 9857.0, 9789.0, 9847.0, 9857.0, 9820.0, 9879.0, 9801.0, 9839.0, 9809.0, 9810.0, 9853.0, 9793.0, 9839.0, 9856.0, 9820.0, 9854.0, 9815.0, 9839.0, 9764.0, 9822.0, 9844.0, 9799.0, 9864.0, 9809.0, 9805.0, 9817.0, 9778.0, 9824.0, 9780.0, 9807.0, 9785.0, 9865.0, 9853.0, 9834.0, 9829.0, 9815.0, 9855.0, 9803.0, 9842.0, 9836.0, 9795.0, 9845.0, 9780.0, 9840.0, 9839.0, 9807.0, 9817.0, 9776.0, 9830.0, 9769.0, 9790.0, 9852.0, 9777.0, 9812.0, 9742.0, 9782.0, 9823.0, 9776.0, 9820.0, 9791.0, 9767.0, 9805.0, 9734.0, 9778.0, 9823.0, 9768.0, 9787.0, 9734.0, 9793.0, 9803.0, 9772.0, 9827.0, 9739.0, 9781.0, 9791.0, 9751.0, 9805.0, 9754.0, 9765.0, 9787.0, 9746.0, 9802.0, 9758.0, 9769.0, 9809.0, 9733.0, 9773.0, 9740.0, 9730.0, 9806.0, 9751.0, 9773.0, 9703.0, 9746.0, 9797.0, 9735.0, 9794.0, 9761.0, 9761.0, 9798.0, 9749.0, 9806.0, 9764.0, 9779.0, 9805.0, 9753.0, 9805.0, 9754.0, 9816.0, 9824.0, 9786.0, 9799.0, 9734.0, 9784.0, 9734.0, 9772.0, 9808.0, 9768.0, 9785.0, 9750.0, 9792.0, 9753.0, 9788.0, 9807.0, 9767.0, 9791.0, 9732.0, 9776.0, 9802.0, 9751.0, 9788.0, 9714.0, 9754.0, 9763.0, 9724.0, 9766.0, 9725.0, 9745.0, 9764.0, 9724.0, 9761.0, 9688.0, 9720.0, 9758.0, 9695.0, 9751.0, 9743.0, 9716.0, 9741.0, 9671.0, 9715.0, 9740.0, 9704.0, 9764.0, 9743.0, 9722.0, 9760.0, 9690.0, 9745.0, 9761.0, 9732.0, 9785.0, 9728.0, 9755.0, 9776.0, 9724.0, 9782.0, 9730.0, 9741.0, 9761.0, 9724.0, 9764.0, 9732.0, 9725.0, 9781.0, 9709.0, 9748.0, 9760.0, 9710.0, 9763.0, 9708.0, 9744.0, 9780.0, 9723.0, 9765.0, 9678.0, 9720.0, 9773.0, 9714.0, 9784.0, 9723.0, 9743.0, 9777.0, 9727.0, 9782.0, 9724.0, 9740.0, 9786.0, 9731.0, 9780.0, 9710.0, 9741.0, 9762.0, 9723.0, 9777.0, 9749.0, 9744.0, 9794.0, 9706.0, 9748.0, 9691.0, 9706.0, 9760.0, 9677.0, 9740.0, 9779.0, 9721.0, 9768.0, 9698.0, 9742.0, 9779.0, 9730.0, 9773.0, 9782.0, 9747.0, 9767.0, 9695.0, 9744.0, 9805.0, 9753.0, 9788.0, 9720.0, 9777.0, 9799.0, 9748.0, 9814.0, 9808.0, 9745.0, 9784.0, 9730.0, 9786.0, 9786.0, 9755.0, 9807.0, 9729.0, 9757.0, 9779.0, 9724.0, 9783.0, 9734.0, 9743.0, 9754.0, 9730.0, 9782.0, 9711.0, 9766.0, 9801.0, 9740.0, 9766.0, 9694.0, 9738.0, 9781.0, 9747.0, 9785.0, 9697.0, 9741.0, 9777.0, 9724.0, 9783.0, 9756.0, 9745.0, 9763.0, 9725.0, 9763.0, 9709.0, 9754.0, 9800.0, 9731.0, 9766.0, 9713.0, 9768.0, 9763.0, 9729.0, 9791.0, 9732.0, 9755.0, 9737.0, 9725.0, 9764.0, 9708.0, 9775.0, 9783.0, 9722.0, 9747.0, 9706.0, 9749.0, 9777.0, 9744.0, 9768.0, 9698.0, 9754.0, 9761.0, 9710.0, 9782.0, 9733.0, 9744.0, 9767.0, 9733.0, 9781.0, 9711.0, 9768.0, 9803.0, 9748.0, 9769.0, 9727.0, 9767.0, 9719.0, 9708.0, 9760.0, 9722.0, 9774.0, 9763.0, 9724.0, 9761.0, 9708.0, 9763.0, 9748.0, 9731.0, 9783.0, 9708.0, 9759.0, 9678.0, 9720.0, 9757.0, 9708.0, 9768.0, 9746.0, 9719.0, 9744.0, 9691.0, 9747.0, 9744.0, 9727.0, 9781.0, 9709.0, 9752.0, 9732.0, 9708.0, 9763.0, 9691.0, 9755.0, 9796.0, 9723.0, 9761.0, 9691.0, 9736.0, 9757.0, 9706.0, 9767.0, 9728.0, 9726.0, 9747.0, 9710.0, 9764.0, 9693.0, 9738.0, 9783.0, 9723.0, 9761.0, 9691.0, 9707.0, 9760.0, 9692.0, 9757.0, 9781.0, 9738.0, 9763.0, 9710.0, 9765.0, 9760.0, 9725.0, 9786.0, 9714.0, 9753.0, 9750.0, 9724.0, 9779.0, 9712.0, 9761.0, 9778.0, 9726.0, 9765.0, 9692.0, 9735.0, 9763.0, 9730.0, 9783.0, 9691.0, 9725.0, 9762.0, 9711.0, 9766.0, 9730.0, 9747.0, 9778.0, 9725.0, 9764.0, 9708.0, 9749.0, 9760.0, 9727.0, 9767.0, 9692.0, 9721.0, 9745.0, 9707.0, 9760.0, 9710.0, 9757.0, 9765.0, 9721.0, 9744.0, 9709.0, 9765.0, 9748.0, 9732.0, 9788.0, 9715.0, 9769.0, 9698.0, 9741.0, 9779.0, 9746.0, 9809.0, 9743.0, 9741.0, 9766.0, 9727.0, 9766.0, 9712.0, 9765.0, 9803.0, 9729.0, 9781.0, 9732.0, 9771.0, 9713.0, 9745.0, 9807.0, 9749.0, 9783.0, 9711.0, 9755.0, 9764.0, 9723.0, 9783.0, 9711.0, 9736.0, 9760.0, 9721.0, 9782.0, 9732.0, 9754.0, 9779.0, 9733.0, 9761.0, 9704.0, 9745.0, 9687.0, 9728.0, 9802.0, 9712.0, 9764.0, 9694.0, 9724.0, 9762.0, 9706.0, 9772.0, 9802.0, 9727.0, 9763.0, 9708.0, 9754.0, 9746.0, 9715.0, 9790.0, 9716.0, 9770.0, 9714.0, 9731.0, 9783.0, 9717.0, 9795.0, 9804.0, 9743.0, 9767.0, 9729.0, 9771.0, 9766.0, 9746.0, 9784.0, 9710.0, 9752.0, 9718.0, 9722.0, 9778.0, 9727.0, 9767.0, 9705.0, 9725.0, 9775.0, 9707.0, 9761.0, 9768.0, 9744.0, 9761.0, 9714.0, 9762.0, 9678.0, 9736.0, 9777.0, 9725.0, 9777.0, 9695.0, 9752.0, 9763.0, 9723.0, 9767.0, 9724.0, 9742.0, 9745.0, 9723.0, 9762.0, 9692.0, 9737.0, 9782.0, 9727.0, 9762.0, 9693.0, 9738.0, 9758.0, 9709.0, 9771.0, 9713.0, 9735.0, 9748.0, 9710.0, 9765.0, 9706.0, 9756.0, 9800.0, 9726.0, 9760.0, 9692.0, 9736.0, 9758.0, 9725.0, 9779.0, 9717.0, 9722.0, 9757.0, 9706.0, 9748.0, 9753.0, 9732.0, 9765.0, 9709.0, 9761.0, 9692.0, 9724.0, 9776.0, 9732.0, 9785.0, 9696.0, 9739.0, 9774.0, 9727.0, 9766.0, 9714.0, 9748.0, 9782.0, 9733.0, 9785.0, 9731.0, 9775.0, 9792.0, 9771.0, 9807.0, 9733.0, 9790.0, 9703.0, 9756.0, 9780.0, 9747.0, 9795.0, 9745.0, 9726.0, 9764.0, 9728.0, 9767.0, 9695.0, 9760.0, 9802.0, 9729.0, 9764.0, 9695.0, 9752.0, 9766.0, 9726.0, 9767.0, 9733.0, 9756.0, 9779.0, 9722.0, 9762.0, 9710.0, 9769.0, 9761.0, 9748.0, 9788.0, 9713.0, 9749.0, 9696.0, 9725.0, 9771.0, 9723.0, 9787.0, 9768.0, 9736.0, 9760.0, 9708.0, 9764.0, 9746.0, 9729.0, 9784.0, 9709.0, 9750.0, 9696.0, 9741.0, 9778.0, 9732.0, 9785.0, 9738.0, 9725.0, 9761.0, 9710.0, 9768.0, 9724.0, 9748.0, 9792.0, 9744.0, 9791.0, 9736.0, 9791.0, 9785.0, 9729.0, 9781.0, 9734.0, 9773.0, 9713.0, 9740.0, 9761.0, 9707.0, 9766.0, 9764.0, 9729.0, 9764.0, 9707.0, 9762.0, 9704.0, 9705.0, 9754.0, 9691.0, 9746.0, 9786.0, 9745.0, 9744.0, 9688.0, 9769.0, 9762.0, 9726.0, 9788.0, 9718.0, 9772.0, 9711.0, 9749.0, 9777.0, 9710.0, 9775.0, 9767.0, 9742.0, 9782.0, 9724.0, 9766.0, 9696.0, 9721.0, 9762.0, 9694.0, 9772.0, 9800.0, 9729.0, 9751.0, 9697.0, 9773.0, 9807.0, 9780.0, 9812.0, 9735.0, 9750.0, 9709.0, 9741.0, 9777.0, 9726.0, 9781.0, 9754.0, 9753.0, 9808.0, 9744.0, 9781.0, 9715.0, 9769.0, 9776.0, 9740.0, 9787.0, 9728.0, 9740.0, 9749.0, 9727.0, 9776.0, 9708.0, 9753.0, 9777.0, 9748.0, 9788.0, 9709.0, 9738.0, 9762.0, 9708.0, 9763.0, 9716.0, 9727.0, 9797.0, 9711.0, 9751.0, 9734.0, 9723.0, 9760.0, 9691.0, 9753.0, 9782.0, 9726.0, 9766.0, 9713.0, 9760.0, 9766.0, 9735.0, 9809.0, 9740.0, 9820.0, 9747.0, 9786.0, 9807.0, 9771.0, 9833.0, 9776.0, 9785.0, 9806.0, 9764.0, 9808.0, 9754.0, 9819.0, 9796.0, 9760.0, 9835.0, 9752.0, 9773.0, 9712.0, 9740.0, 9781.0, 9724.0, 9793.0, 9802.0, 9745.0, 9784.0, 9728.0, 9782.0, 9763.0, 9742.0, 9808.0, 9731.0, 9750.0, 9734.0, 9707.0, 9762.0, 9694.0, 9758.0, 9780.0, 9722.0, 9765.0, 9694.0, 9736.0, 9775.0, 9730.0, 9786.0, 9694.0, 9734.0, 9760.0, 9710.0, 9764.0, 9695.0, 9743.0, 9780.0, 9723.0, 9761.0, 9692.0, 9739.0, 9776.0, 9731.0, 9787.0, 9741.0, 9741.0, 9780.0, 9725.0, 9781.0, 9745.0, 9723.0, 9801.0, 9731.0, 9765.0, 9721.0, 9739.0, 9776.0, 9720.0, 9777.0, 9786.0, 9743.0, 9758.0, 9729.0, 9773.0, 9770.0, 9752.0, 9805.0, 9731.0, 9760.0, 9771.0, 9749.0, 9805.0, 9754.0, 9779.0, 9798.0, 9745.0, 9802.0, 9730.0, 9773.0, 9808.0, 9768.0, 9802.0, 9733.0, 9779.0, 9772.0, 9748.0, 9811.0, 9750.0, 9775.0, 9786.0, 9745.0, 9787.0, 9718.0, 9770.0, 9805.0, 9746.0, 9786.0, 9718.0, 9772.0, 9800.0, 9755.0, 9805.0, 9730.0, 9769.0, 9714.0, 9746.0, 9801.0, 9750.0, 9807.0, 9746.0, 9764.0, 9803.0, 9733.0, 9793.0, 9761.0, 9770.0, 9803.0, 9744.0, 9787.0, 9715.0, 9773.0, 9802.0, 9753.0, 9787.0, 9698.0, 9743.0, 9778.0, 9712.0, 9784.0, 9735.0, 9747.0, 9764.0, 9745.0, 9785.0, 9710.0, 9740.0, 9802.0, 9730.0, 9766.0, 9700.0, 9743.0, 9778.0, 9731.0, 9795.0, 9777.0, 9744.0, 9768.0, 9729.0, 9784.0, 9765.0, 9728.0, 9804.0, 9730.0, 9753.0, 9763.0, 9722.0, 9763.0, 9691.0, 9719.0, 9760.0, 9715.0, 9767.0, 9763.0, 9721.0, 9761.0, 9690.0, 9749.0, 9759.0, 9719.0, 9784.0, 9753.0, 9725.0, 9759.0, 9707.0, 9764.0, 9694.0, 9726.0, 9781.0, 9719.0, 9774.0, 9783.0, 9742.0, 9782.0, 9698.0, 9743.0, 9798.0, 9747.0, 9790.0, 9769.0, 9744.0, 9782.0, 9712.0, 9768.0, 9794.0, 9745.0, 9802.0, 9716.0, 9755.0, 9779.0, 9729.0, 9782.0, 9717.0, 9750.0, 9802.0, 9745.0, 9791.0, 9735.0, 9793.0, 9802.0, 9771.0, 9814.0, 9771.0, 9746.0, 9787.0, 9733.0, 9788.0, 9805.0, 9768.0, 9805.0, 9715.0, 9774.0, 9770.0, 9729.0, 9785.0, 9736.0, 9761.0, 9779.0, 9726.0, 9769.0, 9721.0, 9727.0, 9802.0, 9732.0, 9770.0, 9716.0, 9745.0, 9784.0, 9716.0, 9780.0, 9825.0, 9746.0, 9787.0, 9720.0, 9775.0, 9801.0, 9757.0, 9808.0, 9732.0, 9764.0, 9786.0, 9732.0, 9785.0, 9730.0, 9768.0, 9802.0, 9740.0, 9767.0, 9698.0, 9757.0, 9796.0, 9733.0, 9788.0, 9714.0, 9743.0, 9766.0, 9729.0, 9803.0, 9744.0, 9779.0, 9756.0, 9749.0, 9800.0, 9730.0, 9792.0, 9791.0, 9760.0, 9784.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.00039867153284671534</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015995214890510947</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.34355202855366</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1999476621767715</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0049882965376176</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4986</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6097.104</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06433848300776807</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8759124087591241</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.449547975579083</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.394802488358005</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.624126664708672</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3297147736705717</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0147933</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014287026599049568</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.041818927973508835</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1370</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.065786931918162</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>19.8532</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3342</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.0493</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291339.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>924.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.5921</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0058</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.4474</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3581.6559</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3732.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85205.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1398.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4705.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.8981</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.92531017633155</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> |