=== 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-0005 --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-0005",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
190 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
190 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-02/func/sub-0005_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>b7d4cdb3154b5f3c04033f2076fe7441</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>14:55:6.775000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998995, 0.0239996, -0.0378527, -0.0242405, 0.999689, -0.00591759]</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.0998795</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>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4138, -7765, -7239, 454, -54, 7, -10, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>281.466</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>930bf1bf-6916-44ca-890b-3339bb1b5d23||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802308559417725, -0.0650353878736496, -0.10178691148757935, 115.9570541381836], [-0.06438911706209183, 2.682091474533081, -0.018438853323459625, -86.76465606689453], [-0.10155592113733292, 0.015876449644565582, 2.6980175971984863, -26.831417083740234], [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, 1857]</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], 'AcquisitionTime': ['145506.775000', '145507.235000', '145507.695000', '145508.155000', '145508.615000', '145509.075000', '145509.535000', '145509.995000', '145510.455000', '145510.915000', '145511.375000', '145511.835000', '145512.295000', '145512.755000', '145513.215000', '145513.675000', '145514.135000', '145514.595000', '145515.055000', '145515.515000', '145515.975000', '145516.435000', '145516.895000', '145517.355000', '145517.815000', '145518.275000', '145518.735000', '145519.195000', '145519.655000', '145520.115000', '145520.575000', '145521.035000', '145521.495000', '145521.955000', '145522.415000', '145522.875000', '145523.335000', '145523.795000', '145524.255000', '145524.715000', '145525.175000', '145525.635000', '145526.095000', '145526.555000', '145527.015000', '145527.475000', '145527.935000', '145528.395000', '145528.855000', '145529.315000', '145529.775000', '145530.235000', '145530.695000', '145531.155000', '145531.615000', '145532.075000', '145532.535000', '145532.995000', '145533.455000', '145533.915000', '145534.375000', '145534.835000', '145535.295000', '145535.755000', '145536.215000', '145536.675000', '145537.135000', '145537.595000', '145538.055000', '145538.515000', '145538.975000', '145539.435000', '145539.895000', '145540.355000', '145540.815000', '145541.275000', '145541.735000', '145542.195000', '145542.655000', '145543.115000', '145543.575000', '145544.035000', '145544.495000', '145544.955000', '145545.415000', '145545.875000', '145546.335000', '145546.795000', '145547.255000', '145547.715000', '145548.175000', '145548.635000', '145549.095000', '145549.555000', '145550.015000', '145550.475000', '145550.935000', '145551.395000', '145551.855000', '145552.315000', '145552.775000', '145553.235000', '145553.695000', '145554.155000', '145554.615000', '145555.075000', '145555.535000', '145555.995000', '145556.455000', '145556.915000', '145557.375000', '145557.835000', '145558.295000', '145558.755000', '145559.215000', '145559.675000', '145600.135000', '145600.595000', '145601.055000', '145601.515000', '145601.975000', '145602.435000', '145602.895000', '145603.355000', '145603.815000', '145604.275000', '145604.735000', '145605.195000', '145605.655000', '145606.115000', '145606.575000', '145607.035000', '145607.495000', '145607.955000', '145608.415000', '145608.875000', '145609.335000', '145609.795000', '145610.255000', '145610.715000', '145611.175000', '145611.635000', '145612.095000', '145612.555000', '145613.015000', '145613.475000', '145613.935000', '145614.395000', '145614.855000', '145615.315000', '145615.775000', '145616.235000', '145616.695000', '145617.155000', '145617.615000', '145618.075000', '145618.535000', '145618.995000', '145619.455000', '145619.915000', '145620.375000', '145620.835000', '145621.295000', '145621.755000', '145622.215000', '145622.675000', '145623.135000', '145623.595000', '145624.055000', '145624.515000', '145624.975000', '145625.435000', '145625.895000', '145626.355000', '145626.815000', '145627.275000', '145627.735000', '145628.195000', '145628.655000', '145629.115000', '145629.575000', '145630.035000', '145630.495000', '145630.955000', '145631.415000', '145631.875000', '145632.335000', '145632.795000', '145633.255000', '145633.715000', '145634.175000', '145634.635000', '145635.095000', '145635.555000', '145636.015000', '145636.475000', '145636.935000', '145637.395000', '145637.855000', '145638.315000', '145638.775000', '145639.235000', '145639.695000', '145640.155000', '145640.615000', '145641.075000', '145641.535000', '145641.995000', '145642.455000', '145642.915000', '145643.375000', '145643.835000', '145644.295000', '145644.755000', '145645.215000', '145645.675000', '145646.135000', '145646.595000', '145647.055000', '145647.515000', '145647.975000', '145648.435000', '145648.895000', '145649.355000', '145649.815000', '145650.275000', '145650.735000', '145651.195000', '145651.655000', '145652.115000', '145652.575000', '145653.035000', '145653.495000', '145653.955000', '145654.415000', '145654.875000', '145655.335000', '145655.795000', '145656.255000', '145656.715000', '145657.175000', '145657.635000', '145658.095000', '145658.555000', '145659.015000', '145659.475000', '145659.935000', '145700.395000', '145700.855000', '145701.315000', '145701.775000', '145702.235000', '145702.695000', '145703.155000', '145703.615000', '145704.075000', '145704.535000', '145704.995000', '145705.455000', '145705.915000', '145706.375000', '145706.835000', '145707.295000', '145707.755000', '145708.215000', '145708.675000', '145709.135000', '145709.595000', '145710.055000', '145710.515000', '145710.975000', '145711.435000', '145711.895000', '145712.355000', '145712.815000', '145713.275000', '145713.735000', '145714.195000', '145714.655000', '145715.115000', '145715.575000', '145716.035000', '145716.495000', '145716.955000', '145717.415000', '145717.875000', '145718.335000', '145718.795000', '145719.255000', '145719.715000', '145720.175000', '145720.635000', '145721.095000', '145721.555000', '145722.015000', '145722.475000', '145722.935000', '145723.395000', '145723.855000', '145724.315000', '145724.775000', '145725.235000', '145725.695000', '145726.155000', '145726.615000', '145727.075000', '145727.535000', '145727.995000', '145728.455000', '145728.915000', '145729.375000', '145729.835000', '145730.295000', '145730.755000', '145731.215000', '145731.675000', '145732.135000', '145732.595000', '145733.055000', '145733.515000', '145733.975000', '145734.435000', '145734.895000', '145735.355000', '145735.815000', '145736.275000', '145736.735000', '145737.195000', '145737.655000', '145738.115000', '145738.575000', '145739.035000', '145739.495000', '145739.955000', '145740.415000', '145740.875000', '145741.335000', '145741.795000', '145742.255000', '145742.715000', '145743.175000', '145743.635000', '145744.095000', '145744.555000', '145745.015000', '145745.475000', '145745.935000', '145746.395000', '145746.855000', '145747.315000', '145747.775000', '145748.235000', '145748.695000', '145749.155000', '145749.615000', '145750.075000', '145750.535000', '145750.995000', '145751.455000', '145751.915000', '145752.375000', '145752.835000', '145753.295000', '145753.755000', '145754.215000', '145754.675000', '145755.135000', '145755.595000', '145756.055000', '145756.515000', '145756.975000', '145757.435000', '145757.895000', '145758.355000', '145758.815000', '145759.275000', '145759.735000', '145800.195000', '145800.655000', '145801.115000', '145801.575000', '145802.035000', '145802.495000', '145802.955000', '145803.415000', '145803.875000', '145804.335000', '145804.795000', '145805.255000', '145805.715000', '145806.175000', '145806.635000', '145807.095000', '145807.555000', '145808.015000', '145808.475000', '145808.935000', '145809.395000', '145809.855000', '145810.315000', '145810.775000', '145811.235000', '145811.695000', '145812.155000', '145812.615000', '145813.075000', '145813.535000', '145813.995000', '145814.455000', '145814.915000', '145815.375000', '145815.835000', '145816.295000', '145816.755000', '145817.215000', '145817.675000', '145818.135000', '145818.595000', '145819.055000', '145819.515000', '145819.975000', '145820.435000', '145820.895000', '145821.355000', '145821.815000', '145822.275000', '145822.735000', '145823.195000', '145823.655000', '145824.115000', '145824.575000', '145825.035000', '145825.495000', '145825.955000', '145826.415000', '145826.875000', '145827.335000', '145827.795000', '145828.255000', '145828.715000', '145829.175000', '145829.635000', '145830.095000', '145830.555000', '145831.015000', '145831.475000', '145831.935000', '145832.395000', '145832.855000', '145833.315000', '145833.775000', '145834.235000', '145834.695000', '145835.155000', '145835.615000', '145836.075000', '145836.535000', '145836.995000', '145837.455000', '145837.915000', '145838.375000', '145838.835000', '145839.295000', '145839.755000', '145840.215000', '145840.675000', '145841.135000', '145841.595000', '145842.055000', '145842.515000', '145842.975000', '145843.435000', '145843.895000', '145844.355000', '145844.815000', '145845.275000', '145845.735000', '145846.195000', '145846.655000', '145847.115000', '145847.575000', '145848.035000', '145848.495000', '145848.955000', '145849.415000', '145849.875000', '145850.335000', '145850.795000', '145851.255000', '145851.715000', '145852.175000', '145852.635000', '145853.095000', '145853.555000', '145854.015000', '145854.475000', '145854.935000', '145855.395000', '145855.855000', '145856.315000', '145856.775000', '145857.235000', '145857.695000', '145858.155000', '145858.615000', '145859.075000', '145859.535000', '145859.995000', '145900.455000', '145900.915000', '145901.375000', '145901.835000', '145902.295000', '145902.755000', '145903.215000', '145903.675000', '145904.135000', '145904.595000', '145905.055000', '145905.515000', '145905.975000', '145906.435000', '145906.895000', '145907.355000', '145907.815000', '145908.275000', '145908.735000', '145909.195000', '145909.655000', '145910.115000', '145910.575000', '145911.035000', '145911.495000', '145911.955000', '145912.415000', '145912.875000', '145913.335000', '145913.795000', '145914.255000', '145914.715000', '145915.175000', '145915.635000', '145916.095000', '145916.555000', '145917.015000', '145917.475000', '145917.935000', '145918.395000', '145918.855000', '145919.315000', '145919.775000', '145920.235000', '145920.695000', '145921.155000', '145921.615000', '145922.075000', '145922.535000', '145922.995000', '145923.455000', '145923.915000', '145924.375000', '145924.835000', '145925.295000', '145925.755000', '145926.215000', '145926.675000', '145927.135000', '145927.595000', '145928.055000', '145928.515000', '145928.975000', '145929.435000', '145929.895000', '145930.355000', '145930.815000', '145931.275000', '145931.735000', '145932.195000', '145932.655000', '145933.115000', '145933.575000', '145934.035000', '145934.495000', '145934.955000', '145935.415000', '145935.875000', '145936.335000', '145936.795000', '145937.255000', '145937.715000', '145938.175000', '145938.635000', '145939.095000', '145939.555000', '145940.015000', '145940.475000', '145940.935000', '145941.395000', '145941.855000', '145942.315000', '145942.775000', '145943.235000', '145943.695000', '145944.155000', '145944.615000', '145945.075000', '145945.535000', '145945.995000', '145946.455000', '145946.915000', '145947.375000', '145947.835000', '145948.295000', '145948.755000', '145949.215000', '145949.675000', '145950.135000', '145950.595000', '145951.055000', '145951.515000', '145951.975000', '145952.435000', '145952.895000', '145953.355000', '145953.815000', '145954.275000', '145954.735000', '145955.195000', '145955.655000', '145956.115000', '145956.575000', '145957.035000', '145957.495000', '145957.955000', '145958.415000', '145958.875000', '145959.335000', '145959.795000', '150000.255000', '150000.715000', '150001.175000', '150001.635000', '150002.095000', '150002.555000', '150003.015000', '150003.475000', '150003.935000', '150004.395000', '150004.855000', '150005.315000', '150005.775000', '150006.235000', '150006.695000', '150007.155000', '150007.615000', '150008.075000', '150008.535000', '150008.995000', '150009.455000', '150009.915000', '150010.375000', '150010.835000', '150011.295000', '150011.755000', '150012.215000', '150012.675000', '150013.135000', '150013.595000', '150014.055000', '150014.515000', '150014.975000', '150015.435000', '150015.895000', '150016.355000', '150016.815000', '150017.275000', '150017.735000', '150018.195000', '150018.655000', '150019.115000', '150019.575000', '150020.035000', '150020.495000', '150020.955000', '150021.415000', '150021.875000', '150022.335000', '150022.795000', '150023.255000', '150023.715000', '150024.175000', '150024.635000', '150025.095000', '150025.555000', '150026.015000', '150026.475000', '150026.935000', '150027.395000', '150027.855000', '150028.315000', '150028.775000', '150029.235000', '150029.695000', '150030.155000', '150030.615000', '150031.075000', '150031.535000', '150031.995000', '150032.455000', '150032.915000', '150033.375000', '150033.835000', '150034.295000', '150034.755000', '150035.215000', '150035.675000', '150036.135000', '150036.595000', '150037.055000', '150037.515000', '150037.975000', '150038.435000', '150038.895000', '150039.355000', '150039.815000', '150040.275000', '150040.735000', '150041.195000', '150041.655000', '150042.115000', '150042.575000', '150043.035000', '150043.495000', '150043.955000', '150044.415000', '150044.875000', '150045.335000', '150045.795000', '150046.255000', '150046.715000', '150047.175000', '150047.635000', '150048.095000', '150048.555000', '150049.015000', '150049.475000', '150049.935000', '150050.395000', '150050.855000', '150051.315000', '150051.775000', '150052.235000', '150052.695000', '150053.155000', '150053.615000', '150054.075000', '150054.535000', '150054.995000', '150055.455000', '150055.915000', '150056.375000', '150056.835000', '150057.295000', '150057.755000', '150058.215000', '150058.675000', '150059.135000', '150059.595000', '150100.055000', '150100.515000', '150100.975000', '150101.435000', '150101.895000', '150102.355000', '150102.815000', '150103.275000', '150103.735000', '150104.195000', '150104.655000', '150105.115000', '150105.575000', '150106.035000', '150106.495000', '150106.955000', '150107.415000', '150107.875000', '150108.335000', '150108.795000', '150109.255000', '150109.715000', '150110.175000', '150110.635000', '150111.095000', '150111.555000', '150112.015000', '150112.475000', '150112.935000', '150113.395000', '150113.855000', '150114.315000', '150114.775000', '150115.235000', '150115.695000', '150116.155000', '150116.615000', '150117.075000', '150117.535000', '150117.995000', '150118.455000', '150118.915000', '150119.375000', '150119.835000', '150120.295000', '150120.755000', '150121.215000', '150121.675000', '150122.135000', '150122.595000', '150123.055000', '150123.515000', '150123.975000', '150124.435000', '150124.895000', '150125.355000', '150125.815000', '150126.275000', '150126.735000', '150127.195000', '150127.655000', '150128.115000', '150128.575000', '150129.035000', '150129.495000', '150129.955000', '150130.415000', '150130.875000', '150131.335000', '150131.795000', '150132.255000', '150132.715000', '150133.175000', '150133.635000', '150134.095000', '150134.555000', '150135.015000', '150135.475000', '150135.935000', '150136.395000', '150136.855000', '150137.315000', '150137.775000', '150138.235000', '150138.695000', '150139.155000', '150139.615000', '150140.075000', '150140.535000', '150140.995000', '150141.455000', '150141.915000', '150142.375000', '150142.835000', '150143.295000', '150143.755000', '150144.215000', '150144.675000', '150145.135000', '150145.595000', '150146.055000', '150146.515000', '150146.975000', '150147.435000', '150147.895000', '150148.355000', '150148.815000', '150149.275000', '150149.735000', '150150.195000', '150150.655000', '150151.115000', '150151.575000', '150152.035000', '150152.495000', '150152.955000', '150153.415000', '150153.875000', '150154.335000', '150154.795000', '150155.255000', '150155.715000', '150156.175000', '150156.635000', '150157.095000', '150157.555000', '150158.015000', '150158.475000', '150158.935000', '150159.395000', '150159.855000', '150200.315000', '150200.775000', '150201.235000', '150201.695000', '150202.155000', '150202.615000', '150203.075000', '150203.535000', '150203.995000', '150204.455000', '150204.915000', '150205.375000', '150205.835000', '150206.295000', '150206.755000', '150207.215000', '150207.675000', '150208.135000', '150208.595000', '150209.055000', '150209.515000', '150209.975000', '150210.435000', '150210.895000', '150211.355000', '150211.815000', '150212.275000', '150212.735000', '150213.195000', '150213.655000', '150214.115000', '150214.575000', '150215.035000', '150215.495000', '150215.955000', '150216.415000', '150216.875000', '150217.335000', '150217.795000', '150218.255000', '150218.715000', '150219.175000', '150219.635000', '150220.095000', '150220.555000', '150221.015000', '150221.475000', '150221.935000', '150222.395000', '150222.855000', '150223.315000', '150223.775000', '150224.235000', '150224.695000', '150225.155000', '150225.615000', '150226.075000', '150226.535000', '150226.995000', '150227.455000', '150227.915000', '150228.375000', '150228.835000', '150229.295000', '150229.755000', '150230.215000', '150230.675000', '150231.135000', '150231.595000', '150232.055000', '150232.515000', '150232.975000', '150233.435000', '150233.895000', '150234.355000', '150234.815000', '150235.275000', '150235.735000', '150236.195000', '150236.655000', '150237.115000', '150237.575000', '150238.035000', '150238.495000', '150238.955000', '150239.415000', '150239.875000', '150240.335000', '150240.795000', '150241.255000', '150241.715000', '150242.175000', '150242.635000', '150243.095000', '150243.555000', '150244.015000', '150244.475000', '150244.935000', '150245.395000', '150245.855000', '150246.315000', '150246.775000', '150247.235000', '150247.695000', '150248.155000', '150248.615000', '150249.075000', '150249.535000', '150249.995000', '150250.455000', '150250.915000', '150251.375000', '150251.835000', '150252.295000', '150252.755000', '150253.215000', '150253.675000', '150254.135000', '150254.595000', '150255.055000', '150255.515000', '150255.975000', '150256.435000', '150256.895000', '150257.355000', '150257.815000', '150258.275000', '150258.735000', '150259.195000', '150259.655000', '150300.115000', '150300.575000', '150301.035000', '150301.495000', '150301.955000', '150302.415000', '150302.875000', '150303.335000', '150303.795000', '150304.255000', '150304.715000', '150305.175000', '150305.635000', '150306.095000', '150306.555000', '150307.015000', '150307.475000', '150307.935000', '150308.395000', '150308.855000', '150309.315000', '150309.775000', '150310.235000', '150310.695000', '150311.155000', '150311.615000', '150312.075000', '150312.535000', '150312.995000', '150313.455000', '150313.915000', '150314.375000', '150314.835000', '150315.295000', '150315.755000', '150316.215000', '150316.675000', '150317.135000', '150317.595000', '150318.055000', '150318.515000', '150318.975000', '150319.435000', '150319.895000', '150320.355000', '150320.815000', '150321.275000', '150321.735000', '150322.195000', '150322.655000', '150323.115000', '150323.575000', '150324.035000', '150324.495000', '150324.955000', '150325.415000', '150325.875000', '150326.335000', '150326.795000', '150327.255000', '150327.715000', '150328.175000', '150328.635000', '150329.095000', '150329.555000', '150330.015000', '150330.475000', '150330.935000', '150331.395000', '150331.855000', '150332.315000', '150332.775000', '150333.235000', '150333.695000', '150334.155000', '150334.615000', '150335.075000', '150335.535000', '150335.995000', '150336.455000', '150336.915000', '150337.375000', '150337.835000', '150338.295000', '150338.755000', '150339.215000', '150339.675000', '150340.135000', '150340.595000', '150341.055000', '150341.515000', '150341.975000', '150342.435000', '150342.895000', '150343.355000', '150343.815000', '150344.275000', '150344.735000', '150345.195000', '150345.655000', '150346.115000', '150346.575000', '150347.035000', '150347.495000', '150347.955000', '150348.415000', '150348.875000', '150349.335000', '150349.795000', '150350.255000', '150350.715000', '150351.175000', '150351.635000', '150352.095000', '150352.555000', '150353.015000', '150353.475000', '150353.935000', '150354.395000', '150354.855000', '150355.315000', '150355.775000', '150356.235000', '150356.695000', '150357.155000', '150357.615000', '150358.075000', '150358.535000', '150358.995000', '150359.455000', '150359.915000', '150400.375000', '150400.835000', '150401.295000', '150401.755000', '150402.215000', '150402.675000', '150403.135000', '150403.595000', '150404.055000', '150404.515000', '150404.975000', '150405.435000', '150405.895000', '150406.355000', '150406.815000', '150407.275000', '150407.735000', '150408.195000', '150408.655000', '150409.115000', '150409.575000', '150410.035000', '150410.495000', '150410.955000', '150411.415000', '150411.875000', '150412.335000', '150412.795000', '150413.255000', '150413.715000', '150414.175000', '150414.635000', '150415.095000', '150415.555000', '150416.015000', '150416.475000', '150416.935000', '150417.395000', '150417.855000', '150418.315000', '150418.775000', '150419.235000', '150419.695000', '150420.155000', '150420.615000', '150421.075000', '150421.535000', '150421.995000', '150422.455000', '150422.915000', '150423.375000', '150423.835000', '150424.295000', '150424.755000', '150425.215000', '150425.675000', '150426.135000', '150426.595000', '150427.055000', '150427.515000', '150427.975000', '150428.435000', '150428.895000', '150429.355000', '150429.815000', '150430.275000', '150430.735000', '150431.195000', '150431.655000', '150432.115000', '150432.575000', '150433.035000', '150433.495000', '150433.955000', '150434.415000', '150434.875000', '150435.335000', '150435.795000', '150436.255000', '150436.715000', '150437.175000', '150437.635000', '150438.095000', '150438.555000', '150439.015000', '150439.475000', '150439.935000', '150440.395000', '150440.855000', '150441.315000', '150441.775000', '150442.235000', '150442.695000', '150443.155000', '150443.615000', '150444.075000', '150444.535000', '150444.995000', '150445.455000', '150445.915000', '150446.375000', '150446.835000', '150447.295000', '150447.755000', '150448.215000', '150448.675000', '150449.135000', '150449.595000', '150450.055000', '150450.515000', '150450.975000', '150451.435000', '150451.895000', '150452.355000', '150452.815000', '150453.275000', '150453.735000', '150454.195000', '150454.655000', '150455.115000', '150455.575000', '150456.035000', '150456.495000', '150456.955000', '150457.415000', '150457.875000', '150458.335000', '150458.795000', '150459.255000', '150459.715000', '150500.175000', '150500.635000', '150501.095000', '150501.555000', '150502.015000', '150502.475000', '150502.935000', '150503.395000', '150503.855000', '150504.315000', '150504.775000', '150505.235000', '150505.695000', '150506.155000', '150506.615000', '150507.075000', '150507.535000', '150507.995000', '150508.455000', '150508.915000', '150509.375000', '150509.835000', '150510.295000', '150510.755000', '150511.215000', '150511.675000', '150512.135000', '150512.595000', '150513.055000', '150513.515000', '150513.975000', '150514.435000', '150514.895000', '150515.355000', '150515.815000', '150516.275000', '150516.735000', '150517.195000', '150517.655000', '150518.115000', '150518.575000', '150519.035000', '150519.495000', '150519.955000', '150520.415000', '150520.875000', '150521.335000', '150521.795000', '150522.255000', '150522.715000', '150523.175000', '150523.635000', '150524.095000', '150524.555000', '150525.015000', '150525.475000', '150525.935000', '150526.395000', '150526.855000', '150527.315000', '150527.775000', '150528.235000', '150528.695000', '150529.155000', '150529.615000', '150530.075000', '150530.535000', '150530.995000', '150531.455000', '150531.915000', '150532.375000', '150532.835000', '150533.295000', '150533.755000', '150534.215000', '150534.675000', '150535.135000', '150535.595000', '150536.055000', '150536.515000', '150536.975000', '150537.435000', '150537.895000', '150538.355000', '150538.815000', '150539.275000', '150539.735000', '150540.195000', '150540.655000', '150541.115000', '150541.575000', '150542.035000', '150542.495000', '150542.955000', '150543.415000', '150543.875000', '150544.335000', '150544.795000', '150545.255000', '150545.715000', '150546.175000', '150546.635000', '150547.095000', '150547.555000', '150548.015000', '150548.475000', '150548.935000', '150549.395000', '150549.855000', '150550.315000', '150550.775000', '150551.235000', '150551.695000', '150552.155000', '150552.615000', '150553.075000', '150553.535000', '150553.995000', '150554.455000', '150554.915000', '150555.375000', '150555.835000', '150556.295000', '150556.755000', '150557.215000', '150557.675000', '150558.135000', '150558.595000', '150559.055000', '150559.515000', '150559.975000', '150600.435000', '150600.895000', '150601.355000', '150601.815000', '150602.275000', '150602.735000', '150603.195000', '150603.655000', '150604.115000', '150604.575000', '150605.035000', '150605.495000', '150605.955000', '150606.415000', '150606.875000', '150607.335000', '150607.795000', '150608.255000', '150608.715000', '150609.175000', '150609.635000', '150610.095000', '150610.555000', '150611.015000', '150611.475000', '150611.935000', '150612.395000', '150612.855000', '150613.315000', '150613.775000', '150614.235000', '150614.695000', '150615.155000', '150615.615000', '150616.075000', '150616.535000', '150616.995000', '150617.455000', '150617.915000', '150618.375000', '150618.835000', '150619.295000', '150619.755000', '150620.215000', '150620.675000', '150621.135000', '150621.595000', '150622.055000', '150622.515000', '150622.975000', '150623.435000', '150623.895000', '150624.355000', '150624.815000', '150625.275000', '150625.735000', '150626.195000', '150626.655000', '150627.115000', '150627.575000', '150628.035000', '150628.495000', '150628.955000', '150629.415000', '150629.875000', '150630.335000', '150630.795000', '150631.255000', '150631.715000', '150632.175000', '150632.635000', '150633.095000', '150633.555000', '150634.015000', '150634.475000', '150634.935000', '150635.395000', '150635.855000', '150636.315000', '150636.775000', '150637.235000', '150637.695000', '150638.155000', '150638.615000', '150639.075000', '150639.535000', '150639.995000', '150640.455000', '150640.915000', '150641.375000', '150641.835000', '150642.295000', '150642.755000', '150643.215000', '150643.675000', '150644.135000', '150644.595000', '150645.055000', '150645.515000', '150645.975000', '150646.435000', '150646.895000', '150647.355000', '150647.815000', '150648.275000', '150648.735000', '150649.195000', '150649.655000', '150650.115000', '150650.575000', '150651.035000', '150651.495000', '150651.955000', '150652.415000', '150652.875000', '150653.335000', '150653.795000', '150654.255000', '150654.715000', '150655.175000', '150655.635000', '150656.095000', '150656.555000', '150657.015000', '150657.475000', '150657.935000', '150658.395000', '150658.855000', '150659.315000', '150659.775000', '150700.235000', '150700.695000', '150701.155000', '150701.615000', '150702.075000', '150702.535000', '150702.995000', '150703.455000', '150703.915000', '150704.375000', '150704.835000', '150705.295000', '150705.755000', '150706.215000', '150706.675000', '150707.135000', '150707.595000', '150708.055000', '150708.515000', '150708.975000', '150709.435000', '150709.895000', '150710.355000', '150710.815000', '150711.275000', '150711.735000', '150712.195000', '150712.655000', '150713.115000', '150713.575000', '150714.035000', '150714.495000', '150714.955000', '150715.415000', '150715.875000', '150716.335000', '150716.795000', '150717.255000', '150717.715000', '150718.175000', '150718.635000', '150719.095000', '150719.555000', '150720.015000', '150720.475000', '150720.935000', '150721.395000', '150721.855000', '150722.315000', '150722.775000', '150723.235000', '150723.695000', '150724.155000', '150724.615000', '150725.075000', '150725.535000', '150725.995000', '150726.455000', '150726.915000', '150727.375000', '150727.835000', '150728.295000', '150728.755000', '150729.215000', '150729.675000', '150730.135000', '150730.595000', '150731.055000', '150731.515000', '150731.975000', '150732.435000', '150732.895000', '150733.355000', '150733.815000', '150734.275000', '150734.735000', '150735.195000', '150735.655000', '150736.115000', '150736.575000', '150737.035000', '150737.495000', '150737.955000', '150738.415000', '150738.875000', '150739.335000', '150739.795000', '150740.255000', '150740.715000', '150741.175000', '150741.635000', '150742.095000', '150742.555000', '150743.015000', '150743.475000', '150743.935000', '150744.395000', '150744.855000', '150745.315000', '150745.775000', '150746.235000', '150746.695000', '150747.155000', '150747.615000', '150748.075000', '150748.535000', '150748.995000', '150749.455000', '150749.915000', '150750.375000', '150750.835000', '150751.295000', '150751.755000', '150752.215000', '150752.675000', '150753.135000', '150753.595000', '150754.055000', '150754.515000', '150754.975000', '150755.435000', '150755.895000', '150756.355000', '150756.815000', '150757.275000', '150757.735000', '150758.195000', '150758.655000', '150759.115000', '150759.575000', '150800.035000', '150800.495000', '150800.955000', '150801.415000', '150801.875000', '150802.335000', '150802.795000', '150803.255000', '150803.715000', '150804.175000', '150804.635000', '150805.095000', '150805.555000', '150806.015000', '150806.475000', '150806.935000', '150807.395000', '150807.855000', '150808.315000', '150808.775000', '150809.235000', '150809.695000', '150810.155000', '150810.615000', '150811.075000', '150811.535000', '150811.995000', '150812.455000', '150812.915000', '150813.375000', '150813.835000', '150814.295000', '150814.755000', '150815.215000', '150815.675000', '150816.135000', '150816.595000', '150817.055000', '150817.515000', '150817.975000', '150818.435000', '150818.895000', '150819.355000', '150819.815000', '150820.275000', '150820.735000', '150821.195000', '150821.655000', '150822.115000', '150822.575000', '150823.035000', '150823.495000', '150823.955000', '150824.415000', '150824.875000', '150825.335000', '150825.795000', '150826.255000', '150826.715000', '150827.175000', '150827.635000', '150828.095000', '150828.555000', '150829.015000', '150829.475000', '150829.935000', '150830.395000', '150830.855000', '150831.315000', '150831.775000', '150832.235000', '150832.695000', '150833.155000', '150833.615000', '150834.075000', '150834.535000', '150834.995000', '150835.455000', '150835.915000', '150836.375000', '150836.835000', '150837.295000', '150837.755000', '150838.215000', '150838.675000', '150839.135000', '150839.595000', '150840.055000', '150840.515000', '150840.975000', '150841.435000', '150841.895000', '150842.355000', '150842.815000', '150843.275000', '150843.735000', '150844.195000', '150844.655000', '150845.115000', '150845.575000', '150846.035000', '150846.495000', '150846.955000', '150847.415000', '150847.875000', '150848.335000', '150848.795000', '150849.255000', '150849.715000', '150850.175000', '150850.635000', '150851.095000', '150851.555000', '150852.015000', '150852.475000', '150852.935000', '150853.395000', '150853.855000', '150854.315000', '150854.775000', '150855.235000', '150855.695000', '150856.155000', '150856.615000', '150857.075000', '150857.535000', '150857.995000', '150858.455000', '150858.915000', '150859.375000', '150859.835000', '150900.295000', '150900.755000', '150901.215000', '150901.675000', '150902.135000', '150902.595000', '150903.055000', '150903.515000', '150903.975000', '150904.435000', '150904.895000', '150905.355000', '150905.815000', '150906.275000', '150906.735000', '150907.195000', '150907.655000', '150908.115000', '150908.575000', '150909.035000', '150909.495000', '150909.955000', '150910.415000', '150910.875000', '150911.335000', '150911.795000', '150912.255000', '150912.715000', '150913.175000', '150913.635000', '150914.095000', '150914.555000', '150915.015000', '150915.475000', '150915.935000', '150916.395000', '150916.855000', '150917.315000', '150917.775000', '150918.235000', '150918.695000', '150919.155000', '150919.615000', '150920.075000', '150920.535000'], 'ContentTime': ['145530.981000', '145530.989000', '145530.992000', '145530.994000', '145530.997000', '145531.001000', '145531.004000', '145531.007000', '145531.010000', '145531.012000', '145531.015000', '145531.018000', '145531.021000', '145531.024000', '145531.027000', '145531.030000', '145531.032000', '145531.035000', '145531.042000', '145531.045000', '145531.048000', '145531.051000', '145531.054000', '145531.056000', '145531.059000', '145531.062000', '145531.065000', '145531.078000', '145531.081000', '145531.084000', '145531.087000', '145531.089000', '145531.092000', '145531.095000', '145531.098000', '145531.101000', '145531.104000', '145531.107000', '145531.109000', '145531.112000', '145531.115000', '145531.118000', '145531.121000', '145531.124000', '145531.127000', '145531.129000', '145531.132000', '145531.135000', '145531.138000', '145531.141000', '145531.144000', '145550.943000', '145550.946000', '145550.949000', '145550.952000', '145550.955000', '145550.957000', '145550.960000', '145550.963000', '145550.966000', '145550.969000', '145550.972000', '145550.975000', '145550.978000', '145550.981000', '145550.983000', '145550.986000', '145550.989000', '145550.993000', '145550.998000', '145551.002000', '145551.005000', '145551.008000', '145551.011000', '145551.014000', '145551.029000', '145551.032000', '145551.035000', '145551.037000', '145551.040000', '145551.043000', '145551.046000', '145551.049000', '145551.052000', '145551.055000', '145551.057000', '145551.060000', '145551.063000', '145551.066000', '145551.077000', '145551.080000', '145551.083000', '145551.086000', '145551.089000', '145610.943000', '145610.946000', '145610.949000', '145610.952000', '145610.955000', '145610.957000', '145610.960000', '145610.963000', '145610.966000', '145610.972000', '145610.975000', '145610.978000', '145610.981000', '145610.984000', '145610.987000', '145610.990000', '145610.992000', '145610.995000', '145610.998000', '145611.002000', '145611.005000', '145611.008000', '145611.011000', '145611.014000', '145611.017000', '145611.019000', '145611.022000', '145611.025000', '145611.028000', '145611.031000', '145611.034000', '145611.036000', '145611.039000', '145611.042000', '145611.045000', '145611.048000', '145611.051000', '145611.053000', '145611.056000', '145611.059000', '145611.062000', '145611.065000', '145611.067000', '145611.070000', '145630.943000', '145630.950000', '145630.956000', '145630.959000', '145630.962000', '145630.964000', '145630.967000', '145630.970000', '145630.973000', '145630.976000', '145630.979000', '145630.987000', '145630.990000', '145630.993000', '145630.996000', '145631.000000', '145631.003000', '145631.006000', '145631.009000', '145631.013000', '145631.018000', '145631.021000', '145631.024000', '145631.027000', '145631.029000', '145631.032000', '145631.035000', '145631.038000', '145631.041000', '145631.044000', '145631.046000', '145631.049000', '145631.052000', '145631.055000', '145631.058000', '145631.061000', '145631.063000', '145631.066000', '145631.069000', '145631.072000', '145631.075000', '145631.077000', '145631.080000', '145650.943000', '145650.946000', '145650.949000', '145650.952000', '145650.954000', '145650.957000', '145650.960000', '145650.969000', '145650.972000', '145650.975000', '145650.978000', '145650.987000', '145650.989000', '145650.992000', '145650.995000', '145650.998000', '145651.002000', '145651.005000', '145651.008000', '145651.011000', '145651.014000', '145651.016000', '145651.019000', '145651.022000', '145651.025000', '145651.028000', '145651.031000', '145651.034000', '145651.037000', '145651.039000', '145651.042000', '145651.045000', '145651.048000', '145651.051000', '145651.054000', '145651.057000', '145651.059000', '145651.062000', '145651.065000', '145651.068000', '145651.071000', '145651.073000', '145651.076000', '145651.079000', '145710.943000', '145710.946000', '145710.949000', '145710.952000', '145710.955000', '145710.959000', '145710.962000', '145710.970000', '145710.973000', '145710.976000', '145710.978000', '145710.981000', '145710.984000', '145710.987000', '145710.990000', '145711.005000', '145711.008000', '145711.011000', '145711.014000', '145711.017000', '145711.020000', '145711.024000', '145711.027000', '145711.030000', '145711.032000', '145711.035000', '145711.038000', '145711.041000', '145711.044000', '145711.047000', '145711.050000', '145711.053000', '145711.055000', '145711.058000', '145711.061000', '145711.064000', '145711.067000', '145711.070000', '145711.073000', '145711.076000', '145711.078000', '145711.081000', '145711.084000', '145730.943000', '145730.946000', '145730.949000', '145730.952000', '145730.955000', '145730.957000', '145730.960000', '145730.963000', '145730.966000', '145730.969000', '145730.972000', '145730.975000', '145730.978000', '145730.980000', '145730.984000', '145730.986000', '145730.989000', '145730.992000', '145730.995000', '145730.998000', '145731.002000', '145731.005000', '145731.008000', '145731.010000', '145731.013000', '145731.016000', '145731.019000', '145731.022000', '145731.025000', '145731.028000', '145731.030000', '145731.033000', '145731.036000', '145731.039000', '145731.042000', '145731.045000', '145731.047000', '145731.050000', '145731.053000', '145731.056000', '145731.059000', '145731.062000', '145731.065000', '145731.068000', '145750.944000', '145750.947000', '145750.950000', '145750.953000', '145750.956000', '145750.959000', '145750.961000', '145750.964000', '145750.967000', '145750.970000', '145750.973000', '145750.976000', '145750.979000', '145750.982000', '145750.984000', '145750.987000', '145750.990000', '145750.993000', '145750.996000', '145751.000000', '145751.003000', '145751.006000', '145751.008000', '145751.011000', '145751.014000', '145751.017000', '145751.020000', '145751.023000', '145751.026000', '145751.029000', '145751.032000', '145751.035000', '145751.038000', '145751.040000', '145751.044000', '145751.049000', '145751.052000', '145751.055000', '145751.058000', '145751.061000', '145751.064000', '145751.067000', '145751.069000', '145810.943000', '145810.946000', '145810.949000', '145810.952000', '145810.954000', '145810.957000', '145810.960000', '145810.963000', '145810.966000', '145810.969000', '145810.972000', '145810.975000', '145810.977000', '145810.981000', '145810.984000', '145810.986000', '145810.989000', '145810.992000', '145810.995000', '145810.998000', '145811.002000', '145811.005000', '145811.008000', '145811.010000', '145811.013000', '145811.016000', '145811.019000', '145811.022000', '145811.025000', '145811.028000', '145811.030000', '145811.033000', '145811.036000', '145811.039000', '145811.042000', '145811.045000', '145811.047000', '145811.050000', '145811.053000', '145811.056000', '145811.059000', '145811.062000', '145811.065000', '145811.067000', '145830.943000', '145830.946000', '145830.949000', '145830.951000', '145830.954000', '145830.957000', '145830.968000', '145830.971000', '145830.973000', '145830.976000', '145830.979000', '145830.982000', '145830.985000', '145830.988000', '145830.991000', '145830.994000', '145830.997000', '145831.001000', '145831.004000', '145831.007000', '145831.010000', '145831.013000', '145831.016000', '145831.019000', '145831.022000', '145831.025000', '145831.028000', '145831.031000', '145831.034000', '145831.043000', '145831.046000', '145831.051000', '145831.056000', '145831.058000', '145831.061000', '145831.064000', '145831.067000', '145831.070000', '145831.073000', '145831.076000', '145831.079000', '145831.082000', '145831.085000', '145850.943000', '145850.946000', '145850.949000', '145850.951000', '145850.954000', '145850.957000', '145850.960000', '145850.963000', '145850.966000', '145850.968000', '145850.971000', '145850.974000', '145850.977000', '145850.980000', '145850.983000', '145850.986000', '145850.989000', '145850.991000', '145850.994000', '145850.997000', '145851.001000', '145851.004000', '145851.007000', '145851.009000', '145851.012000', '145851.015000', '145851.018000', '145851.021000', '145851.024000', '145851.031000', '145851.034000', '145851.037000', '145851.040000', '145851.043000', '145851.046000', '145851.049000', '145851.051000', '145851.054000', '145851.057000', '145851.060000', '145851.063000', '145851.066000', '145851.068000', '145851.071000', '145910.943000', '145910.946000', '145910.949000', '145910.952000', '145910.954000', '145910.957000', '145910.960000', '145910.963000', '145910.966000', '145910.968000', '145910.971000', '145910.974000', '145910.977000', '145910.980000', '145910.994000', '145910.997000', '145911.002000', '145911.005000', '145911.008000', '145911.011000', '145911.014000', '145911.017000', '145911.020000', '145911.023000', '145911.026000', '145911.028000', '145911.031000', '145911.034000', '145911.037000', '145911.040000', '145911.043000', '145911.045000', '145911.048000', '145911.051000', '145911.054000', '145911.057000', '145911.060000', '145911.062000', '145911.065000', '145911.068000', '145911.071000', '145911.074000', '145911.079000', '145930.943000', '145930.946000', '145930.949000', '145930.951000', '145930.954000', '145930.957000', '145930.960000', '145930.963000', '145930.966000', '145930.968000', '145930.971000', '145930.974000', '145930.977000', '145930.980000', '145930.983000', '145930.986000', '145930.988000', '145930.991000', '145930.994000', '145930.997000', '145931.001000', '145931.004000', '145931.007000', '145931.010000', '145931.012000', '145931.015000', '145931.018000', '145931.021000', '145931.024000', '145931.032000', '145931.035000', '145931.038000', '145931.040000', '145931.043000', '145931.046000', '145931.049000', '145931.052000', '145931.055000', '145931.057000', '145931.060000', '145931.063000', '145931.066000', '145931.069000', '145931.072000', '145950.943000', '145950.946000', '145950.949000', '145950.951000', '145950.954000', '145950.957000', '145950.960000', '145950.963000', '145950.966000', '145950.969000', '145950.972000', '145950.974000', '145950.977000', '145950.980000', '145950.983000', '145950.986000', '145950.988000', '145950.991000', '145950.994000', '145950.997000', '145951.001000', '145951.004000', '145951.007000', '145951.009000', '145951.012000', '145951.015000', '145951.018000', '145951.021000', '145951.024000', '145951.027000', '145951.029000', '145951.033000', '145951.036000', '145951.039000', '145951.042000', '145951.044000', '145951.047000', '145951.050000', '145951.053000', '145951.056000', '145951.059000', '145951.061000', '145951.064000', '150010.943000', '150010.946000', '150010.949000', '150010.952000', '150010.954000', '150010.957000', '150010.960000', '150010.963000', '150010.966000', '150010.969000', '150010.972000', '150010.975000', '150010.977000', '150010.980000', '150010.983000', '150010.995000', '150010.998000', '150011.002000', '150011.005000', '150011.008000', '150011.011000', '150011.014000', '150011.028000', '150011.031000', '150011.034000', '150011.037000', '150011.039000', '150011.042000', '150011.045000', '150011.048000', '150011.051000', '150011.054000', '150011.056000', '150011.059000', '150011.062000', '150011.065000', '150011.068000', '150011.071000', '150011.074000', '150011.076000', '150011.079000', '150011.082000', '150011.085000', '150011.088000', '150030.943000', '150030.946000', '150030.949000', '150030.952000', '150030.954000', '150030.957000', '150030.960000', '150030.963000', '150030.966000', '150030.969000', '150030.971000', '150030.974000', '150030.977000', '150030.980000', '150030.983000', '150030.986000', '150030.988000', '150030.991000', '150030.994000', '150030.997000', '150031.001000', '150031.004000', '150031.006000', '150031.009000', '150031.012000', '150031.015000', '150031.018000', '150031.021000', '150031.024000', '150031.026000', '150031.029000', '150031.032000', '150031.035000', '150031.038000', '150031.040000', '150031.043000', '150031.046000', '150031.049000', '150031.059000', '150031.062000', '150031.065000', '150031.068000', '150031.071000', '150050.943000', '150050.946000', '150050.949000', '150050.952000', '150050.954000', '150050.957000', '150050.960000', '150050.963000', '150050.966000', '150050.969000', '150050.972000', '150050.974000', '150050.977000', '150050.980000', '150050.983000', '150050.986000', '150050.989000', '150050.992000', '150050.994000', '150050.997000', '150051.001000', '150051.004000', '150051.007000', '150051.010000', '150051.012000', '150051.015000', '150051.018000', '150051.021000', '150051.024000', '150051.026000', '150051.029000', '150051.032000', '150051.035000', '150051.038000', '150051.041000', '150051.043000', '150051.046000', '150051.049000', '150051.052000', '150051.055000', '150051.057000', '150051.060000', '150051.063000', '150051.066000', '150110.943000', '150110.946000', '150110.949000', '150110.952000', '150110.955000', '150110.957000', '150110.960000', '150110.963000', '150110.966000', '150110.969000', '150110.971000', '150110.974000', '150110.977000', '150110.980000', '150110.983000', '150110.986000', '150110.988000', '150110.991000', '150110.994000', '150110.997000', '150111.001000', '150111.003000', '150111.006000', '150111.009000', '150111.012000', '150111.015000', '150111.018000', '150111.026000', '150111.029000', '150111.032000', '150111.035000', '150111.038000', '150111.040000', '150111.043000', '150111.046000', '150111.049000', '150111.052000', '150111.055000', '150111.058000', '150111.060000', '150111.063000', '150111.066000', '150111.070000', '150130.943000', '150130.946000', '150130.949000', '150130.952000', '150130.955000', '150130.957000', '150130.960000', '150130.963000', '150130.966000', '150130.969000', '150130.971000', '150130.974000', '150130.977000', '150130.980000', '150130.984000', '150130.987000', '150130.990000', '150130.993000', '150130.996000', '150131.000000', '150131.003000', '150131.005000', '150131.008000', '150131.011000', '150131.014000', '150131.017000', '150131.019000', '150131.022000', '150131.025000', '150131.028000', '150131.031000', '150131.033000', '150131.036000', '150131.039000', '150131.042000', '150131.045000', '150131.048000', '150131.051000', '150131.053000', '150131.056000', '150131.063000', '150131.066000', '150131.069000', '150150.943000', '150150.946000', '150150.949000', '150150.952000', '150150.955000', '150150.957000', '150150.960000', '150150.963000', '150150.966000', '150150.969000', '150150.972000', '150150.974000', '150150.977000', '150150.980000', '150150.983000', '150150.986000', '150150.989000', '150150.991000', '150150.994000', '150150.997000', '150151.001000', '150151.004000', '150151.007000', '150151.009000', '150151.012000', '150151.015000', '150151.018000', '150151.021000', '150151.029000', '150151.032000', '150151.035000', '150151.038000', '150151.041000', '150151.043000', '150151.046000', '150151.049000', '150151.052000', '150151.055000', '150151.057000', '150151.060000', '150151.063000', '150151.066000', '150151.069000', '150151.072000', '150210.943000', '150210.946000', '150210.949000', '150210.952000', '150210.956000', '150210.959000', '150210.962000', '150210.964000', '150210.967000', '150210.970000', '150210.973000', '150210.976000', '150210.979000', '150210.981000', '150210.984000', '150210.987000', '150210.990000', '150210.993000', '150210.996000', '150210.998000', '150211.001000', '150211.004000', '150211.007000', '150211.010000', '150211.012000', '150211.015000', '150211.018000', '150211.021000', '150211.024000', '150211.027000', '150211.029000', '150211.032000', '150211.035000', '150211.038000', '150211.041000', '150211.044000', '150211.047000', '150211.049000', '150211.052000', '150211.055000', '150211.058000', '150211.061000', '150211.064000', '150230.943000', '150230.946000', '150230.949000', '150230.952000', '150230.955000', '150230.957000', '150230.960000', '150230.963000', '150230.966000', '150230.969000', '150230.972000', '150230.975000', '150230.977000', '150230.980000', '150230.989000', '150230.992000', '150230.995000', '150230.998000', '150231.002000', '150231.004000', '150231.007000', '150231.010000', '150231.013000', '150231.016000', '150231.019000', '150231.022000', '150231.025000', '150231.027000', '150231.030000', '150231.033000', '150231.036000', '150231.039000', '150231.042000', '150231.044000', '150231.047000', '150231.050000', '150231.053000', '150231.056000', '150231.059000', '150231.062000', '150231.064000', '150231.067000', '150231.070000', '150231.073000', '150250.943000', '150250.946000', '150250.949000', '150250.952000', '150250.954000', '150250.957000', '150250.960000', '150250.965000', '150250.970000', '150250.973000', '150250.976000', '150250.979000', '150250.981000', '150250.984000', '150250.987000', '150250.990000', '150250.993000', '150250.996000', '150250.998000', '150251.002000', '150251.005000', '150251.008000', '150251.011000', '150251.014000', '150251.016000', '150251.019000', '150251.022000', '150251.025000', '150251.028000', '150251.030000', '150251.033000', '150251.036000', '150251.039000', '150251.042000', '150251.045000', '150251.047000', '150251.050000', '150251.053000', '150251.056000', '150251.059000', '150251.062000', '150251.064000', '150251.067000', '150310.957000', '150310.960000', '150310.963000', '150310.966000', '150310.968000', '150310.971000', '150310.974000', '150310.977000', '150310.980000', '150310.983000', '150310.986000', '150310.989000', '150310.991000', '150310.994000', '150310.997000', '150311.001000', '150311.004000', '150311.007000', '150311.010000', '150311.013000', '150311.015000', '150311.018000', '150311.021000', '150311.024000', '150311.027000', '150311.030000', '150311.032000', '150311.035000', '150311.038000', '150311.041000', '150311.044000', '150311.047000', '150311.050000', '150311.052000', '150311.055000', '150311.058000', '150311.061000', '150311.064000', '150311.067000', '150311.070000', '150311.073000', '150311.076000', '150311.078000', '150311.081000', '150330.943000', '150330.946000', '150330.949000', '150330.952000', '150330.955000', '150330.958000', '150330.960000', '150330.964000', '150330.966000', '150330.969000', '150330.972000', '150330.975000', '150330.978000', '150330.981000', '150330.984000', '150330.990000', '150330.993000', '150330.997000', '150331.001000', '150331.003000', '150331.006000', '150331.009000', '150331.012000', '150331.015000', '150331.018000', '150331.020000', '150331.023000', '150331.026000', '150331.029000', '150331.032000', '150331.035000', '150331.038000', '150331.040000', '150331.043000', '150331.046000', '150331.049000', '150331.052000', '150331.063000', '150331.066000', '150331.068000', '150331.071000', '150331.074000', '150331.077000', '150350.943000', '150350.946000', '150350.949000', '150350.952000', '150350.959000', '150350.962000', '150350.965000', '150350.968000', '150350.971000', '150350.974000', '150350.977000', '150350.979000', '150350.982000', '150350.985000', '150350.988000', '150350.991000', '150350.994000', '150350.997000', '150351.001000', '150351.003000', '150351.006000', '150351.009000', '150351.012000', '150351.015000', '150351.018000', '150351.021000', '150351.023000', '150351.027000', '150351.029000', '150351.032000', '150351.035000', '150351.038000', '150351.041000', '150351.044000', '150351.047000', '150351.050000', '150351.053000', '150351.056000', '150351.058000', '150351.061000', '150351.064000', '150351.067000', '150351.070000', '150351.072000', '150410.943000', '150410.946000', '150410.949000', '150410.952000', '150410.955000', '150410.958000', '150410.961000', '150410.964000', '150410.966000', '150410.969000', '150410.972000', '150410.975000', '150410.978000', '150410.981000', '150410.984000', '150410.987000', '150410.990000', '150410.993000', '150410.995000', '150411.000000', '150411.003000', '150411.005000', '150411.008000', '150411.011000', '150411.014000', '150411.017000', '150411.020000', '150411.023000', '150411.026000', '150411.028000', '150411.031000', '150411.038000', '150411.041000', '150411.044000', '150411.047000', '150411.050000', '150411.053000', '150411.056000', '150411.058000', '150411.061000', '150411.081000', '150411.084000', '150411.087000', '150430.944000', '150430.947000', '150430.950000', '150430.953000', '150430.956000', '150430.958000', '150430.961000', '150430.964000', '150430.967000', '150430.970000', '150430.973000', '150430.976000', '150430.979000', '150430.982000', '150430.984000', '150430.987000', '150430.990000', '150430.993000', '150430.996000', '150430.999000', '150431.002000', '150431.005000', '150431.008000', '150431.011000', '150431.013000', '150431.016000', '150431.019000', '150431.022000', '150431.025000', '150431.028000', '150431.031000', '150431.034000', '150431.036000', '150431.039000', '150431.042000', '150431.045000', '150431.048000', '150431.050000', '150431.053000', '150431.056000', '150431.059000', '150431.062000', '150431.065000', '150431.067000', '150450.943000', '150450.947000', '150450.950000', '150450.953000', '150450.956000', '150450.959000', '150450.962000', '150450.965000', '150450.968000', '150450.971000', '150450.974000', '150450.977000', '150450.979000', '150450.983000', '150450.985000', '150450.988000', '150450.991000', '150450.994000', '150450.997000', '150451.001000', '150451.004000', '150451.007000', '150451.010000', '150451.015000', '150451.019000', '150451.022000', '150451.025000', '150451.028000', '150451.031000', '150451.033000', '150451.036000', '150451.039000', '150451.042000', '150451.045000', '150451.048000', '150451.050000', '150451.053000', '150451.056000', '150451.059000', '150451.062000', '150451.065000', '150451.067000', '150451.070000', '150510.943000', '150510.946000', '150510.949000', '150510.952000', '150510.954000', '150510.957000', '150510.960000', '150510.963000', '150510.966000', '150510.969000', '150510.972000', '150510.975000', '150510.978000', '150510.981000', '150510.983000', '150510.986000', '150510.989000', '150510.992000', '150510.995000', '150510.998000', '150511.002000', '150511.004000', '150511.007000', '150511.010000', '150511.013000', '150511.016000', '150511.019000', '150511.022000', '150511.025000', '150511.027000', '150511.031000', '150511.033000', '150511.036000', '150511.039000', '150511.042000', '150511.045000', '150511.048000', '150511.051000', '150511.054000', '150511.057000', '150511.059000', '150511.062000', '150511.065000', '150511.068000', '150530.943000', '150530.946000', '150530.949000', '150530.952000', '150530.955000', '150530.958000', '150530.960000', '150530.963000', '150530.966000', '150530.969000', '150530.972000', '150530.975000', '150530.978000', '150530.981000', '150530.984000', '150530.987000', '150530.990000', '150530.993000', '150530.996000', '150530.998000', '150531.002000', '150531.005000', '150531.025000', '150531.028000', '150531.031000', '150531.034000', '150531.037000', '150531.040000', '150531.043000', '150531.045000', '150531.048000', '150531.051000', '150531.054000', '150531.057000', '150531.060000', '150531.063000', '150531.066000', '150531.068000', '150531.071000', '150531.074000', '150531.077000', '150531.080000', '150531.082000', '150550.943000', '150550.946000', '150550.949000', '150550.952000', '150550.954000', '150550.958000', '150550.960000', '150550.963000', '150550.966000', '150550.969000', '150550.972000', '150550.975000', '150550.978000', '150550.981000', '150550.984000', '150550.986000', '150550.989000', '150550.992000', '150550.995000', '150550.998000', '150551.002000', '150551.005000', '150551.008000', '150551.011000', '150551.014000', '150551.017000', '150551.020000', '150551.022000', '150551.025000', '150551.028000', '150551.031000', '150551.034000', '150551.037000', '150551.040000', '150551.043000', '150551.045000', '150551.048000', '150551.051000', '150551.054000', '150551.057000', '150551.060000', '150551.063000', '150551.066000', '150551.069000', '150610.943000', '150610.946000', '150610.949000', '150610.952000', '150610.955000', '150610.958000', '150610.961000', '150610.964000', '150610.967000', '150610.970000', '150610.973000', '150610.976000', '150610.978000', '150610.981000', '150610.986000', '150610.989000', '150610.992000', '150610.994000', '150610.997000', '150611.001000', '150611.004000', '150611.007000', '150611.010000', '150611.013000', '150611.016000', '150611.019000', '150611.021000', '150611.024000', '150611.027000', '150611.030000', '150611.033000', '150611.036000', '150611.039000', '150611.042000', '150611.048000', '150611.051000', '150611.054000', '150611.057000', '150611.063000', '150611.066000', '150611.069000', '150611.072000', '150611.074000', '150630.943000', '150630.946000', '150630.949000', '150630.952000', '150630.955000', '150630.958000', '150630.960000', '150630.963000', '150630.966000', '150630.969000', '150630.972000', '150630.975000', '150630.978000', '150630.981000', '150630.984000', '150630.986000', '150630.989000', '150630.992000', '150630.995000', '150630.998000', '150631.002000', '150631.005000', '150631.008000', '150631.011000', '150631.014000', '150631.017000', '150631.019000', '150631.022000', '150631.025000', '150631.028000', '150631.031000', '150631.034000', '150631.037000', '150631.039000', '150631.042000', '150631.045000', '150631.048000', '150631.051000', '150631.053000', '150631.056000', '150631.059000', '150631.062000', '150631.065000', '150631.068000', '150650.944000', '150650.947000', '150650.950000', '150650.953000', '150650.965000', '150650.968000', '150650.971000', '150650.974000', '150650.977000', '150650.980000', '150650.982000', '150650.985000', '150650.988000', '150650.991000', '150650.994000', '150650.996000', '150650.999000', '150651.002000', '150651.005000', '150651.008000', '150651.011000', '150651.013000', '150651.016000', '150651.019000', '150651.022000', '150651.025000', '150651.028000', '150651.030000', '150651.033000', '150651.036000', '150651.039000', '150651.042000', '150651.045000', '150651.048000', '150651.050000', '150651.053000', '150651.056000', '150651.059000', '150651.062000', '150651.064000', '150651.067000', '150651.070000', '150651.073000', '150710.943000', '150710.946000', '150710.949000', '150710.952000', '150710.955000', '150710.957000', '150710.960000', '150710.963000', '150710.966000', '150710.969000', '150710.972000', '150710.974000', '150710.977000', '150710.980000', '150710.983000', '150710.986000', '150710.988000', '150710.991000', '150710.994000', '150710.997000', '150711.001000', '150711.004000', '150711.006000', '150711.009000', '150711.012000', '150711.015000', '150711.018000', '150711.021000', '150711.023000', '150711.026000', '150711.029000', '150711.032000', '150711.035000', '150711.038000', '150711.040000', '150711.043000', '150711.046000', '150711.049000', '150711.052000', '150711.054000', '150711.060000', '150711.063000', '150711.066000', '150711.068000', '150730.943000', '150730.946000', '150730.949000', '150730.952000', '150730.955000', '150730.957000', '150730.960000', '150730.963000', '150730.966000', '150730.969000', '150730.972000', '150730.974000', '150730.977000', '150730.980000', '150730.983000', '150730.986000', '150730.989000', '150730.991000', '150730.994000', '150730.997000', '150731.001000', '150731.004000', '150731.007000', '150731.010000', '150731.012000', '150731.015000', '150731.018000', '150731.027000', '150731.030000', '150731.033000', '150731.036000', '150731.039000', '150731.042000', '150731.044000', '150731.047000', '150731.050000', '150731.053000', '150731.056000', '150731.058000', '150731.061000', '150731.064000', '150731.067000', '150731.070000', '150750.943000', '150750.946000', '150750.949000', '150750.952000', '150750.955000', '150750.957000', '150750.960000', '150750.963000', '150750.966000', '150750.969000', '150750.972000', '150750.974000', '150750.977000', '150750.980000', '150750.983000', '150750.986000', '150750.989000', '150750.992000', '150750.994000', '150750.997000', '150751.001000', '150751.004000', '150751.007000', '150751.009000', '150751.012000', '150751.015000', '150751.018000', '150751.021000', '150751.024000', '150751.026000', '150751.042000', '150751.045000', '150751.048000', '150751.051000', '150751.054000', '150751.057000', '150751.059000', '150751.062000', '150751.065000', '150751.068000', '150751.071000', '150751.074000', '150751.076000', '150751.079000', '150810.943000', '150810.946000', '150810.949000', '150810.952000', '150810.955000', '150810.958000', '150810.961000', '150810.964000', '150810.966000', '150810.969000', '150810.972000', '150810.975000', '150810.978000', '150810.981000', '150810.983000', '150810.986000', '150810.989000', '150810.992000', '150810.995000', '150810.998000', '150811.002000', '150811.004000', '150811.007000', '150811.010000', '150811.013000', '150811.016000', '150811.019000', '150811.021000', '150811.024000', '150811.027000', '150811.030000', '150811.033000', '150811.036000', '150811.039000', '150811.041000', '150811.044000', '150811.047000', '150811.050000', '150811.053000', '150811.055000', '150811.058000', '150811.061000', '150811.064000', '150830.943000', '150830.946000', '150830.949000', '150830.952000', '150830.955000', '150830.957000', '150830.960000', '150830.963000', '150830.966000', '150830.969000', '150830.972000', '150830.975000', '150830.977000', '150830.980000', '150830.983000', '150830.986000', '150830.989000', '150830.992000', '150830.994000', '150830.997000', '150831.001000', '150831.004000', '150831.007000', '150831.010000', '150831.012000', '150831.015000', '150831.018000', '150831.021000', '150831.024000', '150831.027000', '150831.029000', '150831.032000', '150831.035000', '150831.038000', '150831.041000', '150831.044000', '150831.047000', '150831.050000', '150831.052000', '150831.055000', '150831.058000', '150831.061000', '150831.064000', '150831.067000', '150850.943000', '150850.946000', '150850.949000', '150850.952000', '150850.955000', '150850.957000', '150850.960000', '150850.963000', '150850.966000', '150850.969000', '150850.972000', '150850.975000', '150850.977000', '150850.980000', '150850.983000', '150850.986000', '150850.989000', '150850.992000', '150850.995000', '150850.997000', '150851.001000', '150851.004000', '150851.007000', '150851.010000', '150851.013000', '150851.015000', '150851.018000', '150851.021000', '150851.024000', '150851.027000', '150851.030000', '150851.033000', '150851.035000', '150851.038000', '150851.041000', '150851.044000', '150851.047000', '150851.049000', '150851.052000', '150851.055000', '150851.059000', '150851.062000', '150851.065000', '150910.944000', '150910.947000', '150910.950000', '150910.953000', '150910.956000', '150910.959000', '150910.961000', '150910.964000', '150910.967000', '150910.970000', '150910.995000', '150910.997000', '150911.000000', '150911.003000', '150911.006000', '150911.009000', '150911.012000', '150911.015000', '150911.018000', '150911.020000', '150911.023000', '150911.026000', '150911.029000', '150911.032000', '150911.035000', '150911.037000', '150911.040000', '150911.043000', '150911.046000', '150911.049000', '150911.052000', '150911.055000', '150911.057000', '150911.060000', '150911.063000', '150911.066000', '150911.069000', '150911.072000', '150911.074000', '150911.078000', '150911.081000', '150911.083000', '150911.086000', '150911.089000', '150921.540000', '150921.543000', '150921.546000', '150921.549000', '150921.552000', '150921.555000', '150921.558000', '150921.562000', '150921.565000', '150921.567000', '150921.570000', '150921.573000', '150921.576000', '150921.579000', '150921.582000', '150921.585000', '150921.588000', '150921.591000', '150921.594000', '150921.597000', '150921.600000', '150921.603000', '150921.606000'], 'InstanceCreationTime': ['145530.981000', '145530.989000', '145530.992000', '145530.994000', '145530.997000', '145531.001000', '145531.004000', '145531.007000', '145531.010000', '145531.012000', '145531.015000', '145531.018000', '145531.021000', '145531.024000', '145531.027000', '145531.030000', '145531.032000', '145531.035000', '145531.042000', '145531.045000', '145531.048000', '145531.051000', '145531.054000', '145531.056000', '145531.059000', '145531.062000', '145531.065000', '145531.078000', '145531.081000', '145531.084000', '145531.087000', '145531.089000', '145531.092000', '145531.095000', '145531.098000', '145531.101000', '145531.104000', '145531.107000', '145531.109000', '145531.112000', '145531.115000', '145531.118000', '145531.121000', '145531.124000', '145531.127000', '145531.129000', '145531.132000', '145531.135000', '145531.138000', '145531.141000', '145531.144000', '145550.943000', '145550.946000', '145550.949000', '145550.952000', '145550.955000', '145550.957000', '145550.960000', '145550.963000', '145550.966000', '145550.969000', '145550.972000', '145550.975000', '145550.978000', '145550.981000', '145550.983000', '145550.986000', '145550.989000', '145550.993000', '145550.998000', '145551.002000', '145551.005000', '145551.008000', '145551.011000', '145551.014000', '145551.029000', '145551.032000', '145551.035000', '145551.037000', '145551.040000', '145551.043000', '145551.046000', '145551.049000', '145551.052000', '145551.055000', '145551.057000', '145551.060000', '145551.063000', '145551.066000', '145551.077000', '145551.080000', '145551.083000', '145551.086000', '145551.089000', '145610.943000', '145610.946000', '145610.949000', '145610.952000', '145610.955000', '145610.957000', '145610.960000', '145610.963000', '145610.966000', '145610.972000', '145610.975000', '145610.978000', '145610.981000', '145610.984000', '145610.987000', '145610.990000', '145610.992000', '145610.995000', '145610.998000', '145611.002000', '145611.005000', '145611.008000', '145611.011000', '145611.014000', '145611.017000', '145611.019000', '145611.022000', '145611.025000', '145611.028000', '145611.031000', '145611.034000', '145611.036000', '145611.039000', '145611.042000', '145611.045000', '145611.048000', '145611.051000', '145611.053000', '145611.056000', '145611.059000', '145611.062000', '145611.065000', '145611.067000', '145611.070000', '145630.943000', '145630.950000', '145630.956000', '145630.959000', '145630.962000', '145630.964000', '145630.967000', '145630.970000', '145630.973000', '145630.976000', '145630.979000', '145630.987000', '145630.990000', '145630.993000', '145630.996000', '145631.000000', '145631.003000', '145631.006000', '145631.009000', '145631.013000', '145631.018000', '145631.021000', '145631.024000', '145631.027000', '145631.029000', '145631.032000', '145631.035000', '145631.038000', '145631.041000', '145631.044000', '145631.046000', '145631.049000', '145631.052000', '145631.055000', '145631.058000', '145631.061000', '145631.063000', '145631.066000', '145631.069000', '145631.072000', '145631.075000', '145631.077000', '145631.080000', '145650.943000', '145650.946000', '145650.949000', '145650.952000', '145650.954000', '145650.957000', '145650.960000', '145650.969000', '145650.972000', '145650.975000', '145650.978000', '145650.987000', '145650.989000', '145650.992000', '145650.995000', '145650.998000', '145651.002000', '145651.005000', '145651.008000', '145651.011000', '145651.014000', '145651.016000', '145651.019000', '145651.022000', '145651.025000', '145651.028000', '145651.031000', '145651.034000', '145651.037000', '145651.039000', '145651.042000', '145651.045000', '145651.048000', '145651.051000', '145651.054000', '145651.057000', '145651.059000', '145651.062000', '145651.065000', '145651.068000', '145651.071000', '145651.073000', '145651.076000', '145651.079000', '145710.943000', '145710.946000', '145710.949000', '145710.952000', '145710.955000', '145710.959000', '145710.962000', '145710.970000', '145710.973000', '145710.976000', '145710.978000', '145710.981000', '145710.984000', '145710.987000', '145710.990000', '145711.005000', '145711.008000', '145711.011000', '145711.014000', '145711.017000', '145711.020000', '145711.024000', '145711.027000', '145711.030000', '145711.032000', '145711.035000', '145711.038000', '145711.041000', '145711.044000', '145711.047000', '145711.050000', '145711.053000', '145711.055000', '145711.058000', '145711.061000', '145711.064000', '145711.067000', '145711.070000', '145711.073000', '145711.076000', '145711.078000', '145711.081000', '145711.084000', '145730.943000', '145730.946000', '145730.949000', '145730.952000', '145730.955000', '145730.957000', '145730.960000', '145730.963000', '145730.966000', '145730.969000', '145730.972000', '145730.975000', '145730.978000', '145730.980000', '145730.984000', '145730.986000', '145730.989000', '145730.992000', '145730.995000', '145730.998000', '145731.002000', '145731.005000', '145731.008000', '145731.010000', '145731.013000', '145731.016000', '145731.019000', '145731.022000', '145731.025000', '145731.028000', '145731.030000', '145731.033000', '145731.036000', '145731.039000', '145731.042000', '145731.045000', '145731.047000', '145731.050000', '145731.053000', '145731.056000', '145731.059000', '145731.062000', '145731.065000', '145731.068000', '145750.944000', '145750.947000', '145750.950000', '145750.953000', '145750.956000', '145750.959000', '145750.961000', '145750.964000', '145750.967000', '145750.970000', '145750.973000', '145750.976000', '145750.979000', '145750.982000', '145750.984000', '145750.987000', '145750.990000', '145750.993000', '145750.996000', '145751.000000', '145751.003000', '145751.006000', '145751.008000', '145751.011000', '145751.014000', '145751.017000', '145751.020000', '145751.023000', '145751.026000', '145751.029000', '145751.032000', '145751.035000', '145751.038000', '145751.040000', '145751.044000', '145751.049000', '145751.052000', '145751.055000', '145751.058000', '145751.061000', '145751.064000', '145751.067000', '145751.069000', '145810.943000', '145810.946000', '145810.949000', '145810.952000', '145810.954000', '145810.957000', '145810.960000', '145810.963000', '145810.966000', '145810.969000', '145810.972000', '145810.975000', '145810.977000', '145810.981000', '145810.984000', '145810.986000', '145810.989000', '145810.992000', '145810.995000', '145810.998000', '145811.002000', '145811.005000', '145811.008000', '145811.010000', '145811.013000', '145811.016000', '145811.019000', '145811.022000', '145811.025000', '145811.028000', '145811.030000', '145811.033000', '145811.036000', '145811.039000', '145811.042000', '145811.045000', '145811.047000', '145811.050000', '145811.053000', '145811.056000', '145811.059000', '145811.062000', '145811.065000', '145811.067000', '145830.943000', '145830.946000', '145830.949000', '145830.951000', '145830.954000', '145830.957000', '145830.968000', '145830.971000', '145830.973000', '145830.976000', '145830.979000', '145830.982000', '145830.985000', '145830.988000', '145830.991000', '145830.994000', '145830.997000', '145831.001000', '145831.004000', '145831.007000', '145831.010000', '145831.013000', '145831.016000', '145831.019000', '145831.022000', '145831.025000', '145831.028000', '145831.031000', '145831.034000', '145831.043000', '145831.046000', '145831.051000', '145831.056000', '145831.058000', '145831.061000', '145831.064000', '145831.067000', '145831.070000', '145831.073000', '145831.076000', '145831.079000', '145831.082000', '145831.085000', '145850.943000', '145850.946000', '145850.949000', '145850.951000', '145850.954000', '145850.957000', '145850.960000', '145850.963000', '145850.966000', '145850.968000', '145850.971000', '145850.974000', '145850.977000', '145850.980000', '145850.983000', '145850.986000', '145850.989000', '145850.991000', '145850.994000', '145850.997000', '145851.001000', '145851.004000', '145851.007000', '145851.009000', '145851.012000', '145851.015000', '145851.018000', '145851.021000', '145851.024000', '145851.031000', '145851.034000', '145851.037000', '145851.040000', '145851.043000', '145851.046000', '145851.049000', '145851.051000', '145851.054000', '145851.057000', '145851.060000', '145851.063000', '145851.066000', '145851.068000', '145851.071000', '145910.943000', '145910.946000', '145910.949000', '145910.952000', '145910.954000', '145910.957000', '145910.960000', '145910.963000', '145910.966000', '145910.968000', '145910.971000', '145910.974000', '145910.977000', '145910.980000', '145910.994000', '145910.997000', '145911.002000', '145911.005000', '145911.008000', '145911.011000', '145911.014000', '145911.017000', '145911.020000', '145911.023000', '145911.026000', '145911.028000', '145911.031000', '145911.034000', '145911.037000', '145911.040000', '145911.043000', '145911.045000', '145911.048000', '145911.051000', '145911.054000', '145911.057000', '145911.060000', '145911.062000', '145911.065000', '145911.068000', '145911.071000', '145911.074000', '145911.079000', '145930.943000', '145930.946000', '145930.949000', '145930.951000', '145930.954000', '145930.957000', '145930.960000', '145930.963000', '145930.966000', '145930.968000', '145930.971000', '145930.974000', '145930.977000', '145930.980000', '145930.983000', '145930.986000', '145930.988000', '145930.991000', '145930.994000', '145930.997000', '145931.001000', '145931.004000', '145931.007000', '145931.010000', '145931.012000', '145931.015000', '145931.018000', '145931.021000', '145931.024000', '145931.032000', '145931.035000', '145931.038000', '145931.040000', '145931.043000', '145931.046000', '145931.049000', '145931.052000', '145931.055000', '145931.057000', '145931.060000', '145931.063000', '145931.066000', '145931.069000', '145931.072000', '145950.943000', '145950.946000', '145950.949000', '145950.951000', '145950.954000', '145950.957000', '145950.960000', '145950.963000', '145950.966000', '145950.969000', '145950.972000', '145950.974000', '145950.977000', '145950.980000', '145950.983000', '145950.986000', '145950.988000', '145950.991000', '145950.994000', '145950.997000', '145951.001000', '145951.004000', '145951.007000', '145951.009000', '145951.012000', '145951.015000', '145951.018000', '145951.021000', '145951.024000', '145951.027000', '145951.029000', '145951.033000', '145951.036000', '145951.039000', '145951.042000', '145951.044000', '145951.047000', '145951.050000', '145951.053000', '145951.056000', '145951.059000', '145951.061000', '145951.064000', '150010.943000', '150010.946000', '150010.949000', '150010.952000', '150010.954000', '150010.957000', '150010.960000', '150010.963000', '150010.966000', '150010.969000', '150010.972000', '150010.975000', '150010.977000', '150010.980000', '150010.983000', '150010.995000', '150010.998000', '150011.002000', '150011.005000', '150011.008000', '150011.011000', '150011.014000', '150011.028000', '150011.031000', '150011.034000', '150011.037000', '150011.039000', '150011.042000', '150011.045000', '150011.048000', '150011.051000', '150011.054000', '150011.056000', '150011.059000', '150011.062000', '150011.065000', '150011.068000', '150011.071000', '150011.074000', '150011.076000', '150011.079000', '150011.082000', '150011.085000', '150011.088000', '150030.943000', '150030.946000', '150030.949000', '150030.952000', '150030.954000', '150030.957000', '150030.960000', '150030.963000', '150030.966000', '150030.969000', '150030.971000', '150030.974000', '150030.977000', '150030.980000', '150030.983000', '150030.986000', '150030.988000', '150030.991000', '150030.994000', '150030.997000', '150031.001000', '150031.004000', '150031.006000', '150031.009000', '150031.012000', '150031.015000', '150031.018000', '150031.021000', '150031.024000', '150031.026000', '150031.029000', '150031.032000', '150031.035000', '150031.038000', '150031.040000', '150031.043000', '150031.046000', '150031.049000', '150031.059000', '150031.062000', '150031.065000', '150031.068000', '150031.071000', '150050.943000', '150050.946000', '150050.949000', '150050.952000', '150050.954000', '150050.957000', '150050.960000', '150050.963000', '150050.966000', '150050.969000', '150050.972000', '150050.974000', '150050.977000', '150050.980000', '150050.983000', '150050.986000', '150050.989000', '150050.992000', '150050.994000', '150050.997000', '150051.001000', '150051.004000', '150051.007000', '150051.010000', '150051.012000', '150051.015000', '150051.018000', '150051.021000', '150051.024000', '150051.026000', '150051.029000', '150051.032000', '150051.035000', '150051.038000', '150051.041000', '150051.043000', '150051.046000', '150051.049000', '150051.052000', '150051.055000', '150051.057000', '150051.060000', '150051.063000', '150051.066000', '150110.943000', '150110.946000', '150110.949000', '150110.952000', '150110.955000', '150110.957000', '150110.960000', '150110.963000', '150110.966000', '150110.969000', '150110.971000', '150110.974000', '150110.977000', '150110.980000', '150110.983000', '150110.986000', '150110.988000', '150110.991000', '150110.994000', '150110.997000', '150111.001000', '150111.003000', '150111.006000', '150111.009000', '150111.012000', '150111.015000', '150111.018000', '150111.026000', '150111.029000', '150111.032000', '150111.035000', '150111.038000', '150111.040000', '150111.043000', '150111.046000', '150111.049000', '150111.052000', '150111.055000', '150111.058000', '150111.060000', '150111.063000', '150111.066000', '150111.070000', '150130.943000', '150130.946000', '150130.949000', '150130.952000', '150130.955000', '150130.957000', '150130.960000', '150130.963000', '150130.966000', '150130.969000', '150130.971000', '150130.974000', '150130.977000', '150130.980000', '150130.984000', '150130.987000', '150130.990000', '150130.993000', '150130.996000', '150131.000000', '150131.003000', '150131.005000', '150131.008000', '150131.011000', '150131.014000', '150131.017000', '150131.019000', '150131.022000', '150131.025000', '150131.028000', '150131.031000', '150131.033000', '150131.036000', '150131.039000', '150131.042000', '150131.045000', '150131.048000', '150131.051000', '150131.053000', '150131.056000', '150131.063000', '150131.066000', '150131.069000', '150150.943000', '150150.946000', '150150.949000', '150150.952000', '150150.955000', '150150.957000', '150150.960000', '150150.963000', '150150.966000', '150150.969000', '150150.972000', '150150.974000', '150150.977000', '150150.980000', '150150.983000', '150150.986000', '150150.989000', '150150.991000', '150150.994000', '150150.997000', '150151.001000', '150151.004000', '150151.007000', '150151.009000', '150151.012000', '150151.015000', '150151.018000', '150151.021000', '150151.029000', '150151.032000', '150151.035000', '150151.038000', '150151.041000', '150151.043000', '150151.046000', '150151.049000', '150151.052000', '150151.055000', '150151.057000', '150151.060000', '150151.063000', '150151.066000', '150151.069000', '150151.072000', '150210.943000', '150210.946000', '150210.949000', '150210.952000', '150210.956000', '150210.959000', '150210.962000', '150210.964000', '150210.967000', '150210.970000', '150210.973000', '150210.976000', '150210.979000', '150210.981000', '150210.984000', '150210.987000', '150210.990000', '150210.993000', '150210.996000', '150210.998000', '150211.001000', '150211.004000', '150211.007000', '150211.010000', '150211.012000', '150211.015000', '150211.018000', '150211.021000', '150211.024000', '150211.027000', '150211.029000', '150211.032000', '150211.035000', '150211.038000', '150211.041000', '150211.044000', '150211.047000', '150211.049000', '150211.052000', '150211.055000', '150211.058000', '150211.061000', '150211.064000', '150230.943000', '150230.946000', '150230.949000', '150230.952000', '150230.955000', '150230.957000', '150230.960000', '150230.963000', '150230.966000', '150230.969000', '150230.972000', '150230.975000', '150230.977000', '150230.980000', '150230.989000', '150230.992000', '150230.995000', '150230.998000', '150231.002000', '150231.004000', '150231.007000', '150231.010000', '150231.013000', '150231.016000', '150231.019000', '150231.022000', '150231.025000', '150231.027000', '150231.030000', '150231.033000', '150231.036000', '150231.039000', '150231.042000', '150231.044000', '150231.047000', '150231.050000', '150231.053000', '150231.056000', '150231.059000', '150231.062000', '150231.064000', '150231.067000', '150231.070000', '150231.073000', '150250.943000', '150250.946000', '150250.949000', '150250.952000', '150250.954000', '150250.957000', '150250.960000', '150250.965000', '150250.970000', '150250.973000', '150250.976000', '150250.979000', '150250.981000', '150250.984000', '150250.987000', '150250.990000', '150250.993000', '150250.996000', '150250.998000', '150251.002000', '150251.005000', '150251.008000', '150251.011000', '150251.014000', '150251.016000', '150251.019000', '150251.022000', '150251.025000', '150251.028000', '150251.030000', '150251.033000', '150251.036000', '150251.039000', '150251.042000', '150251.045000', '150251.047000', '150251.050000', '150251.053000', '150251.056000', '150251.059000', '150251.062000', '150251.064000', '150251.067000', '150310.957000', '150310.960000', '150310.963000', '150310.966000', '150310.968000', '150310.971000', '150310.974000', '150310.977000', '150310.980000', '150310.983000', '150310.986000', '150310.989000', '150310.991000', '150310.994000', '150310.997000', '150311.001000', '150311.004000', '150311.007000', '150311.010000', '150311.013000', '150311.015000', '150311.018000', '150311.021000', '150311.024000', '150311.027000', '150311.030000', '150311.032000', '150311.035000', '150311.038000', '150311.041000', '150311.044000', '150311.047000', '150311.050000', '150311.052000', '150311.055000', '150311.058000', '150311.061000', '150311.064000', '150311.067000', '150311.070000', '150311.073000', '150311.076000', '150311.078000', '150311.081000', '150330.943000', '150330.946000', '150330.949000', '150330.952000', '150330.955000', '150330.958000', '150330.960000', '150330.964000', '150330.966000', '150330.969000', '150330.972000', '150330.975000', '150330.978000', '150330.981000', '150330.984000', '150330.990000', '150330.993000', '150330.997000', '150331.001000', '150331.003000', '150331.006000', '150331.009000', '150331.012000', '150331.015000', '150331.018000', '150331.020000', '150331.023000', '150331.026000', '150331.029000', '150331.032000', '150331.035000', '150331.038000', '150331.040000', '150331.043000', '150331.046000', '150331.049000', '150331.052000', '150331.063000', '150331.066000', '150331.068000', '150331.071000', '150331.074000', '150331.077000', '150350.943000', '150350.946000', '150350.949000', '150350.952000', '150350.959000', '150350.962000', '150350.965000', '150350.968000', '150350.971000', '150350.974000', '150350.977000', '150350.979000', '150350.982000', '150350.985000', '150350.988000', '150350.991000', '150350.994000', '150350.997000', '150351.001000', '150351.003000', '150351.006000', '150351.009000', '150351.012000', '150351.015000', '150351.018000', '150351.021000', '150351.023000', '150351.027000', '150351.029000', '150351.032000', '150351.035000', '150351.038000', '150351.041000', '150351.044000', '150351.047000', '150351.050000', '150351.053000', '150351.056000', '150351.058000', '150351.061000', '150351.064000', '150351.067000', '150351.070000', '150351.072000', '150410.943000', '150410.946000', '150410.949000', '150410.952000', '150410.955000', '150410.958000', '150410.961000', '150410.964000', '150410.966000', '150410.969000', '150410.972000', '150410.975000', '150410.978000', '150410.981000', '150410.984000', '150410.987000', '150410.990000', '150410.993000', '150410.995000', '150411.000000', '150411.003000', '150411.005000', '150411.008000', '150411.011000', '150411.014000', '150411.017000', '150411.020000', '150411.023000', '150411.026000', '150411.028000', '150411.031000', '150411.038000', '150411.041000', '150411.044000', '150411.047000', '150411.050000', '150411.053000', '150411.056000', '150411.058000', '150411.061000', '150411.081000', '150411.084000', '150411.087000', '150430.944000', '150430.947000', '150430.950000', '150430.953000', '150430.956000', '150430.958000', '150430.961000', '150430.964000', '150430.967000', '150430.970000', '150430.973000', '150430.976000', '150430.979000', '150430.982000', '150430.984000', '150430.987000', '150430.990000', '150430.993000', '150430.996000', '150430.999000', '150431.002000', '150431.005000', '150431.008000', '150431.011000', '150431.013000', '150431.016000', '150431.019000', '150431.022000', '150431.025000', '150431.028000', '150431.031000', '150431.034000', '150431.036000', '150431.039000', '150431.042000', '150431.045000', '150431.048000', '150431.050000', '150431.053000', '150431.056000', '150431.059000', '150431.062000', '150431.065000', '150431.067000', '150450.943000', '150450.947000', '150450.950000', '150450.953000', '150450.956000', '150450.959000', '150450.962000', '150450.965000', '150450.968000', '150450.971000', '150450.974000', '150450.977000', '150450.979000', '150450.983000', '150450.985000', '150450.988000', '150450.991000', '150450.994000', '150450.997000', '150451.001000', '150451.004000', '150451.007000', '150451.010000', '150451.015000', '150451.019000', '150451.022000', '150451.025000', '150451.028000', '150451.031000', '150451.033000', '150451.036000', '150451.039000', '150451.042000', '150451.045000', '150451.048000', '150451.050000', '150451.053000', '150451.056000', '150451.059000', '150451.062000', '150451.065000', '150451.067000', '150451.070000', '150510.943000', '150510.946000', '150510.949000', '150510.952000', '150510.954000', '150510.957000', '150510.960000', '150510.963000', '150510.966000', '150510.969000', '150510.972000', '150510.975000', '150510.978000', '150510.981000', '150510.983000', '150510.986000', '150510.989000', '150510.992000', '150510.995000', '150510.998000', '150511.002000', '150511.004000', '150511.007000', '150511.010000', '150511.013000', '150511.016000', '150511.019000', '150511.022000', '150511.025000', '150511.027000', '150511.031000', '150511.033000', '150511.036000', '150511.039000', '150511.042000', '150511.045000', '150511.048000', '150511.051000', '150511.054000', '150511.057000', '150511.059000', '150511.062000', '150511.065000', '150511.068000', '150530.943000', '150530.946000', '150530.949000', '150530.952000', '150530.955000', '150530.958000', '150530.960000', '150530.963000', '150530.966000', '150530.969000', '150530.972000', '150530.975000', '150530.978000', '150530.981000', '150530.984000', '150530.987000', '150530.990000', '150530.993000', '150530.996000', '150530.998000', '150531.002000', '150531.005000', '150531.025000', '150531.028000', '150531.031000', '150531.034000', '150531.037000', '150531.040000', '150531.043000', '150531.045000', '150531.048000', '150531.051000', '150531.054000', '150531.057000', '150531.060000', '150531.063000', '150531.066000', '150531.068000', '150531.071000', '150531.074000', '150531.077000', '150531.080000', '150531.082000', '150550.943000', '150550.946000', '150550.949000', '150550.952000', '150550.954000', '150550.958000', '150550.960000', '150550.963000', '150550.966000', '150550.969000', '150550.972000', '150550.975000', '150550.978000', '150550.981000', '150550.984000', '150550.986000', '150550.989000', '150550.992000', '150550.995000', '150550.998000', '150551.002000', '150551.005000', '150551.008000', '150551.011000', '150551.014000', '150551.017000', '150551.020000', '150551.022000', '150551.025000', '150551.028000', '150551.031000', '150551.034000', '150551.037000', '150551.040000', '150551.043000', '150551.045000', '150551.048000', '150551.051000', '150551.054000', '150551.057000', '150551.060000', '150551.063000', '150551.066000', '150551.069000', '150610.943000', '150610.946000', '150610.949000', '150610.952000', '150610.955000', '150610.958000', '150610.961000', '150610.964000', '150610.967000', '150610.970000', '150610.973000', '150610.976000', '150610.978000', '150610.981000', '150610.986000', '150610.989000', '150610.992000', '150610.994000', '150610.997000', '150611.001000', '150611.004000', '150611.007000', '150611.010000', '150611.013000', '150611.016000', '150611.019000', '150611.021000', '150611.024000', '150611.027000', '150611.030000', '150611.033000', '150611.036000', '150611.039000', '150611.042000', '150611.048000', '150611.051000', '150611.054000', '150611.057000', '150611.063000', '150611.066000', '150611.069000', '150611.072000', '150611.074000', '150630.943000', '150630.946000', '150630.949000', '150630.952000', '150630.955000', '150630.958000', '150630.960000', '150630.963000', '150630.966000', '150630.969000', '150630.972000', '150630.975000', '150630.978000', '150630.981000', '150630.984000', '150630.986000', '150630.989000', '150630.992000', '150630.995000', '150630.998000', '150631.002000', '150631.005000', '150631.008000', '150631.011000', '150631.014000', '150631.017000', '150631.019000', '150631.022000', '150631.025000', '150631.028000', '150631.031000', '150631.034000', '150631.037000', '150631.039000', '150631.042000', '150631.045000', '150631.048000', '150631.051000', '150631.053000', '150631.056000', '150631.059000', '150631.062000', '150631.065000', '150631.068000', '150650.944000', '150650.947000', '150650.950000', '150650.953000', '150650.965000', '150650.968000', '150650.971000', '150650.974000', '150650.977000', '150650.980000', '150650.982000', '150650.985000', '150650.988000', '150650.991000', '150650.994000', '150650.996000', '150650.999000', '150651.002000', '150651.005000', '150651.008000', '150651.011000', '150651.013000', '150651.016000', '150651.019000', '150651.022000', '150651.025000', '150651.028000', '150651.030000', '150651.033000', '150651.036000', '150651.039000', '150651.042000', '150651.045000', '150651.048000', '150651.050000', '150651.053000', '150651.056000', '150651.059000', '150651.062000', '150651.064000', '150651.067000', '150651.070000', '150651.073000', '150710.943000', '150710.946000', '150710.949000', '150710.952000', '150710.955000', '150710.957000', '150710.960000', '150710.963000', '150710.966000', '150710.969000', '150710.972000', '150710.974000', '150710.977000', '150710.980000', '150710.983000', '150710.986000', '150710.988000', '150710.991000', '150710.994000', '150710.997000', '150711.001000', '150711.004000', '150711.006000', '150711.009000', '150711.012000', '150711.015000', '150711.018000', '150711.021000', '150711.023000', '150711.026000', '150711.029000', '150711.032000', '150711.035000', '150711.038000', '150711.040000', '150711.043000', '150711.046000', '150711.049000', '150711.052000', '150711.054000', '150711.060000', '150711.063000', '150711.066000', '150711.068000', '150730.943000', '150730.946000', '150730.949000', '150730.952000', '150730.955000', '150730.957000', '150730.960000', '150730.963000', '150730.966000', '150730.969000', '150730.972000', '150730.974000', '150730.977000', '150730.980000', '150730.983000', '150730.986000', '150730.989000', '150730.991000', '150730.994000', '150730.997000', '150731.001000', '150731.004000', '150731.007000', '150731.010000', '150731.012000', '150731.015000', '150731.018000', '150731.027000', '150731.030000', '150731.033000', '150731.036000', '150731.039000', '150731.042000', '150731.044000', '150731.047000', '150731.050000', '150731.053000', '150731.056000', '150731.058000', '150731.061000', '150731.064000', '150731.067000', '150731.070000', '150750.943000', '150750.946000', '150750.949000', '150750.952000', '150750.955000', '150750.957000', '150750.960000', '150750.963000', '150750.966000', '150750.969000', '150750.972000', '150750.974000', '150750.977000', '150750.980000', '150750.983000', '150750.986000', '150750.989000', '150750.992000', '150750.994000', '150750.997000', '150751.001000', '150751.004000', '150751.007000', '150751.009000', '150751.012000', '150751.015000', '150751.018000', '150751.021000', '150751.024000', '150751.026000', '150751.042000', '150751.045000', '150751.048000', '150751.051000', '150751.054000', '150751.057000', '150751.059000', '150751.062000', '150751.065000', '150751.068000', '150751.071000', '150751.074000', '150751.076000', '150751.079000', '150810.943000', '150810.946000', '150810.949000', '150810.952000', '150810.955000', '150810.958000', '150810.961000', '150810.964000', '150810.966000', '150810.969000', '150810.972000', '150810.975000', '150810.978000', '150810.981000', '150810.983000', '150810.986000', '150810.989000', '150810.992000', '150810.995000', '150810.998000', '150811.002000', '150811.004000', '150811.007000', '150811.010000', '150811.013000', '150811.016000', '150811.019000', '150811.021000', '150811.024000', '150811.027000', '150811.030000', '150811.033000', '150811.036000', '150811.039000', '150811.041000', '150811.044000', '150811.047000', '150811.050000', '150811.053000', '150811.055000', '150811.058000', '150811.061000', '150811.064000', '150830.943000', '150830.946000', '150830.949000', '150830.952000', '150830.955000', '150830.957000', '150830.960000', '150830.963000', '150830.966000', '150830.969000', '150830.972000', '150830.975000', '150830.977000', '150830.980000', '150830.983000', '150830.986000', '150830.989000', '150830.992000', '150830.994000', '150830.997000', '150831.001000', '150831.004000', '150831.007000', '150831.010000', '150831.012000', '150831.015000', '150831.018000', '150831.021000', '150831.024000', '150831.027000', '150831.029000', '150831.032000', '150831.035000', '150831.038000', '150831.041000', '150831.044000', '150831.047000', '150831.050000', '150831.052000', '150831.055000', '150831.058000', '150831.061000', '150831.064000', '150831.067000', '150850.943000', '150850.946000', '150850.949000', '150850.952000', '150850.955000', '150850.957000', '150850.960000', '150850.963000', '150850.966000', '150850.969000', '150850.972000', '150850.975000', '150850.977000', '150850.980000', '150850.983000', '150850.986000', '150850.989000', '150850.992000', '150850.995000', '150850.997000', '150851.001000', '150851.004000', '150851.007000', '150851.010000', '150851.013000', '150851.015000', '150851.018000', '150851.021000', '150851.024000', '150851.027000', '150851.030000', '150851.033000', '150851.035000', '150851.038000', '150851.041000', '150851.044000', '150851.047000', '150851.049000', '150851.052000', '150851.055000', '150851.059000', '150851.062000', '150851.065000', '150910.944000', '150910.947000', '150910.950000', '150910.953000', '150910.956000', '150910.959000', '150910.961000', '150910.964000', '150910.967000', '150910.970000', '150910.995000', '150910.997000', '150911.000000', '150911.003000', '150911.006000', '150911.009000', '150911.012000', '150911.015000', '150911.018000', '150911.020000', '150911.023000', '150911.026000', '150911.029000', '150911.032000', '150911.035000', '150911.037000', '150911.040000', '150911.043000', '150911.046000', '150911.049000', '150911.052000', '150911.055000', '150911.057000', '150911.060000', '150911.063000', '150911.066000', '150911.069000', '150911.072000', '150911.074000', '150911.078000', '150911.081000', '150911.083000', '150911.086000', '150911.089000', '150921.540000', '150921.543000', '150921.546000', '150921.549000', '150921.552000', '150921.555000', '150921.558000', '150921.562000', '150921.565000', '150921.567000', '150921.570000', '150921.573000', '150921.576000', '150921.579000', '150921.582000', '150921.585000', '150921.588000', '150921.591000', '150921.594000', '150921.597000', '150921.600000', '150921.603000', '150921.606000'], '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], 'LargestImagePixelValue': [11878, 9021, 13907, 8842, 13360, 9772, 11644, 8939, 18417, 12807, 16242, 12034, 15755, 9550, 15224, 9084, 14735, 10656, 14926, 10278, 15339, 9325, 14734, 10773, 14483, 9008, 14280, 9937, 14270, 10855, 11561, 9065, 8178, 13176, 8665, 16225, 11399, 17917, 12742, 18090, 12030, 15583, 9518, 12280, 14358, 9427, 7928, 8788, 7915, 8610, 14478, 10056, 13031, 8599, 12697, 8273, 10684, 14825, 9099, 12360, 8824, 9729, 8800, 14536, 9365, 13804, 9046, 16007, 10303, 15433, 9123, 14192, 9542, 11738, 8149, 9647, 10194, 8676, 18445, 11583, 15014, 9096, 14166, 8117, 10590, 15144, 9506, 15246, 9239, 15614, 9630, 13064, 8160, 9763, 15559, 9780, 15572, 8620, 14940, 8723, 12657, 9067, 9181, 8132, 8592, 16618, 9813, 15758, 11080, 13549, 8577, 8974, 9591, 8571, 13335, 8735, 15367, 19596, 13547, 18326, 10493, 15260, 9486, 12321, 7856, 9022, 12983, 8525, 12308, 8302, 14238, 8073, 11915, 8132, 10376, 8049, 10446, 8136, 10939, 7897, 8830, 15365, 10150, 14808, 9034, 15802, 10091, 14643, 10196, 14542, 9498, 14087, 8245, 12532, 9272, 9346, 18563, 12224, 14388, 8606, 14688, 8673, 15131, 10448, 13826, 9307, 12661, 8527, 10908, 8207, 8826, 15396, 9994, 10516, 8926, 17159, 10995, 14868, 9843, 14102, 9649, 13842, 8525, 11498, 8363, 8938, 15211, 9845, 11958, 8636, 15245, 9804, 13856, 8139, 11875, 8035, 9996, 8709, 8823, 17732, 11269, 15635, 10418, 13866, 8555, 11872, 8220, 8617, 16098, 10450, 14547, 9381, 12434, 8486, 10135, 7822, 8890, 13306, 8962, 10715, 8895, 16153, 10771, 15104, 9670, 13189, 7982, 10548, 16724, 10070, 15860, 10125, 13553, 8687, 12919, 8541, 12262, 7972, 9776, 9976, 9012, 14097, 8464, 15663, 9639, 13819, 9052, 13136, 8499, 12167, 7964, 10621, 10982, 10523, 7786, 10905, 7985, 10552, 8458, 13902, 8898, 14923, 8581, 11963, 7842, 13273, 8215, 13828, 9117, 13363, 9148, 16867, 10629, 9487, 8685, 10599, 8839, 11914, 9553, 9831, 9986, 8134, 9316, 7835, 9040, 8615, 10244, 8160, 11303, 8054, 9968, 7941, 12035, 8426, 14268, 9164, 13349, 8481, 13602, 9608, 14374, 10095, 14420, 9501, 15003, 8527, 14536, 11173, 15609, 8748, 13842, 8511, 13854, 8982, 14868, 9178, 14313, 8789, 13486, 8336, 11335, 10375, 12428, 7962, 12072, 12018, 8903, 18927, 11564, 17323, 13425, 11172, 8839, 8143, 9143, 16078, 10349, 12708, 8778, 9158, 9075, 10942, 10827, 7913, 10721, 18339, 11627, 17468, 13274, 13257, 8870, 11648, 9022, 10775, 11487, 8322, 14618, 8878, 14692, 8282, 11722, 9609, 10609, 11677, 8964, 15907, 10933, 17717, 12689, 18202, 8565, 12625, 8835, 9156, 13378, 9022, 8162, 9188, 7808, 8962, 9382, 8888, 9175, 8710, 15696, 10446, 14765, 8792, 13671, 8221, 10714, 7970, 9034, 12733, 8772, 16608, 10675, 15180, 9197, 14305, 10178, 13685, 9348, 12791, 8214, 10761, 12802, 9140, 12880, 8751, 15340, 10083, 14393, 9401, 13454, 8945, 12745, 8084, 10314, 7937, 9731, 11562, 9305, 7958, 8803, 11211, 8890, 15947, 9636, 16196, 10875, 15442, 9600, 14646, 9389, 12732, 7859, 10260, 13405, 9469, 7818, 8705, 8196, 8692, 12406, 9147, 9671, 9219, 9232, 8890, 16869, 10404, 16326, 10831, 15461, 9386, 15414, 10382, 14644, 9207, 14069, 8781, 14363, 8814, 12849, 8240, 10474, 9146, 9032, 14173, 9128, 8159, 8791, 8060, 8910, 13438, 9167, 13703, 9042, 11873, 8964, 17581, 11827, 15435, 10613, 14746, 9187, 13612, 8602, 11992, 7911, 9836, 8653, 9715, 7929, 8845, 13681, 8682, 15656, 10660, 14587, 10197, 13444, 8726, 13738, 9113, 14103, 10672, 15280, 9958, 13208, 8894, 8246, 14097, 10896, 18549, 13404, 18654, 11541, 15757, 10608, 15408, 12257, 15517, 10069, 10375, 9117, 8253, 12621, 8536, 13637, 8490, 13309, 7980, 14524, 9618, 11061, 9259, 7919, 10532, 10775, 10153, 17647, 11649, 13438, 9102, 16784, 10413, 14987, 9455, 13532, 8551, 12574, 8501, 11251, 8050, 11006, 10793, 10227, 9367, 11728, 8294, 11577, 10266, 9193, 19216, 12924, 15836, 9195, 14896, 8418, 14826, 10382, 14783, 10248, 14720, 9256, 13870, 9462, 8940, 16855, 9684, 10987, 8548, 8180, 8791, 8122, 9308, 8154, 11834, 8326, 12160, 17567, 11537, 15682, 11805, 14570, 9496, 14759, 8477, 13588, 8438, 14421, 8671, 14096, 8295, 12028, 8046, 11640, 9185, 12189, 7915, 10930, 8057, 8999, 8106, 12563, 8764, 12884, 8395, 11506, 12775, 8802, 16464, 10662, 16043, 10322, 15212, 8968, 14259, 10589, 13843, 10248, 12712, 8802, 9051, 9464, 8825, 13037, 8651, 13965, 12349, 8364, 15765, 11303, 15148, 18201, 12657, 11800, 8980, 8145, 9012, 12147, 9073, 11515, 9194, 8118, 9007, 15428, 9172, 15253, 10652, 15246, 9350, 14916, 10152, 13945, 8685, 14047, 8495, 13518, 8256, 11913, 8104, 11890, 17698, 11463, 15030, 9107, 13214, 8759, 15512, 8892, 15225, 10869, 14306, 8642, 14061, 9011, 12857, 11890, 10584, 8289, 8788, 16627, 9816, 15542, 10110, 13830, 9263, 12529, 8376, 11096, 8010, 8920, 15704, 9299, 14576, 8674, 15467, 9923, 13043, 8307, 11834, 8081, 9932, 10585, 8682, 16257, 9983, 14969, 10529, 14612, 9127, 14429, 9551, 14098, 9089, 13895, 8863, 14140, 8554, 13553, 9482, 14364, 9240, 9900, 9932, 17901, 13119, 15575, 9754, 16439, 10111, 16017, 11466, 15493, 10504, 15032, 9360, 14404, 9942, 14548, 10613, 10288, 8661, 11628, 9014, 14709, 10405, 14456, 9221, 14748, 10499, 14262, 10340, 14051, 9636, 14088, 9475, 13131, 8100, 10127, 11343, 9209, 8261, 8782, 9848, 8723, 14897, 9424, 16262, 10632, 15722, 9582, 14576, 8405, 13172, 8933, 11463, 8176, 10982, 11978, 8788, 17809, 10967, 16962, 10746, 14490, 8708, 14727, 8927, 15105, 10751, 15028, 9367, 10011, 8992, 13623, 9316, 16754, 11169, 13367, 8916, 13775, 9004, 18117, 11986, 16872, 11002, 9567, 9674, 8300, 10492, 9022, 15642, 10587, 10178, 14279, 9287, 15862, 10300, 18260, 13041, 16059, 11381, 7990, 9657, 8172, 14986, 8828, 13185, 8500, 10819, 8452, 12652, 8514, 14522, 8872, 14519, 8737, 15062, 10354, 15322, 9929, 14418, 9304, 14489, 9792, 15507, 10546, 15211, 9459, 14913, 9529, 14460, 10841, 14431, 8486, 14213, 8438, 14042, 9206, 9891, 11574, 9344, 16720, 9930, 9674, 10844, 7975, 13376, 16460, 10783, 17537, 12501, 7984, 9629, 8513, 11531, 8582, 14501, 10260, 15244, 8926, 13051, 8654, 14956, 10089, 16163, 11148, 12686, 9037, 16570, 11045, 15530, 10975, 14889, 9958, 12643, 8632, 12568, 8530, 12267, 8256, 13201, 8251, 13253, 12286, 8952, 16872, 9563, 15716, 10618, 11153, 9070, 15191, 9055, 16632, 10322, 16475, 11080, 15555, 9336, 15715, 9471, 15540, 10018, 15402, 10742, 12549, 8570, 14697, 9709, 15389, 10469, 15190, 10416, 15370, 9724, 14796, 10412, 14045, 10407, 14406, 8878, 12794, 9814, 7876, 11760, 8819, 12600, 9678, 11753, 15453, 8437, 14821, 12336, 9093, 19738, 14479, 16654, 12079, 14205, 8450, 12763, 8516, 10829, 8036, 9706, 7877, 10229, 7933, 9730, 7835, 8981, 15954, 10051, 14079, 8443, 15670, 10148, 14335, 9582, 13473, 9384, 14099, 9026, 13808, 8367, 13030, 9774, 10048, 7775, 8697, 15070, 9475, 15863, 10818, 15217, 10027, 13945, 8555, 12541, 8052, 11280, 10318, 9153, 7777, 8722, 16190, 9691, 15520, 8892, 13286, 8092, 11481, 8467, 8927, 15459, 8944, 15676, 11017, 14664, 9494, 13664, 8134, 8954, 18437, 10909, 15079, 9429, 13520, 8414, 10935, 9312, 8658, 16042, 9748, 15047, 8993, 16439, 10522, 15317, 9987, 12905, 8788, 12310, 9003, 9004, 17848, 10705, 15688, 9307, 14755, 9102, 12769, 13356, 8967, 13498, 8506, 15925, 8297, 14624, 10250, 13826, 9774, 13704, 9791, 13605, 8536, 13221, 9159, 11092, 10649, 8853, 18337, 11074, 15904, 9869, 14545, 8886, 12149, 8237, 9113, 9869, 8751, 16321, 10288, 14182, 8781, 15173, 10460, 14910, 10433, 14007, 8282, 9010, 10902, 8957, 17321, 10864, 13782, 8461, 14683, 8586, 14028, 10089, 12931, 9037, 12829, 8217, 10610, 12779, 8808, 15926, 9952, 15370, 8862, 14866, 10314, 14501, 10374, 14459, 9481, 14810, 10778, 13677, 9836, 8161, 10100, 8869, 15019, 9499, 15645, 17975, 11921, 16744, 9700, 16784, 9076, 15074, 10205, 13366, 8239, 10370, 7843, 8578, 11851, 8376, 14497, 8554, 8482, 9051, 8510, 9205, 14068, 9515, 14974, 9025, 15064, 10614, 14823, 9237, 14790, 8945, 14026, 8016, 10183, 13423, 8584, 16975, 10782, 15660, 9628, 14951, 9203, 13975, 11619, 12214, 9786, 9013, 19192, 11965, 15666, 8716, 12796, 7984, 8833, 17618, 10479, 14529, 7845, 8879, 12134, 8912, 7932, 8607, 15492, 8561, 14319, 8272, 11874, 9157, 10520, 12120, 8851, 16479, 10701, 14557, 8829, 13387, 8682, 12017, 8217, 9906, 8049, 10384, 8102, 11489, 8466, 11124, 9083, 9700, 13748, 8918, 7816, 9450, 8231, 11201, 10557, 12651, 8383, 13105, 8428, 15321, 9806, 15264, 9527, 15019, 10322, 15605, 11428, 15116, 10011, 12024, 8924, 12398, 10069, 9022, 13362, 8398, 12392, 8223, 10623, 19114, 12537, 16372, 9321, 16385, 10283, 15344, 10733, 14665, 8829, 13800, 8217, 11273, 11416, 8591, 16260, 9420, 14392, 9946, 13548, 8538, 12483, 10444, 8716, 16931, 10719, 16414, 9973, 15941, 10664, 14732, 8609, 13775, 8762, 11795, 7815, 8815, 9553, 10016, 7889, 8878, 12112, 8728, 16702, 10607, 16391, 10577, 14963, 9115, 14848, 8873, 13755, 8331, 12315, 7992, 8696, 9455, 9016, 12151, 8927, 7989, 8859, 11449, 9364, 12751, 10363, 8031, 10880, 8643, 15415, 10600, 15744, 9524, 15242, 10326, 15728, 10914, 12544, 10348, 8108, 13428, 8881, 12932, 10005, 9301, 15650, 10577, 16586, 11266, 16842, 11768, 16379, 8374, 10921, 8216, 11807, 8175, 12975, 8783, 10137, 8054, 8824, 8254, 10905, 8726, 14248, 10026, 15194, 9209, 14626, 10277, 14750, 9771, 14493, 9329, 14998, 9134, 13482, 9712, 9373, 11959, 8050, 12081, 8736, 12775, 11769, 12658, 8291, 12332, 8469, 15235, 9786, 16366, 10414, 15593, 9872, 14810, 10330, 15322, 10745, 13196, 8490, 8796, 10647, 8713, 15227, 9167, 16412, 10802, 16335, 8173, 11899, 11033, 8603, 17205, 11027, 15020, 9585, 13565, 8566, 11855, 8286, 9786, 14014, 9112, 12486, 8808, 15267, 8527, 14888, 9579, 13692, 8291, 10299, 11793, 8688, 15912, 9668, 13454, 9953, 9061, 9849, 8462, 15183, 8783, 11933, 8595, 9226, 9543, 8647, 15862, 9782, 14312, 8173, 11796, 8893, 10942, 8110, 8850, 16674, 10394, 13970, 8813, 10263, 8109, 8899, 16111, 9546, 15959, 10939, 14140, 9855, 14572, 10271, 9411, 19628, 14966, 15945, 9854, 14844, 9681, 13804, 8953, 12478, 8585, 11383, 8186, 8640, 16898, 11059, 14788, 9777, 14755, 8140, 9973, 18043, 10401, 15784, 10209, 14961, 7953, 8731, 16672, 10370, 14791, 9707, 12278, 8278, 8885, 13718, 9082, 14665, 10218, 13538, 8943, 12812, 8126, 9064, 15987, 10205, 14478, 9543, 13192, 8572, 9226, 17477, 10592, 14385, 8538, 12594, 8170, 9655, 14799, 8833, 15616, 10616, 13012, 8659, 12742, 8319, 10499, 8992, 12182, 8120, 11454, 7898, 9129, 15462, 9854, 16022, 9709, 16890, 11052, 15450, 10747, 15173, 10424, 13576, 8738, 14073, 8539, 13930, 8560, 12837, 8131, 9836, 14601, 8725, 15821, 9852, 14317, 8750, 12381, 8337, 9859, 7915, 8907, 14253, 9380, 14485, 9597, 14977, 9203, 13783, 9631, 13789, 9636, 8689, 15504, 9209, 17244, 12990, 12487, 19899, 15495, 16926, 10588, 15522, 8974, 13460, 8559, 12621, 9066, 11397, 8046, 12047, 8033, 12744, 10220, 12729, 9177, 13469, 8619, 12307, 8785, 9065, 16483, 9736, 13076, 8593, 16166, 10247, 15520, 10801, 14612, 9820, 9751, 9321, 8426, 12770, 8597, 15116, 10638, 15729, 8234, 12457, 16541, 9227, 18356, 11948, 14882, 8822, 12855, 8081, 8701, 7889, 8601, 15837, 10300, 14388, 9061, 12508, 8581, 11435, 8088, 11743, 9611, 10136, 7956, 9475, 16725, 10851, 15859, 10906, 14750, 8978, 14109, 8180, 10223, 12905, 8741, 18351, 11369, 14790, 8763, 13764, 8620, 11991, 8108, 9022, 14677, 8800, 15549, 8150, 13653, 8135, 9687, 10915, 8972, 10389, 8849, 15823, 8961, 14405, 8094, 10669, 10070, 9119, 9298, 8875, 16588, 10092, 14118, 8357, 13163, 12090, 8964, 18799, 10006, 15095, 8135, 9015, 16383, 9771, 15449, 10125, 12421, 8500, 11222, 9774, 8699, 16156, 10148, 14802, 9111, 13058, 8444, 11293, 8070, 8960, 16783, 10230, 16807, 11002, 15493, 9353, 14598, 8317, 10005, 10432, 10638, 8113, 8976, 12333, 8752, 17302, 11035, 13147, 8601, 14883, 9032, 15205, 10894, 14756, 9437, 14369, 10030, 14000, 8220, 11491, 11620, 10951, 8778, 8965, 18693, 11163, 15366, 11231, 14123, 8881, 12937, 8648, 14172, 9445, 14614, 9710, 15678, 10591, 15362, 10753, 14619, 9144, 14742, 9242, 8032, 10644, 8947, 15690, 10582, 12543, 11176, 8307, 13550, 9405, 12749, 15649, 13646, 7783, 12837, 8123, 13617, 8657, 14739, 8073, 12995, 8396, 10232, 8966, 12758, 9343, 10396, 9005, 15730, 9831, 16181, 10259, 8101, 9353, 9300, 9214, 13239, 10811, 7960, 11704, 8772, 13093, 8712, 15643, 10984, 16107, 10195, 13384, 9031, 16049, 10162, 18319, 12334, 13738, 8713, 13373, 9317, 11202, 11985, 8745, 13118, 8452, 15761, 10588, 12926, 10247, 8073, 12472], 'WindowCenter': [4764.0, 4709.0, 4753.0, 4688.0, 4724.0, 4684.0, 4691.0, 4663.0, 4740.0, 4701.0, 4719.0, 4688.0, 4705.0, 4656.0, 4706.0, 4646.0, 4695.0, 4668.0, 4705.0, 4667.0, 4706.0, 4658.0, 4696.0, 4666.0, 4695.0, 4648.0, 4708.0, 4667.0, 4697.0, 4670.0, 4677.0, 4649.0, 4638.0, 4697.0, 4649.0, 4717.0, 4680.0, 4718.0, 4689.0, 4716.0, 4675.0, 4696.0, 4644.0, 4663.0, 4682.0, 4632.0, 4611.0, 4621.0, 4611.0, 4621.0, 4683.0, 4643.0, 4671.0, 4634.0, 4684.0, 4625.0, 4665.0, 4695.0, 4636.0, 4674.0, 4634.0, 4645.0, 4646.0, 4695.0, 4645.0, 4693.0, 4647.0, 4705.0, 4655.0, 4707.0, 4645.0, 4684.0, 4641.0, 4663.0, 4623.0, 4642.0, 4653.0, 4634.0, 4713.0, 4662.0, 4691.0, 4631.0, 4682.0, 4610.0, 4652.0, 4692.0, 4640.0, 4691.0, 4632.0, 4691.0, 4641.0, 4670.0, 4623.0, 4641.0, 4693.0, 4643.0, 4691.0, 4622.0, 4692.0, 4623.0, 4671.0, 4631.0, 4632.0, 4612.0, 4632.0, 4703.0, 4642.0, 4701.0, 4664.0, 4683.0, 4633.0, 4645.0, 4654.0, 4635.0, 4695.0, 4647.0, 4708.0, 4725.0, 4684.0, 4703.0, 4642.0, 4680.0, 4629.0, 4658.0, 4612.0, 4619.0, 4657.0, 4619.0, 4658.0, 4609.0, 4678.0, 4610.0, 4661.0, 4622.0, 4652.0, 4613.0, 4651.0, 4623.0, 4662.0, 4625.0, 4645.0, 4702.0, 4655.0, 4693.0, 4634.0, 4703.0, 4654.0, 4694.0, 4656.0, 4693.0, 4643.0, 4681.0, 4624.0, 4672.0, 4632.0, 4643.0, 4713.0, 4661.0, 4682.0, 4621.0, 4691.0, 4621.0, 4692.0, 4652.0, 4682.0, 4631.0, 4672.0, 4620.0, 4651.0, 4623.0, 4633.0, 4693.0, 4643.0, 4651.0, 4632.0, 4702.0, 4652.0, 4691.0, 4642.0, 4681.0, 4642.0, 4681.0, 4621.0, 4660.0, 4623.0, 4632.0, 4692.0, 4642.0, 4662.0, 4632.0, 4691.0, 4643.0, 4681.0, 4624.0, 4663.0, 4623.0, 4644.0, 4632.0, 4633.0, 4713.0, 4660.0, 4693.0, 4651.0, 4681.0, 4621.0, 4661.0, 4622.0, 4620.0, 4701.0, 4649.0, 4679.0, 4630.0, 4671.0, 4632.0, 4651.0, 4612.0, 4643.0, 4683.0, 4633.0, 4663.0, 4643.0, 4703.0, 4663.0, 4693.0, 4642.0, 4672.0, 4611.0, 4650.0, 4701.0, 4639.0, 4690.0, 4640.0, 4668.0, 4622.0, 4671.0, 4631.0, 4672.0, 4623.0, 4653.0, 4650.0, 4644.0, 4691.0, 4622.0, 4702.0, 4641.0, 4682.0, 4630.0, 4671.0, 4632.0, 4671.0, 4623.0, 4652.0, 4662.0, 4653.0, 4612.0, 4652.0, 4623.0, 4653.0, 4634.0, 4693.0, 4645.0, 4691.0, 4635.0, 4673.0, 4625.0, 4682.0, 4634.0, 4692.0, 4643.0, 4695.0, 4656.0, 4714.0, 4665.0, 4643.0, 4633.0, 4653.0, 4634.0, 4675.0, 4643.0, 4654.0, 4655.0, 4625.0, 4641.0, 4623.0, 4644.0, 4645.0, 4665.0, 4635.0, 4675.0, 4635.0, 4655.0, 4637.0, 4687.0, 4637.0, 4703.0, 4658.0, 4694.0, 4646.0, 4695.0, 4668.0, 4707.0, 4667.0, 4707.0, 4657.0, 4706.0, 4635.0, 4695.0, 4664.0, 4704.0, 4633.0, 4682.0, 4633.0, 4680.0, 4634.0, 4694.0, 4644.0, 4694.0, 4635.0, 4684.0, 4623.0, 4662.0, 4654.0, 4685.0, 4623.0, 4672.0, 4672.0, 4633.0, 4715.0, 4664.0, 4700.0, 4681.0, 4661.0, 4632.0, 4622.0, 4643.0, 4703.0, 4654.0, 4683.0, 4633.0, 4643.0, 4645.0, 4664.0, 4664.0, 4625.0, 4664.0, 4714.0, 4673.0, 4713.0, 4684.0, 4683.0, 4631.0, 4662.0, 4632.0, 4653.0, 4672.0, 4633.0, 4702.0, 4644.0, 4689.0, 4622.0, 4672.0, 4654.0, 4663.0, 4674.0, 4643.0, 4702.0, 4665.0, 4703.0, 4670.0, 4700.0, 4620.0, 4658.0, 4619.0, 4628.0, 4668.0, 4618.0, 4608.0, 4628.0, 4597.0, 4617.0, 4628.0, 4629.0, 4629.0, 4622.0, 4690.0, 4652.0, 4680.0, 4621.0, 4671.0, 4611.0, 4639.0, 4610.0, 4620.0, 4669.0, 4621.0, 4701.0, 4652.0, 4690.0, 4632.0, 4682.0, 4652.0, 4681.0, 4632.0, 4670.0, 4622.0, 4651.0, 4669.0, 4631.0, 4672.0, 4622.0, 4690.0, 4641.0, 4682.0, 4633.0, 4680.0, 4632.0, 4669.0, 4611.0, 4641.0, 4621.0, 4642.0, 4662.0, 4642.0, 4623.0, 4631.0, 4662.0, 4631.0, 4703.0, 4643.0, 4703.0, 4663.0, 4693.0, 4643.0, 4693.0, 4643.0, 4671.0, 4622.0, 4652.0, 4681.0, 4641.0, 4611.0, 4632.0, 4620.0, 4631.0, 4670.0, 4642.0, 4640.0, 4641.0, 4642.0, 4645.0, 4712.0, 4665.0, 4703.0, 4662.0, 4701.0, 4644.0, 4692.0, 4653.0, 4693.0, 4643.0, 4681.0, 4632.0, 4681.0, 4632.0, 4671.0, 4620.0, 4651.0, 4642.0, 4634.0, 4691.0, 4642.0, 4622.0, 4632.0, 4623.0, 4643.0, 4683.0, 4644.0, 4692.0, 4645.0, 4674.0, 4644.0, 4715.0, 4674.0, 4704.0, 4664.0, 4691.0, 4643.0, 4681.0, 4633.0, 4671.0, 4622.0, 4652.0, 4631.0, 4643.0, 4623.0, 4643.0, 4693.0, 4634.0, 4703.0, 4663.0, 4693.0, 4664.0, 4694.0, 4645.0, 4695.0, 4646.0, 4706.0, 4678.0, 4717.0, 4669.0, 4697.0, 4648.0, 4646.0, 4708.0, 4677.0, 4726.0, 4697.0, 4727.0, 4673.0, 4703.0, 4654.0, 4692.0, 4673.0, 4692.0, 4643.0, 4652.0, 4633.0, 4623.0, 4670.0, 4622.0, 4680.0, 4632.0, 4681.0, 4624.0, 4692.0, 4645.0, 4663.0, 4644.0, 4623.0, 4663.0, 4663.0, 4654.0, 4713.0, 4662.0, 4681.0, 4630.0, 4701.0, 4652.0, 4691.0, 4643.0, 4681.0, 4620.0, 4671.0, 4632.0, 4660.0, 4621.0, 4661.0, 4662.0, 4652.0, 4642.0, 4672.0, 4622.0, 4662.0, 4641.0, 4641.0, 4714.0, 4672.0, 4691.0, 4630.0, 4690.0, 4622.0, 4691.0, 4652.0, 4692.0, 4651.0, 4692.0, 4631.0, 4682.0, 4640.0, 4632.0, 4701.0, 4630.0, 4650.0, 4621.0, 4621.0, 4632.0, 4623.0, 4643.0, 4622.0, 4674.0, 4634.0, 4685.0, 4716.0, 4675.0, 4703.0, 4674.0, 4693.0, 4643.0, 4692.0, 4623.0, 4683.0, 4621.0, 4683.0, 4622.0, 4680.0, 4621.0, 4659.0, 4611.0, 4661.0, 4632.0, 4671.0, 4613.0, 4651.0, 4620.0, 4631.0, 4623.0, 4681.0, 4634.0, 4682.0, 4634.0, 4674.0, 4682.0, 4645.0, 4703.0, 4651.0, 4702.0, 4653.0, 4701.0, 4634.0, 4692.0, 4664.0, 4683.0, 4665.0, 4683.0, 4635.0, 4644.0, 4655.0, 4645.0, 4696.0, 4647.0, 4706.0, 4687.0, 4636.0, 4706.0, 4664.0, 4694.0, 4713.0, 4671.0, 4660.0, 4621.0, 4609.0, 4619.0, 4670.0, 4629.0, 4660.0, 4631.0, 4622.0, 4633.0, 4703.0, 4643.0, 4703.0, 4663.0, 4703.0, 4644.0, 4694.0, 4654.0, 4694.0, 4633.0, 4683.0, 4632.0, 4683.0, 4623.0, 4671.0, 4623.0, 4674.0, 4714.0, 4663.0, 4693.0, 4633.0, 4682.0, 4632.0, 4702.0, 4635.0, 4692.0, 4664.0, 4693.0, 4635.0, 4692.0, 4644.0, 4684.0, 4673.0, 4653.0, 4622.0, 4633.0, 4702.0, 4641.0, 4701.0, 4653.0, 4682.0, 4632.0, 4672.0, 4623.0, 4663.0, 4622.0, 4644.0, 4704.0, 4644.0, 4693.0, 4634.0, 4702.0, 4653.0, 4684.0, 4636.0, 4661.0, 4623.0, 4653.0, 4652.0, 4633.0, 4703.0, 4654.0, 4694.0, 4664.0, 4692.0, 4644.0, 4693.0, 4655.0, 4693.0, 4647.0, 4694.0, 4644.0, 4694.0, 4635.0, 4682.0, 4655.0, 4693.0, 4644.0, 4654.0, 4655.0, 4714.0, 4683.0, 4702.0, 4642.0, 4701.0, 4642.0, 4692.0, 4660.0, 4691.0, 4651.0, 4690.0, 4629.0, 4679.0, 4641.0, 4680.0, 4653.0, 4652.0, 4633.0, 4662.0, 4644.0, 4694.0, 4664.0, 4694.0, 4643.0, 4692.0, 4665.0, 4694.0, 4654.0, 4693.0, 4645.0, 4693.0, 4644.0, 4683.0, 4623.0, 4652.0, 4663.0, 4644.0, 4623.0, 4633.0, 4654.0, 4634.0, 4705.0, 4655.0, 4713.0, 4665.0, 4705.0, 4656.0, 4705.0, 4636.0, 4685.0, 4643.0, 4675.0, 4625.0, 4664.0, 4673.0, 4635.0, 4725.0, 4664.0, 4702.0, 4663.0, 4693.0, 4646.0, 4708.0, 4644.0, 4703.0, 4676.0, 4704.0, 4645.0, 4666.0, 4646.0, 4696.0, 4656.0, 4716.0, 4678.0, 4695.0, 4647.0, 4695.0, 4644.0, 4713.0, 4673.0, 4702.0, 4652.0, 4643.0, 4664.0, 4633.0, 4663.0, 4646.0, 4715.0, 4676.0, 4665.0, 4706.0, 4656.0, 4716.0, 4653.0, 4714.0, 4683.0, 4703.0, 4663.0, 4611.0, 4642.0, 4621.0, 4692.0, 4632.0, 4671.0, 4621.0, 4650.0, 4623.0, 4672.0, 4633.0, 4692.0, 4644.0, 4694.0, 4635.0, 4704.0, 4667.0, 4703.0, 4654.0, 4693.0, 4644.0, 4693.0, 4655.0, 4694.0, 4665.0, 4702.0, 4653.0, 4692.0, 4654.0, 4692.0, 4663.0, 4693.0, 4644.0, 4695.0, 4635.0, 4694.0, 4656.0, 4654.0, 4676.0, 4656.0, 4726.0, 4667.0, 4657.0, 4675.0, 4636.0, 4695.0, 4717.0, 4667.0, 4716.0, 4684.0, 4625.0, 4644.0, 4632.0, 4659.0, 4634.0, 4692.0, 4654.0, 4705.0, 4646.0, 4694.0, 4645.0, 4704.0, 4665.0, 4714.0, 4676.0, 4685.0, 4645.0, 4717.0, 4665.0, 4704.0, 4665.0, 4692.0, 4654.0, 4682.0, 4634.0, 4682.0, 4635.0, 4684.0, 4635.0, 4685.0, 4636.0, 4696.0, 4685.0, 4646.0, 4716.0, 4656.0, 4705.0, 4665.0, 4665.0, 4646.0, 4694.0, 4634.0, 4704.0, 4655.0, 4704.0, 4665.0, 4704.0, 4645.0, 4703.0, 4643.0, 4704.0, 4655.0, 4693.0, 4663.0, 4683.0, 4635.0, 4705.0, 4655.0, 4706.0, 4667.0, 4704.0, 4665.0, 4703.0, 4646.0, 4693.0, 4666.0, 4693.0, 4666.0, 4695.0, 4647.0, 4685.0, 4656.0, 4626.0, 4676.0, 4646.0, 4696.0, 4658.0, 4687.0, 4719.0, 4636.0, 4697.0, 4685.0, 4635.0, 4725.0, 4693.0, 4703.0, 4672.0, 4682.0, 4622.0, 4670.0, 4621.0, 4662.0, 4623.0, 4642.0, 4624.0, 4653.0, 4624.0, 4653.0, 4626.0, 4646.0, 4716.0, 4657.0, 4696.0, 4638.0, 4716.0, 4666.0, 4706.0, 4658.0, 4696.0, 4656.0, 4705.0, 4648.0, 4707.0, 4648.0, 4696.0, 4667.0, 4667.0, 4626.0, 4646.0, 4708.0, 4657.0, 4716.0, 4677.0, 4705.0, 4667.0, 4694.0, 4647.0, 4687.0, 4638.0, 4677.0, 4666.0, 4657.0, 4627.0, 4648.0, 4716.0, 4656.0, 4718.0, 4646.0, 4696.0, 4626.0, 4674.0, 4635.0, 4646.0, 4705.0, 4646.0, 4705.0, 4664.0, 4703.0, 4655.0, 4695.0, 4624.0, 4646.0, 4713.0, 4664.0, 4692.0, 4643.0, 4683.0, 4633.0, 4664.0, 4641.0, 4634.0, 4704.0, 4656.0, 4703.0, 4646.0, 4704.0, 4664.0, 4703.0, 4652.0, 4683.0, 4632.0, 4674.0, 4631.0, 4643.0, 4713.0, 4664.0, 4703.0, 4644.0, 4692.0, 4633.0, 4683.0, 4683.0, 4631.0, 4680.0, 4632.0, 4699.0, 4621.0, 4692.0, 4663.0, 4691.0, 4653.0, 4693.0, 4654.0, 4694.0, 4635.0, 4683.0, 4643.0, 4664.0, 4653.0, 4633.0, 4712.0, 4662.0, 4703.0, 4649.0, 4680.0, 4630.0, 4669.0, 4621.0, 4630.0, 4651.0, 4634.0, 4702.0, 4652.0, 4692.0, 4633.0, 4692.0, 4651.0, 4694.0, 4649.0, 4680.0, 4620.0, 4630.0, 4647.0, 4631.0, 4699.0, 4650.0, 4679.0, 4621.0, 4689.0, 4632.0, 4691.0, 4652.0, 4680.0, 4643.0, 4682.0, 4623.0, 4661.0, 4682.0, 4643.0, 4702.0, 4653.0, 4702.0, 4644.0, 4692.0, 4664.0, 4692.0, 4653.0, 4692.0, 4642.0, 4692.0, 4652.0, 4679.0, 4651.0, 4633.0, 4652.0, 4644.0, 4704.0, 4655.0, 4706.0, 4713.0, 4663.0, 4701.0, 4641.0, 4700.0, 4629.0, 4678.0, 4639.0, 4670.0, 4620.0, 4639.0, 4608.0, 4630.0, 4659.0, 4621.0, 4689.0, 4630.0, 4632.0, 4642.0, 4632.0, 4652.0, 4704.0, 4655.0, 4703.0, 4645.0, 4704.0, 4664.0, 4704.0, 4645.0, 4694.0, 4643.0, 4693.0, 4623.0, 4651.0, 4693.0, 4634.0, 4712.0, 4662.0, 4704.0, 4653.0, 4703.0, 4643.0, 4692.0, 4661.0, 4674.0, 4651.0, 4631.0, 4711.0, 4661.0, 4690.0, 4620.0, 4669.0, 4610.0, 4630.0, 4700.0, 4649.0, 4678.0, 4609.0, 4629.0, 4659.0, 4629.0, 4610.0, 4631.0, 4690.0, 4630.0, 4691.0, 4632.0, 4670.0, 4642.0, 4663.0, 4672.0, 4631.0, 4701.0, 4652.0, 4692.0, 4632.0, 4681.0, 4623.0, 4671.0, 4622.0, 4652.0, 4624.0, 4654.0, 4625.0, 4674.0, 4635.0, 4675.0, 4646.0, 4656.0, 4693.0, 4646.0, 4626.0, 4653.0, 4635.0, 4674.0, 4664.0, 4685.0, 4635.0, 4684.0, 4635.0, 4704.0, 4655.0, 4705.0, 4655.0, 4703.0, 4655.0, 4704.0, 4673.0, 4704.0, 4654.0, 4674.0, 4643.0, 4684.0, 4655.0, 4644.0, 4694.0, 4634.0, 4683.0, 4634.0, 4665.0, 4724.0, 4684.0, 4702.0, 4644.0, 4703.0, 4653.0, 4693.0, 4664.0, 4693.0, 4632.0, 4682.0, 4622.0, 4661.0, 4659.0, 4620.0, 4700.0, 4639.0, 4690.0, 4652.0, 4681.0, 4634.0, 4672.0, 4652.0, 4633.0, 4703.0, 4653.0, 4702.0, 4642.0, 4691.0, 4651.0, 4681.0, 4621.0, 4679.0, 4619.0, 4659.0, 4611.0, 4631.0, 4641.0, 4652.0, 4622.0, 4643.0, 4673.0, 4634.0, 4704.0, 4662.0, 4703.0, 4664.0, 4693.0, 4634.0, 4694.0, 4633.0, 4682.0, 4621.0, 4671.0, 4621.0, 4630.0, 4643.0, 4632.0, 4672.0, 4643.0, 4623.0, 4643.0, 4673.0, 4643.0, 4683.0, 4653.0, 4622.0, 4663.0, 4634.0, 4702.0, 4664.0, 4703.0, 4654.0, 4703.0, 4655.0, 4703.0, 4664.0, 4672.0, 4665.0, 4623.0, 4692.0, 4644.0, 4696.0, 4654.0, 4645.0, 4704.0, 4664.0, 4714.0, 4664.0, 4705.0, 4661.0, 4702.0, 4620.0, 4650.0, 4620.0, 4658.0, 4620.0, 4670.0, 4620.0, 4651.0, 4622.0, 4631.0, 4622.0, 4663.0, 4635.0, 4693.0, 4656.0, 4704.0, 4655.0, 4705.0, 4667.0, 4695.0, 4653.0, 4694.0, 4645.0, 4703.0, 4645.0, 4694.0, 4656.0, 4644.0, 4685.0, 4625.0, 4683.0, 4646.0, 4686.0, 4675.0, 4686.0, 4635.0, 4682.0, 4633.0, 4702.0, 4654.0, 4701.0, 4664.0, 4703.0, 4654.0, 4693.0, 4655.0, 4693.0, 4663.0, 4683.0, 4633.0, 4632.0, 4663.0, 4634.0, 4703.0, 4655.0, 4706.0, 4664.0, 4703.0, 4621.0, 4661.0, 4650.0, 4621.0, 4700.0, 4650.0, 4679.0, 4640.0, 4669.0, 4622.0, 4660.0, 4622.0, 4652.0, 4692.0, 4632.0, 4671.0, 4633.0, 4691.0, 4632.0, 4703.0, 4643.0, 4681.0, 4622.0, 4651.0, 4671.0, 4631.0, 4702.0, 4641.0, 4683.0, 4640.0, 4631.0, 4640.0, 4622.0, 4692.0, 4632.0, 4672.0, 4633.0, 4642.0, 4643.0, 4633.0, 4702.0, 4654.0, 4693.0, 4635.0, 4674.0, 4634.0, 4661.0, 4624.0, 4644.0, 4703.0, 4654.0, 4694.0, 4634.0, 4655.0, 4622.0, 4643.0, 4703.0, 4656.0, 4704.0, 4665.0, 4692.0, 4655.0, 4694.0, 4653.0, 4644.0, 4724.0, 4693.0, 4691.0, 4642.0, 4680.0, 4642.0, 4681.0, 4632.0, 4671.0, 4633.0, 4661.0, 4622.0, 4633.0, 4713.0, 4664.0, 4692.0, 4653.0, 4692.0, 4621.0, 4652.0, 4712.0, 4651.0, 4691.0, 4640.0, 4691.0, 4609.0, 4620.0, 4700.0, 4640.0, 4679.0, 4628.0, 4659.0, 4609.0, 4630.0, 4679.0, 4631.0, 4690.0, 4651.0, 4680.0, 4630.0, 4669.0, 4610.0, 4630.0, 4690.0, 4651.0, 4681.0, 4639.0, 4670.0, 4619.0, 4631.0, 4700.0, 4650.0, 4680.0, 4620.0, 4670.0, 4619.0, 4640.0, 4691.0, 4631.0, 4690.0, 4651.0, 4669.0, 4631.0, 4669.0, 4621.0, 4651.0, 4631.0, 4672.0, 4622.0, 4660.0, 4622.0, 4643.0, 4692.0, 4642.0, 4702.0, 4639.0, 4699.0, 4661.0, 4691.0, 4651.0, 4691.0, 4650.0, 4670.0, 4630.0, 4680.0, 4631.0, 4681.0, 4632.0, 4671.0, 4611.0, 4642.0, 4690.0, 4620.0, 4690.0, 4641.0, 4680.0, 4620.0, 4670.0, 4620.0, 4640.0, 4610.0, 4629.0, 4692.0, 4642.0, 4692.0, 4644.0, 4692.0, 4643.0, 4683.0, 4641.0, 4681.0, 4642.0, 4643.0, 4702.0, 4643.0, 4703.0, 4670.0, 4671.0, 4712.0, 4680.0, 4688.0, 4637.0, 4676.0, 4617.0, 4655.0, 4618.0, 4656.0, 4630.0, 4658.0, 4622.0, 4671.0, 4624.0, 4681.0, 4664.0, 4681.0, 4645.0, 4683.0, 4634.0, 4674.0, 4634.0, 4645.0, 4704.0, 4644.0, 4683.0, 4634.0, 4703.0, 4654.0, 4704.0, 4665.0, 4705.0, 4668.0, 4655.0, 4656.0, 4635.0, 4695.0, 4649.0, 4717.0, 4667.0, 4707.0, 4636.0, 4675.0, 4704.0, 4644.0, 4714.0, 4663.0, 4691.0, 4631.0, 4669.0, 4611.0, 4620.0, 4611.0, 4633.0, 4703.0, 4653.0, 4692.0, 4633.0, 4672.0, 4634.0, 4673.0, 4624.0, 4674.0, 4654.0, 4665.0, 4625.0, 4655.0, 4705.0, 4665.0, 4705.0, 4663.0, 4694.0, 4634.0, 4693.0, 4623.0, 4652.0, 4683.0, 4633.0, 4713.0, 4664.0, 4692.0, 4634.0, 4682.0, 4632.0, 4673.0, 4624.0, 4644.0, 4693.0, 4643.0, 4702.0, 4623.0, 4693.0, 4624.0, 4655.0, 4664.0, 4644.0, 4663.0, 4645.0, 4715.0, 4646.0, 4705.0, 4637.0, 4665.0, 4655.0, 4646.0, 4645.0, 4646.0, 4716.0, 4664.0, 4694.0, 4635.0, 4682.0, 4674.0, 4643.0, 4714.0, 4653.0, 4692.0, 4622.0, 4633.0, 4702.0, 4652.0, 4690.0, 4653.0, 4673.0, 4632.0, 4663.0, 4642.0, 4633.0, 4703.0, 4664.0, 4692.0, 4633.0, 4681.0, 4622.0, 4662.0, 4622.0, 4632.0, 4703.0, 4653.0, 4702.0, 4653.0, 4692.0, 4633.0, 4692.0, 4622.0, 4642.0, 4652.0, 4652.0, 4621.0, 4642.0, 4673.0, 4633.0, 4713.0, 4664.0, 4683.0, 4634.0, 4693.0, 4645.0, 4704.0, 4665.0, 4704.0, 4656.0, 4693.0, 4654.0, 4693.0, 4636.0, 4674.0, 4662.0, 4662.0, 4632.0, 4633.0, 4713.0, 4662.0, 4689.0, 4660.0, 4681.0, 4632.0, 4681.0, 4634.0, 4694.0, 4655.0, 4704.0, 4655.0, 4704.0, 4690.0, 4705.0, 4663.0, 4703.0, 4652.0, 4704.0, 4654.0, 4634.0, 4663.0, 4645.0, 4715.0, 4676.0, 4696.0, 4687.0, 4634.0, 4695.0, 4643.0, 4683.0, 4703.0, 4691.0, 4613.0, 4672.0, 4622.0, 4680.0, 4622.0, 4691.0, 4623.0, 4682.0, 4633.0, 4664.0, 4645.0, 4686.0, 4657.0, 4665.0, 4646.0, 4706.0, 4656.0, 4705.0, 4655.0, 4624.0, 4644.0, 4645.0, 4644.0, 4686.0, 4666.0, 4625.0, 4674.0, 4635.0, 4684.0, 4635.0, 4705.0, 4676.0, 4716.0, 4667.0, 4696.0, 4647.0, 4718.0, 4666.0, 4726.0, 4683.0, 4694.0, 4635.0, 4684.0, 4644.0, 4664.0, 4675.0, 4635.0, 4681.0, 4635.0, 4716.0, 4665.0, 4686.0, 4655.0, 4625.0, 4685.0], 'WindowWidth': [10423.0, 10331.0, 10378.0, 10280.0, 10320.0, 10263.0, 10269.0, 10230.0, 10338.0, 10277.0, 10301.0, 10254.0, 10275.0, 10207.0, 10275.0, 10195.0, 10261.0, 10224.0, 10274.0, 10222.0, 10275.0, 10212.0, 10262.0, 10222.0, 10259.0, 10200.0, 10280.0, 10224.0, 10263.0, 10229.0, 10237.0, 10201.0, 10185.0, 10264.0, 10204.0, 10297.0, 10244.0, 10299.0, 10254.0, 10294.0, 10229.0, 10262.0, 10185.0, 10210.0, 10234.0, 10165.0, 10136.0, 10149.0, 10137.0, 10153.0, 10238.0, 10185.0, 10220.0, 10173.0, 10241.0, 10162.0, 10217.0, 10259.0, 10178.0, 10227.0, 10172.0, 10188.0, 10191.0, 10259.0, 10190.0, 10253.0, 10194.0, 10275.0, 10203.0, 10279.0, 10191.0, 10243.0, 10180.0, 10211.0, 10156.0, 10182.0, 10196.0, 10173.0, 10286.0, 10210.0, 10248.0, 10166.0, 10235.0, 10136.0, 10194.0, 10249.0, 10177.0, 10247.0, 10166.0, 10248.0, 10179.0, 10216.0, 10155.0, 10179.0, 10253.0, 10184.0, 10249.0, 10155.0, 10250.0, 10158.0, 10220.0, 10163.0, 10167.0, 10141.0, 10169.0, 10268.0, 10182.0, 10262.0, 10215.0, 10238.0, 10171.0, 10190.0, 10203.0, 10178.0, 10258.0, 10198.0, 10285.0, 10308.0, 10244.0, 10271.0, 10180.0, 10230.0, 10158.0, 10197.0, 10138.0, 10145.0, 10193.0, 10143.0, 10196.0, 10133.0, 10225.0, 10136.0, 10204.0, 10154.0, 10195.0, 10142.0, 10193.0, 10158.0, 10209.0, 10163.0, 10191.0, 10269.0, 10204.0, 10254.0, 10175.0, 10268.0, 10200.0, 10257.0, 10206.0, 10255.0, 10186.0, 10237.0, 10159.0, 10221.0, 10167.0, 10184.0, 10286.0, 10208.0, 10236.0, 10152.0, 10248.0, 10152.0, 10251.0, 10195.0, 10236.0, 10167.0, 10223.0, 10152.0, 10193.0, 10156.0, 10172.0, 10253.0, 10184.0, 10193.0, 10169.0, 10269.0, 10196.0, 10251.0, 10184.0, 10235.0, 10182.0, 10234.0, 10153.0, 10205.0, 10157.0, 10170.0, 10251.0, 10181.0, 10210.0, 10168.0, 10250.0, 10184.0, 10235.0, 10160.0, 10211.0, 10157.0, 10186.0, 10169.0, 10171.0, 10285.0, 10206.0, 10254.0, 10194.0, 10233.0, 10153.0, 10206.0, 10153.0, 10152.0, 10265.0, 10191.0, 10231.0, 10165.0, 10222.0, 10171.0, 10195.0, 10145.0, 10186.0, 10240.0, 10173.0, 10212.0, 10187.0, 10272.0, 10215.0, 10258.0, 10183.0, 10225.0, 10140.0, 10191.0, 10263.0, 10175.0, 10249.0, 10178.0, 10211.0, 10154.0, 10219.0, 10167.0, 10222.0, 10160.0, 10198.0, 10193.0, 10187.0, 10249.0, 10157.0, 10266.0, 10183.0, 10237.0, 10166.0, 10223.0, 10170.0, 10220.0, 10157.0, 10196.0, 10212.0, 10200.0, 10142.0, 10196.0, 10158.0, 10198.0, 10177.0, 10258.0, 10194.0, 10250.0, 10178.0, 10227.0, 10164.0, 10239.0, 10176.0, 10253.0, 10187.0, 10260.0, 10208.0, 10288.0, 10218.0, 10186.0, 10172.0, 10198.0, 10175.0, 10230.0, 10187.0, 10201.0, 10204.0, 10164.0, 10181.0, 10159.0, 10190.0, 10193.0, 10221.0, 10181.0, 10234.0, 10180.0, 10206.0, 10186.0, 10252.0, 10186.0, 10272.0, 10215.0, 10260.0, 10199.0, 10262.0, 10230.0, 10283.0, 10227.0, 10282.0, 10213.0, 10278.0, 10179.0, 10261.0, 10217.0, 10274.0, 10173.0, 10239.0, 10174.0, 10234.0, 10175.0, 10258.0, 10190.0, 10258.0, 10177.0, 10243.0, 10160.0, 10213.0, 10203.0, 10246.0, 10158.0, 10224.0, 10223.0, 10172.0, 10295.0, 10216.0, 10265.0, 10234.0, 10207.0, 10167.0, 10155.0, 10185.0, 10270.0, 10203.0, 10241.0, 10173.0, 10186.0, 10191.0, 10215.0, 10216.0, 10163.0, 10216.0, 10291.0, 10227.0, 10286.0, 10242.0, 10239.0, 10168.0, 10208.0, 10170.0, 10198.0, 10225.0, 10175.0, 10271.0, 10192.0, 10247.0, 10156.0, 10222.0, 10204.0, 10212.0, 10230.0, 10187.0, 10270.0, 10217.0, 10275.0, 10219.0, 10264.0, 10148.0, 10197.0, 10143.0, 10156.0, 10212.0, 10141.0, 10128.0, 10156.0, 10116.0, 10142.0, 10156.0, 10159.0, 10161.0, 10154.0, 10246.0, 10193.0, 10233.0, 10150.0, 10218.0, 10137.0, 10173.0, 10133.0, 10149.0, 10215.0, 10152.0, 10262.0, 10193.0, 10246.0, 10168.0, 10237.0, 10196.0, 10234.0, 10168.0, 10220.0, 10155.0, 10193.0, 10216.0, 10165.0, 10223.0, 10154.0, 10248.0, 10180.0, 10236.0, 10170.0, 10232.0, 10168.0, 10217.0, 10140.0, 10178.0, 10154.0, 10182.0, 10208.0, 10181.0, 10158.0, 10168.0, 10208.0, 10168.0, 10268.0, 10186.0, 10269.0, 10213.0, 10255.0, 10186.0, 10255.0, 10185.0, 10221.0, 10157.0, 10195.0, 10235.0, 10179.0, 10140.0, 10168.0, 10152.0, 10167.0, 10220.0, 10182.0, 10179.0, 10183.0, 10185.0, 10191.0, 10284.0, 10217.0, 10270.0, 10212.0, 10265.0, 10189.0, 10253.0, 10199.0, 10254.0, 10186.0, 10235.0, 10168.0, 10235.0, 10169.0, 10220.0, 10151.0, 10192.0, 10183.0, 10173.0, 10250.0, 10183.0, 10158.0, 10170.0, 10159.0, 10187.0, 10241.0, 10190.0, 10252.0, 10193.0, 10230.0, 10191.0, 10292.0, 10231.0, 10275.0, 10216.0, 10251.0, 10186.0, 10235.0, 10173.0, 10222.0, 10160.0, 10198.0, 10167.0, 10186.0, 10161.0, 10188.0, 10254.0, 10177.0, 10271.0, 10216.0, 10255.0, 10217.0, 10258.0, 10194.0, 10262.0, 10198.0, 10279.0, 10243.0, 10295.0, 10231.0, 10266.0, 10201.0, 10199.0, 10284.0, 10241.0, 10312.0, 10267.0, 10309.0, 10229.0, 10269.0, 10202.0, 10253.0, 10227.0, 10253.0, 10185.0, 10197.0, 10172.0, 10158.0, 10219.0, 10155.0, 10232.0, 10169.0, 10234.0, 10162.0, 10251.0, 10191.0, 10215.0, 10190.0, 10161.0, 10213.0, 10215.0, 10203.0, 10285.0, 10210.0, 10235.0, 10165.0, 10265.0, 10194.0, 10248.0, 10184.0, 10233.0, 10150.0, 10219.0, 10168.0, 10204.0, 10154.0, 10208.0, 10212.0, 10198.0, 10184.0, 10225.0, 10157.0, 10209.0, 10180.0, 10182.0, 10291.0, 10223.0, 10250.0, 10165.0, 10247.0, 10155.0, 10251.0, 10198.0, 10252.0, 10196.0, 10253.0, 10168.0, 10236.0, 10177.0, 10167.0, 10262.0, 10162.0, 10189.0, 10151.0, 10152.0, 10168.0, 10159.0, 10187.0, 10159.0, 10231.0, 10177.0, 10247.0, 10295.0, 10232.0, 10271.0, 10230.0, 10255.0, 10186.0, 10253.0, 10160.0, 10239.0, 10155.0, 10239.0, 10154.0, 10231.0, 10153.0, 10201.0, 10141.0, 10207.0, 10169.0, 10221.0, 10142.0, 10194.0, 10152.0, 10167.0, 10160.0, 10236.0, 10172.0, 10237.0, 10174.0, 10230.0, 10238.0, 10190.0, 10272.0, 10197.0, 10267.0, 10199.0, 10264.0, 10175.0, 10252.0, 10215.0, 10240.0, 10220.0, 10242.0, 10176.0, 10191.0, 10207.0, 10194.0, 10262.0, 10199.0, 10275.0, 10253.0, 10181.0, 10281.0, 10215.0, 10259.0, 10284.0, 10220.0, 10203.0, 10150.0, 10132.0, 10147.0, 10216.0, 10161.0, 10202.0, 10166.0, 10155.0, 10172.0, 10267.0, 10187.0, 10269.0, 10213.0, 10268.0, 10190.0, 10257.0, 10201.0, 10258.0, 10174.0, 10240.0, 10169.0, 10239.0, 10158.0, 10221.0, 10159.0, 10228.0, 10288.0, 10213.0, 10253.0, 10170.0, 10235.0, 10169.0, 10265.0, 10177.0, 10251.0, 10214.0, 10254.0, 10177.0, 10253.0, 10190.0, 10245.0, 10228.0, 10200.0, 10156.0, 10173.0, 10267.0, 10181.0, 10264.0, 10200.0, 10238.0, 10169.0, 10223.0, 10159.0, 10212.0, 10157.0, 10190.0, 10271.0, 10188.0, 10254.0, 10175.0, 10269.0, 10200.0, 10244.0, 10180.0, 10209.0, 10158.0, 10199.0, 10197.0, 10173.0, 10270.0, 10203.0, 10258.0, 10215.0, 10253.0, 10189.0, 10256.0, 10205.0, 10256.0, 10196.0, 10259.0, 10194.0, 10257.0, 10177.0, 10237.0, 10205.0, 10256.0, 10189.0, 10202.0, 10206.0, 10290.0, 10241.0, 10267.0, 10182.0, 10264.0, 10181.0, 10251.0, 10206.0, 10248.0, 10192.0, 10245.0, 10160.0, 10230.0, 10181.0, 10231.0, 10198.0, 10197.0, 10172.0, 10211.0, 10190.0, 10258.0, 10216.0, 10256.0, 10188.0, 10254.0, 10219.0, 10259.0, 10204.0, 10256.0, 10191.0, 10256.0, 10188.0, 10240.0, 10161.0, 10199.0, 10212.0, 10187.0, 10161.0, 10174.0, 10202.0, 10176.0, 10275.0, 10207.0, 10284.0, 10220.0, 10276.0, 10209.0, 10276.0, 10182.0, 10247.0, 10188.0, 10232.0, 10164.0, 10216.0, 10226.0, 10178.0, 10308.0, 10217.0, 10270.0, 10213.0, 10255.0, 10197.0, 10283.0, 10191.0, 10269.0, 10237.0, 10272.0, 10194.0, 10222.0, 10196.0, 10263.0, 10210.0, 10295.0, 10241.0, 10260.0, 10197.0, 10261.0, 10190.0, 10289.0, 10227.0, 10267.0, 10198.0, 10188.0, 10222.0, 10178.0, 10214.0, 10196.0, 10290.0, 10238.0, 10220.0, 10277.0, 10211.0, 10291.0, 10202.0, 10288.0, 10240.0, 10268.0, 10214.0, 10142.0, 10182.0, 10155.0, 10249.0, 10167.0, 10219.0, 10152.0, 10190.0, 10158.0, 10222.0, 10173.0, 10251.0, 10190.0, 10257.0, 10178.0, 10271.0, 10224.0, 10270.0, 10204.0, 10254.0, 10190.0, 10255.0, 10206.0, 10257.0, 10218.0, 10267.0, 10200.0, 10252.0, 10204.0, 10251.0, 10216.0, 10255.0, 10190.0, 10261.0, 10181.0, 10259.0, 10209.0, 10205.0, 10236.0, 10209.0, 10309.0, 10229.0, 10212.0, 10238.0, 10183.0, 10262.0, 10295.0, 10223.0, 10293.0, 10245.0, 10163.0, 10188.0, 10168.0, 10202.0, 10173.0, 10251.0, 10203.0, 10272.0, 10197.0, 10258.0, 10194.0, 10273.0, 10221.0, 10288.0, 10234.0, 10247.0, 10192.0, 10293.0, 10217.0, 10273.0, 10218.0, 10251.0, 10203.0, 10238.0, 10175.0, 10237.0, 10180.0, 10244.0, 10179.0, 10246.0, 10182.0, 10262.0, 10247.0, 10196.0, 10293.0, 10206.0, 10273.0, 10217.0, 10218.0, 10192.0, 10256.0, 10175.0, 10273.0, 10204.0, 10273.0, 10217.0, 10269.0, 10189.0, 10267.0, 10185.0, 10269.0, 10204.0, 10253.0, 10213.0, 10240.0, 10179.0, 10272.0, 10206.0, 10277.0, 10223.0, 10272.0, 10218.0, 10270.0, 10193.0, 10254.0, 10220.0, 10254.0, 10221.0, 10259.0, 10194.0, 10246.0, 10206.0, 10167.0, 10233.0, 10195.0, 10263.0, 10214.0, 10251.0, 10300.0, 10182.0, 10265.0, 10244.0, 10177.0, 10308.0, 10254.0, 10268.0, 10221.0, 10233.0, 10154.0, 10217.0, 10153.0, 10209.0, 10161.0, 10183.0, 10161.0, 10199.0, 10161.0, 10200.0, 10169.0, 10195.0, 10290.0, 10209.0, 10263.0, 10187.0, 10291.0, 10222.0, 10280.0, 10214.0, 10262.0, 10210.0, 10274.0, 10202.0, 10279.0, 10203.0, 10265.0, 10225.0, 10227.0, 10169.0, 10197.0, 10283.0, 10211.0, 10294.0, 10239.0, 10275.0, 10224.0, 10259.0, 10198.0, 10250.0, 10187.0, 10238.0, 10223.0, 10213.0, 10172.0, 10201.0, 10294.0, 10210.0, 10299.0, 10198.0, 10264.0, 10167.0, 10230.0, 10179.0, 10195.0, 10275.0, 10196.0, 10277.0, 10219.0, 10271.0, 10205.0, 10259.0, 10164.0, 10192.0, 10288.0, 10218.0, 10253.0, 10187.0, 10240.0, 10174.0, 10216.0, 10182.0, 10177.0, 10272.0, 10208.0, 10271.0, 10196.0, 10272.0, 10216.0, 10270.0, 10200.0, 10242.0, 10172.0, 10230.0, 10169.0, 10190.0, 10289.0, 10218.0, 10269.0, 10188.0, 10253.0, 10172.0, 10241.0, 10242.0, 10168.0, 10234.0, 10169.0, 10259.0, 10156.0, 10251.0, 10214.0, 10250.0, 10201.0, 10254.0, 10204.0, 10258.0, 10180.0, 10242.0, 10187.0, 10215.0, 10200.0, 10172.0, 10285.0, 10211.0, 10270.0, 10193.0, 10236.0, 10166.0, 10217.0, 10153.0, 10165.0, 10195.0, 10177.0, 10268.0, 10197.0, 10251.0, 10172.0, 10255.0, 10197.0, 10258.0, 10190.0, 10233.0, 10149.0, 10161.0, 10185.0, 10167.0, 10262.0, 10190.0, 10229.0, 10154.0, 10244.0, 10171.0, 10250.0, 10199.0, 10234.0, 10188.0, 10239.0, 10159.0, 10211.0, 10242.0, 10189.0, 10267.0, 10201.0, 10267.0, 10189.0, 10254.0, 10217.0, 10255.0, 10201.0, 10255.0, 10187.0, 10251.0, 10196.0, 10232.0, 10195.0, 10174.0, 10199.0, 10192.0, 10273.0, 10208.0, 10283.0, 10288.0, 10213.0, 10265.0, 10179.0, 10260.0, 10161.0, 10227.0, 10175.0, 10217.0, 10149.0, 10175.0, 10134.0, 10164.0, 10202.0, 10153.0, 10243.0, 10165.0, 10170.0, 10185.0, 10173.0, 10202.0, 10272.0, 10208.0, 10270.0, 10195.0, 10275.0, 10219.0, 10275.0, 10194.0, 10259.0, 10187.0, 10254.0, 10159.0, 10196.0, 10257.0, 10177.0, 10283.0, 10212.0, 10272.0, 10201.0, 10270.0, 10189.0, 10253.0, 10211.0, 10230.0, 10195.0, 10169.0, 10286.0, 10209.0, 10249.0, 10151.0, 10215.0, 10137.0, 10163.0, 10262.0, 10188.0, 10227.0, 10136.0, 10162.0, 10201.0, 10162.0, 10138.0, 10167.0, 10246.0, 10166.0, 10249.0, 10171.0, 10220.0, 10182.0, 10212.0, 10224.0, 10170.0, 10266.0, 10197.0, 10251.0, 10171.0, 10233.0, 10158.0, 10220.0, 10157.0, 10197.0, 10164.0, 10204.0, 10166.0, 10230.0, 10179.0, 10233.0, 10196.0, 10209.0, 10257.0, 10197.0, 10170.0, 10202.0, 10179.0, 10232.0, 10217.0, 10247.0, 10179.0, 10244.0, 10180.0, 10272.0, 10205.0, 10274.0, 10206.0, 10269.0, 10205.0, 10271.0, 10230.0, 10270.0, 10204.0, 10228.0, 10188.0, 10245.0, 10206.0, 10190.0, 10259.0, 10178.0, 10242.0, 10176.0, 10219.0, 10306.0, 10244.0, 10269.0, 10190.0, 10269.0, 10201.0, 10256.0, 10216.0, 10257.0, 10171.0, 10238.0, 10155.0, 10206.0, 10204.0, 10151.0, 10262.0, 10178.0, 10245.0, 10197.0, 10236.0, 10175.0, 10226.0, 10198.0, 10174.0, 10271.0, 10198.0, 10266.0, 10184.0, 10252.0, 10195.0, 10237.0, 10153.0, 10230.0, 10149.0, 10201.0, 10139.0, 10166.0, 10179.0, 10196.0, 10158.0, 10187.0, 10226.0, 10175.0, 10273.0, 10213.0, 10269.0, 10215.0, 10254.0, 10175.0, 10259.0, 10174.0, 10238.0, 10154.0, 10221.0, 10154.0, 10166.0, 10187.0, 10172.0, 10225.0, 10187.0, 10161.0, 10187.0, 10227.0, 10187.0, 10241.0, 10202.0, 10159.0, 10213.0, 10178.0, 10266.0, 10217.0, 10271.0, 10202.0, 10268.0, 10205.0, 10274.0, 10218.0, 10224.0, 10218.0, 10160.0, 10253.0, 10193.0, 10262.0, 10204.0, 10194.0, 10272.0, 10216.0, 10290.0, 10216.0, 10277.0, 10208.0, 10267.0, 10150.0, 10190.0, 10150.0, 10198.0, 10151.0, 10217.0, 10150.0, 10193.0, 10156.0, 10168.0, 10156.0, 10212.0, 10179.0, 10254.0, 10208.0, 10273.0, 10207.0, 10274.0, 10225.0, 10261.0, 10202.0, 10256.0, 10192.0, 10270.0, 10193.0, 10259.0, 10209.0, 10192.0, 10248.0, 10167.0, 10242.0, 10196.0, 10252.0, 10233.0, 10251.0, 10178.0, 10239.0, 10174.0, 10267.0, 10203.0, 10268.0, 10217.0, 10269.0, 10202.0, 10255.0, 10206.0, 10255.0, 10215.0, 10241.0, 10174.0, 10170.0, 10213.0, 10176.0, 10267.0, 10207.0, 10282.0, 10216.0, 10270.0, 10153.0, 10206.0, 10191.0, 10152.0, 10263.0, 10191.0, 10228.0, 10176.0, 10213.0, 10154.0, 10203.0, 10156.0, 10198.0, 10251.0, 10169.0, 10222.0, 10171.0, 10249.0, 10170.0, 10269.0, 10188.0, 10235.0, 10157.0, 10195.0, 10220.0, 10167.0, 10267.0, 10182.0, 10240.0, 10179.0, 10167.0, 10179.0, 10157.0, 10251.0, 10171.0, 10224.0, 10173.0, 10185.0, 10188.0, 10175.0, 10269.0, 10204.0, 10256.0, 10179.0, 10230.0, 10174.0, 10211.0, 10161.0, 10190.0, 10273.0, 10203.0, 10257.0, 10175.0, 10205.0, 10159.0, 10188.0, 10270.0, 10208.0, 10274.0, 10221.0, 10254.0, 10206.0, 10259.0, 10199.0, 10189.0, 10304.0, 10253.0, 10250.0, 10181.0, 10232.0, 10182.0, 10235.0, 10168.0, 10220.0, 10172.0, 10209.0, 10158.0, 10174.0, 10287.0, 10217.0, 10253.0, 10200.0, 10253.0, 10154.0, 10197.0, 10282.0, 10194.0, 10249.0, 10177.0, 10248.0, 10133.0, 10150.0, 10262.0, 10177.0, 10228.0, 10159.0, 10201.0, 10135.0, 10162.0, 10229.0, 10167.0, 10246.0, 10193.0, 10230.0, 10165.0, 10216.0, 10137.0, 10163.0, 10249.0, 10194.0, 10234.0, 10176.0, 10219.0, 10149.0, 10166.0, 10264.0, 10190.0, 10231.0, 10150.0, 10216.0, 10148.0, 10177.0, 10248.0, 10166.0, 10248.0, 10193.0, 10216.0, 10168.0, 10217.0, 10153.0, 10193.0, 10167.0, 10223.0, 10156.0, 10206.0, 10156.0, 10186.0, 10255.0, 10184.0, 10266.0, 10178.0, 10262.0, 10206.0, 10249.0, 10193.0, 10248.0, 10191.0, 10218.0, 10166.0, 10231.0, 10167.0, 10237.0, 10170.0, 10222.0, 10140.0, 10183.0, 10246.0, 10150.0, 10248.0, 10180.0, 10234.0, 10150.0, 10216.0, 10150.0, 10178.0, 10137.0, 10164.0, 10251.0, 10185.0, 10251.0, 10189.0, 10253.0, 10185.0, 10240.0, 10180.0, 10236.0, 10186.0, 10192.0, 10270.0, 10188.0, 10275.0, 10220.0, 10222.0, 10286.0, 10230.0, 10242.0, 10167.0, 10221.0, 10140.0, 10188.0, 10145.0, 10192.0, 10164.0, 10201.0, 10158.0, 10222.0, 10164.0, 10236.0, 10217.0, 10238.0, 10193.0, 10241.0, 10176.0, 10228.0, 10175.0, 10190.0, 10273.0, 10188.0, 10240.0, 10174.0, 10269.0, 10203.0, 10272.0, 10219.0, 10275.0, 10227.0, 10208.0, 10209.0, 10182.0, 10262.0, 10205.0, 10299.0, 10226.0, 10281.0, 10180.0, 10232.0, 10272.0, 10186.0, 10289.0, 10212.0, 10249.0, 10165.0, 10216.0, 10139.0, 10150.0, 10140.0, 10172.0, 10269.0, 10201.0, 10249.0, 10173.0, 10223.0, 10175.0, 10226.0, 10163.0, 10229.0, 10204.0, 10219.0, 10165.0, 10206.0, 10277.0, 10220.0, 10276.0, 10216.0, 10256.0, 10176.0, 10255.0, 10160.0, 10197.0, 10241.0, 10174.0, 10287.0, 10215.0, 10254.0, 10174.0, 10238.0, 10170.0, 10227.0, 10163.0, 10190.0, 10256.0, 10187.0, 10267.0, 10162.0, 10255.0, 10164.0, 10205.0, 10218.0, 10191.0, 10217.0, 10195.0, 10288.0, 10194.0, 10273.0, 10185.0, 10221.0, 10205.0, 10195.0, 10194.0, 10197.0, 10293.0, 10217.0, 10259.0, 10178.0, 10240.0, 10229.0, 10188.0, 10290.0, 10198.0, 10253.0, 10156.0, 10172.0, 10268.0, 10197.0, 10248.0, 10199.0, 10225.0, 10171.0, 10212.0, 10184.0, 10173.0, 10270.0, 10215.0, 10254.0, 10172.0, 10237.0, 10157.0, 10210.0, 10157.0, 10170.0, 10271.0, 10200.0, 10268.0, 10199.0, 10253.0, 10172.0, 10251.0, 10158.0, 10183.0, 10195.0, 10197.0, 10156.0, 10184.0, 10226.0, 10174.0, 10286.0, 10214.0, 10239.0, 10175.0, 10251.0, 10190.0, 10272.0, 10218.0, 10271.0, 10207.0, 10256.0, 10202.0, 10257.0, 10181.0, 10231.0, 10212.0, 10213.0, 10170.0, 10172.0, 10289.0, 10210.0, 10245.0, 10206.0, 10235.0, 10171.0, 10236.0, 10175.0, 10258.0, 10205.0, 10271.0, 10205.0, 10275.0, 10265.0, 10277.0, 10216.0, 10269.0, 10201.0, 10272.0, 10204.0, 10177.0, 10216.0, 10194.0, 10289.0, 10236.0, 10264.0, 10260.0, 10179.0, 10262.0, 10189.0, 10244.0, 10271.0, 10252.0, 10146.0, 10223.0, 10155.0, 10232.0, 10154.0, 10247.0, 10158.0, 10236.0, 10172.0, 10217.0, 10194.0, 10248.0, 10209.0, 10218.0, 10194.0, 10277.0, 10208.0, 10274.0, 10206.0, 10162.0, 10188.0, 10189.0, 10191.0, 10248.0, 10220.0, 10164.0, 10228.0, 10177.0, 10242.0, 10180.0, 10274.0, 10235.0, 10291.0, 10223.0, 10261.0, 10196.0, 10298.0, 10222.0, 10307.0, 10240.0, 10257.0, 10177.0, 10243.0, 10187.0, 10213.0, 10231.0, 10176.0, 10235.0, 10179.0, 10290.0, 10218.0, 10248.0, 10206.0, 10165.0, 10243.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.0004346788990825688</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.013414294711279006</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.67610361248921</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2506306231803461</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0049399933801308</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4906</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6793.0679</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07809055338310493</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.4031300593631948</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5605731170196258</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.52411275800228</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.619788119357566</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5378184736990312</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00642095</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.01000991091132164</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03413828834891319</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1853</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.981627819554476</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>26.2415</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.6761</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.0966</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294334.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>993.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>431.4858</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5253</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>648.0517</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3824.3119</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3986.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82210.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1483.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5061.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.092</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.91390219144523</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> |