=== 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-0101 --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-0101",
"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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-01/func/sub-0101_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>f0f4690917eb41076aea75c785e1d74e</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:37:18.060000</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.998344, 0.0426866, 0.0385756, -0.0357352, 0.985525, -0.165718]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.131221</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>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4246, -7758, -7249, 43, -193, -92, -69, 56]</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>318.564</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>de6b2643-edb2-439b-850d-a24ac7a0d0da||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.6784827709198, -0.09587494283914566, 0.1217462420463562, 115.01140594482422], [-0.11452493816614151, 2.6440927982330322, -0.4429764449596405, -76.03337860107422], [0.10349556058645248, 0.44461026787757874, 2.6606295108795166, -104.9607925415039], [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': ['133718.060000', '133718.520000', '133718.980000', '133719.440000', '133719.900000', '133720.360000', '133720.820000', '133721.280000', '133721.740000', '133722.200000', '133722.660000', '133723.120000', '133723.580000', '133724.040000', '133724.500000', '133724.960000', '133725.420000', '133725.880000', '133726.340000', '133726.800000', '133727.260000', '133727.720000', '133728.180000', '133728.640000', '133729.100000', '133729.560000', '133730.020000', '133730.480000', '133730.940000', '133731.400000', '133731.860000', '133732.320000', '133732.780000', '133733.240000', '133733.700000', '133734.160000', '133734.620000', '133735.080000', '133735.540000', '133736.000000', '133736.460000', '133736.920000', '133737.380000', '133737.840000', '133738.300000', '133738.760000', '133739.220000', '133739.680000', '133740.140000', '133740.600000', '133741.060000', '133741.520000', '133741.980000', '133742.440000', '133742.900000', '133743.360000', '133743.820000', '133744.280000', '133744.740000', '133745.200000', '133745.660000', '133746.120000', '133746.580000', '133747.040000', '133747.500000', '133747.960000', '133748.420000', '133748.880000', '133749.340000', '133749.800000', '133750.260000', '133750.720000', '133751.180000', '133751.640000', '133752.100000', '133752.560000', '133753.020000', '133753.480000', '133753.940000', '133754.400000', '133754.860000', '133755.320000', '133755.780000', '133756.240000', '133756.700000', '133757.160000', '133757.620000', '133758.080000', '133758.540000', '133759.000000', '133759.460000', '133759.920000', '133800.380000', '133800.840000', '133801.300000', '133801.760000', '133802.220000', '133802.680000', '133803.140000', '133803.600000', '133804.060000', '133804.520000', '133804.980000', '133805.440000', '133805.900000', '133806.360000', '133806.820000', '133807.280000', '133807.740000', '133808.200000', '133808.660000', '133809.120000', '133809.580000', '133810.040000', '133810.500000', '133810.960000', '133811.420000', '133811.880000', '133812.340000', '133812.800000', '133813.260000', '133813.720000', '133814.180000', '133814.640000', '133815.100000', '133815.560000', '133816.020000', '133816.480000', '133816.940000', '133817.400000', '133817.860000', '133818.320000', '133818.780000', '133819.240000', '133819.700000', '133820.160000', '133820.620000', '133821.080000', '133821.540000', '133822.000000', '133822.460000', '133822.920000', '133823.380000', '133823.840000', '133824.300000', '133824.760000', '133825.220000', '133825.680000', '133826.140000', '133826.600000', '133827.060000', '133827.520000', '133827.980000', '133828.440000', '133828.900000', '133829.360000', '133829.820000', '133830.280000', '133830.740000', '133831.200000', '133831.660000', '133832.120000', '133832.580000', '133833.040000', '133833.500000', '133833.960000', '133834.420000', '133834.880000', '133835.340000', '133835.800000', '133836.260000', '133836.720000', '133837.180000', '133837.640000', '133838.100000', '133838.560000', '133839.020000', '133839.480000', '133839.940000', '133840.400000', '133840.860000', '133841.320000', '133841.780000', '133842.240000', '133842.700000', '133843.160000', '133843.620000', '133844.080000', '133844.540000', '133845.000000', '133845.460000', '133845.920000', '133846.380000', '133846.840000', '133847.300000', '133847.760000', '133848.220000', '133848.680000', '133849.140000', '133849.600000', '133850.060000', '133850.520000', '133850.980000', '133851.440000', '133851.900000', '133852.360000', '133852.820000', '133853.280000', '133853.740000', '133854.200000', '133854.660000', '133855.120000', '133855.580000', '133856.040000', '133856.500000', '133856.960000', '133857.420000', '133857.880000', '133858.340000', '133858.800000', '133859.260000', '133859.720000', '133900.180000', '133900.640000', '133901.100000', '133901.560000', '133902.020000', '133902.480000', '133902.940000', '133903.400000', '133903.860000', '133904.320000', '133904.780000', '133905.240000', '133905.700000', '133906.160000', '133906.620000', '133907.080000', '133907.540000', '133908.000000', '133908.460000', '133908.920000', '133909.380000', '133909.840000', '133910.300000', '133910.760000', '133911.220000', '133911.680000', '133912.140000', '133912.600000', '133913.060000', '133913.520000', '133913.980000', '133914.440000', '133914.900000', '133915.360000', '133915.820000', '133916.280000', '133916.740000', '133917.200000', '133917.660000', '133918.120000', '133918.580000', '133919.040000', '133919.500000', '133919.960000', '133920.420000', '133920.880000', '133921.340000', '133921.800000', '133922.260000', '133922.720000', '133923.180000', '133923.640000', '133924.100000', '133924.560000', '133925.020000', '133925.480000', '133925.940000', '133926.400000', '133926.860000', '133927.320000', '133927.780000', '133928.240000', '133928.700000', '133929.160000', '133929.620000', '133930.080000', '133930.540000', '133931.000000', '133931.460000', '133931.920000', '133932.380000', '133932.840000', '133933.300000', '133933.760000', '133934.220000', '133934.680000', '133935.140000', '133935.600000', '133936.060000', '133936.520000', '133936.980000', '133937.440000', '133937.900000', '133938.360000', '133938.820000', '133939.280000', '133939.740000', '133940.200000', '133940.660000', '133941.120000', '133941.580000', '133942.040000', '133942.500000', '133942.960000', '133943.420000', '133943.880000', '133944.340000', '133944.800000', '133945.260000', '133945.720000', '133946.180000', '133946.640000', '133947.100000', '133947.560000', '133948.020000', '133948.480000', '133948.940000', '133949.400000', '133949.860000', '133950.320000', '133950.780000', '133951.240000', '133951.700000', '133952.160000', '133952.620000', '133953.080000', '133953.540000', '133954.000000', '133954.460000', '133954.920000', '133955.380000', '133955.840000', '133956.300000', '133956.760000', '133957.220000', '133957.680000', '133958.140000', '133958.600000', '133959.060000', '133959.520000', '133959.980000', '134000.440000', '134000.900000', '134001.360000', '134001.820000', '134002.280000', '134002.740000', '134003.200000', '134003.660000', '134004.120000', '134004.580000', '134005.040000', '134005.500000', '134005.960000', '134006.420000', '134006.880000', '134007.340000', '134007.800000', '134008.260000', '134008.720000', '134009.180000', '134009.640000', '134010.100000', '134010.560000', '134011.020000', '134011.480000', '134011.940000', '134012.400000', '134012.860000', '134013.320000', '134013.780000', '134014.240000', '134014.700000', '134015.160000', '134015.620000', '134016.080000', '134016.540000', '134017.000000', '134017.460000', '134017.920000', '134018.380000', '134018.840000', '134019.300000', '134019.760000', '134020.220000', '134020.680000', '134021.140000', '134021.600000', '134022.060000', '134022.520000', '134022.980000', '134023.440000', '134023.900000', '134024.360000', '134024.820000', '134025.280000', '134025.740000', '134026.200000', '134026.660000', '134027.120000', '134027.580000', '134028.040000', '134028.500000', '134028.960000', '134029.420000', '134029.880000', '134030.340000', '134030.800000', '134031.260000', '134031.720000', '134032.180000', '134032.640000', '134033.100000', '134033.560000', '134034.020000', '134034.480000', '134034.940000', '134035.400000', '134035.860000', '134036.320000', '134036.780000', '134037.240000', '134037.700000', '134038.160000', '134038.620000', '134039.080000', '134039.540000', '134040.000000', '134040.460000', '134040.920000', '134041.380000', '134041.840000', '134042.300000', '134042.760000', '134043.220000', '134043.680000', '134044.140000', '134044.600000', '134045.060000', '134045.520000', '134045.980000', '134046.440000', '134046.900000', '134047.360000', '134047.820000', '134048.280000', '134048.740000', '134049.200000', '134049.660000', '134050.120000', '134050.580000', '134051.040000', '134051.500000', '134051.960000', '134052.420000', '134052.880000', '134053.340000', '134053.800000', '134054.260000', '134054.720000', '134055.180000', '134055.640000', '134056.100000', '134056.560000', '134057.020000', '134057.480000', '134057.940000', '134058.400000', '134058.860000', '134059.320000', '134059.780000', '134100.240000', '134100.700000', '134101.160000', '134101.620000', '134102.080000', '134102.540000', '134103.000000', '134103.460000', '134103.920000', '134104.380000', '134104.840000', '134105.300000', '134105.760000', '134106.220000', '134106.680000', '134107.140000', '134107.600000', '134108.060000', '134108.520000', '134108.980000', '134109.440000', '134109.900000', '134110.360000', '134110.820000', '134111.280000', '134111.740000', '134112.200000', '134112.660000', '134113.120000', '134113.580000', '134114.040000', '134114.500000', '134114.960000', '134115.420000', '134115.880000', '134116.340000', '134116.800000', '134117.260000', '134117.720000', '134118.180000', '134118.640000', '134119.100000', '134119.560000', '134120.020000', '134120.480000', '134120.940000', '134121.400000', '134121.860000', '134122.320000', '134122.780000', '134123.240000', '134123.700000', '134124.160000', '134124.620000', '134125.080000', '134125.540000', '134126.000000', '134126.460000', '134126.920000', '134127.380000', '134127.840000', '134128.300000', '134128.760000', '134129.220000', '134129.680000', '134130.140000', '134130.600000', '134131.060000', '134131.520000', '134131.980000', '134132.440000', '134132.900000', '134133.360000', '134133.820000', '134134.280000', '134134.740000', '134135.200000', '134135.660000', '134136.120000', '134136.580000', '134137.040000', '134137.500000', '134137.960000', '134138.420000', '134138.880000', '134139.340000', '134139.800000', '134140.260000', '134140.720000', '134141.180000', '134141.640000', '134142.100000', '134142.560000', '134143.020000', '134143.480000', '134143.940000', '134144.400000', '134144.860000', '134145.320000', '134145.780000', '134146.240000', '134146.700000', '134147.160000', '134147.620000', '134148.080000', '134148.540000', '134149.000000', '134149.460000', '134149.920000', '134150.380000', '134150.840000', '134151.300000', '134151.760000', '134152.220000', '134152.680000', '134153.140000', '134153.600000', '134154.060000', '134154.520000', '134154.980000', '134155.440000', '134155.900000', '134156.360000', '134156.820000', '134157.280000', '134157.740000', '134158.200000', '134158.660000', '134159.120000', '134159.580000', '134200.040000', '134200.500000', '134200.960000', '134201.420000', '134201.880000', '134202.340000', '134202.800000', '134203.260000', '134203.720000', '134204.180000', '134204.640000', '134205.100000', '134205.560000', '134206.020000', '134206.480000', '134206.940000', '134207.400000', '134207.860000', '134208.320000', '134208.780000', '134209.240000', '134209.700000', '134210.160000', '134210.620000', '134211.080000', '134211.540000', '134212.000000', '134212.460000', '134212.920000', '134213.380000', '134213.840000', '134214.300000', '134214.760000', '134215.220000', '134215.680000', '134216.140000', '134216.600000', '134217.060000', '134217.520000', '134217.980000', '134218.440000', '134218.900000', '134219.360000', '134219.820000', '134220.280000', '134220.740000', '134221.200000', '134221.660000', '134222.120000', '134222.580000', '134223.040000', '134223.500000', '134223.960000', '134224.420000', '134224.880000', '134225.340000', '134225.800000', '134226.260000', '134226.720000', '134227.180000', '134227.640000', '134228.100000', '134228.560000', '134229.020000', '134229.480000', '134229.940000', '134230.400000', '134230.860000', '134231.320000', '134231.780000', '134232.240000', '134232.700000', '134233.160000', '134233.620000', '134234.080000', '134234.540000', '134235.000000', '134235.460000', '134235.920000', '134236.380000', '134236.840000', '134237.300000', '134237.760000', '134238.220000', '134238.680000', '134239.140000', '134239.600000', '134240.060000', '134240.520000', '134240.980000', '134241.440000', '134241.900000', '134242.360000', '134242.820000', '134243.280000', '134243.740000', '134244.200000', '134244.660000', '134245.120000', '134245.580000', '134246.040000', '134246.500000', '134246.960000', '134247.420000', '134247.880000', '134248.340000', '134248.800000', '134249.260000', '134249.720000', '134250.180000', '134250.640000', '134251.100000', '134251.560000', '134252.020000', '134252.480000', '134252.940000', '134253.400000', '134253.860000', '134254.320000', '134254.780000', '134255.240000', '134255.700000', '134256.160000', '134256.620000', '134257.080000', '134257.540000', '134258.000000', '134258.460000', '134258.920000', '134259.380000', '134259.840000', '134300.300000', '134300.760000', '134301.220000', '134301.680000', '134302.140000', '134302.600000', '134303.060000', '134303.520000', '134303.980000', '134304.440000', '134304.900000', '134305.360000', '134305.820000', '134306.280000', '134306.740000', '134307.200000', '134307.660000', '134308.120000', '134308.580000', '134309.040000', '134309.500000', '134309.960000', '134310.420000', '134310.880000', '134311.340000', '134311.800000', '134312.260000', '134312.720000', '134313.180000', '134313.640000', '134314.100000', '134314.560000', '134315.020000', '134315.480000', '134315.940000', '134316.400000', '134316.860000', '134317.320000', '134317.780000', '134318.240000', '134318.700000', '134319.160000', '134319.620000', '134320.080000', '134320.540000', '134321.000000', '134321.460000', '134321.920000', '134322.380000', '134322.840000', '134323.300000', '134323.760000', '134324.220000', '134324.680000', '134325.140000', '134325.600000', '134326.060000', '134326.520000', '134326.980000', '134327.440000', '134327.900000', '134328.360000', '134328.820000', '134329.280000', '134329.740000', '134330.200000', '134330.660000', '134331.120000', '134331.580000', '134332.040000', '134332.500000', '134332.960000', '134333.420000', '134333.880000', '134334.340000', '134334.800000', '134335.260000', '134335.720000', '134336.180000', '134336.640000', '134337.100000', '134337.560000', '134338.020000', '134338.480000', '134338.940000', '134339.400000', '134339.860000', '134340.320000', '134340.780000', '134341.240000', '134341.700000', '134342.160000', '134342.620000', '134343.080000', '134343.540000', '134344.000000', '134344.460000', '134344.920000', '134345.380000', '134345.840000', '134346.300000', '134346.760000', '134347.220000', '134347.680000', '134348.140000', '134348.600000', '134349.060000', '134349.520000', '134349.980000', '134350.440000', '134350.900000', '134351.360000', '134351.820000', '134352.280000', '134352.740000', '134353.200000', '134353.660000', '134354.120000', '134354.580000', '134355.040000', '134355.500000', '134355.960000', '134356.420000', '134356.880000', '134357.340000', '134357.800000', '134358.260000', '134358.720000', '134359.180000', '134359.640000', '134400.100000', '134400.560000', '134401.020000', '134401.480000', '134401.940000', '134402.400000', '134402.860000', '134403.320000', '134403.780000', '134404.240000', '134404.700000', '134405.160000', '134405.620000', '134406.080000', '134406.540000', '134407.000000', '134407.460000', '134407.920000', '134408.380000', '134408.840000', '134409.300000', '134409.760000', '134410.220000', '134410.680000', '134411.140000', '134411.600000', '134412.060000', '134412.520000', '134412.980000', '134413.440000', '134413.900000', '134414.360000', '134414.820000', '134415.280000', '134415.740000', '134416.200000', '134416.660000', '134417.120000', '134417.580000', '134418.040000', '134418.500000', '134418.960000', '134419.420000', '134419.880000', '134420.340000', '134420.800000', '134421.260000', '134421.720000', '134422.180000', '134422.640000', '134423.100000', '134423.560000', '134424.020000', '134424.480000', '134424.940000', '134425.400000', '134425.860000', '134426.320000', '134426.780000', '134427.240000', '134427.700000', '134428.160000', '134428.620000', '134429.080000', '134429.540000', '134430.000000', '134430.460000', '134430.920000', '134431.380000', '134431.840000', '134432.300000', '134432.760000', '134433.220000', '134433.680000', '134434.140000', '134434.600000', '134435.060000', '134435.520000', '134435.980000', '134436.440000', '134436.900000', '134437.360000', '134437.820000', '134438.280000', '134438.740000', '134439.200000', '134439.660000', '134440.120000', '134440.580000', '134441.040000', '134441.500000', '134441.960000', '134442.420000', '134442.880000', '134443.340000', '134443.800000', '134444.260000', '134444.720000', '134445.180000', '134445.640000', '134446.100000', '134446.560000', '134447.020000', '134447.480000', '134447.940000', '134448.400000', '134448.860000', '134449.320000', '134449.780000', '134450.240000', '134450.700000', '134451.160000', '134451.620000', '134452.080000', '134452.540000', '134453.000000', '134453.460000', '134453.920000', '134454.380000', '134454.840000', '134455.300000', '134455.760000', '134456.220000', '134456.680000', '134457.140000', '134457.600000', '134458.060000', '134458.520000', '134458.980000', '134459.440000', '134459.900000', '134500.360000', '134500.820000', '134501.280000', '134501.740000', '134502.200000', '134502.660000', '134503.120000', '134503.580000', '134504.040000', '134504.500000', '134504.960000', '134505.420000', '134505.880000', '134506.340000', '134506.800000', '134507.260000', '134507.720000', '134508.180000', '134508.640000', '134509.100000', '134509.560000', '134510.020000', '134510.480000', '134510.940000', '134511.400000', '134511.860000', '134512.320000', '134512.780000', '134513.240000', '134513.700000', '134514.160000', '134514.620000', '134515.080000', '134515.540000', '134516.000000', '134516.460000', '134516.920000', '134517.380000', '134517.840000', '134518.300000', '134518.760000', '134519.220000', '134519.680000', '134520.140000', '134520.600000', '134521.060000', '134521.520000', '134521.980000', '134522.440000', '134522.900000', '134523.360000', '134523.820000', '134524.280000', '134524.740000', '134525.200000', '134525.660000', '134526.120000', '134526.580000', '134527.040000', '134527.500000', '134527.960000', '134528.420000', '134528.880000', '134529.340000', '134529.800000', '134530.260000', '134530.720000', '134531.180000', '134531.640000', '134532.100000', '134532.560000', '134533.020000', '134533.480000', '134533.940000', '134534.400000', '134534.860000', '134535.320000', '134535.780000', '134536.240000', '134536.700000', '134537.160000', '134537.620000', '134538.080000', '134538.540000', '134539.000000', '134539.460000', '134539.920000', '134540.380000', '134540.840000', '134541.300000', '134541.760000', '134542.220000', '134542.680000', '134543.140000', '134543.600000', '134544.060000', '134544.520000', '134544.980000', '134545.440000', '134545.900000', '134546.360000', '134546.820000', '134547.280000', '134547.740000', '134548.200000', '134548.660000', '134549.120000', '134549.580000', '134550.040000', '134550.500000', '134550.960000', '134551.420000', '134551.880000', '134552.340000', '134552.800000', '134553.260000', '134553.720000', '134554.180000', '134554.640000', '134555.100000', '134555.560000', '134556.020000', '134556.480000', '134556.940000', '134557.400000', '134557.860000', '134558.320000', '134558.780000', '134559.240000', '134559.700000', '134600.160000', '134600.620000', '134601.080000', '134601.540000', '134602.000000', '134602.460000', '134602.920000', '134603.380000', '134603.840000', '134604.300000', '134604.760000', '134605.220000', '134605.680000', '134606.140000', '134606.600000', '134607.060000', '134607.520000', '134607.980000', '134608.440000', '134608.900000', '134609.360000', '134609.820000', '134610.280000', '134610.740000', '134611.200000', '134611.660000', '134612.120000', '134612.580000', '134613.040000', '134613.500000', '134613.960000', '134614.420000', '134614.880000', '134615.340000', '134615.800000', '134616.260000', '134616.720000', '134617.180000', '134617.640000', '134618.100000', '134618.560000', '134619.020000', '134619.480000', '134619.940000', '134620.400000', '134620.860000', '134621.320000', '134621.780000', '134622.240000', '134622.700000', '134623.160000', '134623.620000', '134624.080000', '134624.540000', '134625.000000', '134625.460000', '134625.920000', '134626.380000', '134626.840000', '134627.300000', '134627.760000', '134628.220000', '134628.680000', '134629.140000', '134629.600000', '134630.060000', '134630.520000', '134630.980000', '134631.440000', '134631.900000', '134632.360000', '134632.820000', '134633.280000', '134633.740000', '134634.200000', '134634.660000', '134635.120000', '134635.580000', '134636.040000', '134636.500000', '134636.960000', '134637.420000', '134637.880000', '134638.340000', '134638.800000', '134639.260000', '134639.720000', '134640.180000', '134640.640000', '134641.100000', '134641.560000', '134642.020000', '134642.480000', '134642.940000', '134643.400000', '134643.860000', '134644.320000', '134644.780000', '134645.240000', '134645.700000', '134646.160000', '134646.620000', '134647.080000', '134647.540000', '134648.000000', '134648.460000', '134648.920000', '134649.380000', '134649.840000', '134650.300000', '134650.760000', '134651.220000', '134651.680000', '134652.140000', '134652.600000', '134653.060000', '134653.520000', '134653.980000', '134654.440000', '134654.900000', '134655.360000', '134655.820000', '134656.280000', '134656.740000', '134657.200000', '134657.660000', '134658.120000', '134658.580000', '134659.040000', '134659.500000', '134659.960000', '134700.420000', '134700.880000', '134701.340000', '134701.800000', '134702.260000', '134702.720000', '134703.180000', '134703.640000', '134704.100000', '134704.560000', '134705.020000', '134705.480000', '134705.940000', '134706.400000', '134706.860000', '134707.320000', '134707.780000', '134708.240000', '134708.700000', '134709.160000', '134709.620000', '134710.080000', '134710.540000', '134711.000000', '134711.460000', '134711.920000', '134712.380000', '134712.840000', '134713.300000', '134713.760000', '134714.220000', '134714.680000', '134715.140000', '134715.600000', '134716.060000', '134716.520000', '134716.980000', '134717.440000', '134717.900000', '134718.360000', '134718.820000', '134719.280000', '134719.740000', '134720.200000', '134720.660000', '134721.120000', '134721.580000', '134722.040000', '134722.500000', '134722.960000', '134723.420000', '134723.880000', '134724.340000', '134724.800000', '134725.260000', '134725.720000', '134726.180000', '134726.640000', '134727.100000', '134727.560000', '134728.020000', '134728.480000', '134728.940000', '134729.400000', '134729.860000', '134730.320000', '134730.780000', '134731.240000', '134731.700000', '134732.160000', '134732.620000', '134733.080000', '134733.540000', '134734.000000', '134734.460000', '134734.920000', '134735.380000', '134735.840000', '134736.300000', '134736.760000', '134737.220000', '134737.680000', '134738.140000', '134738.600000', '134739.060000', '134739.520000', '134739.980000', '134740.440000', '134740.900000', '134741.360000', '134741.820000', '134742.280000', '134742.740000', '134743.200000', '134743.660000', '134744.120000', '134744.580000', '134745.040000', '134745.500000', '134745.960000', '134746.420000', '134746.880000', '134747.340000', '134747.800000', '134748.260000', '134748.720000', '134749.180000', '134749.640000', '134750.100000', '134750.560000'], 'ContentTime': ['133737.428000', '133737.431000', '133737.434000', '133737.437000', '133737.440000', '133737.442000', '133737.445000', '133737.448000', '133737.450000', '133737.453000', '133737.455000', '133737.458000', '133737.460000', '133737.463000', '133737.466000', '133737.468000', '133737.471000', '133737.474000', '133737.476000', '133737.479000', '133737.481000', '133737.484000', '133737.487000', '133737.489000', '133737.492000', '133737.498000', '133737.501000', '133737.503000', '133737.506000', '133737.509000', '133737.511000', '133737.514000', '133737.516000', '133737.519000', '133737.522000', '133737.524000', '133737.527000', '133737.529000', '133737.532000', '133737.535000', '133757.397000', '133757.400000', '133757.403000', '133757.406000', '133757.408000', '133757.411000', '133757.413000', '133757.416000', '133757.419000', '133757.421000', '133757.424000', '133757.426000', '133757.429000', '133757.432000', '133757.434000', '133757.437000', '133757.439000', '133757.442000', '133757.445000', '133757.447000', '133757.450000', '133757.453000', '133757.455000', '133757.458000', '133757.461000', '133757.463000', '133757.466000', '133757.468000', '133757.471000', '133757.485000', '133757.488000', '133757.490000', '133757.493000', '133757.496000', '133757.503000', '133757.506000', '133757.509000', '133757.511000', '133757.514000', '133757.516000', '133757.519000', '133757.529000', '133757.532000', '133817.396000', '133817.399000', '133817.402000', '133817.405000', '133817.415000', '133817.417000', '133817.420000', '133817.423000', '133817.425000', '133817.428000', '133817.431000', '133817.433000', '133817.436000', '133817.439000', '133817.441000', '133817.444000', '133817.446000', '133817.449000', '133817.452000', '133817.454000', '133817.457000', '133817.460000', '133817.462000', '133817.465000', '133817.467000', '133817.475000', '133817.477000', '133817.480000', '133817.483000', '133817.485000', '133817.488000', '133817.491000', '133817.493000', '133817.496000', '133817.499000', '133817.501000', '133817.504000', '133817.506000', '133817.509000', '133817.512000', '133817.514000', '133817.517000', '133817.519000', '133837.396000', '133837.399000', '133837.402000', '133837.404000', '133837.407000', '133837.410000', '133837.412000', '133837.415000', '133837.418000', '133837.420000', '133837.423000', '133837.426000', '133837.428000', '133837.431000', '133837.433000', '133837.436000', '133837.439000', '133837.441000', '133837.444000', '133837.447000', '133837.449000', '133837.452000', '133837.454000', '133837.457000', '133837.459000', '133837.462000', '133837.465000', '133837.467000', '133837.470000', '133837.472000', '133837.475000', '133837.478000', '133837.480000', '133837.483000', '133837.485000', '133837.488000', '133837.490000', '133837.493000', '133837.495000', '133837.498000', '133837.501000', '133837.503000', '133837.506000', '133837.509000', '133857.396000', '133857.399000', '133857.402000', '133857.405000', '133857.407000', '133857.410000', '133857.413000', '133857.415000', '133857.418000', '133857.420000', '133857.423000', '133857.426000', '133857.428000', '133857.431000', '133857.434000', '133857.436000', '133857.439000', '133857.442000', '133857.444000', '133857.447000', '133857.450000', '133857.452000', '133857.455000', '133857.457000', '133857.464000', '133857.467000', '133857.470000', '133857.474000', '133857.476000', '133857.479000', '133857.482000', '133857.484000', '133857.487000', '133857.490000', '133857.492000', '133857.495000', '133857.498000', '133857.501000', '133857.503000', '133857.506000', '133857.510000', '133857.513000', '133857.515000', '133917.396000', '133917.399000', '133917.402000', '133917.405000', '133917.407000', '133917.410000', '133917.412000', '133917.415000', '133917.418000', '133917.420000', '133917.423000', '133917.426000', '133917.428000', '133917.431000', '133917.434000', '133917.436000', '133917.439000', '133917.442000', '133917.444000', '133917.447000', '133917.450000', '133917.452000', '133917.455000', '133917.458000', '133917.460000', '133917.463000', '133917.466000', '133917.468000', '133917.471000', '133917.474000', '133917.476000', '133917.479000', '133917.482000', '133917.484000', '133917.487000', '133917.490000', '133917.492000', '133917.495000', '133917.498000', '133917.500000', '133917.503000', '133917.506000', '133917.508000', '133917.511000', '133937.398000', '133937.401000', '133937.403000', '133937.406000', '133937.409000', '133937.411000', '133937.414000', '133937.417000', '133937.419000', '133937.422000', '133937.424000', '133937.427000', '133937.430000', '133937.433000', '133937.435000', '133937.438000', '133937.441000', '133937.443000', '133937.446000', '133937.449000', '133937.451000', '133937.454000', '133937.457000', '133937.459000', '133937.462000', '133937.478000', '133937.480000', '133937.483000', '133937.486000', '133937.488000', '133937.491000', '133937.493000', '133937.496000', '133937.499000', '133937.501000', '133937.504000', '133937.506000', '133937.509000', '133937.512000', '133937.514000', '133937.517000', '133937.520000', '133937.522000', '133957.397000', '133957.400000', '133957.403000', '133957.406000', '133957.409000', '133957.411000', '133957.420000', '133957.423000', '133957.425000', '133957.428000', '133957.431000', '133957.434000', '133957.436000', '133957.439000', '133957.442000', '133957.444000', '133957.447000', '133957.450000', '133957.452000', '133957.455000', '133957.458000', '133957.460000', '133957.463000', '133957.466000', '133957.468000', '133957.471000', '133957.474000', '133957.476000', '133957.479000', '133957.481000', '133957.484000', '133957.487000', '133957.489000', '133957.492000', '133957.495000', '133957.497000', '133957.500000', '133957.502000', '133957.505000', '133957.508000', '133957.510000', '133957.513000', '133957.516000', '133957.518000', '134017.397000', '134017.400000', '134017.403000', '134017.406000', '134017.408000', '134017.411000', '134017.413000', '134017.416000', '134017.419000', '134017.422000', '134017.424000', '134017.427000', '134017.429000', '134017.432000', '134017.435000', '134017.437000', '134017.440000', '134017.442000', '134017.445000', '134017.448000', '134017.450000', '134017.453000', '134017.456000', '134017.458000', '134017.461000', '134017.464000', '134017.466000', '134017.469000', '134017.472000', '134017.474000', '134017.477000', '134017.479000', '134017.482000', '134017.485000', '134017.487000', '134017.490000', '134017.493000', '134017.495000', '134017.498000', '134017.500000', '134017.503000', '134017.506000', '134017.508000', '134037.397000', '134037.399000', '134037.402000', '134037.405000', '134037.407000', '134037.410000', '134037.412000', '134037.415000', '134037.418000', '134037.420000', '134037.423000', '134037.426000', '134037.429000', '134037.432000', '134037.435000', '134037.437000', '134037.440000', '134037.443000', '134037.445000', '134037.448000', '134037.450000', '134037.453000', '134037.456000', '134037.458000', '134037.461000', '134037.464000', '134037.466000', '134037.469000', '134037.472000', '134037.474000', '134037.477000', '134037.479000', '134037.483000', '134037.485000', '134037.488000', '134037.491000', '134037.493000', '134037.496000', '134037.499000', '134037.501000', '134037.504000', '134037.506000', '134037.509000', '134037.512000', '134057.396000', '134057.399000', '134057.402000', '134057.405000', '134057.407000', '134057.410000', '134057.412000', '134057.415000', '134057.418000', '134057.420000', '134057.423000', '134057.425000', '134057.428000', '134057.431000', '134057.433000', '134057.436000', '134057.439000', '134057.441000', '134057.444000', '134057.447000', '134057.449000', '134057.452000', '134057.454000', '134057.457000', '134057.460000', '134057.462000', '134057.465000', '134057.468000', '134057.470000', '134057.473000', '134057.476000', '134057.478000', '134057.481000', '134057.484000', '134057.486000', '134057.489000', '134057.492000', '134057.494000', '134057.497000', '134057.500000', '134057.502000', '134057.505000', '134057.507000', '134117.396000', '134117.399000', '134117.402000', '134117.405000', '134117.407000', '134117.410000', '134117.412000', '134117.446000', '134117.449000', '134117.452000', '134117.454000', '134117.457000', '134117.459000', '134117.462000', '134117.465000', '134117.467000', '134117.470000', '134117.472000', '134117.475000', '134117.477000', '134117.480000', '134117.483000', '134117.485000', '134117.488000', '134117.491000', '134117.493000', '134117.496000', '134117.498000', '134117.501000', '134117.504000', '134117.506000', '134117.509000', '134117.511000', '134117.514000', '134117.517000', '134117.519000', '134117.522000', '134117.525000', '134117.527000', '134117.530000', '134117.533000', '134117.535000', '134117.538000', '134117.540000', '134137.396000', '134137.399000', '134137.402000', '134137.405000', '134137.407000', '134137.410000', '134137.412000', '134137.415000', '134137.418000', '134137.420000', '134137.423000', '134137.425000', '134137.428000', '134137.430000', '134137.433000', '134137.436000', '134137.438000', '134137.441000', '134137.443000', '134137.446000', '134137.449000', '134137.451000', '134137.454000', '134137.457000', '134137.459000', '134137.462000', '134137.464000', '134137.467000', '134137.470000', '134137.472000', '134137.475000', '134137.477000', '134137.480000', '134137.483000', '134137.485000', '134137.488000', '134137.490000', '134137.493000', '134137.496000', '134137.499000', '134137.501000', '134137.504000', '134137.506000', '134157.398000', '134157.401000', '134157.403000', '134157.406000', '134157.408000', '134157.411000', '134157.414000', '134157.416000', '134157.419000', '134157.422000', '134157.424000', '134157.427000', '134157.429000', '134157.432000', '134157.435000', '134157.437000', '134157.440000', '134157.442000', '134157.445000', '134157.447000', '134157.450000', '134157.453000', '134157.455000', '134157.458000', '134157.461000', '134157.463000', '134157.466000', '134157.468000', '134157.471000', '134157.474000', '134157.476000', '134157.479000', '134157.482000', '134157.484000', '134157.487000', '134157.489000', '134157.492000', '134157.495000', '134157.497000', '134157.500000', '134157.502000', '134157.505000', '134157.508000', '134157.510000', '134217.397000', '134217.400000', '134217.403000', '134217.406000', '134217.408000', '134217.411000', '134217.414000', '134217.416000', '134217.419000', '134217.421000', '134217.424000', '134217.426000', '134217.429000', '134217.432000', '134217.434000', '134217.437000', '134217.440000', '134217.443000', '134217.445000', '134217.448000', '134217.451000', '134217.453000', '134217.456000', '134217.459000', '134217.461000', '134217.464000', '134217.467000', '134217.469000', '134217.472000', '134217.475000', '134217.477000', '134217.480000', '134217.483000', '134217.485000', '134217.488000', '134217.491000', '134217.493000', '134217.496000', '134217.498000', '134217.501000', '134217.504000', '134217.506000', '134217.509000', '134237.398000', '134237.401000', '134237.403000', '134237.406000', '134237.409000', '134237.412000', '134237.414000', '134237.417000', '134237.420000', '134237.422000', '134237.425000', '134237.428000', '134237.430000', '134237.433000', '134237.436000', '134237.438000', '134237.441000', '134237.444000', '134237.446000', '134237.449000', '134237.452000', '134237.454000', '134237.457000', '134237.459000', '134237.462000', '134237.464000', '134237.467000', '134237.470000', '134237.472000', '134237.475000', '134237.478000', '134237.480000', '134237.496000', '134237.499000', '134237.501000', '134237.504000', '134237.506000', '134237.509000', '134237.512000', '134237.514000', '134237.517000', '134237.519000', '134237.522000', '134237.525000', '134257.397000', '134257.400000', '134257.402000', '134257.405000', '134257.408000', '134257.410000', '134257.413000', '134257.416000', '134257.418000', '134257.421000', '134257.423000', '134257.426000', '134257.429000', '134257.431000', '134257.434000', '134257.436000', '134257.441000', '134257.443000', '134257.446000', '134257.449000', '134257.451000', '134257.454000', '134257.456000', '134257.459000', '134257.462000', '134257.464000', '134257.467000', '134257.469000', '134257.472000', '134257.475000', '134257.477000', '134257.480000', '134257.482000', '134257.485000', '134257.488000', '134257.490000', '134257.493000', '134257.495000', '134257.498000', '134257.501000', '134257.503000', '134257.506000', '134257.508000', '134317.396000', '134317.399000', '134317.402000', '134317.404000', '134317.407000', '134317.410000', '134317.412000', '134317.415000', '134317.417000', '134317.420000', '134317.423000', '134317.425000', '134317.428000', '134317.430000', '134317.433000', '134317.435000', '134317.438000', '134317.441000', '134317.443000', '134317.446000', '134317.449000', '134317.451000', '134317.454000', '134317.456000', '134317.459000', '134317.461000', '134317.464000', '134317.467000', '134317.469000', '134317.472000', '134317.474000', '134317.477000', '134317.480000', '134317.482000', '134317.485000', '134317.487000', '134317.490000', '134317.492000', '134317.495000', '134317.498000', '134317.500000', '134317.503000', '134317.506000', '134317.509000', '134337.397000', '134337.400000', '134337.402000', '134337.405000', '134337.407000', '134337.410000', '134337.413000', '134337.415000', '134337.418000', '134337.421000', '134337.423000', '134337.426000', '134337.429000', '134337.431000', '134337.434000', '134337.436000', '134337.439000', '134337.442000', '134337.444000', '134337.447000', '134337.450000', '134337.452000', '134337.455000', '134337.458000', '134337.460000', '134337.463000', '134337.465000', '134337.468000', '134337.471000', '134337.473000', '134337.476000', '134337.478000', '134337.481000', '134337.484000', '134337.486000', '134337.489000', '134337.491000', '134337.494000', '134337.497000', '134337.499000', '134337.502000', '134337.504000', '134337.507000', '134357.397000', '134357.400000', '134357.402000', '134357.405000', '134357.407000', '134357.410000', '134357.413000', '134357.415000', '134357.418000', '134357.420000', '134357.423000', '134357.426000', '134357.428000', '134357.431000', '134357.433000', '134357.436000', '134357.439000', '134357.441000', '134357.444000', '134357.447000', '134357.449000', '134357.452000', '134357.455000', '134357.457000', '134357.460000', '134357.462000', '134357.465000', '134357.468000', '134357.470000', '134357.473000', '134357.476000', '134357.478000', '134357.481000', '134357.483000', '134357.486000', '134357.489000', '134357.491000', '134357.494000', '134357.496000', '134357.499000', '134357.502000', '134357.504000', '134357.507000', '134357.522000', '134417.398000', '134417.400000', '134417.404000', '134417.406000', '134417.409000', '134417.411000', '134417.414000', '134417.417000', '134417.420000', '134417.422000', '134417.425000', '134417.428000', '134417.430000', '134417.433000', '134417.436000', '134417.438000', '134417.441000', '134417.443000', '134417.446000', '134417.449000', '134417.451000', '134417.454000', '134417.457000', '134417.459000', '134417.462000', '134417.465000', '134417.467000', '134417.470000', '134417.472000', '134417.475000', '134417.478000', '134417.480000', '134417.483000', '134417.486000', '134417.488000', '134417.491000', '134417.493000', '134417.496000', '134417.499000', '134417.501000', '134417.504000', '134417.506000', '134417.509000', '134437.397000', '134437.400000', '134437.403000', '134437.406000', '134437.408000', '134437.411000', '134437.413000', '134437.416000', '134437.419000', '134437.421000', '134437.424000', '134437.426000', '134437.429000', '134437.432000', '134437.434000', '134437.437000', '134437.440000', '134437.442000', '134437.445000', '134437.448000', '134437.450000', '134437.453000', '134437.455000', '134437.458000', '134437.461000', '134437.463000', '134437.466000', '134437.469000', '134437.471000', '134437.474000', '134437.476000', '134437.479000', '134437.482000', '134437.485000', '134437.487000', '134437.490000', '134437.492000', '134437.495000', '134437.498000', '134437.500000', '134437.503000', '134437.506000', '134437.508000', '134437.511000', '134457.397000', '134457.400000', '134457.402000', '134457.405000', '134457.407000', '134457.410000', '134457.413000', '134457.415000', '134457.418000', '134457.421000', '134457.423000', '134457.426000', '134457.428000', '134457.431000', '134457.434000', '134457.436000', '134457.439000', '134457.442000', '134457.444000', '134457.447000', '134457.449000', '134457.452000', '134457.455000', '134457.457000', '134457.460000', '134457.463000', '134457.465000', '134457.468000', '134457.471000', '134457.473000', '134457.476000', '134457.479000', '134457.481000', '134457.484000', '134457.486000', '134457.489000', '134457.492000', '134457.494000', '134457.497000', '134457.500000', '134457.502000', '134457.505000', '134457.507000', '134517.397000', '134517.400000', '134517.402000', '134517.405000', '134517.408000', '134517.410000', '134517.413000', '134517.416000', '134517.418000', '134517.421000', '134517.423000', '134517.426000', '134517.429000', '134517.432000', '134517.435000', '134517.438000', '134517.440000', '134517.443000', '134517.446000', '134517.448000', '134517.451000', '134517.453000', '134517.456000', '134517.459000', '134517.461000', '134517.464000', '134517.467000', '134517.469000', '134517.472000', '134517.474000', '134517.477000', '134517.480000', '134517.482000', '134517.485000', '134517.488000', '134517.491000', '134517.493000', '134517.496000', '134517.499000', '134517.501000', '134517.517000', '134517.519000', '134517.522000', '134517.525000', '134537.397000', '134537.399000', '134537.402000', '134537.405000', '134537.407000', '134537.410000', '134537.413000', '134537.415000', '134537.418000', '134537.420000', '134537.423000', '134537.426000', '134537.428000', '134537.431000', '134537.434000', '134537.436000', '134537.439000', '134537.441000', '134537.444000', '134537.447000', '134537.449000', '134537.452000', '134537.454000', '134537.457000', '134537.460000', '134537.462000', '134537.465000', '134537.468000', '134537.470000', '134537.473000', '134537.476000', '134537.478000', '134537.481000', '134537.484000', '134537.486000', '134537.489000', '134537.492000', '134537.494000', '134537.497000', '134537.500000', '134537.502000', '134537.505000', '134537.507000', '134557.397000', '134557.399000', '134557.402000', '134557.405000', '134557.407000', '134557.410000', '134557.413000', '134557.415000', '134557.418000', '134557.421000', '134557.423000', '134557.426000', '134557.429000', '134557.431000', '134557.434000', '134557.437000', '134557.439000', '134557.442000', '134557.445000', '134557.447000', '134557.450000', '134557.453000', '134557.455000', '134557.458000', '134557.461000', '134557.463000', '134557.466000', '134557.468000', '134557.471000', '134557.474000', '134557.476000', '134557.479000', '134557.482000', '134557.484000', '134557.487000', '134557.490000', '134557.492000', '134557.495000', '134557.498000', '134557.500000', '134557.503000', '134557.506000', '134557.508000', '134617.397000', '134617.399000', '134617.402000', '134617.405000', '134617.407000', '134617.410000', '134617.413000', '134617.415000', '134617.418000', '134617.421000', '134617.423000', '134617.426000', '134617.429000', '134617.431000', '134617.434000', '134617.437000', '134617.439000', '134617.442000', '134617.445000', '134617.447000', '134617.450000', '134617.452000', '134617.455000', '134617.458000', '134617.460000', '134617.463000', '134617.465000', '134617.468000', '134617.471000', '134617.473000', '134617.476000', '134617.478000', '134617.481000', '134617.484000', '134617.486000', '134617.489000', '134617.491000', '134617.494000', '134617.497000', '134617.499000', '134617.502000', '134617.505000', '134617.508000', '134617.510000', '134637.398000', '134637.400000', '134637.403000', '134637.406000', '134637.408000', '134637.411000', '134637.414000', '134637.416000', '134637.419000', '134637.422000', '134637.424000', '134637.427000', '134637.429000', '134637.432000', '134637.435000', '134637.437000', '134637.440000', '134637.443000', '134637.445000', '134637.448000', '134637.451000', '134637.453000', '134637.456000', '134637.459000', '134637.461000', '134637.464000', '134637.467000', '134637.469000', '134637.473000', '134637.475000', '134637.478000', '134637.481000', '134637.483000', '134637.486000', '134637.489000', '134637.491000', '134637.502000', '134637.504000', '134637.507000', '134637.510000', '134637.512000', '134637.515000', '134637.518000', '134657.398000', '134657.401000', '134657.403000', '134657.406000', '134657.408000', '134657.411000', '134657.414000', '134657.416000', '134657.419000', '134657.421000', '134657.424000', '134657.427000', '134657.429000', '134657.432000', '134657.434000', '134657.437000', '134657.440000', '134657.442000', '134657.445000', '134657.448000', '134657.450000', '134657.453000', '134657.456000', '134657.458000', '134657.461000', '134657.463000', '134657.466000', '134657.469000', '134657.471000', '134657.474000', '134657.476000', '134657.479000', '134657.482000', '134657.484000', '134657.487000', '134657.489000', '134657.492000', '134657.495000', '134657.497000', '134657.500000', '134657.502000', '134657.505000', '134657.508000', '134657.510000', '134717.397000', '134717.399000', '134717.402000', '134717.405000', '134717.407000', '134717.410000', '134717.413000', '134717.415000', '134717.418000', '134717.421000', '134717.423000', '134717.426000', '134717.428000', '134717.431000', '134717.434000', '134717.436000', '134717.439000', '134717.441000', '134717.444000', '134717.447000', '134717.449000', '134717.452000', '134717.455000', '134717.457000', '134717.460000', '134717.462000', '134717.465000', '134717.467000', '134717.470000', '134717.473000', '134717.475000', '134717.478000', '134717.481000', '134717.483000', '134717.486000', '134717.489000', '134717.491000', '134717.494000', '134717.497000', '134717.499000', '134717.502000', '134717.504000', '134717.507000', '134737.397000', '134737.399000', '134737.402000', '134737.405000', '134737.407000', '134737.410000', '134737.413000', '134737.415000', '134737.418000', '134737.420000', '134737.423000', '134737.426000', '134737.428000', '134737.431000', '134737.434000', '134737.436000', '134737.439000', '134737.442000', '134737.444000', '134737.447000', '134737.450000', '134737.452000', '134737.455000', '134737.458000', '134737.460000', '134737.463000', '134737.466000', '134737.468000', '134737.471000', '134737.474000', '134737.476000', '134737.479000', '134737.482000', '134737.484000', '134737.487000', '134737.490000', '134737.493000', '134737.495000', '134737.498000', '134737.501000', '134737.503000', '134737.506000', '134737.508000', '134737.511000', '134751.939000', '134751.942000', '134751.945000', '134751.947000', '134751.950000', '134751.953000', '134751.955000', '134751.958000', '134751.961000', '134751.963000', '134751.966000', '134751.969000', '134751.972000', '134751.974000', '134751.977000', '134751.980000', '134751.983000', '134751.985000', '134752.028000', '134752.031000', '134752.034000', '134752.037000', '134752.039000', '134752.042000', '134752.045000', '134752.047000', '134752.050000', '134752.053000', '134752.056000', '134752.059000', '134752.061000', '134752.064000'], 'InstanceCreationTime': ['133737.428000', '133737.431000', '133737.434000', '133737.437000', '133737.440000', '133737.442000', '133737.445000', '133737.448000', '133737.450000', '133737.453000', '133737.455000', '133737.458000', '133737.460000', '133737.463000', '133737.466000', '133737.468000', '133737.471000', '133737.474000', '133737.476000', '133737.479000', '133737.481000', '133737.484000', '133737.487000', '133737.489000', '133737.492000', '133737.498000', '133737.501000', '133737.503000', '133737.506000', '133737.509000', '133737.511000', '133737.514000', '133737.516000', '133737.519000', '133737.522000', '133737.524000', '133737.527000', '133737.529000', '133737.532000', '133737.535000', '133757.397000', '133757.400000', '133757.403000', '133757.406000', '133757.408000', '133757.411000', '133757.413000', '133757.416000', '133757.419000', '133757.421000', '133757.424000', '133757.426000', '133757.429000', '133757.432000', '133757.434000', '133757.437000', '133757.439000', '133757.442000', '133757.445000', '133757.447000', '133757.450000', '133757.453000', '133757.455000', '133757.458000', '133757.461000', '133757.463000', '133757.466000', '133757.468000', '133757.471000', '133757.485000', '133757.488000', '133757.490000', '133757.493000', '133757.496000', '133757.503000', '133757.506000', '133757.509000', '133757.511000', '133757.514000', '133757.516000', '133757.519000', '133757.529000', '133757.532000', '133817.396000', '133817.399000', '133817.402000', '133817.405000', '133817.415000', '133817.417000', '133817.420000', '133817.423000', '133817.425000', '133817.428000', '133817.431000', '133817.433000', '133817.436000', '133817.439000', '133817.441000', '133817.444000', '133817.446000', '133817.449000', '133817.452000', '133817.454000', '133817.457000', '133817.460000', '133817.462000', '133817.465000', '133817.467000', '133817.475000', '133817.477000', '133817.480000', '133817.483000', '133817.485000', '133817.488000', '133817.491000', '133817.493000', '133817.496000', '133817.499000', '133817.501000', '133817.504000', '133817.506000', '133817.509000', '133817.512000', '133817.514000', '133817.517000', '133817.519000', '133837.396000', '133837.399000', '133837.402000', '133837.404000', '133837.407000', '133837.410000', '133837.412000', '133837.415000', '133837.418000', '133837.420000', '133837.423000', '133837.426000', '133837.428000', '133837.431000', '133837.433000', '133837.436000', '133837.439000', '133837.441000', '133837.444000', '133837.447000', '133837.449000', '133837.452000', '133837.454000', '133837.457000', '133837.459000', '133837.462000', '133837.465000', '133837.467000', '133837.470000', '133837.472000', '133837.475000', '133837.478000', '133837.480000', '133837.483000', '133837.485000', '133837.488000', '133837.490000', '133837.493000', '133837.495000', '133837.498000', '133837.501000', '133837.503000', '133837.506000', '133837.509000', '133857.396000', '133857.399000', '133857.402000', '133857.405000', '133857.407000', '133857.410000', '133857.413000', '133857.415000', '133857.418000', '133857.420000', '133857.423000', '133857.426000', '133857.428000', '133857.431000', '133857.434000', '133857.436000', '133857.439000', '133857.442000', '133857.444000', '133857.447000', '133857.450000', '133857.452000', '133857.455000', '133857.457000', '133857.464000', '133857.467000', '133857.470000', '133857.474000', '133857.476000', '133857.479000', '133857.482000', '133857.484000', '133857.487000', '133857.490000', '133857.492000', '133857.495000', '133857.498000', '133857.501000', '133857.503000', '133857.506000', '133857.510000', '133857.513000', '133857.515000', '133917.396000', '133917.399000', '133917.402000', '133917.405000', '133917.407000', '133917.410000', '133917.412000', '133917.415000', '133917.418000', '133917.420000', '133917.423000', '133917.426000', '133917.428000', '133917.431000', '133917.434000', '133917.436000', '133917.439000', '133917.442000', '133917.444000', '133917.447000', '133917.450000', '133917.452000', '133917.455000', '133917.458000', '133917.460000', '133917.463000', '133917.466000', '133917.468000', '133917.471000', '133917.474000', '133917.476000', '133917.479000', '133917.482000', '133917.484000', '133917.487000', '133917.490000', '133917.492000', '133917.495000', '133917.498000', '133917.500000', '133917.503000', '133917.506000', '133917.508000', '133917.511000', '133937.398000', '133937.401000', '133937.403000', '133937.406000', '133937.409000', '133937.411000', '133937.414000', '133937.417000', '133937.419000', '133937.422000', '133937.424000', '133937.427000', '133937.430000', '133937.433000', '133937.435000', '133937.438000', '133937.441000', '133937.443000', '133937.446000', '133937.449000', '133937.451000', '133937.454000', '133937.457000', '133937.459000', '133937.462000', '133937.478000', '133937.480000', '133937.483000', '133937.486000', '133937.488000', '133937.491000', '133937.493000', '133937.496000', '133937.499000', '133937.501000', '133937.504000', '133937.506000', '133937.509000', '133937.512000', '133937.514000', '133937.517000', '133937.520000', '133937.522000', '133957.397000', '133957.400000', '133957.403000', '133957.406000', '133957.409000', '133957.411000', '133957.420000', '133957.423000', '133957.425000', '133957.428000', '133957.431000', '133957.434000', '133957.436000', '133957.439000', '133957.442000', '133957.444000', '133957.447000', '133957.450000', '133957.452000', '133957.455000', '133957.458000', '133957.460000', '133957.463000', '133957.466000', '133957.468000', '133957.471000', '133957.474000', '133957.476000', '133957.479000', '133957.481000', '133957.484000', '133957.487000', '133957.489000', '133957.492000', '133957.495000', '133957.497000', '133957.500000', '133957.502000', '133957.505000', '133957.508000', '133957.510000', '133957.513000', '133957.516000', '133957.518000', '134017.397000', '134017.400000', '134017.403000', '134017.406000', '134017.408000', '134017.411000', '134017.413000', '134017.416000', '134017.419000', '134017.422000', '134017.424000', '134017.427000', '134017.429000', '134017.432000', '134017.435000', '134017.437000', '134017.440000', '134017.442000', '134017.445000', '134017.448000', '134017.450000', '134017.453000', '134017.456000', '134017.458000', '134017.461000', '134017.464000', '134017.466000', '134017.469000', '134017.472000', '134017.474000', '134017.477000', '134017.479000', '134017.482000', '134017.485000', '134017.487000', '134017.490000', '134017.493000', '134017.495000', '134017.498000', '134017.500000', '134017.503000', '134017.506000', '134017.508000', '134037.397000', '134037.399000', '134037.402000', '134037.405000', '134037.407000', '134037.410000', '134037.412000', '134037.415000', '134037.418000', '134037.420000', '134037.423000', '134037.426000', '134037.429000', '134037.432000', '134037.435000', '134037.437000', '134037.440000', '134037.443000', '134037.445000', '134037.448000', '134037.450000', '134037.453000', '134037.456000', '134037.458000', '134037.461000', '134037.464000', '134037.466000', '134037.469000', '134037.472000', '134037.474000', '134037.477000', '134037.479000', '134037.483000', '134037.485000', '134037.488000', '134037.491000', '134037.493000', '134037.496000', '134037.499000', '134037.501000', '134037.504000', '134037.506000', '134037.509000', '134037.512000', '134057.396000', '134057.399000', '134057.402000', '134057.405000', '134057.407000', '134057.410000', '134057.412000', '134057.415000', '134057.418000', '134057.420000', '134057.423000', '134057.425000', '134057.428000', '134057.431000', '134057.433000', '134057.436000', '134057.439000', '134057.441000', '134057.444000', '134057.447000', '134057.449000', '134057.452000', '134057.454000', '134057.457000', '134057.460000', '134057.462000', '134057.465000', '134057.468000', '134057.470000', '134057.473000', '134057.476000', '134057.478000', '134057.481000', '134057.484000', '134057.486000', '134057.489000', '134057.492000', '134057.494000', '134057.497000', '134057.500000', '134057.502000', '134057.505000', '134057.507000', '134117.396000', '134117.399000', '134117.402000', '134117.405000', '134117.407000', '134117.410000', '134117.412000', '134117.446000', '134117.449000', '134117.452000', '134117.454000', '134117.457000', '134117.459000', '134117.462000', '134117.465000', '134117.467000', '134117.470000', '134117.472000', '134117.475000', '134117.477000', '134117.480000', '134117.483000', '134117.485000', '134117.488000', '134117.491000', '134117.493000', '134117.496000', '134117.498000', '134117.501000', '134117.504000', '134117.506000', '134117.509000', '134117.511000', '134117.514000', '134117.517000', '134117.519000', '134117.522000', '134117.525000', '134117.527000', '134117.530000', '134117.533000', '134117.535000', '134117.538000', '134117.540000', '134137.396000', '134137.399000', '134137.402000', '134137.405000', '134137.407000', '134137.410000', '134137.412000', '134137.415000', '134137.418000', '134137.420000', '134137.423000', '134137.425000', '134137.428000', '134137.430000', '134137.433000', '134137.436000', '134137.438000', '134137.441000', '134137.443000', '134137.446000', '134137.449000', '134137.451000', '134137.454000', '134137.457000', '134137.459000', '134137.462000', '134137.464000', '134137.467000', '134137.470000', '134137.472000', '134137.475000', '134137.477000', '134137.480000', '134137.483000', '134137.485000', '134137.488000', '134137.490000', '134137.493000', '134137.496000', '134137.499000', '134137.501000', '134137.504000', '134137.506000', '134157.398000', '134157.401000', '134157.403000', '134157.406000', '134157.408000', '134157.411000', '134157.414000', '134157.416000', '134157.419000', '134157.422000', '134157.424000', '134157.427000', '134157.429000', '134157.432000', '134157.435000', '134157.437000', '134157.440000', '134157.442000', '134157.445000', '134157.447000', '134157.450000', '134157.453000', '134157.455000', '134157.458000', '134157.461000', '134157.463000', '134157.466000', '134157.468000', '134157.471000', '134157.474000', '134157.476000', '134157.479000', '134157.482000', '134157.484000', '134157.487000', '134157.489000', '134157.492000', '134157.495000', '134157.497000', '134157.500000', '134157.502000', '134157.505000', '134157.508000', '134157.510000', '134217.397000', '134217.400000', '134217.403000', '134217.406000', '134217.408000', '134217.411000', '134217.414000', '134217.416000', '134217.419000', '134217.421000', '134217.424000', '134217.426000', '134217.429000', '134217.432000', '134217.434000', '134217.437000', '134217.440000', '134217.443000', '134217.445000', '134217.448000', '134217.451000', '134217.453000', '134217.456000', '134217.459000', '134217.461000', '134217.464000', '134217.467000', '134217.469000', '134217.472000', '134217.475000', '134217.477000', '134217.480000', '134217.483000', '134217.485000', '134217.488000', '134217.491000', '134217.493000', '134217.496000', '134217.498000', '134217.501000', '134217.504000', '134217.506000', '134217.509000', '134237.398000', '134237.401000', '134237.403000', '134237.406000', '134237.409000', '134237.412000', '134237.414000', '134237.417000', '134237.420000', '134237.422000', '134237.425000', '134237.428000', '134237.430000', '134237.433000', '134237.436000', '134237.438000', '134237.441000', '134237.444000', '134237.446000', '134237.449000', '134237.452000', '134237.454000', '134237.457000', '134237.459000', '134237.462000', '134237.464000', '134237.467000', '134237.470000', '134237.472000', '134237.475000', '134237.478000', '134237.480000', '134237.496000', '134237.499000', '134237.501000', '134237.504000', '134237.506000', '134237.509000', '134237.512000', '134237.514000', '134237.517000', '134237.519000', '134237.522000', '134237.525000', '134257.397000', '134257.400000', '134257.402000', '134257.405000', '134257.408000', '134257.410000', '134257.413000', '134257.416000', '134257.418000', '134257.421000', '134257.423000', '134257.426000', '134257.429000', '134257.431000', '134257.434000', '134257.436000', '134257.441000', '134257.443000', '134257.446000', '134257.449000', '134257.451000', '134257.454000', '134257.456000', '134257.459000', '134257.462000', '134257.464000', '134257.467000', '134257.469000', '134257.472000', '134257.475000', '134257.477000', '134257.480000', '134257.482000', '134257.485000', '134257.488000', '134257.490000', '134257.493000', '134257.495000', '134257.498000', '134257.501000', '134257.503000', '134257.506000', '134257.508000', '134317.396000', '134317.399000', '134317.402000', '134317.404000', '134317.407000', '134317.410000', '134317.412000', '134317.415000', '134317.417000', '134317.420000', '134317.423000', '134317.425000', '134317.428000', '134317.430000', '134317.433000', '134317.435000', '134317.438000', '134317.441000', '134317.443000', '134317.446000', '134317.449000', '134317.451000', '134317.454000', '134317.456000', '134317.459000', '134317.461000', '134317.464000', '134317.467000', '134317.469000', '134317.472000', '134317.474000', '134317.477000', '134317.480000', '134317.482000', '134317.485000', '134317.487000', '134317.490000', '134317.492000', '134317.495000', '134317.498000', '134317.500000', '134317.503000', '134317.506000', '134317.509000', '134337.397000', '134337.400000', '134337.402000', '134337.405000', '134337.407000', '134337.410000', '134337.413000', '134337.415000', '134337.418000', '134337.421000', '134337.423000', '134337.426000', '134337.429000', '134337.431000', '134337.434000', '134337.436000', '134337.439000', '134337.442000', '134337.444000', '134337.447000', '134337.450000', '134337.452000', '134337.455000', '134337.458000', '134337.460000', '134337.463000', '134337.465000', '134337.468000', '134337.471000', '134337.473000', '134337.476000', '134337.478000', '134337.481000', '134337.484000', '134337.486000', '134337.489000', '134337.491000', '134337.494000', '134337.497000', '134337.499000', '134337.502000', '134337.504000', '134337.507000', '134357.397000', '134357.400000', '134357.402000', '134357.405000', '134357.407000', '134357.410000', '134357.413000', '134357.415000', '134357.418000', '134357.420000', '134357.423000', '134357.426000', '134357.428000', '134357.431000', '134357.433000', '134357.436000', '134357.439000', '134357.441000', '134357.444000', '134357.447000', '134357.449000', '134357.452000', '134357.455000', '134357.457000', '134357.460000', '134357.462000', '134357.465000', '134357.468000', '134357.470000', '134357.473000', '134357.476000', '134357.478000', '134357.481000', '134357.483000', '134357.486000', '134357.489000', '134357.491000', '134357.494000', '134357.496000', '134357.499000', '134357.502000', '134357.504000', '134357.507000', '134357.522000', '134417.398000', '134417.400000', '134417.404000', '134417.406000', '134417.409000', '134417.411000', '134417.414000', '134417.417000', '134417.420000', '134417.422000', '134417.425000', '134417.428000', '134417.430000', '134417.433000', '134417.436000', '134417.438000', '134417.441000', '134417.443000', '134417.446000', '134417.449000', '134417.451000', '134417.454000', '134417.457000', '134417.459000', '134417.462000', '134417.465000', '134417.467000', '134417.470000', '134417.472000', '134417.475000', '134417.478000', '134417.480000', '134417.483000', '134417.486000', '134417.488000', '134417.491000', '134417.493000', '134417.496000', '134417.499000', '134417.501000', '134417.504000', '134417.506000', '134417.509000', '134437.397000', '134437.400000', '134437.403000', '134437.406000', '134437.408000', '134437.411000', '134437.413000', '134437.416000', '134437.419000', '134437.421000', '134437.424000', '134437.426000', '134437.429000', '134437.432000', '134437.434000', '134437.437000', '134437.440000', '134437.442000', '134437.445000', '134437.448000', '134437.450000', '134437.453000', '134437.455000', '134437.458000', '134437.461000', '134437.463000', '134437.466000', '134437.469000', '134437.471000', '134437.474000', '134437.476000', '134437.479000', '134437.482000', '134437.485000', '134437.487000', '134437.490000', '134437.492000', '134437.495000', '134437.498000', '134437.500000', '134437.503000', '134437.506000', '134437.508000', '134437.511000', '134457.397000', '134457.400000', '134457.402000', '134457.405000', '134457.407000', '134457.410000', '134457.413000', '134457.415000', '134457.418000', '134457.421000', '134457.423000', '134457.426000', '134457.428000', '134457.431000', '134457.434000', '134457.436000', '134457.439000', '134457.442000', '134457.444000', '134457.447000', '134457.449000', '134457.452000', '134457.455000', '134457.457000', '134457.460000', '134457.463000', '134457.465000', '134457.468000', '134457.471000', '134457.473000', '134457.476000', '134457.479000', '134457.481000', '134457.484000', '134457.486000', '134457.489000', '134457.492000', '134457.494000', '134457.497000', '134457.500000', '134457.502000', '134457.505000', '134457.507000', '134517.397000', '134517.400000', '134517.402000', '134517.405000', '134517.408000', '134517.410000', '134517.413000', '134517.416000', '134517.418000', '134517.421000', '134517.423000', '134517.426000', '134517.429000', '134517.432000', '134517.435000', '134517.438000', '134517.440000', '134517.443000', '134517.446000', '134517.448000', '134517.451000', '134517.453000', '134517.456000', '134517.459000', '134517.461000', '134517.464000', '134517.467000', '134517.469000', '134517.472000', '134517.474000', '134517.477000', '134517.480000', '134517.482000', '134517.485000', '134517.488000', '134517.491000', '134517.493000', '134517.496000', '134517.499000', '134517.501000', '134517.517000', '134517.519000', '134517.522000', '134517.525000', '134537.397000', '134537.399000', '134537.402000', '134537.405000', '134537.407000', '134537.410000', '134537.413000', '134537.415000', '134537.418000', '134537.420000', '134537.423000', '134537.426000', '134537.428000', '134537.431000', '134537.434000', '134537.436000', '134537.439000', '134537.441000', '134537.444000', '134537.447000', '134537.449000', '134537.452000', '134537.454000', '134537.457000', '134537.460000', '134537.462000', '134537.465000', '134537.468000', '134537.470000', '134537.473000', '134537.476000', '134537.478000', '134537.481000', '134537.484000', '134537.486000', '134537.489000', '134537.492000', '134537.494000', '134537.497000', '134537.500000', '134537.502000', '134537.505000', '134537.507000', '134557.397000', '134557.399000', '134557.402000', '134557.405000', '134557.407000', '134557.410000', '134557.413000', '134557.415000', '134557.418000', '134557.421000', '134557.423000', '134557.426000', '134557.429000', '134557.431000', '134557.434000', '134557.437000', '134557.439000', '134557.442000', '134557.445000', '134557.447000', '134557.450000', '134557.453000', '134557.455000', '134557.458000', '134557.461000', '134557.463000', '134557.466000', '134557.468000', '134557.471000', '134557.474000', '134557.476000', '134557.479000', '134557.482000', '134557.484000', '134557.487000', '134557.490000', '134557.492000', '134557.495000', '134557.498000', '134557.500000', '134557.503000', '134557.506000', '134557.508000', '134617.397000', '134617.399000', '134617.402000', '134617.405000', '134617.407000', '134617.410000', '134617.413000', '134617.415000', '134617.418000', '134617.421000', '134617.423000', '134617.426000', '134617.429000', '134617.431000', '134617.434000', '134617.437000', '134617.439000', '134617.442000', '134617.445000', '134617.447000', '134617.450000', '134617.452000', '134617.455000', '134617.458000', '134617.460000', '134617.463000', '134617.465000', '134617.468000', '134617.471000', '134617.473000', '134617.476000', '134617.478000', '134617.481000', '134617.484000', '134617.486000', '134617.489000', '134617.491000', '134617.494000', '134617.497000', '134617.499000', '134617.502000', '134617.505000', '134617.508000', '134617.510000', '134637.398000', '134637.400000', '134637.403000', '134637.406000', '134637.408000', '134637.411000', '134637.414000', '134637.416000', '134637.419000', '134637.422000', '134637.424000', '134637.427000', '134637.429000', '134637.432000', '134637.435000', '134637.437000', '134637.440000', '134637.443000', '134637.445000', '134637.448000', '134637.451000', '134637.453000', '134637.456000', '134637.459000', '134637.461000', '134637.464000', '134637.467000', '134637.469000', '134637.473000', '134637.475000', '134637.478000', '134637.481000', '134637.483000', '134637.486000', '134637.489000', '134637.491000', '134637.502000', '134637.504000', '134637.507000', '134637.510000', '134637.512000', '134637.515000', '134637.518000', '134657.398000', '134657.401000', '134657.403000', '134657.406000', '134657.408000', '134657.411000', '134657.414000', '134657.416000', '134657.419000', '134657.421000', '134657.424000', '134657.427000', '134657.429000', '134657.432000', '134657.434000', '134657.437000', '134657.440000', '134657.442000', '134657.445000', '134657.448000', '134657.450000', '134657.453000', '134657.456000', '134657.458000', '134657.461000', '134657.463000', '134657.466000', '134657.469000', '134657.471000', '134657.474000', '134657.476000', '134657.479000', '134657.482000', '134657.484000', '134657.487000', '134657.489000', '134657.492000', '134657.495000', '134657.497000', '134657.500000', '134657.502000', '134657.505000', '134657.508000', '134657.510000', '134717.397000', '134717.399000', '134717.402000', '134717.405000', '134717.407000', '134717.410000', '134717.413000', '134717.415000', '134717.418000', '134717.421000', '134717.423000', '134717.426000', '134717.428000', '134717.431000', '134717.434000', '134717.436000', '134717.439000', '134717.441000', '134717.444000', '134717.447000', '134717.449000', '134717.452000', '134717.455000', '134717.457000', '134717.460000', '134717.462000', '134717.465000', '134717.467000', '134717.470000', '134717.473000', '134717.475000', '134717.478000', '134717.481000', '134717.483000', '134717.486000', '134717.489000', '134717.491000', '134717.494000', '134717.497000', '134717.499000', '134717.502000', '134717.504000', '134717.507000', '134737.397000', '134737.399000', '134737.402000', '134737.405000', '134737.407000', '134737.410000', '134737.413000', '134737.415000', '134737.418000', '134737.420000', '134737.423000', '134737.426000', '134737.428000', '134737.431000', '134737.434000', '134737.436000', '134737.439000', '134737.442000', '134737.444000', '134737.447000', '134737.450000', '134737.452000', '134737.455000', '134737.458000', '134737.460000', '134737.463000', '134737.466000', '134737.468000', '134737.471000', '134737.474000', '134737.476000', '134737.479000', '134737.482000', '134737.484000', '134737.487000', '134737.490000', '134737.493000', '134737.495000', '134737.498000', '134737.501000', '134737.503000', '134737.506000', '134737.508000', '134737.511000', '134751.939000', '134751.942000', '134751.945000', '134751.947000', '134751.950000', '134751.953000', '134751.955000', '134751.958000', '134751.961000', '134751.963000', '134751.966000', '134751.969000', '134751.972000', '134751.974000', '134751.977000', '134751.980000', '134751.983000', '134751.985000', '134752.028000', '134752.031000', '134752.034000', '134752.037000', '134752.039000', '134752.042000', '134752.045000', '134752.047000', '134752.050000', '134752.053000', '134752.056000', '134752.059000', '134752.061000', '134752.064000'], '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': [8193, 9011, 8331, 9590, 7625, 8473, 8767, 8514, 7664, 9267, 12622, 8838, 8632, 8532, 9216, 8031, 12670, 12332, 8169, 9515, 10812, 8182, 10724, 9434, 7472, 8310, 13592, 8207, 8626, 10086, 7809, 8682, 10407, 7942, 8279, 8488, 8999, 7695, 8716, 8282, 9699, 8394, 8921, 11796, 10335, 9376, 8829, 12529, 8474, 7491, 12879, 14755, 10064, 9080, 8976, 9307, 7604, 8811, 9577, 7622, 7769, 8865, 10261, 8406, 8868, 8100, 8764, 7621, 9020, 14006, 9423, 8030, 8599, 11272, 8008, 8203, 8950, 11251, 8416, 8302, 8708, 8604, 8035, 8889, 14295, 8617, 8446, 8457, 9222, 7555, 8836, 13788, 8082, 7964, 8342, 8653, 7909, 8284, 10851, 7752, 8694, 10552, 9718, 7869, 8496, 10079, 7668, 8238, 10358, 8359, 7385, 8841, 10936, 8565, 8359, 8381, 8594, 7715, 8859, 11898, 8138, 9071, 10453, 8219, 9313, 14785, 9218, 8128, 8171, 8937, 7670, 10348, 9845, 7425, 8530, 8596, 8339, 7774, 9198, 9710, 7738, 9527, 9417, 9883, 7569, 8820, 9451, 7872, 9242, 9742, 10519, 7707, 8525, 9879, 7893, 8154, 13825, 8136, 7686, 8721, 11647, 9088, 8401, 8201, 7902, 7289, 8476, 11584, 8002, 8695, 10008, 8044, 8383, 11444, 9602, 7537, 8643, 11027, 8481, 9105, 13977, 8010, 8391, 8316, 9003, 7481, 8567, 10873, 7299, 8591, 8415, 9359, 7748, 8626, 9421, 7700, 8815, 9656, 7839, 8214, 10834, 7443, 8838, 8465, 9602, 7473, 8138, 9151, 7426, 8524, 13278, 8089, 8349, 8356, 8229, 7222, 8083, 9791, 7597, 8803, 11006, 9098, 7905, 7897, 9083, 7443, 8188, 12215, 8009, 8549, 10725, 8301, 7851, 8673, 7773, 8290, 8705, 9646, 7730, 8768, 11816, 8672, 7829, 8303, 8580, 7445, 8849, 13198, 8831, 8025, 8480, 8860, 7303, 8649, 11884, 7365, 7608, 9196, 9643, 7968, 8349, 12955, 10062, 8375, 8794, 12238, 9565, 9182, 10643, 8691, 7497, 8837, 11848, 8674, 8263, 8248, 8334, 7243, 8337, 9705, 7652, 8271, 7756, 10318, 7742, 8451, 8340, 8401, 7092, 8255, 13704, 8707, 8291, 10506, 9681, 8203, 12523, 11756, 8330, 8734, 14504, 9656, 8632, 10901, 7903, 8769, 11378, 8526, 8373, 8661, 8617, 7568, 8757, 9297, 7127, 8153, 8506, 10790, 7829, 8912, 10796, 8003, 8913, 9303, 9786, 7752, 8656, 10379, 8044, 8807, 12341, 8551, 8703, 8206, 10437, 8232, 8660, 10089, 7670, 8916, 10499, 9814, 7435, 8408, 8639, 7578, 8828, 11707, 8502, 8157, 8122, 7692, 7419, 8148, 11397, 8136, 8569, 7952, 8642, 7578, 8449, 12391, 8606, 8506, 9061, 9079, 7555, 9953, 14422, 9326, 8124, 8949, 8289, 7559, 8348, 11922, 8066, 8728, 8370, 8653, 7515, 9143, 9729, 7840, 8463, 8781, 9338, 7692, 9262, 9878, 7825, 8611, 11418, 8713, 8241, 8150, 8427, 7303, 8670, 11439, 8433, 8183, 8140, 9047, 7505, 8397, 13919, 8520, 8333, 8118, 9315, 7694, 8296, 13415, 8553, 8329, 8754, 8582, 7739, 10463, 9310, 8101, 8521, 10571, 8170, 7458, 8012, 9690, 7712, 8146, 11265, 9023, 7535, 8681, 11225, 9041, 8608, 7978, 8691, 7432, 8575, 13223, 8616, 8422, 8242, 8862, 7705, 8715, 12391, 9242, 8451, 8002, 8627, 7852, 8661, 9498, 10214, 7804, 8466, 10053, 7889, 7797, 8795, 11863, 8944, 7442, 8389, 9568, 7747, 8160, 10137, 9519, 7987, 9130, 9663, 9894, 7442, 8382, 9644, 7832, 9228, 11008, 8942, 9767, 10476, 8819, 7463, 9174, 9818, 8286, 7861, 9133, 9061, 7705, 9391, 10267, 9411, 8507, 8764, 9099, 7877, 9094, 10413, 8288, 8570, 11311, 8608, 7430, 8389, 9967, 7909, 8887, 14675, 7892, 8338, 8380, 8679, 7691, 8177, 13381, 8600, 9014, 8456, 8353, 7911, 8336, 11271, 7995, 8624, 8000, 8655, 7392, 8460, 11834, 7956, 8623, 9393, 8308, 8274, 10212, 9374, 7542, 8749, 10796, 8478, 8618, 12110, 7823, 9187, 8878, 9120, 7687, 8405, 8427, 7859, 8163, 8536, 7748, 7530, 8106, 10487, 8040, 8255, 7878, 8255, 7444, 8089, 11549, 8000, 7812, 8178, 10572, 8909, 8237, 9868, 9148, 7536, 8742, 15575, 10303, 8380, 10091, 9197, 7579, 8704, 13747, 8095, 7814, 8275, 8878, 7666, 8273, 11025, 7945, 7487, 8650, 10128, 8092, 8093, 7801, 8589, 7628, 8481, 8533, 9759, 7873, 8335, 11856, 7953, 7587, 8051, 11435, 8272, 8273, 7999, 8800, 7703, 8139, 13311, 8723, 7576, 8668, 11680, 8887, 7875, 8310, 9013, 7613, 8429, 9194, 9545, 7460, 8563, 10520, 8061, 7941, 8144, 9671, 7596, 8643, 9599, 9572, 7359, 8878, 10656, 7815, 7706, 11406, 9531, 7506, 8605, 7562, 9232, 7948, 8655, 10167, 8258, 7438, 7949, 12134, 8943, 8280, 8343, 9055, 7957, 8477, 12941, 8297, 7603, 8554, 10464, 8395, 8443, 7962, 8647, 7781, 8709, 14010, 8643, 7736, 8164, 9767, 8363, 8742, 7998, 8478, 7325, 8256, 11032, 8032, 8991, 9318, 9772, 7637, 8228, 8982, 7557, 8840, 14595, 8717, 8517, 8081, 8497, 7940, 8701, 9431, 7621, 8796, 9417, 9433, 7776, 8227, 9504, 7917, 8333, 13235, 8471, 7452, 8244, 10214, 8611, 8522, 11265, 8117, 8092, 9104, 9609, 7964, 8739, 8614, 8856, 7992, 8438, 11494, 8045, 7777, 8009, 12161, 8019, 8211, 8449, 8986, 7615, 8233, 11887, 7837, 7550, 8263, 11085, 8806, 8269, 8321, 8482, 7814, 8812, 11891, 8932, 7246, 8773, 10426, 9428, 7781, 8620, 10123, 7803, 8110, 10583, 9060, 7525, 8554, 7852, 9130, 7898, 8550, 9509, 8045, 7393, 8537, 11592, 8130, 7548, 8542, 10348, 8314, 7698, 8013, 9361, 7757, 7674, 8039, 11297, 7885, 7465, 8162, 11338, 8121, 8119, 7520, 11647, 8963, 9238, 10404, 13900, 10538, 8501, 9941, 12768, 8412, 8066, 8516, 10977, 8498, 7527, 8440, 9929, 8881, 7267, 8160, 10044, 7611, 8489, 8639, 10163, 7467, 8334, 11278, 7818, 8780, 11263, 9964, 7864, 8143, 9815, 8131, 8473, 8962, 8418, 7280, 7940, 12606, 7947, 8374, 8775, 8904, 7993, 10216, 8704, 7496, 8644, 11128, 8690, 8201, 7825, 8518, 7472, 8197, 14359, 8665, 8196, 8087, 9468, 8119, 8322, 12378, 8565, 7430, 8558, 10333, 8255, 8338, 12535, 8480, 7479, 8417, 9957, 8289, 8266, 11434, 9085, 7347, 8777, 8419, 9316, 7377, 7923, 9630, 7515, 8667, 7938, 10131, 7477, 8414, 7664, 9179, 7527, 8373, 9386, 7955, 7308, 8391, 12903, 8202, 8134, 9209, 7876, 8168, 8547, 9274, 7396, 8321, 12520, 9346, 8067, 8079, 8796, 7464, 8865, 12156, 9064, 7323, 8112, 10523, 7590, 8087, 7647, 11805, 8674, 8214, 9319, 11952, 9319, 9254, 9852, 10123, 7685, 7179, 8288, 14620, 9567, 7500, 8296, 7898, 8803, 8045, 8290, 9478, 8014, 7451, 8337, 12631, 7602, 7389, 8803, 13531, 9922, 10341, 14354, 18661, 13059, 10659, 8867, 11245, 10015, 9367, 12024, 14664, 7960, 7390, 9021, 10916, 8571, 7225, 8578, 9440, 7307, 7609, 8644, 10753, 8790, 8000, 8126, 8567, 7760, 8919, 8288, 9356, 8073, 8554, 10723, 9216, 8421, 10062, 10891, 9827, 7624, 7921, 9310, 10155, 7688, 8314, 8467, 10317, 8204, 8416, 8328, 9226, 7768, 9779, 15152, 9172, 7643, 7935, 9258, 8156, 8087, 8552, 9825, 8163, 8158, 9302, 9405, 7578, 7863, 8566, 11547, 8793, 7903, 8911, 12179, 10682, 8827, 8836, 8562, 8427, 7513, 8724, 13397, 8099, 7564, 8678, 10596, 8085, 8371, 7888, 8290, 7552, 8881, 11703, 9354, 8033, 11131, 8926, 7627, 8845, 8214, 8555, 7572, 7620, 9430, 14096, 8588, 7892, 9059, 12014, 9593, 9495, 10958, 12582, 8065, 8270, 8914, 12854, 9079, 8357, 9185, 8863, 7825, 8662, 12567, 10269, 7824, 8907, 8761, 9916, 8547, 8865, 8571, 9032, 7518, 9359, 8556, 9420, 8056, 8903, 13120, 9025, 7539, 9710, 9549, 10507, 7838, 8781, 8481, 8746, 7607, 9707, 8308, 9319, 8550, 7327, 7857, 11574, 8259, 7226, 9054, 9017, 11992, 9248, 7792, 10372, 11410, 9266, 7474, 8023, 9028, 13362, 10300, 8163, 9359, 10427, 9433, 7556, 8944, 11797, 8690, 7690, 9780, 11032, 7954, 9096, 10030, 9326, 8065, 8171, 7352, 11933, 8897, 8857, 8514, 8686, 7365, 7508, 8984, 9304, 7634, 8073, 9367, 9457, 8775, 7977, 8958, 11811, 8302, 7527, 8215, 11893, 8866, 8560, 7675, 9932, 7753, 8646, 7530, 11154, 9793, 11967, 15702, 13496, 11492, 9763, 14634, 12833, 8936, 8545, 8199, 10304, 7998, 7597, 9663, 14676, 9716, 7680, 8589, 9765, 7811, 8631, 9382, 11576, 7800, 8948, 8278, 8912, 7945, 8866, 10764, 8209, 7550, 8121, 7298, 7639, 9441, 8692, 13377, 13059, 11744, 10460, 13236, 14369, 10479, 9259, 8912, 13824, 11168, 8903, 8371, 8986, 7463, 9116, 8710, 10057, 7742, 9152, 8307, 8677, 7435, 8436, 11127, 8415, 7457, 9184, 9300, 8611, 7647, 8590, 11873, 9055, 8831, 13322, 11809, 7885, 8735, 8371, 8398, 7589, 8694, 10507, 8511, 9059, 11764, 11093, 8161, 8999, 8658, 8392, 7445, 8990, 10835, 8445, 8759, 13061, 11665, 7614, 9133, 8569, 8662, 7980, 9053, 9453, 7580, 7251, 9329, 8781, 10934, 10069, 9600, 11390, 16627, 11863, 9004, 9389, 9931, 8448, 7937, 11484, 12832, 7791, 7363, 8850, 10076, 7949, 9100, 7859, 8579, 7255, 9070, 9520, 9121, 7892, 8286, 10784, 7610, 8560, 8292, 8014, 7439, 7925, 11517, 8586, 8911, 11348, 9386, 7444, 9162, 8620, 8157, 7515, 8643, 9831, 7830, 8805, 8086, 10380, 8287, 8752, 9637, 9259, 7552, 9077, 12089, 9016, 9738, 13606, 8745, 7280, 8315, 9378, 7623, 8935, 7884, 9201, 7870, 8902, 9727, 8045, 7893, 8827, 7001, 10680, 8792, 9512, 11398, 13262, 11122, 9825, 9688, 12242, 9144, 7688, 9452, 15073, 9893, 7878, 8346, 12675, 9461, 8785], 'WindowCenter': [4661.0, 4651.0, 4624.0, 4639.0, 4597.0, 4603.0, 4599.0, 4587.0, 4567.0, 4607.0, 4649.0, 4596.0, 4587.0, 4586.0, 4596.0, 4576.0, 4645.0, 4635.0, 4574.0, 4592.0, 4614.0, 4572.0, 4614.0, 4592.0, 4553.0, 4572.0, 4644.0, 4573.0, 4583.0, 4600.0, 4561.0, 4582.0, 4613.0, 4571.0, 4583.0, 4581.0, 4579.0, 4560.0, 4584.0, 4585.0, 4606.0, 4574.0, 4594.0, 4634.0, 4616.0, 4595.0, 4584.0, 4633.0, 4587.0, 4565.0, 4643.0, 4653.0, 4601.0, 4581.0, 4580.0, 4591.0, 4563.0, 4582.0, 4589.0, 4550.0, 4561.0, 4593.0, 4602.0, 4573.0, 4582.0, 4561.0, 4581.0, 4573.0, 4593.0, 4653.0, 4592.0, 4572.0, 4582.0, 4621.0, 4560.0, 4570.0, 4581.0, 4622.0, 4583.0, 4572.0, 4582.0, 4581.0, 4571.0, 4592.0, 4653.0, 4581.0, 4571.0, 4569.0, 4590.0, 4561.0, 4584.0, 4652.0, 4571.0, 4561.0, 4570.0, 4581.0, 4560.0, 4571.0, 4610.0, 4560.0, 4581.0, 4612.0, 4602.0, 4572.0, 4581.0, 4601.0, 4562.0, 4573.0, 4616.0, 4584.0, 4564.0, 4594.0, 4624.0, 4584.0, 4584.0, 4574.0, 4582.0, 4563.0, 4593.0, 4635.0, 4573.0, 4583.0, 4613.0, 4583.0, 4604.0, 4663.0, 4592.0, 4571.0, 4570.0, 4582.0, 4564.0, 4616.0, 4602.0, 4551.0, 4582.0, 4582.0, 4583.0, 4563.0, 4592.0, 4591.0, 4560.0, 4602.0, 4592.0, 4602.0, 4563.0, 4592.0, 4590.0, 4570.0, 4592.0, 4603.0, 4613.0, 4562.0, 4581.0, 4604.0, 4574.0, 4573.0, 4652.0, 4571.0, 4561.0, 4583.0, 4622.0, 4593.0, 4572.0, 4570.0, 4560.0, 4552.0, 4572.0, 4633.0, 4572.0, 4582.0, 4600.0, 4571.0, 4582.0, 4633.0, 4591.0, 4561.0, 4581.0, 4611.0, 4582.0, 4582.0, 4651.0, 4560.0, 4570.0, 4570.0, 4581.0, 4562.0, 4582.0, 4622.0, 4562.0, 4582.0, 4572.0, 4591.0, 4562.0, 4581.0, 4591.0, 4561.0, 4591.0, 4603.0, 4573.0, 4584.0, 4623.0, 4562.0, 4594.0, 4583.0, 4602.0, 4562.0, 4572.0, 4592.0, 4565.0, 4583.0, 4654.0, 4572.0, 4582.0, 4571.0, 4582.0, 4563.0, 4574.0, 4603.0, 4562.0, 4594.0, 4624.0, 4594.0, 4584.0, 4572.0, 4593.0, 4564.0, 4583.0, 4644.0, 4573.0, 4583.0, 4626.0, 4585.0, 4584.0, 4592.0, 4562.0, 4585.0, 4583.0, 4603.0, 4562.0, 4583.0, 4645.0, 4583.0, 4574.0, 4583.0, 4581.0, 4563.0, 4593.0, 4654.0, 4594.0, 4575.0, 4579.0, 4594.0, 4564.0, 4583.0, 4634.0, 4560.0, 4558.0, 4588.0, 4602.0, 4572.0, 4581.0, 4643.0, 4613.0, 4583.0, 4583.0, 4646.0, 4604.0, 4593.0, 4612.0, 4581.0, 4564.0, 4604.0, 4633.0, 4584.0, 4582.0, 4583.0, 4585.0, 4563.0, 4583.0, 4591.0, 4561.0, 4595.0, 4575.0, 4614.0, 4564.0, 4584.0, 4583.0, 4584.0, 4568.0, 4586.0, 4656.0, 4584.0, 4584.0, 4613.0, 4603.0, 4573.0, 4634.0, 4622.0, 4573.0, 4583.0, 4653.0, 4602.0, 4581.0, 4610.0, 4570.0, 4582.0, 4632.0, 4581.0, 4571.0, 4581.0, 4594.0, 4562.0, 4584.0, 4590.0, 4550.0, 4583.0, 4594.0, 4623.0, 4573.0, 4592.0, 4611.0, 4572.0, 4594.0, 4603.0, 4603.0, 4564.0, 4582.0, 4613.0, 4573.0, 4595.0, 4643.0, 4581.0, 4583.0, 4584.0, 4613.0, 4584.0, 4582.0, 4611.0, 4561.0, 4593.0, 4612.0, 4615.0, 4563.0, 4582.0, 4581.0, 4561.0, 4605.0, 4645.0, 4594.0, 4585.0, 4573.0, 4572.0, 4563.0, 4573.0, 4635.0, 4573.0, 4593.0, 4572.0, 4582.0, 4574.0, 4595.0, 4655.0, 4594.0, 4594.0, 4593.0, 4591.0, 4571.0, 4612.0, 4665.0, 4592.0, 4572.0, 4591.0, 4570.0, 4561.0, 4581.0, 4632.0, 4572.0, 4581.0, 4569.0, 4593.0, 4563.0, 4602.0, 4600.0, 4561.0, 4570.0, 4581.0, 4591.0, 4573.0, 4592.0, 4601.0, 4561.0, 4594.0, 4630.0, 4593.0, 4582.0, 4570.0, 4569.0, 4561.0, 4593.0, 4632.0, 4584.0, 4583.0, 4573.0, 4591.0, 4564.0, 4582.0, 4665.0, 4593.0, 4578.0, 4570.0, 4601.0, 4573.0, 4583.0, 4654.0, 4582.0, 4581.0, 4593.0, 4595.0, 4572.0, 4622.0, 4590.0, 4570.0, 4592.0, 4619.0, 4582.0, 4562.0, 4571.0, 4613.0, 4573.0, 4573.0, 4621.0, 4590.0, 4559.0, 4582.0, 4622.0, 4593.0, 4582.0, 4570.0, 4579.0, 4561.0, 4582.0, 4654.0, 4580.0, 4570.0, 4569.0, 4578.0, 4563.0, 4583.0, 4631.0, 4602.0, 4582.0, 4571.0, 4568.0, 4557.0, 4581.0, 4600.0, 4613.0, 4560.0, 4570.0, 4599.0, 4559.0, 4573.0, 4593.0, 4633.0, 4591.0, 4561.0, 4569.0, 4602.0, 4562.0, 4583.0, 4611.0, 4590.0, 4570.0, 4605.0, 4602.0, 4602.0, 4551.0, 4570.0, 4589.0, 4558.0, 4589.0, 4622.0, 4591.0, 4601.0, 4610.0, 4579.0, 4548.0, 4577.0, 4599.0, 4571.0, 4571.0, 4592.0, 4579.0, 4559.0, 4591.0, 4611.0, 4591.0, 4580.0, 4578.0, 4578.0, 4559.0, 4579.0, 4612.0, 4581.0, 4582.0, 4620.0, 4580.0, 4549.0, 4568.0, 4600.0, 4570.0, 4592.0, 4661.0, 4558.0, 4570.0, 4569.0, 4580.0, 4562.0, 4581.0, 4654.0, 4581.0, 4590.0, 4568.0, 4569.0, 4571.0, 4582.0, 4622.0, 4571.0, 4581.0, 4570.0, 4581.0, 4563.0, 4582.0, 4632.0, 4570.0, 4580.0, 4591.0, 4583.0, 4583.0, 4611.0, 4589.0, 4559.0, 4580.0, 4610.0, 4582.0, 4580.0, 4629.0, 4559.0, 4591.0, 4579.0, 4592.0, 4561.0, 4570.0, 4569.0, 4570.0, 4581.0, 4581.0, 4559.0, 4561.0, 4584.0, 4622.0, 4573.0, 4584.0, 4583.0, 4583.0, 4562.0, 4574.0, 4632.0, 4572.0, 4562.0, 4583.0, 4623.0, 4594.0, 4584.0, 4601.0, 4591.0, 4562.0, 4582.0, 4673.0, 4601.0, 4570.0, 4598.0, 4588.0, 4560.0, 4581.0, 4652.0, 4569.0, 4559.0, 4568.0, 4591.0, 4560.0, 4581.0, 4621.0, 4569.0, 4548.0, 4580.0, 4612.0, 4571.0, 4572.0, 4562.0, 4579.0, 4561.0, 4595.0, 4581.0, 4601.0, 4572.0, 4582.0, 4631.0, 4571.0, 4572.0, 4571.0, 4633.0, 4581.0, 4581.0, 4571.0, 4592.0, 4572.0, 4572.0, 4652.0, 4581.0, 4560.0, 4580.0, 4631.0, 4591.0, 4571.0, 4571.0, 4579.0, 4561.0, 4584.0, 4591.0, 4590.0, 4550.0, 4580.0, 4611.0, 4571.0, 4571.0, 4570.0, 4589.0, 4560.0, 4593.0, 4602.0, 4600.0, 4561.0, 4589.0, 4610.0, 4561.0, 4563.0, 4632.0, 4600.0, 4550.0, 4580.0, 4573.0, 4592.0, 4572.0, 4580.0, 4598.0, 4568.0, 4561.0, 4572.0, 4632.0, 4582.0, 4571.0, 4570.0, 4580.0, 4560.0, 4571.0, 4630.0, 4569.0, 4559.0, 4582.0, 4610.0, 4582.0, 4571.0, 4570.0, 4580.0, 4562.0, 4581.0, 4651.0, 4580.0, 4560.0, 4582.0, 4600.0, 4582.0, 4581.0, 4570.0, 4571.0, 4551.0, 4571.0, 4611.0, 4570.0, 4593.0, 4592.0, 4603.0, 4563.0, 4571.0, 4580.0, 4572.0, 4592.0, 4663.0, 4581.0, 4580.0, 4571.0, 4582.0, 4571.0, 4581.0, 4590.0, 4560.0, 4583.0, 4591.0, 4593.0, 4562.0, 4570.0, 4602.0, 4572.0, 4583.0, 4642.0, 4571.0, 4560.0, 4582.0, 4611.0, 4582.0, 4581.0, 4620.0, 4571.0, 4572.0, 4593.0, 4591.0, 4570.0, 4580.0, 4582.0, 4591.0, 4573.0, 4572.0, 4620.0, 4559.0, 4572.0, 4571.0, 4633.0, 4571.0, 4570.0, 4571.0, 4591.0, 4561.0, 4571.0, 4619.0, 4559.0, 4562.0, 4582.0, 4623.0, 4581.0, 4571.0, 4569.0, 4579.0, 4560.0, 4580.0, 4631.0, 4579.0, 4549.0, 4582.0, 4611.0, 4592.0, 4560.0, 4579.0, 4611.0, 4560.0, 4571.0, 4611.0, 4580.0, 4559.0, 4580.0, 4572.0, 4591.0, 4573.0, 4581.0, 4589.0, 4572.0, 4561.0, 4581.0, 4621.0, 4559.0, 4560.0, 4582.0, 4611.0, 4572.0, 4561.0, 4560.0, 4590.0, 4561.0, 4562.0, 4572.0, 4622.0, 4572.0, 4562.0, 4571.0, 4620.0, 4569.0, 4558.0, 4547.0, 4619.0, 4580.0, 4590.0, 4611.0, 4651.0, 4613.0, 4583.0, 4614.0, 4644.0, 4584.0, 4573.0, 4595.0, 4623.0, 4583.0, 4563.0, 4584.0, 4603.0, 4595.0, 4564.0, 4583.0, 4602.0, 4563.0, 4595.0, 4594.0, 4615.0, 4564.0, 4584.0, 4623.0, 4563.0, 4584.0, 4624.0, 4604.0, 4572.0, 4572.0, 4615.0, 4573.0, 4583.0, 4581.0, 4571.0, 4563.0, 4572.0, 4644.0, 4571.0, 4571.0, 4594.0, 4592.0, 4574.0, 4612.0, 4580.0, 4561.0, 4583.0, 4621.0, 4583.0, 4571.0, 4560.0, 4580.0, 4562.0, 4572.0, 4664.0, 4581.0, 4570.0, 4560.0, 4602.0, 4571.0, 4571.0, 4630.0, 4569.0, 4549.0, 4579.0, 4601.0, 4570.0, 4582.0, 4630.0, 4581.0, 4549.0, 4568.0, 4599.0, 4569.0, 4571.0, 4620.0, 4579.0, 4548.0, 4579.0, 4569.0, 4591.0, 4550.0, 4560.0, 4588.0, 4548.0, 4581.0, 4570.0, 4611.0, 4550.0, 4571.0, 4572.0, 4591.0, 4574.0, 4582.0, 4590.0, 4570.0, 4562.0, 4571.0, 4642.0, 4570.0, 4570.0, 4590.0, 4570.0, 4581.0, 4580.0, 4590.0, 4549.0, 4570.0, 4630.0, 4591.0, 4560.0, 4560.0, 4568.0, 4549.0, 4580.0, 4630.0, 4580.0, 4550.0, 4559.0, 4609.0, 4557.0, 4557.0, 4546.0, 4619.0, 4580.0, 4571.0, 4590.0, 4631.0, 4591.0, 4592.0, 4603.0, 4613.0, 4564.0, 4555.0, 4583.0, 4665.0, 4601.0, 4551.0, 4571.0, 4560.0, 4592.0, 4573.0, 4584.0, 4604.0, 4573.0, 4564.0, 4572.0, 4630.0, 4547.0, 4534.0, 4568.0, 4642.0, 4602.0, 4613.0, 4664.0, 4685.0, 4641.0, 4600.0, 4579.0, 4608.0, 4588.0, 4579.0, 4620.0, 4650.0, 4559.0, 4549.0, 4579.0, 4611.0, 4581.0, 4550.0, 4580.0, 4589.0, 4548.0, 4548.0, 4569.0, 4609.0, 4570.0, 4571.0, 4569.0, 4569.0, 4547.0, 4580.0, 4568.0, 4576.0, 4556.0, 4566.0, 4611.0, 4591.0, 4572.0, 4601.0, 4610.0, 4587.0, 4546.0, 4557.0, 4578.0, 4598.0, 4547.0, 4569.0, 4569.0, 4601.0, 4569.0, 4569.0, 4569.0, 4578.0, 4548.0, 4588.0, 4649.0, 4577.0, 4558.0, 4558.0, 4576.0, 4557.0, 4558.0, 4568.0, 4599.0, 4567.0, 4554.0, 4587.0, 4589.0, 4559.0, 4559.0, 4580.0, 4621.0, 4580.0, 4571.0, 4590.0, 4632.0, 4612.0, 4592.0, 4580.0, 4568.0, 4566.0, 4549.0, 4580.0, 4640.0, 4559.0, 4560.0, 4580.0, 4600.0, 4560.0, 4571.0, 4559.0, 4567.0, 4547.0, 4578.0, 4619.0, 4590.0, 4561.0, 4607.0, 4576.0, 4546.0, 4578.0, 4582.0, 4582.0, 4559.0, 4560.0, 4592.0, 4652.0, 4581.0, 4570.0, 4580.0, 4632.0, 4591.0, 4590.0, 4610.0, 4629.0, 4558.0, 4569.0, 4580.0, 4631.0, 4580.0, 4571.0, 4590.0, 4578.0, 4548.0, 4567.0, 4629.0, 4599.0, 4547.0, 4577.0, 4567.0, 4589.0, 4569.0, 4579.0, 4569.0, 4578.0, 4547.0, 4578.0, 4567.0, 4577.0, 4559.0, 4579.0, 4640.0, 4579.0, 4545.0, 4589.0, 4577.0, 4598.0, 4547.0, 4568.0, 4567.0, 4566.0, 4546.0, 4588.0, 4569.0, 4590.0, 4580.0, 4547.0, 4557.0, 4619.0, 4581.0, 4562.0, 4590.0, 4579.0, 4619.0, 4590.0, 4561.0, 4615.0, 4622.0, 4592.0, 4549.0, 4559.0, 4579.0, 4639.0, 4598.0, 4569.0, 4579.0, 4599.0, 4589.0, 4560.0, 4579.0, 4620.0, 4568.0, 4547.0, 4587.0, 4597.0, 4558.0, 4580.0, 4590.0, 4591.0, 4558.0, 4566.0, 4547.0, 4616.0, 4579.0, 4591.0, 4579.0, 4568.0, 4548.0, 4549.0, 4581.0, 4591.0, 4562.0, 4573.0, 4601.0, 4602.0, 4581.0, 4571.0, 4581.0, 4621.0, 4570.0, 4559.0, 4571.0, 4620.0, 4580.0, 4582.0, 4559.0, 4599.0, 4547.0, 4564.0, 4544.0, 4609.0, 4600.0, 4632.0, 4672.0, 4640.0, 4621.0, 4603.0, 4663.0, 4643.0, 4592.0, 4582.0, 4570.0, 4598.0, 4569.0, 4559.0, 4591.0, 4652.0, 4592.0, 4562.0, 4580.0, 4598.0, 4547.0, 4579.0, 4590.0, 4619.0, 4559.0, 4591.0, 4568.0, 4578.0, 4569.0, 4579.0, 4609.0, 4568.0, 4557.0, 4557.0, 4535.0, 4542.0, 4588.0, 4580.0, 4651.0, 4641.0, 4628.0, 4609.0, 4640.0, 4651.0, 4606.0, 4590.0, 4590.0, 4650.0, 4623.0, 4591.0, 4569.0, 4575.0, 4548.0, 4579.0, 4581.0, 4601.0, 4561.0, 4600.0, 4569.0, 4577.0, 4549.0, 4570.0, 4623.0, 4580.0, 4562.0, 4591.0, 4589.0, 4579.0, 4560.0, 4580.0, 4621.0, 4579.0, 4581.0, 4651.0, 4631.0, 4570.0, 4579.0, 4566.0, 4554.0, 4546.0, 4567.0, 4608.0, 4568.0, 4579.0, 4630.0, 4620.0, 4569.0, 4578.0, 4565.0, 4552.0, 4533.0, 4564.0, 4606.0, 4566.0, 4567.0, 4639.0, 4618.0, 4558.0, 4586.0, 4565.0, 4562.0, 4556.0, 4576.0, 4586.0, 4546.0, 4535.0, 4588.0, 4581.0, 4622.0, 4598.0, 4586.0, 4617.0, 4669.0, 4619.0, 4589.0, 4590.0, 4599.0, 4569.0, 4560.0, 4619.0, 4629.0, 4548.0, 4535.0, 4577.0, 4587.0, 4557.0, 4578.0, 4558.0, 4567.0, 4549.0, 4577.0, 4588.0, 4578.0, 4558.0, 4568.0, 4609.0, 4548.0, 4569.0, 4567.0, 4557.0, 4549.0, 4560.0, 4620.0, 4580.0, 4581.0, 4620.0, 4588.0, 4547.0, 4575.0, 4565.0, 4555.0, 4546.0, 4568.0, 4587.0, 4559.0, 4590.0, 4570.0, 4598.0, 4567.0, 4566.0, 4584.0, 4575.0, 4546.0, 4577.0, 4628.0, 4578.0, 4588.0, 4638.0, 4568.0, 4547.0, 4555.0, 4571.0, 4544.0, 4576.0, 4557.0, 4588.0, 4569.0, 4591.0, 4601.0, 4568.0, 4568.0, 4576.0, 4534.0, 4607.0, 4582.0, 4603.0, 4631.0, 4652.0, 4621.0, 4601.0, 4603.0, 4631.0, 4592.0, 4562.0, 4602.0, 4662.0, 4600.0, 4570.0, 4570.0, 4631.0, 4590.0, 4581.0], 'WindowWidth': [10265.0, 10223.0, 10169.0, 10177.0, 10116.0, 10115.0, 10103.0, 10080.0, 10053.0, 10105.0, 10164.0, 10089.0, 10077.0, 10074.0, 10089.0, 10060.0, 10150.0, 10138.0, 10053.0, 10075.0, 10110.0, 10049.0, 10105.0, 10077.0, 10027.0, 10051.0, 10152.0, 10052.0, 10067.0, 10085.0, 10034.0, 10064.0, 10106.0, 10048.0, 10068.0, 10062.0, 10057.0, 10034.0, 10070.0, 10074.0, 10102.0, 10055.0, 10082.0, 10136.0, 10113.0, 10086.0, 10069.0, 10133.0, 10076.0, 10047.0, 10147.0, 10163.0, 10086.0, 10059.0, 10056.0, 10074.0, 10040.0, 10062.0, 10071.0, 10019.0, 10036.0, 10083.0, 10091.0, 10055.0, 10063.0, 10035.0, 10061.0, 10056.0, 10081.0, 10162.0, 10076.0, 10051.0, 10064.0, 10115.0, 10033.0, 10047.0, 10061.0, 10118.0, 10069.0, 10051.0, 10063.0, 10061.0, 10050.0, 10079.0, 10166.0, 10063.0, 10049.0, 10044.0, 10071.0, 10035.0, 10069.0, 10160.0, 10048.0, 10036.0, 10045.0, 10065.0, 10033.0, 10049.0, 10100.0, 10031.0, 10064.0, 10106.0, 10094.0, 10053.0, 10064.0, 10091.0, 10040.0, 10055.0, 10117.0, 10071.0, 10043.0, 10084.0, 10125.0, 10071.0, 10070.0, 10055.0, 10065.0, 10043.0, 10081.0, 10141.0, 10054.0, 10066.0, 10110.0, 10070.0, 10098.0, 10176.0, 10079.0, 10050.0, 10045.0, 10065.0, 10043.0, 10114.0, 10093.0, 10024.0, 10064.0, 10065.0, 10068.0, 10042.0, 10078.0, 10075.0, 10034.0, 10091.0, 10080.0, 10093.0, 10041.0, 10079.0, 10075.0, 10048.0, 10080.0, 10095.0, 10110.0, 10040.0, 10063.0, 10098.0, 10058.0, 10055.0, 10160.0, 10050.0, 10036.0, 10069.0, 10119.0, 10082.0, 10052.0, 10048.0, 10033.0, 10026.0, 10052.0, 10136.0, 10051.0, 10064.0, 10088.0, 10051.0, 10067.0, 10134.0, 10077.0, 10037.0, 10062.0, 10103.0, 10064.0, 10064.0, 10157.0, 10033.0, 10046.0, 10046.0, 10062.0, 10039.0, 10067.0, 10121.0, 10040.0, 10066.0, 10053.0, 10077.0, 10039.0, 10063.0, 10076.0, 10038.0, 10078.0, 10097.0, 10058.0, 10072.0, 10123.0, 10041.0, 10084.0, 10070.0, 10094.0, 10042.0, 10054.0, 10083.0, 10049.0, 10070.0, 10167.0, 10053.0, 10067.0, 10050.0, 10066.0, 10043.0, 10059.0, 10096.0, 10042.0, 10087.0, 10126.0, 10088.0, 10074.0, 10055.0, 10083.0, 10047.0, 10070.0, 10155.0, 10057.0, 10070.0, 10133.0, 10075.0, 10074.0, 10082.0, 10040.0, 10074.0, 10070.0, 10096.0, 10041.0, 10070.0, 10158.0, 10071.0, 10060.0, 10071.0, 10065.0, 10044.0, 10085.0, 10167.0, 10087.0, 10061.0, 10062.0, 10086.0, 10047.0, 10069.0, 10141.0, 10037.0, 10030.0, 10068.0, 10093.0, 10052.0, 10064.0, 10152.0, 10109.0, 10070.0, 10070.0, 10159.0, 10097.0, 10082.0, 10105.0, 10063.0, 10046.0, 10101.0, 10138.0, 10072.0, 10066.0, 10069.0, 10078.0, 10043.0, 10069.0, 10074.0, 10034.0, 10091.0, 10062.0, 10112.0, 10043.0, 10069.0, 10067.0, 10072.0, 10058.0, 10076.0, 10171.0, 10070.0, 10070.0, 10106.0, 10094.0, 10053.0, 10135.0, 10117.0, 10054.0, 10070.0, 10165.0, 10092.0, 10064.0, 10099.0, 10048.0, 10065.0, 10134.0, 10064.0, 10050.0, 10064.0, 10086.0, 10041.0, 10071.0, 10076.0, 10022.0, 10072.0, 10087.0, 10125.0, 10057.0, 10079.0, 10103.0, 10055.0, 10083.0, 10095.0, 10096.0, 10044.0, 10065.0, 10108.0, 10057.0, 10087.0, 10150.0, 10064.0, 10068.0, 10074.0, 10108.0, 10071.0, 10067.0, 10103.0, 10037.0, 10084.0, 10108.0, 10114.0, 10043.0, 10067.0, 10063.0, 10038.0, 10103.0, 10159.0, 10086.0, 10075.0, 10057.0, 10056.0, 10044.0, 10057.0, 10143.0, 10058.0, 10085.0, 10055.0, 10069.0, 10060.0, 10091.0, 10171.0, 10088.0, 10086.0, 10083.0, 10079.0, 10055.0, 10109.0, 10185.0, 10082.0, 10055.0, 10077.0, 10050.0, 10038.0, 10066.0, 10137.0, 10053.0, 10064.0, 10046.0, 10085.0, 10044.0, 10094.0, 10088.0, 10036.0, 10048.0, 10065.0, 10078.0, 10059.0, 10080.0, 10091.0, 10039.0, 10090.0, 10132.0, 10086.0, 10067.0, 10049.0, 10046.0, 10039.0, 10086.0, 10137.0, 10074.0, 10071.0, 10056.0, 10080.0, 10048.0, 10070.0, 10187.0, 10086.0, 10061.0, 10051.0, 10093.0, 10060.0, 10072.0, 10171.0, 10067.0, 10065.0, 10085.0, 10094.0, 10057.0, 10122.0, 10074.0, 10048.0, 10082.0, 10119.0, 10069.0, 10043.0, 10052.0, 10113.0, 10061.0, 10057.0, 10118.0, 10074.0, 10033.0, 10068.0, 10122.0, 10085.0, 10066.0, 10049.0, 10059.0, 10040.0, 10068.0, 10169.0, 10062.0, 10048.0, 10044.0, 10056.0, 10042.0, 10070.0, 10132.0, 10095.0, 10068.0, 10051.0, 10042.0, 10026.0, 10065.0, 10089.0, 10110.0, 10035.0, 10047.0, 10085.0, 10031.0, 10056.0, 10085.0, 10137.0, 10076.0, 10037.0, 10046.0, 10096.0, 10041.0, 10072.0, 10105.0, 10074.0, 10046.0, 10104.0, 10095.0, 10096.0, 10024.0, 10047.0, 10070.0, 10028.0, 10070.0, 10122.0, 10078.0, 10090.0, 10100.0, 10057.0, 10015.0, 10052.0, 10086.0, 10051.0, 10052.0, 10078.0, 10058.0, 10030.0, 10079.0, 10106.0, 10079.0, 10060.0, 10055.0, 10054.0, 10029.0, 10056.0, 10109.0, 10065.0, 10066.0, 10115.0, 10060.0, 10018.0, 10040.0, 10089.0, 10049.0, 10081.0, 10171.0, 10030.0, 10046.0, 10044.0, 10063.0, 10041.0, 10065.0, 10169.0, 10063.0, 10074.0, 10043.0, 10047.0, 10051.0, 10067.0, 10123.0, 10051.0, 10063.0, 10047.0, 10065.0, 10045.0, 10069.0, 10135.0, 10049.0, 10061.0, 10077.0, 10070.0, 10069.0, 10105.0, 10072.0, 10032.0, 10062.0, 10101.0, 10066.0, 10060.0, 10126.0, 10032.0, 10078.0, 10059.0, 10081.0, 10037.0, 10047.0, 10047.0, 10049.0, 10065.0, 10064.0, 10033.0, 10037.0, 10075.0, 10122.0, 10058.0, 10073.0, 10071.0, 10073.0, 10043.0, 10059.0, 10133.0, 10052.0, 10040.0, 10069.0, 10123.0, 10087.0, 10071.0, 10092.0, 10076.0, 10040.0, 10067.0, 10193.0, 10089.0, 10048.0, 10082.0, 10067.0, 10034.0, 10064.0, 10162.0, 10045.0, 10033.0, 10043.0, 10079.0, 10037.0, 10066.0, 10117.0, 10044.0, 10016.0, 10061.0, 10109.0, 10052.0, 10055.0, 10040.0, 10060.0, 10037.0, 10090.0, 10067.0, 10093.0, 10054.0, 10067.0, 10131.0, 10050.0, 10054.0, 10053.0, 10137.0, 10065.0, 10065.0, 10050.0, 10081.0, 10055.0, 10055.0, 10161.0, 10063.0, 10034.0, 10061.0, 10132.0, 10079.0, 10051.0, 10050.0, 10059.0, 10036.0, 10073.0, 10077.0, 10076.0, 10021.0, 10061.0, 10105.0, 10050.0, 10050.0, 10048.0, 10072.0, 10036.0, 10085.0, 10094.0, 10090.0, 10039.0, 10073.0, 10103.0, 10040.0, 10041.0, 10135.0, 10089.0, 10020.0, 10061.0, 10060.0, 10079.0, 10052.0, 10060.0, 10083.0, 10040.0, 10036.0, 10052.0, 10135.0, 10065.0, 10049.0, 10046.0, 10061.0, 10034.0, 10049.0, 10125.0, 10043.0, 10030.0, 10065.0, 10102.0, 10066.0, 10049.0, 10046.0, 10060.0, 10039.0, 10062.0, 10159.0, 10058.0, 10032.0, 10066.0, 10088.0, 10066.0, 10064.0, 10047.0, 10051.0, 10023.0, 10051.0, 10102.0, 10046.0, 10082.0, 10080.0, 10096.0, 10040.0, 10048.0, 10059.0, 10055.0, 10078.0, 10180.0, 10061.0, 10059.0, 10051.0, 10066.0, 10051.0, 10062.0, 10073.0, 10032.0, 10071.0, 10079.0, 10084.0, 10039.0, 10047.0, 10092.0, 10053.0, 10068.0, 10148.0, 10048.0, 10034.0, 10067.0, 10103.0, 10067.0, 10063.0, 10113.0, 10049.0, 10054.0, 10083.0, 10075.0, 10046.0, 10060.0, 10067.0, 10078.0, 10056.0, 10051.0, 10114.0, 10031.0, 10056.0, 10051.0, 10139.0, 10049.0, 10048.0, 10050.0, 10079.0, 10038.0, 10048.0, 10112.0, 10031.0, 10041.0, 10067.0, 10123.0, 10064.0, 10050.0, 10046.0, 10058.0, 10035.0, 10061.0, 10131.0, 10058.0, 10018.0, 10067.0, 10106.0, 10079.0, 10035.0, 10058.0, 10104.0, 10036.0, 10052.0, 10102.0, 10059.0, 10029.0, 10060.0, 10056.0, 10076.0, 10056.0, 10062.0, 10071.0, 10054.0, 10039.0, 10064.0, 10116.0, 10031.0, 10032.0, 10064.0, 10104.0, 10052.0, 10035.0, 10033.0, 10071.0, 10036.0, 10041.0, 10052.0, 10121.0, 10052.0, 10040.0, 10049.0, 10116.0, 10046.0, 10027.0, 10013.0, 10111.0, 10061.0, 10075.0, 10101.0, 10156.0, 10104.0, 10068.0, 10110.0, 10151.0, 10069.0, 10054.0, 10087.0, 10121.0, 10066.0, 10039.0, 10069.0, 10095.0, 10086.0, 10043.0, 10067.0, 10089.0, 10040.0, 10086.0, 10085.0, 10112.0, 10045.0, 10068.0, 10119.0, 10040.0, 10071.0, 10123.0, 10095.0, 10050.0, 10051.0, 10114.0, 10053.0, 10066.0, 10060.0, 10047.0, 10042.0, 10053.0, 10152.0, 10049.0, 10050.0, 10087.0, 10078.0, 10059.0, 10105.0, 10060.0, 10036.0, 10071.0, 10118.0, 10070.0, 10050.0, 10033.0, 10061.0, 10042.0, 10052.0, 10180.0, 10061.0, 10047.0, 10032.0, 10093.0, 10050.0, 10050.0, 10127.0, 10043.0, 10017.0, 10055.0, 10090.0, 10048.0, 10067.0, 10128.0, 10061.0, 10016.0, 10040.0, 10087.0, 10046.0, 10051.0, 10114.0, 10057.0, 10014.0, 10058.0, 10047.0, 10076.0, 10019.0, 10032.0, 10068.0, 10016.0, 10064.0, 10049.0, 10103.0, 10021.0, 10049.0, 10056.0, 10078.0, 10058.0, 10068.0, 10076.0, 10048.0, 10043.0, 10051.0, 10148.0, 10046.0, 10046.0, 10074.0, 10049.0, 10063.0, 10062.0, 10073.0, 10019.0, 10049.0, 10130.0, 10077.0, 10033.0, 10032.0, 10041.0, 10016.0, 10060.0, 10129.0, 10062.0, 10020.0, 10031.0, 10099.0, 10026.0, 10027.0, 10008.0, 10109.0, 10061.0, 10050.0, 10074.0, 10129.0, 10076.0, 10080.0, 10094.0, 10107.0, 10043.0, 10034.0, 10068.0, 10183.0, 10090.0, 10022.0, 10046.0, 10030.0, 10078.0, 10053.0, 10068.0, 10096.0, 10055.0, 10047.0, 10051.0, 10128.0, 10011.0, 9991.0, 10038.0, 10144.0, 10092.0, 10109.0, 10178.0, 10212.0, 10141.0, 10082.0, 10052.0, 10091.0, 10064.0, 10051.0, 10107.0, 10149.0, 10028.0, 10013.0, 10054.0, 10102.0, 10059.0, 10018.0, 10058.0, 10070.0, 10011.0, 10013.0, 10043.0, 10096.0, 10043.0, 10048.0, 10045.0, 10044.0, 10011.0, 10058.0, 10039.0, 10048.0, 10019.0, 10032.0, 10102.0, 10078.0, 10053.0, 10090.0, 10098.0, 10065.0, 10008.0, 10024.0, 10053.0, 10079.0, 10010.0, 10042.0, 10043.0, 10087.0, 10044.0, 10043.0, 10042.0, 10055.0, 10013.0, 10067.0, 10152.0, 10051.0, 10028.0, 10028.0, 10048.0, 10026.0, 10028.0, 10040.0, 10084.0, 10038.0, 10019.0, 10067.0, 10070.0, 10032.0, 10030.0, 10059.0, 10118.0, 10060.0, 10048.0, 10074.0, 10135.0, 10106.0, 10078.0, 10060.0, 10040.0, 10036.0, 10016.0, 10060.0, 10138.0, 10028.0, 10032.0, 10059.0, 10086.0, 10032.0, 10048.0, 10031.0, 10037.0, 10010.0, 10054.0, 10110.0, 10074.0, 10033.0, 10093.0, 10048.0, 10009.0, 10054.0, 10067.0, 10067.0, 10031.0, 10034.0, 10077.0, 10160.0, 10061.0, 10046.0, 10059.0, 10132.0, 10073.0, 10071.0, 10098.0, 10122.0, 10024.0, 10042.0, 10057.0, 10130.0, 10057.0, 10046.0, 10070.0, 10052.0, 10011.0, 10038.0, 10121.0, 10081.0, 10011.0, 10049.0, 10038.0, 10068.0, 10043.0, 10056.0, 10042.0, 10051.0, 10009.0, 10050.0, 10035.0, 10051.0, 10028.0, 10055.0, 10138.0, 10057.0, 10010.0, 10066.0, 10049.0, 10079.0, 10011.0, 10041.0, 10037.0, 10036.0, 10008.0, 10067.0, 10045.0, 10074.0, 10060.0, 10014.0, 10022.0, 10107.0, 10064.0, 10042.0, 10074.0, 10055.0, 10111.0, 10071.0, 10034.0, 10113.0, 10120.0, 10079.0, 10018.0, 10028.0, 10054.0, 10136.0, 10079.0, 10041.0, 10051.0, 10080.0, 10068.0, 10030.0, 10055.0, 10111.0, 10040.0, 10010.0, 10062.0, 10076.0, 10026.0, 10057.0, 10070.0, 10076.0, 10028.0, 10035.0, 10011.0, 10103.0, 10057.0, 10075.0, 10056.0, 10040.0, 10014.0, 10017.0, 10062.0, 10075.0, 10039.0, 10056.0, 10090.0, 10093.0, 10062.0, 10047.0, 10062.0, 10115.0, 10045.0, 10029.0, 10047.0, 10113.0, 10059.0, 10066.0, 10030.0, 10082.0, 10013.0, 10030.0, 10003.0, 10094.0, 10087.0, 10131.0, 10187.0, 10140.0, 10114.0, 10094.0, 10176.0, 10148.0, 10081.0, 10065.0, 10046.0, 10082.0, 10043.0, 10032.0, 10076.0, 10161.0, 10077.0, 10041.0, 10060.0, 10081.0, 10012.0, 10056.0, 10072.0, 10112.0, 10030.0, 10076.0, 10044.0, 10056.0, 10044.0, 10057.0, 10100.0, 10043.0, 10027.0, 10026.0, 9993.0, 9999.0, 10066.0, 10061.0, 10160.0, 10146.0, 10123.0, 10098.0, 10143.0, 10158.0, 10095.0, 10076.0, 10077.0, 10157.0, 10122.0, 10076.0, 10045.0, 10048.0, 10014.0, 10058.0, 10065.0, 10090.0, 10038.0, 10090.0, 10045.0, 10054.0, 10019.0, 10048.0, 10124.0, 10065.0, 10042.0, 10078.0, 10073.0, 10058.0, 10034.0, 10061.0, 10117.0, 10059.0, 10062.0, 10159.0, 10133.0, 10050.0, 10060.0, 10036.0, 10018.0, 10010.0, 10038.0, 10094.0, 10040.0, 10058.0, 10128.0, 10115.0, 10046.0, 10055.0, 10033.0, 10011.0, 9989.0, 10031.0, 10090.0, 10038.0, 10039.0, 10138.0, 10113.0, 10031.0, 10066.0, 10033.0, 10027.0, 10023.0, 10050.0, 10065.0, 10007.0, 9993.0, 10067.0, 10065.0, 10123.0, 10084.0, 10064.0, 10107.0, 10183.0, 10108.0, 10072.0, 10071.0, 10083.0, 10042.0, 10030.0, 10110.0, 10125.0, 10014.0, 9993.0, 10050.0, 10063.0, 10024.0, 10052.0, 10027.0, 10039.0, 10015.0, 10052.0, 10066.0, 10053.0, 10025.0, 10040.0, 10098.0, 10014.0, 10041.0, 10038.0, 10026.0, 10017.0, 10032.0, 10112.0, 10058.0, 10063.0, 10113.0, 10069.0, 10011.0, 10045.0, 10033.0, 10022.0, 10010.0, 10039.0, 10066.0, 10032.0, 10076.0, 10047.0, 10081.0, 10039.0, 10038.0, 10059.0, 10044.0, 10008.0, 10051.0, 10123.0, 10055.0, 10067.0, 10135.0, 10041.0, 10012.0, 10020.0, 10037.0, 10003.0, 10049.0, 10027.0, 10069.0, 10045.0, 10079.0, 10093.0, 10044.0, 10043.0, 10052.0, 9991.0, 10092.0, 10067.0, 10096.0, 10132.0, 10161.0, 10118.0, 10090.0, 10094.0, 10131.0, 10077.0, 10038.0, 10090.0, 10176.0, 10086.0, 10046.0, 10044.0, 10130.0, 10073.0, 10061.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.0008022392414296136</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0220682060539752</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.57930282808034</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1578228080218995</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0217804106058386</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.549</td></tr>
|
|
<tr><td colspan=3>fber</td><td>1728.5902</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10736195032987418</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>119</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.679795769511305</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.519476003123295</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4098047607275954</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.803993660420309</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344629588221981</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00379173</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014304213225841522</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0580788217484951</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1371</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.196367347965327</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>19.691</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>104.1747</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>298.7613</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>93.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284691.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1290.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>485.3135</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7076</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.9978</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3730.6378</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3859.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>91853.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1637.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4898.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>919.5999</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.23546946141869</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> |