=== 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-0061 --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-0061",
"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-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-01/func/sub-0061_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>2f52e80c9dc09298266dadb9087387fd</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>13:31:54.505000</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.997945, -0.0608871, 0.0199451, 0.0582402, 0.991807, 0.113698]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0787174</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>[4148, -7767, -7272, 585, -90, -154, -12, 59]</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>231.122</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c0ad67b8-e1e1-494d-8dd5-7125e7b0c349||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.6774144172668457, 0.15625421702861786, 0.07210192829370499, 101.62539672851562], [0.16335567831993103, 2.660945415496826, 0.3032171428203583, -110.36578369140625], [0.05351123586297035, -0.3050430417060852, 2.6819510459899902, -53.168033599853516], [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': ['133154.505000', '133154.965000', '133155.425000', '133155.885000', '133156.345000', '133156.805000', '133157.265000', '133157.725000', '133158.185000', '133158.645000', '133159.105000', '133159.565000', '133200.025000', '133200.485000', '133200.945000', '133201.405000', '133201.865000', '133202.325000', '133202.785000', '133203.245000', '133203.705000', '133204.165000', '133204.625000', '133205.085000', '133205.545000', '133206.005000', '133206.465000', '133206.925000', '133207.385000', '133207.845000', '133208.305000', '133208.765000', '133209.225000', '133209.685000', '133210.145000', '133210.605000', '133211.065000', '133211.525000', '133211.985000', '133212.445000', '133212.905000', '133213.365000', '133213.825000', '133214.285000', '133214.745000', '133215.205000', '133215.665000', '133216.125000', '133216.585000', '133217.045000', '133217.505000', '133217.965000', '133218.425000', '133218.885000', '133219.345000', '133219.805000', '133220.265000', '133220.725000', '133221.185000', '133221.645000', '133222.105000', '133222.565000', '133223.025000', '133223.485000', '133223.945000', '133224.405000', '133224.865000', '133225.325000', '133225.785000', '133226.245000', '133226.705000', '133227.165000', '133227.625000', '133228.085000', '133228.545000', '133229.005000', '133229.465000', '133229.925000', '133230.385000', '133230.845000', '133231.305000', '133231.765000', '133232.225000', '133232.685000', '133233.145000', '133233.605000', '133234.065000', '133234.525000', '133234.985000', '133235.445000', '133235.905000', '133236.365000', '133236.825000', '133237.285000', '133237.745000', '133238.205000', '133238.665000', '133239.125000', '133239.585000', '133240.045000', '133240.505000', '133240.965000', '133241.425000', '133241.885000', '133242.345000', '133242.805000', '133243.265000', '133243.725000', '133244.185000', '133244.645000', '133245.105000', '133245.565000', '133246.025000', '133246.485000', '133246.945000', '133247.405000', '133247.865000', '133248.325000', '133248.785000', '133249.245000', '133249.705000', '133250.165000', '133250.625000', '133251.085000', '133251.545000', '133252.005000', '133252.465000', '133252.925000', '133253.385000', '133253.845000', '133254.305000', '133254.765000', '133255.225000', '133255.685000', '133256.145000', '133256.605000', '133257.065000', '133257.525000', '133257.985000', '133258.445000', '133258.905000', '133259.365000', '133259.825000', '133300.285000', '133300.745000', '133301.205000', '133301.665000', '133302.125000', '133302.585000', '133303.045000', '133303.505000', '133303.965000', '133304.425000', '133304.885000', '133305.345000', '133305.805000', '133306.265000', '133306.725000', '133307.185000', '133307.645000', '133308.105000', '133308.565000', '133309.025000', '133309.485000', '133309.945000', '133310.405000', '133310.865000', '133311.325000', '133311.785000', '133312.245000', '133312.705000', '133313.165000', '133313.625000', '133314.085000', '133314.545000', '133315.005000', '133315.465000', '133315.925000', '133316.385000', '133316.845000', '133317.305000', '133317.765000', '133318.225000', '133318.685000', '133319.145000', '133319.605000', '133320.065000', '133320.525000', '133320.985000', '133321.445000', '133321.905000', '133322.365000', '133322.825000', '133323.285000', '133323.745000', '133324.205000', '133324.665000', '133325.125000', '133325.585000', '133326.045000', '133326.505000', '133326.965000', '133327.425000', '133327.885000', '133328.345000', '133328.805000', '133329.265000', '133329.725000', '133330.185000', '133330.645000', '133331.105000', '133331.565000', '133332.025000', '133332.485000', '133332.945000', '133333.405000', '133333.865000', '133334.325000', '133334.785000', '133335.245000', '133335.705000', '133336.165000', '133336.625000', '133337.085000', '133337.545000', '133338.005000', '133338.465000', '133338.925000', '133339.385000', '133339.845000', '133340.305000', '133340.765000', '133341.225000', '133341.685000', '133342.145000', '133342.605000', '133343.065000', '133343.525000', '133343.985000', '133344.445000', '133344.905000', '133345.365000', '133345.825000', '133346.285000', '133346.745000', '133347.205000', '133347.665000', '133348.125000', '133348.585000', '133349.045000', '133349.505000', '133349.965000', '133350.425000', '133350.885000', '133351.345000', '133351.805000', '133352.265000', '133352.725000', '133353.185000', '133353.645000', '133354.105000', '133354.565000', '133355.025000', '133355.485000', '133355.945000', '133356.405000', '133356.865000', '133357.325000', '133357.785000', '133358.245000', '133358.705000', '133359.165000', '133359.625000', '133400.085000', '133400.545000', '133401.005000', '133401.465000', '133401.925000', '133402.385000', '133402.845000', '133403.305000', '133403.765000', '133404.225000', '133404.685000', '133405.145000', '133405.605000', '133406.065000', '133406.525000', '133406.985000', '133407.445000', '133407.905000', '133408.365000', '133408.825000', '133409.285000', '133409.745000', '133410.205000', '133410.665000', '133411.125000', '133411.585000', '133412.045000', '133412.505000', '133412.965000', '133413.425000', '133413.885000', '133414.345000', '133414.805000', '133415.265000', '133415.725000', '133416.185000', '133416.645000', '133417.105000', '133417.565000', '133418.025000', '133418.485000', '133418.945000', '133419.405000', '133419.865000', '133420.325000', '133420.785000', '133421.245000', '133421.705000', '133422.165000', '133422.625000', '133423.085000', '133423.545000', '133424.005000', '133424.465000', '133424.925000', '133425.385000', '133425.845000', '133426.305000', '133426.765000', '133427.225000', '133427.685000', '133428.145000', '133428.605000', '133429.065000', '133429.525000', '133429.985000', '133430.445000', '133430.905000', '133431.365000', '133431.825000', '133432.285000', '133432.745000', '133433.205000', '133433.665000', '133434.125000', '133434.585000', '133435.045000', '133435.505000', '133435.965000', '133436.425000', '133436.885000', '133437.345000', '133437.805000', '133438.265000', '133438.725000', '133439.185000', '133439.645000', '133440.105000', '133440.565000', '133441.025000', '133441.485000', '133441.945000', '133442.405000', '133442.865000', '133443.325000', '133443.785000', '133444.245000', '133444.705000', '133445.165000', '133445.625000', '133446.085000', '133446.545000', '133447.005000', '133447.465000', '133447.925000', '133448.385000', '133448.845000', '133449.305000', '133449.765000', '133450.225000', '133450.685000', '133451.145000', '133451.605000', '133452.065000', '133452.525000', '133452.985000', '133453.445000', '133453.905000', '133454.365000', '133454.825000', '133455.285000', '133455.745000', '133456.205000', '133456.665000', '133457.125000', '133457.585000', '133458.045000', '133458.505000', '133458.965000', '133459.425000', '133459.885000', '133500.345000', '133500.805000', '133501.265000', '133501.725000', '133502.185000', '133502.645000', '133503.105000', '133503.565000', '133504.025000', '133504.485000', '133504.945000', '133505.405000', '133505.865000', '133506.325000', '133506.785000', '133507.245000', '133507.705000', '133508.165000', '133508.625000', '133509.085000', '133509.545000', '133510.005000', '133510.465000', '133510.925000', '133511.385000', '133511.845000', '133512.305000', '133512.765000', '133513.225000', '133513.685000', '133514.145000', '133514.605000', '133515.065000', '133515.525000', '133515.985000', '133516.445000', '133516.905000', '133517.365000', '133517.825000', '133518.285000', '133518.745000', '133519.205000', '133519.665000', '133520.125000', '133520.585000', '133521.045000', '133521.505000', '133521.965000', '133522.425000', '133522.885000', '133523.345000', '133523.805000', '133524.265000', '133524.725000', '133525.185000', '133525.645000', '133526.105000', '133526.565000', '133527.025000', '133527.485000', '133527.945000', '133528.405000', '133528.865000', '133529.325000', '133529.785000', '133530.245000', '133530.705000', '133531.165000', '133531.625000', '133532.085000', '133532.545000', '133533.005000', '133533.465000', '133533.925000', '133534.385000', '133534.845000', '133535.305000', '133535.765000', '133536.225000', '133536.685000', '133537.145000', '133537.605000', '133538.065000', '133538.525000', '133538.985000', '133539.445000', '133539.905000', '133540.365000', '133540.825000', '133541.285000', '133541.745000', '133542.205000', '133542.665000', '133543.125000', '133543.585000', '133544.045000', '133544.505000', '133544.965000', '133545.425000', '133545.885000', '133546.345000', '133546.805000', '133547.265000', '133547.725000', '133548.185000', '133548.645000', '133549.105000', '133549.565000', '133550.025000', '133550.485000', '133550.945000', '133551.405000', '133551.865000', '133552.325000', '133552.785000', '133553.245000', '133553.705000', '133554.165000', '133554.625000', '133555.085000', '133555.545000', '133556.005000', '133556.465000', '133556.925000', '133557.385000', '133557.845000', '133558.305000', '133558.765000', '133559.225000', '133559.685000', '133600.145000', '133600.605000', '133601.065000', '133601.525000', '133601.985000', '133602.445000', '133602.905000', '133603.365000', '133603.825000', '133604.285000', '133604.745000', '133605.205000', '133605.665000', '133606.125000', '133606.585000', '133607.045000', '133607.505000', '133607.965000', '133608.425000', '133608.885000', '133609.345000', '133609.805000', '133610.265000', '133610.725000', '133611.185000', '133611.645000', '133612.105000', '133612.565000', '133613.025000', '133613.485000', '133613.945000', '133614.405000', '133614.865000', '133615.325000', '133615.785000', '133616.245000', '133616.705000', '133617.165000', '133617.625000', '133618.085000', '133618.545000', '133619.005000', '133619.465000', '133619.925000', '133620.385000', '133620.845000', '133621.305000', '133621.765000', '133622.225000', '133622.685000', '133623.145000', '133623.605000', '133624.065000', '133624.525000', '133624.985000', '133625.445000', '133625.905000', '133626.365000', '133626.825000', '133627.285000', '133627.745000', '133628.205000', '133628.665000', '133629.125000', '133629.585000', '133630.045000', '133630.505000', '133630.965000', '133631.425000', '133631.885000', '133632.345000', '133632.805000', '133633.265000', '133633.725000', '133634.185000', '133634.645000', '133635.105000', '133635.565000', '133636.025000', '133636.485000', '133636.945000', '133637.405000', '133637.865000', '133638.325000', '133638.785000', '133639.245000', '133639.705000', '133640.165000', '133640.625000', '133641.085000', '133641.545000', '133642.005000', '133642.465000', '133642.925000', '133643.385000', '133643.845000', '133644.305000', '133644.765000', '133645.225000', '133645.685000', '133646.145000', '133646.605000', '133647.065000', '133647.525000', '133647.985000', '133648.445000', '133648.905000', '133649.365000', '133649.825000', '133650.285000', '133650.745000', '133651.205000', '133651.665000', '133652.125000', '133652.585000', '133653.045000', '133653.505000', '133653.965000', '133654.425000', '133654.885000', '133655.345000', '133655.805000', '133656.265000', '133656.725000', '133657.185000', '133657.645000', '133658.105000', '133658.565000', '133659.025000', '133659.485000', '133659.945000', '133700.405000', '133700.865000', '133701.325000', '133701.785000', '133702.245000', '133702.705000', '133703.165000', '133703.625000', '133704.085000', '133704.545000', '133705.005000', '133705.465000', '133705.925000', '133706.385000', '133706.845000', '133707.305000', '133707.765000', '133708.225000', '133708.685000', '133709.145000', '133709.605000', '133710.065000', '133710.525000', '133710.985000', '133711.445000', '133711.905000', '133712.365000', '133712.825000', '133713.285000', '133713.745000', '133714.205000', '133714.665000', '133715.125000', '133715.585000', '133716.045000', '133716.505000', '133716.965000', '133717.425000', '133717.885000', '133718.345000', '133718.805000', '133719.265000', '133719.725000', '133720.185000', '133720.645000', '133721.105000', '133721.565000', '133722.025000', '133722.485000', '133722.945000', '133723.405000', '133723.865000', '133724.325000', '133724.785000', '133725.245000', '133725.705000', '133726.165000', '133726.625000', '133727.085000', '133727.545000', '133728.005000', '133728.465000', '133728.925000', '133729.385000', '133729.845000', '133730.305000', '133730.765000', '133731.225000', '133731.685000', '133732.145000', '133732.605000', '133733.065000', '133733.525000', '133733.985000', '133734.445000', '133734.905000', '133735.365000', '133735.825000', '133736.285000', '133736.745000', '133737.205000', '133737.665000', '133738.125000', '133738.585000', '133739.045000', '133739.505000', '133739.965000', '133740.425000', '133740.885000', '133741.345000', '133741.805000', '133742.265000', '133742.725000', '133743.185000', '133743.645000', '133744.105000', '133744.565000', '133745.025000', '133745.485000', '133745.945000', '133746.405000', '133746.865000', '133747.325000', '133747.785000', '133748.245000', '133748.705000', '133749.165000', '133749.625000', '133750.085000', '133750.545000', '133751.005000', '133751.465000', '133751.925000', '133752.385000', '133752.845000', '133753.305000', '133753.765000', '133754.225000', '133754.685000', '133755.145000', '133755.605000', '133756.065000', '133756.525000', '133756.985000', '133757.445000', '133757.905000', '133758.365000', '133758.825000', '133759.285000', '133759.745000', '133800.205000', '133800.665000', '133801.125000', '133801.585000', '133802.045000', '133802.505000', '133802.965000', '133803.425000', '133803.885000', '133804.345000', '133804.805000', '133805.265000', '133805.725000', '133806.185000', '133806.645000', '133807.105000', '133807.565000', '133808.025000', '133808.485000', '133808.945000', '133809.405000', '133809.865000', '133810.325000', '133810.785000', '133811.245000', '133811.705000', '133812.165000', '133812.625000', '133813.085000', '133813.545000', '133814.005000', '133814.465000', '133814.925000', '133815.385000', '133815.845000', '133816.305000', '133816.765000', '133817.225000', '133817.685000', '133818.145000', '133818.605000', '133819.065000', '133819.525000', '133819.985000', '133820.445000', '133820.905000', '133821.365000', '133821.825000', '133822.285000', '133822.745000', '133823.205000', '133823.665000', '133824.125000', '133824.585000', '133825.045000', '133825.505000', '133825.965000', '133826.425000', '133826.885000', '133827.345000', '133827.805000', '133828.265000', '133828.725000', '133829.185000', '133829.645000', '133830.105000', '133830.565000', '133831.025000', '133831.485000', '133831.945000', '133832.405000', '133832.865000', '133833.325000', '133833.785000', '133834.245000', '133834.705000', '133835.165000', '133835.625000', '133836.085000', '133836.545000', '133837.005000', '133837.465000', '133837.925000', '133838.385000', '133838.845000', '133839.305000', '133839.765000', '133840.225000', '133840.685000', '133841.145000', '133841.605000', '133842.065000', '133842.525000', '133842.985000', '133843.445000', '133843.905000', '133844.365000', '133844.825000', '133845.285000', '133845.745000', '133846.205000', '133846.665000', '133847.125000', '133847.585000', '133848.045000', '133848.505000', '133848.965000', '133849.425000', '133849.885000', '133850.345000', '133850.805000', '133851.265000', '133851.725000', '133852.185000', '133852.645000', '133853.105000', '133853.565000', '133854.025000', '133854.485000', '133854.945000', '133855.405000', '133855.865000', '133856.325000', '133856.785000', '133857.245000', '133857.705000', '133858.165000', '133858.625000', '133859.085000', '133859.545000', '133900.005000', '133900.465000', '133900.925000', '133901.385000', '133901.845000', '133902.305000', '133902.765000', '133903.225000', '133903.685000', '133904.145000', '133904.605000', '133905.065000', '133905.525000', '133905.985000', '133906.445000', '133906.905000', '133907.365000', '133907.825000', '133908.285000', '133908.745000', '133909.205000', '133909.665000', '133910.125000', '133910.585000', '133911.045000', '133911.505000', '133911.965000', '133912.425000', '133912.885000', '133913.345000', '133913.805000', '133914.265000', '133914.725000', '133915.185000', '133915.645000', '133916.105000', '133916.565000', '133917.025000', '133917.485000', '133917.945000', '133918.405000', '133918.865000', '133919.325000', '133919.785000', '133920.245000', '133920.705000', '133921.165000', '133921.625000', '133922.085000', '133922.545000', '133923.005000', '133923.465000', '133923.925000', '133924.385000', '133924.845000', '133925.305000', '133925.765000', '133926.225000', '133926.685000', '133927.145000', '133927.605000', '133928.065000', '133928.525000', '133928.985000', '133929.445000', '133929.905000', '133930.365000', '133930.825000', '133931.285000', '133931.745000', '133932.205000', '133932.665000', '133933.125000', '133933.585000', '133934.045000', '133934.505000', '133934.965000', '133935.425000', '133935.885000', '133936.345000', '133936.805000', '133937.265000', '133937.725000', '133938.185000', '133938.645000', '133939.105000', '133939.565000', '133940.025000', '133940.485000', '133940.945000', '133941.405000', '133941.865000', '133942.325000', '133942.785000', '133943.245000', '133943.705000', '133944.165000', '133944.625000', '133945.085000', '133945.545000', '133946.005000', '133946.465000', '133946.925000', '133947.385000', '133947.845000', '133948.305000', '133948.765000', '133949.225000', '133949.685000', '133950.145000', '133950.605000', '133951.065000', '133951.525000', '133951.985000', '133952.445000', '133952.905000', '133953.365000', '133953.825000', '133954.285000', '133954.745000', '133955.205000', '133955.665000', '133956.125000', '133956.585000', '133957.045000', '133957.505000', '133957.965000', '133958.425000', '133958.885000', '133959.345000', '133959.805000', '134000.265000', '134000.725000', '134001.185000', '134001.645000', '134002.105000', '134002.565000', '134003.025000', '134003.485000', '134003.945000', '134004.405000', '134004.865000', '134005.325000', '134005.785000', '134006.245000', '134006.705000', '134007.165000', '134007.625000', '134008.085000', '134008.545000', '134009.005000', '134009.465000', '134009.925000', '134010.385000', '134010.845000', '134011.305000', '134011.765000', '134012.225000', '134012.685000', '134013.145000', '134013.605000', '134014.065000', '134014.525000', '134014.985000', '134015.445000', '134015.905000', '134016.365000', '134016.825000', '134017.285000', '134017.745000', '134018.205000', '134018.665000', '134019.125000', '134019.585000', '134020.045000', '134020.505000', '134020.965000', '134021.425000', '134021.885000', '134022.345000', '134022.805000', '134023.265000', '134023.725000', '134024.185000', '134024.645000', '134025.105000', '134025.565000', '134026.025000', '134026.485000', '134026.945000', '134027.405000', '134027.865000', '134028.325000', '134028.785000', '134029.245000', '134029.705000', '134030.165000', '134030.625000', '134031.085000', '134031.545000', '134032.005000', '134032.465000', '134032.925000', '134033.385000', '134033.845000', '134034.305000', '134034.765000', '134035.225000', '134035.685000', '134036.145000', '134036.605000', '134037.065000', '134037.525000', '134037.985000', '134038.445000', '134038.905000', '134039.365000', '134039.825000', '134040.285000', '134040.745000', '134041.205000', '134041.665000', '134042.125000', '134042.585000', '134043.045000', '134043.505000', '134043.965000', '134044.425000', '134044.885000', '134045.345000', '134045.805000', '134046.265000', '134046.725000', '134047.185000', '134047.645000', '134048.105000', '134048.565000', '134049.025000', '134049.485000', '134049.945000', '134050.405000', '134050.865000', '134051.325000', '134051.785000', '134052.245000', '134052.705000', '134053.165000', '134053.625000', '134054.085000', '134054.545000', '134055.005000', '134055.465000', '134055.925000', '134056.385000', '134056.845000', '134057.305000', '134057.765000', '134058.225000', '134058.685000', '134059.145000', '134059.605000', '134100.065000', '134100.525000', '134100.985000', '134101.445000', '134101.905000', '134102.365000', '134102.825000', '134103.285000', '134103.745000', '134104.205000', '134104.665000', '134105.125000', '134105.585000', '134106.045000', '134106.505000', '134106.965000', '134107.425000', '134107.885000', '134108.345000', '134108.805000', '134109.265000', '134109.725000', '134110.185000', '134110.645000', '134111.105000', '134111.565000', '134112.025000', '134112.485000', '134112.945000', '134113.405000', '134113.865000', '134114.325000', '134114.785000', '134115.245000', '134115.705000', '134116.165000', '134116.625000', '134117.085000', '134117.545000', '134118.005000', '134118.465000', '134118.925000', '134119.385000', '134119.845000', '134120.305000', '134120.765000', '134121.225000', '134121.685000', '134122.145000', '134122.605000', '134123.065000', '134123.525000', '134123.985000', '134124.445000', '134124.905000', '134125.365000', '134125.825000', '134126.285000', '134126.745000', '134127.205000', '134127.665000', '134128.125000', '134128.585000', '134129.045000', '134129.505000', '134129.965000', '134130.425000', '134130.885000', '134131.345000', '134131.805000', '134132.265000', '134132.725000', '134133.185000', '134133.645000', '134134.105000', '134134.565000', '134135.025000', '134135.485000', '134135.945000', '134136.405000', '134136.865000', '134137.325000', '134137.785000', '134138.245000', '134138.705000', '134139.165000', '134139.625000', '134140.085000', '134140.545000', '134141.005000', '134141.465000', '134141.925000', '134142.385000', '134142.845000', '134143.305000', '134143.765000', '134144.225000', '134144.685000', '134145.145000', '134145.605000', '134146.065000', '134146.525000', '134146.985000', '134147.445000', '134147.905000', '134148.365000', '134148.825000', '134149.285000', '134149.745000', '134150.205000', '134150.665000', '134151.125000', '134151.585000', '134152.045000', '134152.505000', '134152.965000', '134153.425000', '134153.885000', '134154.345000', '134154.805000', '134155.265000', '134155.725000', '134156.185000', '134156.645000', '134157.105000', '134157.565000', '134158.025000', '134158.485000', '134158.945000', '134159.405000', '134159.865000', '134200.325000', '134200.785000', '134201.245000', '134201.705000', '134202.165000', '134202.625000', '134203.085000', '134203.545000', '134204.005000', '134204.465000', '134204.925000', '134205.385000', '134205.845000', '134206.305000', '134206.765000', '134207.225000', '134207.685000', '134208.145000', '134208.605000', '134209.065000', '134209.525000', '134209.985000', '134210.445000', '134210.905000', '134211.365000', '134211.825000', '134212.285000', '134212.745000', '134213.205000', '134213.665000', '134214.125000', '134214.585000', '134215.045000', '134215.505000', '134215.965000', '134216.425000', '134216.885000', '134217.345000', '134217.805000', '134218.265000', '134218.725000', '134219.185000', '134219.645000', '134220.105000', '134220.565000', '134221.025000', '134221.485000', '134221.945000', '134222.405000', '134222.865000', '134223.325000', '134223.785000', '134224.245000', '134224.705000', '134225.165000', '134225.625000', '134226.085000', '134226.545000', '134227.005000'], 'ContentTime': ['133214.632000', '133214.635000', '133214.638000', '133214.640000', '133214.643000', '133214.646000', '133214.653000', '133214.655000', '133214.658000', '133214.661000', '133214.663000', '133214.666000', '133214.668000', '133214.671000', '133214.673000', '133214.676000', '133214.679000', '133214.681000', '133214.684000', '133214.686000', '133214.689000', '133214.692000', '133214.694000', '133214.697000', '133214.699000', '133214.702000', '133214.705000', '133214.707000', '133214.710000', '133214.713000', '133214.715000', '133214.718000', '133214.720000', '133214.723000', '133214.725000', '133214.728000', '133214.731000', '133214.733000', '133214.736000', '133214.738000', '133214.741000', '133214.744000', '133234.601000', '133234.604000', '133234.607000', '133234.610000', '133234.612000', '133234.615000', '133234.617000', '133234.620000', '133234.622000', '133234.625000', '133234.627000', '133234.630000', '133234.632000', '133234.635000', '133234.638000', '133234.640000', '133234.643000', '133234.645000', '133234.648000', '133234.650000', '133234.653000', '133234.655000', '133234.658000', '133234.661000', '133234.663000', '133234.666000', '133234.668000', '133234.671000', '133234.673000', '133234.676000', '133234.678000', '133234.681000', '133234.684000', '133234.686000', '133234.689000', '133234.691000', '133234.694000', '133234.696000', '133234.699000', '133234.702000', '133234.704000', '133234.707000', '133234.709000', '133254.601000', '133254.604000', '133254.607000', '133254.609000', '133254.612000', '133254.615000', '133254.617000', '133254.620000', '133254.622000', '133254.625000', '133254.627000', '133254.630000', '133254.633000', '133254.635000', '133254.638000', '133254.641000', '133254.643000', '133254.646000', '133254.648000', '133254.651000', '133254.653000', '133254.656000', '133254.659000', '133254.661000', '133254.664000', '133254.666000', '133254.669000', '133254.672000', '133254.674000', '133254.677000', '133254.679000', '133254.682000', '133254.684000', '133254.687000', '133254.689000', '133254.692000', '133254.695000', '133254.697000', '133254.700000', '133254.702000', '133254.705000', '133254.708000', '133254.710000', '133254.713000', '133314.600000', '133314.603000', '133314.606000', '133314.609000', '133314.611000', '133314.614000', '133314.616000', '133314.619000', '133314.621000', '133314.624000', '133314.627000', '133314.629000', '133314.632000', '133314.634000', '133314.637000', '133314.640000', '133314.642000', '133314.645000', '133314.648000', '133314.650000', '133314.653000', '133314.655000', '133314.658000', '133314.661000', '133314.663000', '133314.666000', '133314.668000', '133314.671000', '133314.674000', '133314.676000', '133314.679000', '133314.681000', '133314.684000', '133314.686000', '133314.689000', '133314.692000', '133314.694000', '133314.697000', '133314.699000', '133314.702000', '133314.704000', '133314.707000', '133314.710000', '133334.600000', '133334.603000', '133334.606000', '133334.609000', '133334.612000', '133334.615000', '133334.617000', '133334.620000', '133334.623000', '133334.625000', '133334.628000', '133334.630000', '133334.633000', '133334.636000', '133334.638000', '133334.641000', '133334.644000', '133334.646000', '133334.649000', '133334.651000', '133334.654000', '133334.657000', '133334.659000', '133334.662000', '133334.664000', '133334.667000', '133334.670000', '133334.673000', '133334.675000', '133334.678000', '133334.681000', '133334.683000', '133334.686000', '133334.688000', '133334.691000', '133334.693000', '133334.696000', '133334.698000', '133334.701000', '133334.704000', '133334.706000', '133334.709000', '133334.711000', '133334.714000', '133354.600000', '133354.603000', '133354.606000', '133354.608000', '133354.611000', '133354.613000', '133354.616000', '133354.619000', '133354.621000', '133354.624000', '133354.626000', '133354.629000', '133354.631000', '133354.634000', '133354.637000', '133354.639000', '133354.642000', '133354.644000', '133354.647000', '133354.649000', '133354.652000', '133354.654000', '133354.657000', '133354.660000', '133354.662000', '133354.665000', '133354.668000', '133354.670000', '133354.673000', '133354.675000', '133354.678000', '133354.681000', '133354.683000', '133354.686000', '133354.688000', '133354.691000', '133354.694000', '133354.696000', '133354.699000', '133354.701000', '133354.704000', '133354.706000', '133354.709000', '133414.601000', '133414.604000', '133414.607000', '133414.609000', '133414.612000', '133414.614000', '133414.617000', '133414.620000', '133414.622000', '133414.625000', '133414.628000', '133414.630000', '133414.633000', '133414.635000', '133414.638000', '133414.641000', '133414.643000', '133414.646000', '133414.649000', '133414.651000', '133414.654000', '133414.656000', '133414.659000', '133414.661000', '133414.664000', '133414.666000', '133414.669000', '133414.672000', '133414.674000', '133414.677000', '133414.679000', '133414.682000', '133414.684000', '133414.687000', '133414.690000', '133414.692000', '133414.695000', '133414.697000', '133414.700000', '133414.702000', '133414.705000', '133414.708000', '133414.710000', '133414.713000', '133434.601000', '133434.604000', '133434.607000', '133434.610000', '133434.612000', '133434.615000', '133434.617000', '133434.620000', '133434.623000', '133434.625000', '133434.628000', '133434.630000', '133434.633000', '133434.635000', '133434.638000', '133434.640000', '133434.643000', '133434.646000', '133434.648000', '133434.651000', '133434.653000', '133434.656000', '133434.659000', '133434.661000', '133434.664000', '133434.666000', '133434.669000', '133434.672000', '133434.674000', '133434.677000', '133434.679000', '133434.682000', '133434.684000', '133434.687000', '133434.690000', '133434.692000', '133434.695000', '133434.697000', '133434.700000', '133434.703000', '133434.705000', '133434.708000', '133434.710000', '133454.602000', '133454.604000', '133454.607000', '133454.610000', '133454.612000', '133454.615000', '133454.617000', '133454.620000', '133454.623000', '133454.625000', '133454.628000', '133454.630000', '133454.633000', '133454.636000', '133454.638000', '133454.641000', '133454.644000', '133454.646000', '133454.649000', '133454.652000', '133454.655000', '133454.658000', '133454.661000', '133454.663000', '133454.666000', '133454.668000', '133454.671000', '133454.673000', '133454.676000', '133454.679000', '133454.681000', '133454.684000', '133454.686000', '133454.689000', '133454.691000', '133454.694000', '133454.697000', '133454.699000', '133454.702000', '133454.704000', '133454.707000', '133454.710000', '133454.712000', '133514.602000', '133514.604000', '133514.607000', '133514.609000', '133514.612000', '133514.615000', '133514.617000', '133514.620000', '133514.623000', '133514.625000', '133514.628000', '133514.630000', '133514.633000', '133514.635000', '133514.638000', '133514.640000', '133514.643000', '133514.646000', '133514.648000', '133514.651000', '133514.653000', '133514.656000', '133514.659000', '133514.661000', '133514.664000', '133514.666000', '133514.669000', '133514.672000', '133514.674000', '133514.677000', '133514.679000', '133514.682000', '133514.684000', '133514.687000', '133514.690000', '133514.692000', '133514.695000', '133514.697000', '133514.700000', '133514.702000', '133514.705000', '133514.708000', '133514.710000', '133514.713000', '133534.601000', '133534.603000', '133534.606000', '133534.609000', '133534.611000', '133534.614000', '133534.616000', '133534.619000', '133534.621000', '133534.624000', '133534.627000', '133534.629000', '133534.632000', '133534.635000', '133534.637000', '133534.640000', '133534.642000', '133534.645000', '133534.647000', '133534.650000', '133534.653000', '133534.655000', '133534.658000', '133534.661000', '133534.663000', '133534.666000', '133534.668000', '133534.671000', '133534.674000', '133534.676000', '133534.679000', '133534.681000', '133534.684000', '133534.686000', '133534.689000', '133534.692000', '133534.694000', '133534.697000', '133534.699000', '133534.702000', '133534.705000', '133534.707000', '133534.710000', '133534.712000', '133554.601000', '133554.604000', '133554.606000', '133554.609000', '133554.611000', '133554.614000', '133554.617000', '133554.619000', '133554.622000', '133554.624000', '133554.627000', '133554.629000', '133554.632000', '133554.635000', '133554.637000', '133554.640000', '133554.642000', '133554.645000', '133554.647000', '133554.650000', '133554.653000', '133554.655000', '133554.658000', '133554.660000', '133554.663000', '133554.666000', '133554.668000', '133554.671000', '133554.674000', '133554.676000', '133554.679000', '133554.681000', '133554.684000', '133554.694000', '133554.697000', '133554.699000', '133554.702000', '133554.704000', '133554.707000', '133554.709000', '133554.712000', '133554.715000', '133554.717000', '133614.601000', '133614.603000', '133614.606000', '133614.608000', '133614.611000', '133614.614000', '133614.616000', '133614.619000', '133614.622000', '133614.624000', '133614.627000', '133614.630000', '133614.632000', '133614.635000', '133614.637000', '133614.640000', '133614.643000', '133614.645000', '133614.648000', '133614.650000', '133614.653000', '133614.656000', '133614.658000', '133614.661000', '133614.663000', '133614.666000', '133614.669000', '133614.671000', '133614.674000', '133614.676000', '133614.679000', '133614.682000', '133614.684000', '133614.687000', '133614.690000', '133614.693000', '133614.696000', '133614.698000', '133614.701000', '133614.704000', '133614.706000', '133614.709000', '133614.712000', '133634.602000', '133634.604000', '133634.607000', '133634.610000', '133634.612000', '133634.615000', '133634.618000', '133634.620000', '133634.623000', '133634.625000', '133634.628000', '133634.630000', '133634.633000', '133634.636000', '133634.638000', '133634.641000', '133634.643000', '133634.646000', '133634.649000', '133634.651000', '133634.654000', '133634.657000', '133634.659000', '133634.662000', '133634.665000', '133634.667000', '133634.670000', '133634.672000', '133634.675000', '133634.678000', '133634.680000', '133634.683000', '133634.686000', '133634.688000', '133634.691000', '133634.693000', '133634.696000', '133634.698000', '133634.701000', '133634.704000', '133634.706000', '133634.709000', '133634.711000', '133634.714000', '133654.602000', '133654.604000', '133654.607000', '133654.610000', '133654.612000', '133654.615000', '133654.617000', '133654.620000', '133654.622000', '133654.625000', '133654.628000', '133654.630000', '133654.633000', '133654.635000', '133654.638000', '133654.641000', '133654.643000', '133654.646000', '133654.649000', '133654.651000', '133654.654000', '133654.656000', '133654.659000', '133654.662000', '133654.664000', '133654.667000', '133654.669000', '133654.672000', '133654.674000', '133654.677000', '133654.680000', '133654.682000', '133654.685000', '133654.687000', '133654.690000', '133654.692000', '133654.695000', '133654.698000', '133654.700000', '133654.703000', '133654.705000', '133654.708000', '133654.710000', '133714.601000', '133714.604000', '133714.607000', '133714.610000', '133714.612000', '133714.615000', '133714.617000', '133714.620000', '133714.623000', '133714.625000', '133714.628000', '133714.630000', '133714.633000', '133714.635000', '133714.638000', '133714.641000', '133714.643000', '133714.646000', '133714.649000', '133714.651000', '133714.654000', '133714.656000', '133714.659000', '133714.661000', '133714.664000', '133714.666000', '133714.669000', '133714.672000', '133714.674000', '133714.677000', '133714.680000', '133714.682000', '133714.685000', '133714.687000', '133714.690000', '133714.693000', '133714.695000', '133714.698000', '133714.700000', '133714.703000', '133714.705000', '133714.708000', '133714.711000', '133714.713000', '133734.612000', '133734.614000', '133734.617000', '133734.620000', '133734.622000', '133734.625000', '133734.628000', '133734.630000', '133734.633000', '133734.636000', '133734.638000', '133734.641000', '133734.643000', '133734.646000', '133734.649000', '133734.651000', '133734.654000', '133734.658000', '133734.661000', '133734.663000', '133734.666000', '133734.669000', '133734.671000', '133734.674000', '133734.677000', '133734.679000', '133734.682000', '133734.685000', '133734.687000', '133734.690000', '133734.692000', '133734.695000', '133734.698000', '133734.700000', '133734.703000', '133734.705000', '133734.708000', '133734.711000', '133734.713000', '133734.716000', '133734.718000', '133734.721000', '133734.723000', '133754.601000', '133754.603000', '133754.606000', '133754.609000', '133754.611000', '133754.614000', '133754.616000', '133754.619000', '133754.621000', '133754.624000', '133754.627000', '133754.629000', '133754.632000', '133754.634000', '133754.637000', '133754.639000', '133754.642000', '133754.645000', '133754.647000', '133754.650000', '133754.652000', '133754.655000', '133754.657000', '133754.660000', '133754.663000', '133754.665000', '133754.668000', '133754.670000', '133754.673000', '133754.675000', '133754.678000', '133754.681000', '133754.683000', '133754.686000', '133754.689000', '133754.691000', '133754.694000', '133754.696000', '133754.699000', '133754.701000', '133754.704000', '133754.707000', '133754.709000', '133754.712000', '133814.600000', '133814.603000', '133814.606000', '133814.608000', '133814.611000', '133814.614000', '133814.616000', '133814.619000', '133814.621000', '133814.624000', '133814.626000', '133814.629000', '133814.632000', '133814.634000', '133814.637000', '133814.639000', '133814.642000', '133814.644000', '133814.647000', '133814.650000', '133814.652000', '133814.655000', '133814.657000', '133814.660000', '133814.662000', '133814.665000', '133814.668000', '133814.670000', '133814.673000', '133814.675000', '133814.678000', '133814.681000', '133814.683000', '133814.686000', '133814.688000', '133814.691000', '133814.693000', '133814.696000', '133814.699000', '133814.701000', '133814.704000', '133814.706000', '133814.709000', '133834.601000', '133834.603000', '133834.606000', '133834.609000', '133834.611000', '133834.614000', '133834.616000', '133834.619000', '133834.621000', '133834.624000', '133834.627000', '133834.629000', '133834.632000', '133834.634000', '133834.637000', '133834.639000', '133834.642000', '133834.645000', '133834.647000', '133834.650000', '133834.652000', '133834.655000', '133834.658000', '133834.660000', '133834.663000', '133834.665000', '133834.668000', '133834.671000', '133834.673000', '133834.676000', '133834.678000', '133834.681000', '133834.683000', '133834.686000', '133834.689000', '133834.691000', '133834.694000', '133834.696000', '133834.699000', '133834.701000', '133834.704000', '133834.707000', '133834.709000', '133834.712000', '133854.602000', '133854.604000', '133854.607000', '133854.610000', '133854.612000', '133854.615000', '133854.617000', '133854.620000', '133854.622000', '133854.625000', '133854.628000', '133854.671000', '133854.674000', '133854.677000', '133854.679000', '133854.682000', '133854.685000', '133854.687000', '133854.690000', '133854.692000', '133854.695000', '133854.697000', '133854.700000', '133854.702000', '133854.705000', '133854.708000', '133854.710000', '133854.713000', '133854.715000', '133854.718000', '133854.720000', '133854.723000', '133854.726000', '133854.728000', '133854.731000', '133854.733000', '133854.736000', '133854.738000', '133854.741000', '133854.744000', '133854.747000', '133854.750000', '133854.752000', '133914.601000', '133914.604000', '133914.607000', '133914.609000', '133914.612000', '133914.615000', '133914.617000', '133914.620000', '133914.622000', '133914.625000', '133914.627000', '133914.630000', '133914.633000', '133914.635000', '133914.638000', '133914.640000', '133914.643000', '133914.645000', '133914.648000', '133914.651000', '133914.653000', '133914.656000', '133914.658000', '133914.661000', '133914.664000', '133914.666000', '133914.669000', '133914.671000', '133914.674000', '133914.677000', '133914.679000', '133914.682000', '133914.684000', '133914.687000', '133914.690000', '133914.692000', '133914.695000', '133914.698000', '133914.700000', '133914.703000', '133914.705000', '133914.708000', '133914.711000', '133914.713000', '133934.602000', '133934.604000', '133934.607000', '133934.609000', '133934.612000', '133934.615000', '133934.617000', '133934.620000', '133934.622000', '133934.625000', '133934.628000', '133934.630000', '133934.633000', '133934.635000', '133934.638000', '133934.640000', '133934.643000', '133934.646000', '133934.649000', '133934.651000', '133934.654000', '133934.656000', '133934.659000', '133934.661000', '133934.664000', '133934.667000', '133934.669000', '133934.672000', '133934.675000', '133934.677000', '133934.680000', '133934.682000', '133934.685000', '133934.688000', '133934.690000', '133934.693000', '133934.695000', '133934.698000', '133934.701000', '133934.703000', '133934.706000', '133934.708000', '133934.711000', '133954.602000', '133954.605000', '133954.607000', '133954.610000', '133954.612000', '133954.615000', '133954.617000', '133954.620000', '133954.623000', '133954.625000', '133954.628000', '133954.631000', '133954.633000', '133954.636000', '133954.638000', '133954.641000', '133954.644000', '133954.646000', '133954.649000', '133954.652000', '133954.654000', '133954.657000', '133954.659000', '133954.662000', '133954.664000', '133954.667000', '133954.670000', '133954.672000', '133954.675000', '133954.677000', '133954.680000', '133954.683000', '133954.685000', '133954.688000', '133954.690000', '133954.693000', '133954.695000', '133954.698000', '133954.701000', '133954.703000', '133954.706000', '133954.708000', '133954.711000', '133954.713000', '134014.601000', '134014.603000', '134014.606000', '134014.609000', '134014.611000', '134014.614000', '134014.617000', '134014.619000', '134014.631000', '134014.634000', '134014.636000', '134014.639000', '134014.641000', '134014.644000', '134014.646000', '134014.649000', '134014.652000', '134014.654000', '134014.657000', '134014.659000', '134014.662000', '134014.664000', '134014.673000', '134014.676000', '134014.678000', '134014.681000', '134014.683000', '134014.686000', '134014.689000', '134014.691000', '134014.694000', '134014.697000', '134014.699000', '134014.702000', '134014.704000', '134014.707000', '134014.710000', '134014.712000', '134014.715000', '134014.718000', '134014.720000', '134014.723000', '134014.725000', '134034.601000', '134034.603000', '134034.606000', '134034.608000', '134034.611000', '134034.614000', '134034.616000', '134034.619000', '134034.622000', '134034.624000', '134034.627000', '134034.630000', '134034.632000', '134034.635000', '134034.637000', '134034.640000', '134034.643000', '134034.645000', '134034.648000', '134034.650000', '134034.653000', '134034.656000', '134034.658000', '134034.661000', '134034.663000', '134034.666000', '134034.669000', '134034.671000', '134034.681000', '134034.684000', '134034.686000', '134034.689000', '134034.692000', '134034.694000', '134034.697000', '134034.700000', '134034.702000', '134034.705000', '134034.708000', '134034.710000', '134034.713000', '134034.715000', '134034.718000', '134034.721000', '134054.601000', '134054.603000', '134054.606000', '134054.609000', '134054.611000', '134054.614000', '134054.617000', '134054.619000', '134054.622000', '134054.624000', '134054.627000', '134054.629000', '134054.632000', '134054.635000', '134054.637000', '134054.640000', '134054.642000', '134054.645000', '134054.647000', '134054.650000', '134054.653000', '134054.655000', '134054.658000', '134054.660000', '134054.663000', '134054.666000', '134054.668000', '134054.671000', '134054.673000', '134054.676000', '134054.679000', '134054.681000', '134054.684000', '134054.686000', '134054.689000', '134054.692000', '134054.694000', '134054.697000', '134054.699000', '134054.702000', '134054.704000', '134054.707000', '134054.709000', '134114.601000', '134114.604000', '134114.607000', '134114.610000', '134114.613000', '134114.616000', '134114.618000', '134114.621000', '134114.624000', '134114.626000', '134114.629000', '134114.631000', '134114.634000', '134114.637000', '134114.639000', '134114.642000', '134114.645000', '134114.647000', '134114.650000', '134114.652000', '134114.655000', '134114.658000', '134114.660000', '134114.663000', '134114.666000', '134114.668000', '134114.671000', '134114.674000', '134114.676000', '134114.679000', '134114.681000', '134114.684000', '134114.687000', '134114.689000', '134114.692000', '134114.695000', '134114.697000', '134114.700000', '134114.702000', '134114.705000', '134114.708000', '134114.710000', '134114.713000', '134114.716000', '134134.602000', '134134.605000', '134134.607000', '134134.610000', '134134.623000', '134134.626000', '134134.628000', '134134.631000', '134134.634000', '134134.636000', '134134.639000', '134134.641000', '134134.644000', '134134.647000', '134134.649000', '134134.652000', '134134.655000', '134134.657000', '134134.660000', '134134.663000', '134134.665000', '134134.668000', '134134.670000', '134134.673000', '134134.676000', '134134.678000', '134134.681000', '134134.683000', '134134.686000', '134134.689000', '134134.691000', '134134.694000', '134134.696000', '134134.699000', '134134.702000', '134134.704000', '134134.707000', '134134.710000', '134134.712000', '134134.715000', '134134.717000', '134134.720000', '134134.723000', '134154.601000', '134154.604000', '134154.607000', '134154.609000', '134154.612000', '134154.615000', '134154.617000', '134154.620000', '134154.622000', '134154.625000', '134154.628000', '134154.630000', '134154.633000', '134154.635000', '134154.638000', '134154.641000', '134154.643000', '134154.646000', '134154.648000', '134154.651000', '134154.653000', '134154.656000', '134154.659000', '134154.661000', '134154.664000', '134154.667000', '134154.669000', '134154.672000', '134154.674000', '134154.677000', '134154.680000', '134154.682000', '134154.685000', '134154.688000', '134154.690000', '134154.693000', '134154.695000', '134154.698000', '134154.701000', '134154.703000', '134154.706000', '134154.708000', '134154.711000', '134154.714000', '134214.602000', '134214.604000', '134214.607000', '134214.610000', '134214.612000', '134214.615000', '134214.617000', '134214.620000', '134214.622000', '134214.625000', '134214.628000', '134214.630000', '134214.633000', '134214.635000', '134214.638000', '134214.641000', '134214.643000', '134214.646000', '134214.648000', '134214.651000', '134214.654000', '134214.656000', '134214.659000', '134214.661000', '134214.664000', '134214.667000', '134214.669000', '134214.672000', '134214.674000', '134214.677000', '134214.680000', '134214.682000', '134214.685000', '134214.688000', '134214.690000', '134214.693000', '134214.695000', '134214.698000', '134214.701000', '134214.703000', '134214.706000', '134214.708000', '134214.711000', '134228.151000', '134228.155000', '134228.163000', '134228.166000', '134228.168000', '134228.171000', '134228.174000', '134228.177000', '134228.180000', '134228.183000', '134228.185000', '134228.188000', '134228.216000', '134228.219000', '134228.221000', '134228.224000', '134228.227000', '134228.229000', '134228.232000', '134228.235000', '134228.237000', '134228.240000', '134228.243000', '134228.245000', '134228.248000', '134228.253000', '134228.261000', '134228.264000', '134228.268000', '134228.271000'], 'InstanceCreationTime': ['133214.632000', '133214.635000', '133214.638000', '133214.640000', '133214.643000', '133214.646000', '133214.653000', '133214.655000', '133214.658000', '133214.661000', '133214.663000', '133214.666000', '133214.668000', '133214.671000', '133214.673000', '133214.676000', '133214.679000', '133214.681000', '133214.684000', '133214.686000', '133214.689000', '133214.692000', '133214.694000', '133214.697000', '133214.699000', '133214.702000', '133214.705000', '133214.707000', '133214.710000', '133214.713000', '133214.715000', '133214.718000', '133214.720000', '133214.723000', '133214.725000', '133214.728000', '133214.731000', '133214.733000', '133214.736000', '133214.738000', '133214.741000', '133214.744000', '133234.601000', '133234.604000', '133234.607000', '133234.610000', '133234.612000', '133234.615000', '133234.617000', '133234.620000', '133234.622000', '133234.625000', '133234.627000', '133234.630000', '133234.632000', '133234.635000', '133234.638000', '133234.640000', '133234.643000', '133234.645000', '133234.648000', '133234.650000', '133234.653000', '133234.655000', '133234.658000', '133234.661000', '133234.663000', '133234.666000', '133234.668000', '133234.671000', '133234.673000', '133234.676000', '133234.678000', '133234.681000', '133234.684000', '133234.686000', '133234.689000', '133234.691000', '133234.694000', '133234.696000', '133234.699000', '133234.702000', '133234.704000', '133234.707000', '133234.709000', '133254.601000', '133254.604000', '133254.607000', '133254.609000', '133254.612000', '133254.615000', '133254.617000', '133254.620000', '133254.622000', '133254.625000', '133254.627000', '133254.630000', '133254.633000', '133254.635000', '133254.638000', '133254.641000', '133254.643000', '133254.646000', '133254.648000', '133254.651000', '133254.653000', '133254.656000', '133254.659000', '133254.661000', '133254.664000', '133254.666000', '133254.669000', '133254.672000', '133254.674000', '133254.677000', '133254.679000', '133254.682000', '133254.684000', '133254.687000', '133254.689000', '133254.692000', '133254.695000', '133254.697000', '133254.700000', '133254.702000', '133254.705000', '133254.708000', '133254.710000', '133254.713000', '133314.600000', '133314.603000', '133314.606000', '133314.609000', '133314.611000', '133314.614000', '133314.616000', '133314.619000', '133314.621000', '133314.624000', '133314.627000', '133314.629000', '133314.632000', '133314.634000', '133314.637000', '133314.640000', '133314.642000', '133314.645000', '133314.648000', '133314.650000', '133314.653000', '133314.655000', '133314.658000', '133314.661000', '133314.663000', '133314.666000', '133314.668000', '133314.671000', '133314.674000', '133314.676000', '133314.679000', '133314.681000', '133314.684000', '133314.686000', '133314.689000', '133314.692000', '133314.694000', '133314.697000', '133314.699000', '133314.702000', '133314.704000', '133314.707000', '133314.710000', '133334.600000', '133334.603000', '133334.606000', '133334.609000', '133334.612000', '133334.615000', '133334.617000', '133334.620000', '133334.623000', '133334.625000', '133334.628000', '133334.630000', '133334.633000', '133334.636000', '133334.638000', '133334.641000', '133334.644000', '133334.646000', '133334.649000', '133334.651000', '133334.654000', '133334.657000', '133334.659000', '133334.662000', '133334.664000', '133334.667000', '133334.670000', '133334.673000', '133334.675000', '133334.678000', '133334.681000', '133334.683000', '133334.686000', '133334.688000', '133334.691000', '133334.693000', '133334.696000', '133334.698000', '133334.701000', '133334.704000', '133334.706000', '133334.709000', '133334.711000', '133334.714000', '133354.600000', '133354.603000', '133354.606000', '133354.608000', '133354.611000', '133354.613000', '133354.616000', '133354.619000', '133354.621000', '133354.624000', '133354.626000', '133354.629000', '133354.631000', '133354.634000', '133354.637000', '133354.639000', '133354.642000', '133354.644000', '133354.647000', '133354.649000', '133354.652000', '133354.654000', '133354.657000', '133354.660000', '133354.662000', '133354.665000', '133354.668000', '133354.670000', '133354.673000', '133354.675000', '133354.678000', '133354.681000', '133354.683000', '133354.686000', '133354.688000', '133354.691000', '133354.694000', '133354.696000', '133354.699000', '133354.701000', '133354.704000', '133354.706000', '133354.709000', '133414.601000', '133414.604000', '133414.607000', '133414.609000', '133414.612000', '133414.614000', '133414.617000', '133414.620000', '133414.622000', '133414.625000', '133414.628000', '133414.630000', '133414.633000', '133414.635000', '133414.638000', '133414.641000', '133414.643000', '133414.646000', '133414.649000', '133414.651000', '133414.654000', '133414.656000', '133414.659000', '133414.661000', '133414.664000', '133414.666000', '133414.669000', '133414.672000', '133414.674000', '133414.677000', '133414.679000', '133414.682000', '133414.684000', '133414.687000', '133414.690000', '133414.692000', '133414.695000', '133414.697000', '133414.700000', '133414.702000', '133414.705000', '133414.708000', '133414.710000', '133414.713000', '133434.601000', '133434.604000', '133434.607000', '133434.610000', '133434.612000', '133434.615000', '133434.617000', '133434.620000', '133434.623000', '133434.625000', '133434.628000', '133434.630000', '133434.633000', '133434.635000', '133434.638000', '133434.640000', '133434.643000', '133434.646000', '133434.648000', '133434.651000', '133434.653000', '133434.656000', '133434.659000', '133434.661000', '133434.664000', '133434.666000', '133434.669000', '133434.672000', '133434.674000', '133434.677000', '133434.679000', '133434.682000', '133434.684000', '133434.687000', '133434.690000', '133434.692000', '133434.695000', '133434.697000', '133434.700000', '133434.703000', '133434.705000', '133434.708000', '133434.710000', '133454.602000', '133454.604000', '133454.607000', '133454.610000', '133454.612000', '133454.615000', '133454.617000', '133454.620000', '133454.623000', '133454.625000', '133454.628000', '133454.630000', '133454.633000', '133454.636000', '133454.638000', '133454.641000', '133454.644000', '133454.646000', '133454.649000', '133454.652000', '133454.655000', '133454.658000', '133454.661000', '133454.663000', '133454.666000', '133454.668000', '133454.671000', '133454.673000', '133454.676000', '133454.679000', '133454.681000', '133454.684000', '133454.686000', '133454.689000', '133454.691000', '133454.694000', '133454.697000', '133454.699000', '133454.702000', '133454.704000', '133454.707000', '133454.710000', '133454.712000', '133514.602000', '133514.604000', '133514.607000', '133514.609000', '133514.612000', '133514.615000', '133514.617000', '133514.620000', '133514.623000', '133514.625000', '133514.628000', '133514.630000', '133514.633000', '133514.635000', '133514.638000', '133514.640000', '133514.643000', '133514.646000', '133514.648000', '133514.651000', '133514.653000', '133514.656000', '133514.659000', '133514.661000', '133514.664000', '133514.666000', '133514.669000', '133514.672000', '133514.674000', '133514.677000', '133514.679000', '133514.682000', '133514.684000', '133514.687000', '133514.690000', '133514.692000', '133514.695000', '133514.697000', '133514.700000', '133514.702000', '133514.705000', '133514.708000', '133514.710000', '133514.713000', '133534.601000', '133534.603000', '133534.606000', '133534.609000', '133534.611000', '133534.614000', '133534.616000', '133534.619000', '133534.621000', '133534.624000', '133534.627000', '133534.629000', '133534.632000', '133534.635000', '133534.637000', '133534.640000', '133534.642000', '133534.645000', '133534.647000', '133534.650000', '133534.653000', '133534.655000', '133534.658000', '133534.661000', '133534.663000', '133534.666000', '133534.668000', '133534.671000', '133534.674000', '133534.676000', '133534.679000', '133534.681000', '133534.684000', '133534.686000', '133534.689000', '133534.692000', '133534.694000', '133534.697000', '133534.699000', '133534.702000', '133534.705000', '133534.707000', '133534.710000', '133534.712000', '133554.601000', '133554.604000', '133554.606000', '133554.609000', '133554.611000', '133554.614000', '133554.617000', '133554.619000', '133554.622000', '133554.624000', '133554.627000', '133554.629000', '133554.632000', '133554.635000', '133554.637000', '133554.640000', '133554.642000', '133554.645000', '133554.647000', '133554.650000', '133554.653000', '133554.655000', '133554.658000', '133554.660000', '133554.663000', '133554.666000', '133554.668000', '133554.671000', '133554.674000', '133554.676000', '133554.679000', '133554.681000', '133554.684000', '133554.694000', '133554.697000', '133554.699000', '133554.702000', '133554.704000', '133554.707000', '133554.709000', '133554.712000', '133554.715000', '133554.717000', '133614.601000', '133614.603000', '133614.606000', '133614.608000', '133614.611000', '133614.614000', '133614.616000', '133614.619000', '133614.622000', '133614.624000', '133614.627000', '133614.630000', '133614.632000', '133614.635000', '133614.637000', '133614.640000', '133614.643000', '133614.645000', '133614.648000', '133614.650000', '133614.653000', '133614.656000', '133614.658000', '133614.661000', '133614.663000', '133614.666000', '133614.669000', '133614.671000', '133614.674000', '133614.676000', '133614.679000', '133614.682000', '133614.684000', '133614.687000', '133614.690000', '133614.693000', '133614.696000', '133614.698000', '133614.701000', '133614.704000', '133614.706000', '133614.709000', '133614.712000', '133634.602000', '133634.604000', '133634.607000', '133634.610000', '133634.612000', '133634.615000', '133634.618000', '133634.620000', '133634.623000', '133634.625000', '133634.628000', '133634.630000', '133634.633000', '133634.636000', '133634.638000', '133634.641000', '133634.643000', '133634.646000', '133634.649000', '133634.651000', '133634.654000', '133634.657000', '133634.659000', '133634.662000', '133634.665000', '133634.667000', '133634.670000', '133634.672000', '133634.675000', '133634.678000', '133634.680000', '133634.683000', '133634.686000', '133634.688000', '133634.691000', '133634.693000', '133634.696000', '133634.698000', '133634.701000', '133634.704000', '133634.706000', '133634.709000', '133634.711000', '133634.714000', '133654.602000', '133654.604000', '133654.607000', '133654.610000', '133654.612000', '133654.615000', '133654.617000', '133654.620000', '133654.622000', '133654.625000', '133654.628000', '133654.630000', '133654.633000', '133654.635000', '133654.638000', '133654.641000', '133654.643000', '133654.646000', '133654.649000', '133654.651000', '133654.654000', '133654.656000', '133654.659000', '133654.662000', '133654.664000', '133654.667000', '133654.669000', '133654.672000', '133654.674000', '133654.677000', '133654.680000', '133654.682000', '133654.685000', '133654.687000', '133654.690000', '133654.692000', '133654.695000', '133654.698000', '133654.700000', '133654.703000', '133654.705000', '133654.708000', '133654.710000', '133714.601000', '133714.604000', '133714.607000', '133714.610000', '133714.612000', '133714.615000', '133714.617000', '133714.620000', '133714.623000', '133714.625000', '133714.628000', '133714.630000', '133714.633000', '133714.635000', '133714.638000', '133714.641000', '133714.643000', '133714.646000', '133714.649000', '133714.651000', '133714.654000', '133714.656000', '133714.659000', '133714.661000', '133714.664000', '133714.666000', '133714.669000', '133714.672000', '133714.674000', '133714.677000', '133714.680000', '133714.682000', '133714.685000', '133714.687000', '133714.690000', '133714.693000', '133714.695000', '133714.698000', '133714.700000', '133714.703000', '133714.705000', '133714.708000', '133714.711000', '133714.713000', '133734.612000', '133734.614000', '133734.617000', '133734.620000', '133734.622000', '133734.625000', '133734.628000', '133734.630000', '133734.633000', '133734.636000', '133734.638000', '133734.641000', '133734.643000', '133734.646000', '133734.649000', '133734.651000', '133734.654000', '133734.658000', '133734.661000', '133734.663000', '133734.666000', '133734.669000', '133734.671000', '133734.674000', '133734.677000', '133734.679000', '133734.682000', '133734.685000', '133734.687000', '133734.690000', '133734.692000', '133734.695000', '133734.698000', '133734.700000', '133734.703000', '133734.705000', '133734.708000', '133734.711000', '133734.713000', '133734.716000', '133734.718000', '133734.721000', '133734.723000', '133754.601000', '133754.603000', '133754.606000', '133754.609000', '133754.611000', '133754.614000', '133754.616000', '133754.619000', '133754.621000', '133754.624000', '133754.627000', '133754.629000', '133754.632000', '133754.634000', '133754.637000', '133754.639000', '133754.642000', '133754.645000', '133754.647000', '133754.650000', '133754.652000', '133754.655000', '133754.657000', '133754.660000', '133754.663000', '133754.665000', '133754.668000', '133754.670000', '133754.673000', '133754.675000', '133754.678000', '133754.681000', '133754.683000', '133754.686000', '133754.689000', '133754.691000', '133754.694000', '133754.696000', '133754.699000', '133754.701000', '133754.704000', '133754.707000', '133754.709000', '133754.712000', '133814.600000', '133814.603000', '133814.606000', '133814.608000', '133814.611000', '133814.614000', '133814.616000', '133814.619000', '133814.621000', '133814.624000', '133814.626000', '133814.629000', '133814.632000', '133814.634000', '133814.637000', '133814.639000', '133814.642000', '133814.644000', '133814.647000', '133814.650000', '133814.652000', '133814.655000', '133814.657000', '133814.660000', '133814.662000', '133814.665000', '133814.668000', '133814.670000', '133814.673000', '133814.675000', '133814.678000', '133814.681000', '133814.683000', '133814.686000', '133814.688000', '133814.691000', '133814.693000', '133814.696000', '133814.699000', '133814.701000', '133814.704000', '133814.706000', '133814.709000', '133834.601000', '133834.603000', '133834.606000', '133834.609000', '133834.611000', '133834.614000', '133834.616000', '133834.619000', '133834.621000', '133834.624000', '133834.627000', '133834.629000', '133834.632000', '133834.634000', '133834.637000', '133834.639000', '133834.642000', '133834.645000', '133834.647000', '133834.650000', '133834.652000', '133834.655000', '133834.658000', '133834.660000', '133834.663000', '133834.665000', '133834.668000', '133834.671000', '133834.673000', '133834.676000', '133834.678000', '133834.681000', '133834.683000', '133834.686000', '133834.689000', '133834.691000', '133834.694000', '133834.696000', '133834.699000', '133834.701000', '133834.704000', '133834.707000', '133834.709000', '133834.712000', '133854.602000', '133854.604000', '133854.607000', '133854.610000', '133854.612000', '133854.615000', '133854.617000', '133854.620000', '133854.622000', '133854.625000', '133854.628000', '133854.671000', '133854.674000', '133854.677000', '133854.679000', '133854.682000', '133854.685000', '133854.687000', '133854.690000', '133854.692000', '133854.695000', '133854.697000', '133854.700000', '133854.702000', '133854.705000', '133854.708000', '133854.710000', '133854.713000', '133854.715000', '133854.718000', '133854.720000', '133854.723000', '133854.726000', '133854.728000', '133854.731000', '133854.733000', '133854.736000', '133854.738000', '133854.741000', '133854.744000', '133854.747000', '133854.750000', '133854.752000', '133914.601000', '133914.604000', '133914.607000', '133914.609000', '133914.612000', '133914.615000', '133914.617000', '133914.620000', '133914.622000', '133914.625000', '133914.627000', '133914.630000', '133914.633000', '133914.635000', '133914.638000', '133914.640000', '133914.643000', '133914.645000', '133914.648000', '133914.651000', '133914.653000', '133914.656000', '133914.658000', '133914.661000', '133914.664000', '133914.666000', '133914.669000', '133914.671000', '133914.674000', '133914.677000', '133914.679000', '133914.682000', '133914.684000', '133914.687000', '133914.690000', '133914.692000', '133914.695000', '133914.698000', '133914.700000', '133914.703000', '133914.705000', '133914.708000', '133914.711000', '133914.713000', '133934.602000', '133934.604000', '133934.607000', '133934.609000', '133934.612000', '133934.615000', '133934.617000', '133934.620000', '133934.622000', '133934.625000', '133934.628000', '133934.630000', '133934.633000', '133934.635000', '133934.638000', '133934.640000', '133934.643000', '133934.646000', '133934.649000', '133934.651000', '133934.654000', '133934.656000', '133934.659000', '133934.661000', '133934.664000', '133934.667000', '133934.669000', '133934.672000', '133934.675000', '133934.677000', '133934.680000', '133934.682000', '133934.685000', '133934.688000', '133934.690000', '133934.693000', '133934.695000', '133934.698000', '133934.701000', '133934.703000', '133934.706000', '133934.708000', '133934.711000', '133954.602000', '133954.605000', '133954.607000', '133954.610000', '133954.612000', '133954.615000', '133954.617000', '133954.620000', '133954.623000', '133954.625000', '133954.628000', '133954.631000', '133954.633000', '133954.636000', '133954.638000', '133954.641000', '133954.644000', '133954.646000', '133954.649000', '133954.652000', '133954.654000', '133954.657000', '133954.659000', '133954.662000', '133954.664000', '133954.667000', '133954.670000', '133954.672000', '133954.675000', '133954.677000', '133954.680000', '133954.683000', '133954.685000', '133954.688000', '133954.690000', '133954.693000', '133954.695000', '133954.698000', '133954.701000', '133954.703000', '133954.706000', '133954.708000', '133954.711000', '133954.713000', '134014.601000', '134014.603000', '134014.606000', '134014.609000', '134014.611000', '134014.614000', '134014.617000', '134014.619000', '134014.631000', '134014.634000', '134014.636000', '134014.639000', '134014.641000', '134014.644000', '134014.646000', '134014.649000', '134014.652000', '134014.654000', '134014.657000', '134014.659000', '134014.662000', '134014.664000', '134014.673000', '134014.676000', '134014.678000', '134014.681000', '134014.683000', '134014.686000', '134014.689000', '134014.691000', '134014.694000', '134014.697000', '134014.699000', '134014.702000', '134014.704000', '134014.707000', '134014.710000', '134014.712000', '134014.715000', '134014.718000', '134014.720000', '134014.723000', '134014.725000', '134034.601000', '134034.603000', '134034.606000', '134034.608000', '134034.611000', '134034.614000', '134034.616000', '134034.619000', '134034.622000', '134034.624000', '134034.627000', '134034.630000', '134034.632000', '134034.635000', '134034.637000', '134034.640000', '134034.643000', '134034.645000', '134034.648000', '134034.650000', '134034.653000', '134034.656000', '134034.658000', '134034.661000', '134034.663000', '134034.666000', '134034.669000', '134034.671000', '134034.681000', '134034.684000', '134034.686000', '134034.689000', '134034.692000', '134034.694000', '134034.697000', '134034.700000', '134034.702000', '134034.705000', '134034.708000', '134034.710000', '134034.713000', '134034.715000', '134034.718000', '134034.721000', '134054.601000', '134054.603000', '134054.606000', '134054.609000', '134054.611000', '134054.614000', '134054.617000', '134054.619000', '134054.622000', '134054.624000', '134054.627000', '134054.629000', '134054.632000', '134054.635000', '134054.637000', '134054.640000', '134054.642000', '134054.645000', '134054.647000', '134054.650000', '134054.653000', '134054.655000', '134054.658000', '134054.660000', '134054.663000', '134054.666000', '134054.668000', '134054.671000', '134054.673000', '134054.676000', '134054.679000', '134054.681000', '134054.684000', '134054.686000', '134054.689000', '134054.692000', '134054.694000', '134054.697000', '134054.699000', '134054.702000', '134054.704000', '134054.707000', '134054.709000', '134114.601000', '134114.604000', '134114.607000', '134114.610000', '134114.613000', '134114.616000', '134114.618000', '134114.621000', '134114.624000', '134114.626000', '134114.629000', '134114.631000', '134114.634000', '134114.637000', '134114.639000', '134114.642000', '134114.645000', '134114.647000', '134114.650000', '134114.652000', '134114.655000', '134114.658000', '134114.660000', '134114.663000', '134114.666000', '134114.668000', '134114.671000', '134114.674000', '134114.676000', '134114.679000', '134114.681000', '134114.684000', '134114.687000', '134114.689000', '134114.692000', '134114.695000', '134114.697000', '134114.700000', '134114.702000', '134114.705000', '134114.708000', '134114.710000', '134114.713000', '134114.716000', '134134.602000', '134134.605000', '134134.607000', '134134.610000', '134134.623000', '134134.626000', '134134.628000', '134134.631000', '134134.634000', '134134.636000', '134134.639000', '134134.641000', '134134.644000', '134134.647000', '134134.649000', '134134.652000', '134134.655000', '134134.657000', '134134.660000', '134134.663000', '134134.665000', '134134.668000', '134134.670000', '134134.673000', '134134.676000', '134134.678000', '134134.681000', '134134.683000', '134134.686000', '134134.689000', '134134.691000', '134134.694000', '134134.696000', '134134.699000', '134134.702000', '134134.704000', '134134.707000', '134134.710000', '134134.712000', '134134.715000', '134134.717000', '134134.720000', '134134.723000', '134154.601000', '134154.604000', '134154.607000', '134154.609000', '134154.612000', '134154.615000', '134154.617000', '134154.620000', '134154.622000', '134154.625000', '134154.628000', '134154.630000', '134154.633000', '134154.635000', '134154.638000', '134154.641000', '134154.643000', '134154.646000', '134154.648000', '134154.651000', '134154.653000', '134154.656000', '134154.659000', '134154.661000', '134154.664000', '134154.667000', '134154.669000', '134154.672000', '134154.674000', '134154.677000', '134154.680000', '134154.682000', '134154.685000', '134154.688000', '134154.690000', '134154.693000', '134154.695000', '134154.698000', '134154.701000', '134154.703000', '134154.706000', '134154.708000', '134154.711000', '134154.714000', '134214.602000', '134214.604000', '134214.607000', '134214.610000', '134214.612000', '134214.615000', '134214.617000', '134214.620000', '134214.622000', '134214.625000', '134214.628000', '134214.630000', '134214.633000', '134214.635000', '134214.638000', '134214.641000', '134214.643000', '134214.646000', '134214.648000', '134214.651000', '134214.654000', '134214.656000', '134214.659000', '134214.661000', '134214.664000', '134214.667000', '134214.669000', '134214.672000', '134214.674000', '134214.677000', '134214.680000', '134214.682000', '134214.685000', '134214.688000', '134214.690000', '134214.693000', '134214.695000', '134214.698000', '134214.701000', '134214.703000', '134214.706000', '134214.708000', '134214.711000', '134228.151000', '134228.155000', '134228.163000', '134228.166000', '134228.168000', '134228.171000', '134228.174000', '134228.177000', '134228.180000', '134228.183000', '134228.185000', '134228.188000', '134228.216000', '134228.219000', '134228.221000', '134228.224000', '134228.227000', '134228.229000', '134228.232000', '134228.235000', '134228.237000', '134228.240000', '134228.243000', '134228.245000', '134228.248000', '134228.253000', '134228.261000', '134228.264000', '134228.268000', '134228.271000'], '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': [11054, 11073, 15743, 10185, 13628, 9627, 12866, 11165, 12700, 9190, 12151, 10186, 10897, 9620, 10249, 10107, 10612, 11075, 9823, 13725, 8964, 12947, 11024, 12273, 10738, 12000, 10881, 12143, 10930, 12254, 10665, 12177, 10159, 12361, 10400, 11894, 10289, 11582, 9455, 11159, 9660, 11812, 9449, 11336, 9489, 11284, 9851, 11467, 10486, 10649, 9579, 10113, 9852, 10469, 12771, 10531, 10538, 9669, 11264, 9344, 13127, 9661, 12744, 9362, 13261, 9514, 12982, 10115, 13009, 10023, 12935, 10651, 12507, 11305, 12549, 11438, 11900, 10745, 11797, 10200, 12324, 9259, 11785, 10329, 11916, 9729, 11879, 10657, 11550, 10075, 10579, 9756, 10286, 14647, 9495, 12721, 10091, 11817, 11112, 12087, 11200, 11518, 10677, 11598, 10077, 11711, 9809, 10851, 9161, 9784, 13697, 9269, 12885, 10710, 12472, 10648, 11834, 10108, 11680, 10175, 11539, 9670, 11073, 10038, 10793, 9928, 10729, 14688, 9830, 12052, 8847, 12763, 9078, 13342, 9633, 12580, 9061, 12886, 10279, 12639, 10931, 12202, 10123, 11507, 9895, 10985, 9981, 11400, 9601, 10736, 9571, 10415, 10116, 10829, 12540, 10596, 9490, 9654, 9807, 9870, 12991, 10772, 12702, 9480, 12041, 9145, 12041, 10072, 13733, 9799, 11556, 9199, 12132, 9237, 13955, 9745, 12390, 9182, 12490, 9402, 13121, 9661, 12244, 9412, 12251, 9352, 13289, 10210, 11978, 10089, 12682, 10789, 12357, 11599, 11754, 11178, 12268, 11150, 12050, 11307, 12164, 11123, 12069, 10803, 11608, 11025, 11638, 10557, 11707, 9724, 11946, 10307, 11934, 9951, 11185, 10107, 11036, 10237, 10689, 9318, 10081, 9870, 10063, 12433, 10711, 11528, 10053, 10761, 9617, 13432, 10500, 13104, 9092, 13110, 10661, 12665, 11181, 12282, 10595, 11894, 10786, 12077, 9446, 11945, 9483, 11283, 9624, 11271, 10435, 11093, 10480, 10016, 11258, 8890, 13103, 9479, 13311, 10405, 12554, 10460, 12287, 11229, 12276, 11237, 12117, 10812, 12130, 11008, 12208, 10878, 12183, 10484, 12096, 10111, 11930, 9619, 10983, 10097, 10664, 9394, 9762, 9650, 9589, 12354, 9350, 14423, 10380, 12855, 10745, 11973, 11009, 12400, 10306, 11306, 9840, 11009, 9757, 11661, 9887, 11224, 9746, 10116, 8420, 10772, 9394, 12379, 11215, 13865, 11386, 12804, 11253, 12645, 10876, 12197, 10993, 11789, 9624, 10713, 9954, 10767, 9696, 10760, 9659, 10035, 9548, 10581, 10682, 10457, 9376, 9869, 11916, 9084, 13759, 10582, 12836, 10915, 12187, 10323, 12170, 9956, 10793, 9315, 9926, 14179, 9774, 12416, 10945, 11821, 9701, 10712, 9871, 10381, 11524, 9358, 12775, 9154, 12452, 10794, 12752, 9270, 11673, 9740, 10693, 10314, 10621, 10832, 9821, 12667, 8876, 13370, 10477, 12804, 10436, 12510, 9288, 11225, 10218, 11351, 9788, 10292, 9942, 10076, 10994, 10003, 14420, 9451, 12739, 10275, 12250, 10332, 12161, 9240, 11098, 9487, 10617, 10414, 10638, 10624, 10075, 10014, 9294, 12929, 8544, 13156, 10435, 12437, 10170, 11692, 10229, 11928, 9136, 11169, 9164, 11100, 9582, 11632, 9755, 11006, 9461, 10980, 9544, 11734, 9976, 11523, 9496, 11296, 9980, 10958, 10325, 10684, 10315, 10200, 10353, 9757, 11207, 8921, 14384, 9541, 13439, 10012, 11958, 10763, 12411, 11272, 12010, 10484, 12040, 9809, 11664, 9758, 10990, 9779, 10432, 9525, 9963, 9626, 10689, 10292, 10627, 9812, 10044, 10061, 9841, 13318, 9505, 14056, 9893, 12943, 9912, 12006, 10529, 12313, 11282, 12132, 10247, 11617, 9442, 11188, 9839, 11518, 9631, 10304, 10306, 10257, 10090, 10017, 14171, 9378, 12218, 10002, 11601, 10626, 11559, 9522, 11462, 9699, 10871, 9981, 9996, 10528, 10101, 10906, 9583, 9116, 9690, 11761, 9601, 13580, 10329, 12137, 10045, 11765, 10019, 11428, 9439, 11607, 9881, 10566, 9798, 10238, 9705, 10369, 14682, 9494, 13464, 9210, 12647, 9941, 11803, 10378, 11750, 9151, 11042, 9437, 10016, 9943, 9815, 10973, 9275, 13485, 9714, 12055, 10100, 11695, 9743, 11299, 10071, 9814, 9643, 9244, 10063, 9163, 11897, 8824, 10915, 9599, 10193, 9344, 12685, 9124, 14388, 9472, 13291, 10074, 12322, 10992, 12151, 10736, 11944, 9859, 11516, 10152, 12283, 9826, 11371, 8893, 11419, 9325, 11504, 9697, 10814, 9344, 11135, 10465, 10673, 9483, 10280, 9676, 10398, 12204, 9961, 13730, 9737, 12084, 9534, 11626, 10025, 11606, 9549, 11120, 9176, 11287, 9581, 11505, 9522, 10864, 9372, 10906, 10442, 11400, 9587, 10770, 10082, 10333, 10174, 10541, 10182, 10641, 10247, 10353, 10559, 10556, 10599, 11097, 10475, 10149, 10126, 10260, 8239, 10927, 9864, 12574, 9732, 10480, 10609, 10075, 10392, 10127, 10093, 10270, 10322, 15299, 9331, 13011, 9137, 13106, 9670, 12626, 10580, 12686, 9554, 10420, 9397, 11281, 9477, 14417, 9389, 12531, 9209, 13331, 9885, 12961, 10828, 12039, 10310, 12202, 10422, 12299, 11271, 12646, 10732, 12790, 10015, 12381, 10539, 12312, 10713, 11826, 10412, 11762, 9564, 11966, 10202, 10897, 10135, 10537, 10090, 10673, 10332, 10647, 10719, 10293, 10151, 9959, 14116, 9700, 12080, 10047, 12070, 9588, 10742, 10769, 10093, 12045, 9768, 9541, 9744, 11269, 9516, 13370, 9398, 12217, 9805, 14010, 9327, 12898, 10953, 11954, 10563, 11517, 10166, 11619, 10334, 11230, 9387, 11387, 10210, 10851, 10505, 10544, 12006, 10149, 12396, 9468, 12863, 10478, 12319, 11027, 11758, 10581, 11616, 10698, 11819, 11145, 11622, 10591, 11770, 9935, 11730, 9981, 12009, 9965, 10607, 10378, 10205, 12028, 9412, 13748, 9681, 13096, 10017, 11830, 10806, 12154, 11135, 11433, 10601, 11836, 10735, 12207, 9511, 11732, 9335, 11094, 9907, 10829, 12532, 10163, 14433, 9313, 12938, 9427, 12021, 10324, 12132, 10371, 12168, 9676, 12561, 10135, 12207, 10729, 11739, 10396, 11390, 10164, 11687, 9694, 11946, 9789, 10804, 9718, 10853, 9497, 11946, 9519, 11621, 9789, 11081, 9892, 10946, 10277, 11069, 10208, 10448, 10391, 9965, 11787, 9936, 12873, 10127, 9634, 10055, 10608, 10027, 13036, 10056, 11766, 9928, 13865, 9304, 12547, 10696, 11709, 10557, 11444, 9537, 11210, 10131, 11551, 9675, 10648, 10114, 10649, 10233, 11366, 10126, 10343, 10216, 10173, 9721, 10229, 12246, 9827, 11462, 9767, 12853, 9281, 13214, 10007, 12269, 10138, 12686, 9945, 12537, 10522, 12729, 10034, 12658, 9643, 13092, 9814, 12746, 10399, 12045, 10031, 11718, 10282, 11657, 10956, 11350, 10560, 11291, 10335, 11540, 10556, 11829, 10234, 11600, 10340, 11626, 10509, 12203, 10146, 11448, 10237, 11559, 10274, 12063, 10354, 12004, 10631, 11630, 10480, 11899, 11172, 12150, 11001, 11754, 10827, 11998, 11418, 12670, 10528, 13364, 9945, 12708, 10395, 11932, 11063, 11378, 10773, 11169, 10987, 11521, 11032, 11250, 10524, 11563, 10525, 11837, 10927, 11617, 10680, 11667, 10585, 11601, 10833, 12229, 10397, 11399, 10004, 11617, 9947, 12136, 9023, 12159, 9266, 12144, 9228, 11693, 9887, 12138, 9878, 10938, 9492, 11047, 9842, 11147, 9527, 10728, 9647, 10670, 10395, 10581, 10063, 10089, 10429, 9982, 9053, 10008, 11075, 9479, 13525, 9547, 12479, 9364, 13151, 9959, 12824, 10575, 11559, 10374, 11835, 10718, 12061, 11269, 11293, 10551, 11299, 10169, 12026, 9294, 11531, 9266, 11250, 9755, 11563, 9867, 11421, 9603, 10578, 9937, 10681, 10243, 11164, 9797, 10455, 9573, 10425, 9715, 12183, 9395, 11208, 8804, 11523, 10005, 12606, 10478, 11751, 10110, 11733, 10410, 12118, 10747, 12585, 10494, 11364, 10163, 12568, 10288, 13427, 10103, 12533, 9421, 10935, 10056, 10518, 10053, 11427, 10484, 9903, 9883, 9783, 10137, 11404, 10311, 9471, 10031, 10276, 10248, 10681, 10495, 12241, 10097, 10033, 10233, 10468, 10326, 10136, 10753, 9919, 10197, 9910, 10135, 11845, 9445, 13783, 9457, 12452, 9348, 12379, 9297, 12174, 9864, 11048, 9322, 10992, 9989, 11353, 10673, 11428, 10135, 11195, 9884, 11260, 10762, 11521, 10150, 11185, 10190, 11455, 10383, 11884, 10360, 11264, 10817, 11621, 10269, 11959, 9600, 11380, 10276, 10538, 9965, 10374, 10030, 11012, 9878, 11499, 9043, 11821, 9683, 12572, 10075, 11717, 9646, 11339, 9937, 11862, 9475, 11165, 9626, 11204, 9924, 11484, 9900, 11415, 10194, 10749, 10207, 10790, 10106, 10690, 9970, 10593, 9936, 10533, 9947, 10653, 10270, 10551, 9762, 10315, 10074, 10554, 12705, 10146, 11780, 9925, 12027, 9701, 11789, 9681, 11498, 9408, 10915, 9989, 12198, 11111, 12046, 10193, 12115, 10251, 12398, 10814, 11906, 9966, 11994, 10036, 11993, 10848, 11922, 10291, 11362, 9774, 12024, 9242, 11819, 9165, 11399, 9102, 12151, 9266, 11749, 9532, 11570, 9551, 12201, 9459, 12004, 9202, 11799, 9360, 12063, 9298, 11527, 9944, 11068, 9008, 11807, 9386, 11329, 9632, 11363, 9369, 11556, 9514, 12513, 9787, 11574, 9597, 11273, 9431, 11846, 9801, 10648, 10241, 10747, 9146, 11901, 9205, 11544, 9693, 11215, 9609, 11785, 9689, 11475, 9313, 11441, 9414, 12075, 9819, 13445, 10148, 12753, 9654, 10496, 10857, 9786, 13253, 10137, 13299, 9687, 12264, 9431, 11813, 8985, 12135, 9795, 12664, 8970, 12184, 9785, 11139, 9881, 11153, 9239, 11217, 8972, 11503, 8684, 11094, 8965, 10823, 9165, 11441, 8843, 12102, 9583, 11538, 9381, 11555, 9669, 11830, 9905, 13252, 8988, 12571, 9269, 11951, 9680, 13365, 9842, 13205, 9549, 11776, 9198, 11251, 9373, 12643, 9540, 11527, 9695, 10929, 9673, 10997, 9563, 12801, 9025, 10928, 9539, 10975, 9072, 12737, 8855, 11411, 9510, 10694, 9325, 11139, 9467, 10134, 10041, 10494, 10248, 10069, 10648, 10300, 10138, 10085, 9835, 13861, 10279, 11197, 10149, 9685, 10088, 9656, 11421, 9782, 11055, 10573, 10612, 10756, 10591, 12611, 9806, 11803, 9756, 11377, 9196, 11803, 9848, 10531, 9976, 10800, 10025, 10484, 10323, 10712, 10448, 10007, 11382, 9842, 10709, 9872, 10544, 9895, 10951, 9812, 11581, 9809, 11477, 9938, 11498, 9758, 12237, 9069, 11591, 9440, 11348, 8900, 12518, 9348], 'WindowCenter': [4394.0, 4389.0, 4394.0, 4352.0, 4369.0, 4337.0, 4355.0, 4345.0, 4344.0, 4325.0, 4344.0, 4324.0, 4334.0, 4323.0, 4335.0, 4335.0, 4333.0, 4333.0, 4324.0, 4352.0, 4312.0, 4355.0, 4335.0, 4344.0, 4332.0, 4343.0, 4332.0, 4345.0, 4346.0, 4345.0, 4335.0, 4344.0, 4332.0, 4355.0, 4336.0, 4346.0, 4324.0, 4345.0, 4323.0, 4345.0, 4325.0, 4345.0, 4322.0, 4335.0, 4324.0, 4334.0, 4323.0, 4346.0, 4334.0, 4332.0, 4313.0, 4320.0, 4320.0, 4334.0, 4353.0, 4333.0, 4334.0, 4325.0, 4332.0, 4325.0, 4355.0, 4326.0, 4354.0, 4326.0, 4354.0, 4324.0, 4355.0, 4334.0, 4355.0, 4326.0, 4343.0, 4333.0, 4344.0, 4345.0, 4344.0, 4344.0, 4344.0, 4334.0, 4343.0, 4335.0, 4344.0, 4325.0, 4344.0, 4335.0, 4344.0, 4323.0, 4344.0, 4335.0, 4345.0, 4321.0, 4332.0, 4323.0, 4335.0, 4362.0, 4324.0, 4342.0, 4334.0, 4342.0, 4344.0, 4344.0, 4343.0, 4342.0, 4334.0, 4333.0, 4324.0, 4346.0, 4324.0, 4336.0, 4324.0, 4324.0, 4353.0, 4325.0, 4355.0, 4335.0, 4344.0, 4332.0, 4343.0, 4324.0, 4343.0, 4335.0, 4345.0, 4324.0, 4334.0, 4323.0, 4334.0, 4324.0, 4334.0, 4353.0, 4324.0, 4332.0, 4313.0, 4343.0, 4324.0, 4354.0, 4325.0, 4343.0, 4314.0, 4343.0, 4323.0, 4343.0, 4334.0, 4343.0, 4320.0, 4332.0, 4320.0, 4334.0, 4324.0, 4343.0, 4323.0, 4334.0, 4322.0, 4331.0, 4323.0, 4335.0, 4344.0, 4334.0, 4311.0, 4323.0, 4321.0, 4324.0, 4354.0, 4344.0, 4343.0, 4323.0, 4343.0, 4322.0, 4343.0, 4332.0, 4353.0, 4324.0, 4333.0, 4324.0, 4340.0, 4324.0, 4353.0, 4325.0, 4343.0, 4325.0, 4343.0, 4325.0, 4352.0, 4324.0, 4344.0, 4325.0, 4343.0, 4325.0, 4353.0, 4336.0, 4344.0, 4335.0, 4343.0, 4334.0, 4344.0, 4344.0, 4343.0, 4333.0, 4343.0, 4334.0, 4342.0, 4345.0, 4344.0, 4334.0, 4341.0, 4333.0, 4342.0, 4332.0, 4344.0, 4332.0, 4344.0, 4325.0, 4345.0, 4335.0, 4345.0, 4325.0, 4344.0, 4324.0, 4334.0, 4334.0, 4334.0, 4324.0, 4333.0, 4322.0, 4334.0, 4355.0, 4335.0, 4343.0, 4325.0, 4333.0, 4323.0, 4354.0, 4333.0, 4354.0, 4315.0, 4341.0, 4334.0, 4344.0, 4334.0, 4342.0, 4333.0, 4331.0, 4333.0, 4341.0, 4321.0, 4343.0, 4323.0, 4333.0, 4323.0, 4345.0, 4334.0, 4332.0, 4334.0, 4323.0, 4332.0, 4311.0, 4343.0, 4325.0, 4354.0, 4334.0, 4344.0, 4334.0, 4343.0, 4344.0, 4345.0, 4344.0, 4343.0, 4334.0, 4344.0, 4335.0, 4344.0, 4331.0, 4343.0, 4332.0, 4344.0, 4334.0, 4344.0, 4322.0, 4333.0, 4333.0, 4335.0, 4313.0, 4322.0, 4323.0, 4324.0, 4344.0, 4325.0, 4355.0, 4335.0, 4341.0, 4334.0, 4343.0, 4335.0, 4345.0, 4324.0, 4333.0, 4323.0, 4333.0, 4325.0, 4343.0, 4325.0, 4346.0, 4322.0, 4336.0, 4316.0, 4335.0, 4326.0, 4356.0, 4348.0, 4367.0, 4348.0, 4355.0, 4345.0, 4345.0, 4336.0, 4345.0, 4335.0, 4346.0, 4324.0, 4334.0, 4323.0, 4346.0, 4323.0, 4335.0, 4324.0, 4324.0, 4323.0, 4333.0, 4334.0, 4335.0, 4322.0, 4335.0, 4344.0, 4327.0, 4355.0, 4336.0, 4345.0, 4335.0, 4344.0, 4323.0, 4345.0, 4323.0, 4334.0, 4312.0, 4323.0, 4341.0, 4324.0, 4342.0, 4333.0, 4332.0, 4313.0, 4323.0, 4323.0, 4334.0, 4334.0, 4324.0, 4342.0, 4323.0, 4344.0, 4333.0, 4353.0, 4324.0, 4334.0, 4321.0, 4334.0, 4336.0, 4347.0, 4333.0, 4325.0, 4343.0, 4313.0, 4353.0, 4334.0, 4343.0, 4334.0, 4342.0, 4313.0, 4333.0, 4324.0, 4334.0, 4323.0, 4322.0, 4311.0, 4322.0, 4322.0, 4321.0, 4353.0, 4311.0, 4340.0, 4322.0, 4330.0, 4320.0, 4342.0, 4311.0, 4329.0, 4310.0, 4322.0, 4321.0, 4334.0, 4323.0, 4321.0, 4321.0, 4313.0, 4342.0, 4313.0, 4343.0, 4333.0, 4342.0, 4322.0, 4343.0, 4337.0, 4342.0, 4311.0, 4334.0, 4324.0, 4334.0, 4323.0, 4346.0, 4324.0, 4335.0, 4324.0, 4332.0, 4324.0, 4345.0, 4323.0, 4334.0, 4323.0, 4332.0, 4324.0, 4334.0, 4323.0, 4334.0, 4322.0, 4324.0, 4321.0, 4323.0, 4333.0, 4315.0, 4351.0, 4325.0, 4343.0, 4324.0, 4333.0, 4333.0, 4345.0, 4334.0, 4343.0, 4323.0, 4332.0, 4311.0, 4333.0, 4311.0, 4332.0, 4311.0, 4322.0, 4311.0, 4322.0, 4312.0, 4332.0, 4324.0, 4334.0, 4323.0, 4321.0, 4321.0, 4323.0, 4353.0, 4323.0, 4352.0, 4323.0, 4342.0, 4323.0, 4332.0, 4332.0, 4342.0, 4331.0, 4343.0, 4323.0, 4332.0, 4311.0, 4322.0, 4321.0, 4334.0, 4313.0, 4323.0, 4321.0, 4321.0, 4321.0, 4322.0, 4352.0, 4313.0, 4332.0, 4322.0, 4328.0, 4319.0, 4332.0, 4322.0, 4332.0, 4309.0, 4321.0, 4311.0, 4322.0, 4322.0, 4324.0, 4333.0, 4322.0, 4310.0, 4322.0, 4332.0, 4321.0, 4352.0, 4321.0, 4343.0, 4321.0, 4331.0, 4322.0, 4329.0, 4311.0, 4344.0, 4321.0, 4331.0, 4322.0, 4320.0, 4311.0, 4320.0, 4352.0, 4323.0, 4339.0, 4310.0, 4340.0, 4310.0, 4330.0, 4321.0, 4330.0, 4311.0, 4321.0, 4300.0, 4322.0, 4309.0, 4322.0, 4332.0, 4313.0, 4342.0, 4322.0, 4332.0, 4323.0, 4333.0, 4323.0, 4335.0, 4323.0, 4324.0, 4323.0, 4324.0, 4323.0, 4325.0, 4344.0, 4315.0, 4334.0, 4326.0, 4335.0, 4326.0, 4356.0, 4325.0, 4364.0, 4337.0, 4354.0, 4334.0, 4344.0, 4335.0, 4345.0, 4335.0, 4343.0, 4324.0, 4334.0, 4335.0, 4346.0, 4325.0, 4344.0, 4313.0, 4334.0, 4313.0, 4344.0, 4325.0, 4333.0, 4313.0, 4332.0, 4333.0, 4335.0, 4324.0, 4321.0, 4309.0, 4323.0, 4331.0, 4323.0, 4351.0, 4313.0, 4331.0, 4311.0, 4331.0, 4322.0, 4332.0, 4312.0, 4319.0, 4311.0, 4320.0, 4312.0, 4333.0, 4312.0, 4332.0, 4310.0, 4319.0, 4320.0, 4333.0, 4323.0, 4323.0, 4321.0, 4322.0, 4321.0, 4334.0, 4335.0, 4334.0, 4322.0, 4322.0, 4321.0, 4324.0, 4321.0, 4331.0, 4322.0, 4335.0, 4323.0, 4322.0, 4305.0, 4334.0, 4324.0, 4343.0, 4327.0, 4336.0, 4336.0, 4323.0, 4324.0, 4323.0, 4323.0, 4312.0, 4323.0, 4353.0, 4311.0, 4330.0, 4312.0, 4329.0, 4313.0, 4343.0, 4334.0, 4343.0, 4312.0, 4322.0, 4312.0, 4332.0, 4325.0, 4355.0, 4315.0, 4342.0, 4314.0, 4343.0, 4323.0, 4345.0, 4335.0, 4344.0, 4323.0, 4333.0, 4324.0, 4344.0, 4335.0, 4344.0, 4335.0, 4341.0, 4324.0, 4343.0, 4334.0, 4344.0, 4324.0, 4333.0, 4322.0, 4332.0, 4313.0, 4333.0, 4323.0, 4323.0, 4320.0, 4323.0, 4322.0, 4323.0, 4322.0, 4324.0, 4322.0, 4324.0, 4321.0, 4324.0, 4343.0, 4314.0, 4332.0, 4312.0, 4330.0, 4309.0, 4321.0, 4320.0, 4321.0, 4330.0, 4310.0, 4311.0, 4313.0, 4331.0, 4325.0, 4352.0, 4315.0, 4344.0, 4323.0, 4341.0, 4314.0, 4343.0, 4334.0, 4330.0, 4323.0, 4332.0, 4322.0, 4331.0, 4323.0, 4333.0, 4311.0, 4333.0, 4321.0, 4323.0, 4322.0, 4324.0, 4332.0, 4322.0, 4331.0, 4312.0, 4331.0, 4323.0, 4343.0, 4334.0, 4332.0, 4333.0, 4332.0, 4324.0, 4343.0, 4343.0, 4333.0, 4334.0, 4333.0, 4321.0, 4332.0, 4324.0, 4343.0, 4312.0, 4323.0, 4311.0, 4322.0, 4331.0, 4313.0, 4340.0, 4311.0, 4341.0, 4321.0, 4330.0, 4334.0, 4344.0, 4333.0, 4333.0, 4322.0, 4331.0, 4321.0, 4333.0, 4312.0, 4332.0, 4311.0, 4321.0, 4311.0, 4321.0, 4330.0, 4322.0, 4340.0, 4301.0, 4329.0, 4299.0, 4330.0, 4322.0, 4330.0, 4321.0, 4329.0, 4323.0, 4341.0, 4324.0, 4343.0, 4333.0, 4333.0, 4321.0, 4332.0, 4322.0, 4333.0, 4322.0, 4333.0, 4323.0, 4322.0, 4313.0, 4323.0, 4323.0, 4344.0, 4323.0, 4345.0, 4324.0, 4335.0, 4322.0, 4334.0, 4324.0, 4333.0, 4323.0, 4323.0, 4321.0, 4321.0, 4343.0, 4323.0, 4343.0, 4323.0, 4312.0, 4322.0, 4322.0, 4324.0, 4353.0, 4324.0, 4332.0, 4323.0, 4342.0, 4313.0, 4343.0, 4323.0, 4332.0, 4322.0, 4320.0, 4309.0, 4320.0, 4322.0, 4332.0, 4311.0, 4321.0, 4309.0, 4322.0, 4321.0, 4333.0, 4322.0, 4323.0, 4322.0, 4323.0, 4312.0, 4324.0, 4333.0, 4323.0, 4330.0, 4313.0, 4331.0, 4311.0, 4341.0, 4322.0, 4332.0, 4322.0, 4329.0, 4321.0, 4331.0, 4334.0, 4343.0, 4324.0, 4341.0, 4313.0, 4342.0, 4323.0, 4343.0, 4323.0, 4332.0, 4312.0, 4331.0, 4323.0, 4332.0, 4332.0, 4331.0, 4322.0, 4321.0, 4322.0, 4329.0, 4323.0, 4331.0, 4323.0, 4332.0, 4321.0, 4332.0, 4334.0, 4344.0, 4324.0, 4333.0, 4323.0, 4333.0, 4323.0, 4342.0, 4322.0, 4329.0, 4322.0, 4330.0, 4321.0, 4333.0, 4334.0, 4343.0, 4334.0, 4331.0, 4332.0, 4332.0, 4344.0, 4343.0, 4334.0, 4343.0, 4324.0, 4328.0, 4322.0, 4333.0, 4333.0, 4330.0, 4322.0, 4331.0, 4332.0, 4333.0, 4333.0, 4332.0, 4323.0, 4332.0, 4324.0, 4344.0, 4334.0, 4332.0, 4332.0, 4330.0, 4322.0, 4332.0, 4334.0, 4343.0, 4324.0, 4333.0, 4322.0, 4331.0, 4323.0, 4343.0, 4314.0, 4332.0, 4313.0, 4332.0, 4312.0, 4331.0, 4323.0, 4333.0, 4312.0, 4322.0, 4311.0, 4320.0, 4310.0, 4332.0, 4310.0, 4322.0, 4311.0, 4320.0, 4310.0, 4319.0, 4322.0, 4323.0, 4321.0, 4311.0, 4300.0, 4321.0, 4333.0, 4324.0, 4343.0, 4324.0, 4342.0, 4314.0, 4342.0, 4324.0, 4344.0, 4323.0, 4330.0, 4324.0, 4333.0, 4322.0, 4332.0, 4332.0, 4322.0, 4322.0, 4321.0, 4320.0, 4332.0, 4312.0, 4321.0, 4310.0, 4320.0, 4311.0, 4332.0, 4310.0, 4333.0, 4310.0, 4322.0, 4310.0, 4321.0, 4321.0, 4333.0, 4311.0, 4320.0, 4311.0, 4320.0, 4313.0, 4343.0, 4311.0, 4322.0, 4301.0, 4332.0, 4321.0, 4344.0, 4335.0, 4333.0, 4322.0, 4332.0, 4323.0, 4343.0, 4334.0, 4345.0, 4334.0, 4331.0, 4324.0, 4342.0, 4324.0, 4353.0, 4335.0, 4345.0, 4313.0, 4332.0, 4322.0, 4334.0, 4322.0, 4332.0, 4323.0, 4310.0, 4321.0, 4312.0, 4324.0, 4332.0, 4323.0, 4310.0, 4309.0, 4310.0, 4322.0, 4320.0, 4320.0, 4331.0, 4321.0, 4310.0, 4320.0, 4319.0, 4322.0, 4321.0, 4322.0, 4311.0, 4312.0, 4309.0, 4310.0, 4330.0, 4311.0, 4339.0, 4311.0, 4329.0, 4312.0, 4329.0, 4312.0, 4331.0, 4311.0, 4318.0, 4309.0, 4319.0, 4310.0, 4331.0, 4322.0, 4328.0, 4322.0, 4321.0, 4311.0, 4330.0, 4333.0, 4332.0, 4322.0, 4319.0, 4322.0, 4330.0, 4324.0, 4332.0, 4323.0, 4333.0, 4331.0, 4332.0, 4324.0, 4333.0, 4311.0, 4332.0, 4320.0, 4322.0, 4312.0, 4324.0, 4324.0, 4334.0, 4322.0, 4331.0, 4311.0, 4344.0, 4326.0, 4345.0, 4325.0, 4334.0, 4314.0, 4321.0, 4322.0, 4333.0, 4313.0, 4321.0, 4311.0, 4322.0, 4309.0, 4331.0, 4311.0, 4332.0, 4309.0, 4319.0, 4310.0, 4322.0, 4319.0, 4320.0, 4311.0, 4320.0, 4309.0, 4320.0, 4312.0, 4323.0, 4310.0, 4322.0, 4309.0, 4310.0, 4311.0, 4321.0, 4341.0, 4322.0, 4331.0, 4313.0, 4331.0, 4310.0, 4332.0, 4311.0, 4320.0, 4313.0, 4321.0, 4311.0, 4343.0, 4335.0, 4344.0, 4325.0, 4342.0, 4326.0, 4346.0, 4334.0, 4333.0, 4324.0, 4333.0, 4325.0, 4345.0, 4336.0, 4334.0, 4324.0, 4332.0, 4313.0, 4332.0, 4314.0, 4331.0, 4310.0, 4320.0, 4299.0, 4331.0, 4313.0, 4333.0, 4313.0, 4330.0, 4313.0, 4344.0, 4324.0, 4334.0, 4311.0, 4332.0, 4301.0, 4333.0, 4312.0, 4322.0, 4312.0, 4321.0, 4303.0, 4332.0, 4313.0, 4322.0, 4312.0, 4322.0, 4302.0, 4322.0, 4313.0, 4330.0, 4309.0, 4322.0, 4311.0, 4320.0, 4301.0, 4332.0, 4312.0, 4322.0, 4308.0, 4321.0, 4300.0, 4331.0, 4302.0, 4323.0, 4312.0, 4335.0, 4314.0, 4332.0, 4312.0, 4322.0, 4303.0, 4320.0, 4300.0, 4331.0, 4311.0, 4356.0, 4337.0, 4345.0, 4312.0, 4321.0, 4321.0, 4322.0, 4342.0, 4321.0, 4345.0, 4312.0, 4333.0, 4313.0, 4330.0, 4298.0, 4320.0, 4298.0, 4318.0, 4287.0, 4306.0, 4285.0, 4304.0, 4283.0, 4304.0, 4281.0, 4306.0, 4286.0, 4305.0, 4271.0, 4293.0, 4272.0, 4293.0, 4284.0, 4305.0, 4286.0, 4317.0, 4298.0, 4307.0, 4297.0, 4318.0, 4299.0, 4319.0, 4309.0, 4328.0, 4300.0, 4319.0, 4298.0, 4318.0, 4300.0, 4330.0, 4312.0, 4329.0, 4301.0, 4319.0, 4300.0, 4319.0, 4300.0, 4329.0, 4313.0, 4321.0, 4312.0, 4321.0, 4310.0, 4318.0, 4310.0, 4338.0, 4302.0, 4320.0, 4314.0, 4322.0, 4315.0, 4344.0, 4315.0, 4334.0, 4325.0, 4322.0, 4315.0, 4332.0, 4323.0, 4324.0, 4325.0, 4324.0, 4335.0, 4325.0, 4336.0, 4324.0, 4325.0, 4323.0, 4323.0, 4353.0, 4324.0, 4332.0, 4323.0, 4312.0, 4321.0, 4311.0, 4334.0, 4312.0, 4323.0, 4311.0, 4320.0, 4322.0, 4322.0, 4330.0, 4311.0, 4320.0, 4301.0, 4319.0, 4302.0, 4331.0, 4311.0, 4309.0, 4310.0, 4321.0, 4312.0, 4312.0, 4312.0, 4309.0, 4321.0, 4311.0, 4331.0, 4312.0, 4310.0, 4310.0, 4311.0, 4310.0, 4320.0, 4311.0, 4320.0, 4311.0, 4318.0, 4310.0, 4319.0, 4309.0, 4330.0, 4301.0, 4319.0, 4301.0, 4320.0, 4300.0, 4331.0, 4302.0], 'WindowWidth': [9697.0, 9681.0, 9679.0, 9614.0, 9630.0, 9584.0, 9603.0, 9588.0, 9586.0, 9562.0, 9587.0, 9557.0, 9571.0, 9553.0, 9572.0, 9574.0, 9569.0, 9569.0, 9559.0, 9591.0, 9540.0, 9601.0, 9574.0, 9583.0, 9568.0, 9583.0, 9568.0, 9588.0, 9589.0, 9587.0, 9574.0, 9585.0, 9567.0, 9602.0, 9576.0, 9589.0, 9559.0, 9587.0, 9554.0, 9588.0, 9561.0, 9589.0, 9553.0, 9573.0, 9557.0, 9573.0, 9558.0, 9591.0, 9570.0, 9566.0, 9540.0, 9548.0, 9548.0, 9573.0, 9598.0, 9570.0, 9570.0, 9560.0, 9566.0, 9561.0, 9602.0, 9564.0, 9600.0, 9563.0, 9598.0, 9559.0, 9602.0, 9574.0, 9601.0, 9564.0, 9582.0, 9570.0, 9584.0, 9587.0, 9587.0, 9587.0, 9585.0, 9571.0, 9582.0, 9574.0, 9587.0, 9560.0, 9586.0, 9573.0, 9585.0, 9556.0, 9587.0, 9575.0, 9589.0, 9552.0, 9567.0, 9554.0, 9575.0, 9609.0, 9558.0, 9580.0, 9572.0, 9581.0, 9587.0, 9587.0, 9584.0, 9580.0, 9571.0, 9568.0, 9559.0, 9593.0, 9560.0, 9577.0, 9559.0, 9559.0, 9596.0, 9561.0, 9602.0, 9574.0, 9583.0, 9566.0, 9582.0, 9556.0, 9584.0, 9574.0, 9587.0, 9558.0, 9571.0, 9555.0, 9572.0, 9557.0, 9571.0, 9595.0, 9556.0, 9563.0, 9540.0, 9583.0, 9559.0, 9597.0, 9561.0, 9582.0, 9545.0, 9581.0, 9556.0, 9583.0, 9571.0, 9581.0, 9549.0, 9566.0, 9547.0, 9570.0, 9558.0, 9583.0, 9556.0, 9572.0, 9552.0, 9565.0, 9556.0, 9575.0, 9584.0, 9570.0, 9536.0, 9554.0, 9551.0, 9559.0, 9599.0, 9587.0, 9582.0, 9556.0, 9581.0, 9553.0, 9583.0, 9568.0, 9597.0, 9559.0, 9566.0, 9557.0, 9575.0, 9558.0, 9599.0, 9561.0, 9582.0, 9559.0, 9581.0, 9560.0, 9594.0, 9558.0, 9583.0, 9560.0, 9582.0, 9561.0, 9598.0, 9576.0, 9585.0, 9574.0, 9582.0, 9571.0, 9586.0, 9586.0, 9583.0, 9569.0, 9580.0, 9571.0, 9580.0, 9588.0, 9583.0, 9571.0, 9576.0, 9569.0, 9581.0, 9569.0, 9584.0, 9568.0, 9584.0, 9560.0, 9590.0, 9575.0, 9589.0, 9560.0, 9586.0, 9556.0, 9573.0, 9573.0, 9571.0, 9556.0, 9570.0, 9553.0, 9574.0, 9604.0, 9576.0, 9584.0, 9561.0, 9569.0, 9558.0, 9600.0, 9570.0, 9599.0, 9548.0, 9579.0, 9572.0, 9587.0, 9571.0, 9581.0, 9568.0, 9564.0, 9568.0, 9579.0, 9553.0, 9582.0, 9555.0, 9569.0, 9554.0, 9588.0, 9574.0, 9569.0, 9570.0, 9554.0, 9566.0, 9538.0, 9582.0, 9560.0, 9599.0, 9572.0, 9584.0, 9573.0, 9584.0, 9586.0, 9588.0, 9585.0, 9582.0, 9570.0, 9585.0, 9574.0, 9584.0, 9565.0, 9582.0, 9567.0, 9586.0, 9571.0, 9585.0, 9554.0, 9569.0, 9569.0, 9574.0, 9542.0, 9554.0, 9555.0, 9559.0, 9587.0, 9561.0, 9601.0, 9573.0, 9578.0, 9571.0, 9583.0, 9574.0, 9587.0, 9558.0, 9570.0, 9555.0, 9570.0, 9560.0, 9585.0, 9561.0, 9592.0, 9556.0, 9575.0, 9552.0, 9576.0, 9565.0, 9605.0, 9597.0, 9623.0, 9595.0, 9602.0, 9589.0, 9588.0, 9576.0, 9587.0, 9573.0, 9589.0, 9557.0, 9572.0, 9554.0, 9591.0, 9557.0, 9573.0, 9557.0, 9558.0, 9556.0, 9571.0, 9572.0, 9576.0, 9555.0, 9575.0, 9585.0, 9567.0, 9605.0, 9578.0, 9586.0, 9573.0, 9584.0, 9555.0, 9588.0, 9555.0, 9570.0, 9538.0, 9553.0, 9577.0, 9556.0, 9580.0, 9567.0, 9564.0, 9539.0, 9553.0, 9556.0, 9573.0, 9570.0, 9557.0, 9578.0, 9556.0, 9583.0, 9571.0, 9597.0, 9559.0, 9571.0, 9552.0, 9571.0, 9580.0, 9593.0, 9569.0, 9561.0, 9582.0, 9543.0, 9598.0, 9573.0, 9583.0, 9569.0, 9577.0, 9541.0, 9568.0, 9556.0, 9573.0, 9553.0, 9553.0, 9536.0, 9550.0, 9551.0, 9550.0, 9595.0, 9536.0, 9574.0, 9550.0, 9560.0, 9549.0, 9579.0, 9535.0, 9558.0, 9533.0, 9552.0, 9549.0, 9571.0, 9554.0, 9549.0, 9549.0, 9542.0, 9577.0, 9541.0, 9583.0, 9569.0, 9579.0, 9552.0, 9582.0, 9581.0, 9580.0, 9537.0, 9570.0, 9557.0, 9569.0, 9555.0, 9591.0, 9559.0, 9573.0, 9559.0, 9566.0, 9556.0, 9589.0, 9556.0, 9572.0, 9555.0, 9567.0, 9556.0, 9571.0, 9553.0, 9570.0, 9553.0, 9556.0, 9549.0, 9555.0, 9567.0, 9548.0, 9593.0, 9559.0, 9580.0, 9556.0, 9567.0, 9567.0, 9587.0, 9572.0, 9581.0, 9553.0, 9563.0, 9535.0, 9567.0, 9537.0, 9566.0, 9535.0, 9551.0, 9534.0, 9551.0, 9537.0, 9568.0, 9557.0, 9571.0, 9555.0, 9552.0, 9551.0, 9555.0, 9596.0, 9557.0, 9596.0, 9554.0, 9577.0, 9553.0, 9564.0, 9566.0, 9580.0, 9565.0, 9579.0, 9553.0, 9562.0, 9534.0, 9550.0, 9550.0, 9571.0, 9539.0, 9552.0, 9548.0, 9550.0, 9547.0, 9552.0, 9593.0, 9539.0, 9563.0, 9550.0, 9556.0, 9545.0, 9565.0, 9554.0, 9565.0, 9532.0, 9548.0, 9535.0, 9551.0, 9552.0, 9557.0, 9567.0, 9552.0, 9533.0, 9554.0, 9564.0, 9551.0, 9595.0, 9551.0, 9581.0, 9550.0, 9562.0, 9551.0, 9558.0, 9538.0, 9585.0, 9550.0, 9564.0, 9550.0, 9548.0, 9535.0, 9549.0, 9594.0, 9554.0, 9571.0, 9532.0, 9572.0, 9531.0, 9559.0, 9548.0, 9561.0, 9536.0, 9547.0, 9518.0, 9550.0, 9529.0, 9550.0, 9564.0, 9541.0, 9578.0, 9552.0, 9565.0, 9554.0, 9566.0, 9555.0, 9574.0, 9556.0, 9558.0, 9553.0, 9557.0, 9553.0, 9561.0, 9585.0, 9549.0, 9571.0, 9564.0, 9573.0, 9565.0, 9606.0, 9565.0, 9614.0, 9581.0, 9599.0, 9573.0, 9585.0, 9575.0, 9590.0, 9574.0, 9582.0, 9558.0, 9570.0, 9574.0, 9592.0, 9562.0, 9584.0, 9541.0, 9569.0, 9541.0, 9585.0, 9560.0, 9570.0, 9541.0, 9568.0, 9567.0, 9574.0, 9556.0, 9551.0, 9531.0, 9553.0, 9561.0, 9553.0, 9592.0, 9540.0, 9561.0, 9535.0, 9562.0, 9549.0, 9564.0, 9536.0, 9543.0, 9535.0, 9545.0, 9537.0, 9566.0, 9538.0, 9565.0, 9533.0, 9545.0, 9547.0, 9570.0, 9554.0, 9553.0, 9548.0, 9552.0, 9547.0, 9571.0, 9574.0, 9569.0, 9549.0, 9552.0, 9547.0, 9556.0, 9549.0, 9565.0, 9552.0, 9576.0, 9553.0, 9552.0, 9534.0, 9572.0, 9557.0, 9582.0, 9566.0, 9577.0, 9577.0, 9554.0, 9558.0, 9552.0, 9553.0, 9534.0, 9553.0, 9594.0, 9535.0, 9559.0, 9537.0, 9555.0, 9538.0, 9579.0, 9570.0, 9580.0, 9539.0, 9551.0, 9539.0, 9565.0, 9560.0, 9600.0, 9548.0, 9578.0, 9544.0, 9580.0, 9554.0, 9587.0, 9572.0, 9582.0, 9553.0, 9567.0, 9556.0, 9583.0, 9574.0, 9583.0, 9572.0, 9575.0, 9555.0, 9579.0, 9570.0, 9584.0, 9557.0, 9566.0, 9550.0, 9563.0, 9539.0, 9567.0, 9555.0, 9554.0, 9546.0, 9553.0, 9549.0, 9554.0, 9552.0, 9556.0, 9550.0, 9555.0, 9547.0, 9554.0, 9582.0, 9542.0, 9563.0, 9535.0, 9556.0, 9528.0, 9546.0, 9544.0, 9549.0, 9558.0, 9531.0, 9534.0, 9539.0, 9561.0, 9558.0, 9593.0, 9546.0, 9582.0, 9555.0, 9576.0, 9542.0, 9582.0, 9570.0, 9560.0, 9552.0, 9562.0, 9550.0, 9563.0, 9556.0, 9568.0, 9535.0, 9567.0, 9548.0, 9553.0, 9551.0, 9556.0, 9564.0, 9549.0, 9559.0, 9535.0, 9562.0, 9555.0, 9580.0, 9570.0, 9565.0, 9568.0, 9565.0, 9556.0, 9582.0, 9582.0, 9567.0, 9571.0, 9567.0, 9549.0, 9565.0, 9557.0, 9582.0, 9537.0, 9552.0, 9532.0, 9550.0, 9561.0, 9539.0, 9573.0, 9534.0, 9574.0, 9549.0, 9559.0, 9568.0, 9582.0, 9567.0, 9565.0, 9551.0, 9561.0, 9549.0, 9566.0, 9538.0, 9564.0, 9533.0, 9549.0, 9532.0, 9548.0, 9558.0, 9549.0, 9572.0, 9519.0, 9555.0, 9515.0, 9557.0, 9552.0, 9561.0, 9549.0, 9558.0, 9555.0, 9575.0, 9558.0, 9582.0, 9568.0, 9565.0, 9550.0, 9564.0, 9550.0, 9565.0, 9553.0, 9567.0, 9552.0, 9551.0, 9539.0, 9553.0, 9554.0, 9585.0, 9556.0, 9588.0, 9557.0, 9572.0, 9551.0, 9570.0, 9558.0, 9568.0, 9553.0, 9553.0, 9547.0, 9549.0, 9581.0, 9555.0, 9579.0, 9552.0, 9536.0, 9550.0, 9549.0, 9558.0, 9596.0, 9557.0, 9565.0, 9554.0, 9576.0, 9539.0, 9581.0, 9554.0, 9564.0, 9549.0, 9543.0, 9528.0, 9544.0, 9549.0, 9564.0, 9533.0, 9547.0, 9529.0, 9549.0, 9547.0, 9567.0, 9551.0, 9553.0, 9549.0, 9552.0, 9536.0, 9555.0, 9566.0, 9554.0, 9559.0, 9539.0, 9561.0, 9536.0, 9577.0, 9552.0, 9564.0, 9550.0, 9557.0, 9549.0, 9562.0, 9570.0, 9580.0, 9556.0, 9574.0, 9539.0, 9576.0, 9553.0, 9581.0, 9554.0, 9562.0, 9536.0, 9560.0, 9551.0, 9564.0, 9566.0, 9562.0, 9550.0, 9547.0, 9548.0, 9557.0, 9553.0, 9561.0, 9552.0, 9563.0, 9548.0, 9563.0, 9569.0, 9582.0, 9556.0, 9568.0, 9553.0, 9565.0, 9554.0, 9579.0, 9553.0, 9559.0, 9551.0, 9558.0, 9549.0, 9566.0, 9569.0, 9580.0, 9569.0, 9562.0, 9565.0, 9565.0, 9583.0, 9581.0, 9569.0, 9578.0, 9556.0, 9555.0, 9551.0, 9567.0, 9566.0, 9560.0, 9550.0, 9562.0, 9565.0, 9567.0, 9568.0, 9563.0, 9554.0, 9565.0, 9557.0, 9583.0, 9571.0, 9566.0, 9565.0, 9561.0, 9552.0, 9564.0, 9571.0, 9581.0, 9556.0, 9565.0, 9550.0, 9562.0, 9552.0, 9580.0, 9543.0, 9565.0, 9540.0, 9565.0, 9536.0, 9561.0, 9554.0, 9568.0, 9536.0, 9548.0, 9531.0, 9544.0, 9531.0, 9564.0, 9533.0, 9550.0, 9532.0, 9544.0, 9531.0, 9544.0, 9551.0, 9552.0, 9547.0, 9536.0, 9517.0, 9548.0, 9568.0, 9557.0, 9581.0, 9557.0, 9577.0, 9543.0, 9578.0, 9557.0, 9584.0, 9555.0, 9560.0, 9556.0, 9565.0, 9551.0, 9564.0, 9564.0, 9548.0, 9549.0, 9545.0, 9546.0, 9564.0, 9537.0, 9547.0, 9530.0, 9543.0, 9533.0, 9565.0, 9533.0, 9566.0, 9530.0, 9549.0, 9531.0, 9548.0, 9548.0, 9566.0, 9532.0, 9546.0, 9532.0, 9546.0, 9538.0, 9581.0, 9534.0, 9550.0, 9521.0, 9564.0, 9550.0, 9584.0, 9574.0, 9568.0, 9553.0, 9565.0, 9554.0, 9581.0, 9570.0, 9586.0, 9570.0, 9564.0, 9556.0, 9577.0, 9557.0, 9595.0, 9574.0, 9585.0, 9543.0, 9565.0, 9552.0, 9570.0, 9554.0, 9565.0, 9554.0, 9532.0, 9549.0, 9535.0, 9555.0, 9565.0, 9552.0, 9532.0, 9529.0, 9530.0, 9549.0, 9546.0, 9547.0, 9561.0, 9547.0, 9530.0, 9544.0, 9542.0, 9550.0, 9549.0, 9549.0, 9532.0, 9535.0, 9527.0, 9530.0, 9559.0, 9534.0, 9570.0, 9534.0, 9556.0, 9535.0, 9554.0, 9535.0, 9561.0, 9535.0, 9539.0, 9529.0, 9542.0, 9530.0, 9561.0, 9550.0, 9554.0, 9550.0, 9547.0, 9535.0, 9559.0, 9566.0, 9564.0, 9552.0, 9543.0, 9551.0, 9561.0, 9558.0, 9566.0, 9555.0, 9567.0, 9563.0, 9564.0, 9555.0, 9568.0, 9536.0, 9563.0, 9546.0, 9551.0, 9536.0, 9556.0, 9558.0, 9569.0, 9552.0, 9563.0, 9536.0, 9583.0, 9561.0, 9588.0, 9559.0, 9569.0, 9542.0, 9549.0, 9551.0, 9567.0, 9539.0, 9547.0, 9532.0, 9547.0, 9528.0, 9561.0, 9533.0, 9562.0, 9528.0, 9542.0, 9530.0, 9547.0, 9543.0, 9546.0, 9532.0, 9545.0, 9527.0, 9544.0, 9536.0, 9553.0, 9530.0, 9549.0, 9527.0, 9530.0, 9534.0, 9548.0, 9576.0, 9549.0, 9559.0, 9537.0, 9558.0, 9532.0, 9564.0, 9534.0, 9545.0, 9540.0, 9546.0, 9536.0, 9580.0, 9572.0, 9582.0, 9560.0, 9577.0, 9561.0, 9589.0, 9572.0, 9569.0, 9558.0, 9566.0, 9558.0, 9586.0, 9573.0, 9570.0, 9554.0, 9563.0, 9538.0, 9563.0, 9543.0, 9561.0, 9531.0, 9543.0, 9515.0, 9561.0, 9539.0, 9566.0, 9539.0, 9559.0, 9540.0, 9583.0, 9557.0, 9568.0, 9535.0, 9561.0, 9519.0, 9564.0, 9536.0, 9549.0, 9535.0, 9546.0, 9524.0, 9563.0, 9537.0, 9548.0, 9535.0, 9547.0, 9520.0, 9547.0, 9540.0, 9559.0, 9529.0, 9547.0, 9532.0, 9543.0, 9518.0, 9563.0, 9533.0, 9547.0, 9525.0, 9544.0, 9516.0, 9560.0, 9522.0, 9550.0, 9535.0, 9572.0, 9540.0, 9562.0, 9536.0, 9549.0, 9523.0, 9544.0, 9517.0, 9559.0, 9534.0, 9604.0, 9578.0, 9585.0, 9535.0, 9545.0, 9544.0, 9550.0, 9578.0, 9549.0, 9584.0, 9538.0, 9566.0, 9538.0, 9557.0, 9512.0, 9541.0, 9507.0, 9536.0, 9492.0, 9516.0, 9485.0, 9509.0, 9482.0, 9511.0, 9477.0, 9515.0, 9490.0, 9512.0, 9462.0, 9493.0, 9464.0, 9494.0, 9482.0, 9512.0, 9491.0, 9533.0, 9507.0, 9519.0, 9506.0, 9533.0, 9510.0, 9539.0, 9528.0, 9549.0, 9516.0, 9539.0, 9511.0, 9537.0, 9515.0, 9557.0, 9533.0, 9554.0, 9517.0, 9538.0, 9516.0, 9539.0, 9516.0, 9555.0, 9536.0, 9544.0, 9534.0, 9544.0, 9530.0, 9539.0, 9531.0, 9569.0, 9524.0, 9544.0, 9540.0, 9549.0, 9544.0, 9583.0, 9544.0, 9568.0, 9556.0, 9550.0, 9546.0, 9567.0, 9555.0, 9556.0, 9558.0, 9554.0, 9574.0, 9559.0, 9573.0, 9556.0, 9559.0, 9552.0, 9552.0, 9594.0, 9555.0, 9562.0, 9550.0, 9533.0, 9546.0, 9536.0, 9566.0, 9535.0, 9550.0, 9532.0, 9543.0, 9547.0, 9548.0, 9555.0, 9530.0, 9541.0, 9518.0, 9541.0, 9521.0, 9556.0, 9532.0, 9527.0, 9528.0, 9545.0, 9534.0, 9533.0, 9535.0, 9527.0, 9544.0, 9529.0, 9559.0, 9535.0, 9529.0, 9528.0, 9531.0, 9529.0, 9543.0, 9531.0, 9543.0, 9529.0, 9537.0, 9527.0, 9541.0, 9527.0, 9557.0, 9518.0, 9540.0, 9515.0, 9542.0, 9519.0, 9559.0, 9520.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.0003169051094890511</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020472638759124088</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.325898534748006</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2681069327100087</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9939705966910136</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4589</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6746.2876</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08127986559570868</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.948905109489051</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.386094581948434</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3556064892925104</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5126476673665388</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.290029589186252</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00723878</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012026702985167503</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02388942614197731</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1370</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.0559316201635385</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>27.5196</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.6072</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.826</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304005.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>725.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.0302</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8153</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.13</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3579.473</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3779.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72539.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1305.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4627.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.7154</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.60983528615907</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> |