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

616 lines
No EOL
138 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-04/func/sub-0081_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>2bfc0da510832b3a69d0ce4216275e06</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>16:09:34.932500</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.992997, 0.108942, -0.0457074, -0.104543, 0.990479, 0.0895633]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0926085</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>[4110, -7714, -7308, 559, -9, -47, 62, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.893</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>641ca7a6-7e31-48df-a139-4cd0b3f937e8||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.664137601852417, -0.28048214316368103, -0.14857956767082214, 132.66600036621094], [-0.2922837436199188, 2.657383441925049, 0.22722570598125458, -88.07304382324219], [-0.12262966483831406, -0.2402918040752411, 2.6863160133361816, -67.56301879882812], [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': ['160934.932500', '160935.392500', '160935.852500', '160936.312500', '160936.772500', '160937.232500', '160937.692500', '160938.152500', '160938.612500', '160939.072500', '160939.532500', '160939.992500', '160940.452500', '160940.912500', '160941.372500', '160941.832500', '160942.292500', '160942.752500', '160943.212500', '160943.672500', '160944.132500', '160944.592500', '160945.052500', '160945.512500', '160945.972500', '160946.432500', '160946.892500', '160947.352500', '160947.812500', '160948.272500', '160948.732500', '160949.192500', '160949.652500', '160950.112500', '160950.572500', '160951.032500', '160951.492500', '160951.952500', '160952.412500', '160952.872500', '160953.332500', '160953.792500', '160954.252500', '160954.712500', '160955.172500', '160955.632500', '160956.092500', '160956.552500', '160957.012500', '160957.472500', '160957.932500', '160958.392500', '160958.852500', '160959.312500', '160959.772500', '161000.232500', '161000.692500', '161001.152500', '161001.612500', '161002.072500', '161002.532500', '161002.992500', '161003.452500', '161003.912500', '161004.372500', '161004.832500', '161005.292500', '161005.752500', '161006.212500', '161006.672500', '161007.132500', '161007.592500', '161008.052500', '161008.512500', '161008.972500', '161009.432500', '161009.892500', '161010.352500', '161010.812500', '161011.272500', '161011.732500', '161012.192500', '161012.652500', '161013.112500', '161013.572500', '161014.032500', '161014.492500', '161014.952500', '161015.412500', '161015.872500', '161016.332500', '161016.792500', '161017.252500', '161017.712500', '161018.172500', '161018.632500', '161019.092500', '161019.552500', '161020.012500', '161020.472500', '161020.932500', '161021.392500', '161021.852500', '161022.312500', '161022.772500', '161023.232500', '161023.692500', '161024.152500', '161024.612500', '161025.072500', '161025.532500', '161025.992500', '161026.452500', '161026.912500', '161027.372500', '161027.832500', '161028.292500', '161028.752500', '161029.212500', '161029.672500', '161030.132500', '161030.592500', '161031.052500', '161031.512500', '161031.972500', '161032.432500', '161032.892500', '161033.352500', '161033.812500', '161034.272500', '161034.732500', '161035.192500', '161035.652500', '161036.112500', '161036.572500', '161037.032500', '161037.492500', '161037.952500', '161038.412500', '161038.872500', '161039.332500', '161039.792500', '161040.252500', '161040.712500', '161041.172500', '161041.632500', '161042.092500', '161042.552500', '161043.012500', '161043.472500', '161043.932500', '161044.392500', '161044.852500', '161045.312500', '161045.772500', '161046.232500', '161046.692500', '161047.152500', '161047.612500', '161048.072500', '161048.532500', '161048.992500', '161049.452500', '161049.912500', '161050.372500', '161050.832500', '161051.292500', '161051.752500', '161052.212500', '161052.672500', '161053.132500', '161053.592500', '161054.052500', '161054.512500', '161054.972500', '161055.432500', '161055.892500', '161056.352500', '161056.812500', '161057.272500', '161057.732500', '161058.192500', '161058.652500', '161059.112500', '161059.572500', '161100.032500', '161100.492500', '161100.952500', '161101.412500', '161101.872500', '161102.332500', '161102.792500', '161103.252500', '161103.712500', '161104.172500', '161104.632500', '161105.092500', '161105.552500', '161106.012500', '161106.472500', '161106.932500', '161107.392500', '161107.852500', '161108.312500', '161108.772500', '161109.232500', '161109.692500', '161110.152500', '161110.612500', '161111.072500', '161111.532500', '161111.992500', '161112.452500', '161112.912500', '161113.372500', '161113.832500', '161114.292500', '161114.752500', '161115.212500', '161115.672500', '161116.132500', '161116.592500', '161117.052500', '161117.512500', '161117.972500', '161118.432500', '161118.892500', '161119.352500', '161119.812500', '161120.272500', '161120.732500', '161121.192500', '161121.652500', '161122.112500', '161122.572500', '161123.032500', '161123.492500', '161123.952500', '161124.412500', '161124.872500', '161125.332500', '161125.792500', '161126.252500', '161126.712500', '161127.172500', '161127.632500', '161128.092500', '161128.552500', '161129.012500', '161129.472500', '161129.932500', '161130.392500', '161130.852500', '161131.312500', '161131.772500', '161132.232500', '161132.692500', '161133.152500', '161133.612500', '161134.072500', '161134.532500', '161134.992500', '161135.452500', '161135.912500', '161136.372500', '161136.832500', '161137.292500', '161137.752500', '161138.212500', '161138.672500', '161139.132500', '161139.592500', '161140.052500', '161140.512500', '161140.972500', '161141.432500', '161141.892500', '161142.352500', '161142.812500', '161143.272500', '161143.732500', '161144.192500', '161144.652500', '161145.112500', '161145.572500', '161146.032500', '161146.492500', '161146.952500', '161147.412500', '161147.872500', '161148.332500', '161148.792500', '161149.252500', '161149.712500', '161150.172500', '161150.632500', '161151.092500', '161151.552500', '161152.012500', '161152.472500', '161152.932500', '161153.392500', '161153.852500', '161154.312500', '161154.772500', '161155.232500', '161155.692500', '161156.152500', '161156.612500', '161157.072500', '161157.532500', '161157.992500', '161158.452500', '161158.912500', '161159.372500', '161159.832500', '161200.292500', '161200.752500', '161201.212500', '161201.672500', '161202.132500', '161202.592500', '161203.052500', '161203.512500', '161203.972500', '161204.432500', '161204.892500', '161205.352500', '161205.812500', '161206.272500', '161206.732500', '161207.192500', '161207.652500', '161208.112500', '161208.572500', '161209.032500', '161209.492500', '161209.952500', '161210.412500', '161210.872500', '161211.332500', '161211.792500', '161212.252500', '161212.712500', '161213.172500', '161213.632500', '161214.092500', '161214.552500', '161215.012500', '161215.472500', '161215.932500', '161216.392500', '161216.852500', '161217.312500', '161217.772500', '161218.232500', '161218.692500', '161219.152500', '161219.612500', '161220.072500', '161220.532500', '161220.992500', '161221.452500', '161221.912500', '161222.372500', '161222.832500', '161223.292500', '161223.752500', '161224.212500', '161224.672500', '161225.132500', '161225.592500', '161226.052500', '161226.512500', '161226.972500', '161227.432500', '161227.892500', '161228.352500', '161228.812500', '161229.272500', '161229.732500', '161230.192500', '161230.652500', '161231.112500', '161231.572500', '161232.032500', '161232.492500', '161232.952500', '161233.412500', '161233.872500', '161234.332500', '161234.792500', '161235.252500', '161235.712500', '161236.172500', '161236.632500', '161237.092500', '161237.552500', '161238.012500', '161238.472500', '161238.932500', '161239.392500', '161239.852500', '161240.312500', '161240.772500', '161241.232500', '161241.692500', '161242.152500', '161242.612500', '161243.072500', '161243.532500', '161243.992500', '161244.452500', '161244.912500', '161245.372500', '161245.832500', '161246.292500', '161246.752500', '161247.212500', '161247.672500', '161248.132500', '161248.592500', '161249.052500', '161249.512500', '161249.972500', '161250.432500', '161250.892500', '161251.352500', '161251.812500', '161252.272500', '161252.732500', '161253.192500', '161253.652500', '161254.112500', '161254.572500', '161255.032500', '161255.492500', '161255.952500', '161256.412500', '161256.872500', '161257.332500', '161257.792500', '161258.252500', '161258.712500', '161259.172500', '161259.632500', '161300.092500', '161300.552500', '161301.012500', '161301.472500', '161301.932500', '161302.392500', '161302.852500', '161303.312500', '161303.772500', '161304.232500', '161304.692500', '161305.152500', '161305.612500', '161306.072500', '161306.532500', '161306.992500', '161307.452500', '161307.912500', '161308.372500', '161308.832500', '161309.292500', '161309.752500', '161310.212500', '161310.672500', '161311.132500', '161311.592500', '161312.052500', '161312.512500', '161312.972500', '161313.432500', '161313.892500', '161314.352500', '161314.812500', '161315.272500', '161315.732500', '161316.192500', '161316.652500', '161317.112500', '161317.572500', '161318.032500', '161318.492500', '161318.952500', '161319.412500', '161319.872500', '161320.332500', '161320.792500', '161321.252500', '161321.712500', '161322.172500', '161322.632500', '161323.092500', '161323.552500', '161324.012500', '161324.472500', '161324.932500', '161325.392500', '161325.852500', '161326.312500', '161326.772500', '161327.232500', '161327.692500', '161328.152500', '161328.612500', '161329.072500', '161329.532500', '161329.992500', '161330.452500', '161330.912500', '161331.372500', '161331.832500', '161332.292500', '161332.752500', '161333.212500', '161333.672500', '161334.132500', '161334.592500', '161335.052500', '161335.512500', '161335.972500', '161336.432500', '161336.892500', '161337.352500', '161337.812500', '161338.272500', '161338.732500', '161339.192500', '161339.652500', '161340.112500', '161340.572500', '161341.032500', '161341.492500', '161341.952500', '161342.412500', '161342.872500', '161343.332500', '161343.792500', '161344.252500', '161344.712500', '161345.172500', '161345.632500', '161346.092500', '161346.552500', '161347.012500', '161347.472500', '161347.932500', '161348.392500', '161348.852500', '161349.312500', '161349.772500', '161350.232500', '161350.692500', '161351.152500', '161351.612500', '161352.072500', '161352.532500', '161352.992500', '161353.452500', '161353.912500', '161354.372500', '161354.832500', '161355.292500', '161355.752500', '161356.212500', '161356.672500', '161357.132500', '161357.592500', '161358.052500', '161358.512500', '161358.972500', '161359.432500', '161359.892500', '161400.352500', '161400.812500', '161401.272500', '161401.732500', '161402.192500', '161402.652500', '161403.112500', '161403.572500', '161404.032500', '161404.492500', '161404.952500', '161405.412500', '161405.872500', '161406.332500', '161406.792500', '161407.252500', '161407.712500', '161408.172500', '161408.632500', '161409.092500', '161409.552500', '161410.012500', '161410.472500', '161410.932500', '161411.392500', '161411.852500', '161412.312500', '161412.772500', '161413.232500', '161413.692500', '161414.152500', '161414.612500', '161415.072500', '161415.532500', '161415.992500', '161416.452500', '161416.912500', '161417.372500', '161417.832500', '161418.292500', '161418.752500', '161419.212500', '161419.672500', '161420.132500', '161420.592500', '161421.052500', '161421.512500', '161421.972500', '161422.432500', '161422.892500', '161423.352500', '161423.812500', '161424.272500', '161424.732500', '161425.192500', '161425.652500', '161426.112500', '161426.572500', '161427.032500', '161427.492500', '161427.952500', '161428.412500', '161428.872500', '161429.332500', '161429.792500', '161430.252500', '161430.712500', '161431.172500', '161431.632500', '161432.092500', '161432.552500', '161433.012500', '161433.472500', '161433.932500', '161434.392500', '161434.852500', '161435.312500', '161435.772500', '161436.232500', '161436.692500', '161437.152500', '161437.612500', '161438.072500', '161438.532500', '161438.992500', '161439.452500', '161439.912500', '161440.372500', '161440.832500', '161441.292500', '161441.752500', '161442.212500', '161442.672500', '161443.132500', '161443.592500', '161444.052500', '161444.512500', '161444.972500', '161445.432500', '161445.892500', '161446.352500', '161446.812500', '161447.272500', '161447.732500', '161448.192500', '161448.652500', '161449.112500', '161449.572500', '161450.032500', '161450.492500', '161450.952500', '161451.412500', '161451.872500', '161452.332500', '161452.792500', '161453.252500', '161453.712500', '161454.172500', '161454.632500', '161455.092500', '161455.552500', '161456.012500', '161456.472500', '161456.932500', '161457.392500', '161457.852500', '161458.312500', '161458.772500', '161459.232500', '161459.692500', '161500.152500', '161500.612500', '161501.072500', '161501.532500', '161501.992500', '161502.452500', '161502.912500', '161503.372500', '161503.832500', '161504.292500', '161504.752500', '161505.212500', '161505.672500', '161506.132500', '161506.592500', '161507.052500', '161507.512500', '161507.972500', '161508.432500', '161508.892500', '161509.352500', '161509.812500', '161510.272500', '161510.732500', '161511.192500', '161511.652500', '161512.112500', '161512.572500', '161513.032500', '161513.492500', '161513.952500', '161514.412500', '161514.872500', '161515.332500', '161515.792500', '161516.252500', '161516.712500', '161517.172500', '161517.632500', '161518.092500', '161518.552500', '161519.012500', '161519.472500', '161519.932500', '161520.392500', '161520.852500', '161521.312500', '161521.772500', '161522.232500', '161522.692500', '161523.152500', '161523.612500', '161524.072500', '161524.532500', '161524.992500', '161525.452500', '161525.912500', '161526.372500', '161526.832500', '161527.292500', '161527.752500', '161528.212500', '161528.672500', '161529.132500', '161529.592500', '161530.052500', '161530.512500', '161530.972500', '161531.432500', '161531.892500', '161532.352500', '161532.812500', '161533.272500', '161533.732500', '161534.192500', '161534.652500', '161535.112500', '161535.572500', '161536.032500', '161536.492500', '161536.952500', '161537.412500', '161537.872500', '161538.332500', '161538.792500', '161539.252500', '161539.712500', '161540.172500', '161540.632500', '161541.092500', '161541.552500', '161542.012500', '161542.472500', '161542.932500', '161543.392500', '161543.852500', '161544.312500', '161544.772500', '161545.232500', '161545.692500', '161546.152500', '161546.612500', '161547.072500', '161547.532500', '161547.992500', '161548.452500', '161548.912500', '161549.372500', '161549.832500', '161550.292500', '161550.752500', '161551.212500', '161551.672500', '161552.132500', '161552.592500', '161553.052500', '161553.512500', '161553.972500', '161554.432500', '161554.892500', '161555.352500', '161555.812500', '161556.272500', '161556.732500', '161557.192500', '161557.652500', '161558.112500', '161558.572500', '161559.032500', '161559.492500', '161559.952500', '161600.412500', '161600.872500', '161601.332500', '161601.792500', '161602.252500', '161602.712500', '161603.172500', '161603.632500', '161604.092500', '161604.552500', '161605.012500', '161605.472500', '161605.932500', '161606.392500', '161606.852500', '161607.312500', '161607.772500', '161608.232500', '161608.692500', '161609.152500', '161609.612500', '161610.072500', '161610.532500', '161610.992500', '161611.452500', '161611.912500', '161612.372500', '161612.832500', '161613.292500', '161613.752500', '161614.212500', '161614.672500', '161615.132500', '161615.592500', '161616.052500', '161616.512500', '161616.972500', '161617.432500', '161617.892500', '161618.352500', '161618.812500', '161619.272500', '161619.732500', '161620.192500', '161620.652500', '161621.112500', '161621.572500', '161622.032500', '161622.492500', '161622.952500', '161623.412500', '161623.872500', '161624.332500', '161624.792500', '161625.252500', '161625.712500', '161626.172500', '161626.632500', '161627.092500', '161627.552500', '161628.012500', '161628.472500', '161628.932500', '161629.392500', '161629.852500', '161630.312500', '161630.772500', '161631.232500', '161631.692500', '161632.152500', '161632.612500', '161633.072500', '161633.532500', '161633.992500', '161634.452500', '161634.912500', '161635.372500', '161635.832500', '161636.292500', '161636.752500', '161637.212500', '161637.672500', '161638.132500', '161638.592500', '161639.052500', '161639.512500', '161639.972500', '161640.432500', '161640.892500', '161641.352500', '161641.812500', '161642.272500', '161642.732500', '161643.192500', '161643.652500', '161644.112500', '161644.572500', '161645.032500', '161645.492500', '161645.952500', '161646.412500', '161646.872500', '161647.332500', '161647.792500', '161648.252500', '161648.712500', '161649.172500', '161649.632500', '161650.092500', '161650.552500', '161651.012500', '161651.472500', '161651.932500', '161652.392500', '161652.852500', '161653.312500', '161653.772500', '161654.232500', '161654.692500', '161655.152500', '161655.612500', '161656.072500', '161656.532500', '161656.992500', '161657.452500', '161657.912500', '161658.372500', '161658.832500', '161659.292500', '161659.752500', '161700.212500', '161700.672500', '161701.132500', '161701.592500', '161702.052500', '161702.512500', '161702.972500', '161703.432500', '161703.892500', '161704.352500', '161704.812500', '161705.272500', '161705.732500', '161706.192500', '161706.652500', '161707.112500', '161707.572500', '161708.032500', '161708.492500', '161708.952500', '161709.412500', '161709.872500', '161710.332500', '161710.792500', '161711.252500', '161711.712500', '161712.172500', '161712.632500', '161713.092500', '161713.552500', '161714.012500', '161714.472500', '161714.932500', '161715.392500', '161715.852500', '161716.312500', '161716.772500', '161717.232500', '161717.692500', '161718.152500', '161718.612500', '161719.072500', '161719.532500', '161719.992500', '161720.452500', '161720.912500', '161721.372500', '161721.832500', '161722.292500', '161722.752500', '161723.212500', '161723.672500', '161724.132500', '161724.592500', '161725.052500', '161725.512500', '161725.972500', '161726.432500', '161726.892500', '161727.352500', '161727.812500', '161728.272500', '161728.732500', '161729.192500', '161729.652500', '161730.112500', '161730.572500', '161731.032500', '161731.492500', '161731.952500', '161732.412500', '161732.872500', '161733.332500', '161733.792500', '161734.252500', '161734.712500', '161735.172500', '161735.632500', '161736.092500', '161736.552500', '161737.012500', '161737.472500', '161737.932500', '161738.392500', '161738.852500', '161739.312500', '161739.772500', '161740.232500', '161740.692500', '161741.152500', '161741.612500', '161742.072500', '161742.532500', '161742.992500', '161743.452500', '161743.912500', '161744.372500', '161744.832500', '161745.292500', '161745.752500', '161746.212500', '161746.672500', '161747.132500', '161747.592500', '161748.052500', '161748.512500', '161748.972500', '161749.432500', '161749.892500', '161750.352500', '161750.812500', '161751.272500', '161751.732500', '161752.192500', '161752.652500', '161753.112500', '161753.572500', '161754.032500', '161754.492500', '161754.952500', '161755.412500', '161755.872500', '161756.332500', '161756.792500', '161757.252500', '161757.712500', '161758.172500', '161758.632500', '161759.092500', '161759.552500', '161800.012500', '161800.472500', '161800.932500', '161801.392500', '161801.852500', '161802.312500', '161802.772500', '161803.232500', '161803.692500', '161804.152500', '161804.612500', '161805.072500', '161805.532500', '161805.992500', '161806.452500', '161806.912500', '161807.372500', '161807.832500', '161808.292500', '161808.752500', '161809.212500', '161809.672500', '161810.132500', '161810.592500', '161811.052500', '161811.512500', '161811.972500', '161812.432500', '161812.892500', '161813.352500', '161813.812500', '161814.272500', '161814.732500', '161815.192500', '161815.652500', '161816.112500', '161816.572500', '161817.032500', '161817.492500', '161817.952500', '161818.412500', '161818.872500', '161819.332500', '161819.792500', '161820.252500', '161820.712500', '161821.172500', '161821.632500', '161822.092500', '161822.552500', '161823.012500', '161823.472500', '161823.932500', '161824.392500', '161824.852500', '161825.312500', '161825.772500', '161826.232500', '161826.692500', '161827.152500', '161827.612500', '161828.072500', '161828.532500', '161828.992500', '161829.452500', '161829.912500', '161830.372500', '161830.832500', '161831.292500', '161831.752500', '161832.212500', '161832.672500', '161833.132500', '161833.592500', '161834.052500', '161834.512500', '161834.972500', '161835.432500', '161835.892500', '161836.352500', '161836.812500', '161837.272500', '161837.732500', '161838.192500', '161838.652500', '161839.112500', '161839.572500', '161840.032500', '161840.492500', '161840.952500', '161841.412500', '161841.872500', '161842.332500', '161842.792500', '161843.252500', '161843.712500', '161844.172500', '161844.632500', '161845.092500', '161845.552500', '161846.012500', '161846.472500', '161846.932500', '161847.392500', '161847.852500', '161848.312500', '161848.772500', '161849.232500', '161849.692500', '161850.152500', '161850.612500', '161851.072500', '161851.532500', '161851.992500', '161852.452500', '161852.912500', '161853.372500', '161853.832500', '161854.292500', '161854.752500', '161855.212500', '161855.672500', '161856.132500', '161856.592500', '161857.052500', '161857.512500', '161857.972500', '161858.432500', '161858.892500', '161859.352500', '161859.812500', '161900.272500', '161900.732500', '161901.192500', '161901.652500', '161902.112500', '161902.572500', '161903.032500', '161903.492500', '161903.952500', '161904.412500', '161904.872500', '161905.332500', '161905.792500', '161906.252500', '161906.712500', '161907.172500', '161907.632500', '161908.092500', '161908.552500', '161909.012500', '161909.472500', '161909.932500', '161910.392500', '161910.852500', '161911.312500', '161911.772500', '161912.232500', '161912.692500', '161913.152500', '161913.612500', '161914.072500', '161914.532500', '161914.992500', '161915.452500', '161915.912500', '161916.372500', '161916.832500', '161917.292500', '161917.752500'], 'ContentTime': ['160947.720000', '160947.724000', '160947.726000', '160947.729000', '160947.731000', '160947.734000', '160947.737000', '160947.739000', '160947.742000', '160947.744000', '160947.747000', '160947.750000', '160947.752000', '160947.783000', '160947.786000', '160947.789000', '160947.791000', '160947.794000', '160947.796000', '160947.799000', '160947.802000', '160947.804000', '160947.807000', '160947.809000', '160947.812000', '160947.814000', '161007.691000', '161007.694000', '161007.697000', '161007.700000', '161007.702000', '161007.705000', '161007.707000', '161007.710000', '161007.713000', '161007.715000', '161007.718000', '161007.720000', '161007.723000', '161007.725000', '161007.728000', '161007.731000', '161007.733000', '161007.736000', '161007.738000', '161007.741000', '161007.744000', '161007.746000', '161007.749000', '161007.751000', '161007.754000', '161007.756000', '161007.759000', '161007.761000', '161007.764000', '161007.767000', '161007.769000', '161007.772000', '161007.774000', '161007.777000', '161007.780000', '161007.782000', '161007.785000', '161007.787000', '161007.797000', '161007.800000', '161007.802000', '161007.805000', '161007.808000', '161007.810000', '161027.691000', '161027.695000', '161027.698000', '161027.700000', '161027.703000', '161027.706000', '161027.708000', '161027.711000', '161027.714000', '161027.716000', '161027.719000', '161027.721000', '161027.724000', '161027.726000', '161027.729000', '161027.732000', '161027.734000', '161027.737000', '161027.739000', '161027.742000', '161027.745000', '161027.747000', '161027.750000', '161027.752000', '161027.755000', '161027.758000', '161027.760000', '161027.763000', '161027.766000', '161027.768000', '161027.771000', '161027.773000', '161027.776000', '161027.779000', '161027.781000', '161027.793000', '161027.795000', '161027.798000', '161027.800000', '161027.803000', '161027.806000', '161027.808000', '161027.811000', '161047.690000', '161047.693000', '161047.696000', '161047.699000', '161047.701000', '161047.704000', '161047.706000', '161047.709000', '161047.712000', '161047.714000', '161047.717000', '161047.719000', '161047.722000', '161047.725000', '161047.727000', '161047.730000', '161047.732000', '161047.735000', '161047.738000', '161047.740000', '161047.743000', '161047.745000', '161047.748000', '161047.751000', '161047.753000', '161047.756000', '161047.758000', '161047.761000', '161047.764000', '161047.766000', '161047.769000', '161047.771000', '161047.774000', '161047.777000', '161047.779000', '161047.782000', '161047.784000', '161047.787000', '161047.790000', '161047.792000', '161047.795000', '161047.797000', '161047.800000', '161047.803000', '161107.691000', '161107.693000', '161107.696000', '161107.699000', '161107.701000', '161107.704000', '161107.707000', '161107.709000', '161107.712000', '161107.714000', '161107.717000', '161107.719000', '161107.722000', '161107.725000', '161107.727000', '161107.730000', '161107.733000', '161107.735000', '161107.738000', '161107.741000', '161107.743000', '161107.746000', '161107.748000', '161107.751000', '161107.753000', '161107.756000', '161107.759000', '161107.761000', '161107.764000', '161107.767000', '161107.769000', '161107.772000', '161107.774000', '161107.777000', '161107.780000', '161107.782000', '161107.785000', '161107.787000', '161107.790000', '161107.792000', '161107.795000', '161107.798000', '161107.801000', '161127.690000', '161127.693000', '161127.696000', '161127.699000', '161127.702000', '161127.704000', '161127.708000', '161127.713000', '161127.715000', '161127.718000', '161127.721000', '161127.723000', '161127.726000', '161127.729000', '161127.731000', '161127.734000', '161127.737000', '161127.739000', '161127.742000', '161127.745000', '161127.747000', '161127.750000', '161127.752000', '161127.755000', '161127.758000', '161127.760000', '161127.763000', '161127.766000', '161127.769000', '161127.771000', '161127.774000', '161127.777000', '161127.779000', '161127.782000', '161127.784000', '161127.787000', '161127.790000', '161127.792000', '161127.795000', '161127.798000', '161127.835000', '161127.838000', '161127.841000', '161127.843000', '161147.691000', '161147.694000', '161147.697000', '161147.700000', '161147.702000', '161147.705000', '161147.707000', '161147.710000', '161147.713000', '161147.715000', '161147.718000', '161147.721000', '161147.723000', '161147.726000', '161147.728000', '161147.731000', '161147.734000', '161147.736000', '161147.739000', '161147.741000', '161147.744000', '161147.747000', '161147.749000', '161147.752000', '161147.755000', '161147.757000', '161147.760000', '161147.762000', '161147.765000', '161147.768000', '161147.770000', '161147.773000', '161147.775000', '161147.778000', '161147.780000', '161147.783000', '161147.786000', '161147.788000', '161147.791000', '161147.794000', '161147.796000', '161147.799000', '161147.801000', '161207.692000', '161207.695000', '161207.697000', '161207.700000', '161207.702000', '161207.705000', '161207.708000', '161207.710000', '161207.713000', '161207.715000', '161207.718000', '161207.721000', '161207.723000', '161207.726000', '161207.729000', '161207.731000', '161207.734000', '161207.736000', '161207.739000', '161207.741000', '161207.744000', '161207.747000', '161207.749000', '161207.752000', '161207.754000', '161207.757000', '161207.760000', '161207.762000', '161207.765000', '161207.767000', '161207.770000', '161207.773000', '161207.775000', '161207.778000', '161207.780000', '161207.783000', '161207.786000', '161207.788000', '161207.791000', '161207.794000', '161207.796000', '161207.799000', '161207.802000', '161207.804000', '161227.691000', '161227.694000', '161227.697000', '161227.700000', '161227.702000', '161227.705000', '161227.707000', '161227.710000', '161227.713000', '161227.715000', '161227.718000', '161227.720000', '161227.723000', '161227.726000', '161227.728000', '161227.731000', '161227.734000', '161227.736000', '161227.739000', '161227.742000', '161227.744000', '161227.747000', '161227.750000', '161227.752000', '161227.755000', '161227.757000', '161227.760000', '161227.762000', '161227.765000', '161227.768000', '161227.770000', '161227.773000', '161227.775000', '161227.778000', '161227.781000', '161227.783000', '161227.786000', '161227.788000', '161227.791000', '161227.794000', '161227.796000', '161227.799000', '161227.802000', '161247.690000', '161247.693000', '161247.696000', '161247.698000', '161247.701000', '161247.704000', '161247.706000', '161247.709000', '161247.712000', '161247.714000', '161247.717000', '161247.719000', '161247.722000', '161247.725000', '161247.727000', '161247.730000', '161247.732000', '161247.735000', '161247.738000', '161247.740000', '161247.743000', '161247.745000', '161247.750000', '161247.753000', '161247.755000', '161247.758000', '161247.761000', '161247.763000', '161247.766000', '161247.769000', '161247.771000', '161247.774000', '161247.776000', '161247.779000', '161247.781000', '161247.784000', '161247.787000', '161247.789000', '161247.792000', '161247.794000', '161247.797000', '161247.800000', '161247.803000', '161247.805000', '161307.691000', '161307.693000', '161307.696000', '161307.699000', '161307.701000', '161307.704000', '161307.707000', '161307.709000', '161307.712000', '161307.715000', '161307.717000', '161307.720000', '161307.723000', '161307.725000', '161307.728000', '161307.730000', '161307.733000', '161307.736000', '161307.738000', '161307.741000', '161307.743000', '161307.759000', '161307.762000', '161307.764000', '161307.767000', '161307.769000', '161307.772000', '161307.775000', '161307.777000', '161307.780000', '161307.782000', '161307.785000', '161307.787000', '161307.790000', '161307.793000', '161307.795000', '161307.798000', '161307.801000', '161307.803000', '161307.806000', '161307.808000', '161307.811000', '161307.814000', '161327.691000', '161327.693000', '161327.696000', '161327.699000', '161327.701000', '161327.704000', '161327.707000', '161327.709000', '161327.712000', '161327.715000', '161327.717000', '161327.720000', '161327.722000', '161327.725000', '161327.728000', '161327.730000', '161327.733000', '161327.735000', '161327.738000', '161327.741000', '161327.743000', '161327.746000', '161327.749000', '161327.751000', '161327.754000', '161327.756000', '161327.759000', '161327.762000', '161327.764000', '161327.767000', '161327.769000', '161327.772000', '161327.775000', '161327.778000', '161327.781000', '161327.784000', '161327.786000', '161327.789000', '161327.792000', '161327.794000', '161327.797000', '161327.800000', '161327.802000', '161347.691000', '161347.693000', '161347.696000', '161347.699000', '161347.701000', '161347.704000', '161347.707000', '161347.709000', '161347.712000', '161347.714000', '161347.717000', '161347.720000', '161347.722000', '161347.725000', '161347.727000', '161347.730000', '161347.732000', '161347.735000', '161347.738000', '161347.740000', '161347.743000', '161347.746000', '161347.748000', '161347.751000', '161347.754000', '161347.756000', '161347.759000', '161347.761000', '161347.764000', '161347.767000', '161347.769000', '161347.772000', '161347.774000', '161347.777000', '161347.780000', '161347.782000', '161347.785000', '161347.787000', '161347.790000', '161347.793000', '161347.795000', '161347.798000', '161347.801000', '161347.803000', '161407.692000', '161407.695000', '161407.697000', '161407.700000', '161407.703000', '161407.705000', '161407.708000', '161407.710000', '161407.713000', '161407.716000', '161407.718000', '161407.721000', '161407.724000', '161407.727000', '161407.730000', '161407.733000', '161407.736000', '161407.738000', '161407.741000', '161407.744000', '161407.746000', '161407.749000', '161407.751000', '161407.754000', '161407.756000', '161407.759000', '161407.762000', '161407.764000', '161407.767000', '161407.769000', '161407.772000', '161407.775000', '161407.777000', '161407.780000', '161407.783000', '161407.785000', '161407.789000', '161407.791000', '161407.794000', '161407.797000', '161407.800000', '161407.802000', '161407.805000', '161427.691000', '161427.694000', '161427.697000', '161427.700000', '161427.702000', '161427.705000', '161427.707000', '161427.710000', '161427.712000', '161427.715000', '161427.718000', '161427.720000', '161427.723000', '161427.725000', '161427.728000', '161427.731000', '161427.733000', '161427.736000', '161427.738000', '161427.741000', '161427.744000', '161427.746000', '161427.749000', '161427.751000', '161427.754000', '161427.757000', '161427.759000', '161427.762000', '161427.765000', '161427.767000', '161427.770000', '161427.772000', '161427.775000', '161427.778000', '161427.780000', '161427.783000', '161427.786000', '161427.788000', '161427.791000', '161427.793000', '161427.796000', '161427.799000', '161427.801000', '161427.804000', '161447.691000', '161447.694000', '161447.697000', '161447.711000', '161447.713000', '161447.716000', '161447.719000', '161447.721000', '161447.724000', '161447.726000', '161447.729000', '161447.732000', '161447.735000', '161447.738000', '161447.741000', '161447.744000', '161447.746000', '161447.749000', '161447.752000', '161447.754000', '161447.757000', '161447.760000', '161447.762000', '161447.765000', '161447.767000', '161447.770000', '161447.773000', '161447.775000', '161447.778000', '161447.781000', '161447.783000', '161447.786000', '161447.789000', '161447.791000', '161447.794000', '161447.796000', '161447.799000', '161447.802000', '161447.804000', '161447.807000', '161447.810000', '161447.812000', '161447.815000', '161507.691000', '161507.694000', '161507.696000', '161507.699000', '161507.702000', '161507.704000', '161507.707000', '161507.709000', '161507.712000', '161507.715000', '161507.717000', '161507.720000', '161507.722000', '161507.725000', '161507.727000', '161507.730000', '161507.733000', '161507.735000', '161507.738000', '161507.741000', '161507.743000', '161507.748000', '161507.750000', '161507.753000', '161507.756000', '161507.758000', '161507.761000', '161507.763000', '161507.766000', '161507.769000', '161507.771000', '161507.774000', '161507.776000', '161507.779000', '161507.782000', '161507.784000', '161507.787000', '161507.789000', '161507.792000', '161507.795000', '161507.797000', '161507.800000', '161507.802000', '161507.805000', '161527.691000', '161527.694000', '161527.696000', '161527.699000', '161527.702000', '161527.704000', '161527.707000', '161527.710000', '161527.712000', '161527.715000', '161527.717000', '161527.720000', '161527.723000', '161527.725000', '161527.728000', '161527.731000', '161527.733000', '161527.736000', '161527.739000', '161527.741000', '161527.744000', '161527.746000', '161527.749000', '161527.751000', '161527.754000', '161527.757000', '161527.760000', '161527.763000', '161527.766000', '161527.769000', '161527.771000', '161527.774000', '161527.777000', '161527.779000', '161527.782000', '161527.784000', '161527.787000', '161527.789000', '161527.792000', '161527.795000', '161527.798000', '161527.800000', '161527.803000', '161547.690000', '161547.693000', '161547.696000', '161547.699000', '161547.701000', '161547.704000', '161547.706000', '161547.709000', '161547.711000', '161547.714000', '161547.717000', '161547.719000', '161547.722000', '161547.724000', '161547.727000', '161547.730000', '161547.732000', '161547.735000', '161547.737000', '161547.740000', '161547.743000', '161547.745000', '161547.748000', '161547.750000', '161547.753000', '161547.755000', '161547.758000', '161547.761000', '161547.763000', '161547.766000', '161547.768000', '161547.771000', '161547.781000', '161547.783000', '161547.786000', '161547.788000', '161547.791000', '161547.794000', '161547.796000', '161547.799000', '161547.802000', '161547.805000', '161547.807000', '161547.810000', '161607.691000', '161607.694000', '161607.696000', '161607.699000', '161607.701000', '161607.704000', '161607.707000', '161607.709000', '161607.712000', '161607.714000', '161607.717000', '161607.720000', '161607.722000', '161607.737000', '161607.739000', '161607.742000', '161607.744000', '161607.747000', '161607.750000', '161607.752000', '161607.755000', '161607.757000', '161607.760000', '161607.763000', '161607.765000', '161607.768000', '161607.770000', '161607.773000', '161607.776000', '161607.778000', '161607.781000', '161607.784000', '161607.786000', '161607.789000', '161607.792000', '161607.795000', '161607.798000', '161607.801000', '161607.803000', '161607.806000', '161607.809000', '161607.811000', '161607.814000', '161627.691000', '161627.694000', '161627.700000', '161627.703000', '161627.706000', '161627.708000', '161627.711000', '161627.713000', '161627.716000', '161627.718000', '161627.721000', '161627.724000', '161627.726000', '161627.729000', '161627.731000', '161627.734000', '161627.737000', '161627.739000', '161627.742000', '161627.744000', '161627.747000', '161627.750000', '161627.752000', '161627.755000', '161627.757000', '161627.760000', '161627.763000', '161627.765000', '161627.768000', '161627.770000', '161627.773000', '161627.776000', '161627.778000', '161627.781000', '161627.783000', '161627.786000', '161627.788000', '161627.791000', '161627.794000', '161627.796000', '161627.799000', '161627.802000', '161627.804000', '161627.807000', '161647.692000', '161647.695000', '161647.697000', '161647.700000', '161647.702000', '161647.705000', '161647.708000', '161647.710000', '161647.713000', '161647.716000', '161647.718000', '161647.721000', '161647.723000', '161647.726000', '161647.729000', '161647.731000', '161647.734000', '161647.737000', '161647.739000', '161647.742000', '161647.744000', '161647.747000', '161647.749000', '161647.752000', '161647.755000', '161647.757000', '161647.760000', '161647.763000', '161647.765000', '161647.768000', '161647.771000', '161647.773000', '161647.776000', '161647.778000', '161647.781000', '161647.784000', '161647.786000', '161647.789000', '161647.791000', '161647.794000', '161647.797000', '161647.800000', '161647.802000', '161707.692000', '161707.695000', '161707.697000', '161707.700000', '161707.702000', '161707.705000', '161707.708000', '161707.710000', '161707.713000', '161707.715000', '161707.718000', '161707.721000', '161707.723000', '161707.733000', '161707.735000', '161707.738000', '161707.740000', '161707.743000', '161707.746000', '161707.749000', '161707.751000', '161707.754000', '161707.757000', '161707.759000', '161707.762000', '161707.765000', '161707.767000', '161707.770000', '161707.773000', '161707.775000', '161707.778000', '161707.781000', '161707.783000', '161707.786000', '161707.789000', '161707.791000', '161707.794000', '161707.796000', '161707.799000', '161707.802000', '161707.804000', '161707.807000', '161707.810000', '161707.812000', '161727.691000', '161727.694000', '161727.696000', '161727.699000', '161727.702000', '161727.704000', '161727.707000', '161727.709000', '161727.712000', '161727.715000', '161727.730000', '161727.732000', '161727.735000', '161727.738000', '161727.740000', '161727.743000', '161727.745000', '161727.748000', '161727.751000', '161727.753000', '161727.756000', '161727.758000', '161727.761000', '161727.764000', '161727.766000', '161727.769000', '161727.772000', '161727.774000', '161727.777000', '161727.780000', '161727.782000', '161727.785000', '161727.788000', '161727.790000', '161727.793000', '161727.795000', '161727.798000', '161727.801000', '161727.804000', '161727.806000', '161727.809000', '161727.811000', '161727.814000', '161747.691000', '161747.693000', '161747.696000', '161747.699000', '161747.701000', '161747.704000', '161747.706000', '161747.709000', '161747.712000', '161747.714000', '161747.717000', '161747.719000', '161747.722000', '161747.725000', '161747.727000', '161747.730000', '161747.733000', '161747.735000', '161747.738000', '161747.740000', '161747.743000', '161747.745000', '161747.748000', '161747.751000', '161747.753000', '161747.756000', '161747.759000', '161747.761000', '161747.764000', '161747.766000', '161747.769000', '161747.772000', '161747.774000', '161747.777000', '161747.779000', '161747.782000', '161747.784000', '161747.787000', '161747.790000', '161747.792000', '161747.795000', '161747.798000', '161747.800000', '161747.803000', '161807.691000', '161807.694000', '161807.696000', '161807.699000', '161807.701000', '161807.704000', '161807.707000', '161807.709000', '161807.712000', '161807.715000', '161807.717000', '161807.720000', '161807.722000', '161807.725000', '161807.728000', '161807.730000', '161807.733000', '161807.735000', '161807.738000', '161807.741000', '161807.743000', '161807.746000', '161807.749000', '161807.751000', '161807.754000', '161807.756000', '161807.759000', '161807.762000', '161807.764000', '161807.767000', '161807.769000', '161807.772000', '161807.775000', '161807.777000', '161807.780000', '161807.782000', '161807.785000', '161807.788000', '161807.790000', '161807.793000', '161807.796000', '161807.798000', '161807.801000', '161827.690000', '161827.693000', '161827.696000', '161827.699000', '161827.701000', '161827.704000', '161827.706000', '161827.709000', '161827.712000', '161827.714000', '161827.717000', '161827.720000', '161827.722000', '161827.725000', '161827.727000', '161827.730000', '161827.733000', '161827.735000', '161827.738000', '161827.740000', '161827.743000', '161827.746000', '161827.748000', '161827.751000', '161827.754000', '161827.756000', '161827.759000', '161827.761000', '161827.764000', '161827.767000', '161827.769000', '161827.772000', '161827.774000', '161827.777000', '161827.779000', '161827.782000', '161827.785000', '161827.787000', '161827.790000', '161827.792000', '161827.795000', '161827.798000', '161827.800000', '161827.803000', '161847.692000', '161847.695000', '161847.697000', '161847.700000', '161847.702000', '161847.705000', '161847.716000', '161847.719000', '161847.722000', '161847.724000', '161847.727000', '161847.729000', '161847.732000', '161847.735000', '161847.737000', '161847.740000', '161847.743000', '161847.745000', '161847.748000', '161847.750000', '161847.753000', '161847.756000', '161847.758000', '161847.761000', '161847.764000', '161847.766000', '161847.769000', '161847.771000', '161847.774000', '161847.777000', '161847.779000', '161847.782000', '161847.785000', '161847.787000', '161847.790000', '161847.792000', '161847.795000', '161847.798000', '161847.800000', '161847.803000', '161847.806000', '161847.808000', '161847.811000', '161907.692000', '161907.695000', '161907.697000', '161907.700000', '161907.703000', '161907.705000', '161907.710000', '161907.713000', '161907.715000', '161907.718000', '161907.720000', '161907.723000', '161907.726000', '161907.728000', '161907.731000', '161907.733000', '161907.736000', '161907.739000', '161907.741000', '161907.744000', '161907.746000', '161907.749000', '161907.752000', '161907.754000', '161907.757000', '161907.760000', '161907.762000', '161907.765000', '161907.768000', '161907.770000', '161907.773000', '161907.776000', '161907.778000', '161907.781000', '161907.784000', '161907.786000', '161907.789000', '161907.792000', '161907.794000', '161907.797000', '161907.800000', '161907.802000', '161907.805000', '161907.807000', '161918.696000', '161918.699000', '161918.702000', '161918.704000', '161918.707000', '161918.710000', '161918.713000', '161918.716000', '161918.719000', '161918.721000', '161918.724000', '161918.727000', '161918.730000', '161918.732000', '161918.735000', '161918.738000', '161918.744000', '161918.749000', '161918.753000', '161918.756000', '161918.759000', '161918.761000', '161918.764000', '161918.767000'], 'InstanceCreationTime': ['160947.720000', '160947.724000', '160947.726000', '160947.729000', '160947.731000', '160947.734000', '160947.737000', '160947.739000', '160947.742000', '160947.744000', '160947.747000', '160947.750000', '160947.752000', '160947.783000', '160947.786000', '160947.789000', '160947.791000', '160947.794000', '160947.796000', '160947.799000', '160947.802000', '160947.804000', '160947.807000', '160947.809000', '160947.812000', '160947.814000', '161007.691000', '161007.694000', '161007.697000', '161007.700000', '161007.702000', '161007.705000', '161007.707000', '161007.710000', '161007.713000', '161007.715000', '161007.718000', '161007.720000', '161007.723000', '161007.725000', '161007.728000', '161007.731000', '161007.733000', '161007.736000', '161007.738000', '161007.741000', '161007.744000', '161007.746000', '161007.749000', '161007.751000', '161007.754000', '161007.756000', '161007.759000', '161007.761000', '161007.764000', '161007.767000', '161007.769000', '161007.772000', '161007.774000', '161007.777000', '161007.780000', '161007.782000', '161007.785000', '161007.787000', '161007.797000', '161007.800000', '161007.802000', '161007.805000', '161007.808000', '161007.810000', '161027.691000', '161027.695000', '161027.698000', '161027.700000', '161027.703000', '161027.706000', '161027.708000', '161027.711000', '161027.714000', '161027.716000', '161027.719000', '161027.721000', '161027.724000', '161027.726000', '161027.729000', '161027.732000', '161027.734000', '161027.737000', '161027.739000', '161027.742000', '161027.745000', '161027.747000', '161027.750000', '161027.752000', '161027.755000', '161027.758000', '161027.760000', '161027.763000', '161027.766000', '161027.768000', '161027.771000', '161027.773000', '161027.776000', '161027.779000', '161027.781000', '161027.793000', '161027.795000', '161027.798000', '161027.800000', '161027.803000', '161027.806000', '161027.808000', '161027.811000', '161047.690000', '161047.693000', '161047.696000', '161047.699000', '161047.701000', '161047.704000', '161047.706000', '161047.709000', '161047.712000', '161047.714000', '161047.717000', '161047.719000', '161047.722000', '161047.725000', '161047.727000', '161047.730000', '161047.732000', '161047.735000', '161047.738000', '161047.740000', '161047.743000', '161047.745000', '161047.748000', '161047.751000', '161047.753000', '161047.756000', '161047.758000', '161047.761000', '161047.764000', '161047.766000', '161047.769000', '161047.771000', '161047.774000', '161047.777000', '161047.779000', '161047.782000', '161047.784000', '161047.787000', '161047.790000', '161047.792000', '161047.795000', '161047.797000', '161047.800000', '161047.803000', '161107.691000', '161107.693000', '161107.696000', '161107.699000', '161107.701000', '161107.704000', '161107.707000', '161107.709000', '161107.712000', '161107.714000', '161107.717000', '161107.719000', '161107.722000', '161107.725000', '161107.727000', '161107.730000', '161107.733000', '161107.735000', '161107.738000', '161107.741000', '161107.743000', '161107.746000', '161107.748000', '161107.751000', '161107.753000', '161107.756000', '161107.759000', '161107.761000', '161107.764000', '161107.767000', '161107.769000', '161107.772000', '161107.774000', '161107.777000', '161107.780000', '161107.782000', '161107.785000', '161107.787000', '161107.790000', '161107.792000', '161107.795000', '161107.798000', '161107.801000', '161127.690000', '161127.693000', '161127.696000', '161127.699000', '161127.702000', '161127.704000', '161127.708000', '161127.713000', '161127.715000', '161127.718000', '161127.721000', '161127.723000', '161127.726000', '161127.729000', '161127.731000', '161127.734000', '161127.737000', '161127.739000', '161127.742000', '161127.745000', '161127.747000', '161127.750000', '161127.752000', '161127.755000', '161127.758000', '161127.760000', '161127.763000', '161127.766000', '161127.769000', '161127.771000', '161127.774000', '161127.777000', '161127.779000', '161127.782000', '161127.784000', '161127.787000', '161127.790000', '161127.792000', '161127.795000', '161127.798000', '161127.835000', '161127.838000', '161127.841000', '161127.843000', '161147.691000', '161147.694000', '161147.697000', '161147.700000', '161147.702000', '161147.705000', '161147.707000', '161147.710000', '161147.713000', '161147.715000', '161147.718000', '161147.721000', '161147.723000', '161147.726000', '161147.728000', '161147.731000', '161147.734000', '161147.736000', '161147.739000', '161147.741000', '161147.744000', '161147.747000', '161147.749000', '161147.752000', '161147.755000', '161147.757000', '161147.760000', '161147.762000', '161147.765000', '161147.768000', '161147.770000', '161147.773000', '161147.775000', '161147.778000', '161147.780000', '161147.783000', '161147.786000', '161147.788000', '161147.791000', '161147.794000', '161147.796000', '161147.799000', '161147.801000', '161207.692000', '161207.695000', '161207.697000', '161207.700000', '161207.702000', '161207.705000', '161207.708000', '161207.710000', '161207.713000', '161207.715000', '161207.718000', '161207.721000', '161207.723000', '161207.726000', '161207.729000', '161207.731000', '161207.734000', '161207.736000', '161207.739000', '161207.741000', '161207.744000', '161207.747000', '161207.749000', '161207.752000', '161207.754000', '161207.757000', '161207.760000', '161207.762000', '161207.765000', '161207.767000', '161207.770000', '161207.773000', '161207.775000', '161207.778000', '161207.780000', '161207.783000', '161207.786000', '161207.788000', '161207.791000', '161207.794000', '161207.796000', '161207.799000', '161207.802000', '161207.804000', '161227.691000', '161227.694000', '161227.697000', '161227.700000', '161227.702000', '161227.705000', '161227.707000', '161227.710000', '161227.713000', '161227.715000', '161227.718000', '161227.720000', '161227.723000', '161227.726000', '161227.728000', '161227.731000', '161227.734000', '161227.736000', '161227.739000', '161227.742000', '161227.744000', '161227.747000', '161227.750000', '161227.752000', '161227.755000', '161227.757000', '161227.760000', '161227.762000', '161227.765000', '161227.768000', '161227.770000', '161227.773000', '161227.775000', '161227.778000', '161227.781000', '161227.783000', '161227.786000', '161227.788000', '161227.791000', '161227.794000', '161227.796000', '161227.799000', '161227.802000', '161247.690000', '161247.693000', '161247.696000', '161247.698000', '161247.701000', '161247.704000', '161247.706000', '161247.709000', '161247.712000', '161247.714000', '161247.717000', '161247.719000', '161247.722000', '161247.725000', '161247.727000', '161247.730000', '161247.732000', '161247.735000', '161247.738000', '161247.740000', '161247.743000', '161247.745000', '161247.750000', '161247.753000', '161247.755000', '161247.758000', '161247.761000', '161247.763000', '161247.766000', '161247.769000', '161247.771000', '161247.774000', '161247.776000', '161247.779000', '161247.781000', '161247.784000', '161247.787000', '161247.789000', '161247.792000', '161247.794000', '161247.797000', '161247.800000', '161247.803000', '161247.805000', '161307.691000', '161307.693000', '161307.696000', '161307.699000', '161307.701000', '161307.704000', '161307.707000', '161307.709000', '161307.712000', '161307.715000', '161307.717000', '161307.720000', '161307.723000', '161307.725000', '161307.728000', '161307.730000', '161307.733000', '161307.736000', '161307.738000', '161307.741000', '161307.743000', '161307.759000', '161307.762000', '161307.764000', '161307.767000', '161307.769000', '161307.772000', '161307.775000', '161307.777000', '161307.780000', '161307.782000', '161307.785000', '161307.787000', '161307.790000', '161307.793000', '161307.795000', '161307.798000', '161307.801000', '161307.803000', '161307.806000', '161307.808000', '161307.811000', '161307.814000', '161327.691000', '161327.693000', '161327.696000', '161327.699000', '161327.701000', '161327.704000', '161327.707000', '161327.709000', '161327.712000', '161327.715000', '161327.717000', '161327.720000', '161327.722000', '161327.725000', '161327.728000', '161327.730000', '161327.733000', '161327.735000', '161327.738000', '161327.741000', '161327.743000', '161327.746000', '161327.749000', '161327.751000', '161327.754000', '161327.756000', '161327.759000', '161327.762000', '161327.764000', '161327.767000', '161327.769000', '161327.772000', '161327.775000', '161327.778000', '161327.781000', '161327.784000', '161327.786000', '161327.789000', '161327.792000', '161327.794000', '161327.797000', '161327.800000', '161327.802000', '161347.691000', '161347.693000', '161347.696000', '161347.699000', '161347.701000', '161347.704000', '161347.707000', '161347.709000', '161347.712000', '161347.714000', '161347.717000', '161347.720000', '161347.722000', '161347.725000', '161347.727000', '161347.730000', '161347.732000', '161347.735000', '161347.738000', '161347.740000', '161347.743000', '161347.746000', '161347.748000', '161347.751000', '161347.754000', '161347.756000', '161347.759000', '161347.761000', '161347.764000', '161347.767000', '161347.769000', '161347.772000', '161347.774000', '161347.777000', '161347.780000', '161347.782000', '161347.785000', '161347.787000', '161347.790000', '161347.793000', '161347.795000', '161347.798000', '161347.801000', '161347.803000', '161407.692000', '161407.695000', '161407.697000', '161407.700000', '161407.703000', '161407.705000', '161407.708000', '161407.710000', '161407.713000', '161407.716000', '161407.718000', '161407.721000', '161407.724000', '161407.727000', '161407.730000', '161407.733000', '161407.736000', '161407.738000', '161407.741000', '161407.744000', '161407.746000', '161407.749000', '161407.751000', '161407.754000', '161407.756000', '161407.759000', '161407.762000', '161407.764000', '161407.767000', '161407.769000', '161407.772000', '161407.775000', '161407.777000', '161407.780000', '161407.783000', '161407.785000', '161407.789000', '161407.791000', '161407.794000', '161407.797000', '161407.800000', '161407.802000', '161407.805000', '161427.691000', '161427.694000', '161427.697000', '161427.700000', '161427.702000', '161427.705000', '161427.707000', '161427.710000', '161427.712000', '161427.715000', '161427.718000', '161427.720000', '161427.723000', '161427.725000', '161427.728000', '161427.731000', '161427.733000', '161427.736000', '161427.738000', '161427.741000', '161427.744000', '161427.746000', '161427.749000', '161427.751000', '161427.754000', '161427.757000', '161427.759000', '161427.762000', '161427.765000', '161427.767000', '161427.770000', '161427.772000', '161427.775000', '161427.778000', '161427.780000', '161427.783000', '161427.786000', '161427.788000', '161427.791000', '161427.793000', '161427.796000', '161427.799000', '161427.801000', '161427.804000', '161447.691000', '161447.694000', '161447.697000', '161447.711000', '161447.713000', '161447.716000', '161447.719000', '161447.721000', '161447.724000', '161447.726000', '161447.729000', '161447.732000', '161447.735000', '161447.738000', '161447.741000', '161447.744000', '161447.746000', '161447.749000', '161447.752000', '161447.754000', '161447.757000', '161447.760000', '161447.762000', '161447.765000', '161447.767000', '161447.770000', '161447.773000', '161447.775000', '161447.778000', '161447.781000', '161447.783000', '161447.786000', '161447.789000', '161447.791000', '161447.794000', '161447.796000', '161447.799000', '161447.802000', '161447.804000', '161447.807000', '161447.810000', '161447.812000', '161447.815000', '161507.691000', '161507.694000', '161507.696000', '161507.699000', '161507.702000', '161507.704000', '161507.707000', '161507.709000', '161507.712000', '161507.715000', '161507.717000', '161507.720000', '161507.722000', '161507.725000', '161507.727000', '161507.730000', '161507.733000', '161507.735000', '161507.738000', '161507.741000', '161507.743000', '161507.748000', '161507.750000', '161507.753000', '161507.756000', '161507.758000', '161507.761000', '161507.763000', '161507.766000', '161507.769000', '161507.771000', '161507.774000', '161507.776000', '161507.779000', '161507.782000', '161507.784000', '161507.787000', '161507.789000', '161507.792000', '161507.795000', '161507.797000', '161507.800000', '161507.802000', '161507.805000', '161527.691000', '161527.694000', '161527.696000', '161527.699000', '161527.702000', '161527.704000', '161527.707000', '161527.710000', '161527.712000', '161527.715000', '161527.717000', '161527.720000', '161527.723000', '161527.725000', '161527.728000', '161527.731000', '161527.733000', '161527.736000', '161527.739000', '161527.741000', '161527.744000', '161527.746000', '161527.749000', '161527.751000', '161527.754000', '161527.757000', '161527.760000', '161527.763000', '161527.766000', '161527.769000', '161527.771000', '161527.774000', '161527.777000', '161527.779000', '161527.782000', '161527.784000', '161527.787000', '161527.789000', '161527.792000', '161527.795000', '161527.798000', '161527.800000', '161527.803000', '161547.690000', '161547.693000', '161547.696000', '161547.699000', '161547.701000', '161547.704000', '161547.706000', '161547.709000', '161547.711000', '161547.714000', '161547.717000', '161547.719000', '161547.722000', '161547.724000', '161547.727000', '161547.730000', '161547.732000', '161547.735000', '161547.737000', '161547.740000', '161547.743000', '161547.745000', '161547.748000', '161547.750000', '161547.753000', '161547.755000', '161547.758000', '161547.761000', '161547.763000', '161547.766000', '161547.768000', '161547.771000', '161547.781000', '161547.783000', '161547.786000', '161547.788000', '161547.791000', '161547.794000', '161547.796000', '161547.799000', '161547.802000', '161547.805000', '161547.807000', '161547.810000', '161607.691000', '161607.694000', '161607.696000', '161607.699000', '161607.701000', '161607.704000', '161607.707000', '161607.709000', '161607.712000', '161607.714000', '161607.717000', '161607.720000', '161607.722000', '161607.737000', '161607.739000', '161607.742000', '161607.744000', '161607.747000', '161607.750000', '161607.752000', '161607.755000', '161607.757000', '161607.760000', '161607.763000', '161607.765000', '161607.768000', '161607.770000', '161607.773000', '161607.776000', '161607.778000', '161607.781000', '161607.784000', '161607.786000', '161607.789000', '161607.792000', '161607.795000', '161607.798000', '161607.801000', '161607.803000', '161607.806000', '161607.809000', '161607.811000', '161607.814000', '161627.691000', '161627.694000', '161627.700000', '161627.703000', '161627.706000', '161627.708000', '161627.711000', '161627.713000', '161627.716000', '161627.718000', '161627.721000', '161627.724000', '161627.726000', '161627.729000', '161627.731000', '161627.734000', '161627.737000', '161627.739000', '161627.742000', '161627.744000', '161627.747000', '161627.750000', '161627.752000', '161627.755000', '161627.757000', '161627.760000', '161627.763000', '161627.765000', '161627.768000', '161627.770000', '161627.773000', '161627.776000', '161627.778000', '161627.781000', '161627.783000', '161627.786000', '161627.788000', '161627.791000', '161627.794000', '161627.796000', '161627.799000', '161627.802000', '161627.804000', '161627.807000', '161647.692000', '161647.695000', '161647.697000', '161647.700000', '161647.702000', '161647.705000', '161647.708000', '161647.710000', '161647.713000', '161647.716000', '161647.718000', '161647.721000', '161647.723000', '161647.726000', '161647.729000', '161647.731000', '161647.734000', '161647.737000', '161647.739000', '161647.742000', '161647.744000', '161647.747000', '161647.749000', '161647.752000', '161647.755000', '161647.757000', '161647.760000', '161647.763000', '161647.765000', '161647.768000', '161647.771000', '161647.773000', '161647.776000', '161647.778000', '161647.781000', '161647.784000', '161647.786000', '161647.789000', '161647.791000', '161647.794000', '161647.797000', '161647.800000', '161647.802000', '161707.692000', '161707.695000', '161707.697000', '161707.700000', '161707.702000', '161707.705000', '161707.708000', '161707.710000', '161707.713000', '161707.715000', '161707.718000', '161707.721000', '161707.723000', '161707.733000', '161707.735000', '161707.738000', '161707.740000', '161707.743000', '161707.746000', '161707.749000', '161707.751000', '161707.754000', '161707.757000', '161707.759000', '161707.762000', '161707.765000', '161707.767000', '161707.770000', '161707.773000', '161707.775000', '161707.778000', '161707.781000', '161707.783000', '161707.786000', '161707.789000', '161707.791000', '161707.794000', '161707.796000', '161707.799000', '161707.802000', '161707.804000', '161707.807000', '161707.810000', '161707.812000', '161727.691000', '161727.694000', '161727.696000', '161727.699000', '161727.702000', '161727.704000', '161727.707000', '161727.709000', '161727.712000', '161727.715000', '161727.730000', '161727.732000', '161727.735000', '161727.738000', '161727.740000', '161727.743000', '161727.745000', '161727.748000', '161727.751000', '161727.753000', '161727.756000', '161727.758000', '161727.761000', '161727.764000', '161727.766000', '161727.769000', '161727.772000', '161727.774000', '161727.777000', '161727.780000', '161727.782000', '161727.785000', '161727.788000', '161727.790000', '161727.793000', '161727.795000', '161727.798000', '161727.801000', '161727.804000', '161727.806000', '161727.809000', '161727.811000', '161727.814000', '161747.691000', '161747.693000', '161747.696000', '161747.699000', '161747.701000', '161747.704000', '161747.706000', '161747.709000', '161747.712000', '161747.714000', '161747.717000', '161747.719000', '161747.722000', '161747.725000', '161747.727000', '161747.730000', '161747.733000', '161747.735000', '161747.738000', '161747.740000', '161747.743000', '161747.745000', '161747.748000', '161747.751000', '161747.753000', '161747.756000', '161747.759000', '161747.761000', '161747.764000', '161747.766000', '161747.769000', '161747.772000', '161747.774000', '161747.777000', '161747.779000', '161747.782000', '161747.784000', '161747.787000', '161747.790000', '161747.792000', '161747.795000', '161747.798000', '161747.800000', '161747.803000', '161807.691000', '161807.694000', '161807.696000', '161807.699000', '161807.701000', '161807.704000', '161807.707000', '161807.709000', '161807.712000', '161807.715000', '161807.717000', '161807.720000', '161807.722000', '161807.725000', '161807.728000', '161807.730000', '161807.733000', '161807.735000', '161807.738000', '161807.741000', '161807.743000', '161807.746000', '161807.749000', '161807.751000', '161807.754000', '161807.756000', '161807.759000', '161807.762000', '161807.764000', '161807.767000', '161807.769000', '161807.772000', '161807.775000', '161807.777000', '161807.780000', '161807.782000', '161807.785000', '161807.788000', '161807.790000', '161807.793000', '161807.796000', '161807.798000', '161807.801000', '161827.690000', '161827.693000', '161827.696000', '161827.699000', '161827.701000', '161827.704000', '161827.706000', '161827.709000', '161827.712000', '161827.714000', '161827.717000', '161827.720000', '161827.722000', '161827.725000', '161827.727000', '161827.730000', '161827.733000', '161827.735000', '161827.738000', '161827.740000', '161827.743000', '161827.746000', '161827.748000', '161827.751000', '161827.754000', '161827.756000', '161827.759000', '161827.761000', '161827.764000', '161827.767000', '161827.769000', '161827.772000', '161827.774000', '161827.777000', '161827.779000', '161827.782000', '161827.785000', '161827.787000', '161827.790000', '161827.792000', '161827.795000', '161827.798000', '161827.800000', '161827.803000', '161847.692000', '161847.695000', '161847.697000', '161847.700000', '161847.702000', '161847.705000', '161847.716000', '161847.719000', '161847.722000', '161847.724000', '161847.727000', '161847.729000', '161847.732000', '161847.735000', '161847.737000', '161847.740000', '161847.743000', '161847.745000', '161847.748000', '161847.750000', '161847.753000', '161847.756000', '161847.758000', '161847.761000', '161847.764000', '161847.766000', '161847.769000', '161847.771000', '161847.774000', '161847.777000', '161847.779000', '161847.782000', '161847.785000', '161847.787000', '161847.790000', '161847.792000', '161847.795000', '161847.798000', '161847.800000', '161847.803000', '161847.806000', '161847.808000', '161847.811000', '161907.692000', '161907.695000', '161907.697000', '161907.700000', '161907.703000', '161907.705000', '161907.710000', '161907.713000', '161907.715000', '161907.718000', '161907.720000', '161907.723000', '161907.726000', '161907.728000', '161907.731000', '161907.733000', '161907.736000', '161907.739000', '161907.741000', '161907.744000', '161907.746000', '161907.749000', '161907.752000', '161907.754000', '161907.757000', '161907.760000', '161907.762000', '161907.765000', '161907.768000', '161907.770000', '161907.773000', '161907.776000', '161907.778000', '161907.781000', '161907.784000', '161907.786000', '161907.789000', '161907.792000', '161907.794000', '161907.797000', '161907.800000', '161907.802000', '161907.805000', '161907.807000', '161918.696000', '161918.699000', '161918.702000', '161918.704000', '161918.707000', '161918.710000', '161918.713000', '161918.716000', '161918.719000', '161918.721000', '161918.724000', '161918.727000', '161918.730000', '161918.732000', '161918.735000', '161918.738000', '161918.744000', '161918.749000', '161918.753000', '161918.756000', '161918.759000', '161918.761000', '161918.764000', '161918.767000'], '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': [7236, 8555, 11227, 7562, 9249, 7474, 8334, 9970, 7706, 8907, 10452, 7155, 8783, 9205, 7780, 9049, 7330, 8645, 9177, 7021, 8539, 9866, 7054, 8684, 9416, 7904, 9459, 6868, 8582, 9624, 7426, 8741, 9173, 7205, 9070, 9217, 7932, 9329, 7070, 8815, 9569, 6725, 8880, 10014, 7410, 8949, 9264, 8622, 9733, 7854, 9071, 10467, 7355, 9115, 9753, 8549, 9818, 7809, 9197, 10309, 7224, 9075, 9729, 8284, 9711, 7188, 9372, 9552, 7423, 8881, 10928, 7743, 9106, 7857, 8349, 9765, 7743, 8376, 10255, 7384, 8898, 8137, 8550, 9640, 7276, 8876, 10022, 6834, 8612, 10693, 7255, 9030, 10778, 7774, 9471, 7295, 9170, 9771, 7745, 8825, 10010, 7615, 9281, 6625, 8871, 9658, 7280, 8775, 9937, 6745, 9058, 10900, 7718, 9451, 10522, 7889, 9552, 7300, 9032, 9873, 7823, 8988, 10330, 7279, 9172, 6905, 8837, 9691, 7722, 8673, 11068, 7751, 9384, 7713, 8879, 10874, 7416, 8787, 7342, 9506, 7824, 9377, 8260, 9300, 8302, 9113, 11386, 9759, 9288, 10861, 8970, 9310, 10527, 7250, 9852, 8987, 8916, 9957, 8126, 9416, 9942, 8149, 9616, 7515, 9495, 10016, 7283, 9602, 9899, 8678, 9746, 7919, 9740, 10626, 8608, 9861, 9179, 9166, 9726, 7256, 9615, 10259, 8883, 9903, 8662, 9660, 10494, 7950, 9573, 8944, 8950, 9583, 7707, 9258, 9200, 8564, 9657, 7816, 9465, 10510, 7684, 9374, 7917, 9219, 10072, 7417, 9054, 8452, 8447, 9278, 7781, 8968, 10032, 7438, 9148, 8399, 8635, 9536, 7642, 9175, 10021, 7664, 9369, 8877, 8836, 9726, 7674, 9513, 10923, 7970, 9606, 8566, 8947, 9717, 7688, 9332, 10387, 7816, 9358, 10823, 8438, 9607, 7464, 9582, 10448, 7243, 9203, 11466, 7820, 9582, 7583, 9305, 10002, 7095, 9149, 10443, 7820, 9527, 8114, 9531, 9873, 7799, 9071, 10125, 7926, 9301, 8228, 9045, 6699, 9482, 9010, 8512, 7550, 8693, 9014, 8644, 10630, 13562, 7727, 9318, 11378, 7198, 8633, 11054, 8242, 9360, 7192, 8899, 9533, 6554, 8676, 8700, 7865, 9045, 7121, 8596, 9779, 6856, 8485, 6408, 8447, 9139, 7198, 8956, 9778, 6938, 9229, 10829, 7954, 9438, 11508, 8335, 9891, 9012, 8777, 10406, 7426, 9537, 10660, 7109, 9349, 9052, 8551, 9564, 7815, 9303, 10355, 6815, 9183, 9606, 8270, 9358, 7342, 9088, 9570, 7308, 9417, 10587, 8394, 9457, 7969, 9267, 9811, 6962, 8989, 8166, 8774, 9426, 7273, 9074, 10673, 7890, 9405, 7269, 9242, 9808, 6997, 9027, 10557, 8006, 9152, 7075, 9318, 9829, 6743, 8874, 10360, 8005, 9330, 7184, 8847, 9488, 7208, 8607, 10031, 7731, 8828, 8168, 7768, 9000, 7093, 8543, 9532, 6641, 8032, 10258, 6979, 8443, 9781, 7208, 8577, 6915, 7873, 9433, 6639, 7847, 10175, 7184, 8342, 9123, 7951, 9501, 8419, 8944, 10246, 7842, 8919, 11068, 6791, 9035, 10709, 7725, 9110, 9719, 8014, 9629, 6934, 9016, 9503, 7298, 8505, 10070, 7262, 8118, 6953, 8382, 9451, 7394, 8323, 10054, 7172, 8560, 9413, 7532, 9319, 9341, 8185, 9584, 7440, 8660, 10119, 6562, 9014, 10476, 7677, 9071, 7775, 8672, 9753, 7185, 9069, 10241, 7465, 9063, 11101, 8063, 9247, 7232, 8946, 9577, 7351, 8820, 10023, 7639, 8863, 7426, 8685, 9552, 7129, 8642, 9762, 7696, 8925, 7522, 8622, 9167, 6842, 8495, 10738, 7328, 8920, 6691, 8375, 9199, 7230, 8289, 9345, 7110, 7923, 9499, 7180, 8208, 10293, 7589, 8255, 6988, 8011, 9746, 6521, 8312, 10477, 7033, 8567, 11066, 7961, 10271, 7104, 9261, 10322, 7167, 9016, 11269, 8164, 9884, 7458, 9622, 9910, 7474, 9374, 9030, 9056, 10603, 7655, 9540, 8786, 8371, 8501, 8668, 8532, 7957, 8027, 8797, 7405, 8495, 7467, 8873, 8161, 8667, 8122, 8376, 7239, 10455, 7684, 7962, 10932, 8111, 8220, 10347, 7240, 8670, 7959, 8306, 10661, 6965, 8588, 7507, 8303, 8148, 7234, 8515, 7496, 7941, 10394, 6986, 8751, 7061, 8127, 10544, 7264, 9280, 7445, 8367, 10888, 7221, 9103, 7441, 8017, 10563, 6798, 8629, 9267, 7601, 9314, 7598, 8433, 10255, 6897, 8712, 6880, 8188, 9776, 6735, 8501, 10509, 7510, 10277, 7369, 8576, 10470, 7015, 8729, 9727, 7786, 9563, 6690, 8300, 9633, 7498, 9233, 6903, 8012, 10356, 6861, 8704, 6896, 8240, 10178, 6943, 8657, 7595, 8419, 9678, 7731, 8674, 7662, 9592, 7763, 8929, 6708, 8818, 9315, 8078, 9223, 7923, 9137, 7901, 9839, 7929, 8973, 11000, 7807, 8798, 9540, 8270, 9812, 7835, 8618, 8013, 8064, 8296, 7205, 8126, 6805, 7808, 9220, 7499, 8513, 7033, 8069, 6677, 8598, 9108, 7499, 8917, 6985, 8276, 9791, 7374, 8022, 10631, 7467, 9509, 7375, 7880, 9897, 6970, 8021, 10499, 7319, 8510, 7670, 7482, 8779, 6768, 7529, 9657, 6936, 7767, 9877, 7391, 8376, 6539, 7355, 8939, 7625, 7328, 9965, 7007, 7963, 10110, 7233, 8320, 10739, 7433, 8587, 9426, 7411, 9149, 7342, 7283, 9831, 6453, 7901, 10031, 7306, 8041, 10976, 7119, 8252, 11265, 7468, 8620, 11015, 7691, 8966, 6220, 7274, 8868, 7778, 7613, 9269, 7332, 7703, 6475, 7322, 8272, 6978, 7491, 8882, 7341, 7294, 10116, 6468, 7733, 9999, 6974, 7821, 10350, 7318, 7967, 10652, 7483, 8537, 8886, 7461, 9504, 6569, 7738, 10304, 7455, 8757, 9468, 7661, 9594, 8296, 7887, 10473, 7822, 7866, 11027, 7325, 8836, 10961, 7611, 9214, 10749, 8161, 9801, 6866, 7896, 9745, 7064, 8233, 9999, 7538, 8507, 6539, 7345, 8289, 6487, 7168, 8806, 6699, 7329, 9453, 6323, 8079, 10240, 7231, 7720, 10660, 6776, 7646, 10247, 7160, 8618, 8445, 7477, 8888, 8492, 7618, 9611, 7213, 7452, 9556, 7067, 7962, 9819, 7417, 8317, 6832, 7410, 8976, 6371, 7709, 10025, 7479, 8404, 9966, 7689, 10223, 7038, 7773, 10516, 7144, 8336, 12039, 7603, 9878, 6422, 7585, 9471, 7211, 8057, 8903, 7757, 9047, 6890, 8509, 6955, 8229, 9119, 8281, 9996, 6989, 8855, 6720, 8436, 8611, 7686, 11636, 7545, 10355, 8282, 10133, 7185, 8968, 8062, 9847, 7828, 10528, 8026, 10221, 8224, 8811, 9916, 7433, 8820, 10554, 7601, 9235, 7257, 9027, 9824, 6842, 8585, 6575, 9257, 6195, 8095, 8543, 6785, 8408, 7636, 8272, 10308, 6744, 8633, 7210, 8095, 10027, 6683, 8805, 10473, 7047, 9528, 7006, 8137, 10333, 6892, 8269, 10773, 6986, 8712, 6883, 7897, 9813, 6489, 8069, 10850, 6775, 8498, 7987, 7814, 9280, 6426, 8503, 9765, 7039, 8763, 6946, 8226, 9657, 6478, 8644, 7972, 7792, 9123, 6771, 8667, 10743, 7344, 9574, 7087, 8652, 9812, 6572, 8545, 11273, 7027, 9309, 7144, 8387, 9507, 6742, 8181, 9952, 6829, 8266, 6751, 7549, 9025, 6448, 7488, 9421, 6837, 8348, 8588, 7086, 8717, 7893, 7435, 9163, 7549, 7687, 9769, 6441, 7685, 9196, 6361, 7770, 10136, 7305, 8436, 6419, 7489, 8659, 6658, 7251, 9141, 6758, 7317, 9109, 6943, 7966, 10394, 7049, 8942, 11178, 7144, 9138, 7876, 7226, 8727, 6715, 7864, 9464, 6937, 7744, 10163, 6577, 8004, 9815, 7074, 8211, 10693, 7174, 8734, 6861, 7144, 9072, 6927, 6865, 9584, 6714, 7871, 8125, 8340, 7983, 7713, 8444, 8719, 8374, 8470, 9159, 7881, 9020, 8741, 7322, 7474, 10260, 7393, 10991, 11992, 8036, 10476, 13694, 7773, 10776, 9483, 7766, 10505, 6827, 8216, 11116, 7510, 9311, 7381, 7966, 9892, 7071, 8259, 7284, 7944, 9842, 6954, 8426, 9623, 7692, 9279, 6981, 8213, 10559, 7113, 7983, 10554, 7134, 8477, 11155, 7304, 8963, 9518, 7693, 9045, 6487, 7273, 9977, 6941, 8182, 10111, 7176, 8863, 10233, 7378, 9302, 7755, 7371, 9297, 9977, 7336, 8870, 9234, 7433, 9033, 7494, 7192, 9820, 6883, 7641, 10343, 7249, 8112, 9282, 7437, 8410, 8954, 7547, 9193, 7983, 7481, 9352, 7044, 7640, 10566, 6740, 8569, 10517, 7396, 8578, 6417, 7273, 9536, 6676, 8231, 10832, 7607, 8728, 6286, 7461, 9877, 7438, 7790, 10997, 7170, 8670, 10557, 7380, 8751, 6239, 7582, 9966, 7263, 8269, 10563, 7347, 8799, 6855, 7480, 10575, 7258, 9207, 11662, 7326, 9127, 11104, 7848, 10285, 9216, 7665, 10417, 7313, 7584, 10443, 6950, 7659, 10809, 6978, 8877, 10730, 7464, 8412, 10741, 7998, 9217, 7336, 7695, 9685, 6513, 8386, 8464, 8218, 9607, 7940, 9200, 7472, 8217, 9776, 7746, 10503, 7796, 8787, 7375, 6843, 7405, 7586, 6963, 8621, 8198, 9323, 7841, 10113, 9124, 9567, 8397, 9221, 8314, 10630, 12911, 9274, 12587, 8983, 8751, 11518, 7982, 9135, 8654, 8710, 10907, 8354, 8861, 9575, 8852, 9352, 7742, 8786, 7330, 9128, 9377, 8350, 8871, 7705, 9083, 9540, 8116, 8695, 7496, 9256, 9340, 7997, 8827, 7362, 8889, 9460, 7355, 8353, 8205, 7715, 8741, 7180, 8136, 10241, 7264, 7954, 8742, 8139, 9153, 7012, 7710], 'WindowCenter': [3651.0, 3647.0, 3663.0, 3619.0, 3640.0, 3605.0, 3615.0, 3637.0, 3616.0, 3625.0, 3635.0, 3592.0, 3625.0, 3623.0, 3614.0, 3627.0, 3604.0, 3626.0, 3625.0, 3603.0, 3625.0, 3637.0, 3605.0, 3628.0, 3625.0, 3614.0, 3636.0, 3592.0, 3625.0, 3637.0, 3615.0, 3627.0, 3625.0, 3604.0, 3627.0, 3625.0, 3615.0, 3637.0, 3606.0, 3627.0, 3635.0, 3594.0, 3627.0, 3636.0, 3615.0, 3628.0, 3626.0, 3625.0, 3637.0, 3615.0, 3626.0, 3637.0, 3616.0, 3639.0, 3635.0, 3625.0, 3636.0, 3614.0, 3626.0, 3636.0, 3616.0, 3627.0, 3625.0, 3615.0, 3636.0, 3603.0, 3625.0, 3626.0, 3616.0, 3627.0, 3635.0, 3614.0, 3626.0, 3613.0, 3627.0, 3637.0, 3617.0, 3627.0, 3636.0, 3605.0, 3626.0, 3615.0, 3626.0, 3638.0, 3605.0, 3625.0, 3636.0, 3593.0, 3626.0, 3636.0, 3603.0, 3627.0, 3636.0, 3614.0, 3625.0, 3603.0, 3625.0, 3635.0, 3614.0, 3627.0, 3636.0, 3615.0, 3625.0, 3593.0, 3625.0, 3636.0, 3616.0, 3627.0, 3635.0, 3593.0, 3627.0, 3636.0, 3615.0, 3636.0, 3647.0, 3615.0, 3625.0, 3603.0, 3625.0, 3635.0, 3614.0, 3628.0, 3638.0, 3617.0, 3637.0, 3604.0, 3626.0, 3636.0, 3618.0, 3627.0, 3646.0, 3617.0, 3638.0, 3616.0, 3639.0, 3649.0, 3617.0, 3628.0, 3619.0, 3638.0, 3629.0, 3639.0, 3628.0, 3639.0, 3629.0, 3639.0, 3651.0, 3626.0, 3625.0, 3636.0, 3612.0, 3624.0, 3635.0, 3591.0, 3624.0, 3611.0, 3612.0, 3622.0, 3600.0, 3623.0, 3623.0, 3601.0, 3623.0, 3590.0, 3624.0, 3622.0, 3601.0, 3625.0, 3634.0, 3613.0, 3624.0, 3601.0, 3624.0, 3634.0, 3612.0, 3625.0, 3624.0, 3625.0, 3624.0, 3591.0, 3624.0, 3623.0, 3612.0, 3625.0, 3626.0, 3625.0, 3635.0, 3601.0, 3625.0, 3613.0, 3613.0, 3625.0, 3604.0, 3626.0, 3624.0, 3613.0, 3624.0, 3600.0, 3623.0, 3624.0, 3603.0, 3624.0, 3600.0, 3623.0, 3623.0, 3591.0, 3613.0, 3613.0, 3615.0, 3625.0, 3603.0, 3626.0, 3623.0, 3603.0, 3626.0, 3614.0, 3615.0, 3626.0, 3604.0, 3625.0, 3624.0, 3603.0, 3626.0, 3614.0, 3626.0, 3626.0, 3604.0, 3625.0, 3634.0, 3603.0, 3625.0, 3613.0, 3626.0, 3626.0, 3604.0, 3626.0, 3625.0, 3604.0, 3624.0, 3635.0, 3615.0, 3626.0, 3603.0, 3626.0, 3636.0, 3603.0, 3625.0, 3647.0, 3616.0, 3626.0, 3603.0, 3626.0, 3625.0, 3604.0, 3625.0, 3637.0, 3615.0, 3626.0, 3613.0, 3626.0, 3624.0, 3604.0, 3626.0, 3635.0, 3616.0, 3627.0, 3612.0, 3612.0, 3590.0, 3638.0, 3626.0, 3640.0, 3630.0, 3642.0, 3643.0, 3642.0, 3654.0, 3661.0, 3605.0, 3627.0, 3635.0, 3605.0, 3615.0, 3634.0, 3614.0, 3614.0, 3591.0, 3613.0, 3625.0, 3594.0, 3614.0, 3612.0, 3603.0, 3613.0, 3591.0, 3614.0, 3637.0, 3594.0, 3627.0, 3593.0, 3615.0, 3625.0, 3605.0, 3626.0, 3638.0, 3593.0, 3627.0, 3636.0, 3604.0, 3627.0, 3635.0, 3614.0, 3626.0, 3612.0, 3613.0, 3624.0, 3591.0, 3624.0, 3636.0, 3604.0, 3625.0, 3612.0, 3612.0, 3624.0, 3601.0, 3612.0, 3625.0, 3592.0, 3625.0, 3612.0, 3602.0, 3613.0, 3591.0, 3614.0, 3625.0, 3603.0, 3613.0, 3621.0, 3602.0, 3623.0, 3602.0, 3613.0, 3625.0, 3593.0, 3615.0, 3602.0, 3614.0, 3612.0, 3592.0, 3626.0, 3637.0, 3614.0, 3625.0, 3592.0, 3625.0, 3625.0, 3592.0, 3626.0, 3637.0, 3604.0, 3624.0, 3590.0, 3624.0, 3625.0, 3593.0, 3625.0, 3624.0, 3604.0, 3625.0, 3593.0, 3624.0, 3625.0, 3604.0, 3615.0, 3625.0, 3604.0, 3626.0, 3613.0, 3603.0, 3615.0, 3604.0, 3614.0, 3625.0, 3592.0, 3615.0, 3623.0, 3592.0, 3616.0, 3637.0, 3606.0, 3627.0, 3594.0, 3617.0, 3626.0, 3594.0, 3617.0, 3639.0, 3607.0, 3627.0, 3626.0, 3616.0, 3628.0, 3615.0, 3626.0, 3637.0, 3614.0, 3625.0, 3636.0, 3582.0, 3614.0, 3624.0, 3604.0, 3616.0, 3625.0, 3604.0, 3624.0, 3594.0, 3615.0, 3623.0, 3591.0, 3614.0, 3624.0, 3603.0, 3615.0, 3592.0, 3615.0, 3625.0, 3604.0, 3617.0, 3637.0, 3605.0, 3628.0, 3625.0, 3603.0, 3626.0, 3625.0, 3614.0, 3627.0, 3604.0, 3615.0, 3625.0, 3582.0, 3615.0, 3635.0, 3604.0, 3628.0, 3603.0, 3614.0, 3625.0, 3592.0, 3615.0, 3625.0, 3604.0, 3626.0, 3635.0, 3603.0, 3624.0, 3590.0, 3613.0, 3613.0, 3592.0, 3614.0, 3624.0, 3603.0, 3614.0, 3592.0, 3613.0, 3624.0, 3592.0, 3615.0, 3636.0, 3604.0, 3626.0, 3603.0, 3616.0, 3625.0, 3595.0, 3628.0, 3638.0, 3605.0, 3628.0, 3594.0, 3617.0, 3627.0, 3605.0, 3617.0, 3627.0, 3605.0, 3616.0, 3626.0, 3605.0, 3616.0, 3636.0, 3617.0, 3629.0, 3607.0, 3629.0, 3639.0, 3596.0, 3617.0, 3639.0, 3606.0, 3628.0, 3637.0, 3617.0, 3636.0, 3592.0, 3625.0, 3624.0, 3605.0, 3626.0, 3634.0, 3615.0, 3625.0, 3591.0, 3623.0, 3624.0, 3604.0, 3626.0, 3614.0, 3614.0, 3624.0, 3602.0, 3640.0, 3641.0, 3620.0, 3615.0, 3626.0, 3626.0, 3604.0, 3603.0, 3628.0, 3604.0, 3627.0, 3618.0, 3628.0, 3628.0, 3628.0, 3616.0, 3628.0, 3616.0, 3650.0, 3604.0, 3616.0, 3637.0, 3615.0, 3616.0, 3625.0, 3603.0, 3613.0, 3600.0, 3602.0, 3621.0, 3603.0, 3625.0, 3603.0, 3615.0, 3613.0, 3603.0, 3613.0, 3602.0, 3616.0, 3637.0, 3604.0, 3626.0, 3604.0, 3616.0, 3635.0, 3605.0, 3626.0, 3605.0, 3627.0, 3635.0, 3604.0, 3626.0, 3603.0, 3614.0, 3637.0, 3593.0, 3614.0, 3624.0, 3603.0, 3624.0, 3603.0, 3616.0, 3625.0, 3593.0, 3614.0, 3604.0, 3615.0, 3624.0, 3594.0, 3627.0, 3636.0, 3604.0, 3625.0, 3602.0, 3614.0, 3624.0, 3592.0, 3626.0, 3636.0, 3602.0, 3623.0, 3591.0, 3614.0, 3623.0, 3603.0, 3626.0, 3606.0, 3615.0, 3624.0, 3593.0, 3615.0, 3593.0, 3642.0, 3681.0, 3637.0, 3643.0, 3618.0, 3615.0, 3595.0, 3598.0, 3612.0, 3602.0, 3636.0, 3614.0, 3639.0, 3617.0, 3639.0, 3651.0, 3628.0, 3639.0, 3628.0, 3636.0, 3615.0, 3638.0, 3616.0, 3639.0, 3637.0, 3613.0, 3615.0, 3625.0, 3626.0, 3639.0, 3614.0, 3615.0, 3599.0, 3586.0, 3584.0, 3586.0, 3598.0, 3592.0, 3615.0, 3637.0, 3617.0, 3626.0, 3603.0, 3612.0, 3591.0, 3626.0, 3638.0, 3615.0, 3624.0, 3591.0, 3614.0, 3623.0, 3603.0, 3616.0, 3636.0, 3602.0, 3623.0, 3602.0, 3613.0, 3624.0, 3603.0, 3614.0, 3635.0, 3601.0, 3612.0, 3600.0, 3589.0, 3611.0, 3578.0, 3601.0, 3611.0, 3590.0, 3604.0, 3635.0, 3602.0, 3613.0, 3580.0, 3602.0, 3612.0, 3602.0, 3603.0, 3636.0, 3605.0, 3614.0, 3634.0, 3603.0, 3615.0, 3634.0, 3603.0, 3626.0, 3636.0, 3604.0, 3624.0, 3602.0, 3604.0, 3635.0, 3593.0, 3617.0, 3638.0, 3604.0, 3616.0, 3635.0, 3604.0, 3627.0, 3646.0, 3615.0, 3628.0, 3647.0, 3615.0, 3626.0, 3583.0, 3616.0, 3624.0, 3614.0, 3617.0, 3638.0, 3618.0, 3629.0, 3605.0, 3617.0, 3629.0, 3617.0, 3630.0, 3640.0, 3617.0, 3629.0, 3648.0, 3593.0, 3628.0, 3651.0, 3616.0, 3616.0, 3636.0, 3604.0, 3616.0, 3648.0, 3617.0, 3626.0, 3625.0, 3617.0, 3636.0, 3592.0, 3615.0, 3648.0, 3615.0, 3626.0, 3635.0, 3616.0, 3634.0, 3614.0, 3616.0, 3646.0, 3602.0, 3614.0, 3633.0, 3601.0, 3623.0, 3634.0, 3601.0, 3624.0, 3634.0, 3611.0, 3621.0, 3579.0, 3600.0, 3621.0, 3589.0, 3611.0, 3622.0, 3601.0, 3611.0, 3580.0, 3601.0, 3612.0, 3591.0, 3605.0, 3637.0, 3605.0, 3615.0, 3624.0, 3592.0, 3613.0, 3624.0, 3590.0, 3601.0, 3623.0, 3590.0, 3614.0, 3623.0, 3590.0, 3611.0, 3599.0, 3589.0, 3613.0, 3611.0, 3602.0, 3624.0, 3601.0, 3601.0, 3621.0, 3589.0, 3612.0, 3621.0, 3602.0, 3614.0, 3592.0, 3616.0, 3626.0, 3595.0, 3615.0, 3636.0, 3616.0, 3625.0, 3623.0, 3603.0, 3634.0, 3589.0, 3614.0, 3637.0, 3603.0, 3615.0, 3645.0, 3601.0, 3621.0, 3578.0, 3600.0, 3621.0, 3602.0, 3614.0, 3625.0, 3602.0, 3622.0, 3604.0, 3639.0, 3603.0, 3624.0, 3624.0, 3626.0, 3635.0, 3605.0, 3626.0, 3591.0, 3614.0, 3626.0, 3618.0, 3647.0, 3615.0, 3624.0, 3614.0, 3636.0, 3603.0, 3612.0, 3602.0, 3635.0, 3616.0, 3623.0, 3602.0, 3624.0, 3598.0, 3610.0, 3610.0, 3591.0, 3611.0, 3609.0, 3589.0, 3609.0, 3575.0, 3610.0, 3621.0, 3590.0, 3611.0, 3580.0, 3623.0, 3569.0, 3603.0, 3612.0, 3594.0, 3627.0, 3603.0, 3628.0, 3636.0, 3594.0, 3615.0, 3602.0, 3617.0, 3637.0, 3594.0, 3627.0, 3624.0, 3592.0, 3624.0, 3591.0, 3615.0, 3636.0, 3592.0, 3613.0, 3622.0, 3590.0, 3612.0, 3590.0, 3614.0, 3623.0, 3580.0, 3603.0, 3621.0, 3580.0, 3611.0, 3601.0, 3604.0, 3624.0, 3581.0, 3613.0, 3622.0, 3590.0, 3614.0, 3591.0, 3615.0, 3625.0, 3581.0, 3615.0, 3602.0, 3602.0, 3613.0, 3591.0, 3626.0, 3636.0, 3604.0, 3624.0, 3591.0, 3613.0, 3623.0, 3581.0, 3614.0, 3636.0, 3592.0, 3613.0, 3591.0, 3612.0, 3623.0, 3591.0, 3614.0, 3623.0, 3580.0, 3613.0, 3580.0, 3602.0, 3613.0, 3595.0, 3606.0, 3625.0, 3594.0, 3616.0, 3614.0, 3593.0, 3616.0, 3616.0, 3606.0, 3626.0, 3604.0, 3605.0, 3625.0, 3582.0, 3604.0, 3625.0, 3582.0, 3615.0, 3637.0, 3605.0, 3615.0, 3593.0, 3604.0, 3627.0, 3594.0, 3605.0, 3626.0, 3606.0, 3606.0, 3626.0, 3605.0, 3617.0, 3637.0, 3604.0, 3629.0, 3649.0, 3605.0, 3627.0, 3614.0, 3604.0, 3615.0, 3593.0, 3616.0, 3638.0, 3605.0, 3615.0, 3636.0, 3594.0, 3615.0, 3624.0, 3593.0, 3615.0, 3635.0, 3604.0, 3615.0, 3593.0, 3605.0, 3624.0, 3604.0, 3606.0, 3651.0, 3623.0, 3688.0, 3675.0, 3659.0, 3644.0, 3614.0, 3583.0, 3610.0, 3610.0, 3625.0, 3639.0, 3629.0, 3640.0, 3641.0, 3631.0, 3618.0, 3637.0, 3604.0, 3651.0, 3645.0, 3602.0, 3635.0, 3645.0, 3602.0, 3634.0, 3611.0, 3589.0, 3620.0, 3576.0, 3597.0, 3618.0, 3589.0, 3609.0, 3588.0, 3599.0, 3607.0, 3576.0, 3599.0, 3587.0, 3600.0, 3622.0, 3590.0, 3611.0, 3609.0, 3599.0, 3611.0, 3589.0, 3611.0, 3633.0, 3590.0, 3600.0, 3620.0, 3589.0, 3600.0, 3631.0, 3589.0, 3612.0, 3622.0, 3601.0, 3611.0, 3578.0, 3600.0, 3622.0, 3591.0, 3613.0, 3634.0, 3604.0, 3626.0, 3623.0, 3603.0, 3624.0, 3601.0, 3602.0, 3625.0, 3623.0, 3601.0, 3623.0, 3623.0, 3601.0, 3624.0, 3601.0, 3602.0, 3623.0, 3602.0, 3615.0, 3636.0, 3604.0, 3615.0, 3624.0, 3603.0, 3615.0, 3624.0, 3615.0, 3626.0, 3614.0, 3604.0, 3625.0, 3603.0, 3615.0, 3635.0, 3593.0, 3624.0, 3636.0, 3616.0, 3626.0, 3593.0, 3617.0, 3637.0, 3604.0, 3626.0, 3649.0, 3617.0, 3639.0, 3606.0, 3617.0, 3638.0, 3605.0, 3617.0, 3649.0, 3607.0, 3627.0, 3636.0, 3604.0, 3626.0, 3583.0, 3616.0, 3637.0, 3616.0, 3628.0, 3648.0, 3617.0, 3627.0, 3605.0, 3618.0, 3649.0, 3617.0, 3638.0, 3648.0, 3605.0, 3626.0, 3648.0, 3616.0, 3638.0, 3624.0, 3603.0, 3624.0, 3590.0, 3602.0, 3633.0, 3591.0, 3603.0, 3633.0, 3590.0, 3623.0, 3633.0, 3602.0, 3613.0, 3633.0, 3614.0, 3625.0, 3603.0, 3614.0, 3640.0, 3595.0, 3614.0, 3626.0, 3640.0, 3638.0, 3625.0, 3636.0, 3615.0, 3640.0, 3635.0, 3602.0, 3646.0, 3614.0, 3624.0, 3614.0, 3602.0, 3600.0, 3612.0, 3602.0, 3624.0, 3627.0, 3640.0, 3626.0, 3649.0, 3636.0, 3634.0, 3613.0, 3624.0, 3612.0, 3635.0, 3647.0, 3611.0, 3633.0, 3597.0, 3596.0, 3616.0, 3584.0, 3595.0, 3582.0, 3581.0, 3603.0, 3582.0, 3581.0, 3593.0, 3583.0, 3592.0, 3569.0, 3581.0, 3571.0, 3593.0, 3594.0, 3584.0, 3596.0, 3598.0, 3610.0, 3619.0, 3599.0, 3609.0, 3587.0, 3611.0, 3609.0, 3599.0, 3612.0, 3601.0, 3624.0, 3636.0, 3604.0, 3616.0, 3612.0, 3602.0, 3614.0, 3603.0, 3614.0, 3635.0, 3605.0, 3626.0, 3626.0, 3615.0, 3637.0, 3604.0, 3616.0], 'WindowWidth': [8263.0, 8248.0, 8259.0, 8193.0, 8223.0, 8168.0, 8181.0, 8215.0, 8182.0, 8193.0, 8204.0, 8145.0, 8191.0, 8188.0, 8178.0, 8201.0, 8165.0, 8195.0, 8192.0, 8161.0, 8193.0, 8211.0, 8168.0, 8201.0, 8191.0, 8178.0, 8208.0, 8145.0, 8191.0, 8211.0, 8183.0, 8198.0, 8194.0, 8164.0, 8198.0, 8192.0, 8181.0, 8215.0, 8171.0, 8198.0, 8208.0, 8150.0, 8198.0, 8209.0, 8182.0, 8204.0, 8195.0, 8195.0, 8211.0, 8181.0, 8196.0, 8213.0, 8185.0, 8217.0, 8207.0, 8194.0, 8210.0, 8178.0, 8197.0, 8212.0, 8186.0, 8201.0, 8193.0, 8180.0, 8209.0, 8162.0, 8193.0, 8198.0, 8184.0, 8198.0, 8207.0, 8177.0, 8197.0, 8176.0, 8198.0, 8215.0, 8188.0, 8200.0, 8210.0, 8167.0, 8198.0, 8179.0, 8197.0, 8216.0, 8168.0, 8194.0, 8208.0, 8148.0, 8196.0, 8210.0, 8163.0, 8198.0, 8208.0, 8177.0, 8195.0, 8161.0, 8194.0, 8206.0, 8180.0, 8199.0, 8211.0, 8180.0, 8195.0, 8147.0, 8192.0, 8209.0, 8182.0, 8198.0, 8208.0, 8148.0, 8198.0, 8208.0, 8179.0, 8212.0, 8226.0, 8182.0, 8196.0, 8160.0, 8193.0, 8209.0, 8178.0, 8202.0, 8216.0, 8186.0, 8214.0, 8164.0, 8196.0, 8209.0, 8189.0, 8201.0, 8224.0, 8186.0, 8216.0, 8184.0, 8217.0, 8232.0, 8189.0, 8204.0, 8194.0, 8218.0, 8207.0, 8218.0, 8204.0, 8221.0, 8207.0, 8219.0, 8242.0, 8194.0, 8189.0, 8209.0, 8170.0, 8187.0, 8206.0, 8139.0, 8187.0, 8165.0, 8167.0, 8182.0, 8150.0, 8185.0, 8189.0, 8155.0, 8186.0, 8136.0, 8187.0, 8184.0, 8154.0, 8192.0, 8205.0, 8173.0, 8187.0, 8152.0, 8189.0, 8201.0, 8169.0, 8192.0, 8189.0, 8192.0, 8189.0, 8139.0, 8187.0, 8184.0, 8169.0, 8191.0, 8194.0, 8190.0, 8204.0, 8155.0, 8190.0, 8171.0, 8171.0, 8192.0, 8161.0, 8192.0, 8186.0, 8171.0, 8190.0, 8150.0, 8185.0, 8188.0, 8158.0, 8187.0, 8150.0, 8184.0, 8184.0, 8139.0, 8171.0, 8171.0, 8176.0, 8192.0, 8160.0, 8192.0, 8185.0, 8159.0, 8192.0, 8173.0, 8178.0, 8194.0, 8162.0, 8192.0, 8188.0, 8159.0, 8192.0, 8175.0, 8193.0, 8194.0, 8161.0, 8191.0, 8202.0, 8159.0, 8192.0, 8172.0, 8192.0, 8196.0, 8163.0, 8195.0, 8191.0, 8161.0, 8191.0, 8207.0, 8178.0, 8197.0, 8160.0, 8194.0, 8206.0, 8159.0, 8192.0, 8225.0, 8182.0, 8196.0, 8158.0, 8194.0, 8194.0, 8161.0, 8193.0, 8213.0, 8180.0, 8195.0, 8173.0, 8192.0, 8191.0, 8161.0, 8195.0, 8207.0, 8181.0, 8198.0, 8169.0, 8169.0, 8139.0, 8214.0, 8198.0, 8220.0, 8208.0, 8227.0, 8233.0, 8227.0, 8249.0, 8252.0, 8166.0, 8196.0, 8208.0, 8165.0, 8179.0, 8202.0, 8175.0, 8174.0, 8139.0, 8170.0, 8190.0, 8149.0, 8176.0, 8168.0, 8158.0, 8173.0, 8141.0, 8176.0, 8210.0, 8150.0, 8196.0, 8147.0, 8178.0, 8194.0, 8166.0, 8197.0, 8215.0, 8148.0, 8197.0, 8208.0, 8162.0, 8197.0, 8207.0, 8176.0, 8197.0, 8169.0, 8172.0, 8189.0, 8140.0, 8186.0, 8207.0, 8164.0, 8191.0, 8169.0, 8169.0, 8189.0, 8153.0, 8169.0, 8193.0, 8144.0, 8189.0, 8168.0, 8154.0, 8172.0, 8139.0, 8173.0, 8192.0, 8159.0, 8171.0, 8180.0, 8154.0, 8185.0, 8153.0, 8171.0, 8191.0, 8148.0, 8177.0, 8155.0, 8174.0, 8171.0, 8142.0, 8192.0, 8213.0, 8177.0, 8192.0, 8142.0, 8189.0, 8190.0, 8145.0, 8195.0, 8210.0, 8161.0, 8189.0, 8138.0, 8188.0, 8190.0, 8148.0, 8192.0, 8189.0, 8160.0, 8191.0, 8147.0, 8188.0, 8192.0, 8164.0, 8178.0, 8190.0, 8162.0, 8194.0, 8171.0, 8159.0, 8178.0, 8164.0, 8177.0, 8190.0, 8144.0, 8178.0, 8187.0, 8146.0, 8183.0, 8212.0, 8168.0, 8198.0, 8148.0, 8183.0, 8196.0, 8151.0, 8186.0, 8218.0, 8172.0, 8200.0, 8194.0, 8181.0, 8202.0, 8179.0, 8195.0, 8214.0, 8177.0, 8190.0, 8208.0, 8129.0, 8175.0, 8189.0, 8161.0, 8179.0, 8191.0, 8158.0, 8188.0, 8147.0, 8176.0, 8187.0, 8140.0, 8173.0, 8189.0, 8160.0, 8177.0, 8143.0, 8178.0, 8191.0, 8164.0, 8184.0, 8212.0, 8166.0, 8200.0, 8192.0, 8161.0, 8195.0, 8191.0, 8177.0, 8197.0, 8163.0, 8176.0, 8190.0, 8129.0, 8177.0, 8205.0, 8164.0, 8199.0, 8162.0, 8175.0, 8190.0, 8142.0, 8176.0, 8191.0, 8161.0, 8196.0, 8207.0, 8159.0, 8189.0, 8138.0, 8171.0, 8171.0, 8141.0, 8175.0, 8191.0, 8159.0, 8176.0, 8141.0, 8170.0, 8188.0, 8144.0, 8178.0, 8208.0, 8163.0, 8194.0, 8160.0, 8180.0, 8191.0, 8151.0, 8201.0, 8214.0, 8167.0, 8200.0, 8150.0, 8182.0, 8197.0, 8164.0, 8182.0, 8198.0, 8165.0, 8182.0, 8196.0, 8164.0, 8182.0, 8210.0, 8185.0, 8204.0, 8173.0, 8206.0, 8218.0, 8155.0, 8186.0, 8218.0, 8173.0, 8202.0, 8211.0, 8183.0, 8210.0, 8143.0, 8190.0, 8192.0, 8165.0, 8193.0, 8203.0, 8176.0, 8190.0, 8139.0, 8184.0, 8187.0, 8162.0, 8195.0, 8174.0, 8173.0, 8187.0, 8153.0, 8220.0, 8224.0, 8193.0, 8177.0, 8193.0, 8192.0, 8160.0, 8156.0, 8201.0, 8163.0, 8197.0, 8187.0, 8200.0, 8201.0, 8201.0, 8184.0, 8201.0, 8184.0, 8234.0, 8162.0, 8181.0, 8213.0, 8179.0, 8183.0, 8194.0, 8159.0, 8171.0, 8148.0, 8154.0, 8181.0, 8159.0, 8193.0, 8159.0, 8179.0, 8171.0, 8160.0, 8172.0, 8158.0, 8183.0, 8214.0, 8165.0, 8195.0, 8161.0, 8181.0, 8204.0, 8167.0, 8199.0, 8168.0, 8198.0, 8205.0, 8162.0, 8195.0, 8161.0, 8177.0, 8211.0, 8146.0, 8178.0, 8186.0, 8160.0, 8191.0, 8159.0, 8181.0, 8194.0, 8146.0, 8176.0, 8162.0, 8177.0, 8190.0, 8152.0, 8198.0, 8207.0, 8162.0, 8193.0, 8157.0, 8175.0, 8189.0, 8143.0, 8197.0, 8209.0, 8159.0, 8186.0, 8141.0, 8174.0, 8186.0, 8160.0, 8194.0, 8171.0, 8179.0, 8187.0, 8145.0, 8177.0, 8146.0, 8229.0, 8297.0, 8231.0, 8232.0, 8188.0, 8177.0, 8131.0, 8145.0, 8171.0, 8156.0, 8208.0, 8180.0, 8220.0, 8188.0, 8219.0, 8239.0, 8203.0, 8219.0, 8202.0, 8209.0, 8181.0, 8215.0, 8184.0, 8220.0, 8216.0, 8175.0, 8180.0, 8193.0, 8199.0, 8219.0, 8177.0, 8178.0, 8146.0, 8124.0, 8117.0, 8123.0, 8145.0, 8146.0, 8179.0, 8214.0, 8187.0, 8195.0, 8161.0, 8173.0, 8142.0, 8197.0, 8218.0, 8181.0, 8193.0, 8141.0, 8175.0, 8187.0, 8158.0, 8184.0, 8212.0, 8158.0, 8188.0, 8157.0, 8172.0, 8191.0, 8161.0, 8176.0, 8207.0, 8155.0, 8170.0, 8150.0, 8136.0, 8168.0, 8118.0, 8152.0, 8166.0, 8137.0, 8162.0, 8209.0, 8159.0, 8174.0, 8124.0, 8157.0, 8172.0, 8158.0, 8162.0, 8210.0, 8166.0, 8177.0, 8203.0, 8160.0, 8180.0, 8202.0, 8160.0, 8196.0, 8212.0, 8164.0, 8192.0, 8158.0, 8164.0, 8207.0, 8148.0, 8185.0, 8216.0, 8166.0, 8183.0, 8208.0, 8165.0, 8200.0, 8224.0, 8181.0, 8202.0, 8229.0, 8182.0, 8196.0, 8137.0, 8182.0, 8193.0, 8179.0, 8188.0, 8219.0, 8192.0, 8209.0, 8171.0, 8187.0, 8206.0, 8191.0, 8210.0, 8225.0, 8188.0, 8211.0, 8232.0, 8153.0, 8205.0, 8241.0, 8188.0, 8188.0, 8213.0, 8167.0, 8185.0, 8230.0, 8188.0, 8202.0, 8194.0, 8188.0, 8210.0, 8149.0, 8183.0, 8234.0, 8184.0, 8200.0, 8209.0, 8183.0, 8209.0, 8180.0, 8186.0, 8228.0, 8160.0, 8179.0, 8204.0, 8155.0, 8189.0, 8203.0, 8156.0, 8192.0, 8205.0, 8168.0, 8182.0, 8121.0, 8152.0, 8181.0, 8136.0, 8170.0, 8187.0, 8156.0, 8171.0, 8126.0, 8156.0, 8174.0, 8143.0, 8169.0, 8215.0, 8172.0, 8181.0, 8193.0, 8145.0, 8175.0, 8193.0, 8139.0, 8155.0, 8189.0, 8140.0, 8177.0, 8188.0, 8139.0, 8168.0, 8150.0, 8137.0, 8173.0, 8166.0, 8156.0, 8188.0, 8155.0, 8156.0, 8182.0, 8138.0, 8170.0, 8181.0, 8158.0, 8179.0, 8148.0, 8184.0, 8198.0, 8155.0, 8183.0, 8212.0, 8183.0, 8196.0, 8188.0, 8163.0, 8205.0, 8138.0, 8178.0, 8213.0, 8161.0, 8180.0, 8222.0, 8156.0, 8182.0, 8119.0, 8151.0, 8181.0, 8159.0, 8177.0, 8196.0, 8160.0, 8185.0, 8167.0, 8221.0, 8164.0, 8191.0, 8194.0, 8198.0, 8207.0, 8168.0, 8195.0, 8142.0, 8178.0, 8199.0, 8190.0, 8229.0, 8181.0, 8191.0, 8176.0, 8210.0, 8162.0, 8171.0, 8156.0, 8207.0, 8182.0, 8187.0, 8158.0, 8190.0, 8145.0, 8162.0, 8165.0, 8141.0, 8166.0, 8160.0, 8134.0, 8161.0, 8111.0, 8160.0, 8179.0, 8139.0, 8168.0, 8123.0, 8186.0, 8107.0, 8156.0, 8171.0, 8152.0, 8199.0, 8162.0, 8200.0, 8207.0, 8149.0, 8180.0, 8158.0, 8184.0, 8216.0, 8150.0, 8197.0, 8188.0, 8143.0, 8189.0, 8141.0, 8177.0, 8209.0, 8143.0, 8172.0, 8181.0, 8137.0, 8169.0, 8138.0, 8176.0, 8189.0, 8124.0, 8158.0, 8179.0, 8123.0, 8167.0, 8155.0, 8163.0, 8190.0, 8126.0, 8173.0, 8181.0, 8138.0, 8174.0, 8141.0, 8180.0, 8195.0, 8128.0, 8177.0, 8154.0, 8155.0, 8170.0, 8141.0, 8194.0, 8210.0, 8161.0, 8190.0, 8139.0, 8172.0, 8186.0, 8126.0, 8177.0, 8210.0, 8144.0, 8173.0, 8138.0, 8169.0, 8185.0, 8144.0, 8175.0, 8186.0, 8125.0, 8172.0, 8124.0, 8155.0, 8173.0, 8154.0, 8169.0, 8192.0, 8150.0, 8182.0, 8175.0, 8147.0, 8181.0, 8181.0, 8168.0, 8198.0, 8163.0, 8164.0, 8193.0, 8130.0, 8162.0, 8191.0, 8131.0, 8179.0, 8211.0, 8166.0, 8179.0, 8148.0, 8165.0, 8198.0, 8151.0, 8168.0, 8198.0, 8169.0, 8170.0, 8196.0, 8166.0, 8185.0, 8211.0, 8164.0, 8204.0, 8231.0, 8167.0, 8199.0, 8177.0, 8163.0, 8181.0, 8146.0, 8182.0, 8215.0, 8168.0, 8180.0, 8210.0, 8148.0, 8179.0, 8189.0, 8146.0, 8180.0, 8207.0, 8162.0, 8178.0, 8146.0, 8166.0, 8191.0, 8162.0, 8171.0, 8240.0, 8208.0, 8324.0, 8295.0, 8265.0, 8236.0, 8175.0, 8112.0, 8162.0, 8165.0, 8195.0, 8222.0, 8207.0, 8224.0, 8228.0, 8213.0, 8188.0, 8215.0, 8165.0, 8238.0, 8222.0, 8156.0, 8207.0, 8221.0, 8158.0, 8204.0, 8165.0, 8134.0, 8177.0, 8112.0, 8142.0, 8171.0, 8132.0, 8161.0, 8131.0, 8147.0, 8155.0, 8113.0, 8147.0, 8130.0, 8151.0, 8183.0, 8139.0, 8167.0, 8160.0, 8147.0, 8166.0, 8136.0, 8167.0, 8202.0, 8140.0, 8151.0, 8176.0, 8133.0, 8152.0, 8193.0, 8135.0, 8170.0, 8184.0, 8152.0, 8166.0, 8118.0, 8151.0, 8182.0, 8141.0, 8173.0, 8204.0, 8163.0, 8196.0, 8185.0, 8159.0, 8190.0, 8155.0, 8157.0, 8192.0, 8187.0, 8155.0, 8188.0, 8186.0, 8154.0, 8188.0, 8153.0, 8159.0, 8186.0, 8157.0, 8179.0, 8209.0, 8164.0, 8180.0, 8190.0, 8162.0, 8180.0, 8190.0, 8178.0, 8197.0, 8178.0, 8164.0, 8195.0, 8160.0, 8180.0, 8208.0, 8149.0, 8191.0, 8211.0, 8183.0, 8198.0, 8149.0, 8186.0, 8211.0, 8165.0, 8199.0, 8234.0, 8187.0, 8220.0, 8172.0, 8188.0, 8217.0, 8167.0, 8186.0, 8232.0, 8172.0, 8200.0, 8207.0, 8165.0, 8197.0, 8137.0, 8184.0, 8214.0, 8185.0, 8201.0, 8229.0, 8186.0, 8201.0, 8167.0, 8192.0, 8236.0, 8188.0, 8219.0, 8229.0, 8166.0, 8197.0, 8227.0, 8183.0, 8215.0, 8188.0, 8160.0, 8191.0, 8137.0, 8158.0, 8201.0, 8141.0, 8160.0, 8202.0, 8140.0, 8186.0, 8199.0, 8158.0, 8175.0, 8202.0, 8177.0, 8194.0, 8163.0, 8179.0, 8221.0, 8155.0, 8177.0, 8199.0, 8222.0, 8219.0, 8196.0, 8213.0, 8181.0, 8222.0, 8205.0, 8157.0, 8226.0, 8181.0, 8192.0, 8178.0, 8160.0, 8154.0, 8174.0, 8161.0, 8194.0, 8203.0, 8225.0, 8197.0, 8233.0, 8213.0, 8206.0, 8175.0, 8190.0, 8172.0, 8208.0, 8230.0, 8169.0, 8204.0, 8143.0, 8138.0, 8166.0, 8117.0, 8133.0, 8113.0, 8110.0, 8142.0, 8111.0, 8110.0, 8132.0, 8114.0, 8125.0, 8091.0, 8111.0, 8096.0, 8129.0, 8132.0, 8119.0, 8139.0, 8145.0, 8165.0, 8176.0, 8147.0, 8161.0, 8129.0, 8164.0, 8162.0, 8149.0, 8171.0, 8153.0, 8188.0, 8211.0, 8165.0, 8182.0, 8171.0, 8158.0, 8177.0, 8160.0, 8176.0, 8207.0, 8166.0, 8199.0, 8197.0, 8180.0, 8212.0, 8165.0, 8185.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.0022773496835443038</td></tr>
<tr><td colspan=3>aqi</td><td>0.04387497341772152</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.130650179802096</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1834512399683272</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9907545768487734</td></tr>
<tr><td colspan=3>efc</td><td>0.4859</td></tr>
<tr><td colspan=3>fber</td><td>4250.5005</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13131742212811104</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.335443037974683</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.626768904272916</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.46412230488711</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9606807475936887</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4555036603379485</td></tr>
<tr><td colspan=3>gcor</td><td>0.00881102</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009342662058770657</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03749870881438255</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.8013740011296178</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.2244</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.8899</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.0165</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303773.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>912.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.8248</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2051</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>422.7342</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2848.0649</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3054.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72771.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>852.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3707.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>803.3882</td></tr>
<tr><td colspan=3>tsnr</td><td>30.303048308123834</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>