ds005256-mriqc/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 1b6ac97a27 [DATALAD RUNCMD] Compute MRIQC for sub-0070
=== 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-0070 --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-0070",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:24:05 +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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-04/func/sub-0070_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>6a839a3e28e5a348dd45754ea36c2a2c</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:30:41.710000</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.999046, 0.0371151, -0.0230207, -0.0357604, 0.997751, 0.0567008]</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.0887457</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>[4150, -7765, -7269, 479, -15, -279, 55, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>276.163</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f44c36b5-63d3-46c2-8ab7-10656ff99190||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.6803667545318604, -0.09594259411096573, -0.06769808381795883, 117.53343200683594], [-0.09957704693078995, 2.676891803741455, 0.15072347223758698, -89.22964477539062], [-0.06176282837986946, -0.15212421119213104, 2.694939613342285, -68.50264739990234], [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': ['133041.710000', '133042.170000', '133042.630000', '133043.090000', '133043.550000', '133044.010000', '133044.470000', '133044.930000', '133045.390000', '133045.850000', '133046.310000', '133046.770000', '133047.230000', '133047.690000', '133048.150000', '133048.610000', '133049.070000', '133049.530000', '133049.990000', '133050.450000', '133050.910000', '133051.370000', '133051.830000', '133052.290000', '133052.750000', '133053.210000', '133053.670000', '133054.130000', '133054.590000', '133055.050000', '133055.510000', '133055.970000', '133056.430000', '133056.890000', '133057.350000', '133057.810000', '133058.270000', '133058.730000', '133059.190000', '133059.650000', '133100.110000', '133100.570000', '133101.030000', '133101.490000', '133101.950000', '133102.410000', '133102.870000', '133103.330000', '133103.790000', '133104.250000', '133104.710000', '133105.170000', '133105.630000', '133106.090000', '133106.550000', '133107.010000', '133107.470000', '133107.930000', '133108.390000', '133108.850000', '133109.310000', '133109.770000', '133110.230000', '133110.690000', '133111.150000', '133111.610000', '133112.070000', '133112.530000', '133112.990000', '133113.450000', '133113.910000', '133114.370000', '133114.830000', '133115.290000', '133115.750000', '133116.210000', '133116.670000', '133117.130000', '133117.590000', '133118.050000', '133118.510000', '133118.970000', '133119.430000', '133119.890000', '133120.350000', '133120.810000', '133121.270000', '133121.730000', '133122.190000', '133122.650000', '133123.110000', '133123.570000', '133124.030000', '133124.490000', '133124.950000', '133125.410000', '133125.870000', '133126.330000', '133126.790000', '133127.250000', '133127.710000', '133128.170000', '133128.630000', '133129.090000', '133129.550000', '133130.010000', '133130.470000', '133130.930000', '133131.390000', '133131.850000', '133132.310000', '133132.770000', '133133.230000', '133133.690000', '133134.150000', '133134.610000', '133135.070000', '133135.530000', '133135.990000', '133136.450000', '133136.910000', '133137.370000', '133137.830000', '133138.290000', '133138.750000', '133139.210000', '133139.670000', '133140.130000', '133140.590000', '133141.050000', '133141.510000', '133141.970000', '133142.430000', '133142.890000', '133143.350000', '133143.810000', '133144.270000', '133144.730000', '133145.190000', '133145.650000', '133146.110000', '133146.570000', '133147.030000', '133147.490000', '133147.950000', '133148.410000', '133148.870000', '133149.330000', '133149.790000', '133150.250000', '133150.710000', '133151.170000', '133151.630000', '133152.090000', '133152.550000', '133153.010000', '133153.470000', '133153.930000', '133154.390000', '133154.850000', '133155.310000', '133155.770000', '133156.230000', '133156.690000', '133157.150000', '133157.610000', '133158.070000', '133158.530000', '133158.990000', '133159.450000', '133159.910000', '133200.370000', '133200.830000', '133201.290000', '133201.750000', '133202.210000', '133202.670000', '133203.130000', '133203.590000', '133204.050000', '133204.510000', '133204.970000', '133205.430000', '133205.890000', '133206.350000', '133206.810000', '133207.270000', '133207.730000', '133208.190000', '133208.650000', '133209.110000', '133209.570000', '133210.030000', '133210.490000', '133210.950000', '133211.410000', '133211.870000', '133212.330000', '133212.790000', '133213.250000', '133213.710000', '133214.170000', '133214.630000', '133215.090000', '133215.550000', '133216.010000', '133216.470000', '133216.930000', '133217.390000', '133217.850000', '133218.310000', '133218.770000', '133219.230000', '133219.690000', '133220.150000', '133220.610000', '133221.070000', '133221.530000', '133221.990000', '133222.450000', '133222.910000', '133223.370000', '133223.830000', '133224.290000', '133224.750000', '133225.210000', '133225.670000', '133226.130000', '133226.590000', '133227.050000', '133227.510000', '133227.970000', '133228.430000', '133228.890000', '133229.350000', '133229.810000', '133230.270000', '133230.730000', '133231.190000', '133231.650000', '133232.110000', '133232.570000', '133233.030000', '133233.490000', '133233.950000', '133234.410000', '133234.870000', '133235.330000', '133235.790000', '133236.250000', '133236.710000', '133237.170000', '133237.630000', '133238.090000', '133238.550000', '133239.010000', '133239.470000', '133239.930000', '133240.390000', '133240.850000', '133241.310000', '133241.770000', '133242.230000', '133242.690000', '133243.150000', '133243.610000', '133244.070000', '133244.530000', '133244.990000', '133245.450000', '133245.910000', '133246.370000', '133246.830000', '133247.290000', '133247.750000', '133248.210000', '133248.670000', '133249.130000', '133249.590000', '133250.050000', '133250.510000', '133250.970000', '133251.430000', '133251.890000', '133252.350000', '133252.810000', '133253.270000', '133253.730000', '133254.190000', '133254.650000', '133255.110000', '133255.570000', '133256.030000', '133256.490000', '133256.950000', '133257.410000', '133257.870000', '133258.330000', '133258.790000', '133259.250000', '133259.710000', '133300.170000', '133300.630000', '133301.090000', '133301.550000', '133302.010000', '133302.470000', '133302.930000', '133303.390000', '133303.850000', '133304.310000', '133304.770000', '133305.230000', '133305.690000', '133306.150000', '133306.610000', '133307.070000', '133307.530000', '133307.990000', '133308.450000', '133308.910000', '133309.370000', '133309.830000', '133310.290000', '133310.750000', '133311.210000', '133311.670000', '133312.130000', '133312.590000', '133313.050000', '133313.510000', '133313.970000', '133314.430000', '133314.890000', '133315.350000', '133315.810000', '133316.270000', '133316.730000', '133317.190000', '133317.650000', '133318.110000', '133318.570000', '133319.030000', '133319.490000', '133319.950000', '133320.410000', '133320.870000', '133321.330000', '133321.790000', '133322.250000', '133322.710000', '133323.170000', '133323.630000', '133324.090000', '133324.550000', '133325.010000', '133325.470000', '133325.930000', '133326.390000', '133326.850000', '133327.310000', '133327.770000', '133328.230000', '133328.690000', '133329.150000', '133329.610000', '133330.070000', '133330.530000', '133330.990000', '133331.450000', '133331.910000', '133332.370000', '133332.830000', '133333.290000', '133333.750000', '133334.210000', '133334.670000', '133335.130000', '133335.590000', '133336.050000', '133336.510000', '133336.970000', '133337.430000', '133337.890000', '133338.350000', '133338.810000', '133339.270000', '133339.730000', '133340.190000', '133340.650000', '133341.110000', '133341.570000', '133342.030000', '133342.490000', '133342.950000', '133343.410000', '133343.870000', '133344.330000', '133344.790000', '133345.250000', '133345.710000', '133346.170000', '133346.630000', '133347.090000', '133347.550000', '133348.010000', '133348.470000', '133348.930000', '133349.390000', '133349.850000', '133350.310000', '133350.770000', '133351.230000', '133351.690000', '133352.150000', '133352.610000', '133353.070000', '133353.530000', '133353.990000', '133354.450000', '133354.910000', '133355.370000', '133355.830000', '133356.290000', '133356.750000', '133357.210000', '133357.670000', '133358.130000', '133358.590000', '133359.050000', '133359.510000', '133359.970000', '133400.430000', '133400.890000', '133401.350000', '133401.810000', '133402.270000', '133402.730000', '133403.190000', '133403.650000', '133404.110000', '133404.570000', '133405.030000', '133405.490000', '133405.950000', '133406.410000', '133406.870000', '133407.330000', '133407.790000', '133408.250000', '133408.710000', '133409.170000', '133409.630000', '133410.090000', '133410.550000', '133411.010000', '133411.470000', '133411.930000', '133412.390000', '133412.850000', '133413.310000', '133413.770000', '133414.230000', '133414.690000', '133415.150000', '133415.610000', '133416.070000', '133416.530000', '133416.990000', '133417.450000', '133417.910000', '133418.370000', '133418.830000', '133419.290000', '133419.750000', '133420.210000', '133420.670000', '133421.130000', '133421.590000', '133422.050000', '133422.510000', '133422.970000', '133423.430000', '133423.890000', '133424.350000', '133424.810000', '133425.270000', '133425.730000', '133426.190000', '133426.650000', '133427.110000', '133427.570000', '133428.030000', '133428.490000', '133428.950000', '133429.410000', '133429.870000', '133430.330000', '133430.790000', '133431.250000', '133431.710000', '133432.170000', '133432.630000', '133433.090000', '133433.550000', '133434.010000', '133434.470000', '133434.930000', '133435.390000', '133435.850000', '133436.310000', '133436.770000', '133437.230000', '133437.690000', '133438.150000', '133438.610000', '133439.070000', '133439.530000', '133439.990000', '133440.450000', '133440.910000', '133441.370000', '133441.830000', '133442.290000', '133442.750000', '133443.210000', '133443.670000', '133444.130000', '133444.590000', '133445.050000', '133445.510000', '133445.970000', '133446.430000', '133446.890000', '133447.350000', '133447.810000', '133448.270000', '133448.730000', '133449.190000', '133449.650000', '133450.110000', '133450.570000', '133451.030000', '133451.490000', '133451.950000', '133452.410000', '133452.870000', '133453.330000', '133453.790000', '133454.250000', '133454.710000', '133455.170000', '133455.630000', '133456.090000', '133456.550000', '133457.010000', '133457.470000', '133457.930000', '133458.390000', '133458.850000', '133459.310000', '133459.770000', '133500.230000', '133500.690000', '133501.150000', '133501.610000', '133502.070000', '133502.530000', '133502.990000', '133503.450000', '133503.910000', '133504.370000', '133504.830000', '133505.290000', '133505.750000', '133506.210000', '133506.670000', '133507.130000', '133507.590000', '133508.050000', '133508.510000', '133508.970000', '133509.430000', '133509.890000', '133510.350000', '133510.810000', '133511.270000', '133511.730000', '133512.190000', '133512.650000', '133513.110000', '133513.570000', '133514.030000', '133514.490000', '133514.950000', '133515.410000', '133515.870000', '133516.330000', '133516.790000', '133517.250000', '133517.710000', '133518.170000', '133518.630000', '133519.090000', '133519.550000', '133520.010000', '133520.470000', '133520.930000', '133521.390000', '133521.850000', '133522.310000', '133522.770000', '133523.230000', '133523.690000', '133524.150000', '133524.610000', '133525.070000', '133525.530000', '133525.990000', '133526.450000', '133526.910000', '133527.370000', '133527.830000', '133528.290000', '133528.750000', '133529.210000', '133529.670000', '133530.130000', '133530.590000', '133531.050000', '133531.510000', '133531.970000', '133532.430000', '133532.890000', '133533.350000', '133533.810000', '133534.270000', '133534.730000', '133535.190000', '133535.650000', '133536.110000', '133536.570000', '133537.030000', '133537.490000', '133537.950000', '133538.410000', '133538.870000', '133539.330000', '133539.790000', '133540.250000', '133540.710000', '133541.170000', '133541.630000', '133542.090000', '133542.550000', '133543.010000', '133543.470000', '133543.930000', '133544.390000', '133544.850000', '133545.310000', '133545.770000', '133546.230000', '133546.690000', '133547.150000', '133547.610000', '133548.070000', '133548.530000', '133548.990000', '133549.450000', '133549.910000', '133550.370000', '133550.830000', '133551.290000', '133551.750000', '133552.210000', '133552.670000', '133553.130000', '133553.590000', '133554.050000', '133554.510000', '133554.970000', '133555.430000', '133555.890000', '133556.350000', '133556.810000', '133557.270000', '133557.730000', '133558.190000', '133558.650000', '133559.110000', '133559.570000', '133600.030000', '133600.490000', '133600.950000', '133601.410000', '133601.870000', '133602.330000', '133602.790000', '133603.250000', '133603.710000', '133604.170000', '133604.630000', '133605.090000', '133605.550000', '133606.010000', '133606.470000', '133606.930000', '133607.390000', '133607.850000', '133608.310000', '133608.770000', '133609.230000', '133609.690000', '133610.150000', '133610.610000', '133611.070000', '133611.530000', '133611.990000', '133612.450000', '133612.910000', '133613.370000', '133613.830000', '133614.290000', '133614.750000', '133615.210000', '133615.670000', '133616.130000', '133616.590000', '133617.050000', '133617.510000', '133617.970000', '133618.430000', '133618.890000', '133619.350000', '133619.810000', '133620.270000', '133620.730000', '133621.190000', '133621.650000', '133622.110000', '133622.570000', '133623.030000', '133623.490000', '133623.950000', '133624.410000', '133624.870000', '133625.330000', '133625.790000', '133626.250000', '133626.710000', '133627.170000', '133627.630000', '133628.090000', '133628.550000', '133629.010000', '133629.470000', '133629.930000', '133630.390000', '133630.850000', '133631.310000', '133631.770000', '133632.230000', '133632.690000', '133633.150000', '133633.610000', '133634.070000', '133634.530000', '133634.990000', '133635.450000', '133635.910000', '133636.370000', '133636.830000', '133637.290000', '133637.750000', '133638.210000', '133638.670000', '133639.130000', '133639.590000', '133640.050000', '133640.510000', '133640.970000', '133641.430000', '133641.890000', '133642.350000', '133642.810000', '133643.270000', '133643.730000', '133644.190000', '133644.650000', '133645.110000', '133645.570000', '133646.030000', '133646.490000', '133646.950000', '133647.410000', '133647.870000', '133648.330000', '133648.790000', '133649.250000', '133649.710000', '133650.170000', '133650.630000', '133651.090000', '133651.550000', '133652.010000', '133652.470000', '133652.930000', '133653.390000', '133653.850000', '133654.310000', '133654.770000', '133655.230000', '133655.690000', '133656.150000', '133656.610000', '133657.070000', '133657.530000', '133657.990000', '133658.450000', '133658.910000', '133659.370000', '133659.830000', '133700.290000', '133700.750000', '133701.210000', '133701.670000', '133702.130000', '133702.590000', '133703.050000', '133703.510000', '133703.970000', '133704.430000', '133704.890000', '133705.350000', '133705.810000', '133706.270000', '133706.730000', '133707.190000', '133707.650000', '133708.110000', '133708.570000', '133709.030000', '133709.490000', '133709.950000', '133710.410000', '133710.870000', '133711.330000', '133711.790000', '133712.250000', '133712.710000', '133713.170000', '133713.630000', '133714.090000', '133714.550000', '133715.010000', '133715.470000', '133715.930000', '133716.390000', '133716.850000', '133717.310000', '133717.770000', '133718.230000', '133718.690000', '133719.150000', '133719.610000', '133720.070000', '133720.530000', '133720.990000', '133721.450000', '133721.910000', '133722.370000', '133722.830000', '133723.290000', '133723.750000', '133724.210000', '133724.670000', '133725.130000', '133725.590000', '133726.050000', '133726.510000', '133726.970000', '133727.430000', '133727.890000', '133728.350000', '133728.810000', '133729.270000', '133729.730000', '133730.190000', '133730.650000', '133731.110000', '133731.570000', '133732.030000', '133732.490000', '133732.950000', '133733.410000', '133733.870000', '133734.330000', '133734.790000', '133735.250000', '133735.710000', '133736.170000', '133736.630000', '133737.090000', '133737.550000', '133738.010000', '133738.470000', '133738.930000', '133739.390000', '133739.850000', '133740.310000', '133740.770000', '133741.230000', '133741.690000', '133742.150000', '133742.610000', '133743.070000', '133743.530000', '133743.990000', '133744.450000', '133744.910000', '133745.370000', '133745.830000', '133746.290000', '133746.750000', '133747.210000', '133747.670000', '133748.130000', '133748.590000', '133749.050000', '133749.510000', '133749.970000', '133750.430000', '133750.890000', '133751.350000', '133751.810000', '133752.270000', '133752.730000', '133753.190000', '133753.650000', '133754.110000', '133754.570000', '133755.030000', '133755.490000', '133755.950000', '133756.410000', '133756.870000', '133757.330000', '133757.790000', '133758.250000', '133758.710000', '133759.170000', '133759.630000', '133800.090000', '133800.550000', '133801.010000', '133801.470000', '133801.930000', '133802.390000', '133802.850000', '133803.310000', '133803.770000', '133804.230000', '133804.690000', '133805.150000', '133805.610000', '133806.070000', '133806.530000', '133806.990000', '133807.450000', '133807.910000', '133808.370000', '133808.830000', '133809.290000', '133809.750000', '133810.210000', '133810.670000', '133811.130000', '133811.590000', '133812.050000', '133812.510000', '133812.970000', '133813.430000', '133813.890000', '133814.350000', '133814.810000', '133815.270000', '133815.730000', '133816.190000', '133816.650000', '133817.110000', '133817.570000', '133818.030000', '133818.490000', '133818.950000', '133819.410000', '133819.870000', '133820.330000', '133820.790000', '133821.250000', '133821.710000', '133822.170000', '133822.630000', '133823.090000', '133823.550000', '133824.010000', '133824.470000', '133824.930000', '133825.390000', '133825.850000', '133826.310000', '133826.770000', '133827.230000', '133827.690000', '133828.150000', '133828.610000', '133829.070000', '133829.530000', '133829.990000', '133830.450000', '133830.910000', '133831.370000', '133831.830000', '133832.290000', '133832.750000', '133833.210000', '133833.670000', '133834.130000', '133834.590000', '133835.050000', '133835.510000', '133835.970000', '133836.430000', '133836.890000', '133837.350000', '133837.810000', '133838.270000', '133838.730000', '133839.190000', '133839.650000', '133840.110000', '133840.570000', '133841.030000', '133841.490000', '133841.950000', '133842.410000', '133842.870000', '133843.330000', '133843.790000', '133844.250000', '133844.710000', '133845.170000', '133845.630000', '133846.090000', '133846.550000', '133847.010000', '133847.470000', '133847.930000', '133848.390000', '133848.850000', '133849.310000', '133849.770000', '133850.230000', '133850.690000', '133851.150000', '133851.610000', '133852.070000', '133852.530000', '133852.990000', '133853.450000', '133853.910000', '133854.370000', '133854.830000', '133855.290000', '133855.750000', '133856.210000', '133856.670000', '133857.130000', '133857.590000', '133858.050000', '133858.510000', '133858.970000', '133859.430000', '133859.890000', '133900.350000', '133900.810000', '133901.270000', '133901.730000', '133902.190000', '133902.650000', '133903.110000', '133903.570000', '133904.030000', '133904.490000', '133904.950000', '133905.410000', '133905.870000', '133906.330000', '133906.790000', '133907.250000', '133907.710000', '133908.170000', '133908.630000', '133909.090000', '133909.550000', '133910.010000', '133910.470000', '133910.930000', '133911.390000', '133911.850000', '133912.310000', '133912.770000', '133913.230000', '133913.690000', '133914.150000', '133914.610000', '133915.070000', '133915.530000', '133915.990000', '133916.450000', '133916.910000', '133917.370000', '133917.830000', '133918.290000', '133918.750000', '133919.210000', '133919.670000', '133920.130000', '133920.590000', '133921.050000', '133921.510000', '133921.970000', '133922.430000', '133922.890000', '133923.350000', '133923.810000', '133924.270000', '133924.730000', '133925.190000', '133925.650000', '133926.110000', '133926.570000', '133927.030000', '133927.490000', '133927.950000', '133928.410000', '133928.870000', '133929.330000', '133929.790000', '133930.250000', '133930.710000', '133931.170000', '133931.630000', '133932.090000', '133932.550000', '133933.010000', '133933.470000', '133933.930000', '133934.390000', '133934.850000', '133935.310000', '133935.770000', '133936.230000', '133936.690000', '133937.150000', '133937.610000', '133938.070000', '133938.530000', '133938.990000', '133939.450000', '133939.910000', '133940.370000', '133940.830000', '133941.290000', '133941.750000', '133942.210000', '133942.670000', '133943.130000', '133943.590000', '133944.050000', '133944.510000', '133944.970000', '133945.430000', '133945.890000', '133946.350000', '133946.810000', '133947.270000', '133947.730000', '133948.190000', '133948.650000', '133949.110000', '133949.570000', '133950.030000', '133950.490000', '133950.950000', '133951.410000', '133951.870000', '133952.330000', '133952.790000', '133953.250000', '133953.710000', '133954.170000', '133954.630000', '133955.090000', '133955.550000', '133956.010000', '133956.470000', '133956.930000', '133957.390000', '133957.850000', '133958.310000', '133958.770000', '133959.230000', '133959.690000', '134000.150000', '134000.610000', '134001.070000', '134001.530000', '134001.990000', '134002.450000', '134002.910000', '134003.370000', '134003.830000', '134004.290000', '134004.750000', '134005.210000', '134005.670000', '134006.130000', '134006.590000', '134007.050000', '134007.510000', '134007.970000', '134008.430000', '134008.890000', '134009.350000', '134009.810000', '134010.270000', '134010.730000', '134011.190000', '134011.650000', '134012.110000', '134012.570000', '134013.030000', '134013.490000', '134013.950000', '134014.410000', '134014.870000', '134015.330000', '134015.790000', '134016.250000', '134016.710000', '134017.170000', '134017.630000', '134018.090000', '134018.550000', '134019.010000', '134019.470000', '134019.930000', '134020.390000', '134020.850000', '134021.310000', '134021.770000', '134022.230000', '134022.690000', '134023.150000', '134023.610000', '134024.070000', '134024.530000'], 'ContentTime': ['133058.519000', '133058.523000', '133058.526000', '133058.529000', '133058.531000', '133058.534000', '133058.537000', '133058.539000', '133058.542000', '133058.545000', '133058.547000', '133058.550000', '133058.552000', '133058.560000', '133058.562000', '133058.565000', '133058.567000', '133058.570000', '133058.573000', '133058.575000', '133058.578000', '133058.580000', '133058.583000', '133058.586000', '133058.588000', '133058.591000', '133058.594000', '133058.596000', '133058.599000', '133058.602000', '133058.604000', '133058.607000', '133058.610000', '133118.463000', '133118.466000', '133118.469000', '133118.472000', '133118.474000', '133118.477000', '133118.480000', '133118.483000', '133118.486000', '133118.489000', '133118.491000', '133118.494000', '133118.496000', '133118.499000', '133118.502000', '133118.504000', '133118.507000', '133118.510000', '133118.512000', '133118.515000', '133118.517000', '133118.520000', '133118.523000', '133118.526000', '133118.528000', '133118.531000', '133118.533000', '133118.536000', '133118.539000', '133118.541000', '133118.544000', '133118.546000', '133118.549000', '133118.552000', '133118.554000', '133118.557000', '133118.560000', '133118.562000', '133118.565000', '133118.568000', '133118.570000', '133118.573000', '133118.575000', '133118.578000', '133138.463000', '133138.466000', '133138.469000', '133138.471000', '133138.474000', '133138.477000', '133138.479000', '133138.482000', '133138.484000', '133138.487000', '133138.490000', '133138.492000', '133138.500000', '133138.503000', '133138.505000', '133138.508000', '133138.510000', '133138.513000', '133138.516000', '133138.518000', '133138.521000', '133138.537000', '133138.540000', '133138.542000', '133138.545000', '133138.548000', '133138.550000', '133138.553000', '133138.555000', '133138.558000', '133138.561000', '133138.563000', '133138.566000', '133138.569000', '133138.571000', '133138.574000', '133138.576000', '133138.579000', '133138.582000', '133138.585000', '133138.587000', '133138.590000', '133138.593000', '133158.463000', '133158.466000', '133158.469000', '133158.472000', '133158.474000', '133158.477000', '133158.480000', '133158.483000', '133158.485000', '133158.488000', '133158.491000', '133158.494000', '133158.496000', '133158.499000', '133158.502000', '133158.504000', '133158.507000', '133158.510000', '133158.514000', '133158.517000', '133158.519000', '133158.522000', '133158.525000', '133158.527000', '133158.530000', '133158.533000', '133158.535000', '133158.538000', '133158.541000', '133158.543000', '133158.546000', '133158.549000', '133158.551000', '133158.554000', '133158.557000', '133158.560000', '133158.563000', '133158.567000', '133158.571000', '133158.574000', '133158.578000', '133158.581000', '133158.584000', '133218.464000', '133218.466000', '133218.469000', '133218.472000', '133218.475000', '133218.478000', '133218.480000', '133218.483000', '133218.486000', '133218.489000', '133218.491000', '133218.494000', '133218.497000', '133218.499000', '133218.502000', '133218.504000', '133218.507000', '133218.510000', '133218.512000', '133218.515000', '133218.518000', '133218.520000', '133218.523000', '133218.526000', '133218.528000', '133218.531000', '133218.534000', '133218.536000', '133218.539000', '133218.542000', '133218.544000', '133218.547000', '133218.550000', '133218.552000', '133218.555000', '133218.558000', '133218.560000', '133218.563000', '133218.566000', '133218.568000', '133218.571000', '133218.573000', '133218.576000', '133218.579000', '133238.464000', '133238.467000', '133238.470000', '133238.472000', '133238.475000', '133238.478000', '133238.480000', '133238.483000', '133238.486000', '133238.488000', '133238.491000', '133238.493000', '133238.496000', '133238.499000', '133238.501000', '133238.504000', '133238.507000', '133238.510000', '133238.512000', '133238.515000', '133238.518000', '133238.520000', '133238.523000', '133238.525000', '133238.528000', '133238.531000', '133238.533000', '133238.536000', '133238.539000', '133238.541000', '133238.544000', '133238.546000', '133238.549000', '133238.552000', '133238.554000', '133238.557000', '133238.560000', '133238.562000', '133238.565000', '133238.568000', '133238.570000', '133238.577000', '133238.580000', '133258.463000', '133258.466000', '133258.469000', '133258.472000', '133258.475000', '133258.477000', '133258.480000', '133258.483000', '133258.485000', '133258.488000', '133258.490000', '133258.493000', '133258.496000', '133258.499000', '133258.501000', '133258.504000', '133258.507000', '133258.510000', '133258.512000', '133258.515000', '133258.518000', '133258.520000', '133258.523000', '133258.526000', '133258.528000', '133258.531000', '133258.534000', '133258.536000', '133258.539000', '133258.541000', '133258.544000', '133258.547000', '133258.550000', '133258.552000', '133258.555000', '133258.558000', '133258.561000', '133258.563000', '133258.566000', '133258.569000', '133258.571000', '133258.574000', '133258.576000', '133258.579000', '133318.464000', '133318.467000', '133318.469000', '133318.496000', '133318.499000', '133318.502000', '133318.504000', '133318.507000', '133318.510000', '133318.513000', '133318.516000', '133318.518000', '133318.521000', '133318.524000', '133318.526000', '133318.529000', '133318.532000', '133318.534000', '133318.537000', '133318.540000', '133318.542000', '133318.545000', '133318.548000', '133318.552000', '133318.556000', '133318.559000', '133318.561000', '133318.564000', '133318.567000', '133318.570000', '133318.573000', '133318.576000', '133318.579000', '133318.581000', '133318.584000', '133318.587000', '133318.590000', '133318.593000', '133318.596000', '133318.598000', '133318.601000', '133318.604000', '133318.607000', '133338.463000', '133338.466000', '133338.470000', '133338.472000', '133338.475000', '133338.477000', '133338.481000', '133338.483000', '133338.486000', '133338.488000', '133338.491000', '133338.494000', '133338.496000', '133338.499000', '133338.502000', '133338.504000', '133338.507000', '133338.510000', '133338.512000', '133338.515000', '133338.518000', '133338.520000', '133338.523000', '133338.526000', '133338.528000', '133338.531000', '133338.534000', '133338.537000', '133338.540000', '133338.543000', '133338.546000', '133338.548000', '133338.551000', '133338.554000', '133338.557000', '133338.559000', '133338.562000', '133338.565000', '133338.568000', '133338.570000', '133338.573000', '133338.575000', '133338.578000', '133338.581000', '133358.463000', '133358.466000', '133358.468000', '133358.471000', '133358.474000', '133358.476000', '133358.479000', '133358.482000', '133358.484000', '133358.487000', '133358.489000', '133358.492000', '133358.495000', '133358.497000', '133358.500000', '133358.502000', '133358.505000', '133358.508000', '133358.510000', '133358.513000', '133358.516000', '133358.518000', '133358.521000', '133358.524000', '133358.526000', '133358.529000', '133358.531000', '133358.534000', '133358.537000', '133358.540000', '133358.542000', '133358.545000', '133358.548000', '133358.551000', '133358.553000', '133358.556000', '133358.559000', '133358.561000', '133358.564000', '133358.567000', '133358.569000', '133358.572000', '133358.574000', '133418.463000', '133418.466000', '133418.469000', '133418.472000', '133418.475000', '133418.477000', '133418.480000', '133418.483000', '133418.486000', '133418.489000', '133418.492000', '133418.494000', '133418.497000', '133418.500000', '133418.503000', '133418.505000', '133418.508000', '133418.511000', '133418.513000', '133418.516000', '133418.519000', '133418.521000', '133418.524000', '133418.526000', '133418.529000', '133418.532000', '133418.534000', '133418.537000', '133418.540000', '133418.542000', '133418.545000', '133418.548000', '133418.550000', '133418.553000', '133418.556000', '133418.558000', '133418.561000', '133418.564000', '133418.566000', '133418.569000', '133418.571000', '133418.574000', '133418.577000', '133418.579000', '133438.463000', '133438.466000', '133438.469000', '133438.472000', '133438.474000', '133438.477000', '133438.480000', '133438.482000', '133438.485000', '133438.488000', '133438.490000', '133438.493000', '133438.496000', '133438.498000', '133438.501000', '133438.509000', '133438.512000', '133438.515000', '133438.517000', '133438.520000', '133438.523000', '133438.525000', '133438.528000', '133438.530000', '133438.533000', '133438.536000', '133438.539000', '133438.541000', '133438.544000', '133438.547000', '133438.549000', '133438.552000', '133438.555000', '133438.557000', '133438.560000', '133438.563000', '133438.565000', '133438.568000', '133438.571000', '133438.573000', '133438.576000', '133438.579000', '133438.613000', '133458.463000', '133458.466000', '133458.469000', '133458.472000', '133458.475000', '133458.477000', '133458.480000', '133458.483000', '133458.485000', '133458.488000', '133458.491000', '133458.493000', '133458.496000', '133458.499000', '133458.501000', '133458.504000', '133458.507000', '133458.509000', '133458.512000', '133458.515000', '133458.517000', '133458.520000', '133458.523000', '133458.525000', '133458.528000', '133458.531000', '133458.533000', '133458.536000', '133458.539000', '133458.541000', '133458.544000', '133458.546000', '133458.549000', '133458.552000', '133458.554000', '133458.557000', '133458.560000', '133458.563000', '133458.565000', '133458.568000', '133458.571000', '133458.574000', '133458.577000', '133458.579000', '133518.463000', '133518.466000', '133518.469000', '133518.472000', '133518.474000', '133518.477000', '133518.480000', '133518.482000', '133518.485000', '133518.488000', '133518.490000', '133518.493000', '133518.495000', '133518.498000', '133518.501000', '133518.503000', '133518.506000', '133518.509000', '133518.511000', '133518.514000', '133518.517000', '133518.519000', '133518.522000', '133518.524000', '133518.527000', '133518.530000', '133518.532000', '133518.535000', '133518.538000', '133518.540000', '133518.543000', '133518.546000', '133518.548000', '133518.551000', '133518.554000', '133518.556000', '133518.559000', '133518.561000', '133518.564000', '133518.567000', '133518.569000', '133518.572000', '133518.575000', '133538.464000', '133538.466000', '133538.470000', '133538.472000', '133538.475000', '133538.478000', '133538.480000', '133538.483000', '133538.486000', '133538.488000', '133538.491000', '133538.494000', '133538.496000', '133538.499000', '133538.502000', '133538.504000', '133538.507000', '133538.509000', '133538.512000', '133538.515000', '133538.518000', '133538.520000', '133538.523000', '133538.526000', '133538.528000', '133538.531000', '133538.534000', '133538.536000', '133538.539000', '133538.541000', '133538.544000', '133538.547000', '133538.549000', '133538.552000', '133538.555000', '133538.557000', '133538.560000', '133538.563000', '133538.566000', '133538.568000', '133538.571000', '133538.574000', '133538.577000', '133538.580000', '133558.463000', '133558.466000', '133558.469000', '133558.472000', '133558.474000', '133558.477000', '133558.480000', '133558.482000', '133558.485000', '133558.487000', '133558.490000', '133558.493000', '133558.495000', '133558.498000', '133558.501000', '133558.503000', '133558.506000', '133558.509000', '133558.512000', '133558.514000', '133558.517000', '133558.519000', '133558.522000', '133558.525000', '133558.535000', '133558.538000', '133558.541000', '133558.543000', '133558.546000', '133558.549000', '133558.551000', '133558.554000', '133558.557000', '133558.559000', '133558.562000', '133558.565000', '133558.567000', '133558.570000', '133558.573000', '133558.576000', '133558.579000', '133558.582000', '133558.585000', '133618.463000', '133618.466000', '133618.469000', '133618.472000', '133618.474000', '133618.477000', '133618.480000', '133618.483000', '133618.485000', '133618.529000', '133618.532000', '133618.534000', '133618.537000', '133618.542000', '133618.545000', '133618.547000', '133618.550000', '133618.553000', '133618.556000', '133618.558000', '133618.561000', '133618.564000', '133618.566000', '133618.569000', '133618.571000', '133618.574000', '133618.577000', '133618.579000', '133618.582000', '133618.585000', '133618.587000', '133618.590000', '133618.593000', '133618.595000', '133618.598000', '133618.601000', '133618.603000', '133618.606000', '133618.609000', '133618.612000', '133618.619000', '133618.622000', '133618.625000', '133618.628000', '133638.463000', '133638.465000', '133638.468000', '133638.471000', '133638.474000', '133638.476000', '133638.479000', '133638.482000', '133638.484000', '133638.487000', '133638.489000', '133638.492000', '133638.495000', '133638.497000', '133638.500000', '133638.503000', '133638.506000', '133638.508000', '133638.511000', '133638.513000', '133638.516000', '133638.519000', '133638.521000', '133638.524000', '133638.527000', '133638.529000', '133638.532000', '133638.535000', '133638.537000', '133638.540000', '133638.542000', '133638.545000', '133638.548000', '133638.551000', '133638.553000', '133638.556000', '133638.559000', '133638.561000', '133638.564000', '133638.567000', '133638.569000', '133638.572000', '133638.574000', '133658.464000', '133658.467000', '133658.469000', '133658.473000', '133658.475000', '133658.479000', '133658.481000', '133658.484000', '133658.487000', '133658.490000', '133658.492000', '133658.495000', '133658.498000', '133658.500000', '133658.503000', '133658.506000', '133658.508000', '133658.511000', '133658.514000', '133658.516000', '133658.519000', '133658.522000', '133658.524000', '133658.527000', '133658.530000', '133658.532000', '133658.535000', '133658.538000', '133658.540000', '133658.543000', '133658.546000', '133658.548000', '133658.551000', '133658.554000', '133658.556000', '133658.559000', '133658.562000', '133658.564000', '133658.567000', '133658.570000', '133658.572000', '133658.575000', '133658.578000', '133718.464000', '133718.466000', '133718.469000', '133718.472000', '133718.474000', '133718.477000', '133718.480000', '133718.482000', '133718.485000', '133718.488000', '133718.490000', '133718.493000', '133718.496000', '133718.498000', '133718.501000', '133718.504000', '133718.506000', '133718.509000', '133718.511000', '133718.514000', '133718.517000', '133718.519000', '133718.522000', '133718.524000', '133718.527000', '133718.530000', '133718.532000', '133718.535000', '133718.538000', '133718.541000', '133718.543000', '133718.546000', '133718.548000', '133718.551000', '133718.554000', '133718.556000', '133718.559000', '133718.562000', '133718.564000', '133718.567000', '133718.569000', '133718.572000', '133718.575000', '133718.577000', '133738.463000', '133738.466000', '133738.469000', '133738.472000', '133738.475000', '133738.478000', '133738.480000', '133738.483000', '133738.486000', '133738.488000', '133738.491000', '133738.494000', '133738.496000', '133738.499000', '133738.502000', '133738.504000', '133738.507000', '133738.510000', '133738.512000', '133738.515000', '133738.528000', '133738.531000', '133738.534000', '133738.536000', '133738.539000', '133738.542000', '133738.544000', '133738.547000', '133738.550000', '133738.552000', '133738.555000', '133738.557000', '133738.560000', '133738.563000', '133738.565000', '133738.568000', '133738.571000', '133738.573000', '133738.586000', '133738.589000', '133738.591000', '133738.594000', '133738.596000', '133738.599000', '133758.464000', '133758.467000', '133758.470000', '133758.472000', '133758.475000', '133758.478000', '133758.481000', '133758.484000', '133758.486000', '133758.489000', '133758.491000', '133758.494000', '133758.497000', '133758.499000', '133758.502000', '133758.505000', '133758.507000', '133758.510000', '133758.512000', '133758.515000', '133758.518000', '133758.521000', '133758.533000', '133758.535000', '133758.538000', '133758.541000', '133758.544000', '133758.546000', '133758.549000', '133758.551000', '133758.554000', '133758.557000', '133758.560000', '133758.562000', '133758.565000', '133758.568000', '133758.570000', '133758.573000', '133758.575000', '133758.578000', '133758.581000', '133758.583000', '133758.586000', '133818.464000', '133818.467000', '133818.469000', '133818.473000', '133818.476000', '133818.478000', '133818.481000', '133818.484000', '133818.487000', '133818.489000', '133818.492000', '133818.495000', '133818.497000', '133818.500000', '133818.503000', '133818.505000', '133818.508000', '133818.511000', '133818.513000', '133818.516000', '133818.519000', '133818.521000', '133818.524000', '133818.527000', '133818.529000', '133818.532000', '133818.535000', '133818.537000', '133818.540000', '133818.542000', '133818.545000', '133818.548000', '133818.550000', '133818.553000', '133818.556000', '133818.558000', '133818.561000', '133818.564000', '133818.566000', '133818.569000', '133818.572000', '133818.574000', '133818.577000', '133818.580000', '133838.463000', '133838.466000', '133838.468000', '133838.471000', '133838.474000', '133838.476000', '133838.479000', '133838.482000', '133838.484000', '133838.487000', '133838.490000', '133838.492000', '133838.495000', '133838.498000', '133838.500000', '133838.503000', '133838.506000', '133838.508000', '133838.511000', '133838.514000', '133838.516000', '133838.519000', '133838.522000', '133838.524000', '133838.527000', '133838.530000', '133838.532000', '133838.535000', '133838.537000', '133838.540000', '133838.543000', '133838.545000', '133838.548000', '133838.551000', '133838.553000', '133838.556000', '133838.558000', '133838.561000', '133838.564000', '133838.566000', '133838.569000', '133838.572000', '133838.574000', '133858.463000', '133858.465000', '133858.468000', '133858.471000', '133858.474000', '133858.477000', '133858.480000', '133858.485000', '133858.488000', '133858.490000', '133858.493000', '133858.496000', '133858.498000', '133858.501000', '133858.504000', '133858.506000', '133858.509000', '133858.521000', '133858.524000', '133858.526000', '133858.529000', '133858.531000', '133858.534000', '133858.537000', '133858.539000', '133858.542000', '133858.545000', '133858.547000', '133858.550000', '133858.553000', '133858.555000', '133858.558000', '133858.561000', '133858.563000', '133858.566000', '133858.569000', '133858.571000', '133858.574000', '133858.577000', '133858.579000', '133858.582000', '133858.585000', '133858.587000', '133918.464000', '133918.467000', '133918.470000', '133918.472000', '133918.475000', '133918.478000', '133918.480000', '133918.483000', '133918.485000', '133918.488000', '133918.491000', '133918.493000', '133918.496000', '133918.499000', '133918.501000', '133918.504000', '133918.507000', '133918.509000', '133918.512000', '133918.514000', '133918.517000', '133918.519000', '133918.522000', '133918.525000', '133918.527000', '133918.530000', '133918.532000', '133918.535000', '133918.538000', '133918.540000', '133918.543000', '133918.546000', '133918.548000', '133918.551000', '133918.553000', '133918.556000', '133918.559000', '133918.561000', '133918.564000', '133918.566000', '133918.569000', '133918.572000', '133918.574000', '133918.577000', '133938.464000', '133938.467000', '133938.469000', '133938.472000', '133938.475000', '133938.477000', '133938.480000', '133938.483000', '133938.485000', '133938.488000', '133938.491000', '133938.493000', '133938.496000', '133938.498000', '133938.501000', '133938.504000', '133938.506000', '133938.509000', '133938.514000', '133938.517000', '133938.519000', '133938.522000', '133938.524000', '133938.527000', '133938.530000', '133938.533000', '133938.535000', '133938.538000', '133938.540000', '133938.543000', '133938.546000', '133938.548000', '133938.551000', '133938.554000', '133938.556000', '133938.559000', '133938.562000', '133938.564000', '133938.567000', '133938.570000', '133938.572000', '133938.575000', '133938.578000', '133938.581000', '133958.464000', '133958.467000', '133958.469000', '133958.472000', '133958.475000', '133958.477000', '133958.480000', '133958.483000', '133958.485000', '133958.488000', '133958.491000', '133958.493000', '133958.496000', '133958.498000', '133958.501000', '133958.504000', '133958.506000', '133958.509000', '133958.511000', '133958.514000', '133958.517000', '133958.519000', '133958.522000', '133958.525000', '133958.528000', '133958.530000', '133958.533000', '133958.536000', '133958.539000', '133958.541000', '133958.544000', '133958.547000', '133958.549000', '133958.552000', '133958.554000', '133958.557000', '133958.560000', '133958.562000', '133958.565000', '133958.567000', '133958.570000', '133958.573000', '133958.575000', '134018.464000', '134018.467000', '134018.470000', '134018.473000', '134018.475000', '134018.478000', '134018.480000', '134018.483000', '134018.486000', '134018.488000', '134018.491000', '134018.494000', '134018.496000', '134018.499000', '134018.502000', '134018.504000', '134018.507000', '134018.510000', '134018.512000', '134018.515000', '134018.518000', '134018.520000', '134018.523000', '134018.526000', '134018.529000', '134018.531000', '134018.534000', '134018.537000', '134018.539000', '134018.542000', '134018.545000', '134018.547000', '134018.550000', '134018.553000', '134018.555000', '134018.558000', '134018.560000', '134018.563000', '134018.566000', '134018.568000', '134018.571000', '134018.574000', '134018.576000', '134026.305000', '134026.308000', '134026.311000', '134026.314000', '134026.317000', '134026.320000', '134026.322000', '134026.325000', '134026.328000', '134026.331000', '134026.334000', '134026.337000', '134026.340000', '134026.343000', '134026.346000', '134026.349000', '134026.352000', '134026.355000'], 'InstanceCreationTime': ['133058.519000', '133058.523000', '133058.526000', '133058.529000', '133058.531000', '133058.534000', '133058.537000', '133058.539000', '133058.542000', '133058.545000', '133058.547000', '133058.550000', '133058.552000', '133058.560000', '133058.562000', '133058.565000', '133058.567000', '133058.570000', '133058.573000', '133058.575000', '133058.578000', '133058.580000', '133058.583000', '133058.586000', '133058.588000', '133058.591000', '133058.594000', '133058.596000', '133058.599000', '133058.602000', '133058.604000', '133058.607000', '133058.610000', '133118.463000', '133118.466000', '133118.469000', '133118.472000', '133118.474000', '133118.477000', '133118.480000', '133118.483000', '133118.486000', '133118.489000', '133118.491000', '133118.494000', '133118.496000', '133118.499000', '133118.502000', '133118.504000', '133118.507000', '133118.510000', '133118.512000', '133118.515000', '133118.517000', '133118.520000', '133118.523000', '133118.526000', '133118.528000', '133118.531000', '133118.533000', '133118.536000', '133118.539000', '133118.541000', '133118.544000', '133118.546000', '133118.549000', '133118.552000', '133118.554000', '133118.557000', '133118.560000', '133118.562000', '133118.565000', '133118.568000', '133118.570000', '133118.573000', '133118.575000', '133118.578000', '133138.463000', '133138.466000', '133138.469000', '133138.471000', '133138.474000', '133138.477000', '133138.479000', '133138.482000', '133138.484000', '133138.487000', '133138.490000', '133138.492000', '133138.500000', '133138.503000', '133138.505000', '133138.508000', '133138.510000', '133138.513000', '133138.516000', '133138.518000', '133138.521000', '133138.537000', '133138.540000', '133138.542000', '133138.545000', '133138.548000', '133138.550000', '133138.553000', '133138.555000', '133138.558000', '133138.561000', '133138.563000', '133138.566000', '133138.569000', '133138.571000', '133138.574000', '133138.576000', '133138.579000', '133138.582000', '133138.585000', '133138.587000', '133138.590000', '133138.593000', '133158.463000', '133158.466000', '133158.469000', '133158.472000', '133158.474000', '133158.477000', '133158.480000', '133158.483000', '133158.485000', '133158.488000', '133158.491000', '133158.494000', '133158.496000', '133158.499000', '133158.502000', '133158.504000', '133158.507000', '133158.510000', '133158.514000', '133158.517000', '133158.519000', '133158.522000', '133158.525000', '133158.527000', '133158.530000', '133158.533000', '133158.535000', '133158.538000', '133158.541000', '133158.543000', '133158.546000', '133158.549000', '133158.551000', '133158.554000', '133158.557000', '133158.560000', '133158.563000', '133158.567000', '133158.571000', '133158.574000', '133158.578000', '133158.581000', '133158.584000', '133218.464000', '133218.466000', '133218.469000', '133218.472000', '133218.475000', '133218.478000', '133218.480000', '133218.483000', '133218.486000', '133218.489000', '133218.491000', '133218.494000', '133218.497000', '133218.499000', '133218.502000', '133218.504000', '133218.507000', '133218.510000', '133218.512000', '133218.515000', '133218.518000', '133218.520000', '133218.523000', '133218.526000', '133218.528000', '133218.531000', '133218.534000', '133218.536000', '133218.539000', '133218.542000', '133218.544000', '133218.547000', '133218.550000', '133218.552000', '133218.555000', '133218.558000', '133218.560000', '133218.563000', '133218.566000', '133218.568000', '133218.571000', '133218.573000', '133218.576000', '133218.579000', '133238.464000', '133238.467000', '133238.470000', '133238.472000', '133238.475000', '133238.478000', '133238.480000', '133238.483000', '133238.486000', '133238.488000', '133238.491000', '133238.493000', '133238.496000', '133238.499000', '133238.501000', '133238.504000', '133238.507000', '133238.510000', '133238.512000', '133238.515000', '133238.518000', '133238.520000', '133238.523000', '133238.525000', '133238.528000', '133238.531000', '133238.533000', '133238.536000', '133238.539000', '133238.541000', '133238.544000', '133238.546000', '133238.549000', '133238.552000', '133238.554000', '133238.557000', '133238.560000', '133238.562000', '133238.565000', '133238.568000', '133238.570000', '133238.577000', '133238.580000', '133258.463000', '133258.466000', '133258.469000', '133258.472000', '133258.475000', '133258.477000', '133258.480000', '133258.483000', '133258.485000', '133258.488000', '133258.490000', '133258.493000', '133258.496000', '133258.499000', '133258.501000', '133258.504000', '133258.507000', '133258.510000', '133258.512000', '133258.515000', '133258.518000', '133258.520000', '133258.523000', '133258.526000', '133258.528000', '133258.531000', '133258.534000', '133258.536000', '133258.539000', '133258.541000', '133258.544000', '133258.547000', '133258.550000', '133258.552000', '133258.555000', '133258.558000', '133258.561000', '133258.563000', '133258.566000', '133258.569000', '133258.571000', '133258.574000', '133258.576000', '133258.579000', '133318.464000', '133318.467000', '133318.469000', '133318.496000', '133318.499000', '133318.502000', '133318.504000', '133318.507000', '133318.510000', '133318.513000', '133318.516000', '133318.518000', '133318.521000', '133318.524000', '133318.526000', '133318.529000', '133318.532000', '133318.534000', '133318.537000', '133318.540000', '133318.542000', '133318.545000', '133318.548000', '133318.552000', '133318.556000', '133318.559000', '133318.561000', '133318.564000', '133318.567000', '133318.570000', '133318.573000', '133318.576000', '133318.579000', '133318.581000', '133318.584000', '133318.587000', '133318.590000', '133318.593000', '133318.596000', '133318.598000', '133318.601000', '133318.604000', '133318.607000', '133338.463000', '133338.466000', '133338.470000', '133338.472000', '133338.475000', '133338.477000', '133338.481000', '133338.483000', '133338.486000', '133338.488000', '133338.491000', '133338.494000', '133338.496000', '133338.499000', '133338.502000', '133338.504000', '133338.507000', '133338.510000', '133338.512000', '133338.515000', '133338.518000', '133338.520000', '133338.523000', '133338.526000', '133338.528000', '133338.531000', '133338.534000', '133338.537000', '133338.540000', '133338.543000', '133338.546000', '133338.548000', '133338.551000', '133338.554000', '133338.557000', '133338.559000', '133338.562000', '133338.565000', '133338.568000', '133338.570000', '133338.573000', '133338.575000', '133338.578000', '133338.581000', '133358.463000', '133358.466000', '133358.468000', '133358.471000', '133358.474000', '133358.476000', '133358.479000', '133358.482000', '133358.484000', '133358.487000', '133358.489000', '133358.492000', '133358.495000', '133358.497000', '133358.500000', '133358.502000', '133358.505000', '133358.508000', '133358.510000', '133358.513000', '133358.516000', '133358.518000', '133358.521000', '133358.524000', '133358.526000', '133358.529000', '133358.531000', '133358.534000', '133358.537000', '133358.540000', '133358.542000', '133358.545000', '133358.548000', '133358.551000', '133358.553000', '133358.556000', '133358.559000', '133358.561000', '133358.564000', '133358.567000', '133358.569000', '133358.572000', '133358.574000', '133418.463000', '133418.466000', '133418.469000', '133418.472000', '133418.475000', '133418.477000', '133418.480000', '133418.483000', '133418.486000', '133418.489000', '133418.492000', '133418.494000', '133418.497000', '133418.500000', '133418.503000', '133418.505000', '133418.508000', '133418.511000', '133418.513000', '133418.516000', '133418.519000', '133418.521000', '133418.524000', '133418.526000', '133418.529000', '133418.532000', '133418.534000', '133418.537000', '133418.540000', '133418.542000', '133418.545000', '133418.548000', '133418.550000', '133418.553000', '133418.556000', '133418.558000', '133418.561000', '133418.564000', '133418.566000', '133418.569000', '133418.571000', '133418.574000', '133418.577000', '133418.579000', '133438.463000', '133438.466000', '133438.469000', '133438.472000', '133438.474000', '133438.477000', '133438.480000', '133438.482000', '133438.485000', '133438.488000', '133438.490000', '133438.493000', '133438.496000', '133438.498000', '133438.501000', '133438.509000', '133438.512000', '133438.515000', '133438.517000', '133438.520000', '133438.523000', '133438.525000', '133438.528000', '133438.530000', '133438.533000', '133438.536000', '133438.539000', '133438.541000', '133438.544000', '133438.547000', '133438.549000', '133438.552000', '133438.555000', '133438.557000', '133438.560000', '133438.563000', '133438.565000', '133438.568000', '133438.571000', '133438.573000', '133438.576000', '133438.579000', '133438.613000', '133458.463000', '133458.466000', '133458.469000', '133458.472000', '133458.475000', '133458.477000', '133458.480000', '133458.483000', '133458.485000', '133458.488000', '133458.491000', '133458.493000', '133458.496000', '133458.499000', '133458.501000', '133458.504000', '133458.507000', '133458.509000', '133458.512000', '133458.515000', '133458.517000', '133458.520000', '133458.523000', '133458.525000', '133458.528000', '133458.531000', '133458.533000', '133458.536000', '133458.539000', '133458.541000', '133458.544000', '133458.546000', '133458.549000', '133458.552000', '133458.554000', '133458.557000', '133458.560000', '133458.563000', '133458.565000', '133458.568000', '133458.571000', '133458.574000', '133458.577000', '133458.579000', '133518.463000', '133518.466000', '133518.469000', '133518.472000', '133518.474000', '133518.477000', '133518.480000', '133518.482000', '133518.485000', '133518.488000', '133518.490000', '133518.493000', '133518.495000', '133518.498000', '133518.501000', '133518.503000', '133518.506000', '133518.509000', '133518.511000', '133518.514000', '133518.517000', '133518.519000', '133518.522000', '133518.524000', '133518.527000', '133518.530000', '133518.532000', '133518.535000', '133518.538000', '133518.540000', '133518.543000', '133518.546000', '133518.548000', '133518.551000', '133518.554000', '133518.556000', '133518.559000', '133518.561000', '133518.564000', '133518.567000', '133518.569000', '133518.572000', '133518.575000', '133538.464000', '133538.466000', '133538.470000', '133538.472000', '133538.475000', '133538.478000', '133538.480000', '133538.483000', '133538.486000', '133538.488000', '133538.491000', '133538.494000', '133538.496000', '133538.499000', '133538.502000', '133538.504000', '133538.507000', '133538.509000', '133538.512000', '133538.515000', '133538.518000', '133538.520000', '133538.523000', '133538.526000', '133538.528000', '133538.531000', '133538.534000', '133538.536000', '133538.539000', '133538.541000', '133538.544000', '133538.547000', '133538.549000', '133538.552000', '133538.555000', '133538.557000', '133538.560000', '133538.563000', '133538.566000', '133538.568000', '133538.571000', '133538.574000', '133538.577000', '133538.580000', '133558.463000', '133558.466000', '133558.469000', '133558.472000', '133558.474000', '133558.477000', '133558.480000', '133558.482000', '133558.485000', '133558.487000', '133558.490000', '133558.493000', '133558.495000', '133558.498000', '133558.501000', '133558.503000', '133558.506000', '133558.509000', '133558.512000', '133558.514000', '133558.517000', '133558.519000', '133558.522000', '133558.525000', '133558.535000', '133558.538000', '133558.541000', '133558.543000', '133558.546000', '133558.549000', '133558.551000', '133558.554000', '133558.557000', '133558.559000', '133558.562000', '133558.565000', '133558.567000', '133558.570000', '133558.573000', '133558.576000', '133558.579000', '133558.582000', '133558.585000', '133618.463000', '133618.466000', '133618.469000', '133618.472000', '133618.474000', '133618.477000', '133618.480000', '133618.483000', '133618.485000', '133618.529000', '133618.532000', '133618.534000', '133618.537000', '133618.542000', '133618.545000', '133618.547000', '133618.550000', '133618.553000', '133618.556000', '133618.558000', '133618.561000', '133618.564000', '133618.566000', '133618.569000', '133618.571000', '133618.574000', '133618.577000', '133618.579000', '133618.582000', '133618.585000', '133618.587000', '133618.590000', '133618.593000', '133618.595000', '133618.598000', '133618.601000', '133618.603000', '133618.606000', '133618.609000', '133618.612000', '133618.619000', '133618.622000', '133618.625000', '133618.628000', '133638.463000', '133638.465000', '133638.468000', '133638.471000', '133638.474000', '133638.476000', '133638.479000', '133638.482000', '133638.484000', '133638.487000', '133638.489000', '133638.492000', '133638.495000', '133638.497000', '133638.500000', '133638.503000', '133638.506000', '133638.508000', '133638.511000', '133638.513000', '133638.516000', '133638.519000', '133638.521000', '133638.524000', '133638.527000', '133638.529000', '133638.532000', '133638.535000', '133638.537000', '133638.540000', '133638.542000', '133638.545000', '133638.548000', '133638.551000', '133638.553000', '133638.556000', '133638.559000', '133638.561000', '133638.564000', '133638.567000', '133638.569000', '133638.572000', '133638.574000', '133658.464000', '133658.467000', '133658.469000', '133658.473000', '133658.475000', '133658.479000', '133658.481000', '133658.484000', '133658.487000', '133658.490000', '133658.492000', '133658.495000', '133658.498000', '133658.500000', '133658.503000', '133658.506000', '133658.508000', '133658.511000', '133658.514000', '133658.516000', '133658.519000', '133658.522000', '133658.524000', '133658.527000', '133658.530000', '133658.532000', '133658.535000', '133658.538000', '133658.540000', '133658.543000', '133658.546000', '133658.548000', '133658.551000', '133658.554000', '133658.556000', '133658.559000', '133658.562000', '133658.564000', '133658.567000', '133658.570000', '133658.572000', '133658.575000', '133658.578000', '133718.464000', '133718.466000', '133718.469000', '133718.472000', '133718.474000', '133718.477000', '133718.480000', '133718.482000', '133718.485000', '133718.488000', '133718.490000', '133718.493000', '133718.496000', '133718.498000', '133718.501000', '133718.504000', '133718.506000', '133718.509000', '133718.511000', '133718.514000', '133718.517000', '133718.519000', '133718.522000', '133718.524000', '133718.527000', '133718.530000', '133718.532000', '133718.535000', '133718.538000', '133718.541000', '133718.543000', '133718.546000', '133718.548000', '133718.551000', '133718.554000', '133718.556000', '133718.559000', '133718.562000', '133718.564000', '133718.567000', '133718.569000', '133718.572000', '133718.575000', '133718.577000', '133738.463000', '133738.466000', '133738.469000', '133738.472000', '133738.475000', '133738.478000', '133738.480000', '133738.483000', '133738.486000', '133738.488000', '133738.491000', '133738.494000', '133738.496000', '133738.499000', '133738.502000', '133738.504000', '133738.507000', '133738.510000', '133738.512000', '133738.515000', '133738.528000', '133738.531000', '133738.534000', '133738.536000', '133738.539000', '133738.542000', '133738.544000', '133738.547000', '133738.550000', '133738.552000', '133738.555000', '133738.557000', '133738.560000', '133738.563000', '133738.565000', '133738.568000', '133738.571000', '133738.573000', '133738.586000', '133738.589000', '133738.591000', '133738.594000', '133738.596000', '133738.599000', '133758.464000', '133758.467000', '133758.470000', '133758.472000', '133758.475000', '133758.478000', '133758.481000', '133758.484000', '133758.486000', '133758.489000', '133758.491000', '133758.494000', '133758.497000', '133758.499000', '133758.502000', '133758.505000', '133758.507000', '133758.510000', '133758.512000', '133758.515000', '133758.518000', '133758.521000', '133758.533000', '133758.535000', '133758.538000', '133758.541000', '133758.544000', '133758.546000', '133758.549000', '133758.551000', '133758.554000', '133758.557000', '133758.560000', '133758.562000', '133758.565000', '133758.568000', '133758.570000', '133758.573000', '133758.575000', '133758.578000', '133758.581000', '133758.583000', '133758.586000', '133818.464000', '133818.467000', '133818.469000', '133818.473000', '133818.476000', '133818.478000', '133818.481000', '133818.484000', '133818.487000', '133818.489000', '133818.492000', '133818.495000', '133818.497000', '133818.500000', '133818.503000', '133818.505000', '133818.508000', '133818.511000', '133818.513000', '133818.516000', '133818.519000', '133818.521000', '133818.524000', '133818.527000', '133818.529000', '133818.532000', '133818.535000', '133818.537000', '133818.540000', '133818.542000', '133818.545000', '133818.548000', '133818.550000', '133818.553000', '133818.556000', '133818.558000', '133818.561000', '133818.564000', '133818.566000', '133818.569000', '133818.572000', '133818.574000', '133818.577000', '133818.580000', '133838.463000', '133838.466000', '133838.468000', '133838.471000', '133838.474000', '133838.476000', '133838.479000', '133838.482000', '133838.484000', '133838.487000', '133838.490000', '133838.492000', '133838.495000', '133838.498000', '133838.500000', '133838.503000', '133838.506000', '133838.508000', '133838.511000', '133838.514000', '133838.516000', '133838.519000', '133838.522000', '133838.524000', '133838.527000', '133838.530000', '133838.532000', '133838.535000', '133838.537000', '133838.540000', '133838.543000', '133838.545000', '133838.548000', '133838.551000', '133838.553000', '133838.556000', '133838.558000', '133838.561000', '133838.564000', '133838.566000', '133838.569000', '133838.572000', '133838.574000', '133858.463000', '133858.465000', '133858.468000', '133858.471000', '133858.474000', '133858.477000', '133858.480000', '133858.485000', '133858.488000', '133858.490000', '133858.493000', '133858.496000', '133858.498000', '133858.501000', '133858.504000', '133858.506000', '133858.509000', '133858.521000', '133858.524000', '133858.526000', '133858.529000', '133858.531000', '133858.534000', '133858.537000', '133858.539000', '133858.542000', '133858.545000', '133858.547000', '133858.550000', '133858.553000', '133858.555000', '133858.558000', '133858.561000', '133858.563000', '133858.566000', '133858.569000', '133858.571000', '133858.574000', '133858.577000', '133858.579000', '133858.582000', '133858.585000', '133858.587000', '133918.464000', '133918.467000', '133918.470000', '133918.472000', '133918.475000', '133918.478000', '133918.480000', '133918.483000', '133918.485000', '133918.488000', '133918.491000', '133918.493000', '133918.496000', '133918.499000', '133918.501000', '133918.504000', '133918.507000', '133918.509000', '133918.512000', '133918.514000', '133918.517000', '133918.519000', '133918.522000', '133918.525000', '133918.527000', '133918.530000', '133918.532000', '133918.535000', '133918.538000', '133918.540000', '133918.543000', '133918.546000', '133918.548000', '133918.551000', '133918.553000', '133918.556000', '133918.559000', '133918.561000', '133918.564000', '133918.566000', '133918.569000', '133918.572000', '133918.574000', '133918.577000', '133938.464000', '133938.467000', '133938.469000', '133938.472000', '133938.475000', '133938.477000', '133938.480000', '133938.483000', '133938.485000', '133938.488000', '133938.491000', '133938.493000', '133938.496000', '133938.498000', '133938.501000', '133938.504000', '133938.506000', '133938.509000', '133938.514000', '133938.517000', '133938.519000', '133938.522000', '133938.524000', '133938.527000', '133938.530000', '133938.533000', '133938.535000', '133938.538000', '133938.540000', '133938.543000', '133938.546000', '133938.548000', '133938.551000', '133938.554000', '133938.556000', '133938.559000', '133938.562000', '133938.564000', '133938.567000', '133938.570000', '133938.572000', '133938.575000', '133938.578000', '133938.581000', '133958.464000', '133958.467000', '133958.469000', '133958.472000', '133958.475000', '133958.477000', '133958.480000', '133958.483000', '133958.485000', '133958.488000', '133958.491000', '133958.493000', '133958.496000', '133958.498000', '133958.501000', '133958.504000', '133958.506000', '133958.509000', '133958.511000', '133958.514000', '133958.517000', '133958.519000', '133958.522000', '133958.525000', '133958.528000', '133958.530000', '133958.533000', '133958.536000', '133958.539000', '133958.541000', '133958.544000', '133958.547000', '133958.549000', '133958.552000', '133958.554000', '133958.557000', '133958.560000', '133958.562000', '133958.565000', '133958.567000', '133958.570000', '133958.573000', '133958.575000', '134018.464000', '134018.467000', '134018.470000', '134018.473000', '134018.475000', '134018.478000', '134018.480000', '134018.483000', '134018.486000', '134018.488000', '134018.491000', '134018.494000', '134018.496000', '134018.499000', '134018.502000', '134018.504000', '134018.507000', '134018.510000', '134018.512000', '134018.515000', '134018.518000', '134018.520000', '134018.523000', '134018.526000', '134018.529000', '134018.531000', '134018.534000', '134018.537000', '134018.539000', '134018.542000', '134018.545000', '134018.547000', '134018.550000', '134018.553000', '134018.555000', '134018.558000', '134018.560000', '134018.563000', '134018.566000', '134018.568000', '134018.571000', '134018.574000', '134018.576000', '134026.305000', '134026.308000', '134026.311000', '134026.314000', '134026.317000', '134026.320000', '134026.322000', '134026.325000', '134026.328000', '134026.331000', '134026.334000', '134026.337000', '134026.340000', '134026.343000', '134026.346000', '134026.349000', '134026.352000', '134026.355000'], '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': [9979, 9539, 10152, 8729, 10616, 7930, 10722, 7814, 8714, 8610, 9491, 8472, 11689, 8779, 10084, 9019, 11058, 8853, 8192, 9503, 8095, 9855, 8544, 9611, 8116, 10062, 7719, 9601, 7536, 10037, 8604, 9804, 7904, 9540, 8384, 11330, 8946, 7602, 9215, 7962, 9044, 7445, 10273, 8014, 9926, 7597, 8370, 7970, 11320, 7781, 10181, 7947, 12109, 8080, 11136, 8792, 7814, 9491, 8131, 9740, 8325, 9791, 8118, 7684, 7791, 9852, 8237, 11068, 8410, 8154, 8724, 10100, 9742, 8070, 9907, 8454, 10347, 8060, 13110, 8072, 8978, 7684, 9914, 8082, 11854, 8105, 7809, 8582, 7724, 9534, 8091, 9852, 8035, 7615, 7721, 10325, 8553, 8859, 8938, 7948, 9124, 8428, 10239, 8000, 8459, 7984, 10122, 8736, 12381, 9456, 8085, 9098, 8630, 10226, 8115, 8461, 8085, 9165, 8321, 12570, 8757, 8969, 8748, 10312, 9266, 8800, 9583, 8143, 9761, 8204, 9591, 8103, 8452, 7932, 11773, 8409, 8310, 8888, 8145, 9686, 8095, 9156, 8108, 7997, 8324, 11521, 8436, 8309, 9703, 8096, 10525, 8161, 12251, 8714, 10278, 9390, 10025, 11556, 9117, 9912, 8105, 8171, 9175, 11632, 9270, 8222, 10219, 9572, 10542, 7877, 11845, 8742, 9437, 9153, 8043, 10001, 8079, 8201, 8108, 9377, 8334, 10290, 9152, 8144, 7485, 7890, 9901, 8323, 8155, 9029, 8546, 9598, 8045, 8463, 8373, 9326, 8670, 11201, 8970, 8515, 9772, 8088, 10011, 8407, 10363, 8702, 9806, 9071, 9575, 9240, 8770, 9918, 8322, 9383, 8155, 8592, 8015, 8117, 8057, 11355, 8708, 8185, 9436, 8968, 9608, 8190, 9352, 8228, 7857, 7939, 11504, 8592, 8160, 9422, 8086, 9501, 8016, 10109, 8074, 8589, 8015, 11229, 8095, 11522, 8529, 10018, 8578, 10650, 9301, 8856, 9320, 8151, 10210, 8166, 10277, 8076, 8764, 8010, 11884, 8000, 9065, 8925, 8493, 9181, 8160, 10058, 7813, 8517, 8103, 10819, 8385, 11007, 9458, 7975, 9037, 8621, 9689, 7876, 8867, 7858, 8734, 8123, 12565, 8764, 8229, 8519, 8018, 8317, 8101, 9256, 8142, 7740, 8020, 11739, 8480, 8977, 9337, 8713, 9691, 7895, 10991, 7865, 10581, 9121, 9696, 8458, 14000, 9907, 9956, 9277, 8130, 9730, 9042, 9477, 7884, 10081, 7678, 8433, 7748, 11317, 8435, 10276, 8932, 9156, 8261, 8815, 8999, 8091, 9752, 8118, 10062, 7965, 9564, 7920, 8083, 7887, 8930, 8941, 8216, 9624, 7901, 9937, 7979, 12413, 8286, 10184, 8573, 10473, 8546, 9399, 9076, 8591, 9547, 7860, 9974, 7868, 10129, 8236, 8770, 8015, 12988, 8579, 9108, 8679, 8548, 9167, 9125, 9407, 7852, 9836, 7867, 9481, 7831, 10381, 8275, 8162, 8471, 9443, 8634, 8276, 9481, 7771, 8757, 7927, 10743, 8242, 9382, 9182, 7941, 9656, 7916, 9282, 8204, 9012, 8619, 13096, 9639, 8979, 10068, 8101, 9775, 8006, 11044, 7512, 9381, 7729, 9926, 8155, 10744, 8526, 7916, 9456, 7652, 10010, 7794, 8808, 8020, 9176, 8909, 7974, 9849, 7653, 9325, 7903, 12453, 8233, 8438, 8800, 7974, 8918, 7776, 9756, 7540, 8279, 7614, 10476, 8125, 9953, 8708, 7783, 9607, 8688, 10282, 7466, 9386, 8147, 10120, 8659, 13074, 8647, 7831, 9595, 8523, 9983, 7682, 10522, 7619, 9413, 7956, 9169, 8745, 8104, 9744, 7649, 9594, 8008, 13086, 8535, 10969, 9073, 9278, 9365, 9314, 9871, 7649, 10221, 7492, 10459, 7765, 9908, 8035, 7933, 8898, 7987, 9965, 7374, 9462, 7826, 10831, 8224, 8733, 9618, 7627, 9231, 8478, 11829, 8702, 8085, 9417, 8282, 10309, 7824, 12494, 8932, 10216, 9402, 7810, 9227, 7784, 9764, 8270, 8855, 8759, 8525, 9127, 7645, 8590, 7694, 9668, 8490, 10888, 9776, 9568, 10284, 7663, 11136, 9131, 11224, 9671, 8819, 10355, 7497, 11388, 8422, 10101, 9291, 8889, 9263, 7595, 9152, 7998, 9645, 8272, 8527, 9686, 7593, 8732, 7993, 7755, 8727, 7442, 10004, 9164, 7687, 9950, 7966, 11859, 9595, 10537, 8955, 12082, 10924, 9847, 10105, 8600, 10123, 9004, 9637, 10042, 9480, 9556, 8744, 11426, 9147, 7804, 10049, 8226, 10020, 8991, 10919, 9490, 7548, 9019, 8276, 9974, 8597, 9379, 8473, 9450, 9280, 7655, 8369, 8532, 10900, 8075, 7633, 9809, 7565, 7512, 8365, 7753, 7606, 10553, 8906, 8082, 9966, 9528, 8321, 10000, 8221, 10576, 8576, 10233, 10901, 7832, 9942, 8416, 9391, 9754, 7746, 9729, 8559, 9808, 8211, 8449, 9901, 7829, 9362, 8250, 11747, 8951, 8713, 9998, 7571, 9982, 8118, 12148, 8218, 7939, 9199, 8464, 10947, 8319, 9775, 8479, 9392, 9815, 7492, 9013, 8718, 11120, 9100, 11155, 9319, 9163, 9617, 7573, 12147, 7966, 9325, 8550, 8549, 10547, 7522, 10399, 8399, 7445, 9239, 7445, 9765, 7761, 9671, 8390, 9843, 9721, 7805, 10001, 8112, 10622, 9093, 12715, 9170, 7875, 9090, 8094, 10803, 7665, 9256, 8159, 9943, 7866, 10343, 8694, 7467, 10222, 8063, 10471, 8645, 12009, 8267, 8511, 9002, 7733, 11644, 8836, 11284, 7982, 7513, 8617, 8388, 10857, 7756, 10072, 8708, 11003, 10026, 9520, 10436, 7857, 9640, 8283, 11717, 9540, 12640, 9640, 7552, 9639, 7872, 11297, 8330, 10255, 9645, 10960, 7912, 8366, 9153, 7469, 8144, 8224, 9974, 8506, 11607, 9785, 7852, 9784, 10241, 10805, 8158, 12143, 9409, 10900, 9669, 10060, 8960, 9423, 9525, 9957, 10590, 8501, 10595, 8853, 9745, 9773, 10754, 8513, 12688, 9343, 7980, 7764, 7482, 9593, 8096, 9254, 7519, 7862, 11469, 8572, 7748, 8858, 8082, 10276, 9569, 12608, 9021, 9938, 7581, 8807, 10266, 8398, 9083, 7525, 8766, 7637, 12361, 7397, 8110, 8178, 7325, 10459, 8942, 8272, 8117, 7635, 9927, 8628, 12893, 9008, 9157, 7991, 8314, 11894, 8893, 12348, 7595, 7789, 8115, 8826, 11995, 8984, 9317, 8054, 7878, 10443, 9067, 13088, 8046, 8191, 9024, 9389, 11773, 8419, 10893, 9629, 11077, 8717, 9638, 9497, 8353, 9644, 8219, 11185, 8750, 7470, 8622, 8206, 11734, 8511, 9682, 8737, 8517, 9468, 8143, 11343, 10088, 7866, 9943, 7801, 10785, 9506, 7633, 11381, 7657, 7736, 10417, 9588, 10455, 8964, 8443, 10354, 9508, 13099, 8842, 8426, 9449, 8299, 12396, 10192, 12011, 8203, 8071, 9907, 8656, 13328, 8161, 7640, 9119, 7967, 12776, 9511, 7921, 7545, 8733, 10953, 8830, 7639, 8875, 8878, 9659, 8772, 9076, 11622, 9071, 10698, 8388, 9820, 10514, 8202, 10249, 8038, 10244, 10969, 8172, 13154, 7417, 7709, 8613, 8722, 13128, 9785, 7621, 8388, 8939, 11458, 8671, 9778, 9058, 8131, 9011, 7638, 10493, 9381, 8031, 9634, 9213, 10698, 8927, 9104, 9967, 8637, 9832, 8328, 11649, 9519, 8263, 8818, 8564, 9085, 8377, 11925, 8876, 8070, 8214, 8940, 12477, 9112, 7845, 8435, 7986, 9343, 9007, 12655, 9344, 9988, 7971, 8800, 9805, 8073, 9992, 8948, 10254, 8154, 9478, 9497, 7702, 9198, 7471, 7870, 8634, 8583, 10980, 8131, 10579, 7818, 10959, 9170, 7942, 9825, 8395, 10294, 8574, 11659, 9455, 7824, 8931, 8827, 12188, 8797, 7868, 8661, 7798, 10562, 9661, 13814, 9489, 8068, 8103, 8395, 11548, 8639, 11329, 7562, 7662, 9176, 8523, 11665, 8708, 10479, 9549, 11717, 9064, 9473, 8954, 7856, 8720, 8200, 13302, 9200, 7775, 8089, 7713, 10677, 9417, 13304, 7544, 7898, 8450, 8911, 11134, 8043, 10543, 8541, 10069, 8262, 8391, 8248, 8017, 8678, 8240, 12377, 9171, 7789, 8187, 7780, 9283, 9113, 12331, 9179, 7903, 8330, 8056, 11343, 9275, 10374, 8289, 8037, 10146, 9132, 12897, 8405, 7971, 9198, 8331, 11833, 9589, 12181, 7818, 7399, 8427, 8042, 11014, 8674, 11077, 8864, 7895, 7985, 8700, 10367, 7972, 9263, 8584, 11794, 8349, 9915, 8289, 8003, 8442, 8957, 11485, 9097, 9372, 8524, 8348, 9027, 9425, 13028, 9819, 7769, 8814, 8143, 9818, 8586, 12687, 8460, 7466, 7976, 8274, 10836, 8774, 7660, 9189, 8358, 9908, 8806, 11668, 8718, 7886, 8234, 8651, 12654, 8971, 7643, 8067, 8142, 9423, 8491, 9442, 7683, 7919, 8237, 7831, 10311, 9564, 8244, 9190, 7756, 9916, 10198, 8192, 10545, 7545, 8683, 10368, 8938, 12808, 8165, 7993, 8993, 8779, 12941, 9178, 7610, 8591, 8445, 11004, 8683, 11303, 8334, 8291, 9097, 9066, 11957, 9375, 12755, 8166, 7897, 8882, 8356, 10731, 8556, 10841, 7976, 7800, 9255, 8164, 10274, 8838, 9554, 8986, 10253, 8559, 7829, 9206, 8327, 10652, 8781, 10371, 8273, 8172, 7753, 8417, 12370, 8453, 7176, 8556, 8184, 10421, 8407, 8506, 8408, 8244, 9716, 8588, 11318, 8852, 7994, 8334, 7828, 10406, 8631, 8433, 8898, 9073, 11060, 9613, 8082, 9635, 9457, 10271, 8462, 10743, 9096, 8942, 8713, 9614, 12278, 9222, 8117, 8691, 8563, 10188, 8214, 8718, 9067, 7886, 9535, 9162, 11338, 8059, 7994, 7679, 9589, 12461, 8828, 8212, 8069, 8948, 11851, 8999, 8085, 8666, 9286, 10548, 8358, 8845, 9190, 9351, 11432, 8003], 'WindowCenter': [4280.0, 4264.0, 4262.0, 4240.0, 4259.0, 4228.0, 4258.0, 4216.0, 4224.0, 4226.0, 4234.0, 4226.0, 4269.0, 4237.0, 4246.0, 4249.0, 4256.0, 4248.0, 4228.0, 4247.0, 4215.0, 4247.0, 4237.0, 4247.0, 4228.0, 4247.0, 4216.0, 4246.0, 4227.0, 4246.0, 4239.0, 4246.0, 4226.0, 4247.0, 4238.0, 4256.0, 4249.0, 4216.0, 4236.0, 4227.0, 4237.0, 4216.0, 4260.0, 4228.0, 4247.0, 4229.0, 4238.0, 4228.0, 4271.0, 4229.0, 4247.0, 4229.0, 4268.0, 4228.0, 4270.0, 4238.0, 4216.0, 4247.0, 4227.0, 4248.0, 4239.0, 4259.0, 4228.0, 4216.0, 4229.0, 4257.0, 4240.0, 4268.0, 4238.0, 4227.0, 4239.0, 4257.0, 4249.0, 4225.0, 4245.0, 4237.0, 4246.0, 4227.0, 4278.0, 4215.0, 4234.0, 4227.0, 4246.0, 4227.0, 4267.0, 4226.0, 4214.0, 4237.0, 4227.0, 4247.0, 4228.0, 4247.0, 4226.0, 4215.0, 4226.0, 4257.0, 4251.0, 4237.0, 4237.0, 4227.0, 4248.0, 4238.0, 4272.0, 4228.0, 4226.0, 4239.0, 4257.0, 4238.0, 4280.0, 4248.0, 4226.0, 4247.0, 4235.0, 4259.0, 4226.0, 4225.0, 4227.0, 4236.0, 4237.0, 4267.0, 4236.0, 4235.0, 4237.0, 4246.0, 4248.0, 4236.0, 4245.0, 4227.0, 4246.0, 4226.0, 4246.0, 4225.0, 4225.0, 4227.0, 4266.0, 4227.0, 4225.0, 4236.0, 4238.0, 4247.0, 4228.0, 4248.0, 4227.0, 4226.0, 4238.0, 4267.0, 4239.0, 4237.0, 4246.0, 4227.0, 4257.0, 4237.0, 4268.0, 4237.0, 4245.0, 4235.0, 4245.0, 4257.0, 4235.0, 4245.0, 4213.0, 4224.0, 4246.0, 4255.0, 4248.0, 4224.0, 4244.0, 4244.0, 4254.0, 4225.0, 4266.0, 4226.0, 4234.0, 4246.0, 4224.0, 4247.0, 4225.0, 4225.0, 4226.0, 4234.0, 4225.0, 4257.0, 4237.0, 4225.0, 4216.0, 4226.0, 4247.0, 4240.0, 4226.0, 4236.0, 4237.0, 4247.0, 4226.0, 4225.0, 4226.0, 4235.0, 4235.0, 4269.0, 4237.0, 4225.0, 4246.0, 4227.0, 4247.0, 4227.0, 4245.0, 4235.0, 4243.0, 4235.0, 4245.0, 4235.0, 4235.0, 4246.0, 4224.0, 4235.0, 4226.0, 4224.0, 4225.0, 4224.0, 4226.0, 4267.0, 4237.0, 4225.0, 4247.0, 4237.0, 4247.0, 4226.0, 4235.0, 4225.0, 4225.0, 4226.0, 4265.0, 4240.0, 4225.0, 4246.0, 4226.0, 4246.0, 4226.0, 4257.0, 4227.0, 4236.0, 4225.0, 4256.0, 4227.0, 4256.0, 4236.0, 4245.0, 4236.0, 4255.0, 4247.0, 4235.0, 4235.0, 4226.0, 4255.0, 4236.0, 4258.0, 4226.0, 4235.0, 4227.0, 4266.0, 4239.0, 4248.0, 4247.0, 4237.0, 4247.0, 4236.0, 4259.0, 4227.0, 4236.0, 4227.0, 4256.0, 4241.0, 4257.0, 4246.0, 4226.0, 4236.0, 4236.0, 4259.0, 4226.0, 4234.0, 4227.0, 4235.0, 4226.0, 4267.0, 4236.0, 4225.0, 4248.0, 4226.0, 4237.0, 4238.0, 4247.0, 4239.0, 4228.0, 4239.0, 4268.0, 4251.0, 4249.0, 4248.0, 4237.0, 4247.0, 4226.0, 4269.0, 4227.0, 4256.0, 4235.0, 4244.0, 4226.0, 4277.0, 4247.0, 4244.0, 4235.0, 4225.0, 4245.0, 4234.0, 4248.0, 4225.0, 4245.0, 4214.0, 4224.0, 4216.0, 4256.0, 4226.0, 4245.0, 4247.0, 4235.0, 4225.0, 4247.0, 4236.0, 4226.0, 4246.0, 4226.0, 4257.0, 4239.0, 4248.0, 4229.0, 4237.0, 4238.0, 4248.0, 4251.0, 4239.0, 4248.0, 4227.0, 4256.0, 4227.0, 4279.0, 4227.0, 4245.0, 4237.0, 4256.0, 4237.0, 4247.0, 4236.0, 4235.0, 4246.0, 4225.0, 4247.0, 4227.0, 4246.0, 4226.0, 4235.0, 4226.0, 4267.0, 4238.0, 4234.0, 4235.0, 4234.0, 4235.0, 4247.0, 4247.0, 4214.0, 4244.0, 4225.0, 4245.0, 4216.0, 4246.0, 4225.0, 4225.0, 4236.0, 4245.0, 4238.0, 4237.0, 4246.0, 4227.0, 4237.0, 4227.0, 4270.0, 4239.0, 4236.0, 4248.0, 4226.0, 4248.0, 4228.0, 4248.0, 4237.0, 4236.0, 4236.0, 4278.0, 4248.0, 4235.0, 4245.0, 4225.0, 4245.0, 4225.0, 4268.0, 4205.0, 4234.0, 4215.0, 4244.0, 4226.0, 4255.0, 4235.0, 4225.0, 4245.0, 4215.0, 4258.0, 4216.0, 4236.0, 4227.0, 4246.0, 4248.0, 4228.0, 4246.0, 4228.0, 4246.0, 4226.0, 4278.0, 4237.0, 4225.0, 4236.0, 4225.0, 4247.0, 4229.0, 4247.0, 4227.0, 4236.0, 4227.0, 4257.0, 4241.0, 4258.0, 4239.0, 4228.0, 4248.0, 4237.0, 4261.0, 4217.0, 4236.0, 4228.0, 4256.0, 4236.0, 4278.0, 4237.0, 4215.0, 4246.0, 4236.0, 4245.0, 4229.0, 4270.0, 4228.0, 4248.0, 4239.0, 4248.0, 4250.0, 4228.0, 4247.0, 4228.0, 4247.0, 4228.0, 4280.0, 4238.0, 4256.0, 4248.0, 4235.0, 4236.0, 4236.0, 4246.0, 4215.0, 4245.0, 4215.0, 4256.0, 4228.0, 4246.0, 4226.0, 4226.0, 4236.0, 4226.0, 4261.0, 4218.0, 4247.0, 4229.0, 4256.0, 4237.0, 4239.0, 4247.0, 4227.0, 4246.0, 4227.0, 4266.0, 4239.0, 4227.0, 4236.0, 4237.0, 4256.0, 4215.0, 4279.0, 4237.0, 4245.0, 4246.0, 4215.0, 4235.0, 4227.0, 4257.0, 4236.0, 4236.0, 4238.0, 4236.0, 4259.0, 4227.0, 4237.0, 4228.0, 4246.0, 4237.0, 4269.0, 4258.0, 4246.0, 4256.0, 4216.0, 4256.0, 4249.0, 4256.0, 4246.0, 4236.0, 4245.0, 4215.0, 4267.0, 4226.0, 4244.0, 4246.0, 4234.0, 4247.0, 4216.0, 4246.0, 4227.0, 4245.0, 4226.0, 4237.0, 4259.0, 4227.0, 4236.0, 4228.0, 4226.0, 4238.0, 4230.0, 4259.0, 4250.0, 4228.0, 4258.0, 4229.0, 4280.0, 4248.0, 4258.0, 4247.0, 4267.0, 4259.0, 4246.0, 4244.0, 4235.0, 4244.0, 4235.0, 4246.0, 4244.0, 4245.0, 4233.0, 4224.0, 4266.0, 4236.0, 4215.0, 4245.0, 4225.0, 4247.0, 4249.0, 4256.0, 4247.0, 4215.0, 4235.0, 4237.0, 4246.0, 4236.0, 4245.0, 4226.0, 4246.0, 4248.0, 4216.0, 4225.0, 4238.0, 4267.0, 4239.0, 4227.0, 4258.0, 4227.0, 4217.0, 4239.0, 4227.0, 4230.0, 4270.0, 4238.0, 4240.0, 4259.0, 4260.0, 4241.0, 4259.0, 4238.0, 4257.0, 4236.0, 4258.0, 4258.0, 4215.0, 4246.0, 4226.0, 4235.0, 4248.0, 4216.0, 4245.0, 4237.0, 4245.0, 4226.0, 4238.0, 4246.0, 4216.0, 4235.0, 4226.0, 4267.0, 4249.0, 4237.0, 4246.0, 4216.0, 4246.0, 4227.0, 4267.0, 4226.0, 4215.0, 4235.0, 4226.0, 4269.0, 4227.0, 4245.0, 4238.0, 4246.0, 4258.0, 4216.0, 4235.0, 4237.0, 4266.0, 4238.0, 4269.0, 4237.0, 4246.0, 4246.0, 4215.0, 4267.0, 4227.0, 4236.0, 4237.0, 4236.0, 4269.0, 4228.0, 4257.0, 4237.0, 4216.0, 4247.0, 4219.0, 4258.0, 4228.0, 4247.0, 4237.0, 4246.0, 4259.0, 4227.0, 4246.0, 4226.0, 4255.0, 4237.0, 4266.0, 4235.0, 4225.0, 4235.0, 4224.0, 4269.0, 4216.0, 4235.0, 4227.0, 4246.0, 4228.0, 4258.0, 4238.0, 4216.0, 4257.0, 4238.0, 4257.0, 4250.0, 4278.0, 4227.0, 4237.0, 4236.0, 4226.0, 4270.0, 4249.0, 4257.0, 4227.0, 4217.0, 4237.0, 4239.0, 4269.0, 4227.0, 4246.0, 4238.0, 4256.0, 4247.0, 4249.0, 4256.0, 4225.0, 4244.0, 4226.0, 4266.0, 4260.0, 4265.0, 4245.0, 4215.0, 4245.0, 4214.0, 4269.0, 4226.0, 4244.0, 4245.0, 4256.0, 4227.0, 4236.0, 4246.0, 4216.0, 4227.0, 4237.0, 4246.0, 4251.0, 4280.0, 4259.0, 4227.0, 4246.0, 4256.0, 4256.0, 4226.0, 4266.0, 4235.0, 4254.0, 4233.0, 4232.0, 4235.0, 4234.0, 4248.0, 4246.0, 4257.0, 4235.0, 4255.0, 4237.0, 4245.0, 4246.0, 4257.0, 4237.0, 4277.0, 4247.0, 4225.0, 4216.0, 4204.0, 4245.0, 4226.0, 4247.0, 4228.0, 4239.0, 4281.0, 4251.0, 4229.0, 4238.0, 4240.0, 4260.0, 4249.0, 4282.0, 4250.0, 4247.0, 4228.0, 4237.0, 4258.0, 4237.0, 4236.0, 4216.0, 4236.0, 4226.0, 4279.0, 4218.0, 4238.0, 4239.0, 4230.0, 4270.0, 4264.0, 4240.0, 4240.0, 4241.0, 4260.0, 4250.0, 4292.0, 4251.0, 4248.0, 4228.0, 4226.0, 4269.0, 4248.0, 4268.0, 4217.0, 4216.0, 4227.0, 4247.0, 4281.0, 4249.0, 4246.0, 4226.0, 4226.0, 4257.0, 4250.0, 4279.0, 4228.0, 4226.0, 4237.0, 4248.0, 4268.0, 4226.0, 4256.0, 4246.0, 4255.0, 4235.0, 4247.0, 4246.0, 4226.0, 4245.0, 4236.0, 4255.0, 4238.0, 4216.0, 4235.0, 4225.0, 4266.0, 4237.0, 4259.0, 4237.0, 4238.0, 4246.0, 4227.0, 4268.0, 4257.0, 4226.0, 4246.0, 4215.0, 4255.0, 4247.0, 4216.0, 4266.0, 4215.0, 4216.0, 4256.0, 4259.0, 4257.0, 4236.0, 4251.0, 4268.0, 4259.0, 4289.0, 4237.0, 4225.0, 4244.0, 4224.0, 4266.0, 4259.0, 4266.0, 4224.0, 4225.0, 4245.0, 4235.0, 4278.0, 4225.0, 4215.0, 4236.0, 4227.0, 4277.0, 4259.0, 4227.0, 4227.0, 4249.0, 4267.0, 4249.0, 4228.0, 4236.0, 4248.0, 4246.0, 4236.0, 4249.0, 4268.0, 4236.0, 4256.0, 4236.0, 4257.0, 4258.0, 4226.0, 4256.0, 4227.0, 4256.0, 4256.0, 4237.0, 4278.0, 4215.0, 4226.0, 4235.0, 4237.0, 4276.0, 4257.0, 4215.0, 4225.0, 4246.0, 4265.0, 4236.0, 4259.0, 4247.0, 4226.0, 4236.0, 4227.0, 4256.0, 4249.0, 4227.0, 4246.0, 4259.0, 4257.0, 4236.0, 4248.0, 4247.0, 4235.0, 4245.0, 4237.0, 4265.0, 4248.0, 4237.0, 4235.0, 4236.0, 4234.0, 4225.0, 4268.0, 4236.0, 4225.0, 4225.0, 4247.0, 4266.0, 4249.0, 4226.0, 4225.0, 4227.0, 4246.0, 4236.0, 4279.0, 4236.0, 4243.0, 4214.0, 4236.0, 4245.0, 4225.0, 4244.0, 4234.0, 4244.0, 4224.0, 4245.0, 4247.0, 4216.0, 4245.0, 4217.0, 4227.0, 4237.0, 4250.0, 4269.0, 4226.0, 4257.0, 4228.0, 4267.0, 4260.0, 4228.0, 4246.0, 4227.0, 4257.0, 4237.0, 4267.0, 4248.0, 4216.0, 4246.0, 4247.0, 4277.0, 4250.0, 4227.0, 4237.0, 4229.0, 4268.0, 4248.0, 4290.0, 4248.0, 4226.0, 4227.0, 4225.0, 4268.0, 4238.0, 4256.0, 4216.0, 4227.0, 4246.0, 4237.0, 4269.0, 4237.0, 4256.0, 4258.0, 4266.0, 4247.0, 4258.0, 4235.0, 4226.0, 4236.0, 4236.0, 4277.0, 4248.0, 4216.0, 4226.0, 4227.0, 4256.0, 4248.0, 4278.0, 4216.0, 4226.0, 4236.0, 4235.0, 4269.0, 4226.0, 4246.0, 4236.0, 4244.0, 4225.0, 4237.0, 4236.0, 4226.0, 4237.0, 4237.0, 4276.0, 4260.0, 4228.0, 4237.0, 4227.0, 4246.0, 4236.0, 4279.0, 4248.0, 4215.0, 4226.0, 4226.0, 4266.0, 4250.0, 4256.0, 4225.0, 4227.0, 4256.0, 4248.0, 4279.0, 4226.0, 4227.0, 4247.0, 4236.0, 4267.0, 4260.0, 4266.0, 4215.0, 4214.0, 4226.0, 4224.0, 4257.0, 4236.0, 4255.0, 4235.0, 4225.0, 4225.0, 4235.0, 4258.0, 4226.0, 4246.0, 4237.0, 4266.0, 4236.0, 4258.0, 4237.0, 4225.0, 4225.0, 4247.0, 4266.0, 4248.0, 4246.0, 4235.0, 4224.0, 4234.0, 4245.0, 4265.0, 4258.0, 4214.0, 4234.0, 4225.0, 4245.0, 4235.0, 4277.0, 4225.0, 4214.0, 4225.0, 4236.0, 4255.0, 4239.0, 4216.0, 4235.0, 4237.0, 4256.0, 4236.0, 4267.0, 4236.0, 4226.0, 4236.0, 4236.0, 4277.0, 4249.0, 4227.0, 4225.0, 4238.0, 4245.0, 4237.0, 4259.0, 4227.0, 4228.0, 4238.0, 4228.0, 4258.0, 4259.0, 4237.0, 4247.0, 4228.0, 4247.0, 4259.0, 4237.0, 4256.0, 4226.0, 4236.0, 4246.0, 4248.0, 4278.0, 4225.0, 4225.0, 4234.0, 4234.0, 4277.0, 4235.0, 4214.0, 4223.0, 4236.0, 4255.0, 4236.0, 4268.0, 4225.0, 4225.0, 4234.0, 4234.0, 4265.0, 4235.0, 4264.0, 4225.0, 4224.0, 4233.0, 4223.0, 4256.0, 4235.0, 4254.0, 4225.0, 4214.0, 4245.0, 4225.0, 4246.0, 4236.0, 4244.0, 4236.0, 4244.0, 4237.0, 4215.0, 4235.0, 4225.0, 4254.0, 4236.0, 4256.0, 4236.0, 4237.0, 4226.0, 4225.0, 4277.0, 4239.0, 4216.0, 4236.0, 4238.0, 4257.0, 4251.0, 4237.0, 4226.0, 4238.0, 4246.0, 4237.0, 4268.0, 4237.0, 4226.0, 4237.0, 4228.0, 4256.0, 4249.0, 4226.0, 4247.0, 4248.0, 4266.0, 4248.0, 4239.0, 4247.0, 4247.0, 4256.0, 4225.0, 4257.0, 4235.0, 4234.0, 4234.0, 4244.0, 4263.0, 4247.0, 4224.0, 4234.0, 4234.0, 4243.0, 4238.0, 4235.0, 4235.0, 4225.0, 4244.0, 4246.0, 4266.0, 4225.0, 4225.0, 4226.0, 4245.0, 4278.0, 4236.0, 4236.0, 4224.0, 4235.0, 4266.0, 4248.0, 4226.0, 4235.0, 4247.0, 4255.0, 4237.0, 4236.0, 4234.0, 4246.0, 4265.0, 4226.0], 'WindowWidth': [9483.0, 9450.0, 9440.0, 9411.0, 9434.0, 9389.0, 9429.0, 9368.0, 9374.0, 9381.0, 9390.0, 9385.0, 9443.0, 9398.0, 9407.0, 9418.0, 9424.0, 9418.0, 9387.0, 9410.0, 9364.0, 9412.0, 9398.0, 9415.0, 9390.0, 9412.0, 9368.0, 9407.0, 9388.0, 9408.0, 9405.0, 9408.0, 9382.0, 9412.0, 9403.0, 9424.0, 9420.0, 9370.0, 9397.0, 9386.0, 9400.0, 9370.0, 9436.0, 9389.0, 9410.0, 9393.0, 9402.0, 9391.0, 9454.0, 9393.0, 9411.0, 9393.0, 9443.0, 9392.0, 9448.0, 9402.0, 9369.0, 9410.0, 9385.0, 9415.0, 9408.0, 9433.0, 9387.0, 9368.0, 9393.0, 9427.0, 9411.0, 9441.0, 9403.0, 9384.0, 9406.0, 9426.0, 9418.0, 9380.0, 9405.0, 9399.0, 9411.0, 9384.0, 9456.0, 9364.0, 9388.0, 9389.0, 9411.0, 9387.0, 9440.0, 9381.0, 9362.0, 9401.0, 9390.0, 9416.0, 9390.0, 9412.0, 9383.0, 9366.0, 9385.0, 9426.0, 9425.0, 9398.0, 9398.0, 9388.0, 9416.0, 9403.0, 9455.0, 9388.0, 9384.0, 9405.0, 9428.0, 9405.0, 9462.0, 9416.0, 9381.0, 9414.0, 9395.0, 9435.0, 9384.0, 9379.0, 9387.0, 9396.0, 9400.0, 9441.0, 9397.0, 9393.0, 9399.0, 9409.0, 9417.0, 9394.0, 9406.0, 9386.0, 9411.0, 9382.0, 9409.0, 9380.0, 9381.0, 9388.0, 9438.0, 9387.0, 9381.0, 9396.0, 9405.0, 9414.0, 9390.0, 9417.0, 9387.0, 9384.0, 9405.0, 9441.0, 9407.0, 9400.0, 9409.0, 9386.0, 9426.0, 9399.0, 9446.0, 9399.0, 9407.0, 9393.0, 9406.0, 9426.0, 9394.0, 9406.0, 9360.0, 9377.0, 9410.0, 9420.0, 9416.0, 9376.0, 9402.0, 9404.0, 9418.0, 9381.0, 9439.0, 9382.0, 9390.0, 9408.0, 9379.0, 9413.0, 9380.0, 9378.0, 9384.0, 9392.0, 9382.0, 9427.0, 9398.0, 9379.0, 9371.0, 9385.0, 9413.0, 9410.0, 9381.0, 9396.0, 9401.0, 9414.0, 9383.0, 9380.0, 9381.0, 9393.0, 9395.0, 9444.0, 9398.0, 9379.0, 9410.0, 9387.0, 9413.0, 9385.0, 9405.0, 9393.0, 9400.0, 9393.0, 9407.0, 9391.0, 9393.0, 9409.0, 9379.0, 9395.0, 9384.0, 9377.0, 9381.0, 9378.0, 9385.0, 9440.0, 9401.0, 9380.0, 9414.0, 9399.0, 9414.0, 9384.0, 9393.0, 9381.0, 9380.0, 9383.0, 9435.0, 9409.0, 9381.0, 9409.0, 9385.0, 9411.0, 9385.0, 9425.0, 9385.0, 9397.0, 9383.0, 9424.0, 9387.0, 9422.0, 9397.0, 9407.0, 9396.0, 9421.0, 9415.0, 9393.0, 9393.0, 9385.0, 9421.0, 9397.0, 9431.0, 9385.0, 9395.0, 9389.0, 9438.0, 9409.0, 9417.0, 9414.0, 9401.0, 9414.0, 9398.0, 9433.0, 9386.0, 9397.0, 9389.0, 9423.0, 9414.0, 9427.0, 9410.0, 9382.0, 9398.0, 9396.0, 9435.0, 9383.0, 9390.0, 9386.0, 9395.0, 9385.0, 9440.0, 9397.0, 9382.0, 9417.0, 9386.0, 9403.0, 9405.0, 9414.0, 9407.0, 9390.0, 9407.0, 9443.0, 9427.0, 9418.0, 9415.0, 9398.0, 9413.0, 9383.0, 9449.0, 9388.0, 9422.0, 9393.0, 9405.0, 9383.0, 9455.0, 9414.0, 9404.0, 9392.0, 9381.0, 9407.0, 9392.0, 9417.0, 9380.0, 9405.0, 9365.0, 9378.0, 9370.0, 9425.0, 9383.0, 9407.0, 9413.0, 9394.0, 9382.0, 9414.0, 9395.0, 9382.0, 9409.0, 9384.0, 9426.0, 9409.0, 9416.0, 9393.0, 9402.0, 9405.0, 9416.0, 9427.0, 9405.0, 9414.0, 9388.0, 9424.0, 9388.0, 9460.0, 9387.0, 9407.0, 9398.0, 9423.0, 9400.0, 9412.0, 9396.0, 9393.0, 9408.0, 9380.0, 9416.0, 9385.0, 9408.0, 9383.0, 9394.0, 9382.0, 9440.0, 9403.0, 9391.0, 9394.0, 9390.0, 9393.0, 9413.0, 9411.0, 9363.0, 9402.0, 9382.0, 9407.0, 9371.0, 9410.0, 9380.0, 9379.0, 9398.0, 9409.0, 9406.0, 9400.0, 9411.0, 9388.0, 9401.0, 9388.0, 9449.0, 9406.0, 9396.0, 9415.0, 9384.0, 9417.0, 9392.0, 9412.0, 9401.0, 9395.0, 9397.0, 9457.0, 9418.0, 9394.0, 9405.0, 9380.0, 9406.0, 9382.0, 9445.0, 9353.0, 9390.0, 9369.0, 9403.0, 9386.0, 9421.0, 9393.0, 9380.0, 9407.0, 9369.0, 9430.0, 9371.0, 9398.0, 9388.0, 9409.0, 9418.0, 9389.0, 9410.0, 9392.0, 9411.0, 9384.0, 9459.0, 9401.0, 9382.0, 9398.0, 9382.0, 9413.0, 9394.0, 9414.0, 9387.0, 9397.0, 9388.0, 9426.0, 9416.0, 9430.0, 9406.0, 9391.0, 9415.0, 9400.0, 9440.0, 9374.0, 9395.0, 9389.0, 9423.0, 9397.0, 9459.0, 9402.0, 9368.0, 9409.0, 9397.0, 9409.0, 9395.0, 9448.0, 9390.0, 9418.0, 9406.0, 9417.0, 9424.0, 9389.0, 9413.0, 9390.0, 9414.0, 9389.0, 9463.0, 9402.0, 9424.0, 9414.0, 9394.0, 9398.0, 9397.0, 9407.0, 9368.0, 9406.0, 9368.0, 9424.0, 9392.0, 9409.0, 9383.0, 9385.0, 9397.0, 9385.0, 9439.0, 9377.0, 9412.0, 9392.0, 9425.0, 9402.0, 9405.0, 9411.0, 9386.0, 9410.0, 9386.0, 9438.0, 9409.0, 9385.0, 9395.0, 9399.0, 9422.0, 9368.0, 9460.0, 9399.0, 9407.0, 9409.0, 9369.0, 9394.0, 9389.0, 9427.0, 9398.0, 9397.0, 9403.0, 9398.0, 9435.0, 9388.0, 9398.0, 9391.0, 9411.0, 9401.0, 9448.0, 9429.0, 9410.0, 9423.0, 9369.0, 9424.0, 9421.0, 9421.0, 9407.0, 9396.0, 9407.0, 9369.0, 9439.0, 9382.0, 9404.0, 9408.0, 9392.0, 9415.0, 9371.0, 9408.0, 9387.0, 9408.0, 9383.0, 9399.0, 9433.0, 9388.0, 9398.0, 9390.0, 9385.0, 9404.0, 9399.0, 9432.0, 9422.0, 9391.0, 9431.0, 9393.0, 9462.0, 9414.0, 9430.0, 9415.0, 9440.0, 9433.0, 9409.0, 9403.0, 9394.0, 9402.0, 9395.0, 9411.0, 9404.0, 9404.0, 9388.0, 9377.0, 9436.0, 9396.0, 9366.0, 9407.0, 9379.0, 9413.0, 9418.0, 9423.0, 9412.0, 9368.0, 9393.0, 9401.0, 9411.0, 9395.0, 9408.0, 9383.0, 9409.0, 9417.0, 9371.0, 9381.0, 9402.0, 9440.0, 9405.0, 9386.0, 9429.0, 9387.0, 9374.0, 9405.0, 9388.0, 9398.0, 9448.0, 9402.0, 9408.0, 9431.0, 9436.0, 9413.0, 9430.0, 9401.0, 9424.0, 9395.0, 9428.0, 9427.0, 9367.0, 9407.0, 9382.0, 9393.0, 9416.0, 9368.0, 9405.0, 9398.0, 9408.0, 9385.0, 9402.0, 9408.0, 9369.0, 9390.0, 9382.0, 9439.0, 9419.0, 9397.0, 9406.0, 9371.0, 9407.0, 9388.0, 9439.0, 9383.0, 9364.0, 9392.0, 9382.0, 9446.0, 9384.0, 9406.0, 9401.0, 9410.0, 9429.0, 9370.0, 9392.0, 9399.0, 9436.0, 9401.0, 9446.0, 9398.0, 9409.0, 9407.0, 9368.0, 9440.0, 9384.0, 9395.0, 9400.0, 9395.0, 9445.0, 9388.0, 9424.0, 9400.0, 9370.0, 9412.0, 9379.0, 9429.0, 9388.0, 9411.0, 9400.0, 9411.0, 9434.0, 9385.0, 9408.0, 9384.0, 9420.0, 9400.0, 9434.0, 9392.0, 9379.0, 9392.0, 9378.0, 9446.0, 9370.0, 9394.0, 9386.0, 9409.0, 9389.0, 9430.0, 9403.0, 9371.0, 9424.0, 9405.0, 9428.0, 9425.0, 9456.0, 9385.0, 9397.0, 9397.0, 9384.0, 9449.0, 9419.0, 9425.0, 9385.0, 9376.0, 9400.0, 9406.0, 9445.0, 9386.0, 9409.0, 9403.0, 9424.0, 9415.0, 9419.0, 9423.0, 9380.0, 9403.0, 9384.0, 9437.0, 9436.0, 9434.0, 9405.0, 9368.0, 9406.0, 9363.0, 9445.0, 9382.0, 9402.0, 9407.0, 9424.0, 9390.0, 9399.0, 9411.0, 9373.0, 9387.0, 9399.0, 9410.0, 9426.0, 9463.0, 9432.0, 9388.0, 9408.0, 9420.0, 9424.0, 9386.0, 9440.0, 9395.0, 9416.0, 9387.0, 9384.0, 9393.0, 9391.0, 9416.0, 9410.0, 9426.0, 9394.0, 9420.0, 9397.0, 9404.0, 9409.0, 9425.0, 9402.0, 9454.0, 9413.0, 9380.0, 9368.0, 9348.0, 9404.0, 9381.0, 9412.0, 9391.0, 9407.0, 9467.0, 9425.0, 9391.0, 9401.0, 9407.0, 9435.0, 9420.0, 9471.0, 9421.0, 9410.0, 9389.0, 9398.0, 9430.0, 9400.0, 9394.0, 9368.0, 9396.0, 9384.0, 9460.0, 9377.0, 9404.0, 9408.0, 9399.0, 9449.0, 9449.0, 9408.0, 9408.0, 9412.0, 9435.0, 9424.0, 9483.0, 9423.0, 9414.0, 9387.0, 9383.0, 9447.0, 9417.0, 9443.0, 9371.0, 9371.0, 9387.0, 9413.0, 9467.0, 9418.0, 9410.0, 9381.0, 9383.0, 9426.0, 9422.0, 9459.0, 9390.0, 9383.0, 9399.0, 9417.0, 9446.0, 9385.0, 9423.0, 9410.0, 9420.0, 9394.0, 9414.0, 9409.0, 9382.0, 9407.0, 9398.0, 9421.0, 9405.0, 9369.0, 9393.0, 9381.0, 9436.0, 9402.0, 9432.0, 9400.0, 9402.0, 9410.0, 9386.0, 9442.0, 9426.0, 9383.0, 9407.0, 9366.0, 9421.0, 9414.0, 9370.0, 9436.0, 9368.0, 9370.0, 9423.0, 9433.0, 9426.0, 9397.0, 9427.0, 9446.0, 9432.0, 9475.0, 9399.0, 9378.0, 9402.0, 9377.0, 9437.0, 9431.0, 9434.0, 9377.0, 9382.0, 9409.0, 9395.0, 9457.0, 9380.0, 9367.0, 9397.0, 9387.0, 9453.0, 9434.0, 9387.0, 9386.0, 9421.0, 9441.0, 9422.0, 9388.0, 9397.0, 9416.0, 9411.0, 9397.0, 9418.0, 9444.0, 9396.0, 9424.0, 9398.0, 9426.0, 9429.0, 9382.0, 9423.0, 9386.0, 9423.0, 9423.0, 9400.0, 9456.0, 9369.0, 9384.0, 9396.0, 9400.0, 9453.0, 9429.0, 9368.0, 9380.0, 9411.0, 9435.0, 9397.0, 9432.0, 9412.0, 9383.0, 9397.0, 9389.0, 9423.0, 9419.0, 9385.0, 9408.0, 9434.0, 9426.0, 9397.0, 9417.0, 9410.0, 9393.0, 9406.0, 9399.0, 9434.0, 9417.0, 9399.0, 9391.0, 9396.0, 9389.0, 9380.0, 9443.0, 9396.0, 9379.0, 9380.0, 9412.0, 9436.0, 9419.0, 9382.0, 9379.0, 9385.0, 9409.0, 9395.0, 9460.0, 9397.0, 9400.0, 9363.0, 9397.0, 9406.0, 9380.0, 9402.0, 9390.0, 9404.0, 9379.0, 9407.0, 9415.0, 9369.0, 9407.0, 9373.0, 9388.0, 9401.0, 9423.0, 9446.0, 9385.0, 9424.0, 9389.0, 9439.0, 9437.0, 9389.0, 9409.0, 9385.0, 9427.0, 9401.0, 9439.0, 9417.0, 9370.0, 9410.0, 9414.0, 9452.0, 9422.0, 9386.0, 9398.0, 9394.0, 9442.0, 9418.0, 9476.0, 9416.0, 9382.0, 9387.0, 9381.0, 9444.0, 9401.0, 9421.0, 9369.0, 9386.0, 9410.0, 9399.0, 9447.0, 9398.0, 9423.0, 9431.0, 9435.0, 9414.0, 9429.0, 9393.0, 9382.0, 9396.0, 9397.0, 9454.0, 9417.0, 9369.0, 9384.0, 9387.0, 9425.0, 9418.0, 9456.0, 9370.0, 9382.0, 9397.0, 9394.0, 9446.0, 9384.0, 9406.0, 9397.0, 9404.0, 9380.0, 9399.0, 9397.0, 9383.0, 9400.0, 9402.0, 9450.0, 9438.0, 9388.0, 9398.0, 9387.0, 9410.0, 9396.0, 9461.0, 9414.0, 9367.0, 9382.0, 9383.0, 9437.0, 9421.0, 9422.0, 9381.0, 9386.0, 9424.0, 9418.0, 9460.0, 9384.0, 9385.0, 9412.0, 9396.0, 9440.0, 9435.0, 9437.0, 9365.0, 9364.0, 9381.0, 9377.0, 9426.0, 9398.0, 9420.0, 9393.0, 9381.0, 9381.0, 9394.0, 9430.0, 9383.0, 9408.0, 9400.0, 9435.0, 9399.0, 9430.0, 9400.0, 9380.0, 9379.0, 9412.0, 9437.0, 9417.0, 9410.0, 9393.0, 9377.0, 9391.0, 9406.0, 9434.0, 9431.0, 9365.0, 9389.0, 9381.0, 9405.0, 9392.0, 9454.0, 9382.0, 9364.0, 9379.0, 9398.0, 9419.0, 9406.0, 9369.0, 9392.0, 9401.0, 9423.0, 9396.0, 9442.0, 9397.0, 9383.0, 9396.0, 9396.0, 9452.0, 9422.0, 9386.0, 9380.0, 9402.0, 9409.0, 9400.0, 9434.0, 9387.0, 9390.0, 9404.0, 9389.0, 9431.0, 9433.0, 9401.0, 9414.0, 9389.0, 9411.0, 9435.0, 9400.0, 9422.0, 9384.0, 9397.0, 9409.0, 9416.0, 9456.0, 9379.0, 9378.0, 9390.0, 9390.0, 9453.0, 9395.0, 9365.0, 9375.0, 9396.0, 9419.0, 9399.0, 9442.0, 9381.0, 9378.0, 9392.0, 9391.0, 9434.0, 9395.0, 9430.0, 9381.0, 9376.0, 9387.0, 9375.0, 9425.0, 9395.0, 9417.0, 9380.0, 9365.0, 9406.0, 9382.0, 9410.0, 9395.0, 9403.0, 9396.0, 9404.0, 9400.0, 9367.0, 9392.0, 9380.0, 9418.0, 9397.0, 9424.0, 9396.0, 9402.0, 9384.0, 9380.0, 9454.0, 9406.0, 9372.0, 9398.0, 9405.0, 9426.0, 9426.0, 9401.0, 9382.0, 9402.0, 9411.0, 9399.0, 9444.0, 9399.0, 9382.0, 9400.0, 9391.0, 9424.0, 9418.0, 9384.0, 9411.0, 9418.0, 9437.0, 9418.0, 9406.0, 9413.0, 9411.0, 9422.0, 9380.0, 9425.0, 9393.0, 9389.0, 9390.0, 9404.0, 9429.0, 9414.0, 9377.0, 9390.0, 9392.0, 9402.0, 9405.0, 9392.0, 9392.0, 9382.0, 9405.0, 9411.0, 9436.0, 9379.0, 9382.0, 9383.0, 9408.0, 9457.0, 9398.0, 9396.0, 9377.0, 9395.0, 9437.0, 9417.0, 9382.0, 9392.0, 9412.0, 9420.0, 9401.0, 9395.0, 9390.0, 9410.0, 9432.0, 9386.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.001773214849921011</td></tr>
<tr><td colspan=3>aqi</td><td>0.05963875750394945</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.38963449059292</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.112674514166008</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9405382470513833</td></tr>
<tr><td colspan=3>efc</td><td>0.4888</td></tr>
<tr><td colspan=3>fber</td><td>5007.3735</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1378113741353409</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>268</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.169036334913113</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5622673604767408</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4104607607119553</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7623376614134654</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5140036593048016</td></tr>
<tr><td colspan=3>gcor</td><td>0.00190406</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02957957424223423</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03366782143712044</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1266</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.0264440541229805</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>27.7033</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.5743</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.5079</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297206.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>845.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.3085</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6688</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>488.4883</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3434.8396</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3649.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79338.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4442.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.253</td></tr>
<tr><td colspan=3>tsnr</td><td>28.573106322903186</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>