=== 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-0092 --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-0092",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
188 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
188 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-0092_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-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0092/figures/sub-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092/ses-02/func/sub-0092_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>727edd6ca327d10701656ef06772d635</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>10:04:4.110000</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.998133, 0.0309912, -0.0526316, -0.0311932, 0.999509, -0.00302077]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0812137</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>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4134, -7728, -7280, 662, -49, -79, 73, 104]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>229.706</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ab5f5347-6cea-4f07-ac12-75d59660d9d0||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.677917718887329, -0.08368918299674988, -0.1417827159166336, 115.78175354003906], [-0.08314722776412964, 2.6816091537475586, -0.01257357932627201, -96.94845581054688], [-0.14120669662952423, 0.008104508742690086, 2.6962454319000244, -66.8814926147461], [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': ['100404.110000', '100404.570000', '100405.030000', '100405.490000', '100405.950000', '100406.410000', '100406.870000', '100407.330000', '100407.790000', '100408.250000', '100408.710000', '100409.170000', '100409.630000', '100410.090000', '100410.550000', '100411.010000', '100411.470000', '100411.930000', '100412.390000', '100412.850000', '100413.310000', '100413.770000', '100414.230000', '100414.690000', '100415.150000', '100415.610000', '100416.070000', '100416.530000', '100416.990000', '100417.450000', '100417.910000', '100418.370000', '100418.830000', '100419.290000', '100419.750000', '100420.210000', '100420.670000', '100421.130000', '100421.590000', '100422.050000', '100422.510000', '100422.970000', '100423.430000', '100423.890000', '100424.350000', '100424.810000', '100425.270000', '100425.730000', '100426.190000', '100426.650000', '100427.110000', '100427.570000', '100428.030000', '100428.490000', '100428.950000', '100429.410000', '100429.870000', '100430.330000', '100430.790000', '100431.250000', '100431.710000', '100432.170000', '100432.630000', '100433.090000', '100433.550000', '100434.010000', '100434.470000', '100434.930000', '100435.390000', '100435.850000', '100436.310000', '100436.770000', '100437.230000', '100437.690000', '100438.150000', '100438.610000', '100439.070000', '100439.530000', '100439.990000', '100440.450000', '100440.910000', '100441.370000', '100441.830000', '100442.290000', '100442.750000', '100443.210000', '100443.670000', '100444.130000', '100444.590000', '100445.050000', '100445.510000', '100445.970000', '100446.430000', '100446.890000', '100447.350000', '100447.810000', '100448.270000', '100448.730000', '100449.190000', '100449.650000', '100450.110000', '100450.570000', '100451.030000', '100451.490000', '100451.950000', '100452.410000', '100452.870000', '100453.330000', '100453.790000', '100454.250000', '100454.710000', '100455.170000', '100455.630000', '100456.090000', '100456.550000', '100457.010000', '100457.470000', '100457.930000', '100458.390000', '100458.850000', '100459.310000', '100459.770000', '100500.230000', '100500.690000', '100501.150000', '100501.610000', '100502.070000', '100502.530000', '100502.990000', '100503.450000', '100503.910000', '100504.370000', '100504.830000', '100505.290000', '100505.750000', '100506.210000', '100506.670000', '100507.130000', '100507.590000', '100508.050000', '100508.510000', '100508.970000', '100509.430000', '100509.890000', '100510.350000', '100510.810000', '100511.270000', '100511.730000', '100512.190000', '100512.650000', '100513.110000', '100513.570000', '100514.030000', '100514.490000', '100514.950000', '100515.410000', '100515.870000', '100516.330000', '100516.790000', '100517.250000', '100517.710000', '100518.170000', '100518.630000', '100519.090000', '100519.550000', '100520.010000', '100520.470000', '100520.930000', '100521.390000', '100521.850000', '100522.310000', '100522.770000', '100523.230000', '100523.690000', '100524.150000', '100524.610000', '100525.070000', '100525.530000', '100525.990000', '100526.450000', '100526.910000', '100527.370000', '100527.830000', '100528.290000', '100528.750000', '100529.210000', '100529.670000', '100530.130000', '100530.590000', '100531.050000', '100531.510000', '100531.970000', '100532.430000', '100532.890000', '100533.350000', '100533.810000', '100534.270000', '100534.730000', '100535.190000', '100535.650000', '100536.110000', '100536.570000', '100537.030000', '100537.490000', '100537.950000', '100538.410000', '100538.870000', '100539.330000', '100539.790000', '100540.250000', '100540.710000', '100541.170000', '100541.630000', '100542.090000', '100542.550000', '100543.010000', '100543.470000', '100543.930000', '100544.390000', '100544.850000', '100545.310000', '100545.770000', '100546.230000', '100546.690000', '100547.150000', '100547.610000', '100548.070000', '100548.530000', '100548.990000', '100549.450000', '100549.910000', '100550.370000', '100550.830000', '100551.290000', '100551.750000', '100552.210000', '100552.670000', '100553.130000', '100553.590000', '100554.050000', '100554.510000', '100554.970000', '100555.430000', '100555.890000', '100556.350000', '100556.810000', '100557.270000', '100557.730000', '100558.190000', '100558.650000', '100559.110000', '100559.570000', '100600.030000', '100600.490000', '100600.950000', '100601.410000', '100601.870000', '100602.330000', '100602.790000', '100603.250000', '100603.710000', '100604.170000', '100604.630000', '100605.090000', '100605.550000', '100606.010000', '100606.470000', '100606.930000', '100607.390000', '100607.850000', '100608.310000', '100608.770000', '100609.230000', '100609.690000', '100610.150000', '100610.610000', '100611.070000', '100611.530000', '100611.990000', '100612.450000', '100612.910000', '100613.370000', '100613.830000', '100614.290000', '100614.750000', '100615.210000', '100615.670000', '100616.130000', '100616.590000', '100617.050000', '100617.510000', '100617.970000', '100618.430000', '100618.890000', '100619.350000', '100619.810000', '100620.270000', '100620.730000', '100621.190000', '100621.650000', '100622.110000', '100622.570000', '100623.030000', '100623.490000', '100623.950000', '100624.410000', '100624.870000', '100625.330000', '100625.790000', '100626.250000', '100626.710000', '100627.170000', '100627.630000', '100628.090000', '100628.550000', '100629.010000', '100629.470000', '100629.930000', '100630.390000', '100630.850000', '100631.310000', '100631.770000', '100632.230000', '100632.690000', '100633.150000', '100633.610000', '100634.070000', '100634.530000', '100634.990000', '100635.450000', '100635.910000', '100636.370000', '100636.830000', '100637.290000', '100637.750000', '100638.210000', '100638.670000', '100639.130000', '100639.590000', '100640.050000', '100640.510000', '100640.970000', '100641.430000', '100641.890000', '100642.350000', '100642.810000', '100643.270000', '100643.730000', '100644.190000', '100644.650000', '100645.110000', '100645.570000', '100646.030000', '100646.490000', '100646.950000', '100647.410000', '100647.870000', '100648.330000', '100648.790000', '100649.250000', '100649.710000', '100650.170000', '100650.630000', '100651.090000', '100651.550000', '100652.010000', '100652.470000', '100652.930000', '100653.390000', '100653.850000', '100654.310000', '100654.770000', '100655.230000', '100655.690000', '100656.150000', '100656.610000', '100657.070000', '100657.530000', '100657.990000', '100658.450000', '100658.910000', '100659.370000', '100659.830000', '100700.290000', '100700.750000', '100701.210000', '100701.670000', '100702.130000', '100702.590000', '100703.050000', '100703.510000', '100703.970000', '100704.430000', '100704.890000', '100705.350000', '100705.810000', '100706.270000', '100706.730000', '100707.190000', '100707.650000', '100708.110000', '100708.570000', '100709.030000', '100709.490000', '100709.950000', '100710.410000', '100710.870000', '100711.330000', '100711.790000', '100712.250000', '100712.710000', '100713.170000', '100713.630000', '100714.090000', '100714.550000', '100715.010000', '100715.470000', '100715.930000', '100716.390000', '100716.850000', '100717.310000', '100717.770000', '100718.230000', '100718.690000', '100719.150000', '100719.610000', '100720.070000', '100720.530000', '100720.990000', '100721.450000', '100721.910000', '100722.370000', '100722.830000', '100723.290000', '100723.750000', '100724.210000', '100724.670000', '100725.130000', '100725.590000', '100726.050000', '100726.510000', '100726.970000', '100727.430000', '100727.890000', '100728.350000', '100728.810000', '100729.270000', '100729.730000', '100730.190000', '100730.650000', '100731.110000', '100731.570000', '100732.030000', '100732.490000', '100732.950000', '100733.410000', '100733.870000', '100734.330000', '100734.790000', '100735.250000', '100735.710000', '100736.170000', '100736.630000', '100737.090000', '100737.550000', '100738.010000', '100738.470000', '100738.930000', '100739.390000', '100739.850000', '100740.310000', '100740.770000', '100741.230000', '100741.690000', '100742.150000', '100742.610000', '100743.070000', '100743.530000', '100743.990000', '100744.450000', '100744.910000', '100745.370000', '100745.830000', '100746.290000', '100746.750000', '100747.210000', '100747.670000', '100748.130000', '100748.590000', '100749.050000', '100749.510000', '100749.970000', '100750.430000', '100750.890000', '100751.350000', '100751.810000', '100752.270000', '100752.730000', '100753.190000', '100753.650000', '100754.110000', '100754.570000', '100755.030000', '100755.490000', '100755.950000', '100756.410000', '100756.870000', '100757.330000', '100757.790000', '100758.250000', '100758.710000', '100759.170000', '100759.630000', '100800.090000', '100800.550000', '100801.010000', '100801.470000', '100801.930000', '100802.390000', '100802.850000', '100803.310000', '100803.770000', '100804.230000', '100804.690000', '100805.150000', '100805.610000', '100806.070000', '100806.530000', '100806.990000', '100807.450000', '100807.910000', '100808.370000', '100808.830000', '100809.290000', '100809.750000', '100810.210000', '100810.670000', '100811.130000', '100811.590000', '100812.050000', '100812.510000', '100812.970000', '100813.430000', '100813.890000', '100814.350000', '100814.810000', '100815.270000', '100815.730000', '100816.190000', '100816.650000', '100817.110000', '100817.570000', '100818.030000', '100818.490000', '100818.950000', '100819.410000', '100819.870000', '100820.330000', '100820.790000', '100821.250000', '100821.710000', '100822.170000', '100822.630000', '100823.090000', '100823.550000', '100824.010000', '100824.470000', '100824.930000', '100825.390000', '100825.850000', '100826.310000', '100826.770000', '100827.230000', '100827.690000', '100828.150000', '100828.610000', '100829.070000', '100829.530000', '100829.990000', '100830.450000', '100830.910000', '100831.370000', '100831.830000', '100832.290000', '100832.750000', '100833.210000', '100833.670000', '100834.130000', '100834.590000', '100835.050000', '100835.510000', '100835.970000', '100836.430000', '100836.890000', '100837.350000', '100837.810000', '100838.270000', '100838.730000', '100839.190000', '100839.650000', '100840.110000', '100840.570000', '100841.030000', '100841.490000', '100841.950000', '100842.410000', '100842.870000', '100843.330000', '100843.790000', '100844.250000', '100844.710000', '100845.170000', '100845.630000', '100846.090000', '100846.550000', '100847.010000', '100847.470000', '100847.930000', '100848.390000', '100848.850000', '100849.310000', '100849.770000', '100850.230000', '100850.690000', '100851.150000', '100851.610000', '100852.070000', '100852.530000', '100852.990000', '100853.450000', '100853.910000', '100854.370000', '100854.830000', '100855.290000', '100855.750000', '100856.210000', '100856.670000', '100857.130000', '100857.590000', '100858.050000', '100858.510000', '100858.970000', '100859.430000', '100859.890000', '100900.350000', '100900.810000', '100901.270000', '100901.730000', '100902.190000', '100902.650000', '100903.110000', '100903.570000', '100904.030000', '100904.490000', '100904.950000', '100905.410000', '100905.870000', '100906.330000', '100906.790000', '100907.250000', '100907.710000', '100908.170000', '100908.630000', '100909.090000', '100909.550000', '100910.010000', '100910.470000', '100910.930000', '100911.390000', '100911.850000', '100912.310000', '100912.770000', '100913.230000', '100913.690000', '100914.150000', '100914.610000', '100915.070000', '100915.530000', '100915.990000', '100916.450000', '100916.910000', '100917.370000', '100917.830000', '100918.290000', '100918.750000', '100919.210000', '100919.670000', '100920.130000', '100920.590000', '100921.050000', '100921.510000', '100921.970000', '100922.430000', '100922.890000', '100923.350000', '100923.810000', '100924.270000', '100924.730000', '100925.190000', '100925.650000', '100926.110000', '100926.570000', '100927.030000', '100927.490000', '100927.950000', '100928.410000', '100928.870000', '100929.330000', '100929.790000', '100930.250000', '100930.710000', '100931.170000', '100931.630000', '100932.090000', '100932.550000', '100933.010000', '100933.470000', '100933.930000', '100934.390000', '100934.850000', '100935.310000', '100935.770000', '100936.230000', '100936.690000', '100937.150000', '100937.610000', '100938.070000', '100938.530000', '100938.990000', '100939.450000', '100939.910000', '100940.370000', '100940.830000', '100941.290000', '100941.750000', '100942.210000', '100942.670000', '100943.130000', '100943.590000', '100944.050000', '100944.510000', '100944.970000', '100945.430000', '100945.890000', '100946.350000', '100946.810000', '100947.270000', '100947.730000', '100948.190000', '100948.650000', '100949.110000', '100949.570000', '100950.030000', '100950.490000', '100950.950000', '100951.410000', '100951.870000', '100952.330000', '100952.790000', '100953.250000', '100953.710000', '100954.170000', '100954.630000', '100955.090000', '100955.550000', '100956.010000', '100956.470000', '100956.930000', '100957.390000', '100957.850000', '100958.310000', '100958.770000', '100959.230000', '100959.690000', '101000.150000', '101000.610000', '101001.070000', '101001.530000', '101001.990000', '101002.450000', '101002.910000', '101003.370000', '101003.830000', '101004.290000', '101004.750000', '101005.210000', '101005.670000', '101006.130000', '101006.590000', '101007.050000', '101007.510000', '101007.970000', '101008.430000', '101008.890000', '101009.350000', '101009.810000', '101010.270000', '101010.730000', '101011.190000', '101011.650000', '101012.110000', '101012.570000', '101013.030000', '101013.490000', '101013.950000', '101014.410000', '101014.870000', '101015.330000', '101015.790000', '101016.250000', '101016.710000', '101017.170000', '101017.630000', '101018.090000', '101018.550000', '101019.010000', '101019.470000', '101019.930000', '101020.390000', '101020.850000', '101021.310000', '101021.770000', '101022.230000', '101022.690000', '101023.150000', '101023.610000', '101024.070000', '101024.530000', '101024.990000', '101025.450000', '101025.910000', '101026.370000', '101026.830000', '101027.290000', '101027.750000', '101028.210000', '101028.670000', '101029.130000', '101029.590000', '101030.050000', '101030.510000', '101030.970000', '101031.430000', '101031.890000', '101032.350000', '101032.810000', '101033.270000', '101033.730000', '101034.190000', '101034.650000', '101035.110000', '101035.570000', '101036.030000', '101036.490000', '101036.950000', '101037.410000', '101037.870000', '101038.330000', '101038.790000', '101039.250000', '101039.710000', '101040.170000', '101040.630000', '101041.090000', '101041.550000', '101042.010000', '101042.470000', '101042.930000', '101043.390000', '101043.850000', '101044.310000', '101044.770000', '101045.230000', '101045.690000', '101046.150000', '101046.610000', '101047.070000', '101047.530000', '101047.990000', '101048.450000', '101048.910000', '101049.370000', '101049.830000', '101050.290000', '101050.750000', '101051.210000', '101051.670000', '101052.130000', '101052.590000', '101053.050000', '101053.510000', '101053.970000', '101054.430000', '101054.890000', '101055.350000', '101055.810000', '101056.270000', '101056.730000', '101057.190000', '101057.650000', '101058.110000', '101058.570000', '101059.030000', '101059.490000', '101059.950000', '101100.410000', '101100.870000', '101101.330000', '101101.790000', '101102.250000', '101102.710000', '101103.170000', '101103.630000', '101104.090000', '101104.550000', '101105.010000', '101105.470000', '101105.930000', '101106.390000', '101106.850000', '101107.310000', '101107.770000', '101108.230000', '101108.690000', '101109.150000', '101109.610000', '101110.070000', '101110.530000', '101110.990000', '101111.450000', '101111.910000', '101112.370000', '101112.830000', '101113.290000', '101113.750000', '101114.210000', '101114.670000', '101115.130000', '101115.590000', '101116.050000', '101116.510000', '101116.970000', '101117.430000', '101117.890000', '101118.350000', '101118.810000', '101119.270000', '101119.730000', '101120.190000', '101120.650000', '101121.110000', '101121.570000', '101122.030000', '101122.490000', '101122.950000', '101123.410000', '101123.870000', '101124.330000', '101124.790000', '101125.250000', '101125.710000', '101126.170000', '101126.630000', '101127.090000', '101127.550000', '101128.010000', '101128.470000', '101128.930000', '101129.390000', '101129.850000', '101130.310000', '101130.770000', '101131.230000', '101131.690000', '101132.150000', '101132.610000', '101133.070000', '101133.530000', '101133.990000', '101134.450000', '101134.910000', '101135.370000', '101135.830000', '101136.290000', '101136.750000', '101137.210000', '101137.670000', '101138.130000', '101138.590000', '101139.050000', '101139.510000', '101139.970000', '101140.430000', '101140.890000', '101141.350000', '101141.810000', '101142.270000', '101142.730000', '101143.190000', '101143.650000', '101144.110000', '101144.570000', '101145.030000', '101145.490000', '101145.950000', '101146.410000', '101146.870000', '101147.330000', '101147.790000', '101148.250000', '101148.710000', '101149.170000', '101149.630000', '101150.090000', '101150.550000', '101151.010000', '101151.470000', '101151.930000', '101152.390000', '101152.850000', '101153.310000', '101153.770000', '101154.230000', '101154.690000', '101155.150000', '101155.610000', '101156.070000', '101156.530000', '101156.990000', '101157.450000', '101157.910000', '101158.370000', '101158.830000', '101159.290000', '101159.750000', '101200.210000', '101200.670000', '101201.130000', '101201.590000', '101202.050000', '101202.510000', '101202.970000', '101203.430000', '101203.890000', '101204.350000', '101204.810000', '101205.270000', '101205.730000', '101206.190000', '101206.650000', '101207.110000', '101207.570000', '101208.030000', '101208.490000', '101208.950000', '101209.410000', '101209.870000', '101210.330000', '101210.790000', '101211.250000', '101211.710000', '101212.170000', '101212.630000', '101213.090000', '101213.550000', '101214.010000', '101214.470000', '101214.930000', '101215.390000', '101215.850000', '101216.310000', '101216.770000', '101217.230000', '101217.690000', '101218.150000', '101218.610000', '101219.070000', '101219.530000', '101219.990000', '101220.450000', '101220.910000', '101221.370000', '101221.830000', '101222.290000', '101222.750000', '101223.210000', '101223.670000', '101224.130000', '101224.590000', '101225.050000', '101225.510000', '101225.970000', '101226.430000', '101226.890000', '101227.350000', '101227.810000', '101228.270000', '101228.730000', '101229.190000', '101229.650000', '101230.110000', '101230.570000', '101231.030000', '101231.490000', '101231.950000', '101232.410000', '101232.870000', '101233.330000', '101233.790000', '101234.250000', '101234.710000', '101235.170000', '101235.630000', '101236.090000', '101236.550000', '101237.010000', '101237.470000', '101237.930000', '101238.390000', '101238.850000', '101239.310000', '101239.770000', '101240.230000', '101240.690000', '101241.150000', '101241.610000', '101242.070000', '101242.530000', '101242.990000', '101243.450000', '101243.910000', '101244.370000', '101244.830000', '101245.290000', '101245.750000', '101246.210000', '101246.670000', '101247.130000', '101247.590000', '101248.050000', '101248.510000', '101248.970000', '101249.430000', '101249.890000', '101250.350000', '101250.810000', '101251.270000', '101251.730000', '101252.190000', '101252.650000', '101253.110000', '101253.570000', '101254.030000', '101254.490000', '101254.950000', '101255.410000', '101255.870000', '101256.330000', '101256.790000', '101257.250000', '101257.710000', '101258.170000', '101258.630000', '101259.090000', '101259.550000', '101300.010000', '101300.470000', '101300.930000', '101301.390000', '101301.850000', '101302.310000', '101302.770000', '101303.230000', '101303.690000', '101304.150000', '101304.610000', '101305.070000', '101305.530000', '101305.990000', '101306.450000', '101306.910000', '101307.370000', '101307.830000', '101308.290000', '101308.750000', '101309.210000', '101309.670000', '101310.130000', '101310.590000', '101311.050000', '101311.510000', '101311.970000', '101312.430000', '101312.890000', '101313.350000', '101313.810000', '101314.270000', '101314.730000', '101315.190000', '101315.650000', '101316.110000', '101316.570000', '101317.030000', '101317.490000', '101317.950000', '101318.410000', '101318.870000', '101319.330000', '101319.790000', '101320.250000', '101320.710000', '101321.170000', '101321.630000', '101322.090000', '101322.550000', '101323.010000', '101323.470000', '101323.930000', '101324.390000', '101324.850000', '101325.310000', '101325.770000', '101326.230000', '101326.690000', '101327.150000', '101327.610000', '101328.070000', '101328.530000', '101328.990000', '101329.450000', '101329.910000', '101330.370000', '101330.830000', '101331.290000', '101331.750000', '101332.210000', '101332.670000', '101333.130000', '101333.590000', '101334.050000', '101334.510000', '101334.970000', '101335.430000', '101335.890000', '101336.350000', '101336.810000', '101337.270000', '101337.730000', '101338.190000', '101338.650000', '101339.110000', '101339.570000', '101340.030000', '101340.490000', '101340.950000', '101341.410000', '101341.870000', '101342.330000', '101342.790000', '101343.250000', '101343.710000', '101344.170000', '101344.630000', '101345.090000', '101345.550000', '101346.010000', '101346.470000', '101346.930000', '101347.390000', '101347.850000', '101348.310000', '101348.770000', '101349.230000', '101349.690000', '101350.150000', '101350.610000', '101351.070000', '101351.530000', '101351.990000', '101352.450000', '101352.910000', '101353.370000', '101353.830000', '101354.290000', '101354.750000', '101355.210000', '101355.670000', '101356.130000', '101356.590000', '101357.050000', '101357.510000', '101357.970000', '101358.430000', '101358.890000', '101359.350000', '101359.810000', '101400.270000', '101400.730000', '101401.190000', '101401.650000', '101402.110000', '101402.570000', '101403.030000', '101403.490000', '101403.950000', '101404.410000', '101404.870000', '101405.330000', '101405.790000', '101406.250000', '101406.710000', '101407.170000', '101407.630000', '101408.090000', '101408.550000', '101409.010000', '101409.470000', '101409.930000', '101410.390000', '101410.850000', '101411.310000', '101411.770000', '101412.230000', '101412.690000', '101413.150000', '101413.610000', '101414.070000', '101414.530000', '101414.990000', '101415.450000', '101415.910000', '101416.370000', '101416.830000', '101417.290000', '101417.750000', '101418.210000', '101418.670000', '101419.130000', '101419.590000', '101420.050000', '101420.510000', '101420.970000', '101421.430000', '101421.890000', '101422.350000', '101422.810000', '101423.270000', '101423.730000', '101424.190000', '101424.650000', '101425.110000', '101425.570000', '101426.030000', '101426.490000', '101426.950000', '101427.410000', '101427.870000', '101428.330000', '101428.790000', '101429.250000', '101429.710000', '101430.170000', '101430.630000', '101431.090000', '101431.550000', '101432.010000', '101432.470000', '101432.930000', '101433.390000', '101433.850000', '101434.310000', '101434.770000', '101435.230000', '101435.690000', '101436.150000', '101436.610000', '101437.070000', '101437.530000', '101437.990000', '101438.450000', '101438.910000', '101439.370000', '101439.830000', '101440.290000', '101440.750000', '101441.210000', '101441.670000', '101442.130000', '101442.590000', '101443.050000', '101443.510000', '101443.970000', '101444.430000', '101444.890000', '101445.350000', '101445.810000', '101446.270000', '101446.730000', '101447.190000', '101447.650000', '101448.110000', '101448.570000', '101449.030000', '101449.490000', '101449.950000', '101450.410000', '101450.870000', '101451.330000', '101451.790000', '101452.250000', '101452.710000', '101453.170000', '101453.630000', '101454.090000', '101454.550000', '101455.010000', '101455.470000', '101455.930000', '101456.390000', '101456.850000', '101457.310000', '101457.770000', '101458.230000', '101458.690000', '101459.150000', '101459.610000', '101500.070000', '101500.530000', '101500.990000', '101501.450000', '101501.910000', '101502.370000', '101502.830000', '101503.290000', '101503.750000', '101504.210000', '101504.670000', '101505.130000', '101505.590000', '101506.050000', '101506.510000', '101506.970000', '101507.430000', '101507.890000', '101508.350000', '101508.810000', '101509.270000', '101509.730000', '101510.190000', '101510.650000', '101511.110000', '101511.570000', '101512.030000', '101512.490000', '101512.950000', '101513.410000', '101513.870000', '101514.330000', '101514.790000', '101515.250000', '101515.710000', '101516.170000', '101516.630000', '101517.090000', '101517.550000', '101518.010000', '101518.470000', '101518.930000', '101519.390000', '101519.850000', '101520.310000', '101520.770000', '101521.230000', '101521.690000', '101522.150000', '101522.610000', '101523.070000', '101523.530000', '101523.990000', '101524.450000', '101524.910000', '101525.370000', '101525.830000', '101526.290000', '101526.750000', '101527.210000', '101527.670000', '101528.130000', '101528.590000', '101529.050000', '101529.510000', '101529.970000', '101530.430000', '101530.890000', '101531.350000', '101531.810000', '101532.270000', '101532.730000', '101533.190000', '101533.650000', '101534.110000', '101534.570000', '101535.030000', '101535.490000', '101535.950000', '101536.410000', '101536.870000', '101537.330000', '101537.790000', '101538.250000', '101538.710000', '101539.170000', '101539.630000', '101540.090000', '101540.550000', '101541.010000', '101541.470000', '101541.930000', '101542.390000', '101542.850000', '101543.310000', '101543.770000', '101544.230000', '101544.690000', '101545.150000', '101545.610000', '101546.070000', '101546.530000', '101546.990000', '101547.450000', '101547.910000', '101548.370000', '101548.830000', '101549.290000', '101549.750000', '101550.210000', '101550.670000', '101551.130000', '101551.590000', '101552.050000', '101552.510000', '101552.970000', '101553.430000', '101553.890000', '101554.350000', '101554.810000', '101555.270000', '101555.730000', '101556.190000', '101556.650000', '101557.110000', '101557.570000', '101558.030000', '101558.490000', '101558.950000', '101559.410000', '101559.870000', '101600.330000', '101600.790000', '101601.250000', '101601.710000', '101602.170000', '101602.630000', '101603.090000', '101603.550000', '101604.010000', '101604.470000', '101604.930000', '101605.390000', '101605.850000', '101606.310000', '101606.770000', '101607.230000', '101607.690000', '101608.150000', '101608.610000', '101609.070000', '101609.530000', '101609.990000', '101610.450000', '101610.910000', '101611.370000', '101611.830000', '101612.290000', '101612.750000', '101613.210000', '101613.670000', '101614.130000', '101614.590000', '101615.050000', '101615.510000', '101615.970000', '101616.430000', '101616.890000', '101617.350000', '101617.810000', '101618.270000', '101618.730000', '101619.190000', '101619.650000', '101620.110000', '101620.570000', '101621.030000', '101621.490000', '101621.950000', '101622.410000', '101622.870000', '101623.330000', '101623.790000', '101624.250000', '101624.710000', '101625.170000', '101625.630000', '101626.090000', '101626.550000', '101627.010000', '101627.470000', '101627.930000', '101628.390000', '101628.850000', '101629.310000', '101629.770000', '101630.230000', '101630.690000', '101631.150000', '101631.610000', '101632.070000', '101632.530000', '101632.990000', '101633.450000', '101633.910000', '101634.370000', '101634.830000', '101635.290000', '101635.750000', '101636.210000', '101636.670000', '101637.130000', '101637.590000', '101638.050000', '101638.510000', '101638.970000', '101639.430000', '101639.890000', '101640.350000', '101640.810000', '101641.270000', '101641.730000', '101642.190000', '101642.650000', '101643.110000', '101643.570000', '101644.030000', '101644.490000', '101644.950000', '101645.410000', '101645.870000', '101646.330000', '101646.790000', '101647.250000', '101647.710000', '101648.170000', '101648.630000', '101649.090000', '101649.550000', '101650.010000', '101650.470000', '101650.930000', '101651.390000', '101651.850000', '101652.310000', '101652.770000', '101653.230000', '101653.690000', '101654.150000', '101654.610000', '101655.070000', '101655.530000', '101655.990000', '101656.450000', '101656.910000', '101657.370000', '101657.830000', '101658.290000', '101658.750000', '101659.210000', '101659.670000', '101700.130000', '101700.590000', '101701.050000', '101701.510000', '101701.970000', '101702.430000', '101702.890000', '101703.350000', '101703.810000', '101704.270000', '101704.730000', '101705.190000', '101705.650000', '101706.110000', '101706.570000', '101707.030000', '101707.490000', '101707.950000', '101708.410000', '101708.870000', '101709.330000', '101709.790000', '101710.250000', '101710.710000', '101711.170000', '101711.630000', '101712.090000', '101712.550000', '101713.010000', '101713.470000', '101713.930000', '101714.390000', '101714.850000', '101715.310000', '101715.770000', '101716.230000', '101716.690000', '101717.150000', '101717.610000', '101718.070000', '101718.530000', '101718.990000', '101719.450000', '101719.910000', '101720.370000', '101720.830000', '101721.290000', '101721.750000', '101722.210000', '101722.670000', '101723.130000', '101723.590000', '101724.050000', '101724.510000', '101724.970000', '101725.430000', '101725.890000', '101726.350000', '101726.810000', '101727.270000', '101727.730000', '101728.190000', '101728.650000', '101729.110000', '101729.570000', '101730.030000', '101730.490000', '101730.950000', '101731.410000', '101731.870000', '101732.330000', '101732.790000', '101733.250000', '101733.710000', '101734.170000', '101734.630000', '101735.090000', '101735.550000', '101736.010000', '101736.470000', '101736.930000', '101737.390000', '101737.850000', '101738.310000', '101738.770000', '101739.230000', '101739.690000', '101740.150000', '101740.610000', '101741.070000', '101741.530000', '101741.990000', '101742.450000', '101742.910000', '101743.370000', '101743.830000', '101744.290000', '101744.750000', '101745.210000', '101745.670000', '101746.130000', '101746.590000', '101747.050000', '101747.510000', '101747.970000', '101748.430000', '101748.890000', '101749.350000', '101749.810000', '101750.270000', '101750.730000', '101751.190000', '101751.650000', '101752.110000', '101752.570000', '101753.030000', '101753.490000', '101753.950000', '101754.410000', '101754.870000', '101755.330000', '101755.790000', '101756.250000', '101756.710000', '101757.170000', '101757.630000', '101758.090000', '101758.550000', '101759.010000', '101759.470000', '101759.930000', '101800.390000', '101800.850000', '101801.310000', '101801.770000', '101802.230000', '101802.690000', '101803.150000', '101803.610000', '101804.070000', '101804.530000', '101804.990000', '101805.450000', '101805.910000', '101806.370000', '101806.830000', '101807.290000', '101807.750000', '101808.210000', '101808.670000', '101809.130000', '101809.590000', '101810.050000', '101810.510000', '101810.970000', '101811.430000', '101811.890000', '101812.350000', '101812.810000', '101813.270000', '101813.730000', '101814.190000', '101814.650000', '101815.110000', '101815.570000', '101816.030000', '101816.490000', '101816.950000', '101817.410000', '101817.870000', '101818.330000', '101818.790000'], 'ContentTime': ['100430.525000', '100430.528000', '100430.530000', '100430.533000', '100430.536000', '100430.538000', '100430.541000', '100430.543000', '100430.546000', '100430.549000', '100430.551000', '100430.554000', '100430.556000', '100430.559000', '100430.562000', '100430.564000', '100430.567000', '100430.570000', '100430.572000', '100430.575000', '100430.577000', '100430.587000', '100430.589000', '100430.592000', '100430.595000', '100430.597000', '100430.600000', '100430.602000', '100430.605000', '100430.608000', '100430.610000', '100430.613000', '100430.615000', '100430.618000', '100430.621000', '100430.623000', '100430.626000', '100430.629000', '100430.632000', '100430.634000', '100430.637000', '100430.640000', '100430.643000', '100430.645000', '100430.648000', '100430.650000', '100430.653000', '100430.656000', '100430.658000', '100430.661000', '100430.664000', '100430.666000', '100430.669000', '100430.671000', '100450.493000', '100450.496000', '100450.498000', '100450.501000', '100450.503000', '100450.506000', '100450.509000', '100450.511000', '100450.522000', '100450.525000', '100450.527000', '100450.530000', '100450.532000', '100450.535000', '100450.538000', '100450.540000', '100450.543000', '100450.546000', '100450.548000', '100450.551000', '100450.553000', '100450.556000', '100450.558000', '100450.561000', '100450.564000', '100450.566000', '100450.569000', '100450.572000', '100450.574000', '100450.577000', '100450.580000', '100450.582000', '100450.585000', '100450.587000', '100450.590000', '100450.592000', '100450.595000', '100450.598000', '100450.600000', '100450.603000', '100450.605000', '100450.608000', '100450.611000', '100450.613000', '100510.493000', '100510.495000', '100510.498000', '100510.501000', '100510.503000', '100510.510000', '100510.513000', '100510.515000', '100510.518000', '100510.521000', '100510.523000', '100510.526000', '100510.529000', '100510.531000', '100510.534000', '100510.537000', '100510.539000', '100510.542000', '100510.545000', '100510.547000', '100510.550000', '100510.552000', '100510.555000', '100510.558000', '100510.560000', '100510.563000', '100510.565000', '100510.568000', '100510.571000', '100510.573000', '100510.576000', '100510.579000', '100510.581000', '100510.584000', '100510.586000', '100510.589000', '100510.592000', '100510.594000', '100510.597000', '100510.600000', '100510.602000', '100510.605000', '100510.608000', '100530.492000', '100530.495000', '100530.498000', '100530.501000', '100530.505000', '100530.507000', '100530.510000', '100530.512000', '100530.515000', '100530.518000', '100530.520000', '100530.523000', '100530.525000', '100530.528000', '100530.531000', '100530.533000', '100530.536000', '100530.539000', '100530.541000', '100530.544000', '100530.547000', '100530.549000', '100530.552000', '100530.554000', '100530.557000', '100530.560000', '100530.562000', '100530.565000', '100530.586000', '100530.589000', '100530.591000', '100530.594000', '100530.597000', '100530.599000', '100530.602000', '100530.605000', '100530.607000', '100530.610000', '100530.612000', '100530.615000', '100530.618000', '100530.620000', '100530.623000', '100530.626000', '100550.493000', '100550.495000', '100550.498000', '100550.501000', '100550.503000', '100550.506000', '100550.509000', '100550.511000', '100550.514000', '100550.517000', '100550.520000', '100550.522000', '100550.525000', '100550.528000', '100550.530000', '100550.533000', '100550.536000', '100550.538000', '100550.541000', '100550.543000', '100550.546000', '100550.549000', '100550.558000', '100550.560000', '100550.563000', '100550.565000', '100550.568000', '100550.571000', '100550.573000', '100550.576000', '100550.579000', '100550.581000', '100550.584000', '100550.586000', '100550.589000', '100550.592000', '100550.594000', '100550.597000', '100550.600000', '100550.602000', '100550.605000', '100550.608000', '100550.610000', '100610.494000', '100610.497000', '100610.499000', '100610.502000', '100610.505000', '100610.507000', '100610.510000', '100610.512000', '100610.515000', '100610.518000', '100610.520000', '100610.523000', '100610.526000', '100610.528000', '100610.531000', '100610.534000', '100610.536000', '100610.539000', '100610.541000', '100610.544000', '100610.547000', '100610.550000', '100610.552000', '100610.555000', '100610.558000', '100610.560000', '100610.563000', '100610.565000', '100610.568000', '100610.571000', '100610.573000', '100610.576000', '100610.583000', '100610.586000', '100610.588000', '100610.591000', '100610.594000', '100610.596000', '100610.599000', '100610.602000', '100610.605000', '100610.607000', '100610.610000', '100610.613000', '100630.491000', '100630.494000', '100630.497000', '100630.500000', '100630.502000', '100630.505000', '100630.507000', '100630.510000', '100630.513000', '100630.515000', '100630.518000', '100630.521000', '100630.523000', '100630.526000', '100630.529000', '100630.531000', '100630.534000', '100630.536000', '100630.539000', '100630.542000', '100630.544000', '100630.547000', '100630.549000', '100630.552000', '100630.555000', '100630.557000', '100630.560000', '100630.563000', '100630.565000', '100630.568000', '100630.570000', '100630.573000', '100630.576000', '100630.578000', '100630.581000', '100630.583000', '100630.586000', '100630.589000', '100630.591000', '100630.594000', '100630.597000', '100630.599000', '100630.602000', '100650.492000', '100650.495000', '100650.498000', '100650.501000', '100650.503000', '100650.506000', '100650.509000', '100650.511000', '100650.514000', '100650.516000', '100650.519000', '100650.522000', '100650.524000', '100650.527000', '100650.530000', '100650.532000', '100650.535000', '100650.537000', '100650.540000', '100650.543000', '100650.545000', '100650.548000', '100650.551000', '100650.553000', '100650.556000', '100650.559000', '100650.561000', '100650.564000', '100650.566000', '100650.569000', '100650.572000', '100650.574000', '100650.577000', '100650.579000', '100650.582000', '100650.585000', '100650.587000', '100650.590000', '100650.593000', '100650.595000', '100650.598000', '100650.600000', '100650.603000', '100650.606000', '100710.493000', '100710.496000', '100710.498000', '100710.501000', '100710.503000', '100710.506000', '100710.509000', '100710.511000', '100710.514000', '100710.517000', '100710.519000', '100710.522000', '100710.525000', '100710.527000', '100710.530000', '100710.532000', '100710.535000', '100710.538000', '100710.540000', '100710.543000', '100710.545000', '100710.548000', '100710.551000', '100710.561000', '100710.564000', '100710.566000', '100710.569000', '100710.572000', '100710.574000', '100710.577000', '100710.579000', '100710.582000', '100710.585000', '100710.587000', '100710.590000', '100710.593000', '100710.595000', '100710.598000', '100710.601000', '100710.603000', '100710.606000', '100710.609000', '100710.611000', '100730.493000', '100730.495000', '100730.498000', '100730.501000', '100730.504000', '100730.506000', '100730.509000', '100730.512000', '100730.515000', '100730.517000', '100730.520000', '100730.523000', '100730.525000', '100730.528000', '100730.531000', '100730.534000', '100730.537000', '100730.539000', '100730.542000', '100730.545000', '100730.547000', '100730.550000', '100730.553000', '100730.555000', '100730.558000', '100730.560000', '100730.563000', '100730.566000', '100730.568000', '100730.571000', '100730.573000', '100730.576000', '100730.579000', '100730.581000', '100730.584000', '100730.587000', '100730.589000', '100730.592000', '100730.595000', '100730.597000', '100730.600000', '100730.603000', '100730.605000', '100750.492000', '100750.495000', '100750.498000', '100750.500000', '100750.503000', '100750.506000', '100750.508000', '100750.511000', '100750.514000', '100750.516000', '100750.519000', '100750.521000', '100750.524000', '100750.527000', '100750.529000', '100750.532000', '100750.535000', '100750.537000', '100750.540000', '100750.542000', '100750.545000', '100750.548000', '100750.550000', '100750.553000', '100750.556000', '100750.558000', '100750.561000', '100750.563000', '100750.566000', '100750.569000', '100750.571000', '100750.574000', '100750.577000', '100750.579000', '100750.582000', '100750.584000', '100750.587000', '100750.590000', '100750.592000', '100750.595000', '100750.598000', '100750.600000', '100750.603000', '100750.605000', '100810.493000', '100810.495000', '100810.498000', '100810.501000', '100810.503000', '100810.506000', '100810.509000', '100810.511000', '100810.514000', '100810.517000', '100810.519000', '100810.522000', '100810.525000', '100810.527000', '100810.530000', '100810.533000', '100810.536000', '100810.539000', '100810.542000', '100810.544000', '100810.547000', '100810.550000', '100810.565000', '100810.567000', '100810.570000', '100810.573000', '100810.575000', '100810.578000', '100810.581000', '100810.583000', '100810.586000', '100810.588000', '100810.591000', '100810.594000', '100810.597000', '100810.599000', '100810.602000', '100810.605000', '100810.607000', '100810.610000', '100810.613000', '100810.615000', '100810.618000', '100830.492000', '100830.495000', '100830.498000', '100830.501000', '100830.503000', '100830.506000', '100830.509000', '100830.512000', '100830.514000', '100830.517000', '100830.519000', '100830.522000', '100830.525000', '100830.527000', '100830.530000', '100830.532000', '100830.535000', '100830.537000', '100830.540000', '100830.543000', '100830.545000', '100830.548000', '100830.550000', '100830.553000', '100830.556000', '100830.558000', '100830.561000', '100830.563000', '100830.566000', '100830.569000', '100830.571000', '100830.574000', '100830.576000', '100830.579000', '100830.581000', '100830.584000', '100830.587000', '100830.589000', '100830.592000', '100830.595000', '100830.597000', '100830.600000', '100830.603000', '100830.605000', '100850.491000', '100850.495000', '100850.497000', '100850.500000', '100850.502000', '100850.505000', '100850.508000', '100850.512000', '100850.514000', '100850.517000', '100850.520000', '100850.523000', '100850.526000', '100850.528000', '100850.531000', '100850.534000', '100850.536000', '100850.539000', '100850.541000', '100850.544000', '100850.547000', '100850.550000', '100850.552000', '100850.555000', '100850.557000', '100850.560000', '100850.563000', '100850.565000', '100850.568000', '100850.572000', '100850.575000', '100850.578000', '100850.580000', '100850.583000', '100850.585000', '100850.588000', '100850.591000', '100850.593000', '100850.596000', '100850.599000', '100850.601000', '100850.604000', '100850.607000', '100910.493000', '100910.496000', '100910.498000', '100910.501000', '100910.504000', '100910.506000', '100910.509000', '100910.511000', '100910.514000', '100910.524000', '100910.527000', '100910.530000', '100910.533000', '100910.535000', '100910.538000', '100910.541000', '100910.543000', '100910.546000', '100910.549000', '100910.552000', '100910.554000', '100910.557000', '100910.560000', '100910.562000', '100910.565000', '100910.567000', '100910.570000', '100910.573000', '100910.575000', '100910.578000', '100910.581000', '100910.583000', '100910.586000', '100910.588000', '100910.591000', '100910.594000', '100910.596000', '100910.599000', '100910.602000', '100910.604000', '100910.607000', '100910.609000', '100910.613000', '100910.615000', '100930.493000', '100930.495000', '100930.498000', '100930.501000', '100930.503000', '100930.506000', '100930.509000', '100930.511000', '100930.514000', '100930.517000', '100930.519000', '100930.522000', '100930.524000', '100930.527000', '100930.530000', '100930.532000', '100930.535000', '100930.538000', '100930.541000', '100930.544000', '100930.547000', '100930.550000', '100930.552000', '100930.557000', '100930.560000', '100930.562000', '100930.565000', '100930.568000', '100930.570000', '100930.573000', '100930.576000', '100930.578000', '100930.581000', '100930.585000', '100930.589000', '100930.591000', '100930.594000', '100930.596000', '100930.599000', '100930.602000', '100930.604000', '100930.607000', '100930.610000', '100950.493000', '100950.496000', '100950.499000', '100950.502000', '100950.504000', '100950.507000', '100950.509000', '100950.512000', '100950.514000', '100950.517000', '100950.520000', '100950.522000', '100950.525000', '100950.527000', '100950.530000', '100950.533000', '100950.535000', '100950.538000', '100950.541000', '100950.543000', '100950.546000', '100950.548000', '100950.551000', '100950.554000', '100950.556000', '100950.559000', '100950.561000', '100950.564000', '100950.567000', '100950.569000', '100950.572000', '100950.574000', '100950.577000', '100950.580000', '100950.582000', '100950.585000', '100950.587000', '100950.590000', '100950.593000', '100950.595000', '100950.598000', '100950.604000', '100950.606000', '100950.609000', '101010.492000', '101010.495000', '101010.498000', '101010.501000', '101010.503000', '101010.506000', '101010.508000', '101010.511000', '101010.514000', '101010.516000', '101010.519000', '101010.522000', '101010.524000', '101010.527000', '101010.529000', '101010.532000', '101010.541000', '101010.544000', '101010.547000', '101010.549000', '101010.552000', '101010.554000', '101010.557000', '101010.560000', '101010.562000', '101010.565000', '101010.567000', '101010.570000', '101010.573000', '101010.575000', '101010.578000', '101010.581000', '101010.583000', '101010.586000', '101010.589000', '101010.591000', '101010.594000', '101010.597000', '101010.600000', '101010.603000', '101010.606000', '101010.612000', '101010.615000', '101030.493000', '101030.496000', '101030.498000', '101030.501000', '101030.504000', '101030.506000', '101030.509000', '101030.511000', '101030.514000', '101030.517000', '101030.519000', '101030.522000', '101030.525000', '101030.527000', '101030.530000', '101030.533000', '101030.535000', '101030.538000', '101030.540000', '101030.543000', '101030.546000', '101030.548000', '101030.551000', '101030.553000', '101030.556000', '101030.559000', '101030.561000', '101030.564000', '101030.567000', '101030.569000', '101030.572000', '101030.575000', '101030.578000', '101030.580000', '101030.583000', '101030.585000', '101030.588000', '101030.591000', '101030.593000', '101030.596000', '101030.599000', '101030.601000', '101030.604000', '101030.606000', '101050.492000', '101050.495000', '101050.498000', '101050.501000', '101050.503000', '101050.506000', '101050.509000', '101050.511000', '101050.514000', '101050.516000', '101050.519000', '101050.522000', '101050.524000', '101050.527000', '101050.530000', '101050.532000', '101050.535000', '101050.537000', '101050.540000', '101050.543000', '101050.545000', '101050.548000', '101050.550000', '101050.553000', '101050.556000', '101050.558000', '101050.561000', '101050.563000', '101050.566000', '101050.569000', '101050.571000', '101050.574000', '101050.577000', '101050.579000', '101050.582000', '101050.584000', '101050.587000', '101050.590000', '101050.592000', '101050.595000', '101050.598000', '101050.600000', '101050.604000', '101110.492000', '101110.494000', '101110.497000', '101110.500000', '101110.503000', '101110.505000', '101110.508000', '101110.511000', '101110.513000', '101110.516000', '101110.518000', '101110.521000', '101110.524000', '101110.527000', '101110.529000', '101110.532000', '101110.534000', '101110.537000', '101110.539000', '101110.542000', '101110.545000', '101110.547000', '101110.550000', '101110.553000', '101110.555000', '101110.558000', '101110.560000', '101110.563000', '101110.566000', '101110.568000', '101110.571000', '101110.574000', '101110.576000', '101110.579000', '101110.581000', '101110.584000', '101110.587000', '101110.589000', '101110.592000', '101110.594000', '101110.597000', '101110.600000', '101110.602000', '101110.605000', '101130.493000', '101130.496000', '101130.498000', '101130.501000', '101130.503000', '101130.506000', '101130.509000', '101130.511000', '101130.514000', '101130.517000', '101130.519000', '101130.522000', '101130.532000', '101130.534000', '101130.537000', '101130.540000', '101130.547000', '101130.549000', '101130.552000', '101130.555000', '101130.557000', '101130.560000', '101130.562000', '101130.565000', '101130.568000', '101130.570000', '101130.573000', '101130.576000', '101130.578000', '101130.581000', '101130.584000', '101130.587000', '101130.590000', '101130.593000', '101130.596000', '101130.599000', '101130.602000', '101130.604000', '101130.607000', '101130.610000', '101130.612000', '101130.615000', '101130.618000', '101150.493000', '101150.495000', '101150.498000', '101150.501000', '101150.503000', '101150.506000', '101150.509000', '101150.511000', '101150.514000', '101150.516000', '101150.519000', '101150.522000', '101150.525000', '101150.527000', '101150.530000', '101150.533000', '101150.535000', '101150.538000', '101150.540000', '101150.543000', '101150.546000', '101150.548000', '101150.551000', '101150.554000', '101150.556000', '101150.559000', '101150.561000', '101150.564000', '101150.567000', '101150.569000', '101150.572000', '101150.575000', '101150.577000', '101150.580000', '101150.583000', '101150.585000', '101150.588000', '101150.590000', '101150.593000', '101150.596000', '101150.598000', '101150.601000', '101150.604000', '101150.606000', '101210.492000', '101210.495000', '101210.498000', '101210.500000', '101210.503000', '101210.506000', '101210.508000', '101210.511000', '101210.514000', '101210.516000', '101210.519000', '101210.522000', '101210.524000', '101210.527000', '101210.530000', '101210.532000', '101210.535000', '101210.538000', '101210.540000', '101210.543000', '101210.546000', '101210.548000', '101210.551000', '101210.553000', '101210.556000', '101210.559000', '101210.561000', '101210.564000', '101210.567000', '101210.569000', '101210.572000', '101210.574000', '101210.577000', '101210.580000', '101210.582000', '101210.585000', '101210.588000', '101210.590000', '101210.593000', '101210.595000', '101210.598000', '101210.601000', '101210.604000', '101230.493000', '101230.496000', '101230.498000', '101230.501000', '101230.504000', '101230.506000', '101230.509000', '101230.512000', '101230.514000', '101230.517000', '101230.520000', '101230.522000', '101230.525000', '101230.528000', '101230.530000', '101230.533000', '101230.535000', '101230.538000', '101230.541000', '101230.543000', '101230.546000', '101230.549000', '101230.551000', '101230.554000', '101230.556000', '101230.559000', '101230.562000', '101230.564000', '101230.567000', '101230.570000', '101230.572000', '101230.575000', '101230.577000', '101230.580000', '101230.583000', '101230.586000', '101230.588000', '101230.591000', '101230.594000', '101230.596000', '101230.599000', '101230.602000', '101230.604000', '101230.607000', '101250.492000', '101250.495000', '101250.498000', '101250.501000', '101250.503000', '101250.506000', '101250.509000', '101250.511000', '101250.514000', '101250.531000', '101250.534000', '101250.537000', '101250.539000', '101250.542000', '101250.545000', '101250.547000', '101250.550000', '101250.553000', '101250.555000', '101250.558000', '101250.561000', '101250.563000', '101250.566000', '101250.568000', '101250.571000', '101250.574000', '101250.576000', '101250.579000', '101250.581000', '101250.584000', '101250.587000', '101250.589000', '101250.592000', '101250.594000', '101250.597000', '101250.600000', '101250.602000', '101250.605000', '101250.608000', '101250.610000', '101250.613000', '101250.615000', '101250.619000', '101310.493000', '101310.495000', '101310.498000', '101310.501000', '101310.503000', '101310.506000', '101310.509000', '101310.511000', '101310.514000', '101310.517000', '101310.519000', '101310.522000', '101310.524000', '101310.527000', '101310.530000', '101310.532000', '101310.535000', '101310.537000', '101310.540000', '101310.543000', '101310.545000', '101310.548000', '101310.551000', '101310.553000', '101310.556000', '101310.558000', '101310.561000', '101310.564000', '101310.566000', '101310.569000', '101310.571000', '101310.574000', '101310.577000', '101310.579000', '101310.582000', '101310.584000', '101310.587000', '101310.590000', '101310.593000', '101310.595000', '101310.598000', '101310.601000', '101310.603000', '101310.606000', '101330.492000', '101330.494000', '101330.497000', '101330.500000', '101330.503000', '101330.505000', '101330.508000', '101330.511000', '101330.513000', '101330.516000', '101330.518000', '101330.521000', '101330.524000', '101330.526000', '101330.529000', '101330.532000', '101330.534000', '101330.537000', '101330.540000', '101330.542000', '101330.545000', '101330.548000', '101330.550000', '101330.553000', '101330.555000', '101330.558000', '101330.561000', '101330.563000', '101330.566000', '101330.569000', '101330.571000', '101330.574000', '101330.577000', '101330.579000', '101330.582000', '101330.585000', '101330.587000', '101330.590000', '101330.592000', '101330.595000', '101330.598000', '101330.600000', '101330.603000', '101350.493000', '101350.496000', '101350.498000', '101350.501000', '101350.504000', '101350.507000', '101350.509000', '101350.512000', '101350.515000', '101350.517000', '101350.520000', '101350.522000', '101350.525000', '101350.528000', '101350.530000', '101350.533000', '101350.536000', '101350.538000', '101350.541000', '101350.544000', '101350.546000', '101350.549000', '101350.552000', '101350.554000', '101350.557000', '101350.560000', '101350.562000', '101350.565000', '101350.568000', '101350.570000', '101350.573000', '101350.575000', '101350.578000', '101350.581000', '101350.583000', '101350.586000', '101350.589000', '101350.591000', '101350.594000', '101350.596000', '101350.599000', '101350.602000', '101350.604000', '101350.607000', '101410.493000', '101410.496000', '101410.498000', '101410.501000', '101410.503000', '101410.506000', '101410.509000', '101410.511000', '101410.514000', '101410.517000', '101410.519000', '101410.522000', '101410.525000', '101410.527000', '101410.530000', '101410.532000', '101410.535000', '101410.538000', '101410.540000', '101410.543000', '101410.546000', '101410.548000', '101410.551000', '101410.553000', '101410.556000', '101410.559000', '101410.561000', '101410.564000', '101410.566000', '101410.569000', '101410.572000', '101410.574000', '101410.577000', '101410.580000', '101410.582000', '101410.585000', '101410.588000', '101410.590000', '101410.593000', '101410.595000', '101410.598000', '101410.601000', '101410.604000', '101430.493000', '101430.496000', '101430.498000', '101430.501000', '101430.504000', '101430.507000', '101430.511000', '101430.513000', '101430.516000', '101430.518000', '101430.522000', '101430.524000', '101430.527000', '101430.529000', '101430.532000', '101430.535000', '101430.537000', '101430.540000', '101430.548000', '101430.551000', '101430.554000', '101430.556000', '101430.559000', '101430.562000', '101430.564000', '101430.567000', '101430.569000', '101430.572000', '101430.575000', '101430.577000', '101430.580000', '101430.583000', '101430.585000', '101430.588000', '101430.591000', '101430.593000', '101430.596000', '101430.598000', '101430.601000', '101430.604000', '101430.606000', '101430.609000', '101430.612000', '101450.493000', '101450.496000', '101450.498000', '101450.501000', '101450.504000', '101450.506000', '101450.509000', '101450.511000', '101450.514000', '101450.517000', '101450.519000', '101450.522000', '101450.525000', '101450.527000', '101450.530000', '101450.533000', '101450.535000', '101450.538000', '101450.541000', '101450.543000', '101450.546000', '101450.549000', '101450.551000', '101450.554000', '101450.556000', '101450.559000', '101450.562000', '101450.564000', '101450.570000', '101450.573000', '101450.575000', '101450.578000', '101450.581000', '101450.583000', '101450.586000', '101450.589000', '101450.591000', '101450.594000', '101450.597000', '101450.599000', '101450.602000', '101450.605000', '101450.607000', '101450.610000', '101510.493000', '101510.495000', '101510.498000', '101510.501000', '101510.504000', '101510.506000', '101510.509000', '101510.512000', '101510.515000', '101510.518000', '101510.520000', '101510.523000', '101510.525000', '101510.528000', '101510.532000', '101510.534000', '101510.537000', '101510.540000', '101510.542000', '101510.545000', '101510.547000', '101510.550000', '101510.553000', '101510.555000', '101510.558000', '101510.561000', '101510.563000', '101510.566000', '101510.568000', '101510.571000', '101510.573000', '101510.588000', '101510.591000', '101510.594000', '101510.597000', '101510.599000', '101510.602000', '101510.605000', '101510.607000', '101510.610000', '101510.612000', '101510.615000', '101510.618000', '101530.493000', '101530.495000', '101530.498000', '101530.501000', '101530.504000', '101530.506000', '101530.509000', '101530.511000', '101530.514000', '101530.517000', '101530.519000', '101530.522000', '101530.525000', '101530.527000', '101530.530000', '101530.532000', '101530.535000', '101530.538000', '101530.541000', '101530.543000', '101530.546000', '101530.548000', '101530.551000', '101530.554000', '101530.556000', '101530.559000', '101530.562000', '101530.564000', '101530.567000', '101530.569000', '101530.572000', '101530.575000', '101530.577000', '101530.580000', '101530.582000', '101530.585000', '101530.588000', '101530.590000', '101530.593000', '101530.595000', '101530.598000', '101530.601000', '101530.603000', '101530.606000', '101550.492000', '101550.494000', '101550.497000', '101550.500000', '101550.502000', '101550.505000', '101550.508000', '101550.510000', '101550.513000', '101550.516000', '101550.518000', '101550.521000', '101550.523000', '101550.526000', '101550.529000', '101550.531000', '101550.534000', '101550.537000', '101550.539000', '101550.542000', '101550.544000', '101550.547000', '101550.550000', '101550.552000', '101550.555000', '101550.557000', '101550.560000', '101550.563000', '101550.565000', '101550.568000', '101550.571000', '101550.573000', '101550.576000', '101550.578000', '101550.581000', '101550.584000', '101550.586000', '101550.589000', '101550.591000', '101550.594000', '101550.597000', '101550.599000', '101550.602000', '101550.605000', '101610.493000', '101610.496000', '101610.498000', '101610.501000', '101610.504000', '101610.506000', '101610.509000', '101610.511000', '101610.514000', '101610.517000', '101610.519000', '101610.522000', '101610.524000', '101610.527000', '101610.530000', '101610.533000', '101610.535000', '101610.538000', '101610.540000', '101610.543000', '101610.546000', '101610.548000', '101610.551000', '101610.553000', '101610.556000', '101610.559000', '101610.562000', '101610.564000', '101610.567000', '101610.569000', '101610.572000', '101610.575000', '101610.577000', '101610.580000', '101610.583000', '101610.585000', '101610.588000', '101610.590000', '101610.593000', '101610.596000', '101610.598000', '101610.601000', '101610.604000', '101630.493000', '101630.496000', '101630.498000', '101630.501000', '101630.504000', '101630.506000', '101630.509000', '101630.512000', '101630.515000', '101630.518000', '101630.521000', '101630.524000', '101630.527000', '101630.529000', '101630.543000', '101630.546000', '101630.548000', '101630.551000', '101630.553000', '101630.556000', '101630.559000', '101630.561000', '101630.564000', '101630.566000', '101630.570000', '101630.573000', '101630.575000', '101630.578000', '101630.581000', '101630.584000', '101630.586000', '101630.589000', '101630.591000', '101630.594000', '101630.597000', '101630.599000', '101630.602000', '101630.605000', '101630.607000', '101630.610000', '101630.613000', '101630.615000', '101630.618000', '101650.493000', '101650.496000', '101650.499000', '101650.501000', '101650.504000', '101650.506000', '101650.509000', '101650.512000', '101650.514000', '101650.517000', '101650.520000', '101650.522000', '101650.525000', '101650.527000', '101650.530000', '101650.533000', '101650.535000', '101650.538000', '101650.541000', '101650.543000', '101650.546000', '101650.548000', '101650.554000', '101650.557000', '101650.559000', '101650.562000', '101650.564000', '101650.567000', '101650.570000', '101650.572000', '101650.575000', '101650.578000', '101650.580000', '101650.583000', '101650.586000', '101650.588000', '101650.591000', '101650.593000', '101650.596000', '101650.599000', '101650.601000', '101650.604000', '101650.607000', '101650.609000', '101710.493000', '101710.495000', '101710.498000', '101710.501000', '101710.503000', '101710.506000', '101710.509000', '101710.511000', '101710.514000', '101710.517000', '101710.519000', '101710.522000', '101710.525000', '101710.527000', '101710.530000', '101710.532000', '101710.535000', '101710.538000', '101710.541000', '101710.544000', '101710.547000', '101710.550000', '101710.553000', '101710.555000', '101710.558000', '101710.561000', '101710.564000', '101710.566000', '101710.569000', '101710.572000', '101710.574000', '101710.577000', '101710.579000', '101710.582000', '101710.585000', '101710.587000', '101710.590000', '101710.593000', '101710.595000', '101710.598000', '101710.601000', '101710.603000', '101710.606000', '101730.493000', '101730.496000', '101730.498000', '101730.501000', '101730.504000', '101730.506000', '101730.509000', '101730.511000', '101730.514000', '101730.517000', '101730.520000', '101730.522000', '101730.525000', '101730.528000', '101730.530000', '101730.533000', '101730.535000', '101730.538000', '101730.541000', '101730.543000', '101730.546000', '101730.549000', '101730.551000', '101730.554000', '101730.556000', '101730.559000', '101730.562000', '101730.565000', '101730.567000', '101730.570000', '101730.573000', '101730.575000', '101730.578000', '101730.580000', '101730.583000', '101730.586000', '101730.588000', '101730.591000', '101730.593000', '101730.596000', '101730.614000', '101730.617000', '101730.619000', '101730.622000', '101750.493000', '101750.495000', '101750.498000', '101750.501000', '101750.504000', '101750.506000', '101750.509000', '101750.512000', '101750.514000', '101750.517000', '101750.519000', '101750.522000', '101750.525000', '101750.527000', '101750.530000', '101750.533000', '101750.535000', '101750.538000', '101750.541000', '101750.543000', '101750.546000', '101750.548000', '101750.551000', '101750.554000', '101750.556000', '101750.559000', '101750.562000', '101750.564000', '101750.567000', '101750.570000', '101750.573000', '101750.576000', '101750.579000', '101750.583000', '101750.585000', '101750.588000', '101750.590000', '101750.593000', '101750.596000', '101750.598000', '101750.601000', '101750.604000', '101750.606000', '101810.492000', '101810.494000', '101810.497000', '101810.500000', '101810.502000', '101810.505000', '101810.507000', '101810.510000', '101810.513000', '101810.515000', '101810.518000', '101810.520000', '101810.523000', '101810.526000', '101810.528000', '101810.531000', '101810.534000', '101810.536000', '101810.539000', '101810.541000', '101810.544000', '101810.547000', '101810.549000', '101810.552000', '101810.555000', '101810.557000', '101810.560000', '101810.563000', '101810.565000', '101810.568000', '101810.570000', '101810.573000', '101810.576000', '101810.578000', '101810.581000', '101810.583000', '101810.587000', '101810.589000', '101810.592000', '101810.594000', '101810.597000', '101810.600000', '101810.603000', '101810.605000', '101820.487000', '101820.490000', '101820.492000', '101820.495000', '101820.498000', '101820.500000', '101820.503000', '101820.506000', '101820.509000', '101820.512000', '101820.514000', '101820.517000', '101820.520000', '101820.523000', '101820.529000', '101820.533000', '101820.536000', '101820.539000', '101820.542000', '101820.544000', '101820.547000', '101820.550000'], 'InstanceCreationTime': ['100430.525000', '100430.528000', '100430.530000', '100430.533000', '100430.536000', '100430.538000', '100430.541000', '100430.543000', '100430.546000', '100430.549000', '100430.551000', '100430.554000', '100430.556000', '100430.559000', '100430.562000', '100430.564000', '100430.567000', '100430.570000', '100430.572000', '100430.575000', '100430.577000', '100430.587000', '100430.589000', '100430.592000', '100430.595000', '100430.597000', '100430.600000', '100430.602000', '100430.605000', '100430.608000', '100430.610000', '100430.613000', '100430.615000', '100430.618000', '100430.621000', '100430.623000', '100430.626000', '100430.629000', '100430.632000', '100430.634000', '100430.637000', '100430.640000', '100430.643000', '100430.645000', '100430.648000', '100430.650000', '100430.653000', '100430.656000', '100430.658000', '100430.661000', '100430.664000', '100430.666000', '100430.669000', '100430.671000', '100450.493000', '100450.496000', '100450.498000', '100450.501000', '100450.503000', '100450.506000', '100450.509000', '100450.511000', '100450.522000', '100450.525000', '100450.527000', '100450.530000', '100450.532000', '100450.535000', '100450.538000', '100450.540000', '100450.543000', '100450.546000', '100450.548000', '100450.551000', '100450.553000', '100450.556000', '100450.558000', '100450.561000', '100450.564000', '100450.566000', '100450.569000', '100450.572000', '100450.574000', '100450.577000', '100450.580000', '100450.582000', '100450.585000', '100450.587000', '100450.590000', '100450.592000', '100450.595000', '100450.598000', '100450.600000', '100450.603000', '100450.605000', '100450.608000', '100450.611000', '100450.613000', '100510.493000', '100510.495000', '100510.498000', '100510.501000', '100510.503000', '100510.510000', '100510.513000', '100510.515000', '100510.518000', '100510.521000', '100510.523000', '100510.526000', '100510.529000', '100510.531000', '100510.534000', '100510.537000', '100510.539000', '100510.542000', '100510.545000', '100510.547000', '100510.550000', '100510.552000', '100510.555000', '100510.558000', '100510.560000', '100510.563000', '100510.565000', '100510.568000', '100510.571000', '100510.573000', '100510.576000', '100510.579000', '100510.581000', '100510.584000', '100510.586000', '100510.589000', '100510.592000', '100510.594000', '100510.597000', '100510.600000', '100510.602000', '100510.605000', '100510.608000', '100530.492000', '100530.495000', '100530.498000', '100530.501000', '100530.505000', '100530.507000', '100530.510000', '100530.512000', '100530.515000', '100530.518000', '100530.520000', '100530.523000', '100530.525000', '100530.528000', '100530.531000', '100530.533000', '100530.536000', '100530.539000', '100530.541000', '100530.544000', '100530.547000', '100530.549000', '100530.552000', '100530.554000', '100530.557000', '100530.560000', '100530.562000', '100530.565000', '100530.586000', '100530.589000', '100530.591000', '100530.594000', '100530.597000', '100530.599000', '100530.602000', '100530.605000', '100530.607000', '100530.610000', '100530.612000', '100530.615000', '100530.618000', '100530.620000', '100530.623000', '100530.626000', '100550.493000', '100550.495000', '100550.498000', '100550.501000', '100550.503000', '100550.506000', '100550.509000', '100550.511000', '100550.514000', '100550.517000', '100550.520000', '100550.522000', '100550.525000', '100550.528000', '100550.530000', '100550.533000', '100550.536000', '100550.538000', '100550.541000', '100550.543000', '100550.546000', '100550.549000', '100550.558000', '100550.560000', '100550.563000', '100550.565000', '100550.568000', '100550.571000', '100550.573000', '100550.576000', '100550.579000', '100550.581000', '100550.584000', '100550.586000', '100550.589000', '100550.592000', '100550.594000', '100550.597000', '100550.600000', '100550.602000', '100550.605000', '100550.608000', '100550.610000', '100610.494000', '100610.497000', '100610.499000', '100610.502000', '100610.505000', '100610.507000', '100610.510000', '100610.512000', '100610.515000', '100610.518000', '100610.520000', '100610.523000', '100610.526000', '100610.528000', '100610.531000', '100610.534000', '100610.536000', '100610.539000', '100610.541000', '100610.544000', '100610.547000', '100610.550000', '100610.552000', '100610.555000', '100610.558000', '100610.560000', '100610.563000', '100610.565000', '100610.568000', '100610.571000', '100610.573000', '100610.576000', '100610.583000', '100610.586000', '100610.588000', '100610.591000', '100610.594000', '100610.596000', '100610.599000', '100610.602000', '100610.605000', '100610.607000', '100610.610000', '100610.613000', '100630.491000', '100630.494000', '100630.497000', '100630.500000', '100630.502000', '100630.505000', '100630.507000', '100630.510000', '100630.513000', '100630.515000', '100630.518000', '100630.521000', '100630.523000', '100630.526000', '100630.529000', '100630.531000', '100630.534000', '100630.536000', '100630.539000', '100630.542000', '100630.544000', '100630.547000', '100630.549000', '100630.552000', '100630.555000', '100630.557000', '100630.560000', '100630.563000', '100630.565000', '100630.568000', '100630.570000', '100630.573000', '100630.576000', '100630.578000', '100630.581000', '100630.583000', '100630.586000', '100630.589000', '100630.591000', '100630.594000', '100630.597000', '100630.599000', '100630.602000', '100650.492000', '100650.495000', '100650.498000', '100650.501000', '100650.503000', '100650.506000', '100650.509000', '100650.511000', '100650.514000', '100650.516000', '100650.519000', '100650.522000', '100650.524000', '100650.527000', '100650.530000', '100650.532000', '100650.535000', '100650.537000', '100650.540000', '100650.543000', '100650.545000', '100650.548000', '100650.551000', '100650.553000', '100650.556000', '100650.559000', '100650.561000', '100650.564000', '100650.566000', '100650.569000', '100650.572000', '100650.574000', '100650.577000', '100650.579000', '100650.582000', '100650.585000', '100650.587000', '100650.590000', '100650.593000', '100650.595000', '100650.598000', '100650.600000', '100650.603000', '100650.606000', '100710.493000', '100710.496000', '100710.498000', '100710.501000', '100710.503000', '100710.506000', '100710.509000', '100710.511000', '100710.514000', '100710.517000', '100710.519000', '100710.522000', '100710.525000', '100710.527000', '100710.530000', '100710.532000', '100710.535000', '100710.538000', '100710.540000', '100710.543000', '100710.545000', '100710.548000', '100710.551000', '100710.561000', '100710.564000', '100710.566000', '100710.569000', '100710.572000', '100710.574000', '100710.577000', '100710.579000', '100710.582000', '100710.585000', '100710.587000', '100710.590000', '100710.593000', '100710.595000', '100710.598000', '100710.601000', '100710.603000', '100710.606000', '100710.609000', '100710.611000', '100730.493000', '100730.495000', '100730.498000', '100730.501000', '100730.504000', '100730.506000', '100730.509000', '100730.512000', '100730.515000', '100730.517000', '100730.520000', '100730.523000', '100730.525000', '100730.528000', '100730.531000', '100730.534000', '100730.537000', '100730.539000', '100730.542000', '100730.545000', '100730.547000', '100730.550000', '100730.553000', '100730.555000', '100730.558000', '100730.560000', '100730.563000', '100730.566000', '100730.568000', '100730.571000', '100730.573000', '100730.576000', '100730.579000', '100730.581000', '100730.584000', '100730.587000', '100730.589000', '100730.592000', '100730.595000', '100730.597000', '100730.600000', '100730.603000', '100730.605000', '100750.492000', '100750.495000', '100750.498000', '100750.500000', '100750.503000', '100750.506000', '100750.508000', '100750.511000', '100750.514000', '100750.516000', '100750.519000', '100750.521000', '100750.524000', '100750.527000', '100750.529000', '100750.532000', '100750.535000', '100750.537000', '100750.540000', '100750.542000', '100750.545000', '100750.548000', '100750.550000', '100750.553000', '100750.556000', '100750.558000', '100750.561000', '100750.563000', '100750.566000', '100750.569000', '100750.571000', '100750.574000', '100750.577000', '100750.579000', '100750.582000', '100750.584000', '100750.587000', '100750.590000', '100750.592000', '100750.595000', '100750.598000', '100750.600000', '100750.603000', '100750.605000', '100810.493000', '100810.495000', '100810.498000', '100810.501000', '100810.503000', '100810.506000', '100810.509000', '100810.511000', '100810.514000', '100810.517000', '100810.519000', '100810.522000', '100810.525000', '100810.527000', '100810.530000', '100810.533000', '100810.536000', '100810.539000', '100810.542000', '100810.544000', '100810.547000', '100810.550000', '100810.565000', '100810.567000', '100810.570000', '100810.573000', '100810.575000', '100810.578000', '100810.581000', '100810.583000', '100810.586000', '100810.588000', '100810.591000', '100810.594000', '100810.597000', '100810.599000', '100810.602000', '100810.605000', '100810.607000', '100810.610000', '100810.613000', '100810.615000', '100810.618000', '100830.492000', '100830.495000', '100830.498000', '100830.501000', '100830.503000', '100830.506000', '100830.509000', '100830.512000', '100830.514000', '100830.517000', '100830.519000', '100830.522000', '100830.525000', '100830.527000', '100830.530000', '100830.532000', '100830.535000', '100830.537000', '100830.540000', '100830.543000', '100830.545000', '100830.548000', '100830.550000', '100830.553000', '100830.556000', '100830.558000', '100830.561000', '100830.563000', '100830.566000', '100830.569000', '100830.571000', '100830.574000', '100830.576000', '100830.579000', '100830.581000', '100830.584000', '100830.587000', '100830.589000', '100830.592000', '100830.595000', '100830.597000', '100830.600000', '100830.603000', '100830.605000', '100850.491000', '100850.495000', '100850.497000', '100850.500000', '100850.502000', '100850.505000', '100850.508000', '100850.512000', '100850.514000', '100850.517000', '100850.520000', '100850.523000', '100850.526000', '100850.528000', '100850.531000', '100850.534000', '100850.536000', '100850.539000', '100850.541000', '100850.544000', '100850.547000', '100850.550000', '100850.552000', '100850.555000', '100850.557000', '100850.560000', '100850.563000', '100850.565000', '100850.568000', '100850.572000', '100850.575000', '100850.578000', '100850.580000', '100850.583000', '100850.585000', '100850.588000', '100850.591000', '100850.593000', '100850.596000', '100850.599000', '100850.601000', '100850.604000', '100850.607000', '100910.493000', '100910.496000', '100910.498000', '100910.501000', '100910.504000', '100910.506000', '100910.509000', '100910.511000', '100910.514000', '100910.524000', '100910.527000', '100910.530000', '100910.533000', '100910.535000', '100910.538000', '100910.541000', '100910.543000', '100910.546000', '100910.549000', '100910.552000', '100910.554000', '100910.557000', '100910.560000', '100910.562000', '100910.565000', '100910.567000', '100910.570000', '100910.573000', '100910.575000', '100910.578000', '100910.581000', '100910.583000', '100910.586000', '100910.588000', '100910.591000', '100910.594000', '100910.596000', '100910.599000', '100910.602000', '100910.604000', '100910.607000', '100910.609000', '100910.613000', '100910.615000', '100930.493000', '100930.495000', '100930.498000', '100930.501000', '100930.503000', '100930.506000', '100930.509000', '100930.511000', '100930.514000', '100930.517000', '100930.519000', '100930.522000', '100930.524000', '100930.527000', '100930.530000', '100930.532000', '100930.535000', '100930.538000', '100930.541000', '100930.544000', '100930.547000', '100930.550000', '100930.552000', '100930.557000', '100930.560000', '100930.562000', '100930.565000', '100930.568000', '100930.570000', '100930.573000', '100930.576000', '100930.578000', '100930.581000', '100930.585000', '100930.589000', '100930.591000', '100930.594000', '100930.596000', '100930.599000', '100930.602000', '100930.604000', '100930.607000', '100930.610000', '100950.493000', '100950.496000', '100950.499000', '100950.502000', '100950.504000', '100950.507000', '100950.509000', '100950.512000', '100950.514000', '100950.517000', '100950.520000', '100950.522000', '100950.525000', '100950.527000', '100950.530000', '100950.533000', '100950.535000', '100950.538000', '100950.541000', '100950.543000', '100950.546000', '100950.548000', '100950.551000', '100950.554000', '100950.556000', '100950.559000', '100950.561000', '100950.564000', '100950.567000', '100950.569000', '100950.572000', '100950.574000', '100950.577000', '100950.580000', '100950.582000', '100950.585000', '100950.587000', '100950.590000', '100950.593000', '100950.595000', '100950.598000', '100950.604000', '100950.606000', '100950.609000', '101010.492000', '101010.495000', '101010.498000', '101010.501000', '101010.503000', '101010.506000', '101010.508000', '101010.511000', '101010.514000', '101010.516000', '101010.519000', '101010.522000', '101010.524000', '101010.527000', '101010.529000', '101010.532000', '101010.541000', '101010.544000', '101010.547000', '101010.549000', '101010.552000', '101010.554000', '101010.557000', '101010.560000', '101010.562000', '101010.565000', '101010.567000', '101010.570000', '101010.573000', '101010.575000', '101010.578000', '101010.581000', '101010.583000', '101010.586000', '101010.589000', '101010.591000', '101010.594000', '101010.597000', '101010.600000', '101010.603000', '101010.606000', '101010.612000', '101010.615000', '101030.493000', '101030.496000', '101030.498000', '101030.501000', '101030.504000', '101030.506000', '101030.509000', '101030.511000', '101030.514000', '101030.517000', '101030.519000', '101030.522000', '101030.525000', '101030.527000', '101030.530000', '101030.533000', '101030.535000', '101030.538000', '101030.540000', '101030.543000', '101030.546000', '101030.548000', '101030.551000', '101030.553000', '101030.556000', '101030.559000', '101030.561000', '101030.564000', '101030.567000', '101030.569000', '101030.572000', '101030.575000', '101030.578000', '101030.580000', '101030.583000', '101030.585000', '101030.588000', '101030.591000', '101030.593000', '101030.596000', '101030.599000', '101030.601000', '101030.604000', '101030.606000', '101050.492000', '101050.495000', '101050.498000', '101050.501000', '101050.503000', '101050.506000', '101050.509000', '101050.511000', '101050.514000', '101050.516000', '101050.519000', '101050.522000', '101050.524000', '101050.527000', '101050.530000', '101050.532000', '101050.535000', '101050.537000', '101050.540000', '101050.543000', '101050.545000', '101050.548000', '101050.550000', '101050.553000', '101050.556000', '101050.558000', '101050.561000', '101050.563000', '101050.566000', '101050.569000', '101050.571000', '101050.574000', '101050.577000', '101050.579000', '101050.582000', '101050.584000', '101050.587000', '101050.590000', '101050.592000', '101050.595000', '101050.598000', '101050.600000', '101050.604000', '101110.492000', '101110.494000', '101110.497000', '101110.500000', '101110.503000', '101110.505000', '101110.508000', '101110.511000', '101110.513000', '101110.516000', '101110.518000', '101110.521000', '101110.524000', '101110.527000', '101110.529000', '101110.532000', '101110.534000', '101110.537000', '101110.539000', '101110.542000', '101110.545000', '101110.547000', '101110.550000', '101110.553000', '101110.555000', '101110.558000', '101110.560000', '101110.563000', '101110.566000', '101110.568000', '101110.571000', '101110.574000', '101110.576000', '101110.579000', '101110.581000', '101110.584000', '101110.587000', '101110.589000', '101110.592000', '101110.594000', '101110.597000', '101110.600000', '101110.602000', '101110.605000', '101130.493000', '101130.496000', '101130.498000', '101130.501000', '101130.503000', '101130.506000', '101130.509000', '101130.511000', '101130.514000', '101130.517000', '101130.519000', '101130.522000', '101130.532000', '101130.534000', '101130.537000', '101130.540000', '101130.547000', '101130.549000', '101130.552000', '101130.555000', '101130.557000', '101130.560000', '101130.562000', '101130.565000', '101130.568000', '101130.570000', '101130.573000', '101130.576000', '101130.578000', '101130.581000', '101130.584000', '101130.587000', '101130.590000', '101130.593000', '101130.596000', '101130.599000', '101130.602000', '101130.604000', '101130.607000', '101130.610000', '101130.612000', '101130.615000', '101130.618000', '101150.493000', '101150.495000', '101150.498000', '101150.501000', '101150.503000', '101150.506000', '101150.509000', '101150.511000', '101150.514000', '101150.516000', '101150.519000', '101150.522000', '101150.525000', '101150.527000', '101150.530000', '101150.533000', '101150.535000', '101150.538000', '101150.540000', '101150.543000', '101150.546000', '101150.548000', '101150.551000', '101150.554000', '101150.556000', '101150.559000', '101150.561000', '101150.564000', '101150.567000', '101150.569000', '101150.572000', '101150.575000', '101150.577000', '101150.580000', '101150.583000', '101150.585000', '101150.588000', '101150.590000', '101150.593000', '101150.596000', '101150.598000', '101150.601000', '101150.604000', '101150.606000', '101210.492000', '101210.495000', '101210.498000', '101210.500000', '101210.503000', '101210.506000', '101210.508000', '101210.511000', '101210.514000', '101210.516000', '101210.519000', '101210.522000', '101210.524000', '101210.527000', '101210.530000', '101210.532000', '101210.535000', '101210.538000', '101210.540000', '101210.543000', '101210.546000', '101210.548000', '101210.551000', '101210.553000', '101210.556000', '101210.559000', '101210.561000', '101210.564000', '101210.567000', '101210.569000', '101210.572000', '101210.574000', '101210.577000', '101210.580000', '101210.582000', '101210.585000', '101210.588000', '101210.590000', '101210.593000', '101210.595000', '101210.598000', '101210.601000', '101210.604000', '101230.493000', '101230.496000', '101230.498000', '101230.501000', '101230.504000', '101230.506000', '101230.509000', '101230.512000', '101230.514000', '101230.517000', '101230.520000', '101230.522000', '101230.525000', '101230.528000', '101230.530000', '101230.533000', '101230.535000', '101230.538000', '101230.541000', '101230.543000', '101230.546000', '101230.549000', '101230.551000', '101230.554000', '101230.556000', '101230.559000', '101230.562000', '101230.564000', '101230.567000', '101230.570000', '101230.572000', '101230.575000', '101230.577000', '101230.580000', '101230.583000', '101230.586000', '101230.588000', '101230.591000', '101230.594000', '101230.596000', '101230.599000', '101230.602000', '101230.604000', '101230.607000', '101250.492000', '101250.495000', '101250.498000', '101250.501000', '101250.503000', '101250.506000', '101250.509000', '101250.511000', '101250.514000', '101250.531000', '101250.534000', '101250.537000', '101250.539000', '101250.542000', '101250.545000', '101250.547000', '101250.550000', '101250.553000', '101250.555000', '101250.558000', '101250.561000', '101250.563000', '101250.566000', '101250.568000', '101250.571000', '101250.574000', '101250.576000', '101250.579000', '101250.581000', '101250.584000', '101250.587000', '101250.589000', '101250.592000', '101250.594000', '101250.597000', '101250.600000', '101250.602000', '101250.605000', '101250.608000', '101250.610000', '101250.613000', '101250.615000', '101250.619000', '101310.493000', '101310.495000', '101310.498000', '101310.501000', '101310.503000', '101310.506000', '101310.509000', '101310.511000', '101310.514000', '101310.517000', '101310.519000', '101310.522000', '101310.524000', '101310.527000', '101310.530000', '101310.532000', '101310.535000', '101310.537000', '101310.540000', '101310.543000', '101310.545000', '101310.548000', '101310.551000', '101310.553000', '101310.556000', '101310.558000', '101310.561000', '101310.564000', '101310.566000', '101310.569000', '101310.571000', '101310.574000', '101310.577000', '101310.579000', '101310.582000', '101310.584000', '101310.587000', '101310.590000', '101310.593000', '101310.595000', '101310.598000', '101310.601000', '101310.603000', '101310.606000', '101330.492000', '101330.494000', '101330.497000', '101330.500000', '101330.503000', '101330.505000', '101330.508000', '101330.511000', '101330.513000', '101330.516000', '101330.518000', '101330.521000', '101330.524000', '101330.526000', '101330.529000', '101330.532000', '101330.534000', '101330.537000', '101330.540000', '101330.542000', '101330.545000', '101330.548000', '101330.550000', '101330.553000', '101330.555000', '101330.558000', '101330.561000', '101330.563000', '101330.566000', '101330.569000', '101330.571000', '101330.574000', '101330.577000', '101330.579000', '101330.582000', '101330.585000', '101330.587000', '101330.590000', '101330.592000', '101330.595000', '101330.598000', '101330.600000', '101330.603000', '101350.493000', '101350.496000', '101350.498000', '101350.501000', '101350.504000', '101350.507000', '101350.509000', '101350.512000', '101350.515000', '101350.517000', '101350.520000', '101350.522000', '101350.525000', '101350.528000', '101350.530000', '101350.533000', '101350.536000', '101350.538000', '101350.541000', '101350.544000', '101350.546000', '101350.549000', '101350.552000', '101350.554000', '101350.557000', '101350.560000', '101350.562000', '101350.565000', '101350.568000', '101350.570000', '101350.573000', '101350.575000', '101350.578000', '101350.581000', '101350.583000', '101350.586000', '101350.589000', '101350.591000', '101350.594000', '101350.596000', '101350.599000', '101350.602000', '101350.604000', '101350.607000', '101410.493000', '101410.496000', '101410.498000', '101410.501000', '101410.503000', '101410.506000', '101410.509000', '101410.511000', '101410.514000', '101410.517000', '101410.519000', '101410.522000', '101410.525000', '101410.527000', '101410.530000', '101410.532000', '101410.535000', '101410.538000', '101410.540000', '101410.543000', '101410.546000', '101410.548000', '101410.551000', '101410.553000', '101410.556000', '101410.559000', '101410.561000', '101410.564000', '101410.566000', '101410.569000', '101410.572000', '101410.574000', '101410.577000', '101410.580000', '101410.582000', '101410.585000', '101410.588000', '101410.590000', '101410.593000', '101410.595000', '101410.598000', '101410.601000', '101410.604000', '101430.493000', '101430.496000', '101430.498000', '101430.501000', '101430.504000', '101430.507000', '101430.511000', '101430.513000', '101430.516000', '101430.518000', '101430.522000', '101430.524000', '101430.527000', '101430.529000', '101430.532000', '101430.535000', '101430.537000', '101430.540000', '101430.548000', '101430.551000', '101430.554000', '101430.556000', '101430.559000', '101430.562000', '101430.564000', '101430.567000', '101430.569000', '101430.572000', '101430.575000', '101430.577000', '101430.580000', '101430.583000', '101430.585000', '101430.588000', '101430.591000', '101430.593000', '101430.596000', '101430.598000', '101430.601000', '101430.604000', '101430.606000', '101430.609000', '101430.612000', '101450.493000', '101450.496000', '101450.498000', '101450.501000', '101450.504000', '101450.506000', '101450.509000', '101450.511000', '101450.514000', '101450.517000', '101450.519000', '101450.522000', '101450.525000', '101450.527000', '101450.530000', '101450.533000', '101450.535000', '101450.538000', '101450.541000', '101450.543000', '101450.546000', '101450.549000', '101450.551000', '101450.554000', '101450.556000', '101450.559000', '101450.562000', '101450.564000', '101450.570000', '101450.573000', '101450.575000', '101450.578000', '101450.581000', '101450.583000', '101450.586000', '101450.589000', '101450.591000', '101450.594000', '101450.597000', '101450.599000', '101450.602000', '101450.605000', '101450.607000', '101450.610000', '101510.493000', '101510.495000', '101510.498000', '101510.501000', '101510.504000', '101510.506000', '101510.509000', '101510.512000', '101510.515000', '101510.518000', '101510.520000', '101510.523000', '101510.525000', '101510.528000', '101510.532000', '101510.534000', '101510.537000', '101510.540000', '101510.542000', '101510.545000', '101510.547000', '101510.550000', '101510.553000', '101510.555000', '101510.558000', '101510.561000', '101510.563000', '101510.566000', '101510.568000', '101510.571000', '101510.573000', '101510.588000', '101510.591000', '101510.594000', '101510.597000', '101510.599000', '101510.602000', '101510.605000', '101510.607000', '101510.610000', '101510.612000', '101510.615000', '101510.618000', '101530.493000', '101530.495000', '101530.498000', '101530.501000', '101530.504000', '101530.506000', '101530.509000', '101530.511000', '101530.514000', '101530.517000', '101530.519000', '101530.522000', '101530.525000', '101530.527000', '101530.530000', '101530.532000', '101530.535000', '101530.538000', '101530.541000', '101530.543000', '101530.546000', '101530.548000', '101530.551000', '101530.554000', '101530.556000', '101530.559000', '101530.562000', '101530.564000', '101530.567000', '101530.569000', '101530.572000', '101530.575000', '101530.577000', '101530.580000', '101530.582000', '101530.585000', '101530.588000', '101530.590000', '101530.593000', '101530.595000', '101530.598000', '101530.601000', '101530.603000', '101530.606000', '101550.492000', '101550.494000', '101550.497000', '101550.500000', '101550.502000', '101550.505000', '101550.508000', '101550.510000', '101550.513000', '101550.516000', '101550.518000', '101550.521000', '101550.523000', '101550.526000', '101550.529000', '101550.531000', '101550.534000', '101550.537000', '101550.539000', '101550.542000', '101550.544000', '101550.547000', '101550.550000', '101550.552000', '101550.555000', '101550.557000', '101550.560000', '101550.563000', '101550.565000', '101550.568000', '101550.571000', '101550.573000', '101550.576000', '101550.578000', '101550.581000', '101550.584000', '101550.586000', '101550.589000', '101550.591000', '101550.594000', '101550.597000', '101550.599000', '101550.602000', '101550.605000', '101610.493000', '101610.496000', '101610.498000', '101610.501000', '101610.504000', '101610.506000', '101610.509000', '101610.511000', '101610.514000', '101610.517000', '101610.519000', '101610.522000', '101610.524000', '101610.527000', '101610.530000', '101610.533000', '101610.535000', '101610.538000', '101610.540000', '101610.543000', '101610.546000', '101610.548000', '101610.551000', '101610.553000', '101610.556000', '101610.559000', '101610.562000', '101610.564000', '101610.567000', '101610.569000', '101610.572000', '101610.575000', '101610.577000', '101610.580000', '101610.583000', '101610.585000', '101610.588000', '101610.590000', '101610.593000', '101610.596000', '101610.598000', '101610.601000', '101610.604000', '101630.493000', '101630.496000', '101630.498000', '101630.501000', '101630.504000', '101630.506000', '101630.509000', '101630.512000', '101630.515000', '101630.518000', '101630.521000', '101630.524000', '101630.527000', '101630.529000', '101630.543000', '101630.546000', '101630.548000', '101630.551000', '101630.553000', '101630.556000', '101630.559000', '101630.561000', '101630.564000', '101630.566000', '101630.570000', '101630.573000', '101630.575000', '101630.578000', '101630.581000', '101630.584000', '101630.586000', '101630.589000', '101630.591000', '101630.594000', '101630.597000', '101630.599000', '101630.602000', '101630.605000', '101630.607000', '101630.610000', '101630.613000', '101630.615000', '101630.618000', '101650.493000', '101650.496000', '101650.499000', '101650.501000', '101650.504000', '101650.506000', '101650.509000', '101650.512000', '101650.514000', '101650.517000', '101650.520000', '101650.522000', '101650.525000', '101650.527000', '101650.530000', '101650.533000', '101650.535000', '101650.538000', '101650.541000', '101650.543000', '101650.546000', '101650.548000', '101650.554000', '101650.557000', '101650.559000', '101650.562000', '101650.564000', '101650.567000', '101650.570000', '101650.572000', '101650.575000', '101650.578000', '101650.580000', '101650.583000', '101650.586000', '101650.588000', '101650.591000', '101650.593000', '101650.596000', '101650.599000', '101650.601000', '101650.604000', '101650.607000', '101650.609000', '101710.493000', '101710.495000', '101710.498000', '101710.501000', '101710.503000', '101710.506000', '101710.509000', '101710.511000', '101710.514000', '101710.517000', '101710.519000', '101710.522000', '101710.525000', '101710.527000', '101710.530000', '101710.532000', '101710.535000', '101710.538000', '101710.541000', '101710.544000', '101710.547000', '101710.550000', '101710.553000', '101710.555000', '101710.558000', '101710.561000', '101710.564000', '101710.566000', '101710.569000', '101710.572000', '101710.574000', '101710.577000', '101710.579000', '101710.582000', '101710.585000', '101710.587000', '101710.590000', '101710.593000', '101710.595000', '101710.598000', '101710.601000', '101710.603000', '101710.606000', '101730.493000', '101730.496000', '101730.498000', '101730.501000', '101730.504000', '101730.506000', '101730.509000', '101730.511000', '101730.514000', '101730.517000', '101730.520000', '101730.522000', '101730.525000', '101730.528000', '101730.530000', '101730.533000', '101730.535000', '101730.538000', '101730.541000', '101730.543000', '101730.546000', '101730.549000', '101730.551000', '101730.554000', '101730.556000', '101730.559000', '101730.562000', '101730.565000', '101730.567000', '101730.570000', '101730.573000', '101730.575000', '101730.578000', '101730.580000', '101730.583000', '101730.586000', '101730.588000', '101730.591000', '101730.593000', '101730.596000', '101730.614000', '101730.617000', '101730.619000', '101730.622000', '101750.493000', '101750.495000', '101750.498000', '101750.501000', '101750.504000', '101750.506000', '101750.509000', '101750.512000', '101750.514000', '101750.517000', '101750.519000', '101750.522000', '101750.525000', '101750.527000', '101750.530000', '101750.533000', '101750.535000', '101750.538000', '101750.541000', '101750.543000', '101750.546000', '101750.548000', '101750.551000', '101750.554000', '101750.556000', '101750.559000', '101750.562000', '101750.564000', '101750.567000', '101750.570000', '101750.573000', '101750.576000', '101750.579000', '101750.583000', '101750.585000', '101750.588000', '101750.590000', '101750.593000', '101750.596000', '101750.598000', '101750.601000', '101750.604000', '101750.606000', '101810.492000', '101810.494000', '101810.497000', '101810.500000', '101810.502000', '101810.505000', '101810.507000', '101810.510000', '101810.513000', '101810.515000', '101810.518000', '101810.520000', '101810.523000', '101810.526000', '101810.528000', '101810.531000', '101810.534000', '101810.536000', '101810.539000', '101810.541000', '101810.544000', '101810.547000', '101810.549000', '101810.552000', '101810.555000', '101810.557000', '101810.560000', '101810.563000', '101810.565000', '101810.568000', '101810.570000', '101810.573000', '101810.576000', '101810.578000', '101810.581000', '101810.583000', '101810.587000', '101810.589000', '101810.592000', '101810.594000', '101810.597000', '101810.600000', '101810.603000', '101810.605000', '101820.487000', '101820.490000', '101820.492000', '101820.495000', '101820.498000', '101820.500000', '101820.503000', '101820.506000', '101820.509000', '101820.512000', '101820.514000', '101820.517000', '101820.520000', '101820.523000', '101820.529000', '101820.533000', '101820.536000', '101820.539000', '101820.542000', '101820.544000', '101820.547000', '101820.550000'], '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': [8465, 15429, 11033, 16349, 10802, 13196, 7654, 19939, 11428, 15922, 11266, 11666, 9309, 7896, 7733, 7896, 8559, 7609, 10616, 8270, 9016, 8169, 8364, 7428, 7650, 10936, 7397, 10004, 7639, 9326, 8314, 8132, 7330, 7994, 9393, 7496, 11603, 7505, 9129, 8065, 8004, 8726, 7776, 14188, 8564, 9340, 19122, 12521, 14843, 7634, 9138, 8515, 7766, 13580, 9000, 9902, 7510, 8276, 7069, 7633, 12205, 7581, 9050, 7806, 7835, 7459, 7169, 12313, 7749, 10086, 16393, 8547, 15629, 9086, 11178, 7611, 8065, 14886, 8721, 10139, 7319, 8118, 7617, 7670, 13723, 7642, 8920, 10595, 8061, 13089, 7122, 9317, 7387, 8067, 17159, 11623, 13800, 8348, 8356, 15118, 7644, 10864, 7261, 8630, 14801, 7781, 11819, 7615, 8831, 7455, 7980, 7192, 7644, 9704, 7350, 13116, 7954, 10568, 8016, 10128, 17930, 9678, 14184, 11517, 10006, 8298, 8516, 10409, 7678, 15514, 10054, 10981, 7574, 8698, 7178, 7713, 14019, 8019, 9482, 7897, 8237, 7118, 7867, 12134, 7187, 10362, 8748, 8200, 14460, 7494, 10766, 7178, 8669, 11903, 7485, 10497, 7588, 9196, 7181, 8238, 14957, 8076, 11326, 8764, 9121, 8073, 7854, 15415, 7560, 10836, 10244, 8627, 10726, 7824, 11295, 7255, 8947, 7171, 8164, 12634, 7670, 10213, 6974, 8780, 7225, 8057, 15583, 8640, 10232, 7389, 8535, 9436, 7253, 10067, 6990, 8369, 10225, 7132, 11680, 7007, 9578, 10357, 8065, 12443, 8306, 8658, 7148, 7956, 15735, 6952, 10080, 7936, 8696, 8063, 7426, 10577, 6999, 8801, 7877, 7813, 11081, 7458, 12942, 7058, 9918, 7170, 8538, 15940, 10363, 14758, 7328, 10973, 7971, 9370, 9310, 8132, 17029, 13201, 13064, 6952, 11242, 6770, 9865, 7601, 8220, 7980, 7979, 7038, 7864, 9166, 7256, 12717, 8457, 12038, 8045, 9821, 7442, 9276, 8165, 8142, 13995, 9993, 7423, 7890, 8943, 7424, 15642, 12246, 10209, 9806, 8343, 9070, 7061, 9777, 6919, 8479, 7352, 7066, 7440, 7036, 7509, 7372, 10027, 7095, 9780, 7559, 12123, 13276, 16930, 15534, 18316, 14790, 16574, 11387, 9833, 8022, 7872, 8384, 8212, 12157, 8532, 11484, 12166, 18578, 18209, 12402, 19262, 14755, 19669, 14185, 18673, 13256, 20036, 12748, 16094, 10588, 9511, 8647, 7290, 9026, 7280, 10409, 8128, 8010, 8304, 6974, 9374, 8029, 7579, 9076, 7105, 13235, 8864, 7245, 9955, 7650, 10313, 8637, 12261, 8959, 7727, 16778, 9901, 14197, 17087, 8481, 16105, 9593, 17665, 12048, 19464, 13939, 17471, 12164, 7286, 8559, 7206, 11081, 8969, 9534, 7641, 7546, 8651, 15751, 8120, 14020, 10230, 13102, 10014, 12661, 7446, 8650, 7860, 8528, 7989, 8682, 9198, 7953, 9247, 7632, 9879, 8308, 10696, 8428, 14218, 18064, 13846, 10416, 8636, 8279, 8008, 8398, 8413, 8034, 10030, 7234, 9235, 7467, 10368, 8214, 12562, 8975, 16073, 10818, 11430, 8471, 17612, 8390, 16410, 12126, 13768, 9698, 15092, 8484, 10230, 8221, 8012, 8274, 15149, 8947, 10905, 8188, 9022, 8172, 10271, 7856, 8496, 7993, 8894, 8080, 12140, 8181, 12854, 9418, 15441, 8611, 11894, 7903, 12580, 8180, 13264, 9579, 12967, 8536, 14596, 8735, 11056, 7875, 9656, 7605, 8599, 9704, 7210, 7764, 7442, 7212, 7430, 7215, 9687, 12841, 8089, 12335, 10699, 8546, 8433, 12904, 7938, 16810, 15121, 10915, 18305, 14769, 8251, 8288, 7667, 8001, 7807, 7779, 14974, 8068, 9253, 12747, 7758, 7536, 7888, 7623, 8386, 8017, 8098, 16239, 11186, 10118, 8373, 12202, 7703, 11126, 7756, 11514, 8253, 10869, 7930, 9784, 7415, 7860, 8031, 7834, 8315, 9105, 10397, 13231, 7965, 8278, 7781, 8084, 11407, 7817, 13551, 7724, 15159, 9291, 12142, 8092, 11692, 7510, 11638, 7698, 8607, 7814, 7979, 7963, 8847, 7582, 8304, 7015, 8635, 10167, 7053, 9316, 6936, 6969, 7497, 7557, 7632, 7410, 7662, 11155, 8140, 16205, 13351, 15292, 11034, 9280, 7345, 8523, 7682, 8038, 8114, 10102, 7277, 7018, 7256, 8778, 7926, 7642, 8122, 16613, 11699, 13264, 10934, 12502, 7912, 8790, 7763, 14674, 8197, 9431, 16370, 10791, 11501, 8204, 7012, 7749, 8087, 7321, 14181, 8128, 9158, 11351, 8120, 7928, 7525, 9431, 6821, 10326, 12730, 7981, 11106, 7245, 8911, 10637, 7401, 7083, 7910, 7226, 7044, 7257, 7113, 15119, 9831, 9073, 14818, 10471, 10716, 7369, 9435, 7146, 9706, 17285, 13187, 12754, 7420, 8124, 6864, 7671, 6989, 7638, 10819, 6914, 12830, 9101, 10186, 7620, 8408, 7883, 7820, 13353, 6957, 11889, 8758, 10115, 7035, 7778, 7401, 7980, 8429, 7744, 16261, 11592, 9878, 17419, 13066, 7440, 7826, 7073, 7284, 7690, 7138, 9340, 7202, 12254, 8133, 13647, 7988, 12453, 6981, 11938, 7353, 8725, 9794, 12749, 7653, 7702, 7172, 8270, 17802, 12728, 11477, 7620, 8020, 7086, 7505, 6826, 7479, 6969, 7813, 7524, 8810, 7132, 8236, 7177, 10657, 12938, 8088, 7064, 10227, 7389, 8439, 7103, 8760, 6868, 10908, 15904, 8530, 15067, 11953, 13125, 7527, 11436, 7509, 12216, 8488, 12711, 17137, 15150, 14524, 7745, 11152, 7233, 8928, 7110, 8930, 6955, 8911, 7151, 9407, 15706, 7718, 10597, 7953, 7559, 7234, 9775, 7600, 8413, 7209, 8508, 7556, 8486, 7645, 9619, 7410, 8737, 7258, 8564, 16818, 10537, 10125, 12908, 8608, 7259, 8121, 7167, 7897, 15681, 7564, 8531, 9533, 7524, 6988, 8292, 7697, 7705, 7933, 7669, 12398, 8782, 9776, 8189, 7506, 7840, 16850, 12755, 13695, 8684, 11668, 7106, 10134, 6771, 8775, 7753, 8237, 7618, 8952, 7454, 13514, 8212, 13973, 10631, 14681, 8750, 9355, 7664, 17180, 12405, 13913, 10258, 12523, 7372, 8502, 7187, 8666, 7609, 9908, 7632, 9265, 7447, 7512, 7298, 7072, 7367, 7686, 7133, 13613, 9110, 14440, 11333, 7737, 14284, 7974, 15660, 11643, 16274, 12942, 7621, 8611, 7297, 12131, 8288, 14276, 9209, 16217, 11937, 7836, 9085, 7651, 13095, 8273, 14353, 9003, 11382, 8457, 7669, 8947, 7300, 10908, 7604, 14108, 8386, 11900, 8530, 10803, 8197, 10394, 9066, 7586, 8468, 7146, 9085, 7134, 11003, 7402, 14438, 8084, 8175, 7968, 7688, 8569, 7649, 12394, 7597, 9883, 8042, 7674, 8129, 9262, 8815, 7753, 14002, 6969, 10650, 7246, 11263, 8400, 15885, 11474, 13420, 7929, 7217, 9497, 8621, 8320, 13131, 8498, 8313, 7908, 8871, 7615, 11015, 7521, 13394, 9036, 11730, 7637, 10757, 7390, 11305, 8750, 13114, 8822, 17496, 9876, 7451, 7432, 7856, 8339, 8813, 7798, 10898, 8747, 7969, 7692, 7884, 9809, 7449, 10083, 8395, 14630, 10705, 16429, 12976, 17777, 13154, 13467, 7817, 10692, 7562, 9066, 7787, 11201, 7569, 8480, 7302, 8241, 7697, 8043, 7697, 7941, 7869, 7784, 7220, 7812, 7725, 7721, 15666, 10403, 15054, 11456, 14173, 7778, 10838, 8101, 10274, 17727, 12256, 16803, 8213, 11926, 7504, 9805, 7183, 9325, 7432, 8821, 7413, 10001, 7832, 8335, 7789, 8306, 7763, 8710, 18058, 14311, 13893, 10086, 8732, 7751, 8851, 7461, 8089, 7451, 8143, 7332, 9504, 7647, 8251, 7389, 8065, 9979, 7843, 14511, 10043, 7636, 7750, 16739, 9555, 9301, 9959, 8592, 8058, 7315, 7585, 7707, 16079, 7574, 8815, 10192, 7702, 7158, 8166, 7209, 7530, 13195, 7966, 9322, 7564, 8046, 7204, 7314, 12561, 7935, 11521, 9571, 14583, 7839, 9197, 18095, 8109, 16241, 11961, 11189, 8170, 9043, 8793, 7526, 11420, 8585, 8890, 7254, 7906, 6978, 7262, 9955, 7136, 8493, 6899, 8021, 6754, 7322, 9979, 7263, 11155, 7799, 9155, 7940, 8569, 7197, 8341, 9408, 7660, 17045, 10245, 16397, 9782, 13015, 8016, 11180, 7282, 8767, 9363, 7714, 8452, 7518, 12779, 6951, 10896, 8397, 10131, 7075, 8663, 8245, 7817, 15765, 7408, 11820, 9361, 8746, 7073, 8508, 7106, 8195, 8295, 7504, 9468, 8089, 7671, 7267, 15682, 8514, 9116, 10581, 7910, 10396, 7507, 7109, 7688, 12234, 7003, 8829, 7895, 8140, 7284, 7424, 7920, 7368, 12014, 7386, 11157, 9227, 10025, 8041, 9172, 7307, 10775, 9377, 16183, 8972, 13218, 7362, 9624, 18862, 16475, 14134, 8834, 9115, 7109, 8233, 6832, 8489, 6830, 8239, 6823, 8397, 6916, 8497, 15751, 8617, 12004, 9166, 9886, 7105, 8840, 6934, 8875, 7062, 10138, 10732, 8383, 10402, 7329, 7235, 7774, 9788, 7350, 15791, 7545, 12322, 12097, 11688, 7068, 8606, 9856, 7701, 9992, 7892, 7289, 7729, 6967, 8310, 7666, 8754, 7557, 7847, 9022, 7487, 13862, 12762, 17718, 9949, 16849, 11441, 11503, 18201, 13208, 15509, 12123, 7117, 7961, 7360, 7487, 13704, 7633, 8775, 7501, 8059, 6845, 7766, 6758, 8353, 7071, 8906, 7126, 8983, 12199, 9943, 7393, 7766, 7341, 9118, 9263, 8880, 15527, 14429, 8206, 8473, 6943, 8870, 7096, 10769, 7488, 13810, 12820, 16417, 8362, 11198, 7053, 9615, 7266, 11276, 7968, 16313, 14584, 15511, 8167, 11510, 7582, 9680, 8035, 8894, 8026, 7543, 8251, 16661, 7611, 11863, 7333, 10049, 7390, 9611, 7649, 9729, 7115, 9577, 7480, 8750, 12065, 7867, 6989, 7797, 8213, 7623, 9066, 7263, 15408, 8498, 10360, 7189, 8673, 6765, 8209, 7135, 8227, 7058, 12273, 6940, 11651, 6913, 10005, 8921, 7985, 8265, 8297, 9149, 15256, 10983, 17551, 10994, 15466, 7961, 7193, 9529, 6919, 8974, 7164, 9137, 18274, 11492, 14627, 9149, 11167, 8557, 10251, 7392, 14102, 7936, 7150, 9697, 7184, 12462, 8953, 9593, 9440, 8072, 12485, 8045, 16762, 9305, 12768, 9148, 9096, 11891, 8962, 7206, 8321, 6914, 7594, 6992, 9783, 7126, 11098, 7858, 10758, 7779, 11648, 7968, 12206, 8850, 16353, 8699, 8286, 8132, 7823, 9195, 10097, 9032, 10601, 16808, 12540, 16442, 7414, 11586, 7647, 11562, 8471, 12647, 12993, 7205, 8697, 7250, 9185, 7667, 10778, 8558, 7940, 8900, 6881, 9599, 8142, 9375, 9436, 10101, 18611, 9028, 7473, 9283, 16786, 11927, 18093, 12672, 16797, 11942, 12453, 7677, 10836, 7547, 10616, 7286, 12074, 8723, 10559, 7213, 8815, 7109, 8179, 7050, 7524, 12945, 7421, 10300, 7065, 8658, 6727, 8327, 8370, 7746, 13669, 8303, 12294, 7108, 9790, 7254, 8486, 17145, 7273, 12085, 8949, 8821, 6887, 7908, 8881, 7215, 10771, 6904, 8444, 7681, 7226, 11887, 6922, 9463, 7104, 8199, 15457, 7271, 11566, 6958, 8157, 11089, 6784, 9483, 6688, 7486, 9262, 6931, 8803, 6753, 7661, 7450, 7085, 12039, 7170, 8596, 10320, 7310, 12390, 7053, 9221, 6731, 7872, 8775, 6885, 13565, 8013, 10726, 6942, 11051, 15729, 10907, 13890, 8977, 10819, 7111, 7199, 6759, 7248, 6954, 6993, 13660, 7493, 8411, 9157, 7121, 9979, 6878, 7425, 9240, 6838, 10123, 7072, 8433, 6629, 7527, 13217, 7406, 10622, 7832, 8618, 8515, 7186, 11496, 6995, 9042, 8114, 7423, 14977, 7130, 10609, 6718, 7628, 11746, 7036, 8977, 7491, 8123, 7372, 6925, 11150, 7090, 8483, 16310, 8632, 13119, 7783, 8845, 10727, 7092, 10829, 6764, 8614, 14290, 7027, 10282, 7176, 7624, 6807, 7328, 13279, 7017, 8354, 6909, 7702, 6871, 7474, 13327, 7330, 11429, 9422, 9912, 6948, 8576, 9255, 7733, 15883, 10904, 13129, 9389, 9107, 7235, 8263, 13991, 7330, 10942, 6963, 9361, 15296, 9803, 12359, 8194, 9854, 7258, 8207, 6910, 8345, 15264, 8898, 11682, 7993, 10292, 7223, 8916, 7747, 7801, 6975, 7297, 7120, 8008, 11792, 7669, 12787, 9775, 13145, 10183, 8729, 16551, 8044, 12957, 8870, 9472, 17448, 10681, 13112, 7551, 8084, 7286, 8441, 13870, 7680, 9177, 7540, 8601, 7614, 8315, 9514, 7261, 8276, 7033, 8495, 7869, 7960, 9030, 7980, 12574, 7411, 9846, 7752, 8799, 16390, 9261, 12781, 8041, 10350, 7162, 8444, 14299, 7545, 11296, 7555, 7901, 7328, 8555, 7787, 8035, 12439, 7097, 10845, 8957, 8971, 7332, 7795, 13291, 7348, 8914, 14360, 7299, 10933, 7720, 8126, 7217, 8243, 12865, 7212, 9125, 7570, 8872, 7238, 7851, 11624, 7508, 9925, 8238, 8443, 10823, 7141, 8926, 6746, 9303, 6979, 8557, 6969, 9240, 9628, 8549, 16115, 8884, 12890, 10007, 10540, 7730, 7596, 7261, 8555, 7553, 8357, 11249, 7652, 12007, 8152, 9040, 7486, 8350, 7118, 8005, 12654, 7193, 9300, 7137, 8487, 7374, 8177, 10610, 7424, 9627, 7134, 9697, 7802, 8345, 7450, 7955, 7383, 9129, 9970, 8344, 15980, 11814, 14718, 8777, 12006, 7363, 10688, 7462, 9272, 7762, 11089, 8322, 9307, 7477, 7464, 7707, 8198, 11711, 8446, 15638, 12918, 12075, 8261, 14784, 7656, 11668, 8517, 11638, 8924, 13905, 8048, 7851, 7527, 8847, 7857, 8379, 13711, 7628, 10928, 7602, 7362, 7403, 7683, 7128, 7815, 6967, 7160, 8348, 11925, 7622, 13626, 9997, 16280, 17034, 13132, 16029, 12457, 12805, 8867, 7710, 8505, 8619, 8227, 11205, 8263, 7734, 7458, 7846, 8718, 12189, 8035, 11825, 9110, 16378, 12394, 10053, 8367, 8218, 7700, 8944, 10003, 8900, 16536, 9080, 19253, 13069, 19188, 15225, 19068, 14486, 18715, 13739, 17733, 10915, 14757, 9424, 8592, 8139, 6984, 7448, 7609, 7934, 8036, 8066, 14562, 8734, 15491, 11283, 17401, 13564, 8182, 8343, 7820, 8916, 7817, 9781, 7642, 13472], 'WindowCenter': [4198.0, 4244.0, 4202.0, 4229.0, 4187.0, 4195.0, 4143.0, 4214.0, 4183.0, 4203.0, 4172.0, 4171.0, 4152.0, 4141.0, 4140.0, 4141.0, 4150.0, 4142.0, 4173.0, 4153.0, 4163.0, 4153.0, 4152.0, 4131.0, 4143.0, 4171.0, 4144.0, 4163.0, 4144.0, 4164.0, 4153.0, 4143.0, 4142.0, 4154.0, 4163.0, 4144.0, 4196.0, 4157.0, 4176.0, 4156.0, 4155.0, 4165.0, 4156.0, 4206.0, 4164.0, 4165.0, 4215.0, 4195.0, 4192.0, 4142.0, 4152.0, 4151.0, 4143.0, 4193.0, 4163.0, 4163.0, 4142.0, 4152.0, 4132.0, 4144.0, 4183.0, 4155.0, 4165.0, 4144.0, 4156.0, 4144.0, 4146.0, 4195.0, 4156.0, 4185.0, 4217.0, 4166.0, 4216.0, 4165.0, 4184.0, 4143.0, 4154.0, 4204.0, 4164.0, 4174.0, 4143.0, 4142.0, 4143.0, 4144.0, 4204.0, 4156.0, 4177.0, 4187.0, 4157.0, 4205.0, 4145.0, 4175.0, 4145.0, 4156.0, 4227.0, 4197.0, 4207.0, 4153.0, 4153.0, 4203.0, 4143.0, 4171.0, 4142.0, 4164.0, 4205.0, 4143.0, 4183.0, 4143.0, 4161.0, 4144.0, 4154.0, 4144.0, 4156.0, 4187.0, 4157.0, 4208.0, 4168.0, 4187.0, 4167.0, 4188.0, 4229.0, 4178.0, 4207.0, 4185.0, 4176.0, 4166.0, 4164.0, 4183.0, 4168.0, 4214.0, 4174.0, 4186.0, 4153.0, 4152.0, 4131.0, 4154.0, 4204.0, 4154.0, 4175.0, 4153.0, 4154.0, 4132.0, 4154.0, 4182.0, 4144.0, 4186.0, 4164.0, 4163.0, 4205.0, 4143.0, 4172.0, 4143.0, 4165.0, 4197.0, 4156.0, 4185.0, 4156.0, 4174.0, 4144.0, 4166.0, 4216.0, 4167.0, 4197.0, 4165.0, 4176.0, 4153.0, 4154.0, 4203.0, 4154.0, 4185.0, 4174.0, 4165.0, 4183.0, 4143.0, 4182.0, 4143.0, 4163.0, 4144.0, 4166.0, 4195.0, 4156.0, 4173.0, 4144.0, 4165.0, 4144.0, 4155.0, 4216.0, 4165.0, 4175.0, 4144.0, 4153.0, 4162.0, 4144.0, 4174.0, 4144.0, 4165.0, 4185.0, 4144.0, 4195.0, 4145.0, 4175.0, 4175.0, 4155.0, 4195.0, 4155.0, 4164.0, 4144.0, 4155.0, 4215.0, 4145.0, 4187.0, 4155.0, 4166.0, 4153.0, 4155.0, 4183.0, 4143.0, 4175.0, 4166.0, 4156.0, 4197.0, 4156.0, 4205.0, 4146.0, 4175.0, 4157.0, 4177.0, 4218.0, 4187.0, 4206.0, 4145.0, 4185.0, 4155.0, 4165.0, 4175.0, 4156.0, 4216.0, 4206.0, 4193.0, 4144.0, 4183.0, 4144.0, 4175.0, 4155.0, 4164.0, 4154.0, 4155.0, 4144.0, 4155.0, 4174.0, 4157.0, 4207.0, 4168.0, 4207.0, 4167.0, 4175.0, 4155.0, 4176.0, 4166.0, 4156.0, 4207.0, 4177.0, 4143.0, 4155.0, 4164.0, 4145.0, 4218.0, 4197.0, 4175.0, 4172.0, 4152.0, 4161.0, 4132.0, 4186.0, 4157.0, 4166.0, 4157.0, 4157.0, 4159.0, 4159.0, 4171.0, 4171.0, 4215.0, 4172.0, 4202.0, 4170.0, 4212.0, 4220.0, 4243.0, 4231.0, 4242.0, 4222.0, 4230.0, 4198.0, 4188.0, 4166.0, 4156.0, 4165.0, 4166.0, 4195.0, 4163.0, 4184.0, 4194.0, 4213.0, 4215.0, 4182.0, 4212.0, 4193.0, 4201.0, 4180.0, 4199.0, 4169.0, 4198.0, 4166.0, 4187.0, 4146.0, 4135.0, 4137.0, 4127.0, 4137.0, 4130.0, 4170.0, 4153.0, 4142.0, 4151.0, 4133.0, 4163.0, 4154.0, 4155.0, 4177.0, 4149.0, 4208.0, 4168.0, 4147.0, 4176.0, 4160.0, 4188.0, 4168.0, 4198.0, 4168.0, 4158.0, 4230.0, 4189.0, 4209.0, 4230.0, 4167.0, 4206.0, 4166.0, 4217.0, 4197.0, 4229.0, 4207.0, 4216.0, 4184.0, 4131.0, 4152.0, 4146.0, 4185.0, 4166.0, 4175.0, 4144.0, 4145.0, 4167.0, 4206.0, 4156.0, 4196.0, 4177.0, 4196.0, 4177.0, 4194.0, 4144.0, 4154.0, 4157.0, 4166.0, 4168.0, 4180.0, 4193.0, 4169.0, 4178.0, 4158.0, 4192.0, 4169.0, 4178.0, 4157.0, 4210.0, 4231.0, 4198.0, 4175.0, 4154.0, 4153.0, 4143.0, 4156.0, 4168.0, 4157.0, 4177.0, 4146.0, 4165.0, 4147.0, 4176.0, 4167.0, 4198.0, 4180.0, 4219.0, 4188.0, 4185.0, 4155.0, 4215.0, 4144.0, 4204.0, 4184.0, 4196.0, 4166.0, 4205.0, 4154.0, 4162.0, 4142.0, 4142.0, 4154.0, 4204.0, 4154.0, 4175.0, 4155.0, 4153.0, 4155.0, 4172.0, 4154.0, 4154.0, 4156.0, 4166.0, 4157.0, 4198.0, 4170.0, 4210.0, 4179.0, 4218.0, 4166.0, 4184.0, 4156.0, 4196.0, 4155.0, 4196.0, 4165.0, 4196.0, 4167.0, 4206.0, 4155.0, 4184.0, 4155.0, 4164.0, 4143.0, 4166.0, 4176.0, 4144.0, 4157.0, 4157.0, 4157.0, 4157.0, 4159.0, 4191.0, 4222.0, 4170.0, 4209.0, 4190.0, 4168.0, 4169.0, 4198.0, 4158.0, 4220.0, 4208.0, 4187.0, 4217.0, 4206.0, 4153.0, 4154.0, 4142.0, 4144.0, 4144.0, 4156.0, 4217.0, 4157.0, 4166.0, 4196.0, 4143.0, 4145.0, 4155.0, 4145.0, 4156.0, 4155.0, 4168.0, 4218.0, 4187.0, 4176.0, 4156.0, 4195.0, 4156.0, 4185.0, 4157.0, 4198.0, 4169.0, 4188.0, 4157.0, 4177.0, 4146.0, 4155.0, 4156.0, 4156.0, 4167.0, 4166.0, 4186.0, 4210.0, 4154.0, 4156.0, 4145.0, 4154.0, 4185.0, 4145.0, 4206.0, 4156.0, 4218.0, 4177.0, 4195.0, 4155.0, 4183.0, 4143.0, 4184.0, 4143.0, 4154.0, 4143.0, 4153.0, 4155.0, 4163.0, 4144.0, 4153.0, 4145.0, 4165.0, 4173.0, 4133.0, 4164.0, 4146.0, 4157.0, 4170.0, 4169.0, 4170.0, 4159.0, 4169.0, 4200.0, 4170.0, 4231.0, 4209.0, 4221.0, 4187.0, 4165.0, 4145.0, 4155.0, 4145.0, 4154.0, 4155.0, 4186.0, 4157.0, 4144.0, 4157.0, 4165.0, 4167.0, 4157.0, 4168.0, 4230.0, 4199.0, 4208.0, 4186.0, 4194.0, 4155.0, 4154.0, 4143.0, 4205.0, 4154.0, 4164.0, 4204.0, 4173.0, 4183.0, 4140.0, 4130.0, 4141.0, 4140.0, 4143.0, 4205.0, 4154.0, 4163.0, 4182.0, 4142.0, 4141.0, 4143.0, 4162.0, 4134.0, 4186.0, 4194.0, 4154.0, 4182.0, 4142.0, 4164.0, 4173.0, 4143.0, 4155.0, 4168.0, 4169.0, 4160.0, 4159.0, 4160.0, 4231.0, 4189.0, 4181.0, 4219.0, 4188.0, 4186.0, 4146.0, 4165.0, 4146.0, 4178.0, 4229.0, 4207.0, 4196.0, 4144.0, 4153.0, 4133.0, 4154.0, 4144.0, 4157.0, 4199.0, 4158.0, 4208.0, 4177.0, 4186.0, 4155.0, 4155.0, 4154.0, 4155.0, 4208.0, 4157.0, 4196.0, 4167.0, 4185.0, 4145.0, 4156.0, 4156.0, 4167.0, 4167.0, 4157.0, 4220.0, 4186.0, 4177.0, 4228.0, 4195.0, 4143.0, 4143.0, 4143.0, 4144.0, 4155.0, 4146.0, 4177.0, 4159.0, 4208.0, 4170.0, 4218.0, 4168.0, 4206.0, 4144.0, 4197.0, 4145.0, 4165.0, 4177.0, 4208.0, 4155.0, 4155.0, 4145.0, 4165.0, 4215.0, 4195.0, 4183.0, 4142.0, 4153.0, 4142.0, 4142.0, 4133.0, 4143.0, 4144.0, 4156.0, 4156.0, 4178.0, 4146.0, 4166.0, 4147.0, 4187.0, 4195.0, 4167.0, 4157.0, 4188.0, 4158.0, 4166.0, 4147.0, 4164.0, 4146.0, 4198.0, 4229.0, 4167.0, 4217.0, 4199.0, 4206.0, 4155.0, 4184.0, 4145.0, 4195.0, 4165.0, 4197.0, 4216.0, 4205.0, 4192.0, 4140.0, 4170.0, 4141.0, 4149.0, 4142.0, 4163.0, 4144.0, 4163.0, 4144.0, 4165.0, 4203.0, 4142.0, 4172.0, 4141.0, 4143.0, 4144.0, 4175.0, 4143.0, 4153.0, 4141.0, 4164.0, 4155.0, 4165.0, 4154.0, 4176.0, 4145.0, 4165.0, 4145.0, 4166.0, 4217.0, 4174.0, 4174.0, 4194.0, 4153.0, 4143.0, 4153.0, 4143.0, 4154.0, 4205.0, 4143.0, 4153.0, 4163.0, 4143.0, 4143.0, 4154.0, 4143.0, 4155.0, 4155.0, 4155.0, 4196.0, 4167.0, 4174.0, 4154.0, 4143.0, 4155.0, 4217.0, 4194.0, 4194.0, 4164.0, 4182.0, 4133.0, 4174.0, 4146.0, 4166.0, 4158.0, 4167.0, 4157.0, 4176.0, 4156.0, 4208.0, 4168.0, 4208.0, 4189.0, 4217.0, 4165.0, 4163.0, 4143.0, 4215.0, 4195.0, 4193.0, 4173.0, 4182.0, 4131.0, 4151.0, 4131.0, 4151.0, 4154.0, 4173.0, 4155.0, 4175.0, 4145.0, 4154.0, 4144.0, 4145.0, 4156.0, 4168.0, 4160.0, 4221.0, 4180.0, 4221.0, 4198.0, 4157.0, 4206.0, 4156.0, 4219.0, 4200.0, 4218.0, 4198.0, 4143.0, 4153.0, 4145.0, 4194.0, 4156.0, 4207.0, 4178.0, 4217.0, 4185.0, 4142.0, 4160.0, 4144.0, 4193.0, 4155.0, 4206.0, 4165.0, 4183.0, 4154.0, 4143.0, 4163.0, 4143.0, 4173.0, 4155.0, 4205.0, 4156.0, 4184.0, 4154.0, 4173.0, 4156.0, 4186.0, 4165.0, 4145.0, 4154.0, 4144.0, 4164.0, 4145.0, 4186.0, 4156.0, 4218.0, 4157.0, 4155.0, 4155.0, 4155.0, 4168.0, 4158.0, 4198.0, 4157.0, 4176.0, 4156.0, 4156.0, 4157.0, 4178.0, 4179.0, 4158.0, 4219.0, 4147.0, 4186.0, 4158.0, 4197.0, 4169.0, 4219.0, 4198.0, 4207.0, 4155.0, 4144.0, 4175.0, 4164.0, 4154.0, 4196.0, 4166.0, 4153.0, 4153.0, 4163.0, 4143.0, 4173.0, 4144.0, 4194.0, 4165.0, 4183.0, 4143.0, 4171.0, 4132.0, 4172.0, 4153.0, 4193.0, 4164.0, 4215.0, 4163.0, 4141.0, 4131.0, 4141.0, 4153.0, 4164.0, 4154.0, 4184.0, 4165.0, 4154.0, 4155.0, 4153.0, 4174.0, 4145.0, 4187.0, 4168.0, 4217.0, 4187.0, 4217.0, 4195.0, 4216.0, 4194.0, 4192.0, 4131.0, 4161.0, 4141.0, 4152.0, 4142.0, 4172.0, 4141.0, 4150.0, 4131.0, 4141.0, 4142.0, 4154.0, 4155.0, 4155.0, 4154.0, 4154.0, 4155.0, 4156.0, 4156.0, 4156.0, 4218.0, 4188.0, 4216.0, 4197.0, 4204.0, 4144.0, 4173.0, 4154.0, 4175.0, 4216.0, 4184.0, 4214.0, 4152.0, 4181.0, 4141.0, 4170.0, 4144.0, 4164.0, 4145.0, 4164.0, 4156.0, 4175.0, 4156.0, 4155.0, 4155.0, 4155.0, 4155.0, 4167.0, 4216.0, 4207.0, 4196.0, 4173.0, 4150.0, 4142.0, 4151.0, 4142.0, 4151.0, 4156.0, 4154.0, 4156.0, 4177.0, 4156.0, 4166.0, 4144.0, 4155.0, 4176.0, 4157.0, 4207.0, 4177.0, 4144.0, 4154.0, 4215.0, 4162.0, 4162.0, 4173.0, 4152.0, 4142.0, 4142.0, 4168.0, 4170.0, 4216.0, 4143.0, 4161.0, 4171.0, 4142.0, 4132.0, 4153.0, 4143.0, 4155.0, 4219.0, 4212.0, 4233.0, 4196.0, 4182.0, 4158.0, 4158.0, 4208.0, 4167.0, 4197.0, 4177.0, 4205.0, 4154.0, 4164.0, 4215.0, 4153.0, 4204.0, 4185.0, 4183.0, 4151.0, 4162.0, 4150.0, 4142.0, 4182.0, 4151.0, 4162.0, 4142.0, 4141.0, 4131.0, 4143.0, 4161.0, 4141.0, 4163.0, 4141.0, 4152.0, 4131.0, 4141.0, 4174.0, 4141.0, 4183.0, 4140.0, 4161.0, 4141.0, 4152.0, 4143.0, 4165.0, 4174.0, 4156.0, 4227.0, 4187.0, 4216.0, 4175.0, 4194.0, 4153.0, 4184.0, 4144.0, 4162.0, 4163.0, 4153.0, 4153.0, 4143.0, 4193.0, 4144.0, 4185.0, 4165.0, 4174.0, 4132.0, 4152.0, 4151.0, 4142.0, 4214.0, 4144.0, 4183.0, 4163.0, 4150.0, 4131.0, 4150.0, 4132.0, 4151.0, 4164.0, 4156.0, 4176.0, 4155.0, 4152.0, 4144.0, 4214.0, 4152.0, 4162.0, 4171.0, 4152.0, 4172.0, 4142.0, 4143.0, 4155.0, 4194.0, 4144.0, 4164.0, 4152.0, 4166.0, 4153.0, 4155.0, 4153.0, 4156.0, 4207.0, 4169.0, 4208.0, 4190.0, 4186.0, 4167.0, 4177.0, 4169.0, 4199.0, 4176.0, 4227.0, 4161.0, 4194.0, 4143.0, 4174.0, 4214.0, 4202.0, 4191.0, 4150.0, 4149.0, 4128.0, 4150.0, 4131.0, 4150.0, 4132.0, 4152.0, 4142.0, 4151.0, 4144.0, 4166.0, 4217.0, 4166.0, 4195.0, 4165.0, 4171.0, 4141.0, 4160.0, 4143.0, 4162.0, 4144.0, 4186.0, 4197.0, 4166.0, 4186.0, 4144.0, 4143.0, 4154.0, 4173.0, 4143.0, 4215.0, 4155.0, 4195.0, 4194.0, 4194.0, 4132.0, 4152.0, 4171.0, 4142.0, 4171.0, 4153.0, 4143.0, 4153.0, 4144.0, 4163.0, 4155.0, 4175.0, 4168.0, 4168.0, 4190.0, 4170.0, 4218.0, 4221.0, 4229.0, 4188.0, 4217.0, 4183.0, 4183.0, 4213.0, 4193.0, 4201.0, 4183.0, 4129.0, 4140.0, 4129.0, 4141.0, 4191.0, 4142.0, 4153.0, 4142.0, 4151.0, 4131.0, 4142.0, 4134.0, 4164.0, 4146.0, 4177.0, 4147.0, 4177.0, 4198.0, 4178.0, 4145.0, 4144.0, 4145.0, 4164.0, 4176.0, 4167.0, 4217.0, 4219.0, 4154.0, 4154.0, 4144.0, 4163.0, 4146.0, 4185.0, 4146.0, 4206.0, 4196.0, 4216.0, 4153.0, 4172.0, 4133.0, 4162.0, 4156.0, 4184.0, 4154.0, 4215.0, 4205.0, 4202.0, 4140.0, 4170.0, 4141.0, 4159.0, 4141.0, 4152.0, 4153.0, 4140.0, 4153.0, 4202.0, 4139.0, 4169.0, 4131.0, 4161.0, 4142.0, 4161.0, 4142.0, 4161.0, 4131.0, 4163.0, 4143.0, 4164.0, 4182.0, 4141.0, 4130.0, 4141.0, 4150.0, 4155.0, 4163.0, 4156.0, 4217.0, 4164.0, 4172.0, 4132.0, 4151.0, 4131.0, 4152.0, 4143.0, 4164.0, 4144.0, 4196.0, 4145.0, 4184.0, 4144.0, 4174.0, 4162.0, 4154.0, 4164.0, 4166.0, 4174.0, 4214.0, 4188.0, 4229.0, 4187.0, 4216.0, 4154.0, 4143.0, 4174.0, 4132.0, 4164.0, 4144.0, 4174.0, 4215.0, 4183.0, 4203.0, 4150.0, 4170.0, 4149.0, 4159.0, 4128.0, 4189.0, 4138.0, 4116.0, 4160.0, 4131.0, 4181.0, 4151.0, 4160.0, 4151.0, 4129.0, 4170.0, 4129.0, 4191.0, 4137.0, 4168.0, 4136.0, 4137.0, 4168.0, 4139.0, 4117.0, 4136.0, 4118.0, 4138.0, 4133.0, 4172.0, 4144.0, 4197.0, 4166.0, 4187.0, 4156.0, 4186.0, 4156.0, 4196.0, 4167.0, 4217.0, 4165.0, 4154.0, 4156.0, 4155.0, 4179.0, 4176.0, 4167.0, 4187.0, 4218.0, 4196.0, 4215.0, 4144.0, 4183.0, 4144.0, 4184.0, 4156.0, 4196.0, 4208.0, 4144.0, 4154.0, 4145.0, 4163.0, 4155.0, 4198.0, 4166.0, 4168.0, 4166.0, 4147.0, 4176.0, 4154.0, 4164.0, 4176.0, 4186.0, 4229.0, 4166.0, 4145.0, 4177.0, 4216.0, 4184.0, 4216.0, 4195.0, 4203.0, 4183.0, 4181.0, 4130.0, 4169.0, 4142.0, 4171.0, 4132.0, 4194.0, 4154.0, 4172.0, 4131.0, 4150.0, 4130.0, 4142.0, 4132.0, 4154.0, 4194.0, 4143.0, 4170.0, 4132.0, 4151.0, 4133.0, 4154.0, 4154.0, 4157.0, 4205.0, 4155.0, 4182.0, 4132.0, 4163.0, 4131.0, 4152.0, 4213.0, 4143.0, 4183.0, 4153.0, 4152.0, 4131.0, 4141.0, 4151.0, 4142.0, 4171.0, 4145.0, 4165.0, 4154.0, 4145.0, 4183.0, 4143.0, 4174.0, 4133.0, 4165.0, 4217.0, 4144.0, 4184.0, 4132.0, 4142.0, 4171.0, 4131.0, 4161.0, 4133.0, 4144.0, 4163.0, 4144.0, 4161.0, 4133.0, 4154.0, 4142.0, 4144.0, 4195.0, 4155.0, 4165.0, 4185.0, 4158.0, 4195.0, 4144.0, 4162.0, 4133.0, 4154.0, 4164.0, 4156.0, 4206.0, 4167.0, 4185.0, 4144.0, 4187.0, 4205.0, 4173.0, 4193.0, 4163.0, 4173.0, 4132.0, 4130.0, 4131.0, 4142.0, 4142.0, 4144.0, 4217.0, 4157.0, 4164.0, 4162.0, 4142.0, 4171.0, 4131.0, 4142.0, 4175.0, 4146.0, 4183.0, 4144.0, 4153.0, 4132.0, 4154.0, 4194.0, 4155.0, 4185.0, 4153.0, 4164.0, 4151.0, 4142.0, 4182.0, 4131.0, 4163.0, 4153.0, 4144.0, 4203.0, 4143.0, 4183.0, 4131.0, 4153.0, 4192.0, 4144.0, 4164.0, 4142.0, 4165.0, 4143.0, 4143.0, 4184.0, 4143.0, 4164.0, 4227.0, 4164.0, 4203.0, 4142.0, 4160.0, 4169.0, 4130.0, 4170.0, 4129.0, 4152.0, 4203.0, 4141.0, 4170.0, 4130.0, 4140.0, 4130.0, 4143.0, 4204.0, 4144.0, 4164.0, 4145.0, 4155.0, 4145.0, 4157.0, 4204.0, 4156.0, 4197.0, 4176.0, 4174.0, 4144.0, 4165.0, 4164.0, 4143.0, 4204.0, 4185.0, 4194.0, 4163.0, 4151.0, 4130.0, 4152.0, 4191.0, 4131.0, 4172.0, 4130.0, 4161.0, 4202.0, 4161.0, 4180.0, 4150.0, 4158.0, 4130.0, 4151.0, 4130.0, 4151.0, 4202.0, 4163.0, 4182.0, 4154.0, 4173.0, 4143.0, 4162.0, 4142.0, 4153.0, 4144.0, 4143.0, 4143.0, 4156.0, 4196.0, 4156.0, 4207.0, 4176.0, 4197.0, 4174.0, 4153.0, 4202.0, 4140.0, 4182.0, 4139.0, 4149.0, 4201.0, 4169.0, 4180.0, 4128.0, 4127.0, 4116.0, 4138.0, 4178.0, 4127.0, 4150.0, 4140.0, 4150.0, 4129.0, 4140.0, 4148.0, 4130.0, 4150.0, 4131.0, 4164.0, 4154.0, 4154.0, 4164.0, 4154.0, 4193.0, 4144.0, 4173.0, 4143.0, 4165.0, 4216.0, 4164.0, 4194.0, 4153.0, 4172.0, 4131.0, 4153.0, 4203.0, 4143.0, 4183.0, 4142.0, 4152.0, 4131.0, 4152.0, 4141.0, 4152.0, 4192.0, 4143.0, 4184.0, 4163.0, 4163.0, 4140.0, 4143.0, 4193.0, 4141.0, 4162.0, 4204.0, 4142.0, 4172.0, 4143.0, 4141.0, 4141.0, 4153.0, 4192.0, 4145.0, 4174.0, 4153.0, 4164.0, 4142.0, 4154.0, 4183.0, 4143.0, 4175.0, 4153.0, 4165.0, 4184.0, 4145.0, 4163.0, 4145.0, 4164.0, 4146.0, 4165.0, 4145.0, 4177.0, 4188.0, 4166.0, 4216.0, 4163.0, 4194.0, 4175.0, 4174.0, 4145.0, 4142.0, 4142.0, 4152.0, 4142.0, 4155.0, 4184.0, 4144.0, 4196.0, 4157.0, 4164.0, 4143.0, 4152.0, 4131.0, 4154.0, 4194.0, 4145.0, 4176.0, 4144.0, 4168.0, 4145.0, 4166.0, 4183.0, 4146.0, 4177.0, 4147.0, 4177.0, 4157.0, 4166.0, 4145.0, 4157.0, 4157.0, 4176.0, 4176.0, 4167.0, 4218.0, 4198.0, 4217.0, 4165.0, 4195.0, 4145.0, 4185.0, 4145.0, 4175.0, 4156.0, 4185.0, 4154.0, 4164.0, 4145.0, 4144.0, 4154.0, 4153.0, 4196.0, 4165.0, 4217.0, 4196.0, 4183.0, 4153.0, 4203.0, 4141.0, 4171.0, 4152.0, 4182.0, 4151.0, 4192.0, 4140.0, 4138.0, 4129.0, 4150.0, 4138.0, 4150.0, 4203.0, 4155.0, 4182.0, 4153.0, 4130.0, 4141.0, 4153.0, 4146.0, 4167.0, 4159.0, 4173.0, 4194.0, 4236.0, 4184.0, 4233.0, 4202.0, 4232.0, 4218.0, 4198.0, 4207.0, 4197.0, 4195.0, 4152.0, 4138.0, 4153.0, 4154.0, 4166.0, 4185.0, 4155.0, 4154.0, 4143.0, 4154.0, 4165.0, 4197.0, 4168.0, 4208.0, 4177.0, 4229.0, 4210.0, 4176.0, 4164.0, 4155.0, 4156.0, 4178.0, 4175.0, 4165.0, 4215.0, 4166.0, 4215.0, 4195.0, 4215.0, 4205.0, 4203.0, 4191.0, 4199.0, 4178.0, 4187.0, 4157.0, 4176.0, 4137.0, 4124.0, 4125.0, 4115.0, 4127.0, 4141.0, 4141.0, 4140.0, 4141.0, 4192.0, 4141.0, 4192.0, 4172.0, 4202.0, 4180.0, 4138.0, 4128.0, 4127.0, 4138.0, 4142.0, 4160.0, 4142.0, 4191.0], 'WindowWidth': [9326.0, 9382.0, 9318.0, 9348.0, 9287.0, 9296.0, 9223.0, 9323.0, 9275.0, 9304.0, 9260.0, 9254.0, 9232.0, 9214.0, 9213.0, 9215.0, 9227.0, 9219.0, 9261.0, 9237.0, 9249.0, 9234.0, 9231.0, 9204.0, 9222.0, 9257.0, 9224.0, 9249.0, 9226.0, 9251.0, 9235.0, 9222.0, 9220.0, 9238.0, 9250.0, 9227.0, 9299.0, 9249.0, 9271.0, 9244.0, 9243.0, 9254.0, 9244.0, 9311.0, 9254.0, 9255.0, 9323.0, 9292.0, 9286.0, 9219.0, 9232.0, 9228.0, 9222.0, 9290.0, 9249.0, 9247.0, 9221.0, 9233.0, 9206.0, 9226.0, 9275.0, 9244.0, 9256.0, 9226.0, 9246.0, 9226.0, 9232.0, 9296.0, 9244.0, 9285.0, 9331.0, 9257.0, 9324.0, 9254.0, 9278.0, 9222.0, 9239.0, 9308.0, 9253.0, 9264.0, 9224.0, 9221.0, 9225.0, 9227.0, 9306.0, 9246.0, 9276.0, 9288.0, 9248.0, 9310.0, 9230.0, 9269.0, 9229.0, 9247.0, 9346.0, 9303.0, 9315.0, 9238.0, 9237.0, 9301.0, 9222.0, 9257.0, 9221.0, 9253.0, 9311.0, 9223.0, 9277.0, 9223.0, 9246.0, 9226.0, 9239.0, 9229.0, 9247.0, 9291.0, 9251.0, 9319.0, 9265.0, 9288.0, 9264.0, 9293.0, 9352.0, 9279.0, 9315.0, 9283.0, 9273.0, 9260.0, 9254.0, 9277.0, 9268.0, 9324.0, 9267.0, 9285.0, 9238.0, 9234.0, 9205.0, 9240.0, 9307.0, 9243.0, 9269.0, 9238.0, 9240.0, 9207.0, 9239.0, 9274.0, 9227.0, 9288.0, 9256.0, 9253.0, 9311.0, 9224.0, 9261.0, 9225.0, 9257.0, 9303.0, 9247.0, 9283.0, 9247.0, 9268.0, 9229.0, 9259.0, 9329.0, 9264.0, 9303.0, 9258.0, 9274.0, 9237.0, 9239.0, 9305.0, 9241.0, 9285.0, 9266.0, 9255.0, 9277.0, 9224.0, 9273.0, 9224.0, 9251.0, 9230.0, 9261.0, 9297.0, 9247.0, 9265.0, 9229.0, 9256.0, 9226.0, 9244.0, 9327.0, 9257.0, 9270.0, 9227.0, 9238.0, 9249.0, 9227.0, 9267.0, 9230.0, 9257.0, 9282.0, 9228.0, 9296.0, 9232.0, 9273.0, 9270.0, 9244.0, 9298.0, 9245.0, 9254.0, 9226.0, 9244.0, 9326.0, 9231.0, 9287.0, 9242.0, 9260.0, 9238.0, 9244.0, 9279.0, 9228.0, 9271.0, 9262.0, 9248.0, 9302.0, 9248.0, 9313.0, 9235.0, 9272.0, 9252.0, 9278.0, 9334.0, 9290.0, 9314.0, 9231.0, 9284.0, 9244.0, 9256.0, 9270.0, 9246.0, 9329.0, 9313.0, 9290.0, 9227.0, 9279.0, 9229.0, 9271.0, 9242.0, 9255.0, 9243.0, 9243.0, 9229.0, 9246.0, 9269.0, 9249.0, 9317.0, 9266.0, 9317.0, 9263.0, 9270.0, 9247.0, 9273.0, 9261.0, 9244.0, 9315.0, 9275.0, 9224.0, 9244.0, 9253.0, 9231.0, 9337.0, 9304.0, 9270.0, 9261.0, 9234.0, 9244.0, 9207.0, 9288.0, 9251.0, 9261.0, 9254.0, 9251.0, 9257.0, 9259.0, 9277.0, 9276.0, 9344.0, 9282.0, 9318.0, 9276.0, 9334.0, 9343.0, 9378.0, 9358.0, 9377.0, 9347.0, 9353.0, 9303.0, 9293.0, 9263.0, 9249.0, 9259.0, 9262.0, 9299.0, 9253.0, 9279.0, 9294.0, 9318.0, 9325.0, 9275.0, 9316.0, 9288.0, 9300.0, 9267.0, 9290.0, 9248.0, 9287.0, 9238.0, 9271.0, 9212.0, 9195.0, 9201.0, 9190.0, 9201.0, 9198.0, 9252.0, 9236.0, 9217.0, 9228.0, 9211.0, 9250.0, 9240.0, 9243.0, 9276.0, 9241.0, 9319.0, 9265.0, 9234.0, 9273.0, 9256.0, 9290.0, 9264.0, 9304.0, 9263.0, 9249.0, 9350.0, 9294.0, 9319.0, 9350.0, 9259.0, 9310.0, 9256.0, 9327.0, 9300.0, 9349.0, 9313.0, 9323.0, 9275.0, 9201.0, 9229.0, 9231.0, 9282.0, 9259.0, 9267.0, 9226.0, 9227.0, 9258.0, 9312.0, 9242.0, 9294.0, 9273.0, 9296.0, 9271.0, 9288.0, 9224.0, 9236.0, 9245.0, 9257.0, 9263.0, 9285.0, 9306.0, 9265.0, 9275.0, 9247.0, 9300.0, 9262.0, 9272.0, 9244.0, 9323.0, 9353.0, 9301.0, 9264.0, 9234.0, 9233.0, 9219.0, 9243.0, 9263.0, 9247.0, 9271.0, 9229.0, 9253.0, 9232.0, 9271.0, 9261.0, 9302.0, 9281.0, 9333.0, 9289.0, 9279.0, 9238.0, 9321.0, 9221.0, 9304.0, 9276.0, 9296.0, 9254.0, 9306.0, 9234.0, 9243.0, 9218.0, 9219.0, 9237.0, 9304.0, 9237.0, 9265.0, 9240.0, 9233.0, 9241.0, 9257.0, 9236.0, 9237.0, 9243.0, 9256.0, 9247.0, 9301.0, 9269.0, 9323.0, 9280.0, 9331.0, 9257.0, 9278.0, 9242.0, 9293.0, 9240.0, 9294.0, 9253.0, 9296.0, 9260.0, 9311.0, 9239.0, 9277.0, 9240.0, 9252.0, 9219.0, 9256.0, 9269.0, 9225.0, 9247.0, 9247.0, 9248.0, 9248.0, 9255.0, 9300.0, 9342.0, 9269.0, 9320.0, 9296.0, 9263.0, 9264.0, 9302.0, 9248.0, 9339.0, 9316.0, 9285.0, 9330.0, 9308.0, 9232.0, 9235.0, 9218.0, 9223.0, 9223.0, 9244.0, 9328.0, 9246.0, 9257.0, 9295.0, 9222.0, 9227.0, 9241.0, 9227.0, 9244.0, 9241.0, 9264.0, 9333.0, 9287.0, 9270.0, 9245.0, 9293.0, 9243.0, 9281.0, 9245.0, 9301.0, 9269.0, 9288.0, 9250.0, 9273.0, 9233.0, 9242.0, 9243.0, 9244.0, 9260.0, 9259.0, 9285.0, 9323.0, 9240.0, 9242.0, 9227.0, 9239.0, 9280.0, 9227.0, 9311.0, 9246.0, 9334.0, 9275.0, 9295.0, 9242.0, 9275.0, 9222.0, 9278.0, 9221.0, 9235.0, 9221.0, 9235.0, 9241.0, 9250.0, 9227.0, 9235.0, 9228.0, 9254.0, 9262.0, 9211.0, 9252.0, 9234.0, 9250.0, 9272.0, 9270.0, 9272.0, 9256.0, 9269.0, 9309.0, 9270.0, 9358.0, 9321.0, 9341.0, 9285.0, 9253.0, 9227.0, 9239.0, 9227.0, 9239.0, 9242.0, 9286.0, 9250.0, 9228.0, 9249.0, 9258.0, 9262.0, 9249.0, 9266.0, 9352.0, 9306.0, 9318.0, 9284.0, 9291.0, 9240.0, 9237.0, 9224.0, 9307.0, 9237.0, 9251.0, 9306.0, 9261.0, 9272.0, 9214.0, 9200.0, 9217.0, 9216.0, 9223.0, 9307.0, 9238.0, 9248.0, 9272.0, 9218.0, 9217.0, 9222.0, 9246.0, 9212.0, 9283.0, 9292.0, 9237.0, 9274.0, 9221.0, 9250.0, 9262.0, 9224.0, 9246.0, 9267.0, 9270.0, 9259.0, 9256.0, 9259.0, 9356.0, 9293.0, 9287.0, 9336.0, 9293.0, 9286.0, 9232.0, 9256.0, 9232.0, 9276.0, 9353.0, 9314.0, 9297.0, 9224.0, 9235.0, 9211.0, 9240.0, 9227.0, 9250.0, 9309.0, 9251.0, 9317.0, 9276.0, 9285.0, 9241.0, 9241.0, 9240.0, 9244.0, 9320.0, 9251.0, 9299.0, 9264.0, 9283.0, 9230.0, 9245.0, 9246.0, 9263.0, 9260.0, 9249.0, 9342.0, 9285.0, 9274.0, 9349.0, 9297.0, 9224.0, 9224.0, 9222.0, 9227.0, 9242.0, 9235.0, 9277.0, 9257.0, 9322.0, 9273.0, 9334.0, 9266.0, 9314.0, 9229.0, 9301.0, 9231.0, 9256.0, 9274.0, 9320.0, 9243.0, 9242.0, 9229.0, 9257.0, 9330.0, 9295.0, 9278.0, 9222.0, 9238.0, 9220.0, 9220.0, 9211.0, 9225.0, 9229.0, 9247.0, 9247.0, 9281.0, 9235.0, 9259.0, 9236.0, 9290.0, 9298.0, 9263.0, 9252.0, 9293.0, 9254.0, 9259.0, 9237.0, 9256.0, 9236.0, 9307.0, 9349.0, 9262.0, 9330.0, 9307.0, 9311.0, 9243.0, 9279.0, 9228.0, 9295.0, 9256.0, 9302.0, 9329.0, 9309.0, 9284.0, 9214.0, 9253.0, 9217.0, 9225.0, 9222.0, 9250.0, 9228.0, 9250.0, 9226.0, 9255.0, 9305.0, 9220.0, 9260.0, 9218.0, 9222.0, 9228.0, 9268.0, 9223.0, 9237.0, 9218.0, 9252.0, 9243.0, 9257.0, 9242.0, 9274.0, 9231.0, 9257.0, 9229.0, 9259.0, 9335.0, 9266.0, 9263.0, 9290.0, 9234.0, 9222.0, 9236.0, 9223.0, 9239.0, 9309.0, 9225.0, 9237.0, 9249.0, 9221.0, 9225.0, 9239.0, 9224.0, 9242.0, 9243.0, 9245.0, 9299.0, 9263.0, 9264.0, 9239.0, 9225.0, 9243.0, 9334.0, 9293.0, 9291.0, 9254.0, 9273.0, 9209.0, 9268.0, 9235.0, 9260.0, 9253.0, 9265.0, 9250.0, 9273.0, 9247.0, 9320.0, 9266.0, 9320.0, 9294.0, 9329.0, 9256.0, 9250.0, 9223.0, 9327.0, 9295.0, 9291.0, 9260.0, 9271.0, 9203.0, 9228.0, 9204.0, 9230.0, 9239.0, 9264.0, 9242.0, 9269.0, 9230.0, 9240.0, 9225.0, 9229.0, 9247.0, 9264.0, 9258.0, 9339.0, 9284.0, 9340.0, 9304.0, 9247.0, 9309.0, 9242.0, 9333.0, 9309.0, 9330.0, 9301.0, 9220.0, 9235.0, 9227.0, 9291.0, 9243.0, 9314.0, 9275.0, 9326.0, 9280.0, 9218.0, 9242.0, 9224.0, 9287.0, 9242.0, 9313.0, 9254.0, 9275.0, 9235.0, 9219.0, 9246.0, 9222.0, 9260.0, 9240.0, 9305.0, 9243.0, 9276.0, 9238.0, 9259.0, 9242.0, 9285.0, 9253.0, 9226.0, 9237.0, 9225.0, 9249.0, 9227.0, 9283.0, 9247.0, 9329.0, 9246.0, 9240.0, 9242.0, 9241.0, 9262.0, 9250.0, 9304.0, 9250.0, 9270.0, 9245.0, 9244.0, 9248.0, 9278.0, 9280.0, 9252.0, 9335.0, 9235.0, 9285.0, 9250.0, 9301.0, 9269.0, 9335.0, 9305.0, 9313.0, 9240.0, 9226.0, 9267.0, 9251.0, 9241.0, 9297.0, 9257.0, 9235.0, 9235.0, 9246.0, 9222.0, 9260.0, 9225.0, 9291.0, 9257.0, 9274.0, 9221.0, 9255.0, 9206.0, 9257.0, 9234.0, 9287.0, 9252.0, 9324.0, 9247.0, 9216.0, 9203.0, 9217.0, 9234.0, 9253.0, 9240.0, 9278.0, 9255.0, 9239.0, 9242.0, 9236.0, 9265.0, 9231.0, 9289.0, 9264.0, 9329.0, 9287.0, 9328.0, 9294.0, 9324.0, 9291.0, 9283.0, 9201.0, 9239.0, 9217.0, 9231.0, 9217.0, 9257.0, 9214.0, 9226.0, 9201.0, 9214.0, 9218.0, 9240.0, 9245.0, 9242.0, 9241.0, 9240.0, 9243.0, 9245.0, 9244.0, 9246.0, 9334.0, 9290.0, 9325.0, 9299.0, 9306.0, 9225.0, 9261.0, 9237.0, 9269.0, 9325.0, 9277.0, 9321.0, 9233.0, 9269.0, 9218.0, 9256.0, 9226.0, 9252.0, 9229.0, 9255.0, 9245.0, 9269.0, 9244.0, 9240.0, 9241.0, 9240.0, 9241.0, 9259.0, 9330.0, 9313.0, 9298.0, 9260.0, 9225.0, 9218.0, 9229.0, 9218.0, 9231.0, 9245.0, 9241.0, 9248.0, 9274.0, 9246.0, 9257.0, 9227.0, 9243.0, 9272.0, 9246.0, 9315.0, 9274.0, 9225.0, 9240.0, 9325.0, 9246.0, 9244.0, 9260.0, 9233.0, 9219.0, 9221.0, 9267.0, 9273.0, 9328.0, 9223.0, 9244.0, 9258.0, 9221.0, 9206.0, 9237.0, 9223.0, 9245.0, 9337.0, 9354.0, 9386.0, 9321.0, 9294.0, 9252.0, 9255.0, 9319.0, 9263.0, 9303.0, 9275.0, 9310.0, 9240.0, 9253.0, 9322.0, 9234.0, 9309.0, 9280.0, 9275.0, 9230.0, 9247.0, 9227.0, 9221.0, 9272.0, 9232.0, 9247.0, 9220.0, 9217.0, 9204.0, 9223.0, 9242.0, 9219.0, 9248.0, 9219.0, 9233.0, 9204.0, 9219.0, 9265.0, 9217.0, 9277.0, 9214.0, 9244.0, 9217.0, 9233.0, 9223.0, 9255.0, 9268.0, 9245.0, 9345.0, 9289.0, 9327.0, 9270.0, 9292.0, 9238.0, 9279.0, 9228.0, 9249.0, 9252.0, 9238.0, 9235.0, 9224.0, 9290.0, 9229.0, 9285.0, 9256.0, 9266.0, 9209.0, 9233.0, 9230.0, 9221.0, 9323.0, 9228.0, 9277.0, 9251.0, 9227.0, 9206.0, 9229.0, 9207.0, 9234.0, 9254.0, 9247.0, 9274.0, 9245.0, 9237.0, 9227.0, 9323.0, 9234.0, 9246.0, 9258.0, 9235.0, 9261.0, 9222.0, 9227.0, 9246.0, 9295.0, 9230.0, 9254.0, 9235.0, 9263.0, 9240.0, 9244.0, 9238.0, 9247.0, 9319.0, 9271.0, 9322.0, 9301.0, 9287.0, 9264.0, 9277.0, 9273.0, 9310.0, 9276.0, 9344.0, 9249.0, 9293.0, 9223.0, 9265.0, 9326.0, 9303.0, 9286.0, 9226.0, 9223.0, 9196.0, 9227.0, 9207.0, 9229.0, 9210.0, 9234.0, 9225.0, 9234.0, 9228.0, 9259.0, 9332.0, 9261.0, 9297.0, 9256.0, 9259.0, 9219.0, 9241.0, 9224.0, 9248.0, 9228.0, 9287.0, 9304.0, 9260.0, 9286.0, 9227.0, 9224.0, 9239.0, 9262.0, 9225.0, 9326.0, 9244.0, 9299.0, 9295.0, 9294.0, 9208.0, 9234.0, 9258.0, 9221.0, 9258.0, 9240.0, 9225.0, 9239.0, 9229.0, 9252.0, 9244.0, 9274.0, 9268.0, 9268.0, 9300.0, 9274.0, 9337.0, 9344.0, 9349.0, 9290.0, 9331.0, 9276.0, 9274.0, 9320.0, 9287.0, 9297.0, 9275.0, 9198.0, 9215.0, 9199.0, 9217.0, 9284.0, 9222.0, 9236.0, 9219.0, 9232.0, 9205.0, 9219.0, 9215.0, 9254.0, 9234.0, 9274.0, 9235.0, 9277.0, 9304.0, 9278.0, 9227.0, 9225.0, 9227.0, 9254.0, 9273.0, 9260.0, 9330.0, 9337.0, 9240.0, 9238.0, 9227.0, 9249.0, 9233.0, 9284.0, 9231.0, 9312.0, 9298.0, 9324.0, 9235.0, 9258.0, 9209.0, 9244.0, 9247.0, 9281.0, 9241.0, 9327.0, 9309.0, 9298.0, 9214.0, 9250.0, 9215.0, 9236.0, 9215.0, 9232.0, 9236.0, 9213.0, 9234.0, 9300.0, 9211.0, 9250.0, 9204.0, 9242.0, 9219.0, 9241.0, 9219.0, 9241.0, 9204.0, 9249.0, 9225.0, 9252.0, 9274.0, 9218.0, 9200.0, 9216.0, 9228.0, 9242.0, 9252.0, 9248.0, 9331.0, 9254.0, 9259.0, 9206.0, 9230.0, 9204.0, 9232.0, 9224.0, 9255.0, 9229.0, 9298.0, 9230.0, 9278.0, 9226.0, 9265.0, 9247.0, 9238.0, 9253.0, 9260.0, 9269.0, 9326.0, 9291.0, 9353.0, 9291.0, 9326.0, 9243.0, 9226.0, 9266.0, 9209.0, 9253.0, 9229.0, 9269.0, 9326.0, 9276.0, 9305.0, 9228.0, 9255.0, 9225.0, 9235.0, 9194.0, 9276.0, 9208.0, 9178.0, 9239.0, 9204.0, 9270.0, 9231.0, 9241.0, 9227.0, 9195.0, 9253.0, 9195.0, 9282.0, 9202.0, 9246.0, 9198.0, 9203.0, 9248.0, 9207.0, 9176.0, 9200.0, 9180.0, 9209.0, 9209.0, 9260.0, 9228.0, 9300.0, 9261.0, 9287.0, 9245.0, 9284.0, 9244.0, 9296.0, 9260.0, 9329.0, 9256.0, 9239.0, 9244.0, 9242.0, 9278.0, 9270.0, 9260.0, 9287.0, 9334.0, 9299.0, 9321.0, 9225.0, 9276.0, 9224.0, 9279.0, 9243.0, 9296.0, 9317.0, 9225.0, 9238.0, 9230.0, 9251.0, 9244.0, 9306.0, 9260.0, 9264.0, 9257.0, 9236.0, 9271.0, 9240.0, 9251.0, 9272.0, 9287.0, 9349.0, 9257.0, 9227.0, 9275.0, 9326.0, 9278.0, 9326.0, 9296.0, 9305.0, 9272.0, 9266.0, 9200.0, 9248.0, 9219.0, 9256.0, 9207.0, 9291.0, 9238.0, 9257.0, 9202.0, 9224.0, 9199.0, 9217.0, 9206.0, 9241.0, 9291.0, 9224.0, 9254.0, 9205.0, 9229.0, 9210.0, 9238.0, 9240.0, 9248.0, 9310.0, 9243.0, 9272.0, 9207.0, 9246.0, 9201.0, 9232.0, 9318.0, 9220.0, 9276.0, 9235.0, 9231.0, 9203.0, 9216.0, 9227.0, 9218.0, 9257.0, 9229.0, 9256.0, 9240.0, 9228.0, 9276.0, 9224.0, 9265.0, 9208.0, 9254.0, 9330.0, 9227.0, 9279.0, 9205.0, 9217.0, 9254.0, 9203.0, 9243.0, 9212.0, 9227.0, 9249.0, 9226.0, 9244.0, 9211.0, 9241.0, 9223.0, 9228.0, 9296.0, 9245.0, 9256.0, 9283.0, 9250.0, 9296.0, 9226.0, 9248.0, 9211.0, 9239.0, 9256.0, 9248.0, 9314.0, 9263.0, 9281.0, 9228.0, 9288.0, 9310.0, 9261.0, 9292.0, 9249.0, 9260.0, 9207.0, 9201.0, 9205.0, 9220.0, 9220.0, 9229.0, 9332.0, 9249.0, 9254.0, 9247.0, 9221.0, 9257.0, 9205.0, 9223.0, 9270.0, 9233.0, 9278.0, 9229.0, 9236.0, 9210.0, 9241.0, 9294.0, 9243.0, 9283.0, 9238.0, 9251.0, 9232.0, 9221.0, 9271.0, 9206.0, 9248.0, 9237.0, 9225.0, 9304.0, 9226.0, 9279.0, 9207.0, 9237.0, 9289.0, 9228.0, 9254.0, 9223.0, 9258.0, 9225.0, 9226.0, 9279.0, 9225.0, 9254.0, 9346.0, 9254.0, 9307.0, 9221.0, 9241.0, 9251.0, 9201.0, 9255.0, 9199.0, 9233.0, 9306.0, 9219.0, 9255.0, 9203.0, 9216.0, 9203.0, 9224.0, 9305.0, 9229.0, 9256.0, 9230.0, 9244.0, 9232.0, 9251.0, 9311.0, 9247.0, 9301.0, 9272.0, 9268.0, 9227.0, 9254.0, 9253.0, 9224.0, 9309.0, 9282.0, 9294.0, 9249.0, 9230.0, 9201.0, 9231.0, 9284.0, 9202.0, 9258.0, 9200.0, 9242.0, 9300.0, 9243.0, 9267.0, 9227.0, 9234.0, 9199.0, 9230.0, 9201.0, 9231.0, 9300.0, 9249.0, 9273.0, 9238.0, 9265.0, 9223.0, 9247.0, 9222.0, 9238.0, 9226.0, 9224.0, 9225.0, 9246.0, 9300.0, 9244.0, 9314.0, 9273.0, 9301.0, 9263.0, 9232.0, 9299.0, 9211.0, 9272.0, 9207.0, 9222.0, 9300.0, 9251.0, 9267.0, 9193.0, 9190.0, 9174.0, 9207.0, 9258.0, 9191.0, 9225.0, 9215.0, 9227.0, 9195.0, 9212.0, 9221.0, 9200.0, 9227.0, 9203.0, 9252.0, 9242.0, 9239.0, 9253.0, 9241.0, 9290.0, 9225.0, 9263.0, 9222.0, 9255.0, 9327.0, 9253.0, 9292.0, 9236.0, 9260.0, 9204.0, 9235.0, 9303.0, 9225.0, 9276.0, 9220.0, 9234.0, 9203.0, 9232.0, 9217.0, 9234.0, 9286.0, 9224.0, 9281.0, 9249.0, 9250.0, 9216.0, 9223.0, 9288.0, 9218.0, 9246.0, 9307.0, 9220.0, 9259.0, 9222.0, 9217.0, 9219.0, 9235.0, 9285.0, 9229.0, 9268.0, 9238.0, 9253.0, 9221.0, 9240.0, 9277.0, 9226.0, 9271.0, 9238.0, 9254.0, 9281.0, 9229.0, 9249.0, 9229.0, 9252.0, 9229.0, 9253.0, 9227.0, 9274.0, 9292.0, 9258.0, 9327.0, 9251.0, 9292.0, 9268.0, 9262.0, 9226.0, 9218.0, 9219.0, 9232.0, 9220.0, 9241.0, 9278.0, 9225.0, 9297.0, 9249.0, 9250.0, 9222.0, 9233.0, 9204.0, 9237.0, 9289.0, 9230.0, 9271.0, 9227.0, 9263.0, 9229.0, 9258.0, 9278.0, 9231.0, 9271.0, 9235.0, 9273.0, 9249.0, 9258.0, 9231.0, 9245.0, 9249.0, 9272.0, 9271.0, 9261.0, 9333.0, 9303.0, 9328.0, 9254.0, 9294.0, 9228.0, 9280.0, 9228.0, 9270.0, 9245.0, 9283.0, 9241.0, 9253.0, 9228.0, 9225.0, 9240.0, 9237.0, 9299.0, 9254.0, 9328.0, 9297.0, 9275.0, 9234.0, 9302.0, 9215.0, 9257.0, 9232.0, 9274.0, 9229.0, 9286.0, 9213.0, 9206.0, 9197.0, 9224.0, 9208.0, 9227.0, 9304.0, 9245.0, 9274.0, 9238.0, 9200.0, 9221.0, 9239.0, 9233.0, 9264.0, 9258.0, 9283.0, 9314.0, 9371.0, 9297.0, 9361.0, 9318.0, 9362.0, 9335.0, 9303.0, 9316.0, 9298.0, 9294.0, 9231.0, 9210.0, 9233.0, 9237.0, 9257.0, 9281.0, 9240.0, 9239.0, 9224.0, 9239.0, 9255.0, 9301.0, 9265.0, 9319.0, 9277.0, 9350.0, 9323.0, 9274.0, 9253.0, 9242.0, 9247.0, 9279.0, 9269.0, 9255.0, 9323.0, 9257.0, 9324.0, 9296.0, 9324.0, 9307.0, 9303.0, 9283.0, 9292.0, 9258.0, 9271.0, 9228.0, 9253.0, 9202.0, 9177.0, 9182.0, 9168.0, 9188.0, 9217.0, 9217.0, 9214.0, 9216.0, 9285.0, 9213.0, 9287.0, 9258.0, 9299.0, 9266.0, 9204.0, 9190.0, 9189.0, 9205.0, 9218.0, 9238.0, 9220.0, 9281.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.0009987068965517242</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.035865764331896546</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.06455136325062</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2266310215094343</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0163227381293796</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4721</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5395.5508</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11373012682367001</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>176</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.482758620689655</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4637537518030093</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4056637608263247</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.700934571968338</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.284662922614364</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00792854</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016330521553754807</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029974589124321938</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1856</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.903556286134324</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>20.0198</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6606</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.1301</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300837.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>774.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.2185</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.438</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.9449</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3371.6822</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3587.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75707.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1087.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4380.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.8996</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.63423711352516</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> |