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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-04/func/sub-0037_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>4dc7fb3eb3fe572dc8688a0abebe903b</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>19:27:51.852500</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.999687, 0.0116365, 0.0221555, -0.0125631, 0.999032, 0.0421546]</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.0908496</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7744, -7285, 512, -84, -241, -9, 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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>259.308</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>30749d30-b8a6-45f1-aad7-d87590a32b7a||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.682086706161499, -0.03370597958564758, 0.05843759700655937, 110.10537719726562], [-0.031219903379678726, 2.6803300380706787, 0.11453323811292648, -86.8233413696289], [0.05944167077541351, -0.1130976527929306, 2.69693660736084, -78.40235137939453], [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': ['192751.852500', '192752.312500', '192752.772500', '192753.232500', '192753.692500', '192754.152500', '192754.612500', '192755.072500', '192755.532500', '192755.992500', '192756.452500', '192756.912500', '192757.372500', '192757.832500', '192758.292500', '192758.752500', '192759.212500', '192759.672500', '192800.132500', '192800.592500', '192801.052500', '192801.512500', '192801.972500', '192802.432500', '192802.892500', '192803.352500', '192803.812500', '192804.272500', '192804.732500', '192805.192500', '192805.652500', '192806.112500', '192806.572500', '192807.032500', '192807.492500', '192807.952500', '192808.412500', '192808.872500', '192809.332500', '192809.792500', '192810.252500', '192810.712500', '192811.172500', '192811.632500', '192812.092500', '192812.552500', '192813.012500', '192813.472500', '192813.932500', '192814.392500', '192814.852500', '192815.312500', '192815.772500', '192816.232500', '192816.692500', '192817.152500', '192817.612500', '192818.072500', '192818.532500', '192818.992500', '192819.452500', '192819.912500', '192820.372500', '192820.832500', '192821.292500', '192821.752500', '192822.212500', '192822.672500', '192823.132500', '192823.592500', '192824.052500', '192824.512500', '192824.972500', '192825.432500', '192825.892500', '192826.352500', '192826.812500', '192827.272500', '192827.732500', '192828.192500', '192828.652500', '192829.112500', '192829.572500', '192830.032500', '192830.492500', '192830.952500', '192831.412500', '192831.872500', '192832.332500', '192832.792500', '192833.252500', '192833.712500', '192834.172500', '192834.632500', '192835.092500', '192835.552500', '192836.012500', '192836.472500', '192836.932500', '192837.392500', '192837.852500', '192838.312500', '192838.772500', '192839.232500', '192839.692500', '192840.152500', '192840.612500', '192841.072500', '192841.532500', '192841.992500', '192842.452500', '192842.912500', '192843.372500', '192843.832500', '192844.292500', '192844.752500', '192845.212500', '192845.672500', '192846.132500', '192846.592500', '192847.052500', '192847.512500', '192847.972500', '192848.432500', '192848.892500', '192849.352500', '192849.812500', '192850.272500', '192850.732500', '192851.192500', '192851.652500', '192852.112500', '192852.572500', '192853.032500', '192853.492500', '192853.952500', '192854.412500', '192854.872500', '192855.332500', '192855.792500', '192856.252500', '192856.712500', '192857.172500', '192857.632500', '192858.092500', '192858.552500', '192859.012500', '192859.472500', '192859.932500', '192900.392500', '192900.852500', '192901.312500', '192901.772500', '192902.232500', '192902.692500', '192903.152500', '192903.612500', '192904.072500', '192904.532500', '192904.992500', '192905.452500', '192905.912500', '192906.372500', '192906.832500', '192907.292500', '192907.752500', '192908.212500', '192908.672500', '192909.132500', '192909.592500', '192910.052500', '192910.512500', '192910.972500', '192911.432500', '192911.892500', '192912.352500', '192912.812500', '192913.272500', '192913.732500', '192914.192500', '192914.652500', '192915.112500', '192915.572500', '192916.032500', '192916.492500', '192916.952500', '192917.412500', '192917.872500', '192918.332500', '192918.792500', '192919.252500', '192919.712500', '192920.172500', '192920.632500', '192921.092500', '192921.552500', '192922.012500', '192922.472500', '192922.932500', '192923.392500', '192923.852500', '192924.312500', '192924.772500', '192925.232500', '192925.692500', '192926.152500', '192926.612500', '192927.072500', '192927.532500', '192927.992500', '192928.452500', '192928.912500', '192929.372500', '192929.832500', '192930.292500', '192930.752500', '192931.212500', '192931.672500', '192932.132500', '192932.592500', '192933.052500', '192933.512500', '192933.972500', '192934.432500', '192934.892500', '192935.352500', '192935.812500', '192936.272500', '192936.732500', '192937.192500', '192937.652500', '192938.112500', '192938.572500', '192939.032500', '192939.492500', '192939.952500', '192940.412500', '192940.872500', '192941.332500', '192941.792500', '192942.252500', '192942.712500', '192943.172500', '192943.632500', '192944.092500', '192944.552500', '192945.012500', '192945.472500', '192945.932500', '192946.392500', '192946.852500', '192947.312500', '192947.772500', '192948.232500', '192948.692500', '192949.152500', '192949.612500', '192950.072500', '192950.532500', '192950.992500', '192951.452500', '192951.912500', '192952.372500', '192952.832500', '192953.292500', '192953.752500', '192954.212500', '192954.672500', '192955.132500', '192955.592500', '192956.052500', '192956.512500', '192956.972500', '192957.432500', '192957.892500', '192958.352500', '192958.812500', '192959.272500', '192959.732500', '193000.192500', '193000.652500', '193001.112500', '193001.572500', '193002.032500', '193002.492500', '193002.952500', '193003.412500', '193003.872500', '193004.332500', '193004.792500', '193005.252500', '193005.712500', '193006.172500', '193006.632500', '193007.092500', '193007.552500', '193008.012500', '193008.472500', '193008.932500', '193009.392500', '193009.852500', '193010.312500', '193010.772500', '193011.232500', '193011.692500', '193012.152500', '193012.612500', '193013.072500', '193013.532500', '193013.992500', '193014.452500', '193014.912500', '193015.372500', '193015.832500', '193016.292500', '193016.752500', '193017.212500', '193017.672500', '193018.132500', '193018.592500', '193019.052500', '193019.512500', '193019.972500', '193020.432500', '193020.892500', '193021.352500', '193021.812500', '193022.272500', '193022.732500', '193023.192500', '193023.652500', '193024.112500', '193024.572500', '193025.032500', '193025.492500', '193025.952500', '193026.412500', '193026.872500', '193027.332500', '193027.792500', '193028.252500', '193028.712500', '193029.172500', '193029.632500', '193030.092500', '193030.552500', '193031.012500', '193031.472500', '193031.932500', '193032.392500', '193032.852500', '193033.312500', '193033.772500', '193034.232500', '193034.692500', '193035.152500', '193035.612500', '193036.072500', '193036.532500', '193036.992500', '193037.452500', '193037.912500', '193038.372500', '193038.832500', '193039.292500', '193039.752500', '193040.212500', '193040.672500', '193041.132500', '193041.592500', '193042.052500', '193042.512500', '193042.972500', '193043.432500', '193043.892500', '193044.352500', '193044.812500', '193045.272500', '193045.732500', '193046.192500', '193046.652500', '193047.112500', '193047.572500', '193048.032500', '193048.492500', '193048.952500', '193049.412500', '193049.872500', '193050.332500', '193050.792500', '193051.252500', '193051.712500', '193052.172500', '193052.632500', '193053.092500', '193053.552500', '193054.012500', '193054.472500', '193054.932500', '193055.392500', '193055.852500', '193056.312500', '193056.772500', '193057.232500', '193057.692500', '193058.152500', '193058.612500', '193059.072500', '193059.532500', '193059.992500', '193100.452500', '193100.912500', '193101.372500', '193101.832500', '193102.292500', '193102.752500', '193103.212500', '193103.672500', '193104.132500', '193104.592500', '193105.052500', '193105.512500', '193105.972500', '193106.432500', '193106.892500', '193107.352500', '193107.812500', '193108.272500', '193108.732500', '193109.192500', '193109.652500', '193110.112500', '193110.572500', '193111.032500', '193111.492500', '193111.952500', '193112.412500', '193112.872500', '193113.332500', '193113.792500', '193114.252500', '193114.712500', '193115.172500', '193115.632500', '193116.092500', '193116.552500', '193117.012500', '193117.472500', '193117.932500', '193118.392500', '193118.852500', '193119.312500', '193119.772500', '193120.232500', '193120.692500', '193121.152500', '193121.612500', '193122.072500', '193122.532500', '193122.992500', '193123.452500', '193123.912500', '193124.372500', '193124.832500', '193125.292500', '193125.752500', '193126.212500', '193126.672500', '193127.132500', '193127.592500', '193128.052500', '193128.512500', '193128.972500', '193129.432500', '193129.892500', '193130.352500', '193130.812500', '193131.272500', '193131.732500', '193132.192500', '193132.652500', '193133.112500', '193133.572500', '193134.032500', '193134.492500', '193134.952500', '193135.412500', '193135.872500', '193136.332500', '193136.792500', '193137.252500', '193137.712500', '193138.172500', '193138.632500', '193139.092500', '193139.552500', '193140.012500', '193140.472500', '193140.932500', '193141.392500', '193141.852500', '193142.312500', '193142.772500', '193143.232500', '193143.692500', '193144.152500', '193144.612500', '193145.072500', '193145.532500', '193145.992500', '193146.452500', '193146.912500', '193147.372500', '193147.832500', '193148.292500', '193148.752500', '193149.212500', '193149.672500', '193150.132500', '193150.592500', '193151.052500', '193151.512500', '193151.972500', '193152.432500', '193152.892500', '193153.352500', '193153.812500', '193154.272500', '193154.732500', '193155.192500', '193155.652500', '193156.112500', '193156.572500', '193157.032500', '193157.492500', '193157.952500', '193158.412500', '193158.872500', '193159.332500', '193159.792500', '193200.252500', '193200.712500', '193201.172500', '193201.632500', '193202.092500', '193202.552500', '193203.012500', '193203.472500', '193203.932500', '193204.392500', '193204.852500', '193205.312500', '193205.772500', '193206.232500', '193206.692500', '193207.152500', '193207.612500', '193208.072500', '193208.532500', '193208.992500', '193209.452500', '193209.912500', '193210.372500', '193210.832500', '193211.292500', '193211.752500', '193212.212500', '193212.672500', '193213.132500', '193213.592500', '193214.052500', '193214.512500', '193214.972500', '193215.432500', '193215.892500', '193216.352500', '193216.812500', '193217.272500', '193217.732500', '193218.192500', '193218.652500', '193219.112500', '193219.572500', '193220.032500', '193220.492500', '193220.952500', '193221.412500', '193221.872500', '193222.332500', '193222.792500', '193223.252500', '193223.712500', '193224.172500', '193224.632500', '193225.092500', '193225.552500', '193226.012500', '193226.472500', '193226.932500', '193227.392500', '193227.852500', '193228.312500', '193228.772500', '193229.232500', '193229.692500', '193230.152500', '193230.612500', '193231.072500', '193231.532500', '193231.992500', '193232.452500', '193232.912500', '193233.372500', '193233.832500', '193234.292500', '193234.752500', '193235.212500', '193235.672500', '193236.132500', '193236.592500', '193237.052500', '193237.512500', '193237.972500', '193238.432500', '193238.892500', '193239.352500', '193239.812500', '193240.272500', '193240.732500', '193241.192500', '193241.652500', '193242.112500', '193242.572500', '193243.032500', '193243.492500', '193243.952500', '193244.412500', '193244.872500', '193245.332500', '193245.792500', '193246.252500', '193246.712500', '193247.172500', '193247.632500', '193248.092500', '193248.552500', '193249.012500', '193249.472500', '193249.932500', '193250.392500', '193250.852500', '193251.312500', '193251.772500', '193252.232500', '193252.692500', '193253.152500', '193253.612500', '193254.072500', '193254.532500', '193254.992500', '193255.452500', '193255.912500', '193256.372500', '193256.832500', '193257.292500', '193257.752500', '193258.212500', '193258.672500', '193259.132500', '193259.592500', '193300.052500', '193300.512500', '193300.972500', '193301.432500', '193301.892500', '193302.352500', '193302.812500', '193303.272500', '193303.732500', '193304.192500', '193304.652500', '193305.112500', '193305.572500', '193306.032500', '193306.492500', '193306.952500', '193307.412500', '193307.872500', '193308.332500', '193308.792500', '193309.252500', '193309.712500', '193310.172500', '193310.632500', '193311.092500', '193311.552500', '193312.012500', '193312.472500', '193312.932500', '193313.392500', '193313.852500', '193314.312500', '193314.772500', '193315.232500', '193315.692500', '193316.152500', '193316.612500', '193317.072500', '193317.532500', '193317.992500', '193318.452500', '193318.912500', '193319.372500', '193319.832500', '193320.292500', '193320.752500', '193321.212500', '193321.672500', '193322.132500', '193322.592500', '193323.052500', '193323.512500', '193323.972500', '193324.432500', '193324.892500', '193325.352500', '193325.812500', '193326.272500', '193326.732500', '193327.192500', '193327.652500', '193328.112500', '193328.572500', '193329.032500', '193329.492500', '193329.952500', '193330.412500', '193330.872500', '193331.332500', '193331.792500', '193332.252500', '193332.712500', '193333.172500', '193333.632500', '193334.092500', '193334.552500', '193335.012500', '193335.472500', '193335.932500', '193336.392500', '193336.852500', '193337.312500', '193337.772500', '193338.232500', '193338.692500', '193339.152500', '193339.612500', '193340.072500', '193340.532500', '193340.992500', '193341.452500', '193341.912500', '193342.372500', '193342.832500', '193343.292500', '193343.752500', '193344.212500', '193344.672500', '193345.132500', '193345.592500', '193346.052500', '193346.512500', '193346.972500', '193347.432500', '193347.892500', '193348.352500', '193348.812500', '193349.272500', '193349.732500', '193350.192500', '193350.652500', '193351.112500', '193351.572500', '193352.032500', '193352.492500', '193352.952500', '193353.412500', '193353.872500', '193354.332500', '193354.792500', '193355.252500', '193355.712500', '193356.172500', '193356.632500', '193357.092500', '193357.552500', '193358.012500', '193358.472500', '193358.932500', '193359.392500', '193359.852500', '193400.312500', '193400.772500', '193401.232500', '193401.692500', '193402.152500', '193402.612500', '193403.072500', '193403.532500', '193403.992500', '193404.452500', '193404.912500', '193405.372500', '193405.832500', '193406.292500', '193406.752500', '193407.212500', '193407.672500', '193408.132500', '193408.592500', '193409.052500', '193409.512500', '193409.972500', '193410.432500', '193410.892500', '193411.352500', '193411.812500', '193412.272500', '193412.732500', '193413.192500', '193413.652500', '193414.112500', '193414.572500', '193415.032500', '193415.492500', '193415.952500', '193416.412500', '193416.872500', '193417.332500', '193417.792500', '193418.252500', '193418.712500', '193419.172500', '193419.632500', '193420.092500', '193420.552500', '193421.012500', '193421.472500', '193421.932500', '193422.392500', '193422.852500', '193423.312500', '193423.772500', '193424.232500', '193424.692500', '193425.152500', '193425.612500', '193426.072500', '193426.532500', '193426.992500', '193427.452500', '193427.912500', '193428.372500', '193428.832500', '193429.292500', '193429.752500', '193430.212500', '193430.672500', '193431.132500', '193431.592500', '193432.052500', '193432.512500', '193432.972500', '193433.432500', '193433.892500', '193434.352500', '193434.812500', '193435.272500', '193435.732500', '193436.192500', '193436.652500', '193437.112500', '193437.572500', '193438.032500', '193438.492500', '193438.952500', '193439.412500', '193439.872500', '193440.332500', '193440.792500', '193441.252500', '193441.712500', '193442.172500', '193442.632500', '193443.092500', '193443.552500', '193444.012500', '193444.472500', '193444.932500', '193445.392500', '193445.852500', '193446.312500', '193446.772500', '193447.232500', '193447.692500', '193448.152500', '193448.612500', '193449.072500', '193449.532500', '193449.992500', '193450.452500', '193450.912500', '193451.372500', '193451.832500', '193452.292500', '193452.752500', '193453.212500', '193453.672500', '193454.132500', '193454.592500', '193455.052500', '193455.512500', '193455.972500', '193456.432500', '193456.892500', '193457.352500', '193457.812500', '193458.272500', '193458.732500', '193459.192500', '193459.652500', '193500.112500', '193500.572500', '193501.032500', '193501.492500', '193501.952500', '193502.412500', '193502.872500', '193503.332500', '193503.792500', '193504.252500', '193504.712500', '193505.172500', '193505.632500', '193506.092500', '193506.552500', '193507.012500', '193507.472500', '193507.932500', '193508.392500', '193508.852500', '193509.312500', '193509.772500', '193510.232500', '193510.692500', '193511.152500', '193511.612500', '193512.072500', '193512.532500', '193512.992500', '193513.452500', '193513.912500', '193514.372500', '193514.832500', '193515.292500', '193515.752500', '193516.212500', '193516.672500', '193517.132500', '193517.592500', '193518.052500', '193518.512500', '193518.972500', '193519.432500', '193519.892500', '193520.352500', '193520.812500', '193521.272500', '193521.732500', '193522.192500', '193522.652500', '193523.112500', '193523.572500', '193524.032500', '193524.492500', '193524.952500', '193525.412500', '193525.872500', '193526.332500', '193526.792500', '193527.252500', '193527.712500', '193528.172500', '193528.632500', '193529.092500', '193529.552500', '193530.012500', '193530.472500', '193530.932500', '193531.392500', '193531.852500', '193532.312500', '193532.772500', '193533.232500', '193533.692500', '193534.152500', '193534.612500', '193535.072500', '193535.532500', '193535.992500', '193536.452500', '193536.912500', '193537.372500', '193537.832500', '193538.292500', '193538.752500', '193539.212500', '193539.672500', '193540.132500', '193540.592500', '193541.052500', '193541.512500', '193541.972500', '193542.432500', '193542.892500', '193543.352500', '193543.812500', '193544.272500', '193544.732500', '193545.192500', '193545.652500', '193546.112500', '193546.572500', '193547.032500', '193547.492500', '193547.952500', '193548.412500', '193548.872500', '193549.332500', '193549.792500', '193550.252500', '193550.712500', '193551.172500', '193551.632500', '193552.092500', '193552.552500', '193553.012500', '193553.472500', '193553.932500', '193554.392500', '193554.852500', '193555.312500', '193555.772500', '193556.232500', '193556.692500', '193557.152500', '193557.612500', '193558.072500', '193558.532500', '193558.992500', '193559.452500', '193559.912500', '193600.372500', '193600.832500', '193601.292500', '193601.752500', '193602.212500', '193602.672500', '193603.132500', '193603.592500', '193604.052500', '193604.512500', '193604.972500', '193605.432500', '193605.892500', '193606.352500', '193606.812500', '193607.272500', '193607.732500', '193608.192500', '193608.652500', '193609.112500', '193609.572500', '193610.032500', '193610.492500', '193610.952500', '193611.412500', '193611.872500', '193612.332500', '193612.792500', '193613.252500', '193613.712500', '193614.172500', '193614.632500', '193615.092500', '193615.552500', '193616.012500', '193616.472500', '193616.932500', '193617.392500', '193617.852500', '193618.312500', '193618.772500', '193619.232500', '193619.692500', '193620.152500', '193620.612500', '193621.072500', '193621.532500', '193621.992500', '193622.452500', '193622.912500', '193623.372500', '193623.832500', '193624.292500', '193624.752500', '193625.212500', '193625.672500', '193626.132500', '193626.592500', '193627.052500', '193627.512500', '193627.972500', '193628.432500', '193628.892500', '193629.352500', '193629.812500', '193630.272500', '193630.732500', '193631.192500', '193631.652500', '193632.112500', '193632.572500', '193633.032500', '193633.492500', '193633.952500', '193634.412500', '193634.872500', '193635.332500', '193635.792500', '193636.252500', '193636.712500', '193637.172500', '193637.632500', '193638.092500', '193638.552500', '193639.012500', '193639.472500', '193639.932500', '193640.392500', '193640.852500', '193641.312500', '193641.772500', '193642.232500', '193642.692500', '193643.152500', '193643.612500', '193644.072500', '193644.532500', '193644.992500', '193645.452500', '193645.912500', '193646.372500', '193646.832500', '193647.292500', '193647.752500', '193648.212500', '193648.672500', '193649.132500', '193649.592500', '193650.052500', '193650.512500', '193650.972500', '193651.432500', '193651.892500', '193652.352500', '193652.812500', '193653.272500', '193653.732500', '193654.192500', '193654.652500', '193655.112500', '193655.572500', '193656.032500', '193656.492500', '193656.952500', '193657.412500', '193657.872500', '193658.332500', '193658.792500', '193659.252500', '193659.712500', '193700.172500', '193700.632500', '193701.092500', '193701.552500', '193702.012500', '193702.472500', '193702.932500', '193703.392500', '193703.852500', '193704.312500', '193704.772500', '193705.232500', '193705.692500', '193706.152500', '193706.612500', '193707.072500', '193707.532500', '193707.992500', '193708.452500', '193708.912500', '193709.372500', '193709.832500', '193710.292500', '193710.752500', '193711.212500', '193711.672500', '193712.132500', '193712.592500', '193713.052500', '193713.512500', '193713.972500', '193714.432500', '193714.892500', '193715.352500', '193715.812500', '193716.272500', '193716.732500', '193717.192500', '193717.652500', '193718.112500', '193718.572500', '193719.032500', '193719.492500', '193719.952500', '193720.412500', '193720.872500', '193721.332500', '193721.792500', '193722.252500', '193722.712500', '193723.172500', '193723.632500', '193724.092500', '193724.552500', '193725.012500', '193725.472500', '193725.932500', '193726.392500', '193726.852500', '193727.312500', '193727.772500', '193728.232500', '193728.692500', '193729.152500', '193729.612500', '193730.072500', '193730.532500', '193730.992500', '193731.452500', '193731.912500', '193732.372500', '193732.832500', '193733.292500', '193733.752500', '193734.212500', '193734.672500'], 'ContentTime': ['192809.238000', '192809.242000', '192809.245000', '192809.248000', '192809.250000', '192809.253000', '192809.255000', '192809.258000', '192809.261000', '192809.263000', '192809.271000', '192809.274000', '192809.276000', '192809.279000', '192809.281000', '192809.284000', '192809.286000', '192809.289000', '192809.292000', '192809.294000', '192809.297000', '192809.299000', '192809.302000', '192809.304000', '192809.307000', '192809.309000', '192809.312000', '192809.323000', '192809.326000', '192809.329000', '192809.331000', '192809.334000', '192809.336000', '192809.339000', '192809.347000', '192829.208000', '192829.211000', '192829.221000', '192829.224000', '192829.227000', '192829.229000', '192829.232000', '192829.234000', '192829.239000', '192829.242000', '192829.244000', '192829.247000', '192829.249000', '192829.252000', '192829.255000', '192829.257000', '192829.260000', '192829.262000', '192829.265000', '192829.268000', '192829.270000', '192829.273000', '192829.276000', '192829.278000', '192829.281000', '192829.283000', '192829.286000', '192829.289000', '192829.291000', '192829.294000', '192829.296000', '192829.299000', '192829.301000', '192829.304000', '192829.306000', '192829.309000', '192829.311000', '192829.314000', '192829.316000', '192829.319000', '192829.321000', '192829.324000', '192829.327000', '192849.208000', '192849.211000', '192849.214000', '192849.217000', '192849.219000', '192849.222000', '192849.224000', '192849.227000', '192849.230000', '192849.232000', '192849.235000', '192849.237000', '192849.240000', '192849.243000', '192849.246000', '192849.249000', '192849.251000', '192849.254000', '192849.256000', '192849.259000', '192849.261000', '192849.264000', '192849.267000', '192849.269000', '192849.272000', '192849.274000', '192849.277000', '192849.279000', '192849.282000', '192849.285000', '192849.287000', '192849.290000', '192849.293000', '192849.295000', '192849.298000', '192849.300000', '192849.303000', '192849.305000', '192849.308000', '192849.311000', '192849.313000', '192849.316000', '192849.318000', '192849.321000', '192909.209000', '192909.211000', '192909.214000', '192909.217000', '192909.219000', '192909.222000', '192909.224000', '192909.227000', '192909.230000', '192909.232000', '192909.235000', '192909.237000', '192909.240000', '192909.243000', '192909.245000', '192909.248000', '192909.250000', '192909.253000', '192909.255000', '192909.258000', '192909.261000', '192909.264000', '192909.267000', '192909.270000', '192909.273000', '192909.275000', '192909.278000', '192909.280000', '192909.283000', '192909.286000', '192909.288000', '192909.291000', '192909.293000', '192909.296000', '192909.299000', '192909.301000', '192909.304000', '192909.308000', '192909.311000', '192909.314000', '192909.316000', '192909.319000', '192909.327000', '192929.208000', '192929.211000', '192929.214000', '192929.216000', '192929.219000', '192929.222000', '192929.224000', '192929.227000', '192929.229000', '192929.232000', '192929.235000', '192929.237000', '192929.240000', '192929.242000', '192929.245000', '192929.247000', '192929.250000', '192929.253000', '192929.255000', '192929.258000', '192929.261000', '192929.263000', '192929.266000', '192929.268000', '192929.271000', '192929.273000', '192929.276000', '192929.279000', '192929.281000', '192929.284000', '192929.286000', '192929.289000', '192929.292000', '192929.294000', '192929.297000', '192929.299000', '192929.302000', '192929.305000', '192929.307000', '192929.310000', '192929.312000', '192929.315000', '192929.317000', '192929.320000', '192949.208000', '192949.211000', '192949.214000', '192949.217000', '192949.219000', '192949.222000', '192949.225000', '192949.227000', '192949.230000', '192949.232000', '192949.235000', '192949.238000', '192949.240000', '192949.243000', '192949.245000', '192949.248000', '192949.250000', '192949.253000', '192949.256000', '192949.258000', '192949.261000', '192949.263000', '192949.266000', '192949.268000', '192949.271000', '192949.274000', '192949.276000', '192949.279000', '192949.281000', '192949.284000', '192949.286000', '192949.304000', '192949.307000', '192949.309000', '192949.312000', '192949.314000', '192949.317000', '192949.320000', '192949.322000', '192949.325000', '192949.327000', '192949.330000', '192949.332000', '193009.208000', '193009.211000', '193009.214000', '193009.216000', '193009.219000', '193009.222000', '193009.224000', '193009.227000', '193009.229000', '193009.232000', '193009.234000', '193009.237000', '193009.239000', '193009.242000', '193009.245000', '193009.247000', '193009.250000', '193009.252000', '193009.255000', '193009.258000', '193009.260000', '193009.263000', '193009.265000', '193009.268000', '193009.270000', '193009.273000', '193009.275000', '193009.278000', '193009.281000', '193009.283000', '193009.286000', '193009.288000', '193009.291000', '193009.294000', '193009.296000', '193009.299000', '193009.301000', '193009.304000', '193009.307000', '193009.309000', '193009.312000', '193009.314000', '193009.317000', '193009.319000', '193029.208000', '193029.211000', '193029.214000', '193029.216000', '193029.219000', '193029.222000', '193029.224000', '193029.227000', '193029.229000', '193029.232000', '193029.235000', '193029.237000', '193029.240000', '193029.242000', '193029.245000', '193029.247000', '193029.250000', '193029.253000', '193029.255000', '193029.258000', '193029.260000', '193029.263000', '193029.266000', '193029.268000', '193029.271000', '193029.273000', '193029.276000', '193029.278000', '193029.281000', '193029.284000', '193029.286000', '193029.289000', '193029.291000', '193029.294000', '193029.296000', '193029.299000', '193029.302000', '193029.304000', '193029.307000', '193029.310000', '193029.312000', '193029.315000', '193029.317000', '193049.208000', '193049.211000', '193049.214000', '193049.216000', '193049.219000', '193049.222000', '193049.224000', '193049.227000', '193049.229000', '193049.232000', '193049.235000', '193049.237000', '193049.240000', '193049.242000', '193049.245000', '193049.247000', '193049.250000', '193049.253000', '193049.255000', '193049.258000', '193049.260000', '193049.263000', '193049.265000', '193049.268000', '193049.271000', '193049.273000', '193049.276000', '193049.278000', '193049.281000', '193049.284000', '193049.286000', '193049.289000', '193049.291000', '193049.294000', '193049.296000', '193049.299000', '193049.302000', '193049.304000', '193049.307000', '193049.310000', '193049.312000', '193049.315000', '193049.317000', '193049.320000', '193109.208000', '193109.211000', '193109.214000', '193109.217000', '193109.219000', '193109.222000', '193109.224000', '193109.227000', '193109.229000', '193109.232000', '193109.235000', '193109.237000', '193109.240000', '193109.242000', '193109.245000', '193109.248000', '193109.250000', '193109.253000', '193109.255000', '193109.258000', '193109.261000', '193109.263000', '193109.266000', '193109.268000', '193109.271000', '193109.273000', '193109.276000', '193109.279000', '193109.281000', '193109.284000', '193109.287000', '193109.289000', '193109.292000', '193109.294000', '193109.297000', '193109.299000', '193109.302000', '193109.305000', '193109.307000', '193109.310000', '193109.312000', '193109.315000', '193109.318000', '193129.208000', '193129.211000', '193129.214000', '193129.216000', '193129.219000', '193129.222000', '193129.224000', '193129.227000', '193129.229000', '193129.232000', '193129.234000', '193129.237000', '193129.240000', '193129.255000', '193129.258000', '193129.260000', '193129.263000', '193129.265000', '193129.268000', '193129.271000', '193129.273000', '193129.276000', '193129.278000', '193129.281000', '193129.283000', '193129.286000', '193129.289000', '193129.291000', '193129.294000', '193129.296000', '193129.299000', '193129.301000', '193129.304000', '193129.307000', '193129.309000', '193129.312000', '193129.314000', '193129.317000', '193129.319000', '193129.322000', '193129.325000', '193129.327000', '193129.330000', '193129.332000', '193149.208000', '193149.211000', '193149.214000', '193149.216000', '193149.219000', '193149.222000', '193149.224000', '193149.227000', '193149.229000', '193149.232000', '193149.234000', '193149.237000', '193149.240000', '193149.242000', '193149.245000', '193149.247000', '193149.250000', '193149.252000', '193149.255000', '193149.258000', '193149.260000', '193149.263000', '193149.265000', '193149.268000', '193149.270000', '193149.273000', '193149.275000', '193149.278000', '193149.281000', '193149.283000', '193149.286000', '193149.288000', '193149.291000', '193149.293000', '193149.296000', '193149.299000', '193149.301000', '193149.304000', '193149.306000', '193149.309000', '193149.311000', '193149.314000', '193149.317000', '193209.208000', '193209.211000', '193209.214000', '193209.217000', '193209.219000', '193209.222000', '193209.224000', '193209.227000', '193209.229000', '193209.232000', '193209.235000', '193209.237000', '193209.240000', '193209.242000', '193209.245000', '193209.248000', '193209.250000', '193209.253000', '193209.255000', '193209.258000', '193209.261000', '193209.263000', '193209.266000', '193209.268000', '193209.271000', '193209.274000', '193209.276000', '193209.279000', '193209.281000', '193209.284000', '193209.286000', '193209.289000', '193209.292000', '193209.294000', '193209.297000', '193209.300000', '193209.302000', '193209.305000', '193209.307000', '193209.310000', '193209.313000', '193209.315000', '193209.318000', '193209.320000', '193229.208000', '193229.211000', '193229.214000', '193229.216000', '193229.219000', '193229.222000', '193229.224000', '193229.227000', '193229.229000', '193229.232000', '193229.235000', '193229.237000', '193229.240000', '193229.242000', '193229.245000', '193229.248000', '193229.250000', '193229.253000', '193229.255000', '193229.258000', '193229.261000', '193229.263000', '193229.266000', '193229.268000', '193229.271000', '193229.274000', '193229.276000', '193229.279000', '193229.281000', '193229.284000', '193229.287000', '193229.289000', '193229.292000', '193229.294000', '193229.297000', '193229.299000', '193229.302000', '193229.305000', '193229.307000', '193229.310000', '193229.312000', '193229.315000', '193229.317000', '193249.208000', '193249.211000', '193249.214000', '193249.216000', '193249.219000', '193249.222000', '193249.224000', '193249.227000', '193249.229000', '193249.232000', '193249.234000', '193249.237000', '193249.240000', '193249.243000', '193249.245000', '193249.248000', '193249.251000', '193249.253000', '193249.256000', '193249.258000', '193249.261000', '193249.264000', '193249.266000', '193249.269000', '193249.271000', '193249.274000', '193249.277000', '193249.279000', '193249.282000', '193249.284000', '193249.287000', '193249.289000', '193249.292000', '193249.295000', '193249.297000', '193249.300000', '193249.302000', '193249.305000', '193249.323000', '193249.325000', '193249.328000', '193249.331000', '193249.333000', '193249.336000', '193309.208000', '193309.211000', '193309.214000', '193309.217000', '193309.219000', '193309.222000', '193309.224000', '193309.227000', '193309.230000', '193309.232000', '193309.235000', '193309.237000', '193309.240000', '193309.243000', '193309.245000', '193309.248000', '193309.250000', '193309.253000', '193309.256000', '193309.258000', '193309.261000', '193309.263000', '193309.266000', '193309.269000', '193309.271000', '193309.274000', '193309.277000', '193309.279000', '193309.282000', '193309.284000', '193309.287000', '193309.290000', '193309.292000', '193309.295000', '193309.297000', '193309.300000', '193309.303000', '193309.305000', '193309.308000', '193309.311000', '193309.313000', '193309.316000', '193309.318000', '193329.209000', '193329.211000', '193329.214000', '193329.217000', '193329.219000', '193329.222000', '193329.224000', '193329.227000', '193329.230000', '193329.232000', '193329.235000', '193329.239000', '193329.242000', '193329.245000', '193329.247000', '193329.250000', '193329.252000', '193329.255000', '193329.258000', '193329.260000', '193329.263000', '193329.265000', '193329.268000', '193329.271000', '193329.273000', '193329.276000', '193329.278000', '193329.281000', '193329.284000', '193329.286000', '193329.289000', '193329.291000', '193329.294000', '193329.296000', '193329.299000', '193329.302000', '193329.304000', '193329.307000', '193329.310000', '193329.313000', '193329.315000', '193329.318000', '193329.320000', '193329.323000', '193349.208000', '193349.211000', '193349.214000', '193349.217000', '193349.219000', '193349.222000', '193349.224000', '193349.227000', '193349.230000', '193349.232000', '193349.235000', '193349.237000', '193349.240000', '193349.243000', '193349.245000', '193349.248000', '193349.250000', '193349.253000', '193349.255000', '193349.258000', '193349.261000', '193349.263000', '193349.266000', '193349.268000', '193349.271000', '193349.274000', '193349.276000', '193349.279000', '193349.281000', '193349.284000', '193349.286000', '193349.289000', '193349.291000', '193349.294000', '193349.297000', '193349.299000', '193349.302000', '193349.304000', '193349.307000', '193349.309000', '193349.312000', '193349.315000', '193349.317000', '193409.208000', '193409.211000', '193409.214000', '193409.216000', '193409.219000', '193409.222000', '193409.224000', '193409.228000', '193409.230000', '193409.233000', '193409.236000', '193409.238000', '193409.241000', '193409.243000', '193409.246000', '193409.248000', '193409.251000', '193409.253000', '193409.256000', '193409.259000', '193409.261000', '193409.264000', '193409.266000', '193409.269000', '193409.271000', '193409.274000', '193409.277000', '193409.279000', '193409.282000', '193409.285000', '193409.288000', '193409.290000', '193409.293000', '193409.295000', '193409.298000', '193409.301000', '193409.303000', '193409.306000', '193409.308000', '193409.311000', '193409.313000', '193409.316000', '193409.319000', '193409.321000', '193429.208000', '193429.211000', '193429.214000', '193429.216000', '193429.228000', '193429.231000', '193429.233000', '193429.236000', '193429.238000', '193429.241000', '193429.243000', '193429.246000', '193429.249000', '193429.251000', '193429.254000', '193429.256000', '193429.259000', '193429.261000', '193429.264000', '193429.267000', '193429.269000', '193429.272000', '193429.274000', '193429.277000', '193429.279000', '193429.282000', '193429.284000', '193429.287000', '193429.290000', '193429.292000', '193429.295000', '193429.297000', '193429.300000', '193429.303000', '193429.305000', '193429.308000', '193429.310000', '193429.313000', '193429.316000', '193429.318000', '193429.321000', '193429.323000', '193429.326000', '193449.208000', '193449.211000', '193449.214000', '193449.217000', '193449.219000', '193449.222000', '193449.224000', '193449.227000', '193449.230000', '193449.232000', '193449.235000', '193449.237000', '193449.240000', '193449.242000', '193449.245000', '193449.248000', '193449.251000', '193449.253000', '193449.256000', '193449.258000', '193449.261000', '193449.264000', '193449.266000', '193449.269000', '193449.271000', '193449.274000', '193449.277000', '193449.279000', '193449.282000', '193449.284000', '193449.287000', '193449.289000', '193449.292000', '193449.295000', '193449.297000', '193449.300000', '193449.303000', '193449.305000', '193449.308000', '193449.310000', '193449.313000', '193449.315000', '193449.318000', '193449.321000', '193509.208000', '193509.211000', '193509.214000', '193509.217000', '193509.219000', '193509.222000', '193509.224000', '193509.227000', '193509.230000', '193509.232000', '193509.235000', '193509.237000', '193509.240000', '193509.242000', '193509.245000', '193509.248000', '193509.250000', '193509.253000', '193509.255000', '193509.258000', '193509.261000', '193509.263000', '193509.266000', '193509.268000', '193509.271000', '193509.273000', '193509.276000', '193509.279000', '193509.281000', '193509.284000', '193509.286000', '193509.289000', '193509.291000', '193509.294000', '193509.297000', '193509.299000', '193509.302000', '193509.304000', '193509.307000', '193509.310000', '193509.312000', '193509.315000', '193509.317000', '193529.208000', '193529.211000', '193529.214000', '193529.217000', '193529.219000', '193529.222000', '193529.224000', '193529.227000', '193529.230000', '193529.232000', '193529.235000', '193529.237000', '193529.240000', '193529.242000', '193529.245000', '193529.248000', '193529.251000', '193529.253000', '193529.256000', '193529.258000', '193529.261000', '193529.264000', '193529.268000', '193529.271000', '193529.273000', '193529.276000', '193529.278000', '193529.281000', '193529.283000', '193529.286000', '193529.289000', '193529.291000', '193529.294000', '193529.296000', '193529.299000', '193529.302000', '193529.304000', '193529.307000', '193529.309000', '193529.312000', '193529.314000', '193529.317000', '193529.320000', '193529.322000', '193549.209000', '193549.220000', '193549.222000', '193549.225000', '193549.228000', '193549.230000', '193549.233000', '193549.236000', '193549.238000', '193549.241000', '193549.244000', '193549.246000', '193549.249000', '193549.251000', '193549.254000', '193549.257000', '193549.259000', '193549.262000', '193549.264000', '193549.267000', '193549.269000', '193549.272000', '193549.275000', '193549.277000', '193549.280000', '193549.282000', '193549.285000', '193549.288000', '193549.290000', '193549.293000', '193549.295000', '193549.298000', '193549.301000', '193549.303000', '193549.306000', '193549.309000', '193549.311000', '193549.314000', '193549.316000', '193549.319000', '193549.321000', '193549.324000', '193549.327000', '193609.208000', '193609.211000', '193609.214000', '193609.217000', '193609.221000', '193609.223000', '193609.226000', '193609.229000', '193609.231000', '193609.234000', '193609.236000', '193609.239000', '193609.242000', '193609.244000', '193609.247000', '193609.249000', '193609.252000', '193609.255000', '193609.257000', '193609.260000', '193609.262000', '193609.265000', '193609.268000', '193609.270000', '193609.273000', '193609.275000', '193609.278000', '193609.281000', '193609.283000', '193609.286000', '193609.288000', '193609.291000', '193609.294000', '193609.296000', '193609.299000', '193609.301000', '193609.304000', '193609.306000', '193609.309000', '193609.312000', '193609.314000', '193609.317000', '193609.319000', '193629.209000', '193629.211000', '193629.214000', '193629.217000', '193629.219000', '193629.222000', '193629.224000', '193629.227000', '193629.230000', '193629.232000', '193629.235000', '193629.237000', '193629.240000', '193629.242000', '193629.245000', '193629.248000', '193629.250000', '193629.253000', '193629.255000', '193629.258000', '193629.261000', '193629.263000', '193629.266000', '193629.268000', '193629.271000', '193629.274000', '193629.276000', '193629.279000', '193629.281000', '193629.284000', '193629.287000', '193629.289000', '193629.292000', '193629.294000', '193629.297000', '193629.300000', '193629.302000', '193629.305000', '193629.307000', '193629.310000', '193629.313000', '193629.315000', '193629.318000', '193629.321000', '193649.208000', '193649.211000', '193649.214000', '193649.216000', '193649.219000', '193649.222000', '193649.224000', '193649.227000', '193649.229000', '193649.232000', '193649.234000', '193649.237000', '193649.240000', '193649.242000', '193649.246000', '193649.249000', '193649.251000', '193649.254000', '193649.257000', '193649.259000', '193649.262000', '193649.265000', '193649.267000', '193649.270000', '193649.272000', '193649.275000', '193649.277000', '193649.280000', '193649.283000', '193649.285000', '193649.288000', '193649.290000', '193649.293000', '193649.296000', '193649.298000', '193649.301000', '193649.303000', '193649.307000', '193649.310000', '193649.313000', '193649.315000', '193649.318000', '193649.321000', '193709.209000', '193709.211000', '193709.214000', '193709.217000', '193709.219000', '193709.222000', '193709.224000', '193709.227000', '193709.230000', '193709.232000', '193709.235000', '193709.237000', '193709.240000', '193709.243000', '193709.245000', '193709.248000', '193709.251000', '193709.253000', '193709.256000', '193709.258000', '193709.261000', '193709.264000', '193709.266000', '193709.269000', '193709.272000', '193709.274000', '193709.277000', '193709.279000', '193709.282000', '193709.285000', '193709.287000', '193709.290000', '193709.292000', '193709.295000', '193709.297000', '193709.300000', '193709.303000', '193709.305000', '193709.308000', '193709.310000', '193709.313000', '193709.316000', '193709.318000', '193709.321000', '193729.209000', '193729.211000', '193729.214000', '193729.217000', '193729.219000', '193729.222000', '193729.224000', '193729.227000', '193729.230000', '193729.232000', '193729.235000', '193729.238000', '193729.240000', '193729.243000', '193729.245000', '193729.248000', '193729.251000', '193729.253000', '193729.256000', '193729.258000', '193729.261000', '193729.264000', '193729.266000', '193729.269000', '193729.272000', '193729.275000', '193729.277000', '193729.280000', '193729.283000', '193729.285000', '193729.288000', '193729.290000', '193729.293000', '193729.296000', '193729.298000', '193729.301000', '193729.303000', '193729.306000', '193729.309000', '193729.311000', '193729.314000', '193729.316000', '193729.319000', '193736.174000', '193736.177000', '193736.180000', '193736.182000', '193736.185000', '193736.188000', '193736.191000', '193736.193000', '193736.196000', '193736.199000', '193736.202000', '193736.204000', '193736.207000', '193736.210000', '193736.213000', '193736.216000'], 'InstanceCreationTime': ['192809.238000', '192809.242000', '192809.245000', '192809.248000', '192809.250000', '192809.253000', '192809.255000', '192809.258000', '192809.261000', '192809.263000', '192809.271000', '192809.274000', '192809.276000', '192809.279000', '192809.281000', '192809.284000', '192809.286000', '192809.289000', '192809.292000', '192809.294000', '192809.297000', '192809.299000', '192809.302000', '192809.304000', '192809.307000', '192809.309000', '192809.312000', '192809.323000', '192809.326000', '192809.329000', '192809.331000', '192809.334000', '192809.336000', '192809.339000', '192809.347000', '192829.208000', '192829.211000', '192829.221000', '192829.224000', '192829.227000', '192829.229000', '192829.232000', '192829.234000', '192829.239000', '192829.242000', '192829.244000', '192829.247000', '192829.249000', '192829.252000', '192829.255000', '192829.257000', '192829.260000', '192829.262000', '192829.265000', '192829.268000', '192829.270000', '192829.273000', '192829.276000', '192829.278000', '192829.281000', '192829.283000', '192829.286000', '192829.289000', '192829.291000', '192829.294000', '192829.296000', '192829.299000', '192829.301000', '192829.304000', '192829.306000', '192829.309000', '192829.311000', '192829.314000', '192829.316000', '192829.319000', '192829.321000', '192829.324000', '192829.327000', '192849.208000', '192849.211000', '192849.214000', '192849.217000', '192849.219000', '192849.222000', '192849.224000', '192849.227000', '192849.230000', '192849.232000', '192849.235000', '192849.237000', '192849.240000', '192849.243000', '192849.246000', '192849.249000', '192849.251000', '192849.254000', '192849.256000', '192849.259000', '192849.261000', '192849.264000', '192849.267000', '192849.269000', '192849.272000', '192849.274000', '192849.277000', '192849.279000', '192849.282000', '192849.285000', '192849.287000', '192849.290000', '192849.293000', '192849.295000', '192849.298000', '192849.300000', '192849.303000', '192849.305000', '192849.308000', '192849.311000', '192849.313000', '192849.316000', '192849.318000', '192849.321000', '192909.209000', '192909.211000', '192909.214000', '192909.217000', '192909.219000', '192909.222000', '192909.224000', '192909.227000', '192909.230000', '192909.232000', '192909.235000', '192909.237000', '192909.240000', '192909.243000', '192909.245000', '192909.248000', '192909.250000', '192909.253000', '192909.255000', '192909.258000', '192909.261000', '192909.264000', '192909.267000', '192909.270000', '192909.273000', '192909.275000', '192909.278000', '192909.280000', '192909.283000', '192909.286000', '192909.288000', '192909.291000', '192909.293000', '192909.296000', '192909.299000', '192909.301000', '192909.304000', '192909.308000', '192909.311000', '192909.314000', '192909.316000', '192909.319000', '192909.327000', '192929.208000', '192929.211000', '192929.214000', '192929.216000', '192929.219000', '192929.222000', '192929.224000', '192929.227000', '192929.229000', '192929.232000', '192929.235000', '192929.237000', '192929.240000', '192929.242000', '192929.245000', '192929.247000', '192929.250000', '192929.253000', '192929.255000', '192929.258000', '192929.261000', '192929.263000', '192929.266000', '192929.268000', '192929.271000', '192929.273000', '192929.276000', '192929.279000', '192929.281000', '192929.284000', '192929.286000', '192929.289000', '192929.292000', '192929.294000', '192929.297000', '192929.299000', '192929.302000', '192929.305000', '192929.307000', '192929.310000', '192929.312000', '192929.315000', '192929.317000', '192929.320000', '192949.208000', '192949.211000', '192949.214000', '192949.217000', '192949.219000', '192949.222000', '192949.225000', '192949.227000', '192949.230000', '192949.232000', '192949.235000', '192949.238000', '192949.240000', '192949.243000', '192949.245000', '192949.248000', '192949.250000', '192949.253000', '192949.256000', '192949.258000', '192949.261000', '192949.263000', '192949.266000', '192949.268000', '192949.271000', '192949.274000', '192949.276000', '192949.279000', '192949.281000', '192949.284000', '192949.286000', '192949.304000', '192949.307000', '192949.309000', '192949.312000', '192949.314000', '192949.317000', '192949.320000', '192949.322000', '192949.325000', '192949.327000', '192949.330000', '192949.332000', '193009.208000', '193009.211000', '193009.214000', '193009.216000', '193009.219000', '193009.222000', '193009.224000', '193009.227000', '193009.229000', '193009.232000', '193009.234000', '193009.237000', '193009.239000', '193009.242000', '193009.245000', '193009.247000', '193009.250000', '193009.252000', '193009.255000', '193009.258000', '193009.260000', '193009.263000', '193009.265000', '193009.268000', '193009.270000', '193009.273000', '193009.275000', '193009.278000', '193009.281000', '193009.283000', '193009.286000', '193009.288000', '193009.291000', '193009.294000', '193009.296000', '193009.299000', '193009.301000', '193009.304000', '193009.307000', '193009.309000', '193009.312000', '193009.314000', '193009.317000', '193009.319000', '193029.208000', '193029.211000', '193029.214000', '193029.216000', '193029.219000', '193029.222000', '193029.224000', '193029.227000', '193029.229000', '193029.232000', '193029.235000', '193029.237000', '193029.240000', '193029.242000', '193029.245000', '193029.247000', '193029.250000', '193029.253000', '193029.255000', '193029.258000', '193029.260000', '193029.263000', '193029.266000', '193029.268000', '193029.271000', '193029.273000', '193029.276000', '193029.278000', '193029.281000', '193029.284000', '193029.286000', '193029.289000', '193029.291000', '193029.294000', '193029.296000', '193029.299000', '193029.302000', '193029.304000', '193029.307000', '193029.310000', '193029.312000', '193029.315000', '193029.317000', '193049.208000', '193049.211000', '193049.214000', '193049.216000', '193049.219000', '193049.222000', '193049.224000', '193049.227000', '193049.229000', '193049.232000', '193049.235000', '193049.237000', '193049.240000', '193049.242000', '193049.245000', '193049.247000', '193049.250000', '193049.253000', '193049.255000', '193049.258000', '193049.260000', '193049.263000', '193049.265000', '193049.268000', '193049.271000', '193049.273000', '193049.276000', '193049.278000', '193049.281000', '193049.284000', '193049.286000', '193049.289000', '193049.291000', '193049.294000', '193049.296000', '193049.299000', '193049.302000', '193049.304000', '193049.307000', '193049.310000', '193049.312000', '193049.315000', '193049.317000', '193049.320000', '193109.208000', '193109.211000', '193109.214000', '193109.217000', '193109.219000', '193109.222000', '193109.224000', '193109.227000', '193109.229000', '193109.232000', '193109.235000', '193109.237000', '193109.240000', '193109.242000', '193109.245000', '193109.248000', '193109.250000', '193109.253000', '193109.255000', '193109.258000', '193109.261000', '193109.263000', '193109.266000', '193109.268000', '193109.271000', '193109.273000', '193109.276000', '193109.279000', '193109.281000', '193109.284000', '193109.287000', '193109.289000', '193109.292000', '193109.294000', '193109.297000', '193109.299000', '193109.302000', '193109.305000', '193109.307000', '193109.310000', '193109.312000', '193109.315000', '193109.318000', '193129.208000', '193129.211000', '193129.214000', '193129.216000', '193129.219000', '193129.222000', '193129.224000', '193129.227000', '193129.229000', '193129.232000', '193129.234000', '193129.237000', '193129.240000', '193129.255000', '193129.258000', '193129.260000', '193129.263000', '193129.265000', '193129.268000', '193129.271000', '193129.273000', '193129.276000', '193129.278000', '193129.281000', '193129.283000', '193129.286000', '193129.289000', '193129.291000', '193129.294000', '193129.296000', '193129.299000', '193129.301000', '193129.304000', '193129.307000', '193129.309000', '193129.312000', '193129.314000', '193129.317000', '193129.319000', '193129.322000', '193129.325000', '193129.327000', '193129.330000', '193129.332000', '193149.208000', '193149.211000', '193149.214000', '193149.216000', '193149.219000', '193149.222000', '193149.224000', '193149.227000', '193149.229000', '193149.232000', '193149.234000', '193149.237000', '193149.240000', '193149.242000', '193149.245000', '193149.247000', '193149.250000', '193149.252000', '193149.255000', '193149.258000', '193149.260000', '193149.263000', '193149.265000', '193149.268000', '193149.270000', '193149.273000', '193149.275000', '193149.278000', '193149.281000', '193149.283000', '193149.286000', '193149.288000', '193149.291000', '193149.293000', '193149.296000', '193149.299000', '193149.301000', '193149.304000', '193149.306000', '193149.309000', '193149.311000', '193149.314000', '193149.317000', '193209.208000', '193209.211000', '193209.214000', '193209.217000', '193209.219000', '193209.222000', '193209.224000', '193209.227000', '193209.229000', '193209.232000', '193209.235000', '193209.237000', '193209.240000', '193209.242000', '193209.245000', '193209.248000', '193209.250000', '193209.253000', '193209.255000', '193209.258000', '193209.261000', '193209.263000', '193209.266000', '193209.268000', '193209.271000', '193209.274000', '193209.276000', '193209.279000', '193209.281000', '193209.284000', '193209.286000', '193209.289000', '193209.292000', '193209.294000', '193209.297000', '193209.300000', '193209.302000', '193209.305000', '193209.307000', '193209.310000', '193209.313000', '193209.315000', '193209.318000', '193209.320000', '193229.208000', '193229.211000', '193229.214000', '193229.216000', '193229.219000', '193229.222000', '193229.224000', '193229.227000', '193229.229000', '193229.232000', '193229.235000', '193229.237000', '193229.240000', '193229.242000', '193229.245000', '193229.248000', '193229.250000', '193229.253000', '193229.255000', '193229.258000', '193229.261000', '193229.263000', '193229.266000', '193229.268000', '193229.271000', '193229.274000', '193229.276000', '193229.279000', '193229.281000', '193229.284000', '193229.287000', '193229.289000', '193229.292000', '193229.294000', '193229.297000', '193229.299000', '193229.302000', '193229.305000', '193229.307000', '193229.310000', '193229.312000', '193229.315000', '193229.317000', '193249.208000', '193249.211000', '193249.214000', '193249.216000', '193249.219000', '193249.222000', '193249.224000', '193249.227000', '193249.229000', '193249.232000', '193249.234000', '193249.237000', '193249.240000', '193249.243000', '193249.245000', '193249.248000', '193249.251000', '193249.253000', '193249.256000', '193249.258000', '193249.261000', '193249.264000', '193249.266000', '193249.269000', '193249.271000', '193249.274000', '193249.277000', '193249.279000', '193249.282000', '193249.284000', '193249.287000', '193249.289000', '193249.292000', '193249.295000', '193249.297000', '193249.300000', '193249.302000', '193249.305000', '193249.323000', '193249.325000', '193249.328000', '193249.331000', '193249.333000', '193249.336000', '193309.208000', '193309.211000', '193309.214000', '193309.217000', '193309.219000', '193309.222000', '193309.224000', '193309.227000', '193309.230000', '193309.232000', '193309.235000', '193309.237000', '193309.240000', '193309.243000', '193309.245000', '193309.248000', '193309.250000', '193309.253000', '193309.256000', '193309.258000', '193309.261000', '193309.263000', '193309.266000', '193309.269000', '193309.271000', '193309.274000', '193309.277000', '193309.279000', '193309.282000', '193309.284000', '193309.287000', '193309.290000', '193309.292000', '193309.295000', '193309.297000', '193309.300000', '193309.303000', '193309.305000', '193309.308000', '193309.311000', '193309.313000', '193309.316000', '193309.318000', '193329.209000', '193329.211000', '193329.214000', '193329.217000', '193329.219000', '193329.222000', '193329.224000', '193329.227000', '193329.230000', '193329.232000', '193329.235000', '193329.239000', '193329.242000', '193329.245000', '193329.247000', '193329.250000', '193329.252000', '193329.255000', '193329.258000', '193329.260000', '193329.263000', '193329.265000', '193329.268000', '193329.271000', '193329.273000', '193329.276000', '193329.278000', '193329.281000', '193329.284000', '193329.286000', '193329.289000', '193329.291000', '193329.294000', '193329.296000', '193329.299000', '193329.302000', '193329.304000', '193329.307000', '193329.310000', '193329.313000', '193329.315000', '193329.318000', '193329.320000', '193329.323000', '193349.208000', '193349.211000', '193349.214000', '193349.217000', '193349.219000', '193349.222000', '193349.224000', '193349.227000', '193349.230000', '193349.232000', '193349.235000', '193349.237000', '193349.240000', '193349.243000', '193349.245000', '193349.248000', '193349.250000', '193349.253000', '193349.255000', '193349.258000', '193349.261000', '193349.263000', '193349.266000', '193349.268000', '193349.271000', '193349.274000', '193349.276000', '193349.279000', '193349.281000', '193349.284000', '193349.286000', '193349.289000', '193349.291000', '193349.294000', '193349.297000', '193349.299000', '193349.302000', '193349.304000', '193349.307000', '193349.309000', '193349.312000', '193349.315000', '193349.317000', '193409.208000', '193409.211000', '193409.214000', '193409.216000', '193409.219000', '193409.222000', '193409.224000', '193409.228000', '193409.230000', '193409.233000', '193409.236000', '193409.238000', '193409.241000', '193409.243000', '193409.246000', '193409.248000', '193409.251000', '193409.253000', '193409.256000', '193409.259000', '193409.261000', '193409.264000', '193409.266000', '193409.269000', '193409.271000', '193409.274000', '193409.277000', '193409.279000', '193409.282000', '193409.285000', '193409.288000', '193409.290000', '193409.293000', '193409.295000', '193409.298000', '193409.301000', '193409.303000', '193409.306000', '193409.308000', '193409.311000', '193409.313000', '193409.316000', '193409.319000', '193409.321000', '193429.208000', '193429.211000', '193429.214000', '193429.216000', '193429.228000', '193429.231000', '193429.233000', '193429.236000', '193429.238000', '193429.241000', '193429.243000', '193429.246000', '193429.249000', '193429.251000', '193429.254000', '193429.256000', '193429.259000', '193429.261000', '193429.264000', '193429.267000', '193429.269000', '193429.272000', '193429.274000', '193429.277000', '193429.279000', '193429.282000', '193429.284000', '193429.287000', '193429.290000', '193429.292000', '193429.295000', '193429.297000', '193429.300000', '193429.303000', '193429.305000', '193429.308000', '193429.310000', '193429.313000', '193429.316000', '193429.318000', '193429.321000', '193429.323000', '193429.326000', '193449.208000', '193449.211000', '193449.214000', '193449.217000', '193449.219000', '193449.222000', '193449.224000', '193449.227000', '193449.230000', '193449.232000', '193449.235000', '193449.237000', '193449.240000', '193449.242000', '193449.245000', '193449.248000', '193449.251000', '193449.253000', '193449.256000', '193449.258000', '193449.261000', '193449.264000', '193449.266000', '193449.269000', '193449.271000', '193449.274000', '193449.277000', '193449.279000', '193449.282000', '193449.284000', '193449.287000', '193449.289000', '193449.292000', '193449.295000', '193449.297000', '193449.300000', '193449.303000', '193449.305000', '193449.308000', '193449.310000', '193449.313000', '193449.315000', '193449.318000', '193449.321000', '193509.208000', '193509.211000', '193509.214000', '193509.217000', '193509.219000', '193509.222000', '193509.224000', '193509.227000', '193509.230000', '193509.232000', '193509.235000', '193509.237000', '193509.240000', '193509.242000', '193509.245000', '193509.248000', '193509.250000', '193509.253000', '193509.255000', '193509.258000', '193509.261000', '193509.263000', '193509.266000', '193509.268000', '193509.271000', '193509.273000', '193509.276000', '193509.279000', '193509.281000', '193509.284000', '193509.286000', '193509.289000', '193509.291000', '193509.294000', '193509.297000', '193509.299000', '193509.302000', '193509.304000', '193509.307000', '193509.310000', '193509.312000', '193509.315000', '193509.317000', '193529.208000', '193529.211000', '193529.214000', '193529.217000', '193529.219000', '193529.222000', '193529.224000', '193529.227000', '193529.230000', '193529.232000', '193529.235000', '193529.237000', '193529.240000', '193529.242000', '193529.245000', '193529.248000', '193529.251000', '193529.253000', '193529.256000', '193529.258000', '193529.261000', '193529.264000', '193529.268000', '193529.271000', '193529.273000', '193529.276000', '193529.278000', '193529.281000', '193529.283000', '193529.286000', '193529.289000', '193529.291000', '193529.294000', '193529.296000', '193529.299000', '193529.302000', '193529.304000', '193529.307000', '193529.309000', '193529.312000', '193529.314000', '193529.317000', '193529.320000', '193529.322000', '193549.209000', '193549.220000', '193549.222000', '193549.225000', '193549.228000', '193549.230000', '193549.233000', '193549.236000', '193549.238000', '193549.241000', '193549.244000', '193549.246000', '193549.249000', '193549.251000', '193549.254000', '193549.257000', '193549.259000', '193549.262000', '193549.264000', '193549.267000', '193549.269000', '193549.272000', '193549.275000', '193549.277000', '193549.280000', '193549.282000', '193549.285000', '193549.288000', '193549.290000', '193549.293000', '193549.295000', '193549.298000', '193549.301000', '193549.303000', '193549.306000', '193549.309000', '193549.311000', '193549.314000', '193549.316000', '193549.319000', '193549.321000', '193549.324000', '193549.327000', '193609.208000', '193609.211000', '193609.214000', '193609.217000', '193609.221000', '193609.223000', '193609.226000', '193609.229000', '193609.231000', '193609.234000', '193609.236000', '193609.239000', '193609.242000', '193609.244000', '193609.247000', '193609.249000', '193609.252000', '193609.255000', '193609.257000', '193609.260000', '193609.262000', '193609.265000', '193609.268000', '193609.270000', '193609.273000', '193609.275000', '193609.278000', '193609.281000', '193609.283000', '193609.286000', '193609.288000', '193609.291000', '193609.294000', '193609.296000', '193609.299000', '193609.301000', '193609.304000', '193609.306000', '193609.309000', '193609.312000', '193609.314000', '193609.317000', '193609.319000', '193629.209000', '193629.211000', '193629.214000', '193629.217000', '193629.219000', '193629.222000', '193629.224000', '193629.227000', '193629.230000', '193629.232000', '193629.235000', '193629.237000', '193629.240000', '193629.242000', '193629.245000', '193629.248000', '193629.250000', '193629.253000', '193629.255000', '193629.258000', '193629.261000', '193629.263000', '193629.266000', '193629.268000', '193629.271000', '193629.274000', '193629.276000', '193629.279000', '193629.281000', '193629.284000', '193629.287000', '193629.289000', '193629.292000', '193629.294000', '193629.297000', '193629.300000', '193629.302000', '193629.305000', '193629.307000', '193629.310000', '193629.313000', '193629.315000', '193629.318000', '193629.321000', '193649.208000', '193649.211000', '193649.214000', '193649.216000', '193649.219000', '193649.222000', '193649.224000', '193649.227000', '193649.229000', '193649.232000', '193649.234000', '193649.237000', '193649.240000', '193649.242000', '193649.246000', '193649.249000', '193649.251000', '193649.254000', '193649.257000', '193649.259000', '193649.262000', '193649.265000', '193649.267000', '193649.270000', '193649.272000', '193649.275000', '193649.277000', '193649.280000', '193649.283000', '193649.285000', '193649.288000', '193649.290000', '193649.293000', '193649.296000', '193649.298000', '193649.301000', '193649.303000', '193649.307000', '193649.310000', '193649.313000', '193649.315000', '193649.318000', '193649.321000', '193709.209000', '193709.211000', '193709.214000', '193709.217000', '193709.219000', '193709.222000', '193709.224000', '193709.227000', '193709.230000', '193709.232000', '193709.235000', '193709.237000', '193709.240000', '193709.243000', '193709.245000', '193709.248000', '193709.251000', '193709.253000', '193709.256000', '193709.258000', '193709.261000', '193709.264000', '193709.266000', '193709.269000', '193709.272000', '193709.274000', '193709.277000', '193709.279000', '193709.282000', '193709.285000', '193709.287000', '193709.290000', '193709.292000', '193709.295000', '193709.297000', '193709.300000', '193709.303000', '193709.305000', '193709.308000', '193709.310000', '193709.313000', '193709.316000', '193709.318000', '193709.321000', '193729.209000', '193729.211000', '193729.214000', '193729.217000', '193729.219000', '193729.222000', '193729.224000', '193729.227000', '193729.230000', '193729.232000', '193729.235000', '193729.238000', '193729.240000', '193729.243000', '193729.245000', '193729.248000', '193729.251000', '193729.253000', '193729.256000', '193729.258000', '193729.261000', '193729.264000', '193729.266000', '193729.269000', '193729.272000', '193729.275000', '193729.277000', '193729.280000', '193729.283000', '193729.285000', '193729.288000', '193729.290000', '193729.293000', '193729.296000', '193729.298000', '193729.301000', '193729.303000', '193729.306000', '193729.309000', '193729.311000', '193729.314000', '193729.316000', '193729.319000', '193736.174000', '193736.177000', '193736.180000', '193736.182000', '193736.185000', '193736.188000', '193736.191000', '193736.193000', '193736.196000', '193736.199000', '193736.202000', '193736.204000', '193736.207000', '193736.210000', '193736.213000', '193736.216000'], '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': [10027, 9980, 12972, 9843, 11444, 9921, 9938, 9690, 9930, 10493, 9806, 10265, 9244, 9890, 10313, 9956, 10090, 11395, 9948, 11264, 10118, 10059, 12887, 9887, 9600, 10051, 10019, 12621, 10065, 9825, 9385, 10066, 12372, 10023, 10094, 10302, 10055, 11315, 10229, 10150, 9998, 9873, 10705, 10059, 10254, 10856, 10013, 11889, 9993, 10057, 12951, 10250, 11293, 10167, 10094, 14147, 10414, 11109, 9533, 10189, 13423, 10236, 10504, 10331, 10327, 12919, 10119, 9872, 9928, 10262, 12082, 10441, 10066, 10104, 10274, 11402, 9999, 10089, 11074, 10178, 10779, 10228, 10528, 13350, 10109, 10206, 9798, 10351, 12319, 10271, 10108, 9978, 10315, 10513, 9987, 10174, 9471, 10002, 9927, 10408, 10324, 13806, 10196, 9947, 10212, 10332, 12832, 10208, 10071, 11932, 10324, 10772, 10301, 10098, 12686, 10284, 10162, 10038, 10099, 11036, 10543, 10195, 14002, 10161, 9779, 10063, 9930, 12322, 10132, 10054, 9898, 10310, 11468, 10198, 10220, 13529, 10166, 10584, 10019, 10199, 13134, 10071, 9769, 10130, 10093, 11764, 9600, 10035, 14118, 10257, 11647, 9785, 10064, 12950, 10296, 10402, 11279, 10044, 11280, 9618, 10023, 13278, 9832, 9926, 12319, 9994, 9853, 9356, 9871, 11044, 10128, 9944, 11569, 10047, 10026, 10384, 9877, 10948, 9765, 9949, 10654, 10032, 10876, 9884, 9787, 12419, 9910, 11178, 9584, 9753, 13542, 9933, 9974, 11412, 9780, 11475, 9708, 9790, 11960, 10017, 11560, 9932, 9713, 9953, 9983, 11308, 9919, 10064, 12226, 10016, 9889, 13645, 10090, 9923, 9724, 9948, 13155, 10092, 9955, 9406, 9734, 9827, 10218, 10068, 13473, 9871, 9691, 9230, 10013, 12234, 9882, 9909, 12491, 9957, 9785, 9826, 9773, 11545, 10074, 9957, 11094, 9982, 9890, 10159, 9858, 12408, 10030, 9878, 10127, 9924, 11686, 10188, 9914, 9915, 9979, 12499, 9940, 9852, 12032, 10046, 11464, 9900, 10064, 13464, 10098, 9852, 9407, 10168, 10593, 10099, 9803, 12216, 10136, 9981, 9725, 9977, 10344, 10381, 10091, 12202, 10017, 10077, 9802, 10216, 10147, 9631, 10023, 13852, 9976, 9830, 9871, 10188, 12021, 9572, 9920, 12632, 9988, 9843, 10000, 10010, 11731, 10272, 9930, 13872, 9958, 10351, 9806, 10101, 13355, 10106, 9866, 10667, 10048, 11885, 10244, 9967, 13173, 9863, 9924, 11828, 10088, 10724, 10269, 10013, 13565, 10240, 9815, 10206, 9875, 12207, 10293, 9911, 9878, 9864, 9791, 10239, 10267, 12660, 10224, 9789, 9942, 10023, 10619, 10549, 9901, 12566, 9906, 9774, 9735, 10108, 12090, 10334, 9897, 10124, 10081, 10711, 9869, 9988, 12598, 9983, 11347, 10217, 10091, 12988, 9975, 10059, 14478, 10465, 11726, 9775, 10322, 12969, 10128, 9862, 9887, 10105, 9974, 10682, 10010, 11317, 9933, 9930, 10902, 9983, 9765, 10013, 9953, 11598, 10138, 9913, 9304, 9848, 9988, 10254, 10049, 12196, 10185, 10017, 11892, 10210, 12185, 9606, 10075, 12866, 10139, 9800, 12046, 9932, 10823, 9844, 10060, 12527, 10138, 9990, 10356, 10013, 9850, 10294, 10452, 12703, 10211, 9890, 9510, 10272, 11014, 10027, 9975, 12944, 10213, 10072, 11184, 10043, 11335, 10045, 10171, 13262, 10345, 9905, 9945, 10145, 12090, 9908, 10059, 9578, 10140, 10469, 10425, 10145, 12981, 10271, 9958, 11608, 10139, 10635, 10232, 9959, 12344, 10051, 9953, 13563, 10383, 9947, 10344, 9971, 10133, 9814, 10036, 12128, 10213, 9868, 9539, 9968, 10632, 10081, 9791, 9803, 10215, 10533, 9955, 10043, 12956, 10158, 11117, 10338, 9888, 13275, 10254, 10994, 9978, 9943, 12684, 10080, 9952, 14193, 10624, 11342, 9820, 10081, 12455, 10111, 9953, 12017, 10069, 10147, 10472, 10238, 12714, 10193, 9997, 10034, 10063, 10846, 10438, 10199, 12519, 10056, 10012, 10177, 10038, 12943, 10004, 10027, 9370, 9955, 11383, 10225, 10191, 9709, 10047, 9922, 9756, 10153, 13692, 10243, 9812, 10251, 10260, 12742, 10409, 10004, 9827, 10124, 11046, 10427, 9956, 13194, 10069, 9808, 10168, 10217, 12451, 10121, 9823, 9478, 10106, 12103, 9770, 10092, 12265, 10098, 10232, 10183, 10079, 12533, 10129, 10012, 10572, 10236, 12635, 10091, 10055, 11686, 10068, 12169, 10312, 10182, 13511, 10078, 10072, 10085, 10093, 13207, 10083, 9712, 10056, 10052, 13467, 10174, 10603, 10343, 9920, 9756, 10184, 12092, 10282, 9981, 10263, 10078, 11613, 10006, 11222, 9878, 9978, 10048, 10170, 12708, 9948, 10831, 10063, 10053, 9564, 9683, 11602, 9996, 10284, 9793, 10146, 9970, 11135, 9742, 14222, 9595, 13211, 13348, 10475, 14130, 9963, 9731, 11103, 10075, 11970, 10190, 10004, 10123, 9899, 10174, 10084, 10013, 9833, 9891, 9846, 9870, 9846, 10133, 9837, 9926, 9924, 9479, 9903, 9893, 13261, 9628, 10302, 9625, 9783, 13025, 10224, 10590, 9832, 9874, 12373, 9856, 9954, 9768, 9901, 10672, 9640, 9888, 11598, 14695, 14697, 9610, 9986, 9749, 10079, 9764, 9636, 10129, 10135, 9788, 9481, 9911, 9637, 11001, 9135, 11751, 9556, 12251, 9781, 11041, 9922, 13895, 10614, 12398, 13070, 9708, 11644, 9515, 9819, 9832, 9832, 8861, 9710, 9594, 9974, 9857, 9381, 9768, 9497, 10185, 9806, 11643, 9791, 9798, 10131, 10025, 12466, 9909, 9640, 10176, 9875, 12740, 9980, 9659, 9620, 9948, 12742, 9753, 9820, 13623, 9888, 10743, 10053, 10092, 11121, 10263, 9856, 11816, 10119, 9850, 9711, 9828, 12277, 10337, 9712, 9801, 10171, 11510, 10482, 9826, 13568, 10289, 10688, 10388, 10015, 12422, 10099, 9916, 11448, 10335, 10539, 10286, 10205, 13447, 10255, 9931, 9814, 10363, 13343, 10526, 9918, 13661, 10479, 10243, 9939, 10343, 10776, 10178, 10010, 10058, 10508, 9855, 10495, 10277, 11898, 10219, 10685, 9973, 10263, 12966, 10245, 9911, 9653, 10137, 13129, 10194, 9965, 9778, 10156, 10688, 10186, 9946, 13484, 10193, 10980, 10060, 9916, 11960, 9898, 9795, 13827, 10067, 11113, 10052, 9711, 13181, 10074, 11484, 10030, 9687, 9576, 9515, 12256, 9683, 9625, 9726, 10780, 9758, 13595, 10450, 13720, 13812, 10451, 13687, 9500, 9623, 13030, 9503, 10171, 9847, 9603, 9322, 9522, 9540, 9735, 9697, 12560, 9641, 9536, 9839, 9547, 12677, 9696, 10362, 9969, 9718, 11520, 9717, 9693, 13214, 9692, 10575, 9578, 9620, 12190, 9618, 10766, 9774, 9679, 13117, 9816, 9406, 9819, 9779, 12971, 9632, 11459, 9551, 9749, 9785, 10270, 9854, 9587, 9685, 11610, 13876, 10280, 12587, 9556, 9697, 13567, 9655, 10639, 11149, 9696, 12756, 9842, 9632, 12946, 9723, 10083, 9842, 9697, 9324, 9553, 9497, 9915, 9617, 10847, 9691, 9584, 11124, 9611, 9903, 9802, 9488, 12226, 9923, 9818, 9737, 9716, 11984, 9834, 9618, 13729, 9821, 10368, 9618, 9649, 9997, 10097, 9696, 12985, 9778, 9589, 9536, 9614, 12363, 9919, 9718, 10813, 9662, 9732, 9894, 9630, 12774, 9859, 9519, 9319, 9729, 12385, 9855, 9797, 12532, 9827, 9679, 9596, 9793, 13027, 9789, 9718, 12045, 9800, 10781, 10025, 9658, 12015, 9894, 9444, 10175, 9769, 10626, 9562, 9613, 12137, 9928, 9740, 9737, 9917, 11557, 9633, 9443, 13102, 10027, 9628, 9962, 9708, 10592, 9599, 9461, 12632, 9989, 9676, 9846, 9788, 13253, 9855, 9750, 9351, 9516, 11369, 10018, 9766, 13580, 9834, 9558, 12299, 9775, 11139, 9625, 9532, 12898, 9846, 9535, 11590, 9627, 12369, 9886, 9524, 9661, 9651, 10654, 10155, 9666, 12048, 9741, 9620, 13232, 9906, 10039, 9775, 9724, 10887, 10073, 9592, 9508, 9850, 9566, 9755, 9931, 12407, 9816, 9527, 9625, 10005, 12564, 10080, 9650, 11202, 9905, 10524, 9685, 9859, 13162, 10012, 9561, 11775, 9978, 11179, 10180, 9563, 12348, 9972, 9774, 9965, 9819, 11537, 9990, 9684, 9595, 9983, 12087, 10078, 9737, 13387, 10067, 11238, 9741, 9865, 11898, 9710, 9651, 11477, 9878, 10237, 10191, 9818, 10570, 9956, 9586, 10433, 9896, 12392, 9820, 9652, 11083, 10135, 11566, 9897, 9698, 9495, 9971, 13005, 9834, 10013, 13302, 9942, 10531, 10049, 9734, 12416, 9806, 9693, 10012, 9881, 12471, 9708, 9882, 9725, 10093, 12204, 10038, 9675, 9894, 9784, 11636, 9887, 9721, 9723, 9993, 11145, 9885, 9810, 9692, 9902, 10101, 10229, 9621, 13595, 10011, 9763, 9436, 9860, 11968, 10070, 9732, 9588, 10003, 11889, 10222, 9685, 9588, 9816, 11766, 10176, 9847, 9657, 10040, 11720, 9796, 9799, 13366, 10371, 11663, 9673, 9913, 12228, 9779, 9727, 11438, 9772, 9702, 10321, 9944, 12121, 10013, 9634, 13345, 10195, 9994, 9725, 9700, 11427, 10105, 9908, 13765, 9981, 10691, 9890, 9414, 11072, 9949, 9680, 10089, 9582, 9628, 10007, 11534, 9920, 9578, 10206, 9763, 9767, 9965, 9936, 13428, 9750, 10209, 9628, 9692, 12592, 10132, 9529, 9517, 9727, 9575, 9639, 10576, 10807, 9605, 12880, 9795, 9799, 12560, 9715, 12436, 9687, 9748, 9650, 9614, 13065, 9974, 10149, 9715, 9618, 10977, 9515, 9465, 9606, 9606, 11969, 9738, 9619, 10198, 9701, 9611, 9723, 10104, 10162, 9705, 14396, 9667, 11030, 9717, 9490, 9645, 9593, 9474, 9678, 10812, 9801, 11449, 9672, 10808, 9458, 9218, 9374, 12054], 'WindowCenter': [3912.0, 3897.0, 3914.0, 3881.0, 3891.0, 3869.0, 3868.0, 3867.0, 3867.0, 3876.0, 3865.0, 3877.0, 3867.0, 3878.0, 3875.0, 3878.0, 3877.0, 3887.0, 3867.0, 3876.0, 3877.0, 3867.0, 3895.0, 3867.0, 3866.0, 3877.0, 3877.0, 3897.0, 3866.0, 3866.0, 3867.0, 3878.0, 3897.0, 3867.0, 3877.0, 3877.0, 3878.0, 3876.0, 3877.0, 3876.0, 3864.0, 3877.0, 3875.0, 3878.0, 3878.0, 3876.0, 3867.0, 3887.0, 3878.0, 3879.0, 3897.0, 3877.0, 3888.0, 3877.0, 3878.0, 3907.0, 3878.0, 3876.0, 3867.0, 3878.0, 3897.0, 3875.0, 3876.0, 3876.0, 3876.0, 3897.0, 3876.0, 3866.0, 3865.0, 3877.0, 3897.0, 3876.0, 3866.0, 3874.0, 3877.0, 3887.0, 3877.0, 3878.0, 3877.0, 3877.0, 3876.0, 3877.0, 3877.0, 3898.0, 3877.0, 3876.0, 3864.0, 3876.0, 3887.0, 3866.0, 3876.0, 3865.0, 3875.0, 3876.0, 3866.0, 3877.0, 3866.0, 3878.0, 3877.0, 3876.0, 3878.0, 3908.0, 3877.0, 3866.0, 3877.0, 3879.0, 3899.0, 3878.0, 3878.0, 3887.0, 3877.0, 3878.0, 3876.0, 3876.0, 3898.0, 3877.0, 3876.0, 3866.0, 3878.0, 3875.0, 3876.0, 3877.0, 3908.0, 3879.0, 3878.0, 3890.0, 3880.0, 3900.0, 3880.0, 3881.0, 3878.0, 3890.0, 3889.0, 3878.0, 3880.0, 3911.0, 3879.0, 3890.0, 3878.0, 3879.0, 3910.0, 3879.0, 3878.0, 3878.0, 3891.0, 3900.0, 3868.0, 3879.0, 3911.0, 3879.0, 3888.0, 3879.0, 3878.0, 3897.0, 3878.0, 3878.0, 3888.0, 3866.0, 3888.0, 3865.0, 3865.0, 3898.0, 3863.0, 3866.0, 3885.0, 3865.0, 3865.0, 3854.0, 3866.0, 3876.0, 3877.0, 3877.0, 3886.0, 3865.0, 3866.0, 3865.0, 3865.0, 3875.0, 3866.0, 3865.0, 3875.0, 3866.0, 3877.0, 3878.0, 3877.0, 3897.0, 3866.0, 3888.0, 3868.0, 3867.0, 3897.0, 3867.0, 3867.0, 3887.0, 3867.0, 3886.0, 3868.0, 3878.0, 3887.0, 3877.0, 3888.0, 3877.0, 3867.0, 3867.0, 3878.0, 3888.0, 3865.0, 3867.0, 3885.0, 3866.0, 3867.0, 3897.0, 3876.0, 3866.0, 3865.0, 3866.0, 3897.0, 3866.0, 3866.0, 3854.0, 3865.0, 3864.0, 3864.0, 3864.0, 3896.0, 3865.0, 3865.0, 3854.0, 3865.0, 3885.0, 3863.0, 3864.0, 3884.0, 3864.0, 3864.0, 3864.0, 3864.0, 3873.0, 3863.0, 3863.0, 3874.0, 3864.0, 3864.0, 3865.0, 3864.0, 3884.0, 3865.0, 3865.0, 3865.0, 3866.0, 3885.0, 3876.0, 3866.0, 3866.0, 3878.0, 3887.0, 3866.0, 3865.0, 3887.0, 3866.0, 3887.0, 3865.0, 3865.0, 3897.0, 3876.0, 3864.0, 3854.0, 3876.0, 3875.0, 3865.0, 3865.0, 3886.0, 3875.0, 3866.0, 3867.0, 3866.0, 3865.0, 3877.0, 3877.0, 3886.0, 3864.0, 3867.0, 3866.0, 3876.0, 3864.0, 3866.0, 3866.0, 3897.0, 3865.0, 3865.0, 3866.0, 3878.0, 3885.0, 3866.0, 3867.0, 3887.0, 3867.0, 3867.0, 3867.0, 3876.0, 3887.0, 3877.0, 3867.0, 3908.0, 3867.0, 3877.0, 3867.0, 3877.0, 3897.0, 3878.0, 3866.0, 3875.0, 3866.0, 3887.0, 3866.0, 3865.0, 3886.0, 3866.0, 3866.0, 3886.0, 3865.0, 3874.0, 3866.0, 3867.0, 3897.0, 3877.0, 3866.0, 3864.0, 3877.0, 3887.0, 3864.0, 3865.0, 3865.0, 3866.0, 3865.0, 3864.0, 3877.0, 3896.0, 3865.0, 3864.0, 3865.0, 3865.0, 3876.0, 3877.0, 3867.0, 3886.0, 3865.0, 3864.0, 3864.0, 3867.0, 3886.0, 3865.0, 3866.0, 3875.0, 3876.0, 3877.0, 3867.0, 3878.0, 3897.0, 3878.0, 3888.0, 3877.0, 3867.0, 3897.0, 3867.0, 3867.0, 3897.0, 3865.0, 3875.0, 3864.0, 3864.0, 3885.0, 3863.0, 3864.0, 3851.0, 3863.0, 3863.0, 3865.0, 3865.0, 3874.0, 3864.0, 3865.0, 3872.0, 3863.0, 3864.0, 3864.0, 3866.0, 3875.0, 3877.0, 3865.0, 3855.0, 3867.0, 3866.0, 3877.0, 3867.0, 3887.0, 3877.0, 3868.0, 3886.0, 3876.0, 3888.0, 3867.0, 3867.0, 3887.0, 3876.0, 3866.0, 3886.0, 3867.0, 3877.0, 3864.0, 3866.0, 3898.0, 3877.0, 3866.0, 3876.0, 3877.0, 3866.0, 3876.0, 3877.0, 3898.0, 3878.0, 3866.0, 3866.0, 3878.0, 3877.0, 3878.0, 3878.0, 3898.0, 3877.0, 3877.0, 3888.0, 3868.0, 3887.0, 3867.0, 3876.0, 3897.0, 3878.0, 3866.0, 3866.0, 3877.0, 3888.0, 3866.0, 3867.0, 3865.0, 3878.0, 3877.0, 3876.0, 3877.0, 3897.0, 3877.0, 3864.0, 3875.0, 3876.0, 3877.0, 3866.0, 3864.0, 3885.0, 3865.0, 3866.0, 3896.0, 3866.0, 3865.0, 3865.0, 3868.0, 3864.0, 3865.0, 3866.0, 3886.0, 3877.0, 3865.0, 3867.0, 3878.0, 3877.0, 3878.0, 3878.0, 3878.0, 3877.0, 3876.0, 3879.0, 3879.0, 3899.0, 3877.0, 3888.0, 3879.0, 3879.0, 3900.0, 3878.0, 3879.0, 3867.0, 3868.0, 3898.0, 3877.0, 3878.0, 3898.0, 3876.0, 3876.0, 3866.0, 3877.0, 3887.0, 3866.0, 3867.0, 3886.0, 3865.0, 3865.0, 3874.0, 3865.0, 3885.0, 3865.0, 3865.0, 3863.0, 3866.0, 3876.0, 3877.0, 3877.0, 3887.0, 3867.0, 3866.0, 3866.0, 3866.0, 3896.0, 3866.0, 3866.0, 3855.0, 3866.0, 3876.0, 3866.0, 3865.0, 3866.0, 3866.0, 3865.0, 3866.0, 3876.0, 3909.0, 3878.0, 3867.0, 3877.0, 3878.0, 3898.0, 3878.0, 3866.0, 3865.0, 3878.0, 3889.0, 3878.0, 3879.0, 3897.0, 3878.0, 3878.0, 3878.0, 3878.0, 3898.0, 3878.0, 3866.0, 3867.0, 3878.0, 3898.0, 3876.0, 3878.0, 3886.0, 3879.0, 3878.0, 3876.0, 3878.0, 3898.0, 3877.0, 3878.0, 3878.0, 3878.0, 3900.0, 3878.0, 3867.0, 3887.0, 3866.0, 3887.0, 3866.0, 3867.0, 3897.0, 3865.0, 3865.0, 3864.0, 3865.0, 3897.0, 3877.0, 3866.0, 3877.0, 3867.0, 3896.0, 3877.0, 3877.0, 3876.0, 3867.0, 3866.0, 3877.0, 3887.0, 3878.0, 3868.0, 3878.0, 3878.0, 3887.0, 3878.0, 3888.0, 3879.0, 3876.0, 3878.0, 3878.0, 3897.0, 3867.0, 3878.0, 3867.0, 3867.0, 3867.0, 3869.0, 3888.0, 3879.0, 3878.0, 3878.0, 3890.0, 3892.0, 3903.0, 3883.0, 3923.0, 3880.0, 3913.0, 3900.0, 3877.0, 3898.0, 3866.0, 3866.0, 3874.0, 3865.0, 3874.0, 3865.0, 3864.0, 3864.0, 3865.0, 3861.0, 3864.0, 3865.0, 3865.0, 3866.0, 3864.0, 3866.0, 3866.0, 3866.0, 3867.0, 3865.0, 3867.0, 3866.0, 3867.0, 3868.0, 3899.0, 3867.0, 3878.0, 3868.0, 3878.0, 3896.0, 3868.0, 3876.0, 3866.0, 3867.0, 3887.0, 3867.0, 3865.0, 3866.0, 3867.0, 3875.0, 3866.0, 3867.0, 3888.0, 3915.0, 3923.0, 3869.0, 3865.0, 3865.0, 3866.0, 3867.0, 3868.0, 3879.0, 3880.0, 3880.0, 3869.0, 3881.0, 3869.0, 3879.0, 3870.0, 3890.0, 3881.0, 3903.0, 3880.0, 3891.0, 3881.0, 3902.0, 3868.0, 3888.0, 3887.0, 3855.0, 3863.0, 3852.0, 3853.0, 3853.0, 3853.0, 3841.0, 3852.0, 3853.0, 3864.0, 3864.0, 3853.0, 3865.0, 3853.0, 3866.0, 3866.0, 3875.0, 3867.0, 3866.0, 3866.0, 3867.0, 3887.0, 3867.0, 3865.0, 3866.0, 3868.0, 3897.0, 3868.0, 3867.0, 3866.0, 3867.0, 3898.0, 3867.0, 3867.0, 3898.0, 3866.0, 3877.0, 3867.0, 3876.0, 3875.0, 3867.0, 3867.0, 3887.0, 3878.0, 3867.0, 3868.0, 3878.0, 3899.0, 3879.0, 3867.0, 3878.0, 3878.0, 3889.0, 3889.0, 3879.0, 3910.0, 3880.0, 3890.0, 3880.0, 3881.0, 3899.0, 3880.0, 3881.0, 3889.0, 3880.0, 3879.0, 3879.0, 3879.0, 3911.0, 3880.0, 3880.0, 3879.0, 3880.0, 3911.0, 3891.0, 3880.0, 3910.0, 3889.0, 3880.0, 3878.0, 3879.0, 3889.0, 3879.0, 3880.0, 3880.0, 3892.0, 3881.0, 3892.0, 3892.0, 3902.0, 3892.0, 3892.0, 3879.0, 3891.0, 3912.0, 3892.0, 3881.0, 3880.0, 3892.0, 3914.0, 3892.0, 3882.0, 3880.0, 3893.0, 3892.0, 3880.0, 3881.0, 3913.0, 3892.0, 3892.0, 3892.0, 3891.0, 3901.0, 3879.0, 3880.0, 3911.0, 3879.0, 3890.0, 3881.0, 3879.0, 3900.0, 3879.0, 3891.0, 3879.0, 3869.0, 3868.0, 3867.0, 3899.0, 3879.0, 3880.0, 3880.0, 3903.0, 3883.0, 3925.0, 3893.0, 3914.0, 3900.0, 3877.0, 3898.0, 3855.0, 3854.0, 3885.0, 3854.0, 3863.0, 3865.0, 3854.0, 3853.0, 3866.0, 3853.0, 3852.0, 3854.0, 3885.0, 3865.0, 3864.0, 3878.0, 3867.0, 3896.0, 3865.0, 3864.0, 3865.0, 3865.0, 3885.0, 3865.0, 3865.0, 3897.0, 3866.0, 3864.0, 3866.0, 3865.0, 3885.0, 3865.0, 3876.0, 3866.0, 3866.0, 3897.0, 3866.0, 3854.0, 3865.0, 3865.0, 3897.0, 3869.0, 3889.0, 3866.0, 3854.0, 3866.0, 3878.0, 3879.0, 3881.0, 3881.0, 3903.0, 3901.0, 3869.0, 3889.0, 3856.0, 3855.0, 3885.0, 3852.0, 3864.0, 3863.0, 3853.0, 3873.0, 3852.0, 3852.0, 3871.0, 3852.0, 3852.0, 3853.0, 3853.0, 3840.0, 3853.0, 3853.0, 3853.0, 3854.0, 3863.0, 3852.0, 3854.0, 3873.0, 3854.0, 3862.0, 3865.0, 3865.0, 3874.0, 3863.0, 3865.0, 3854.0, 3865.0, 3875.0, 3865.0, 3864.0, 3895.0, 3863.0, 3864.0, 3853.0, 3855.0, 3862.0, 3863.0, 3865.0, 3884.0, 3865.0, 3853.0, 3853.0, 3852.0, 3884.0, 3863.0, 3853.0, 3863.0, 3854.0, 3852.0, 3864.0, 3866.0, 3885.0, 3866.0, 3866.0, 3854.0, 3865.0, 3886.0, 3866.0, 3865.0, 3886.0, 3866.0, 3864.0, 3863.0, 3866.0, 3897.0, 3866.0, 3866.0, 3883.0, 3863.0, 3875.0, 3864.0, 3865.0, 3884.0, 3867.0, 3864.0, 3864.0, 3866.0, 3876.0, 3866.0, 3865.0, 3885.0, 3865.0, 3866.0, 3866.0, 3866.0, 3876.0, 3865.0, 3865.0, 3894.0, 3865.0, 3865.0, 3864.0, 3866.0, 3875.0, 3866.0, 3867.0, 3896.0, 3866.0, 3866.0, 3866.0, 3866.0, 3898.0, 3866.0, 3866.0, 3855.0, 3865.0, 3875.0, 3865.0, 3866.0, 3897.0, 3865.0, 3866.0, 3886.0, 3867.0, 3876.0, 3866.0, 3866.0, 3897.0, 3865.0, 3865.0, 3874.0, 3865.0, 3885.0, 3867.0, 3865.0, 3865.0, 3866.0, 3876.0, 3865.0, 3866.0, 3886.0, 3865.0, 3867.0, 3897.0, 3867.0, 3865.0, 3865.0, 3867.0, 3876.0, 3866.0, 3865.0, 3865.0, 3878.0, 3866.0, 3866.0, 3878.0, 3899.0, 3878.0, 3866.0, 3866.0, 3877.0, 3898.0, 3878.0, 3867.0, 3877.0, 3878.0, 3878.0, 3865.0, 3867.0, 3896.0, 3866.0, 3867.0, 3886.0, 3865.0, 3875.0, 3878.0, 3867.0, 3887.0, 3866.0, 3878.0, 3867.0, 3878.0, 3887.0, 3878.0, 3866.0, 3866.0, 3865.0, 3887.0, 3866.0, 3867.0, 3897.0, 3866.0, 3876.0, 3854.0, 3866.0, 3885.0, 3865.0, 3864.0, 3874.0, 3864.0, 3866.0, 3864.0, 3865.0, 3874.0, 3866.0, 3866.0, 3865.0, 3864.0, 3885.0, 3864.0, 3865.0, 3875.0, 3865.0, 3887.0, 3866.0, 3866.0, 3865.0, 3866.0, 3897.0, 3864.0, 3865.0, 3896.0, 3865.0, 3874.0, 3865.0, 3865.0, 3884.0, 3865.0, 3865.0, 3865.0, 3865.0, 3885.0, 3865.0, 3866.0, 3865.0, 3865.0, 3885.0, 3865.0, 3864.0, 3865.0, 3866.0, 3875.0, 3866.0, 3866.0, 3864.0, 3866.0, 3875.0, 3865.0, 3864.0, 3863.0, 3865.0, 3865.0, 3876.0, 3867.0, 3897.0, 3865.0, 3865.0, 3854.0, 3867.0, 3886.0, 3866.0, 3865.0, 3865.0, 3877.0, 3887.0, 3876.0, 3867.0, 3867.0, 3878.0, 3899.0, 3879.0, 3878.0, 3867.0, 3878.0, 3889.0, 3878.0, 3878.0, 3898.0, 3877.0, 3889.0, 3865.0, 3878.0, 3888.0, 3866.0, 3867.0, 3886.0, 3867.0, 3867.0, 3875.0, 3866.0, 3887.0, 3877.0, 3868.0, 3898.0, 3877.0, 3867.0, 3866.0, 3865.0, 3885.0, 3876.0, 3867.0, 3897.0, 3865.0, 3876.0, 3866.0, 3867.0, 3876.0, 3877.0, 3867.0, 3878.0, 3868.0, 3881.0, 3881.0, 3900.0, 3880.0, 3879.0, 3878.0, 3881.0, 3880.0, 3877.0, 3880.0, 3911.0, 3880.0, 3880.0, 3879.0, 3881.0, 3899.0, 3879.0, 3868.0, 3868.0, 3879.0, 3878.0, 3879.0, 3890.0, 3891.0, 3868.0, 3898.0, 3878.0, 3879.0, 3899.0, 3867.0, 3899.0, 3869.0, 3867.0, 3879.0, 3867.0, 3899.0, 3867.0, 3878.0, 3867.0, 3879.0, 3877.0, 3868.0, 3868.0, 3867.0, 3868.0, 3888.0, 3867.0, 3867.0, 3877.0, 3868.0, 3867.0, 3869.0, 3878.0, 3877.0, 3868.0, 3910.0, 3867.0, 3878.0, 3868.0, 3867.0, 3866.0, 3868.0, 3867.0, 3880.0, 3889.0, 3879.0, 3890.0, 3868.0, 3889.0, 3881.0, 3870.0, 3882.0, 3903.0], 'WindowWidth': [8769.0, 8738.0, 8756.0, 8704.0, 8716.0, 8681.0, 8678.0, 8675.0, 8675.0, 8687.0, 8671.0, 8689.0, 8675.0, 8692.0, 8685.0, 8691.0, 8689.0, 8703.0, 8674.0, 8687.0, 8688.0, 8676.0, 8714.0, 8675.0, 8672.0, 8689.0, 8689.0, 8717.0, 8674.0, 8673.0, 8675.0, 8691.0, 8717.0, 8675.0, 8689.0, 8687.0, 8692.0, 8688.0, 8687.0, 8686.0, 8669.0, 8689.0, 8686.0, 8692.0, 8691.0, 8688.0, 8676.0, 8703.0, 8691.0, 8694.0, 8718.0, 8688.0, 8705.0, 8688.0, 8691.0, 8732.0, 8691.0, 8688.0, 8675.0, 8691.0, 8718.0, 8686.0, 8687.0, 8685.0, 8687.0, 8716.0, 8686.0, 8672.0, 8668.0, 8690.0, 8717.0, 8687.0, 8674.0, 8683.0, 8689.0, 8704.0, 8688.0, 8690.0, 8689.0, 8689.0, 8688.0, 8688.0, 8688.0, 8720.0, 8687.0, 8687.0, 8668.0, 8685.0, 8703.0, 8672.0, 8685.0, 8669.0, 8685.0, 8686.0, 8673.0, 8689.0, 8673.0, 8692.0, 8689.0, 8687.0, 8690.0, 8734.0, 8689.0, 8674.0, 8690.0, 8695.0, 8722.0, 8691.0, 8691.0, 8704.0, 8689.0, 8691.0, 8686.0, 8688.0, 8721.0, 8689.0, 8687.0, 8673.0, 8692.0, 8686.0, 8687.0, 8689.0, 8733.0, 8694.0, 8693.0, 8712.0, 8699.0, 8726.0, 8697.0, 8701.0, 8694.0, 8712.0, 8711.0, 8694.0, 8698.0, 8744.0, 8695.0, 8712.0, 8693.0, 8695.0, 8741.0, 8696.0, 8693.0, 8693.0, 8713.0, 8727.0, 8680.0, 8695.0, 8744.0, 8696.0, 8707.0, 8695.0, 8691.0, 8720.0, 8691.0, 8692.0, 8705.0, 8673.0, 8708.0, 8670.0, 8671.0, 8721.0, 8666.0, 8671.0, 8697.0, 8669.0, 8669.0, 8655.0, 8672.0, 8686.0, 8689.0, 8689.0, 8699.0, 8669.0, 8673.0, 8670.0, 8671.0, 8684.0, 8672.0, 8671.0, 8685.0, 8672.0, 8689.0, 8691.0, 8689.0, 8716.0, 8673.0, 8704.0, 8678.0, 8675.0, 8717.0, 8675.0, 8677.0, 8703.0, 8674.0, 8701.0, 8678.0, 8691.0, 8703.0, 8688.0, 8706.0, 8689.0, 8675.0, 8675.0, 8692.0, 8706.0, 8673.0, 8675.0, 8699.0, 8673.0, 8674.0, 8717.0, 8685.0, 8674.0, 8670.0, 8673.0, 8717.0, 8672.0, 8672.0, 8653.0, 8670.0, 8667.0, 8667.0, 8667.0, 8715.0, 8669.0, 8669.0, 8652.0, 8669.0, 8696.0, 8663.0, 8667.0, 8694.0, 8666.0, 8666.0, 8665.0, 8666.0, 8677.0, 8665.0, 8664.0, 8680.0, 8666.0, 8666.0, 8669.0, 8667.0, 8695.0, 8668.0, 8669.0, 8669.0, 8672.0, 8698.0, 8686.0, 8672.0, 8672.0, 8690.0, 8702.0, 8672.0, 8671.0, 8702.0, 8673.0, 8701.0, 8669.0, 8671.0, 8717.0, 8685.0, 8667.0, 8652.0, 8686.0, 8684.0, 8669.0, 8671.0, 8699.0, 8684.0, 8674.0, 8674.0, 8673.0, 8670.0, 8687.0, 8687.0, 8699.0, 8668.0, 8674.0, 8671.0, 8686.0, 8669.0, 8673.0, 8673.0, 8718.0, 8672.0, 8672.0, 8671.0, 8690.0, 8699.0, 8673.0, 8675.0, 8705.0, 8675.0, 8677.0, 8674.0, 8687.0, 8703.0, 8689.0, 8675.0, 8732.0, 8674.0, 8690.0, 8674.0, 8689.0, 8717.0, 8690.0, 8672.0, 8685.0, 8673.0, 8703.0, 8671.0, 8670.0, 8701.0, 8671.0, 8672.0, 8698.0, 8669.0, 8681.0, 8671.0, 8675.0, 8717.0, 8689.0, 8673.0, 8668.0, 8688.0, 8702.0, 8668.0, 8670.0, 8669.0, 8672.0, 8670.0, 8668.0, 8686.0, 8714.0, 8669.0, 8667.0, 8668.0, 8669.0, 8686.0, 8687.0, 8673.0, 8700.0, 8671.0, 8669.0, 8668.0, 8672.0, 8700.0, 8669.0, 8672.0, 8684.0, 8685.0, 8688.0, 8676.0, 8691.0, 8715.0, 8690.0, 8706.0, 8687.0, 8674.0, 8717.0, 8673.0, 8675.0, 8717.0, 8668.0, 8684.0, 8665.0, 8666.0, 8698.0, 8665.0, 8663.0, 8645.0, 8664.0, 8663.0, 8666.0, 8668.0, 8678.0, 8667.0, 8670.0, 8674.0, 8664.0, 8666.0, 8666.0, 8671.0, 8682.0, 8687.0, 8671.0, 8656.0, 8675.0, 8673.0, 8687.0, 8675.0, 8703.0, 8688.0, 8677.0, 8700.0, 8685.0, 8706.0, 8675.0, 8674.0, 8703.0, 8685.0, 8673.0, 8700.0, 8674.0, 8688.0, 8669.0, 8672.0, 8718.0, 8688.0, 8673.0, 8686.0, 8687.0, 8674.0, 8686.0, 8689.0, 8718.0, 8689.0, 8672.0, 8671.0, 8691.0, 8690.0, 8692.0, 8692.0, 8720.0, 8690.0, 8690.0, 8706.0, 8677.0, 8703.0, 8675.0, 8687.0, 8718.0, 8690.0, 8673.0, 8672.0, 8689.0, 8704.0, 8673.0, 8674.0, 8670.0, 8692.0, 8690.0, 8687.0, 8689.0, 8716.0, 8688.0, 8669.0, 8683.0, 8686.0, 8688.0, 8671.0, 8669.0, 8697.0, 8670.0, 8672.0, 8715.0, 8670.0, 8670.0, 8669.0, 8676.0, 8668.0, 8671.0, 8673.0, 8700.0, 8688.0, 8670.0, 8677.0, 8693.0, 8689.0, 8691.0, 8690.0, 8691.0, 8689.0, 8688.0, 8695.0, 8695.0, 8722.0, 8690.0, 8705.0, 8693.0, 8695.0, 8727.0, 8692.0, 8697.0, 8677.0, 8677.0, 8718.0, 8689.0, 8693.0, 8722.0, 8688.0, 8688.0, 8673.0, 8689.0, 8703.0, 8674.0, 8675.0, 8701.0, 8670.0, 8671.0, 8679.0, 8669.0, 8697.0, 8669.0, 8669.0, 8664.0, 8672.0, 8685.0, 8688.0, 8688.0, 8702.0, 8674.0, 8673.0, 8672.0, 8672.0, 8715.0, 8674.0, 8673.0, 8655.0, 8673.0, 8686.0, 8672.0, 8670.0, 8671.0, 8674.0, 8670.0, 8675.0, 8687.0, 8734.0, 8690.0, 8676.0, 8688.0, 8692.0, 8719.0, 8692.0, 8673.0, 8671.0, 8693.0, 8708.0, 8691.0, 8693.0, 8719.0, 8691.0, 8691.0, 8692.0, 8690.0, 8719.0, 8692.0, 8673.0, 8674.0, 8691.0, 8718.0, 8687.0, 8691.0, 8701.0, 8693.0, 8693.0, 8688.0, 8692.0, 8720.0, 8690.0, 8692.0, 8692.0, 8691.0, 8725.0, 8692.0, 8676.0, 8704.0, 8674.0, 8705.0, 8673.0, 8674.0, 8717.0, 8669.0, 8670.0, 8666.0, 8668.0, 8718.0, 8688.0, 8672.0, 8689.0, 8676.0, 8716.0, 8688.0, 8687.0, 8686.0, 8675.0, 8673.0, 8689.0, 8703.0, 8690.0, 8677.0, 8691.0, 8692.0, 8703.0, 8691.0, 8705.0, 8694.0, 8688.0, 8692.0, 8692.0, 8719.0, 8675.0, 8693.0, 8676.0, 8675.0, 8677.0, 8681.0, 8701.0, 8691.0, 8690.0, 8693.0, 8711.0, 8718.0, 8734.0, 8707.0, 8763.0, 8698.0, 8751.0, 8726.0, 8689.0, 8720.0, 8671.0, 8671.0, 8681.0, 8668.0, 8682.0, 8666.0, 8663.0, 8666.0, 8668.0, 8659.0, 8666.0, 8667.0, 8667.0, 8672.0, 8667.0, 8672.0, 8672.0, 8670.0, 8672.0, 8669.0, 8674.0, 8673.0, 8673.0, 8676.0, 8723.0, 8676.0, 8691.0, 8676.0, 8690.0, 8717.0, 8677.0, 8687.0, 8671.0, 8673.0, 8702.0, 8673.0, 8668.0, 8669.0, 8675.0, 8685.0, 8673.0, 8675.0, 8704.0, 8762.0, 8768.0, 8684.0, 8670.0, 8670.0, 8671.0, 8675.0, 8677.0, 8694.0, 8699.0, 8699.0, 8682.0, 8698.0, 8677.0, 8692.0, 8681.0, 8710.0, 8700.0, 8731.0, 8700.0, 8714.0, 8699.0, 8733.0, 8677.0, 8704.0, 8699.0, 8652.0, 8661.0, 8645.0, 8648.0, 8647.0, 8647.0, 8629.0, 8646.0, 8649.0, 8664.0, 8665.0, 8648.0, 8668.0, 8649.0, 8669.0, 8672.0, 8682.0, 8673.0, 8671.0, 8670.0, 8675.0, 8701.0, 8674.0, 8671.0, 8670.0, 8676.0, 8716.0, 8678.0, 8674.0, 8672.0, 8674.0, 8719.0, 8673.0, 8674.0, 8717.0, 8671.0, 8689.0, 8673.0, 8685.0, 8682.0, 8673.0, 8674.0, 8703.0, 8691.0, 8674.0, 8677.0, 8690.0, 8721.0, 8694.0, 8676.0, 8690.0, 8692.0, 8706.0, 8708.0, 8694.0, 8737.0, 8696.0, 8711.0, 8696.0, 8698.0, 8722.0, 8697.0, 8699.0, 8708.0, 8696.0, 8696.0, 8693.0, 8694.0, 8742.0, 8698.0, 8697.0, 8694.0, 8698.0, 8741.0, 8711.0, 8697.0, 8739.0, 8707.0, 8698.0, 8691.0, 8696.0, 8708.0, 8695.0, 8697.0, 8696.0, 8715.0, 8700.0, 8717.0, 8716.0, 8731.0, 8717.0, 8718.0, 8697.0, 8714.0, 8746.0, 8718.0, 8701.0, 8699.0, 8717.0, 8752.0, 8718.0, 8703.0, 8700.0, 8720.0, 8717.0, 8699.0, 8701.0, 8748.0, 8716.0, 8716.0, 8718.0, 8716.0, 8728.0, 8694.0, 8696.0, 8742.0, 8695.0, 8711.0, 8700.0, 8696.0, 8727.0, 8695.0, 8716.0, 8694.0, 8680.0, 8677.0, 8671.0, 8719.0, 8695.0, 8698.0, 8700.0, 8734.0, 8708.0, 8767.0, 8719.0, 8754.0, 8727.0, 8688.0, 8722.0, 8655.0, 8654.0, 8697.0, 8651.0, 8664.0, 8667.0, 8651.0, 8649.0, 8670.0, 8650.0, 8646.0, 8652.0, 8696.0, 8669.0, 8666.0, 8690.0, 8675.0, 8713.0, 8670.0, 8668.0, 8669.0, 8669.0, 8695.0, 8669.0, 8669.0, 8714.0, 8669.0, 8667.0, 8671.0, 8670.0, 8697.0, 8668.0, 8686.0, 8671.0, 8671.0, 8717.0, 8672.0, 8653.0, 8668.0, 8668.0, 8718.0, 8682.0, 8709.0, 8669.0, 8651.0, 8673.0, 8691.0, 8695.0, 8701.0, 8701.0, 8735.0, 8731.0, 8679.0, 8708.0, 8657.0, 8655.0, 8696.0, 8646.0, 8664.0, 8661.0, 8646.0, 8674.0, 8644.0, 8645.0, 8672.0, 8646.0, 8645.0, 8648.0, 8648.0, 8627.0, 8647.0, 8648.0, 8648.0, 8650.0, 8662.0, 8647.0, 8651.0, 8676.0, 8651.0, 8660.0, 8667.0, 8667.0, 8678.0, 8664.0, 8669.0, 8652.0, 8668.0, 8681.0, 8666.0, 8667.0, 8709.0, 8662.0, 8664.0, 8647.0, 8652.0, 8659.0, 8663.0, 8668.0, 8695.0, 8668.0, 8650.0, 8648.0, 8646.0, 8692.0, 8662.0, 8649.0, 8664.0, 8651.0, 8648.0, 8663.0, 8670.0, 8697.0, 8671.0, 8671.0, 8651.0, 8669.0, 8698.0, 8670.0, 8668.0, 8699.0, 8670.0, 8665.0, 8664.0, 8670.0, 8716.0, 8671.0, 8671.0, 8691.0, 8663.0, 8682.0, 8665.0, 8668.0, 8695.0, 8673.0, 8667.0, 8667.0, 8670.0, 8684.0, 8671.0, 8670.0, 8695.0, 8668.0, 8671.0, 8671.0, 8671.0, 8684.0, 8668.0, 8669.0, 8707.0, 8669.0, 8669.0, 8667.0, 8673.0, 8682.0, 8672.0, 8673.0, 8714.0, 8673.0, 8672.0, 8671.0, 8672.0, 8719.0, 8674.0, 8673.0, 8657.0, 8669.0, 8684.0, 8667.0, 8670.0, 8714.0, 8668.0, 8672.0, 8698.0, 8672.0, 8687.0, 8671.0, 8671.0, 8715.0, 8669.0, 8670.0, 8681.0, 8668.0, 8697.0, 8673.0, 8670.0, 8668.0, 8671.0, 8685.0, 8669.0, 8672.0, 8698.0, 8670.0, 8676.0, 8717.0, 8673.0, 8669.0, 8669.0, 8674.0, 8686.0, 8672.0, 8670.0, 8670.0, 8689.0, 8673.0, 8673.0, 8689.0, 8720.0, 8692.0, 8674.0, 8672.0, 8688.0, 8718.0, 8689.0, 8674.0, 8687.0, 8691.0, 8692.0, 8671.0, 8675.0, 8713.0, 8673.0, 8675.0, 8699.0, 8670.0, 8685.0, 8689.0, 8674.0, 8703.0, 8672.0, 8691.0, 8674.0, 8691.0, 8703.0, 8691.0, 8672.0, 8671.0, 8670.0, 8701.0, 8672.0, 8674.0, 8718.0, 8670.0, 8685.0, 8653.0, 8670.0, 8696.0, 8668.0, 8666.0, 8680.0, 8668.0, 8672.0, 8667.0, 8668.0, 8681.0, 8671.0, 8672.0, 8669.0, 8666.0, 8697.0, 8666.0, 8670.0, 8682.0, 8669.0, 8701.0, 8672.0, 8673.0, 8669.0, 8671.0, 8717.0, 8667.0, 8667.0, 8712.0, 8669.0, 8682.0, 8667.0, 8669.0, 8694.0, 8668.0, 8670.0, 8668.0, 8669.0, 8698.0, 8669.0, 8671.0, 8667.0, 8669.0, 8695.0, 8668.0, 8668.0, 8667.0, 8671.0, 8683.0, 8670.0, 8671.0, 8667.0, 8670.0, 8683.0, 8670.0, 8669.0, 8666.0, 8669.0, 8669.0, 8685.0, 8673.0, 8715.0, 8670.0, 8670.0, 8652.0, 8674.0, 8699.0, 8672.0, 8669.0, 8670.0, 8688.0, 8702.0, 8688.0, 8676.0, 8676.0, 8693.0, 8723.0, 8695.0, 8692.0, 8677.0, 8693.0, 8708.0, 8692.0, 8692.0, 8722.0, 8689.0, 8707.0, 8671.0, 8691.0, 8705.0, 8673.0, 8674.0, 8698.0, 8675.0, 8676.0, 8684.0, 8673.0, 8701.0, 8689.0, 8677.0, 8719.0, 8687.0, 8675.0, 8671.0, 8670.0, 8698.0, 8686.0, 8674.0, 8717.0, 8670.0, 8687.0, 8673.0, 8674.0, 8685.0, 8688.0, 8674.0, 8693.0, 8679.0, 8701.0, 8702.0, 8726.0, 8698.0, 8695.0, 8692.0, 8699.0, 8697.0, 8689.0, 8694.0, 8741.0, 8697.0, 8697.0, 8696.0, 8698.0, 8723.0, 8693.0, 8678.0, 8678.0, 8695.0, 8694.0, 8695.0, 8711.0, 8712.0, 8679.0, 8721.0, 8692.0, 8695.0, 8720.0, 8674.0, 8723.0, 8679.0, 8675.0, 8695.0, 8676.0, 8723.0, 8675.0, 8689.0, 8675.0, 8692.0, 8689.0, 8677.0, 8677.0, 8674.0, 8678.0, 8705.0, 8677.0, 8677.0, 8689.0, 8678.0, 8674.0, 8681.0, 8692.0, 8688.0, 8676.0, 8737.0, 8675.0, 8691.0, 8679.0, 8676.0, 8674.0, 8678.0, 8677.0, 8697.0, 8708.0, 8694.0, 8709.0, 8676.0, 8707.0, 8698.0, 8683.0, 8704.0, 8733.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.00022257911392405065</td></tr>
<tr><td colspan=3>aqi</td><td>0.02151276621835443</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.85154663707044</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.232551759786222</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9825464604829761</td></tr>
<tr><td colspan=3>efc</td><td>0.5023</td></tr>
<tr><td colspan=3>fber</td><td>4211.8892</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07221347292453774</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1075949367088607</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.287345632145453</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2636211278492486</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.51112321285743</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.0872925557296798</td></tr>
<tr><td colspan=3>gcor</td><td>0.00642845</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018542498350143433</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03394656628370285</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.0628486656099065</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1292</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.5683</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.6159</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299112.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1015.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.6117</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7612</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>452.7316</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3092.923</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3241.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77432.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4035.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>797.711</td></tr>
<tr><td colspan=3>tsnr</td><td>39.78755208972143</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>