=== 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-0021 --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-0021",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
190 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
190 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-0021_ses-02_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-0021_ses-02_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-02_subject-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_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-02_subject-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_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-02_subject-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0021/figures/sub-0021_ses-02_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_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-0021/ses-02/func/sub-0021_ses-02_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>ecfb219962878350cd3ded590e1f9ccd</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>14:34:29.710000</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_VE11C_LATEST_20160120</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.993139, -0.116638, 0.00837552, 0.116667, 0.983419, -0.138837]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0977931</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>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4145, -7776, -7241, 597, -20, -57, -27, 58]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.491</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>35059487-6c81-4378-ba56-b708c70f79bd||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.664519786834717, 0.3130091726779938, -0.021484017372131348, 98.19824981689453], [0.3129305839538574, 2.638441324234009, -0.3749276101589203, -92.32379150390625], [0.02247091569006443, 0.372490793466568, 2.673755407333374, -72.97573852539062], [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, 1859]</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, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'AcquisitionTime': ['143429.710000', '143430.170000', '143430.630000', '143431.090000', '143431.550000', '143432.010000', '143432.470000', '143432.930000', '143433.390000', '143433.850000', '143434.310000', '143434.770000', '143435.230000', '143435.690000', '143436.150000', '143436.610000', '143437.070000', '143437.530000', '143437.990000', '143438.450000', '143438.910000', '143439.370000', '143439.830000', '143440.290000', '143440.750000', '143441.210000', '143441.670000', '143442.130000', '143442.590000', '143443.050000', '143443.510000', '143443.970000', '143444.430000', '143444.890000', '143445.350000', '143445.810000', '143446.270000', '143446.730000', '143447.190000', '143447.650000', '143448.110000', '143448.570000', '143449.030000', '143449.490000', '143449.950000', '143450.410000', '143450.870000', '143451.330000', '143451.790000', '143452.250000', '143452.710000', '143453.170000', '143453.630000', '143454.090000', '143454.550000', '143455.010000', '143455.470000', '143455.930000', '143456.390000', '143456.850000', '143457.310000', '143457.770000', '143458.230000', '143458.690000', '143459.150000', '143459.610000', '143500.070000', '143500.530000', '143500.990000', '143501.450000', '143501.910000', '143502.370000', '143502.830000', '143503.290000', '143503.750000', '143504.210000', '143504.670000', '143505.130000', '143505.590000', '143506.050000', '143506.510000', '143506.970000', '143507.430000', '143507.890000', '143508.350000', '143508.810000', '143509.270000', '143509.730000', '143510.190000', '143510.650000', '143511.110000', '143511.570000', '143512.030000', '143512.490000', '143512.950000', '143513.410000', '143513.870000', '143514.330000', '143514.790000', '143515.250000', '143515.710000', '143516.170000', '143516.630000', '143517.090000', '143517.550000', '143518.010000', '143518.470000', '143518.930000', '143519.390000', '143519.850000', '143520.310000', '143520.770000', '143521.230000', '143521.690000', '143522.150000', '143522.610000', '143523.070000', '143523.530000', '143523.990000', '143524.450000', '143524.910000', '143525.370000', '143525.830000', '143526.290000', '143526.750000', '143527.210000', '143527.670000', '143528.130000', '143528.590000', '143529.050000', '143529.510000', '143529.970000', '143530.430000', '143530.890000', '143531.350000', '143531.810000', '143532.270000', '143532.730000', '143533.190000', '143533.650000', '143534.110000', '143534.570000', '143535.030000', '143535.490000', '143535.950000', '143536.410000', '143536.870000', '143537.330000', '143537.790000', '143538.250000', '143538.710000', '143539.170000', '143539.630000', '143540.090000', '143540.550000', '143541.010000', '143541.470000', '143541.930000', '143542.390000', '143542.850000', '143543.310000', '143543.770000', '143544.230000', '143544.690000', '143545.150000', '143545.610000', '143546.070000', '143546.530000', '143546.990000', '143547.450000', '143547.910000', '143548.370000', '143548.830000', '143549.290000', '143549.750000', '143550.210000', '143550.670000', '143551.130000', '143551.590000', '143552.050000', '143552.510000', '143552.970000', '143553.430000', '143553.890000', '143554.350000', '143554.810000', '143555.270000', '143555.730000', '143556.190000', '143556.650000', '143557.110000', '143557.570000', '143558.030000', '143558.490000', '143558.950000', '143559.410000', '143559.870000', '143600.330000', '143600.790000', '143601.250000', '143601.710000', '143602.170000', '143602.630000', '143603.090000', '143603.550000', '143604.010000', '143604.470000', '143604.930000', '143605.390000', '143605.850000', '143606.310000', '143606.770000', '143607.230000', '143607.690000', '143608.150000', '143608.610000', '143609.070000', '143609.530000', '143609.990000', '143610.450000', '143610.910000', '143611.370000', '143611.830000', '143612.290000', '143612.750000', '143613.210000', '143613.670000', '143614.130000', '143614.590000', '143615.050000', '143615.510000', '143615.970000', '143616.430000', '143616.890000', '143617.350000', '143617.810000', '143618.270000', '143618.730000', '143619.190000', '143619.650000', '143620.110000', '143620.570000', '143621.030000', '143621.490000', '143621.950000', '143622.410000', '143622.870000', '143623.330000', '143623.790000', '143624.250000', '143624.710000', '143625.170000', '143625.630000', '143626.090000', '143626.550000', '143627.010000', '143627.470000', '143627.930000', '143628.390000', '143628.850000', '143629.310000', '143629.770000', '143630.230000', '143630.690000', '143631.150000', '143631.610000', '143632.070000', '143632.530000', '143632.990000', '143633.450000', '143633.910000', '143634.370000', '143634.830000', '143635.290000', '143635.750000', '143636.210000', '143636.670000', '143637.130000', '143637.590000', '143638.050000', '143638.510000', '143638.970000', '143639.430000', '143639.890000', '143640.350000', '143640.810000', '143641.270000', '143641.730000', '143642.190000', '143642.650000', '143643.110000', '143643.570000', '143644.030000', '143644.490000', '143644.950000', '143645.410000', '143645.870000', '143646.330000', '143646.790000', '143647.250000', '143647.710000', '143648.170000', '143648.630000', '143649.090000', '143649.550000', '143650.010000', '143650.470000', '143650.930000', '143651.390000', '143651.850000', '143652.310000', '143652.770000', '143653.230000', '143653.690000', '143654.150000', '143654.610000', '143655.070000', '143655.530000', '143655.990000', '143656.450000', '143656.910000', '143657.370000', '143657.830000', '143658.290000', '143658.750000', '143659.210000', '143659.670000', '143700.130000', '143700.590000', '143701.050000', '143701.510000', '143701.970000', '143702.430000', '143702.890000', '143703.350000', '143703.810000', '143704.270000', '143704.730000', '143705.190000', '143705.650000', '143706.110000', '143706.570000', '143707.030000', '143707.490000', '143707.950000', '143708.410000', '143708.870000', '143709.330000', '143709.790000', '143710.250000', '143710.710000', '143711.170000', '143711.630000', '143712.090000', '143712.550000', '143713.010000', '143713.470000', '143713.930000', '143714.390000', '143714.850000', '143715.310000', '143715.770000', '143716.230000', '143716.690000', '143717.150000', '143717.610000', '143718.070000', '143718.530000', '143718.990000', '143719.450000', '143719.910000', '143720.370000', '143720.830000', '143721.290000', '143721.750000', '143722.210000', '143722.670000', '143723.130000', '143723.590000', '143724.050000', '143724.510000', '143724.970000', '143725.430000', '143725.890000', '143726.350000', '143726.810000', '143727.270000', '143727.730000', '143728.190000', '143728.650000', '143729.110000', '143729.570000', '143730.030000', '143730.490000', '143730.950000', '143731.410000', '143731.870000', '143732.330000', '143732.790000', '143733.250000', '143733.710000', '143734.170000', '143734.630000', '143735.090000', '143735.550000', '143736.010000', '143736.470000', '143736.930000', '143737.390000', '143737.850000', '143738.310000', '143738.770000', '143739.230000', '143739.690000', '143740.150000', '143740.610000', '143741.070000', '143741.530000', '143741.990000', '143742.450000', '143742.910000', '143743.370000', '143743.830000', '143744.290000', '143744.750000', '143745.210000', '143745.670000', '143746.130000', '143746.590000', '143747.050000', '143747.510000', '143747.970000', '143748.430000', '143748.890000', '143749.350000', '143749.810000', '143750.270000', '143750.730000', '143751.190000', '143751.650000', '143752.110000', '143752.570000', '143753.030000', '143753.490000', '143753.950000', '143754.410000', '143754.870000', '143755.330000', '143755.790000', '143756.250000', '143756.710000', '143757.170000', '143757.630000', '143758.090000', '143758.550000', '143759.010000', '143759.470000', '143759.930000', '143800.390000', '143800.850000', '143801.310000', '143801.770000', '143802.230000', '143802.690000', '143803.150000', '143803.610000', '143804.070000', '143804.530000', '143804.990000', '143805.450000', '143805.910000', '143806.370000', '143806.830000', '143807.290000', '143807.750000', '143808.210000', '143808.670000', '143809.130000', '143809.590000', '143810.050000', '143810.510000', '143810.970000', '143811.430000', '143811.890000', '143812.350000', '143812.810000', '143813.270000', '143813.730000', '143814.190000', '143814.650000', '143815.110000', '143815.570000', '143816.030000', '143816.490000', '143816.950000', '143817.410000', '143817.870000', '143818.330000', '143818.790000', '143819.250000', '143819.710000', '143820.170000', '143820.630000', '143821.090000', '143821.550000', '143822.010000', '143822.470000', '143822.930000', '143823.390000', '143823.850000', '143824.310000', '143824.770000', '143825.230000', '143825.690000', '143826.150000', '143826.610000', '143827.070000', '143827.530000', '143827.990000', '143828.450000', '143828.910000', '143829.370000', '143829.830000', '143830.290000', '143830.750000', '143831.210000', '143831.670000', '143832.130000', '143832.590000', '143833.050000', '143833.510000', '143833.970000', '143834.430000', '143834.890000', '143835.350000', '143835.810000', '143836.270000', '143836.730000', '143837.190000', '143837.650000', '143838.110000', '143838.570000', '143839.030000', '143839.490000', '143839.950000', '143840.410000', '143840.870000', '143841.330000', '143841.790000', '143842.250000', '143842.710000', '143843.170000', '143843.630000', '143844.090000', '143844.550000', '143845.010000', '143845.470000', '143845.930000', '143846.390000', '143846.850000', '143847.310000', '143847.770000', '143848.230000', '143848.690000', '143849.150000', '143849.610000', '143850.070000', '143850.530000', '143850.990000', '143851.450000', '143851.910000', '143852.370000', '143852.830000', '143853.290000', '143853.750000', '143854.210000', '143854.670000', '143855.130000', '143855.590000', '143856.050000', '143856.510000', '143856.970000', '143857.430000', '143857.890000', '143858.350000', '143858.810000', '143859.270000', '143859.730000', '143900.190000', '143900.650000', '143901.110000', '143901.570000', '143902.030000', '143902.490000', '143902.950000', '143903.410000', '143903.870000', '143904.330000', '143904.790000', '143905.250000', '143905.710000', '143906.170000', '143906.630000', '143907.090000', '143907.550000', '143908.010000', '143908.470000', '143908.930000', '143909.390000', '143909.850000', '143910.310000', '143910.770000', '143911.230000', '143911.690000', '143912.150000', '143912.610000', '143913.070000', '143913.530000', '143913.990000', '143914.450000', '143914.910000', '143915.370000', '143915.830000', '143916.290000', '143916.750000', '143917.210000', '143917.670000', '143918.130000', '143918.590000', '143919.050000', '143919.510000', '143919.970000', '143920.430000', '143920.890000', '143921.350000', '143921.810000', '143922.270000', '143922.730000', '143923.190000', '143923.650000', '143924.110000', '143924.570000', '143925.030000', '143925.490000', '143925.950000', '143926.410000', '143926.870000', '143927.330000', '143927.790000', '143928.250000', '143928.710000', '143929.170000', '143929.630000', '143930.090000', '143930.550000', '143931.010000', '143931.470000', '143931.930000', '143932.390000', '143932.850000', '143933.310000', '143933.770000', '143934.230000', '143934.690000', '143935.150000', '143935.610000', '143936.070000', '143936.530000', '143936.990000', '143937.450000', '143937.910000', '143938.370000', '143938.830000', '143939.290000', '143939.750000', '143940.210000', '143940.670000', '143941.130000', '143941.590000', '143942.050000', '143942.510000', '143942.970000', '143943.430000', '143943.890000', '143944.350000', '143944.810000', '143945.270000', '143945.730000', '143946.190000', '143946.650000', '143947.110000', '143947.570000', '143948.030000', '143948.490000', '143948.950000', '143949.410000', '143949.870000', '143950.330000', '143950.790000', '143951.250000', '143951.710000', '143952.170000', '143952.630000', '143953.090000', '143953.550000', '143954.010000', '143954.470000', '143954.930000', '143955.390000', '143955.850000', '143956.310000', '143956.770000', '143957.230000', '143957.690000', '143958.150000', '143958.610000', '143959.070000', '143959.530000', '143959.990000', '144000.450000', '144000.910000', '144001.370000', '144001.830000', '144002.290000', '144002.750000', '144003.210000', '144003.670000', '144004.130000', '144004.590000', '144005.050000', '144005.510000', '144005.970000', '144006.430000', '144006.890000', '144007.350000', '144007.810000', '144008.270000', '144008.730000', '144009.190000', '144009.650000', '144010.110000', '144010.570000', '144011.030000', '144011.490000', '144011.950000', '144012.410000', '144012.870000', '144013.330000', '144013.790000', '144014.250000', '144014.710000', '144015.170000', '144015.630000', '144016.090000', '144016.550000', '144017.010000', '144017.470000', '144017.930000', '144018.390000', '144018.850000', '144019.310000', '144019.770000', '144020.230000', '144020.690000', '144021.150000', '144021.610000', '144022.070000', '144022.530000', '144022.990000', '144023.450000', '144023.910000', '144024.370000', '144024.830000', '144025.290000', '144025.750000', '144026.210000', '144026.670000', '144027.130000', '144027.590000', '144028.050000', '144028.510000', '144028.970000', '144029.430000', '144029.890000', '144030.350000', '144030.810000', '144031.270000', '144031.730000', '144032.190000', '144032.650000', '144033.110000', '144033.570000', '144034.030000', '144034.490000', '144034.950000', '144035.410000', '144035.870000', '144036.330000', '144036.790000', '144037.250000', '144037.710000', '144038.170000', '144038.630000', '144039.090000', '144039.550000', '144040.010000', '144040.470000', '144040.930000', '144041.390000', '144041.850000', '144042.310000', '144042.770000', '144043.230000', '144043.690000', '144044.150000', '144044.610000', '144045.070000', '144045.530000', '144045.990000', '144046.450000', '144046.910000', '144047.370000', '144047.830000', '144048.290000', '144048.750000', '144049.210000', '144049.670000', '144050.130000', '144050.590000', '144051.050000', '144051.510000', '144051.970000', '144052.430000', '144052.890000', '144053.350000', '144053.810000', '144054.270000', '144054.730000', '144055.190000', '144055.650000', '144056.110000', '144056.570000', '144057.030000', '144057.490000', '144057.950000', '144058.410000', '144058.870000', '144059.330000', '144059.790000', '144100.250000', '144100.710000', '144101.170000', '144101.630000', '144102.090000', '144102.550000', '144103.010000', '144103.470000', '144103.930000', '144104.390000', '144104.850000', '144105.310000', '144105.770000', '144106.230000', '144106.690000', '144107.150000', '144107.610000', '144108.070000', '144108.530000', '144108.990000', '144109.450000', '144109.910000', '144110.370000', '144110.830000', '144111.290000', '144111.750000', '144112.210000', '144112.670000', '144113.130000', '144113.590000', '144114.050000', '144114.510000', '144114.970000', '144115.430000', '144115.890000', '144116.350000', '144116.810000', '144117.270000', '144117.730000', '144118.190000', '144118.650000', '144119.110000', '144119.570000', '144120.030000', '144120.490000', '144120.950000', '144121.410000', '144121.870000', '144122.330000', '144122.790000', '144123.250000', '144123.710000', '144124.170000', '144124.630000', '144125.090000', '144125.550000', '144126.010000', '144126.470000', '144126.930000', '144127.390000', '144127.850000', '144128.310000', '144128.770000', '144129.230000', '144129.690000', '144130.150000', '144130.610000', '144131.070000', '144131.530000', '144131.990000', '144132.450000', '144132.910000', '144133.370000', '144133.830000', '144134.290000', '144134.750000', '144135.210000', '144135.670000', '144136.130000', '144136.590000', '144137.050000', '144137.510000', '144137.970000', '144138.430000', '144138.890000', '144139.350000', '144139.810000', '144140.270000', '144140.730000', '144141.190000', '144141.650000', '144142.110000', '144142.570000', '144143.030000', '144143.490000', '144143.950000', '144144.410000', '144144.870000', '144145.330000', '144145.790000', '144146.250000', '144146.710000', '144147.170000', '144147.630000', '144148.090000', '144148.550000', '144149.010000', '144149.470000', '144149.930000', '144150.390000', '144150.850000', '144151.310000', '144151.770000', '144152.230000', '144152.690000', '144153.150000', '144153.610000', '144154.070000', '144154.530000', '144154.990000', '144155.450000', '144155.910000', '144156.370000', '144156.830000', '144157.290000', '144157.750000', '144158.210000', '144158.670000', '144159.130000', '144159.590000', '144200.050000', '144200.510000', '144200.970000', '144201.430000', '144201.890000', '144202.350000', '144202.810000', '144203.270000', '144203.730000', '144204.190000', '144204.650000', '144205.110000', '144205.570000', '144206.030000', '144206.490000', '144206.950000', '144207.410000', '144207.870000', '144208.330000', '144208.790000', '144209.250000', '144209.710000', '144210.170000', '144210.630000', '144211.090000', '144211.550000', '144212.010000', '144212.470000', '144212.930000', '144213.390000', '144213.850000', '144214.310000', '144214.770000', '144215.230000', '144215.690000', '144216.150000', '144216.610000', '144217.070000', '144217.530000', '144217.990000', '144218.450000', '144218.910000', '144219.370000', '144219.830000', '144220.290000', '144220.750000', '144221.210000', '144221.670000', '144222.130000', '144222.590000', '144223.050000', '144223.510000', '144223.970000', '144224.430000', '144224.890000', '144225.350000', '144225.810000', '144226.270000', '144226.730000', '144227.190000', '144227.650000', '144228.110000', '144228.570000', '144229.030000', '144229.490000', '144229.950000', '144230.410000', '144230.870000', '144231.330000', '144231.790000', '144232.250000', '144232.710000', '144233.170000', '144233.630000', '144234.090000', '144234.550000', '144235.010000', '144235.470000', '144235.930000', '144236.390000', '144236.850000', '144237.310000', '144237.770000', '144238.230000', '144238.690000', '144239.150000', '144239.610000', '144240.070000', '144240.530000', '144240.990000', '144241.450000', '144241.910000', '144242.370000', '144242.830000', '144243.290000', '144243.750000', '144244.210000', '144244.670000', '144245.130000', '144245.590000', '144246.050000', '144246.510000', '144246.970000', '144247.430000', '144247.890000', '144248.350000', '144248.810000', '144249.270000', '144249.730000', '144250.190000', '144250.650000', '144251.110000', '144251.570000', '144252.030000', '144252.490000', '144252.950000', '144253.410000', '144253.870000', '144254.330000', '144254.790000', '144255.250000', '144255.710000', '144256.170000', '144256.630000', '144257.090000', '144257.550000', '144258.010000', '144258.470000', '144258.930000', '144259.390000', '144259.850000', '144300.310000', '144300.770000', '144301.230000', '144301.690000', '144302.150000', '144302.610000', '144303.070000', '144303.530000', '144303.990000', '144304.450000', '144304.910000', '144305.370000', '144305.830000', '144306.290000', '144306.750000', '144307.210000', '144307.670000', '144308.130000', '144308.590000', '144309.050000', '144309.510000', '144309.970000', '144310.430000', '144310.890000', '144311.350000', '144311.810000', '144312.270000', '144312.730000', '144313.190000', '144313.650000', '144314.110000', '144314.570000', '144315.030000', '144315.490000', '144315.950000', '144316.410000', '144316.870000', '144317.330000', '144317.790000', '144318.250000', '144318.710000', '144319.170000', '144319.630000', '144320.090000', '144320.550000', '144321.010000', '144321.470000', '144321.930000', '144322.390000', '144322.850000', '144323.310000', '144323.770000', '144324.230000', '144324.690000', '144325.150000', '144325.610000', '144326.070000', '144326.530000', '144326.990000', '144327.450000', '144327.910000', '144328.370000', '144328.830000', '144329.290000', '144329.750000', '144330.210000', '144330.670000', '144331.130000', '144331.590000', '144332.050000', '144332.510000', '144332.970000', '144333.430000', '144333.890000', '144334.350000', '144334.810000', '144335.270000', '144335.730000', '144336.190000', '144336.650000', '144337.110000', '144337.570000', '144338.030000', '144338.490000', '144338.950000', '144339.410000', '144339.870000', '144340.330000', '144340.790000', '144341.250000', '144341.710000', '144342.170000', '144342.630000', '144343.090000', '144343.550000', '144344.010000', '144344.470000', '144344.930000', '144345.390000', '144345.850000', '144346.310000', '144346.770000', '144347.230000', '144347.690000', '144348.150000', '144348.610000', '144349.070000', '144349.530000', '144349.990000', '144350.450000', '144350.910000', '144351.370000', '144351.830000', '144352.290000', '144352.750000', '144353.210000', '144353.670000', '144354.130000', '144354.590000', '144355.050000', '144355.510000', '144355.970000', '144356.430000', '144356.890000', '144357.350000', '144357.810000', '144358.270000', '144358.730000', '144359.190000', '144359.650000', '144400.110000', '144400.570000', '144401.030000', '144401.490000', '144401.950000', '144402.410000', '144402.870000', '144403.330000', '144403.790000', '144404.250000', '144404.710000', '144405.170000', '144405.630000', '144406.090000', '144406.550000', '144407.010000', '144407.470000', '144407.930000', '144408.390000', '144408.850000', '144409.310000', '144409.770000', '144410.230000', '144410.690000', '144411.150000', '144411.610000', '144412.070000', '144412.530000', '144412.990000', '144413.450000', '144413.910000', '144414.370000', '144414.830000', '144415.290000', '144415.750000', '144416.210000', '144416.670000', '144417.130000', '144417.590000', '144418.050000', '144418.510000', '144418.970000', '144419.430000', '144419.890000', '144420.350000', '144420.810000', '144421.270000', '144421.730000', '144422.190000', '144422.650000', '144423.110000', '144423.570000', '144424.030000', '144424.490000', '144424.950000', '144425.410000', '144425.870000', '144426.330000', '144426.790000', '144427.250000', '144427.710000', '144428.170000', '144428.630000', '144429.090000', '144429.550000', '144430.010000', '144430.470000', '144430.930000', '144431.390000', '144431.850000', '144432.310000', '144432.770000', '144433.230000', '144433.690000', '144434.150000', '144434.610000', '144435.070000', '144435.530000', '144435.990000', '144436.450000', '144436.910000', '144437.370000', '144437.830000', '144438.290000', '144438.750000', '144439.210000', '144439.670000', '144440.130000', '144440.590000', '144441.050000', '144441.510000', '144441.970000', '144442.430000', '144442.890000', '144443.350000', '144443.810000', '144444.270000', '144444.730000', '144445.190000', '144445.650000', '144446.110000', '144446.570000', '144447.030000', '144447.490000', '144447.950000', '144448.410000', '144448.870000', '144449.330000', '144449.790000', '144450.250000', '144450.710000', '144451.170000', '144451.630000', '144452.090000', '144452.550000', '144453.010000', '144453.470000', '144453.930000', '144454.390000', '144454.850000', '144455.310000', '144455.770000', '144456.230000', '144456.690000', '144457.150000', '144457.610000', '144458.070000', '144458.530000', '144458.990000', '144459.450000', '144459.910000', '144500.370000', '144500.830000', '144501.290000', '144501.750000', '144502.210000', '144502.670000', '144503.130000', '144503.590000', '144504.050000', '144504.510000', '144504.970000', '144505.430000', '144505.890000', '144506.350000', '144506.810000', '144507.270000', '144507.730000', '144508.190000', '144508.650000', '144509.110000', '144509.570000', '144510.030000', '144510.490000', '144510.950000', '144511.410000', '144511.870000', '144512.330000', '144512.790000', '144513.250000', '144513.710000', '144514.170000', '144514.630000', '144515.090000', '144515.550000', '144516.010000', '144516.470000', '144516.930000', '144517.390000', '144517.850000', '144518.310000', '144518.770000', '144519.230000', '144519.690000', '144520.150000', '144520.610000', '144521.070000', '144521.530000', '144521.990000', '144522.450000', '144522.910000', '144523.370000', '144523.830000', '144524.290000', '144524.750000', '144525.210000', '144525.670000', '144526.130000', '144526.590000', '144527.050000', '144527.510000', '144527.970000', '144528.430000', '144528.890000', '144529.350000', '144529.810000', '144530.270000', '144530.730000', '144531.190000', '144531.650000', '144532.110000', '144532.570000', '144533.030000', '144533.490000', '144533.950000', '144534.410000', '144534.870000', '144535.330000', '144535.790000', '144536.250000', '144536.710000', '144537.170000', '144537.630000', '144538.090000', '144538.550000', '144539.010000', '144539.470000', '144539.930000', '144540.390000', '144540.850000', '144541.310000', '144541.770000', '144542.230000', '144542.690000', '144543.150000', '144543.610000', '144544.070000', '144544.530000', '144544.990000', '144545.450000', '144545.910000', '144546.370000', '144546.830000', '144547.290000', '144547.750000', '144548.210000', '144548.670000', '144549.130000', '144549.590000', '144550.050000', '144550.510000', '144550.970000', '144551.430000', '144551.890000', '144552.350000', '144552.810000', '144553.270000', '144553.730000', '144554.190000', '144554.650000', '144555.110000', '144555.570000', '144556.030000', '144556.490000', '144556.950000', '144557.410000', '144557.870000', '144558.330000', '144558.790000', '144559.250000', '144559.710000', '144600.170000', '144600.630000', '144601.090000', '144601.550000', '144602.010000', '144602.470000', '144602.930000', '144603.390000', '144603.850000', '144604.310000', '144604.770000', '144605.230000', '144605.690000', '144606.150000', '144606.610000', '144607.070000', '144607.530000', '144607.990000', '144608.450000', '144608.910000', '144609.370000', '144609.830000', '144610.290000', '144610.750000', '144611.210000', '144611.670000', '144612.130000', '144612.590000', '144613.050000', '144613.510000', '144613.970000', '144614.430000', '144614.890000', '144615.350000', '144615.810000', '144616.270000', '144616.730000', '144617.190000', '144617.650000', '144618.110000', '144618.570000', '144619.030000', '144619.490000', '144619.950000', '144620.410000', '144620.870000', '144621.330000', '144621.790000', '144622.250000', '144622.710000', '144623.170000', '144623.630000', '144624.090000', '144624.550000', '144625.010000', '144625.470000', '144625.930000', '144626.390000', '144626.850000', '144627.310000', '144627.770000', '144628.230000', '144628.690000', '144629.150000', '144629.610000', '144630.070000', '144630.530000', '144630.990000', '144631.450000', '144631.910000', '144632.370000', '144632.830000', '144633.290000', '144633.750000', '144634.210000', '144634.670000', '144635.130000', '144635.590000', '144636.050000', '144636.510000', '144636.970000', '144637.430000', '144637.890000', '144638.350000', '144638.810000', '144639.270000', '144639.730000', '144640.190000', '144640.650000', '144641.110000', '144641.570000', '144642.030000', '144642.490000', '144642.950000', '144643.410000', '144643.870000', '144644.330000', '144644.790000', '144645.250000', '144645.710000', '144646.170000', '144646.630000', '144647.090000', '144647.550000', '144648.010000', '144648.470000', '144648.930000', '144649.390000', '144649.850000', '144650.310000', '144650.770000', '144651.230000', '144651.690000', '144652.150000', '144652.610000', '144653.070000', '144653.530000', '144653.990000', '144654.450000', '144654.910000', '144655.370000', '144655.830000', '144656.290000', '144656.750000', '144657.210000', '144657.670000', '144658.130000', '144658.590000', '144659.050000', '144659.510000', '144659.970000', '144700.430000', '144700.890000', '144701.350000', '144701.810000', '144702.270000', '144702.730000', '144703.190000', '144703.650000', '144704.110000', '144704.570000', '144705.030000', '144705.490000', '144705.950000', '144706.410000', '144706.870000', '144707.330000', '144707.790000', '144708.250000', '144708.710000', '144709.170000', '144709.630000', '144710.090000', '144710.550000', '144711.010000', '144711.470000', '144711.930000', '144712.390000', '144712.850000', '144713.310000', '144713.770000', '144714.230000', '144714.690000', '144715.150000', '144715.610000', '144716.070000', '144716.530000', '144716.990000', '144717.450000', '144717.910000', '144718.370000', '144718.830000', '144719.290000', '144719.750000', '144720.210000', '144720.670000', '144721.130000', '144721.590000', '144722.050000', '144722.510000', '144722.970000', '144723.430000', '144723.890000', '144724.350000', '144724.810000', '144725.270000', '144725.730000', '144726.190000', '144726.650000', '144727.110000', '144727.570000', '144728.030000', '144728.490000', '144728.950000', '144729.410000', '144729.870000', '144730.330000', '144730.790000', '144731.250000', '144731.710000', '144732.170000', '144732.630000', '144733.090000', '144733.550000', '144734.010000', '144734.470000', '144734.930000', '144735.390000', '144735.850000', '144736.310000', '144736.770000', '144737.230000', '144737.690000', '144738.150000', '144738.610000', '144739.070000', '144739.530000', '144739.990000', '144740.450000', '144740.910000', '144741.370000', '144741.830000', '144742.290000', '144742.750000', '144743.210000', '144743.670000', '144744.130000', '144744.590000', '144745.050000', '144745.510000', '144745.970000', '144746.430000', '144746.890000', '144747.350000', '144747.810000', '144748.270000', '144748.730000', '144749.190000', '144749.650000', '144750.110000', '144750.570000', '144751.030000', '144751.490000', '144751.950000', '144752.410000', '144752.870000', '144753.330000', '144753.790000', '144754.250000', '144754.710000', '144755.170000', '144755.630000', '144756.090000', '144756.550000', '144757.010000', '144757.470000', '144757.930000', '144758.390000', '144758.850000', '144759.310000', '144759.770000', '144800.230000', '144800.690000', '144801.150000', '144801.610000', '144802.070000', '144802.530000', '144802.990000', '144803.450000', '144803.910000', '144804.370000', '144804.830000', '144805.290000', '144805.750000', '144806.210000', '144806.670000', '144807.130000', '144807.590000', '144808.050000', '144808.510000', '144808.970000', '144809.430000', '144809.890000', '144810.350000', '144810.810000', '144811.270000', '144811.730000', '144812.190000', '144812.650000', '144813.110000', '144813.570000', '144814.030000', '144814.490000', '144814.950000', '144815.410000', '144815.870000', '144816.330000', '144816.790000', '144817.250000', '144817.710000', '144818.170000', '144818.630000', '144819.090000', '144819.550000', '144820.010000', '144820.470000', '144820.930000', '144821.390000', '144821.850000', '144822.310000', '144822.770000', '144823.230000', '144823.690000', '144824.150000', '144824.610000', '144825.070000', '144825.530000', '144825.990000', '144826.450000', '144826.910000', '144827.370000', '144827.830000', '144828.290000', '144828.750000', '144829.210000', '144829.670000', '144830.130000', '144830.590000', '144831.050000', '144831.510000', '144831.970000', '144832.430000', '144832.890000', '144833.350000', '144833.810000', '144834.270000', '144834.730000', '144835.190000', '144835.650000', '144836.110000', '144836.570000', '144837.030000', '144837.490000', '144837.950000', '144838.410000', '144838.870000', '144839.330000', '144839.790000', '144840.250000', '144840.710000', '144841.170000', '144841.630000', '144842.090000', '144842.550000', '144843.010000', '144843.470000', '144843.930000', '144844.390000'], 'ContentTime': ['143446.375000', '143446.379000', '143446.382000', '143446.385000', '143446.388000', '143446.390000', '143446.393000', '143446.400000', '143446.403000', '143446.406000', '143446.408000', '143446.411000', '143446.414000', '143446.417000', '143446.420000', '143446.423000', '143446.425000', '143446.428000', '143446.431000', '143446.434000', '143446.436000', '143446.439000', '143446.442000', '143446.445000', '143446.448000', '143446.450000', '143446.453000', '143446.456000', '143446.459000', '143446.462000', '143446.476000', '143446.479000', '143446.482000', '143446.484000', '143446.487000', '143506.343000', '143506.346000', '143506.349000', '143506.351000', '143506.354000', '143506.357000', '143506.360000', '143506.363000', '143506.365000', '143506.368000', '143506.371000', '143506.374000', '143506.377000', '143506.379000', '143506.382000', '143506.385000', '143506.388000', '143506.391000', '143506.393000', '143506.396000', '143506.399000', '143506.402000', '143506.405000', '143506.408000', '143506.410000', '143506.413000', '143506.416000', '143506.419000', '143506.422000', '143506.424000', '143506.427000', '143506.430000', '143506.433000', '143506.436000', '143506.439000', '143506.442000', '143506.444000', '143506.447000', '143506.450000', '143506.453000', '143506.456000', '143506.458000', '143506.461000', '143506.464000', '143526.343000', '143526.346000', '143526.349000', '143526.352000', '143526.355000', '143526.357000', '143526.361000', '143526.366000', '143526.370000', '143526.372000', '143526.375000', '143526.378000', '143526.381000', '143526.384000', '143526.387000', '143526.390000', '143526.392000', '143526.395000', '143526.398000', '143526.401000', '143526.404000', '143526.407000', '143526.409000', '143526.412000', '143526.415000', '143526.418000', '143526.421000', '143526.423000', '143526.428000', '143526.431000', '143526.434000', '143526.437000', '143526.448000', '143526.451000', '143526.453000', '143526.456000', '143526.459000', '143526.462000', '143526.465000', '143526.468000', '143526.470000', '143526.473000', '143526.476000', '143546.343000', '143546.346000', '143546.349000', '143546.352000', '143546.354000', '143546.357000', '143546.360000', '143546.363000', '143546.366000', '143546.369000', '143546.372000', '143546.374000', '143546.377000', '143546.380000', '143546.383000', '143546.386000', '143546.388000', '143546.391000', '143546.394000', '143546.397000', '143546.400000', '143546.403000', '143546.405000', '143546.408000', '143546.411000', '143546.414000', '143546.417000', '143546.419000', '143546.422000', '143546.425000', '143546.428000', '143546.431000', '143546.434000', '143546.436000', '143546.439000', '143546.442000', '143546.445000', '143546.448000', '143546.450000', '143546.453000', '143546.456000', '143546.459000', '143546.462000', '143546.465000', '143606.343000', '143606.346000', '143606.349000', '143606.352000', '143606.355000', '143606.357000', '143606.360000', '143606.363000', '143606.366000', '143606.369000', '143606.371000', '143606.374000', '143606.377000', '143606.380000', '143606.383000', '143606.386000', '143606.389000', '143606.392000', '143606.394000', '143606.397000', '143606.400000', '143606.403000', '143606.406000', '143606.409000', '143606.412000', '143606.414000', '143606.417000', '143606.420000', '143606.423000', '143606.426000', '143606.429000', '143606.431000', '143606.434000', '143606.437000', '143606.440000', '143606.443000', '143606.445000', '143606.448000', '143606.451000', '143606.454000', '143606.457000', '143606.460000', '143606.462000', '143626.343000', '143626.346000', '143626.365000', '143626.368000', '143626.370000', '143626.373000', '143626.376000', '143626.379000', '143626.382000', '143626.385000', '143626.387000', '143626.390000', '143626.393000', '143626.396000', '143626.399000', '143626.401000', '143626.404000', '143626.407000', '143626.410000', '143626.413000', '143626.416000', '143626.419000', '143626.421000', '143626.424000', '143626.427000', '143626.430000', '143626.433000', '143626.436000', '143626.438000', '143626.441000', '143626.444000', '143626.447000', '143626.450000', '143626.453000', '143626.455000', '143626.458000', '143626.461000', '143626.464000', '143626.467000', '143626.470000', '143626.473000', '143626.475000', '143626.478000', '143626.481000', '143646.343000', '143646.346000', '143646.349000', '143646.352000', '143646.355000', '143646.357000', '143646.360000', '143646.363000', '143646.366000', '143646.369000', '143646.371000', '143646.374000', '143646.377000', '143646.380000', '143646.383000', '143646.386000', '143646.389000', '143646.392000', '143646.402000', '143646.405000', '143646.408000', '143646.411000', '143646.414000', '143646.417000', '143646.419000', '143646.422000', '143646.425000', '143646.428000', '143646.431000', '143646.434000', '143646.436000', '143646.439000', '143646.442000', '143646.445000', '143646.448000', '143646.451000', '143646.453000', '143646.456000', '143646.459000', '143646.462000', '143646.465000', '143646.468000', '143646.470000', '143706.343000', '143706.346000', '143706.349000', '143706.351000', '143706.354000', '143706.357000', '143706.360000', '143706.363000', '143706.366000', '143706.369000', '143706.371000', '143706.374000', '143706.377000', '143706.380000', '143706.383000', '143706.386000', '143706.389000', '143706.391000', '143706.394000', '143706.397000', '143706.400000', '143706.403000', '143706.406000', '143706.408000', '143706.419000', '143706.422000', '143706.425000', '143706.428000', '143706.431000', '143706.433000', '143706.436000', '143706.439000', '143706.442000', '143706.445000', '143706.448000', '143706.450000', '143706.453000', '143706.456000', '143706.459000', '143706.462000', '143706.465000', '143706.467000', '143706.470000', '143706.473000', '143726.343000', '143726.346000', '143726.349000', '143726.352000', '143726.355000', '143726.357000', '143726.360000', '143726.363000', '143726.366000', '143726.369000', '143726.372000', '143726.374000', '143726.377000', '143726.380000', '143726.383000', '143726.386000', '143726.389000', '143726.392000', '143726.395000', '143726.398000', '143726.400000', '143726.403000', '143726.406000', '143726.409000', '143726.412000', '143726.414000', '143726.417000', '143726.420000', '143726.423000', '143726.426000', '143726.429000', '143726.432000', '143726.435000', '143726.438000', '143726.440000', '143726.443000', '143726.446000', '143726.449000', '143726.452000', '143726.454000', '143726.457000', '143726.460000', '143726.463000', '143746.343000', '143746.346000', '143746.349000', '143746.352000', '143746.354000', '143746.357000', '143746.360000', '143746.363000', '143746.366000', '143746.369000', '143746.371000', '143746.374000', '143746.377000', '143746.380000', '143746.383000', '143746.386000', '143746.389000', '143746.391000', '143746.394000', '143746.397000', '143746.400000', '143746.403000', '143746.406000', '143746.409000', '143746.411000', '143746.414000', '143746.417000', '143746.437000', '143746.440000', '143746.443000', '143746.446000', '143746.449000', '143746.452000', '143746.454000', '143746.457000', '143746.460000', '143746.463000', '143746.466000', '143746.469000', '143746.471000', '143746.474000', '143746.477000', '143746.480000', '143746.483000', '143806.343000', '143806.346000', '143806.349000', '143806.352000', '143806.355000', '143806.357000', '143806.360000', '143806.363000', '143806.366000', '143806.369000', '143806.373000', '143806.376000', '143806.379000', '143806.381000', '143806.384000', '143806.387000', '143806.390000', '143806.393000', '143806.396000', '143806.398000', '143806.401000', '143806.404000', '143806.407000', '143806.410000', '143806.413000', '143806.416000', '143806.418000', '143806.421000', '143806.424000', '143806.427000', '143806.431000', '143806.434000', '143806.437000', '143806.440000', '143806.442000', '143806.445000', '143806.449000', '143806.454000', '143806.457000', '143806.460000', '143806.463000', '143806.466000', '143806.469000', '143826.343000', '143826.346000', '143826.349000', '143826.352000', '143826.355000', '143826.357000', '143826.360000', '143826.363000', '143826.366000', '143826.369000', '143826.371000', '143826.374000', '143826.377000', '143826.380000', '143826.383000', '143826.386000', '143826.388000', '143826.391000', '143826.394000', '143826.397000', '143826.400000', '143826.403000', '143826.406000', '143826.408000', '143826.411000', '143826.414000', '143826.417000', '143826.420000', '143826.423000', '143826.426000', '143826.428000', '143826.431000', '143826.434000', '143826.437000', '143826.440000', '143826.443000', '143826.446000', '143826.448000', '143826.451000', '143826.454000', '143826.457000', '143826.460000', '143826.463000', '143826.466000', '143846.343000', '143846.346000', '143846.349000', '143846.352000', '143846.354000', '143846.357000', '143846.360000', '143846.363000', '143846.366000', '143846.369000', '143846.372000', '143846.375000', '143846.378000', '143846.381000', '143846.383000', '143846.386000', '143846.389000', '143846.392000', '143846.395000', '143846.398000', '143846.400000', '143846.403000', '143846.406000', '143846.409000', '143846.412000', '143846.415000', '143846.418000', '143846.421000', '143846.423000', '143846.426000', '143846.429000', '143846.432000', '143846.435000', '143846.437000', '143846.440000', '143846.443000', '143846.446000', '143846.450000', '143846.455000', '143846.458000', '143846.461000', '143846.463000', '143846.466000', '143906.343000', '143906.346000', '143906.349000', '143906.352000', '143906.358000', '143906.361000', '143906.364000', '143906.367000', '143906.370000', '143906.372000', '143906.375000', '143906.378000', '143906.381000', '143906.384000', '143906.387000', '143906.389000', '143906.392000', '143906.395000', '143906.398000', '143906.401000', '143906.403000', '143906.406000', '143906.409000', '143906.412000', '143906.415000', '143906.418000', '143906.421000', '143906.424000', '143906.426000', '143906.429000', '143906.432000', '143906.435000', '143906.438000', '143906.440000', '143906.443000', '143906.446000', '143906.449000', '143906.452000', '143906.455000', '143906.458000', '143906.460000', '143906.463000', '143906.466000', '143906.469000', '143926.343000', '143926.346000', '143926.349000', '143926.352000', '143926.355000', '143926.358000', '143926.360000', '143926.363000', '143926.380000', '143926.383000', '143926.386000', '143926.389000', '143926.391000', '143926.394000', '143926.397000', '143926.400000', '143926.403000', '143926.406000', '143926.410000', '143926.413000', '143926.415000', '143926.418000', '143926.421000', '143926.424000', '143926.427000', '143926.430000', '143926.433000', '143926.436000', '143926.438000', '143926.441000', '143926.444000', '143926.447000', '143926.450000', '143926.453000', '143926.455000', '143926.458000', '143926.461000', '143926.464000', '143926.467000', '143926.470000', '143926.473000', '143926.476000', '143926.479000', '143946.343000', '143946.346000', '143946.349000', '143946.352000', '143946.355000', '143946.358000', '143946.360000', '143946.363000', '143946.366000', '143946.369000', '143946.372000', '143946.375000', '143946.378000', '143946.380000', '143946.383000', '143946.386000', '143946.389000', '143946.392000', '143946.395000', '143946.398000', '143946.401000', '143946.403000', '143946.406000', '143946.409000', '143946.412000', '143946.415000', '143946.418000', '143946.421000', '143946.423000', '143946.426000', '143946.429000', '143946.432000', '143946.435000', '143946.438000', '143946.440000', '143946.443000', '143946.446000', '143946.449000', '143946.452000', '143946.455000', '143946.457000', '143946.460000', '143946.463000', '143946.466000', '144006.343000', '144006.346000', '144006.349000', '144006.352000', '144006.355000', '144006.357000', '144006.362000', '144006.365000', '144006.368000', '144006.371000', '144006.374000', '144006.377000', '144006.380000', '144006.382000', '144006.385000', '144006.388000', '144006.391000', '144006.394000', '144006.397000', '144006.399000', '144006.402000', '144006.405000', '144006.408000', '144006.411000', '144006.414000', '144006.417000', '144006.420000', '144006.422000', '144006.425000', '144006.428000', '144006.431000', '144006.434000', '144006.436000', '144006.439000', '144006.442000', '144006.445000', '144006.448000', '144006.451000', '144006.454000', '144006.456000', '144006.459000', '144006.462000', '144006.465000', '144026.343000', '144026.346000', '144026.349000', '144026.352000', '144026.355000', '144026.357000', '144026.360000', '144026.363000', '144026.366000', '144026.369000', '144026.372000', '144026.375000', '144026.377000', '144026.380000', '144026.383000', '144026.386000', '144026.389000', '144026.392000', '144026.395000', '144026.397000', '144026.400000', '144026.403000', '144026.406000', '144026.409000', '144026.412000', '144026.414000', '144026.417000', '144026.420000', '144026.423000', '144026.426000', '144026.430000', '144026.432000', '144026.435000', '144026.438000', '144026.441000', '144026.444000', '144026.447000', '144026.449000', '144026.452000', '144026.455000', '144026.458000', '144026.461000', '144026.463000', '144026.466000', '144046.343000', '144046.346000', '144046.349000', '144046.352000', '144046.355000', '144046.358000', '144046.361000', '144046.363000', '144046.366000', '144046.369000', '144046.372000', '144046.375000', '144046.378000', '144046.380000', '144046.383000', '144046.386000', '144046.389000', '144046.392000', '144046.395000', '144046.412000', '144046.415000', '144046.417000', '144046.420000', '144046.423000', '144046.426000', '144046.429000', '144046.431000', '144046.434000', '144046.437000', '144046.440000', '144046.443000', '144046.447000', '144046.450000', '144046.453000', '144046.456000', '144046.459000', '144046.461000', '144046.464000', '144046.467000', '144046.470000', '144046.473000', '144046.476000', '144046.478000', '144106.343000', '144106.346000', '144106.349000', '144106.352000', '144106.355000', '144106.357000', '144106.360000', '144106.363000', '144106.366000', '144106.373000', '144106.376000', '144106.379000', '144106.382000', '144106.384000', '144106.387000', '144106.390000', '144106.393000', '144106.396000', '144106.399000', '144106.402000', '144106.404000', '144106.407000', '144106.410000', '144106.413000', '144106.416000', '144106.419000', '144106.422000', '144106.424000', '144106.427000', '144106.430000', '144106.433000', '144106.436000', '144106.439000', '144106.441000', '144106.444000', '144106.447000', '144106.450000', '144106.453000', '144106.456000', '144106.459000', '144106.461000', '144106.464000', '144106.467000', '144106.470000', '144126.343000', '144126.346000', '144126.349000', '144126.352000', '144126.355000', '144126.358000', '144126.361000', '144126.363000', '144126.366000', '144126.369000', '144126.372000', '144126.375000', '144126.378000', '144126.380000', '144126.383000', '144126.386000', '144126.389000', '144126.392000', '144126.395000', '144126.398000', '144126.401000', '144126.403000', '144126.406000', '144126.409000', '144126.412000', '144126.415000', '144126.417000', '144126.420000', '144126.423000', '144126.426000', '144126.429000', '144126.432000', '144126.435000', '144126.437000', '144126.440000', '144126.443000', '144126.446000', '144126.449000', '144126.452000', '144126.455000', '144126.457000', '144126.460000', '144126.463000', '144146.343000', '144146.346000', '144146.349000', '144146.352000', '144146.355000', '144146.357000', '144146.360000', '144146.363000', '144146.366000', '144146.369000', '144146.372000', '144146.374000', '144146.377000', '144146.380000', '144146.383000', '144146.386000', '144146.389000', '144146.392000', '144146.395000', '144146.397000', '144146.400000', '144146.403000', '144146.406000', '144146.409000', '144146.411000', '144146.414000', '144146.417000', '144146.420000', '144146.433000', '144146.436000', '144146.438000', '144146.441000', '144146.444000', '144146.447000', '144146.450000', '144146.453000', '144146.455000', '144146.458000', '144146.461000', '144146.464000', '144146.467000', '144146.470000', '144146.473000', '144146.475000', '144206.343000', '144206.346000', '144206.349000', '144206.352000', '144206.355000', '144206.357000', '144206.360000', '144206.363000', '144206.366000', '144206.369000', '144206.372000', '144206.375000', '144206.377000', '144206.380000', '144206.383000', '144206.386000', '144206.389000', '144206.392000', '144206.395000', '144206.397000', '144206.400000', '144206.403000', '144206.406000', '144206.409000', '144206.412000', '144206.414000', '144206.417000', '144206.420000', '144206.423000', '144206.426000', '144206.438000', '144206.441000', '144206.443000', '144206.446000', '144206.455000', '144206.458000', '144206.461000', '144206.464000', '144206.466000', '144206.469000', '144206.472000', '144206.475000', '144206.478000', '144226.343000', '144226.346000', '144226.349000', '144226.352000', '144226.355000', '144226.358000', '144226.361000', '144226.364000', '144226.366000', '144226.369000', '144226.372000', '144226.375000', '144226.378000', '144226.381000', '144226.384000', '144226.386000', '144226.389000', '144226.392000', '144226.395000', '144226.398000', '144226.401000', '144226.403000', '144226.406000', '144226.409000', '144226.412000', '144226.415000', '144226.418000', '144226.421000', '144226.424000', '144226.426000', '144226.429000', '144226.432000', '144226.435000', '144226.438000', '144226.441000', '144226.443000', '144226.446000', '144226.449000', '144226.452000', '144226.455000', '144226.458000', '144226.461000', '144226.464000', '144226.466000', '144246.344000', '144246.347000', '144246.350000', '144246.353000', '144246.356000', '144246.358000', '144246.361000', '144246.364000', '144246.367000', '144246.370000', '144246.373000', '144246.376000', '144246.378000', '144246.381000', '144246.384000', '144246.387000', '144246.390000', '144246.393000', '144246.396000', '144246.399000', '144246.410000', '144246.413000', '144246.416000', '144246.419000', '144246.422000', '144246.424000', '144246.427000', '144246.430000', '144246.433000', '144246.436000', '144246.439000', '144246.442000', '144246.444000', '144246.447000', '144246.450000', '144246.453000', '144246.456000', '144246.459000', '144246.461000', '144246.464000', '144246.467000', '144246.470000', '144246.473000', '144306.343000', '144306.346000', '144306.350000', '144306.355000', '144306.358000', '144306.361000', '144306.364000', '144306.367000', '144306.370000', '144306.373000', '144306.376000', '144306.378000', '144306.381000', '144306.384000', '144306.387000', '144306.390000', '144306.393000', '144306.396000', '144306.399000', '144306.401000', '144306.404000', '144306.407000', '144306.410000', '144306.413000', '144306.415000', '144306.418000', '144306.421000', '144306.424000', '144306.427000', '144306.430000', '144306.433000', '144306.436000', '144306.438000', '144306.441000', '144306.444000', '144306.447000', '144306.450000', '144306.453000', '144306.455000', '144306.458000', '144306.461000', '144306.464000', '144306.467000', '144326.343000', '144326.346000', '144326.349000', '144326.352000', '144326.355000', '144326.357000', '144326.360000', '144326.363000', '144326.366000', '144326.369000', '144326.372000', '144326.375000', '144326.377000', '144326.380000', '144326.383000', '144326.386000', '144326.389000', '144326.392000', '144326.395000', '144326.398000', '144326.401000', '144326.404000', '144326.407000', '144326.410000', '144326.412000', '144326.415000', '144326.418000', '144326.434000', '144326.436000', '144326.439000', '144326.442000', '144326.445000', '144326.448000', '144326.451000', '144326.454000', '144326.456000', '144326.459000', '144326.462000', '144326.465000', '144326.468000', '144326.470000', '144326.473000', '144326.476000', '144326.479000', '144346.343000', '144346.346000', '144346.349000', '144346.352000', '144346.355000', '144346.358000', '144346.363000', '144346.367000', '144346.370000', '144346.372000', '144346.375000', '144346.378000', '144346.381000', '144346.384000', '144346.387000', '144346.390000', '144346.392000', '144346.395000', '144346.398000', '144346.401000', '144346.404000', '144346.407000', '144346.410000', '144346.413000', '144346.416000', '144346.418000', '144346.421000', '144346.424000', '144346.427000', '144346.430000', '144346.433000', '144346.436000', '144346.439000', '144346.441000', '144346.444000', '144346.447000', '144346.450000', '144346.453000', '144346.456000', '144346.459000', '144346.461000', '144346.464000', '144346.467000', '144406.343000', '144406.346000', '144406.349000', '144406.352000', '144406.355000', '144406.357000', '144406.360000', '144406.363000', '144406.366000', '144406.369000', '144406.372000', '144406.375000', '144406.382000', '144406.385000', '144406.388000', '144406.391000', '144406.394000', '144406.397000', '144406.399000', '144406.402000', '144406.405000', '144406.408000', '144406.411000', '144406.414000', '144406.417000', '144406.419000', '144406.422000', '144406.425000', '144406.428000', '144406.431000', '144406.434000', '144406.437000', '144406.439000', '144406.442000', '144406.445000', '144406.448000', '144406.451000', '144406.454000', '144406.456000', '144406.459000', '144406.462000', '144406.465000', '144406.468000', '144406.471000', '144426.343000', '144426.346000', '144426.349000', '144426.352000', '144426.355000', '144426.358000', '144426.360000', '144426.363000', '144426.366000', '144426.369000', '144426.372000', '144426.375000', '144426.378000', '144426.381000', '144426.384000', '144426.387000', '144426.390000', '144426.393000', '144426.395000', '144426.398000', '144426.401000', '144426.404000', '144426.407000', '144426.410000', '144426.413000', '144426.416000', '144426.418000', '144426.421000', '144426.424000', '144426.427000', '144426.430000', '144426.433000', '144426.436000', '144426.439000', '144426.442000', '144426.445000', '144426.448000', '144426.451000', '144426.454000', '144426.457000', '144426.459000', '144426.462000', '144426.465000', '144446.343000', '144446.346000', '144446.349000', '144446.352000', '144446.355000', '144446.362000', '144446.365000', '144446.368000', '144446.371000', '144446.390000', '144446.393000', '144446.395000', '144446.398000', '144446.401000', '144446.412000', '144446.415000', '144446.417000', '144446.420000', '144446.423000', '144446.426000', '144446.429000', '144446.432000', '144446.434000', '144446.437000', '144446.440000', '144446.443000', '144446.446000', '144446.449000', '144446.452000', '144446.455000', '144446.458000', '144446.460000', '144446.463000', '144446.466000', '144446.469000', '144446.472000', '144446.475000', '144446.478000', '144446.481000', '144446.483000', '144446.486000', '144446.489000', '144446.492000', '144446.495000', '144506.344000', '144506.347000', '144506.350000', '144506.353000', '144506.356000', '144506.359000', '144506.361000', '144506.364000', '144506.367000', '144506.370000', '144506.373000', '144506.381000', '144506.384000', '144506.386000', '144506.389000', '144506.392000', '144506.395000', '144506.398000', '144506.401000', '144506.404000', '144506.407000', '144506.410000', '144506.413000', '144506.416000', '144506.419000', '144506.422000', '144506.424000', '144506.427000', '144506.430000', '144506.433000', '144506.436000', '144506.439000', '144506.442000', '144506.444000', '144506.447000', '144506.450000', '144506.453000', '144506.456000', '144506.459000', '144506.462000', '144506.465000', '144506.467000', '144506.470000', '144526.343000', '144526.346000', '144526.349000', '144526.352000', '144526.355000', '144526.357000', '144526.360000', '144526.363000', '144526.366000', '144526.369000', '144526.372000', '144526.375000', '144526.377000', '144526.380000', '144526.383000', '144526.386000', '144526.389000', '144526.392000', '144526.397000', '144526.400000', '144526.403000', '144526.406000', '144526.408000', '144526.411000', '144526.414000', '144526.417000', '144526.420000', '144526.423000', '144526.426000', '144526.429000', '144526.432000', '144526.434000', '144526.437000', '144526.440000', '144526.443000', '144526.446000', '144526.449000', '144526.452000', '144526.454000', '144526.457000', '144526.460000', '144526.463000', '144526.466000', '144526.469000', '144546.343000', '144546.346000', '144546.349000', '144546.352000', '144546.355000', '144546.358000', '144546.361000', '144546.364000', '144546.367000', '144546.374000', '144546.377000', '144546.380000', '144546.383000', '144546.386000', '144546.389000', '144546.391000', '144546.394000', '144546.397000', '144546.400000', '144546.403000', '144546.406000', '144546.409000', '144546.412000', '144546.415000', '144546.418000', '144546.420000', '144546.424000', '144546.427000', '144546.430000', '144546.433000', '144546.436000', '144546.439000', '144546.442000', '144546.445000', '144546.447000', '144546.450000', '144546.453000', '144546.456000', '144546.459000', '144546.462000', '144546.464000', '144546.467000', '144546.470000', '144606.343000', '144606.346000', '144606.349000', '144606.352000', '144606.355000', '144606.358000', '144606.361000', '144606.363000', '144606.366000', '144606.369000', '144606.372000', '144606.375000', '144606.378000', '144606.380000', '144606.383000', '144606.386000', '144606.389000', '144606.392000', '144606.394000', '144606.397000', '144606.400000', '144606.403000', '144606.406000', '144606.409000', '144606.412000', '144606.414000', '144606.417000', '144606.420000', '144606.423000', '144606.426000', '144606.429000', '144606.431000', '144606.434000', '144606.437000', '144606.440000', '144606.443000', '144606.446000', '144606.449000', '144606.451000', '144606.454000', '144606.457000', '144606.460000', '144606.463000', '144606.465000', '144626.343000', '144626.346000', '144626.349000', '144626.352000', '144626.355000', '144626.358000', '144626.361000', '144626.363000', '144626.366000', '144626.369000', '144626.372000', '144626.375000', '144626.378000', '144626.380000', '144626.383000', '144626.386000', '144626.389000', '144626.392000', '144626.395000', '144626.397000', '144626.400000', '144626.403000', '144626.406000', '144626.409000', '144626.412000', '144626.415000', '144626.418000', '144626.420000', '144626.423000', '144626.426000', '144626.429000', '144626.432000', '144626.435000', '144626.438000', '144626.441000', '144626.443000', '144626.446000', '144626.450000', '144626.455000', '144626.458000', '144626.461000', '144626.464000', '144626.467000', '144646.343000', '144646.346000', '144646.349000', '144646.352000', '144646.355000', '144646.358000', '144646.360000', '144646.363000', '144646.366000', '144646.369000', '144646.372000', '144646.375000', '144646.377000', '144646.380000', '144646.383000', '144646.386000', '144646.389000', '144646.392000', '144646.395000', '144646.397000', '144646.400000', '144646.403000', '144646.406000', '144646.409000', '144646.412000', '144646.414000', '144646.417000', '144646.420000', '144646.423000', '144646.469000', '144646.472000', '144646.475000', '144646.477000', '144646.480000', '144646.483000', '144646.486000', '144646.489000', '144646.492000', '144646.494000', '144646.497000', '144646.500000', '144646.503000', '144646.506000', '144646.509000', '144706.343000', '144706.346000', '144706.349000', '144706.352000', '144706.355000', '144706.358000', '144706.360000', '144706.363000', '144706.366000', '144706.369000', '144706.372000', '144706.375000', '144706.377000', '144706.380000', '144706.383000', '144706.386000', '144706.389000', '144706.407000', '144706.410000', '144706.413000', '144706.416000', '144706.419000', '144706.422000', '144706.425000', '144706.427000', '144706.430000', '144706.433000', '144706.436000', '144706.439000', '144706.442000', '144706.444000', '144706.447000', '144706.450000', '144706.453000', '144706.456000', '144706.459000', '144706.462000', '144706.467000', '144706.471000', '144706.474000', '144706.477000', '144706.479000', '144706.482000', '144726.344000', '144726.347000', '144726.350000', '144726.353000', '144726.356000', '144726.359000', '144726.361000', '144726.365000', '144726.368000', '144726.371000', '144726.374000', '144726.377000', '144726.379000', '144726.382000', '144726.385000', '144726.388000', '144726.391000', '144726.394000', '144726.397000', '144726.400000', '144726.402000', '144726.405000', '144726.408000', '144726.411000', '144726.414000', '144726.417000', '144726.419000', '144726.422000', '144726.425000', '144726.428000', '144726.431000', '144726.434000', '144726.437000', '144726.440000', '144726.442000', '144726.445000', '144726.448000', '144726.451000', '144726.454000', '144726.457000', '144726.460000', '144726.462000', '144726.465000', '144726.468000', '144746.343000', '144746.346000', '144746.349000', '144746.352000', '144746.355000', '144746.358000', '144746.361000', '144746.363000', '144746.366000', '144746.369000', '144746.372000', '144746.375000', '144746.378000', '144746.381000', '144746.383000', '144746.386000', '144746.389000', '144746.392000', '144746.395000', '144746.398000', '144746.401000', '144746.403000', '144746.406000', '144746.409000', '144746.412000', '144746.415000', '144746.418000', '144746.420000', '144746.423000', '144746.426000', '144746.429000', '144746.432000', '144746.435000', '144746.438000', '144746.440000', '144746.443000', '144746.446000', '144746.449000', '144746.452000', '144746.455000', '144746.457000', '144746.460000', '144746.463000', '144806.343000', '144806.346000', '144806.349000', '144806.352000', '144806.355000', '144806.358000', '144806.361000', '144806.363000', '144806.366000', '144806.369000', '144806.372000', '144806.375000', '144806.378000', '144806.381000', '144806.383000', '144806.386000', '144806.389000', '144806.392000', '144806.395000', '144806.398000', '144806.401000', '144806.404000', '144806.406000', '144806.409000', '144806.419000', '144806.422000', '144806.425000', '144806.428000', '144806.431000', '144806.434000', '144806.436000', '144806.439000', '144806.442000', '144806.445000', '144806.448000', '144806.451000', '144806.454000', '144806.456000', '144806.459000', '144806.462000', '144806.465000', '144806.468000', '144806.470000', '144806.485000', '144826.343000', '144826.346000', '144826.349000', '144826.352000', '144826.355000', '144826.358000', '144826.361000', '144826.363000', '144826.366000', '144826.369000', '144826.372000', '144826.375000', '144826.378000', '144826.381000', '144826.384000', '144826.387000', '144826.389000', '144826.392000', '144826.395000', '144826.398000', '144826.401000', '144826.404000', '144826.406000', '144826.409000', '144826.412000', '144826.415000', '144826.418000', '144826.421000', '144826.424000', '144826.427000', '144826.429000', '144826.432000', '144826.436000', '144826.439000', '144826.442000', '144826.445000', '144826.447000', '144826.450000', '144826.453000', '144826.456000', '144826.459000', '144826.462000', '144826.465000', '144844.962000', '144844.966000', '144844.969000', '144844.972000', '144844.976000', '144844.979000', '144844.982000', '144844.985000', '144844.988000', '144844.991000', '144844.994000', '144844.997000', '144845.001000', '144845.004000', '144845.007000', '144845.010000', '144845.013000', '144845.016000', '144845.019000', '144845.022000', '144845.025000', '144845.028000', '144845.031000', '144845.034000', '144845.037000', '144845.040000', '144845.042000', '144845.045000', '144845.048000', '144845.051000', '144845.054000', '144845.057000', '144845.060000', '144845.063000', '144845.066000', '144845.069000', '144845.072000', '144845.075000', '144845.078000', '144845.081000', '144845.084000'], 'InstanceCreationTime': ['143446.375000', '143446.379000', '143446.382000', '143446.385000', '143446.388000', '143446.390000', '143446.393000', '143446.400000', '143446.403000', '143446.406000', '143446.408000', '143446.411000', '143446.414000', '143446.417000', '143446.420000', '143446.423000', '143446.425000', '143446.428000', '143446.431000', '143446.434000', '143446.436000', '143446.439000', '143446.442000', '143446.445000', '143446.448000', '143446.450000', '143446.453000', '143446.456000', '143446.459000', '143446.462000', '143446.476000', '143446.479000', '143446.482000', '143446.484000', '143446.487000', '143506.343000', '143506.346000', '143506.349000', '143506.351000', '143506.354000', '143506.357000', '143506.360000', '143506.363000', '143506.365000', '143506.368000', '143506.371000', '143506.374000', '143506.377000', '143506.379000', '143506.382000', '143506.385000', '143506.388000', '143506.391000', '143506.393000', '143506.396000', '143506.399000', '143506.402000', '143506.405000', '143506.408000', '143506.410000', '143506.413000', '143506.416000', '143506.419000', '143506.422000', '143506.424000', '143506.427000', '143506.430000', '143506.433000', '143506.436000', '143506.439000', '143506.442000', '143506.444000', '143506.447000', '143506.450000', '143506.453000', '143506.456000', '143506.458000', '143506.461000', '143506.464000', '143526.343000', '143526.346000', '143526.349000', '143526.352000', '143526.355000', '143526.357000', '143526.361000', '143526.366000', '143526.370000', '143526.372000', '143526.375000', '143526.378000', '143526.381000', '143526.384000', '143526.387000', '143526.390000', '143526.392000', '143526.395000', '143526.398000', '143526.401000', '143526.404000', '143526.407000', '143526.409000', '143526.412000', '143526.415000', '143526.418000', '143526.421000', '143526.423000', '143526.428000', '143526.431000', '143526.434000', '143526.437000', '143526.448000', '143526.451000', '143526.453000', '143526.456000', '143526.459000', '143526.462000', '143526.465000', '143526.468000', '143526.470000', '143526.473000', '143526.476000', '143546.343000', '143546.346000', '143546.349000', '143546.352000', '143546.354000', '143546.357000', '143546.360000', '143546.363000', '143546.366000', '143546.369000', '143546.372000', '143546.374000', '143546.377000', '143546.380000', '143546.383000', '143546.386000', '143546.388000', '143546.391000', '143546.394000', '143546.397000', '143546.400000', '143546.403000', '143546.405000', '143546.408000', '143546.411000', '143546.414000', '143546.417000', '143546.419000', '143546.422000', '143546.425000', '143546.428000', '143546.431000', '143546.434000', '143546.436000', '143546.439000', '143546.442000', '143546.445000', '143546.448000', '143546.450000', '143546.453000', '143546.456000', '143546.459000', '143546.462000', '143546.465000', '143606.343000', '143606.346000', '143606.349000', '143606.352000', '143606.355000', '143606.357000', '143606.360000', '143606.363000', '143606.366000', '143606.369000', '143606.371000', '143606.374000', '143606.377000', '143606.380000', '143606.383000', '143606.386000', '143606.389000', '143606.392000', '143606.394000', '143606.397000', '143606.400000', '143606.403000', '143606.406000', '143606.409000', '143606.412000', '143606.414000', '143606.417000', '143606.420000', '143606.423000', '143606.426000', '143606.429000', '143606.431000', '143606.434000', '143606.437000', '143606.440000', '143606.443000', '143606.445000', '143606.448000', '143606.451000', '143606.454000', '143606.457000', '143606.460000', '143606.462000', '143626.343000', '143626.346000', '143626.365000', '143626.368000', '143626.370000', '143626.373000', '143626.376000', '143626.379000', '143626.382000', '143626.385000', '143626.387000', '143626.390000', '143626.393000', '143626.396000', '143626.399000', '143626.401000', '143626.404000', '143626.407000', '143626.410000', '143626.413000', '143626.416000', '143626.419000', '143626.421000', '143626.424000', '143626.427000', '143626.430000', '143626.433000', '143626.436000', '143626.438000', '143626.441000', '143626.444000', '143626.447000', '143626.450000', '143626.453000', '143626.455000', '143626.458000', '143626.461000', '143626.464000', '143626.467000', '143626.470000', '143626.473000', '143626.475000', '143626.478000', '143626.481000', '143646.343000', '143646.346000', '143646.349000', '143646.352000', '143646.355000', '143646.357000', '143646.360000', '143646.363000', '143646.366000', '143646.369000', '143646.371000', '143646.374000', '143646.377000', '143646.380000', '143646.383000', '143646.386000', '143646.389000', '143646.392000', '143646.402000', '143646.405000', '143646.408000', '143646.411000', '143646.414000', '143646.417000', '143646.419000', '143646.422000', '143646.425000', '143646.428000', '143646.431000', '143646.434000', '143646.436000', '143646.439000', '143646.442000', '143646.445000', '143646.448000', '143646.451000', '143646.453000', '143646.456000', '143646.459000', '143646.462000', '143646.465000', '143646.468000', '143646.470000', '143706.343000', '143706.346000', '143706.349000', '143706.351000', '143706.354000', '143706.357000', '143706.360000', '143706.363000', '143706.366000', '143706.369000', '143706.371000', '143706.374000', '143706.377000', '143706.380000', '143706.383000', '143706.386000', '143706.389000', '143706.391000', '143706.394000', '143706.397000', '143706.400000', '143706.403000', '143706.406000', '143706.408000', '143706.419000', '143706.422000', '143706.425000', '143706.428000', '143706.431000', '143706.433000', '143706.436000', '143706.439000', '143706.442000', '143706.445000', '143706.448000', '143706.450000', '143706.453000', '143706.456000', '143706.459000', '143706.462000', '143706.465000', '143706.467000', '143706.470000', '143706.473000', '143726.343000', '143726.346000', '143726.349000', '143726.352000', '143726.355000', '143726.357000', '143726.360000', '143726.363000', '143726.366000', '143726.369000', '143726.372000', '143726.374000', '143726.377000', '143726.380000', '143726.383000', '143726.386000', '143726.389000', '143726.392000', '143726.395000', '143726.398000', '143726.400000', '143726.403000', '143726.406000', '143726.409000', '143726.412000', '143726.414000', '143726.417000', '143726.420000', '143726.423000', '143726.426000', '143726.429000', '143726.432000', '143726.435000', '143726.438000', '143726.440000', '143726.443000', '143726.446000', '143726.449000', '143726.452000', '143726.454000', '143726.457000', '143726.460000', '143726.463000', '143746.343000', '143746.346000', '143746.349000', '143746.352000', '143746.354000', '143746.357000', '143746.360000', '143746.363000', '143746.366000', '143746.369000', '143746.371000', '143746.374000', '143746.377000', '143746.380000', '143746.383000', '143746.386000', '143746.389000', '143746.391000', '143746.394000', '143746.397000', '143746.400000', '143746.403000', '143746.406000', '143746.409000', '143746.411000', '143746.414000', '143746.417000', '143746.437000', '143746.440000', '143746.443000', '143746.446000', '143746.449000', '143746.452000', '143746.454000', '143746.457000', '143746.460000', '143746.463000', '143746.466000', '143746.469000', '143746.471000', '143746.474000', '143746.477000', '143746.480000', '143746.483000', '143806.343000', '143806.346000', '143806.349000', '143806.352000', '143806.355000', '143806.357000', '143806.360000', '143806.363000', '143806.366000', '143806.369000', '143806.373000', '143806.376000', '143806.379000', '143806.381000', '143806.384000', '143806.387000', '143806.390000', '143806.393000', '143806.396000', '143806.398000', '143806.401000', '143806.404000', '143806.407000', '143806.410000', '143806.413000', '143806.416000', '143806.418000', '143806.421000', '143806.424000', '143806.427000', '143806.431000', '143806.434000', '143806.437000', '143806.440000', '143806.442000', '143806.445000', '143806.449000', '143806.454000', '143806.457000', '143806.460000', '143806.463000', '143806.466000', '143806.469000', '143826.343000', '143826.346000', '143826.349000', '143826.352000', '143826.355000', '143826.357000', '143826.360000', '143826.363000', '143826.366000', '143826.369000', '143826.371000', '143826.374000', '143826.377000', '143826.380000', '143826.383000', '143826.386000', '143826.388000', '143826.391000', '143826.394000', '143826.397000', '143826.400000', '143826.403000', '143826.406000', '143826.408000', '143826.411000', '143826.414000', '143826.417000', '143826.420000', '143826.423000', '143826.426000', '143826.428000', '143826.431000', '143826.434000', '143826.437000', '143826.440000', '143826.443000', '143826.446000', '143826.448000', '143826.451000', '143826.454000', '143826.457000', '143826.460000', '143826.463000', '143826.466000', '143846.343000', '143846.346000', '143846.349000', '143846.352000', '143846.354000', '143846.357000', '143846.360000', '143846.363000', '143846.366000', '143846.369000', '143846.372000', '143846.375000', '143846.378000', '143846.381000', '143846.383000', '143846.386000', '143846.389000', '143846.392000', '143846.395000', '143846.398000', '143846.400000', '143846.403000', '143846.406000', '143846.409000', '143846.412000', '143846.415000', '143846.418000', '143846.421000', '143846.423000', '143846.426000', '143846.429000', '143846.432000', '143846.435000', '143846.437000', '143846.440000', '143846.443000', '143846.446000', '143846.450000', '143846.455000', '143846.458000', '143846.461000', '143846.463000', '143846.466000', '143906.343000', '143906.346000', '143906.349000', '143906.352000', '143906.358000', '143906.361000', '143906.364000', '143906.367000', '143906.370000', '143906.372000', '143906.375000', '143906.378000', '143906.381000', '143906.384000', '143906.387000', '143906.389000', '143906.392000', '143906.395000', '143906.398000', '143906.401000', '143906.403000', '143906.406000', '143906.409000', '143906.412000', '143906.415000', '143906.418000', '143906.421000', '143906.424000', '143906.426000', '143906.429000', '143906.432000', '143906.435000', '143906.438000', '143906.440000', '143906.443000', '143906.446000', '143906.449000', '143906.452000', '143906.455000', '143906.458000', '143906.460000', '143906.463000', '143906.466000', '143906.469000', '143926.343000', '143926.346000', '143926.349000', '143926.352000', '143926.355000', '143926.358000', '143926.360000', '143926.363000', '143926.380000', '143926.383000', '143926.386000', '143926.389000', '143926.391000', '143926.394000', '143926.397000', '143926.400000', '143926.403000', '143926.406000', '143926.410000', '143926.413000', '143926.415000', '143926.418000', '143926.421000', '143926.424000', '143926.427000', '143926.430000', '143926.433000', '143926.436000', '143926.438000', '143926.441000', '143926.444000', '143926.447000', '143926.450000', '143926.453000', '143926.455000', '143926.458000', '143926.461000', '143926.464000', '143926.467000', '143926.470000', '143926.473000', '143926.476000', '143926.479000', '143946.343000', '143946.346000', '143946.349000', '143946.352000', '143946.355000', '143946.358000', '143946.360000', '143946.363000', '143946.366000', '143946.369000', '143946.372000', '143946.375000', '143946.378000', '143946.380000', '143946.383000', '143946.386000', '143946.389000', '143946.392000', '143946.395000', '143946.398000', '143946.401000', '143946.403000', '143946.406000', '143946.409000', '143946.412000', '143946.415000', '143946.418000', '143946.421000', '143946.423000', '143946.426000', '143946.429000', '143946.432000', '143946.435000', '143946.438000', '143946.440000', '143946.443000', '143946.446000', '143946.449000', '143946.452000', '143946.455000', '143946.457000', '143946.460000', '143946.463000', '143946.466000', '144006.343000', '144006.346000', '144006.349000', '144006.352000', '144006.355000', '144006.357000', '144006.362000', '144006.365000', '144006.368000', '144006.371000', '144006.374000', '144006.377000', '144006.380000', '144006.382000', '144006.385000', '144006.388000', '144006.391000', '144006.394000', '144006.397000', '144006.399000', '144006.402000', '144006.405000', '144006.408000', '144006.411000', '144006.414000', '144006.417000', '144006.420000', '144006.422000', '144006.425000', '144006.428000', '144006.431000', '144006.434000', '144006.436000', '144006.439000', '144006.442000', '144006.445000', '144006.448000', '144006.451000', '144006.454000', '144006.456000', '144006.459000', '144006.462000', '144006.465000', '144026.343000', '144026.346000', '144026.349000', '144026.352000', '144026.355000', '144026.357000', '144026.360000', '144026.363000', '144026.366000', '144026.369000', '144026.372000', '144026.375000', '144026.377000', '144026.380000', '144026.383000', '144026.386000', '144026.389000', '144026.392000', '144026.395000', '144026.397000', '144026.400000', '144026.403000', '144026.406000', '144026.409000', '144026.412000', '144026.414000', '144026.417000', '144026.420000', '144026.423000', '144026.426000', '144026.430000', '144026.432000', '144026.435000', '144026.438000', '144026.441000', '144026.444000', '144026.447000', '144026.449000', '144026.452000', '144026.455000', '144026.458000', '144026.461000', '144026.463000', '144026.466000', '144046.343000', '144046.346000', '144046.349000', '144046.352000', '144046.355000', '144046.358000', '144046.361000', '144046.363000', '144046.366000', '144046.369000', '144046.372000', '144046.375000', '144046.378000', '144046.380000', '144046.383000', '144046.386000', '144046.389000', '144046.392000', '144046.395000', '144046.412000', '144046.415000', '144046.417000', '144046.420000', '144046.423000', '144046.426000', '144046.429000', '144046.431000', '144046.434000', '144046.437000', '144046.440000', '144046.443000', '144046.447000', '144046.450000', '144046.453000', '144046.456000', '144046.459000', '144046.461000', '144046.464000', '144046.467000', '144046.470000', '144046.473000', '144046.476000', '144046.478000', '144106.343000', '144106.346000', '144106.349000', '144106.352000', '144106.355000', '144106.357000', '144106.360000', '144106.363000', '144106.366000', '144106.373000', '144106.376000', '144106.379000', '144106.382000', '144106.384000', '144106.387000', '144106.390000', '144106.393000', '144106.396000', '144106.399000', '144106.402000', '144106.404000', '144106.407000', '144106.410000', '144106.413000', '144106.416000', '144106.419000', '144106.422000', '144106.424000', '144106.427000', '144106.430000', '144106.433000', '144106.436000', '144106.439000', '144106.441000', '144106.444000', '144106.447000', '144106.450000', '144106.453000', '144106.456000', '144106.459000', '144106.461000', '144106.464000', '144106.467000', '144106.470000', '144126.343000', '144126.346000', '144126.349000', '144126.352000', '144126.355000', '144126.358000', '144126.361000', '144126.363000', '144126.366000', '144126.369000', '144126.372000', '144126.375000', '144126.378000', '144126.380000', '144126.383000', '144126.386000', '144126.389000', '144126.392000', '144126.395000', '144126.398000', '144126.401000', '144126.403000', '144126.406000', '144126.409000', '144126.412000', '144126.415000', '144126.417000', '144126.420000', '144126.423000', '144126.426000', '144126.429000', '144126.432000', '144126.435000', '144126.437000', '144126.440000', '144126.443000', '144126.446000', '144126.449000', '144126.452000', '144126.455000', '144126.457000', '144126.460000', '144126.463000', '144146.343000', '144146.346000', '144146.349000', '144146.352000', '144146.355000', '144146.357000', '144146.360000', '144146.363000', '144146.366000', '144146.369000', '144146.372000', '144146.374000', '144146.377000', '144146.380000', '144146.383000', '144146.386000', '144146.389000', '144146.392000', '144146.395000', '144146.397000', '144146.400000', '144146.403000', '144146.406000', '144146.409000', '144146.411000', '144146.414000', '144146.417000', '144146.420000', '144146.433000', '144146.436000', '144146.438000', '144146.441000', '144146.444000', '144146.447000', '144146.450000', '144146.453000', '144146.455000', '144146.458000', '144146.461000', '144146.464000', '144146.467000', '144146.470000', '144146.473000', '144146.475000', '144206.343000', '144206.346000', '144206.349000', '144206.352000', '144206.355000', '144206.357000', '144206.360000', '144206.363000', '144206.366000', '144206.369000', '144206.372000', '144206.375000', '144206.377000', '144206.380000', '144206.383000', '144206.386000', '144206.389000', '144206.392000', '144206.395000', '144206.397000', '144206.400000', '144206.403000', '144206.406000', '144206.409000', '144206.412000', '144206.414000', '144206.417000', '144206.420000', '144206.423000', '144206.426000', '144206.438000', '144206.441000', '144206.443000', '144206.446000', '144206.455000', '144206.458000', '144206.461000', '144206.464000', '144206.466000', '144206.469000', '144206.472000', '144206.475000', '144206.478000', '144226.343000', '144226.346000', '144226.349000', '144226.352000', '144226.355000', '144226.358000', '144226.361000', '144226.364000', '144226.366000', '144226.369000', '144226.372000', '144226.375000', '144226.378000', '144226.381000', '144226.384000', '144226.386000', '144226.389000', '144226.392000', '144226.395000', '144226.398000', '144226.401000', '144226.403000', '144226.406000', '144226.409000', '144226.412000', '144226.415000', '144226.418000', '144226.421000', '144226.424000', '144226.426000', '144226.429000', '144226.432000', '144226.435000', '144226.438000', '144226.441000', '144226.443000', '144226.446000', '144226.449000', '144226.452000', '144226.455000', '144226.458000', '144226.461000', '144226.464000', '144226.466000', '144246.344000', '144246.347000', '144246.350000', '144246.353000', '144246.356000', '144246.358000', '144246.361000', '144246.364000', '144246.367000', '144246.370000', '144246.373000', '144246.376000', '144246.378000', '144246.381000', '144246.384000', '144246.387000', '144246.390000', '144246.393000', '144246.396000', '144246.399000', '144246.410000', '144246.413000', '144246.416000', '144246.419000', '144246.422000', '144246.424000', '144246.427000', '144246.430000', '144246.433000', '144246.436000', '144246.439000', '144246.442000', '144246.444000', '144246.447000', '144246.450000', '144246.453000', '144246.456000', '144246.459000', '144246.461000', '144246.464000', '144246.467000', '144246.470000', '144246.473000', '144306.343000', '144306.346000', '144306.350000', '144306.355000', '144306.358000', '144306.361000', '144306.364000', '144306.367000', '144306.370000', '144306.373000', '144306.376000', '144306.378000', '144306.381000', '144306.384000', '144306.387000', '144306.390000', '144306.393000', '144306.396000', '144306.399000', '144306.401000', '144306.404000', '144306.407000', '144306.410000', '144306.413000', '144306.415000', '144306.418000', '144306.421000', '144306.424000', '144306.427000', '144306.430000', '144306.433000', '144306.436000', '144306.438000', '144306.441000', '144306.444000', '144306.447000', '144306.450000', '144306.453000', '144306.455000', '144306.458000', '144306.461000', '144306.464000', '144306.467000', '144326.343000', '144326.346000', '144326.349000', '144326.352000', '144326.355000', '144326.357000', '144326.360000', '144326.363000', '144326.366000', '144326.369000', '144326.372000', '144326.375000', '144326.377000', '144326.380000', '144326.383000', '144326.386000', '144326.389000', '144326.392000', '144326.395000', '144326.398000', '144326.401000', '144326.404000', '144326.407000', '144326.410000', '144326.412000', '144326.415000', '144326.418000', '144326.434000', '144326.436000', '144326.439000', '144326.442000', '144326.445000', '144326.448000', '144326.451000', '144326.454000', '144326.456000', '144326.459000', '144326.462000', '144326.465000', '144326.468000', '144326.470000', '144326.473000', '144326.476000', '144326.479000', '144346.343000', '144346.346000', '144346.349000', '144346.352000', '144346.355000', '144346.358000', '144346.363000', '144346.367000', '144346.370000', '144346.372000', '144346.375000', '144346.378000', '144346.381000', '144346.384000', '144346.387000', '144346.390000', '144346.392000', '144346.395000', '144346.398000', '144346.401000', '144346.404000', '144346.407000', '144346.410000', '144346.413000', '144346.416000', '144346.418000', '144346.421000', '144346.424000', '144346.427000', '144346.430000', '144346.433000', '144346.436000', '144346.439000', '144346.441000', '144346.444000', '144346.447000', '144346.450000', '144346.453000', '144346.456000', '144346.459000', '144346.461000', '144346.464000', '144346.467000', '144406.343000', '144406.346000', '144406.349000', '144406.352000', '144406.355000', '144406.357000', '144406.360000', '144406.363000', '144406.366000', '144406.369000', '144406.372000', '144406.375000', '144406.382000', '144406.385000', '144406.388000', '144406.391000', '144406.394000', '144406.397000', '144406.399000', '144406.402000', '144406.405000', '144406.408000', '144406.411000', '144406.414000', '144406.417000', '144406.419000', '144406.422000', '144406.425000', '144406.428000', '144406.431000', '144406.434000', '144406.437000', '144406.439000', '144406.442000', '144406.445000', '144406.448000', '144406.451000', '144406.454000', '144406.456000', '144406.459000', '144406.462000', '144406.465000', '144406.468000', '144406.471000', '144426.343000', '144426.346000', '144426.349000', '144426.352000', '144426.355000', '144426.358000', '144426.360000', '144426.363000', '144426.366000', '144426.369000', '144426.372000', '144426.375000', '144426.378000', '144426.381000', '144426.384000', '144426.387000', '144426.390000', '144426.393000', '144426.395000', '144426.398000', '144426.401000', '144426.404000', '144426.407000', '144426.410000', '144426.413000', '144426.416000', '144426.418000', '144426.421000', '144426.424000', '144426.427000', '144426.430000', '144426.433000', '144426.436000', '144426.439000', '144426.442000', '144426.445000', '144426.448000', '144426.451000', '144426.454000', '144426.457000', '144426.459000', '144426.462000', '144426.465000', '144446.343000', '144446.346000', '144446.349000', '144446.352000', '144446.355000', '144446.362000', '144446.365000', '144446.368000', '144446.371000', '144446.390000', '144446.393000', '144446.395000', '144446.398000', '144446.401000', '144446.412000', '144446.415000', '144446.417000', '144446.420000', '144446.423000', '144446.426000', '144446.429000', '144446.432000', '144446.434000', '144446.437000', '144446.440000', '144446.443000', '144446.446000', '144446.449000', '144446.452000', '144446.455000', '144446.458000', '144446.460000', '144446.463000', '144446.466000', '144446.469000', '144446.472000', '144446.475000', '144446.478000', '144446.481000', '144446.483000', '144446.486000', '144446.489000', '144446.492000', '144446.495000', '144506.344000', '144506.347000', '144506.350000', '144506.353000', '144506.356000', '144506.359000', '144506.361000', '144506.364000', '144506.367000', '144506.370000', '144506.373000', '144506.381000', '144506.384000', '144506.386000', '144506.389000', '144506.392000', '144506.395000', '144506.398000', '144506.401000', '144506.404000', '144506.407000', '144506.410000', '144506.413000', '144506.416000', '144506.419000', '144506.422000', '144506.424000', '144506.427000', '144506.430000', '144506.433000', '144506.436000', '144506.439000', '144506.442000', '144506.444000', '144506.447000', '144506.450000', '144506.453000', '144506.456000', '144506.459000', '144506.462000', '144506.465000', '144506.467000', '144506.470000', '144526.343000', '144526.346000', '144526.349000', '144526.352000', '144526.355000', '144526.357000', '144526.360000', '144526.363000', '144526.366000', '144526.369000', '144526.372000', '144526.375000', '144526.377000', '144526.380000', '144526.383000', '144526.386000', '144526.389000', '144526.392000', '144526.397000', '144526.400000', '144526.403000', '144526.406000', '144526.408000', '144526.411000', '144526.414000', '144526.417000', '144526.420000', '144526.423000', '144526.426000', '144526.429000', '144526.432000', '144526.434000', '144526.437000', '144526.440000', '144526.443000', '144526.446000', '144526.449000', '144526.452000', '144526.454000', '144526.457000', '144526.460000', '144526.463000', '144526.466000', '144526.469000', '144546.343000', '144546.346000', '144546.349000', '144546.352000', '144546.355000', '144546.358000', '144546.361000', '144546.364000', '144546.367000', '144546.374000', '144546.377000', '144546.380000', '144546.383000', '144546.386000', '144546.389000', '144546.391000', '144546.394000', '144546.397000', '144546.400000', '144546.403000', '144546.406000', '144546.409000', '144546.412000', '144546.415000', '144546.418000', '144546.420000', '144546.424000', '144546.427000', '144546.430000', '144546.433000', '144546.436000', '144546.439000', '144546.442000', '144546.445000', '144546.447000', '144546.450000', '144546.453000', '144546.456000', '144546.459000', '144546.462000', '144546.464000', '144546.467000', '144546.470000', '144606.343000', '144606.346000', '144606.349000', '144606.352000', '144606.355000', '144606.358000', '144606.361000', '144606.363000', '144606.366000', '144606.369000', '144606.372000', '144606.375000', '144606.378000', '144606.380000', '144606.383000', '144606.386000', '144606.389000', '144606.392000', '144606.394000', '144606.397000', '144606.400000', '144606.403000', '144606.406000', '144606.409000', '144606.412000', '144606.414000', '144606.417000', '144606.420000', '144606.423000', '144606.426000', '144606.429000', '144606.431000', '144606.434000', '144606.437000', '144606.440000', '144606.443000', '144606.446000', '144606.449000', '144606.451000', '144606.454000', '144606.457000', '144606.460000', '144606.463000', '144606.465000', '144626.343000', '144626.346000', '144626.349000', '144626.352000', '144626.355000', '144626.358000', '144626.361000', '144626.363000', '144626.366000', '144626.369000', '144626.372000', '144626.375000', '144626.378000', '144626.380000', '144626.383000', '144626.386000', '144626.389000', '144626.392000', '144626.395000', '144626.397000', '144626.400000', '144626.403000', '144626.406000', '144626.409000', '144626.412000', '144626.415000', '144626.418000', '144626.420000', '144626.423000', '144626.426000', '144626.429000', '144626.432000', '144626.435000', '144626.438000', '144626.441000', '144626.443000', '144626.446000', '144626.450000', '144626.455000', '144626.458000', '144626.461000', '144626.464000', '144626.467000', '144646.343000', '144646.346000', '144646.349000', '144646.352000', '144646.355000', '144646.358000', '144646.360000', '144646.363000', '144646.366000', '144646.369000', '144646.372000', '144646.375000', '144646.377000', '144646.380000', '144646.383000', '144646.386000', '144646.389000', '144646.392000', '144646.395000', '144646.397000', '144646.400000', '144646.403000', '144646.406000', '144646.409000', '144646.412000', '144646.414000', '144646.417000', '144646.420000', '144646.423000', '144646.469000', '144646.472000', '144646.475000', '144646.477000', '144646.480000', '144646.483000', '144646.486000', '144646.489000', '144646.492000', '144646.494000', '144646.497000', '144646.500000', '144646.503000', '144646.506000', '144646.509000', '144706.343000', '144706.346000', '144706.349000', '144706.352000', '144706.355000', '144706.358000', '144706.360000', '144706.363000', '144706.366000', '144706.369000', '144706.372000', '144706.375000', '144706.377000', '144706.380000', '144706.383000', '144706.386000', '144706.389000', '144706.407000', '144706.410000', '144706.413000', '144706.416000', '144706.419000', '144706.422000', '144706.425000', '144706.427000', '144706.430000', '144706.433000', '144706.436000', '144706.439000', '144706.442000', '144706.444000', '144706.447000', '144706.450000', '144706.453000', '144706.456000', '144706.459000', '144706.462000', '144706.467000', '144706.471000', '144706.474000', '144706.477000', '144706.479000', '144706.482000', '144726.344000', '144726.347000', '144726.350000', '144726.353000', '144726.356000', '144726.359000', '144726.361000', '144726.365000', '144726.368000', '144726.371000', '144726.374000', '144726.377000', '144726.379000', '144726.382000', '144726.385000', '144726.388000', '144726.391000', '144726.394000', '144726.397000', '144726.400000', '144726.402000', '144726.405000', '144726.408000', '144726.411000', '144726.414000', '144726.417000', '144726.419000', '144726.422000', '144726.425000', '144726.428000', '144726.431000', '144726.434000', '144726.437000', '144726.440000', '144726.442000', '144726.445000', '144726.448000', '144726.451000', '144726.454000', '144726.457000', '144726.460000', '144726.462000', '144726.465000', '144726.468000', '144746.343000', '144746.346000', '144746.349000', '144746.352000', '144746.355000', '144746.358000', '144746.361000', '144746.363000', '144746.366000', '144746.369000', '144746.372000', '144746.375000', '144746.378000', '144746.381000', '144746.383000', '144746.386000', '144746.389000', '144746.392000', '144746.395000', '144746.398000', '144746.401000', '144746.403000', '144746.406000', '144746.409000', '144746.412000', '144746.415000', '144746.418000', '144746.420000', '144746.423000', '144746.426000', '144746.429000', '144746.432000', '144746.435000', '144746.438000', '144746.440000', '144746.443000', '144746.446000', '144746.449000', '144746.452000', '144746.455000', '144746.457000', '144746.460000', '144746.463000', '144806.343000', '144806.346000', '144806.349000', '144806.352000', '144806.355000', '144806.358000', '144806.361000', '144806.363000', '144806.366000', '144806.369000', '144806.372000', '144806.375000', '144806.378000', '144806.381000', '144806.383000', '144806.386000', '144806.389000', '144806.392000', '144806.395000', '144806.398000', '144806.401000', '144806.404000', '144806.406000', '144806.409000', '144806.419000', '144806.422000', '144806.425000', '144806.428000', '144806.431000', '144806.434000', '144806.436000', '144806.439000', '144806.442000', '144806.445000', '144806.448000', '144806.451000', '144806.454000', '144806.456000', '144806.459000', '144806.462000', '144806.465000', '144806.468000', '144806.470000', '144806.485000', '144826.343000', '144826.346000', '144826.349000', '144826.352000', '144826.355000', '144826.358000', '144826.361000', '144826.363000', '144826.366000', '144826.369000', '144826.372000', '144826.375000', '144826.378000', '144826.381000', '144826.384000', '144826.387000', '144826.389000', '144826.392000', '144826.395000', '144826.398000', '144826.401000', '144826.404000', '144826.406000', '144826.409000', '144826.412000', '144826.415000', '144826.418000', '144826.421000', '144826.424000', '144826.427000', '144826.429000', '144826.432000', '144826.436000', '144826.439000', '144826.442000', '144826.445000', '144826.447000', '144826.450000', '144826.453000', '144826.456000', '144826.459000', '144826.462000', '144826.465000', '144844.962000', '144844.966000', '144844.969000', '144844.972000', '144844.976000', '144844.979000', '144844.982000', '144844.985000', '144844.988000', '144844.991000', '144844.994000', '144844.997000', '144845.001000', '144845.004000', '144845.007000', '144845.010000', '144845.013000', '144845.016000', '144845.019000', '144845.022000', '144845.025000', '144845.028000', '144845.031000', '144845.034000', '144845.037000', '144845.040000', '144845.042000', '144845.045000', '144845.048000', '144845.051000', '144845.054000', '144845.057000', '144845.060000', '144845.063000', '144845.066000', '144845.069000', '144845.072000', '144845.075000', '144845.078000', '144845.081000', '144845.084000'], '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, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'LargestImagePixelValue': [9981, 10062, 15933, 9724, 11077, 9802, 11913, 10561, 9957, 9288, 9538, 14143, 10057, 10981, 10066, 12210, 9975, 9493, 12335, 9931, 11680, 10105, 10596, 9664, 10005, 9757, 9643, 14318, 9947, 11142, 10183, 10541, 10167, 14733, 10989, 11456, 13734, 10262, 17438, 10210, 12681, 10292, 12804, 11957, 12160, 13321, 10267, 14847, 10324, 11392, 10333, 13673, 10845, 10025, 9789, 10217, 13470, 10578, 11514, 10343, 10908, 10402, 12482, 10882, 11457, 12178, 10130, 15646, 10355, 11228, 10450, 11304, 10760, 12025, 10906, 10155, 10581, 10377, 13188, 10497, 11398, 10625, 12474, 10742, 10092, 14950, 10280, 13516, 10435, 10970, 11001, 9970, 12890, 10133, 14400, 10154, 11306, 10516, 9629, 10231, 10090, 14468, 10064, 11175, 10570, 10175, 10479, 8447, 10973, 11773, 10975, 11907, 11204, 10267, 10770, 10340, 13022, 10399, 12562, 10308, 11043, 10836, 11049, 10671, 9668, 10777, 10184, 14381, 10378, 11037, 10494, 10777, 10477, 9884, 10249, 10110, 14972, 10158, 11266, 10413, 10325, 10554, 10021, 10528, 10023, 12042, 10118, 15298, 10328, 11445, 10508, 10511, 10664, 10209, 10441, 10332, 11039, 10000, 11833, 10330, 13229, 10289, 14051, 10454, 11175, 10734, 11261, 10642, 11345, 10630, 10194, 16839, 10229, 13509, 10815, 11741, 10577, 10414, 10968, 10033, 12502, 10266, 16123, 10588, 11704, 10412, 11415, 10801, 10200, 14027, 10268, 13596, 10518, 11365, 10489, 12331, 11071, 10068, 14480, 10261, 11180, 10280, 12310, 10986, 11169, 10443, 10226, 10802, 10394, 10187, 10447, 10624, 10624, 12576, 11055, 9930, 13664, 9994, 12414, 10194, 12085, 10867, 9779, 14270, 9989, 14098, 10180, 11363, 10512, 9635, 10718, 10028, 14051, 10073, 11479, 10355, 11790, 10738, 9747, 12774, 9995, 12399, 10160, 11224, 10172, 9401, 10706, 9660, 10949, 9726, 15158, 10093, 11394, 10063, 10613, 10271, 10527, 10256, 9657, 10404, 9716, 14809, 10055, 13912, 9983, 11009, 10148, 12084, 10323, 12753, 10910, 9855, 10009, 9874, 12266, 10132, 10138, 10234, 9824, 10127, 9715, 10698, 9412, 13261, 9778, 10427, 10030, 10783, 10026, 9683, 9567, 9558, 12543, 9819, 10086, 9890, 9920, 9134, 9179, 13526, 9651, 11410, 9666, 13148, 9890, 10185, 12211, 10097, 13967, 9569, 12278, 9564, 11659, 9187, 10919, 15805, 10614, 12613, 9590, 12376, 9768, 10666, 16638, 10171, 12343, 9797, 12025, 9652, 9913, 13098, 9794, 13476, 9421, 11165, 9615, 13444, 9826, 10153, 9149, 9292, 13224, 9221, 11367, 9410, 10997, 9682, 15025, 10272, 10695, 11645, 10198, 12314, 10175, 14247, 10218, 13780, 9724, 13358, 10028, 14202, 9525, 12153, 9550, 12693, 10816, 11836, 15348, 10114, 14466, 9254, 12390, 9597, 12195, 10457, 9515, 15228, 9527, 13295, 9571, 12305, 9477, 13576, 10012, 9988, 13873, 9569, 15515, 9570, 11650, 9329, 14922, 10200, 10773, 11607, 9119, 13848, 9257, 11663, 9529, 12220, 9756, 9234, 11507, 9171, 11887, 9650, 10853, 9603, 9626, 9347, 9160, 14705, 9760, 14113, 9523, 11435, 9226, 12592, 9838, 10402, 9851, 12245, 9962, 9164, 9592, 9273, 14347, 9173, 12046, 9415, 11962, 9382, 13846, 10028, 11527, 13304, 9906, 17501, 9568, 12423, 9205, 12052, 9900, 8907, 14788, 8965, 11017, 8954, 13770, 9402, 10833, 9385, 8598, 9688, 8726, 11281, 8997, 10153, 9032, 10168, 8741, 11671, 8730, 11055, 8868, 12094, 9007, 13209, 9334, 11444, 11215, 9047, 14499, 10740, 13960, 9906, 11247, 9579, 8886, 15442, 8994, 11398, 9148, 12923, 9431, 9284, 8864, 8630, 14187, 9103, 12809, 8969, 11669, 9183, 12995, 13163, 10805, 17504, 9801, 11611, 9160, 13179, 9345, 10412, 11385, 8831, 15490, 9215, 11088, 8768, 13518, 11096, 11530, 15762, 9366, 11395, 9207, 9827, 8918, 8851, 9519, 8565, 15863, 8752, 10745, 8657, 10348, 8996, 14964, 9375, 9003, 9995, 8449, 12274, 8974, 11963, 8924, 9333, 9684, 8403, 12370, 8785, 10989, 8717, 9575, 9018, 8494, 12568, 8728, 10160, 8842, 12478, 8998, 8959, 8903, 8503, 10664, 8827, 9138, 8758, 9020, 8366, 9366, 8797, 12882, 9295, 9297, 9148, 12903, 8803, 13346, 9351, 14815, 10401, 14104, 9891, 12161, 9877, 14178, 10077, 13780, 11066, 14375, 9575, 12608, 9440, 10342, 8947, 10197, 10153, 9286, 17225, 10996, 11351, 13709, 9280, 15197, 12129, 14698, 12632, 11510, 15099, 10133, 14549, 10501, 12774, 10748, 13618, 15483, 13431, 16561, 13958, 13776, 12322, 13301, 11385, 11054, 17190, 10654, 11877, 9699, 9561, 9113, 9204, 8402, 8662, 11419, 8732, 10378, 8741, 8927, 9011, 9168, 8760, 8792, 8481, 8536, 8517, 8463, 9373, 8826, 8983, 8990, 8285, 8413, 8807, 8533, 8989, 8907, 9475, 9782, 9614, 9026, 9858, 9324, 9280, 15043, 9974, 15582, 10249, 13074, 9509, 10687, 9539, 9955, 14474, 9923, 16769, 11427, 16655, 11583, 11717, 11914, 10051, 13529, 13740, 12036, 17774, 12261, 17593, 10846, 17524, 10131, 13603, 10915, 13327, 10128, 9644, 15504, 9462, 12718, 9737, 13046, 9899, 9382, 10914, 9611, 14883, 9554, 13378, 9650, 12703, 9444, 11951, 9588, 9355, 9961, 9623, 14169, 9571, 12552, 9557, 12841, 11774, 9608, 14426, 9770, 13355, 9929, 9428, 14729, 9675, 12733, 9458, 9524, 14495, 9730, 12846, 9676, 12138, 9987, 9585, 9726, 9569, 12074, 9942, 9857, 9778, 9597, 9692, 9705, 11904, 10145, 10008, 10147, 9588, 9690, 10426, 10016, 9843, 9973, 9687, 10180, 11981, 9886, 12562, 9645, 13112, 9775, 15214, 12789, 14978, 16481, 12971, 17965, 10420, 15196, 11659, 16909, 14051, 14120, 18479, 10163, 14330, 10935, 14357, 12319, 9718, 16976, 9953, 12179, 9468, 10219, 14491, 9673, 13184, 10060, 11086, 10016, 9529, 8909, 9475, 11380, 9759, 10868, 9923, 10455, 9807, 11105, 9693, 11426, 9845, 13657, 9710, 11037, 9712, 11492, 10052, 9875, 12366, 9469, 12883, 9465, 12121, 9661, 9555, 15796, 9581, 11548, 9537, 12033, 9730, 9535, 15543, 9401, 12080, 9703, 17111, 10010, 9367, 14667, 9479, 12563, 9886, 13731, 9839, 9438, 9258, 9401, 13171, 9582, 10833, 9828, 11551, 9463, 9518, 13131, 9850, 10719, 9324, 12766, 9438, 9420, 14389, 9938, 10720, 9104, 10308, 10330, 10410, 10508, 10040, 10604, 10653, 14660, 9803, 15723, 10112, 10727, 10535, 11528, 14615, 9881, 13488, 9510, 13572, 9435, 16564, 9325, 11604, 9450, 12848, 9274, 11341, 9196, 12544, 10482, 12268, 10591, 9733, 10451, 13290, 10765, 16115, 11270, 17359, 10023, 14292, 9860, 12798, 9665, 14338, 9872, 10605, 13005, 8700, 13561, 9524, 11590, 9110, 14377, 9535, 9190, 12431, 8682, 14137, 8976, 11382, 9068, 12008, 9817, 9493, 9617, 11566, 9990, 8652, 9662, 9000, 10597, 9127, 9140, 9862, 9038, 9504, 12109, 9097, 14285, 9769, 16207, 9350, 13536, 9359, 17402, 10258, 13865, 9964, 9383, 15609, 9487, 13390, 9275, 11072, 8881, 9932, 8829, 9085, 8730, 8949, 12047, 9144, 13676, 9014, 11553, 9078, 12999, 8954, 8932, 12274, 8928, 13058, 9021, 10393, 8858, 9164, 8573, 8941, 11629, 9005, 10634, 9205, 10972, 8890, 9154, 8357, 8966, 10824, 9127, 10109, 8930, 8945, 8666, 9343, 8628, 9276, 8472, 9250, 10355, 8797, 9754, 9516, 9165, 9249, 9494, 8912, 10597, 8828, 10339, 10125, 9226, 13650, 9068, 13873, 9167, 16173, 9158, 14245, 10974, 12078, 13787, 11827, 9507, 8937, 9025, 9893, 9411, 15509, 9687, 15627, 9535, 14879, 8929, 15368, 9634, 14848, 9499, 13197, 9097, 12448, 9771, 12432, 12143, 10855, 11932, 9059, 11763, 9105, 14988, 8837, 12876, 9178, 10302, 9236, 10532, 9188, 10181, 13638, 10765, 10656, 8915, 9061, 8897, 14273, 8856, 13335, 9095, 9221, 9113, 14387, 9419, 9930, 9197, 8980, 9160, 11147, 9617, 9267, 13336, 9355, 12920, 9203, 11523, 9083, 9537, 9451, 9242, 15984, 9135, 14293, 9128, 9511, 9076, 10317, 9576, 9215, 12098, 9238, 14091, 9378, 12602, 9317, 12520, 9518, 9046, 9388, 8861, 9535, 10730, 9644, 9124, 14290, 9201, 15596, 9374, 12212, 9322, 11357, 9675, 9130, 15155, 9389, 14684, 9206, 9741, 11472, 14036, 11496, 9701, 10974, 10826, 10781, 10961, 10946, 11120, 10763, 10783, 10494, 11023, 10274, 10844, 11348, 11025, 13209, 10904, 15750, 10832, 14417, 10735, 15610, 11421, 14985, 12916, 12841, 16740, 10308, 17436, 11439, 14395, 10672, 10324, 10912, 10481, 15553, 10355, 13349, 10642, 10119, 10697, 10222, 13857, 10539, 12007, 10787, 10324, 10519, 10346, 13151, 10455, 12362, 11075, 10396, 15118, 10473, 11046, 10888, 10210, 11925, 8614, 10512, 10209, 15476, 9697, 10758, 10380, 9534, 9451, 9988, 9184, 15101, 10774, 10386, 9354, 10042, 10844, 12164, 10802, 12687, 9528, 16622, 10710, 13296, 15074, 10652, 16718, 12307, 18577, 12832, 15315, 17692, 12556, 15951, 10998, 17891, 10200, 13263, 9278, 10665, 10145, 11431, 10120, 12161, 10062, 10871, 10099, 9804, 9223, 10417, 9711, 9729, 9665, 9551, 10299, 9020, 10192, 9862, 8989, 10173, 9386, 9933, 9668, 10454, 9985, 9941, 11740, 10358, 10614, 11143, 13532, 11021, 10914, 11486, 9324, 9795, 9313, 9149, 9571, 10699, 9377, 13113, 10590, 13682, 10912, 16526, 11082, 14809, 9519, 13236, 9626, 13470, 15477, 16633, 13918, 16827, 12323, 16362, 12144, 15087, 11574, 13300, 10032, 10929, 13505, 10854, 15284, 11370, 13254, 9573, 11384, 15338, 11024, 14434, 11437, 12814, 9630, 11305, 10247, 10339, 15668, 10888, 12826, 10200, 11523, 8951, 10245, 11447, 10016, 11628, 10021, 9068, 10528, 9132, 10859, 9960, 10050, 15314, 10958, 14339, 9729, 11024, 9390, 11629, 9399, 11737, 13525, 10471, 15432, 10531, 13199, 9801, 12902, 14452, 11383, 16936, 11192, 13597, 9535, 12448, 11566, 11071, 16249, 10713, 13190, 9601, 12665, 9762, 11198, 14730, 11040, 14126, 10308, 13162, 9101, 11923, 10877, 11248, 15444, 11142, 13597, 9817, 11915, 9221, 11604, 9656, 11719, 11282, 10871, 12663, 10132, 14425, 10105, 12499, 9864, 12917, 9343, 12212, 9448, 11931, 14800, 11446, 16554, 10889, 14703, 10531, 14551, 10205, 14168, 10556, 11963, 12689, 11279, 17787, 11996, 15024, 10842, 13340, 9767, 12229, 15130, 11381, 16535, 10894, 13758, 9235, 12269, 12015, 11129, 15542, 10292, 13421, 10034, 12588, 8721, 11759, 9088, 10698, 13273, 10926, 14717, 10233, 13597, 10207, 12700, 10195, 13838, 10430, 13881, 10183, 13497, 10495, 15520, 10249, 13579, 9980, 14055, 10335, 14009, 9290, 12632, 8929, 14652, 12377, 11041, 16543, 10516, 11973, 9211, 13903, 9210, 11953, 16245, 10379, 13022, 9915, 14993, 8686, 9728, 10562, 9186, 12966, 9170, 10246, 8629, 9281, 9371, 8626, 12045, 8944, 12185, 8534, 9265, 8849, 8957, 11149, 8639, 10405, 8605, 11381, 8380, 9296, 8711, 8953, 8754, 8820, 10170, 8694, 11062, 9122, 9781, 8647, 12457, 8994, 8991, 13421, 9020, 12935, 9383, 9529, 12352, 8941, 12554, 9302, 10176, 9139, 9069, 13531, 8914, 12789, 9430, 9541, 11562, 8943, 11634, 8789, 13017, 8644, 9427, 8548, 8935, 12934, 8966, 10636, 8748, 9597, 9091, 9065, 11621, 9649, 10986, 8750, 10145, 9189, 9172, 12723, 9621, 12621, 8806, 12074, 11657, 9491, 13675, 8771, 11845, 8961, 10708, 8768, 12622, 8967, 9474, 8671, 9161, 12993, 8982, 11428, 8947, 10301, 9064, 15790, 9670, 13147, 10391, 9292, 13330, 9055, 12905, 8971, 13948, 8807, 12695, 8903, 9464, 12991, 8978, 13061, 8790, 16439, 9063, 9332, 13396, 8892, 12181, 9209, 11038, 8518, 9910, 8380, 10025, 8672, 14911, 8557, 9657, 12799, 8990, 12044, 8673, 15925, 8493, 11384, 8368, 14443, 8934, 9578, 11121, 9406, 13353, 9081, 12308, 9214, 15005, 8972, 10423, 10597, 9658, 13833, 9726, 12027, 8974, 14942, 9090, 11277, 12258, 9893, 13581, 9479, 12391, 8816, 11376, 9413, 10923, 9169, 9261, 11240, 8256, 11919, 8353, 8851, 15679, 8877, 13715, 8693, 15448, 10160, 10183, 15894, 8604, 12812, 8645, 10183, 12824, 8588, 12405, 9039, 9345, 10306, 8715, 12235, 8501, 9300, 8709, 8749, 11648, 9326, 9163, 8330, 9185, 11178, 9486, 10068, 8912, 9524, 8685, 9158, 10469, 9003, 9563, 8633, 9450, 8474, 9305, 8615, 9439, 10622, 8542, 11042, 8848, 14336, 9346, 11631, 14218, 10422, 13566, 10248, 12502, 13410, 9567, 16034, 9414, 12382, 8673, 12195, 11725, 9329, 14872, 9356, 12360, 8766, 14476, 8658, 9249, 9496, 8631, 12655, 8831, 12182, 8895, 13506, 8820, 8835, 11720, 8535, 13270, 8586, 15089, 8788, 9669, 13665, 9704, 13371, 9123, 11761, 8765, 14810, 8742, 8925, 9807, 8635, 11824, 8781, 12195, 8805, 11237, 8931, 14227, 8927, 10613, 8951, 8889, 10199, 8416, 11884, 9434, 10934, 9183, 10304, 8415, 9816, 8670, 10360, 8971, 10383, 8652, 10894, 8745, 11255, 9366, 10312, 12060, 14467, 12019, 15641, 11412, 15286, 9666, 13050, 9086, 16676, 9244, 11379, 14106, 9853, 14902, 9261, 16883, 9367, 10341, 11401, 9839, 15144, 9143, 11880, 8708, 10970, 8404, 9172, 14299, 9300, 11178, 8779, 10027, 8818, 8995, 11764, 9126, 11329, 8498, 10173, 8873, 9603, 8859, 9440, 9142, 9461, 8826, 9291, 11358, 9655, 12101, 9395, 13495, 8542, 11042, 8728, 11643, 9083, 10732, 15670, 8555, 17891, 9066, 13722, 14462, 10714, 15797, 9753, 16859, 9118, 12542, 8967, 9412, 13359, 8895, 12304, 9152, 13727, 8760, 9797, 8823, 8992, 13515, 9253, 10951], 'WindowCenter': [4848.0, 4828.0, 4860.0, 4788.0, 4800.0, 4784.0, 4792.0, 4766.0, 4757.0, 4746.0, 4757.0, 4793.0, 4756.0, 4759.0, 4753.0, 4774.0, 4753.0, 4757.0, 4774.0, 4754.0, 4774.0, 4754.0, 4767.0, 4743.0, 4753.0, 4742.0, 4758.0, 4794.0, 4767.0, 4775.0, 4767.0, 4765.0, 4768.0, 4806.0, 4762.0, 4777.0, 4785.0, 4756.0, 4802.0, 4754.0, 4771.0, 4752.0, 4771.0, 4754.0, 4761.0, 4770.0, 4739.0, 4778.0, 4739.0, 4751.0, 4737.0, 4767.0, 4737.0, 4739.0, 4738.0, 4751.0, 4769.0, 4751.0, 4749.0, 4738.0, 4750.0, 4749.0, 4771.0, 4747.0, 4760.0, 4760.0, 4742.0, 4779.0, 4739.0, 4760.0, 4752.0, 4751.0, 4751.0, 4758.0, 4750.0, 4740.0, 4748.0, 4753.0, 4770.0, 4749.0, 4759.0, 4750.0, 4769.0, 4744.0, 4751.0, 4781.0, 4741.0, 4769.0, 4733.0, 4739.0, 4738.0, 4742.0, 4759.0, 4736.0, 4768.0, 4738.0, 4748.0, 4737.0, 4729.0, 4726.0, 4739.0, 4767.0, 4736.0, 4744.0, 4735.0, 4738.0, 4733.0, 4710.0, 4748.0, 4762.0, 4750.0, 4759.0, 4749.0, 4735.0, 4750.0, 4736.0, 4767.0, 4737.0, 4760.0, 4741.0, 4743.0, 4750.0, 4751.0, 4751.0, 4741.0, 4749.0, 4751.0, 4781.0, 4753.0, 4753.0, 4752.0, 4756.0, 4753.0, 4742.0, 4739.0, 4740.0, 4777.0, 4742.0, 4751.0, 4739.0, 4737.0, 4739.0, 4742.0, 4752.0, 4743.0, 4759.0, 4740.0, 4782.0, 4740.0, 4751.0, 4752.0, 4751.0, 4750.0, 4741.0, 4751.0, 4752.0, 4761.0, 4755.0, 4758.0, 4752.0, 4770.0, 4749.0, 4781.0, 4754.0, 4764.0, 4753.0, 4754.0, 4753.0, 4764.0, 4752.0, 4750.0, 4799.0, 4750.0, 4772.0, 4747.0, 4761.0, 4738.0, 4741.0, 4749.0, 4744.0, 4761.0, 4735.0, 4777.0, 4738.0, 4750.0, 4749.0, 4762.0, 4739.0, 4741.0, 4766.0, 4740.0, 4758.0, 4739.0, 4752.0, 4739.0, 4745.0, 4737.0, 4728.0, 4766.0, 4727.0, 4735.0, 4727.0, 4750.0, 4737.0, 4749.0, 4738.0, 4737.0, 4737.0, 4739.0, 4738.0, 4751.0, 4753.0, 4749.0, 4772.0, 4750.0, 4742.0, 4770.0, 4743.0, 4760.0, 4736.0, 4760.0, 4740.0, 4729.0, 4769.0, 4732.0, 4763.0, 4727.0, 4739.0, 4725.0, 4719.0, 4726.0, 4728.0, 4756.0, 4728.0, 4735.0, 4711.0, 4746.0, 4737.0, 4727.0, 4758.0, 4739.0, 4758.0, 4738.0, 4737.0, 4729.0, 4716.0, 4738.0, 4729.0, 4739.0, 4726.0, 4777.0, 4739.0, 4750.0, 4743.0, 4741.0, 4740.0, 4741.0, 4741.0, 4732.0, 4740.0, 4743.0, 4781.0, 4741.0, 4769.0, 4740.0, 4751.0, 4755.0, 4763.0, 4743.0, 4771.0, 4752.0, 4743.0, 4742.0, 4742.0, 4763.0, 4752.0, 4755.0, 4755.0, 4755.0, 4753.0, 4754.0, 4765.0, 4757.0, 4781.0, 4767.0, 4766.0, 4757.0, 4767.0, 4756.0, 4757.0, 4753.0, 4757.0, 4774.0, 4756.0, 4756.0, 4756.0, 4793.0, 4773.0, 4747.0, 4795.0, 4757.0, 4774.0, 4754.0, 4785.0, 4755.0, 4767.0, 4787.0, 4767.0, 4796.0, 4745.0, 4773.0, 4742.0, 4764.0, 4744.0, 4766.0, 4792.0, 4752.0, 4772.0, 4742.0, 4772.0, 4742.0, 4757.0, 4791.0, 4743.0, 4760.0, 4741.0, 4758.0, 4744.0, 4754.0, 4773.0, 4741.0, 4772.0, 4743.0, 4762.0, 4754.0, 4798.0, 4756.0, 4767.0, 4744.0, 4745.0, 4783.0, 4755.0, 4777.0, 4747.0, 4765.0, 4744.0, 4795.0, 4750.0, 4768.0, 4776.0, 4767.0, 4774.0, 4755.0, 4791.0, 4755.0, 4796.0, 4756.0, 4785.0, 4753.0, 4783.0, 4743.0, 4757.0, 4743.0, 4773.0, 4751.0, 4762.0, 4779.0, 4739.0, 4769.0, 4730.0, 4758.0, 4726.0, 4747.0, 4726.0, 4714.0, 4763.0, 4730.0, 4758.0, 4717.0, 4746.0, 4715.0, 4756.0, 4725.0, 4729.0, 4754.0, 4715.0, 4764.0, 4720.0, 4745.0, 4729.0, 4778.0, 4727.0, 4735.0, 4746.0, 4719.0, 4760.0, 4729.0, 4747.0, 4716.0, 4742.0, 4715.0, 4715.0, 4747.0, 4728.0, 4749.0, 4728.0, 4738.0, 4714.0, 4724.0, 4720.0, 4717.0, 4765.0, 4725.0, 4756.0, 4717.0, 4736.0, 4716.0, 4752.0, 4715.0, 4727.0, 4726.0, 4746.0, 4728.0, 4729.0, 4727.0, 4730.0, 4769.0, 4724.0, 4747.0, 4718.0, 4749.0, 4717.0, 4756.0, 4726.0, 4748.0, 4757.0, 4728.0, 4773.0, 4715.0, 4746.0, 4718.0, 4747.0, 4715.0, 4705.0, 4755.0, 4705.0, 4737.0, 4719.0, 4766.0, 4717.0, 4734.0, 4718.0, 4708.0, 4728.0, 4715.0, 4737.0, 4719.0, 4736.0, 4720.0, 4739.0, 4722.0, 4751.0, 4721.0, 4751.0, 4722.0, 4752.0, 4719.0, 4761.0, 4721.0, 4749.0, 4739.0, 4721.0, 4769.0, 4725.0, 4759.0, 4717.0, 4736.0, 4716.0, 4701.0, 4765.0, 4708.0, 4736.0, 4714.0, 4746.0, 4705.0, 4714.0, 4705.0, 4708.0, 4755.0, 4704.0, 4747.0, 4705.0, 4734.0, 4703.0, 4747.0, 4744.0, 4723.0, 4761.0, 4715.0, 4724.0, 4702.0, 4743.0, 4706.0, 4727.0, 4735.0, 4705.0, 4758.0, 4703.0, 4722.0, 4705.0, 4733.0, 4727.0, 4731.0, 4753.0, 4702.0, 4723.0, 4703.0, 4710.0, 4705.0, 4705.0, 4714.0, 4707.0, 4764.0, 4707.0, 4725.0, 4709.0, 4728.0, 4705.0, 4764.0, 4704.0, 4706.0, 4713.0, 4696.0, 4734.0, 4706.0, 4737.0, 4708.0, 4717.0, 4703.0, 4696.0, 4734.0, 4702.0, 4728.0, 4708.0, 4715.0, 4706.0, 4708.0, 4745.0, 4697.0, 4728.0, 4719.0, 4749.0, 4711.0, 4713.0, 4729.0, 4723.0, 4741.0, 4730.0, 4729.0, 4722.0, 4731.0, 4724.0, 4741.0, 4734.0, 4773.0, 4734.0, 4731.0, 4743.0, 4774.0, 4737.0, 4774.0, 4733.0, 4780.0, 4747.0, 4772.0, 4731.0, 4751.0, 4732.0, 4759.0, 4715.0, 4783.0, 4777.0, 4795.0, 4763.0, 4794.0, 4765.0, 4758.0, 4766.0, 4779.0, 4766.0, 4745.0, 4815.0, 4764.0, 4762.0, 4782.0, 4737.0, 4788.0, 4764.0, 4790.0, 4768.0, 4753.0, 4777.0, 4737.0, 4774.0, 4738.0, 4757.0, 4738.0, 4757.0, 4758.0, 4750.0, 4758.0, 4740.0, 4724.0, 4712.0, 4724.0, 4701.0, 4690.0, 4731.0, 4689.0, 4696.0, 4668.0, 4667.0, 4656.0, 4668.0, 4647.0, 4659.0, 4689.0, 4659.0, 4679.0, 4665.0, 4667.0, 4670.0, 4680.0, 4670.0, 4675.0, 4673.0, 4685.0, 4697.0, 4718.0, 4716.0, 4712.0, 4713.0, 4726.0, 4713.0, 4718.0, 4735.0, 4741.0, 4760.0, 4786.0, 4799.0, 4819.0, 4813.0, 4836.0, 4818.0, 4791.0, 4777.0, 4818.0, 4758.0, 4810.0, 4769.0, 4792.0, 4762.0, 4772.0, 4762.0, 4769.0, 4811.0, 4785.0, 4837.0, 4796.0, 4821.0, 4785.0, 4782.0, 4792.0, 4762.0, 4807.0, 4801.0, 4792.0, 4825.0, 4779.0, 4811.0, 4760.0, 4809.0, 4750.0, 4780.0, 4758.0, 4779.0, 4748.0, 4745.0, 4795.0, 4735.0, 4778.0, 4743.0, 4775.0, 4746.0, 4738.0, 4756.0, 4749.0, 4788.0, 4738.0, 4774.0, 4748.0, 4779.0, 4740.0, 4757.0, 4737.0, 4736.0, 4736.0, 4748.0, 4786.0, 4742.0, 4777.0, 4742.0, 4773.0, 4768.0, 4747.0, 4787.0, 4750.0, 4782.0, 4744.0, 4738.0, 4791.0, 4738.0, 4777.0, 4733.0, 4748.0, 4783.0, 4735.0, 4776.0, 4753.0, 4770.0, 4745.0, 4752.0, 4745.0, 4749.0, 4779.0, 4762.0, 4762.0, 4763.0, 4762.0, 4761.0, 4777.0, 4796.0, 4775.0, 4759.0, 4777.0, 4763.0, 4777.0, 4803.0, 4785.0, 4804.0, 4801.0, 4802.0, 4812.0, 4823.0, 4798.0, 4820.0, 4803.0, 4830.0, 4793.0, 4830.0, 4806.0, 4828.0, 4827.0, 4797.0, 4825.0, 4761.0, 4791.0, 4774.0, 4810.0, 4778.0, 4777.0, 4796.0, 4735.0, 4778.0, 4745.0, 4781.0, 4752.0, 4727.0, 4782.0, 4733.0, 4751.0, 4724.0, 4736.0, 4776.0, 4733.0, 4765.0, 4739.0, 4759.0, 4734.0, 4755.0, 4743.0, 4761.0, 4767.0, 4747.0, 4758.0, 4761.0, 4756.0, 4757.0, 4766.0, 4754.0, 4767.0, 4762.0, 4789.0, 4775.0, 4817.0, 4792.0, 4782.0, 4759.0, 4758.0, 4775.0, 4764.0, 4789.0, 4762.0, 4789.0, 4759.0, 4759.0, 4807.0, 4762.0, 4783.0, 4763.0, 4795.0, 4748.0, 4761.0, 4800.0, 4747.0, 4777.0, 4748.0, 4806.0, 4747.0, 4749.0, 4788.0, 4759.0, 4780.0, 4747.0, 4785.0, 4734.0, 4736.0, 4734.0, 4746.0, 4784.0, 4748.0, 4768.0, 4760.0, 4779.0, 4746.0, 4750.0, 4789.0, 4759.0, 4758.0, 4748.0, 4788.0, 4752.0, 4778.0, 4815.0, 4771.0, 4785.0, 4741.0, 4771.0, 4782.0, 4796.0, 4784.0, 4773.0, 4772.0, 4783.0, 4814.0, 4789.0, 4824.0, 4764.0, 4761.0, 4760.0, 4769.0, 4800.0, 4760.0, 4792.0, 4749.0, 4790.0, 4737.0, 4808.0, 4739.0, 4769.0, 4751.0, 4780.0, 4792.0, 4798.0, 4765.0, 4795.0, 4773.0, 4764.0, 4744.0, 4724.0, 4747.0, 4765.0, 4750.0, 4786.0, 4745.0, 4786.0, 4736.0, 4762.0, 4720.0, 4757.0, 4725.0, 4769.0, 4723.0, 4735.0, 4756.0, 4702.0, 4750.0, 4709.0, 4728.0, 4701.0, 4766.0, 4710.0, 4715.0, 4751.0, 4712.0, 4762.0, 4709.0, 4742.0, 4712.0, 4740.0, 4725.0, 4729.0, 4722.0, 4748.0, 4726.0, 4719.0, 4771.0, 4767.0, 4768.0, 4748.0, 4737.0, 4743.0, 4734.0, 4760.0, 4764.0, 4734.0, 4786.0, 4760.0, 4797.0, 4736.0, 4775.0, 4736.0, 4796.0, 4737.0, 4770.0, 4730.0, 4724.0, 4782.0, 4732.0, 4761.0, 4721.0, 4753.0, 4727.0, 4743.0, 4722.0, 4723.0, 4712.0, 4721.0, 4751.0, 4738.0, 4771.0, 4725.0, 4755.0, 4723.0, 4778.0, 4723.0, 4724.0, 4764.0, 4738.0, 4775.0, 4725.0, 4743.0, 4733.0, 4738.0, 4724.0, 4738.0, 4772.0, 4754.0, 4759.0, 4748.0, 4757.0, 4736.0, 4750.0, 4743.0, 4763.0, 4769.0, 4751.0, 4760.0, 4751.0, 4751.0, 4765.0, 4764.0, 4756.0, 4765.0, 4750.0, 4764.0, 4771.0, 4778.0, 4776.0, 4776.0, 4764.0, 4766.0, 4773.0, 4766.0, 4798.0, 4767.0, 4789.0, 4774.0, 4768.0, 4814.0, 4764.0, 4804.0, 4763.0, 4823.0, 4764.0, 4819.0, 4797.0, 4790.0, 4771.0, 4750.0, 4733.0, 4726.0, 4719.0, 4733.0, 4722.0, 4781.0, 4731.0, 4770.0, 4730.0, 4761.0, 4713.0, 4768.0, 4723.0, 4758.0, 4719.0, 4746.0, 4707.0, 4737.0, 4708.0, 4734.0, 4724.0, 4715.0, 4723.0, 4695.0, 4722.0, 4695.0, 4743.0, 4682.0, 4725.0, 4692.0, 4703.0, 4689.0, 4702.0, 4695.0, 4704.0, 4733.0, 4702.0, 4702.0, 4683.0, 4694.0, 4696.0, 4743.0, 4697.0, 4734.0, 4694.0, 4692.0, 4697.0, 4744.0, 4706.0, 4702.0, 4708.0, 4696.0, 4707.0, 4728.0, 4708.0, 4705.0, 4749.0, 4709.0, 4747.0, 4709.0, 4723.0, 4698.0, 4706.0, 4707.0, 4710.0, 4754.0, 4705.0, 4743.0, 4696.0, 4704.0, 4695.0, 4716.0, 4702.0, 4708.0, 4735.0, 4701.0, 4746.0, 4709.0, 4745.0, 4710.0, 4746.0, 4720.0, 4709.0, 4718.0, 4710.0, 4718.0, 4729.0, 4716.0, 4720.0, 4759.0, 4708.0, 4770.0, 4719.0, 4737.0, 4719.0, 4740.0, 4720.0, 4710.0, 4756.0, 4710.0, 4760.0, 4721.0, 4732.0, 4789.0, 4813.0, 4781.0, 4743.0, 4749.0, 4749.0, 4766.0, 4760.0, 4753.0, 4764.0, 4753.0, 4753.0, 4753.0, 4765.0, 4768.0, 4780.0, 4764.0, 4769.0, 4783.0, 4768.0, 4796.0, 4752.0, 4787.0, 4752.0, 4782.0, 4752.0, 4770.0, 4749.0, 4751.0, 4781.0, 4726.0, 4763.0, 4723.0, 4729.0, 4713.0, 4705.0, 4724.0, 4726.0, 4754.0, 4702.0, 4732.0, 4712.0, 4703.0, 4713.0, 4720.0, 4743.0, 4714.0, 4719.0, 4709.0, 4714.0, 4713.0, 4714.0, 4743.0, 4716.0, 4735.0, 4725.0, 4720.0, 4752.0, 4712.0, 4718.0, 4723.0, 4712.0, 4735.0, 4733.0, 4781.0, 4750.0, 4785.0, 4743.0, 4751.0, 4736.0, 4724.0, 4753.0, 4780.0, 4778.0, 4823.0, 4784.0, 4771.0, 4758.0, 4757.0, 4780.0, 4787.0, 4767.0, 4788.0, 4759.0, 4817.0, 4768.0, 4799.0, 4796.0, 4764.0, 4806.0, 4773.0, 4804.0, 4759.0, 4772.0, 4779.0, 4748.0, 4788.0, 4779.0, 4792.0, 4705.0, 4717.0, 4678.0, 4728.0, 4743.0, 4750.0, 4715.0, 4723.0, 4692.0, 4672.0, 4675.0, 4716.0, 4703.0, 4700.0, 4726.0, 4716.0, 4712.0, 4715.0, 4742.0, 4722.0, 4742.0, 4730.0, 4721.0, 4715.0, 4718.0, 4727.0, 4734.0, 4743.0, 4720.0, 4721.0, 4804.0, 4778.0, 4750.0, 4764.0, 4786.0, 4781.0, 4795.0, 4819.0, 4794.0, 4801.0, 4747.0, 4697.0, 4649.0, 4698.0, 4724.0, 4778.0, 4760.0, 4791.0, 4735.0, 4771.0, 4745.0, 4775.0, 4766.0, 4844.0, 4768.0, 4764.0, 4790.0, 4788.0, 4776.0, 4798.0, 4768.0, 4798.0, 4768.0, 4779.0, 4746.0, 4759.0, 4725.0, 4748.0, 4766.0, 4747.0, 4775.0, 4746.0, 4754.0, 4713.0, 4744.0, 4764.0, 4736.0, 4763.0, 4746.0, 4756.0, 4726.0, 4747.0, 4736.0, 4737.0, 4787.0, 4748.0, 4767.0, 4749.0, 4760.0, 4729.0, 4764.0, 4772.0, 4765.0, 4773.0, 4764.0, 4754.0, 4776.0, 4780.0, 4813.0, 4791.0, 4791.0, 4839.0, 4802.0, 4830.0, 4777.0, 4800.0, 4783.0, 4811.0, 4781.0, 4807.0, 4834.0, 4788.0, 4829.0, 4791.0, 4821.0, 4779.0, 4806.0, 4816.0, 4789.0, 4824.0, 4787.0, 4804.0, 4767.0, 4797.0, 4783.0, 4783.0, 4815.0, 4773.0, 4807.0, 4768.0, 4799.0, 4764.0, 4786.0, 4816.0, 4790.0, 4818.0, 4777.0, 4808.0, 4755.0, 4796.0, 4787.0, 4798.0, 4829.0, 4796.0, 4810.0, 4780.0, 4799.0, 4771.0, 4811.0, 4782.0, 4810.0, 4801.0, 4802.0, 4819.0, 4788.0, 4831.0, 4802.0, 4823.0, 4792.0, 4819.0, 4784.0, 4814.0, 4795.0, 4814.0, 4831.0, 4811.0, 4839.0, 4799.0, 4821.0, 4791.0, 4821.0, 4793.0, 4820.0, 4777.0, 4800.0, 4809.0, 4803.0, 4837.0, 4799.0, 4819.0, 4786.0, 4809.0, 4781.0, 4801.0, 4817.0, 4787.0, 4826.0, 4778.0, 4808.0, 4757.0, 4798.0, 4786.0, 4787.0, 4814.0, 4777.0, 4805.0, 4778.0, 4806.0, 4757.0, 4797.0, 4757.0, 4788.0, 4808.0, 4788.0, 4817.0, 4779.0, 4808.0, 4792.0, 4852.0, 4865.0, 4893.0, 4833.0, 4833.0, 4805.0, 4791.0, 4732.0, 4786.0, 4755.0, 4799.0, 4771.0, 4801.0, 4763.0, 4794.0, 4737.0, 4773.0, 4730.0, 4793.0, 4772.0, 4761.0, 4800.0, 4752.0, 4756.0, 4720.0, 4778.0, 4723.0, 4756.0, 4779.0, 4737.0, 4749.0, 4721.0, 4773.0, 4705.0, 4725.0, 4717.0, 4714.0, 4750.0, 4709.0, 4723.0, 4710.0, 4737.0, 4723.0, 4715.0, 4752.0, 4725.0, 4754.0, 4713.0, 4727.0, 4717.0, 4727.0, 4746.0, 4738.0, 4777.0, 4751.0, 4782.0, 4761.0, 4764.0, 4740.0, 4743.0, 4726.0, 4725.0, 4748.0, 4743.0, 4770.0, 4752.0, 4763.0, 4745.0, 4794.0, 4754.0, 4755.0, 4793.0, 4752.0, 4796.0, 4752.0, 4765.0, 4779.0, 4738.0, 4783.0, 4754.0, 4762.0, 4747.0, 4738.0, 4791.0, 4740.0, 4781.0, 4738.0, 4751.0, 4764.0, 4752.0, 4770.0, 4729.0, 4783.0, 4729.0, 4742.0, 4730.0, 4754.0, 4780.0, 4737.0, 4759.0, 4741.0, 4747.0, 4739.0, 4754.0, 4782.0, 4764.0, 4772.0, 4742.0, 4762.0, 4750.0, 4750.0, 4791.0, 4749.0, 4781.0, 4757.0, 4795.0, 4770.0, 4749.0, 4788.0, 4729.0, 4765.0, 4751.0, 4766.0, 4741.0, 4783.0, 4738.0, 4748.0, 4736.0, 4765.0, 4792.0, 4754.0, 4773.0, 4743.0, 4759.0, 4753.0, 4816.0, 4753.0, 4793.0, 4760.0, 4751.0, 4787.0, 4752.0, 4790.0, 4745.0, 4791.0, 4739.0, 4779.0, 4730.0, 4742.0, 4775.0, 4729.0, 4781.0, 4728.0, 4798.0, 4725.0, 4727.0, 4778.0, 4740.0, 4767.0, 4742.0, 4758.0, 4729.0, 4745.0, 4726.0, 4750.0, 4730.0, 4801.0, 4723.0, 4742.0, 4770.0, 4731.0, 4781.0, 4741.0, 4797.0, 4731.0, 4757.0, 4728.0, 4785.0, 4737.0, 4753.0, 4770.0, 4753.0, 4782.0, 4743.0, 4771.0, 4737.0, 4788.0, 4739.0, 4762.0, 4758.0, 4738.0, 4777.0, 4737.0, 4767.0, 4729.0, 4790.0, 4737.0, 4773.0, 4770.0, 4749.0, 4776.0, 4749.0, 4781.0, 4738.0, 4757.0, 4739.0, 4772.0, 4768.0, 4759.0, 4775.0, 4747.0, 4783.0, 4735.0, 4756.0, 4801.0, 4731.0, 4778.0, 4718.0, 4786.0, 4735.0, 4737.0, 4775.0, 4719.0, 4765.0, 4715.0, 4735.0, 4753.0, 4712.0, 4751.0, 4711.0, 4714.0, 4724.0, 4713.0, 4740.0, 4714.0, 4722.0, 4701.0, 4714.0, 4746.0, 4725.0, 4727.0, 4715.0, 4748.0, 4760.0, 4738.0, 4737.0, 4741.0, 4750.0, 4726.0, 4751.0, 4775.0, 4755.0, 4751.0, 4743.0, 4759.0, 4743.0, 4766.0, 4753.0, 4766.0, 4774.0, 4755.0, 4785.0, 4757.0, 4813.0, 4755.0, 4787.0, 4806.0, 4773.0, 4794.0, 4765.0, 4797.0, 4789.0, 4743.0, 4799.0, 4742.0, 4766.0, 4730.0, 4780.0, 4770.0, 4741.0, 4789.0, 4738.0, 4768.0, 4729.0, 4790.0, 4731.0, 4741.0, 4739.0, 4729.0, 4778.0, 4735.0, 4769.0, 4739.0, 4794.0, 4741.0, 4743.0, 4768.0, 4742.0, 4783.0, 4731.0, 4791.0, 4731.0, 4754.0, 4774.0, 4751.0, 4774.0, 4740.0, 4756.0, 4729.0, 4790.0, 4730.0, 4744.0, 4752.0, 4732.0, 4768.0, 4730.0, 4766.0, 4740.0, 4769.0, 4755.0, 4802.0, 4742.0, 4760.0, 4739.0, 4753.0, 4790.0, 4762.0, 4783.0, 4764.0, 4772.0, 4780.0, 4774.0, 4766.0, 4797.0, 4786.0, 4803.0, 4785.0, 4803.0, 4784.0, 4812.0, 4784.0, 4785.0, 4766.0, 4786.0, 4803.0, 4804.0, 4793.0, 4811.0, 4781.0, 4800.0, 4760.0, 4785.0, 4749.0, 4809.0, 4747.0, 4780.0, 4784.0, 4749.0, 4792.0, 4740.0, 4797.0, 4733.0, 4745.0, 4754.0, 4744.0, 4785.0, 4734.0, 4753.0, 4723.0, 4755.0, 4712.0, 4734.0, 4770.0, 4737.0, 4754.0, 4721.0, 4745.0, 4723.0, 4738.0, 4776.0, 4748.0, 4765.0, 4738.0, 4757.0, 4778.0, 4785.0, 4758.0, 4757.0, 4745.0, 4756.0, 4743.0, 4757.0, 4779.0, 4761.0, 4788.0, 4759.0, 4813.0, 4774.0, 4808.0, 4765.0, 4805.0, 4773.0, 4782.0, 4819.0, 4752.0, 4829.0, 4752.0, 4801.0, 4799.0, 4767.0, 4807.0, 4762.0, 4818.0, 4747.0, 4775.0, 4744.0, 4746.0, 4784.0, 4746.0, 4787.0, 4746.0, 4796.0, 4745.0, 4766.0, 4751.0, 4761.0, 4797.0, 4773.0, 4780.0], 'WindowWidth': [10591.0, 10545.0, 10570.0, 10464.0, 10472.0, 10446.0, 10452.0, 10408.0, 10395.0, 10378.0, 10392.0, 10440.0, 10393.0, 10394.0, 10385.0, 10414.0, 10382.0, 10390.0, 10411.0, 10385.0, 10414.0, 10385.0, 10404.0, 10369.0, 10383.0, 10368.0, 10394.0, 10443.0, 10407.0, 10417.0, 10406.0, 10404.0, 10408.0, 10459.0, 10397.0, 10421.0, 10428.0, 10389.0, 10448.0, 10382.0, 10403.0, 10379.0, 10407.0, 10376.0, 10389.0, 10398.0, 10356.0, 10409.0, 10358.0, 10377.0, 10352.0, 10394.0, 10352.0, 10356.0, 10355.0, 10378.0, 10401.0, 10375.0, 10370.0, 10354.0, 10372.0, 10373.0, 10404.0, 10366.0, 10385.0, 10384.0, 10362.0, 10412.0, 10357.0, 10389.0, 10378.0, 10376.0, 10371.0, 10382.0, 10369.0, 10358.0, 10371.0, 10379.0, 10401.0, 10371.0, 10386.0, 10374.0, 10398.0, 10362.0, 10376.0, 10415.0, 10359.0, 10397.0, 10346.0, 10357.0, 10351.0, 10363.0, 10381.0, 10350.0, 10395.0, 10353.0, 10366.0, 10349.0, 10341.0, 10333.0, 10354.0, 10392.0, 10352.0, 10361.0, 10347.0, 10352.0, 10343.0, 10317.0, 10369.0, 10391.0, 10371.0, 10383.0, 10368.0, 10348.0, 10370.0, 10350.0, 10393.0, 10353.0, 10387.0, 10363.0, 10361.0, 10373.0, 10376.0, 10374.0, 10363.0, 10370.0, 10376.0, 10416.0, 10382.0, 10383.0, 10379.0, 10387.0, 10379.0, 10363.0, 10358.0, 10359.0, 10408.0, 10365.0, 10374.0, 10357.0, 10354.0, 10355.0, 10363.0, 10377.0, 10366.0, 10384.0, 10358.0, 10418.0, 10359.0, 10374.0, 10379.0, 10378.0, 10374.0, 10363.0, 10375.0, 10377.0, 10392.0, 10386.0, 10385.0, 10380.0, 10403.0, 10373.0, 10417.0, 10383.0, 10399.0, 10381.0, 10383.0, 10379.0, 10395.0, 10377.0, 10373.0, 10440.0, 10373.0, 10404.0, 10366.0, 10387.0, 10353.0, 10359.0, 10368.0, 10368.0, 10389.0, 10350.0, 10407.0, 10352.0, 10370.0, 10370.0, 10389.0, 10353.0, 10359.0, 10389.0, 10356.0, 10380.0, 10354.0, 10374.0, 10352.0, 10359.0, 10346.0, 10335.0, 10386.0, 10333.0, 10345.0, 10336.0, 10368.0, 10349.0, 10368.0, 10350.0, 10350.0, 10350.0, 10355.0, 10354.0, 10375.0, 10380.0, 10370.0, 10404.0, 10372.0, 10364.0, 10399.0, 10365.0, 10385.0, 10350.0, 10386.0, 10355.0, 10342.0, 10393.0, 10346.0, 10383.0, 10334.0, 10354.0, 10330.0, 10324.0, 10332.0, 10337.0, 10373.0, 10335.0, 10344.0, 10306.0, 10360.0, 10348.0, 10337.0, 10377.0, 10355.0, 10378.0, 10351.0, 10350.0, 10339.0, 10321.0, 10351.0, 10343.0, 10355.0, 10335.0, 10405.0, 10354.0, 10370.0, 10364.0, 10359.0, 10356.0, 10359.0, 10356.0, 10347.0, 10355.0, 10364.0, 10414.0, 10360.0, 10396.0, 10357.0, 10375.0, 10383.0, 10392.0, 10364.0, 10402.0, 10376.0, 10366.0, 10364.0, 10366.0, 10395.0, 10382.0, 10385.0, 10385.0, 10385.0, 10383.0, 10386.0, 10399.0, 10391.0, 10422.0, 10407.0, 10404.0, 10392.0, 10406.0, 10389.0, 10390.0, 10383.0, 10393.0, 10412.0, 10387.0, 10387.0, 10388.0, 10457.0, 10429.0, 10378.0, 10442.0, 10394.0, 10411.0, 10385.0, 10428.0, 10387.0, 10408.0, 10435.0, 10408.0, 10444.0, 10373.0, 10411.0, 10366.0, 10398.0, 10371.0, 10402.0, 10436.0, 10380.0, 10406.0, 10363.0, 10405.0, 10365.0, 10391.0, 10431.0, 10365.0, 10387.0, 10362.0, 10385.0, 10371.0, 10385.0, 10407.0, 10363.0, 10405.0, 10367.0, 10393.0, 10386.0, 10450.0, 10389.0, 10405.0, 10369.0, 10374.0, 10424.0, 10389.0, 10422.0, 10380.0, 10404.0, 10370.0, 10441.0, 10378.0, 10409.0, 10419.0, 10406.0, 10413.0, 10388.0, 10431.0, 10386.0, 10447.0, 10392.0, 10428.0, 10382.0, 10423.0, 10366.0, 10382.0, 10366.0, 10409.0, 10373.0, 10391.0, 10410.0, 10353.0, 10397.0, 10345.0, 10382.0, 10334.0, 10364.0, 10331.0, 10314.0, 10383.0, 10341.0, 10378.0, 10321.0, 10359.0, 10315.0, 10370.0, 10331.0, 10340.0, 10368.0, 10317.0, 10383.0, 10325.0, 10357.0, 10340.0, 10405.0, 10333.0, 10345.0, 10360.0, 10324.0, 10382.0, 10342.0, 10363.0, 10318.0, 10352.0, 10315.0, 10317.0, 10361.0, 10340.0, 10366.0, 10337.0, 10352.0, 10316.0, 10330.0, 10328.0, 10323.0, 10383.0, 10331.0, 10371.0, 10319.0, 10345.0, 10322.0, 10367.0, 10316.0, 10333.0, 10331.0, 10361.0, 10337.0, 10340.0, 10337.0, 10342.0, 10395.0, 10334.0, 10364.0, 10326.0, 10368.0, 10321.0, 10374.0, 10335.0, 10364.0, 10374.0, 10335.0, 10394.0, 10314.0, 10356.0, 10323.0, 10360.0, 10313.0, 10301.0, 10367.0, 10301.0, 10346.0, 10326.0, 10387.0, 10319.0, 10341.0, 10321.0, 10309.0, 10337.0, 10320.0, 10348.0, 10328.0, 10349.0, 10330.0, 10353.0, 10333.0, 10372.0, 10333.0, 10371.0, 10332.0, 10374.0, 10326.0, 10384.0, 10330.0, 10365.0, 10352.0, 10329.0, 10394.0, 10326.0, 10380.0, 10319.0, 10343.0, 10315.0, 10293.0, 10383.0, 10308.0, 10345.0, 10311.0, 10356.0, 10299.0, 10312.0, 10301.0, 10310.0, 10369.0, 10300.0, 10359.0, 10300.0, 10339.0, 10297.0, 10360.0, 10352.0, 10323.0, 10373.0, 10310.0, 10323.0, 10292.0, 10349.0, 10300.0, 10330.0, 10339.0, 10298.0, 10371.0, 10295.0, 10320.0, 10300.0, 10332.0, 10327.0, 10331.0, 10360.0, 10292.0, 10320.0, 10295.0, 10303.0, 10301.0, 10302.0, 10310.0, 10305.0, 10379.0, 10302.0, 10327.0, 10312.0, 10334.0, 10300.0, 10379.0, 10298.0, 10302.0, 10311.0, 10290.0, 10338.0, 10301.0, 10344.0, 10303.0, 10316.0, 10294.0, 10288.0, 10337.0, 10295.0, 10332.0, 10305.0, 10316.0, 10302.0, 10308.0, 10356.0, 10293.0, 10336.0, 10325.0, 10366.0, 10310.0, 10315.0, 10345.0, 10338.0, 10358.0, 10345.0, 10340.0, 10334.0, 10346.0, 10339.0, 10363.0, 10354.0, 10402.0, 10354.0, 10347.0, 10366.0, 10407.0, 10361.0, 10409.0, 10352.0, 10413.0, 10370.0, 10401.0, 10343.0, 10374.0, 10347.0, 10380.0, 10318.0, 10425.0, 10423.0, 10448.0, 10411.0, 10451.0, 10409.0, 10394.0, 10417.0, 10437.0, 10412.0, 10376.0, 10477.0, 10402.0, 10394.0, 10422.0, 10359.0, 10432.0, 10392.0, 10433.0, 10397.0, 10377.0, 10410.0, 10356.0, 10407.0, 10356.0, 10384.0, 10353.0, 10381.0, 10372.0, 10363.0, 10373.0, 10345.0, 10319.0, 10298.0, 10314.0, 10277.0, 10263.0, 10318.0, 10258.0, 10266.0, 10230.0, 10228.0, 10213.0, 10229.0, 10200.0, 10219.0, 10259.0, 10220.0, 10245.0, 10232.0, 10230.0, 10237.0, 10252.0, 10239.0, 10249.0, 10245.0, 10265.0, 10289.0, 10329.0, 10323.0, 10315.0, 10317.0, 10340.0, 10320.0, 10331.0, 10357.0, 10374.0, 10406.0, 10458.0, 10477.0, 10508.0, 10503.0, 10547.0, 10509.0, 10464.0, 10432.0, 10482.0, 10394.0, 10465.0, 10411.0, 10444.0, 10404.0, 10418.0, 10406.0, 10416.0, 10473.0, 10444.0, 10520.0, 10458.0, 10488.0, 10439.0, 10431.0, 10446.0, 10405.0, 10469.0, 10458.0, 10449.0, 10495.0, 10426.0, 10467.0, 10396.0, 10463.0, 10382.0, 10423.0, 10391.0, 10421.0, 10376.0, 10372.0, 10439.0, 10359.0, 10418.0, 10369.0, 10412.0, 10376.0, 10367.0, 10387.0, 10378.0, 10432.0, 10364.0, 10409.0, 10378.0, 10420.0, 10366.0, 10388.0, 10361.0, 10360.0, 10359.0, 10378.0, 10428.0, 10372.0, 10416.0, 10371.0, 10411.0, 10405.0, 10377.0, 10431.0, 10382.0, 10426.0, 10369.0, 10366.0, 10438.0, 10365.0, 10417.0, 10355.0, 10378.0, 10423.0, 10360.0, 10414.0, 10387.0, 10408.0, 10370.0, 10386.0, 10374.0, 10383.0, 10423.0, 10403.0, 10405.0, 10405.0, 10406.0, 10407.0, 10438.0, 10460.0, 10429.0, 10401.0, 10431.0, 10411.0, 10435.0, 10474.0, 10446.0, 10479.0, 10476.0, 10479.0, 10495.0, 10507.0, 10469.0, 10498.0, 10483.0, 10516.0, 10459.0, 10510.0, 10474.0, 10505.0, 10497.0, 10456.0, 10490.0, 10399.0, 10442.0, 10419.0, 10468.0, 10417.0, 10416.0, 10440.0, 10353.0, 10415.0, 10366.0, 10420.0, 10372.0, 10341.0, 10415.0, 10348.0, 10372.0, 10337.0, 10356.0, 10409.0, 10351.0, 10394.0, 10365.0, 10393.0, 10354.0, 10393.0, 10376.0, 10400.0, 10405.0, 10380.0, 10392.0, 10401.0, 10388.0, 10391.0, 10404.0, 10392.0, 10406.0, 10407.0, 10437.0, 10433.0, 10509.0, 10465.0, 10436.0, 10397.0, 10397.0, 10418.0, 10407.0, 10438.0, 10408.0, 10441.0, 10398.0, 10398.0, 10464.0, 10404.0, 10432.0, 10411.0, 10455.0, 10383.0, 10402.0, 10453.0, 10379.0, 10418.0, 10381.0, 10459.0, 10377.0, 10383.0, 10434.0, 10400.0, 10427.0, 10377.0, 10427.0, 10355.0, 10360.0, 10359.0, 10377.0, 10428.0, 10383.0, 10408.0, 10398.0, 10424.0, 10377.0, 10387.0, 10437.0, 10398.0, 10396.0, 10383.0, 10437.0, 10393.0, 10442.0, 10486.0, 10419.0, 10442.0, 10372.0, 10417.0, 10439.0, 10464.0, 10444.0, 10424.0, 10420.0, 10440.0, 10480.0, 10454.0, 10492.0, 10408.0, 10396.0, 10396.0, 10408.0, 10451.0, 10397.0, 10443.0, 10379.0, 10437.0, 10361.0, 10461.0, 10368.0, 10407.0, 10385.0, 10424.0, 10463.0, 10461.0, 10414.0, 10452.0, 10419.0, 10393.0, 10364.0, 10336.0, 10369.0, 10394.0, 10378.0, 10424.0, 10369.0, 10421.0, 10352.0, 10386.0, 10329.0, 10383.0, 10334.0, 10399.0, 10330.0, 10347.0, 10376.0, 10302.0, 10368.0, 10309.0, 10333.0, 10298.0, 10388.0, 10310.0, 10320.0, 10367.0, 10317.0, 10383.0, 10310.0, 10357.0, 10315.0, 10353.0, 10336.0, 10344.0, 10330.0, 10369.0, 10338.0, 10332.0, 10423.0, 10425.0, 10411.0, 10379.0, 10361.0, 10366.0, 10357.0, 10404.0, 10397.0, 10357.0, 10431.0, 10399.0, 10443.0, 10361.0, 10413.0, 10360.0, 10441.0, 10359.0, 10399.0, 10343.0, 10338.0, 10416.0, 10347.0, 10386.0, 10333.0, 10378.0, 10344.0, 10367.0, 10336.0, 10337.0, 10321.0, 10335.0, 10375.0, 10360.0, 10402.0, 10344.0, 10385.0, 10340.0, 10415.0, 10339.0, 10342.0, 10395.0, 10365.0, 10410.0, 10344.0, 10367.0, 10354.0, 10366.0, 10344.0, 10365.0, 10416.0, 10397.0, 10397.0, 10380.0, 10393.0, 10364.0, 10386.0, 10381.0, 10409.0, 10413.0, 10390.0, 10401.0, 10390.0, 10391.0, 10419.0, 10415.0, 10402.0, 10414.0, 10391.0, 10414.0, 10422.0, 10441.0, 10435.0, 10434.0, 10416.0, 10418.0, 10427.0, 10420.0, 10468.0, 10422.0, 10453.0, 10428.0, 10421.0, 10481.0, 10415.0, 10469.0, 10411.0, 10493.0, 10410.0, 10495.0, 10467.0, 10442.0, 10401.0, 10369.0, 10348.0, 10340.0, 10324.0, 10346.0, 10333.0, 10412.0, 10342.0, 10393.0, 10340.0, 10379.0, 10315.0, 10390.0, 10331.0, 10373.0, 10320.0, 10354.0, 10303.0, 10341.0, 10302.0, 10334.0, 10319.0, 10308.0, 10315.0, 10278.0, 10314.0, 10278.0, 10343.0, 10259.0, 10318.0, 10272.0, 10288.0, 10266.0, 10286.0, 10279.0, 10290.0, 10325.0, 10286.0, 10285.0, 10261.0, 10278.0, 10283.0, 10343.0, 10285.0, 10331.0, 10280.0, 10277.0, 10286.0, 10347.0, 10298.0, 10290.0, 10303.0, 10286.0, 10302.0, 10331.0, 10301.0, 10298.0, 10358.0, 10306.0, 10354.0, 10305.0, 10321.0, 10289.0, 10301.0, 10301.0, 10308.0, 10362.0, 10296.0, 10347.0, 10284.0, 10295.0, 10284.0, 10313.0, 10290.0, 10302.0, 10337.0, 10290.0, 10353.0, 10308.0, 10353.0, 10309.0, 10354.0, 10323.0, 10306.0, 10320.0, 10312.0, 10320.0, 10336.0, 10315.0, 10323.0, 10374.0, 10306.0, 10389.0, 10321.0, 10345.0, 10321.0, 10350.0, 10321.0, 10308.0, 10368.0, 10308.0, 10375.0, 10326.0, 10352.0, 10442.0, 10480.0, 10427.0, 10367.0, 10367.0, 10368.0, 10402.0, 10390.0, 10378.0, 10392.0, 10378.0, 10379.0, 10378.0, 10397.0, 10410.0, 10429.0, 10398.0, 10408.0, 10421.0, 10403.0, 10440.0, 10378.0, 10430.0, 10379.0, 10419.0, 10373.0, 10398.0, 10362.0, 10368.0, 10409.0, 10330.0, 10378.0, 10319.0, 10323.0, 10305.0, 10295.0, 10321.0, 10328.0, 10362.0, 10290.0, 10330.0, 10302.0, 10290.0, 10304.0, 10320.0, 10345.0, 10307.0, 10312.0, 10297.0, 10306.0, 10305.0, 10310.0, 10348.0, 10312.0, 10337.0, 10323.0, 10321.0, 10358.0, 10306.0, 10312.0, 10321.0, 10307.0, 10337.0, 10355.0, 10436.0, 10377.0, 10421.0, 10367.0, 10374.0, 10348.0, 10332.0, 10386.0, 10434.0, 10436.0, 10494.0, 10439.0, 10417.0, 10395.0, 10395.0, 10430.0, 10436.0, 10409.0, 10436.0, 10398.0, 10478.0, 10412.0, 10455.0, 10447.0, 10403.0, 10463.0, 10413.0, 10460.0, 10386.0, 10408.0, 10410.0, 10366.0, 10432.0, 10435.0, 10434.0, 10296.0, 10302.0, 10247.0, 10334.0, 10369.0, 10372.0, 10314.0, 10319.0, 10274.0, 10225.0, 10235.0, 10319.0, 10295.0, 10284.0, 10334.0, 10318.0, 10310.0, 10315.0, 10359.0, 10331.0, 10363.0, 10341.0, 10329.0, 10311.0, 10319.0, 10334.0, 10354.0, 10363.0, 10323.0, 10324.0, 10470.0, 10430.0, 10375.0, 10395.0, 10429.0, 10431.0, 10458.0, 10501.0, 10469.0, 10474.0, 10374.0, 10283.0, 10186.0, 10272.0, 10331.0, 10417.0, 10395.0, 10437.0, 10346.0, 10391.0, 10358.0, 10402.0, 10413.0, 10540.0, 10413.0, 10389.0, 10430.0, 10429.0, 10410.0, 10443.0, 10400.0, 10447.0, 10401.0, 10418.0, 10366.0, 10384.0, 10337.0, 10369.0, 10395.0, 10369.0, 10406.0, 10366.0, 10374.0, 10318.0, 10361.0, 10388.0, 10350.0, 10387.0, 10366.0, 10380.0, 10340.0, 10370.0, 10354.0, 10356.0, 10425.0, 10373.0, 10398.0, 10375.0, 10392.0, 10349.0, 10408.0, 10415.0, 10407.0, 10415.0, 10409.0, 10396.0, 10428.0, 10441.0, 10491.0, 10460.0, 10457.0, 10521.0, 10472.0, 10506.0, 10436.0, 10468.0, 10449.0, 10484.0, 10447.0, 10475.0, 10520.0, 10451.0, 10508.0, 10457.0, 10496.0, 10435.0, 10471.0, 10484.0, 10448.0, 10495.0, 10443.0, 10468.0, 10416.0, 10457.0, 10434.0, 10435.0, 10480.0, 10423.0, 10469.0, 10419.0, 10460.0, 10408.0, 10440.0, 10483.0, 10451.0, 10487.0, 10432.0, 10473.0, 10402.0, 10456.0, 10446.0, 10463.0, 10506.0, 10459.0, 10477.0, 10439.0, 10464.0, 10428.0, 10485.0, 10446.0, 10484.0, 10470.0, 10474.0, 10497.0, 10452.0, 10512.0, 10476.0, 10503.0, 10462.0, 10496.0, 10451.0, 10492.0, 10468.0, 10494.0, 10513.0, 10485.0, 10523.0, 10466.0, 10497.0, 10456.0, 10500.0, 10458.0, 10495.0, 10432.0, 10465.0, 10475.0, 10471.0, 10518.0, 10463.0, 10492.0, 10442.0, 10475.0, 10440.0, 10467.0, 10486.0, 10443.0, 10497.0, 10432.0, 10473.0, 10402.0, 10460.0, 10440.0, 10441.0, 10480.0, 10430.0, 10468.0, 10436.0, 10472.0, 10403.0, 10457.0, 10403.0, 10447.0, 10474.0, 10447.0, 10486.0, 10435.0, 10472.0, 10458.0, 10562.0, 10604.0, 10636.0, 10536.0, 10522.0, 10483.0, 10442.0, 10336.0, 10420.0, 10390.0, 10456.0, 10419.0, 10456.0, 10402.0, 10439.0, 10356.0, 10413.0, 10349.0, 10437.0, 10408.0, 10392.0, 10444.0, 10378.0, 10382.0, 10329.0, 10414.0, 10335.0, 10381.0, 10407.0, 10353.0, 10365.0, 10329.0, 10406.0, 10309.0, 10332.0, 10315.0, 10316.0, 10363.0, 10310.0, 10329.0, 10316.0, 10357.0, 10332.0, 10323.0, 10371.0, 10336.0, 10375.0, 10319.0, 10342.0, 10327.0, 10342.0, 10368.0, 10366.0, 10430.0, 10390.0, 10431.0, 10416.0, 10408.0, 10371.0, 10374.0, 10342.0, 10340.0, 10375.0, 10376.0, 10410.0, 10386.0, 10402.0, 10382.0, 10450.0, 10395.0, 10394.0, 10446.0, 10388.0, 10449.0, 10387.0, 10408.0, 10423.0, 10367.0, 10431.0, 10390.0, 10400.0, 10378.0, 10368.0, 10439.0, 10366.0, 10423.0, 10362.0, 10381.0, 10398.0, 10389.0, 10408.0, 10351.0, 10428.0, 10352.0, 10370.0, 10353.0, 10393.0, 10428.0, 10362.0, 10395.0, 10373.0, 10380.0, 10368.0, 10394.0, 10430.0, 10405.0, 10416.0, 10375.0, 10404.0, 10385.0, 10387.0, 10442.0, 10384.0, 10429.0, 10404.0, 10453.0, 10412.0, 10381.0, 10433.0, 10353.0, 10399.0, 10388.0, 10410.0, 10372.0, 10432.0, 10367.0, 10381.0, 10364.0, 10410.0, 10445.0, 10393.0, 10417.0, 10376.0, 10396.0, 10395.0, 10481.0, 10391.0, 10446.0, 10399.0, 10386.0, 10433.0, 10389.0, 10441.0, 10379.0, 10440.0, 10365.0, 10420.0, 10352.0, 10370.0, 10411.0, 10350.0, 10422.0, 10347.0, 10443.0, 10341.0, 10346.0, 10417.0, 10368.0, 10402.0, 10369.0, 10387.0, 10350.0, 10369.0, 10347.0, 10380.0, 10356.0, 10449.0, 10339.0, 10369.0, 10407.0, 10355.0, 10426.0, 10374.0, 10444.0, 10355.0, 10388.0, 10350.0, 10426.0, 10362.0, 10392.0, 10415.0, 10391.0, 10426.0, 10373.0, 10410.0, 10361.0, 10431.0, 10369.0, 10399.0, 10389.0, 10364.0, 10416.0, 10360.0, 10401.0, 10351.0, 10433.0, 10364.0, 10418.0, 10409.0, 10379.0, 10413.0, 10382.0, 10427.0, 10368.0, 10387.0, 10366.0, 10420.0, 10419.0, 10402.0, 10423.0, 10388.0, 10430.0, 10367.0, 10396.0, 10451.0, 10353.0, 10416.0, 10332.0, 10424.0, 10350.0, 10357.0, 10405.0, 10332.0, 10391.0, 10322.0, 10351.0, 10371.0, 10316.0, 10370.0, 10314.0, 10320.0, 10331.0, 10317.0, 10353.0, 10319.0, 10331.0, 10301.0, 10322.0, 10365.0, 10337.0, 10341.0, 10328.0, 10379.0, 10391.0, 10360.0, 10357.0, 10366.0, 10379.0, 10345.0, 10386.0, 10423.0, 10396.0, 10386.0, 10377.0, 10397.0, 10377.0, 10412.0, 10395.0, 10415.0, 10424.0, 10398.0, 10438.0, 10401.0, 10476.0, 10395.0, 10442.0, 10466.0, 10419.0, 10451.0, 10410.0, 10457.0, 10434.0, 10373.0, 10447.0, 10369.0, 10400.0, 10353.0, 10424.0, 10407.0, 10371.0, 10433.0, 10362.0, 10402.0, 10349.0, 10432.0, 10356.0, 10371.0, 10363.0, 10351.0, 10417.0, 10358.0, 10405.0, 10366.0, 10444.0, 10369.0, 10376.0, 10406.0, 10374.0, 10428.0, 10355.0, 10437.0, 10356.0, 10393.0, 10411.0, 10382.0, 10410.0, 10365.0, 10385.0, 10349.0, 10434.0, 10352.0, 10378.0, 10386.0, 10357.0, 10403.0, 10353.0, 10399.0, 10366.0, 10407.0, 10397.0, 10455.0, 10372.0, 10395.0, 10365.0, 10390.0, 10455.0, 10417.0, 10431.0, 10410.0, 10418.0, 10440.0, 10427.0, 10422.0, 10469.0, 10458.0, 10479.0, 10453.0, 10479.0, 10455.0, 10493.0, 10450.0, 10441.0, 10417.0, 10449.0, 10466.0, 10464.0, 10448.0, 10472.0, 10430.0, 10455.0, 10402.0, 10433.0, 10384.0, 10465.0, 10381.0, 10427.0, 10429.0, 10382.0, 10437.0, 10368.0, 10444.0, 10356.0, 10372.0, 10381.0, 10368.0, 10424.0, 10355.0, 10380.0, 10340.0, 10386.0, 10325.0, 10355.0, 10400.0, 10360.0, 10381.0, 10338.0, 10372.0, 10340.0, 10369.0, 10418.0, 10380.0, 10401.0, 10368.0, 10392.0, 10442.0, 10450.0, 10402.0, 10399.0, 10378.0, 10393.0, 10375.0, 10396.0, 10427.0, 10407.0, 10441.0, 10402.0, 10486.0, 10433.0, 10479.0, 10420.0, 10474.0, 10430.0, 10436.0, 10483.0, 10395.0, 10496.0, 10392.0, 10460.0, 10456.0, 10410.0, 10467.0, 10410.0, 10482.0, 10380.0, 10418.0, 10375.0, 10379.0, 10428.0, 10381.0, 10436.0, 10380.0, 10447.0, 10378.0, 10409.0, 10390.0, 10406.0, 10452.0, 10427.0, 10432.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.01555668284789644</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.11311588365695793</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.05942510906635</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.279861669503507</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2477934309606022</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5217</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3564.1746</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10849577183778483</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>168</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.06148867313916</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6930844845933337</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6092175741550414</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.756206297923285</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.713829581701675</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0209959</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.00599107937887311</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01850910857319832</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1854</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.710211243463398</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>20.7034</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.2705</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>249.3044</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288382.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1204.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>474.2476</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1947</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.4321</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3897.8867</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4001.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88162.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>2058.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5012.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.4263</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>19.431639235233888</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> |