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

616 lines
No EOL
140 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-0051_ses-04_task-alignvideo_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-0051_ses-04_task-alignvideo_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-04_subject-0051_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0051_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0051_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0051_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-alignvideo_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-04_subject-0051_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-alignvideo_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-04_subject-0051_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0051_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-04_task-alignvideo_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-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-alignvideo_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-0051/ses-04/func/sub-0051_ses-04_task-alignvideo_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>d7aad8cf320dee5141654162eb84129a</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>15:26:59.127500</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.99591, 0.0857946, -0.0283298, -0.0741836, 0.955455, 0.28566]</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101218</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4109, -7782, -7279, 589, -77, -73, -17, 125]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.595</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>75a7a8d4-111c-4d1d-8e1a-3db73db67810||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.6719536781311035, -0.19902923703193665, -0.13925491273403168, 126.26150512695312], [-0.2301805466413498, 2.5634171962738037, 0.7624527215957642, -94.32357025146484], [-0.0760066881775856, -0.7664045095443726, 2.5863630771636963, -25.257715225219727], [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, 1268]</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], 'AcquisitionTime': ['152659.127500', '152659.587500', '152700.047500', '152700.507500', '152700.967500', '152701.427500', '152701.887500', '152702.347500', '152702.807500', '152703.267500', '152703.727500', '152704.187500', '152704.647500', '152705.107500', '152705.567500', '152706.027500', '152706.487500', '152706.947500', '152707.407500', '152707.867500', '152708.327500', '152708.787500', '152709.247500', '152709.707500', '152710.167500', '152710.627500', '152711.087500', '152711.547500', '152712.007500', '152712.467500', '152712.927500', '152713.387500', '152713.847500', '152714.307500', '152714.767500', '152715.227500', '152715.687500', '152716.147500', '152716.607500', '152717.067500', '152717.527500', '152717.987500', '152718.447500', '152718.907500', '152719.367500', '152719.827500', '152720.287500', '152720.747500', '152721.207500', '152721.667500', '152722.127500', '152722.587500', '152723.047500', '152723.507500', '152723.967500', '152724.427500', '152724.887500', '152725.347500', '152725.807500', '152726.267500', '152726.727500', '152727.187500', '152727.647500', '152728.107500', '152728.567500', '152729.027500', '152729.487500', '152729.947500', '152730.407500', '152730.867500', '152731.327500', '152731.787500', '152732.247500', '152732.707500', '152733.167500', '152733.627500', '152734.087500', '152734.547500', '152735.007500', '152735.467500', '152735.927500', '152736.387500', '152736.847500', '152737.307500', '152737.767500', '152738.227500', '152738.687500', '152739.147500', '152739.607500', '152740.067500', '152740.527500', '152740.987500', '152741.447500', '152741.907500', '152742.367500', '152742.827500', '152743.287500', '152743.747500', '152744.207500', '152744.667500', '152745.127500', '152745.587500', '152746.047500', '152746.507500', '152746.967500', '152747.427500', '152747.887500', '152748.347500', '152748.807500', '152749.267500', '152749.727500', '152750.187500', '152750.647500', '152751.107500', '152751.567500', '152752.027500', '152752.487500', '152752.947500', '152753.407500', '152753.867500', '152754.327500', '152754.787500', '152755.247500', '152755.707500', '152756.167500', '152756.627500', '152757.087500', '152757.547500', '152758.007500', '152758.467500', '152758.927500', '152759.387500', '152759.847500', '152800.307500', '152800.767500', '152801.227500', '152801.687500', '152802.147500', '152802.607500', '152803.067500', '152803.527500', '152803.987500', '152804.447500', '152804.907500', '152805.367500', '152805.827500', '152806.287500', '152806.747500', '152807.207500', '152807.667500', '152808.127500', '152808.587500', '152809.047500', '152809.507500', '152809.967500', '152810.427500', '152810.887500', '152811.347500', '152811.807500', '152812.267500', '152812.727500', '152813.187500', '152813.647500', '152814.107500', '152814.567500', '152815.027500', '152815.487500', '152815.947500', '152816.407500', '152816.867500', '152817.327500', '152817.787500', '152818.247500', '152818.707500', '152819.167500', '152819.627500', '152820.087500', '152820.547500', '152821.007500', '152821.467500', '152821.927500', '152822.387500', '152822.847500', '152823.307500', '152823.767500', '152824.227500', '152824.687500', '152825.147500', '152825.607500', '152826.067500', '152826.527500', '152826.987500', '152827.447500', '152827.907500', '152828.367500', '152828.827500', '152829.287500', '152829.747500', '152830.207500', '152830.667500', '152831.127500', '152831.587500', '152832.047500', '152832.507500', '152832.967500', '152833.427500', '152833.887500', '152834.347500', '152834.807500', '152835.267500', '152835.727500', '152836.187500', '152836.647500', '152837.107500', '152837.567500', '152838.027500', '152838.487500', '152838.947500', '152839.407500', '152839.867500', '152840.327500', '152840.787500', '152841.247500', '152841.707500', '152842.167500', '152842.627500', '152843.087500', '152843.547500', '152844.007500', '152844.467500', '152844.927500', '152845.387500', '152845.847500', '152846.307500', '152846.767500', '152847.227500', '152847.687500', '152848.147500', '152848.607500', '152849.067500', '152849.527500', '152849.987500', '152850.447500', '152850.907500', '152851.367500', '152851.827500', '152852.287500', '152852.747500', '152853.207500', '152853.667500', '152854.127500', '152854.587500', '152855.047500', '152855.507500', '152855.967500', '152856.427500', '152856.887500', '152857.347500', '152857.807500', '152858.267500', '152858.727500', '152859.187500', '152859.647500', '152900.107500', '152900.567500', '152901.027500', '152901.487500', '152901.947500', '152902.407500', '152902.867500', '152903.327500', '152903.787500', '152904.247500', '152904.707500', '152905.167500', '152905.627500', '152906.087500', '152906.547500', '152907.007500', '152907.467500', '152907.927500', '152908.387500', '152908.847500', '152909.307500', '152909.767500', '152910.227500', '152910.687500', '152911.147500', '152911.607500', '152912.067500', '152912.527500', '152912.987500', '152913.447500', '152913.907500', '152914.367500', '152914.827500', '152915.287500', '152915.747500', '152916.207500', '152916.667500', '152917.127500', '152917.587500', '152918.047500', '152918.507500', '152918.967500', '152919.427500', '152919.887500', '152920.347500', '152920.807500', '152921.267500', '152921.727500', '152922.187500', '152922.647500', '152923.107500', '152923.567500', '152924.027500', '152924.487500', '152924.947500', '152925.407500', '152925.867500', '152926.327500', '152926.787500', '152927.247500', '152927.707500', '152928.167500', '152928.627500', '152929.087500', '152929.547500', '152930.007500', '152930.467500', '152930.927500', '152931.387500', '152931.847500', '152932.307500', '152932.767500', '152933.227500', '152933.687500', '152934.147500', '152934.607500', '152935.067500', '152935.527500', '152935.987500', '152936.447500', '152936.907500', '152937.367500', '152937.827500', '152938.287500', '152938.747500', '152939.207500', '152939.667500', '152940.127500', '152940.587500', '152941.047500', '152941.507500', '152941.967500', '152942.427500', '152942.887500', '152943.347500', '152943.807500', '152944.267500', '152944.727500', '152945.187500', '152945.647500', '152946.107500', '152946.567500', '152947.027500', '152947.487500', '152947.947500', '152948.407500', '152948.867500', '152949.327500', '152949.787500', '152950.247500', '152950.707500', '152951.167500', '152951.627500', '152952.087500', '152952.547500', '152953.007500', '152953.467500', '152953.927500', '152954.387500', '152954.847500', '152955.307500', '152955.767500', '152956.227500', '152956.687500', '152957.147500', '152957.607500', '152958.067500', '152958.527500', '152958.987500', '152959.447500', '152959.907500', '153000.367500', '153000.827500', '153001.287500', '153001.747500', '153002.207500', '153002.667500', '153003.127500', '153003.587500', '153004.047500', '153004.507500', '153004.967500', '153005.427500', '153005.887500', '153006.347500', '153006.807500', '153007.267500', '153007.727500', '153008.187500', '153008.647500', '153009.107500', '153009.567500', '153010.027500', '153010.487500', '153010.947500', '153011.407500', '153011.867500', '153012.327500', '153012.787500', '153013.247500', '153013.707500', '153014.167500', '153014.627500', '153015.087500', '153015.547500', '153016.007500', '153016.467500', '153016.927500', '153017.387500', '153017.847500', '153018.307500', '153018.767500', '153019.227500', '153019.687500', '153020.147500', '153020.607500', '153021.067500', '153021.527500', '153021.987500', '153022.447500', '153022.907500', '153023.367500', '153023.827500', '153024.287500', '153024.747500', '153025.207500', '153025.667500', '153026.127500', '153026.587500', '153027.047500', '153027.507500', '153027.967500', '153028.427500', '153028.887500', '153029.347500', '153029.807500', '153030.267500', '153030.727500', '153031.187500', '153031.647500', '153032.107500', '153032.567500', '153033.027500', '153033.487500', '153033.947500', '153034.407500', '153034.867500', '153035.327500', '153035.787500', '153036.247500', '153036.707500', '153037.167500', '153037.627500', '153038.087500', '153038.547500', '153039.007500', '153039.467500', '153039.927500', '153040.387500', '153040.847500', '153041.307500', '153041.767500', '153042.227500', '153042.687500', '153043.147500', '153043.607500', '153044.067500', '153044.527500', '153044.987500', '153045.447500', '153045.907500', '153046.367500', '153046.827500', '153047.287500', '153047.747500', '153048.207500', '153048.667500', '153049.127500', '153049.587500', '153050.047500', '153050.507500', '153050.967500', '153051.427500', '153051.887500', '153052.347500', '153052.807500', '153053.267500', '153053.727500', '153054.187500', '153054.647500', '153055.107500', '153055.567500', '153056.027500', '153056.487500', '153056.947500', '153057.407500', '153057.867500', '153058.327500', '153058.787500', '153059.247500', '153059.707500', '153100.167500', '153100.627500', '153101.087500', '153101.547500', '153102.007500', '153102.467500', '153102.927500', '153103.387500', '153103.847500', '153104.307500', '153104.767500', '153105.227500', '153105.687500', '153106.147500', '153106.607500', '153107.067500', '153107.527500', '153107.987500', '153108.447500', '153108.907500', '153109.367500', '153109.827500', '153110.287500', '153110.747500', '153111.207500', '153111.667500', '153112.127500', '153112.587500', '153113.047500', '153113.507500', '153113.967500', '153114.427500', '153114.887500', '153115.347500', '153115.807500', '153116.267500', '153116.727500', '153117.187500', '153117.647500', '153118.107500', '153118.567500', '153119.027500', '153119.487500', '153119.947500', '153120.407500', '153120.867500', '153121.327500', '153121.787500', '153122.247500', '153122.707500', '153123.167500', '153123.627500', '153124.087500', '153124.547500', '153125.007500', '153125.467500', '153125.927500', '153126.387500', '153126.847500', '153127.307500', '153127.767500', '153128.227500', '153128.687500', '153129.147500', '153129.607500', '153130.067500', '153130.527500', '153130.987500', '153131.447500', '153131.907500', '153132.367500', '153132.827500', '153133.287500', '153133.747500', '153134.207500', '153134.667500', '153135.127500', '153135.587500', '153136.047500', '153136.507500', '153136.967500', '153137.427500', '153137.887500', '153138.347500', '153138.807500', '153139.267500', '153139.727500', '153140.187500', '153140.647500', '153141.107500', '153141.567500', '153142.027500', '153142.487500', '153142.947500', '153143.407500', '153143.867500', '153144.327500', '153144.787500', '153145.247500', '153145.707500', '153146.167500', '153146.627500', '153147.087500', '153147.547500', '153148.007500', '153148.467500', '153148.927500', '153149.387500', '153149.847500', '153150.307500', '153150.767500', '153151.227500', '153151.687500', '153152.147500', '153152.607500', '153153.067500', '153153.527500', '153153.987500', '153154.447500', '153154.907500', '153155.367500', '153155.827500', '153156.287500', '153156.747500', '153157.207500', '153157.667500', '153158.127500', '153158.587500', '153159.047500', '153159.507500', '153159.967500', '153200.427500', '153200.887500', '153201.347500', '153201.807500', '153202.267500', '153202.727500', '153203.187500', '153203.647500', '153204.107500', '153204.567500', '153205.027500', '153205.487500', '153205.947500', '153206.407500', '153206.867500', '153207.327500', '153207.787500', '153208.247500', '153208.707500', '153209.167500', '153209.627500', '153210.087500', '153210.547500', '153211.007500', '153211.467500', '153211.927500', '153212.387500', '153212.847500', '153213.307500', '153213.767500', '153214.227500', '153214.687500', '153215.147500', '153215.607500', '153216.067500', '153216.527500', '153216.987500', '153217.447500', '153217.907500', '153218.367500', '153218.827500', '153219.287500', '153219.747500', '153220.207500', '153220.667500', '153221.127500', '153221.587500', '153222.047500', '153222.507500', '153222.967500', '153223.427500', '153223.887500', '153224.347500', '153224.807500', '153225.267500', '153225.727500', '153226.187500', '153226.647500', '153227.107500', '153227.567500', '153228.027500', '153228.487500', '153228.947500', '153229.407500', '153229.867500', '153230.327500', '153230.787500', '153231.247500', '153231.707500', '153232.167500', '153232.627500', '153233.087500', '153233.547500', '153234.007500', '153234.467500', '153234.927500', '153235.387500', '153235.847500', '153236.307500', '153236.767500', '153237.227500', '153237.687500', '153238.147500', '153238.607500', '153239.067500', '153239.527500', '153239.987500', '153240.447500', '153240.907500', '153241.367500', '153241.827500', '153242.287500', '153242.747500', '153243.207500', '153243.667500', '153244.127500', '153244.587500', '153245.047500', '153245.507500', '153245.967500', '153246.427500', '153246.887500', '153247.347500', '153247.807500', '153248.267500', '153248.727500', '153249.187500', '153249.647500', '153250.107500', '153250.567500', '153251.027500', '153251.487500', '153251.947500', '153252.407500', '153252.867500', '153253.327500', '153253.787500', '153254.247500', '153254.707500', '153255.167500', '153255.627500', '153256.087500', '153256.547500', '153257.007500', '153257.467500', '153257.927500', '153258.387500', '153258.847500', '153259.307500', '153259.767500', '153300.227500', '153300.687500', '153301.147500', '153301.607500', '153302.067500', '153302.527500', '153302.987500', '153303.447500', '153303.907500', '153304.367500', '153304.827500', '153305.287500', '153305.747500', '153306.207500', '153306.667500', '153307.127500', '153307.587500', '153308.047500', '153308.507500', '153308.967500', '153309.427500', '153309.887500', '153310.347500', '153310.807500', '153311.267500', '153311.727500', '153312.187500', '153312.647500', '153313.107500', '153313.567500', '153314.027500', '153314.487500', '153314.947500', '153315.407500', '153315.867500', '153316.327500', '153316.787500', '153317.247500', '153317.707500', '153318.167500', '153318.627500', '153319.087500', '153319.547500', '153320.007500', '153320.467500', '153320.927500', '153321.387500', '153321.847500', '153322.307500', '153322.767500', '153323.227500', '153323.687500', '153324.147500', '153324.607500', '153325.067500', '153325.527500', '153325.987500', '153326.447500', '153326.907500', '153327.367500', '153327.827500', '153328.287500', '153328.747500', '153329.207500', '153329.667500', '153330.127500', '153330.587500', '153331.047500', '153331.507500', '153331.967500', '153332.427500', '153332.887500', '153333.347500', '153333.807500', '153334.267500', '153334.727500', '153335.187500', '153335.647500', '153336.107500', '153336.567500', '153337.027500', '153337.487500', '153337.947500', '153338.407500', '153338.867500', '153339.327500', '153339.787500', '153340.247500', '153340.707500', '153341.167500', '153341.627500', '153342.087500', '153342.547500', '153343.007500', '153343.467500', '153343.927500', '153344.387500', '153344.847500', '153345.307500', '153345.767500', '153346.227500', '153346.687500', '153347.147500', '153347.607500', '153348.067500', '153348.527500', '153348.987500', '153349.447500', '153349.907500', '153350.367500', '153350.827500', '153351.287500', '153351.747500', '153352.207500', '153352.667500', '153353.127500', '153353.587500', '153354.047500', '153354.507500', '153354.967500', '153355.427500', '153355.887500', '153356.347500', '153356.807500', '153357.267500', '153357.727500', '153358.187500', '153358.647500', '153359.107500', '153359.567500', '153400.027500', '153400.487500', '153400.947500', '153401.407500', '153401.867500', '153402.327500', '153402.787500', '153403.247500', '153403.707500', '153404.167500', '153404.627500', '153405.087500', '153405.547500', '153406.007500', '153406.467500', '153406.927500', '153407.387500', '153407.847500', '153408.307500', '153408.767500', '153409.227500', '153409.687500', '153410.147500', '153410.607500', '153411.067500', '153411.527500', '153411.987500', '153412.447500', '153412.907500', '153413.367500', '153413.827500', '153414.287500', '153414.747500', '153415.207500', '153415.667500', '153416.127500', '153416.587500', '153417.047500', '153417.507500', '153417.967500', '153418.427500', '153418.887500', '153419.347500', '153419.807500', '153420.267500', '153420.727500', '153421.187500', '153421.647500', '153422.107500', '153422.567500', '153423.027500', '153423.487500', '153423.947500', '153424.407500', '153424.867500', '153425.327500', '153425.787500', '153426.247500', '153426.707500', '153427.167500', '153427.627500', '153428.087500', '153428.547500', '153429.007500', '153429.467500', '153429.927500', '153430.387500', '153430.847500', '153431.307500', '153431.767500', '153432.227500', '153432.687500', '153433.147500', '153433.607500', '153434.067500', '153434.527500', '153434.987500', '153435.447500', '153435.907500', '153436.367500', '153436.827500', '153437.287500', '153437.747500', '153438.207500', '153438.667500', '153439.127500', '153439.587500', '153440.047500', '153440.507500', '153440.967500', '153441.427500', '153441.887500', '153442.347500', '153442.807500', '153443.267500', '153443.727500', '153444.187500', '153444.647500', '153445.107500', '153445.567500', '153446.027500', '153446.487500', '153446.947500', '153447.407500', '153447.867500', '153448.327500', '153448.787500', '153449.247500', '153449.707500', '153450.167500', '153450.627500', '153451.087500', '153451.547500', '153452.007500', '153452.467500', '153452.927500', '153453.387500', '153453.847500', '153454.307500', '153454.767500', '153455.227500', '153455.687500', '153456.147500', '153456.607500', '153457.067500', '153457.527500', '153457.987500', '153458.447500', '153458.907500', '153459.367500', '153459.827500', '153500.287500', '153500.747500', '153501.207500', '153501.667500', '153502.127500', '153502.587500', '153503.047500', '153503.507500', '153503.967500', '153504.427500', '153504.887500', '153505.347500', '153505.807500', '153506.267500', '153506.727500', '153507.187500', '153507.647500', '153508.107500', '153508.567500', '153509.027500', '153509.487500', '153509.947500', '153510.407500', '153510.867500', '153511.327500', '153511.787500', '153512.247500', '153512.707500', '153513.167500', '153513.627500', '153514.087500', '153514.547500', '153515.007500', '153515.467500', '153515.927500', '153516.387500', '153516.847500', '153517.307500', '153517.767500', '153518.227500', '153518.687500', '153519.147500', '153519.607500', '153520.067500', '153520.527500', '153520.987500', '153521.447500', '153521.907500', '153522.367500', '153522.827500', '153523.287500', '153523.747500', '153524.207500', '153524.667500', '153525.127500', '153525.587500', '153526.047500', '153526.507500', '153526.967500', '153527.427500', '153527.887500', '153528.347500', '153528.807500', '153529.267500', '153529.727500', '153530.187500', '153530.647500', '153531.107500', '153531.567500', '153532.027500', '153532.487500', '153532.947500', '153533.407500', '153533.867500', '153534.327500', '153534.787500', '153535.247500', '153535.707500', '153536.167500', '153536.627500', '153537.087500', '153537.547500', '153538.007500', '153538.467500', '153538.927500', '153539.387500', '153539.847500', '153540.307500', '153540.767500', '153541.227500', '153541.687500', '153542.147500', '153542.607500', '153543.067500', '153543.527500', '153543.987500', '153544.447500', '153544.907500', '153545.367500', '153545.827500', '153546.287500', '153546.747500', '153547.207500', '153547.667500', '153548.127500', '153548.587500', '153549.047500', '153549.507500', '153549.967500', '153550.427500', '153550.887500', '153551.347500', '153551.807500', '153552.267500', '153552.727500', '153553.187500', '153553.647500', '153554.107500', '153554.567500', '153555.027500', '153555.487500', '153555.947500', '153556.407500', '153556.867500', '153557.327500', '153557.787500', '153558.247500', '153558.707500', '153559.167500', '153559.627500', '153600.087500', '153600.547500', '153601.007500', '153601.467500', '153601.927500', '153602.387500', '153602.847500', '153603.307500', '153603.767500', '153604.227500', '153604.687500', '153605.147500', '153605.607500', '153606.067500', '153606.527500', '153606.987500', '153607.447500', '153607.907500', '153608.367500', '153608.827500', '153609.287500', '153609.747500', '153610.207500', '153610.667500', '153611.127500', '153611.587500', '153612.047500', '153612.507500', '153612.967500', '153613.427500', '153613.887500', '153614.347500', '153614.807500', '153615.267500', '153615.727500', '153616.187500', '153616.647500', '153617.107500', '153617.567500', '153618.027500', '153618.487500', '153618.947500', '153619.407500', '153619.867500', '153620.327500', '153620.787500', '153621.247500', '153621.707500', '153622.167500', '153622.627500', '153623.087500', '153623.547500', '153624.007500', '153624.467500', '153624.927500', '153625.387500', '153625.847500', '153626.307500', '153626.767500', '153627.227500', '153627.687500', '153628.147500', '153628.607500', '153629.067500', '153629.527500', '153629.987500', '153630.447500', '153630.907500', '153631.367500', '153631.827500', '153632.287500', '153632.747500', '153633.207500', '153633.667500', '153634.127500', '153634.587500', '153635.047500', '153635.507500', '153635.967500', '153636.427500', '153636.887500', '153637.347500', '153637.807500', '153638.267500', '153638.727500', '153639.187500', '153639.647500', '153640.107500', '153640.567500', '153641.027500', '153641.487500', '153641.947500'], 'ContentTime': ['152710.893000', '152710.896000', '152710.899000', '152710.901000', '152710.904000', '152710.907000', '152710.909000', '152710.912000', '152710.914000', '152710.923000', '152710.925000', '152710.928000', '152710.931000', '152710.933000', '152710.936000', '152710.938000', '152710.941000', '152710.944000', '152710.954000', '152710.956000', '152710.959000', '152710.961000', '152710.964000', '152730.866000', '152730.869000', '152730.872000', '152730.874000', '152730.877000', '152730.880000', '152730.882000', '152730.885000', '152730.887000', '152730.890000', '152730.892000', '152730.895000', '152730.897000', '152730.900000', '152730.903000', '152730.905000', '152730.908000', '152730.910000', '152730.913000', '152730.915000', '152730.918000', '152730.921000', '152730.923000', '152730.926000', '152730.928000', '152730.931000', '152730.934000', '152730.936000', '152730.939000', '152730.941000', '152730.944000', '152730.946000', '152730.949000', '152730.951000', '152730.954000', '152730.957000', '152730.959000', '152730.962000', '152730.964000', '152730.967000', '152730.970000', '152730.972000', '152730.975000', '152730.977000', '152750.866000', '152750.869000', '152750.880000', '152750.883000', '152750.886000', '152750.888000', '152750.891000', '152750.893000', '152750.896000', '152750.899000', '152750.901000', '152750.904000', '152750.906000', '152750.909000', '152750.912000', '152750.914000', '152750.917000', '152750.919000', '152750.922000', '152750.924000', '152750.927000', '152750.930000', '152750.932000', '152750.935000', '152750.937000', '152750.940000', '152750.942000', '152750.945000', '152750.947000', '152750.950000', '152750.953000', '152750.955000', '152750.958000', '152750.961000', '152750.963000', '152750.966000', '152750.968000', '152750.971000', '152750.980000', '152750.982000', '152750.985000', '152750.988000', '152750.990000', '152810.867000', '152810.869000', '152810.872000', '152810.875000', '152810.877000', '152810.880000', '152810.882000', '152810.885000', '152810.888000', '152810.890000', '152810.893000', '152810.895000', '152810.898000', '152810.901000', '152810.903000', '152810.906000', '152810.909000', '152810.911000', '152810.914000', '152810.916000', '152810.919000', '152810.921000', '152810.924000', '152810.927000', '152810.929000', '152810.932000', '152810.934000', '152810.937000', '152810.939000', '152810.942000', '152810.945000', '152810.947000', '152810.950000', '152810.953000', '152810.955000', '152810.958000', '152810.960000', '152810.963000', '152810.966000', '152810.968000', '152810.971000', '152810.973000', '152810.976000', '152810.979000', '152830.867000', '152830.869000', '152830.872000', '152830.875000', '152830.877000', '152830.880000', '152830.882000', '152830.885000', '152830.888000', '152830.890000', '152830.893000', '152830.895000', '152830.898000', '152830.901000', '152830.903000', '152830.906000', '152830.908000', '152830.911000', '152830.914000', '152830.916000', '152830.919000', '152830.921000', '152830.925000', '152830.927000', '152830.930000', '152830.932000', '152830.935000', '152830.938000', '152830.940000', '152830.943000', '152830.945000', '152830.948000', '152830.950000', '152830.953000', '152830.956000', '152830.958000', '152830.961000', '152830.963000', '152830.966000', '152830.968000', '152830.971000', '152830.973000', '152830.976000', '152850.866000', '152850.869000', '152850.872000', '152850.875000', '152850.877000', '152850.880000', '152850.882000', '152850.885000', '152850.887000', '152850.890000', '152850.893000', '152850.895000', '152850.898000', '152850.901000', '152850.904000', '152850.906000', '152850.909000', '152850.912000', '152850.914000', '152850.917000', '152850.919000', '152850.922000', '152850.924000', '152850.927000', '152850.930000', '152850.932000', '152850.935000', '152850.937000', '152850.940000', '152850.943000', '152850.945000', '152850.948000', '152850.950000', '152850.953000', '152850.955000', '152850.958000', '152850.961000', '152850.963000', '152850.966000', '152850.968000', '152850.971000', '152850.973000', '152850.976000', '152850.979000', '152910.867000', '152910.870000', '152910.872000', '152910.875000', '152910.877000', '152910.880000', '152910.883000', '152910.885000', '152910.888000', '152910.890000', '152910.893000', '152910.895000', '152910.899000', '152910.901000', '152910.904000', '152910.907000', '152910.909000', '152910.912000', '152910.915000', '152910.917000', '152910.920000', '152910.922000', '152910.925000', '152910.928000', '152910.930000', '152910.933000', '152910.935000', '152910.938000', '152910.941000', '152910.943000', '152910.946000', '152910.948000', '152910.951000', '152910.953000', '152910.956000', '152910.959000', '152910.961000', '152910.964000', '152910.966000', '152910.969000', '152910.972000', '152910.987000', '152910.990000', '152930.866000', '152930.869000', '152930.872000', '152930.874000', '152930.877000', '152930.880000', '152930.882000', '152930.885000', '152930.888000', '152930.890000', '152930.893000', '152930.895000', '152930.898000', '152930.901000', '152930.903000', '152930.906000', '152930.908000', '152930.911000', '152930.914000', '152930.916000', '152930.919000', '152930.921000', '152930.924000', '152930.927000', '152930.929000', '152930.932000', '152930.934000', '152930.937000', '152930.940000', '152930.942000', '152930.945000', '152930.947000', '152930.950000', '152930.952000', '152930.955000', '152930.958000', '152930.960000', '152930.963000', '152930.966000', '152930.968000', '152930.971000', '152930.974000', '152930.976000', '152930.979000', '152950.866000', '152950.869000', '152950.872000', '152950.874000', '152950.877000', '152950.880000', '152950.882000', '152950.885000', '152950.887000', '152950.890000', '152950.893000', '152950.895000', '152950.898000', '152950.900000', '152950.903000', '152950.906000', '152950.908000', '152950.911000', '152950.913000', '152950.916000', '152950.919000', '152950.921000', '152950.924000', '152950.926000', '152950.929000', '152950.932000', '152950.934000', '152950.937000', '152950.940000', '152950.943000', '152950.946000', '152950.949000', '152950.951000', '152950.954000', '152950.956000', '152950.959000', '152950.962000', '152950.965000', '152950.968000', '152950.971000', '152950.973000', '152950.976000', '152950.979000', '153010.866000', '153010.869000', '153010.872000', '153010.874000', '153010.877000', '153010.880000', '153010.882000', '153010.885000', '153010.887000', '153010.890000', '153010.893000', '153010.895000', '153010.898000', '153010.900000', '153010.903000', '153010.906000', '153010.908000', '153010.911000', '153010.914000', '153010.916000', '153010.919000', '153010.921000', '153010.924000', '153010.927000', '153010.929000', '153010.932000', '153010.934000', '153010.937000', '153010.940000', '153010.942000', '153010.945000', '153010.947000', '153010.950000', '153010.953000', '153010.955000', '153010.958000', '153010.960000', '153010.963000', '153010.966000', '153010.968000', '153010.971000', '153010.974000', '153010.976000', '153010.979000', '153030.866000', '153030.869000', '153030.872000', '153030.875000', '153030.877000', '153030.880000', '153030.882000', '153030.885000', '153030.887000', '153030.890000', '153030.893000', '153030.895000', '153030.898000', '153030.900000', '153030.903000', '153030.906000', '153030.909000', '153030.911000', '153030.914000', '153030.916000', '153030.919000', '153030.922000', '153030.924000', '153030.927000', '153030.931000', '153030.934000', '153030.936000', '153030.939000', '153030.941000', '153030.944000', '153030.947000', '153030.949000', '153030.952000', '153030.954000', '153030.957000', '153030.959000', '153030.962000', '153030.965000', '153030.967000', '153030.970000', '153030.972000', '153030.975000', '153030.978000', '153050.866000', '153050.869000', '153050.872000', '153050.875000', '153050.877000', '153050.880000', '153050.883000', '153050.885000', '153050.888000', '153050.890000', '153050.893000', '153050.895000', '153050.898000', '153050.900000', '153050.903000', '153050.906000', '153050.908000', '153050.911000', '153050.914000', '153050.916000', '153050.919000', '153050.921000', '153050.924000', '153050.927000', '153050.929000', '153050.932000', '153050.934000', '153050.937000', '153050.939000', '153050.942000', '153050.945000', '153050.947000', '153050.950000', '153050.952000', '153050.955000', '153050.957000', '153050.960000', '153050.963000', '153050.975000', '153050.977000', '153050.980000', '153050.982000', '153050.985000', '153050.987000', '153110.867000', '153110.881000', '153110.883000', '153110.886000', '153110.889000', '153110.891000', '153110.894000', '153110.896000', '153110.899000', '153110.902000', '153110.904000', '153110.907000', '153110.909000', '153110.912000', '153110.915000', '153110.917000', '153110.920000', '153110.923000', '153110.925000', '153110.928000', '153110.930000', '153110.933000', '153110.936000', '153110.938000', '153110.941000', '153110.944000', '153110.946000', '153110.949000', '153110.951000', '153110.954000', '153110.957000', '153110.959000', '153110.962000', '153110.965000', '153110.967000', '153110.970000', '153110.973000', '153110.975000', '153110.978000', '153110.980000', '153110.983000', '153110.986000', '153110.989000', '153130.867000', '153130.875000', '153130.877000', '153130.880000', '153130.882000', '153130.885000', '153130.888000', '153130.890000', '153130.893000', '153130.895000', '153130.898000', '153130.901000', '153130.903000', '153130.906000', '153130.909000', '153130.911000', '153130.914000', '153130.916000', '153130.919000', '153130.922000', '153130.924000', '153130.927000', '153130.929000', '153130.932000', '153130.935000', '153130.937000', '153130.940000', '153130.942000', '153130.945000', '153130.948000', '153130.950000', '153130.953000', '153130.955000', '153130.958000', '153130.961000', '153130.963000', '153130.966000', '153130.969000', '153130.971000', '153130.974000', '153130.977000', '153130.979000', '153130.982000', '153130.984000', '153150.867000', '153150.869000', '153150.872000', '153150.875000', '153150.877000', '153150.880000', '153150.882000', '153150.885000', '153150.888000', '153150.890000', '153150.893000', '153150.895000', '153150.898000', '153150.900000', '153150.903000', '153150.906000', '153150.908000', '153150.911000', '153150.914000', '153150.916000', '153150.919000', '153150.922000', '153150.924000', '153150.927000', '153150.929000', '153150.932000', '153150.934000', '153150.937000', '153150.940000', '153150.942000', '153150.945000', '153150.947000', '153150.950000', '153150.952000', '153150.955000', '153150.958000', '153150.960000', '153150.963000', '153150.966000', '153150.968000', '153150.971000', '153150.973000', '153150.976000', '153210.867000', '153210.870000', '153210.872000', '153210.875000', '153210.878000', '153210.880000', '153210.883000', '153210.886000', '153210.888000', '153210.891000', '153210.893000', '153210.896000', '153210.899000', '153210.901000', '153210.904000', '153210.907000', '153210.909000', '153210.912000', '153210.915000', '153210.917000', '153210.920000', '153210.923000', '153210.925000', '153210.928000', '153210.930000', '153210.933000', '153210.936000', '153210.938000', '153210.941000', '153210.943000', '153210.946000', '153210.949000', '153210.951000', '153210.954000', '153210.957000', '153210.959000', '153210.962000', '153210.965000', '153210.967000', '153210.970000', '153210.972000', '153210.975000', '153210.978000', '153210.980000', '153230.867000', '153230.869000', '153230.872000', '153230.875000', '153230.884000', '153230.887000', '153230.890000', '153230.892000', '153230.895000', '153230.897000', '153230.900000', '153230.903000', '153230.905000', '153230.908000', '153230.910000', '153230.913000', '153230.916000', '153230.919000', '153230.921000', '153230.924000', '153230.927000', '153230.929000', '153230.932000', '153230.934000', '153230.939000', '153230.942000', '153230.944000', '153230.947000', '153230.949000', '153230.952000', '153230.955000', '153230.957000', '153230.960000', '153230.962000', '153230.965000', '153230.968000', '153230.970000', '153230.973000', '153230.975000', '153230.978000', '153230.981000', '153230.983000', '153230.986000', '153250.867000', '153250.870000', '153250.873000', '153250.875000', '153250.878000', '153250.880000', '153250.883000', '153250.886000', '153250.888000', '153250.891000', '153250.893000', '153250.896000', '153250.899000', '153250.901000', '153250.904000', '153250.906000', '153250.909000', '153250.911000', '153250.914000', '153250.917000', '153250.919000', '153250.922000', '153250.925000', '153250.927000', '153250.930000', '153250.932000', '153250.935000', '153250.938000', '153250.940000', '153250.943000', '153250.945000', '153250.948000', '153250.951000', '153250.953000', '153250.956000', '153250.958000', '153250.961000', '153250.964000', '153250.966000', '153250.969000', '153250.971000', '153250.974000', '153250.977000', '153310.867000', '153310.874000', '153310.877000', '153310.879000', '153310.882000', '153310.885000', '153310.887000', '153310.890000', '153310.892000', '153310.895000', '153310.897000', '153310.900000', '153310.903000', '153310.905000', '153310.908000', '153310.911000', '153310.913000', '153310.916000', '153310.918000', '153310.921000', '153310.924000', '153310.926000', '153310.929000', '153310.931000', '153310.934000', '153310.936000', '153310.939000', '153310.942000', '153310.944000', '153310.947000', '153310.949000', '153310.952000', '153310.955000', '153310.957000', '153310.960000', '153310.962000', '153310.965000', '153310.968000', '153310.970000', '153310.973000', '153310.976000', '153310.978000', '153310.981000', '153310.983000', '153330.866000', '153330.869000', '153330.872000', '153330.875000', '153330.877000', '153330.880000', '153330.882000', '153330.885000', '153330.889000', '153330.891000', '153330.894000', '153330.896000', '153330.899000', '153330.902000', '153330.904000', '153330.907000', '153330.910000', '153330.912000', '153330.915000', '153330.917000', '153330.920000', '153330.923000', '153330.925000', '153330.928000', '153330.930000', '153330.933000', '153330.935000', '153330.938000', '153330.941000', '153330.943000', '153330.946000', '153330.948000', '153330.951000', '153330.954000', '153330.956000', '153330.959000', '153330.961000', '153330.964000', '153330.966000', '153330.969000', '153330.972000', '153330.974000', '153330.977000', '153330.979000', '153350.867000', '153350.885000', '153350.888000', '153350.891000', '153350.893000', '153350.896000', '153350.898000', '153350.901000', '153350.904000', '153350.906000', '153350.909000', '153350.911000', '153350.914000', '153350.917000', '153350.920000', '153350.929000', '153350.931000', '153350.934000', '153350.937000', '153350.939000', '153350.942000', '153350.944000', '153350.947000', '153350.950000', '153350.953000', '153350.955000', '153350.958000', '153350.960000', '153350.963000', '153350.966000', '153350.968000', '153350.971000', '153350.974000', '153350.976000', '153350.979000', '153350.982000', '153350.985000', '153350.987000', '153350.990000', '153350.992000', '153350.995000', '153350.998000', '153351.002000', '153410.866000', '153410.869000', '153410.872000', '153410.875000', '153410.877000', '153410.880000', '153410.882000', '153410.885000', '153410.888000', '153410.890000', '153410.893000', '153410.895000', '153410.898000', '153410.900000', '153410.903000', '153410.906000', '153410.908000', '153410.911000', '153410.913000', '153410.916000', '153410.919000', '153410.921000', '153410.924000', '153410.926000', '153410.929000', '153410.932000', '153410.934000', '153410.937000', '153410.939000', '153410.942000', '153410.945000', '153410.947000', '153410.950000', '153410.952000', '153410.955000', '153410.957000', '153410.960000', '153410.963000', '153410.965000', '153410.968000', '153410.970000', '153410.973000', '153410.976000', '153410.978000', '153430.866000', '153430.869000', '153430.872000', '153430.875000', '153430.877000', '153430.880000', '153430.882000', '153430.885000', '153430.887000', '153430.890000', '153430.893000', '153430.895000', '153430.898000', '153430.900000', '153430.903000', '153430.906000', '153430.908000', '153430.911000', '153430.913000', '153430.916000', '153430.918000', '153430.921000', '153430.924000', '153430.926000', '153430.929000', '153430.932000', '153430.934000', '153430.937000', '153430.940000', '153430.942000', '153430.945000', '153430.948000', '153430.950000', '153430.953000', '153430.955000', '153430.958000', '153430.960000', '153430.963000', '153430.966000', '153430.968000', '153430.971000', '153430.974000', '153430.977000', '153450.867000', '153450.869000', '153450.872000', '153450.875000', '153450.877000', '153450.881000', '153450.883000', '153450.886000', '153450.889000', '153450.891000', '153450.894000', '153450.896000', '153450.899000', '153450.902000', '153450.904000', '153450.907000', '153450.909000', '153450.912000', '153450.915000', '153450.917000', '153450.920000', '153450.922000', '153450.925000', '153450.927000', '153450.930000', '153450.932000', '153450.935000', '153450.938000', '153450.941000', '153450.943000', '153450.946000', '153450.948000', '153450.951000', '153450.953000', '153450.956000', '153450.959000', '153450.961000', '153450.964000', '153450.967000', '153450.969000', '153450.972000', '153450.975000', '153450.977000', '153510.867000', '153510.870000', '153510.872000', '153510.875000', '153510.877000', '153510.880000', '153510.883000', '153510.885000', '153510.888000', '153510.897000', '153510.900000', '153510.902000', '153510.920000', '153510.923000', '153510.925000', '153510.928000', '153510.931000', '153510.933000', '153510.936000', '153510.939000', '153510.941000', '153510.944000', '153510.946000', '153510.949000', '153510.952000', '153510.954000', '153510.957000', '153510.959000', '153510.962000', '153510.965000', '153510.967000', '153510.970000', '153510.972000', '153510.975000', '153510.978000', '153510.980000', '153510.983000', '153510.985000', '153510.988000', '153510.991000', '153510.993000', '153510.996000', '153510.998000', '153511.001000', '153530.867000', '153530.876000', '153530.878000', '153530.881000', '153530.884000', '153530.886000', '153530.889000', '153530.892000', '153530.894000', '153530.897000', '153530.900000', '153530.902000', '153530.905000', '153530.908000', '153530.910000', '153530.913000', '153530.916000', '153530.918000', '153530.921000', '153530.924000', '153530.926000', '153530.929000', '153530.932000', '153530.934000', '153530.937000', '153530.940000', '153530.942000', '153530.945000', '153530.948000', '153530.950000', '153530.953000', '153530.956000', '153530.958000', '153530.961000', '153530.963000', '153530.966000', '153530.969000', '153530.971000', '153530.974000', '153530.977000', '153530.979000', '153530.982000', '153530.985000', '153550.868000', '153550.870000', '153550.873000', '153550.876000', '153550.878000', '153550.881000', '153550.883000', '153550.886000', '153550.889000', '153550.891000', '153550.894000', '153550.896000', '153550.899000', '153550.902000', '153550.904000', '153550.907000', '153550.909000', '153550.912000', '153550.914000', '153550.917000', '153550.920000', '153550.922000', '153550.925000', '153550.928000', '153550.930000', '153550.933000', '153550.936000', '153550.938000', '153550.941000', '153550.943000', '153550.946000', '153550.949000', '153550.951000', '153550.954000', '153550.956000', '153550.959000', '153550.962000', '153550.964000', '153550.967000', '153550.969000', '153550.972000', '153550.975000', '153550.977000', '153550.980000', '153610.867000', '153610.869000', '153610.872000', '153610.875000', '153610.877000', '153610.880000', '153610.883000', '153610.886000', '153610.889000', '153610.892000', '153610.894000', '153610.897000', '153610.900000', '153610.902000', '153610.905000', '153610.907000', '153610.910000', '153610.913000', '153610.915000', '153610.918000', '153610.921000', '153610.924000', '153610.927000', '153610.930000', '153610.932000', '153610.935000', '153610.938000', '153610.940000', '153610.943000', '153610.945000', '153610.948000', '153610.951000', '153610.953000', '153610.956000', '153610.958000', '153610.961000', '153610.964000', '153610.966000', '153610.969000', '153610.972000', '153610.974000', '153610.977000', '153610.980000', '153630.867000', '153630.882000', '153630.884000', '153630.887000', '153630.889000', '153630.892000', '153630.895000', '153630.897000', '153630.900000', '153630.902000', '153630.905000', '153630.908000', '153630.910000', '153630.913000', '153630.916000', '153630.918000', '153630.921000', '153630.923000', '153630.926000', '153630.929000', '153630.931000', '153630.934000', '153630.936000', '153630.939000', '153630.942000', '153630.944000', '153630.947000', '153630.949000', '153630.952000', '153630.955000', '153630.957000', '153630.960000', '153630.962000', '153630.965000', '153630.968000', '153630.970000', '153630.973000', '153630.975000', '153630.978000', '153630.981000', '153630.983000', '153630.986000', '153630.988000', '153630.991000', '153643.070000', '153643.073000', '153643.075000', '153643.078000', '153643.081000', '153643.084000', '153643.087000', '153643.089000', '153643.092000', '153643.095000', '153643.098000', '153643.101000', '153643.104000', '153643.107000', '153643.110000', '153643.113000', '153643.116000', '153643.119000', '153643.122000', '153643.125000', '153643.127000', '153643.130000', '153643.133000', '153643.136000', '153643.142000', '153643.144000', '153643.147000'], 'InstanceCreationTime': ['152710.893000', '152710.896000', '152710.899000', '152710.901000', '152710.904000', '152710.907000', '152710.909000', '152710.912000', '152710.914000', '152710.923000', '152710.925000', '152710.928000', '152710.931000', '152710.933000', '152710.936000', '152710.938000', '152710.941000', '152710.944000', '152710.954000', '152710.956000', '152710.959000', '152710.961000', '152710.964000', '152730.866000', '152730.869000', '152730.872000', '152730.874000', '152730.877000', '152730.880000', '152730.882000', '152730.885000', '152730.887000', '152730.890000', '152730.892000', '152730.895000', '152730.897000', '152730.900000', '152730.903000', '152730.905000', '152730.908000', '152730.910000', '152730.913000', '152730.915000', '152730.918000', '152730.921000', '152730.923000', '152730.926000', '152730.928000', '152730.931000', '152730.934000', '152730.936000', '152730.939000', '152730.941000', '152730.944000', '152730.946000', '152730.949000', '152730.951000', '152730.954000', '152730.957000', '152730.959000', '152730.962000', '152730.964000', '152730.967000', '152730.970000', '152730.972000', '152730.975000', '152730.977000', '152750.866000', '152750.869000', '152750.880000', '152750.883000', '152750.886000', '152750.888000', '152750.891000', '152750.893000', '152750.896000', '152750.899000', '152750.901000', '152750.904000', '152750.906000', '152750.909000', '152750.912000', '152750.914000', '152750.917000', '152750.919000', '152750.922000', '152750.924000', '152750.927000', '152750.930000', '152750.932000', '152750.935000', '152750.937000', '152750.940000', '152750.942000', '152750.945000', '152750.947000', '152750.950000', '152750.953000', '152750.955000', '152750.958000', '152750.961000', '152750.963000', '152750.966000', '152750.968000', '152750.971000', '152750.980000', '152750.982000', '152750.985000', '152750.988000', '152750.990000', '152810.867000', '152810.869000', '152810.872000', '152810.875000', '152810.877000', '152810.880000', '152810.882000', '152810.885000', '152810.888000', '152810.890000', '152810.893000', '152810.895000', '152810.898000', '152810.901000', '152810.903000', '152810.906000', '152810.909000', '152810.911000', '152810.914000', '152810.916000', '152810.919000', '152810.921000', '152810.924000', '152810.927000', '152810.929000', '152810.932000', '152810.934000', '152810.937000', '152810.939000', '152810.942000', '152810.945000', '152810.947000', '152810.950000', '152810.953000', '152810.955000', '152810.958000', '152810.960000', '152810.963000', '152810.966000', '152810.968000', '152810.971000', '152810.973000', '152810.976000', '152810.979000', '152830.867000', '152830.869000', '152830.872000', '152830.875000', '152830.877000', '152830.880000', '152830.882000', '152830.885000', '152830.888000', '152830.890000', '152830.893000', '152830.895000', '152830.898000', '152830.901000', '152830.903000', '152830.906000', '152830.908000', '152830.911000', '152830.914000', '152830.916000', '152830.919000', '152830.921000', '152830.925000', '152830.927000', '152830.930000', '152830.932000', '152830.935000', '152830.938000', '152830.940000', '152830.943000', '152830.945000', '152830.948000', '152830.950000', '152830.953000', '152830.956000', '152830.958000', '152830.961000', '152830.963000', '152830.966000', '152830.968000', '152830.971000', '152830.973000', '152830.976000', '152850.866000', '152850.869000', '152850.872000', '152850.875000', '152850.877000', '152850.880000', '152850.882000', '152850.885000', '152850.887000', '152850.890000', '152850.893000', '152850.895000', '152850.898000', '152850.901000', '152850.904000', '152850.906000', '152850.909000', '152850.912000', '152850.914000', '152850.917000', '152850.919000', '152850.922000', '152850.924000', '152850.927000', '152850.930000', '152850.932000', '152850.935000', '152850.937000', '152850.940000', '152850.943000', '152850.945000', '152850.948000', '152850.950000', '152850.953000', '152850.955000', '152850.958000', '152850.961000', '152850.963000', '152850.966000', '152850.968000', '152850.971000', '152850.973000', '152850.976000', '152850.979000', '152910.867000', '152910.870000', '152910.872000', '152910.875000', '152910.877000', '152910.880000', '152910.883000', '152910.885000', '152910.888000', '152910.890000', '152910.893000', '152910.895000', '152910.899000', '152910.901000', '152910.904000', '152910.907000', '152910.909000', '152910.912000', '152910.915000', '152910.917000', '152910.920000', '152910.922000', '152910.925000', '152910.928000', '152910.930000', '152910.933000', '152910.935000', '152910.938000', '152910.941000', '152910.943000', '152910.946000', '152910.948000', '152910.951000', '152910.953000', '152910.956000', '152910.959000', '152910.961000', '152910.964000', '152910.966000', '152910.969000', '152910.972000', '152910.987000', '152910.990000', '152930.866000', '152930.869000', '152930.872000', '152930.874000', '152930.877000', '152930.880000', '152930.882000', '152930.885000', '152930.888000', '152930.890000', '152930.893000', '152930.895000', '152930.898000', '152930.901000', '152930.903000', '152930.906000', '152930.908000', '152930.911000', '152930.914000', '152930.916000', '152930.919000', '152930.921000', '152930.924000', '152930.927000', '152930.929000', '152930.932000', '152930.934000', '152930.937000', '152930.940000', '152930.942000', '152930.945000', '152930.947000', '152930.950000', '152930.952000', '152930.955000', '152930.958000', '152930.960000', '152930.963000', '152930.966000', '152930.968000', '152930.971000', '152930.974000', '152930.976000', '152930.979000', '152950.866000', '152950.869000', '152950.872000', '152950.874000', '152950.877000', '152950.880000', '152950.882000', '152950.885000', '152950.887000', '152950.890000', '152950.893000', '152950.895000', '152950.898000', '152950.900000', '152950.903000', '152950.906000', '152950.908000', '152950.911000', '152950.913000', '152950.916000', '152950.919000', '152950.921000', '152950.924000', '152950.926000', '152950.929000', '152950.932000', '152950.934000', '152950.937000', '152950.940000', '152950.943000', '152950.946000', '152950.949000', '152950.951000', '152950.954000', '152950.956000', '152950.959000', '152950.962000', '152950.965000', '152950.968000', '152950.971000', '152950.973000', '152950.976000', '152950.979000', '153010.866000', '153010.869000', '153010.872000', '153010.874000', '153010.877000', '153010.880000', '153010.882000', '153010.885000', '153010.887000', '153010.890000', '153010.893000', '153010.895000', '153010.898000', '153010.900000', '153010.903000', '153010.906000', '153010.908000', '153010.911000', '153010.914000', '153010.916000', '153010.919000', '153010.921000', '153010.924000', '153010.927000', '153010.929000', '153010.932000', '153010.934000', '153010.937000', '153010.940000', '153010.942000', '153010.945000', '153010.947000', '153010.950000', '153010.953000', '153010.955000', '153010.958000', '153010.960000', '153010.963000', '153010.966000', '153010.968000', '153010.971000', '153010.974000', '153010.976000', '153010.979000', '153030.866000', '153030.869000', '153030.872000', '153030.875000', '153030.877000', '153030.880000', '153030.882000', '153030.885000', '153030.887000', '153030.890000', '153030.893000', '153030.895000', '153030.898000', '153030.900000', '153030.903000', '153030.906000', '153030.909000', '153030.911000', '153030.914000', '153030.916000', '153030.919000', '153030.922000', '153030.924000', '153030.927000', '153030.931000', '153030.934000', '153030.936000', '153030.939000', '153030.941000', '153030.944000', '153030.947000', '153030.949000', '153030.952000', '153030.954000', '153030.957000', '153030.959000', '153030.962000', '153030.965000', '153030.967000', '153030.970000', '153030.972000', '153030.975000', '153030.978000', '153050.866000', '153050.869000', '153050.872000', '153050.875000', '153050.877000', '153050.880000', '153050.883000', '153050.885000', '153050.888000', '153050.890000', '153050.893000', '153050.895000', '153050.898000', '153050.900000', '153050.903000', '153050.906000', '153050.908000', '153050.911000', '153050.914000', '153050.916000', '153050.919000', '153050.921000', '153050.924000', '153050.927000', '153050.929000', '153050.932000', '153050.934000', '153050.937000', '153050.939000', '153050.942000', '153050.945000', '153050.947000', '153050.950000', '153050.952000', '153050.955000', '153050.957000', '153050.960000', '153050.963000', '153050.975000', '153050.977000', '153050.980000', '153050.982000', '153050.985000', '153050.987000', '153110.867000', '153110.881000', '153110.883000', '153110.886000', '153110.889000', '153110.891000', '153110.894000', '153110.896000', '153110.899000', '153110.902000', '153110.904000', '153110.907000', '153110.909000', '153110.912000', '153110.915000', '153110.917000', '153110.920000', '153110.923000', '153110.925000', '153110.928000', '153110.930000', '153110.933000', '153110.936000', '153110.938000', '153110.941000', '153110.944000', '153110.946000', '153110.949000', '153110.951000', '153110.954000', '153110.957000', '153110.959000', '153110.962000', '153110.965000', '153110.967000', '153110.970000', '153110.973000', '153110.975000', '153110.978000', '153110.980000', '153110.983000', '153110.986000', '153110.989000', '153130.867000', '153130.875000', '153130.877000', '153130.880000', '153130.882000', '153130.885000', '153130.888000', '153130.890000', '153130.893000', '153130.895000', '153130.898000', '153130.901000', '153130.903000', '153130.906000', '153130.909000', '153130.911000', '153130.914000', '153130.916000', '153130.919000', '153130.922000', '153130.924000', '153130.927000', '153130.929000', '153130.932000', '153130.935000', '153130.937000', '153130.940000', '153130.942000', '153130.945000', '153130.948000', '153130.950000', '153130.953000', '153130.955000', '153130.958000', '153130.961000', '153130.963000', '153130.966000', '153130.969000', '153130.971000', '153130.974000', '153130.977000', '153130.979000', '153130.982000', '153130.984000', '153150.867000', '153150.869000', '153150.872000', '153150.875000', '153150.877000', '153150.880000', '153150.882000', '153150.885000', '153150.888000', '153150.890000', '153150.893000', '153150.895000', '153150.898000', '153150.900000', '153150.903000', '153150.906000', '153150.908000', '153150.911000', '153150.914000', '153150.916000', '153150.919000', '153150.922000', '153150.924000', '153150.927000', '153150.929000', '153150.932000', '153150.934000', '153150.937000', '153150.940000', '153150.942000', '153150.945000', '153150.947000', '153150.950000', '153150.952000', '153150.955000', '153150.958000', '153150.960000', '153150.963000', '153150.966000', '153150.968000', '153150.971000', '153150.973000', '153150.976000', '153210.867000', '153210.870000', '153210.872000', '153210.875000', '153210.878000', '153210.880000', '153210.883000', '153210.886000', '153210.888000', '153210.891000', '153210.893000', '153210.896000', '153210.899000', '153210.901000', '153210.904000', '153210.907000', '153210.909000', '153210.912000', '153210.915000', '153210.917000', '153210.920000', '153210.923000', '153210.925000', '153210.928000', '153210.930000', '153210.933000', '153210.936000', '153210.938000', '153210.941000', '153210.943000', '153210.946000', '153210.949000', '153210.951000', '153210.954000', '153210.957000', '153210.959000', '153210.962000', '153210.965000', '153210.967000', '153210.970000', '153210.972000', '153210.975000', '153210.978000', '153210.980000', '153230.867000', '153230.869000', '153230.872000', '153230.875000', '153230.884000', '153230.887000', '153230.890000', '153230.892000', '153230.895000', '153230.897000', '153230.900000', '153230.903000', '153230.905000', '153230.908000', '153230.910000', '153230.913000', '153230.916000', '153230.919000', '153230.921000', '153230.924000', '153230.927000', '153230.929000', '153230.932000', '153230.934000', '153230.939000', '153230.942000', '153230.944000', '153230.947000', '153230.949000', '153230.952000', '153230.955000', '153230.957000', '153230.960000', '153230.962000', '153230.965000', '153230.968000', '153230.970000', '153230.973000', '153230.975000', '153230.978000', '153230.981000', '153230.983000', '153230.986000', '153250.867000', '153250.870000', '153250.873000', '153250.875000', '153250.878000', '153250.880000', '153250.883000', '153250.886000', '153250.888000', '153250.891000', '153250.893000', '153250.896000', '153250.899000', '153250.901000', '153250.904000', '153250.906000', '153250.909000', '153250.911000', '153250.914000', '153250.917000', '153250.919000', '153250.922000', '153250.925000', '153250.927000', '153250.930000', '153250.932000', '153250.935000', '153250.938000', '153250.940000', '153250.943000', '153250.945000', '153250.948000', '153250.951000', '153250.953000', '153250.956000', '153250.958000', '153250.961000', '153250.964000', '153250.966000', '153250.969000', '153250.971000', '153250.974000', '153250.977000', '153310.867000', '153310.874000', '153310.877000', '153310.879000', '153310.882000', '153310.885000', '153310.887000', '153310.890000', '153310.892000', '153310.895000', '153310.897000', '153310.900000', '153310.903000', '153310.905000', '153310.908000', '153310.911000', '153310.913000', '153310.916000', '153310.918000', '153310.921000', '153310.924000', '153310.926000', '153310.929000', '153310.931000', '153310.934000', '153310.936000', '153310.939000', '153310.942000', '153310.944000', '153310.947000', '153310.949000', '153310.952000', '153310.955000', '153310.957000', '153310.960000', '153310.962000', '153310.965000', '153310.968000', '153310.970000', '153310.973000', '153310.976000', '153310.978000', '153310.981000', '153310.983000', '153330.866000', '153330.869000', '153330.872000', '153330.875000', '153330.877000', '153330.880000', '153330.882000', '153330.885000', '153330.889000', '153330.891000', '153330.894000', '153330.896000', '153330.899000', '153330.902000', '153330.904000', '153330.907000', '153330.910000', '153330.912000', '153330.915000', '153330.917000', '153330.920000', '153330.923000', '153330.925000', '153330.928000', '153330.930000', '153330.933000', '153330.935000', '153330.938000', '153330.941000', '153330.943000', '153330.946000', '153330.948000', '153330.951000', '153330.954000', '153330.956000', '153330.959000', '153330.961000', '153330.964000', '153330.966000', '153330.969000', '153330.972000', '153330.974000', '153330.977000', '153330.979000', '153350.867000', '153350.885000', '153350.888000', '153350.891000', '153350.893000', '153350.896000', '153350.898000', '153350.901000', '153350.904000', '153350.906000', '153350.909000', '153350.911000', '153350.914000', '153350.917000', '153350.920000', '153350.929000', '153350.931000', '153350.934000', '153350.937000', '153350.939000', '153350.942000', '153350.944000', '153350.947000', '153350.950000', '153350.953000', '153350.955000', '153350.958000', '153350.960000', '153350.963000', '153350.966000', '153350.968000', '153350.971000', '153350.974000', '153350.976000', '153350.979000', '153350.982000', '153350.985000', '153350.987000', '153350.990000', '153350.992000', '153350.995000', '153350.998000', '153351.002000', '153410.866000', '153410.869000', '153410.872000', '153410.875000', '153410.877000', '153410.880000', '153410.882000', '153410.885000', '153410.888000', '153410.890000', '153410.893000', '153410.895000', '153410.898000', '153410.900000', '153410.903000', '153410.906000', '153410.908000', '153410.911000', '153410.913000', '153410.916000', '153410.919000', '153410.921000', '153410.924000', '153410.926000', '153410.929000', '153410.932000', '153410.934000', '153410.937000', '153410.939000', '153410.942000', '153410.945000', '153410.947000', '153410.950000', '153410.952000', '153410.955000', '153410.957000', '153410.960000', '153410.963000', '153410.965000', '153410.968000', '153410.970000', '153410.973000', '153410.976000', '153410.978000', '153430.866000', '153430.869000', '153430.872000', '153430.875000', '153430.877000', '153430.880000', '153430.882000', '153430.885000', '153430.887000', '153430.890000', '153430.893000', '153430.895000', '153430.898000', '153430.900000', '153430.903000', '153430.906000', '153430.908000', '153430.911000', '153430.913000', '153430.916000', '153430.918000', '153430.921000', '153430.924000', '153430.926000', '153430.929000', '153430.932000', '153430.934000', '153430.937000', '153430.940000', '153430.942000', '153430.945000', '153430.948000', '153430.950000', '153430.953000', '153430.955000', '153430.958000', '153430.960000', '153430.963000', '153430.966000', '153430.968000', '153430.971000', '153430.974000', '153430.977000', '153450.867000', '153450.869000', '153450.872000', '153450.875000', '153450.877000', '153450.881000', '153450.883000', '153450.886000', '153450.889000', '153450.891000', '153450.894000', '153450.896000', '153450.899000', '153450.902000', '153450.904000', '153450.907000', '153450.909000', '153450.912000', '153450.915000', '153450.917000', '153450.920000', '153450.922000', '153450.925000', '153450.927000', '153450.930000', '153450.932000', '153450.935000', '153450.938000', '153450.941000', '153450.943000', '153450.946000', '153450.948000', '153450.951000', '153450.953000', '153450.956000', '153450.959000', '153450.961000', '153450.964000', '153450.967000', '153450.969000', '153450.972000', '153450.975000', '153450.977000', '153510.867000', '153510.870000', '153510.872000', '153510.875000', '153510.877000', '153510.880000', '153510.883000', '153510.885000', '153510.888000', '153510.897000', '153510.900000', '153510.902000', '153510.920000', '153510.923000', '153510.925000', '153510.928000', '153510.931000', '153510.933000', '153510.936000', '153510.939000', '153510.941000', '153510.944000', '153510.946000', '153510.949000', '153510.952000', '153510.954000', '153510.957000', '153510.959000', '153510.962000', '153510.965000', '153510.967000', '153510.970000', '153510.972000', '153510.975000', '153510.978000', '153510.980000', '153510.983000', '153510.985000', '153510.988000', '153510.991000', '153510.993000', '153510.996000', '153510.998000', '153511.001000', '153530.867000', '153530.876000', '153530.878000', '153530.881000', '153530.884000', '153530.886000', '153530.889000', '153530.892000', '153530.894000', '153530.897000', '153530.900000', '153530.902000', '153530.905000', '153530.908000', '153530.910000', '153530.913000', '153530.916000', '153530.918000', '153530.921000', '153530.924000', '153530.926000', '153530.929000', '153530.932000', '153530.934000', '153530.937000', '153530.940000', '153530.942000', '153530.945000', '153530.948000', '153530.950000', '153530.953000', '153530.956000', '153530.958000', '153530.961000', '153530.963000', '153530.966000', '153530.969000', '153530.971000', '153530.974000', '153530.977000', '153530.979000', '153530.982000', '153530.985000', '153550.868000', '153550.870000', '153550.873000', '153550.876000', '153550.878000', '153550.881000', '153550.883000', '153550.886000', '153550.889000', '153550.891000', '153550.894000', '153550.896000', '153550.899000', '153550.902000', '153550.904000', '153550.907000', '153550.909000', '153550.912000', '153550.914000', '153550.917000', '153550.920000', '153550.922000', '153550.925000', '153550.928000', '153550.930000', '153550.933000', '153550.936000', '153550.938000', '153550.941000', '153550.943000', '153550.946000', '153550.949000', '153550.951000', '153550.954000', '153550.956000', '153550.959000', '153550.962000', '153550.964000', '153550.967000', '153550.969000', '153550.972000', '153550.975000', '153550.977000', '153550.980000', '153610.867000', '153610.869000', '153610.872000', '153610.875000', '153610.877000', '153610.880000', '153610.883000', '153610.886000', '153610.889000', '153610.892000', '153610.894000', '153610.897000', '153610.900000', '153610.902000', '153610.905000', '153610.907000', '153610.910000', '153610.913000', '153610.915000', '153610.918000', '153610.921000', '153610.924000', '153610.927000', '153610.930000', '153610.932000', '153610.935000', '153610.938000', '153610.940000', '153610.943000', '153610.945000', '153610.948000', '153610.951000', '153610.953000', '153610.956000', '153610.958000', '153610.961000', '153610.964000', '153610.966000', '153610.969000', '153610.972000', '153610.974000', '153610.977000', '153610.980000', '153630.867000', '153630.882000', '153630.884000', '153630.887000', '153630.889000', '153630.892000', '153630.895000', '153630.897000', '153630.900000', '153630.902000', '153630.905000', '153630.908000', '153630.910000', '153630.913000', '153630.916000', '153630.918000', '153630.921000', '153630.923000', '153630.926000', '153630.929000', '153630.931000', '153630.934000', '153630.936000', '153630.939000', '153630.942000', '153630.944000', '153630.947000', '153630.949000', '153630.952000', '153630.955000', '153630.957000', '153630.960000', '153630.962000', '153630.965000', '153630.968000', '153630.970000', '153630.973000', '153630.975000', '153630.978000', '153630.981000', '153630.983000', '153630.986000', '153630.988000', '153630.991000', '153643.070000', '153643.073000', '153643.075000', '153643.078000', '153643.081000', '153643.084000', '153643.087000', '153643.089000', '153643.092000', '153643.095000', '153643.098000', '153643.101000', '153643.104000', '153643.107000', '153643.110000', '153643.113000', '153643.116000', '153643.119000', '153643.122000', '153643.125000', '153643.127000', '153643.130000', '153643.133000', '153643.136000', '153643.142000', '153643.144000', '153643.147000'], '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], 'LargestImagePixelValue': [11985, 12971, 15534, 12060, 12452, 15070, 13157, 12563, 10749, 12544, 12567, 13577, 12343, 12062, 13269, 12193, 10485, 13126, 15244, 12698, 12991, 12410, 12067, 11891, 11032, 11916, 10683, 11817, 11657, 12090, 11919, 12191, 13121, 12576, 13103, 12767, 14106, 12711, 14952, 12753, 14566, 12468, 12475, 12250, 12168, 12353, 14343, 12156, 11300, 12173, 11956, 12095, 10754, 11944, 10683, 12035, 10121, 11844, 11198, 14887, 12237, 11689, 12459, 12132, 12072, 10812, 13794, 11986, 10304, 12184, 11469, 12010, 11164, 12014, 12162, 11863, 11939, 15105, 12509, 10827, 12384, 10410, 12462, 12304, 12637, 11335, 11981, 11169, 13780, 12377, 8970, 11961, 10643, 13103, 12114, 10402, 12207, 10075, 12165, 11527, 14200, 12153, 13400, 11938, 11377, 11672, 10961, 11874, 11480, 14792, 12441, 10212, 12140, 11982, 12291, 12210, 12117, 11562, 11595, 11475, 11994, 11931, 12437, 12546, 11887, 10360, 11819, 10169, 12262, 11736, 10549, 13380, 11481, 14336, 12078, 12388, 11931, 12370, 13306, 12464, 12546, 11274, 12518, 15325, 12346, 12105, 11311, 12285, 11855, 11056, 13107, 12605, 11580, 12621, 10531, 11647, 11756, 14626, 12555, 12969, 11933, 12687, 14428, 12944, 12633, 11385, 12746, 12410, 12696, 12157, 12833, 12976, 13022, 12017, 12743, 15131, 12858, 14373, 12223, 13456, 12018, 12746, 10223, 12592, 10983, 12200, 12713, 12387, 11556, 12480, 11305, 11973, 11609, 14404, 12163, 12457, 11476, 12463, 11401, 12048, 11018, 13147, 12347, 12256, 12887, 12313, 12116, 12462, 11461, 11698, 11792, 13253, 12196, 11373, 12347, 11445, 12328, 12458, 10048, 12548, 12091, 11567, 11775, 12212, 10879, 12173, 11923, 12502, 12187, 14748, 12396, 12640, 12188, 12653, 12277, 11517, 13195, 12403, 14908, 12668, 15300, 12323, 14599, 12522, 11182, 12740, 10275, 13295, 12704, 12969, 13028, 11648, 13224, 10647, 12898, 12824, 12426, 11104, 12205, 12386, 14684, 13201, 11209, 12912, 10712, 12518, 11372, 12501, 11678, 12403, 13406, 12093, 11123, 13781, 11140, 11819, 12013, 11505, 10872, 10477, 10664, 12390, 13403, 12862, 12230, 12061, 13247, 12479, 12786, 12138, 12599, 12568, 12024, 11699, 14306, 12103, 10050, 12455, 10978, 11882, 12633, 9978, 12500, 12554, 12478, 11602, 12313, 12136, 14559, 12329, 14223, 12551, 13350, 12589, 14206, 12659, 14167, 12929, 12004, 12240, 10507, 12712, 10535, 12637, 12234, 12833, 11455, 13677, 12452, 12492, 12541, 14159, 12666, 15122, 12655, 14190, 12925, 13646, 12492, 10982, 12044, 10761, 12659, 11214, 12267, 12252, 11814, 12291, 10293, 12235, 10333, 12294, 10427, 12499, 11735, 12407, 11426, 13379, 11879, 13173, 11687, 10855, 12856, 11762, 12775, 12080, 12492, 12627, 11559, 12762, 11819, 11793, 12759, 14078, 13443, 11911, 13464, 12325, 12089, 11480, 12211, 11794, 12062, 11855, 11097, 12079, 10714, 12306, 12517, 14126, 12411, 12184, 11715, 11986, 12804, 11405, 12715, 12306, 13560, 13015, 12267, 12199, 11686, 12342, 11937, 12421, 12862, 13866, 11614, 11056, 12938, 11862, 12878, 12190, 12223, 12004, 14112, 12698, 13005, 12353, 12830, 12626, 12431, 12859, 13593, 13590, 12985, 10414, 13024, 11030, 13462, 11403, 12390, 9995, 12323, 11269, 12463, 11922, 12427, 11709, 13335, 11517, 9854, 12326, 11323, 14112, 12397, 14970, 12922, 14193, 12457, 15101, 12938, 13375, 13638, 11981, 12158, 11397, 13006, 12654, 12770, 11421, 13343, 12717, 10789, 13186, 12179, 12441, 12559, 10636, 13248, 10502, 12937, 12634, 12860, 12020, 12622, 11993, 12405, 12420, 12955, 12397, 12934, 12273, 11390, 12646, 12125, 12606, 11996, 12426, 12488, 12408, 12463, 12673, 13060, 11242, 12477, 12142, 14195, 12703, 10960, 12459, 11251, 12318, 12352, 12584, 12003, 12843, 12023, 12566, 12672, 10394, 12425, 12088, 12651, 12363, 13606, 13138, 12505, 13122, 12304, 12549, 11478, 12475, 11043, 12798, 11353, 12533, 13030, 12272, 12204, 12062, 12363, 12810, 12860, 10706, 12718, 12604, 12432, 11051, 12206, 12127, 12950, 12631, 13206, 12008, 11100, 12725, 10870, 11612, 11781, 13689, 11930, 11001, 12789, 11662, 12445, 12029, 13872, 12552, 11362, 12659, 12864, 12826, 11647, 13464, 12694, 12683, 13369, 12567, 12988, 11466, 12915, 11222, 13231, 11172, 12868, 11831, 13162, 12403, 12939, 13354, 12286, 12485, 12631, 12744, 11097, 12175, 11728, 13597, 12458, 10507, 12194, 11579, 12592, 12257, 11100, 12177, 11822, 13165, 12071, 12349, 12544, 11494, 12480, 12713, 11714, 12183, 12652, 10740, 12602, 12058, 14563, 13061, 13216, 13089, 12819, 11992, 12683, 11828, 13556, 12818, 11329, 12260, 11936, 13772, 12722, 13034, 13131, 11447, 12724, 12190, 12455, 13314, 13862, 13346, 15352, 16995, 13136, 11961, 13730, 13390, 13272, 12102, 13325, 11310, 13726, 12804, 13375, 13896, 12311, 14380, 14820, 13774, 13515, 15024, 12865, 13750, 16828, 12250, 13282, 16124, 13046, 13076, 12050, 13135, 11910, 12774, 13235, 11416, 12913, 13387, 12898, 13585, 12717, 12669, 13262, 11709, 13514, 13747, 11745, 13264, 11904, 13451, 13427, 13564, 12202, 13457, 12724, 14056, 13472, 13372, 13023, 13444, 13678, 11837, 13362, 12329, 13256, 13260, 12955, 11496, 13770, 11057, 13671, 11861, 13478, 12163, 13978, 11749, 12905, 12081, 11715, 13163, 14164, 12924, 12159, 12735, 10794, 13316, 10786, 12834, 11973, 13050, 12083, 12269, 13019, 10525, 13117, 12745, 13241, 11516, 11855, 12839, 11365, 13082, 10410, 13346, 10898, 13095, 13036, 12332, 12822, 13007, 12233, 12709, 10505, 12930, 9818, 13187, 11886, 13203, 11585, 13533, 11441, 12957, 11443, 12612, 12041, 12652, 12434, 13419, 12927, 11927, 12735, 10563, 12947, 12381, 13618, 12277, 13536, 11694, 13474, 11712, 11629, 12172, 11582, 12685, 10337, 13636, 10468, 12324, 11116, 13077, 12102, 13982, 12849, 11763, 12737, 12366, 12182, 11432, 12581, 11799, 12320, 12500, 12119, 9143, 13378, 11113, 10590, 12441, 11141, 9656, 11553, 11685, 11438, 11780, 13029, 14378, 12945, 12472, 12785, 12612, 12426, 12376, 14166, 13100, 11145, 12363, 12441, 14296, 12425, 10094, 12196, 11205, 12292, 12523, 12148, 12265, 11296, 12325, 12131, 14801, 12712, 14882, 12797, 12787, 12960, 11849, 12806, 11679, 12609, 11563, 13070, 12913, 13127, 11603, 12146, 12735, 10000, 13432, 11712, 11906, 13281, 11191, 13609, 12803, 13242, 13011, 12313, 12924, 12669, 13724, 12914, 11515, 13023, 13056, 12294, 13135, 11750, 12953, 13369, 12898, 12187, 14640, 13248, 10196, 13290, 11825, 14036, 13240, 11338, 13552, 13502, 13058, 11848, 14053, 13011, 9788, 13122, 11528, 12402, 13163, 12653, 12855, 12802, 12727, 12101, 13774, 12948, 14604, 13236, 13450, 12677, 11616, 12707, 12801, 12948, 12263, 12475, 12341, 10835, 13332, 12041, 13158, 13485, 13145, 11848, 13073, 13801, 13029, 12475, 13006, 10934, 12665, 12458, 12801, 10847, 11413, 12152, 12385, 12385, 11834, 12942, 10753, 13279, 12397, 13387, 12409, 12539, 12350, 12228, 13014, 12065, 11718, 12261, 12209, 14137, 12198, 11788, 12292, 12173, 13328, 13584, 12100, 12415, 12346, 10463, 10386, 14057, 13126, 12768, 11713, 11798, 14673, 12403, 13435, 13325, 13283, 14162, 13035, 13325, 13202, 13769, 12840, 12738, 12423, 13391, 12295, 12085, 12917, 15353, 12926, 11736, 12948, 11683, 13229, 13390, 12758, 13034, 14452, 13195, 12810, 13461, 12548, 13086, 12862, 12256, 13403, 13534, 12083, 13506, 13493, 13222, 12539, 12896, 11478, 12716, 12744, 12877, 14328, 12491, 14432, 12121, 12131, 12347, 13271, 11855, 13401, 11939, 14381, 11584, 12520, 11720, 12360, 12085, 12555, 11643, 12667, 12013, 12406, 11175, 12634, 10343, 12639, 10922, 12762, 11537, 12798, 12124, 9614, 12400, 12204, 13095, 11658, 12868, 12656, 13627, 12177, 13586, 12522, 15026, 12279, 12435, 12200, 12048, 10754, 11945, 11670, 13983, 12304, 14436, 11829, 12894, 13624, 12262, 14804, 11810, 12594, 14210, 12799, 14518, 12510, 12238, 16183, 11886, 12069, 13103, 13257, 12209, 12358, 12518, 14951, 12031, 12520, 12393, 13320, 11524, 12485, 12397, 14175, 13335, 11621, 12220, 12280, 12658, 12056, 14449, 13016, 10708, 12335, 12110, 12925, 12170, 12423, 11646, 12586, 12927, 11890, 11852, 12474, 13091, 13840, 13072, 15193, 12424, 12125, 12656, 12623, 13682, 12739, 15409, 12910, 10819, 12278, 12468, 12502, 12522, 10495, 12036, 12710, 12480, 12300, 14187, 12744, 10738, 12139, 12851, 12648, 13440, 12424, 12673, 13645, 12790, 10884, 12270, 12687, 12270, 11459, 13177, 12393, 10489, 12365, 10979, 11938, 12198, 13473, 12317, 11805, 12177, 11786, 12000, 12459, 13271, 11888, 14775, 12476, 10961, 12051, 10720, 12133, 12177, 14104, 12248, 15229, 12226, 13741, 12117, 12427, 12131, 11514, 12499, 11463, 9346, 11202, 9874, 10883, 12034, 11467, 11278, 12361, 13700, 12498, 10659, 12738, 12307, 12759, 13775, 15244, 12937, 13930, 11761, 14395, 12956, 12977, 13623, 13586, 12347, 11725, 11253, 12994, 12422, 12659, 11925, 12231, 11750, 12166, 12209, 11029, 12809, 13268, 14353, 12993, 15704, 13720, 12778, 13389, 12702, 13152, 13144, 13193, 11688, 13185, 11203, 12760, 11999, 11212, 11458, 12512, 11626, 13382, 13045, 11838, 12910, 13516, 13821, 13169, 16640, 13261, 14515, 12998, 12423, 12972, 12836, 12925, 12102, 10452, 12408, 12156, 11105, 11302, 10674, 13222, 11353, 14111, 14571, 15829], 'WindowCenter': [4898.0, 4890.0, 4882.0, 4854.0, 4823.0, 4813.0, 4820.0, 4832.0, 4810.0, 4834.0, 4847.0, 4857.0, 4848.0, 4849.0, 4858.0, 4861.0, 4840.0, 4861.0, 4866.0, 4845.0, 4832.0, 4834.0, 4822.0, 4821.0, 4811.0, 4834.0, 4812.0, 4832.0, 4820.0, 4832.0, 4822.0, 4833.0, 4842.0, 4847.0, 4843.0, 4855.0, 4854.0, 4848.0, 4866.0, 4848.0, 4853.0, 4846.0, 4834.0, 4849.0, 4845.0, 4849.0, 4854.0, 4846.0, 4836.0, 4848.0, 4859.0, 4862.0, 4853.0, 4860.0, 4841.0, 4862.0, 4843.0, 4851.0, 4853.0, 4880.0, 4864.0, 4851.0, 4863.0, 4864.0, 4863.0, 4853.0, 4871.0, 4865.0, 4844.0, 4863.0, 4865.0, 4862.0, 4853.0, 4864.0, 4862.0, 4851.0, 4850.0, 4879.0, 4860.0, 4839.0, 4862.0, 4843.0, 4863.0, 4861.0, 4862.0, 4853.0, 4861.0, 4853.0, 4882.0, 4876.0, 4824.0, 4862.0, 4856.0, 4883.0, 4876.0, 4857.0, 4875.0, 4857.0, 4877.0, 4867.0, 4896.0, 4878.0, 4887.0, 4878.0, 4867.0, 4855.0, 4854.0, 4851.0, 4852.0, 4870.0, 4860.0, 4832.0, 4850.0, 4851.0, 4851.0, 4861.0, 4850.0, 4853.0, 4880.0, 4867.0, 4864.0, 4863.0, 4859.0, 4861.0, 4863.0, 4868.0, 4862.0, 4862.0, 4867.0, 4864.0, 4870.0, 4887.0, 4893.0, 4910.0, 4891.0, 4889.0, 4867.0, 4865.0, 4872.0, 4865.0, 4863.0, 4844.0, 4865.0, 4880.0, 4865.0, 4864.0, 4851.0, 4859.0, 4852.0, 4865.0, 4899.0, 4875.0, 4864.0, 4863.0, 4855.0, 4879.0, 4874.0, 4896.0, 4876.0, 4874.0, 4862.0, 4862.0, 4868.0, 4860.0, 4850.0, 4849.0, 4860.0, 4848.0, 4847.0, 4850.0, 4856.0, 4869.0, 4857.0, 4847.0, 4859.0, 4865.0, 4859.0, 4867.0, 4860.0, 4858.0, 4850.0, 4857.0, 4829.0, 4858.0, 4851.0, 4861.0, 4874.0, 4874.0, 4866.0, 4887.0, 4865.0, 4877.0, 4867.0, 4883.0, 4865.0, 4864.0, 4854.0, 4873.0, 4863.0, 4863.0, 4854.0, 4870.0, 4872.0, 4872.0, 4872.0, 4864.0, 4862.0, 4873.0, 4851.0, 4862.0, 4863.0, 4870.0, 4862.0, 4852.0, 4872.0, 4862.0, 4861.0, 4861.0, 4842.0, 4873.0, 4873.0, 4863.0, 4863.0, 4873.0, 4866.0, 4875.0, 4865.0, 4872.0, 4864.0, 4881.0, 4863.0, 4861.0, 4849.0, 4861.0, 4849.0, 4848.0, 4857.0, 4861.0, 4866.0, 4860.0, 4868.0, 4849.0, 4864.0, 4846.0, 4837.0, 4856.0, 4838.0, 4869.0, 4874.0, 4871.0, 4874.0, 4863.0, 4874.0, 4852.0, 4873.0, 4874.0, 4862.0, 4853.0, 4860.0, 4863.0, 4879.0, 4871.0, 4849.0, 4871.0, 4841.0, 4861.0, 4850.0, 4861.0, 4840.0, 4859.0, 4870.0, 4859.0, 4849.0, 4881.0, 4853.0, 4861.0, 4886.0, 4877.0, 4865.0, 4881.0, 4884.0, 4901.0, 4911.0, 4890.0, 4889.0, 4878.0, 4886.0, 4874.0, 4866.0, 4853.0, 4851.0, 4849.0, 4836.0, 4848.0, 4857.0, 4849.0, 4828.0, 4858.0, 4851.0, 4849.0, 4873.0, 4844.0, 4874.0, 4874.0, 4873.0, 4863.0, 4862.0, 4864.0, 4882.0, 4872.0, 4870.0, 4860.0, 4859.0, 4861.0, 4857.0, 4858.0, 4855.0, 4859.0, 4848.0, 4850.0, 4838.0, 4861.0, 4839.0, 4859.0, 4861.0, 4869.0, 4861.0, 4870.0, 4872.0, 4862.0, 4875.0, 4871.0, 4870.0, 4880.0, 4872.0, 4870.0, 4872.0, 4868.0, 4861.0, 4839.0, 4863.0, 4849.0, 4870.0, 4852.0, 4863.0, 4875.0, 4863.0, 4875.0, 4855.0, 4877.0, 4856.0, 4874.0, 4843.0, 4863.0, 4862.0, 4861.0, 4851.0, 4871.0, 4863.0, 4869.0, 4863.0, 4851.0, 4871.0, 4864.0, 4873.0, 4876.0, 4871.0, 4874.0, 4863.0, 4871.0, 4862.0, 4862.0, 4875.0, 4882.0, 4885.0, 4862.0, 4883.0, 4861.0, 4862.0, 4853.0, 4862.0, 4863.0, 4861.0, 4863.0, 4861.0, 4872.0, 4855.0, 4874.0, 4876.0, 4884.0, 4877.0, 4874.0, 4863.0, 4862.0, 4872.0, 4864.0, 4872.0, 4876.0, 4872.0, 4872.0, 4859.0, 4862.0, 4861.0, 4861.0, 4862.0, 4860.0, 4870.0, 4870.0, 4863.0, 4850.0, 4861.0, 4852.0, 4861.0, 4860.0, 4862.0, 4862.0, 4869.0, 4862.0, 4859.0, 4872.0, 4870.0, 4870.0, 4873.0, 4871.0, 4885.0, 4883.0, 4884.0, 4852.0, 4873.0, 4852.0, 4872.0, 4850.0, 4860.0, 4830.0, 4874.0, 4849.0, 4859.0, 4860.0, 4861.0, 4863.0, 4869.0, 4861.0, 4843.0, 4873.0, 4864.0, 4894.0, 4887.0, 4894.0, 4886.0, 4885.0, 4876.0, 4880.0, 4864.0, 4858.0, 4870.0, 4849.0, 4849.0, 4848.0, 4861.0, 4857.0, 4870.0, 4864.0, 4881.0, 4873.0, 4852.0, 4884.0, 4874.0, 4874.0, 4886.0, 4855.0, 4886.0, 4854.0, 4878.0, 4874.0, 4875.0, 4865.0, 4863.0, 4850.0, 4860.0, 4859.0, 4858.0, 4859.0, 4855.0, 4860.0, 4848.0, 4858.0, 4859.0, 4860.0, 4851.0, 4859.0, 4873.0, 4861.0, 4862.0, 4861.0, 4873.0, 4852.0, 4861.0, 4861.0, 4872.0, 4871.0, 4850.0, 4861.0, 4851.0, 4864.0, 4862.0, 4860.0, 4861.0, 4859.0, 4860.0, 4850.0, 4862.0, 4829.0, 4859.0, 4859.0, 4870.0, 4873.0, 4872.0, 4884.0, 4861.0, 4874.0, 4860.0, 4863.0, 4850.0, 4861.0, 4838.0, 4859.0, 4837.0, 4848.0, 4858.0, 4847.0, 4849.0, 4847.0, 4859.0, 4859.0, 4871.0, 4841.0, 4870.0, 4859.0, 4858.0, 4851.0, 4850.0, 4851.0, 4856.0, 4861.0, 4870.0, 4859.0, 4848.0, 4859.0, 4838.0, 4849.0, 4862.0, 4870.0, 4862.0, 4852.0, 4861.0, 4852.0, 4871.0, 4873.0, 4870.0, 4861.0, 4851.0, 4860.0, 4870.0, 4872.0, 4864.0, 4872.0, 4873.0, 4870.0, 4883.0, 4861.0, 4873.0, 4851.0, 4873.0, 4849.0, 4873.0, 4852.0, 4872.0, 4863.0, 4871.0, 4871.0, 4869.0, 4883.0, 4861.0, 4871.0, 4862.0, 4871.0, 4852.0, 4862.0, 4863.0, 4872.0, 4874.0, 4854.0, 4876.0, 4865.0, 4879.0, 4877.0, 4878.0, 4890.0, 4891.0, 4887.0, 4877.0, 4877.0, 4876.0, 4866.0, 4875.0, 4873.0, 4855.0, 4852.0, 4862.0, 4840.0, 4849.0, 4861.0, 4882.0, 4861.0, 4861.0, 4859.0, 4860.0, 4850.0, 4849.0, 4849.0, 4858.0, 4861.0, 4839.0, 4838.0, 4841.0, 4858.0, 4848.0, 4848.0, 4849.0, 4837.0, 4846.0, 4836.0, 4846.0, 4868.0, 4871.0, 4879.0, 4862.0, 4901.0, 4867.0, 4846.0, 4867.0, 4879.0, 4885.0, 4886.0, 4900.0, 4882.0, 4912.0, 4912.0, 4901.0, 4929.0, 4868.0, 4828.0, 4840.0, 4832.0, 4846.0, 4871.0, 4819.0, 4819.0, 4824.0, 4785.0, 4805.0, 4824.0, 4805.0, 4803.0, 4795.0, 4817.0, 4805.0, 4829.0, 4841.0, 4821.0, 4830.0, 4843.0, 4847.0, 4897.0, 4873.0, 4872.0, 4858.0, 4846.0, 4855.0, 4858.0, 4835.0, 4858.0, 4835.0, 4844.0, 4831.0, 4832.0, 4820.0, 4832.0, 4830.0, 4839.0, 4826.0, 4828.0, 4816.0, 4829.0, 4827.0, 4807.0, 4827.0, 4828.0, 4841.0, 4839.0, 4840.0, 4835.0, 4853.0, 4849.0, 4866.0, 4857.0, 4881.0, 4861.0, 4879.0, 4862.0, 4870.0, 4872.0, 4849.0, 4871.0, 4881.0, 4874.0, 4859.0, 4862.0, 4840.0, 4871.0, 4840.0, 4859.0, 4851.0, 4858.0, 4859.0, 4847.0, 4872.0, 4842.0, 4869.0, 4870.0, 4872.0, 4863.0, 4850.0, 4872.0, 4852.0, 4872.0, 4841.0, 4871.0, 4838.0, 4859.0, 4857.0, 4858.0, 4847.0, 4857.0, 4845.0, 4857.0, 4836.0, 4859.0, 4828.0, 4870.0, 4860.0, 4869.0, 4862.0, 4881.0, 4863.0, 4872.0, 4863.0, 4861.0, 4862.0, 4872.0, 4872.0, 4872.0, 4873.0, 4850.0, 4872.0, 4841.0, 4868.0, 4860.0, 4881.0, 4862.0, 4870.0, 4862.0, 4870.0, 4864.0, 4859.0, 4862.0, 4862.0, 4874.0, 4854.0, 4884.0, 4855.0, 4874.0, 4866.0, 4886.0, 4890.0, 4921.0, 4903.0, 4876.0, 4885.0, 4874.0, 4877.0, 4876.0, 4874.0, 4875.0, 4912.0, 4911.0, 4904.0, 4861.0, 4897.0, 4881.0, 4857.0, 4876.0, 4865.0, 4848.0, 4865.0, 4878.0, 4876.0, 4876.0, 4899.0, 4896.0, 4888.0, 4863.0, 4874.0, 4862.0, 4862.0, 4862.0, 4869.0, 4859.0, 4838.0, 4849.0, 4861.0, 4869.0, 4858.0, 4828.0, 4847.0, 4850.0, 4858.0, 4860.0, 4859.0, 4861.0, 4839.0, 4858.0, 4860.0, 4870.0, 4859.0, 4878.0, 4860.0, 4856.0, 4858.0, 4834.0, 4846.0, 4824.0, 4836.0, 4823.0, 4845.0, 4846.0, 4846.0, 4837.0, 4844.0, 4857.0, 4831.0, 4869.0, 4861.0, 4862.0, 4885.0, 4863.0, 4884.0, 4873.0, 4874.0, 4874.0, 4862.0, 4875.0, 4872.0, 4882.0, 4875.0, 4853.0, 4872.0, 4871.0, 4863.0, 4873.0, 4853.0, 4859.0, 4871.0, 4861.0, 4862.0, 4880.0, 4861.0, 4832.0, 4858.0, 4849.0, 4869.0, 4871.0, 4850.0, 4873.0, 4871.0, 4868.0, 4861.0, 4870.0, 4870.0, 4829.0, 4868.0, 4854.0, 4862.0, 4874.0, 4862.0, 4863.0, 4862.0, 4862.0, 4861.0, 4867.0, 4860.0, 4866.0, 4859.0, 4856.0, 4859.0, 4837.0, 4856.0, 4858.0, 4860.0, 4860.0, 4858.0, 4861.0, 4852.0, 4873.0, 4863.0, 4873.0, 4873.0, 4873.0, 4863.0, 4860.0, 4869.0, 4858.0, 4860.0, 4872.0, 4840.0, 4859.0, 4860.0, 4859.0, 4850.0, 4849.0, 4861.0, 4872.0, 4872.0, 4863.0, 4875.0, 4865.0, 4875.0, 4875.0, 4885.0, 4877.0, 4871.0, 4873.0, 4875.0, 4871.0, 4875.0, 4863.0, 4862.0, 4873.0, 4871.0, 4862.0, 4860.0, 4875.0, 4865.0, 4871.0, 4886.0, 4860.0, 4845.0, 4861.0, 4912.0, 4969.0, 4996.0, 4916.0, 4904.0, 4892.0, 4866.0, 4897.0, 4879.0, 4875.0, 4885.0, 4874.0, 4864.0, 4849.0, 4849.0, 4833.0, 4834.0, 4835.0, 4826.0, 4822.0, 4823.0, 4811.0, 4810.0, 4835.0, 4843.0, 4831.0, 4823.0, 4833.0, 4833.0, 4845.0, 4857.0, 4848.0, 4849.0, 4855.0, 4848.0, 4835.0, 4834.0, 4823.0, 4835.0, 4834.0, 4836.0, 4834.0, 4846.0, 4823.0, 4845.0, 4846.0, 4847.0, 4838.0, 4849.0, 4829.0, 4849.0, 4836.0, 4849.0, 4856.0, 4850.0, 4856.0, 4849.0, 4837.0, 4852.0, 4859.0, 4852.0, 4860.0, 4853.0, 4870.0, 4853.0, 4851.0, 4851.0, 4851.0, 4841.0, 4848.0, 4841.0, 4850.0, 4838.0, 4838.0, 4827.0, 4839.0, 4818.0, 4837.0, 4827.0, 4848.0, 4839.0, 4848.0, 4851.0, 4831.0, 4863.0, 4863.0, 4874.0, 4865.0, 4874.0, 4875.0, 4875.0, 4854.0, 4865.0, 4864.0, 4873.0, 4853.0, 4849.0, 4847.0, 4851.0, 4843.0, 4854.0, 4852.0, 4871.0, 4864.0, 4872.0, 4855.0, 4862.0, 4862.0, 4853.0, 4871.0, 4840.0, 4849.0, 4860.0, 4839.0, 4856.0, 4838.0, 4839.0, 4864.0, 4827.0, 4838.0, 4847.0, 4846.0, 4837.0, 4837.0, 4836.0, 4857.0, 4839.0, 4836.0, 4839.0, 4847.0, 4826.0, 4837.0, 4837.0, 4846.0, 4847.0, 4824.0, 4824.0, 4834.0, 4834.0, 4834.0, 4855.0, 4845.0, 4813.0, 4835.0, 4836.0, 4844.0, 4836.0, 4849.0, 4839.0, 4851.0, 4848.0, 4841.0, 4839.0, 4840.0, 4849.0, 4846.0, 4849.0, 4855.0, 4836.0, 4824.0, 4834.0, 4826.0, 4833.0, 4835.0, 4843.0, 4833.0, 4804.0, 4823.0, 4832.0, 4823.0, 4835.0, 4813.0, 4833.0, 4835.0, 4835.0, 4848.0, 4855.0, 4848.0, 4830.0, 4840.0, 4849.0, 4849.0, 4856.0, 4847.0, 4849.0, 4848.0, 4849.0, 4829.0, 4850.0, 4850.0, 4850.0, 4843.0, 4859.0, 4861.0, 4845.0, 4863.0, 4855.0, 4863.0, 4867.0, 4875.0, 4868.0, 4856.0, 4867.0, 4854.0, 4852.0, 4863.0, 4864.0, 4856.0, 4873.0, 4864.0, 4842.0, 4854.0, 4843.0, 4864.0, 4853.0, 4872.0, 4854.0, 4870.0, 4850.0, 4861.0, 4852.0, 4852.0, 4851.0, 4843.0, 4862.0, 4838.0, 4737.0, 4767.0, 4790.0, 4825.0, 4877.0, 4893.0, 4868.0, 4879.0, 4888.0, 4868.0, 4831.0, 4839.0, 4865.0, 4907.0, 4864.0, 4909.0, 4918.0, 4859.0, 4824.0, 4833.0, 4808.0, 4887.0, 4888.0, 4860.0, 4810.0, 4794.0, 4801.0, 4829.0, 4831.0, 4845.0, 4835.0, 4845.0, 4838.0, 4848.0, 4860.0, 4843.0, 4888.0, 4859.0, 4855.0, 4835.0, 4832.0, 4821.0, 4810.0, 4834.0, 4823.0, 4805.0, 4805.0, 4829.0, 4819.0, 4818.0, 4827.0, 4858.0, 4832.0, 4822.0, 4835.0, 4884.0, 4887.0, 4879.0, 4871.0, 4859.0, 4868.0, 4881.0, 4872.0, 4873.0, 4877.0, 4859.0, 4868.0, 4856.0, 4875.0, 4869.0, 4842.0, 4855.0, 4869.0, 4868.0, 4844.0, 4832.0, 4822.0, 4810.0, 4825.0, 4870.0, 4847.0, 4872.0, 4900.0, 4896.0], 'WindowWidth': [10667.0, 10641.0, 10615.0, 10579.0, 10515.0, 10485.0, 10505.0, 10530.0, 10496.0, 10534.0, 10561.0, 10574.0, 10564.0, 10567.0, 10579.0, 10587.0, 10557.0, 10587.0, 10583.0, 10554.0, 10532.0, 10533.0, 10513.0, 10513.0, 10499.0, 10535.0, 10503.0, 10532.0, 10512.0, 10531.0, 10517.0, 10537.0, 10545.0, 10560.0, 10550.0, 10571.0, 10565.0, 10563.0, 10582.0, 10561.0, 10562.0, 10557.0, 10537.0, 10566.0, 10556.0, 10565.0, 10567.0, 10560.0, 10543.0, 10565.0, 10583.0, 10590.0, 10582.0, 10585.0, 10561.0, 10588.0, 10565.0, 10572.0, 10579.0, 10611.0, 10595.0, 10572.0, 10590.0, 10592.0, 10591.0, 10578.0, 10598.0, 10595.0, 10567.0, 10592.0, 10596.0, 10591.0, 10578.0, 10594.0, 10588.0, 10570.0, 10569.0, 10606.0, 10583.0, 10552.0, 10588.0, 10562.0, 10592.0, 10588.0, 10588.0, 10577.0, 10587.0, 10579.0, 10617.0, 10612.0, 10542.0, 10592.0, 10589.0, 10624.0, 10617.0, 10590.0, 10615.0, 10594.0, 10621.0, 10606.0, 10641.0, 10621.0, 10632.0, 10620.0, 10602.0, 10583.0, 10581.0, 10573.0, 10573.0, 10597.0, 10585.0, 10547.0, 10570.0, 10572.0, 10573.0, 10586.0, 10571.0, 10580.0, 10627.0, 10605.0, 10595.0, 10592.0, 10582.0, 10586.0, 10593.0, 10609.0, 10587.0, 10601.0, 10597.0, 10596.0, 10615.0, 10632.0, 10652.0, 10671.0, 10646.0, 10637.0, 10604.0, 10593.0, 10603.0, 10598.0, 10592.0, 10565.0, 10596.0, 10611.0, 10596.0, 10592.0, 10573.0, 10581.0, 10573.0, 10598.0, 10653.0, 10615.0, 10594.0, 10592.0, 10585.0, 10625.0, 10612.0, 10645.0, 10619.0, 10607.0, 10590.0, 10587.0, 10590.0, 10583.0, 10569.0, 10569.0, 10582.0, 10560.0, 10559.0, 10571.0, 10573.0, 10596.0, 10576.0, 10562.0, 10578.0, 10583.0, 10582.0, 10590.0, 10584.0, 10578.0, 10569.0, 10579.0, 10539.0, 10578.0, 10574.0, 10590.0, 10611.0, 10608.0, 10602.0, 10633.0, 10601.0, 10620.0, 10606.0, 10622.0, 10600.0, 10594.0, 10581.0, 10609.0, 10594.0, 10593.0, 10581.0, 10597.0, 10605.0, 10606.0, 10607.0, 10598.0, 10593.0, 10607.0, 10575.0, 10592.0, 10594.0, 10598.0, 10589.0, 10577.0, 10604.0, 10592.0, 10586.0, 10587.0, 10564.0, 10608.0, 10608.0, 10595.0, 10595.0, 10608.0, 10602.0, 10613.0, 10599.0, 10606.0, 10595.0, 10616.0, 10594.0, 10587.0, 10570.0, 10586.0, 10567.0, 10567.0, 10578.0, 10587.0, 10588.0, 10583.0, 10592.0, 10567.0, 10582.0, 10560.0, 10549.0, 10575.0, 10555.0, 10596.0, 10610.0, 10603.0, 10611.0, 10592.0, 10612.0, 10577.0, 10608.0, 10607.0, 10591.0, 10578.0, 10584.0, 10593.0, 10612.0, 10601.0, 10569.0, 10602.0, 10558.0, 10587.0, 10568.0, 10587.0, 10554.0, 10584.0, 10599.0, 10582.0, 10568.0, 10615.0, 10580.0, 10589.0, 10632.0, 10619.0, 10603.0, 10635.0, 10642.0, 10664.0, 10674.0, 10644.0, 10640.0, 10624.0, 10630.0, 10610.0, 10604.0, 10578.0, 10574.0, 10566.0, 10545.0, 10564.0, 10573.0, 10566.0, 10537.0, 10579.0, 10573.0, 10568.0, 10607.0, 10569.0, 10613.0, 10611.0, 10608.0, 10595.0, 10593.0, 10596.0, 10617.0, 10607.0, 10597.0, 10585.0, 10582.0, 10586.0, 10576.0, 10579.0, 10569.0, 10582.0, 10566.0, 10571.0, 10551.0, 10586.0, 10555.0, 10586.0, 10588.0, 10599.0, 10589.0, 10599.0, 10606.0, 10592.0, 10613.0, 10601.0, 10602.0, 10610.0, 10604.0, 10597.0, 10604.0, 10595.0, 10589.0, 10555.0, 10593.0, 10569.0, 10602.0, 10579.0, 10593.0, 10613.0, 10593.0, 10615.0, 10586.0, 10619.0, 10589.0, 10614.0, 10566.0, 10595.0, 10590.0, 10589.0, 10575.0, 10600.0, 10592.0, 10596.0, 10595.0, 10576.0, 10604.0, 10596.0, 10607.0, 10614.0, 10607.0, 10613.0, 10594.0, 10604.0, 10591.0, 10593.0, 10614.0, 10620.0, 10629.0, 10591.0, 10624.0, 10589.0, 10592.0, 10579.0, 10590.0, 10592.0, 10590.0, 10595.0, 10591.0, 10605.0, 10586.0, 10612.0, 10617.0, 10625.0, 10620.0, 10610.0, 10596.0, 10593.0, 10605.0, 10597.0, 10606.0, 10618.0, 10604.0, 10606.0, 10585.0, 10593.0, 10590.0, 10589.0, 10591.0, 10585.0, 10601.0, 10600.0, 10594.0, 10572.0, 10587.0, 10576.0, 10587.0, 10586.0, 10591.0, 10591.0, 10597.0, 10589.0, 10581.0, 10604.0, 10601.0, 10601.0, 10608.0, 10603.0, 10628.0, 10623.0, 10625.0, 10579.0, 10611.0, 10578.0, 10607.0, 10571.0, 10588.0, 10544.0, 10609.0, 10569.0, 10585.0, 10586.0, 10587.0, 10596.0, 10599.0, 10590.0, 10568.0, 10610.0, 10600.0, 10640.0, 10633.0, 10639.0, 10632.0, 10629.0, 10618.0, 10615.0, 10596.0, 10579.0, 10599.0, 10568.0, 10569.0, 10565.0, 10587.0, 10578.0, 10599.0, 10599.0, 10619.0, 10609.0, 10580.0, 10624.0, 10614.0, 10613.0, 10632.0, 10589.0, 10631.0, 10586.0, 10620.0, 10610.0, 10614.0, 10598.0, 10593.0, 10572.0, 10585.0, 10583.0, 10580.0, 10581.0, 10573.0, 10584.0, 10566.0, 10581.0, 10582.0, 10584.0, 10574.0, 10583.0, 10606.0, 10587.0, 10591.0, 10588.0, 10605.0, 10579.0, 10590.0, 10590.0, 10603.0, 10602.0, 10570.0, 10589.0, 10576.0, 10597.0, 10589.0, 10585.0, 10587.0, 10582.0, 10586.0, 10570.0, 10590.0, 10543.0, 10582.0, 10584.0, 10602.0, 10608.0, 10606.0, 10626.0, 10588.0, 10611.0, 10587.0, 10596.0, 10571.0, 10588.0, 10550.0, 10581.0, 10549.0, 10566.0, 10578.0, 10563.0, 10567.0, 10562.0, 10585.0, 10584.0, 10602.0, 10560.0, 10600.0, 10584.0, 10584.0, 10576.0, 10571.0, 10572.0, 10576.0, 10589.0, 10601.0, 10585.0, 10567.0, 10581.0, 10553.0, 10569.0, 10592.0, 10601.0, 10592.0, 10575.0, 10588.0, 10576.0, 10605.0, 10609.0, 10601.0, 10589.0, 10572.0, 10586.0, 10599.0, 10605.0, 10595.0, 10605.0, 10609.0, 10600.0, 10623.0, 10590.0, 10609.0, 10575.0, 10606.0, 10570.0, 10606.0, 10577.0, 10606.0, 10592.0, 10602.0, 10602.0, 10597.0, 10623.0, 10589.0, 10604.0, 10591.0, 10602.0, 10577.0, 10592.0, 10596.0, 10604.0, 10610.0, 10585.0, 10619.0, 10600.0, 10623.0, 10619.0, 10624.0, 10643.0, 10646.0, 10634.0, 10621.0, 10617.0, 10613.0, 10601.0, 10613.0, 10608.0, 10582.0, 10577.0, 10587.0, 10555.0, 10569.0, 10588.0, 10619.0, 10586.0, 10583.0, 10579.0, 10582.0, 10567.0, 10567.0, 10565.0, 10578.0, 10585.0, 10550.0, 10549.0, 10555.0, 10576.0, 10563.0, 10562.0, 10563.0, 10543.0, 10557.0, 10542.0, 10559.0, 10597.0, 10605.0, 10616.0, 10581.0, 10657.0, 10597.0, 10563.0, 10590.0, 10614.0, 10632.0, 10634.0, 10658.0, 10636.0, 10677.0, 10682.0, 10658.0, 10708.0, 10605.0, 10521.0, 10538.0, 10535.0, 10557.0, 10598.0, 10507.0, 10501.0, 10502.0, 10449.0, 10478.0, 10506.0, 10480.0, 10475.0, 10466.0, 10499.0, 10483.0, 10522.0, 10543.0, 10516.0, 10527.0, 10550.0, 10562.0, 10650.0, 10611.0, 10604.0, 10576.0, 10559.0, 10569.0, 10575.0, 10542.0, 10576.0, 10540.0, 10554.0, 10528.0, 10531.0, 10512.0, 10531.0, 10525.0, 10538.0, 10516.0, 10520.0, 10500.0, 10520.0, 10515.0, 10490.0, 10521.0, 10521.0, 10545.0, 10538.0, 10542.0, 10541.0, 10565.0, 10569.0, 10589.0, 10579.0, 10618.0, 10588.0, 10610.0, 10589.0, 10600.0, 10606.0, 10569.0, 10603.0, 10615.0, 10608.0, 10582.0, 10590.0, 10556.0, 10600.0, 10556.0, 10584.0, 10572.0, 10580.0, 10584.0, 10564.0, 10601.0, 10561.0, 10598.0, 10598.0, 10603.0, 10593.0, 10571.0, 10605.0, 10576.0, 10604.0, 10559.0, 10603.0, 10551.0, 10583.0, 10576.0, 10580.0, 10562.0, 10576.0, 10556.0, 10576.0, 10548.0, 10582.0, 10541.0, 10599.0, 10587.0, 10599.0, 10592.0, 10618.0, 10596.0, 10605.0, 10595.0, 10588.0, 10593.0, 10605.0, 10606.0, 10603.0, 10606.0, 10571.0, 10605.0, 10561.0, 10597.0, 10585.0, 10615.0, 10590.0, 10601.0, 10592.0, 10602.0, 10596.0, 10584.0, 10592.0, 10591.0, 10612.0, 10583.0, 10624.0, 10588.0, 10612.0, 10605.0, 10630.0, 10646.0, 10694.0, 10669.0, 10620.0, 10630.0, 10611.0, 10621.0, 10620.0, 10611.0, 10618.0, 10681.0, 10679.0, 10669.0, 10605.0, 10649.0, 10631.0, 10592.0, 10616.0, 10602.0, 10580.0, 10603.0, 10625.0, 10619.0, 10620.0, 10656.0, 10648.0, 10638.0, 10596.0, 10609.0, 10590.0, 10591.0, 10590.0, 10595.0, 10581.0, 10549.0, 10568.0, 10585.0, 10594.0, 10580.0, 10538.0, 10563.0, 10571.0, 10582.0, 10588.0, 10582.0, 10588.0, 10556.0, 10580.0, 10585.0, 10597.0, 10584.0, 10607.0, 10585.0, 10575.0, 10577.0, 10539.0, 10560.0, 10526.0, 10543.0, 10522.0, 10555.0, 10559.0, 10558.0, 10550.0, 10556.0, 10578.0, 10546.0, 10596.0, 10591.0, 10595.0, 10628.0, 10595.0, 10624.0, 10608.0, 10609.0, 10611.0, 10590.0, 10611.0, 10606.0, 10619.0, 10609.0, 10576.0, 10604.0, 10603.0, 10595.0, 10607.0, 10576.0, 10583.0, 10600.0, 10589.0, 10591.0, 10611.0, 10586.0, 10546.0, 10578.0, 10569.0, 10596.0, 10600.0, 10571.0, 10605.0, 10600.0, 10595.0, 10589.0, 10597.0, 10598.0, 10542.0, 10594.0, 10582.0, 10591.0, 10609.0, 10590.0, 10592.0, 10587.0, 10587.0, 10587.0, 10592.0, 10583.0, 10588.0, 10582.0, 10573.0, 10582.0, 10548.0, 10574.0, 10578.0, 10582.0, 10585.0, 10581.0, 10589.0, 10575.0, 10608.0, 10593.0, 10607.0, 10606.0, 10608.0, 10592.0, 10584.0, 10594.0, 10579.0, 10584.0, 10603.0, 10558.0, 10584.0, 10585.0, 10582.0, 10572.0, 10570.0, 10591.0, 10603.0, 10606.0, 10592.0, 10613.0, 10603.0, 10612.0, 10616.0, 10627.0, 10618.0, 10603.0, 10608.0, 10612.0, 10604.0, 10616.0, 10594.0, 10593.0, 10608.0, 10601.0, 10591.0, 10585.0, 10615.0, 10599.0, 10601.0, 10628.0, 10585.0, 10555.0, 10586.0, 10698.0, 10810.0, 10837.0, 10688.0, 10669.0, 10647.0, 10602.0, 10644.0, 10617.0, 10608.0, 10629.0, 10609.0, 10593.0, 10562.0, 10559.0, 10529.0, 10530.0, 10533.0, 10522.0, 10514.0, 10515.0, 10496.0, 10493.0, 10533.0, 10541.0, 10525.0, 10515.0, 10529.0, 10534.0, 10551.0, 10570.0, 10560.0, 10559.0, 10563.0, 10557.0, 10535.0, 10532.0, 10515.0, 10534.0, 10533.0, 10538.0, 10531.0, 10551.0, 10516.0, 10551.0, 10552.0, 10556.0, 10543.0, 10561.0, 10530.0, 10561.0, 10539.0, 10561.0, 10567.0, 10562.0, 10565.0, 10562.0, 10543.0, 10569.0, 10575.0, 10573.0, 10579.0, 10574.0, 10593.0, 10573.0, 10569.0, 10569.0, 10572.0, 10554.0, 10561.0, 10550.0, 10565.0, 10541.0, 10547.0, 10527.0, 10546.0, 10516.0, 10542.0, 10528.0, 10558.0, 10548.0, 10560.0, 10569.0, 10541.0, 10587.0, 10589.0, 10607.0, 10595.0, 10606.0, 10609.0, 10607.0, 10576.0, 10594.0, 10589.0, 10600.0, 10571.0, 10563.0, 10559.0, 10569.0, 10557.0, 10575.0, 10574.0, 10597.0, 10591.0, 10599.0, 10578.0, 10585.0, 10584.0, 10574.0, 10596.0, 10553.0, 10564.0, 10577.0, 10548.0, 10569.0, 10544.0, 10545.0, 10576.0, 10527.0, 10543.0, 10557.0, 10554.0, 10542.0, 10540.0, 10540.0, 10570.0, 10549.0, 10540.0, 10547.0, 10557.0, 10525.0, 10543.0, 10543.0, 10554.0, 10554.0, 10518.0, 10520.0, 10533.0, 10537.0, 10536.0, 10565.0, 10550.0, 10504.0, 10533.0, 10539.0, 10548.0, 10541.0, 10560.0, 10547.0, 10568.0, 10558.0, 10553.0, 10546.0, 10549.0, 10559.0, 10551.0, 10560.0, 10564.0, 10539.0, 10520.0, 10531.0, 10522.0, 10529.0, 10535.0, 10543.0, 10530.0, 10488.0, 10513.0, 10529.0, 10516.0, 10535.0, 10502.0, 10530.0, 10536.0, 10536.0, 10559.0, 10564.0, 10559.0, 10534.0, 10551.0, 10560.0, 10563.0, 10570.0, 10558.0, 10561.0, 10557.0, 10562.0, 10533.0, 10564.0, 10563.0, 10564.0, 10557.0, 10576.0, 10585.0, 10564.0, 10588.0, 10579.0, 10588.0, 10597.0, 10605.0, 10602.0, 10581.0, 10597.0, 10574.0, 10571.0, 10586.0, 10589.0, 10583.0, 10600.0, 10590.0, 10558.0, 10574.0, 10562.0, 10591.0, 10574.0, 10599.0, 10575.0, 10591.0, 10567.0, 10579.0, 10570.0, 10568.0, 10568.0, 10558.0, 10582.0, 10544.0, 10366.0, 10408.0, 10466.0, 10524.0, 10618.0, 10653.0, 10607.0, 10621.0, 10630.0, 10601.0, 10539.0, 10546.0, 10594.0, 10676.0, 10589.0, 10663.0, 10693.0, 10575.0, 10518.0, 10524.0, 10482.0, 10632.0, 10634.0, 10579.0, 10491.0, 10461.0, 10481.0, 10522.0, 10526.0, 10552.0, 10540.0, 10556.0, 10551.0, 10564.0, 10586.0, 10564.0, 10637.0, 10576.0, 10563.0, 10532.0, 10518.0, 10505.0, 10487.0, 10527.0, 10512.0, 10479.0, 10478.0, 10522.0, 10509.0, 10505.0, 10533.0, 10579.0, 10534.0, 10521.0, 10543.0, 10629.0, 10642.0, 10613.0, 10605.0, 10585.0, 10594.0, 10619.0, 10605.0, 10608.0, 10606.0, 10581.0, 10592.0, 10574.0, 10613.0, 10599.0, 10552.0, 10572.0, 10602.0, 10612.0, 10554.0, 10531.0, 10516.0, 10499.0, 10528.0, 10602.0, 10566.0, 10604.0, 10657.0, 10644.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.0028019573796369377</td></tr>
<tr><td colspan=3>aqi</td><td>0.029633539384372534</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.3050168807504</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3268154054502364</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0381263755371266</td></tr>
<tr><td colspan=3>efc</td><td>0.4986</td></tr>
<tr><td colspan=3>fber</td><td>5790.2466</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1372832569408672</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>198</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.627466456195737</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2894273673581895</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1718221300379073</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5444711211532627</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.151988850883398</td></tr>
<tr><td colspan=3>gcor</td><td>0.0232291</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007637285627424717</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04774392396211624</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1267</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.219993800784098</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>22.3814</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.266</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.6812</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294082.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>1074.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.0725</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1244</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.1435</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4043.6877</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4226.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82462.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1652.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.4172</td></tr>
<tr><td colspan=3>tsnr</td><td>36.345955518772826</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>