=== 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-0127 --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-0127",
"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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-01/func/sub-0127_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>4cf9b8742bab6d54d3a3ff76022bbd02</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>11:43:14.020000</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.996568, 0.0676935, -0.0476402, -0.0738829, 0.986938, -0.143157]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0834276</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>[4188, -7740, -7254, 189, -162, 90, -55, 125]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.555</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6daccf9c-a0c2-4d5c-8c1f-f4a6f6dcce55||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.6737194061279297, -0.19822241365909576, -0.10078336298465729, 124.82891845703125], [-0.18161675333976746, 2.647883653640747, -0.3946995735168457, -82.4654541015625], [-0.1278151571750641, 0.3840785026550293, 2.6690924167633057, -98.0027084350586], [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': ['114314.020000', '114314.480000', '114314.940000', '114315.400000', '114315.860000', '114316.320000', '114316.780000', '114317.240000', '114317.700000', '114318.160000', '114318.620000', '114319.080000', '114319.540000', '114320.000000', '114320.460000', '114320.920000', '114321.380000', '114321.840000', '114322.300000', '114322.760000', '114323.220000', '114323.680000', '114324.140000', '114324.600000', '114325.060000', '114325.520000', '114325.980000', '114326.440000', '114326.900000', '114327.360000', '114327.820000', '114328.280000', '114328.740000', '114329.200000', '114329.660000', '114330.120000', '114330.580000', '114331.040000', '114331.500000', '114331.960000', '114332.420000', '114332.880000', '114333.340000', '114333.800000', '114334.260000', '114334.720000', '114335.180000', '114335.640000', '114336.100000', '114336.560000', '114337.020000', '114337.480000', '114337.940000', '114338.400000', '114338.860000', '114339.320000', '114339.780000', '114340.240000', '114340.700000', '114341.160000', '114341.620000', '114342.080000', '114342.540000', '114343.000000', '114343.460000', '114343.920000', '114344.380000', '114344.840000', '114345.300000', '114345.760000', '114346.220000', '114346.680000', '114347.140000', '114347.600000', '114348.060000', '114348.520000', '114348.980000', '114349.440000', '114349.900000', '114350.360000', '114350.820000', '114351.280000', '114351.740000', '114352.200000', '114352.660000', '114353.120000', '114353.580000', '114354.040000', '114354.500000', '114354.960000', '114355.420000', '114355.880000', '114356.340000', '114356.800000', '114357.260000', '114357.720000', '114358.180000', '114358.640000', '114359.100000', '114359.560000', '114400.020000', '114400.480000', '114400.940000', '114401.400000', '114401.860000', '114402.320000', '114402.780000', '114403.240000', '114403.700000', '114404.160000', '114404.620000', '114405.080000', '114405.540000', '114406.000000', '114406.460000', '114406.920000', '114407.380000', '114407.840000', '114408.300000', '114408.760000', '114409.220000', '114409.680000', '114410.140000', '114410.600000', '114411.060000', '114411.520000', '114411.980000', '114412.440000', '114412.900000', '114413.360000', '114413.820000', '114414.280000', '114414.740000', '114415.200000', '114415.660000', '114416.120000', '114416.580000', '114417.040000', '114417.500000', '114417.960000', '114418.420000', '114418.880000', '114419.340000', '114419.800000', '114420.260000', '114420.720000', '114421.180000', '114421.640000', '114422.100000', '114422.560000', '114423.020000', '114423.480000', '114423.940000', '114424.400000', '114424.860000', '114425.320000', '114425.780000', '114426.240000', '114426.700000', '114427.160000', '114427.620000', '114428.080000', '114428.540000', '114429.000000', '114429.460000', '114429.920000', '114430.380000', '114430.840000', '114431.300000', '114431.760000', '114432.220000', '114432.680000', '114433.140000', '114433.600000', '114434.060000', '114434.520000', '114434.980000', '114435.440000', '114435.900000', '114436.360000', '114436.820000', '114437.280000', '114437.740000', '114438.200000', '114438.660000', '114439.120000', '114439.580000', '114440.040000', '114440.500000', '114440.960000', '114441.420000', '114441.880000', '114442.340000', '114442.800000', '114443.260000', '114443.720000', '114444.180000', '114444.640000', '114445.100000', '114445.560000', '114446.020000', '114446.480000', '114446.940000', '114447.400000', '114447.860000', '114448.320000', '114448.780000', '114449.240000', '114449.700000', '114450.160000', '114450.620000', '114451.080000', '114451.540000', '114452.000000', '114452.460000', '114452.920000', '114453.380000', '114453.840000', '114454.300000', '114454.760000', '114455.220000', '114455.680000', '114456.140000', '114456.600000', '114457.060000', '114457.520000', '114457.980000', '114458.440000', '114458.900000', '114459.360000', '114459.820000', '114500.280000', '114500.740000', '114501.200000', '114501.660000', '114502.120000', '114502.580000', '114503.040000', '114503.500000', '114503.960000', '114504.420000', '114504.880000', '114505.340000', '114505.800000', '114506.260000', '114506.720000', '114507.180000', '114507.640000', '114508.100000', '114508.560000', '114509.020000', '114509.480000', '114509.940000', '114510.400000', '114510.860000', '114511.320000', '114511.780000', '114512.240000', '114512.700000', '114513.160000', '114513.620000', '114514.080000', '114514.540000', '114515.000000', '114515.460000', '114515.920000', '114516.380000', '114516.840000', '114517.300000', '114517.760000', '114518.220000', '114518.680000', '114519.140000', '114519.600000', '114520.060000', '114520.520000', '114520.980000', '114521.440000', '114521.900000', '114522.360000', '114522.820000', '114523.280000', '114523.740000', '114524.200000', '114524.660000', '114525.120000', '114525.580000', '114526.040000', '114526.500000', '114526.960000', '114527.420000', '114527.880000', '114528.340000', '114528.800000', '114529.260000', '114529.720000', '114530.180000', '114530.640000', '114531.100000', '114531.560000', '114532.020000', '114532.480000', '114532.940000', '114533.400000', '114533.860000', '114534.320000', '114534.780000', '114535.240000', '114535.700000', '114536.160000', '114536.620000', '114537.080000', '114537.540000', '114538.000000', '114538.460000', '114538.920000', '114539.380000', '114539.840000', '114540.300000', '114540.760000', '114541.220000', '114541.680000', '114542.140000', '114542.600000', '114543.060000', '114543.520000', '114543.980000', '114544.440000', '114544.900000', '114545.360000', '114545.820000', '114546.280000', '114546.740000', '114547.200000', '114547.660000', '114548.120000', '114548.580000', '114549.040000', '114549.500000', '114549.960000', '114550.420000', '114550.880000', '114551.340000', '114551.800000', '114552.260000', '114552.720000', '114553.180000', '114553.640000', '114554.100000', '114554.560000', '114555.020000', '114555.480000', '114555.940000', '114556.400000', '114556.860000', '114557.320000', '114557.780000', '114558.240000', '114558.700000', '114559.160000', '114559.620000', '114600.080000', '114600.540000', '114601.000000', '114601.460000', '114601.920000', '114602.380000', '114602.840000', '114603.300000', '114603.760000', '114604.220000', '114604.680000', '114605.140000', '114605.600000', '114606.060000', '114606.520000', '114606.980000', '114607.440000', '114607.900000', '114608.360000', '114608.820000', '114609.280000', '114609.740000', '114610.200000', '114610.660000', '114611.120000', '114611.580000', '114612.040000', '114612.500000', '114612.960000', '114613.420000', '114613.880000', '114614.340000', '114614.800000', '114615.260000', '114615.720000', '114616.180000', '114616.640000', '114617.100000', '114617.560000', '114618.020000', '114618.480000', '114618.940000', '114619.400000', '114619.860000', '114620.320000', '114620.780000', '114621.240000', '114621.700000', '114622.160000', '114622.620000', '114623.080000', '114623.540000', '114624.000000', '114624.460000', '114624.920000', '114625.380000', '114625.840000', '114626.300000', '114626.760000', '114627.220000', '114627.680000', '114628.140000', '114628.600000', '114629.060000', '114629.520000', '114629.980000', '114630.440000', '114630.900000', '114631.360000', '114631.820000', '114632.280000', '114632.740000', '114633.200000', '114633.660000', '114634.120000', '114634.580000', '114635.040000', '114635.500000', '114635.960000', '114636.420000', '114636.880000', '114637.340000', '114637.800000', '114638.260000', '114638.720000', '114639.180000', '114639.640000', '114640.100000', '114640.560000', '114641.020000', '114641.480000', '114641.940000', '114642.400000', '114642.860000', '114643.320000', '114643.780000', '114644.240000', '114644.700000', '114645.160000', '114645.620000', '114646.080000', '114646.540000', '114647.000000', '114647.460000', '114647.920000', '114648.380000', '114648.840000', '114649.300000', '114649.760000', '114650.220000', '114650.680000', '114651.140000', '114651.600000', '114652.060000', '114652.520000', '114652.980000', '114653.440000', '114653.900000', '114654.360000', '114654.820000', '114655.280000', '114655.740000', '114656.200000', '114656.660000', '114657.120000', '114657.580000', '114658.040000', '114658.500000', '114658.960000', '114659.420000', '114659.880000', '114700.340000', '114700.800000', '114701.260000', '114701.720000', '114702.180000', '114702.640000', '114703.100000', '114703.560000', '114704.020000', '114704.480000', '114704.940000', '114705.400000', '114705.860000', '114706.320000', '114706.780000', '114707.240000', '114707.700000', '114708.160000', '114708.620000', '114709.080000', '114709.540000', '114710.000000', '114710.460000', '114710.920000', '114711.380000', '114711.840000', '114712.300000', '114712.760000', '114713.220000', '114713.680000', '114714.140000', '114714.600000', '114715.060000', '114715.520000', '114715.980000', '114716.440000', '114716.900000', '114717.360000', '114717.820000', '114718.280000', '114718.740000', '114719.200000', '114719.660000', '114720.120000', '114720.580000', '114721.040000', '114721.500000', '114721.960000', '114722.420000', '114722.880000', '114723.340000', '114723.800000', '114724.260000', '114724.720000', '114725.180000', '114725.640000', '114726.100000', '114726.560000', '114727.020000', '114727.480000', '114727.940000', '114728.400000', '114728.860000', '114729.320000', '114729.780000', '114730.240000', '114730.700000', '114731.160000', '114731.620000', '114732.080000', '114732.540000', '114733.000000', '114733.460000', '114733.920000', '114734.380000', '114734.840000', '114735.300000', '114735.760000', '114736.220000', '114736.680000', '114737.140000', '114737.600000', '114738.060000', '114738.520000', '114738.980000', '114739.440000', '114739.900000', '114740.360000', '114740.820000', '114741.280000', '114741.740000', '114742.200000', '114742.660000', '114743.120000', '114743.580000', '114744.040000', '114744.500000', '114744.960000', '114745.420000', '114745.880000', '114746.340000', '114746.800000', '114747.260000', '114747.720000', '114748.180000', '114748.640000', '114749.100000', '114749.560000', '114750.020000', '114750.480000', '114750.940000', '114751.400000', '114751.860000', '114752.320000', '114752.780000', '114753.240000', '114753.700000', '114754.160000', '114754.620000', '114755.080000', '114755.540000', '114756.000000', '114756.460000', '114756.920000', '114757.380000', '114757.840000', '114758.300000', '114758.760000', '114759.220000', '114759.680000', '114800.140000', '114800.600000', '114801.060000', '114801.520000', '114801.980000', '114802.440000', '114802.900000', '114803.360000', '114803.820000', '114804.280000', '114804.740000', '114805.200000', '114805.660000', '114806.120000', '114806.580000', '114807.040000', '114807.500000', '114807.960000', '114808.420000', '114808.880000', '114809.340000', '114809.800000', '114810.260000', '114810.720000', '114811.180000', '114811.640000', '114812.100000', '114812.560000', '114813.020000', '114813.480000', '114813.940000', '114814.400000', '114814.860000', '114815.320000', '114815.780000', '114816.240000', '114816.700000', '114817.160000', '114817.620000', '114818.080000', '114818.540000', '114819.000000', '114819.460000', '114819.920000', '114820.380000', '114820.840000', '114821.300000', '114821.760000', '114822.220000', '114822.680000', '114823.140000', '114823.600000', '114824.060000', '114824.520000', '114824.980000', '114825.440000', '114825.900000', '114826.360000', '114826.820000', '114827.280000', '114827.740000', '114828.200000', '114828.660000', '114829.120000', '114829.580000', '114830.040000', '114830.500000', '114830.960000', '114831.420000', '114831.880000', '114832.340000', '114832.800000', '114833.260000', '114833.720000', '114834.180000', '114834.640000', '114835.100000', '114835.560000', '114836.020000', '114836.480000', '114836.940000', '114837.400000', '114837.860000', '114838.320000', '114838.780000', '114839.240000', '114839.700000', '114840.160000', '114840.620000', '114841.080000', '114841.540000', '114842.000000', '114842.460000', '114842.920000', '114843.380000', '114843.840000', '114844.300000', '114844.760000', '114845.220000', '114845.680000', '114846.140000', '114846.600000', '114847.060000', '114847.520000', '114847.980000', '114848.440000', '114848.900000', '114849.360000', '114849.820000', '114850.280000', '114850.740000', '114851.200000', '114851.660000', '114852.120000', '114852.580000', '114853.040000', '114853.500000', '114853.960000', '114854.420000', '114854.880000', '114855.340000', '114855.800000', '114856.260000', '114856.720000', '114857.180000', '114857.640000', '114858.100000', '114858.560000', '114859.020000', '114859.480000', '114859.940000', '114900.400000', '114900.860000', '114901.320000', '114901.780000', '114902.240000', '114902.700000', '114903.160000', '114903.620000', '114904.080000', '114904.540000', '114905.000000', '114905.460000', '114905.920000', '114906.380000', '114906.840000', '114907.300000', '114907.760000', '114908.220000', '114908.680000', '114909.140000', '114909.600000', '114910.060000', '114910.520000', '114910.980000', '114911.440000', '114911.900000', '114912.360000', '114912.820000', '114913.280000', '114913.740000', '114914.200000', '114914.660000', '114915.120000', '114915.580000', '114916.040000', '114916.500000', '114916.960000', '114917.420000', '114917.880000', '114918.340000', '114918.800000', '114919.260000', '114919.720000', '114920.180000', '114920.640000', '114921.100000', '114921.560000', '114922.020000', '114922.480000', '114922.940000', '114923.400000', '114923.860000', '114924.320000', '114924.780000', '114925.240000', '114925.700000', '114926.160000', '114926.620000', '114927.080000', '114927.540000', '114928.000000', '114928.460000', '114928.920000', '114929.380000', '114929.840000', '114930.300000', '114930.760000', '114931.220000', '114931.680000', '114932.140000', '114932.600000', '114933.060000', '114933.520000', '114933.980000', '114934.440000', '114934.900000', '114935.360000', '114935.820000', '114936.280000', '114936.740000', '114937.200000', '114937.660000', '114938.120000', '114938.580000', '114939.040000', '114939.500000', '114939.960000', '114940.420000', '114940.880000', '114941.340000', '114941.800000', '114942.260000', '114942.720000', '114943.180000', '114943.640000', '114944.100000', '114944.560000', '114945.020000', '114945.480000', '114945.940000', '114946.400000', '114946.860000', '114947.320000', '114947.780000', '114948.240000', '114948.700000', '114949.160000', '114949.620000', '114950.080000', '114950.540000', '114951.000000', '114951.460000', '114951.920000', '114952.380000', '114952.840000', '114953.300000', '114953.760000', '114954.220000', '114954.680000', '114955.140000', '114955.600000', '114956.060000', '114956.520000', '114956.980000', '114957.440000', '114957.900000', '114958.360000', '114958.820000', '114959.280000', '114959.740000', '115000.200000', '115000.660000', '115001.120000', '115001.580000', '115002.040000', '115002.500000', '115002.960000', '115003.420000', '115003.880000', '115004.340000', '115004.800000', '115005.260000', '115005.720000', '115006.180000', '115006.640000', '115007.100000', '115007.560000', '115008.020000', '115008.480000', '115008.940000', '115009.400000', '115009.860000', '115010.320000', '115010.780000', '115011.240000', '115011.700000', '115012.160000', '115012.620000', '115013.080000', '115013.540000', '115014.000000', '115014.460000', '115014.920000', '115015.380000', '115015.840000', '115016.300000', '115016.760000', '115017.220000', '115017.680000', '115018.140000', '115018.600000', '115019.060000', '115019.520000', '115019.980000', '115020.440000', '115020.900000', '115021.360000', '115021.820000', '115022.280000', '115022.740000', '115023.200000', '115023.660000', '115024.120000', '115024.580000', '115025.040000', '115025.500000', '115025.960000', '115026.420000', '115026.880000', '115027.340000', '115027.800000', '115028.260000', '115028.720000', '115029.180000', '115029.640000', '115030.100000', '115030.560000', '115031.020000', '115031.480000', '115031.940000', '115032.400000', '115032.860000', '115033.320000', '115033.780000', '115034.240000', '115034.700000', '115035.160000', '115035.620000', '115036.080000', '115036.540000', '115037.000000', '115037.460000', '115037.920000', '115038.380000', '115038.840000', '115039.300000', '115039.760000', '115040.220000', '115040.680000', '115041.140000', '115041.600000', '115042.060000', '115042.520000', '115042.980000', '115043.440000', '115043.900000', '115044.360000', '115044.820000', '115045.280000', '115045.740000', '115046.200000', '115046.660000', '115047.120000', '115047.580000', '115048.040000', '115048.500000', '115048.960000', '115049.420000', '115049.880000', '115050.340000', '115050.800000', '115051.260000', '115051.720000', '115052.180000', '115052.640000', '115053.100000', '115053.560000', '115054.020000', '115054.480000', '115054.940000', '115055.400000', '115055.860000', '115056.320000', '115056.780000', '115057.240000', '115057.700000', '115058.160000', '115058.620000', '115059.080000', '115059.540000', '115100.000000', '115100.460000', '115100.920000', '115101.380000', '115101.840000', '115102.300000', '115102.760000', '115103.220000', '115103.680000', '115104.140000', '115104.600000', '115105.060000', '115105.520000', '115105.980000', '115106.440000', '115106.900000', '115107.360000', '115107.820000', '115108.280000', '115108.740000', '115109.200000', '115109.660000', '115110.120000', '115110.580000', '115111.040000', '115111.500000', '115111.960000', '115112.420000', '115112.880000', '115113.340000', '115113.800000', '115114.260000', '115114.720000', '115115.180000', '115115.640000', '115116.100000', '115116.560000', '115117.020000', '115117.480000', '115117.940000', '115118.400000', '115118.860000', '115119.320000', '115119.780000', '115120.240000', '115120.700000', '115121.160000', '115121.620000', '115122.080000', '115122.540000', '115123.000000', '115123.460000', '115123.920000', '115124.380000', '115124.840000', '115125.300000', '115125.760000', '115126.220000', '115126.680000', '115127.140000', '115127.600000', '115128.060000', '115128.520000', '115128.980000', '115129.440000', '115129.900000', '115130.360000', '115130.820000', '115131.280000', '115131.740000', '115132.200000', '115132.660000', '115133.120000', '115133.580000', '115134.040000', '115134.500000', '115134.960000', '115135.420000', '115135.880000', '115136.340000', '115136.800000', '115137.260000', '115137.720000', '115138.180000', '115138.640000', '115139.100000', '115139.560000', '115140.020000', '115140.480000', '115140.940000', '115141.400000', '115141.860000', '115142.320000', '115142.780000', '115143.240000', '115143.700000', '115144.160000', '115144.620000', '115145.080000', '115145.540000', '115146.000000', '115146.460000', '115146.920000', '115147.380000', '115147.840000', '115148.300000', '115148.760000', '115149.220000', '115149.680000', '115150.140000', '115150.600000', '115151.060000', '115151.520000', '115151.980000', '115152.440000', '115152.900000', '115153.360000', '115153.820000', '115154.280000', '115154.740000', '115155.200000', '115155.660000', '115156.120000', '115156.580000', '115157.040000', '115157.500000', '115157.960000', '115158.420000', '115158.880000', '115159.340000', '115159.800000', '115200.260000', '115200.720000', '115201.180000', '115201.640000', '115202.100000', '115202.560000', '115203.020000', '115203.480000', '115203.940000', '115204.400000', '115204.860000', '115205.320000', '115205.780000', '115206.240000', '115206.700000', '115207.160000', '115207.620000', '115208.080000', '115208.540000', '115209.000000', '115209.460000', '115209.920000', '115210.380000', '115210.840000', '115211.300000', '115211.760000', '115212.220000', '115212.680000', '115213.140000', '115213.600000', '115214.060000', '115214.520000', '115214.980000', '115215.440000', '115215.900000', '115216.360000', '115216.820000', '115217.280000', '115217.740000', '115218.200000', '115218.660000', '115219.120000', '115219.580000', '115220.040000', '115220.500000', '115220.960000', '115221.420000', '115221.880000', '115222.340000', '115222.800000', '115223.260000', '115223.720000', '115224.180000', '115224.640000', '115225.100000', '115225.560000', '115226.020000', '115226.480000', '115226.940000', '115227.400000', '115227.860000', '115228.320000', '115228.780000', '115229.240000', '115229.700000', '115230.160000', '115230.620000', '115231.080000', '115231.540000', '115232.000000', '115232.460000', '115232.920000', '115233.380000', '115233.840000', '115234.300000', '115234.760000', '115235.220000', '115235.680000', '115236.140000', '115236.600000', '115237.060000', '115237.520000', '115237.980000', '115238.440000', '115238.900000', '115239.360000', '115239.820000', '115240.280000', '115240.740000', '115241.200000', '115241.660000', '115242.120000', '115242.580000', '115243.040000', '115243.500000', '115243.960000', '115244.420000', '115244.880000', '115245.340000', '115245.800000', '115246.260000', '115246.720000', '115247.180000', '115247.640000', '115248.100000', '115248.560000', '115249.020000', '115249.480000', '115249.940000', '115250.400000', '115250.860000', '115251.320000', '115251.780000', '115252.240000', '115252.700000', '115253.160000', '115253.620000', '115254.080000', '115254.540000', '115255.000000', '115255.460000', '115255.920000', '115256.380000', '115256.840000', '115257.300000', '115257.760000', '115258.220000', '115258.680000', '115259.140000', '115259.600000', '115300.060000', '115300.520000', '115300.980000', '115301.440000', '115301.900000', '115302.360000', '115302.820000', '115303.280000', '115303.740000', '115304.200000', '115304.660000', '115305.120000', '115305.580000', '115306.040000', '115306.500000', '115306.960000', '115307.420000', '115307.880000', '115308.340000', '115308.800000', '115309.260000', '115309.720000', '115310.180000', '115310.640000', '115311.100000', '115311.560000', '115312.020000', '115312.480000', '115312.940000', '115313.400000', '115313.860000', '115314.320000', '115314.780000', '115315.240000', '115315.700000', '115316.160000', '115316.620000', '115317.080000', '115317.540000', '115318.000000', '115318.460000', '115318.920000', '115319.380000', '115319.840000', '115320.300000', '115320.760000', '115321.220000', '115321.680000', '115322.140000', '115322.600000', '115323.060000', '115323.520000', '115323.980000', '115324.440000', '115324.900000', '115325.360000', '115325.820000', '115326.280000', '115326.740000', '115327.200000', '115327.660000', '115328.120000', '115328.580000', '115329.040000', '115329.500000', '115329.960000', '115330.420000', '115330.880000', '115331.340000', '115331.800000', '115332.260000', '115332.720000', '115333.180000', '115333.640000', '115334.100000', '115334.560000', '115335.020000', '115335.480000', '115335.940000', '115336.400000', '115336.860000', '115337.320000', '115337.780000', '115338.240000', '115338.700000', '115339.160000', '115339.620000', '115340.080000', '115340.540000', '115341.000000', '115341.460000', '115341.920000', '115342.380000', '115342.840000', '115343.300000', '115343.760000', '115344.220000', '115344.680000', '115345.140000', '115345.600000', '115346.060000', '115346.520000'], 'ContentTime': ['114330.900000', '114330.903000', '114330.906000', '114330.909000', '114330.911000', '114330.914000', '114330.917000', '114330.919000', '114330.922000', '114330.931000', '114330.934000', '114330.936000', '114330.939000', '114330.941000', '114330.944000', '114330.947000', '114330.949000', '114330.952000', '114330.954000', '114330.957000', '114330.959000', '114330.962000', '114330.965000', '114330.967000', '114330.970000', '114330.973000', '114330.975000', '114330.978000', '114330.991000', '114330.994000', '114330.997000', '114331.000000', '114331.003000', '114331.006000', '114331.008000', '114350.858000', '114350.861000', '114350.864000', '114350.867000', '114350.870000', '114350.872000', '114350.875000', '114350.878000', '114350.881000', '114350.883000', '114350.886000', '114350.888000', '114350.897000', '114350.900000', '114350.903000', '114350.905000', '114350.908000', '114350.910000', '114350.913000', '114350.916000', '114350.918000', '114350.921000', '114350.924000', '114350.926000', '114350.929000', '114350.931000', '114350.934000', '114350.936000', '114350.939000', '114350.942000', '114350.944000', '114350.947000', '114350.949000', '114350.952000', '114350.955000', '114350.957000', '114350.960000', '114350.963000', '114350.965000', '114350.968000', '114350.970000', '114350.973000', '114350.976000', '114410.858000', '114410.861000', '114410.864000', '114410.867000', '114410.870000', '114410.873000', '114410.875000', '114410.878000', '114410.881000', '114410.883000', '114410.886000', '114410.889000', '114410.891000', '114410.894000', '114410.896000', '114410.899000', '114410.902000', '114410.904000', '114410.907000', '114410.910000', '114410.919000', '114410.922000', '114410.924000', '114410.927000', '114410.930000', '114410.932000', '114410.935000', '114410.938000', '114410.940000', '114410.943000', '114410.945000', '114410.948000', '114410.951000', '114410.953000', '114410.974000', '114410.977000', '114410.979000', '114410.982000', '114410.985000', '114410.987000', '114410.990000', '114410.992000', '114410.995000', '114410.998000', '114430.860000', '114430.863000', '114430.865000', '114430.868000', '114430.871000', '114430.873000', '114430.876000', '114430.879000', '114430.881000', '114430.884000', '114430.886000', '114430.889000', '114430.891000', '114430.894000', '114430.897000', '114430.899000', '114430.902000', '114430.905000', '114430.907000', '114430.910000', '114430.913000', '114430.915000', '114430.918000', '114430.921000', '114430.924000', '114430.927000', '114430.929000', '114430.932000', '114430.935000', '114430.937000', '114430.940000', '114430.943000', '114430.945000', '114430.949000', '114430.952000', '114430.954000', '114430.957000', '114430.960000', '114430.962000', '114430.965000', '114430.967000', '114430.970000', '114430.973000', '114450.859000', '114450.862000', '114450.865000', '114450.868000', '114450.871000', '114450.873000', '114450.876000', '114450.878000', '114450.881000', '114450.884000', '114450.886000', '114450.889000', '114450.891000', '114450.894000', '114450.897000', '114450.899000', '114450.902000', '114450.905000', '114450.907000', '114450.910000', '114450.913000', '114450.915000', '114450.918000', '114450.920000', '114450.923000', '114450.926000', '114450.928000', '114450.931000', '114450.933000', '114450.936000', '114450.939000', '114450.941000', '114450.944000', '114450.947000', '114450.950000', '114450.952000', '114450.955000', '114450.957000', '114450.960000', '114450.962000', '114450.965000', '114450.968000', '114450.970000', '114450.973000', '114510.859000', '114510.862000', '114510.865000', '114510.867000', '114510.870000', '114510.873000', '114510.875000', '114510.878000', '114510.881000', '114510.884000', '114510.886000', '114510.889000', '114510.891000', '114510.894000', '114510.897000', '114510.899000', '114510.902000', '114510.904000', '114510.907000', '114510.910000', '114510.912000', '114510.915000', '114510.918000', '114510.920000', '114510.923000', '114510.925000', '114510.928000', '114510.931000', '114510.934000', '114510.936000', '114510.939000', '114510.942000', '114510.944000', '114510.947000', '114510.949000', '114510.952000', '114510.955000', '114510.957000', '114510.960000', '114510.963000', '114510.965000', '114510.968000', '114510.971000', '114530.859000', '114530.863000', '114530.866000', '114530.868000', '114530.871000', '114530.874000', '114530.876000', '114530.879000', '114530.882000', '114530.884000', '114530.887000', '114530.889000', '114530.892000', '114530.895000', '114530.897000', '114530.900000', '114530.903000', '114530.905000', '114530.908000', '114530.911000', '114530.913000', '114530.916000', '114530.918000', '114530.921000', '114530.924000', '114530.926000', '114530.929000', '114530.932000', '114530.934000', '114530.937000', '114530.940000', '114530.942000', '114530.945000', '114530.948000', '114530.950000', '114530.953000', '114530.955000', '114530.958000', '114530.961000', '114530.963000', '114530.966000', '114530.969000', '114530.971000', '114530.974000', '114550.859000', '114550.862000', '114550.865000', '114550.868000', '114550.870000', '114550.873000', '114550.875000', '114550.878000', '114550.881000', '114550.883000', '114550.886000', '114550.889000', '114550.891000', '114550.894000', '114550.896000', '114550.899000', '114550.902000', '114550.904000', '114550.907000', '114550.910000', '114550.912000', '114550.915000', '114550.917000', '114550.920000', '114550.923000', '114550.926000', '114550.928000', '114550.931000', '114550.933000', '114550.942000', '114550.944000', '114550.947000', '114550.950000', '114550.952000', '114550.955000', '114550.957000', '114550.960000', '114550.963000', '114550.965000', '114550.968000', '114550.970000', '114550.973000', '114550.976000', '114610.858000', '114610.861000', '114610.864000', '114610.867000', '114610.869000', '114610.872000', '114610.875000', '114610.877000', '114610.880000', '114610.882000', '114610.885000', '114610.888000', '114610.890000', '114610.893000', '114610.896000', '114610.898000', '114610.901000', '114610.904000', '114610.906000', '114610.909000', '114610.911000', '114610.914000', '114610.917000', '114610.919000', '114610.922000', '114610.925000', '114610.927000', '114610.930000', '114610.932000', '114610.935000', '114610.938000', '114610.940000', '114610.943000', '114610.946000', '114610.948000', '114610.951000', '114610.954000', '114610.956000', '114610.959000', '114610.963000', '114610.965000', '114610.968000', '114610.970000', '114630.858000', '114630.861000', '114630.864000', '114630.867000', '114630.869000', '114630.872000', '114630.875000', '114630.878000', '114630.881000', '114630.883000', '114630.886000', '114630.889000', '114630.891000', '114630.894000', '114630.897000', '114630.899000', '114630.902000', '114630.905000', '114630.907000', '114630.910000', '114630.913000', '114630.915000', '114630.918000', '114630.921000', '114630.923000', '114630.926000', '114630.928000', '114630.931000', '114630.934000', '114630.936000', '114630.939000', '114630.942000', '114630.946000', '114630.949000', '114630.951000', '114630.954000', '114630.956000', '114630.959000', '114630.962000', '114630.964000', '114630.967000', '114630.970000', '114630.972000', '114630.975000', '114650.860000', '114650.863000', '114650.865000', '114650.868000', '114650.871000', '114650.873000', '114650.876000', '114650.878000', '114650.881000', '114650.884000', '114650.886000', '114650.889000', '114650.892000', '114650.894000', '114650.897000', '114650.900000', '114650.902000', '114650.905000', '114650.907000', '114650.910000', '114650.913000', '114650.915000', '114650.918000', '114650.921000', '114650.923000', '114650.926000', '114650.929000', '114650.931000', '114650.934000', '114650.936000', '114650.939000', '114650.942000', '114650.944000', '114650.947000', '114650.950000', '114650.952000', '114650.955000', '114650.958000', '114650.960000', '114650.963000', '114650.965000', '114650.976000', '114650.979000', '114650.982000', '114710.860000', '114710.862000', '114710.865000', '114710.868000', '114710.870000', '114710.873000', '114710.876000', '114710.878000', '114710.881000', '114710.884000', '114710.886000', '114710.889000', '114710.891000', '114710.894000', '114710.897000', '114710.899000', '114710.902000', '114710.905000', '114710.907000', '114710.910000', '114710.913000', '114710.915000', '114710.918000', '114710.920000', '114710.923000', '114710.926000', '114710.929000', '114710.931000', '114710.934000', '114710.937000', '114710.939000', '114710.942000', '114710.944000', '114710.947000', '114710.950000', '114710.952000', '114710.955000', '114710.958000', '114710.960000', '114710.963000', '114710.966000', '114710.969000', '114710.971000', '114730.860000', '114730.863000', '114730.866000', '114730.868000', '114730.871000', '114730.874000', '114730.876000', '114730.879000', '114730.882000', '114730.884000', '114730.887000', '114730.900000', '114730.902000', '114730.905000', '114730.908000', '114730.910000', '114730.913000', '114730.916000', '114730.918000', '114730.921000', '114730.924000', '114730.926000', '114730.929000', '114730.932000', '114730.934000', '114730.937000', '114730.940000', '114730.942000', '114730.945000', '114730.948000', '114730.950000', '114730.953000', '114730.955000', '114730.958000', '114730.961000', '114730.963000', '114730.966000', '114730.968000', '114730.971000', '114730.974000', '114730.976000', '114730.979000', '114730.981000', '114730.984000', '114750.860000', '114750.862000', '114750.865000', '114750.868000', '114750.871000', '114750.873000', '114750.876000', '114750.879000', '114750.881000', '114750.884000', '114750.886000', '114750.889000', '114750.892000', '114750.894000', '114750.897000', '114750.900000', '114750.902000', '114750.905000', '114750.907000', '114750.910000', '114750.913000', '114750.915000', '114750.918000', '114750.921000', '114750.923000', '114750.926000', '114750.929000', '114750.934000', '114750.936000', '114750.939000', '114750.941000', '114750.944000', '114750.947000', '114750.949000', '114750.952000', '114750.955000', '114750.957000', '114750.960000', '114750.963000', '114750.965000', '114750.968000', '114750.970000', '114750.973000', '114810.859000', '114810.862000', '114810.865000', '114810.868000', '114810.870000', '114810.873000', '114810.875000', '114810.878000', '114810.881000', '114810.884000', '114810.886000', '114810.889000', '114810.892000', '114810.894000', '114810.897000', '114810.900000', '114810.902000', '114810.905000', '114810.908000', '114810.910000', '114810.913000', '114810.916000', '114810.918000', '114810.921000', '114810.923000', '114810.926000', '114810.929000', '114810.931000', '114810.934000', '114810.937000', '114810.939000', '114810.942000', '114810.944000', '114810.947000', '114810.950000', '114810.952000', '114810.955000', '114810.957000', '114810.960000', '114810.963000', '114810.965000', '114810.968000', '114810.971000', '114810.973000', '114830.858000', '114830.861000', '114830.864000', '114830.867000', '114830.869000', '114830.872000', '114830.875000', '114830.877000', '114830.880000', '114830.882000', '114830.885000', '114830.888000', '114830.890000', '114830.893000', '114830.896000', '114830.898000', '114830.901000', '114830.903000', '114830.906000', '114830.909000', '114830.911000', '114830.914000', '114830.917000', '114830.919000', '114830.922000', '114830.924000', '114830.927000', '114830.930000', '114830.933000', '114830.935000', '114830.938000', '114830.941000', '114830.943000', '114830.946000', '114830.948000', '114830.951000', '114830.954000', '114830.956000', '114830.959000', '114830.962000', '114830.964000', '114830.967000', '114830.970000', '114850.859000', '114850.861000', '114850.864000', '114850.867000', '114850.869000', '114850.872000', '114850.875000', '114850.878000', '114850.880000', '114850.883000', '114850.886000', '114850.888000', '114850.891000', '114850.894000', '114850.896000', '114850.899000', '114850.901000', '114850.904000', '114850.907000', '114850.909000', '114850.912000', '114850.915000', '114850.917000', '114850.920000', '114850.923000', '114850.927000', '114850.930000', '114850.932000', '114850.935000', '114850.938000', '114850.940000', '114850.943000', '114850.945000', '114850.948000', '114850.951000', '114850.953000', '114850.971000', '114850.974000', '114850.976000', '114850.979000', '114850.982000', '114850.984000', '114850.987000', '114850.990000', '114910.860000', '114910.863000', '114910.865000', '114910.868000', '114910.870000', '114910.873000', '114910.876000', '114910.878000', '114910.881000', '114910.884000', '114910.886000', '114910.889000', '114910.891000', '114910.894000', '114910.897000', '114910.899000', '114910.902000', '114910.905000', '114910.907000', '114910.910000', '114910.913000', '114910.915000', '114910.918000', '114910.921000', '114910.923000', '114910.926000', '114910.929000', '114910.931000', '114910.934000', '114910.936000', '114910.939000', '114910.942000', '114910.944000', '114910.947000', '114910.950000', '114910.952000', '114910.955000', '114910.958000', '114910.960000', '114910.963000', '114910.965000', '114910.968000', '114910.971000', '114930.860000', '114930.863000', '114930.866000', '114930.869000', '114930.871000', '114930.874000', '114930.877000', '114930.880000', '114930.882000', '114930.885000', '114930.888000', '114930.890000', '114930.893000', '114930.895000', '114930.898000', '114930.901000', '114930.903000', '114930.906000', '114930.908000', '114930.911000', '114930.914000', '114930.916000', '114930.920000', '114930.923000', '114930.926000', '114930.928000', '114930.931000', '114930.934000', '114930.936000', '114930.939000', '114930.941000', '114930.944000', '114930.947000', '114930.949000', '114930.952000', '114930.954000', '114930.957000', '114930.960000', '114930.962000', '114930.965000', '114930.967000', '114930.970000', '114930.973000', '114930.975000', '114950.860000', '114950.863000', '114950.865000', '114950.868000', '114950.871000', '114950.874000', '114950.876000', '114950.879000', '114950.882000', '114950.884000', '114950.887000', '114950.890000', '114950.892000', '114950.895000', '114950.897000', '114950.900000', '114950.903000', '114950.905000', '114950.908000', '114950.911000', '114950.913000', '114950.916000', '114950.919000', '114950.921000', '114950.924000', '114950.927000', '114950.929000', '114950.932000', '114950.935000', '114950.937000', '114950.940000', '114950.943000', '114950.945000', '114950.948000', '114950.951000', '114950.953000', '114950.956000', '114950.959000', '114950.961000', '114950.964000', '114950.967000', '114950.969000', '114950.972000', '115010.859000', '115010.862000', '115010.865000', '115010.868000', '115010.871000', '115010.873000', '115010.876000', '115010.879000', '115010.882000', '115010.884000', '115010.887000', '115010.889000', '115010.892000', '115010.895000', '115010.897000', '115010.901000', '115010.903000', '115010.906000', '115010.908000', '115010.911000', '115010.914000', '115010.917000', '115010.919000', '115010.922000', '115010.925000', '115010.927000', '115010.930000', '115010.932000', '115010.935000', '115010.938000', '115010.940000', '115010.943000', '115010.946000', '115010.948000', '115010.951000', '115010.953000', '115010.956000', '115010.959000', '115010.961000', '115010.964000', '115010.966000', '115010.969000', '115010.972000', '115030.859000', '115030.862000', '115030.865000', '115030.868000', '115030.871000', '115030.873000', '115030.876000', '115030.879000', '115030.881000', '115030.884000', '115030.886000', '115030.889000', '115030.892000', '115030.894000', '115030.897000', '115030.900000', '115030.902000', '115030.905000', '115030.908000', '115030.910000', '115030.913000', '115030.915000', '115030.918000', '115030.921000', '115030.923000', '115030.926000', '115030.929000', '115030.931000', '115030.934000', '115030.936000', '115030.939000', '115030.942000', '115030.945000', '115030.947000', '115030.950000', '115030.953000', '115030.955000', '115030.958000', '115030.960000', '115030.963000', '115030.966000', '115030.968000', '115030.971000', '115030.973000', '115050.859000', '115050.861000', '115050.864000', '115050.867000', '115050.869000', '115050.872000', '115050.875000', '115050.877000', '115050.880000', '115050.883000', '115050.885000', '115050.888000', '115050.891000', '115050.893000', '115050.896000', '115050.898000', '115050.901000', '115050.904000', '115050.907000', '115050.910000', '115050.912000', '115050.915000', '115050.918000', '115050.920000', '115050.923000', '115050.926000', '115050.928000', '115050.931000', '115050.933000', '115050.936000', '115050.939000', '115050.942000', '115050.944000', '115050.947000', '115050.950000', '115050.953000', '115050.955000', '115050.958000', '115050.961000', '115050.963000', '115050.966000', '115050.969000', '115050.971000', '115050.974000', '115110.859000', '115110.862000', '115110.864000', '115110.867000', '115110.870000', '115110.873000', '115110.875000', '115110.878000', '115110.881000', '115110.883000', '115110.886000', '115110.889000', '115110.891000', '115110.894000', '115110.896000', '115110.899000', '115110.902000', '115110.904000', '115110.907000', '115110.910000', '115110.913000', '115110.915000', '115110.918000', '115110.921000', '115110.923000', '115110.926000', '115110.928000', '115110.931000', '115110.934000', '115110.936000', '115110.939000', '115110.942000', '115110.945000', '115110.947000', '115110.950000', '115110.952000', '115110.955000', '115110.958000', '115110.960000', '115110.963000', '115110.965000', '115110.968000', '115110.971000', '115130.860000', '115130.862000', '115130.865000', '115130.868000', '115130.871000', '115130.873000', '115130.876000', '115130.878000', '115130.881000', '115130.884000', '115130.886000', '115130.889000', '115130.892000', '115130.894000', '115130.897000', '115130.899000', '115130.902000', '115130.905000', '115130.907000', '115130.910000', '115130.913000', '115130.915000', '115130.918000', '115130.920000', '115130.923000', '115130.926000', '115130.928000', '115130.931000', '115130.943000', '115130.946000', '115130.948000', '115130.951000', '115130.954000', '115130.956000', '115130.959000', '115130.961000', '115130.964000', '115130.967000', '115130.969000', '115130.972000', '115130.974000', '115130.977000', '115130.980000', '115130.997000', '115150.860000', '115150.862000', '115150.865000', '115150.868000', '115150.870000', '115150.873000', '115150.876000', '115150.878000', '115150.881000', '115150.884000', '115150.886000', '115150.889000', '115150.892000', '115150.895000', '115150.897000', '115150.900000', '115150.902000', '115150.905000', '115150.908000', '115150.910000', '115150.913000', '115150.916000', '115150.918000', '115150.921000', '115150.923000', '115150.926000', '115150.929000', '115150.931000', '115150.934000', '115150.937000', '115150.939000', '115150.942000', '115150.945000', '115150.947000', '115150.950000', '115150.953000', '115150.955000', '115150.958000', '115150.961000', '115150.963000', '115150.966000', '115150.968000', '115150.971000', '115210.860000', '115210.863000', '115210.865000', '115210.868000', '115210.870000', '115210.873000', '115210.876000', '115210.878000', '115210.881000', '115210.884000', '115210.886000', '115210.889000', '115210.891000', '115210.903000', '115210.906000', '115210.908000', '115210.911000', '115210.914000', '115210.916000', '115210.919000', '115210.922000', '115210.924000', '115210.927000', '115210.930000', '115210.932000', '115210.935000', '115210.937000', '115210.940000', '115210.943000', '115210.946000', '115210.949000', '115210.952000', '115210.955000', '115210.957000', '115210.960000', '115210.962000', '115210.965000', '115210.968000', '115210.970000', '115210.973000', '115210.976000', '115210.978000', '115210.981000', '115230.860000', '115230.863000', '115230.866000', '115230.868000', '115230.871000', '115230.874000', '115230.877000', '115230.879000', '115230.882000', '115230.884000', '115230.887000', '115230.890000', '115230.892000', '115230.895000', '115230.898000', '115230.901000', '115230.904000', '115230.906000', '115230.909000', '115230.912000', '115230.914000', '115230.917000', '115230.920000', '115230.922000', '115230.925000', '115230.927000', '115230.930000', '115230.933000', '115230.935000', '115230.938000', '115230.941000', '115230.943000', '115230.946000', '115230.948000', '115230.951000', '115230.954000', '115230.956000', '115230.959000', '115230.962000', '115230.964000', '115230.967000', '115230.969000', '115230.972000', '115230.975000', '115250.860000', '115250.863000', '115250.865000', '115250.868000', '115250.871000', '115250.874000', '115250.876000', '115250.879000', '115250.882000', '115250.884000', '115250.893000', '115250.896000', '115250.899000', '115250.901000', '115250.904000', '115250.906000', '115250.909000', '115250.912000', '115250.915000', '115250.918000', '115250.921000', '115250.924000', '115250.927000', '115250.929000', '115250.932000', '115250.943000', '115250.946000', '115250.948000', '115250.951000', '115250.954000', '115250.957000', '115250.959000', '115250.962000', '115250.964000', '115250.967000', '115250.970000', '115250.972000', '115250.975000', '115250.977000', '115250.980000', '115250.983000', '115250.985000', '115250.988000', '115310.859000', '115310.863000', '115310.865000', '115310.868000', '115310.871000', '115310.874000', '115310.876000', '115310.879000', '115310.881000', '115310.884000', '115310.887000', '115310.889000', '115310.892000', '115310.895000', '115310.897000', '115310.900000', '115310.903000', '115310.905000', '115310.908000', '115310.910000', '115310.913000', '115310.916000', '115310.918000', '115310.921000', '115310.924000', '115310.927000', '115310.929000', '115310.932000', '115310.935000', '115310.937000', '115310.940000', '115310.943000', '115310.945000', '115310.948000', '115310.951000', '115310.953000', '115310.956000', '115310.959000', '115310.961000', '115310.964000', '115310.967000', '115310.969000', '115310.972000', '115310.975000', '115330.859000', '115330.861000', '115330.864000', '115330.867000', '115330.869000', '115330.872000', '115330.874000', '115330.877000', '115330.880000', '115330.883000', '115330.885000', '115330.888000', '115330.891000', '115330.893000', '115330.896000', '115330.899000', '115330.901000', '115330.904000', '115330.906000', '115330.909000', '115330.912000', '115330.914000', '115330.917000', '115330.920000', '115330.923000', '115330.925000', '115330.928000', '115330.931000', '115330.933000', '115330.936000', '115330.938000', '115330.942000', '115330.944000', '115330.947000', '115330.950000', '115330.952000', '115330.955000', '115330.958000', '115330.960000', '115330.963000', '115330.966000', '115330.968000', '115330.971000', '115347.500000', '115347.503000', '115347.506000', '115347.509000', '115347.512000', '115347.515000', '115347.518000', '115347.521000', '115347.524000', '115347.527000', '115347.530000', '115347.533000', '115347.535000', '115347.538000', '115347.541000', '115347.544000', '115347.546000', '115347.549000', '115347.552000', '115347.555000', '115347.557000', '115347.560000', '115347.563000', '115347.566000', '115347.569000', '115347.572000', '115347.575000', '115347.578000', '115347.581000', '115347.584000', '115347.587000', '115347.590000', '115347.593000', '115347.596000', '115347.598000', '115347.601000', '115347.604000'], 'InstanceCreationTime': ['114330.900000', '114330.903000', '114330.906000', '114330.909000', '114330.911000', '114330.914000', '114330.917000', '114330.919000', '114330.922000', '114330.931000', '114330.934000', '114330.936000', '114330.939000', '114330.941000', '114330.944000', '114330.947000', '114330.949000', '114330.952000', '114330.954000', '114330.957000', '114330.959000', '114330.962000', '114330.965000', '114330.967000', '114330.970000', '114330.973000', '114330.975000', '114330.978000', '114330.991000', '114330.994000', '114330.997000', '114331.000000', '114331.003000', '114331.006000', '114331.008000', '114350.858000', '114350.861000', '114350.864000', '114350.867000', '114350.870000', '114350.872000', '114350.875000', '114350.878000', '114350.881000', '114350.883000', '114350.886000', '114350.888000', '114350.897000', '114350.900000', '114350.903000', '114350.905000', '114350.908000', '114350.910000', '114350.913000', '114350.916000', '114350.918000', '114350.921000', '114350.924000', '114350.926000', '114350.929000', '114350.931000', '114350.934000', '114350.936000', '114350.939000', '114350.942000', '114350.944000', '114350.947000', '114350.949000', '114350.952000', '114350.955000', '114350.957000', '114350.960000', '114350.963000', '114350.965000', '114350.968000', '114350.970000', '114350.973000', '114350.976000', '114410.858000', '114410.861000', '114410.864000', '114410.867000', '114410.870000', '114410.873000', '114410.875000', '114410.878000', '114410.881000', '114410.883000', '114410.886000', '114410.889000', '114410.891000', '114410.894000', '114410.896000', '114410.899000', '114410.902000', '114410.904000', '114410.907000', '114410.910000', '114410.919000', '114410.922000', '114410.924000', '114410.927000', '114410.930000', '114410.932000', '114410.935000', '114410.938000', '114410.940000', '114410.943000', '114410.945000', '114410.948000', '114410.951000', '114410.953000', '114410.974000', '114410.977000', '114410.979000', '114410.982000', '114410.985000', '114410.987000', '114410.990000', '114410.992000', '114410.995000', '114410.998000', '114430.860000', '114430.863000', '114430.865000', '114430.868000', '114430.871000', '114430.873000', '114430.876000', '114430.879000', '114430.881000', '114430.884000', '114430.886000', '114430.889000', '114430.891000', '114430.894000', '114430.897000', '114430.899000', '114430.902000', '114430.905000', '114430.907000', '114430.910000', '114430.913000', '114430.915000', '114430.918000', '114430.921000', '114430.924000', '114430.927000', '114430.929000', '114430.932000', '114430.935000', '114430.937000', '114430.940000', '114430.943000', '114430.945000', '114430.949000', '114430.952000', '114430.954000', '114430.957000', '114430.960000', '114430.962000', '114430.965000', '114430.967000', '114430.970000', '114430.973000', '114450.859000', '114450.862000', '114450.865000', '114450.868000', '114450.871000', '114450.873000', '114450.876000', '114450.878000', '114450.881000', '114450.884000', '114450.886000', '114450.889000', '114450.891000', '114450.894000', '114450.897000', '114450.899000', '114450.902000', '114450.905000', '114450.907000', '114450.910000', '114450.913000', '114450.915000', '114450.918000', '114450.920000', '114450.923000', '114450.926000', '114450.928000', '114450.931000', '114450.933000', '114450.936000', '114450.939000', '114450.941000', '114450.944000', '114450.947000', '114450.950000', '114450.952000', '114450.955000', '114450.957000', '114450.960000', '114450.962000', '114450.965000', '114450.968000', '114450.970000', '114450.973000', '114510.859000', '114510.862000', '114510.865000', '114510.867000', '114510.870000', '114510.873000', '114510.875000', '114510.878000', '114510.881000', '114510.884000', '114510.886000', '114510.889000', '114510.891000', '114510.894000', '114510.897000', '114510.899000', '114510.902000', '114510.904000', '114510.907000', '114510.910000', '114510.912000', '114510.915000', '114510.918000', '114510.920000', '114510.923000', '114510.925000', '114510.928000', '114510.931000', '114510.934000', '114510.936000', '114510.939000', '114510.942000', '114510.944000', '114510.947000', '114510.949000', '114510.952000', '114510.955000', '114510.957000', '114510.960000', '114510.963000', '114510.965000', '114510.968000', '114510.971000', '114530.859000', '114530.863000', '114530.866000', '114530.868000', '114530.871000', '114530.874000', '114530.876000', '114530.879000', '114530.882000', '114530.884000', '114530.887000', '114530.889000', '114530.892000', '114530.895000', '114530.897000', '114530.900000', '114530.903000', '114530.905000', '114530.908000', '114530.911000', '114530.913000', '114530.916000', '114530.918000', '114530.921000', '114530.924000', '114530.926000', '114530.929000', '114530.932000', '114530.934000', '114530.937000', '114530.940000', '114530.942000', '114530.945000', '114530.948000', '114530.950000', '114530.953000', '114530.955000', '114530.958000', '114530.961000', '114530.963000', '114530.966000', '114530.969000', '114530.971000', '114530.974000', '114550.859000', '114550.862000', '114550.865000', '114550.868000', '114550.870000', '114550.873000', '114550.875000', '114550.878000', '114550.881000', '114550.883000', '114550.886000', '114550.889000', '114550.891000', '114550.894000', '114550.896000', '114550.899000', '114550.902000', '114550.904000', '114550.907000', '114550.910000', '114550.912000', '114550.915000', '114550.917000', '114550.920000', '114550.923000', '114550.926000', '114550.928000', '114550.931000', '114550.933000', '114550.942000', '114550.944000', '114550.947000', '114550.950000', '114550.952000', '114550.955000', '114550.957000', '114550.960000', '114550.963000', '114550.965000', '114550.968000', '114550.970000', '114550.973000', '114550.976000', '114610.858000', '114610.861000', '114610.864000', '114610.867000', '114610.869000', '114610.872000', '114610.875000', '114610.877000', '114610.880000', '114610.882000', '114610.885000', '114610.888000', '114610.890000', '114610.893000', '114610.896000', '114610.898000', '114610.901000', '114610.904000', '114610.906000', '114610.909000', '114610.911000', '114610.914000', '114610.917000', '114610.919000', '114610.922000', '114610.925000', '114610.927000', '114610.930000', '114610.932000', '114610.935000', '114610.938000', '114610.940000', '114610.943000', '114610.946000', '114610.948000', '114610.951000', '114610.954000', '114610.956000', '114610.959000', '114610.963000', '114610.965000', '114610.968000', '114610.970000', '114630.858000', '114630.861000', '114630.864000', '114630.867000', '114630.869000', '114630.872000', '114630.875000', '114630.878000', '114630.881000', '114630.883000', '114630.886000', '114630.889000', '114630.891000', '114630.894000', '114630.897000', '114630.899000', '114630.902000', '114630.905000', '114630.907000', '114630.910000', '114630.913000', '114630.915000', '114630.918000', '114630.921000', '114630.923000', '114630.926000', '114630.928000', '114630.931000', '114630.934000', '114630.936000', '114630.939000', '114630.942000', '114630.946000', '114630.949000', '114630.951000', '114630.954000', '114630.956000', '114630.959000', '114630.962000', '114630.964000', '114630.967000', '114630.970000', '114630.972000', '114630.975000', '114650.860000', '114650.863000', '114650.865000', '114650.868000', '114650.871000', '114650.873000', '114650.876000', '114650.878000', '114650.881000', '114650.884000', '114650.886000', '114650.889000', '114650.892000', '114650.894000', '114650.897000', '114650.900000', '114650.902000', '114650.905000', '114650.907000', '114650.910000', '114650.913000', '114650.915000', '114650.918000', '114650.921000', '114650.923000', '114650.926000', '114650.929000', '114650.931000', '114650.934000', '114650.936000', '114650.939000', '114650.942000', '114650.944000', '114650.947000', '114650.950000', '114650.952000', '114650.955000', '114650.958000', '114650.960000', '114650.963000', '114650.965000', '114650.976000', '114650.979000', '114650.982000', '114710.860000', '114710.862000', '114710.865000', '114710.868000', '114710.870000', '114710.873000', '114710.876000', '114710.878000', '114710.881000', '114710.884000', '114710.886000', '114710.889000', '114710.891000', '114710.894000', '114710.897000', '114710.899000', '114710.902000', '114710.905000', '114710.907000', '114710.910000', '114710.913000', '114710.915000', '114710.918000', '114710.920000', '114710.923000', '114710.926000', '114710.929000', '114710.931000', '114710.934000', '114710.937000', '114710.939000', '114710.942000', '114710.944000', '114710.947000', '114710.950000', '114710.952000', '114710.955000', '114710.958000', '114710.960000', '114710.963000', '114710.966000', '114710.969000', '114710.971000', '114730.860000', '114730.863000', '114730.866000', '114730.868000', '114730.871000', '114730.874000', '114730.876000', '114730.879000', '114730.882000', '114730.884000', '114730.887000', '114730.900000', '114730.902000', '114730.905000', '114730.908000', '114730.910000', '114730.913000', '114730.916000', '114730.918000', '114730.921000', '114730.924000', '114730.926000', '114730.929000', '114730.932000', '114730.934000', '114730.937000', '114730.940000', '114730.942000', '114730.945000', '114730.948000', '114730.950000', '114730.953000', '114730.955000', '114730.958000', '114730.961000', '114730.963000', '114730.966000', '114730.968000', '114730.971000', '114730.974000', '114730.976000', '114730.979000', '114730.981000', '114730.984000', '114750.860000', '114750.862000', '114750.865000', '114750.868000', '114750.871000', '114750.873000', '114750.876000', '114750.879000', '114750.881000', '114750.884000', '114750.886000', '114750.889000', '114750.892000', '114750.894000', '114750.897000', '114750.900000', '114750.902000', '114750.905000', '114750.907000', '114750.910000', '114750.913000', '114750.915000', '114750.918000', '114750.921000', '114750.923000', '114750.926000', '114750.929000', '114750.934000', '114750.936000', '114750.939000', '114750.941000', '114750.944000', '114750.947000', '114750.949000', '114750.952000', '114750.955000', '114750.957000', '114750.960000', '114750.963000', '114750.965000', '114750.968000', '114750.970000', '114750.973000', '114810.859000', '114810.862000', '114810.865000', '114810.868000', '114810.870000', '114810.873000', '114810.875000', '114810.878000', '114810.881000', '114810.884000', '114810.886000', '114810.889000', '114810.892000', '114810.894000', '114810.897000', '114810.900000', '114810.902000', '114810.905000', '114810.908000', '114810.910000', '114810.913000', '114810.916000', '114810.918000', '114810.921000', '114810.923000', '114810.926000', '114810.929000', '114810.931000', '114810.934000', '114810.937000', '114810.939000', '114810.942000', '114810.944000', '114810.947000', '114810.950000', '114810.952000', '114810.955000', '114810.957000', '114810.960000', '114810.963000', '114810.965000', '114810.968000', '114810.971000', '114810.973000', '114830.858000', '114830.861000', '114830.864000', '114830.867000', '114830.869000', '114830.872000', '114830.875000', '114830.877000', '114830.880000', '114830.882000', '114830.885000', '114830.888000', '114830.890000', '114830.893000', '114830.896000', '114830.898000', '114830.901000', '114830.903000', '114830.906000', '114830.909000', '114830.911000', '114830.914000', '114830.917000', '114830.919000', '114830.922000', '114830.924000', '114830.927000', '114830.930000', '114830.933000', '114830.935000', '114830.938000', '114830.941000', '114830.943000', '114830.946000', '114830.948000', '114830.951000', '114830.954000', '114830.956000', '114830.959000', '114830.962000', '114830.964000', '114830.967000', '114830.970000', '114850.859000', '114850.861000', '114850.864000', '114850.867000', '114850.869000', '114850.872000', '114850.875000', '114850.878000', '114850.880000', '114850.883000', '114850.886000', '114850.888000', '114850.891000', '114850.894000', '114850.896000', '114850.899000', '114850.901000', '114850.904000', '114850.907000', '114850.909000', '114850.912000', '114850.915000', '114850.917000', '114850.920000', '114850.923000', '114850.927000', '114850.930000', '114850.932000', '114850.935000', '114850.938000', '114850.940000', '114850.943000', '114850.945000', '114850.948000', '114850.951000', '114850.953000', '114850.971000', '114850.974000', '114850.976000', '114850.979000', '114850.982000', '114850.984000', '114850.987000', '114850.990000', '114910.860000', '114910.863000', '114910.865000', '114910.868000', '114910.870000', '114910.873000', '114910.876000', '114910.878000', '114910.881000', '114910.884000', '114910.886000', '114910.889000', '114910.891000', '114910.894000', '114910.897000', '114910.899000', '114910.902000', '114910.905000', '114910.907000', '114910.910000', '114910.913000', '114910.915000', '114910.918000', '114910.921000', '114910.923000', '114910.926000', '114910.929000', '114910.931000', '114910.934000', '114910.936000', '114910.939000', '114910.942000', '114910.944000', '114910.947000', '114910.950000', '114910.952000', '114910.955000', '114910.958000', '114910.960000', '114910.963000', '114910.965000', '114910.968000', '114910.971000', '114930.860000', '114930.863000', '114930.866000', '114930.869000', '114930.871000', '114930.874000', '114930.877000', '114930.880000', '114930.882000', '114930.885000', '114930.888000', '114930.890000', '114930.893000', '114930.895000', '114930.898000', '114930.901000', '114930.903000', '114930.906000', '114930.908000', '114930.911000', '114930.914000', '114930.916000', '114930.920000', '114930.923000', '114930.926000', '114930.928000', '114930.931000', '114930.934000', '114930.936000', '114930.939000', '114930.941000', '114930.944000', '114930.947000', '114930.949000', '114930.952000', '114930.954000', '114930.957000', '114930.960000', '114930.962000', '114930.965000', '114930.967000', '114930.970000', '114930.973000', '114930.975000', '114950.860000', '114950.863000', '114950.865000', '114950.868000', '114950.871000', '114950.874000', '114950.876000', '114950.879000', '114950.882000', '114950.884000', '114950.887000', '114950.890000', '114950.892000', '114950.895000', '114950.897000', '114950.900000', '114950.903000', '114950.905000', '114950.908000', '114950.911000', '114950.913000', '114950.916000', '114950.919000', '114950.921000', '114950.924000', '114950.927000', '114950.929000', '114950.932000', '114950.935000', '114950.937000', '114950.940000', '114950.943000', '114950.945000', '114950.948000', '114950.951000', '114950.953000', '114950.956000', '114950.959000', '114950.961000', '114950.964000', '114950.967000', '114950.969000', '114950.972000', '115010.859000', '115010.862000', '115010.865000', '115010.868000', '115010.871000', '115010.873000', '115010.876000', '115010.879000', '115010.882000', '115010.884000', '115010.887000', '115010.889000', '115010.892000', '115010.895000', '115010.897000', '115010.901000', '115010.903000', '115010.906000', '115010.908000', '115010.911000', '115010.914000', '115010.917000', '115010.919000', '115010.922000', '115010.925000', '115010.927000', '115010.930000', '115010.932000', '115010.935000', '115010.938000', '115010.940000', '115010.943000', '115010.946000', '115010.948000', '115010.951000', '115010.953000', '115010.956000', '115010.959000', '115010.961000', '115010.964000', '115010.966000', '115010.969000', '115010.972000', '115030.859000', '115030.862000', '115030.865000', '115030.868000', '115030.871000', '115030.873000', '115030.876000', '115030.879000', '115030.881000', '115030.884000', '115030.886000', '115030.889000', '115030.892000', '115030.894000', '115030.897000', '115030.900000', '115030.902000', '115030.905000', '115030.908000', '115030.910000', '115030.913000', '115030.915000', '115030.918000', '115030.921000', '115030.923000', '115030.926000', '115030.929000', '115030.931000', '115030.934000', '115030.936000', '115030.939000', '115030.942000', '115030.945000', '115030.947000', '115030.950000', '115030.953000', '115030.955000', '115030.958000', '115030.960000', '115030.963000', '115030.966000', '115030.968000', '115030.971000', '115030.973000', '115050.859000', '115050.861000', '115050.864000', '115050.867000', '115050.869000', '115050.872000', '115050.875000', '115050.877000', '115050.880000', '115050.883000', '115050.885000', '115050.888000', '115050.891000', '115050.893000', '115050.896000', '115050.898000', '115050.901000', '115050.904000', '115050.907000', '115050.910000', '115050.912000', '115050.915000', '115050.918000', '115050.920000', '115050.923000', '115050.926000', '115050.928000', '115050.931000', '115050.933000', '115050.936000', '115050.939000', '115050.942000', '115050.944000', '115050.947000', '115050.950000', '115050.953000', '115050.955000', '115050.958000', '115050.961000', '115050.963000', '115050.966000', '115050.969000', '115050.971000', '115050.974000', '115110.859000', '115110.862000', '115110.864000', '115110.867000', '115110.870000', '115110.873000', '115110.875000', '115110.878000', '115110.881000', '115110.883000', '115110.886000', '115110.889000', '115110.891000', '115110.894000', '115110.896000', '115110.899000', '115110.902000', '115110.904000', '115110.907000', '115110.910000', '115110.913000', '115110.915000', '115110.918000', '115110.921000', '115110.923000', '115110.926000', '115110.928000', '115110.931000', '115110.934000', '115110.936000', '115110.939000', '115110.942000', '115110.945000', '115110.947000', '115110.950000', '115110.952000', '115110.955000', '115110.958000', '115110.960000', '115110.963000', '115110.965000', '115110.968000', '115110.971000', '115130.860000', '115130.862000', '115130.865000', '115130.868000', '115130.871000', '115130.873000', '115130.876000', '115130.878000', '115130.881000', '115130.884000', '115130.886000', '115130.889000', '115130.892000', '115130.894000', '115130.897000', '115130.899000', '115130.902000', '115130.905000', '115130.907000', '115130.910000', '115130.913000', '115130.915000', '115130.918000', '115130.920000', '115130.923000', '115130.926000', '115130.928000', '115130.931000', '115130.943000', '115130.946000', '115130.948000', '115130.951000', '115130.954000', '115130.956000', '115130.959000', '115130.961000', '115130.964000', '115130.967000', '115130.969000', '115130.972000', '115130.974000', '115130.977000', '115130.980000', '115130.997000', '115150.860000', '115150.862000', '115150.865000', '115150.868000', '115150.870000', '115150.873000', '115150.876000', '115150.878000', '115150.881000', '115150.884000', '115150.886000', '115150.889000', '115150.892000', '115150.895000', '115150.897000', '115150.900000', '115150.902000', '115150.905000', '115150.908000', '115150.910000', '115150.913000', '115150.916000', '115150.918000', '115150.921000', '115150.923000', '115150.926000', '115150.929000', '115150.931000', '115150.934000', '115150.937000', '115150.939000', '115150.942000', '115150.945000', '115150.947000', '115150.950000', '115150.953000', '115150.955000', '115150.958000', '115150.961000', '115150.963000', '115150.966000', '115150.968000', '115150.971000', '115210.860000', '115210.863000', '115210.865000', '115210.868000', '115210.870000', '115210.873000', '115210.876000', '115210.878000', '115210.881000', '115210.884000', '115210.886000', '115210.889000', '115210.891000', '115210.903000', '115210.906000', '115210.908000', '115210.911000', '115210.914000', '115210.916000', '115210.919000', '115210.922000', '115210.924000', '115210.927000', '115210.930000', '115210.932000', '115210.935000', '115210.937000', '115210.940000', '115210.943000', '115210.946000', '115210.949000', '115210.952000', '115210.955000', '115210.957000', '115210.960000', '115210.962000', '115210.965000', '115210.968000', '115210.970000', '115210.973000', '115210.976000', '115210.978000', '115210.981000', '115230.860000', '115230.863000', '115230.866000', '115230.868000', '115230.871000', '115230.874000', '115230.877000', '115230.879000', '115230.882000', '115230.884000', '115230.887000', '115230.890000', '115230.892000', '115230.895000', '115230.898000', '115230.901000', '115230.904000', '115230.906000', '115230.909000', '115230.912000', '115230.914000', '115230.917000', '115230.920000', '115230.922000', '115230.925000', '115230.927000', '115230.930000', '115230.933000', '115230.935000', '115230.938000', '115230.941000', '115230.943000', '115230.946000', '115230.948000', '115230.951000', '115230.954000', '115230.956000', '115230.959000', '115230.962000', '115230.964000', '115230.967000', '115230.969000', '115230.972000', '115230.975000', '115250.860000', '115250.863000', '115250.865000', '115250.868000', '115250.871000', '115250.874000', '115250.876000', '115250.879000', '115250.882000', '115250.884000', '115250.893000', '115250.896000', '115250.899000', '115250.901000', '115250.904000', '115250.906000', '115250.909000', '115250.912000', '115250.915000', '115250.918000', '115250.921000', '115250.924000', '115250.927000', '115250.929000', '115250.932000', '115250.943000', '115250.946000', '115250.948000', '115250.951000', '115250.954000', '115250.957000', '115250.959000', '115250.962000', '115250.964000', '115250.967000', '115250.970000', '115250.972000', '115250.975000', '115250.977000', '115250.980000', '115250.983000', '115250.985000', '115250.988000', '115310.859000', '115310.863000', '115310.865000', '115310.868000', '115310.871000', '115310.874000', '115310.876000', '115310.879000', '115310.881000', '115310.884000', '115310.887000', '115310.889000', '115310.892000', '115310.895000', '115310.897000', '115310.900000', '115310.903000', '115310.905000', '115310.908000', '115310.910000', '115310.913000', '115310.916000', '115310.918000', '115310.921000', '115310.924000', '115310.927000', '115310.929000', '115310.932000', '115310.935000', '115310.937000', '115310.940000', '115310.943000', '115310.945000', '115310.948000', '115310.951000', '115310.953000', '115310.956000', '115310.959000', '115310.961000', '115310.964000', '115310.967000', '115310.969000', '115310.972000', '115310.975000', '115330.859000', '115330.861000', '115330.864000', '115330.867000', '115330.869000', '115330.872000', '115330.874000', '115330.877000', '115330.880000', '115330.883000', '115330.885000', '115330.888000', '115330.891000', '115330.893000', '115330.896000', '115330.899000', '115330.901000', '115330.904000', '115330.906000', '115330.909000', '115330.912000', '115330.914000', '115330.917000', '115330.920000', '115330.923000', '115330.925000', '115330.928000', '115330.931000', '115330.933000', '115330.936000', '115330.938000', '115330.942000', '115330.944000', '115330.947000', '115330.950000', '115330.952000', '115330.955000', '115330.958000', '115330.960000', '115330.963000', '115330.966000', '115330.968000', '115330.971000', '115347.500000', '115347.503000', '115347.506000', '115347.509000', '115347.512000', '115347.515000', '115347.518000', '115347.521000', '115347.524000', '115347.527000', '115347.530000', '115347.533000', '115347.535000', '115347.538000', '115347.541000', '115347.544000', '115347.546000', '115347.549000', '115347.552000', '115347.555000', '115347.557000', '115347.560000', '115347.563000', '115347.566000', '115347.569000', '115347.572000', '115347.575000', '115347.578000', '115347.581000', '115347.584000', '115347.587000', '115347.590000', '115347.593000', '115347.596000', '115347.598000', '115347.601000', '115347.604000'], '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': [8810, 13246, 8341, 13190, 7884, 11726, 13291, 13847, 9502, 13178, 14955, 8739, 12551, 14719, 11113, 10792, 12347, 7448, 11327, 12533, 8970, 11071, 12901, 8267, 11867, 13295, 8773, 12364, 12942, 8885, 12656, 9920, 9027, 13449, 13013, 9678, 13084, 8125, 11646, 13715, 8138, 12413, 15426, 8065, 12209, 15680, 8314, 12914, 15823, 8002, 11817, 7736, 10943, 8688, 10205, 7953, 11875, 13337, 8029, 10446, 12908, 7927, 10394, 12402, 7910, 10950, 7922, 9933, 7402, 11645, 13053, 8755, 10653, 8311, 11358, 9084, 11956, 8707, 13857, 15036, 11510, 13500, 16722, 12950, 12312, 9715, 10145, 8189, 12630, 10905, 12924, 17210, 9370, 12021, 16828, 13086, 15385, 7750, 9878, 8443, 8735, 11570, 8629, 11024, 17251, 8252, 12628, 10188, 9037, 13109, 9054, 10537, 15512, 8417, 10224, 14156, 8206, 10213, 7458, 8716, 11316, 7364, 9859, 12274, 9018, 10125, 8080, 8090, 11221, 7566, 9071, 11930, 7993, 9764, 12337, 8061, 11039, 13614, 8308, 10988, 16514, 10229, 9942, 6844, 9303, 11464, 7182, 10075, 11537, 8669, 10056, 9427, 8181, 11282, 10729, 8265, 7396, 10141, 13751, 7366, 11736, 8446, 10974, 9842, 10044, 10140, 9400, 12862, 8382, 13384, 15859, 13104, 16594, 12173, 13112, 16776, 13251, 14296, 16785, 13312, 10035, 16252, 9452, 9507, 11283, 8894, 8953, 11038, 7481, 8989, 11286, 7458, 9838, 12207, 8640, 9911, 11831, 7560, 10861, 13267, 8180, 10773, 12809, 8429, 11056, 10884, 7910, 11291, 14679, 8483, 10691, 11256, 7891, 11377, 10026, 8420, 11630, 9872, 8611, 11585, 8100, 9713, 11998, 8320, 10272, 11594, 7685, 11187, 13320, 8387, 10645, 13264, 8213, 10696, 12188, 8420, 10335, 14533, 8986, 10908, 13899, 7535, 10937, 12716, 8008, 11112, 8008, 9044, 11648, 7581, 10334, 12602, 8533, 10540, 12179, 8088, 11119, 13308, 8659, 11127, 8556, 9544, 12186, 8588, 9881, 12124, 12849, 9090, 12151, 11065, 8834, 12044, 11364, 9006, 11942, 7757, 11403, 12969, 9222, 11071, 15487, 8463, 11980, 15279, 8222, 13565, 13215, 9234, 12313, 8115, 9544, 12131, 8505, 9673, 12022, 8163, 10208, 12427, 8771, 10368, 11690, 8161, 10983, 9601, 8707, 7200, 11195, 12901, 7529, 11554, 13269, 9121, 10483, 12888, 8923, 10188, 12742, 13474, 9167, 12024, 15139, 8264, 11994, 15755, 8150, 11073, 12867, 8309, 11027, 12862, 7944, 10909, 7846, 10337, 12812, 8618, 8965, 11674, 9304, 9235, 11896, 9114, 9490, 12136, 8216, 11328, 14521, 8615, 10856, 13934, 9177, 11129, 7314, 11485, 7406, 11178, 8768, 10269, 9011, 10299, 13321, 14977, 11179, 10725, 15219, 8905, 11013, 13975, 8228, 10430, 13046, 10838, 10574, 7242, 10572, 7629, 11355, 7843, 10558, 8527, 12019, 16578, 11628, 11853, 9611, 12217, 15506, 15531, 11016, 16918, 8473, 11438, 7551, 11093, 13000, 11816, 9942, 16163, 7938, 11043, 7119, 10858, 9193, 8718, 11028, 8584, 11873, 8142, 11730, 7714, 10593, 10657, 8837, 12217, 8215, 11529, 15652, 10280, 7144, 11916, 15377, 11543, 10348, 8213, 10854, 7059, 11512, 7119, 11900, 13900, 12454, 11062, 7526, 11762, 15402, 8886, 10920, 13976, 8903, 11261, 8435, 10325, 9159, 12592, 10118, 9806, 10269, 9889, 13050, 12275, 9547, 12594, 9271, 9641, 12468, 8920, 11510, 13539, 9093, 10843, 8225, 10888, 8142, 9605, 10103, 8969, 12442, 9452, 11328, 7595, 11316, 12588, 13202, 8803, 11523, 16043, 9017, 11323, 7735, 11134, 13465, 8528, 10779, 7825, 10595, 8085, 9708, 12290, 8371, 12311, 9665, 11166, 8216, 9873, 12746, 8801, 11964, 10727, 10136, 14097, 9691, 12329, 14293, 10577, 9068, 12874, 16279, 15062, 9921, 12563, 16246, 12077, 11112, 15319, 8522, 10815, 12857, 8776, 10497, 13416, 9453, 10650, 9983, 8430, 12098, 9622, 9441, 12941, 10513, 8985, 12568, 9026, 9859, 12747, 14611, 8464, 11815, 13969, 8839, 11866, 11452, 8860, 12098, 12851, 8518, 11768, 8710, 9590, 12459, 8497, 11023, 12314, 8503, 7578, 9391, 12844, 13214, 9380, 12562, 13791, 9160, 9044, 9850, 13411, 14932, 9323, 11939, 8961, 12885, 8543, 12426, 8501, 10666, 15403, 12564, 12177, 10435, 12753, 10603, 11189, 16319, 17298, 12688, 11814, 16195, 8282, 12088, 13350, 8224, 12265, 7681, 10518, 11664, 7788, 11838, 10665, 8322, 9878, 8707, 7402, 11412, 13211, 8381, 11136, 13414, 10338, 10071, 12939, 13213, 9442, 11952, 9553, 8686, 10979, 13227, 15215, 9209, 12977, 17071, 9908, 11739, 9344, 11891, 10803, 8386, 11138, 8599, 12583, 9365, 12028, 7468, 12252, 11751, 9489, 14113, 10112, 12558, 8251, 12205, 12179, 10758, 15449, 10159, 7873, 11033, 16055, 10545, 10655, 8967, 12236, 16256, 9293, 12418, 8945, 10470, 7414, 11692, 14172, 8178, 10867, 14516, 9067, 10938, 11618, 8086, 11520, 7816, 10545, 7850, 10696, 10014, 9191, 7866, 11993, 14169, 9738, 11494, 13309, 10713, 10065, 12141, 9651, 10032, 7272, 10597, 12566, 8039, 9945, 12022, 9431, 8800, 12391, 7585, 10302, 12771, 9184, 10525, 7709, 10953, 7414, 9921, 10784, 9440, 13373, 9744, 8879, 12159, 13675, 15074, 11200, 12506, 15345, 12318, 11867, 16218, 9247, 11450, 13624, 10977, 10538, 13088, 8099, 11786, 8440, 9521, 12413, 8874, 11547, 7494, 9280, 12879, 10728, 9552, 13053, 8479, 11206, 14912, 8315, 11882, 8058, 9852, 9808, 8203, 12906, 9106, 8973, 13029, 9517, 9289, 12870, 8093, 12230, 8523, 9439, 7563, 12442, 13102, 9402, 12110, 13622, 10360, 10735, 11566, 8637, 12401, 8027, 12158, 8080, 12480, 7387, 10598, 8249, 13061, 12817, 9417, 11975, 13227, 10964, 10230, 12509, 8421, 10855, 12628, 9210, 10659, 9331, 9071, 10027, 8020, 10419, 8307, 12492, 7895, 7379, 11693, 13767, 9040, 10851, 12784, 14384, 9334, 13134, 15340, 8296, 13468, 15289, 9904, 12192, 9233, 8924, 12891, 8165, 10722, 13005, 9021, 10654, 11588, 8075, 12851, 8241, 11579, 8494, 10393, 8668, 9928, 13984, 8605, 11959, 15137, 9488, 13404, 9477, 12856, 8021, 11118, 15953, 8313, 12305, 8384, 11365, 15555, 9719, 11248, 13384, 9055, 10488, 12103, 8084, 10590, 12570, 8835, 10973, 13870, 9334, 11236, 11330, 8132, 13147, 10260, 9296, 13158, 9568, 10658, 8406, 9686, 12569, 8446, 11013, 9980, 13786, 8179, 11781, 14517, 9200, 13142, 10931, 10989, 15611, 9110, 13385, 15102, 14847, 9939, 12880, 16095, 10329, 11750, 13726, 8893, 11315, 12828, 9847, 10158, 7467, 10606, 12886, 8293, 11364, 12718, 10007, 10329, 7712, 10254, 13617, 9734, 10037, 13119, 13176, 9305, 13606, 13845, 8464, 13332, 14313, 9340, 12709, 13952, 8316, 13407, 9416, 9694, 13251, 9297, 12233, 14571, 8222, 13263, 13332, 8719, 13284, 8746, 12002, 7550, 10367, 8251, 11121, 10530, 9419, 7586, 13021, 13729, 12626, 10974, 13163, 15126, 8839, 13233, 10545, 9006, 13591, 9670, 9172, 12839, 8640, 10211, 13277, 7942, 11988, 11555, 8140, 12661, 9351, 10997, 7740, 13246, 7966, 9709, 12353, 9113, 8363, 13142, 14186, 11351, 11134, 13255, 10585, 10153, 14001, 9133, 10244, 13693, 8998, 10030, 13251, 8714, 11192, 14690, 8703, 12261, 10957, 8875, 13101, 8095, 12540, 11419, 8608, 13463, 10274, 8924, 13668, 7867, 11957, 13206, 8742, 11886, 10813, 9027, 13796, 7923, 12481, 14275, 8478, 12739, 14996, 9586, 12510, 9538, 8768, 13235, 8837, 9761, 12838, 8720, 12241, 11148, 8344, 13055, 11835, 8737, 13099, 7622, 10648, 13392, 8478, 12442, 12955, 8909, 12824, 12249, 8207, 13398, 11570, 8829, 13381, 8064, 11839, 9738, 10066, 11181, 9348, 7900, 12617, 14269, 8694, 12240, 13789, 10402, 10362, 12403, 9277, 13793, 7863, 13014, 7730, 12274, 7586, 11744, 8923, 13831, 14963, 9736, 12715, 15565, 11910, 10933, 8777, 12981, 15133, 8004, 13024, 9228, 12139, 8710, 13391, 14107, 7931, 12700, 14673, 10275, 9953, 8906, 13297, 10486, 8927, 12376, 9009, 11008, 10006, 14288, 15240, 8672, 13190, 14740, 9132, 13299, 15115, 8411, 13121, 8992, 12235, 8935, 12747, 12574, 8157, 12592, 8384, 12339, 8742, 12532, 7484, 12384, 11471, 10222, 13511, 10489, 12828, 7538, 11146, 14912, 14757, 9738, 12525, 15502, 8497, 12512, 11659, 8272, 10745, 9095, 7538, 10137, 13395, 6996, 9914, 10165, 9993, 8006, 12392, 9274, 11907, 8868, 7086, 12685, 12842, 12252, 11811, 14221, 11095, 12241, 9050, 11823, 7733, 13149, 9217, 13443, 16499, 14049, 16531, 11378, 13947, 8049, 11028, 8807, 12408, 8995, 10667, 9661, 7324, 12136, 8615, 12800, 13839, 8735, 8374, 11162, 8060, 10106, 11278, 9023, 12870, 8810, 12003, 8441, 11440, 8872, 12672, 14529, 8331, 12882, 14090, 10069, 12090, 9401, 11669, 7668, 11849, 7193, 12175, 10151, 9130, 13361, 8818, 13024, 7673, 12191, 14578, 13362, 9967, 7383, 11110, 12712, 15334, 8644, 12633, 15947, 8270, 12619, 7305, 11386, 7557, 10053, 8445, 9473, 9576, 9028, 13717, 8143, 12939, 7521, 10237, 13571, 10310, 12344, 7730, 12653, 14922, 11175, 11528, 14258, 10524, 10352, 7650, 11149, 7027, 11379, 8836, 11787, 8907, 8025, 9611, 14760, 10839, 13423, 8507, 13130, 8575, 11698, 13174, 11674, 8149, 11637, 15586, 10996, 14519, 9837, 11125, 8738, 12091, 7851, 11966, 9386, 12455, 9038, 7620, 9903, 8537, 9383, 12720, 8854, 12069, 14897, 8631, 12293, 7825, 10127, 8025, 9273, 7879, 9687, 8052, 9892, 7100, 12818, 11900, 8277, 12982, 8949, 12842, 8191, 10827, 9892, 10123, 8141, 9210, 12329, 8454, 12637, 8484, 11692, 7210, 11681, 13821, 9491, 10603, 13097, 9706, 10287, 7439, 11999, 7184, 9401, 11375, 8170, 12457, 8492, 8178, 9501, 13148, 14759, 8790, 12817, 14883, 9296, 12084, 13987, 8182, 12287, 13031, 8609, 12095, 14414, 7843, 11775, 10415, 8439, 12083, 8179, 9346, 8125, 12802, 13087, 8624, 11824, 13345, 8911, 11135, 9238, 8056, 12371, 13336, 8748, 12126, 7888, 12208, 7750, 11814], 'WindowCenter': [4262.0, 4286.0, 4242.0, 4285.0, 4232.0, 4276.0, 4272.0, 4271.0, 4239.0, 4258.0, 4258.0, 4216.0, 4245.0, 4254.0, 4221.0, 4224.0, 4232.0, 4192.0, 4233.0, 4232.0, 4209.0, 4233.0, 4240.0, 4215.0, 4246.0, 4241.0, 4216.0, 4257.0, 4244.0, 4215.0, 4245.0, 4226.0, 4225.0, 4257.0, 4241.0, 4225.0, 4242.0, 4204.0, 4234.0, 4244.0, 4200.0, 4245.0, 4255.0, 4205.0, 4244.0, 4251.0, 4202.0, 4245.0, 4252.0, 4203.0, 4246.0, 4194.0, 4225.0, 4179.0, 4197.0, 4195.0, 4222.0, 4233.0, 4168.0, 4199.0, 4219.0, 4187.0, 4248.0, 4239.0, 4202.0, 4250.0, 4212.0, 4236.0, 4205.0, 4259.0, 4259.0, 4202.0, 4208.0, 4141.0, 4173.0, 4185.0, 4219.0, 4172.0, 4231.0, 4229.0, 4204.0, 4296.0, 4279.0, 4266.0, 4246.0, 4219.0, 4220.0, 4197.0, 4244.0, 4234.0, 4246.0, 4252.0, 4213.0, 4234.0, 4251.0, 4229.0, 4253.0, 4187.0, 4208.0, 4185.0, 4196.0, 4215.0, 4197.0, 4220.0, 4251.0, 4190.0, 4231.0, 4205.0, 4199.0, 4240.0, 4208.0, 4218.0, 4252.0, 4197.0, 4221.0, 4236.0, 4200.0, 4206.0, 4175.0, 4200.0, 4217.0, 4189.0, 4223.0, 4227.0, 4209.0, 4224.0, 4199.0, 4206.0, 4246.0, 4202.0, 4225.0, 4249.0, 4213.0, 4237.0, 4255.0, 4216.0, 4247.0, 4256.0, 4216.0, 4252.0, 4278.0, 4236.0, 4239.0, 4206.0, 4241.0, 4250.0, 4204.0, 4240.0, 4246.0, 4226.0, 4240.0, 4249.0, 4239.0, 4259.0, 4247.0, 4227.0, 4218.0, 4252.0, 4269.0, 4218.0, 4263.0, 4229.0, 4265.0, 4251.0, 4252.0, 4261.0, 4252.0, 4273.0, 4230.0, 4276.0, 4283.0, 4263.0, 4278.0, 4249.0, 4259.0, 4267.0, 4242.0, 4254.0, 4254.0, 4229.0, 4207.0, 4239.0, 4192.0, 4193.0, 4206.0, 4181.0, 4197.0, 4218.0, 4174.0, 4198.0, 4217.0, 4176.0, 4208.0, 4225.0, 4195.0, 4219.0, 4229.0, 4198.0, 4230.0, 4238.0, 4200.0, 4234.0, 4227.0, 4198.0, 4230.0, 4217.0, 4198.0, 4233.0, 4243.0, 4198.0, 4222.0, 4217.0, 4202.0, 4234.0, 4207.0, 4199.0, 4231.0, 4207.0, 4209.0, 4232.0, 4197.0, 4224.0, 4230.0, 4199.0, 4232.0, 4245.0, 4215.0, 4245.0, 4254.0, 4213.0, 4237.0, 4253.0, 4212.0, 4233.0, 4242.0, 4215.0, 4236.0, 4257.0, 4215.0, 4236.0, 4240.0, 4200.0, 4235.0, 4240.0, 4201.0, 4235.0, 4204.0, 4227.0, 4247.0, 4202.0, 4250.0, 4254.0, 4216.0, 4235.0, 4242.0, 4213.0, 4249.0, 4257.0, 4212.0, 4248.0, 4213.0, 4227.0, 4246.0, 4210.0, 4232.0, 4246.0, 4246.0, 4215.0, 4245.0, 4233.0, 4224.0, 4245.0, 4230.0, 4211.0, 4241.0, 4203.0, 4247.0, 4242.0, 4223.0, 4236.0, 4266.0, 4215.0, 4246.0, 4251.0, 4202.0, 4243.0, 4239.0, 4213.0, 4243.0, 4185.0, 4207.0, 4230.0, 4194.0, 4206.0, 4229.0, 4188.0, 4221.0, 4229.0, 4194.0, 4206.0, 4214.0, 4184.0, 4219.0, 4205.0, 4201.0, 4200.0, 4247.0, 4252.0, 4201.0, 4243.0, 4256.0, 4212.0, 4234.0, 4247.0, 4212.0, 4223.0, 4243.0, 4238.0, 4211.0, 4230.0, 4240.0, 4196.0, 4229.0, 4241.0, 4188.0, 4220.0, 4225.0, 4199.0, 4217.0, 4228.0, 4185.0, 4216.0, 4200.0, 4234.0, 4241.0, 4199.0, 4212.0, 4229.0, 4210.0, 4207.0, 4233.0, 4195.0, 4211.0, 4229.0, 4215.0, 4262.0, 4265.0, 4211.0, 4237.0, 4256.0, 4221.0, 4242.0, 4201.0, 4246.0, 4218.0, 4261.0, 4226.0, 4252.0, 4226.0, 4247.0, 4274.0, 4267.0, 4247.0, 4238.0, 4252.0, 4214.0, 4232.0, 4238.0, 4198.0, 4234.0, 4246.0, 4222.0, 4221.0, 4189.0, 4234.0, 4216.0, 4245.0, 4231.0, 4248.0, 4239.0, 4270.0, 4282.0, 4246.0, 4249.0, 4239.0, 4261.0, 4270.0, 4252.0, 4223.0, 4249.0, 4198.0, 4230.0, 4192.0, 4233.0, 4243.0, 4217.0, 4210.0, 4250.0, 4190.0, 4220.0, 4192.0, 4234.0, 4221.0, 4228.0, 4232.0, 4224.0, 4242.0, 4217.0, 4249.0, 4203.0, 4238.0, 4238.0, 4229.0, 4245.0, 4213.0, 4250.0, 4264.0, 4236.0, 4193.0, 4260.0, 4283.0, 4243.0, 4220.0, 4186.0, 4237.0, 4194.0, 4247.0, 4205.0, 4259.0, 4258.0, 4242.0, 4222.0, 4201.0, 4245.0, 4249.0, 4199.0, 4219.0, 4225.0, 4195.0, 4213.0, 4195.0, 4216.0, 4211.0, 4242.0, 4206.0, 4209.0, 4210.0, 4222.0, 4242.0, 4218.0, 4210.0, 4229.0, 4196.0, 4207.0, 4225.0, 4194.0, 4231.0, 4228.0, 4194.0, 4218.0, 4196.0, 4231.0, 4202.0, 4224.0, 4234.0, 4222.0, 4246.0, 4223.0, 4246.0, 4214.0, 4247.0, 4248.0, 4239.0, 4212.0, 4234.0, 4254.0, 4208.0, 4229.0, 4203.0, 4231.0, 4239.0, 4208.0, 4229.0, 4204.0, 4232.0, 4212.0, 4239.0, 4255.0, 4238.0, 4268.0, 4249.0, 4263.0, 4241.0, 4260.0, 4270.0, 4239.0, 4273.0, 4260.0, 4250.0, 4270.0, 4238.0, 4273.0, 4267.0, 4248.0, 4239.0, 4274.0, 4285.0, 4256.0, 4220.0, 4244.0, 4250.0, 4216.0, 4220.0, 4239.0, 4187.0, 4218.0, 4223.0, 4186.0, 4215.0, 4227.0, 4206.0, 4218.0, 4207.0, 4199.0, 4227.0, 4207.0, 4218.0, 4241.0, 4219.0, 4210.0, 4242.0, 4196.0, 4221.0, 4242.0, 4238.0, 4196.0, 4231.0, 4239.0, 4198.0, 4231.0, 4214.0, 4198.0, 4231.0, 4228.0, 4197.0, 4229.0, 4197.0, 4206.0, 4226.0, 4196.0, 4234.0, 4246.0, 4215.0, 4215.0, 4239.0, 4254.0, 4239.0, 4221.0, 4245.0, 4244.0, 4212.0, 4210.0, 4233.0, 4258.0, 4250.0, 4220.0, 4244.0, 4222.0, 4252.0, 4215.0, 4257.0, 4214.0, 4236.0, 4267.0, 4246.0, 4242.0, 4232.0, 4246.0, 4222.0, 4233.0, 4269.0, 4249.0, 4230.0, 4218.0, 4236.0, 4182.0, 4216.0, 4220.0, 4185.0, 4216.0, 4170.0, 4207.0, 4215.0, 4184.0, 4230.0, 4207.0, 4199.0, 4219.0, 4212.0, 4201.0, 4255.0, 4258.0, 4210.0, 4247.0, 4256.0, 4224.0, 4222.0, 4247.0, 4243.0, 4221.0, 4241.0, 4226.0, 4226.0, 4250.0, 4261.0, 4262.0, 4225.0, 4253.0, 4265.0, 4223.0, 4228.0, 4220.0, 4246.0, 4230.0, 4210.0, 4230.0, 4229.0, 4267.0, 4241.0, 4256.0, 4207.0, 4255.0, 4242.0, 4227.0, 4253.0, 4238.0, 4243.0, 4211.0, 4257.0, 4273.0, 4264.0, 4281.0, 4236.0, 4214.0, 4233.0, 4234.0, 4188.0, 4214.0, 4210.0, 4245.0, 4249.0, 4207.0, 4232.0, 4196.0, 4222.0, 4199.0, 4232.0, 4238.0, 4185.0, 4220.0, 4240.0, 4207.0, 4218.0, 4212.0, 4186.0, 4213.0, 4183.0, 4215.0, 4198.0, 4220.0, 4217.0, 4208.0, 4210.0, 4247.0, 4256.0, 4224.0, 4242.0, 4242.0, 4217.0, 4221.0, 4231.0, 4209.0, 4209.0, 4189.0, 4230.0, 4243.0, 4199.0, 4233.0, 4247.0, 4211.0, 4213.0, 4242.0, 4186.0, 4223.0, 4242.0, 4209.0, 4230.0, 4201.0, 4246.0, 4203.0, 4250.0, 4259.0, 4254.0, 4280.0, 4253.0, 4254.0, 4287.0, 4284.0, 4283.0, 4251.0, 4261.0, 4267.0, 4243.0, 4247.0, 4262.0, 4210.0, 4235.0, 4240.0, 4220.0, 4223.0, 4238.0, 4201.0, 4232.0, 4197.0, 4223.0, 4239.0, 4208.0, 4245.0, 4200.0, 4224.0, 4243.0, 4219.0, 4211.0, 4238.0, 4200.0, 4232.0, 4247.0, 4196.0, 4231.0, 4200.0, 4222.0, 4222.0, 4209.0, 4251.0, 4212.0, 4213.0, 4242.0, 4206.0, 4211.0, 4230.0, 4201.0, 4242.0, 4196.0, 4211.0, 4200.0, 4253.0, 4240.0, 4209.0, 4244.0, 4243.0, 4209.0, 4220.0, 4219.0, 4196.0, 4240.0, 4199.0, 4239.0, 4213.0, 4255.0, 4204.0, 4231.0, 4227.0, 4268.0, 4242.0, 4220.0, 4244.0, 4244.0, 4217.0, 4222.0, 4231.0, 4200.0, 4221.0, 4225.0, 4208.0, 4220.0, 4206.0, 4212.0, 4222.0, 4224.0, 4259.0, 4240.0, 4268.0, 4243.0, 4205.0, 4274.0, 4258.0, 4211.0, 4237.0, 4244.0, 4244.0, 4215.0, 4253.0, 4254.0, 4214.0, 4253.0, 4251.0, 4218.0, 4233.0, 4210.0, 4212.0, 4239.0, 4198.0, 4233.0, 4244.0, 4212.0, 4235.0, 4233.0, 4215.0, 4241.0, 4212.0, 4245.0, 4216.0, 4237.0, 4213.0, 4239.0, 4259.0, 4216.0, 4247.0, 4252.0, 4222.0, 4241.0, 4225.0, 4246.0, 4210.0, 4236.0, 4266.0, 4215.0, 4241.0, 4199.0, 4234.0, 4250.0, 4206.0, 4218.0, 4231.0, 4198.0, 4216.0, 4215.0, 4188.0, 4221.0, 4228.0, 4196.0, 4232.0, 4241.0, 4208.0, 4232.0, 4231.0, 4202.0, 4256.0, 4223.0, 4222.0, 4257.0, 4225.0, 4236.0, 4213.0, 4241.0, 4271.0, 4243.0, 4263.0, 4263.0, 4287.0, 4229.0, 4275.0, 4284.0, 4243.0, 4275.0, 4248.0, 4253.0, 4282.0, 4227.0, 4273.0, 4274.0, 4253.0, 4225.0, 4246.0, 4251.0, 4222.0, 4233.0, 4231.0, 4207.0, 4234.0, 4242.0, 4210.0, 4206.0, 4188.0, 4235.0, 4245.0, 4209.0, 4246.0, 4245.0, 4219.0, 4235.0, 4213.0, 4250.0, 4267.0, 4226.0, 4235.0, 4261.0, 4258.0, 4227.0, 4260.0, 4256.0, 4217.0, 4259.0, 4256.0, 4226.0, 4244.0, 4255.0, 4211.0, 4252.0, 4214.0, 4225.0, 4241.0, 4225.0, 4244.0, 4255.0, 4212.0, 4257.0, 4240.0, 4214.0, 4245.0, 4214.0, 4245.0, 4204.0, 4236.0, 4216.0, 4249.0, 4233.0, 4227.0, 4218.0, 4270.0, 4261.0, 4242.0, 4233.0, 4246.0, 4242.0, 4213.0, 4242.0, 4219.0, 4200.0, 4241.0, 4208.0, 4208.0, 4226.0, 4194.0, 4220.0, 4226.0, 4201.0, 4232.0, 4229.0, 4201.0, 4238.0, 4211.0, 4230.0, 4217.0, 4258.0, 4211.0, 4238.0, 4253.0, 4228.0, 4229.0, 4273.0, 4272.0, 4248.0, 4249.0, 4260.0, 4220.0, 4225.0, 4245.0, 4208.0, 4223.0, 4243.0, 4211.0, 4222.0, 4242.0, 4196.0, 4218.0, 4238.0, 4197.0, 4232.0, 4220.0, 4211.0, 4238.0, 4199.0, 4242.0, 4230.0, 4211.0, 4254.0, 4222.0, 4214.0, 4242.0, 4202.0, 4242.0, 4244.0, 4214.0, 4244.0, 4234.0, 4226.0, 4255.0, 4211.0, 4246.0, 4256.0, 4215.0, 4247.0, 4255.0, 4213.0, 4244.0, 4211.0, 4210.0, 4240.0, 4211.0, 4224.0, 4238.0, 4209.0, 4243.0, 4229.0, 4203.0, 4256.0, 4228.0, 4209.0, 4243.0, 4198.0, 4230.0, 4243.0, 4214.0, 4246.0, 4239.0, 4214.0, 4246.0, 4229.0, 4210.0, 4254.0, 4228.0, 4213.0, 4239.0, 4203.0, 4246.0, 4225.0, 4238.0, 4244.0, 4237.0, 4230.0, 4268.0, 4272.0, 4223.0, 4260.0, 4260.0, 4235.0, 4237.0, 4242.0, 4224.0, 4254.0, 4218.0, 4255.0, 4220.0, 4260.0, 4215.0, 4256.0, 4241.0, 4272.0, 4267.0, 4226.0, 4259.0, 4254.0, 4231.0, 4230.0, 4215.0, 4257.0, 4254.0, 4215.0, 4240.0, 4222.0, 4253.0, 4226.0, 4267.0, 4254.0, 4217.0, 4259.0, 4252.0, 4221.0, 4220.0, 4224.0, 4270.0, 4235.0, 4227.0, 4242.0, 4228.0, 4249.0, 4240.0, 4271.0, 4265.0, 4223.0, 4258.0, 4255.0, 4213.0, 4245.0, 4242.0, 4201.0, 4227.0, 4212.0, 4229.0, 4210.0, 4245.0, 4233.0, 4203.0, 4240.0, 4210.0, 4244.0, 4212.0, 4241.0, 4202.0, 4258.0, 4245.0, 4237.0, 4242.0, 4223.0, 4244.0, 4192.0, 4234.0, 4256.0, 4240.0, 4209.0, 4231.0, 4237.0, 4186.0, 4218.0, 4204.0, 4185.0, 4207.0, 4210.0, 4201.0, 4233.0, 4256.0, 4194.0, 4233.0, 4235.0, 4237.0, 4213.0, 4239.0, 4239.0, 4244.0, 4250.0, 4221.0, 4249.0, 4251.0, 4247.0, 4234.0, 4247.0, 4224.0, 4229.0, 4213.0, 4242.0, 4203.0, 4253.0, 4223.0, 4259.0, 4253.0, 4231.0, 4237.0, 4208.0, 4227.0, 4175.0, 4194.0, 4185.0, 4212.0, 4199.0, 4208.0, 4198.0, 4178.0, 4231.0, 4199.0, 4231.0, 4229.0, 4185.0, 4201.0, 4221.0, 4188.0, 4207.0, 4220.0, 4213.0, 4229.0, 4212.0, 4233.0, 4201.0, 4246.0, 4218.0, 4248.0, 4252.0, 4202.0, 4246.0, 4240.0, 4223.0, 4231.0, 4214.0, 4235.0, 4204.0, 4249.0, 4208.0, 4262.0, 4236.0, 4231.0, 4262.0, 4230.0, 4262.0, 4210.0, 4250.0, 4262.0, 4248.0, 4227.0, 4191.0, 4236.0, 4248.0, 4241.0, 4203.0, 4235.0, 4242.0, 4187.0, 4216.0, 4177.0, 4221.0, 4189.0, 4236.0, 4215.0, 4224.0, 4226.0, 4212.0, 4253.0, 4203.0, 4245.0, 4203.0, 4227.0, 4259.0, 4240.0, 4242.0, 4202.0, 4244.0, 4245.0, 4221.0, 4236.0, 4245.0, 4224.0, 4227.0, 4192.0, 4218.0, 4194.0, 4233.0, 4223.0, 4243.0, 4226.0, 4159.0, 4236.0, 4270.0, 4235.0, 4218.0, 4207.0, 4221.0, 4188.0, 4221.0, 4233.0, 4222.0, 4194.0, 4233.0, 4242.0, 4209.0, 4216.0, 4197.0, 4191.0, 4186.0, 4203.0, 4176.0, 4219.0, 4197.0, 4232.0, 4214.0, 4176.0, 4207.0, 4187.0, 4199.0, 4215.0, 4200.0, 4218.0, 4229.0, 4200.0, 4219.0, 4179.0, 4208.0, 4174.0, 4194.0, 4187.0, 4212.0, 4203.0, 4224.0, 4195.0, 4255.0, 4246.0, 4213.0, 4245.0, 4222.0, 4247.0, 4218.0, 4236.0, 4222.0, 4223.0, 4201.0, 4225.0, 4244.0, 4216.0, 4246.0, 4216.0, 4247.0, 4196.0, 4247.0, 4257.0, 4211.0, 4224.0, 4241.0, 4211.0, 4223.0, 4193.0, 4245.0, 4193.0, 4225.0, 4244.0, 4230.0, 4260.0, 4228.0, 4230.0, 4241.0, 4261.0, 4257.0, 4217.0, 4259.0, 4265.0, 4214.0, 4232.0, 4244.0, 4203.0, 4244.0, 4232.0, 4202.0, 4232.0, 4240.0, 4191.0, 4233.0, 4220.0, 4204.0, 4239.0, 4214.0, 4226.0, 4228.0, 4259.0, 4245.0, 4212.0, 4248.0, 4245.0, 4213.0, 4230.0, 4212.0, 4204.0, 4245.0, 4240.0, 4213.0, 4230.0, 4203.0, 4245.0, 4205.0, 4246.0], 'WindowWidth': [9451.0, 9472.0, 9410.0, 9467.0, 9391.0, 9453.0, 9447.0, 9437.0, 9393.0, 9420.0, 9419.0, 9354.0, 9396.0, 9411.0, 9357.0, 9363.0, 9375.0, 9318.0, 9375.0, 9373.0, 9339.0, 9375.0, 9383.0, 9354.0, 9399.0, 9388.0, 9357.0, 9415.0, 9394.0, 9356.0, 9397.0, 9369.0, 9370.0, 9415.0, 9384.0, 9368.0, 9390.0, 9337.0, 9380.0, 9394.0, 9331.0, 9396.0, 9409.0, 9338.0, 9394.0, 9399.0, 9334.0, 9395.0, 9404.0, 9334.0, 9399.0, 9321.0, 9358.0, 9284.0, 9310.0, 9316.0, 9349.0, 9367.0, 9270.0, 9313.0, 9338.0, 9305.0, 9411.0, 9386.0, 9335.0, 9414.0, 9355.0, 9389.0, 9346.0, 9425.0, 9428.0, 9333.0, 9332.0, 9214.0, 9261.0, 9293.0, 9346.0, 9275.0, 9365.0, 9362.0, 9322.0, 9490.0, 9457.0, 9433.0, 9405.0, 9357.0, 9358.0, 9324.0, 9398.0, 9379.0, 9400.0, 9409.0, 9348.0, 9382.0, 9404.0, 9366.0, 9403.0, 9310.0, 9338.0, 9303.0, 9319.0, 9346.0, 9324.0, 9358.0, 9401.0, 9312.0, 9369.0, 9327.0, 9325.0, 9387.0, 9340.0, 9352.0, 9401.0, 9324.0, 9358.0, 9374.0, 9326.0, 9335.0, 9289.0, 9329.0, 9351.0, 9314.0, 9364.0, 9366.0, 9344.0, 9367.0, 9331.0, 9346.0, 9401.0, 9339.0, 9374.0, 9410.0, 9356.0, 9393.0, 9413.0, 9364.0, 9408.0, 9417.0, 9364.0, 9417.0, 9451.0, 9389.0, 9396.0, 9352.0, 9401.0, 9411.0, 9345.0, 9398.0, 9403.0, 9378.0, 9399.0, 9415.0, 9402.0, 9429.0, 9408.0, 9382.0, 9371.0, 9421.0, 9441.0, 9370.0, 9434.0, 9389.0, 9442.0, 9421.0, 9423.0, 9434.0, 9423.0, 9455.0, 9389.0, 9456.0, 9464.0, 9433.0, 9454.0, 9407.0, 9422.0, 9433.0, 9388.0, 9414.0, 9419.0, 9367.0, 9335.0, 9381.0, 9306.0, 9311.0, 9329.0, 9292.0, 9318.0, 9350.0, 9286.0, 9321.0, 9346.0, 9289.0, 9337.0, 9359.0, 9318.0, 9357.0, 9372.0, 9330.0, 9373.0, 9380.0, 9331.0, 9380.0, 9366.0, 9328.0, 9372.0, 9349.0, 9328.0, 9380.0, 9393.0, 9326.0, 9362.0, 9350.0, 9335.0, 9381.0, 9339.0, 9330.0, 9376.0, 9338.0, 9342.0, 9376.0, 9324.0, 9368.0, 9375.0, 9331.0, 9380.0, 9398.0, 9361.0, 9403.0, 9413.0, 9356.0, 9391.0, 9411.0, 9351.0, 9383.0, 9393.0, 9357.0, 9387.0, 9417.0, 9357.0, 9386.0, 9388.0, 9334.0, 9385.0, 9388.0, 9336.0, 9385.0, 9341.0, 9375.0, 9402.0, 9340.0, 9413.0, 9412.0, 9359.0, 9386.0, 9394.0, 9356.0, 9408.0, 9418.0, 9354.0, 9409.0, 9355.0, 9377.0, 9403.0, 9348.0, 9381.0, 9404.0, 9399.0, 9358.0, 9399.0, 9376.0, 9371.0, 9399.0, 9372.0, 9349.0, 9391.0, 9340.0, 9402.0, 9395.0, 9368.0, 9387.0, 9428.0, 9359.0, 9402.0, 9404.0, 9335.0, 9395.0, 9381.0, 9350.0, 9396.0, 9307.0, 9338.0, 9371.0, 9316.0, 9334.0, 9369.0, 9308.0, 9359.0, 9368.0, 9314.0, 9335.0, 9343.0, 9304.0, 9355.0, 9332.0, 9333.0, 9334.0, 9404.0, 9409.0, 9337.0, 9397.0, 9416.0, 9348.0, 9383.0, 9406.0, 9348.0, 9366.0, 9395.0, 9380.0, 9344.0, 9373.0, 9385.0, 9320.0, 9368.0, 9389.0, 9311.0, 9357.0, 9358.0, 9326.0, 9350.0, 9364.0, 9305.0, 9350.0, 9331.0, 9383.0, 9390.0, 9325.0, 9348.0, 9371.0, 9341.0, 9339.0, 9378.0, 9319.0, 9347.0, 9369.0, 9359.0, 9432.0, 9430.0, 9351.0, 9390.0, 9414.0, 9363.0, 9393.0, 9338.0, 9402.0, 9373.0, 9431.0, 9379.0, 9418.0, 9377.0, 9408.0, 9455.0, 9441.0, 9401.0, 9391.0, 9407.0, 9354.0, 9380.0, 9383.0, 9327.0, 9380.0, 9402.0, 9362.0, 9360.0, 9318.0, 9379.0, 9362.0, 9402.0, 9389.0, 9411.0, 9402.0, 9442.0, 9466.0, 9401.0, 9406.0, 9393.0, 9427.0, 9445.0, 9403.0, 9360.0, 9393.0, 9324.0, 9368.0, 9320.0, 9375.0, 9391.0, 9348.0, 9340.0, 9394.0, 9314.0, 9353.0, 9319.0, 9380.0, 9361.0, 9377.0, 9379.0, 9369.0, 9392.0, 9363.0, 9406.0, 9342.0, 9390.0, 9389.0, 9379.0, 9398.0, 9354.0, 9408.0, 9423.0, 9384.0, 9327.0, 9424.0, 9468.0, 9393.0, 9354.0, 9302.0, 9388.0, 9323.0, 9400.0, 9345.0, 9422.0, 9422.0, 9389.0, 9359.0, 9334.0, 9395.0, 9399.0, 9324.0, 9351.0, 9357.0, 9316.0, 9338.0, 9319.0, 9347.0, 9348.0, 9391.0, 9334.0, 9340.0, 9340.0, 9361.0, 9390.0, 9348.0, 9339.0, 9365.0, 9315.0, 9334.0, 9357.0, 9317.0, 9371.0, 9364.0, 9315.0, 9349.0, 9320.0, 9373.0, 9334.0, 9369.0, 9380.0, 9367.0, 9402.0, 9369.0, 9401.0, 9357.0, 9403.0, 9410.0, 9382.0, 9348.0, 9383.0, 9409.0, 9338.0, 9369.0, 9338.0, 9376.0, 9386.0, 9340.0, 9371.0, 9340.0, 9381.0, 9354.0, 9398.0, 9417.0, 9398.0, 9441.0, 9416.0, 9436.0, 9406.0, 9432.0, 9446.0, 9404.0, 9451.0, 9430.0, 9417.0, 9446.0, 9397.0, 9447.0, 9436.0, 9408.0, 9396.0, 9452.0, 9476.0, 9416.0, 9358.0, 9395.0, 9405.0, 9346.0, 9354.0, 9381.0, 9306.0, 9349.0, 9352.0, 9303.0, 9344.0, 9359.0, 9332.0, 9349.0, 9334.0, 9328.0, 9365.0, 9334.0, 9354.0, 9389.0, 9351.0, 9344.0, 9389.0, 9319.0, 9359.0, 9389.0, 9381.0, 9319.0, 9374.0, 9382.0, 9325.0, 9373.0, 9342.0, 9324.0, 9374.0, 9365.0, 9321.0, 9366.0, 9318.0, 9333.0, 9363.0, 9321.0, 9381.0, 9401.0, 9356.0, 9358.0, 9398.0, 9413.0, 9383.0, 9363.0, 9400.0, 9393.0, 9350.0, 9347.0, 9384.0, 9421.0, 9400.0, 9360.0, 9396.0, 9365.0, 9407.0, 9358.0, 9416.0, 9355.0, 9388.0, 9433.0, 9400.0, 9392.0, 9378.0, 9399.0, 9360.0, 9377.0, 9442.0, 9400.0, 9366.0, 9349.0, 9373.0, 9294.0, 9343.0, 9342.0, 9300.0, 9342.0, 9276.0, 9331.0, 9341.0, 9303.0, 9369.0, 9332.0, 9325.0, 9354.0, 9350.0, 9338.0, 9414.0, 9421.0, 9348.0, 9403.0, 9417.0, 9365.0, 9365.0, 9404.0, 9391.0, 9361.0, 9389.0, 9372.0, 9374.0, 9412.0, 9431.0, 9419.0, 9369.0, 9410.0, 9431.0, 9364.0, 9369.0, 9359.0, 9400.0, 9372.0, 9347.0, 9373.0, 9383.0, 9438.0, 9402.0, 9418.0, 9351.0, 9412.0, 9392.0, 9375.0, 9410.0, 9390.0, 9395.0, 9347.0, 9417.0, 9450.0, 9436.0, 9458.0, 9390.0, 9358.0, 9376.0, 9372.0, 9293.0, 9339.0, 9342.0, 9398.0, 9400.0, 9336.0, 9373.0, 9319.0, 9361.0, 9332.0, 9376.0, 9381.0, 9304.0, 9354.0, 9386.0, 9338.0, 9350.0, 9334.0, 9303.0, 9340.0, 9298.0, 9343.0, 9325.0, 9358.0, 9350.0, 9341.0, 9349.0, 9404.0, 9418.0, 9367.0, 9391.0, 9396.0, 9350.0, 9358.0, 9375.0, 9339.0, 9340.0, 9313.0, 9373.0, 9394.0, 9332.0, 9384.0, 9404.0, 9346.0, 9349.0, 9389.0, 9310.0, 9365.0, 9390.0, 9343.0, 9374.0, 9339.0, 9402.0, 9346.0, 9413.0, 9427.0, 9425.0, 9458.0, 9423.0, 9426.0, 9475.0, 9475.0, 9465.0, 9413.0, 9432.0, 9439.0, 9394.0, 9402.0, 9424.0, 9346.0, 9383.0, 9388.0, 9356.0, 9363.0, 9381.0, 9333.0, 9375.0, 9323.0, 9365.0, 9384.0, 9342.0, 9399.0, 9334.0, 9366.0, 9392.0, 9353.0, 9344.0, 9380.0, 9331.0, 9375.0, 9392.0, 9322.0, 9370.0, 9329.0, 9361.0, 9363.0, 9344.0, 9404.0, 9348.0, 9351.0, 9390.0, 9333.0, 9344.0, 9370.0, 9331.0, 9387.0, 9323.0, 9347.0, 9335.0, 9409.0, 9391.0, 9343.0, 9393.0, 9393.0, 9338.0, 9355.0, 9353.0, 9322.0, 9383.0, 9331.0, 9384.0, 9353.0, 9410.0, 9341.0, 9377.0, 9379.0, 9435.0, 9398.0, 9360.0, 9394.0, 9395.0, 9349.0, 9361.0, 9372.0, 9328.0, 9359.0, 9360.0, 9339.0, 9356.0, 9333.0, 9347.0, 9363.0, 9376.0, 9428.0, 9402.0, 9437.0, 9412.0, 9344.0, 9457.0, 9426.0, 9348.0, 9386.0, 9400.0, 9394.0, 9354.0, 9410.0, 9408.0, 9353.0, 9407.0, 9404.0, 9353.0, 9376.0, 9339.0, 9347.0, 9382.0, 9326.0, 9379.0, 9394.0, 9347.0, 9382.0, 9380.0, 9358.0, 9391.0, 9353.0, 9401.0, 9360.0, 9391.0, 9356.0, 9395.0, 9425.0, 9361.0, 9403.0, 9406.0, 9364.0, 9393.0, 9370.0, 9400.0, 9350.0, 9386.0, 9431.0, 9357.0, 9390.0, 9329.0, 9381.0, 9403.0, 9335.0, 9352.0, 9373.0, 9322.0, 9347.0, 9343.0, 9311.0, 9357.0, 9364.0, 9321.0, 9374.0, 9386.0, 9341.0, 9377.0, 9373.0, 9338.0, 9413.0, 9365.0, 9366.0, 9417.0, 9370.0, 9389.0, 9356.0, 9402.0, 9446.0, 9409.0, 9437.0, 9441.0, 9476.0, 9387.0, 9454.0, 9466.0, 9409.0, 9454.0, 9411.0, 9421.0, 9463.0, 9380.0, 9451.0, 9460.0, 9408.0, 9370.0, 9402.0, 9408.0, 9359.0, 9376.0, 9374.0, 9338.0, 9379.0, 9390.0, 9341.0, 9333.0, 9317.0, 9385.0, 9397.0, 9344.0, 9400.0, 9399.0, 9356.0, 9384.0, 9356.0, 9414.0, 9435.0, 9375.0, 9388.0, 9429.0, 9421.0, 9378.0, 9424.0, 9415.0, 9364.0, 9424.0, 9417.0, 9371.0, 9397.0, 9409.0, 9349.0, 9407.0, 9354.0, 9371.0, 9392.0, 9370.0, 9396.0, 9413.0, 9354.0, 9415.0, 9385.0, 9353.0, 9397.0, 9353.0, 9396.0, 9343.0, 9388.0, 9361.0, 9409.0, 9385.0, 9378.0, 9365.0, 9439.0, 9436.0, 9391.0, 9380.0, 9402.0, 9388.0, 9350.0, 9388.0, 9352.0, 9327.0, 9384.0, 9335.0, 9338.0, 9360.0, 9314.0, 9355.0, 9361.0, 9332.0, 9375.0, 9368.0, 9334.0, 9382.0, 9348.0, 9373.0, 9364.0, 9419.0, 9350.0, 9392.0, 9409.0, 9382.0, 9382.0, 9447.0, 9449.0, 9405.0, 9408.0, 9425.0, 9359.0, 9369.0, 9399.0, 9339.0, 9364.0, 9394.0, 9346.0, 9360.0, 9389.0, 9320.0, 9352.0, 9381.0, 9325.0, 9373.0, 9355.0, 9347.0, 9382.0, 9333.0, 9393.0, 9375.0, 9351.0, 9410.0, 9361.0, 9353.0, 9391.0, 9336.0, 9392.0, 9397.0, 9356.0, 9397.0, 9380.0, 9372.0, 9411.0, 9351.0, 9402.0, 9416.0, 9358.0, 9404.0, 9414.0, 9349.0, 9393.0, 9344.0, 9346.0, 9388.0, 9346.0, 9367.0, 9382.0, 9344.0, 9394.0, 9371.0, 9339.0, 9413.0, 9369.0, 9344.0, 9391.0, 9327.0, 9375.0, 9394.0, 9356.0, 9401.0, 9386.0, 9354.0, 9400.0, 9371.0, 9346.0, 9409.0, 9367.0, 9351.0, 9385.0, 9340.0, 9400.0, 9372.0, 9394.0, 9398.0, 9393.0, 9387.0, 9441.0, 9447.0, 9372.0, 9425.0, 9429.0, 9384.0, 9389.0, 9394.0, 9371.0, 9414.0, 9367.0, 9416.0, 9374.0, 9428.0, 9364.0, 9419.0, 9403.0, 9449.0, 9441.0, 9375.0, 9421.0, 9414.0, 9375.0, 9371.0, 9359.0, 9417.0, 9410.0, 9356.0, 9387.0, 9367.0, 9410.0, 9378.0, 9436.0, 9416.0, 9365.0, 9421.0, 9409.0, 9363.0, 9360.0, 9370.0, 9439.0, 9384.0, 9376.0, 9393.0, 9379.0, 9409.0, 9398.0, 9444.0, 9431.0, 9369.0, 9419.0, 9412.0, 9350.0, 9397.0, 9388.0, 9331.0, 9363.0, 9347.0, 9369.0, 9346.0, 9398.0, 9378.0, 9335.0, 9385.0, 9348.0, 9394.0, 9353.0, 9390.0, 9338.0, 9420.0, 9398.0, 9386.0, 9393.0, 9364.0, 9394.0, 9321.0, 9379.0, 9418.0, 9381.0, 9337.0, 9369.0, 9373.0, 9302.0, 9348.0, 9324.0, 9298.0, 9331.0, 9340.0, 9334.0, 9384.0, 9413.0, 9329.0, 9383.0, 9382.0, 9391.0, 9354.0, 9383.0, 9398.0, 9395.0, 9416.0, 9373.0, 9401.0, 9414.0, 9400.0, 9379.0, 9403.0, 9361.0, 9366.0, 9348.0, 9390.0, 9340.0, 9407.0, 9367.0, 9422.0, 9409.0, 9368.0, 9375.0, 9332.0, 9357.0, 9282.0, 9303.0, 9296.0, 9329.0, 9322.0, 9332.0, 9318.0, 9294.0, 9368.0, 9324.0, 9367.0, 9362.0, 9297.0, 9327.0, 9355.0, 9305.0, 9331.0, 9350.0, 9347.0, 9364.0, 9345.0, 9374.0, 9331.0, 9396.0, 9361.0, 9403.0, 9402.0, 9333.0, 9394.0, 9384.0, 9361.0, 9367.0, 9349.0, 9377.0, 9341.0, 9404.0, 9349.0, 9426.0, 9388.0, 9383.0, 9428.0, 9380.0, 9428.0, 9351.0, 9405.0, 9431.0, 9400.0, 9369.0, 9315.0, 9382.0, 9403.0, 9383.0, 9331.0, 9380.0, 9382.0, 9302.0, 9342.0, 9293.0, 9355.0, 9312.0, 9384.0, 9353.0, 9365.0, 9368.0, 9350.0, 9403.0, 9336.0, 9394.0, 9334.0, 9371.0, 9419.0, 9391.0, 9388.0, 9335.0, 9391.0, 9395.0, 9354.0, 9382.0, 9398.0, 9367.0, 9368.0, 9315.0, 9345.0, 9326.0, 9374.0, 9367.0, 9394.0, 9372.0, 9252.0, 9396.0, 9439.0, 9380.0, 9340.0, 9340.0, 9348.0, 9302.0, 9352.0, 9370.0, 9358.0, 9320.0, 9375.0, 9385.0, 9332.0, 9337.0, 9313.0, 9299.0, 9297.0, 9320.0, 9287.0, 9347.0, 9320.0, 9371.0, 9348.0, 9288.0, 9331.0, 9300.0, 9319.0, 9338.0, 9321.0, 9350.0, 9361.0, 9324.0, 9350.0, 9293.0, 9331.0, 9283.0, 9313.0, 9305.0, 9344.0, 9334.0, 9365.0, 9328.0, 9410.0, 9398.0, 9352.0, 9393.0, 9363.0, 9399.0, 9363.0, 9381.0, 9358.0, 9360.0, 9331.0, 9369.0, 9394.0, 9357.0, 9395.0, 9356.0, 9399.0, 9328.0, 9400.0, 9415.0, 9344.0, 9363.0, 9387.0, 9344.0, 9359.0, 9324.0, 9395.0, 9323.0, 9368.0, 9394.0, 9383.0, 9421.0, 9377.0, 9380.0, 9399.0, 9427.0, 9414.0, 9358.0, 9418.0, 9428.0, 9350.0, 9374.0, 9390.0, 9333.0, 9392.0, 9370.0, 9330.0, 9372.0, 9381.0, 9315.0, 9373.0, 9353.0, 9337.0, 9382.0, 9353.0, 9374.0, 9381.0, 9422.0, 9398.0, 9350.0, 9404.0, 9397.0, 9347.0, 9369.0, 9345.0, 9340.0, 9396.0, 9381.0, 9348.0, 9369.0, 9335.0, 9393.0, 9342.0, 9397.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.004556763848396502</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.061138656413994165</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.862889590999224</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2414192000437643</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0375447822319481</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.507</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5273.7808</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15150506526780197</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>184</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.411078717201166</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5472471969129544</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.423103669501434</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.734271298446256</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4843666227911734</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115541</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017980480566620827</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04403207451105118</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1372</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.527793352702164</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>17.7944</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5775</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.8062</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292665.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>992.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.0048</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7443</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>433.6583</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3426.7773</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3578.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83879.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1523.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4319.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>790.2257</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.088252977235243</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> |