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

616 lines
No EOL
139 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-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-04/func/sub-0124_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>f36e2231b272aa8c93a55de28513cc65</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>18:18:54.737500</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.999853, -0.0151661, -0.00804465, 0.0160561, 0.991966, 0.125485]</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.259</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.0924878</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>[4221, -7803, -7218, 433, -115, -124, -7, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>230.982</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e7409b41-252c-4413-b7ce-bce8a0029f0a||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.6825315952301025, 0.04307729750871658, -0.016407649964094162, 109.96000671386719], [0.04068950191140175, 2.6613712310791016, 0.3391071856021881, -116.8852767944336], [-0.021583212539553642, -0.3366659879684448, 2.678569793701172, -52.639278411865234], [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': ['181854.737500', '181855.197500', '181855.657500', '181856.117500', '181856.577500', '181857.037500', '181857.497500', '181857.957500', '181858.417500', '181858.877500', '181859.337500', '181859.797500', '181900.257500', '181900.717500', '181901.177500', '181901.637500', '181902.097500', '181902.557500', '181903.017500', '181903.477500', '181903.937500', '181904.397500', '181904.857500', '181905.317500', '181905.777500', '181906.237500', '181906.697500', '181907.157500', '181907.617500', '181908.077500', '181908.537500', '181908.997500', '181909.457500', '181909.917500', '181910.377500', '181910.837500', '181911.297500', '181911.757500', '181912.217500', '181912.677500', '181913.137500', '181913.597500', '181914.057500', '181914.517500', '181914.977500', '181915.437500', '181915.897500', '181916.357500', '181916.817500', '181917.277500', '181917.737500', '181918.197500', '181918.657500', '181919.117500', '181919.577500', '181920.037500', '181920.497500', '181920.957500', '181921.417500', '181921.877500', '181922.337500', '181922.797500', '181923.257500', '181923.717500', '181924.177500', '181924.637500', '181925.097500', '181925.557500', '181926.017500', '181926.477500', '181926.937500', '181927.397500', '181927.857500', '181928.317500', '181928.777500', '181929.237500', '181929.697500', '181930.157500', '181930.617500', '181931.077500', '181931.537500', '181931.997500', '181932.457500', '181932.917500', '181933.377500', '181933.837500', '181934.297500', '181934.757500', '181935.217500', '181935.677500', '181936.137500', '181936.597500', '181937.057500', '181937.517500', '181937.977500', '181938.437500', '181938.897500', '181939.357500', '181939.817500', '181940.277500', '181940.737500', '181941.197500', '181941.657500', '181942.117500', '181942.577500', '181943.037500', '181943.497500', '181943.957500', '181944.417500', '181944.877500', '181945.337500', '181945.797500', '181946.257500', '181946.717500', '181947.177500', '181947.637500', '181948.097500', '181948.557500', '181949.017500', '181949.477500', '181949.937500', '181950.397500', '181950.857500', '181951.317500', '181951.777500', '181952.237500', '181952.697500', '181953.157500', '181953.617500', '181954.077500', '181954.537500', '181954.997500', '181955.457500', '181955.917500', '181956.377500', '181956.837500', '181957.297500', '181957.757500', '181958.217500', '181958.677500', '181959.137500', '181959.597500', '182000.057500', '182000.517500', '182000.977500', '182001.437500', '182001.897500', '182002.357500', '182002.817500', '182003.277500', '182003.737500', '182004.197500', '182004.657500', '182005.117500', '182005.577500', '182006.037500', '182006.497500', '182006.957500', '182007.417500', '182007.877500', '182008.337500', '182008.797500', '182009.257500', '182009.717500', '182010.177500', '182010.637500', '182011.097500', '182011.557500', '182012.017500', '182012.477500', '182012.937500', '182013.397500', '182013.857500', '182014.317500', '182014.777500', '182015.237500', '182015.697500', '182016.157500', '182016.617500', '182017.077500', '182017.537500', '182017.997500', '182018.457500', '182018.917500', '182019.377500', '182019.837500', '182020.297500', '182020.757500', '182021.217500', '182021.677500', '182022.137500', '182022.597500', '182023.057500', '182023.517500', '182023.977500', '182024.437500', '182024.897500', '182025.357500', '182025.817500', '182026.277500', '182026.737500', '182027.197500', '182027.657500', '182028.117500', '182028.577500', '182029.037500', '182029.497500', '182029.957500', '182030.417500', '182030.877500', '182031.337500', '182031.797500', '182032.257500', '182032.717500', '182033.177500', '182033.637500', '182034.097500', '182034.557500', '182035.017500', '182035.477500', '182035.937500', '182036.397500', '182036.857500', '182037.317500', '182037.777500', '182038.237500', '182038.697500', '182039.157500', '182039.617500', '182040.077500', '182040.537500', '182040.997500', '182041.457500', '182041.917500', '182042.377500', '182042.837500', '182043.297500', '182043.757500', '182044.217500', '182044.677500', '182045.137500', '182045.597500', '182046.057500', '182046.517500', '182046.977500', '182047.437500', '182047.897500', '182048.357500', '182048.817500', '182049.277500', '182049.737500', '182050.197500', '182050.657500', '182051.117500', '182051.577500', '182052.037500', '182052.497500', '182052.957500', '182053.417500', '182053.877500', '182054.337500', '182054.797500', '182055.257500', '182055.717500', '182056.177500', '182056.637500', '182057.097500', '182057.557500', '182058.017500', '182058.477500', '182058.937500', '182059.397500', '182059.857500', '182100.317500', '182100.777500', '182101.237500', '182101.697500', '182102.157500', '182102.617500', '182103.077500', '182103.537500', '182103.997500', '182104.457500', '182104.917500', '182105.377500', '182105.837500', '182106.297500', '182106.757500', '182107.217500', '182107.677500', '182108.137500', '182108.597500', '182109.057500', '182109.517500', '182109.977500', '182110.437500', '182110.897500', '182111.357500', '182111.817500', '182112.277500', '182112.737500', '182113.197500', '182113.657500', '182114.117500', '182114.577500', '182115.037500', '182115.497500', '182115.957500', '182116.417500', '182116.877500', '182117.337500', '182117.797500', '182118.257500', '182118.717500', '182119.177500', '182119.637500', '182120.097500', '182120.557500', '182121.017500', '182121.477500', '182121.937500', '182122.397500', '182122.857500', '182123.317500', '182123.777500', '182124.237500', '182124.697500', '182125.157500', '182125.617500', '182126.077500', '182126.537500', '182126.997500', '182127.457500', '182127.917500', '182128.377500', '182128.837500', '182129.297500', '182129.757500', '182130.217500', '182130.677500', '182131.137500', '182131.597500', '182132.057500', '182132.517500', '182132.977500', '182133.437500', '182133.897500', '182134.357500', '182134.817500', '182135.277500', '182135.737500', '182136.197500', '182136.657500', '182137.117500', '182137.577500', '182138.037500', '182138.497500', '182138.957500', '182139.417500', '182139.877500', '182140.337500', '182140.797500', '182141.257500', '182141.717500', '182142.177500', '182142.637500', '182143.097500', '182143.557500', '182144.017500', '182144.477500', '182144.937500', '182145.397500', '182145.857500', '182146.317500', '182146.777500', '182147.237500', '182147.697500', '182148.157500', '182148.617500', '182149.077500', '182149.537500', '182149.997500', '182150.457500', '182150.917500', '182151.377500', '182151.837500', '182152.297500', '182152.757500', '182153.217500', '182153.677500', '182154.137500', '182154.597500', '182155.057500', '182155.517500', '182155.977500', '182156.437500', '182156.897500', '182157.357500', '182157.817500', '182158.277500', '182158.737500', '182159.197500', '182159.657500', '182200.117500', '182200.577500', '182201.037500', '182201.497500', '182201.957500', '182202.417500', '182202.877500', '182203.337500', '182203.797500', '182204.257500', '182204.717500', '182205.177500', '182205.637500', '182206.097500', '182206.557500', '182207.017500', '182207.477500', '182207.937500', '182208.397500', '182208.857500', '182209.317500', '182209.777500', '182210.237500', '182210.697500', '182211.157500', '182211.617500', '182212.077500', '182212.537500', '182212.997500', '182213.457500', '182213.917500', '182214.377500', '182214.837500', '182215.297500', '182215.757500', '182216.217500', '182216.677500', '182217.137500', '182217.597500', '182218.057500', '182218.517500', '182218.977500', '182219.437500', '182219.897500', '182220.357500', '182220.817500', '182221.277500', '182221.737500', '182222.197500', '182222.657500', '182223.117500', '182223.577500', '182224.037500', '182224.497500', '182224.957500', '182225.417500', '182225.877500', '182226.337500', '182226.797500', '182227.257500', '182227.717500', '182228.177500', '182228.637500', '182229.097500', '182229.557500', '182230.017500', '182230.477500', '182230.937500', '182231.397500', '182231.857500', '182232.317500', '182232.777500', '182233.237500', '182233.697500', '182234.157500', '182234.617500', '182235.077500', '182235.537500', '182235.997500', '182236.457500', '182236.917500', '182237.377500', '182237.837500', '182238.297500', '182238.757500', '182239.217500', '182239.677500', '182240.137500', '182240.597500', '182241.057500', '182241.517500', '182241.977500', '182242.437500', '182242.897500', '182243.357500', '182243.817500', '182244.277500', '182244.737500', '182245.197500', '182245.657500', '182246.117500', '182246.577500', '182247.037500', '182247.497500', '182247.957500', '182248.417500', '182248.877500', '182249.337500', '182249.797500', '182250.257500', '182250.717500', '182251.177500', '182251.637500', '182252.097500', '182252.557500', '182253.017500', '182253.477500', '182253.937500', '182254.397500', '182254.857500', '182255.317500', '182255.777500', '182256.237500', '182256.697500', '182257.157500', '182257.617500', '182258.077500', '182258.537500', '182258.997500', '182259.457500', '182259.917500', '182300.377500', '182300.837500', '182301.297500', '182301.757500', '182302.217500', '182302.677500', '182303.137500', '182303.597500', '182304.057500', '182304.517500', '182304.977500', '182305.437500', '182305.897500', '182306.357500', '182306.817500', '182307.277500', '182307.737500', '182308.197500', '182308.657500', '182309.117500', '182309.577500', '182310.037500', '182310.497500', '182310.957500', '182311.417500', '182311.877500', '182312.337500', '182312.797500', '182313.257500', '182313.717500', '182314.177500', '182314.637500', '182315.097500', '182315.557500', '182316.017500', '182316.477500', '182316.937500', '182317.397500', '182317.857500', '182318.317500', '182318.777500', '182319.237500', '182319.697500', '182320.157500', '182320.617500', '182321.077500', '182321.537500', '182321.997500', '182322.457500', '182322.917500', '182323.377500', '182323.837500', '182324.297500', '182324.757500', '182325.217500', '182325.677500', '182326.137500', '182326.597500', '182327.057500', '182327.517500', '182327.977500', '182328.437500', '182328.897500', '182329.357500', '182329.817500', '182330.277500', '182330.737500', '182331.197500', '182331.657500', '182332.117500', '182332.577500', '182333.037500', '182333.497500', '182333.957500', '182334.417500', '182334.877500', '182335.337500', '182335.797500', '182336.257500', '182336.717500', '182337.177500', '182337.637500', '182338.097500', '182338.557500', '182339.017500', '182339.477500', '182339.937500', '182340.397500', '182340.857500', '182341.317500', '182341.777500', '182342.237500', '182342.697500', '182343.157500', '182343.617500', '182344.077500', '182344.537500', '182344.997500', '182345.457500', '182345.917500', '182346.377500', '182346.837500', '182347.297500', '182347.757500', '182348.217500', '182348.677500', '182349.137500', '182349.597500', '182350.057500', '182350.517500', '182350.977500', '182351.437500', '182351.897500', '182352.357500', '182352.817500', '182353.277500', '182353.737500', '182354.197500', '182354.657500', '182355.117500', '182355.577500', '182356.037500', '182356.497500', '182356.957500', '182357.417500', '182357.877500', '182358.337500', '182358.797500', '182359.257500', '182359.717500', '182400.177500', '182400.637500', '182401.097500', '182401.557500', '182402.017500', '182402.477500', '182402.937500', '182403.397500', '182403.857500', '182404.317500', '182404.777500', '182405.237500', '182405.697500', '182406.157500', '182406.617500', '182407.077500', '182407.537500', '182407.997500', '182408.457500', '182408.917500', '182409.377500', '182409.837500', '182410.297500', '182410.757500', '182411.217500', '182411.677500', '182412.137500', '182412.597500', '182413.057500', '182413.517500', '182413.977500', '182414.437500', '182414.897500', '182415.357500', '182415.817500', '182416.277500', '182416.737500', '182417.197500', '182417.657500', '182418.117500', '182418.577500', '182419.037500', '182419.497500', '182419.957500', '182420.417500', '182420.877500', '182421.337500', '182421.797500', '182422.257500', '182422.717500', '182423.177500', '182423.637500', '182424.097500', '182424.557500', '182425.017500', '182425.477500', '182425.937500', '182426.397500', '182426.857500', '182427.317500', '182427.777500', '182428.237500', '182428.697500', '182429.157500', '182429.617500', '182430.077500', '182430.537500', '182430.997500', '182431.457500', '182431.917500', '182432.377500', '182432.837500', '182433.297500', '182433.757500', '182434.217500', '182434.677500', '182435.137500', '182435.597500', '182436.057500', '182436.517500', '182436.977500', '182437.437500', '182437.897500', '182438.357500', '182438.817500', '182439.277500', '182439.737500', '182440.197500', '182440.657500', '182441.117500', '182441.577500', '182442.037500', '182442.497500', '182442.957500', '182443.417500', '182443.877500', '182444.337500', '182444.797500', '182445.257500', '182445.717500', '182446.177500', '182446.637500', '182447.097500', '182447.557500', '182448.017500', '182448.477500', '182448.937500', '182449.397500', '182449.857500', '182450.317500', '182450.777500', '182451.237500', '182451.697500', '182452.157500', '182452.617500', '182453.077500', '182453.537500', '182453.997500', '182454.457500', '182454.917500', '182455.377500', '182455.837500', '182456.297500', '182456.757500', '182457.217500', '182457.677500', '182458.137500', '182458.597500', '182459.057500', '182459.517500', '182459.977500', '182500.437500', '182500.897500', '182501.357500', '182501.817500', '182502.277500', '182502.737500', '182503.197500', '182503.657500', '182504.117500', '182504.577500', '182505.037500', '182505.497500', '182505.957500', '182506.417500', '182506.877500', '182507.337500', '182507.797500', '182508.257500', '182508.717500', '182509.177500', '182509.637500', '182510.097500', '182510.557500', '182511.017500', '182511.477500', '182511.937500', '182512.397500', '182512.857500', '182513.317500', '182513.777500', '182514.237500', '182514.697500', '182515.157500', '182515.617500', '182516.077500', '182516.537500', '182516.997500', '182517.457500', '182517.917500', '182518.377500', '182518.837500', '182519.297500', '182519.757500', '182520.217500', '182520.677500', '182521.137500', '182521.597500', '182522.057500', '182522.517500', '182522.977500', '182523.437500', '182523.897500', '182524.357500', '182524.817500', '182525.277500', '182525.737500', '182526.197500', '182526.657500', '182527.117500', '182527.577500', '182528.037500', '182528.497500', '182528.957500', '182529.417500', '182529.877500', '182530.337500', '182530.797500', '182531.257500', '182531.717500', '182532.177500', '182532.637500', '182533.097500', '182533.557500', '182534.017500', '182534.477500', '182534.937500', '182535.397500', '182535.857500', '182536.317500', '182536.777500', '182537.237500', '182537.697500', '182538.157500', '182538.617500', '182539.077500', '182539.537500', '182539.997500', '182540.457500', '182540.917500', '182541.377500', '182541.837500', '182542.297500', '182542.757500', '182543.217500', '182543.677500', '182544.137500', '182544.597500', '182545.057500', '182545.517500', '182545.977500', '182546.437500', '182546.897500', '182547.357500', '182547.817500', '182548.277500', '182548.737500', '182549.197500', '182549.657500', '182550.117500', '182550.577500', '182551.037500', '182551.497500', '182551.957500', '182552.417500', '182552.877500', '182553.337500', '182553.797500', '182554.257500', '182554.717500', '182555.177500', '182555.637500', '182556.097500', '182556.557500', '182557.017500', '182557.477500', '182557.937500', '182558.397500', '182558.857500', '182559.317500', '182559.777500', '182600.237500', '182600.697500', '182601.157500', '182601.617500', '182602.077500', '182602.537500', '182602.997500', '182603.457500', '182603.917500', '182604.377500', '182604.837500', '182605.297500', '182605.757500', '182606.217500', '182606.677500', '182607.137500', '182607.597500', '182608.057500', '182608.517500', '182608.977500', '182609.437500', '182609.897500', '182610.357500', '182610.817500', '182611.277500', '182611.737500', '182612.197500', '182612.657500', '182613.117500', '182613.577500', '182614.037500', '182614.497500', '182614.957500', '182615.417500', '182615.877500', '182616.337500', '182616.797500', '182617.257500', '182617.717500', '182618.177500', '182618.637500', '182619.097500', '182619.557500', '182620.017500', '182620.477500', '182620.937500', '182621.397500', '182621.857500', '182622.317500', '182622.777500', '182623.237500', '182623.697500', '182624.157500', '182624.617500', '182625.077500', '182625.537500', '182625.997500', '182626.457500', '182626.917500', '182627.377500', '182627.837500', '182628.297500', '182628.757500', '182629.217500', '182629.677500', '182630.137500', '182630.597500', '182631.057500', '182631.517500', '182631.977500', '182632.437500', '182632.897500', '182633.357500', '182633.817500', '182634.277500', '182634.737500', '182635.197500', '182635.657500', '182636.117500', '182636.577500', '182637.037500', '182637.497500', '182637.957500', '182638.417500', '182638.877500', '182639.337500', '182639.797500', '182640.257500', '182640.717500', '182641.177500', '182641.637500', '182642.097500', '182642.557500', '182643.017500', '182643.477500', '182643.937500', '182644.397500', '182644.857500', '182645.317500', '182645.777500', '182646.237500', '182646.697500', '182647.157500', '182647.617500', '182648.077500', '182648.537500', '182648.997500', '182649.457500', '182649.917500', '182650.377500', '182650.837500', '182651.297500', '182651.757500', '182652.217500', '182652.677500', '182653.137500', '182653.597500', '182654.057500', '182654.517500', '182654.977500', '182655.437500', '182655.897500', '182656.357500', '182656.817500', '182657.277500', '182657.737500', '182658.197500', '182658.657500', '182659.117500', '182659.577500', '182700.037500', '182700.497500', '182700.957500', '182701.417500', '182701.877500', '182702.337500', '182702.797500', '182703.257500', '182703.717500', '182704.177500', '182704.637500', '182705.097500', '182705.557500', '182706.017500', '182706.477500', '182706.937500', '182707.397500', '182707.857500', '182708.317500', '182708.777500', '182709.237500', '182709.697500', '182710.157500', '182710.617500', '182711.077500', '182711.537500', '182711.997500', '182712.457500', '182712.917500', '182713.377500', '182713.837500', '182714.297500', '182714.757500', '182715.217500', '182715.677500', '182716.137500', '182716.597500', '182717.057500', '182717.517500', '182717.977500', '182718.437500', '182718.897500', '182719.357500', '182719.817500', '182720.277500', '182720.737500', '182721.197500', '182721.657500', '182722.117500', '182722.577500', '182723.037500', '182723.497500', '182723.957500', '182724.417500', '182724.877500', '182725.337500', '182725.797500', '182726.257500', '182726.717500', '182727.177500', '182727.637500', '182728.097500', '182728.557500', '182729.017500', '182729.477500', '182729.937500', '182730.397500', '182730.857500', '182731.317500', '182731.777500', '182732.237500', '182732.697500', '182733.157500', '182733.617500', '182734.077500', '182734.537500', '182734.997500', '182735.457500', '182735.917500', '182736.377500', '182736.837500', '182737.297500', '182737.757500', '182738.217500', '182738.677500', '182739.137500', '182739.597500', '182740.057500', '182740.517500', '182740.977500', '182741.437500', '182741.897500', '182742.357500', '182742.817500', '182743.277500', '182743.737500', '182744.197500', '182744.657500', '182745.117500', '182745.577500', '182746.037500', '182746.497500', '182746.957500', '182747.417500', '182747.877500', '182748.337500', '182748.797500', '182749.257500', '182749.717500', '182750.177500', '182750.637500', '182751.097500', '182751.557500', '182752.017500', '182752.477500', '182752.937500', '182753.397500', '182753.857500', '182754.317500', '182754.777500', '182755.237500', '182755.697500', '182756.157500', '182756.617500', '182757.077500', '182757.537500', '182757.997500', '182758.457500', '182758.917500', '182759.377500', '182759.837500', '182800.297500', '182800.757500', '182801.217500', '182801.677500', '182802.137500', '182802.597500', '182803.057500', '182803.517500', '182803.977500', '182804.437500', '182804.897500', '182805.357500', '182805.817500', '182806.277500', '182806.737500', '182807.197500', '182807.657500', '182808.117500', '182808.577500', '182809.037500', '182809.497500', '182809.957500', '182810.417500', '182810.877500', '182811.337500', '182811.797500', '182812.257500', '182812.717500', '182813.177500', '182813.637500', '182814.097500', '182814.557500', '182815.017500', '182815.477500', '182815.937500', '182816.397500', '182816.857500', '182817.317500', '182817.777500', '182818.237500', '182818.697500', '182819.157500', '182819.617500', '182820.077500', '182820.537500', '182820.997500', '182821.457500', '182821.917500', '182822.377500', '182822.837500', '182823.297500', '182823.757500', '182824.217500', '182824.677500', '182825.137500', '182825.597500', '182826.057500', '182826.517500', '182826.977500', '182827.437500', '182827.897500', '182828.357500', '182828.817500', '182829.277500', '182829.737500', '182830.197500', '182830.657500', '182831.117500', '182831.577500', '182832.037500', '182832.497500', '182832.957500', '182833.417500', '182833.877500', '182834.337500', '182834.797500', '182835.257500', '182835.717500', '182836.177500', '182836.637500', '182837.097500', '182837.557500'], 'ContentTime': ['181919.761000', '181919.764000', '181919.767000', '181919.769000', '181919.772000', '181919.775000', '181919.777000', '181919.780000', '181919.782000', '181919.785000', '181919.787000', '181919.790000', '181919.793000', '181919.795000', '181919.798000', '181919.800000', '181919.803000', '181919.805000', '181919.808000', '181919.811000', '181919.813000', '181919.816000', '181919.821000', '181919.824000', '181919.826000', '181919.829000', '181919.831000', '181919.834000', '181919.837000', '181919.839000', '181919.842000', '181919.844000', '181919.847000', '181919.850000', '181919.852000', '181919.855000', '181919.857000', '181919.860000', '181919.863000', '181919.865000', '181919.868000', '181919.870000', '181919.873000', '181919.875000', '181919.878000', '181919.881000', '181919.883000', '181919.886000', '181919.888000', '181919.891000', '181919.893000', '181919.896000', '181919.899000', '181939.733000', '181939.735000', '181939.750000', '181939.752000', '181939.755000', '181939.758000', '181939.760000', '181939.763000', '181939.765000', '181939.768000', '181939.770000', '181939.773000', '181939.775000', '181939.778000', '181939.780000', '181939.790000', '181939.793000', '181939.796000', '181939.798000', '181939.801000', '181939.803000', '181939.806000', '181939.809000', '181939.811000', '181939.814000', '181939.816000', '181939.819000', '181939.821000', '181939.824000', '181939.827000', '181939.829000', '181939.832000', '181939.834000', '181939.837000', '181939.839000', '181939.842000', '181939.845000', '181939.847000', '181939.850000', '181939.852000', '181939.855000', '181939.857000', '181939.860000', '181959.733000', '181959.735000', '181959.738000', '181959.741000', '181959.743000', '181959.746000', '181959.749000', '181959.751000', '181959.754000', '181959.756000', '181959.759000', '181959.762000', '181959.764000', '181959.767000', '181959.769000', '181959.772000', '181959.775000', '181959.777000', '181959.783000', '181959.786000', '181959.789000', '181959.791000', '181959.794000', '181959.796000', '181959.799000', '181959.801000', '181959.804000', '181959.807000', '181959.809000', '181959.812000', '181959.814000', '181959.817000', '181959.820000', '181959.822000', '181959.825000', '181959.827000', '181959.830000', '181959.832000', '181959.835000', '181959.838000', '181959.840000', '181959.843000', '181959.845000', '181959.848000', '182019.733000', '182019.735000', '182019.738000', '182019.741000', '182019.743000', '182019.746000', '182019.748000', '182019.751000', '182019.754000', '182019.756000', '182019.759000', '182019.762000', '182019.764000', '182019.767000', '182019.769000', '182019.772000', '182019.774000', '182019.777000', '182019.780000', '182019.782000', '182019.785000', '182019.787000', '182019.790000', '182019.793000', '182019.795000', '182019.798000', '182019.800000', '182019.803000', '182019.806000', '182019.808000', '182019.811000', '182019.813000', '182019.816000', '182019.819000', '182019.821000', '182019.824000', '182019.826000', '182019.829000', '182019.832000', '182019.834000', '182019.837000', '182019.839000', '182019.842000', '182039.733000', '182039.735000', '182039.738000', '182039.741000', '182039.743000', '182039.746000', '182039.748000', '182039.751000', '182039.754000', '182039.756000', '182039.759000', '182039.761000', '182039.764000', '182039.766000', '182039.769000', '182039.772000', '182039.774000', '182039.777000', '182039.779000', '182039.782000', '182039.785000', '182039.787000', '182039.790000', '182039.792000', '182039.795000', '182039.797000', '182039.800000', '182039.803000', '182039.805000', '182039.808000', '182039.810000', '182039.813000', '182039.816000', '182039.818000', '182039.821000', '182039.823000', '182039.826000', '182039.828000', '182039.831000', '182039.833000', '182039.836000', '182039.839000', '182039.841000', '182039.844000', '182059.733000', '182059.736000', '182059.738000', '182059.741000', '182059.743000', '182059.746000', '182059.749000', '182059.751000', '182059.754000', '182059.756000', '182059.759000', '182059.762000', '182059.764000', '182059.767000', '182059.769000', '182059.772000', '182059.775000', '182059.777000', '182059.780000', '182059.783000', '182059.785000', '182059.788000', '182059.790000', '182059.793000', '182059.796000', '182059.798000', '182059.801000', '182059.803000', '182059.806000', '182059.809000', '182059.811000', '182059.814000', '182059.817000', '182059.819000', '182059.822000', '182059.824000', '182059.827000', '182059.829000', '182059.832000', '182059.835000', '182059.837000', '182059.840000', '182059.843000', '182119.734000', '182119.737000', '182119.739000', '182119.742000', '182119.744000', '182119.747000', '182119.750000', '182119.752000', '182119.755000', '182119.757000', '182119.760000', '182119.763000', '182119.776000', '182119.778000', '182119.781000', '182119.784000', '182119.786000', '182119.789000', '182119.791000', '182119.794000', '182119.796000', '182119.799000', '182119.802000', '182119.804000', '182119.807000', '182119.809000', '182119.812000', '182119.815000', '182119.817000', '182119.820000', '182119.823000', '182119.825000', '182119.828000', '182119.830000', '182119.833000', '182119.836000', '182119.838000', '182119.841000', '182119.843000', '182119.846000', '182119.849000', '182119.851000', '182119.854000', '182119.856000', '182139.733000', '182139.735000', '182139.738000', '182139.741000', '182139.743000', '182139.746000', '182139.748000', '182139.751000', '182139.753000', '182139.756000', '182139.759000', '182139.761000', '182139.764000', '182139.767000', '182139.769000', '182139.772000', '182139.774000', '182139.777000', '182139.780000', '182139.782000', '182139.785000', '182139.787000', '182139.790000', '182139.792000', '182139.795000', '182139.798000', '182139.801000', '182139.803000', '182139.806000', '182139.808000', '182139.811000', '182139.814000', '182139.816000', '182139.819000', '182139.821000', '182139.824000', '182139.826000', '182139.829000', '182139.832000', '182139.834000', '182139.837000', '182139.840000', '182139.842000', '182159.732000', '182159.735000', '182159.738000', '182159.740000', '182159.743000', '182159.746000', '182159.748000', '182159.751000', '182159.754000', '182159.756000', '182159.759000', '182159.762000', '182159.764000', '182159.767000', '182159.769000', '182159.772000', '182159.774000', '182159.777000', '182159.780000', '182159.782000', '182159.785000', '182159.788000', '182159.790000', '182159.793000', '182159.796000', '182159.798000', '182159.801000', '182159.804000', '182159.806000', '182159.809000', '182159.811000', '182159.814000', '182159.817000', '182159.819000', '182159.822000', '182159.825000', '182159.827000', '182159.830000', '182159.832000', '182159.835000', '182159.838000', '182159.840000', '182159.843000', '182159.846000', '182219.733000', '182219.735000', '182219.738000', '182219.741000', '182219.743000', '182219.746000', '182219.748000', '182219.751000', '182219.754000', '182219.756000', '182219.759000', '182219.761000', '182219.764000', '182219.767000', '182219.769000', '182219.772000', '182219.774000', '182219.777000', '182219.780000', '182219.782000', '182219.785000', '182219.787000', '182219.790000', '182219.792000', '182219.795000', '182219.798000', '182219.801000', '182219.803000', '182219.806000', '182219.808000', '182219.811000', '182219.814000', '182219.816000', '182219.819000', '182219.821000', '182219.824000', '182219.827000', '182219.829000', '182219.832000', '182219.834000', '182219.837000', '182219.840000', '182219.842000', '182239.733000', '182239.735000', '182239.738000', '182239.741000', '182239.743000', '182239.746000', '182239.749000', '182239.751000', '182239.754000', '182239.756000', '182239.759000', '182239.762000', '182239.764000', '182239.767000', '182239.770000', '182239.772000', '182239.775000', '182239.778000', '182239.780000', '182239.783000', '182239.786000', '182239.788000', '182239.791000', '182239.793000', '182239.796000', '182239.799000', '182239.801000', '182239.804000', '182239.807000', '182239.809000', '182239.812000', '182239.814000', '182239.817000', '182239.820000', '182239.822000', '182239.825000', '182239.828000', '182239.836000', '182239.839000', '182239.841000', '182239.844000', '182239.847000', '182239.849000', '182239.852000', '182259.732000', '182259.735000', '182259.738000', '182259.740000', '182259.743000', '182259.746000', '182259.748000', '182259.751000', '182259.753000', '182259.756000', '182259.759000', '182259.761000', '182259.764000', '182259.766000', '182259.769000', '182259.772000', '182259.774000', '182259.777000', '182259.779000', '182259.782000', '182259.785000', '182259.787000', '182259.790000', '182259.792000', '182259.795000', '182259.798000', '182259.800000', '182259.803000', '182259.805000', '182259.808000', '182259.811000', '182259.813000', '182259.816000', '182259.818000', '182259.821000', '182259.824000', '182259.826000', '182259.829000', '182259.831000', '182259.834000', '182259.837000', '182259.839000', '182259.842000', '182319.733000', '182319.735000', '182319.738000', '182319.741000', '182319.743000', '182319.746000', '182319.748000', '182319.751000', '182319.754000', '182319.756000', '182319.759000', '182319.761000', '182319.764000', '182319.767000', '182319.769000', '182319.772000', '182319.775000', '182319.777000', '182319.780000', '182319.782000', '182319.785000', '182319.788000', '182319.790000', '182319.793000', '182319.796000', '182319.798000', '182319.801000', '182319.803000', '182319.806000', '182319.809000', '182319.811000', '182319.814000', '182319.816000', '182319.819000', '182319.822000', '182319.824000', '182319.827000', '182319.829000', '182319.832000', '182319.835000', '182319.837000', '182319.840000', '182319.842000', '182339.733000', '182339.736000', '182339.739000', '182339.741000', '182339.744000', '182339.747000', '182339.749000', '182339.752000', '182339.754000', '182339.757000', '182339.760000', '182339.762000', '182339.765000', '182339.767000', '182339.770000', '182339.772000', '182339.775000', '182339.778000', '182339.780000', '182339.783000', '182339.785000', '182339.788000', '182339.791000', '182339.793000', '182339.796000', '182339.799000', '182339.801000', '182339.804000', '182339.806000', '182339.809000', '182339.812000', '182339.814000', '182339.817000', '182339.819000', '182339.822000', '182339.825000', '182339.827000', '182339.830000', '182339.833000', '182339.835000', '182339.838000', '182339.840000', '182339.843000', '182339.845000', '182359.733000', '182359.736000', '182359.738000', '182359.741000', '182359.743000', '182359.746000', '182359.749000', '182359.752000', '182359.755000', '182359.758000', '182359.761000', '182359.764000', '182359.767000', '182359.769000', '182359.772000', '182359.775000', '182359.777000', '182359.780000', '182359.782000', '182359.785000', '182359.788000', '182359.790000', '182359.793000', '182359.795000', '182359.798000', '182359.801000', '182359.803000', '182359.806000', '182359.808000', '182359.811000', '182359.814000', '182359.816000', '182359.819000', '182359.822000', '182359.825000', '182359.828000', '182359.830000', '182359.833000', '182359.836000', '182359.838000', '182359.841000', '182359.843000', '182359.846000', '182419.733000', '182419.736000', '182419.738000', '182419.741000', '182419.743000', '182419.746000', '182419.749000', '182419.751000', '182419.754000', '182419.756000', '182419.759000', '182419.762000', '182419.764000', '182419.767000', '182419.769000', '182419.772000', '182419.775000', '182419.777000', '182419.780000', '182419.794000', '182419.797000', '182419.799000', '182419.802000', '182419.805000', '182419.807000', '182419.810000', '182419.812000', '182419.815000', '182419.817000', '182419.820000', '182419.823000', '182419.825000', '182419.828000', '182419.830000', '182419.833000', '182419.836000', '182419.838000', '182419.841000', '182419.843000', '182419.846000', '182419.849000', '182419.851000', '182419.856000', '182419.858000', '182439.732000', '182439.735000', '182439.738000', '182439.740000', '182439.743000', '182439.746000', '182439.748000', '182439.751000', '182439.753000', '182439.756000', '182439.759000', '182439.761000', '182439.764000', '182439.766000', '182439.769000', '182439.772000', '182439.774000', '182439.777000', '182439.779000', '182439.782000', '182439.784000', '182439.787000', '182439.790000', '182439.792000', '182439.795000', '182439.797000', '182439.800000', '182439.803000', '182439.805000', '182439.808000', '182439.810000', '182439.813000', '182439.816000', '182439.818000', '182439.821000', '182439.823000', '182439.826000', '182439.828000', '182439.831000', '182439.834000', '182439.836000', '182439.839000', '182439.841000', '182439.844000', '182459.733000', '182459.736000', '182459.738000', '182459.741000', '182459.744000', '182459.746000', '182459.749000', '182459.751000', '182459.754000', '182459.756000', '182459.759000', '182459.762000', '182459.764000', '182459.767000', '182459.769000', '182459.772000', '182459.775000', '182459.777000', '182459.780000', '182459.782000', '182459.785000', '182459.788000', '182459.790000', '182459.793000', '182459.795000', '182459.798000', '182459.800000', '182459.803000', '182459.806000', '182459.808000', '182459.811000', '182459.813000', '182459.816000', '182459.818000', '182459.821000', '182459.824000', '182459.826000', '182459.829000', '182459.831000', '182459.834000', '182459.837000', '182459.839000', '182459.842000', '182519.733000', '182519.736000', '182519.738000', '182519.741000', '182519.744000', '182519.746000', '182519.749000', '182519.751000', '182519.754000', '182519.756000', '182519.759000', '182519.762000', '182519.764000', '182519.767000', '182519.769000', '182519.772000', '182519.775000', '182519.777000', '182519.780000', '182519.783000', '182519.785000', '182519.788000', '182519.790000', '182519.793000', '182519.795000', '182519.798000', '182519.801000', '182519.805000', '182519.808000', '182519.811000', '182519.813000', '182519.816000', '182519.818000', '182519.821000', '182519.824000', '182519.826000', '182519.829000', '182519.831000', '182519.834000', '182519.836000', '182519.839000', '182519.842000', '182519.844000', '182539.732000', '182539.735000', '182539.738000', '182539.741000', '182539.743000', '182539.746000', '182539.748000', '182539.751000', '182539.753000', '182539.756000', '182539.759000', '182539.761000', '182539.764000', '182539.766000', '182539.769000', '182539.772000', '182539.786000', '182539.788000', '182539.791000', '182539.794000', '182539.796000', '182539.799000', '182539.801000', '182539.804000', '182539.807000', '182539.809000', '182539.812000', '182539.814000', '182539.817000', '182539.820000', '182539.822000', '182539.825000', '182539.828000', '182539.830000', '182539.833000', '182539.835000', '182539.838000', '182539.840000', '182539.843000', '182539.846000', '182539.848000', '182539.851000', '182539.853000', '182539.856000', '182559.733000', '182559.736000', '182559.739000', '182559.742000', '182559.744000', '182559.747000', '182559.749000', '182559.752000', '182559.754000', '182559.757000', '182559.760000', '182559.762000', '182559.765000', '182559.767000', '182559.770000', '182559.773000', '182559.775000', '182559.778000', '182559.780000', '182559.783000', '182559.785000', '182559.788000', '182559.791000', '182559.794000', '182559.797000', '182559.800000', '182559.803000', '182559.805000', '182559.808000', '182559.811000', '182559.813000', '182559.816000', '182559.818000', '182559.821000', '182559.823000', '182559.826000', '182559.829000', '182559.831000', '182559.834000', '182559.836000', '182559.839000', '182559.841000', '182559.844000', '182619.733000', '182619.735000', '182619.738000', '182619.741000', '182619.743000', '182619.746000', '182619.748000', '182619.751000', '182619.754000', '182619.756000', '182619.759000', '182619.761000', '182619.764000', '182619.766000', '182619.769000', '182619.772000', '182619.774000', '182619.777000', '182619.779000', '182619.782000', '182619.785000', '182619.787000', '182619.790000', '182619.792000', '182619.795000', '182619.798000', '182619.800000', '182619.803000', '182619.805000', '182619.808000', '182619.811000', '182619.813000', '182619.816000', '182619.818000', '182619.821000', '182619.824000', '182619.826000', '182619.829000', '182619.831000', '182619.834000', '182619.837000', '182619.839000', '182619.842000', '182619.844000', '182639.733000', '182639.735000', '182639.738000', '182639.741000', '182639.743000', '182639.746000', '182639.748000', '182639.751000', '182639.753000', '182639.756000', '182639.759000', '182639.761000', '182639.764000', '182639.766000', '182639.769000', '182639.772000', '182639.774000', '182639.777000', '182639.780000', '182639.782000', '182639.785000', '182639.787000', '182639.790000', '182639.792000', '182639.795000', '182639.798000', '182639.800000', '182639.803000', '182639.806000', '182639.808000', '182639.811000', '182639.813000', '182639.816000', '182639.819000', '182639.821000', '182639.824000', '182639.826000', '182639.829000', '182639.832000', '182639.834000', '182639.837000', '182639.839000', '182639.843000', '182659.733000', '182659.735000', '182659.738000', '182659.741000', '182659.743000', '182659.746000', '182659.749000', '182659.751000', '182659.754000', '182659.756000', '182659.759000', '182659.762000', '182659.764000', '182659.767000', '182659.769000', '182659.772000', '182659.775000', '182659.777000', '182659.780000', '182659.782000', '182659.785000', '182659.787000', '182659.790000', '182659.793000', '182659.795000', '182659.798000', '182659.801000', '182659.815000', '182659.818000', '182659.820000', '182659.823000', '182659.825000', '182659.828000', '182659.831000', '182659.833000', '182659.836000', '182659.838000', '182659.841000', '182659.844000', '182659.846000', '182659.849000', '182659.851000', '182659.854000', '182659.857000', '182719.733000', '182719.735000', '182719.738000', '182719.741000', '182719.743000', '182719.746000', '182719.748000', '182719.751000', '182719.754000', '182719.756000', '182719.759000', '182719.761000', '182719.764000', '182719.767000', '182719.769000', '182719.772000', '182719.774000', '182719.777000', '182719.779000', '182719.782000', '182719.785000', '182719.787000', '182719.790000', '182719.792000', '182719.795000', '182719.798000', '182719.800000', '182719.803000', '182719.805000', '182719.808000', '182719.811000', '182719.813000', '182719.816000', '182719.818000', '182719.821000', '182719.823000', '182719.826000', '182719.829000', '182719.831000', '182719.834000', '182719.836000', '182719.839000', '182719.842000', '182739.733000', '182739.736000', '182739.738000', '182739.741000', '182739.743000', '182739.746000', '182739.748000', '182739.751000', '182739.754000', '182739.756000', '182739.759000', '182739.761000', '182739.764000', '182739.767000', '182739.769000', '182739.772000', '182739.774000', '182739.777000', '182739.779000', '182739.782000', '182739.785000', '182739.787000', '182739.790000', '182739.792000', '182739.795000', '182739.798000', '182739.800000', '182739.803000', '182739.805000', '182739.808000', '182739.811000', '182739.813000', '182739.816000', '182739.818000', '182739.821000', '182739.823000', '182739.826000', '182739.829000', '182739.831000', '182739.834000', '182739.836000', '182739.839000', '182739.841000', '182739.844000', '182759.732000', '182759.735000', '182759.738000', '182759.741000', '182759.743000', '182759.746000', '182759.748000', '182759.751000', '182759.754000', '182759.756000', '182759.759000', '182759.762000', '182759.764000', '182759.767000', '182759.769000', '182759.772000', '182759.775000', '182759.777000', '182759.780000', '182759.782000', '182759.785000', '182759.788000', '182759.790000', '182759.793000', '182759.796000', '182759.798000', '182759.801000', '182759.803000', '182759.806000', '182759.809000', '182759.811000', '182759.814000', '182759.816000', '182759.819000', '182759.822000', '182759.824000', '182759.827000', '182759.829000', '182759.832000', '182759.835000', '182759.837000', '182759.840000', '182759.843000', '182819.734000', '182819.737000', '182819.739000', '182819.742000', '182819.744000', '182819.747000', '182819.750000', '182819.752000', '182819.755000', '182819.771000', '182819.773000', '182819.776000', '182819.778000', '182819.781000', '182819.784000', '182819.786000', '182819.789000', '182819.791000', '182819.794000', '182819.796000', '182819.799000', '182819.802000', '182819.804000', '182819.807000', '182819.810000', '182819.812000', '182819.815000', '182819.818000', '182819.820000', '182819.823000', '182819.825000', '182819.828000', '182819.831000', '182819.833000', '182819.836000', '182819.838000', '182819.841000', '182819.844000', '182819.846000', '182819.849000', '182819.851000', '182819.854000', '182819.857000', '182819.860000', '182838.461000', '182838.464000', '182838.467000', '182838.469000', '182838.472000', '182838.475000', '182838.477000', '182838.480000', '182838.483000', '182838.485000', '182838.488000', '182838.490000', '182838.493000', '182838.496000', '182838.499000', '182838.502000', '182838.505000', '182838.508000', '182838.510000', '182838.513000', '182838.516000', '182838.518000', '182838.525000', '182838.529000', '182838.532000', '182838.535000', '182838.538000', '182838.541000', '182838.545000', '182838.550000', '182838.554000', '182838.558000', '182838.561000', '182838.564000', '182838.566000', '182838.570000', '182838.573000', '182838.576000', '182838.579000', '182838.582000', '182838.586000'], 'InstanceCreationTime': ['181919.761000', '181919.764000', '181919.767000', '181919.769000', '181919.772000', '181919.775000', '181919.777000', '181919.780000', '181919.782000', '181919.785000', '181919.787000', '181919.790000', '181919.793000', '181919.795000', '181919.798000', '181919.800000', '181919.803000', '181919.805000', '181919.808000', '181919.811000', '181919.813000', '181919.816000', '181919.821000', '181919.824000', '181919.826000', '181919.829000', '181919.831000', '181919.834000', '181919.837000', '181919.839000', '181919.842000', '181919.844000', '181919.847000', '181919.850000', '181919.852000', '181919.855000', '181919.857000', '181919.860000', '181919.863000', '181919.865000', '181919.868000', '181919.870000', '181919.873000', '181919.875000', '181919.878000', '181919.881000', '181919.883000', '181919.886000', '181919.888000', '181919.891000', '181919.893000', '181919.896000', '181919.899000', '181939.733000', '181939.735000', '181939.750000', '181939.752000', '181939.755000', '181939.758000', '181939.760000', '181939.763000', '181939.765000', '181939.768000', '181939.770000', '181939.773000', '181939.775000', '181939.778000', '181939.780000', '181939.790000', '181939.793000', '181939.796000', '181939.798000', '181939.801000', '181939.803000', '181939.806000', '181939.809000', '181939.811000', '181939.814000', '181939.816000', '181939.819000', '181939.821000', '181939.824000', '181939.827000', '181939.829000', '181939.832000', '181939.834000', '181939.837000', '181939.839000', '181939.842000', '181939.845000', '181939.847000', '181939.850000', '181939.852000', '181939.855000', '181939.857000', '181939.860000', '181959.733000', '181959.735000', '181959.738000', '181959.741000', '181959.743000', '181959.746000', '181959.749000', '181959.751000', '181959.754000', '181959.756000', '181959.759000', '181959.762000', '181959.764000', '181959.767000', '181959.769000', '181959.772000', '181959.775000', '181959.777000', '181959.783000', '181959.786000', '181959.789000', '181959.791000', '181959.794000', '181959.796000', '181959.799000', '181959.801000', '181959.804000', '181959.807000', '181959.809000', '181959.812000', '181959.814000', '181959.817000', '181959.820000', '181959.822000', '181959.825000', '181959.827000', '181959.830000', '181959.832000', '181959.835000', '181959.838000', '181959.840000', '181959.843000', '181959.845000', '181959.848000', '182019.733000', '182019.735000', '182019.738000', '182019.741000', '182019.743000', '182019.746000', '182019.748000', '182019.751000', '182019.754000', '182019.756000', '182019.759000', '182019.762000', '182019.764000', '182019.767000', '182019.769000', '182019.772000', '182019.774000', '182019.777000', '182019.780000', '182019.782000', '182019.785000', '182019.787000', '182019.790000', '182019.793000', '182019.795000', '182019.798000', '182019.800000', '182019.803000', '182019.806000', '182019.808000', '182019.811000', '182019.813000', '182019.816000', '182019.819000', '182019.821000', '182019.824000', '182019.826000', '182019.829000', '182019.832000', '182019.834000', '182019.837000', '182019.839000', '182019.842000', '182039.733000', '182039.735000', '182039.738000', '182039.741000', '182039.743000', '182039.746000', '182039.748000', '182039.751000', '182039.754000', '182039.756000', '182039.759000', '182039.761000', '182039.764000', '182039.766000', '182039.769000', '182039.772000', '182039.774000', '182039.777000', '182039.779000', '182039.782000', '182039.785000', '182039.787000', '182039.790000', '182039.792000', '182039.795000', '182039.797000', '182039.800000', '182039.803000', '182039.805000', '182039.808000', '182039.810000', '182039.813000', '182039.816000', '182039.818000', '182039.821000', '182039.823000', '182039.826000', '182039.828000', '182039.831000', '182039.833000', '182039.836000', '182039.839000', '182039.841000', '182039.844000', '182059.733000', '182059.736000', '182059.738000', '182059.741000', '182059.743000', '182059.746000', '182059.749000', '182059.751000', '182059.754000', '182059.756000', '182059.759000', '182059.762000', '182059.764000', '182059.767000', '182059.769000', '182059.772000', '182059.775000', '182059.777000', '182059.780000', '182059.783000', '182059.785000', '182059.788000', '182059.790000', '182059.793000', '182059.796000', '182059.798000', '182059.801000', '182059.803000', '182059.806000', '182059.809000', '182059.811000', '182059.814000', '182059.817000', '182059.819000', '182059.822000', '182059.824000', '182059.827000', '182059.829000', '182059.832000', '182059.835000', '182059.837000', '182059.840000', '182059.843000', '182119.734000', '182119.737000', '182119.739000', '182119.742000', '182119.744000', '182119.747000', '182119.750000', '182119.752000', '182119.755000', '182119.757000', '182119.760000', '182119.763000', '182119.776000', '182119.778000', '182119.781000', '182119.784000', '182119.786000', '182119.789000', '182119.791000', '182119.794000', '182119.796000', '182119.799000', '182119.802000', '182119.804000', '182119.807000', '182119.809000', '182119.812000', '182119.815000', '182119.817000', '182119.820000', '182119.823000', '182119.825000', '182119.828000', '182119.830000', '182119.833000', '182119.836000', '182119.838000', '182119.841000', '182119.843000', '182119.846000', '182119.849000', '182119.851000', '182119.854000', '182119.856000', '182139.733000', '182139.735000', '182139.738000', '182139.741000', '182139.743000', '182139.746000', '182139.748000', '182139.751000', '182139.753000', '182139.756000', '182139.759000', '182139.761000', '182139.764000', '182139.767000', '182139.769000', '182139.772000', '182139.774000', '182139.777000', '182139.780000', '182139.782000', '182139.785000', '182139.787000', '182139.790000', '182139.792000', '182139.795000', '182139.798000', '182139.801000', '182139.803000', '182139.806000', '182139.808000', '182139.811000', '182139.814000', '182139.816000', '182139.819000', '182139.821000', '182139.824000', '182139.826000', '182139.829000', '182139.832000', '182139.834000', '182139.837000', '182139.840000', '182139.842000', '182159.732000', '182159.735000', '182159.738000', '182159.740000', '182159.743000', '182159.746000', '182159.748000', '182159.751000', '182159.754000', '182159.756000', '182159.759000', '182159.762000', '182159.764000', '182159.767000', '182159.769000', '182159.772000', '182159.774000', '182159.777000', '182159.780000', '182159.782000', '182159.785000', '182159.788000', '182159.790000', '182159.793000', '182159.796000', '182159.798000', '182159.801000', '182159.804000', '182159.806000', '182159.809000', '182159.811000', '182159.814000', '182159.817000', '182159.819000', '182159.822000', '182159.825000', '182159.827000', '182159.830000', '182159.832000', '182159.835000', '182159.838000', '182159.840000', '182159.843000', '182159.846000', '182219.733000', '182219.735000', '182219.738000', '182219.741000', '182219.743000', '182219.746000', '182219.748000', '182219.751000', '182219.754000', '182219.756000', '182219.759000', '182219.761000', '182219.764000', '182219.767000', '182219.769000', '182219.772000', '182219.774000', '182219.777000', '182219.780000', '182219.782000', '182219.785000', '182219.787000', '182219.790000', '182219.792000', '182219.795000', '182219.798000', '182219.801000', '182219.803000', '182219.806000', '182219.808000', '182219.811000', '182219.814000', '182219.816000', '182219.819000', '182219.821000', '182219.824000', '182219.827000', '182219.829000', '182219.832000', '182219.834000', '182219.837000', '182219.840000', '182219.842000', '182239.733000', '182239.735000', '182239.738000', '182239.741000', '182239.743000', '182239.746000', '182239.749000', '182239.751000', '182239.754000', '182239.756000', '182239.759000', '182239.762000', '182239.764000', '182239.767000', '182239.770000', '182239.772000', '182239.775000', '182239.778000', '182239.780000', '182239.783000', '182239.786000', '182239.788000', '182239.791000', '182239.793000', '182239.796000', '182239.799000', '182239.801000', '182239.804000', '182239.807000', '182239.809000', '182239.812000', '182239.814000', '182239.817000', '182239.820000', '182239.822000', '182239.825000', '182239.828000', '182239.836000', '182239.839000', '182239.841000', '182239.844000', '182239.847000', '182239.849000', '182239.852000', '182259.732000', '182259.735000', '182259.738000', '182259.740000', '182259.743000', '182259.746000', '182259.748000', '182259.751000', '182259.753000', '182259.756000', '182259.759000', '182259.761000', '182259.764000', '182259.766000', '182259.769000', '182259.772000', '182259.774000', '182259.777000', '182259.779000', '182259.782000', '182259.785000', '182259.787000', '182259.790000', '182259.792000', '182259.795000', '182259.798000', '182259.800000', '182259.803000', '182259.805000', '182259.808000', '182259.811000', '182259.813000', '182259.816000', '182259.818000', '182259.821000', '182259.824000', '182259.826000', '182259.829000', '182259.831000', '182259.834000', '182259.837000', '182259.839000', '182259.842000', '182319.733000', '182319.735000', '182319.738000', '182319.741000', '182319.743000', '182319.746000', '182319.748000', '182319.751000', '182319.754000', '182319.756000', '182319.759000', '182319.761000', '182319.764000', '182319.767000', '182319.769000', '182319.772000', '182319.775000', '182319.777000', '182319.780000', '182319.782000', '182319.785000', '182319.788000', '182319.790000', '182319.793000', '182319.796000', '182319.798000', '182319.801000', '182319.803000', '182319.806000', '182319.809000', '182319.811000', '182319.814000', '182319.816000', '182319.819000', '182319.822000', '182319.824000', '182319.827000', '182319.829000', '182319.832000', '182319.835000', '182319.837000', '182319.840000', '182319.842000', '182339.733000', '182339.736000', '182339.739000', '182339.741000', '182339.744000', '182339.747000', '182339.749000', '182339.752000', '182339.754000', '182339.757000', '182339.760000', '182339.762000', '182339.765000', '182339.767000', '182339.770000', '182339.772000', '182339.775000', '182339.778000', '182339.780000', '182339.783000', '182339.785000', '182339.788000', '182339.791000', '182339.793000', '182339.796000', '182339.799000', '182339.801000', '182339.804000', '182339.806000', '182339.809000', '182339.812000', '182339.814000', '182339.817000', '182339.819000', '182339.822000', '182339.825000', '182339.827000', '182339.830000', '182339.833000', '182339.835000', '182339.838000', '182339.840000', '182339.843000', '182339.845000', '182359.733000', '182359.736000', '182359.738000', '182359.741000', '182359.743000', '182359.746000', '182359.749000', '182359.752000', '182359.755000', '182359.758000', '182359.761000', '182359.764000', '182359.767000', '182359.769000', '182359.772000', '182359.775000', '182359.777000', '182359.780000', '182359.782000', '182359.785000', '182359.788000', '182359.790000', '182359.793000', '182359.795000', '182359.798000', '182359.801000', '182359.803000', '182359.806000', '182359.808000', '182359.811000', '182359.814000', '182359.816000', '182359.819000', '182359.822000', '182359.825000', '182359.828000', '182359.830000', '182359.833000', '182359.836000', '182359.838000', '182359.841000', '182359.843000', '182359.846000', '182419.733000', '182419.736000', '182419.738000', '182419.741000', '182419.743000', '182419.746000', '182419.749000', '182419.751000', '182419.754000', '182419.756000', '182419.759000', '182419.762000', '182419.764000', '182419.767000', '182419.769000', '182419.772000', '182419.775000', '182419.777000', '182419.780000', '182419.794000', '182419.797000', '182419.799000', '182419.802000', '182419.805000', '182419.807000', '182419.810000', '182419.812000', '182419.815000', '182419.817000', '182419.820000', '182419.823000', '182419.825000', '182419.828000', '182419.830000', '182419.833000', '182419.836000', '182419.838000', '182419.841000', '182419.843000', '182419.846000', '182419.849000', '182419.851000', '182419.856000', '182419.858000', '182439.732000', '182439.735000', '182439.738000', '182439.740000', '182439.743000', '182439.746000', '182439.748000', '182439.751000', '182439.753000', '182439.756000', '182439.759000', '182439.761000', '182439.764000', '182439.766000', '182439.769000', '182439.772000', '182439.774000', '182439.777000', '182439.779000', '182439.782000', '182439.784000', '182439.787000', '182439.790000', '182439.792000', '182439.795000', '182439.797000', '182439.800000', '182439.803000', '182439.805000', '182439.808000', '182439.810000', '182439.813000', '182439.816000', '182439.818000', '182439.821000', '182439.823000', '182439.826000', '182439.828000', '182439.831000', '182439.834000', '182439.836000', '182439.839000', '182439.841000', '182439.844000', '182459.733000', '182459.736000', '182459.738000', '182459.741000', '182459.744000', '182459.746000', '182459.749000', '182459.751000', '182459.754000', '182459.756000', '182459.759000', '182459.762000', '182459.764000', '182459.767000', '182459.769000', '182459.772000', '182459.775000', '182459.777000', '182459.780000', '182459.782000', '182459.785000', '182459.788000', '182459.790000', '182459.793000', '182459.795000', '182459.798000', '182459.800000', '182459.803000', '182459.806000', '182459.808000', '182459.811000', '182459.813000', '182459.816000', '182459.818000', '182459.821000', '182459.824000', '182459.826000', '182459.829000', '182459.831000', '182459.834000', '182459.837000', '182459.839000', '182459.842000', '182519.733000', '182519.736000', '182519.738000', '182519.741000', '182519.744000', '182519.746000', '182519.749000', '182519.751000', '182519.754000', '182519.756000', '182519.759000', '182519.762000', '182519.764000', '182519.767000', '182519.769000', '182519.772000', '182519.775000', '182519.777000', '182519.780000', '182519.783000', '182519.785000', '182519.788000', '182519.790000', '182519.793000', '182519.795000', '182519.798000', '182519.801000', '182519.805000', '182519.808000', '182519.811000', '182519.813000', '182519.816000', '182519.818000', '182519.821000', '182519.824000', '182519.826000', '182519.829000', '182519.831000', '182519.834000', '182519.836000', '182519.839000', '182519.842000', '182519.844000', '182539.732000', '182539.735000', '182539.738000', '182539.741000', '182539.743000', '182539.746000', '182539.748000', '182539.751000', '182539.753000', '182539.756000', '182539.759000', '182539.761000', '182539.764000', '182539.766000', '182539.769000', '182539.772000', '182539.786000', '182539.788000', '182539.791000', '182539.794000', '182539.796000', '182539.799000', '182539.801000', '182539.804000', '182539.807000', '182539.809000', '182539.812000', '182539.814000', '182539.817000', '182539.820000', '182539.822000', '182539.825000', '182539.828000', '182539.830000', '182539.833000', '182539.835000', '182539.838000', '182539.840000', '182539.843000', '182539.846000', '182539.848000', '182539.851000', '182539.853000', '182539.856000', '182559.733000', '182559.736000', '182559.739000', '182559.742000', '182559.744000', '182559.747000', '182559.749000', '182559.752000', '182559.754000', '182559.757000', '182559.760000', '182559.762000', '182559.765000', '182559.767000', '182559.770000', '182559.773000', '182559.775000', '182559.778000', '182559.780000', '182559.783000', '182559.785000', '182559.788000', '182559.791000', '182559.794000', '182559.797000', '182559.800000', '182559.803000', '182559.805000', '182559.808000', '182559.811000', '182559.813000', '182559.816000', '182559.818000', '182559.821000', '182559.823000', '182559.826000', '182559.829000', '182559.831000', '182559.834000', '182559.836000', '182559.839000', '182559.841000', '182559.844000', '182619.733000', '182619.735000', '182619.738000', '182619.741000', '182619.743000', '182619.746000', '182619.748000', '182619.751000', '182619.754000', '182619.756000', '182619.759000', '182619.761000', '182619.764000', '182619.766000', '182619.769000', '182619.772000', '182619.774000', '182619.777000', '182619.779000', '182619.782000', '182619.785000', '182619.787000', '182619.790000', '182619.792000', '182619.795000', '182619.798000', '182619.800000', '182619.803000', '182619.805000', '182619.808000', '182619.811000', '182619.813000', '182619.816000', '182619.818000', '182619.821000', '182619.824000', '182619.826000', '182619.829000', '182619.831000', '182619.834000', '182619.837000', '182619.839000', '182619.842000', '182619.844000', '182639.733000', '182639.735000', '182639.738000', '182639.741000', '182639.743000', '182639.746000', '182639.748000', '182639.751000', '182639.753000', '182639.756000', '182639.759000', '182639.761000', '182639.764000', '182639.766000', '182639.769000', '182639.772000', '182639.774000', '182639.777000', '182639.780000', '182639.782000', '182639.785000', '182639.787000', '182639.790000', '182639.792000', '182639.795000', '182639.798000', '182639.800000', '182639.803000', '182639.806000', '182639.808000', '182639.811000', '182639.813000', '182639.816000', '182639.819000', '182639.821000', '182639.824000', '182639.826000', '182639.829000', '182639.832000', '182639.834000', '182639.837000', '182639.839000', '182639.843000', '182659.733000', '182659.735000', '182659.738000', '182659.741000', '182659.743000', '182659.746000', '182659.749000', '182659.751000', '182659.754000', '182659.756000', '182659.759000', '182659.762000', '182659.764000', '182659.767000', '182659.769000', '182659.772000', '182659.775000', '182659.777000', '182659.780000', '182659.782000', '182659.785000', '182659.787000', '182659.790000', '182659.793000', '182659.795000', '182659.798000', '182659.801000', '182659.815000', '182659.818000', '182659.820000', '182659.823000', '182659.825000', '182659.828000', '182659.831000', '182659.833000', '182659.836000', '182659.838000', '182659.841000', '182659.844000', '182659.846000', '182659.849000', '182659.851000', '182659.854000', '182659.857000', '182719.733000', '182719.735000', '182719.738000', '182719.741000', '182719.743000', '182719.746000', '182719.748000', '182719.751000', '182719.754000', '182719.756000', '182719.759000', '182719.761000', '182719.764000', '182719.767000', '182719.769000', '182719.772000', '182719.774000', '182719.777000', '182719.779000', '182719.782000', '182719.785000', '182719.787000', '182719.790000', '182719.792000', '182719.795000', '182719.798000', '182719.800000', '182719.803000', '182719.805000', '182719.808000', '182719.811000', '182719.813000', '182719.816000', '182719.818000', '182719.821000', '182719.823000', '182719.826000', '182719.829000', '182719.831000', '182719.834000', '182719.836000', '182719.839000', '182719.842000', '182739.733000', '182739.736000', '182739.738000', '182739.741000', '182739.743000', '182739.746000', '182739.748000', '182739.751000', '182739.754000', '182739.756000', '182739.759000', '182739.761000', '182739.764000', '182739.767000', '182739.769000', '182739.772000', '182739.774000', '182739.777000', '182739.779000', '182739.782000', '182739.785000', '182739.787000', '182739.790000', '182739.792000', '182739.795000', '182739.798000', '182739.800000', '182739.803000', '182739.805000', '182739.808000', '182739.811000', '182739.813000', '182739.816000', '182739.818000', '182739.821000', '182739.823000', '182739.826000', '182739.829000', '182739.831000', '182739.834000', '182739.836000', '182739.839000', '182739.841000', '182739.844000', '182759.732000', '182759.735000', '182759.738000', '182759.741000', '182759.743000', '182759.746000', '182759.748000', '182759.751000', '182759.754000', '182759.756000', '182759.759000', '182759.762000', '182759.764000', '182759.767000', '182759.769000', '182759.772000', '182759.775000', '182759.777000', '182759.780000', '182759.782000', '182759.785000', '182759.788000', '182759.790000', '182759.793000', '182759.796000', '182759.798000', '182759.801000', '182759.803000', '182759.806000', '182759.809000', '182759.811000', '182759.814000', '182759.816000', '182759.819000', '182759.822000', '182759.824000', '182759.827000', '182759.829000', '182759.832000', '182759.835000', '182759.837000', '182759.840000', '182759.843000', '182819.734000', '182819.737000', '182819.739000', '182819.742000', '182819.744000', '182819.747000', '182819.750000', '182819.752000', '182819.755000', '182819.771000', '182819.773000', '182819.776000', '182819.778000', '182819.781000', '182819.784000', '182819.786000', '182819.789000', '182819.791000', '182819.794000', '182819.796000', '182819.799000', '182819.802000', '182819.804000', '182819.807000', '182819.810000', '182819.812000', '182819.815000', '182819.818000', '182819.820000', '182819.823000', '182819.825000', '182819.828000', '182819.831000', '182819.833000', '182819.836000', '182819.838000', '182819.841000', '182819.844000', '182819.846000', '182819.849000', '182819.851000', '182819.854000', '182819.857000', '182819.860000', '182838.461000', '182838.464000', '182838.467000', '182838.469000', '182838.472000', '182838.475000', '182838.477000', '182838.480000', '182838.483000', '182838.485000', '182838.488000', '182838.490000', '182838.493000', '182838.496000', '182838.499000', '182838.502000', '182838.505000', '182838.508000', '182838.510000', '182838.513000', '182838.516000', '182838.518000', '182838.525000', '182838.529000', '182838.532000', '182838.535000', '182838.538000', '182838.541000', '182838.545000', '182838.550000', '182838.554000', '182838.558000', '182838.561000', '182838.564000', '182838.566000', '182838.570000', '182838.573000', '182838.576000', '182838.579000', '182838.582000', '182838.586000'], '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': [8628, 12034, 8580, 11542, 10024, 11285, 12979, 11327, 8377, 11435, 8069, 10310, 12902, 9001, 11276, 9694, 12427, 9978, 12474, 9639, 12051, 8314, 11831, 8164, 11766, 7880, 11649, 8261, 11253, 10249, 11519, 9416, 11088, 13762, 10703, 13306, 8477, 12848, 8617, 11987, 8918, 12214, 8350, 10809, 8576, 10969, 13176, 10132, 11108, 9787, 12442, 9152, 12629, 10243, 11963, 8303, 12143, 8469, 11920, 8567, 11043, 8293, 11127, 14070, 9898, 12328, 8337, 11982, 8658, 11891, 8592, 11553, 8886, 11627, 8157, 11139, 11748, 11313, 13376, 9368, 12366, 8731, 12667, 10479, 12075, 8220, 13318, 8472, 11472, 8292, 10473, 8714, 11010, 14545, 10494, 12679, 8256, 12246, 9610, 12109, 8077, 11778, 8395, 10521, 11113, 10511, 12010, 9603, 12272, 8747, 12336, 9480, 11873, 7652, 11356, 8466, 11193, 7995, 10970, 12061, 10987, 13094, 10698, 11733, 8469, 11580, 8533, 11909, 8685, 11415, 8387, 11076, 13721, 10327, 12702, 8634, 12779, 8703, 11772, 9019, 11864, 8568, 11317, 11153, 11604, 13585, 10952, 12985, 9254, 12626, 10712, 12365, 9201, 11995, 8351, 12405, 8803, 11354, 8399, 10887, 12581, 11221, 13303, 11129, 12252, 8645, 12055, 8618, 11327, 9037, 11456, 12930, 10405, 12745, 9986, 12249, 9099, 11706, 7824, 11571, 8297, 11216, 8458, 10740, 9968, 11032, 14794, 11473, 12990, 8670, 12259, 8119, 11947, 8807, 11198, 11879, 10655, 13075, 10308, 11549, 8544, 11770, 8074, 11955, 8531, 10842, 8094, 10257, 11290, 10540, 12826, 9427, 12417, 10497, 11885, 8408, 12599, 8522, 11774, 8457, 11189, 11269, 11223, 13652, 10587, 12149, 8110, 11882, 8414, 11803, 8634, 11962, 8363, 12046, 8715, 12214, 8548, 11025, 8166, 11402, 11221, 10962, 13791, 9791, 12726, 10904, 12606, 9067, 12112, 8101, 10591, 9224, 10535, 10124, 10016, 12497, 8856, 12266, 10197, 11911, 7758, 11488, 7971, 11580, 8662, 10726, 9489, 10693, 13656, 10077, 12509, 8245, 11783, 8267, 12468, 8178, 10830, 7986, 10542, 12584, 11157, 13188, 8902, 12019, 8080, 12170, 9989, 12113, 8083, 11964, 7849, 11841, 9039, 11629, 8361, 10664, 8610, 11025, 14120, 10721, 13085, 8805, 12278, 9167, 12740, 9486, 12363, 8217, 12088, 8430, 12156, 8437, 11091, 8162, 10873, 14041, 10912, 13232, 8646, 12481, 9239, 12263, 8576, 11476, 7617, 11942, 8089, 10760, 8128, 10162, 9127, 10652, 12705, 10069, 12298, 8131, 12272, 9022, 11489, 8406, 11504, 7920, 12288, 8131, 11450, 8250, 10612, 8179, 10856, 14318, 10644, 13101, 8319, 12484, 9786, 12466, 8223, 11938, 8068, 10826, 10775, 11201, 12738, 10124, 12504, 8442, 12442, 8891, 11958, 7941, 10934, 8243, 10857, 13460, 9726, 12234, 9592, 12371, 9198, 12497, 10650, 11863, 8149, 11996, 8672, 11876, 8503, 11712, 7758, 11116, 8124, 11532, 9735, 11270, 8609, 10994, 13785, 11310, 13791, 8891, 12534, 8367, 12208, 10411, 12245, 8577, 11988, 7861, 12034, 8309, 11567, 8021, 10909, 8160, 11291, 11084, 10716, 10401, 10558, 13019, 9921, 12572, 10416, 12203, 8323, 11981, 8917, 11883, 8161, 12009, 8179, 11265, 10094, 10816, 10096, 10563, 12487, 9238, 12318, 10285, 11841, 8377, 11728, 7967, 11420, 8509, 10957, 8208, 11037, 12860, 11253, 13845, 8815, 12202, 9067, 12686, 8881, 11885, 8758, 11769, 8032, 12152, 8419, 11239, 8093, 10440, 9173, 10816, 14501, 9991, 13157, 8421, 12174, 9724, 11822, 8663, 11765, 7817, 11603, 9454, 10948, 8176, 10905, 8007, 10778, 13566, 10591, 12829, 10276, 12282, 9453, 12675, 10334, 12193, 8470, 12127, 8382, 11830, 8372, 10997, 8022, 10801, 10975, 11094, 9891, 10518, 11259, 10991, 13177, 10925, 12249, 8660, 12079, 8732, 11900, 8399, 11512, 7558, 10783, 8112, 11434, 8322, 10923, 8012, 10047, 9637, 10480, 10766, 10547, 11616, 11151, 13869, 11132, 13107, 9821, 12415, 8779, 12583, 10696, 11809, 8488, 11650, 7935, 11726, 8152, 10763, 8150, 10301, 12439, 9994, 12715, 9553, 12142, 8800, 12297, 9881, 11414, 8556, 11536, 7741, 11844, 8157, 10691, 7989, 10093, 10759, 10582, 14451, 9512, 12620, 8545, 12447, 10275, 11621, 8003, 11283, 7835, 11139, 8519, 10783, 8283, 10698, 13448, 10685, 13140, 11077, 12193, 8381, 11137, 8601, 10931, 8191, 8174, 10295, 8743, 11447, 7753, 11935, 10069, 12209, 10726, 11892, 12125, 11441, 13243, 10885, 11738, 9436, 11996, 8243, 11204, 10594, 10302, 10947, 9460, 11571, 8647, 11254, 8819, 10885, 7586, 10394, 8849, 10477, 12928, 10077, 11116, 8972, 11197, 8203, 12130, 10864, 11366, 11139, 10983, 13358, 9563, 12631, 10046, 12211, 9106, 11966, 8249, 11028, 8211, 11173, 14681, 10569, 11563, 9161, 11219, 8772, 11797, 8127, 10758, 8397, 10359, 8397, 10748, 14782, 9921, 12326, 8977, 12155, 9316, 12329, 9968, 11646, 8940, 11811, 8766, 12098, 8488, 11919, 8195, 11144, 8424, 11493, 9326, 11371, 10200, 11151, 13385, 10890, 12697, 9312, 11874, 9144, 11480, 8761, 11557, 7901, 10918, 8393, 11143, 14025, 10830, 13691, 9162, 12420, 9216, 11920, 9004, 11255, 8065, 10783, 8257, 10978, 13580, 10497, 12632, 9053, 12319, 9585, 11757, 9092, 11926, 8214, 11299, 9015, 11544, 8426, 11201, 10867, 11365, 13478, 9504, 11689, 9189, 11368, 8420, 11755, 8931, 11399, 10984, 10829, 13200, 10245, 11552, 8501, 11639, 8602, 11102, 9867, 10921, 12901, 8443, 12143, 9299, 11189, 8110, 11168, 8227, 10997, 9972, 11564, 10596, 10591, 12354, 10020, 12364, 10204, 11191, 8648, 11995, 8898, 11425, 8632, 11000, 11591, 10900, 13810, 10184, 12147, 8849, 11565, 9229, 11405, 9434, 11102, 8496, 12207, 8822, 11735, 8332, 10841, 8323, 11389, 14577, 10018, 12208, 9081, 11551, 8880, 11859, 9077, 11380, 8720, 11060, 8755, 11625, 8522, 11429, 8477, 11176, 10398, 11658, 10611, 11270, 13752, 10228, 13385, 10595, 11743, 9154, 11448, 8702, 12305, 9633, 11595, 8535, 11329, 14077, 11565, 13113, 10794, 15762, 10795, 9184, 8768, 7240, 10756, 14410, 10908, 13281, 9538, 11361, 8927, 12757, 9062, 12497, 9093, 12666, 12281, 12789, 15783, 11018, 14603, 10348, 11643, 8689, 12043, 8360, 11325, 8162, 11154, 7381, 10161, 8095, 10166, 9626, 7774, 10550, 9663, 11310, 8364, 10963, 8474, 11245, 15688, 10327, 13680, 9462, 11990, 8514, 11834, 8108, 10812, 7828, 10522, 8115, 10660, 8147, 10660, 8194, 10487, 10658, 11186, 13730, 9822, 12488, 11071, 12737, 9061, 11403, 9095, 11802, 9273, 11460, 8565, 11763, 9634, 11422, 8489, 10695, 7987, 10291, 14426, 10841, 13108, 9385, 12360, 9525, 12235, 9590, 11406, 8277, 10921, 8667, 10790, 16114, 11347, 12484, 8949, 11741, 8584, 11091, 8404, 11021, 8132, 10890, 13019, 10162, 12267, 9921, 11286, 9310, 11071, 8906, 12532, 8998, 11306, 8421, 10644, 10249, 10974, 15728, 10713, 12553, 9653, 11510, 8434, 11486, 8973, 11733, 9241, 11062, 13171, 9611, 12119, 9603, 11345, 8742, 11053, 8607, 10843, 8066, 10536, 11649, 9445, 12232, 9454, 11713, 9247, 11315, 8255, 10700, 11837, 10607, 12766, 9142, 12224, 9990, 11577, 8533, 11344, 7950, 10535, 8013, 10486, 14660, 9776, 12920, 9128, 12270, 9590, 12125, 8467, 11775, 8679, 11271, 8137, 10898, 14295, 10720, 13216, 9333, 12320, 9533, 12464, 8516, 11125, 8368, 10667, 10796, 10754, 13143, 9209, 11653, 9224, 11421, 8798, 11626, 8273, 10883, 8221, 10379, 10547, 10822, 10897, 10502, 12579, 9990, 12977, 10305, 11952, 9561, 11651, 8864, 12420, 9032, 11529, 8253, 10870, 11079, 11235, 13627, 10673, 13441, 9672, 12870, 9388, 12294, 9115, 11714, 9289, 11942, 9627, 11100, 8745, 11482, 8405, 11054, 9016, 11069, 8362, 10841, 8334, 11126, 8826, 11211, 8147, 10657, 10699, 11104, 10714, 11081, 10294, 10937, 14465, 10801, 12946, 9981, 12925, 10130, 12937, 10634, 11804, 9263, 11648, 9312, 12234, 9762, 11565, 9179, 11742, 9653, 12210, 9889, 11781, 9448, 11594, 9699, 12730, 10231, 11717, 9142, 11871, 9766, 12693, 10030, 12199, 9214, 12027, 9674, 13143, 10281, 12333, 9212, 12137, 10366, 13086, 10309, 12730, 9634, 12591, 10531, 13423, 10709, 12130, 9271, 12282, 9515, 12098, 10230, 11155, 9267, 11255, 9214, 11644, 9562, 11316, 8727, 11641, 8699, 12128, 8607, 11301, 7709, 10773, 8218, 11169, 8916, 11342, 8444, 10762, 8279, 11065, 9427, 11464, 8146, 11078, 9406, 11034, 13191, 11345, 12254, 11067, 12944, 9877, 13158, 10935, 11810, 9617, 11406, 8944, 11520, 8560, 11600, 8370, 10894, 8440, 10550, 11329, 11199, 15388, 9410, 12875, 9534, 12844, 9803, 12522, 9766, 11571, 9445, 11433, 9075, 12606, 8814, 11510, 8372, 10914, 10220, 11514, 10101, 10912, 13018, 10101, 13039, 10328, 11872, 9605, 11405, 8811, 11790, 9077, 11378, 8564, 10860, 12958, 11475, 14005, 11296, 11683, 9557, 11454, 9425, 11564, 9027, 11645, 8345, 10873, 11649, 11499, 14424, 10355, 11901, 9657, 11265, 8805, 11553, 8680, 10901, 8036, 10486, 13910, 10496, 12017, 10057, 12837, 9715, 12702, 10280, 11236, 9145, 10625, 8994, 11334, 9148, 11733, 8306, 11854, 8602, 11465, 9022, 11376, 8477, 10589], 'WindowCenter': [4526.0, 4552.0, 4499.0, 4525.0, 4503.0, 4513.0, 4510.0, 4499.0, 4468.0, 4498.0, 4457.0, 4500.0, 4507.0, 4479.0, 4497.0, 4489.0, 4508.0, 4490.0, 4510.0, 4490.0, 4509.0, 4470.0, 4512.0, 4469.0, 4499.0, 4471.0, 4510.0, 4469.0, 4512.0, 4489.0, 4499.0, 4478.0, 4498.0, 4507.0, 4489.0, 4507.0, 4470.0, 4509.0, 4468.0, 4499.0, 4468.0, 4498.0, 4458.0, 4488.0, 4466.0, 4488.0, 4506.0, 4488.0, 4484.0, 4487.0, 4496.0, 4478.0, 4507.0, 4487.0, 4497.0, 4469.0, 4497.0, 4470.0, 4499.0, 4469.0, 4498.0, 4458.0, 4499.0, 4507.0, 4489.0, 4497.0, 4468.0, 4495.0, 4467.0, 4496.0, 4468.0, 4500.0, 4468.0, 4499.0, 4457.0, 4496.0, 4496.0, 4497.0, 4506.0, 4477.0, 4496.0, 4468.0, 4507.0, 4487.0, 4497.0, 4467.0, 4507.0, 4468.0, 4498.0, 4467.0, 4498.0, 4466.0, 4499.0, 4507.0, 4487.0, 4495.0, 4466.0, 4495.0, 4477.0, 4496.0, 4456.0, 4496.0, 4455.0, 4486.0, 4485.0, 4486.0, 4495.0, 4478.0, 4495.0, 4468.0, 4507.0, 4477.0, 4497.0, 4456.0, 4496.0, 4456.0, 4498.0, 4458.0, 4498.0, 4497.0, 4499.0, 4508.0, 4487.0, 4497.0, 4468.0, 4498.0, 4479.0, 4508.0, 4480.0, 4499.0, 4466.0, 4499.0, 4506.0, 4489.0, 4510.0, 4480.0, 4509.0, 4480.0, 4510.0, 4478.0, 4498.0, 4467.0, 4499.0, 4497.0, 4510.0, 4506.0, 4486.0, 4508.0, 4477.0, 4506.0, 4487.0, 4497.0, 4476.0, 4496.0, 4457.0, 4507.0, 4465.0, 4488.0, 4455.0, 4485.0, 4495.0, 4496.0, 4505.0, 4487.0, 4495.0, 4467.0, 4496.0, 4463.0, 4486.0, 4465.0, 4485.0, 4494.0, 4475.0, 4494.0, 4475.0, 4494.0, 4466.0, 4495.0, 4454.0, 4495.0, 4456.0, 4497.0, 4467.0, 4497.0, 4475.0, 4497.0, 4517.0, 4499.0, 4507.0, 4468.0, 4497.0, 4457.0, 4496.0, 4465.0, 4485.0, 4484.0, 4485.0, 4495.0, 4475.0, 4484.0, 4464.0, 4495.0, 4456.0, 4497.0, 4466.0, 4487.0, 4454.0, 4489.0, 4486.0, 4487.0, 4495.0, 4476.0, 4496.0, 4488.0, 4496.0, 4466.0, 4498.0, 4467.0, 4497.0, 4455.0, 4488.0, 4484.0, 4498.0, 4505.0, 4487.0, 4495.0, 4457.0, 4495.0, 4468.0, 4497.0, 4468.0, 4497.0, 4468.0, 4497.0, 4467.0, 4499.0, 4468.0, 4487.0, 4457.0, 4498.0, 4486.0, 4486.0, 4506.0, 4476.0, 4495.0, 4487.0, 4494.0, 4465.0, 4495.0, 4445.0, 4485.0, 4465.0, 4485.0, 4472.0, 4474.0, 4493.0, 4465.0, 4493.0, 4485.0, 4484.0, 4444.0, 4483.0, 4455.0, 4497.0, 4464.0, 4487.0, 4464.0, 4486.0, 4505.0, 4476.0, 4494.0, 4455.0, 4484.0, 4457.0, 4495.0, 4455.0, 4485.0, 4443.0, 4486.0, 4494.0, 4486.0, 4495.0, 4465.0, 4494.0, 4456.0, 4495.0, 4475.0, 4494.0, 4455.0, 4495.0, 4454.0, 4497.0, 4464.0, 4496.0, 4454.0, 4486.0, 4454.0, 4486.0, 4504.0, 4485.0, 4493.0, 4464.0, 4482.0, 4464.0, 4494.0, 4475.0, 4494.0, 4454.0, 4495.0, 4455.0, 4495.0, 4454.0, 4486.0, 4453.0, 4485.0, 4493.0, 4473.0, 4493.0, 4453.0, 4482.0, 4463.0, 4482.0, 4453.0, 4483.0, 4443.0, 4484.0, 4444.0, 4484.0, 4443.0, 4474.0, 4463.0, 4485.0, 4494.0, 4486.0, 4496.0, 4455.0, 4494.0, 4465.0, 4495.0, 4466.0, 4493.0, 4457.0, 4509.0, 4458.0, 4498.0, 4467.0, 4498.0, 4468.0, 4500.0, 4507.0, 4487.0, 4496.0, 4455.0, 4495.0, 4477.0, 4496.0, 4455.0, 4496.0, 4455.0, 4484.0, 4484.0, 4485.0, 4494.0, 4486.0, 4494.0, 4455.0, 4496.0, 4463.0, 4487.0, 4445.0, 4485.0, 4454.0, 4484.0, 4494.0, 4475.0, 4482.0, 4473.0, 4495.0, 4476.0, 4494.0, 4484.0, 4493.0, 4455.0, 4494.0, 4467.0, 4496.0, 4465.0, 4494.0, 4444.0, 4485.0, 4454.0, 4496.0, 4474.0, 4485.0, 4453.0, 4485.0, 4504.0, 4486.0, 4504.0, 4465.0, 4495.0, 4455.0, 4494.0, 4484.0, 4494.0, 4465.0, 4495.0, 4453.0, 4495.0, 4455.0, 4485.0, 4444.0, 4485.0, 4454.0, 4487.0, 4484.0, 4485.0, 4473.0, 4485.0, 4493.0, 4475.0, 4495.0, 4484.0, 4494.0, 4455.0, 4494.0, 4466.0, 4484.0, 4454.0, 4495.0, 4455.0, 4486.0, 4475.0, 4486.0, 4473.0, 4474.0, 4493.0, 4475.0, 4493.0, 4473.0, 4494.0, 4454.0, 4484.0, 4455.0, 4485.0, 4454.0, 4485.0, 4454.0, 4485.0, 4494.0, 4484.0, 4504.0, 4464.0, 4495.0, 4465.0, 4508.0, 4477.0, 4497.0, 4466.0, 4496.0, 4456.0, 4496.0, 4457.0, 4487.0, 4456.0, 4487.0, 4475.0, 4498.0, 4506.0, 4478.0, 4495.0, 4457.0, 4495.0, 4477.0, 4495.0, 4466.0, 4497.0, 4444.0, 4497.0, 4476.0, 4485.0, 4454.0, 4486.0, 4453.0, 4486.0, 4506.0, 4486.0, 4495.0, 4485.0, 4494.0, 4477.0, 4495.0, 4476.0, 4493.0, 4454.0, 4484.0, 4453.0, 4483.0, 4453.0, 4486.0, 4443.0, 4484.0, 4484.0, 4486.0, 4474.0, 4485.0, 4483.0, 4487.0, 4495.0, 4486.0, 4494.0, 4464.0, 4494.0, 4464.0, 4485.0, 4455.0, 4484.0, 4444.0, 4484.0, 4454.0, 4486.0, 4455.0, 4487.0, 4454.0, 4476.0, 4476.0, 4487.0, 4485.0, 4487.0, 4485.0, 4497.0, 4505.0, 4487.0, 4506.0, 4476.0, 4495.0, 4466.0, 4495.0, 4485.0, 4484.0, 4454.0, 4484.0, 4443.0, 4495.0, 4446.0, 4485.0, 4443.0, 4486.0, 4494.0, 4475.0, 4494.0, 4475.0, 4494.0, 4465.0, 4484.0, 4474.0, 4483.0, 4464.0, 4484.0, 4445.0, 4496.0, 4455.0, 4486.0, 4455.0, 4488.0, 4486.0, 4488.0, 4507.0, 4476.0, 4495.0, 4454.0, 4496.0, 4474.0, 4483.0, 4443.0, 4486.0, 4445.0, 4486.0, 4464.0, 4487.0, 4456.0, 4487.0, 4505.0, 4486.0, 4496.0, 4485.0, 4495.0, 4457.0, 4486.0, 4455.0, 4485.0, 4467.0, 4468.0, 4500.0, 4480.0, 4510.0, 4470.0, 4510.0, 4489.0, 4499.0, 4498.0, 4497.0, 4495.0, 4486.0, 4494.0, 4476.0, 4484.0, 4463.0, 4484.0, 4453.0, 4486.0, 4473.0, 4474.0, 4472.0, 4475.0, 4483.0, 4465.0, 4486.0, 4464.0, 4485.0, 4446.0, 4487.0, 4465.0, 4488.0, 4507.0, 4476.0, 4486.0, 4466.0, 4486.0, 4456.0, 4498.0, 4488.0, 4497.0, 4485.0, 4486.0, 4495.0, 4474.0, 4495.0, 4477.0, 4496.0, 4465.0, 4487.0, 4454.0, 4485.0, 4454.0, 4485.0, 4504.0, 4474.0, 4483.0, 4464.0, 4482.0, 4464.0, 4495.0, 4455.0, 4485.0, 4455.0, 4487.0, 4456.0, 4488.0, 4505.0, 4476.0, 4497.0, 4466.0, 4495.0, 4476.0, 4495.0, 4476.0, 4484.0, 4464.0, 4485.0, 4467.0, 4496.0, 4466.0, 4486.0, 4455.0, 4486.0, 4455.0, 4496.0, 4465.0, 4484.0, 4474.0, 4485.0, 4495.0, 4487.0, 4495.0, 4465.0, 4493.0, 4465.0, 4485.0, 4465.0, 4484.0, 4455.0, 4486.0, 4454.0, 4497.0, 4505.0, 4485.0, 4494.0, 4464.0, 4493.0, 4475.0, 4483.0, 4464.0, 4484.0, 4454.0, 4485.0, 4454.0, 4485.0, 4493.0, 4485.0, 4493.0, 4466.0, 4493.0, 4476.0, 4484.0, 4466.0, 4496.0, 4454.0, 4485.0, 4465.0, 4495.0, 4455.0, 4486.0, 4484.0, 4498.0, 4506.0, 4477.0, 4496.0, 4477.0, 4496.0, 4467.0, 4497.0, 4466.0, 4495.0, 4484.0, 4484.0, 4495.0, 4474.0, 4485.0, 4454.0, 4485.0, 4465.0, 4485.0, 4475.0, 4486.0, 4494.0, 4456.0, 4495.0, 4465.0, 4485.0, 4455.0, 4496.0, 4466.0, 4498.0, 4476.0, 4497.0, 4485.0, 4485.0, 4495.0, 4488.0, 4496.0, 4487.0, 4486.0, 4465.0, 4497.0, 4466.0, 4497.0, 4466.0, 4498.0, 4485.0, 4498.0, 4505.0, 4487.0, 4495.0, 4467.0, 4496.0, 4477.0, 4497.0, 4476.0, 4497.0, 4466.0, 4509.0, 4477.0, 4498.0, 4466.0, 4486.0, 4466.0, 4498.0, 4505.0, 4477.0, 4494.0, 4466.0, 4496.0, 4479.0, 4497.0, 4477.0, 4495.0, 4466.0, 4497.0, 4478.0, 4499.0, 4480.0, 4511.0, 4468.0, 4499.0, 4488.0, 4498.0, 4488.0, 4496.0, 4505.0, 4487.0, 4507.0, 4487.0, 4495.0, 4475.0, 4496.0, 4466.0, 4497.0, 4475.0, 4496.0, 4464.0, 4485.0, 4504.0, 4496.0, 4507.0, 4498.0, 4520.0, 4486.0, 4475.0, 4466.0, 4458.0, 4499.0, 4518.0, 4488.0, 4505.0, 4476.0, 4496.0, 4467.0, 4507.0, 4466.0, 4496.0, 4453.0, 4494.0, 4469.0, 4481.0, 4490.0, 4458.0, 4478.0, 4447.0, 4457.0, 4436.0, 4479.0, 4439.0, 4458.0, 4438.0, 4468.0, 4419.0, 4459.0, 4441.0, 4472.0, 4475.0, 4458.0, 4500.0, 4478.0, 4497.0, 4457.0, 4486.0, 4455.0, 4487.0, 4506.0, 4475.0, 4495.0, 4463.0, 4483.0, 4453.0, 4482.0, 4442.0, 4472.0, 4443.0, 4485.0, 4456.0, 4488.0, 4457.0, 4489.0, 4467.0, 4500.0, 4486.0, 4497.0, 4507.0, 4487.0, 4498.0, 4488.0, 4507.0, 4478.0, 4496.0, 4477.0, 4495.0, 4477.0, 4495.0, 4467.0, 4498.0, 4477.0, 4496.0, 4466.0, 4488.0, 4456.0, 4488.0, 4516.0, 4487.0, 4505.0, 4477.0, 4496.0, 4478.0, 4498.0, 4478.0, 4496.0, 4456.0, 4485.0, 4454.0, 4485.0, 4514.0, 4485.0, 4494.0, 4464.0, 4482.0, 4465.0, 4485.0, 4454.0, 4485.0, 4454.0, 4487.0, 4505.0, 4488.0, 4497.0, 4488.0, 4496.0, 4478.0, 4496.0, 4478.0, 4509.0, 4478.0, 4498.0, 4468.0, 4488.0, 4487.0, 4499.0, 4516.0, 4487.0, 4495.0, 4476.0, 4484.0, 4458.0, 4497.0, 4464.0, 4496.0, 4463.0, 4485.0, 4495.0, 4476.0, 4495.0, 4475.0, 4485.0, 4464.0, 4484.0, 4467.0, 4486.0, 4454.0, 4486.0, 4495.0, 4478.0, 4505.0, 4476.0, 4497.0, 4478.0, 4497.0, 4465.0, 4499.0, 4497.0, 4487.0, 4496.0, 4477.0, 4497.0, 4488.0, 4496.0, 4466.0, 4496.0, 4456.0, 4497.0, 4457.0, 4501.0, 4519.0, 4490.0, 4506.0, 4477.0, 4507.0, 4477.0, 4497.0, 4468.0, 4498.0, 4466.0, 4485.0, 4455.0, 4487.0, 4505.0, 4485.0, 4507.0, 4476.0, 4494.0, 4475.0, 4497.0, 4466.0, 4485.0, 4454.0, 4487.0, 4484.0, 4497.0, 4506.0, 4477.0, 4496.0, 4476.0, 4496.0, 4478.0, 4498.0, 4467.0, 4498.0, 4467.0, 4488.0, 4487.0, 4499.0, 4497.0, 4497.0, 4508.0, 4490.0, 4509.0, 4490.0, 4497.0, 4488.0, 4496.0, 4477.0, 4509.0, 4467.0, 4497.0, 4456.0, 4487.0, 4485.0, 4497.0, 4504.0, 4487.0, 4506.0, 4477.0, 4508.0, 4478.0, 4495.0, 4479.0, 4497.0, 4478.0, 4508.0, 4488.0, 4497.0, 4469.0, 4498.0, 4467.0, 4499.0, 4478.0, 4498.0, 4467.0, 4498.0, 4468.0, 4498.0, 4479.0, 4497.0, 4459.0, 4499.0, 4487.0, 4498.0, 4488.0, 4499.0, 4487.0, 4499.0, 4518.0, 4498.0, 4508.0, 4488.0, 4507.0, 4499.0, 4508.0, 4489.0, 4497.0, 4478.0, 4497.0, 4479.0, 4497.0, 4488.0, 4496.0, 4478.0, 4497.0, 4489.0, 4510.0, 4489.0, 4508.0, 4488.0, 4498.0, 4490.0, 4509.0, 4501.0, 4507.0, 4479.0, 4498.0, 4490.0, 4507.0, 4489.0, 4497.0, 4478.0, 4509.0, 4490.0, 4509.0, 4490.0, 4506.0, 4478.0, 4506.0, 4500.0, 4510.0, 4488.0, 4508.0, 4489.0, 4508.0, 4500.0, 4507.0, 4490.0, 4498.0, 4479.0, 4496.0, 4478.0, 4497.0, 4487.0, 4487.0, 4475.0, 4494.0, 4478.0, 4498.0, 4478.0, 4496.0, 4467.0, 4496.0, 4469.0, 4509.0, 4467.0, 4497.0, 4456.0, 4488.0, 4468.0, 4499.0, 4478.0, 4498.0, 4468.0, 4499.0, 4470.0, 4499.0, 4480.0, 4499.0, 4458.0, 4499.0, 4477.0, 4500.0, 4507.0, 4500.0, 4496.0, 4496.0, 4505.0, 4488.0, 4508.0, 4488.0, 4494.0, 4477.0, 4495.0, 4467.0, 4497.0, 4468.0, 4497.0, 4467.0, 4487.0, 4469.0, 4489.0, 4497.0, 4500.0, 4517.0, 4478.0, 4507.0, 4478.0, 4508.0, 4489.0, 4508.0, 4488.0, 4497.0, 4488.0, 4498.0, 4480.0, 4509.0, 4477.0, 4511.0, 4468.0, 4499.0, 4487.0, 4499.0, 4487.0, 4498.0, 4508.0, 4487.0, 4508.0, 4490.0, 4497.0, 4489.0, 4497.0, 4478.0, 4510.0, 4477.0, 4500.0, 4467.0, 4497.0, 4507.0, 4499.0, 4519.0, 4499.0, 4495.0, 4478.0, 4495.0, 4478.0, 4497.0, 4477.0, 4497.0, 4456.0, 4499.0, 4498.0, 4499.0, 4519.0, 4487.0, 4497.0, 4476.0, 4496.0, 4476.0, 4496.0, 4477.0, 4499.0, 4455.0, 4488.0, 4505.0, 4487.0, 4496.0, 4487.0, 4508.0, 4487.0, 4506.0, 4491.0, 4497.0, 4479.0, 4487.0, 4478.0, 4498.0, 4480.0, 4497.0, 4467.0, 4497.0, 4467.0, 4498.0, 4468.0, 4496.0, 4456.0, 4487.0], 'WindowWidth': [9966.0, 9988.0, 9906.0, 9936.0, 9900.0, 9913.0, 9904.0, 9885.0, 9841.0, 9883.0, 9827.0, 9888.0, 9893.0, 9858.0, 9879.0, 9872.0, 9897.0, 9877.0, 9901.0, 9876.0, 9898.0, 9849.0, 9906.0, 9846.0, 9886.0, 9849.0, 9901.0, 9846.0, 9906.0, 9872.0, 9886.0, 9854.0, 9881.0, 9894.0, 9872.0, 9895.0, 9846.0, 9897.0, 9842.0, 9885.0, 9840.0, 9881.0, 9825.0, 9867.0, 9835.0, 9868.0, 9890.0, 9868.0, 9858.0, 9864.0, 9875.0, 9854.0, 9893.0, 9866.0, 9878.0, 9843.0, 9879.0, 9847.0, 9885.0, 9843.0, 9883.0, 9826.0, 9882.0, 9894.0, 9870.0, 9878.0, 9840.0, 9875.0, 9838.0, 9878.0, 9840.0, 9887.0, 9840.0, 9883.0, 9825.0, 9876.0, 9876.0, 9879.0, 9889.0, 9852.0, 9877.0, 9843.0, 9893.0, 9865.0, 9877.0, 9839.0, 9895.0, 9841.0, 9883.0, 9839.0, 9882.0, 9835.0, 9884.0, 9893.0, 9866.0, 9874.0, 9835.0, 9873.0, 9851.0, 9877.0, 9821.0, 9875.0, 9818.0, 9863.0, 9859.0, 9862.0, 9874.0, 9852.0, 9873.0, 9842.0, 9892.0, 9852.0, 9878.0, 9824.0, 9877.0, 9822.0, 9881.0, 9828.0, 9882.0, 9879.0, 9885.0, 9896.0, 9867.0, 9879.0, 9844.0, 9883.0, 9858.0, 9898.0, 9860.0, 9885.0, 9836.0, 9884.0, 9891.0, 9870.0, 9903.0, 9862.0, 9898.0, 9860.0, 9901.0, 9854.0, 9883.0, 9837.0, 9884.0, 9880.0, 9903.0, 9890.0, 9863.0, 9893.0, 9853.0, 9890.0, 9866.0, 9878.0, 9849.0, 9875.0, 9824.0, 9895.0, 9834.0, 9866.0, 9818.0, 9861.0, 9874.0, 9877.0, 9888.0, 9864.0, 9873.0, 9835.0, 9875.0, 9828.0, 9861.0, 9830.0, 9859.0, 9868.0, 9844.0, 9871.0, 9846.0, 9871.0, 9835.0, 9873.0, 9819.0, 9876.0, 9823.0, 9880.0, 9839.0, 9882.0, 9847.0, 9880.0, 9908.0, 9884.0, 9892.0, 9843.0, 9878.0, 9825.0, 9877.0, 9832.0, 9861.0, 9856.0, 9859.0, 9872.0, 9844.0, 9857.0, 9831.0, 9871.0, 9824.0, 9880.0, 9836.0, 9866.0, 9818.0, 9869.0, 9862.0, 9865.0, 9874.0, 9851.0, 9878.0, 9866.0, 9876.0, 9837.0, 9881.0, 9836.0, 9879.0, 9819.0, 9866.0, 9857.0, 9879.0, 9887.0, 9865.0, 9874.0, 9826.0, 9875.0, 9843.0, 9878.0, 9843.0, 9879.0, 9842.0, 9881.0, 9840.0, 9886.0, 9839.0, 9867.0, 9823.0, 9881.0, 9861.0, 9863.0, 9888.0, 9847.0, 9872.0, 9864.0, 9869.0, 9831.0, 9872.0, 9803.0, 9859.0, 9831.0, 9858.0, 9837.0, 9844.0, 9869.0, 9833.0, 9869.0, 9859.0, 9854.0, 9804.0, 9856.0, 9819.0, 9879.0, 9831.0, 9864.0, 9828.0, 9862.0, 9886.0, 9849.0, 9871.0, 9819.0, 9856.0, 9823.0, 9876.0, 9818.0, 9859.0, 9801.0, 9861.0, 9870.0, 9861.0, 9872.0, 9833.0, 9870.0, 9822.0, 9874.0, 9846.0, 9869.0, 9820.0, 9873.0, 9817.0, 9880.0, 9830.0, 9875.0, 9817.0, 9861.0, 9817.0, 9863.0, 9884.0, 9857.0, 9867.0, 9828.0, 9853.0, 9830.0, 9871.0, 9846.0, 9870.0, 9816.0, 9872.0, 9818.0, 9874.0, 9814.0, 9860.0, 9812.0, 9859.0, 9865.0, 9840.0, 9866.0, 9812.0, 9850.0, 9826.0, 9851.0, 9813.0, 9851.0, 9799.0, 9857.0, 9801.0, 9854.0, 9798.0, 9842.0, 9826.0, 9859.0, 9870.0, 9862.0, 9876.0, 9820.0, 9871.0, 9833.0, 9873.0, 9836.0, 9868.0, 9826.0, 9898.0, 9827.0, 9882.0, 9838.0, 9882.0, 9841.0, 9886.0, 9893.0, 9866.0, 9876.0, 9821.0, 9873.0, 9852.0, 9877.0, 9819.0, 9875.0, 9818.0, 9859.0, 9856.0, 9859.0, 9868.0, 9862.0, 9870.0, 9818.0, 9875.0, 9828.0, 9862.0, 9805.0, 9860.0, 9816.0, 9859.0, 9870.0, 9844.0, 9851.0, 9841.0, 9872.0, 9849.0, 9871.0, 9858.0, 9866.0, 9819.0, 9869.0, 9837.0, 9876.0, 9832.0, 9870.0, 9803.0, 9859.0, 9817.0, 9876.0, 9844.0, 9858.0, 9814.0, 9858.0, 9884.0, 9862.0, 9885.0, 9833.0, 9873.0, 9819.0, 9871.0, 9857.0, 9868.0, 9831.0, 9872.0, 9814.0, 9875.0, 9818.0, 9859.0, 9802.0, 9859.0, 9816.0, 9866.0, 9857.0, 9859.0, 9840.0, 9858.0, 9867.0, 9848.0, 9873.0, 9858.0, 9870.0, 9818.0, 9871.0, 9833.0, 9856.0, 9817.0, 9873.0, 9818.0, 9862.0, 9844.0, 9859.0, 9838.0, 9842.0, 9867.0, 9846.0, 9866.0, 9841.0, 9868.0, 9817.0, 9857.0, 9818.0, 9860.0, 9816.0, 9860.0, 9814.0, 9859.0, 9870.0, 9857.0, 9885.0, 9831.0, 9872.0, 9833.0, 9894.0, 9852.0, 9877.0, 9837.0, 9875.0, 9824.0, 9878.0, 9825.0, 9865.0, 9822.0, 9865.0, 9847.0, 9881.0, 9890.0, 9853.0, 9874.0, 9824.0, 9873.0, 9852.0, 9872.0, 9835.0, 9878.0, 9803.0, 9879.0, 9848.0, 9859.0, 9816.0, 9864.0, 9815.0, 9864.0, 9888.0, 9863.0, 9873.0, 9860.0, 9872.0, 9851.0, 9873.0, 9848.0, 9867.0, 9816.0, 9857.0, 9813.0, 9855.0, 9813.0, 9859.0, 9799.0, 9856.0, 9855.0, 9861.0, 9842.0, 9860.0, 9854.0, 9863.0, 9874.0, 9863.0, 9871.0, 9831.0, 9869.0, 9831.0, 9859.0, 9817.0, 9856.0, 9803.0, 9856.0, 9817.0, 9862.0, 9817.0, 9863.0, 9817.0, 9850.0, 9850.0, 9866.0, 9859.0, 9865.0, 9859.0, 9877.0, 9888.0, 9864.0, 9888.0, 9850.0, 9872.0, 9835.0, 9874.0, 9859.0, 9854.0, 9815.0, 9855.0, 9801.0, 9873.0, 9805.0, 9859.0, 9800.0, 9863.0, 9869.0, 9845.0, 9869.0, 9845.0, 9869.0, 9832.0, 9856.0, 9843.0, 9853.0, 9830.0, 9856.0, 9807.0, 9877.0, 9820.0, 9862.0, 9819.0, 9867.0, 9862.0, 9867.0, 9891.0, 9848.0, 9871.0, 9816.0, 9874.0, 9843.0, 9852.0, 9801.0, 9860.0, 9804.0, 9863.0, 9830.0, 9865.0, 9821.0, 9865.0, 9888.0, 9863.0, 9875.0, 9861.0, 9873.0, 9823.0, 9858.0, 9817.0, 9860.0, 9840.0, 9843.0, 9888.0, 9861.0, 9902.0, 9848.0, 9903.0, 9869.0, 9886.0, 9883.0, 9878.0, 9870.0, 9859.0, 9869.0, 9844.0, 9853.0, 9825.0, 9854.0, 9810.0, 9861.0, 9838.0, 9842.0, 9834.0, 9844.0, 9852.0, 9831.0, 9861.0, 9829.0, 9857.0, 9806.0, 9864.0, 9831.0, 9867.0, 9892.0, 9849.0, 9860.0, 9835.0, 9863.0, 9820.0, 9882.0, 9868.0, 9877.0, 9857.0, 9860.0, 9872.0, 9844.0, 9870.0, 9850.0, 9876.0, 9832.0, 9864.0, 9814.0, 9859.0, 9813.0, 9859.0, 9882.0, 9840.0, 9852.0, 9827.0, 9849.0, 9830.0, 9874.0, 9817.0, 9860.0, 9818.0, 9864.0, 9821.0, 9868.0, 9888.0, 9849.0, 9878.0, 9835.0, 9871.0, 9849.0, 9874.0, 9848.0, 9856.0, 9830.0, 9858.0, 9838.0, 9877.0, 9834.0, 9861.0, 9817.0, 9862.0, 9817.0, 9874.0, 9831.0, 9857.0, 9842.0, 9858.0, 9872.0, 9863.0, 9872.0, 9833.0, 9869.0, 9831.0, 9860.0, 9832.0, 9857.0, 9817.0, 9861.0, 9817.0, 9878.0, 9886.0, 9859.0, 9869.0, 9829.0, 9867.0, 9845.0, 9856.0, 9831.0, 9858.0, 9815.0, 9859.0, 9816.0, 9859.0, 9869.0, 9858.0, 9868.0, 9833.0, 9867.0, 9848.0, 9856.0, 9833.0, 9875.0, 9814.0, 9860.0, 9832.0, 9874.0, 9818.0, 9862.0, 9857.0, 9881.0, 9891.0, 9853.0, 9876.0, 9852.0, 9877.0, 9838.0, 9879.0, 9835.0, 9875.0, 9856.0, 9856.0, 9873.0, 9842.0, 9857.0, 9816.0, 9859.0, 9832.0, 9862.0, 9845.0, 9861.0, 9870.0, 9821.0, 9874.0, 9832.0, 9858.0, 9819.0, 9876.0, 9836.0, 9883.0, 9850.0, 9878.0, 9860.0, 9860.0, 9875.0, 9867.0, 9877.0, 9864.0, 9862.0, 9833.0, 9880.0, 9834.0, 9879.0, 9836.0, 9881.0, 9860.0, 9882.0, 9890.0, 9866.0, 9875.0, 9839.0, 9877.0, 9853.0, 9879.0, 9852.0, 9879.0, 9837.0, 9899.0, 9853.0, 9881.0, 9836.0, 9865.0, 9836.0, 9884.0, 9889.0, 9852.0, 9871.0, 9837.0, 9877.0, 9859.0, 9880.0, 9853.0, 9875.0, 9838.0, 9878.0, 9857.0, 9885.0, 9861.0, 9906.0, 9842.0, 9887.0, 9868.0, 9881.0, 9866.0, 9877.0, 9887.0, 9864.0, 9893.0, 9867.0, 9874.0, 9847.0, 9876.0, 9835.0, 9881.0, 9847.0, 9875.0, 9830.0, 9860.0, 9884.0, 9876.0, 9894.0, 9884.0, 9917.0, 9863.0, 9847.0, 9835.0, 9832.0, 9888.0, 9909.0, 9865.0, 9887.0, 9849.0, 9875.0, 9836.0, 9892.0, 9834.0, 9875.0, 9812.0, 9867.0, 9827.0, 9843.0, 9858.0, 9810.0, 9835.0, 9792.0, 9807.0, 9776.0, 9840.0, 9787.0, 9809.0, 9783.0, 9822.0, 9757.0, 9814.0, 9793.0, 9838.0, 9848.0, 9830.0, 9889.0, 9855.0, 9879.0, 9823.0, 9862.0, 9817.0, 9863.0, 9887.0, 9842.0, 9869.0, 9823.0, 9854.0, 9811.0, 9849.0, 9794.0, 9835.0, 9800.0, 9858.0, 9823.0, 9870.0, 9827.0, 9871.0, 9839.0, 9886.0, 9863.0, 9879.0, 9893.0, 9865.0, 9882.0, 9868.0, 9891.0, 9854.0, 9877.0, 9852.0, 9874.0, 9850.0, 9875.0, 9836.0, 9882.0, 9851.0, 9876.0, 9835.0, 9868.0, 9822.0, 9868.0, 9905.0, 9867.0, 9887.0, 9853.0, 9876.0, 9854.0, 9883.0, 9855.0, 9876.0, 9821.0, 9859.0, 9815.0, 9861.0, 9900.0, 9859.0, 9869.0, 9829.0, 9852.0, 9831.0, 9861.0, 9816.0, 9861.0, 9817.0, 9863.0, 9886.0, 9870.0, 9879.0, 9869.0, 9877.0, 9856.0, 9877.0, 9857.0, 9900.0, 9854.0, 9882.0, 9840.0, 9868.0, 9866.0, 9885.0, 9907.0, 9867.0, 9874.0, 9847.0, 9859.0, 9826.0, 9878.0, 9831.0, 9876.0, 9826.0, 9858.0, 9873.0, 9849.0, 9873.0, 9846.0, 9861.0, 9829.0, 9859.0, 9837.0, 9863.0, 9818.0, 9864.0, 9873.0, 9853.0, 9890.0, 9851.0, 9878.0, 9855.0, 9881.0, 9835.0, 9886.0, 9880.0, 9866.0, 9875.0, 9851.0, 9877.0, 9866.0, 9879.0, 9836.0, 9878.0, 9823.0, 9880.0, 9827.0, 9891.0, 9914.0, 9873.0, 9892.0, 9854.0, 9892.0, 9852.0, 9881.0, 9843.0, 9882.0, 9837.0, 9862.0, 9819.0, 9865.0, 9888.0, 9861.0, 9890.0, 9849.0, 9872.0, 9847.0, 9879.0, 9835.0, 9861.0, 9817.0, 9865.0, 9858.0, 9880.0, 9890.0, 9852.0, 9875.0, 9851.0, 9877.0, 9857.0, 9884.0, 9841.0, 9883.0, 9839.0, 9871.0, 9868.0, 9884.0, 9880.0, 9882.0, 9897.0, 9876.0, 9899.0, 9875.0, 9881.0, 9869.0, 9878.0, 9855.0, 9899.0, 9839.0, 9881.0, 9822.0, 9865.0, 9861.0, 9879.0, 9886.0, 9864.0, 9890.0, 9852.0, 9897.0, 9855.0, 9877.0, 9858.0, 9881.0, 9857.0, 9897.0, 9869.0, 9878.0, 9844.0, 9882.0, 9842.0, 9887.0, 9856.0, 9882.0, 9838.0, 9882.0, 9843.0, 9884.0, 9858.0, 9882.0, 9830.0, 9885.0, 9867.0, 9883.0, 9869.0, 9885.0, 9866.0, 9885.0, 9910.0, 9883.0, 9895.0, 9870.0, 9893.0, 9885.0, 9897.0, 9871.0, 9880.0, 9856.0, 9879.0, 9858.0, 9881.0, 9871.0, 9877.0, 9857.0, 9880.0, 9874.0, 9901.0, 9874.0, 9896.0, 9871.0, 9883.0, 9877.0, 9899.0, 9890.0, 9894.0, 9859.0, 9882.0, 9875.0, 9895.0, 9873.0, 9881.0, 9857.0, 9898.0, 9876.0, 9900.0, 9876.0, 9892.0, 9857.0, 9893.0, 9888.0, 9902.0, 9871.0, 9895.0, 9871.0, 9896.0, 9888.0, 9895.0, 9873.0, 9881.0, 9857.0, 9878.0, 9854.0, 9880.0, 9867.0, 9863.0, 9848.0, 9872.0, 9856.0, 9883.0, 9855.0, 9877.0, 9838.0, 9876.0, 9844.0, 9900.0, 9839.0, 9879.0, 9824.0, 9869.0, 9841.0, 9886.0, 9855.0, 9881.0, 9840.0, 9884.0, 9847.0, 9887.0, 9860.0, 9885.0, 9828.0, 9884.0, 9856.0, 9888.0, 9894.0, 9886.0, 9877.0, 9877.0, 9889.0, 9867.0, 9895.0, 9869.0, 9872.0, 9852.0, 9874.0, 9838.0, 9880.0, 9840.0, 9879.0, 9838.0, 9866.0, 9841.0, 9870.0, 9881.0, 9887.0, 9909.0, 9855.0, 9892.0, 9855.0, 9897.0, 9872.0, 9896.0, 9870.0, 9879.0, 9869.0, 9881.0, 9861.0, 9899.0, 9855.0, 9905.0, 9842.0, 9885.0, 9867.0, 9884.0, 9865.0, 9882.0, 9894.0, 9867.0, 9898.0, 9874.0, 9879.0, 9870.0, 9879.0, 9854.0, 9903.0, 9854.0, 9887.0, 9840.0, 9882.0, 9892.0, 9886.0, 9913.0, 9885.0, 9874.0, 9855.0, 9874.0, 9855.0, 9883.0, 9853.0, 9881.0, 9822.0, 9882.0, 9880.0, 9884.0, 9913.0, 9865.0, 9877.0, 9850.0, 9878.0, 9849.0, 9877.0, 9854.0, 9884.0, 9822.0, 9868.0, 9889.0, 9865.0, 9875.0, 9866.0, 9894.0, 9867.0, 9891.0, 9876.0, 9880.0, 9858.0, 9867.0, 9857.0, 9885.0, 9860.0, 9881.0, 9839.0, 9880.0, 9839.0, 9883.0, 9840.0, 9877.0, 9823.0, 9868.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.00020946993670886073</td></tr>
<tr><td colspan=3>aqi</td><td>0.01837761518987342</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.541682580863004</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2157495742834503</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9859327719556613</td></tr>
<tr><td colspan=3>efc</td><td>0.4633</td></tr>
<tr><td colspan=3>fber</td><td>6603.625</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07874658656103233</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.47468354430379744</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5021903704258093</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.384891670412479</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7624755705010866</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.359203870363862</td></tr>
<tr><td colspan=3>gcor</td><td>0.00627016</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011273876763880253</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02287227287888527</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.8807686585182375</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.1943</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6867</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.0135</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302239.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>769.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.4251</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2764</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.671</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3690.0132</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3933.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4835.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.4522</td></tr>
<tr><td colspan=3>tsnr</td><td>45.25759515166283</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>