ds005256-mriqc/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 879116e880 [DATALAD RUNCMD] Compute MRIQC for sub-0036
=== 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-0036 --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-0036",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 19:18:00 +02:00

616 lines
No EOL
170 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-0036_ses-03_task-shortvideo_acq-mb8_run-01_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-0036_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0036_suffix-bold_task-shortvideo" 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-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0036_suffix-bold_task-shortvideo" 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-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0036_suffix-bold_task-shortvideo" 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-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0036_suffix-bold_task-shortvideo" 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 &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0036_suffix-bold_task-shortvideo" 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-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0036_suffix-bold_task-shortvideo" 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-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0036_suffix-bold_task-shortvideo" 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-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_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-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_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-0036/ses-03/func/sub-0036_ses-03_task-shortvideo_acq-mb8_run-01_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>589636a78ae1bd065c304a37dd23ed9d</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:02:5.100000</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.999142, 0.0391317, 0.0135712, -0.0359383, 0.98197, -0.185589]</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-01_task-shortvideo_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.0844607</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-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7697, -7335, 555, -18, -192, 34, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.751</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f3fe3001-fdc0-4c11-9740-5a7e1411cc4f||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.6806247234344482, -0.09641993790864944, 0.05559004098176956, 114.9826431274414], [-0.1049874946475029, 2.634553909301758, -0.4993431270122528, -72.89338684082031], [0.03641049191355705, 0.4979213774204254, 2.652841091156006, -120.60669708251953], [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, 1640]</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], 'AcquisitionTime': ['100205.100000', '100205.560000', '100206.020000', '100206.480000', '100206.940000', '100207.400000', '100207.860000', '100208.320000', '100208.780000', '100209.240000', '100209.700000', '100210.160000', '100210.620000', '100211.080000', '100211.540000', '100212.000000', '100212.460000', '100212.920000', '100213.380000', '100213.840000', '100214.300000', '100214.760000', '100215.220000', '100215.680000', '100216.140000', '100216.600000', '100217.060000', '100217.520000', '100217.980000', '100218.440000', '100218.900000', '100219.360000', '100219.820000', '100220.280000', '100220.740000', '100221.200000', '100221.660000', '100222.120000', '100222.580000', '100223.040000', '100223.500000', '100223.960000', '100224.420000', '100224.880000', '100225.340000', '100225.800000', '100226.260000', '100226.720000', '100227.180000', '100227.640000', '100228.100000', '100228.560000', '100229.020000', '100229.480000', '100229.940000', '100230.400000', '100230.860000', '100231.320000', '100231.780000', '100232.240000', '100232.700000', '100233.160000', '100233.620000', '100234.080000', '100234.540000', '100235.000000', '100235.460000', '100235.920000', '100236.380000', '100236.840000', '100237.300000', '100237.760000', '100238.220000', '100238.680000', '100239.140000', '100239.600000', '100240.060000', '100240.520000', '100240.980000', '100241.440000', '100241.900000', '100242.360000', '100242.820000', '100243.280000', '100243.740000', '100244.200000', '100244.660000', '100245.120000', '100245.580000', '100246.040000', '100246.500000', '100246.960000', '100247.420000', '100247.880000', '100248.340000', '100248.800000', '100249.260000', '100249.720000', '100250.180000', '100250.640000', '100251.100000', '100251.560000', '100252.020000', '100252.480000', '100252.940000', '100253.400000', '100253.860000', '100254.320000', '100254.780000', '100255.240000', '100255.700000', '100256.160000', '100256.620000', '100257.080000', '100257.540000', '100258.000000', '100258.460000', '100258.920000', '100259.380000', '100259.840000', '100300.300000', '100300.760000', '100301.220000', '100301.680000', '100302.140000', '100302.600000', '100303.060000', '100303.520000', '100303.980000', '100304.440000', '100304.900000', '100305.360000', '100305.820000', '100306.280000', '100306.740000', '100307.200000', '100307.660000', '100308.120000', '100308.580000', '100309.040000', '100309.500000', '100309.960000', '100310.420000', '100310.880000', '100311.340000', '100311.800000', '100312.260000', '100312.720000', '100313.180000', '100313.640000', '100314.100000', '100314.560000', '100315.020000', '100315.480000', '100315.940000', '100316.400000', '100316.860000', '100317.320000', '100317.780000', '100318.240000', '100318.700000', '100319.160000', '100319.620000', '100320.080000', '100320.540000', '100321.000000', '100321.460000', '100321.920000', '100322.380000', '100322.840000', '100323.300000', '100323.760000', '100324.220000', '100324.680000', '100325.140000', '100325.600000', '100326.060000', '100326.520000', '100326.980000', '100327.440000', '100327.900000', '100328.360000', '100328.820000', '100329.280000', '100329.740000', '100330.200000', '100330.660000', '100331.120000', '100331.580000', '100332.040000', '100332.500000', '100332.960000', '100333.420000', '100333.880000', '100334.340000', '100334.800000', '100335.260000', '100335.720000', '100336.180000', '100336.640000', '100337.100000', '100337.560000', '100338.020000', '100338.480000', '100338.940000', '100339.400000', '100339.860000', '100340.320000', '100340.780000', '100341.240000', '100341.700000', '100342.160000', '100342.620000', '100343.080000', '100343.540000', '100344.000000', '100344.460000', '100344.920000', '100345.380000', '100345.840000', '100346.300000', '100346.760000', '100347.220000', '100347.680000', '100348.140000', '100348.600000', '100349.060000', '100349.520000', '100349.980000', '100350.440000', '100350.900000', '100351.360000', '100351.820000', '100352.280000', '100352.740000', '100353.200000', '100353.660000', '100354.120000', '100354.580000', '100355.040000', '100355.500000', '100355.960000', '100356.420000', '100356.880000', '100357.340000', '100357.800000', '100358.260000', '100358.720000', '100359.180000', '100359.640000', '100400.100000', '100400.560000', '100401.020000', '100401.480000', '100401.940000', '100402.400000', '100402.860000', '100403.320000', '100403.780000', '100404.240000', '100404.700000', '100405.160000', '100405.620000', '100406.080000', '100406.540000', '100407.000000', '100407.460000', '100407.920000', '100408.380000', '100408.840000', '100409.300000', '100409.760000', '100410.220000', '100410.680000', '100411.140000', '100411.600000', '100412.060000', '100412.520000', '100412.980000', '100413.440000', '100413.900000', '100414.360000', '100414.820000', '100415.280000', '100415.740000', '100416.200000', '100416.660000', '100417.120000', '100417.580000', '100418.040000', '100418.500000', '100418.960000', '100419.420000', '100419.880000', '100420.340000', '100420.800000', '100421.260000', '100421.720000', '100422.180000', '100422.640000', '100423.100000', '100423.560000', '100424.020000', '100424.480000', '100424.940000', '100425.400000', '100425.860000', '100426.320000', '100426.780000', '100427.240000', '100427.700000', '100428.160000', '100428.620000', '100429.080000', '100429.540000', '100430.000000', '100430.460000', '100430.920000', '100431.380000', '100431.840000', '100432.300000', '100432.760000', '100433.220000', '100433.680000', '100434.140000', '100434.600000', '100435.060000', '100435.520000', '100435.980000', '100436.440000', '100436.900000', '100437.360000', '100437.820000', '100438.280000', '100438.740000', '100439.200000', '100439.660000', '100440.120000', '100440.580000', '100441.040000', '100441.500000', '100441.960000', '100442.420000', '100442.880000', '100443.340000', '100443.800000', '100444.260000', '100444.720000', '100445.180000', '100445.640000', '100446.100000', '100446.560000', '100447.020000', '100447.480000', '100447.940000', '100448.400000', '100448.860000', '100449.320000', '100449.780000', '100450.240000', '100450.700000', '100451.160000', '100451.620000', '100452.080000', '100452.540000', '100453.000000', '100453.460000', '100453.920000', '100454.380000', '100454.840000', '100455.300000', '100455.760000', '100456.220000', '100456.680000', '100457.140000', '100457.600000', '100458.060000', '100458.520000', '100458.980000', '100459.440000', '100459.900000', '100500.360000', '100500.820000', '100501.280000', '100501.740000', '100502.200000', '100502.660000', '100503.120000', '100503.580000', '100504.040000', '100504.500000', '100504.960000', '100505.420000', '100505.880000', '100506.340000', '100506.800000', '100507.260000', '100507.720000', '100508.180000', '100508.640000', '100509.100000', '100509.560000', '100510.020000', '100510.480000', '100510.940000', '100511.400000', '100511.860000', '100512.320000', '100512.780000', '100513.240000', '100513.700000', '100514.160000', '100514.620000', '100515.080000', '100515.540000', '100516.000000', '100516.460000', '100516.920000', '100517.380000', '100517.840000', '100518.300000', '100518.760000', '100519.220000', '100519.680000', '100520.140000', '100520.600000', '100521.060000', '100521.520000', '100521.980000', '100522.440000', '100522.900000', '100523.360000', '100523.820000', '100524.280000', '100524.740000', '100525.200000', '100525.660000', '100526.120000', '100526.580000', '100527.040000', '100527.500000', '100527.960000', '100528.420000', '100528.880000', '100529.340000', '100529.800000', '100530.260000', '100530.720000', '100531.180000', '100531.640000', '100532.100000', '100532.560000', '100533.020000', '100533.480000', '100533.940000', '100534.400000', '100534.860000', '100535.320000', '100535.780000', '100536.240000', '100536.700000', '100537.160000', '100537.620000', '100538.080000', '100538.540000', '100539.000000', '100539.460000', '100539.920000', '100540.380000', '100540.840000', '100541.300000', '100541.760000', '100542.220000', '100542.680000', '100543.140000', '100543.600000', '100544.060000', '100544.520000', '100544.980000', '100545.440000', '100545.900000', '100546.360000', '100546.820000', '100547.280000', '100547.740000', '100548.200000', '100548.660000', '100549.120000', '100549.580000', '100550.040000', '100550.500000', '100550.960000', '100551.420000', '100551.880000', '100552.340000', '100552.800000', '100553.260000', '100553.720000', '100554.180000', '100554.640000', '100555.100000', '100555.560000', '100556.020000', '100556.480000', '100556.940000', '100557.400000', '100557.860000', '100558.320000', '100558.780000', '100559.240000', '100559.700000', '100600.160000', '100600.620000', '100601.080000', '100601.540000', '100602.000000', '100602.460000', '100602.920000', '100603.380000', '100603.840000', '100604.300000', '100604.760000', '100605.220000', '100605.680000', '100606.140000', '100606.600000', '100607.060000', '100607.520000', '100607.980000', '100608.440000', '100608.900000', '100609.360000', '100609.820000', '100610.280000', '100610.740000', '100611.200000', '100611.660000', '100612.120000', '100612.580000', '100613.040000', '100613.500000', '100613.960000', '100614.420000', '100614.880000', '100615.340000', '100615.800000', '100616.260000', '100616.720000', '100617.180000', '100617.640000', '100618.100000', '100618.560000', '100619.020000', '100619.480000', '100619.940000', '100620.400000', '100620.860000', '100621.320000', '100621.780000', '100622.240000', '100622.700000', '100623.160000', '100623.620000', '100624.080000', '100624.540000', '100625.000000', '100625.460000', '100625.920000', '100626.380000', '100626.840000', '100627.300000', '100627.760000', '100628.220000', '100628.680000', '100629.140000', '100629.600000', '100630.060000', '100630.520000', '100630.980000', '100631.440000', '100631.900000', '100632.360000', '100632.820000', '100633.280000', '100633.740000', '100634.200000', '100634.660000', '100635.120000', '100635.580000', '100636.040000', '100636.500000', '100636.960000', '100637.420000', '100637.880000', '100638.340000', '100638.800000', '100639.260000', '100639.720000', '100640.180000', '100640.640000', '100641.100000', '100641.560000', '100642.020000', '100642.480000', '100642.940000', '100643.400000', '100643.860000', '100644.320000', '100644.780000', '100645.240000', '100645.700000', '100646.160000', '100646.620000', '100647.080000', '100647.540000', '100648.000000', '100648.460000', '100648.920000', '100649.380000', '100649.840000', '100650.300000', '100650.760000', '100651.220000', '100651.680000', '100652.140000', '100652.600000', '100653.060000', '100653.520000', '100653.980000', '100654.440000', '100654.900000', '100655.360000', '100655.820000', '100656.280000', '100656.740000', '100657.200000', '100657.660000', '100658.120000', '100658.580000', '100659.040000', '100659.500000', '100659.960000', '100700.420000', '100700.880000', '100701.340000', '100701.800000', '100702.260000', '100702.720000', '100703.180000', '100703.640000', '100704.100000', '100704.560000', '100705.020000', '100705.480000', '100705.940000', '100706.400000', '100706.860000', '100707.320000', '100707.780000', '100708.240000', '100708.700000', '100709.160000', '100709.620000', '100710.080000', '100710.540000', '100711.000000', '100711.460000', '100711.920000', '100712.380000', '100712.840000', '100713.300000', '100713.760000', '100714.220000', '100714.680000', '100715.140000', '100715.600000', '100716.060000', '100716.520000', '100716.980000', '100717.440000', '100717.900000', '100718.360000', '100718.820000', '100719.280000', '100719.740000', '100720.200000', '100720.660000', '100721.120000', '100721.580000', '100722.040000', '100722.500000', '100722.960000', '100723.420000', '100723.880000', '100724.340000', '100724.800000', '100725.260000', '100725.720000', '100726.180000', '100726.640000', '100727.100000', '100727.560000', '100728.020000', '100728.480000', '100728.940000', '100729.400000', '100729.860000', '100730.320000', '100730.780000', '100731.240000', '100731.700000', '100732.160000', '100732.620000', '100733.080000', '100733.540000', '100734.000000', '100734.460000', '100734.920000', '100735.380000', '100735.840000', '100736.300000', '100736.760000', '100737.220000', '100737.680000', '100738.140000', '100738.600000', '100739.060000', '100739.520000', '100739.980000', '100740.440000', '100740.900000', '100741.360000', '100741.820000', '100742.280000', '100742.740000', '100743.200000', '100743.660000', '100744.120000', '100744.580000', '100745.040000', '100745.500000', '100745.960000', '100746.420000', '100746.880000', '100747.340000', '100747.800000', '100748.260000', '100748.720000', '100749.180000', '100749.640000', '100750.100000', '100750.560000', '100751.020000', '100751.480000', '100751.940000', '100752.400000', '100752.860000', '100753.320000', '100753.780000', '100754.240000', '100754.700000', '100755.160000', '100755.620000', '100756.080000', '100756.540000', '100757.000000', '100757.460000', '100757.920000', '100758.380000', '100758.840000', '100759.300000', '100759.760000', '100800.220000', '100800.680000', '100801.140000', '100801.600000', '100802.060000', '100802.520000', '100802.980000', '100803.440000', '100803.900000', '100804.360000', '100804.820000', '100805.280000', '100805.740000', '100806.200000', '100806.660000', '100807.120000', '100807.580000', '100808.040000', '100808.500000', '100808.960000', '100809.420000', '100809.880000', '100810.340000', '100810.800000', '100811.260000', '100811.720000', '100812.180000', '100812.640000', '100813.100000', '100813.560000', '100814.020000', '100814.480000', '100814.940000', '100815.400000', '100815.860000', '100816.320000', '100816.780000', '100817.240000', '100817.700000', '100818.160000', '100818.620000', '100819.080000', '100819.540000', '100820.000000', '100820.460000', '100820.920000', '100821.380000', '100821.840000', '100822.300000', '100822.760000', '100823.220000', '100823.680000', '100824.140000', '100824.600000', '100825.060000', '100825.520000', '100825.980000', '100826.440000', '100826.900000', '100827.360000', '100827.820000', '100828.280000', '100828.740000', '100829.200000', '100829.660000', '100830.120000', '100830.580000', '100831.040000', '100831.500000', '100831.960000', '100832.420000', '100832.880000', '100833.340000', '100833.800000', '100834.260000', '100834.720000', '100835.180000', '100835.640000', '100836.100000', '100836.560000', '100837.020000', '100837.480000', '100837.940000', '100838.400000', '100838.860000', '100839.320000', '100839.780000', '100840.240000', '100840.700000', '100841.160000', '100841.620000', '100842.080000', '100842.540000', '100843.000000', '100843.460000', '100843.920000', '100844.380000', '100844.840000', '100845.300000', '100845.760000', '100846.220000', '100846.680000', '100847.140000', '100847.600000', '100848.060000', '100848.520000', '100848.980000', '100849.440000', '100849.900000', '100850.360000', '100850.820000', '100851.280000', '100851.740000', '100852.200000', '100852.660000', '100853.120000', '100853.580000', '100854.040000', '100854.500000', '100854.960000', '100855.420000', '100855.880000', '100856.340000', '100856.800000', '100857.260000', '100857.720000', '100858.180000', '100858.640000', '100859.100000', '100859.560000', '100900.020000', '100900.480000', '100900.940000', '100901.400000', '100901.860000', '100902.320000', '100902.780000', '100903.240000', '100903.700000', '100904.160000', '100904.620000', '100905.080000', '100905.540000', '100906.000000', '100906.460000', '100906.920000', '100907.380000', '100907.840000', '100908.300000', '100908.760000', '100909.220000', '100909.680000', '100910.140000', '100910.600000', '100911.060000', '100911.520000', '100911.980000', '100912.440000', '100912.900000', '100913.360000', '100913.820000', '100914.280000', '100914.740000', '100915.200000', '100915.660000', '100916.120000', '100916.580000', '100917.040000', '100917.500000', '100917.960000', '100918.420000', '100918.880000', '100919.340000', '100919.800000', '100920.260000', '100920.720000', '100921.180000', '100921.640000', '100922.100000', '100922.560000', '100923.020000', '100923.480000', '100923.940000', '100924.400000', '100924.860000', '100925.320000', '100925.780000', '100926.240000', '100926.700000', '100927.160000', '100927.620000', '100928.080000', '100928.540000', '100929.000000', '100929.460000', '100929.920000', '100930.380000', '100930.840000', '100931.300000', '100931.760000', '100932.220000', '100932.680000', '100933.140000', '100933.600000', '100934.060000', '100934.520000', '100934.980000', '100935.440000', '100935.900000', '100936.360000', '100936.820000', '100937.280000', '100937.740000', '100938.200000', '100938.660000', '100939.120000', '100939.580000', '100940.040000', '100940.500000', '100940.960000', '100941.420000', '100941.880000', '100942.340000', '100942.800000', '100943.260000', '100943.720000', '100944.180000', '100944.640000', '100945.100000', '100945.560000', '100946.020000', '100946.480000', '100946.940000', '100947.400000', '100947.860000', '100948.320000', '100948.780000', '100949.240000', '100949.700000', '100950.160000', '100950.620000', '100951.080000', '100951.540000', '100952.000000', '100952.460000', '100952.920000', '100953.380000', '100953.840000', '100954.300000', '100954.760000', '100955.220000', '100955.680000', '100956.140000', '100956.600000', '100957.060000', '100957.520000', '100957.980000', '100958.440000', '100958.900000', '100959.360000', '100959.820000', '101000.280000', '101000.740000', '101001.200000', '101001.660000', '101002.120000', '101002.580000', '101003.040000', '101003.500000', '101003.960000', '101004.420000', '101004.880000', '101005.340000', '101005.800000', '101006.260000', '101006.720000', '101007.180000', '101007.640000', '101008.100000', '101008.560000', '101009.020000', '101009.480000', '101009.940000', '101010.400000', '101010.860000', '101011.320000', '101011.780000', '101012.240000', '101012.700000', '101013.160000', '101013.620000', '101014.080000', '101014.540000', '101015.000000', '101015.460000', '101015.920000', '101016.380000', '101016.840000', '101017.300000', '101017.760000', '101018.220000', '101018.680000', '101019.140000', '101019.600000', '101020.060000', '101020.520000', '101020.980000', '101021.440000', '101021.900000', '101022.360000', '101022.820000', '101023.280000', '101023.740000', '101024.200000', '101024.660000', '101025.120000', '101025.580000', '101026.040000', '101026.500000', '101026.960000', '101027.420000', '101027.880000', '101028.340000', '101028.800000', '101029.260000', '101029.720000', '101030.180000', '101030.640000', '101031.100000', '101031.560000', '101032.020000', '101032.480000', '101032.940000', '101033.400000', '101033.860000', '101034.320000', '101034.780000', '101035.240000', '101035.700000', '101036.160000', '101036.620000', '101037.080000', '101037.540000', '101038.000000', '101038.460000', '101038.920000', '101039.380000', '101039.840000', '101040.300000', '101040.760000', '101041.220000', '101041.680000', '101042.140000', '101042.600000', '101043.060000', '101043.520000', '101043.980000', '101044.440000', '101044.900000', '101045.360000', '101045.820000', '101046.280000', '101046.740000', '101047.200000', '101047.660000', '101048.120000', '101048.580000', '101049.040000', '101049.500000', '101049.960000', '101050.420000', '101050.880000', '101051.340000', '101051.800000', '101052.260000', '101052.720000', '101053.180000', '101053.640000', '101054.100000', '101054.560000', '101055.020000', '101055.480000', '101055.940000', '101056.400000', '101056.860000', '101057.320000', '101057.780000', '101058.240000', '101058.700000', '101059.160000', '101059.620000', '101100.080000', '101100.540000', '101101.000000', '101101.460000', '101101.920000', '101102.380000', '101102.840000', '101103.300000', '101103.760000', '101104.220000', '101104.680000', '101105.140000', '101105.600000', '101106.060000', '101106.520000', '101106.980000', '101107.440000', '101107.900000', '101108.360000', '101108.820000', '101109.280000', '101109.740000', '101110.200000', '101110.660000', '101111.120000', '101111.580000', '101112.040000', '101112.500000', '101112.960000', '101113.420000', '101113.880000', '101114.340000', '101114.800000', '101115.260000', '101115.720000', '101116.180000', '101116.640000', '101117.100000', '101117.560000', '101118.020000', '101118.480000', '101118.940000', '101119.400000', '101119.860000', '101120.320000', '101120.780000', '101121.240000', '101121.700000', '101122.160000', '101122.620000', '101123.080000', '101123.540000', '101124.000000', '101124.460000', '101124.920000', '101125.380000', '101125.840000', '101126.300000', '101126.760000', '101127.220000', '101127.680000', '101128.140000', '101128.600000', '101129.060000', '101129.520000', '101129.980000', '101130.440000', '101130.900000', '101131.360000', '101131.820000', '101132.280000', '101132.740000', '101133.200000', '101133.660000', '101134.120000', '101134.580000', '101135.040000', '101135.500000', '101135.960000', '101136.420000', '101136.880000', '101137.340000', '101137.800000', '101138.260000', '101138.720000', '101139.180000', '101139.640000', '101140.100000', '101140.560000', '101141.020000', '101141.480000', '101141.940000', '101142.400000', '101142.860000', '101143.320000', '101143.780000', '101144.240000', '101144.700000', '101145.160000', '101145.620000', '101146.080000', '101146.540000', '101147.000000', '101147.460000', '101147.920000', '101148.380000', '101148.840000', '101149.300000', '101149.760000', '101150.220000', '101150.680000', '101151.140000', '101151.600000', '101152.060000', '101152.520000', '101152.980000', '101153.440000', '101153.900000', '101154.360000', '101154.820000', '101155.280000', '101155.740000', '101156.200000', '101156.660000', '101157.120000', '101157.580000', '101158.040000', '101158.500000', '101158.960000', '101159.420000', '101159.880000', '101200.340000', '101200.800000', '101201.260000', '101201.720000', '101202.180000', '101202.640000', '101203.100000', '101203.560000', '101204.020000', '101204.480000', '101204.940000', '101205.400000', '101205.860000', '101206.320000', '101206.780000', '101207.240000', '101207.700000', '101208.160000', '101208.620000', '101209.080000', '101209.540000', '101210.000000', '101210.460000', '101210.920000', '101211.380000', '101211.840000', '101212.300000', '101212.760000', '101213.220000', '101213.680000', '101214.140000', '101214.600000', '101215.060000', '101215.520000', '101215.980000', '101216.440000', '101216.900000', '101217.360000', '101217.820000', '101218.280000', '101218.740000', '101219.200000', '101219.660000', '101220.120000', '101220.580000', '101221.040000', '101221.500000', '101221.960000', '101222.420000', '101222.880000', '101223.340000', '101223.800000', '101224.260000', '101224.720000', '101225.180000', '101225.640000', '101226.100000', '101226.560000', '101227.020000', '101227.480000', '101227.940000', '101228.400000', '101228.860000', '101229.320000', '101229.780000', '101230.240000', '101230.700000', '101231.160000', '101231.620000', '101232.080000', '101232.540000', '101233.000000', '101233.460000', '101233.920000', '101234.380000', '101234.840000', '101235.300000', '101235.760000', '101236.220000', '101236.680000', '101237.140000', '101237.600000', '101238.060000', '101238.520000', '101238.980000', '101239.440000', '101239.900000', '101240.360000', '101240.820000', '101241.280000', '101241.740000', '101242.200000', '101242.660000', '101243.120000', '101243.580000', '101244.040000', '101244.500000', '101244.960000', '101245.420000', '101245.880000', '101246.340000', '101246.800000', '101247.260000', '101247.720000', '101248.180000', '101248.640000', '101249.100000', '101249.560000', '101250.020000', '101250.480000', '101250.940000', '101251.400000', '101251.860000', '101252.320000', '101252.780000', '101253.240000', '101253.700000', '101254.160000', '101254.620000', '101255.080000', '101255.540000', '101256.000000', '101256.460000', '101256.920000', '101257.380000', '101257.840000', '101258.300000', '101258.760000', '101259.220000', '101259.680000', '101300.140000', '101300.600000', '101301.060000', '101301.520000', '101301.980000', '101302.440000', '101302.900000', '101303.360000', '101303.820000', '101304.280000', '101304.740000', '101305.200000', '101305.660000', '101306.120000', '101306.580000', '101307.040000', '101307.500000', '101307.960000', '101308.420000', '101308.880000', '101309.340000', '101309.800000', '101310.260000', '101310.720000', '101311.180000', '101311.640000', '101312.100000', '101312.560000', '101313.020000', '101313.480000', '101313.940000', '101314.400000', '101314.860000', '101315.320000', '101315.780000', '101316.240000', '101316.700000', '101317.160000', '101317.620000', '101318.080000', '101318.540000', '101319.000000', '101319.460000', '101319.920000', '101320.380000', '101320.840000', '101321.300000', '101321.760000', '101322.220000', '101322.680000', '101323.140000', '101323.600000', '101324.060000', '101324.520000', '101324.980000', '101325.440000', '101325.900000', '101326.360000', '101326.820000', '101327.280000', '101327.740000', '101328.200000', '101328.660000', '101329.120000', '101329.580000', '101330.040000', '101330.500000', '101330.960000', '101331.420000', '101331.880000', '101332.340000', '101332.800000', '101333.260000', '101333.720000', '101334.180000', '101334.640000', '101335.100000', '101335.560000', '101336.020000', '101336.480000', '101336.940000', '101337.400000', '101337.860000', '101338.320000', '101338.780000', '101339.240000', '101339.700000', '101340.160000', '101340.620000', '101341.080000', '101341.540000', '101342.000000', '101342.460000', '101342.920000', '101343.380000', '101343.840000', '101344.300000', '101344.760000', '101345.220000', '101345.680000', '101346.140000', '101346.600000', '101347.060000', '101347.520000', '101347.980000', '101348.440000', '101348.900000', '101349.360000', '101349.820000', '101350.280000', '101350.740000', '101351.200000', '101351.660000', '101352.120000', '101352.580000', '101353.040000', '101353.500000', '101353.960000', '101354.420000', '101354.880000', '101355.340000', '101355.800000', '101356.260000', '101356.720000', '101357.180000', '101357.640000', '101358.100000', '101358.560000', '101359.020000', '101359.480000', '101359.940000', '101400.400000', '101400.860000', '101401.320000', '101401.780000', '101402.240000', '101402.700000', '101403.160000', '101403.620000', '101404.080000', '101404.540000', '101405.000000', '101405.460000', '101405.920000', '101406.380000', '101406.840000', '101407.300000', '101407.760000', '101408.220000', '101408.680000', '101409.140000', '101409.600000', '101410.060000', '101410.520000', '101410.980000', '101411.440000', '101411.900000', '101412.360000', '101412.820000', '101413.280000', '101413.740000', '101414.200000', '101414.660000', '101415.120000', '101415.580000', '101416.040000', '101416.500000', '101416.960000', '101417.420000', '101417.880000', '101418.340000', '101418.800000', '101419.260000', '101419.720000', '101420.180000', '101420.640000', '101421.100000', '101421.560000', '101422.020000', '101422.480000', '101422.940000', '101423.400000', '101423.860000', '101424.320000', '101424.780000', '101425.240000', '101425.700000', '101426.160000', '101426.620000', '101427.080000', '101427.540000', '101428.000000', '101428.460000', '101428.920000', '101429.380000', '101429.840000', '101430.300000', '101430.760000', '101431.220000', '101431.680000', '101432.140000', '101432.600000', '101433.060000', '101433.520000', '101433.980000', '101434.440000', '101434.900000', '101435.360000', '101435.820000', '101436.280000', '101436.740000', '101437.200000', '101437.660000', '101438.120000', '101438.580000', '101439.040000'], 'ContentTime': ['100215.711000', '100215.715000', '100215.718000', '100215.720000', '100215.723000', '100215.726000', '100215.729000', '100215.738000', '100215.741000', '100215.744000', '100215.746000', '100215.749000', '100215.752000', '100215.755000', '100215.758000', '100215.767000', '100215.770000', '100215.773000', '100215.776000', '100215.778000', '100215.781000', '100235.671000', '100235.674000', '100235.677000', '100235.680000', '100235.683000', '100235.685000', '100235.688000', '100235.691000', '100235.695000', '100235.698000', '100235.706000', '100235.709000', '100235.712000', '100235.715000', '100235.718000', '100235.721000', '100235.724000', '100235.727000', '100235.729000', '100235.732000', '100235.735000', '100235.738000', '100235.741000', '100235.744000', '100235.747000', '100235.750000', '100235.753000', '100235.756000', '100235.759000', '100235.762000', '100235.765000', '100235.768000', '100235.771000', '100235.774000', '100235.777000', '100235.779000', '100235.782000', '100235.785000', '100235.797000', '100235.800000', '100235.803000', '100235.806000', '100235.809000', '100255.671000', '100255.674000', '100255.677000', '100255.680000', '100255.683000', '100255.686000', '100255.688000', '100255.691000', '100255.694000', '100255.697000', '100255.700000', '100255.703000', '100255.706000', '100255.709000', '100255.711000', '100255.714000', '100255.717000', '100255.720000', '100255.723000', '100255.726000', '100255.729000', '100255.732000', '100255.734000', '100255.737000', '100255.743000', '100255.746000', '100255.749000', '100255.752000', '100255.755000', '100255.758000', '100255.760000', '100255.763000', '100255.766000', '100255.769000', '100255.772000', '100255.775000', '100255.778000', '100255.781000', '100255.784000', '100255.786000', '100255.789000', '100255.792000', '100255.795000', '100255.798000', '100315.671000', '100315.674000', '100315.677000', '100315.680000', '100315.683000', '100315.686000', '100315.689000', '100315.691000', '100315.694000', '100315.697000', '100315.700000', '100315.703000', '100315.706000', '100315.709000', '100315.711000', '100315.714000', '100315.717000', '100315.720000', '100315.723000', '100315.726000', '100315.729000', '100315.732000', '100315.735000', '100315.737000', '100315.740000', '100315.743000', '100315.746000', '100315.749000', '100315.752000', '100315.755000', '100315.758000', '100315.761000', '100315.764000', '100315.767000', '100315.769000', '100315.772000', '100315.775000', '100315.778000', '100315.781000', '100315.784000', '100315.792000', '100315.794000', '100315.797000', '100335.671000', '100335.674000', '100335.677000', '100335.695000', '100335.698000', '100335.701000', '100335.704000', '100335.707000', '100335.710000', '100335.713000', '100335.716000', '100335.718000', '100335.721000', '100335.724000', '100335.727000', '100335.730000', '100335.733000', '100335.736000', '100335.739000', '100335.742000', '100335.744000', '100335.747000', '100335.750000', '100335.753000', '100335.756000', '100335.759000', '100335.762000', '100335.765000', '100335.768000', '100335.771000', '100335.773000', '100335.776000', '100335.793000', '100335.796000', '100335.799000', '100335.802000', '100335.804000', '100335.807000', '100335.810000', '100335.813000', '100335.816000', '100335.819000', '100335.822000', '100335.825000', '100355.671000', '100355.674000', '100355.677000', '100355.680000', '100355.683000', '100355.686000', '100355.689000', '100355.691000', '100355.694000', '100355.697000', '100355.700000', '100355.703000', '100355.706000', '100355.709000', '100355.712000', '100355.715000', '100355.718000', '100355.720000', '100355.723000', '100355.740000', '100355.742000', '100355.745000', '100355.748000', '100355.751000', '100355.754000', '100355.757000', '100355.760000', '100355.763000', '100355.766000', '100355.768000', '100355.771000', '100355.774000', '100355.777000', '100355.780000', '100355.783000', '100355.786000', '100355.789000', '100355.792000', '100355.795000', '100355.798000', '100355.800000', '100355.804000', '100355.809000', '100415.670000', '100415.673000', '100415.676000', '100415.679000', '100415.682000', '100415.685000', '100415.688000', '100415.691000', '100415.693000', '100415.696000', '100415.699000', '100415.702000', '100415.705000', '100415.708000', '100415.711000', '100415.714000', '100415.717000', '100415.720000', '100415.723000', '100415.726000', '100415.729000', '100415.732000', '100415.734000', '100415.737000', '100415.740000', '100415.743000', '100415.746000', '100415.749000', '100415.752000', '100415.755000', '100415.758000', '100415.761000', '100415.763000', '100415.766000', '100415.769000', '100415.772000', '100415.775000', '100415.778000', '100415.781000', '100415.784000', '100415.787000', '100415.789000', '100415.792000', '100415.795000', '100435.671000', '100435.674000', '100435.677000', '100435.680000', '100435.683000', '100435.686000', '100435.689000', '100435.691000', '100435.694000', '100435.697000', '100435.700000', '100435.703000', '100435.706000', '100435.709000', '100435.712000', '100435.715000', '100435.718000', '100435.720000', '100435.723000', '100435.726000', '100435.729000', '100435.732000', '100435.735000', '100435.738000', '100435.749000', '100435.752000', '100435.754000', '100435.757000', '100435.760000', '100435.763000', '100435.766000', '100435.769000', '100435.772000', '100435.775000', '100435.778000', '100435.781000', '100435.783000', '100435.786000', '100435.790000', '100435.792000', '100435.795000', '100435.798000', '100435.801000', '100455.671000', '100455.674000', '100455.677000', '100455.680000', '100455.683000', '100455.686000', '100455.688000', '100455.691000', '100455.694000', '100455.697000', '100455.700000', '100455.703000', '100455.706000', '100455.709000', '100455.712000', '100455.715000', '100455.718000', '100455.720000', '100455.723000', '100455.726000', '100455.729000', '100455.732000', '100455.735000', '100455.738000', '100455.741000', '100455.744000', '100455.747000', '100455.749000', '100455.752000', '100455.755000', '100455.758000', '100455.761000', '100455.764000', '100455.767000', '100455.770000', '100455.773000', '100455.775000', '100455.778000', '100455.781000', '100455.784000', '100455.787000', '100455.790000', '100455.793000', '100455.796000', '100515.671000', '100515.674000', '100515.677000', '100515.680000', '100515.683000', '100515.686000', '100515.689000', '100515.691000', '100515.694000', '100515.697000', '100515.700000', '100515.703000', '100515.706000', '100515.721000', '100515.724000', '100515.726000', '100515.729000', '100515.732000', '100515.735000', '100515.738000', '100515.741000', '100515.744000', '100515.747000', '100515.750000', '100515.753000', '100515.755000', '100515.758000', '100515.761000', '100515.764000', '100515.767000', '100515.771000', '100515.774000', '100515.777000', '100515.780000', '100515.783000', '100515.786000', '100515.806000', '100515.809000', '100515.812000', '100515.815000', '100515.818000', '100515.821000', '100515.824000', '100535.671000', '100535.674000', '100535.677000', '100535.680000', '100535.683000', '100535.686000', '100535.688000', '100535.691000', '100535.694000', '100535.697000', '100535.700000', '100535.703000', '100535.706000', '100535.709000', '100535.712000', '100535.715000', '100535.717000', '100535.720000', '100535.723000', '100535.726000', '100535.729000', '100535.732000', '100535.735000', '100535.738000', '100535.741000', '100535.744000', '100535.747000', '100535.749000', '100535.752000', '100535.755000', '100535.758000', '100535.761000', '100535.764000', '100535.767000', '100535.770000', '100535.773000', '100535.776000', '100535.778000', '100535.781000', '100535.784000', '100535.787000', '100535.790000', '100535.793000', '100535.796000', '100555.671000', '100555.674000', '100555.677000', '100555.680000', '100555.683000', '100555.686000', '100555.689000', '100555.691000', '100555.694000', '100555.697000', '100555.700000', '100555.703000', '100555.706000', '100555.709000', '100555.712000', '100555.715000', '100555.718000', '100555.721000', '100555.723000', '100555.726000', '100555.729000', '100555.732000', '100555.735000', '100555.738000', '100555.741000', '100555.744000', '100555.751000', '100555.754000', '100555.757000', '100555.760000', '100555.763000', '100555.765000', '100555.768000', '100555.771000', '100555.774000', '100555.777000', '100555.780000', '100555.783000', '100555.786000', '100555.789000', '100555.792000', '100555.794000', '100555.797000', '100615.671000', '100615.674000', '100615.677000', '100615.680000', '100615.683000', '100615.686000', '100615.689000', '100615.691000', '100615.694000', '100615.697000', '100615.700000', '100615.703000', '100615.706000', '100615.709000', '100615.712000', '100615.715000', '100615.718000', '100615.721000', '100615.724000', '100615.726000', '100615.729000', '100615.732000', '100615.735000', '100615.738000', '100615.741000', '100615.744000', '100615.747000', '100615.750000', '100615.753000', '100615.755000', '100615.758000', '100615.761000', '100615.764000', '100615.767000', '100615.770000', '100615.773000', '100615.785000', '100615.788000', '100615.791000', '100615.794000', '100615.797000', '100615.800000', '100615.803000', '100615.806000', '100635.670000', '100635.673000', '100635.676000', '100635.679000', '100635.682000', '100635.685000', '100635.688000', '100635.690000', '100635.693000', '100635.696000', '100635.699000', '100635.702000', '100635.705000', '100635.708000', '100635.711000', '100635.714000', '100635.717000', '100635.719000', '100635.722000', '100635.725000', '100635.728000', '100635.731000', '100635.734000', '100635.737000', '100635.740000', '100635.743000', '100635.746000', '100635.749000', '100635.751000', '100635.754000', '100635.757000', '100635.760000', '100635.763000', '100635.766000', '100635.769000', '100635.772000', '100635.775000', '100635.778000', '100635.791000', '100635.794000', '100635.797000', '100635.800000', '100635.803000', '100655.671000', '100655.674000', '100655.677000', '100655.680000', '100655.683000', '100655.686000', '100655.689000', '100655.699000', '100655.702000', '100655.705000', '100655.708000', '100655.711000', '100655.714000', '100655.717000', '100655.720000', '100655.723000', '100655.726000', '100655.728000', '100655.731000', '100655.734000', '100655.737000', '100655.740000', '100655.743000', '100655.746000', '100655.749000', '100655.752000', '100655.755000', '100655.758000', '100655.761000', '100655.764000', '100655.767000', '100655.770000', '100655.773000', '100655.776000', '100655.778000', '100655.781000', '100655.784000', '100655.787000', '100655.790000', '100655.793000', '100655.796000', '100655.799000', '100655.802000', '100715.671000', '100715.674000', '100715.677000', '100715.680000', '100715.683000', '100715.686000', '100715.689000', '100715.691000', '100715.694000', '100715.697000', '100715.700000', '100715.703000', '100715.706000', '100715.709000', '100715.712000', '100715.715000', '100715.718000', '100715.721000', '100715.723000', '100715.726000', '100715.729000', '100715.732000', '100715.735000', '100715.738000', '100715.741000', '100715.744000', '100715.747000', '100715.750000', '100715.753000', '100715.755000', '100715.758000', '100715.761000', '100715.764000', '100715.767000', '100715.770000', '100715.773000', '100715.776000', '100715.779000', '100715.782000', '100715.785000', '100715.788000', '100715.791000', '100715.793000', '100715.796000', '100735.671000', '100735.674000', '100735.677000', '100735.680000', '100735.683000', '100735.686000', '100735.689000', '100735.708000', '100735.711000', '100735.714000', '100735.717000', '100735.720000', '100735.723000', '100735.726000', '100735.729000', '100735.732000', '100735.734000', '100735.737000', '100735.740000', '100735.743000', '100735.746000', '100735.754000', '100735.757000', '100735.760000', '100735.763000', '100735.766000', '100735.769000', '100735.772000', '100735.775000', '100735.778000', '100735.780000', '100735.783000', '100735.786000', '100735.789000', '100735.792000', '100735.795000', '100735.798000', '100735.801000', '100735.804000', '100735.807000', '100735.810000', '100735.813000', '100735.815000', '100755.671000', '100755.674000', '100755.677000', '100755.680000', '100755.683000', '100755.686000', '100755.689000', '100755.692000', '100755.695000', '100755.697000', '100755.700000', '100755.703000', '100755.706000', '100755.711000', '100755.714000', '100755.717000', '100755.720000', '100755.723000', '100755.726000', '100755.728000', '100755.731000', '100755.734000', '100755.737000', '100755.740000', '100755.743000', '100755.746000', '100755.749000', '100755.752000', '100755.755000', '100755.764000', '100755.767000', '100755.770000', '100755.773000', '100755.776000', '100755.779000', '100755.781000', '100755.784000', '100755.787000', '100755.790000', '100755.793000', '100755.796000', '100755.799000', '100755.802000', '100755.805000', '100815.671000', '100815.674000', '100815.677000', '100815.680000', '100815.683000', '100815.686000', '100815.689000', '100815.692000', '100815.695000', '100815.698000', '100815.701000', '100815.704000', '100815.707000', '100815.710000', '100815.713000', '100815.716000', '100815.719000', '100815.721000', '100815.724000', '100815.727000', '100815.742000', '100815.745000', '100815.748000', '100815.751000', '100815.754000', '100815.756000', '100815.759000', '100815.762000', '100815.765000', '100815.768000', '100815.771000', '100815.774000', '100815.777000', '100815.780000', '100815.783000', '100815.786000', '100815.789000', '100815.792000', '100815.795000', '100815.798000', '100815.800000', '100815.803000', '100815.806000', '100835.671000', '100835.674000', '100835.677000', '100835.680000', '100835.683000', '100835.686000', '100835.689000', '100835.692000', '100835.695000', '100835.698000', '100835.700000', '100835.703000', '100835.706000', '100835.709000', '100835.712000', '100835.715000', '100835.718000', '100835.721000', '100835.723000', '100835.727000', '100835.729000', '100835.732000', '100835.735000', '100835.738000', '100835.741000', '100835.744000', '100835.747000', '100835.750000', '100835.752000', '100835.755000', '100835.758000', '100835.761000', '100835.764000', '100835.767000', '100835.770000', '100835.773000', '100835.776000', '100835.779000', '100835.782000', '100835.785000', '100835.787000', '100835.790000', '100835.793000', '100835.796000', '100855.670000', '100855.673000', '100855.676000', '100855.679000', '100855.682000', '100855.685000', '100855.688000', '100855.691000', '100855.694000', '100855.697000', '100855.700000', '100855.703000', '100855.706000', '100855.712000', '100855.715000', '100855.718000', '100855.721000', '100855.724000', '100855.727000', '100855.730000', '100855.733000', '100855.736000', '100855.739000', '100855.741000', '100855.744000', '100855.747000', '100855.751000', '100855.754000', '100855.757000', '100855.760000', '100855.763000', '100855.765000', '100855.769000', '100855.772000', '100855.775000', '100855.778000', '100855.781000', '100855.783000', '100855.786000', '100855.789000', '100855.793000', '100855.795000', '100855.798000', '100915.671000', '100915.674000', '100915.677000', '100915.680000', '100915.683000', '100915.686000', '100915.689000', '100915.692000', '100915.695000', '100915.697000', '100915.700000', '100915.703000', '100915.706000', '100915.709000', '100915.712000', '100915.715000', '100915.718000', '100915.721000', '100915.724000', '100915.727000', '100915.730000', '100915.732000', '100915.735000', '100915.738000', '100915.741000', '100915.744000', '100915.747000', '100915.750000', '100915.753000', '100915.756000', '100915.759000', '100915.762000', '100915.765000', '100915.768000', '100915.770000', '100915.773000', '100915.776000', '100915.779000', '100915.782000', '100915.785000', '100915.788000', '100915.791000', '100915.794000', '100915.796000', '100935.671000', '100935.674000', '100935.677000', '100935.680000', '100935.683000', '100935.686000', '100935.689000', '100935.692000', '100935.695000', '100935.698000', '100935.701000', '100935.704000', '100935.707000', '100935.710000', '100935.712000', '100935.716000', '100935.719000', '100935.722000', '100935.726000', '100935.729000', '100935.732000', '100935.735000', '100935.738000', '100935.740000', '100935.743000', '100935.746000', '100935.749000', '100935.752000', '100935.755000', '100935.758000', '100935.761000', '100935.764000', '100935.767000', '100935.770000', '100935.773000', '100935.775000', '100935.778000', '100935.781000', '100935.784000', '100935.787000', '100935.790000', '100935.793000', '100935.796000', '100955.671000', '100955.674000', '100955.677000', '100955.680000', '100955.683000', '100955.686000', '100955.689000', '100955.692000', '100955.695000', '100955.697000', '100955.700000', '100955.703000', '100955.706000', '100955.709000', '100955.712000', '100955.715000', '100955.718000', '100955.721000', '100955.724000', '100955.727000', '100955.730000', '100955.733000', '100955.735000', '100955.738000', '100955.741000', '100955.744000', '100955.747000', '100955.750000', '100955.753000', '100955.756000', '100955.759000', '100955.762000', '100955.765000', '100955.767000', '100955.770000', '100955.773000', '100955.776000', '100955.779000', '100955.782000', '100955.785000', '100955.788000', '100955.791000', '100955.794000', '100955.797000', '101015.671000', '101015.674000', '101015.677000', '101015.680000', '101015.684000', '101015.687000', '101015.690000', '101015.693000', '101015.696000', '101015.699000', '101015.702000', '101015.705000', '101015.708000', '101015.711000', '101015.714000', '101015.716000', '101015.719000', '101015.722000', '101015.725000', '101015.728000', '101015.731000', '101015.734000', '101015.737000', '101015.740000', '101015.743000', '101015.746000', '101015.749000', '101015.752000', '101015.755000', '101015.758000', '101015.761000', '101015.765000', '101015.768000', '101015.771000', '101015.774000', '101015.776000', '101015.779000', '101015.782000', '101015.785000', '101015.788000', '101015.791000', '101015.794000', '101015.797000', '101035.671000', '101035.674000', '101035.677000', '101035.680000', '101035.683000', '101035.686000', '101035.689000', '101035.692000', '101035.695000', '101035.698000', '101035.700000', '101035.703000', '101035.706000', '101035.709000', '101035.712000', '101035.715000', '101035.718000', '101035.721000', '101035.724000', '101035.727000', '101035.730000', '101035.732000', '101035.735000', '101035.738000', '101035.741000', '101035.744000', '101035.747000', '101035.750000', '101035.753000', '101035.756000', '101035.759000', '101035.762000', '101035.770000', '101035.773000', '101035.776000', '101035.779000', '101035.782000', '101035.785000', '101035.788000', '101035.791000', '101035.794000', '101035.796000', '101035.799000', '101035.818000', '101055.671000', '101055.674000', '101055.677000', '101055.680000', '101055.683000', '101055.686000', '101055.689000', '101055.692000', '101055.695000', '101055.698000', '101055.701000', '101055.703000', '101055.706000', '101055.709000', '101055.712000', '101055.715000', '101055.718000', '101055.721000', '101055.724000', '101055.727000', '101055.730000', '101055.733000', '101055.736000', '101055.739000', '101055.741000', '101055.744000', '101055.747000', '101055.750000', '101055.753000', '101055.756000', '101055.759000', '101055.762000', '101055.765000', '101055.769000', '101055.772000', '101055.774000', '101055.777000', '101055.780000', '101055.783000', '101055.786000', '101055.789000', '101055.792000', '101055.795000', '101115.670000', '101115.673000', '101115.676000', '101115.679000', '101115.682000', '101115.685000', '101115.688000', '101115.691000', '101115.694000', '101115.696000', '101115.699000', '101115.702000', '101115.705000', '101115.708000', '101115.711000', '101115.714000', '101115.717000', '101115.720000', '101115.723000', '101115.725000', '101115.728000', '101115.731000', '101115.734000', '101115.737000', '101115.740000', '101115.743000', '101115.746000', '101115.749000', '101115.752000', '101115.755000', '101115.758000', '101115.761000', '101115.764000', '101115.766000', '101115.769000', '101115.772000', '101115.775000', '101115.778000', '101115.781000', '101115.784000', '101115.787000', '101115.790000', '101115.793000', '101115.795000', '101135.671000', '101135.674000', '101135.677000', '101135.680000', '101135.683000', '101135.686000', '101135.689000', '101135.692000', '101135.695000', '101135.698000', '101135.701000', '101135.704000', '101135.707000', '101135.709000', '101135.712000', '101135.715000', '101135.718000', '101135.721000', '101135.725000', '101135.728000', '101135.731000', '101135.734000', '101135.737000', '101135.740000', '101135.743000', '101135.746000', '101135.749000', '101135.752000', '101135.755000', '101135.758000', '101135.760000', '101135.763000', '101135.766000', '101135.769000', '101135.772000', '101135.775000', '101135.781000', '101135.786000', '101135.789000', '101135.792000', '101135.795000', '101135.798000', '101135.801000', '101155.671000', '101155.674000', '101155.677000', '101155.680000', '101155.683000', '101155.686000', '101155.689000', '101155.692000', '101155.695000', '101155.697000', '101155.700000', '101155.703000', '101155.706000', '101155.709000', '101155.712000', '101155.715000', '101155.718000', '101155.721000', '101155.724000', '101155.727000', '101155.729000', '101155.732000', '101155.735000', '101155.738000', '101155.741000', '101155.744000', '101155.747000', '101155.750000', '101155.753000', '101155.756000', '101155.759000', '101155.762000', '101155.765000', '101155.768000', '101155.770000', '101155.773000', '101155.776000', '101155.779000', '101155.782000', '101155.796000', '101155.799000', '101155.802000', '101155.805000', '101155.808000', '101215.671000', '101215.674000', '101215.677000', '101215.680000', '101215.683000', '101215.686000', '101215.689000', '101215.692000', '101215.695000', '101215.698000', '101215.701000', '101215.704000', '101215.707000', '101215.709000', '101215.712000', '101215.715000', '101215.718000', '101215.721000', '101215.724000', '101215.727000', '101215.730000', '101215.733000', '101215.736000', '101215.739000', '101215.742000', '101215.744000', '101215.747000', '101215.750000', '101215.753000', '101215.756000', '101215.759000', '101215.762000', '101215.765000', '101215.768000', '101215.771000', '101215.774000', '101215.777000', '101215.780000', '101215.783000', '101215.786000', '101215.789000', '101215.791000', '101215.794000', '101235.671000', '101235.674000', '101235.677000', '101235.680000', '101235.683000', '101235.686000', '101235.689000', '101235.692000', '101235.695000', '101235.698000', '101235.701000', '101235.704000', '101235.706000', '101235.709000', '101235.712000', '101235.715000', '101235.718000', '101235.721000', '101235.724000', '101235.727000', '101235.730000', '101235.733000', '101235.736000', '101235.739000', '101235.742000', '101235.745000', '101235.747000', '101235.750000', '101235.753000', '101235.756000', '101235.759000', '101235.762000', '101235.765000', '101235.768000', '101235.771000', '101235.774000', '101235.777000', '101235.780000', '101235.783000', '101235.786000', '101235.788000', '101235.791000', '101235.794000', '101235.797000', '101255.671000', '101255.674000', '101255.677000', '101255.680000', '101255.683000', '101255.686000', '101255.689000', '101255.692000', '101255.695000', '101255.698000', '101255.701000', '101255.704000', '101255.707000', '101255.710000', '101255.713000', '101255.715000', '101255.718000', '101255.721000', '101255.724000', '101255.727000', '101255.730000', '101255.733000', '101255.736000', '101255.739000', '101255.742000', '101255.745000', '101255.748000', '101255.751000', '101255.754000', '101255.757000', '101255.760000', '101255.764000', '101255.767000', '101255.770000', '101255.773000', '101255.775000', '101255.778000', '101255.781000', '101255.784000', '101255.787000', '101255.790000', '101255.793000', '101255.796000', '101315.671000', '101315.674000', '101315.677000', '101315.680000', '101315.683000', '101315.689000', '101315.692000', '101315.707000', '101315.710000', '101315.712000', '101315.715000', '101315.718000', '101315.721000', '101315.724000', '101315.728000', '101315.731000', '101315.734000', '101315.737000', '101315.740000', '101315.743000', '101315.751000', '101315.754000', '101315.757000', '101315.760000', '101315.763000', '101315.766000', '101315.769000', '101315.772000', '101315.775000', '101315.778000', '101315.781000', '101315.783000', '101315.786000', '101315.789000', '101315.792000', '101315.795000', '101315.798000', '101315.801000', '101315.804000', '101315.807000', '101315.810000', '101315.813000', '101315.816000', '101315.818000', '101335.670000', '101335.673000', '101335.676000', '101335.679000', '101335.682000', '101335.685000', '101335.688000', '101335.691000', '101335.694000', '101335.697000', '101335.699000', '101335.702000', '101335.705000', '101335.708000', '101335.711000', '101335.714000', '101335.717000', '101335.720000', '101335.723000', '101335.726000', '101335.729000', '101335.732000', '101335.734000', '101335.737000', '101335.740000', '101335.743000', '101335.746000', '101335.749000', '101335.752000', '101335.755000', '101335.758000', '101335.761000', '101335.763000', '101335.766000', '101335.769000', '101335.772000', '101335.775000', '101335.778000', '101335.781000', '101335.784000', '101335.787000', '101335.790000', '101335.793000', '101355.671000', '101355.674000', '101355.677000', '101355.680000', '101355.683000', '101355.686000', '101355.689000', '101355.692000', '101355.695000', '101355.697000', '101355.700000', '101355.703000', '101355.706000', '101355.709000', '101355.712000', '101355.715000', '101355.718000', '101355.721000', '101355.723000', '101355.726000', '101355.729000', '101355.732000', '101355.735000', '101355.738000', '101355.741000', '101355.744000', '101355.747000', '101355.750000', '101355.753000', '101355.756000', '101355.758000', '101355.761000', '101355.764000', '101355.767000', '101355.770000', '101355.773000', '101355.776000', '101355.779000', '101355.782000', '101355.785000', '101355.788000', '101355.791000', '101355.794000', '101355.797000', '101415.671000', '101415.674000', '101415.677000', '101415.680000', '101415.683000', '101415.686000', '101415.689000', '101415.692000', '101415.695000', '101415.698000', '101415.701000', '101415.704000', '101415.707000', '101415.709000', '101415.712000', '101415.715000', '101415.718000', '101415.721000', '101415.724000', '101415.727000', '101415.730000', '101415.733000', '101415.742000', '101415.745000', '101415.748000', '101415.751000', '101415.754000', '101415.757000', '101415.760000', '101415.763000', '101415.766000', '101415.769000', '101415.772000', '101415.774000', '101415.777000', '101415.780000', '101415.783000', '101415.786000', '101415.789000', '101415.792000', '101415.795000', '101415.799000', '101415.802000', '101435.671000', '101435.674000', '101435.677000', '101435.680000', '101435.683000', '101435.686000', '101435.689000', '101435.692000', '101435.695000', '101435.698000', '101435.700000', '101435.703000', '101435.706000', '101435.709000', '101435.712000', '101435.715000', '101435.718000', '101435.721000', '101435.724000', '101435.727000', '101435.730000', '101435.733000', '101435.735000', '101435.738000', '101435.741000', '101435.744000', '101435.747000', '101435.750000', '101435.753000', '101435.756000', '101435.759000', '101435.762000', '101435.765000', '101435.768000', '101435.771000', '101435.774000', '101435.777000', '101435.780000', '101435.783000', '101435.786000', '101435.789000', '101435.791000', '101435.794000', '101435.797000', '101440.299000', '101440.302000', '101440.306000', '101440.310000', '101440.314000', '101440.318000', '101440.321000', '101440.332000', '101440.335000', '101440.338000'], 'InstanceCreationTime': ['100215.711000', '100215.715000', '100215.718000', '100215.720000', '100215.723000', '100215.726000', '100215.729000', '100215.738000', '100215.741000', '100215.744000', '100215.746000', '100215.749000', '100215.752000', '100215.755000', '100215.758000', '100215.767000', '100215.770000', '100215.773000', '100215.776000', '100215.778000', '100215.781000', '100235.671000', '100235.674000', '100235.677000', '100235.680000', '100235.683000', '100235.685000', '100235.688000', '100235.691000', '100235.695000', '100235.698000', '100235.706000', '100235.709000', '100235.712000', '100235.715000', '100235.718000', '100235.721000', '100235.724000', '100235.727000', '100235.729000', '100235.732000', '100235.735000', '100235.738000', '100235.741000', '100235.744000', '100235.747000', '100235.750000', '100235.753000', '100235.756000', '100235.759000', '100235.762000', '100235.765000', '100235.768000', '100235.771000', '100235.774000', '100235.777000', '100235.779000', '100235.782000', '100235.785000', '100235.797000', '100235.800000', '100235.803000', '100235.806000', '100235.809000', '100255.671000', '100255.674000', '100255.677000', '100255.680000', '100255.683000', '100255.686000', '100255.688000', '100255.691000', '100255.694000', '100255.697000', '100255.700000', '100255.703000', '100255.706000', '100255.709000', '100255.711000', '100255.714000', '100255.717000', '100255.720000', '100255.723000', '100255.726000', '100255.729000', '100255.732000', '100255.734000', '100255.737000', '100255.743000', '100255.746000', '100255.749000', '100255.752000', '100255.755000', '100255.758000', '100255.760000', '100255.763000', '100255.766000', '100255.769000', '100255.772000', '100255.775000', '100255.778000', '100255.781000', '100255.784000', '100255.786000', '100255.789000', '100255.792000', '100255.795000', '100255.798000', '100315.671000', '100315.674000', '100315.677000', '100315.680000', '100315.683000', '100315.686000', '100315.689000', '100315.691000', '100315.694000', '100315.697000', '100315.700000', '100315.703000', '100315.706000', '100315.709000', '100315.711000', '100315.714000', '100315.717000', '100315.720000', '100315.723000', '100315.726000', '100315.729000', '100315.732000', '100315.735000', '100315.737000', '100315.740000', '100315.743000', '100315.746000', '100315.749000', '100315.752000', '100315.755000', '100315.758000', '100315.761000', '100315.764000', '100315.767000', '100315.769000', '100315.772000', '100315.775000', '100315.778000', '100315.781000', '100315.784000', '100315.792000', '100315.794000', '100315.797000', '100335.671000', '100335.674000', '100335.677000', '100335.695000', '100335.698000', '100335.701000', '100335.704000', '100335.707000', '100335.710000', '100335.713000', '100335.716000', '100335.718000', '100335.721000', '100335.724000', '100335.727000', '100335.730000', '100335.733000', '100335.736000', '100335.739000', '100335.742000', '100335.744000', '100335.747000', '100335.750000', '100335.753000', '100335.756000', '100335.759000', '100335.762000', '100335.765000', '100335.768000', '100335.771000', '100335.773000', '100335.776000', '100335.793000', '100335.796000', '100335.799000', '100335.802000', '100335.804000', '100335.807000', '100335.810000', '100335.813000', '100335.816000', '100335.819000', '100335.822000', '100335.825000', '100355.671000', '100355.674000', '100355.677000', '100355.680000', '100355.683000', '100355.686000', '100355.689000', '100355.691000', '100355.694000', '100355.697000', '100355.700000', '100355.703000', '100355.706000', '100355.709000', '100355.712000', '100355.715000', '100355.718000', '100355.720000', '100355.723000', '100355.740000', '100355.742000', '100355.745000', '100355.748000', '100355.751000', '100355.754000', '100355.757000', '100355.760000', '100355.763000', '100355.766000', '100355.768000', '100355.771000', '100355.774000', '100355.777000', '100355.780000', '100355.783000', '100355.786000', '100355.789000', '100355.792000', '100355.795000', '100355.798000', '100355.800000', '100355.804000', '100355.809000', '100415.670000', '100415.673000', '100415.676000', '100415.679000', '100415.682000', '100415.685000', '100415.688000', '100415.691000', '100415.693000', '100415.696000', '100415.699000', '100415.702000', '100415.705000', '100415.708000', '100415.711000', '100415.714000', '100415.717000', '100415.720000', '100415.723000', '100415.726000', '100415.729000', '100415.732000', '100415.734000', '100415.737000', '100415.740000', '100415.743000', '100415.746000', '100415.749000', '100415.752000', '100415.755000', '100415.758000', '100415.761000', '100415.763000', '100415.766000', '100415.769000', '100415.772000', '100415.775000', '100415.778000', '100415.781000', '100415.784000', '100415.787000', '100415.789000', '100415.792000', '100415.795000', '100435.671000', '100435.674000', '100435.677000', '100435.680000', '100435.683000', '100435.686000', '100435.689000', '100435.691000', '100435.694000', '100435.697000', '100435.700000', '100435.703000', '100435.706000', '100435.709000', '100435.712000', '100435.715000', '100435.718000', '100435.720000', '100435.723000', '100435.726000', '100435.729000', '100435.732000', '100435.735000', '100435.738000', '100435.749000', '100435.752000', '100435.754000', '100435.757000', '100435.760000', '100435.763000', '100435.766000', '100435.769000', '100435.772000', '100435.775000', '100435.778000', '100435.781000', '100435.783000', '100435.786000', '100435.790000', '100435.792000', '100435.795000', '100435.798000', '100435.801000', '100455.671000', '100455.674000', '100455.677000', '100455.680000', '100455.683000', '100455.686000', '100455.688000', '100455.691000', '100455.694000', '100455.697000', '100455.700000', '100455.703000', '100455.706000', '100455.709000', '100455.712000', '100455.715000', '100455.718000', '100455.720000', '100455.723000', '100455.726000', '100455.729000', '100455.732000', '100455.735000', '100455.738000', '100455.741000', '100455.744000', '100455.747000', '100455.749000', '100455.752000', '100455.755000', '100455.758000', '100455.761000', '100455.764000', '100455.767000', '100455.770000', '100455.773000', '100455.775000', '100455.778000', '100455.781000', '100455.784000', '100455.787000', '100455.790000', '100455.793000', '100455.796000', '100515.671000', '100515.674000', '100515.677000', '100515.680000', '100515.683000', '100515.686000', '100515.689000', '100515.691000', '100515.694000', '100515.697000', '100515.700000', '100515.703000', '100515.706000', '100515.721000', '100515.724000', '100515.726000', '100515.729000', '100515.732000', '100515.735000', '100515.738000', '100515.741000', '100515.744000', '100515.747000', '100515.750000', '100515.753000', '100515.755000', '100515.758000', '100515.761000', '100515.764000', '100515.767000', '100515.771000', '100515.774000', '100515.777000', '100515.780000', '100515.783000', '100515.786000', '100515.806000', '100515.809000', '100515.812000', '100515.815000', '100515.818000', '100515.821000', '100515.824000', '100535.671000', '100535.674000', '100535.677000', '100535.680000', '100535.683000', '100535.686000', '100535.688000', '100535.691000', '100535.694000', '100535.697000', '100535.700000', '100535.703000', '100535.706000', '100535.709000', '100535.712000', '100535.715000', '100535.717000', '100535.720000', '100535.723000', '100535.726000', '100535.729000', '100535.732000', '100535.735000', '100535.738000', '100535.741000', '100535.744000', '100535.747000', '100535.749000', '100535.752000', '100535.755000', '100535.758000', '100535.761000', '100535.764000', '100535.767000', '100535.770000', '100535.773000', '100535.776000', '100535.778000', '100535.781000', '100535.784000', '100535.787000', '100535.790000', '100535.793000', '100535.796000', '100555.671000', '100555.674000', '100555.677000', '100555.680000', '100555.683000', '100555.686000', '100555.689000', '100555.691000', '100555.694000', '100555.697000', '100555.700000', '100555.703000', '100555.706000', '100555.709000', '100555.712000', '100555.715000', '100555.718000', '100555.721000', '100555.723000', '100555.726000', '100555.729000', '100555.732000', '100555.735000', '100555.738000', '100555.741000', '100555.744000', '100555.751000', '100555.754000', '100555.757000', '100555.760000', '100555.763000', '100555.765000', '100555.768000', '100555.771000', '100555.774000', '100555.777000', '100555.780000', '100555.783000', '100555.786000', '100555.789000', '100555.792000', '100555.794000', '100555.797000', '100615.671000', '100615.674000', '100615.677000', '100615.680000', '100615.683000', '100615.686000', '100615.689000', '100615.691000', '100615.694000', '100615.697000', '100615.700000', '100615.703000', '100615.706000', '100615.709000', '100615.712000', '100615.715000', '100615.718000', '100615.721000', '100615.724000', '100615.726000', '100615.729000', '100615.732000', '100615.735000', '100615.738000', '100615.741000', '100615.744000', '100615.747000', '100615.750000', '100615.753000', '100615.755000', '100615.758000', '100615.761000', '100615.764000', '100615.767000', '100615.770000', '100615.773000', '100615.785000', '100615.788000', '100615.791000', '100615.794000', '100615.797000', '100615.800000', '100615.803000', '100615.806000', '100635.670000', '100635.673000', '100635.676000', '100635.679000', '100635.682000', '100635.685000', '100635.688000', '100635.690000', '100635.693000', '100635.696000', '100635.699000', '100635.702000', '100635.705000', '100635.708000', '100635.711000', '100635.714000', '100635.717000', '100635.719000', '100635.722000', '100635.725000', '100635.728000', '100635.731000', '100635.734000', '100635.737000', '100635.740000', '100635.743000', '100635.746000', '100635.749000', '100635.751000', '100635.754000', '100635.757000', '100635.760000', '100635.763000', '100635.766000', '100635.769000', '100635.772000', '100635.775000', '100635.778000', '100635.791000', '100635.794000', '100635.797000', '100635.800000', '100635.803000', '100655.671000', '100655.674000', '100655.677000', '100655.680000', '100655.683000', '100655.686000', '100655.689000', '100655.699000', '100655.702000', '100655.705000', '100655.708000', '100655.711000', '100655.714000', '100655.717000', '100655.720000', '100655.723000', '100655.726000', '100655.728000', '100655.731000', '100655.734000', '100655.737000', '100655.740000', '100655.743000', '100655.746000', '100655.749000', '100655.752000', '100655.755000', '100655.758000', '100655.761000', '100655.764000', '100655.767000', '100655.770000', '100655.773000', '100655.776000', '100655.778000', '100655.781000', '100655.784000', '100655.787000', '100655.790000', '100655.793000', '100655.796000', '100655.799000', '100655.802000', '100715.671000', '100715.674000', '100715.677000', '100715.680000', '100715.683000', '100715.686000', '100715.689000', '100715.691000', '100715.694000', '100715.697000', '100715.700000', '100715.703000', '100715.706000', '100715.709000', '100715.712000', '100715.715000', '100715.718000', '100715.721000', '100715.723000', '100715.726000', '100715.729000', '100715.732000', '100715.735000', '100715.738000', '100715.741000', '100715.744000', '100715.747000', '100715.750000', '100715.753000', '100715.755000', '100715.758000', '100715.761000', '100715.764000', '100715.767000', '100715.770000', '100715.773000', '100715.776000', '100715.779000', '100715.782000', '100715.785000', '100715.788000', '100715.791000', '100715.793000', '100715.796000', '100735.671000', '100735.674000', '100735.677000', '100735.680000', '100735.683000', '100735.686000', '100735.689000', '100735.708000', '100735.711000', '100735.714000', '100735.717000', '100735.720000', '100735.723000', '100735.726000', '100735.729000', '100735.732000', '100735.734000', '100735.737000', '100735.740000', '100735.743000', '100735.746000', '100735.754000', '100735.757000', '100735.760000', '100735.763000', '100735.766000', '100735.769000', '100735.772000', '100735.775000', '100735.778000', '100735.780000', '100735.783000', '100735.786000', '100735.789000', '100735.792000', '100735.795000', '100735.798000', '100735.801000', '100735.804000', '100735.807000', '100735.810000', '100735.813000', '100735.815000', '100755.671000', '100755.674000', '100755.677000', '100755.680000', '100755.683000', '100755.686000', '100755.689000', '100755.692000', '100755.695000', '100755.697000', '100755.700000', '100755.703000', '100755.706000', '100755.711000', '100755.714000', '100755.717000', '100755.720000', '100755.723000', '100755.726000', '100755.728000', '100755.731000', '100755.734000', '100755.737000', '100755.740000', '100755.743000', '100755.746000', '100755.749000', '100755.752000', '100755.755000', '100755.764000', '100755.767000', '100755.770000', '100755.773000', '100755.776000', '100755.779000', '100755.781000', '100755.784000', '100755.787000', '100755.790000', '100755.793000', '100755.796000', '100755.799000', '100755.802000', '100755.805000', '100815.671000', '100815.674000', '100815.677000', '100815.680000', '100815.683000', '100815.686000', '100815.689000', '100815.692000', '100815.695000', '100815.698000', '100815.701000', '100815.704000', '100815.707000', '100815.710000', '100815.713000', '100815.716000', '100815.719000', '100815.721000', '100815.724000', '100815.727000', '100815.742000', '100815.745000', '100815.748000', '100815.751000', '100815.754000', '100815.756000', '100815.759000', '100815.762000', '100815.765000', '100815.768000', '100815.771000', '100815.774000', '100815.777000', '100815.780000', '100815.783000', '100815.786000', '100815.789000', '100815.792000', '100815.795000', '100815.798000', '100815.800000', '100815.803000', '100815.806000', '100835.671000', '100835.674000', '100835.677000', '100835.680000', '100835.683000', '100835.686000', '100835.689000', '100835.692000', '100835.695000', '100835.698000', '100835.700000', '100835.703000', '100835.706000', '100835.709000', '100835.712000', '100835.715000', '100835.718000', '100835.721000', '100835.723000', '100835.727000', '100835.729000', '100835.732000', '100835.735000', '100835.738000', '100835.741000', '100835.744000', '100835.747000', '100835.750000', '100835.752000', '100835.755000', '100835.758000', '100835.761000', '100835.764000', '100835.767000', '100835.770000', '100835.773000', '100835.776000', '100835.779000', '100835.782000', '100835.785000', '100835.787000', '100835.790000', '100835.793000', '100835.796000', '100855.670000', '100855.673000', '100855.676000', '100855.679000', '100855.682000', '100855.685000', '100855.688000', '100855.691000', '100855.694000', '100855.697000', '100855.700000', '100855.703000', '100855.706000', '100855.712000', '100855.715000', '100855.718000', '100855.721000', '100855.724000', '100855.727000', '100855.730000', '100855.733000', '100855.736000', '100855.739000', '100855.741000', '100855.744000', '100855.747000', '100855.751000', '100855.754000', '100855.757000', '100855.760000', '100855.763000', '100855.765000', '100855.769000', '100855.772000', '100855.775000', '100855.778000', '100855.781000', '100855.783000', '100855.786000', '100855.789000', '100855.793000', '100855.795000', '100855.798000', '100915.671000', '100915.674000', '100915.677000', '100915.680000', '100915.683000', '100915.686000', '100915.689000', '100915.692000', '100915.695000', '100915.697000', '100915.700000', '100915.703000', '100915.706000', '100915.709000', '100915.712000', '100915.715000', '100915.718000', '100915.721000', '100915.724000', '100915.727000', '100915.730000', '100915.732000', '100915.735000', '100915.738000', '100915.741000', '100915.744000', '100915.747000', '100915.750000', '100915.753000', '100915.756000', '100915.759000', '100915.762000', '100915.765000', '100915.768000', '100915.770000', '100915.773000', '100915.776000', '100915.779000', '100915.782000', '100915.785000', '100915.788000', '100915.791000', '100915.794000', '100915.796000', '100935.671000', '100935.674000', '100935.677000', '100935.680000', '100935.683000', '100935.686000', '100935.689000', '100935.692000', '100935.695000', '100935.698000', '100935.701000', '100935.704000', '100935.707000', '100935.710000', '100935.712000', '100935.716000', '100935.719000', '100935.722000', '100935.726000', '100935.729000', '100935.732000', '100935.735000', '100935.738000', '100935.740000', '100935.743000', '100935.746000', '100935.749000', '100935.752000', '100935.755000', '100935.758000', '100935.761000', '100935.764000', '100935.767000', '100935.770000', '100935.773000', '100935.775000', '100935.778000', '100935.781000', '100935.784000', '100935.787000', '100935.790000', '100935.793000', '100935.796000', '100955.671000', '100955.674000', '100955.677000', '100955.680000', '100955.683000', '100955.686000', '100955.689000', '100955.692000', '100955.695000', '100955.697000', '100955.700000', '100955.703000', '100955.706000', '100955.709000', '100955.712000', '100955.715000', '100955.718000', '100955.721000', '100955.724000', '100955.727000', '100955.730000', '100955.733000', '100955.735000', '100955.738000', '100955.741000', '100955.744000', '100955.747000', '100955.750000', '100955.753000', '100955.756000', '100955.759000', '100955.762000', '100955.765000', '100955.767000', '100955.770000', '100955.773000', '100955.776000', '100955.779000', '100955.782000', '100955.785000', '100955.788000', '100955.791000', '100955.794000', '100955.797000', '101015.671000', '101015.674000', '101015.677000', '101015.680000', '101015.684000', '101015.687000', '101015.690000', '101015.693000', '101015.696000', '101015.699000', '101015.702000', '101015.705000', '101015.708000', '101015.711000', '101015.714000', '101015.716000', '101015.719000', '101015.722000', '101015.725000', '101015.728000', '101015.731000', '101015.734000', '101015.737000', '101015.740000', '101015.743000', '101015.746000', '101015.749000', '101015.752000', '101015.755000', '101015.758000', '101015.761000', '101015.765000', '101015.768000', '101015.771000', '101015.774000', '101015.776000', '101015.779000', '101015.782000', '101015.785000', '101015.788000', '101015.791000', '101015.794000', '101015.797000', '101035.671000', '101035.674000', '101035.677000', '101035.680000', '101035.683000', '101035.686000', '101035.689000', '101035.692000', '101035.695000', '101035.698000', '101035.700000', '101035.703000', '101035.706000', '101035.709000', '101035.712000', '101035.715000', '101035.718000', '101035.721000', '101035.724000', '101035.727000', '101035.730000', '101035.732000', '101035.735000', '101035.738000', '101035.741000', '101035.744000', '101035.747000', '101035.750000', '101035.753000', '101035.756000', '101035.759000', '101035.762000', '101035.770000', '101035.773000', '101035.776000', '101035.779000', '101035.782000', '101035.785000', '101035.788000', '101035.791000', '101035.794000', '101035.796000', '101035.799000', '101035.818000', '101055.671000', '101055.674000', '101055.677000', '101055.680000', '101055.683000', '101055.686000', '101055.689000', '101055.692000', '101055.695000', '101055.698000', '101055.701000', '101055.703000', '101055.706000', '101055.709000', '101055.712000', '101055.715000', '101055.718000', '101055.721000', '101055.724000', '101055.727000', '101055.730000', '101055.733000', '101055.736000', '101055.739000', '101055.741000', '101055.744000', '101055.747000', '101055.750000', '101055.753000', '101055.756000', '101055.759000', '101055.762000', '101055.765000', '101055.769000', '101055.772000', '101055.774000', '101055.777000', '101055.780000', '101055.783000', '101055.786000', '101055.789000', '101055.792000', '101055.795000', '101115.670000', '101115.673000', '101115.676000', '101115.679000', '101115.682000', '101115.685000', '101115.688000', '101115.691000', '101115.694000', '101115.696000', '101115.699000', '101115.702000', '101115.705000', '101115.708000', '101115.711000', '101115.714000', '101115.717000', '101115.720000', '101115.723000', '101115.725000', '101115.728000', '101115.731000', '101115.734000', '101115.737000', '101115.740000', '101115.743000', '101115.746000', '101115.749000', '101115.752000', '101115.755000', '101115.758000', '101115.761000', '101115.764000', '101115.766000', '101115.769000', '101115.772000', '101115.775000', '101115.778000', '101115.781000', '101115.784000', '101115.787000', '101115.790000', '101115.793000', '101115.795000', '101135.671000', '101135.674000', '101135.677000', '101135.680000', '101135.683000', '101135.686000', '101135.689000', '101135.692000', '101135.695000', '101135.698000', '101135.701000', '101135.704000', '101135.707000', '101135.709000', '101135.712000', '101135.715000', '101135.718000', '101135.721000', '101135.725000', '101135.728000', '101135.731000', '101135.734000', '101135.737000', '101135.740000', '101135.743000', '101135.746000', '101135.749000', '101135.752000', '101135.755000', '101135.758000', '101135.760000', '101135.763000', '101135.766000', '101135.769000', '101135.772000', '101135.775000', '101135.781000', '101135.786000', '101135.789000', '101135.792000', '101135.795000', '101135.798000', '101135.801000', '101155.671000', '101155.674000', '101155.677000', '101155.680000', '101155.683000', '101155.686000', '101155.689000', '101155.692000', '101155.695000', '101155.697000', '101155.700000', '101155.703000', '101155.706000', '101155.709000', '101155.712000', '101155.715000', '101155.718000', '101155.721000', '101155.724000', '101155.727000', '101155.729000', '101155.732000', '101155.735000', '101155.738000', '101155.741000', '101155.744000', '101155.747000', '101155.750000', '101155.753000', '101155.756000', '101155.759000', '101155.762000', '101155.765000', '101155.768000', '101155.770000', '101155.773000', '101155.776000', '101155.779000', '101155.782000', '101155.796000', '101155.799000', '101155.802000', '101155.805000', '101155.808000', '101215.671000', '101215.674000', '101215.677000', '101215.680000', '101215.683000', '101215.686000', '101215.689000', '101215.692000', '101215.695000', '101215.698000', '101215.701000', '101215.704000', '101215.707000', '101215.709000', '101215.712000', '101215.715000', '101215.718000', '101215.721000', '101215.724000', '101215.727000', '101215.730000', '101215.733000', '101215.736000', '101215.739000', '101215.742000', '101215.744000', '101215.747000', '101215.750000', '101215.753000', '101215.756000', '101215.759000', '101215.762000', '101215.765000', '101215.768000', '101215.771000', '101215.774000', '101215.777000', '101215.780000', '101215.783000', '101215.786000', '101215.789000', '101215.791000', '101215.794000', '101235.671000', '101235.674000', '101235.677000', '101235.680000', '101235.683000', '101235.686000', '101235.689000', '101235.692000', '101235.695000', '101235.698000', '101235.701000', '101235.704000', '101235.706000', '101235.709000', '101235.712000', '101235.715000', '101235.718000', '101235.721000', '101235.724000', '101235.727000', '101235.730000', '101235.733000', '101235.736000', '101235.739000', '101235.742000', '101235.745000', '101235.747000', '101235.750000', '101235.753000', '101235.756000', '101235.759000', '101235.762000', '101235.765000', '101235.768000', '101235.771000', '101235.774000', '101235.777000', '101235.780000', '101235.783000', '101235.786000', '101235.788000', '101235.791000', '101235.794000', '101235.797000', '101255.671000', '101255.674000', '101255.677000', '101255.680000', '101255.683000', '101255.686000', '101255.689000', '101255.692000', '101255.695000', '101255.698000', '101255.701000', '101255.704000', '101255.707000', '101255.710000', '101255.713000', '101255.715000', '101255.718000', '101255.721000', '101255.724000', '101255.727000', '101255.730000', '101255.733000', '101255.736000', '101255.739000', '101255.742000', '101255.745000', '101255.748000', '101255.751000', '101255.754000', '101255.757000', '101255.760000', '101255.764000', '101255.767000', '101255.770000', '101255.773000', '101255.775000', '101255.778000', '101255.781000', '101255.784000', '101255.787000', '101255.790000', '101255.793000', '101255.796000', '101315.671000', '101315.674000', '101315.677000', '101315.680000', '101315.683000', '101315.689000', '101315.692000', '101315.707000', '101315.710000', '101315.712000', '101315.715000', '101315.718000', '101315.721000', '101315.724000', '101315.728000', '101315.731000', '101315.734000', '101315.737000', '101315.740000', '101315.743000', '101315.751000', '101315.754000', '101315.757000', '101315.760000', '101315.763000', '101315.766000', '101315.769000', '101315.772000', '101315.775000', '101315.778000', '101315.781000', '101315.783000', '101315.786000', '101315.789000', '101315.792000', '101315.795000', '101315.798000', '101315.801000', '101315.804000', '101315.807000', '101315.810000', '101315.813000', '101315.816000', '101315.818000', '101335.670000', '101335.673000', '101335.676000', '101335.679000', '101335.682000', '101335.685000', '101335.688000', '101335.691000', '101335.694000', '101335.697000', '101335.699000', '101335.702000', '101335.705000', '101335.708000', '101335.711000', '101335.714000', '101335.717000', '101335.720000', '101335.723000', '101335.726000', '101335.729000', '101335.732000', '101335.734000', '101335.737000', '101335.740000', '101335.743000', '101335.746000', '101335.749000', '101335.752000', '101335.755000', '101335.758000', '101335.761000', '101335.763000', '101335.766000', '101335.769000', '101335.772000', '101335.775000', '101335.778000', '101335.781000', '101335.784000', '101335.787000', '101335.790000', '101335.793000', '101355.671000', '101355.674000', '101355.677000', '101355.680000', '101355.683000', '101355.686000', '101355.689000', '101355.692000', '101355.695000', '101355.697000', '101355.700000', '101355.703000', '101355.706000', '101355.709000', '101355.712000', '101355.715000', '101355.718000', '101355.721000', '101355.723000', '101355.726000', '101355.729000', '101355.732000', '101355.735000', '101355.738000', '101355.741000', '101355.744000', '101355.747000', '101355.750000', '101355.753000', '101355.756000', '101355.758000', '101355.761000', '101355.764000', '101355.767000', '101355.770000', '101355.773000', '101355.776000', '101355.779000', '101355.782000', '101355.785000', '101355.788000', '101355.791000', '101355.794000', '101355.797000', '101415.671000', '101415.674000', '101415.677000', '101415.680000', '101415.683000', '101415.686000', '101415.689000', '101415.692000', '101415.695000', '101415.698000', '101415.701000', '101415.704000', '101415.707000', '101415.709000', '101415.712000', '101415.715000', '101415.718000', '101415.721000', '101415.724000', '101415.727000', '101415.730000', '101415.733000', '101415.742000', '101415.745000', '101415.748000', '101415.751000', '101415.754000', '101415.757000', '101415.760000', '101415.763000', '101415.766000', '101415.769000', '101415.772000', '101415.774000', '101415.777000', '101415.780000', '101415.783000', '101415.786000', '101415.789000', '101415.792000', '101415.795000', '101415.799000', '101415.802000', '101435.671000', '101435.674000', '101435.677000', '101435.680000', '101435.683000', '101435.686000', '101435.689000', '101435.692000', '101435.695000', '101435.698000', '101435.700000', '101435.703000', '101435.706000', '101435.709000', '101435.712000', '101435.715000', '101435.718000', '101435.721000', '101435.724000', '101435.727000', '101435.730000', '101435.733000', '101435.735000', '101435.738000', '101435.741000', '101435.744000', '101435.747000', '101435.750000', '101435.753000', '101435.756000', '101435.759000', '101435.762000', '101435.765000', '101435.768000', '101435.771000', '101435.774000', '101435.777000', '101435.780000', '101435.783000', '101435.786000', '101435.789000', '101435.791000', '101435.794000', '101435.797000', '101440.299000', '101440.302000', '101440.306000', '101440.310000', '101440.314000', '101440.318000', '101440.321000', '101440.332000', '101440.335000', '101440.338000'], '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], 'LargestImagePixelValue': [12144, 8916, 10644, 11613, 8988, 12158, 9249, 11214, 10738, 9097, 13266, 10308, 11511, 8682, 9724, 13554, 10591, 11960, 8717, 9365, 13465, 9896, 11644, 13920, 9756, 12234, 9333, 9808, 13898, 9688, 11727, 14675, 11197, 12135, 13089, 9724, 13126, 9742, 10425, 15584, 10241, 12457, 11664, 9622, 13586, 9658, 10470, 15214, 10786, 12186, 15723, 10643, 12730, 11892, 9924, 13960, 9741, 9963, 14382, 11086, 11911, 15056, 9563, 13860, 10873, 10128, 14934, 9292, 10404, 14874, 10666, 11984, 15735, 10558, 12590, 15212, 10812, 11945, 14474, 9903, 10283, 14289, 10990, 12270, 16071, 10792, 12701, 12491, 9347, 12966, 11683, 9112, 13928, 9920, 9762, 14586, 9780, 9441, 13976, 9401, 10762, 15474, 10539, 11563, 15474, 10508, 12095, 15844, 10502, 12263, 15059, 9818, 12110, 13101, 9797, 12437, 9577, 9219, 13518, 10044, 9660, 13777, 9016, 9577, 14539, 10212, 11359, 14962, 10339, 11610, 14515, 10706, 11710, 14799, 10835, 11471, 10948, 9709, 13947, 10048, 11588, 8634, 11303, 15695, 10131, 12685, 12961, 9426, 12523, 11144, 9671, 13644, 9363, 9136, 13882, 10127, 9597, 14236, 9493, 10962, 17118, 14501, 12543, 16512, 10325, 12575, 12643, 9762, 12706, 9610, 8614, 13164, 9047, 9527, 13907, 8840, 9457, 14191, 9252, 11257, 14984, 9322, 11291, 14350, 9782, 11358, 13888, 9579, 10697, 13680, 9567, 11298, 13510, 10122, 11457, 10731, 8864, 12963, 12741, 9165, 13448, 9645, 9178, 14097, 11523, 9598, 13866, 9877, 9216, 14050, 10349, 9516, 14130, 9345, 10270, 15227, 10249, 10697, 15471, 9314, 11264, 15047, 10632, 11612, 14694, 9923, 11734, 14674, 10601, 11095, 14465, 9794, 11487, 14168, 10513, 11821, 13581, 9442, 12690, 10919, 9322, 13386, 8681, 10360, 14814, 10347, 11775, 15037, 9416, 12040, 14264, 9694, 11891, 11837, 8902, 12173, 9231, 8835, 13446, 8998, 9215, 13964, 9104, 10970, 14905, 10114, 11758, 10921, 8932, 13193, 9252, 8720, 14234, 8738, 11034, 15374, 10105, 11810, 13866, 10450, 12595, 8516, 11109, 9031, 10255, 10597, 10555, 11796, 10131, 15353, 8850, 9768, 14175, 8545, 10237, 14308, 10447, 11277, 12021, 9189, 12593, 9084, 9064, 13973, 9141, 10633, 14318, 9595, 11762, 15127, 10505, 12289, 9721, 9154, 13283, 9249, 10049, 14496, 9156, 12015, 15135, 9908, 11821, 9603, 8834, 12475, 9746, 8725, 13281, 9031, 9300, 14213, 8993, 9572, 14492, 9095, 10832, 14192, 9156, 10572, 14396, 10513, 11576, 15396, 9607, 12334, 14016, 9325, 11963, 9390, 8761, 13014, 11502, 9072, 12706, 9164, 9283, 13489, 9256, 9296, 13154, 9213, 9434, 14119, 8785, 12276, 14869, 9756, 11744, 14771, 9390, 12048, 10458, 8659, 12278, 8451, 8866, 12951, 9182, 8873, 13028, 8671, 8473, 13075, 8930, 11562, 14890, 9354, 12427, 9607, 11847, 8629, 11586, 15543, 8517, 10654, 13978, 8866, 9971, 13098, 9027, 11620, 12768, 9026, 11983, 7418, 8880, 13200, 8507, 9254, 13325, 8227, 11119, 13530, 9444, 12801, 8686, 8823, 13174, 8423, 10052, 14380, 8953, 11283, 14493, 10017, 12662, 14854, 9533, 11757, 11122, 8534, 12759, 8477, 9867, 14332, 8832, 11835, 15746, 9781, 12171, 8954, 8293, 13101, 8328, 10720, 14795, 9516, 11535, 13591, 9264, 12594, 11143, 8660, 12567, 7974, 9802, 13896, 9532, 11288, 11292, 8684, 12860, 8901, 9071, 13912, 8606, 11250, 14439, 9627, 11765, 11324, 8505, 11767, 8085, 9289, 13701, 8652, 10335, 14289, 9131, 11011, 13857, 9248, 11791, 13197, 8737, 11636, 8497, 8701, 13100, 8396, 10912, 14160, 9194, 12030, 14282, 8944, 11946, 8473, 8689, 13014, 8586, 10192, 13946, 8900, 11583, 13958, 9675, 11815, 8266, 8537, 13593, 9378, 11470, 8483, 9028, 14054, 8110, 9189, 13256, 8629, 10944, 14338, 9299, 11103, 13834, 9326, 11918, 13684, 9056, 11366, 13166, 9158, 11735, 10136, 8469, 12359, 7880, 9937, 14138, 9051, 11049, 12821, 8720, 12296, 8597, 8886, 13434, 7988, 10377, 14086, 9759, 10928, 9516, 8623, 12620, 8070, 9345, 13839, 8377, 11365, 14162, 9615, 11542, 13326, 9081, 12035, 12902, 9310, 11977, 8186, 8553, 13356, 8730, 10648, 14357, 9113, 11578, 11076, 9129, 12978, 8267, 9245, 14362, 8979, 11218, 14516, 9047, 10347, 13987, 9633, 12077, 14528, 9513, 11408, 10223, 8661, 12556, 9396, 8530, 12801, 8008, 10197, 14651, 9383, 10991, 14066, 8342, 10510, 13786, 9811, 11930, 13655, 9392, 12698, 8939, 9316, 13876, 8342, 10282, 14537, 10275, 11402, 12976, 8962, 12251, 10062, 8986, 12867, 7906, 10452, 14159, 10013, 11425, 14741, 9248, 11617, 10660, 9200, 13034, 8760, 10977, 7799, 11133, 8334, 10766, 15311, 9272, 9280, 12457, 8959, 9241, 13429, 8423, 10669, 14193, 9202, 10781, 13423, 8770, 10352, 13305, 9997, 10619, 8394, 8553, 12711, 8337, 10249, 13782, 9260, 11388, 13574, 8885, 11192, 13169, 9745, 11912, 13523, 9424, 10983, 10395, 8990, 11829, 14024, 9082, 11603, 8523, 8941, 13179, 8787, 9487, 13492, 8754, 11799, 13640, 9003, 12387, 8305, 9520, 13917, 8478, 10623, 14376, 9088, 11030, 13931, 9481, 11435, 13025, 9056, 12074, 14474, 9102, 11457, 10914, 8454, 12494, 8486, 9030, 13118, 7870, 9623, 14053, 8986, 10506, 14139, 8940, 11654, 14093, 9650, 11787, 12595, 8924, 12195, 8575, 9391, 13313, 8781, 9294, 13790, 8813, 10851, 14088, 9474, 12544, 13042, 9231, 11903, 8303, 8929, 13046, 8357, 9807, 13918, 8391, 11290, 14351, 10075, 11942, 12047, 8970, 12676, 8253, 9804, 14252, 9067, 11700, 14923, 9583, 12024, 8392, 9739, 14009, 9589, 11548, 12126, 8884, 12410, 7989, 9437, 13257, 8665, 11441, 14259, 10005, 11780, 11709, 8665, 12009, 8517, 8799, 12796, 8739, 8940, 13918, 8625, 11069, 14660, 9717, 11902, 9137, 9233, 12979, 8441, 10169, 14710, 10073, 12065, 15607, 9358, 12382, 13114, 9508, 12185, 8479, 8782, 13578, 8539, 10830, 14591, 8656, 9820, 13607, 8111, 9863, 13678, 8782, 10181, 13839, 9055, 11126, 13910, 9022, 9720, 13475, 8631, 10467, 13992, 9537, 10444, 13888, 9117, 11201, 14232, 9943, 10708, 13533, 9013, 12180, 10344, 8926, 12375, 7922, 9305, 13338, 8494, 9709, 13510, 8763, 11012, 13853, 10254, 11453, 11505, 9046, 12033, 13003, 9438, 13174, 8608, 9812, 10942, 9369, 13743, 10304, 12670, 10451, 9078, 12514, 9358, 9237, 13134, 8275, 10549, 14040, 8931, 9859, 13434, 8437, 10628, 13705, 9751, 10640, 13358, 9164, 11993, 10878, 9154, 11969, 8453, 9658, 13171, 8918, 10217, 14114, 9278, 12114, 14917, 10607, 11654, 14626, 9884, 11995, 14155, 9918, 12158, 8927, 9144, 13280, 8965, 10038, 14301, 9066, 11943, 15599, 9371, 12441, 10482, 8999, 12437, 9074, 9123, 13290, 8364, 10098, 14690, 9704, 11192, 14440, 9302, 11198, 14508, 10098, 11147, 13964, 9560, 11427, 10929, 9267, 12216, 9224, 8952, 12927, 8949, 10764, 14889, 9476, 10775, 14222, 8954, 10274, 13748, 9053, 9337, 13299, 8662, 10915, 14615, 10236, 11182, 14267, 9719, 12222, 14685, 9826, 11849, 12444, 9403, 12357, 10377, 9587, 12452, 9550, 9101, 13086, 9144, 9621, 13660, 9140, 10944, 14939, 9736, 12837, 9671, 9813, 14699, 9468, 11745, 12824, 9147, 13555, 9098, 9975, 14565, 9208, 11275, 15362, 10012, 12064, 10145, 9125, 13292, 9158, 10344, 14358, 8858, 11000, 15201, 10188, 11214, 14453, 10174, 11606, 8425, 8270, 8163, 7471, 6619, 8879, 13261, 8899, 8613, 13051, 8497, 9260, 13603, 8707, 9519, 13947, 8813, 10869, 14505, 9224, 11099, 14994, 10484, 12317, 16633, 10992, 12861, 10035, 8933, 12901, 8942, 10963, 14974, 10604, 11502, 13878, 9628, 12340, 9173, 8989, 13150, 9074, 9848, 12748, 9990, 11809, 10066, 11602, 9984, 12750, 8929, 11286, 16513, 9158, 10556, 13602, 10509, 11489, 8536, 9153, 11978, 8545, 9679, 13169, 8961, 11142, 13891, 9391, 11450, 9096, 9251, 12802, 8646, 10558, 13915, 10249, 11984, 8496, 9704, 13768, 9275, 11012, 14944, 9820, 12944, 13758, 9510, 12536, 9743, 9308, 13314, 11878, 9418, 13162, 10910, 9092, 13960, 9599, 10205, 14786, 9502, 12094, 16153, 10037, 12072, 8869, 9642, 13785, 9513, 9757, 14649, 10002, 11072, 14864, 10012, 12182, 15823, 10085, 15276, 14687, 10066, 13305, 8869, 10177, 13761, 8386, 11075, 8238, 8891, 13810, 7779, 9533, 13759, 8177, 10027, 14254, 8595, 10884, 8258, 8873, 12393, 7902, 9710, 13986, 8231, 10108, 13335, 8812, 10388, 7540, 9032, 13636, 8465, 10944, 12733, 8613, 11666, 7934, 8985, 13962, 8824, 10445, 15321, 8754, 11047, 13618, 8518, 11585, 7754, 9538, 13164, 9037, 12922, 8972, 10774, 8218, 11074, 8871, 9279, 14154, 7662, 10127, 14387, 8578, 10080, 13081, 8633, 11006, 11506, 8732, 11154, 7730, 9443, 14037, 9246, 10982, 7680, 9122, 14277, 8529, 11187, 8958, 9300, 14029, 8479, 10906, 13851, 8907, 11606, 7912, 10148, 13816, 9202, 11307, 7680, 9379, 13774, 8606, 10605, 14677, 8764, 10803, 9828, 8900, 12487, 8105, 10433, 14800, 9191, 11025, 7886, 9116, 13284, 8915, 10644, 15148, 8626, 11023, 12487, 8684, 11755, 7786, 9701, 14291, 8594, 10168, 14734, 8623, 10932, 11813, 9082, 12526, 8627, 10831, 14674, 8444, 11048, 8539, 9313, 13886, 8415, 10805, 15131, 9031, 10819, 15377, 8921, 11418, 12833, 8943, 11639, 11011, 8744, 11964, 8576, 9582, 14829, 8983, 11268, 14359, 8700, 11259, 7954, 10213, 14697, 8705, 10175, 14298, 8802, 10782, 11372, 8745, 11986, 8235, 9460, 14504, 8920, 10380, 14816, 8764, 10938, 13469, 8413, 10183, 7506, 9477, 13908, 8915, 10637, 8736, 9297, 13197, 9466, 10515, 8546, 10573, 8258, 9925, 16837, 9392, 10844, 15398, 9515, 10296, 13747, 9109, 10320, 14635, 9074, 10177, 13248, 9068, 10562, 10950, 8768, 11580, 8135, 9634, 14325, 8566, 10680, 15113, 9660, 12195, 8766, 9171, 13261, 9391, 9590, 13504, 8441, 10618, 15133, 9912, 12008, 8559, 9158, 14845, 9340, 10513, 15060, 9226, 11472, 11174, 9060, 13213, 8189, 9642, 14285, 9090, 10848, 11349, 9367, 11899, 7955, 9152, 13375, 8846, 9942, 15181, 9159, 11243, 8540, 9756, 15939, 9294, 11019, 12492, 9110, 11976, 8281, 10017, 15372, 9023, 10404, 15110, 9307, 11028, 9928, 8792, 11885, 8306, 9656, 14879, 9114, 11030, 8510, 9564, 14736, 9184, 11135, 14629, 9118, 11228, 8441, 9202, 14277, 8697, 10596, 15467, 9272, 10912, 11101, 8985, 11819, 8256, 9301, 12354, 8420, 9845, 14609, 9234, 10589, 15287, 8816, 12304, 8796, 10016, 15048, 8989, 10563, 14033, 9035, 11026, 8020, 9092, 13734, 9598, 10726, 13153, 9156, 11784, 8331, 9718, 14797, 9117, 10593, 15499, 9285, 11389, 8451, 9418, 13514, 9119, 10599, 16374, 9143, 8788, 9987, 8891, 13069, 9049, 11030, 15418, 9379, 12169, 11620, 9159, 12134, 8255, 10236, 14600, 8908, 10612, 14570, 9350, 11894, 8677, 9841, 15330, 9528, 10912, 15600, 9150, 11868, 8694, 9876, 14919, 8936, 11114, 13837, 9524, 12800, 8795, 9938, 14744, 9950, 10886, 9561, 9057, 14364, 9730, 11932, 9541, 11852, 9332, 12430, 16800, 12122, 10621, 7786, 9559, 13620, 9379, 10710, 14140, 9219, 11532, 8408, 9708, 14709, 9790, 10910, 10312, 9063, 11777, 8450, 9619, 13974, 9085, 10826, 8304, 9506, 14759, 9759, 11016, 14563, 9557, 11547, 8474, 9716, 14035, 9514, 10852, 15754, 9172, 11291, 8992, 9722, 12926, 8741, 10365, 14237, 9309, 12171, 8901, 9873, 15303, 9576, 10903, 14466, 9177, 12099, 8784, 9835, 14938, 9332, 10945, 14361, 9800, 11911, 8712, 9437, 14325, 9973, 10925, 8499, 9516, 16160, 9659, 12139, 8794, 9758, 13955, 9375, 11991, 8915, 10945, 8952, 9395, 15909, 10046, 12647, 9158, 10185, 15167, 9350, 12482, 9257, 10999, 8498, 9804, 15220, 9617, 12690], 'WindowCenter': [4201.0, 4151.0, 4148.0, 4142.0, 4122.0, 4141.0, 4120.0, 4144.0, 4143.0, 4134.0, 4153.0, 4143.0, 4142.0, 4120.0, 4133.0, 4163.0, 4145.0, 4156.0, 4135.0, 4134.0, 4178.0, 4148.0, 4159.0, 4178.0, 4147.0, 4168.0, 4136.0, 4149.0, 4178.0, 4147.0, 4171.0, 4193.0, 4157.0, 4171.0, 4180.0, 4147.0, 4180.0, 4150.0, 4159.0, 4189.0, 4159.0, 4183.0, 4169.0, 4150.0, 4179.0, 4148.0, 4173.0, 4192.0, 4160.0, 4170.0, 4189.0, 4160.0, 4183.0, 4171.0, 4159.0, 4181.0, 4149.0, 4161.0, 4192.0, 4172.0, 4171.0, 4188.0, 4150.0, 4193.0, 4158.0, 4158.0, 4191.0, 4137.0, 4172.0, 4192.0, 4159.0, 4171.0, 4191.0, 4159.0, 4181.0, 4190.0, 4158.0, 4171.0, 4190.0, 4148.0, 4160.0, 4179.0, 4159.0, 4170.0, 4200.0, 4160.0, 4169.0, 4167.0, 4148.0, 4179.0, 4169.0, 4149.0, 4179.0, 4146.0, 4147.0, 4178.0, 4145.0, 4147.0, 4178.0, 4136.0, 4158.0, 4187.0, 4160.0, 4157.0, 4177.0, 4146.0, 4168.0, 4191.0, 4147.0, 4168.0, 4175.0, 4145.0, 4169.0, 4166.0, 4146.0, 4167.0, 4131.0, 4135.0, 4178.0, 4134.0, 4135.0, 4165.0, 4122.0, 4147.0, 4177.0, 4144.0, 4145.0, 4174.0, 4144.0, 4158.0, 4178.0, 4144.0, 4168.0, 4176.0, 4145.0, 4156.0, 4157.0, 4148.0, 4177.0, 4147.0, 4157.0, 4138.0, 4173.0, 4191.0, 4161.0, 4170.0, 4167.0, 4151.0, 4182.0, 4158.0, 4145.0, 4165.0, 4133.0, 4148.0, 4179.0, 4144.0, 4135.0, 4176.0, 4133.0, 4159.0, 4218.0, 4181.0, 4171.0, 4188.0, 4159.0, 4178.0, 4177.0, 4159.0, 4179.0, 4143.0, 4138.0, 4178.0, 4134.0, 4147.0, 4178.0, 4148.0, 4147.0, 4180.0, 4146.0, 4169.0, 4189.0, 4152.0, 4170.0, 4189.0, 4147.0, 4158.0, 4191.0, 4161.0, 4161.0, 4179.0, 4149.0, 4171.0, 4191.0, 4160.0, 4171.0, 4159.0, 4150.0, 4194.0, 4181.0, 4147.0, 4193.0, 4149.0, 4149.0, 4180.0, 4169.0, 4147.0, 4178.0, 4146.0, 4150.0, 4191.0, 4158.0, 4148.0, 4178.0, 4147.0, 4161.0, 4202.0, 4158.0, 4159.0, 4189.0, 4145.0, 4170.0, 4189.0, 4146.0, 4157.0, 4176.0, 4145.0, 4166.0, 4176.0, 4144.0, 4157.0, 4176.0, 4145.0, 4156.0, 4165.0, 4156.0, 4168.0, 4166.0, 4145.0, 4167.0, 4156.0, 4134.0, 4164.0, 4121.0, 4145.0, 4175.0, 4132.0, 4153.0, 4163.0, 4132.0, 4154.0, 4163.0, 4132.0, 4153.0, 4154.0, 4136.0, 4166.0, 4133.0, 4134.0, 4177.0, 4134.0, 4135.0, 4177.0, 4134.0, 4156.0, 4175.0, 4144.0, 4155.0, 4144.0, 4134.0, 4166.0, 4136.0, 4137.0, 4176.0, 4123.0, 4144.0, 4174.0, 4144.0, 4155.0, 4177.0, 4155.0, 4166.0, 4138.0, 4170.0, 4137.0, 4157.0, 4170.0, 4173.0, 4184.0, 4159.0, 4193.0, 4137.0, 4146.0, 4166.0, 4125.0, 4147.0, 4174.0, 4146.0, 4156.0, 4155.0, 4135.0, 4166.0, 4136.0, 4134.0, 4177.0, 4134.0, 4147.0, 4176.0, 4149.0, 4169.0, 4178.0, 4145.0, 4167.0, 4145.0, 4148.0, 4180.0, 4136.0, 4146.0, 4176.0, 4135.0, 4168.0, 4178.0, 4146.0, 4156.0, 4133.0, 4135.0, 4166.0, 4134.0, 4137.0, 4178.0, 4135.0, 4134.0, 4175.0, 4122.0, 4146.0, 4176.0, 4136.0, 4145.0, 4165.0, 4129.0, 4155.0, 4176.0, 4143.0, 4155.0, 4175.0, 4133.0, 4154.0, 4165.0, 4122.0, 4143.0, 4119.0, 4121.0, 4166.0, 4143.0, 4121.0, 4152.0, 4118.0, 4130.0, 4161.0, 4120.0, 4121.0, 4152.0, 4132.0, 4133.0, 4164.0, 4134.0, 4180.0, 4175.0, 4131.0, 4152.0, 4172.0, 4130.0, 4154.0, 4140.0, 4122.0, 4165.0, 4123.0, 4133.0, 4177.0, 4132.0, 4132.0, 4168.0, 4131.0, 4136.0, 4178.0, 4134.0, 4155.0, 4174.0, 4145.0, 4163.0, 4145.0, 4169.0, 4146.0, 4168.0, 4191.0, 4133.0, 4146.0, 4176.0, 4134.0, 4132.0, 4163.0, 4132.0, 4168.0, 4162.0, 4133.0, 4154.0, 4108.0, 4146.0, 4178.0, 4135.0, 4135.0, 4161.0, 4136.0, 4166.0, 4178.0, 4145.0, 4164.0, 4134.0, 4148.0, 4180.0, 4132.0, 4146.0, 4187.0, 4147.0, 4170.0, 4187.0, 4148.0, 4178.0, 4187.0, 4145.0, 4166.0, 4152.0, 4134.0, 4179.0, 4125.0, 4145.0, 4174.0, 4134.0, 4167.0, 4188.0, 4144.0, 4153.0, 4131.0, 4122.0, 4164.0, 4125.0, 4154.0, 4174.0, 4143.0, 4154.0, 4165.0, 4132.0, 4165.0, 4155.0, 4121.0, 4153.0, 4111.0, 4143.0, 4173.0, 4131.0, 4141.0, 4140.0, 4119.0, 4150.0, 4131.0, 4132.0, 4161.0, 4119.0, 4141.0, 4161.0, 4131.0, 4154.0, 4142.0, 4120.0, 4150.0, 4112.0, 4135.0, 4174.0, 4119.0, 4142.0, 4173.0, 4132.0, 4142.0, 4161.0, 4131.0, 4152.0, 4173.0, 4121.0, 4151.0, 4120.0, 4121.0, 4163.0, 4122.0, 4153.0, 4173.0, 4132.0, 4167.0, 4174.0, 4132.0, 4153.0, 4119.0, 4135.0, 4176.0, 4122.0, 4143.0, 4173.0, 4135.0, 4155.0, 4163.0, 4132.0, 4152.0, 4122.0, 4135.0, 4175.0, 4133.0, 4154.0, 4121.0, 4133.0, 4174.0, 4122.0, 4132.0, 4162.0, 4120.0, 4141.0, 4172.0, 4132.0, 4140.0, 4160.0, 4130.0, 4152.0, 4177.0, 4131.0, 4154.0, 4161.0, 4130.0, 4164.0, 4142.0, 4120.0, 4150.0, 4109.0, 4131.0, 4172.0, 4132.0, 4152.0, 4164.0, 4121.0, 4163.0, 4133.0, 4131.0, 4166.0, 4121.0, 4144.0, 4176.0, 4143.0, 4154.0, 4145.0, 4132.0, 4167.0, 4123.0, 4134.0, 4176.0, 4125.0, 4166.0, 4176.0, 4143.0, 4155.0, 4164.0, 4148.0, 4179.0, 4176.0, 4145.0, 4155.0, 4135.0, 4147.0, 4180.0, 4135.0, 4157.0, 4174.0, 4149.0, 4168.0, 4167.0, 4146.0, 4177.0, 4135.0, 4147.0, 4177.0, 4134.0, 4156.0, 4188.0, 4135.0, 4154.0, 4175.0, 4144.0, 4166.0, 4186.0, 4145.0, 4156.0, 4143.0, 4134.0, 4178.0, 4133.0, 4135.0, 4165.0, 4124.0, 4157.0, 4188.0, 4145.0, 4156.0, 4175.0, 4134.0, 4156.0, 4175.0, 4145.0, 4167.0, 4177.0, 4146.0, 4180.0, 4135.0, 4134.0, 4176.0, 4121.0, 4145.0, 4175.0, 4143.0, 4152.0, 4151.0, 4131.0, 4165.0, 4132.0, 4119.0, 4152.0, 4108.0, 4143.0, 4161.0, 4131.0, 4151.0, 4175.0, 4131.0, 4153.0, 4141.0, 4131.0, 4164.0, 4135.0, 4153.0, 4122.0, 4155.0, 4136.0, 4167.0, 4188.0, 4131.0, 4131.0, 4165.0, 4131.0, 4132.0, 4162.0, 4108.0, 4129.0, 4163.0, 4130.0, 4142.0, 4150.0, 4118.0, 4141.0, 4160.0, 4129.0, 4139.0, 4118.0, 4120.0, 4150.0, 4122.0, 4144.0, 4174.0, 4133.0, 4154.0, 4164.0, 4134.0, 4156.0, 4167.0, 4144.0, 4167.0, 4175.0, 4145.0, 4157.0, 4145.0, 4135.0, 4181.0, 4188.0, 4147.0, 4166.0, 4135.0, 4147.0, 4179.0, 4136.0, 4147.0, 4175.0, 4136.0, 4167.0, 4177.0, 4147.0, 4167.0, 4123.0, 4146.0, 4175.0, 4124.0, 4156.0, 4174.0, 4133.0, 4143.0, 4176.0, 4143.0, 4156.0, 4167.0, 4132.0, 4166.0, 4176.0, 4132.0, 4154.0, 4140.0, 4123.0, 4165.0, 4131.0, 4133.0, 4163.0, 4110.0, 4145.0, 4176.0, 4131.0, 4143.0, 4161.0, 4132.0, 4154.0, 4163.0, 4133.0, 4153.0, 4152.0, 4134.0, 4165.0, 4123.0, 4134.0, 4164.0, 4121.0, 4134.0, 4175.0, 4133.0, 4144.0, 4174.0, 4133.0, 4165.0, 4163.0, 4133.0, 4153.0, 4120.0, 4122.0, 4165.0, 4119.0, 4133.0, 4164.0, 4121.0, 4155.0, 4174.0, 4145.0, 4154.0, 4151.0, 4135.0, 4165.0, 4122.0, 4144.0, 4174.0, 4134.0, 4166.0, 4173.0, 4133.0, 4152.0, 4120.0, 4132.0, 4175.0, 4132.0, 4153.0, 4152.0, 4121.0, 4165.0, 4110.0, 4132.0, 4163.0, 4121.0, 4155.0, 4173.0, 4133.0, 4153.0, 4152.0, 4134.0, 4153.0, 4121.0, 4121.0, 4166.0, 4133.0, 4133.0, 4174.0, 4122.0, 4155.0, 4175.0, 4146.0, 4166.0, 4135.0, 4145.0, 4166.0, 4135.0, 4157.0, 4187.0, 4146.0, 4167.0, 4188.0, 4146.0, 4168.0, 4166.0, 4134.0, 4155.0, 4123.0, 4134.0, 4165.0, 4122.0, 4144.0, 4162.0, 4123.0, 4133.0, 4167.0, 4111.0, 4144.0, 4176.0, 4132.0, 4144.0, 4174.0, 4134.0, 4168.0, 4176.0, 4134.0, 4145.0, 4166.0, 4133.0, 4157.0, 4176.0, 4133.0, 4144.0, 4163.0, 4132.0, 4156.0, 4175.0, 4132.0, 4144.0, 4163.0, 4121.0, 4153.0, 4142.0, 4121.0, 4152.0, 4110.0, 4133.0, 4176.0, 4121.0, 4133.0, 4163.0, 4122.0, 4156.0, 4164.0, 4144.0, 4154.0, 4152.0, 4135.0, 4165.0, 4164.0, 4149.0, 4165.0, 4121.0, 4146.0, 4154.0, 4135.0, 4177.0, 4157.0, 4167.0, 4144.0, 4135.0, 4167.0, 4133.0, 4133.0, 4153.0, 4110.0, 4144.0, 4175.0, 4122.0, 4132.0, 4162.0, 4121.0, 4145.0, 4175.0, 4132.0, 4155.0, 4162.0, 4133.0, 4155.0, 4155.0, 4136.0, 4167.0, 4127.0, 4148.0, 4180.0, 4148.0, 4159.0, 4180.0, 4148.0, 4182.0, 4190.0, 4158.0, 4158.0, 4177.0, 4148.0, 4169.0, 4178.0, 4147.0, 4167.0, 4133.0, 4147.0, 4178.0, 4134.0, 4145.0, 4175.0, 4134.0, 4155.0, 4188.0, 4134.0, 4166.0, 4143.0, 4133.0, 4166.0, 4133.0, 4134.0, 4165.0, 4121.0, 4146.0, 4176.0, 4132.0, 4144.0, 4163.0, 4133.0, 4156.0, 4174.0, 4146.0, 4156.0, 4163.0, 4133.0, 4155.0, 4154.0, 4134.0, 4166.0, 4145.0, 4135.0, 4168.0, 4135.0, 4157.0, 4189.0, 4146.0, 4155.0, 4176.0, 4123.0, 4144.0, 4178.0, 4134.0, 4135.0, 4164.0, 4121.0, 4156.0, 4187.0, 4144.0, 4155.0, 4164.0, 4134.0, 4168.0, 4174.0, 4146.0, 4156.0, 4164.0, 4136.0, 4168.0, 4148.0, 4145.0, 4167.0, 4147.0, 4137.0, 4180.0, 4148.0, 4161.0, 4191.0, 4146.0, 4159.0, 4190.0, 4148.0, 4179.0, 4148.0, 4159.0, 4190.0, 4145.0, 4156.0, 4168.0, 4147.0, 4166.0, 4133.0, 4134.0, 4176.0, 4136.0, 4155.0, 4175.0, 4133.0, 4153.0, 4132.0, 4134.0, 4164.0, 4121.0, 4132.0, 4162.0, 4132.0, 4144.0, 4175.0, 4132.0, 4154.0, 4175.0, 4145.0, 4168.0, 4134.0, 4123.0, 4109.0, 4097.0, 4084.0, 4120.0, 4163.0, 4120.0, 4122.0, 4164.0, 4121.0, 4133.0, 4164.0, 4121.0, 4134.0, 4189.0, 4133.0, 4156.0, 4164.0, 4119.0, 4140.0, 4161.0, 4129.0, 4140.0, 4160.0, 4128.0, 4137.0, 4103.0, 4093.0, 4123.0, 4091.0, 4113.0, 4144.0, 4113.0, 4125.0, 4134.0, 4104.0, 4135.0, 4104.0, 4104.0, 4135.0, 4103.0, 4118.0, 4149.0, 4130.0, 4139.0, 4129.0, 4139.0, 4131.0, 4151.0, 4120.0, 4142.0, 4173.0, 4118.0, 4143.0, 4149.0, 4129.0, 4128.0, 4106.0, 4131.0, 4154.0, 4122.0, 4134.0, 4151.0, 4132.0, 4156.0, 4175.0, 4149.0, 4170.0, 4147.0, 4148.0, 4168.0, 4149.0, 4172.0, 4191.0, 4161.0, 4170.0, 4138.0, 4150.0, 4193.0, 4149.0, 4172.0, 4191.0, 4160.0, 4182.0, 4190.0, 4149.0, 4169.0, 4147.0, 4148.0, 4182.0, 4157.0, 4148.0, 4180.0, 4156.0, 4135.0, 4177.0, 4134.0, 4145.0, 4174.0, 4133.0, 4155.0, 4186.0, 4134.0, 4155.0, 4121.0, 4133.0, 4164.0, 4132.0, 4134.0, 4189.0, 4144.0, 4143.0, 4162.0, 4130.0, 4156.0, 4177.0, 4144.0, 4176.0, 4177.0, 4133.0, 4164.0, 4121.0, 4131.0, 4150.0, 4110.0, 4141.0, 4110.0, 4122.0, 4164.0, 4099.0, 4121.0, 4151.0, 4107.0, 4134.0, 4162.0, 4111.0, 4142.0, 4110.0, 4122.0, 4154.0, 4110.0, 4121.0, 4162.0, 4124.0, 4147.0, 4165.0, 4134.0, 4146.0, 4113.0, 4135.0, 4175.0, 4137.0, 4158.0, 4163.0, 4137.0, 4168.0, 4124.0, 4149.0, 4175.0, 4136.0, 4158.0, 4184.0, 4139.0, 4171.0, 4179.0, 4137.0, 4157.0, 4127.0, 4149.0, 4181.0, 4140.0, 4182.0, 4147.0, 4154.0, 4139.0, 4172.0, 4149.0, 4151.0, 4191.0, 4125.0, 4160.0, 4193.0, 4137.0, 4143.0, 4162.0, 4125.0, 4155.0, 4170.0, 4137.0, 4158.0, 4111.0, 4147.0, 4177.0, 4136.0, 4156.0, 4109.0, 4132.0, 4175.0, 4136.0, 4157.0, 4136.0, 4135.0, 4176.0, 4124.0, 4158.0, 4165.0, 4124.0, 4154.0, 4111.0, 4146.0, 4165.0, 4134.0, 4144.0, 4111.0, 4133.0, 4176.0, 4123.0, 4144.0, 4163.0, 4135.0, 4156.0, 4142.0, 4135.0, 4166.0, 4112.0, 4155.0, 4170.0, 4133.0, 4143.0, 4112.0, 4133.0, 4175.0, 4131.0, 4146.0, 4175.0, 4137.0, 4159.0, 4167.0, 4136.0, 4156.0, 4113.0, 4148.0, 4178.0, 4121.0, 4142.0, 4175.0, 4138.0, 4168.0, 4169.0, 4137.0, 4164.0, 4136.0, 4158.0, 4189.0, 4138.0, 4169.0, 4138.0, 4149.0, 4174.0, 4139.0, 4159.0, 4187.0, 4137.0, 4157.0, 4178.0, 4133.0, 4158.0, 4163.0, 4131.0, 4156.0, 4156.0, 4135.0, 4168.0, 4120.0, 4131.0, 4175.0, 4135.0, 4155.0, 4176.0, 4124.0, 4155.0, 4113.0, 4141.0, 4175.0, 4131.0, 4145.0, 4172.0, 4130.0, 4155.0, 4156.0, 4135.0, 4167.0, 4119.0, 4135.0, 4178.0, 4134.0, 4144.0, 4160.0, 4122.0, 4156.0, 4173.0, 4124.0, 4141.0, 4108.0, 4134.0, 4176.0, 4135.0, 4157.0, 4137.0, 4148.0, 4179.0, 4147.0, 4159.0, 4138.0, 4161.0, 4142.0, 4161.0, 4201.0, 4136.0, 4145.0, 4179.0, 4136.0, 4131.0, 4164.0, 4118.0, 4133.0, 4163.0, 4135.0, 4145.0, 4163.0, 4122.0, 4143.0, 4142.0, 4136.0, 4164.0, 4125.0, 4147.0, 4176.0, 4133.0, 4172.0, 4190.0, 4147.0, 4169.0, 4125.0, 4149.0, 4182.0, 4146.0, 4148.0, 4161.0, 4137.0, 4160.0, 4189.0, 4147.0, 4168.0, 4121.0, 4136.0, 4179.0, 4137.0, 4146.0, 4173.0, 4135.0, 4156.0, 4152.0, 4135.0, 4166.0, 4112.0, 4134.0, 4164.0, 4135.0, 4146.0, 4156.0, 4135.0, 4154.0, 4125.0, 4147.0, 4177.0, 4135.0, 4147.0, 4185.0, 4147.0, 4156.0, 4125.0, 4146.0, 4182.0, 4131.0, 4158.0, 4166.0, 4135.0, 4155.0, 4119.0, 4134.0, 4177.0, 4135.0, 4146.0, 4175.0, 4133.0, 4144.0, 4134.0, 4135.0, 4169.0, 4133.0, 4148.0, 4176.0, 4135.0, 4157.0, 4137.0, 4143.0, 4187.0, 4132.0, 4157.0, 4189.0, 4137.0, 4157.0, 4125.0, 4136.0, 4177.0, 4137.0, 4147.0, 4173.0, 4135.0, 4145.0, 4141.0, 4134.0, 4153.0, 4120.0, 4133.0, 4165.0, 4124.0, 4145.0, 4176.0, 4133.0, 4145.0, 4172.0, 4136.0, 4156.0, 4123.0, 4134.0, 4174.0, 4123.0, 4146.0, 4164.0, 4134.0, 4144.0, 4122.0, 4148.0, 4178.0, 4143.0, 4157.0, 4165.0, 4148.0, 4170.0, 4123.0, 4148.0, 4172.0, 4134.0, 4158.0, 4188.0, 4148.0, 4157.0, 4121.0, 4150.0, 4179.0, 4133.0, 4159.0, 4188.0, 4107.0, 4167.0, 4144.0, 4135.0, 4166.0, 4134.0, 4158.0, 4176.0, 4135.0, 4169.0, 4158.0, 4135.0, 4167.0, 4124.0, 4147.0, 4189.0, 4137.0, 4157.0, 4176.0, 4137.0, 4155.0, 4136.0, 4149.0, 4188.0, 4147.0, 4157.0, 4184.0, 4148.0, 4168.0, 4136.0, 4147.0, 4188.0, 4150.0, 4158.0, 4175.0, 4144.0, 4167.0, 4136.0, 4149.0, 4191.0, 4156.0, 4159.0, 4143.0, 4138.0, 4175.0, 4149.0, 4167.0, 4148.0, 4164.0, 4150.0, 4182.0, 4202.0, 4157.0, 4146.0, 4113.0, 4135.0, 4166.0, 4131.0, 4145.0, 4160.0, 4122.0, 4143.0, 4123.0, 4133.0, 4165.0, 4132.0, 4142.0, 4132.0, 4134.0, 4152.0, 4111.0, 4134.0, 4164.0, 4132.0, 4144.0, 4120.0, 4146.0, 4176.0, 4135.0, 4160.0, 4177.0, 4147.0, 4156.0, 4126.0, 4148.0, 4179.0, 4143.0, 4157.0, 4190.0, 4147.0, 4170.0, 4138.0, 4148.0, 4168.0, 4134.0, 4159.0, 4178.0, 4148.0, 4169.0, 4138.0, 4161.0, 4190.0, 4148.0, 4158.0, 4177.0, 4146.0, 4167.0, 4138.0, 4150.0, 4174.0, 4137.0, 4172.0, 4179.0, 4148.0, 4169.0, 4125.0, 4145.0, 4190.0, 4149.0, 4158.0, 4136.0, 4148.0, 4188.0, 4144.0, 4171.0, 4137.0, 4136.0, 4177.0, 4137.0, 4167.0, 4137.0, 4157.0, 4131.0, 4135.0, 4186.0, 4146.0, 4168.0, 4135.0, 4145.0, 4175.0, 4122.0, 4154.0, 4122.0, 4142.0, 4121.0, 4131.0, 4173.0, 4132.0, 4151.0], 'WindowWidth': [9312.0, 9225.0, 9212.0, 9195.0, 9165.0, 9188.0, 9158.0, 9198.0, 9196.0, 9182.0, 9206.0, 9194.0, 9191.0, 9158.0, 9180.0, 9222.0, 9199.0, 9216.0, 9185.0, 9187.0, 9251.0, 9207.0, 9222.0, 9248.0, 9206.0, 9236.0, 9189.0, 9209.0, 9250.0, 9206.0, 9244.0, 9277.0, 9222.0, 9244.0, 9255.0, 9209.0, 9259.0, 9213.0, 9224.0, 9267.0, 9223.0, 9264.0, 9239.0, 9214.0, 9253.0, 9210.0, 9251.0, 9275.0, 9226.0, 9240.0, 9265.0, 9227.0, 9264.0, 9243.0, 9228.0, 9257.0, 9213.0, 9232.0, 9274.0, 9246.0, 9243.0, 9265.0, 9214.0, 9278.0, 9223.0, 9223.0, 9270.0, 9192.0, 9247.0, 9276.0, 9224.0, 9242.0, 9271.0, 9225.0, 9259.0, 9269.0, 9221.0, 9244.0, 9271.0, 9209.0, 9226.0, 9253.0, 9226.0, 9241.0, 9286.0, 9227.0, 9238.0, 9234.0, 9208.0, 9253.0, 9238.0, 9211.0, 9253.0, 9203.0, 9204.0, 9248.0, 9201.0, 9206.0, 9249.0, 9190.0, 9221.0, 9263.0, 9225.0, 9219.0, 9248.0, 9204.0, 9234.0, 9274.0, 9205.0, 9233.0, 9245.0, 9200.0, 9238.0, 9231.0, 9201.0, 9231.0, 9176.0, 9188.0, 9250.0, 9183.0, 9185.0, 9226.0, 9165.0, 9207.0, 9246.0, 9197.0, 9199.0, 9239.0, 9195.0, 9222.0, 9248.0, 9198.0, 9236.0, 9245.0, 9200.0, 9217.0, 9220.0, 9208.0, 9248.0, 9207.0, 9219.0, 9197.0, 9251.0, 9274.0, 9228.0, 9241.0, 9234.0, 9216.0, 9262.0, 9221.0, 9201.0, 9227.0, 9178.0, 9207.0, 9252.0, 9197.0, 9187.0, 9243.0, 9181.0, 9225.0, 9326.0, 9257.0, 9243.0, 9264.0, 9224.0, 9252.0, 9250.0, 9224.0, 9253.0, 9200.0, 9196.0, 9250.0, 9186.0, 9206.0, 9250.0, 9211.0, 9211.0, 9255.0, 9206.0, 9239.0, 9268.0, 9221.0, 9241.0, 9268.0, 9208.0, 9224.0, 9275.0, 9237.0, 9232.0, 9255.0, 9215.0, 9249.0, 9277.0, 9230.0, 9245.0, 9227.0, 9215.0, 9281.0, 9259.0, 9209.0, 9277.0, 9215.0, 9211.0, 9257.0, 9242.0, 9208.0, 9251.0, 9206.0, 9218.0, 9273.0, 9222.0, 9211.0, 9253.0, 9206.0, 9232.0, 9292.0, 9225.0, 9225.0, 9269.0, 9204.0, 9243.0, 9271.0, 9204.0, 9218.0, 9247.0, 9199.0, 9232.0, 9248.0, 9200.0, 9221.0, 9245.0, 9202.0, 9218.0, 9228.0, 9217.0, 9238.0, 9233.0, 9203.0, 9234.0, 9217.0, 9184.0, 9226.0, 9162.0, 9202.0, 9247.0, 9180.0, 9207.0, 9226.0, 9179.0, 9213.0, 9226.0, 9179.0, 9209.0, 9214.0, 9193.0, 9230.0, 9184.0, 9186.0, 9247.0, 9186.0, 9189.0, 9248.0, 9186.0, 9216.0, 9243.0, 9202.0, 9215.0, 9199.0, 9186.0, 9230.0, 9191.0, 9195.0, 9246.0, 9169.0, 9198.0, 9240.0, 9197.0, 9215.0, 9247.0, 9216.0, 9230.0, 9194.0, 9243.0, 9194.0, 9224.0, 9244.0, 9254.0, 9269.0, 9229.0, 9281.0, 9192.0, 9203.0, 9232.0, 9174.0, 9206.0, 9243.0, 9202.0, 9215.0, 9213.0, 9185.0, 9231.0, 9191.0, 9188.0, 9248.0, 9185.0, 9206.0, 9245.0, 9213.0, 9238.0, 9251.0, 9203.0, 9234.0, 9201.0, 9211.0, 9256.0, 9190.0, 9204.0, 9246.0, 9189.0, 9234.0, 9253.0, 9204.0, 9217.0, 9184.0, 9186.0, 9229.0, 9185.0, 9195.0, 9249.0, 9186.0, 9186.0, 9243.0, 9166.0, 9205.0, 9244.0, 9189.0, 9200.0, 9228.0, 9174.0, 9216.0, 9245.0, 9195.0, 9212.0, 9243.0, 9181.0, 9212.0, 9230.0, 9164.0, 9194.0, 9159.0, 9162.0, 9229.0, 9196.0, 9162.0, 9205.0, 9155.0, 9175.0, 9218.0, 9159.0, 9163.0, 9205.0, 9179.0, 9182.0, 9227.0, 9185.0, 9258.0, 9245.0, 9180.0, 9209.0, 9239.0, 9176.0, 9211.0, 9192.0, 9168.0, 9229.0, 9169.0, 9183.0, 9252.0, 9182.0, 9183.0, 9236.0, 9182.0, 9192.0, 9252.0, 9188.0, 9217.0, 9244.0, 9205.0, 9226.0, 9205.0, 9241.0, 9211.0, 9239.0, 9276.0, 9185.0, 9202.0, 9250.0, 9186.0, 9182.0, 9223.0, 9180.0, 9238.0, 9224.0, 9184.0, 9212.0, 9147.0, 9207.0, 9251.0, 9187.0, 9188.0, 9221.0, 9197.0, 9235.0, 9252.0, 9206.0, 9231.0, 9188.0, 9212.0, 9257.0, 9186.0, 9206.0, 9265.0, 9213.0, 9241.0, 9266.0, 9209.0, 9256.0, 9270.0, 9205.0, 9234.0, 9211.0, 9189.0, 9252.0, 9174.0, 9203.0, 9242.0, 9186.0, 9237.0, 9270.0, 9203.0, 9213.0, 9181.0, 9171.0, 9229.0, 9176.0, 9212.0, 9245.0, 9198.0, 9215.0, 9232.0, 9180.0, 9229.0, 9218.0, 9165.0, 9213.0, 9152.0, 9199.0, 9241.0, 9180.0, 9192.0, 9189.0, 9161.0, 9203.0, 9179.0, 9181.0, 9221.0, 9160.0, 9190.0, 9221.0, 9179.0, 9213.0, 9195.0, 9162.0, 9202.0, 9153.0, 9189.0, 9242.0, 9162.0, 9193.0, 9239.0, 9185.0, 9195.0, 9221.0, 9178.0, 9210.0, 9243.0, 9165.0, 9207.0, 9162.0, 9165.0, 9224.0, 9171.0, 9212.0, 9240.0, 9182.0, 9236.0, 9245.0, 9183.0, 9211.0, 9162.0, 9191.0, 9247.0, 9168.0, 9198.0, 9241.0, 9190.0, 9217.0, 9227.0, 9183.0, 9207.0, 9165.0, 9190.0, 9246.0, 9185.0, 9213.0, 9167.0, 9183.0, 9244.0, 9171.0, 9182.0, 9224.0, 9162.0, 9193.0, 9238.0, 9182.0, 9192.0, 9219.0, 9177.0, 9209.0, 9250.0, 9181.0, 9214.0, 9221.0, 9176.0, 9229.0, 9197.0, 9164.0, 9204.0, 9147.0, 9178.0, 9238.0, 9183.0, 9208.0, 9226.0, 9167.0, 9226.0, 9186.0, 9182.0, 9232.0, 9165.0, 9201.0, 9250.0, 9200.0, 9214.0, 9201.0, 9184.0, 9238.0, 9174.0, 9189.0, 9245.0, 9174.0, 9234.0, 9251.0, 9200.0, 9217.0, 9229.0, 9211.0, 9257.0, 9250.0, 9204.0, 9216.0, 9192.0, 9212.0, 9257.0, 9193.0, 9222.0, 9246.0, 9216.0, 9240.0, 9238.0, 9208.0, 9248.0, 9194.0, 9211.0, 9253.0, 9189.0, 9219.0, 9269.0, 9193.0, 9217.0, 9248.0, 9200.0, 9236.0, 9267.0, 9204.0, 9219.0, 9199.0, 9187.0, 9255.0, 9187.0, 9190.0, 9231.0, 9173.0, 9225.0, 9267.0, 9204.0, 9218.0, 9246.0, 9189.0, 9221.0, 9246.0, 9206.0, 9236.0, 9251.0, 9211.0, 9256.0, 9192.0, 9188.0, 9247.0, 9167.0, 9205.0, 9247.0, 9197.0, 9208.0, 9208.0, 9180.0, 9229.0, 9180.0, 9161.0, 9207.0, 9145.0, 9197.0, 9223.0, 9179.0, 9204.0, 9244.0, 9180.0, 9211.0, 9194.0, 9178.0, 9229.0, 9191.0, 9212.0, 9171.0, 9218.0, 9196.0, 9238.0, 9271.0, 9181.0, 9178.0, 9231.0, 9180.0, 9181.0, 9222.0, 9142.0, 9172.0, 9228.0, 9176.0, 9192.0, 9203.0, 9154.0, 9190.0, 9219.0, 9173.0, 9186.0, 9157.0, 9162.0, 9203.0, 9172.0, 9200.0, 9242.0, 9186.0, 9214.0, 9230.0, 9188.0, 9219.0, 9236.0, 9201.0, 9236.0, 9249.0, 9205.0, 9221.0, 9204.0, 9190.0, 9261.0, 9269.0, 9209.0, 9236.0, 9191.0, 9210.0, 9258.0, 9194.0, 9208.0, 9245.0, 9193.0, 9237.0, 9251.0, 9210.0, 9237.0, 9173.0, 9205.0, 9245.0, 9174.0, 9218.0, 9246.0, 9184.0, 9198.0, 9248.0, 9198.0, 9219.0, 9235.0, 9181.0, 9234.0, 9250.0, 9181.0, 9213.0, 9191.0, 9172.0, 9231.0, 9181.0, 9183.0, 9224.0, 9149.0, 9205.0, 9246.0, 9180.0, 9196.0, 9221.0, 9181.0, 9213.0, 9228.0, 9183.0, 9211.0, 9208.0, 9186.0, 9231.0, 9171.0, 9185.0, 9228.0, 9165.0, 9187.0, 9245.0, 9183.0, 9198.0, 9243.0, 9184.0, 9230.0, 9227.0, 9182.0, 9209.0, 9163.0, 9167.0, 9229.0, 9164.0, 9182.0, 9226.0, 9165.0, 9216.0, 9240.0, 9202.0, 9213.0, 9209.0, 9191.0, 9229.0, 9170.0, 9201.0, 9241.0, 9188.0, 9233.0, 9242.0, 9182.0, 9208.0, 9162.0, 9182.0, 9245.0, 9180.0, 9210.0, 9208.0, 9166.0, 9230.0, 9150.0, 9181.0, 9223.0, 9164.0, 9216.0, 9240.0, 9183.0, 9210.0, 9210.0, 9187.0, 9210.0, 9164.0, 9166.0, 9231.0, 9184.0, 9185.0, 9241.0, 9169.0, 9215.0, 9244.0, 9209.0, 9233.0, 9190.0, 9203.0, 9231.0, 9191.0, 9223.0, 9263.0, 9204.0, 9233.0, 9268.0, 9208.0, 9237.0, 9234.0, 9185.0, 9216.0, 9174.0, 9187.0, 9230.0, 9167.0, 9198.0, 9225.0, 9171.0, 9183.0, 9234.0, 9150.0, 9198.0, 9246.0, 9184.0, 9200.0, 9241.0, 9186.0, 9239.0, 9250.0, 9186.0, 9202.0, 9232.0, 9184.0, 9223.0, 9249.0, 9183.0, 9200.0, 9227.0, 9181.0, 9218.0, 9247.0, 9181.0, 9199.0, 9225.0, 9164.0, 9210.0, 9196.0, 9165.0, 9207.0, 9148.0, 9184.0, 9246.0, 9165.0, 9184.0, 9224.0, 9168.0, 9218.0, 9227.0, 9198.0, 9213.0, 9209.0, 9191.0, 9230.0, 9231.0, 9215.0, 9229.0, 9163.0, 9205.0, 9213.0, 9190.0, 9251.0, 9222.0, 9234.0, 9198.0, 9186.0, 9236.0, 9181.0, 9180.0, 9208.0, 9145.0, 9198.0, 9246.0, 9165.0, 9179.0, 9220.0, 9164.0, 9200.0, 9242.0, 9181.0, 9216.0, 9220.0, 9182.0, 9216.0, 9218.0, 9191.0, 9236.0, 9179.0, 9210.0, 9258.0, 9210.0, 9228.0, 9256.0, 9211.0, 9264.0, 9271.0, 9223.0, 9223.0, 9251.0, 9210.0, 9241.0, 9256.0, 9206.0, 9233.0, 9183.0, 9208.0, 9251.0, 9187.0, 9202.0, 9244.0, 9184.0, 9215.0, 9269.0, 9186.0, 9231.0, 9195.0, 9181.0, 9231.0, 9183.0, 9184.0, 9227.0, 9164.0, 9205.0, 9245.0, 9180.0, 9197.0, 9225.0, 9184.0, 9219.0, 9241.0, 9206.0, 9216.0, 9225.0, 9184.0, 9214.0, 9214.0, 9185.0, 9233.0, 9204.0, 9190.0, 9237.0, 9188.0, 9219.0, 9268.0, 9205.0, 9214.0, 9247.0, 9169.0, 9198.0, 9251.0, 9184.0, 9189.0, 9224.0, 9164.0, 9219.0, 9264.0, 9198.0, 9213.0, 9227.0, 9186.0, 9237.0, 9244.0, 9204.0, 9217.0, 9229.0, 9191.0, 9237.0, 9209.0, 9202.0, 9236.0, 9209.0, 9195.0, 9257.0, 9210.0, 9232.0, 9273.0, 9210.0, 9226.0, 9270.0, 9209.0, 9255.0, 9213.0, 9226.0, 9272.0, 9203.0, 9218.0, 9239.0, 9207.0, 9235.0, 9183.0, 9185.0, 9246.0, 9191.0, 9213.0, 9246.0, 9181.0, 9209.0, 9182.0, 9184.0, 9226.0, 9163.0, 9178.0, 9220.0, 9182.0, 9197.0, 9245.0, 9179.0, 9213.0, 9245.0, 9201.0, 9238.0, 9189.0, 9169.0, 9144.0, 9125.0, 9106.0, 9159.0, 9221.0, 9160.0, 9163.0, 9222.0, 9160.0, 9179.0, 9223.0, 9161.0, 9184.0, 9270.0, 9182.0, 9219.0, 9228.0, 9156.0, 9186.0, 9219.0, 9169.0, 9185.0, 9220.0, 9166.0, 9178.0, 9126.0, 9110.0, 9153.0, 9106.0, 9139.0, 9184.0, 9139.0, 9156.0, 9169.0, 9127.0, 9172.0, 9128.0, 9129.0, 9173.0, 9126.0, 9150.0, 9195.0, 9174.0, 9183.0, 9171.0, 9183.0, 9177.0, 9201.0, 9158.0, 9189.0, 9237.0, 9153.0, 9193.0, 9198.0, 9167.0, 9166.0, 9132.0, 9177.0, 9215.0, 9166.0, 9184.0, 9204.0, 9180.0, 9216.0, 9246.0, 9215.0, 9242.0, 9208.0, 9210.0, 9237.0, 9215.0, 9248.0, 9276.0, 9231.0, 9244.0, 9195.0, 9214.0, 9277.0, 9214.0, 9248.0, 9276.0, 9227.0, 9260.0, 9275.0, 9213.0, 9240.0, 9207.0, 9208.0, 9262.0, 9222.0, 9212.0, 9257.0, 9219.0, 9189.0, 9247.0, 9186.0, 9202.0, 9240.0, 9182.0, 9213.0, 9266.0, 9185.0, 9213.0, 9165.0, 9182.0, 9226.0, 9177.0, 9183.0, 9271.0, 9198.0, 9195.0, 9221.0, 9175.0, 9218.0, 9251.0, 9199.0, 9248.0, 9247.0, 9181.0, 9226.0, 9162.0, 9174.0, 9201.0, 9145.0, 9188.0, 9147.0, 9166.0, 9224.0, 9130.0, 9161.0, 9203.0, 9143.0, 9185.0, 9220.0, 9148.0, 9190.0, 9145.0, 9164.0, 9212.0, 9147.0, 9162.0, 9221.0, 9173.0, 9208.0, 9230.0, 9186.0, 9205.0, 9156.0, 9188.0, 9244.0, 9198.0, 9223.0, 9228.0, 9193.0, 9238.0, 9180.0, 9215.0, 9248.0, 9193.0, 9222.0, 9259.0, 9202.0, 9247.0, 9255.0, 9194.0, 9222.0, 9183.0, 9215.0, 9262.0, 9201.0, 9261.0, 9212.0, 9219.0, 9202.0, 9251.0, 9221.0, 9220.0, 9275.0, 9178.0, 9230.0, 9283.0, 9195.0, 9200.0, 9225.0, 9175.0, 9219.0, 9246.0, 9193.0, 9223.0, 9154.0, 9208.0, 9248.0, 9191.0, 9216.0, 9151.0, 9183.0, 9244.0, 9194.0, 9222.0, 9191.0, 9189.0, 9245.0, 9171.0, 9223.0, 9234.0, 9171.0, 9213.0, 9151.0, 9206.0, 9233.0, 9187.0, 9199.0, 9150.0, 9181.0, 9248.0, 9171.0, 9198.0, 9227.0, 9191.0, 9220.0, 9198.0, 9188.0, 9230.0, 9154.0, 9218.0, 9234.0, 9184.0, 9194.0, 9155.0, 9187.0, 9245.0, 9181.0, 9203.0, 9242.0, 9194.0, 9229.0, 9235.0, 9191.0, 9216.0, 9158.0, 9212.0, 9251.0, 9168.0, 9197.0, 9243.0, 9200.0, 9242.0, 9242.0, 9194.0, 9231.0, 9192.0, 9222.0, 9271.0, 9199.0, 9242.0, 9198.0, 9212.0, 9246.0, 9201.0, 9227.0, 9268.0, 9195.0, 9219.0, 9255.0, 9188.0, 9223.0, 9230.0, 9181.0, 9217.0, 9218.0, 9196.0, 9240.0, 9166.0, 9181.0, 9244.0, 9187.0, 9215.0, 9248.0, 9173.0, 9218.0, 9155.0, 9194.0, 9244.0, 9183.0, 9201.0, 9238.0, 9178.0, 9215.0, 9220.0, 9189.0, 9236.0, 9163.0, 9186.0, 9252.0, 9187.0, 9197.0, 9221.0, 9166.0, 9218.0, 9245.0, 9173.0, 9194.0, 9147.0, 9186.0, 9245.0, 9189.0, 9222.0, 9196.0, 9210.0, 9253.0, 9210.0, 9226.0, 9196.0, 9233.0, 9210.0, 9232.0, 9288.0, 9190.0, 9200.0, 9258.0, 9189.0, 9177.0, 9226.0, 9157.0, 9179.0, 9222.0, 9188.0, 9201.0, 9222.0, 9166.0, 9194.0, 9191.0, 9191.0, 9230.0, 9175.0, 9206.0, 9243.0, 9187.0, 9249.0, 9269.0, 9212.0, 9240.0, 9175.0, 9214.0, 9264.0, 9207.0, 9207.0, 9222.0, 9196.0, 9229.0, 9267.0, 9207.0, 9235.0, 9166.0, 9189.0, 9255.0, 9193.0, 9203.0, 9242.0, 9186.0, 9217.0, 9210.0, 9189.0, 9230.0, 9152.0, 9184.0, 9226.0, 9188.0, 9204.0, 9219.0, 9186.0, 9212.0, 9175.0, 9207.0, 9246.0, 9189.0, 9206.0, 9262.0, 9207.0, 9218.0, 9174.0, 9203.0, 9252.0, 9182.0, 9223.0, 9230.0, 9185.0, 9215.0, 9161.0, 9185.0, 9248.0, 9189.0, 9200.0, 9244.0, 9182.0, 9196.0, 9184.0, 9189.0, 9243.0, 9187.0, 9210.0, 9246.0, 9187.0, 9222.0, 9197.0, 9201.0, 9263.0, 9184.0, 9222.0, 9270.0, 9195.0, 9222.0, 9175.0, 9191.0, 9248.0, 9195.0, 9206.0, 9243.0, 9185.0, 9199.0, 9194.0, 9185.0, 9209.0, 9162.0, 9180.0, 9228.0, 9173.0, 9199.0, 9244.0, 9183.0, 9200.0, 9237.0, 9191.0, 9217.0, 9168.0, 9184.0, 9238.0, 9167.0, 9205.0, 9226.0, 9185.0, 9198.0, 9168.0, 9213.0, 9251.0, 9200.0, 9220.0, 9227.0, 9212.0, 9243.0, 9173.0, 9210.0, 9237.0, 9188.0, 9227.0, 9265.0, 9211.0, 9222.0, 9169.0, 9217.0, 9255.0, 9189.0, 9226.0, 9266.0, 9132.0, 9255.0, 9204.0, 9186.0, 9229.0, 9184.0, 9222.0, 9245.0, 9187.0, 9237.0, 9226.0, 9190.0, 9234.0, 9173.0, 9206.0, 9270.0, 9197.0, 9220.0, 9248.0, 9192.0, 9216.0, 9193.0, 9213.0, 9268.0, 9207.0, 9220.0, 9260.0, 9211.0, 9236.0, 9192.0, 9207.0, 9263.0, 9217.0, 9225.0, 9247.0, 9204.0, 9235.0, 9192.0, 9212.0, 9276.0, 9224.0, 9227.0, 9203.0, 9196.0, 9246.0, 9213.0, 9235.0, 9212.0, 9229.0, 9216.0, 9263.0, 9295.0, 9220.0, 9203.0, 9154.0, 9185.0, 9232.0, 9179.0, 9199.0, 9219.0, 9165.0, 9196.0, 9170.0, 9181.0, 9228.0, 9178.0, 9191.0, 9179.0, 9184.0, 9206.0, 9149.0, 9183.0, 9225.0, 9183.0, 9199.0, 9164.0, 9205.0, 9243.0, 9188.0, 9228.0, 9247.0, 9206.0, 9217.0, 9178.0, 9211.0, 9254.0, 9199.0, 9220.0, 9273.0, 9211.0, 9243.0, 9198.0, 9210.0, 9238.0, 9192.0, 9225.0, 9252.0, 9210.0, 9239.0, 9197.0, 9232.0, 9271.0, 9209.0, 9223.0, 9248.0, 9208.0, 9238.0, 9197.0, 9214.0, 9243.0, 9194.0, 9247.0, 9253.0, 9208.0, 9239.0, 9174.0, 9207.0, 9270.0, 9210.0, 9223.0, 9191.0, 9209.0, 9265.0, 9205.0, 9243.0, 9193.0, 9191.0, 9246.0, 9193.0, 9237.0, 9194.0, 9219.0, 9182.0, 9188.0, 9261.0, 9204.0, 9236.0, 9185.0, 9199.0, 9245.0, 9167.0, 9214.0, 9165.0, 9191.0, 9162.0, 9175.0, 9235.0, 9180.0, 9206.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.007576603658536585</td></tr>
<tr><td colspan=3>aqi</td><td>0.0616223218292683</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.232268095375254</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1582131985112876</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.029052588078096</td></tr>
<tr><td colspan=3>efc</td><td>0.5355</td></tr>
<tr><td colspan=3>fber</td><td>2908.479</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1283767438957267</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>190</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.585365853658537</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8280595813070977</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.705761390035076</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0432062910806716</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7352110628055453</td></tr>
<tr><td colspan=3>gcor</td><td>0.00497376</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0034278680104762316</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0338350310921669</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1640</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>4.001504948439982</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>10.8478</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.9919</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>253.0375</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1222.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.4774</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6122</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.8688</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3248.812</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1168.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4232.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.6721</td></tr>
<tr><td colspan=3>tsnr</td><td>25.752865971415304</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>