ds005256-mriqc/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 8040380ef1 [DATALAD RUNCMD] Compute MRIQC for sub-0101
=== 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-0101 --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-0101",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:12:56 +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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-04/func/sub-0101_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>d3977f1f8fb9f615efa82baec48203d0</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>12:58:39.535000</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.999659, 0.0197592, 0.0170705, -0.0165765, 0.985339, -0.169802]</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.259</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.124267</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>[4227, -7747, -7227, 32, -174, -140, -37, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>312.966</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>240bf697-7a3f-4f84-84d3-fbd3a8cf1faa||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.6820120811462402, -0.044473569840192795, 0.054473426192998886, 110.54507446289062], [-0.05301235616207123, 2.64359188079834, -0.45754456520080566, -81.67005920410156], [0.04579884186387062, 0.455565869808197, 2.6603920459747314, -96.53742980957031], [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': ['125839.535000', '125839.995000', '125840.455000', '125840.915000', '125841.375000', '125841.835000', '125842.295000', '125842.755000', '125843.215000', '125843.675000', '125844.135000', '125844.595000', '125845.055000', '125845.515000', '125845.975000', '125846.435000', '125846.895000', '125847.355000', '125847.815000', '125848.275000', '125848.735000', '125849.195000', '125849.655000', '125850.115000', '125850.575000', '125851.035000', '125851.495000', '125851.955000', '125852.415000', '125852.875000', '125853.335000', '125853.795000', '125854.255000', '125854.715000', '125855.175000', '125855.635000', '125856.095000', '125856.555000', '125857.015000', '125857.475000', '125857.935000', '125858.395000', '125858.855000', '125859.315000', '125859.775000', '125900.235000', '125900.695000', '125901.155000', '125901.615000', '125902.075000', '125902.535000', '125902.995000', '125903.455000', '125903.915000', '125904.375000', '125904.835000', '125905.295000', '125905.755000', '125906.215000', '125906.675000', '125907.135000', '125907.595000', '125908.055000', '125908.515000', '125908.975000', '125909.435000', '125909.895000', '125910.355000', '125910.815000', '125911.275000', '125911.735000', '125912.195000', '125912.655000', '125913.115000', '125913.575000', '125914.035000', '125914.495000', '125914.955000', '125915.415000', '125915.875000', '125916.335000', '125916.795000', '125917.255000', '125917.715000', '125918.175000', '125918.635000', '125919.095000', '125919.555000', '125920.015000', '125920.475000', '125920.935000', '125921.395000', '125921.855000', '125922.315000', '125922.775000', '125923.235000', '125923.695000', '125924.155000', '125924.615000', '125925.075000', '125925.535000', '125925.995000', '125926.455000', '125926.915000', '125927.375000', '125927.835000', '125928.295000', '125928.755000', '125929.215000', '125929.675000', '125930.135000', '125930.595000', '125931.055000', '125931.515000', '125931.975000', '125932.435000', '125932.895000', '125933.355000', '125933.815000', '125934.275000', '125934.735000', '125935.195000', '125935.655000', '125936.115000', '125936.575000', '125937.035000', '125937.495000', '125937.955000', '125938.415000', '125938.875000', '125939.335000', '125939.795000', '125940.255000', '125940.715000', '125941.175000', '125941.635000', '125942.095000', '125942.555000', '125943.015000', '125943.475000', '125943.935000', '125944.395000', '125944.855000', '125945.315000', '125945.775000', '125946.235000', '125946.695000', '125947.155000', '125947.615000', '125948.075000', '125948.535000', '125948.995000', '125949.455000', '125949.915000', '125950.375000', '125950.835000', '125951.295000', '125951.755000', '125952.215000', '125952.675000', '125953.135000', '125953.595000', '125954.055000', '125954.515000', '125954.975000', '125955.435000', '125955.895000', '125956.355000', '125956.815000', '125957.275000', '125957.735000', '125958.195000', '125958.655000', '125959.115000', '125959.575000', '130000.035000', '130000.495000', '130000.955000', '130001.415000', '130001.875000', '130002.335000', '130002.795000', '130003.255000', '130003.715000', '130004.175000', '130004.635000', '130005.095000', '130005.555000', '130006.015000', '130006.475000', '130006.935000', '130007.395000', '130007.855000', '130008.315000', '130008.775000', '130009.235000', '130009.695000', '130010.155000', '130010.615000', '130011.075000', '130011.535000', '130011.995000', '130012.455000', '130012.915000', '130013.375000', '130013.835000', '130014.295000', '130014.755000', '130015.215000', '130015.675000', '130016.135000', '130016.595000', '130017.055000', '130017.515000', '130017.975000', '130018.435000', '130018.895000', '130019.355000', '130019.815000', '130020.275000', '130020.735000', '130021.195000', '130021.655000', '130022.115000', '130022.575000', '130023.035000', '130023.495000', '130023.955000', '130024.415000', '130024.875000', '130025.335000', '130025.795000', '130026.255000', '130026.715000', '130027.175000', '130027.635000', '130028.095000', '130028.555000', '130029.015000', '130029.475000', '130029.935000', '130030.395000', '130030.855000', '130031.315000', '130031.775000', '130032.235000', '130032.695000', '130033.155000', '130033.615000', '130034.075000', '130034.535000', '130034.995000', '130035.455000', '130035.915000', '130036.375000', '130036.835000', '130037.295000', '130037.755000', '130038.215000', '130038.675000', '130039.135000', '130039.595000', '130040.055000', '130040.515000', '130040.975000', '130041.435000', '130041.895000', '130042.355000', '130042.815000', '130043.275000', '130043.735000', '130044.195000', '130044.655000', '130045.115000', '130045.575000', '130046.035000', '130046.495000', '130046.955000', '130047.415000', '130047.875000', '130048.335000', '130048.795000', '130049.255000', '130049.715000', '130050.175000', '130050.635000', '130051.095000', '130051.555000', '130052.015000', '130052.475000', '130052.935000', '130053.395000', '130053.855000', '130054.315000', '130054.775000', '130055.235000', '130055.695000', '130056.155000', '130056.615000', '130057.075000', '130057.535000', '130057.995000', '130058.455000', '130058.915000', '130059.375000', '130059.835000', '130100.295000', '130100.755000', '130101.215000', '130101.675000', '130102.135000', '130102.595000', '130103.055000', '130103.515000', '130103.975000', '130104.435000', '130104.895000', '130105.355000', '130105.815000', '130106.275000', '130106.735000', '130107.195000', '130107.655000', '130108.115000', '130108.575000', '130109.035000', '130109.495000', '130109.955000', '130110.415000', '130110.875000', '130111.335000', '130111.795000', '130112.255000', '130112.715000', '130113.175000', '130113.635000', '130114.095000', '130114.555000', '130115.015000', '130115.475000', '130115.935000', '130116.395000', '130116.855000', '130117.315000', '130117.775000', '130118.235000', '130118.695000', '130119.155000', '130119.615000', '130120.075000', '130120.535000', '130120.995000', '130121.455000', '130121.915000', '130122.375000', '130122.835000', '130123.295000', '130123.755000', '130124.215000', '130124.675000', '130125.135000', '130125.595000', '130126.055000', '130126.515000', '130126.975000', '130127.435000', '130127.895000', '130128.355000', '130128.815000', '130129.275000', '130129.735000', '130130.195000', '130130.655000', '130131.115000', '130131.575000', '130132.035000', '130132.495000', '130132.955000', '130133.415000', '130133.875000', '130134.335000', '130134.795000', '130135.255000', '130135.715000', '130136.175000', '130136.635000', '130137.095000', '130137.555000', '130138.015000', '130138.475000', '130138.935000', '130139.395000', '130139.855000', '130140.315000', '130140.775000', '130141.235000', '130141.695000', '130142.155000', '130142.615000', '130143.075000', '130143.535000', '130143.995000', '130144.455000', '130144.915000', '130145.375000', '130145.835000', '130146.295000', '130146.755000', '130147.215000', '130147.675000', '130148.135000', '130148.595000', '130149.055000', '130149.515000', '130149.975000', '130150.435000', '130150.895000', '130151.355000', '130151.815000', '130152.275000', '130152.735000', '130153.195000', '130153.655000', '130154.115000', '130154.575000', '130155.035000', '130155.495000', '130155.955000', '130156.415000', '130156.875000', '130157.335000', '130157.795000', '130158.255000', '130158.715000', '130159.175000', '130159.635000', '130200.095000', '130200.555000', '130201.015000', '130201.475000', '130201.935000', '130202.395000', '130202.855000', '130203.315000', '130203.775000', '130204.235000', '130204.695000', '130205.155000', '130205.615000', '130206.075000', '130206.535000', '130206.995000', '130207.455000', '130207.915000', '130208.375000', '130208.835000', '130209.295000', '130209.755000', '130210.215000', '130210.675000', '130211.135000', '130211.595000', '130212.055000', '130212.515000', '130212.975000', '130213.435000', '130213.895000', '130214.355000', '130214.815000', '130215.275000', '130215.735000', '130216.195000', '130216.655000', '130217.115000', '130217.575000', '130218.035000', '130218.495000', '130218.955000', '130219.415000', '130219.875000', '130220.335000', '130220.795000', '130221.255000', '130221.715000', '130222.175000', '130222.635000', '130223.095000', '130223.555000', '130224.015000', '130224.475000', '130224.935000', '130225.395000', '130225.855000', '130226.315000', '130226.775000', '130227.235000', '130227.695000', '130228.155000', '130228.615000', '130229.075000', '130229.535000', '130229.995000', '130230.455000', '130230.915000', '130231.375000', '130231.835000', '130232.295000', '130232.755000', '130233.215000', '130233.675000', '130234.135000', '130234.595000', '130235.055000', '130235.515000', '130235.975000', '130236.435000', '130236.895000', '130237.355000', '130237.815000', '130238.275000', '130238.735000', '130239.195000', '130239.655000', '130240.115000', '130240.575000', '130241.035000', '130241.495000', '130241.955000', '130242.415000', '130242.875000', '130243.335000', '130243.795000', '130244.255000', '130244.715000', '130245.175000', '130245.635000', '130246.095000', '130246.555000', '130247.015000', '130247.475000', '130247.935000', '130248.395000', '130248.855000', '130249.315000', '130249.775000', '130250.235000', '130250.695000', '130251.155000', '130251.615000', '130252.075000', '130252.535000', '130252.995000', '130253.455000', '130253.915000', '130254.375000', '130254.835000', '130255.295000', '130255.755000', '130256.215000', '130256.675000', '130257.135000', '130257.595000', '130258.055000', '130258.515000', '130258.975000', '130259.435000', '130259.895000', '130300.355000', '130300.815000', '130301.275000', '130301.735000', '130302.195000', '130302.655000', '130303.115000', '130303.575000', '130304.035000', '130304.495000', '130304.955000', '130305.415000', '130305.875000', '130306.335000', '130306.795000', '130307.255000', '130307.715000', '130308.175000', '130308.635000', '130309.095000', '130309.555000', '130310.015000', '130310.475000', '130310.935000', '130311.395000', '130311.855000', '130312.315000', '130312.775000', '130313.235000', '130313.695000', '130314.155000', '130314.615000', '130315.075000', '130315.535000', '130315.995000', '130316.455000', '130316.915000', '130317.375000', '130317.835000', '130318.295000', '130318.755000', '130319.215000', '130319.675000', '130320.135000', '130320.595000', '130321.055000', '130321.515000', '130321.975000', '130322.435000', '130322.895000', '130323.355000', '130323.815000', '130324.275000', '130324.735000', '130325.195000', '130325.655000', '130326.115000', '130326.575000', '130327.035000', '130327.495000', '130327.955000', '130328.415000', '130328.875000', '130329.335000', '130329.795000', '130330.255000', '130330.715000', '130331.175000', '130331.635000', '130332.095000', '130332.555000', '130333.015000', '130333.475000', '130333.935000', '130334.395000', '130334.855000', '130335.315000', '130335.775000', '130336.235000', '130336.695000', '130337.155000', '130337.615000', '130338.075000', '130338.535000', '130338.995000', '130339.455000', '130339.915000', '130340.375000', '130340.835000', '130341.295000', '130341.755000', '130342.215000', '130342.675000', '130343.135000', '130343.595000', '130344.055000', '130344.515000', '130344.975000', '130345.435000', '130345.895000', '130346.355000', '130346.815000', '130347.275000', '130347.735000', '130348.195000', '130348.655000', '130349.115000', '130349.575000', '130350.035000', '130350.495000', '130350.955000', '130351.415000', '130351.875000', '130352.335000', '130352.795000', '130353.255000', '130353.715000', '130354.175000', '130354.635000', '130355.095000', '130355.555000', '130356.015000', '130356.475000', '130356.935000', '130357.395000', '130357.855000', '130358.315000', '130358.775000', '130359.235000', '130359.695000', '130400.155000', '130400.615000', '130401.075000', '130401.535000', '130401.995000', '130402.455000', '130402.915000', '130403.375000', '130403.835000', '130404.295000', '130404.755000', '130405.215000', '130405.675000', '130406.135000', '130406.595000', '130407.055000', '130407.515000', '130407.975000', '130408.435000', '130408.895000', '130409.355000', '130409.815000', '130410.275000', '130410.735000', '130411.195000', '130411.655000', '130412.115000', '130412.575000', '130413.035000', '130413.495000', '130413.955000', '130414.415000', '130414.875000', '130415.335000', '130415.795000', '130416.255000', '130416.715000', '130417.175000', '130417.635000', '130418.095000', '130418.555000', '130419.015000', '130419.475000', '130419.935000', '130420.395000', '130420.855000', '130421.315000', '130421.775000', '130422.235000', '130422.695000', '130423.155000', '130423.615000', '130424.075000', '130424.535000', '130424.995000', '130425.455000', '130425.915000', '130426.375000', '130426.835000', '130427.295000', '130427.755000', '130428.215000', '130428.675000', '130429.135000', '130429.595000', '130430.055000', '130430.515000', '130430.975000', '130431.435000', '130431.895000', '130432.355000', '130432.815000', '130433.275000', '130433.735000', '130434.195000', '130434.655000', '130435.115000', '130435.575000', '130436.035000', '130436.495000', '130436.955000', '130437.415000', '130437.875000', '130438.335000', '130438.795000', '130439.255000', '130439.715000', '130440.175000', '130440.635000', '130441.095000', '130441.555000', '130442.015000', '130442.475000', '130442.935000', '130443.395000', '130443.855000', '130444.315000', '130444.775000', '130445.235000', '130445.695000', '130446.155000', '130446.615000', '130447.075000', '130447.535000', '130447.995000', '130448.455000', '130448.915000', '130449.375000', '130449.835000', '130450.295000', '130450.755000', '130451.215000', '130451.675000', '130452.135000', '130452.595000', '130453.055000', '130453.515000', '130453.975000', '130454.435000', '130454.895000', '130455.355000', '130455.815000', '130456.275000', '130456.735000', '130457.195000', '130457.655000', '130458.115000', '130458.575000', '130459.035000', '130459.495000', '130459.955000', '130500.415000', '130500.875000', '130501.335000', '130501.795000', '130502.255000', '130502.715000', '130503.175000', '130503.635000', '130504.095000', '130504.555000', '130505.015000', '130505.475000', '130505.935000', '130506.395000', '130506.855000', '130507.315000', '130507.775000', '130508.235000', '130508.695000', '130509.155000', '130509.615000', '130510.075000', '130510.535000', '130510.995000', '130511.455000', '130511.915000', '130512.375000', '130512.835000', '130513.295000', '130513.755000', '130514.215000', '130514.675000', '130515.135000', '130515.595000', '130516.055000', '130516.515000', '130516.975000', '130517.435000', '130517.895000', '130518.355000', '130518.815000', '130519.275000', '130519.735000', '130520.195000', '130520.655000', '130521.115000', '130521.575000', '130522.035000', '130522.495000', '130522.955000', '130523.415000', '130523.875000', '130524.335000', '130524.795000', '130525.255000', '130525.715000', '130526.175000', '130526.635000', '130527.095000', '130527.555000', '130528.015000', '130528.475000', '130528.935000', '130529.395000', '130529.855000', '130530.315000', '130530.775000', '130531.235000', '130531.695000', '130532.155000', '130532.615000', '130533.075000', '130533.535000', '130533.995000', '130534.455000', '130534.915000', '130535.375000', '130535.835000', '130536.295000', '130536.755000', '130537.215000', '130537.675000', '130538.135000', '130538.595000', '130539.055000', '130539.515000', '130539.975000', '130540.435000', '130540.895000', '130541.355000', '130541.815000', '130542.275000', '130542.735000', '130543.195000', '130543.655000', '130544.115000', '130544.575000', '130545.035000', '130545.495000', '130545.955000', '130546.415000', '130546.875000', '130547.335000', '130547.795000', '130548.255000', '130548.715000', '130549.175000', '130549.635000', '130550.095000', '130550.555000', '130551.015000', '130551.475000', '130551.935000', '130552.395000', '130552.855000', '130553.315000', '130553.775000', '130554.235000', '130554.695000', '130555.155000', '130555.615000', '130556.075000', '130556.535000', '130556.995000', '130557.455000', '130557.915000', '130558.375000', '130558.835000', '130559.295000', '130559.755000', '130600.215000', '130600.675000', '130601.135000', '130601.595000', '130602.055000', '130602.515000', '130602.975000', '130603.435000', '130603.895000', '130604.355000', '130604.815000', '130605.275000', '130605.735000', '130606.195000', '130606.655000', '130607.115000', '130607.575000', '130608.035000', '130608.495000', '130608.955000', '130609.415000', '130609.875000', '130610.335000', '130610.795000', '130611.255000', '130611.715000', '130612.175000', '130612.635000', '130613.095000', '130613.555000', '130614.015000', '130614.475000', '130614.935000', '130615.395000', '130615.855000', '130616.315000', '130616.775000', '130617.235000', '130617.695000', '130618.155000', '130618.615000', '130619.075000', '130619.535000', '130619.995000', '130620.455000', '130620.915000', '130621.375000', '130621.835000', '130622.295000', '130622.755000', '130623.215000', '130623.675000', '130624.135000', '130624.595000', '130625.055000', '130625.515000', '130625.975000', '130626.435000', '130626.895000', '130627.355000', '130627.815000', '130628.275000', '130628.735000', '130629.195000', '130629.655000', '130630.115000', '130630.575000', '130631.035000', '130631.495000', '130631.955000', '130632.415000', '130632.875000', '130633.335000', '130633.795000', '130634.255000', '130634.715000', '130635.175000', '130635.635000', '130636.095000', '130636.555000', '130637.015000', '130637.475000', '130637.935000', '130638.395000', '130638.855000', '130639.315000', '130639.775000', '130640.235000', '130640.695000', '130641.155000', '130641.615000', '130642.075000', '130642.535000', '130642.995000', '130643.455000', '130643.915000', '130644.375000', '130644.835000', '130645.295000', '130645.755000', '130646.215000', '130646.675000', '130647.135000', '130647.595000', '130648.055000', '130648.515000', '130648.975000', '130649.435000', '130649.895000', '130650.355000', '130650.815000', '130651.275000', '130651.735000', '130652.195000', '130652.655000', '130653.115000', '130653.575000', '130654.035000', '130654.495000', '130654.955000', '130655.415000', '130655.875000', '130656.335000', '130656.795000', '130657.255000', '130657.715000', '130658.175000', '130658.635000', '130659.095000', '130659.555000', '130700.015000', '130700.475000', '130700.935000', '130701.395000', '130701.855000', '130702.315000', '130702.775000', '130703.235000', '130703.695000', '130704.155000', '130704.615000', '130705.075000', '130705.535000', '130705.995000', '130706.455000', '130706.915000', '130707.375000', '130707.835000', '130708.295000', '130708.755000', '130709.215000', '130709.675000', '130710.135000', '130710.595000', '130711.055000', '130711.515000', '130711.975000', '130712.435000', '130712.895000', '130713.355000', '130713.815000', '130714.275000', '130714.735000', '130715.195000', '130715.655000', '130716.115000', '130716.575000', '130717.035000', '130717.495000', '130717.955000', '130718.415000', '130718.875000', '130719.335000', '130719.795000', '130720.255000', '130720.715000', '130721.175000', '130721.635000', '130722.095000', '130722.555000', '130723.015000', '130723.475000', '130723.935000', '130724.395000', '130724.855000', '130725.315000', '130725.775000', '130726.235000', '130726.695000', '130727.155000', '130727.615000', '130728.075000', '130728.535000', '130728.995000', '130729.455000', '130729.915000', '130730.375000', '130730.835000', '130731.295000', '130731.755000', '130732.215000', '130732.675000', '130733.135000', '130733.595000', '130734.055000', '130734.515000', '130734.975000', '130735.435000', '130735.895000', '130736.355000', '130736.815000', '130737.275000', '130737.735000', '130738.195000', '130738.655000', '130739.115000', '130739.575000', '130740.035000', '130740.495000', '130740.955000', '130741.415000', '130741.875000', '130742.335000', '130742.795000', '130743.255000', '130743.715000', '130744.175000', '130744.635000', '130745.095000', '130745.555000', '130746.015000', '130746.475000', '130746.935000', '130747.395000', '130747.855000', '130748.315000', '130748.775000', '130749.235000', '130749.695000', '130750.155000', '130750.615000', '130751.075000', '130751.535000', '130751.995000', '130752.455000', '130752.915000', '130753.375000', '130753.835000', '130754.295000', '130754.755000', '130755.215000', '130755.675000', '130756.135000', '130756.595000', '130757.055000', '130757.515000', '130757.975000', '130758.435000', '130758.895000', '130759.355000', '130759.815000', '130800.275000', '130800.735000', '130801.195000', '130801.655000', '130802.115000', '130802.575000', '130803.035000', '130803.495000', '130803.955000', '130804.415000', '130804.875000', '130805.335000', '130805.795000', '130806.255000', '130806.715000', '130807.175000', '130807.635000', '130808.095000', '130808.555000', '130809.015000', '130809.475000', '130809.935000', '130810.395000', '130810.855000', '130811.315000', '130811.775000', '130812.235000', '130812.695000', '130813.155000', '130813.615000', '130814.075000', '130814.535000', '130814.995000', '130815.455000', '130815.915000', '130816.375000', '130816.835000', '130817.295000', '130817.755000', '130818.215000', '130818.675000', '130819.135000', '130819.595000', '130820.055000', '130820.515000', '130820.975000', '130821.435000', '130821.895000', '130822.355000'], 'ContentTime': ['125907.198000', '125907.201000', '125907.203000', '125907.206000', '125907.209000', '125907.211000', '125907.221000', '125907.223000', '125907.226000', '125907.228000', '125907.231000', '125907.234000', '125907.237000', '125907.239000', '125907.242000', '125907.245000', '125907.247000', '125907.250000', '125907.252000', '125907.255000', '125907.258000', '125907.260000', '125907.263000', '125907.265000', '125907.268000', '125907.271000', '125907.273000', '125907.276000', '125907.278000', '125907.289000', '125907.292000', '125907.294000', '125907.297000', '125907.299000', '125907.302000', '125907.305000', '125907.307000', '125907.310000', '125907.312000', '125907.315000', '125907.318000', '125907.320000', '125907.323000', '125907.325000', '125907.328000', '125907.336000', '125907.339000', '125907.341000', '125907.344000', '125907.346000', '125907.349000', '125907.352000', '125907.354000', '125907.357000', '125907.359000', '125907.372000', '125907.374000', '125927.160000', '125927.163000', '125927.166000', '125927.168000', '125927.171000', '125927.174000', '125927.176000', '125927.179000', '125927.182000', '125927.186000', '125927.195000', '125927.197000', '125927.200000', '125927.203000', '125927.205000', '125927.208000', '125927.210000', '125927.213000', '125927.216000', '125927.218000', '125927.221000', '125927.224000', '125927.226000', '125927.229000', '125927.232000', '125927.234000', '125927.237000', '125927.239000', '125927.242000', '125927.245000', '125927.247000', '125927.250000', '125927.252000', '125927.255000', '125927.258000', '125927.260000', '125927.263000', '125927.265000', '125927.268000', '125927.271000', '125927.273000', '125927.276000', '125927.278000', '125947.160000', '125947.163000', '125947.166000', '125947.169000', '125947.171000', '125947.174000', '125947.177000', '125947.179000', '125947.182000', '125947.185000', '125947.187000', '125947.190000', '125947.193000', '125947.195000', '125947.198000', '125947.201000', '125947.203000', '125947.206000', '125947.208000', '125947.211000', '125947.214000', '125947.216000', '125947.219000', '125947.221000', '125947.224000', '125947.227000', '125947.229000', '125947.232000', '125947.234000', '125947.237000', '125947.240000', '125947.242000', '125947.245000', '125947.247000', '125947.250000', '125947.252000', '125947.255000', '125947.258000', '125947.260000', '125947.263000', '125947.265000', '125947.268000', '125947.271000', '125947.273000', '130007.160000', '130007.163000', '130007.166000', '130007.169000', '130007.171000', '130007.174000', '130007.177000', '130007.179000', '130007.182000', '130007.185000', '130007.187000', '130007.190000', '130007.192000', '130007.195000', '130007.198000', '130007.200000', '130007.203000', '130007.205000', '130007.208000', '130007.211000', '130007.213000', '130007.216000', '130007.218000', '130007.221000', '130007.224000', '130007.226000', '130007.229000', '130007.231000', '130007.234000', '130007.237000', '130007.239000', '130007.242000', '130007.244000', '130007.248000', '130007.251000', '130007.254000', '130007.256000', '130007.259000', '130007.262000', '130007.265000', '130007.268000', '130007.271000', '130007.273000', '130027.162000', '130027.164000', '130027.167000', '130027.170000', '130027.173000', '130027.175000', '130027.178000', '130027.181000', '130027.183000', '130027.186000', '130027.189000', '130027.191000', '130027.194000', '130027.196000', '130027.199000', '130027.201000', '130027.204000', '130027.207000', '130027.209000', '130027.220000', '130027.223000', '130027.225000', '130027.228000', '130027.231000', '130027.233000', '130027.236000', '130027.239000', '130027.241000', '130027.244000', '130027.246000', '130027.249000', '130027.252000', '130027.254000', '130027.257000', '130027.260000', '130027.262000', '130027.265000', '130027.267000', '130027.270000', '130027.273000', '130027.275000', '130027.278000', '130027.280000', '130027.283000', '130047.161000', '130047.164000', '130047.167000', '130047.169000', '130047.172000', '130047.175000', '130047.188000', '130047.191000', '130047.194000', '130047.196000', '130047.199000', '130047.201000', '130047.204000', '130047.207000', '130047.209000', '130047.212000', '130047.215000', '130047.217000', '130047.220000', '130047.223000', '130047.225000', '130047.228000', '130047.230000', '130047.233000', '130047.236000', '130047.238000', '130047.241000', '130047.243000', '130047.246000', '130047.249000', '130047.251000', '130047.254000', '130047.256000', '130047.259000', '130047.262000', '130047.264000', '130047.267000', '130047.284000', '130047.286000', '130047.289000', '130047.292000', '130047.294000', '130047.297000', '130107.162000', '130107.164000', '130107.167000', '130107.170000', '130107.173000', '130107.175000', '130107.178000', '130107.180000', '130107.183000', '130107.185000', '130107.188000', '130107.191000', '130107.193000', '130107.196000', '130107.198000', '130107.201000', '130107.204000', '130107.206000', '130107.209000', '130107.211000', '130107.214000', '130107.217000', '130107.219000', '130107.222000', '130107.224000', '130107.227000', '130107.230000', '130107.232000', '130107.235000', '130107.238000', '130107.240000', '130107.243000', '130107.245000', '130107.248000', '130107.251000', '130107.253000', '130107.256000', '130107.258000', '130107.261000', '130107.264000', '130107.266000', '130107.269000', '130107.271000', '130107.274000', '130127.161000', '130127.164000', '130127.167000', '130127.170000', '130127.172000', '130127.175000', '130127.177000', '130127.180000', '130127.183000', '130127.185000', '130127.188000', '130127.191000', '130127.193000', '130127.196000', '130127.199000', '130127.201000', '130127.204000', '130127.206000', '130127.209000', '130127.212000', '130127.214000', '130127.217000', '130127.220000', '130127.222000', '130127.225000', '130127.228000', '130127.230000', '130127.233000', '130127.235000', '130127.238000', '130127.241000', '130127.244000', '130127.246000', '130127.249000', '130127.252000', '130127.255000', '130127.258000', '130127.260000', '130127.263000', '130127.265000', '130127.268000', '130127.271000', '130127.273000', '130147.161000', '130147.163000', '130147.166000', '130147.169000', '130147.171000', '130147.174000', '130147.176000', '130147.179000', '130147.182000', '130147.184000', '130147.187000', '130147.190000', '130147.192000', '130147.195000', '130147.197000', '130147.200000', '130147.203000', '130147.205000', '130147.208000', '130147.211000', '130147.213000', '130147.216000', '130147.218000', '130147.221000', '130147.224000', '130147.226000', '130147.229000', '130147.231000', '130147.234000', '130147.236000', '130147.239000', '130147.242000', '130147.244000', '130147.247000', '130147.249000', '130147.252000', '130147.255000', '130147.257000', '130147.260000', '130147.262000', '130147.265000', '130147.268000', '130147.270000', '130147.273000', '130207.161000', '130207.164000', '130207.166000', '130207.169000', '130207.172000', '130207.175000', '130207.177000', '130207.180000', '130207.182000', '130207.185000', '130207.188000', '130207.190000', '130207.193000', '130207.196000', '130207.198000', '130207.201000', '130207.203000', '130207.206000', '130207.209000', '130207.211000', '130207.214000', '130207.217000', '130207.219000', '130207.222000', '130207.224000', '130207.227000', '130207.230000', '130207.232000', '130207.235000', '130207.238000', '130207.240000', '130207.243000', '130207.245000', '130207.248000', '130207.251000', '130207.253000', '130207.256000', '130207.259000', '130207.261000', '130207.264000', '130207.267000', '130207.269000', '130207.272000', '130227.161000', '130227.163000', '130227.166000', '130227.169000', '130227.171000', '130227.174000', '130227.177000', '130227.179000', '130227.182000', '130227.184000', '130227.187000', '130227.190000', '130227.193000', '130227.195000', '130227.198000', '130227.200000', '130227.203000', '130227.206000', '130227.208000', '130227.221000', '130227.223000', '130227.226000', '130227.229000', '130227.231000', '130227.234000', '130227.236000', '130227.239000', '130227.242000', '130227.244000', '130227.247000', '130227.249000', '130227.252000', '130227.255000', '130227.257000', '130227.260000', '130227.263000', '130227.265000', '130227.268000', '130227.270000', '130227.273000', '130227.275000', '130227.278000', '130227.281000', '130227.283000', '130247.162000', '130247.164000', '130247.167000', '130247.170000', '130247.172000', '130247.175000', '130247.178000', '130247.180000', '130247.183000', '130247.186000', '130247.189000', '130247.191000', '130247.194000', '130247.196000', '130247.199000', '130247.202000', '130247.204000', '130247.207000', '130247.209000', '130247.212000', '130247.215000', '130247.217000', '130247.220000', '130247.222000', '130247.225000', '130247.228000', '130247.230000', '130247.233000', '130247.235000', '130247.238000', '130247.241000', '130247.243000', '130247.246000', '130247.249000', '130247.251000', '130247.254000', '130247.256000', '130247.259000', '130247.262000', '130247.265000', '130247.267000', '130247.270000', '130247.273000', '130307.162000', '130307.164000', '130307.167000', '130307.170000', '130307.172000', '130307.175000', '130307.178000', '130307.180000', '130307.183000', '130307.185000', '130307.188000', '130307.191000', '130307.193000', '130307.196000', '130307.198000', '130307.201000', '130307.204000', '130307.206000', '130307.209000', '130307.212000', '130307.214000', '130307.217000', '130307.219000', '130307.222000', '130307.225000', '130307.227000', '130307.230000', '130307.232000', '130307.235000', '130307.238000', '130307.240000', '130307.243000', '130307.246000', '130307.248000', '130307.251000', '130307.254000', '130307.256000', '130307.259000', '130307.262000', '130307.264000', '130307.267000', '130307.269000', '130307.272000', '130307.275000', '130327.162000', '130327.164000', '130327.167000', '130327.170000', '130327.172000', '130327.175000', '130327.178000', '130327.180000', '130327.183000', '130327.186000', '130327.188000', '130327.191000', '130327.194000', '130327.196000', '130327.199000', '130327.202000', '130327.204000', '130327.207000', '130327.209000', '130327.212000', '130327.215000', '130327.217000', '130327.220000', '130327.222000', '130327.225000', '130327.228000', '130327.230000', '130327.233000', '130327.235000', '130327.238000', '130327.241000', '130327.243000', '130327.246000', '130327.249000', '130327.251000', '130327.254000', '130327.256000', '130327.259000', '130327.262000', '130327.264000', '130327.267000', '130327.270000', '130327.272000', '130347.161000', '130347.163000', '130347.166000', '130347.169000', '130347.171000', '130347.174000', '130347.177000', '130347.179000', '130347.182000', '130347.185000', '130347.187000', '130347.190000', '130347.193000', '130347.195000', '130347.198000', '130347.200000', '130347.203000', '130347.206000', '130347.208000', '130347.211000', '130347.213000', '130347.216000', '130347.219000', '130347.222000', '130347.224000', '130347.227000', '130347.229000', '130347.232000', '130347.235000', '130347.237000', '130347.240000', '130347.243000', '130347.245000', '130347.248000', '130347.250000', '130347.253000', '130347.256000', '130347.258000', '130347.261000', '130347.264000', '130347.266000', '130347.269000', '130347.271000', '130407.161000', '130407.164000', '130407.166000', '130407.169000', '130407.172000', '130407.175000', '130407.177000', '130407.180000', '130407.183000', '130407.186000', '130407.188000', '130407.191000', '130407.194000', '130407.196000', '130407.199000', '130407.204000', '130407.207000', '130407.210000', '130407.212000', '130407.215000', '130407.217000', '130407.220000', '130407.223000', '130407.225000', '130407.228000', '130407.230000', '130407.233000', '130407.236000', '130407.238000', '130407.241000', '130407.244000', '130407.246000', '130407.249000', '130407.252000', '130407.254000', '130407.257000', '130407.259000', '130407.264000', '130407.267000', '130407.269000', '130407.272000', '130407.274000', '130407.277000', '130407.280000', '130427.161000', '130427.163000', '130427.166000', '130427.169000', '130427.171000', '130427.174000', '130427.176000', '130427.179000', '130427.182000', '130427.184000', '130427.187000', '130427.190000', '130427.192000', '130427.195000', '130427.197000', '130427.200000', '130427.203000', '130427.205000', '130427.208000', '130427.211000', '130427.213000', '130427.216000', '130427.218000', '130427.221000', '130427.224000', '130427.227000', '130427.229000', '130427.232000', '130427.234000', '130427.237000', '130427.240000', '130427.242000', '130427.245000', '130427.247000', '130427.250000', '130427.253000', '130427.255000', '130427.258000', '130427.260000', '130427.263000', '130427.266000', '130427.268000', '130427.271000', '130427.273000', '130447.161000', '130447.164000', '130447.166000', '130447.169000', '130447.171000', '130447.174000', '130447.177000', '130447.179000', '130447.182000', '130447.185000', '130447.187000', '130447.190000', '130447.192000', '130447.195000', '130447.198000', '130447.200000', '130447.203000', '130447.205000', '130447.208000', '130447.211000', '130447.213000', '130447.216000', '130447.219000', '130447.221000', '130447.224000', '130447.227000', '130447.229000', '130447.232000', '130447.234000', '130447.237000', '130447.240000', '130447.242000', '130447.245000', '130447.248000', '130447.250000', '130447.253000', '130447.255000', '130447.258000', '130447.261000', '130447.263000', '130447.266000', '130447.268000', '130447.271000', '130507.161000', '130507.164000', '130507.167000', '130507.171000', '130507.174000', '130507.176000', '130507.179000', '130507.182000', '130507.184000', '130507.187000', '130507.190000', '130507.192000', '130507.195000', '130507.197000', '130507.200000', '130507.202000', '130507.205000', '130507.208000', '130507.210000', '130507.213000', '130507.215000', '130507.218000', '130507.221000', '130507.224000', '130507.226000', '130507.229000', '130507.232000', '130507.234000', '130507.237000', '130507.239000', '130507.242000', '130507.245000', '130507.247000', '130507.250000', '130507.252000', '130507.255000', '130507.258000', '130507.260000', '130507.263000', '130507.265000', '130507.268000', '130507.270000', '130507.283000', '130527.162000', '130527.165000', '130527.167000', '130527.170000', '130527.172000', '130527.175000', '130527.178000', '130527.180000', '130527.183000', '130527.186000', '130527.188000', '130527.191000', '130527.193000', '130527.196000', '130527.199000', '130527.201000', '130527.204000', '130527.207000', '130527.209000', '130527.212000', '130527.214000', '130527.217000', '130527.220000', '130527.222000', '130527.225000', '130527.228000', '130527.230000', '130527.233000', '130527.235000', '130527.238000', '130527.241000', '130527.243000', '130527.246000', '130527.249000', '130527.251000', '130527.254000', '130527.256000', '130527.259000', '130527.262000', '130527.276000', '130527.279000', '130527.281000', '130527.284000', '130527.287000', '130547.162000', '130547.164000', '130547.167000', '130547.170000', '130547.172000', '130547.175000', '130547.177000', '130547.180000', '130547.182000', '130547.185000', '130547.188000', '130547.190000', '130547.193000', '130547.196000', '130547.198000', '130547.201000', '130547.203000', '130547.206000', '130547.209000', '130547.211000', '130547.214000', '130547.216000', '130547.219000', '130547.222000', '130547.224000', '130547.227000', '130547.230000', '130547.232000', '130547.235000', '130547.237000', '130547.240000', '130547.243000', '130547.245000', '130547.248000', '130547.250000', '130547.253000', '130547.256000', '130547.258000', '130547.261000', '130547.263000', '130547.266000', '130547.269000', '130547.271000', '130547.274000', '130607.160000', '130607.163000', '130607.166000', '130607.169000', '130607.172000', '130607.174000', '130607.177000', '130607.180000', '130607.182000', '130607.185000', '130607.187000', '130607.190000', '130607.193000', '130607.195000', '130607.198000', '130607.201000', '130607.203000', '130607.206000', '130607.208000', '130607.211000', '130607.214000', '130607.216000', '130607.219000', '130607.221000', '130607.224000', '130607.227000', '130607.229000', '130607.232000', '130607.239000', '130607.242000', '130607.245000', '130607.247000', '130607.250000', '130607.253000', '130607.255000', '130607.258000', '130607.260000', '130607.263000', '130607.266000', '130607.268000', '130607.271000', '130607.273000', '130607.276000', '130627.160000', '130627.163000', '130627.166000', '130627.169000', '130627.171000', '130627.174000', '130627.177000', '130627.179000', '130627.182000', '130627.185000', '130627.187000', '130627.190000', '130627.192000', '130627.197000', '130627.199000', '130627.202000', '130627.205000', '130627.209000', '130627.211000', '130627.214000', '130627.216000', '130627.219000', '130627.222000', '130627.224000', '130627.227000', '130627.230000', '130627.232000', '130627.235000', '130627.237000', '130627.240000', '130627.243000', '130627.245000', '130627.248000', '130627.250000', '130627.253000', '130627.256000', '130627.258000', '130627.262000', '130627.264000', '130627.267000', '130627.270000', '130627.272000', '130627.275000', '130647.161000', '130647.163000', '130647.166000', '130647.169000', '130647.172000', '130647.174000', '130647.177000', '130647.180000', '130647.193000', '130647.196000', '130647.198000', '130647.201000', '130647.204000', '130647.206000', '130647.209000', '130647.211000', '130647.214000', '130647.217000', '130647.219000', '130647.228000', '130647.230000', '130647.233000', '130647.236000', '130647.238000', '130647.241000', '130647.244000', '130647.246000', '130647.249000', '130647.251000', '130647.254000', '130647.257000', '130647.259000', '130647.262000', '130647.264000', '130647.267000', '130647.270000', '130647.272000', '130647.275000', '130647.277000', '130647.280000', '130647.283000', '130647.285000', '130647.288000', '130647.290000', '130707.160000', '130707.163000', '130707.166000', '130707.169000', '130707.171000', '130707.174000', '130707.176000', '130707.179000', '130707.182000', '130707.184000', '130707.187000', '130707.190000', '130707.192000', '130707.195000', '130707.197000', '130707.200000', '130707.203000', '130707.205000', '130707.208000', '130707.210000', '130707.213000', '130707.216000', '130707.218000', '130707.221000', '130707.224000', '130707.226000', '130707.229000', '130707.231000', '130707.234000', '130707.237000', '130707.239000', '130707.242000', '130707.245000', '130707.247000', '130707.250000', '130707.253000', '130707.255000', '130707.258000', '130707.260000', '130707.263000', '130707.266000', '130707.268000', '130707.271000', '130707.273000', '130727.162000', '130727.165000', '130727.167000', '130727.170000', '130727.172000', '130727.175000', '130727.178000', '130727.181000', '130727.183000', '130727.186000', '130727.189000', '130727.191000', '130727.194000', '130727.197000', '130727.199000', '130727.202000', '130727.204000', '130727.207000', '130727.210000', '130727.212000', '130727.215000', '130727.218000', '130727.220000', '130727.223000', '130727.225000', '130727.228000', '130727.231000', '130727.233000', '130727.236000', '130727.238000', '130727.241000', '130727.244000', '130727.246000', '130727.249000', '130727.251000', '130727.254000', '130727.257000', '130727.259000', '130727.262000', '130727.265000', '130727.267000', '130727.270000', '130727.273000', '130747.161000', '130747.164000', '130747.167000', '130747.169000', '130747.172000', '130747.175000', '130747.177000', '130747.180000', '130747.183000', '130747.185000', '130747.188000', '130747.190000', '130747.193000', '130747.196000', '130747.198000', '130747.201000', '130747.204000', '130747.207000', '130747.210000', '130747.213000', '130747.215000', '130747.218000', '130747.221000', '130747.223000', '130747.226000', '130747.228000', '130747.231000', '130747.234000', '130747.236000', '130747.239000', '130747.242000', '130747.244000', '130747.248000', '130747.251000', '130747.254000', '130747.256000', '130747.259000', '130747.261000', '130747.264000', '130747.267000', '130747.269000', '130747.272000', '130747.275000', '130807.162000', '130807.166000', '130807.168000', '130807.171000', '130807.173000', '130807.177000', '130807.179000', '130807.182000', '130807.184000', '130807.187000', '130807.190000', '130807.192000', '130807.195000', '130807.198000', '130807.200000', '130807.203000', '130807.205000', '130807.208000', '130807.211000', '130807.213000', '130807.216000', '130807.219000', '130807.222000', '130807.224000', '130807.227000', '130807.230000', '130807.232000', '130807.235000', '130807.237000', '130807.240000', '130807.243000', '130807.246000', '130807.248000', '130807.251000', '130807.254000', '130807.256000', '130807.259000', '130807.261000', '130807.264000', '130807.267000', '130807.269000', '130807.272000', '130807.274000', '130807.277000', '130824.052000', '130824.055000', '130824.057000', '130824.060000', '130824.066000', '130824.069000', '130824.072000', '130824.075000', '130824.077000', '130824.080000', '130824.083000', '130824.086000', '130824.088000', '130824.091000', '130824.094000', '130824.098000', '130824.101000', '130824.104000', '130824.108000', '130824.114000', '130824.118000', '130824.121000', '130824.124000', '130824.127000', '130824.130000', '130824.134000', '130824.138000', '130824.143000', '130824.146000', '130824.149000', '130824.152000', '130824.155000', '130824.158000', '130824.161000', '130824.164000', '130824.167000', '130824.170000'], 'InstanceCreationTime': ['125907.198000', '125907.201000', '125907.203000', '125907.206000', '125907.209000', '125907.211000', '125907.221000', '125907.223000', '125907.226000', '125907.228000', '125907.231000', '125907.234000', '125907.237000', '125907.239000', '125907.242000', '125907.245000', '125907.247000', '125907.250000', '125907.252000', '125907.255000', '125907.258000', '125907.260000', '125907.263000', '125907.265000', '125907.268000', '125907.271000', '125907.273000', '125907.276000', '125907.278000', '125907.289000', '125907.292000', '125907.294000', '125907.297000', '125907.299000', '125907.302000', '125907.305000', '125907.307000', '125907.310000', '125907.312000', '125907.315000', '125907.318000', '125907.320000', '125907.323000', '125907.325000', '125907.328000', '125907.336000', '125907.339000', '125907.341000', '125907.344000', '125907.346000', '125907.349000', '125907.352000', '125907.354000', '125907.357000', '125907.359000', '125907.372000', '125907.374000', '125927.160000', '125927.163000', '125927.166000', '125927.168000', '125927.171000', '125927.174000', '125927.176000', '125927.179000', '125927.182000', '125927.186000', '125927.195000', '125927.197000', '125927.200000', '125927.203000', '125927.205000', '125927.208000', '125927.210000', '125927.213000', '125927.216000', '125927.218000', '125927.221000', '125927.224000', '125927.226000', '125927.229000', '125927.232000', '125927.234000', '125927.237000', '125927.239000', '125927.242000', '125927.245000', '125927.247000', '125927.250000', '125927.252000', '125927.255000', '125927.258000', '125927.260000', '125927.263000', '125927.265000', '125927.268000', '125927.271000', '125927.273000', '125927.276000', '125927.278000', '125947.160000', '125947.163000', '125947.166000', '125947.169000', '125947.171000', '125947.174000', '125947.177000', '125947.179000', '125947.182000', '125947.185000', '125947.187000', '125947.190000', '125947.193000', '125947.195000', '125947.198000', '125947.201000', '125947.203000', '125947.206000', '125947.208000', '125947.211000', '125947.214000', '125947.216000', '125947.219000', '125947.221000', '125947.224000', '125947.227000', '125947.229000', '125947.232000', '125947.234000', '125947.237000', '125947.240000', '125947.242000', '125947.245000', '125947.247000', '125947.250000', '125947.252000', '125947.255000', '125947.258000', '125947.260000', '125947.263000', '125947.265000', '125947.268000', '125947.271000', '125947.273000', '130007.160000', '130007.163000', '130007.166000', '130007.169000', '130007.171000', '130007.174000', '130007.177000', '130007.179000', '130007.182000', '130007.185000', '130007.187000', '130007.190000', '130007.192000', '130007.195000', '130007.198000', '130007.200000', '130007.203000', '130007.205000', '130007.208000', '130007.211000', '130007.213000', '130007.216000', '130007.218000', '130007.221000', '130007.224000', '130007.226000', '130007.229000', '130007.231000', '130007.234000', '130007.237000', '130007.239000', '130007.242000', '130007.244000', '130007.248000', '130007.251000', '130007.254000', '130007.256000', '130007.259000', '130007.262000', '130007.265000', '130007.268000', '130007.271000', '130007.273000', '130027.162000', '130027.164000', '130027.167000', '130027.170000', '130027.173000', '130027.175000', '130027.178000', '130027.181000', '130027.183000', '130027.186000', '130027.189000', '130027.191000', '130027.194000', '130027.196000', '130027.199000', '130027.201000', '130027.204000', '130027.207000', '130027.209000', '130027.220000', '130027.223000', '130027.225000', '130027.228000', '130027.231000', '130027.233000', '130027.236000', '130027.239000', '130027.241000', '130027.244000', '130027.246000', '130027.249000', '130027.252000', '130027.254000', '130027.257000', '130027.260000', '130027.262000', '130027.265000', '130027.267000', '130027.270000', '130027.273000', '130027.275000', '130027.278000', '130027.280000', '130027.283000', '130047.161000', '130047.164000', '130047.167000', '130047.169000', '130047.172000', '130047.175000', '130047.188000', '130047.191000', '130047.194000', '130047.196000', '130047.199000', '130047.201000', '130047.204000', '130047.207000', '130047.209000', '130047.212000', '130047.215000', '130047.217000', '130047.220000', '130047.223000', '130047.225000', '130047.228000', '130047.230000', '130047.233000', '130047.236000', '130047.238000', '130047.241000', '130047.243000', '130047.246000', '130047.249000', '130047.251000', '130047.254000', '130047.256000', '130047.259000', '130047.262000', '130047.264000', '130047.267000', '130047.284000', '130047.286000', '130047.289000', '130047.292000', '130047.294000', '130047.297000', '130107.162000', '130107.164000', '130107.167000', '130107.170000', '130107.173000', '130107.175000', '130107.178000', '130107.180000', '130107.183000', '130107.185000', '130107.188000', '130107.191000', '130107.193000', '130107.196000', '130107.198000', '130107.201000', '130107.204000', '130107.206000', '130107.209000', '130107.211000', '130107.214000', '130107.217000', '130107.219000', '130107.222000', '130107.224000', '130107.227000', '130107.230000', '130107.232000', '130107.235000', '130107.238000', '130107.240000', '130107.243000', '130107.245000', '130107.248000', '130107.251000', '130107.253000', '130107.256000', '130107.258000', '130107.261000', '130107.264000', '130107.266000', '130107.269000', '130107.271000', '130107.274000', '130127.161000', '130127.164000', '130127.167000', '130127.170000', '130127.172000', '130127.175000', '130127.177000', '130127.180000', '130127.183000', '130127.185000', '130127.188000', '130127.191000', '130127.193000', '130127.196000', '130127.199000', '130127.201000', '130127.204000', '130127.206000', '130127.209000', '130127.212000', '130127.214000', '130127.217000', '130127.220000', '130127.222000', '130127.225000', '130127.228000', '130127.230000', '130127.233000', '130127.235000', '130127.238000', '130127.241000', '130127.244000', '130127.246000', '130127.249000', '130127.252000', '130127.255000', '130127.258000', '130127.260000', '130127.263000', '130127.265000', '130127.268000', '130127.271000', '130127.273000', '130147.161000', '130147.163000', '130147.166000', '130147.169000', '130147.171000', '130147.174000', '130147.176000', '130147.179000', '130147.182000', '130147.184000', '130147.187000', '130147.190000', '130147.192000', '130147.195000', '130147.197000', '130147.200000', '130147.203000', '130147.205000', '130147.208000', '130147.211000', '130147.213000', '130147.216000', '130147.218000', '130147.221000', '130147.224000', '130147.226000', '130147.229000', '130147.231000', '130147.234000', '130147.236000', '130147.239000', '130147.242000', '130147.244000', '130147.247000', '130147.249000', '130147.252000', '130147.255000', '130147.257000', '130147.260000', '130147.262000', '130147.265000', '130147.268000', '130147.270000', '130147.273000', '130207.161000', '130207.164000', '130207.166000', '130207.169000', '130207.172000', '130207.175000', '130207.177000', '130207.180000', '130207.182000', '130207.185000', '130207.188000', '130207.190000', '130207.193000', '130207.196000', '130207.198000', '130207.201000', '130207.203000', '130207.206000', '130207.209000', '130207.211000', '130207.214000', '130207.217000', '130207.219000', '130207.222000', '130207.224000', '130207.227000', '130207.230000', '130207.232000', '130207.235000', '130207.238000', '130207.240000', '130207.243000', '130207.245000', '130207.248000', '130207.251000', '130207.253000', '130207.256000', '130207.259000', '130207.261000', '130207.264000', '130207.267000', '130207.269000', '130207.272000', '130227.161000', '130227.163000', '130227.166000', '130227.169000', '130227.171000', '130227.174000', '130227.177000', '130227.179000', '130227.182000', '130227.184000', '130227.187000', '130227.190000', '130227.193000', '130227.195000', '130227.198000', '130227.200000', '130227.203000', '130227.206000', '130227.208000', '130227.221000', '130227.223000', '130227.226000', '130227.229000', '130227.231000', '130227.234000', '130227.236000', '130227.239000', '130227.242000', '130227.244000', '130227.247000', '130227.249000', '130227.252000', '130227.255000', '130227.257000', '130227.260000', '130227.263000', '130227.265000', '130227.268000', '130227.270000', '130227.273000', '130227.275000', '130227.278000', '130227.281000', '130227.283000', '130247.162000', '130247.164000', '130247.167000', '130247.170000', '130247.172000', '130247.175000', '130247.178000', '130247.180000', '130247.183000', '130247.186000', '130247.189000', '130247.191000', '130247.194000', '130247.196000', '130247.199000', '130247.202000', '130247.204000', '130247.207000', '130247.209000', '130247.212000', '130247.215000', '130247.217000', '130247.220000', '130247.222000', '130247.225000', '130247.228000', '130247.230000', '130247.233000', '130247.235000', '130247.238000', '130247.241000', '130247.243000', '130247.246000', '130247.249000', '130247.251000', '130247.254000', '130247.256000', '130247.259000', '130247.262000', '130247.265000', '130247.267000', '130247.270000', '130247.273000', '130307.162000', '130307.164000', '130307.167000', '130307.170000', '130307.172000', '130307.175000', '130307.178000', '130307.180000', '130307.183000', '130307.185000', '130307.188000', '130307.191000', '130307.193000', '130307.196000', '130307.198000', '130307.201000', '130307.204000', '130307.206000', '130307.209000', '130307.212000', '130307.214000', '130307.217000', '130307.219000', '130307.222000', '130307.225000', '130307.227000', '130307.230000', '130307.232000', '130307.235000', '130307.238000', '130307.240000', '130307.243000', '130307.246000', '130307.248000', '130307.251000', '130307.254000', '130307.256000', '130307.259000', '130307.262000', '130307.264000', '130307.267000', '130307.269000', '130307.272000', '130307.275000', '130327.162000', '130327.164000', '130327.167000', '130327.170000', '130327.172000', '130327.175000', '130327.178000', '130327.180000', '130327.183000', '130327.186000', '130327.188000', '130327.191000', '130327.194000', '130327.196000', '130327.199000', '130327.202000', '130327.204000', '130327.207000', '130327.209000', '130327.212000', '130327.215000', '130327.217000', '130327.220000', '130327.222000', '130327.225000', '130327.228000', '130327.230000', '130327.233000', '130327.235000', '130327.238000', '130327.241000', '130327.243000', '130327.246000', '130327.249000', '130327.251000', '130327.254000', '130327.256000', '130327.259000', '130327.262000', '130327.264000', '130327.267000', '130327.270000', '130327.272000', '130347.161000', '130347.163000', '130347.166000', '130347.169000', '130347.171000', '130347.174000', '130347.177000', '130347.179000', '130347.182000', '130347.185000', '130347.187000', '130347.190000', '130347.193000', '130347.195000', '130347.198000', '130347.200000', '130347.203000', '130347.206000', '130347.208000', '130347.211000', '130347.213000', '130347.216000', '130347.219000', '130347.222000', '130347.224000', '130347.227000', '130347.229000', '130347.232000', '130347.235000', '130347.237000', '130347.240000', '130347.243000', '130347.245000', '130347.248000', '130347.250000', '130347.253000', '130347.256000', '130347.258000', '130347.261000', '130347.264000', '130347.266000', '130347.269000', '130347.271000', '130407.161000', '130407.164000', '130407.166000', '130407.169000', '130407.172000', '130407.175000', '130407.177000', '130407.180000', '130407.183000', '130407.186000', '130407.188000', '130407.191000', '130407.194000', '130407.196000', '130407.199000', '130407.204000', '130407.207000', '130407.210000', '130407.212000', '130407.215000', '130407.217000', '130407.220000', '130407.223000', '130407.225000', '130407.228000', '130407.230000', '130407.233000', '130407.236000', '130407.238000', '130407.241000', '130407.244000', '130407.246000', '130407.249000', '130407.252000', '130407.254000', '130407.257000', '130407.259000', '130407.264000', '130407.267000', '130407.269000', '130407.272000', '130407.274000', '130407.277000', '130407.280000', '130427.161000', '130427.163000', '130427.166000', '130427.169000', '130427.171000', '130427.174000', '130427.176000', '130427.179000', '130427.182000', '130427.184000', '130427.187000', '130427.190000', '130427.192000', '130427.195000', '130427.197000', '130427.200000', '130427.203000', '130427.205000', '130427.208000', '130427.211000', '130427.213000', '130427.216000', '130427.218000', '130427.221000', '130427.224000', '130427.227000', '130427.229000', '130427.232000', '130427.234000', '130427.237000', '130427.240000', '130427.242000', '130427.245000', '130427.247000', '130427.250000', '130427.253000', '130427.255000', '130427.258000', '130427.260000', '130427.263000', '130427.266000', '130427.268000', '130427.271000', '130427.273000', '130447.161000', '130447.164000', '130447.166000', '130447.169000', '130447.171000', '130447.174000', '130447.177000', '130447.179000', '130447.182000', '130447.185000', '130447.187000', '130447.190000', '130447.192000', '130447.195000', '130447.198000', '130447.200000', '130447.203000', '130447.205000', '130447.208000', '130447.211000', '130447.213000', '130447.216000', '130447.219000', '130447.221000', '130447.224000', '130447.227000', '130447.229000', '130447.232000', '130447.234000', '130447.237000', '130447.240000', '130447.242000', '130447.245000', '130447.248000', '130447.250000', '130447.253000', '130447.255000', '130447.258000', '130447.261000', '130447.263000', '130447.266000', '130447.268000', '130447.271000', '130507.161000', '130507.164000', '130507.167000', '130507.171000', '130507.174000', '130507.176000', '130507.179000', '130507.182000', '130507.184000', '130507.187000', '130507.190000', '130507.192000', '130507.195000', '130507.197000', '130507.200000', '130507.202000', '130507.205000', '130507.208000', '130507.210000', '130507.213000', '130507.215000', '130507.218000', '130507.221000', '130507.224000', '130507.226000', '130507.229000', '130507.232000', '130507.234000', '130507.237000', '130507.239000', '130507.242000', '130507.245000', '130507.247000', '130507.250000', '130507.252000', '130507.255000', '130507.258000', '130507.260000', '130507.263000', '130507.265000', '130507.268000', '130507.270000', '130507.283000', '130527.162000', '130527.165000', '130527.167000', '130527.170000', '130527.172000', '130527.175000', '130527.178000', '130527.180000', '130527.183000', '130527.186000', '130527.188000', '130527.191000', '130527.193000', '130527.196000', '130527.199000', '130527.201000', '130527.204000', '130527.207000', '130527.209000', '130527.212000', '130527.214000', '130527.217000', '130527.220000', '130527.222000', '130527.225000', '130527.228000', '130527.230000', '130527.233000', '130527.235000', '130527.238000', '130527.241000', '130527.243000', '130527.246000', '130527.249000', '130527.251000', '130527.254000', '130527.256000', '130527.259000', '130527.262000', '130527.276000', '130527.279000', '130527.281000', '130527.284000', '130527.287000', '130547.162000', '130547.164000', '130547.167000', '130547.170000', '130547.172000', '130547.175000', '130547.177000', '130547.180000', '130547.182000', '130547.185000', '130547.188000', '130547.190000', '130547.193000', '130547.196000', '130547.198000', '130547.201000', '130547.203000', '130547.206000', '130547.209000', '130547.211000', '130547.214000', '130547.216000', '130547.219000', '130547.222000', '130547.224000', '130547.227000', '130547.230000', '130547.232000', '130547.235000', '130547.237000', '130547.240000', '130547.243000', '130547.245000', '130547.248000', '130547.250000', '130547.253000', '130547.256000', '130547.258000', '130547.261000', '130547.263000', '130547.266000', '130547.269000', '130547.271000', '130547.274000', '130607.160000', '130607.163000', '130607.166000', '130607.169000', '130607.172000', '130607.174000', '130607.177000', '130607.180000', '130607.182000', '130607.185000', '130607.187000', '130607.190000', '130607.193000', '130607.195000', '130607.198000', '130607.201000', '130607.203000', '130607.206000', '130607.208000', '130607.211000', '130607.214000', '130607.216000', '130607.219000', '130607.221000', '130607.224000', '130607.227000', '130607.229000', '130607.232000', '130607.239000', '130607.242000', '130607.245000', '130607.247000', '130607.250000', '130607.253000', '130607.255000', '130607.258000', '130607.260000', '130607.263000', '130607.266000', '130607.268000', '130607.271000', '130607.273000', '130607.276000', '130627.160000', '130627.163000', '130627.166000', '130627.169000', '130627.171000', '130627.174000', '130627.177000', '130627.179000', '130627.182000', '130627.185000', '130627.187000', '130627.190000', '130627.192000', '130627.197000', '130627.199000', '130627.202000', '130627.205000', '130627.209000', '130627.211000', '130627.214000', '130627.216000', '130627.219000', '130627.222000', '130627.224000', '130627.227000', '130627.230000', '130627.232000', '130627.235000', '130627.237000', '130627.240000', '130627.243000', '130627.245000', '130627.248000', '130627.250000', '130627.253000', '130627.256000', '130627.258000', '130627.262000', '130627.264000', '130627.267000', '130627.270000', '130627.272000', '130627.275000', '130647.161000', '130647.163000', '130647.166000', '130647.169000', '130647.172000', '130647.174000', '130647.177000', '130647.180000', '130647.193000', '130647.196000', '130647.198000', '130647.201000', '130647.204000', '130647.206000', '130647.209000', '130647.211000', '130647.214000', '130647.217000', '130647.219000', '130647.228000', '130647.230000', '130647.233000', '130647.236000', '130647.238000', '130647.241000', '130647.244000', '130647.246000', '130647.249000', '130647.251000', '130647.254000', '130647.257000', '130647.259000', '130647.262000', '130647.264000', '130647.267000', '130647.270000', '130647.272000', '130647.275000', '130647.277000', '130647.280000', '130647.283000', '130647.285000', '130647.288000', '130647.290000', '130707.160000', '130707.163000', '130707.166000', '130707.169000', '130707.171000', '130707.174000', '130707.176000', '130707.179000', '130707.182000', '130707.184000', '130707.187000', '130707.190000', '130707.192000', '130707.195000', '130707.197000', '130707.200000', '130707.203000', '130707.205000', '130707.208000', '130707.210000', '130707.213000', '130707.216000', '130707.218000', '130707.221000', '130707.224000', '130707.226000', '130707.229000', '130707.231000', '130707.234000', '130707.237000', '130707.239000', '130707.242000', '130707.245000', '130707.247000', '130707.250000', '130707.253000', '130707.255000', '130707.258000', '130707.260000', '130707.263000', '130707.266000', '130707.268000', '130707.271000', '130707.273000', '130727.162000', '130727.165000', '130727.167000', '130727.170000', '130727.172000', '130727.175000', '130727.178000', '130727.181000', '130727.183000', '130727.186000', '130727.189000', '130727.191000', '130727.194000', '130727.197000', '130727.199000', '130727.202000', '130727.204000', '130727.207000', '130727.210000', '130727.212000', '130727.215000', '130727.218000', '130727.220000', '130727.223000', '130727.225000', '130727.228000', '130727.231000', '130727.233000', '130727.236000', '130727.238000', '130727.241000', '130727.244000', '130727.246000', '130727.249000', '130727.251000', '130727.254000', '130727.257000', '130727.259000', '130727.262000', '130727.265000', '130727.267000', '130727.270000', '130727.273000', '130747.161000', '130747.164000', '130747.167000', '130747.169000', '130747.172000', '130747.175000', '130747.177000', '130747.180000', '130747.183000', '130747.185000', '130747.188000', '130747.190000', '130747.193000', '130747.196000', '130747.198000', '130747.201000', '130747.204000', '130747.207000', '130747.210000', '130747.213000', '130747.215000', '130747.218000', '130747.221000', '130747.223000', '130747.226000', '130747.228000', '130747.231000', '130747.234000', '130747.236000', '130747.239000', '130747.242000', '130747.244000', '130747.248000', '130747.251000', '130747.254000', '130747.256000', '130747.259000', '130747.261000', '130747.264000', '130747.267000', '130747.269000', '130747.272000', '130747.275000', '130807.162000', '130807.166000', '130807.168000', '130807.171000', '130807.173000', '130807.177000', '130807.179000', '130807.182000', '130807.184000', '130807.187000', '130807.190000', '130807.192000', '130807.195000', '130807.198000', '130807.200000', '130807.203000', '130807.205000', '130807.208000', '130807.211000', '130807.213000', '130807.216000', '130807.219000', '130807.222000', '130807.224000', '130807.227000', '130807.230000', '130807.232000', '130807.235000', '130807.237000', '130807.240000', '130807.243000', '130807.246000', '130807.248000', '130807.251000', '130807.254000', '130807.256000', '130807.259000', '130807.261000', '130807.264000', '130807.267000', '130807.269000', '130807.272000', '130807.274000', '130807.277000', '130824.052000', '130824.055000', '130824.057000', '130824.060000', '130824.066000', '130824.069000', '130824.072000', '130824.075000', '130824.077000', '130824.080000', '130824.083000', '130824.086000', '130824.088000', '130824.091000', '130824.094000', '130824.098000', '130824.101000', '130824.104000', '130824.108000', '130824.114000', '130824.118000', '130824.121000', '130824.124000', '130824.127000', '130824.130000', '130824.134000', '130824.138000', '130824.143000', '130824.146000', '130824.149000', '130824.152000', '130824.155000', '130824.158000', '130824.161000', '130824.164000', '130824.167000', '130824.170000'], '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': [8482, 16647, 11432, 12557, 16263, 14855, 15352, 15659, 18705, 9870, 8106, 7972, 7870, 7633, 8337, 7683, 7511, 8035, 7419, 10171, 7861, 10681, 12930, 10600, 14990, 10250, 11237, 11760, 8441, 14316, 9411, 9169, 9288, 7820, 11206, 7367, 9913, 9146, 7444, 12034, 7452, 14495, 10024, 7380, 7437, 7388, 9311, 7788, 7350, 7554, 7328, 9215, 7633, 9731, 7579, 7442, 7454, 7404, 8606, 7790, 7417, 7198, 7536, 9421, 7627, 7557, 7685, 7367, 10584, 8206, 7550, 8024, 7386, 10431, 8354, 7967, 9118, 7458, 9598, 7390, 7366, 7986, 7433, 12181, 7545, 7407, 7468, 7341, 9161, 7422, 8949, 7702, 7497, 11059, 7327, 9229, 7746, 7454, 10110, 7489, 12360, 7874, 7544, 9564, 7485, 12812, 8759, 7456, 8409, 7721, 7721, 7394, 7421, 8627, 7471, 7607, 9769, 7455, 10984, 9734, 7860, 14746, 10180, 9422, 12724, 8649, 14166, 11809, 9964, 16361, 11534, 11364, 11352, 8539, 9975, 7959, 7479, 12008, 7897, 8505, 8189, 7472, 14230, 7858, 7452, 7650, 7227, 8176, 7454, 9670, 8114, 8775, 8097, 7361, 7588, 7309, 7406, 7539, 7650, 8891, 7798, 8549, 7858, 7500, 9439, 7518, 10829, 8924, 7423, 10157, 7675, 11250, 8222, 8112, 12865, 8251, 15833, 8420, 7481, 7703, 7856, 14180, 8910, 9705, 8500, 7455, 9205, 7578, 7480, 8252, 7489, 10492, 8112, 8092, 9069, 7537, 9040, 8758, 8126, 15491, 10295, 9448, 7792, 7500, 9166, 7967, 8032, 7897, 7250, 10168, 8047, 10734, 9896, 8468, 17213, 12938, 10478, 11291, 7425, 8632, 12071, 7935, 11742, 7506, 7443, 10304, 7675, 7456, 7500, 7055, 9099, 7670, 8312, 7832, 7747, 8453, 7412, 8299, 7561, 7406, 8096, 7566, 8794, 7925, 7681, 7733, 7257, 9904, 7643, 9030, 7867, 7328, 9301, 7767, 11272, 8336, 7367, 8548, 7533, 9433, 7808, 7552, 10873, 7277, 8631, 7658, 7386, 9219, 7525, 11693, 7803, 7412, 9326, 7538, 13653, 9213, 7403, 8836, 7224, 12543, 8898, 8014, 8077, 7393, 11833, 8693, 7444, 7830, 7286, 9513, 7725, 7474, 12497, 7577, 9044, 7327, 7836, 9338, 7416, 14337, 9079, 7525, 7937, 7350, 14097, 9100, 8732, 7547, 7415, 10194, 7637, 9181, 7646, 7487, 14912, 7819, 8746, 7499, 7402, 12901, 8263, 12009, 9049, 7395, 11158, 7486, 7404, 8563, 7418, 14686, 8714, 7593, 8269, 7159, 11196, 7678, 9317, 8194, 7458, 9592, 7565, 9107, 9394, 7422, 8086, 7225, 7715, 7486, 7734, 12357, 7453, 7267, 7533, 7459, 10757, 7529, 7726, 7388, 7399, 11153, 8288, 7567, 8619, 7482, 10148, 8450, 8090, 12989, 7666, 11224, 8487, 7588, 13203, 7983, 14020, 10182, 7729, 14207, 9979, 12205, 8896, 7777, 16570, 9530, 7449, 7707, 7497, 7572, 7487, 7360, 10238, 7879, 9142, 8386, 7338, 12087, 8141, 7515, 11851, 7574, 12487, 9877, 7509, 14637, 10071, 9625, 9033, 7584, 8616, 7597, 7579, 10767, 7633, 11798, 7638, 7470, 8002, 7635, 10410, 7961, 7483, 7874, 7442, 12913, 7842, 7485, 7647, 7646, 10182, 7543, 8620, 7601, 7412, 9987, 7789, 9602, 7740, 8095, 9383, 7486, 11398, 7767, 7413, 12289, 8664, 13552, 7352, 7519, 7399, 7402, 11253, 7455, 10370, 7567, 7598, 8825, 7522, 8463, 8133, 7455, 7802, 7262, 7697, 7589, 7451, 12699, 7538, 8593, 7636, 7467, 11835, 7460, 13584, 9684, 7525, 10431, 7410, 14080, 11071, 8417, 9138, 7580, 13931, 8185, 7400, 9512, 7447, 10293, 7526, 7512, 12425, 7425, 10678, 7527, 7291, 9887, 7332, 16277, 10967, 7835, 9650, 7405, 13316, 7754, 11613, 10796, 8293, 9230, 7381, 8165, 7527, 7498, 15620, 9002, 11293, 7720, 7414, 7422, 7467, 7549, 7549, 7360, 8433, 8259, 7336, 12470, 9122, 9190, 11657, 8357, 15599, 12366, 9552, 14992, 8736, 14997, 10506, 8536, 14913, 8976, 12596, 8037, 10305, 10119, 7181, 8949, 7654, 10456, 7901, 7242, 7680, 7301, 9385, 7797, 7294, 7567, 7391, 8595, 7543, 7420, 7845, 7295, 8283, 7424, 7402, 7819, 7369, 10090, 7817, 7595, 10686, 7510, 11875, 7986, 10151, 10225, 8587, 10956, 7433, 14839, 8388, 14935, 9567, 7983, 8262, 7320, 10589, 7459, 12354, 8560, 8978, 11308, 8164, 7391, 7496, 7393, 7399, 7559, 7559, 7615, 7602, 9200, 7409, 7564, 9695, 7453, 13650, 9957, 9122, 13677, 9438, 13402, 11301, 8490, 16271, 12032, 10399, 9972, 8046, 9829, 7899, 7550, 13300, 9003, 15279, 10427, 7336, 7829, 7740, 8340, 8444, 7391, 8715, 7568, 9365, 8003, 7560, 12229, 7819, 12351, 8474, 9507, 9982, 8083, 14184, 7492, 12588, 8607, 10561, 13028, 8640, 9690, 7572, 9777, 8125, 10203, 8458, 7566, 9005, 7527, 7897, 7957, 7370, 8791, 7701, 10932, 8477, 7405, 8241, 7508, 7641, 7917, 7655, 12125, 7599, 9935, 7757, 7849, 9112, 7595, 11394, 7335, 11222, 7946, 8229, 9288, 7552, 15784, 8825, 9081, 7519, 7567, 10625, 7650, 9663, 7805, 7568, 13719, 8476, 11047, 7769, 7513, 8141, 7538, 10430, 8177, 9162, 9446, 7761, 7994, 7852, 7514, 7666, 7446, 12696, 7459, 7491, 7590, 7568, 11486, 8296, 9942, 8017, 7726, 9542, 7907, 12017, 10824, 9815, 12721, 8724, 15871, 12142, 11442, 11510, 7568, 9405, 7544, 7566, 9981, 7466, 12047, 8330, 7849, 13102, 7567, 13189, 10043, 8311, 11288, 8257, 9275, 10060, 7513, 9644, 7619, 7322, 7938, 7913, 11351, 7315, 7159, 7599, 7332, 8668, 8318, 7604, 7863, 7281, 7659, 7612, 7455, 7506, 7399, 9311, 7680, 7318, 8148, 7804, 8772, 7664, 9862, 7848, 7591, 8952, 7637, 14247, 10906, 9397, 9063, 8153, 15456, 9517, 14124, 10381, 7931, 10536, 7647, 14827, 11040, 10526, 10704, 7648, 11951, 8231, 10993, 14682, 10354, 9471, 7917, 7480, 7996, 7358, 11800, 7976, 8531, 8095, 7619, 11712, 7565, 10697, 8387, 9010, 15897, 9770, 8739, 7904, 7470, 8562, 8067, 10577, 8241, 7524, 8129, 7776, 7473, 8109, 7761, 9586, 8078, 9323, 13067, 10716, 15459, 11288, 10006, 8519, 7811, 9220, 7673, 11797, 7749, 9011, 7711, 7473, 12062, 7256, 14637, 10981, 11642, 16641, 9361, 7878, 7428, 7360, 7156, 7449, 7432, 9930, 8054, 7475, 10715, 7814, 8003, 11417, 7803, 9469, 8589, 7558, 14646, 10109, 7317, 8538, 7715, 8926, 7851, 7576, 7844, 7468, 7404, 8181, 7450, 7376, 7921, 7518, 7959, 7893, 7478, 8122, 7496, 9099, 8184, 7576, 10204, 7842, 7492, 12083, 8479, 14239, 11581, 10206, 11755, 7919, 16588, 10452, 11686, 8748, 9354, 10697, 7407, 9999, 7735, 10849, 7981, 8477, 7906, 7578, 9152, 7755, 7683, 7701, 7420, 7888, 7509, 7418, 7586, 7667, 7854, 7563, 7467, 7915, 7668, 12491, 8473, 11146, 8340, 8845, 12680, 10434, 17808, 12693, 10992, 10312, 8059, 15696, 9378, 15264, 11164, 10171, 11318, 8644, 14711, 9118, 13431, 8038, 8465, 10006, 8844, 16248, 9521, 8113, 8121, 7563, 8917, 7476, 10489, 7825, 7251, 8015, 7554, 9069, 7633, 8665, 7922, 7621, 8150, 7645, 9091, 7755, 7488, 8214, 8483, 7414, 8775, 7643, 9770, 8414, 7967, 11690, 9636, 13719, 10649, 8345, 7834, 7664, 7426, 9725, 9254, 11729, 10901, 9716, 14939, 9992, 10001, 10321, 8113, 14630, 11260, 9739, 11926, 7635, 7735, 8356, 7409, 15240, 8555, 7167, 8001, 7320, 9123, 7796, 7362, 7436, 7626, 12664, 7446, 7409, 7897, 7840, 7521, 7621, 10369, 7401, 7512, 7837, 7903, 9099, 7846, 7397, 7863, 7367, 8366, 7797, 7527, 10492, 7685, 9926, 7998, 7583, 10785, 7544, 13949, 9830, 9377, 13798, 11577, 16111, 11257, 8257, 9180, 7594, 13331, 9395, 7998, 8749, 7388, 11457, 8196, 10883, 8917, 9754, 9116, 7775, 10733, 8242, 8226, 9503, 9226, 14402, 8113, 7893, 7693, 7540, 9999, 7772, 10626, 7816, 7830, 12968, 7984, 8919, 8150, 7701, 7926, 7854, 13992, 8378, 7391, 7785, 7805, 8664, 7726, 9056, 8247, 7513, 7584, 7876, 7417, 8330, 7545, 10902, 7921, 7512, 8006, 7444, 10279, 7783, 8353, 9310, 8098, 15751, 11279, 15054, 10958, 9209, 8849, 7880, 9897, 7696, 7436, 10839, 7738, 7507, 8428, 8021, 12276, 8151, 7230, 9224, 7541, 9262, 8160, 7420, 9609, 7626, 8011, 8245, 7532, 9590, 7716, 7804, 8292, 7236, 7683, 7987, 8673, 7664, 10028, 7582, 7612, 7328, 7457, 7703, 7789, 7828, 7841, 7584, 7439, 7379, 7335, 7436, 8190, 7652, 8723, 7577, 9164, 7748, 7453, 12212, 8336, 12770, 10534, 11244, 15637, 13334, 17048, 13092, 12039, 11382, 9542, 17092, 11601, 14733, 10501, 9229, 14897, 8982, 11866, 8185, 7345, 7923, 8004, 14536, 8127, 7579, 7803, 7640, 14121, 7685, 7700, 7905, 7509, 7499, 8492, 7638, 7761, 8083, 8374, 8218, 7407, 8167, 7987, 10008, 7989, 10045, 14631, 11584, 15694, 10417, 7866, 8223, 7738, 9164, 7719, 12654, 7924, 8954, 8257, 7526, 7626, 7620, 9484, 7918, 9497, 7993, 7831, 9939, 7634, 14912, 7509, 7475, 8690, 7674, 7338, 8259, 7412, 7508, 7699], 'WindowCenter': [4904.0, 4997.0, 4923.0, 4899.0, 4928.0, 4903.0, 4904.0, 4903.0, 4894.0, 4789.0, 4744.0, 4746.0, 4757.0, 4758.0, 4768.0, 4748.0, 4734.0, 4759.0, 4762.0, 4809.0, 4771.0, 4809.0, 4817.0, 4786.0, 4821.0, 4773.0, 4782.0, 4781.0, 4730.0, 4798.0, 4738.0, 4736.0, 4731.0, 4716.0, 4762.0, 4707.0, 4756.0, 4746.0, 4717.0, 4777.0, 4719.0, 4807.0, 4758.0, 4718.0, 4718.0, 4718.0, 4747.0, 4729.0, 4719.0, 4731.0, 4734.0, 4787.0, 4759.0, 4784.0, 4744.0, 4744.0, 4732.0, 4733.0, 4753.0, 4745.0, 4745.0, 4736.0, 4757.0, 4791.0, 4774.0, 4774.0, 4771.0, 4760.0, 4809.0, 4781.0, 4759.0, 4766.0, 4762.0, 4823.0, 4793.0, 4796.0, 4802.0, 4774.0, 4801.0, 4759.0, 4760.0, 4782.0, 4775.0, 4844.0, 4784.0, 4773.0, 4773.0, 4770.0, 4799.0, 4773.0, 4789.0, 4772.0, 4775.0, 4831.0, 4777.0, 4814.0, 4784.0, 4785.0, 4838.0, 4786.0, 4852.0, 4795.0, 4796.0, 4823.0, 4799.0, 4852.0, 4802.0, 4769.0, 4778.0, 4758.0, 4757.0, 4759.0, 4761.0, 4780.0, 4775.0, 4784.0, 4825.0, 4790.0, 4835.0, 4800.0, 4769.0, 4849.0, 4799.0, 4791.0, 4837.0, 4780.0, 4850.0, 4832.0, 4811.0, 4874.0, 4829.0, 4815.0, 4794.0, 4764.0, 4797.0, 4770.0, 4746.0, 4817.0, 4767.0, 4779.0, 4780.0, 4760.0, 4849.0, 4769.0, 4756.0, 4753.0, 4744.0, 4762.0, 4756.0, 4811.0, 4780.0, 4791.0, 4782.0, 4770.0, 4767.0, 4756.0, 4756.0, 4767.0, 4767.0, 4800.0, 4782.0, 4808.0, 4792.0, 4774.0, 4814.0, 4785.0, 4820.0, 4790.0, 4759.0, 4793.0, 4757.0, 4804.0, 4778.0, 4781.0, 4851.0, 4790.0, 4869.0, 4776.0, 4756.0, 4767.0, 4776.0, 4845.0, 4803.0, 4812.0, 4788.0, 4754.0, 4784.0, 4754.0, 4745.0, 4762.0, 4758.0, 4820.0, 4781.0, 4792.0, 4786.0, 4771.0, 4801.0, 4800.0, 4779.0, 4870.0, 4810.0, 4786.0, 4754.0, 4744.0, 4776.0, 4766.0, 4740.0, 4748.0, 4732.0, 4783.0, 4767.0, 4808.0, 4809.0, 4778.0, 4867.0, 4825.0, 4792.0, 4793.0, 4732.0, 4762.0, 4800.0, 4752.0, 4800.0, 4743.0, 4745.0, 4794.0, 4755.0, 4742.0, 4740.0, 4731.0, 4773.0, 4757.0, 4765.0, 4755.0, 4756.0, 4766.0, 4756.0, 4778.0, 4769.0, 4757.0, 4766.0, 4781.0, 4792.0, 4781.0, 4767.0, 4754.0, 4758.0, 4822.0, 4771.0, 4788.0, 4767.0, 4756.0, 4810.0, 4781.0, 4829.0, 4765.0, 4745.0, 4762.0, 4753.0, 4798.0, 4782.0, 4783.0, 4820.0, 4757.0, 4776.0, 4755.0, 4756.0, 4812.0, 4781.0, 4829.0, 4757.0, 4756.0, 4814.0, 4783.0, 4862.0, 4788.0, 4755.0, 4775.0, 4769.0, 4840.0, 4790.0, 4767.0, 4766.0, 4770.0, 4829.0, 4788.0, 4755.0, 4757.0, 4744.0, 4782.0, 4768.0, 4770.0, 4843.0, 4770.0, 4787.0, 4756.0, 4767.0, 4814.0, 4772.0, 4860.0, 4789.0, 4767.0, 4765.0, 4773.0, 4848.0, 4801.0, 4778.0, 4754.0, 4756.0, 4794.0, 4754.0, 4784.0, 4781.0, 4769.0, 4859.0, 4768.0, 4776.0, 4745.0, 4743.0, 4836.0, 4778.0, 4827.0, 4774.0, 4745.0, 4802.0, 4755.0, 4744.0, 4776.0, 4769.0, 4847.0, 4776.0, 4752.0, 4763.0, 4745.0, 4831.0, 4770.0, 4800.0, 4775.0, 4753.0, 4781.0, 4769.0, 4790.0, 4799.0, 4755.0, 4754.0, 4743.0, 4755.0, 4769.0, 4768.0, 4838.0, 4759.0, 4755.0, 4778.0, 4772.0, 4820.0, 4781.0, 4769.0, 4769.0, 4786.0, 4830.0, 4791.0, 4768.0, 4788.0, 4757.0, 4820.0, 4791.0, 4793.0, 4837.0, 4767.0, 4804.0, 4772.0, 4755.0, 4825.0, 4766.0, 4833.0, 4792.0, 4769.0, 4847.0, 4811.0, 4828.0, 4800.0, 4769.0, 4854.0, 4795.0, 4742.0, 4738.0, 4741.0, 4738.0, 4730.0, 4741.0, 4797.0, 4782.0, 4799.0, 4779.0, 4759.0, 4824.0, 4766.0, 4754.0, 4816.0, 4767.0, 4826.0, 4798.0, 4759.0, 4871.0, 4808.0, 4800.0, 4773.0, 4758.0, 4764.0, 4745.0, 4756.0, 4820.0, 4772.0, 4829.0, 4768.0, 4761.0, 4769.0, 4784.0, 4818.0, 4784.0, 4760.0, 4793.0, 4786.0, 4853.0, 4783.0, 4768.0, 4767.0, 4770.0, 4823.0, 4779.0, 4790.0, 4770.0, 4768.0, 4807.0, 4770.0, 4815.0, 4783.0, 4794.0, 4798.0, 4770.0, 4817.0, 4772.0, 4784.0, 4842.0, 4804.0, 4838.0, 4758.0, 4756.0, 4744.0, 4758.0, 4829.0, 4770.0, 4821.0, 4767.0, 4767.0, 4788.0, 4784.0, 4789.0, 4794.0, 4769.0, 4769.0, 4768.0, 4777.0, 4782.0, 4783.0, 4854.0, 4781.0, 4789.0, 4769.0, 4768.0, 4855.0, 4781.0, 4863.0, 4809.0, 4770.0, 4822.0, 4783.0, 4849.0, 4832.0, 4791.0, 4812.0, 4771.0, 4847.0, 4777.0, 4753.0, 4781.0, 4757.0, 4794.0, 4770.0, 4768.0, 4841.0, 4768.0, 4808.0, 4765.0, 4754.0, 4810.0, 4769.0, 4881.0, 4806.0, 4756.0, 4784.0, 4745.0, 4846.0, 4770.0, 4817.0, 4817.0, 4765.0, 4772.0, 4743.0, 4762.0, 4770.0, 4797.0, 4884.0, 4804.0, 4829.0, 4769.0, 4756.0, 4755.0, 4743.0, 4741.0, 4742.0, 4773.0, 4792.0, 4794.0, 4773.0, 4842.0, 4799.0, 4799.0, 4817.0, 4776.0, 4847.0, 4827.0, 4784.0, 4834.0, 4765.0, 4833.0, 4795.0, 4779.0, 4846.0, 4774.0, 4825.0, 4766.0, 4796.0, 4793.0, 4733.0, 4787.0, 4769.0, 4807.0, 4766.0, 4753.0, 4752.0, 4771.0, 4796.0, 4771.0, 4759.0, 4756.0, 4758.0, 4776.0, 4781.0, 4784.0, 4794.0, 4785.0, 4792.0, 4783.0, 4770.0, 4771.0, 4771.0, 4823.0, 4795.0, 4796.0, 4818.0, 4773.0, 4829.0, 4781.0, 4823.0, 4821.0, 4788.0, 4807.0, 4757.0, 4871.0, 4791.0, 4859.0, 4795.0, 4763.0, 4763.0, 4744.0, 4791.0, 4771.0, 4849.0, 4799.0, 4784.0, 4800.0, 4748.0, 4738.0, 4766.0, 4756.0, 4755.0, 4755.0, 4752.0, 4752.0, 4755.0, 4788.0, 4760.0, 4767.0, 4824.0, 4787.0, 4859.0, 4811.0, 4798.0, 4836.0, 4785.0, 4836.0, 4816.0, 4790.0, 4885.0, 4844.0, 4820.0, 4798.0, 4766.0, 4784.0, 4765.0, 4782.0, 4860.0, 4801.0, 4862.0, 4834.0, 4772.0, 4766.0, 4767.0, 4764.0, 4774.0, 4756.0, 4778.0, 4771.0, 4801.0, 4782.0, 4794.0, 4839.0, 4779.0, 4842.0, 4780.0, 4798.0, 4797.0, 4768.0, 4836.0, 4757.0, 4827.0, 4787.0, 4818.0, 4841.0, 4787.0, 4784.0, 4755.0, 4806.0, 4778.0, 4825.0, 4794.0, 4769.0, 4786.0, 4768.0, 4768.0, 4766.0, 4756.0, 4798.0, 4795.0, 4831.0, 4805.0, 4771.0, 4777.0, 4769.0, 4782.0, 4805.0, 4794.0, 4853.0, 4783.0, 4810.0, 4795.0, 4821.0, 4812.0, 4797.0, 4825.0, 4759.0, 4816.0, 4766.0, 4790.0, 4824.0, 4783.0, 4870.0, 4788.0, 4786.0, 4757.0, 4756.0, 4794.0, 4756.0, 4784.0, 4756.0, 4781.0, 4850.0, 4793.0, 4816.0, 4754.0, 4755.0, 4764.0, 4783.0, 4830.0, 4789.0, 4797.0, 4811.0, 4769.0, 4763.0, 4766.0, 4781.0, 4777.0, 4781.0, 4850.0, 4757.0, 4755.0, 4779.0, 4794.0, 4842.0, 4804.0, 4810.0, 4777.0, 4767.0, 4810.0, 4803.0, 4837.0, 4833.0, 4810.0, 4851.0, 4802.0, 4855.0, 4826.0, 4814.0, 4802.0, 4741.0, 4758.0, 4738.0, 4754.0, 4778.0, 4756.0, 4812.0, 4762.0, 4749.0, 4808.0, 4741.0, 4808.0, 4768.0, 4747.0, 4789.0, 4775.0, 4772.0, 4780.0, 4728.0, 4767.0, 4739.0, 4751.0, 4776.0, 4766.0, 4800.0, 4742.0, 4730.0, 4740.0, 4741.0, 4789.0, 4791.0, 4775.0, 4791.0, 4769.0, 4755.0, 4781.0, 4783.0, 4778.0, 4783.0, 4812.0, 4778.0, 4768.0, 4789.0, 4806.0, 4813.0, 4793.0, 4823.0, 4780.0, 4780.0, 4827.0, 4794.0, 4873.0, 4831.0, 4798.0, 4788.0, 4779.0, 4882.0, 4824.0, 4876.0, 4820.0, 4780.0, 4833.0, 4793.0, 4860.0, 4831.0, 4805.0, 4794.0, 4753.0, 4840.0, 4789.0, 4817.0, 4873.0, 4806.0, 4784.0, 4762.0, 4742.0, 4753.0, 4742.0, 4811.0, 4777.0, 4775.0, 4761.0, 4754.0, 4813.0, 4769.0, 4821.0, 4777.0, 4786.0, 4871.0, 4810.0, 4763.0, 4751.0, 4743.0, 4775.0, 4792.0, 4816.0, 4791.0, 4779.0, 4763.0, 4766.0, 4754.0, 4763.0, 4765.0, 4811.0, 4792.0, 4812.0, 4862.0, 4831.0, 4869.0, 4843.0, 4811.0, 4775.0, 4751.0, 4769.0, 4753.0, 4801.0, 4752.0, 4774.0, 4754.0, 4755.0, 4812.0, 4743.0, 4845.0, 4792.0, 4787.0, 4839.0, 4787.0, 4778.0, 4756.0, 4743.0, 4729.0, 4722.0, 4741.0, 4794.0, 4765.0, 4756.0, 4805.0, 4754.0, 4762.0, 4812.0, 4753.0, 4784.0, 4776.0, 4780.0, 4848.0, 4795.0, 4745.0, 4778.0, 4769.0, 4787.0, 4766.0, 4754.0, 4763.0, 4755.0, 4784.0, 4793.0, 4770.0, 4770.0, 4780.0, 4770.0, 4766.0, 4782.0, 4771.0, 4779.0, 4773.0, 4815.0, 4808.0, 4784.0, 4824.0, 4781.0, 4771.0, 4839.0, 4794.0, 4861.0, 4820.0, 4797.0, 4818.0, 4780.0, 4855.0, 4807.0, 4816.0, 4776.0, 4774.0, 4792.0, 4754.0, 4812.0, 4782.0, 4829.0, 4778.0, 4792.0, 4766.0, 4769.0, 4798.0, 4777.0, 4767.0, 4781.0, 4756.0, 4765.0, 4781.0, 4769.0, 4779.0, 4797.0, 4780.0, 4779.0, 4781.0, 4806.0, 4794.0, 4866.0, 4805.0, 4829.0, 4790.0, 4801.0, 4877.0, 4822.0, 4895.0, 4835.0, 4803.0, 4782.0, 4752.0, 4832.0, 4772.0, 4832.0, 4792.0, 4783.0, 4790.0, 4749.0, 4814.0, 4748.0, 4806.0, 4765.0, 4760.0, 4768.0, 4770.0, 4841.0, 4769.0, 4735.0, 4737.0, 4764.0, 4772.0, 4752.0, 4804.0, 4740.0, 4729.0, 4777.0, 4766.0, 4784.0, 4766.0, 4787.0, 4763.0, 4767.0, 4791.0, 4777.0, 4814.0, 4768.0, 4766.0, 4774.0, 4774.0, 4780.0, 4800.0, 4796.0, 4811.0, 4792.0, 4804.0, 4852.0, 4833.0, 4858.0, 4804.0, 4775.0, 4738.0, 4739.0, 4740.0, 4784.0, 4786.0, 4814.0, 4794.0, 4786.0, 4831.0, 4772.0, 4782.0, 4798.0, 4765.0, 4835.0, 4790.0, 4770.0, 4785.0, 4742.0, 4740.0, 4753.0, 4743.0, 4832.0, 4760.0, 4729.0, 4742.0, 4731.0, 4760.0, 4753.0, 4759.0, 4772.0, 4766.0, 4835.0, 4743.0, 4743.0, 4753.0, 4793.0, 4778.0, 4769.0, 4822.0, 4757.0, 4756.0, 4793.0, 4794.0, 4798.0, 4803.0, 4784.0, 4777.0, 4770.0, 4790.0, 4810.0, 4809.0, 4835.0, 4799.0, 4810.0, 4780.0, 4781.0, 4820.0, 4769.0, 4849.0, 4810.0, 4824.0, 4874.0, 4841.0, 4884.0, 4820.0, 4776.0, 4810.0, 4782.0, 4850.0, 4802.0, 4766.0, 4776.0, 4755.0, 4815.0, 4805.0, 4831.0, 4802.0, 4797.0, 4775.0, 4753.0, 4793.0, 4777.0, 4793.0, 4799.0, 4800.0, 4846.0, 4765.0, 4766.0, 4753.0, 4755.0, 4793.0, 4753.0, 4817.0, 4778.0, 4769.0, 4852.0, 4767.0, 4770.0, 4751.0, 4781.0, 4779.0, 4775.0, 4858.0, 4775.0, 4745.0, 4752.0, 4790.0, 4788.0, 4765.0, 4787.0, 4802.0, 4757.0, 4755.0, 4763.0, 4755.0, 4803.0, 4792.0, 4817.0, 4804.0, 4769.0, 4774.0, 4768.0, 4793.0, 4755.0, 4765.0, 4814.0, 4781.0, 4855.0, 4830.0, 4854.0, 4804.0, 4770.0, 4759.0, 4750.0, 4795.0, 4756.0, 4742.0, 4788.0, 4742.0, 4742.0, 4778.0, 4766.0, 4811.0, 4751.0, 4741.0, 4769.0, 4741.0, 4770.0, 4750.0, 4742.0, 4769.0, 4745.0, 4753.0, 4758.0, 4768.0, 4796.0, 4756.0, 4742.0, 4763.0, 4744.0, 4742.0, 4766.0, 4788.0, 4767.0, 4808.0, 4764.0, 4765.0, 4758.0, 4743.0, 4737.0, 4765.0, 4752.0, 4761.0, 4765.0, 4768.0, 4784.0, 4781.0, 4768.0, 4791.0, 4806.0, 4813.0, 4779.0, 4800.0, 4781.0, 4787.0, 4836.0, 4788.0, 4841.0, 4822.0, 4821.0, 4854.0, 4839.0, 4857.0, 4811.0, 4800.0, 4786.0, 4770.0, 4847.0, 4791.0, 4806.0, 4767.0, 4769.0, 4817.0, 4746.0, 4772.0, 4734.0, 4715.0, 4735.0, 4751.0, 4833.0, 4753.0, 4740.0, 4751.0, 4763.0, 4847.0, 4754.0, 4752.0, 4748.0, 4752.0, 4741.0, 4773.0, 4753.0, 4767.0, 4792.0, 4780.0, 4776.0, 4767.0, 4777.0, 4777.0, 4797.0, 4779.0, 4821.0, 4847.0, 4817.0, 4870.0, 4808.0, 4766.0, 4764.0, 4740.0, 4773.0, 4754.0, 4823.0, 4767.0, 4773.0, 4776.0, 4765.0, 4756.0, 4753.0, 4780.0, 4763.0, 4781.0, 4768.0, 4770.0, 4811.0, 4783.0, 4886.0, 4773.0, 4782.0, 4799.0, 4781.0, 4755.0, 4763.0, 4755.0, 4759.0, 4755.0], 'WindowWidth': [10723.0, 10833.0, 10715.0, 10657.0, 10694.0, 10649.0, 10651.0, 10648.0, 10626.0, 10458.0, 10385.0, 10385.0, 10405.0, 10410.0, 10424.0, 10395.0, 10371.0, 10413.0, 10424.0, 10488.0, 10435.0, 10484.0, 10493.0, 10446.0, 10489.0, 10422.0, 10431.0, 10428.0, 10358.0, 10448.0, 10365.0, 10358.0, 10349.0, 10332.0, 10394.0, 10323.0, 10390.0, 10378.0, 10340.0, 10421.0, 10349.0, 10465.0, 10397.0, 10345.0, 10343.0, 10343.0, 10378.0, 10360.0, 10347.0, 10363.0, 10376.0, 10455.0, 10420.0, 10443.0, 10390.0, 10388.0, 10370.0, 10372.0, 10397.0, 10392.0, 10392.0, 10379.0, 10411.0, 10462.0, 10447.0, 10447.0, 10439.0, 10423.0, 10487.0, 10450.0, 10418.0, 10427.0, 10428.0, 10514.0, 10474.0, 10481.0, 10485.0, 10451.0, 10477.0, 10418.0, 10422.0, 10456.0, 10452.0, 10543.0, 10461.0, 10446.0, 10445.0, 10438.0, 10473.0, 10445.0, 10461.0, 10441.0, 10452.0, 10527.0, 10457.0, 10502.0, 10461.0, 10465.0, 10547.0, 10474.0, 10558.0, 10480.0, 10484.0, 10523.0, 10495.0, 10554.0, 10486.0, 10436.0, 10445.0, 10415.0, 10413.0, 10417.0, 10421.0, 10447.0, 10451.0, 10463.0, 10522.0, 10481.0, 10532.0, 10476.0, 10432.0, 10540.0, 10473.0, 10464.0, 10528.0, 10449.0, 10546.0, 10523.0, 10493.0, 10586.0, 10519.0, 10491.0, 10458.0, 10416.0, 10469.0, 10436.0, 10399.0, 10494.0, 10426.0, 10447.0, 10451.0, 10425.0, 10545.0, 10433.0, 10412.0, 10404.0, 10393.0, 10414.0, 10414.0, 10496.0, 10453.0, 10469.0, 10458.0, 10442.0, 10432.0, 10412.0, 10411.0, 10427.0, 10431.0, 10480.0, 10460.0, 10502.0, 10474.0, 10451.0, 10506.0, 10469.0, 10508.0, 10464.0, 10420.0, 10460.0, 10414.0, 10475.0, 10445.0, 10458.0, 10553.0, 10467.0, 10575.0, 10443.0, 10412.0, 10431.0, 10443.0, 10536.0, 10490.0, 10501.0, 10463.0, 10415.0, 10448.0, 10405.0, 10394.0, 10417.0, 10419.0, 10505.0, 10455.0, 10477.0, 10459.0, 10442.0, 10485.0, 10482.0, 10451.0, 10577.0, 10493.0, 10452.0, 10404.0, 10389.0, 10434.0, 10422.0, 10378.0, 10388.0, 10369.0, 10439.0, 10431.0, 10484.0, 10491.0, 10449.0, 10572.0, 10504.0, 10456.0, 10454.0, 10371.0, 10413.0, 10463.0, 10400.0, 10464.0, 10392.0, 10395.0, 10459.0, 10408.0, 10386.0, 10380.0, 10372.0, 10431.0, 10416.0, 10423.0, 10409.0, 10413.0, 10424.0, 10414.0, 10449.0, 10435.0, 10415.0, 10424.0, 10456.0, 10473.0, 10457.0, 10430.0, 10411.0, 10419.0, 10517.0, 10442.0, 10463.0, 10428.0, 10415.0, 10500.0, 10458.0, 10519.0, 10423.0, 10396.0, 10416.0, 10405.0, 10474.0, 10461.0, 10463.0, 10507.0, 10419.0, 10440.0, 10409.0, 10415.0, 10503.0, 10457.0, 10517.0, 10416.0, 10413.0, 10509.0, 10465.0, 10569.0, 10460.0, 10410.0, 10437.0, 10440.0, 10538.0, 10467.0, 10431.0, 10425.0, 10444.0, 10521.0, 10463.0, 10413.0, 10414.0, 10395.0, 10442.0, 10433.0, 10442.0, 10544.0, 10439.0, 10458.0, 10413.0, 10435.0, 10510.0, 10447.0, 10566.0, 10462.0, 10429.0, 10423.0, 10450.0, 10544.0, 10483.0, 10444.0, 10410.0, 10414.0, 10460.0, 10408.0, 10449.0, 10459.0, 10439.0, 10561.0, 10433.0, 10439.0, 10395.0, 10393.0, 10525.0, 10446.0, 10510.0, 10434.0, 10396.0, 10470.0, 10409.0, 10394.0, 10443.0, 10438.0, 10538.0, 10438.0, 10405.0, 10418.0, 10395.0, 10522.0, 10440.0, 10481.0, 10439.0, 10406.0, 10442.0, 10439.0, 10465.0, 10479.0, 10411.0, 10406.0, 10392.0, 10411.0, 10438.0, 10435.0, 10532.0, 10424.0, 10413.0, 10451.0, 10447.0, 10509.0, 10459.0, 10438.0, 10440.0, 10475.0, 10523.0, 10472.0, 10435.0, 10460.0, 10418.0, 10511.0, 10471.0, 10477.0, 10527.0, 10431.0, 10477.0, 10432.0, 10408.0, 10507.0, 10428.0, 10515.0, 10457.0, 10437.0, 10539.0, 10501.0, 10516.0, 10481.0, 10436.0, 10547.0, 10464.0, 10390.0, 10377.0, 10381.0, 10374.0, 10365.0, 10382.0, 10469.0, 10457.0, 10477.0, 10447.0, 10420.0, 10503.0, 10424.0, 10407.0, 10491.0, 10428.0, 10506.0, 10468.0, 10421.0, 10580.0, 10489.0, 10476.0, 10435.0, 10414.0, 10417.0, 10393.0, 10410.0, 10507.0, 10444.0, 10516.0, 10432.0, 10424.0, 10434.0, 10466.0, 10503.0, 10463.0, 10423.0, 10478.0, 10470.0, 10556.0, 10458.0, 10436.0, 10430.0, 10438.0, 10515.0, 10453.0, 10467.0, 10437.0, 10433.0, 10485.0, 10438.0, 10507.0, 10462.0, 10477.0, 10474.0, 10438.0, 10496.0, 10443.0, 10469.0, 10539.0, 10492.0, 10528.0, 10419.0, 10412.0, 10393.0, 10418.0, 10524.0, 10440.0, 10512.0, 10432.0, 10431.0, 10463.0, 10466.0, 10466.0, 10480.0, 10438.0, 10434.0, 10433.0, 10448.0, 10461.0, 10463.0, 10560.0, 10457.0, 10464.0, 10436.0, 10436.0, 10566.0, 10459.0, 10572.0, 10494.0, 10437.0, 10513.0, 10465.0, 10547.0, 10528.0, 10469.0, 10503.0, 10443.0, 10540.0, 10443.0, 10408.0, 10443.0, 10413.0, 10461.0, 10439.0, 10437.0, 10536.0, 10433.0, 10484.0, 10425.0, 10409.0, 10493.0, 10438.0, 10593.0, 10481.0, 10412.0, 10447.0, 10395.0, 10539.0, 10441.0, 10500.0, 10498.0, 10423.0, 10428.0, 10391.0, 10415.0, 10440.0, 10490.0, 10606.0, 10494.0, 10520.0, 10433.0, 10415.0, 10408.0, 10388.0, 10383.0, 10384.0, 10447.0, 10474.0, 10478.0, 10446.0, 10536.0, 10475.0, 10475.0, 10496.0, 10439.0, 10535.0, 10508.0, 10447.0, 10516.0, 10420.0, 10511.0, 10459.0, 10448.0, 10533.0, 10431.0, 10504.0, 10426.0, 10465.0, 10455.0, 10377.0, 10457.0, 10437.0, 10485.0, 10425.0, 10406.0, 10401.0, 10441.0, 10471.0, 10441.0, 10417.0, 10411.0, 10416.0, 10439.0, 10458.0, 10468.0, 10480.0, 10466.0, 10472.0, 10463.0, 10441.0, 10440.0, 10440.0, 10516.0, 10483.0, 10485.0, 10504.0, 10446.0, 10515.0, 10454.0, 10517.0, 10510.0, 10458.0, 10481.0, 10416.0, 10580.0, 10468.0, 10558.0, 10465.0, 10417.0, 10418.0, 10392.0, 10455.0, 10441.0, 10549.0, 10481.0, 10452.0, 10461.0, 10387.0, 10374.0, 10428.0, 10412.0, 10407.0, 10406.0, 10402.0, 10401.0, 10407.0, 10454.0, 10422.0, 10430.0, 10521.0, 10474.0, 10564.0, 10496.0, 10472.0, 10523.0, 10453.0, 10522.0, 10497.0, 10464.0, 10607.0, 10545.0, 10510.0, 10471.0, 10426.0, 10443.0, 10422.0, 10458.0, 10565.0, 10483.0, 10566.0, 10533.0, 10443.0, 10432.0, 10429.0, 10417.0, 10435.0, 10415.0, 10444.0, 10438.0, 10478.0, 10457.0, 10479.0, 10534.0, 10455.0, 10540.0, 10451.0, 10473.0, 10468.0, 10431.0, 10520.0, 10415.0, 10509.0, 10460.0, 10502.0, 10534.0, 10459.0, 10450.0, 10411.0, 10485.0, 10449.0, 10524.0, 10477.0, 10433.0, 10455.0, 10432.0, 10430.0, 10425.0, 10414.0, 10483.0, 10484.0, 10530.0, 10499.0, 10444.0, 10445.0, 10435.0, 10462.0, 10501.0, 10482.0, 10562.0, 10462.0, 10494.0, 10482.0, 10529.0, 10505.0, 10489.0, 10513.0, 10421.0, 10493.0, 10426.0, 10467.0, 10523.0, 10464.0, 10575.0, 10460.0, 10454.0, 10416.0, 10412.0, 10461.0, 10413.0, 10449.0, 10414.0, 10462.0, 10550.0, 10478.0, 10494.0, 10408.0, 10412.0, 10423.0, 10462.0, 10526.0, 10471.0, 10477.0, 10502.0, 10436.0, 10421.0, 10428.0, 10461.0, 10451.0, 10458.0, 10549.0, 10418.0, 10411.0, 10453.0, 10483.0, 10541.0, 10497.0, 10495.0, 10446.0, 10431.0, 10495.0, 10496.0, 10531.0, 10533.0, 10493.0, 10555.0, 10487.0, 10551.0, 10510.0, 10488.0, 10469.0, 10381.0, 10402.0, 10374.0, 10409.0, 10437.0, 10413.0, 10484.0, 10413.0, 10393.0, 10471.0, 10386.0, 10470.0, 10415.0, 10387.0, 10446.0, 10441.0, 10431.0, 10436.0, 10365.0, 10413.0, 10378.0, 10404.0, 10446.0, 10430.0, 10468.0, 10386.0, 10369.0, 10383.0, 10385.0, 10465.0, 10472.0, 10447.0, 10472.0, 10438.0, 10411.0, 10457.0, 10469.0, 10452.0, 10467.0, 10501.0, 10450.0, 10432.0, 10469.0, 10505.0, 10508.0, 10483.0, 10519.0, 10455.0, 10457.0, 10534.0, 10482.0, 10589.0, 10527.0, 10475.0, 10460.0, 10451.0, 10602.0, 10522.0, 10596.0, 10508.0, 10452.0, 10535.0, 10481.0, 10564.0, 10525.0, 10478.0, 10460.0, 10406.0, 10538.0, 10466.0, 10498.0, 10589.0, 10484.0, 10447.0, 10416.0, 10387.0, 10403.0, 10390.0, 10481.0, 10443.0, 10439.0, 10419.0, 10410.0, 10488.0, 10438.0, 10513.0, 10447.0, 10457.0, 10581.0, 10493.0, 10419.0, 10400.0, 10389.0, 10439.0, 10476.0, 10502.0, 10473.0, 10452.0, 10424.0, 10428.0, 10411.0, 10419.0, 10428.0, 10499.0, 10473.0, 10503.0, 10572.0, 10528.0, 10576.0, 10545.0, 10497.0, 10435.0, 10399.0, 10423.0, 10404.0, 10467.0, 10401.0, 10432.0, 10410.0, 10410.0, 10483.0, 10389.0, 10534.0, 10453.0, 10443.0, 10523.0, 10456.0, 10452.0, 10417.0, 10391.0, 10364.0, 10347.0, 10385.0, 10464.0, 10426.0, 10415.0, 10476.0, 10407.0, 10417.0, 10484.0, 10405.0, 10446.0, 10439.0, 10454.0, 10542.0, 10463.0, 10396.0, 10445.0, 10437.0, 10457.0, 10423.0, 10406.0, 10417.0, 10410.0, 10468.0, 10475.0, 10439.0, 10442.0, 10453.0, 10438.0, 10428.0, 10457.0, 10442.0, 10451.0, 10447.0, 10507.0, 10502.0, 10465.0, 10516.0, 10454.0, 10438.0, 10532.0, 10476.0, 10567.0, 10503.0, 10468.0, 10498.0, 10452.0, 10547.0, 10481.0, 10495.0, 10439.0, 10433.0, 10454.0, 10407.0, 10500.0, 10463.0, 10522.0, 10450.0, 10473.0, 10427.0, 10438.0, 10475.0, 10448.0, 10433.0, 10456.0, 10412.0, 10425.0, 10457.0, 10437.0, 10453.0, 10485.0, 10453.0, 10450.0, 10459.0, 10502.0, 10481.0, 10582.0, 10492.0, 10517.0, 10467.0, 10486.0, 10601.0, 10515.0, 10622.0, 10523.0, 10474.0, 10439.0, 10399.0, 10508.0, 10428.0, 10509.0, 10455.0, 10443.0, 10449.0, 10392.0, 10476.0, 10386.0, 10463.0, 10424.0, 10413.0, 10416.0, 10425.0, 10524.0, 10416.0, 10365.0, 10371.0, 10427.0, 10433.0, 10406.0, 10474.0, 10381.0, 10364.0, 10446.0, 10433.0, 10451.0, 10434.0, 10457.0, 10419.0, 10435.0, 10473.0, 10450.0, 10508.0, 10434.0, 10432.0, 10436.0, 10436.0, 10458.0, 10484.0, 10487.0, 10496.0, 10473.0, 10499.0, 10564.0, 10536.0, 10559.0, 10480.0, 10434.0, 10375.0, 10376.0, 10380.0, 10446.0, 10451.0, 10486.0, 10458.0, 10450.0, 10505.0, 10422.0, 10440.0, 10471.0, 10421.0, 10516.0, 10449.0, 10420.0, 10435.0, 10380.0, 10377.0, 10400.0, 10387.0, 10508.0, 10406.0, 10365.0, 10382.0, 10369.0, 10404.0, 10401.0, 10422.0, 10447.0, 10431.0, 10523.0, 10391.0, 10388.0, 10403.0, 10477.0, 10449.0, 10436.0, 10515.0, 10417.0, 10413.0, 10479.0, 10480.0, 10478.0, 10495.0, 10462.0, 10446.0, 10440.0, 10464.0, 10514.0, 10508.0, 10536.0, 10494.0, 10494.0, 10454.0, 10456.0, 10506.0, 10437.0, 10543.0, 10495.0, 10524.0, 10591.0, 10542.0, 10604.0, 10505.0, 10439.0, 10497.0, 10462.0, 10549.0, 10485.0, 10427.0, 10440.0, 10410.0, 10493.0, 10497.0, 10527.0, 10486.0, 10473.0, 10435.0, 10404.0, 10456.0, 10445.0, 10478.0, 10476.0, 10480.0, 10533.0, 10423.0, 10425.0, 10404.0, 10410.0, 10459.0, 10405.0, 10500.0, 10453.0, 10438.0, 10555.0, 10431.0, 10425.0, 10400.0, 10460.0, 10451.0, 10440.0, 10561.0, 10439.0, 10393.0, 10399.0, 10473.0, 10466.0, 10427.0, 10457.0, 10491.0, 10416.0, 10409.0, 10419.0, 10409.0, 10494.0, 10477.0, 10503.0, 10496.0, 10438.0, 10440.0, 10434.0, 10459.0, 10410.0, 10424.0, 10506.0, 10456.0, 10552.0, 10525.0, 10552.0, 10476.0, 10425.0, 10406.0, 10395.0, 10465.0, 10413.0, 10388.0, 10445.0, 10385.0, 10385.0, 10448.0, 10425.0, 10479.0, 10399.0, 10384.0, 10418.0, 10383.0, 10421.0, 10393.0, 10385.0, 10419.0, 10392.0, 10401.0, 10407.0, 10435.0, 10466.0, 10411.0, 10385.0, 10415.0, 10392.0, 10386.0, 10427.0, 10464.0, 10434.0, 10489.0, 10426.0, 10425.0, 10421.0, 10392.0, 10374.0, 10427.0, 10404.0, 10416.0, 10425.0, 10436.0, 10469.0, 10458.0, 10434.0, 10470.0, 10501.0, 10508.0, 10450.0, 10479.0, 10457.0, 10473.0, 10530.0, 10464.0, 10537.0, 10516.0, 10509.0, 10551.0, 10531.0, 10556.0, 10482.0, 10462.0, 10440.0, 10419.0, 10531.0, 10452.0, 10464.0, 10411.0, 10423.0, 10482.0, 10382.0, 10413.0, 10363.0, 10339.0, 10368.0, 10398.0, 10516.0, 10403.0, 10382.0, 10403.0, 10423.0, 10541.0, 10407.0, 10401.0, 10390.0, 10403.0, 10386.0, 10430.0, 10406.0, 10429.0, 10476.0, 10452.0, 10443.0, 10434.0, 10442.0, 10445.0, 10470.0, 10452.0, 10514.0, 10539.0, 10501.0, 10576.0, 10486.0, 10427.0, 10417.0, 10383.0, 10428.0, 10406.0, 10500.0, 10428.0, 10432.0, 10440.0, 10424.0, 10412.0, 10405.0, 10438.0, 10418.0, 10441.0, 10431.0, 10439.0, 10498.0, 10465.0, 10609.0, 10450.0, 10463.0, 10481.0, 10456.0, 10409.0, 10416.0, 10414.0, 10418.0, 10407.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.0012761106719367588</td></tr>
<tr><td colspan=3>aqi</td><td>0.03075861415019763</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.184577561558434</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1569545343749985</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0113359959493677</td></tr>
<tr><td colspan=3>efc</td><td>0.535</td></tr>
<tr><td colspan=3>fber</td><td>3023.0891</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15557372193047617</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>349</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.58893280632411</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4466471810508783</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.316458944771315</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6862789359541193</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3372036624272017</td></tr>
<tr><td colspan=3>gcor</td><td>0.019743</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006377330049872398</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06823340058326721</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</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.593992044418071</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.633</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>78.9201</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>295.6437</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287897.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1342.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>536.4308</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3082</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.42</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3988.01</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88647.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2057.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.0296</td></tr>
<tr><td colspan=3>tsnr</td><td>32.6449181092903</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>