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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-04/func/sub-0040_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>2c567074c1d40e11b5820c1996296d8c</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:31:27.500000</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.998737, -0.0496171, 0.00790689, 0.0493705, 0.998365, 0.0288105]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0772425</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>[4152, -7740, -7264, 652, -61, -85, 70, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.403</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>00a2823b-668e-48ba-99f0-727a34550bca||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.6795384883880615, 0.13245756924152374, 0.025173328816890717, 106.2950668334961], [0.1331191062927246, 2.678539991378784, 0.07663598656654358, -91.5195541381836], [0.021213611587882042, -0.07729633897542953, 2.6987948417663574, -61.18141555786133], [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': ['093127.500000', '093127.960000', '093128.420000', '093128.880000', '093129.340000', '093129.800000', '093130.260000', '093130.720000', '093131.180000', '093131.640000', '093132.100000', '093132.560000', '093133.020000', '093133.480000', '093133.940000', '093134.400000', '093134.860000', '093135.320000', '093135.780000', '093136.240000', '093136.700000', '093137.160000', '093137.620000', '093138.080000', '093138.540000', '093139.000000', '093139.460000', '093139.920000', '093140.380000', '093140.840000', '093141.300000', '093141.760000', '093142.220000', '093142.680000', '093143.140000', '093143.600000', '093144.060000', '093144.520000', '093144.980000', '093145.440000', '093145.900000', '093146.360000', '093146.820000', '093147.280000', '093147.740000', '093148.200000', '093148.660000', '093149.120000', '093149.580000', '093150.040000', '093150.500000', '093150.960000', '093151.420000', '093151.880000', '093152.340000', '093152.800000', '093153.260000', '093153.720000', '093154.180000', '093154.640000', '093155.100000', '093155.560000', '093156.020000', '093156.480000', '093156.940000', '093157.400000', '093157.860000', '093158.320000', '093158.780000', '093159.240000', '093159.700000', '093200.160000', '093200.620000', '093201.080000', '093201.540000', '093202.000000', '093202.460000', '093202.920000', '093203.380000', '093203.840000', '093204.300000', '093204.760000', '093205.220000', '093205.680000', '093206.140000', '093206.600000', '093207.060000', '093207.520000', '093207.980000', '093208.440000', '093208.900000', '093209.360000', '093209.820000', '093210.280000', '093210.740000', '093211.200000', '093211.660000', '093212.120000', '093212.580000', '093213.040000', '093213.500000', '093213.960000', '093214.420000', '093214.880000', '093215.340000', '093215.800000', '093216.260000', '093216.720000', '093217.180000', '093217.640000', '093218.100000', '093218.560000', '093219.020000', '093219.480000', '093219.940000', '093220.400000', '093220.860000', '093221.320000', '093221.780000', '093222.240000', '093222.700000', '093223.160000', '093223.620000', '093224.080000', '093224.540000', '093225.000000', '093225.460000', '093225.920000', '093226.380000', '093226.840000', '093227.300000', '093227.760000', '093228.220000', '093228.680000', '093229.140000', '093229.600000', '093230.060000', '093230.520000', '093230.980000', '093231.440000', '093231.900000', '093232.360000', '093232.820000', '093233.280000', '093233.740000', '093234.200000', '093234.660000', '093235.120000', '093235.580000', '093236.040000', '093236.500000', '093236.960000', '093237.420000', '093237.880000', '093238.340000', '093238.800000', '093239.260000', '093239.720000', '093240.180000', '093240.640000', '093241.100000', '093241.560000', '093242.020000', '093242.480000', '093242.940000', '093243.400000', '093243.860000', '093244.320000', '093244.780000', '093245.240000', '093245.700000', '093246.160000', '093246.620000', '093247.080000', '093247.540000', '093248.000000', '093248.460000', '093248.920000', '093249.380000', '093249.840000', '093250.300000', '093250.760000', '093251.220000', '093251.680000', '093252.140000', '093252.600000', '093253.060000', '093253.520000', '093253.980000', '093254.440000', '093254.900000', '093255.360000', '093255.820000', '093256.280000', '093256.740000', '093257.200000', '093257.660000', '093258.120000', '093258.580000', '093259.040000', '093259.500000', '093259.960000', '093300.420000', '093300.880000', '093301.340000', '093301.800000', '093302.260000', '093302.720000', '093303.180000', '093303.640000', '093304.100000', '093304.560000', '093305.020000', '093305.480000', '093305.940000', '093306.400000', '093306.860000', '093307.320000', '093307.780000', '093308.240000', '093308.700000', '093309.160000', '093309.620000', '093310.080000', '093310.540000', '093311.000000', '093311.460000', '093311.920000', '093312.380000', '093312.840000', '093313.300000', '093313.760000', '093314.220000', '093314.680000', '093315.140000', '093315.600000', '093316.060000', '093316.520000', '093316.980000', '093317.440000', '093317.900000', '093318.360000', '093318.820000', '093319.280000', '093319.740000', '093320.200000', '093320.660000', '093321.120000', '093321.580000', '093322.040000', '093322.500000', '093322.960000', '093323.420000', '093323.880000', '093324.340000', '093324.800000', '093325.260000', '093325.720000', '093326.180000', '093326.640000', '093327.100000', '093327.560000', '093328.020000', '093328.480000', '093328.940000', '093329.400000', '093329.860000', '093330.320000', '093330.780000', '093331.240000', '093331.700000', '093332.160000', '093332.620000', '093333.080000', '093333.540000', '093334.000000', '093334.460000', '093334.920000', '093335.380000', '093335.840000', '093336.300000', '093336.760000', '093337.220000', '093337.680000', '093338.140000', '093338.600000', '093339.060000', '093339.520000', '093339.980000', '093340.440000', '093340.900000', '093341.360000', '093341.820000', '093342.280000', '093342.740000', '093343.200000', '093343.660000', '093344.120000', '093344.580000', '093345.040000', '093345.500000', '093345.960000', '093346.420000', '093346.880000', '093347.340000', '093347.800000', '093348.260000', '093348.720000', '093349.180000', '093349.640000', '093350.100000', '093350.560000', '093351.020000', '093351.480000', '093351.940000', '093352.400000', '093352.860000', '093353.320000', '093353.780000', '093354.240000', '093354.700000', '093355.160000', '093355.620000', '093356.080000', '093356.540000', '093357.000000', '093357.460000', '093357.920000', '093358.380000', '093358.840000', '093359.300000', '093359.760000', '093400.220000', '093400.680000', '093401.140000', '093401.600000', '093402.060000', '093402.520000', '093402.980000', '093403.440000', '093403.900000', '093404.360000', '093404.820000', '093405.280000', '093405.740000', '093406.200000', '093406.660000', '093407.120000', '093407.580000', '093408.040000', '093408.500000', '093408.960000', '093409.420000', '093409.880000', '093410.340000', '093410.800000', '093411.260000', '093411.720000', '093412.180000', '093412.640000', '093413.100000', '093413.560000', '093414.020000', '093414.480000', '093414.940000', '093415.400000', '093415.860000', '093416.320000', '093416.780000', '093417.240000', '093417.700000', '093418.160000', '093418.620000', '093419.080000', '093419.540000', '093420.000000', '093420.460000', '093420.920000', '093421.380000', '093421.840000', '093422.300000', '093422.760000', '093423.220000', '093423.680000', '093424.140000', '093424.600000', '093425.060000', '093425.520000', '093425.980000', '093426.440000', '093426.900000', '093427.360000', '093427.820000', '093428.280000', '093428.740000', '093429.200000', '093429.660000', '093430.120000', '093430.580000', '093431.040000', '093431.500000', '093431.960000', '093432.420000', '093432.880000', '093433.340000', '093433.800000', '093434.260000', '093434.720000', '093435.180000', '093435.640000', '093436.100000', '093436.560000', '093437.020000', '093437.480000', '093437.940000', '093438.400000', '093438.860000', '093439.320000', '093439.780000', '093440.240000', '093440.700000', '093441.160000', '093441.620000', '093442.080000', '093442.540000', '093443.000000', '093443.460000', '093443.920000', '093444.380000', '093444.840000', '093445.300000', '093445.760000', '093446.220000', '093446.680000', '093447.140000', '093447.600000', '093448.060000', '093448.520000', '093448.980000', '093449.440000', '093449.900000', '093450.360000', '093450.820000', '093451.280000', '093451.740000', '093452.200000', '093452.660000', '093453.120000', '093453.580000', '093454.040000', '093454.500000', '093454.960000', '093455.420000', '093455.880000', '093456.340000', '093456.800000', '093457.260000', '093457.720000', '093458.180000', '093458.640000', '093459.100000', '093459.560000', '093500.020000', '093500.480000', '093500.940000', '093501.400000', '093501.860000', '093502.320000', '093502.780000', '093503.240000', '093503.700000', '093504.160000', '093504.620000', '093505.080000', '093505.540000', '093506.000000', '093506.460000', '093506.920000', '093507.380000', '093507.840000', '093508.300000', '093508.760000', '093509.220000', '093509.680000', '093510.140000', '093510.600000', '093511.060000', '093511.520000', '093511.980000', '093512.440000', '093512.900000', '093513.360000', '093513.820000', '093514.280000', '093514.740000', '093515.200000', '093515.660000', '093516.120000', '093516.580000', '093517.040000', '093517.500000', '093517.960000', '093518.420000', '093518.880000', '093519.340000', '093519.800000', '093520.260000', '093520.720000', '093521.180000', '093521.640000', '093522.100000', '093522.560000', '093523.020000', '093523.480000', '093523.940000', '093524.400000', '093524.860000', '093525.320000', '093525.780000', '093526.240000', '093526.700000', '093527.160000', '093527.620000', '093528.080000', '093528.540000', '093529.000000', '093529.460000', '093529.920000', '093530.380000', '093530.840000', '093531.300000', '093531.760000', '093532.220000', '093532.680000', '093533.140000', '093533.600000', '093534.060000', '093534.520000', '093534.980000', '093535.440000', '093535.900000', '093536.360000', '093536.820000', '093537.280000', '093537.740000', '093538.200000', '093538.660000', '093539.120000', '093539.580000', '093540.040000', '093540.500000', '093540.960000', '093541.420000', '093541.880000', '093542.340000', '093542.800000', '093543.260000', '093543.720000', '093544.180000', '093544.640000', '093545.100000', '093545.560000', '093546.020000', '093546.480000', '093546.940000', '093547.400000', '093547.860000', '093548.320000', '093548.780000', '093549.240000', '093549.700000', '093550.160000', '093550.620000', '093551.080000', '093551.540000', '093552.000000', '093552.460000', '093552.920000', '093553.380000', '093553.840000', '093554.300000', '093554.760000', '093555.220000', '093555.680000', '093556.140000', '093556.600000', '093557.060000', '093557.520000', '093557.980000', '093558.440000', '093558.900000', '093559.360000', '093559.820000', '093600.280000', '093600.740000', '093601.200000', '093601.660000', '093602.120000', '093602.580000', '093603.040000', '093603.500000', '093603.960000', '093604.420000', '093604.880000', '093605.340000', '093605.800000', '093606.260000', '093606.720000', '093607.180000', '093607.640000', '093608.100000', '093608.560000', '093609.020000', '093609.480000', '093609.940000', '093610.400000', '093610.860000', '093611.320000', '093611.780000', '093612.240000', '093612.700000', '093613.160000', '093613.620000', '093614.080000', '093614.540000', '093615.000000', '093615.460000', '093615.920000', '093616.380000', '093616.840000', '093617.300000', '093617.760000', '093618.220000', '093618.680000', '093619.140000', '093619.600000', '093620.060000', '093620.520000', '093620.980000', '093621.440000', '093621.900000', '093622.360000', '093622.820000', '093623.280000', '093623.740000', '093624.200000', '093624.660000', '093625.120000', '093625.580000', '093626.040000', '093626.500000', '093626.960000', '093627.420000', '093627.880000', '093628.340000', '093628.800000', '093629.260000', '093629.720000', '093630.180000', '093630.640000', '093631.100000', '093631.560000', '093632.020000', '093632.480000', '093632.940000', '093633.400000', '093633.860000', '093634.320000', '093634.780000', '093635.240000', '093635.700000', '093636.160000', '093636.620000', '093637.080000', '093637.540000', '093638.000000', '093638.460000', '093638.920000', '093639.380000', '093639.840000', '093640.300000', '093640.760000', '093641.220000', '093641.680000', '093642.140000', '093642.600000', '093643.060000', '093643.520000', '093643.980000', '093644.440000', '093644.900000', '093645.360000', '093645.820000', '093646.280000', '093646.740000', '093647.200000', '093647.660000', '093648.120000', '093648.580000', '093649.040000', '093649.500000', '093649.960000', '093650.420000', '093650.880000', '093651.340000', '093651.800000', '093652.260000', '093652.720000', '093653.180000', '093653.640000', '093654.100000', '093654.560000', '093655.020000', '093655.480000', '093655.940000', '093656.400000', '093656.860000', '093657.320000', '093657.780000', '093658.240000', '093658.700000', '093659.160000', '093659.620000', '093700.080000', '093700.540000', '093701.000000', '093701.460000', '093701.920000', '093702.380000', '093702.840000', '093703.300000', '093703.760000', '093704.220000', '093704.680000', '093705.140000', '093705.600000', '093706.060000', '093706.520000', '093706.980000', '093707.440000', '093707.900000', '093708.360000', '093708.820000', '093709.280000', '093709.740000', '093710.200000', '093710.660000', '093711.120000', '093711.580000', '093712.040000', '093712.500000', '093712.960000', '093713.420000', '093713.880000', '093714.340000', '093714.800000', '093715.260000', '093715.720000', '093716.180000', '093716.640000', '093717.100000', '093717.560000', '093718.020000', '093718.480000', '093718.940000', '093719.400000', '093719.860000', '093720.320000', '093720.780000', '093721.240000', '093721.700000', '093722.160000', '093722.620000', '093723.080000', '093723.540000', '093724.000000', '093724.460000', '093724.920000', '093725.380000', '093725.840000', '093726.300000', '093726.760000', '093727.220000', '093727.680000', '093728.140000', '093728.600000', '093729.060000', '093729.520000', '093729.980000', '093730.440000', '093730.900000', '093731.360000', '093731.820000', '093732.280000', '093732.740000', '093733.200000', '093733.660000', '093734.120000', '093734.580000', '093735.040000', '093735.500000', '093735.960000', '093736.420000', '093736.880000', '093737.340000', '093737.800000', '093738.260000', '093738.720000', '093739.180000', '093739.640000', '093740.100000', '093740.560000', '093741.020000', '093741.480000', '093741.940000', '093742.400000', '093742.860000', '093743.320000', '093743.780000', '093744.240000', '093744.700000', '093745.160000', '093745.620000', '093746.080000', '093746.540000', '093747.000000', '093747.460000', '093747.920000', '093748.380000', '093748.840000', '093749.300000', '093749.760000', '093750.220000', '093750.680000', '093751.140000', '093751.600000', '093752.060000', '093752.520000', '093752.980000', '093753.440000', '093753.900000', '093754.360000', '093754.820000', '093755.280000', '093755.740000', '093756.200000', '093756.660000', '093757.120000', '093757.580000', '093758.040000', '093758.500000', '093758.960000', '093759.420000', '093759.880000', '093800.340000', '093800.800000', '093801.260000', '093801.720000', '093802.180000', '093802.640000', '093803.100000', '093803.560000', '093804.020000', '093804.480000', '093804.940000', '093805.400000', '093805.860000', '093806.320000', '093806.780000', '093807.240000', '093807.700000', '093808.160000', '093808.620000', '093809.080000', '093809.540000', '093810.000000', '093810.460000', '093810.920000', '093811.380000', '093811.840000', '093812.300000', '093812.760000', '093813.220000', '093813.680000', '093814.140000', '093814.600000', '093815.060000', '093815.520000', '093815.980000', '093816.440000', '093816.900000', '093817.360000', '093817.820000', '093818.280000', '093818.740000', '093819.200000', '093819.660000', '093820.120000', '093820.580000', '093821.040000', '093821.500000', '093821.960000', '093822.420000', '093822.880000', '093823.340000', '093823.800000', '093824.260000', '093824.720000', '093825.180000', '093825.640000', '093826.100000', '093826.560000', '093827.020000', '093827.480000', '093827.940000', '093828.400000', '093828.860000', '093829.320000', '093829.780000', '093830.240000', '093830.700000', '093831.160000', '093831.620000', '093832.080000', '093832.540000', '093833.000000', '093833.460000', '093833.920000', '093834.380000', '093834.840000', '093835.300000', '093835.760000', '093836.220000', '093836.680000', '093837.140000', '093837.600000', '093838.060000', '093838.520000', '093838.980000', '093839.440000', '093839.900000', '093840.360000', '093840.820000', '093841.280000', '093841.740000', '093842.200000', '093842.660000', '093843.120000', '093843.580000', '093844.040000', '093844.500000', '093844.960000', '093845.420000', '093845.880000', '093846.340000', '093846.800000', '093847.260000', '093847.720000', '093848.180000', '093848.640000', '093849.100000', '093849.560000', '093850.020000', '093850.480000', '093850.940000', '093851.400000', '093851.860000', '093852.320000', '093852.780000', '093853.240000', '093853.700000', '093854.160000', '093854.620000', '093855.080000', '093855.540000', '093856.000000', '093856.460000', '093856.920000', '093857.380000', '093857.840000', '093858.300000', '093858.760000', '093859.220000', '093859.680000', '093900.140000', '093900.600000', '093901.060000', '093901.520000', '093901.980000', '093902.440000', '093902.900000', '093903.360000', '093903.820000', '093904.280000', '093904.740000', '093905.200000', '093905.660000', '093906.120000', '093906.580000', '093907.040000', '093907.500000', '093907.960000', '093908.420000', '093908.880000', '093909.340000', '093909.800000', '093910.260000', '093910.720000', '093911.180000', '093911.640000', '093912.100000', '093912.560000', '093913.020000', '093913.480000', '093913.940000', '093914.400000', '093914.860000', '093915.320000', '093915.780000', '093916.240000', '093916.700000', '093917.160000', '093917.620000', '093918.080000', '093918.540000', '093919.000000', '093919.460000', '093919.920000', '093920.380000', '093920.840000', '093921.300000', '093921.760000', '093922.220000', '093922.680000', '093923.140000', '093923.600000', '093924.060000', '093924.520000', '093924.980000', '093925.440000', '093925.900000', '093926.360000', '093926.820000', '093927.280000', '093927.740000', '093928.200000', '093928.660000', '093929.120000', '093929.580000', '093930.040000', '093930.500000', '093930.960000', '093931.420000', '093931.880000', '093932.340000', '093932.800000', '093933.260000', '093933.720000', '093934.180000', '093934.640000', '093935.100000', '093935.560000', '093936.020000', '093936.480000', '093936.940000', '093937.400000', '093937.860000', '093938.320000', '093938.780000', '093939.240000', '093939.700000', '093940.160000', '093940.620000', '093941.080000', '093941.540000', '093942.000000', '093942.460000', '093942.920000', '093943.380000', '093943.840000', '093944.300000', '093944.760000', '093945.220000', '093945.680000', '093946.140000', '093946.600000', '093947.060000', '093947.520000', '093947.980000', '093948.440000', '093948.900000', '093949.360000', '093949.820000', '093950.280000', '093950.740000', '093951.200000', '093951.660000', '093952.120000', '093952.580000', '093953.040000', '093953.500000', '093953.960000', '093954.420000', '093954.880000', '093955.340000', '093955.800000', '093956.260000', '093956.720000', '093957.180000', '093957.640000', '093958.100000', '093958.560000', '093959.020000', '093959.480000', '093959.940000', '094000.400000', '094000.860000', '094001.320000', '094001.780000', '094002.240000', '094002.700000', '094003.160000', '094003.620000', '094004.080000', '094004.540000', '094005.000000', '094005.460000', '094005.920000', '094006.380000', '094006.840000', '094007.300000', '094007.760000', '094008.220000', '094008.680000', '094009.140000', '094009.600000', '094010.060000', '094010.520000', '094010.980000', '094011.440000', '094011.900000', '094012.360000', '094012.820000', '094013.280000', '094013.740000', '094014.200000', '094014.660000', '094015.120000', '094015.580000', '094016.040000', '094016.500000', '094016.960000', '094017.420000', '094017.880000', '094018.340000', '094018.800000', '094019.260000', '094019.720000', '094020.180000', '094020.640000', '094021.100000', '094021.560000', '094022.020000', '094022.480000', '094022.940000', '094023.400000', '094023.860000', '094024.320000', '094024.780000', '094025.240000', '094025.700000', '094026.160000', '094026.620000', '094027.080000', '094027.540000', '094028.000000', '094028.460000', '094028.920000', '094029.380000', '094029.840000', '094030.300000', '094030.760000', '094031.220000', '094031.680000', '094032.140000', '094032.600000', '094033.060000', '094033.520000', '094033.980000', '094034.440000', '094034.900000', '094035.360000', '094035.820000', '094036.280000', '094036.740000', '094037.200000', '094037.660000', '094038.120000', '094038.580000', '094039.040000', '094039.500000', '094039.960000', '094040.420000', '094040.880000', '094041.340000', '094041.800000', '094042.260000', '094042.720000', '094043.180000', '094043.640000', '094044.100000', '094044.560000', '094045.020000', '094045.480000', '094045.940000', '094046.400000', '094046.860000', '094047.320000', '094047.780000', '094048.240000', '094048.700000', '094049.160000', '094049.620000', '094050.080000', '094050.540000', '094051.000000', '094051.460000', '094051.920000', '094052.380000', '094052.840000', '094053.300000', '094053.760000', '094054.220000', '094054.680000', '094055.140000', '094055.600000', '094056.060000', '094056.520000', '094056.980000', '094057.440000', '094057.900000', '094058.360000', '094058.820000', '094059.280000', '094059.740000', '094100.200000', '094100.660000', '094101.120000', '094101.580000', '094102.040000', '094102.500000', '094102.960000', '094103.420000', '094103.880000', '094104.340000', '094104.800000', '094105.260000', '094105.720000', '094106.180000', '094106.640000', '094107.100000', '094107.560000', '094108.020000', '094108.480000', '094108.940000', '094109.400000', '094109.860000', '094110.320000'], 'ContentTime': ['093138.795000', '093138.798000', '093138.801000', '093138.803000', '093138.806000', '093138.809000', '093138.811000', '093138.814000', '093138.816000', '093138.819000', '093138.821000', '093138.824000', '093138.826000', '093138.829000', '093138.832000', '093138.834000', '093138.837000', '093138.843000', '093138.845000', '093138.848000', '093138.851000', '093138.853000', '093138.856000', '093158.767000', '093158.770000', '093158.773000', '093158.775000', '093158.778000', '093158.780000', '093158.783000', '093158.790000', '093158.793000', '093158.795000', '093158.798000', '093158.800000', '093158.803000', '093158.805000', '093158.808000', '093158.810000', '093158.813000', '093158.816000', '093158.818000', '093158.821000', '093158.823000', '093158.826000', '093158.828000', '093158.831000', '093158.833000', '093158.836000', '093158.839000', '093158.841000', '093158.844000', '093158.846000', '093158.849000', '093158.855000', '093158.858000', '093158.860000', '093158.863000', '093158.866000', '093158.868000', '093158.871000', '093158.873000', '093158.876000', '093158.878000', '093158.881000', '093158.884000', '093218.768000', '093218.770000', '093218.773000', '093218.776000', '093218.778000', '093218.781000', '093218.783000', '093218.786000', '093218.789000', '093218.791000', '093218.794000', '093218.796000', '093218.799000', '093218.801000', '093218.804000', '093218.807000', '093218.810000', '093218.812000', '093218.815000', '093218.817000', '093218.820000', '093218.823000', '093218.825000', '093218.828000', '093218.830000', '093218.833000', '093218.835000', '093218.838000', '093218.841000', '093218.843000', '093218.846000', '093218.848000', '093218.851000', '093218.854000', '093218.856000', '093218.859000', '093218.861000', '093218.864000', '093218.867000', '093218.869000', '093218.872000', '093218.874000', '093218.877000', '093218.879000', '093238.767000', '093238.770000', '093238.787000', '093238.790000', '093238.792000', '093238.795000', '093238.798000', '093238.800000', '093238.803000', '093238.805000', '093238.808000', '093238.810000', '093238.813000', '093238.815000', '093238.818000', '093238.821000', '093238.823000', '093238.826000', '093238.828000', '093238.831000', '093238.833000', '093238.836000', '093238.839000', '093238.841000', '093238.844000', '093238.846000', '093238.849000', '093238.851000', '093238.854000', '093238.857000', '093238.859000', '093238.862000', '093238.864000', '093238.867000', '093238.870000', '093238.872000', '093238.875000', '093238.877000', '093238.880000', '093238.883000', '093238.885000', '093238.888000', '093238.890000', '093258.767000', '093258.769000', '093258.772000', '093258.775000', '093258.777000', '093258.780000', '093258.783000', '093258.785000', '093258.788000', '093258.790000', '093258.793000', '093258.795000', '093258.798000', '093258.801000', '093258.803000', '093258.806000', '093258.809000', '093258.811000', '093258.814000', '093258.816000', '093258.819000', '093258.822000', '093258.824000', '093258.827000', '093258.829000', '093258.832000', '093258.834000', '093258.837000', '093258.840000', '093258.842000', '093258.845000', '093258.847000', '093258.850000', '093258.853000', '093258.855000', '093258.858000', '093258.860000', '093258.863000', '093258.866000', '093258.868000', '093258.871000', '093258.873000', '093258.876000', '093258.878000', '093318.767000', '093318.769000', '093318.772000', '093318.775000', '093318.777000', '093318.780000', '093318.782000', '093318.785000', '093318.787000', '093318.790000', '093318.793000', '093318.795000', '093318.798000', '093318.800000', '093318.803000', '093318.805000', '093318.808000', '093318.811000', '093318.813000', '093318.816000', '093318.818000', '093318.821000', '093318.823000', '093318.826000', '093318.829000', '093318.831000', '093318.834000', '093318.836000', '093318.839000', '093318.842000', '093318.844000', '093318.847000', '093318.849000', '093318.852000', '093318.855000', '093318.857000', '093318.860000', '093318.862000', '093318.865000', '093318.867000', '093318.870000', '093318.873000', '093318.875000', '093338.767000', '093338.770000', '093338.773000', '093338.776000', '093338.778000', '093338.781000', '093338.783000', '093338.786000', '093338.789000', '093338.793000', '093338.795000', '093338.798000', '093338.801000', '093338.803000', '093338.806000', '093338.809000', '093338.811000', '093338.814000', '093338.817000', '093338.819000', '093338.822000', '093338.825000', '093338.827000', '093338.830000', '093338.832000', '093338.835000', '093338.838000', '093338.840000', '093338.843000', '093338.846000', '093338.848000', '093338.851000', '093338.853000', '093338.856000', '093338.859000', '093338.861000', '093338.864000', '093338.866000', '093338.869000', '093338.872000', '093338.874000', '093338.877000', '093338.879000', '093338.882000', '093358.767000', '093358.770000', '093358.773000', '093358.776000', '093358.778000', '093358.781000', '093358.783000', '093358.786000', '093358.788000', '093358.791000', '093358.793000', '093358.796000', '093358.799000', '093358.801000', '093358.804000', '093358.806000', '093358.809000', '093358.812000', '093358.814000', '093358.817000', '093358.819000', '093358.822000', '093358.824000', '093358.827000', '093358.830000', '093358.832000', '093358.835000', '093358.837000', '093358.840000', '093358.843000', '093358.845000', '093358.848000', '093358.851000', '093358.853000', '093358.856000', '093358.858000', '093358.861000', '093358.863000', '093358.866000', '093358.869000', '093358.871000', '093358.889000', '093358.891000', '093418.768000', '093418.771000', '093418.773000', '093418.776000', '093418.778000', '093418.781000', '093418.784000', '093418.786000', '093418.789000', '093418.791000', '093418.794000', '093418.797000', '093418.799000', '093418.802000', '093418.805000', '093418.807000', '093418.810000', '093418.812000', '093418.815000', '093418.818000', '093418.820000', '093418.823000', '093418.825000', '093418.828000', '093418.830000', '093418.833000', '093418.836000', '093418.838000', '093418.841000', '093418.843000', '093418.846000', '093418.849000', '093418.851000', '093418.854000', '093418.856000', '093418.859000', '093418.862000', '093418.864000', '093418.867000', '093418.869000', '093418.872000', '093418.875000', '093418.877000', '093438.768000', '093438.771000', '093438.773000', '093438.776000', '093438.779000', '093438.781000', '093438.784000', '093438.786000', '093438.789000', '093438.791000', '093438.794000', '093438.797000', '093438.799000', '093438.802000', '093438.805000', '093438.807000', '093438.810000', '093438.812000', '093438.815000', '093438.817000', '093438.820000', '093438.823000', '093438.825000', '093438.828000', '093438.830000', '093438.833000', '093438.836000', '093438.838000', '093438.841000', '093438.844000', '093438.846000', '093438.849000', '093438.851000', '093438.854000', '093438.856000', '093438.859000', '093438.862000', '093438.864000', '093438.867000', '093438.870000', '093438.872000', '093438.875000', '093438.877000', '093438.880000', '093458.767000', '093458.770000', '093458.772000', '093458.775000', '093458.777000', '093458.780000', '093458.782000', '093458.785000', '093458.788000', '093458.790000', '093458.793000', '093458.796000', '093458.798000', '093458.801000', '093458.804000', '093458.806000', '093458.809000', '093458.811000', '093458.814000', '093458.817000', '093458.819000', '093458.822000', '093458.824000', '093458.827000', '093458.831000', '093458.834000', '093458.836000', '093458.839000', '093458.842000', '093458.844000', '093458.847000', '093458.849000', '093458.852000', '093458.854000', '093458.857000', '093458.860000', '093458.862000', '093458.865000', '093458.867000', '093458.870000', '093458.873000', '093458.875000', '093458.878000', '093518.767000', '093518.769000', '093518.772000', '093518.774000', '093518.777000', '093518.780000', '093518.782000', '093518.785000', '093518.787000', '093518.790000', '093518.793000', '093518.795000', '093518.799000', '093518.802000', '093518.804000', '093518.807000', '093518.809000', '093518.812000', '093518.815000', '093518.817000', '093518.820000', '093518.822000', '093518.825000', '093518.828000', '093518.830000', '093518.833000', '093518.836000', '093518.838000', '093518.841000', '093518.843000', '093518.846000', '093518.849000', '093518.851000', '093518.854000', '093518.856000', '093518.859000', '093518.861000', '093518.864000', '093518.867000', '093518.869000', '093518.872000', '093518.875000', '093518.877000', '093518.880000', '093538.767000', '093538.770000', '093538.772000', '093538.775000', '093538.778000', '093538.780000', '093538.783000', '093538.786000', '093538.788000', '093538.791000', '093538.793000', '093538.796000', '093538.799000', '093538.801000', '093538.804000', '093538.806000', '093538.809000', '093538.811000', '093538.814000', '093538.817000', '093538.819000', '093538.822000', '093538.824000', '093538.839000', '093538.843000', '093538.846000', '093538.848000', '093538.851000', '093538.853000', '093538.856000', '093538.859000', '093538.861000', '093538.864000', '093538.866000', '093538.869000', '093538.872000', '093538.874000', '093538.877000', '093538.879000', '093538.882000', '093538.885000', '093538.887000', '093538.890000', '093558.768000', '093558.770000', '093558.773000', '093558.776000', '093558.778000', '093558.781000', '093558.783000', '093558.786000', '093558.789000', '093558.791000', '093558.794000', '093558.796000', '093558.799000', '093558.801000', '093558.804000', '093558.807000', '093558.809000', '093558.812000', '093558.814000', '093558.817000', '093558.820000', '093558.822000', '093558.825000', '093558.827000', '093558.830000', '093558.833000', '093558.835000', '093558.838000', '093558.841000', '093558.843000', '093558.846000', '093558.849000', '093558.851000', '093558.854000', '093558.856000', '093558.859000', '093558.862000', '093558.864000', '093558.867000', '093558.870000', '093558.872000', '093558.875000', '093558.877000', '093558.880000', '093618.768000', '093618.770000', '093618.773000', '093618.776000', '093618.778000', '093618.781000', '093618.783000', '093618.786000', '093618.789000', '093618.791000', '093618.794000', '093618.797000', '093618.799000', '093618.802000', '093618.804000', '093618.807000', '093618.809000', '093618.812000', '093618.815000', '093618.817000', '093618.820000', '093618.823000', '093618.825000', '093618.828000', '093618.830000', '093618.833000', '093618.836000', '093618.838000', '093618.841000', '093618.844000', '093618.846000', '093618.849000', '093618.852000', '093618.854000', '093618.857000', '093618.860000', '093618.862000', '093618.865000', '093618.868000', '093618.872000', '093618.875000', '093618.877000', '093618.880000', '093638.767000', '093638.770000', '093638.773000', '093638.776000', '093638.778000', '093638.781000', '093638.783000', '093638.786000', '093638.788000', '093638.791000', '093638.794000', '093638.796000', '093638.799000', '093638.802000', '093638.804000', '093638.807000', '093638.810000', '093638.812000', '093638.815000', '093638.817000', '093638.820000', '093638.823000', '093638.825000', '093638.828000', '093638.831000', '093638.833000', '093638.836000', '093638.838000', '093638.841000', '093638.844000', '093638.846000', '093638.849000', '093638.851000', '093638.854000', '093638.857000', '093638.859000', '093638.862000', '093638.865000', '093638.867000', '093638.870000', '093638.872000', '093638.875000', '093638.878000', '093638.880000', '093658.768000', '093658.771000', '093658.773000', '093658.776000', '093658.778000', '093658.781000', '093658.784000', '093658.786000', '093658.789000', '093658.792000', '093658.794000', '093658.797000', '093658.799000', '093658.802000', '093658.805000', '093658.807000', '093658.814000', '093658.817000', '093658.819000', '093658.822000', '093658.825000', '093658.827000', '093658.830000', '093658.833000', '093658.835000', '093658.840000', '093658.842000', '093658.845000', '093658.847000', '093658.850000', '093658.853000', '093658.855000', '093658.858000', '093658.860000', '093658.863000', '093658.866000', '093658.868000', '093658.871000', '093658.873000', '093658.876000', '093658.879000', '093658.881000', '093658.884000', '093718.767000', '093718.770000', '093718.772000', '093718.775000', '093718.777000', '093718.780000', '093718.783000', '093718.785000', '093718.788000', '093718.790000', '093718.793000', '093718.796000', '093718.798000', '093718.801000', '093718.803000', '093718.806000', '093718.808000', '093718.811000', '093718.814000', '093718.816000', '093718.819000', '093718.822000', '093718.824000', '093718.827000', '093718.829000', '093718.832000', '093718.834000', '093718.837000', '093718.840000', '093718.842000', '093718.845000', '093718.847000', '093718.850000', '093718.853000', '093718.855000', '093718.858000', '093718.860000', '093718.863000', '093718.866000', '093718.868000', '093718.871000', '093718.873000', '093718.876000', '093718.879000', '093738.767000', '093738.770000', '093738.772000', '093738.775000', '093738.777000', '093738.780000', '093738.783000', '093738.785000', '093738.788000', '093738.790000', '093738.793000', '093738.796000', '093738.798000', '093738.801000', '093738.803000', '093738.806000', '093738.809000', '093738.811000', '093738.814000', '093738.817000', '093738.819000', '093738.822000', '093738.824000', '093738.827000', '093738.830000', '093738.832000', '093738.835000', '093738.837000', '093738.840000', '093738.842000', '093738.845000', '093738.848000', '093738.850000', '093738.853000', '093738.856000', '093738.858000', '093738.861000', '093738.863000', '093738.866000', '093738.868000', '093738.871000', '093738.874000', '093738.876000', '093758.768000', '093758.770000', '093758.773000', '093758.776000', '093758.778000', '093758.781000', '093758.784000', '093758.786000', '093758.789000', '093758.791000', '093758.794000', '093758.797000', '093758.799000', '093758.802000', '093758.804000', '093758.807000', '093758.810000', '093758.812000', '093758.815000', '093758.817000', '093758.820000', '093758.823000', '093758.825000', '093758.828000', '093758.830000', '093758.833000', '093758.836000', '093758.838000', '093758.841000', '093758.843000', '093758.846000', '093758.849000', '093758.851000', '093758.854000', '093758.857000', '093758.859000', '093758.862000', '093758.865000', '093758.867000', '093758.870000', '093758.872000', '093758.875000', '093758.879000', '093758.881000', '093818.767000', '093818.770000', '093818.773000', '093818.776000', '093818.778000', '093818.781000', '093818.784000', '093818.786000', '093818.789000', '093818.791000', '093818.794000', '093818.797000', '093818.799000', '093818.802000', '093818.804000', '093818.807000', '093818.809000', '093818.812000', '093818.815000', '093818.818000', '093818.820000', '093818.823000', '093818.826000', '093818.829000', '093818.832000', '093818.835000', '093818.838000', '093818.840000', '093818.843000', '093818.845000', '093818.848000', '093818.851000', '093818.853000', '093818.856000', '093818.859000', '093818.861000', '093818.864000', '093818.866000', '093818.869000', '093818.872000', '093818.874000', '093818.877000', '093818.879000', '093838.767000', '093838.778000', '093838.781000', '093838.784000', '093838.786000', '093838.789000', '093838.791000', '093838.794000', '093838.796000', '093838.799000', '093838.802000', '093838.804000', '093838.807000', '093838.809000', '093838.812000', '093838.815000', '093838.817000', '093838.820000', '093838.823000', '093838.825000', '093838.828000', '093838.831000', '093838.833000', '093838.836000', '093838.838000', '093838.841000', '093838.843000', '093838.846000', '093838.849000', '093838.851000', '093838.854000', '093838.856000', '093838.859000', '093838.862000', '093838.864000', '093838.867000', '093838.869000', '093838.872000', '093838.875000', '093838.877000', '093838.880000', '093838.882000', '093838.885000', '093838.888000', '093858.768000', '093858.771000', '093858.773000', '093858.776000', '093858.779000', '093858.781000', '093858.784000', '093858.786000', '093858.789000', '093858.792000', '093858.794000', '093858.797000', '093858.799000', '093858.802000', '093858.805000', '093858.807000', '093858.810000', '093858.813000', '093858.815000', '093858.818000', '093858.820000', '093858.823000', '093858.825000', '093858.828000', '093858.831000', '093858.833000', '093858.836000', '093858.838000', '093858.841000', '093858.844000', '093858.846000', '093858.849000', '093858.852000', '093858.854000', '093858.857000', '093858.859000', '093858.862000', '093858.865000', '093858.867000', '093858.870000', '093858.872000', '093858.875000', '093858.877000', '093918.768000', '093918.771000', '093918.773000', '093918.776000', '093918.778000', '093918.781000', '093918.784000', '093918.786000', '093918.789000', '093918.791000', '093918.794000', '093918.797000', '093918.799000', '093918.802000', '093918.804000', '093918.807000', '093918.810000', '093918.812000', '093918.815000', '093918.817000', '093918.820000', '093918.823000', '093918.825000', '093918.828000', '093918.830000', '093918.833000', '093918.835000', '093918.838000', '093918.841000', '093918.843000', '093918.846000', '093918.849000', '093918.851000', '093918.854000', '093918.856000', '093918.859000', '093918.861000', '093918.864000', '093918.867000', '093918.869000', '093918.872000', '093918.874000', '093918.877000', '093918.880000', '093938.767000', '093938.770000', '093938.772000', '093938.775000', '093938.778000', '093938.780000', '093938.783000', '093938.785000', '093938.788000', '093938.790000', '093938.793000', '093938.796000', '093938.798000', '093938.801000', '093938.804000', '093938.806000', '093938.809000', '093938.811000', '093938.814000', '093938.817000', '093938.819000', '093938.822000', '093938.824000', '093938.827000', '093938.829000', '093938.832000', '093938.835000', '093938.837000', '093938.840000', '093938.843000', '093938.845000', '093938.848000', '093938.850000', '093938.853000', '093938.855000', '093938.858000', '093938.861000', '093938.863000', '093938.866000', '093938.868000', '093938.871000', '093938.874000', '093938.876000', '093958.767000', '093958.770000', '093958.772000', '093958.775000', '093958.778000', '093958.780000', '093958.783000', '093958.785000', '093958.788000', '093958.790000', '093958.793000', '093958.796000', '093958.798000', '093958.801000', '093958.804000', '093958.806000', '093958.809000', '093958.812000', '093958.814000', '093958.817000', '093958.819000', '093958.822000', '093958.825000', '093958.827000', '093958.830000', '093958.832000', '093958.835000', '093958.838000', '093958.840000', '093958.843000', '093958.846000', '093958.848000', '093958.851000', '093958.853000', '093958.856000', '093958.859000', '093958.861000', '093958.864000', '093958.866000', '093958.869000', '093958.872000', '093958.874000', '093958.877000', '093958.879000', '094018.768000', '094018.771000', '094018.773000', '094018.776000', '094018.779000', '094018.781000', '094018.784000', '094018.786000', '094018.789000', '094018.792000', '094018.794000', '094018.797000', '094018.799000', '094018.802000', '094018.805000', '094018.807000', '094018.810000', '094018.812000', '094018.815000', '094018.818000', '094018.820000', '094018.823000', '094018.825000', '094018.828000', '094018.830000', '094018.833000', '094018.836000', '094018.838000', '094018.841000', '094018.844000', '094018.846000', '094018.849000', '094018.851000', '094018.854000', '094018.857000', '094018.859000', '094018.862000', '094018.865000', '094018.867000', '094018.870000', '094018.872000', '094018.875000', '094018.878000', '094038.768000', '094038.770000', '094038.773000', '094038.776000', '094038.778000', '094038.781000', '094038.783000', '094038.786000', '094038.789000', '094038.791000', '094038.794000', '094038.796000', '094038.799000', '094038.802000', '094038.804000', '094038.807000', '094038.810000', '094038.812000', '094038.815000', '094038.817000', '094038.820000', '094038.823000', '094038.825000', '094038.828000', '094038.831000', '094038.833000', '094038.836000', '094038.839000', '094038.841000', '094038.844000', '094038.846000', '094038.849000', '094038.852000', '094038.854000', '094038.857000', '094038.859000', '094038.862000', '094038.864000', '094038.867000', '094038.870000', '094038.872000', '094038.875000', '094038.878000', '094038.880000', '094058.768000', '094058.771000', '094058.773000', '094058.776000', '094058.779000', '094058.781000', '094058.784000', '094058.787000', '094058.789000', '094058.792000', '094058.795000', '094058.797000', '094058.800000', '094058.803000', '094058.806000', '094058.808000', '094058.811000', '094058.813000', '094058.816000', '094058.818000', '094058.821000', '094058.824000', '094058.826000', '094058.829000', '094058.832000', '094058.834000', '094058.837000', '094058.839000', '094058.842000', '094058.844000', '094058.847000', '094058.850000', '094058.852000', '094058.855000', '094058.857000', '094058.860000', '094058.863000', '094058.872000', '094058.875000', '094058.877000', '094058.880000', '094058.882000', '094058.885000', '094111.383000', '094111.386000', '094111.389000', '094111.392000', '094111.394000', '094111.397000', '094111.400000', '094111.402000', '094111.405000', '094111.408000', '094111.411000', '094111.413000', '094111.416000', '094111.419000', '094111.421000', '094111.424000', '094111.427000', '094111.429000', '094111.432000', '094111.435000', '094111.437000', '094111.440000', '094111.443000', '094111.446000', '094111.449000', '094111.457000', '094111.460000', '094111.463000'], 'InstanceCreationTime': ['093138.795000', '093138.798000', '093138.801000', '093138.803000', '093138.806000', '093138.809000', '093138.811000', '093138.814000', '093138.816000', '093138.819000', '093138.821000', '093138.824000', '093138.826000', '093138.829000', '093138.832000', '093138.834000', '093138.837000', '093138.843000', '093138.845000', '093138.848000', '093138.851000', '093138.853000', '093138.856000', '093158.767000', '093158.770000', '093158.773000', '093158.775000', '093158.778000', '093158.780000', '093158.783000', '093158.790000', '093158.793000', '093158.795000', '093158.798000', '093158.800000', '093158.803000', '093158.805000', '093158.808000', '093158.810000', '093158.813000', '093158.816000', '093158.818000', '093158.821000', '093158.823000', '093158.826000', '093158.828000', '093158.831000', '093158.833000', '093158.836000', '093158.839000', '093158.841000', '093158.844000', '093158.846000', '093158.849000', '093158.855000', '093158.858000', '093158.860000', '093158.863000', '093158.866000', '093158.868000', '093158.871000', '093158.873000', '093158.876000', '093158.878000', '093158.881000', '093158.884000', '093218.768000', '093218.770000', '093218.773000', '093218.776000', '093218.778000', '093218.781000', '093218.783000', '093218.786000', '093218.789000', '093218.791000', '093218.794000', '093218.796000', '093218.799000', '093218.801000', '093218.804000', '093218.807000', '093218.810000', '093218.812000', '093218.815000', '093218.817000', '093218.820000', '093218.823000', '093218.825000', '093218.828000', '093218.830000', '093218.833000', '093218.835000', '093218.838000', '093218.841000', '093218.843000', '093218.846000', '093218.848000', '093218.851000', '093218.854000', '093218.856000', '093218.859000', '093218.861000', '093218.864000', '093218.867000', '093218.869000', '093218.872000', '093218.874000', '093218.877000', '093218.879000', '093238.767000', '093238.770000', '093238.787000', '093238.790000', '093238.792000', '093238.795000', '093238.798000', '093238.800000', '093238.803000', '093238.805000', '093238.808000', '093238.810000', '093238.813000', '093238.815000', '093238.818000', '093238.821000', '093238.823000', '093238.826000', '093238.828000', '093238.831000', '093238.833000', '093238.836000', '093238.839000', '093238.841000', '093238.844000', '093238.846000', '093238.849000', '093238.851000', '093238.854000', '093238.857000', '093238.859000', '093238.862000', '093238.864000', '093238.867000', '093238.870000', '093238.872000', '093238.875000', '093238.877000', '093238.880000', '093238.883000', '093238.885000', '093238.888000', '093238.890000', '093258.767000', '093258.769000', '093258.772000', '093258.775000', '093258.777000', '093258.780000', '093258.783000', '093258.785000', '093258.788000', '093258.790000', '093258.793000', '093258.795000', '093258.798000', '093258.801000', '093258.803000', '093258.806000', '093258.809000', '093258.811000', '093258.814000', '093258.816000', '093258.819000', '093258.822000', '093258.824000', '093258.827000', '093258.829000', '093258.832000', '093258.834000', '093258.837000', '093258.840000', '093258.842000', '093258.845000', '093258.847000', '093258.850000', '093258.853000', '093258.855000', '093258.858000', '093258.860000', '093258.863000', '093258.866000', '093258.868000', '093258.871000', '093258.873000', '093258.876000', '093258.878000', '093318.767000', '093318.769000', '093318.772000', '093318.775000', '093318.777000', '093318.780000', '093318.782000', '093318.785000', '093318.787000', '093318.790000', '093318.793000', '093318.795000', '093318.798000', '093318.800000', '093318.803000', '093318.805000', '093318.808000', '093318.811000', '093318.813000', '093318.816000', '093318.818000', '093318.821000', '093318.823000', '093318.826000', '093318.829000', '093318.831000', '093318.834000', '093318.836000', '093318.839000', '093318.842000', '093318.844000', '093318.847000', '093318.849000', '093318.852000', '093318.855000', '093318.857000', '093318.860000', '093318.862000', '093318.865000', '093318.867000', '093318.870000', '093318.873000', '093318.875000', '093338.767000', '093338.770000', '093338.773000', '093338.776000', '093338.778000', '093338.781000', '093338.783000', '093338.786000', '093338.789000', '093338.793000', '093338.795000', '093338.798000', '093338.801000', '093338.803000', '093338.806000', '093338.809000', '093338.811000', '093338.814000', '093338.817000', '093338.819000', '093338.822000', '093338.825000', '093338.827000', '093338.830000', '093338.832000', '093338.835000', '093338.838000', '093338.840000', '093338.843000', '093338.846000', '093338.848000', '093338.851000', '093338.853000', '093338.856000', '093338.859000', '093338.861000', '093338.864000', '093338.866000', '093338.869000', '093338.872000', '093338.874000', '093338.877000', '093338.879000', '093338.882000', '093358.767000', '093358.770000', '093358.773000', '093358.776000', '093358.778000', '093358.781000', '093358.783000', '093358.786000', '093358.788000', '093358.791000', '093358.793000', '093358.796000', '093358.799000', '093358.801000', '093358.804000', '093358.806000', '093358.809000', '093358.812000', '093358.814000', '093358.817000', '093358.819000', '093358.822000', '093358.824000', '093358.827000', '093358.830000', '093358.832000', '093358.835000', '093358.837000', '093358.840000', '093358.843000', '093358.845000', '093358.848000', '093358.851000', '093358.853000', '093358.856000', '093358.858000', '093358.861000', '093358.863000', '093358.866000', '093358.869000', '093358.871000', '093358.889000', '093358.891000', '093418.768000', '093418.771000', '093418.773000', '093418.776000', '093418.778000', '093418.781000', '093418.784000', '093418.786000', '093418.789000', '093418.791000', '093418.794000', '093418.797000', '093418.799000', '093418.802000', '093418.805000', '093418.807000', '093418.810000', '093418.812000', '093418.815000', '093418.818000', '093418.820000', '093418.823000', '093418.825000', '093418.828000', '093418.830000', '093418.833000', '093418.836000', '093418.838000', '093418.841000', '093418.843000', '093418.846000', '093418.849000', '093418.851000', '093418.854000', '093418.856000', '093418.859000', '093418.862000', '093418.864000', '093418.867000', '093418.869000', '093418.872000', '093418.875000', '093418.877000', '093438.768000', '093438.771000', '093438.773000', '093438.776000', '093438.779000', '093438.781000', '093438.784000', '093438.786000', '093438.789000', '093438.791000', '093438.794000', '093438.797000', '093438.799000', '093438.802000', '093438.805000', '093438.807000', '093438.810000', '093438.812000', '093438.815000', '093438.817000', '093438.820000', '093438.823000', '093438.825000', '093438.828000', '093438.830000', '093438.833000', '093438.836000', '093438.838000', '093438.841000', '093438.844000', '093438.846000', '093438.849000', '093438.851000', '093438.854000', '093438.856000', '093438.859000', '093438.862000', '093438.864000', '093438.867000', '093438.870000', '093438.872000', '093438.875000', '093438.877000', '093438.880000', '093458.767000', '093458.770000', '093458.772000', '093458.775000', '093458.777000', '093458.780000', '093458.782000', '093458.785000', '093458.788000', '093458.790000', '093458.793000', '093458.796000', '093458.798000', '093458.801000', '093458.804000', '093458.806000', '093458.809000', '093458.811000', '093458.814000', '093458.817000', '093458.819000', '093458.822000', '093458.824000', '093458.827000', '093458.831000', '093458.834000', '093458.836000', '093458.839000', '093458.842000', '093458.844000', '093458.847000', '093458.849000', '093458.852000', '093458.854000', '093458.857000', '093458.860000', '093458.862000', '093458.865000', '093458.867000', '093458.870000', '093458.873000', '093458.875000', '093458.878000', '093518.767000', '093518.769000', '093518.772000', '093518.774000', '093518.777000', '093518.780000', '093518.782000', '093518.785000', '093518.787000', '093518.790000', '093518.793000', '093518.795000', '093518.799000', '093518.802000', '093518.804000', '093518.807000', '093518.809000', '093518.812000', '093518.815000', '093518.817000', '093518.820000', '093518.822000', '093518.825000', '093518.828000', '093518.830000', '093518.833000', '093518.836000', '093518.838000', '093518.841000', '093518.843000', '093518.846000', '093518.849000', '093518.851000', '093518.854000', '093518.856000', '093518.859000', '093518.861000', '093518.864000', '093518.867000', '093518.869000', '093518.872000', '093518.875000', '093518.877000', '093518.880000', '093538.767000', '093538.770000', '093538.772000', '093538.775000', '093538.778000', '093538.780000', '093538.783000', '093538.786000', '093538.788000', '093538.791000', '093538.793000', '093538.796000', '093538.799000', '093538.801000', '093538.804000', '093538.806000', '093538.809000', '093538.811000', '093538.814000', '093538.817000', '093538.819000', '093538.822000', '093538.824000', '093538.839000', '093538.843000', '093538.846000', '093538.848000', '093538.851000', '093538.853000', '093538.856000', '093538.859000', '093538.861000', '093538.864000', '093538.866000', '093538.869000', '093538.872000', '093538.874000', '093538.877000', '093538.879000', '093538.882000', '093538.885000', '093538.887000', '093538.890000', '093558.768000', '093558.770000', '093558.773000', '093558.776000', '093558.778000', '093558.781000', '093558.783000', '093558.786000', '093558.789000', '093558.791000', '093558.794000', '093558.796000', '093558.799000', '093558.801000', '093558.804000', '093558.807000', '093558.809000', '093558.812000', '093558.814000', '093558.817000', '093558.820000', '093558.822000', '093558.825000', '093558.827000', '093558.830000', '093558.833000', '093558.835000', '093558.838000', '093558.841000', '093558.843000', '093558.846000', '093558.849000', '093558.851000', '093558.854000', '093558.856000', '093558.859000', '093558.862000', '093558.864000', '093558.867000', '093558.870000', '093558.872000', '093558.875000', '093558.877000', '093558.880000', '093618.768000', '093618.770000', '093618.773000', '093618.776000', '093618.778000', '093618.781000', '093618.783000', '093618.786000', '093618.789000', '093618.791000', '093618.794000', '093618.797000', '093618.799000', '093618.802000', '093618.804000', '093618.807000', '093618.809000', '093618.812000', '093618.815000', '093618.817000', '093618.820000', '093618.823000', '093618.825000', '093618.828000', '093618.830000', '093618.833000', '093618.836000', '093618.838000', '093618.841000', '093618.844000', '093618.846000', '093618.849000', '093618.852000', '093618.854000', '093618.857000', '093618.860000', '093618.862000', '093618.865000', '093618.868000', '093618.872000', '093618.875000', '093618.877000', '093618.880000', '093638.767000', '093638.770000', '093638.773000', '093638.776000', '093638.778000', '093638.781000', '093638.783000', '093638.786000', '093638.788000', '093638.791000', '093638.794000', '093638.796000', '093638.799000', '093638.802000', '093638.804000', '093638.807000', '093638.810000', '093638.812000', '093638.815000', '093638.817000', '093638.820000', '093638.823000', '093638.825000', '093638.828000', '093638.831000', '093638.833000', '093638.836000', '093638.838000', '093638.841000', '093638.844000', '093638.846000', '093638.849000', '093638.851000', '093638.854000', '093638.857000', '093638.859000', '093638.862000', '093638.865000', '093638.867000', '093638.870000', '093638.872000', '093638.875000', '093638.878000', '093638.880000', '093658.768000', '093658.771000', '093658.773000', '093658.776000', '093658.778000', '093658.781000', '093658.784000', '093658.786000', '093658.789000', '093658.792000', '093658.794000', '093658.797000', '093658.799000', '093658.802000', '093658.805000', '093658.807000', '093658.814000', '093658.817000', '093658.819000', '093658.822000', '093658.825000', '093658.827000', '093658.830000', '093658.833000', '093658.835000', '093658.840000', '093658.842000', '093658.845000', '093658.847000', '093658.850000', '093658.853000', '093658.855000', '093658.858000', '093658.860000', '093658.863000', '093658.866000', '093658.868000', '093658.871000', '093658.873000', '093658.876000', '093658.879000', '093658.881000', '093658.884000', '093718.767000', '093718.770000', '093718.772000', '093718.775000', '093718.777000', '093718.780000', '093718.783000', '093718.785000', '093718.788000', '093718.790000', '093718.793000', '093718.796000', '093718.798000', '093718.801000', '093718.803000', '093718.806000', '093718.808000', '093718.811000', '093718.814000', '093718.816000', '093718.819000', '093718.822000', '093718.824000', '093718.827000', '093718.829000', '093718.832000', '093718.834000', '093718.837000', '093718.840000', '093718.842000', '093718.845000', '093718.847000', '093718.850000', '093718.853000', '093718.855000', '093718.858000', '093718.860000', '093718.863000', '093718.866000', '093718.868000', '093718.871000', '093718.873000', '093718.876000', '093718.879000', '093738.767000', '093738.770000', '093738.772000', '093738.775000', '093738.777000', '093738.780000', '093738.783000', '093738.785000', '093738.788000', '093738.790000', '093738.793000', '093738.796000', '093738.798000', '093738.801000', '093738.803000', '093738.806000', '093738.809000', '093738.811000', '093738.814000', '093738.817000', '093738.819000', '093738.822000', '093738.824000', '093738.827000', '093738.830000', '093738.832000', '093738.835000', '093738.837000', '093738.840000', '093738.842000', '093738.845000', '093738.848000', '093738.850000', '093738.853000', '093738.856000', '093738.858000', '093738.861000', '093738.863000', '093738.866000', '093738.868000', '093738.871000', '093738.874000', '093738.876000', '093758.768000', '093758.770000', '093758.773000', '093758.776000', '093758.778000', '093758.781000', '093758.784000', '093758.786000', '093758.789000', '093758.791000', '093758.794000', '093758.797000', '093758.799000', '093758.802000', '093758.804000', '093758.807000', '093758.810000', '093758.812000', '093758.815000', '093758.817000', '093758.820000', '093758.823000', '093758.825000', '093758.828000', '093758.830000', '093758.833000', '093758.836000', '093758.838000', '093758.841000', '093758.843000', '093758.846000', '093758.849000', '093758.851000', '093758.854000', '093758.857000', '093758.859000', '093758.862000', '093758.865000', '093758.867000', '093758.870000', '093758.872000', '093758.875000', '093758.879000', '093758.881000', '093818.767000', '093818.770000', '093818.773000', '093818.776000', '093818.778000', '093818.781000', '093818.784000', '093818.786000', '093818.789000', '093818.791000', '093818.794000', '093818.797000', '093818.799000', '093818.802000', '093818.804000', '093818.807000', '093818.809000', '093818.812000', '093818.815000', '093818.818000', '093818.820000', '093818.823000', '093818.826000', '093818.829000', '093818.832000', '093818.835000', '093818.838000', '093818.840000', '093818.843000', '093818.845000', '093818.848000', '093818.851000', '093818.853000', '093818.856000', '093818.859000', '093818.861000', '093818.864000', '093818.866000', '093818.869000', '093818.872000', '093818.874000', '093818.877000', '093818.879000', '093838.767000', '093838.778000', '093838.781000', '093838.784000', '093838.786000', '093838.789000', '093838.791000', '093838.794000', '093838.796000', '093838.799000', '093838.802000', '093838.804000', '093838.807000', '093838.809000', '093838.812000', '093838.815000', '093838.817000', '093838.820000', '093838.823000', '093838.825000', '093838.828000', '093838.831000', '093838.833000', '093838.836000', '093838.838000', '093838.841000', '093838.843000', '093838.846000', '093838.849000', '093838.851000', '093838.854000', '093838.856000', '093838.859000', '093838.862000', '093838.864000', '093838.867000', '093838.869000', '093838.872000', '093838.875000', '093838.877000', '093838.880000', '093838.882000', '093838.885000', '093838.888000', '093858.768000', '093858.771000', '093858.773000', '093858.776000', '093858.779000', '093858.781000', '093858.784000', '093858.786000', '093858.789000', '093858.792000', '093858.794000', '093858.797000', '093858.799000', '093858.802000', '093858.805000', '093858.807000', '093858.810000', '093858.813000', '093858.815000', '093858.818000', '093858.820000', '093858.823000', '093858.825000', '093858.828000', '093858.831000', '093858.833000', '093858.836000', '093858.838000', '093858.841000', '093858.844000', '093858.846000', '093858.849000', '093858.852000', '093858.854000', '093858.857000', '093858.859000', '093858.862000', '093858.865000', '093858.867000', '093858.870000', '093858.872000', '093858.875000', '093858.877000', '093918.768000', '093918.771000', '093918.773000', '093918.776000', '093918.778000', '093918.781000', '093918.784000', '093918.786000', '093918.789000', '093918.791000', '093918.794000', '093918.797000', '093918.799000', '093918.802000', '093918.804000', '093918.807000', '093918.810000', '093918.812000', '093918.815000', '093918.817000', '093918.820000', '093918.823000', '093918.825000', '093918.828000', '093918.830000', '093918.833000', '093918.835000', '093918.838000', '093918.841000', '093918.843000', '093918.846000', '093918.849000', '093918.851000', '093918.854000', '093918.856000', '093918.859000', '093918.861000', '093918.864000', '093918.867000', '093918.869000', '093918.872000', '093918.874000', '093918.877000', '093918.880000', '093938.767000', '093938.770000', '093938.772000', '093938.775000', '093938.778000', '093938.780000', '093938.783000', '093938.785000', '093938.788000', '093938.790000', '093938.793000', '093938.796000', '093938.798000', '093938.801000', '093938.804000', '093938.806000', '093938.809000', '093938.811000', '093938.814000', '093938.817000', '093938.819000', '093938.822000', '093938.824000', '093938.827000', '093938.829000', '093938.832000', '093938.835000', '093938.837000', '093938.840000', '093938.843000', '093938.845000', '093938.848000', '093938.850000', '093938.853000', '093938.855000', '093938.858000', '093938.861000', '093938.863000', '093938.866000', '093938.868000', '093938.871000', '093938.874000', '093938.876000', '093958.767000', '093958.770000', '093958.772000', '093958.775000', '093958.778000', '093958.780000', '093958.783000', '093958.785000', '093958.788000', '093958.790000', '093958.793000', '093958.796000', '093958.798000', '093958.801000', '093958.804000', '093958.806000', '093958.809000', '093958.812000', '093958.814000', '093958.817000', '093958.819000', '093958.822000', '093958.825000', '093958.827000', '093958.830000', '093958.832000', '093958.835000', '093958.838000', '093958.840000', '093958.843000', '093958.846000', '093958.848000', '093958.851000', '093958.853000', '093958.856000', '093958.859000', '093958.861000', '093958.864000', '093958.866000', '093958.869000', '093958.872000', '093958.874000', '093958.877000', '093958.879000', '094018.768000', '094018.771000', '094018.773000', '094018.776000', '094018.779000', '094018.781000', '094018.784000', '094018.786000', '094018.789000', '094018.792000', '094018.794000', '094018.797000', '094018.799000', '094018.802000', '094018.805000', '094018.807000', '094018.810000', '094018.812000', '094018.815000', '094018.818000', '094018.820000', '094018.823000', '094018.825000', '094018.828000', '094018.830000', '094018.833000', '094018.836000', '094018.838000', '094018.841000', '094018.844000', '094018.846000', '094018.849000', '094018.851000', '094018.854000', '094018.857000', '094018.859000', '094018.862000', '094018.865000', '094018.867000', '094018.870000', '094018.872000', '094018.875000', '094018.878000', '094038.768000', '094038.770000', '094038.773000', '094038.776000', '094038.778000', '094038.781000', '094038.783000', '094038.786000', '094038.789000', '094038.791000', '094038.794000', '094038.796000', '094038.799000', '094038.802000', '094038.804000', '094038.807000', '094038.810000', '094038.812000', '094038.815000', '094038.817000', '094038.820000', '094038.823000', '094038.825000', '094038.828000', '094038.831000', '094038.833000', '094038.836000', '094038.839000', '094038.841000', '094038.844000', '094038.846000', '094038.849000', '094038.852000', '094038.854000', '094038.857000', '094038.859000', '094038.862000', '094038.864000', '094038.867000', '094038.870000', '094038.872000', '094038.875000', '094038.878000', '094038.880000', '094058.768000', '094058.771000', '094058.773000', '094058.776000', '094058.779000', '094058.781000', '094058.784000', '094058.787000', '094058.789000', '094058.792000', '094058.795000', '094058.797000', '094058.800000', '094058.803000', '094058.806000', '094058.808000', '094058.811000', '094058.813000', '094058.816000', '094058.818000', '094058.821000', '094058.824000', '094058.826000', '094058.829000', '094058.832000', '094058.834000', '094058.837000', '094058.839000', '094058.842000', '094058.844000', '094058.847000', '094058.850000', '094058.852000', '094058.855000', '094058.857000', '094058.860000', '094058.863000', '094058.872000', '094058.875000', '094058.877000', '094058.880000', '094058.882000', '094058.885000', '094111.383000', '094111.386000', '094111.389000', '094111.392000', '094111.394000', '094111.397000', '094111.400000', '094111.402000', '094111.405000', '094111.408000', '094111.411000', '094111.413000', '094111.416000', '094111.419000', '094111.421000', '094111.424000', '094111.427000', '094111.429000', '094111.432000', '094111.435000', '094111.437000', '094111.440000', '094111.443000', '094111.446000', '094111.449000', '094111.457000', '094111.460000', '094111.463000'], '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': [13218, 8931, 14145, 9044, 14783, 9814, 14135, 8202, 14453, 8151, 13822, 9098, 11628, 7407, 10938, 7227, 11241, 7352, 11235, 7452, 9618, 7924, 9201, 7359, 10512, 7110, 11136, 7091, 11456, 7630, 11853, 7379, 11681, 7761, 11140, 7549, 10742, 7935, 10631, 7228, 11374, 7344, 11546, 7965, 11812, 7859, 13283, 7564, 12086, 7509, 11529, 7914, 12160, 8350, 13653, 7909, 11577, 7845, 14822, 8381, 13380, 8611, 12292, 7864, 11415, 7573, 11528, 7943, 12207, 8458, 10442, 8159, 7855, 9128, 9492, 8498, 11468, 8389, 7693, 9957, 7092, 11238, 8381, 9956, 14303, 8487, 11519, 8554, 7031, 10479, 7070, 12105, 7019, 11597, 7678, 11887, 7117, 12080, 7718, 11962, 7647, 11956, 8214, 12944, 8049, 11775, 8058, 14390, 8453, 13769, 9143, 12266, 7840, 8590, 8833, 7218, 10635, 7159, 12237, 7128, 12182, 7131, 11372, 7881, 10799, 7187, 11968, 6965, 11849, 7239, 11687, 8195, 11247, 7211, 11208, 7476, 12055, 7729, 11764, 8219, 14154, 7724, 11834, 7672, 10087, 8188, 10502, 7070, 11667, 7357, 11666, 7522, 11396, 11035, 9250, 6961, 11342, 7483, 12021, 8036, 12383, 9391, 14437, 7416, 12632, 7034, 11416, 7080, 11635, 7225, 11620, 7703, 12753, 7163, 11938, 7044, 11547, 7260, 11450, 7419, 11427, 7740, 12261, 7535, 11787, 7948, 11979, 8663, 10831, 8371, 7808, 8955, 7094, 10455, 7273, 10914, 7717, 11739, 7149, 11711, 7081, 11972, 7586, 12751, 8430, 14464, 7714, 12623, 7867, 11740, 8149, 11550, 8300, 12937, 8278, 11524, 7898, 9809, 7827, 7184, 10743, 7023, 12399, 8151, 12382, 8048, 11906, 8124, 13376, 7796, 13159, 8299, 13428, 7952, 13045, 7933, 13047, 7708, 13142, 7623, 11441, 7869, 11666, 7999, 11776, 7959, 11397, 7396, 11527, 7636, 11350, 8217, 11703, 7715, 11703, 7364, 11488, 7565, 11683, 8293, 10753, 7636, 10180, 7671, 10460, 7969, 8952, 8705, 8654, 8647, 9748, 8680, 12551, 8020, 9976, 8322, 10609, 8077, 12897, 7964, 13843, 8160, 9818, 8429, 8743, 8245, 9381, 8480, 9671, 8775, 7618, 10155, 7040, 10073, 7225, 11011, 7914, 11459, 7720, 11849, 7158, 10335, 8223, 9972, 11330, 9815, 9480, 9232, 8527, 8839, 9557, 8810, 12988, 8477, 11950, 8654, 10863, 8322, 10648, 8133, 11517, 8123, 10650, 8314, 9515, 8053, 10919, 8121, 11521, 8281, 10568, 8237, 10481, 7862, 12255, 8125, 12339, 8265, 11778, 8156, 11610, 7827, 11876, 8067, 12029, 8061, 11744, 9205, 11197, 7985, 11429, 8223, 12207, 8159, 11123, 8274, 10690, 7896, 11137, 8418, 11518, 8792, 9197, 8757, 8178, 9159, 9256, 9448, 9500, 9758, 7742, 9956, 8365, 9400, 11644, 8665, 13794, 8604, 9057, 8942, 9156, 9094, 11090, 8793, 14841, 8473, 11777, 8280, 12051, 8291, 13955, 8320, 14994, 8616, 13540, 8140, 12847, 7658, 11759, 7991, 11354, 8091, 12687, 7901, 11556, 7403, 11010, 7123, 10547, 7894, 10538, 7237, 10569, 7110, 10020, 8480, 9188, 11696, 8442, 9613, 8842, 7933, 8963, 9095, 8612, 12339, 8166, 11169, 8261, 10660, 7956, 12039, 8194, 13722, 8404, 13338, 8694, 13656, 7880, 11975, 8261, 12097, 8853, 11959, 8414, 12269, 7671, 11691, 7774, 11590, 8528, 12647, 8684, 13379, 7690, 12213, 8167, 12472, 8480, 12799, 8932, 13986, 7761, 12522, 8092, 12434, 8494, 13064, 9189, 12886, 7967, 12589, 7715, 12252, 7782, 11588, 8067, 11153, 7816, 11930, 8144, 12270, 9740, 11309, 8188, 9893, 7951, 8993, 8459, 9766, 8838, 8601, 9443, 10487, 8814, 14003, 8121, 15957, 9194, 15454, 8114, 14904, 8274, 13094, 10134, 12786, 9775, 13279, 7689, 11278, 7632, 11331, 7158, 11200, 7043, 10898, 7156, 10691, 7138, 10826, 7080, 11136, 7030, 11666, 7203, 11456, 7131, 11269, 7482, 11469, 7140, 11329, 7076, 10548, 8980, 10085, 8151, 10046, 9530, 8802, 11043, 8704, 15803, 8400, 11683, 8299, 10418, 8184, 13127, 8039, 11431, 8367, 10382, 7821, 10909, 8102, 12354, 8138, 11836, 8382, 13520, 7828, 12302, 8098, 13095, 8642, 11312, 8216, 10804, 7839, 11406, 8071, 11729, 8646, 10185, 8310, 10929, 8046, 11253, 8136, 10856, 8427, 9526, 8250, 9318, 8717, 10222, 8676, 9107, 9308, 7029, 10042, 7156, 10577, 7239, 11058, 7449, 12268, 7119, 12276, 7691, 11854, 8752, 14136, 8270, 13414, 8083, 14343, 8880, 14441, 10744, 13308, 8234, 10567, 8302, 11372, 8390, 14871, 8885, 9965, 9380, 7880, 9695, 8648, 9779, 9711, 10333, 9072, 11798, 7212, 11774, 7078, 11916, 7294, 11563, 7665, 15279, 7484, 13442, 7486, 12913, 7670, 12996, 8077, 13551, 6942, 13881, 9016, 8790, 8997, 6986, 12567, 7125, 11570, 7814, 9319, 7023, 7277, 9450, 7320, 10362, 8691, 10244, 7481, 10423, 7189, 10424, 7098, 11145, 7605, 12048, 7680, 8965, 9117, 6898, 6920, 7492, 7349, 11273, 16554, 11252, 13081, 8512, 11466, 7024, 10200, 8828, 8214, 14825, 8279, 17488, 10674, 14183, 10284, 12796, 7409, 10834, 7005, 9431, 6976, 8425, 7400, 8711, 7195, 8957, 7107, 9810, 7077, 11105, 7562, 11724, 7504, 7089, 8597, 7076, 9522, 12120, 7769, 12759, 8262, 7084, 8264, 7085, 8579, 15499, 8178, 12918, 9187, 11168, 6953, 10289, 7237, 10987, 7199, 10439, 7046, 10723, 6898, 10285, 7223, 11115, 7647, 11365, 7682, 12008, 7406, 11791, 7423, 12198, 8228, 12178, 8159, 12852, 7473, 11682, 7489, 11852, 8939, 11405, 7307, 10789, 7263, 11182, 7220, 13264, 7733, 11878, 7074, 11391, 7026, 12117, 7055, 12237, 7681, 9957, 7078, 10550, 7363, 11632, 7288, 11693, 7774, 9207, 7740, 8508, 8159, 8861, 8324, 13072, 8603, 8629, 9819, 7012, 11128, 7175, 11138, 7423, 11070, 7240, 13101, 8167, 14802, 8760, 9094, 8644, 7276, 13038, 7354, 11307, 7522, 10611, 8210, 18121, 12070, 16515, 12773, 10861, 8635, 8239, 9249, 9985, 9347, 7456, 12076, 7072, 11611, 7359, 8965, 8561, 16437, 8414, 15511, 8739, 7377, 7827, 6922, 7294, 9493, 7101, 13467, 12402, 9353, 14568, 8221, 8517, 9215, 6949, 7653, 9216, 7604, 13495, 17334, 14220, 16501, 14289, 14318, 10387, 12293, 9536, 9200, 7357, 7189, 10859, 16385, 9648, 14480, 7538, 11862, 7164, 9078, 7072, 7663, 7378, 8296, 7553, 10201, 7486, 10673, 7691, 7289, 8261, 6976, 8130, 7018, 8837, 7538, 8836, 7120, 9855, 7048, 9722, 7123, 10538, 7137, 9790, 7256, 9939, 7204, 11128, 7342, 11527, 7146, 11295, 6950, 10475, 7131, 12464, 6925, 11346, 6907, 11338, 7120, 11170, 7294, 10927, 7387, 11526, 6962, 11364, 7221, 11537, 7572, 12058, 7555, 13066, 7294, 11785, 7064, 11404, 7438, 10941, 7880, 11765, 7092, 11484, 7365, 11676, 7396, 11434, 7741, 12513, 6974, 11534, 7283, 11519, 7383, 11230, 7709, 11268, 7138, 11453, 7230, 11831, 7246, 11453, 7782, 11214, 7545, 11460, 7024, 11052, 6811, 9611, 8538, 8532, 7296, 8779, 6974, 9127, 7306, 9465, 7976, 8989, 7991, 9442, 7757, 8589, 9907, 7742, 11621, 7983, 7627, 8915, 6963, 9222, 7708, 9242, 7903, 10611, 7001, 10765, 6825, 11381, 6920, 11841, 7505, 13563, 7172, 11773, 7238, 11648, 7314, 11928, 8592, 10130, 7414, 8709, 7538, 10123, 7630, 12108, 8187, 10844, 8306, 8007, 8668, 8480, 8553, 9602, 8197, 7907, 8944, 7555, 8419, 7721, 8406, 8609, 7891, 8007, 8182, 7071, 8735, 7009, 9848, 6932, 10423, 6861, 12685, 6949, 10655, 6914, 11051, 6978, 12517, 7181, 13044, 7050, 11552, 7483, 11232, 7456, 11297, 7682, 13156, 7285, 11022, 7244, 10921, 8046, 11438, 7431, 11181, 7327, 11072, 7495, 11540, 8581, 11125, 8718, 8855, 7307, 8372, 7953, 8773, 8474, 8191, 9655, 7343, 9400, 8165, 9394, 8001, 10267, 6882, 10549, 6929, 10476, 7655, 9831, 8142, 10971, 7104, 10772, 6858, 10386, 6978, 10572, 7310, 11857, 7795, 13624, 6864, 10821, 6928, 10515, 6873, 10048, 6952, 10950, 6755, 10405, 6936, 10816, 6893, 10700, 7464, 12995, 6870, 10322, 6815, 10279, 7126, 10218, 7149, 12169, 6876, 10339, 6926, 10307, 6887, 9920, 7346, 10150, 6965, 10285, 7000, 10290, 7043, 10313, 7022, 10856, 6907, 10642, 6950, 10630, 7027, 10387, 7430, 12676, 6872, 11583, 7134, 10773, 7044, 10862, 7271, 13232, 7217, 12863, 7170, 11115, 7499, 10819, 7674, 11070, 8511, 8045, 8646, 8412, 8852, 16578, 9840, 15716, 11214, 13373, 8022, 11099, 7216, 11367, 7500, 12687, 9043, 12125, 7638, 11430, 6946, 11353, 7702, 8572, 9886, 7372, 8411, 9753, 6977, 11344, 7950, 12487, 8263, 12814, 7890, 13360, 7658, 10708, 8065, 12298, 8058, 10462, 8423, 6816, 9959, 7029, 11093, 7330, 12326, 8038, 14637, 7182, 12556, 7423, 11388, 14411, 9755, 7024, 10362, 6998, 11400, 7219, 12292, 8045, 12005, 7340, 12010, 7185, 11752, 7865, 12622, 8028, 13983, 8531, 14423, 7842, 8874, 8126, 7153, 10207, 7381, 10877, 7789, 13560, 7318, 13235, 8243, 12913, 7707, 7920, 7103, 7168, 9583, 7257, 12526, 7280, 12255, 7628, 13670, 7349, 10316, 7053, 8653], 'WindowCenter': [4463.0, 4409.0, 4436.0, 4392.0, 4420.0, 4388.0, 4407.0, 4368.0, 4407.0, 4355.0, 4406.0, 4365.0, 4385.0, 4345.0, 4383.0, 4344.0, 4384.0, 4345.0, 4385.0, 4344.0, 4375.0, 4345.0, 4364.0, 4344.0, 4385.0, 4335.0, 4396.0, 4347.0, 4397.0, 4357.0, 4397.0, 4347.0, 4397.0, 4357.0, 4397.0, 4357.0, 4389.0, 4357.0, 4386.0, 4347.0, 4397.0, 4347.0, 4397.0, 4359.0, 4400.0, 4358.0, 4408.0, 4346.0, 4396.0, 4348.0, 4398.0, 4359.0, 4397.0, 4358.0, 4405.0, 4358.0, 4396.0, 4358.0, 4418.0, 4369.0, 4407.0, 4367.0, 4395.0, 4356.0, 4385.0, 4357.0, 4397.0, 4358.0, 4409.0, 4369.0, 4385.0, 4359.0, 4355.0, 4379.0, 4378.0, 4370.0, 4398.0, 4368.0, 4346.0, 4387.0, 4346.0, 4398.0, 4366.0, 4389.0, 4417.0, 4368.0, 4398.0, 4366.0, 4335.0, 4387.0, 4347.0, 4409.0, 4349.0, 4400.0, 4358.0, 4397.0, 4337.0, 4398.0, 4358.0, 4397.0, 4358.0, 4399.0, 4369.0, 4407.0, 4358.0, 4397.0, 4370.0, 4419.0, 4370.0, 4418.0, 4377.0, 4397.0, 4357.0, 4366.0, 4378.0, 4360.0, 4399.0, 4349.0, 4409.0, 4349.0, 4409.0, 4349.0, 4410.0, 4370.0, 4399.0, 4350.0, 4409.0, 4348.0, 4408.0, 4360.0, 4410.0, 4370.0, 4398.0, 4359.0, 4398.0, 4359.0, 4410.0, 4361.0, 4409.0, 4370.0, 4420.0, 4359.0, 4399.0, 4358.0, 4389.0, 4367.0, 4386.0, 4347.0, 4397.0, 4348.0, 4398.0, 4357.0, 4398.0, 4387.0, 4375.0, 4337.0, 4396.0, 4347.0, 4397.0, 4357.0, 4409.0, 4377.0, 4406.0, 4345.0, 4396.0, 4335.0, 4386.0, 4334.0, 4386.0, 4347.0, 4396.0, 4345.0, 4395.0, 4333.0, 4395.0, 4334.0, 4385.0, 4345.0, 4395.0, 4346.0, 4385.0, 4346.0, 4396.0, 4346.0, 4395.0, 4357.0, 4396.0, 4367.0, 4385.0, 4368.0, 4346.0, 4368.0, 4346.0, 4387.0, 4348.0, 4398.0, 4358.0, 4398.0, 4336.0, 4397.0, 4336.0, 4397.0, 4358.0, 4407.0, 4356.0, 4406.0, 4347.0, 4397.0, 4355.0, 4395.0, 4356.0, 4396.0, 4356.0, 4395.0, 4356.0, 4384.0, 4356.0, 4376.0, 4358.0, 4346.0, 4396.0, 4349.0, 4409.0, 4370.0, 4408.0, 4369.0, 4399.0, 4358.0, 4407.0, 4358.0, 4406.0, 4357.0, 4406.0, 4345.0, 4396.0, 4354.0, 4395.0, 4345.0, 4396.0, 4345.0, 4384.0, 4356.0, 4385.0, 4355.0, 4385.0, 4355.0, 4384.0, 4345.0, 4383.0, 4344.0, 4383.0, 4356.0, 4395.0, 4345.0, 4396.0, 4346.0, 4396.0, 4359.0, 4397.0, 4367.0, 4386.0, 4357.0, 4376.0, 4357.0, 4387.0, 4358.0, 4366.0, 4369.0, 4368.0, 4367.0, 4376.0, 4369.0, 4409.0, 4358.0, 4376.0, 4368.0, 4387.0, 4358.0, 4405.0, 4357.0, 4407.0, 4357.0, 4377.0, 4367.0, 4366.0, 4366.0, 4366.0, 4367.0, 4377.0, 4368.0, 4345.0, 4386.0, 4335.0, 4376.0, 4347.0, 4386.0, 4357.0, 4398.0, 4346.0, 4396.0, 4335.0, 4377.0, 4355.0, 4377.0, 4387.0, 4377.0, 4364.0, 4366.0, 4353.0, 4366.0, 4365.0, 4364.0, 4396.0, 4355.0, 4385.0, 4356.0, 4374.0, 4355.0, 4374.0, 4355.0, 4386.0, 4357.0, 4374.0, 4356.0, 4365.0, 4356.0, 4384.0, 4357.0, 4396.0, 4357.0, 4386.0, 4356.0, 4385.0, 4357.0, 4396.0, 4358.0, 4407.0, 4368.0, 4397.0, 4358.0, 4385.0, 4346.0, 4396.0, 4356.0, 4397.0, 4357.0, 4397.0, 4379.0, 4387.0, 4357.0, 4397.0, 4368.0, 4397.0, 4358.0, 4387.0, 4369.0, 4386.0, 4359.0, 4398.0, 4370.0, 4398.0, 4368.0, 4378.0, 4369.0, 4357.0, 4378.0, 4378.0, 4390.0, 4378.0, 4378.0, 4357.0, 4389.0, 4358.0, 4377.0, 4397.0, 4369.0, 4408.0, 4368.0, 4367.0, 4378.0, 4378.0, 4378.0, 4397.0, 4369.0, 4419.0, 4368.0, 4396.0, 4368.0, 4397.0, 4358.0, 4407.0, 4368.0, 4418.0, 4367.0, 4406.0, 4358.0, 4397.0, 4346.0, 4396.0, 4358.0, 4388.0, 4357.0, 4396.0, 4357.0, 4386.0, 4345.0, 4386.0, 4335.0, 4386.0, 4357.0, 4386.0, 4336.0, 4386.0, 4336.0, 4376.0, 4355.0, 4377.0, 4398.0, 4357.0, 4366.0, 4367.0, 4355.0, 4366.0, 4365.0, 4367.0, 4397.0, 4367.0, 4386.0, 4368.0, 4387.0, 4357.0, 4395.0, 4366.0, 4408.0, 4358.0, 4406.0, 4368.0, 4406.0, 4356.0, 4386.0, 4356.0, 4397.0, 4367.0, 4386.0, 4357.0, 4395.0, 4346.0, 4386.0, 4345.0, 4387.0, 4367.0, 4396.0, 4366.0, 4395.0, 4347.0, 4396.0, 4357.0, 4396.0, 4369.0, 4397.0, 4367.0, 4407.0, 4357.0, 4395.0, 4358.0, 4397.0, 4367.0, 4407.0, 4376.0, 4395.0, 4356.0, 4395.0, 4347.0, 4396.0, 4357.0, 4387.0, 4357.0, 4386.0, 4357.0, 4397.0, 4358.0, 4398.0, 4379.0, 4386.0, 4368.0, 4376.0, 4357.0, 4368.0, 4369.0, 4389.0, 4378.0, 4368.0, 4379.0, 4388.0, 4367.0, 4409.0, 4359.0, 4417.0, 4368.0, 4406.0, 4357.0, 4407.0, 4356.0, 4395.0, 4376.0, 4395.0, 4374.0, 4395.0, 4344.0, 4383.0, 4344.0, 4385.0, 4335.0, 4386.0, 4335.0, 4387.0, 4348.0, 4385.0, 4334.0, 4387.0, 4336.0, 4396.0, 4337.0, 4398.0, 4347.0, 4397.0, 4348.0, 4399.0, 4348.0, 4398.0, 4348.0, 4398.0, 4337.0, 4389.0, 4378.0, 4389.0, 4356.0, 4389.0, 4377.0, 4367.0, 4387.0, 4367.0, 4418.0, 4357.0, 4396.0, 4357.0, 4375.0, 4356.0, 4407.0, 4358.0, 4386.0, 4357.0, 4376.0, 4347.0, 4386.0, 4357.0, 4397.0, 4358.0, 4396.0, 4357.0, 4406.0, 4346.0, 4395.0, 4358.0, 4406.0, 4366.0, 4386.0, 4357.0, 4386.0, 4346.0, 4386.0, 4358.0, 4396.0, 4366.0, 4376.0, 4368.0, 4387.0, 4358.0, 4387.0, 4357.0, 4387.0, 4357.0, 4366.0, 4356.0, 4365.0, 4367.0, 4386.0, 4368.0, 4367.0, 4377.0, 4336.0, 4386.0, 4348.0, 4388.0, 4360.0, 4400.0, 4349.0, 4410.0, 4349.0, 4410.0, 4361.0, 4409.0, 4369.0, 4418.0, 4369.0, 4408.0, 4368.0, 4418.0, 4379.0, 4418.0, 4389.0, 4407.0, 4368.0, 4386.0, 4368.0, 4396.0, 4369.0, 4417.0, 4368.0, 4375.0, 4365.0, 4345.0, 4375.0, 4353.0, 4377.0, 4377.0, 4377.0, 4365.0, 4396.0, 4346.0, 4395.0, 4335.0, 4395.0, 4345.0, 4395.0, 4346.0, 4407.0, 4346.0, 4395.0, 4334.0, 4395.0, 4345.0, 4394.0, 4344.0, 4405.0, 4347.0, 4407.0, 4366.0, 4366.0, 4365.0, 4347.0, 4420.0, 4374.0, 4398.0, 4370.0, 4373.0, 4343.0, 4342.0, 4374.0, 4343.0, 4385.0, 4364.0, 4384.0, 4343.0, 4385.0, 4347.0, 4383.0, 4345.0, 4384.0, 4355.0, 4396.0, 4356.0, 4365.0, 4378.0, 4346.0, 4345.0, 4356.0, 4357.0, 4410.0, 4427.0, 4395.0, 4405.0, 4365.0, 4395.0, 4334.0, 4384.0, 4363.0, 4354.0, 4403.0, 4352.0, 4412.0, 4371.0, 4391.0, 4359.0, 4378.0, 4319.0, 4357.0, 4317.0, 4347.0, 4319.0, 4351.0, 4329.0, 4349.0, 4318.0, 4350.0, 4330.0, 4360.0, 4333.0, 4395.0, 4357.0, 4395.0, 4346.0, 4345.0, 4367.0, 4345.0, 4388.0, 4397.0, 4357.0, 4406.0, 4365.0, 4334.0, 4366.0, 4335.0, 4368.0, 4416.0, 4365.0, 4407.0, 4375.0, 4394.0, 4346.0, 4385.0, 4347.0, 4397.0, 4359.0, 4387.0, 4346.0, 4396.0, 4347.0, 4387.0, 4359.0, 4410.0, 4371.0, 4399.0, 4370.0, 4408.0, 4359.0, 4407.0, 4360.0, 4421.0, 4380.0, 4409.0, 4369.0, 4407.0, 4358.0, 4408.0, 4360.0, 4409.0, 4390.0, 4397.0, 4358.0, 4398.0, 4359.0, 4398.0, 4359.0, 4419.0, 4369.0, 4407.0, 4349.0, 4398.0, 4348.0, 4409.0, 4361.0, 4408.0, 4358.0, 4388.0, 4348.0, 4397.0, 4359.0, 4409.0, 4359.0, 4407.0, 4359.0, 4378.0, 4359.0, 4368.0, 4369.0, 4377.0, 4393.0, 4421.0, 4368.0, 4365.0, 4390.0, 4348.0, 4398.0, 4349.0, 4397.0, 4357.0, 4398.0, 4361.0, 4408.0, 4393.0, 4456.0, 4406.0, 4406.0, 4391.0, 4359.0, 4421.0, 4370.0, 4409.0, 4371.0, 4400.0, 4382.0, 4442.0, 4410.0, 4430.0, 4409.0, 4387.0, 4366.0, 4354.0, 4375.0, 4375.0, 4364.0, 4345.0, 4396.0, 4346.0, 4397.0, 4348.0, 4376.0, 4368.0, 4417.0, 4368.0, 4442.0, 4397.0, 4362.0, 4346.0, 4348.0, 4356.0, 4389.0, 4361.0, 4432.0, 4407.0, 4390.0, 4470.0, 4422.0, 4392.0, 4400.0, 4357.0, 4356.0, 4389.0, 4356.0, 4421.0, 4415.0, 4405.0, 4413.0, 4403.0, 4391.0, 4372.0, 4381.0, 4361.0, 4360.0, 4330.0, 4318.0, 4372.0, 4401.0, 4360.0, 4390.0, 4329.0, 4378.0, 4330.0, 4348.0, 4331.0, 4340.0, 4332.0, 4351.0, 4343.0, 4372.0, 4343.0, 4372.0, 4343.0, 4342.0, 4354.0, 4333.0, 4352.0, 4333.0, 4365.0, 4344.0, 4364.0, 4345.0, 4385.0, 4333.0, 4375.0, 4345.0, 4385.0, 4346.0, 4385.0, 4345.0, 4376.0, 4345.0, 4394.0, 4345.0, 4396.0, 4346.0, 4385.0, 4346.0, 4385.0, 4345.0, 4396.0, 4346.0, 4394.0, 4346.0, 4396.0, 4347.0, 4397.0, 4359.0, 4397.0, 4358.0, 4408.0, 4348.0, 4396.0, 4357.0, 4410.0, 4371.0, 4408.0, 4358.0, 4406.0, 4356.0, 4397.0, 4346.0, 4397.0, 4357.0, 4385.0, 4357.0, 4396.0, 4346.0, 4396.0, 4346.0, 4397.0, 4359.0, 4397.0, 4358.0, 4405.0, 4346.0, 4395.0, 4347.0, 4396.0, 4359.0, 4397.0, 4358.0, 4396.0, 4347.0, 4396.0, 4358.0, 4396.0, 4357.0, 4397.0, 4358.0, 4398.0, 4357.0, 4398.0, 4346.0, 4397.0, 4336.0, 4378.0, 4366.0, 4366.0, 4344.0, 4366.0, 4346.0, 4377.0, 4344.0, 4377.0, 4369.0, 4378.0, 4358.0, 4388.0, 4357.0, 4368.0, 4386.0, 4360.0, 4396.0, 4367.0, 4356.0, 4378.0, 4347.0, 4377.0, 4358.0, 4378.0, 4368.0, 4387.0, 4347.0, 4386.0, 4337.0, 4396.0, 4348.0, 4397.0, 4358.0, 4407.0, 4348.0, 4397.0, 4358.0, 4395.0, 4360.0, 4399.0, 4368.0, 4387.0, 4347.0, 4366.0, 4357.0, 4374.0, 4357.0, 4398.0, 4367.0, 4384.0, 4355.0, 4354.0, 4366.0, 4354.0, 4365.0, 4376.0, 4355.0, 4354.0, 4364.0, 4344.0, 4367.0, 4342.0, 4356.0, 4365.0, 4355.0, 4354.0, 4355.0, 4334.0, 4366.0, 4335.0, 4377.0, 4347.0, 4387.0, 4335.0, 4407.0, 4346.0, 4385.0, 4335.0, 4396.0, 4349.0, 4396.0, 4336.0, 4405.0, 4334.0, 4396.0, 4345.0, 4384.0, 4347.0, 4385.0, 4356.0, 4406.0, 4347.0, 4386.0, 4348.0, 4397.0, 4367.0, 4396.0, 4357.0, 4396.0, 4347.0, 4395.0, 4347.0, 4398.0, 4381.0, 4398.0, 4368.0, 4367.0, 4357.0, 4365.0, 4369.0, 4379.0, 4369.0, 4367.0, 4388.0, 4348.0, 4379.0, 4369.0, 4390.0, 4368.0, 4388.0, 4348.0, 4387.0, 4346.0, 4389.0, 4358.0, 4389.0, 4358.0, 4387.0, 4347.0, 4386.0, 4336.0, 4386.0, 4335.0, 4387.0, 4348.0, 4396.0, 4346.0, 4407.0, 4337.0, 4385.0, 4336.0, 4384.0, 4338.0, 4376.0, 4337.0, 4387.0, 4337.0, 4387.0, 4346.0, 4387.0, 4349.0, 4386.0, 4344.0, 4407.0, 4335.0, 4373.0, 4333.0, 4376.0, 4348.0, 4388.0, 4334.0, 4395.0, 4334.0, 4375.0, 4335.0, 4375.0, 4335.0, 4375.0, 4346.0, 4386.0, 4335.0, 4385.0, 4336.0, 4385.0, 4346.0, 4387.0, 4346.0, 4387.0, 4335.0, 4385.0, 4335.0, 4387.0, 4348.0, 4389.0, 4347.0, 4407.0, 4336.0, 4396.0, 4347.0, 4385.0, 4346.0, 4386.0, 4348.0, 4405.0, 4346.0, 4407.0, 4347.0, 4384.0, 4348.0, 4388.0, 4359.0, 4397.0, 4379.0, 4357.0, 4380.0, 4367.0, 4379.0, 4427.0, 4387.0, 4419.0, 4387.0, 4396.0, 4356.0, 4384.0, 4346.0, 4384.0, 4347.0, 4405.0, 4367.0, 4394.0, 4346.0, 4384.0, 4362.0, 4410.0, 4371.0, 4380.0, 4400.0, 4361.0, 4381.0, 4402.0, 4364.0, 4412.0, 4373.0, 4424.0, 4370.0, 4411.0, 4371.0, 4418.0, 4362.0, 4389.0, 4371.0, 4409.0, 4372.0, 4389.0, 4369.0, 4338.0, 4388.0, 4348.0, 4400.0, 4359.0, 4409.0, 4359.0, 4420.0, 4347.0, 4409.0, 4348.0, 4399.0, 4407.0, 4377.0, 4335.0, 4377.0, 4338.0, 4397.0, 4346.0, 4397.0, 4357.0, 4397.0, 4336.0, 4396.0, 4337.0, 4397.0, 4356.0, 4398.0, 4359.0, 4406.0, 4367.0, 4405.0, 4357.0, 4366.0, 4357.0, 4335.0, 4388.0, 4348.0, 4389.0, 4348.0, 4408.0, 4346.0, 4406.0, 4358.0, 4421.0, 4385.0, 4373.0, 4360.0, 4346.0, 4375.0, 4358.0, 4406.0, 4346.0, 4396.0, 4356.0, 4419.0, 4360.0, 4388.0, 4361.0, 4380.0], 'WindowWidth': [9815.0, 9732.0, 9763.0, 9696.0, 9730.0, 9679.0, 9705.0, 9650.0, 9703.0, 9630.0, 9700.0, 9641.0, 9668.0, 9615.0, 9664.0, 9614.0, 9666.0, 9615.0, 9669.0, 9613.0, 9654.0, 9615.0, 9638.0, 9614.0, 9668.0, 9604.0, 9685.0, 9623.0, 9689.0, 9635.0, 9689.0, 9623.0, 9688.0, 9636.0, 9691.0, 9635.0, 9679.0, 9635.0, 9670.0, 9622.0, 9688.0, 9624.0, 9688.0, 9642.0, 9697.0, 9637.0, 9704.0, 9619.0, 9687.0, 9623.0, 9690.0, 9641.0, 9689.0, 9637.0, 9699.0, 9637.0, 9684.0, 9637.0, 9720.0, 9652.0, 9702.0, 9646.0, 9683.0, 9631.0, 9670.0, 9635.0, 9687.0, 9639.0, 9707.0, 9654.0, 9670.0, 9640.0, 9631.0, 9667.0, 9663.0, 9656.0, 9693.0, 9651.0, 9618.0, 9674.0, 9619.0, 9692.0, 9646.0, 9680.0, 9718.0, 9650.0, 9690.0, 9644.0, 9603.0, 9674.0, 9622.0, 9707.0, 9626.0, 9696.0, 9636.0, 9688.0, 9609.0, 9691.0, 9638.0, 9689.0, 9640.0, 9695.0, 9654.0, 9704.0, 9639.0, 9688.0, 9655.0, 9725.0, 9656.0, 9719.0, 9662.0, 9688.0, 9634.0, 9645.0, 9664.0, 9644.0, 9696.0, 9627.0, 9707.0, 9628.0, 9707.0, 9628.0, 9711.0, 9656.0, 9695.0, 9629.0, 9708.0, 9627.0, 9706.0, 9645.0, 9712.0, 9657.0, 9694.0, 9641.0, 9693.0, 9643.0, 9712.0, 9647.0, 9710.0, 9655.0, 9727.0, 9640.0, 9695.0, 9635.0, 9678.0, 9647.0, 9672.0, 9621.0, 9688.0, 9625.0, 9692.0, 9633.0, 9691.0, 9676.0, 9656.0, 9605.0, 9685.0, 9623.0, 9688.0, 9636.0, 9709.0, 9661.0, 9701.0, 9614.0, 9685.0, 9600.0, 9669.0, 9600.0, 9669.0, 9621.0, 9685.0, 9615.0, 9682.0, 9597.0, 9681.0, 9597.0, 9665.0, 9613.0, 9682.0, 9618.0, 9668.0, 9618.0, 9684.0, 9618.0, 9682.0, 9633.0, 9685.0, 9647.0, 9668.0, 9649.0, 9618.0, 9648.0, 9617.0, 9675.0, 9624.0, 9689.0, 9636.0, 9689.0, 9605.0, 9687.0, 9605.0, 9689.0, 9638.0, 9702.0, 9632.0, 9701.0, 9620.0, 9689.0, 9630.0, 9682.0, 9632.0, 9685.0, 9632.0, 9683.0, 9631.0, 9668.0, 9630.0, 9658.0, 9636.0, 9619.0, 9686.0, 9627.0, 9708.0, 9659.0, 9707.0, 9655.0, 9695.0, 9637.0, 9703.0, 9636.0, 9701.0, 9635.0, 9701.0, 9615.0, 9684.0, 9627.0, 9682.0, 9615.0, 9686.0, 9615.0, 9667.0, 9631.0, 9669.0, 9630.0, 9669.0, 9628.0, 9668.0, 9615.0, 9664.0, 9616.0, 9666.0, 9633.0, 9683.0, 9616.0, 9686.0, 9617.0, 9686.0, 9640.0, 9690.0, 9649.0, 9671.0, 9634.0, 9658.0, 9636.0, 9675.0, 9637.0, 9646.0, 9652.0, 9649.0, 9648.0, 9660.0, 9655.0, 9708.0, 9638.0, 9659.0, 9651.0, 9674.0, 9637.0, 9699.0, 9636.0, 9705.0, 9633.0, 9659.0, 9647.0, 9644.0, 9646.0, 9643.0, 9647.0, 9662.0, 9649.0, 9616.0, 9671.0, 9602.0, 9659.0, 9620.0, 9673.0, 9636.0, 9689.0, 9617.0, 9686.0, 9601.0, 9658.0, 9628.0, 9661.0, 9674.0, 9658.0, 9638.0, 9643.0, 9623.0, 9643.0, 9640.0, 9640.0, 9686.0, 9629.0, 9668.0, 9629.0, 9652.0, 9627.0, 9651.0, 9627.0, 9670.0, 9632.0, 9652.0, 9630.0, 9641.0, 9631.0, 9667.0, 9634.0, 9684.0, 9634.0, 9670.0, 9631.0, 9667.0, 9634.0, 9686.0, 9636.0, 9703.0, 9650.0, 9686.0, 9635.0, 9668.0, 9619.0, 9685.0, 9633.0, 9688.0, 9636.0, 9688.0, 9665.0, 9673.0, 9635.0, 9686.0, 9650.0, 9689.0, 9637.0, 9674.0, 9654.0, 9673.0, 9639.0, 9692.0, 9657.0, 9692.0, 9652.0, 9662.0, 9654.0, 9635.0, 9664.0, 9665.0, 9683.0, 9665.0, 9665.0, 9634.0, 9681.0, 9635.0, 9663.0, 9691.0, 9654.0, 9708.0, 9650.0, 9647.0, 9665.0, 9662.0, 9664.0, 9690.0, 9654.0, 9724.0, 9651.0, 9687.0, 9650.0, 9689.0, 9637.0, 9704.0, 9651.0, 9721.0, 9648.0, 9701.0, 9636.0, 9688.0, 9617.0, 9684.0, 9635.0, 9676.0, 9634.0, 9684.0, 9632.0, 9671.0, 9614.0, 9671.0, 9601.0, 9671.0, 9632.0, 9670.0, 9603.0, 9670.0, 9603.0, 9658.0, 9627.0, 9659.0, 9689.0, 9634.0, 9644.0, 9647.0, 9628.0, 9645.0, 9640.0, 9646.0, 9690.0, 9648.0, 9672.0, 9650.0, 9673.0, 9633.0, 9685.0, 9646.0, 9706.0, 9637.0, 9699.0, 9649.0, 9699.0, 9631.0, 9672.0, 9631.0, 9687.0, 9648.0, 9669.0, 9632.0, 9682.0, 9617.0, 9671.0, 9616.0, 9674.0, 9648.0, 9684.0, 9645.0, 9683.0, 9620.0, 9685.0, 9634.0, 9687.0, 9652.0, 9688.0, 9650.0, 9702.0, 9633.0, 9684.0, 9636.0, 9688.0, 9649.0, 9701.0, 9658.0, 9683.0, 9631.0, 9682.0, 9620.0, 9686.0, 9634.0, 9673.0, 9635.0, 9672.0, 9636.0, 9689.0, 9639.0, 9692.0, 9666.0, 9673.0, 9649.0, 9659.0, 9636.0, 9651.0, 9655.0, 9680.0, 9665.0, 9650.0, 9667.0, 9676.0, 9647.0, 9708.0, 9639.0, 9720.0, 9648.0, 9700.0, 9633.0, 9701.0, 9630.0, 9684.0, 9657.0, 9682.0, 9652.0, 9681.0, 9610.0, 9663.0, 9611.0, 9669.0, 9602.0, 9671.0, 9601.0, 9672.0, 9625.0, 9667.0, 9599.0, 9672.0, 9606.0, 9685.0, 9607.0, 9690.0, 9621.0, 9688.0, 9624.0, 9693.0, 9625.0, 9692.0, 9625.0, 9691.0, 9608.0, 9680.0, 9664.0, 9679.0, 9633.0, 9678.0, 9659.0, 9648.0, 9675.0, 9649.0, 9719.0, 9634.0, 9684.0, 9632.0, 9654.0, 9631.0, 9703.0, 9636.0, 9671.0, 9633.0, 9657.0, 9621.0, 9671.0, 9634.0, 9689.0, 9637.0, 9685.0, 9634.0, 9698.0, 9618.0, 9684.0, 9637.0, 9700.0, 9645.0, 9670.0, 9633.0, 9670.0, 9618.0, 9671.0, 9636.0, 9683.0, 9645.0, 9657.0, 9649.0, 9672.0, 9637.0, 9675.0, 9636.0, 9673.0, 9635.0, 9644.0, 9632.0, 9643.0, 9647.0, 9673.0, 9651.0, 9647.0, 9660.0, 9606.0, 9674.0, 9625.0, 9679.0, 9643.0, 9696.0, 9628.0, 9711.0, 9627.0, 9709.0, 9647.0, 9710.0, 9656.0, 9721.0, 9656.0, 9708.0, 9652.0, 9722.0, 9669.0, 9722.0, 9681.0, 9701.0, 9650.0, 9672.0, 9649.0, 9686.0, 9652.0, 9716.0, 9648.0, 9653.0, 9642.0, 9613.0, 9655.0, 9622.0, 9658.0, 9660.0, 9659.0, 9641.0, 9684.0, 9616.0, 9681.0, 9601.0, 9680.0, 9616.0, 9683.0, 9617.0, 9703.0, 9616.0, 9682.0, 9599.0, 9683.0, 9614.0, 9681.0, 9612.0, 9697.0, 9622.0, 9704.0, 9645.0, 9644.0, 9642.0, 9622.0, 9726.0, 9672.0, 9692.0, 9657.0, 9652.0, 9613.0, 9607.0, 9652.0, 9610.0, 9671.0, 9637.0, 9666.0, 9610.0, 9672.0, 9621.0, 9664.0, 9617.0, 9667.0, 9630.0, 9685.0, 9634.0, 9642.0, 9664.0, 9622.0, 9618.0, 9634.0, 9637.0, 9714.0, 9737.0, 9684.0, 9697.0, 9642.0, 9684.0, 9600.0, 9667.0, 9635.0, 9625.0, 9690.0, 9619.0, 9706.0, 9642.0, 9672.0, 9624.0, 9649.0, 9568.0, 9618.0, 9563.0, 9605.0, 9570.0, 9616.0, 9585.0, 9610.0, 9567.0, 9614.0, 9587.0, 9628.0, 9597.0, 9682.0, 9637.0, 9682.0, 9620.0, 9618.0, 9649.0, 9616.0, 9679.0, 9690.0, 9638.0, 9700.0, 9644.0, 9600.0, 9646.0, 9603.0, 9651.0, 9718.0, 9645.0, 9704.0, 9657.0, 9681.0, 9619.0, 9671.0, 9622.0, 9690.0, 9643.0, 9676.0, 9622.0, 9688.0, 9623.0, 9677.0, 9643.0, 9713.0, 9662.0, 9696.0, 9660.0, 9707.0, 9644.0, 9706.0, 9645.0, 9729.0, 9673.0, 9711.0, 9657.0, 9707.0, 9640.0, 9708.0, 9646.0, 9711.0, 9686.0, 9692.0, 9642.0, 9691.0, 9642.0, 9692.0, 9643.0, 9725.0, 9656.0, 9704.0, 9628.0, 9692.0, 9626.0, 9711.0, 9649.0, 9708.0, 9642.0, 9679.0, 9628.0, 9691.0, 9643.0, 9710.0, 9644.0, 9706.0, 9642.0, 9666.0, 9642.0, 9651.0, 9655.0, 9664.0, 9697.0, 9732.0, 9653.0, 9644.0, 9682.0, 9626.0, 9694.0, 9628.0, 9690.0, 9638.0, 9694.0, 9649.0, 9707.0, 9699.0, 9790.0, 9720.0, 9721.0, 9692.0, 9646.0, 9729.0, 9660.0, 9710.0, 9662.0, 9700.0, 9681.0, 9766.0, 9714.0, 9742.0, 9709.0, 9676.0, 9647.0, 9626.0, 9656.0, 9654.0, 9640.0, 9616.0, 9687.0, 9621.0, 9688.0, 9625.0, 9660.0, 9651.0, 9720.0, 9652.0, 9765.0, 9710.0, 9650.0, 9617.0, 9627.0, 9635.0, 9684.0, 9650.0, 9748.0, 9706.0, 9685.0, 9817.0, 9758.0, 9696.0, 9703.0, 9639.0, 9635.0, 9683.0, 9635.0, 9732.0, 9719.0, 9697.0, 9708.0, 9691.0, 9673.0, 9646.0, 9656.0, 9630.0, 9627.0, 9586.0, 9568.0, 9645.0, 9686.0, 9626.0, 9668.0, 9584.0, 9649.0, 9587.0, 9609.0, 9589.0, 9599.0, 9592.0, 9616.0, 9610.0, 9645.0, 9610.0, 9647.0, 9612.0, 9608.0, 9626.0, 9595.0, 9623.0, 9597.0, 9641.0, 9612.0, 9642.0, 9615.0, 9669.0, 9599.0, 9655.0, 9614.0, 9670.0, 9618.0, 9671.0, 9616.0, 9657.0, 9614.0, 9682.0, 9616.0, 9684.0, 9617.0, 9670.0, 9621.0, 9671.0, 9617.0, 9686.0, 9618.0, 9681.0, 9618.0, 9684.0, 9622.0, 9692.0, 9641.0, 9690.0, 9641.0, 9706.0, 9626.0, 9687.0, 9636.0, 9714.0, 9666.0, 9707.0, 9638.0, 9701.0, 9634.0, 9690.0, 9619.0, 9689.0, 9637.0, 9672.0, 9636.0, 9686.0, 9619.0, 9686.0, 9618.0, 9689.0, 9644.0, 9689.0, 9637.0, 9699.0, 9618.0, 9684.0, 9621.0, 9686.0, 9643.0, 9690.0, 9639.0, 9688.0, 9624.0, 9687.0, 9638.0, 9687.0, 9636.0, 9690.0, 9639.0, 9690.0, 9635.0, 9691.0, 9618.0, 9686.0, 9604.0, 9663.0, 9647.0, 9646.0, 9614.0, 9646.0, 9619.0, 9662.0, 9616.0, 9663.0, 9654.0, 9665.0, 9637.0, 9678.0, 9635.0, 9653.0, 9674.0, 9644.0, 9688.0, 9650.0, 9633.0, 9664.0, 9621.0, 9662.0, 9640.0, 9667.0, 9650.0, 9676.0, 9622.0, 9674.0, 9607.0, 9687.0, 9627.0, 9692.0, 9639.0, 9703.0, 9624.0, 9690.0, 9640.0, 9685.0, 9644.0, 9695.0, 9653.0, 9676.0, 9623.0, 9645.0, 9635.0, 9654.0, 9634.0, 9691.0, 9647.0, 9667.0, 9628.0, 9624.0, 9644.0, 9624.0, 9641.0, 9660.0, 9628.0, 9625.0, 9640.0, 9613.0, 9648.0, 9607.0, 9629.0, 9643.0, 9629.0, 9626.0, 9627.0, 9600.0, 9645.0, 9603.0, 9660.0, 9622.0, 9674.0, 9603.0, 9702.0, 9618.0, 9669.0, 9602.0, 9687.0, 9628.0, 9687.0, 9605.0, 9697.0, 9602.0, 9685.0, 9616.0, 9667.0, 9623.0, 9670.0, 9631.0, 9699.0, 9619.0, 9671.0, 9625.0, 9689.0, 9650.0, 9687.0, 9637.0, 9686.0, 9622.0, 9683.0, 9623.0, 9692.0, 9672.0, 9690.0, 9651.0, 9648.0, 9636.0, 9643.0, 9654.0, 9669.0, 9655.0, 9649.0, 9679.0, 9623.0, 9666.0, 9655.0, 9684.0, 9652.0, 9679.0, 9624.0, 9677.0, 9619.0, 9680.0, 9636.0, 9681.0, 9638.0, 9676.0, 9620.0, 9673.0, 9604.0, 9671.0, 9604.0, 9675.0, 9624.0, 9688.0, 9617.0, 9702.0, 9606.0, 9671.0, 9605.0, 9667.0, 9609.0, 9660.0, 9607.0, 9674.0, 9609.0, 9674.0, 9618.0, 9675.0, 9626.0, 9673.0, 9613.0, 9701.0, 9600.0, 9651.0, 9598.0, 9658.0, 9623.0, 9676.0, 9601.0, 9683.0, 9600.0, 9655.0, 9602.0, 9655.0, 9602.0, 9657.0, 9618.0, 9671.0, 9602.0, 9669.0, 9604.0, 9670.0, 9619.0, 9674.0, 9621.0, 9674.0, 9603.0, 9669.0, 9602.0, 9673.0, 9624.0, 9680.0, 9621.0, 9701.0, 9605.0, 9685.0, 9619.0, 9670.0, 9619.0, 9673.0, 9623.0, 9696.0, 9617.0, 9701.0, 9622.0, 9668.0, 9623.0, 9678.0, 9642.0, 9691.0, 9667.0, 9636.0, 9669.0, 9648.0, 9666.0, 9734.0, 9675.0, 9723.0, 9674.0, 9684.0, 9631.0, 9666.0, 9618.0, 9668.0, 9622.0, 9698.0, 9647.0, 9680.0, 9617.0, 9667.0, 9650.0, 9713.0, 9666.0, 9673.0, 9699.0, 9650.0, 9676.0, 9705.0, 9657.0, 9718.0, 9665.0, 9737.0, 9659.0, 9713.0, 9659.0, 9722.0, 9648.0, 9682.0, 9659.0, 9710.0, 9661.0, 9680.0, 9653.0, 9612.0, 9678.0, 9625.0, 9698.0, 9643.0, 9708.0, 9640.0, 9725.0, 9623.0, 9707.0, 9622.0, 9694.0, 9702.0, 9660.0, 9600.0, 9661.0, 9609.0, 9687.0, 9619.0, 9689.0, 9634.0, 9686.0, 9602.0, 9685.0, 9606.0, 9688.0, 9632.0, 9689.0, 9639.0, 9702.0, 9646.0, 9696.0, 9631.0, 9642.0, 9634.0, 9603.0, 9676.0, 9623.0, 9679.0, 9622.0, 9704.0, 9620.0, 9701.0, 9636.0, 9733.0, 9689.0, 9667.0, 9644.0, 9621.0, 9655.0, 9637.0, 9700.0, 9617.0, 9685.0, 9632.0, 9723.0, 9645.0, 9680.0, 9647.0, 9671.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.006474379446640316</td></tr>
<tr><td colspan=3>aqi</td><td>0.03674215992094861</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.04467064503962</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2357196043591765</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9956268743670875</td></tr>
<tr><td colspan=3>efc</td><td>0.4647</td></tr>
<tr><td colspan=3>fber</td><td>8991.7148</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07291852355151233</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.3715415019762847</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.719920893376242</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6259791192099606</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.931261384658737</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6025221762600266</td></tr>
<tr><td colspan=3>gcor</td><td>0.00551585</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012356885708868504</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029639212414622307</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>3.908719561367458</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>24.554</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4963</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.0404</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298257.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>663.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>295.8863</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3202</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.0615</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3548.7521</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1226.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4666.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.1315</td></tr>
<tr><td colspan=3>tsnr</td><td>33.704519097926095</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>