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

616 lines
No EOL
171 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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-03/func/sub-0086_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>54d5fe8eec695d2d00b92e31945e21c1</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>09:54:16.772500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999815, 0.0103039, 0.0162648, -0.0115176, 0.997012, 0.0763796]</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.0954834</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7754, -7279, 650, -41, -137, 93, 72]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.686</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7d9f1af0-f85d-4ab4-8fb7-04e8eb6be849||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682429552078247, -0.03090076893568039, 0.041658904403448105, 112.9860610961914], [-0.027644634246826172, 2.6749110221862793, 0.2066923826932907, -100.24541473388672], [0.043637339025735855, -0.20492078363895416, 2.6917545795440674, -65.5566177368164], [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': ['095416.772500', '095417.232500', '095417.692500', '095418.152500', '095418.612500', '095419.072500', '095419.532500', '095419.992500', '095420.452500', '095420.912500', '095421.372500', '095421.832500', '095422.292500', '095422.752500', '095423.212500', '095423.672500', '095424.132500', '095424.592500', '095425.052500', '095425.512500', '095425.972500', '095426.432500', '095426.892500', '095427.352500', '095427.812500', '095428.272500', '095428.732500', '095429.192500', '095429.652500', '095430.112500', '095430.572500', '095431.032500', '095431.492500', '095431.952500', '095432.412500', '095432.872500', '095433.332500', '095433.792500', '095434.252500', '095434.712500', '095435.172500', '095435.632500', '095436.092500', '095436.552500', '095437.012500', '095437.472500', '095437.932500', '095438.392500', '095438.852500', '095439.312500', '095439.772500', '095440.232500', '095440.692500', '095441.152500', '095441.612500', '095442.072500', '095442.532500', '095442.992500', '095443.452500', '095443.912500', '095444.372500', '095444.832500', '095445.292500', '095445.752500', '095446.212500', '095446.672500', '095447.132500', '095447.592500', '095448.052500', '095448.512500', '095448.972500', '095449.432500', '095449.892500', '095450.352500', '095450.812500', '095451.272500', '095451.732500', '095452.192500', '095452.652500', '095453.112500', '095453.572500', '095454.032500', '095454.492500', '095454.952500', '095455.412500', '095455.872500', '095456.332500', '095456.792500', '095457.252500', '095457.712500', '095458.172500', '095458.632500', '095459.092500', '095459.552500', '095500.012500', '095500.472500', '095500.932500', '095501.392500', '095501.852500', '095502.312500', '095502.772500', '095503.232500', '095503.692500', '095504.152500', '095504.612500', '095505.072500', '095505.532500', '095505.992500', '095506.452500', '095506.912500', '095507.372500', '095507.832500', '095508.292500', '095508.752500', '095509.212500', '095509.672500', '095510.132500', '095510.592500', '095511.052500', '095511.512500', '095511.972500', '095512.432500', '095512.892500', '095513.352500', '095513.812500', '095514.272500', '095514.732500', '095515.192500', '095515.652500', '095516.112500', '095516.572500', '095517.032500', '095517.492500', '095517.952500', '095518.412500', '095518.872500', '095519.332500', '095519.792500', '095520.252500', '095520.712500', '095521.172500', '095521.632500', '095522.092500', '095522.552500', '095523.012500', '095523.472500', '095523.932500', '095524.392500', '095524.852500', '095525.312500', '095525.772500', '095526.232500', '095526.692500', '095527.152500', '095527.612500', '095528.072500', '095528.532500', '095528.992500', '095529.452500', '095529.912500', '095530.372500', '095530.832500', '095531.292500', '095531.752500', '095532.212500', '095532.672500', '095533.132500', '095533.592500', '095534.052500', '095534.512500', '095534.972500', '095535.432500', '095535.892500', '095536.352500', '095536.812500', '095537.272500', '095537.732500', '095538.192500', '095538.652500', '095539.112500', '095539.572500', '095540.032500', '095540.492500', '095540.952500', '095541.412500', '095541.872500', '095542.332500', '095542.792500', '095543.252500', '095543.712500', '095544.172500', '095544.632500', '095545.092500', '095545.552500', '095546.012500', '095546.472500', '095546.932500', '095547.392500', '095547.852500', '095548.312500', '095548.772500', '095549.232500', '095549.692500', '095550.152500', '095550.612500', '095551.072500', '095551.532500', '095551.992500', '095552.452500', '095552.912500', '095553.372500', '095553.832500', '095554.292500', '095554.752500', '095555.212500', '095555.672500', '095556.132500', '095556.592500', '095557.052500', '095557.512500', '095557.972500', '095558.432500', '095558.892500', '095559.352500', '095559.812500', '095600.272500', '095600.732500', '095601.192500', '095601.652500', '095602.112500', '095602.572500', '095603.032500', '095603.492500', '095603.952500', '095604.412500', '095604.872500', '095605.332500', '095605.792500', '095606.252500', '095606.712500', '095607.172500', '095607.632500', '095608.092500', '095608.552500', '095609.012500', '095609.472500', '095609.932500', '095610.392500', '095610.852500', '095611.312500', '095611.772500', '095612.232500', '095612.692500', '095613.152500', '095613.612500', '095614.072500', '095614.532500', '095614.992500', '095615.452500', '095615.912500', '095616.372500', '095616.832500', '095617.292500', '095617.752500', '095618.212500', '095618.672500', '095619.132500', '095619.592500', '095620.052500', '095620.512500', '095620.972500', '095621.432500', '095621.892500', '095622.352500', '095622.812500', '095623.272500', '095623.732500', '095624.192500', '095624.652500', '095625.112500', '095625.572500', '095626.032500', '095626.492500', '095626.952500', '095627.412500', '095627.872500', '095628.332500', '095628.792500', '095629.252500', '095629.712500', '095630.172500', '095630.632500', '095631.092500', '095631.552500', '095632.012500', '095632.472500', '095632.932500', '095633.392500', '095633.852500', '095634.312500', '095634.772500', '095635.232500', '095635.692500', '095636.152500', '095636.612500', '095637.072500', '095637.532500', '095637.992500', '095638.452500', '095638.912500', '095639.372500', '095639.832500', '095640.292500', '095640.752500', '095641.212500', '095641.672500', '095642.132500', '095642.592500', '095643.052500', '095643.512500', '095643.972500', '095644.432500', '095644.892500', '095645.352500', '095645.812500', '095646.272500', '095646.732500', '095647.192500', '095647.652500', '095648.112500', '095648.572500', '095649.032500', '095649.492500', '095649.952500', '095650.412500', '095650.872500', '095651.332500', '095651.792500', '095652.252500', '095652.712500', '095653.172500', '095653.632500', '095654.092500', '095654.552500', '095655.012500', '095655.472500', '095655.932500', '095656.392500', '095656.852500', '095657.312500', '095657.772500', '095658.232500', '095658.692500', '095659.152500', '095659.612500', '095700.072500', '095700.532500', '095700.992500', '095701.452500', '095701.912500', '095702.372500', '095702.832500', '095703.292500', '095703.752500', '095704.212500', '095704.672500', '095705.132500', '095705.592500', '095706.052500', '095706.512500', '095706.972500', '095707.432500', '095707.892500', '095708.352500', '095708.812500', '095709.272500', '095709.732500', '095710.192500', '095710.652500', '095711.112500', '095711.572500', '095712.032500', '095712.492500', '095712.952500', '095713.412500', '095713.872500', '095714.332500', '095714.792500', '095715.252500', '095715.712500', '095716.172500', '095716.632500', '095717.092500', '095717.552500', '095718.012500', '095718.472500', '095718.932500', '095719.392500', '095719.852500', '095720.312500', '095720.772500', '095721.232500', '095721.692500', '095722.152500', '095722.612500', '095723.072500', '095723.532500', '095723.992500', '095724.452500', '095724.912500', '095725.372500', '095725.832500', '095726.292500', '095726.752500', '095727.212500', '095727.672500', '095728.132500', '095728.592500', '095729.052500', '095729.512500', '095729.972500', '095730.432500', '095730.892500', '095731.352500', '095731.812500', '095732.272500', '095732.732500', '095733.192500', '095733.652500', '095734.112500', '095734.572500', '095735.032500', '095735.492500', '095735.952500', '095736.412500', '095736.872500', '095737.332500', '095737.792500', '095738.252500', '095738.712500', '095739.172500', '095739.632500', '095740.092500', '095740.552500', '095741.012500', '095741.472500', '095741.932500', '095742.392500', '095742.852500', '095743.312500', '095743.772500', '095744.232500', '095744.692500', '095745.152500', '095745.612500', '095746.072500', '095746.532500', '095746.992500', '095747.452500', '095747.912500', '095748.372500', '095748.832500', '095749.292500', '095749.752500', '095750.212500', '095750.672500', '095751.132500', '095751.592500', '095752.052500', '095752.512500', '095752.972500', '095753.432500', '095753.892500', '095754.352500', '095754.812500', '095755.272500', '095755.732500', '095756.192500', '095756.652500', '095757.112500', '095757.572500', '095758.032500', '095758.492500', '095758.952500', '095759.412500', '095759.872500', '095800.332500', '095800.792500', '095801.252500', '095801.712500', '095802.172500', '095802.632500', '095803.092500', '095803.552500', '095804.012500', '095804.472500', '095804.932500', '095805.392500', '095805.852500', '095806.312500', '095806.772500', '095807.232500', '095807.692500', '095808.152500', '095808.612500', '095809.072500', '095809.532500', '095809.992500', '095810.452500', '095810.912500', '095811.372500', '095811.832500', '095812.292500', '095812.752500', '095813.212500', '095813.672500', '095814.132500', '095814.592500', '095815.052500', '095815.512500', '095815.972500', '095816.432500', '095816.892500', '095817.352500', '095817.812500', '095818.272500', '095818.732500', '095819.192500', '095819.652500', '095820.112500', '095820.572500', '095821.032500', '095821.492500', '095821.952500', '095822.412500', '095822.872500', '095823.332500', '095823.792500', '095824.252500', '095824.712500', '095825.172500', '095825.632500', '095826.092500', '095826.552500', '095827.012500', '095827.472500', '095827.932500', '095828.392500', '095828.852500', '095829.312500', '095829.772500', '095830.232500', '095830.692500', '095831.152500', '095831.612500', '095832.072500', '095832.532500', '095832.992500', '095833.452500', '095833.912500', '095834.372500', '095834.832500', '095835.292500', '095835.752500', '095836.212500', '095836.672500', '095837.132500', '095837.592500', '095838.052500', '095838.512500', '095838.972500', '095839.432500', '095839.892500', '095840.352500', '095840.812500', '095841.272500', '095841.732500', '095842.192500', '095842.652500', '095843.112500', '095843.572500', '095844.032500', '095844.492500', '095844.952500', '095845.412500', '095845.872500', '095846.332500', '095846.792500', '095847.252500', '095847.712500', '095848.172500', '095848.632500', '095849.092500', '095849.552500', '095850.012500', '095850.472500', '095850.932500', '095851.392500', '095851.852500', '095852.312500', '095852.772500', '095853.232500', '095853.692500', '095854.152500', '095854.612500', '095855.072500', '095855.532500', '095855.992500', '095856.452500', '095856.912500', '095857.372500', '095857.832500', '095858.292500', '095858.752500', '095859.212500', '095859.672500', '095900.132500', '095900.592500', '095901.052500', '095901.512500', '095901.972500', '095902.432500', '095902.892500', '095903.352500', '095903.812500', '095904.272500', '095904.732500', '095905.192500', '095905.652500', '095906.112500', '095906.572500', '095907.032500', '095907.492500', '095907.952500', '095908.412500', '095908.872500', '095909.332500', '095909.792500', '095910.252500', '095910.712500', '095911.172500', '095911.632500', '095912.092500', '095912.552500', '095913.012500', '095913.472500', '095913.932500', '095914.392500', '095914.852500', '095915.312500', '095915.772500', '095916.232500', '095916.692500', '095917.152500', '095917.612500', '095918.072500', '095918.532500', '095918.992500', '095919.452500', '095919.912500', '095920.372500', '095920.832500', '095921.292500', '095921.752500', '095922.212500', '095922.672500', '095923.132500', '095923.592500', '095924.052500', '095924.512500', '095924.972500', '095925.432500', '095925.892500', '095926.352500', '095926.812500', '095927.272500', '095927.732500', '095928.192500', '095928.652500', '095929.112500', '095929.572500', '095930.032500', '095930.492500', '095930.952500', '095931.412500', '095931.872500', '095932.332500', '095932.792500', '095933.252500', '095933.712500', '095934.172500', '095934.632500', '095935.092500', '095935.552500', '095936.012500', '095936.472500', '095936.932500', '095937.392500', '095937.852500', '095938.312500', '095938.772500', '095939.232500', '095939.692500', '095940.152500', '095940.612500', '095941.072500', '095941.532500', '095941.992500', '095942.452500', '095942.912500', '095943.372500', '095943.832500', '095944.292500', '095944.752500', '095945.212500', '095945.672500', '095946.132500', '095946.592500', '095947.052500', '095947.512500', '095947.972500', '095948.432500', '095948.892500', '095949.352500', '095949.812500', '095950.272500', '095950.732500', '095951.192500', '095951.652500', '095952.112500', '095952.572500', '095953.032500', '095953.492500', '095953.952500', '095954.412500', '095954.872500', '095955.332500', '095955.792500', '095956.252500', '095956.712500', '095957.172500', '095957.632500', '095958.092500', '095958.552500', '095959.012500', '095959.472500', '095959.932500', '100000.392500', '100000.852500', '100001.312500', '100001.772500', '100002.232500', '100002.692500', '100003.152500', '100003.612500', '100004.072500', '100004.532500', '100004.992500', '100005.452500', '100005.912500', '100006.372500', '100006.832500', '100007.292500', '100007.752500', '100008.212500', '100008.672500', '100009.132500', '100009.592500', '100010.052500', '100010.512500', '100010.972500', '100011.432500', '100011.892500', '100012.352500', '100012.812500', '100013.272500', '100013.732500', '100014.192500', '100014.652500', '100015.112500', '100015.572500', '100016.032500', '100016.492500', '100016.952500', '100017.412500', '100017.872500', '100018.332500', '100018.792500', '100019.252500', '100019.712500', '100020.172500', '100020.632500', '100021.092500', '100021.552500', '100022.012500', '100022.472500', '100022.932500', '100023.392500', '100023.852500', '100024.312500', '100024.772500', '100025.232500', '100025.692500', '100026.152500', '100026.612500', '100027.072500', '100027.532500', '100027.992500', '100028.452500', '100028.912500', '100029.372500', '100029.832500', '100030.292500', '100030.752500', '100031.212500', '100031.672500', '100032.132500', '100032.592500', '100033.052500', '100033.512500', '100033.972500', '100034.432500', '100034.892500', '100035.352500', '100035.812500', '100036.272500', '100036.732500', '100037.192500', '100037.652500', '100038.112500', '100038.572500', '100039.032500', '100039.492500', '100039.952500', '100040.412500', '100040.872500', '100041.332500', '100041.792500', '100042.252500', '100042.712500', '100043.172500', '100043.632500', '100044.092500', '100044.552500', '100045.012500', '100045.472500', '100045.932500', '100046.392500', '100046.852500', '100047.312500', '100047.772500', '100048.232500', '100048.692500', '100049.152500', '100049.612500', '100050.072500', '100050.532500', '100050.992500', '100051.452500', '100051.912500', '100052.372500', '100052.832500', '100053.292500', '100053.752500', '100054.212500', '100054.672500', '100055.132500', '100055.592500', '100056.052500', '100056.512500', '100056.972500', '100057.432500', '100057.892500', '100058.352500', '100058.812500', '100059.272500', '100059.732500', '100100.192500', '100100.652500', '100101.112500', '100101.572500', '100102.032500', '100102.492500', '100102.952500', '100103.412500', '100103.872500', '100104.332500', '100104.792500', '100105.252500', '100105.712500', '100106.172500', '100106.632500', '100107.092500', '100107.552500', '100108.012500', '100108.472500', '100108.932500', '100109.392500', '100109.852500', '100110.312500', '100110.772500', '100111.232500', '100111.692500', '100112.152500', '100112.612500', '100113.072500', '100113.532500', '100113.992500', '100114.452500', '100114.912500', '100115.372500', '100115.832500', '100116.292500', '100116.752500', '100117.212500', '100117.672500', '100118.132500', '100118.592500', '100119.052500', '100119.512500', '100119.972500', '100120.432500', '100120.892500', '100121.352500', '100121.812500', '100122.272500', '100122.732500', '100123.192500', '100123.652500', '100124.112500', '100124.572500', '100125.032500', '100125.492500', '100125.952500', '100126.412500', '100126.872500', '100127.332500', '100127.792500', '100128.252500', '100128.712500', '100129.172500', '100129.632500', '100130.092500', '100130.552500', '100131.012500', '100131.472500', '100131.932500', '100132.392500', '100132.852500', '100133.312500', '100133.772500', '100134.232500', '100134.692500', '100135.152500', '100135.612500', '100136.072500', '100136.532500', '100136.992500', '100137.452500', '100137.912500', '100138.372500', '100138.832500', '100139.292500', '100139.752500', '100140.212500', '100140.672500', '100141.132500', '100141.592500', '100142.052500', '100142.512500', '100142.972500', '100143.432500', '100143.892500', '100144.352500', '100144.812500', '100145.272500', '100145.732500', '100146.192500', '100146.652500', '100147.112500', '100147.572500', '100148.032500', '100148.492500', '100148.952500', '100149.412500', '100149.872500', '100150.332500', '100150.792500', '100151.252500', '100151.712500', '100152.172500', '100152.632500', '100153.092500', '100153.552500', '100154.012500', '100154.472500', '100154.932500', '100155.392500', '100155.852500', '100156.312500', '100156.772500', '100157.232500', '100157.692500', '100158.152500', '100158.612500', '100159.072500', '100159.532500', '100159.992500', '100200.452500', '100200.912500', '100201.372500', '100201.832500', '100202.292500', '100202.752500', '100203.212500', '100203.672500', '100204.132500', '100204.592500', '100205.052500', '100205.512500', '100205.972500', '100206.432500', '100206.892500', '100207.352500', '100207.812500', '100208.272500', '100208.732500', '100209.192500', '100209.652500', '100210.112500', '100210.572500', '100211.032500', '100211.492500', '100211.952500', '100212.412500', '100212.872500', '100213.332500', '100213.792500', '100214.252500', '100214.712500', '100215.172500', '100215.632500', '100216.092500', '100216.552500', '100217.012500', '100217.472500', '100217.932500', '100218.392500', '100218.852500', '100219.312500', '100219.772500', '100220.232500', '100220.692500', '100221.152500', '100221.612500', '100222.072500', '100222.532500', '100222.992500', '100223.452500', '100223.912500', '100224.372500', '100224.832500', '100225.292500', '100225.752500', '100226.212500', '100226.672500', '100227.132500', '100227.592500', '100228.052500', '100228.512500', '100228.972500', '100229.432500', '100229.892500', '100230.352500', '100230.812500', '100231.272500', '100231.732500', '100232.192500', '100232.652500', '100233.112500', '100233.572500', '100234.032500', '100234.492500', '100234.952500', '100235.412500', '100235.872500', '100236.332500', '100236.792500', '100237.252500', '100237.712500', '100238.172500', '100238.632500', '100239.092500', '100239.552500', '100240.012500', '100240.472500', '100240.932500', '100241.392500', '100241.852500', '100242.312500', '100242.772500', '100243.232500', '100243.692500', '100244.152500', '100244.612500', '100245.072500', '100245.532500', '100245.992500', '100246.452500', '100246.912500', '100247.372500', '100247.832500', '100248.292500', '100248.752500', '100249.212500', '100249.672500', '100250.132500', '100250.592500', '100251.052500', '100251.512500', '100251.972500', '100252.432500', '100252.892500', '100253.352500', '100253.812500', '100254.272500', '100254.732500', '100255.192500', '100255.652500', '100256.112500', '100256.572500', '100257.032500', '100257.492500', '100257.952500', '100258.412500', '100258.872500', '100259.332500', '100259.792500', '100300.252500', '100300.712500', '100301.172500', '100301.632500', '100302.092500', '100302.552500', '100303.012500', '100303.472500', '100303.932500', '100304.392500', '100304.852500', '100305.312500', '100305.772500', '100306.232500', '100306.692500', '100307.152500', '100307.612500', '100308.072500', '100308.532500', '100308.992500', '100309.452500', '100309.912500', '100310.372500', '100310.832500', '100311.292500', '100311.752500', '100312.212500', '100312.672500', '100313.132500', '100313.592500', '100314.052500', '100314.512500', '100314.972500', '100315.432500', '100315.892500', '100316.352500', '100316.812500', '100317.272500', '100317.732500', '100318.192500', '100318.652500', '100319.112500', '100319.572500', '100320.032500', '100320.492500', '100320.952500', '100321.412500', '100321.872500', '100322.332500', '100322.792500', '100323.252500', '100323.712500', '100324.172500', '100324.632500', '100325.092500', '100325.552500', '100326.012500', '100326.472500', '100326.932500', '100327.392500', '100327.852500', '100328.312500', '100328.772500', '100329.232500', '100329.692500', '100330.152500', '100330.612500', '100331.072500', '100331.532500', '100331.992500', '100332.452500', '100332.912500', '100333.372500', '100333.832500', '100334.292500', '100334.752500', '100335.212500', '100335.672500', '100336.132500', '100336.592500', '100337.052500', '100337.512500', '100337.972500', '100338.432500', '100338.892500', '100339.352500', '100339.812500', '100340.272500', '100340.732500', '100341.192500', '100341.652500', '100342.112500', '100342.572500', '100343.032500', '100343.492500', '100343.952500', '100344.412500', '100344.872500', '100345.332500', '100345.792500', '100346.252500', '100346.712500', '100347.172500', '100347.632500', '100348.092500', '100348.552500', '100349.012500', '100349.472500', '100349.932500', '100350.392500', '100350.852500', '100351.312500', '100351.772500', '100352.232500', '100352.692500', '100353.152500', '100353.612500', '100354.072500', '100354.532500', '100354.992500', '100355.452500', '100355.912500', '100356.372500', '100356.832500', '100357.292500', '100357.752500', '100358.212500', '100358.672500', '100359.132500', '100359.592500', '100400.052500', '100400.512500', '100400.972500', '100401.432500', '100401.892500', '100402.352500', '100402.812500', '100403.272500', '100403.732500', '100404.192500', '100404.652500', '100405.112500', '100405.572500', '100406.032500', '100406.492500', '100406.952500', '100407.412500', '100407.872500', '100408.332500', '100408.792500', '100409.252500', '100409.712500', '100410.172500', '100410.632500', '100411.092500', '100411.552500', '100412.012500', '100412.472500', '100412.932500', '100413.392500', '100413.852500', '100414.312500', '100414.772500', '100415.232500', '100415.692500', '100416.152500', '100416.612500', '100417.072500', '100417.532500', '100417.992500', '100418.452500', '100418.912500', '100419.372500', '100419.832500', '100420.292500', '100420.752500', '100421.212500', '100421.672500', '100422.132500', '100422.592500', '100423.052500', '100423.512500', '100423.972500', '100424.432500', '100424.892500', '100425.352500', '100425.812500', '100426.272500', '100426.732500', '100427.192500', '100427.652500', '100428.112500', '100428.572500', '100429.032500', '100429.492500', '100429.952500', '100430.412500', '100430.872500', '100431.332500', '100431.792500', '100432.252500', '100432.712500', '100433.172500', '100433.632500', '100434.092500', '100434.552500', '100435.012500', '100435.472500', '100435.932500', '100436.392500', '100436.852500', '100437.312500', '100437.772500', '100438.232500', '100438.692500', '100439.152500', '100439.612500', '100440.072500', '100440.532500', '100440.992500', '100441.452500', '100441.912500', '100442.372500', '100442.832500', '100443.292500', '100443.752500', '100444.212500', '100444.672500', '100445.132500', '100445.592500', '100446.052500', '100446.512500', '100446.972500', '100447.432500', '100447.892500', '100448.352500', '100448.812500', '100449.272500', '100449.732500', '100450.192500', '100450.652500', '100451.112500', '100451.572500', '100452.032500', '100452.492500', '100452.952500', '100453.412500', '100453.872500', '100454.332500', '100454.792500', '100455.252500', '100455.712500', '100456.172500', '100456.632500', '100457.092500', '100457.552500', '100458.012500', '100458.472500', '100458.932500', '100459.392500', '100459.852500', '100500.312500', '100500.772500', '100501.232500', '100501.692500', '100502.152500', '100502.612500', '100503.072500', '100503.532500', '100503.992500', '100504.452500', '100504.912500', '100505.372500', '100505.832500', '100506.292500', '100506.752500', '100507.212500', '100507.672500', '100508.132500', '100508.592500', '100509.052500', '100509.512500', '100509.972500', '100510.432500', '100510.892500', '100511.352500', '100511.812500', '100512.272500', '100512.732500', '100513.192500', '100513.652500', '100514.112500', '100514.572500', '100515.032500', '100515.492500', '100515.952500', '100516.412500', '100516.872500', '100517.332500', '100517.792500', '100518.252500', '100518.712500', '100519.172500', '100519.632500', '100520.092500', '100520.552500', '100521.012500', '100521.472500', '100521.932500', '100522.392500', '100522.852500', '100523.312500', '100523.772500', '100524.232500', '100524.692500', '100525.152500', '100525.612500', '100526.072500', '100526.532500', '100526.992500', '100527.452500', '100527.912500', '100528.372500', '100528.832500', '100529.292500', '100529.752500', '100530.212500', '100530.672500', '100531.132500', '100531.592500', '100532.052500', '100532.512500', '100532.972500', '100533.432500', '100533.892500', '100534.352500', '100534.812500', '100535.272500', '100535.732500', '100536.192500', '100536.652500', '100537.112500', '100537.572500', '100538.032500', '100538.492500', '100538.952500', '100539.412500', '100539.872500', '100540.332500', '100540.792500', '100541.252500', '100541.712500', '100542.172500', '100542.632500', '100543.092500', '100543.552500', '100544.012500', '100544.472500', '100544.932500', '100545.392500', '100545.852500', '100546.312500', '100546.772500', '100547.232500', '100547.692500', '100548.152500', '100548.612500', '100549.072500', '100549.532500', '100549.992500', '100550.452500', '100550.912500', '100551.372500', '100551.832500', '100552.292500', '100552.752500', '100553.212500', '100553.672500', '100554.132500', '100554.592500', '100555.052500', '100555.512500', '100555.972500', '100556.432500', '100556.892500', '100557.352500', '100557.812500', '100558.272500', '100558.732500', '100559.192500', '100559.652500', '100600.112500', '100600.572500', '100601.032500', '100601.492500', '100601.952500', '100602.412500', '100602.872500', '100603.332500', '100603.792500', '100604.252500', '100604.712500', '100605.172500', '100605.632500', '100606.092500', '100606.552500', '100607.012500', '100607.472500', '100607.932500', '100608.392500', '100608.852500', '100609.312500', '100609.772500', '100610.232500', '100610.692500', '100611.152500', '100611.612500', '100612.072500', '100612.532500', '100612.992500', '100613.452500', '100613.912500', '100614.372500', '100614.832500', '100615.292500', '100615.752500', '100616.212500', '100616.672500', '100617.132500', '100617.592500', '100618.052500', '100618.512500', '100618.972500', '100619.432500', '100619.892500', '100620.352500', '100620.812500', '100621.272500', '100621.732500', '100622.192500', '100622.652500', '100623.112500', '100623.572500', '100624.032500', '100624.492500', '100624.952500', '100625.412500', '100625.872500', '100626.332500', '100626.792500', '100627.252500', '100627.712500', '100628.172500', '100628.632500', '100629.092500', '100629.552500', '100630.012500', '100630.472500', '100630.932500', '100631.392500', '100631.852500', '100632.312500', '100632.772500', '100633.232500', '100633.692500', '100634.152500', '100634.612500', '100635.072500', '100635.532500', '100635.992500', '100636.452500', '100636.912500', '100637.372500', '100637.832500', '100638.292500', '100638.752500', '100639.212500', '100639.672500', '100640.132500', '100640.592500', '100641.052500', '100641.512500', '100641.972500', '100642.432500', '100642.892500', '100643.352500', '100643.812500', '100644.272500', '100644.732500', '100645.192500', '100645.652500', '100646.112500', '100646.572500', '100647.032500', '100647.492500', '100647.952500', '100648.412500', '100648.872500', '100649.332500', '100649.792500', '100650.252500', '100650.712500'], 'ContentTime': ['095434.731000', '095434.734000', '095434.737000', '095434.739000', '095434.742000', '095434.745000', '095434.747000', '095434.750000', '095434.752000', '095434.755000', '095434.766000', '095434.768000', '095434.771000', '095434.801000', '095434.803000', '095434.806000', '095434.808000', '095434.811000', '095434.814000', '095434.816000', '095434.819000', '095434.822000', '095434.824000', '095434.827000', '095434.829000', '095434.832000', '095434.835000', '095434.837000', '095434.840000', '095434.843000', '095434.845000', '095434.848000', '095434.850000', '095434.853000', '095434.855000', '095434.858000', '095434.861000', '095454.698000', '095454.701000', '095454.704000', '095454.707000', '095454.709000', '095454.712000', '095454.715000', '095454.717000', '095454.720000', '095454.722000', '095454.725000', '095454.728000', '095454.730000', '095454.733000', '095454.735000', '095454.738000', '095454.741000', '095454.743000', '095454.746000', '095454.749000', '095454.752000', '095454.754000', '095454.757000', '095454.759000', '095454.762000', '095454.765000', '095454.767000', '095454.770000', '095454.772000', '095454.775000', '095454.778000', '095454.780000', '095454.783000', '095454.786000', '095454.788000', '095454.791000', '095454.793000', '095454.796000', '095454.799000', '095454.801000', '095454.804000', '095454.806000', '095454.809000', '095454.812000', '095514.698000', '095514.701000', '095514.704000', '095514.707000', '095514.709000', '095514.712000', '095514.715000', '095514.717000', '095514.720000', '095514.723000', '095514.725000', '095514.728000', '095514.730000', '095514.733000', '095514.736000', '095514.738000', '095514.741000', '095514.744000', '095514.746000', '095514.749000', '095514.751000', '095514.754000', '095514.757000', '095514.759000', '095514.762000', '095514.765000', '095514.767000', '095514.770000', '095514.772000', '095514.775000', '095514.778000', '095514.780000', '095514.783000', '095514.786000', '095514.788000', '095514.791000', '095514.793000', '095514.796000', '095514.799000', '095514.801000', '095514.804000', '095514.807000', '095514.809000', '095534.699000', '095534.702000', '095534.705000', '095534.708000', '095534.710000', '095534.713000', '095534.716000', '095534.718000', '095534.721000', '095534.723000', '095534.727000', '095534.730000', '095534.733000', '095534.735000', '095534.738000', '095534.741000', '095534.743000', '095534.746000', '095534.749000', '095534.751000', '095534.754000', '095534.757000', '095534.759000', '095534.762000', '095534.765000', '095534.767000', '095534.770000', '095534.773000', '095534.775000', '095534.778000', '095534.780000', '095534.783000', '095534.786000', '095534.788000', '095534.791000', '095534.794000', '095534.796000', '095534.799000', '095534.802000', '095534.804000', '095534.807000', '095534.810000', '095534.812000', '095534.815000', '095554.700000', '095554.703000', '095554.705000', '095554.708000', '095554.710000', '095554.713000', '095554.716000', '095554.718000', '095554.721000', '095554.723000', '095554.726000', '095554.729000', '095554.731000', '095554.734000', '095554.737000', '095554.739000', '095554.742000', '095554.745000', '095554.747000', '095554.750000', '095554.753000', '095554.755000', '095554.758000', '095554.760000', '095554.763000', '095554.766000', '095554.768000', '095554.771000', '095554.774000', '095554.777000', '095554.779000', '095554.782000', '095554.784000', '095554.787000', '095554.790000', '095554.792000', '095554.795000', '095554.798000', '095554.800000', '095554.803000', '095554.805000', '095554.808000', '095554.811000', '095614.699000', '095614.702000', '095614.705000', '095614.707000', '095614.710000', '095614.713000', '095614.715000', '095614.718000', '095614.720000', '095614.723000', '095614.726000', '095614.728000', '095614.731000', '095614.734000', '095614.736000', '095614.752000', '095614.755000', '095614.757000', '095614.760000', '095614.763000', '095614.765000', '095614.768000', '095614.771000', '095614.773000', '095614.776000', '095614.779000', '095614.781000', '095614.784000', '095614.786000', '095614.789000', '095614.799000', '095614.802000', '095614.804000', '095614.807000', '095614.810000', '095614.812000', '095614.815000', '095614.818000', '095614.820000', '095614.823000', '095614.825000', '095614.828000', '095614.831000', '095614.833000', '095634.699000', '095634.702000', '095634.705000', '095634.708000', '095634.710000', '095634.713000', '095634.716000', '095634.718000', '095634.721000', '095634.723000', '095634.726000', '095634.728000', '095634.731000', '095634.734000', '095634.736000', '095634.739000', '095634.742000', '095634.744000', '095634.747000', '095634.749000', '095634.752000', '095634.754000', '095634.757000', '095634.760000', '095634.762000', '095634.765000', '095634.767000', '095634.770000', '095634.773000', '095634.775000', '095634.778000', '095634.781000', '095634.783000', '095634.786000', '095634.788000', '095634.791000', '095634.793000', '095634.796000', '095634.799000', '095634.801000', '095634.804000', '095634.807000', '095634.809000', '095654.698000', '095654.701000', '095654.704000', '095654.707000', '095654.709000', '095654.712000', '095654.715000', '095654.717000', '095654.720000', '095654.723000', '095654.725000', '095654.728000', '095654.731000', '095654.734000', '095654.736000', '095654.739000', '095654.742000', '095654.744000', '095654.747000', '095654.750000', '095654.752000', '095654.755000', '095654.758000', '095654.760000', '095654.763000', '095654.766000', '095654.769000', '095654.773000', '095654.775000', '095654.778000', '095654.781000', '095654.783000', '095654.786000', '095654.789000', '095654.791000', '095654.794000', '095654.797000', '095654.799000', '095654.802000', '095654.804000', '095654.807000', '095654.810000', '095654.812000', '095714.698000', '095714.701000', '095714.704000', '095714.707000', '095714.710000', '095714.712000', '095714.715000', '095714.717000', '095714.720000', '095714.723000', '095714.725000', '095714.728000', '095714.731000', '095714.733000', '095714.736000', '095714.739000', '095714.741000', '095714.744000', '095714.747000', '095714.749000', '095714.752000', '095714.755000', '095714.757000', '095714.760000', '095714.763000', '095714.765000', '095714.768000', '095714.771000', '095714.773000', '095714.776000', '095714.778000', '095714.781000', '095714.784000', '095714.786000', '095714.789000', '095714.792000', '095714.794000', '095714.797000', '095714.799000', '095714.802000', '095714.805000', '095714.807000', '095714.810000', '095714.813000', '095734.698000', '095734.701000', '095734.704000', '095734.707000', '095734.709000', '095734.712000', '095734.714000', '095734.717000', '095734.720000', '095734.722000', '095734.725000', '095734.727000', '095734.730000', '095734.733000', '095734.735000', '095734.738000', '095734.740000', '095734.743000', '095734.746000', '095734.748000', '095734.751000', '095734.754000', '095734.756000', '095734.759000', '095734.761000', '095734.764000', '095734.767000', '095734.769000', '095734.772000', '095734.774000', '095734.777000', '095734.780000', '095734.782000', '095734.785000', '095734.788000', '095734.790000', '095734.793000', '095734.795000', '095734.798000', '095734.801000', '095734.803000', '095734.806000', '095734.809000', '095754.700000', '095754.703000', '095754.705000', '095754.719000', '095754.721000', '095754.724000', '095754.727000', '095754.729000', '095754.732000', '095754.734000', '095754.737000', '095754.771000', '095754.774000', '095754.777000', '095754.779000', '095754.782000', '095754.784000', '095754.787000', '095754.790000', '095754.792000', '095754.795000', '095754.797000', '095754.800000', '095754.803000', '095754.805000', '095754.808000', '095754.810000', '095754.813000', '095754.816000', '095754.818000', '095754.821000', '095754.824000', '095754.827000', '095754.829000', '095754.832000', '095754.835000', '095754.837000', '095754.840000', '095754.843000', '095754.845000', '095754.848000', '095754.851000', '095754.853000', '095754.856000', '095814.699000', '095814.702000', '095814.705000', '095814.708000', '095814.710000', '095814.713000', '095814.715000', '095814.718000', '095814.720000', '095814.723000', '095814.726000', '095814.728000', '095814.731000', '095814.734000', '095814.736000', '095814.739000', '095814.741000', '095814.744000', '095814.747000', '095814.749000', '095814.752000', '095814.754000', '095814.757000', '095814.760000', '095814.762000', '095814.765000', '095814.768000', '095814.770000', '095814.773000', '095814.776000', '095814.778000', '095814.781000', '095814.784000', '095814.786000', '095814.789000', '095814.792000', '095814.794000', '095814.797000', '095814.800000', '095814.802000', '095814.805000', '095814.808000', '095814.818000', '095834.700000', '095834.702000', '095834.705000', '095834.708000', '095834.710000', '095834.713000', '095834.716000', '095834.718000', '095834.721000', '095834.723000', '095834.726000', '095834.729000', '095834.731000', '095834.734000', '095834.737000', '095834.739000', '095834.742000', '095834.744000', '095834.747000', '095834.750000', '095834.752000', '095834.755000', '095834.757000', '095834.760000', '095834.763000', '095834.766000', '095834.769000', '095834.771000', '095834.774000', '095834.777000', '095834.780000', '095834.782000', '095834.785000', '095834.788000', '095834.790000', '095834.793000', '095834.796000', '095834.799000', '095834.801000', '095834.804000', '095834.806000', '095834.809000', '095834.812000', '095834.814000', '095854.700000', '095854.703000', '095854.705000', '095854.708000', '095854.710000', '095854.713000', '095854.716000', '095854.719000', '095854.721000', '095854.724000', '095854.727000', '095854.729000', '095854.732000', '095854.735000', '095854.737000', '095854.740000', '095854.743000', '095854.745000', '095854.748000', '095854.751000', '095854.753000', '095854.756000', '095854.759000', '095854.761000', '095854.764000', '095854.767000', '095854.769000', '095854.772000', '095854.775000', '095854.777000', '095854.780000', '095854.783000', '095854.785000', '095854.788000', '095854.791000', '095854.793000', '095854.796000', '095854.799000', '095854.801000', '095854.804000', '095854.807000', '095854.809000', '095854.812000', '095914.699000', '095914.701000', '095914.704000', '095914.707000', '095914.710000', '095914.712000', '095914.715000', '095914.718000', '095914.721000', '095914.723000', '095914.726000', '095914.728000', '095914.731000', '095914.734000', '095914.736000', '095914.739000', '095914.742000', '095914.745000', '095914.747000', '095914.750000', '095914.753000', '095914.769000', '095914.771000', '095914.774000', '095914.777000', '095914.780000', '095914.782000', '095914.785000', '095914.787000', '095914.790000', '095914.793000', '095914.795000', '095914.798000', '095914.801000', '095914.803000', '095914.806000', '095914.809000', '095914.812000', '095914.814000', '095914.817000', '095914.820000', '095914.822000', '095914.825000', '095914.827000', '095934.699000', '095934.702000', '095934.704000', '095934.707000', '095934.709000', '095934.712000', '095934.715000', '095934.717000', '095934.720000', '095934.723000', '095934.725000', '095934.728000', '095934.731000', '095934.733000', '095934.736000', '095934.738000', '095934.741000', '095934.744000', '095934.747000', '095934.749000', '095934.752000', '095934.755000', '095934.757000', '095934.760000', '095934.762000', '095934.765000', '095934.768000', '095934.771000', '095934.773000', '095934.776000', '095934.779000', '095934.781000', '095934.784000', '095934.786000', '095934.789000', '095934.792000', '095934.795000', '095934.797000', '095934.800000', '095934.804000', '095934.807000', '095934.809000', '095934.812000', '095954.699000', '095954.701000', '095954.704000', '095954.707000', '095954.709000', '095954.712000', '095954.715000', '095954.717000', '095954.720000', '095954.723000', '095954.725000', '095954.728000', '095954.731000', '095954.733000', '095954.736000', '095954.739000', '095954.741000', '095954.744000', '095954.746000', '095954.749000', '095954.752000', '095954.754000', '095954.757000', '095954.760000', '095954.762000', '095954.765000', '095954.767000', '095954.770000', '095954.773000', '095954.775000', '095954.778000', '095954.781000', '095954.783000', '095954.786000', '095954.789000', '095954.791000', '095954.794000', '095954.797000', '095954.800000', '095954.802000', '095954.805000', '095954.810000', '095954.812000', '095954.815000', '100014.699000', '100014.702000', '100014.705000', '100014.708000', '100014.710000', '100014.713000', '100014.716000', '100014.718000', '100014.721000', '100014.723000', '100014.726000', '100014.728000', '100014.731000', '100014.734000', '100014.736000', '100014.739000', '100014.741000', '100014.744000', '100014.747000', '100014.749000', '100014.752000', '100014.755000', '100014.757000', '100014.760000', '100014.762000', '100014.765000', '100014.767000', '100014.770000', '100014.773000', '100014.775000', '100014.778000', '100014.780000', '100014.783000', '100014.786000', '100014.788000', '100014.791000', '100014.794000', '100014.796000', '100014.799000', '100014.801000', '100014.804000', '100014.807000', '100014.809000', '100034.700000', '100034.703000', '100034.705000', '100034.708000', '100034.711000', '100034.713000', '100034.716000', '100034.719000', '100034.721000', '100034.724000', '100034.726000', '100034.729000', '100034.732000', '100034.734000', '100034.737000', '100034.739000', '100034.742000', '100034.745000', '100034.747000', '100034.750000', '100034.753000', '100034.755000', '100034.758000', '100034.760000', '100034.763000', '100034.765000', '100034.768000', '100034.771000', '100034.773000', '100034.776000', '100034.778000', '100034.781000', '100034.784000', '100034.786000', '100034.811000', '100034.814000', '100034.817000', '100034.819000', '100034.822000', '100034.825000', '100034.828000', '100034.830000', '100034.833000', '100034.835000', '100054.700000', '100054.703000', '100054.705000', '100054.708000', '100054.711000', '100054.713000', '100054.716000', '100054.718000', '100054.721000', '100054.724000', '100054.726000', '100054.729000', '100054.731000', '100054.734000', '100054.737000', '100054.739000', '100054.742000', '100054.745000', '100054.747000', '100054.750000', '100054.752000', '100054.755000', '100054.758000', '100054.760000', '100054.766000', '100054.769000', '100054.772000', '100054.774000', '100054.777000', '100054.780000', '100054.782000', '100054.785000', '100054.788000', '100054.791000', '100054.793000', '100054.796000', '100054.799000', '100054.801000', '100054.804000', '100054.807000', '100054.809000', '100054.812000', '100054.814000', '100114.700000', '100114.702000', '100114.705000', '100114.708000', '100114.711000', '100114.713000', '100114.716000', '100114.719000', '100114.721000', '100114.724000', '100114.727000', '100114.729000', '100114.732000', '100114.735000', '100114.737000', '100114.740000', '100114.742000', '100114.745000', '100114.748000', '100114.750000', '100114.753000', '100114.762000', '100114.765000', '100114.767000', '100114.770000', '100114.773000', '100114.775000', '100114.778000', '100114.780000', '100114.783000', '100114.786000', '100114.788000', '100114.791000', '100114.794000', '100114.796000', '100114.799000', '100114.802000', '100114.804000', '100114.807000', '100114.810000', '100114.812000', '100114.815000', '100114.818000', '100114.820000', '100134.699000', '100134.702000', '100134.704000', '100134.707000', '100134.710000', '100134.713000', '100134.715000', '100134.718000', '100134.721000', '100134.723000', '100134.726000', '100134.729000', '100134.731000', '100134.734000', '100134.737000', '100134.739000', '100134.742000', '100134.745000', '100134.747000', '100134.750000', '100134.753000', '100134.755000', '100134.758000', '100134.761000', '100134.763000', '100134.766000', '100134.769000', '100134.771000', '100134.774000', '100134.777000', '100134.779000', '100134.782000', '100134.785000', '100134.787000', '100134.790000', '100134.793000', '100134.795000', '100134.798000', '100134.801000', '100134.803000', '100134.806000', '100134.809000', '100134.811000', '100154.699000', '100154.701000', '100154.704000', '100154.707000', '100154.709000', '100154.712000', '100154.714000', '100154.717000', '100154.720000', '100154.722000', '100154.725000', '100154.728000', '100154.730000', '100154.733000', '100154.735000', '100154.738000', '100154.741000', '100154.744000', '100154.746000', '100154.749000', '100154.752000', '100154.754000', '100154.757000', '100154.759000', '100154.762000', '100154.765000', '100154.767000', '100154.770000', '100154.772000', '100154.775000', '100154.778000', '100154.781000', '100154.784000', '100154.786000', '100154.789000', '100154.792000', '100154.794000', '100154.797000', '100154.800000', '100154.802000', '100154.805000', '100154.808000', '100154.811000', '100154.822000', '100214.699000', '100214.702000', '100214.704000', '100214.707000', '100214.709000', '100214.712000', '100214.715000', '100214.717000', '100214.720000', '100214.723000', '100214.725000', '100214.728000', '100214.730000', '100214.733000', '100214.736000', '100214.738000', '100214.741000', '100214.744000', '100214.746000', '100214.749000', '100214.751000', '100214.754000', '100214.757000', '100214.759000', '100214.762000', '100214.765000', '100214.767000', '100214.770000', '100214.772000', '100214.775000', '100214.778000', '100214.781000', '100214.783000', '100214.786000', '100214.788000', '100214.791000', '100214.794000', '100214.796000', '100214.799000', '100214.802000', '100214.804000', '100214.807000', '100214.810000', '100234.700000', '100234.703000', '100234.705000', '100234.708000', '100234.711000', '100234.713000', '100234.716000', '100234.718000', '100234.721000', '100234.724000', '100234.726000', '100234.729000', '100234.731000', '100234.734000', '100234.737000', '100234.739000', '100234.742000', '100234.745000', '100234.747000', '100234.750000', '100234.752000', '100234.755000', '100234.758000', '100234.760000', '100234.763000', '100234.765000', '100234.768000', '100234.771000', '100234.773000', '100234.776000', '100234.779000', '100234.781000', '100234.784000', '100234.786000', '100234.789000', '100234.792000', '100234.794000', '100234.797000', '100234.799000', '100234.802000', '100234.805000', '100234.807000', '100234.810000', '100234.813000', '100254.700000', '100254.703000', '100254.705000', '100254.708000', '100254.710000', '100254.713000', '100254.716000', '100254.718000', '100254.721000', '100254.724000', '100254.726000', '100254.729000', '100254.732000', '100254.735000', '100254.737000', '100254.740000', '100254.742000', '100254.745000', '100254.748000', '100254.751000', '100254.753000', '100254.756000', '100254.758000', '100254.761000', '100254.764000', '100254.767000', '100254.769000', '100254.772000', '100254.774000', '100254.777000', '100254.780000', '100254.782000', '100254.785000', '100254.788000', '100254.790000', '100254.793000', '100254.796000', '100254.798000', '100254.801000', '100254.804000', '100254.806000', '100254.809000', '100254.812000', '100314.699000', '100314.702000', '100314.705000', '100314.708000', '100314.710000', '100314.713000', '100314.716000', '100314.718000', '100314.721000', '100314.724000', '100314.727000', '100314.730000', '100314.733000', '100314.735000', '100314.738000', '100314.741000', '100314.743000', '100314.746000', '100314.749000', '100314.751000', '100314.754000', '100314.756000', '100314.759000', '100314.762000', '100314.764000', '100314.767000', '100314.770000', '100314.772000', '100314.775000', '100314.778000', '100314.780000', '100314.783000', '100314.786000', '100314.788000', '100314.791000', '100314.794000', '100314.796000', '100314.799000', '100314.802000', '100314.814000', '100314.817000', '100314.820000', '100314.822000', '100314.825000', '100334.700000', '100334.702000', '100334.705000', '100334.708000', '100334.711000', '100334.714000', '100334.716000', '100334.719000', '100334.722000', '100334.724000', '100334.727000', '100334.730000', '100334.732000', '100334.735000', '100334.738000', '100334.740000', '100334.743000', '100334.746000', '100334.748000', '100334.751000', '100334.754000', '100334.756000', '100334.759000', '100334.761000', '100334.764000', '100334.767000', '100334.770000', '100334.772000', '100334.775000', '100334.778000', '100334.780000', '100334.783000', '100334.786000', '100334.788000', '100334.791000', '100334.793000', '100334.796000', '100334.799000', '100334.802000', '100334.804000', '100334.807000', '100334.810000', '100334.812000', '100354.699000', '100354.702000', '100354.704000', '100354.707000', '100354.710000', '100354.712000', '100354.715000', '100354.718000', '100354.720000', '100354.723000', '100354.726000', '100354.728000', '100354.731000', '100354.734000', '100354.736000', '100354.739000', '100354.741000', '100354.744000', '100354.747000', '100354.749000', '100354.752000', '100354.755000', '100354.757000', '100354.760000', '100354.763000', '100354.765000', '100354.768000', '100354.770000', '100354.773000', '100354.776000', '100354.778000', '100354.781000', '100354.784000', '100354.786000', '100354.789000', '100354.792000', '100354.794000', '100354.797000', '100354.800000', '100354.802000', '100354.805000', '100354.808000', '100354.810000', '100414.698000', '100414.701000', '100414.704000', '100414.707000', '100414.710000', '100414.713000', '100414.715000', '100414.718000', '100414.721000', '100414.724000', '100414.726000', '100414.729000', '100414.732000', '100414.734000', '100414.737000', '100414.740000', '100414.742000', '100414.745000', '100414.748000', '100414.750000', '100414.753000', '100414.756000', '100414.758000', '100414.761000', '100414.764000', '100414.766000', '100414.769000', '100414.772000', '100414.774000', '100414.777000', '100414.780000', '100414.782000', '100414.785000', '100414.787000', '100414.790000', '100414.793000', '100414.795000', '100414.798000', '100414.801000', '100414.803000', '100414.806000', '100414.809000', '100414.811000', '100414.814000', '100434.699000', '100434.702000', '100434.704000', '100434.707000', '100434.710000', '100434.712000', '100434.715000', '100434.718000', '100434.721000', '100434.723000', '100434.726000', '100434.728000', '100434.731000', '100434.734000', '100434.736000', '100434.739000', '100434.742000', '100434.745000', '100434.747000', '100434.750000', '100434.753000', '100434.755000', '100434.768000', '100434.771000', '100434.774000', '100434.776000', '100434.779000', '100434.782000', '100434.784000', '100434.787000', '100434.789000', '100434.792000', '100434.795000', '100434.797000', '100434.800000', '100434.803000', '100434.805000', '100434.808000', '100434.811000', '100434.813000', '100434.816000', '100434.818000', '100434.821000', '100454.700000', '100454.702000', '100454.705000', '100454.708000', '100454.710000', '100454.713000', '100454.716000', '100454.718000', '100454.721000', '100454.724000', '100454.726000', '100454.729000', '100454.731000', '100454.734000', '100454.737000', '100454.739000', '100454.742000', '100454.745000', '100454.747000', '100454.750000', '100454.753000', '100454.755000', '100454.758000', '100454.761000', '100454.763000', '100454.766000', '100454.768000', '100454.771000', '100454.774000', '100454.776000', '100454.779000', '100454.782000', '100454.784000', '100454.787000', '100454.789000', '100454.792000', '100454.795000', '100454.797000', '100454.800000', '100454.803000', '100454.805000', '100454.808000', '100454.811000', '100454.813000', '100514.700000', '100514.703000', '100514.706000', '100514.708000', '100514.711000', '100514.713000', '100514.716000', '100514.719000', '100514.721000', '100514.724000', '100514.727000', '100514.729000', '100514.732000', '100514.735000', '100514.738000', '100514.740000', '100514.743000', '100514.746000', '100514.748000', '100514.752000', '100514.755000', '100514.758000', '100514.760000', '100514.763000', '100514.766000', '100514.768000', '100514.771000', '100514.773000', '100514.776000', '100514.781000', '100514.784000', '100514.787000', '100514.790000', '100514.792000', '100514.795000', '100514.798000', '100514.800000', '100514.803000', '100514.806000', '100514.808000', '100514.811000', '100514.814000', '100514.816000', '100534.700000', '100534.702000', '100534.705000', '100534.708000', '100534.710000', '100534.713000', '100534.716000', '100534.718000', '100534.721000', '100534.724000', '100534.726000', '100534.729000', '100534.731000', '100534.734000', '100534.737000', '100534.739000', '100534.742000', '100534.745000', '100534.747000', '100534.750000', '100534.753000', '100534.755000', '100534.758000', '100534.760000', '100534.763000', '100534.766000', '100534.768000', '100534.771000', '100534.773000', '100534.776000', '100534.779000', '100534.781000', '100534.784000', '100534.787000', '100534.789000', '100534.792000', '100534.795000', '100534.797000', '100534.818000', '100534.821000', '100534.823000', '100534.826000', '100534.829000', '100534.831000', '100554.700000', '100554.703000', '100554.705000', '100554.708000', '100554.719000', '100554.722000', '100554.724000', '100554.727000', '100554.730000', '100554.733000', '100554.735000', '100554.738000', '100554.741000', '100554.744000', '100554.746000', '100554.749000', '100554.752000', '100554.754000', '100554.757000', '100554.760000', '100554.762000', '100554.765000', '100554.767000', '100554.770000', '100554.773000', '100554.775000', '100554.778000', '100554.780000', '100554.783000', '100554.786000', '100554.788000', '100554.791000', '100554.794000', '100554.796000', '100554.799000', '100554.802000', '100554.805000', '100554.809000', '100554.812000', '100554.815000', '100554.818000', '100554.820000', '100554.823000', '100614.699000', '100614.701000', '100614.704000', '100614.707000', '100614.709000', '100614.712000', '100614.715000', '100614.717000', '100614.720000', '100614.723000', '100614.731000', '100614.734000', '100614.736000', '100614.739000', '100614.742000', '100614.744000', '100614.747000', '100614.749000', '100614.752000', '100614.755000', '100614.757000', '100614.760000', '100614.762000', '100614.765000', '100614.768000', '100614.773000', '100614.775000', '100614.778000', '100614.781000', '100614.783000', '100614.786000', '100614.788000', '100614.791000', '100614.794000', '100614.796000', '100614.799000', '100614.802000', '100614.804000', '100614.807000', '100614.810000', '100614.812000', '100614.815000', '100614.817000', '100614.820000', '100634.699000', '100634.702000', '100634.704000', '100634.707000', '100634.710000', '100634.712000', '100634.715000', '100634.718000', '100634.720000', '100634.723000', '100634.725000', '100634.728000', '100634.731000', '100634.733000', '100634.736000', '100634.738000', '100634.741000', '100634.744000', '100634.746000', '100634.749000', '100634.752000', '100634.754000', '100634.757000', '100634.759000', '100634.762000', '100634.765000', '100634.767000', '100634.770000', '100634.772000', '100634.775000', '100634.778000', '100634.780000', '100634.783000', '100634.786000', '100634.788000', '100634.792000', '100634.795000', '100634.798000', '100634.801000', '100634.803000', '100634.806000', '100634.808000', '100634.811000', '100651.817000', '100651.843000', '100651.846000', '100651.848000', '100651.851000', '100651.854000', '100651.856000', '100651.859000', '100651.862000', '100651.864000', '100651.867000', '100651.870000', '100651.873000', '100651.875000', '100651.878000', '100651.880000', '100651.883000', '100651.886000', '100651.889000', '100651.891000', '100651.894000', '100651.897000', '100651.899000', '100651.902000', '100651.905000', '100651.907000', '100651.910000', '100651.912000', '100651.915000', '100651.918000', '100651.933000', '100651.935000', '100651.938000', '100651.941000', '100651.944000', '100651.946000', '100651.949000', '100651.952000'], 'InstanceCreationTime': ['095434.731000', '095434.734000', '095434.737000', '095434.739000', '095434.742000', '095434.745000', '095434.747000', '095434.750000', '095434.752000', '095434.755000', '095434.766000', '095434.768000', '095434.771000', '095434.801000', '095434.803000', '095434.806000', '095434.808000', '095434.811000', '095434.814000', '095434.816000', '095434.819000', '095434.822000', '095434.824000', '095434.827000', '095434.829000', '095434.832000', '095434.835000', '095434.837000', '095434.840000', '095434.843000', '095434.845000', '095434.848000', '095434.850000', '095434.853000', '095434.855000', '095434.858000', '095434.861000', '095454.698000', '095454.701000', '095454.704000', '095454.707000', '095454.709000', '095454.712000', '095454.715000', '095454.717000', '095454.720000', '095454.722000', '095454.725000', '095454.728000', '095454.730000', '095454.733000', '095454.735000', '095454.738000', '095454.741000', '095454.743000', '095454.746000', '095454.749000', '095454.752000', '095454.754000', '095454.757000', '095454.759000', '095454.762000', '095454.765000', '095454.767000', '095454.770000', '095454.772000', '095454.775000', '095454.778000', '095454.780000', '095454.783000', '095454.786000', '095454.788000', '095454.791000', '095454.793000', '095454.796000', '095454.799000', '095454.801000', '095454.804000', '095454.806000', '095454.809000', '095454.812000', '095514.698000', '095514.701000', '095514.704000', '095514.707000', '095514.709000', '095514.712000', '095514.715000', '095514.717000', '095514.720000', '095514.723000', '095514.725000', '095514.728000', '095514.730000', '095514.733000', '095514.736000', '095514.738000', '095514.741000', '095514.744000', '095514.746000', '095514.749000', '095514.751000', '095514.754000', '095514.757000', '095514.759000', '095514.762000', '095514.765000', '095514.767000', '095514.770000', '095514.772000', '095514.775000', '095514.778000', '095514.780000', '095514.783000', '095514.786000', '095514.788000', '095514.791000', '095514.793000', '095514.796000', '095514.799000', '095514.801000', '095514.804000', '095514.807000', '095514.809000', '095534.699000', '095534.702000', '095534.705000', '095534.708000', '095534.710000', '095534.713000', '095534.716000', '095534.718000', '095534.721000', '095534.723000', '095534.727000', '095534.730000', '095534.733000', '095534.735000', '095534.738000', '095534.741000', '095534.743000', '095534.746000', '095534.749000', '095534.751000', '095534.754000', '095534.757000', '095534.759000', '095534.762000', '095534.765000', '095534.767000', '095534.770000', '095534.773000', '095534.775000', '095534.778000', '095534.780000', '095534.783000', '095534.786000', '095534.788000', '095534.791000', '095534.794000', '095534.796000', '095534.799000', '095534.802000', '095534.804000', '095534.807000', '095534.810000', '095534.812000', '095534.815000', '095554.700000', '095554.703000', '095554.705000', '095554.708000', '095554.710000', '095554.713000', '095554.716000', '095554.718000', '095554.721000', '095554.723000', '095554.726000', '095554.729000', '095554.731000', '095554.734000', '095554.737000', '095554.739000', '095554.742000', '095554.745000', '095554.747000', '095554.750000', '095554.753000', '095554.755000', '095554.758000', '095554.760000', '095554.763000', '095554.766000', '095554.768000', '095554.771000', '095554.774000', '095554.777000', '095554.779000', '095554.782000', '095554.784000', '095554.787000', '095554.790000', '095554.792000', '095554.795000', '095554.798000', '095554.800000', '095554.803000', '095554.805000', '095554.808000', '095554.811000', '095614.699000', '095614.702000', '095614.705000', '095614.707000', '095614.710000', '095614.713000', '095614.715000', '095614.718000', '095614.720000', '095614.723000', '095614.726000', '095614.728000', '095614.731000', '095614.734000', '095614.736000', '095614.752000', '095614.755000', '095614.757000', '095614.760000', '095614.763000', '095614.765000', '095614.768000', '095614.771000', '095614.773000', '095614.776000', '095614.779000', '095614.781000', '095614.784000', '095614.786000', '095614.789000', '095614.799000', '095614.802000', '095614.804000', '095614.807000', '095614.810000', '095614.812000', '095614.815000', '095614.818000', '095614.820000', '095614.823000', '095614.825000', '095614.828000', '095614.831000', '095614.833000', '095634.699000', '095634.702000', '095634.705000', '095634.708000', '095634.710000', '095634.713000', '095634.716000', '095634.718000', '095634.721000', '095634.723000', '095634.726000', '095634.728000', '095634.731000', '095634.734000', '095634.736000', '095634.739000', '095634.742000', '095634.744000', '095634.747000', '095634.749000', '095634.752000', '095634.754000', '095634.757000', '095634.760000', '095634.762000', '095634.765000', '095634.767000', '095634.770000', '095634.773000', '095634.775000', '095634.778000', '095634.781000', '095634.783000', '095634.786000', '095634.788000', '095634.791000', '095634.793000', '095634.796000', '095634.799000', '095634.801000', '095634.804000', '095634.807000', '095634.809000', '095654.698000', '095654.701000', '095654.704000', '095654.707000', '095654.709000', '095654.712000', '095654.715000', '095654.717000', '095654.720000', '095654.723000', '095654.725000', '095654.728000', '095654.731000', '095654.734000', '095654.736000', '095654.739000', '095654.742000', '095654.744000', '095654.747000', '095654.750000', '095654.752000', '095654.755000', '095654.758000', '095654.760000', '095654.763000', '095654.766000', '095654.769000', '095654.773000', '095654.775000', '095654.778000', '095654.781000', '095654.783000', '095654.786000', '095654.789000', '095654.791000', '095654.794000', '095654.797000', '095654.799000', '095654.802000', '095654.804000', '095654.807000', '095654.810000', '095654.812000', '095714.698000', '095714.701000', '095714.704000', '095714.707000', '095714.710000', '095714.712000', '095714.715000', '095714.717000', '095714.720000', '095714.723000', '095714.725000', '095714.728000', '095714.731000', '095714.733000', '095714.736000', '095714.739000', '095714.741000', '095714.744000', '095714.747000', '095714.749000', '095714.752000', '095714.755000', '095714.757000', '095714.760000', '095714.763000', '095714.765000', '095714.768000', '095714.771000', '095714.773000', '095714.776000', '095714.778000', '095714.781000', '095714.784000', '095714.786000', '095714.789000', '095714.792000', '095714.794000', '095714.797000', '095714.799000', '095714.802000', '095714.805000', '095714.807000', '095714.810000', '095714.813000', '095734.698000', '095734.701000', '095734.704000', '095734.707000', '095734.709000', '095734.712000', '095734.714000', '095734.717000', '095734.720000', '095734.722000', '095734.725000', '095734.727000', '095734.730000', '095734.733000', '095734.735000', '095734.738000', '095734.740000', '095734.743000', '095734.746000', '095734.748000', '095734.751000', '095734.754000', '095734.756000', '095734.759000', '095734.761000', '095734.764000', '095734.767000', '095734.769000', '095734.772000', '095734.774000', '095734.777000', '095734.780000', '095734.782000', '095734.785000', '095734.788000', '095734.790000', '095734.793000', '095734.795000', '095734.798000', '095734.801000', '095734.803000', '095734.806000', '095734.809000', '095754.700000', '095754.703000', '095754.705000', '095754.719000', '095754.721000', '095754.724000', '095754.727000', '095754.729000', '095754.732000', '095754.734000', '095754.737000', '095754.771000', '095754.774000', '095754.777000', '095754.779000', '095754.782000', '095754.784000', '095754.787000', '095754.790000', '095754.792000', '095754.795000', '095754.797000', '095754.800000', '095754.803000', '095754.805000', '095754.808000', '095754.810000', '095754.813000', '095754.816000', '095754.818000', '095754.821000', '095754.824000', '095754.827000', '095754.829000', '095754.832000', '095754.835000', '095754.837000', '095754.840000', '095754.843000', '095754.845000', '095754.848000', '095754.851000', '095754.853000', '095754.856000', '095814.699000', '095814.702000', '095814.705000', '095814.708000', '095814.710000', '095814.713000', '095814.715000', '095814.718000', '095814.720000', '095814.723000', '095814.726000', '095814.728000', '095814.731000', '095814.734000', '095814.736000', '095814.739000', '095814.741000', '095814.744000', '095814.747000', '095814.749000', '095814.752000', '095814.754000', '095814.757000', '095814.760000', '095814.762000', '095814.765000', '095814.768000', '095814.770000', '095814.773000', '095814.776000', '095814.778000', '095814.781000', '095814.784000', '095814.786000', '095814.789000', '095814.792000', '095814.794000', '095814.797000', '095814.800000', '095814.802000', '095814.805000', '095814.808000', '095814.818000', '095834.700000', '095834.702000', '095834.705000', '095834.708000', '095834.710000', '095834.713000', '095834.716000', '095834.718000', '095834.721000', '095834.723000', '095834.726000', '095834.729000', '095834.731000', '095834.734000', '095834.737000', '095834.739000', '095834.742000', '095834.744000', '095834.747000', '095834.750000', '095834.752000', '095834.755000', '095834.757000', '095834.760000', '095834.763000', '095834.766000', '095834.769000', '095834.771000', '095834.774000', '095834.777000', '095834.780000', '095834.782000', '095834.785000', '095834.788000', '095834.790000', '095834.793000', '095834.796000', '095834.799000', '095834.801000', '095834.804000', '095834.806000', '095834.809000', '095834.812000', '095834.814000', '095854.700000', '095854.703000', '095854.705000', '095854.708000', '095854.710000', '095854.713000', '095854.716000', '095854.719000', '095854.721000', '095854.724000', '095854.727000', '095854.729000', '095854.732000', '095854.735000', '095854.737000', '095854.740000', '095854.743000', '095854.745000', '095854.748000', '095854.751000', '095854.753000', '095854.756000', '095854.759000', '095854.761000', '095854.764000', '095854.767000', '095854.769000', '095854.772000', '095854.775000', '095854.777000', '095854.780000', '095854.783000', '095854.785000', '095854.788000', '095854.791000', '095854.793000', '095854.796000', '095854.799000', '095854.801000', '095854.804000', '095854.807000', '095854.809000', '095854.812000', '095914.699000', '095914.701000', '095914.704000', '095914.707000', '095914.710000', '095914.712000', '095914.715000', '095914.718000', '095914.721000', '095914.723000', '095914.726000', '095914.728000', '095914.731000', '095914.734000', '095914.736000', '095914.739000', '095914.742000', '095914.745000', '095914.747000', '095914.750000', '095914.753000', '095914.769000', '095914.771000', '095914.774000', '095914.777000', '095914.780000', '095914.782000', '095914.785000', '095914.787000', '095914.790000', '095914.793000', '095914.795000', '095914.798000', '095914.801000', '095914.803000', '095914.806000', '095914.809000', '095914.812000', '095914.814000', '095914.817000', '095914.820000', '095914.822000', '095914.825000', '095914.827000', '095934.699000', '095934.702000', '095934.704000', '095934.707000', '095934.709000', '095934.712000', '095934.715000', '095934.717000', '095934.720000', '095934.723000', '095934.725000', '095934.728000', '095934.731000', '095934.733000', '095934.736000', '095934.738000', '095934.741000', '095934.744000', '095934.747000', '095934.749000', '095934.752000', '095934.755000', '095934.757000', '095934.760000', '095934.762000', '095934.765000', '095934.768000', '095934.771000', '095934.773000', '095934.776000', '095934.779000', '095934.781000', '095934.784000', '095934.786000', '095934.789000', '095934.792000', '095934.795000', '095934.797000', '095934.800000', '095934.804000', '095934.807000', '095934.809000', '095934.812000', '095954.699000', '095954.701000', '095954.704000', '095954.707000', '095954.709000', '095954.712000', '095954.715000', '095954.717000', '095954.720000', '095954.723000', '095954.725000', '095954.728000', '095954.731000', '095954.733000', '095954.736000', '095954.739000', '095954.741000', '095954.744000', '095954.746000', '095954.749000', '095954.752000', '095954.754000', '095954.757000', '095954.760000', '095954.762000', '095954.765000', '095954.767000', '095954.770000', '095954.773000', '095954.775000', '095954.778000', '095954.781000', '095954.783000', '095954.786000', '095954.789000', '095954.791000', '095954.794000', '095954.797000', '095954.800000', '095954.802000', '095954.805000', '095954.810000', '095954.812000', '095954.815000', '100014.699000', '100014.702000', '100014.705000', '100014.708000', '100014.710000', '100014.713000', '100014.716000', '100014.718000', '100014.721000', '100014.723000', '100014.726000', '100014.728000', '100014.731000', '100014.734000', '100014.736000', '100014.739000', '100014.741000', '100014.744000', '100014.747000', '100014.749000', '100014.752000', '100014.755000', '100014.757000', '100014.760000', '100014.762000', '100014.765000', '100014.767000', '100014.770000', '100014.773000', '100014.775000', '100014.778000', '100014.780000', '100014.783000', '100014.786000', '100014.788000', '100014.791000', '100014.794000', '100014.796000', '100014.799000', '100014.801000', '100014.804000', '100014.807000', '100014.809000', '100034.700000', '100034.703000', '100034.705000', '100034.708000', '100034.711000', '100034.713000', '100034.716000', '100034.719000', '100034.721000', '100034.724000', '100034.726000', '100034.729000', '100034.732000', '100034.734000', '100034.737000', '100034.739000', '100034.742000', '100034.745000', '100034.747000', '100034.750000', '100034.753000', '100034.755000', '100034.758000', '100034.760000', '100034.763000', '100034.765000', '100034.768000', '100034.771000', '100034.773000', '100034.776000', '100034.778000', '100034.781000', '100034.784000', '100034.786000', '100034.811000', '100034.814000', '100034.817000', '100034.819000', '100034.822000', '100034.825000', '100034.828000', '100034.830000', '100034.833000', '100034.835000', '100054.700000', '100054.703000', '100054.705000', '100054.708000', '100054.711000', '100054.713000', '100054.716000', '100054.718000', '100054.721000', '100054.724000', '100054.726000', '100054.729000', '100054.731000', '100054.734000', '100054.737000', '100054.739000', '100054.742000', '100054.745000', '100054.747000', '100054.750000', '100054.752000', '100054.755000', '100054.758000', '100054.760000', '100054.766000', '100054.769000', '100054.772000', '100054.774000', '100054.777000', '100054.780000', '100054.782000', '100054.785000', '100054.788000', '100054.791000', '100054.793000', '100054.796000', '100054.799000', '100054.801000', '100054.804000', '100054.807000', '100054.809000', '100054.812000', '100054.814000', '100114.700000', '100114.702000', '100114.705000', '100114.708000', '100114.711000', '100114.713000', '100114.716000', '100114.719000', '100114.721000', '100114.724000', '100114.727000', '100114.729000', '100114.732000', '100114.735000', '100114.737000', '100114.740000', '100114.742000', '100114.745000', '100114.748000', '100114.750000', '100114.753000', '100114.762000', '100114.765000', '100114.767000', '100114.770000', '100114.773000', '100114.775000', '100114.778000', '100114.780000', '100114.783000', '100114.786000', '100114.788000', '100114.791000', '100114.794000', '100114.796000', '100114.799000', '100114.802000', '100114.804000', '100114.807000', '100114.810000', '100114.812000', '100114.815000', '100114.818000', '100114.820000', '100134.699000', '100134.702000', '100134.704000', '100134.707000', '100134.710000', '100134.713000', '100134.715000', '100134.718000', '100134.721000', '100134.723000', '100134.726000', '100134.729000', '100134.731000', '100134.734000', '100134.737000', '100134.739000', '100134.742000', '100134.745000', '100134.747000', '100134.750000', '100134.753000', '100134.755000', '100134.758000', '100134.761000', '100134.763000', '100134.766000', '100134.769000', '100134.771000', '100134.774000', '100134.777000', '100134.779000', '100134.782000', '100134.785000', '100134.787000', '100134.790000', '100134.793000', '100134.795000', '100134.798000', '100134.801000', '100134.803000', '100134.806000', '100134.809000', '100134.811000', '100154.699000', '100154.701000', '100154.704000', '100154.707000', '100154.709000', '100154.712000', '100154.714000', '100154.717000', '100154.720000', '100154.722000', '100154.725000', '100154.728000', '100154.730000', '100154.733000', '100154.735000', '100154.738000', '100154.741000', '100154.744000', '100154.746000', '100154.749000', '100154.752000', '100154.754000', '100154.757000', '100154.759000', '100154.762000', '100154.765000', '100154.767000', '100154.770000', '100154.772000', '100154.775000', '100154.778000', '100154.781000', '100154.784000', '100154.786000', '100154.789000', '100154.792000', '100154.794000', '100154.797000', '100154.800000', '100154.802000', '100154.805000', '100154.808000', '100154.811000', '100154.822000', '100214.699000', '100214.702000', '100214.704000', '100214.707000', '100214.709000', '100214.712000', '100214.715000', '100214.717000', '100214.720000', '100214.723000', '100214.725000', '100214.728000', '100214.730000', '100214.733000', '100214.736000', '100214.738000', '100214.741000', '100214.744000', '100214.746000', '100214.749000', '100214.751000', '100214.754000', '100214.757000', '100214.759000', '100214.762000', '100214.765000', '100214.767000', '100214.770000', '100214.772000', '100214.775000', '100214.778000', '100214.781000', '100214.783000', '100214.786000', '100214.788000', '100214.791000', '100214.794000', '100214.796000', '100214.799000', '100214.802000', '100214.804000', '100214.807000', '100214.810000', '100234.700000', '100234.703000', '100234.705000', '100234.708000', '100234.711000', '100234.713000', '100234.716000', '100234.718000', '100234.721000', '100234.724000', '100234.726000', '100234.729000', '100234.731000', '100234.734000', '100234.737000', '100234.739000', '100234.742000', '100234.745000', '100234.747000', '100234.750000', '100234.752000', '100234.755000', '100234.758000', '100234.760000', '100234.763000', '100234.765000', '100234.768000', '100234.771000', '100234.773000', '100234.776000', '100234.779000', '100234.781000', '100234.784000', '100234.786000', '100234.789000', '100234.792000', '100234.794000', '100234.797000', '100234.799000', '100234.802000', '100234.805000', '100234.807000', '100234.810000', '100234.813000', '100254.700000', '100254.703000', '100254.705000', '100254.708000', '100254.710000', '100254.713000', '100254.716000', '100254.718000', '100254.721000', '100254.724000', '100254.726000', '100254.729000', '100254.732000', '100254.735000', '100254.737000', '100254.740000', '100254.742000', '100254.745000', '100254.748000', '100254.751000', '100254.753000', '100254.756000', '100254.758000', '100254.761000', '100254.764000', '100254.767000', '100254.769000', '100254.772000', '100254.774000', '100254.777000', '100254.780000', '100254.782000', '100254.785000', '100254.788000', '100254.790000', '100254.793000', '100254.796000', '100254.798000', '100254.801000', '100254.804000', '100254.806000', '100254.809000', '100254.812000', '100314.699000', '100314.702000', '100314.705000', '100314.708000', '100314.710000', '100314.713000', '100314.716000', '100314.718000', '100314.721000', '100314.724000', '100314.727000', '100314.730000', '100314.733000', '100314.735000', '100314.738000', '100314.741000', '100314.743000', '100314.746000', '100314.749000', '100314.751000', '100314.754000', '100314.756000', '100314.759000', '100314.762000', '100314.764000', '100314.767000', '100314.770000', '100314.772000', '100314.775000', '100314.778000', '100314.780000', '100314.783000', '100314.786000', '100314.788000', '100314.791000', '100314.794000', '100314.796000', '100314.799000', '100314.802000', '100314.814000', '100314.817000', '100314.820000', '100314.822000', '100314.825000', '100334.700000', '100334.702000', '100334.705000', '100334.708000', '100334.711000', '100334.714000', '100334.716000', '100334.719000', '100334.722000', '100334.724000', '100334.727000', '100334.730000', '100334.732000', '100334.735000', '100334.738000', '100334.740000', '100334.743000', '100334.746000', '100334.748000', '100334.751000', '100334.754000', '100334.756000', '100334.759000', '100334.761000', '100334.764000', '100334.767000', '100334.770000', '100334.772000', '100334.775000', '100334.778000', '100334.780000', '100334.783000', '100334.786000', '100334.788000', '100334.791000', '100334.793000', '100334.796000', '100334.799000', '100334.802000', '100334.804000', '100334.807000', '100334.810000', '100334.812000', '100354.699000', '100354.702000', '100354.704000', '100354.707000', '100354.710000', '100354.712000', '100354.715000', '100354.718000', '100354.720000', '100354.723000', '100354.726000', '100354.728000', '100354.731000', '100354.734000', '100354.736000', '100354.739000', '100354.741000', '100354.744000', '100354.747000', '100354.749000', '100354.752000', '100354.755000', '100354.757000', '100354.760000', '100354.763000', '100354.765000', '100354.768000', '100354.770000', '100354.773000', '100354.776000', '100354.778000', '100354.781000', '100354.784000', '100354.786000', '100354.789000', '100354.792000', '100354.794000', '100354.797000', '100354.800000', '100354.802000', '100354.805000', '100354.808000', '100354.810000', '100414.698000', '100414.701000', '100414.704000', '100414.707000', '100414.710000', '100414.713000', '100414.715000', '100414.718000', '100414.721000', '100414.724000', '100414.726000', '100414.729000', '100414.732000', '100414.734000', '100414.737000', '100414.740000', '100414.742000', '100414.745000', '100414.748000', '100414.750000', '100414.753000', '100414.756000', '100414.758000', '100414.761000', '100414.764000', '100414.766000', '100414.769000', '100414.772000', '100414.774000', '100414.777000', '100414.780000', '100414.782000', '100414.785000', '100414.787000', '100414.790000', '100414.793000', '100414.795000', '100414.798000', '100414.801000', '100414.803000', '100414.806000', '100414.809000', '100414.811000', '100414.814000', '100434.699000', '100434.702000', '100434.704000', '100434.707000', '100434.710000', '100434.712000', '100434.715000', '100434.718000', '100434.721000', '100434.723000', '100434.726000', '100434.728000', '100434.731000', '100434.734000', '100434.736000', '100434.739000', '100434.742000', '100434.745000', '100434.747000', '100434.750000', '100434.753000', '100434.755000', '100434.768000', '100434.771000', '100434.774000', '100434.776000', '100434.779000', '100434.782000', '100434.784000', '100434.787000', '100434.789000', '100434.792000', '100434.795000', '100434.797000', '100434.800000', '100434.803000', '100434.805000', '100434.808000', '100434.811000', '100434.813000', '100434.816000', '100434.818000', '100434.821000', '100454.700000', '100454.702000', '100454.705000', '100454.708000', '100454.710000', '100454.713000', '100454.716000', '100454.718000', '100454.721000', '100454.724000', '100454.726000', '100454.729000', '100454.731000', '100454.734000', '100454.737000', '100454.739000', '100454.742000', '100454.745000', '100454.747000', '100454.750000', '100454.753000', '100454.755000', '100454.758000', '100454.761000', '100454.763000', '100454.766000', '100454.768000', '100454.771000', '100454.774000', '100454.776000', '100454.779000', '100454.782000', '100454.784000', '100454.787000', '100454.789000', '100454.792000', '100454.795000', '100454.797000', '100454.800000', '100454.803000', '100454.805000', '100454.808000', '100454.811000', '100454.813000', '100514.700000', '100514.703000', '100514.706000', '100514.708000', '100514.711000', '100514.713000', '100514.716000', '100514.719000', '100514.721000', '100514.724000', '100514.727000', '100514.729000', '100514.732000', '100514.735000', '100514.738000', '100514.740000', '100514.743000', '100514.746000', '100514.748000', '100514.752000', '100514.755000', '100514.758000', '100514.760000', '100514.763000', '100514.766000', '100514.768000', '100514.771000', '100514.773000', '100514.776000', '100514.781000', '100514.784000', '100514.787000', '100514.790000', '100514.792000', '100514.795000', '100514.798000', '100514.800000', '100514.803000', '100514.806000', '100514.808000', '100514.811000', '100514.814000', '100514.816000', '100534.700000', '100534.702000', '100534.705000', '100534.708000', '100534.710000', '100534.713000', '100534.716000', '100534.718000', '100534.721000', '100534.724000', '100534.726000', '100534.729000', '100534.731000', '100534.734000', '100534.737000', '100534.739000', '100534.742000', '100534.745000', '100534.747000', '100534.750000', '100534.753000', '100534.755000', '100534.758000', '100534.760000', '100534.763000', '100534.766000', '100534.768000', '100534.771000', '100534.773000', '100534.776000', '100534.779000', '100534.781000', '100534.784000', '100534.787000', '100534.789000', '100534.792000', '100534.795000', '100534.797000', '100534.818000', '100534.821000', '100534.823000', '100534.826000', '100534.829000', '100534.831000', '100554.700000', '100554.703000', '100554.705000', '100554.708000', '100554.719000', '100554.722000', '100554.724000', '100554.727000', '100554.730000', '100554.733000', '100554.735000', '100554.738000', '100554.741000', '100554.744000', '100554.746000', '100554.749000', '100554.752000', '100554.754000', '100554.757000', '100554.760000', '100554.762000', '100554.765000', '100554.767000', '100554.770000', '100554.773000', '100554.775000', '100554.778000', '100554.780000', '100554.783000', '100554.786000', '100554.788000', '100554.791000', '100554.794000', '100554.796000', '100554.799000', '100554.802000', '100554.805000', '100554.809000', '100554.812000', '100554.815000', '100554.818000', '100554.820000', '100554.823000', '100614.699000', '100614.701000', '100614.704000', '100614.707000', '100614.709000', '100614.712000', '100614.715000', '100614.717000', '100614.720000', '100614.723000', '100614.731000', '100614.734000', '100614.736000', '100614.739000', '100614.742000', '100614.744000', '100614.747000', '100614.749000', '100614.752000', '100614.755000', '100614.757000', '100614.760000', '100614.762000', '100614.765000', '100614.768000', '100614.773000', '100614.775000', '100614.778000', '100614.781000', '100614.783000', '100614.786000', '100614.788000', '100614.791000', '100614.794000', '100614.796000', '100614.799000', '100614.802000', '100614.804000', '100614.807000', '100614.810000', '100614.812000', '100614.815000', '100614.817000', '100614.820000', '100634.699000', '100634.702000', '100634.704000', '100634.707000', '100634.710000', '100634.712000', '100634.715000', '100634.718000', '100634.720000', '100634.723000', '100634.725000', '100634.728000', '100634.731000', '100634.733000', '100634.736000', '100634.738000', '100634.741000', '100634.744000', '100634.746000', '100634.749000', '100634.752000', '100634.754000', '100634.757000', '100634.759000', '100634.762000', '100634.765000', '100634.767000', '100634.770000', '100634.772000', '100634.775000', '100634.778000', '100634.780000', '100634.783000', '100634.786000', '100634.788000', '100634.792000', '100634.795000', '100634.798000', '100634.801000', '100634.803000', '100634.806000', '100634.808000', '100634.811000', '100651.817000', '100651.843000', '100651.846000', '100651.848000', '100651.851000', '100651.854000', '100651.856000', '100651.859000', '100651.862000', '100651.864000', '100651.867000', '100651.870000', '100651.873000', '100651.875000', '100651.878000', '100651.880000', '100651.883000', '100651.886000', '100651.889000', '100651.891000', '100651.894000', '100651.897000', '100651.899000', '100651.902000', '100651.905000', '100651.907000', '100651.910000', '100651.912000', '100651.915000', '100651.918000', '100651.933000', '100651.935000', '100651.938000', '100651.941000', '100651.944000', '100651.946000', '100651.949000', '100651.952000'], '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': [11140, 15038, 10148, 11893, 15998, 9546, 11608, 15197, 9864, 10652, 12043, 8603, 10794, 15795, 8701, 10515, 8874, 8168, 12390, 9025, 8066, 11893, 7977, 8923, 12594, 8398, 11473, 9897, 8388, 12531, 8048, 9706, 14334, 8868, 10221, 8617, 8405, 13560, 10477, 9423, 12923, 8710, 9752, 15152, 9244, 9785, 13406, 8944, 12558, 10797, 8908, 13392, 11032, 9322, 12758, 8688, 9071, 14664, 9340, 8667, 13563, 8605, 10218, 8794, 8956, 12646, 9207, 8921, 10709, 8252, 11550, 8228, 10357, 8223, 9382, 14632, 8851, 11647, 8378, 9260, 14984, 9531, 9352, 12828, 8599, 12067, 13346, 8880, 11005, 8850, 8719, 13483, 8346, 9349, 15002, 9445, 8393, 12660, 8028, 10744, 15750, 8684, 9762, 9756, 8271, 11753, 10884, 8537, 10807, 9833, 8458, 11782, 8452, 8324, 11469, 8201, 8447, 13221, 7931, 9576, 15136, 8270, 10738, 7800, 9166, 13498, 8142, 9199, 7545, 10794, 13729, 9790, 12292, 8797, 11297, 9454, 10032, 13620, 9244, 11146, 10135, 10076, 13949, 8675, 11652, 15167, 10296, 11151, 15009, 9551, 12876, 14369, 9839, 11705, 8177, 10781, 14485, 9308, 9969, 10750, 8058, 11324, 8291, 10279, 9527, 10318, 11393, 8890, 11254, 9221, 10606, 13053, 9348, 10936, 15022, 9129, 11296, 12286, 10397, 11652, 7864, 10558, 12518, 8541, 10392, 12742, 9413, 9835, 9497, 8380, 10906, 8183, 9595, 11106, 7951, 9524, 12141, 8460, 10008, 11919, 8675, 10071, 7715, 9110, 12298, 9178, 9873, 8236, 9798, 13319, 9155, 10600, 13957, 8940, 10761, 14314, 8833, 10955, 14785, 9463, 10896, 8361, 9864, 13167, 10771, 9777, 12114, 7865, 9763, 12402, 7862, 9599, 12490, 8339, 9150, 7950, 9091, 12369, 8645, 10305, 13162, 8705, 11659, 12362, 9288, 12090, 8078, 10370, 13919, 8487, 11474, 15721, 9613, 11271, 8706, 10261, 14632, 9778, 10463, 12914, 8804, 10975, 14841, 9260, 10466, 14878, 9441, 10809, 10685, 8730, 11938, 8923, 9326, 12682, 7828, 10280, 14011, 8846, 9890, 13116, 8532, 9518, 13270, 8986, 9011, 11471, 7990, 9201, 12448, 8421, 9479, 12423, 8525, 10601, 13774, 8893, 11307, 14449, 9527, 11283, 8604, 9711, 13156, 9236, 9943, 12387, 8059, 10869, 14579, 10773, 9533, 12507, 8839, 9237, 12619, 12520, 8179, 11170, 9997, 8717, 11649, 8316, 8773, 12004, 8377, 9621, 13876, 8317, 8900, 13070, 8484, 10107, 8100, 9361, 12610, 8791, 9741, 12863, 8690, 10994, 14627, 9096, 10857, 9432, 9668, 12657, 8397, 10402, 13763, 8994, 10259, 14387, 9303, 9207, 12494, 8122, 9760, 12157, 8109, 10664, 7820, 9441, 12798, 8280, 10673, 13892, 9296, 10447, 11211, 8890, 12405, 10257, 9775, 12177, 7996, 10054, 13401, 8508, 9641, 12762, 8255, 9296, 12702, 7852, 10099, 13553, 8107, 10544, 9493, 9009, 11697, 7778, 10937, 14272, 8954, 11311, 14072, 9478, 12020, 12931, 9147, 12598, 11805, 9262, 12490, 9208, 8953, 12861, 8595, 9544, 12488, 8436, 10623, 14410, 9166, 10619, 11308, 9036, 12093, 11174, 8864, 12132, 9193, 9230, 12397, 7698, 10096, 13709, 8865, 10237, 8137, 9551, 12379, 9040, 10013, 13132, 8710, 10161, 13336, 8128, 9921, 13204, 8218, 9530, 11062, 7796, 11046, 7846, 9033, 7765, 9752, 12948, 8942, 11944, 10765, 9749, 13760, 8315, 11704, 15610, 9997, 10368, 10150, 9628, 13897, 10175, 10210, 13020, 8961, 10385, 14739, 8883, 10733, 10366, 9172, 12647, 9825, 9851, 13732, 11072, 10114, 12316, 8189, 9850, 13688, 8890, 9972, 12816, 8792, 11433, 11341, 9085, 12529, 10495, 9504, 11637, 7877, 10431, 13621, 8755, 9939, 12724, 8906, 10211, 13652, 8048, 9755, 13129, 8590, 9358, 13000, 7932, 9894, 13233, 8222, 10135, 13157, 8070, 11419, 10442, 8260, 12240, 8224, 9664, 13086, 8566, 11315, 12107, 8822, 11043, 8848, 9071, 12604, 7986, 10720, 14721, 8979, 10305, 9784, 9282, 13480, 11636, 9719, 12296, 8150, 10639, 15353, 9140, 10136, 14284, 9692, 10922, 15187, 9208, 10694, 14832, 9301, 9602, 14350, 7843, 10042, 13990, 8215, 9048, 12271, 7978, 10895, 8992, 9451, 12523, 8188, 11015, 14226, 8594, 11578, 14160, 9341, 11658, 9211, 9596, 13732, 9631, 9956, 12808, 8277, 11250, 15098, 9475, 10368, 14551, 9259, 11020, 10434, 8602, 12108, 8111, 9753, 13041, 8291, 11030, 13999, 9378, 10992, 11366, 9603, 13150, 15607, 9569, 10676, 13611, 8522, 10912, 13548, 8387, 10300, 12607, 8094, 10813, 9935, 7790, 11583, 9584, 8526, 11738, 7755, 9456, 13277, 8498, 9838, 14093, 8648, 10732, 11293, 8294, 12374, 8892, 9647, 13375, 8487, 11097, 15268, 9248, 9793, 12313, 8629, 12471, 13529, 9312, 12724, 10671, 9911, 13866, 13115, 9102, 12353, 10604, 9819, 13351, 10979, 9356, 12921, 11748, 8321, 11971, 10681, 8122, 11819, 13729, 8443, 10358, 9370, 8552, 12095, 8944, 9313, 12380, 8242, 10730, 14257, 9023, 10690, 14586, 9209, 11046, 15475, 8778, 10727, 14672, 8777, 9124, 12796, 8422, 9830, 13784, 8207, 10605, 14049, 8982, 10012, 14102, 8187, 10366, 14092, 8719, 9416, 13659, 8012, 10308, 11843, 7979, 11389, 8035, 9612, 12790, 7863, 11313, 14389, 8789, 10785, 13909, 9115, 12100, 10904, 9491, 13605, 9563, 9829, 14103, 8232, 10710, 15781, 9575, 9536, 14636, 8618, 10328, 14328, 8263, 10178, 14157, 8490, 10021, 13936, 8118, 10259, 12302, 8281, 10999, 8181, 9750, 13168, 8118, 11072, 15068, 8748, 10765, 10674, 9082, 13205, 11192, 8976, 12744, 8678, 9631, 13369, 8219, 11030, 15009, 8961, 10350, 14936, 8800, 11198, 14999, 8508, 10395, 14803, 8576, 8689, 12519, 7922, 9753, 13257, 8162, 9631, 13191, 8101, 9635, 13698, 8014, 10518, 13868, 8326, 10055, 14209, 8102, 10330, 14380, 8103, 10169, 14345, 8432, 10440, 14605, 8111, 10882, 14713, 8804, 10661, 12179, 7966, 12213, 8344, 9943, 14481, 8985, 10041, 14998, 8299, 10812, 15545, 9141, 10342, 10185, 9433, 14426, 12349, 9773, 14645, 11552, 9741, 14752, 8314, 10632, 15804, 10770, 9488, 14578, 8585, 10426, 16035, 10175, 9375, 13319, 7888, 9611, 13696, 8621, 8866, 12980, 8964, 8851, 12721, 7877, 10525, 12220, 8270, 10889, 8468, 9723, 13382, 10158, 9965, 13402, 8964, 9813, 13895, 8331, 11065, 15214, 9254, 10068, 12586, 8836, 11676, 15626, 9010, 10377, 13440, 8363, 10954, 14132, 8302, 9787, 13608, 8492, 9760, 13286, 7806, 9740, 13619, 8572, 9841, 13516, 8218, 10476, 7533, 10792, 10593, 8177, 9596, 8493, 11830, 8821, 11269, 15042, 8907, 12186, 16449, 9496, 10741, 10123, 9781, 14482, 14711, 9525, 12908, 13643, 8185, 11437, 10410, 7880, 11899, 10170, 8972, 11926, 8212, 10099, 8192, 9100, 13220, 9144, 9416, 13209, 8712, 11387, 14953, 9262, 11332, 13039, 8755, 12074, 14072, 8175, 11583, 15201, 8171, 10003, 12885, 7916, 10574, 13701, 7851, 10281, 13783, 8117, 9899, 13687, 7769, 10512, 13914, 8272, 10799, 12541, 7929, 11930, 7956, 9021, 13484, 8346, 9954, 13962, 8240, 11916, 11411, 9083, 12647, 12095, 8786, 11908, 10234, 8658, 13415, 8843, 9496, 11571, 8451, 12380, 8626, 10040, 15085, 10965, 10017, 13271, 8581, 10305, 15329, 10113, 9946, 13929, 9146, 8794, 12448, 7831, 9257, 12917, 8473, 9284, 12230, 7943, 9751, 13819, 8015, 10397, 14160, 8785, 9256, 11731, 7700, 11440, 9989, 8453, 12451, 8432, 9546, 13656, 8073, 10858, 12123, 8350, 11519, 7717, 11224, 14245, 8551, 11717, 15331, 9551, 10818, 13782, 8893, 11727, 16014, 9400, 10012, 14678, 8480, 10700, 14708, 8676, 9524, 13743, 8054, 10286, 14092, 8506, 9476, 13189, 8088, 9570, 13748, 7821, 9773, 12973, 7761, 10759, 7935, 10362, 7373, 9711, 7707, 9557, 7943, 11488, 15585, 10627, 10901, 12572, 9599, 13375, 14572, 10213, 12669, 12066, 9777, 13478, 13898, 9189, 13113, 15039, 8980, 10076, 13663, 7803, 9733, 13109, 7699, 9579, 12773, 7608, 9383, 11924, 7660, 10182, 13130, 7829, 10119, 10414, 7814, 12044, 8780, 8624, 12995, 8783, 9143, 13031, 7954, 10099, 14366, 7795, 10782, 8257, 9118, 13461, 8386, 10710, 14790, 8751, 10490, 15115, 8087, 10761, 15297, 8648, 10243, 15580, 8758, 9853, 15718, 7996, 10777, 14545, 8071, 11088, 14249, 8120, 10833, 9817, 7763, 12158, 12925, 8154, 11813, 10727, 8275, 12678, 9414, 8345, 13163, 9658, 9290, 12342, 8380, 10266, 14289, 8384, 10654, 15199, 8267, 10659, 9188, 8055, 12815, 10907, 8335, 13434, 9369, 8610, 14710, 7996, 10583, 14958, 8955, 10215, 13669, 8150, 13340, 8829, 10287, 14682, 8414, 11587, 7849, 10392, 14248, 8090, 12826, 9976, 9693, 14744, 8912, 14016, 16784, 9663, 11388, 16288, 9681, 10873, 16246, 8588, 10861, 15771, 9996, 9301, 14696, 8374, 9901, 15190, 8237, 9413, 15036, 9320, 8898, 14070, 8062, 10329, 12640, 8265, 12387, 12471, 8128, 12092, 8915, 8685, 13978, 11792, 8679, 11658, 7843, 9549, 14556, 8582, 9647, 14699, 9560, 9201, 14557, 8644, 9266, 14504, 10507, 8739, 11690, 7923, 8523, 13174, 9032, 8301, 12966, 11692, 7972, 10155, 8913, 8121, 11953, 14492, 7957, 10276, 9398, 7803, 11568, 7938, 8985, 13053, 9150, 8601, 12454, 10381, 8395, 12531, 9229, 8635, 13179, 15133, 8054, 10288, 10535, 7773, 11197, 10913, 7923, 11424, 11237, 8065, 10633, 7835, 9035, 12640, 7708, 9660, 9433, 8612, 13045, 7746, 11232, 11425, 9070, 9879, 11903, 10077, 13965, 8264, 11567, 14835, 9429, 10243, 8051, 8857, 13391, 9485, 9313, 13189, 8323, 11275, 13923, 8541, 11893, 11639, 8594, 12649, 11946, 8545, 12998, 13402, 9304, 10816, 10384, 8685, 11890, 10967, 9104, 11354, 7698, 8139, 7492, 8092, 11541, 8143, 7933, 7943, 8078, 12329, 7825, 8391, 7517, 8130, 11220, 8328, 8774, 8306, 13744, 8463, 11637, 7736, 11969, 11002, 9372, 14864, 10482, 10039, 9994, 8732, 13838, 8542, 10218, 16115, 8923, 9818, 7541, 9953, 12798, 8331, 10567, 7916, 9080, 11815, 7779, 11345, 8862, 8891, 10303, 7731, 11903, 8495, 9601, 14193, 10418, 9555, 8304, 9259, 14025, 9321, 10285, 14011, 9545, 10313, 10191, 9382, 13421, 9901, 9678, 12751, 7994, 10027, 7805, 9364, 11168, 8627, 9368, 13537, 7750, 10305, 8371, 8994, 10291, 7736, 9703, 14375, 8141, 10083, 9675, 8522, 11720, 7945, 10252, 13207, 9148, 9809, 10330, 8456, 11451, 9670, 10197, 11490, 8399, 10628, 13580, 9174, 11883, 11874, 9868, 12144, 8092, 10258, 13512, 9609, 9637, 11537, 8264, 10060, 14010, 8272, 9916, 8154, 8446, 10680, 7717, 9324, 12205, 8414, 9552, 7730, 8893, 12083, 8946, 10420, 12692, 9668, 11177, 11870, 8730, 12444, 8542, 10883, 12408, 8163, 10861, 8570, 10102, 12237, 8780, 10781, 12654, 8530, 11536, 10741, 10495, 11025, 8025, 10125, 8448, 9469, 11404, 7901, 10040, 13571, 7834, 10287, 10980, 9097, 10514, 7891, 10250, 14112, 8760, 10188, 10253, 9034, 11723, 7677, 10324, 12575, 9482, 9520, 9167, 9053, 11873, 12161, 9835, 11840, 7914, 9561, 12187, 7952, 9391, 11808, 7936, 9453, 11623, 7939, 9659, 12650, 8011, 9661, 12602, 8388, 11639, 9950, 8656, 12490, 10050, 9970, 12628, 8179, 10350, 13082, 8329, 10654, 13727, 8636, 10936, 9014, 8880, 12623, 9202, 9768, 12574, 7898, 11013, 14277, 8663, 11141, 15091, 8896, 10527, 8248, 9477, 13028, 8210, 10191, 13001, 8645, 10943, 7833, 10619, 13858, 8982, 11039, 12034, 8994, 13198, 8107, 9583, 16214, 8464, 9223, 7586, 9351, 14726, 7902, 9924, 8666, 9051, 14441, 8180, 10570, 15284, 9553, 10432, 11530, 8969, 12878, 9615, 9747, 12825, 7828, 10424, 13959, 8883, 11323, 9534, 9290, 12178, 8788, 9220, 7748, 8351, 7398, 7605, 7745, 7432, 7673, 12081, 9404, 12265, 10661, 13716, 10814, 11432, 12500], 'WindowCenter': [4747.0, 4745.0, 4690.0, 4686.0, 4711.0, 4650.0, 4670.0, 4686.0, 4635.0, 4645.0, 4651.0, 4628.0, 4660.0, 4675.0, 4601.0, 4620.0, 4598.0, 4594.0, 4639.0, 4600.0, 4590.0, 4627.0, 4577.0, 4600.0, 4638.0, 4617.0, 4656.0, 4621.0, 4602.0, 4648.0, 4604.0, 4648.0, 4675.0, 4627.0, 4635.0, 4601.0, 4604.0, 4662.0, 4633.0, 4611.0, 4652.0, 4602.0, 4613.0, 4672.0, 4624.0, 4635.0, 4662.0, 4612.0, 4652.0, 4631.0, 4614.0, 4661.0, 4631.0, 4611.0, 4638.0, 4589.0, 4598.0, 4659.0, 4611.0, 4601.0, 4651.0, 4600.0, 4620.0, 4598.0, 4610.0, 4665.0, 4633.0, 4614.0, 4630.0, 4601.0, 4642.0, 4601.0, 4633.0, 4614.0, 4637.0, 4684.0, 4627.0, 4654.0, 4600.0, 4614.0, 4683.0, 4634.0, 4611.0, 4651.0, 4602.0, 4667.0, 4661.0, 4626.0, 4631.0, 4612.0, 4600.0, 4649.0, 4600.0, 4611.0, 4672.0, 4610.0, 4602.0, 4648.0, 4589.0, 4631.0, 4668.0, 4613.0, 4621.0, 4604.0, 4590.0, 4639.0, 4631.0, 4612.0, 4632.0, 4608.0, 4587.0, 4640.0, 4588.0, 4600.0, 4640.0, 4600.0, 4600.0, 4646.0, 4603.0, 4636.0, 4684.0, 4627.0, 4646.0, 4593.0, 4637.0, 4675.0, 4629.0, 4636.0, 4616.0, 4656.0, 4672.0, 4632.0, 4665.0, 4638.0, 4656.0, 4632.0, 4645.0, 4685.0, 4635.0, 4653.0, 4647.0, 4634.0, 4671.0, 4611.0, 4653.0, 4670.0, 4620.0, 4640.0, 4668.0, 4610.0, 4649.0, 4673.0, 4634.0, 4652.0, 4611.0, 4641.0, 4661.0, 4609.0, 4618.0, 4628.0, 4600.0, 4627.0, 4586.0, 4629.0, 4620.0, 4619.0, 4641.0, 4610.0, 4628.0, 4607.0, 4629.0, 4648.0, 4608.0, 4628.0, 4645.0, 4595.0, 4626.0, 4637.0, 4606.0, 4614.0, 4573.0, 4603.0, 4622.0, 4583.0, 4617.0, 4635.0, 4594.0, 4604.0, 4593.0, 4583.0, 4627.0, 4598.0, 4618.0, 4626.0, 4587.0, 4618.0, 4649.0, 4612.0, 4631.0, 4653.0, 4599.0, 4634.0, 4603.0, 4634.0, 4662.0, 4622.0, 4630.0, 4599.0, 4630.0, 4660.0, 4619.0, 4642.0, 4661.0, 4623.0, 4641.0, 4660.0, 4611.0, 4655.0, 4672.0, 4621.0, 4631.0, 4599.0, 4620.0, 4650.0, 4630.0, 4631.0, 4640.0, 4602.0, 4632.0, 4648.0, 4598.0, 4633.0, 4664.0, 4612.0, 4623.0, 4614.0, 4636.0, 4676.0, 4638.0, 4656.0, 4687.0, 4637.0, 4666.0, 4665.0, 4649.0, 4679.0, 4653.0, 4658.0, 4685.0, 4625.0, 4666.0, 4684.0, 4646.0, 4655.0, 4623.0, 4643.0, 4683.0, 4634.0, 4643.0, 4663.0, 4624.0, 4643.0, 4671.0, 4621.0, 4642.0, 4670.0, 4621.0, 4640.0, 4629.0, 4623.0, 4666.0, 4621.0, 4622.0, 4660.0, 4601.0, 4646.0, 4685.0, 4624.0, 4632.0, 4651.0, 4609.0, 4621.0, 4650.0, 4610.0, 4624.0, 4640.0, 4600.0, 4622.0, 4661.0, 4625.0, 4647.0, 4664.0, 4624.0, 4644.0, 4674.0, 4636.0, 4654.0, 4672.0, 4636.0, 4643.0, 4610.0, 4634.0, 4675.0, 4622.0, 4631.0, 4650.0, 4599.0, 4630.0, 4668.0, 4630.0, 4622.0, 4640.0, 4597.0, 4608.0, 4649.0, 4638.0, 4598.0, 4628.0, 4616.0, 4609.0, 4637.0, 4598.0, 4611.0, 4650.0, 4624.0, 4634.0, 4687.0, 4571.0, 4635.0, 4660.0, 4610.0, 4629.0, 4597.0, 4620.0, 4649.0, 4611.0, 4620.0, 4649.0, 4610.0, 4640.0, 4669.0, 4621.0, 4642.0, 4619.0, 4632.0, 4650.0, 4599.0, 4630.0, 4658.0, 4608.0, 4618.0, 4658.0, 4608.0, 4608.0, 4635.0, 4588.0, 4617.0, 4648.0, 4612.0, 4642.0, 4602.0, 4632.0, 4661.0, 4612.0, 4655.0, 4673.0, 4633.0, 4643.0, 4640.0, 4621.0, 4662.0, 4631.0, 4631.0, 4650.0, 4600.0, 4630.0, 4660.0, 4609.0, 4622.0, 4662.0, 4612.0, 4622.0, 4650.0, 4601.0, 4632.0, 4661.0, 4612.0, 4656.0, 4645.0, 4637.0, 4666.0, 4616.0, 4656.0, 4685.0, 4638.0, 4666.0, 4673.0, 4634.0, 4664.0, 4661.0, 4622.0, 4662.0, 4642.0, 4610.0, 4649.0, 4607.0, 4609.0, 4649.0, 4610.0, 4620.0, 4650.0, 4601.0, 4640.0, 4670.0, 4621.0, 4641.0, 4640.0, 4609.0, 4639.0, 4628.0, 4609.0, 4649.0, 4619.0, 4620.0, 4651.0, 4600.0, 4632.0, 4660.0, 4621.0, 4631.0, 4601.0, 4632.0, 4662.0, 4622.0, 4632.0, 4662.0, 4611.0, 4631.0, 4660.0, 4601.0, 4633.0, 4663.0, 4613.0, 4634.0, 4653.0, 4628.0, 4679.0, 4639.0, 4649.0, 4629.0, 4659.0, 4688.0, 4651.0, 4694.0, 4670.0, 4661.0, 4688.0, 4628.0, 4678.0, 4698.0, 4647.0, 4647.0, 4646.0, 4646.0, 4687.0, 4646.0, 4657.0, 4663.0, 4635.0, 4644.0, 4672.0, 4623.0, 4656.0, 4631.0, 4624.0, 4662.0, 4620.0, 4631.0, 4662.0, 4640.0, 4619.0, 4638.0, 4597.0, 4618.0, 4657.0, 4610.0, 4631.0, 4649.0, 4611.0, 4640.0, 4628.0, 4609.0, 4651.0, 4629.0, 4622.0, 4638.0, 4587.0, 4629.0, 4658.0, 4610.0, 4620.0, 4637.0, 4609.0, 4617.0, 4646.0, 4599.0, 4619.0, 4647.0, 4608.0, 4619.0, 4648.0, 4600.0, 4631.0, 4661.0, 4614.0, 4644.0, 4662.0, 4613.0, 4655.0, 4642.0, 4624.0, 4664.0, 4626.0, 4647.0, 4688.0, 4640.0, 4684.0, 4667.0, 4651.0, 4681.0, 4648.0, 4649.0, 4675.0, 4626.0, 4669.0, 4698.0, 4637.0, 4658.0, 4634.0, 4648.0, 4676.0, 4655.0, 4635.0, 4664.0, 4613.0, 4642.0, 4682.0, 4623.0, 4643.0, 4670.0, 4621.0, 4641.0, 4669.0, 4620.0, 4631.0, 4670.0, 4620.0, 4620.0, 4657.0, 4599.0, 4631.0, 4671.0, 4611.0, 4622.0, 4650.0, 4612.0, 4653.0, 4634.0, 4646.0, 4675.0, 4625.0, 4655.0, 4673.0, 4625.0, 4669.0, 4685.0, 4648.0, 4655.0, 4633.0, 4634.0, 4676.0, 4633.0, 4634.0, 4663.0, 4612.0, 4652.0, 4671.0, 4622.0, 4632.0, 4671.0, 4623.0, 4642.0, 4630.0, 4612.0, 4653.0, 4611.0, 4632.0, 4673.0, 4623.0, 4655.0, 4672.0, 4623.0, 4644.0, 4653.0, 4622.0, 4661.0, 4670.0, 4620.0, 4629.0, 4648.0, 4598.0, 4628.0, 4648.0, 4600.0, 4632.0, 4648.0, 4599.0, 4640.0, 4619.0, 4602.0, 4653.0, 4633.0, 4625.0, 4664.0, 4613.0, 4644.0, 4674.0, 4625.0, 4647.0, 4686.0, 4625.0, 4656.0, 4655.0, 4638.0, 4688.0, 4647.0, 4660.0, 4712.0, 4652.0, 4682.0, 4696.0, 4636.0, 4645.0, 4663.0, 4624.0, 4675.0, 4674.0, 4635.0, 4664.0, 4643.0, 4645.0, 4674.0, 4663.0, 4623.0, 4651.0, 4630.0, 4631.0, 4661.0, 4630.0, 4620.0, 4651.0, 4638.0, 4598.0, 4640.0, 4629.0, 4600.0, 4640.0, 4660.0, 4599.0, 4629.0, 4619.0, 4611.0, 4652.0, 4622.0, 4634.0, 4661.0, 4612.0, 4642.0, 4671.0, 4623.0, 4644.0, 4671.0, 4633.0, 4643.0, 4670.0, 4610.0, 4641.0, 4659.0, 4600.0, 4649.0, 4664.0, 4601.0, 4631.0, 4659.0, 4611.0, 4642.0, 4661.0, 4621.0, 4632.0, 4661.0, 4611.0, 4643.0, 4672.0, 4612.0, 4622.0, 4671.0, 4611.0, 4643.0, 4663.0, 4638.0, 4667.0, 4627.0, 4659.0, 4675.0, 4628.0, 4678.0, 4698.0, 4649.0, 4669.0, 4688.0, 4637.0, 4677.0, 4654.0, 4648.0, 4687.0, 4635.0, 4645.0, 4674.0, 4614.0, 4644.0, 4684.0, 4634.0, 4634.0, 4672.0, 4612.0, 4643.0, 4673.0, 4613.0, 4644.0, 4672.0, 4613.0, 4633.0, 4671.0, 4613.0, 4645.0, 4664.0, 4637.0, 4667.0, 4626.0, 4647.0, 4676.0, 4631.0, 4670.0, 4698.0, 4639.0, 4658.0, 4655.0, 4636.0, 4674.0, 4655.0, 4637.0, 4677.0, 4636.0, 4646.0, 4675.0, 4626.0, 4656.0, 4685.0, 4636.0, 4646.0, 4684.0, 4635.0, 4655.0, 4683.0, 4624.0, 4646.0, 4683.0, 4623.0, 4623.0, 4662.0, 4613.0, 4634.0, 4663.0, 4614.0, 4646.0, 4675.0, 4614.0, 4646.0, 4675.0, 4616.0, 4657.0, 4686.0, 4626.0, 4647.0, 4685.0, 4617.0, 4657.0, 4686.0, 4627.0, 4658.0, 4687.0, 4627.0, 4659.0, 4686.0, 4627.0, 4668.0, 4698.0, 4649.0, 4659.0, 4677.0, 4629.0, 4679.0, 4627.0, 4661.0, 4712.0, 4651.0, 4659.0, 4698.0, 4638.0, 4682.0, 4708.0, 4650.0, 4670.0, 4658.0, 4649.0, 4699.0, 4677.0, 4658.0, 4687.0, 4655.0, 4635.0, 4673.0, 4613.0, 4645.0, 4683.0, 4642.0, 4621.0, 4671.0, 4611.0, 4631.0, 4671.0, 4630.0, 4610.0, 4649.0, 4599.0, 4619.0, 4650.0, 4598.0, 4621.0, 4662.0, 4621.0, 4623.0, 4661.0, 4613.0, 4656.0, 4689.0, 4637.0, 4655.0, 4625.0, 4645.0, 4676.0, 4647.0, 4645.0, 4674.0, 4624.0, 4645.0, 4674.0, 4625.0, 4656.0, 4684.0, 4636.0, 4645.0, 4663.0, 4636.0, 4668.0, 4685.0, 4625.0, 4644.0, 4662.0, 4612.0, 4642.0, 4660.0, 4612.0, 4634.0, 4661.0, 4612.0, 4633.0, 4661.0, 4603.0, 4634.0, 4673.0, 4626.0, 4647.0, 4674.0, 4625.0, 4657.0, 4630.0, 4680.0, 4680.0, 4664.0, 4684.0, 4667.0, 4704.0, 4676.0, 4696.0, 4712.0, 4652.0, 4693.0, 4712.0, 4649.0, 4659.0, 4647.0, 4647.0, 4687.0, 4674.0, 4636.0, 4665.0, 4662.0, 4601.0, 4640.0, 4628.0, 4601.0, 4653.0, 4645.0, 4637.0, 4668.0, 4625.0, 4644.0, 4611.0, 4636.0, 4676.0, 4635.0, 4636.0, 4674.0, 4625.0, 4666.0, 4685.0, 4638.0, 4657.0, 4663.0, 4613.0, 4652.0, 4660.0, 4601.0, 4641.0, 4672.0, 4614.0, 4633.0, 4662.0, 4603.0, 4643.0, 4661.0, 4614.0, 4646.0, 4674.0, 4614.0, 4634.0, 4673.0, 4616.0, 4659.0, 4688.0, 4628.0, 4657.0, 4665.0, 4617.0, 4668.0, 4626.0, 4649.0, 4688.0, 4639.0, 4672.0, 4700.0, 4639.0, 4679.0, 4679.0, 4650.0, 4679.0, 4666.0, 4627.0, 4667.0, 4645.0, 4626.0, 4676.0, 4638.0, 4650.0, 4667.0, 4628.0, 4677.0, 4626.0, 4647.0, 4698.0, 4657.0, 4646.0, 4665.0, 4624.0, 4634.0, 4673.0, 4631.0, 4622.0, 4661.0, 4610.0, 4600.0, 4638.0, 4589.0, 4621.0, 4651.0, 4612.0, 4623.0, 4652.0, 4603.0, 4623.0, 4662.0, 4612.0, 4644.0, 4673.0, 4614.0, 4624.0, 4653.0, 4607.0, 4656.0, 4635.0, 4627.0, 4676.0, 4655.0, 4662.0, 4687.0, 4628.0, 4669.0, 4679.0, 4653.0, 4680.0, 4644.0, 4696.0, 4711.0, 4641.0, 4681.0, 4710.0, 4650.0, 4670.0, 4688.0, 4639.0, 4680.0, 4699.0, 4638.0, 4646.0, 4675.0, 4625.0, 4646.0, 4685.0, 4625.0, 4636.0, 4676.0, 4615.0, 4645.0, 4675.0, 4626.0, 4647.0, 4674.0, 4614.0, 4635.0, 4674.0, 4617.0, 4648.0, 4687.0, 4644.0, 4694.0, 4657.0, 4673.0, 4633.0, 4673.0, 4658.0, 4676.0, 4671.0, 4710.0, 4739.0, 4674.0, 4672.0, 4679.0, 4650.0, 4679.0, 4687.0, 4647.0, 4655.0, 4655.0, 4623.0, 4664.0, 4662.0, 4612.0, 4652.0, 4660.0, 4610.0, 4621.0, 4649.0, 4578.0, 4609.0, 4638.0, 4591.0, 4623.0, 4651.0, 4592.0, 4622.0, 4639.0, 4603.0, 4634.0, 4663.0, 4617.0, 4647.0, 4645.0, 4616.0, 4667.0, 4627.0, 4640.0, 4688.0, 4638.0, 4649.0, 4678.0, 4628.0, 4673.0, 4698.0, 4632.0, 4672.0, 4641.0, 4653.0, 4700.0, 4642.0, 4684.0, 4713.0, 4652.0, 4672.0, 4711.0, 4642.0, 4683.0, 4712.0, 4653.0, 4673.0, 4711.0, 4640.0, 4660.0, 4698.0, 4630.0, 4670.0, 4699.0, 4630.0, 4680.0, 4689.0, 4630.0, 4670.0, 4647.0, 4630.0, 4681.0, 4690.0, 4641.0, 4681.0, 4669.0, 4640.0, 4690.0, 4648.0, 4641.0, 4691.0, 4650.0, 4649.0, 4680.0, 4640.0, 4671.0, 4701.0, 4653.0, 4674.0, 4711.0, 4642.0, 4673.0, 4651.0, 4643.0, 4704.0, 4683.0, 4655.0, 4704.0, 4661.0, 4654.0, 4713.0, 4642.0, 4684.0, 4713.0, 4664.0, 4674.0, 4702.0, 4653.0, 4715.0, 4679.0, 4698.0, 4726.0, 4668.0, 4706.0, 4671.0, 4701.0, 4728.0, 4670.0, 4719.0, 4687.0, 4678.0, 4726.0, 4678.0, 4730.0, 4737.0, 4677.0, 4696.0, 4724.0, 4653.0, 4671.0, 4711.0, 4630.0, 4660.0, 4700.0, 4650.0, 4640.0, 4687.0, 4627.0, 4648.0, 4686.0, 4615.0, 4636.0, 4686.0, 4637.0, 4638.0, 4687.0, 4617.0, 4647.0, 4676.0, 4630.0, 4680.0, 4666.0, 4617.0, 4667.0, 4626.0, 4627.0, 4688.0, 4656.0, 4626.0, 4656.0, 4615.0, 4636.0, 4675.0, 4626.0, 4638.0, 4685.0, 4634.0, 4625.0, 4674.0, 4613.0, 4624.0, 4675.0, 4634.0, 4615.0, 4653.0, 4602.0, 4613.0, 4662.0, 4611.0, 4614.0, 4665.0, 4652.0, 4603.0, 4633.0, 4612.0, 4603.0, 4653.0, 4672.0, 4614.0, 4634.0, 4622.0, 4604.0, 4652.0, 4603.0, 4625.0, 4665.0, 4624.0, 4625.0, 4666.0, 4634.0, 4616.0, 4665.0, 4624.0, 4625.0, 4676.0, 4684.0, 4616.0, 4645.0, 4644.0, 4605.0, 4655.0, 4644.0, 4616.0, 4656.0, 4653.0, 4615.0, 4644.0, 4615.0, 4637.0, 4677.0, 4629.0, 4660.0, 4647.0, 4640.0, 4689.0, 4629.0, 4640.0, 4683.0, 4631.0, 4641.0, 4659.0, 4637.0, 4677.0, 4603.0, 4645.0, 4662.0, 4627.0, 4633.0, 4593.0, 4615.0, 4664.0, 4625.0, 4613.0, 4651.0, 4604.0, 4632.0, 4662.0, 4604.0, 4642.0, 4631.0, 4601.0, 4651.0, 4640.0, 4604.0, 4664.0, 4663.0, 4612.0, 4617.0, 4605.0, 4601.0, 4643.0, 4628.0, 4599.0, 4628.0, 4588.0, 4591.0, 4590.0, 4615.0, 4652.0, 4602.0, 4602.0, 4602.0, 4615.0, 4677.0, 4620.0, 4629.0, 4619.0, 4626.0, 4669.0, 4636.0, 4641.0, 4668.0, 4714.0, 4645.0, 4683.0, 4633.0, 4681.0, 4655.0, 4650.0, 4714.0, 4667.0, 4648.0, 4649.0, 4628.0, 4673.0, 4625.0, 4662.0, 4699.0, 4628.0, 4646.0, 4607.0, 4635.0, 4664.0, 4628.0, 4646.0, 4606.0, 4639.0, 4653.0, 4606.0, 4656.0, 4621.0, 4627.0, 4648.0, 4602.0, 4665.0, 4625.0, 4650.0, 4688.0, 4641.0, 4625.0, 4613.0, 4625.0, 4672.0, 4637.0, 4649.0, 4676.0, 4636.0, 4622.0, 4619.0, 4612.0, 4664.0, 4635.0, 4621.0, 4649.0, 4589.0, 4608.0, 4590.0, 4623.0, 4641.0, 4600.0, 4620.0, 4649.0, 4591.0, 4633.0, 4602.0, 4612.0, 4626.0, 4602.0, 4622.0, 4671.0, 4616.0, 4645.0, 4623.0, 4614.0, 4651.0, 4602.0, 4634.0, 4664.0, 4622.0, 4635.0, 4634.0, 4615.0, 4654.0, 4634.0, 4634.0, 4655.0, 4614.0, 4633.0, 4661.0, 4625.0, 4666.0, 4641.0, 4623.0, 4639.0, 4588.0, 4618.0, 4649.0, 4619.0, 4608.0, 4623.0, 4588.0, 4608.0, 4646.0, 4599.0, 4621.0, 4587.0, 4600.0, 4629.0, 4588.0, 4637.0, 4652.0, 4600.0, 4634.0, 4590.0, 4612.0, 4651.0, 4624.0, 4656.0, 4663.0, 4636.0, 4641.0, 4639.0, 4601.0, 4665.0, 4613.0, 4657.0, 4650.0, 4600.0, 4629.0, 4600.0, 4633.0, 4650.0, 4601.0, 4630.0, 4637.0, 4600.0, 4643.0, 4630.0, 4631.0, 4627.0, 4591.0, 4619.0, 4598.0, 4633.0, 4652.0, 4600.0, 4619.0, 4649.0, 4589.0, 4633.0, 4643.0, 4611.0, 4631.0, 4602.0, 4630.0, 4660.0, 4625.0, 4635.0, 4621.0, 4613.0, 4641.0, 4589.0, 4632.0, 4652.0, 4620.0, 4620.0, 4611.0, 4610.0, 4640.0, 4639.0, 4622.0, 4628.0, 4577.0, 4607.0, 4627.0, 4587.0, 4609.0, 4639.0, 4589.0, 4618.0, 4638.0, 4601.0, 4622.0, 4662.0, 4617.0, 4649.0, 4677.0, 4616.0, 4655.0, 4634.0, 4625.0, 4665.0, 4635.0, 4646.0, 4654.0, 4615.0, 4646.0, 4664.0, 4627.0, 4660.0, 4687.0, 4628.0, 4657.0, 4626.0, 4637.0, 4678.0, 4638.0, 4649.0, 4680.0, 4629.0, 4669.0, 4687.0, 4638.0, 4670.0, 4698.0, 4639.0, 4658.0, 4627.0, 4649.0, 4689.0, 4655.0, 4685.0, 4690.0, 4641.0, 4669.0, 4619.0, 4670.0, 4688.0, 4652.0, 4686.0, 4680.0, 4626.0, 4663.0, 4603.0, 4634.0, 4685.0, 4614.0, 4624.0, 4605.0, 4634.0, 4685.0, 4618.0, 4637.0, 4628.0, 4636.0, 4675.0, 4616.0, 4657.0, 4682.0, 4635.0, 4634.0, 4642.0, 4625.0, 4664.0, 4622.0, 4623.0, 4651.0, 4592.0, 4632.0, 4662.0, 4613.0, 4627.0, 4623.0, 4638.0, 4663.0, 4613.0, 4611.0, 4605.0, 4629.0, 4611.0, 4636.0, 4611.0, 4597.0, 4611.0, 4658.0, 4612.0, 4629.0, 4631.0, 4662.0, 4632.0, 4641.0, 4653.0], 'WindowWidth': [10394.0, 10368.0, 10278.0, 10262.0, 10287.0, 10201.0, 10227.0, 10243.0, 10168.0, 10179.0, 10186.0, 10167.0, 10210.0, 10219.0, 10111.0, 10132.0, 10102.0, 10105.0, 10157.0, 10107.0, 10091.0, 10140.0, 10072.0, 10106.0, 10156.0, 10146.0, 10194.0, 10139.0, 10115.0, 10174.0, 10121.0, 10191.0, 10220.0, 10157.0, 10164.0, 10114.0, 10118.0, 10198.0, 10159.0, 10126.0, 10183.0, 10115.0, 10130.0, 10209.0, 10150.0, 10168.0, 10197.0, 10131.0, 10182.0, 10153.0, 10134.0, 10195.0, 10152.0, 10124.0, 10159.0, 10091.0, 10103.0, 10188.0, 10125.0, 10114.0, 10180.0, 10112.0, 10136.0, 10105.0, 10123.0, 10208.0, 10165.0, 10136.0, 10153.0, 10114.0, 10170.0, 10117.0, 10159.0, 10137.0, 10177.0, 10233.0, 10160.0, 10190.0, 10115.0, 10133.0, 10230.0, 10164.0, 10126.0, 10182.0, 10114.0, 10210.0, 10198.0, 10154.0, 10154.0, 10131.0, 10111.0, 10172.0, 10109.0, 10128.0, 10212.0, 10125.0, 10116.0, 10174.0, 10097.0, 10151.0, 10201.0, 10132.0, 10137.0, 10113.0, 10095.0, 10160.0, 10151.0, 10130.0, 10155.0, 10117.0, 10090.0, 10164.0, 10091.0, 10114.0, 10167.0, 10111.0, 10111.0, 10170.0, 10123.0, 10169.0, 10234.0, 10163.0, 10183.0, 10108.0, 10174.0, 10224.0, 10170.0, 10175.0, 10148.0, 10198.0, 10217.0, 10161.0, 10211.0, 10179.0, 10197.0, 10159.0, 10183.0, 10239.0, 10172.0, 10189.0, 10188.0, 10165.0, 10211.0, 10129.0, 10191.0, 10210.0, 10139.0, 10167.0, 10204.0, 10124.0, 10178.0, 10222.0, 10166.0, 10188.0, 10132.0, 10170.0, 10196.0, 10120.0, 10132.0, 10149.0, 10114.0, 10143.0, 10088.0, 10150.0, 10141.0, 10135.0, 10170.0, 10127.0, 10146.0, 10119.0, 10148.0, 10174.0, 10119.0, 10145.0, 10166.0, 10096.0, 10139.0, 10159.0, 10112.0, 10121.0, 10064.0, 10103.0, 10127.0, 10078.0, 10129.0, 10153.0, 10093.0, 10106.0, 10090.0, 10079.0, 10145.0, 10110.0, 10135.0, 10141.0, 10090.0, 10134.0, 10180.0, 10135.0, 10159.0, 10191.0, 10107.0, 10165.0, 10123.0, 10168.0, 10202.0, 10147.0, 10151.0, 10109.0, 10152.0, 10193.0, 10138.0, 10172.0, 10197.0, 10148.0, 10169.0, 10194.0, 10130.0, 10196.0, 10214.0, 10143.0, 10156.0, 10111.0, 10139.0, 10181.0, 10153.0, 10156.0, 10166.0, 10122.0, 10158.0, 10175.0, 10109.0, 10163.0, 10206.0, 10135.0, 10149.0, 10141.0, 10173.0, 10229.0, 10184.0, 10201.0, 10247.0, 10177.0, 10213.0, 10212.0, 10195.0, 10240.0, 10214.0, 10208.0, 10239.0, 10157.0, 10212.0, 10234.0, 10188.0, 10198.0, 10150.0, 10175.0, 10231.0, 10167.0, 10175.0, 10204.0, 10152.0, 10175.0, 10213.0, 10145.0, 10174.0, 10209.0, 10142.0, 10168.0, 10152.0, 10150.0, 10212.0, 10145.0, 10148.0, 10195.0, 10117.0, 10186.0, 10240.0, 10156.0, 10160.0, 10183.0, 10124.0, 10143.0, 10181.0, 10125.0, 10152.0, 10168.0, 10114.0, 10146.0, 10199.0, 10159.0, 10191.0, 10207.0, 10153.0, 10180.0, 10224.0, 10172.0, 10193.0, 10216.0, 10172.0, 10177.0, 10128.0, 10166.0, 10224.0, 10149.0, 10156.0, 10180.0, 10112.0, 10153.0, 10205.0, 10155.0, 10145.0, 10165.0, 10104.0, 10120.0, 10177.0, 10162.0, 10106.0, 10147.0, 10131.0, 10125.0, 10160.0, 10108.0, 10131.0, 10182.0, 10156.0, 10170.0, 10245.0, 10056.0, 10173.0, 10194.0, 10128.0, 10150.0, 10105.0, 10139.0, 10179.0, 10134.0, 10141.0, 10178.0, 10127.0, 10169.0, 10207.0, 10146.0, 10174.0, 10139.0, 10160.0, 10180.0, 10111.0, 10154.0, 10190.0, 10122.0, 10134.0, 10189.0, 10122.0, 10120.0, 10154.0, 10094.0, 10132.0, 10177.0, 10134.0, 10173.0, 10121.0, 10161.0, 10198.0, 10134.0, 10199.0, 10220.0, 10165.0, 10176.0, 10169.0, 10143.0, 10200.0, 10159.0, 10155.0, 10181.0, 10113.0, 10154.0, 10194.0, 10125.0, 10145.0, 10199.0, 10135.0, 10146.0, 10179.0, 10118.0, 10159.0, 10199.0, 10136.0, 10200.0, 10187.0, 10177.0, 10216.0, 10149.0, 10199.0, 10238.0, 10179.0, 10214.0, 10223.0, 10167.0, 10205.0, 10200.0, 10146.0, 10201.0, 10171.0, 10126.0, 10176.0, 10119.0, 10123.0, 10178.0, 10130.0, 10141.0, 10180.0, 10116.0, 10169.0, 10210.0, 10144.0, 10171.0, 10168.0, 10126.0, 10165.0, 10148.0, 10125.0, 10180.0, 10140.0, 10139.0, 10184.0, 10117.0, 10160.0, 10197.0, 10145.0, 10158.0, 10119.0, 10162.0, 10202.0, 10149.0, 10164.0, 10201.0, 10131.0, 10158.0, 10196.0, 10117.0, 10162.0, 10202.0, 10137.0, 10168.0, 10194.0, 10168.0, 10239.0, 10187.0, 10198.0, 10172.0, 10213.0, 10251.0, 10205.0, 10267.0, 10228.0, 10216.0, 10250.0, 10167.0, 10234.0, 10264.0, 10193.0, 10189.0, 10187.0, 10186.0, 10245.0, 10190.0, 10204.0, 10205.0, 10171.0, 10180.0, 10216.0, 10152.0, 10198.0, 10159.0, 10152.0, 10200.0, 10142.0, 10157.0, 10201.0, 10168.0, 10137.0, 10161.0, 10106.0, 10132.0, 10187.0, 10130.0, 10158.0, 10178.0, 10129.0, 10168.0, 10147.0, 10124.0, 10186.0, 10153.0, 10146.0, 10162.0, 10092.0, 10151.0, 10189.0, 10127.0, 10139.0, 10158.0, 10121.0, 10131.0, 10167.0, 10110.0, 10138.0, 10173.0, 10122.0, 10137.0, 10176.0, 10115.0, 10158.0, 10197.0, 10139.0, 10180.0, 10200.0, 10136.0, 10195.0, 10177.0, 10153.0, 10210.0, 10162.0, 10192.0, 10248.0, 10187.0, 10253.0, 10219.0, 10204.0, 10244.0, 10196.0, 10198.0, 10228.0, 10162.0, 10225.0, 10262.0, 10179.0, 10207.0, 10167.0, 10193.0, 10227.0, 10198.0, 10171.0, 10208.0, 10136.0, 10174.0, 10228.0, 10151.0, 10178.0, 10209.0, 10144.0, 10169.0, 10208.0, 10140.0, 10158.0, 10208.0, 10141.0, 10139.0, 10187.0, 10112.0, 10155.0, 10213.0, 10130.0, 10147.0, 10184.0, 10135.0, 10191.0, 10171.0, 10190.0, 10226.0, 10159.0, 10196.0, 10219.0, 10159.0, 10222.0, 10239.0, 10192.0, 10197.0, 10164.0, 10166.0, 10227.0, 10166.0, 10165.0, 10205.0, 10135.0, 10188.0, 10215.0, 10146.0, 10160.0, 10214.0, 10151.0, 10173.0, 10157.0, 10134.0, 10191.0, 10133.0, 10160.0, 10219.0, 10153.0, 10197.0, 10218.0, 10151.0, 10179.0, 10188.0, 10145.0, 10199.0, 10212.0, 10141.0, 10151.0, 10174.0, 10106.0, 10146.0, 10175.0, 10113.0, 10157.0, 10176.0, 10111.0, 10166.0, 10138.0, 10120.0, 10191.0, 10163.0, 10157.0, 10206.0, 10138.0, 10180.0, 10220.0, 10157.0, 10189.0, 10239.0, 10158.0, 10198.0, 10197.0, 10180.0, 10248.0, 10193.0, 10213.0, 10290.0, 10207.0, 10246.0, 10259.0, 10175.0, 10183.0, 10207.0, 10153.0, 10225.0, 10224.0, 10171.0, 10208.0, 10179.0, 10182.0, 10221.0, 10205.0, 10150.0, 10184.0, 10156.0, 10156.0, 10197.0, 10156.0, 10141.0, 10185.0, 10162.0, 10108.0, 10166.0, 10153.0, 10114.0, 10168.0, 10195.0, 10112.0, 10152.0, 10139.0, 10131.0, 10187.0, 10150.0, 10168.0, 10200.0, 10134.0, 10175.0, 10213.0, 10150.0, 10181.0, 10214.0, 10165.0, 10175.0, 10211.0, 10127.0, 10168.0, 10192.0, 10112.0, 10197.0, 10206.0, 10116.0, 10155.0, 10192.0, 10129.0, 10173.0, 10196.0, 10145.0, 10161.0, 10197.0, 10131.0, 10175.0, 10213.0, 10132.0, 10148.0, 10212.0, 10133.0, 10179.0, 10208.0, 10183.0, 10218.0, 10164.0, 10209.0, 10227.0, 10167.0, 10236.0, 10264.0, 10200.0, 10223.0, 10251.0, 10179.0, 10230.0, 10197.0, 10193.0, 10245.0, 10171.0, 10184.0, 10221.0, 10140.0, 10181.0, 10235.0, 10167.0, 10165.0, 10216.0, 10135.0, 10177.0, 10217.0, 10135.0, 10178.0, 10215.0, 10136.0, 10163.0, 10213.0, 10139.0, 10183.0, 10211.0, 10181.0, 10217.0, 10161.0, 10189.0, 10228.0, 10174.0, 10225.0, 10262.0, 10184.0, 10205.0, 10199.0, 10172.0, 10224.0, 10200.0, 10177.0, 10232.0, 10175.0, 10188.0, 10226.0, 10160.0, 10201.0, 10239.0, 10175.0, 10188.0, 10237.0, 10170.0, 10196.0, 10233.0, 10153.0, 10185.0, 10234.0, 10150.0, 10149.0, 10202.0, 10135.0, 10166.0, 10204.0, 10140.0, 10187.0, 10224.0, 10141.0, 10186.0, 10225.0, 10145.0, 10203.0, 10240.0, 10159.0, 10187.0, 10238.0, 10148.0, 10202.0, 10239.0, 10164.0, 10207.0, 10243.0, 10162.0, 10207.0, 10241.0, 10164.0, 10220.0, 10260.0, 10196.0, 10209.0, 10231.0, 10168.0, 10235.0, 10165.0, 10215.0, 10289.0, 10202.0, 10210.0, 10263.0, 10183.0, 10246.0, 10277.0, 10201.0, 10227.0, 10207.0, 10196.0, 10265.0, 10234.0, 10208.0, 10245.0, 10197.0, 10169.0, 10221.0, 10138.0, 10183.0, 10235.0, 10176.0, 10144.0, 10213.0, 10130.0, 10156.0, 10213.0, 10155.0, 10128.0, 10178.0, 10109.0, 10137.0, 10180.0, 10107.0, 10144.0, 10202.0, 10144.0, 10151.0, 10200.0, 10139.0, 10201.0, 10254.0, 10178.0, 10197.0, 10157.0, 10184.0, 10228.0, 10190.0, 10184.0, 10221.0, 10153.0, 10184.0, 10225.0, 10157.0, 10200.0, 10237.0, 10172.0, 10183.0, 10206.0, 10175.0, 10219.0, 10240.0, 10158.0, 10180.0, 10203.0, 10133.0, 10174.0, 10196.0, 10133.0, 10164.0, 10198.0, 10132.0, 10162.0, 10199.0, 10123.0, 10167.0, 10219.0, 10159.0, 10189.0, 10224.0, 10159.0, 10203.0, 10177.0, 10243.0, 10245.0, 10231.0, 10258.0, 10237.0, 10284.0, 10250.0, 10273.0, 10290.0, 10206.0, 10263.0, 10290.0, 10197.0, 10208.0, 10192.0, 10190.0, 10243.0, 10224.0, 10171.0, 10208.0, 10200.0, 10116.0, 10167.0, 10149.0, 10117.0, 10190.0, 10184.0, 10177.0, 10219.0, 10158.0, 10180.0, 10135.0, 10175.0, 10228.0, 10169.0, 10173.0, 10222.0, 10158.0, 10212.0, 10238.0, 10177.0, 10203.0, 10203.0, 10135.0, 10186.0, 10195.0, 10114.0, 10169.0, 10215.0, 10139.0, 10162.0, 10199.0, 10121.0, 10173.0, 10197.0, 10138.0, 10183.0, 10220.0, 10140.0, 10166.0, 10216.0, 10144.0, 10205.0, 10244.0, 10164.0, 10200.0, 10208.0, 10147.0, 10219.0, 10159.0, 10194.0, 10248.0, 10184.0, 10232.0, 10269.0, 10183.0, 10235.0, 10238.0, 10200.0, 10234.0, 10213.0, 10159.0, 10213.0, 10184.0, 10158.0, 10227.0, 10179.0, 10198.0, 10216.0, 10164.0, 10228.0, 10159.0, 10190.0, 10261.0, 10203.0, 10185.0, 10209.0, 10152.0, 10163.0, 10218.0, 10155.0, 10145.0, 10197.0, 10126.0, 10112.0, 10161.0, 10097.0, 10140.0, 10182.0, 10133.0, 10150.0, 10185.0, 10120.0, 10148.0, 10199.0, 10135.0, 10179.0, 10216.0, 10136.0, 10151.0, 10190.0, 10132.0, 10198.0, 10169.0, 10162.0, 10226.0, 10216.0, 10219.0, 10244.0, 10165.0, 10223.0, 10238.0, 10210.0, 10240.0, 10195.0, 10271.0, 10286.0, 10188.0, 10241.0, 10282.0, 10198.0, 10224.0, 10247.0, 10179.0, 10238.0, 10263.0, 10178.0, 10184.0, 10222.0, 10155.0, 10182.0, 10235.0, 10154.0, 10168.0, 10222.0, 10140.0, 10181.0, 10222.0, 10158.0, 10186.0, 10219.0, 10138.0, 10166.0, 10219.0, 10150.0, 10191.0, 10246.0, 10200.0, 10268.0, 10220.0, 10232.0, 10182.0, 10236.0, 10226.0, 10246.0, 10250.0, 10300.0, 10337.0, 10239.0, 10228.0, 10236.0, 10195.0, 10234.0, 10243.0, 10187.0, 10195.0, 10192.0, 10148.0, 10207.0, 10201.0, 10129.0, 10186.0, 10195.0, 10124.0, 10141.0, 10176.0, 10077.0, 10119.0, 10158.0, 10103.0, 10149.0, 10184.0, 10104.0, 10144.0, 10166.0, 10122.0, 10163.0, 10203.0, 10149.0, 10186.0, 10183.0, 10147.0, 10215.0, 10163.0, 10185.0, 10246.0, 10178.0, 10191.0, 10232.0, 10164.0, 10235.0, 10262.0, 10179.0, 10231.0, 10187.0, 10207.0, 10268.0, 10192.0, 10252.0, 10289.0, 10205.0, 10231.0, 10283.0, 10191.0, 10246.0, 10285.0, 10207.0, 10234.0, 10281.0, 10185.0, 10211.0, 10261.0, 10169.0, 10225.0, 10262.0, 10171.0, 10240.0, 10251.0, 10172.0, 10223.0, 10191.0, 10170.0, 10240.0, 10252.0, 10189.0, 10242.0, 10222.0, 10185.0, 10252.0, 10193.0, 10187.0, 10255.0, 10198.0, 10197.0, 10237.0, 10185.0, 10228.0, 10268.0, 10207.0, 10237.0, 10284.0, 10191.0, 10232.0, 10202.0, 10194.0, 10278.0, 10249.0, 10214.0, 10279.0, 10217.0, 10210.0, 10289.0, 10192.0, 10252.0, 10291.0, 10224.0, 10237.0, 10274.0, 10210.0, 10299.0, 10255.0, 10278.0, 10314.0, 10240.0, 10286.0, 10248.0, 10288.0, 10320.0, 10244.0, 10307.0, 10263.0, 10250.0, 10313.0, 10252.0, 10325.0, 10331.0, 10249.0, 10272.0, 10307.0, 10206.0, 10229.0, 10283.0, 10170.0, 10210.0, 10265.0, 10197.0, 10184.0, 10242.0, 10160.0, 10188.0, 10240.0, 10141.0, 10171.0, 10240.0, 10175.0, 10177.0, 10242.0, 10148.0, 10187.0, 10225.0, 10170.0, 10237.0, 10214.0, 10147.0, 10213.0, 10157.0, 10159.0, 10245.0, 10200.0, 10159.0, 10197.0, 10141.0, 10169.0, 10223.0, 10158.0, 10176.0, 10236.0, 10165.0, 10153.0, 10220.0, 10134.0, 10150.0, 10222.0, 10165.0, 10139.0, 10186.0, 10117.0, 10133.0, 10199.0, 10129.0, 10137.0, 10206.0, 10186.0, 10119.0, 10159.0, 10130.0, 10120.0, 10189.0, 10213.0, 10138.0, 10164.0, 10146.0, 10124.0, 10187.0, 10123.0, 10153.0, 10208.0, 10154.0, 10157.0, 10212.0, 10166.0, 10142.0, 10209.0, 10152.0, 10154.0, 10224.0, 10236.0, 10144.0, 10181.0, 10178.0, 10127.0, 10195.0, 10178.0, 10145.0, 10198.0, 10190.0, 10142.0, 10179.0, 10141.0, 10175.0, 10232.0, 10171.0, 10215.0, 10193.0, 10186.0, 10250.0, 10171.0, 10165.0, 10254.0, 10168.0, 10180.0, 10204.0, 10169.0, 10221.0, 10119.0, 10175.0, 10196.0, 10154.0, 10158.0, 10104.0, 10136.0, 10203.0, 10151.0, 10131.0, 10180.0, 10119.0, 10154.0, 10196.0, 10119.0, 10169.0, 10151.0, 10111.0, 10178.0, 10166.0, 10119.0, 10203.0, 10199.0, 10128.0, 10127.0, 10109.0, 10115.0, 10175.0, 10148.0, 10109.0, 10146.0, 10095.0, 10100.0, 10100.0, 10141.0, 10188.0, 10119.0, 10118.0, 10119.0, 10141.0, 10230.0, 10155.0, 10169.0, 10158.0, 10162.0, 10223.0, 10178.0, 10190.0, 10239.0, 10293.0, 10201.0, 10248.0, 10181.0, 10240.0, 10200.0, 10196.0, 10292.0, 10222.0, 10192.0, 10196.0, 10165.0, 10219.0, 10154.0, 10214.0, 10263.0, 10163.0, 10184.0, 10133.0, 10168.0, 10206.0, 10166.0, 10186.0, 10129.0, 10180.0, 10190.0, 10129.0, 10200.0, 10150.0, 10159.0, 10192.0, 10125.0, 10209.0, 10154.0, 10197.0, 10247.0, 10175.0, 10152.0, 10135.0, 10151.0, 10212.0, 10174.0, 10195.0, 10225.0, 10169.0, 10143.0, 10135.0, 10127.0, 10207.0, 10168.0, 10142.0, 10177.0, 10094.0, 10119.0, 10101.0, 10151.0, 10169.0, 10112.0, 10142.0, 10177.0, 10102.0, 10161.0, 10119.0, 10131.0, 10147.0, 10119.0, 10146.0, 10212.0, 10147.0, 10184.0, 10148.0, 10136.0, 10184.0, 10118.0, 10165.0, 10207.0, 10146.0, 10169.0, 10167.0, 10137.0, 10193.0, 10167.0, 10162.0, 10197.0, 10139.0, 10161.0, 10195.0, 10155.0, 10212.0, 10167.0, 10143.0, 10163.0, 10092.0, 10131.0, 10175.0, 10137.0, 10118.0, 10135.0, 10091.0, 10117.0, 10167.0, 10111.0, 10139.0, 10091.0, 10115.0, 10149.0, 10094.0, 10178.0, 10188.0, 10113.0, 10164.0, 10101.0, 10131.0, 10184.0, 10157.0, 10200.0, 10203.0, 10169.0, 10169.0, 10163.0, 10115.0, 10207.0, 10134.0, 10200.0, 10178.0, 10110.0, 10147.0, 10111.0, 10162.0, 10179.0, 10115.0, 10150.0, 10158.0, 10110.0, 10175.0, 10151.0, 10153.0, 10143.0, 10100.0, 10135.0, 10107.0, 10162.0, 10188.0, 10112.0, 10136.0, 10176.0, 10095.0, 10161.0, 10175.0, 10129.0, 10155.0, 10120.0, 10154.0, 10193.0, 10156.0, 10166.0, 10141.0, 10134.0, 10167.0, 10095.0, 10159.0, 10185.0, 10138.0, 10138.0, 10127.0, 10124.0, 10165.0, 10166.0, 10144.0, 10145.0, 10074.0, 10115.0, 10141.0, 10088.0, 10120.0, 10161.0, 10095.0, 10134.0, 10160.0, 10115.0, 10145.0, 10198.0, 10148.0, 10196.0, 10229.0, 10143.0, 10193.0, 10164.0, 10153.0, 10207.0, 10168.0, 10183.0, 10191.0, 10140.0, 10182.0, 10204.0, 10159.0, 10209.0, 10242.0, 10162.0, 10199.0, 10158.0, 10174.0, 10230.0, 10178.0, 10191.0, 10236.0, 10168.0, 10219.0, 10243.0, 10178.0, 10223.0, 10259.0, 10181.0, 10203.0, 10161.0, 10195.0, 10248.0, 10217.0, 10255.0, 10254.0, 10185.0, 10221.0, 10154.0, 10224.0, 10247.0, 10207.0, 10257.0, 10237.0, 10155.0, 10203.0, 10121.0, 10165.0, 10234.0, 10136.0, 10150.0, 10128.0, 10167.0, 10238.0, 10150.0, 10172.0, 10165.0, 10171.0, 10220.0, 10143.0, 10202.0, 10229.0, 10167.0, 10164.0, 10174.0, 10152.0, 10206.0, 10146.0, 10146.0, 10182.0, 10103.0, 10156.0, 10199.0, 10135.0, 10147.0, 10149.0, 10181.0, 10207.0, 10139.0, 10128.0, 10129.0, 10165.0, 10143.0, 10181.0, 10137.0, 10110.0, 10133.0, 10194.0, 10121.0, 10137.0, 10152.0, 10196.0, 10155.0, 10166.0, 10185.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.024030116136919317</td></tr>
<tr><td colspan=3>aqi</td><td>0.06000121265281173</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.51382227566975</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2784152888562685</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1749563460611643</td></tr>
<tr><td colspan=3>efc</td><td>0.5034</td></tr>
<tr><td colspan=3>fber</td><td>5463.395</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11290371645114375</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>128</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.823960880195599</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.593578671743076</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4732280319427398</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.791622842533434</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.515885140753055</td></tr>
<tr><td colspan=3>gcor</td><td>0.00998302</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014170889742672443</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042775630950927734</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1636</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.267304805567191</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>17.24</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1502</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.424</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291935.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1028.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>403.6286</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9858</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.5454</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3819.9991</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84609.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1666.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4993.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.4494</td></tr>
<tr><td colspan=3>tsnr</td><td>26.318029859103262</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>