ds005256-mriqc/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter d59ba1a90e [DATALAD RUNCMD] Compute MRIQC for sub-0034
=== 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-0034 --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-0034",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:09:55 +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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-04/func/sub-0034_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>bbfe2adcf2e98abeb15b4b1079e85c90</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>09:47:2.290000</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.999519, 0.0255256, 0.0175984, -0.0275699, 0.991407, 0.127874]</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.0886671</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7852, -7353, 449, 93, -296, -162, 59]</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>253.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8db5de66-73d0-4198-84e3-ad3c5c6af07b||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.6816370487213135, -0.07396794855594635, 0.03829430416226387, 116.13695526123047], [-0.06848327070474625, 2.6598727703094482, 0.34640413522720337, -92.91918182373047], [0.04721510782837868, -0.3430769145488739, 2.677412509918213, -60.36576461791992], [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': ['094702.290000', '094702.750000', '094703.210000', '094703.670000', '094704.130000', '094704.590000', '094705.050000', '094705.510000', '094705.970000', '094706.430000', '094706.890000', '094707.350000', '094707.810000', '094708.270000', '094708.730000', '094709.190000', '094709.650000', '094710.110000', '094710.570000', '094711.030000', '094711.490000', '094711.950000', '094712.410000', '094712.870000', '094713.330000', '094713.790000', '094714.250000', '094714.710000', '094715.170000', '094715.630000', '094716.090000', '094716.550000', '094717.010000', '094717.470000', '094717.930000', '094718.390000', '094718.850000', '094719.310000', '094719.770000', '094720.230000', '094720.690000', '094721.150000', '094721.610000', '094722.070000', '094722.530000', '094722.990000', '094723.450000', '094723.910000', '094724.370000', '094724.830000', '094725.290000', '094725.750000', '094726.210000', '094726.670000', '094727.130000', '094727.590000', '094728.050000', '094728.510000', '094728.970000', '094729.430000', '094729.890000', '094730.350000', '094730.810000', '094731.270000', '094731.730000', '094732.190000', '094732.650000', '094733.110000', '094733.570000', '094734.030000', '094734.490000', '094734.950000', '094735.410000', '094735.870000', '094736.330000', '094736.790000', '094737.250000', '094737.710000', '094738.170000', '094738.630000', '094739.090000', '094739.550000', '094740.010000', '094740.470000', '094740.930000', '094741.390000', '094741.850000', '094742.310000', '094742.770000', '094743.230000', '094743.690000', '094744.150000', '094744.610000', '094745.070000', '094745.530000', '094745.990000', '094746.450000', '094746.910000', '094747.370000', '094747.830000', '094748.290000', '094748.750000', '094749.210000', '094749.670000', '094750.130000', '094750.590000', '094751.050000', '094751.510000', '094751.970000', '094752.430000', '094752.890000', '094753.350000', '094753.810000', '094754.270000', '094754.730000', '094755.190000', '094755.650000', '094756.110000', '094756.570000', '094757.030000', '094757.490000', '094757.950000', '094758.410000', '094758.870000', '094759.330000', '094759.790000', '094800.250000', '094800.710000', '094801.170000', '094801.630000', '094802.090000', '094802.550000', '094803.010000', '094803.470000', '094803.930000', '094804.390000', '094804.850000', '094805.310000', '094805.770000', '094806.230000', '094806.690000', '094807.150000', '094807.610000', '094808.070000', '094808.530000', '094808.990000', '094809.450000', '094809.910000', '094810.370000', '094810.830000', '094811.290000', '094811.750000', '094812.210000', '094812.670000', '094813.130000', '094813.590000', '094814.050000', '094814.510000', '094814.970000', '094815.430000', '094815.890000', '094816.350000', '094816.810000', '094817.270000', '094817.730000', '094818.190000', '094818.650000', '094819.110000', '094819.570000', '094820.030000', '094820.490000', '094820.950000', '094821.410000', '094821.870000', '094822.330000', '094822.790000', '094823.250000', '094823.710000', '094824.170000', '094824.630000', '094825.090000', '094825.550000', '094826.010000', '094826.470000', '094826.930000', '094827.390000', '094827.850000', '094828.310000', '094828.770000', '094829.230000', '094829.690000', '094830.150000', '094830.610000', '094831.070000', '094831.530000', '094831.990000', '094832.450000', '094832.910000', '094833.370000', '094833.830000', '094834.290000', '094834.750000', '094835.210000', '094835.670000', '094836.130000', '094836.590000', '094837.050000', '094837.510000', '094837.970000', '094838.430000', '094838.890000', '094839.350000', '094839.810000', '094840.270000', '094840.730000', '094841.190000', '094841.650000', '094842.110000', '094842.570000', '094843.030000', '094843.490000', '094843.950000', '094844.410000', '094844.870000', '094845.330000', '094845.790000', '094846.250000', '094846.710000', '094847.170000', '094847.630000', '094848.090000', '094848.550000', '094849.010000', '094849.470000', '094849.930000', '094850.390000', '094850.850000', '094851.310000', '094851.770000', '094852.230000', '094852.690000', '094853.150000', '094853.610000', '094854.070000', '094854.530000', '094854.990000', '094855.450000', '094855.910000', '094856.370000', '094856.830000', '094857.290000', '094857.750000', '094858.210000', '094858.670000', '094859.130000', '094859.590000', '094900.050000', '094900.510000', '094900.970000', '094901.430000', '094901.890000', '094902.350000', '094902.810000', '094903.270000', '094903.730000', '094904.190000', '094904.650000', '094905.110000', '094905.570000', '094906.030000', '094906.490000', '094906.950000', '094907.410000', '094907.870000', '094908.330000', '094908.790000', '094909.250000', '094909.710000', '094910.170000', '094910.630000', '094911.090000', '094911.550000', '094912.010000', '094912.470000', '094912.930000', '094913.390000', '094913.850000', '094914.310000', '094914.770000', '094915.230000', '094915.690000', '094916.150000', '094916.610000', '094917.070000', '094917.530000', '094917.990000', '094918.450000', '094918.910000', '094919.370000', '094919.830000', '094920.290000', '094920.750000', '094921.210000', '094921.670000', '094922.130000', '094922.590000', '094923.050000', '094923.510000', '094923.970000', '094924.430000', '094924.890000', '094925.350000', '094925.810000', '094926.270000', '094926.730000', '094927.190000', '094927.650000', '094928.110000', '094928.570000', '094929.030000', '094929.490000', '094929.950000', '094930.410000', '094930.870000', '094931.330000', '094931.790000', '094932.250000', '094932.710000', '094933.170000', '094933.630000', '094934.090000', '094934.550000', '094935.010000', '094935.470000', '094935.930000', '094936.390000', '094936.850000', '094937.310000', '094937.770000', '094938.230000', '094938.690000', '094939.150000', '094939.610000', '094940.070000', '094940.530000', '094940.990000', '094941.450000', '094941.910000', '094942.370000', '094942.830000', '094943.290000', '094943.750000', '094944.210000', '094944.670000', '094945.130000', '094945.590000', '094946.050000', '094946.510000', '094946.970000', '094947.430000', '094947.890000', '094948.350000', '094948.810000', '094949.270000', '094949.730000', '094950.190000', '094950.650000', '094951.110000', '094951.570000', '094952.030000', '094952.490000', '094952.950000', '094953.410000', '094953.870000', '094954.330000', '094954.790000', '094955.250000', '094955.710000', '094956.170000', '094956.630000', '094957.090000', '094957.550000', '094958.010000', '094958.470000', '094958.930000', '094959.390000', '094959.850000', '095000.310000', '095000.770000', '095001.230000', '095001.690000', '095002.150000', '095002.610000', '095003.070000', '095003.530000', '095003.990000', '095004.450000', '095004.910000', '095005.370000', '095005.830000', '095006.290000', '095006.750000', '095007.210000', '095007.670000', '095008.130000', '095008.590000', '095009.050000', '095009.510000', '095009.970000', '095010.430000', '095010.890000', '095011.350000', '095011.810000', '095012.270000', '095012.730000', '095013.190000', '095013.650000', '095014.110000', '095014.570000', '095015.030000', '095015.490000', '095015.950000', '095016.410000', '095016.870000', '095017.330000', '095017.790000', '095018.250000', '095018.710000', '095019.170000', '095019.630000', '095020.090000', '095020.550000', '095021.010000', '095021.470000', '095021.930000', '095022.390000', '095022.850000', '095023.310000', '095023.770000', '095024.230000', '095024.690000', '095025.150000', '095025.610000', '095026.070000', '095026.530000', '095026.990000', '095027.450000', '095027.910000', '095028.370000', '095028.830000', '095029.290000', '095029.750000', '095030.210000', '095030.670000', '095031.130000', '095031.590000', '095032.050000', '095032.510000', '095032.970000', '095033.430000', '095033.890000', '095034.350000', '095034.810000', '095035.270000', '095035.730000', '095036.190000', '095036.650000', '095037.110000', '095037.570000', '095038.030000', '095038.490000', '095038.950000', '095039.410000', '095039.870000', '095040.330000', '095040.790000', '095041.250000', '095041.710000', '095042.170000', '095042.630000', '095043.090000', '095043.550000', '095044.010000', '095044.470000', '095044.930000', '095045.390000', '095045.850000', '095046.310000', '095046.770000', '095047.230000', '095047.690000', '095048.150000', '095048.610000', '095049.070000', '095049.530000', '095049.990000', '095050.450000', '095050.910000', '095051.370000', '095051.830000', '095052.290000', '095052.750000', '095053.210000', '095053.670000', '095054.130000', '095054.590000', '095055.050000', '095055.510000', '095055.970000', '095056.430000', '095056.890000', '095057.350000', '095057.810000', '095058.270000', '095058.730000', '095059.190000', '095059.650000', '095100.110000', '095100.570000', '095101.030000', '095101.490000', '095101.950000', '095102.410000', '095102.870000', '095103.330000', '095103.790000', '095104.250000', '095104.710000', '095105.170000', '095105.630000', '095106.090000', '095106.550000', '095107.010000', '095107.470000', '095107.930000', '095108.390000', '095108.850000', '095109.310000', '095109.770000', '095110.230000', '095110.690000', '095111.150000', '095111.610000', '095112.070000', '095112.530000', '095112.990000', '095113.450000', '095113.910000', '095114.370000', '095114.830000', '095115.290000', '095115.750000', '095116.210000', '095116.670000', '095117.130000', '095117.590000', '095118.050000', '095118.510000', '095118.970000', '095119.430000', '095119.890000', '095120.350000', '095120.810000', '095121.270000', '095121.730000', '095122.190000', '095122.650000', '095123.110000', '095123.570000', '095124.030000', '095124.490000', '095124.950000', '095125.410000', '095125.870000', '095126.330000', '095126.790000', '095127.250000', '095127.710000', '095128.170000', '095128.630000', '095129.090000', '095129.550000', '095130.010000', '095130.470000', '095130.930000', '095131.390000', '095131.850000', '095132.310000', '095132.770000', '095133.230000', '095133.690000', '095134.150000', '095134.610000', '095135.070000', '095135.530000', '095135.990000', '095136.450000', '095136.910000', '095137.370000', '095137.830000', '095138.290000', '095138.750000', '095139.210000', '095139.670000', '095140.130000', '095140.590000', '095141.050000', '095141.510000', '095141.970000', '095142.430000', '095142.890000', '095143.350000', '095143.810000', '095144.270000', '095144.730000', '095145.190000', '095145.650000', '095146.110000', '095146.570000', '095147.030000', '095147.490000', '095147.950000', '095148.410000', '095148.870000', '095149.330000', '095149.790000', '095150.250000', '095150.710000', '095151.170000', '095151.630000', '095152.090000', '095152.550000', '095153.010000', '095153.470000', '095153.930000', '095154.390000', '095154.850000', '095155.310000', '095155.770000', '095156.230000', '095156.690000', '095157.150000', '095157.610000', '095158.070000', '095158.530000', '095158.990000', '095159.450000', '095159.910000', '095200.370000', '095200.830000', '095201.290000', '095201.750000', '095202.210000', '095202.670000', '095203.130000', '095203.590000', '095204.050000', '095204.510000', '095204.970000', '095205.430000', '095205.890000', '095206.350000', '095206.810000', '095207.270000', '095207.730000', '095208.190000', '095208.650000', '095209.110000', '095209.570000', '095210.030000', '095210.490000', '095210.950000', '095211.410000', '095211.870000', '095212.330000', '095212.790000', '095213.250000', '095213.710000', '095214.170000', '095214.630000', '095215.090000', '095215.550000', '095216.010000', '095216.470000', '095216.930000', '095217.390000', '095217.850000', '095218.310000', '095218.770000', '095219.230000', '095219.690000', '095220.150000', '095220.610000', '095221.070000', '095221.530000', '095221.990000', '095222.450000', '095222.910000', '095223.370000', '095223.830000', '095224.290000', '095224.750000', '095225.210000', '095225.670000', '095226.130000', '095226.590000', '095227.050000', '095227.510000', '095227.970000', '095228.430000', '095228.890000', '095229.350000', '095229.810000', '095230.270000', '095230.730000', '095231.190000', '095231.650000', '095232.110000', '095232.570000', '095233.030000', '095233.490000', '095233.950000', '095234.410000', '095234.870000', '095235.330000', '095235.790000', '095236.250000', '095236.710000', '095237.170000', '095237.630000', '095238.090000', '095238.550000', '095239.010000', '095239.470000', '095239.930000', '095240.390000', '095240.850000', '095241.310000', '095241.770000', '095242.230000', '095242.690000', '095243.150000', '095243.610000', '095244.070000', '095244.530000', '095244.990000', '095245.450000', '095245.910000', '095246.370000', '095246.830000', '095247.290000', '095247.750000', '095248.210000', '095248.670000', '095249.130000', '095249.590000', '095250.050000', '095250.510000', '095250.970000', '095251.430000', '095251.890000', '095252.350000', '095252.810000', '095253.270000', '095253.730000', '095254.190000', '095254.650000', '095255.110000', '095255.570000', '095256.030000', '095256.490000', '095256.950000', '095257.410000', '095257.870000', '095258.330000', '095258.790000', '095259.250000', '095259.710000', '095300.170000', '095300.630000', '095301.090000', '095301.550000', '095302.010000', '095302.470000', '095302.930000', '095303.390000', '095303.850000', '095304.310000', '095304.770000', '095305.230000', '095305.690000', '095306.150000', '095306.610000', '095307.070000', '095307.530000', '095307.990000', '095308.450000', '095308.910000', '095309.370000', '095309.830000', '095310.290000', '095310.750000', '095311.210000', '095311.670000', '095312.130000', '095312.590000', '095313.050000', '095313.510000', '095313.970000', '095314.430000', '095314.890000', '095315.350000', '095315.810000', '095316.270000', '095316.730000', '095317.190000', '095317.650000', '095318.110000', '095318.570000', '095319.030000', '095319.490000', '095319.950000', '095320.410000', '095320.870000', '095321.330000', '095321.790000', '095322.250000', '095322.710000', '095323.170000', '095323.630000', '095324.090000', '095324.550000', '095325.010000', '095325.470000', '095325.930000', '095326.390000', '095326.850000', '095327.310000', '095327.770000', '095328.230000', '095328.690000', '095329.150000', '095329.610000', '095330.070000', '095330.530000', '095330.990000', '095331.450000', '095331.910000', '095332.370000', '095332.830000', '095333.290000', '095333.750000', '095334.210000', '095334.670000', '095335.130000', '095335.590000', '095336.050000', '095336.510000', '095336.970000', '095337.430000', '095337.890000', '095338.350000', '095338.810000', '095339.270000', '095339.730000', '095340.190000', '095340.650000', '095341.110000', '095341.570000', '095342.030000', '095342.490000', '095342.950000', '095343.410000', '095343.870000', '095344.330000', '095344.790000', '095345.250000', '095345.710000', '095346.170000', '095346.630000', '095347.090000', '095347.550000', '095348.010000', '095348.470000', '095348.930000', '095349.390000', '095349.850000', '095350.310000', '095350.770000', '095351.230000', '095351.690000', '095352.150000', '095352.610000', '095353.070000', '095353.530000', '095353.990000', '095354.450000', '095354.910000', '095355.370000', '095355.830000', '095356.290000', '095356.750000', '095357.210000', '095357.670000', '095358.130000', '095358.590000', '095359.050000', '095359.510000', '095359.970000', '095400.430000', '095400.890000', '095401.350000', '095401.810000', '095402.270000', '095402.730000', '095403.190000', '095403.650000', '095404.110000', '095404.570000', '095405.030000', '095405.490000', '095405.950000', '095406.410000', '095406.870000', '095407.330000', '095407.790000', '095408.250000', '095408.710000', '095409.170000', '095409.630000', '095410.090000', '095410.550000', '095411.010000', '095411.470000', '095411.930000', '095412.390000', '095412.850000', '095413.310000', '095413.770000', '095414.230000', '095414.690000', '095415.150000', '095415.610000', '095416.070000', '095416.530000', '095416.990000', '095417.450000', '095417.910000', '095418.370000', '095418.830000', '095419.290000', '095419.750000', '095420.210000', '095420.670000', '095421.130000', '095421.590000', '095422.050000', '095422.510000', '095422.970000', '095423.430000', '095423.890000', '095424.350000', '095424.810000', '095425.270000', '095425.730000', '095426.190000', '095426.650000', '095427.110000', '095427.570000', '095428.030000', '095428.490000', '095428.950000', '095429.410000', '095429.870000', '095430.330000', '095430.790000', '095431.250000', '095431.710000', '095432.170000', '095432.630000', '095433.090000', '095433.550000', '095434.010000', '095434.470000', '095434.930000', '095435.390000', '095435.850000', '095436.310000', '095436.770000', '095437.230000', '095437.690000', '095438.150000', '095438.610000', '095439.070000', '095439.530000', '095439.990000', '095440.450000', '095440.910000', '095441.370000', '095441.830000', '095442.290000', '095442.750000', '095443.210000', '095443.670000', '095444.130000', '095444.590000', '095445.050000', '095445.510000', '095445.970000', '095446.430000', '095446.890000', '095447.350000', '095447.810000', '095448.270000', '095448.730000', '095449.190000', '095449.650000', '095450.110000', '095450.570000', '095451.030000', '095451.490000', '095451.950000', '095452.410000', '095452.870000', '095453.330000', '095453.790000', '095454.250000', '095454.710000', '095455.170000', '095455.630000', '095456.090000', '095456.550000', '095457.010000', '095457.470000', '095457.930000', '095458.390000', '095458.850000', '095459.310000', '095459.770000', '095500.230000', '095500.690000', '095501.150000', '095501.610000', '095502.070000', '095502.530000', '095502.990000', '095503.450000', '095503.910000', '095504.370000', '095504.830000', '095505.290000', '095505.750000', '095506.210000', '095506.670000', '095507.130000', '095507.590000', '095508.050000', '095508.510000', '095508.970000', '095509.430000', '095509.890000', '095510.350000', '095510.810000', '095511.270000', '095511.730000', '095512.190000', '095512.650000', '095513.110000', '095513.570000', '095514.030000', '095514.490000', '095514.950000', '095515.410000', '095515.870000', '095516.330000', '095516.790000', '095517.250000', '095517.710000', '095518.170000', '095518.630000', '095519.090000', '095519.550000', '095520.010000', '095520.470000', '095520.930000', '095521.390000', '095521.850000', '095522.310000', '095522.770000', '095523.230000', '095523.690000', '095524.150000', '095524.610000', '095525.070000', '095525.530000', '095525.990000', '095526.450000', '095526.910000', '095527.370000', '095527.830000', '095528.290000', '095528.750000', '095529.210000', '095529.670000', '095530.130000', '095530.590000', '095531.050000', '095531.510000', '095531.970000', '095532.430000', '095532.890000', '095533.350000', '095533.810000', '095534.270000', '095534.730000', '095535.190000', '095535.650000', '095536.110000', '095536.570000', '095537.030000', '095537.490000', '095537.950000', '095538.410000', '095538.870000', '095539.330000', '095539.790000', '095540.250000', '095540.710000', '095541.170000', '095541.630000', '095542.090000', '095542.550000', '095543.010000', '095543.470000', '095543.930000', '095544.390000', '095544.850000', '095545.310000', '095545.770000', '095546.230000', '095546.690000', '095547.150000', '095547.610000', '095548.070000', '095548.530000', '095548.990000', '095549.450000', '095549.910000', '095550.370000', '095550.830000', '095551.290000', '095551.750000', '095552.210000', '095552.670000', '095553.130000', '095553.590000', '095554.050000', '095554.510000', '095554.970000', '095555.430000', '095555.890000', '095556.350000', '095556.810000', '095557.270000', '095557.730000', '095558.190000', '095558.650000', '095559.110000', '095559.570000', '095600.030000', '095600.490000', '095600.950000', '095601.410000', '095601.870000', '095602.330000', '095602.790000', '095603.250000', '095603.710000', '095604.170000', '095604.630000', '095605.090000', '095605.550000', '095606.010000', '095606.470000', '095606.930000', '095607.390000', '095607.850000', '095608.310000', '095608.770000', '095609.230000', '095609.690000', '095610.150000', '095610.610000', '095611.070000', '095611.530000', '095611.990000', '095612.450000', '095612.910000', '095613.370000', '095613.830000', '095614.290000', '095614.750000', '095615.210000', '095615.670000', '095616.130000', '095616.590000', '095617.050000', '095617.510000', '095617.970000', '095618.430000', '095618.890000', '095619.350000', '095619.810000', '095620.270000', '095620.730000', '095621.190000', '095621.650000', '095622.110000', '095622.570000', '095623.030000', '095623.490000', '095623.950000', '095624.410000', '095624.870000', '095625.330000', '095625.790000', '095626.250000', '095626.710000', '095627.170000', '095627.630000', '095628.090000', '095628.550000', '095629.010000', '095629.470000', '095629.930000', '095630.390000', '095630.850000', '095631.310000', '095631.770000', '095632.230000', '095632.690000', '095633.150000', '095633.610000', '095634.070000', '095634.530000', '095634.990000', '095635.450000', '095635.910000', '095636.370000', '095636.830000', '095637.290000', '095637.750000', '095638.210000', '095638.670000', '095639.130000', '095639.590000', '095640.050000', '095640.510000', '095640.970000', '095641.430000', '095641.890000', '095642.350000', '095642.810000', '095643.270000', '095643.730000', '095644.190000', '095644.650000', '095645.110000'], 'ContentTime': ['094715.347000', '094715.350000', '094715.352000', '094715.355000', '094715.357000', '094715.360000', '094715.362000', '094715.365000', '094715.367000', '094715.370000', '094715.373000', '094715.375000', '094715.378000', '094715.401000', '094715.403000', '094715.406000', '094715.415000', '094715.417000', '094715.420000', '094715.422000', '094715.425000', '094715.427000', '094715.430000', '094715.432000', '094715.435000', '094715.437000', '094715.440000', '094735.315000', '094735.318000', '094735.321000', '094735.323000', '094735.326000', '094735.329000', '094735.331000', '094735.334000', '094735.337000', '094735.340000', '094735.343000', '094735.345000', '094735.348000', '094735.350000', '094735.353000', '094735.356000', '094735.358000', '094735.361000', '094735.363000', '094735.366000', '094735.374000', '094735.376000', '094735.379000', '094735.381000', '094735.384000', '094735.386000', '094735.389000', '094735.392000', '094735.394000', '094735.397000', '094735.399000', '094735.402000', '094735.405000', '094735.407000', '094735.410000', '094735.412000', '094735.415000', '094735.417000', '094735.420000', '094735.422000', '094735.425000', '094735.427000', '094735.430000', '094755.316000', '094755.318000', '094755.321000', '094755.324000', '094755.326000', '094755.329000', '094755.331000', '094755.334000', '094755.336000', '094755.339000', '094755.341000', '094755.344000', '094755.347000', '094755.349000', '094755.352000', '094755.354000', '094755.357000', '094755.359000', '094755.362000', '094755.365000', '094755.367000', '094755.370000', '094755.372000', '094755.375000', '094755.377000', '094755.380000', '094755.382000', '094755.387000', '094755.390000', '094755.392000', '094755.395000', '094755.397000', '094755.400000', '094755.402000', '094755.405000', '094755.408000', '094755.410000', '094755.413000', '094755.415000', '094755.418000', '094755.420000', '094755.423000', '094755.426000', '094755.428000', '094815.316000', '094815.319000', '094815.322000', '094815.324000', '094815.327000', '094815.330000', '094815.332000', '094815.335000', '094815.337000', '094815.340000', '094815.342000', '094815.345000', '094815.347000', '094815.350000', '094815.353000', '094815.355000', '094815.358000', '094815.360000', '094815.363000', '094815.365000', '094815.368000', '094815.371000', '094815.373000', '094815.376000', '094815.379000', '094815.382000', '094815.385000', '094815.387000', '094815.390000', '094815.393000', '094815.395000', '094815.398000', '094815.400000', '094815.403000', '094815.405000', '094815.408000', '094815.410000', '094815.413000', '094815.416000', '094815.418000', '094815.421000', '094815.423000', '094815.426000', '094835.316000', '094835.318000', '094835.321000', '094835.324000', '094835.326000', '094835.329000', '094835.331000', '094835.334000', '094835.336000', '094835.339000', '094835.342000', '094835.344000', '094835.347000', '094835.349000', '094835.352000', '094835.355000', '094835.357000', '094835.360000', '094835.362000', '094835.365000', '094835.368000', '094835.370000', '094835.373000', '094835.375000', '094835.378000', '094835.380000', '094835.383000', '094835.386000', '094835.388000', '094835.391000', '094835.393000', '094835.397000', '094835.400000', '094835.402000', '094835.405000', '094835.407000', '094835.410000', '094835.412000', '094835.415000', '094835.417000', '094835.420000', '094835.423000', '094835.425000', '094835.428000', '094855.316000', '094855.318000', '094855.321000', '094855.324000', '094855.326000', '094855.329000', '094855.331000', '094855.334000', '094855.336000', '094855.339000', '094855.342000', '094855.344000', '094855.347000', '094855.349000', '094855.352000', '094855.355000', '094855.357000', '094855.360000', '094855.363000', '094855.365000', '094855.368000', '094855.370000', '094855.373000', '094855.376000', '094855.378000', '094855.381000', '094855.383000', '094855.386000', '094855.389000', '094855.392000', '094855.395000', '094855.398000', '094855.401000', '094855.403000', '094855.406000', '094855.408000', '094855.411000', '094855.413000', '094855.416000', '094855.431000', '094855.433000', '094855.436000', '094855.438000', '094915.316000', '094915.318000', '094915.321000', '094915.324000', '094915.326000', '094915.329000', '094915.332000', '094915.335000', '094915.338000', '094915.340000', '094915.343000', '094915.346000', '094915.348000', '094915.351000', '094915.353000', '094915.356000', '094915.358000', '094915.361000', '094915.364000', '094915.366000', '094915.369000', '094915.371000', '094915.374000', '094915.376000', '094915.379000', '094915.382000', '094915.384000', '094915.387000', '094915.389000', '094915.392000', '094915.395000', '094915.397000', '094915.400000', '094915.402000', '094915.405000', '094915.407000', '094915.410000', '094915.412000', '094915.415000', '094915.418000', '094915.420000', '094915.423000', '094915.425000', '094935.316000', '094935.319000', '094935.321000', '094935.324000', '094935.326000', '094935.329000', '094935.331000', '094935.334000', '094935.337000', '094935.339000', '094935.342000', '094935.344000', '094935.347000', '094935.350000', '094935.352000', '094935.355000', '094935.357000', '094935.360000', '094935.362000', '094935.365000', '094935.367000', '094935.370000', '094935.373000', '094935.375000', '094935.378000', '094935.381000', '094935.383000', '094935.386000', '094935.388000', '094935.391000', '094935.393000', '094935.396000', '094935.398000', '094935.401000', '094935.404000', '094935.406000', '094935.409000', '094935.411000', '094935.414000', '094935.416000', '094935.419000', '094935.422000', '094935.424000', '094935.427000', '094955.315000', '094955.323000', '094955.326000', '094955.328000', '094955.331000', '094955.334000', '094955.336000', '094955.339000', '094955.341000', '094955.344000', '094955.347000', '094955.349000', '094955.352000', '094955.354000', '094955.357000', '094955.359000', '094955.362000', '094955.365000', '094955.367000', '094955.370000', '094955.372000', '094955.375000', '094955.378000', '094955.380000', '094955.383000', '094955.385000', '094955.388000', '094955.390000', '094955.393000', '094955.396000', '094955.398000', '094955.401000', '094955.403000', '094955.406000', '094955.408000', '094955.411000', '094955.414000', '094955.416000', '094955.419000', '094955.421000', '094955.424000', '094955.427000', '094955.429000', '095015.316000', '095015.318000', '095015.321000', '095015.324000', '095015.326000', '095015.329000', '095015.331000', '095015.334000', '095015.336000', '095015.339000', '095015.342000', '095015.344000', '095015.347000', '095015.349000', '095015.352000', '095015.355000', '095015.357000', '095015.360000', '095015.362000', '095015.365000', '095015.367000', '095015.370000', '095015.373000', '095015.375000', '095015.378000', '095015.381000', '095015.383000', '095015.386000', '095015.388000', '095015.391000', '095015.393000', '095015.396000', '095015.398000', '095015.401000', '095015.404000', '095015.406000', '095015.409000', '095015.411000', '095015.414000', '095015.417000', '095015.419000', '095015.422000', '095015.424000', '095015.427000', '095035.317000', '095035.319000', '095035.322000', '095035.325000', '095035.327000', '095035.330000', '095035.333000', '095035.335000', '095035.338000', '095035.340000', '095035.343000', '095035.345000', '095035.348000', '095035.351000', '095035.353000', '095035.356000', '095035.358000', '095035.361000', '095035.364000', '095035.366000', '095035.369000', '095035.383000', '095035.386000', '095035.388000', '095035.391000', '095035.393000', '095035.396000', '095035.398000', '095035.401000', '095035.404000', '095035.406000', '095035.409000', '095035.411000', '095035.414000', '095035.416000', '095035.419000', '095035.422000', '095035.424000', '095035.427000', '095035.429000', '095035.432000', '095035.434000', '095035.437000', '095035.440000', '095055.316000', '095055.342000', '095055.345000', '095055.347000', '095055.350000', '095055.353000', '095055.355000', '095055.358000', '095055.360000', '095055.363000', '095055.366000', '095055.368000', '095055.371000', '095055.373000', '095055.376000', '095055.378000', '095055.381000', '095055.384000', '095055.386000', '095055.389000', '095055.391000', '095055.394000', '095055.397000', '095055.399000', '095055.402000', '095055.404000', '095055.407000', '095055.410000', '095055.412000', '095055.415000', '095055.417000', '095055.420000', '095055.423000', '095055.425000', '095055.428000', '095055.430000', '095055.433000', '095055.436000', '095055.438000', '095055.441000', '095055.443000', '095055.446000', '095055.448000', '095115.316000', '095115.318000', '095115.321000', '095115.323000', '095115.326000', '095115.329000', '095115.331000', '095115.334000', '095115.337000', '095115.339000', '095115.342000', '095115.344000', '095115.347000', '095115.349000', '095115.352000', '095115.355000', '095115.357000', '095115.360000', '095115.362000', '095115.365000', '095115.368000', '095115.370000', '095115.373000', '095115.375000', '095115.378000', '095115.380000', '095115.383000', '095115.386000', '095115.388000', '095115.391000', '095115.393000', '095115.396000', '095115.398000', '095115.401000', '095115.404000', '095115.406000', '095115.409000', '095115.411000', '095115.414000', '095115.417000', '095115.419000', '095115.422000', '095115.424000', '095115.427000', '095135.316000', '095135.318000', '095135.321000', '095135.324000', '095135.326000', '095135.329000', '095135.331000', '095135.334000', '095135.337000', '095135.339000', '095135.342000', '095135.344000', '095135.347000', '095135.349000', '095135.352000', '095135.355000', '095135.357000', '095135.360000', '095135.362000', '095135.365000', '095135.368000', '095135.370000', '095135.373000', '095135.375000', '095135.378000', '095135.380000', '095135.383000', '095135.386000', '095135.388000', '095135.391000', '095135.393000', '095135.396000', '095135.399000', '095135.401000', '095135.404000', '095135.406000', '095135.409000', '095135.412000', '095135.414000', '095135.417000', '095135.419000', '095135.422000', '095135.424000', '095155.316000', '095155.319000', '095155.321000', '095155.324000', '095155.326000', '095155.329000', '095155.332000', '095155.334000', '095155.337000', '095155.339000', '095155.342000', '095155.345000', '095155.347000', '095155.350000', '095155.352000', '095155.355000', '095155.357000', '095155.360000', '095155.363000', '095155.365000', '095155.368000', '095155.371000', '095155.373000', '095155.376000', '095155.378000', '095155.381000', '095155.384000', '095155.386000', '095155.389000', '095155.391000', '095155.394000', '095155.397000', '095155.399000', '095155.402000', '095155.404000', '095155.407000', '095155.409000', '095155.412000', '095155.414000', '095155.417000', '095155.420000', '095155.422000', '095155.425000', '095155.427000', '095215.315000', '095215.318000', '095215.321000', '095215.324000', '095215.326000', '095215.329000', '095215.331000', '095215.334000', '095215.337000', '095215.339000', '095215.342000', '095215.344000', '095215.347000', '095215.350000', '095215.352000', '095215.355000', '095215.357000', '095215.360000', '095215.363000', '095215.365000', '095215.368000', '095215.370000', '095215.373000', '095215.375000', '095215.378000', '095215.381000', '095215.383000', '095215.386000', '095215.388000', '095215.391000', '095215.394000', '095215.396000', '095215.399000', '095215.401000', '095215.404000', '095215.406000', '095215.409000', '095215.412000', '095215.414000', '095215.417000', '095215.419000', '095215.422000', '095215.424000', '095235.316000', '095235.319000', '095235.323000', '095235.326000', '095235.328000', '095235.331000', '095235.333000', '095235.336000', '095235.338000', '095235.341000', '095235.344000', '095235.346000', '095235.349000', '095235.351000', '095235.354000', '095235.356000', '095235.359000', '095235.362000', '095235.364000', '095235.367000', '095235.369000', '095235.372000', '095235.375000', '095235.377000', '095235.380000', '095235.382000', '095235.385000', '095235.388000', '095235.390000', '095235.393000', '095235.396000', '095235.398000', '095235.401000', '095235.403000', '095235.406000', '095235.408000', '095235.411000', '095235.413000', '095235.416000', '095235.419000', '095235.421000', '095235.424000', '095235.427000', '095255.317000', '095255.320000', '095255.322000', '095255.325000', '095255.327000', '095255.330000', '095255.332000', '095255.335000', '095255.338000', '095255.340000', '095255.343000', '095255.345000', '095255.348000', '095255.350000', '095255.353000', '095255.356000', '095255.358000', '095255.361000', '095255.364000', '095255.366000', '095255.369000', '095255.371000', '095255.374000', '095255.376000', '095255.379000', '095255.381000', '095255.384000', '095255.387000', '095255.389000', '095255.392000', '095255.394000', '095255.397000', '095255.400000', '095255.402000', '095255.405000', '095255.407000', '095255.410000', '095255.413000', '095255.415000', '095255.418000', '095255.420000', '095255.423000', '095255.425000', '095255.428000', '095315.316000', '095315.319000', '095315.321000', '095315.324000', '095315.326000', '095315.329000', '095315.332000', '095315.334000', '095315.337000', '095315.339000', '095315.342000', '095315.344000', '095315.348000', '095315.351000', '095315.353000', '095315.356000', '095315.359000', '095315.361000', '095315.364000', '095315.366000', '095315.369000', '095315.371000', '095315.374000', '095315.377000', '095315.379000', '095315.382000', '095315.384000', '095315.387000', '095315.389000', '095315.392000', '095315.395000', '095315.397000', '095315.400000', '095315.403000', '095315.405000', '095315.408000', '095315.411000', '095315.413000', '095315.416000', '095315.419000', '095315.422000', '095315.424000', '095315.427000', '095335.316000', '095335.318000', '095335.321000', '095335.324000', '095335.326000', '095335.329000', '095335.331000', '095335.334000', '095335.336000', '095335.339000', '095335.342000', '095335.344000', '095335.347000', '095335.349000', '095335.352000', '095335.355000', '095335.357000', '095335.360000', '095335.362000', '095335.365000', '095335.367000', '095335.370000', '095335.373000', '095335.375000', '095335.378000', '095335.380000', '095335.383000', '095335.385000', '095335.388000', '095335.391000', '095335.393000', '095335.396000', '095335.399000', '095335.401000', '095335.404000', '095335.406000', '095335.409000', '095335.411000', '095335.414000', '095335.417000', '095335.419000', '095335.422000', '095335.424000', '095335.427000', '095355.316000', '095355.319000', '095355.321000', '095355.324000', '095355.326000', '095355.329000', '095355.331000', '095355.334000', '095355.337000', '095355.339000', '095355.342000', '095355.344000', '095355.347000', '095355.350000', '095355.353000', '095355.355000', '095355.358000', '095355.361000', '095355.363000', '095355.366000', '095355.369000', '095355.371000', '095355.374000', '095355.376000', '095355.379000', '095355.382000', '095355.384000', '095355.387000', '095355.389000', '095355.392000', '095355.395000', '095355.397000', '095355.400000', '095355.402000', '095355.405000', '095355.408000', '095355.410000', '095355.413000', '095355.415000', '095355.418000', '095355.421000', '095355.423000', '095355.426000', '095415.316000', '095415.318000', '095415.321000', '095415.324000', '095415.326000', '095415.329000', '095415.331000', '095415.334000', '095415.336000', '095415.339000', '095415.342000', '095415.344000', '095415.347000', '095415.350000', '095415.352000', '095415.355000', '095415.357000', '095415.360000', '095415.362000', '095415.365000', '095415.368000', '095415.370000', '095415.373000', '095415.375000', '095415.378000', '095415.380000', '095415.383000', '095415.386000', '095415.388000', '095415.391000', '095415.393000', '095415.396000', '095415.399000', '095415.401000', '095415.404000', '095415.406000', '095415.409000', '095415.411000', '095415.414000', '095415.417000', '095415.419000', '095415.422000', '095415.425000', '095415.427000', '095435.316000', '095435.319000', '095435.321000', '095435.324000', '095435.326000', '095435.329000', '095435.332000', '095435.334000', '095435.337000', '095435.339000', '095435.342000', '095435.345000', '095435.347000', '095435.350000', '095435.352000', '095435.355000', '095435.358000', '095435.360000', '095435.363000', '095435.365000', '095435.368000', '095435.370000', '095435.373000', '095435.376000', '095435.378000', '095435.381000', '095435.383000', '095435.387000', '095435.389000', '095435.392000', '095435.394000', '095435.397000', '095435.400000', '095435.402000', '095435.405000', '095435.407000', '095435.410000', '095435.412000', '095435.415000', '095435.418000', '095435.420000', '095435.423000', '095435.425000', '095455.316000', '095455.319000', '095455.321000', '095455.324000', '095455.326000', '095455.329000', '095455.332000', '095455.334000', '095455.337000', '095455.339000', '095455.353000', '095455.355000', '095455.358000', '095455.361000', '095455.363000', '095455.366000', '095455.368000', '095455.371000', '095455.374000', '095455.376000', '095455.379000', '095455.381000', '095455.384000', '095455.386000', '095455.389000', '095455.392000', '095455.394000', '095455.397000', '095455.400000', '095455.402000', '095455.405000', '095455.407000', '095455.410000', '095455.412000', '095455.415000', '095455.418000', '095455.420000', '095455.423000', '095455.425000', '095455.428000', '095455.431000', '095455.433000', '095455.436000', '095455.438000', '095515.317000', '095515.320000', '095515.322000', '095515.325000', '095515.327000', '095515.330000', '095515.332000', '095515.335000', '095515.338000', '095515.340000', '095515.343000', '095515.346000', '095515.348000', '095515.351000', '095515.353000', '095515.356000', '095515.359000', '095515.361000', '095515.364000', '095515.366000', '095515.369000', '095515.371000', '095515.374000', '095515.377000', '095515.379000', '095515.382000', '095515.384000', '095515.387000', '095515.390000', '095515.392000', '095515.395000', '095515.398000', '095515.401000', '095515.404000', '095515.406000', '095515.409000', '095515.412000', '095515.414000', '095515.417000', '095515.419000', '095515.422000', '095515.424000', '095515.427000', '095535.316000', '095535.319000', '095535.321000', '095535.324000', '095535.326000', '095535.329000', '095535.331000', '095535.334000', '095535.337000', '095535.339000', '095535.342000', '095535.344000', '095535.347000', '095535.350000', '095535.352000', '095535.355000', '095535.357000', '095535.360000', '095535.362000', '095535.365000', '095535.368000', '095535.370000', '095535.373000', '095535.375000', '095535.378000', '095535.381000', '095535.383000', '095535.386000', '095535.388000', '095535.391000', '095535.394000', '095535.396000', '095535.399000', '095535.401000', '095535.404000', '095535.406000', '095535.409000', '095535.412000', '095535.414000', '095535.417000', '095535.419000', '095535.422000', '095535.425000', '095535.427000', '095555.316000', '095555.318000', '095555.321000', '095555.324000', '095555.326000', '095555.329000', '095555.331000', '095555.334000', '095555.337000', '095555.339000', '095555.342000', '095555.344000', '095555.347000', '095555.349000', '095555.352000', '095555.355000', '095555.357000', '095555.360000', '095555.362000', '095555.365000', '095555.367000', '095555.370000', '095555.373000', '095555.375000', '095555.378000', '095555.380000', '095555.383000', '095555.385000', '095555.388000', '095555.390000', '095555.393000', '095555.396000', '095555.398000', '095555.401000', '095555.403000', '095555.406000', '095555.409000', '095555.412000', '095555.415000', '095555.418000', '095555.420000', '095555.423000', '095555.426000', '095615.316000', '095615.319000', '095615.321000', '095615.324000', '095615.326000', '095615.329000', '095615.332000', '095615.334000', '095615.337000', '095615.339000', '095615.342000', '095615.345000', '095615.347000', '095615.350000', '095615.352000', '095615.355000', '095615.358000', '095615.360000', '095615.363000', '095615.365000', '095615.368000', '095615.371000', '095615.373000', '095615.376000', '095615.378000', '095615.381000', '095615.384000', '095615.386000', '095615.389000', '095615.391000', '095615.394000', '095615.396000', '095615.399000', '095615.402000', '095615.404000', '095615.407000', '095615.410000', '095615.412000', '095615.415000', '095615.417000', '095615.420000', '095615.423000', '095615.425000', '095615.428000', '095635.316000', '095635.319000', '095635.321000', '095635.324000', '095635.326000', '095635.329000', '095635.331000', '095635.334000', '095635.337000', '095635.339000', '095635.342000', '095635.344000', '095635.347000', '095635.349000', '095635.352000', '095635.354000', '095635.357000', '095635.360000', '095635.362000', '095635.365000', '095635.368000', '095635.370000', '095635.373000', '095635.375000', '095635.378000', '095635.380000', '095635.383000', '095635.385000', '095635.388000', '095635.391000', '095635.393000', '095635.396000', '095635.398000', '095635.401000', '095635.404000', '095635.406000', '095635.409000', '095635.411000', '095635.414000', '095635.417000', '095635.419000', '095635.422000', '095635.426000', '095645.971000', '095645.974000', '095645.976000', '095645.979000', '095645.982000', '095645.985000', '095645.987000', '095645.990000', '095645.992000', '095645.995000', '095645.997000', '095646.001000', '095646.004000', '095646.006000', '095646.009000', '095646.011000', '095646.014000', '095646.017000', '095646.019000', '095646.029000', '095646.032000', '095646.035000', '095646.038000', '095646.041000'], 'InstanceCreationTime': ['094715.347000', '094715.350000', '094715.352000', '094715.355000', '094715.357000', '094715.360000', '094715.362000', '094715.365000', '094715.367000', '094715.370000', '094715.373000', '094715.375000', '094715.378000', '094715.401000', '094715.403000', '094715.406000', '094715.415000', '094715.417000', '094715.420000', '094715.422000', '094715.425000', '094715.427000', '094715.430000', '094715.432000', '094715.435000', '094715.437000', '094715.440000', '094735.315000', '094735.318000', '094735.321000', '094735.323000', '094735.326000', '094735.329000', '094735.331000', '094735.334000', '094735.337000', '094735.340000', '094735.343000', '094735.345000', '094735.348000', '094735.350000', '094735.353000', '094735.356000', '094735.358000', '094735.361000', '094735.363000', '094735.366000', '094735.374000', '094735.376000', '094735.379000', '094735.381000', '094735.384000', '094735.386000', '094735.389000', '094735.392000', '094735.394000', '094735.397000', '094735.399000', '094735.402000', '094735.405000', '094735.407000', '094735.410000', '094735.412000', '094735.415000', '094735.417000', '094735.420000', '094735.422000', '094735.425000', '094735.427000', '094735.430000', '094755.316000', '094755.318000', '094755.321000', '094755.324000', '094755.326000', '094755.329000', '094755.331000', '094755.334000', '094755.336000', '094755.339000', '094755.341000', '094755.344000', '094755.347000', '094755.349000', '094755.352000', '094755.354000', '094755.357000', '094755.359000', '094755.362000', '094755.365000', '094755.367000', '094755.370000', '094755.372000', '094755.375000', '094755.377000', '094755.380000', '094755.382000', '094755.387000', '094755.390000', '094755.392000', '094755.395000', '094755.397000', '094755.400000', '094755.402000', '094755.405000', '094755.408000', '094755.410000', '094755.413000', '094755.415000', '094755.418000', '094755.420000', '094755.423000', '094755.426000', '094755.428000', '094815.316000', '094815.319000', '094815.322000', '094815.324000', '094815.327000', '094815.330000', '094815.332000', '094815.335000', '094815.337000', '094815.340000', '094815.342000', '094815.345000', '094815.347000', '094815.350000', '094815.353000', '094815.355000', '094815.358000', '094815.360000', '094815.363000', '094815.365000', '094815.368000', '094815.371000', '094815.373000', '094815.376000', '094815.379000', '094815.382000', '094815.385000', '094815.387000', '094815.390000', '094815.393000', '094815.395000', '094815.398000', '094815.400000', '094815.403000', '094815.405000', '094815.408000', '094815.410000', '094815.413000', '094815.416000', '094815.418000', '094815.421000', '094815.423000', '094815.426000', '094835.316000', '094835.318000', '094835.321000', '094835.324000', '094835.326000', '094835.329000', '094835.331000', '094835.334000', '094835.336000', '094835.339000', '094835.342000', '094835.344000', '094835.347000', '094835.349000', '094835.352000', '094835.355000', '094835.357000', '094835.360000', '094835.362000', '094835.365000', '094835.368000', '094835.370000', '094835.373000', '094835.375000', '094835.378000', '094835.380000', '094835.383000', '094835.386000', '094835.388000', '094835.391000', '094835.393000', '094835.397000', '094835.400000', '094835.402000', '094835.405000', '094835.407000', '094835.410000', '094835.412000', '094835.415000', '094835.417000', '094835.420000', '094835.423000', '094835.425000', '094835.428000', '094855.316000', '094855.318000', '094855.321000', '094855.324000', '094855.326000', '094855.329000', '094855.331000', '094855.334000', '094855.336000', '094855.339000', '094855.342000', '094855.344000', '094855.347000', '094855.349000', '094855.352000', '094855.355000', '094855.357000', '094855.360000', '094855.363000', '094855.365000', '094855.368000', '094855.370000', '094855.373000', '094855.376000', '094855.378000', '094855.381000', '094855.383000', '094855.386000', '094855.389000', '094855.392000', '094855.395000', '094855.398000', '094855.401000', '094855.403000', '094855.406000', '094855.408000', '094855.411000', '094855.413000', '094855.416000', '094855.431000', '094855.433000', '094855.436000', '094855.438000', '094915.316000', '094915.318000', '094915.321000', '094915.324000', '094915.326000', '094915.329000', '094915.332000', '094915.335000', '094915.338000', '094915.340000', '094915.343000', '094915.346000', '094915.348000', '094915.351000', '094915.353000', '094915.356000', '094915.358000', '094915.361000', '094915.364000', '094915.366000', '094915.369000', '094915.371000', '094915.374000', '094915.376000', '094915.379000', '094915.382000', '094915.384000', '094915.387000', '094915.389000', '094915.392000', '094915.395000', '094915.397000', '094915.400000', '094915.402000', '094915.405000', '094915.407000', '094915.410000', '094915.412000', '094915.415000', '094915.418000', '094915.420000', '094915.423000', '094915.425000', '094935.316000', '094935.319000', '094935.321000', '094935.324000', '094935.326000', '094935.329000', '094935.331000', '094935.334000', '094935.337000', '094935.339000', '094935.342000', '094935.344000', '094935.347000', '094935.350000', '094935.352000', '094935.355000', '094935.357000', '094935.360000', '094935.362000', '094935.365000', '094935.367000', '094935.370000', '094935.373000', '094935.375000', '094935.378000', '094935.381000', '094935.383000', '094935.386000', '094935.388000', '094935.391000', '094935.393000', '094935.396000', '094935.398000', '094935.401000', '094935.404000', '094935.406000', '094935.409000', '094935.411000', '094935.414000', '094935.416000', '094935.419000', '094935.422000', '094935.424000', '094935.427000', '094955.315000', '094955.323000', '094955.326000', '094955.328000', '094955.331000', '094955.334000', '094955.336000', '094955.339000', '094955.341000', '094955.344000', '094955.347000', '094955.349000', '094955.352000', '094955.354000', '094955.357000', '094955.359000', '094955.362000', '094955.365000', '094955.367000', '094955.370000', '094955.372000', '094955.375000', '094955.378000', '094955.380000', '094955.383000', '094955.385000', '094955.388000', '094955.390000', '094955.393000', '094955.396000', '094955.398000', '094955.401000', '094955.403000', '094955.406000', '094955.408000', '094955.411000', '094955.414000', '094955.416000', '094955.419000', '094955.421000', '094955.424000', '094955.427000', '094955.429000', '095015.316000', '095015.318000', '095015.321000', '095015.324000', '095015.326000', '095015.329000', '095015.331000', '095015.334000', '095015.336000', '095015.339000', '095015.342000', '095015.344000', '095015.347000', '095015.349000', '095015.352000', '095015.355000', '095015.357000', '095015.360000', '095015.362000', '095015.365000', '095015.367000', '095015.370000', '095015.373000', '095015.375000', '095015.378000', '095015.381000', '095015.383000', '095015.386000', '095015.388000', '095015.391000', '095015.393000', '095015.396000', '095015.398000', '095015.401000', '095015.404000', '095015.406000', '095015.409000', '095015.411000', '095015.414000', '095015.417000', '095015.419000', '095015.422000', '095015.424000', '095015.427000', '095035.317000', '095035.319000', '095035.322000', '095035.325000', '095035.327000', '095035.330000', '095035.333000', '095035.335000', '095035.338000', '095035.340000', '095035.343000', '095035.345000', '095035.348000', '095035.351000', '095035.353000', '095035.356000', '095035.358000', '095035.361000', '095035.364000', '095035.366000', '095035.369000', '095035.383000', '095035.386000', '095035.388000', '095035.391000', '095035.393000', '095035.396000', '095035.398000', '095035.401000', '095035.404000', '095035.406000', '095035.409000', '095035.411000', '095035.414000', '095035.416000', '095035.419000', '095035.422000', '095035.424000', '095035.427000', '095035.429000', '095035.432000', '095035.434000', '095035.437000', '095035.440000', '095055.316000', '095055.342000', '095055.345000', '095055.347000', '095055.350000', '095055.353000', '095055.355000', '095055.358000', '095055.360000', '095055.363000', '095055.366000', '095055.368000', '095055.371000', '095055.373000', '095055.376000', '095055.378000', '095055.381000', '095055.384000', '095055.386000', '095055.389000', '095055.391000', '095055.394000', '095055.397000', '095055.399000', '095055.402000', '095055.404000', '095055.407000', '095055.410000', '095055.412000', '095055.415000', '095055.417000', '095055.420000', '095055.423000', '095055.425000', '095055.428000', '095055.430000', '095055.433000', '095055.436000', '095055.438000', '095055.441000', '095055.443000', '095055.446000', '095055.448000', '095115.316000', '095115.318000', '095115.321000', '095115.323000', '095115.326000', '095115.329000', '095115.331000', '095115.334000', '095115.337000', '095115.339000', '095115.342000', '095115.344000', '095115.347000', '095115.349000', '095115.352000', '095115.355000', '095115.357000', '095115.360000', '095115.362000', '095115.365000', '095115.368000', '095115.370000', '095115.373000', '095115.375000', '095115.378000', '095115.380000', '095115.383000', '095115.386000', '095115.388000', '095115.391000', '095115.393000', '095115.396000', '095115.398000', '095115.401000', '095115.404000', '095115.406000', '095115.409000', '095115.411000', '095115.414000', '095115.417000', '095115.419000', '095115.422000', '095115.424000', '095115.427000', '095135.316000', '095135.318000', '095135.321000', '095135.324000', '095135.326000', '095135.329000', '095135.331000', '095135.334000', '095135.337000', '095135.339000', '095135.342000', '095135.344000', '095135.347000', '095135.349000', '095135.352000', '095135.355000', '095135.357000', '095135.360000', '095135.362000', '095135.365000', '095135.368000', '095135.370000', '095135.373000', '095135.375000', '095135.378000', '095135.380000', '095135.383000', '095135.386000', '095135.388000', '095135.391000', '095135.393000', '095135.396000', '095135.399000', '095135.401000', '095135.404000', '095135.406000', '095135.409000', '095135.412000', '095135.414000', '095135.417000', '095135.419000', '095135.422000', '095135.424000', '095155.316000', '095155.319000', '095155.321000', '095155.324000', '095155.326000', '095155.329000', '095155.332000', '095155.334000', '095155.337000', '095155.339000', '095155.342000', '095155.345000', '095155.347000', '095155.350000', '095155.352000', '095155.355000', '095155.357000', '095155.360000', '095155.363000', '095155.365000', '095155.368000', '095155.371000', '095155.373000', '095155.376000', '095155.378000', '095155.381000', '095155.384000', '095155.386000', '095155.389000', '095155.391000', '095155.394000', '095155.397000', '095155.399000', '095155.402000', '095155.404000', '095155.407000', '095155.409000', '095155.412000', '095155.414000', '095155.417000', '095155.420000', '095155.422000', '095155.425000', '095155.427000', '095215.315000', '095215.318000', '095215.321000', '095215.324000', '095215.326000', '095215.329000', '095215.331000', '095215.334000', '095215.337000', '095215.339000', '095215.342000', '095215.344000', '095215.347000', '095215.350000', '095215.352000', '095215.355000', '095215.357000', '095215.360000', '095215.363000', '095215.365000', '095215.368000', '095215.370000', '095215.373000', '095215.375000', '095215.378000', '095215.381000', '095215.383000', '095215.386000', '095215.388000', '095215.391000', '095215.394000', '095215.396000', '095215.399000', '095215.401000', '095215.404000', '095215.406000', '095215.409000', '095215.412000', '095215.414000', '095215.417000', '095215.419000', '095215.422000', '095215.424000', '095235.316000', '095235.319000', '095235.323000', '095235.326000', '095235.328000', '095235.331000', '095235.333000', '095235.336000', '095235.338000', '095235.341000', '095235.344000', '095235.346000', '095235.349000', '095235.351000', '095235.354000', '095235.356000', '095235.359000', '095235.362000', '095235.364000', '095235.367000', '095235.369000', '095235.372000', '095235.375000', '095235.377000', '095235.380000', '095235.382000', '095235.385000', '095235.388000', '095235.390000', '095235.393000', '095235.396000', '095235.398000', '095235.401000', '095235.403000', '095235.406000', '095235.408000', '095235.411000', '095235.413000', '095235.416000', '095235.419000', '095235.421000', '095235.424000', '095235.427000', '095255.317000', '095255.320000', '095255.322000', '095255.325000', '095255.327000', '095255.330000', '095255.332000', '095255.335000', '095255.338000', '095255.340000', '095255.343000', '095255.345000', '095255.348000', '095255.350000', '095255.353000', '095255.356000', '095255.358000', '095255.361000', '095255.364000', '095255.366000', '095255.369000', '095255.371000', '095255.374000', '095255.376000', '095255.379000', '095255.381000', '095255.384000', '095255.387000', '095255.389000', '095255.392000', '095255.394000', '095255.397000', '095255.400000', '095255.402000', '095255.405000', '095255.407000', '095255.410000', '095255.413000', '095255.415000', '095255.418000', '095255.420000', '095255.423000', '095255.425000', '095255.428000', '095315.316000', '095315.319000', '095315.321000', '095315.324000', '095315.326000', '095315.329000', '095315.332000', '095315.334000', '095315.337000', '095315.339000', '095315.342000', '095315.344000', '095315.348000', '095315.351000', '095315.353000', '095315.356000', '095315.359000', '095315.361000', '095315.364000', '095315.366000', '095315.369000', '095315.371000', '095315.374000', '095315.377000', '095315.379000', '095315.382000', '095315.384000', '095315.387000', '095315.389000', '095315.392000', '095315.395000', '095315.397000', '095315.400000', '095315.403000', '095315.405000', '095315.408000', '095315.411000', '095315.413000', '095315.416000', '095315.419000', '095315.422000', '095315.424000', '095315.427000', '095335.316000', '095335.318000', '095335.321000', '095335.324000', '095335.326000', '095335.329000', '095335.331000', '095335.334000', '095335.336000', '095335.339000', '095335.342000', '095335.344000', '095335.347000', '095335.349000', '095335.352000', '095335.355000', '095335.357000', '095335.360000', '095335.362000', '095335.365000', '095335.367000', '095335.370000', '095335.373000', '095335.375000', '095335.378000', '095335.380000', '095335.383000', '095335.385000', '095335.388000', '095335.391000', '095335.393000', '095335.396000', '095335.399000', '095335.401000', '095335.404000', '095335.406000', '095335.409000', '095335.411000', '095335.414000', '095335.417000', '095335.419000', '095335.422000', '095335.424000', '095335.427000', '095355.316000', '095355.319000', '095355.321000', '095355.324000', '095355.326000', '095355.329000', '095355.331000', '095355.334000', '095355.337000', '095355.339000', '095355.342000', '095355.344000', '095355.347000', '095355.350000', '095355.353000', '095355.355000', '095355.358000', '095355.361000', '095355.363000', '095355.366000', '095355.369000', '095355.371000', '095355.374000', '095355.376000', '095355.379000', '095355.382000', '095355.384000', '095355.387000', '095355.389000', '095355.392000', '095355.395000', '095355.397000', '095355.400000', '095355.402000', '095355.405000', '095355.408000', '095355.410000', '095355.413000', '095355.415000', '095355.418000', '095355.421000', '095355.423000', '095355.426000', '095415.316000', '095415.318000', '095415.321000', '095415.324000', '095415.326000', '095415.329000', '095415.331000', '095415.334000', '095415.336000', '095415.339000', '095415.342000', '095415.344000', '095415.347000', '095415.350000', '095415.352000', '095415.355000', '095415.357000', '095415.360000', '095415.362000', '095415.365000', '095415.368000', '095415.370000', '095415.373000', '095415.375000', '095415.378000', '095415.380000', '095415.383000', '095415.386000', '095415.388000', '095415.391000', '095415.393000', '095415.396000', '095415.399000', '095415.401000', '095415.404000', '095415.406000', '095415.409000', '095415.411000', '095415.414000', '095415.417000', '095415.419000', '095415.422000', '095415.425000', '095415.427000', '095435.316000', '095435.319000', '095435.321000', '095435.324000', '095435.326000', '095435.329000', '095435.332000', '095435.334000', '095435.337000', '095435.339000', '095435.342000', '095435.345000', '095435.347000', '095435.350000', '095435.352000', '095435.355000', '095435.358000', '095435.360000', '095435.363000', '095435.365000', '095435.368000', '095435.370000', '095435.373000', '095435.376000', '095435.378000', '095435.381000', '095435.383000', '095435.387000', '095435.389000', '095435.392000', '095435.394000', '095435.397000', '095435.400000', '095435.402000', '095435.405000', '095435.407000', '095435.410000', '095435.412000', '095435.415000', '095435.418000', '095435.420000', '095435.423000', '095435.425000', '095455.316000', '095455.319000', '095455.321000', '095455.324000', '095455.326000', '095455.329000', '095455.332000', '095455.334000', '095455.337000', '095455.339000', '095455.353000', '095455.355000', '095455.358000', '095455.361000', '095455.363000', '095455.366000', '095455.368000', '095455.371000', '095455.374000', '095455.376000', '095455.379000', '095455.381000', '095455.384000', '095455.386000', '095455.389000', '095455.392000', '095455.394000', '095455.397000', '095455.400000', '095455.402000', '095455.405000', '095455.407000', '095455.410000', '095455.412000', '095455.415000', '095455.418000', '095455.420000', '095455.423000', '095455.425000', '095455.428000', '095455.431000', '095455.433000', '095455.436000', '095455.438000', '095515.317000', '095515.320000', '095515.322000', '095515.325000', '095515.327000', '095515.330000', '095515.332000', '095515.335000', '095515.338000', '095515.340000', '095515.343000', '095515.346000', '095515.348000', '095515.351000', '095515.353000', '095515.356000', '095515.359000', '095515.361000', '095515.364000', '095515.366000', '095515.369000', '095515.371000', '095515.374000', '095515.377000', '095515.379000', '095515.382000', '095515.384000', '095515.387000', '095515.390000', '095515.392000', '095515.395000', '095515.398000', '095515.401000', '095515.404000', '095515.406000', '095515.409000', '095515.412000', '095515.414000', '095515.417000', '095515.419000', '095515.422000', '095515.424000', '095515.427000', '095535.316000', '095535.319000', '095535.321000', '095535.324000', '095535.326000', '095535.329000', '095535.331000', '095535.334000', '095535.337000', '095535.339000', '095535.342000', '095535.344000', '095535.347000', '095535.350000', '095535.352000', '095535.355000', '095535.357000', '095535.360000', '095535.362000', '095535.365000', '095535.368000', '095535.370000', '095535.373000', '095535.375000', '095535.378000', '095535.381000', '095535.383000', '095535.386000', '095535.388000', '095535.391000', '095535.394000', '095535.396000', '095535.399000', '095535.401000', '095535.404000', '095535.406000', '095535.409000', '095535.412000', '095535.414000', '095535.417000', '095535.419000', '095535.422000', '095535.425000', '095535.427000', '095555.316000', '095555.318000', '095555.321000', '095555.324000', '095555.326000', '095555.329000', '095555.331000', '095555.334000', '095555.337000', '095555.339000', '095555.342000', '095555.344000', '095555.347000', '095555.349000', '095555.352000', '095555.355000', '095555.357000', '095555.360000', '095555.362000', '095555.365000', '095555.367000', '095555.370000', '095555.373000', '095555.375000', '095555.378000', '095555.380000', '095555.383000', '095555.385000', '095555.388000', '095555.390000', '095555.393000', '095555.396000', '095555.398000', '095555.401000', '095555.403000', '095555.406000', '095555.409000', '095555.412000', '095555.415000', '095555.418000', '095555.420000', '095555.423000', '095555.426000', '095615.316000', '095615.319000', '095615.321000', '095615.324000', '095615.326000', '095615.329000', '095615.332000', '095615.334000', '095615.337000', '095615.339000', '095615.342000', '095615.345000', '095615.347000', '095615.350000', '095615.352000', '095615.355000', '095615.358000', '095615.360000', '095615.363000', '095615.365000', '095615.368000', '095615.371000', '095615.373000', '095615.376000', '095615.378000', '095615.381000', '095615.384000', '095615.386000', '095615.389000', '095615.391000', '095615.394000', '095615.396000', '095615.399000', '095615.402000', '095615.404000', '095615.407000', '095615.410000', '095615.412000', '095615.415000', '095615.417000', '095615.420000', '095615.423000', '095615.425000', '095615.428000', '095635.316000', '095635.319000', '095635.321000', '095635.324000', '095635.326000', '095635.329000', '095635.331000', '095635.334000', '095635.337000', '095635.339000', '095635.342000', '095635.344000', '095635.347000', '095635.349000', '095635.352000', '095635.354000', '095635.357000', '095635.360000', '095635.362000', '095635.365000', '095635.368000', '095635.370000', '095635.373000', '095635.375000', '095635.378000', '095635.380000', '095635.383000', '095635.385000', '095635.388000', '095635.391000', '095635.393000', '095635.396000', '095635.398000', '095635.401000', '095635.404000', '095635.406000', '095635.409000', '095635.411000', '095635.414000', '095635.417000', '095635.419000', '095635.422000', '095635.426000', '095645.971000', '095645.974000', '095645.976000', '095645.979000', '095645.982000', '095645.985000', '095645.987000', '095645.990000', '095645.992000', '095645.995000', '095645.997000', '095646.001000', '095646.004000', '095646.006000', '095646.009000', '095646.011000', '095646.014000', '095646.017000', '095646.019000', '095646.029000', '095646.032000', '095646.035000', '095646.038000', '095646.041000'], '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': [7342, 8885, 9162, 7708, 14993, 6869, 11519, 6358, 7832, 7193, 6754, 10194, 6835, 12895, 11142, 10181, 14291, 6592, 8425, 10442, 6399, 11901, 10212, 7794, 10325, 6300, 7341, 13961, 6382, 10003, 8211, 6787, 9157, 6356, 7065, 12467, 6456, 7439, 7439, 6488, 9273, 8087, 7651, 10861, 6380, 7726, 7692, 6510, 10052, 8183, 8187, 12612, 6417, 8000, 10799, 6812, 10878, 8866, 8796, 12555, 6728, 8237, 14384, 6854, 12045, 10318, 6691, 10701, 6410, 7703, 15468, 6478, 9992, 8202, 7140, 9280, 6426, 7683, 15123, 6554, 9447, 8266, 6505, 11462, 6773, 8044, 10606, 6466, 8713, 8047, 8061, 13749, 6959, 7227, 8396, 6466, 10352, 8093, 8633, 13413, 6442, 8113, 9302, 6542, 10881, 8432, 8137, 11275, 6461, 7232, 12508, 6438, 10211, 7027, 7143, 10278, 6457, 7826, 14852, 6431, 9488, 7213, 6552, 9221, 8529, 10036, 15172, 6711, 8310, 6314, 7494, 7682, 6417, 9082, 6131, 6791, 7723, 6933, 12698, 6427, 12407, 9580, 9486, 13810, 11176, 10054, 14301, 9462, 12921, 15807, 7531, 12648, 13749, 7753, 11102, 9429, 7910, 12254, 9406, 9168, 15287, 6392, 8694, 8370, 6422, 9357, 8069, 6607, 10743, 6366, 9685, 9120, 6406, 8936, 7742, 6629, 10139, 7152, 8189, 6203, 6363, 8344, 6219, 8305, 6448, 7608, 13515, 6793, 12060, 11255, 7883, 11111, 6926, 8191, 13940, 6373, 10702, 14687, 9546, 12902, 7019, 7091, 11574, 5985, 9717, 7843, 6542, 9849, 6222, 7635, 13532, 6187, 8846, 8056, 6446, 9313, 6644, 7883, 11374, 6385, 8833, 7843, 6827, 12916, 7279, 8000, 13960, 6246, 8759, 7129, 7934, 13207, 6606, 8149, 13683, 6256, 9148, 13427, 6934, 11534, 6637, 7224, 10640, 6252, 8683, 15397, 6320, 10954, 8442, 6919, 9832, 6074, 7939, 14634, 6302, 8355, 9543, 6394, 9123, 7350, 7269, 11858, 6884, 7656, 11853, 6300, 8838, 10647, 7042, 10735, 6824, 6842, 10529, 6140, 8755, 8009, 6297, 8975, 7748, 6745, 12017, 6502, 7561, 7545, 6268, 9247, 8316, 8308, 6128, 6218, 6748, 7886, 6503, 8570, 6529, 8510, 13362, 7286, 8272, 10254, 6210, 7953, 7613, 12851, 14140, 9137, 11779, 13543, 8006, 11168, 6985, 7694, 13183, 6426, 11448, 9313, 7519, 11253, 6305, 9238, 13817, 7266, 11963, 7069, 7796, 15268, 6510, 12014, 10419, 7833, 11592, 6549, 8640, 14445, 6761, 11859, 6624, 7428, 13369, 6315, 11473, 8961, 7338, 11167, 6369, 8614, 13129, 6616, 11171, 6335, 7602, 13909, 6389, 11387, 8467, 7968, 10318, 6350, 10738, 9489, 8390, 14755, 6312, 8856, 7690, 8289, 13181, 7865, 8009, 14992, 6449, 10680, 10468, 8920, 14942, 6235, 8239, 7077, 7121, 12738, 9112, 8295, 14607, 6208, 8645, 9325, 7743, 12138, 6629, 7258, 11318, 6279, 9409, 9755, 6434, 10211, 6283, 7054, 11838, 6360, 9665, 8158, 6519, 9040, 6364, 7445, 14769, 6313, 9040, 8040, 6905, 10756, 6545, 8217, 11076, 6376, 9110, 7695, 8451, 15310, 6919, 13026, 6315, 7536, 15371, 6378, 11970, 7279, 7440, 11883, 6422, 9747, 12068, 6634, 10768, 6438, 7716, 15527, 6536, 12220, 7347, 7330, 11834, 6304, 10061, 9128, 7004, 10212, 6373, 8392, 11638, 7114, 12926, 6341, 7240, 11145, 6507, 10586, 6997, 7291, 12495, 6215, 9445, 8065, 7483, 12759, 6323, 7215, 7851, 7071, 13965, 6856, 7540, 7268, 6381, 10026, 6318, 8279, 12964, 6429, 9139, 6359, 7632, 14892, 6686, 12428, 7074, 6919, 14802, 6550, 12063, 6266, 8262, 6365, 7129, 7784, 7445, 14388, 10381, 9816, 16292, 6598, 9391, 12303, 7536, 13733, 8279, 8122, 13874, 6295, 8781, 7526, 8204, 14747, 7019, 8023, 6979, 6507, 8725, 6321, 7903, 8935, 7782, 11159, 6321, 8313, 6347, 7267, 15062, 6256, 12527, 9808, 7150, 9778, 6282, 8886, 14559, 6750, 12339, 6276, 8193, 15732, 6776, 12894, 10885, 7320, 11763, 6559, 11703, 9554, 7418, 10584, 6249, 10487, 13847, 7321, 12514, 6395, 7777, 9635, 6935, 11170, 7619, 8029, 9330, 6320, 8901, 7585, 9927, 15197, 6536, 10107, 6928, 7485, 10068, 6971, 14227, 9778, 8813, 7485, 6686, 8927, 7919, 9082, 15467, 6512, 12486, 6886, 7377, 7149, 6618, 8279, 6306, 11430, 9441, 10787, 10115, 9076, 14935, 6237, 10411, 11507, 8587, 14324, 9567, 8507, 14952, 6623, 9460, 7461, 7551, 11983, 8011, 13079, 11150, 7067, 7040, 6264, 9404, 7218, 7461, 12040, 6249, 8880, 7001, 6472, 9253, 6007, 8060, 6827, 7953, 13524, 9193, 8919, 14254, 9269, 13299, 9661, 6947, 10070, 8407, 7641, 12127, 5975, 8734, 14986, 11311, 15387, 7316, 11535, 6104, 7891, 6329, 7313, 11604, 6793, 6973, 10294, 6287, 8123, 9700, 6557, 11384, 6046, 7519, 13393, 6022, 10227, 14746, 7109, 12402, 9253, 7123, 10297, 6260, 8280, 13745, 6762, 11042, 7763, 6340, 9617, 6747, 6965, 10236, 6143, 8421, 9544, 6152, 8917, 7093, 6299, 9297, 7057, 7655, 11577, 6169, 7986, 7158, 6705, 10797, 6437, 7907, 10654, 6265, 8929, 7072, 7639, 12803, 7113, 8010, 12164, 6361, 9503, 11218, 8044, 11944, 6266, 7713, 11277, 6131, 9759, 12406, 6831, 10563, 8054, 7183, 10598, 6585, 8425, 12316, 6159, 9081, 7748, 7495, 12130, 7283, 7736, 11343, 6366, 8809, 8453, 6976, 10419, 6233, 7146, 10359, 6430, 9586, 8627, 6303, 10091, 6243, 7640, 13220, 6288, 10646, 7820, 6782, 10459, 6180, 9269, 14187, 6605, 11569, 8632, 7860, 13464, 6435, 10771, 7360, 6230, 10472, 6516, 8655, 14459, 6511, 11143, 7120, 7548, 12393, 6510, 10711, 7528, 7679, 11796, 6489, 10499, 10360, 8312, 11403, 6552, 9741, 6873, 9801, 13579, 6601, 12365, 6092, 8835, 8966, 7244, 12296, 7345, 12635, 6207, 10727, 6466, 9548, 13934, 6790, 12536, 10509, 9547, 13797, 6686, 11451, 7857, 7644, 13657, 7192, 10203, 13122, 6474, 11024, 7477, 7789, 13601, 7247, 10982, 13688, 6617, 9863, 6955, 8084, 13416, 6992, 11567, 6301, 7852, 11464, 6246, 8768, 12641, 7525, 12285, 6263, 8505, 11232, 6248, 10489, 8257, 7575, 12258, 6126, 8200, 11719, 6380, 11035, 10770, 7238, 11907, 6263, 8229, 11952, 6281, 10613, 11531, 6687, 11948, 6764, 7260, 11072, 6240, 9793, 13127, 6357, 10585, 6407, 7100, 10870, 6250, 8195, 13284, 6346, 11296, 6443, 6941, 10850, 6109, 8240, 12273, 6937, 12238, 6435, 7787, 11925, 6155, 9623, 14041, 6874, 12524, 6789, 7227, 11379, 6179, 8789, 14053, 6528, 12512, 7372, 6617, 11206, 6266, 9096, 13850, 6213, 11520, 6594, 6405, 11190, 6737, 9126, 14508, 6661, 10470, 6417, 6287, 11043, 6891, 8940, 14230, 6298, 11430, 6973, 7442, 11278, 6293, 8892, 13920, 6646, 12212, 6079, 7890, 11575, 6229, 8920, 13070, 6843, 12319, 6352, 8169, 12098, 6601, 9420, 14434, 6727, 12578, 7699, 6808, 10967, 6077, 8687, 14061, 6622, 11132, 7421, 6328, 11298, 7647, 8468, 13321, 6586, 9095, 11789, 6432, 9196, 7514, 7868, 11965, 6207, 8432, 12139, 6238, 9562, 7324, 8481, 11935, 6415, 8518, 12199, 6323, 11179, 7180, 8803, 12407, 6365, 8479, 8951, 6612, 11475, 7913, 9026, 13459, 6443, 10370, 9575, 8541, 13915, 7025, 9268, 13163, 6309, 10515, 7837, 8493, 13591, 6412, 9046, 9402, 6295, 10960, 7920, 9053, 13448, 6369, 10508, 7113, 7631, 12672, 6558, 9355, 8575, 6226, 10973, 7974, 8839, 13371, 6254, 9486, 7761, 6593, 10707, 7809, 8874, 11284, 6265, 10213, 7489, 8324, 13779, 6820, 9550, 6684, 6577, 10534, 7619, 9094, 8754, 6444, 10777, 6435, 8488, 14346, 6409, 12072, 7961, 7099, 11206, 6607, 10862, 9183, 8007, 13076, 6289, 8564, 12652, 6554, 12171, 8597, 9130, 13118, 6248, 8813, 9041, 8208, 12947, 6232, 8323, 11629, 6508, 11271, 8252, 8569, 12790, 6217, 8644, 9478, 6933, 11996, 7029, 9034, 13568, 6082, 10495, 8020, 8535, 12814, 6170, 8122, 10626, 6817, 11517, 6886, 8523, 12141, 6326, 11129, 8325, 8532, 13271, 6454, 8553, 8955, 7595, 12378, 6520, 8828, 12604, 6418, 11181, 8244, 8939, 13524, 6414, 8207, 11025, 6731, 11672, 7666, 8555, 11679, 6294, 10520, 7321, 8744, 12926, 6259, 8575, 7886, 6854, 10948, 7501, 9154, 9305, 6530, 10763, 7755, 8892, 14085, 6646, 11051, 7564, 7318, 11257, 6370, 10208, 8046, 6572, 11386, 6676, 8129, 13563, 6669, 11484, 8179, 7367, 11221, 6473, 8625, 14705, 6556, 12918, 8755, 6922, 11045, 6377, 7938, 10747, 6541, 9659, 6577, 12406, 6366, 10685, 6172, 10926, 12941, 9410, 11534, 6134, 9117, 7591, 7791, 14301, 7275, 10985, 7194, 6765, 10896, 6542, 12000, 9763, 9426, 7314, 8339, 6555, 7948, 6365, 7664, 13275, 6495, 11676, 8768, 9437, 12870, 6997, 12690, 8348, 9539, 14166, 6855, 12179, 14978, 10448, 13264, 7988, 9531, 13071, 6521, 10690, 6503, 7954, 13005, 6838, 12407, 7327, 7500, 11407, 6337, 8644, 6545, 7500, 13587, 6333, 10582, 6145, 8134, 11028, 6197, 8821, 6305, 6646, 9766, 6292, 10047, 6871, 6681], 'WindowCenter': [3995.0, 4002.0, 4010.0, 3989.0, 4027.0, 3956.0, 4019.0, 3943.0, 3961.0, 3939.0, 3941.0, 3980.0, 3940.0, 4005.0, 3992.0, 3993.0, 4013.0, 3941.0, 3961.0, 3978.0, 3917.0, 3991.0, 3978.0, 3948.0, 3979.0, 3927.0, 3948.0, 3999.0, 3927.0, 3980.0, 3958.0, 3938.0, 3968.0, 3927.0, 3938.0, 4000.0, 3928.0, 3950.0, 3948.0, 3928.0, 3970.0, 3959.0, 3960.0, 3990.0, 3929.0, 3961.0, 3950.0, 3929.0, 3982.0, 3960.0, 3972.0, 4002.0, 3940.0, 3961.0, 3979.0, 3939.0, 3992.0, 3970.0, 3972.0, 4002.0, 3940.0, 3972.0, 4011.0, 3940.0, 4003.0, 3980.0, 3940.0, 3991.0, 3928.0, 3961.0, 4013.0, 3940.0, 3993.0, 3971.0, 3952.0, 3980.0, 3938.0, 3961.0, 4022.0, 3940.0, 3983.0, 3970.0, 3940.0, 4002.0, 3940.0, 3972.0, 3992.0, 3941.0, 3971.0, 3959.0, 3972.0, 4014.0, 3951.0, 3963.0, 3971.0, 3939.0, 3992.0, 3960.0, 3973.0, 4014.0, 3940.0, 3972.0, 3980.0, 3939.0, 3993.0, 3971.0, 3972.0, 4003.0, 3940.0, 3951.0, 4002.0, 3940.0, 3992.0, 3950.0, 3951.0, 3991.0, 3939.0, 3974.0, 4027.0, 3942.0, 3992.0, 3963.0, 3943.0, 3997.0, 3985.0, 4006.0, 4037.0, 3967.0, 3986.0, 3968.0, 3977.0, 3974.0, 3955.0, 3984.0, 3930.0, 3952.0, 3962.0, 3964.0, 4029.0, 3967.0, 4029.0, 3995.0, 3994.0, 4014.0, 3990.0, 3980.0, 4001.0, 3968.0, 4001.0, 4010.0, 3945.0, 3988.0, 3985.0, 3933.0, 3974.0, 3951.0, 3942.0, 3974.0, 3953.0, 3966.0, 3996.0, 3924.0, 3955.0, 3943.0, 3912.0, 3965.0, 3958.0, 3925.0, 3975.0, 3926.0, 3968.0, 3967.0, 3925.0, 3966.0, 3933.0, 3924.0, 3977.0, 3935.0, 3957.0, 3929.0, 3942.0, 3970.0, 3928.0, 3969.0, 3939.0, 3961.0, 4000.0, 3938.0, 4002.0, 3991.0, 3960.0, 3991.0, 3938.0, 3958.0, 3998.0, 3913.0, 3989.0, 4008.0, 3978.0, 4001.0, 3946.0, 3935.0, 3975.0, 3914.0, 3967.0, 3945.0, 3925.0, 3978.0, 3916.0, 3958.0, 4000.0, 3928.0, 3970.0, 3958.0, 3928.0, 3966.0, 3925.0, 3959.0, 3990.0, 3938.0, 3980.0, 3958.0, 3938.0, 4001.0, 3948.0, 3959.0, 4010.0, 3928.0, 3969.0, 3935.0, 3959.0, 3999.0, 3938.0, 3959.0, 3999.0, 3927.0, 3969.0, 3997.0, 3936.0, 3988.0, 3936.0, 3947.0, 3977.0, 3926.0, 3968.0, 4010.0, 3926.0, 3989.0, 3958.0, 3948.0, 3978.0, 3915.0, 3959.0, 4010.0, 3928.0, 3971.0, 3979.0, 3928.0, 3980.0, 3946.0, 3947.0, 4001.0, 3949.0, 3960.0, 3999.0, 3928.0, 3970.0, 3988.0, 3948.0, 3990.0, 3937.0, 3939.0, 3990.0, 3928.0, 3970.0, 3959.0, 3939.0, 3981.0, 3959.0, 3949.0, 4001.0, 3939.0, 3962.0, 3960.0, 3940.0, 3980.0, 3970.0, 3983.0, 3940.0, 3927.0, 3937.0, 3955.0, 3926.0, 3967.0, 3925.0, 3969.0, 4009.0, 3947.0, 3968.0, 3977.0, 3926.0, 3957.0, 3957.0, 4012.0, 4012.0, 3980.0, 4014.0, 4012.0, 3972.0, 4003.0, 3951.0, 3971.0, 4011.0, 3939.0, 4003.0, 3981.0, 3961.0, 4001.0, 3939.0, 3981.0, 4011.0, 3960.0, 4003.0, 3949.0, 3960.0, 4012.0, 3938.0, 4002.0, 3990.0, 3960.0, 4002.0, 3938.0, 3970.0, 4010.0, 3938.0, 4000.0, 3937.0, 3948.0, 4010.0, 3939.0, 4001.0, 3980.0, 3960.0, 4000.0, 3938.0, 3970.0, 4010.0, 3950.0, 4002.0, 3938.0, 3960.0, 4010.0, 3938.0, 4002.0, 3971.0, 3971.0, 3991.0, 3939.0, 4002.0, 3980.0, 3971.0, 4023.0, 3940.0, 3981.0, 3958.0, 3970.0, 4012.0, 3959.0, 3970.0, 4022.0, 3938.0, 3990.0, 3989.0, 3980.0, 4011.0, 3928.0, 3970.0, 3938.0, 3948.0, 4001.0, 3968.0, 3969.0, 4010.0, 3927.0, 3969.0, 3967.0, 3960.0, 4000.0, 3938.0, 3949.0, 3988.0, 3927.0, 3981.0, 3979.0, 3940.0, 3990.0, 3938.0, 3948.0, 4000.0, 3927.0, 3980.0, 3958.0, 3938.0, 3969.0, 3926.0, 3948.0, 4010.0, 3927.0, 3970.0, 3958.0, 3949.0, 3989.0, 3927.0, 3969.0, 3989.0, 3939.0, 3970.0, 3958.0, 3970.0, 4022.0, 3950.0, 4012.0, 3938.0, 3960.0, 4011.0, 3940.0, 4001.0, 3959.0, 3961.0, 4000.0, 3939.0, 3981.0, 4000.0, 3939.0, 3991.0, 3938.0, 3960.0, 4010.0, 3938.0, 4001.0, 3950.0, 3960.0, 4000.0, 3927.0, 3980.0, 3968.0, 3948.0, 3991.0, 3938.0, 3970.0, 3989.0, 3949.0, 4001.0, 3939.0, 3949.0, 3988.0, 3938.0, 3992.0, 3950.0, 3961.0, 4000.0, 3928.0, 3981.0, 3958.0, 3949.0, 4000.0, 3939.0, 3949.0, 3957.0, 3949.0, 4012.0, 3950.0, 3961.0, 3960.0, 3940.0, 3980.0, 3929.0, 3971.0, 4012.0, 3940.0, 3981.0, 3938.0, 3973.0, 4025.0, 3951.0, 4001.0, 3951.0, 3976.0, 4024.0, 3940.0, 4013.0, 3943.0, 3972.0, 3941.0, 3951.0, 3959.0, 3961.0, 4014.0, 3991.0, 3981.0, 4022.0, 3938.0, 3970.0, 3988.0, 3947.0, 3999.0, 3957.0, 3958.0, 3998.0, 3926.0, 3968.0, 3946.0, 3958.0, 4010.0, 3948.0, 3959.0, 3936.0, 3927.0, 3958.0, 3927.0, 3959.0, 3969.0, 3960.0, 4003.0, 3941.0, 3971.0, 3939.0, 3960.0, 4023.0, 3941.0, 4013.0, 3980.0, 3950.0, 3980.0, 3939.0, 3981.0, 4011.0, 3939.0, 4002.0, 3928.0, 3971.0, 4011.0, 3938.0, 4001.0, 3991.0, 3949.0, 3990.0, 3927.0, 4001.0, 3978.0, 3948.0, 3979.0, 3927.0, 3991.0, 4010.0, 3949.0, 4000.0, 3938.0, 3960.0, 3979.0, 3948.0, 3990.0, 3958.0, 3959.0, 3980.0, 3939.0, 3970.0, 3958.0, 3981.0, 4011.0, 3939.0, 3991.0, 3950.0, 3949.0, 3980.0, 3949.0, 4013.0, 3991.0, 3982.0, 3950.0, 3940.0, 3969.0, 3957.0, 3969.0, 4010.0, 3928.0, 4002.0, 3949.0, 3961.0, 3961.0, 3953.0, 3971.0, 3938.0, 3991.0, 3979.0, 3991.0, 3991.0, 3984.0, 4012.0, 3930.0, 3990.0, 3988.0, 3957.0, 4000.0, 3967.0, 3969.0, 4009.0, 3937.0, 3969.0, 3934.0, 3959.0, 3990.0, 3957.0, 4011.0, 4013.0, 3962.0, 3948.0, 3927.0, 3979.0, 3935.0, 3948.0, 3988.0, 3927.0, 3979.0, 3949.0, 3940.0, 3979.0, 3916.0, 3956.0, 3924.0, 3959.0, 3999.0, 3967.0, 3966.0, 3999.0, 3967.0, 3999.0, 3966.0, 3935.0, 3964.0, 3942.0, 3944.0, 3975.0, 3900.0, 3955.0, 3996.0, 3987.0, 4022.0, 3960.0, 3999.0, 3928.0, 3957.0, 3925.0, 3948.0, 3988.0, 3924.0, 3937.0, 3975.0, 3926.0, 3958.0, 3978.0, 3927.0, 3988.0, 3913.0, 3934.0, 3985.0, 3913.0, 3977.0, 3995.0, 3935.0, 3987.0, 3954.0, 3923.0, 3962.0, 3911.0, 3942.0, 3983.0, 3911.0, 3974.0, 3931.0, 3911.0, 3963.0, 3921.0, 3921.0, 3963.0, 3901.0, 3954.0, 3964.0, 3913.0, 3965.0, 3922.0, 3913.0, 3965.0, 3932.0, 3946.0, 3987.0, 3915.0, 3956.0, 3935.0, 3936.0, 3988.0, 3925.0, 3958.0, 3977.0, 3926.0, 3968.0, 3935.0, 3947.0, 3999.0, 3937.0, 3959.0, 3999.0, 3926.0, 3979.0, 3987.0, 3958.0, 3999.0, 3926.0, 3957.0, 3988.0, 3925.0, 3980.0, 3999.0, 3938.0, 3990.0, 3958.0, 3948.0, 3989.0, 3937.0, 3968.0, 3999.0, 3928.0, 3980.0, 3958.0, 3949.0, 4001.0, 3959.0, 3960.0, 4000.0, 3939.0, 3980.0, 3970.0, 3950.0, 3991.0, 3929.0, 3950.0, 3990.0, 3938.0, 3992.0, 3970.0, 3940.0, 3991.0, 3939.0, 3961.0, 4012.0, 3939.0, 3992.0, 3958.0, 3939.0, 3991.0, 3928.0, 3982.0, 4012.0, 3950.0, 4002.0, 3969.0, 3970.0, 4012.0, 3938.0, 4002.0, 3948.0, 3929.0, 3990.0, 3938.0, 3971.0, 4011.0, 3939.0, 4001.0, 3949.0, 3959.0, 4000.0, 3938.0, 3991.0, 3960.0, 3959.0, 4001.0, 3938.0, 4005.0, 3992.0, 3982.0, 4014.0, 3952.0, 3992.0, 3949.0, 3992.0, 4013.0, 3954.0, 4014.0, 3941.0, 3993.0, 3979.0, 3949.0, 4001.0, 3962.0, 4014.0, 3943.0, 4003.0, 3953.0, 3993.0, 4011.0, 3938.0, 4002.0, 3989.0, 3980.0, 4010.0, 3938.0, 3990.0, 3946.0, 3946.0, 3998.0, 3934.0, 3976.0, 3986.0, 3924.0, 3977.0, 3934.0, 3945.0, 3997.0, 3934.0, 3989.0, 3996.0, 3936.0, 3977.0, 3933.0, 3956.0, 3997.0, 3935.0, 3988.0, 3925.0, 3957.0, 3987.0, 3924.0, 3955.0, 3986.0, 3946.0, 3988.0, 3925.0, 3968.0, 3987.0, 3925.0, 3977.0, 3957.0, 3946.0, 3988.0, 3915.0, 3957.0, 3987.0, 3925.0, 3989.0, 3987.0, 3946.0, 3998.0, 3925.0, 3956.0, 3986.0, 3924.0, 3988.0, 3987.0, 3949.0, 3998.0, 3924.0, 3945.0, 3975.0, 3913.0, 3977.0, 3997.0, 3925.0, 3988.0, 3925.0, 3936.0, 3986.0, 3924.0, 3955.0, 3997.0, 3925.0, 3988.0, 3925.0, 3946.0, 3988.0, 3925.0, 3967.0, 3997.0, 3936.0, 3999.0, 3925.0, 3956.0, 3998.0, 3928.0, 3980.0, 3998.0, 3936.0, 3998.0, 3936.0, 3947.0, 3987.0, 3914.0, 3968.0, 3998.0, 3925.0, 3998.0, 3944.0, 3936.0, 3987.0, 3924.0, 3966.0, 3997.0, 3915.0, 3988.0, 3935.0, 3925.0, 3987.0, 3922.0, 3977.0, 3998.0, 3936.0, 3987.0, 3925.0, 3925.0, 3987.0, 3934.0, 3967.0, 4008.0, 3926.0, 3998.0, 3936.0, 3945.0, 3987.0, 3923.0, 3967.0, 3998.0, 3936.0, 3998.0, 3926.0, 3956.0, 3988.0, 3915.0, 3967.0, 3996.0, 3937.0, 3998.0, 3937.0, 3969.0, 3999.0, 3936.0, 3979.0, 4009.0, 3937.0, 3998.0, 3946.0, 3936.0, 3988.0, 3915.0, 3968.0, 3998.0, 3936.0, 3987.0, 3946.0, 3926.0, 3988.0, 3946.0, 3956.0, 3998.0, 3936.0, 3967.0, 3987.0, 3926.0, 3966.0, 3944.0, 3957.0, 3988.0, 3926.0, 3968.0, 3998.0, 3926.0, 3979.0, 3946.0, 3968.0, 3999.0, 3927.0, 3969.0, 3998.0, 3926.0, 3989.0, 3936.0, 3968.0, 4000.0, 3938.0, 3969.0, 3967.0, 3937.0, 4000.0, 3958.0, 3980.0, 4010.0, 3927.0, 3989.0, 3977.0, 3967.0, 4010.0, 3936.0, 3979.0, 3999.0, 3927.0, 3989.0, 3946.0, 3967.0, 4010.0, 3927.0, 3978.0, 3978.0, 3926.0, 3989.0, 3957.0, 3968.0, 3998.0, 3927.0, 3989.0, 3936.0, 3958.0, 3999.0, 3926.0, 3979.0, 3968.0, 3927.0, 3989.0, 3956.0, 3969.0, 3999.0, 3926.0, 3979.0, 3947.0, 3937.0, 3989.0, 3947.0, 3969.0, 3988.0, 3938.0, 3988.0, 3947.0, 3968.0, 4010.0, 3938.0, 3980.0, 3937.0, 3937.0, 3989.0, 3946.0, 3969.0, 3967.0, 3938.0, 4001.0, 3938.0, 3970.0, 4011.0, 3938.0, 4001.0, 3959.0, 3949.0, 3989.0, 3937.0, 3991.0, 3978.0, 3959.0, 4011.0, 3938.0, 3970.0, 3999.0, 3927.0, 4001.0, 3967.0, 3979.0, 4010.0, 3937.0, 3980.0, 3968.0, 3969.0, 3999.0, 3927.0, 3970.0, 3999.0, 3938.0, 4000.0, 3968.0, 3969.0, 4009.0, 3928.0, 3969.0, 3978.0, 3947.0, 4000.0, 3948.0, 3980.0, 4010.0, 3927.0, 3990.0, 3957.0, 3969.0, 3999.0, 3927.0, 3959.0, 3988.0, 3938.0, 4000.0, 3948.0, 3970.0, 4000.0, 3937.0, 4001.0, 3957.0, 3969.0, 3999.0, 3938.0, 3969.0, 3967.0, 3957.0, 4000.0, 3927.0, 3968.0, 3999.0, 3927.0, 3990.0, 3957.0, 3968.0, 3999.0, 3927.0, 3958.0, 3988.0, 3937.0, 3999.0, 3947.0, 3968.0, 3988.0, 3926.0, 3989.0, 3946.0, 3967.0, 3999.0, 3926.0, 3969.0, 3957.0, 3937.0, 3989.0, 3946.0, 3979.0, 3978.0, 3927.0, 3989.0, 3947.0, 3969.0, 4009.0, 3937.0, 3990.0, 3957.0, 3948.0, 3987.0, 3926.0, 3990.0, 3957.0, 3938.0, 3998.0, 3937.0, 3959.0, 3999.0, 3937.0, 4000.0, 3968.0, 3959.0, 3988.0, 3927.0, 3969.0, 4009.0, 3927.0, 4000.0, 3968.0, 3947.0, 4003.0, 3927.0, 3960.0, 4001.0, 3952.0, 3993.0, 3952.0, 4027.0, 3952.0, 4002.0, 3943.0, 4004.0, 4013.0, 3983.0, 4003.0, 3944.0, 3984.0, 3959.0, 3960.0, 4011.0, 3950.0, 4004.0, 3951.0, 3951.0, 4004.0, 3929.0, 4014.0, 3993.0, 3981.0, 3960.0, 3981.0, 3952.0, 3973.0, 3939.0, 3959.0, 3999.0, 3927.0, 4001.0, 3968.0, 3980.0, 4000.0, 3949.0, 4000.0, 3956.0, 3964.0, 3985.0, 3911.0, 3985.0, 3984.0, 3962.0, 3984.0, 3931.0, 3950.0, 3971.0, 3898.0, 3949.0, 3896.0, 3926.0, 3981.0, 3909.0, 3982.0, 3930.0, 3931.0, 3970.0, 3908.0, 3939.0, 3897.0, 3930.0, 3982.0, 3911.0, 3974.0, 3912.0, 3944.0, 3974.0, 3901.0, 3953.0, 3910.0, 3922.0, 3963.0, 3912.0, 3976.0, 3922.0, 3935.0], 'WindowWidth': [8942.0, 8944.0, 8952.0, 8922.0, 8967.0, 8872.0, 8959.0, 8849.0, 8868.0, 8833.0, 8838.0, 8889.0, 8837.0, 8932.0, 8909.0, 8910.0, 8940.0, 8839.0, 8865.0, 8882.0, 8800.0, 8905.0, 8882.0, 8844.0, 8885.0, 8813.0, 8844.0, 8912.0, 8815.0, 8888.0, 8856.0, 8830.0, 8870.0, 8814.0, 8832.0, 8915.0, 8818.0, 8849.0, 8845.0, 8819.0, 8876.0, 8859.0, 8862.0, 8902.0, 8820.0, 8865.0, 8847.0, 8822.0, 8896.0, 8863.0, 8881.0, 8923.0, 8837.0, 8867.0, 8886.0, 8835.0, 8911.0, 8877.0, 8882.0, 8923.0, 8836.0, 8881.0, 8932.0, 8836.0, 8925.0, 8890.0, 8837.0, 8904.0, 8818.0, 8866.0, 8939.0, 8839.0, 8916.0, 8883.0, 8858.0, 8892.0, 8834.0, 8869.0, 8952.0, 8839.0, 8900.0, 8878.0, 8839.0, 8924.0, 8839.0, 8884.0, 8911.0, 8842.0, 8882.0, 8862.0, 8883.0, 8942.0, 8854.0, 8872.0, 8880.0, 8835.0, 8910.0, 8864.0, 8884.0, 8940.0, 8840.0, 8884.0, 8890.0, 8836.0, 8912.0, 8880.0, 8883.0, 8926.0, 8839.0, 8855.0, 8921.0, 8838.0, 8911.0, 8852.0, 8856.0, 8908.0, 8836.0, 8890.0, 8969.0, 8846.0, 8912.0, 8874.0, 8847.0, 8928.0, 8908.0, 8938.0, 8981.0, 8888.0, 8912.0, 8894.0, 8904.0, 8893.0, 8872.0, 8904.0, 8827.0, 8860.0, 8871.0, 8879.0, 8975.0, 8888.0, 8971.0, 8918.0, 8916.0, 8946.0, 8902.0, 8889.0, 8922.0, 8870.0, 8919.0, 8931.0, 8835.0, 8897.0, 8888.0, 8816.0, 8870.0, 8835.0, 8826.0, 8876.0, 8843.0, 8863.0, 8907.0, 8806.0, 8851.0, 8828.0, 8787.0, 8861.0, 8860.0, 8811.0, 8874.0, 8815.0, 8869.0, 8866.0, 8810.0, 8864.0, 8816.0, 8807.0, 8879.0, 8823.0, 8858.0, 8826.0, 8847.0, 8880.0, 8822.0, 8874.0, 8837.0, 8866.0, 8916.0, 8832.0, 8925.0, 8906.0, 8865.0, 8906.0, 8831.0, 8857.0, 8909.0, 8792.0, 8903.0, 8926.0, 8887.0, 8922.0, 8843.0, 8826.0, 8875.0, 8793.0, 8868.0, 8835.0, 8811.0, 8884.0, 8799.0, 8858.0, 8915.0, 8819.0, 8877.0, 8858.0, 8818.0, 8866.0, 8811.0, 8863.0, 8904.0, 8833.0, 8892.0, 8858.0, 8833.0, 8921.0, 8846.0, 8861.0, 8930.0, 8818.0, 8874.0, 8824.0, 8861.0, 8917.0, 8831.0, 8861.0, 8915.0, 8815.0, 8875.0, 8908.0, 8826.0, 8899.0, 8826.0, 8843.0, 8883.0, 8815.0, 8873.0, 8930.0, 8814.0, 8901.0, 8858.0, 8846.0, 8884.0, 8797.0, 8862.0, 8931.0, 8820.0, 8879.0, 8887.0, 8820.0, 8890.0, 8839.0, 8845.0, 8920.0, 8847.0, 8864.0, 8916.0, 8819.0, 8879.0, 8899.0, 8846.0, 8904.0, 8832.0, 8835.0, 8903.0, 8820.0, 8880.0, 8862.0, 8836.0, 8895.0, 8862.0, 8850.0, 8920.0, 8836.0, 8872.0, 8867.0, 8839.0, 8893.0, 8878.0, 8902.0, 8842.0, 8820.0, 8832.0, 8851.0, 8814.0, 8870.0, 8813.0, 8875.0, 8931.0, 8845.0, 8872.0, 8881.0, 8814.0, 8856.0, 8858.0, 8942.0, 8943.0, 8892.0, 8946.0, 8939.0, 8887.0, 8929.0, 8856.0, 8883.0, 8936.0, 8837.0, 8928.0, 8895.0, 8868.0, 8921.0, 8838.0, 8896.0, 8935.0, 8867.0, 8926.0, 8850.0, 8866.0, 8937.0, 8835.0, 8926.0, 8905.0, 8866.0, 8923.0, 8834.0, 8879.0, 8932.0, 8834.0, 8920.0, 8832.0, 8848.0, 8932.0, 8835.0, 8922.0, 8892.0, 8866.0, 8919.0, 8833.0, 8880.0, 8931.0, 8853.0, 8922.0, 8836.0, 8865.0, 8931.0, 8835.0, 8925.0, 8882.0, 8883.0, 8909.0, 8838.0, 8925.0, 8891.0, 8883.0, 8954.0, 8840.0, 8897.0, 8861.0, 8879.0, 8939.0, 8864.0, 8881.0, 8952.0, 8835.0, 8907.0, 8901.0, 8891.0, 8935.0, 8821.0, 8878.0, 8832.0, 8847.0, 8921.0, 8873.0, 8876.0, 8931.0, 8817.0, 8875.0, 8870.0, 8863.0, 8917.0, 8834.0, 8849.0, 8898.0, 8818.0, 8895.0, 8887.0, 8838.0, 8906.0, 8833.0, 8846.0, 8916.0, 8817.0, 8892.0, 8860.0, 8835.0, 8875.0, 8815.0, 8848.0, 8931.0, 8819.0, 8878.0, 8860.0, 8849.0, 8902.0, 8817.0, 8877.0, 8902.0, 8835.0, 8878.0, 8859.0, 8880.0, 8950.0, 8852.0, 8938.0, 8835.0, 8866.0, 8935.0, 8838.0, 8922.0, 8864.0, 8868.0, 8920.0, 8836.0, 8897.0, 8918.0, 8837.0, 8907.0, 8834.0, 8865.0, 8933.0, 8835.0, 8921.0, 8853.0, 8866.0, 8917.0, 8818.0, 8893.0, 8872.0, 8847.0, 8907.0, 8834.0, 8878.0, 8900.0, 8850.0, 8921.0, 8836.0, 8849.0, 8899.0, 8833.0, 8910.0, 8851.0, 8869.0, 8919.0, 8822.0, 8894.0, 8859.0, 8849.0, 8919.0, 8837.0, 8850.0, 8857.0, 8850.0, 8938.0, 8852.0, 8869.0, 8866.0, 8839.0, 8890.0, 8821.0, 8880.0, 8936.0, 8841.0, 8895.0, 8835.0, 8890.0, 8959.0, 8855.0, 8919.0, 8854.0, 8898.0, 8958.0, 8841.0, 8940.0, 8848.0, 8886.0, 8845.0, 8856.0, 8863.0, 8868.0, 8945.0, 8907.0, 8895.0, 8950.0, 8833.0, 8877.0, 8895.0, 8840.0, 8915.0, 8854.0, 8858.0, 8911.0, 8814.0, 8871.0, 8837.0, 8858.0, 8932.0, 8845.0, 8861.0, 8827.0, 8815.0, 8855.0, 8814.0, 8861.0, 8873.0, 8865.0, 8927.0, 8844.0, 8883.0, 8835.0, 8866.0, 8953.0, 8841.0, 8939.0, 8891.0, 8853.0, 8892.0, 8834.0, 8894.0, 8931.0, 8835.0, 8923.0, 8818.0, 8879.0, 8934.0, 8833.0, 8921.0, 8903.0, 8847.0, 8903.0, 8815.0, 8919.0, 8885.0, 8846.0, 8887.0, 8815.0, 8906.0, 8928.0, 8847.0, 8917.0, 8834.0, 8863.0, 8885.0, 8844.0, 8904.0, 8860.0, 8863.0, 8889.0, 8835.0, 8877.0, 8859.0, 8892.0, 8932.0, 8835.0, 8907.0, 8851.0, 8849.0, 8888.0, 8846.0, 8938.0, 8906.0, 8896.0, 8850.0, 8837.0, 8873.0, 8856.0, 8875.0, 8929.0, 8819.0, 8921.0, 8849.0, 8869.0, 8872.0, 8862.0, 8881.0, 8834.0, 8905.0, 8886.0, 8908.0, 8906.0, 8901.0, 8938.0, 8825.0, 8905.0, 8895.0, 8853.0, 8918.0, 8867.0, 8874.0, 8927.0, 8829.0, 8873.0, 8819.0, 8860.0, 8902.0, 8855.0, 8937.0, 8942.0, 8873.0, 8846.0, 8818.0, 8890.0, 8822.0, 8842.0, 8898.0, 8817.0, 8889.0, 8849.0, 8839.0, 8888.0, 8799.0, 8852.0, 8808.0, 8861.0, 8914.0, 8864.0, 8865.0, 8917.0, 8867.0, 8913.0, 8865.0, 8822.0, 8857.0, 8825.0, 8831.0, 8872.0, 8768.0, 8846.0, 8904.0, 8893.0, 8954.0, 8867.0, 8916.0, 8822.0, 8856.0, 8810.0, 8848.0, 8897.0, 8807.0, 8827.0, 8878.0, 8813.0, 8860.0, 8883.0, 8816.0, 8898.0, 8793.0, 8822.0, 8889.0, 8791.0, 8882.0, 8901.0, 8821.0, 8893.0, 8843.0, 8803.0, 8855.0, 8783.0, 8825.0, 8882.0, 8783.0, 8871.0, 8809.0, 8786.0, 8857.0, 8798.0, 8798.0, 8855.0, 8772.0, 8847.0, 8858.0, 8791.0, 8863.0, 8801.0, 8791.0, 8861.0, 8816.0, 8839.0, 8894.0, 8798.0, 8854.0, 8822.0, 8826.0, 8897.0, 8812.0, 8858.0, 8883.0, 8815.0, 8873.0, 8824.0, 8844.0, 8915.0, 8829.0, 8861.0, 8913.0, 8814.0, 8888.0, 8894.0, 8857.0, 8915.0, 8815.0, 8857.0, 8898.0, 8813.0, 8890.0, 8913.0, 8832.0, 8904.0, 8859.0, 8845.0, 8900.0, 8829.0, 8874.0, 8914.0, 8821.0, 8893.0, 8859.0, 8849.0, 8921.0, 8863.0, 8866.0, 8919.0, 8838.0, 8893.0, 8878.0, 8851.0, 8908.0, 8825.0, 8853.0, 8905.0, 8835.0, 8912.0, 8879.0, 8840.0, 8909.0, 8836.0, 8868.0, 8936.0, 8838.0, 8911.0, 8862.0, 8838.0, 8906.0, 8821.0, 8897.0, 8936.0, 8852.0, 8925.0, 8876.0, 8880.0, 8936.0, 8835.0, 8923.0, 8847.0, 8823.0, 8904.0, 8832.0, 8881.0, 8936.0, 8835.0, 8921.0, 8849.0, 8863.0, 8917.0, 8834.0, 8907.0, 8865.0, 8865.0, 8921.0, 8836.0, 8936.0, 8912.0, 8898.0, 8946.0, 8860.0, 8911.0, 8851.0, 8911.0, 8942.0, 8866.0, 8943.0, 8844.0, 8918.0, 8890.0, 8851.0, 8921.0, 8872.0, 8946.0, 8850.0, 8927.0, 8862.0, 8912.0, 8933.0, 8831.0, 8924.0, 8900.0, 8890.0, 8933.0, 8832.0, 8904.0, 8839.0, 8841.0, 8911.0, 8820.0, 8877.0, 8891.0, 8807.0, 8880.0, 8819.0, 8835.0, 8907.0, 8818.0, 8899.0, 8906.0, 8828.0, 8881.0, 8817.0, 8854.0, 8910.0, 8825.0, 8897.0, 8814.0, 8855.0, 8894.0, 8809.0, 8849.0, 8890.0, 8838.0, 8897.0, 8812.0, 8872.0, 8896.0, 8811.0, 8883.0, 8856.0, 8839.0, 8896.0, 8798.0, 8854.0, 8893.0, 8811.0, 8901.0, 8894.0, 8841.0, 8910.0, 8809.0, 8852.0, 8889.0, 8807.0, 8898.0, 8893.0, 8852.0, 8912.0, 8808.0, 8836.0, 8873.0, 8790.0, 8880.0, 8908.0, 8811.0, 8896.0, 8810.0, 8826.0, 8891.0, 8808.0, 8852.0, 8907.0, 8810.0, 8897.0, 8812.0, 8841.0, 8897.0, 8812.0, 8870.0, 8908.0, 8826.0, 8913.0, 8810.0, 8855.0, 8911.0, 8821.0, 8890.0, 8912.0, 8827.0, 8912.0, 8826.0, 8843.0, 8896.0, 8796.0, 8871.0, 8910.0, 8812.0, 8911.0, 8835.0, 8826.0, 8894.0, 8808.0, 8866.0, 8909.0, 8797.0, 8898.0, 8823.0, 8812.0, 8893.0, 8803.0, 8881.0, 8911.0, 8825.0, 8895.0, 8809.0, 8811.0, 8892.0, 8820.0, 8869.0, 8925.0, 8814.0, 8911.0, 8826.0, 8838.0, 8894.0, 8806.0, 8869.0, 8910.0, 8826.0, 8910.0, 8813.0, 8855.0, 8896.0, 8797.0, 8869.0, 8906.0, 8829.0, 8913.0, 8831.0, 8874.0, 8913.0, 8828.0, 8887.0, 8925.0, 8828.0, 8912.0, 8840.0, 8827.0, 8897.0, 8798.0, 8870.0, 8911.0, 8825.0, 8896.0, 8839.0, 8813.0, 8897.0, 8837.0, 8854.0, 8911.0, 8826.0, 8869.0, 8896.0, 8813.0, 8867.0, 8834.0, 8855.0, 8898.0, 8814.0, 8871.0, 8911.0, 8814.0, 8887.0, 8840.0, 8872.0, 8914.0, 8816.0, 8873.0, 8910.0, 8814.0, 8900.0, 8827.0, 8872.0, 8915.0, 8832.0, 8876.0, 8869.0, 8831.0, 8916.0, 8858.0, 8890.0, 8929.0, 8818.0, 8901.0, 8881.0, 8869.0, 8930.0, 8826.0, 8887.0, 8913.0, 8815.0, 8900.0, 8838.0, 8869.0, 8928.0, 8816.0, 8886.0, 8884.0, 8815.0, 8900.0, 8854.0, 8872.0, 8911.0, 8816.0, 8902.0, 8825.0, 8857.0, 8914.0, 8814.0, 8887.0, 8870.0, 8817.0, 8899.0, 8852.0, 8873.0, 8914.0, 8815.0, 8888.0, 8841.0, 8829.0, 8899.0, 8841.0, 8873.0, 8898.0, 8831.0, 8899.0, 8842.0, 8872.0, 8930.0, 8831.0, 8889.0, 8830.0, 8829.0, 8900.0, 8840.0, 8875.0, 8870.0, 8834.0, 8918.0, 8832.0, 8878.0, 8933.0, 8833.0, 8920.0, 8860.0, 8849.0, 8900.0, 8830.0, 8905.0, 8883.0, 8863.0, 8932.0, 8834.0, 8877.0, 8913.0, 8816.0, 8919.0, 8868.0, 8887.0, 8930.0, 8830.0, 8890.0, 8869.0, 8874.0, 8914.0, 8818.0, 8877.0, 8915.0, 8832.0, 8917.0, 8871.0, 8874.0, 8929.0, 8820.0, 8874.0, 8884.0, 8843.0, 8918.0, 8845.0, 8890.0, 8929.0, 8816.0, 8903.0, 8854.0, 8872.0, 8914.0, 8817.0, 8861.0, 8897.0, 8831.0, 8918.0, 8845.0, 8877.0, 8915.0, 8830.0, 8919.0, 8856.0, 8874.0, 8915.0, 8831.0, 8874.0, 8869.0, 8855.0, 8916.0, 8816.0, 8871.0, 8913.0, 8815.0, 8903.0, 8854.0, 8871.0, 8914.0, 8817.0, 8858.0, 8898.0, 8828.0, 8913.0, 8840.0, 8871.0, 8898.0, 8814.0, 8900.0, 8839.0, 8869.0, 8911.0, 8815.0, 8873.0, 8854.0, 8829.0, 8900.0, 8840.0, 8887.0, 8885.0, 8816.0, 8900.0, 8841.0, 8873.0, 8927.0, 8831.0, 8902.0, 8856.0, 8844.0, 8895.0, 8813.0, 8902.0, 8855.0, 8832.0, 8912.0, 8829.0, 8860.0, 8913.0, 8830.0, 8917.0, 8871.0, 8861.0, 8899.0, 8816.0, 8875.0, 8929.0, 8816.0, 8917.0, 8869.0, 8844.0, 8926.0, 8817.0, 8864.0, 8919.0, 8859.0, 8914.0, 8860.0, 8966.0, 8860.0, 8922.0, 8848.0, 8930.0, 8938.0, 8896.0, 8925.0, 8854.0, 8904.0, 8860.0, 8864.0, 8935.0, 8849.0, 8927.0, 8850.0, 8855.0, 8928.0, 8821.0, 8944.0, 8915.0, 8896.0, 8865.0, 8897.0, 8863.0, 8889.0, 8834.0, 8860.0, 8913.0, 8815.0, 8918.0, 8871.0, 8890.0, 8919.0, 8848.0, 8917.0, 8850.0, 8859.0, 8887.0, 8784.0, 8887.0, 8884.0, 8851.0, 8885.0, 8807.0, 8833.0, 8859.0, 8759.0, 8827.0, 8752.0, 8794.0, 8874.0, 8779.0, 8880.0, 8809.0, 8810.0, 8860.0, 8777.0, 8817.0, 8757.0, 8807.0, 8880.0, 8784.0, 8871.0, 8790.0, 8833.0, 8871.0, 8771.0, 8841.0, 8780.0, 8800.0, 8855.0, 8788.0, 8877.0, 8803.0, 8825.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.0015673655063291139</td></tr>
<tr><td colspan=3>aqi</td><td>0.062354726107594946</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.38842075733962</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0847887303167074</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.929118174315122</td></tr>
<tr><td colspan=3>efc</td><td>0.4692</td></tr>
<tr><td colspan=3>fber</td><td>5627.1763</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0887026283107107</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.458860759493671</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3147138413489294</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.181759038891902</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5239860307325745</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2383964544223116</td></tr>
<tr><td colspan=3>gcor</td><td>0.00506312</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016258561983704567</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02937980368733406</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.460434346224379</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.0548</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.0167</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.7314</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301508.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>600.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.9178</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4009</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>446.7684</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3231.1801</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3366.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>754.63</td></tr>
<tr><td colspan=3>tsnr</td><td>30.29174474067986</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>