=== 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-0040 --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-0040",
"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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-02/func/sub-0040_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>a23b6a8dbd0386836c33e81e42d5046c</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:37:21.497500</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.992215, -0.0426644, 0.117005, 0.0408922, 0.99901, 0.0175065]</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.089269</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>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4146, -7739, -7194, 542, -150, -69, 110, 68]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.143</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b504de1d-7878-4d0f-a1bf-cc822c67a3cb||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.662038803100586, 0.10971066355705261, 0.31761765480041504, 102.87063598632812], [0.1144653782248497, 2.6802713871002197, 0.033981144428253174, -97.58558654785156], [0.31391608715057373, -0.046968650072813034, 2.6810379028320312, -51.554134368896484], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1859]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'AcquisitionTime': ['143721.497500', '143721.957500', '143722.417500', '143722.877500', '143723.337500', '143723.797500', '143724.257500', '143724.717500', '143725.177500', '143725.637500', '143726.097500', '143726.557500', '143727.017500', '143727.477500', '143727.937500', '143728.397500', '143728.857500', '143729.317500', '143729.777500', '143730.237500', '143730.697500', '143731.157500', '143731.617500', '143732.077500', '143732.537500', '143732.997500', '143733.457500', '143733.917500', '143734.377500', '143734.837500', '143735.297500', '143735.757500', '143736.217500', '143736.677500', '143737.137500', '143737.597500', '143738.057500', '143738.517500', '143738.977500', '143739.437500', '143739.897500', '143740.357500', '143740.817500', '143741.277500', '143741.737500', '143742.197500', '143742.657500', '143743.117500', '143743.577500', '143744.037500', '143744.497500', '143744.957500', '143745.417500', '143745.877500', '143746.337500', '143746.797500', '143747.257500', '143747.717500', '143748.177500', '143748.637500', '143749.097500', '143749.557500', '143750.017500', '143750.477500', '143750.937500', '143751.397500', '143751.857500', '143752.317500', '143752.777500', '143753.237500', '143753.697500', '143754.157500', '143754.617500', '143755.077500', '143755.537500', '143755.997500', '143756.457500', '143756.917500', '143757.377500', '143757.837500', '143758.297500', '143758.757500', '143759.217500', '143759.677500', '143800.137500', '143800.597500', '143801.057500', '143801.517500', '143801.977500', '143802.437500', '143802.897500', '143803.357500', '143803.817500', '143804.277500', '143804.737500', '143805.197500', '143805.657500', '143806.117500', '143806.577500', '143807.037500', '143807.497500', '143807.957500', '143808.417500', '143808.877500', '143809.337500', '143809.797500', '143810.257500', '143810.717500', '143811.177500', '143811.637500', '143812.097500', '143812.557500', '143813.017500', '143813.477500', '143813.937500', '143814.397500', '143814.857500', '143815.317500', '143815.777500', '143816.237500', '143816.697500', '143817.157500', '143817.617500', '143818.077500', '143818.537500', '143818.997500', '143819.457500', '143819.917500', '143820.377500', '143820.837500', '143821.297500', '143821.757500', '143822.217500', '143822.677500', '143823.137500', '143823.597500', '143824.057500', '143824.517500', '143824.977500', '143825.437500', '143825.897500', '143826.357500', '143826.817500', '143827.277500', '143827.737500', '143828.197500', '143828.657500', '143829.117500', '143829.577500', '143830.037500', '143830.497500', '143830.957500', '143831.417500', '143831.877500', '143832.337500', '143832.797500', '143833.257500', '143833.717500', '143834.177500', '143834.637500', '143835.097500', '143835.557500', '143836.017500', '143836.477500', '143836.937500', '143837.397500', '143837.857500', '143838.317500', '143838.777500', '143839.237500', '143839.697500', '143840.157500', '143840.617500', '143841.077500', '143841.537500', '143841.997500', '143842.457500', '143842.917500', '143843.377500', '143843.837500', '143844.297500', '143844.757500', '143845.217500', '143845.677500', '143846.137500', '143846.597500', '143847.057500', '143847.517500', '143847.977500', '143848.437500', '143848.897500', '143849.357500', '143849.817500', '143850.277500', '143850.737500', '143851.197500', '143851.657500', '143852.117500', '143852.577500', '143853.037500', '143853.497500', '143853.957500', '143854.417500', '143854.877500', '143855.337500', '143855.797500', '143856.257500', '143856.717500', '143857.177500', '143857.637500', '143858.097500', '143858.557500', '143859.017500', '143859.477500', '143859.937500', '143900.397500', '143900.857500', '143901.317500', '143901.777500', '143902.237500', '143902.697500', '143903.157500', '143903.617500', '143904.077500', '143904.537500', '143904.997500', '143905.457500', '143905.917500', '143906.377500', '143906.837500', '143907.297500', '143907.757500', '143908.217500', '143908.677500', '143909.137500', '143909.597500', '143910.057500', '143910.517500', '143910.977500', '143911.437500', '143911.897500', '143912.357500', '143912.817500', '143913.277500', '143913.737500', '143914.197500', '143914.657500', '143915.117500', '143915.577500', '143916.037500', '143916.497500', '143916.957500', '143917.417500', '143917.877500', '143918.337500', '143918.797500', '143919.257500', '143919.717500', '143920.177500', '143920.637500', '143921.097500', '143921.557500', '143922.017500', '143922.477500', '143922.937500', '143923.397500', '143923.857500', '143924.317500', '143924.777500', '143925.237500', '143925.697500', '143926.157500', '143926.617500', '143927.077500', '143927.537500', '143927.997500', '143928.457500', '143928.917500', '143929.377500', '143929.837500', '143930.297500', '143930.757500', '143931.217500', '143931.677500', '143932.137500', '143932.597500', '143933.057500', '143933.517500', '143933.977500', '143934.437500', '143934.897500', '143935.357500', '143935.817500', '143936.277500', '143936.737500', '143937.197500', '143937.657500', '143938.117500', '143938.577500', '143939.037500', '143939.497500', '143939.957500', '143940.417500', '143940.877500', '143941.337500', '143941.797500', '143942.257500', '143942.717500', '143943.177500', '143943.637500', '143944.097500', '143944.557500', '143945.017500', '143945.477500', '143945.937500', '143946.397500', '143946.857500', '143947.317500', '143947.777500', '143948.237500', '143948.697500', '143949.157500', '143949.617500', '143950.077500', '143950.537500', '143950.997500', '143951.457500', '143951.917500', '143952.377500', '143952.837500', '143953.297500', '143953.757500', '143954.217500', '143954.677500', '143955.137500', '143955.597500', '143956.057500', '143956.517500', '143956.977500', '143957.437500', '143957.897500', '143958.357500', '143958.817500', '143959.277500', '143959.737500', '144000.197500', '144000.657500', '144001.117500', '144001.577500', '144002.037500', '144002.497500', '144002.957500', '144003.417500', '144003.877500', '144004.337500', '144004.797500', '144005.257500', '144005.717500', '144006.177500', '144006.637500', '144007.097500', '144007.557500', '144008.017500', '144008.477500', '144008.937500', '144009.397500', '144009.857500', '144010.317500', '144010.777500', '144011.237500', '144011.697500', '144012.157500', '144012.617500', '144013.077500', '144013.537500', '144013.997500', '144014.457500', '144014.917500', '144015.377500', '144015.837500', '144016.297500', '144016.757500', '144017.217500', '144017.677500', '144018.137500', '144018.597500', '144019.057500', '144019.517500', '144019.977500', '144020.437500', '144020.897500', '144021.357500', '144021.817500', '144022.277500', '144022.737500', '144023.197500', '144023.657500', '144024.117500', '144024.577500', '144025.037500', '144025.497500', '144025.957500', '144026.417500', '144026.877500', '144027.337500', '144027.797500', '144028.257500', '144028.717500', '144029.177500', '144029.637500', '144030.097500', '144030.557500', '144031.017500', '144031.477500', '144031.937500', '144032.397500', '144032.857500', '144033.317500', '144033.777500', '144034.237500', '144034.697500', '144035.157500', '144035.617500', '144036.077500', '144036.537500', '144036.997500', '144037.457500', '144037.917500', '144038.377500', '144038.837500', '144039.297500', '144039.757500', '144040.217500', '144040.677500', '144041.137500', '144041.597500', '144042.057500', '144042.517500', '144042.977500', '144043.437500', '144043.897500', '144044.357500', '144044.817500', '144045.277500', '144045.737500', '144046.197500', '144046.657500', '144047.117500', '144047.577500', '144048.037500', '144048.497500', '144048.957500', '144049.417500', '144049.877500', '144050.337500', '144050.797500', '144051.257500', '144051.717500', '144052.177500', '144052.637500', '144053.097500', '144053.557500', '144054.017500', '144054.477500', '144054.937500', '144055.397500', '144055.857500', '144056.317500', '144056.777500', '144057.237500', '144057.697500', '144058.157500', '144058.617500', '144059.077500', '144059.537500', '144059.997500', '144100.457500', '144100.917500', '144101.377500', '144101.837500', '144102.297500', '144102.757500', '144103.217500', '144103.677500', '144104.137500', '144104.597500', '144105.057500', '144105.517500', '144105.977500', '144106.437500', '144106.897500', '144107.357500', '144107.817500', '144108.277500', '144108.737500', '144109.197500', '144109.657500', '144110.117500', '144110.577500', '144111.037500', '144111.497500', '144111.957500', '144112.417500', '144112.877500', '144113.337500', '144113.797500', '144114.257500', '144114.717500', '144115.177500', '144115.637500', '144116.097500', '144116.557500', '144117.017500', '144117.477500', '144117.937500', '144118.397500', '144118.857500', '144119.317500', '144119.777500', '144120.237500', '144120.697500', '144121.157500', '144121.617500', '144122.077500', '144122.537500', '144122.997500', '144123.457500', '144123.917500', '144124.377500', '144124.837500', '144125.297500', '144125.757500', '144126.217500', '144126.677500', '144127.137500', '144127.597500', '144128.057500', '144128.517500', '144128.977500', '144129.437500', '144129.897500', '144130.357500', '144130.817500', '144131.277500', '144131.737500', '144132.197500', '144132.657500', '144133.117500', '144133.577500', '144134.037500', '144134.497500', '144134.957500', '144135.417500', '144135.877500', '144136.337500', '144136.797500', '144137.257500', '144137.717500', '144138.177500', '144138.637500', '144139.097500', '144139.557500', '144140.017500', '144140.477500', '144140.937500', '144141.397500', '144141.857500', '144142.317500', '144142.777500', '144143.237500', '144143.697500', '144144.157500', '144144.617500', '144145.077500', '144145.537500', '144145.997500', '144146.457500', '144146.917500', '144147.377500', '144147.837500', '144148.297500', '144148.757500', '144149.217500', '144149.677500', '144150.137500', '144150.597500', '144151.057500', '144151.517500', '144151.977500', '144152.437500', '144152.897500', '144153.357500', '144153.817500', '144154.277500', '144154.737500', '144155.197500', '144155.657500', '144156.117500', '144156.577500', '144157.037500', '144157.497500', '144157.957500', '144158.417500', '144158.877500', '144159.337500', '144159.797500', '144200.257500', '144200.717500', '144201.177500', '144201.637500', '144202.097500', '144202.557500', '144203.017500', '144203.477500', '144203.937500', '144204.397500', '144204.857500', '144205.317500', '144205.777500', '144206.237500', '144206.697500', '144207.157500', '144207.617500', '144208.077500', '144208.537500', '144208.997500', '144209.457500', '144209.917500', '144210.377500', '144210.837500', '144211.297500', '144211.757500', '144212.217500', '144212.677500', '144213.137500', '144213.597500', '144214.057500', '144214.517500', '144214.977500', '144215.437500', '144215.897500', '144216.357500', '144216.817500', '144217.277500', '144217.737500', '144218.197500', '144218.657500', '144219.117500', '144219.577500', '144220.037500', '144220.497500', '144220.957500', '144221.417500', '144221.877500', '144222.337500', '144222.797500', '144223.257500', '144223.717500', '144224.177500', '144224.637500', '144225.097500', '144225.557500', '144226.017500', '144226.477500', '144226.937500', '144227.397500', '144227.857500', '144228.317500', '144228.777500', '144229.237500', '144229.697500', '144230.157500', '144230.617500', '144231.077500', '144231.537500', '144231.997500', '144232.457500', '144232.917500', '144233.377500', '144233.837500', '144234.297500', '144234.757500', '144235.217500', '144235.677500', '144236.137500', '144236.597500', '144237.057500', '144237.517500', '144237.977500', '144238.437500', '144238.897500', '144239.357500', '144239.817500', '144240.277500', '144240.737500', '144241.197500', '144241.657500', '144242.117500', '144242.577500', '144243.037500', '144243.497500', '144243.957500', '144244.417500', '144244.877500', '144245.337500', '144245.797500', '144246.257500', '144246.717500', '144247.177500', '144247.637500', '144248.097500', '144248.557500', '144249.017500', '144249.477500', '144249.937500', '144250.397500', '144250.857500', '144251.317500', '144251.777500', '144252.237500', '144252.697500', '144253.157500', '144253.617500', '144254.077500', '144254.537500', '144254.997500', '144255.457500', '144255.917500', '144256.377500', '144256.837500', '144257.297500', '144257.757500', '144258.217500', '144258.677500', '144259.137500', '144259.597500', '144300.057500', '144300.517500', '144300.977500', '144301.437500', '144301.897500', '144302.357500', '144302.817500', '144303.277500', '144303.737500', '144304.197500', '144304.657500', '144305.117500', '144305.577500', '144306.037500', '144306.497500', '144306.957500', '144307.417500', '144307.877500', '144308.337500', '144308.797500', '144309.257500', '144309.717500', '144310.177500', '144310.637500', '144311.097500', '144311.557500', '144312.017500', '144312.477500', '144312.937500', '144313.397500', '144313.857500', '144314.317500', '144314.777500', '144315.237500', '144315.697500', '144316.157500', '144316.617500', '144317.077500', '144317.537500', '144317.997500', '144318.457500', '144318.917500', '144319.377500', '144319.837500', '144320.297500', '144320.757500', '144321.217500', '144321.677500', '144322.137500', '144322.597500', '144323.057500', '144323.517500', '144323.977500', '144324.437500', '144324.897500', '144325.357500', '144325.817500', '144326.277500', '144326.737500', '144327.197500', '144327.657500', '144328.117500', '144328.577500', '144329.037500', '144329.497500', '144329.957500', '144330.417500', '144330.877500', '144331.337500', '144331.797500', '144332.257500', '144332.717500', '144333.177500', '144333.637500', '144334.097500', '144334.557500', '144335.017500', '144335.477500', '144335.937500', '144336.397500', '144336.857500', '144337.317500', '144337.777500', '144338.237500', '144338.697500', '144339.157500', '144339.617500', '144340.077500', '144340.537500', '144340.997500', '144341.457500', '144341.917500', '144342.377500', '144342.837500', '144343.297500', '144343.757500', '144344.217500', '144344.677500', '144345.137500', '144345.597500', '144346.057500', '144346.517500', '144346.977500', '144347.437500', '144347.897500', '144348.357500', '144348.817500', '144349.277500', '144349.737500', '144350.197500', '144350.657500', '144351.117500', '144351.577500', '144352.037500', '144352.497500', '144352.957500', '144353.417500', '144353.877500', '144354.337500', '144354.797500', '144355.257500', '144355.717500', '144356.177500', '144356.637500', '144357.097500', '144357.557500', '144358.017500', '144358.477500', '144358.937500', '144359.397500', '144359.857500', '144400.317500', '144400.777500', '144401.237500', '144401.697500', '144402.157500', '144402.617500', '144403.077500', '144403.537500', '144403.997500', '144404.457500', '144404.917500', '144405.377500', '144405.837500', '144406.297500', '144406.757500', '144407.217500', '144407.677500', '144408.137500', '144408.597500', '144409.057500', '144409.517500', '144409.977500', '144410.437500', '144410.897500', '144411.357500', '144411.817500', '144412.277500', '144412.737500', '144413.197500', '144413.657500', '144414.117500', '144414.577500', '144415.037500', '144415.497500', '144415.957500', '144416.417500', '144416.877500', '144417.337500', '144417.797500', '144418.257500', '144418.717500', '144419.177500', '144419.637500', '144420.097500', '144420.557500', '144421.017500', '144421.477500', '144421.937500', '144422.397500', '144422.857500', '144423.317500', '144423.777500', '144424.237500', '144424.697500', '144425.157500', '144425.617500', '144426.077500', '144426.537500', '144426.997500', '144427.457500', '144427.917500', '144428.377500', '144428.837500', '144429.297500', '144429.757500', '144430.217500', '144430.677500', '144431.137500', '144431.597500', '144432.057500', '144432.517500', '144432.977500', '144433.437500', '144433.897500', '144434.357500', '144434.817500', '144435.277500', '144435.737500', '144436.197500', '144436.657500', '144437.117500', '144437.577500', '144438.037500', '144438.497500', '144438.957500', '144439.417500', '144439.877500', '144440.337500', '144440.797500', '144441.257500', '144441.717500', '144442.177500', '144442.637500', '144443.097500', '144443.557500', '144444.017500', '144444.477500', '144444.937500', '144445.397500', '144445.857500', '144446.317500', '144446.777500', '144447.237500', '144447.697500', '144448.157500', '144448.617500', '144449.077500', '144449.537500', '144449.997500', '144450.457500', '144450.917500', '144451.377500', '144451.837500', '144452.297500', '144452.757500', '144453.217500', '144453.677500', '144454.137500', '144454.597500', '144455.057500', '144455.517500', '144455.977500', '144456.437500', '144456.897500', '144457.357500', '144457.817500', '144458.277500', '144458.737500', '144459.197500', '144459.657500', '144500.117500', '144500.577500', '144501.037500', '144501.497500', '144501.957500', '144502.417500', '144502.877500', '144503.337500', '144503.797500', '144504.257500', '144504.717500', '144505.177500', '144505.637500', '144506.097500', '144506.557500', '144507.017500', '144507.477500', '144507.937500', '144508.397500', '144508.857500', '144509.317500', '144509.777500', '144510.237500', '144510.697500', '144511.157500', '144511.617500', '144512.077500', '144512.537500', '144512.997500', '144513.457500', '144513.917500', '144514.377500', '144514.837500', '144515.297500', '144515.757500', '144516.217500', '144516.677500', '144517.137500', '144517.597500', '144518.057500', '144518.517500', '144518.977500', '144519.437500', '144519.897500', '144520.357500', '144520.817500', '144521.277500', '144521.737500', '144522.197500', '144522.657500', '144523.117500', '144523.577500', '144524.037500', '144524.497500', '144524.957500', '144525.417500', '144525.877500', '144526.337500', '144526.797500', '144527.257500', '144527.717500', '144528.177500', '144528.637500', '144529.097500', '144529.557500', '144530.017500', '144530.477500', '144530.937500', '144531.397500', '144531.857500', '144532.317500', '144532.777500', '144533.237500', '144533.697500', '144534.157500', '144534.617500', '144535.077500', '144535.537500', '144535.997500', '144536.457500', '144536.917500', '144537.377500', '144537.837500', '144538.297500', '144538.757500', '144539.217500', '144539.677500', '144540.137500', '144540.597500', '144541.057500', '144541.517500', '144541.977500', '144542.437500', '144542.897500', '144543.357500', '144543.817500', '144544.277500', '144544.737500', '144545.197500', '144545.657500', '144546.117500', '144546.577500', '144547.037500', '144547.497500', '144547.957500', '144548.417500', '144548.877500', '144549.337500', '144549.797500', '144550.257500', '144550.717500', '144551.177500', '144551.637500', '144552.097500', '144552.557500', '144553.017500', '144553.477500', '144553.937500', '144554.397500', '144554.857500', '144555.317500', '144555.777500', '144556.237500', '144556.697500', '144557.157500', '144557.617500', '144558.077500', '144558.537500', '144558.997500', '144559.457500', '144559.917500', '144600.377500', '144600.837500', '144601.297500', '144601.757500', '144602.217500', '144602.677500', '144603.137500', '144603.597500', '144604.057500', '144604.517500', '144604.977500', '144605.437500', '144605.897500', '144606.357500', '144606.817500', '144607.277500', '144607.737500', '144608.197500', '144608.657500', '144609.117500', '144609.577500', '144610.037500', '144610.497500', '144610.957500', '144611.417500', '144611.877500', '144612.337500', '144612.797500', '144613.257500', '144613.717500', '144614.177500', '144614.637500', '144615.097500', '144615.557500', '144616.017500', '144616.477500', '144616.937500', '144617.397500', '144617.857500', '144618.317500', '144618.777500', '144619.237500', '144619.697500', '144620.157500', '144620.617500', '144621.077500', '144621.537500', '144621.997500', '144622.457500', '144622.917500', '144623.377500', '144623.837500', '144624.297500', '144624.757500', '144625.217500', '144625.677500', '144626.137500', '144626.597500', '144627.057500', '144627.517500', '144627.977500', '144628.437500', '144628.897500', '144629.357500', '144629.817500', '144630.277500', '144630.737500', '144631.197500', '144631.657500', '144632.117500', '144632.577500', '144633.037500', '144633.497500', '144633.957500', '144634.417500', '144634.877500', '144635.337500', '144635.797500', '144636.257500', '144636.717500', '144637.177500', '144637.637500', '144638.097500', '144638.557500', '144639.017500', '144639.477500', '144639.937500', '144640.397500', '144640.857500', '144641.317500', '144641.777500', '144642.237500', '144642.697500', '144643.157500', '144643.617500', '144644.077500', '144644.537500', '144644.997500', '144645.457500', '144645.917500', '144646.377500', '144646.837500', '144647.297500', '144647.757500', '144648.217500', '144648.677500', '144649.137500', '144649.597500', '144650.057500', '144650.517500', '144650.977500', '144651.437500', '144651.897500', '144652.357500', '144652.817500', '144653.277500', '144653.737500', '144654.197500', '144654.657500', '144655.117500', '144655.577500', '144656.037500', '144656.497500', '144656.957500', '144657.417500', '144657.877500', '144658.337500', '144658.797500', '144659.257500', '144659.717500', '144700.177500', '144700.637500', '144701.097500', '144701.557500', '144702.017500', '144702.477500', '144702.937500', '144703.397500', '144703.857500', '144704.317500', '144704.777500', '144705.237500', '144705.697500', '144706.157500', '144706.617500', '144707.077500', '144707.537500', '144707.997500', '144708.457500', '144708.917500', '144709.377500', '144709.837500', '144710.297500', '144710.757500', '144711.217500', '144711.677500', '144712.137500', '144712.597500', '144713.057500', '144713.517500', '144713.977500', '144714.437500', '144714.897500', '144715.357500', '144715.817500', '144716.277500', '144716.737500', '144717.197500', '144717.657500', '144718.117500', '144718.577500', '144719.037500', '144719.497500', '144719.957500', '144720.417500', '144720.877500', '144721.337500', '144721.797500', '144722.257500', '144722.717500', '144723.177500', '144723.637500', '144724.097500', '144724.557500', '144725.017500', '144725.477500', '144725.937500', '144726.397500', '144726.857500', '144727.317500', '144727.777500', '144728.237500', '144728.697500', '144729.157500', '144729.617500', '144730.077500', '144730.537500', '144730.997500', '144731.457500', '144731.917500', '144732.377500', '144732.837500', '144733.297500', '144733.757500', '144734.217500', '144734.677500', '144735.137500', '144735.597500', '144736.057500', '144736.517500', '144736.977500', '144737.437500', '144737.897500', '144738.357500', '144738.817500', '144739.277500', '144739.737500', '144740.197500', '144740.657500', '144741.117500', '144741.577500', '144742.037500', '144742.497500', '144742.957500', '144743.417500', '144743.877500', '144744.337500', '144744.797500', '144745.257500', '144745.717500', '144746.177500', '144746.637500', '144747.097500', '144747.557500', '144748.017500', '144748.477500', '144748.937500', '144749.397500', '144749.857500', '144750.317500', '144750.777500', '144751.237500', '144751.697500', '144752.157500', '144752.617500', '144753.077500', '144753.537500', '144753.997500', '144754.457500', '144754.917500', '144755.377500', '144755.837500', '144756.297500', '144756.757500', '144757.217500', '144757.677500', '144758.137500', '144758.597500', '144759.057500', '144759.517500', '144759.977500', '144800.437500', '144800.897500', '144801.357500', '144801.817500', '144802.277500', '144802.737500', '144803.197500', '144803.657500', '144804.117500', '144804.577500', '144805.037500', '144805.497500', '144805.957500', '144806.417500', '144806.877500', '144807.337500', '144807.797500', '144808.257500', '144808.717500', '144809.177500', '144809.637500', '144810.097500', '144810.557500', '144811.017500', '144811.477500', '144811.937500', '144812.397500', '144812.857500', '144813.317500', '144813.777500', '144814.237500', '144814.697500', '144815.157500', '144815.617500', '144816.077500', '144816.537500', '144816.997500', '144817.457500', '144817.917500', '144818.377500', '144818.837500', '144819.297500', '144819.757500', '144820.217500', '144820.677500', '144821.137500', '144821.597500', '144822.057500', '144822.517500', '144822.977500', '144823.437500', '144823.897500', '144824.357500', '144824.817500', '144825.277500', '144825.737500', '144826.197500', '144826.657500', '144827.117500', '144827.577500', '144828.037500', '144828.497500', '144828.957500', '144829.417500', '144829.877500', '144830.337500', '144830.797500', '144831.257500', '144831.717500', '144832.177500', '144832.637500', '144833.097500', '144833.557500', '144834.017500', '144834.477500', '144834.937500', '144835.397500', '144835.857500', '144836.317500', '144836.777500', '144837.237500', '144837.697500', '144838.157500', '144838.617500', '144839.077500', '144839.537500', '144839.997500', '144840.457500', '144840.917500', '144841.377500', '144841.837500', '144842.297500', '144842.757500', '144843.217500', '144843.677500', '144844.137500', '144844.597500', '144845.057500', '144845.517500', '144845.977500', '144846.437500', '144846.897500', '144847.357500', '144847.817500', '144848.277500', '144848.737500', '144849.197500', '144849.657500', '144850.117500', '144850.577500', '144851.037500', '144851.497500', '144851.957500', '144852.417500', '144852.877500', '144853.337500', '144853.797500', '144854.257500', '144854.717500', '144855.177500', '144855.637500', '144856.097500', '144856.557500', '144857.017500', '144857.477500', '144857.937500', '144858.397500', '144858.857500', '144859.317500', '144859.777500', '144900.237500', '144900.697500', '144901.157500', '144901.617500', '144902.077500', '144902.537500', '144902.997500', '144903.457500', '144903.917500', '144904.377500', '144904.837500', '144905.297500', '144905.757500', '144906.217500', '144906.677500', '144907.137500', '144907.597500', '144908.057500', '144908.517500', '144908.977500', '144909.437500', '144909.897500', '144910.357500', '144910.817500', '144911.277500', '144911.737500', '144912.197500', '144912.657500', '144913.117500', '144913.577500', '144914.037500', '144914.497500', '144914.957500', '144915.417500', '144915.877500', '144916.337500', '144916.797500', '144917.257500', '144917.717500', '144918.177500', '144918.637500', '144919.097500', '144919.557500', '144920.017500', '144920.477500', '144920.937500', '144921.397500', '144921.857500', '144922.317500', '144922.777500', '144923.237500', '144923.697500', '144924.157500', '144924.617500', '144925.077500', '144925.537500', '144925.997500', '144926.457500', '144926.917500', '144927.377500', '144927.837500', '144928.297500', '144928.757500', '144929.217500', '144929.677500', '144930.137500', '144930.597500', '144931.057500', '144931.517500', '144931.977500', '144932.437500', '144932.897500', '144933.357500', '144933.817500', '144934.277500', '144934.737500', '144935.197500', '144935.657500', '144936.117500', '144936.577500', '144937.037500', '144937.497500', '144937.957500', '144938.417500', '144938.877500', '144939.337500', '144939.797500', '144940.257500', '144940.717500', '144941.177500', '144941.637500', '144942.097500', '144942.557500', '144943.017500', '144943.477500', '144943.937500', '144944.397500', '144944.857500', '144945.317500', '144945.777500', '144946.237500', '144946.697500', '144947.157500', '144947.617500', '144948.077500', '144948.537500', '144948.997500', '144949.457500', '144949.917500', '144950.377500', '144950.837500', '144951.297500', '144951.757500', '144952.217500', '144952.677500', '144953.137500', '144953.597500', '144954.057500', '144954.517500', '144954.977500', '144955.437500', '144955.897500', '144956.357500', '144956.817500', '144957.277500', '144957.737500', '144958.197500', '144958.657500', '144959.117500', '144959.577500', '145000.037500', '145000.497500', '145000.957500', '145001.417500', '145001.877500', '145002.337500', '145002.797500', '145003.257500', '145003.717500', '145004.177500', '145004.637500', '145005.097500', '145005.557500', '145006.017500', '145006.477500', '145006.937500', '145007.397500', '145007.857500', '145008.317500', '145008.777500', '145009.237500', '145009.697500', '145010.157500', '145010.617500', '145011.077500', '145011.537500', '145011.997500', '145012.457500', '145012.917500', '145013.377500', '145013.837500', '145014.297500', '145014.757500', '145015.217500', '145015.677500', '145016.137500', '145016.597500', '145017.057500', '145017.517500', '145017.977500', '145018.437500', '145018.897500', '145019.357500', '145019.817500', '145020.277500', '145020.737500', '145021.197500', '145021.657500', '145022.117500', '145022.577500', '145023.037500', '145023.497500', '145023.957500', '145024.417500', '145024.877500', '145025.337500', '145025.797500', '145026.257500', '145026.717500', '145027.177500', '145027.637500', '145028.097500', '145028.557500', '145029.017500', '145029.477500', '145029.937500', '145030.397500', '145030.857500', '145031.317500', '145031.777500', '145032.237500', '145032.697500', '145033.157500', '145033.617500', '145034.077500', '145034.537500', '145034.997500', '145035.457500', '145035.917500', '145036.377500', '145036.837500', '145037.297500', '145037.757500', '145038.217500', '145038.677500', '145039.137500', '145039.597500', '145040.057500', '145040.517500', '145040.977500', '145041.437500', '145041.897500', '145042.357500', '145042.817500', '145043.277500', '145043.737500', '145044.197500', '145044.657500', '145045.117500', '145045.577500', '145046.037500', '145046.497500', '145046.957500', '145047.417500', '145047.877500', '145048.337500', '145048.797500', '145049.257500', '145049.717500', '145050.177500', '145050.637500', '145051.097500', '145051.557500', '145052.017500', '145052.477500', '145052.937500', '145053.397500', '145053.857500', '145054.317500', '145054.777500', '145055.237500', '145055.697500', '145056.157500', '145056.617500', '145057.077500', '145057.537500', '145057.997500', '145058.457500', '145058.917500', '145059.377500', '145059.837500', '145100.297500', '145100.757500', '145101.217500', '145101.677500', '145102.137500', '145102.597500', '145103.057500', '145103.517500', '145103.977500', '145104.437500', '145104.897500', '145105.357500', '145105.817500', '145106.277500', '145106.737500', '145107.197500', '145107.657500', '145108.117500', '145108.577500', '145109.037500', '145109.497500', '145109.957500', '145110.417500', '145110.877500', '145111.337500', '145111.797500', '145112.257500', '145112.717500', '145113.177500', '145113.637500', '145114.097500', '145114.557500', '145115.017500', '145115.477500', '145115.937500', '145116.397500', '145116.857500', '145117.317500', '145117.777500', '145118.237500', '145118.697500', '145119.157500', '145119.617500', '145120.077500', '145120.537500', '145120.997500', '145121.457500', '145121.917500', '145122.377500', '145122.837500', '145123.297500', '145123.757500', '145124.217500', '145124.677500', '145125.137500', '145125.597500', '145126.057500', '145126.517500', '145126.977500', '145127.437500', '145127.897500', '145128.357500', '145128.817500', '145129.277500', '145129.737500', '145130.197500', '145130.657500', '145131.117500', '145131.577500', '145132.037500', '145132.497500', '145132.957500', '145133.417500', '145133.877500', '145134.337500', '145134.797500', '145135.257500', '145135.717500', '145136.177500'], 'ContentTime': ['143747.002000', '143747.006000', '143747.009000', '143747.012000', '143747.015000', '143747.018000', '143747.021000', '143747.024000', '143747.027000', '143747.030000', '143747.032000', '143747.035000', '143747.038000', '143747.041000', '143747.044000', '143747.047000', '143747.050000', '143747.052000', '143747.055000', '143747.058000', '143747.061000', '143747.064000', '143747.068000', '143747.071000', '143747.074000', '143747.077000', '143747.079000', '143747.082000', '143747.085000', '143747.088000', '143747.091000', '143747.094000', '143747.096000', '143747.099000', '143747.102000', '143747.105000', '143747.108000', '143747.111000', '143747.114000', '143747.116000', '143747.119000', '143747.122000', '143747.125000', '143747.128000', '143747.130000', '143747.133000', '143747.136000', '143747.139000', '143747.142000', '143747.145000', '143747.147000', '143747.150000', '143747.153000', '143806.962000', '143806.965000', '143806.968000', '143806.971000', '143806.974000', '143806.977000', '143806.980000', '143806.982000', '143806.985000', '143806.988000', '143806.991000', '143806.994000', '143806.996000', '143807.000000', '143807.003000', '143807.010000', '143807.013000', '143807.016000', '143807.019000', '143807.022000', '143807.024000', '143807.027000', '143807.030000', '143807.033000', '143807.036000', '143807.039000', '143807.041000', '143807.044000', '143807.047000', '143807.050000', '143807.053000', '143807.055000', '143807.058000', '143807.061000', '143807.064000', '143807.067000', '143807.069000', '143807.072000', '143807.075000', '143807.078000', '143807.081000', '143807.083000', '143807.086000', '143807.089000', '143826.962000', '143826.965000', '143826.968000', '143826.971000', '143826.974000', '143826.984000', '143826.986000', '143826.989000', '143826.992000', '143826.995000', '143826.998000', '143827.002000', '143827.004000', '143827.007000', '143827.010000', '143827.013000', '143827.016000', '143827.019000', '143827.022000', '143827.025000', '143827.028000', '143827.031000', '143827.033000', '143827.036000', '143827.039000', '143827.042000', '143827.045000', '143827.048000', '143827.050000', '143827.053000', '143827.056000', '143827.059000', '143827.062000', '143827.065000', '143827.067000', '143827.070000', '143827.073000', '143827.076000', '143827.079000', '143827.081000', '143827.084000', '143827.087000', '143827.090000', '143846.963000', '143846.966000', '143846.969000', '143846.972000', '143846.975000', '143846.977000', '143846.980000', '143846.983000', '143846.986000', '143846.989000', '143846.992000', '143846.994000', '143846.997000', '143847.001000', '143847.004000', '143847.018000', '143847.021000', '143847.023000', '143847.026000', '143847.035000', '143847.038000', '143847.041000', '143847.044000', '143847.046000', '143847.049000', '143847.052000', '143847.055000', '143847.058000', '143847.061000', '143847.064000', '143847.066000', '143847.069000', '143847.072000', '143847.075000', '143847.078000', '143847.081000', '143847.083000', '143847.086000', '143847.089000', '143847.092000', '143847.095000', '143847.098000', '143847.110000', '143847.113000', '143906.963000', '143906.966000', '143906.969000', '143906.972000', '143906.975000', '143906.977000', '143906.980000', '143906.983000', '143906.986000', '143906.989000', '143906.992000', '143906.995000', '143906.998000', '143907.002000', '143907.005000', '143907.008000', '143907.010000', '143907.013000', '143907.016000', '143907.019000', '143907.022000', '143907.025000', '143907.027000', '143907.030000', '143907.033000', '143907.036000', '143907.039000', '143907.054000', '143907.057000', '143907.060000', '143907.063000', '143907.066000', '143907.069000', '143907.071000', '143907.074000', '143907.077000', '143907.080000', '143907.083000', '143907.086000', '143907.088000', '143907.091000', '143907.094000', '143907.097000', '143926.963000', '143926.966000', '143926.969000', '143926.972000', '143926.974000', '143926.977000', '143926.980000', '143926.983000', '143926.986000', '143926.989000', '143926.991000', '143926.994000', '143926.997000', '143927.001000', '143927.004000', '143927.007000', '143927.010000', '143927.013000', '143927.016000', '143927.018000', '143927.021000', '143927.030000', '143927.033000', '143927.036000', '143927.038000', '143927.041000', '143927.044000', '143927.047000', '143927.050000', '143927.053000', '143927.056000', '143927.058000', '143927.061000', '143927.064000', '143927.067000', '143927.070000', '143927.073000', '143927.075000', '143927.078000', '143927.081000', '143927.084000', '143927.087000', '143927.090000', '143927.093000', '143946.962000', '143946.965000', '143946.968000', '143946.971000', '143946.973000', '143946.976000', '143946.979000', '143946.982000', '143946.985000', '143946.988000', '143946.991000', '143946.994000', '143946.998000', '143947.002000', '143947.005000', '143947.007000', '143947.010000', '143947.013000', '143947.016000', '143947.019000', '143947.022000', '143947.025000', '143947.027000', '143947.030000', '143947.033000', '143947.036000', '143947.039000', '143947.042000', '143947.045000', '143947.048000', '143947.051000', '143947.053000', '143947.056000', '143947.059000', '143947.062000', '143947.065000', '143947.070000', '143947.073000', '143947.076000', '143947.079000', '143947.082000', '143947.085000', '143947.087000', '144006.962000', '144006.965000', '144006.968000', '144006.971000', '144006.974000', '144006.976000', '144006.979000', '144006.982000', '144006.985000', '144006.988000', '144007.001000', '144007.004000', '144007.006000', '144007.009000', '144007.012000', '144007.015000', '144007.018000', '144007.021000', '144007.024000', '144007.027000', '144007.029000', '144007.032000', '144007.035000', '144007.038000', '144007.041000', '144007.044000', '144007.047000', '144007.049000', '144007.052000', '144007.055000', '144007.058000', '144007.061000', '144007.064000', '144007.067000', '144007.070000', '144007.072000', '144007.075000', '144007.078000', '144007.081000', '144007.084000', '144007.087000', '144007.089000', '144007.092000', '144007.095000', '144026.962000', '144026.965000', '144026.968000', '144026.971000', '144026.974000', '144026.976000', '144026.979000', '144026.982000', '144026.985000', '144026.988000', '144027.001000', '144027.004000', '144027.007000', '144027.010000', '144027.013000', '144027.015000', '144027.018000', '144027.021000', '144027.024000', '144027.027000', '144027.030000', '144027.032000', '144027.035000', '144027.038000', '144027.041000', '144027.044000', '144027.047000', '144027.049000', '144027.052000', '144027.055000', '144027.058000', '144027.061000', '144027.064000', '144027.067000', '144027.072000', '144027.075000', '144027.078000', '144027.081000', '144027.084000', '144027.086000', '144027.089000', '144027.092000', '144027.095000', '144046.962000', '144046.965000', '144046.968000', '144046.971000', '144046.973000', '144046.982000', '144046.985000', '144046.987000', '144046.990000', '144046.993000', '144046.996000', '144047.000000', '144047.003000', '144047.006000', '144047.008000', '144047.011000', '144047.014000', '144047.017000', '144047.020000', '144047.023000', '144047.025000', '144047.028000', '144047.031000', '144047.034000', '144047.037000', '144047.040000', '144047.043000', '144047.046000', '144047.048000', '144047.051000', '144047.054000', '144047.057000', '144047.060000', '144047.063000', '144047.065000', '144047.068000', '144047.071000', '144047.074000', '144047.077000', '144047.080000', '144047.082000', '144047.085000', '144047.088000', '144047.091000', '144106.963000', '144106.966000', '144106.969000', '144106.972000', '144106.974000', '144106.977000', '144106.980000', '144106.983000', '144106.986000', '144106.989000', '144106.992000', '144106.994000', '144106.997000', '144107.001000', '144107.004000', '144107.007000', '144107.010000', '144107.013000', '144107.015000', '144107.018000', '144107.021000', '144107.024000', '144107.027000', '144107.030000', '144107.041000', '144107.044000', '144107.047000', '144107.050000', '144107.053000', '144107.056000', '144107.058000', '144107.061000', '144107.064000', '144107.067000', '144107.070000', '144107.073000', '144107.076000', '144107.078000', '144107.081000', '144107.084000', '144107.087000', '144107.090000', '144107.093000', '144126.963000', '144126.966000', '144126.969000', '144126.971000', '144126.982000', '144126.985000', '144126.988000', '144126.990000', '144126.994000', '144126.996000', '144127.000000', '144127.003000', '144127.006000', '144127.009000', '144127.019000', '144127.022000', '144127.025000', '144127.028000', '144127.031000', '144127.034000', '144127.036000', '144127.039000', '144127.042000', '144127.045000', '144127.048000', '144127.051000', '144127.054000', '144127.065000', '144127.068000', '144127.071000', '144127.074000', '144127.076000', '144127.079000', '144127.082000', '144127.085000', '144127.088000', '144127.091000', '144127.093000', '144127.096000', '144127.099000', '144127.102000', '144127.105000', '144127.108000', '144127.110000', '144146.963000', '144146.966000', '144146.969000', '144146.972000', '144146.974000', '144146.977000', '144146.980000', '144146.983000', '144146.986000', '144146.989000', '144146.992000', '144146.994000', '144146.997000', '144147.001000', '144147.004000', '144147.007000', '144147.010000', '144147.013000', '144147.016000', '144147.018000', '144147.021000', '144147.024000', '144147.027000', '144147.030000', '144147.033000', '144147.035000', '144147.038000', '144147.041000', '144147.044000', '144147.047000', '144147.050000', '144147.053000', '144147.056000', '144147.059000', '144147.062000', '144147.078000', '144147.081000', '144147.084000', '144147.087000', '144147.089000', '144147.092000', '144147.095000', '144147.098000', '144206.962000', '144206.965000', '144206.968000', '144206.971000', '144206.973000', '144206.976000', '144206.979000', '144206.982000', '144206.989000', '144206.992000', '144206.995000', '144206.998000', '144207.001000', '144207.004000', '144207.007000', '144207.010000', '144207.013000', '144207.016000', '144207.018000', '144207.021000', '144207.024000', '144207.027000', '144207.030000', '144207.033000', '144207.036000', '144207.039000', '144207.041000', '144207.044000', '144207.047000', '144207.050000', '144207.053000', '144207.056000', '144207.059000', '144207.061000', '144207.064000', '144207.067000', '144207.070000', '144207.073000', '144207.076000', '144207.079000', '144207.082000', '144207.084000', '144207.087000', '144207.090000', '144226.962000', '144226.965000', '144226.968000', '144226.971000', '144226.974000', '144226.977000', '144226.979000', '144226.982000', '144226.985000', '144226.988000', '144226.991000', '144226.994000', '144226.996000', '144227.000000', '144227.003000', '144227.006000', '144227.009000', '144227.012000', '144227.015000', '144227.018000', '144227.020000', '144227.023000', '144227.026000', '144227.029000', '144227.032000', '144227.035000', '144227.038000', '144227.040000', '144227.043000', '144227.046000', '144227.049000', '144227.052000', '144227.055000', '144227.058000', '144227.060000', '144227.063000', '144227.066000', '144227.069000', '144227.073000', '144227.076000', '144227.079000', '144227.082000', '144227.084000', '144246.962000', '144246.965000', '144246.968000', '144246.971000', '144246.973000', '144246.976000', '144246.979000', '144246.982000', '144246.985000', '144246.988000', '144246.991000', '144246.994000', '144247.007000', '144247.009000', '144247.012000', '144247.015000', '144247.018000', '144247.021000', '144247.024000', '144247.027000', '144247.029000', '144247.032000', '144247.036000', '144247.039000', '144247.042000', '144247.045000', '144247.048000', '144247.050000', '144247.053000', '144247.056000', '144247.059000', '144247.062000', '144247.065000', '144247.068000', '144247.070000', '144247.073000', '144247.076000', '144247.079000', '144247.082000', '144247.085000', '144247.087000', '144247.090000', '144247.093000', '144247.096000', '144306.962000', '144306.965000', '144306.968000', '144306.971000', '144306.974000', '144306.977000', '144306.979000', '144306.982000', '144306.985000', '144306.988000', '144306.991000', '144306.994000', '144306.996000', '144307.000000', '144307.003000', '144307.006000', '144307.009000', '144307.012000', '144307.015000', '144307.017000', '144307.020000', '144307.023000', '144307.026000', '144307.029000', '144307.032000', '144307.034000', '144307.037000', '144307.040000', '144307.043000', '144307.046000', '144307.049000', '144307.051000', '144307.056000', '144307.059000', '144307.062000', '144307.065000', '144307.068000', '144307.071000', '144307.073000', '144307.076000', '144307.079000', '144307.082000', '144307.085000', '144326.963000', '144326.967000', '144326.981000', '144326.984000', '144326.987000', '144326.990000', '144326.993000', '144326.996000', '144326.998000', '144327.002000', '144327.005000', '144327.008000', '144327.011000', '144327.014000', '144327.016000', '144327.019000', '144327.022000', '144327.025000', '144327.028000', '144327.031000', '144327.033000', '144327.036000', '144327.039000', '144327.042000', '144327.045000', '144327.048000', '144327.051000', '144327.053000', '144327.056000', '144327.059000', '144327.062000', '144327.065000', '144327.068000', '144327.071000', '144327.074000', '144327.076000', '144327.079000', '144327.082000', '144327.085000', '144327.088000', '144327.090000', '144327.093000', '144327.096000', '144327.099000', '144346.963000', '144346.966000', '144346.969000', '144346.972000', '144346.975000', '144346.978000', '144346.980000', '144346.983000', '144346.986000', '144346.989000', '144346.992000', '144346.995000', '144346.998000', '144347.001000', '144347.004000', '144347.007000', '144347.010000', '144347.013000', '144347.016000', '144347.019000', '144347.021000', '144347.024000', '144347.027000', '144347.030000', '144347.033000', '144347.035000', '144347.038000', '144347.041000', '144347.044000', '144347.047000', '144347.050000', '144347.053000', '144347.056000', '144347.058000', '144347.061000', '144347.064000', '144347.067000', '144347.070000', '144347.073000', '144347.076000', '144347.078000', '144347.081000', '144347.084000', '144406.963000', '144406.988000', '144406.991000', '144406.994000', '144406.997000', '144407.001000', '144407.004000', '144407.007000', '144407.010000', '144407.012000', '144407.015000', '144407.018000', '144407.021000', '144407.024000', '144407.027000', '144407.030000', '144407.032000', '144407.035000', '144407.038000', '144407.041000', '144407.044000', '144407.047000', '144407.049000', '144407.052000', '144407.055000', '144407.058000', '144407.061000', '144407.064000', '144407.067000', '144407.070000', '144407.072000', '144407.075000', '144407.078000', '144407.081000', '144407.084000', '144407.087000', '144407.090000', '144407.093000', '144407.095000', '144407.098000', '144407.101000', '144407.104000', '144407.107000', '144407.110000', '144426.962000', '144426.965000', '144426.968000', '144426.971000', '144426.974000', '144426.977000', '144426.980000', '144426.982000', '144426.985000', '144426.988000', '144426.991000', '144426.994000', '144426.997000', '144427.001000', '144427.004000', '144427.006000', '144427.009000', '144427.012000', '144427.015000', '144427.018000', '144427.021000', '144427.023000', '144427.026000', '144427.029000', '144427.032000', '144427.035000', '144427.038000', '144427.041000', '144427.043000', '144427.046000', '144427.049000', '144427.052000', '144427.055000', '144427.058000', '144427.061000', '144427.064000', '144427.073000', '144427.076000', '144427.079000', '144427.082000', '144427.084000', '144427.087000', '144427.090000', '144446.962000', '144446.965000', '144446.968000', '144446.971000', '144446.974000', '144446.977000', '144446.980000', '144446.983000', '144446.985000', '144446.988000', '144446.991000', '144446.994000', '144446.997000', '144447.012000', '144447.015000', '144447.018000', '144447.021000', '144447.024000', '144447.026000', '144447.029000', '144447.032000', '144447.035000', '144447.038000', '144447.041000', '144447.044000', '144447.046000', '144447.049000', '144447.052000', '144447.055000', '144447.058000', '144447.061000', '144447.064000', '144447.066000', '144447.069000', '144447.072000', '144447.075000', '144447.078000', '144447.081000', '144447.083000', '144447.086000', '144447.089000', '144447.092000', '144447.095000', '144506.962000', '144506.965000', '144506.974000', '144506.977000', '144506.980000', '144506.982000', '144506.985000', '144506.988000', '144506.991000', '144506.994000', '144506.997000', '144507.001000', '144507.003000', '144507.006000', '144507.009000', '144507.012000', '144507.015000', '144507.018000', '144507.025000', '144507.028000', '144507.031000', '144507.034000', '144507.037000', '144507.040000', '144507.042000', '144507.045000', '144507.048000', '144507.051000', '144507.054000', '144507.057000', '144507.060000', '144507.062000', '144507.065000', '144507.068000', '144507.071000', '144507.074000', '144507.076000', '144507.079000', '144507.082000', '144507.085000', '144507.088000', '144507.091000', '144507.094000', '144507.097000', '144526.962000', '144526.965000', '144526.968000', '144526.971000', '144526.974000', '144526.977000', '144526.979000', '144526.982000', '144526.985000', '144526.988000', '144526.991000', '144526.994000', '144526.998000', '144527.002000', '144527.005000', '144527.008000', '144527.010000', '144527.013000', '144527.016000', '144527.019000', '144527.022000', '144527.025000', '144527.028000', '144527.030000', '144527.033000', '144527.036000', '144527.039000', '144527.042000', '144527.045000', '144527.048000', '144527.050000', '144527.053000', '144527.056000', '144527.059000', '144527.062000', '144527.065000', '144527.067000', '144527.070000', '144527.073000', '144527.076000', '144527.079000', '144527.082000', '144527.085000', '144546.963000', '144546.966000', '144546.969000', '144546.972000', '144546.975000', '144546.978000', '144546.980000', '144546.983000', '144546.986000', '144546.989000', '144546.992000', '144546.995000', '144546.997000', '144547.001000', '144547.004000', '144547.007000', '144547.010000', '144547.013000', '144547.016000', '144547.018000', '144547.021000', '144547.024000', '144547.027000', '144547.030000', '144547.033000', '144547.036000', '144547.039000', '144547.041000', '144547.044000', '144547.047000', '144547.050000', '144547.053000', '144547.056000', '144547.059000', '144547.062000', '144547.064000', '144547.067000', '144547.070000', '144547.073000', '144547.076000', '144547.079000', '144547.082000', '144547.085000', '144547.087000', '144606.963000', '144606.966000', '144606.969000', '144606.972000', '144606.975000', '144606.978000', '144606.981000', '144606.984000', '144606.987000', '144606.990000', '144607.007000', '144607.010000', '144607.013000', '144607.015000', '144607.020000', '144607.025000', '144607.029000', '144607.032000', '144607.034000', '144607.037000', '144607.040000', '144607.043000', '144607.046000', '144607.050000', '144607.053000', '144607.056000', '144607.059000', '144607.062000', '144607.065000', '144607.068000', '144607.071000', '144607.074000', '144607.077000', '144607.080000', '144607.083000', '144607.086000', '144607.089000', '144607.092000', '144607.095000', '144607.098000', '144607.101000', '144607.104000', '144607.107000', '144626.963000', '144626.966000', '144626.969000', '144626.972000', '144626.979000', '144626.982000', '144626.985000', '144626.988000', '144626.991000', '144626.994000', '144626.996000', '144627.000000', '144627.003000', '144627.006000', '144627.009000', '144627.012000', '144627.015000', '144627.018000', '144627.020000', '144627.023000', '144627.026000', '144627.029000', '144627.032000', '144627.035000', '144627.038000', '144627.040000', '144627.043000', '144627.046000', '144627.049000', '144627.052000', '144627.055000', '144627.057000', '144627.060000', '144627.063000', '144627.066000', '144627.069000', '144627.072000', '144627.075000', '144627.077000', '144627.080000', '144627.083000', '144627.086000', '144627.089000', '144627.092000', '144646.962000', '144646.965000', '144646.968000', '144646.971000', '144646.974000', '144646.977000', '144646.980000', '144646.982000', '144646.985000', '144646.988000', '144646.991000', '144646.994000', '144646.997000', '144647.000000', '144647.003000', '144647.006000', '144647.009000', '144647.012000', '144647.015000', '144647.018000', '144647.021000', '144647.024000', '144647.027000', '144647.030000', '144647.033000', '144647.036000', '144647.038000', '144647.041000', '144647.044000', '144647.047000', '144647.050000', '144647.053000', '144647.056000', '144647.058000', '144647.061000', '144647.064000', '144647.067000', '144647.070000', '144647.073000', '144647.075000', '144647.078000', '144647.081000', '144647.084000', '144706.962000', '144706.965000', '144706.968000', '144706.971000', '144706.974000', '144706.977000', '144706.979000', '144706.982000', '144706.985000', '144706.988000', '144706.991000', '144706.994000', '144706.997000', '144707.001000', '144707.004000', '144707.007000', '144707.010000', '144707.013000', '144707.015000', '144707.018000', '144707.021000', '144707.024000', '144707.027000', '144707.030000', '144707.033000', '144707.036000', '144707.038000', '144707.042000', '144707.044000', '144707.047000', '144707.050000', '144707.053000', '144707.056000', '144707.059000', '144707.061000', '144707.064000', '144707.067000', '144707.070000', '144707.073000', '144707.076000', '144707.079000', '144707.082000', '144707.084000', '144707.087000', '144726.962000', '144726.965000', '144726.968000', '144726.971000', '144726.974000', '144726.977000', '144726.980000', '144726.983000', '144726.986000', '144726.989000', '144726.992000', '144726.995000', '144726.998000', '144727.002000', '144727.005000', '144727.007000', '144727.010000', '144727.013000', '144727.016000', '144727.019000', '144727.022000', '144727.025000', '144727.028000', '144727.030000', '144727.033000', '144727.036000', '144727.039000', '144727.042000', '144727.045000', '144727.048000', '144727.051000', '144727.054000', '144727.057000', '144727.060000', '144727.063000', '144727.066000', '144727.069000', '144727.071000', '144727.074000', '144727.077000', '144727.080000', '144727.083000', '144727.086000', '144746.962000', '144746.965000', '144746.968000', '144746.971000', '144746.974000', '144746.976000', '144746.980000', '144746.982000', '144746.985000', '144746.988000', '144746.991000', '144746.994000', '144746.997000', '144747.001000', '144747.004000', '144747.007000', '144747.009000', '144747.012000', '144747.015000', '144747.018000', '144747.021000', '144747.024000', '144747.027000', '144747.030000', '144747.032000', '144747.035000', '144747.038000', '144747.041000', '144747.044000', '144747.047000', '144747.050000', '144747.052000', '144747.055000', '144747.058000', '144747.061000', '144747.064000', '144747.067000', '144747.070000', '144747.072000', '144747.075000', '144747.078000', '144747.081000', '144747.084000', '144747.087000', '144806.963000', '144806.966000', '144806.969000', '144806.972000', '144806.975000', '144806.978000', '144806.981000', '144806.983000', '144806.986000', '144806.989000', '144806.992000', '144806.995000', '144806.998000', '144807.002000', '144807.005000', '144807.007000', '144807.010000', '144807.013000', '144807.016000', '144807.019000', '144807.022000', '144807.025000', '144807.027000', '144807.030000', '144807.033000', '144807.036000', '144807.039000', '144807.042000', '144807.045000', '144807.047000', '144807.050000', '144807.053000', '144807.056000', '144807.060000', '144807.063000', '144807.067000', '144807.070000', '144807.072000', '144807.075000', '144807.078000', '144807.081000', '144807.084000', '144807.087000', '144826.963000', '144826.966000', '144826.969000', '144826.972000', '144826.975000', '144826.978000', '144826.981000', '144826.983000', '144826.986000', '144826.989000', '144826.992000', '144826.995000', '144826.998000', '144827.002000', '144827.005000', '144827.007000', '144827.010000', '144827.013000', '144827.019000', '144827.022000', '144827.025000', '144827.028000', '144827.031000', '144827.034000', '144827.036000', '144827.039000', '144827.042000', '144827.045000', '144827.048000', '144827.051000', '144827.054000', '144827.056000', '144827.072000', '144827.075000', '144827.078000', '144827.081000', '144827.084000', '144827.087000', '144827.089000', '144827.092000', '144827.095000', '144827.098000', '144827.101000', '144827.104000', '144846.963000', '144846.966000', '144846.969000', '144846.972000', '144846.975000', '144846.978000', '144846.981000', '144846.984000', '144846.986000', '144846.989000', '144846.992000', '144846.995000', '144846.998000', '144847.002000', '144847.005000', '144847.008000', '144847.010000', '144847.013000', '144847.016000', '144847.019000', '144847.023000', '144847.026000', '144847.029000', '144847.032000', '144847.035000', '144847.037000', '144847.040000', '144847.043000', '144847.046000', '144847.049000', '144847.052000', '144847.055000', '144847.058000', '144847.060000', '144847.063000', '144847.066000', '144847.069000', '144847.072000', '144847.075000', '144847.078000', '144847.081000', '144847.084000', '144847.087000', '144906.962000', '144906.965000', '144906.968000', '144906.971000', '144906.974000', '144906.977000', '144906.980000', '144906.982000', '144906.985000', '144906.988000', '144906.991000', '144906.994000', '144906.997000', '144907.001000', '144907.004000', '144907.006000', '144907.009000', '144907.012000', '144907.015000', '144907.018000', '144907.021000', '144907.023000', '144907.034000', '144907.037000', '144907.040000', '144907.042000', '144907.045000', '144907.048000', '144907.051000', '144907.054000', '144907.057000', '144907.059000', '144907.062000', '144907.065000', '144907.068000', '144907.071000', '144907.074000', '144907.077000', '144907.079000', '144907.082000', '144907.085000', '144907.088000', '144907.091000', '144907.094000', '144926.962000', '144926.965000', '144926.968000', '144926.971000', '144926.974000', '144926.977000', '144926.980000', '144926.982000', '144926.985000', '144926.988000', '144926.991000', '144926.994000', '144926.997000', '144927.001000', '144927.004000', '144927.006000', '144927.009000', '144927.012000', '144927.015000', '144927.018000', '144927.021000', '144927.024000', '144927.033000', '144927.036000', '144927.038000', '144927.041000', '144927.044000', '144927.047000', '144927.050000', '144927.053000', '144927.056000', '144927.059000', '144927.061000', '144927.064000', '144927.067000', '144927.070000', '144927.073000', '144927.076000', '144927.079000', '144927.081000', '144927.084000', '144927.087000', '144927.090000', '144946.978000', '144946.981000', '144946.983000', '144946.987000', '144946.989000', '144946.992000', '144946.995000', '144946.998000', '144947.002000', '144947.004000', '144947.007000', '144947.010000', '144947.013000', '144947.016000', '144947.019000', '144947.022000', '144947.025000', '144947.028000', '144947.030000', '144947.033000', '144947.036000', '144947.039000', '144947.042000', '144947.045000', '144947.047000', '144947.050000', '144947.053000', '144947.056000', '144947.059000', '144947.062000', '144947.065000', '144947.068000', '144947.071000', '144947.074000', '144947.077000', '144947.079000', '144947.082000', '144947.085000', '144947.088000', '144947.091000', '144947.094000', '144947.096000', '144947.099000', '144947.102000', '145006.962000', '145006.965000', '145006.974000', '145006.977000', '145006.979000', '145006.982000', '145006.985000', '145006.988000', '145006.991000', '145006.994000', '145006.997000', '145007.000000', '145007.003000', '145007.006000', '145007.009000', '145007.012000', '145007.015000', '145007.018000', '145007.020000', '145007.023000', '145007.026000', '145007.029000', '145007.032000', '145007.035000', '145007.037000', '145007.040000', '145007.043000', '145007.046000', '145007.049000', '145007.052000', '145007.055000', '145007.058000', '145007.062000', '145007.065000', '145007.067000', '145007.070000', '145007.073000', '145007.076000', '145007.079000', '145007.082000', '145007.084000', '145007.087000', '145007.090000', '145026.963000', '145026.966000', '145026.969000', '145026.972000', '145026.975000', '145026.978000', '145026.989000', '145026.992000', '145027.002000', '145027.005000', '145027.008000', '145027.011000', '145027.014000', '145027.017000', '145027.020000', '145027.023000', '145027.026000', '145027.028000', '145027.031000', '145027.034000', '145027.037000', '145027.040000', '145027.043000', '145027.046000', '145027.048000', '145027.051000', '145027.054000', '145027.057000', '145027.060000', '145027.063000', '145027.066000', '145027.069000', '145027.071000', '145027.074000', '145027.077000', '145027.080000', '145027.083000', '145027.086000', '145027.089000', '145027.091000', '145027.094000', '145027.097000', '145027.100000', '145027.103000', '145046.963000', '145046.966000', '145046.969000', '145046.972000', '145046.983000', '145046.986000', '145046.988000', '145046.991000', '145046.994000', '145046.997000', '145047.001000', '145047.004000', '145047.007000', '145047.010000', '145047.012000', '145047.015000', '145047.018000', '145047.021000', '145047.024000', '145047.027000', '145047.030000', '145047.033000', '145047.035000', '145047.038000', '145047.041000', '145047.044000', '145047.055000', '145047.058000', '145047.061000', '145047.064000', '145047.067000', '145047.070000', '145047.073000', '145047.075000', '145047.078000', '145047.081000', '145047.084000', '145047.087000', '145047.090000', '145047.093000', '145047.096000', '145047.098000', '145047.101000', '145106.963000', '145106.966000', '145106.969000', '145106.972000', '145106.975000', '145106.978000', '145106.981000', '145106.984000', '145106.986000', '145106.989000', '145106.992000', '145106.995000', '145106.998000', '145107.002000', '145107.005000', '145107.007000', '145107.010000', '145107.013000', '145107.016000', '145107.019000', '145107.022000', '145107.025000', '145107.027000', '145107.030000', '145107.033000', '145107.036000', '145107.039000', '145107.042000', '145107.045000', '145107.047000', '145107.050000', '145107.053000', '145107.056000', '145107.059000', '145107.062000', '145107.065000', '145107.067000', '145107.070000', '145107.073000', '145107.076000', '145107.079000', '145107.082000', '145107.085000', '145107.087000', '145126.962000', '145126.965000', '145126.968000', '145126.971000', '145126.974000', '145126.977000', '145126.979000', '145126.982000', '145126.985000', '145126.988000', '145126.991000', '145126.994000', '145126.997000', '145127.001000', '145127.003000', '145127.006000', '145127.009000', '145127.012000', '145127.015000', '145127.018000', '145127.021000', '145127.023000', '145127.026000', '145127.029000', '145127.032000', '145127.035000', '145127.038000', '145127.041000', '145127.044000', '145127.046000', '145127.049000', '145127.052000', '145127.055000', '145127.058000', '145127.061000', '145127.064000', '145127.067000', '145127.069000', '145127.072000', '145127.075000', '145127.078000', '145127.081000', '145127.084000', '145137.378000', '145137.381000', '145137.389000', '145137.392000', '145137.395000', '145137.398000', '145137.412000', '145137.415000', '145137.417000', '145137.420000', '145137.423000', '145137.426000', '145137.429000', '145137.432000', '145137.435000', '145137.438000', '145137.441000', '145137.444000', '145137.447000', '145137.454000', '145137.457000', '145137.460000', '145137.463000'], 'InstanceCreationTime': ['143747.002000', '143747.006000', '143747.009000', '143747.012000', '143747.015000', '143747.018000', '143747.021000', '143747.024000', '143747.027000', '143747.030000', '143747.032000', '143747.035000', '143747.038000', '143747.041000', '143747.044000', '143747.047000', '143747.050000', '143747.052000', '143747.055000', '143747.058000', '143747.061000', '143747.064000', '143747.068000', '143747.071000', '143747.074000', '143747.077000', '143747.079000', '143747.082000', '143747.085000', '143747.088000', '143747.091000', '143747.094000', '143747.096000', '143747.099000', '143747.102000', '143747.105000', '143747.108000', '143747.111000', '143747.114000', '143747.116000', '143747.119000', '143747.122000', '143747.125000', '143747.128000', '143747.130000', '143747.133000', '143747.136000', '143747.139000', '143747.142000', '143747.145000', '143747.147000', '143747.150000', '143747.153000', '143806.962000', '143806.965000', '143806.968000', '143806.971000', '143806.974000', '143806.977000', '143806.980000', '143806.982000', '143806.985000', '143806.988000', '143806.991000', '143806.994000', '143806.996000', '143807.000000', '143807.003000', '143807.010000', '143807.013000', '143807.016000', '143807.019000', '143807.022000', '143807.024000', '143807.027000', '143807.030000', '143807.033000', '143807.036000', '143807.039000', '143807.041000', '143807.044000', '143807.047000', '143807.050000', '143807.053000', '143807.055000', '143807.058000', '143807.061000', '143807.064000', '143807.067000', '143807.069000', '143807.072000', '143807.075000', '143807.078000', '143807.081000', '143807.083000', '143807.086000', '143807.089000', '143826.962000', '143826.965000', '143826.968000', '143826.971000', '143826.974000', '143826.984000', '143826.986000', '143826.989000', '143826.992000', '143826.995000', '143826.998000', '143827.002000', '143827.004000', '143827.007000', '143827.010000', '143827.013000', '143827.016000', '143827.019000', '143827.022000', '143827.025000', '143827.028000', '143827.031000', '143827.033000', '143827.036000', '143827.039000', '143827.042000', '143827.045000', '143827.048000', '143827.050000', '143827.053000', '143827.056000', '143827.059000', '143827.062000', '143827.065000', '143827.067000', '143827.070000', '143827.073000', '143827.076000', '143827.079000', '143827.081000', '143827.084000', '143827.087000', '143827.090000', '143846.963000', '143846.966000', '143846.969000', '143846.972000', '143846.975000', '143846.977000', '143846.980000', '143846.983000', '143846.986000', '143846.989000', '143846.992000', '143846.994000', '143846.997000', '143847.001000', '143847.004000', '143847.018000', '143847.021000', '143847.023000', '143847.026000', '143847.035000', '143847.038000', '143847.041000', '143847.044000', '143847.046000', '143847.049000', '143847.052000', '143847.055000', '143847.058000', '143847.061000', '143847.064000', '143847.066000', '143847.069000', '143847.072000', '143847.075000', '143847.078000', '143847.081000', '143847.083000', '143847.086000', '143847.089000', '143847.092000', '143847.095000', '143847.098000', '143847.110000', '143847.113000', '143906.963000', '143906.966000', '143906.969000', '143906.972000', '143906.975000', '143906.977000', '143906.980000', '143906.983000', '143906.986000', '143906.989000', '143906.992000', '143906.995000', '143906.998000', '143907.002000', '143907.005000', '143907.008000', '143907.010000', '143907.013000', '143907.016000', '143907.019000', '143907.022000', '143907.025000', '143907.027000', '143907.030000', '143907.033000', '143907.036000', '143907.039000', '143907.054000', '143907.057000', '143907.060000', '143907.063000', '143907.066000', '143907.069000', '143907.071000', '143907.074000', '143907.077000', '143907.080000', '143907.083000', '143907.086000', '143907.088000', '143907.091000', '143907.094000', '143907.097000', '143926.963000', '143926.966000', '143926.969000', '143926.972000', '143926.974000', '143926.977000', '143926.980000', '143926.983000', '143926.986000', '143926.989000', '143926.991000', '143926.994000', '143926.997000', '143927.001000', '143927.004000', '143927.007000', '143927.010000', '143927.013000', '143927.016000', '143927.018000', '143927.021000', '143927.030000', '143927.033000', '143927.036000', '143927.038000', '143927.041000', '143927.044000', '143927.047000', '143927.050000', '143927.053000', '143927.056000', '143927.058000', '143927.061000', '143927.064000', '143927.067000', '143927.070000', '143927.073000', '143927.075000', '143927.078000', '143927.081000', '143927.084000', '143927.087000', '143927.090000', '143927.093000', '143946.962000', '143946.965000', '143946.968000', '143946.971000', '143946.973000', '143946.976000', '143946.979000', '143946.982000', '143946.985000', '143946.988000', '143946.991000', '143946.994000', '143946.998000', '143947.002000', '143947.005000', '143947.007000', '143947.010000', '143947.013000', '143947.016000', '143947.019000', '143947.022000', '143947.025000', '143947.027000', '143947.030000', '143947.033000', '143947.036000', '143947.039000', '143947.042000', '143947.045000', '143947.048000', '143947.051000', '143947.053000', '143947.056000', '143947.059000', '143947.062000', '143947.065000', '143947.070000', '143947.073000', '143947.076000', '143947.079000', '143947.082000', '143947.085000', '143947.087000', '144006.962000', '144006.965000', '144006.968000', '144006.971000', '144006.974000', '144006.976000', '144006.979000', '144006.982000', '144006.985000', '144006.988000', '144007.001000', '144007.004000', '144007.006000', '144007.009000', '144007.012000', '144007.015000', '144007.018000', '144007.021000', '144007.024000', '144007.027000', '144007.029000', '144007.032000', '144007.035000', '144007.038000', '144007.041000', '144007.044000', '144007.047000', '144007.049000', '144007.052000', '144007.055000', '144007.058000', '144007.061000', '144007.064000', '144007.067000', '144007.070000', '144007.072000', '144007.075000', '144007.078000', '144007.081000', '144007.084000', '144007.087000', '144007.089000', '144007.092000', '144007.095000', '144026.962000', '144026.965000', '144026.968000', '144026.971000', '144026.974000', '144026.976000', '144026.979000', '144026.982000', '144026.985000', '144026.988000', '144027.001000', '144027.004000', '144027.007000', '144027.010000', '144027.013000', '144027.015000', '144027.018000', '144027.021000', '144027.024000', '144027.027000', '144027.030000', '144027.032000', '144027.035000', '144027.038000', '144027.041000', '144027.044000', '144027.047000', '144027.049000', '144027.052000', '144027.055000', '144027.058000', '144027.061000', '144027.064000', '144027.067000', '144027.072000', '144027.075000', '144027.078000', '144027.081000', '144027.084000', '144027.086000', '144027.089000', '144027.092000', '144027.095000', '144046.962000', '144046.965000', '144046.968000', '144046.971000', '144046.973000', '144046.982000', '144046.985000', '144046.987000', '144046.990000', '144046.993000', '144046.996000', '144047.000000', '144047.003000', '144047.006000', '144047.008000', '144047.011000', '144047.014000', '144047.017000', '144047.020000', '144047.023000', '144047.025000', '144047.028000', '144047.031000', '144047.034000', '144047.037000', '144047.040000', '144047.043000', '144047.046000', '144047.048000', '144047.051000', '144047.054000', '144047.057000', '144047.060000', '144047.063000', '144047.065000', '144047.068000', '144047.071000', '144047.074000', '144047.077000', '144047.080000', '144047.082000', '144047.085000', '144047.088000', '144047.091000', '144106.963000', '144106.966000', '144106.969000', '144106.972000', '144106.974000', '144106.977000', '144106.980000', '144106.983000', '144106.986000', '144106.989000', '144106.992000', '144106.994000', '144106.997000', '144107.001000', '144107.004000', '144107.007000', '144107.010000', '144107.013000', '144107.015000', '144107.018000', '144107.021000', '144107.024000', '144107.027000', '144107.030000', '144107.041000', '144107.044000', '144107.047000', '144107.050000', '144107.053000', '144107.056000', '144107.058000', '144107.061000', '144107.064000', '144107.067000', '144107.070000', '144107.073000', '144107.076000', '144107.078000', '144107.081000', '144107.084000', '144107.087000', '144107.090000', '144107.093000', '144126.963000', '144126.966000', '144126.969000', '144126.971000', '144126.982000', '144126.985000', '144126.988000', '144126.990000', '144126.994000', '144126.996000', '144127.000000', '144127.003000', '144127.006000', '144127.009000', '144127.019000', '144127.022000', '144127.025000', '144127.028000', '144127.031000', '144127.034000', '144127.036000', '144127.039000', '144127.042000', '144127.045000', '144127.048000', '144127.051000', '144127.054000', '144127.065000', '144127.068000', '144127.071000', '144127.074000', '144127.076000', '144127.079000', '144127.082000', '144127.085000', '144127.088000', '144127.091000', '144127.093000', '144127.096000', '144127.099000', '144127.102000', '144127.105000', '144127.108000', '144127.110000', '144146.963000', '144146.966000', '144146.969000', '144146.972000', '144146.974000', '144146.977000', '144146.980000', '144146.983000', '144146.986000', '144146.989000', '144146.992000', '144146.994000', '144146.997000', '144147.001000', '144147.004000', '144147.007000', '144147.010000', '144147.013000', '144147.016000', '144147.018000', '144147.021000', '144147.024000', '144147.027000', '144147.030000', '144147.033000', '144147.035000', '144147.038000', '144147.041000', '144147.044000', '144147.047000', '144147.050000', '144147.053000', '144147.056000', '144147.059000', '144147.062000', '144147.078000', '144147.081000', '144147.084000', '144147.087000', '144147.089000', '144147.092000', '144147.095000', '144147.098000', '144206.962000', '144206.965000', '144206.968000', '144206.971000', '144206.973000', '144206.976000', '144206.979000', '144206.982000', '144206.989000', '144206.992000', '144206.995000', '144206.998000', '144207.001000', '144207.004000', '144207.007000', '144207.010000', '144207.013000', '144207.016000', '144207.018000', '144207.021000', '144207.024000', '144207.027000', '144207.030000', '144207.033000', '144207.036000', '144207.039000', '144207.041000', '144207.044000', '144207.047000', '144207.050000', '144207.053000', '144207.056000', '144207.059000', '144207.061000', '144207.064000', '144207.067000', '144207.070000', '144207.073000', '144207.076000', '144207.079000', '144207.082000', '144207.084000', '144207.087000', '144207.090000', '144226.962000', '144226.965000', '144226.968000', '144226.971000', '144226.974000', '144226.977000', '144226.979000', '144226.982000', '144226.985000', '144226.988000', '144226.991000', '144226.994000', '144226.996000', '144227.000000', '144227.003000', '144227.006000', '144227.009000', '144227.012000', '144227.015000', '144227.018000', '144227.020000', '144227.023000', '144227.026000', '144227.029000', '144227.032000', '144227.035000', '144227.038000', '144227.040000', '144227.043000', '144227.046000', '144227.049000', '144227.052000', '144227.055000', '144227.058000', '144227.060000', '144227.063000', '144227.066000', '144227.069000', '144227.073000', '144227.076000', '144227.079000', '144227.082000', '144227.084000', '144246.962000', '144246.965000', '144246.968000', '144246.971000', '144246.973000', '144246.976000', '144246.979000', '144246.982000', '144246.985000', '144246.988000', '144246.991000', '144246.994000', '144247.007000', '144247.009000', '144247.012000', '144247.015000', '144247.018000', '144247.021000', '144247.024000', '144247.027000', '144247.029000', '144247.032000', '144247.036000', '144247.039000', '144247.042000', '144247.045000', '144247.048000', '144247.050000', '144247.053000', '144247.056000', '144247.059000', '144247.062000', '144247.065000', '144247.068000', '144247.070000', '144247.073000', '144247.076000', '144247.079000', '144247.082000', '144247.085000', '144247.087000', '144247.090000', '144247.093000', '144247.096000', '144306.962000', '144306.965000', '144306.968000', '144306.971000', '144306.974000', '144306.977000', '144306.979000', '144306.982000', '144306.985000', '144306.988000', '144306.991000', '144306.994000', '144306.996000', '144307.000000', '144307.003000', '144307.006000', '144307.009000', '144307.012000', '144307.015000', '144307.017000', '144307.020000', '144307.023000', '144307.026000', '144307.029000', '144307.032000', '144307.034000', '144307.037000', '144307.040000', '144307.043000', '144307.046000', '144307.049000', '144307.051000', '144307.056000', '144307.059000', '144307.062000', '144307.065000', '144307.068000', '144307.071000', '144307.073000', '144307.076000', '144307.079000', '144307.082000', '144307.085000', '144326.963000', '144326.967000', '144326.981000', '144326.984000', '144326.987000', '144326.990000', '144326.993000', '144326.996000', '144326.998000', '144327.002000', '144327.005000', '144327.008000', '144327.011000', '144327.014000', '144327.016000', '144327.019000', '144327.022000', '144327.025000', '144327.028000', '144327.031000', '144327.033000', '144327.036000', '144327.039000', '144327.042000', '144327.045000', '144327.048000', '144327.051000', '144327.053000', '144327.056000', '144327.059000', '144327.062000', '144327.065000', '144327.068000', '144327.071000', '144327.074000', '144327.076000', '144327.079000', '144327.082000', '144327.085000', '144327.088000', '144327.090000', '144327.093000', '144327.096000', '144327.099000', '144346.963000', '144346.966000', '144346.969000', '144346.972000', '144346.975000', '144346.978000', '144346.980000', '144346.983000', '144346.986000', '144346.989000', '144346.992000', '144346.995000', '144346.998000', '144347.001000', '144347.004000', '144347.007000', '144347.010000', '144347.013000', '144347.016000', '144347.019000', '144347.021000', '144347.024000', '144347.027000', '144347.030000', '144347.033000', '144347.035000', '144347.038000', '144347.041000', '144347.044000', '144347.047000', '144347.050000', '144347.053000', '144347.056000', '144347.058000', '144347.061000', '144347.064000', '144347.067000', '144347.070000', '144347.073000', '144347.076000', '144347.078000', '144347.081000', '144347.084000', '144406.963000', '144406.988000', '144406.991000', '144406.994000', '144406.997000', '144407.001000', '144407.004000', '144407.007000', '144407.010000', '144407.012000', '144407.015000', '144407.018000', '144407.021000', '144407.024000', '144407.027000', '144407.030000', '144407.032000', '144407.035000', '144407.038000', '144407.041000', '144407.044000', '144407.047000', '144407.049000', '144407.052000', '144407.055000', '144407.058000', '144407.061000', '144407.064000', '144407.067000', '144407.070000', '144407.072000', '144407.075000', '144407.078000', '144407.081000', '144407.084000', '144407.087000', '144407.090000', '144407.093000', '144407.095000', '144407.098000', '144407.101000', '144407.104000', '144407.107000', '144407.110000', '144426.962000', '144426.965000', '144426.968000', '144426.971000', '144426.974000', '144426.977000', '144426.980000', '144426.982000', '144426.985000', '144426.988000', '144426.991000', '144426.994000', '144426.997000', '144427.001000', '144427.004000', '144427.006000', '144427.009000', '144427.012000', '144427.015000', '144427.018000', '144427.021000', '144427.023000', '144427.026000', '144427.029000', '144427.032000', '144427.035000', '144427.038000', '144427.041000', '144427.043000', '144427.046000', '144427.049000', '144427.052000', '144427.055000', '144427.058000', '144427.061000', '144427.064000', '144427.073000', '144427.076000', '144427.079000', '144427.082000', '144427.084000', '144427.087000', '144427.090000', '144446.962000', '144446.965000', '144446.968000', '144446.971000', '144446.974000', '144446.977000', '144446.980000', '144446.983000', '144446.985000', '144446.988000', '144446.991000', '144446.994000', '144446.997000', '144447.012000', '144447.015000', '144447.018000', '144447.021000', '144447.024000', '144447.026000', '144447.029000', '144447.032000', '144447.035000', '144447.038000', '144447.041000', '144447.044000', '144447.046000', '144447.049000', '144447.052000', '144447.055000', '144447.058000', '144447.061000', '144447.064000', '144447.066000', '144447.069000', '144447.072000', '144447.075000', '144447.078000', '144447.081000', '144447.083000', '144447.086000', '144447.089000', '144447.092000', '144447.095000', '144506.962000', '144506.965000', '144506.974000', '144506.977000', '144506.980000', '144506.982000', '144506.985000', '144506.988000', '144506.991000', '144506.994000', '144506.997000', '144507.001000', '144507.003000', '144507.006000', '144507.009000', '144507.012000', '144507.015000', '144507.018000', '144507.025000', '144507.028000', '144507.031000', '144507.034000', '144507.037000', '144507.040000', '144507.042000', '144507.045000', '144507.048000', '144507.051000', '144507.054000', '144507.057000', '144507.060000', '144507.062000', '144507.065000', '144507.068000', '144507.071000', '144507.074000', '144507.076000', '144507.079000', '144507.082000', '144507.085000', '144507.088000', '144507.091000', '144507.094000', '144507.097000', '144526.962000', '144526.965000', '144526.968000', '144526.971000', '144526.974000', '144526.977000', '144526.979000', '144526.982000', '144526.985000', '144526.988000', '144526.991000', '144526.994000', '144526.998000', '144527.002000', '144527.005000', '144527.008000', '144527.010000', '144527.013000', '144527.016000', '144527.019000', '144527.022000', '144527.025000', '144527.028000', '144527.030000', '144527.033000', '144527.036000', '144527.039000', '144527.042000', '144527.045000', '144527.048000', '144527.050000', '144527.053000', '144527.056000', '144527.059000', '144527.062000', '144527.065000', '144527.067000', '144527.070000', '144527.073000', '144527.076000', '144527.079000', '144527.082000', '144527.085000', '144546.963000', '144546.966000', '144546.969000', '144546.972000', '144546.975000', '144546.978000', '144546.980000', '144546.983000', '144546.986000', '144546.989000', '144546.992000', '144546.995000', '144546.997000', '144547.001000', '144547.004000', '144547.007000', '144547.010000', '144547.013000', '144547.016000', '144547.018000', '144547.021000', '144547.024000', '144547.027000', '144547.030000', '144547.033000', '144547.036000', '144547.039000', '144547.041000', '144547.044000', '144547.047000', '144547.050000', '144547.053000', '144547.056000', '144547.059000', '144547.062000', '144547.064000', '144547.067000', '144547.070000', '144547.073000', '144547.076000', '144547.079000', '144547.082000', '144547.085000', '144547.087000', '144606.963000', '144606.966000', '144606.969000', '144606.972000', '144606.975000', '144606.978000', '144606.981000', '144606.984000', '144606.987000', '144606.990000', '144607.007000', '144607.010000', '144607.013000', '144607.015000', '144607.020000', '144607.025000', '144607.029000', '144607.032000', '144607.034000', '144607.037000', '144607.040000', '144607.043000', '144607.046000', '144607.050000', '144607.053000', '144607.056000', '144607.059000', '144607.062000', '144607.065000', '144607.068000', '144607.071000', '144607.074000', '144607.077000', '144607.080000', '144607.083000', '144607.086000', '144607.089000', '144607.092000', '144607.095000', '144607.098000', '144607.101000', '144607.104000', '144607.107000', '144626.963000', '144626.966000', '144626.969000', '144626.972000', '144626.979000', '144626.982000', '144626.985000', '144626.988000', '144626.991000', '144626.994000', '144626.996000', '144627.000000', '144627.003000', '144627.006000', '144627.009000', '144627.012000', '144627.015000', '144627.018000', '144627.020000', '144627.023000', '144627.026000', '144627.029000', '144627.032000', '144627.035000', '144627.038000', '144627.040000', '144627.043000', '144627.046000', '144627.049000', '144627.052000', '144627.055000', '144627.057000', '144627.060000', '144627.063000', '144627.066000', '144627.069000', '144627.072000', '144627.075000', '144627.077000', '144627.080000', '144627.083000', '144627.086000', '144627.089000', '144627.092000', '144646.962000', '144646.965000', '144646.968000', '144646.971000', '144646.974000', '144646.977000', '144646.980000', '144646.982000', '144646.985000', '144646.988000', '144646.991000', '144646.994000', '144646.997000', '144647.000000', '144647.003000', '144647.006000', '144647.009000', '144647.012000', '144647.015000', '144647.018000', '144647.021000', '144647.024000', '144647.027000', '144647.030000', '144647.033000', '144647.036000', '144647.038000', '144647.041000', '144647.044000', '144647.047000', '144647.050000', '144647.053000', '144647.056000', '144647.058000', '144647.061000', '144647.064000', '144647.067000', '144647.070000', '144647.073000', '144647.075000', '144647.078000', '144647.081000', '144647.084000', '144706.962000', '144706.965000', '144706.968000', '144706.971000', '144706.974000', '144706.977000', '144706.979000', '144706.982000', '144706.985000', '144706.988000', '144706.991000', '144706.994000', '144706.997000', '144707.001000', '144707.004000', '144707.007000', '144707.010000', '144707.013000', '144707.015000', '144707.018000', '144707.021000', '144707.024000', '144707.027000', '144707.030000', '144707.033000', '144707.036000', '144707.038000', '144707.042000', '144707.044000', '144707.047000', '144707.050000', '144707.053000', '144707.056000', '144707.059000', '144707.061000', '144707.064000', '144707.067000', '144707.070000', '144707.073000', '144707.076000', '144707.079000', '144707.082000', '144707.084000', '144707.087000', '144726.962000', '144726.965000', '144726.968000', '144726.971000', '144726.974000', '144726.977000', '144726.980000', '144726.983000', '144726.986000', '144726.989000', '144726.992000', '144726.995000', '144726.998000', '144727.002000', '144727.005000', '144727.007000', '144727.010000', '144727.013000', '144727.016000', '144727.019000', '144727.022000', '144727.025000', '144727.028000', '144727.030000', '144727.033000', '144727.036000', '144727.039000', '144727.042000', '144727.045000', '144727.048000', '144727.051000', '144727.054000', '144727.057000', '144727.060000', '144727.063000', '144727.066000', '144727.069000', '144727.071000', '144727.074000', '144727.077000', '144727.080000', '144727.083000', '144727.086000', '144746.962000', '144746.965000', '144746.968000', '144746.971000', '144746.974000', '144746.976000', '144746.980000', '144746.982000', '144746.985000', '144746.988000', '144746.991000', '144746.994000', '144746.997000', '144747.001000', '144747.004000', '144747.007000', '144747.009000', '144747.012000', '144747.015000', '144747.018000', '144747.021000', '144747.024000', '144747.027000', '144747.030000', '144747.032000', '144747.035000', '144747.038000', '144747.041000', '144747.044000', '144747.047000', '144747.050000', '144747.052000', '144747.055000', '144747.058000', '144747.061000', '144747.064000', '144747.067000', '144747.070000', '144747.072000', '144747.075000', '144747.078000', '144747.081000', '144747.084000', '144747.087000', '144806.963000', '144806.966000', '144806.969000', '144806.972000', '144806.975000', '144806.978000', '144806.981000', '144806.983000', '144806.986000', '144806.989000', '144806.992000', '144806.995000', '144806.998000', '144807.002000', '144807.005000', '144807.007000', '144807.010000', '144807.013000', '144807.016000', '144807.019000', '144807.022000', '144807.025000', '144807.027000', '144807.030000', '144807.033000', '144807.036000', '144807.039000', '144807.042000', '144807.045000', '144807.047000', '144807.050000', '144807.053000', '144807.056000', '144807.060000', '144807.063000', '144807.067000', '144807.070000', '144807.072000', '144807.075000', '144807.078000', '144807.081000', '144807.084000', '144807.087000', '144826.963000', '144826.966000', '144826.969000', '144826.972000', '144826.975000', '144826.978000', '144826.981000', '144826.983000', '144826.986000', '144826.989000', '144826.992000', '144826.995000', '144826.998000', '144827.002000', '144827.005000', '144827.007000', '144827.010000', '144827.013000', '144827.019000', '144827.022000', '144827.025000', '144827.028000', '144827.031000', '144827.034000', '144827.036000', '144827.039000', '144827.042000', '144827.045000', '144827.048000', '144827.051000', '144827.054000', '144827.056000', '144827.072000', '144827.075000', '144827.078000', '144827.081000', '144827.084000', '144827.087000', '144827.089000', '144827.092000', '144827.095000', '144827.098000', '144827.101000', '144827.104000', '144846.963000', '144846.966000', '144846.969000', '144846.972000', '144846.975000', '144846.978000', '144846.981000', '144846.984000', '144846.986000', '144846.989000', '144846.992000', '144846.995000', '144846.998000', '144847.002000', '144847.005000', '144847.008000', '144847.010000', '144847.013000', '144847.016000', '144847.019000', '144847.023000', '144847.026000', '144847.029000', '144847.032000', '144847.035000', '144847.037000', '144847.040000', '144847.043000', '144847.046000', '144847.049000', '144847.052000', '144847.055000', '144847.058000', '144847.060000', '144847.063000', '144847.066000', '144847.069000', '144847.072000', '144847.075000', '144847.078000', '144847.081000', '144847.084000', '144847.087000', '144906.962000', '144906.965000', '144906.968000', '144906.971000', '144906.974000', '144906.977000', '144906.980000', '144906.982000', '144906.985000', '144906.988000', '144906.991000', '144906.994000', '144906.997000', '144907.001000', '144907.004000', '144907.006000', '144907.009000', '144907.012000', '144907.015000', '144907.018000', '144907.021000', '144907.023000', '144907.034000', '144907.037000', '144907.040000', '144907.042000', '144907.045000', '144907.048000', '144907.051000', '144907.054000', '144907.057000', '144907.059000', '144907.062000', '144907.065000', '144907.068000', '144907.071000', '144907.074000', '144907.077000', '144907.079000', '144907.082000', '144907.085000', '144907.088000', '144907.091000', '144907.094000', '144926.962000', '144926.965000', '144926.968000', '144926.971000', '144926.974000', '144926.977000', '144926.980000', '144926.982000', '144926.985000', '144926.988000', '144926.991000', '144926.994000', '144926.997000', '144927.001000', '144927.004000', '144927.006000', '144927.009000', '144927.012000', '144927.015000', '144927.018000', '144927.021000', '144927.024000', '144927.033000', '144927.036000', '144927.038000', '144927.041000', '144927.044000', '144927.047000', '144927.050000', '144927.053000', '144927.056000', '144927.059000', '144927.061000', '144927.064000', '144927.067000', '144927.070000', '144927.073000', '144927.076000', '144927.079000', '144927.081000', '144927.084000', '144927.087000', '144927.090000', '144946.978000', '144946.981000', '144946.983000', '144946.987000', '144946.989000', '144946.992000', '144946.995000', '144946.998000', '144947.002000', '144947.004000', '144947.007000', '144947.010000', '144947.013000', '144947.016000', '144947.019000', '144947.022000', '144947.025000', '144947.028000', '144947.030000', '144947.033000', '144947.036000', '144947.039000', '144947.042000', '144947.045000', '144947.047000', '144947.050000', '144947.053000', '144947.056000', '144947.059000', '144947.062000', '144947.065000', '144947.068000', '144947.071000', '144947.074000', '144947.077000', '144947.079000', '144947.082000', '144947.085000', '144947.088000', '144947.091000', '144947.094000', '144947.096000', '144947.099000', '144947.102000', '145006.962000', '145006.965000', '145006.974000', '145006.977000', '145006.979000', '145006.982000', '145006.985000', '145006.988000', '145006.991000', '145006.994000', '145006.997000', '145007.000000', '145007.003000', '145007.006000', '145007.009000', '145007.012000', '145007.015000', '145007.018000', '145007.020000', '145007.023000', '145007.026000', '145007.029000', '145007.032000', '145007.035000', '145007.037000', '145007.040000', '145007.043000', '145007.046000', '145007.049000', '145007.052000', '145007.055000', '145007.058000', '145007.062000', '145007.065000', '145007.067000', '145007.070000', '145007.073000', '145007.076000', '145007.079000', '145007.082000', '145007.084000', '145007.087000', '145007.090000', '145026.963000', '145026.966000', '145026.969000', '145026.972000', '145026.975000', '145026.978000', '145026.989000', '145026.992000', '145027.002000', '145027.005000', '145027.008000', '145027.011000', '145027.014000', '145027.017000', '145027.020000', '145027.023000', '145027.026000', '145027.028000', '145027.031000', '145027.034000', '145027.037000', '145027.040000', '145027.043000', '145027.046000', '145027.048000', '145027.051000', '145027.054000', '145027.057000', '145027.060000', '145027.063000', '145027.066000', '145027.069000', '145027.071000', '145027.074000', '145027.077000', '145027.080000', '145027.083000', '145027.086000', '145027.089000', '145027.091000', '145027.094000', '145027.097000', '145027.100000', '145027.103000', '145046.963000', '145046.966000', '145046.969000', '145046.972000', '145046.983000', '145046.986000', '145046.988000', '145046.991000', '145046.994000', '145046.997000', '145047.001000', '145047.004000', '145047.007000', '145047.010000', '145047.012000', '145047.015000', '145047.018000', '145047.021000', '145047.024000', '145047.027000', '145047.030000', '145047.033000', '145047.035000', '145047.038000', '145047.041000', '145047.044000', '145047.055000', '145047.058000', '145047.061000', '145047.064000', '145047.067000', '145047.070000', '145047.073000', '145047.075000', '145047.078000', '145047.081000', '145047.084000', '145047.087000', '145047.090000', '145047.093000', '145047.096000', '145047.098000', '145047.101000', '145106.963000', '145106.966000', '145106.969000', '145106.972000', '145106.975000', '145106.978000', '145106.981000', '145106.984000', '145106.986000', '145106.989000', '145106.992000', '145106.995000', '145106.998000', '145107.002000', '145107.005000', '145107.007000', '145107.010000', '145107.013000', '145107.016000', '145107.019000', '145107.022000', '145107.025000', '145107.027000', '145107.030000', '145107.033000', '145107.036000', '145107.039000', '145107.042000', '145107.045000', '145107.047000', '145107.050000', '145107.053000', '145107.056000', '145107.059000', '145107.062000', '145107.065000', '145107.067000', '145107.070000', '145107.073000', '145107.076000', '145107.079000', '145107.082000', '145107.085000', '145107.087000', '145126.962000', '145126.965000', '145126.968000', '145126.971000', '145126.974000', '145126.977000', '145126.979000', '145126.982000', '145126.985000', '145126.988000', '145126.991000', '145126.994000', '145126.997000', '145127.001000', '145127.003000', '145127.006000', '145127.009000', '145127.012000', '145127.015000', '145127.018000', '145127.021000', '145127.023000', '145127.026000', '145127.029000', '145127.032000', '145127.035000', '145127.038000', '145127.041000', '145127.044000', '145127.046000', '145127.049000', '145127.052000', '145127.055000', '145127.058000', '145127.061000', '145127.064000', '145127.067000', '145127.069000', '145127.072000', '145127.075000', '145127.078000', '145127.081000', '145127.084000', '145137.378000', '145137.381000', '145137.389000', '145137.392000', '145137.395000', '145137.398000', '145137.412000', '145137.415000', '145137.417000', '145137.420000', '145137.423000', '145137.426000', '145137.429000', '145137.432000', '145137.435000', '145137.438000', '145137.441000', '145137.444000', '145137.447000', '145137.454000', '145137.457000', '145137.460000', '145137.463000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'LargestImagePixelValue': [22151, 15110, 13448, 13993, 10760, 16642, 10574, 18805, 13275, 11047, 14749, 10764, 19411, 11262, 9801, 11747, 9993, 17684, 12261, 14059, 13494, 10718, 20827, 10399, 9218, 13551, 10451, 16072, 11441, 15872, 9940, 20188, 11596, 9053, 12950, 10541, 17693, 10886, 18634, 14473, 13566, 13113, 10218, 15238, 9913, 17966, 10985, 18547, 13646, 10442, 15153, 9908, 9036, 11197, 9754, 15552, 11114, 15600, 11436, 15095, 10334, 19512, 12571, 13729, 10958, 9522, 14530, 10925, 16996, 11807, 16334, 10608, 18970, 13148, 20966, 10571, 10197, 11743, 10095, 14993, 10568, 17514, 10334, 19141, 14775, 14382, 10725, 9482, 12975, 9864, 15246, 10224, 17827, 10076, 17737, 13660, 20505, 11266, 14065, 10989, 10568, 12134, 10028, 14187, 10836, 15936, 9747, 18206, 9606, 19960, 10842, 13236, 11777, 9668, 14549, 10423, 18179, 10098, 19306, 12206, 21356, 14235, 17998, 14186, 10038, 12438, 10590, 14218, 10227, 16592, 10013, 20434, 10948, 18725, 10100, 15823, 11123, 12618, 11896, 9766, 15675, 10043, 15546, 9846, 18101, 12590, 19548, 14404, 19672, 11119, 13743, 10983, 10616, 14126, 10570, 15750, 9859, 16535, 9874, 17233, 11987, 19831, 12751, 13070, 10857, 10166, 12587, 11117, 13686, 10642, 17777, 9816, 16829, 9802, 19871, 11098, 16626, 13340, 11651, 13574, 10141, 13275, 10421, 14874, 10047, 19162, 11316, 18502, 10475, 16206, 11322, 14634, 12940, 10097, 13230, 10299, 13103, 10113, 15181, 9895, 17167, 12341, 18830, 9790, 19507, 10404, 20263, 11726, 16735, 12729, 13052, 12819, 10107, 12396, 10205, 14914, 10317, 16546, 9837, 19238, 11209, 18448, 10051, 17224, 11642, 12595, 12858, 9822, 12624, 10490, 14582, 10680, 17654, 11126, 20927, 9797, 16271, 10472, 12650, 11614, 10878, 15459, 10572, 15085, 9762, 15928, 10163, 19980, 13638, 12896, 12799, 10552, 12794, 10645, 16505, 10119, 17819, 14190, 16027, 10209, 9796, 11287, 10056, 12891, 10471, 15407, 10417, 16689, 9519, 16973, 10013, 17460, 11689, 18709, 13321, 12273, 10781, 9492, 12693, 9646, 14605, 9972, 18231, 10116, 14263, 10799, 9521, 12417, 10461, 14863, 10274, 18893, 10252, 19281, 10901, 14741, 12293, 11805, 16602, 10429, 19767, 10100, 18686, 11000, 17269, 12739, 13928, 13097, 10367, 14325, 10076, 17784, 11817, 20337, 12739, 17499, 14286, 10428, 13314, 10265, 14938, 9777, 18463, 12581, 19594, 13836, 17313, 13500, 9818, 12389, 10667, 16796, 10783, 18749, 11496, 15337, 13882, 10144, 12409, 9921, 16137, 10994, 21434, 13698, 15439, 13254, 10449, 13431, 9865, 17089, 11299, 19652, 12366, 15018, 13538, 9922, 13960, 9986, 12062, 10610, 10856, 14176, 10666, 18377, 10226, 18565, 10902, 20689, 12155, 14162, 13325, 9718, 15467, 10022, 18257, 10984, 11554, 14842, 9927, 17765, 10197, 14587, 12122, 11251, 16830, 10098, 19666, 10730, 16342, 12426, 12171, 13735, 11001, 18708, 10778, 14517, 10735, 9455, 13136, 10431, 18247, 13791, 11910, 11501, 9869, 16327, 10368, 19188, 11541, 20103, 13079, 9923, 11623, 9836, 16213, 10766, 20849, 15175, 21129, 13221, 11379, 13385, 12140, 17571, 11583, 14759, 12958, 11310, 13437, 11691, 16079, 11418, 16943, 11509, 19537, 11655, 17009, 11456, 11259, 15075, 12043, 10952, 15597, 11961, 11145, 13916, 11776, 17723, 12190, 19689, 14218, 10736, 14844, 11680, 17111, 11856, 19914, 13240, 10819, 15364, 11772, 14541, 11782, 10940, 15871, 11853, 19280, 12036, 10835, 13056, 10916, 15398, 10814, 17713, 11785, 19426, 11891, 10972, 12458, 11146, 16646, 11602, 18503, 11734, 12032, 11337, 11238, 13447, 11245, 17185, 11454, 18504, 11652, 11372, 12287, 11237, 14947, 11165, 15067, 10847, 15650, 11830, 18394, 11822, 11435, 12365, 11218, 16914, 11549, 18503, 12251, 17769, 11881, 17144, 11689, 18330, 12859, 19247, 11604, 11143, 11551, 11273, 15458, 11559, 18641, 13064, 12965, 11750, 11268, 11967, 10978, 13256, 10769, 15794, 11269, 16097, 11387, 17184, 11497, 18906, 12688, 10865, 13527, 11264, 15237, 11502, 16410, 11854, 17917, 11365, 15530, 11143, 15891, 11056, 16739, 11753, 15280, 11570, 15629, 11754, 16569, 11527, 17284, 12214, 17332, 11481, 16758, 11642, 14861, 11467, 12259, 11475, 11293, 13603, 11396, 13945, 11144, 15290, 11094, 15578, 11139, 16499, 11379, 17922, 11968, 15766, 11536, 16254, 11246, 16764, 12075, 17978, 11588, 12849, 11204, 11193, 11423, 11214, 13137, 11480, 16253, 11418, 17333, 11410, 16514, 11578, 17504, 11376, 18521, 12928, 13825, 11591, 10877, 12297, 11015, 14418, 11216, 17268, 11732, 17993, 11386, 16391, 11416, 16692, 11417, 18001, 12827, 11040, 11524, 11328, 13656, 11117, 15561, 11729, 18674, 11414, 17517, 11335, 17269, 11691, 15190, 12522, 10824, 13914, 11133, 14092, 11603, 15820, 11605, 18022, 12480, 14499, 11779, 11399, 11360, 10941, 13801, 10940, 15161, 11262, 17532, 11506, 15315, 11682, 11379, 12257, 11466, 14747, 11068, 17751, 11988, 17363, 12138, 17110, 11748, 18201, 11827, 19255, 11263, 17227, 11433, 16508, 11330, 17143, 11355, 13749, 11426, 11350, 12323, 11016, 14511, 11465, 17688, 11723, 16802, 11661, 11764, 12179, 10927, 14686, 10873, 17520, 11801, 17253, 11909, 19069, 12409, 18114, 12992, 10792, 14889, 11952, 15727, 11850, 12005, 11875, 14288, 11861, 19017, 12202, 18140, 13515, 10794, 12212, 11962, 15753, 11651, 17107, 11844, 17997, 12766, 17978, 11726, 11087, 12688, 11233, 15276, 11350, 16646, 11736, 17144, 11571, 17979, 12239, 10666, 12671, 11866, 16356, 11797, 18442, 12931, 11263, 11785, 11133, 13266, 11483, 15604, 11155, 17283, 12122, 17347, 11942, 16232, 11913, 11892, 12892, 11176, 16185, 11898, 12929, 11785, 11098, 13418, 10978, 17563, 12090, 12447, 11965, 11081, 15145, 11732, 18707, 13273, 17441, 12169, 11219, 11885, 13413, 12540, 12405, 14834, 11138, 14484, 11897, 15996, 11760, 16613, 11327, 17065, 12249, 10764, 13585, 11708, 11497, 13388, 11252, 16268, 11632, 17759, 12039, 11312, 12850, 12217, 17641, 13280, 18765, 12513, 11105, 12700, 11370, 16061, 11821, 19113, 12528, 10716, 13100, 11554, 17133, 11961, 19019, 14191, 10722, 13368, 11930, 11262, 12149, 10790, 14718, 11861, 16972, 12250, 16209, 11781, 17664, 12504, 11962, 12941, 11408, 15430, 12002, 16670, 12002, 17023, 11909, 10731, 14381, 11641, 11222, 11625, 10971, 15463, 11897, 18308, 14014, 15162, 18347, 11991, 8616, 8742, 8702, 7853, 15665, 12431, 18020, 13625, 16421, 13026, 11143, 17860, 11780, 18528, 15578, 12325, 20236, 15898, 11903, 20908, 14768, 11289, 15446, 13624, 12110, 9978, 14369, 11729, 10473, 10031, 14474, 10046, 13229, 13485, 11152, 18091, 12137, 14023, 13616, 10890, 17966, 11763, 10795, 14900, 10407, 13889, 12834, 10566, 13566, 13264, 9831, 11221, 13446, 9480, 17891, 13010, 15365, 13360, 9174, 14476, 11170, 9303, 17365, 12233, 11325, 15911, 11607, 10262, 15002, 10693, 9355, 17879, 13511, 14835, 14011, 14118, 14527, 10638, 17940, 12243, 17513, 11115, 9713, 14297, 9846, 17225, 12252, 18962, 12481, 11458, 13901, 9411, 15407, 10886, 9621, 14067, 10170, 16582, 11927, 17109, 11807, 9672, 13898, 10483, 16187, 9863, 17701, 13894, 14947, 11726, 9733, 13412, 9439, 16099, 11209, 15442, 12692, 10569, 16253, 10476, 9771, 12923, 9993, 16317, 11188, 18030, 11752, 19036, 11305, 10796, 12419, 9776, 15044, 9888, 18101, 12399, 9376, 12554, 9092, 16117, 10984, 17022, 11216, 18126, 12875, 10360, 13783, 9305, 15142, 10662, 17357, 11514, 19010, 12295, 14540, 11841, 10671, 14310, 9217, 14391, 9702, 16054, 10870, 14550, 11565, 10196, 14392, 9994, 16325, 9940, 16362, 10710, 17010, 11162, 18106, 11781, 15398, 12571, 9386, 12209, 9461, 13757, 9178, 16808, 11476, 18222, 10544, 10069, 10961, 9395, 14487, 9305, 17372, 10208, 16395, 11447, 13662, 12560, 11001, 16794, 9438, 17042, 10786, 18282, 11786, 12817, 12623, 10342, 17325, 9743, 16653, 10698, 17382, 11593, 18937, 12383, 14733, 13435, 10267, 13414, 9441, 16105, 10681, 17330, 11909, 18939, 12425, 9431, 11546, 9383, 14681, 9578, 16783, 11877, 17955, 11460, 16664, 11586, 12357, 11998, 9623, 14744, 10010, 17373, 10062, 16095, 10669, 17042, 11030, 13137, 11996, 9267, 13789, 9224, 15201, 9996, 17088, 12135, 13573, 12221, 9588, 13930, 9312, 16350, 10891, 17323, 12468, 18963, 11439, 13900, 11296, 10544, 12336, 9471, 15833, 10039, 17596, 10288, 13223, 10215, 9444, 12394, 9369, 16486, 9829, 17073, 10452, 16884, 11461, 17948, 12648, 19938, 11861, 11737, 11108, 9416, 13068, 9867, 15945, 10529, 17822, 10347, 13748, 10447, 9211, 12628, 9739, 16293, 11289, 18554, 10849, 18314, 12059, 15016, 12559, 11092, 16238, 9510, 18161, 10755, 14022, 11013, 10769, 11986, 9997, 15745, 9471, 16812, 10326, 16942, 11268, 18563, 11836, 18641, 12992, 10570, 13564, 9132, 14850, 10276, 16630, 11435, 19046, 12279, 9471, 13022, 9666, 16345, 10766, 12158, 11303, 9333, 14780, 9423, 16521, 10551, 17770, 12069, 18556, 12127, 19065, 13435, 11129, 11374, 9289, 14899, 10487, 17388, 11920, 13675, 12389, 9799, 13922, 9664, 16406, 10608, 17671, 12245, 19668, 12168, 9376, 11803, 9253, 15391, 10257, 16852, 11252, 18017, 12422, 9779, 12599, 9256, 14881, 10121, 16786, 12262, 18712, 11779, 13730, 11178, 10084, 12565, 9652, 16571, 10311, 16827, 10469, 11947, 11361, 9598, 13044, 9856, 16776, 10730, 14958, 10731, 10529, 12003, 11465, 15055, 9968, 16317, 9578, 17741, 10975, 18857, 13053, 19753, 13413, 9610, 11787, 9367, 14255, 10010, 15631, 9822, 17831, 11374, 11140, 10576, 9055, 15423, 10580, 17522, 13195, 15688, 13279, 9434, 14814, 10453, 17021, 11042, 17739, 12415, 9360, 12124, 9281, 15031, 10427, 19533, 11387, 18770, 13235, 10730, 13053, 9022, 14715, 10374, 11563, 12058, 9119, 15748, 9014, 15836, 10382, 17767, 12978, 18487, 11471, 9425, 12928, 9051, 17326, 12844, 9147, 12804, 9079, 16101, 10974, 14112, 13820, 9952, 17970, 11108, 15952, 11673, 14527, 12872, 10222, 17385, 9614, 16532, 10205, 17010, 11744, 18162, 12847, 10518, 12215, 8835, 14465, 10353, 13979, 11085, 10890, 12860, 9605, 16953, 10842, 14017, 10948, 9365, 13118, 10425, 14073, 9879, 16530, 9947, 16780, 10537, 16003, 10723, 9825, 13939, 9038, 16532, 10069, 12885, 10821, 15762, 11891, 14634, 12436, 9593, 12660, 9859, 14014, 9966, 16351, 10705, 18046, 10728, 13245, 11218, 11551, 12226, 10195, 16731, 10261, 17362, 11362, 18553, 12465, 18654, 13091, 15604, 12639, 9586, 13123, 9208, 15792, 10951, 17072, 13162, 15658, 11882, 9324, 12557, 9056, 15385, 9976, 17540, 13277, 17188, 11332, 9199, 12839, 9777, 15231, 10271, 16483, 11635, 18456, 10575, 9281, 12264, 9249, 14557, 9278, 16188, 10488, 16388, 10611, 16386, 11321, 17734, 13616, 9643, 11773, 9527, 13946, 10476, 14865, 10391, 16153, 10019, 18785, 10820, 15004, 10405, 10289, 11814, 10463, 15264, 10200, 14595, 9198, 15903, 9538, 16475, 11792, 17637, 10797, 13456, 10632, 11368, 10971, 11783, 11429, 11075, 12892, 9439, 14671, 9899, 13459, 9397, 15124, 9969, 16993, 10296, 17198, 9819, 15619, 10061, 15874, 10592, 17158, 11394, 10193, 11066, 9611, 11571, 10883, 11981, 9938, 13083, 9946, 16600, 9854, 15763, 9084, 15674, 9552, 16814, 11591, 18395, 12623, 18548, 10976, 15022, 11153, 13655, 12182, 9799, 15015, 8869, 15920, 10266, 16168, 10798, 17688, 13308, 16384, 11313, 10191, 11259, 9284, 12588, 9528, 13648, 9805, 16197, 9438, 15385, 9476, 15664, 10109, 16851, 11063, 17835, 13097, 18981, 10911, 11935, 11543, 9524, 15664, 10786, 9420, 15201, 10471, 17917, 10316, 9856, 12406, 17388, 13453, 21828, 13978, 13552, 12530, 9516, 12546, 9338, 15123, 9353, 16744, 11385, 18137, 10501, 11239, 10534, 9337, 12522, 9536, 14411, 10722, 17207, 10984, 18658, 10860, 14559, 11250, 15844, 12123, 12197, 12891, 9419, 12544, 9560, 14467, 9918, 17796, 11456, 18474, 10844, 18215, 11028, 15278, 12005, 9179, 13838, 9149, 15299, 10456, 16937, 11655, 17665, 12573, 19453, 11956, 12642, 10559, 11955, 10908, 13985, 11401, 12468, 12752, 9314, 14312, 9375, 16580, 10489, 17383, 11525, 17825, 11737, 17952, 10535, 16268, 10341, 15956, 10575, 16212, 11242, 17618, 11212, 12586, 10095, 9135, 10293, 12910, 10441, 18618, 11374, 17729, 11768, 13463, 10031, 13133, 10541, 16262, 11838, 12434, 12252, 9003, 11661, 9102, 12816, 9425, 14449, 9561, 16888, 9800, 16525, 10660, 17622, 11544, 18462, 11627, 18685, 12857, 16635, 11461, 10457, 11087, 9288, 12898, 9749, 15835, 9819, 17941, 10060, 16408, 10482, 16644, 10953, 17280, 12241, 12212, 11199, 9420, 12319, 9456, 15584, 9651, 18497, 13621, 20591, 12090, 14574, 11081, 10212, 12310, 10214, 13419, 9962, 17866, 10164, 17778, 10356, 16881, 10848, 12202, 12098, 9279, 13310, 9175, 14949, 9999, 16565, 11016, 17146, 12449, 18665, 11387, 18629, 11006, 16600, 11296, 14209, 11878, 9685, 13123, 9180, 13337, 9316, 15454, 10515, 17631, 12313, 9775, 12769, 9245, 13677, 9662, 15619, 11201, 18945, 12304, 10314, 11140, 9348, 12770, 9610, 16870, 11235, 18395, 11246, 18028, 11269, 13249, 11295, 10732, 14107, 9466, 16899, 9770, 16088, 10550, 16408, 11950, 11402, 14727, 10244, 15464, 9428, 17449, 11373, 18225, 12018, 20002, 12996, 10686, 12116, 9324, 13207, 9581, 15369, 10955, 16207, 12131, 9975, 15045, 9851, 17181, 11422, 18006, 11552, 19024, 12880, 9361, 13331, 10108, 16325, 11111, 15626, 11792, 10268, 14799, 9234, 15297, 10260, 10525, 11537, 9346, 16349, 11129, 13273, 10478, 9381], 'WindowCenter': [4852.0, 4804.0, 4777.0, 4775.0, 4733.0, 4773.0, 4722.0, 4778.0, 4742.0, 4729.0, 4763.0, 4722.0, 4781.0, 4733.0, 4723.0, 4735.0, 4707.0, 4777.0, 4741.0, 4761.0, 4754.0, 4718.0, 4791.0, 4718.0, 4700.0, 4751.0, 4716.0, 4757.0, 4732.0, 4758.0, 4712.0, 4781.0, 4730.0, 4700.0, 4740.0, 4721.0, 4766.0, 4719.0, 4764.0, 4752.0, 4737.0, 4741.0, 4710.0, 4750.0, 4726.0, 4771.0, 4717.0, 4769.0, 4749.0, 4702.0, 4747.0, 4703.0, 4695.0, 4731.0, 4710.0, 4759.0, 4714.0, 4758.0, 4724.0, 4752.0, 4712.0, 4780.0, 4730.0, 4738.0, 4720.0, 4698.0, 4746.0, 4716.0, 4761.0, 4726.0, 4755.0, 4721.0, 4764.0, 4739.0, 4772.0, 4708.0, 4694.0, 4716.0, 4704.0, 4749.0, 4706.0, 4759.0, 4711.0, 4767.0, 4750.0, 4745.0, 4715.0, 4695.0, 4739.0, 4706.0, 4746.0, 4711.0, 4770.0, 4714.0, 4771.0, 4749.0, 4780.0, 4722.0, 4748.0, 4721.0, 4710.0, 4728.0, 4711.0, 4749.0, 4724.0, 4762.0, 4708.0, 4767.0, 4709.0, 4778.0, 4734.0, 4739.0, 4742.0, 4714.0, 4764.0, 4731.0, 4779.0, 4724.0, 4783.0, 4740.0, 4793.0, 4765.0, 4770.0, 4748.0, 4710.0, 4740.0, 4713.0, 4747.0, 4712.0, 4758.0, 4708.0, 4780.0, 4721.0, 4768.0, 4713.0, 4756.0, 4725.0, 4740.0, 4737.0, 4712.0, 4761.0, 4711.0, 4760.0, 4711.0, 4770.0, 4739.0, 4774.0, 4750.0, 4777.0, 4721.0, 4747.0, 4714.0, 4721.0, 4748.0, 4719.0, 4759.0, 4709.0, 4757.0, 4711.0, 4772.0, 4737.0, 4776.0, 4744.0, 4737.0, 4721.0, 4706.0, 4733.0, 4725.0, 4746.0, 4722.0, 4766.0, 4712.0, 4770.0, 4708.0, 4776.0, 4732.0, 4769.0, 4753.0, 4727.0, 4749.0, 4709.0, 4737.0, 4719.0, 4747.0, 4709.0, 4781.0, 4719.0, 4771.0, 4719.0, 4756.0, 4726.0, 4759.0, 4742.0, 4710.0, 4737.0, 4711.0, 4740.0, 4709.0, 4754.0, 4715.0, 4768.0, 4742.0, 4768.0, 4710.0, 4778.0, 4720.0, 4780.0, 4730.0, 4764.0, 4736.0, 4739.0, 4740.0, 4709.0, 4738.0, 4711.0, 4756.0, 4712.0, 4762.0, 4706.0, 4778.0, 4719.0, 4767.0, 4710.0, 4770.0, 4732.0, 4741.0, 4743.0, 4712.0, 4725.0, 4712.0, 4747.0, 4724.0, 4768.0, 4719.0, 4773.0, 4703.0, 4760.0, 4718.0, 4742.0, 4729.0, 4723.0, 4755.0, 4720.0, 4754.0, 4708.0, 4759.0, 4709.0, 4780.0, 4753.0, 4738.0, 4734.0, 4710.0, 4733.0, 4714.0, 4756.0, 4721.0, 4770.0, 4752.0, 4753.0, 4716.0, 4711.0, 4728.0, 4712.0, 4739.0, 4718.0, 4759.0, 4716.0, 4770.0, 4709.0, 4759.0, 4708.0, 4766.0, 4732.0, 4762.0, 4736.0, 4722.0, 4718.0, 4710.0, 4738.0, 4708.0, 4762.0, 4720.0, 4782.0, 4720.0, 4759.0, 4729.0, 4709.0, 4740.0, 4735.0, 4757.0, 4725.0, 4780.0, 4723.0, 4777.0, 4720.0, 4751.0, 4740.0, 4742.0, 4769.0, 4721.0, 4780.0, 4706.0, 4768.0, 4719.0, 4766.0, 4740.0, 4752.0, 4734.0, 4711.0, 4751.0, 4707.0, 4767.0, 4730.0, 4780.0, 4734.0, 4768.0, 4750.0, 4710.0, 4740.0, 4708.0, 4744.0, 4698.0, 4768.0, 4728.0, 4768.0, 4747.0, 4754.0, 4737.0, 4692.0, 4726.0, 4706.0, 4753.0, 4715.0, 4766.0, 4725.0, 4750.0, 4731.0, 4705.0, 4729.0, 4703.0, 4756.0, 4721.0, 4777.0, 4742.0, 4746.0, 4731.0, 4710.0, 4735.0, 4698.0, 4754.0, 4717.0, 4765.0, 4740.0, 4747.0, 4733.0, 4705.0, 4748.0, 4707.0, 4734.0, 4720.0, 4715.0, 4752.0, 4719.0, 4767.0, 4711.0, 4768.0, 4719.0, 4774.0, 4731.0, 4746.0, 4741.0, 4696.0, 4758.0, 4708.0, 4767.0, 4721.0, 4726.0, 4750.0, 4708.0, 4763.0, 4713.0, 4748.0, 4743.0, 4721.0, 4771.0, 4708.0, 4776.0, 4719.0, 4754.0, 4738.0, 4729.0, 4740.0, 4721.0, 4766.0, 4710.0, 4745.0, 4712.0, 4699.0, 4739.0, 4722.0, 4767.0, 4746.0, 4725.0, 4730.0, 4712.0, 4760.0, 4707.0, 4770.0, 4718.0, 4770.0, 4731.0, 4696.0, 4720.0, 4700.0, 4760.0, 4730.0, 4776.0, 4745.0, 4783.0, 4723.0, 4712.0, 4722.0, 4724.0, 4763.0, 4738.0, 4748.0, 4751.0, 4728.0, 4746.0, 4727.0, 4759.0, 4727.0, 4752.0, 4717.0, 4768.0, 4714.0, 4763.0, 4737.0, 4729.0, 4758.0, 4741.0, 4732.0, 4757.0, 4741.0, 4733.0, 4751.0, 4740.0, 4772.0, 4742.0, 4781.0, 4755.0, 4724.0, 4748.0, 4729.0, 4757.0, 4727.0, 4771.0, 4723.0, 4706.0, 4746.0, 4724.0, 4739.0, 4718.0, 4721.0, 4758.0, 4729.0, 4768.0, 4729.0, 4722.0, 4738.0, 4708.0, 4750.0, 4718.0, 4754.0, 4719.0, 4769.0, 4727.0, 4717.0, 4728.0, 4721.0, 4759.0, 4727.0, 4763.0, 4727.0, 4727.0, 4721.0, 4717.0, 4749.0, 4730.0, 4771.0, 4728.0, 4770.0, 4728.0, 4727.0, 4740.0, 4719.0, 4759.0, 4719.0, 4747.0, 4719.0, 4755.0, 4731.0, 4762.0, 4732.0, 4728.0, 4737.0, 4731.0, 4774.0, 4731.0, 4783.0, 4742.0, 4769.0, 4728.0, 4759.0, 4730.0, 4768.0, 4739.0, 4767.0, 4720.0, 4721.0, 4714.0, 4717.0, 4760.0, 4728.0, 4770.0, 4751.0, 4736.0, 4729.0, 4721.0, 4725.0, 4718.0, 4737.0, 4721.0, 4761.0, 4719.0, 4759.0, 4724.0, 4759.0, 4730.0, 4769.0, 4737.0, 4720.0, 4741.0, 4713.0, 4755.0, 4731.0, 4756.0, 4726.0, 4769.0, 4720.0, 4750.0, 4715.0, 4751.0, 4719.0, 4742.0, 4713.0, 4747.0, 4713.0, 4744.0, 4718.0, 4759.0, 4718.0, 4755.0, 4726.0, 4760.0, 4720.0, 4758.0, 4727.0, 4745.0, 4727.0, 4742.0, 4730.0, 4728.0, 4754.0, 4731.0, 4750.0, 4726.0, 4763.0, 4720.0, 4760.0, 4718.0, 4763.0, 4717.0, 4770.0, 4730.0, 4749.0, 4720.0, 4752.0, 4719.0, 4761.0, 4729.0, 4765.0, 4734.0, 4738.0, 4729.0, 4731.0, 4729.0, 4733.0, 4747.0, 4733.0, 4766.0, 4729.0, 4772.0, 4734.0, 4770.0, 4728.0, 4769.0, 4735.0, 4782.0, 4742.0, 4750.0, 4733.0, 4715.0, 4728.0, 4719.0, 4749.0, 4720.0, 4769.0, 4725.0, 4771.0, 4721.0, 4759.0, 4731.0, 4760.0, 4734.0, 4770.0, 4742.0, 4719.0, 4728.0, 4721.0, 4741.0, 4722.0, 4759.0, 4729.0, 4766.0, 4729.0, 4772.0, 4715.0, 4761.0, 4730.0, 4751.0, 4742.0, 4716.0, 4748.0, 4722.0, 4749.0, 4719.0, 4756.0, 4731.0, 4766.0, 4739.0, 4746.0, 4730.0, 4726.0, 4719.0, 4717.0, 4750.0, 4717.0, 4759.0, 4718.0, 4771.0, 4732.0, 4760.0, 4729.0, 4730.0, 4739.0, 4732.0, 4761.0, 4732.0, 4782.0, 4731.0, 4769.0, 4730.0, 4759.0, 4731.0, 4766.0, 4730.0, 4765.0, 4717.0, 4756.0, 4718.0, 4755.0, 4719.0, 4757.0, 4717.0, 4734.0, 4729.0, 4718.0, 4736.0, 4719.0, 4761.0, 4729.0, 4766.0, 4743.0, 4771.0, 4730.0, 4733.0, 4740.0, 4724.0, 4758.0, 4717.0, 4771.0, 4729.0, 4761.0, 4727.0, 4771.0, 4731.0, 4766.0, 4738.0, 4711.0, 4746.0, 4721.0, 4754.0, 4730.0, 4728.0, 4733.0, 4747.0, 4729.0, 4768.0, 4726.0, 4770.0, 4735.0, 4705.0, 4729.0, 4730.0, 4757.0, 4722.0, 4759.0, 4728.0, 4769.0, 4726.0, 4754.0, 4717.0, 4720.0, 4729.0, 4717.0, 4744.0, 4716.0, 4755.0, 4727.0, 4756.0, 4727.0, 4761.0, 4728.0, 4708.0, 4732.0, 4726.0, 4757.0, 4737.0, 4768.0, 4737.0, 4720.0, 4727.0, 4720.0, 4735.0, 4721.0, 4757.0, 4718.0, 4755.0, 4725.0, 4755.0, 4729.0, 4759.0, 4724.0, 4729.0, 4736.0, 4716.0, 4758.0, 4728.0, 4739.0, 4729.0, 4729.0, 4751.0, 4722.0, 4770.0, 4742.0, 4738.0, 4729.0, 4733.0, 4761.0, 4744.0, 4780.0, 4744.0, 4767.0, 4729.0, 4714.0, 4728.0, 4737.0, 4725.0, 4728.0, 4738.0, 4708.0, 4737.0, 4718.0, 4748.0, 4717.0, 4750.0, 4721.0, 4757.0, 4724.0, 4717.0, 4737.0, 4733.0, 4733.0, 4747.0, 4732.0, 4773.0, 4740.0, 4771.0, 4740.0, 4731.0, 4742.0, 4743.0, 4769.0, 4750.0, 4780.0, 4743.0, 4718.0, 4736.0, 4726.0, 4758.0, 4726.0, 4772.0, 4737.0, 4719.0, 4734.0, 4720.0, 4756.0, 4730.0, 4761.0, 4738.0, 4701.0, 4736.0, 4729.0, 4717.0, 4730.0, 4715.0, 4758.0, 4731.0, 4765.0, 4730.0, 4759.0, 4723.0, 4771.0, 4726.0, 4713.0, 4729.0, 4715.0, 4745.0, 4725.0, 4756.0, 4730.0, 4759.0, 4725.0, 4719.0, 4749.0, 4730.0, 4720.0, 4727.0, 4720.0, 4758.0, 4733.0, 4768.0, 4763.0, 4776.0, 4768.0, 4713.0, 4707.0, 4728.0, 4732.0, 4701.0, 4787.0, 4739.0, 4758.0, 4735.0, 4746.0, 4736.0, 4712.0, 4761.0, 4733.0, 4768.0, 4741.0, 4713.0, 4753.0, 4732.0, 4695.0, 4765.0, 4734.0, 4701.0, 4739.0, 4720.0, 4707.0, 4690.0, 4741.0, 4710.0, 4700.0, 4690.0, 4729.0, 4692.0, 4721.0, 4728.0, 4716.0, 4763.0, 4723.0, 4728.0, 4730.0, 4712.0, 4751.0, 4722.0, 4717.0, 4741.0, 4703.0, 4742.0, 4735.0, 4714.0, 4745.0, 4734.0, 4706.0, 4724.0, 4745.0, 4707.0, 4767.0, 4747.0, 4758.0, 4747.0, 4709.0, 4755.0, 4723.0, 4709.0, 4775.0, 4747.0, 4745.0, 4788.0, 4746.0, 4730.0, 4768.0, 4735.0, 4709.0, 4779.0, 4760.0, 4762.0, 4750.0, 4748.0, 4751.0, 4721.0, 4768.0, 4725.0, 4768.0, 4717.0, 4693.0, 4743.0, 4707.0, 4767.0, 4727.0, 4779.0, 4738.0, 4711.0, 4734.0, 4696.0, 4755.0, 4711.0, 4697.0, 4745.0, 4717.0, 4766.0, 4738.0, 4770.0, 4727.0, 4705.0, 4741.0, 4717.0, 4756.0, 4706.0, 4766.0, 4748.0, 4756.0, 4731.0, 4711.0, 4745.0, 4701.0, 4766.0, 4725.0, 4767.0, 4753.0, 4718.0, 4772.0, 4729.0, 4724.0, 4749.0, 4717.0, 4773.0, 4727.0, 4778.0, 4735.0, 4777.0, 4728.0, 4715.0, 4737.0, 4711.0, 4754.0, 4720.0, 4778.0, 4734.0, 4712.0, 4736.0, 4701.0, 4770.0, 4732.0, 4770.0, 4738.0, 4774.0, 4752.0, 4714.0, 4759.0, 4705.0, 4760.0, 4727.0, 4778.0, 4738.0, 4773.0, 4739.0, 4760.0, 4741.0, 4722.0, 4768.0, 4711.0, 4757.0, 4707.0, 4760.0, 4723.0, 4757.0, 4737.0, 4722.0, 4761.0, 4722.0, 4767.0, 4706.0, 4768.0, 4716.0, 4767.0, 4728.0, 4776.0, 4734.0, 4753.0, 4739.0, 4696.0, 4738.0, 4707.0, 4747.0, 4707.0, 4775.0, 4745.0, 4781.0, 4732.0, 4720.0, 4733.0, 4723.0, 4772.0, 4724.0, 4775.0, 4732.0, 4772.0, 4736.0, 4763.0, 4753.0, 4725.0, 4784.0, 4712.0, 4769.0, 4733.0, 4779.0, 4738.0, 4751.0, 4749.0, 4714.0, 4765.0, 4708.0, 4765.0, 4722.0, 4768.0, 4735.0, 4772.0, 4747.0, 4759.0, 4749.0, 4719.0, 4748.0, 4705.0, 4753.0, 4717.0, 4765.0, 4741.0, 4775.0, 4738.0, 4700.0, 4725.0, 4698.0, 4754.0, 4710.0, 4771.0, 4743.0, 4762.0, 4726.0, 4765.0, 4732.0, 4739.0, 4729.0, 4705.0, 4759.0, 4710.0, 4769.0, 4710.0, 4753.0, 4720.0, 4764.0, 4731.0, 4747.0, 4738.0, 4712.0, 4743.0, 4707.0, 4757.0, 4717.0, 4762.0, 4740.0, 4743.0, 4733.0, 4709.0, 4758.0, 4713.0, 4765.0, 4729.0, 4779.0, 4749.0, 4776.0, 4735.0, 4748.0, 4726.0, 4721.0, 4735.0, 4712.0, 4768.0, 4705.0, 4763.0, 4716.0, 4743.0, 4723.0, 4705.0, 4746.0, 4715.0, 4782.0, 4722.0, 4782.0, 4731.0, 4771.0, 4740.0, 4774.0, 4751.0, 4786.0, 4742.0, 4729.0, 4727.0, 4693.0, 4750.0, 4722.0, 4764.0, 4714.0, 4780.0, 4722.0, 4749.0, 4730.0, 4706.0, 4745.0, 4718.0, 4780.0, 4737.0, 4775.0, 4726.0, 4778.0, 4742.0, 4759.0, 4752.0, 4729.0, 4772.0, 4708.0, 4770.0, 4718.0, 4749.0, 4731.0, 4727.0, 4741.0, 4716.0, 4764.0, 4708.0, 4771.0, 4723.0, 4765.0, 4728.0, 4775.0, 4740.0, 4777.0, 4752.0, 4720.0, 4742.0, 4693.0, 4754.0, 4713.0, 4772.0, 4742.0, 4773.0, 4742.0, 4708.0, 4749.0, 4710.0, 4768.0, 4733.0, 4754.0, 4740.0, 4706.0, 4769.0, 4707.0, 4777.0, 4732.0, 4783.0, 4739.0, 4774.0, 4741.0, 4779.0, 4743.0, 4717.0, 4729.0, 4702.0, 4755.0, 4720.0, 4764.0, 4739.0, 4746.0, 4733.0, 4708.0, 4750.0, 4705.0, 4765.0, 4716.0, 4767.0, 4742.0, 4771.0, 4730.0, 4695.0, 4721.0, 4697.0, 4751.0, 4712.0, 4765.0, 4732.0, 4766.0, 4740.0, 4703.0, 4740.0, 4703.0, 4754.0, 4719.0, 4761.0, 4742.0, 4776.0, 4741.0, 4749.0, 4725.0, 4718.0, 4739.0, 4703.0, 4769.0, 4721.0, 4768.0, 4729.0, 4740.0, 4734.0, 4705.0, 4749.0, 4723.0, 4770.0, 4731.0, 4754.0, 4733.0, 4731.0, 4752.0, 4741.0, 4766.0, 4720.0, 4765.0, 4711.0, 4778.0, 4726.0, 4782.0, 4752.0, 4774.0, 4739.0, 4698.0, 4726.0, 4692.0, 4750.0, 4708.0, 4756.0, 4704.0, 4777.0, 4730.0, 4728.0, 4716.0, 4695.0, 4771.0, 4732.0, 4774.0, 4752.0, 4757.0, 4751.0, 4696.0, 4752.0, 4714.0, 4763.0, 4730.0, 4782.0, 4738.0, 4704.0, 4738.0, 4705.0, 4770.0, 4725.0, 4789.0, 4746.0, 4781.0, 4751.0, 4732.0, 4745.0, 4697.0, 4757.0, 4730.0, 4743.0, 4751.0, 4705.0, 4765.0, 4703.0, 4768.0, 4731.0, 4778.0, 4745.0, 4775.0, 4738.0, 4705.0, 4744.0, 4714.0, 4773.0, 4749.0, 4703.0, 4750.0, 4697.0, 4768.0, 4736.0, 4763.0, 4762.0, 4715.0, 4774.0, 4729.0, 4765.0, 4729.0, 4757.0, 4734.0, 4709.0, 4764.0, 4698.0, 4754.0, 4701.0, 4757.0, 4727.0, 4763.0, 4738.0, 4715.0, 4721.0, 4702.0, 4746.0, 4721.0, 4747.0, 4728.0, 4729.0, 4747.0, 4710.0, 4768.0, 4730.0, 4747.0, 4725.0, 4697.0, 4749.0, 4720.0, 4758.0, 4708.0, 4771.0, 4717.0, 4763.0, 4719.0, 4758.0, 4726.0, 4714.0, 4759.0, 4713.0, 4781.0, 4722.0, 4751.0, 4733.0, 4769.0, 4744.0, 4758.0, 4752.0, 4709.0, 4750.0, 4707.0, 4760.0, 4717.0, 4768.0, 4721.0, 4782.0, 4727.0, 4750.0, 4728.0, 4734.0, 4734.0, 4719.0, 4771.0, 4717.0, 4769.0, 4729.0, 4772.0, 4733.0, 4766.0, 4735.0, 4758.0, 4727.0, 4697.0, 4730.0, 4695.0, 4748.0, 4717.0, 4761.0, 4741.0, 4752.0, 4727.0, 4696.0, 4728.0, 4688.0, 4756.0, 4716.0, 4767.0, 4743.0, 4764.0, 4729.0, 4702.0, 4739.0, 4711.0, 4752.0, 4716.0, 4762.0, 4731.0, 4775.0, 4716.0, 4697.0, 4736.0, 4714.0, 4759.0, 4711.0, 4764.0, 4729.0, 4767.0, 4733.0, 4772.0, 4740.0, 4777.0, 4762.0, 4708.0, 4735.0, 4712.0, 4750.0, 4713.0, 4750.0, 4709.0, 4753.0, 4705.0, 4763.0, 4712.0, 4760.0, 4712.0, 4714.0, 4739.0, 4720.0, 4756.0, 4709.0, 4756.0, 4693.0, 4759.0, 4707.0, 4770.0, 4741.0, 4769.0, 4732.0, 4748.0, 4718.0, 4727.0, 4728.0, 4736.0, 4741.0, 4730.0, 4743.0, 4709.0, 4761.0, 4706.0, 4747.0, 4697.0, 4756.0, 4717.0, 4762.0, 4721.0, 4770.0, 4703.0, 4755.0, 4709.0, 4769.0, 4729.0, 4765.0, 4740.0, 4716.0, 4732.0, 4706.0, 4734.0, 4726.0, 4738.0, 4721.0, 4747.0, 4722.0, 4778.0, 4721.0, 4767.0, 4702.0, 4771.0, 4711.0, 4777.0, 4741.0, 4774.0, 4750.0, 4781.0, 4728.0, 4757.0, 4727.0, 4744.0, 4743.0, 4711.0, 4754.0, 4695.0, 4765.0, 4717.0, 4768.0, 4729.0, 4778.0, 4748.0, 4768.0, 4729.0, 4721.0, 4731.0, 4694.0, 4732.0, 4704.0, 4751.0, 4706.0, 4771.0, 4709.0, 4757.0, 4703.0, 4758.0, 4721.0, 4769.0, 4731.0, 4769.0, 4744.0, 4785.0, 4721.0, 4727.0, 4744.0, 4712.0, 4765.0, 4732.0, 4708.0, 4769.0, 4734.0, 4775.0, 4729.0, 4723.0, 4749.0, 4771.0, 4748.0, 4784.0, 4748.0, 4741.0, 4739.0, 4694.0, 4728.0, 4699.0, 4750.0, 4708.0, 4764.0, 4722.0, 4769.0, 4721.0, 4724.0, 4721.0, 4706.0, 4737.0, 4709.0, 4761.0, 4732.0, 4771.0, 4717.0, 4764.0, 4713.0, 4747.0, 4728.0, 4767.0, 4735.0, 4727.0, 4740.0, 4692.0, 4739.0, 4692.0, 4751.0, 4716.0, 4764.0, 4725.0, 4769.0, 4712.0, 4768.0, 4729.0, 4755.0, 4733.0, 4698.0, 4743.0, 4708.0, 4753.0, 4730.0, 4783.0, 4739.0, 4780.0, 4753.0, 4782.0, 4739.0, 4740.0, 4720.0, 4725.0, 4731.0, 4746.0, 4737.0, 4739.0, 4749.0, 4695.0, 4758.0, 4707.0, 4766.0, 4719.0, 4768.0, 4743.0, 4768.0, 4727.0, 4764.0, 4720.0, 4753.0, 4709.0, 4755.0, 4720.0, 4770.0, 4726.0, 4769.0, 4723.0, 4737.0, 4719.0, 4709.0, 4723.0, 4752.0, 4733.0, 4788.0, 4741.0, 4773.0, 4743.0, 4761.0, 4725.0, 4749.0, 4734.0, 4779.0, 4752.0, 4753.0, 4745.0, 4712.0, 4737.0, 4701.0, 4753.0, 4714.0, 4755.0, 4712.0, 4784.0, 4719.0, 4779.0, 4732.0, 4774.0, 4745.0, 4780.0, 4736.0, 4774.0, 4750.0, 4771.0, 4732.0, 4717.0, 4731.0, 4695.0, 4751.0, 4710.0, 4771.0, 4723.0, 4781.0, 4722.0, 4766.0, 4732.0, 4763.0, 4733.0, 4777.0, 4743.0, 4736.0, 4731.0, 4709.0, 4733.0, 4707.0, 4762.0, 4720.0, 4777.0, 4752.0, 4773.0, 4738.0, 4758.0, 4730.0, 4709.0, 4727.0, 4710.0, 4747.0, 4712.0, 4762.0, 4720.0, 4769.0, 4720.0, 4768.0, 4728.0, 4740.0, 4739.0, 4698.0, 4745.0, 4708.0, 4753.0, 4718.0, 4768.0, 4735.0, 4767.0, 4742.0, 4777.0, 4728.0, 4779.0, 4720.0, 4761.0, 4729.0, 4747.0, 4723.0, 4709.0, 4739.0, 4692.0, 4748.0, 4693.0, 4759.0, 4719.0, 4773.0, 4739.0, 4709.0, 4740.0, 4697.0, 4741.0, 4704.0, 4772.0, 4736.0, 4791.0, 4740.0, 4719.0, 4732.0, 4704.0, 4746.0, 4723.0, 4777.0, 4731.0, 4773.0, 4729.0, 4771.0, 4727.0, 4747.0, 4728.0, 4731.0, 4750.0, 4710.0, 4766.0, 4706.0, 4758.0, 4720.0, 4764.0, 4737.0, 4728.0, 4760.0, 4720.0, 4758.0, 4697.0, 4758.0, 4721.0, 4763.0, 4735.0, 4773.0, 4735.0, 4708.0, 4727.0, 4698.0, 4736.0, 4694.0, 4753.0, 4727.0, 4758.0, 4734.0, 4704.0, 4758.0, 4704.0, 4767.0, 4729.0, 4767.0, 4721.0, 4768.0, 4730.0, 4691.0, 4745.0, 4716.0, 4768.0, 4727.0, 4754.0, 4726.0, 4705.0, 4740.0, 4699.0, 4752.0, 4710.0, 4717.0, 4729.0, 4704.0, 4764.0, 4730.0, 4753.0, 4722.0, 4707.0], 'WindowWidth': [10540.0, 10463.0, 10414.0, 10404.0, 10344.0, 10396.0, 10325.0, 10400.0, 10352.0, 10331.0, 10380.0, 10322.0, 10404.0, 10337.0, 10328.0, 10337.0, 10297.0, 10395.0, 10350.0, 10377.0, 10371.0, 10316.0, 10420.0, 10317.0, 10293.0, 10362.0, 10309.0, 10370.0, 10336.0, 10369.0, 10310.0, 10406.0, 10331.0, 10291.0, 10343.0, 10317.0, 10377.0, 10315.0, 10377.0, 10364.0, 10336.0, 10343.0, 10301.0, 10356.0, 10333.0, 10389.0, 10313.0, 10385.0, 10357.0, 10286.0, 10350.0, 10290.0, 10281.0, 10333.0, 10306.0, 10373.0, 10306.0, 10371.0, 10319.0, 10364.0, 10308.0, 10402.0, 10331.0, 10340.0, 10316.0, 10285.0, 10350.0, 10309.0, 10377.0, 10321.0, 10361.0, 10319.0, 10373.0, 10341.0, 10384.0, 10295.0, 10274.0, 10305.0, 10288.0, 10354.0, 10294.0, 10369.0, 10307.0, 10379.0, 10357.0, 10345.0, 10304.0, 10279.0, 10338.0, 10293.0, 10347.0, 10305.0, 10384.0, 10314.0, 10389.0, 10358.0, 10401.0, 10321.0, 10351.0, 10318.0, 10303.0, 10326.0, 10305.0, 10357.0, 10327.0, 10377.0, 10302.0, 10381.0, 10302.0, 10397.0, 10340.0, 10343.0, 10352.0, 10316.0, 10384.0, 10337.0, 10403.0, 10329.0, 10409.0, 10349.0, 10424.0, 10387.0, 10390.0, 10357.0, 10304.0, 10343.0, 10302.0, 10353.0, 10307.0, 10370.0, 10302.0, 10402.0, 10318.0, 10383.0, 10309.0, 10363.0, 10322.0, 10346.0, 10340.0, 10309.0, 10375.0, 10308.0, 10372.0, 10307.0, 10386.0, 10345.0, 10389.0, 10359.0, 10396.0, 10319.0, 10349.0, 10306.0, 10320.0, 10355.0, 10315.0, 10370.0, 10303.0, 10366.0, 10306.0, 10390.0, 10341.0, 10393.0, 10353.0, 10338.0, 10320.0, 10295.0, 10331.0, 10322.0, 10351.0, 10321.0, 10379.0, 10308.0, 10387.0, 10301.0, 10391.0, 10337.0, 10384.0, 10365.0, 10326.0, 10358.0, 10302.0, 10338.0, 10316.0, 10353.0, 10303.0, 10401.0, 10316.0, 10389.0, 10317.0, 10364.0, 10325.0, 10371.0, 10350.0, 10304.0, 10339.0, 10306.0, 10344.0, 10300.0, 10360.0, 10316.0, 10381.0, 10350.0, 10384.0, 10305.0, 10397.0, 10319.0, 10400.0, 10332.0, 10375.0, 10341.0, 10344.0, 10345.0, 10302.0, 10341.0, 10306.0, 10364.0, 10309.0, 10377.0, 10297.0, 10397.0, 10317.0, 10381.0, 10304.0, 10387.0, 10337.0, 10347.0, 10350.0, 10307.0, 10321.0, 10308.0, 10352.0, 10326.0, 10383.0, 10315.0, 10387.0, 10289.0, 10369.0, 10313.0, 10346.0, 10330.0, 10324.0, 10363.0, 10316.0, 10360.0, 10300.0, 10367.0, 10304.0, 10402.0, 10365.0, 10340.0, 10333.0, 10302.0, 10330.0, 10303.0, 10363.0, 10322.0, 10386.0, 10362.0, 10358.0, 10311.0, 10305.0, 10326.0, 10309.0, 10344.0, 10315.0, 10371.0, 10310.0, 10387.0, 10302.0, 10369.0, 10300.0, 10377.0, 10337.0, 10372.0, 10338.0, 10314.0, 10312.0, 10303.0, 10339.0, 10302.0, 10377.0, 10320.0, 10405.0, 10321.0, 10371.0, 10332.0, 10303.0, 10348.0, 10345.0, 10371.0, 10330.0, 10404.0, 10326.0, 10397.0, 10319.0, 10361.0, 10347.0, 10351.0, 10387.0, 10318.0, 10403.0, 10297.0, 10383.0, 10315.0, 10379.0, 10346.0, 10363.0, 10333.0, 10303.0, 10360.0, 10296.0, 10379.0, 10330.0, 10399.0, 10330.0, 10381.0, 10357.0, 10302.0, 10342.0, 10298.0, 10344.0, 10285.0, 10379.0, 10326.0, 10383.0, 10353.0, 10358.0, 10334.0, 10269.0, 10318.0, 10291.0, 10352.0, 10303.0, 10375.0, 10319.0, 10356.0, 10324.0, 10291.0, 10325.0, 10289.0, 10362.0, 10319.0, 10395.0, 10349.0, 10348.0, 10326.0, 10300.0, 10331.0, 10283.0, 10356.0, 10309.0, 10375.0, 10345.0, 10350.0, 10328.0, 10292.0, 10352.0, 10297.0, 10332.0, 10317.0, 10309.0, 10364.0, 10315.0, 10382.0, 10304.0, 10382.0, 10313.0, 10387.0, 10334.0, 10349.0, 10345.0, 10280.0, 10367.0, 10299.0, 10379.0, 10320.0, 10323.0, 10358.0, 10301.0, 10371.0, 10310.0, 10353.0, 10350.0, 10320.0, 10390.0, 10299.0, 10393.0, 10314.0, 10357.0, 10339.0, 10327.0, 10345.0, 10317.0, 10377.0, 10300.0, 10343.0, 10298.0, 10285.0, 10339.0, 10320.0, 10379.0, 10350.0, 10319.0, 10329.0, 10307.0, 10370.0, 10297.0, 10387.0, 10313.0, 10385.0, 10324.0, 10280.0, 10313.0, 10287.0, 10372.0, 10334.0, 10397.0, 10349.0, 10405.0, 10314.0, 10296.0, 10308.0, 10317.0, 10373.0, 10345.0, 10356.0, 10363.0, 10331.0, 10352.0, 10324.0, 10370.0, 10325.0, 10358.0, 10309.0, 10383.0, 10304.0, 10371.0, 10342.0, 10332.0, 10370.0, 10349.0, 10341.0, 10369.0, 10350.0, 10339.0, 10361.0, 10348.0, 10393.0, 10353.0, 10408.0, 10371.0, 10325.0, 10355.0, 10325.0, 10363.0, 10323.0, 10389.0, 10316.0, 10292.0, 10346.0, 10315.0, 10340.0, 10310.0, 10319.0, 10368.0, 10329.0, 10385.0, 10329.0, 10320.0, 10338.0, 10297.0, 10357.0, 10313.0, 10360.0, 10313.0, 10385.0, 10321.0, 10309.0, 10324.0, 10319.0, 10369.0, 10325.0, 10374.0, 10325.0, 10325.0, 10320.0, 10311.0, 10357.0, 10331.0, 10388.0, 10327.0, 10389.0, 10326.0, 10324.0, 10344.0, 10315.0, 10371.0, 10314.0, 10354.0, 10316.0, 10361.0, 10331.0, 10370.0, 10333.0, 10327.0, 10340.0, 10336.0, 10397.0, 10337.0, 10410.0, 10353.0, 10386.0, 10327.0, 10370.0, 10331.0, 10381.0, 10343.0, 10380.0, 10316.0, 10316.0, 10304.0, 10311.0, 10370.0, 10330.0, 10387.0, 10361.0, 10336.0, 10328.0, 10318.0, 10320.0, 10313.0, 10339.0, 10318.0, 10374.0, 10315.0, 10368.0, 10318.0, 10369.0, 10331.0, 10385.0, 10340.0, 10317.0, 10345.0, 10303.0, 10361.0, 10334.0, 10365.0, 10324.0, 10386.0, 10317.0, 10357.0, 10306.0, 10358.0, 10311.0, 10337.0, 10299.0, 10345.0, 10299.0, 10341.0, 10311.0, 10367.0, 10312.0, 10359.0, 10322.0, 10369.0, 10315.0, 10367.0, 10324.0, 10347.0, 10325.0, 10350.0, 10334.0, 10329.0, 10369.0, 10336.0, 10361.0, 10324.0, 10380.0, 10319.0, 10375.0, 10315.0, 10380.0, 10311.0, 10386.0, 10330.0, 10353.0, 10315.0, 10353.0, 10315.0, 10373.0, 10330.0, 10377.0, 10340.0, 10340.0, 10330.0, 10333.0, 10331.0, 10338.0, 10355.0, 10340.0, 10380.0, 10330.0, 10392.0, 10341.0, 10387.0, 10329.0, 10385.0, 10343.0, 10406.0, 10351.0, 10358.0, 10339.0, 10307.0, 10325.0, 10313.0, 10357.0, 10317.0, 10384.0, 10320.0, 10386.0, 10318.0, 10369.0, 10333.0, 10374.0, 10342.0, 10386.0, 10349.0, 10316.0, 10327.0, 10318.0, 10345.0, 10322.0, 10371.0, 10330.0, 10381.0, 10331.0, 10391.0, 10309.0, 10375.0, 10331.0, 10361.0, 10350.0, 10308.0, 10356.0, 10320.0, 10354.0, 10315.0, 10363.0, 10334.0, 10382.0, 10346.0, 10351.0, 10332.0, 10323.0, 10315.0, 10311.0, 10356.0, 10312.0, 10370.0, 10315.0, 10387.0, 10336.0, 10370.0, 10331.0, 10332.0, 10345.0, 10339.0, 10379.0, 10338.0, 10409.0, 10335.0, 10387.0, 10331.0, 10370.0, 10333.0, 10381.0, 10329.0, 10378.0, 10310.0, 10361.0, 10312.0, 10358.0, 10314.0, 10366.0, 10313.0, 10331.0, 10328.0, 10312.0, 10336.0, 10315.0, 10375.0, 10333.0, 10378.0, 10352.0, 10390.0, 10333.0, 10338.0, 10346.0, 10328.0, 10370.0, 10312.0, 10390.0, 10329.0, 10373.0, 10325.0, 10390.0, 10332.0, 10379.0, 10342.0, 10303.0, 10347.0, 10312.0, 10359.0, 10331.0, 10325.0, 10337.0, 10353.0, 10329.0, 10387.0, 10324.0, 10385.0, 10333.0, 10291.0, 10326.0, 10328.0, 10363.0, 10320.0, 10368.0, 10327.0, 10382.0, 10323.0, 10356.0, 10309.0, 10314.0, 10326.0, 10309.0, 10344.0, 10306.0, 10360.0, 10323.0, 10363.0, 10324.0, 10367.0, 10326.0, 10298.0, 10327.0, 10323.0, 10364.0, 10343.0, 10383.0, 10340.0, 10318.0, 10324.0, 10315.0, 10333.0, 10318.0, 10366.0, 10314.0, 10362.0, 10319.0, 10363.0, 10327.0, 10368.0, 10318.0, 10329.0, 10337.0, 10308.0, 10368.0, 10327.0, 10341.0, 10330.0, 10330.0, 10362.0, 10323.0, 10389.0, 10349.0, 10343.0, 10330.0, 10337.0, 10377.0, 10356.0, 10403.0, 10354.0, 10382.0, 10329.0, 10304.0, 10325.0, 10339.0, 10320.0, 10325.0, 10339.0, 10295.0, 10334.0, 10309.0, 10349.0, 10308.0, 10350.0, 10320.0, 10365.0, 10318.0, 10310.0, 10338.0, 10338.0, 10338.0, 10355.0, 10340.0, 10395.0, 10349.0, 10393.0, 10346.0, 10333.0, 10349.0, 10352.0, 10387.0, 10362.0, 10402.0, 10352.0, 10313.0, 10336.0, 10322.0, 10368.0, 10325.0, 10386.0, 10338.0, 10313.0, 10331.0, 10317.0, 10364.0, 10331.0, 10370.0, 10341.0, 10283.0, 10332.0, 10326.0, 10310.0, 10329.0, 10308.0, 10370.0, 10332.0, 10377.0, 10331.0, 10369.0, 10317.0, 10388.0, 10324.0, 10301.0, 10326.0, 10304.0, 10344.0, 10318.0, 10361.0, 10328.0, 10368.0, 10321.0, 10312.0, 10354.0, 10329.0, 10316.0, 10324.0, 10316.0, 10368.0, 10338.0, 10383.0, 10382.0, 10406.0, 10386.0, 10299.0, 10313.0, 10346.0, 10354.0, 10301.0, 10427.0, 10345.0, 10371.0, 10333.0, 10348.0, 10337.0, 10301.0, 10372.0, 10334.0, 10387.0, 10342.0, 10297.0, 10358.0, 10324.0, 10264.0, 10375.0, 10328.0, 10277.0, 10333.0, 10304.0, 10285.0, 10266.0, 10337.0, 10292.0, 10278.0, 10266.0, 10317.0, 10272.0, 10310.0, 10318.0, 10306.0, 10370.0, 10315.0, 10318.0, 10322.0, 10298.0, 10353.0, 10313.0, 10308.0, 10338.0, 10290.0, 10345.0, 10337.0, 10307.0, 10348.0, 10333.0, 10299.0, 10322.0, 10350.0, 10300.0, 10382.0, 10356.0, 10373.0, 10356.0, 10306.0, 10365.0, 10321.0, 10307.0, 10393.0, 10358.0, 10364.0, 10422.0, 10364.0, 10338.0, 10388.0, 10346.0, 10310.0, 10405.0, 10377.0, 10379.0, 10363.0, 10357.0, 10363.0, 10322.0, 10386.0, 10321.0, 10384.0, 10309.0, 10276.0, 10343.0, 10297.0, 10381.0, 10326.0, 10403.0, 10343.0, 10298.0, 10331.0, 10283.0, 10360.0, 10300.0, 10285.0, 10349.0, 10313.0, 10381.0, 10344.0, 10388.0, 10326.0, 10297.0, 10342.0, 10313.0, 10366.0, 10298.0, 10380.0, 10357.0, 10365.0, 10333.0, 10307.0, 10347.0, 10295.0, 10380.0, 10325.0, 10385.0, 10367.0, 10316.0, 10395.0, 10334.0, 10329.0, 10361.0, 10314.0, 10398.0, 10329.0, 10402.0, 10338.0, 10399.0, 10330.0, 10309.0, 10340.0, 10306.0, 10362.0, 10322.0, 10401.0, 10336.0, 10311.0, 10339.0, 10298.0, 10389.0, 10341.0, 10390.0, 10345.0, 10396.0, 10369.0, 10309.0, 10373.0, 10298.0, 10375.0, 10329.0, 10400.0, 10346.0, 10392.0, 10347.0, 10376.0, 10350.0, 10325.0, 10388.0, 10309.0, 10366.0, 10301.0, 10374.0, 10321.0, 10370.0, 10344.0, 10327.0, 10378.0, 10324.0, 10383.0, 10299.0, 10384.0, 10313.0, 10382.0, 10330.0, 10397.0, 10338.0, 10362.0, 10346.0, 10284.0, 10342.0, 10300.0, 10353.0, 10301.0, 10392.0, 10359.0, 10407.0, 10340.0, 10322.0, 10341.0, 10331.0, 10396.0, 10332.0, 10397.0, 10341.0, 10396.0, 10344.0, 10386.0, 10371.0, 10327.0, 10414.0, 10312.0, 10388.0, 10341.0, 10403.0, 10346.0, 10366.0, 10361.0, 10308.0, 10381.0, 10302.0, 10379.0, 10324.0, 10386.0, 10338.0, 10390.0, 10359.0, 10374.0, 10360.0, 10316.0, 10354.0, 10295.0, 10359.0, 10314.0, 10378.0, 10350.0, 10394.0, 10342.0, 10293.0, 10322.0, 10288.0, 10360.0, 10306.0, 10390.0, 10354.0, 10375.0, 10328.0, 10379.0, 10336.0, 10344.0, 10329.0, 10296.0, 10372.0, 10303.0, 10384.0, 10305.0, 10357.0, 10319.0, 10377.0, 10337.0, 10355.0, 10344.0, 10312.0, 10348.0, 10302.0, 10367.0, 10315.0, 10375.0, 10350.0, 10347.0, 10334.0, 10306.0, 10369.0, 10314.0, 10380.0, 10336.0, 10403.0, 10364.0, 10399.0, 10338.0, 10358.0, 10325.0, 10321.0, 10336.0, 10311.0, 10385.0, 10296.0, 10376.0, 10314.0, 10347.0, 10328.0, 10301.0, 10356.0, 10321.0, 10412.0, 10328.0, 10410.0, 10339.0, 10393.0, 10351.0, 10394.0, 10366.0, 10412.0, 10353.0, 10332.0, 10327.0, 10279.0, 10360.0, 10327.0, 10377.0, 10309.0, 10404.0, 10326.0, 10359.0, 10336.0, 10302.0, 10354.0, 10321.0, 10406.0, 10344.0, 10398.0, 10329.0, 10401.0, 10352.0, 10375.0, 10367.0, 10333.0, 10392.0, 10302.0, 10389.0, 10316.0, 10358.0, 10334.0, 10327.0, 10350.0, 10313.0, 10377.0, 10304.0, 10391.0, 10328.0, 10379.0, 10329.0, 10394.0, 10348.0, 10399.0, 10366.0, 10319.0, 10343.0, 10278.0, 10360.0, 10305.0, 10390.0, 10353.0, 10389.0, 10351.0, 10304.0, 10359.0, 10308.0, 10384.0, 10342.0, 10371.0, 10352.0, 10303.0, 10391.0, 10306.0, 10399.0, 10342.0, 10412.0, 10349.0, 10396.0, 10351.0, 10402.0, 10348.0, 10312.0, 10330.0, 10296.0, 10362.0, 10321.0, 10377.0, 10348.0, 10352.0, 10334.0, 10302.0, 10360.0, 10297.0, 10377.0, 10312.0, 10385.0, 10352.0, 10386.0, 10331.0, 10281.0, 10314.0, 10285.0, 10353.0, 10304.0, 10377.0, 10337.0, 10382.0, 10347.0, 10292.0, 10347.0, 10294.0, 10360.0, 10319.0, 10371.0, 10353.0, 10397.0, 10349.0, 10358.0, 10322.0, 10314.0, 10343.0, 10291.0, 10385.0, 10322.0, 10384.0, 10332.0, 10347.0, 10336.0, 10299.0, 10362.0, 10327.0, 10392.0, 10337.0, 10365.0, 10342.0, 10338.0, 10368.0, 10352.0, 10385.0, 10323.0, 10382.0, 10310.0, 10402.0, 10325.0, 10409.0, 10366.0, 10393.0, 10345.0, 10287.0, 10322.0, 10276.0, 10360.0, 10303.0, 10366.0, 10295.0, 10397.0, 10333.0, 10330.0, 10312.0, 10285.0, 10391.0, 10339.0, 10395.0, 10369.0, 10370.0, 10362.0, 10286.0, 10357.0, 10308.0, 10375.0, 10336.0, 10409.0, 10346.0, 10295.0, 10344.0, 10300.0, 10390.0, 10328.0, 10417.0, 10363.0, 10411.0, 10366.0, 10340.0, 10351.0, 10289.0, 10370.0, 10337.0, 10356.0, 10366.0, 10300.0, 10383.0, 10302.0, 10387.0, 10339.0, 10403.0, 10356.0, 10396.0, 10344.0, 10296.0, 10349.0, 10319.0, 10390.0, 10361.0, 10293.0, 10361.0, 10290.0, 10386.0, 10343.0, 10383.0, 10382.0, 10311.0, 10396.0, 10333.0, 10378.0, 10332.0, 10370.0, 10335.0, 10302.0, 10377.0, 10286.0, 10359.0, 10285.0, 10365.0, 10325.0, 10374.0, 10342.0, 10306.0, 10314.0, 10296.0, 10351.0, 10321.0, 10354.0, 10330.0, 10334.0, 10356.0, 10306.0, 10386.0, 10332.0, 10354.0, 10323.0, 10286.0, 10359.0, 10320.0, 10372.0, 10302.0, 10392.0, 10314.0, 10376.0, 10319.0, 10372.0, 10328.0, 10312.0, 10375.0, 10316.0, 10407.0, 10328.0, 10365.0, 10343.0, 10392.0, 10360.0, 10373.0, 10366.0, 10305.0, 10361.0, 10300.0, 10375.0, 10317.0, 10385.0, 10322.0, 10408.0, 10330.0, 10362.0, 10330.0, 10337.0, 10338.0, 10319.0, 10394.0, 10315.0, 10388.0, 10333.0, 10389.0, 10332.0, 10385.0, 10337.0, 10367.0, 10325.0, 10284.0, 10323.0, 10281.0, 10348.0, 10314.0, 10370.0, 10348.0, 10357.0, 10325.0, 10283.0, 10326.0, 10272.0, 10364.0, 10312.0, 10382.0, 10348.0, 10376.0, 10330.0, 10295.0, 10343.0, 10305.0, 10357.0, 10313.0, 10371.0, 10334.0, 10392.0, 10311.0, 10287.0, 10339.0, 10316.0, 10376.0, 10312.0, 10381.0, 10334.0, 10384.0, 10341.0, 10396.0, 10351.0, 10398.0, 10381.0, 10303.0, 10336.0, 10310.0, 10361.0, 10304.0, 10360.0, 10304.0, 10360.0, 10294.0, 10376.0, 10302.0, 10371.0, 10304.0, 10309.0, 10347.0, 10321.0, 10368.0, 10302.0, 10365.0, 10278.0, 10371.0, 10302.0, 10388.0, 10350.0, 10389.0, 10339.0, 10357.0, 10317.0, 10328.0, 10331.0, 10340.0, 10350.0, 10336.0, 10348.0, 10305.0, 10376.0, 10298.0, 10354.0, 10286.0, 10367.0, 10316.0, 10374.0, 10322.0, 10388.0, 10292.0, 10363.0, 10305.0, 10387.0, 10335.0, 10380.0, 10348.0, 10314.0, 10338.0, 10299.0, 10337.0, 10325.0, 10344.0, 10324.0, 10358.0, 10328.0, 10402.0, 10324.0, 10384.0, 10300.0, 10390.0, 10311.0, 10399.0, 10352.0, 10394.0, 10364.0, 10407.0, 10330.0, 10369.0, 10328.0, 10351.0, 10353.0, 10310.0, 10363.0, 10285.0, 10377.0, 10316.0, 10386.0, 10335.0, 10402.0, 10359.0, 10385.0, 10331.0, 10321.0, 10335.0, 10280.0, 10330.0, 10296.0, 10363.0, 10299.0, 10390.0, 10305.0, 10368.0, 10293.0, 10369.0, 10321.0, 10388.0, 10337.0, 10387.0, 10352.0, 10420.0, 10321.0, 10328.0, 10358.0, 10312.0, 10379.0, 10341.0, 10307.0, 10389.0, 10345.0, 10396.0, 10334.0, 10329.0, 10363.0, 10395.0, 10358.0, 10411.0, 10358.0, 10346.0, 10341.0, 10278.0, 10327.0, 10288.0, 10352.0, 10305.0, 10376.0, 10318.0, 10385.0, 10321.0, 10320.0, 10322.0, 10298.0, 10342.0, 10304.0, 10378.0, 10338.0, 10390.0, 10313.0, 10379.0, 10304.0, 10353.0, 10328.0, 10384.0, 10336.0, 10327.0, 10347.0, 10275.0, 10343.0, 10275.0, 10362.0, 10313.0, 10376.0, 10324.0, 10387.0, 10304.0, 10383.0, 10331.0, 10367.0, 10334.0, 10288.0, 10347.0, 10305.0, 10361.0, 10336.0, 10411.0, 10347.0, 10406.0, 10370.0, 10409.0, 10347.0, 10346.0, 10320.0, 10322.0, 10336.0, 10354.0, 10342.0, 10346.0, 10359.0, 10284.0, 10370.0, 10302.0, 10380.0, 10319.0, 10385.0, 10355.0, 10385.0, 10328.0, 10376.0, 10318.0, 10357.0, 10303.0, 10363.0, 10318.0, 10386.0, 10326.0, 10385.0, 10319.0, 10340.0, 10318.0, 10305.0, 10327.0, 10366.0, 10341.0, 10417.0, 10353.0, 10391.0, 10357.0, 10380.0, 10334.0, 10360.0, 10346.0, 10404.0, 10368.0, 10371.0, 10355.0, 10313.0, 10343.0, 10298.0, 10368.0, 10320.0, 10369.0, 10314.0, 10413.0, 10321.0, 10403.0, 10341.0, 10394.0, 10360.0, 10408.0, 10345.0, 10395.0, 10366.0, 10391.0, 10338.0, 10315.0, 10336.0, 10284.0, 10364.0, 10311.0, 10392.0, 10328.0, 10408.0, 10325.0, 10380.0, 10338.0, 10377.0, 10344.0, 10399.0, 10357.0, 10340.0, 10337.0, 10306.0, 10336.0, 10302.0, 10374.0, 10325.0, 10399.0, 10365.0, 10394.0, 10343.0, 10369.0, 10331.0, 10304.0, 10326.0, 10306.0, 10353.0, 10309.0, 10372.0, 10318.0, 10385.0, 10319.0, 10383.0, 10329.0, 10348.0, 10344.0, 10290.0, 10351.0, 10305.0, 10361.0, 10319.0, 10386.0, 10347.0, 10385.0, 10354.0, 10399.0, 10330.0, 10403.0, 10320.0, 10369.0, 10331.0, 10355.0, 10319.0, 10302.0, 10344.0, 10276.0, 10355.0, 10278.0, 10370.0, 10320.0, 10390.0, 10347.0, 10305.0, 10348.0, 10287.0, 10343.0, 10295.0, 10393.0, 10344.0, 10421.0, 10350.0, 10321.0, 10339.0, 10297.0, 10354.0, 10330.0, 10398.0, 10335.0, 10391.0, 10332.0, 10392.0, 10328.0, 10354.0, 10331.0, 10336.0, 10361.0, 10306.0, 10381.0, 10298.0, 10368.0, 10321.0, 10376.0, 10342.0, 10328.0, 10375.0, 10318.0, 10368.0, 10283.0, 10363.0, 10312.0, 10374.0, 10337.0, 10388.0, 10334.0, 10299.0, 10322.0, 10285.0, 10335.0, 10279.0, 10357.0, 10327.0, 10370.0, 10334.0, 10292.0, 10368.0, 10293.0, 10380.0, 10329.0, 10382.0, 10315.0, 10384.0, 10326.0, 10272.0, 10346.0, 10311.0, 10382.0, 10328.0, 10362.0, 10327.0, 10294.0, 10339.0, 10288.0, 10355.0, 10304.0, 10313.0, 10332.0, 10296.0, 10375.0, 10333.0, 10371.0, 10325.0, 10304.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.005645479525862068</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03780407478448276</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.644675005477104</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2408630187277654</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0120447767385465</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4769</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5646.4844</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09026646137486775</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.8017241379310347</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7556285468841395</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6523943003983557</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9934062013589076</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.621085138895156</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00382127</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020916055887937546</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03126290813088417</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1856</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.791199322435927</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>36.7844</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.7553</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.068</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298011.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>843.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.5231</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0785</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>654.6319</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3882.5426</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4121.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78533.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1224.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5139.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1086.9842</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.916488618939184</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> |