=== 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-0115 --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-0115",
"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-0115_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-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-02/func/sub-0115_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>a3310ac5c7248bc0a551a51825279cd1</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>19:49:45.632500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999589, -0.0282534, 0.0049166, 0.0286194, 0.993725, -0.108124]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.10538</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>48</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4236, -7748, -7277, 201, -77, -90, -38, 55]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>250.16</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d4fd27d4-bb74-4a0c-b176-06e8b3203c67||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681823492050171, 0.07678388804197311, 0.004943410400301218, 107.77877044677734], [0.07580168545246124, 2.66609263420105, -0.292193740606308, -104.63568878173828], [0.013190874829888344, 0.29008787870407104, 2.684138298034668, -91.58489227294922], [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': ['194945.632500', '194946.092500', '194946.552500', '194947.012500', '194947.472500', '194947.932500', '194948.392500', '194948.852500', '194949.312500', '194949.772500', '194950.232500', '194950.692500', '194951.152500', '194951.612500', '194952.072500', '194952.532500', '194952.992500', '194953.452500', '194953.912500', '194954.372500', '194954.832500', '194955.292500', '194955.752500', '194956.212500', '194956.672500', '194957.132500', '194957.592500', '194958.052500', '194958.512500', '194958.972500', '194959.432500', '194959.892500', '195000.352500', '195000.812500', '195001.272500', '195001.732500', '195002.192500', '195002.652500', '195003.112500', '195003.572500', '195004.032500', '195004.492500', '195004.952500', '195005.412500', '195005.872500', '195006.332500', '195006.792500', '195007.252500', '195007.712500', '195008.172500', '195008.632500', '195009.092500', '195009.552500', '195010.012500', '195010.472500', '195010.932500', '195011.392500', '195011.852500', '195012.312500', '195012.772500', '195013.232500', '195013.692500', '195014.152500', '195014.612500', '195015.072500', '195015.532500', '195015.992500', '195016.452500', '195016.912500', '195017.372500', '195017.832500', '195018.292500', '195018.752500', '195019.212500', '195019.672500', '195020.132500', '195020.592500', '195021.052500', '195021.512500', '195021.972500', '195022.432500', '195022.892500', '195023.352500', '195023.812500', '195024.272500', '195024.732500', '195025.192500', '195025.652500', '195026.112500', '195026.572500', '195027.032500', '195027.492500', '195027.952500', '195028.412500', '195028.872500', '195029.332500', '195029.792500', '195030.252500', '195030.712500', '195031.172500', '195031.632500', '195032.092500', '195032.552500', '195033.012500', '195033.472500', '195033.932500', '195034.392500', '195034.852500', '195035.312500', '195035.772500', '195036.232500', '195036.692500', '195037.152500', '195037.612500', '195038.072500', '195038.532500', '195038.992500', '195039.452500', '195039.912500', '195040.372500', '195040.832500', '195041.292500', '195041.752500', '195042.212500', '195042.672500', '195043.132500', '195043.592500', '195044.052500', '195044.512500', '195044.972500', '195045.432500', '195045.892500', '195046.352500', '195046.812500', '195047.272500', '195047.732500', '195048.192500', '195048.652500', '195049.112500', '195049.572500', '195050.032500', '195050.492500', '195050.952500', '195051.412500', '195051.872500', '195052.332500', '195052.792500', '195053.252500', '195053.712500', '195054.172500', '195054.632500', '195055.092500', '195055.552500', '195056.012500', '195056.472500', '195056.932500', '195057.392500', '195057.852500', '195058.312500', '195058.772500', '195059.232500', '195059.692500', '195100.152500', '195100.612500', '195101.072500', '195101.532500', '195101.992500', '195102.452500', '195102.912500', '195103.372500', '195103.832500', '195104.292500', '195104.752500', '195105.212500', '195105.672500', '195106.132500', '195106.592500', '195107.052500', '195107.512500', '195107.972500', '195108.432500', '195108.892500', '195109.352500', '195109.812500', '195110.272500', '195110.732500', '195111.192500', '195111.652500', '195112.112500', '195112.572500', '195113.032500', '195113.492500', '195113.952500', '195114.412500', '195114.872500', '195115.332500', '195115.792500', '195116.252500', '195116.712500', '195117.172500', '195117.632500', '195118.092500', '195118.552500', '195119.012500', '195119.472500', '195119.932500', '195120.392500', '195120.852500', '195121.312500', '195121.772500', '195122.232500', '195122.692500', '195123.152500', '195123.612500', '195124.072500', '195124.532500', '195124.992500', '195125.452500', '195125.912500', '195126.372500', '195126.832500', '195127.292500', '195127.752500', '195128.212500', '195128.672500', '195129.132500', '195129.592500', '195130.052500', '195130.512500', '195130.972500', '195131.432500', '195131.892500', '195132.352500', '195132.812500', '195133.272500', '195133.732500', '195134.192500', '195134.652500', '195135.112500', '195135.572500', '195136.032500', '195136.492500', '195136.952500', '195137.412500', '195137.872500', '195138.332500', '195138.792500', '195139.252500', '195139.712500', '195140.172500', '195140.632500', '195141.092500', '195141.552500', '195142.012500', '195142.472500', '195142.932500', '195143.392500', '195143.852500', '195144.312500', '195144.772500', '195145.232500', '195145.692500', '195146.152500', '195146.612500', '195147.072500', '195147.532500', '195147.992500', '195148.452500', '195148.912500', '195149.372500', '195149.832500', '195150.292500', '195150.752500', '195151.212500', '195151.672500', '195152.132500', '195152.592500', '195153.052500', '195153.512500', '195153.972500', '195154.432500', '195154.892500', '195155.352500', '195155.812500', '195156.272500', '195156.732500', '195157.192500', '195157.652500', '195158.112500', '195158.572500', '195159.032500', '195159.492500', '195159.952500', '195200.412500', '195200.872500', '195201.332500', '195201.792500', '195202.252500', '195202.712500', '195203.172500', '195203.632500', '195204.092500', '195204.552500', '195205.012500', '195205.472500', '195205.932500', '195206.392500', '195206.852500', '195207.312500', '195207.772500', '195208.232500', '195208.692500', '195209.152500', '195209.612500', '195210.072500', '195210.532500', '195210.992500', '195211.452500', '195211.912500', '195212.372500', '195212.832500', '195213.292500', '195213.752500', '195214.212500', '195214.672500', '195215.132500', '195215.592500', '195216.052500', '195216.512500', '195216.972500', '195217.432500', '195217.892500', '195218.352500', '195218.812500', '195219.272500', '195219.732500', '195220.192500', '195220.652500', '195221.112500', '195221.572500', '195222.032500', '195222.492500', '195222.952500', '195223.412500', '195223.872500', '195224.332500', '195224.792500', '195225.252500', '195225.712500', '195226.172500', '195226.632500', '195227.092500', '195227.552500', '195228.012500', '195228.472500', '195228.932500', '195229.392500', '195229.852500', '195230.312500', '195230.772500', '195231.232500', '195231.692500', '195232.152500', '195232.612500', '195233.072500', '195233.532500', '195233.992500', '195234.452500', '195234.912500', '195235.372500', '195235.832500', '195236.292500', '195236.752500', '195237.212500', '195237.672500', '195238.132500', '195238.592500', '195239.052500', '195239.512500', '195239.972500', '195240.432500', '195240.892500', '195241.352500', '195241.812500', '195242.272500', '195242.732500', '195243.192500', '195243.652500', '195244.112500', '195244.572500', '195245.032500', '195245.492500', '195245.952500', '195246.412500', '195246.872500', '195247.332500', '195247.792500', '195248.252500', '195248.712500', '195249.172500', '195249.632500', '195250.092500', '195250.552500', '195251.012500', '195251.472500', '195251.932500', '195252.392500', '195252.852500', '195253.312500', '195253.772500', '195254.232500', '195254.692500', '195255.152500', '195255.612500', '195256.072500', '195256.532500', '195256.992500', '195257.452500', '195257.912500', '195258.372500', '195258.832500', '195259.292500', '195259.752500', '195300.212500', '195300.672500', '195301.132500', '195301.592500', '195302.052500', '195302.512500', '195302.972500', '195303.432500', '195303.892500', '195304.352500', '195304.812500', '195305.272500', '195305.732500', '195306.192500', '195306.652500', '195307.112500', '195307.572500', '195308.032500', '195308.492500', '195308.952500', '195309.412500', '195309.872500', '195310.332500', '195310.792500', '195311.252500', '195311.712500', '195312.172500', '195312.632500', '195313.092500', '195313.552500', '195314.012500', '195314.472500', '195314.932500', '195315.392500', '195315.852500', '195316.312500', '195316.772500', '195317.232500', '195317.692500', '195318.152500', '195318.612500', '195319.072500', '195319.532500', '195319.992500', '195320.452500', '195320.912500', '195321.372500', '195321.832500', '195322.292500', '195322.752500', '195323.212500', '195323.672500', '195324.132500', '195324.592500', '195325.052500', '195325.512500', '195325.972500', '195326.432500', '195326.892500', '195327.352500', '195327.812500', '195328.272500', '195328.732500', '195329.192500', '195329.652500', '195330.112500', '195330.572500', '195331.032500', '195331.492500', '195331.952500', '195332.412500', '195332.872500', '195333.332500', '195333.792500', '195334.252500', '195334.712500', '195335.172500', '195335.632500', '195336.092500', '195336.552500', '195337.012500', '195337.472500', '195337.932500', '195338.392500', '195338.852500', '195339.312500', '195339.772500', '195340.232500', '195340.692500', '195341.152500', '195341.612500', '195342.072500', '195342.532500', '195342.992500', '195343.452500', '195343.912500', '195344.372500', '195344.832500', '195345.292500', '195345.752500', '195346.212500', '195346.672500', '195347.132500', '195347.592500', '195348.052500', '195348.512500', '195348.972500', '195349.432500', '195349.892500', '195350.352500', '195350.812500', '195351.272500', '195351.732500', '195352.192500', '195352.652500', '195353.112500', '195353.572500', '195354.032500', '195354.492500', '195354.952500', '195355.412500', '195355.872500', '195356.332500', '195356.792500', '195357.252500', '195357.712500', '195358.172500', '195358.632500', '195359.092500', '195359.552500', '195400.012500', '195400.472500', '195400.932500', '195401.392500', '195401.852500', '195402.312500', '195402.772500', '195403.232500', '195403.692500', '195404.152500', '195404.612500', '195405.072500', '195405.532500', '195405.992500', '195406.452500', '195406.912500', '195407.372500', '195407.832500', '195408.292500', '195408.752500', '195409.212500', '195409.672500', '195410.132500', '195410.592500', '195411.052500', '195411.512500', '195411.972500', '195412.432500', '195412.892500', '195413.352500', '195413.812500', '195414.272500', '195414.732500', '195415.192500', '195415.652500', '195416.112500', '195416.572500', '195417.032500', '195417.492500', '195417.952500', '195418.412500', '195418.872500', '195419.332500', '195419.792500', '195420.252500', '195420.712500', '195421.172500', '195421.632500', '195422.092500', '195422.552500', '195423.012500', '195423.472500', '195423.932500', '195424.392500', '195424.852500', '195425.312500', '195425.772500', '195426.232500', '195426.692500', '195427.152500', '195427.612500', '195428.072500', '195428.532500', '195428.992500', '195429.452500', '195429.912500', '195430.372500', '195430.832500', '195431.292500', '195431.752500', '195432.212500', '195432.672500', '195433.132500', '195433.592500', '195434.052500', '195434.512500', '195434.972500', '195435.432500', '195435.892500', '195436.352500', '195436.812500', '195437.272500', '195437.732500', '195438.192500', '195438.652500', '195439.112500', '195439.572500', '195440.032500', '195440.492500', '195440.952500', '195441.412500', '195441.872500', '195442.332500', '195442.792500', '195443.252500', '195443.712500', '195444.172500', '195444.632500', '195445.092500', '195445.552500', '195446.012500', '195446.472500', '195446.932500', '195447.392500', '195447.852500', '195448.312500', '195448.772500', '195449.232500', '195449.692500', '195450.152500', '195450.612500', '195451.072500', '195451.532500', '195451.992500', '195452.452500', '195452.912500', '195453.372500', '195453.832500', '195454.292500', '195454.752500', '195455.212500', '195455.672500', '195456.132500', '195456.592500', '195457.052500', '195457.512500', '195457.972500', '195458.432500', '195458.892500', '195459.352500', '195459.812500', '195500.272500', '195500.732500', '195501.192500', '195501.652500', '195502.112500', '195502.572500', '195503.032500', '195503.492500', '195503.952500', '195504.412500', '195504.872500', '195505.332500', '195505.792500', '195506.252500', '195506.712500', '195507.172500', '195507.632500', '195508.092500', '195508.552500', '195509.012500', '195509.472500', '195509.932500', '195510.392500', '195510.852500', '195511.312500', '195511.772500', '195512.232500', '195512.692500', '195513.152500', '195513.612500', '195514.072500', '195514.532500', '195514.992500', '195515.452500', '195515.912500', '195516.372500', '195516.832500', '195517.292500', '195517.752500', '195518.212500', '195518.672500', '195519.132500', '195519.592500', '195520.052500', '195520.512500', '195520.972500', '195521.432500', '195521.892500', '195522.352500', '195522.812500', '195523.272500', '195523.732500', '195524.192500', '195524.652500', '195525.112500', '195525.572500', '195526.032500', '195526.492500', '195526.952500', '195527.412500', '195527.872500', '195528.332500', '195528.792500', '195529.252500', '195529.712500', '195530.172500', '195530.632500', '195531.092500', '195531.552500', '195532.012500', '195532.472500', '195532.932500', '195533.392500', '195533.852500', '195534.312500', '195534.772500', '195535.232500', '195535.692500', '195536.152500', '195536.612500', '195537.072500', '195537.532500', '195537.992500', '195538.452500', '195538.912500', '195539.372500', '195539.832500', '195540.292500', '195540.752500', '195541.212500', '195541.672500', '195542.132500', '195542.592500', '195543.052500', '195543.512500', '195543.972500', '195544.432500', '195544.892500', '195545.352500', '195545.812500', '195546.272500', '195546.732500', '195547.192500', '195547.652500', '195548.112500', '195548.572500', '195549.032500', '195549.492500', '195549.952500', '195550.412500', '195550.872500', '195551.332500', '195551.792500', '195552.252500', '195552.712500', '195553.172500', '195553.632500', '195554.092500', '195554.552500', '195555.012500', '195555.472500', '195555.932500', '195556.392500', '195556.852500', '195557.312500', '195557.772500', '195558.232500', '195558.692500', '195559.152500', '195559.612500', '195600.072500', '195600.532500', '195600.992500', '195601.452500', '195601.912500', '195602.372500', '195602.832500', '195603.292500', '195603.752500', '195604.212500', '195604.672500', '195605.132500', '195605.592500', '195606.052500', '195606.512500', '195606.972500', '195607.432500', '195607.892500', '195608.352500', '195608.812500', '195609.272500', '195609.732500', '195610.192500', '195610.652500', '195611.112500', '195611.572500', '195612.032500', '195612.492500', '195612.952500', '195613.412500', '195613.872500', '195614.332500', '195614.792500', '195615.252500', '195615.712500', '195616.172500', '195616.632500', '195617.092500', '195617.552500', '195618.012500', '195618.472500', '195618.932500', '195619.392500', '195619.852500', '195620.312500', '195620.772500', '195621.232500', '195621.692500', '195622.152500', '195622.612500', '195623.072500', '195623.532500', '195623.992500', '195624.452500', '195624.912500', '195625.372500', '195625.832500', '195626.292500', '195626.752500', '195627.212500', '195627.672500', '195628.132500', '195628.592500', '195629.052500', '195629.512500', '195629.972500', '195630.432500', '195630.892500', '195631.352500', '195631.812500', '195632.272500', '195632.732500', '195633.192500', '195633.652500', '195634.112500', '195634.572500', '195635.032500', '195635.492500', '195635.952500', '195636.412500', '195636.872500', '195637.332500', '195637.792500', '195638.252500', '195638.712500', '195639.172500', '195639.632500', '195640.092500', '195640.552500', '195641.012500', '195641.472500', '195641.932500', '195642.392500', '195642.852500', '195643.312500', '195643.772500', '195644.232500', '195644.692500', '195645.152500', '195645.612500', '195646.072500', '195646.532500', '195646.992500', '195647.452500', '195647.912500', '195648.372500', '195648.832500', '195649.292500', '195649.752500', '195650.212500', '195650.672500', '195651.132500', '195651.592500', '195652.052500', '195652.512500', '195652.972500', '195653.432500', '195653.892500', '195654.352500', '195654.812500', '195655.272500', '195655.732500', '195656.192500', '195656.652500', '195657.112500', '195657.572500', '195658.032500', '195658.492500', '195658.952500', '195659.412500', '195659.872500', '195700.332500', '195700.792500', '195701.252500', '195701.712500', '195702.172500', '195702.632500', '195703.092500', '195703.552500', '195704.012500', '195704.472500', '195704.932500', '195705.392500', '195705.852500', '195706.312500', '195706.772500', '195707.232500', '195707.692500', '195708.152500', '195708.612500', '195709.072500', '195709.532500', '195709.992500', '195710.452500', '195710.912500', '195711.372500', '195711.832500', '195712.292500', '195712.752500', '195713.212500', '195713.672500', '195714.132500', '195714.592500', '195715.052500', '195715.512500', '195715.972500', '195716.432500', '195716.892500', '195717.352500', '195717.812500', '195718.272500', '195718.732500', '195719.192500', '195719.652500', '195720.112500', '195720.572500', '195721.032500', '195721.492500', '195721.952500', '195722.412500', '195722.872500', '195723.332500', '195723.792500', '195724.252500', '195724.712500', '195725.172500', '195725.632500', '195726.092500', '195726.552500', '195727.012500', '195727.472500', '195727.932500', '195728.392500', '195728.852500', '195729.312500', '195729.772500', '195730.232500', '195730.692500', '195731.152500', '195731.612500', '195732.072500', '195732.532500', '195732.992500', '195733.452500', '195733.912500', '195734.372500', '195734.832500', '195735.292500', '195735.752500', '195736.212500', '195736.672500', '195737.132500', '195737.592500', '195738.052500', '195738.512500', '195738.972500', '195739.432500', '195739.892500', '195740.352500', '195740.812500', '195741.272500', '195741.732500', '195742.192500', '195742.652500', '195743.112500', '195743.572500', '195744.032500', '195744.492500', '195744.952500', '195745.412500', '195745.872500', '195746.332500', '195746.792500', '195747.252500', '195747.712500', '195748.172500', '195748.632500', '195749.092500', '195749.552500', '195750.012500', '195750.472500', '195750.932500', '195751.392500', '195751.852500', '195752.312500', '195752.772500', '195753.232500', '195753.692500', '195754.152500', '195754.612500', '195755.072500', '195755.532500', '195755.992500', '195756.452500', '195756.912500', '195757.372500', '195757.832500', '195758.292500', '195758.752500', '195759.212500', '195759.672500', '195800.132500', '195800.592500', '195801.052500', '195801.512500', '195801.972500', '195802.432500', '195802.892500', '195803.352500', '195803.812500', '195804.272500', '195804.732500', '195805.192500', '195805.652500', '195806.112500', '195806.572500', '195807.032500', '195807.492500', '195807.952500', '195808.412500', '195808.872500', '195809.332500', '195809.792500', '195810.252500', '195810.712500', '195811.172500', '195811.632500', '195812.092500', '195812.552500', '195813.012500', '195813.472500', '195813.932500', '195814.392500', '195814.852500', '195815.312500', '195815.772500', '195816.232500', '195816.692500', '195817.152500', '195817.612500', '195818.072500', '195818.532500', '195818.992500', '195819.452500', '195819.912500', '195820.372500', '195820.832500', '195821.292500', '195821.752500', '195822.212500', '195822.672500', '195823.132500', '195823.592500', '195824.052500', '195824.512500', '195824.972500', '195825.432500', '195825.892500', '195826.352500', '195826.812500', '195827.272500', '195827.732500', '195828.192500', '195828.652500', '195829.112500', '195829.572500', '195830.032500', '195830.492500', '195830.952500', '195831.412500', '195831.872500', '195832.332500', '195832.792500', '195833.252500', '195833.712500', '195834.172500', '195834.632500', '195835.092500', '195835.552500', '195836.012500', '195836.472500', '195836.932500', '195837.392500', '195837.852500', '195838.312500', '195838.772500', '195839.232500', '195839.692500', '195840.152500', '195840.612500', '195841.072500', '195841.532500', '195841.992500', '195842.452500', '195842.912500', '195843.372500', '195843.832500', '195844.292500', '195844.752500', '195845.212500', '195845.672500', '195846.132500', '195846.592500', '195847.052500', '195847.512500', '195847.972500', '195848.432500', '195848.892500', '195849.352500', '195849.812500', '195850.272500', '195850.732500', '195851.192500', '195851.652500', '195852.112500', '195852.572500', '195853.032500', '195853.492500', '195853.952500', '195854.412500', '195854.872500', '195855.332500', '195855.792500', '195856.252500', '195856.712500', '195857.172500', '195857.632500', '195858.092500', '195858.552500', '195859.012500', '195859.472500', '195859.932500', '195900.392500', '195900.852500', '195901.312500', '195901.772500', '195902.232500', '195902.692500', '195903.152500', '195903.612500', '195904.072500', '195904.532500', '195904.992500', '195905.452500', '195905.912500', '195906.372500', '195906.832500', '195907.292500', '195907.752500', '195908.212500', '195908.672500', '195909.132500', '195909.592500', '195910.052500', '195910.512500', '195910.972500', '195911.432500', '195911.892500', '195912.352500', '195912.812500', '195913.272500', '195913.732500', '195914.192500', '195914.652500', '195915.112500', '195915.572500', '195916.032500', '195916.492500', '195916.952500', '195917.412500', '195917.872500', '195918.332500', '195918.792500', '195919.252500', '195919.712500', '195920.172500', '195920.632500', '195921.092500', '195921.552500', '195922.012500', '195922.472500', '195922.932500', '195923.392500', '195923.852500', '195924.312500', '195924.772500', '195925.232500', '195925.692500', '195926.152500', '195926.612500', '195927.072500', '195927.532500', '195927.992500', '195928.452500', '195928.912500', '195929.372500', '195929.832500', '195930.292500', '195930.752500', '195931.212500', '195931.672500', '195932.132500', '195932.592500', '195933.052500', '195933.512500', '195933.972500', '195934.432500', '195934.892500', '195935.352500', '195935.812500', '195936.272500', '195936.732500', '195937.192500', '195937.652500', '195938.112500', '195938.572500', '195939.032500', '195939.492500', '195939.952500', '195940.412500', '195940.872500', '195941.332500', '195941.792500', '195942.252500', '195942.712500', '195943.172500', '195943.632500', '195944.092500', '195944.552500', '195945.012500', '195945.472500', '195945.932500', '195946.392500', '195946.852500', '195947.312500', '195947.772500', '195948.232500', '195948.692500', '195949.152500', '195949.612500', '195950.072500', '195950.532500', '195950.992500', '195951.452500', '195951.912500', '195952.372500', '195952.832500', '195953.292500', '195953.752500', '195954.212500', '195954.672500', '195955.132500', '195955.592500', '195956.052500', '195956.512500', '195956.972500', '195957.432500', '195957.892500', '195958.352500', '195958.812500', '195959.272500', '195959.732500', '200000.192500', '200000.652500', '200001.112500', '200001.572500', '200002.032500', '200002.492500', '200002.952500', '200003.412500', '200003.872500', '200004.332500', '200004.792500', '200005.252500', '200005.712500', '200006.172500', '200006.632500', '200007.092500', '200007.552500', '200008.012500', '200008.472500', '200008.932500', '200009.392500', '200009.852500', '200010.312500', '200010.772500', '200011.232500', '200011.692500', '200012.152500', '200012.612500', '200013.072500', '200013.532500', '200013.992500', '200014.452500', '200014.912500', '200015.372500', '200015.832500', '200016.292500', '200016.752500', '200017.212500', '200017.672500', '200018.132500', '200018.592500', '200019.052500', '200019.512500', '200019.972500', '200020.432500', '200020.892500', '200021.352500', '200021.812500', '200022.272500', '200022.732500', '200023.192500', '200023.652500', '200024.112500', '200024.572500', '200025.032500', '200025.492500', '200025.952500', '200026.412500', '200026.872500', '200027.332500', '200027.792500', '200028.252500', '200028.712500', '200029.172500', '200029.632500', '200030.092500', '200030.552500', '200031.012500', '200031.472500', '200031.932500', '200032.392500', '200032.852500', '200033.312500', '200033.772500', '200034.232500', '200034.692500', '200035.152500', '200035.612500', '200036.072500', '200036.532500', '200036.992500', '200037.452500', '200037.912500', '200038.372500', '200038.832500', '200039.292500', '200039.752500', '200040.212500', '200040.672500', '200041.132500', '200041.592500', '200042.052500', '200042.512500', '200042.972500', '200043.432500', '200043.892500', '200044.352500', '200044.812500', '200045.272500', '200045.732500', '200046.192500', '200046.652500', '200047.112500', '200047.572500', '200048.032500', '200048.492500', '200048.952500', '200049.412500', '200049.872500', '200050.332500', '200050.792500', '200051.252500', '200051.712500', '200052.172500', '200052.632500', '200053.092500', '200053.552500', '200054.012500', '200054.472500', '200054.932500', '200055.392500', '200055.852500', '200056.312500', '200056.772500', '200057.232500', '200057.692500', '200058.152500', '200058.612500', '200059.072500', '200059.532500', '200059.992500', '200100.452500', '200100.912500', '200101.372500', '200101.832500', '200102.292500', '200102.752500', '200103.212500', '200103.672500', '200104.132500', '200104.592500', '200105.052500', '200105.512500', '200105.972500', '200106.432500', '200106.892500', '200107.352500', '200107.812500', '200108.272500', '200108.732500', '200109.192500', '200109.652500', '200110.112500', '200110.572500', '200111.032500', '200111.492500', '200111.952500', '200112.412500', '200112.872500', '200113.332500', '200113.792500', '200114.252500', '200114.712500', '200115.172500', '200115.632500', '200116.092500', '200116.552500', '200117.012500', '200117.472500', '200117.932500', '200118.392500', '200118.852500', '200119.312500', '200119.772500', '200120.232500', '200120.692500', '200121.152500', '200121.612500', '200122.072500', '200122.532500', '200122.992500', '200123.452500', '200123.912500', '200124.372500', '200124.832500', '200125.292500', '200125.752500', '200126.212500', '200126.672500', '200127.132500', '200127.592500', '200128.052500', '200128.512500', '200128.972500', '200129.432500', '200129.892500', '200130.352500', '200130.812500', '200131.272500', '200131.732500', '200132.192500', '200132.652500', '200133.112500', '200133.572500', '200134.032500', '200134.492500', '200134.952500', '200135.412500', '200135.872500', '200136.332500', '200136.792500', '200137.252500', '200137.712500', '200138.172500', '200138.632500', '200139.092500', '200139.552500', '200140.012500', '200140.472500', '200140.932500', '200141.392500', '200141.852500', '200142.312500', '200142.772500', '200143.232500', '200143.692500', '200144.152500', '200144.612500', '200145.072500', '200145.532500', '200145.992500', '200146.452500', '200146.912500', '200147.372500', '200147.832500', '200148.292500', '200148.752500', '200149.212500', '200149.672500', '200150.132500', '200150.592500', '200151.052500', '200151.512500', '200151.972500', '200152.432500', '200152.892500', '200153.352500', '200153.812500', '200154.272500', '200154.732500', '200155.192500', '200155.652500', '200156.112500', '200156.572500', '200157.032500', '200157.492500', '200157.952500', '200158.412500', '200158.872500', '200159.332500', '200159.792500', '200200.252500', '200200.712500', '200201.172500', '200201.632500', '200202.092500', '200202.552500', '200203.012500', '200203.472500', '200203.932500', '200204.392500', '200204.852500', '200205.312500', '200205.772500', '200206.232500', '200206.692500', '200207.152500', '200207.612500', '200208.072500', '200208.532500', '200208.992500', '200209.452500', '200209.912500', '200210.372500', '200210.832500', '200211.292500', '200211.752500', '200212.212500', '200212.672500', '200213.132500', '200213.592500', '200214.052500', '200214.512500', '200214.972500', '200215.432500', '200215.892500', '200216.352500', '200216.812500', '200217.272500', '200217.732500', '200218.192500', '200218.652500', '200219.112500', '200219.572500', '200220.032500', '200220.492500', '200220.952500', '200221.412500', '200221.872500', '200222.332500', '200222.792500', '200223.252500', '200223.712500', '200224.172500', '200224.632500', '200225.092500', '200225.552500', '200226.012500', '200226.472500', '200226.932500', '200227.392500', '200227.852500', '200228.312500', '200228.772500', '200229.232500', '200229.692500', '200230.152500', '200230.612500', '200231.072500', '200231.532500', '200231.992500', '200232.452500', '200232.912500', '200233.372500', '200233.832500', '200234.292500', '200234.752500', '200235.212500', '200235.672500', '200236.132500', '200236.592500', '200237.052500', '200237.512500', '200237.972500', '200238.432500', '200238.892500', '200239.352500', '200239.812500', '200240.272500', '200240.732500', '200241.192500', '200241.652500', '200242.112500', '200242.572500', '200243.032500', '200243.492500', '200243.952500', '200244.412500', '200244.872500', '200245.332500', '200245.792500', '200246.252500', '200246.712500', '200247.172500', '200247.632500', '200248.092500', '200248.552500', '200249.012500', '200249.472500', '200249.932500', '200250.392500', '200250.852500', '200251.312500', '200251.772500', '200252.232500', '200252.692500', '200253.152500', '200253.612500', '200254.072500', '200254.532500', '200254.992500', '200255.452500', '200255.912500', '200256.372500', '200256.832500', '200257.292500', '200257.752500', '200258.212500', '200258.672500', '200259.132500', '200259.592500', '200300.052500', '200300.512500', '200300.972500', '200301.432500', '200301.892500', '200302.352500', '200302.812500', '200303.272500', '200303.732500', '200304.192500', '200304.652500', '200305.112500', '200305.572500', '200306.032500', '200306.492500', '200306.952500', '200307.412500', '200307.872500', '200308.332500', '200308.792500', '200309.252500', '200309.712500', '200310.172500', '200310.632500', '200311.092500', '200311.552500', '200312.012500', '200312.472500', '200312.932500', '200313.392500', '200313.852500', '200314.312500', '200314.772500', '200315.232500', '200315.692500', '200316.152500', '200316.612500', '200317.072500', '200317.532500', '200317.992500', '200318.452500', '200318.912500', '200319.372500', '200319.832500', '200320.292500', '200320.752500', '200321.212500', '200321.672500', '200322.132500', '200322.592500', '200323.052500', '200323.512500', '200323.972500', '200324.432500', '200324.892500', '200325.352500', '200325.812500', '200326.272500', '200326.732500', '200327.192500', '200327.652500', '200328.112500', '200328.572500', '200329.032500', '200329.492500', '200329.952500', '200330.412500', '200330.872500', '200331.332500', '200331.792500', '200332.252500', '200332.712500', '200333.172500', '200333.632500', '200334.092500', '200334.552500', '200335.012500', '200335.472500', '200335.932500', '200336.392500', '200336.852500', '200337.312500', '200337.772500', '200338.232500', '200338.692500', '200339.152500', '200339.612500', '200340.072500', '200340.532500', '200340.992500', '200341.452500', '200341.912500', '200342.372500', '200342.832500', '200343.292500', '200343.752500', '200344.212500', '200344.672500', '200345.132500', '200345.592500', '200346.052500', '200346.512500', '200346.972500', '200347.432500', '200347.892500', '200348.352500', '200348.812500', '200349.272500', '200349.732500', '200350.192500', '200350.652500', '200351.112500', '200351.572500', '200352.032500', '200352.492500', '200352.952500', '200353.412500', '200353.872500', '200354.332500', '200354.792500', '200355.252500', '200355.712500', '200356.172500', '200356.632500', '200357.092500', '200357.552500', '200358.012500', '200358.472500', '200358.932500', '200359.392500', '200359.852500', '200400.312500'], 'ContentTime': ['195011.890000', '195011.893000', '195011.896000', '195011.899000', '195011.901000', '195011.904000', '195011.907000', '195011.909000', '195011.912000', '195011.915000', '195011.917000', '195011.920000', '195011.923000', '195011.925000', '195011.928000', '195011.930000', '195011.933000', '195011.936000', '195011.942000', '195011.944000', '195011.947000', '195011.950000', '195011.952000', '195011.955000', '195011.958000', '195011.960000', '195011.963000', '195011.966000', '195011.968000', '195011.971000', '195011.974000', '195011.976000', '195011.979000', '195011.982000', '195011.984000', '195011.987000', '195011.989000', '195011.992000', '195011.995000', '195011.997000', '195012.001000', '195012.004000', '195012.006000', '195012.009000', '195012.011000', '195012.014000', '195012.017000', '195012.019000', '195012.022000', '195012.024000', '195012.027000', '195012.030000', '195012.032000', '195012.035000', '195012.037000', '195031.863000', '195031.865000', '195031.868000', '195031.871000', '195031.873000', '195031.876000', '195031.878000', '195031.881000', '195031.884000', '195031.886000', '195031.889000', '195031.899000', '195031.902000', '195031.905000', '195031.907000', '195031.910000', '195031.912000', '195031.915000', '195031.917000', '195031.920000', '195031.923000', '195031.925000', '195031.928000', '195031.931000', '195031.934000', '195031.937000', '195031.939000', '195031.942000', '195031.945000', '195031.947000', '195031.950000', '195031.953000', '195031.955000', '195031.958000', '195031.961000', '195031.963000', '195031.966000', '195031.969000', '195031.971000', '195031.974000', '195031.976000', '195031.979000', '195031.982000', '195051.851000', '195051.854000', '195051.857000', '195051.860000', '195051.862000', '195051.865000', '195051.867000', '195051.870000', '195051.873000', '195051.875000', '195051.878000', '195051.880000', '195051.883000', '195051.885000', '195051.888000', '195051.891000', '195051.893000', '195051.896000', '195051.898000', '195051.901000', '195051.903000', '195051.908000', '195051.910000', '195051.913000', '195051.916000', '195051.918000', '195051.921000', '195051.924000', '195051.926000', '195051.929000', '195051.932000', '195051.934000', '195051.937000', '195051.939000', '195051.942000', '195051.945000', '195051.947000', '195051.950000', '195051.953000', '195051.955000', '195051.958000', '195051.961000', '195051.963000', '195051.966000', '195111.850000', '195111.853000', '195111.856000', '195111.858000', '195111.861000', '195111.864000', '195111.866000', '195111.869000', '195111.871000', '195111.874000', '195111.876000', '195111.879000', '195111.882000', '195111.884000', '195111.887000', '195111.889000', '195111.892000', '195111.894000', '195111.897000', '195111.900000', '195111.902000', '195111.905000', '195111.907000', '195111.910000', '195111.913000', '195111.915000', '195111.918000', '195111.921000', '195111.924000', '195111.926000', '195111.929000', '195111.932000', '195111.934000', '195111.937000', '195111.939000', '195111.942000', '195111.945000', '195111.947000', '195111.950000', '195111.953000', '195111.955000', '195111.958000', '195111.961000', '195131.851000', '195131.853000', '195131.856000', '195131.859000', '195131.861000', '195131.864000', '195131.866000', '195131.869000', '195131.872000', '195131.874000', '195131.877000', '195131.879000', '195131.882000', '195131.885000', '195131.887000', '195131.890000', '195131.892000', '195131.895000', '195131.897000', '195131.900000', '195131.903000', '195131.906000', '195131.908000', '195131.911000', '195131.914000', '195131.916000', '195131.919000', '195131.921000', '195131.924000', '195131.927000', '195131.929000', '195131.932000', '195131.935000', '195131.937000', '195131.940000', '195131.943000', '195131.945000', '195131.948000', '195131.951000', '195131.953000', '195131.956000', '195131.959000', '195131.961000', '195131.964000', '195151.851000', '195151.854000', '195151.857000', '195151.859000', '195151.862000', '195151.865000', '195151.867000', '195151.870000', '195151.872000', '195151.875000', '195151.878000', '195151.880000', '195151.883000', '195151.885000', '195151.888000', '195151.891000', '195151.893000', '195151.896000', '195151.899000', '195151.901000', '195151.904000', '195151.906000', '195151.909000', '195151.920000', '195151.923000', '195151.925000', '195151.928000', '195151.931000', '195151.933000', '195151.936000', '195151.939000', '195151.941000', '195151.944000', '195151.947000', '195151.949000', '195151.952000', '195151.954000', '195151.957000', '195151.960000', '195151.963000', '195151.965000', '195151.968000', '195151.971000', '195211.851000', '195211.929000', '195211.932000', '195211.935000', '195211.937000', '195211.940000', '195211.942000', '195211.948000', '195211.951000', '195211.954000', '195211.968000', '195211.971000', '195211.974000', '195211.977000', '195211.979000', '195211.982000', '195211.984000', '195211.987000', '195211.990000', '195211.992000', '195211.995000', '195211.998000', '195212.001000', '195212.004000', '195212.007000', '195212.009000', '195212.012000', '195212.015000', '195212.017000', '195212.020000', '195212.022000', '195212.025000', '195212.028000', '195212.030000', '195212.033000', '195212.036000', '195212.038000', '195212.041000', '195212.043000', '195212.046000', '195212.049000', '195212.052000', '195212.054000', '195212.057000', '195231.851000', '195231.854000', '195231.857000', '195231.860000', '195231.862000', '195231.869000', '195231.872000', '195231.874000', '195231.877000', '195231.880000', '195231.882000', '195231.885000', '195231.888000', '195231.890000', '195231.893000', '195231.896000', '195231.898000', '195231.901000', '195231.904000', '195231.906000', '195231.909000', '195231.911000', '195231.914000', '195231.917000', '195231.919000', '195231.922000', '195231.925000', '195231.927000', '195231.930000', '195231.933000', '195231.935000', '195231.938000', '195231.940000', '195231.943000', '195231.946000', '195231.948000', '195231.951000', '195231.954000', '195231.956000', '195231.959000', '195231.961000', '195231.964000', '195231.967000', '195251.851000', '195251.861000', '195251.864000', '195251.867000', '195251.869000', '195251.872000', '195251.875000', '195251.877000', '195251.880000', '195251.883000', '195251.885000', '195251.888000', '195251.891000', '195251.893000', '195251.896000', '195251.899000', '195251.901000', '195251.904000', '195251.907000', '195251.909000', '195251.912000', '195251.915000', '195251.917000', '195251.920000', '195251.923000', '195251.925000', '195251.928000', '195251.931000', '195251.933000', '195251.936000', '195251.939000', '195251.941000', '195251.944000', '195251.946000', '195251.949000', '195251.952000', '195251.954000', '195251.957000', '195251.960000', '195251.962000', '195251.965000', '195251.968000', '195251.970000', '195251.973000', '195311.852000', '195311.866000', '195311.869000', '195311.871000', '195311.874000', '195311.876000', '195311.879000', '195311.882000', '195311.884000', '195311.887000', '195311.890000', '195311.892000', '195311.895000', '195311.898000', '195311.900000', '195311.903000', '195311.906000', '195311.908000', '195311.911000', '195311.913000', '195311.916000', '195311.919000', '195311.921000', '195311.924000', '195311.927000', '195311.929000', '195311.935000', '195311.937000', '195311.940000', '195311.943000', '195311.945000', '195311.948000', '195311.950000', '195311.953000', '195311.956000', '195311.958000', '195311.961000', '195311.963000', '195311.966000', '195311.969000', '195311.971000', '195311.974000', '195311.977000', '195331.850000', '195331.853000', '195331.856000', '195331.858000', '195331.861000', '195331.864000', '195331.866000', '195331.869000', '195331.872000', '195331.874000', '195331.877000', '195331.880000', '195331.882000', '195331.885000', '195331.887000', '195331.890000', '195331.893000', '195331.895000', '195331.898000', '195331.900000', '195331.903000', '195331.915000', '195331.918000', '195331.920000', '195331.923000', '195331.925000', '195331.928000', '195331.931000', '195331.933000', '195331.936000', '195331.938000', '195331.941000', '195331.944000', '195331.946000', '195331.949000', '195331.951000', '195331.954000', '195331.957000', '195331.959000', '195331.962000', '195331.965000', '195331.967000', '195331.970000', '195331.972000', '195351.851000', '195351.853000', '195351.856000', '195351.859000', '195351.861000', '195351.864000', '195351.873000', '195351.876000', '195351.878000', '195351.881000', '195351.884000', '195351.886000', '195351.889000', '195351.891000', '195351.894000', '195351.897000', '195351.899000', '195351.902000', '195351.904000', '195351.907000', '195351.910000', '195351.912000', '195351.915000', '195351.917000', '195351.920000', '195351.923000', '195351.925000', '195351.928000', '195351.931000', '195351.933000', '195351.936000', '195351.938000', '195351.941000', '195351.944000', '195351.946000', '195351.949000', '195351.951000', '195351.954000', '195351.957000', '195351.959000', '195351.962000', '195351.964000', '195351.967000', '195411.852000', '195411.854000', '195411.857000', '195411.860000', '195411.862000', '195411.865000', '195411.868000', '195411.870000', '195411.873000', '195411.875000', '195411.878000', '195411.881000', '195411.883000', '195411.886000', '195411.889000', '195411.891000', '195411.894000', '195411.896000', '195411.899000', '195411.902000', '195411.904000', '195411.907000', '195411.910000', '195411.912000', '195411.915000', '195411.917000', '195411.920000', '195411.923000', '195411.925000', '195411.928000', '195411.930000', '195411.933000', '195411.936000', '195411.938000', '195411.941000', '195411.944000', '195411.946000', '195411.949000', '195411.952000', '195411.954000', '195411.957000', '195411.959000', '195411.962000', '195411.965000', '195431.851000', '195431.892000', '195431.894000', '195431.897000', '195431.900000', '195431.902000', '195431.905000', '195431.907000', '195431.910000', '195431.913000', '195431.915000', '195431.918000', '195431.920000', '195431.923000', '195431.926000', '195431.928000', '195431.931000', '195431.933000', '195431.936000', '195431.939000', '195431.941000', '195431.944000', '195431.947000', '195431.949000', '195431.952000', '195431.954000', '195431.957000', '195431.960000', '195431.962000', '195431.965000', '195431.968000', '195431.971000', '195431.973000', '195431.976000', '195431.978000', '195431.981000', '195431.984000', '195431.986000', '195431.989000', '195431.992000', '195431.994000', '195431.997000', '195432.001000', '195451.857000', '195451.875000', '195451.878000', '195451.880000', '195451.883000', '195451.886000', '195451.888000', '195451.891000', '195451.893000', '195451.896000', '195451.899000', '195451.901000', '195451.904000', '195451.906000', '195451.909000', '195451.912000', '195451.914000', '195451.917000', '195451.920000', '195451.922000', '195451.925000', '195451.927000', '195451.930000', '195451.933000', '195451.935000', '195451.938000', '195451.940000', '195451.943000', '195451.946000', '195451.948000', '195451.951000', '195451.953000', '195451.956000', '195451.959000', '195451.961000', '195451.964000', '195451.966000', '195451.970000', '195451.973000', '195451.976000', '195451.978000', '195451.981000', '195451.984000', '195511.851000', '195511.854000', '195511.857000', '195511.860000', '195511.862000', '195511.865000', '195511.868000', '195511.870000', '195511.873000', '195511.875000', '195511.878000', '195511.881000', '195511.883000', '195511.886000', '195511.889000', '195511.891000', '195511.894000', '195511.896000', '195511.899000', '195511.902000', '195511.904000', '195511.907000', '195511.912000', '195511.914000', '195511.917000', '195511.920000', '195511.922000', '195511.925000', '195511.927000', '195511.930000', '195511.933000', '195511.935000', '195511.938000', '195511.941000', '195511.943000', '195511.946000', '195511.948000', '195511.951000', '195511.954000', '195511.956000', '195511.959000', '195511.962000', '195511.964000', '195511.967000', '195531.851000', '195531.854000', '195531.857000', '195531.860000', '195531.863000', '195531.865000', '195531.868000', '195531.870000', '195531.873000', '195531.876000', '195531.878000', '195531.881000', '195531.883000', '195531.886000', '195531.888000', '195531.891000', '195531.894000', '195531.896000', '195531.899000', '195531.901000', '195531.904000', '195531.907000', '195531.909000', '195531.912000', '195531.914000', '195531.917000', '195531.920000', '195531.922000', '195531.925000', '195531.927000', '195531.930000', '195531.933000', '195531.935000', '195531.938000', '195531.940000', '195531.943000', '195531.946000', '195531.948000', '195531.951000', '195531.954000', '195531.956000', '195531.959000', '195531.962000', '195551.851000', '195551.854000', '195551.856000', '195551.859000', '195551.862000', '195551.865000', '195551.867000', '195551.870000', '195551.873000', '195551.875000', '195551.878000', '195551.880000', '195551.883000', '195551.886000', '195551.888000', '195551.891000', '195551.894000', '195551.897000', '195551.899000', '195551.902000', '195551.905000', '195551.907000', '195551.910000', '195551.912000', '195551.915000', '195551.918000', '195551.920000', '195551.923000', '195551.926000', '195551.928000', '195551.931000', '195551.934000', '195551.936000', '195551.939000', '195551.941000', '195551.944000', '195551.947000', '195551.949000', '195551.952000', '195551.954000', '195551.957000', '195551.960000', '195551.962000', '195551.965000', '195611.851000', '195611.866000', '195611.868000', '195611.875000', '195611.878000', '195611.880000', '195611.883000', '195611.886000', '195611.889000', '195611.891000', '195611.895000', '195611.898000', '195611.901000', '195611.904000', '195611.906000', '195611.909000', '195611.912000', '195611.914000', '195611.917000', '195611.919000', '195611.922000', '195611.925000', '195611.927000', '195611.930000', '195611.933000', '195611.935000', '195611.938000', '195611.941000', '195611.943000', '195611.946000', '195611.949000', '195611.951000', '195611.954000', '195611.957000', '195611.959000', '195611.962000', '195611.965000', '195611.967000', '195611.970000', '195611.972000', '195611.975000', '195611.977000', '195611.980000', '195631.852000', '195631.854000', '195631.857000', '195631.860000', '195631.862000', '195631.865000', '195631.868000', '195631.870000', '195631.873000', '195631.876000', '195631.878000', '195631.881000', '195631.884000', '195631.886000', '195631.889000', '195631.892000', '195631.894000', '195631.897000', '195631.900000', '195631.902000', '195631.905000', '195631.908000', '195631.910000', '195631.913000', '195631.915000', '195631.918000', '195631.921000', '195631.923000', '195631.926000', '195631.929000', '195631.931000', '195631.934000', '195631.937000', '195631.939000', '195631.942000', '195631.944000', '195631.947000', '195631.950000', '195631.952000', '195631.955000', '195631.958000', '195631.960000', '195631.963000', '195631.965000', '195651.852000', '195651.856000', '195651.859000', '195651.861000', '195651.864000', '195651.867000', '195651.869000', '195651.872000', '195651.875000', '195651.877000', '195651.880000', '195651.882000', '195651.885000', '195651.888000', '195651.890000', '195651.893000', '195651.896000', '195651.898000', '195651.901000', '195651.904000', '195651.906000', '195651.909000', '195651.912000', '195651.914000', '195651.917000', '195651.919000', '195651.922000', '195651.925000', '195651.928000', '195651.930000', '195651.933000', '195651.935000', '195651.938000', '195651.941000', '195651.943000', '195651.946000', '195651.949000', '195651.951000', '195651.954000', '195651.956000', '195651.959000', '195651.962000', '195651.965000', '195711.852000', '195711.854000', '195711.857000', '195711.860000', '195711.862000', '195711.865000', '195711.868000', '195711.870000', '195711.873000', '195711.876000', '195711.878000', '195711.881000', '195711.884000', '195711.887000', '195711.889000', '195711.892000', '195711.895000', '195711.897000', '195711.900000', '195711.903000', '195711.905000', '195711.908000', '195711.911000', '195711.913000', '195711.916000', '195711.918000', '195711.921000', '195711.924000', '195711.927000', '195711.929000', '195711.932000', '195711.934000', '195711.937000', '195711.940000', '195711.942000', '195711.945000', '195711.948000', '195711.950000', '195711.953000', '195711.956000', '195711.959000', '195711.961000', '195711.964000', '195711.967000', '195731.852000', '195731.874000', '195731.877000', '195731.880000', '195731.882000', '195731.885000', '195731.888000', '195731.890000', '195731.893000', '195731.896000', '195731.898000', '195731.901000', '195731.904000', '195731.907000', '195731.909000', '195731.912000', '195731.914000', '195731.917000', '195731.920000', '195731.922000', '195731.925000', '195731.928000', '195731.931000', '195731.933000', '195731.938000', '195731.941000', '195731.944000', '195731.947000', '195731.949000', '195731.952000', '195731.955000', '195731.958000', '195731.960000', '195731.963000', '195731.965000', '195731.968000', '195731.971000', '195731.973000', '195731.976000', '195731.979000', '195731.981000', '195731.984000', '195731.986000', '195751.851000', '195751.866000', '195751.868000', '195751.871000', '195751.874000', '195751.876000', '195751.879000', '195751.882000', '195751.884000', '195751.887000', '195751.917000', '195751.920000', '195751.922000', '195751.925000', '195751.928000', '195751.930000', '195751.933000', '195751.936000', '195751.938000', '195751.941000', '195751.944000', '195751.946000', '195751.949000', '195751.951000', '195751.954000', '195751.957000', '195751.959000', '195751.962000', '195751.964000', '195751.967000', '195751.970000', '195751.972000', '195751.975000', '195751.977000', '195751.980000', '195751.983000', '195751.985000', '195751.988000', '195751.991000', '195751.993000', '195751.996000', '195752.000000', '195752.002000', '195752.005000', '195811.851000', '195811.902000', '195811.905000', '195811.908000', '195811.910000', '195811.913000', '195811.916000', '195811.919000', '195811.921000', '195811.924000', '195811.927000', '195811.930000', '195811.933000', '195811.935000', '195811.938000', '195811.941000', '195811.943000', '195811.946000', '195811.949000', '195811.951000', '195811.954000', '195811.957000', '195811.960000', '195811.962000', '195811.965000', '195811.967000', '195811.970000', '195811.973000', '195811.976000', '195811.978000', '195811.981000', '195811.984000', '195811.986000', '195811.989000', '195811.992000', '195811.994000', '195811.997000', '195812.001000', '195812.003000', '195812.006000', '195812.008000', '195812.011000', '195812.014000', '195831.851000', '195831.854000', '195831.857000', '195831.860000', '195831.862000', '195831.865000', '195831.868000', '195831.870000', '195831.873000', '195831.876000', '195831.879000', '195831.881000', '195831.884000', '195831.886000', '195831.889000', '195831.892000', '195831.894000', '195831.897000', '195831.900000', '195831.902000', '195831.905000', '195831.908000', '195831.910000', '195831.913000', '195831.916000', '195831.918000', '195831.921000', '195831.924000', '195831.926000', '195831.929000', '195831.932000', '195831.934000', '195831.937000', '195831.940000', '195831.942000', '195831.945000', '195831.947000', '195831.950000', '195831.953000', '195831.955000', '195831.958000', '195831.961000', '195831.963000', '195831.966000', '195851.852000', '195851.855000', '195851.857000', '195851.860000', '195851.863000', '195851.865000', '195851.868000', '195851.871000', '195851.873000', '195851.876000', '195851.878000', '195851.881000', '195851.884000', '195851.886000', '195851.889000', '195851.892000', '195851.894000', '195851.897000', '195851.900000', '195851.902000', '195851.905000', '195851.908000', '195851.910000', '195851.913000', '195851.916000', '195851.918000', '195851.921000', '195851.924000', '195851.926000', '195851.929000', '195851.932000', '195851.934000', '195851.937000', '195851.940000', '195851.942000', '195851.945000', '195851.948000', '195851.950000', '195851.953000', '195851.956000', '195851.958000', '195851.961000', '195851.964000', '195911.852000', '195911.897000', '195911.899000', '195911.902000', '195911.905000', '195911.907000', '195911.910000', '195911.924000', '195911.928000', '195911.930000', '195911.933000', '195911.935000', '195911.938000', '195911.941000', '195911.943000', '195911.946000', '195911.949000', '195911.951000', '195911.954000', '195911.956000', '195911.959000', '195911.962000', '195911.965000', '195911.967000', '195911.970000', '195911.973000', '195911.976000', '195911.978000', '195911.981000', '195911.984000', '195911.986000', '195911.989000', '195911.992000', '195911.994000', '195911.997000', '195912.001000', '195912.004000', '195912.006000', '195912.009000', '195912.011000', '195912.014000', '195912.017000', '195912.020000', '195912.022000', '195931.852000', '195931.854000', '195931.858000', '195931.860000', '195931.863000', '195931.866000', '195931.869000', '195931.871000', '195931.874000', '195931.876000', '195931.879000', '195931.882000', '195931.885000', '195931.887000', '195931.890000', '195931.893000', '195931.895000', '195931.898000', '195931.901000', '195931.903000', '195931.906000', '195931.909000', '195931.911000', '195931.914000', '195931.917000', '195931.919000', '195931.922000', '195931.925000', '195931.928000', '195931.930000', '195931.933000', '195931.936000', '195931.938000', '195931.941000', '195931.944000', '195931.946000', '195931.949000', '195931.952000', '195931.954000', '195931.957000', '195931.960000', '195931.962000', '195931.965000', '195951.852000', '195951.926000', '195951.928000', '195951.931000', '195951.934000', '195951.937000', '195951.939000', '195951.942000', '195951.945000', '195951.947000', '195951.950000', '195951.952000', '195951.955000', '195951.958000', '195951.960000', '195951.963000', '195951.966000', '195951.969000', '195951.971000', '195951.974000', '195951.977000', '195951.979000', '195951.982000', '195951.985000', '195951.987000', '195951.990000', '195951.992000', '195951.995000', '195951.998000', '195952.001000', '195952.004000', '195952.007000', '195952.010000', '195952.012000', '195952.015000', '195952.018000', '195952.020000', '195952.023000', '195952.026000', '195952.028000', '195952.031000', '195952.034000', '195952.036000', '195952.039000', '200011.851000', '200011.866000', '200011.869000', '200011.872000', '200011.874000', '200011.877000', '200011.880000', '200011.883000', '200011.885000', '200011.888000', '200011.891000', '200011.893000', '200011.896000', '200011.899000', '200011.901000', '200011.904000', '200011.907000', '200011.909000', '200011.912000', '200011.915000', '200011.917000', '200011.920000', '200011.922000', '200011.925000', '200011.928000', '200011.931000', '200011.933000', '200011.936000', '200011.939000', '200011.941000', '200011.944000', '200011.947000', '200011.949000', '200011.952000', '200011.955000', '200011.957000', '200011.960000', '200011.963000', '200011.965000', '200011.968000', '200011.970000', '200011.973000', '200011.976000', '200031.851000', '200031.881000', '200031.884000', '200031.886000', '200031.889000', '200031.891000', '200031.894000', '200031.897000', '200031.900000', '200031.902000', '200031.905000', '200031.907000', '200031.910000', '200031.913000', '200031.915000', '200031.918000', '200031.924000', '200031.926000', '200031.929000', '200031.932000', '200031.935000', '200031.937000', '200031.940000', '200031.943000', '200031.945000', '200031.948000', '200031.951000', '200031.953000', '200031.956000', '200031.959000', '200031.961000', '200031.964000', '200031.967000', '200031.969000', '200031.972000', '200031.975000', '200031.977000', '200031.980000', '200031.984000', '200031.986000', '200031.989000', '200031.992000', '200031.994000', '200031.997000', '200051.851000', '200051.873000', '200051.876000', '200051.878000', '200051.881000', '200051.884000', '200051.886000', '200051.889000', '200051.892000', '200051.895000', '200051.897000', '200051.900000', '200051.903000', '200051.905000', '200051.908000', '200051.910000', '200051.913000', '200051.916000', '200051.918000', '200051.921000', '200051.924000', '200051.926000', '200051.929000', '200051.931000', '200051.934000', '200051.937000', '200051.939000', '200051.942000', '200051.945000', '200051.948000', '200051.950000', '200051.953000', '200051.956000', '200051.958000', '200051.961000', '200051.963000', '200051.966000', '200051.969000', '200051.971000', '200051.974000', '200051.977000', '200051.979000', '200051.982000', '200111.852000', '200111.878000', '200111.881000', '200111.884000', '200111.886000', '200111.889000', '200111.892000', '200111.894000', '200111.897000', '200111.900000', '200111.902000', '200111.905000', '200111.908000', '200111.910000', '200111.913000', '200111.916000', '200111.918000', '200111.921000', '200111.924000', '200111.926000', '200111.929000', '200111.932000', '200111.934000', '200111.937000', '200111.940000', '200111.942000', '200111.945000', '200111.948000', '200111.950000', '200111.953000', '200111.956000', '200111.958000', '200111.961000', '200111.963000', '200111.966000', '200111.969000', '200111.971000', '200111.974000', '200111.977000', '200111.979000', '200111.982000', '200111.984000', '200111.987000', '200111.990000', '200131.852000', '200131.855000', '200131.857000', '200131.860000', '200131.863000', '200131.865000', '200131.868000', '200131.870000', '200131.873000', '200131.876000', '200131.878000', '200131.881000', '200131.883000', '200131.886000', '200131.898000', '200131.900000', '200131.903000', '200131.906000', '200131.908000', '200131.911000', '200131.913000', '200131.916000', '200131.919000', '200131.921000', '200131.924000', '200131.927000', '200131.929000', '200131.932000', '200131.934000', '200131.937000', '200131.940000', '200131.942000', '200131.945000', '200131.948000', '200131.950000', '200131.953000', '200131.956000', '200131.958000', '200131.961000', '200131.963000', '200131.966000', '200131.969000', '200131.971000', '200151.852000', '200151.855000', '200151.857000', '200151.860000', '200151.862000', '200151.865000', '200151.868000', '200151.870000', '200151.874000', '200151.877000', '200151.880000', '200151.883000', '200151.885000', '200151.888000', '200151.891000', '200151.893000', '200151.896000', '200151.898000', '200151.901000', '200151.903000', '200151.906000', '200151.909000', '200151.911000', '200151.914000', '200151.917000', '200151.919000', '200151.922000', '200151.924000', '200151.927000', '200151.930000', '200151.932000', '200151.935000', '200151.937000', '200151.940000', '200151.943000', '200151.945000', '200151.948000', '200151.950000', '200151.953000', '200151.956000', '200151.958000', '200151.961000', '200151.963000', '200211.852000', '200211.854000', '200211.857000', '200211.860000', '200211.862000', '200211.865000', '200211.867000', '200211.870000', '200211.873000', '200211.875000', '200211.878000', '200211.880000', '200211.883000', '200211.886000', '200211.888000', '200211.891000', '200211.894000', '200211.896000', '200211.899000', '200211.901000', '200211.904000', '200211.907000', '200211.909000', '200211.912000', '200211.914000', '200211.917000', '200211.920000', '200211.922000', '200211.925000', '200211.927000', '200211.930000', '200211.933000', '200211.935000', '200211.938000', '200211.940000', '200211.943000', '200211.946000', '200211.948000', '200211.951000', '200211.954000', '200211.956000', '200211.959000', '200211.962000', '200211.965000', '200231.851000', '200231.853000', '200231.857000', '200231.860000', '200231.863000', '200231.865000', '200231.868000', '200231.871000', '200231.873000', '200231.876000', '200231.879000', '200231.881000', '200231.884000', '200231.887000', '200231.889000', '200231.892000', '200231.895000', '200231.898000', '200231.900000', '200231.903000', '200231.906000', '200231.908000', '200231.911000', '200231.914000', '200231.916000', '200231.919000', '200231.922000', '200231.924000', '200231.927000', '200231.930000', '200231.932000', '200231.935000', '200231.938000', '200231.940000', '200231.943000', '200231.945000', '200231.948000', '200231.951000', '200231.953000', '200231.956000', '200231.958000', '200231.976000', '200231.979000', '200231.981000', '200251.851000', '200251.861000', '200251.863000', '200251.866000', '200251.869000', '200251.871000', '200251.874000', '200251.876000', '200251.879000', '200251.882000', '200251.884000', '200251.887000', '200251.889000', '200251.892000', '200251.895000', '200251.897000', '200251.900000', '200251.902000', '200251.905000', '200251.908000', '200251.910000', '200251.913000', '200251.915000', '200251.918000', '200251.920000', '200251.923000', '200251.926000', '200251.928000', '200251.931000', '200251.934000', '200251.936000', '200251.939000', '200251.941000', '200251.944000', '200251.947000', '200251.949000', '200251.952000', '200251.954000', '200251.957000', '200251.960000', '200251.962000', '200251.965000', '200251.968000', '200311.851000', '200311.885000', '200311.887000', '200311.890000', '200311.893000', '200311.895000', '200311.898000', '200311.901000', '200311.903000', '200311.906000', '200311.909000', '200311.911000', '200311.914000', '200311.917000', '200311.919000', '200311.922000', '200311.925000', '200311.927000', '200311.930000', '200311.933000', '200311.935000', '200311.938000', '200311.941000', '200311.943000', '200311.946000', '200311.949000', '200311.951000', '200311.954000', '200311.957000', '200311.959000', '200311.962000', '200311.965000', '200311.967000', '200311.970000', '200311.972000', '200311.975000', '200311.978000', '200311.980000', '200311.983000', '200311.986000', '200311.989000', '200311.992000', '200311.994000', '200331.852000', '200331.878000', '200331.881000', '200331.884000', '200331.886000', '200331.889000', '200331.892000', '200331.894000', '200331.897000', '200331.899000', '200331.902000', '200331.905000', '200331.907000', '200331.910000', '200331.913000', '200331.915000', '200331.918000', '200331.921000', '200331.923000', '200331.926000', '200331.929000', '200331.932000', '200331.934000', '200331.937000', '200331.939000', '200331.942000', '200331.945000', '200331.948000', '200331.950000', '200331.953000', '200331.956000', '200331.958000', '200331.961000', '200331.963000', '200331.966000', '200331.969000', '200331.971000', '200331.974000', '200331.977000', '200331.979000', '200331.982000', '200331.985000', '200331.987000', '200331.990000', '200351.852000', '200351.864000', '200351.867000', '200351.869000', '200351.872000', '200351.874000', '200351.877000', '200351.880000', '200351.882000', '200351.895000', '200351.899000', '200351.901000', '200351.904000', '200351.907000', '200351.909000', '200351.912000', '200351.915000', '200351.917000', '200351.920000', '200351.923000', '200351.925000', '200351.928000', '200351.931000', '200351.933000', '200351.936000', '200351.939000', '200351.941000', '200351.944000', '200351.947000', '200351.949000', '200351.952000', '200351.955000', '200351.957000', '200351.960000', '200351.963000', '200351.965000', '200351.968000', '200351.971000', '200351.973000', '200351.976000', '200351.979000', '200351.981000', '200351.984000', '200401.520000', '200401.523000', '200401.526000', '200401.529000', '200401.532000', '200401.535000', '200401.538000', '200401.541000', '200401.545000', '200401.548000', '200401.550000', '200401.553000', '200401.564000', '200401.567000', '200401.570000', '200401.573000', '200401.576000', '200401.579000', '200401.582000', '200401.584000', '200401.587000', '200401.590000'], 'InstanceCreationTime': ['195011.890000', '195011.893000', '195011.896000', '195011.899000', '195011.901000', '195011.904000', '195011.907000', '195011.909000', '195011.912000', '195011.915000', '195011.917000', '195011.920000', '195011.923000', '195011.925000', '195011.928000', '195011.930000', '195011.933000', '195011.936000', '195011.942000', '195011.944000', '195011.947000', '195011.950000', '195011.952000', '195011.955000', '195011.958000', '195011.960000', '195011.963000', '195011.966000', '195011.968000', '195011.971000', '195011.974000', '195011.976000', '195011.979000', '195011.982000', '195011.984000', '195011.987000', '195011.989000', '195011.992000', '195011.995000', '195011.997000', '195012.001000', '195012.004000', '195012.006000', '195012.009000', '195012.011000', '195012.014000', '195012.017000', '195012.019000', '195012.022000', '195012.024000', '195012.027000', '195012.030000', '195012.032000', '195012.035000', '195012.037000', '195031.863000', '195031.865000', '195031.868000', '195031.871000', '195031.873000', '195031.876000', '195031.878000', '195031.881000', '195031.884000', '195031.886000', '195031.889000', '195031.899000', '195031.902000', '195031.905000', '195031.907000', '195031.910000', '195031.912000', '195031.915000', '195031.917000', '195031.920000', '195031.923000', '195031.925000', '195031.928000', '195031.931000', '195031.934000', '195031.937000', '195031.939000', '195031.942000', '195031.945000', '195031.947000', '195031.950000', '195031.953000', '195031.955000', '195031.958000', '195031.961000', '195031.963000', '195031.966000', '195031.969000', '195031.971000', '195031.974000', '195031.976000', '195031.979000', '195031.982000', '195051.851000', '195051.854000', '195051.857000', '195051.860000', '195051.862000', '195051.865000', '195051.867000', '195051.870000', '195051.873000', '195051.875000', '195051.878000', '195051.880000', '195051.883000', '195051.885000', '195051.888000', '195051.891000', '195051.893000', '195051.896000', '195051.898000', '195051.901000', '195051.903000', '195051.908000', '195051.910000', '195051.913000', '195051.916000', '195051.918000', '195051.921000', '195051.924000', '195051.926000', '195051.929000', '195051.932000', '195051.934000', '195051.937000', '195051.939000', '195051.942000', '195051.945000', '195051.947000', '195051.950000', '195051.953000', '195051.955000', '195051.958000', '195051.961000', '195051.963000', '195051.966000', '195111.850000', '195111.853000', '195111.856000', '195111.858000', '195111.861000', '195111.864000', '195111.866000', '195111.869000', '195111.871000', '195111.874000', '195111.876000', '195111.879000', '195111.882000', '195111.884000', '195111.887000', '195111.889000', '195111.892000', '195111.894000', '195111.897000', '195111.900000', '195111.902000', '195111.905000', '195111.907000', '195111.910000', '195111.913000', '195111.915000', '195111.918000', '195111.921000', '195111.924000', '195111.926000', '195111.929000', '195111.932000', '195111.934000', '195111.937000', '195111.939000', '195111.942000', '195111.945000', '195111.947000', '195111.950000', '195111.953000', '195111.955000', '195111.958000', '195111.961000', '195131.851000', '195131.853000', '195131.856000', '195131.859000', '195131.861000', '195131.864000', '195131.866000', '195131.869000', '195131.872000', '195131.874000', '195131.877000', '195131.879000', '195131.882000', '195131.885000', '195131.887000', '195131.890000', '195131.892000', '195131.895000', '195131.897000', '195131.900000', '195131.903000', '195131.906000', '195131.908000', '195131.911000', '195131.914000', '195131.916000', '195131.919000', '195131.921000', '195131.924000', '195131.927000', '195131.929000', '195131.932000', '195131.935000', '195131.937000', '195131.940000', '195131.943000', '195131.945000', '195131.948000', '195131.951000', '195131.953000', '195131.956000', '195131.959000', '195131.961000', '195131.964000', '195151.851000', '195151.854000', '195151.857000', '195151.859000', '195151.862000', '195151.865000', '195151.867000', '195151.870000', '195151.872000', '195151.875000', '195151.878000', '195151.880000', '195151.883000', '195151.885000', '195151.888000', '195151.891000', '195151.893000', '195151.896000', '195151.899000', '195151.901000', '195151.904000', '195151.906000', '195151.909000', '195151.920000', '195151.923000', '195151.925000', '195151.928000', '195151.931000', '195151.933000', '195151.936000', '195151.939000', '195151.941000', '195151.944000', '195151.947000', '195151.949000', '195151.952000', '195151.954000', '195151.957000', '195151.960000', '195151.963000', '195151.965000', '195151.968000', '195151.971000', '195211.851000', '195211.929000', '195211.932000', '195211.935000', '195211.937000', '195211.940000', '195211.942000', '195211.948000', '195211.951000', '195211.954000', '195211.968000', '195211.971000', '195211.974000', '195211.977000', '195211.979000', '195211.982000', '195211.984000', '195211.987000', '195211.990000', '195211.992000', '195211.995000', '195211.998000', '195212.001000', '195212.004000', '195212.007000', '195212.009000', '195212.012000', '195212.015000', '195212.017000', '195212.020000', '195212.022000', '195212.025000', '195212.028000', '195212.030000', '195212.033000', '195212.036000', '195212.038000', '195212.041000', '195212.043000', '195212.046000', '195212.049000', '195212.052000', '195212.054000', '195212.057000', '195231.851000', '195231.854000', '195231.857000', '195231.860000', '195231.862000', '195231.869000', '195231.872000', '195231.874000', '195231.877000', '195231.880000', '195231.882000', '195231.885000', '195231.888000', '195231.890000', '195231.893000', '195231.896000', '195231.898000', '195231.901000', '195231.904000', '195231.906000', '195231.909000', '195231.911000', '195231.914000', '195231.917000', '195231.919000', '195231.922000', '195231.925000', '195231.927000', '195231.930000', '195231.933000', '195231.935000', '195231.938000', '195231.940000', '195231.943000', '195231.946000', '195231.948000', '195231.951000', '195231.954000', '195231.956000', '195231.959000', '195231.961000', '195231.964000', '195231.967000', '195251.851000', '195251.861000', '195251.864000', '195251.867000', '195251.869000', '195251.872000', '195251.875000', '195251.877000', '195251.880000', '195251.883000', '195251.885000', '195251.888000', '195251.891000', '195251.893000', '195251.896000', '195251.899000', '195251.901000', '195251.904000', '195251.907000', '195251.909000', '195251.912000', '195251.915000', '195251.917000', '195251.920000', '195251.923000', '195251.925000', '195251.928000', '195251.931000', '195251.933000', '195251.936000', '195251.939000', '195251.941000', '195251.944000', '195251.946000', '195251.949000', '195251.952000', '195251.954000', '195251.957000', '195251.960000', '195251.962000', '195251.965000', '195251.968000', '195251.970000', '195251.973000', '195311.852000', '195311.866000', '195311.869000', '195311.871000', '195311.874000', '195311.876000', '195311.879000', '195311.882000', '195311.884000', '195311.887000', '195311.890000', '195311.892000', '195311.895000', '195311.898000', '195311.900000', '195311.903000', '195311.906000', '195311.908000', '195311.911000', '195311.913000', '195311.916000', '195311.919000', '195311.921000', '195311.924000', '195311.927000', '195311.929000', '195311.935000', '195311.937000', '195311.940000', '195311.943000', '195311.945000', '195311.948000', '195311.950000', '195311.953000', '195311.956000', '195311.958000', '195311.961000', '195311.963000', '195311.966000', '195311.969000', '195311.971000', '195311.974000', '195311.977000', '195331.850000', '195331.853000', '195331.856000', '195331.858000', '195331.861000', '195331.864000', '195331.866000', '195331.869000', '195331.872000', '195331.874000', '195331.877000', '195331.880000', '195331.882000', '195331.885000', '195331.887000', '195331.890000', '195331.893000', '195331.895000', '195331.898000', '195331.900000', '195331.903000', '195331.915000', '195331.918000', '195331.920000', '195331.923000', '195331.925000', '195331.928000', '195331.931000', '195331.933000', '195331.936000', '195331.938000', '195331.941000', '195331.944000', '195331.946000', '195331.949000', '195331.951000', '195331.954000', '195331.957000', '195331.959000', '195331.962000', '195331.965000', '195331.967000', '195331.970000', '195331.972000', '195351.851000', '195351.853000', '195351.856000', '195351.859000', '195351.861000', '195351.864000', '195351.873000', '195351.876000', '195351.878000', '195351.881000', '195351.884000', '195351.886000', '195351.889000', '195351.891000', '195351.894000', '195351.897000', '195351.899000', '195351.902000', '195351.904000', '195351.907000', '195351.910000', '195351.912000', '195351.915000', '195351.917000', '195351.920000', '195351.923000', '195351.925000', '195351.928000', '195351.931000', '195351.933000', '195351.936000', '195351.938000', '195351.941000', '195351.944000', '195351.946000', '195351.949000', '195351.951000', '195351.954000', '195351.957000', '195351.959000', '195351.962000', '195351.964000', '195351.967000', '195411.852000', '195411.854000', '195411.857000', '195411.860000', '195411.862000', '195411.865000', '195411.868000', '195411.870000', '195411.873000', '195411.875000', '195411.878000', '195411.881000', '195411.883000', '195411.886000', '195411.889000', '195411.891000', '195411.894000', '195411.896000', '195411.899000', '195411.902000', '195411.904000', '195411.907000', '195411.910000', '195411.912000', '195411.915000', '195411.917000', '195411.920000', '195411.923000', '195411.925000', '195411.928000', '195411.930000', '195411.933000', '195411.936000', '195411.938000', '195411.941000', '195411.944000', '195411.946000', '195411.949000', '195411.952000', '195411.954000', '195411.957000', '195411.959000', '195411.962000', '195411.965000', '195431.851000', '195431.892000', '195431.894000', '195431.897000', '195431.900000', '195431.902000', '195431.905000', '195431.907000', '195431.910000', '195431.913000', '195431.915000', '195431.918000', '195431.920000', '195431.923000', '195431.926000', '195431.928000', '195431.931000', '195431.933000', '195431.936000', '195431.939000', '195431.941000', '195431.944000', '195431.947000', '195431.949000', '195431.952000', '195431.954000', '195431.957000', '195431.960000', '195431.962000', '195431.965000', '195431.968000', '195431.971000', '195431.973000', '195431.976000', '195431.978000', '195431.981000', '195431.984000', '195431.986000', '195431.989000', '195431.992000', '195431.994000', '195431.997000', '195432.001000', '195451.857000', '195451.875000', '195451.878000', '195451.880000', '195451.883000', '195451.886000', '195451.888000', '195451.891000', '195451.893000', '195451.896000', '195451.899000', '195451.901000', '195451.904000', '195451.906000', '195451.909000', '195451.912000', '195451.914000', '195451.917000', '195451.920000', '195451.922000', '195451.925000', '195451.927000', '195451.930000', '195451.933000', '195451.935000', '195451.938000', '195451.940000', '195451.943000', '195451.946000', '195451.948000', '195451.951000', '195451.953000', '195451.956000', '195451.959000', '195451.961000', '195451.964000', '195451.966000', '195451.970000', '195451.973000', '195451.976000', '195451.978000', '195451.981000', '195451.984000', '195511.851000', '195511.854000', '195511.857000', '195511.860000', '195511.862000', '195511.865000', '195511.868000', '195511.870000', '195511.873000', '195511.875000', '195511.878000', '195511.881000', '195511.883000', '195511.886000', '195511.889000', '195511.891000', '195511.894000', '195511.896000', '195511.899000', '195511.902000', '195511.904000', '195511.907000', '195511.912000', '195511.914000', '195511.917000', '195511.920000', '195511.922000', '195511.925000', '195511.927000', '195511.930000', '195511.933000', '195511.935000', '195511.938000', '195511.941000', '195511.943000', '195511.946000', '195511.948000', '195511.951000', '195511.954000', '195511.956000', '195511.959000', '195511.962000', '195511.964000', '195511.967000', '195531.851000', '195531.854000', '195531.857000', '195531.860000', '195531.863000', '195531.865000', '195531.868000', '195531.870000', '195531.873000', '195531.876000', '195531.878000', '195531.881000', '195531.883000', '195531.886000', '195531.888000', '195531.891000', '195531.894000', '195531.896000', '195531.899000', '195531.901000', '195531.904000', '195531.907000', '195531.909000', '195531.912000', '195531.914000', '195531.917000', '195531.920000', '195531.922000', '195531.925000', '195531.927000', '195531.930000', '195531.933000', '195531.935000', '195531.938000', '195531.940000', '195531.943000', '195531.946000', '195531.948000', '195531.951000', '195531.954000', '195531.956000', '195531.959000', '195531.962000', '195551.851000', '195551.854000', '195551.856000', '195551.859000', '195551.862000', '195551.865000', '195551.867000', '195551.870000', '195551.873000', '195551.875000', '195551.878000', '195551.880000', '195551.883000', '195551.886000', '195551.888000', '195551.891000', '195551.894000', '195551.897000', '195551.899000', '195551.902000', '195551.905000', '195551.907000', '195551.910000', '195551.912000', '195551.915000', '195551.918000', '195551.920000', '195551.923000', '195551.926000', '195551.928000', '195551.931000', '195551.934000', '195551.936000', '195551.939000', '195551.941000', '195551.944000', '195551.947000', '195551.949000', '195551.952000', '195551.954000', '195551.957000', '195551.960000', '195551.962000', '195551.965000', '195611.851000', '195611.866000', '195611.868000', '195611.875000', '195611.878000', '195611.880000', '195611.883000', '195611.886000', '195611.889000', '195611.891000', '195611.895000', '195611.898000', '195611.901000', '195611.904000', '195611.906000', '195611.909000', '195611.912000', '195611.914000', '195611.917000', '195611.919000', '195611.922000', '195611.925000', '195611.927000', '195611.930000', '195611.933000', '195611.935000', '195611.938000', '195611.941000', '195611.943000', '195611.946000', '195611.949000', '195611.951000', '195611.954000', '195611.957000', '195611.959000', '195611.962000', '195611.965000', '195611.967000', '195611.970000', '195611.972000', '195611.975000', '195611.977000', '195611.980000', '195631.852000', '195631.854000', '195631.857000', '195631.860000', '195631.862000', '195631.865000', '195631.868000', '195631.870000', '195631.873000', '195631.876000', '195631.878000', '195631.881000', '195631.884000', '195631.886000', '195631.889000', '195631.892000', '195631.894000', '195631.897000', '195631.900000', '195631.902000', '195631.905000', '195631.908000', '195631.910000', '195631.913000', '195631.915000', '195631.918000', '195631.921000', '195631.923000', '195631.926000', '195631.929000', '195631.931000', '195631.934000', '195631.937000', '195631.939000', '195631.942000', '195631.944000', '195631.947000', '195631.950000', '195631.952000', '195631.955000', '195631.958000', '195631.960000', '195631.963000', '195631.965000', '195651.852000', '195651.856000', '195651.859000', '195651.861000', '195651.864000', '195651.867000', '195651.869000', '195651.872000', '195651.875000', '195651.877000', '195651.880000', '195651.882000', '195651.885000', '195651.888000', '195651.890000', '195651.893000', '195651.896000', '195651.898000', '195651.901000', '195651.904000', '195651.906000', '195651.909000', '195651.912000', '195651.914000', '195651.917000', '195651.919000', '195651.922000', '195651.925000', '195651.928000', '195651.930000', '195651.933000', '195651.935000', '195651.938000', '195651.941000', '195651.943000', '195651.946000', '195651.949000', '195651.951000', '195651.954000', '195651.956000', '195651.959000', '195651.962000', '195651.965000', '195711.852000', '195711.854000', '195711.857000', '195711.860000', '195711.862000', '195711.865000', '195711.868000', '195711.870000', '195711.873000', '195711.876000', '195711.878000', '195711.881000', '195711.884000', '195711.887000', '195711.889000', '195711.892000', '195711.895000', '195711.897000', '195711.900000', '195711.903000', '195711.905000', '195711.908000', '195711.911000', '195711.913000', '195711.916000', '195711.918000', '195711.921000', '195711.924000', '195711.927000', '195711.929000', '195711.932000', '195711.934000', '195711.937000', '195711.940000', '195711.942000', '195711.945000', '195711.948000', '195711.950000', '195711.953000', '195711.956000', '195711.959000', '195711.961000', '195711.964000', '195711.967000', '195731.852000', '195731.874000', '195731.877000', '195731.880000', '195731.882000', '195731.885000', '195731.888000', '195731.890000', '195731.893000', '195731.896000', '195731.898000', '195731.901000', '195731.904000', '195731.907000', '195731.909000', '195731.912000', '195731.914000', '195731.917000', '195731.920000', '195731.922000', '195731.925000', '195731.928000', '195731.931000', '195731.933000', '195731.938000', '195731.941000', '195731.944000', '195731.947000', '195731.949000', '195731.952000', '195731.955000', '195731.958000', '195731.960000', '195731.963000', '195731.965000', '195731.968000', '195731.971000', '195731.973000', '195731.976000', '195731.979000', '195731.981000', '195731.984000', '195731.986000', '195751.851000', '195751.866000', '195751.868000', '195751.871000', '195751.874000', '195751.876000', '195751.879000', '195751.882000', '195751.884000', '195751.887000', '195751.917000', '195751.920000', '195751.922000', '195751.925000', '195751.928000', '195751.930000', '195751.933000', '195751.936000', '195751.938000', '195751.941000', '195751.944000', '195751.946000', '195751.949000', '195751.951000', '195751.954000', '195751.957000', '195751.959000', '195751.962000', '195751.964000', '195751.967000', '195751.970000', '195751.972000', '195751.975000', '195751.977000', '195751.980000', '195751.983000', '195751.985000', '195751.988000', '195751.991000', '195751.993000', '195751.996000', '195752.000000', '195752.002000', '195752.005000', '195811.851000', '195811.902000', '195811.905000', '195811.908000', '195811.910000', '195811.913000', '195811.916000', '195811.919000', '195811.921000', '195811.924000', '195811.927000', '195811.930000', '195811.933000', '195811.935000', '195811.938000', '195811.941000', '195811.943000', '195811.946000', '195811.949000', '195811.951000', '195811.954000', '195811.957000', '195811.960000', '195811.962000', '195811.965000', '195811.967000', '195811.970000', '195811.973000', '195811.976000', '195811.978000', '195811.981000', '195811.984000', '195811.986000', '195811.989000', '195811.992000', '195811.994000', '195811.997000', '195812.001000', '195812.003000', '195812.006000', '195812.008000', '195812.011000', '195812.014000', '195831.851000', '195831.854000', '195831.857000', '195831.860000', '195831.862000', '195831.865000', '195831.868000', '195831.870000', '195831.873000', '195831.876000', '195831.879000', '195831.881000', '195831.884000', '195831.886000', '195831.889000', '195831.892000', '195831.894000', '195831.897000', '195831.900000', '195831.902000', '195831.905000', '195831.908000', '195831.910000', '195831.913000', '195831.916000', '195831.918000', '195831.921000', '195831.924000', '195831.926000', '195831.929000', '195831.932000', '195831.934000', '195831.937000', '195831.940000', '195831.942000', '195831.945000', '195831.947000', '195831.950000', '195831.953000', '195831.955000', '195831.958000', '195831.961000', '195831.963000', '195831.966000', '195851.852000', '195851.855000', '195851.857000', '195851.860000', '195851.863000', '195851.865000', '195851.868000', '195851.871000', '195851.873000', '195851.876000', '195851.878000', '195851.881000', '195851.884000', '195851.886000', '195851.889000', '195851.892000', '195851.894000', '195851.897000', '195851.900000', '195851.902000', '195851.905000', '195851.908000', '195851.910000', '195851.913000', '195851.916000', '195851.918000', '195851.921000', '195851.924000', '195851.926000', '195851.929000', '195851.932000', '195851.934000', '195851.937000', '195851.940000', '195851.942000', '195851.945000', '195851.948000', '195851.950000', '195851.953000', '195851.956000', '195851.958000', '195851.961000', '195851.964000', '195911.852000', '195911.897000', '195911.899000', '195911.902000', '195911.905000', '195911.907000', '195911.910000', '195911.924000', '195911.928000', '195911.930000', '195911.933000', '195911.935000', '195911.938000', '195911.941000', '195911.943000', '195911.946000', '195911.949000', '195911.951000', '195911.954000', '195911.956000', '195911.959000', '195911.962000', '195911.965000', '195911.967000', '195911.970000', '195911.973000', '195911.976000', '195911.978000', '195911.981000', '195911.984000', '195911.986000', '195911.989000', '195911.992000', '195911.994000', '195911.997000', '195912.001000', '195912.004000', '195912.006000', '195912.009000', '195912.011000', '195912.014000', '195912.017000', '195912.020000', '195912.022000', '195931.852000', '195931.854000', '195931.858000', '195931.860000', '195931.863000', '195931.866000', '195931.869000', '195931.871000', '195931.874000', '195931.876000', '195931.879000', '195931.882000', '195931.885000', '195931.887000', '195931.890000', '195931.893000', '195931.895000', '195931.898000', '195931.901000', '195931.903000', '195931.906000', '195931.909000', '195931.911000', '195931.914000', '195931.917000', '195931.919000', '195931.922000', '195931.925000', '195931.928000', '195931.930000', '195931.933000', '195931.936000', '195931.938000', '195931.941000', '195931.944000', '195931.946000', '195931.949000', '195931.952000', '195931.954000', '195931.957000', '195931.960000', '195931.962000', '195931.965000', '195951.852000', '195951.926000', '195951.928000', '195951.931000', '195951.934000', '195951.937000', '195951.939000', '195951.942000', '195951.945000', '195951.947000', '195951.950000', '195951.952000', '195951.955000', '195951.958000', '195951.960000', '195951.963000', '195951.966000', '195951.969000', '195951.971000', '195951.974000', '195951.977000', '195951.979000', '195951.982000', '195951.985000', '195951.987000', '195951.990000', '195951.992000', '195951.995000', '195951.998000', '195952.001000', '195952.004000', '195952.007000', '195952.010000', '195952.012000', '195952.015000', '195952.018000', '195952.020000', '195952.023000', '195952.026000', '195952.028000', '195952.031000', '195952.034000', '195952.036000', '195952.039000', '200011.851000', '200011.866000', '200011.869000', '200011.872000', '200011.874000', '200011.877000', '200011.880000', '200011.883000', '200011.885000', '200011.888000', '200011.891000', '200011.893000', '200011.896000', '200011.899000', '200011.901000', '200011.904000', '200011.907000', '200011.909000', '200011.912000', '200011.915000', '200011.917000', '200011.920000', '200011.922000', '200011.925000', '200011.928000', '200011.931000', '200011.933000', '200011.936000', '200011.939000', '200011.941000', '200011.944000', '200011.947000', '200011.949000', '200011.952000', '200011.955000', '200011.957000', '200011.960000', '200011.963000', '200011.965000', '200011.968000', '200011.970000', '200011.973000', '200011.976000', '200031.851000', '200031.881000', '200031.884000', '200031.886000', '200031.889000', '200031.891000', '200031.894000', '200031.897000', '200031.900000', '200031.902000', '200031.905000', '200031.907000', '200031.910000', '200031.913000', '200031.915000', '200031.918000', '200031.924000', '200031.926000', '200031.929000', '200031.932000', '200031.935000', '200031.937000', '200031.940000', '200031.943000', '200031.945000', '200031.948000', '200031.951000', '200031.953000', '200031.956000', '200031.959000', '200031.961000', '200031.964000', '200031.967000', '200031.969000', '200031.972000', '200031.975000', '200031.977000', '200031.980000', '200031.984000', '200031.986000', '200031.989000', '200031.992000', '200031.994000', '200031.997000', '200051.851000', '200051.873000', '200051.876000', '200051.878000', '200051.881000', '200051.884000', '200051.886000', '200051.889000', '200051.892000', '200051.895000', '200051.897000', '200051.900000', '200051.903000', '200051.905000', '200051.908000', '200051.910000', '200051.913000', '200051.916000', '200051.918000', '200051.921000', '200051.924000', '200051.926000', '200051.929000', '200051.931000', '200051.934000', '200051.937000', '200051.939000', '200051.942000', '200051.945000', '200051.948000', '200051.950000', '200051.953000', '200051.956000', '200051.958000', '200051.961000', '200051.963000', '200051.966000', '200051.969000', '200051.971000', '200051.974000', '200051.977000', '200051.979000', '200051.982000', '200111.852000', '200111.878000', '200111.881000', '200111.884000', '200111.886000', '200111.889000', '200111.892000', '200111.894000', '200111.897000', '200111.900000', '200111.902000', '200111.905000', '200111.908000', '200111.910000', '200111.913000', '200111.916000', '200111.918000', '200111.921000', '200111.924000', '200111.926000', '200111.929000', '200111.932000', '200111.934000', '200111.937000', '200111.940000', '200111.942000', '200111.945000', '200111.948000', '200111.950000', '200111.953000', '200111.956000', '200111.958000', '200111.961000', '200111.963000', '200111.966000', '200111.969000', '200111.971000', '200111.974000', '200111.977000', '200111.979000', '200111.982000', '200111.984000', '200111.987000', '200111.990000', '200131.852000', '200131.855000', '200131.857000', '200131.860000', '200131.863000', '200131.865000', '200131.868000', '200131.870000', '200131.873000', '200131.876000', '200131.878000', '200131.881000', '200131.883000', '200131.886000', '200131.898000', '200131.900000', '200131.903000', '200131.906000', '200131.908000', '200131.911000', '200131.913000', '200131.916000', '200131.919000', '200131.921000', '200131.924000', '200131.927000', '200131.929000', '200131.932000', '200131.934000', '200131.937000', '200131.940000', '200131.942000', '200131.945000', '200131.948000', '200131.950000', '200131.953000', '200131.956000', '200131.958000', '200131.961000', '200131.963000', '200131.966000', '200131.969000', '200131.971000', '200151.852000', '200151.855000', '200151.857000', '200151.860000', '200151.862000', '200151.865000', '200151.868000', '200151.870000', '200151.874000', '200151.877000', '200151.880000', '200151.883000', '200151.885000', '200151.888000', '200151.891000', '200151.893000', '200151.896000', '200151.898000', '200151.901000', '200151.903000', '200151.906000', '200151.909000', '200151.911000', '200151.914000', '200151.917000', '200151.919000', '200151.922000', '200151.924000', '200151.927000', '200151.930000', '200151.932000', '200151.935000', '200151.937000', '200151.940000', '200151.943000', '200151.945000', '200151.948000', '200151.950000', '200151.953000', '200151.956000', '200151.958000', '200151.961000', '200151.963000', '200211.852000', '200211.854000', '200211.857000', '200211.860000', '200211.862000', '200211.865000', '200211.867000', '200211.870000', '200211.873000', '200211.875000', '200211.878000', '200211.880000', '200211.883000', '200211.886000', '200211.888000', '200211.891000', '200211.894000', '200211.896000', '200211.899000', '200211.901000', '200211.904000', '200211.907000', '200211.909000', '200211.912000', '200211.914000', '200211.917000', '200211.920000', '200211.922000', '200211.925000', '200211.927000', '200211.930000', '200211.933000', '200211.935000', '200211.938000', '200211.940000', '200211.943000', '200211.946000', '200211.948000', '200211.951000', '200211.954000', '200211.956000', '200211.959000', '200211.962000', '200211.965000', '200231.851000', '200231.853000', '200231.857000', '200231.860000', '200231.863000', '200231.865000', '200231.868000', '200231.871000', '200231.873000', '200231.876000', '200231.879000', '200231.881000', '200231.884000', '200231.887000', '200231.889000', '200231.892000', '200231.895000', '200231.898000', '200231.900000', '200231.903000', '200231.906000', '200231.908000', '200231.911000', '200231.914000', '200231.916000', '200231.919000', '200231.922000', '200231.924000', '200231.927000', '200231.930000', '200231.932000', '200231.935000', '200231.938000', '200231.940000', '200231.943000', '200231.945000', '200231.948000', '200231.951000', '200231.953000', '200231.956000', '200231.958000', '200231.976000', '200231.979000', '200231.981000', '200251.851000', '200251.861000', '200251.863000', '200251.866000', '200251.869000', '200251.871000', '200251.874000', '200251.876000', '200251.879000', '200251.882000', '200251.884000', '200251.887000', '200251.889000', '200251.892000', '200251.895000', '200251.897000', '200251.900000', '200251.902000', '200251.905000', '200251.908000', '200251.910000', '200251.913000', '200251.915000', '200251.918000', '200251.920000', '200251.923000', '200251.926000', '200251.928000', '200251.931000', '200251.934000', '200251.936000', '200251.939000', '200251.941000', '200251.944000', '200251.947000', '200251.949000', '200251.952000', '200251.954000', '200251.957000', '200251.960000', '200251.962000', '200251.965000', '200251.968000', '200311.851000', '200311.885000', '200311.887000', '200311.890000', '200311.893000', '200311.895000', '200311.898000', '200311.901000', '200311.903000', '200311.906000', '200311.909000', '200311.911000', '200311.914000', '200311.917000', '200311.919000', '200311.922000', '200311.925000', '200311.927000', '200311.930000', '200311.933000', '200311.935000', '200311.938000', '200311.941000', '200311.943000', '200311.946000', '200311.949000', '200311.951000', '200311.954000', '200311.957000', '200311.959000', '200311.962000', '200311.965000', '200311.967000', '200311.970000', '200311.972000', '200311.975000', '200311.978000', '200311.980000', '200311.983000', '200311.986000', '200311.989000', '200311.992000', '200311.994000', '200331.852000', '200331.878000', '200331.881000', '200331.884000', '200331.886000', '200331.889000', '200331.892000', '200331.894000', '200331.897000', '200331.899000', '200331.902000', '200331.905000', '200331.907000', '200331.910000', '200331.913000', '200331.915000', '200331.918000', '200331.921000', '200331.923000', '200331.926000', '200331.929000', '200331.932000', '200331.934000', '200331.937000', '200331.939000', '200331.942000', '200331.945000', '200331.948000', '200331.950000', '200331.953000', '200331.956000', '200331.958000', '200331.961000', '200331.963000', '200331.966000', '200331.969000', '200331.971000', '200331.974000', '200331.977000', '200331.979000', '200331.982000', '200331.985000', '200331.987000', '200331.990000', '200351.852000', '200351.864000', '200351.867000', '200351.869000', '200351.872000', '200351.874000', '200351.877000', '200351.880000', '200351.882000', '200351.895000', '200351.899000', '200351.901000', '200351.904000', '200351.907000', '200351.909000', '200351.912000', '200351.915000', '200351.917000', '200351.920000', '200351.923000', '200351.925000', '200351.928000', '200351.931000', '200351.933000', '200351.936000', '200351.939000', '200351.941000', '200351.944000', '200351.947000', '200351.949000', '200351.952000', '200351.955000', '200351.957000', '200351.960000', '200351.963000', '200351.965000', '200351.968000', '200351.971000', '200351.973000', '200351.976000', '200351.979000', '200351.981000', '200351.984000', '200401.520000', '200401.523000', '200401.526000', '200401.529000', '200401.532000', '200401.535000', '200401.538000', '200401.541000', '200401.545000', '200401.548000', '200401.550000', '200401.553000', '200401.564000', '200401.567000', '200401.570000', '200401.573000', '200401.576000', '200401.579000', '200401.582000', '200401.584000', '200401.587000', '200401.590000'], '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': [8272, 9656, 8282, 9107, 8334, 11195, 8117, 8482, 8453, 7983, 8449, 8590, 9393, 8182, 8133, 8708, 8290, 8382, 10095, 8383, 8995, 8461, 8133, 8297, 8100, 8398, 8208, 8514, 8467, 8340, 12488, 9369, 13280, 8539, 10831, 8646, 11791, 8808, 15513, 8224, 11395, 8433, 8355, 8660, 8235, 8277, 8262, 12607, 8509, 8173, 8210, 7875, 8354, 7920, 8192, 8136, 8839, 8233, 10914, 8152, 9924, 8207, 7847, 8170, 8170, 11080, 8023, 9497, 8268, 7584, 8388, 7823, 8571, 8137, 10189, 8126, 7648, 8211, 8020, 8056, 8050, 9368, 8020, 7578, 7975, 7653, 8477, 7684, 8224, 7885, 8184, 8091, 11544, 7978, 10015, 8237, 7718, 8094, 8027, 8135, 8002, 8295, 8185, 8028, 8164, 7899, 8175, 8347, 8312, 7770, 8161, 8168, 8330, 9259, 8382, 12190, 8322, 12568, 8378, 12572, 9274, 14518, 10824, 14974, 8468, 10642, 8383, 8889, 8349, 10949, 8277, 8033, 8457, 7986, 8087, 7977, 8084, 8018, 7933, 8088, 8335, 8130, 12406, 7976, 13731, 7907, 10609, 8157, 9131, 8085, 9959, 8035, 9067, 8035, 7789, 8324, 7873, 8063, 7972, 8241, 8328, 8092, 8084, 8000, 8386, 7981, 8218, 8060, 10964, 8048, 10574, 8000, 12335, 8080, 12646, 8294, 10301, 8108, 8380, 8203, 7845, 8145, 7724, 8197, 7757, 7954, 7956, 8902, 7971, 11641, 8201, 8297, 8429, 7890, 8206, 8922, 8243, 7713, 8436, 8259, 11653, 8410, 11083, 8120, 7735, 8207, 7928, 9834, 7842, 9525, 7914, 7767, 8170, 7843, 8271, 7726, 8768, 7989, 7769, 8077, 7680, 7999, 7661, 8045, 7695, 7849, 7945, 9225, 7754, 8948, 8018, 7747, 8103, 7864, 8158, 7874, 7922, 7962, 11013, 7981, 10025, 7897, 12754, 7938, 9047, 8135, 7642, 8139, 7826, 8170, 7945, 8087, 7820, 8182, 7838, 8022, 7653, 7855, 7908, 8076, 7807, 8094, 7878, 9263, 7972, 10492, 7878, 13728, 8035, 11217, 7915, 9699, 8241, 11654, 8119, 7809, 7938, 8170, 8086, 7663, 8032, 8124, 8198, 7972, 8048, 10520, 8120, 7625, 8255, 7901, 8273, 11092, 8138, 8580, 8255, 7992, 8186, 8100, 11851, 8311, 15556, 8077, 9955, 8336, 7931, 8298, 7937, 8090, 7956, 8106, 7739, 8159, 8246, 12934, 8167, 12865, 8193, 9278, 8365, 8140, 8016, 7979, 8261, 9678, 8409, 12429, 8346, 8471, 8307, 7940, 8096, 13166, 7959, 9254, 8141, 7804, 8371, 7997, 8326, 7504, 8240, 8072, 8130, 8089, 8328, 8030, 8092, 8297, 8178, 7962, 8371, 8055, 11215, 8457, 14470, 8308, 12963, 8125, 10182, 8215, 9703, 8191, 8959, 8195, 8147, 8211, 8056, 8445, 8098, 8117, 8125, 8140, 8096, 8833, 8026, 10389, 8225, 9799, 8248, 8372, 8122, 7888, 8318, 7958, 8129, 7867, 10158, 8193, 9585, 8187, 8127, 8129, 7722, 8388, 8089, 8099, 7783, 7716, 8292, 8349, 8045, 9383, 8029, 8639, 7976, 7970, 8167, 7906, 8329, 7706, 8056, 7878, 8477, 8151, 10576, 7763, 10818, 8000, 7700, 8153, 7943, 8115, 8032, 7915, 7857, 8093, 8133, 9325, 8028, 10687, 8019, 8891, 8110, 8401, 8247, 9442, 8084, 7597, 10528, 7899, 13282, 8155, 15973, 10269, 10990, 8278, 8049, 7934, 7677, 8358, 8037, 8456, 7837, 8377, 8630, 8255, 7432, 8312, 7695, 8499, 8547, 8447, 8664, 8297, 7468, 8309, 7871, 11131, 7870, 11333, 8244, 8388, 8142, 7964, 8196, 7934, 8200, 7611, 8272, 7792, 9364, 7935, 10155, 8094, 8393, 8350, 7401, 8213, 8149, 7944, 7927, 8163, 8104, 9863, 8130, 13689, 8041, 9817, 8242, 7625, 8127, 7723, 8108, 7936, 8827, 8005, 8305, 8113, 8495, 8110, 7781, 8289, 7672, 8175, 7820, 8950, 7865, 9724, 8055, 8362, 8394, 9357, 8027, 8787, 8195, 7512, 8316, 7703, 8450, 7581, 10235, 7675, 14118, 7953, 12410, 8493, 10460, 7704, 7953, 8176, 7785, 8431, 7786, 8255, 8391, 8162, 13139, 8075, 10771, 8240, 8720, 8025, 9852, 8049, 11468, 7983, 7730, 8372, 7673, 8366, 7632, 8049, 7686, 8355, 7946, 9254, 7795, 8486, 7890, 7780, 8069, 8010, 8221, 7337, 8332, 7659, 7925, 7895, 12792, 8419, 15593, 10191, 11205, 8265, 7443, 8095, 7807, 11797, 7898, 10021, 8119, 7583, 8420, 8156, 7987, 7780, 10526, 8020, 8360, 8216, 7086, 8328, 7408, 8189, 7689, 7711, 8187, 8495, 8388, 8261, 8062, 7941, 8093, 7225, 8298, 8083, 8444, 7966, 13645, 8062, 10413, 8110, 8137, 8192, 9287, 8084, 7645, 10596, 8344, 7842, 8111, 8158, 8281, 7521, 8143, 7628, 8268, 7606, 8021, 7437, 8181, 7977, 8306, 8228, 8348, 8185, 7807, 8135, 8945, 8344, 11489, 8810, 12229, 7999, 9102, 8349, 8604, 8418, 10980, 8572, 7905, 8389, 7890, 8258, 7839, 8531, 7636, 8518, 11631, 8166, 12015, 8164, 8344, 8333, 10743, 8284, 14396, 7941, 11111, 8135, 9056, 8446, 9079, 8376, 7737, 8345, 7849, 8121, 7988, 7985, 7882, 8375, 8252, 9070, 8094, 10735, 8134, 8659, 8494, 7769, 8178, 8644, 8315, 8057, 8170, 7879, 8766, 7981, 13285, 7730, 9364, 8218, 8795, 7926, 8618, 8091, 7772, 8470, 7299, 8392, 7228, 8140, 7872, 7959, 8157, 9417, 7915, 9900, 7930, 8910, 8334, 7886, 8464, 10574, 8282, 7560, 8535, 8168, 8165, 7622, 12876, 7842, 13927, 7648, 9361, 8120, 9071, 8172, 8396, 8683, 7707, 8159, 7596, 9901, 7568, 12901, 7979, 8965, 8006, 8714, 8383, 11085, 8188, 7846, 8671, 7169, 8507, 7236, 8539, 7309, 8253, 7153, 8439, 7895, 8247, 7473, 8423, 7665, 8586, 9829, 8042, 9525, 7933, 8396, 7790, 10589, 8068, 15611, 9111, 11990, 8068, 8661, 8414, 7655, 8352, 7467, 8123, 7841, 8480, 7970, 9158, 7986, 8417, 7796, 7587, 7381, 7892, 7840, 8240, 8357, 12139, 8081, 8932, 8097, 7454, 11309, 8814, 7776, 9000, 7614, 12693, 8424, 12503, 8530, 9337, 11293, 8076, 16901, 9578, 13138, 8752, 10193, 7577, 8528, 10752, 10317, 7550, 7448, 7734, 7767, 7704, 7867, 8307, 7585, 7878, 8157, 7537, 7772, 7251, 8049, 7334, 7302, 7243, 7674, 7439, 8384, 7571, 9428, 8165, 12947, 9155, 10762, 7187, 7841, 7768, 7509, 14691, 11180, 10088, 7444, 9682, 7312, 9476, 7589, 11408, 8742, 12188, 7115, 7477, 7678, 7316, 7864, 7313, 7412, 7354, 8093, 7231, 9754, 7745, 13265, 8150, 10435, 7460, 7887, 7739, 7593, 7539, 8970, 7572, 7611, 7543, 7393, 7764, 7343, 8101, 8964, 8327, 7299, 9110, 7044, 12971, 7473, 15773, 8531, 12843, 7266, 10074, 7492, 8954, 7473, 9312, 7531, 7577, 7608, 6950, 7722, 7161, 7678, 7202, 7641, 7395, 8587, 7603, 9854, 7442, 8808, 7481, 7559, 7406, 7899, 7537, 8443, 7389, 7354, 7846, 7068, 7767, 7099, 7668, 7073, 7765, 7295, 9666, 7527, 15089, 8144, 9655, 7810, 7989, 7529, 9534, 7746, 11505, 7359, 8919, 7408, 8669, 7594, 7590, 7568, 7789, 10221, 9667, 13690, 8208, 11288, 7327, 11879, 8621, 15825, 9722, 11018, 7588, 8596, 7632, 8931, 7616, 9286, 7404, 9296, 7580, 8661, 7688, 10291, 7659, 8909, 7760, 7419, 7421, 7339, 7655, 7363, 14871, 8419, 12903, 7268, 9450, 7553, 9496, 8163, 10994, 7325, 7698, 7482, 7383, 7758, 7540, 7735, 7271, 7890, 7291, 7952, 7263, 9236, 7656, 11147, 7278, 9447, 7431, 9554, 8055, 9690, 7661, 7538, 7687, 7196, 7996, 7143, 7805, 7254, 7834, 7478, 10054, 7448, 8510, 7441, 7701, 7487, 8611, 7416, 7423, 7596, 7681, 7911, 7116, 9892, 7165, 12586, 7147, 9610, 7790, 11860, 7253, 8925, 7678, 7118, 9018, 7269, 8887, 7287, 10826, 7781, 7322, 7915, 7517, 8243, 7791, 8431, 7697, 8740, 7619, 7958, 8123, 8159, 7847, 9199, 7683, 9317, 7867, 7676, 8349, 7324, 9201, 10450, 7946, 7916, 7544, 7635, 10396, 7695, 16455, 8176, 12999, 7815, 11319, 8836, 12407, 7760, 7937, 8008, 7843, 9041, 7737, 16111, 7570, 10120, 7504, 8272, 7959, 8603, 8098, 7897, 7867, 7745, 9594, 7780, 13524, 7638, 10372, 7848, 9852, 8141, 10868, 7808, 7360, 7931, 7743, 7790, 7554, 8667, 7615, 10877, 8118, 11601, 7848, 9081, 7835, 7947, 7458, 8028, 12273, 7471, 9405, 7725, 7533, 7953, 8091, 8085, 8877, 8177, 7876, 7869, 7776, 10278, 7716, 12283, 7613, 8925, 7637, 7409, 7910, 7607, 7955, 7590, 7697, 7557, 8142, 7643, 8252, 7851, 8254, 7804, 7828, 7906, 7481, 11142, 7503, 12053, 7706, 8863, 8242, 7982, 7941, 7516, 13286, 7610, 9702, 7718, 7348, 8121, 7633, 8000, 7823, 10386, 7678, 8308, 7711, 7623, 8088, 7755, 7820, 7697, 8483, 7895, 8336, 8136, 9347, 7895, 7751, 7662, 7931, 8275, 8208, 9078, 7976, 8328, 7842, 7272, 7910, 7782, 9973, 7751, 9919, 8055, 8264, 8070, 7323, 7868, 7489, 8524, 7537, 14454, 7648, 11636, 8143, 7453, 7995, 7616, 8208, 7550, 12473, 7804, 8295, 8107, 7315, 8077, 7463, 8110, 7941, 7284, 8050, 8131, 8249, 9378, 8314, 9411, 8183, 8269, 8165, 8947, 8209, 10669, 8295, 7628, 8262, 7525, 14554, 10459, 16952, 8076, 13517, 9133, 10977, 8451, 12593, 8175, 7798, 7825, 7480, 8017, 7536, 7810, 7536, 8250, 10475, 7946, 9008, 7982, 8008, 7938, 12166, 7804, 11614, 7773, 9220, 7778, 10932, 7700, 9394, 7882, 7698, 8073, 7840, 7871, 7690, 7766, 7792, 13162, 7821, 11728, 7334, 8153, 7668, 7873, 7916, 7559, 7690, 8372, 7543, 8144, 7632, 7663, 7836, 8221, 7501, 9890, 7438, 11931, 9212, 7919, 7399, 8115, 7421, 14553, 12892, 14135, 8299, 14416, 7742, 12262, 9191, 12918, 7553, 8254, 8102, 7468, 8348, 7357, 8018, 7301, 8238, 7417, 12001, 7495, 13947, 7718, 10565, 7394, 8260, 7853, 7371, 8370, 7740, 8098, 7284, 11577, 7200, 10764, 7583, 11680, 7599, 7404, 8315, 7418, 8547, 7333, 8717, 7373, 7629, 7737, 7556, 8011, 8010, 8152, 7321, 8028, 7237, 8180, 7242, 8358, 7301, 11106, 7314, 7979, 7599, 7741, 7854, 8044, 8154, 7875, 7952, 7391, 11705, 7647, 11814, 7574, 8845, 8327, 7233, 8158, 7515, 12582, 7671, 7819, 8056, 7739, 8007, 7196, 8074, 7476, 7888, 7622, 8173, 7757, 10030, 7611, 8104, 7866, 8567, 8144, 9354, 8350, 7197, 8359, 7496, 8257, 7460, 11539, 7784, 9111, 8117, 8533, 7718, 9891, 7985, 8254, 8100, 7540, 8051, 7847, 8234, 7422, 8176, 7786, 9234, 7793, 9622, 7417, 13846, 7817, 12668, 8699, 13246, 7751, 9026, 7827, 7515, 8340, 7940, 8138, 7342, 9512, 7477, 8538, 7742, 8338, 8084, 8817, 7933, 7503, 8062, 7516, 10751, 7444, 9605, 7684, 8124, 8142, 7260, 8106, 7551, 11103, 7393, 10554, 7681, 7290, 8059, 7430, 8024, 7381, 9410, 7485, 7339, 8065, 7452, 8578, 7601, 10412, 7635, 7300, 8076, 7360, 8224, 7667, 9805, 7730, 7342, 7841, 7536, 10296, 7413, 8884, 7961, 7098, 7929, 7399, 8147, 7805, 11227, 7758, 7812, 8175, 7509, 7707, 7873, 12558, 7841, 9914, 7974, 7243, 8268, 7314, 10388, 9261, 15447, 7796, 12189, 7851, 8776, 8096, 8434, 14126, 7962, 13173, 7872, 7084, 8224, 7536, 8096, 7674, 11341, 7941, 7268, 7902, 7332, 8193, 7770, 7956, 7444, 8274, 8026, 7533, 7615, 8149, 7729, 8438, 7717, 8459, 11604, 8118, 9888, 7628, 8759, 7814, 13833, 9279, 15015, 7680, 13293, 7764, 11149, 8871, 10582, 8016, 7918, 8302, 7524, 8445, 7528, 8528, 7658, 11611, 7703, 8649, 7848, 7777, 8083, 8747, 8000, 7538, 8254, 7648, 8283, 7804, 10790, 7751, 8540, 7601, 8187, 8057, 9994, 7835, 7336, 8287, 7403, 8265, 7602, 9478, 7434, 8126, 7466, 9056, 7574, 12028, 8044, 13188, 7320, 9260, 7965, 8145, 7735, 8872, 8136, 7663, 8231, 7558, 10990, 7603, 9776, 7506, 7491, 8324, 7276, 8112, 7575, 11858, 7410, 8052, 7992, 7097, 8027, 7455, 10516, 7786, 7910, 7790, 7141, 8116, 7224, 8119, 7701, 8070, 7717, 7098, 7869, 7728, 7566, 7945, 8475, 7859, 8106, 8177, 7884, 7865, 7557, 9780, 7648, 9793, 7849, 9517, 8396, 7378, 7948, 7673, 8456, 7981, 9554, 7768, 7599, 8261, 7789, 8003, 7749, 11530, 7849, 10375, 7757, 7402, 8290, 7238, 7907, 7514, 8925, 7601, 11468, 7852, 7653, 7948, 7525, 8076, 7413, 7412, 7880, 8708, 7780, 8419, 8189, 7338, 7749, 7461, 9264, 7735, 11351, 7693, 8212, 8151, 7163, 8018, 7538, 7604, 7738, 12388, 8023, 7824, 7856, 7873, 8166, 7573, 8014, 7892, 7541, 8086, 8910, 8076, 8989, 8006, 8391, 8057, 7436, 7998, 7759, 8066, 8810, 7967, 12475, 7952, 9480, 8388, 9807, 9501, 11289, 7824, 7970, 8230, 7437, 7833, 8270, 7920, 13976, 10159, 10729, 7878, 8109, 7820, 7731, 11066, 8790, 13452, 7618, 10084, 7956, 11962, 8197, 14663, 8484, 11209, 7583, 8433, 7816, 8472, 7399, 10143, 7473, 7895, 7283, 7883, 7609, 10888, 7076, 7973, 7689, 7835, 8166, 7895, 14166, 7798, 9604, 7306, 8207, 7297, 7952, 7336, 8072, 7797, 8051, 10924, 7677, 13223, 8166, 7934, 8156, 8198, 8104, 8474, 8167, 7607, 9207, 7309, 13461, 9409, 12775, 7764, 8725, 7918, 12537, 8866, 15074, 9731, 11251], 'WindowCenter': [3934.0, 3938.0, 3913.0, 3910.0, 3887.0, 3916.0, 3873.0, 3881.0, 3871.0, 3872.0, 3871.0, 3882.0, 3882.0, 3870.0, 3869.0, 3880.0, 3870.0, 3871.0, 3891.0, 3870.0, 3880.0, 3869.0, 3868.0, 3869.0, 3870.0, 3870.0, 3869.0, 3881.0, 3883.0, 3884.0, 3925.0, 3894.0, 3924.0, 3881.0, 3901.0, 3882.0, 3913.0, 3882.0, 3934.0, 3870.0, 3911.0, 3869.0, 3870.0, 3880.0, 3869.0, 3868.0, 3870.0, 3910.0, 3868.0, 3869.0, 3868.0, 3858.0, 3869.0, 3857.0, 3868.0, 3858.0, 3879.0, 3869.0, 3899.0, 3859.0, 3877.0, 3856.0, 3857.0, 3867.0, 3867.0, 3898.0, 3857.0, 3877.0, 3856.0, 3845.0, 3868.0, 3857.0, 3866.0, 3857.0, 3887.0, 3856.0, 3856.0, 3868.0, 3857.0, 3857.0, 3857.0, 3877.0, 3858.0, 3857.0, 3869.0, 3858.0, 3870.0, 3860.0, 3868.0, 3870.0, 3870.0, 3870.0, 3912.0, 3870.0, 3890.0, 3869.0, 3857.0, 3858.0, 3870.0, 3869.0, 3869.0, 3869.0, 3870.0, 3869.0, 3880.0, 3871.0, 3882.0, 3882.0, 3884.0, 3872.0, 3883.0, 3882.0, 3885.0, 3895.0, 3884.0, 3924.0, 3883.0, 3923.0, 3883.0, 3923.0, 3893.0, 3934.0, 3903.0, 3933.0, 3870.0, 3901.0, 3870.0, 3879.0, 3871.0, 3900.0, 3869.0, 3868.0, 3868.0, 3868.0, 3869.0, 3869.0, 3859.0, 3870.0, 3858.0, 3859.0, 3868.0, 3869.0, 3911.0, 3858.0, 3921.0, 3869.0, 3888.0, 3868.0, 3878.0, 3869.0, 3890.0, 3869.0, 3878.0, 3868.0, 3857.0, 3870.0, 3868.0, 3869.0, 3869.0, 3882.0, 3883.0, 3884.0, 3871.0, 3871.0, 3881.0, 3882.0, 3884.0, 3883.0, 3914.0, 3871.0, 3901.0, 3870.0, 3911.0, 3870.0, 3910.0, 3869.0, 3889.0, 3868.0, 3868.0, 3871.0, 3869.0, 3870.0, 3859.0, 3869.0, 3870.0, 3871.0, 3870.0, 3879.0, 3869.0, 3900.0, 3868.0, 3868.0, 3869.0, 3869.0, 3869.0, 3879.0, 3868.0, 3857.0, 3867.0, 3868.0, 3899.0, 3867.0, 3898.0, 3855.0, 3856.0, 3867.0, 3856.0, 3888.0, 3857.0, 3877.0, 3857.0, 3856.0, 3867.0, 3867.0, 3867.0, 3859.0, 3868.0, 3857.0, 3857.0, 3869.0, 3858.0, 3869.0, 3858.0, 3858.0, 3859.0, 3859.0, 3869.0, 3879.0, 3859.0, 3879.0, 3869.0, 3858.0, 3869.0, 3870.0, 3870.0, 3870.0, 3870.0, 3869.0, 3900.0, 3869.0, 3890.0, 3870.0, 3922.0, 3869.0, 3878.0, 3869.0, 3859.0, 3871.0, 3860.0, 3869.0, 3868.0, 3868.0, 3859.0, 3869.0, 3859.0, 3870.0, 3871.0, 3870.0, 3871.0, 3871.0, 3871.0, 3871.0, 3871.0, 3891.0, 3871.0, 3902.0, 3872.0, 3923.0, 3870.0, 3900.0, 3870.0, 3890.0, 3881.0, 3912.0, 3869.0, 3858.0, 3869.0, 3880.0, 3871.0, 3870.0, 3870.0, 3870.0, 3882.0, 3884.0, 3884.0, 3915.0, 3870.0, 3870.0, 3883.0, 3885.0, 3895.0, 3915.0, 3873.0, 3881.0, 3870.0, 3870.0, 3869.0, 3870.0, 3914.0, 3882.0, 3944.0, 3871.0, 3889.0, 3868.0, 3869.0, 3869.0, 3869.0, 3869.0, 3869.0, 3869.0, 3858.0, 3871.0, 3882.0, 3924.0, 3869.0, 3911.0, 3868.0, 3877.0, 3869.0, 3857.0, 3857.0, 3857.0, 3881.0, 3892.0, 3869.0, 3910.0, 3867.0, 3866.0, 3868.0, 3857.0, 3870.0, 3910.0, 3869.0, 3879.0, 3857.0, 3857.0, 3871.0, 3870.0, 3869.0, 3857.0, 3867.0, 3870.0, 3871.0, 3870.0, 3882.0, 3869.0, 3869.0, 3870.0, 3868.0, 3869.0, 3869.0, 3871.0, 3901.0, 3870.0, 3922.0, 3869.0, 3909.0, 3857.0, 3888.0, 3868.0, 3878.0, 3868.0, 3867.0, 3867.0, 3857.0, 3869.0, 3868.0, 3869.0, 3857.0, 3857.0, 3868.0, 3858.0, 3868.0, 3880.0, 3870.0, 3890.0, 3869.0, 3889.0, 3869.0, 3868.0, 3869.0, 3858.0, 3868.0, 3857.0, 3857.0, 3857.0, 3888.0, 3868.0, 3877.0, 3867.0, 3856.0, 3856.0, 3858.0, 3869.0, 3857.0, 3858.0, 3858.0, 3856.0, 3869.0, 3868.0, 3870.0, 3880.0, 3869.0, 3868.0, 3869.0, 3870.0, 3880.0, 3869.0, 3869.0, 3859.0, 3868.0, 3868.0, 3868.0, 3870.0, 3889.0, 3858.0, 3899.0, 3857.0, 3856.0, 3868.0, 3869.0, 3869.0, 3869.0, 3869.0, 3869.0, 3868.0, 3869.0, 3890.0, 3870.0, 3900.0, 3869.0, 3879.0, 3870.0, 3870.0, 3869.0, 3890.0, 3857.0, 3857.0, 3888.0, 3868.0, 3921.0, 3869.0, 3931.0, 3889.0, 3888.0, 3855.0, 3856.0, 3855.0, 3856.0, 3867.0, 3857.0, 3869.0, 3870.0, 3871.0, 3881.0, 3870.0, 3859.0, 3870.0, 3859.0, 3882.0, 3881.0, 3883.0, 3881.0, 3871.0, 3859.0, 3881.0, 3872.0, 3903.0, 3871.0, 3900.0, 3869.0, 3869.0, 3870.0, 3870.0, 3870.0, 3870.0, 3870.0, 3859.0, 3869.0, 3870.0, 3880.0, 3870.0, 3889.0, 3869.0, 3868.0, 3870.0, 3860.0, 3870.0, 3870.0, 3869.0, 3869.0, 3868.0, 3869.0, 3890.0, 3870.0, 3922.0, 3869.0, 3889.0, 3868.0, 3858.0, 3869.0, 3858.0, 3869.0, 3858.0, 3878.0, 3869.0, 3869.0, 3870.0, 3880.0, 3870.0, 3859.0, 3869.0, 3859.0, 3871.0, 3859.0, 3880.0, 3869.0, 3889.0, 3869.0, 3869.0, 3870.0, 3880.0, 3870.0, 3879.0, 3869.0, 3859.0, 3881.0, 3859.0, 3869.0, 3859.0, 3890.0, 3858.0, 3922.0, 3870.0, 3912.0, 3880.0, 3889.0, 3858.0, 3857.0, 3868.0, 3857.0, 3868.0, 3858.0, 3871.0, 3881.0, 3881.0, 3922.0, 3870.0, 3900.0, 3870.0, 3880.0, 3870.0, 3890.0, 3871.0, 3900.0, 3858.0, 3858.0, 3870.0, 3858.0, 3868.0, 3858.0, 3857.0, 3857.0, 3868.0, 3869.0, 3879.0, 3859.0, 3868.0, 3869.0, 3858.0, 3870.0, 3869.0, 3869.0, 3858.0, 3869.0, 3859.0, 3869.0, 3871.0, 3922.0, 3871.0, 3932.0, 3889.0, 3898.0, 3856.0, 3846.0, 3856.0, 3858.0, 3898.0, 3857.0, 3877.0, 3857.0, 3857.0, 3868.0, 3858.0, 3857.0, 3857.0, 3888.0, 3857.0, 3867.0, 3868.0, 3847.0, 3869.0, 3859.0, 3868.0, 3858.0, 3858.0, 3868.0, 3868.0, 3871.0, 3869.0, 3870.0, 3859.0, 3869.0, 3858.0, 3869.0, 3870.0, 3869.0, 3869.0, 3921.0, 3869.0, 3889.0, 3858.0, 3858.0, 3869.0, 3879.0, 3858.0, 3858.0, 3888.0, 3868.0, 3858.0, 3859.0, 3857.0, 3868.0, 3857.0, 3870.0, 3859.0, 3870.0, 3859.0, 3870.0, 3859.0, 3870.0, 3871.0, 3882.0, 3883.0, 3871.0, 3882.0, 3861.0, 3871.0, 3882.0, 3882.0, 3912.0, 3882.0, 3912.0, 3870.0, 3880.0, 3882.0, 3881.0, 3870.0, 3901.0, 3880.0, 3869.0, 3870.0, 3870.0, 3870.0, 3859.0, 3880.0, 3871.0, 3883.0, 3913.0, 3882.0, 3912.0, 3870.0, 3870.0, 3882.0, 3913.0, 3883.0, 3934.0, 3871.0, 3901.0, 3871.0, 3880.0, 3870.0, 3880.0, 3869.0, 3859.0, 3869.0, 3870.0, 3870.0, 3870.0, 3870.0, 3870.0, 3869.0, 3882.0, 3881.0, 3871.0, 3901.0, 3870.0, 3879.0, 3880.0, 3859.0, 3871.0, 3880.0, 3869.0, 3869.0, 3868.0, 3870.0, 3880.0, 3869.0, 3921.0, 3858.0, 3878.0, 3870.0, 3879.0, 3870.0, 3869.0, 3869.0, 3858.0, 3870.0, 3859.0, 3869.0, 3859.0, 3869.0, 3869.0, 3869.0, 3870.0, 3880.0, 3870.0, 3890.0, 3870.0, 3879.0, 3881.0, 3870.0, 3870.0, 3900.0, 3869.0, 3858.0, 3879.0, 3870.0, 3870.0, 3859.0, 3911.0, 3869.0, 3921.0, 3858.0, 3879.0, 3869.0, 3878.0, 3869.0, 3868.0, 3868.0, 3857.0, 3869.0, 3858.0, 3889.0, 3859.0, 3910.0, 3858.0, 3878.0, 3858.0, 3868.0, 3869.0, 3899.0, 3869.0, 3857.0, 3868.0, 3846.0, 3880.0, 3858.0, 3869.0, 3859.0, 3868.0, 3847.0, 3869.0, 3869.0, 3869.0, 3859.0, 3869.0, 3870.0, 3882.0, 3891.0, 3870.0, 3890.0, 3869.0, 3869.0, 3860.0, 3901.0, 3871.0, 3933.0, 3880.0, 3899.0, 3868.0, 3868.0, 3867.0, 3858.0, 3867.0, 3846.0, 3857.0, 3868.0, 3869.0, 3870.0, 3893.0, 3871.0, 3883.0, 3873.0, 3871.0, 3870.0, 3871.0, 3883.0, 3883.0, 3896.0, 3952.0, 3911.0, 3908.0, 3885.0, 3873.0, 3927.0, 3894.0, 3872.0, 3895.0, 3886.0, 3937.0, 3884.0, 3924.0, 3881.0, 3880.0, 3900.0, 3857.0, 3930.0, 3877.0, 3908.0, 3856.0, 3876.0, 3846.0, 3868.0, 3887.0, 3876.0, 3843.0, 3833.0, 3843.0, 3845.0, 3857.0, 3869.0, 3868.0, 3859.0, 3858.0, 3858.0, 3857.0, 3859.0, 3859.0, 3871.0, 3860.0, 3862.0, 3861.0, 3860.0, 3861.0, 3870.0, 3872.0, 3893.0, 3883.0, 3924.0, 3893.0, 3901.0, 3849.0, 3859.0, 3860.0, 3861.0, 3934.0, 3901.0, 3890.0, 3848.0, 3878.0, 3848.0, 3879.0, 3860.0, 3901.0, 3869.0, 3910.0, 3836.0, 3845.0, 3858.0, 3848.0, 3858.0, 3848.0, 3848.0, 3848.0, 3858.0, 3849.0, 3890.0, 3873.0, 3922.0, 3859.0, 3890.0, 3848.0, 3857.0, 3859.0, 3858.0, 3859.0, 3880.0, 3859.0, 3858.0, 3858.0, 3859.0, 3860.0, 3859.0, 3859.0, 3880.0, 3869.0, 3848.0, 3879.0, 3848.0, 3922.0, 3860.0, 3933.0, 3871.0, 3910.0, 3848.0, 3889.0, 3859.0, 3880.0, 3859.0, 3879.0, 3859.0, 3858.0, 3859.0, 3849.0, 3860.0, 3849.0, 3859.0, 3859.0, 3858.0, 3860.0, 3881.0, 3860.0, 3890.0, 3860.0, 3879.0, 3859.0, 3859.0, 3861.0, 3870.0, 3861.0, 3871.0, 3860.0, 3859.0, 3871.0, 3850.0, 3860.0, 3849.0, 3859.0, 3849.0, 3859.0, 3861.0, 3893.0, 3871.0, 3933.0, 3871.0, 3890.0, 3860.0, 3870.0, 3871.0, 3892.0, 3872.0, 3913.0, 3861.0, 3881.0, 3860.0, 3881.0, 3871.0, 3872.0, 3873.0, 3885.0, 3916.0, 3905.0, 3934.0, 3884.0, 3912.0, 3860.0, 3913.0, 3883.0, 3933.0, 3892.0, 3901.0, 3859.0, 3880.0, 3870.0, 3881.0, 3860.0, 3880.0, 3860.0, 3879.0, 3859.0, 3881.0, 3871.0, 3890.0, 3860.0, 3879.0, 3859.0, 3848.0, 3848.0, 3859.0, 3859.0, 3859.0, 3921.0, 3869.0, 3910.0, 3847.0, 3890.0, 3858.0, 3878.0, 3868.0, 3888.0, 3847.0, 3857.0, 3848.0, 3858.0, 3859.0, 3859.0, 3859.0, 3859.0, 3858.0, 3859.0, 3870.0, 3860.0, 3880.0, 3860.0, 3900.0, 3859.0, 3890.0, 3860.0, 3891.0, 3871.0, 3879.0, 3859.0, 3858.0, 3860.0, 3848.0, 3869.0, 3848.0, 3858.0, 3860.0, 3860.0, 3860.0, 3891.0, 3859.0, 3869.0, 3859.0, 3860.0, 3860.0, 3881.0, 3860.0, 3859.0, 3860.0, 3871.0, 3871.0, 3850.0, 3891.0, 3849.0, 3911.0, 3849.0, 3891.0, 3860.0, 3911.0, 3848.0, 3879.0, 3857.0, 3848.0, 3867.0, 3859.0, 3880.0, 3860.0, 3900.0, 3858.0, 3846.0, 3857.0, 3847.0, 3867.0, 3858.0, 3870.0, 3871.0, 3881.0, 3871.0, 3870.0, 3871.0, 3870.0, 3883.0, 3893.0, 3873.0, 3892.0, 3872.0, 3871.0, 3883.0, 3862.0, 3895.0, 3904.0, 3871.0, 3871.0, 3859.0, 3871.0, 3903.0, 3872.0, 3946.0, 3882.0, 3923.0, 3860.0, 3902.0, 3882.0, 3912.0, 3859.0, 3870.0, 3869.0, 3870.0, 3881.0, 3860.0, 3933.0, 3859.0, 3890.0, 3859.0, 3869.0, 3870.0, 3869.0, 3859.0, 3858.0, 3869.0, 3859.0, 3880.0, 3859.0, 3921.0, 3859.0, 3889.0, 3869.0, 3890.0, 3871.0, 3901.0, 3860.0, 3859.0, 3869.0, 3859.0, 3860.0, 3871.0, 3881.0, 3860.0, 3901.0, 3870.0, 3912.0, 3870.0, 3880.0, 3860.0, 3872.0, 3862.0, 3883.0, 3914.0, 3861.0, 3891.0, 3871.0, 3870.0, 3871.0, 3871.0, 3872.0, 3881.0, 3871.0, 3870.0, 3870.0, 3860.0, 3891.0, 3859.0, 3911.0, 3859.0, 3878.0, 3857.0, 3858.0, 3869.0, 3859.0, 3858.0, 3859.0, 3858.0, 3858.0, 3869.0, 3859.0, 3869.0, 3869.0, 3869.0, 3858.0, 3858.0, 3857.0, 3858.0, 3900.0, 3848.0, 3910.0, 3858.0, 3867.0, 3868.0, 3857.0, 3858.0, 3848.0, 3910.0, 3857.0, 3878.0, 3857.0, 3846.0, 3869.0, 3859.0, 3858.0, 3859.0, 3890.0, 3859.0, 3869.0, 3860.0, 3858.0, 3869.0, 3859.0, 3858.0, 3859.0, 3879.0, 3870.0, 3870.0, 3870.0, 3880.0, 3869.0, 3859.0, 3859.0, 3870.0, 3869.0, 3870.0, 3879.0, 3870.0, 3869.0, 3870.0, 3859.0, 3869.0, 3860.0, 3891.0, 3860.0, 3890.0, 3870.0, 3870.0, 3870.0, 3860.0, 3870.0, 3861.0, 3881.0, 3860.0, 3933.0, 3860.0, 3912.0, 3870.0, 3848.0, 3869.0, 3860.0, 3870.0, 3860.0, 3912.0, 3860.0, 3868.0, 3871.0, 3860.0, 3871.0, 3860.0, 3871.0, 3871.0, 3860.0, 3871.0, 3872.0, 3883.0, 3893.0, 3884.0, 3893.0, 3884.0, 3884.0, 3885.0, 3895.0, 3885.0, 3915.0, 3883.0, 3873.0, 3884.0, 3874.0, 3936.0, 3904.0, 3945.0, 3871.0, 3923.0, 3892.0, 3903.0, 3871.0, 3913.0, 3870.0, 3860.0, 3859.0, 3860.0, 3870.0, 3871.0, 3871.0, 3872.0, 3883.0, 3904.0, 3873.0, 3882.0, 3872.0, 3872.0, 3884.0, 3924.0, 3873.0, 3913.0, 3872.0, 3893.0, 3873.0, 3902.0, 3861.0, 3880.0, 3870.0, 3860.0, 3871.0, 3870.0, 3871.0, 3860.0, 3860.0, 3861.0, 3924.0, 3872.0, 3913.0, 3861.0, 3869.0, 3859.0, 3869.0, 3883.0, 3873.0, 3875.0, 3896.0, 3888.0, 3886.0, 3873.0, 3872.0, 3872.0, 3881.0, 3861.0, 3904.0, 3875.0, 3926.0, 3906.0, 3873.0, 3861.0, 3871.0, 3873.0, 3947.0, 3926.0, 3934.0, 3870.0, 3921.0, 3859.0, 3913.0, 3893.0, 3923.0, 3859.0, 3868.0, 3869.0, 3859.0, 3882.0, 3862.0, 3870.0, 3858.0, 3868.0, 3858.0, 3912.0, 3862.0, 3922.0, 3859.0, 3888.0, 3846.0, 3856.0, 3857.0, 3847.0, 3868.0, 3858.0, 3859.0, 3847.0, 3898.0, 3846.0, 3888.0, 3846.0, 3897.0, 3844.0, 3834.0, 3854.0, 3845.0, 3867.0, 3845.0, 3866.0, 3858.0, 3855.0, 3856.0, 3856.0, 3869.0, 3857.0, 3858.0, 3847.0, 3856.0, 3858.0, 3870.0, 3859.0, 3869.0, 3860.0, 3899.0, 3847.0, 3858.0, 3859.0, 3859.0, 3869.0, 3858.0, 3869.0, 3869.0, 3858.0, 3858.0, 3910.0, 3859.0, 3911.0, 3858.0, 3878.0, 3868.0, 3858.0, 3858.0, 3847.0, 3909.0, 3857.0, 3858.0, 3869.0, 3858.0, 3858.0, 3847.0, 3858.0, 3848.0, 3869.0, 3859.0, 3869.0, 3860.0, 3890.0, 3858.0, 3869.0, 3870.0, 3880.0, 3871.0, 3881.0, 3869.0, 3848.0, 3870.0, 3860.0, 3870.0, 3860.0, 3899.0, 3859.0, 3880.0, 3871.0, 3881.0, 3860.0, 3890.0, 3870.0, 3869.0, 3871.0, 3871.0, 3871.0, 3871.0, 3870.0, 3860.0, 3870.0, 3872.0, 3893.0, 3860.0, 3891.0, 3860.0, 3922.0, 3860.0, 3924.0, 3882.0, 3922.0, 3860.0, 3879.0, 3858.0, 3859.0, 3870.0, 3859.0, 3858.0, 3847.0, 3878.0, 3847.0, 3868.0, 3859.0, 3868.0, 3858.0, 3878.0, 3857.0, 3847.0, 3857.0, 3858.0, 3900.0, 3858.0, 3878.0, 3858.0, 3867.0, 3857.0, 3858.0, 3869.0, 3859.0, 3900.0, 3847.0, 3888.0, 3857.0, 3847.0, 3869.0, 3859.0, 3868.0, 3858.0, 3878.0, 3847.0, 3858.0, 3869.0, 3859.0, 3868.0, 3858.0, 3889.0, 3858.0, 3858.0, 3869.0, 3848.0, 3868.0, 3858.0, 3888.0, 3857.0, 3860.0, 3870.0, 3858.0, 3889.0, 3847.0, 3878.0, 3868.0, 3847.0, 3869.0, 3860.0, 3870.0, 3870.0, 3911.0, 3860.0, 3870.0, 3880.0, 3860.0, 3870.0, 3870.0, 3922.0, 3870.0, 3891.0, 3871.0, 3859.0, 3881.0, 3862.0, 3902.0, 3892.0, 3933.0, 3860.0, 3911.0, 3869.0, 3880.0, 3869.0, 3869.0, 3921.0, 3858.0, 3910.0, 3858.0, 3847.0, 3869.0, 3858.0, 3869.0, 3859.0, 3899.0, 3858.0, 3858.0, 3870.0, 3859.0, 3870.0, 3859.0, 3870.0, 3860.0, 3870.0, 3870.0, 3870.0, 3871.0, 3871.0, 3872.0, 3884.0, 3874.0, 3884.0, 3914.0, 3883.0, 3903.0, 3872.0, 3882.0, 3873.0, 3935.0, 3894.0, 3934.0, 3871.0, 3922.0, 3860.0, 3912.0, 3880.0, 3900.0, 3869.0, 3857.0, 3868.0, 3858.0, 3870.0, 3859.0, 3880.0, 3859.0, 3900.0, 3858.0, 3868.0, 3869.0, 3858.0, 3869.0, 3868.0, 3858.0, 3858.0, 3868.0, 3859.0, 3869.0, 3859.0, 3900.0, 3859.0, 3879.0, 3860.0, 3881.0, 3871.0, 3891.0, 3859.0, 3859.0, 3869.0, 3860.0, 3881.0, 3870.0, 3891.0, 3860.0, 3869.0, 3859.0, 3880.0, 3860.0, 3912.0, 3871.0, 3921.0, 3859.0, 3879.0, 3870.0, 3869.0, 3859.0, 3879.0, 3869.0, 3858.0, 3868.0, 3859.0, 3900.0, 3859.0, 3890.0, 3848.0, 3847.0, 3868.0, 3858.0, 3868.0, 3858.0, 3899.0, 3859.0, 3857.0, 3858.0, 3847.0, 3868.0, 3858.0, 3900.0, 3859.0, 3869.0, 3859.0, 3848.0, 3870.0, 3860.0, 3869.0, 3859.0, 3869.0, 3859.0, 3849.0, 3871.0, 3871.0, 3860.0, 3871.0, 3881.0, 3871.0, 3871.0, 3882.0, 3872.0, 3871.0, 3871.0, 3891.0, 3871.0, 3902.0, 3871.0, 3891.0, 3870.0, 3860.0, 3870.0, 3871.0, 3881.0, 3871.0, 3891.0, 3871.0, 3871.0, 3881.0, 3870.0, 3870.0, 3871.0, 3913.0, 3871.0, 3902.0, 3860.0, 3860.0, 3881.0, 3860.0, 3871.0, 3861.0, 3881.0, 3871.0, 3912.0, 3871.0, 3871.0, 3872.0, 3871.0, 3871.0, 3861.0, 3860.0, 3872.0, 3882.0, 3872.0, 3882.0, 3882.0, 3861.0, 3870.0, 3861.0, 3892.0, 3871.0, 3912.0, 3871.0, 3880.0, 3871.0, 3861.0, 3871.0, 3872.0, 3871.0, 3872.0, 3923.0, 3871.0, 3872.0, 3872.0, 3871.0, 3882.0, 3871.0, 3871.0, 3872.0, 3871.0, 3872.0, 3893.0, 3883.0, 3894.0, 3884.0, 3882.0, 3884.0, 3872.0, 3884.0, 3884.0, 3885.0, 3906.0, 3885.0, 3936.0, 3885.0, 3904.0, 3885.0, 3906.0, 3905.0, 3927.0, 3872.0, 3883.0, 3883.0, 3875.0, 3874.0, 3884.0, 3887.0, 3950.0, 3917.0, 3914.0, 3871.0, 3871.0, 3871.0, 3873.0, 3915.0, 3897.0, 3936.0, 3873.0, 3902.0, 3870.0, 3913.0, 3882.0, 3934.0, 3881.0, 3900.0, 3859.0, 3869.0, 3871.0, 3882.0, 3862.0, 3901.0, 3859.0, 3868.0, 3858.0, 3869.0, 3859.0, 3900.0, 3849.0, 3872.0, 3859.0, 3858.0, 3870.0, 3871.0, 3922.0, 3858.0, 3877.0, 3846.0, 3867.0, 3858.0, 3858.0, 3847.0, 3868.0, 3858.0, 3869.0, 3901.0, 3871.0, 3922.0, 3882.0, 3868.0, 3857.0, 3866.0, 3868.0, 3868.0, 3868.0, 3859.0, 3892.0, 3863.0, 3935.0, 3895.0, 3923.0, 3859.0, 3867.0, 3858.0, 3910.0, 3879.0, 3921.0, 3879.0, 3898.0], 'WindowWidth': [8824.0, 8815.0, 8773.0, 8759.0, 8725.0, 8757.0, 8698.0, 8704.0, 8690.0, 8691.0, 8689.0, 8703.0, 8703.0, 8685.0, 8682.0, 8698.0, 8687.0, 8688.0, 8715.0, 8687.0, 8699.0, 8684.0, 8681.0, 8685.0, 8686.0, 8686.0, 8684.0, 8704.0, 8709.0, 8713.0, 8765.0, 8725.0, 8762.0, 8701.0, 8727.0, 8704.0, 8747.0, 8705.0, 8776.0, 8687.0, 8741.0, 8684.0, 8684.0, 8700.0, 8682.0, 8681.0, 8683.0, 8737.0, 8678.0, 8682.0, 8681.0, 8666.0, 8683.0, 8664.0, 8679.0, 8667.0, 8695.0, 8682.0, 8720.0, 8669.0, 8690.0, 8660.0, 8662.0, 8676.0, 8676.0, 8717.0, 8662.0, 8688.0, 8660.0, 8645.0, 8679.0, 8663.0, 8675.0, 8663.0, 8703.0, 8662.0, 8661.0, 8680.0, 8664.0, 8663.0, 8664.0, 8691.0, 8666.0, 8665.0, 8684.0, 8668.0, 8686.0, 8671.0, 8682.0, 8684.0, 8687.0, 8685.0, 8743.0, 8686.0, 8711.0, 8682.0, 8666.0, 8666.0, 8686.0, 8684.0, 8683.0, 8683.0, 8685.0, 8684.0, 8700.0, 8690.0, 8707.0, 8707.0, 8711.0, 8693.0, 8709.0, 8708.0, 8714.0, 8728.0, 8713.0, 8765.0, 8710.0, 8762.0, 8708.0, 8762.0, 8722.0, 8775.0, 8734.0, 8774.0, 8686.0, 8726.0, 8686.0, 8696.0, 8688.0, 8724.0, 8684.0, 8681.0, 8682.0, 8680.0, 8682.0, 8682.0, 8669.0, 8686.0, 8666.0, 8668.0, 8679.0, 8682.0, 8741.0, 8668.0, 8754.0, 8683.0, 8707.0, 8681.0, 8695.0, 8684.0, 8711.0, 8684.0, 8694.0, 8681.0, 8665.0, 8685.0, 8682.0, 8684.0, 8684.0, 8707.0, 8710.0, 8711.0, 8693.0, 8690.0, 8703.0, 8705.0, 8714.0, 8708.0, 8750.0, 8691.0, 8729.0, 8685.0, 8743.0, 8687.0, 8740.0, 8684.0, 8709.0, 8682.0, 8682.0, 8689.0, 8684.0, 8686.0, 8670.0, 8683.0, 8686.0, 8692.0, 8687.0, 8698.0, 8683.0, 8726.0, 8678.0, 8680.0, 8684.0, 8682.0, 8684.0, 8696.0, 8680.0, 8665.0, 8678.0, 8679.0, 8722.0, 8677.0, 8718.0, 8659.0, 8660.0, 8675.0, 8663.0, 8706.0, 8663.0, 8691.0, 8663.0, 8661.0, 8677.0, 8678.0, 8679.0, 8671.0, 8679.0, 8666.0, 8665.0, 8684.0, 8667.0, 8683.0, 8669.0, 8667.0, 8669.0, 8668.0, 8684.0, 8698.0, 8671.0, 8698.0, 8683.0, 8667.0, 8685.0, 8686.0, 8687.0, 8686.0, 8686.0, 8684.0, 8727.0, 8685.0, 8714.0, 8685.0, 8756.0, 8684.0, 8693.0, 8683.0, 8670.0, 8688.0, 8673.0, 8684.0, 8682.0, 8681.0, 8671.0, 8685.0, 8672.0, 8688.0, 8689.0, 8686.0, 8690.0, 8691.0, 8691.0, 8689.0, 8689.0, 8716.0, 8691.0, 8732.0, 8692.0, 8761.0, 8687.0, 8726.0, 8686.0, 8712.0, 8702.0, 8746.0, 8682.0, 8669.0, 8684.0, 8701.0, 8692.0, 8689.0, 8689.0, 8690.0, 8707.0, 8715.0, 8714.0, 8754.0, 8689.0, 8686.0, 8709.0, 8716.0, 8731.0, 8751.0, 8696.0, 8702.0, 8686.0, 8685.0, 8682.0, 8687.0, 8750.0, 8705.0, 8790.0, 8689.0, 8709.0, 8681.0, 8682.0, 8685.0, 8682.0, 8684.0, 8682.0, 8682.0, 8669.0, 8691.0, 8707.0, 8763.0, 8683.0, 8740.0, 8678.0, 8691.0, 8680.0, 8664.0, 8664.0, 8662.0, 8704.0, 8717.0, 8685.0, 8736.0, 8678.0, 8675.0, 8680.0, 8664.0, 8684.0, 8739.0, 8682.0, 8693.0, 8664.0, 8663.0, 8689.0, 8685.0, 8683.0, 8665.0, 8678.0, 8684.0, 8689.0, 8688.0, 8704.0, 8685.0, 8684.0, 8685.0, 8681.0, 8683.0, 8684.0, 8687.0, 8729.0, 8685.0, 8756.0, 8683.0, 8736.0, 8665.0, 8706.0, 8681.0, 8692.0, 8680.0, 8677.0, 8676.0, 8664.0, 8681.0, 8681.0, 8683.0, 8664.0, 8664.0, 8679.0, 8665.0, 8681.0, 8699.0, 8685.0, 8712.0, 8684.0, 8707.0, 8682.0, 8679.0, 8682.0, 8666.0, 8678.0, 8663.0, 8663.0, 8663.0, 8707.0, 8678.0, 8690.0, 8677.0, 8661.0, 8663.0, 8666.0, 8682.0, 8664.0, 8666.0, 8666.0, 8662.0, 8682.0, 8682.0, 8685.0, 8696.0, 8683.0, 8680.0, 8682.0, 8686.0, 8701.0, 8683.0, 8683.0, 8669.0, 8680.0, 8681.0, 8681.0, 8685.0, 8708.0, 8669.0, 8721.0, 8664.0, 8662.0, 8682.0, 8683.0, 8683.0, 8682.0, 8683.0, 8683.0, 8680.0, 8686.0, 8713.0, 8687.0, 8727.0, 8684.0, 8695.0, 8685.0, 8684.0, 8685.0, 8711.0, 8665.0, 8665.0, 8707.0, 8681.0, 8755.0, 8683.0, 8766.0, 8708.0, 8704.0, 8658.0, 8659.0, 8659.0, 8660.0, 8676.0, 8664.0, 8684.0, 8688.0, 8690.0, 8703.0, 8686.0, 8671.0, 8686.0, 8672.0, 8707.0, 8702.0, 8708.0, 8702.0, 8688.0, 8671.0, 8703.0, 8692.0, 8731.0, 8686.0, 8724.0, 8681.0, 8682.0, 8686.0, 8687.0, 8687.0, 8687.0, 8685.0, 8670.0, 8684.0, 8687.0, 8698.0, 8687.0, 8710.0, 8683.0, 8680.0, 8685.0, 8672.0, 8687.0, 8686.0, 8683.0, 8683.0, 8681.0, 8682.0, 8714.0, 8685.0, 8756.0, 8683.0, 8707.0, 8681.0, 8667.0, 8684.0, 8668.0, 8683.0, 8667.0, 8694.0, 8682.0, 8685.0, 8687.0, 8698.0, 8686.0, 8670.0, 8682.0, 8669.0, 8688.0, 8670.0, 8698.0, 8683.0, 8710.0, 8683.0, 8685.0, 8687.0, 8698.0, 8688.0, 8696.0, 8684.0, 8669.0, 8703.0, 8671.0, 8684.0, 8670.0, 8712.0, 8668.0, 8759.0, 8686.0, 8741.0, 8699.0, 8707.0, 8667.0, 8665.0, 8680.0, 8664.0, 8681.0, 8666.0, 8689.0, 8703.0, 8704.0, 8757.0, 8687.0, 8724.0, 8684.0, 8698.0, 8686.0, 8710.0, 8689.0, 8723.0, 8667.0, 8666.0, 8685.0, 8665.0, 8678.0, 8665.0, 8663.0, 8664.0, 8679.0, 8681.0, 8695.0, 8668.0, 8681.0, 8683.0, 8668.0, 8686.0, 8684.0, 8685.0, 8668.0, 8684.0, 8669.0, 8682.0, 8686.0, 8757.0, 8687.0, 8771.0, 8708.0, 8718.0, 8660.0, 8646.0, 8662.0, 8665.0, 8719.0, 8663.0, 8690.0, 8663.0, 8663.0, 8679.0, 8666.0, 8664.0, 8664.0, 8707.0, 8664.0, 8676.0, 8679.0, 8650.0, 8684.0, 8669.0, 8679.0, 8667.0, 8665.0, 8681.0, 8682.0, 8687.0, 8682.0, 8684.0, 8669.0, 8683.0, 8668.0, 8684.0, 8686.0, 8683.0, 8683.0, 8755.0, 8683.0, 8708.0, 8668.0, 8667.0, 8682.0, 8695.0, 8666.0, 8665.0, 8705.0, 8680.0, 8667.0, 8668.0, 8664.0, 8681.0, 8664.0, 8685.0, 8671.0, 8687.0, 8671.0, 8687.0, 8671.0, 8687.0, 8690.0, 8706.0, 8707.0, 8689.0, 8703.0, 8675.0, 8688.0, 8706.0, 8705.0, 8745.0, 8705.0, 8744.0, 8686.0, 8700.0, 8704.0, 8701.0, 8687.0, 8728.0, 8700.0, 8684.0, 8687.0, 8687.0, 8684.0, 8670.0, 8700.0, 8691.0, 8709.0, 8747.0, 8706.0, 8744.0, 8688.0, 8687.0, 8706.0, 8747.0, 8708.0, 8776.0, 8690.0, 8727.0, 8690.0, 8700.0, 8687.0, 8700.0, 8684.0, 8669.0, 8683.0, 8687.0, 8687.0, 8686.0, 8686.0, 8687.0, 8684.0, 8705.0, 8703.0, 8690.0, 8727.0, 8686.0, 8697.0, 8699.0, 8672.0, 8688.0, 8700.0, 8682.0, 8682.0, 8681.0, 8684.0, 8698.0, 8683.0, 8753.0, 8666.0, 8693.0, 8686.0, 8697.0, 8686.0, 8682.0, 8683.0, 8666.0, 8686.0, 8670.0, 8685.0, 8669.0, 8682.0, 8683.0, 8685.0, 8687.0, 8699.0, 8687.0, 8712.0, 8685.0, 8697.0, 8702.0, 8686.0, 8687.0, 8726.0, 8683.0, 8668.0, 8697.0, 8686.0, 8686.0, 8671.0, 8742.0, 8683.0, 8754.0, 8666.0, 8697.0, 8684.0, 8694.0, 8682.0, 8679.0, 8678.0, 8666.0, 8683.0, 8668.0, 8708.0, 8669.0, 8737.0, 8666.0, 8691.0, 8667.0, 8681.0, 8684.0, 8721.0, 8682.0, 8663.0, 8679.0, 8649.0, 8698.0, 8668.0, 8682.0, 8669.0, 8681.0, 8653.0, 8682.0, 8682.0, 8684.0, 8669.0, 8684.0, 8687.0, 8706.0, 8715.0, 8688.0, 8712.0, 8684.0, 8682.0, 8672.0, 8729.0, 8688.0, 8774.0, 8698.0, 8723.0, 8681.0, 8680.0, 8678.0, 8666.0, 8677.0, 8649.0, 8663.0, 8682.0, 8682.0, 8688.0, 8721.0, 8690.0, 8709.0, 8696.0, 8690.0, 8689.0, 8689.0, 8711.0, 8708.0, 8734.0, 8820.0, 8765.0, 8757.0, 8720.0, 8700.0, 8776.0, 8725.0, 8692.0, 8726.0, 8717.0, 8787.0, 8712.0, 8761.0, 8702.0, 8697.0, 8721.0, 8660.0, 8763.0, 8688.0, 8727.0, 8657.0, 8683.0, 8646.0, 8676.0, 8698.0, 8684.0, 8638.0, 8624.0, 8636.0, 8644.0, 8663.0, 8682.0, 8678.0, 8668.0, 8664.0, 8667.0, 8662.0, 8668.0, 8669.0, 8689.0, 8673.0, 8680.0, 8676.0, 8671.0, 8674.0, 8686.0, 8690.0, 8721.0, 8706.0, 8760.0, 8719.0, 8726.0, 8656.0, 8667.0, 8671.0, 8674.0, 8773.0, 8727.0, 8710.0, 8651.0, 8691.0, 8651.0, 8694.0, 8673.0, 8726.0, 8681.0, 8736.0, 8634.0, 8643.0, 8666.0, 8653.0, 8666.0, 8652.0, 8652.0, 8653.0, 8666.0, 8655.0, 8712.0, 8694.0, 8757.0, 8669.0, 8709.0, 8652.0, 8663.0, 8668.0, 8665.0, 8668.0, 8697.0, 8668.0, 8665.0, 8667.0, 8668.0, 8672.0, 8669.0, 8668.0, 8698.0, 8681.0, 8652.0, 8694.0, 8653.0, 8757.0, 8672.0, 8772.0, 8687.0, 8738.0, 8653.0, 8708.0, 8670.0, 8698.0, 8671.0, 8694.0, 8671.0, 8667.0, 8671.0, 8656.0, 8672.0, 8656.0, 8669.0, 8669.0, 8668.0, 8672.0, 8701.0, 8673.0, 8711.0, 8673.0, 8696.0, 8670.0, 8671.0, 8676.0, 8687.0, 8675.0, 8688.0, 8672.0, 8671.0, 8691.0, 8661.0, 8673.0, 8657.0, 8670.0, 8656.0, 8671.0, 8674.0, 8720.0, 8690.0, 8773.0, 8689.0, 8713.0, 8672.0, 8685.0, 8691.0, 8719.0, 8691.0, 8745.0, 8675.0, 8701.0, 8675.0, 8701.0, 8688.0, 8691.0, 8695.0, 8717.0, 8759.0, 8739.0, 8776.0, 8709.0, 8742.0, 8673.0, 8747.0, 8706.0, 8774.0, 8718.0, 8727.0, 8670.0, 8698.0, 8687.0, 8702.0, 8673.0, 8699.0, 8671.0, 8695.0, 8671.0, 8701.0, 8690.0, 8712.0, 8673.0, 8696.0, 8669.0, 8653.0, 8652.0, 8669.0, 8671.0, 8669.0, 8754.0, 8680.0, 8736.0, 8651.0, 8713.0, 8668.0, 8692.0, 8679.0, 8705.0, 8651.0, 8664.0, 8653.0, 8667.0, 8672.0, 8669.0, 8670.0, 8669.0, 8667.0, 8668.0, 8686.0, 8674.0, 8698.0, 8674.0, 8725.0, 8670.0, 8711.0, 8674.0, 8714.0, 8688.0, 8696.0, 8668.0, 8667.0, 8672.0, 8655.0, 8682.0, 8655.0, 8668.0, 8672.0, 8674.0, 8672.0, 8714.0, 8671.0, 8682.0, 8670.0, 8674.0, 8675.0, 8703.0, 8673.0, 8669.0, 8673.0, 8689.0, 8689.0, 8659.0, 8713.0, 8656.0, 8741.0, 8656.0, 8713.0, 8673.0, 8739.0, 8654.0, 8694.0, 8664.0, 8653.0, 8677.0, 8671.0, 8699.0, 8673.0, 8725.0, 8665.0, 8648.0, 8663.0, 8650.0, 8679.0, 8668.0, 8688.0, 8690.0, 8704.0, 8690.0, 8687.0, 8690.0, 8688.0, 8708.0, 8719.0, 8695.0, 8717.0, 8692.0, 8688.0, 8708.0, 8681.0, 8726.0, 8737.0, 8690.0, 8690.0, 8672.0, 8690.0, 8734.0, 8693.0, 8795.0, 8705.0, 8760.0, 8674.0, 8732.0, 8705.0, 8744.0, 8670.0, 8684.0, 8683.0, 8685.0, 8700.0, 8672.0, 8772.0, 8670.0, 8711.0, 8671.0, 8684.0, 8685.0, 8683.0, 8669.0, 8667.0, 8682.0, 8669.0, 8697.0, 8670.0, 8754.0, 8669.0, 8709.0, 8684.0, 8712.0, 8688.0, 8726.0, 8672.0, 8669.0, 8685.0, 8671.0, 8674.0, 8689.0, 8701.0, 8674.0, 8728.0, 8687.0, 8743.0, 8687.0, 8699.0, 8672.0, 8693.0, 8681.0, 8709.0, 8749.0, 8678.0, 8714.0, 8688.0, 8686.0, 8690.0, 8690.0, 8691.0, 8703.0, 8687.0, 8687.0, 8685.0, 8674.0, 8714.0, 8669.0, 8739.0, 8669.0, 8693.0, 8665.0, 8667.0, 8684.0, 8668.0, 8667.0, 8668.0, 8666.0, 8667.0, 8681.0, 8669.0, 8682.0, 8683.0, 8681.0, 8668.0, 8667.0, 8664.0, 8667.0, 8724.0, 8653.0, 8736.0, 8666.0, 8677.0, 8678.0, 8665.0, 8667.0, 8652.0, 8736.0, 8664.0, 8691.0, 8665.0, 8649.0, 8684.0, 8669.0, 8667.0, 8669.0, 8711.0, 8669.0, 8682.0, 8672.0, 8668.0, 8683.0, 8670.0, 8668.0, 8669.0, 8697.0, 8686.0, 8685.0, 8686.0, 8698.0, 8684.0, 8669.0, 8668.0, 8684.0, 8685.0, 8686.0, 8698.0, 8686.0, 8683.0, 8687.0, 8671.0, 8683.0, 8672.0, 8714.0, 8675.0, 8712.0, 8686.0, 8684.0, 8687.0, 8672.0, 8688.0, 8676.0, 8703.0, 8674.0, 8774.0, 8673.0, 8742.0, 8685.0, 8654.0, 8684.0, 8673.0, 8685.0, 8673.0, 8743.0, 8673.0, 8682.0, 8689.0, 8672.0, 8690.0, 8674.0, 8688.0, 8690.0, 8674.0, 8692.0, 8694.0, 8709.0, 8722.0, 8711.0, 8721.0, 8710.0, 8711.0, 8716.0, 8727.0, 8713.0, 8753.0, 8709.0, 8694.0, 8711.0, 8697.0, 8782.0, 8738.0, 8794.0, 8689.0, 8759.0, 8719.0, 8732.0, 8690.0, 8745.0, 8686.0, 8673.0, 8671.0, 8673.0, 8685.0, 8687.0, 8692.0, 8694.0, 8710.0, 8738.0, 8696.0, 8705.0, 8694.0, 8694.0, 8710.0, 8763.0, 8696.0, 8746.0, 8693.0, 8720.0, 8695.0, 8731.0, 8676.0, 8699.0, 8687.0, 8672.0, 8691.0, 8687.0, 8689.0, 8673.0, 8673.0, 8675.0, 8764.0, 8694.0, 8747.0, 8679.0, 8682.0, 8670.0, 8683.0, 8711.0, 8698.0, 8703.0, 8732.0, 8726.0, 8718.0, 8697.0, 8693.0, 8693.0, 8704.0, 8677.0, 8738.0, 8703.0, 8772.0, 8743.0, 8696.0, 8678.0, 8691.0, 8694.0, 8801.0, 8768.0, 8777.0, 8686.0, 8755.0, 8670.0, 8748.0, 8721.0, 8759.0, 8672.0, 8680.0, 8681.0, 8669.0, 8705.0, 8679.0, 8687.0, 8668.0, 8681.0, 8667.0, 8745.0, 8679.0, 8756.0, 8669.0, 8705.0, 8648.0, 8659.0, 8663.0, 8652.0, 8680.0, 8665.0, 8668.0, 8650.0, 8716.0, 8649.0, 8703.0, 8645.0, 8713.0, 8642.0, 8627.0, 8655.0, 8645.0, 8675.0, 8645.0, 8673.0, 8669.0, 8659.0, 8661.0, 8662.0, 8683.0, 8663.0, 8667.0, 8650.0, 8664.0, 8668.0, 8688.0, 8669.0, 8682.0, 8673.0, 8721.0, 8651.0, 8666.0, 8669.0, 8669.0, 8684.0, 8667.0, 8683.0, 8683.0, 8666.0, 8669.0, 8739.0, 8669.0, 8739.0, 8668.0, 8694.0, 8681.0, 8668.0, 8667.0, 8652.0, 8736.0, 8664.0, 8668.0, 8685.0, 8668.0, 8668.0, 8652.0, 8668.0, 8653.0, 8685.0, 8671.0, 8683.0, 8672.0, 8710.0, 8668.0, 8684.0, 8688.0, 8700.0, 8688.0, 8701.0, 8684.0, 8654.0, 8687.0, 8674.0, 8687.0, 8673.0, 8725.0, 8670.0, 8700.0, 8689.0, 8702.0, 8673.0, 8713.0, 8685.0, 8682.0, 8691.0, 8689.0, 8689.0, 8688.0, 8687.0, 8673.0, 8687.0, 8692.0, 8722.0, 8673.0, 8716.0, 8674.0, 8757.0, 8674.0, 8764.0, 8705.0, 8756.0, 8673.0, 8696.0, 8668.0, 8669.0, 8686.0, 8669.0, 8666.0, 8651.0, 8692.0, 8650.0, 8681.0, 8671.0, 8681.0, 8666.0, 8693.0, 8665.0, 8651.0, 8664.0, 8667.0, 8726.0, 8669.0, 8694.0, 8668.0, 8678.0, 8666.0, 8667.0, 8683.0, 8669.0, 8724.0, 8652.0, 8707.0, 8665.0, 8651.0, 8685.0, 8669.0, 8679.0, 8666.0, 8694.0, 8652.0, 8667.0, 8684.0, 8670.0, 8681.0, 8667.0, 8707.0, 8666.0, 8666.0, 8683.0, 8653.0, 8679.0, 8666.0, 8707.0, 8665.0, 8675.0, 8686.0, 8668.0, 8708.0, 8652.0, 8693.0, 8682.0, 8652.0, 8685.0, 8675.0, 8686.0, 8687.0, 8742.0, 8673.0, 8686.0, 8700.0, 8674.0, 8687.0, 8688.0, 8758.0, 8687.0, 8714.0, 8689.0, 8672.0, 8705.0, 8678.0, 8731.0, 8716.0, 8773.0, 8672.0, 8740.0, 8684.0, 8700.0, 8685.0, 8683.0, 8754.0, 8667.0, 8737.0, 8666.0, 8653.0, 8685.0, 8667.0, 8684.0, 8670.0, 8723.0, 8667.0, 8669.0, 8689.0, 8670.0, 8685.0, 8669.0, 8685.0, 8674.0, 8685.0, 8688.0, 8689.0, 8692.0, 8691.0, 8692.0, 8712.0, 8700.0, 8713.0, 8753.0, 8709.0, 8734.0, 8692.0, 8706.0, 8697.0, 8781.0, 8724.0, 8777.0, 8690.0, 8757.0, 8673.0, 8743.0, 8700.0, 8724.0, 8682.0, 8666.0, 8681.0, 8668.0, 8686.0, 8671.0, 8699.0, 8671.0, 8725.0, 8668.0, 8682.0, 8683.0, 8667.0, 8682.0, 8680.0, 8668.0, 8667.0, 8682.0, 8671.0, 8684.0, 8669.0, 8724.0, 8670.0, 8696.0, 8673.0, 8703.0, 8690.0, 8714.0, 8672.0, 8670.0, 8683.0, 8673.0, 8703.0, 8687.0, 8715.0, 8673.0, 8684.0, 8670.0, 8700.0, 8673.0, 8743.0, 8689.0, 8755.0, 8670.0, 8695.0, 8686.0, 8684.0, 8671.0, 8696.0, 8682.0, 8668.0, 8679.0, 8669.0, 8725.0, 8669.0, 8710.0, 8655.0, 8651.0, 8680.0, 8667.0, 8682.0, 8668.0, 8723.0, 8669.0, 8665.0, 8666.0, 8652.0, 8681.0, 8668.0, 8726.0, 8669.0, 8682.0, 8669.0, 8656.0, 8687.0, 8672.0, 8682.0, 8670.0, 8682.0, 8670.0, 8657.0, 8688.0, 8689.0, 8673.0, 8689.0, 8702.0, 8691.0, 8689.0, 8705.0, 8691.0, 8690.0, 8690.0, 8716.0, 8689.0, 8732.0, 8690.0, 8715.0, 8686.0, 8672.0, 8685.0, 8688.0, 8702.0, 8690.0, 8716.0, 8690.0, 8688.0, 8703.0, 8688.0, 8688.0, 8690.0, 8746.0, 8690.0, 8730.0, 8675.0, 8673.0, 8704.0, 8675.0, 8689.0, 8677.0, 8703.0, 8690.0, 8746.0, 8689.0, 8689.0, 8692.0, 8689.0, 8688.0, 8676.0, 8675.0, 8692.0, 8706.0, 8692.0, 8704.0, 8705.0, 8676.0, 8688.0, 8678.0, 8720.0, 8690.0, 8745.0, 8690.0, 8700.0, 8690.0, 8676.0, 8692.0, 8691.0, 8691.0, 8691.0, 8762.0, 8690.0, 8692.0, 8693.0, 8690.0, 8705.0, 8690.0, 8690.0, 8693.0, 8691.0, 8693.0, 8721.0, 8710.0, 8724.0, 8712.0, 8707.0, 8712.0, 8695.0, 8714.0, 8714.0, 8718.0, 8745.0, 8717.0, 8784.0, 8714.0, 8739.0, 8716.0, 8743.0, 8741.0, 8772.0, 8695.0, 8709.0, 8710.0, 8703.0, 8700.0, 8712.0, 8722.0, 8813.0, 8762.0, 8753.0, 8691.0, 8690.0, 8690.0, 8699.0, 8755.0, 8735.0, 8784.0, 8696.0, 8733.0, 8690.0, 8748.0, 8707.0, 8777.0, 8702.0, 8725.0, 8669.0, 8682.0, 8689.0, 8708.0, 8681.0, 8729.0, 8669.0, 8679.0, 8669.0, 8685.0, 8671.0, 8727.0, 8659.0, 8692.0, 8671.0, 8667.0, 8685.0, 8688.0, 8757.0, 8666.0, 8688.0, 8648.0, 8676.0, 8667.0, 8666.0, 8652.0, 8681.0, 8667.0, 8682.0, 8727.0, 8690.0, 8758.0, 8707.0, 8681.0, 8664.0, 8675.0, 8679.0, 8680.0, 8681.0, 8672.0, 8717.0, 8683.0, 8779.0, 8727.0, 8762.0, 8670.0, 8678.0, 8666.0, 8739.0, 8697.0, 8755.0, 8694.0, 8720.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.0014458036677454157</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021093787270765912</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.93143756073392</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.17878300656773</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.022948451656774</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4999</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3101.6538</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06939545339936982</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.4563106796116505</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.492051188930517</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5345342122992682</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6124342104419873</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3291851440502955</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00499822</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002297365805134177</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0225394144654274</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1854</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8671286045870743</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>23.7781</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.3437</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.9796</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296016.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>855.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.3567</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5592</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.0895</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3055.4482</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3201.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80528.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1042.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4047.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>827.7408</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.556547050131485</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> |