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

616 lines
No EOL
138 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-0038_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-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038/ses-04/func/sub-0038_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>3843eb320e11c70e0884d8b7512c4dcc</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>13:49:14.297500</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.99585, 0.0421144, 0.0806839, -0.0474857, 0.996699, 0.0658518]</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.0796639</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>[4151, -7755, -7223, 571, -76, -131, -72, 105]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 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>235.481</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3fd17a6f-8c63-47c2-a5ed-4bcadb79d93d||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.6717917919158936, -0.12740056216716766, 0.20963935554027557, 115.94265747070312], [-0.11298992484807968, 2.674070119857788, 0.1874065101146698, -98.7882308959961], [0.2164689153432846, -0.17667557299137115, 2.6853175163269043, -59.38397216796875], [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': ['134914.297500', '134914.757500', '134915.217500', '134915.677500', '134916.137500', '134916.597500', '134917.057500', '134917.517500', '134917.977500', '134918.437500', '134918.897500', '134919.357500', '134919.817500', '134920.277500', '134920.737500', '134921.197500', '134921.657500', '134922.117500', '134922.577500', '134923.037500', '134923.497500', '134923.957500', '134924.417500', '134924.877500', '134925.337500', '134925.797500', '134926.257500', '134926.717500', '134927.177500', '134927.637500', '134928.097500', '134928.557500', '134929.017500', '134929.477500', '134929.937500', '134930.397500', '134930.857500', '134931.317500', '134931.777500', '134932.237500', '134932.697500', '134933.157500', '134933.617500', '134934.077500', '134934.537500', '134934.997500', '134935.457500', '134935.917500', '134936.377500', '134936.837500', '134937.297500', '134937.757500', '134938.217500', '134938.677500', '134939.137500', '134939.597500', '134940.057500', '134940.517500', '134940.977500', '134941.437500', '134941.897500', '134942.357500', '134942.817500', '134943.277500', '134943.737500', '134944.197500', '134944.657500', '134945.117500', '134945.577500', '134946.037500', '134946.497500', '134946.957500', '134947.417500', '134947.877500', '134948.337500', '134948.797500', '134949.257500', '134949.717500', '134950.177500', '134950.637500', '134951.097500', '134951.557500', '134952.017500', '134952.477500', '134952.937500', '134953.397500', '134953.857500', '134954.317500', '134954.777500', '134955.237500', '134955.697500', '134956.157500', '134956.617500', '134957.077500', '134957.537500', '134957.997500', '134958.457500', '134958.917500', '134959.377500', '134959.837500', '135000.297500', '135000.757500', '135001.217500', '135001.677500', '135002.137500', '135002.597500', '135003.057500', '135003.517500', '135003.977500', '135004.437500', '135004.897500', '135005.357500', '135005.817500', '135006.277500', '135006.737500', '135007.197500', '135007.657500', '135008.117500', '135008.577500', '135009.037500', '135009.497500', '135009.957500', '135010.417500', '135010.877500', '135011.337500', '135011.797500', '135012.257500', '135012.717500', '135013.177500', '135013.637500', '135014.097500', '135014.557500', '135015.017500', '135015.477500', '135015.937500', '135016.397500', '135016.857500', '135017.317500', '135017.777500', '135018.237500', '135018.697500', '135019.157500', '135019.617500', '135020.077500', '135020.537500', '135020.997500', '135021.457500', '135021.917500', '135022.377500', '135022.837500', '135023.297500', '135023.757500', '135024.217500', '135024.677500', '135025.137500', '135025.597500', '135026.057500', '135026.517500', '135026.977500', '135027.437500', '135027.897500', '135028.357500', '135028.817500', '135029.277500', '135029.737500', '135030.197500', '135030.657500', '135031.117500', '135031.577500', '135032.037500', '135032.497500', '135032.957500', '135033.417500', '135033.877500', '135034.337500', '135034.797500', '135035.257500', '135035.717500', '135036.177500', '135036.637500', '135037.097500', '135037.557500', '135038.017500', '135038.477500', '135038.937500', '135039.397500', '135039.857500', '135040.317500', '135040.777500', '135041.237500', '135041.697500', '135042.157500', '135042.617500', '135043.077500', '135043.537500', '135043.997500', '135044.457500', '135044.917500', '135045.377500', '135045.837500', '135046.297500', '135046.757500', '135047.217500', '135047.677500', '135048.137500', '135048.597500', '135049.057500', '135049.517500', '135049.977500', '135050.437500', '135050.897500', '135051.357500', '135051.817500', '135052.277500', '135052.737500', '135053.197500', '135053.657500', '135054.117500', '135054.577500', '135055.037500', '135055.497500', '135055.957500', '135056.417500', '135056.877500', '135057.337500', '135057.797500', '135058.257500', '135058.717500', '135059.177500', '135059.637500', '135100.097500', '135100.557500', '135101.017500', '135101.477500', '135101.937500', '135102.397500', '135102.857500', '135103.317500', '135103.777500', '135104.237500', '135104.697500', '135105.157500', '135105.617500', '135106.077500', '135106.537500', '135106.997500', '135107.457500', '135107.917500', '135108.377500', '135108.837500', '135109.297500', '135109.757500', '135110.217500', '135110.677500', '135111.137500', '135111.597500', '135112.057500', '135112.517500', '135112.977500', '135113.437500', '135113.897500', '135114.357500', '135114.817500', '135115.277500', '135115.737500', '135116.197500', '135116.657500', '135117.117500', '135117.577500', '135118.037500', '135118.497500', '135118.957500', '135119.417500', '135119.877500', '135120.337500', '135120.797500', '135121.257500', '135121.717500', '135122.177500', '135122.637500', '135123.097500', '135123.557500', '135124.017500', '135124.477500', '135124.937500', '135125.397500', '135125.857500', '135126.317500', '135126.777500', '135127.237500', '135127.697500', '135128.157500', '135128.617500', '135129.077500', '135129.537500', '135129.997500', '135130.457500', '135130.917500', '135131.377500', '135131.837500', '135132.297500', '135132.757500', '135133.217500', '135133.677500', '135134.137500', '135134.597500', '135135.057500', '135135.517500', '135135.977500', '135136.437500', '135136.897500', '135137.357500', '135137.817500', '135138.277500', '135138.737500', '135139.197500', '135139.657500', '135140.117500', '135140.577500', '135141.037500', '135141.497500', '135141.957500', '135142.417500', '135142.877500', '135143.337500', '135143.797500', '135144.257500', '135144.717500', '135145.177500', '135145.637500', '135146.097500', '135146.557500', '135147.017500', '135147.477500', '135147.937500', '135148.397500', '135148.857500', '135149.317500', '135149.777500', '135150.237500', '135150.697500', '135151.157500', '135151.617500', '135152.077500', '135152.537500', '135152.997500', '135153.457500', '135153.917500', '135154.377500', '135154.837500', '135155.297500', '135155.757500', '135156.217500', '135156.677500', '135157.137500', '135157.597500', '135158.057500', '135158.517500', '135158.977500', '135159.437500', '135159.897500', '135200.357500', '135200.817500', '135201.277500', '135201.737500', '135202.197500', '135202.657500', '135203.117500', '135203.577500', '135204.037500', '135204.497500', '135204.957500', '135205.417500', '135205.877500', '135206.337500', '135206.797500', '135207.257500', '135207.717500', '135208.177500', '135208.637500', '135209.097500', '135209.557500', '135210.017500', '135210.477500', '135210.937500', '135211.397500', '135211.857500', '135212.317500', '135212.777500', '135213.237500', '135213.697500', '135214.157500', '135214.617500', '135215.077500', '135215.537500', '135215.997500', '135216.457500', '135216.917500', '135217.377500', '135217.837500', '135218.297500', '135218.757500', '135219.217500', '135219.677500', '135220.137500', '135220.597500', '135221.057500', '135221.517500', '135221.977500', '135222.437500', '135222.897500', '135223.357500', '135223.817500', '135224.277500', '135224.737500', '135225.197500', '135225.657500', '135226.117500', '135226.577500', '135227.037500', '135227.497500', '135227.957500', '135228.417500', '135228.877500', '135229.337500', '135229.797500', '135230.257500', '135230.717500', '135231.177500', '135231.637500', '135232.097500', '135232.557500', '135233.017500', '135233.477500', '135233.937500', '135234.397500', '135234.857500', '135235.317500', '135235.777500', '135236.237500', '135236.697500', '135237.157500', '135237.617500', '135238.077500', '135238.537500', '135238.997500', '135239.457500', '135239.917500', '135240.377500', '135240.837500', '135241.297500', '135241.757500', '135242.217500', '135242.677500', '135243.137500', '135243.597500', '135244.057500', '135244.517500', '135244.977500', '135245.437500', '135245.897500', '135246.357500', '135246.817500', '135247.277500', '135247.737500', '135248.197500', '135248.657500', '135249.117500', '135249.577500', '135250.037500', '135250.497500', '135250.957500', '135251.417500', '135251.877500', '135252.337500', '135252.797500', '135253.257500', '135253.717500', '135254.177500', '135254.637500', '135255.097500', '135255.557500', '135256.017500', '135256.477500', '135256.937500', '135257.397500', '135257.857500', '135258.317500', '135258.777500', '135259.237500', '135259.697500', '135300.157500', '135300.617500', '135301.077500', '135301.537500', '135301.997500', '135302.457500', '135302.917500', '135303.377500', '135303.837500', '135304.297500', '135304.757500', '135305.217500', '135305.677500', '135306.137500', '135306.597500', '135307.057500', '135307.517500', '135307.977500', '135308.437500', '135308.897500', '135309.357500', '135309.817500', '135310.277500', '135310.737500', '135311.197500', '135311.657500', '135312.117500', '135312.577500', '135313.037500', '135313.497500', '135313.957500', '135314.417500', '135314.877500', '135315.337500', '135315.797500', '135316.257500', '135316.717500', '135317.177500', '135317.637500', '135318.097500', '135318.557500', '135319.017500', '135319.477500', '135319.937500', '135320.397500', '135320.857500', '135321.317500', '135321.777500', '135322.237500', '135322.697500', '135323.157500', '135323.617500', '135324.077500', '135324.537500', '135324.997500', '135325.457500', '135325.917500', '135326.377500', '135326.837500', '135327.297500', '135327.757500', '135328.217500', '135328.677500', '135329.137500', '135329.597500', '135330.057500', '135330.517500', '135330.977500', '135331.437500', '135331.897500', '135332.357500', '135332.817500', '135333.277500', '135333.737500', '135334.197500', '135334.657500', '135335.117500', '135335.577500', '135336.037500', '135336.497500', '135336.957500', '135337.417500', '135337.877500', '135338.337500', '135338.797500', '135339.257500', '135339.717500', '135340.177500', '135340.637500', '135341.097500', '135341.557500', '135342.017500', '135342.477500', '135342.937500', '135343.397500', '135343.857500', '135344.317500', '135344.777500', '135345.237500', '135345.697500', '135346.157500', '135346.617500', '135347.077500', '135347.537500', '135347.997500', '135348.457500', '135348.917500', '135349.377500', '135349.837500', '135350.297500', '135350.757500', '135351.217500', '135351.677500', '135352.137500', '135352.597500', '135353.057500', '135353.517500', '135353.977500', '135354.437500', '135354.897500', '135355.357500', '135355.817500', '135356.277500', '135356.737500', '135357.197500', '135357.657500', '135358.117500', '135358.577500', '135359.037500', '135359.497500', '135359.957500', '135400.417500', '135400.877500', '135401.337500', '135401.797500', '135402.257500', '135402.717500', '135403.177500', '135403.637500', '135404.097500', '135404.557500', '135405.017500', '135405.477500', '135405.937500', '135406.397500', '135406.857500', '135407.317500', '135407.777500', '135408.237500', '135408.697500', '135409.157500', '135409.617500', '135410.077500', '135410.537500', '135410.997500', '135411.457500', '135411.917500', '135412.377500', '135412.837500', '135413.297500', '135413.757500', '135414.217500', '135414.677500', '135415.137500', '135415.597500', '135416.057500', '135416.517500', '135416.977500', '135417.437500', '135417.897500', '135418.357500', '135418.817500', '135419.277500', '135419.737500', '135420.197500', '135420.657500', '135421.117500', '135421.577500', '135422.037500', '135422.497500', '135422.957500', '135423.417500', '135423.877500', '135424.337500', '135424.797500', '135425.257500', '135425.717500', '135426.177500', '135426.637500', '135427.097500', '135427.557500', '135428.017500', '135428.477500', '135428.937500', '135429.397500', '135429.857500', '135430.317500', '135430.777500', '135431.237500', '135431.697500', '135432.157500', '135432.617500', '135433.077500', '135433.537500', '135433.997500', '135434.457500', '135434.917500', '135435.377500', '135435.837500', '135436.297500', '135436.757500', '135437.217500', '135437.677500', '135438.137500', '135438.597500', '135439.057500', '135439.517500', '135439.977500', '135440.437500', '135440.897500', '135441.357500', '135441.817500', '135442.277500', '135442.737500', '135443.197500', '135443.657500', '135444.117500', '135444.577500', '135445.037500', '135445.497500', '135445.957500', '135446.417500', '135446.877500', '135447.337500', '135447.797500', '135448.257500', '135448.717500', '135449.177500', '135449.637500', '135450.097500', '135450.557500', '135451.017500', '135451.477500', '135451.937500', '135452.397500', '135452.857500', '135453.317500', '135453.777500', '135454.237500', '135454.697500', '135455.157500', '135455.617500', '135456.077500', '135456.537500', '135456.997500', '135457.457500', '135457.917500', '135458.377500', '135458.837500', '135459.297500', '135459.757500', '135500.217500', '135500.677500', '135501.137500', '135501.597500', '135502.057500', '135502.517500', '135502.977500', '135503.437500', '135503.897500', '135504.357500', '135504.817500', '135505.277500', '135505.737500', '135506.197500', '135506.657500', '135507.117500', '135507.577500', '135508.037500', '135508.497500', '135508.957500', '135509.417500', '135509.877500', '135510.337500', '135510.797500', '135511.257500', '135511.717500', '135512.177500', '135512.637500', '135513.097500', '135513.557500', '135514.017500', '135514.477500', '135514.937500', '135515.397500', '135515.857500', '135516.317500', '135516.777500', '135517.237500', '135517.697500', '135518.157500', '135518.617500', '135519.077500', '135519.537500', '135519.997500', '135520.457500', '135520.917500', '135521.377500', '135521.837500', '135522.297500', '135522.757500', '135523.217500', '135523.677500', '135524.137500', '135524.597500', '135525.057500', '135525.517500', '135525.977500', '135526.437500', '135526.897500', '135527.357500', '135527.817500', '135528.277500', '135528.737500', '135529.197500', '135529.657500', '135530.117500', '135530.577500', '135531.037500', '135531.497500', '135531.957500', '135532.417500', '135532.877500', '135533.337500', '135533.797500', '135534.257500', '135534.717500', '135535.177500', '135535.637500', '135536.097500', '135536.557500', '135537.017500', '135537.477500', '135537.937500', '135538.397500', '135538.857500', '135539.317500', '135539.777500', '135540.237500', '135540.697500', '135541.157500', '135541.617500', '135542.077500', '135542.537500', '135542.997500', '135543.457500', '135543.917500', '135544.377500', '135544.837500', '135545.297500', '135545.757500', '135546.217500', '135546.677500', '135547.137500', '135547.597500', '135548.057500', '135548.517500', '135548.977500', '135549.437500', '135549.897500', '135550.357500', '135550.817500', '135551.277500', '135551.737500', '135552.197500', '135552.657500', '135553.117500', '135553.577500', '135554.037500', '135554.497500', '135554.957500', '135555.417500', '135555.877500', '135556.337500', '135556.797500', '135557.257500', '135557.717500', '135558.177500', '135558.637500', '135559.097500', '135559.557500', '135600.017500', '135600.477500', '135600.937500', '135601.397500', '135601.857500', '135602.317500', '135602.777500', '135603.237500', '135603.697500', '135604.157500', '135604.617500', '135605.077500', '135605.537500', '135605.997500', '135606.457500', '135606.917500', '135607.377500', '135607.837500', '135608.297500', '135608.757500', '135609.217500', '135609.677500', '135610.137500', '135610.597500', '135611.057500', '135611.517500', '135611.977500', '135612.437500', '135612.897500', '135613.357500', '135613.817500', '135614.277500', '135614.737500', '135615.197500', '135615.657500', '135616.117500', '135616.577500', '135617.037500', '135617.497500', '135617.957500', '135618.417500', '135618.877500', '135619.337500', '135619.797500', '135620.257500', '135620.717500', '135621.177500', '135621.637500', '135622.097500', '135622.557500', '135623.017500', '135623.477500', '135623.937500', '135624.397500', '135624.857500', '135625.317500', '135625.777500', '135626.237500', '135626.697500', '135627.157500', '135627.617500', '135628.077500', '135628.537500', '135628.997500', '135629.457500', '135629.917500', '135630.377500', '135630.837500', '135631.297500', '135631.757500', '135632.217500', '135632.677500', '135633.137500', '135633.597500', '135634.057500', '135634.517500', '135634.977500', '135635.437500', '135635.897500', '135636.357500', '135636.817500', '135637.277500', '135637.737500', '135638.197500', '135638.657500', '135639.117500', '135639.577500', '135640.037500', '135640.497500', '135640.957500', '135641.417500', '135641.877500', '135642.337500', '135642.797500', '135643.257500', '135643.717500', '135644.177500', '135644.637500', '135645.097500', '135645.557500', '135646.017500', '135646.477500', '135646.937500', '135647.397500', '135647.857500', '135648.317500', '135648.777500', '135649.237500', '135649.697500', '135650.157500', '135650.617500', '135651.077500', '135651.537500', '135651.997500', '135652.457500', '135652.917500', '135653.377500', '135653.837500', '135654.297500', '135654.757500', '135655.217500', '135655.677500', '135656.137500', '135656.597500', '135657.057500', '135657.517500', '135657.977500', '135658.437500', '135658.897500', '135659.357500', '135659.817500', '135700.277500', '135700.737500', '135701.197500', '135701.657500', '135702.117500', '135702.577500', '135703.037500', '135703.497500', '135703.957500', '135704.417500', '135704.877500', '135705.337500', '135705.797500', '135706.257500', '135706.717500', '135707.177500', '135707.637500', '135708.097500', '135708.557500', '135709.017500', '135709.477500', '135709.937500', '135710.397500', '135710.857500', '135711.317500', '135711.777500', '135712.237500', '135712.697500', '135713.157500', '135713.617500', '135714.077500', '135714.537500', '135714.997500', '135715.457500', '135715.917500', '135716.377500', '135716.837500', '135717.297500', '135717.757500', '135718.217500', '135718.677500', '135719.137500', '135719.597500', '135720.057500', '135720.517500', '135720.977500', '135721.437500', '135721.897500', '135722.357500', '135722.817500', '135723.277500', '135723.737500', '135724.197500', '135724.657500', '135725.117500', '135725.577500', '135726.037500', '135726.497500', '135726.957500', '135727.417500', '135727.877500', '135728.337500', '135728.797500', '135729.257500', '135729.717500', '135730.177500', '135730.637500', '135731.097500', '135731.557500', '135732.017500', '135732.477500', '135732.937500', '135733.397500', '135733.857500', '135734.317500', '135734.777500', '135735.237500', '135735.697500', '135736.157500', '135736.617500', '135737.077500', '135737.537500', '135737.997500', '135738.457500', '135738.917500', '135739.377500', '135739.837500', '135740.297500', '135740.757500', '135741.217500', '135741.677500', '135742.137500', '135742.597500', '135743.057500', '135743.517500', '135743.977500', '135744.437500', '135744.897500', '135745.357500', '135745.817500', '135746.277500', '135746.737500', '135747.197500', '135747.657500', '135748.117500', '135748.577500', '135749.037500', '135749.497500', '135749.957500', '135750.417500', '135750.877500', '135751.337500', '135751.797500', '135752.257500', '135752.717500', '135753.177500', '135753.637500', '135754.097500', '135754.557500', '135755.017500', '135755.477500', '135755.937500', '135756.397500', '135756.857500', '135757.317500', '135757.777500', '135758.237500', '135758.697500', '135759.157500', '135759.617500', '135800.077500', '135800.537500', '135800.997500', '135801.457500', '135801.917500', '135802.377500', '135802.837500', '135803.297500', '135803.757500', '135804.217500', '135804.677500', '135805.137500', '135805.597500', '135806.057500', '135806.517500', '135806.977500', '135807.437500', '135807.897500', '135808.357500', '135808.817500', '135809.277500', '135809.737500', '135810.197500', '135810.657500', '135811.117500', '135811.577500', '135812.037500', '135812.497500', '135812.957500', '135813.417500', '135813.877500', '135814.337500', '135814.797500', '135815.257500', '135815.717500', '135816.177500', '135816.637500', '135817.097500', '135817.557500', '135818.017500', '135818.477500', '135818.937500', '135819.397500', '135819.857500', '135820.317500', '135820.777500', '135821.237500', '135821.697500', '135822.157500', '135822.617500', '135823.077500', '135823.537500', '135823.997500', '135824.457500', '135824.917500', '135825.377500', '135825.837500', '135826.297500', '135826.757500', '135827.217500', '135827.677500', '135828.137500', '135828.597500', '135829.057500', '135829.517500', '135829.977500', '135830.437500', '135830.897500', '135831.357500', '135831.817500', '135832.277500', '135832.737500', '135833.197500', '135833.657500', '135834.117500', '135834.577500', '135835.037500', '135835.497500', '135835.957500', '135836.417500', '135836.877500', '135837.337500', '135837.797500', '135838.257500', '135838.717500', '135839.177500', '135839.637500', '135840.097500', '135840.557500', '135841.017500', '135841.477500', '135841.937500', '135842.397500', '135842.857500', '135843.317500', '135843.777500', '135844.237500', '135844.697500', '135845.157500', '135845.617500', '135846.077500', '135846.537500', '135846.997500', '135847.457500', '135847.917500', '135848.377500', '135848.837500', '135849.297500', '135849.757500', '135850.217500', '135850.677500', '135851.137500', '135851.597500', '135852.057500', '135852.517500', '135852.977500', '135853.437500', '135853.897500', '135854.357500', '135854.817500', '135855.277500', '135855.737500', '135856.197500', '135856.657500', '135857.117500'], 'ContentTime': ['134941.721000', '134941.724000', '134941.727000', '134941.730000', '134941.732000', '134941.735000', '134941.737000', '134941.740000', '134941.742000', '134941.745000', '134941.748000', '134941.750000', '134941.753000', '134941.755000', '134941.758000', '134941.761000', '134941.763000', '134941.766000', '134941.768000', '134941.771000', '134941.773000', '134941.776000', '134941.778000', '134941.781000', '134941.783000', '134941.786000', '134941.789000', '134941.791000', '134941.794000', '134941.796000', '134941.799000', '134941.802000', '134941.804000', '134941.807000', '134941.809000', '134941.812000', '134941.814000', '134941.817000', '134941.820000', '134941.828000', '134941.830000', '134941.833000', '134941.836000', '134941.838000', '134941.841000', '134941.843000', '134941.851000', '134941.854000', '134941.856000', '134941.859000', '134941.862000', '134941.864000', '134941.867000', '134941.869000', '134941.872000', '134941.874000', '135001.697000', '135001.699000', '135001.702000', '135001.709000', '135001.712000', '135001.715000', '135001.717000', '135001.720000', '135001.722000', '135001.725000', '135001.727000', '135001.730000', '135001.733000', '135001.735000', '135001.738000', '135001.740000', '135001.743000', '135001.746000', '135001.748000', '135001.751000', '135001.753000', '135001.756000', '135001.758000', '135001.761000', '135001.763000', '135001.766000', '135001.769000', '135001.771000', '135001.774000', '135001.776000', '135001.779000', '135001.782000', '135001.784000', '135001.787000', '135001.789000', '135001.792000', '135001.794000', '135001.797000', '135001.800000', '135001.802000', '135001.805000', '135001.807000', '135001.810000', '135001.839000', '135021.697000', '135021.699000', '135021.702000', '135021.714000', '135021.716000', '135021.719000', '135021.721000', '135021.724000', '135021.727000', '135021.729000', '135021.732000', '135021.734000', '135021.755000', '135021.758000', '135021.761000', '135021.764000', '135021.766000', '135021.769000', '135021.771000', '135021.774000', '135021.776000', '135021.779000', '135021.782000', '135021.784000', '135021.787000', '135021.789000', '135021.792000', '135021.795000', '135021.797000', '135021.800000', '135021.803000', '135021.805000', '135021.808000', '135021.810000', '135021.813000', '135021.816000', '135021.818000', '135021.821000', '135021.823000', '135021.826000', '135021.828000', '135021.831000', '135021.834000', '135041.697000', '135041.699000', '135041.702000', '135041.707000', '135041.710000', '135041.712000', '135041.715000', '135041.717000', '135041.720000', '135041.723000', '135041.725000', '135041.728000', '135041.731000', '135041.733000', '135041.736000', '135041.738000', '135041.741000', '135041.743000', '135041.746000', '135041.749000', '135041.751000', '135041.754000', '135041.756000', '135041.759000', '135041.761000', '135041.764000', '135041.767000', '135041.769000', '135041.772000', '135041.774000', '135041.777000', '135041.780000', '135041.782000', '135041.785000', '135041.787000', '135041.790000', '135041.792000', '135041.795000', '135041.797000', '135041.845000', '135041.847000', '135041.850000', '135041.853000', '135041.855000', '135101.697000', '135101.699000', '135101.702000', '135101.704000', '135101.707000', '135101.710000', '135101.712000', '135101.716000', '135101.719000', '135101.722000', '135101.724000', '135101.727000', '135101.730000', '135101.732000', '135101.735000', '135101.737000', '135101.740000', '135101.743000', '135101.745000', '135101.748000', '135101.750000', '135101.753000', '135101.755000', '135101.758000', '135101.761000', '135101.763000', '135101.766000', '135101.769000', '135101.771000', '135101.774000', '135101.776000', '135101.779000', '135101.782000', '135101.784000', '135101.787000', '135101.789000', '135101.792000', '135101.794000', '135101.797000', '135101.800000', '135101.802000', '135101.805000', '135101.808000', '135121.697000', '135121.700000', '135121.702000', '135121.705000', '135121.707000', '135121.710000', '135121.712000', '135121.715000', '135121.718000', '135121.720000', '135121.723000', '135121.726000', '135121.728000', '135121.731000', '135121.733000', '135121.736000', '135121.738000', '135121.741000', '135121.744000', '135121.746000', '135121.749000', '135121.751000', '135121.754000', '135121.756000', '135121.759000', '135121.762000', '135121.764000', '135121.767000', '135121.770000', '135121.772000', '135121.775000', '135121.777000', '135121.780000', '135121.782000', '135121.785000', '135121.787000', '135121.790000', '135121.793000', '135121.795000', '135121.798000', '135121.836000', '135121.839000', '135121.841000', '135121.844000', '135141.695000', '135141.698000', '135141.701000', '135141.703000', '135141.706000', '135141.709000', '135141.711000', '135141.714000', '135141.717000', '135141.719000', '135141.722000', '135141.724000', '135141.727000', '135141.730000', '135141.732000', '135141.735000', '135141.737000', '135141.740000', '135141.743000', '135141.745000', '135141.748000', '135141.750000', '135141.753000', '135141.756000', '135141.758000', '135141.761000', '135141.763000', '135141.767000', '135141.770000', '135141.773000', '135141.775000', '135141.780000', '135141.782000', '135141.785000', '135141.787000', '135141.790000', '135141.793000', '135141.795000', '135141.798000', '135141.801000', '135141.803000', '135141.806000', '135141.809000', '135201.696000', '135201.698000', '135201.701000', '135201.704000', '135201.706000', '135201.709000', '135201.711000', '135201.714000', '135201.729000', '135201.732000', '135201.735000', '135201.737000', '135201.740000', '135201.742000', '135201.745000', '135201.748000', '135201.750000', '135201.753000', '135201.756000', '135201.758000', '135201.761000', '135201.763000', '135201.766000', '135201.769000', '135201.771000', '135201.774000', '135201.776000', '135201.779000', '135201.782000', '135201.784000', '135201.787000', '135201.790000', '135201.792000', '135201.795000', '135201.797000', '135201.833000', '135201.836000', '135201.838000', '135201.842000', '135201.844000', '135201.847000', '135201.850000', '135201.852000', '135201.855000', '135221.697000', '135221.699000', '135221.702000', '135221.705000', '135221.707000', '135221.710000', '135221.712000', '135221.715000', '135221.718000', '135221.720000', '135221.723000', '135221.726000', '135221.728000', '135221.731000', '135221.733000', '135221.736000', '135221.739000', '135221.741000', '135221.744000', '135221.746000', '135221.749000', '135221.752000', '135221.754000', '135221.757000', '135221.759000', '135221.762000', '135221.765000', '135221.767000', '135221.770000', '135221.772000', '135221.775000', '135221.777000', '135221.780000', '135221.783000', '135221.786000', '135221.789000', '135221.792000', '135221.794000', '135221.797000', '135221.887000', '135221.890000', '135221.893000', '135221.895000', '135241.697000', '135241.699000', '135241.702000', '135241.705000', '135241.707000', '135241.710000', '135241.713000', '135241.715000', '135241.718000', '135241.720000', '135241.723000', '135241.726000', '135241.728000', '135241.731000', '135241.733000', '135241.736000', '135241.738000', '135241.741000', '135241.744000', '135241.746000', '135241.749000', '135241.752000', '135241.754000', '135241.757000', '135241.759000', '135241.762000', '135241.765000', '135241.767000', '135241.770000', '135241.772000', '135241.775000', '135241.777000', '135241.780000', '135241.783000', '135241.785000', '135241.788000', '135241.790000', '135241.793000', '135241.796000', '135241.798000', '135241.837000', '135241.840000', '135241.842000', '135241.845000', '135301.697000', '135301.700000', '135301.702000', '135301.705000', '135301.707000', '135301.710000', '135301.713000', '135301.715000', '135301.718000', '135301.721000', '135301.723000', '135301.726000', '135301.728000', '135301.731000', '135301.734000', '135301.736000', '135301.739000', '135301.741000', '135301.744000', '135301.747000', '135301.749000', '135301.752000', '135301.755000', '135301.757000', '135301.760000', '135301.762000', '135301.765000', '135301.767000', '135301.770000', '135301.773000', '135301.775000', '135301.778000', '135301.780000', '135301.783000', '135301.786000', '135301.789000', '135301.791000', '135301.794000', '135301.796000', '135301.799000', '135301.829000', '135301.832000', '135301.834000', '135321.697000', '135321.699000', '135321.702000', '135321.705000', '135321.707000', '135321.710000', '135321.713000', '135321.715000', '135321.718000', '135321.720000', '135321.723000', '135321.726000', '135321.728000', '135321.731000', '135321.733000', '135321.736000', '135321.739000', '135321.741000', '135321.744000', '135321.747000', '135321.749000', '135321.752000', '135321.755000', '135321.757000', '135321.760000', '135321.762000', '135321.765000', '135321.768000', '135321.770000', '135321.773000', '135321.775000', '135321.778000', '135321.780000', '135321.796000', '135321.799000', '135321.863000', '135321.865000', '135321.868000', '135321.870000', '135321.873000', '135321.875000', '135321.878000', '135321.881000', '135341.696000', '135341.699000', '135341.702000', '135341.705000', '135341.707000', '135341.710000', '135341.713000', '135341.715000', '135341.718000', '135341.720000', '135341.723000', '135341.725000', '135341.728000', '135341.731000', '135341.734000', '135341.736000', '135341.739000', '135341.741000', '135341.744000', '135341.747000', '135341.749000', '135341.752000', '135341.754000', '135341.757000', '135341.760000', '135341.762000', '135341.765000', '135341.767000', '135341.770000', '135341.772000', '135341.775000', '135341.778000', '135341.780000', '135341.783000', '135341.786000', '135341.788000', '135341.791000', '135341.793000', '135341.796000', '135341.799000', '135341.826000', '135341.829000', '135341.832000', '135341.834000', '135401.696000', '135401.698000', '135401.701000', '135401.704000', '135401.707000', '135401.709000', '135401.712000', '135401.714000', '135401.717000', '135401.719000', '135401.722000', '135401.725000', '135401.727000', '135401.730000', '135401.732000', '135401.735000', '135401.737000', '135401.740000', '135401.743000', '135401.745000', '135401.748000', '135401.751000', '135401.753000', '135401.756000', '135401.758000', '135401.761000', '135401.763000', '135401.766000', '135401.768000', '135401.771000', '135401.774000', '135401.777000', '135401.779000', '135401.782000', '135401.784000', '135401.787000', '135401.789000', '135401.792000', '135401.795000', '135401.797000', '135401.843000', '135401.846000', '135401.849000', '135401.851000', '135421.695000', '135421.698000', '135421.701000', '135421.704000', '135421.706000', '135421.710000', '135421.712000', '135421.715000', '135421.718000', '135421.720000', '135421.723000', '135421.725000', '135421.728000', '135421.731000', '135421.733000', '135421.736000', '135421.738000', '135421.741000', '135421.744000', '135421.746000', '135421.749000', '135421.752000', '135421.754000', '135421.757000', '135421.759000', '135421.762000', '135421.765000', '135421.767000', '135421.770000', '135421.772000', '135421.775000', '135421.778000', '135421.780000', '135421.783000', '135421.786000', '135421.788000', '135421.791000', '135421.793000', '135421.796000', '135421.800000', '135421.854000', '135421.857000', '135421.861000', '135441.697000', '135441.700000', '135441.702000', '135441.705000', '135441.707000', '135441.710000', '135441.713000', '135441.715000', '135441.718000', '135441.721000', '135441.723000', '135441.726000', '135441.728000', '135441.731000', '135441.734000', '135441.736000', '135441.739000', '135441.742000', '135441.744000', '135441.747000', '135441.749000', '135441.752000', '135441.755000', '135441.757000', '135441.760000', '135441.762000', '135441.765000', '135441.767000', '135441.770000', '135441.773000', '135441.775000', '135441.778000', '135441.781000', '135441.788000', '135441.791000', '135441.793000', '135441.796000', '135441.800000', '135441.849000', '135441.852000', '135441.854000', '135441.857000', '135441.859000', '135441.862000', '135501.697000', '135501.700000', '135501.702000', '135501.705000', '135501.708000', '135501.710000', '135501.713000', '135501.715000', '135501.718000', '135501.720000', '135501.723000', '135501.726000', '135501.728000', '135501.731000', '135501.748000', '135501.751000', '135501.753000', '135501.756000', '135501.759000', '135501.761000', '135501.764000', '135501.766000', '135501.769000', '135501.772000', '135501.774000', '135501.777000', '135501.779000', '135501.782000', '135501.785000', '135501.787000', '135501.790000', '135501.792000', '135501.795000', '135501.798000', '135501.800000', '135501.803000', '135501.805000', '135501.808000', '135501.810000', '135501.813000', '135501.816000', '135501.818000', '135501.821000', '135521.697000', '135521.699000', '135521.702000', '135521.705000', '135521.707000', '135521.710000', '135521.713000', '135521.715000', '135521.718000', '135521.720000', '135521.723000', '135521.726000', '135521.728000', '135521.731000', '135521.734000', '135521.736000', '135521.739000', '135521.742000', '135521.744000', '135521.747000', '135521.749000', '135521.752000', '135521.755000', '135521.757000', '135521.760000', '135521.762000', '135521.765000', '135521.768000', '135521.770000', '135521.773000', '135521.775000', '135521.778000', '135521.781000', '135521.783000', '135521.786000', '135521.789000', '135521.791000', '135521.794000', '135521.796000', '135521.799000', '135521.887000', '135521.889000', '135521.892000', '135521.894000', '135541.697000', '135541.699000', '135541.702000', '135541.705000', '135541.707000', '135541.710000', '135541.712000', '135541.715000', '135541.718000', '135541.720000', '135541.723000', '135541.726000', '135541.728000', '135541.731000', '135541.733000', '135541.736000', '135541.739000', '135541.741000', '135541.744000', '135541.746000', '135541.749000', '135541.751000', '135541.754000', '135541.757000', '135541.759000', '135541.762000', '135541.765000', '135541.767000', '135541.770000', '135541.772000', '135541.775000', '135541.778000', '135541.780000', '135541.783000', '135541.785000', '135541.788000', '135541.790000', '135541.793000', '135541.796000', '135541.798000', '135541.851000', '135541.854000', '135541.857000', '135601.697000', '135601.699000', '135601.702000', '135601.704000', '135601.707000', '135601.710000', '135601.712000', '135601.715000', '135601.717000', '135601.720000', '135601.723000', '135601.725000', '135601.728000', '135601.730000', '135601.733000', '135601.736000', '135601.738000', '135601.741000', '135601.744000', '135601.746000', '135601.749000', '135601.751000', '135601.754000', '135601.757000', '135601.759000', '135601.762000', '135601.764000', '135601.767000', '135601.770000', '135601.772000', '135601.775000', '135601.778000', '135601.780000', '135601.783000', '135601.785000', '135601.788000', '135601.791000', '135601.793000', '135601.796000', '135601.799000', '135601.871000', '135601.873000', '135601.876000', '135601.878000', '135621.696000', '135621.698000', '135621.701000', '135621.704000', '135621.706000', '135621.709000', '135621.712000', '135621.714000', '135621.717000', '135621.719000', '135621.734000', '135621.736000', '135621.739000', '135621.742000', '135621.744000', '135621.747000', '135621.749000', '135621.752000', '135621.754000', '135621.757000', '135621.760000', '135621.762000', '135621.765000', '135621.767000', '135621.770000', '135621.773000', '135621.775000', '135621.778000', '135621.780000', '135621.783000', '135621.785000', '135621.788000', '135621.791000', '135621.793000', '135621.796000', '135621.798000', '135621.864000', '135621.867000', '135621.869000', '135621.872000', '135621.875000', '135621.877000', '135621.880000', '135641.698000', '135641.701000', '135641.703000', '135641.706000', '135641.709000', '135641.711000', '135641.714000', '135641.717000', '135641.719000', '135641.722000', '135641.724000', '135641.727000', '135641.730000', '135641.732000', '135641.735000', '135641.737000', '135641.740000', '135641.743000', '135641.745000', '135641.748000', '135641.750000', '135641.753000', '135641.755000', '135641.758000', '135641.761000', '135641.764000', '135641.766000', '135641.769000', '135641.772000', '135641.774000', '135641.777000', '135641.779000', '135641.782000', '135641.784000', '135641.787000', '135641.790000', '135641.792000', '135641.795000', '135641.797000', '135641.886000', '135641.888000', '135641.891000', '135641.894000', '135641.896000', '135701.697000', '135701.699000', '135701.702000', '135701.705000', '135701.707000', '135701.710000', '135701.712000', '135701.715000', '135701.718000', '135701.720000', '135701.723000', '135701.726000', '135701.728000', '135701.731000', '135701.733000', '135701.736000', '135701.738000', '135701.741000', '135701.744000', '135701.746000', '135701.749000', '135701.751000', '135701.754000', '135701.757000', '135701.759000', '135701.762000', '135701.764000', '135701.767000', '135701.770000', '135701.772000', '135701.775000', '135701.777000', '135701.780000', '135701.783000', '135701.785000', '135701.788000', '135701.790000', '135701.793000', '135701.796000', '135701.798000', '135701.853000', '135701.855000', '135701.858000', '135721.697000', '135721.699000', '135721.702000', '135721.705000', '135721.707000', '135721.710000', '135721.713000', '135721.715000', '135721.718000', '135721.721000', '135721.723000', '135721.726000', '135721.728000', '135721.731000', '135721.733000', '135721.736000', '135721.739000', '135721.741000', '135721.744000', '135721.747000', '135721.749000', '135721.752000', '135721.754000', '135721.757000', '135721.760000', '135721.762000', '135721.765000', '135721.767000', '135721.770000', '135721.773000', '135721.775000', '135721.778000', '135721.780000', '135721.783000', '135721.786000', '135721.788000', '135721.791000', '135721.793000', '135721.796000', '135721.799000', '135721.883000', '135721.886000', '135721.888000', '135721.891000', '135741.697000', '135741.700000', '135741.702000', '135741.705000', '135741.707000', '135741.710000', '135741.713000', '135741.726000', '135741.729000', '135741.732000', '135741.734000', '135741.737000', '135741.739000', '135741.742000', '135741.745000', '135741.747000', '135741.750000', '135741.752000', '135741.755000', '135741.757000', '135741.760000', '135741.763000', '135741.765000', '135741.768000', '135741.771000', '135741.773000', '135741.776000', '135741.778000', '135741.781000', '135741.783000', '135741.786000', '135741.789000', '135741.791000', '135741.794000', '135741.796000', '135741.799000', '135741.838000', '135741.841000', '135741.844000', '135741.846000', '135741.850000', '135741.853000', '135741.856000', '135801.697000', '135801.699000', '135801.702000', '135801.705000', '135801.707000', '135801.710000', '135801.712000', '135801.715000', '135801.718000', '135801.720000', '135801.723000', '135801.725000', '135801.728000', '135801.731000', '135801.733000', '135801.736000', '135801.739000', '135801.742000', '135801.744000', '135801.747000', '135801.750000', '135801.752000', '135801.755000', '135801.758000', '135801.760000', '135801.763000', '135801.765000', '135801.768000', '135801.770000', '135801.773000', '135801.776000', '135801.778000', '135801.781000', '135801.783000', '135801.786000', '135801.789000', '135801.791000', '135801.794000', '135801.796000', '135801.799000', '135801.846000', '135801.849000', '135801.852000', '135821.697000', '135821.699000', '135821.702000', '135821.705000', '135821.707000', '135821.710000', '135821.713000', '135821.715000', '135821.718000', '135821.721000', '135821.723000', '135821.726000', '135821.728000', '135821.731000', '135821.734000', '135821.736000', '135821.739000', '135821.741000', '135821.744000', '135821.747000', '135821.749000', '135821.752000', '135821.755000', '135821.757000', '135821.760000', '135821.762000', '135821.765000', '135821.767000', '135821.770000', '135821.773000', '135821.775000', '135821.778000', '135821.781000', '135821.783000', '135821.786000', '135821.788000', '135821.791000', '135821.794000', '135821.796000', '135821.799000', '135821.892000', '135821.895000', '135821.897000', '135821.900000', '135841.696000', '135841.698000', '135841.701000', '135841.704000', '135841.706000', '135841.709000', '135841.712000', '135841.715000', '135841.718000', '135841.721000', '135841.728000', '135841.730000', '135841.733000', '135841.736000', '135841.738000', '135841.741000', '135841.743000', '135841.746000', '135841.749000', '135841.751000', '135841.754000', '135841.756000', '135841.759000', '135841.762000', '135841.764000', '135841.767000', '135841.769000', '135841.772000', '135841.774000', '135841.777000', '135841.780000', '135841.782000', '135841.785000', '135841.787000', '135841.790000', '135841.793000', '135841.795000', '135841.798000', '135841.912000', '135841.915000', '135841.917000', '135841.920000', '135841.922000', '135858.738000', '135858.741000', '135858.744000', '135858.747000', '135858.758000', '135858.761000', '135858.764000', '135858.767000', '135858.769000', '135858.772000', '135858.775000', '135858.777000', '135858.780000', '135858.784000', '135858.787000', '135858.790000', '135858.793000', '135858.795000', '135858.798000', '135858.801000', '135858.803000', '135858.806000', '135858.810000', '135858.814000', '135858.818000', '135858.821000', '135858.824000', '135858.827000', '135858.832000', '135858.835000', '135858.837000', '135858.840000', '135858.844000', '135858.848000', '135858.851000', '135858.854000', '135858.857000', '135858.860000'], 'InstanceCreationTime': ['134941.721000', '134941.724000', '134941.727000', '134941.730000', '134941.732000', '134941.735000', '134941.737000', '134941.740000', '134941.742000', '134941.745000', '134941.748000', '134941.750000', '134941.753000', '134941.755000', '134941.758000', '134941.761000', '134941.763000', '134941.766000', '134941.768000', '134941.771000', '134941.773000', '134941.776000', '134941.778000', '134941.781000', '134941.783000', '134941.786000', '134941.789000', '134941.791000', '134941.794000', '134941.796000', '134941.799000', '134941.802000', '134941.804000', '134941.807000', '134941.809000', '134941.812000', '134941.814000', '134941.817000', '134941.820000', '134941.828000', '134941.830000', '134941.833000', '134941.836000', '134941.838000', '134941.841000', '134941.843000', '134941.851000', '134941.854000', '134941.856000', '134941.859000', '134941.862000', '134941.864000', '134941.867000', '134941.869000', '134941.872000', '134941.874000', '135001.697000', '135001.699000', '135001.702000', '135001.709000', '135001.712000', '135001.715000', '135001.717000', '135001.720000', '135001.722000', '135001.725000', '135001.727000', '135001.730000', '135001.733000', '135001.735000', '135001.738000', '135001.740000', '135001.743000', '135001.746000', '135001.748000', '135001.751000', '135001.753000', '135001.756000', '135001.758000', '135001.761000', '135001.763000', '135001.766000', '135001.769000', '135001.771000', '135001.774000', '135001.776000', '135001.779000', '135001.782000', '135001.784000', '135001.787000', '135001.789000', '135001.792000', '135001.794000', '135001.797000', '135001.800000', '135001.802000', '135001.805000', '135001.807000', '135001.810000', '135001.839000', '135021.697000', '135021.699000', '135021.702000', '135021.714000', '135021.716000', '135021.719000', '135021.721000', '135021.724000', '135021.727000', '135021.729000', '135021.732000', '135021.734000', '135021.755000', '135021.758000', '135021.761000', '135021.764000', '135021.766000', '135021.769000', '135021.771000', '135021.774000', '135021.776000', '135021.779000', '135021.782000', '135021.784000', '135021.787000', '135021.789000', '135021.792000', '135021.795000', '135021.797000', '135021.800000', '135021.803000', '135021.805000', '135021.808000', '135021.810000', '135021.813000', '135021.816000', '135021.818000', '135021.821000', '135021.823000', '135021.826000', '135021.828000', '135021.831000', '135021.834000', '135041.697000', '135041.699000', '135041.702000', '135041.707000', '135041.710000', '135041.712000', '135041.715000', '135041.717000', '135041.720000', '135041.723000', '135041.725000', '135041.728000', '135041.731000', '135041.733000', '135041.736000', '135041.738000', '135041.741000', '135041.743000', '135041.746000', '135041.749000', '135041.751000', '135041.754000', '135041.756000', '135041.759000', '135041.761000', '135041.764000', '135041.767000', '135041.769000', '135041.772000', '135041.774000', '135041.777000', '135041.780000', '135041.782000', '135041.785000', '135041.787000', '135041.790000', '135041.792000', '135041.795000', '135041.797000', '135041.845000', '135041.847000', '135041.850000', '135041.853000', '135041.855000', '135101.697000', '135101.699000', '135101.702000', '135101.704000', '135101.707000', '135101.710000', '135101.712000', '135101.716000', '135101.719000', '135101.722000', '135101.724000', '135101.727000', '135101.730000', '135101.732000', '135101.735000', '135101.737000', '135101.740000', '135101.743000', '135101.745000', '135101.748000', '135101.750000', '135101.753000', '135101.755000', '135101.758000', '135101.761000', '135101.763000', '135101.766000', '135101.769000', '135101.771000', '135101.774000', '135101.776000', '135101.779000', '135101.782000', '135101.784000', '135101.787000', '135101.789000', '135101.792000', '135101.794000', '135101.797000', '135101.800000', '135101.802000', '135101.805000', '135101.808000', '135121.697000', '135121.700000', '135121.702000', '135121.705000', '135121.707000', '135121.710000', '135121.712000', '135121.715000', '135121.718000', '135121.720000', '135121.723000', '135121.726000', '135121.728000', '135121.731000', '135121.733000', '135121.736000', '135121.738000', '135121.741000', '135121.744000', '135121.746000', '135121.749000', '135121.751000', '135121.754000', '135121.756000', '135121.759000', '135121.762000', '135121.764000', '135121.767000', '135121.770000', '135121.772000', '135121.775000', '135121.777000', '135121.780000', '135121.782000', '135121.785000', '135121.787000', '135121.790000', '135121.793000', '135121.795000', '135121.798000', '135121.836000', '135121.839000', '135121.841000', '135121.844000', '135141.695000', '135141.698000', '135141.701000', '135141.703000', '135141.706000', '135141.709000', '135141.711000', '135141.714000', '135141.717000', '135141.719000', '135141.722000', '135141.724000', '135141.727000', '135141.730000', '135141.732000', '135141.735000', '135141.737000', '135141.740000', '135141.743000', '135141.745000', '135141.748000', '135141.750000', '135141.753000', '135141.756000', '135141.758000', '135141.761000', '135141.763000', '135141.767000', '135141.770000', '135141.773000', '135141.775000', '135141.780000', '135141.782000', '135141.785000', '135141.787000', '135141.790000', '135141.793000', '135141.795000', '135141.798000', '135141.801000', '135141.803000', '135141.806000', '135141.809000', '135201.696000', '135201.698000', '135201.701000', '135201.704000', '135201.706000', '135201.709000', '135201.711000', '135201.714000', '135201.729000', '135201.732000', '135201.735000', '135201.737000', '135201.740000', '135201.742000', '135201.745000', '135201.748000', '135201.750000', '135201.753000', '135201.756000', '135201.758000', '135201.761000', '135201.763000', '135201.766000', '135201.769000', '135201.771000', '135201.774000', '135201.776000', '135201.779000', '135201.782000', '135201.784000', '135201.787000', '135201.790000', '135201.792000', '135201.795000', '135201.797000', '135201.833000', '135201.836000', '135201.838000', '135201.842000', '135201.844000', '135201.847000', '135201.850000', '135201.852000', '135201.855000', '135221.697000', '135221.699000', '135221.702000', '135221.705000', '135221.707000', '135221.710000', '135221.712000', '135221.715000', '135221.718000', '135221.720000', '135221.723000', '135221.726000', '135221.728000', '135221.731000', '135221.733000', '135221.736000', '135221.739000', '135221.741000', '135221.744000', '135221.746000', '135221.749000', '135221.752000', '135221.754000', '135221.757000', '135221.759000', '135221.762000', '135221.765000', '135221.767000', '135221.770000', '135221.772000', '135221.775000', '135221.777000', '135221.780000', '135221.783000', '135221.786000', '135221.789000', '135221.792000', '135221.794000', '135221.797000', '135221.887000', '135221.890000', '135221.893000', '135221.895000', '135241.697000', '135241.699000', '135241.702000', '135241.705000', '135241.707000', '135241.710000', '135241.713000', '135241.715000', '135241.718000', '135241.720000', '135241.723000', '135241.726000', '135241.728000', '135241.731000', '135241.733000', '135241.736000', '135241.738000', '135241.741000', '135241.744000', '135241.746000', '135241.749000', '135241.752000', '135241.754000', '135241.757000', '135241.759000', '135241.762000', '135241.765000', '135241.767000', '135241.770000', '135241.772000', '135241.775000', '135241.777000', '135241.780000', '135241.783000', '135241.785000', '135241.788000', '135241.790000', '135241.793000', '135241.796000', '135241.798000', '135241.837000', '135241.840000', '135241.842000', '135241.845000', '135301.697000', '135301.700000', '135301.702000', '135301.705000', '135301.707000', '135301.710000', '135301.713000', '135301.715000', '135301.718000', '135301.721000', '135301.723000', '135301.726000', '135301.728000', '135301.731000', '135301.734000', '135301.736000', '135301.739000', '135301.741000', '135301.744000', '135301.747000', '135301.749000', '135301.752000', '135301.755000', '135301.757000', '135301.760000', '135301.762000', '135301.765000', '135301.767000', '135301.770000', '135301.773000', '135301.775000', '135301.778000', '135301.780000', '135301.783000', '135301.786000', '135301.789000', '135301.791000', '135301.794000', '135301.796000', '135301.799000', '135301.829000', '135301.832000', '135301.834000', '135321.697000', '135321.699000', '135321.702000', '135321.705000', '135321.707000', '135321.710000', '135321.713000', '135321.715000', '135321.718000', '135321.720000', '135321.723000', '135321.726000', '135321.728000', '135321.731000', '135321.733000', '135321.736000', '135321.739000', '135321.741000', '135321.744000', '135321.747000', '135321.749000', '135321.752000', '135321.755000', '135321.757000', '135321.760000', '135321.762000', '135321.765000', '135321.768000', '135321.770000', '135321.773000', '135321.775000', '135321.778000', '135321.780000', '135321.796000', '135321.799000', '135321.863000', '135321.865000', '135321.868000', '135321.870000', '135321.873000', '135321.875000', '135321.878000', '135321.881000', '135341.696000', '135341.699000', '135341.702000', '135341.705000', '135341.707000', '135341.710000', '135341.713000', '135341.715000', '135341.718000', '135341.720000', '135341.723000', '135341.725000', '135341.728000', '135341.731000', '135341.734000', '135341.736000', '135341.739000', '135341.741000', '135341.744000', '135341.747000', '135341.749000', '135341.752000', '135341.754000', '135341.757000', '135341.760000', '135341.762000', '135341.765000', '135341.767000', '135341.770000', '135341.772000', '135341.775000', '135341.778000', '135341.780000', '135341.783000', '135341.786000', '135341.788000', '135341.791000', '135341.793000', '135341.796000', '135341.799000', '135341.826000', '135341.829000', '135341.832000', '135341.834000', '135401.696000', '135401.698000', '135401.701000', '135401.704000', '135401.707000', '135401.709000', '135401.712000', '135401.714000', '135401.717000', '135401.719000', '135401.722000', '135401.725000', '135401.727000', '135401.730000', '135401.732000', '135401.735000', '135401.737000', '135401.740000', '135401.743000', '135401.745000', '135401.748000', '135401.751000', '135401.753000', '135401.756000', '135401.758000', '135401.761000', '135401.763000', '135401.766000', '135401.768000', '135401.771000', '135401.774000', '135401.777000', '135401.779000', '135401.782000', '135401.784000', '135401.787000', '135401.789000', '135401.792000', '135401.795000', '135401.797000', '135401.843000', '135401.846000', '135401.849000', '135401.851000', '135421.695000', '135421.698000', '135421.701000', '135421.704000', '135421.706000', '135421.710000', '135421.712000', '135421.715000', '135421.718000', '135421.720000', '135421.723000', '135421.725000', '135421.728000', '135421.731000', '135421.733000', '135421.736000', '135421.738000', '135421.741000', '135421.744000', '135421.746000', '135421.749000', '135421.752000', '135421.754000', '135421.757000', '135421.759000', '135421.762000', '135421.765000', '135421.767000', '135421.770000', '135421.772000', '135421.775000', '135421.778000', '135421.780000', '135421.783000', '135421.786000', '135421.788000', '135421.791000', '135421.793000', '135421.796000', '135421.800000', '135421.854000', '135421.857000', '135421.861000', '135441.697000', '135441.700000', '135441.702000', '135441.705000', '135441.707000', '135441.710000', '135441.713000', '135441.715000', '135441.718000', '135441.721000', '135441.723000', '135441.726000', '135441.728000', '135441.731000', '135441.734000', '135441.736000', '135441.739000', '135441.742000', '135441.744000', '135441.747000', '135441.749000', '135441.752000', '135441.755000', '135441.757000', '135441.760000', '135441.762000', '135441.765000', '135441.767000', '135441.770000', '135441.773000', '135441.775000', '135441.778000', '135441.781000', '135441.788000', '135441.791000', '135441.793000', '135441.796000', '135441.800000', '135441.849000', '135441.852000', '135441.854000', '135441.857000', '135441.859000', '135441.862000', '135501.697000', '135501.700000', '135501.702000', '135501.705000', '135501.708000', '135501.710000', '135501.713000', '135501.715000', '135501.718000', '135501.720000', '135501.723000', '135501.726000', '135501.728000', '135501.731000', '135501.748000', '135501.751000', '135501.753000', '135501.756000', '135501.759000', '135501.761000', '135501.764000', '135501.766000', '135501.769000', '135501.772000', '135501.774000', '135501.777000', '135501.779000', '135501.782000', '135501.785000', '135501.787000', '135501.790000', '135501.792000', '135501.795000', '135501.798000', '135501.800000', '135501.803000', '135501.805000', '135501.808000', '135501.810000', '135501.813000', '135501.816000', '135501.818000', '135501.821000', '135521.697000', '135521.699000', '135521.702000', '135521.705000', '135521.707000', '135521.710000', '135521.713000', '135521.715000', '135521.718000', '135521.720000', '135521.723000', '135521.726000', '135521.728000', '135521.731000', '135521.734000', '135521.736000', '135521.739000', '135521.742000', '135521.744000', '135521.747000', '135521.749000', '135521.752000', '135521.755000', '135521.757000', '135521.760000', '135521.762000', '135521.765000', '135521.768000', '135521.770000', '135521.773000', '135521.775000', '135521.778000', '135521.781000', '135521.783000', '135521.786000', '135521.789000', '135521.791000', '135521.794000', '135521.796000', '135521.799000', '135521.887000', '135521.889000', '135521.892000', '135521.894000', '135541.697000', '135541.699000', '135541.702000', '135541.705000', '135541.707000', '135541.710000', '135541.712000', '135541.715000', '135541.718000', '135541.720000', '135541.723000', '135541.726000', '135541.728000', '135541.731000', '135541.733000', '135541.736000', '135541.739000', '135541.741000', '135541.744000', '135541.746000', '135541.749000', '135541.751000', '135541.754000', '135541.757000', '135541.759000', '135541.762000', '135541.765000', '135541.767000', '135541.770000', '135541.772000', '135541.775000', '135541.778000', '135541.780000', '135541.783000', '135541.785000', '135541.788000', '135541.790000', '135541.793000', '135541.796000', '135541.798000', '135541.851000', '135541.854000', '135541.857000', '135601.697000', '135601.699000', '135601.702000', '135601.704000', '135601.707000', '135601.710000', '135601.712000', '135601.715000', '135601.717000', '135601.720000', '135601.723000', '135601.725000', '135601.728000', '135601.730000', '135601.733000', '135601.736000', '135601.738000', '135601.741000', '135601.744000', '135601.746000', '135601.749000', '135601.751000', '135601.754000', '135601.757000', '135601.759000', '135601.762000', '135601.764000', '135601.767000', '135601.770000', '135601.772000', '135601.775000', '135601.778000', '135601.780000', '135601.783000', '135601.785000', '135601.788000', '135601.791000', '135601.793000', '135601.796000', '135601.799000', '135601.871000', '135601.873000', '135601.876000', '135601.878000', '135621.696000', '135621.698000', '135621.701000', '135621.704000', '135621.706000', '135621.709000', '135621.712000', '135621.714000', '135621.717000', '135621.719000', '135621.734000', '135621.736000', '135621.739000', '135621.742000', '135621.744000', '135621.747000', '135621.749000', '135621.752000', '135621.754000', '135621.757000', '135621.760000', '135621.762000', '135621.765000', '135621.767000', '135621.770000', '135621.773000', '135621.775000', '135621.778000', '135621.780000', '135621.783000', '135621.785000', '135621.788000', '135621.791000', '135621.793000', '135621.796000', '135621.798000', '135621.864000', '135621.867000', '135621.869000', '135621.872000', '135621.875000', '135621.877000', '135621.880000', '135641.698000', '135641.701000', '135641.703000', '135641.706000', '135641.709000', '135641.711000', '135641.714000', '135641.717000', '135641.719000', '135641.722000', '135641.724000', '135641.727000', '135641.730000', '135641.732000', '135641.735000', '135641.737000', '135641.740000', '135641.743000', '135641.745000', '135641.748000', '135641.750000', '135641.753000', '135641.755000', '135641.758000', '135641.761000', '135641.764000', '135641.766000', '135641.769000', '135641.772000', '135641.774000', '135641.777000', '135641.779000', '135641.782000', '135641.784000', '135641.787000', '135641.790000', '135641.792000', '135641.795000', '135641.797000', '135641.886000', '135641.888000', '135641.891000', '135641.894000', '135641.896000', '135701.697000', '135701.699000', '135701.702000', '135701.705000', '135701.707000', '135701.710000', '135701.712000', '135701.715000', '135701.718000', '135701.720000', '135701.723000', '135701.726000', '135701.728000', '135701.731000', '135701.733000', '135701.736000', '135701.738000', '135701.741000', '135701.744000', '135701.746000', '135701.749000', '135701.751000', '135701.754000', '135701.757000', '135701.759000', '135701.762000', '135701.764000', '135701.767000', '135701.770000', '135701.772000', '135701.775000', '135701.777000', '135701.780000', '135701.783000', '135701.785000', '135701.788000', '135701.790000', '135701.793000', '135701.796000', '135701.798000', '135701.853000', '135701.855000', '135701.858000', '135721.697000', '135721.699000', '135721.702000', '135721.705000', '135721.707000', '135721.710000', '135721.713000', '135721.715000', '135721.718000', '135721.721000', '135721.723000', '135721.726000', '135721.728000', '135721.731000', '135721.733000', '135721.736000', '135721.739000', '135721.741000', '135721.744000', '135721.747000', '135721.749000', '135721.752000', '135721.754000', '135721.757000', '135721.760000', '135721.762000', '135721.765000', '135721.767000', '135721.770000', '135721.773000', '135721.775000', '135721.778000', '135721.780000', '135721.783000', '135721.786000', '135721.788000', '135721.791000', '135721.793000', '135721.796000', '135721.799000', '135721.883000', '135721.886000', '135721.888000', '135721.891000', '135741.697000', '135741.700000', '135741.702000', '135741.705000', '135741.707000', '135741.710000', '135741.713000', '135741.726000', '135741.729000', '135741.732000', '135741.734000', '135741.737000', '135741.739000', '135741.742000', '135741.745000', '135741.747000', '135741.750000', '135741.752000', '135741.755000', '135741.757000', '135741.760000', '135741.763000', '135741.765000', '135741.768000', '135741.771000', '135741.773000', '135741.776000', '135741.778000', '135741.781000', '135741.783000', '135741.786000', '135741.789000', '135741.791000', '135741.794000', '135741.796000', '135741.799000', '135741.838000', '135741.841000', '135741.844000', '135741.846000', '135741.850000', '135741.853000', '135741.856000', '135801.697000', '135801.699000', '135801.702000', '135801.705000', '135801.707000', '135801.710000', '135801.712000', '135801.715000', '135801.718000', '135801.720000', '135801.723000', '135801.725000', '135801.728000', '135801.731000', '135801.733000', '135801.736000', '135801.739000', '135801.742000', '135801.744000', '135801.747000', '135801.750000', '135801.752000', '135801.755000', '135801.758000', '135801.760000', '135801.763000', '135801.765000', '135801.768000', '135801.770000', '135801.773000', '135801.776000', '135801.778000', '135801.781000', '135801.783000', '135801.786000', '135801.789000', '135801.791000', '135801.794000', '135801.796000', '135801.799000', '135801.846000', '135801.849000', '135801.852000', '135821.697000', '135821.699000', '135821.702000', '135821.705000', '135821.707000', '135821.710000', '135821.713000', '135821.715000', '135821.718000', '135821.721000', '135821.723000', '135821.726000', '135821.728000', '135821.731000', '135821.734000', '135821.736000', '135821.739000', '135821.741000', '135821.744000', '135821.747000', '135821.749000', '135821.752000', '135821.755000', '135821.757000', '135821.760000', '135821.762000', '135821.765000', '135821.767000', '135821.770000', '135821.773000', '135821.775000', '135821.778000', '135821.781000', '135821.783000', '135821.786000', '135821.788000', '135821.791000', '135821.794000', '135821.796000', '135821.799000', '135821.892000', '135821.895000', '135821.897000', '135821.900000', '135841.696000', '135841.698000', '135841.701000', '135841.704000', '135841.706000', '135841.709000', '135841.712000', '135841.715000', '135841.718000', '135841.721000', '135841.728000', '135841.730000', '135841.733000', '135841.736000', '135841.738000', '135841.741000', '135841.743000', '135841.746000', '135841.749000', '135841.751000', '135841.754000', '135841.756000', '135841.759000', '135841.762000', '135841.764000', '135841.767000', '135841.769000', '135841.772000', '135841.774000', '135841.777000', '135841.780000', '135841.782000', '135841.785000', '135841.787000', '135841.790000', '135841.793000', '135841.795000', '135841.798000', '135841.912000', '135841.915000', '135841.917000', '135841.920000', '135841.922000', '135858.738000', '135858.741000', '135858.744000', '135858.747000', '135858.758000', '135858.761000', '135858.764000', '135858.767000', '135858.769000', '135858.772000', '135858.775000', '135858.777000', '135858.780000', '135858.784000', '135858.787000', '135858.790000', '135858.793000', '135858.795000', '135858.798000', '135858.801000', '135858.803000', '135858.806000', '135858.810000', '135858.814000', '135858.818000', '135858.821000', '135858.824000', '135858.827000', '135858.832000', '135858.835000', '135858.837000', '135858.840000', '135858.844000', '135858.848000', '135858.851000', '135858.854000', '135858.857000', '135858.860000'], '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': [8598, 8915, 7374, 7514, 7371, 7533, 9165, 7793, 7363, 8052, 7707, 7546, 7090, 7634, 11626, 8232, 10239, 7533, 7954, 7108, 7117, 7072, 7234, 7606, 7354, 6960, 7555, 7036, 7462, 8415, 7491, 8681, 7066, 7910, 7811, 7403, 6952, 7714, 10634, 7380, 9462, 7414, 8088, 7282, 8803, 7636, 8233, 7811, 7360, 7596, 7817, 10930, 7722, 9656, 7347, 9371, 7979, 7552, 8006, 7541, 9707, 7451, 8689, 7257, 8308, 7272, 7210, 7414, 8263, 7781, 7497, 6852, 7592, 10153, 7363, 8706, 7331, 8462, 7330, 8222, 7851, 7338, 7042, 7529, 7031, 7552, 7243, 7607, 8743, 7404, 9553, 7721, 8872, 7794, 7891, 9835, 7744, 11888, 7539, 10214, 7462, 9178, 7427, 9174, 7640, 8530, 7575, 10244, 7780, 7911, 7166, 7457, 11769, 7572, 11044, 7535, 8484, 7518, 7294, 7213, 7783, 7404, 7572, 7047, 7577, 8656, 7839, 9016, 7673, 8978, 7797, 11164, 8405, 8037, 7385, 7448, 10904, 7930, 13559, 9643, 9480, 7688, 7516, 7680, 7608, 7636, 7839, 7797, 7828, 8276, 9899, 8919, 7526, 7882, 11578, 8344, 13559, 11560, 10974, 7647, 8792, 7811, 9256, 7640, 8749, 7832, 9092, 7710, 9126, 7776, 7873, 7276, 7578, 7608, 7791, 7389, 7693, 7508, 7711, 8212, 7748, 7802, 7967, 7902, 8058, 7703, 7809, 7486, 7687, 7474, 7822, 9851, 7988, 7771, 8239, 7217, 7241, 7764, 8049, 7652, 8707, 7145, 8666, 7301, 7709, 7297, 7303, 12087, 9150, 10853, 7875, 11517, 8539, 9927, 7639, 8299, 7581, 8477, 7375, 8254, 7574, 7788, 7371, 8239, 7115, 7548, 7280, 7460, 7495, 7452, 11353, 7558, 10508, 7463, 8577, 7480, 8087, 7194, 7337, 7196, 7380, 7723, 7487, 7024, 7552, 7832, 7595, 8911, 7416, 9400, 7304, 8146, 7368, 7514, 7150, 7460, 7461, 7706, 7312, 8350, 7870, 7621, 7461, 7313, 7163, 7397, 7032, 7438, 7142, 7510, 6909, 7529, 7764, 7549, 7560, 7503, 9625, 7397, 9791, 7803, 8361, 7312, 7822, 7480, 7306, 6872, 7537, 7024, 7654, 10229, 7446, 9897, 7165, 7985, 7480, 7594, 6950, 7505, 11204, 7627, 10132, 7876, 8582, 7537, 7735, 7468, 7452, 7150, 7338, 7088, 7655, 7077, 7652, 8703, 7662, 11494, 7768, 10219, 7597, 9731, 9007, 9785, 8470, 9454, 7121, 8052, 7164, 7388, 8318, 7411, 7983, 7531, 9228, 7343, 8517, 7750, 8282, 7566, 8250, 8117, 7706, 7953, 7338, 7025, 7585, 11245, 7627, 10077, 7663, 9417, 7557, 8534, 7002, 7347, 7386, 8218, 8095, 7749, 7685, 7524, 7137, 7387, 7501, 7654, 12620, 8464, 10642, 7591, 11126, 8311, 10435, 7167, 9389, 7340, 8065, 7579, 8024, 8068, 7563, 7340, 8127, 8085, 7581, 7100, 7581, 7027, 7598, 10662, 7460, 10077, 7592, 9677, 7636, 8060, 7534, 7767, 7550, 7516, 7208, 7414, 6995, 7770, 7353, 7638, 6860, 7343, 6911, 7772, 6981, 7666, 9146, 7718, 9830, 7329, 11960, 7786, 9848, 7709, 7479, 10377, 7756, 7680, 7645, 10684, 7720, 11065, 7911, 10323, 7732, 10244, 7277, 8123, 7335, 7585, 10296, 7624, 9765, 7457, 9342, 7792, 8207, 7773, 7662, 7373, 7627, 7495, 8278, 7867, 7801, 11356, 7898, 11103, 8684, 10103, 7605, 8745, 7747, 7343, 7175, 7647, 9724, 7602, 8502, 7343, 7736, 7542, 7589, 7329, 8234, 7787, 7313, 7325, 7422, 11320, 7745, 10022, 7660, 9613, 7729, 9105, 7496, 8366, 7602, 7815, 7752, 7655, 7322, 7644, 7228, 7579, 7252, 7759, 9154, 7868, 6972, 7581, 10986, 7848, 10407, 7749, 9917, 7827, 9909, 7460, 8868, 7471, 9243, 7950, 7670, 7029, 7897, 7065, 7625, 7126, 7666, 7309, 7852, 7874, 8448, 7972, 8191, 8118, 8206, 7450, 8222, 7687, 11552, 8209, 8595, 7525, 7721, 9312, 7743, 13396, 7575, 11672, 7803, 8124, 7567, 8225, 7651, 7198, 7643, 6821, 7861, 6895, 7858, 8179, 7864, 9934, 7694, 9689, 7625, 9656, 8248, 9797, 7314, 9620, 7319, 7762, 7416, 8106, 7951, 7514, 7709, 7469, 7527, 7789, 10211, 7537, 9632, 7516, 8540, 8354, 7662, 7591, 7818, 7249, 7608, 6922, 7874, 6969, 7599, 6892, 7760, 7229, 7981, 11450, 7801, 10280, 7520, 10691, 8327, 9246, 7583, 9071, 8350, 8304, 8160, 8121, 8160, 7687, 7763, 7858, 7571, 8120, 7638, 8321, 7703, 9181, 7681, 8794, 7840, 9985, 8378, 8761, 8082, 8207, 8219, 7980, 8340, 8225, 8219, 7972, 8561, 8006, 7474, 7756, 7631, 8308, 7900, 9404, 8155, 9945, 7876, 9674, 7956, 9576, 7560, 8282, 7611, 7967, 7873, 8613, 7796, 9051, 8095, 9926, 7841, 8852, 8000, 10687, 8030, 10978, 9608, 11443, 7924, 10628, 8068, 9600, 8118, 7522, 8077, 7552, 8038, 7999, 8375, 7614, 7821, 8215, 8225, 8056, 8006, 7678, 7963, 7670, 7809, 7304, 7600, 7149, 7816, 7059, 7647, 7076, 7801, 10175, 7719, 10214, 7877, 9377, 7737, 9161, 7701, 9191, 7745, 9298, 7430, 8996, 9651, 7901, 12511, 7987, 11014, 7687, 9887, 8414, 8008, 7912, 8088, 7939, 7968, 10187, 7947, 9445, 7890, 8356, 8261, 8155, 8088, 7741, 6923, 8183, 12260, 7921, 10795, 7948, 10231, 7853, 10005, 8437, 9876, 7736, 8201, 8417, 7771, 7786, 8232, 7414, 7866, 7346, 7805, 8308, 8066, 7602, 7854, 8798, 8129, 9222, 7863, 9201, 7599, 9404, 7767, 9059, 7674, 8325, 7592, 8527, 7661, 8988, 7756, 8430, 7642, 8906, 7832, 9759, 8058, 9774, 7793, 11446, 8117, 8479, 7491, 7959, 7085, 8068, 7576, 8526, 8166, 7990, 7929, 8039, 7870, 8155, 7605, 8089, 7338, 8325, 9581, 8167, 7492, 8196, 8250, 8499, 8047, 8979, 8304, 9233, 8368, 10957, 8714, 11861, 8229, 10575, 8512, 10258, 8956, 7974, 8555, 8596, 8883, 8970, 8779, 8173, 8664, 8235, 8494, 8202, 8992, 7991, 8498, 8134, 8558, 8158, 9055, 8103, 8619, 8715, 8615, 8505, 8893, 8507, 8632, 8408, 8538, 8265, 8170, 8070, 8261, 8389, 9348, 8186, 10483, 8219, 9308, 8708, 8920, 7935, 8689, 8213, 8760, 7984, 8506, 8142, 8688, 8962, 8627, 8239, 7991, 8205, 8776, 8556, 9988, 8200, 9365, 8405, 10350, 8755, 8565, 8265, 8819, 7616, 8718, 12973, 8563, 10198, 8531, 8137, 8623, 8166, 8447, 8398, 8531, 8283, 8525, 8559, 8280, 8338, 8556, 8432, 8963, 8692, 8395, 8791, 7822, 8827, 11793, 8923, 9937, 8584, 10030, 8816, 12181, 8662, 10857, 8549, 9931, 8647, 9609, 8450, 9012, 8209, 8503, 8376, 8445, 8564, 8631, 8175, 8336, 8637, 8672, 8486, 8686, 7886, 8482, 9491, 8822, 9549, 8346, 8318, 8355, 8149, 8817, 8778, 10250, 8698, 12902, 8636, 10627, 8587, 9527, 8561, 8776, 8100, 8634, 11721, 8477, 9578, 8591, 8547, 8516, 8835, 8546, 8566, 8649, 8556, 8104, 8955, 12327, 8855, 10784, 8611, 9290, 8766, 9611, 8377, 9034, 8262, 8531, 8669, 10367, 8990, 9037, 7980, 8941, 8302, 8826, 8332, 8889, 8143, 8977, 9827, 8873, 7775, 8800, 9506, 9086, 11489, 8656, 10131, 8392, 10176, 8795, 8786, 8574, 8705, 8821, 8793, 9062, 8868, 8689, 8648, 8810, 8855, 8296, 9052, 7951, 8766, 8064, 8981, 10723, 8837, 9417, 8856, 11007, 8840, 10445, 9049, 9449, 8510, 9115, 8551, 8617, 8565, 8757, 8534, 8678, 8789, 8895, 8670, 8958, 8718, 8800, 8593, 8922, 8775, 8613, 8552, 8862, 8378, 8882, 8042, 8769, 7602, 9081, 7781, 8973, 9359, 8702, 10203, 9137, 8713, 8197, 9102, 10559, 9001, 9921, 8853, 9827, 8693, 9284, 8674, 9097, 8939, 8731, 8742, 8654, 8731, 9020, 8763, 9669, 8500, 9462, 9004, 9900, 8686, 10792, 8975, 7910, 8851, 7985, 8925, 8519, 9046, 8813, 8970, 9064, 9123, 8666, 10395, 8651, 9989, 8810, 10882, 8785, 10069, 8710, 10165, 8616, 10089, 9362, 9011, 9146, 8474, 7278, 9126, 9817, 8916, 8957, 8004, 9064, 11421, 8919, 9943, 8757, 10508, 8794, 11079, 8600, 11886, 8740, 11273, 9483, 9491, 9486, 9535, 9255, 9521, 8530, 9324, 8035, 9133, 9012, 8900, 8914, 8838, 8782, 8697, 8617, 8724, 7908, 8746, 7643, 9230, 8797, 9206, 8085, 9087, 9319, 9088, 9705, 8986, 9328, 8746, 8962, 8598, 9154, 10558, 9137, 10102, 8584, 10258, 9173, 10141, 8782, 7588, 8708, 8953, 8920, 8687, 8656, 8489, 8322, 8619, 9007, 8811, 8772, 9308, 8108, 9037, 7820, 9155, 8031, 9214, 7910, 9300, 7964, 9243, 7979, 9360, 7956, 8898, 9318, 9385, 8394, 9636, 8741, 9299, 9035, 9504, 9220, 10496, 8872, 10606, 8816, 11592, 9037, 11335, 9216, 12130, 9984, 8995, 9547, 8234, 9717, 8967, 9688, 8944, 8089, 9328, 9923, 9110, 8454, 9582, 9519, 9895, 9170, 10717, 9981, 10276, 9081, 9976, 10748, 9852, 12036, 9515, 10798, 9597, 7776, 9504, 8817, 9354, 9001, 7474, 9443, 8792, 9136, 8424, 9611, 8221, 9895, 9636, 9466, 8552, 9508, 8293, 9558, 8267, 9560, 8943, 9698, 9499, 9413, 8893, 9552, 9074, 7846, 8843], 'WindowCenter': [4064.0, 4050.0, 4026.0, 4015.0, 4012.0, 4013.0, 4033.0, 4012.0, 4011.0, 4022.0, 4012.0, 4011.0, 4000.0, 4011.0, 4050.0, 4021.0, 4030.0, 4009.0, 4008.0, 3998.0, 3988.0, 3999.0, 3998.0, 4010.0, 4011.0, 4000.0, 4011.0, 4000.0, 4011.0, 4021.0, 4011.0, 4022.0, 4001.0, 4020.0, 4011.0, 4010.0, 4000.0, 4011.0, 4041.0, 4011.0, 4031.0, 4011.0, 4010.0, 4011.0, 4031.0, 4011.0, 4021.0, 4011.0, 4012.0, 4010.0, 4011.0, 4041.0, 4011.0, 4030.0, 4011.0, 4030.0, 4009.0, 4010.0, 4010.0, 4009.0, 4029.0, 4000.0, 4019.0, 4010.0, 4019.0, 4010.0, 4010.0, 4012.0, 4023.0, 4022.0, 4023.0, 4002.0, 4023.0, 4053.0, 4013.0, 4032.0, 4013.0, 4022.0, 4012.0, 4022.0, 4022.0, 4012.0, 4011.0, 4023.0, 4013.0, 4024.0, 4023.0, 4025.0, 4033.0, 4025.0, 4045.0, 4026.0, 4035.0, 4022.0, 4035.0, 4044.0, 4024.0, 4063.0, 4023.0, 4042.0, 4013.0, 4043.0, 4024.0, 4044.0, 4035.0, 4045.0, 4036.0, 4056.0, 4024.0, 4025.0, 4013.0, 4013.0, 4063.0, 4022.0, 4052.0, 4011.0, 4020.0, 4011.0, 4011.0, 4011.0, 4022.0, 4011.0, 4024.0, 4014.0, 4036.0, 4045.0, 4037.0, 4046.0, 4038.0, 4046.0, 4026.0, 4067.0, 4035.0, 4024.0, 4013.0, 4014.0, 4054.0, 4022.0, 4062.0, 4032.0, 4030.0, 4010.0, 4010.0, 4011.0, 4010.0, 4012.0, 4011.0, 4011.0, 4011.0, 4022.0, 4041.0, 4031.0, 4009.0, 4010.0, 4039.0, 4008.0, 4049.0, 4038.0, 4026.0, 3997.0, 4005.0, 4007.0, 4016.0, 4008.0, 4017.0, 4008.0, 4018.0, 3999.0, 4018.0, 3997.0, 4007.0, 3998.0, 3996.0, 4009.0, 4008.0, 3999.0, 4008.0, 3998.0, 4010.0, 4019.0, 4011.0, 4009.0, 4009.0, 4009.0, 4010.0, 4009.0, 4009.0, 3998.0, 4009.0, 3998.0, 4009.0, 4029.0, 4009.0, 4009.0, 4020.0, 3999.0, 3998.0, 4009.0, 4009.0, 4010.0, 4020.0, 4001.0, 4021.0, 4012.0, 4011.0, 3999.0, 4000.0, 4049.0, 4018.0, 4027.0, 3996.0, 4036.0, 4006.0, 4015.0, 3995.0, 3994.0, 3996.0, 3995.0, 3986.0, 3995.0, 3996.0, 3984.0, 3997.0, 4005.0, 3985.0, 3995.0, 3986.0, 3997.0, 3996.0, 3997.0, 4027.0, 3996.0, 4027.0, 3997.0, 4005.0, 3998.0, 3996.0, 3988.0, 3996.0, 3998.0, 3998.0, 4009.0, 4000.0, 3999.0, 4010.0, 4010.0, 4010.0, 4019.0, 4001.0, 4030.0, 4011.0, 4010.0, 4011.0, 3999.0, 4001.0, 4011.0, 4012.0, 4011.0, 4013.0, 4022.0, 4023.0, 4023.0, 4011.0, 4011.0, 4001.0, 4012.0, 4001.0, 4012.0, 4000.0, 4011.0, 4001.0, 4023.0, 4011.0, 4023.0, 4013.0, 4013.0, 4044.0, 4014.0, 4042.0, 4012.0, 4021.0, 4012.0, 4012.0, 4011.0, 4012.0, 4001.0, 4012.0, 4012.0, 4023.0, 4053.0, 4013.0, 4044.0, 4013.0, 4021.0, 4012.0, 4012.0, 4002.0, 4012.0, 4051.0, 4011.0, 4040.0, 4011.0, 4020.0, 4011.0, 4010.0, 4011.0, 4011.0, 4012.0, 4013.0, 4012.0, 4013.0, 4002.0, 4014.0, 4033.0, 4023.0, 4054.0, 4015.0, 4043.0, 4023.0, 4043.0, 4033.0, 4032.0, 4022.0, 4030.0, 3989.0, 4010.0, 3989.0, 3999.0, 4008.0, 3998.0, 4008.0, 4009.0, 4029.0, 4010.0, 4020.0, 4011.0, 4020.0, 4011.0, 4021.0, 4022.0, 4012.0, 4022.0, 4013.0, 4001.0, 4013.0, 4052.0, 4011.0, 4040.0, 4012.0, 4032.0, 4012.0, 4021.0, 4002.0, 4011.0, 4012.0, 4023.0, 4023.0, 4012.0, 4011.0, 4023.0, 4001.0, 4013.0, 4011.0, 4013.0, 4062.0, 4022.0, 4040.0, 4011.0, 4041.0, 4021.0, 4040.0, 3999.0, 4020.0, 3999.0, 4009.0, 4010.0, 4008.0, 4009.0, 4010.0, 3999.0, 4010.0, 4011.0, 4011.0, 3999.0, 4011.0, 4000.0, 4011.0, 4042.0, 4000.0, 4030.0, 4011.0, 4030.0, 4010.0, 4009.0, 4009.0, 4010.0, 4010.0, 4001.0, 4000.0, 4001.0, 4000.0, 4012.0, 4011.0, 4012.0, 4002.0, 4014.0, 4014.0, 4025.0, 4014.0, 4026.0, 4045.0, 4026.0, 4055.0, 4015.0, 4065.0, 4013.0, 4044.0, 4012.0, 4011.0, 4041.0, 4012.0, 4011.0, 4012.0, 4041.0, 4012.0, 4052.0, 4023.0, 4041.0, 4012.0, 4041.0, 4012.0, 4011.0, 3999.0, 4010.0, 4029.0, 4009.0, 4029.0, 4000.0, 4030.0, 4011.0, 4020.0, 4011.0, 4010.0, 4013.0, 4012.0, 4013.0, 4024.0, 4022.0, 4024.0, 4051.0, 4022.0, 4052.0, 4022.0, 4031.0, 4000.0, 4020.0, 3998.0, 3999.0, 3988.0, 4010.0, 4029.0, 4010.0, 4019.0, 3999.0, 4010.0, 4010.0, 4009.0, 4012.0, 4021.0, 4012.0, 4014.0, 4013.0, 4014.0, 4053.0, 4012.0, 4041.0, 4012.0, 4031.0, 4012.0, 4031.0, 4012.0, 4022.0, 4011.0, 4012.0, 4011.0, 4011.0, 3999.0, 4010.0, 4000.0, 4011.0, 4000.0, 4011.0, 4030.0, 4010.0, 4000.0, 4012.0, 4042.0, 4011.0, 4040.0, 4012.0, 4031.0, 4012.0, 4031.0, 4001.0, 4020.0, 3999.0, 4030.0, 4010.0, 4010.0, 3988.0, 4009.0, 3988.0, 3999.0, 3999.0, 4009.0, 4000.0, 4021.0, 4021.0, 4022.0, 4022.0, 4022.0, 4011.0, 4022.0, 4000.0, 4021.0, 4011.0, 4051.0, 4008.0, 4010.0, 3998.0, 3998.0, 4017.0, 3997.0, 4047.0, 3997.0, 4037.0, 3997.0, 3997.0, 3997.0, 4008.0, 4010.0, 4000.0, 4011.0, 4000.0, 4023.0, 4002.0, 4024.0, 4022.0, 4024.0, 4042.0, 4013.0, 4031.0, 4012.0, 4031.0, 4022.0, 4030.0, 4000.0, 4019.0, 3999.0, 3998.0, 3999.0, 4009.0, 4009.0, 3999.0, 3999.0, 4000.0, 3999.0, 4000.0, 4029.0, 4010.0, 4029.0, 4000.0, 4020.0, 4009.0, 3999.0, 3998.0, 3999.0, 3999.0, 3999.0, 3989.0, 4011.0, 4002.0, 4010.0, 4001.0, 4012.0, 4012.0, 4012.0, 4053.0, 4013.0, 4032.0, 4011.0, 4041.0, 4021.0, 4020.0, 4010.0, 4020.0, 4010.0, 4010.0, 4009.0, 4009.0, 4009.0, 3998.0, 4010.0, 4010.0, 4011.0, 4010.0, 4011.0, 4020.0, 4011.0, 4031.0, 4011.0, 4010.0, 4010.0, 4030.0, 4009.0, 4009.0, 3997.0, 4008.0, 4008.0, 3998.0, 4008.0, 4008.0, 4008.0, 4008.0, 4018.0, 4009.0, 3999.0, 4009.0, 4011.0, 4020.0, 4023.0, 4031.0, 4023.0, 4031.0, 4011.0, 4031.0, 4010.0, 4030.0, 3999.0, 4008.0, 3998.0, 3996.0, 4008.0, 4008.0, 4000.0, 4019.0, 4011.0, 4030.0, 4012.0, 4020.0, 4011.0, 4040.0, 4011.0, 4040.0, 4032.0, 4039.0, 4009.0, 4028.0, 4008.0, 4018.0, 4007.0, 3997.0, 4008.0, 3998.0, 4009.0, 4008.0, 4009.0, 4009.0, 4010.0, 4019.0, 4010.0, 4010.0, 4010.0, 4010.0, 4010.0, 3999.0, 4009.0, 4000.0, 4010.0, 4000.0, 4011.0, 4000.0, 4011.0, 4000.0, 4011.0, 4041.0, 4011.0, 4041.0, 4023.0, 4032.0, 4024.0, 4033.0, 4024.0, 4033.0, 4024.0, 4034.0, 4013.0, 4033.0, 4033.0, 4024.0, 4051.0, 4012.0, 4042.0, 4011.0, 4031.0, 4010.0, 4010.0, 4010.0, 4011.0, 4010.0, 4011.0, 4041.0, 4021.0, 4031.0, 4022.0, 4021.0, 4022.0, 4022.0, 4022.0, 4013.0, 4002.0, 4023.0, 4053.0, 4023.0, 4042.0, 4022.0, 4042.0, 4023.0, 4031.0, 4022.0, 4031.0, 4011.0, 4010.0, 4010.0, 4010.0, 3999.0, 4010.0, 3998.0, 4009.0, 3999.0, 4010.0, 4021.0, 4022.0, 4011.0, 4023.0, 4021.0, 4022.0, 4031.0, 4022.0, 4031.0, 4012.0, 4031.0, 4012.0, 4031.0, 4013.0, 4022.0, 4023.0, 4032.0, 4024.0, 4032.0, 4024.0, 4023.0, 4025.0, 4034.0, 4025.0, 4044.0, 4024.0, 4043.0, 4013.0, 4053.0, 4011.0, 4022.0, 4000.0, 4010.0, 3999.0, 4010.0, 4010.0, 4021.0, 4022.0, 4023.0, 4023.0, 4023.0, 4023.0, 4023.0, 4013.0, 4024.0, 4013.0, 4024.0, 4034.0, 4023.0, 4012.0, 4023.0, 4024.0, 4035.0, 4025.0, 4035.0, 4035.0, 4034.0, 4025.0, 4054.0, 4035.0, 4052.0, 4023.0, 4042.0, 4022.0, 4041.0, 4021.0, 4010.0, 4021.0, 4019.0, 4021.0, 4020.0, 4020.0, 4009.0, 4019.0, 4020.0, 4018.0, 4021.0, 4019.0, 4011.0, 4019.0, 4010.0, 4019.0, 4010.0, 4019.0, 4009.0, 4009.0, 4020.0, 4020.0, 4019.0, 4018.0, 4019.0, 4008.0, 4020.0, 4020.0, 4021.0, 4010.0, 4011.0, 4010.0, 4021.0, 4031.0, 4022.0, 4040.0, 4009.0, 4020.0, 4009.0, 4019.0, 3997.0, 4008.0, 4007.0, 4008.0, 3996.0, 4008.0, 4008.0, 4018.0, 4020.0, 4020.0, 4021.0, 4011.0, 4022.0, 4021.0, 4023.0, 4031.0, 4022.0, 4020.0, 4009.0, 4030.0, 4008.0, 4007.0, 3996.0, 4007.0, 3996.0, 4007.0, 4045.0, 4007.0, 4016.0, 4007.0, 3997.0, 4019.0, 4008.0, 4010.0, 4008.0, 4020.0, 4009.0, 4020.0, 4019.0, 4021.0, 4021.0, 4021.0, 4022.0, 4021.0, 4021.0, 4010.0, 4021.0, 4010.0, 4020.0, 4050.0, 4021.0, 4029.0, 4020.0, 4028.0, 4020.0, 4039.0, 4020.0, 4039.0, 4020.0, 4029.0, 4020.0, 4028.0, 4010.0, 4019.0, 4010.0, 4009.0, 4021.0, 4009.0, 4020.0, 4018.0, 4021.0, 4020.0, 4021.0, 4022.0, 4021.0, 4022.0, 4011.0, 4022.0, 4031.0, 4032.0, 4032.0, 4022.0, 4021.0, 4022.0, 4012.0, 4030.0, 4033.0, 4042.0, 4022.0, 4051.0, 4021.0, 4040.0, 4021.0, 4030.0, 4019.0, 4019.0, 4009.0, 4020.0, 4049.0, 4020.0, 4029.0, 4021.0, 4020.0, 4032.0, 4031.0, 4020.0, 4022.0, 4022.0, 4022.0, 4022.0, 4032.0, 4061.0, 4033.0, 4042.0, 4022.0, 4032.0, 4032.0, 4032.0, 4023.0, 4020.0, 4022.0, 4021.0, 4020.0, 4041.0, 4020.0, 4021.0, 4008.0, 4019.0, 4009.0, 4020.0, 4009.0, 4019.0, 4008.0, 4020.0, 4029.0, 4020.0, 4009.0, 4020.0, 4029.0, 4021.0, 4050.0, 4020.0, 4028.0, 4010.0, 4029.0, 4008.0, 4007.0, 4007.0, 4008.0, 4016.0, 4008.0, 4019.0, 4018.0, 4020.0, 4020.0, 4019.0, 4032.0, 4019.0, 4031.0, 4010.0, 4021.0, 4010.0, 4033.0, 4041.0, 4021.0, 4018.0, 4021.0, 4040.0, 4020.0, 4027.0, 4020.0, 4017.0, 4019.0, 4018.0, 4019.0, 4018.0, 4021.0, 4018.0, 4021.0, 4019.0, 4020.0, 4019.0, 4022.0, 4019.0, 4020.0, 4018.0, 4020.0, 4020.0, 4019.0, 4020.0, 4019.0, 4019.0, 4008.0, 4018.0, 4008.0, 4020.0, 4009.0, 4030.0, 4009.0, 4032.0, 4031.0, 4032.0, 4042.0, 4030.0, 4022.0, 4010.0, 4020.0, 4040.0, 4021.0, 4029.0, 4020.0, 4029.0, 4021.0, 4031.0, 4021.0, 4020.0, 4032.0, 4019.0, 4021.0, 4020.0, 4021.0, 4020.0, 4023.0, 4030.0, 4021.0, 4029.0, 4021.0, 4030.0, 4021.0, 4039.0, 4019.0, 4009.0, 4031.0, 4009.0, 4021.0, 4020.0, 4019.0, 4020.0, 4021.0, 4030.0, 4031.0, 4020.0, 4029.0, 4009.0, 4028.0, 4019.0, 4027.0, 4009.0, 4016.0, 4007.0, 4028.0, 4019.0, 4027.0, 4016.0, 4005.0, 4017.0, 4008.0, 3998.0, 4043.0, 4043.0, 4020.0, 4021.0, 4009.0, 4031.0, 4051.0, 4032.0, 4030.0, 4021.0, 4029.0, 4009.0, 4028.0, 4005.0, 4027.0, 3993.0, 4013.0, 4002.0, 4002.0, 4001.0, 3991.0, 3990.0, 3990.0, 3980.0, 3991.0, 3979.0, 4001.0, 3990.0, 3994.0, 3992.0, 4004.0, 3992.0, 4005.0, 4004.0, 4005.0, 3996.0, 4020.0, 4008.0, 4031.0, 4022.0, 4044.0, 4022.0, 4035.0, 4032.0, 4033.0, 4032.0, 4032.0, 4032.0, 4020.0, 4021.0, 4019.0, 4020.0, 4027.0, 4020.0, 4028.0, 4008.0, 4027.0, 4029.0, 4028.0, 4021.0, 4010.0, 4032.0, 4031.0, 4033.0, 4032.0, 4034.0, 4032.0, 4022.0, 4033.0, 4033.0, 4032.0, 4023.0, 4033.0, 4021.0, 4032.0, 4011.0, 4032.0, 4012.0, 4033.0, 4021.0, 4034.0, 4022.0, 4033.0, 4023.0, 4045.0, 4023.0, 4033.0, 4043.0, 4043.0, 4023.0, 4042.0, 4032.0, 4033.0, 4033.0, 4043.0, 4034.0, 4041.0, 4033.0, 4041.0, 4033.0, 4051.0, 4022.0, 4041.0, 4031.0, 4050.0, 4030.0, 4019.0, 4028.0, 4008.0, 4028.0, 4019.0, 4030.0, 4019.0, 4008.0, 4031.0, 4029.0, 4020.0, 4009.0, 4030.0, 4029.0, 4031.0, 4030.0, 4041.0, 4029.0, 4030.0, 4008.0, 4029.0, 4026.0, 4018.0, 4038.0, 4016.0, 4014.0, 4015.0, 3995.0, 4015.0, 4006.0, 4018.0, 4018.0, 3998.0, 4030.0, 4020.0, 4031.0, 4020.0, 4031.0, 4008.0, 4029.0, 4019.0, 4028.0, 4008.0, 4020.0, 4007.0, 4018.0, 4007.0, 4018.0, 4018.0, 4029.0, 4028.0, 4018.0, 4018.0, 4029.0, 4020.0, 3997.0, 4019.0], 'WindowWidth': [9062.0, 9035.0, 8994.0, 8976.0, 8968.0, 8968.0, 8996.0, 8965.0, 8964.0, 8979.0, 8964.0, 8964.0, 8947.0, 8962.0, 9014.0, 8974.0, 8983.0, 8954.0, 8952.0, 8941.0, 8927.0, 8942.0, 8942.0, 8957.0, 8961.0, 8946.0, 8963.0, 8947.0, 8965.0, 8975.0, 8964.0, 8977.0, 8950.0, 8974.0, 8962.0, 8960.0, 8947.0, 8962.0, 9001.0, 8962.0, 8988.0, 8963.0, 8960.0, 8963.0, 8989.0, 8962.0, 8976.0, 8963.0, 8965.0, 8961.0, 8962.0, 9001.0, 8963.0, 8985.0, 8962.0, 8987.0, 8956.0, 8959.0, 8957.0, 8957.0, 8983.0, 8945.0, 8970.0, 8961.0, 8971.0, 8961.0, 8959.0, 8966.0, 8981.0, 8980.0, 8984.0, 8955.0, 8984.0, 9023.0, 8970.0, 8994.0, 8969.0, 8980.0, 8966.0, 8979.0, 8980.0, 8967.0, 8965.0, 8982.0, 8969.0, 8985.0, 8984.0, 8989.0, 8997.0, 8990.0, 9015.0, 8991.0, 9002.0, 8982.0, 9002.0, 9011.0, 8985.0, 9037.0, 8981.0, 9007.0, 8970.0, 9009.0, 8988.0, 9012.0, 9004.0, 9015.0, 9007.0, 9033.0, 8988.0, 8990.0, 8969.0, 8970.0, 9036.0, 8980.0, 9018.0, 8962.0, 8974.0, 8962.0, 8963.0, 8963.0, 8981.0, 8964.0, 8986.0, 8975.0, 9007.0, 9019.0, 9010.0, 9021.0, 9014.0, 9021.0, 8994.0, 9049.0, 9002.0, 8988.0, 8968.0, 8972.0, 9023.0, 8980.0, 9033.0, 8993.0, 8988.0, 8961.0, 8961.0, 8964.0, 8963.0, 8967.0, 8963.0, 8964.0, 8963.0, 8981.0, 9003.0, 8991.0, 8958.0, 8959.0, 8995.0, 8953.0, 9008.0, 8992.0, 8971.0, 8935.0, 8944.0, 8952.0, 8961.0, 8955.0, 8964.0, 8954.0, 8966.0, 8942.0, 8968.0, 8938.0, 8951.0, 8939.0, 8935.0, 8957.0, 8952.0, 8942.0, 8953.0, 8941.0, 8957.0, 8971.0, 8961.0, 8955.0, 8957.0, 8955.0, 8959.0, 8955.0, 8955.0, 8940.0, 8955.0, 8939.0, 8956.0, 8982.0, 8956.0, 8957.0, 8973.0, 8943.0, 8939.0, 8957.0, 8955.0, 8960.0, 8972.0, 8950.0, 8976.0, 8964.0, 8962.0, 8944.0, 8946.0, 9008.0, 8967.0, 8974.0, 8932.0, 8984.0, 8946.0, 8956.0, 8930.0, 8927.0, 8933.0, 8929.0, 8919.0, 8928.0, 8931.0, 8912.0, 8936.0, 8942.0, 8918.0, 8931.0, 8919.0, 8937.0, 8934.0, 8935.0, 8976.0, 8933.0, 8974.0, 8935.0, 8945.0, 8938.0, 8933.0, 8925.0, 8934.0, 8940.0, 8939.0, 8957.0, 8947.0, 8943.0, 8958.0, 8958.0, 8959.0, 8971.0, 8948.0, 8984.0, 8962.0, 8958.0, 8962.0, 8943.0, 8950.0, 8963.0, 8965.0, 8962.0, 8969.0, 8981.0, 8982.0, 8982.0, 8962.0, 8963.0, 8950.0, 8965.0, 8948.0, 8964.0, 8948.0, 8964.0, 8950.0, 8983.0, 8964.0, 8982.0, 8968.0, 8970.0, 9011.0, 8972.0, 9007.0, 8967.0, 8976.0, 8965.0, 8965.0, 8965.0, 8965.0, 8950.0, 8965.0, 8965.0, 8984.0, 9024.0, 8972.0, 9011.0, 8970.0, 8977.0, 8965.0, 8965.0, 8952.0, 8966.0, 9016.0, 8963.0, 9000.0, 8963.0, 8972.0, 8962.0, 8960.0, 8962.0, 8965.0, 8967.0, 8970.0, 8966.0, 8969.0, 8953.0, 8969.0, 8996.0, 8982.0, 9023.0, 8973.0, 9008.0, 8981.0, 9009.0, 8996.0, 8989.0, 8978.0, 8985.0, 8930.0, 8958.0, 8928.0, 8943.0, 8952.0, 8941.0, 8953.0, 8954.0, 8983.0, 8958.0, 8971.0, 8962.0, 8972.0, 8963.0, 8975.0, 8980.0, 8965.0, 8979.0, 8968.0, 8949.0, 8967.0, 9019.0, 8963.0, 9000.0, 8964.0, 8989.0, 8966.0, 8975.0, 8951.0, 8961.0, 8966.0, 8980.0, 8981.0, 8965.0, 8964.0, 8982.0, 8950.0, 8968.0, 8965.0, 8968.0, 9033.0, 8978.0, 9000.0, 8963.0, 9000.0, 8976.0, 8998.0, 8943.0, 8969.0, 8943.0, 8954.0, 8958.0, 8955.0, 8955.0, 8957.0, 8943.0, 8958.0, 8961.0, 8963.0, 8944.0, 8962.0, 8946.0, 8962.0, 9004.0, 8947.0, 8985.0, 8963.0, 8985.0, 8959.0, 8955.0, 8957.0, 8960.0, 8958.0, 8948.0, 8946.0, 8948.0, 8948.0, 8965.0, 8962.0, 8966.0, 8953.0, 8971.0, 8973.0, 8990.0, 8974.0, 8993.0, 9016.0, 8991.0, 9029.0, 8974.0, 9042.0, 8968.0, 9010.0, 8963.0, 8963.0, 9001.0, 8965.0, 8963.0, 8965.0, 9004.0, 8964.0, 9017.0, 8980.0, 9001.0, 8964.0, 9001.0, 8964.0, 8963.0, 8942.0, 8958.0, 8981.0, 8955.0, 8982.0, 8946.0, 8982.0, 8962.0, 8972.0, 8962.0, 8961.0, 8970.0, 8967.0, 8968.0, 8985.0, 8979.0, 8984.0, 9017.0, 8978.0, 9018.0, 8977.0, 8985.0, 8943.0, 8971.0, 8939.0, 8943.0, 8927.0, 8957.0, 8982.0, 8958.0, 8967.0, 8944.0, 8957.0, 8959.0, 8957.0, 8967.0, 8978.0, 8966.0, 8970.0, 8968.0, 8971.0, 9021.0, 8965.0, 9002.0, 8966.0, 8988.0, 8966.0, 8988.0, 8966.0, 8978.0, 8962.0, 8965.0, 8962.0, 8964.0, 8944.0, 8961.0, 8946.0, 8961.0, 8945.0, 8962.0, 8986.0, 8960.0, 8946.0, 8965.0, 9005.0, 8961.0, 8998.0, 8964.0, 8987.0, 8963.0, 8987.0, 8949.0, 8972.0, 8944.0, 8986.0, 8957.0, 8958.0, 8928.0, 8955.0, 8926.0, 8943.0, 8942.0, 8956.0, 8947.0, 8975.0, 8976.0, 8977.0, 8977.0, 8978.0, 8961.0, 8977.0, 8946.0, 8975.0, 8961.0, 9016.0, 8954.0, 8957.0, 8938.0, 8938.0, 8962.0, 8934.0, 9002.0, 8935.0, 8988.0, 8934.0, 8934.0, 8938.0, 8952.0, 8957.0, 8945.0, 8964.0, 8949.0, 8981.0, 8953.0, 8983.0, 8978.0, 8983.0, 9005.0, 8968.0, 8988.0, 8965.0, 8989.0, 8976.0, 8985.0, 8943.0, 8968.0, 8942.0, 8938.0, 8943.0, 8956.0, 8954.0, 8942.0, 8940.0, 8945.0, 8942.0, 8943.0, 8982.0, 8958.0, 8981.0, 8944.0, 8969.0, 8956.0, 8940.0, 8935.0, 8940.0, 8939.0, 8941.0, 8929.0, 8960.0, 8948.0, 8960.0, 8948.0, 8965.0, 8965.0, 8964.0, 9019.0, 8965.0, 8989.0, 8960.0, 9000.0, 8974.0, 8970.0, 8959.0, 8972.0, 8956.0, 8957.0, 8954.0, 8953.0, 8953.0, 8939.0, 8957.0, 8958.0, 8961.0, 8959.0, 8961.0, 8972.0, 8962.0, 8986.0, 8961.0, 8956.0, 8957.0, 8984.0, 8952.0, 8954.0, 8936.0, 8950.0, 8950.0, 8937.0, 8949.0, 8951.0, 8950.0, 8953.0, 8965.0, 8956.0, 8943.0, 8957.0, 8962.0, 8972.0, 8982.0, 8987.0, 8981.0, 8987.0, 8961.0, 8985.0, 8958.0, 8983.0, 8941.0, 8950.0, 8939.0, 8934.0, 8954.0, 8952.0, 8944.0, 8967.0, 8960.0, 8986.0, 8964.0, 8970.0, 8960.0, 8998.0, 8961.0, 8998.0, 8988.0, 8992.0, 8954.0, 8979.0, 8952.0, 8964.0, 8950.0, 8935.0, 8951.0, 8938.0, 8953.0, 8952.0, 8955.0, 8954.0, 8957.0, 8969.0, 8957.0, 8957.0, 8957.0, 8957.0, 8958.0, 8943.0, 8956.0, 8944.0, 8959.0, 8948.0, 8962.0, 8946.0, 8961.0, 8944.0, 8962.0, 9001.0, 8963.0, 9001.0, 8980.0, 8991.0, 8983.0, 8993.0, 8984.0, 8994.0, 8986.0, 8996.0, 8968.0, 8996.0, 8994.0, 8983.0, 9016.0, 8962.0, 9002.0, 8960.0, 8987.0, 8958.0, 8957.0, 8957.0, 8961.0, 8957.0, 8960.0, 9001.0, 8975.0, 8987.0, 8976.0, 8976.0, 8977.0, 8979.0, 8977.0, 8967.0, 8951.0, 8980.0, 9020.0, 8981.0, 9004.0, 8978.0, 9004.0, 8980.0, 8988.0, 8977.0, 8986.0, 8959.0, 8957.0, 8957.0, 8958.0, 8941.0, 8956.0, 8939.0, 8956.0, 8942.0, 8960.0, 8976.0, 8978.0, 8962.0, 8980.0, 8976.0, 8979.0, 8989.0, 8978.0, 8988.0, 8964.0, 8988.0, 8966.0, 8987.0, 8967.0, 8977.0, 8983.0, 8992.0, 8985.0, 8993.0, 8986.0, 8983.0, 8989.0, 8997.0, 8990.0, 9010.0, 8986.0, 9008.0, 8968.0, 9022.0, 8962.0, 8977.0, 8943.0, 8958.0, 8943.0, 8959.0, 8959.0, 8976.0, 8977.0, 8982.0, 8981.0, 8982.0, 8981.0, 8982.0, 8967.0, 8984.0, 8967.0, 8982.0, 8995.0, 8980.0, 8965.0, 8982.0, 8984.0, 9000.0, 8987.0, 8999.0, 9000.0, 8996.0, 8987.0, 9022.0, 8998.0, 9017.0, 8978.0, 9002.0, 8978.0, 9000.0, 8974.0, 8958.0, 8972.0, 8969.0, 8974.0, 8969.0, 8972.0, 8955.0, 8967.0, 8972.0, 8967.0, 8973.0, 8969.0, 8959.0, 8967.0, 8959.0, 8967.0, 8956.0, 8966.0, 8955.0, 8953.0, 8969.0, 8969.0, 8967.0, 8964.0, 8968.0, 8951.0, 8972.0, 8969.0, 8975.0, 8957.0, 8961.0, 8958.0, 8977.0, 8989.0, 8977.0, 8999.0, 8954.0, 8970.0, 8952.0, 8964.0, 8933.0, 8949.0, 8947.0, 8950.0, 8932.0, 8950.0, 8951.0, 8966.0, 8971.0, 8971.0, 8976.0, 8960.0, 8978.0, 8974.0, 8979.0, 8987.0, 8976.0, 8970.0, 8954.0, 8982.0, 8949.0, 8947.0, 8931.0, 8946.0, 8930.0, 8948.0, 8996.0, 8948.0, 8958.0, 8948.0, 8935.0, 8967.0, 8950.0, 8957.0, 8952.0, 8971.0, 8955.0, 8972.0, 8970.0, 8975.0, 8973.0, 8973.0, 8977.0, 8974.0, 8975.0, 8958.0, 8974.0, 8957.0, 8971.0, 9009.0, 8972.0, 8980.0, 8969.0, 8979.0, 8970.0, 8995.0, 8970.0, 8993.0, 8969.0, 8981.0, 8970.0, 8978.0, 8957.0, 8966.0, 8957.0, 8953.0, 8973.0, 8955.0, 8969.0, 8966.0, 8973.0, 8970.0, 8974.0, 8977.0, 8974.0, 8975.0, 8959.0, 8977.0, 8987.0, 8991.0, 8989.0, 8976.0, 8973.0, 8977.0, 8963.0, 8986.0, 8993.0, 9002.0, 8974.0, 9015.0, 8972.0, 8998.0, 8973.0, 8982.0, 8966.0, 8968.0, 8952.0, 8970.0, 9008.0, 8970.0, 8980.0, 8975.0, 8973.0, 8992.0, 8986.0, 8973.0, 8975.0, 8976.0, 8978.0, 8976.0, 8992.0, 9029.0, 8992.0, 9004.0, 8977.0, 8989.0, 8991.0, 8989.0, 8979.0, 8970.0, 8975.0, 8972.0, 8974.0, 9001.0, 8969.0, 8973.0, 8950.0, 8965.0, 8952.0, 8968.0, 8953.0, 8967.0, 8952.0, 8970.0, 8981.0, 8971.0, 8954.0, 8971.0, 8983.0, 8974.0, 9011.0, 8972.0, 8979.0, 8955.0, 8979.0, 8952.0, 8949.0, 8948.0, 8951.0, 8960.0, 8950.0, 8965.0, 8965.0, 8969.0, 8972.0, 8969.0, 8989.0, 8969.0, 8987.0, 8958.0, 8975.0, 8960.0, 8994.0, 9000.0, 8975.0, 8966.0, 8971.0, 8997.0, 8970.0, 8976.0, 8971.0, 8962.0, 8967.0, 8963.0, 8967.0, 8965.0, 8973.0, 8966.0, 8973.0, 8969.0, 8973.0, 8969.0, 8977.0, 8968.0, 8973.0, 8967.0, 8973.0, 8971.0, 8969.0, 8970.0, 8966.0, 8968.0, 8952.0, 8965.0, 8950.0, 8969.0, 8956.0, 8985.0, 8957.0, 8991.0, 8990.0, 8993.0, 9006.0, 8987.0, 8977.0, 8958.0, 8971.0, 8997.0, 8972.0, 8981.0, 8972.0, 8982.0, 8974.0, 8986.0, 8975.0, 8970.0, 8991.0, 8970.0, 8975.0, 8972.0, 8976.0, 8971.0, 8979.0, 8985.0, 8974.0, 8982.0, 8974.0, 8983.0, 8973.0, 8993.0, 8967.0, 8956.0, 8986.0, 8957.0, 8975.0, 8970.0, 8970.0, 8970.0, 8972.0, 8985.0, 8986.0, 8971.0, 8980.0, 8954.0, 8976.0, 8967.0, 8975.0, 8954.0, 8959.0, 8948.0, 8976.0, 8969.0, 8973.0, 8958.0, 8938.0, 8959.0, 8950.0, 8938.0, 9007.0, 9007.0, 8972.0, 8974.0, 8956.0, 8988.0, 9014.0, 8991.0, 8986.0, 8974.0, 8980.0, 8953.0, 8976.0, 8941.0, 8971.0, 8921.0, 8947.0, 8929.0, 8931.0, 8926.0, 8914.0, 8909.0, 8911.0, 8897.0, 8914.0, 8896.0, 8928.0, 8912.0, 8922.0, 8917.0, 8936.0, 8919.0, 8942.0, 8938.0, 8942.0, 8931.0, 8969.0, 8952.0, 8990.0, 8976.0, 9010.0, 8980.0, 8999.0, 8993.0, 8994.0, 8989.0, 8990.0, 8990.0, 8970.0, 8973.0, 8967.0, 8969.0, 8976.0, 8967.0, 8976.0, 8950.0, 8976.0, 8982.0, 8980.0, 8973.0, 8958.0, 8991.0, 8990.0, 8996.0, 8993.0, 8998.0, 8990.0, 8979.0, 8993.0, 8995.0, 8992.0, 8980.0, 8992.0, 8975.0, 8989.0, 8960.0, 8989.0, 8963.0, 8993.0, 8976.0, 8995.0, 8978.0, 8993.0, 8980.0, 9011.0, 8980.0, 8995.0, 9009.0, 9008.0, 8979.0, 9005.0, 8991.0, 8993.0, 8994.0, 9009.0, 8997.0, 9001.0, 8993.0, 9002.0, 8993.0, 9013.0, 8977.0, 9000.0, 8986.0, 9010.0, 8985.0, 8967.0, 8979.0, 8951.0, 8978.0, 8966.0, 8983.0, 8967.0, 8952.0, 8984.0, 8981.0, 8972.0, 8956.0, 8984.0, 8980.0, 8985.0, 8984.0, 9002.0, 8981.0, 8984.0, 8949.0, 8978.0, 8970.0, 8960.0, 8989.0, 8956.0, 8951.0, 8953.0, 8928.0, 8955.0, 8944.0, 8962.0, 8965.0, 8937.0, 8985.0, 8971.0, 8987.0, 8972.0, 8988.0, 8952.0, 8980.0, 8965.0, 8978.0, 8950.0, 8967.0, 8947.0, 8962.0, 8948.0, 8964.0, 8962.0, 8978.0, 8976.0, 8964.0, 8967.0, 8981.0, 8969.0, 8934.0, 8966.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.000263251582278481</td></tr>
<tr><td colspan=3>aqi</td><td>0.02178360158227848</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.02182166904194</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2201341657561358</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9816626566587491</td></tr>
<tr><td colspan=3>efc</td><td>0.448</td></tr>
<tr><td colspan=3>fber</td><td>7574.272</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07653467595119694</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.15822784810126583</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3714076382007483</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3061791268345866</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6221549374829545</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.185888850284703</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104582</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01603078842163086</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03156295791268349</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.870324185987748</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>29.2088</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.352</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.6714</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308861.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.9063</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2621</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.4904</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3298.5691</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1068.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.6357</td></tr>
<tr><td colspan=3>tsnr</td><td>42.53442098852247</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>