=== 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-0011 --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-0011",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
187 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
187 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-0011_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-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0011/figures/sub-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011/ses-02/func/sub-0011_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>0cbdbb36cc021c30826d6bc03cb1cb4b</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>16:46:35.915000</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.999793, 0.0148028, 0.0139919, -0.0165787, 0.990465, 0.13676]</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.078012</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7732, -7313, 492, -67, -189, -31, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>221.713</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a921b0fc-cd25-40b2-bc2c-c4b35a6f8c90||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.682370185852051, -0.04447935149073601, 0.031951989978551865, 112.64012908935547], [-0.03971490636467934, 2.657346487045288, 0.3698021471500397, -108.6791000366211], [0.0375392846763134, -0.36691755056381226, 2.6743643283843994, -65.99459838867188], [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': ['164635.915000', '164636.375000', '164636.835000', '164637.295000', '164637.755000', '164638.215000', '164638.675000', '164639.135000', '164639.595000', '164640.055000', '164640.515000', '164640.975000', '164641.435000', '164641.895000', '164642.355000', '164642.815000', '164643.275000', '164643.735000', '164644.195000', '164644.655000', '164645.115000', '164645.575000', '164646.035000', '164646.495000', '164646.955000', '164647.415000', '164647.875000', '164648.335000', '164648.795000', '164649.255000', '164649.715000', '164650.175000', '164650.635000', '164651.095000', '164651.555000', '164652.015000', '164652.475000', '164652.935000', '164653.395000', '164653.855000', '164654.315000', '164654.775000', '164655.235000', '164655.695000', '164656.155000', '164656.615000', '164657.075000', '164657.535000', '164657.995000', '164658.455000', '164658.915000', '164659.375000', '164659.835000', '164700.295000', '164700.755000', '164701.215000', '164701.675000', '164702.135000', '164702.595000', '164703.055000', '164703.515000', '164703.975000', '164704.435000', '164704.895000', '164705.355000', '164705.815000', '164706.275000', '164706.735000', '164707.195000', '164707.655000', '164708.115000', '164708.575000', '164709.035000', '164709.495000', '164709.955000', '164710.415000', '164710.875000', '164711.335000', '164711.795000', '164712.255000', '164712.715000', '164713.175000', '164713.635000', '164714.095000', '164714.555000', '164715.015000', '164715.475000', '164715.935000', '164716.395000', '164716.855000', '164717.315000', '164717.775000', '164718.235000', '164718.695000', '164719.155000', '164719.615000', '164720.075000', '164720.535000', '164720.995000', '164721.455000', '164721.915000', '164722.375000', '164722.835000', '164723.295000', '164723.755000', '164724.215000', '164724.675000', '164725.135000', '164725.595000', '164726.055000', '164726.515000', '164726.975000', '164727.435000', '164727.895000', '164728.355000', '164728.815000', '164729.275000', '164729.735000', '164730.195000', '164730.655000', '164731.115000', '164731.575000', '164732.035000', '164732.495000', '164732.955000', '164733.415000', '164733.875000', '164734.335000', '164734.795000', '164735.255000', '164735.715000', '164736.175000', '164736.635000', '164737.095000', '164737.555000', '164738.015000', '164738.475000', '164738.935000', '164739.395000', '164739.855000', '164740.315000', '164740.775000', '164741.235000', '164741.695000', '164742.155000', '164742.615000', '164743.075000', '164743.535000', '164743.995000', '164744.455000', '164744.915000', '164745.375000', '164745.835000', '164746.295000', '164746.755000', '164747.215000', '164747.675000', '164748.135000', '164748.595000', '164749.055000', '164749.515000', '164749.975000', '164750.435000', '164750.895000', '164751.355000', '164751.815000', '164752.275000', '164752.735000', '164753.195000', '164753.655000', '164754.115000', '164754.575000', '164755.035000', '164755.495000', '164755.955000', '164756.415000', '164756.875000', '164757.335000', '164757.795000', '164758.255000', '164758.715000', '164759.175000', '164759.635000', '164800.095000', '164800.555000', '164801.015000', '164801.475000', '164801.935000', '164802.395000', '164802.855000', '164803.315000', '164803.775000', '164804.235000', '164804.695000', '164805.155000', '164805.615000', '164806.075000', '164806.535000', '164806.995000', '164807.455000', '164807.915000', '164808.375000', '164808.835000', '164809.295000', '164809.755000', '164810.215000', '164810.675000', '164811.135000', '164811.595000', '164812.055000', '164812.515000', '164812.975000', '164813.435000', '164813.895000', '164814.355000', '164814.815000', '164815.275000', '164815.735000', '164816.195000', '164816.655000', '164817.115000', '164817.575000', '164818.035000', '164818.495000', '164818.955000', '164819.415000', '164819.875000', '164820.335000', '164820.795000', '164821.255000', '164821.715000', '164822.175000', '164822.635000', '164823.095000', '164823.555000', '164824.015000', '164824.475000', '164824.935000', '164825.395000', '164825.855000', '164826.315000', '164826.775000', '164827.235000', '164827.695000', '164828.155000', '164828.615000', '164829.075000', '164829.535000', '164829.995000', '164830.455000', '164830.915000', '164831.375000', '164831.835000', '164832.295000', '164832.755000', '164833.215000', '164833.675000', '164834.135000', '164834.595000', '164835.055000', '164835.515000', '164835.975000', '164836.435000', '164836.895000', '164837.355000', '164837.815000', '164838.275000', '164838.735000', '164839.195000', '164839.655000', '164840.115000', '164840.575000', '164841.035000', '164841.495000', '164841.955000', '164842.415000', '164842.875000', '164843.335000', '164843.795000', '164844.255000', '164844.715000', '164845.175000', '164845.635000', '164846.095000', '164846.555000', '164847.015000', '164847.475000', '164847.935000', '164848.395000', '164848.855000', '164849.315000', '164849.775000', '164850.235000', '164850.695000', '164851.155000', '164851.615000', '164852.075000', '164852.535000', '164852.995000', '164853.455000', '164853.915000', '164854.375000', '164854.835000', '164855.295000', '164855.755000', '164856.215000', '164856.675000', '164857.135000', '164857.595000', '164858.055000', '164858.515000', '164858.975000', '164859.435000', '164859.895000', '164900.355000', '164900.815000', '164901.275000', '164901.735000', '164902.195000', '164902.655000', '164903.115000', '164903.575000', '164904.035000', '164904.495000', '164904.955000', '164905.415000', '164905.875000', '164906.335000', '164906.795000', '164907.255000', '164907.715000', '164908.175000', '164908.635000', '164909.095000', '164909.555000', '164910.015000', '164910.475000', '164910.935000', '164911.395000', '164911.855000', '164912.315000', '164912.775000', '164913.235000', '164913.695000', '164914.155000', '164914.615000', '164915.075000', '164915.535000', '164915.995000', '164916.455000', '164916.915000', '164917.375000', '164917.835000', '164918.295000', '164918.755000', '164919.215000', '164919.675000', '164920.135000', '164920.595000', '164921.055000', '164921.515000', '164921.975000', '164922.435000', '164922.895000', '164923.355000', '164923.815000', '164924.275000', '164924.735000', '164925.195000', '164925.655000', '164926.115000', '164926.575000', '164927.035000', '164927.495000', '164927.955000', '164928.415000', '164928.875000', '164929.335000', '164929.795000', '164930.255000', '164930.715000', '164931.175000', '164931.635000', '164932.095000', '164932.555000', '164933.015000', '164933.475000', '164933.935000', '164934.395000', '164934.855000', '164935.315000', '164935.775000', '164936.235000', '164936.695000', '164937.155000', '164937.615000', '164938.075000', '164938.535000', '164938.995000', '164939.455000', '164939.915000', '164940.375000', '164940.835000', '164941.295000', '164941.755000', '164942.215000', '164942.675000', '164943.135000', '164943.595000', '164944.055000', '164944.515000', '164944.975000', '164945.435000', '164945.895000', '164946.355000', '164946.815000', '164947.275000', '164947.735000', '164948.195000', '164948.655000', '164949.115000', '164949.575000', '164950.035000', '164950.495000', '164950.955000', '164951.415000', '164951.875000', '164952.335000', '164952.795000', '164953.255000', '164953.715000', '164954.175000', '164954.635000', '164955.095000', '164955.555000', '164956.015000', '164956.475000', '164956.935000', '164957.395000', '164957.855000', '164958.315000', '164958.775000', '164959.235000', '164959.695000', '165000.155000', '165000.615000', '165001.075000', '165001.535000', '165001.995000', '165002.455000', '165002.915000', '165003.375000', '165003.835000', '165004.295000', '165004.755000', '165005.215000', '165005.675000', '165006.135000', '165006.595000', '165007.055000', '165007.515000', '165007.975000', '165008.435000', '165008.895000', '165009.355000', '165009.815000', '165010.275000', '165010.735000', '165011.195000', '165011.655000', '165012.115000', '165012.575000', '165013.035000', '165013.495000', '165013.955000', '165014.415000', '165014.875000', '165015.335000', '165015.795000', '165016.255000', '165016.715000', '165017.175000', '165017.635000', '165018.095000', '165018.555000', '165019.015000', '165019.475000', '165019.935000', '165020.395000', '165020.855000', '165021.315000', '165021.775000', '165022.235000', '165022.695000', '165023.155000', '165023.615000', '165024.075000', '165024.535000', '165024.995000', '165025.455000', '165025.915000', '165026.375000', '165026.835000', '165027.295000', '165027.755000', '165028.215000', '165028.675000', '165029.135000', '165029.595000', '165030.055000', '165030.515000', '165030.975000', '165031.435000', '165031.895000', '165032.355000', '165032.815000', '165033.275000', '165033.735000', '165034.195000', '165034.655000', '165035.115000', '165035.575000', '165036.035000', '165036.495000', '165036.955000', '165037.415000', '165037.875000', '165038.335000', '165038.795000', '165039.255000', '165039.715000', '165040.175000', '165040.635000', '165041.095000', '165041.555000', '165042.015000', '165042.475000', '165042.935000', '165043.395000', '165043.855000', '165044.315000', '165044.775000', '165045.235000', '165045.695000', '165046.155000', '165046.615000', '165047.075000', '165047.535000', '165047.995000', '165048.455000', '165048.915000', '165049.375000', '165049.835000', '165050.295000', '165050.755000', '165051.215000', '165051.675000', '165052.135000', '165052.595000', '165053.055000', '165053.515000', '165053.975000', '165054.435000', '165054.895000', '165055.355000', '165055.815000', '165056.275000', '165056.735000', '165057.195000', '165057.655000', '165058.115000', '165058.575000', '165059.035000', '165059.495000', '165059.955000', '165100.415000', '165100.875000', '165101.335000', '165101.795000', '165102.255000', '165102.715000', '165103.175000', '165103.635000', '165104.095000', '165104.555000', '165105.015000', '165105.475000', '165105.935000', '165106.395000', '165106.855000', '165107.315000', '165107.775000', '165108.235000', '165108.695000', '165109.155000', '165109.615000', '165110.075000', '165110.535000', '165110.995000', '165111.455000', '165111.915000', '165112.375000', '165112.835000', '165113.295000', '165113.755000', '165114.215000', '165114.675000', '165115.135000', '165115.595000', '165116.055000', '165116.515000', '165116.975000', '165117.435000', '165117.895000', '165118.355000', '165118.815000', '165119.275000', '165119.735000', '165120.195000', '165120.655000', '165121.115000', '165121.575000', '165122.035000', '165122.495000', '165122.955000', '165123.415000', '165123.875000', '165124.335000', '165124.795000', '165125.255000', '165125.715000', '165126.175000', '165126.635000', '165127.095000', '165127.555000', '165128.015000', '165128.475000', '165128.935000', '165129.395000', '165129.855000', '165130.315000', '165130.775000', '165131.235000', '165131.695000', '165132.155000', '165132.615000', '165133.075000', '165133.535000', '165133.995000', '165134.455000', '165134.915000', '165135.375000', '165135.835000', '165136.295000', '165136.755000', '165137.215000', '165137.675000', '165138.135000', '165138.595000', '165139.055000', '165139.515000', '165139.975000', '165140.435000', '165140.895000', '165141.355000', '165141.815000', '165142.275000', '165142.735000', '165143.195000', '165143.655000', '165144.115000', '165144.575000', '165145.035000', '165145.495000', '165145.955000', '165146.415000', '165146.875000', '165147.335000', '165147.795000', '165148.255000', '165148.715000', '165149.175000', '165149.635000', '165150.095000', '165150.555000', '165151.015000', '165151.475000', '165151.935000', '165152.395000', '165152.855000', '165153.315000', '165153.775000', '165154.235000', '165154.695000', '165155.155000', '165155.615000', '165156.075000', '165156.535000', '165156.995000', '165157.455000', '165157.915000', '165158.375000', '165158.835000', '165159.295000', '165159.755000', '165200.215000', '165200.675000', '165201.135000', '165201.595000', '165202.055000', '165202.515000', '165202.975000', '165203.435000', '165203.895000', '165204.355000', '165204.815000', '165205.275000', '165205.735000', '165206.195000', '165206.655000', '165207.115000', '165207.575000', '165208.035000', '165208.495000', '165208.955000', '165209.415000', '165209.875000', '165210.335000', '165210.795000', '165211.255000', '165211.715000', '165212.175000', '165212.635000', '165213.095000', '165213.555000', '165214.015000', '165214.475000', '165214.935000', '165215.395000', '165215.855000', '165216.315000', '165216.775000', '165217.235000', '165217.695000', '165218.155000', '165218.615000', '165219.075000', '165219.535000', '165219.995000', '165220.455000', '165220.915000', '165221.375000', '165221.835000', '165222.295000', '165222.755000', '165223.215000', '165223.675000', '165224.135000', '165224.595000', '165225.055000', '165225.515000', '165225.975000', '165226.435000', '165226.895000', '165227.355000', '165227.815000', '165228.275000', '165228.735000', '165229.195000', '165229.655000', '165230.115000', '165230.575000', '165231.035000', '165231.495000', '165231.955000', '165232.415000', '165232.875000', '165233.335000', '165233.795000', '165234.255000', '165234.715000', '165235.175000', '165235.635000', '165236.095000', '165236.555000', '165237.015000', '165237.475000', '165237.935000', '165238.395000', '165238.855000', '165239.315000', '165239.775000', '165240.235000', '165240.695000', '165241.155000', '165241.615000', '165242.075000', '165242.535000', '165242.995000', '165243.455000', '165243.915000', '165244.375000', '165244.835000', '165245.295000', '165245.755000', '165246.215000', '165246.675000', '165247.135000', '165247.595000', '165248.055000', '165248.515000', '165248.975000', '165249.435000', '165249.895000', '165250.355000', '165250.815000', '165251.275000', '165251.735000', '165252.195000', '165252.655000', '165253.115000', '165253.575000', '165254.035000', '165254.495000', '165254.955000', '165255.415000', '165255.875000', '165256.335000', '165256.795000', '165257.255000', '165257.715000', '165258.175000', '165258.635000', '165259.095000', '165259.555000', '165300.015000', '165300.475000', '165300.935000', '165301.395000', '165301.855000', '165302.315000', '165302.775000', '165303.235000', '165303.695000', '165304.155000', '165304.615000', '165305.075000', '165305.535000', '165305.995000', '165306.455000', '165306.915000', '165307.375000', '165307.835000', '165308.295000', '165308.755000', '165309.215000', '165309.675000', '165310.135000', '165310.595000', '165311.055000', '165311.515000', '165311.975000', '165312.435000', '165312.895000', '165313.355000', '165313.815000', '165314.275000', '165314.735000', '165315.195000', '165315.655000', '165316.115000', '165316.575000', '165317.035000', '165317.495000', '165317.955000', '165318.415000', '165318.875000', '165319.335000', '165319.795000', '165320.255000', '165320.715000', '165321.175000', '165321.635000', '165322.095000', '165322.555000', '165323.015000', '165323.475000', '165323.935000', '165324.395000', '165324.855000', '165325.315000', '165325.775000', '165326.235000', '165326.695000', '165327.155000', '165327.615000', '165328.075000', '165328.535000', '165328.995000', '165329.455000', '165329.915000', '165330.375000', '165330.835000', '165331.295000', '165331.755000', '165332.215000', '165332.675000', '165333.135000', '165333.595000', '165334.055000', '165334.515000', '165334.975000', '165335.435000', '165335.895000', '165336.355000', '165336.815000', '165337.275000', '165337.735000', '165338.195000', '165338.655000', '165339.115000', '165339.575000', '165340.035000', '165340.495000', '165340.955000', '165341.415000', '165341.875000', '165342.335000', '165342.795000', '165343.255000', '165343.715000', '165344.175000', '165344.635000', '165345.095000', '165345.555000', '165346.015000', '165346.475000', '165346.935000', '165347.395000', '165347.855000', '165348.315000', '165348.775000', '165349.235000', '165349.695000', '165350.155000', '165350.615000', '165351.075000', '165351.535000', '165351.995000', '165352.455000', '165352.915000', '165353.375000', '165353.835000', '165354.295000', '165354.755000', '165355.215000', '165355.675000', '165356.135000', '165356.595000', '165357.055000', '165357.515000', '165357.975000', '165358.435000', '165358.895000', '165359.355000', '165359.815000', '165400.275000', '165400.735000', '165401.195000', '165401.655000', '165402.115000', '165402.575000', '165403.035000', '165403.495000', '165403.955000', '165404.415000', '165404.875000', '165405.335000', '165405.795000', '165406.255000', '165406.715000', '165407.175000', '165407.635000', '165408.095000', '165408.555000', '165409.015000', '165409.475000', '165409.935000', '165410.395000', '165410.855000', '165411.315000', '165411.775000', '165412.235000', '165412.695000', '165413.155000', '165413.615000', '165414.075000', '165414.535000', '165414.995000', '165415.455000', '165415.915000', '165416.375000', '165416.835000', '165417.295000', '165417.755000', '165418.215000', '165418.675000', '165419.135000', '165419.595000', '165420.055000', '165420.515000', '165420.975000', '165421.435000', '165421.895000', '165422.355000', '165422.815000', '165423.275000', '165423.735000', '165424.195000', '165424.655000', '165425.115000', '165425.575000', '165426.035000', '165426.495000', '165426.955000', '165427.415000', '165427.875000', '165428.335000', '165428.795000', '165429.255000', '165429.715000', '165430.175000', '165430.635000', '165431.095000', '165431.555000', '165432.015000', '165432.475000', '165432.935000', '165433.395000', '165433.855000', '165434.315000', '165434.775000', '165435.235000', '165435.695000', '165436.155000', '165436.615000', '165437.075000', '165437.535000', '165437.995000', '165438.455000', '165438.915000', '165439.375000', '165439.835000', '165440.295000', '165440.755000', '165441.215000', '165441.675000', '165442.135000', '165442.595000', '165443.055000', '165443.515000', '165443.975000', '165444.435000', '165444.895000', '165445.355000', '165445.815000', '165446.275000', '165446.735000', '165447.195000', '165447.655000', '165448.115000', '165448.575000', '165449.035000', '165449.495000', '165449.955000', '165450.415000', '165450.875000', '165451.335000', '165451.795000', '165452.255000', '165452.715000', '165453.175000', '165453.635000', '165454.095000', '165454.555000', '165455.015000', '165455.475000', '165455.935000', '165456.395000', '165456.855000', '165457.315000', '165457.775000', '165458.235000', '165458.695000', '165459.155000', '165459.615000', '165500.075000', '165500.535000', '165500.995000', '165501.455000', '165501.915000', '165502.375000', '165502.835000', '165503.295000', '165503.755000', '165504.215000', '165504.675000', '165505.135000', '165505.595000', '165506.055000', '165506.515000', '165506.975000', '165507.435000', '165507.895000', '165508.355000', '165508.815000', '165509.275000', '165509.735000', '165510.195000', '165510.655000', '165511.115000', '165511.575000', '165512.035000', '165512.495000', '165512.955000', '165513.415000', '165513.875000', '165514.335000', '165514.795000', '165515.255000', '165515.715000', '165516.175000', '165516.635000', '165517.095000', '165517.555000', '165518.015000', '165518.475000', '165518.935000', '165519.395000', '165519.855000', '165520.315000', '165520.775000', '165521.235000', '165521.695000', '165522.155000', '165522.615000', '165523.075000', '165523.535000', '165523.995000', '165524.455000', '165524.915000', '165525.375000', '165525.835000', '165526.295000', '165526.755000', '165527.215000', '165527.675000', '165528.135000', '165528.595000', '165529.055000', '165529.515000', '165529.975000', '165530.435000', '165530.895000', '165531.355000', '165531.815000', '165532.275000', '165532.735000', '165533.195000', '165533.655000', '165534.115000', '165534.575000', '165535.035000', '165535.495000', '165535.955000', '165536.415000', '165536.875000', '165537.335000', '165537.795000', '165538.255000', '165538.715000', '165539.175000', '165539.635000', '165540.095000', '165540.555000', '165541.015000', '165541.475000', '165541.935000', '165542.395000', '165542.855000', '165543.315000', '165543.775000', '165544.235000', '165544.695000', '165545.155000', '165545.615000', '165546.075000', '165546.535000', '165546.995000', '165547.455000', '165547.915000', '165548.375000', '165548.835000', '165549.295000', '165549.755000', '165550.215000', '165550.675000', '165551.135000', '165551.595000', '165552.055000', '165552.515000', '165552.975000', '165553.435000', '165553.895000', '165554.355000', '165554.815000', '165555.275000', '165555.735000', '165556.195000', '165556.655000', '165557.115000', '165557.575000', '165558.035000', '165558.495000', '165558.955000', '165559.415000', '165559.875000', '165600.335000', '165600.795000', '165601.255000', '165601.715000', '165602.175000', '165602.635000', '165603.095000', '165603.555000', '165604.015000', '165604.475000', '165604.935000', '165605.395000', '165605.855000', '165606.315000', '165606.775000', '165607.235000', '165607.695000', '165608.155000', '165608.615000', '165609.075000', '165609.535000', '165609.995000', '165610.455000', '165610.915000', '165611.375000', '165611.835000', '165612.295000', '165612.755000', '165613.215000', '165613.675000', '165614.135000', '165614.595000', '165615.055000', '165615.515000', '165615.975000', '165616.435000', '165616.895000', '165617.355000', '165617.815000', '165618.275000', '165618.735000', '165619.195000', '165619.655000', '165620.115000', '165620.575000', '165621.035000', '165621.495000', '165621.955000', '165622.415000', '165622.875000', '165623.335000', '165623.795000', '165624.255000', '165624.715000', '165625.175000', '165625.635000', '165626.095000', '165626.555000', '165627.015000', '165627.475000', '165627.935000', '165628.395000', '165628.855000', '165629.315000', '165629.775000', '165630.235000', '165630.695000', '165631.155000', '165631.615000', '165632.075000', '165632.535000', '165632.995000', '165633.455000', '165633.915000', '165634.375000', '165634.835000', '165635.295000', '165635.755000', '165636.215000', '165636.675000', '165637.135000', '165637.595000', '165638.055000', '165638.515000', '165638.975000', '165639.435000', '165639.895000', '165640.355000', '165640.815000', '165641.275000', '165641.735000', '165642.195000', '165642.655000', '165643.115000', '165643.575000', '165644.035000', '165644.495000', '165644.955000', '165645.415000', '165645.875000', '165646.335000', '165646.795000', '165647.255000', '165647.715000', '165648.175000', '165648.635000', '165649.095000', '165649.555000', '165650.015000', '165650.475000', '165650.935000', '165651.395000', '165651.855000', '165652.315000', '165652.775000', '165653.235000', '165653.695000', '165654.155000', '165654.615000', '165655.075000', '165655.535000', '165655.995000', '165656.455000', '165656.915000', '165657.375000', '165657.835000', '165658.295000', '165658.755000', '165659.215000', '165659.675000', '165700.135000', '165700.595000', '165701.055000', '165701.515000', '165701.975000', '165702.435000', '165702.895000', '165703.355000', '165703.815000', '165704.275000', '165704.735000', '165705.195000', '165705.655000', '165706.115000', '165706.575000', '165707.035000', '165707.495000', '165707.955000', '165708.415000', '165708.875000', '165709.335000', '165709.795000', '165710.255000', '165710.715000', '165711.175000', '165711.635000', '165712.095000', '165712.555000', '165713.015000', '165713.475000', '165713.935000', '165714.395000', '165714.855000', '165715.315000', '165715.775000', '165716.235000', '165716.695000', '165717.155000', '165717.615000', '165718.075000', '165718.535000', '165718.995000', '165719.455000', '165719.915000', '165720.375000', '165720.835000', '165721.295000', '165721.755000', '165722.215000', '165722.675000', '165723.135000', '165723.595000', '165724.055000', '165724.515000', '165724.975000', '165725.435000', '165725.895000', '165726.355000', '165726.815000', '165727.275000', '165727.735000', '165728.195000', '165728.655000', '165729.115000', '165729.575000', '165730.035000', '165730.495000', '165730.955000', '165731.415000', '165731.875000', '165732.335000', '165732.795000', '165733.255000', '165733.715000', '165734.175000', '165734.635000', '165735.095000', '165735.555000', '165736.015000', '165736.475000', '165736.935000', '165737.395000', '165737.855000', '165738.315000', '165738.775000', '165739.235000', '165739.695000', '165740.155000', '165740.615000', '165741.075000', '165741.535000', '165741.995000', '165742.455000', '165742.915000', '165743.375000', '165743.835000', '165744.295000', '165744.755000', '165745.215000', '165745.675000', '165746.135000', '165746.595000', '165747.055000', '165747.515000', '165747.975000', '165748.435000', '165748.895000', '165749.355000', '165749.815000', '165750.275000', '165750.735000', '165751.195000', '165751.655000', '165752.115000', '165752.575000', '165753.035000', '165753.495000', '165753.955000', '165754.415000', '165754.875000', '165755.335000', '165755.795000', '165756.255000', '165756.715000', '165757.175000', '165757.635000', '165758.095000', '165758.555000', '165759.015000', '165759.475000', '165759.935000', '165800.395000', '165800.855000', '165801.315000', '165801.775000', '165802.235000', '165802.695000', '165803.155000', '165803.615000', '165804.075000', '165804.535000', '165804.995000', '165805.455000', '165805.915000', '165806.375000', '165806.835000', '165807.295000', '165807.755000', '165808.215000', '165808.675000', '165809.135000', '165809.595000', '165810.055000', '165810.515000', '165810.975000', '165811.435000', '165811.895000', '165812.355000', '165812.815000', '165813.275000', '165813.735000', '165814.195000', '165814.655000', '165815.115000', '165815.575000', '165816.035000', '165816.495000', '165816.955000', '165817.415000', '165817.875000', '165818.335000', '165818.795000', '165819.255000', '165819.715000', '165820.175000', '165820.635000', '165821.095000', '165821.555000', '165822.015000', '165822.475000', '165822.935000', '165823.395000', '165823.855000', '165824.315000', '165824.775000', '165825.235000', '165825.695000', '165826.155000', '165826.615000', '165827.075000', '165827.535000', '165827.995000', '165828.455000', '165828.915000', '165829.375000', '165829.835000', '165830.295000', '165830.755000', '165831.215000', '165831.675000', '165832.135000', '165832.595000', '165833.055000', '165833.515000', '165833.975000', '165834.435000', '165834.895000', '165835.355000', '165835.815000', '165836.275000', '165836.735000', '165837.195000', '165837.655000', '165838.115000', '165838.575000', '165839.035000', '165839.495000', '165839.955000', '165840.415000', '165840.875000', '165841.335000', '165841.795000', '165842.255000', '165842.715000', '165843.175000', '165843.635000', '165844.095000', '165844.555000', '165845.015000', '165845.475000', '165845.935000', '165846.395000', '165846.855000', '165847.315000', '165847.775000', '165848.235000', '165848.695000', '165849.155000', '165849.615000', '165850.075000', '165850.535000', '165850.995000', '165851.455000', '165851.915000', '165852.375000', '165852.835000', '165853.295000', '165853.755000', '165854.215000', '165854.675000', '165855.135000', '165855.595000', '165856.055000', '165856.515000', '165856.975000', '165857.435000', '165857.895000', '165858.355000', '165858.815000', '165859.275000', '165859.735000', '165900.195000', '165900.655000', '165901.115000', '165901.575000', '165902.035000', '165902.495000', '165902.955000', '165903.415000', '165903.875000', '165904.335000', '165904.795000', '165905.255000', '165905.715000', '165906.175000', '165906.635000', '165907.095000', '165907.555000', '165908.015000', '165908.475000', '165908.935000', '165909.395000', '165909.855000', '165910.315000', '165910.775000', '165911.235000', '165911.695000', '165912.155000', '165912.615000', '165913.075000', '165913.535000', '165913.995000', '165914.455000', '165914.915000', '165915.375000', '165915.835000', '165916.295000', '165916.755000', '165917.215000', '165917.675000', '165918.135000', '165918.595000', '165919.055000', '165919.515000', '165919.975000', '165920.435000', '165920.895000', '165921.355000', '165921.815000', '165922.275000', '165922.735000', '165923.195000', '165923.655000', '165924.115000', '165924.575000', '165925.035000', '165925.495000', '165925.955000', '165926.415000', '165926.875000', '165927.335000', '165927.795000', '165928.255000', '165928.715000', '165929.175000', '165929.635000', '165930.095000', '165930.555000', '165931.015000', '165931.475000', '165931.935000', '165932.395000', '165932.855000', '165933.315000', '165933.775000', '165934.235000', '165934.695000', '165935.155000', '165935.615000', '165936.075000', '165936.535000', '165936.995000', '165937.455000', '165937.915000', '165938.375000', '165938.835000', '165939.295000', '165939.755000', '165940.215000', '165940.675000', '165941.135000', '165941.595000', '165942.055000', '165942.515000', '165942.975000', '165943.435000', '165943.895000', '165944.355000', '165944.815000', '165945.275000', '165945.735000', '165946.195000', '165946.655000', '165947.115000', '165947.575000', '165948.035000', '165948.495000', '165948.955000', '165949.415000', '165949.875000', '165950.335000', '165950.795000', '165951.255000', '165951.715000', '165952.175000', '165952.635000', '165953.095000', '165953.555000', '165954.015000', '165954.475000', '165954.935000', '165955.395000', '165955.855000', '165956.315000', '165956.775000', '165957.235000', '165957.695000', '165958.155000', '165958.615000', '165959.075000', '165959.535000', '165959.995000', '170000.455000', '170000.915000', '170001.375000', '170001.835000', '170002.295000', '170002.755000', '170003.215000', '170003.675000', '170004.135000', '170004.595000', '170005.055000', '170005.515000', '170005.975000', '170006.435000', '170006.895000', '170007.355000', '170007.815000', '170008.275000', '170008.735000', '170009.195000', '170009.655000', '170010.115000', '170010.575000', '170011.035000', '170011.495000', '170011.955000', '170012.415000', '170012.875000', '170013.335000', '170013.795000', '170014.255000', '170014.715000', '170015.175000', '170015.635000', '170016.095000', '170016.555000', '170017.015000', '170017.475000', '170017.935000', '170018.395000', '170018.855000', '170019.315000', '170019.775000', '170020.235000', '170020.695000', '170021.155000', '170021.615000', '170022.075000', '170022.535000', '170022.995000', '170023.455000', '170023.915000', '170024.375000', '170024.835000', '170025.295000', '170025.755000', '170026.215000', '170026.675000', '170027.135000', '170027.595000', '170028.055000', '170028.515000', '170028.975000', '170029.435000', '170029.895000', '170030.355000', '170030.815000', '170031.275000', '170031.735000', '170032.195000', '170032.655000', '170033.115000', '170033.575000', '170034.035000', '170034.495000', '170034.955000', '170035.415000', '170035.875000', '170036.335000', '170036.795000', '170037.255000', '170037.715000', '170038.175000', '170038.635000', '170039.095000', '170039.555000', '170040.015000', '170040.475000', '170040.935000', '170041.395000', '170041.855000', '170042.315000', '170042.775000', '170043.235000', '170043.695000', '170044.155000', '170044.615000', '170045.075000', '170045.535000', '170045.995000', '170046.455000', '170046.915000', '170047.375000', '170047.835000', '170048.295000', '170048.755000', '170049.215000', '170049.675000', '170050.135000', '170050.595000'], 'ContentTime': ['164702.609000', '164702.613000', '164702.616000', '164702.619000', '164702.622000', '164702.625000', '164702.627000', '164702.632000', '164702.636000', '164702.639000', '164702.642000', '164702.645000', '164702.648000', '164702.651000', '164702.653000', '164702.656000', '164702.659000', '164702.662000', '164702.664000', '164702.667000', '164702.670000', '164702.673000', '164702.676000', '164702.679000', '164702.683000', '164702.686000', '164702.689000', '164702.692000', '164702.694000', '164702.697000', '164702.700000', '164702.703000', '164702.706000', '164702.708000', '164702.711000', '164702.714000', '164702.717000', '164702.719000', '164702.722000', '164702.725000', '164702.728000', '164702.731000', '164702.733000', '164702.736000', '164702.739000', '164702.742000', '164702.745000', '164702.747000', '164702.750000', '164702.753000', '164702.756000', '164702.759000', '164702.761000', '164702.764000', '164702.767000', '164702.770000', '164722.578000', '164722.581000', '164722.584000', '164722.587000', '164722.590000', '164722.592000', '164722.595000', '164722.598000', '164722.601000', '164722.609000', '164722.612000', '164722.615000', '164722.617000', '164722.620000', '164722.623000', '164722.626000', '164722.629000', '164722.631000', '164722.634000', '164722.637000', '164722.640000', '164722.642000', '164722.645000', '164722.648000', '164722.651000', '164722.654000', '164722.656000', '164722.659000', '164722.662000', '164722.665000', '164722.667000', '164722.670000', '164722.673000', '164722.676000', '164722.679000', '164722.681000', '164722.684000', '164722.687000', '164722.690000', '164722.693000', '164722.696000', '164722.698000', '164722.701000', '164722.704000', '164742.578000', '164742.581000', '164742.584000', '164742.587000', '164742.589000', '164742.592000', '164742.595000', '164742.598000', '164742.601000', '164742.603000', '164742.606000', '164742.609000', '164742.612000', '164742.615000', '164742.618000', '164742.621000', '164742.623000', '164742.626000', '164742.629000', '164742.632000', '164742.635000', '164742.637000', '164742.640000', '164742.643000', '164742.646000', '164742.650000', '164742.655000', '164742.658000', '164742.661000', '164742.664000', '164742.667000', '164742.669000', '164742.672000', '164742.675000', '164742.678000', '164742.680000', '164742.683000', '164742.686000', '164742.689000', '164742.692000', '164742.710000', '164742.713000', '164742.716000', '164802.578000', '164802.581000', '164802.584000', '164802.592000', '164802.595000', '164802.598000', '164802.601000', '164802.604000', '164802.606000', '164802.609000', '164802.612000', '164802.615000', '164802.618000', '164802.620000', '164802.623000', '164802.626000', '164802.629000', '164802.632000', '164802.635000', '164802.637000', '164802.640000', '164802.643000', '164802.646000', '164802.649000', '164802.652000', '164802.654000', '164802.657000', '164802.660000', '164802.663000', '164802.666000', '164802.669000', '164802.672000', '164802.674000', '164802.677000', '164802.680000', '164802.683000', '164802.686000', '164802.688000', '164802.691000', '164802.694000', '164802.697000', '164802.700000', '164802.702000', '164802.705000', '164822.578000', '164822.581000', '164822.584000', '164822.587000', '164822.589000', '164822.593000', '164822.596000', '164822.599000', '164822.602000', '164822.605000', '164822.608000', '164822.611000', '164822.613000', '164822.616000', '164822.619000', '164822.622000', '164822.625000', '164822.627000', '164822.630000', '164822.633000', '164822.636000', '164822.639000', '164822.641000', '164822.644000', '164822.647000', '164822.650000', '164822.653000', '164822.658000', '164822.662000', '164822.665000', '164822.668000', '164822.670000', '164822.673000', '164822.676000', '164822.679000', '164822.682000', '164822.684000', '164822.687000', '164822.690000', '164822.693000', '164822.696000', '164822.699000', '164822.701000', '164842.578000', '164842.581000', '164842.584000', '164842.587000', '164842.590000', '164842.592000', '164842.595000', '164842.598000', '164842.601000', '164842.604000', '164842.606000', '164842.609000', '164842.612000', '164842.615000', '164842.618000', '164842.620000', '164842.623000', '164842.626000', '164842.629000', '164842.632000', '164842.634000', '164842.637000', '164842.640000', '164842.643000', '164842.646000', '164842.649000', '164842.651000', '164842.654000', '164842.657000', '164842.660000', '164842.663000', '164842.665000', '164842.668000', '164842.671000', '164842.674000', '164842.677000', '164842.679000', '164842.682000', '164842.685000', '164842.688000', '164842.691000', '164842.694000', '164842.696000', '164842.699000', '164902.578000', '164902.581000', '164902.584000', '164902.587000', '164902.589000', '164902.592000', '164902.595000', '164902.598000', '164902.601000', '164902.604000', '164902.607000', '164902.609000', '164902.612000', '164902.615000', '164902.618000', '164902.621000', '164902.623000', '164902.626000', '164902.629000', '164902.632000', '164902.635000', '164902.637000', '164902.640000', '164902.643000', '164902.646000', '164902.649000', '164902.652000', '164902.654000', '164902.657000', '164902.660000', '164902.663000', '164902.666000', '164902.668000', '164902.671000', '164902.674000', '164902.677000', '164902.680000', '164902.682000', '164902.686000', '164902.690000', '164902.693000', '164902.696000', '164902.699000', '164922.577000', '164922.580000', '164922.583000', '164922.586000', '164922.588000', '164922.591000', '164922.594000', '164922.597000', '164922.600000', '164922.602000', '164922.605000', '164922.608000', '164922.611000', '164922.614000', '164922.617000', '164922.619000', '164922.622000', '164922.625000', '164922.628000', '164922.631000', '164922.633000', '164922.636000', '164922.639000', '164922.642000', '164922.645000', '164922.648000', '164922.650000', '164922.653000', '164922.656000', '164922.659000', '164922.662000', '164922.664000', '164922.667000', '164922.670000', '164922.673000', '164922.676000', '164922.679000', '164922.696000', '164922.699000', '164922.702000', '164922.705000', '164922.707000', '164922.710000', '164922.713000', '164942.578000', '164942.581000', '164942.584000', '164942.587000', '164942.589000', '164942.592000', '164942.595000', '164942.598000', '164942.601000', '164942.603000', '164942.606000', '164942.609000', '164942.612000', '164942.615000', '164942.617000', '164942.620000', '164942.623000', '164942.626000', '164942.629000', '164942.633000', '164942.636000', '164942.639000', '164942.642000', '164942.645000', '164942.647000', '164942.650000', '164942.653000', '164942.656000', '164942.659000', '164942.662000', '164942.664000', '164942.667000', '164942.670000', '164942.673000', '164942.676000', '164942.678000', '164942.681000', '164942.684000', '164942.687000', '164942.690000', '164942.693000', '164942.696000', '164942.699000', '165002.578000', '165002.581000', '165002.584000', '165002.586000', '165002.589000', '165002.592000', '165002.595000', '165002.598000', '165002.601000', '165002.604000', '165002.607000', '165002.609000', '165002.612000', '165002.615000', '165002.618000', '165002.621000', '165002.623000', '165002.626000', '165002.629000', '165002.632000', '165002.634000', '165002.637000', '165002.640000', '165002.643000', '165002.646000', '165002.649000', '165002.651000', '165002.654000', '165002.657000', '165002.660000', '165002.663000', '165002.665000', '165002.668000', '165002.671000', '165002.674000', '165002.677000', '165002.679000', '165002.682000', '165002.685000', '165002.688000', '165002.691000', '165002.697000', '165002.700000', '165002.703000', '165022.578000', '165022.581000', '165022.584000', '165022.587000', '165022.589000', '165022.592000', '165022.595000', '165022.598000', '165022.601000', '165022.604000', '165022.607000', '165022.609000', '165022.612000', '165022.615000', '165022.618000', '165022.621000', '165022.623000', '165022.626000', '165022.629000', '165022.632000', '165022.635000', '165022.638000', '165022.641000', '165022.643000', '165022.646000', '165022.649000', '165022.652000', '165022.655000', '165022.657000', '165022.660000', '165022.663000', '165022.666000', '165022.669000', '165022.672000', '165022.674000', '165022.677000', '165022.680000', '165022.683000', '165022.686000', '165022.689000', '165022.691000', '165022.694000', '165022.697000', '165042.578000', '165042.581000', '165042.584000', '165042.587000', '165042.589000', '165042.592000', '165042.595000', '165042.598000', '165042.601000', '165042.604000', '165042.607000', '165042.609000', '165042.612000', '165042.615000', '165042.625000', '165042.628000', '165042.631000', '165042.634000', '165042.636000', '165042.639000', '165042.642000', '165042.645000', '165042.648000', '165042.651000', '165042.654000', '165042.656000', '165042.659000', '165042.662000', '165042.665000', '165042.668000', '165042.670000', '165042.673000', '165042.676000', '165042.679000', '165042.682000', '165042.685000', '165042.688000', '165042.690000', '165042.693000', '165042.696000', '165042.699000', '165042.702000', '165042.704000', '165042.707000', '165102.578000', '165102.581000', '165102.584000', '165102.587000', '165102.589000', '165102.592000', '165102.595000', '165102.598000', '165102.601000', '165102.604000', '165102.606000', '165102.609000', '165102.612000', '165102.615000', '165102.618000', '165102.620000', '165102.623000', '165102.639000', '165102.641000', '165102.644000', '165102.647000', '165102.650000', '165102.653000', '165102.655000', '165102.658000', '165102.661000', '165102.664000', '165102.667000', '165102.671000', '165102.674000', '165102.677000', '165102.680000', '165102.683000', '165102.686000', '165102.688000', '165102.691000', '165102.694000', '165102.697000', '165102.700000', '165102.702000', '165102.705000', '165102.708000', '165102.711000', '165122.578000', '165122.581000', '165122.584000', '165122.587000', '165122.589000', '165122.592000', '165122.595000', '165122.598000', '165122.601000', '165122.604000', '165122.606000', '165122.609000', '165122.612000', '165122.615000', '165122.618000', '165122.621000', '165122.623000', '165122.626000', '165122.629000', '165122.632000', '165122.635000', '165122.638000', '165122.641000', '165122.644000', '165122.646000', '165122.649000', '165122.652000', '165122.655000', '165122.658000', '165122.660000', '165122.663000', '165122.666000', '165122.669000', '165122.672000', '165122.675000', '165122.677000', '165122.680000', '165122.683000', '165122.686000', '165122.689000', '165122.691000', '165122.694000', '165122.697000', '165122.700000', '165142.577000', '165142.580000', '165142.583000', '165142.586000', '165142.589000', '165142.591000', '165142.594000', '165142.597000', '165142.600000', '165142.603000', '165142.606000', '165142.608000', '165142.611000', '165142.614000', '165142.617000', '165142.620000', '165142.623000', '165142.625000', '165142.628000', '165142.631000', '165142.634000', '165142.637000', '165142.640000', '165142.642000', '165142.645000', '165142.648000', '165142.651000', '165142.654000', '165142.656000', '165142.659000', '165142.662000', '165142.665000', '165142.668000', '165142.670000', '165142.673000', '165142.676000', '165142.679000', '165142.682000', '165142.685000', '165142.687000', '165142.690000', '165142.693000', '165142.696000', '165202.578000', '165202.581000', '165202.584000', '165202.587000', '165202.590000', '165202.592000', '165202.595000', '165202.598000', '165202.601000', '165202.604000', '165202.607000', '165202.610000', '165202.612000', '165202.615000', '165202.618000', '165202.621000', '165202.624000', '165202.627000', '165202.630000', '165202.632000', '165202.635000', '165202.638000', '165202.641000', '165202.644000', '165202.647000', '165202.649000', '165202.652000', '165202.655000', '165202.658000', '165202.661000', '165202.663000', '165202.666000', '165202.671000', '165202.674000', '165202.677000', '165202.680000', '165202.683000', '165202.686000', '165202.688000', '165202.691000', '165202.694000', '165202.697000', '165202.700000', '165202.703000', '165222.578000', '165222.581000', '165222.584000', '165222.587000', '165222.589000', '165222.592000', '165222.595000', '165222.598000', '165222.601000', '165222.604000', '165222.606000', '165222.609000', '165222.612000', '165222.615000', '165222.618000', '165222.621000', '165222.623000', '165222.626000', '165222.629000', '165222.632000', '165222.635000', '165222.637000', '165222.640000', '165222.643000', '165222.646000', '165222.649000', '165222.652000', '165222.654000', '165222.670000', '165222.673000', '165222.676000', '165222.678000', '165222.681000', '165222.684000', '165222.687000', '165222.690000', '165222.692000', '165222.695000', '165222.698000', '165222.701000', '165222.704000', '165222.708000', '165222.711000', '165242.578000', '165242.581000', '165242.584000', '165242.587000', '165242.589000', '165242.592000', '165242.595000', '165242.598000', '165242.601000', '165242.604000', '165242.606000', '165242.609000', '165242.612000', '165242.615000', '165242.618000', '165242.620000', '165242.623000', '165242.626000', '165242.629000', '165242.632000', '165242.634000', '165242.637000', '165242.640000', '165242.643000', '165242.646000', '165242.648000', '165242.651000', '165242.654000', '165242.657000', '165242.660000', '165242.663000', '165242.665000', '165242.668000', '165242.671000', '165242.674000', '165242.677000', '165242.679000', '165242.682000', '165242.685000', '165242.688000', '165242.691000', '165242.694000', '165242.697000', '165242.699000', '165302.578000', '165302.581000', '165302.584000', '165302.587000', '165302.589000', '165302.592000', '165302.595000', '165302.598000', '165302.601000', '165302.603000', '165302.606000', '165302.609000', '165302.612000', '165302.615000', '165302.618000', '165302.620000', '165302.623000', '165302.626000', '165302.629000', '165302.632000', '165302.634000', '165302.637000', '165302.640000', '165302.643000', '165302.646000', '165302.649000', '165302.651000', '165302.654000', '165302.657000', '165302.660000', '165302.663000', '165302.665000', '165302.668000', '165302.671000', '165302.674000', '165302.677000', '165302.679000', '165302.682000', '165302.685000', '165302.688000', '165302.691000', '165302.694000', '165302.696000', '165322.578000', '165322.581000', '165322.584000', '165322.587000', '165322.590000', '165322.593000', '165322.596000', '165322.599000', '165322.601000', '165322.604000', '165322.607000', '165322.610000', '165322.613000', '165322.616000', '165322.619000', '165322.621000', '165322.624000', '165322.627000', '165322.630000', '165322.633000', '165322.636000', '165322.638000', '165322.641000', '165322.644000', '165322.647000', '165322.650000', '165322.652000', '165322.655000', '165322.658000', '165322.661000', '165322.664000', '165322.667000', '165322.669000', '165322.672000', '165322.675000', '165322.678000', '165322.681000', '165322.683000', '165322.686000', '165322.689000', '165322.692000', '165322.695000', '165322.697000', '165342.578000', '165342.581000', '165342.584000', '165342.587000', '165342.590000', '165342.593000', '165342.595000', '165342.598000', '165342.601000', '165342.604000', '165342.607000', '165342.610000', '165342.612000', '165342.615000', '165342.618000', '165342.621000', '165342.624000', '165342.627000', '165342.629000', '165342.632000', '165342.635000', '165342.638000', '165342.641000', '165342.644000', '165342.646000', '165342.649000', '165342.652000', '165342.655000', '165342.658000', '165342.660000', '165342.663000', '165342.666000', '165342.669000', '165342.672000', '165342.674000', '165342.677000', '165342.680000', '165342.683000', '165342.686000', '165342.688000', '165342.706000', '165342.709000', '165342.712000', '165342.715000', '165402.577000', '165402.580000', '165402.583000', '165402.586000', '165402.589000', '165402.592000', '165402.597000', '165402.601000', '165402.604000', '165402.606000', '165402.609000', '165402.612000', '165402.615000', '165402.618000', '165402.621000', '165402.623000', '165402.626000', '165402.629000', '165402.632000', '165402.635000', '165402.637000', '165402.640000', '165402.643000', '165402.646000', '165402.649000', '165402.652000', '165402.654000', '165402.657000', '165402.660000', '165402.663000', '165402.666000', '165402.668000', '165402.671000', '165402.674000', '165402.677000', '165402.680000', '165402.682000', '165402.685000', '165402.688000', '165402.691000', '165402.694000', '165402.696000', '165402.699000', '165422.578000', '165422.581000', '165422.584000', '165422.587000', '165422.589000', '165422.592000', '165422.595000', '165422.598000', '165422.601000', '165422.603000', '165422.606000', '165422.609000', '165422.612000', '165422.615000', '165422.618000', '165422.621000', '165422.624000', '165422.626000', '165422.629000', '165422.632000', '165422.635000', '165422.638000', '165422.641000', '165422.643000', '165422.646000', '165422.649000', '165422.652000', '165422.655000', '165422.658000', '165422.660000', '165422.663000', '165422.666000', '165422.669000', '165422.672000', '165422.674000', '165422.677000', '165422.680000', '165422.683000', '165422.686000', '165422.689000', '165422.691000', '165422.694000', '165422.697000', '165422.700000', '165442.578000', '165442.581000', '165442.584000', '165442.587000', '165442.590000', '165442.593000', '165442.595000', '165442.599000', '165442.602000', '165442.604000', '165442.607000', '165442.610000', '165442.614000', '165442.618000', '165442.621000', '165442.624000', '165442.626000', '165442.629000', '165442.632000', '165442.635000', '165442.638000', '165442.641000', '165442.643000', '165442.646000', '165442.649000', '165442.652000', '165442.655000', '165442.658000', '165442.660000', '165442.663000', '165442.666000', '165442.669000', '165442.672000', '165442.674000', '165442.677000', '165442.680000', '165442.683000', '165442.686000', '165442.688000', '165442.691000', '165442.694000', '165442.697000', '165442.700000', '165502.578000', '165502.581000', '165502.584000', '165502.587000', '165502.589000', '165502.592000', '165502.595000', '165502.598000', '165502.601000', '165502.604000', '165502.606000', '165502.609000', '165502.612000', '165502.615000', '165502.618000', '165502.621000', '165502.623000', '165502.626000', '165502.629000', '165502.632000', '165502.635000', '165502.637000', '165502.640000', '165502.643000', '165502.646000', '165502.649000', '165502.651000', '165502.654000', '165502.657000', '165502.660000', '165502.663000', '165502.665000', '165502.668000', '165502.671000', '165502.674000', '165502.677000', '165502.692000', '165502.695000', '165502.697000', '165502.700000', '165502.703000', '165502.706000', '165502.709000', '165502.712000', '165522.578000', '165522.581000', '165522.584000', '165522.587000', '165522.589000', '165522.592000', '165522.595000', '165522.598000', '165522.601000', '165522.604000', '165522.607000', '165522.610000', '165522.612000', '165522.615000', '165522.618000', '165522.622000', '165522.626000', '165522.630000', '165522.633000', '165522.636000', '165522.638000', '165522.641000', '165522.644000', '165522.647000', '165522.650000', '165522.653000', '165522.655000', '165522.658000', '165522.661000', '165522.664000', '165522.667000', '165522.669000', '165522.672000', '165522.675000', '165522.678000', '165522.681000', '165522.683000', '165522.686000', '165522.689000', '165522.692000', '165522.695000', '165522.698000', '165522.700000', '165542.578000', '165542.581000', '165542.584000', '165542.587000', '165542.590000', '165542.592000', '165542.595000', '165542.598000', '165542.601000', '165542.604000', '165542.607000', '165542.609000', '165542.612000', '165542.615000', '165542.618000', '165542.621000', '165542.624000', '165542.627000', '165542.630000', '165542.632000', '165542.635000', '165542.638000', '165542.641000', '165542.644000', '165542.647000', '165542.649000', '165542.652000', '165542.655000', '165542.658000', '165542.661000', '165542.663000', '165542.666000', '165542.669000', '165542.672000', '165542.675000', '165542.678000', '165542.680000', '165542.683000', '165542.686000', '165542.689000', '165542.692000', '165542.694000', '165542.697000', '165542.700000', '165602.578000', '165602.582000', '165602.585000', '165602.588000', '165602.591000', '165602.594000', '165602.597000', '165602.599000', '165602.602000', '165602.605000', '165602.608000', '165602.611000', '165602.614000', '165602.616000', '165602.619000', '165602.622000', '165602.625000', '165602.628000', '165602.631000', '165602.634000', '165602.637000', '165602.640000', '165602.643000', '165602.645000', '165602.648000', '165602.651000', '165602.654000', '165602.659000', '165602.663000', '165602.666000', '165602.669000', '165602.672000', '165602.674000', '165602.677000', '165602.680000', '165602.683000', '165602.686000', '165602.689000', '165602.691000', '165602.694000', '165602.697000', '165602.700000', '165602.703000', '165622.577000', '165622.580000', '165622.583000', '165622.586000', '165622.589000', '165622.592000', '165622.594000', '165622.597000', '165622.600000', '165622.603000', '165622.606000', '165622.608000', '165622.611000', '165622.614000', '165622.617000', '165622.620000', '165622.622000', '165622.625000', '165622.628000', '165622.631000', '165622.634000', '165622.637000', '165622.639000', '165622.642000', '165622.645000', '165622.648000', '165622.651000', '165622.653000', '165622.656000', '165622.659000', '165622.662000', '165622.665000', '165622.667000', '165622.683000', '165622.685000', '165622.688000', '165622.691000', '165622.694000', '165622.697000', '165622.699000', '165622.702000', '165622.705000', '165622.708000', '165622.711000', '165642.578000', '165642.581000', '165642.584000', '165642.587000', '165642.589000', '165642.592000', '165642.595000', '165642.598000', '165642.601000', '165642.603000', '165642.606000', '165642.609000', '165642.612000', '165642.615000', '165642.618000', '165642.621000', '165642.623000', '165642.626000', '165642.629000', '165642.632000', '165642.635000', '165642.637000', '165642.640000', '165642.643000', '165642.646000', '165642.649000', '165642.652000', '165642.655000', '165642.657000', '165642.660000', '165642.663000', '165642.667000', '165642.672000', '165642.675000', '165642.678000', '165642.681000', '165642.683000', '165642.686000', '165642.689000', '165642.692000', '165642.695000', '165642.697000', '165642.700000', '165702.578000', '165702.581000', '165702.584000', '165702.587000', '165702.590000', '165702.592000', '165702.595000', '165702.598000', '165702.601000', '165702.604000', '165702.606000', '165702.609000', '165702.612000', '165702.615000', '165702.618000', '165702.621000', '165702.623000', '165702.626000', '165702.629000', '165702.632000', '165702.635000', '165702.638000', '165702.640000', '165702.643000', '165702.646000', '165702.649000', '165702.652000', '165702.654000', '165702.657000', '165702.660000', '165702.663000', '165702.666000', '165702.669000', '165702.671000', '165702.674000', '165702.677000', '165702.680000', '165702.683000', '165702.685000', '165702.688000', '165702.691000', '165702.694000', '165702.697000', '165702.700000', '165722.578000', '165722.581000', '165722.584000', '165722.587000', '165722.590000', '165722.592000', '165722.595000', '165722.598000', '165722.601000', '165722.604000', '165722.606000', '165722.609000', '165722.612000', '165722.615000', '165722.618000', '165722.622000', '165722.625000', '165722.628000', '165722.631000', '165722.634000', '165722.637000', '165722.640000', '165722.643000', '165722.645000', '165722.648000', '165722.651000', '165722.657000', '165722.660000', '165722.663000', '165722.666000', '165722.668000', '165722.671000', '165722.674000', '165722.677000', '165722.680000', '165722.683000', '165722.686000', '165722.688000', '165722.691000', '165722.694000', '165722.699000', '165722.703000', '165722.706000', '165742.578000', '165742.581000', '165742.584000', '165742.587000', '165742.590000', '165742.593000', '165742.595000', '165742.598000', '165742.601000', '165742.604000', '165742.607000', '165742.610000', '165742.612000', '165742.615000', '165742.618000', '165742.634000', '165742.637000', '165742.640000', '165742.643000', '165742.646000', '165742.648000', '165742.651000', '165742.654000', '165742.657000', '165742.660000', '165742.662000', '165742.665000', '165742.668000', '165742.671000', '165742.674000', '165742.677000', '165742.680000', '165742.683000', '165742.685000', '165742.688000', '165742.691000', '165742.694000', '165742.697000', '165742.699000', '165742.702000', '165742.705000', '165742.708000', '165742.711000', '165742.713000', '165802.578000', '165802.581000', '165802.584000', '165802.587000', '165802.589000', '165802.592000', '165802.595000', '165802.598000', '165802.601000', '165802.603000', '165802.606000', '165802.609000', '165802.612000', '165802.615000', '165802.618000', '165802.620000', '165802.623000', '165802.626000', '165802.629000', '165802.632000', '165802.635000', '165802.637000', '165802.640000', '165802.643000', '165802.646000', '165802.649000', '165802.651000', '165802.654000', '165802.657000', '165802.660000', '165802.663000', '165802.666000', '165802.668000', '165802.671000', '165802.674000', '165802.677000', '165802.680000', '165802.683000', '165802.685000', '165802.688000', '165802.691000', '165802.694000', '165802.698000', '165822.578000', '165822.581000', '165822.584000', '165822.587000', '165822.590000', '165822.592000', '165822.595000', '165822.598000', '165822.601000', '165822.604000', '165822.606000', '165822.609000', '165822.612000', '165822.615000', '165822.618000', '165822.621000', '165822.624000', '165822.626000', '165822.629000', '165822.632000', '165822.635000', '165822.638000', '165822.640000', '165822.643000', '165822.646000', '165822.649000', '165822.652000', '165822.655000', '165822.658000', '165822.660000', '165822.663000', '165822.666000', '165822.669000', '165822.672000', '165822.674000', '165822.677000', '165822.680000', '165822.683000', '165822.686000', '165822.688000', '165822.691000', '165822.694000', '165822.697000', '165822.700000', '165842.577000', '165842.580000', '165842.583000', '165842.586000', '165842.589000', '165842.591000', '165842.594000', '165842.597000', '165842.600000', '165842.603000', '165842.605000', '165842.608000', '165842.611000', '165842.614000', '165842.617000', '165842.620000', '165842.622000', '165842.625000', '165842.628000', '165842.631000', '165842.634000', '165842.637000', '165842.639000', '165842.642000', '165842.645000', '165842.648000', '165842.651000', '165842.654000', '165842.657000', '165842.661000', '165842.664000', '165842.666000', '165842.669000', '165842.672000', '165842.675000', '165842.678000', '165842.680000', '165842.683000', '165842.686000', '165842.689000', '165842.705000', '165842.708000', '165842.711000', '165902.578000', '165902.581000', '165902.584000', '165902.587000', '165902.589000', '165902.592000', '165902.595000', '165902.598000', '165902.601000', '165902.603000', '165902.606000', '165902.609000', '165902.612000', '165902.615000', '165902.618000', '165902.620000', '165902.623000', '165902.626000', '165902.629000', '165902.632000', '165902.635000', '165902.638000', '165902.640000', '165902.643000', '165902.646000', '165902.649000', '165902.652000', '165902.654000', '165902.657000', '165902.660000', '165902.663000', '165902.666000', '165902.669000', '165902.671000', '165902.674000', '165902.677000', '165902.680000', '165902.682000', '165902.685000', '165902.688000', '165902.691000', '165902.694000', '165902.696000', '165902.699000', '165922.578000', '165922.581000', '165922.584000', '165922.587000', '165922.590000', '165922.592000', '165922.595000', '165922.598000', '165922.601000', '165922.604000', '165922.606000', '165922.609000', '165922.612000', '165922.615000', '165922.618000', '165922.621000', '165922.623000', '165922.626000', '165922.629000', '165922.632000', '165922.635000', '165922.637000', '165922.640000', '165922.643000', '165922.646000', '165922.649000', '165922.651000', '165922.654000', '165922.657000', '165922.660000', '165922.663000', '165922.665000', '165922.668000', '165922.671000', '165922.674000', '165922.677000', '165922.679000', '165922.682000', '165922.685000', '165922.688000', '165922.691000', '165922.693000', '165922.696000', '165942.578000', '165942.581000', '165942.584000', '165942.587000', '165942.590000', '165942.592000', '165942.595000', '165942.598000', '165942.601000', '165942.604000', '165942.606000', '165942.609000', '165942.612000', '165942.615000', '165942.618000', '165942.620000', '165942.623000', '165942.626000', '165942.629000', '165942.632000', '165942.635000', '165942.638000', '165942.640000', '165942.643000', '165942.646000', '165942.649000', '165942.652000', '165942.655000', '165942.657000', '165942.660000', '165942.663000', '165942.666000', '165942.669000', '165942.671000', '165942.674000', '165942.677000', '165942.680000', '165942.683000', '165942.685000', '165942.688000', '165942.691000', '165942.694000', '165942.697000', '165942.699000', '170002.578000', '170002.581000', '170002.584000', '170002.587000', '170002.589000', '170002.592000', '170002.595000', '170002.598000', '170002.601000', '170002.614000', '170002.616000', '170002.619000', '170002.622000', '170002.625000', '170002.628000', '170002.631000', '170002.634000', '170002.636000', '170002.639000', '170002.642000', '170002.645000', '170002.648000', '170002.650000', '170002.653000', '170002.656000', '170002.659000', '170002.662000', '170002.664000', '170002.667000', '170002.670000', '170002.673000', '170002.676000', '170002.678000', '170002.681000', '170002.684000', '170002.687000', '170002.690000', '170002.692000', '170002.696000', '170002.699000', '170002.702000', '170002.705000', '170002.708000', '170022.578000', '170022.581000', '170022.584000', '170022.587000', '170022.590000', '170022.592000', '170022.595000', '170022.598000', '170022.601000', '170022.604000', '170022.607000', '170022.610000', '170022.612000', '170022.615000', '170022.618000', '170022.621000', '170022.624000', '170022.627000', '170022.629000', '170022.632000', '170022.635000', '170022.638000', '170022.641000', '170022.644000', '170022.646000', '170022.649000', '170022.652000', '170022.655000', '170022.658000', '170022.660000', '170022.663000', '170022.666000', '170022.669000', '170022.672000', '170022.675000', '170022.677000', '170022.680000', '170022.683000', '170022.686000', '170022.689000', '170022.691000', '170022.694000', '170022.697000', '170022.700000', '170042.578000', '170042.581000', '170042.584000', '170042.587000', '170042.590000', '170042.592000', '170042.595000', '170042.598000', '170042.601000', '170042.604000', '170042.607000', '170042.610000', '170042.612000', '170042.615000', '170042.618000', '170042.621000', '170042.624000', '170042.626000', '170042.629000', '170042.632000', '170042.635000', '170042.638000', '170042.641000', '170042.644000', '170042.646000', '170042.649000', '170042.652000', '170042.655000', '170042.658000', '170042.661000', '170042.663000', '170042.666000', '170042.669000', '170042.672000', '170042.675000', '170042.678000', '170042.680000', '170042.683000', '170042.686000', '170042.689000', '170042.692000', '170042.694000', '170042.697000', '170051.585000', '170051.589000', '170051.592000', '170051.595000', '170051.598000', '170051.601000', '170051.604000', '170051.607000', '170051.610000', '170051.613000', '170051.616000', '170051.620000', '170051.623000', '170051.627000', '170051.631000', '170051.634000', '170051.638000', '170051.640000', '170051.643000', '170051.646000'], 'InstanceCreationTime': ['164702.609000', '164702.613000', '164702.616000', '164702.619000', '164702.622000', '164702.625000', '164702.627000', '164702.632000', '164702.636000', '164702.639000', '164702.642000', '164702.645000', '164702.648000', '164702.651000', '164702.653000', '164702.656000', '164702.659000', '164702.662000', '164702.664000', '164702.667000', '164702.670000', '164702.673000', '164702.676000', '164702.679000', '164702.683000', '164702.686000', '164702.689000', '164702.692000', '164702.694000', '164702.697000', '164702.700000', '164702.703000', '164702.706000', '164702.708000', '164702.711000', '164702.714000', '164702.717000', '164702.719000', '164702.722000', '164702.725000', '164702.728000', '164702.731000', '164702.733000', '164702.736000', '164702.739000', '164702.742000', '164702.745000', '164702.747000', '164702.750000', '164702.753000', '164702.756000', '164702.759000', '164702.761000', '164702.764000', '164702.767000', '164702.770000', '164722.578000', '164722.581000', '164722.584000', '164722.587000', '164722.590000', '164722.592000', '164722.595000', '164722.598000', '164722.601000', '164722.609000', '164722.612000', '164722.615000', '164722.617000', '164722.620000', '164722.623000', '164722.626000', '164722.629000', '164722.631000', '164722.634000', '164722.637000', '164722.640000', '164722.642000', '164722.645000', '164722.648000', '164722.651000', '164722.654000', '164722.656000', '164722.659000', '164722.662000', '164722.665000', '164722.667000', '164722.670000', '164722.673000', '164722.676000', '164722.679000', '164722.681000', '164722.684000', '164722.687000', '164722.690000', '164722.693000', '164722.696000', '164722.698000', '164722.701000', '164722.704000', '164742.578000', '164742.581000', '164742.584000', '164742.587000', '164742.589000', '164742.592000', '164742.595000', '164742.598000', '164742.601000', '164742.603000', '164742.606000', '164742.609000', '164742.612000', '164742.615000', '164742.618000', '164742.621000', '164742.623000', '164742.626000', '164742.629000', '164742.632000', '164742.635000', '164742.637000', '164742.640000', '164742.643000', '164742.646000', '164742.650000', '164742.655000', '164742.658000', '164742.661000', '164742.664000', '164742.667000', '164742.669000', '164742.672000', '164742.675000', '164742.678000', '164742.680000', '164742.683000', '164742.686000', '164742.689000', '164742.692000', '164742.710000', '164742.713000', '164742.716000', '164802.578000', '164802.581000', '164802.584000', '164802.592000', '164802.595000', '164802.598000', '164802.601000', '164802.604000', '164802.606000', '164802.609000', '164802.612000', '164802.615000', '164802.618000', '164802.620000', '164802.623000', '164802.626000', '164802.629000', '164802.632000', '164802.635000', '164802.637000', '164802.640000', '164802.643000', '164802.646000', '164802.649000', '164802.652000', '164802.654000', '164802.657000', '164802.660000', '164802.663000', '164802.666000', '164802.669000', '164802.672000', '164802.674000', '164802.677000', '164802.680000', '164802.683000', '164802.686000', '164802.688000', '164802.691000', '164802.694000', '164802.697000', '164802.700000', '164802.702000', '164802.705000', '164822.578000', '164822.581000', '164822.584000', '164822.587000', '164822.589000', '164822.593000', '164822.596000', '164822.599000', '164822.602000', '164822.605000', '164822.608000', '164822.611000', '164822.613000', '164822.616000', '164822.619000', '164822.622000', '164822.625000', '164822.627000', '164822.630000', '164822.633000', '164822.636000', '164822.639000', '164822.641000', '164822.644000', '164822.647000', '164822.650000', '164822.653000', '164822.658000', '164822.662000', '164822.665000', '164822.668000', '164822.670000', '164822.673000', '164822.676000', '164822.679000', '164822.682000', '164822.684000', '164822.687000', '164822.690000', '164822.693000', '164822.696000', '164822.699000', '164822.701000', '164842.578000', '164842.581000', '164842.584000', '164842.587000', '164842.590000', '164842.592000', '164842.595000', '164842.598000', '164842.601000', '164842.604000', '164842.606000', '164842.609000', '164842.612000', '164842.615000', '164842.618000', '164842.620000', '164842.623000', '164842.626000', '164842.629000', '164842.632000', '164842.634000', '164842.637000', '164842.640000', '164842.643000', '164842.646000', '164842.649000', '164842.651000', '164842.654000', '164842.657000', '164842.660000', '164842.663000', '164842.665000', '164842.668000', '164842.671000', '164842.674000', '164842.677000', '164842.679000', '164842.682000', '164842.685000', '164842.688000', '164842.691000', '164842.694000', '164842.696000', '164842.699000', '164902.578000', '164902.581000', '164902.584000', '164902.587000', '164902.589000', '164902.592000', '164902.595000', '164902.598000', '164902.601000', '164902.604000', '164902.607000', '164902.609000', '164902.612000', '164902.615000', '164902.618000', '164902.621000', '164902.623000', '164902.626000', '164902.629000', '164902.632000', '164902.635000', '164902.637000', '164902.640000', '164902.643000', '164902.646000', '164902.649000', '164902.652000', '164902.654000', '164902.657000', '164902.660000', '164902.663000', '164902.666000', '164902.668000', '164902.671000', '164902.674000', '164902.677000', '164902.680000', '164902.682000', '164902.686000', '164902.690000', '164902.693000', '164902.696000', '164902.699000', '164922.577000', '164922.580000', '164922.583000', '164922.586000', '164922.588000', '164922.591000', '164922.594000', '164922.597000', '164922.600000', '164922.602000', '164922.605000', '164922.608000', '164922.611000', '164922.614000', '164922.617000', '164922.619000', '164922.622000', '164922.625000', '164922.628000', '164922.631000', '164922.633000', '164922.636000', '164922.639000', '164922.642000', '164922.645000', '164922.648000', '164922.650000', '164922.653000', '164922.656000', '164922.659000', '164922.662000', '164922.664000', '164922.667000', '164922.670000', '164922.673000', '164922.676000', '164922.679000', '164922.696000', '164922.699000', '164922.702000', '164922.705000', '164922.707000', '164922.710000', '164922.713000', '164942.578000', '164942.581000', '164942.584000', '164942.587000', '164942.589000', '164942.592000', '164942.595000', '164942.598000', '164942.601000', '164942.603000', '164942.606000', '164942.609000', '164942.612000', '164942.615000', '164942.617000', '164942.620000', '164942.623000', '164942.626000', '164942.629000', '164942.633000', '164942.636000', '164942.639000', '164942.642000', '164942.645000', '164942.647000', '164942.650000', '164942.653000', '164942.656000', '164942.659000', '164942.662000', '164942.664000', '164942.667000', '164942.670000', '164942.673000', '164942.676000', '164942.678000', '164942.681000', '164942.684000', '164942.687000', '164942.690000', '164942.693000', '164942.696000', '164942.699000', '165002.578000', '165002.581000', '165002.584000', '165002.586000', '165002.589000', '165002.592000', '165002.595000', '165002.598000', '165002.601000', '165002.604000', '165002.607000', '165002.609000', '165002.612000', '165002.615000', '165002.618000', '165002.621000', '165002.623000', '165002.626000', '165002.629000', '165002.632000', '165002.634000', '165002.637000', '165002.640000', '165002.643000', '165002.646000', '165002.649000', '165002.651000', '165002.654000', '165002.657000', '165002.660000', '165002.663000', '165002.665000', '165002.668000', '165002.671000', '165002.674000', '165002.677000', '165002.679000', '165002.682000', '165002.685000', '165002.688000', '165002.691000', '165002.697000', '165002.700000', '165002.703000', '165022.578000', '165022.581000', '165022.584000', '165022.587000', '165022.589000', '165022.592000', '165022.595000', '165022.598000', '165022.601000', '165022.604000', '165022.607000', '165022.609000', '165022.612000', '165022.615000', '165022.618000', '165022.621000', '165022.623000', '165022.626000', '165022.629000', '165022.632000', '165022.635000', '165022.638000', '165022.641000', '165022.643000', '165022.646000', '165022.649000', '165022.652000', '165022.655000', '165022.657000', '165022.660000', '165022.663000', '165022.666000', '165022.669000', '165022.672000', '165022.674000', '165022.677000', '165022.680000', '165022.683000', '165022.686000', '165022.689000', '165022.691000', '165022.694000', '165022.697000', '165042.578000', '165042.581000', '165042.584000', '165042.587000', '165042.589000', '165042.592000', '165042.595000', '165042.598000', '165042.601000', '165042.604000', '165042.607000', '165042.609000', '165042.612000', '165042.615000', '165042.625000', '165042.628000', '165042.631000', '165042.634000', '165042.636000', '165042.639000', '165042.642000', '165042.645000', '165042.648000', '165042.651000', '165042.654000', '165042.656000', '165042.659000', '165042.662000', '165042.665000', '165042.668000', '165042.670000', '165042.673000', '165042.676000', '165042.679000', '165042.682000', '165042.685000', '165042.688000', '165042.690000', '165042.693000', '165042.696000', '165042.699000', '165042.702000', '165042.704000', '165042.707000', '165102.578000', '165102.581000', '165102.584000', '165102.587000', '165102.589000', '165102.592000', '165102.595000', '165102.598000', '165102.601000', '165102.604000', '165102.606000', '165102.609000', '165102.612000', '165102.615000', '165102.618000', '165102.620000', '165102.623000', '165102.639000', '165102.641000', '165102.644000', '165102.647000', '165102.650000', '165102.653000', '165102.655000', '165102.658000', '165102.661000', '165102.664000', '165102.667000', '165102.671000', '165102.674000', '165102.677000', '165102.680000', '165102.683000', '165102.686000', '165102.688000', '165102.691000', '165102.694000', '165102.697000', '165102.700000', '165102.702000', '165102.705000', '165102.708000', '165102.711000', '165122.578000', '165122.581000', '165122.584000', '165122.587000', '165122.589000', '165122.592000', '165122.595000', '165122.598000', '165122.601000', '165122.604000', '165122.606000', '165122.609000', '165122.612000', '165122.615000', '165122.618000', '165122.621000', '165122.623000', '165122.626000', '165122.629000', '165122.632000', '165122.635000', '165122.638000', '165122.641000', '165122.644000', '165122.646000', '165122.649000', '165122.652000', '165122.655000', '165122.658000', '165122.660000', '165122.663000', '165122.666000', '165122.669000', '165122.672000', '165122.675000', '165122.677000', '165122.680000', '165122.683000', '165122.686000', '165122.689000', '165122.691000', '165122.694000', '165122.697000', '165122.700000', '165142.577000', '165142.580000', '165142.583000', '165142.586000', '165142.589000', '165142.591000', '165142.594000', '165142.597000', '165142.600000', '165142.603000', '165142.606000', '165142.608000', '165142.611000', '165142.614000', '165142.617000', '165142.620000', '165142.623000', '165142.625000', '165142.628000', '165142.631000', '165142.634000', '165142.637000', '165142.640000', '165142.642000', '165142.645000', '165142.648000', '165142.651000', '165142.654000', '165142.656000', '165142.659000', '165142.662000', '165142.665000', '165142.668000', '165142.670000', '165142.673000', '165142.676000', '165142.679000', '165142.682000', '165142.685000', '165142.687000', '165142.690000', '165142.693000', '165142.696000', '165202.578000', '165202.581000', '165202.584000', '165202.587000', '165202.590000', '165202.592000', '165202.595000', '165202.598000', '165202.601000', '165202.604000', '165202.607000', '165202.610000', '165202.612000', '165202.615000', '165202.618000', '165202.621000', '165202.624000', '165202.627000', '165202.630000', '165202.632000', '165202.635000', '165202.638000', '165202.641000', '165202.644000', '165202.647000', '165202.649000', '165202.652000', '165202.655000', '165202.658000', '165202.661000', '165202.663000', '165202.666000', '165202.671000', '165202.674000', '165202.677000', '165202.680000', '165202.683000', '165202.686000', '165202.688000', '165202.691000', '165202.694000', '165202.697000', '165202.700000', '165202.703000', '165222.578000', '165222.581000', '165222.584000', '165222.587000', '165222.589000', '165222.592000', '165222.595000', '165222.598000', '165222.601000', '165222.604000', '165222.606000', '165222.609000', '165222.612000', '165222.615000', '165222.618000', '165222.621000', '165222.623000', '165222.626000', '165222.629000', '165222.632000', '165222.635000', '165222.637000', '165222.640000', '165222.643000', '165222.646000', '165222.649000', '165222.652000', '165222.654000', '165222.670000', '165222.673000', '165222.676000', '165222.678000', '165222.681000', '165222.684000', '165222.687000', '165222.690000', '165222.692000', '165222.695000', '165222.698000', '165222.701000', '165222.704000', '165222.708000', '165222.711000', '165242.578000', '165242.581000', '165242.584000', '165242.587000', '165242.589000', '165242.592000', '165242.595000', '165242.598000', '165242.601000', '165242.604000', '165242.606000', '165242.609000', '165242.612000', '165242.615000', '165242.618000', '165242.620000', '165242.623000', '165242.626000', '165242.629000', '165242.632000', '165242.634000', '165242.637000', '165242.640000', '165242.643000', '165242.646000', '165242.648000', '165242.651000', '165242.654000', '165242.657000', '165242.660000', '165242.663000', '165242.665000', '165242.668000', '165242.671000', '165242.674000', '165242.677000', '165242.679000', '165242.682000', '165242.685000', '165242.688000', '165242.691000', '165242.694000', '165242.697000', '165242.699000', '165302.578000', '165302.581000', '165302.584000', '165302.587000', '165302.589000', '165302.592000', '165302.595000', '165302.598000', '165302.601000', '165302.603000', '165302.606000', '165302.609000', '165302.612000', '165302.615000', '165302.618000', '165302.620000', '165302.623000', '165302.626000', '165302.629000', '165302.632000', '165302.634000', '165302.637000', '165302.640000', '165302.643000', '165302.646000', '165302.649000', '165302.651000', '165302.654000', '165302.657000', '165302.660000', '165302.663000', '165302.665000', '165302.668000', '165302.671000', '165302.674000', '165302.677000', '165302.679000', '165302.682000', '165302.685000', '165302.688000', '165302.691000', '165302.694000', '165302.696000', '165322.578000', '165322.581000', '165322.584000', '165322.587000', '165322.590000', '165322.593000', '165322.596000', '165322.599000', '165322.601000', '165322.604000', '165322.607000', '165322.610000', '165322.613000', '165322.616000', '165322.619000', '165322.621000', '165322.624000', '165322.627000', '165322.630000', '165322.633000', '165322.636000', '165322.638000', '165322.641000', '165322.644000', '165322.647000', '165322.650000', '165322.652000', '165322.655000', '165322.658000', '165322.661000', '165322.664000', '165322.667000', '165322.669000', '165322.672000', '165322.675000', '165322.678000', '165322.681000', '165322.683000', '165322.686000', '165322.689000', '165322.692000', '165322.695000', '165322.697000', '165342.578000', '165342.581000', '165342.584000', '165342.587000', '165342.590000', '165342.593000', '165342.595000', '165342.598000', '165342.601000', '165342.604000', '165342.607000', '165342.610000', '165342.612000', '165342.615000', '165342.618000', '165342.621000', '165342.624000', '165342.627000', '165342.629000', '165342.632000', '165342.635000', '165342.638000', '165342.641000', '165342.644000', '165342.646000', '165342.649000', '165342.652000', '165342.655000', '165342.658000', '165342.660000', '165342.663000', '165342.666000', '165342.669000', '165342.672000', '165342.674000', '165342.677000', '165342.680000', '165342.683000', '165342.686000', '165342.688000', '165342.706000', '165342.709000', '165342.712000', '165342.715000', '165402.577000', '165402.580000', '165402.583000', '165402.586000', '165402.589000', '165402.592000', '165402.597000', '165402.601000', '165402.604000', '165402.606000', '165402.609000', '165402.612000', '165402.615000', '165402.618000', '165402.621000', '165402.623000', '165402.626000', '165402.629000', '165402.632000', '165402.635000', '165402.637000', '165402.640000', '165402.643000', '165402.646000', '165402.649000', '165402.652000', '165402.654000', '165402.657000', '165402.660000', '165402.663000', '165402.666000', '165402.668000', '165402.671000', '165402.674000', '165402.677000', '165402.680000', '165402.682000', '165402.685000', '165402.688000', '165402.691000', '165402.694000', '165402.696000', '165402.699000', '165422.578000', '165422.581000', '165422.584000', '165422.587000', '165422.589000', '165422.592000', '165422.595000', '165422.598000', '165422.601000', '165422.603000', '165422.606000', '165422.609000', '165422.612000', '165422.615000', '165422.618000', '165422.621000', '165422.624000', '165422.626000', '165422.629000', '165422.632000', '165422.635000', '165422.638000', '165422.641000', '165422.643000', '165422.646000', '165422.649000', '165422.652000', '165422.655000', '165422.658000', '165422.660000', '165422.663000', '165422.666000', '165422.669000', '165422.672000', '165422.674000', '165422.677000', '165422.680000', '165422.683000', '165422.686000', '165422.689000', '165422.691000', '165422.694000', '165422.697000', '165422.700000', '165442.578000', '165442.581000', '165442.584000', '165442.587000', '165442.590000', '165442.593000', '165442.595000', '165442.599000', '165442.602000', '165442.604000', '165442.607000', '165442.610000', '165442.614000', '165442.618000', '165442.621000', '165442.624000', '165442.626000', '165442.629000', '165442.632000', '165442.635000', '165442.638000', '165442.641000', '165442.643000', '165442.646000', '165442.649000', '165442.652000', '165442.655000', '165442.658000', '165442.660000', '165442.663000', '165442.666000', '165442.669000', '165442.672000', '165442.674000', '165442.677000', '165442.680000', '165442.683000', '165442.686000', '165442.688000', '165442.691000', '165442.694000', '165442.697000', '165442.700000', '165502.578000', '165502.581000', '165502.584000', '165502.587000', '165502.589000', '165502.592000', '165502.595000', '165502.598000', '165502.601000', '165502.604000', '165502.606000', '165502.609000', '165502.612000', '165502.615000', '165502.618000', '165502.621000', '165502.623000', '165502.626000', '165502.629000', '165502.632000', '165502.635000', '165502.637000', '165502.640000', '165502.643000', '165502.646000', '165502.649000', '165502.651000', '165502.654000', '165502.657000', '165502.660000', '165502.663000', '165502.665000', '165502.668000', '165502.671000', '165502.674000', '165502.677000', '165502.692000', '165502.695000', '165502.697000', '165502.700000', '165502.703000', '165502.706000', '165502.709000', '165502.712000', '165522.578000', '165522.581000', '165522.584000', '165522.587000', '165522.589000', '165522.592000', '165522.595000', '165522.598000', '165522.601000', '165522.604000', '165522.607000', '165522.610000', '165522.612000', '165522.615000', '165522.618000', '165522.622000', '165522.626000', '165522.630000', '165522.633000', '165522.636000', '165522.638000', '165522.641000', '165522.644000', '165522.647000', '165522.650000', '165522.653000', '165522.655000', '165522.658000', '165522.661000', '165522.664000', '165522.667000', '165522.669000', '165522.672000', '165522.675000', '165522.678000', '165522.681000', '165522.683000', '165522.686000', '165522.689000', '165522.692000', '165522.695000', '165522.698000', '165522.700000', '165542.578000', '165542.581000', '165542.584000', '165542.587000', '165542.590000', '165542.592000', '165542.595000', '165542.598000', '165542.601000', '165542.604000', '165542.607000', '165542.609000', '165542.612000', '165542.615000', '165542.618000', '165542.621000', '165542.624000', '165542.627000', '165542.630000', '165542.632000', '165542.635000', '165542.638000', '165542.641000', '165542.644000', '165542.647000', '165542.649000', '165542.652000', '165542.655000', '165542.658000', '165542.661000', '165542.663000', '165542.666000', '165542.669000', '165542.672000', '165542.675000', '165542.678000', '165542.680000', '165542.683000', '165542.686000', '165542.689000', '165542.692000', '165542.694000', '165542.697000', '165542.700000', '165602.578000', '165602.582000', '165602.585000', '165602.588000', '165602.591000', '165602.594000', '165602.597000', '165602.599000', '165602.602000', '165602.605000', '165602.608000', '165602.611000', '165602.614000', '165602.616000', '165602.619000', '165602.622000', '165602.625000', '165602.628000', '165602.631000', '165602.634000', '165602.637000', '165602.640000', '165602.643000', '165602.645000', '165602.648000', '165602.651000', '165602.654000', '165602.659000', '165602.663000', '165602.666000', '165602.669000', '165602.672000', '165602.674000', '165602.677000', '165602.680000', '165602.683000', '165602.686000', '165602.689000', '165602.691000', '165602.694000', '165602.697000', '165602.700000', '165602.703000', '165622.577000', '165622.580000', '165622.583000', '165622.586000', '165622.589000', '165622.592000', '165622.594000', '165622.597000', '165622.600000', '165622.603000', '165622.606000', '165622.608000', '165622.611000', '165622.614000', '165622.617000', '165622.620000', '165622.622000', '165622.625000', '165622.628000', '165622.631000', '165622.634000', '165622.637000', '165622.639000', '165622.642000', '165622.645000', '165622.648000', '165622.651000', '165622.653000', '165622.656000', '165622.659000', '165622.662000', '165622.665000', '165622.667000', '165622.683000', '165622.685000', '165622.688000', '165622.691000', '165622.694000', '165622.697000', '165622.699000', '165622.702000', '165622.705000', '165622.708000', '165622.711000', '165642.578000', '165642.581000', '165642.584000', '165642.587000', '165642.589000', '165642.592000', '165642.595000', '165642.598000', '165642.601000', '165642.603000', '165642.606000', '165642.609000', '165642.612000', '165642.615000', '165642.618000', '165642.621000', '165642.623000', '165642.626000', '165642.629000', '165642.632000', '165642.635000', '165642.637000', '165642.640000', '165642.643000', '165642.646000', '165642.649000', '165642.652000', '165642.655000', '165642.657000', '165642.660000', '165642.663000', '165642.667000', '165642.672000', '165642.675000', '165642.678000', '165642.681000', '165642.683000', '165642.686000', '165642.689000', '165642.692000', '165642.695000', '165642.697000', '165642.700000', '165702.578000', '165702.581000', '165702.584000', '165702.587000', '165702.590000', '165702.592000', '165702.595000', '165702.598000', '165702.601000', '165702.604000', '165702.606000', '165702.609000', '165702.612000', '165702.615000', '165702.618000', '165702.621000', '165702.623000', '165702.626000', '165702.629000', '165702.632000', '165702.635000', '165702.638000', '165702.640000', '165702.643000', '165702.646000', '165702.649000', '165702.652000', '165702.654000', '165702.657000', '165702.660000', '165702.663000', '165702.666000', '165702.669000', '165702.671000', '165702.674000', '165702.677000', '165702.680000', '165702.683000', '165702.685000', '165702.688000', '165702.691000', '165702.694000', '165702.697000', '165702.700000', '165722.578000', '165722.581000', '165722.584000', '165722.587000', '165722.590000', '165722.592000', '165722.595000', '165722.598000', '165722.601000', '165722.604000', '165722.606000', '165722.609000', '165722.612000', '165722.615000', '165722.618000', '165722.622000', '165722.625000', '165722.628000', '165722.631000', '165722.634000', '165722.637000', '165722.640000', '165722.643000', '165722.645000', '165722.648000', '165722.651000', '165722.657000', '165722.660000', '165722.663000', '165722.666000', '165722.668000', '165722.671000', '165722.674000', '165722.677000', '165722.680000', '165722.683000', '165722.686000', '165722.688000', '165722.691000', '165722.694000', '165722.699000', '165722.703000', '165722.706000', '165742.578000', '165742.581000', '165742.584000', '165742.587000', '165742.590000', '165742.593000', '165742.595000', '165742.598000', '165742.601000', '165742.604000', '165742.607000', '165742.610000', '165742.612000', '165742.615000', '165742.618000', '165742.634000', '165742.637000', '165742.640000', '165742.643000', '165742.646000', '165742.648000', '165742.651000', '165742.654000', '165742.657000', '165742.660000', '165742.662000', '165742.665000', '165742.668000', '165742.671000', '165742.674000', '165742.677000', '165742.680000', '165742.683000', '165742.685000', '165742.688000', '165742.691000', '165742.694000', '165742.697000', '165742.699000', '165742.702000', '165742.705000', '165742.708000', '165742.711000', '165742.713000', '165802.578000', '165802.581000', '165802.584000', '165802.587000', '165802.589000', '165802.592000', '165802.595000', '165802.598000', '165802.601000', '165802.603000', '165802.606000', '165802.609000', '165802.612000', '165802.615000', '165802.618000', '165802.620000', '165802.623000', '165802.626000', '165802.629000', '165802.632000', '165802.635000', '165802.637000', '165802.640000', '165802.643000', '165802.646000', '165802.649000', '165802.651000', '165802.654000', '165802.657000', '165802.660000', '165802.663000', '165802.666000', '165802.668000', '165802.671000', '165802.674000', '165802.677000', '165802.680000', '165802.683000', '165802.685000', '165802.688000', '165802.691000', '165802.694000', '165802.698000', '165822.578000', '165822.581000', '165822.584000', '165822.587000', '165822.590000', '165822.592000', '165822.595000', '165822.598000', '165822.601000', '165822.604000', '165822.606000', '165822.609000', '165822.612000', '165822.615000', '165822.618000', '165822.621000', '165822.624000', '165822.626000', '165822.629000', '165822.632000', '165822.635000', '165822.638000', '165822.640000', '165822.643000', '165822.646000', '165822.649000', '165822.652000', '165822.655000', '165822.658000', '165822.660000', '165822.663000', '165822.666000', '165822.669000', '165822.672000', '165822.674000', '165822.677000', '165822.680000', '165822.683000', '165822.686000', '165822.688000', '165822.691000', '165822.694000', '165822.697000', '165822.700000', '165842.577000', '165842.580000', '165842.583000', '165842.586000', '165842.589000', '165842.591000', '165842.594000', '165842.597000', '165842.600000', '165842.603000', '165842.605000', '165842.608000', '165842.611000', '165842.614000', '165842.617000', '165842.620000', '165842.622000', '165842.625000', '165842.628000', '165842.631000', '165842.634000', '165842.637000', '165842.639000', '165842.642000', '165842.645000', '165842.648000', '165842.651000', '165842.654000', '165842.657000', '165842.661000', '165842.664000', '165842.666000', '165842.669000', '165842.672000', '165842.675000', '165842.678000', '165842.680000', '165842.683000', '165842.686000', '165842.689000', '165842.705000', '165842.708000', '165842.711000', '165902.578000', '165902.581000', '165902.584000', '165902.587000', '165902.589000', '165902.592000', '165902.595000', '165902.598000', '165902.601000', '165902.603000', '165902.606000', '165902.609000', '165902.612000', '165902.615000', '165902.618000', '165902.620000', '165902.623000', '165902.626000', '165902.629000', '165902.632000', '165902.635000', '165902.638000', '165902.640000', '165902.643000', '165902.646000', '165902.649000', '165902.652000', '165902.654000', '165902.657000', '165902.660000', '165902.663000', '165902.666000', '165902.669000', '165902.671000', '165902.674000', '165902.677000', '165902.680000', '165902.682000', '165902.685000', '165902.688000', '165902.691000', '165902.694000', '165902.696000', '165902.699000', '165922.578000', '165922.581000', '165922.584000', '165922.587000', '165922.590000', '165922.592000', '165922.595000', '165922.598000', '165922.601000', '165922.604000', '165922.606000', '165922.609000', '165922.612000', '165922.615000', '165922.618000', '165922.621000', '165922.623000', '165922.626000', '165922.629000', '165922.632000', '165922.635000', '165922.637000', '165922.640000', '165922.643000', '165922.646000', '165922.649000', '165922.651000', '165922.654000', '165922.657000', '165922.660000', '165922.663000', '165922.665000', '165922.668000', '165922.671000', '165922.674000', '165922.677000', '165922.679000', '165922.682000', '165922.685000', '165922.688000', '165922.691000', '165922.693000', '165922.696000', '165942.578000', '165942.581000', '165942.584000', '165942.587000', '165942.590000', '165942.592000', '165942.595000', '165942.598000', '165942.601000', '165942.604000', '165942.606000', '165942.609000', '165942.612000', '165942.615000', '165942.618000', '165942.620000', '165942.623000', '165942.626000', '165942.629000', '165942.632000', '165942.635000', '165942.638000', '165942.640000', '165942.643000', '165942.646000', '165942.649000', '165942.652000', '165942.655000', '165942.657000', '165942.660000', '165942.663000', '165942.666000', '165942.669000', '165942.671000', '165942.674000', '165942.677000', '165942.680000', '165942.683000', '165942.685000', '165942.688000', '165942.691000', '165942.694000', '165942.697000', '165942.699000', '170002.578000', '170002.581000', '170002.584000', '170002.587000', '170002.589000', '170002.592000', '170002.595000', '170002.598000', '170002.601000', '170002.614000', '170002.616000', '170002.619000', '170002.622000', '170002.625000', '170002.628000', '170002.631000', '170002.634000', '170002.636000', '170002.639000', '170002.642000', '170002.645000', '170002.648000', '170002.650000', '170002.653000', '170002.656000', '170002.659000', '170002.662000', '170002.664000', '170002.667000', '170002.670000', '170002.673000', '170002.676000', '170002.678000', '170002.681000', '170002.684000', '170002.687000', '170002.690000', '170002.692000', '170002.696000', '170002.699000', '170002.702000', '170002.705000', '170002.708000', '170022.578000', '170022.581000', '170022.584000', '170022.587000', '170022.590000', '170022.592000', '170022.595000', '170022.598000', '170022.601000', '170022.604000', '170022.607000', '170022.610000', '170022.612000', '170022.615000', '170022.618000', '170022.621000', '170022.624000', '170022.627000', '170022.629000', '170022.632000', '170022.635000', '170022.638000', '170022.641000', '170022.644000', '170022.646000', '170022.649000', '170022.652000', '170022.655000', '170022.658000', '170022.660000', '170022.663000', '170022.666000', '170022.669000', '170022.672000', '170022.675000', '170022.677000', '170022.680000', '170022.683000', '170022.686000', '170022.689000', '170022.691000', '170022.694000', '170022.697000', '170022.700000', '170042.578000', '170042.581000', '170042.584000', '170042.587000', '170042.590000', '170042.592000', '170042.595000', '170042.598000', '170042.601000', '170042.604000', '170042.607000', '170042.610000', '170042.612000', '170042.615000', '170042.618000', '170042.621000', '170042.624000', '170042.626000', '170042.629000', '170042.632000', '170042.635000', '170042.638000', '170042.641000', '170042.644000', '170042.646000', '170042.649000', '170042.652000', '170042.655000', '170042.658000', '170042.661000', '170042.663000', '170042.666000', '170042.669000', '170042.672000', '170042.675000', '170042.678000', '170042.680000', '170042.683000', '170042.686000', '170042.689000', '170042.692000', '170042.694000', '170042.697000', '170051.585000', '170051.589000', '170051.592000', '170051.595000', '170051.598000', '170051.601000', '170051.604000', '170051.607000', '170051.610000', '170051.613000', '170051.616000', '170051.620000', '170051.623000', '170051.627000', '170051.631000', '170051.634000', '170051.638000', '170051.640000', '170051.643000', '170051.646000'], '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': [9631, 11976, 9123, 10808, 8186, 10199, 6687, 9380, 7133, 8778, 7935, 7938, 9078, 7019, 9623, 6897, 9437, 6847, 9553, 6628, 9373, 8558, 7689, 10762, 6819, 9987, 6591, 9821, 7062, 7876, 10183, 6740, 9733, 6638, 9362, 6983, 8554, 7275, 7761, 8087, 7296, 7940, 7532, 10413, 6431, 9586, 12045, 6885, 10338, 6680, 9735, 7148, 8418, 10884, 6628, 9772, 6840, 9308, 6550, 7752, 9806, 6981, 9396, 6996, 9069, 6696, 8697, 11120, 7175, 10172, 6822, 9681, 6595, 9330, 6695, 8548, 8522, 6971, 10034, 6656, 9596, 6843, 9250, 7926, 7030, 9932, 6674, 9467, 6814, 8952, 7990, 6939, 9762, 6614, 9134, 6836, 7695, 8389, 6822, 9606, 6621, 9135, 7314, 7581, 9702, 6895, 10049, 6518, 9458, 6963, 9344, 7303, 7842, 10539, 6693, 9882, 7087, 9487, 10026, 7058, 10593, 6512, 9858, 11204, 6956, 10892, 6905, 10028, 7353, 8248, 10981, 6711, 9960, 6959, 9674, 7521, 7055, 10252, 6728, 9810, 7477, 9714, 6897, 7877, 10779, 6733, 10262, 7060, 10385, 6763, 7743, 10644, 6821, 9961, 7304, 8736, 10852, 6961, 9979, 6653, 9287, 8047, 7387, 10318, 6679, 9791, 6592, 8569, 9887, 6643, 9651, 6893, 9721, 6930, 7278, 10028, 6928, 9555, 7090, 9114, 7187, 7147, 10194, 6602, 9532, 7384, 7853, 10222, 6844, 10311, 6885, 9835, 10560, 6925, 10440, 7202, 9732, 6674, 8779, 10495, 6985, 9629, 6934, 9369, 6795, 7179, 10352, 6620, 9721, 6759, 9592, 7712, 7074, 10285, 6811, 9797, 6634, 9437, 7674, 7115, 10429, 6806, 10005, 6919, 8960, 10644, 6988, 9930, 6906, 9463, 7326, 7708, 10814, 6916, 9747, 6911, 9274, 8275, 6878, 10214, 6947, 9734, 7208, 8959, 10938, 6948, 10623, 6889, 9629, 6919, 8194, 10897, 7011, 9807, 6654, 9318, 6735, 7630, 10434, 6800, 9727, 6762, 9045, 9783, 6956, 10041, 6952, 9933, 6611, 8623, 10123, 6810, 9704, 6840, 10099, 6630, 9150, 7614, 7014, 10808, 6661, 10254, 6644, 9689, 6760, 8079, 11617, 6860, 10566, 6675, 9744, 6619, 8792, 6674, 9682, 6805, 9981, 6823, 11096, 6904, 10459, 8798, 9074, 12865, 7338, 10980, 6800, 10213, 6680, 8042, 10442, 6892, 9937, 6887, 9419, 6620, 8980, 6686, 8044, 6614, 7838, 10874, 6937, 10238, 7732, 9345, 10485, 7727, 11402, 6854, 10941, 7304, 8481, 11906, 7111, 10276, 6785, 9879, 7017, 8460, 7205, 7607, 9983, 6697, 10295, 7005, 9810, 6662, 9794, 6824, 9361, 11599, 7317, 11574, 7107, 10519, 6603, 9674, 6764, 8448, 10605, 6929, 10184, 6699, 9900, 6665, 9169, 9001, 7143, 10119, 6685, 9970, 6575, 8783, 7645, 7574, 9264, 7078, 10077, 6933, 9604, 6758, 9280, 9402, 8060, 10317, 7012, 9935, 6829, 9543, 6906, 8610, 6917, 7933, 10220, 7071, 9732, 6726, 9735, 6677, 8110, 10875, 6834, 10211, 6871, 10230, 8682, 7983, 10791, 6842, 9611, 7156, 8225, 9999, 7020, 9549, 6731, 9285, 6974, 7493, 10025, 6919, 9577, 6624, 9154, 8054, 7648, 10617, 6845, 9921, 6540, 8852, 8026, 6863, 9915, 6926, 9606, 6738, 8001, 10545, 6777, 9542, 6919, 9528, 6607, 7565, 9489, 6855, 9206, 6727, 9458, 6730, 7645, 9867, 6929, 9389, 7140, 8217, 10362, 6659, 9315, 6714, 8909, 9707, 7085, 9448, 6871, 9262, 6635, 8045, 10170, 6894, 8989, 6486, 9132, 8329, 7170, 9937, 6786, 9769, 6932, 8209, 10500, 6672, 9386, 7250, 8267, 9984, 6789, 9257, 6706, 8846, 8670, 7031, 9670, 6972, 9573, 6715, 8285, 10003, 6632, 9592, 7324, 8504, 6557, 7278, 9547, 6944, 9057, 7590, 7599, 9748, 6756, 9319, 6835, 8586, 10326, 7047, 9120, 7035, 9023, 7234, 7093, 9442, 6868, 9185, 6781, 7251, 9712, 6722, 9161, 7894, 7026, 9422, 7108, 9190, 6727, 8819, 10489, 7015, 9608, 6879, 9206, 9782, 7181, 9574, 6969, 9355, 8227, 7004, 9568, 6720, 9189, 11563, 6822, 9758, 6625, 9016, 10107, 6754, 10071, 7397, 9555, 6871, 7424, 10204, 6717, 9282, 8848, 7113, 9993, 6895, 9295, 6958, 7828, 10930, 6800, 10018, 6967, 7506, 10182, 6676, 9326, 7813, 7201, 9522, 7168, 8976, 6797, 7520, 9954, 6819, 9630, 6965, 7107, 9854, 6853, 9249, 7321, 6883, 9234, 6831, 8984, 6730, 8759, 10657, 6885, 9194, 6652, 9101, 11565, 6748, 9739, 7223, 9294, 8526, 6947, 10013, 6537, 9209, 6949, 7525, 10244, 6886, 9418, 6698, 8954, 9137, 6847, 9224, 6803, 9000, 6874, 8979, 10755, 6913, 9761, 6677, 9322, 7425, 7221, 10039, 6513, 9289, 6549, 8646, 8432, 6693, 9703, 6668, 9391, 6498, 8742, 6926, 8035, 11120, 6650, 9698, 7071, 9696, 9891, 7537, 10686, 6670, 10212, 6903, 8571, 10238, 6845, 9580, 6658, 9603, 7395, 7842, 9617, 6850, 9268, 6720, 9034, 11080, 7214, 9563, 6760, 9401, 6859, 8321, 10179, 7142, 9632, 6844, 9423, 6638, 8758, 7584, 7879, 10036, 7432, 9707, 6606, 9169, 6751, 9229, 8997, 7975, 12245, 7061, 9901, 6779, 9494, 7311, 7939, 8706, 7239, 9789, 6729, 9279, 6600, 9020, 7049, 7984, 7262, 7451, 9465, 6679, 9280, 7332, 8277, 8141, 7754, 9993, 6675, 9647, 7008, 9067, 6840, 7585, 9618, 6805, 9175, 7138, 9116, 7242, 7720, 10269, 6619, 9498, 7103, 9157, 9973, 7468, 10414, 6807, 9339, 6821, 8853, 9551, 6965, 9598, 6880, 9334, 6442, 8986, 6746, 8736, 6888, 9042, 6972, 9653, 7154, 10758, 7004, 10748, 7481, 9614, 7481, 8397, 6839, 8630, 6794, 8699, 6642, 8563, 7026, 9189, 7096, 8964, 6797, 8992, 6837, 9109, 6910, 9026, 6902, 9064, 6946, 9187, 8646, 7939, 7028, 8995, 7146, 9173, 9050, 7364, 11539, 7464, 9641, 7169, 8680, 7196, 10442, 7066, 9725, 7312, 10145, 6907, 9927, 6938, 10326, 6903, 9802, 7269, 8462, 9969, 7090, 10373, 7193, 10190, 6764, 9695, 6687, 9325, 7252, 8301, 10058, 7405, 10199, 7033, 10010, 6954, 10229, 6939, 10681, 6965, 7211, 7661, 10858, 6914, 10375, 8976, 8205, 12116, 7430, 10886, 6871, 10229, 7508, 8160, 11457, 7085, 10597, 6769, 10019, 6810, 8998, 7150, 8126, 9274, 7588, 10227, 7325, 9874, 6764, 9920, 7111, 9757, 6867, 9530, 7159, 8022, 7627, 7017, 9962, 11246, 8121, 11182, 7583, 10808, 6720, 9792, 6749, 9257, 8031, 8023, 10017, 7113, 9374, 6964, 9138, 6739, 9028, 6893, 8793, 7026, 8576, 6855, 9278, 6864, 10798, 7002, 10140, 7160, 10784, 6905, 11430, 8753, 10251, 6953, 9555, 7531, 9008, 7138, 8002, 11227, 7092, 10921, 6979, 9742, 7172, 8938, 10228, 7213, 9838, 6940, 9710, 6673, 8961, 7209, 7637, 9967, 6873, 9348, 6709, 8835, 8022, 7056, 9486, 6841, 9048, 6702, 8590, 6778, 7677, 9767, 7096, 9647, 6919, 9669, 6706, 8650, 11433, 7028, 9848, 6959, 9604, 6814, 8002, 9986, 6755, 9417, 6671, 9305, 6962, 8378, 11047, 6975, 9619, 6792, 9704, 6964, 7406, 9737, 6952, 9076, 6926, 8864, 7073, 7205, 9489, 6964, 9185, 6853, 8895, 7682, 7206, 10862, 6719, 9173, 6641, 9038, 7623, 7296, 11449, 6927, 9067, 6816, 9006, 10405, 7001, 9793, 6937, 9047, 6914, 8636, 9042, 7011, 9089, 6789, 8834, 6861, 8451, 10830, 6749, 9237, 6924, 8996, 7129, 7210, 9845, 6978, 8987, 6974, 8757, 10187, 6925, 9330, 7222, 8956, 8958, 6951, 9195, 6804, 8919, 8745, 7114, 9566, 6981, 8841, 7099, 7999, 10418, 7068, 9264, 6913, 8502, 10019, 7161, 9158, 7179, 8017, 8795, 6836, 9047, 6838, 8730, 8556, 6962, 9437, 6751, 9033, 6772, 7798, 10034, 6778, 9445, 6836, 8988, 8002, 7026, 9545, 6877, 8889, 7079, 8300, 10350, 7034, 9153, 7445, 7942, 10398, 7157, 9263, 7060, 8494, 10689, 6908, 9077, 6934, 8442, 8210, 6985, 9159, 6906, 9026, 6837, 7501, 9488, 6919, 8880, 7153, 7767, 10418, 6997, 9158, 6675, 8985, 9049, 6833, 9525, 6899, 9069, 6783, 9078, 7361, 8493, 6757, 8283, 6809, 7901, 10579, 6949, 9698, 6703, 9979, 7130, 9336, 12616, 6981, 10400, 6766, 10198, 7495, 7697, 10213, 6743, 9699, 6844, 8928, 7536, 7159, 9496, 7076, 9133, 6753, 8016, 9916, 7005, 9207, 6761, 8996, 7952, 6961, 9178, 6810, 9279, 7018, 8987, 7053, 8491, 11495, 6753, 9628, 7180, 9094, 7142, 8252, 11063, 6873, 9527, 6939, 9236, 8721, 6867, 9900, 6896, 9505, 6619, 8320, 9923, 6845, 9457, 7104, 9042, 6858, 7715, 9620, 6843, 9569, 6743, 9565, 6948, 8626, 6509, 8938, 6386, 8597, 6953, 10129, 6812, 11021, 7900, 9507, 11886, 7784, 11843, 6908, 9612, 7761, 8165, 11295, 7163, 10016, 6555, 8660, 11456, 8264, 9811, 7261, 9325, 6652, 8936, 7587, 8405, 8979, 6881, 9448, 6801, 9258, 7667, 9227, 7070, 10723, 8027, 10460, 8039, 10911, 8300, 7330, 8279, 7689, 8130, 11378, 6916, 10364, 6950, 9507, 6736, 9221, 6780, 8712, 8168, 7358, 9055, 6898, 9507, 6749, 8922, 6881, 8708, 7931, 7229, 9316, 6957, 9210, 7043, 8820, 9655, 7177, 9428, 7098, 9215, 6797, 8906, 10051, 7298, 10562, 7037, 9596, 6873, 9131, 9804, 7130, 10192, 6841, 9659, 6698, 8779, 9995, 6980, 9684, 7177, 9300, 8288, 7216, 9466, 7025, 9049, 11840, 6817, 9489, 7128, 8964, 6821, 7185, 9374, 7026, 8743, 6952, 8965, 6769, 8599, 7189, 7022, 7078, 7709, 7695, 7705, 9381, 8020, 12367, 7608, 10759, 7839, 12933, 8285, 11742, 8210, 12114, 7179, 11018, 8884, 9500, 7550, 8483, 9130, 7153, 10345, 6945, 9991, 6978, 10002, 6814, 8717, 8078, 7098, 10455, 6794, 10133, 6871, 9844, 6935, 8247, 10615, 7030, 10267, 6898, 10219, 6942, 9613, 6925, 8393, 11466, 7157, 10022, 6997, 10305, 7024, 9897, 6973, 9823, 6814, 9222, 7161, 7849, 10320, 7159, 10299, 6913, 10155, 6852, 9490, 7227, 9606, 7113, 11492, 6936, 6764, 8338, 9791, 7309, 10855, 6707, 10353, 7183, 8755, 8109, 8507, 11210, 7473, 11569, 6928, 11479, 10346, 8812, 11584, 7693, 10514, 6839, 10215, 7534, 8329, 10058, 7351, 9946, 6929, 9924, 7670, 8401, 10024, 7449, 9984, 6673, 9745, 7130, 8424, 10377, 6949, 10197, 7085, 9506, 6765, 7856, 10226, 6845, 9878, 6985, 9208, 6783, 7897, 10124, 6978, 9714, 6929, 8220, 10982, 6726, 9918, 6623, 9089, 8784, 6705, 9722, 6958, 9267, 8267, 7094, 9534, 6935, 9233, 6844, 7313, 9878, 7124, 9605, 7020, 8956, 7909, 7024, 10048, 6886, 9334, 6977, 9051, 8182, 7014, 9975, 6994, 9636, 10612, 6999, 10060, 7017, 9350, 6600, 8938, 7330, 7495, 9246, 6979, 9346, 6848, 8686, 12029, 6976, 9634, 7090, 9336, 8350, 7102, 9678, 6783, 9120, 6995, 8305, 8627, 7114, 9083, 7031, 8997, 8843, 7160, 8922, 6985, 8833, 7030, 7833, 7894, 6665, 8981, 7071, 9992, 9208, 8773, 11770, 7296, 10391, 7964, 9677, 12404, 7453, 10680, 7022, 9650, 6791, 9479, 8949, 7063, 9558, 7135, 9242, 6835, 9040, 7117, 7212, 10127, 7158, 9210, 6898, 9380, 10000, 7157, 10504, 7388, 10138, 7161, 8858, 11141, 7194, 9934, 7211, 9809, 7314, 7837, 10278, 6896, 9534, 7862, 7654, 10671, 7016, 10308, 7322, 8248, 10520, 6644, 9453, 7434, 8479, 10009, 6723, 9356, 6873, 9096, 6906, 7398, 10005, 6815, 9218, 6834, 9132, 7365, 7103, 9762, 6708, 9210, 6965, 8475, 6971, 7718, 9619, 6980, 10039, 7200, 9949, 7206, 9700, 11201, 6953, 10350, 6775, 10010, 8289, 7404, 10293, 6895, 9508, 6659, 8896, 6991, 7406, 9804, 7142, 9213, 6690, 8916, 7069, 8210, 8050, 6980, 8407, 6743, 7962, 7697, 6784, 8702, 7256, 10061, 7107, 11099, 7531, 10531, 12497, 7576, 11194, 6971, 10721, 7729, 8410, 10953, 7677, 10027, 6793, 9481, 7133, 7988, 6869, 6606, 7916, 6567, 8244, 11851, 6917, 10518, 6799, 10213, 6668, 9648, 10190, 7245, 10625, 6971, 10221, 6548, 9499, 6424, 9023, 7236, 7271, 10139, 6543, 9753, 6757, 10039, 6738, 9260, 8105, 7291, 11304, 6781, 10635, 6350, 10066, 7289, 8456, 11344, 6380, 9852, 7244, 8010, 10278, 6811, 9894, 6562, 9509, 8236, 7499, 10561, 6733, 10406, 6733, 9058, 9992, 6927, 10245, 6853, 10124, 6626, 8852, 8323, 6675, 9625, 6860, 9127, 11048, 6863, 10273, 6621, 9973, 6357, 9696, 6600, 8151, 10573, 6784, 10756, 6816, 9979, 6546, 9621, 12147, 7345, 10623, 6671, 10437, 6630, 9284, 6542, 8010, 9210, 6889, 9571, 6667, 9724, 6575, 9300, 6757, 9119, 9430, 7597, 10178, 6605, 9599, 6594, 9555, 6881, 9239, 7585, 7737, 10352, 6684, 9594, 6659, 8909, 6679, 8699, 6807, 8251, 7722, 6583, 8769, 12748, 7634, 11946, 7170, 9963, 6785, 10447, 6754, 10185, 6590, 9721, 6373, 9331, 6472, 9551, 6836, 9217, 6623, 8639, 6787, 8675, 8271, 7673, 11791, 7619, 11152, 6939, 9943, 6678, 10065, 6713, 10093, 6718, 9805, 6866, 8836, 6623, 8256, 6621, 8598, 6631, 9408, 7044, 9954, 7258, 10869, 7294, 10145, 6775, 8924, 7275, 11530, 7864, 11354, 7337, 10222, 6947, 10386, 7021, 10715, 6708, 10315, 6577, 9863, 6812, 8625, 11137, 7405, 8380], 'WindowCenter': [4032.0, 4026.0, 3993.0, 4001.0, 3979.0, 4000.0, 3947.0, 3990.0, 3970.0, 4002.0, 3979.0, 3992.0, 4002.0, 3984.0, 4025.0, 3997.0, 4027.0, 3998.0, 4039.0, 3999.0, 4042.0, 4019.0, 4011.0, 4041.0, 3989.0, 4030.0, 3988.0, 4040.0, 3998.0, 4020.0, 4040.0, 4000.0, 4041.0, 4014.0, 4043.0, 4000.0, 4033.0, 4037.0, 4024.0, 4021.0, 4012.0, 4021.0, 4024.0, 4054.0, 4002.0, 4045.0, 4063.0, 4002.0, 4041.0, 3999.0, 4042.0, 4000.0, 4022.0, 4052.0, 4001.0, 4042.0, 4000.0, 4032.0, 3990.0, 4023.0, 4043.0, 4014.0, 4044.0, 4013.0, 4044.0, 4013.0, 4045.0, 4063.0, 4013.0, 4044.0, 4001.0, 4042.0, 4002.0, 4044.0, 4002.0, 4034.0, 4032.0, 4013.0, 4042.0, 4002.0, 4044.0, 4002.0, 4044.0, 4022.0, 4013.0, 4042.0, 4002.0, 4043.0, 4002.0, 4044.0, 4020.0, 4013.0, 4042.0, 4012.0, 4044.0, 4013.0, 4024.0, 4033.0, 4014.0, 4054.0, 4014.0, 4056.0, 4024.0, 4036.0, 4043.0, 4024.0, 4054.0, 4014.0, 4056.0, 4013.0, 4045.0, 4023.0, 4035.0, 4054.0, 4014.0, 4055.0, 4013.0, 4055.0, 4042.0, 4013.0, 4053.0, 4001.0, 4054.0, 4051.0, 4001.0, 4050.0, 3999.0, 4041.0, 3998.0, 4020.0, 4039.0, 3999.0, 4041.0, 3998.0, 4040.0, 4008.0, 4000.0, 4040.0, 4000.0, 4041.0, 4009.0, 4041.0, 3999.0, 4020.0, 4050.0, 4000.0, 4041.0, 3998.0, 4040.0, 3987.0, 4009.0, 4038.0, 3988.0, 4040.0, 3997.0, 4019.0, 4038.0, 3998.0, 4028.0, 3987.0, 4029.0, 4007.0, 4009.0, 4038.0, 3987.0, 4028.0, 3986.0, 4029.0, 4028.0, 3999.0, 4040.0, 3998.0, 4030.0, 3998.0, 4009.0, 4039.0, 4010.0, 4041.0, 3999.0, 4031.0, 3999.0, 4011.0, 4040.0, 4000.0, 4042.0, 4010.0, 4021.0, 4040.0, 4000.0, 4040.0, 3999.0, 4041.0, 4039.0, 3998.0, 4039.0, 4009.0, 4040.0, 3998.0, 4031.0, 4050.0, 4010.0, 4040.0, 4009.0, 4041.0, 3999.0, 4011.0, 4040.0, 3999.0, 4041.0, 3999.0, 4041.0, 4009.0, 4011.0, 4051.0, 4000.0, 4041.0, 4000.0, 4042.0, 4009.0, 4011.0, 4052.0, 4000.0, 4041.0, 3999.0, 4031.0, 4050.0, 4010.0, 4041.0, 4009.0, 4041.0, 4009.0, 4021.0, 4050.0, 4011.0, 4042.0, 4010.0, 4042.0, 4030.0, 4001.0, 4040.0, 4000.0, 4042.0, 4010.0, 4032.0, 4050.0, 4010.0, 4039.0, 3999.0, 4041.0, 3998.0, 4031.0, 4049.0, 4009.0, 4039.0, 3999.0, 4041.0, 3999.0, 4022.0, 4051.0, 4000.0, 4040.0, 3999.0, 4031.0, 4040.0, 4011.0, 4041.0, 4010.0, 4041.0, 3999.0, 4032.0, 4040.0, 4001.0, 4042.0, 4000.0, 4052.0, 4011.0, 4053.0, 4021.0, 4023.0, 4063.0, 4011.0, 4052.0, 3999.0, 4052.0, 3999.0, 4033.0, 4062.0, 4000.0, 4051.0, 4000.0, 4041.0, 4000.0, 4031.0, 4010.0, 4052.0, 4013.0, 4054.0, 4013.0, 4064.0, 4012.0, 4054.0, 4030.0, 4031.0, 4049.0, 3997.0, 4037.0, 3985.0, 4038.0, 3985.0, 4018.0, 4037.0, 3997.0, 4027.0, 3997.0, 4028.0, 3998.0, 4031.0, 4000.0, 4032.0, 4011.0, 4034.0, 4063.0, 4012.0, 4053.0, 4010.0, 4031.0, 4039.0, 4009.0, 4050.0, 3987.0, 4039.0, 3996.0, 4017.0, 4045.0, 3997.0, 4037.0, 3986.0, 4028.0, 3996.0, 4018.0, 3996.0, 4008.0, 4038.0, 3998.0, 4040.0, 3998.0, 4039.0, 3998.0, 4040.0, 3998.0, 4030.0, 4049.0, 4008.0, 4048.0, 3997.0, 4037.0, 3986.0, 4028.0, 3986.0, 4018.0, 4038.0, 3997.0, 4037.0, 3986.0, 4027.0, 3985.0, 4028.0, 4016.0, 3997.0, 4027.0, 3986.0, 4027.0, 3985.0, 4029.0, 4007.0, 4008.0, 4028.0, 4008.0, 4028.0, 3998.0, 4039.0, 3997.0, 4030.0, 4028.0, 4008.0, 4037.0, 3996.0, 4027.0, 3986.0, 4028.0, 3996.0, 4018.0, 3996.0, 4008.0, 4037.0, 3997.0, 4028.0, 3997.0, 4028.0, 3986.0, 4007.0, 4036.0, 3986.0, 4027.0, 3986.0, 4027.0, 4005.0, 4006.0, 4025.0, 3984.0, 4026.0, 3984.0, 4006.0, 4024.0, 3985.0, 4025.0, 3984.0, 4027.0, 3996.0, 4008.0, 4038.0, 3997.0, 4028.0, 3986.0, 4029.0, 4006.0, 4008.0, 4038.0, 3987.0, 4038.0, 3986.0, 4028.0, 4006.0, 3998.0, 4039.0, 3997.0, 4029.0, 3997.0, 4019.0, 4038.0, 3997.0, 4029.0, 3997.0, 4039.0, 3997.0, 4009.0, 4028.0, 3998.0, 4040.0, 3999.0, 4040.0, 3998.0, 4020.0, 4039.0, 3999.0, 4030.0, 3998.0, 4019.0, 4038.0, 3998.0, 4029.0, 3987.0, 4030.0, 4028.0, 3998.0, 4028.0, 3998.0, 4028.0, 3986.0, 4020.0, 4039.0, 3999.0, 4029.0, 3988.0, 4030.0, 4018.0, 4009.0, 4039.0, 3998.0, 4039.0, 3997.0, 4019.0, 4038.0, 3998.0, 4029.0, 3996.0, 4018.0, 4037.0, 3997.0, 4028.0, 3997.0, 4030.0, 4017.0, 4008.0, 4028.0, 3998.0, 4029.0, 3997.0, 4019.0, 4038.0, 3998.0, 4039.0, 4008.0, 4029.0, 3987.0, 4010.0, 4039.0, 4009.0, 4031.0, 4008.0, 4019.0, 4039.0, 3998.0, 4029.0, 3997.0, 4028.0, 4038.0, 3998.0, 4028.0, 3998.0, 4030.0, 4007.0, 4009.0, 4040.0, 3999.0, 4040.0, 3998.0, 4021.0, 4040.0, 3999.0, 4041.0, 4019.0, 4009.0, 4029.0, 4010.0, 4040.0, 3998.0, 4041.0, 4050.0, 4009.0, 4039.0, 3999.0, 4041.0, 4039.0, 4010.0, 4040.0, 3998.0, 4041.0, 4018.0, 4010.0, 4040.0, 3999.0, 4042.0, 4049.0, 3999.0, 4039.0, 3998.0, 4031.0, 4038.0, 3999.0, 4039.0, 3998.0, 4029.0, 3997.0, 4009.0, 4039.0, 3998.0, 4030.0, 4028.0, 3998.0, 4038.0, 3998.0, 4029.0, 3997.0, 4009.0, 4038.0, 3986.0, 4028.0, 3985.0, 3997.0, 4027.0, 3986.0, 4028.0, 4005.0, 3997.0, 4027.0, 3997.0, 4029.0, 3986.0, 4019.0, 4039.0, 3987.0, 4029.0, 3996.0, 3999.0, 4039.0, 3999.0, 4041.0, 4008.0, 4010.0, 4029.0, 4000.0, 4042.0, 4011.0, 4044.0, 4052.0, 4012.0, 4042.0, 4011.0, 4044.0, 4061.0, 4012.0, 4042.0, 4010.0, 4042.0, 4019.0, 4011.0, 4041.0, 4000.0, 4042.0, 4009.0, 4021.0, 4050.0, 4011.0, 4042.0, 4000.0, 4044.0, 4041.0, 4000.0, 4042.0, 4012.0, 4043.0, 4001.0, 4044.0, 4052.0, 4011.0, 4041.0, 4000.0, 4042.0, 4009.0, 4011.0, 4041.0, 3990.0, 4041.0, 4000.0, 4032.0, 4030.0, 4012.0, 4041.0, 4011.0, 4042.0, 4001.0, 4043.0, 4012.0, 4033.0, 4063.0, 4001.0, 4041.0, 4011.0, 4042.0, 4040.0, 4020.0, 4040.0, 3998.0, 4039.0, 3997.0, 4019.0, 4037.0, 3997.0, 4028.0, 3986.0, 4029.0, 3996.0, 4018.0, 4027.0, 3997.0, 4028.0, 3997.0, 4030.0, 4048.0, 4008.0, 4027.0, 3987.0, 4029.0, 3986.0, 4019.0, 4038.0, 3996.0, 4027.0, 3998.0, 4029.0, 3997.0, 4030.0, 4008.0, 4020.0, 4039.0, 4010.0, 4040.0, 3999.0, 4041.0, 3999.0, 4041.0, 4029.0, 4020.0, 4059.0, 4009.0, 4039.0, 3998.0, 4040.0, 3997.0, 4019.0, 4017.0, 4009.0, 4038.0, 3999.0, 4030.0, 3999.0, 4041.0, 4009.0, 4021.0, 4009.0, 4021.0, 4040.0, 4011.0, 4041.0, 4009.0, 4020.0, 4018.0, 4009.0, 4039.0, 3999.0, 4040.0, 3998.0, 4029.0, 3998.0, 4019.0, 4028.0, 3999.0, 4030.0, 3999.0, 4031.0, 4008.0, 4020.0, 4039.0, 3999.0, 4040.0, 3998.0, 4030.0, 4028.0, 3998.0, 4038.0, 3987.0, 4028.0, 3987.0, 4030.0, 4029.0, 3999.0, 4029.0, 4010.0, 4030.0, 3988.0, 4031.0, 3999.0, 4031.0, 4011.0, 4042.0, 4013.0, 4043.0, 4013.0, 4053.0, 4011.0, 4052.0, 4010.0, 4041.0, 3998.0, 4018.0, 3987.0, 4019.0, 3998.0, 4030.0, 3999.0, 4030.0, 4010.0, 4041.0, 4011.0, 4042.0, 4011.0, 4043.0, 4012.0, 4042.0, 4011.0, 4031.0, 4011.0, 4042.0, 4011.0, 4044.0, 4033.0, 4021.0, 3999.0, 4043.0, 4010.0, 4042.0, 4030.0, 4011.0, 4061.0, 4010.0, 4039.0, 4010.0, 4029.0, 4011.0, 4040.0, 4000.0, 4040.0, 4010.0, 4039.0, 3998.0, 4040.0, 3998.0, 4039.0, 3996.0, 4028.0, 3996.0, 4017.0, 4027.0, 3998.0, 4038.0, 3998.0, 4037.0, 3998.0, 4028.0, 3998.0, 4030.0, 3997.0, 4019.0, 4027.0, 3998.0, 4027.0, 3997.0, 4039.0, 4010.0, 4051.0, 4011.0, 4052.0, 4011.0, 4021.0, 4034.0, 4063.0, 4010.0, 4053.0, 4029.0, 4020.0, 4060.0, 4009.0, 4038.0, 3985.0, 4038.0, 3994.0, 4006.0, 4036.0, 3984.0, 4025.0, 3974.0, 4015.0, 3973.0, 4015.0, 3983.0, 4006.0, 4014.0, 3996.0, 4025.0, 3996.0, 4026.0, 3997.0, 4039.0, 3998.0, 4027.0, 3986.0, 4027.0, 3998.0, 4018.0, 4020.0, 4010.0, 4053.0, 4050.0, 4009.0, 4037.0, 3997.0, 4036.0, 3984.0, 4026.0, 3984.0, 4016.0, 4005.0, 4005.0, 4014.0, 3984.0, 4015.0, 3985.0, 4027.0, 3997.0, 4029.0, 3999.0, 4030.0, 4011.0, 4032.0, 4014.0, 4055.0, 4014.0, 4065.0, 4024.0, 4053.0, 4013.0, 4063.0, 4012.0, 4063.0, 4020.0, 4040.0, 3999.0, 4041.0, 4009.0, 4030.0, 3998.0, 4021.0, 4050.0, 3999.0, 4039.0, 3997.0, 4028.0, 3985.0, 4017.0, 4026.0, 3997.0, 4027.0, 3996.0, 4026.0, 3985.0, 4017.0, 3995.0, 4007.0, 4027.0, 3986.0, 4017.0, 3985.0, 4017.0, 3994.0, 3996.0, 4027.0, 3987.0, 4028.0, 3997.0, 4019.0, 3987.0, 4010.0, 4038.0, 3999.0, 4029.0, 3998.0, 4029.0, 3997.0, 4030.0, 4048.0, 3998.0, 4039.0, 3997.0, 4028.0, 3986.0, 4019.0, 4028.0, 3998.0, 4029.0, 3998.0, 4029.0, 3998.0, 4021.0, 4049.0, 3999.0, 4041.0, 3999.0, 4030.0, 3997.0, 4008.0, 4028.0, 3998.0, 4029.0, 3999.0, 4030.0, 3998.0, 4010.0, 4029.0, 4009.0, 4041.0, 4000.0, 4042.0, 4010.0, 4011.0, 4050.0, 3999.0, 4041.0, 4000.0, 4032.0, 4010.0, 4010.0, 4049.0, 4010.0, 4030.0, 3999.0, 4042.0, 4050.0, 3999.0, 4039.0, 3998.0, 4029.0, 3997.0, 4030.0, 4028.0, 3999.0, 4029.0, 3999.0, 4030.0, 3998.0, 4032.0, 4051.0, 3999.0, 4029.0, 3998.0, 4030.0, 3997.0, 4009.0, 4039.0, 3998.0, 4029.0, 3997.0, 4019.0, 4037.0, 3998.0, 4029.0, 3998.0, 4029.0, 4017.0, 3998.0, 4029.0, 3987.0, 4030.0, 4018.0, 3999.0, 4028.0, 3998.0, 4030.0, 3998.0, 4021.0, 4039.0, 3998.0, 4029.0, 3998.0, 4031.0, 4039.0, 3999.0, 4030.0, 3998.0, 4020.0, 4018.0, 4000.0, 4030.0, 4000.0, 4032.0, 4030.0, 4010.0, 4029.0, 3999.0, 4031.0, 3988.0, 4010.0, 4039.0, 3988.0, 4029.0, 3987.0, 4029.0, 4007.0, 3999.0, 4040.0, 3999.0, 4030.0, 3998.0, 4031.0, 4040.0, 4009.0, 4041.0, 4009.0, 4020.0, 4039.0, 3999.0, 4030.0, 3998.0, 4030.0, 4038.0, 3998.0, 4029.0, 3998.0, 4020.0, 4018.0, 4010.0, 4041.0, 3999.0, 4031.0, 3999.0, 4011.0, 4030.0, 4010.0, 4031.0, 3999.0, 4010.0, 4039.0, 4010.0, 4030.0, 3999.0, 4031.0, 4029.0, 4000.0, 4040.0, 4011.0, 4031.0, 4000.0, 4043.0, 4023.0, 4043.0, 4000.0, 4032.0, 4011.0, 4034.0, 4053.0, 4012.0, 4042.0, 4000.0, 4042.0, 4010.0, 4041.0, 4060.0, 4010.0, 4051.0, 3999.0, 4039.0, 3996.0, 4008.0, 4027.0, 3986.0, 4028.0, 3986.0, 4018.0, 4006.0, 3998.0, 4027.0, 3998.0, 4029.0, 3998.0, 4020.0, 4038.0, 3999.0, 4028.0, 3998.0, 4031.0, 4019.0, 4010.0, 4030.0, 4000.0, 4030.0, 4010.0, 4042.0, 4011.0, 4043.0, 4062.0, 4001.0, 4042.0, 4011.0, 4042.0, 3999.0, 4032.0, 4051.0, 4000.0, 4040.0, 3999.0, 4041.0, 4019.0, 4000.0, 4041.0, 3999.0, 4040.0, 3998.0, 4020.0, 4039.0, 4000.0, 4041.0, 4010.0, 4031.0, 4000.0, 4022.0, 4041.0, 4012.0, 4054.0, 4012.0, 4043.0, 4012.0, 4043.0, 4001.0, 4043.0, 4012.0, 4044.0, 4024.0, 4064.0, 4025.0, 4076.0, 4033.0, 4055.0, 4061.0, 4010.0, 4049.0, 3996.0, 4029.0, 3996.0, 4017.0, 4036.0, 3985.0, 4026.0, 3973.0, 4016.0, 4035.0, 4017.0, 4026.0, 3996.0, 4028.0, 3985.0, 4029.0, 4007.0, 4020.0, 4018.0, 3999.0, 4029.0, 3999.0, 4028.0, 4009.0, 4030.0, 4000.0, 4039.0, 4021.0, 4040.0, 4021.0, 4040.0, 4019.0, 3997.0, 4019.0, 4007.0, 4009.0, 4049.0, 3998.0, 4028.0, 3997.0, 4027.0, 3987.0, 4028.0, 3986.0, 4019.0, 4006.0, 3997.0, 4015.0, 3998.0, 4028.0, 3999.0, 4030.0, 3999.0, 4031.0, 4008.0, 4010.0, 4029.0, 3999.0, 4031.0, 3999.0, 4031.0, 4029.0, 4000.0, 4029.0, 3999.0, 4030.0, 3999.0, 4031.0, 4040.0, 4009.0, 4039.0, 3999.0, 4029.0, 3998.0, 4030.0, 4039.0, 3999.0, 4039.0, 3987.0, 4028.0, 3987.0, 4019.0, 4028.0, 3999.0, 4040.0, 3998.0, 4029.0, 4018.0, 4009.0, 4029.0, 3998.0, 4030.0, 4048.0, 3988.0, 4027.0, 3997.0, 4029.0, 3987.0, 4011.0, 4042.0, 4014.0, 4032.0, 4011.0, 4043.0, 4001.0, 4045.0, 4011.0, 4014.0, 4023.0, 4035.0, 4035.0, 4036.0, 4054.0, 4035.0, 4075.0, 4024.0, 4063.0, 4025.0, 4073.0, 4032.0, 4050.0, 4021.0, 4050.0, 3999.0, 4040.0, 4016.0, 4027.0, 3995.0, 4017.0, 4014.0, 3995.0, 4025.0, 3985.0, 4026.0, 3985.0, 4026.0, 3985.0, 4018.0, 4005.0, 3997.0, 4037.0, 3986.0, 4037.0, 3986.0, 4038.0, 3985.0, 4018.0, 4038.0, 3998.0, 4038.0, 3997.0, 4038.0, 3997.0, 4029.0, 3997.0, 4019.0, 4047.0, 3998.0, 4027.0, 3997.0, 4038.0, 3997.0, 4039.0, 3998.0, 4039.0, 3987.0, 4029.0, 3997.0, 4019.0, 4039.0, 3999.0, 4038.0, 3998.0, 4038.0, 3998.0, 4042.0, 4010.0, 4042.0, 4012.0, 4060.0, 4009.0, 4011.0, 4045.0, 4052.0, 4022.0, 4051.0, 3999.0, 4052.0, 4010.0, 4031.0, 4019.0, 4030.0, 4037.0, 3996.0, 4036.0, 3984.0, 4036.0, 4012.0, 4002.0, 4021.0, 3980.0, 4011.0, 3959.0, 4012.0, 3979.0, 3991.0, 4000.0, 3980.0, 4000.0, 3970.0, 4014.0, 3979.0, 3992.0, 4000.0, 3981.0, 4011.0, 3960.0, 4013.0, 3970.0, 4004.0, 4013.0, 3972.0, 4012.0, 3972.0, 4014.0, 3971.0, 3994.0, 4013.0, 3973.0, 4015.0, 3983.0, 4014.0, 3973.0, 4006.0, 4025.0, 3984.0, 4025.0, 3984.0, 4006.0, 4036.0, 3984.0, 4025.0, 3973.0, 4016.0, 4004.0, 3985.0, 4026.0, 3985.0, 4027.0, 4005.0, 3996.0, 4026.0, 3996.0, 4029.0, 3997.0, 4009.0, 4038.0, 3997.0, 4028.0, 3997.0, 4030.0, 4007.0, 3999.0, 4040.0, 3999.0, 4030.0, 3999.0, 4031.0, 4018.0, 3999.0, 4040.0, 3998.0, 4041.0, 4039.0, 3998.0, 4027.0, 3998.0, 4028.0, 3998.0, 4030.0, 4010.0, 4021.0, 4041.0, 4011.0, 4042.0, 4000.0, 4032.0, 4061.0, 4011.0, 4041.0, 3999.0, 4030.0, 4017.0, 3999.0, 4029.0, 3999.0, 4041.0, 3999.0, 4031.0, 4029.0, 4010.0, 4032.0, 4012.0, 4044.0, 4031.0, 4012.0, 4031.0, 4012.0, 4041.0, 4023.0, 4034.0, 4035.0, 4025.0, 4057.0, 4027.0, 4068.0, 4055.0, 4046.0, 4064.0, 4012.0, 4053.0, 4020.0, 4042.0, 4049.0, 3999.0, 4038.0, 3997.0, 4028.0, 3987.0, 4029.0, 4017.0, 3998.0, 4027.0, 3998.0, 4028.0, 3999.0, 4031.0, 3998.0, 4011.0, 4051.0, 4011.0, 4041.0, 4010.0, 4042.0, 4040.0, 4011.0, 4041.0, 4009.0, 4040.0, 3998.0, 4030.0, 4049.0, 3999.0, 4040.0, 4008.0, 4039.0, 3996.0, 4009.0, 4038.0, 3998.0, 4029.0, 4007.0, 4008.0, 4038.0, 3985.0, 4027.0, 3994.0, 4017.0, 4026.0, 3986.0, 4027.0, 3996.0, 4018.0, 4026.0, 3986.0, 4027.0, 3986.0, 4028.0, 3995.0, 4008.0, 4028.0, 3998.0, 4029.0, 3987.0, 4030.0, 3997.0, 3999.0, 4040.0, 3999.0, 4030.0, 3998.0, 4020.0, 4010.0, 4022.0, 4040.0, 4011.0, 4042.0, 4010.0, 4040.0, 4010.0, 4042.0, 4049.0, 3999.0, 4039.0, 3987.0, 4039.0, 4006.0, 3997.0, 4026.0, 3997.0, 4028.0, 3986.0, 4029.0, 3998.0, 4009.0, 4038.0, 3999.0, 4029.0, 3999.0, 4030.0, 3998.0, 4020.0, 4020.0, 4012.0, 4030.0, 4012.0, 4032.0, 4033.0, 4013.0, 4045.0, 4036.0, 4056.0, 4025.0, 4066.0, 4022.0, 4066.0, 4063.0, 4010.0, 4039.0, 3998.0, 4039.0, 3995.0, 4018.0, 4036.0, 3996.0, 4027.0, 3987.0, 4028.0, 3998.0, 4019.0, 4001.0, 4001.0, 4031.0, 4000.0, 4033.0, 4062.0, 4000.0, 4041.0, 3999.0, 4039.0, 3987.0, 4030.0, 4028.0, 4009.0, 4038.0, 3997.0, 4027.0, 3987.0, 4028.0, 3987.0, 4029.0, 3997.0, 4009.0, 4039.0, 3988.0, 4030.0, 3988.0, 4039.0, 3987.0, 4030.0, 4007.0, 3998.0, 4039.0, 3986.0, 4038.0, 3976.0, 4028.0, 3996.0, 4008.0, 4036.0, 3975.0, 4027.0, 3995.0, 4007.0, 4025.0, 3985.0, 4026.0, 3986.0, 4027.0, 4005.0, 3996.0, 4026.0, 3975.0, 4025.0, 3984.0, 4017.0, 4014.0, 3986.0, 4027.0, 3985.0, 4026.0, 3985.0, 4028.0, 4006.0, 3998.0, 4028.0, 3986.0, 4030.0, 4049.0, 3989.0, 4039.0, 3987.0, 4028.0, 3976.0, 4028.0, 3985.0, 4008.0, 4027.0, 3987.0, 4038.0, 3986.0, 4027.0, 3975.0, 4028.0, 4036.0, 3996.0, 4026.0, 3974.0, 4026.0, 3974.0, 4016.0, 3974.0, 4007.0, 4015.0, 3986.0, 4028.0, 3986.0, 4016.0, 3986.0, 4017.0, 3986.0, 4019.0, 4016.0, 4008.0, 4028.0, 3986.0, 4026.0, 3986.0, 4027.0, 3986.0, 4029.0, 3996.0, 4008.0, 4028.0, 3987.0, 4028.0, 3988.0, 4028.0, 3998.0, 4019.0, 4001.0, 4031.0, 4023.0, 4013.0, 4046.0, 4073.0, 4012.0, 4050.0, 4000.0, 4029.0, 3989.0, 4040.0, 3988.0, 4039.0, 3988.0, 4028.0, 3988.0, 4028.0, 3988.0, 4040.0, 3988.0, 4029.0, 3988.0, 4031.0, 3999.0, 4032.0, 4020.0, 4011.0, 4050.0, 4009.0, 4049.0, 4000.0, 4039.0, 4000.0, 4041.0, 3988.0, 4039.0, 3987.0, 4038.0, 3987.0, 4030.0, 3998.0, 4030.0, 4011.0, 4031.0, 4000.0, 4040.0, 4011.0, 4052.0, 4011.0, 4053.0, 4011.0, 4041.0, 4001.0, 4031.0, 4023.0, 4063.0, 4021.0, 4040.0, 3999.0, 4028.0, 3998.0, 4029.0, 3997.0, 4027.0, 3986.0, 4027.0, 3974.0, 4027.0, 3985.0, 4017.0, 4035.0, 3996.0, 4005.0], 'WindowWidth': [8983.0, 8961.0, 8913.0, 8916.0, 8886.0, 8912.0, 8838.0, 8901.0, 8875.0, 8923.0, 8886.0, 8910.0, 8921.0, 8904.0, 8960.0, 8926.0, 8967.0, 8930.0, 8987.0, 8934.0, 8995.0, 8960.0, 8953.0, 8990.0, 8919.0, 8974.0, 8917.0, 8989.0, 8928.0, 8963.0, 8988.0, 8938.0, 8991.0, 8965.0, 9000.0, 8936.0, 8987.0, 8999.0, 8977.0, 8966.0, 8955.0, 8968.0, 8977.0, 9015.0, 8945.0, 9005.0, 9023.0, 8942.0, 8992.0, 8935.0, 8995.0, 8935.0, 8969.0, 9008.0, 8941.0, 8994.0, 8937.0, 8981.0, 8924.0, 8973.0, 8999.0, 8962.0, 9003.0, 8961.0, 9004.0, 8962.0, 9006.0, 9025.0, 8960.0, 9000.0, 8940.0, 8996.0, 8942.0, 9002.0, 8945.0, 8989.0, 8982.0, 8959.0, 8996.0, 8943.0, 9002.0, 8944.0, 9002.0, 8969.0, 8960.0, 8995.0, 8943.0, 9001.0, 8945.0, 9002.0, 8966.0, 8960.0, 8998.0, 8959.0, 9004.0, 8962.0, 8978.0, 8986.0, 8965.0, 9017.0, 8964.0, 9024.0, 8979.0, 8995.0, 9001.0, 8978.0, 9018.0, 8965.0, 9021.0, 8961.0, 9006.0, 8973.0, 8992.0, 9015.0, 8963.0, 9020.0, 8960.0, 9018.0, 8996.0, 8959.0, 9011.0, 8941.0, 9014.0, 9006.0, 8940.0, 9002.0, 8935.0, 8991.0, 8930.0, 8964.0, 8987.0, 8934.0, 8991.0, 8929.0, 8989.0, 8943.0, 8937.0, 8989.0, 8938.0, 8994.0, 8949.0, 8992.0, 8933.0, 8965.0, 9002.0, 8937.0, 8992.0, 8932.0, 8989.0, 8914.0, 8948.0, 8984.0, 8917.0, 8988.0, 8928.0, 8961.0, 8981.0, 8929.0, 8968.0, 8914.0, 8973.0, 8941.0, 8947.0, 8984.0, 8917.0, 8971.0, 8913.0, 8975.0, 8970.0, 8935.0, 8990.0, 8931.0, 8975.0, 8930.0, 8949.0, 8987.0, 8950.0, 8993.0, 8935.0, 8980.0, 8934.0, 8954.0, 8991.0, 8940.0, 8998.0, 8950.0, 8968.0, 8990.0, 8938.0, 8991.0, 8934.0, 8995.0, 8988.0, 8934.0, 8987.0, 8947.0, 8989.0, 8932.0, 8980.0, 9004.0, 8952.0, 8990.0, 8950.0, 8994.0, 8935.0, 8954.0, 8992.0, 8936.0, 8993.0, 8936.0, 8994.0, 8948.0, 8955.0, 9007.0, 8940.0, 8995.0, 8939.0, 8998.0, 8950.0, 8956.0, 9009.0, 8939.0, 8994.0, 8935.0, 8982.0, 9003.0, 8952.0, 8995.0, 8950.0, 8995.0, 8947.0, 8968.0, 9005.0, 8954.0, 8997.0, 8954.0, 8998.0, 8978.0, 8941.0, 8990.0, 8938.0, 8996.0, 8951.0, 8983.0, 9003.0, 8951.0, 8988.0, 8935.0, 8993.0, 8933.0, 8980.0, 9002.0, 8949.0, 8989.0, 8937.0, 8995.0, 8936.0, 8972.0, 9009.0, 8941.0, 8991.0, 8934.0, 8983.0, 8990.0, 8955.0, 8996.0, 8952.0, 8994.0, 8937.0, 8984.0, 8991.0, 8942.0, 8997.0, 8941.0, 9010.0, 8955.0, 9015.0, 8968.0, 8976.0, 9026.0, 8957.0, 9009.0, 8937.0, 9012.0, 8937.0, 8987.0, 9025.0, 8939.0, 9007.0, 8940.0, 8995.0, 8939.0, 8982.0, 8954.0, 9013.0, 8963.0, 9017.0, 8963.0, 9030.0, 8961.0, 9017.0, 8978.0, 8979.0, 8999.0, 8925.0, 8978.0, 8908.0, 8983.0, 8909.0, 8957.0, 8981.0, 8927.0, 8966.0, 8929.0, 8973.0, 8934.0, 8981.0, 8939.0, 8985.0, 8956.0, 8991.0, 9027.0, 8960.0, 9014.0, 8950.0, 8979.0, 8985.0, 8949.0, 9004.0, 8915.0, 8987.0, 8923.0, 8954.0, 8988.0, 8927.0, 8980.0, 8913.0, 8969.0, 8924.0, 8956.0, 8925.0, 8946.0, 8984.0, 8933.0, 8989.0, 8931.0, 8986.0, 8932.0, 8990.0, 8931.0, 8979.0, 8999.0, 8944.0, 8998.0, 8928.0, 8980.0, 8913.0, 8970.0, 8911.0, 8959.0, 8984.0, 8930.0, 8981.0, 8913.0, 8967.0, 8909.0, 8971.0, 8952.0, 8929.0, 8968.0, 8911.0, 8968.0, 8910.0, 8974.0, 8941.0, 8946.0, 8970.0, 8947.0, 8970.0, 8932.0, 8988.0, 8930.0, 8977.0, 8969.0, 8944.0, 8981.0, 8927.0, 8968.0, 8913.0, 8971.0, 8926.0, 8958.0, 8925.0, 8944.0, 8980.0, 8928.0, 8971.0, 8929.0, 8971.0, 8911.0, 8943.0, 8978.0, 8911.0, 8968.0, 8911.0, 8968.0, 8933.0, 8936.0, 8960.0, 8905.0, 8963.0, 8906.0, 8938.0, 8958.0, 8908.0, 8961.0, 8907.0, 8968.0, 8925.0, 8945.0, 8984.0, 8929.0, 8970.0, 8912.0, 8974.0, 8939.0, 8945.0, 8983.0, 8914.0, 8983.0, 8913.0, 8972.0, 8938.0, 8931.0, 8986.0, 8929.0, 8974.0, 8929.0, 8961.0, 8982.0, 8930.0, 8973.0, 8930.0, 8987.0, 8930.0, 8949.0, 8970.0, 8934.0, 8991.0, 8935.0, 8992.0, 8933.0, 8965.0, 8988.0, 8936.0, 8979.0, 8931.0, 8962.0, 8985.0, 8933.0, 8973.0, 8916.0, 8977.0, 8970.0, 8933.0, 8972.0, 8932.0, 8973.0, 8914.0, 8964.0, 8987.0, 8935.0, 8974.0, 8918.0, 8979.0, 8957.0, 8950.0, 8988.0, 8933.0, 8988.0, 8927.0, 8960.0, 8982.0, 8930.0, 8974.0, 8925.0, 8959.0, 8981.0, 8930.0, 8970.0, 8928.0, 8976.0, 8955.0, 8946.0, 8971.0, 8931.0, 8973.0, 8928.0, 8962.0, 8984.0, 8932.0, 8989.0, 8945.0, 8975.0, 8918.0, 8951.0, 8989.0, 8949.0, 8981.0, 8946.0, 8962.0, 8986.0, 8933.0, 8974.0, 8928.0, 8973.0, 8985.0, 8932.0, 8972.0, 8932.0, 8978.0, 8943.0, 8950.0, 8991.0, 8934.0, 8991.0, 8933.0, 8967.0, 8992.0, 8936.0, 8996.0, 8960.0, 8949.0, 8975.0, 8951.0, 8992.0, 8933.0, 8996.0, 9003.0, 8950.0, 8989.0, 8935.0, 8995.0, 8988.0, 8952.0, 8991.0, 8933.0, 8992.0, 8959.0, 8951.0, 8992.0, 8936.0, 8996.0, 9001.0, 8934.0, 8988.0, 8932.0, 8979.0, 8984.0, 8935.0, 8988.0, 8930.0, 8973.0, 8928.0, 8950.0, 8987.0, 8932.0, 8978.0, 8971.0, 8933.0, 8985.0, 8933.0, 8976.0, 8927.0, 8947.0, 8985.0, 8914.0, 8969.0, 8908.0, 8929.0, 8966.0, 8911.0, 8972.0, 8935.0, 8928.0, 8966.0, 8929.0, 8974.0, 8913.0, 8963.0, 8987.0, 8917.0, 8974.0, 8927.0, 8935.0, 8988.0, 8935.0, 8993.0, 8945.0, 8951.0, 8973.0, 8940.0, 8997.0, 8956.0, 9004.0, 9010.0, 8958.0, 8999.0, 8956.0, 9004.0, 9022.0, 8958.0, 8999.0, 8951.0, 8996.0, 8962.0, 8955.0, 8995.0, 8941.0, 8998.0, 8949.0, 8967.0, 9004.0, 8955.0, 8997.0, 8941.0, 9003.0, 8996.0, 8941.0, 8997.0, 8959.0, 9000.0, 8942.0, 9003.0, 9010.0, 8955.0, 8993.0, 8939.0, 8999.0, 8950.0, 8956.0, 8994.0, 8926.0, 8993.0, 8938.0, 8984.0, 8978.0, 8961.0, 8996.0, 8956.0, 8997.0, 8945.0, 9003.0, 8959.0, 8990.0, 9026.0, 8942.0, 8995.0, 8954.0, 8998.0, 8989.0, 8965.0, 8990.0, 8932.0, 8988.0, 8927.0, 8960.0, 8981.0, 8930.0, 8971.0, 8914.0, 8973.0, 8926.0, 8958.0, 8966.0, 8930.0, 8972.0, 8931.0, 8977.0, 8996.0, 8944.0, 8969.0, 8916.0, 8973.0, 8912.0, 8961.0, 8982.0, 8928.0, 8968.0, 8931.0, 8975.0, 8929.0, 8978.0, 8947.0, 8965.0, 8989.0, 8952.0, 8989.0, 8935.0, 8993.0, 8935.0, 8994.0, 8974.0, 8963.0, 9013.0, 8950.0, 8988.0, 8933.0, 8992.0, 8929.0, 8961.0, 8955.0, 8947.0, 8986.0, 8934.0, 8977.0, 8936.0, 8994.0, 8949.0, 8967.0, 8950.0, 8969.0, 8992.0, 8955.0, 8995.0, 8947.0, 8964.0, 8957.0, 8950.0, 8987.0, 8935.0, 8990.0, 8931.0, 8974.0, 8932.0, 8963.0, 8973.0, 8935.0, 8977.0, 8934.0, 8980.0, 8946.0, 8964.0, 8988.0, 8935.0, 8990.0, 8933.0, 8977.0, 8969.0, 8932.0, 8983.0, 8917.0, 8972.0, 8916.0, 8978.0, 8972.0, 8935.0, 8974.0, 8951.0, 8978.0, 8921.0, 8980.0, 8937.0, 8981.0, 8956.0, 8998.0, 8963.0, 9000.0, 8961.0, 9012.0, 8955.0, 9010.0, 8949.0, 8992.0, 8930.0, 8956.0, 8913.0, 8959.0, 8931.0, 8977.0, 8936.0, 8978.0, 8952.0, 8993.0, 8955.0, 8998.0, 8956.0, 9000.0, 8957.0, 8998.0, 8954.0, 8982.0, 8954.0, 8997.0, 8955.0, 9004.0, 8987.0, 8967.0, 8934.0, 9000.0, 8950.0, 8998.0, 8976.0, 8953.0, 9017.0, 8951.0, 8988.0, 8952.0, 8974.0, 8954.0, 8990.0, 8937.0, 8988.0, 8950.0, 8986.0, 8932.0, 8987.0, 8930.0, 8984.0, 8925.0, 8970.0, 8922.0, 8955.0, 8965.0, 8929.0, 8982.0, 8929.0, 8980.0, 8930.0, 8970.0, 8931.0, 8977.0, 8927.0, 8959.0, 8966.0, 8930.0, 8966.0, 8928.0, 8986.0, 8953.0, 9005.0, 8953.0, 9010.0, 8954.0, 8967.0, 8993.0, 9028.0, 8952.0, 9011.0, 8973.0, 8964.0, 9016.0, 8945.0, 8983.0, 8909.0, 8981.0, 8918.0, 8936.0, 8975.0, 8904.0, 8958.0, 8889.0, 8944.0, 8886.0, 8946.0, 8902.0, 8936.0, 8944.0, 8922.0, 8960.0, 8924.0, 8964.0, 8928.0, 8985.0, 8932.0, 8968.0, 8912.0, 8965.0, 8929.0, 8958.0, 8963.0, 8950.0, 9014.0, 9001.0, 8945.0, 8980.0, 8924.0, 8976.0, 8905.0, 8962.0, 8903.0, 8950.0, 8932.0, 8933.0, 8943.0, 8904.0, 8944.0, 8906.0, 8967.0, 8930.0, 8972.0, 8934.0, 8977.0, 8957.0, 8985.0, 8966.0, 9021.0, 8966.0, 9032.0, 8977.0, 9013.0, 8961.0, 9026.0, 8955.0, 9025.0, 8963.0, 8989.0, 8932.0, 8991.0, 8946.0, 8976.0, 8931.0, 8966.0, 9003.0, 8933.0, 8984.0, 8928.0, 8969.0, 8909.0, 8953.0, 8962.0, 8926.0, 8966.0, 8924.0, 8963.0, 8907.0, 8954.0, 8920.0, 8940.0, 8967.0, 8912.0, 8952.0, 8906.0, 8952.0, 8917.0, 8925.0, 8966.0, 8915.0, 8970.0, 8929.0, 8961.0, 8914.0, 8951.0, 8986.0, 8936.0, 8974.0, 8931.0, 8973.0, 8928.0, 8975.0, 8997.0, 8931.0, 8985.0, 8927.0, 8969.0, 8910.0, 8959.0, 8968.0, 8930.0, 8973.0, 8932.0, 8974.0, 8930.0, 8966.0, 8999.0, 8935.0, 8991.0, 8933.0, 8975.0, 8928.0, 8945.0, 8970.0, 8931.0, 8974.0, 8933.0, 8975.0, 8930.0, 8950.0, 8973.0, 8949.0, 8992.0, 8939.0, 8997.0, 8950.0, 8953.0, 9003.0, 8935.0, 8991.0, 8938.0, 8984.0, 8949.0, 8950.0, 9000.0, 8949.0, 8977.0, 8934.0, 8995.0, 9001.0, 8934.0, 8985.0, 8931.0, 8973.0, 8929.0, 8977.0, 8971.0, 8934.0, 8974.0, 8936.0, 8978.0, 8933.0, 8982.0, 9005.0, 8936.0, 8974.0, 8930.0, 8976.0, 8928.0, 8946.0, 8987.0, 8932.0, 8972.0, 8927.0, 8961.0, 8980.0, 8930.0, 8972.0, 8930.0, 8974.0, 8952.0, 8931.0, 8971.0, 8915.0, 8977.0, 8957.0, 8933.0, 8971.0, 8932.0, 8976.0, 8930.0, 8965.0, 8987.0, 8930.0, 8974.0, 8929.0, 8979.0, 8985.0, 8935.0, 8978.0, 8931.0, 8962.0, 8956.0, 8937.0, 8977.0, 8937.0, 8984.0, 8976.0, 8951.0, 8975.0, 8934.0, 8979.0, 8917.0, 8950.0, 8988.0, 8917.0, 8971.0, 8914.0, 8974.0, 8941.0, 8935.0, 8990.0, 8935.0, 8975.0, 8933.0, 8981.0, 8989.0, 8949.0, 8993.0, 8948.0, 8964.0, 8985.0, 8934.0, 8975.0, 8930.0, 8976.0, 8984.0, 8932.0, 8973.0, 8932.0, 8965.0, 8958.0, 8952.0, 8993.0, 8936.0, 8978.0, 8933.0, 8954.0, 8977.0, 8950.0, 8981.0, 8936.0, 8952.0, 8985.0, 8950.0, 8978.0, 8936.0, 8982.0, 8974.0, 8938.0, 8990.0, 8955.0, 8981.0, 8939.0, 9001.0, 8976.0, 8999.0, 8939.0, 8986.0, 8955.0, 8991.0, 9014.0, 8958.0, 8998.0, 8939.0, 8996.0, 8951.0, 8995.0, 9016.0, 8952.0, 9007.0, 8934.0, 8987.0, 8925.0, 8943.0, 8966.0, 8912.0, 8969.0, 8910.0, 8956.0, 8938.0, 8932.0, 8968.0, 8931.0, 8975.0, 8931.0, 8965.0, 8985.0, 8935.0, 8973.0, 8932.0, 8979.0, 8960.0, 8952.0, 8976.0, 8938.0, 8976.0, 8952.0, 8997.0, 8955.0, 9001.0, 9022.0, 8942.0, 8995.0, 8954.0, 8997.0, 8936.0, 8984.0, 9006.0, 8937.0, 8990.0, 8933.0, 8994.0, 8959.0, 8938.0, 8992.0, 8935.0, 8991.0, 8931.0, 8965.0, 8986.0, 8938.0, 8993.0, 8951.0, 8980.0, 8937.0, 8971.0, 8993.0, 8959.0, 9018.0, 8958.0, 8999.0, 8958.0, 9005.0, 8942.0, 9002.0, 8960.0, 9007.0, 8982.0, 9034.0, 8985.0, 9052.0, 8990.0, 9020.0, 9021.0, 8951.0, 9000.0, 8926.0, 8973.0, 8925.0, 8956.0, 8979.0, 8908.0, 8963.0, 8890.0, 8951.0, 8975.0, 8953.0, 8965.0, 8926.0, 8971.0, 8910.0, 8973.0, 8940.0, 8962.0, 8958.0, 8934.0, 8974.0, 8936.0, 8971.0, 8946.0, 8974.0, 8938.0, 8985.0, 8966.0, 8988.0, 8966.0, 8987.0, 8958.0, 8925.0, 8960.0, 8938.0, 8945.0, 8999.0, 8930.0, 8967.0, 8927.0, 8966.0, 8912.0, 8968.0, 8912.0, 8958.0, 8937.0, 8926.0, 8948.0, 8931.0, 8970.0, 8934.0, 8976.0, 8934.0, 8978.0, 8944.0, 8950.0, 8975.0, 8935.0, 8978.0, 8935.0, 8980.0, 8972.0, 8936.0, 8972.0, 8935.0, 8975.0, 8933.0, 8981.0, 8990.0, 8948.0, 8985.0, 8933.0, 8972.0, 8930.0, 8977.0, 8987.0, 8935.0, 8986.0, 8915.0, 8970.0, 8914.0, 8961.0, 8968.0, 8934.0, 8988.0, 8931.0, 8973.0, 8955.0, 8947.0, 8973.0, 8929.0, 8977.0, 8997.0, 8916.0, 8967.0, 8928.0, 8972.0, 8915.0, 8955.0, 8997.0, 8965.0, 8986.0, 8957.0, 9000.0, 8942.0, 9007.0, 8956.0, 8963.0, 8976.0, 8995.0, 8994.0, 9000.0, 9017.0, 8995.0, 9045.0, 8978.0, 9027.0, 8979.0, 9040.0, 8984.0, 9001.0, 8966.0, 9003.0, 8932.0, 8989.0, 8950.0, 8964.0, 8918.0, 8951.0, 8944.0, 8921.0, 8961.0, 8909.0, 8963.0, 8906.0, 8963.0, 8908.0, 8955.0, 8934.0, 8928.0, 8979.0, 8912.0, 8979.0, 8912.0, 8983.0, 8910.0, 8958.0, 8982.0, 8931.0, 8982.0, 8928.0, 8983.0, 8927.0, 8972.0, 8928.0, 8960.0, 8994.0, 8929.0, 8965.0, 8929.0, 8981.0, 8930.0, 8988.0, 8932.0, 8986.0, 8914.0, 8973.0, 8927.0, 8960.0, 8986.0, 8934.0, 8984.0, 8931.0, 8985.0, 8933.0, 8997.0, 8951.0, 8999.0, 8958.0, 9019.0, 8951.0, 8958.0, 9010.0, 9011.0, 8971.0, 9007.0, 8934.0, 9008.0, 8950.0, 8979.0, 8960.0, 8975.0, 8981.0, 8925.0, 8976.0, 8901.0, 8975.0, 8936.0, 8923.0, 8946.0, 8891.0, 8930.0, 8859.0, 8935.0, 8889.0, 8906.0, 8915.0, 8891.0, 8918.0, 8879.0, 8942.0, 8890.0, 8909.0, 8917.0, 8894.0, 8934.0, 8864.0, 8938.0, 8879.0, 8929.0, 8939.0, 8884.0, 8937.0, 8883.0, 8942.0, 8882.0, 8916.0, 8940.0, 8889.0, 8946.0, 8902.0, 8943.0, 8887.0, 8935.0, 8959.0, 8906.0, 8961.0, 8903.0, 8938.0, 8976.0, 8905.0, 8959.0, 8888.0, 8949.0, 8929.0, 8908.0, 8964.0, 8909.0, 8967.0, 8932.0, 8926.0, 8964.0, 8926.0, 8972.0, 8930.0, 8947.0, 8984.0, 8929.0, 8969.0, 8928.0, 8975.0, 8941.0, 8936.0, 8990.0, 8935.0, 8977.0, 8933.0, 8978.0, 8957.0, 8936.0, 8988.0, 8932.0, 8993.0, 8985.0, 8931.0, 8968.0, 8931.0, 8971.0, 8932.0, 8979.0, 8951.0, 8969.0, 8993.0, 8957.0, 8996.0, 8939.0, 8984.0, 9020.0, 8954.0, 8993.0, 8933.0, 8977.0, 8955.0, 8935.0, 8973.0, 8936.0, 8992.0, 8936.0, 8981.0, 8975.0, 8954.0, 8983.0, 8958.0, 9004.0, 8981.0, 8957.0, 8980.0, 8961.0, 8995.0, 8976.0, 8991.0, 8996.0, 8984.0, 9029.0, 8988.0, 9043.0, 9021.0, 9009.0, 9028.0, 8958.0, 9013.0, 8963.0, 8994.0, 8999.0, 8932.0, 8983.0, 8927.0, 8969.0, 8914.0, 8973.0, 8953.0, 8929.0, 8967.0, 8932.0, 8972.0, 8934.0, 8980.0, 8932.0, 8954.0, 9006.0, 8955.0, 8995.0, 8952.0, 8998.0, 8990.0, 8954.0, 8993.0, 8948.0, 8988.0, 8929.0, 8978.0, 8998.0, 8934.0, 8989.0, 8944.0, 8985.0, 8926.0, 8947.0, 8984.0, 8929.0, 8974.0, 8939.0, 8944.0, 8982.0, 8907.0, 8967.0, 8918.0, 8953.0, 8962.0, 8910.0, 8967.0, 8924.0, 8957.0, 8963.0, 8912.0, 8966.0, 8912.0, 8971.0, 8922.0, 8945.0, 8970.0, 8931.0, 8971.0, 8915.0, 8976.0, 8929.0, 8935.0, 8990.0, 8934.0, 8976.0, 8931.0, 8964.0, 8951.0, 8970.0, 8991.0, 8955.0, 8995.0, 8952.0, 8991.0, 8949.0, 8994.0, 8999.0, 8934.0, 8986.0, 8916.0, 8987.0, 8937.0, 8928.0, 8964.0, 8927.0, 8969.0, 8913.0, 8973.0, 8932.0, 8948.0, 8983.0, 8933.0, 8973.0, 8934.0, 8978.0, 8932.0, 8965.0, 8965.0, 8958.0, 8979.0, 8958.0, 8985.0, 8988.0, 8964.0, 9010.0, 8997.0, 9023.0, 8983.0, 9037.0, 8970.0, 9037.0, 9026.0, 8949.0, 8986.0, 8929.0, 8986.0, 8921.0, 8956.0, 8977.0, 8923.0, 8965.0, 8914.0, 8969.0, 8932.0, 8960.0, 8940.0, 8941.0, 8982.0, 8939.0, 8988.0, 9023.0, 8937.0, 8990.0, 8933.0, 8985.0, 8916.0, 8976.0, 8968.0, 8945.0, 8981.0, 8927.0, 8966.0, 8914.0, 8969.0, 8913.0, 8973.0, 8927.0, 8948.0, 8984.0, 8918.0, 8974.0, 8916.0, 8986.0, 8914.0, 8975.0, 8939.0, 8931.0, 8985.0, 8912.0, 8981.0, 8897.0, 8969.0, 8923.0, 8942.0, 8976.0, 8894.0, 8966.0, 8919.0, 8938.0, 8960.0, 8908.0, 8962.0, 8909.0, 8967.0, 8931.0, 8923.0, 8962.0, 8892.0, 8958.0, 8905.0, 8951.0, 8942.0, 8910.0, 8966.0, 8907.0, 8962.0, 8908.0, 8969.0, 8938.0, 8930.0, 8969.0, 8912.0, 8974.0, 8997.0, 8919.0, 8984.0, 8914.0, 8967.0, 8898.0, 8969.0, 8908.0, 8942.0, 8966.0, 8912.0, 8979.0, 8911.0, 8965.0, 8893.0, 8968.0, 8974.0, 8921.0, 8961.0, 8888.0, 8958.0, 8888.0, 8949.0, 8890.0, 8938.0, 8946.0, 8911.0, 8967.0, 8910.0, 8949.0, 8909.0, 8953.0, 8911.0, 8957.0, 8949.0, 8940.0, 8967.0, 8910.0, 8962.0, 8911.0, 8966.0, 8910.0, 8971.0, 8923.0, 8943.0, 8967.0, 8914.0, 8967.0, 8917.0, 8971.0, 8934.0, 8959.0, 8940.0, 8980.0, 8972.0, 8961.0, 9008.0, 9037.0, 8955.0, 9000.0, 8936.0, 8971.0, 8919.0, 8987.0, 8916.0, 8983.0, 8916.0, 8969.0, 8916.0, 8970.0, 8918.0, 8989.0, 8917.0, 8973.0, 8918.0, 8977.0, 8934.0, 8982.0, 8963.0, 8953.0, 9001.0, 8948.0, 8998.0, 8935.0, 8986.0, 8938.0, 8992.0, 8918.0, 8986.0, 8915.0, 8983.0, 8914.0, 8973.0, 8933.0, 8978.0, 8956.0, 8983.0, 8938.0, 8992.0, 8957.0, 9011.0, 8956.0, 9010.0, 8951.0, 8991.0, 8941.0, 8980.0, 8974.0, 9023.0, 8964.0, 8987.0, 8931.0, 8969.0, 8928.0, 8969.0, 8927.0, 8965.0, 8907.0, 8962.0, 8889.0, 8965.0, 8905.0, 8952.0, 8972.0, 8923.0, 8930.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.00025651425497579347</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01868642716514255</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.03439243602259</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.242073551652316</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9902890419483321</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4347</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8716.9424</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.059063957960452315</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8068854222700377</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3943720909105974</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.269745036794152</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6018636652394638</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.311507570698178</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0137163</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016785940155386925</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027296708896756172</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1859</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>3.8547897563772087</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>30.8746</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.7668</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.5335</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310823.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>614.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.1407</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2763</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.5588</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3304.7393</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3512.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65721.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1078.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4310.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.0674</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.1451943567954</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> |