ds005256-mriqc/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter a76d168855 [DATALAD RUNCMD] Compute MRIQC for sub-0033
=== 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-0033 --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-0033",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:07:04 +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-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-04/func/sub-0033_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>fc304c9699437e100cf03af8603dcb99</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>11:38:17.365000</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.998792, 0.0444863, 0.0208865, -0.0423857, 0.994851, -0.09206]</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.104454</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>[4160, -7738, -7256, 418, -83, -119, 50, 56]</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>290.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d5f28b29-3d7c-4679-9e1d-4e0e6b5079aa||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.67968487739563, -0.11371763050556183, 0.06716083735227585, 113.34342956542969], [-0.11935354024171829, 2.66911244392395, -0.2458714097738266, -78.20519256591797], [0.05603700131177902, 0.24699029326438904, 2.6879427433013916, -105.9883804321289], [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': ['113817.365000', '113817.825000', '113818.285000', '113818.745000', '113819.205000', '113819.665000', '113820.125000', '113820.585000', '113821.045000', '113821.505000', '113821.965000', '113822.425000', '113822.885000', '113823.345000', '113823.805000', '113824.265000', '113824.725000', '113825.185000', '113825.645000', '113826.105000', '113826.565000', '113827.025000', '113827.485000', '113827.945000', '113828.405000', '113828.865000', '113829.325000', '113829.785000', '113830.245000', '113830.705000', '113831.165000', '113831.625000', '113832.085000', '113832.545000', '113833.005000', '113833.465000', '113833.925000', '113834.385000', '113834.845000', '113835.305000', '113835.765000', '113836.225000', '113836.685000', '113837.145000', '113837.605000', '113838.065000', '113838.525000', '113838.985000', '113839.445000', '113839.905000', '113840.365000', '113840.825000', '113841.285000', '113841.745000', '113842.205000', '113842.665000', '113843.125000', '113843.585000', '113844.045000', '113844.505000', '113844.965000', '113845.425000', '113845.885000', '113846.345000', '113846.805000', '113847.265000', '113847.725000', '113848.185000', '113848.645000', '113849.105000', '113849.565000', '113850.025000', '113850.485000', '113850.945000', '113851.405000', '113851.865000', '113852.325000', '113852.785000', '113853.245000', '113853.705000', '113854.165000', '113854.625000', '113855.085000', '113855.545000', '113856.005000', '113856.465000', '113856.925000', '113857.385000', '113857.845000', '113858.305000', '113858.765000', '113859.225000', '113859.685000', '113900.145000', '113900.605000', '113901.065000', '113901.525000', '113901.985000', '113902.445000', '113902.905000', '113903.365000', '113903.825000', '113904.285000', '113904.745000', '113905.205000', '113905.665000', '113906.125000', '113906.585000', '113907.045000', '113907.505000', '113907.965000', '113908.425000', '113908.885000', '113909.345000', '113909.805000', '113910.265000', '113910.725000', '113911.185000', '113911.645000', '113912.105000', '113912.565000', '113913.025000', '113913.485000', '113913.945000', '113914.405000', '113914.865000', '113915.325000', '113915.785000', '113916.245000', '113916.705000', '113917.165000', '113917.625000', '113918.085000', '113918.545000', '113919.005000', '113919.465000', '113919.925000', '113920.385000', '113920.845000', '113921.305000', '113921.765000', '113922.225000', '113922.685000', '113923.145000', '113923.605000', '113924.065000', '113924.525000', '113924.985000', '113925.445000', '113925.905000', '113926.365000', '113926.825000', '113927.285000', '113927.745000', '113928.205000', '113928.665000', '113929.125000', '113929.585000', '113930.045000', '113930.505000', '113930.965000', '113931.425000', '113931.885000', '113932.345000', '113932.805000', '113933.265000', '113933.725000', '113934.185000', '113934.645000', '113935.105000', '113935.565000', '113936.025000', '113936.485000', '113936.945000', '113937.405000', '113937.865000', '113938.325000', '113938.785000', '113939.245000', '113939.705000', '113940.165000', '113940.625000', '113941.085000', '113941.545000', '113942.005000', '113942.465000', '113942.925000', '113943.385000', '113943.845000', '113944.305000', '113944.765000', '113945.225000', '113945.685000', '113946.145000', '113946.605000', '113947.065000', '113947.525000', '113947.985000', '113948.445000', '113948.905000', '113949.365000', '113949.825000', '113950.285000', '113950.745000', '113951.205000', '113951.665000', '113952.125000', '113952.585000', '113953.045000', '113953.505000', '113953.965000', '113954.425000', '113954.885000', '113955.345000', '113955.805000', '113956.265000', '113956.725000', '113957.185000', '113957.645000', '113958.105000', '113958.565000', '113959.025000', '113959.485000', '113959.945000', '114000.405000', '114000.865000', '114001.325000', '114001.785000', '114002.245000', '114002.705000', '114003.165000', '114003.625000', '114004.085000', '114004.545000', '114005.005000', '114005.465000', '114005.925000', '114006.385000', '114006.845000', '114007.305000', '114007.765000', '114008.225000', '114008.685000', '114009.145000', '114009.605000', '114010.065000', '114010.525000', '114010.985000', '114011.445000', '114011.905000', '114012.365000', '114012.825000', '114013.285000', '114013.745000', '114014.205000', '114014.665000', '114015.125000', '114015.585000', '114016.045000', '114016.505000', '114016.965000', '114017.425000', '114017.885000', '114018.345000', '114018.805000', '114019.265000', '114019.725000', '114020.185000', '114020.645000', '114021.105000', '114021.565000', '114022.025000', '114022.485000', '114022.945000', '114023.405000', '114023.865000', '114024.325000', '114024.785000', '114025.245000', '114025.705000', '114026.165000', '114026.625000', '114027.085000', '114027.545000', '114028.005000', '114028.465000', '114028.925000', '114029.385000', '114029.845000', '114030.305000', '114030.765000', '114031.225000', '114031.685000', '114032.145000', '114032.605000', '114033.065000', '114033.525000', '114033.985000', '114034.445000', '114034.905000', '114035.365000', '114035.825000', '114036.285000', '114036.745000', '114037.205000', '114037.665000', '114038.125000', '114038.585000', '114039.045000', '114039.505000', '114039.965000', '114040.425000', '114040.885000', '114041.345000', '114041.805000', '114042.265000', '114042.725000', '114043.185000', '114043.645000', '114044.105000', '114044.565000', '114045.025000', '114045.485000', '114045.945000', '114046.405000', '114046.865000', '114047.325000', '114047.785000', '114048.245000', '114048.705000', '114049.165000', '114049.625000', '114050.085000', '114050.545000', '114051.005000', '114051.465000', '114051.925000', '114052.385000', '114052.845000', '114053.305000', '114053.765000', '114054.225000', '114054.685000', '114055.145000', '114055.605000', '114056.065000', '114056.525000', '114056.985000', '114057.445000', '114057.905000', '114058.365000', '114058.825000', '114059.285000', '114059.745000', '114100.205000', '114100.665000', '114101.125000', '114101.585000', '114102.045000', '114102.505000', '114102.965000', '114103.425000', '114103.885000', '114104.345000', '114104.805000', '114105.265000', '114105.725000', '114106.185000', '114106.645000', '114107.105000', '114107.565000', '114108.025000', '114108.485000', '114108.945000', '114109.405000', '114109.865000', '114110.325000', '114110.785000', '114111.245000', '114111.705000', '114112.165000', '114112.625000', '114113.085000', '114113.545000', '114114.005000', '114114.465000', '114114.925000', '114115.385000', '114115.845000', '114116.305000', '114116.765000', '114117.225000', '114117.685000', '114118.145000', '114118.605000', '114119.065000', '114119.525000', '114119.985000', '114120.445000', '114120.905000', '114121.365000', '114121.825000', '114122.285000', '114122.745000', '114123.205000', '114123.665000', '114124.125000', '114124.585000', '114125.045000', '114125.505000', '114125.965000', '114126.425000', '114126.885000', '114127.345000', '114127.805000', '114128.265000', '114128.725000', '114129.185000', '114129.645000', '114130.105000', '114130.565000', '114131.025000', '114131.485000', '114131.945000', '114132.405000', '114132.865000', '114133.325000', '114133.785000', '114134.245000', '114134.705000', '114135.165000', '114135.625000', '114136.085000', '114136.545000', '114137.005000', '114137.465000', '114137.925000', '114138.385000', '114138.845000', '114139.305000', '114139.765000', '114140.225000', '114140.685000', '114141.145000', '114141.605000', '114142.065000', '114142.525000', '114142.985000', '114143.445000', '114143.905000', '114144.365000', '114144.825000', '114145.285000', '114145.745000', '114146.205000', '114146.665000', '114147.125000', '114147.585000', '114148.045000', '114148.505000', '114148.965000', '114149.425000', '114149.885000', '114150.345000', '114150.805000', '114151.265000', '114151.725000', '114152.185000', '114152.645000', '114153.105000', '114153.565000', '114154.025000', '114154.485000', '114154.945000', '114155.405000', '114155.865000', '114156.325000', '114156.785000', '114157.245000', '114157.705000', '114158.165000', '114158.625000', '114159.085000', '114159.545000', '114200.005000', '114200.465000', '114200.925000', '114201.385000', '114201.845000', '114202.305000', '114202.765000', '114203.225000', '114203.685000', '114204.145000', '114204.605000', '114205.065000', '114205.525000', '114205.985000', '114206.445000', '114206.905000', '114207.365000', '114207.825000', '114208.285000', '114208.745000', '114209.205000', '114209.665000', '114210.125000', '114210.585000', '114211.045000', '114211.505000', '114211.965000', '114212.425000', '114212.885000', '114213.345000', '114213.805000', '114214.265000', '114214.725000', '114215.185000', '114215.645000', '114216.105000', '114216.565000', '114217.025000', '114217.485000', '114217.945000', '114218.405000', '114218.865000', '114219.325000', '114219.785000', '114220.245000', '114220.705000', '114221.165000', '114221.625000', '114222.085000', '114222.545000', '114223.005000', '114223.465000', '114223.925000', '114224.385000', '114224.845000', '114225.305000', '114225.765000', '114226.225000', '114226.685000', '114227.145000', '114227.605000', '114228.065000', '114228.525000', '114228.985000', '114229.445000', '114229.905000', '114230.365000', '114230.825000', '114231.285000', '114231.745000', '114232.205000', '114232.665000', '114233.125000', '114233.585000', '114234.045000', '114234.505000', '114234.965000', '114235.425000', '114235.885000', '114236.345000', '114236.805000', '114237.265000', '114237.725000', '114238.185000', '114238.645000', '114239.105000', '114239.565000', '114240.025000', '114240.485000', '114240.945000', '114241.405000', '114241.865000', '114242.325000', '114242.785000', '114243.245000', '114243.705000', '114244.165000', '114244.625000', '114245.085000', '114245.545000', '114246.005000', '114246.465000', '114246.925000', '114247.385000', '114247.845000', '114248.305000', '114248.765000', '114249.225000', '114249.685000', '114250.145000', '114250.605000', '114251.065000', '114251.525000', '114251.985000', '114252.445000', '114252.905000', '114253.365000', '114253.825000', '114254.285000', '114254.745000', '114255.205000', '114255.665000', '114256.125000', '114256.585000', '114257.045000', '114257.505000', '114257.965000', '114258.425000', '114258.885000', '114259.345000', '114259.805000', '114300.265000', '114300.725000', '114301.185000', '114301.645000', '114302.105000', '114302.565000', '114303.025000', '114303.485000', '114303.945000', '114304.405000', '114304.865000', '114305.325000', '114305.785000', '114306.245000', '114306.705000', '114307.165000', '114307.625000', '114308.085000', '114308.545000', '114309.005000', '114309.465000', '114309.925000', '114310.385000', '114310.845000', '114311.305000', '114311.765000', '114312.225000', '114312.685000', '114313.145000', '114313.605000', '114314.065000', '114314.525000', '114314.985000', '114315.445000', '114315.905000', '114316.365000', '114316.825000', '114317.285000', '114317.745000', '114318.205000', '114318.665000', '114319.125000', '114319.585000', '114320.045000', '114320.505000', '114320.965000', '114321.425000', '114321.885000', '114322.345000', '114322.805000', '114323.265000', '114323.725000', '114324.185000', '114324.645000', '114325.105000', '114325.565000', '114326.025000', '114326.485000', '114326.945000', '114327.405000', '114327.865000', '114328.325000', '114328.785000', '114329.245000', '114329.705000', '114330.165000', '114330.625000', '114331.085000', '114331.545000', '114332.005000', '114332.465000', '114332.925000', '114333.385000', '114333.845000', '114334.305000', '114334.765000', '114335.225000', '114335.685000', '114336.145000', '114336.605000', '114337.065000', '114337.525000', '114337.985000', '114338.445000', '114338.905000', '114339.365000', '114339.825000', '114340.285000', '114340.745000', '114341.205000', '114341.665000', '114342.125000', '114342.585000', '114343.045000', '114343.505000', '114343.965000', '114344.425000', '114344.885000', '114345.345000', '114345.805000', '114346.265000', '114346.725000', '114347.185000', '114347.645000', '114348.105000', '114348.565000', '114349.025000', '114349.485000', '114349.945000', '114350.405000', '114350.865000', '114351.325000', '114351.785000', '114352.245000', '114352.705000', '114353.165000', '114353.625000', '114354.085000', '114354.545000', '114355.005000', '114355.465000', '114355.925000', '114356.385000', '114356.845000', '114357.305000', '114357.765000', '114358.225000', '114358.685000', '114359.145000', '114359.605000', '114400.065000', '114400.525000', '114400.985000', '114401.445000', '114401.905000', '114402.365000', '114402.825000', '114403.285000', '114403.745000', '114404.205000', '114404.665000', '114405.125000', '114405.585000', '114406.045000', '114406.505000', '114406.965000', '114407.425000', '114407.885000', '114408.345000', '114408.805000', '114409.265000', '114409.725000', '114410.185000', '114410.645000', '114411.105000', '114411.565000', '114412.025000', '114412.485000', '114412.945000', '114413.405000', '114413.865000', '114414.325000', '114414.785000', '114415.245000', '114415.705000', '114416.165000', '114416.625000', '114417.085000', '114417.545000', '114418.005000', '114418.465000', '114418.925000', '114419.385000', '114419.845000', '114420.305000', '114420.765000', '114421.225000', '114421.685000', '114422.145000', '114422.605000', '114423.065000', '114423.525000', '114423.985000', '114424.445000', '114424.905000', '114425.365000', '114425.825000', '114426.285000', '114426.745000', '114427.205000', '114427.665000', '114428.125000', '114428.585000', '114429.045000', '114429.505000', '114429.965000', '114430.425000', '114430.885000', '114431.345000', '114431.805000', '114432.265000', '114432.725000', '114433.185000', '114433.645000', '114434.105000', '114434.565000', '114435.025000', '114435.485000', '114435.945000', '114436.405000', '114436.865000', '114437.325000', '114437.785000', '114438.245000', '114438.705000', '114439.165000', '114439.625000', '114440.085000', '114440.545000', '114441.005000', '114441.465000', '114441.925000', '114442.385000', '114442.845000', '114443.305000', '114443.765000', '114444.225000', '114444.685000', '114445.145000', '114445.605000', '114446.065000', '114446.525000', '114446.985000', '114447.445000', '114447.905000', '114448.365000', '114448.825000', '114449.285000', '114449.745000', '114450.205000', '114450.665000', '114451.125000', '114451.585000', '114452.045000', '114452.505000', '114452.965000', '114453.425000', '114453.885000', '114454.345000', '114454.805000', '114455.265000', '114455.725000', '114456.185000', '114456.645000', '114457.105000', '114457.565000', '114458.025000', '114458.485000', '114458.945000', '114459.405000', '114459.865000', '114500.325000', '114500.785000', '114501.245000', '114501.705000', '114502.165000', '114502.625000', '114503.085000', '114503.545000', '114504.005000', '114504.465000', '114504.925000', '114505.385000', '114505.845000', '114506.305000', '114506.765000', '114507.225000', '114507.685000', '114508.145000', '114508.605000', '114509.065000', '114509.525000', '114509.985000', '114510.445000', '114510.905000', '114511.365000', '114511.825000', '114512.285000', '114512.745000', '114513.205000', '114513.665000', '114514.125000', '114514.585000', '114515.045000', '114515.505000', '114515.965000', '114516.425000', '114516.885000', '114517.345000', '114517.805000', '114518.265000', '114518.725000', '114519.185000', '114519.645000', '114520.105000', '114520.565000', '114521.025000', '114521.485000', '114521.945000', '114522.405000', '114522.865000', '114523.325000', '114523.785000', '114524.245000', '114524.705000', '114525.165000', '114525.625000', '114526.085000', '114526.545000', '114527.005000', '114527.465000', '114527.925000', '114528.385000', '114528.845000', '114529.305000', '114529.765000', '114530.225000', '114530.685000', '114531.145000', '114531.605000', '114532.065000', '114532.525000', '114532.985000', '114533.445000', '114533.905000', '114534.365000', '114534.825000', '114535.285000', '114535.745000', '114536.205000', '114536.665000', '114537.125000', '114537.585000', '114538.045000', '114538.505000', '114538.965000', '114539.425000', '114539.885000', '114540.345000', '114540.805000', '114541.265000', '114541.725000', '114542.185000', '114542.645000', '114543.105000', '114543.565000', '114544.025000', '114544.485000', '114544.945000', '114545.405000', '114545.865000', '114546.325000', '114546.785000', '114547.245000', '114547.705000', '114548.165000', '114548.625000', '114549.085000', '114549.545000', '114550.005000', '114550.465000', '114550.925000', '114551.385000', '114551.845000', '114552.305000', '114552.765000', '114553.225000', '114553.685000', '114554.145000', '114554.605000', '114555.065000', '114555.525000', '114555.985000', '114556.445000', '114556.905000', '114557.365000', '114557.825000', '114558.285000', '114558.745000', '114559.205000', '114559.665000', '114600.125000', '114600.585000', '114601.045000', '114601.505000', '114601.965000', '114602.425000', '114602.885000', '114603.345000', '114603.805000', '114604.265000', '114604.725000', '114605.185000', '114605.645000', '114606.105000', '114606.565000', '114607.025000', '114607.485000', '114607.945000', '114608.405000', '114608.865000', '114609.325000', '114609.785000', '114610.245000', '114610.705000', '114611.165000', '114611.625000', '114612.085000', '114612.545000', '114613.005000', '114613.465000', '114613.925000', '114614.385000', '114614.845000', '114615.305000', '114615.765000', '114616.225000', '114616.685000', '114617.145000', '114617.605000', '114618.065000', '114618.525000', '114618.985000', '114619.445000', '114619.905000', '114620.365000', '114620.825000', '114621.285000', '114621.745000', '114622.205000', '114622.665000', '114623.125000', '114623.585000', '114624.045000', '114624.505000', '114624.965000', '114625.425000', '114625.885000', '114626.345000', '114626.805000', '114627.265000', '114627.725000', '114628.185000', '114628.645000', '114629.105000', '114629.565000', '114630.025000', '114630.485000', '114630.945000', '114631.405000', '114631.865000', '114632.325000', '114632.785000', '114633.245000', '114633.705000', '114634.165000', '114634.625000', '114635.085000', '114635.545000', '114636.005000', '114636.465000', '114636.925000', '114637.385000', '114637.845000', '114638.305000', '114638.765000', '114639.225000', '114639.685000', '114640.145000', '114640.605000', '114641.065000', '114641.525000', '114641.985000', '114642.445000', '114642.905000', '114643.365000', '114643.825000', '114644.285000', '114644.745000', '114645.205000', '114645.665000', '114646.125000', '114646.585000', '114647.045000', '114647.505000', '114647.965000', '114648.425000', '114648.885000', '114649.345000', '114649.805000', '114650.265000', '114650.725000', '114651.185000', '114651.645000', '114652.105000', '114652.565000', '114653.025000', '114653.485000', '114653.945000', '114654.405000', '114654.865000', '114655.325000', '114655.785000', '114656.245000', '114656.705000', '114657.165000', '114657.625000', '114658.085000', '114658.545000', '114659.005000', '114659.465000', '114659.925000', '114700.385000', '114700.845000', '114701.305000', '114701.765000', '114702.225000', '114702.685000', '114703.145000', '114703.605000', '114704.065000', '114704.525000', '114704.985000', '114705.445000', '114705.905000', '114706.365000', '114706.825000', '114707.285000', '114707.745000', '114708.205000', '114708.665000', '114709.125000', '114709.585000', '114710.045000', '114710.505000', '114710.965000', '114711.425000', '114711.885000', '114712.345000', '114712.805000', '114713.265000', '114713.725000', '114714.185000', '114714.645000', '114715.105000', '114715.565000', '114716.025000', '114716.485000', '114716.945000', '114717.405000', '114717.865000', '114718.325000', '114718.785000', '114719.245000', '114719.705000', '114720.165000', '114720.625000', '114721.085000', '114721.545000', '114722.005000', '114722.465000', '114722.925000', '114723.385000', '114723.845000', '114724.305000', '114724.765000', '114725.225000', '114725.685000', '114726.145000', '114726.605000', '114727.065000', '114727.525000', '114727.985000', '114728.445000', '114728.905000', '114729.365000', '114729.825000', '114730.285000', '114730.745000', '114731.205000', '114731.665000', '114732.125000', '114732.585000', '114733.045000', '114733.505000', '114733.965000', '114734.425000', '114734.885000', '114735.345000', '114735.805000', '114736.265000', '114736.725000', '114737.185000', '114737.645000', '114738.105000', '114738.565000', '114739.025000', '114739.485000', '114739.945000', '114740.405000', '114740.865000', '114741.325000', '114741.785000', '114742.245000', '114742.705000', '114743.165000', '114743.625000', '114744.085000', '114744.545000', '114745.005000', '114745.465000', '114745.925000', '114746.385000', '114746.845000', '114747.305000', '114747.765000', '114748.225000', '114748.685000', '114749.145000', '114749.605000', '114750.065000', '114750.525000', '114750.985000', '114751.445000', '114751.905000', '114752.365000', '114752.825000', '114753.285000', '114753.745000', '114754.205000', '114754.665000', '114755.125000', '114755.585000', '114756.045000', '114756.505000', '114756.965000', '114757.425000', '114757.885000', '114758.345000', '114758.805000', '114759.265000', '114759.725000', '114800.185000'], 'ContentTime': ['113841.589000', '113841.593000', '113841.595000', '113841.598000', '113841.601000', '113841.603000', '113841.606000', '113841.608000', '113841.611000', '113841.614000', '113841.617000', '113841.620000', '113841.623000', '113841.625000', '113841.628000', '113841.631000', '113841.633000', '113841.636000', '113841.638000', '113841.641000', '113841.644000', '113841.646000', '113841.649000', '113841.651000', '113841.654000', '113841.656000', '113841.660000', '113841.662000', '113841.665000', '113841.667000', '113841.670000', '113841.672000', '113841.675000', '113841.678000', '113841.680000', '113841.683000', '113841.690000', '113841.693000', '113841.695000', '113841.698000', '113841.700000', '113841.716000', '113841.718000', '113841.721000', '113841.724000', '113841.726000', '113841.729000', '113841.731000', '113841.734000', '113901.526000', '113901.529000', '113901.532000', '113901.534000', '113901.537000', '113901.540000', '113901.542000', '113901.545000', '113901.548000', '113901.550000', '113901.553000', '113901.555000', '113901.558000', '113901.561000', '113901.563000', '113901.566000', '113901.568000', '113901.571000', '113901.574000', '113901.576000', '113901.579000', '113901.581000', '113901.584000', '113901.587000', '113901.589000', '113901.592000', '113901.594000', '113901.597000', '113901.600000', '113901.602000', '113901.605000', '113901.607000', '113901.610000', '113901.613000', '113901.615000', '113901.618000', '113901.620000', '113901.623000', '113901.626000', '113901.628000', '113901.631000', '113901.633000', '113901.640000', '113901.643000', '113921.526000', '113921.529000', '113921.532000', '113921.534000', '113921.537000', '113921.540000', '113921.542000', '113921.545000', '113921.547000', '113921.550000', '113921.553000', '113921.555000', '113921.558000', '113921.560000', '113921.563000', '113921.565000', '113921.568000', '113921.571000', '113921.573000', '113921.576000', '113921.578000', '113921.581000', '113921.583000', '113921.586000', '113921.589000', '113921.591000', '113921.594000', '113921.596000', '113921.599000', '113921.601000', '113921.604000', '113921.607000', '113921.609000', '113921.612000', '113921.615000', '113921.617000', '113921.620000', '113921.622000', '113921.625000', '113921.628000', '113921.630000', '113921.633000', '113921.635000', '113941.526000', '113941.528000', '113941.531000', '113941.534000', '113941.537000', '113941.539000', '113941.542000', '113941.544000', '113941.547000', '113941.550000', '113941.552000', '113941.555000', '113941.557000', '113941.560000', '113941.562000', '113941.565000', '113941.568000', '113941.570000', '113941.573000', '113941.575000', '113941.578000', '113941.581000', '113941.583000', '113941.586000', '113941.588000', '113941.591000', '113941.593000', '113941.596000', '113941.599000', '113941.601000', '113941.604000', '113941.606000', '113941.609000', '113941.612000', '113941.614000', '113941.617000', '113941.620000', '113941.622000', '113941.625000', '113941.627000', '113941.630000', '113941.632000', '113941.635000', '113941.638000', '114001.526000', '114001.528000', '114001.531000', '114001.534000', '114001.536000', '114001.539000', '114001.542000', '114001.544000', '114001.547000', '114001.549000', '114001.552000', '114001.554000', '114001.557000', '114001.560000', '114001.562000', '114001.565000', '114001.567000', '114001.570000', '114001.573000', '114001.575000', '114001.578000', '114001.580000', '114001.583000', '114001.586000', '114001.588000', '114001.591000', '114001.593000', '114001.596000', '114001.599000', '114001.601000', '114001.604000', '114001.607000', '114001.609000', '114001.612000', '114001.614000', '114001.617000', '114001.619000', '114001.622000', '114001.625000', '114001.627000', '114001.630000', '114001.632000', '114001.635000', '114021.527000', '114021.529000', '114021.532000', '114021.535000', '114021.537000', '114021.540000', '114021.543000', '114021.545000', '114021.548000', '114021.550000', '114021.553000', '114021.555000', '114021.558000', '114021.561000', '114021.563000', '114021.566000', '114021.569000', '114021.571000', '114021.574000', '114021.576000', '114021.579000', '114021.582000', '114021.584000', '114021.587000', '114021.589000', '114021.592000', '114021.594000', '114021.597000', '114021.600000', '114021.602000', '114021.605000', '114021.608000', '114021.610000', '114021.613000', '114021.615000', '114021.618000', '114021.621000', '114021.623000', '114021.626000', '114021.628000', '114021.631000', '114021.633000', '114021.636000', '114021.639000', '114041.527000', '114041.529000', '114041.532000', '114041.535000', '114041.537000', '114041.540000', '114041.543000', '114041.545000', '114041.548000', '114041.550000', '114041.553000', '114041.555000', '114041.558000', '114041.561000', '114041.563000', '114041.566000', '114041.568000', '114041.571000', '114041.574000', '114041.576000', '114041.579000', '114041.582000', '114041.584000', '114041.587000', '114041.589000', '114041.592000', '114041.594000', '114041.597000', '114041.600000', '114041.602000', '114041.605000', '114041.608000', '114041.610000', '114041.613000', '114041.615000', '114041.618000', '114041.621000', '114041.623000', '114041.626000', '114041.628000', '114041.631000', '114041.634000', '114041.636000', '114101.527000', '114101.530000', '114101.532000', '114101.535000', '114101.537000', '114101.540000', '114101.543000', '114101.545000', '114101.548000', '114101.551000', '114101.553000', '114101.556000', '114101.559000', '114101.561000', '114101.564000', '114101.567000', '114101.569000', '114101.572000', '114101.574000', '114101.577000', '114101.580000', '114101.582000', '114101.585000', '114101.587000', '114101.590000', '114101.593000', '114101.595000', '114101.598000', '114101.600000', '114101.603000', '114101.606000', '114101.608000', '114101.611000', '114101.614000', '114101.616000', '114101.619000', '114101.621000', '114101.624000', '114101.627000', '114101.629000', '114101.632000', '114101.634000', '114101.643000', '114101.646000', '114121.527000', '114121.530000', '114121.532000', '114121.535000', '114121.537000', '114121.540000', '114121.543000', '114121.545000', '114121.548000', '114121.550000', '114121.553000', '114121.556000', '114121.558000', '114121.561000', '114121.564000', '114121.566000', '114121.569000', '114121.571000', '114121.574000', '114121.577000', '114121.579000', '114121.582000', '114121.585000', '114121.587000', '114121.590000', '114121.592000', '114121.595000', '114121.597000', '114121.600000', '114121.603000', '114121.605000', '114121.608000', '114121.611000', '114121.613000', '114121.616000', '114121.618000', '114121.621000', '114121.623000', '114121.626000', '114121.629000', '114121.631000', '114121.634000', '114121.636000', '114141.526000', '114141.529000', '114141.532000', '114141.535000', '114141.537000', '114141.540000', '114141.542000', '114141.545000', '114141.548000', '114141.551000', '114141.554000', '114141.557000', '114141.559000', '114141.562000', '114141.565000', '114141.567000', '114141.570000', '114141.573000', '114141.575000', '114141.578000', '114141.580000', '114141.583000', '114141.586000', '114141.588000', '114141.591000', '114141.593000', '114141.596000', '114141.599000', '114141.601000', '114141.604000', '114141.607000', '114141.609000', '114141.612000', '114141.614000', '114141.617000', '114141.620000', '114141.622000', '114141.625000', '114141.627000', '114141.630000', '114141.633000', '114141.635000', '114141.638000', '114201.525000', '114201.528000', '114201.531000', '114201.533000', '114201.536000', '114201.539000', '114201.541000', '114201.544000', '114201.546000', '114201.549000', '114201.552000', '114201.554000', '114201.557000', '114201.560000', '114201.562000', '114201.565000', '114201.567000', '114201.570000', '114201.573000', '114201.575000', '114201.578000', '114201.580000', '114201.583000', '114201.585000', '114201.588000', '114201.591000', '114201.593000', '114201.607000', '114201.610000', '114201.612000', '114201.615000', '114201.618000', '114201.620000', '114201.623000', '114201.625000', '114201.628000', '114201.631000', '114201.633000', '114201.636000', '114201.638000', '114201.641000', '114201.644000', '114201.646000', '114201.649000', '114221.525000', '114221.528000', '114221.531000', '114221.534000', '114221.537000', '114221.540000', '114221.542000', '114221.545000', '114221.548000', '114221.550000', '114221.553000', '114221.555000', '114221.558000', '114221.561000', '114221.563000', '114221.566000', '114221.568000', '114221.571000', '114221.574000', '114221.576000', '114221.579000', '114221.581000', '114221.584000', '114221.587000', '114221.590000', '114221.592000', '114221.595000', '114221.598000', '114221.600000', '114221.603000', '114221.606000', '114221.608000', '114221.611000', '114221.613000', '114221.616000', '114221.619000', '114221.621000', '114221.624000', '114221.626000', '114221.629000', '114221.632000', '114221.634000', '114221.637000', '114241.527000', '114241.529000', '114241.532000', '114241.535000', '114241.537000', '114241.540000', '114241.543000', '114241.545000', '114241.548000', '114241.550000', '114241.553000', '114241.556000', '114241.558000', '114241.561000', '114241.564000', '114241.567000', '114241.569000', '114241.572000', '114241.574000', '114241.577000', '114241.580000', '114241.582000', '114241.585000', '114241.588000', '114241.590000', '114241.593000', '114241.595000', '114241.598000', '114241.601000', '114241.603000', '114241.606000', '114241.609000', '114241.611000', '114241.614000', '114241.616000', '114241.619000', '114241.622000', '114241.624000', '114241.627000', '114241.629000', '114241.632000', '114241.635000', '114241.637000', '114241.640000', '114301.527000', '114301.529000', '114301.532000', '114301.535000', '114301.537000', '114301.540000', '114301.542000', '114301.545000', '114301.548000', '114301.550000', '114301.553000', '114301.555000', '114301.558000', '114301.561000', '114301.563000', '114301.566000', '114301.568000', '114301.571000', '114301.573000', '114301.576000', '114301.579000', '114301.581000', '114301.584000', '114301.586000', '114301.589000', '114301.592000', '114301.594000', '114301.597000', '114301.600000', '114301.602000', '114301.605000', '114301.607000', '114301.610000', '114301.613000', '114301.615000', '114301.618000', '114301.621000', '114301.623000', '114301.626000', '114301.628000', '114301.631000', '114301.634000', '114301.636000', '114321.527000', '114321.530000', '114321.532000', '114321.535000', '114321.537000', '114321.540000', '114321.542000', '114321.545000', '114321.548000', '114321.550000', '114321.553000', '114321.555000', '114321.558000', '114321.561000', '114321.563000', '114321.566000', '114321.568000', '114321.571000', '114321.574000', '114321.576000', '114321.579000', '114321.581000', '114321.584000', '114321.586000', '114321.589000', '114321.592000', '114321.594000', '114321.597000', '114321.600000', '114321.602000', '114321.605000', '114321.607000', '114321.610000', '114321.612000', '114321.615000', '114321.618000', '114321.620000', '114321.623000', '114321.625000', '114321.628000', '114321.631000', '114321.633000', '114321.636000', '114321.638000', '114341.527000', '114341.529000', '114341.532000', '114341.535000', '114341.537000', '114341.540000', '114341.543000', '114341.545000', '114341.548000', '114341.551000', '114341.553000', '114341.556000', '114341.559000', '114341.561000', '114341.564000', '114341.567000', '114341.569000', '114341.572000', '114341.574000', '114341.578000', '114341.581000', '114341.583000', '114341.586000', '114341.589000', '114341.592000', '114341.594000', '114341.597000', '114341.599000', '114341.602000', '114341.605000', '114341.607000', '114341.610000', '114341.612000', '114341.615000', '114341.618000', '114341.620000', '114341.623000', '114341.626000', '114341.628000', '114341.631000', '114341.633000', '114341.636000', '114341.639000', '114401.527000', '114401.530000', '114401.532000', '114401.535000', '114401.537000', '114401.540000', '114401.542000', '114401.545000', '114401.548000', '114401.550000', '114401.553000', '114401.556000', '114401.558000', '114401.561000', '114401.563000', '114401.566000', '114401.569000', '114401.571000', '114401.574000', '114401.576000', '114401.579000', '114401.582000', '114401.584000', '114401.587000', '114401.589000', '114401.592000', '114401.595000', '114401.597000', '114401.600000', '114401.602000', '114401.605000', '114401.608000', '114401.610000', '114401.613000', '114401.615000', '114401.618000', '114401.621000', '114401.623000', '114401.626000', '114401.629000', '114401.631000', '114401.634000', '114401.636000', '114401.639000', '114421.526000', '114421.528000', '114421.531000', '114421.534000', '114421.536000', '114421.539000', '114421.542000', '114421.544000', '114421.547000', '114421.549000', '114421.552000', '114421.554000', '114421.557000', '114421.560000', '114421.562000', '114421.565000', '114421.567000', '114421.570000', '114421.572000', '114421.575000', '114421.578000', '114421.580000', '114421.583000', '114421.586000', '114421.588000', '114421.591000', '114421.594000', '114421.596000', '114421.599000', '114421.602000', '114421.604000', '114421.607000', '114421.610000', '114421.612000', '114421.615000', '114421.618000', '114421.620000', '114421.623000', '114421.625000', '114421.628000', '114421.631000', '114421.633000', '114421.636000', '114441.526000', '114441.528000', '114441.531000', '114441.534000', '114441.536000', '114441.539000', '114441.541000', '114441.545000', '114441.548000', '114441.550000', '114441.553000', '114441.555000', '114441.558000', '114441.561000', '114441.563000', '114441.566000', '114441.568000', '114441.571000', '114441.574000', '114441.576000', '114441.579000', '114441.581000', '114441.584000', '114441.587000', '114441.589000', '114441.592000', '114441.595000', '114441.597000', '114441.600000', '114441.603000', '114441.605000', '114441.608000', '114441.610000', '114441.613000', '114441.616000', '114441.618000', '114441.621000', '114441.623000', '114441.626000', '114441.628000', '114441.631000', '114441.633000', '114441.636000', '114441.639000', '114501.526000', '114501.529000', '114501.532000', '114501.534000', '114501.537000', '114501.554000', '114501.557000', '114501.559000', '114501.562000', '114501.564000', '114501.567000', '114501.569000', '114501.572000', '114501.574000', '114501.577000', '114501.580000', '114501.582000', '114501.594000', '114501.596000', '114501.599000', '114501.602000', '114501.604000', '114501.607000', '114501.609000', '114501.612000', '114501.614000', '114501.619000', '114501.621000', '114501.624000', '114501.627000', '114501.629000', '114501.632000', '114501.634000', '114501.637000', '114501.640000', '114501.642000', '114501.645000', '114501.647000', '114501.650000', '114501.653000', '114501.655000', '114501.658000', '114501.660000', '114521.527000', '114521.530000', '114521.532000', '114521.535000', '114521.537000', '114521.540000', '114521.543000', '114521.545000', '114521.548000', '114521.550000', '114521.553000', '114521.556000', '114521.558000', '114521.561000', '114521.564000', '114521.566000', '114521.569000', '114521.571000', '114521.574000', '114521.577000', '114521.579000', '114521.582000', '114521.585000', '114521.587000', '114521.590000', '114521.592000', '114521.595000', '114521.598000', '114521.600000', '114521.603000', '114521.605000', '114521.608000', '114521.611000', '114521.614000', '114521.616000', '114521.619000', '114521.622000', '114521.624000', '114521.627000', '114521.629000', '114521.632000', '114521.634000', '114521.637000', '114521.639000', '114541.527000', '114541.530000', '114541.532000', '114541.535000', '114541.538000', '114541.540000', '114541.543000', '114541.545000', '114541.548000', '114541.551000', '114541.553000', '114541.556000', '114541.558000', '114541.561000', '114541.563000', '114541.566000', '114541.569000', '114541.571000', '114541.574000', '114541.576000', '114541.579000', '114541.582000', '114541.584000', '114541.587000', '114541.589000', '114541.592000', '114541.595000', '114541.597000', '114541.600000', '114541.602000', '114541.605000', '114541.608000', '114541.610000', '114541.613000', '114541.616000', '114541.619000', '114541.622000', '114541.625000', '114541.628000', '114541.630000', '114541.633000', '114541.635000', '114541.638000', '114601.527000', '114601.530000', '114601.532000', '114601.535000', '114601.537000', '114601.540000', '114601.543000', '114601.545000', '114601.548000', '114601.550000', '114601.553000', '114601.555000', '114601.558000', '114601.561000', '114601.563000', '114601.566000', '114601.569000', '114601.571000', '114601.574000', '114601.576000', '114601.579000', '114601.582000', '114601.584000', '114601.587000', '114601.589000', '114601.592000', '114601.594000', '114601.597000', '114601.600000', '114601.602000', '114601.605000', '114601.608000', '114601.610000', '114601.613000', '114601.616000', '114601.618000', '114601.621000', '114601.623000', '114601.626000', '114601.628000', '114601.631000', '114601.634000', '114601.636000', '114601.639000', '114621.527000', '114621.543000', '114621.546000', '114621.549000', '114621.551000', '114621.554000', '114621.556000', '114621.559000', '114621.561000', '114621.564000', '114621.567000', '114621.569000', '114621.572000', '114621.574000', '114621.577000', '114621.580000', '114621.582000', '114621.585000', '114621.587000', '114621.590000', '114621.593000', '114621.595000', '114621.598000', '114621.601000', '114621.603000', '114621.606000', '114621.608000', '114621.611000', '114621.614000', '114621.616000', '114621.619000', '114621.621000', '114621.624000', '114621.627000', '114621.629000', '114621.632000', '114621.634000', '114621.637000', '114621.640000', '114621.642000', '114621.645000', '114621.647000', '114621.650000', '114641.526000', '114641.529000', '114641.531000', '114641.534000', '114641.536000', '114641.539000', '114641.542000', '114641.544000', '114641.547000', '114641.549000', '114641.552000', '114641.555000', '114641.557000', '114641.560000', '114641.562000', '114641.565000', '114641.568000', '114641.570000', '114641.573000', '114641.575000', '114641.578000', '114641.581000', '114641.583000', '114641.586000', '114641.588000', '114641.591000', '114641.594000', '114641.596000', '114641.599000', '114641.602000', '114641.604000', '114641.607000', '114641.609000', '114641.612000', '114641.615000', '114641.617000', '114641.620000', '114641.622000', '114641.625000', '114641.628000', '114641.630000', '114641.633000', '114641.636000', '114641.638000', '114701.527000', '114701.530000', '114701.532000', '114701.535000', '114701.537000', '114701.540000', '114701.543000', '114701.545000', '114701.548000', '114701.550000', '114701.553000', '114701.555000', '114701.558000', '114701.561000', '114701.563000', '114701.566000', '114701.569000', '114701.571000', '114701.574000', '114701.576000', '114701.579000', '114701.582000', '114701.584000', '114701.587000', '114701.589000', '114701.592000', '114701.594000', '114701.597000', '114701.600000', '114701.603000', '114701.605000', '114701.608000', '114701.610000', '114701.613000', '114701.616000', '114701.618000', '114701.621000', '114701.623000', '114701.626000', '114701.628000', '114701.631000', '114701.634000', '114701.636000', '114721.527000', '114721.530000', '114721.532000', '114721.535000', '114721.538000', '114721.540000', '114721.543000', '114721.545000', '114721.548000', '114721.550000', '114721.553000', '114721.556000', '114721.558000', '114721.561000', '114721.563000', '114721.566000', '114721.569000', '114721.571000', '114721.574000', '114721.576000', '114721.579000', '114721.581000', '114721.584000', '114721.587000', '114721.589000', '114721.592000', '114721.594000', '114721.597000', '114721.600000', '114721.602000', '114721.605000', '114721.607000', '114721.610000', '114721.613000', '114721.615000', '114721.618000', '114721.620000', '114721.623000', '114721.625000', '114721.628000', '114721.631000', '114721.633000', '114721.636000', '114721.639000', '114741.527000', '114741.530000', '114741.532000', '114741.535000', '114741.538000', '114741.540000', '114741.543000', '114741.545000', '114741.548000', '114741.551000', '114741.553000', '114741.556000', '114741.558000', '114741.561000', '114741.564000', '114741.566000', '114741.569000', '114741.571000', '114741.574000', '114741.577000', '114741.579000', '114741.582000', '114741.584000', '114741.587000', '114741.590000', '114741.592000', '114741.595000', '114741.598000', '114741.601000', '114741.603000', '114741.606000', '114741.608000', '114741.611000', '114741.613000', '114741.616000', '114741.619000', '114741.621000', '114741.624000', '114741.627000', '114741.629000', '114741.632000', '114741.635000', '114741.637000', '114801.526000', '114801.529000', '114801.532000', '114801.535000', '114801.537000', '114801.540000', '114801.543000', '114801.549000', '114801.552000', '114801.555000', '114801.558000', '114801.561000', '114801.564000', '114801.568000', '114801.571000', '114801.575000', '114801.577000', '114801.580000', '114801.583000', '114801.585000', '114801.588000', '114801.590000', '114801.593000', '114801.596000', '114801.598000', '114801.601000', '114801.604000', '114801.608000', '114801.612000', '114801.615000', '114801.618000', '114801.621000', '114801.624000', '114801.627000', '114801.631000', '114801.635000', '114801.638000', '114801.642000', '114801.645000', '114801.648000', '114801.650000', '114801.653000', '114801.656000', '114801.658000', '114801.897000'], 'InstanceCreationTime': ['113841.589000', '113841.593000', '113841.595000', '113841.598000', '113841.601000', '113841.603000', '113841.606000', '113841.608000', '113841.611000', '113841.614000', '113841.617000', '113841.620000', '113841.623000', '113841.625000', '113841.628000', '113841.631000', '113841.633000', '113841.636000', '113841.638000', '113841.641000', '113841.644000', '113841.646000', '113841.649000', '113841.651000', '113841.654000', '113841.656000', '113841.660000', '113841.662000', '113841.665000', '113841.667000', '113841.670000', '113841.672000', '113841.675000', '113841.678000', '113841.680000', '113841.683000', '113841.690000', '113841.693000', '113841.695000', '113841.698000', '113841.700000', '113841.716000', '113841.718000', '113841.721000', '113841.724000', '113841.726000', '113841.729000', '113841.731000', '113841.734000', '113901.526000', '113901.529000', '113901.532000', '113901.534000', '113901.537000', '113901.540000', '113901.542000', '113901.545000', '113901.548000', '113901.550000', '113901.553000', '113901.555000', '113901.558000', '113901.561000', '113901.563000', '113901.566000', '113901.568000', '113901.571000', '113901.574000', '113901.576000', '113901.579000', '113901.581000', '113901.584000', '113901.587000', '113901.589000', '113901.592000', '113901.594000', '113901.597000', '113901.600000', '113901.602000', '113901.605000', '113901.607000', '113901.610000', '113901.613000', '113901.615000', '113901.618000', '113901.620000', '113901.623000', '113901.626000', '113901.628000', '113901.631000', '113901.633000', '113901.640000', '113901.643000', '113921.526000', '113921.529000', '113921.532000', '113921.534000', '113921.537000', '113921.540000', '113921.542000', '113921.545000', '113921.547000', '113921.550000', '113921.553000', '113921.555000', '113921.558000', '113921.560000', '113921.563000', '113921.565000', '113921.568000', '113921.571000', '113921.573000', '113921.576000', '113921.578000', '113921.581000', '113921.583000', '113921.586000', '113921.589000', '113921.591000', '113921.594000', '113921.596000', '113921.599000', '113921.601000', '113921.604000', '113921.607000', '113921.609000', '113921.612000', '113921.615000', '113921.617000', '113921.620000', '113921.622000', '113921.625000', '113921.628000', '113921.630000', '113921.633000', '113921.635000', '113941.526000', '113941.528000', '113941.531000', '113941.534000', '113941.537000', '113941.539000', '113941.542000', '113941.544000', '113941.547000', '113941.550000', '113941.552000', '113941.555000', '113941.557000', '113941.560000', '113941.562000', '113941.565000', '113941.568000', '113941.570000', '113941.573000', '113941.575000', '113941.578000', '113941.581000', '113941.583000', '113941.586000', '113941.588000', '113941.591000', '113941.593000', '113941.596000', '113941.599000', '113941.601000', '113941.604000', '113941.606000', '113941.609000', '113941.612000', '113941.614000', '113941.617000', '113941.620000', '113941.622000', '113941.625000', '113941.627000', '113941.630000', '113941.632000', '113941.635000', '113941.638000', '114001.526000', '114001.528000', '114001.531000', '114001.534000', '114001.536000', '114001.539000', '114001.542000', '114001.544000', '114001.547000', '114001.549000', '114001.552000', '114001.554000', '114001.557000', '114001.560000', '114001.562000', '114001.565000', '114001.567000', '114001.570000', '114001.573000', '114001.575000', '114001.578000', '114001.580000', '114001.583000', '114001.586000', '114001.588000', '114001.591000', '114001.593000', '114001.596000', '114001.599000', '114001.601000', '114001.604000', '114001.607000', '114001.609000', '114001.612000', '114001.614000', '114001.617000', '114001.619000', '114001.622000', '114001.625000', '114001.627000', '114001.630000', '114001.632000', '114001.635000', '114021.527000', '114021.529000', '114021.532000', '114021.535000', '114021.537000', '114021.540000', '114021.543000', '114021.545000', '114021.548000', '114021.550000', '114021.553000', '114021.555000', '114021.558000', '114021.561000', '114021.563000', '114021.566000', '114021.569000', '114021.571000', '114021.574000', '114021.576000', '114021.579000', '114021.582000', '114021.584000', '114021.587000', '114021.589000', '114021.592000', '114021.594000', '114021.597000', '114021.600000', '114021.602000', '114021.605000', '114021.608000', '114021.610000', '114021.613000', '114021.615000', '114021.618000', '114021.621000', '114021.623000', '114021.626000', '114021.628000', '114021.631000', '114021.633000', '114021.636000', '114021.639000', '114041.527000', '114041.529000', '114041.532000', '114041.535000', '114041.537000', '114041.540000', '114041.543000', '114041.545000', '114041.548000', '114041.550000', '114041.553000', '114041.555000', '114041.558000', '114041.561000', '114041.563000', '114041.566000', '114041.568000', '114041.571000', '114041.574000', '114041.576000', '114041.579000', '114041.582000', '114041.584000', '114041.587000', '114041.589000', '114041.592000', '114041.594000', '114041.597000', '114041.600000', '114041.602000', '114041.605000', '114041.608000', '114041.610000', '114041.613000', '114041.615000', '114041.618000', '114041.621000', '114041.623000', '114041.626000', '114041.628000', '114041.631000', '114041.634000', '114041.636000', '114101.527000', '114101.530000', '114101.532000', '114101.535000', '114101.537000', '114101.540000', '114101.543000', '114101.545000', '114101.548000', '114101.551000', '114101.553000', '114101.556000', '114101.559000', '114101.561000', '114101.564000', '114101.567000', '114101.569000', '114101.572000', '114101.574000', '114101.577000', '114101.580000', '114101.582000', '114101.585000', '114101.587000', '114101.590000', '114101.593000', '114101.595000', '114101.598000', '114101.600000', '114101.603000', '114101.606000', '114101.608000', '114101.611000', '114101.614000', '114101.616000', '114101.619000', '114101.621000', '114101.624000', '114101.627000', '114101.629000', '114101.632000', '114101.634000', '114101.643000', '114101.646000', '114121.527000', '114121.530000', '114121.532000', '114121.535000', '114121.537000', '114121.540000', '114121.543000', '114121.545000', '114121.548000', '114121.550000', '114121.553000', '114121.556000', '114121.558000', '114121.561000', '114121.564000', '114121.566000', '114121.569000', '114121.571000', '114121.574000', '114121.577000', '114121.579000', '114121.582000', '114121.585000', '114121.587000', '114121.590000', '114121.592000', '114121.595000', '114121.597000', '114121.600000', '114121.603000', '114121.605000', '114121.608000', '114121.611000', '114121.613000', '114121.616000', '114121.618000', '114121.621000', '114121.623000', '114121.626000', '114121.629000', '114121.631000', '114121.634000', '114121.636000', '114141.526000', '114141.529000', '114141.532000', '114141.535000', '114141.537000', '114141.540000', '114141.542000', '114141.545000', '114141.548000', '114141.551000', '114141.554000', '114141.557000', '114141.559000', '114141.562000', '114141.565000', '114141.567000', '114141.570000', '114141.573000', '114141.575000', '114141.578000', '114141.580000', '114141.583000', '114141.586000', '114141.588000', '114141.591000', '114141.593000', '114141.596000', '114141.599000', '114141.601000', '114141.604000', '114141.607000', '114141.609000', '114141.612000', '114141.614000', '114141.617000', '114141.620000', '114141.622000', '114141.625000', '114141.627000', '114141.630000', '114141.633000', '114141.635000', '114141.638000', '114201.525000', '114201.528000', '114201.531000', '114201.533000', '114201.536000', '114201.539000', '114201.541000', '114201.544000', '114201.546000', '114201.549000', '114201.552000', '114201.554000', '114201.557000', '114201.560000', '114201.562000', '114201.565000', '114201.567000', '114201.570000', '114201.573000', '114201.575000', '114201.578000', '114201.580000', '114201.583000', '114201.585000', '114201.588000', '114201.591000', '114201.593000', '114201.607000', '114201.610000', '114201.612000', '114201.615000', '114201.618000', '114201.620000', '114201.623000', '114201.625000', '114201.628000', '114201.631000', '114201.633000', '114201.636000', '114201.638000', '114201.641000', '114201.644000', '114201.646000', '114201.649000', '114221.525000', '114221.528000', '114221.531000', '114221.534000', '114221.537000', '114221.540000', '114221.542000', '114221.545000', '114221.548000', '114221.550000', '114221.553000', '114221.555000', '114221.558000', '114221.561000', '114221.563000', '114221.566000', '114221.568000', '114221.571000', '114221.574000', '114221.576000', '114221.579000', '114221.581000', '114221.584000', '114221.587000', '114221.590000', '114221.592000', '114221.595000', '114221.598000', '114221.600000', '114221.603000', '114221.606000', '114221.608000', '114221.611000', '114221.613000', '114221.616000', '114221.619000', '114221.621000', '114221.624000', '114221.626000', '114221.629000', '114221.632000', '114221.634000', '114221.637000', '114241.527000', '114241.529000', '114241.532000', '114241.535000', '114241.537000', '114241.540000', '114241.543000', '114241.545000', '114241.548000', '114241.550000', '114241.553000', '114241.556000', '114241.558000', '114241.561000', '114241.564000', '114241.567000', '114241.569000', '114241.572000', '114241.574000', '114241.577000', '114241.580000', '114241.582000', '114241.585000', '114241.588000', '114241.590000', '114241.593000', '114241.595000', '114241.598000', '114241.601000', '114241.603000', '114241.606000', '114241.609000', '114241.611000', '114241.614000', '114241.616000', '114241.619000', '114241.622000', '114241.624000', '114241.627000', '114241.629000', '114241.632000', '114241.635000', '114241.637000', '114241.640000', '114301.527000', '114301.529000', '114301.532000', '114301.535000', '114301.537000', '114301.540000', '114301.542000', '114301.545000', '114301.548000', '114301.550000', '114301.553000', '114301.555000', '114301.558000', '114301.561000', '114301.563000', '114301.566000', '114301.568000', '114301.571000', '114301.573000', '114301.576000', '114301.579000', '114301.581000', '114301.584000', '114301.586000', '114301.589000', '114301.592000', '114301.594000', '114301.597000', '114301.600000', '114301.602000', '114301.605000', '114301.607000', '114301.610000', '114301.613000', '114301.615000', '114301.618000', '114301.621000', '114301.623000', '114301.626000', '114301.628000', '114301.631000', '114301.634000', '114301.636000', '114321.527000', '114321.530000', '114321.532000', '114321.535000', '114321.537000', '114321.540000', '114321.542000', '114321.545000', '114321.548000', '114321.550000', '114321.553000', '114321.555000', '114321.558000', '114321.561000', '114321.563000', '114321.566000', '114321.568000', '114321.571000', '114321.574000', '114321.576000', '114321.579000', '114321.581000', '114321.584000', '114321.586000', '114321.589000', '114321.592000', '114321.594000', '114321.597000', '114321.600000', '114321.602000', '114321.605000', '114321.607000', '114321.610000', '114321.612000', '114321.615000', '114321.618000', '114321.620000', '114321.623000', '114321.625000', '114321.628000', '114321.631000', '114321.633000', '114321.636000', '114321.638000', '114341.527000', '114341.529000', '114341.532000', '114341.535000', '114341.537000', '114341.540000', '114341.543000', '114341.545000', '114341.548000', '114341.551000', '114341.553000', '114341.556000', '114341.559000', '114341.561000', '114341.564000', '114341.567000', '114341.569000', '114341.572000', '114341.574000', '114341.578000', '114341.581000', '114341.583000', '114341.586000', '114341.589000', '114341.592000', '114341.594000', '114341.597000', '114341.599000', '114341.602000', '114341.605000', '114341.607000', '114341.610000', '114341.612000', '114341.615000', '114341.618000', '114341.620000', '114341.623000', '114341.626000', '114341.628000', '114341.631000', '114341.633000', '114341.636000', '114341.639000', '114401.527000', '114401.530000', '114401.532000', '114401.535000', '114401.537000', '114401.540000', '114401.542000', '114401.545000', '114401.548000', '114401.550000', '114401.553000', '114401.556000', '114401.558000', '114401.561000', '114401.563000', '114401.566000', '114401.569000', '114401.571000', '114401.574000', '114401.576000', '114401.579000', '114401.582000', '114401.584000', '114401.587000', '114401.589000', '114401.592000', '114401.595000', '114401.597000', '114401.600000', '114401.602000', '114401.605000', '114401.608000', '114401.610000', '114401.613000', '114401.615000', '114401.618000', '114401.621000', '114401.623000', '114401.626000', '114401.629000', '114401.631000', '114401.634000', '114401.636000', '114401.639000', '114421.526000', '114421.528000', '114421.531000', '114421.534000', '114421.536000', '114421.539000', '114421.542000', '114421.544000', '114421.547000', '114421.549000', '114421.552000', '114421.554000', '114421.557000', '114421.560000', '114421.562000', '114421.565000', '114421.567000', '114421.570000', '114421.572000', '114421.575000', '114421.578000', '114421.580000', '114421.583000', '114421.586000', '114421.588000', '114421.591000', '114421.594000', '114421.596000', '114421.599000', '114421.602000', '114421.604000', '114421.607000', '114421.610000', '114421.612000', '114421.615000', '114421.618000', '114421.620000', '114421.623000', '114421.625000', '114421.628000', '114421.631000', '114421.633000', '114421.636000', '114441.526000', '114441.528000', '114441.531000', '114441.534000', '114441.536000', '114441.539000', '114441.541000', '114441.545000', '114441.548000', '114441.550000', '114441.553000', '114441.555000', '114441.558000', '114441.561000', '114441.563000', '114441.566000', '114441.568000', '114441.571000', '114441.574000', '114441.576000', '114441.579000', '114441.581000', '114441.584000', '114441.587000', '114441.589000', '114441.592000', '114441.595000', '114441.597000', '114441.600000', '114441.603000', '114441.605000', '114441.608000', '114441.610000', '114441.613000', '114441.616000', '114441.618000', '114441.621000', '114441.623000', '114441.626000', '114441.628000', '114441.631000', '114441.633000', '114441.636000', '114441.639000', '114501.526000', '114501.529000', '114501.532000', '114501.534000', '114501.537000', '114501.554000', '114501.557000', '114501.559000', '114501.562000', '114501.564000', '114501.567000', '114501.569000', '114501.572000', '114501.574000', '114501.577000', '114501.580000', '114501.582000', '114501.594000', '114501.596000', '114501.599000', '114501.602000', '114501.604000', '114501.607000', '114501.609000', '114501.612000', '114501.614000', '114501.619000', '114501.621000', '114501.624000', '114501.627000', '114501.629000', '114501.632000', '114501.634000', '114501.637000', '114501.640000', '114501.642000', '114501.645000', '114501.647000', '114501.650000', '114501.653000', '114501.655000', '114501.658000', '114501.660000', '114521.527000', '114521.530000', '114521.532000', '114521.535000', '114521.537000', '114521.540000', '114521.543000', '114521.545000', '114521.548000', '114521.550000', '114521.553000', '114521.556000', '114521.558000', '114521.561000', '114521.564000', '114521.566000', '114521.569000', '114521.571000', '114521.574000', '114521.577000', '114521.579000', '114521.582000', '114521.585000', '114521.587000', '114521.590000', '114521.592000', '114521.595000', '114521.598000', '114521.600000', '114521.603000', '114521.605000', '114521.608000', '114521.611000', '114521.614000', '114521.616000', '114521.619000', '114521.622000', '114521.624000', '114521.627000', '114521.629000', '114521.632000', '114521.634000', '114521.637000', '114521.639000', '114541.527000', '114541.530000', '114541.532000', '114541.535000', '114541.538000', '114541.540000', '114541.543000', '114541.545000', '114541.548000', '114541.551000', '114541.553000', '114541.556000', '114541.558000', '114541.561000', '114541.563000', '114541.566000', '114541.569000', '114541.571000', '114541.574000', '114541.576000', '114541.579000', '114541.582000', '114541.584000', '114541.587000', '114541.589000', '114541.592000', '114541.595000', '114541.597000', '114541.600000', '114541.602000', '114541.605000', '114541.608000', '114541.610000', '114541.613000', '114541.616000', '114541.619000', '114541.622000', '114541.625000', '114541.628000', '114541.630000', '114541.633000', '114541.635000', '114541.638000', '114601.527000', '114601.530000', '114601.532000', '114601.535000', '114601.537000', '114601.540000', '114601.543000', '114601.545000', '114601.548000', '114601.550000', '114601.553000', '114601.555000', '114601.558000', '114601.561000', '114601.563000', '114601.566000', '114601.569000', '114601.571000', '114601.574000', '114601.576000', '114601.579000', '114601.582000', '114601.584000', '114601.587000', '114601.589000', '114601.592000', '114601.594000', '114601.597000', '114601.600000', '114601.602000', '114601.605000', '114601.608000', '114601.610000', '114601.613000', '114601.616000', '114601.618000', '114601.621000', '114601.623000', '114601.626000', '114601.628000', '114601.631000', '114601.634000', '114601.636000', '114601.639000', '114621.527000', '114621.543000', '114621.546000', '114621.549000', '114621.551000', '114621.554000', '114621.556000', '114621.559000', '114621.561000', '114621.564000', '114621.567000', '114621.569000', '114621.572000', '114621.574000', '114621.577000', '114621.580000', '114621.582000', '114621.585000', '114621.587000', '114621.590000', '114621.593000', '114621.595000', '114621.598000', '114621.601000', '114621.603000', '114621.606000', '114621.608000', '114621.611000', '114621.614000', '114621.616000', '114621.619000', '114621.621000', '114621.624000', '114621.627000', '114621.629000', '114621.632000', '114621.634000', '114621.637000', '114621.640000', '114621.642000', '114621.645000', '114621.647000', '114621.650000', '114641.526000', '114641.529000', '114641.531000', '114641.534000', '114641.536000', '114641.539000', '114641.542000', '114641.544000', '114641.547000', '114641.549000', '114641.552000', '114641.555000', '114641.557000', '114641.560000', '114641.562000', '114641.565000', '114641.568000', '114641.570000', '114641.573000', '114641.575000', '114641.578000', '114641.581000', '114641.583000', '114641.586000', '114641.588000', '114641.591000', '114641.594000', '114641.596000', '114641.599000', '114641.602000', '114641.604000', '114641.607000', '114641.609000', '114641.612000', '114641.615000', '114641.617000', '114641.620000', '114641.622000', '114641.625000', '114641.628000', '114641.630000', '114641.633000', '114641.636000', '114641.638000', '114701.527000', '114701.530000', '114701.532000', '114701.535000', '114701.537000', '114701.540000', '114701.543000', '114701.545000', '114701.548000', '114701.550000', '114701.553000', '114701.555000', '114701.558000', '114701.561000', '114701.563000', '114701.566000', '114701.569000', '114701.571000', '114701.574000', '114701.576000', '114701.579000', '114701.582000', '114701.584000', '114701.587000', '114701.589000', '114701.592000', '114701.594000', '114701.597000', '114701.600000', '114701.603000', '114701.605000', '114701.608000', '114701.610000', '114701.613000', '114701.616000', '114701.618000', '114701.621000', '114701.623000', '114701.626000', '114701.628000', '114701.631000', '114701.634000', '114701.636000', '114721.527000', '114721.530000', '114721.532000', '114721.535000', '114721.538000', '114721.540000', '114721.543000', '114721.545000', '114721.548000', '114721.550000', '114721.553000', '114721.556000', '114721.558000', '114721.561000', '114721.563000', '114721.566000', '114721.569000', '114721.571000', '114721.574000', '114721.576000', '114721.579000', '114721.581000', '114721.584000', '114721.587000', '114721.589000', '114721.592000', '114721.594000', '114721.597000', '114721.600000', '114721.602000', '114721.605000', '114721.607000', '114721.610000', '114721.613000', '114721.615000', '114721.618000', '114721.620000', '114721.623000', '114721.625000', '114721.628000', '114721.631000', '114721.633000', '114721.636000', '114721.639000', '114741.527000', '114741.530000', '114741.532000', '114741.535000', '114741.538000', '114741.540000', '114741.543000', '114741.545000', '114741.548000', '114741.551000', '114741.553000', '114741.556000', '114741.558000', '114741.561000', '114741.564000', '114741.566000', '114741.569000', '114741.571000', '114741.574000', '114741.577000', '114741.579000', '114741.582000', '114741.584000', '114741.587000', '114741.590000', '114741.592000', '114741.595000', '114741.598000', '114741.601000', '114741.603000', '114741.606000', '114741.608000', '114741.611000', '114741.613000', '114741.616000', '114741.619000', '114741.621000', '114741.624000', '114741.627000', '114741.629000', '114741.632000', '114741.635000', '114741.637000', '114801.526000', '114801.529000', '114801.532000', '114801.535000', '114801.537000', '114801.540000', '114801.543000', '114801.549000', '114801.552000', '114801.555000', '114801.558000', '114801.561000', '114801.564000', '114801.568000', '114801.571000', '114801.575000', '114801.577000', '114801.580000', '114801.583000', '114801.585000', '114801.588000', '114801.590000', '114801.593000', '114801.596000', '114801.598000', '114801.601000', '114801.604000', '114801.608000', '114801.612000', '114801.615000', '114801.618000', '114801.621000', '114801.624000', '114801.627000', '114801.631000', '114801.635000', '114801.638000', '114801.642000', '114801.645000', '114801.648000', '114801.650000', '114801.653000', '114801.656000', '114801.658000', '114801.897000'], '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': [9926, 8199, 9869, 7348, 10530, 9102, 10562, 10461, 10635, 9451, 8719, 8897, 6683, 9793, 8671, 10732, 8446, 11057, 9295, 11149, 6857, 9106, 10861, 7446, 10558, 7122, 9580, 7110, 8571, 10636, 6925, 10080, 7019, 9747, 8173, 7625, 10256, 7122, 9835, 6741, 9361, 9075, 8082, 9888, 7175, 9671, 6792, 9713, 8979, 7532, 9937, 7151, 9536, 6743, 9396, 6746, 7298, 10874, 7442, 9540, 7578, 9658, 6880, 8144, 9930, 7088, 9582, 7176, 8820, 7010, 8801, 7970, 6910, 10052, 6959, 9627, 6688, 9141, 6819, 7215, 9690, 7047, 10011, 7385, 9321, 7035, 8847, 7049, 7530, 9922, 7253, 9699, 7091, 9423, 6810, 9699, 7519, 7350, 9218, 7793, 9313, 6881, 9045, 6896, 8977, 7651, 7209, 8167, 7071, 10178, 6963, 9351, 7096, 9205, 6772, 8210, 8749, 7201, 9833, 6920, 9507, 7773, 8949, 6979, 8656, 7011, 7782, 8426, 6826, 9296, 7598, 9142, 6890, 8939, 7313, 9172, 7334, 8602, 7274, 7711, 9693, 8352, 9172, 8204, 9844, 7715, 8481, 8140, 8153, 9662, 8281, 9873, 8853, 10073, 7714, 9477, 8633, 8541, 9981, 7860, 9847, 8775, 9907, 6812, 9140, 8304, 8348, 9546, 7961, 9948, 8058, 9720, 6750, 8886, 8255, 8096, 9714, 8292, 9819, 7883, 9278, 7023, 8138, 8692, 7467, 9460, 7685, 9429, 7623, 9032, 6836, 9005, 7122, 8085, 8802, 7655, 9692, 7495, 9304, 7797, 9107, 7164, 8572, 8557, 7656, 9585, 7328, 9167, 6832, 9537, 7469, 8394, 9305, 7942, 9455, 8385, 9473, 6727, 8411, 8425, 8456, 9158, 7724, 9361, 8377, 9227, 6851, 8428, 6900, 8591, 9861, 7697, 9473, 7137, 9375, 7101, 8357, 9744, 7911, 9455, 8740, 9536, 7137, 8339, 8103, 8203, 9815, 7871, 9603, 7337, 9230, 6943, 8480, 8269, 8005, 10318, 7562, 9978, 8033, 9424, 7063, 9233, 7483, 8155, 9752, 7798, 9589, 7511, 9055, 7192, 8398, 8546, 7997, 9692, 7844, 9270, 8094, 9179, 7258, 9143, 7064, 8219, 8364, 7670, 9781, 7875, 9218, 7403, 9083, 7219, 8545, 8847, 8110, 9995, 8329, 9720, 7396, 9252, 7252, 8224, 9155, 8713, 10116, 8729, 9534, 7103, 8819, 6932, 8217, 10049, 8040, 10127, 8771, 9548, 7003, 9041, 6658, 8583, 10187, 8093, 10540, 7836, 9438, 8673, 9582, 7196, 8460, 9930, 8107, 9879, 7916, 9313, 7812, 9165, 6957, 8012, 9699, 7959, 9851, 7782, 9268, 7982, 9218, 7058, 8289, 7630, 8252, 9768, 8479, 9319, 8092, 9370, 6802, 9085, 7161, 8447, 8491, 8020, 10582, 8374, 10196, 8569, 9536, 7343, 9090, 7059, 8214, 10740, 8048, 10090, 8721, 9630, 7483, 8995, 7972, 8552, 10638, 8383, 10206, 8573, 9403, 7153, 8979, 6850, 8096, 9674, 8312, 10165, 8038, 9352, 7829, 9035, 7183, 8618, 7029, 8534, 9581, 8024, 9594, 8060, 8910, 7126, 8434, 6901, 8205, 9824, 7949, 9621, 8821, 9315, 6912, 8519, 9217, 8295, 9438, 8342, 9309, 7306, 8415, 9086, 8366, 9826, 8495, 9734, 7830, 9129, 7310, 8574, 8170, 8237, 9928, 8284, 9256, 7534, 9294, 7468, 8431, 9667, 8261, 9839, 8908, 9345, 7149, 8892, 7109, 8180, 10019, 8386, 9560, 8992, 9241, 7316, 8771, 6885, 8192, 10412, 8173, 9756, 8492, 9067, 7168, 9089, 7049, 8020, 10323, 7867, 9712, 8722, 9288, 7362, 8665, 8611, 7905, 10475, 8471, 9973, 8150, 9215, 7037, 8801, 9776, 8244, 10278, 8433, 9740, 8103, 9266, 7310, 8960, 9613, 8588, 9885, 7838, 9730, 7973, 9295, 7167, 8527, 9216, 8216, 9969, 8371, 9639, 7282, 8883, 8236, 8747, 9900, 8210, 9432, 8905, 9422, 7314, 8915, 7464, 8886, 8833, 8676, 9603, 8260, 11076, 8827, 8916, 7450, 9053, 8542, 8514, 9624, 8388, 9662, 7810, 9474, 7613, 8718, 9725, 9279, 9815, 9240, 9685, 7626, 9056, 8963, 8784, 9757, 9347, 9967, 8635, 9606, 7667, 9285, 10106, 9084, 9815, 9403, 9732, 8051, 8862, 7269, 8495, 10045, 8986, 10038, 9429, 9716, 8865, 9372, 7376, 8752, 10134, 8694, 9730, 8063, 8834, 6897, 8691, 9590, 9242, 9672, 7794, 9458, 9609, 9404, 9935, 9029, 9452, 7548, 9102, 10065, 9916, 9962, 6930, 8635, 7599, 7589, 7483, 10020, 7170, 9055, 7024, 8621, 7380, 9278, 7940, 8399, 7873, 7445, 11413, 9153, 13187, 10127, 10286, 8919, 10936, 8768, 11000, 9405, 11036, 9430, 11637, 9664, 10995, 8077, 9977, 9667, 9365, 10656, 10396, 10779, 7783, 10117, 7557, 8917, 9323, 7525, 10460, 6954, 9496, 10673, 8783, 9892, 7502, 10184, 7645, 10248, 7118, 8735, 11061, 8266, 10313, 8243, 10465, 7096, 9266, 7915, 8815, 10219, 7541, 10104, 8298, 10199, 7303, 9391, 9613, 8281, 10168, 7703, 9929, 6812, 8932, 9063, 8777, 9642, 7615, 9533, 7314, 9444, 6819, 9386, 6860, 8777, 7614, 7394, 9996, 7100, 9701, 6653, 9446, 6884, 7643, 10793, 7461, 9641, 6893, 9701, 6905, 8277, 10654, 7686, 9161, 6923, 9345, 7481, 8334, 10424, 7441, 9368, 6916, 9171, 7640, 8260, 9421, 8095, 9297, 7483, 9333, 7368, 8581, 8376, 8446, 9747, 7972, 9269, 6708, 8549, 8568, 8304, 10106, 7882, 9381, 6826, 9303, 8767, 8589, 7887, 8091, 9787, 7655, 9331, 7015, 8583, 6820, 8217, 9220, 7810, 9450, 7561, 9167, 7227, 8671, 8588, 8196, 9845, 7577, 9414, 7718, 9338, 7250, 8206, 9742, 7793, 9947, 7650, 9220, 6968, 8973, 7583, 8222, 9294, 8518, 9618, 7482, 9145, 7010, 8641, 6821, 8071, 9174, 7287, 9853, 7485, 9538, 7942, 9112, 6855, 8403, 9215, 8285, 10096, 7564, 9439, 7285, 9120, 7284, 8865, 7545, 9263, 7407, 7154, 7431, 7804, 7717, 11382, 7649, 11042, 7909, 11667, 7907, 11351, 7668, 7888, 11533, 9475, 10402, 8310, 11880, 8101, 12143, 9027, 10487, 10108, 9786, 11146, 8788, 11378, 8066, 10217, 8092, 10765, 8144, 10029, 7384, 8515, 8291, 7901, 10861, 7249, 10605, 8980, 10026, 7210, 9473, 7377, 7615, 9466, 7139, 10151, 7694, 10592, 7899, 9861, 9373, 8786, 11913, 9689, 10487, 7589, 7755, 7483, 9292, 8490, 11441, 7900, 9382, 7273, 8937, 7058, 8783, 7487, 8628, 12637, 9450, 12088, 9764, 10223, 8154, 10079, 7386, 9197, 10406, 9256, 11963, 8028, 10093, 7571, 10308, 9396, 9942, 7845, 9657, 7109, 9245, 7294, 8330, 11379, 9201, 10884, 7446, 9553, 7350, 10170, 7508, 8425, 11533, 9899, 10775, 7335, 9659, 7351, 8905, 6928, 8082, 11417, 9460, 9540, 7931, 9496, 7598, 8909, 6971, 7959, 11404, 8755, 11188, 8929, 9396, 6925, 8745, 7526, 7792, 12037, 7655, 10319, 8706, 10701, 7444, 7332, 10548, 7143, 11027, 7435, 8709, 8992, 7264, 13077, 9428, 11634, 8060, 9390, 7711, 7666, 12389, 7649, 10554, 7089, 9615, 10214, 7610, 12163, 7559, 9403, 7360, 9182, 11542, 7323, 11159, 8478, 9553, 7324, 9080, 8520, 7349, 9219, 7029, 9091, 6826, 8213, 8343, 7598, 9026, 7261, 8671, 6970, 7911, 10807, 7913, 9768, 6961, 9099, 7189, 7282, 11237, 8084, 9648, 7093, 9113, 7173, 7058, 10927, 7101, 9528, 6896, 9001, 7164, 7812, 10071, 7137, 8758, 7255, 8998, 7966, 7181, 9758, 7285, 9564, 7165, 8716, 6900, 8737, 10417, 8978, 9585, 6976, 8447, 6994, 8896, 10524, 7373, 10151, 8073, 8963, 7042, 9088, 7282, 7650, 10940, 7596, 9666, 7385, 9208, 7180, 8405, 10881, 7319, 9536, 7895, 9484, 7065, 8716, 10374, 7445, 9237, 7769, 9321, 8558, 8189, 10694, 7831, 9070, 7652, 9405, 6632, 8909, 9487, 7218, 10831, 7123, 9196, 7401, 9016, 7101, 8903, 8877, 7972, 10712, 8627, 9220, 7447, 9342, 6899, 8923, 10164, 7805, 10601, 8896, 9241, 7913, 9526, 6990, 9057, 10119, 7635, 10323, 8264, 9585, 6822, 9233, 8425, 8057, 10814, 7770, 9760, 7087, 9858, 6989, 7701, 9769, 7071, 9856, 7991, 9596, 7078, 9352, 6997, 7488, 9948, 7026, 9231, 7947, 9345, 6863, 8617, 7204, 7234, 8627, 6993, 9016, 7368, 8754, 7174, 7945, 9326, 7310, 9075, 7152, 8967, 9088, 8272, 9112, 7213, 8939, 7113, 9221, 9601, 7184, 9295, 7460, 9252, 7009, 8849, 7993, 7309, 9922, 7611, 9437, 7920, 9588, 6899, 7640, 10091, 7365, 9434, 7636, 9197, 7036, 8891, 6794, 8347, 10164, 7350, 9867, 7486, 9457, 7122, 9001, 9000, 7863, 9906, 8175, 9523, 7476, 7997, 9466, 7262, 9215, 7476, 8922, 7275, 7146, 7707, 7423, 11038, 10471, 7681, 7132, 6789, 8703, 7875, 7871, 8310, 7467, 8661, 7309, 9944, 11354, 11635, 11363, 12462, 11237, 12431, 10463, 9701, 7114, 9962, 8014, 7649, 7600, 7512, 7066, 7685, 7052, 7901, 7176, 9415, 7299, 9675, 7530, 9541, 9689, 9026, 10775, 8139, 10141, 7076, 9531, 10349, 9182, 8587, 8215, 10047, 7311, 10132, 7164, 8938, 10541, 9002, 9851, 8301, 10357, 7870, 10177, 7716, 8680, 8844, 7509, 11005, 7484, 9659, 7108, 8280, 7106, 9903, 7554, 11271, 8770, 9952, 8605, 9906, 7290], 'WindowCenter': [4504.0, 4467.0, 4474.0, 4440.0, 4483.0, 4462.0, 4473.0, 4482.0, 4469.0, 4470.0, 4449.0, 4462.0, 4443.0, 4485.0, 4489.0, 4497.0, 4478.0, 4499.0, 4489.0, 4499.0, 4447.0, 4477.0, 4486.0, 4457.0, 4498.0, 4457.0, 4489.0, 4458.0, 4479.0, 4497.0, 4458.0, 4487.0, 4458.0, 4488.0, 4480.0, 4470.0, 4499.0, 4461.0, 4500.0, 4458.0, 4491.0, 4490.0, 4470.0, 4490.0, 4460.0, 4490.0, 4459.0, 4490.0, 4479.0, 4471.0, 4490.0, 4471.0, 4490.0, 4460.0, 4489.0, 4459.0, 4470.0, 4498.0, 4471.0, 4490.0, 4482.0, 4501.0, 4469.0, 4481.0, 4499.0, 4460.0, 4499.0, 4471.0, 4492.0, 4472.0, 4493.0, 4481.0, 4472.0, 4501.0, 4472.0, 4503.0, 4462.0, 4503.0, 4462.0, 4472.0, 4501.0, 4472.0, 4501.0, 4483.0, 4503.0, 4473.0, 4503.0, 4471.0, 4483.0, 4502.0, 4482.0, 4503.0, 4473.0, 4503.0, 4473.0, 4502.0, 4472.0, 4472.0, 4502.0, 4482.0, 4502.0, 4472.0, 4491.0, 4471.0, 4491.0, 4480.0, 4483.0, 4492.0, 4473.0, 4502.0, 4472.0, 4490.0, 4470.0, 4502.0, 4470.0, 4492.0, 4491.0, 4472.0, 4500.0, 4471.0, 4502.0, 4482.0, 4491.0, 4471.0, 4505.0, 4471.0, 4483.0, 4491.0, 4472.0, 4517.0, 4495.0, 4504.0, 4485.0, 4503.0, 4484.0, 4504.0, 4483.0, 4505.0, 4484.0, 4484.0, 4500.0, 4482.0, 4490.0, 4479.0, 4500.0, 4480.0, 4491.0, 4479.0, 4481.0, 4490.0, 4479.0, 4488.0, 4478.0, 4488.0, 4466.0, 4487.0, 4478.0, 4477.0, 4486.0, 4467.0, 4486.0, 4477.0, 4485.0, 4446.0, 4487.0, 4466.0, 4465.0, 4475.0, 4466.0, 4486.0, 4467.0, 4489.0, 4457.0, 4478.0, 4467.0, 4467.0, 4486.0, 4466.0, 4486.0, 4466.0, 4476.0, 4457.0, 4467.0, 4476.0, 4457.0, 4488.0, 4468.0, 4486.0, 4470.0, 4491.0, 4459.0, 4490.0, 4460.0, 4481.0, 4490.0, 4471.0, 4491.0, 4473.0, 4491.0, 4482.0, 4491.0, 4460.0, 4491.0, 4478.0, 4480.0, 4501.0, 4471.0, 4491.0, 4460.0, 4500.0, 4469.0, 4479.0, 4490.0, 4480.0, 4487.0, 4479.0, 4489.0, 4458.0, 4479.0, 4479.0, 4479.0, 4488.0, 4469.0, 4488.0, 4478.0, 4486.0, 4458.0, 4479.0, 4458.0, 4479.0, 4488.0, 4469.0, 4488.0, 4457.0, 4488.0, 4458.0, 4479.0, 4488.0, 4468.0, 4488.0, 4478.0, 4489.0, 4458.0, 4480.0, 4469.0, 4479.0, 4488.0, 4467.0, 4489.0, 4469.0, 4488.0, 4459.0, 4481.0, 4478.0, 4469.0, 4499.0, 4482.0, 4499.0, 4482.0, 4490.0, 4471.0, 4490.0, 4470.0, 4481.0, 4502.0, 4483.0, 4502.0, 4483.0, 4492.0, 4470.0, 4482.0, 4491.0, 4484.0, 4503.0, 4482.0, 4503.0, 4483.0, 4492.0, 4471.0, 4502.0, 4474.0, 4494.0, 4493.0, 4484.0, 4503.0, 4484.0, 4502.0, 4473.0, 4504.0, 4484.0, 4495.0, 4494.0, 4483.0, 4502.0, 4481.0, 4503.0, 4472.0, 4493.0, 4471.0, 4493.0, 4491.0, 4481.0, 4499.0, 4491.0, 4502.0, 4461.0, 4492.0, 4471.0, 4481.0, 4500.0, 4482.0, 4501.0, 4481.0, 4492.0, 4472.0, 4489.0, 4460.0, 4481.0, 4499.0, 4483.0, 4501.0, 4472.0, 4489.0, 4491.0, 4489.0, 4459.0, 4479.0, 4500.0, 4481.0, 4500.0, 4482.0, 4491.0, 4481.0, 4490.0, 4459.0, 4480.0, 4501.0, 4481.0, 4501.0, 4481.0, 4491.0, 4481.0, 4491.0, 4471.0, 4481.0, 4482.0, 4483.0, 4502.0, 4483.0, 4491.0, 4480.0, 4491.0, 4463.0, 4492.0, 4473.0, 4495.0, 4491.0, 4482.0, 4501.0, 4483.0, 4503.0, 4493.0, 4501.0, 4473.0, 4493.0, 4471.0, 4481.0, 4511.0, 4483.0, 4501.0, 4481.0, 4490.0, 4471.0, 4491.0, 4469.0, 4478.0, 4499.0, 4481.0, 4500.0, 4481.0, 4490.0, 4460.0, 4490.0, 4458.0, 4480.0, 4501.0, 4496.0, 4502.0, 4484.0, 4502.0, 4483.0, 4490.0, 4469.0, 4494.0, 4473.0, 4494.0, 4502.0, 4496.0, 4505.0, 4482.0, 4492.0, 4472.0, 4482.0, 4472.0, 4493.0, 4500.0, 4481.0, 4490.0, 4490.0, 4491.0, 4461.0, 4491.0, 4491.0, 4481.0, 4488.0, 4479.0, 4490.0, 4470.0, 4480.0, 4489.0, 4480.0, 4488.0, 4479.0, 4488.0, 4469.0, 4491.0, 4469.0, 4479.0, 4479.0, 4479.0, 4488.0, 4479.0, 4490.0, 4469.0, 4491.0, 4470.0, 4481.0, 4490.0, 4480.0, 4490.0, 4490.0, 4491.0, 4458.0, 4490.0, 4459.0, 4479.0, 4486.0, 4478.0, 4488.0, 4478.0, 4489.0, 4459.0, 4480.0, 4459.0, 4479.0, 4497.0, 4479.0, 4491.0, 4481.0, 4491.0, 4472.0, 4493.0, 4471.0, 4480.0, 4501.0, 4483.0, 4503.0, 4492.0, 4492.0, 4472.0, 4493.0, 4480.0, 4482.0, 4502.0, 4481.0, 4501.0, 4481.0, 4503.0, 4472.0, 4492.0, 4499.0, 4482.0, 4501.0, 4482.0, 4490.0, 4482.0, 4491.0, 4470.0, 4490.0, 4490.0, 4481.0, 4499.0, 4470.0, 4490.0, 4481.0, 4490.0, 4459.0, 4482.0, 4491.0, 4482.0, 4500.0, 4480.0, 4489.0, 4470.0, 4491.0, 4480.0, 4481.0, 4499.0, 4480.0, 4490.0, 4480.0, 4487.0, 4470.0, 4492.0, 4472.0, 4491.0, 4491.0, 4493.0, 4503.0, 4482.0, 4516.0, 4481.0, 4494.0, 4460.0, 4494.0, 4481.0, 4493.0, 4490.0, 4482.0, 4490.0, 4470.0, 4503.0, 4484.0, 4493.0, 4502.0, 4492.0, 4489.0, 4489.0, 4491.0, 4469.0, 4480.0, 4479.0, 4478.0, 4489.0, 4480.0, 4490.0, 4480.0, 4489.0, 4469.0, 4492.0, 4488.0, 4479.0, 4488.0, 4478.0, 4490.0, 4469.0, 4479.0, 4460.0, 4481.0, 4487.0, 4479.0, 4489.0, 4492.0, 4491.0, 4492.0, 4490.0, 4472.0, 4481.0, 4490.0, 4481.0, 4491.0, 4471.0, 4492.0, 4460.0, 4482.0, 4491.0, 4490.0, 4490.0, 4472.0, 4493.0, 4491.0, 4490.0, 4491.0, 4479.0, 4478.0, 4467.0, 4478.0, 4488.0, 4502.0, 4486.0, 4457.0, 4462.0, 4437.0, 4425.0, 4438.0, 4483.0, 4427.0, 4475.0, 4470.0, 4471.0, 4456.0, 4487.0, 4464.0, 4464.0, 4507.0, 4496.0, 4535.0, 4520.0, 4549.0, 4489.0, 4473.0, 4462.0, 4483.0, 4461.0, 4481.0, 4461.0, 4481.0, 4460.0, 4481.0, 4457.0, 4464.0, 4422.0, 4441.0, 4439.0, 4442.0, 4451.0, 4453.0, 4463.0, 4433.0, 4454.0, 4422.0, 4444.0, 4443.0, 4435.0, 4463.0, 4425.0, 4457.0, 4468.0, 4449.0, 4468.0, 4440.0, 4469.0, 4439.0, 4470.0, 4438.0, 4461.0, 4480.0, 4464.0, 4483.0, 4463.0, 4482.0, 4440.0, 4472.0, 4449.0, 4472.0, 4481.0, 4452.0, 4483.0, 4463.0, 4485.0, 4454.0, 4475.0, 4484.0, 4464.0, 4482.0, 4452.0, 4482.0, 4442.0, 4474.0, 4476.0, 4476.0, 4485.0, 4465.0, 4484.0, 4455.0, 4487.0, 4458.0, 4488.0, 4457.0, 4490.0, 4468.0, 4468.0, 4498.0, 4458.0, 4499.0, 4460.0, 4502.0, 4472.0, 4481.0, 4509.0, 4470.0, 4490.0, 4459.0, 4500.0, 4469.0, 4480.0, 4497.0, 4469.0, 4488.0, 4458.0, 4488.0, 4469.0, 4479.0, 4499.0, 4467.0, 4486.0, 4457.0, 4489.0, 4479.0, 4479.0, 4488.0, 4478.0, 4486.0, 4457.0, 4487.0, 4468.0, 4488.0, 4478.0, 4479.0, 4499.0, 4478.0, 4486.0, 4457.0, 4487.0, 4490.0, 4478.0, 4498.0, 4479.0, 4489.0, 4458.0, 4490.0, 4489.0, 4489.0, 4479.0, 4481.0, 4498.0, 4469.0, 4490.0, 4470.0, 4490.0, 4461.0, 4492.0, 4502.0, 4480.0, 4500.0, 4480.0, 4501.0, 4479.0, 4492.0, 4489.0, 4490.0, 4499.0, 4480.0, 4491.0, 4481.0, 4501.0, 4470.0, 4480.0, 4498.0, 4468.0, 4498.0, 4481.0, 4489.0, 4470.0, 4489.0, 4469.0, 4479.0, 4488.0, 4490.0, 4500.0, 4481.0, 4489.0, 4457.0, 4488.0, 4469.0, 4481.0, 4489.0, 4470.0, 4500.0, 4470.0, 4499.0, 4479.0, 4490.0, 4459.0, 4478.0, 4487.0, 4479.0, 4511.0, 4482.0, 4500.0, 4484.0, 4500.0, 4484.0, 4500.0, 4465.0, 4487.0, 4453.0, 4439.0, 4434.0, 4438.0, 4452.0, 4503.0, 4478.0, 4519.0, 4490.0, 4521.0, 4493.0, 4522.0, 4468.0, 4476.0, 4506.0, 4484.0, 4495.0, 4476.0, 4503.0, 4461.0, 4492.0, 4460.0, 4469.0, 4469.0, 4469.0, 4478.0, 4447.0, 4475.0, 4435.0, 4465.0, 4432.0, 4464.0, 4432.0, 4453.0, 4422.0, 4443.0, 4432.0, 4433.0, 4462.0, 4434.0, 4465.0, 4445.0, 4455.0, 4424.0, 4455.0, 4436.0, 4436.0, 4466.0, 4438.0, 4481.0, 4453.0, 4493.0, 4460.0, 4469.0, 4469.0, 4470.0, 4474.0, 4466.0, 4477.0, 4464.0, 4466.0, 4453.0, 4471.0, 4463.0, 4460.0, 4447.0, 4484.0, 4450.0, 4471.0, 4439.0, 4467.0, 4447.0, 4471.0, 4500.0, 4469.0, 4488.0, 4468.0, 4467.0, 4449.0, 4467.0, 4435.0, 4458.0, 4479.0, 4457.0, 4486.0, 4447.0, 4464.0, 4434.0, 4469.0, 4458.0, 4466.0, 4448.0, 4469.0, 4438.0, 4470.0, 4448.0, 4460.0, 4490.0, 4472.0, 4481.0, 4441.0, 4470.0, 4440.0, 4470.0, 4449.0, 4461.0, 4487.0, 4485.0, 4496.0, 4453.0, 4470.0, 4451.0, 4471.0, 4441.0, 4451.0, 4493.0, 4483.0, 4474.0, 4466.0, 4472.0, 4465.0, 4474.0, 4453.0, 4466.0, 4493.0, 4475.0, 4494.0, 4477.0, 4476.0, 4456.0, 4476.0, 4463.0, 4467.0, 4492.0, 4469.0, 4494.0, 4475.0, 4496.0, 4453.0, 4466.0, 4495.0, 4456.0, 4494.0, 4453.0, 4463.0, 4474.0, 4454.0, 4513.0, 4485.0, 4493.0, 4463.0, 4472.0, 4450.0, 4452.0, 4491.0, 4452.0, 4480.0, 4441.0, 4471.0, 4482.0, 4452.0, 4491.0, 4450.0, 4470.0, 4440.0, 4472.0, 4491.0, 4452.0, 4493.0, 4462.0, 4472.0, 4452.0, 4472.0, 4461.0, 4452.0, 4471.0, 4454.0, 4475.0, 4454.0, 4475.0, 4474.0, 4467.0, 4485.0, 4467.0, 4476.0, 4456.0, 4479.0, 4509.0, 4480.0, 4498.0, 4467.0, 4485.0, 4455.0, 4467.0, 4496.0, 4478.0, 4499.0, 4459.0, 4489.0, 4458.0, 4458.0, 4496.0, 4457.0, 4485.0, 4454.0, 4487.0, 4456.0, 4469.0, 4496.0, 4457.0, 4475.0, 4466.0, 4487.0, 4477.0, 4469.0, 4499.0, 4470.0, 4489.0, 4469.0, 4476.0, 4457.0, 4478.0, 4499.0, 4488.0, 4488.0, 4468.0, 4478.0, 4456.0, 4488.0, 4496.0, 4467.0, 4498.0, 4466.0, 4486.0, 4467.0, 4488.0, 4465.0, 4467.0, 4506.0, 4467.0, 4499.0, 4467.0, 4489.0, 4458.0, 4479.0, 4495.0, 4467.0, 4487.0, 4477.0, 4498.0, 4458.0, 4479.0, 4497.0, 4467.0, 4475.0, 4465.0, 4485.0, 4475.0, 4475.0, 4496.0, 4465.0, 4485.0, 4467.0, 4486.0, 4444.0, 4475.0, 4485.0, 4465.0, 4497.0, 4457.0, 4486.0, 4466.0, 4486.0, 4455.0, 4487.0, 4486.0, 4477.0, 4509.0, 4489.0, 4487.0, 4468.0, 4486.0, 4456.0, 4487.0, 4496.0, 4465.0, 4495.0, 4487.0, 4486.0, 4478.0, 4486.0, 4456.0, 4487.0, 4495.0, 4467.0, 4498.0, 4478.0, 4487.0, 4455.0, 4484.0, 4465.0, 4463.0, 4494.0, 4465.0, 4485.0, 4455.0, 4484.0, 4454.0, 4466.0, 4484.0, 4455.0, 4483.0, 4465.0, 4486.0, 4454.0, 4484.0, 4454.0, 4466.0, 4484.0, 4454.0, 4485.0, 4466.0, 4486.0, 4455.0, 4477.0, 4466.0, 4468.0, 4476.0, 4468.0, 4487.0, 4469.0, 4489.0, 4471.0, 4480.0, 4489.0, 4470.0, 4488.0, 4457.0, 4489.0, 4487.0, 4479.0, 4488.0, 4466.0, 4487.0, 4457.0, 4486.0, 4485.0, 4456.0, 4487.0, 4466.0, 4487.0, 4455.0, 4487.0, 4464.0, 4456.0, 4485.0, 4466.0, 4486.0, 4477.0, 4497.0, 4455.0, 4467.0, 4494.0, 4465.0, 4487.0, 4467.0, 4486.0, 4467.0, 4488.0, 4455.0, 4477.0, 4498.0, 4468.0, 4500.0, 4468.0, 4498.0, 4467.0, 4488.0, 4486.0, 4465.0, 4497.0, 4475.0, 4487.0, 4467.0, 4477.0, 4485.0, 4454.0, 4484.0, 4469.0, 4471.0, 4452.0, 4440.0, 4436.0, 4408.0, 4470.0, 4473.0, 4436.0, 4441.0, 4429.0, 4460.0, 4466.0, 4478.0, 4476.0, 4466.0, 4476.0, 4468.0, 4484.0, 4496.0, 4483.0, 4481.0, 4481.0, 4467.0, 4477.0, 4454.0, 4429.0, 4428.0, 4455.0, 4445.0, 4434.0, 4418.0, 4408.0, 4426.0, 4450.0, 4439.0, 4449.0, 4441.0, 4484.0, 4454.0, 4485.0, 4453.0, 4475.0, 4472.0, 4463.0, 4480.0, 4450.0, 4482.0, 4439.0, 4470.0, 4469.0, 4470.0, 4459.0, 4451.0, 4469.0, 4439.0, 4471.0, 4439.0, 4463.0, 4484.0, 4490.0, 4485.0, 4465.0, 4482.0, 4450.0, 4484.0, 4449.0, 4448.0, 4445.0, 4437.0, 4478.0, 4410.0, 4425.0, 4438.0, 4448.0, 4439.0, 4486.0, 4468.0, 4498.0, 4477.0, 4486.0, 4466.0, 4485.0, 4453.0], 'WindowWidth': [9898.0, 9835.0, 9837.0, 9787.0, 9847.0, 9814.0, 9831.0, 9842.0, 9819.0, 9823.0, 9796.0, 9817.0, 9793.0, 9851.0, 9866.0, 9871.0, 9849.0, 9876.0, 9863.0, 9875.0, 9803.0, 9844.0, 9854.0, 9817.0, 9873.0, 9819.0, 9864.0, 9822.0, 9850.0, 9872.0, 9822.0, 9859.0, 9821.0, 9863.0, 9853.0, 9841.0, 9879.0, 9830.0, 9881.0, 9824.0, 9869.0, 9868.0, 9841.0, 9867.0, 9828.0, 9866.0, 9824.0, 9866.0, 9851.0, 9842.0, 9868.0, 9844.0, 9869.0, 9830.0, 9866.0, 9825.0, 9840.0, 9877.0, 9846.0, 9870.0, 9861.0, 9886.0, 9842.0, 9858.0, 9880.0, 9830.0, 9881.0, 9846.0, 9875.0, 9851.0, 9877.0, 9860.0, 9849.0, 9886.0, 9849.0, 9892.0, 9836.0, 9889.0, 9836.0, 9849.0, 9886.0, 9848.0, 9884.0, 9866.0, 9891.0, 9854.0, 9893.0, 9849.0, 9864.0, 9889.0, 9864.0, 9892.0, 9854.0, 9892.0, 9852.0, 9889.0, 9849.0, 9848.0, 9890.0, 9864.0, 9889.0, 9852.0, 9875.0, 9847.0, 9874.0, 9861.0, 9866.0, 9877.0, 9853.0, 9889.0, 9849.0, 9872.0, 9845.0, 9891.0, 9847.0, 9876.0, 9875.0, 9850.0, 9884.0, 9847.0, 9892.0, 9866.0, 9873.0, 9849.0, 9898.0, 9848.0, 9866.0, 9875.0, 9852.0, 9917.0, 9888.0, 9896.0, 9873.0, 9894.0, 9869.0, 9897.0, 9868.0, 9899.0, 9869.0, 9868.0, 9886.0, 9863.0, 9870.0, 9857.0, 9883.0, 9857.0, 9873.0, 9857.0, 9860.0, 9871.0, 9853.0, 9863.0, 9849.0, 9866.0, 9832.0, 9861.0, 9850.0, 9848.0, 9859.0, 9833.0, 9860.0, 9847.0, 9857.0, 9805.0, 9860.0, 9831.0, 9829.0, 9842.0, 9831.0, 9859.0, 9835.0, 9864.0, 9822.0, 9850.0, 9834.0, 9833.0, 9857.0, 9831.0, 9858.0, 9831.0, 9844.0, 9821.0, 9835.0, 9844.0, 9821.0, 9863.0, 9839.0, 9859.0, 9842.0, 9870.0, 9830.0, 9870.0, 9829.0, 9857.0, 9869.0, 9844.0, 9871.0, 9850.0, 9874.0, 9864.0, 9872.0, 9831.0, 9871.0, 9854.0, 9858.0, 9886.0, 9846.0, 9873.0, 9831.0, 9883.0, 9841.0, 9854.0, 9870.0, 9856.0, 9863.0, 9854.0, 9865.0, 9825.0, 9851.0, 9854.0, 9851.0, 9864.0, 9840.0, 9862.0, 9850.0, 9860.0, 9824.0, 9853.0, 9824.0, 9853.0, 9865.0, 9840.0, 9863.0, 9821.0, 9863.0, 9823.0, 9851.0, 9862.0, 9838.0, 9863.0, 9851.0, 9867.0, 9825.0, 9855.0, 9840.0, 9853.0, 9862.0, 9836.0, 9867.0, 9838.0, 9864.0, 9829.0, 9858.0, 9852.0, 9840.0, 9879.0, 9862.0, 9882.0, 9862.0, 9871.0, 9846.0, 9870.0, 9845.0, 9860.0, 9889.0, 9864.0, 9889.0, 9867.0, 9876.0, 9845.0, 9862.0, 9874.0, 9868.0, 9893.0, 9866.0, 9892.0, 9866.0, 9875.0, 9848.0, 9890.0, 9856.0, 9880.0, 9880.0, 9870.0, 9891.0, 9868.0, 9892.0, 9852.0, 9896.0, 9869.0, 9884.0, 9881.0, 9866.0, 9888.0, 9859.0, 9890.0, 9849.0, 9877.0, 9849.0, 9879.0, 9873.0, 9859.0, 9880.0, 9871.0, 9890.0, 9833.0, 9877.0, 9848.0, 9859.0, 9883.0, 9862.0, 9886.0, 9860.0, 9874.0, 9848.0, 9868.0, 9829.0, 9857.0, 9880.0, 9865.0, 9886.0, 9847.0, 9868.0, 9873.0, 9867.0, 9827.0, 9854.0, 9881.0, 9860.0, 9884.0, 9862.0, 9873.0, 9861.0, 9869.0, 9828.0, 9856.0, 9886.0, 9859.0, 9887.0, 9862.0, 9874.0, 9860.0, 9871.0, 9847.0, 9860.0, 9862.0, 9864.0, 9890.0, 9864.0, 9873.0, 9858.0, 9874.0, 9839.0, 9876.0, 9853.0, 9883.0, 9875.0, 9862.0, 9886.0, 9864.0, 9891.0, 9876.0, 9887.0, 9851.0, 9878.0, 9846.0, 9858.0, 9898.0, 9864.0, 9887.0, 9860.0, 9870.0, 9846.0, 9872.0, 9838.0, 9852.0, 9880.0, 9859.0, 9882.0, 9858.0, 9870.0, 9831.0, 9869.0, 9826.0, 9856.0, 9886.0, 9888.0, 9887.0, 9867.0, 9890.0, 9863.0, 9872.0, 9843.0, 9879.0, 9853.0, 9880.0, 9890.0, 9888.0, 9897.0, 9860.0, 9875.0, 9847.0, 9862.0, 9850.0, 9878.0, 9885.0, 9859.0, 9870.0, 9868.0, 9873.0, 9832.0, 9873.0, 9873.0, 9859.0, 9865.0, 9854.0, 9869.0, 9843.0, 9855.0, 9867.0, 9854.0, 9864.0, 9850.0, 9863.0, 9838.0, 9871.0, 9839.0, 9854.0, 9853.0, 9853.0, 9864.0, 9853.0, 9870.0, 9840.0, 9870.0, 9844.0, 9857.0, 9868.0, 9855.0, 9867.0, 9868.0, 9872.0, 9823.0, 9868.0, 9825.0, 9851.0, 9858.0, 9849.0, 9863.0, 9849.0, 9867.0, 9826.0, 9857.0, 9827.0, 9853.0, 9874.0, 9854.0, 9871.0, 9857.0, 9872.0, 9848.0, 9877.0, 9847.0, 9858.0, 9886.0, 9864.0, 9889.0, 9873.0, 9874.0, 9849.0, 9877.0, 9857.0, 9860.0, 9886.0, 9861.0, 9884.0, 9861.0, 9889.0, 9848.0, 9873.0, 9880.0, 9860.0, 9885.0, 9860.0, 9870.0, 9862.0, 9872.0, 9842.0, 9869.0, 9869.0, 9858.0, 9881.0, 9844.0, 9870.0, 9858.0, 9869.0, 9828.0, 9859.0, 9873.0, 9860.0, 9882.0, 9858.0, 9866.0, 9841.0, 9871.0, 9855.0, 9857.0, 9881.0, 9857.0, 9870.0, 9855.0, 9863.0, 9842.0, 9872.0, 9848.0, 9871.0, 9872.0, 9877.0, 9891.0, 9859.0, 9909.0, 9852.0, 9878.0, 9827.0, 9880.0, 9856.0, 9876.0, 9868.0, 9859.0, 9869.0, 9841.0, 9892.0, 9865.0, 9878.0, 9888.0, 9872.0, 9867.0, 9867.0, 9872.0, 9839.0, 9855.0, 9854.0, 9850.0, 9863.0, 9852.0, 9867.0, 9852.0, 9864.0, 9839.0, 9871.0, 9863.0, 9852.0, 9863.0, 9849.0, 9867.0, 9837.0, 9853.0, 9829.0, 9856.0, 9861.0, 9851.0, 9865.0, 9873.0, 9870.0, 9874.0, 9870.0, 9846.0, 9856.0, 9867.0, 9858.0, 9870.0, 9844.0, 9873.0, 9831.0, 9860.0, 9870.0, 9867.0, 9868.0, 9844.0, 9874.0, 9869.0, 9867.0, 9869.0, 9851.0, 9847.0, 9834.0, 9849.0, 9864.0, 9887.0, 9859.0, 9822.0, 9818.0, 9776.0, 9753.0, 9778.0, 9846.0, 9760.0, 9839.0, 9847.0, 9833.0, 9818.0, 9860.0, 9827.0, 9825.0, 9905.0, 9891.0, 9944.0, 9928.0, 9967.0, 9864.0, 9832.0, 9814.0, 9849.0, 9813.0, 9840.0, 9814.0, 9843.0, 9810.0, 9842.0, 9801.0, 9805.0, 9747.0, 9771.0, 9766.0, 9774.0, 9786.0, 9792.0, 9805.0, 9768.0, 9794.0, 9751.0, 9781.0, 9777.0, 9771.0, 9806.0, 9759.0, 9805.0, 9821.0, 9796.0, 9821.0, 9786.0, 9823.0, 9784.0, 9826.0, 9783.0, 9814.0, 9840.0, 9823.0, 9849.0, 9821.0, 9843.0, 9788.0, 9832.0, 9799.0, 9831.0, 9843.0, 9806.0, 9848.0, 9822.0, 9853.0, 9813.0, 9841.0, 9852.0, 9823.0, 9847.0, 9808.0, 9848.0, 9796.0, 9840.0, 9844.0, 9844.0, 9854.0, 9830.0, 9852.0, 9817.0, 9860.0, 9825.0, 9865.0, 9823.0, 9871.0, 9839.0, 9840.0, 9877.0, 9826.0, 9883.0, 9830.0, 9889.0, 9849.0, 9860.0, 9894.0, 9844.0, 9870.0, 9829.0, 9883.0, 9843.0, 9859.0, 9879.0, 9841.0, 9866.0, 9825.0, 9866.0, 9841.0, 9856.0, 9881.0, 9838.0, 9862.0, 9822.0, 9868.0, 9855.0, 9853.0, 9866.0, 9852.0, 9860.0, 9821.0, 9862.0, 9839.0, 9865.0, 9853.0, 9856.0, 9881.0, 9853.0, 9861.0, 9823.0, 9864.0, 9870.0, 9853.0, 9879.0, 9857.0, 9868.0, 9827.0, 9872.0, 9869.0, 9868.0, 9857.0, 9861.0, 9880.0, 9841.0, 9870.0, 9845.0, 9874.0, 9834.0, 9877.0, 9890.0, 9860.0, 9885.0, 9860.0, 9889.0, 9861.0, 9879.0, 9872.0, 9873.0, 9883.0, 9859.0, 9874.0, 9863.0, 9890.0, 9846.0, 9859.0, 9881.0, 9841.0, 9882.0, 9861.0, 9871.0, 9846.0, 9870.0, 9843.0, 9856.0, 9870.0, 9873.0, 9886.0, 9864.0, 9871.0, 9827.0, 9870.0, 9844.0, 9862.0, 9870.0, 9847.0, 9885.0, 9846.0, 9884.0, 9856.0, 9874.0, 9832.0, 9855.0, 9865.0, 9856.0, 9902.0, 9864.0, 9888.0, 9870.0, 9887.0, 9872.0, 9889.0, 9835.0, 9863.0, 9810.0, 9788.0, 9774.0, 9780.0, 9807.0, 9880.0, 9857.0, 9911.0, 9878.0, 9918.0, 9885.0, 9921.0, 9839.0, 9849.0, 9889.0, 9858.0, 9871.0, 9847.0, 9880.0, 9820.0, 9862.0, 9814.0, 9827.0, 9823.0, 9824.0, 9836.0, 9791.0, 9828.0, 9773.0, 9814.0, 9767.0, 9811.0, 9766.0, 9795.0, 9752.0, 9781.0, 9767.0, 9769.0, 9806.0, 9772.0, 9814.0, 9787.0, 9800.0, 9758.0, 9799.0, 9777.0, 9779.0, 9819.0, 9786.0, 9845.0, 9811.0, 9864.0, 9818.0, 9825.0, 9828.0, 9833.0, 9826.0, 9816.0, 9835.0, 9826.0, 9831.0, 9808.0, 9829.0, 9821.0, 9797.0, 9793.0, 9856.0, 9803.0, 9833.0, 9787.0, 9825.0, 9797.0, 9834.0, 9871.0, 9827.0, 9850.0, 9823.0, 9822.0, 9798.0, 9822.0, 9778.0, 9810.0, 9839.0, 9808.0, 9847.0, 9795.0, 9815.0, 9774.0, 9826.0, 9811.0, 9819.0, 9798.0, 9825.0, 9783.0, 9828.0, 9800.0, 9815.0, 9856.0, 9832.0, 9844.0, 9792.0, 9828.0, 9789.0, 9829.0, 9801.0, 9818.0, 9850.0, 9858.0, 9871.0, 9811.0, 9829.0, 9807.0, 9832.0, 9792.0, 9804.0, 9862.0, 9851.0, 9840.0, 9831.0, 9835.0, 9832.0, 9842.0, 9810.0, 9832.0, 9867.0, 9845.0, 9868.0, 9847.0, 9844.0, 9821.0, 9845.0, 9826.0, 9835.0, 9859.0, 9842.0, 9868.0, 9841.0, 9871.0, 9814.0, 9833.0, 9869.0, 9820.0, 9867.0, 9811.0, 9824.0, 9839.0, 9813.0, 9893.0, 9856.0, 9864.0, 9824.0, 9833.0, 9803.0, 9806.0, 9857.0, 9806.0, 9841.0, 9791.0, 9831.0, 9847.0, 9806.0, 9858.0, 9803.0, 9828.0, 9789.0, 9832.0, 9858.0, 9807.0, 9862.0, 9820.0, 9835.0, 9809.0, 9835.0, 9819.0, 9809.0, 9833.0, 9813.0, 9843.0, 9816.0, 9846.0, 9844.0, 9837.0, 9858.0, 9838.0, 9848.0, 9822.0, 9855.0, 9894.0, 9857.0, 9880.0, 9838.0, 9859.0, 9819.0, 9836.0, 9874.0, 9853.0, 9882.0, 9828.0, 9867.0, 9825.0, 9824.0, 9874.0, 9821.0, 9858.0, 9816.0, 9863.0, 9822.0, 9841.0, 9876.0, 9824.0, 9847.0, 9833.0, 9864.0, 9851.0, 9842.0, 9883.0, 9845.0, 9868.0, 9843.0, 9850.0, 9823.0, 9853.0, 9881.0, 9867.0, 9866.0, 9841.0, 9853.0, 9821.0, 9864.0, 9875.0, 9836.0, 9879.0, 9835.0, 9862.0, 9838.0, 9866.0, 9834.0, 9838.0, 9889.0, 9839.0, 9882.0, 9838.0, 9868.0, 9826.0, 9855.0, 9873.0, 9837.0, 9863.0, 9850.0, 9881.0, 9825.0, 9854.0, 9878.0, 9836.0, 9845.0, 9830.0, 9856.0, 9844.0, 9844.0, 9874.0, 9833.0, 9858.0, 9837.0, 9860.0, 9803.0, 9845.0, 9858.0, 9833.0, 9876.0, 9825.0, 9861.0, 9836.0, 9861.0, 9820.0, 9862.0, 9861.0, 9850.0, 9895.0, 9868.0, 9865.0, 9842.0, 9861.0, 9821.0, 9863.0, 9874.0, 9833.0, 9873.0, 9864.0, 9862.0, 9853.0, 9863.0, 9822.0, 9862.0, 9872.0, 9836.0, 9879.0, 9851.0, 9862.0, 9818.0, 9856.0, 9830.0, 9827.0, 9867.0, 9830.0, 9859.0, 9816.0, 9856.0, 9815.0, 9832.0, 9854.0, 9817.0, 9854.0, 9831.0, 9861.0, 9815.0, 9856.0, 9816.0, 9833.0, 9854.0, 9815.0, 9856.0, 9832.0, 9860.0, 9818.0, 9849.0, 9835.0, 9841.0, 9849.0, 9841.0, 9865.0, 9842.0, 9870.0, 9848.0, 9860.0, 9870.0, 9847.0, 9867.0, 9825.0, 9868.0, 9865.0, 9855.0, 9866.0, 9837.0, 9865.0, 9823.0, 9861.0, 9858.0, 9820.0, 9864.0, 9835.0, 9862.0, 9820.0, 9863.0, 9830.0, 9820.0, 9858.0, 9835.0, 9861.0, 9850.0, 9878.0, 9820.0, 9835.0, 9870.0, 9832.0, 9862.0, 9837.0, 9860.0, 9838.0, 9866.0, 9821.0, 9852.0, 9878.0, 9840.0, 9885.0, 9841.0, 9881.0, 9839.0, 9866.0, 9861.0, 9833.0, 9876.0, 9846.0, 9862.0, 9834.0, 9851.0, 9860.0, 9817.0, 9855.0, 9842.0, 9831.0, 9811.0, 9785.0, 9774.0, 9721.0, 9824.0, 9834.0, 9776.0, 9791.0, 9772.0, 9820.0, 9835.0, 9852.0, 9847.0, 9834.0, 9849.0, 9840.0, 9855.0, 9873.0, 9847.0, 9840.0, 9833.0, 9812.0, 9827.0, 9793.0, 9748.0, 9767.0, 9797.0, 9787.0, 9770.0, 9739.0, 9726.0, 9765.0, 9801.0, 9784.0, 9797.0, 9792.0, 9855.0, 9816.0, 9855.0, 9811.0, 9838.0, 9831.0, 9818.0, 9840.0, 9798.0, 9845.0, 9786.0, 9826.0, 9824.0, 9828.0, 9811.0, 9802.0, 9825.0, 9785.0, 9828.0, 9786.0, 9821.0, 9851.0, 9867.0, 9854.0, 9826.0, 9847.0, 9799.0, 9850.0, 9801.0, 9792.0, 9785.0, 9776.0, 9833.0, 9727.0, 9741.0, 9782.0, 9793.0, 9787.0, 9855.0, 9836.0, 9876.0, 9845.0, 9855.0, 9830.0, 9856.0, 9809.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.005971222397476341</td></tr>
<tr><td colspan=3>aqi</td><td>0.04752861648264985</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.68189834134966</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1944631201736393</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0830637864325179</td></tr>
<tr><td colspan=3>efc</td><td>0.5433</td></tr>
<tr><td colspan=3>fber</td><td>2813.856</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16859712854944425</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>198</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.615141955835963</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5703655443211115</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4686434865974984</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7407791164729156</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.501674029892921</td></tr>
<tr><td colspan=3>gcor</td><td>0.00871587</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0013035695301368833</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0364789254963398</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1268</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.525547322572707</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>12.244</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>74.1547</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>264.8722</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>71.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283452.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1218.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.9488</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1663</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.3692</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3626.7835</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93092.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>837.2423</td></tr>
<tr><td colspan=3>tsnr</td><td>28.869896181277</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>