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

616 lines
No EOL
140 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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-04/func/sub-0090_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>deee37bf8f3e97934093f7a39035b9ba</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>18:57:0.617500</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.998828, 0.027643, 0.0397363, -0.02947, 0.9985, 0.0461526]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.108269</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>[4255, -7771, -7255, 234, -21, -62, -175, 12]</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>256.653</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d9a8d773-465d-4665-b84e-525ca83979d8||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.679781913757324, -0.07906591147184372, 0.10368246585130692, 111.23351287841797], [-0.07416418939828873, 2.678901433944702, 0.12762761116027832, -89.1068344116211], [0.10660967230796814, -0.12382393330335617, 2.694988250732422, -87.30452728271484], [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': ['185700.617500', '185701.077500', '185701.537500', '185701.997500', '185702.457500', '185702.917500', '185703.377500', '185703.837500', '185704.297500', '185704.757500', '185705.217500', '185705.677500', '185706.137500', '185706.597500', '185707.057500', '185707.517500', '185707.977500', '185708.437500', '185708.897500', '185709.357500', '185709.817500', '185710.277500', '185710.737500', '185711.197500', '185711.657500', '185712.117500', '185712.577500', '185713.037500', '185713.497500', '185713.957500', '185714.417500', '185714.877500', '185715.337500', '185715.797500', '185716.257500', '185716.717500', '185717.177500', '185717.637500', '185718.097500', '185718.557500', '185719.017500', '185719.477500', '185719.937500', '185720.397500', '185720.857500', '185721.317500', '185721.777500', '185722.237500', '185722.697500', '185723.157500', '185723.617500', '185724.077500', '185724.537500', '185724.997500', '185725.457500', '185725.917500', '185726.377500', '185726.837500', '185727.297500', '185727.757500', '185728.217500', '185728.677500', '185729.137500', '185729.597500', '185730.057500', '185730.517500', '185730.977500', '185731.437500', '185731.897500', '185732.357500', '185732.817500', '185733.277500', '185733.737500', '185734.197500', '185734.657500', '185735.117500', '185735.577500', '185736.037500', '185736.497500', '185736.957500', '185737.417500', '185737.877500', '185738.337500', '185738.797500', '185739.257500', '185739.717500', '185740.177500', '185740.637500', '185741.097500', '185741.557500', '185742.017500', '185742.477500', '185742.937500', '185743.397500', '185743.857500', '185744.317500', '185744.777500', '185745.237500', '185745.697500', '185746.157500', '185746.617500', '185747.077500', '185747.537500', '185747.997500', '185748.457500', '185748.917500', '185749.377500', '185749.837500', '185750.297500', '185750.757500', '185751.217500', '185751.677500', '185752.137500', '185752.597500', '185753.057500', '185753.517500', '185753.977500', '185754.437500', '185754.897500', '185755.357500', '185755.817500', '185756.277500', '185756.737500', '185757.197500', '185757.657500', '185758.117500', '185758.577500', '185759.037500', '185759.497500', '185759.957500', '185800.417500', '185800.877500', '185801.337500', '185801.797500', '185802.257500', '185802.717500', '185803.177500', '185803.637500', '185804.097500', '185804.557500', '185805.017500', '185805.477500', '185805.937500', '185806.397500', '185806.857500', '185807.317500', '185807.777500', '185808.237500', '185808.697500', '185809.157500', '185809.617500', '185810.077500', '185810.537500', '185810.997500', '185811.457500', '185811.917500', '185812.377500', '185812.837500', '185813.297500', '185813.757500', '185814.217500', '185814.677500', '185815.137500', '185815.597500', '185816.057500', '185816.517500', '185816.977500', '185817.437500', '185817.897500', '185818.357500', '185818.817500', '185819.277500', '185819.737500', '185820.197500', '185820.657500', '185821.117500', '185821.577500', '185822.037500', '185822.497500', '185822.957500', '185823.417500', '185823.877500', '185824.337500', '185824.797500', '185825.257500', '185825.717500', '185826.177500', '185826.637500', '185827.097500', '185827.557500', '185828.017500', '185828.477500', '185828.937500', '185829.397500', '185829.857500', '185830.317500', '185830.777500', '185831.237500', '185831.697500', '185832.157500', '185832.617500', '185833.077500', '185833.537500', '185833.997500', '185834.457500', '185834.917500', '185835.377500', '185835.837500', '185836.297500', '185836.757500', '185837.217500', '185837.677500', '185838.137500', '185838.597500', '185839.057500', '185839.517500', '185839.977500', '185840.437500', '185840.897500', '185841.357500', '185841.817500', '185842.277500', '185842.737500', '185843.197500', '185843.657500', '185844.117500', '185844.577500', '185845.037500', '185845.497500', '185845.957500', '185846.417500', '185846.877500', '185847.337500', '185847.797500', '185848.257500', '185848.717500', '185849.177500', '185849.637500', '185850.097500', '185850.557500', '185851.017500', '185851.477500', '185851.937500', '185852.397500', '185852.857500', '185853.317500', '185853.777500', '185854.237500', '185854.697500', '185855.157500', '185855.617500', '185856.077500', '185856.537500', '185856.997500', '185857.457500', '185857.917500', '185858.377500', '185858.837500', '185859.297500', '185859.757500', '185900.217500', '185900.677500', '185901.137500', '185901.597500', '185902.057500', '185902.517500', '185902.977500', '185903.437500', '185903.897500', '185904.357500', '185904.817500', '185905.277500', '185905.737500', '185906.197500', '185906.657500', '185907.117500', '185907.577500', '185908.037500', '185908.497500', '185908.957500', '185909.417500', '185909.877500', '185910.337500', '185910.797500', '185911.257500', '185911.717500', '185912.177500', '185912.637500', '185913.097500', '185913.557500', '185914.017500', '185914.477500', '185914.937500', '185915.397500', '185915.857500', '185916.317500', '185916.777500', '185917.237500', '185917.697500', '185918.157500', '185918.617500', '185919.077500', '185919.537500', '185919.997500', '185920.457500', '185920.917500', '185921.377500', '185921.837500', '185922.297500', '185922.757500', '185923.217500', '185923.677500', '185924.137500', '185924.597500', '185925.057500', '185925.517500', '185925.977500', '185926.437500', '185926.897500', '185927.357500', '185927.817500', '185928.277500', '185928.737500', '185929.197500', '185929.657500', '185930.117500', '185930.577500', '185931.037500', '185931.497500', '185931.957500', '185932.417500', '185932.877500', '185933.337500', '185933.797500', '185934.257500', '185934.717500', '185935.177500', '185935.637500', '185936.097500', '185936.557500', '185937.017500', '185937.477500', '185937.937500', '185938.397500', '185938.857500', '185939.317500', '185939.777500', '185940.237500', '185940.697500', '185941.157500', '185941.617500', '185942.077500', '185942.537500', '185942.997500', '185943.457500', '185943.917500', '185944.377500', '185944.837500', '185945.297500', '185945.757500', '185946.217500', '185946.677500', '185947.137500', '185947.597500', '185948.057500', '185948.517500', '185948.977500', '185949.437500', '185949.897500', '185950.357500', '185950.817500', '185951.277500', '185951.737500', '185952.197500', '185952.657500', '185953.117500', '185953.577500', '185954.037500', '185954.497500', '185954.957500', '185955.417500', '185955.877500', '185956.337500', '185956.797500', '185957.257500', '185957.717500', '185958.177500', '185958.637500', '185959.097500', '185959.557500', '190000.017500', '190000.477500', '190000.937500', '190001.397500', '190001.857500', '190002.317500', '190002.777500', '190003.237500', '190003.697500', '190004.157500', '190004.617500', '190005.077500', '190005.537500', '190005.997500', '190006.457500', '190006.917500', '190007.377500', '190007.837500', '190008.297500', '190008.757500', '190009.217500', '190009.677500', '190010.137500', '190010.597500', '190011.057500', '190011.517500', '190011.977500', '190012.437500', '190012.897500', '190013.357500', '190013.817500', '190014.277500', '190014.737500', '190015.197500', '190015.657500', '190016.117500', '190016.577500', '190017.037500', '190017.497500', '190017.957500', '190018.417500', '190018.877500', '190019.337500', '190019.797500', '190020.257500', '190020.717500', '190021.177500', '190021.637500', '190022.097500', '190022.557500', '190023.017500', '190023.477500', '190023.937500', '190024.397500', '190024.857500', '190025.317500', '190025.777500', '190026.237500', '190026.697500', '190027.157500', '190027.617500', '190028.077500', '190028.537500', '190028.997500', '190029.457500', '190029.917500', '190030.377500', '190030.837500', '190031.297500', '190031.757500', '190032.217500', '190032.677500', '190033.137500', '190033.597500', '190034.057500', '190034.517500', '190034.977500', '190035.437500', '190035.897500', '190036.357500', '190036.817500', '190037.277500', '190037.737500', '190038.197500', '190038.657500', '190039.117500', '190039.577500', '190040.037500', '190040.497500', '190040.957500', '190041.417500', '190041.877500', '190042.337500', '190042.797500', '190043.257500', '190043.717500', '190044.177500', '190044.637500', '190045.097500', '190045.557500', '190046.017500', '190046.477500', '190046.937500', '190047.397500', '190047.857500', '190048.317500', '190048.777500', '190049.237500', '190049.697500', '190050.157500', '190050.617500', '190051.077500', '190051.537500', '190051.997500', '190052.457500', '190052.917500', '190053.377500', '190053.837500', '190054.297500', '190054.757500', '190055.217500', '190055.677500', '190056.137500', '190056.597500', '190057.057500', '190057.517500', '190057.977500', '190058.437500', '190058.897500', '190059.357500', '190059.817500', '190100.277500', '190100.737500', '190101.197500', '190101.657500', '190102.117500', '190102.577500', '190103.037500', '190103.497500', '190103.957500', '190104.417500', '190104.877500', '190105.337500', '190105.797500', '190106.257500', '190106.717500', '190107.177500', '190107.637500', '190108.097500', '190108.557500', '190109.017500', '190109.477500', '190109.937500', '190110.397500', '190110.857500', '190111.317500', '190111.777500', '190112.237500', '190112.697500', '190113.157500', '190113.617500', '190114.077500', '190114.537500', '190114.997500', '190115.457500', '190115.917500', '190116.377500', '190116.837500', '190117.297500', '190117.757500', '190118.217500', '190118.677500', '190119.137500', '190119.597500', '190120.057500', '190120.517500', '190120.977500', '190121.437500', '190121.897500', '190122.357500', '190122.817500', '190123.277500', '190123.737500', '190124.197500', '190124.657500', '190125.117500', '190125.577500', '190126.037500', '190126.497500', '190126.957500', '190127.417500', '190127.877500', '190128.337500', '190128.797500', '190129.257500', '190129.717500', '190130.177500', '190130.637500', '190131.097500', '190131.557500', '190132.017500', '190132.477500', '190132.937500', '190133.397500', '190133.857500', '190134.317500', '190134.777500', '190135.237500', '190135.697500', '190136.157500', '190136.617500', '190137.077500', '190137.537500', '190137.997500', '190138.457500', '190138.917500', '190139.377500', '190139.837500', '190140.297500', '190140.757500', '190141.217500', '190141.677500', '190142.137500', '190142.597500', '190143.057500', '190143.517500', '190143.977500', '190144.437500', '190144.897500', '190145.357500', '190145.817500', '190146.277500', '190146.737500', '190147.197500', '190147.657500', '190148.117500', '190148.577500', '190149.037500', '190149.497500', '190149.957500', '190150.417500', '190150.877500', '190151.337500', '190151.797500', '190152.257500', '190152.717500', '190153.177500', '190153.637500', '190154.097500', '190154.557500', '190155.017500', '190155.477500', '190155.937500', '190156.397500', '190156.857500', '190157.317500', '190157.777500', '190158.237500', '190158.697500', '190159.157500', '190159.617500', '190200.077500', '190200.537500', '190200.997500', '190201.457500', '190201.917500', '190202.377500', '190202.837500', '190203.297500', '190203.757500', '190204.217500', '190204.677500', '190205.137500', '190205.597500', '190206.057500', '190206.517500', '190206.977500', '190207.437500', '190207.897500', '190208.357500', '190208.817500', '190209.277500', '190209.737500', '190210.197500', '190210.657500', '190211.117500', '190211.577500', '190212.037500', '190212.497500', '190212.957500', '190213.417500', '190213.877500', '190214.337500', '190214.797500', '190215.257500', '190215.717500', '190216.177500', '190216.637500', '190217.097500', '190217.557500', '190218.017500', '190218.477500', '190218.937500', '190219.397500', '190219.857500', '190220.317500', '190220.777500', '190221.237500', '190221.697500', '190222.157500', '190222.617500', '190223.077500', '190223.537500', '190223.997500', '190224.457500', '190224.917500', '190225.377500', '190225.837500', '190226.297500', '190226.757500', '190227.217500', '190227.677500', '190228.137500', '190228.597500', '190229.057500', '190229.517500', '190229.977500', '190230.437500', '190230.897500', '190231.357500', '190231.817500', '190232.277500', '190232.737500', '190233.197500', '190233.657500', '190234.117500', '190234.577500', '190235.037500', '190235.497500', '190235.957500', '190236.417500', '190236.877500', '190237.337500', '190237.797500', '190238.257500', '190238.717500', '190239.177500', '190239.637500', '190240.097500', '190240.557500', '190241.017500', '190241.477500', '190241.937500', '190242.397500', '190242.857500', '190243.317500', '190243.777500', '190244.237500', '190244.697500', '190245.157500', '190245.617500', '190246.077500', '190246.537500', '190246.997500', '190247.457500', '190247.917500', '190248.377500', '190248.837500', '190249.297500', '190249.757500', '190250.217500', '190250.677500', '190251.137500', '190251.597500', '190252.057500', '190252.517500', '190252.977500', '190253.437500', '190253.897500', '190254.357500', '190254.817500', '190255.277500', '190255.737500', '190256.197500', '190256.657500', '190257.117500', '190257.577500', '190258.037500', '190258.497500', '190258.957500', '190259.417500', '190259.877500', '190300.337500', '190300.797500', '190301.257500', '190301.717500', '190302.177500', '190302.637500', '190303.097500', '190303.557500', '190304.017500', '190304.477500', '190304.937500', '190305.397500', '190305.857500', '190306.317500', '190306.777500', '190307.237500', '190307.697500', '190308.157500', '190308.617500', '190309.077500', '190309.537500', '190309.997500', '190310.457500', '190310.917500', '190311.377500', '190311.837500', '190312.297500', '190312.757500', '190313.217500', '190313.677500', '190314.137500', '190314.597500', '190315.057500', '190315.517500', '190315.977500', '190316.437500', '190316.897500', '190317.357500', '190317.817500', '190318.277500', '190318.737500', '190319.197500', '190319.657500', '190320.117500', '190320.577500', '190321.037500', '190321.497500', '190321.957500', '190322.417500', '190322.877500', '190323.337500', '190323.797500', '190324.257500', '190324.717500', '190325.177500', '190325.637500', '190326.097500', '190326.557500', '190327.017500', '190327.477500', '190327.937500', '190328.397500', '190328.857500', '190329.317500', '190329.777500', '190330.237500', '190330.697500', '190331.157500', '190331.617500', '190332.077500', '190332.537500', '190332.997500', '190333.457500', '190333.917500', '190334.377500', '190334.837500', '190335.297500', '190335.757500', '190336.217500', '190336.677500', '190337.137500', '190337.597500', '190338.057500', '190338.517500', '190338.977500', '190339.437500', '190339.897500', '190340.357500', '190340.817500', '190341.277500', '190341.737500', '190342.197500', '190342.657500', '190343.117500', '190343.577500', '190344.037500', '190344.497500', '190344.957500', '190345.417500', '190345.877500', '190346.337500', '190346.797500', '190347.257500', '190347.717500', '190348.177500', '190348.637500', '190349.097500', '190349.557500', '190350.017500', '190350.477500', '190350.937500', '190351.397500', '190351.857500', '190352.317500', '190352.777500', '190353.237500', '190353.697500', '190354.157500', '190354.617500', '190355.077500', '190355.537500', '190355.997500', '190356.457500', '190356.917500', '190357.377500', '190357.837500', '190358.297500', '190358.757500', '190359.217500', '190359.677500', '190400.137500', '190400.597500', '190401.057500', '190401.517500', '190401.977500', '190402.437500', '190402.897500', '190403.357500', '190403.817500', '190404.277500', '190404.737500', '190405.197500', '190405.657500', '190406.117500', '190406.577500', '190407.037500', '190407.497500', '190407.957500', '190408.417500', '190408.877500', '190409.337500', '190409.797500', '190410.257500', '190410.717500', '190411.177500', '190411.637500', '190412.097500', '190412.557500', '190413.017500', '190413.477500', '190413.937500', '190414.397500', '190414.857500', '190415.317500', '190415.777500', '190416.237500', '190416.697500', '190417.157500', '190417.617500', '190418.077500', '190418.537500', '190418.997500', '190419.457500', '190419.917500', '190420.377500', '190420.837500', '190421.297500', '190421.757500', '190422.217500', '190422.677500', '190423.137500', '190423.597500', '190424.057500', '190424.517500', '190424.977500', '190425.437500', '190425.897500', '190426.357500', '190426.817500', '190427.277500', '190427.737500', '190428.197500', '190428.657500', '190429.117500', '190429.577500', '190430.037500', '190430.497500', '190430.957500', '190431.417500', '190431.877500', '190432.337500', '190432.797500', '190433.257500', '190433.717500', '190434.177500', '190434.637500', '190435.097500', '190435.557500', '190436.017500', '190436.477500', '190436.937500', '190437.397500', '190437.857500', '190438.317500', '190438.777500', '190439.237500', '190439.697500', '190440.157500', '190440.617500', '190441.077500', '190441.537500', '190441.997500', '190442.457500', '190442.917500', '190443.377500', '190443.837500', '190444.297500', '190444.757500', '190445.217500', '190445.677500', '190446.137500', '190446.597500', '190447.057500', '190447.517500', '190447.977500', '190448.437500', '190448.897500', '190449.357500', '190449.817500', '190450.277500', '190450.737500', '190451.197500', '190451.657500', '190452.117500', '190452.577500', '190453.037500', '190453.497500', '190453.957500', '190454.417500', '190454.877500', '190455.337500', '190455.797500', '190456.257500', '190456.717500', '190457.177500', '190457.637500', '190458.097500', '190458.557500', '190459.017500', '190459.477500', '190459.937500', '190500.397500', '190500.857500', '190501.317500', '190501.777500', '190502.237500', '190502.697500', '190503.157500', '190503.617500', '190504.077500', '190504.537500', '190504.997500', '190505.457500', '190505.917500', '190506.377500', '190506.837500', '190507.297500', '190507.757500', '190508.217500', '190508.677500', '190509.137500', '190509.597500', '190510.057500', '190510.517500', '190510.977500', '190511.437500', '190511.897500', '190512.357500', '190512.817500', '190513.277500', '190513.737500', '190514.197500', '190514.657500', '190515.117500', '190515.577500', '190516.037500', '190516.497500', '190516.957500', '190517.417500', '190517.877500', '190518.337500', '190518.797500', '190519.257500', '190519.717500', '190520.177500', '190520.637500', '190521.097500', '190521.557500', '190522.017500', '190522.477500', '190522.937500', '190523.397500', '190523.857500', '190524.317500', '190524.777500', '190525.237500', '190525.697500', '190526.157500', '190526.617500', '190527.077500', '190527.537500', '190527.997500', '190528.457500', '190528.917500', '190529.377500', '190529.837500', '190530.297500', '190530.757500', '190531.217500', '190531.677500', '190532.137500', '190532.597500', '190533.057500', '190533.517500', '190533.977500', '190534.437500', '190534.897500', '190535.357500', '190535.817500', '190536.277500', '190536.737500', '190537.197500', '190537.657500', '190538.117500', '190538.577500', '190539.037500', '190539.497500', '190539.957500', '190540.417500', '190540.877500', '190541.337500', '190541.797500', '190542.257500', '190542.717500', '190543.177500', '190543.637500', '190544.097500', '190544.557500', '190545.017500', '190545.477500', '190545.937500', '190546.397500', '190546.857500', '190547.317500', '190547.777500', '190548.237500', '190548.697500', '190549.157500', '190549.617500', '190550.077500', '190550.537500', '190550.997500', '190551.457500', '190551.917500', '190552.377500', '190552.837500', '190553.297500', '190553.757500', '190554.217500', '190554.677500', '190555.137500', '190555.597500', '190556.057500', '190556.517500', '190556.977500', '190557.437500', '190557.897500', '190558.357500', '190558.817500', '190559.277500', '190559.737500', '190600.197500', '190600.657500', '190601.117500', '190601.577500', '190602.037500', '190602.497500', '190602.957500', '190603.417500', '190603.877500', '190604.337500', '190604.797500', '190605.257500', '190605.717500', '190606.177500', '190606.637500', '190607.097500', '190607.557500', '190608.017500', '190608.477500', '190608.937500', '190609.397500', '190609.857500', '190610.317500', '190610.777500', '190611.237500', '190611.697500', '190612.157500', '190612.617500', '190613.077500', '190613.537500', '190613.997500', '190614.457500', '190614.917500', '190615.377500', '190615.837500', '190616.297500', '190616.757500', '190617.217500', '190617.677500', '190618.137500', '190618.597500', '190619.057500', '190619.517500', '190619.977500', '190620.437500', '190620.897500', '190621.357500', '190621.817500', '190622.277500', '190622.737500', '190623.197500', '190623.657500', '190624.117500', '190624.577500', '190625.037500', '190625.497500', '190625.957500', '190626.417500', '190626.877500', '190627.337500', '190627.797500', '190628.257500', '190628.717500', '190629.177500', '190629.637500', '190630.097500', '190630.557500', '190631.017500', '190631.477500', '190631.937500', '190632.397500', '190632.857500', '190633.317500', '190633.777500', '190634.237500', '190634.697500', '190635.157500', '190635.617500', '190636.077500', '190636.537500', '190636.997500', '190637.457500', '190637.917500', '190638.377500', '190638.837500', '190639.297500', '190639.757500', '190640.217500', '190640.677500', '190641.137500', '190641.597500', '190642.057500', '190642.517500', '190642.977500', '190643.437500'], 'ContentTime': ['185718.325000', '185718.328000', '185718.331000', '185718.334000', '185718.336000', '185718.339000', '185718.341000', '185718.344000', '185718.347000', '185718.350000', '185718.352000', '185718.355000', '185718.357000', '185718.360000', '185718.366000', '185718.369000', '185718.372000', '185718.374000', '185718.377000', '185718.379000', '185718.382000', '185718.385000', '185718.387000', '185718.390000', '185718.393000', '185718.395000', '185718.398000', '185718.400000', '185718.403000', '185718.406000', '185718.412000', '185718.414000', '185718.417000', '185718.419000', '185718.422000', '185718.425000', '185738.293000', '185738.296000', '185738.299000', '185738.301000', '185738.304000', '185738.307000', '185738.309000', '185738.312000', '185738.314000', '185738.323000', '185738.326000', '185738.329000', '185738.331000', '185738.334000', '185738.336000', '185738.339000', '185738.341000', '185738.344000', '185738.346000', '185738.349000', '185738.351000', '185738.354000', '185738.357000', '185738.359000', '185738.362000', '185738.364000', '185738.367000', '185738.370000', '185738.372000', '185738.375000', '185738.377000', '185738.380000', '185738.383000', '185738.395000', '185738.398000', '185738.400000', '185738.403000', '185738.405000', '185738.408000', '185738.410000', '185738.413000', '185738.416000', '185738.418000', '185758.294000', '185758.297000', '185758.300000', '185758.309000', '185758.312000', '185758.315000', '185758.317000', '185758.320000', '185758.322000', '185758.325000', '185758.328000', '185758.330000', '185758.333000', '185758.335000', '185758.338000', '185758.340000', '185758.343000', '185758.346000', '185758.348000', '185758.351000', '185758.353000', '185758.356000', '185758.358000', '185758.361000', '185758.364000', '185758.366000', '185758.369000', '185758.372000', '185758.374000', '185758.377000', '185758.379000', '185758.382000', '185758.385000', '185758.387000', '185758.390000', '185758.392000', '185758.395000', '185758.398000', '185758.401000', '185758.403000', '185758.406000', '185758.408000', '185758.419000', '185758.421000', '185818.295000', '185818.297000', '185818.300000', '185818.303000', '185818.305000', '185818.308000', '185818.310000', '185818.313000', '185818.316000', '185818.318000', '185818.321000', '185818.323000', '185818.326000', '185818.329000', '185818.331000', '185818.334000', '185818.337000', '185818.339000', '185818.342000', '185818.344000', '185818.347000', '185818.349000', '185818.352000', '185818.355000', '185818.357000', '185818.360000', '185818.362000', '185818.365000', '185818.367000', '185818.370000', '185818.373000', '185818.375000', '185818.378000', '185818.381000', '185818.383000', '185818.386000', '185818.388000', '185818.391000', '185818.393000', '185818.396000', '185818.399000', '185818.401000', '185818.404000', '185838.294000', '185838.297000', '185838.300000', '185838.302000', '185838.306000', '185838.309000', '185838.312000', '185838.314000', '185838.317000', '185838.320000', '185838.322000', '185838.325000', '185838.327000', '185838.330000', '185838.332000', '185838.335000', '185838.338000', '185838.340000', '185838.343000', '185838.345000', '185838.348000', '185838.350000', '185838.353000', '185838.355000', '185838.358000', '185838.361000', '185838.363000', '185838.366000', '185838.369000', '185838.371000', '185838.374000', '185838.377000', '185838.379000', '185838.382000', '185838.384000', '185838.387000', '185838.390000', '185838.392000', '185838.395000', '185838.397000', '185838.400000', '185838.403000', '185838.405000', '185838.408000', '185858.294000', '185858.297000', '185858.300000', '185858.303000', '185858.305000', '185858.308000', '185858.310000', '185858.313000', '185858.316000', '185858.319000', '185858.321000', '185858.324000', '185858.326000', '185858.329000', '185858.332000', '185858.334000', '185858.337000', '185858.340000', '185858.342000', '185858.345000', '185858.348000', '185858.350000', '185858.353000', '185858.356000', '185858.358000', '185858.361000', '185858.363000', '185858.366000', '185858.369000', '185858.371000', '185858.374000', '185858.377000', '185858.379000', '185858.382000', '185858.384000', '185858.387000', '185858.390000', '185858.392000', '185858.395000', '185858.397000', '185858.400000', '185858.403000', '185858.405000', '185918.295000', '185918.297000', '185918.300000', '185918.303000', '185918.305000', '185918.308000', '185918.310000', '185918.313000', '185918.316000', '185918.318000', '185918.321000', '185918.323000', '185918.326000', '185918.328000', '185918.331000', '185918.334000', '185918.336000', '185918.339000', '185918.341000', '185918.344000', '185918.346000', '185918.349000', '185918.352000', '185918.354000', '185918.357000', '185918.359000', '185918.362000', '185918.365000', '185918.367000', '185918.382000', '185918.384000', '185918.387000', '185918.390000', '185918.392000', '185918.395000', '185918.397000', '185918.400000', '185918.403000', '185918.405000', '185918.408000', '185918.410000', '185918.413000', '185918.415000', '185918.418000', '185938.294000', '185938.297000', '185938.300000', '185938.303000', '185938.305000', '185938.308000', '185938.310000', '185938.313000', '185938.315000', '185938.318000', '185938.321000', '185938.323000', '185938.326000', '185938.328000', '185938.331000', '185938.334000', '185938.336000', '185938.339000', '185938.342000', '185938.344000', '185938.347000', '185938.349000', '185938.352000', '185938.354000', '185938.357000', '185938.360000', '185938.362000', '185938.365000', '185938.368000', '185938.370000', '185938.373000', '185938.375000', '185938.378000', '185938.381000', '185938.383000', '185938.386000', '185938.388000', '185938.391000', '185938.394000', '185938.396000', '185938.399000', '185938.402000', '185938.404000', '185958.293000', '185958.296000', '185958.299000', '185958.302000', '185958.304000', '185958.307000', '185958.310000', '185958.312000', '185958.315000', '185958.318000', '185958.320000', '185958.323000', '185958.326000', '185958.329000', '185958.332000', '185958.335000', '185958.338000', '185958.340000', '185958.343000', '185958.347000', '185958.349000', '185958.352000', '185958.355000', '185958.357000', '185958.360000', '185958.363000', '185958.365000', '185958.368000', '185958.370000', '185958.373000', '185958.376000', '185958.378000', '185958.381000', '185958.383000', '185958.386000', '185958.388000', '185958.391000', '185958.394000', '185958.396000', '185958.399000', '185958.401000', '185958.404000', '185958.407000', '190018.295000', '190018.297000', '190018.300000', '190018.303000', '190018.305000', '190018.308000', '190018.311000', '190018.314000', '190018.317000', '190018.319000', '190018.322000', '190018.325000', '190018.327000', '190018.330000', '190018.333000', '190018.335000', '190018.338000', '190018.341000', '190018.343000', '190018.346000', '190018.349000', '190018.351000', '190018.354000', '190018.357000', '190018.359000', '190018.362000', '190018.365000', '190018.367000', '190018.370000', '190018.373000', '190018.375000', '190018.378000', '190018.381000', '190018.383000', '190018.386000', '190018.388000', '190018.391000', '190018.394000', '190018.396000', '190018.399000', '190018.402000', '190018.404000', '190018.407000', '190018.410000', '190038.294000', '190038.297000', '190038.300000', '190038.302000', '190038.305000', '190038.308000', '190038.310000', '190038.313000', '190038.316000', '190038.318000', '190038.321000', '190038.323000', '190038.326000', '190038.329000', '190038.331000', '190038.334000', '190038.337000', '190038.339000', '190038.342000', '190038.344000', '190038.347000', '190038.350000', '190038.352000', '190038.355000', '190038.358000', '190038.360000', '190038.363000', '190038.366000', '190038.368000', '190038.371000', '190038.373000', '190038.376000', '190038.378000', '190038.381000', '190038.384000', '190038.386000', '190038.389000', '190038.391000', '190038.394000', '190038.397000', '190038.399000', '190038.402000', '190038.404000', '190058.295000', '190058.298000', '190058.301000', '190058.303000', '190058.306000', '190058.308000', '190058.311000', '190058.314000', '190058.316000', '190058.319000', '190058.321000', '190058.339000', '190058.356000', '190058.359000', '190058.362000', '190058.364000', '190058.367000', '190058.369000', '190058.372000', '190058.375000', '190058.377000', '190058.380000', '190058.383000', '190058.385000', '190058.388000', '190058.391000', '190058.393000', '190058.396000', '190058.398000', '190058.401000', '190058.404000', '190058.406000', '190058.409000', '190058.412000', '190058.414000', '190058.417000', '190058.419000', '190058.422000', '190058.424000', '190058.427000', '190058.430000', '190058.432000', '190058.435000', '190058.437000', '190118.294000', '190118.297000', '190118.300000', '190118.302000', '190118.305000', '190118.308000', '190118.310000', '190118.313000', '190118.315000', '190118.318000', '190118.322000', '190118.325000', '190118.327000', '190118.330000', '190118.333000', '190118.335000', '190118.338000', '190118.341000', '190118.343000', '190118.346000', '190118.348000', '190118.351000', '190118.354000', '190118.356000', '190118.359000', '190118.362000', '190118.364000', '190118.367000', '190118.369000', '190118.372000', '190118.374000', '190118.377000', '190118.380000', '190118.382000', '190118.385000', '190118.387000', '190118.390000', '190118.393000', '190118.397000', '190118.399000', '190118.402000', '190118.405000', '190118.407000', '190138.294000', '190138.297000', '190138.300000', '190138.302000', '190138.305000', '190138.308000', '190138.310000', '190138.313000', '190138.316000', '190138.318000', '190138.321000', '190138.324000', '190138.327000', '190138.329000', '190138.332000', '190138.334000', '190138.337000', '190138.340000', '190138.342000', '190138.345000', '190138.347000', '190138.350000', '190138.353000', '190138.355000', '190138.358000', '190138.361000', '190138.363000', '190138.366000', '190138.368000', '190138.371000', '190138.374000', '190138.376000', '190138.379000', '190138.381000', '190138.384000', '190138.387000', '190138.389000', '190138.392000', '190138.395000', '190138.397000', '190138.400000', '190138.402000', '190138.405000', '190138.407000', '190158.294000', '190158.297000', '190158.300000', '190158.303000', '190158.305000', '190158.308000', '190158.311000', '190158.313000', '190158.316000', '190158.318000', '190158.321000', '190158.324000', '190158.327000', '190158.329000', '190158.332000', '190158.335000', '190158.337000', '190158.340000', '190158.343000', '190158.345000', '190158.348000', '190158.350000', '190158.353000', '190158.356000', '190158.358000', '190158.361000', '190158.364000', '190158.366000', '190158.369000', '190158.372000', '190158.374000', '190158.377000', '190158.380000', '190158.382000', '190158.385000', '190158.388000', '190158.390000', '190158.393000', '190158.396000', '190158.398000', '190158.401000', '190158.403000', '190158.406000', '190218.294000', '190218.296000', '190218.299000', '190218.303000', '190218.305000', '190218.308000', '190218.310000', '190218.313000', '190218.316000', '190218.319000', '190218.321000', '190218.324000', '190218.327000', '190218.329000', '190218.332000', '190218.335000', '190218.337000', '190218.340000', '190218.342000', '190218.345000', '190218.348000', '190218.350000', '190218.353000', '190218.356000', '190218.359000', '190218.361000', '190218.364000', '190218.367000', '190218.369000', '190218.372000', '190218.375000', '190218.377000', '190218.380000', '190218.382000', '190218.385000', '190218.388000', '190218.423000', '190218.426000', '190218.428000', '190218.431000', '190218.434000', '190218.436000', '190218.439000', '190218.442000', '190238.295000', '190238.298000', '190238.300000', '190238.303000', '190238.306000', '190238.308000', '190238.311000', '190238.313000', '190238.316000', '190238.321000', '190238.323000', '190238.326000', '190238.329000', '190238.331000', '190238.334000', '190238.337000', '190238.339000', '190238.342000', '190238.344000', '190238.347000', '190238.350000', '190238.353000', '190238.355000', '190238.358000', '190238.360000', '190238.363000', '190238.366000', '190238.368000', '190238.371000', '190238.374000', '190238.376000', '190238.379000', '190238.381000', '190238.384000', '190238.387000', '190238.389000', '190238.392000', '190238.395000', '190238.397000', '190238.400000', '190238.403000', '190238.405000', '190238.408000', '190258.295000', '190258.297000', '190258.300000', '190258.303000', '190258.305000', '190258.308000', '190258.310000', '190258.313000', '190258.316000', '190258.318000', '190258.321000', '190258.323000', '190258.326000', '190258.329000', '190258.331000', '190258.334000', '190258.336000', '190258.339000', '190258.342000', '190258.344000', '190258.347000', '190258.350000', '190258.352000', '190258.355000', '190258.357000', '190258.360000', '190258.363000', '190258.365000', '190258.368000', '190258.370000', '190258.373000', '190258.376000', '190258.378000', '190258.381000', '190258.383000', '190258.386000', '190258.389000', '190258.391000', '190258.394000', '190258.396000', '190258.399000', '190258.402000', '190258.404000', '190258.407000', '190318.295000', '190318.297000', '190318.300000', '190318.303000', '190318.305000', '190318.308000', '190318.310000', '190318.313000', '190318.316000', '190318.318000', '190318.321000', '190318.323000', '190318.326000', '190318.329000', '190318.331000', '190318.334000', '190318.337000', '190318.339000', '190318.342000', '190318.345000', '190318.347000', '190318.350000', '190318.353000', '190318.355000', '190318.358000', '190318.360000', '190318.363000', '190318.366000', '190318.368000', '190318.371000', '190318.373000', '190318.376000', '190318.379000', '190318.381000', '190318.384000', '190318.386000', '190318.389000', '190318.392000', '190318.394000', '190318.397000', '190318.399000', '190318.402000', '190318.405000', '190338.295000', '190338.298000', '190338.300000', '190338.303000', '190338.306000', '190338.308000', '190338.311000', '190338.313000', '190338.316000', '190338.318000', '190338.321000', '190338.324000', '190338.326000', '190338.329000', '190338.332000', '190338.334000', '190338.337000', '190338.340000', '190338.342000', '190338.345000', '190338.348000', '190338.350000', '190338.353000', '190338.356000', '190338.358000', '190338.361000', '190338.363000', '190338.366000', '190338.368000', '190338.371000', '190338.374000', '190338.376000', '190338.379000', '190338.382000', '190338.384000', '190338.387000', '190338.389000', '190338.392000', '190338.395000', '190338.397000', '190338.400000', '190338.402000', '190338.405000', '190338.407000', '190358.295000', '190358.297000', '190358.300000', '190358.303000', '190358.305000', '190358.308000', '190358.311000', '190358.313000', '190358.316000', '190358.319000', '190358.321000', '190358.324000', '190358.326000', '190358.329000', '190358.332000', '190358.334000', '190358.337000', '190358.340000', '190358.342000', '190358.345000', '190358.347000', '190358.350000', '190358.353000', '190358.355000', '190358.358000', '190358.360000', '190358.363000', '190358.366000', '190358.368000', '190358.371000', '190358.373000', '190358.376000', '190358.379000', '190358.381000', '190358.384000', '190358.386000', '190358.389000', '190358.391000', '190358.394000', '190358.397000', '190358.400000', '190358.403000', '190358.406000', '190418.295000', '190418.297000', '190418.300000', '190418.303000', '190418.305000', '190418.308000', '190418.311000', '190418.313000', '190418.316000', '190418.319000', '190418.321000', '190418.324000', '190418.327000', '190418.329000', '190418.332000', '190418.334000', '190418.337000', '190418.340000', '190418.342000', '190418.345000', '190418.348000', '190418.350000', '190418.353000', '190418.355000', '190418.358000', '190418.361000', '190418.363000', '190418.366000', '190418.368000', '190418.371000', '190418.374000', '190418.376000', '190418.379000', '190418.382000', '190418.385000', '190418.387000', '190418.390000', '190418.392000', '190418.395000', '190418.398000', '190418.400000', '190418.403000', '190418.405000', '190418.408000', '190438.293000', '190438.296000', '190438.299000', '190438.302000', '190438.304000', '190438.307000', '190438.309000', '190438.312000', '190438.315000', '190438.317000', '190438.324000', '190438.326000', '190438.329000', '190438.331000', '190438.334000', '190438.337000', '190438.339000', '190438.342000', '190438.345000', '190438.347000', '190438.350000', '190438.353000', '190438.355000', '190438.358000', '190438.361000', '190438.363000', '190438.366000', '190438.368000', '190438.371000', '190438.374000', '190438.376000', '190438.379000', '190438.382000', '190438.384000', '190438.387000', '190438.390000', '190438.392000', '190438.395000', '190438.397000', '190438.400000', '190438.402000', '190438.405000', '190438.408000', '190458.294000', '190458.297000', '190458.300000', '190458.303000', '190458.305000', '190458.308000', '190458.311000', '190458.313000', '190458.316000', '190458.318000', '190458.321000', '190458.324000', '190458.326000', '190458.329000', '190458.332000', '190458.334000', '190458.337000', '190458.339000', '190458.342000', '190458.345000', '190458.347000', '190458.350000', '190458.352000', '190458.355000', '190458.358000', '190458.360000', '190458.363000', '190458.366000', '190458.368000', '190458.371000', '190458.373000', '190458.376000', '190458.379000', '190458.381000', '190458.384000', '190458.387000', '190458.389000', '190458.392000', '190458.394000', '190458.397000', '190458.400000', '190458.402000', '190458.405000', '190458.407000', '190518.295000', '190518.298000', '190518.300000', '190518.303000', '190518.306000', '190518.308000', '190518.311000', '190518.314000', '190518.316000', '190518.319000', '190518.322000', '190518.324000', '190518.327000', '190518.330000', '190518.332000', '190518.335000', '190518.338000', '190518.340000', '190518.343000', '190518.346000', '190518.348000', '190518.351000', '190518.354000', '190518.356000', '190518.359000', '190518.362000', '190518.364000', '190518.367000', '190518.370000', '190518.372000', '190518.375000', '190518.378000', '190518.380000', '190518.383000', '190518.386000', '190518.388000', '190518.391000', '190518.393000', '190518.396000', '190518.399000', '190518.401000', '190518.404000', '190518.407000', '190538.295000', '190538.298000', '190538.302000', '190538.305000', '190538.308000', '190538.310000', '190538.313000', '190538.316000', '190538.318000', '190538.321000', '190538.324000', '190538.326000', '190538.329000', '190538.332000', '190538.334000', '190538.337000', '190538.339000', '190538.342000', '190538.345000', '190538.347000', '190538.350000', '190538.352000', '190538.355000', '190538.358000', '190538.360000', '190538.363000', '190538.365000', '190538.368000', '190538.371000', '190538.373000', '190538.376000', '190538.378000', '190538.381000', '190538.384000', '190538.386000', '190538.389000', '190538.391000', '190538.394000', '190538.397000', '190538.400000', '190538.402000', '190538.405000', '190538.407000', '190558.295000', '190558.298000', '190558.300000', '190558.303000', '190558.305000', '190558.308000', '190558.311000', '190558.314000', '190558.316000', '190558.319000', '190558.321000', '190558.324000', '190558.327000', '190558.329000', '190558.332000', '190558.335000', '190558.337000', '190558.340000', '190558.343000', '190558.345000', '190558.348000', '190558.350000', '190558.353000', '190558.356000', '190558.358000', '190558.361000', '190558.364000', '190558.366000', '190558.369000', '190558.372000', '190558.374000', '190558.377000', '190558.379000', '190558.382000', '190558.385000', '190558.388000', '190558.390000', '190558.393000', '190558.396000', '190558.398000', '190558.401000', '190558.404000', '190558.406000', '190558.409000', '190618.295000', '190618.298000', '190618.300000', '190618.303000', '190618.307000', '190618.310000', '190618.313000', '190618.315000', '190618.318000', '190618.321000', '190618.323000', '190618.326000', '190618.329000', '190618.332000', '190618.334000', '190618.337000', '190618.339000', '190618.342000', '190618.345000', '190618.347000', '190618.350000', '190618.353000', '190618.355000', '190618.358000', '190618.360000', '190618.363000', '190618.366000', '190618.369000', '190618.371000', '190618.374000', '190618.377000', '190618.379000', '190618.382000', '190618.385000', '190618.387000', '190618.390000', '190618.392000', '190618.395000', '190618.398000', '190618.400000', '190618.438000', '190618.441000', '190618.443000', '190618.446000', '190638.295000', '190638.298000', '190638.300000', '190638.303000', '190638.306000', '190638.308000', '190638.311000', '190638.314000', '190638.316000', '190638.319000', '190638.322000', '190638.324000', '190638.327000', '190638.330000', '190638.332000', '190638.335000', '190638.338000', '190638.340000', '190638.343000', '190638.346000', '190638.349000', '190638.351000', '190638.354000', '190638.357000', '190638.359000', '190638.362000', '190638.364000', '190638.367000', '190638.370000', '190638.373000', '190638.375000', '190638.378000', '190638.381000', '190638.383000', '190638.386000', '190638.389000', '190638.391000', '190638.394000', '190638.397000', '190638.399000', '190638.402000', '190638.405000', '190638.407000', '190644.924000', '190644.927000', '190644.930000', '190644.933000', '190644.935000', '190644.938000', '190644.942000', '190644.944000', '190644.947000', '190644.950000', '190644.954000', '190644.957000', '190644.960000', '190644.963000', '190644.966000'], 'InstanceCreationTime': ['185718.325000', '185718.328000', '185718.331000', '185718.334000', '185718.336000', '185718.339000', '185718.341000', '185718.344000', '185718.347000', '185718.350000', '185718.352000', '185718.355000', '185718.357000', '185718.360000', '185718.366000', '185718.369000', '185718.372000', '185718.374000', '185718.377000', '185718.379000', '185718.382000', '185718.385000', '185718.387000', '185718.390000', '185718.393000', '185718.395000', '185718.398000', '185718.400000', '185718.403000', '185718.406000', '185718.412000', '185718.414000', '185718.417000', '185718.419000', '185718.422000', '185718.425000', '185738.293000', '185738.296000', '185738.299000', '185738.301000', '185738.304000', '185738.307000', '185738.309000', '185738.312000', '185738.314000', '185738.323000', '185738.326000', '185738.329000', '185738.331000', '185738.334000', '185738.336000', '185738.339000', '185738.341000', '185738.344000', '185738.346000', '185738.349000', '185738.351000', '185738.354000', '185738.357000', '185738.359000', '185738.362000', '185738.364000', '185738.367000', '185738.370000', '185738.372000', '185738.375000', '185738.377000', '185738.380000', '185738.383000', '185738.395000', '185738.398000', '185738.400000', '185738.403000', '185738.405000', '185738.408000', '185738.410000', '185738.413000', '185738.416000', '185738.418000', '185758.294000', '185758.297000', '185758.300000', '185758.309000', '185758.312000', '185758.315000', '185758.317000', '185758.320000', '185758.322000', '185758.325000', '185758.328000', '185758.330000', '185758.333000', '185758.335000', '185758.338000', '185758.340000', '185758.343000', '185758.346000', '185758.348000', '185758.351000', '185758.353000', '185758.356000', '185758.358000', '185758.361000', '185758.364000', '185758.366000', '185758.369000', '185758.372000', '185758.374000', '185758.377000', '185758.379000', '185758.382000', '185758.385000', '185758.387000', '185758.390000', '185758.392000', '185758.395000', '185758.398000', '185758.401000', '185758.403000', '185758.406000', '185758.408000', '185758.419000', '185758.421000', '185818.295000', '185818.297000', '185818.300000', '185818.303000', '185818.305000', '185818.308000', '185818.310000', '185818.313000', '185818.316000', '185818.318000', '185818.321000', '185818.323000', '185818.326000', '185818.329000', '185818.331000', '185818.334000', '185818.337000', '185818.339000', '185818.342000', '185818.344000', '185818.347000', '185818.349000', '185818.352000', '185818.355000', '185818.357000', '185818.360000', '185818.362000', '185818.365000', '185818.367000', '185818.370000', '185818.373000', '185818.375000', '185818.378000', '185818.381000', '185818.383000', '185818.386000', '185818.388000', '185818.391000', '185818.393000', '185818.396000', '185818.399000', '185818.401000', '185818.404000', '185838.294000', '185838.297000', '185838.300000', '185838.302000', '185838.306000', '185838.309000', '185838.312000', '185838.314000', '185838.317000', '185838.320000', '185838.322000', '185838.325000', '185838.327000', '185838.330000', '185838.332000', '185838.335000', '185838.338000', '185838.340000', '185838.343000', '185838.345000', '185838.348000', '185838.350000', '185838.353000', '185838.355000', '185838.358000', '185838.361000', '185838.363000', '185838.366000', '185838.369000', '185838.371000', '185838.374000', '185838.377000', '185838.379000', '185838.382000', '185838.384000', '185838.387000', '185838.390000', '185838.392000', '185838.395000', '185838.397000', '185838.400000', '185838.403000', '185838.405000', '185838.408000', '185858.294000', '185858.297000', '185858.300000', '185858.303000', '185858.305000', '185858.308000', '185858.310000', '185858.313000', '185858.316000', '185858.319000', '185858.321000', '185858.324000', '185858.326000', '185858.329000', '185858.332000', '185858.334000', '185858.337000', '185858.340000', '185858.342000', '185858.345000', '185858.348000', '185858.350000', '185858.353000', '185858.356000', '185858.358000', '185858.361000', '185858.363000', '185858.366000', '185858.369000', '185858.371000', '185858.374000', '185858.377000', '185858.379000', '185858.382000', '185858.384000', '185858.387000', '185858.390000', '185858.392000', '185858.395000', '185858.397000', '185858.400000', '185858.403000', '185858.405000', '185918.295000', '185918.297000', '185918.300000', '185918.303000', '185918.305000', '185918.308000', '185918.310000', '185918.313000', '185918.316000', '185918.318000', '185918.321000', '185918.323000', '185918.326000', '185918.328000', '185918.331000', '185918.334000', '185918.336000', '185918.339000', '185918.341000', '185918.344000', '185918.346000', '185918.349000', '185918.352000', '185918.354000', '185918.357000', '185918.359000', '185918.362000', '185918.365000', '185918.367000', '185918.382000', '185918.384000', '185918.387000', '185918.390000', '185918.392000', '185918.395000', '185918.397000', '185918.400000', '185918.403000', '185918.405000', '185918.408000', '185918.410000', '185918.413000', '185918.415000', '185918.418000', '185938.294000', '185938.297000', '185938.300000', '185938.303000', '185938.305000', '185938.308000', '185938.310000', '185938.313000', '185938.315000', '185938.318000', '185938.321000', '185938.323000', '185938.326000', '185938.328000', '185938.331000', '185938.334000', '185938.336000', '185938.339000', '185938.342000', '185938.344000', '185938.347000', '185938.349000', '185938.352000', '185938.354000', '185938.357000', '185938.360000', '185938.362000', '185938.365000', '185938.368000', '185938.370000', '185938.373000', '185938.375000', '185938.378000', '185938.381000', '185938.383000', '185938.386000', '185938.388000', '185938.391000', '185938.394000', '185938.396000', '185938.399000', '185938.402000', '185938.404000', '185958.293000', '185958.296000', '185958.299000', '185958.302000', '185958.304000', '185958.307000', '185958.310000', '185958.312000', '185958.315000', '185958.318000', '185958.320000', '185958.323000', '185958.326000', '185958.329000', '185958.332000', '185958.335000', '185958.338000', '185958.340000', '185958.343000', '185958.347000', '185958.349000', '185958.352000', '185958.355000', '185958.357000', '185958.360000', '185958.363000', '185958.365000', '185958.368000', '185958.370000', '185958.373000', '185958.376000', '185958.378000', '185958.381000', '185958.383000', '185958.386000', '185958.388000', '185958.391000', '185958.394000', '185958.396000', '185958.399000', '185958.401000', '185958.404000', '185958.407000', '190018.295000', '190018.297000', '190018.300000', '190018.303000', '190018.305000', '190018.308000', '190018.311000', '190018.314000', '190018.317000', '190018.319000', '190018.322000', '190018.325000', '190018.327000', '190018.330000', '190018.333000', '190018.335000', '190018.338000', '190018.341000', '190018.343000', '190018.346000', '190018.349000', '190018.351000', '190018.354000', '190018.357000', '190018.359000', '190018.362000', '190018.365000', '190018.367000', '190018.370000', '190018.373000', '190018.375000', '190018.378000', '190018.381000', '190018.383000', '190018.386000', '190018.388000', '190018.391000', '190018.394000', '190018.396000', '190018.399000', '190018.402000', '190018.404000', '190018.407000', '190018.410000', '190038.294000', '190038.297000', '190038.300000', '190038.302000', '190038.305000', '190038.308000', '190038.310000', '190038.313000', '190038.316000', '190038.318000', '190038.321000', '190038.323000', '190038.326000', '190038.329000', '190038.331000', '190038.334000', '190038.337000', '190038.339000', '190038.342000', '190038.344000', '190038.347000', '190038.350000', '190038.352000', '190038.355000', '190038.358000', '190038.360000', '190038.363000', '190038.366000', '190038.368000', '190038.371000', '190038.373000', '190038.376000', '190038.378000', '190038.381000', '190038.384000', '190038.386000', '190038.389000', '190038.391000', '190038.394000', '190038.397000', '190038.399000', '190038.402000', '190038.404000', '190058.295000', '190058.298000', '190058.301000', '190058.303000', '190058.306000', '190058.308000', '190058.311000', '190058.314000', '190058.316000', '190058.319000', '190058.321000', '190058.339000', '190058.356000', '190058.359000', '190058.362000', '190058.364000', '190058.367000', '190058.369000', '190058.372000', '190058.375000', '190058.377000', '190058.380000', '190058.383000', '190058.385000', '190058.388000', '190058.391000', '190058.393000', '190058.396000', '190058.398000', '190058.401000', '190058.404000', '190058.406000', '190058.409000', '190058.412000', '190058.414000', '190058.417000', '190058.419000', '190058.422000', '190058.424000', '190058.427000', '190058.430000', '190058.432000', '190058.435000', '190058.437000', '190118.294000', '190118.297000', '190118.300000', '190118.302000', '190118.305000', '190118.308000', '190118.310000', '190118.313000', '190118.315000', '190118.318000', '190118.322000', '190118.325000', '190118.327000', '190118.330000', '190118.333000', '190118.335000', '190118.338000', '190118.341000', '190118.343000', '190118.346000', '190118.348000', '190118.351000', '190118.354000', '190118.356000', '190118.359000', '190118.362000', '190118.364000', '190118.367000', '190118.369000', '190118.372000', '190118.374000', '190118.377000', '190118.380000', '190118.382000', '190118.385000', '190118.387000', '190118.390000', '190118.393000', '190118.397000', '190118.399000', '190118.402000', '190118.405000', '190118.407000', '190138.294000', '190138.297000', '190138.300000', '190138.302000', '190138.305000', '190138.308000', '190138.310000', '190138.313000', '190138.316000', '190138.318000', '190138.321000', '190138.324000', '190138.327000', '190138.329000', '190138.332000', '190138.334000', '190138.337000', '190138.340000', '190138.342000', '190138.345000', '190138.347000', '190138.350000', '190138.353000', '190138.355000', '190138.358000', '190138.361000', '190138.363000', '190138.366000', '190138.368000', '190138.371000', '190138.374000', '190138.376000', '190138.379000', '190138.381000', '190138.384000', '190138.387000', '190138.389000', '190138.392000', '190138.395000', '190138.397000', '190138.400000', '190138.402000', '190138.405000', '190138.407000', '190158.294000', '190158.297000', '190158.300000', '190158.303000', '190158.305000', '190158.308000', '190158.311000', '190158.313000', '190158.316000', '190158.318000', '190158.321000', '190158.324000', '190158.327000', '190158.329000', '190158.332000', '190158.335000', '190158.337000', '190158.340000', '190158.343000', '190158.345000', '190158.348000', '190158.350000', '190158.353000', '190158.356000', '190158.358000', '190158.361000', '190158.364000', '190158.366000', '190158.369000', '190158.372000', '190158.374000', '190158.377000', '190158.380000', '190158.382000', '190158.385000', '190158.388000', '190158.390000', '190158.393000', '190158.396000', '190158.398000', '190158.401000', '190158.403000', '190158.406000', '190218.294000', '190218.296000', '190218.299000', '190218.303000', '190218.305000', '190218.308000', '190218.310000', '190218.313000', '190218.316000', '190218.319000', '190218.321000', '190218.324000', '190218.327000', '190218.329000', '190218.332000', '190218.335000', '190218.337000', '190218.340000', '190218.342000', '190218.345000', '190218.348000', '190218.350000', '190218.353000', '190218.356000', '190218.359000', '190218.361000', '190218.364000', '190218.367000', '190218.369000', '190218.372000', '190218.375000', '190218.377000', '190218.380000', '190218.382000', '190218.385000', '190218.388000', '190218.423000', '190218.426000', '190218.428000', '190218.431000', '190218.434000', '190218.436000', '190218.439000', '190218.442000', '190238.295000', '190238.298000', '190238.300000', '190238.303000', '190238.306000', '190238.308000', '190238.311000', '190238.313000', '190238.316000', '190238.321000', '190238.323000', '190238.326000', '190238.329000', '190238.331000', '190238.334000', '190238.337000', '190238.339000', '190238.342000', '190238.344000', '190238.347000', '190238.350000', '190238.353000', '190238.355000', '190238.358000', '190238.360000', '190238.363000', '190238.366000', '190238.368000', '190238.371000', '190238.374000', '190238.376000', '190238.379000', '190238.381000', '190238.384000', '190238.387000', '190238.389000', '190238.392000', '190238.395000', '190238.397000', '190238.400000', '190238.403000', '190238.405000', '190238.408000', '190258.295000', '190258.297000', '190258.300000', '190258.303000', '190258.305000', '190258.308000', '190258.310000', '190258.313000', '190258.316000', '190258.318000', '190258.321000', '190258.323000', '190258.326000', '190258.329000', '190258.331000', '190258.334000', '190258.336000', '190258.339000', '190258.342000', '190258.344000', '190258.347000', '190258.350000', '190258.352000', '190258.355000', '190258.357000', '190258.360000', '190258.363000', '190258.365000', '190258.368000', '190258.370000', '190258.373000', '190258.376000', '190258.378000', '190258.381000', '190258.383000', '190258.386000', '190258.389000', '190258.391000', '190258.394000', '190258.396000', '190258.399000', '190258.402000', '190258.404000', '190258.407000', '190318.295000', '190318.297000', '190318.300000', '190318.303000', '190318.305000', '190318.308000', '190318.310000', '190318.313000', '190318.316000', '190318.318000', '190318.321000', '190318.323000', '190318.326000', '190318.329000', '190318.331000', '190318.334000', '190318.337000', '190318.339000', '190318.342000', '190318.345000', '190318.347000', '190318.350000', '190318.353000', '190318.355000', '190318.358000', '190318.360000', '190318.363000', '190318.366000', '190318.368000', '190318.371000', '190318.373000', '190318.376000', '190318.379000', '190318.381000', '190318.384000', '190318.386000', '190318.389000', '190318.392000', '190318.394000', '190318.397000', '190318.399000', '190318.402000', '190318.405000', '190338.295000', '190338.298000', '190338.300000', '190338.303000', '190338.306000', '190338.308000', '190338.311000', '190338.313000', '190338.316000', '190338.318000', '190338.321000', '190338.324000', '190338.326000', '190338.329000', '190338.332000', '190338.334000', '190338.337000', '190338.340000', '190338.342000', '190338.345000', '190338.348000', '190338.350000', '190338.353000', '190338.356000', '190338.358000', '190338.361000', '190338.363000', '190338.366000', '190338.368000', '190338.371000', '190338.374000', '190338.376000', '190338.379000', '190338.382000', '190338.384000', '190338.387000', '190338.389000', '190338.392000', '190338.395000', '190338.397000', '190338.400000', '190338.402000', '190338.405000', '190338.407000', '190358.295000', '190358.297000', '190358.300000', '190358.303000', '190358.305000', '190358.308000', '190358.311000', '190358.313000', '190358.316000', '190358.319000', '190358.321000', '190358.324000', '190358.326000', '190358.329000', '190358.332000', '190358.334000', '190358.337000', '190358.340000', '190358.342000', '190358.345000', '190358.347000', '190358.350000', '190358.353000', '190358.355000', '190358.358000', '190358.360000', '190358.363000', '190358.366000', '190358.368000', '190358.371000', '190358.373000', '190358.376000', '190358.379000', '190358.381000', '190358.384000', '190358.386000', '190358.389000', '190358.391000', '190358.394000', '190358.397000', '190358.400000', '190358.403000', '190358.406000', '190418.295000', '190418.297000', '190418.300000', '190418.303000', '190418.305000', '190418.308000', '190418.311000', '190418.313000', '190418.316000', '190418.319000', '190418.321000', '190418.324000', '190418.327000', '190418.329000', '190418.332000', '190418.334000', '190418.337000', '190418.340000', '190418.342000', '190418.345000', '190418.348000', '190418.350000', '190418.353000', '190418.355000', '190418.358000', '190418.361000', '190418.363000', '190418.366000', '190418.368000', '190418.371000', '190418.374000', '190418.376000', '190418.379000', '190418.382000', '190418.385000', '190418.387000', '190418.390000', '190418.392000', '190418.395000', '190418.398000', '190418.400000', '190418.403000', '190418.405000', '190418.408000', '190438.293000', '190438.296000', '190438.299000', '190438.302000', '190438.304000', '190438.307000', '190438.309000', '190438.312000', '190438.315000', '190438.317000', '190438.324000', '190438.326000', '190438.329000', '190438.331000', '190438.334000', '190438.337000', '190438.339000', '190438.342000', '190438.345000', '190438.347000', '190438.350000', '190438.353000', '190438.355000', '190438.358000', '190438.361000', '190438.363000', '190438.366000', '190438.368000', '190438.371000', '190438.374000', '190438.376000', '190438.379000', '190438.382000', '190438.384000', '190438.387000', '190438.390000', '190438.392000', '190438.395000', '190438.397000', '190438.400000', '190438.402000', '190438.405000', '190438.408000', '190458.294000', '190458.297000', '190458.300000', '190458.303000', '190458.305000', '190458.308000', '190458.311000', '190458.313000', '190458.316000', '190458.318000', '190458.321000', '190458.324000', '190458.326000', '190458.329000', '190458.332000', '190458.334000', '190458.337000', '190458.339000', '190458.342000', '190458.345000', '190458.347000', '190458.350000', '190458.352000', '190458.355000', '190458.358000', '190458.360000', '190458.363000', '190458.366000', '190458.368000', '190458.371000', '190458.373000', '190458.376000', '190458.379000', '190458.381000', '190458.384000', '190458.387000', '190458.389000', '190458.392000', '190458.394000', '190458.397000', '190458.400000', '190458.402000', '190458.405000', '190458.407000', '190518.295000', '190518.298000', '190518.300000', '190518.303000', '190518.306000', '190518.308000', '190518.311000', '190518.314000', '190518.316000', '190518.319000', '190518.322000', '190518.324000', '190518.327000', '190518.330000', '190518.332000', '190518.335000', '190518.338000', '190518.340000', '190518.343000', '190518.346000', '190518.348000', '190518.351000', '190518.354000', '190518.356000', '190518.359000', '190518.362000', '190518.364000', '190518.367000', '190518.370000', '190518.372000', '190518.375000', '190518.378000', '190518.380000', '190518.383000', '190518.386000', '190518.388000', '190518.391000', '190518.393000', '190518.396000', '190518.399000', '190518.401000', '190518.404000', '190518.407000', '190538.295000', '190538.298000', '190538.302000', '190538.305000', '190538.308000', '190538.310000', '190538.313000', '190538.316000', '190538.318000', '190538.321000', '190538.324000', '190538.326000', '190538.329000', '190538.332000', '190538.334000', '190538.337000', '190538.339000', '190538.342000', '190538.345000', '190538.347000', '190538.350000', '190538.352000', '190538.355000', '190538.358000', '190538.360000', '190538.363000', '190538.365000', '190538.368000', '190538.371000', '190538.373000', '190538.376000', '190538.378000', '190538.381000', '190538.384000', '190538.386000', '190538.389000', '190538.391000', '190538.394000', '190538.397000', '190538.400000', '190538.402000', '190538.405000', '190538.407000', '190558.295000', '190558.298000', '190558.300000', '190558.303000', '190558.305000', '190558.308000', '190558.311000', '190558.314000', '190558.316000', '190558.319000', '190558.321000', '190558.324000', '190558.327000', '190558.329000', '190558.332000', '190558.335000', '190558.337000', '190558.340000', '190558.343000', '190558.345000', '190558.348000', '190558.350000', '190558.353000', '190558.356000', '190558.358000', '190558.361000', '190558.364000', '190558.366000', '190558.369000', '190558.372000', '190558.374000', '190558.377000', '190558.379000', '190558.382000', '190558.385000', '190558.388000', '190558.390000', '190558.393000', '190558.396000', '190558.398000', '190558.401000', '190558.404000', '190558.406000', '190558.409000', '190618.295000', '190618.298000', '190618.300000', '190618.303000', '190618.307000', '190618.310000', '190618.313000', '190618.315000', '190618.318000', '190618.321000', '190618.323000', '190618.326000', '190618.329000', '190618.332000', '190618.334000', '190618.337000', '190618.339000', '190618.342000', '190618.345000', '190618.347000', '190618.350000', '190618.353000', '190618.355000', '190618.358000', '190618.360000', '190618.363000', '190618.366000', '190618.369000', '190618.371000', '190618.374000', '190618.377000', '190618.379000', '190618.382000', '190618.385000', '190618.387000', '190618.390000', '190618.392000', '190618.395000', '190618.398000', '190618.400000', '190618.438000', '190618.441000', '190618.443000', '190618.446000', '190638.295000', '190638.298000', '190638.300000', '190638.303000', '190638.306000', '190638.308000', '190638.311000', '190638.314000', '190638.316000', '190638.319000', '190638.322000', '190638.324000', '190638.327000', '190638.330000', '190638.332000', '190638.335000', '190638.338000', '190638.340000', '190638.343000', '190638.346000', '190638.349000', '190638.351000', '190638.354000', '190638.357000', '190638.359000', '190638.362000', '190638.364000', '190638.367000', '190638.370000', '190638.373000', '190638.375000', '190638.378000', '190638.381000', '190638.383000', '190638.386000', '190638.389000', '190638.391000', '190638.394000', '190638.397000', '190638.399000', '190638.402000', '190638.405000', '190638.407000', '190644.924000', '190644.927000', '190644.930000', '190644.933000', '190644.935000', '190644.938000', '190644.942000', '190644.944000', '190644.947000', '190644.950000', '190644.954000', '190644.957000', '190644.960000', '190644.963000', '190644.966000'], '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': [8968, 13220, 10726, 8032, 12909, 10244, 10668, 11060, 8512, 12636, 11231, 8230, 12784, 12081, 9580, 12001, 10998, 7785, 13617, 10915, 12757, 10590, 9399, 11439, 9019, 12000, 8104, 12304, 10168, 12031, 11449, 7879, 12261, 9482, 12256, 11687, 8377, 12641, 10094, 13182, 11930, 8678, 12761, 10141, 13299, 11631, 9116, 12472, 10512, 12537, 11480, 9920, 12767, 10214, 9483, 12119, 9850, 14098, 11674, 10105, 12598, 9296, 12890, 11790, 10993, 12100, 9320, 12599, 11330, 8977, 12832, 9931, 8047, 12226, 9051, 12420, 11616, 9012, 13498, 11202, 8500, 13108, 10424, 12579, 11580, 8903, 12696, 10145, 13984, 11448, 8992, 13037, 10996, 8420, 13307, 9835, 10723, 11086, 8333, 12442, 9720, 11066, 11629, 7879, 12603, 11781, 9120, 8661, 11759, 9770, 10603, 12618, 9265, 10696, 11577, 9045, 14100, 12019, 10564, 11427, 8031, 13396, 10964, 8149, 10962, 7650, 12119, 11286, 8449, 12276, 10400, 7983, 12702, 10186, 11954, 11187, 7790, 12937, 11176, 8365, 13006, 10158, 10791, 11394, 8740, 13561, 11476, 10637, 12727, 10067, 12948, 11500, 12885, 13754, 11962, 12134, 10847, 10140, 12512, 10678, 8019, 12697, 8351, 13024, 11500, 8437, 11959, 9387, 11333, 11431, 8253, 11647, 11074, 7737, 13394, 11005, 8355, 12258, 10041, 13035, 11656, 9056, 10381, 11839, 9142, 12186, 11263, 8268, 13007, 10893, 8044, 12344, 11128, 8649, 9827, 12294, 10182, 8050, 12390, 10243, 10715, 11334, 8651, 12938, 10850, 9305, 12557, 9962, 10247, 10943, 7770, 12528, 10735, 7955, 12285, 9887, 9194, 12366, 9305, 9953, 11407, 8333, 14706, 11675, 8076, 13043, 10215, 12151, 11521, 9724, 12345, 11035, 8719, 12831, 10545, 9362, 11662, 9806, 13136, 10596, 8817, 12094, 10240, 12828, 10853, 8181, 12164, 10836, 9911, 10708, 7777, 12088, 11136, 8383, 11642, 9203, 11821, 10671, 8062, 11212, 9869, 8179, 11828, 10373, 8107, 11509, 9295, 12419, 10883, 8407, 12303, 10309, 11258, 10957, 9068, 11550, 10093, 10485, 10847, 8138, 11604, 9559, 12787, 10726, 8261, 11634, 9535, 12249, 10687, 7985, 11836, 9903, 11739, 10755, 8663, 11555, 9606, 12620, 10618, 8329, 11815, 10184, 11588, 11214, 8032, 11652, 9760, 10424, 11012, 8277, 12135, 10528, 11810, 10526, 10086, 12099, 10541, 11990, 10234, 12210, 10469, 8751, 11404, 7906, 12458, 10917, 10871, 10557, 8333, 11804, 9530, 11402, 10537, 8240, 10975, 7804, 12092, 9064, 11996, 10382, 10971, 10857, 8212, 11638, 10008, 12447, 10679, 8212, 11303, 7986, 12153, 10725, 12755, 10919, 7936, 11214, 7936, 12166, 10312, 9685, 10828, 8208, 12269, 10097, 10768, 10805, 7934, 12153, 10357, 8549, 11442, 8467, 12269, 10492, 10364, 11156, 9374, 12080, 11177, 11656, 10622, 11743, 10825, 9321, 11960, 10408, 9911, 11408, 8297, 11974, 10346, 12227, 11093, 8802, 11559, 8572, 11658, 10750, 9176, 10636, 7775, 11947, 10255, 12316, 10593, 8065, 11673, 10145, 12691, 10302, 8182, 11840, 9455, 11557, 10442, 8825, 11058, 8071, 11842, 8429, 12087, 10468, 10757, 11289, 8113, 11964, 9826, 9202, 11414, 9272, 11774, 10688, 7708, 12558, 11078, 9763, 11061, 7722, 12481, 10761, 12113, 10494, 11389, 10782, 10951, 12040, 10365, 12332, 10374, 8124, 12092, 9450, 11872, 10433, 9708, 11701, 9315, 11795, 10196, 12300, 10526, 8459, 11295, 8561, 11986, 10823, 8118, 11927, 8339, 12249, 11034, 8102, 11705, 7917, 12763, 11053, 10300, 10948, 7824, 12262, 9472, 11875, 10374, 8365, 11588, 9496, 12686, 10566, 7754, 11769, 10805, 8206, 11781, 9890, 12757, 11145, 8199, 11923, 10554, 12979, 10271, 8430, 11364, 10021, 7719, 12421, 10653, 8292, 11894, 10642, 8119, 12492, 11437, 12110, 10055, 10294, 12685, 11567, 11427, 9656, 11877, 10414, 11043, 10115, 9335, 10284, 8047, 11889, 10027, 8014, 10860, 8598, 13239, 10657, 7638, 12866, 10155, 13709, 11189, 8811, 12504, 10297, 11967, 11669, 11495, 11894, 11627, 12365, 12343, 13778, 11860, 11243, 10990, 9420, 12340, 10844, 9041, 11111, 8352, 12534, 10894, 8089, 11908, 9106, 12203, 10651, 7995, 11427, 8795, 11905, 10389, 8108, 11512, 9987, 12931, 10354, 7757, 11782, 10807, 8463, 10952, 8713, 12639, 11283, 9239, 11578, 10165, 9916, 11936, 10510, 12340, 10902, 7876, 8056, 10614, 9603, 8953, 11682, 10644, 12718, 13457, 12443, 11634, 13117, 12557, 13805, 16132, 13683, 12935, 15060, 13845, 15329, 15765, 13096, 11944, 12192, 11255, 14152, 11685, 9415, 11231, 9391, 11578, 11055, 7738, 12134, 10636, 7909, 13389, 10443, 7949, 12238, 10019, 8252, 12035, 9743, 9384, 11372, 8060, 12607, 10668, 8933, 11390, 9855, 8407, 12268, 10128, 8063, 11933, 10359, 8431, 12017, 9830, 8346, 11852, 10877, 9483, 10858, 9323, 9034, 11662, 9883, 13460, 10678, 8618, 11655, 10924, 8740, 11174, 10026, 9401, 11504, 8720, 11918, 10213, 7768, 11813, 10283, 8526, 11203, 10288, 8013, 13272, 10808, 8498, 10049, 10991, 9498, 11461, 11473, 8731, 12985, 10655, 8474, 12583, 10758, 9178, 10867, 8796, 13300, 9976, 7857, 12144, 10938, 8282, 10544, 9185, 9224, 11160, 9860, 12985, 10198, 8183, 11536, 10566, 13184, 10165, 7904, 11436, 10319, 12914, 10093, 8395, 11688, 9693, 12924, 10492, 8273, 12172, 9809, 12566, 10732, 8445, 11266, 9324, 12086, 10846, 8083, 10672, 7864, 12344, 10261, 10806, 10077, 10290, 10742, 8507, 10462, 7797, 11698, 9398, 11298, 10303, 7940, 11286, 8083, 13282, 10315, 8314, 11838, 10078, 10446, 11395, 8097, 11804, 9687, 12059, 10748, 12454, 10363, 8970, 11340, 10744, 11397, 9661, 11758, 10275, 12125, 10883, 7683, 11193, 9920, 7608, 12199, 10225, 7874, 11942, 9810, 12779, 10790, 8575, 11309, 10343, 12851, 12096, 11589, 11841, 10450, 11807, 11615, 13740, 14807, 13089, 13540, 11566, 10740, 13165, 11656, 9838, 11271, 9933, 11039, 11185, 9560, 12272, 10235, 7919, 11643, 10839, 8242, 11068, 8858, 12413, 10745, 8774, 11010, 9705, 8142, 11275, 8874, 12386, 10398, 8265, 11105, 7680, 12101, 10175, 10630, 9939, 8227, 10899, 7978, 11724, 9998, 8099, 10400, 7960, 12709, 10234, 8117, 11287, 9778, 8178, 12822, 10243, 11645, 11358, 8191, 14251, 11243, 10413, 13824, 14589, 13659, 12429, 12443, 11911, 13686, 13890, 14174, 14427, 11860, 10590, 11885, 10529, 13663, 11853, 9778, 11638, 10132, 9515, 11697, 8944, 11368, 10060, 9700, 11578, 9142, 10638, 10086, 7619, 12420, 10357, 8276, 10817, 8185, 12028, 11202, 11512, 11626, 10729, 12366, 10902, 11248, 11628, 9910, 11680, 11097, 10248, 10630, 8905, 11616, 10661, 11830, 10330, 8082, 11246, 9837, 11521, 10526, 7647, 11214, 10258, 8363, 12294, 9707, 8151, 12023, 9834, 11750, 11208, 9763, 7923, 12577, 10967, 8646, 9292, 11233, 10003, 9562, 11992, 10015, 8410, 11634, 10092, 12416, 12535, 12320, 12622, 10106, 8889, 12327, 11077, 11348, 10949, 9087, 9626, 11242, 9525, 11596, 10418, 7809, 11800, 10944, 8603, 12361, 10365, 8316, 12124, 11103, 10278, 11085, 9781, 8173, 12102, 10930, 9665, 10935, 9112, 12497, 10933, 9119, 11010, 9707, 7695, 11576, 10142, 8561, 11413, 9776, 7864, 11649, 10172, 8448, 11765, 10018, 8014, 11277, 10380, 8223, 12259, 10400, 8729, 11391, 10455, 8149, 12217, 10412, 9095, 11057, 10172, 9017, 11744, 10070, 9459, 10788, 9779, 8133, 11940, 10668, 8279, 10411, 9480, 7897, 12050, 10513, 8139, 10636, 9751, 7489, 12297, 11071, 9619, 8381, 10898, 9645, 7803, 12477, 10950, 10855, 12137, 9529, 8454, 11785, 10544, 10667, 10683, 9246, 8537, 11636, 10642, 9833, 10329, 8868, 9788, 11738, 9692, 7893, 10775, 9922, 8507, 11836, 9933, 7790, 11393, 10500, 8891, 11952, 9679, 8077, 12059, 10193, 8196, 11575, 10474, 8312, 12322, 9823, 7845, 12434, 11080, 8264, 11635, 10249, 8057, 12656, 9928, 8188, 11517, 10661, 9024, 11109, 9619, 8148, 11795, 9773, 8063, 11131, 10165, 9762, 10647, 9543, 9619, 11989, 9504, 8892, 11131, 9799, 11491, 10292, 8417, 12068, 10602, 7926, 11198, 9869, 12684, 10381, 8497, 11045, 9624, 8248, 12054, 9786, 7864, 10903, 10486, 9398, 8241, 11846, 10116, 8528, 9756, 12223, 9851, 8114, 11770, 10711, 10974, 13947, 11097, 8597, 11266, 9983, 8995, 11897, 9568, 7682, 11166, 9905, 9487, 11501, 9348, 9962, 10500, 8191, 12038, 11107, 8769, 10871, 8304, 11728, 10337, 8738, 12121, 9905, 10837, 10090, 7725, 12895, 10875, 8298, 11165, 9961, 8193, 12443, 8836, 11969, 10805, 8258, 11032, 8360, 12089, 10298, 8040, 10752, 8189, 12826, 10621, 7795, 10828, 9765, 7756, 11826, 10334, 10847, 10983, 7886, 12285, 10647, 8273, 11847, 10142, 7929, 11928, 10618, 11908, 11711, 10391, 11593, 10538, 11355, 10847, 9928, 11026, 10009, 8897, 10926, 8108, 12704, 10678, 8903, 10668, 7862, 12137, 10745, 11183, 10108, 7907, 12027, 10978, 9062, 11136, 9380, 8420, 10794, 9023, 13503, 10680, 8298, 11634, 9948, 12253, 10858, 9570, 10737, 8626, 12139, 10968, 8247, 11407, 10107, 8728, 11584, 8903, 12737, 10554, 7809, 11591, 10771, 8536, 12097, 9959, 9785, 10830, 8151, 12425, 11372], 'WindowCenter': [4603.0, 4619.0, 4593.0, 4549.0, 4598.0, 4566.0, 4566.0, 4574.0, 4545.0, 4583.0, 4575.0, 4547.0, 4597.0, 4586.0, 4567.0, 4584.0, 4575.0, 4534.0, 4594.0, 4574.0, 4584.0, 4565.0, 4552.0, 4572.0, 4543.0, 4571.0, 4532.0, 4571.0, 4561.0, 4572.0, 4573.0, 4532.0, 4571.0, 4555.0, 4584.0, 4586.0, 4545.0, 4586.0, 4566.0, 4593.0, 4586.0, 4545.0, 4583.0, 4565.0, 4593.0, 4575.0, 4554.0, 4584.0, 4566.0, 4584.0, 4575.0, 4564.0, 4583.0, 4565.0, 4554.0, 4584.0, 4564.0, 4593.0, 4575.0, 4563.0, 4574.0, 4553.0, 4583.0, 4573.0, 4562.0, 4573.0, 4552.0, 4572.0, 4572.0, 4542.0, 4584.0, 4563.0, 4543.0, 4583.0, 4553.0, 4584.0, 4574.0, 4555.0, 4596.0, 4572.0, 4554.0, 4585.0, 4575.0, 4584.0, 4574.0, 4541.0, 4582.0, 4564.0, 4593.0, 4574.0, 4544.0, 4580.0, 4562.0, 4545.0, 4592.0, 4565.0, 4563.0, 4573.0, 4543.0, 4582.0, 4553.0, 4562.0, 4573.0, 4543.0, 4583.0, 4584.0, 4554.0, 4551.0, 4574.0, 4566.0, 4566.0, 4586.0, 4554.0, 4562.0, 4571.0, 4544.0, 4596.0, 4572.0, 4562.0, 4559.0, 4531.0, 4581.0, 4561.0, 4531.0, 4560.0, 4532.0, 4571.0, 4573.0, 4545.0, 4586.0, 4575.0, 4545.0, 4585.0, 4566.0, 4584.0, 4575.0, 4547.0, 4585.0, 4574.0, 4544.0, 4596.0, 4567.0, 4574.0, 4575.0, 4544.0, 4584.0, 4574.0, 4563.0, 4583.0, 4552.0, 4582.0, 4573.0, 4581.0, 4582.0, 4562.0, 4569.0, 4560.0, 4551.0, 4571.0, 4551.0, 4528.0, 4571.0, 4532.0, 4581.0, 4560.0, 4531.0, 4568.0, 4552.0, 4560.0, 4571.0, 4534.0, 4572.0, 4571.0, 4533.0, 4593.0, 4575.0, 4543.0, 4585.0, 4564.0, 4584.0, 4572.0, 4555.0, 4563.0, 4574.0, 4553.0, 4583.0, 4573.0, 4544.0, 4595.0, 4573.0, 4544.0, 4585.0, 4574.0, 4546.0, 4563.0, 4582.0, 4566.0, 4544.0, 4584.0, 4575.0, 4578.0, 4575.0, 4555.0, 4581.0, 4574.0, 4554.0, 4585.0, 4551.0, 4550.0, 4563.0, 4531.0, 4573.0, 4564.0, 4531.0, 4572.0, 4562.0, 4553.0, 4586.0, 4554.0, 4565.0, 4575.0, 4545.0, 4606.0, 4574.0, 4544.0, 4583.0, 4565.0, 4572.0, 4574.0, 4552.0, 4581.0, 4563.0, 4543.0, 4584.0, 4563.0, 4539.0, 4571.0, 4551.0, 4579.0, 4550.0, 4539.0, 4571.0, 4552.0, 4568.0, 4560.0, 4529.0, 4572.0, 4563.0, 4550.0, 4550.0, 4519.0, 4571.0, 4562.0, 4532.0, 4561.0, 4542.0, 4572.0, 4561.0, 4532.0, 4562.0, 4549.0, 4542.0, 4573.0, 4563.0, 4544.0, 4573.0, 4554.0, 4585.0, 4574.0, 4543.0, 4587.0, 4566.0, 4574.0, 4574.0, 4542.0, 4571.0, 4563.0, 4562.0, 4573.0, 4533.0, 4572.0, 4553.0, 4582.0, 4563.0, 4542.0, 4572.0, 4554.0, 4574.0, 4563.0, 4533.0, 4573.0, 4564.0, 4584.0, 4576.0, 4544.0, 4574.0, 4553.0, 4585.0, 4575.0, 4546.0, 4585.0, 4564.0, 4585.0, 4573.0, 4543.0, 4572.0, 4565.0, 4562.0, 4559.0, 4545.0, 4571.0, 4564.0, 4572.0, 4564.0, 4550.0, 4572.0, 4551.0, 4562.0, 4550.0, 4571.0, 4550.0, 4527.0, 4559.0, 4530.0, 4569.0, 4561.0, 4558.0, 4552.0, 4528.0, 4572.0, 4553.0, 4568.0, 4558.0, 4530.0, 4561.0, 4521.0, 4572.0, 4541.0, 4562.0, 4551.0, 4561.0, 4562.0, 4541.0, 4572.0, 4552.0, 4583.0, 4563.0, 4543.0, 4571.0, 4533.0, 4573.0, 4574.0, 4583.0, 4563.0, 4534.0, 4561.0, 4533.0, 4573.0, 4564.0, 4554.0, 4564.0, 4541.0, 4586.0, 4563.0, 4572.0, 4576.0, 4542.0, 4589.0, 4568.0, 4542.0, 4574.0, 4546.0, 4585.0, 4563.0, 4564.0, 4572.0, 4552.0, 4586.0, 4573.0, 4572.0, 4562.0, 4571.0, 4563.0, 4552.0, 4571.0, 4563.0, 4553.0, 4574.0, 4546.0, 4573.0, 4566.0, 4584.0, 4572.0, 4552.0, 4573.0, 4543.0, 4574.0, 4571.0, 4554.0, 4564.0, 4534.0, 4572.0, 4565.0, 4583.0, 4563.0, 4543.0, 4574.0, 4567.0, 4586.0, 4565.0, 4545.0, 4586.0, 4566.0, 4575.0, 4574.0, 4555.0, 4575.0, 4544.0, 4585.0, 4543.0, 4585.0, 4565.0, 4572.0, 4574.0, 4534.0, 4574.0, 4565.0, 4554.0, 4585.0, 4566.0, 4585.0, 4576.0, 4546.0, 4595.0, 4588.0, 4566.0, 4577.0, 4534.0, 4586.0, 4573.0, 4585.0, 4563.0, 4572.0, 4564.0, 4562.0, 4571.0, 4549.0, 4571.0, 4562.0, 4533.0, 4572.0, 4551.0, 4571.0, 4562.0, 4555.0, 4573.0, 4550.0, 4569.0, 4562.0, 4572.0, 4563.0, 4544.0, 4562.0, 4542.0, 4571.0, 4565.0, 4542.0, 4573.0, 4544.0, 4583.0, 4573.0, 4544.0, 4574.0, 4544.0, 4584.0, 4573.0, 4563.0, 4565.0, 4533.0, 4573.0, 4553.0, 4575.0, 4563.0, 4542.0, 4571.0, 4553.0, 4581.0, 4564.0, 4535.0, 4585.0, 4574.0, 4555.0, 4586.0, 4566.0, 4595.0, 4575.0, 4546.0, 4584.0, 4566.0, 4584.0, 4563.0, 4544.0, 4572.0, 4563.0, 4535.0, 4586.0, 4576.0, 4555.0, 4587.0, 4575.0, 4544.0, 4587.0, 4575.0, 4583.0, 4563.0, 4563.0, 4584.0, 4573.0, 4562.0, 4550.0, 4572.0, 4558.0, 4560.0, 4549.0, 4540.0, 4552.0, 4532.0, 4573.0, 4562.0, 4543.0, 4571.0, 4554.0, 4594.0, 4576.0, 4545.0, 4597.0, 4578.0, 4607.0, 4590.0, 4555.0, 4587.0, 4564.0, 4577.0, 4577.0, 4574.0, 4573.0, 4574.0, 4573.0, 4573.0, 4580.0, 4574.0, 4561.0, 4563.0, 4551.0, 4573.0, 4564.0, 4541.0, 4562.0, 4543.0, 4584.0, 4573.0, 4534.0, 4571.0, 4553.0, 4585.0, 4565.0, 4533.0, 4574.0, 4543.0, 4574.0, 4564.0, 4533.0, 4575.0, 4566.0, 4583.0, 4563.0, 4534.0, 4574.0, 4575.0, 4544.0, 4573.0, 4555.0, 4586.0, 4574.0, 4555.0, 4575.0, 4567.0, 4565.0, 4583.0, 4566.0, 4583.0, 4575.0, 4544.0, 4546.0, 4575.0, 4564.0, 4567.0, 4589.0, 4577.0, 4585.0, 4598.0, 4596.0, 4585.0, 4596.0, 4584.0, 4594.0, 4602.0, 4584.0, 4573.0, 4593.0, 4581.0, 4589.0, 4590.0, 4570.0, 4554.0, 4558.0, 4546.0, 4568.0, 4544.0, 4525.0, 4544.0, 4524.0, 4547.0, 4544.0, 4518.0, 4568.0, 4549.0, 4531.0, 4582.0, 4562.0, 4530.0, 4571.0, 4554.0, 4542.0, 4582.0, 4554.0, 4550.0, 4575.0, 4534.0, 4584.0, 4566.0, 4543.0, 4571.0, 4550.0, 4545.0, 4583.0, 4563.0, 4546.0, 4584.0, 4564.0, 4543.0, 4585.0, 4567.0, 4545.0, 4586.0, 4573.0, 4565.0, 4574.0, 4555.0, 4544.0, 4571.0, 4566.0, 4595.0, 4565.0, 4544.0, 4576.0, 4564.0, 4543.0, 4564.0, 4550.0, 4554.0, 4571.0, 4543.0, 4572.0, 4563.0, 4533.0, 4572.0, 4553.0, 4542.0, 4574.0, 4564.0, 4544.0, 4597.0, 4575.0, 4555.0, 4565.0, 4577.0, 4567.0, 4588.0, 4574.0, 4556.0, 4585.0, 4565.0, 4544.0, 4585.0, 4562.0, 4540.0, 4563.0, 4541.0, 4582.0, 4551.0, 4531.0, 4573.0, 4562.0, 4533.0, 4561.0, 4551.0, 4553.0, 4571.0, 4561.0, 4582.0, 4565.0, 4543.0, 4571.0, 4565.0, 4580.0, 4554.0, 4532.0, 4572.0, 4552.0, 4580.0, 4550.0, 4532.0, 4571.0, 4552.0, 4583.0, 4560.0, 4530.0, 4571.0, 4552.0, 4581.0, 4561.0, 4530.0, 4560.0, 4541.0, 4571.0, 4564.0, 4532.0, 4560.0, 4532.0, 4570.0, 4563.0, 4561.0, 4552.0, 4549.0, 4560.0, 4539.0, 4550.0, 4521.0, 4568.0, 4542.0, 4562.0, 4561.0, 4531.0, 4561.0, 4544.0, 4585.0, 4564.0, 4543.0, 4585.0, 4565.0, 4576.0, 4577.0, 4547.0, 4583.0, 4555.0, 4575.0, 4576.0, 4584.0, 4552.0, 4541.0, 4562.0, 4561.0, 4561.0, 4552.0, 4571.0, 4553.0, 4571.0, 4560.0, 4532.0, 4561.0, 4553.0, 4534.0, 4584.0, 4565.0, 4547.0, 4585.0, 4579.0, 4597.0, 4577.0, 4557.0, 4574.0, 4564.0, 4582.0, 4583.0, 4575.0, 4573.0, 4564.0, 4573.0, 4574.0, 4592.0, 4592.0, 4581.0, 4581.0, 4560.0, 4560.0, 4580.0, 4561.0, 4553.0, 4560.0, 4550.0, 4561.0, 4562.0, 4541.0, 4570.0, 4549.0, 4519.0, 4560.0, 4560.0, 4532.0, 4561.0, 4538.0, 4567.0, 4559.0, 4529.0, 4562.0, 4549.0, 4529.0, 4559.0, 4542.0, 4573.0, 4550.0, 4528.0, 4561.0, 4533.0, 4568.0, 4552.0, 4561.0, 4547.0, 4530.0, 4559.0, 4531.0, 4570.0, 4548.0, 4529.0, 4562.0, 4531.0, 4582.0, 4563.0, 4544.0, 4575.0, 4564.0, 4558.0, 4599.0, 4579.0, 4588.0, 4588.0, 4558.0, 4609.0, 4578.0, 4589.0, 4609.0, 4609.0, 4598.0, 4586.0, 4586.0, 4587.0, 4597.0, 4597.0, 4595.0, 4595.0, 4573.0, 4563.0, 4572.0, 4564.0, 4591.0, 4573.0, 4552.0, 4572.0, 4561.0, 4564.0, 4584.0, 4554.0, 4570.0, 4563.0, 4561.0, 4573.0, 4553.0, 4560.0, 4564.0, 4534.0, 4584.0, 4564.0, 4543.0, 4562.0, 4543.0, 4585.0, 4575.0, 4574.0, 4572.0, 4563.0, 4571.0, 4561.0, 4562.0, 4560.0, 4550.0, 4558.0, 4560.0, 4553.0, 4549.0, 4540.0, 4560.0, 4559.0, 4559.0, 4550.0, 4518.0, 4560.0, 4548.0, 4561.0, 4561.0, 4521.0, 4562.0, 4563.0, 4543.0, 4583.0, 4555.0, 4532.0, 4584.0, 4553.0, 4585.0, 4574.0, 4564.0, 4545.0, 4586.0, 4576.0, 4554.0, 4554.0, 4575.0, 4564.0, 4564.0, 4586.0, 4562.0, 4541.0, 4573.0, 4566.0, 4583.0, 4584.0, 4582.0, 4572.0, 4550.0, 4539.0, 4571.0, 4562.0, 4561.0, 4560.0, 4539.0, 4553.0, 4562.0, 4552.0, 4569.0, 4559.0, 4531.0, 4571.0, 4563.0, 4542.0, 4585.0, 4562.0, 4542.0, 4573.0, 4562.0, 4561.0, 4562.0, 4550.0, 4531.0, 4571.0, 4561.0, 4549.0, 4561.0, 4541.0, 4582.0, 4563.0, 4539.0, 4560.0, 4551.0, 4520.0, 4572.0, 4560.0, 4542.0, 4572.0, 4551.0, 4530.0, 4572.0, 4561.0, 4543.0, 4571.0, 4562.0, 4531.0, 4572.0, 4565.0, 4545.0, 4572.0, 4564.0, 4544.0, 4573.0, 4562.0, 4530.0, 4573.0, 4561.0, 4542.0, 4559.0, 4563.0, 4542.0, 4571.0, 4549.0, 4552.0, 4560.0, 4550.0, 4530.0, 4573.0, 4562.0, 4540.0, 4563.0, 4553.0, 4534.0, 4570.0, 4565.0, 4532.0, 4561.0, 4553.0, 4535.0, 4585.0, 4577.0, 4563.0, 4545.0, 4576.0, 4555.0, 4536.0, 4585.0, 4574.0, 4577.0, 4585.0, 4554.0, 4545.0, 4572.0, 4564.0, 4564.0, 4562.0, 4551.0, 4542.0, 4572.0, 4563.0, 4551.0, 4550.0, 4540.0, 4563.0, 4572.0, 4550.0, 4534.0, 4564.0, 4565.0, 4544.0, 4575.0, 4563.0, 4533.0, 4571.0, 4565.0, 4544.0, 4571.0, 4553.0, 4533.0, 4572.0, 4552.0, 4531.0, 4570.0, 4562.0, 4544.0, 4580.0, 4552.0, 4534.0, 4583.0, 4573.0, 4544.0, 4571.0, 4563.0, 4531.0, 4582.0, 4552.0, 4541.0, 4571.0, 4561.0, 4542.0, 4562.0, 4551.0, 4533.0, 4573.0, 4552.0, 4532.0, 4563.0, 4564.0, 4553.0, 4562.0, 4552.0, 4552.0, 4575.0, 4554.0, 4542.0, 4574.0, 4564.0, 4573.0, 4562.0, 4543.0, 4582.0, 4563.0, 4533.0, 4561.0, 4552.0, 4573.0, 4551.0, 4529.0, 4558.0, 4541.0, 4530.0, 4571.0, 4550.0, 4533.0, 4562.0, 4563.0, 4555.0, 4544.0, 4585.0, 4564.0, 4545.0, 4564.0, 4585.0, 4565.0, 4534.0, 4570.0, 4563.0, 4563.0, 4593.0, 4562.0, 4541.0, 4562.0, 4552.0, 4541.0, 4573.0, 4552.0, 4529.0, 4562.0, 4552.0, 4552.0, 4570.0, 4552.0, 4550.0, 4561.0, 4532.0, 4570.0, 4562.0, 4543.0, 4563.0, 4532.0, 4569.0, 4553.0, 4541.0, 4572.0, 4552.0, 4559.0, 4551.0, 4532.0, 4583.0, 4565.0, 4544.0, 4572.0, 4564.0, 4543.0, 4584.0, 4553.0, 4572.0, 4562.0, 4531.0, 4563.0, 4533.0, 4572.0, 4551.0, 4530.0, 4559.0, 4532.0, 4572.0, 4560.0, 4533.0, 4559.0, 4550.0, 4531.0, 4571.0, 4562.0, 4562.0, 4562.0, 4532.0, 4572.0, 4564.0, 4542.0, 4573.0, 4553.0, 4534.0, 4569.0, 4562.0, 4571.0, 4559.0, 4549.0, 4558.0, 4550.0, 4560.0, 4550.0, 4550.0, 4549.0, 4549.0, 4536.0, 4559.0, 4530.0, 4568.0, 4563.0, 4540.0, 4560.0, 4527.0, 4571.0, 4563.0, 4573.0, 4561.0, 4533.0, 4573.0, 4562.0, 4542.0, 4573.0, 4554.0, 4543.0, 4576.0, 4557.0, 4597.0, 4576.0, 4545.0, 4573.0, 4566.0, 4586.0, 4575.0, 4556.0, 4563.0, 4542.0, 4584.0, 4574.0, 4543.0, 4573.0, 4564.0, 4542.0, 4572.0, 4556.0, 4583.0, 4564.0, 4533.0, 4575.0, 4576.0, 4545.0, 4584.0, 4564.0, 4553.0, 4562.0, 4532.0, 4583.0, 4574.0], 'WindowWidth': [10118.0, 10128.0, 10080.0, 10014.0, 10076.0, 10032.0, 10031.0, 10036.0, 10000.0, 10051.0, 10039.0, 10004.0, 10074.0, 10057.0, 10030.0, 10052.0, 10038.0, 9985.0, 10065.0, 10038.0, 10050.0, 10024.0, 10004.0, 10032.0, 9993.0, 10029.0, 9976.0, 10028.0, 10016.0, 10032.0, 10032.0, 9979.0, 10030.0, 10011.0, 10052.0, 10057.0, 9999.0, 10054.0, 10029.0, 10065.0, 10056.0, 9999.0, 10048.0, 10027.0, 10063.0, 10041.0, 10010.0, 10050.0, 10027.0, 10051.0, 10039.0, 10024.0, 10049.0, 10026.0, 10010.0, 10051.0, 10024.0, 10066.0, 10039.0, 10020.0, 10036.0, 10007.0, 10049.0, 10035.0, 10018.0, 10033.0, 10003.0, 10032.0, 10033.0, 9992.0, 10049.0, 10020.0, 9994.0, 10046.0, 10009.0, 10051.0, 10039.0, 10013.0, 10071.0, 10035.0, 10011.0, 10053.0, 10040.0, 10054.0, 10035.0, 9990.0, 10045.0, 10023.0, 10062.0, 10035.0, 9995.0, 10041.0, 10019.0, 9997.0, 10061.0, 10025.0, 10022.0, 10035.0, 9993.0, 10048.0, 10006.0, 10016.0, 10034.0, 9995.0, 10050.0, 10052.0, 10012.0, 10006.0, 10036.0, 10029.0, 10028.0, 10056.0, 10010.0, 10019.0, 10032.0, 9995.0, 10071.0, 10033.0, 10018.0, 10009.0, 9974.0, 10043.0, 10016.0, 9975.0, 10011.0, 9977.0, 10032.0, 10035.0, 10001.0, 10055.0, 10041.0, 9999.0, 10053.0, 10030.0, 10054.0, 10040.0, 10004.0, 10053.0, 10040.0, 10000.0, 10072.0, 10030.0, 10037.0, 10037.0, 9997.0, 10053.0, 10039.0, 10021.0, 10047.0, 10006.0, 10047.0, 10034.0, 10042.0, 10043.0, 10014.0, 10024.0, 10012.0, 9999.0, 10028.0, 10001.0, 9968.0, 10026.0, 9977.0, 10043.0, 10013.0, 9974.0, 10022.0, 10004.0, 10016.0, 10029.0, 9981.0, 10032.0, 10030.0, 9981.0, 10064.0, 10039.0, 9995.0, 10052.0, 10025.0, 10051.0, 10035.0, 10012.0, 10021.0, 10037.0, 10011.0, 10051.0, 10035.0, 9997.0, 10069.0, 10035.0, 9997.0, 10057.0, 10039.0, 10001.0, 10024.0, 10050.0, 10030.0, 9998.0, 10053.0, 10044.0, 10048.0, 10041.0, 10013.0, 10047.0, 10038.0, 10010.0, 10054.0, 10003.0, 10001.0, 10019.0, 9976.0, 10034.0, 10023.0, 9976.0, 10032.0, 10021.0, 10010.0, 10056.0, 10011.0, 10027.0, 10040.0, 10002.0, 10084.0, 10040.0, 9998.0, 10050.0, 10029.0, 10034.0, 10038.0, 10006.0, 10045.0, 10020.0, 9994.0, 10053.0, 10021.0, 9984.0, 10030.0, 10002.0, 10042.0, 9999.0, 9983.0, 10029.0, 10005.0, 10024.0, 10013.0, 9970.0, 10032.0, 10021.0, 10000.0, 10000.0, 9957.0, 10030.0, 10019.0, 9978.0, 10015.0, 9990.0, 10033.0, 10017.0, 9980.0, 10019.0, 10000.0, 9992.0, 10037.0, 10024.0, 9998.0, 10035.0, 10012.0, 10054.0, 10039.0, 9997.0, 10058.0, 10029.0, 10039.0, 10039.0, 9993.0, 10031.0, 10020.0, 10022.0, 10037.0, 9982.0, 10033.0, 10007.0, 10048.0, 10022.0, 9992.0, 10031.0, 10008.0, 10037.0, 10023.0, 9982.0, 10035.0, 10024.0, 10052.0, 10044.0, 9998.0, 10037.0, 10009.0, 10055.0, 10042.0, 10003.0, 10054.0, 10027.0, 10057.0, 10038.0, 9996.0, 10037.0, 10026.0, 10021.0, 10015.0, 9998.0, 10034.0, 10023.0, 10032.0, 10022.0, 10001.0, 10032.0, 10000.0, 10015.0, 10000.0, 10028.0, 10000.0, 9966.0, 10009.0, 9973.0, 10025.0, 10016.0, 10009.0, 10002.0, 9969.0, 10031.0, 10005.0, 10025.0, 10010.0, 9972.0, 10016.0, 9961.0, 10031.0, 9988.0, 10015.0, 10003.0, 10017.0, 10020.0, 9989.0, 10030.0, 10006.0, 10048.0, 10023.0, 9994.0, 10031.0, 9980.0, 10034.0, 10038.0, 10050.0, 10022.0, 9981.0, 10017.0, 9981.0, 10036.0, 10023.0, 10008.0, 10023.0, 9992.0, 10056.0, 10024.0, 10035.0, 10042.0, 9996.0, 10063.0, 10034.0, 9994.0, 10038.0, 10004.0, 10057.0, 10023.0, 10024.0, 10034.0, 10007.0, 10056.0, 10035.0, 10032.0, 10020.0, 10031.0, 10023.0, 10004.0, 10031.0, 10021.0, 10008.0, 10038.0, 9999.0, 10035.0, 10027.0, 10052.0, 10034.0, 10005.0, 10033.0, 9994.0, 10038.0, 10033.0, 10009.0, 10022.0, 9983.0, 10033.0, 10026.0, 10050.0, 10022.0, 9997.0, 10038.0, 10031.0, 10056.0, 10026.0, 10000.0, 10058.0, 10031.0, 10043.0, 10039.0, 10014.0, 10042.0, 9999.0, 10055.0, 9996.0, 10052.0, 10026.0, 10034.0, 10038.0, 9983.0, 10036.0, 10027.0, 10013.0, 10054.0, 10030.0, 10056.0, 10044.0, 10006.0, 10071.0, 10064.0, 10032.0, 10045.0, 9987.0, 10059.0, 10037.0, 10053.0, 10023.0, 10032.0, 10023.0, 10018.0, 10031.0, 9999.0, 10030.0, 10018.0, 9981.0, 10033.0, 10004.0, 10029.0, 10019.0, 10010.0, 10035.0, 10001.0, 10025.0, 10020.0, 10033.0, 10022.0, 9995.0, 10019.0, 9993.0, 10033.0, 10026.0, 9994.0, 10035.0, 9998.0, 10049.0, 10038.0, 9998.0, 10036.0, 9997.0, 10051.0, 10039.0, 10023.0, 10025.0, 9980.0, 10035.0, 10009.0, 10039.0, 10020.0, 9992.0, 10032.0, 10009.0, 10046.0, 10023.0, 9986.0, 10055.0, 10042.0, 10015.0, 10057.0, 10030.0, 10069.0, 10042.0, 10003.0, 10051.0, 10029.0, 10052.0, 10020.0, 9997.0, 10035.0, 10022.0, 9988.0, 10058.0, 10045.0, 10015.0, 10058.0, 10041.0, 10001.0, 10063.0, 10042.0, 10050.0, 10022.0, 10022.0, 10051.0, 10032.0, 10016.0, 10000.0, 10031.0, 10010.0, 10013.0, 9997.0, 9984.0, 10003.0, 9977.0, 10035.0, 10019.0, 9994.0, 10032.0, 10015.0, 10069.0, 10045.0, 10002.0, 10073.0, 10052.0, 10090.0, 10067.0, 10015.0, 10058.0, 10026.0, 10045.0, 10046.0, 10035.0, 10034.0, 10034.0, 10034.0, 10033.0, 10043.0, 10035.0, 10015.0, 10022.0, 10003.0, 10036.0, 10022.0, 9990.0, 10018.0, 9995.0, 10053.0, 10035.0, 9982.0, 10031.0, 10009.0, 10054.0, 10026.0, 9982.0, 10038.0, 9994.0, 10039.0, 10023.0, 9980.0, 10038.0, 10028.0, 10050.0, 10021.0, 9983.0, 10038.0, 10041.0, 10000.0, 10037.0, 10014.0, 10059.0, 10040.0, 10012.0, 10039.0, 10031.0, 10028.0, 10052.0, 10030.0, 10053.0, 10040.0, 10000.0, 10004.0, 10043.0, 10029.0, 10036.0, 10067.0, 10049.0, 10054.0, 10076.0, 10071.0, 10055.0, 10070.0, 10052.0, 10063.0, 10079.0, 10049.0, 10031.0, 10065.0, 10044.0, 10050.0, 10056.0, 10023.0, 9996.0, 10002.0, 9986.0, 10018.0, 9982.0, 9954.0, 9979.0, 9955.0, 9988.0, 9983.0, 9952.0, 10020.0, 9994.0, 9975.0, 10045.0, 10019.0, 9972.0, 10029.0, 10009.0, 9994.0, 10048.0, 10010.0, 10003.0, 10037.0, 9984.0, 10051.0, 10028.0, 9995.0, 10031.0, 10002.0, 10001.0, 10051.0, 10024.0, 10001.0, 10051.0, 10026.0, 9998.0, 10058.0, 10031.0, 10000.0, 10056.0, 10038.0, 10028.0, 10039.0, 10011.0, 9995.0, 10032.0, 10028.0, 10067.0, 10026.0, 9996.0, 10040.0, 10023.0, 9994.0, 10022.0, 10001.0, 10007.0, 10031.0, 9995.0, 10034.0, 10019.0, 9979.0, 10032.0, 10005.0, 9993.0, 10037.0, 10024.0, 9999.0, 10074.0, 10043.0, 10014.0, 10028.0, 10044.0, 10034.0, 10061.0, 10040.0, 10017.0, 10053.0, 10026.0, 9995.0, 10054.0, 10020.0, 9987.0, 10018.0, 9990.0, 10047.0, 10003.0, 9975.0, 10034.0, 10019.0, 9980.0, 10017.0, 10004.0, 10007.0, 10032.0, 10018.0, 10047.0, 10023.0, 9993.0, 10031.0, 10025.0, 10044.0, 10009.0, 9975.0, 10031.0, 10004.0, 10042.0, 9999.0, 9975.0, 10028.0, 10005.0, 10047.0, 10013.0, 9971.0, 10027.0, 10005.0, 10044.0, 10016.0, 9974.0, 10013.0, 9988.0, 10029.0, 10022.0, 9977.0, 10012.0, 9976.0, 10027.0, 10019.0, 10015.0, 10001.0, 9997.0, 10014.0, 9983.0, 9997.0, 9960.0, 10023.0, 9989.0, 10017.0, 10014.0, 9975.0, 10015.0, 9997.0, 10053.0, 10024.0, 9995.0, 10052.0, 10028.0, 10043.0, 10046.0, 10004.0, 10050.0, 10013.0, 10038.0, 10041.0, 10049.0, 10005.0, 9987.0, 10017.0, 10013.0, 10014.0, 10000.0, 10027.0, 10006.0, 10029.0, 10014.0, 9978.0, 10016.0, 10006.0, 9985.0, 10053.0, 10028.0, 10005.0, 10057.0, 10053.0, 10077.0, 10048.0, 10020.0, 10040.0, 10026.0, 10053.0, 10052.0, 10038.0, 10037.0, 10024.0, 10035.0, 10036.0, 10059.0, 10061.0, 10042.0, 10045.0, 10014.0, 10013.0, 10043.0, 10015.0, 10004.0, 10011.0, 9998.0, 10014.0, 10016.0, 9986.0, 10026.0, 9995.0, 9954.0, 10012.0, 10014.0, 9974.0, 10012.0, 9980.0, 10021.0, 10010.0, 9970.0, 10015.0, 9997.0, 9970.0, 10011.0, 9991.0, 10032.0, 10000.0, 9967.0, 10012.0, 9978.0, 10022.0, 10003.0, 10013.0, 9992.0, 9969.0, 10009.0, 9973.0, 10026.0, 9994.0, 9969.0, 10016.0, 9976.0, 10046.0, 10021.0, 9997.0, 10040.0, 10026.0, 10023.0, 10080.0, 10052.0, 10063.0, 10062.0, 10021.0, 10094.0, 10051.0, 10067.0, 10095.0, 10093.0, 10075.0, 10057.0, 10058.0, 10061.0, 10076.0, 10073.0, 10067.0, 10069.0, 10035.0, 10021.0, 10034.0, 10024.0, 10061.0, 10036.0, 10004.0, 10032.0, 10019.0, 10025.0, 10053.0, 10011.0, 10030.0, 10022.0, 10019.0, 10037.0, 10008.0, 10016.0, 10022.0, 9983.0, 10051.0, 10025.0, 9995.0, 10020.0, 9996.0, 10054.0, 10039.0, 10036.0, 10031.0, 10019.0, 10031.0, 10017.0, 10016.0, 10011.0, 9997.0, 10009.0, 10014.0, 10003.0, 9997.0, 9985.0, 10012.0, 10011.0, 10011.0, 9998.0, 9954.0, 10010.0, 9995.0, 10015.0, 10016.0, 9962.0, 10017.0, 10020.0, 9995.0, 10048.0, 10011.0, 9978.0, 10051.0, 10008.0, 10055.0, 10040.0, 10025.0, 10001.0, 10060.0, 10043.0, 10013.0, 10012.0, 10039.0, 10027.0, 10027.0, 10059.0, 10022.0, 9992.0, 10036.0, 10029.0, 10050.0, 10051.0, 10044.0, 10032.0, 9999.0, 9985.0, 10030.0, 10019.0, 10016.0, 10013.0, 9983.0, 10006.0, 10018.0, 10004.0, 10027.0, 10012.0, 9977.0, 10032.0, 10021.0, 9993.0, 10053.0, 10018.0, 9992.0, 10036.0, 10019.0, 10016.0, 10019.0, 10001.0, 9976.0, 10031.0, 10018.0, 9999.0, 10015.0, 9988.0, 10048.0, 10019.0, 9985.0, 10014.0, 10003.0, 9960.0, 10031.0, 10015.0, 9991.0, 10033.0, 10003.0, 9974.0, 10032.0, 10018.0, 9995.0, 10031.0, 10021.0, 9976.0, 10031.0, 10024.0, 9998.0, 10036.0, 10025.0, 9995.0, 10033.0, 10017.0, 9974.0, 10034.0, 10017.0, 9989.0, 10011.0, 10019.0, 9991.0, 10029.0, 9999.0, 10002.0, 10013.0, 10001.0, 9974.0, 10034.0, 10019.0, 9989.0, 10020.0, 10006.0, 9983.0, 10029.0, 10026.0, 9979.0, 10018.0, 10008.0, 9986.0, 10056.0, 10045.0, 10025.0, 10001.0, 10042.0, 10013.0, 9988.0, 10054.0, 10040.0, 10043.0, 10053.0, 10008.0, 9999.0, 10034.0, 10023.0, 10023.0, 10017.0, 10003.0, 9991.0, 10032.0, 10021.0, 10003.0, 10000.0, 9987.0, 10021.0, 10031.0, 10002.0, 9983.0, 10022.0, 10024.0, 9995.0, 10041.0, 10022.0, 9981.0, 10031.0, 10026.0, 9996.0, 10031.0, 10006.0, 9980.0, 10034.0, 10003.0, 9974.0, 10029.0, 10018.0, 9995.0, 10043.0, 10005.0, 9983.0, 10050.0, 10035.0, 9995.0, 10030.0, 10020.0, 9977.0, 10048.0, 10006.0, 9989.0, 10031.0, 10017.0, 9991.0, 10018.0, 10004.0, 9980.0, 10035.0, 10006.0, 9978.0, 10020.0, 10022.0, 10007.0, 10017.0, 10005.0, 10007.0, 10039.0, 10010.0, 9992.0, 10036.0, 10023.0, 10035.0, 10017.0, 9994.0, 10048.0, 10020.0, 9980.0, 10016.0, 10004.0, 10035.0, 10002.0, 9969.0, 10006.0, 9986.0, 9973.0, 10026.0, 9998.0, 9980.0, 10020.0, 10021.0, 10013.0, 9997.0, 10057.0, 10024.0, 10001.0, 10026.0, 10056.0, 10026.0, 9983.0, 10030.0, 10020.0, 10020.0, 10064.0, 10016.0, 9987.0, 10015.0, 10004.0, 9988.0, 10034.0, 10003.0, 9972.0, 10018.0, 10005.0, 10004.0, 10029.0, 10004.0, 10001.0, 10014.0, 9976.0, 10028.0, 10019.0, 9992.0, 10018.0, 9974.0, 10022.0, 10005.0, 9988.0, 10030.0, 10003.0, 10010.0, 9999.0, 9978.0, 10048.0, 10025.0, 9997.0, 10032.0, 10022.0, 9993.0, 10049.0, 10007.0, 10033.0, 10019.0, 9974.0, 10018.0, 9978.0, 10031.0, 10000.0, 9971.0, 10009.0, 9975.0, 10030.0, 10013.0, 9976.0, 10010.0, 9999.0, 9974.0, 10029.0, 10019.0, 10019.0, 10018.0, 9977.0, 10034.0, 10021.0, 9992.0, 10035.0, 10006.0, 9979.0, 10024.0, 10017.0, 10028.0, 10009.0, 9995.0, 10007.0, 9997.0, 10012.0, 9998.0, 9996.0, 9995.0, 9995.0, 9976.0, 10008.0, 9972.0, 10024.0, 10019.0, 9985.0, 10013.0, 9968.0, 10029.0, 10020.0, 10034.0, 10016.0, 9977.0, 10032.0, 10018.0, 9993.0, 10033.0, 10009.0, 9995.0, 10040.0, 10018.0, 10073.0, 10044.0, 10000.0, 10037.0, 10028.0, 10056.0, 10039.0, 10015.0, 10019.0, 9992.0, 10051.0, 10037.0, 9994.0, 10035.0, 10020.0, 9990.0, 10031.0, 10013.0, 10050.0, 10023.0, 9980.0, 10039.0, 10042.0, 10000.0, 10052.0, 10025.0, 10007.0, 10019.0, 9979.0, 10050.0, 10038.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.0003154940711462451</td></tr>
<tr><td colspan=3>aqi</td><td>0.021874861976284583</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.356486918101226</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2137254723655038</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9942639187658227</td></tr>
<tr><td colspan=3>efc</td><td>0.5152</td></tr>
<tr><td colspan=3>fber</td><td>5026.6289</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09618379805725934</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.399209486166008</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3262908043109323</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1526415850406617</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6154197558253522</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.210811072066783</td></tr>
<tr><td colspan=3>gcor</td><td>0.0050948</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01974215731024742</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04748053103685379</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.287176312240394</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>14.4195</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.2922</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>222.3588</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288444.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1071.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.3405</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1315</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>533.0815</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3728.4768</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3877.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.3197</td></tr>
<tr><td colspan=3>tsnr</td><td>41.23622255818918</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>