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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-04/func/sub-0103_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>b888b30ce9cd924454d8376ad720f415</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>21:59:2.897500</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.999511, -0.0212685, 0.0229374, 0.0253003, 0.98088, -0.192964]</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.0824698</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>[4212, -7714, -7279, 226, -124, -259, -103, 103]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>629760e1-4318-4f29-92c3-63ff7addde1a||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.6816139221191406, 0.06787876039743423, 0.04966602474451065, 111.61776733398438], [0.057061705738306046, 2.6316285133361816, -0.5223137140274048, -98.37260437011719], [0.061539456248283386, 0.5177072882652283, 2.648531913757324, -116.91534423828125], [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': ['215902.897500', '215903.357500', '215903.817500', '215904.277500', '215904.737500', '215905.197500', '215905.657500', '215906.117500', '215906.577500', '215907.037500', '215907.497500', '215907.957500', '215908.417500', '215908.877500', '215909.337500', '215909.797500', '215910.257500', '215910.717500', '215911.177500', '215911.637500', '215912.097500', '215912.557500', '215913.017500', '215913.477500', '215913.937500', '215914.397500', '215914.857500', '215915.317500', '215915.777500', '215916.237500', '215916.697500', '215917.157500', '215917.617500', '215918.077500', '215918.537500', '215918.997500', '215919.457500', '215919.917500', '215920.377500', '215920.837500', '215921.297500', '215921.757500', '215922.217500', '215922.677500', '215923.137500', '215923.597500', '215924.057500', '215924.517500', '215924.977500', '215925.437500', '215925.897500', '215926.357500', '215926.817500', '215927.277500', '215927.737500', '215928.197500', '215928.657500', '215929.117500', '215929.577500', '215930.037500', '215930.497500', '215930.957500', '215931.417500', '215931.877500', '215932.337500', '215932.797500', '215933.257500', '215933.717500', '215934.177500', '215934.637500', '215935.097500', '215935.557500', '215936.017500', '215936.477500', '215936.937500', '215937.397500', '215937.857500', '215938.317500', '215938.777500', '215939.237500', '215939.697500', '215940.157500', '215940.617500', '215941.077500', '215941.537500', '215941.997500', '215942.457500', '215942.917500', '215943.377500', '215943.837500', '215944.297500', '215944.757500', '215945.217500', '215945.677500', '215946.137500', '215946.597500', '215947.057500', '215947.517500', '215947.977500', '215948.437500', '215948.897500', '215949.357500', '215949.817500', '215950.277500', '215950.737500', '215951.197500', '215951.657500', '215952.117500', '215952.577500', '215953.037500', '215953.497500', '215953.957500', '215954.417500', '215954.877500', '215955.337500', '215955.797500', '215956.257500', '215956.717500', '215957.177500', '215957.637500', '215958.097500', '215958.557500', '215959.017500', '215959.477500', '215959.937500', '220000.397500', '220000.857500', '220001.317500', '220001.777500', '220002.237500', '220002.697500', '220003.157500', '220003.617500', '220004.077500', '220004.537500', '220004.997500', '220005.457500', '220005.917500', '220006.377500', '220006.837500', '220007.297500', '220007.757500', '220008.217500', '220008.677500', '220009.137500', '220009.597500', '220010.057500', '220010.517500', '220010.977500', '220011.437500', '220011.897500', '220012.357500', '220012.817500', '220013.277500', '220013.737500', '220014.197500', '220014.657500', '220015.117500', '220015.577500', '220016.037500', '220016.497500', '220016.957500', '220017.417500', '220017.877500', '220018.337500', '220018.797500', '220019.257500', '220019.717500', '220020.177500', '220020.637500', '220021.097500', '220021.557500', '220022.017500', '220022.477500', '220022.937500', '220023.397500', '220023.857500', '220024.317500', '220024.777500', '220025.237500', '220025.697500', '220026.157500', '220026.617500', '220027.077500', '220027.537500', '220027.997500', '220028.457500', '220028.917500', '220029.377500', '220029.837500', '220030.297500', '220030.757500', '220031.217500', '220031.677500', '220032.137500', '220032.597500', '220033.057500', '220033.517500', '220033.977500', '220034.437500', '220034.897500', '220035.357500', '220035.817500', '220036.277500', '220036.737500', '220037.197500', '220037.657500', '220038.117500', '220038.577500', '220039.037500', '220039.497500', '220039.957500', '220040.417500', '220040.877500', '220041.337500', '220041.797500', '220042.257500', '220042.717500', '220043.177500', '220043.637500', '220044.097500', '220044.557500', '220045.017500', '220045.477500', '220045.937500', '220046.397500', '220046.857500', '220047.317500', '220047.777500', '220048.237500', '220048.697500', '220049.157500', '220049.617500', '220050.077500', '220050.537500', '220050.997500', '220051.457500', '220051.917500', '220052.377500', '220052.837500', '220053.297500', '220053.757500', '220054.217500', '220054.677500', '220055.137500', '220055.597500', '220056.057500', '220056.517500', '220056.977500', '220057.437500', '220057.897500', '220058.357500', '220058.817500', '220059.277500', '220059.737500', '220100.197500', '220100.657500', '220101.117500', '220101.577500', '220102.037500', '220102.497500', '220102.957500', '220103.417500', '220103.877500', '220104.337500', '220104.797500', '220105.257500', '220105.717500', '220106.177500', '220106.637500', '220107.097500', '220107.557500', '220108.017500', '220108.477500', '220108.937500', '220109.397500', '220109.857500', '220110.317500', '220110.777500', '220111.237500', '220111.697500', '220112.157500', '220112.617500', '220113.077500', '220113.537500', '220113.997500', '220114.457500', '220114.917500', '220115.377500', '220115.837500', '220116.297500', '220116.757500', '220117.217500', '220117.677500', '220118.137500', '220118.597500', '220119.057500', '220119.517500', '220119.977500', '220120.437500', '220120.897500', '220121.357500', '220121.817500', '220122.277500', '220122.737500', '220123.197500', '220123.657500', '220124.117500', '220124.577500', '220125.037500', '220125.497500', '220125.957500', '220126.417500', '220126.877500', '220127.337500', '220127.797500', '220128.257500', '220128.717500', '220129.177500', '220129.637500', '220130.097500', '220130.557500', '220131.017500', '220131.477500', '220131.937500', '220132.397500', '220132.857500', '220133.317500', '220133.777500', '220134.237500', '220134.697500', '220135.157500', '220135.617500', '220136.077500', '220136.537500', '220136.997500', '220137.457500', '220137.917500', '220138.377500', '220138.837500', '220139.297500', '220139.757500', '220140.217500', '220140.677500', '220141.137500', '220141.597500', '220142.057500', '220142.517500', '220142.977500', '220143.437500', '220143.897500', '220144.357500', '220144.817500', '220145.277500', '220145.737500', '220146.197500', '220146.657500', '220147.117500', '220147.577500', '220148.037500', '220148.497500', '220148.957500', '220149.417500', '220149.877500', '220150.337500', '220150.797500', '220151.257500', '220151.717500', '220152.177500', '220152.637500', '220153.097500', '220153.557500', '220154.017500', '220154.477500', '220154.937500', '220155.397500', '220155.857500', '220156.317500', '220156.777500', '220157.237500', '220157.697500', '220158.157500', '220158.617500', '220159.077500', '220159.537500', '220159.997500', '220200.457500', '220200.917500', '220201.377500', '220201.837500', '220202.297500', '220202.757500', '220203.217500', '220203.677500', '220204.137500', '220204.597500', '220205.057500', '220205.517500', '220205.977500', '220206.437500', '220206.897500', '220207.357500', '220207.817500', '220208.277500', '220208.737500', '220209.197500', '220209.657500', '220210.117500', '220210.577500', '220211.037500', '220211.497500', '220211.957500', '220212.417500', '220212.877500', '220213.337500', '220213.797500', '220214.257500', '220214.717500', '220215.177500', '220215.637500', '220216.097500', '220216.557500', '220217.017500', '220217.477500', '220217.937500', '220218.397500', '220218.857500', '220219.317500', '220219.777500', '220220.237500', '220220.697500', '220221.157500', '220221.617500', '220222.077500', '220222.537500', '220222.997500', '220223.457500', '220223.917500', '220224.377500', '220224.837500', '220225.297500', '220225.757500', '220226.217500', '220226.677500', '220227.137500', '220227.597500', '220228.057500', '220228.517500', '220228.977500', '220229.437500', '220229.897500', '220230.357500', '220230.817500', '220231.277500', '220231.737500', '220232.197500', '220232.657500', '220233.117500', '220233.577500', '220234.037500', '220234.497500', '220234.957500', '220235.417500', '220235.877500', '220236.337500', '220236.797500', '220237.257500', '220237.717500', '220238.177500', '220238.637500', '220239.097500', '220239.557500', '220240.017500', '220240.477500', '220240.937500', '220241.397500', '220241.857500', '220242.317500', '220242.777500', '220243.237500', '220243.697500', '220244.157500', '220244.617500', '220245.077500', '220245.537500', '220245.997500', '220246.457500', '220246.917500', '220247.377500', '220247.837500', '220248.297500', '220248.757500', '220249.217500', '220249.677500', '220250.137500', '220250.597500', '220251.057500', '220251.517500', '220251.977500', '220252.437500', '220252.897500', '220253.357500', '220253.817500', '220254.277500', '220254.737500', '220255.197500', '220255.657500', '220256.117500', '220256.577500', '220257.037500', '220257.497500', '220257.957500', '220258.417500', '220258.877500', '220259.337500', '220259.797500', '220300.257500', '220300.717500', '220301.177500', '220301.637500', '220302.097500', '220302.557500', '220303.017500', '220303.477500', '220303.937500', '220304.397500', '220304.857500', '220305.317500', '220305.777500', '220306.237500', '220306.697500', '220307.157500', '220307.617500', '220308.077500', '220308.537500', '220308.997500', '220309.457500', '220309.917500', '220310.377500', '220310.837500', '220311.297500', '220311.757500', '220312.217500', '220312.677500', '220313.137500', '220313.597500', '220314.057500', '220314.517500', '220314.977500', '220315.437500', '220315.897500', '220316.357500', '220316.817500', '220317.277500', '220317.737500', '220318.197500', '220318.657500', '220319.117500', '220319.577500', '220320.037500', '220320.497500', '220320.957500', '220321.417500', '220321.877500', '220322.337500', '220322.797500', '220323.257500', '220323.717500', '220324.177500', '220324.637500', '220325.097500', '220325.557500', '220326.017500', '220326.477500', '220326.937500', '220327.397500', '220327.857500', '220328.317500', '220328.777500', '220329.237500', '220329.697500', '220330.157500', '220330.617500', '220331.077500', '220331.537500', '220331.997500', '220332.457500', '220332.917500', '220333.377500', '220333.837500', '220334.297500', '220334.757500', '220335.217500', '220335.677500', '220336.137500', '220336.597500', '220337.057500', '220337.517500', '220337.977500', '220338.437500', '220338.897500', '220339.357500', '220339.817500', '220340.277500', '220340.737500', '220341.197500', '220341.657500', '220342.117500', '220342.577500', '220343.037500', '220343.497500', '220343.957500', '220344.417500', '220344.877500', '220345.337500', '220345.797500', '220346.257500', '220346.717500', '220347.177500', '220347.637500', '220348.097500', '220348.557500', '220349.017500', '220349.477500', '220349.937500', '220350.397500', '220350.857500', '220351.317500', '220351.777500', '220352.237500', '220352.697500', '220353.157500', '220353.617500', '220354.077500', '220354.537500', '220354.997500', '220355.457500', '220355.917500', '220356.377500', '220356.837500', '220357.297500', '220357.757500', '220358.217500', '220358.677500', '220359.137500', '220359.597500', '220400.057500', '220400.517500', '220400.977500', '220401.437500', '220401.897500', '220402.357500', '220402.817500', '220403.277500', '220403.737500', '220404.197500', '220404.657500', '220405.117500', '220405.577500', '220406.037500', '220406.497500', '220406.957500', '220407.417500', '220407.877500', '220408.337500', '220408.797500', '220409.257500', '220409.717500', '220410.177500', '220410.637500', '220411.097500', '220411.557500', '220412.017500', '220412.477500', '220412.937500', '220413.397500', '220413.857500', '220414.317500', '220414.777500', '220415.237500', '220415.697500', '220416.157500', '220416.617500', '220417.077500', '220417.537500', '220417.997500', '220418.457500', '220418.917500', '220419.377500', '220419.837500', '220420.297500', '220420.757500', '220421.217500', '220421.677500', '220422.137500', '220422.597500', '220423.057500', '220423.517500', '220423.977500', '220424.437500', '220424.897500', '220425.357500', '220425.817500', '220426.277500', '220426.737500', '220427.197500', '220427.657500', '220428.117500', '220428.577500', '220429.037500', '220429.497500', '220429.957500', '220430.417500', '220430.877500', '220431.337500', '220431.797500', '220432.257500', '220432.717500', '220433.177500', '220433.637500', '220434.097500', '220434.557500', '220435.017500', '220435.477500', '220435.937500', '220436.397500', '220436.857500', '220437.317500', '220437.777500', '220438.237500', '220438.697500', '220439.157500', '220439.617500', '220440.077500', '220440.537500', '220440.997500', '220441.457500', '220441.917500', '220442.377500', '220442.837500', '220443.297500', '220443.757500', '220444.217500', '220444.677500', '220445.137500', '220445.597500', '220446.057500', '220446.517500', '220446.977500', '220447.437500', '220447.897500', '220448.357500', '220448.817500', '220449.277500', '220449.737500', '220450.197500', '220450.657500', '220451.117500', '220451.577500', '220452.037500', '220452.497500', '220452.957500', '220453.417500', '220453.877500', '220454.337500', '220454.797500', '220455.257500', '220455.717500', '220456.177500', '220456.637500', '220457.097500', '220457.557500', '220458.017500', '220458.477500', '220458.937500', '220459.397500', '220459.857500', '220500.317500', '220500.777500', '220501.237500', '220501.697500', '220502.157500', '220502.617500', '220503.077500', '220503.537500', '220503.997500', '220504.457500', '220504.917500', '220505.377500', '220505.837500', '220506.297500', '220506.757500', '220507.217500', '220507.677500', '220508.137500', '220508.597500', '220509.057500', '220509.517500', '220509.977500', '220510.437500', '220510.897500', '220511.357500', '220511.817500', '220512.277500', '220512.737500', '220513.197500', '220513.657500', '220514.117500', '220514.577500', '220515.037500', '220515.497500', '220515.957500', '220516.417500', '220516.877500', '220517.337500', '220517.797500', '220518.257500', '220518.717500', '220519.177500', '220519.637500', '220520.097500', '220520.557500', '220521.017500', '220521.477500', '220521.937500', '220522.397500', '220522.857500', '220523.317500', '220523.777500', '220524.237500', '220524.697500', '220525.157500', '220525.617500', '220526.077500', '220526.537500', '220526.997500', '220527.457500', '220527.917500', '220528.377500', '220528.837500', '220529.297500', '220529.757500', '220530.217500', '220530.677500', '220531.137500', '220531.597500', '220532.057500', '220532.517500', '220532.977500', '220533.437500', '220533.897500', '220534.357500', '220534.817500', '220535.277500', '220535.737500', '220536.197500', '220536.657500', '220537.117500', '220537.577500', '220538.037500', '220538.497500', '220538.957500', '220539.417500', '220539.877500', '220540.337500', '220540.797500', '220541.257500', '220541.717500', '220542.177500', '220542.637500', '220543.097500', '220543.557500', '220544.017500', '220544.477500', '220544.937500', '220545.397500', '220545.857500', '220546.317500', '220546.777500', '220547.237500', '220547.697500', '220548.157500', '220548.617500', '220549.077500', '220549.537500', '220549.997500', '220550.457500', '220550.917500', '220551.377500', '220551.837500', '220552.297500', '220552.757500', '220553.217500', '220553.677500', '220554.137500', '220554.597500', '220555.057500', '220555.517500', '220555.977500', '220556.437500', '220556.897500', '220557.357500', '220557.817500', '220558.277500', '220558.737500', '220559.197500', '220559.657500', '220600.117500', '220600.577500', '220601.037500', '220601.497500', '220601.957500', '220602.417500', '220602.877500', '220603.337500', '220603.797500', '220604.257500', '220604.717500', '220605.177500', '220605.637500', '220606.097500', '220606.557500', '220607.017500', '220607.477500', '220607.937500', '220608.397500', '220608.857500', '220609.317500', '220609.777500', '220610.237500', '220610.697500', '220611.157500', '220611.617500', '220612.077500', '220612.537500', '220612.997500', '220613.457500', '220613.917500', '220614.377500', '220614.837500', '220615.297500', '220615.757500', '220616.217500', '220616.677500', '220617.137500', '220617.597500', '220618.057500', '220618.517500', '220618.977500', '220619.437500', '220619.897500', '220620.357500', '220620.817500', '220621.277500', '220621.737500', '220622.197500', '220622.657500', '220623.117500', '220623.577500', '220624.037500', '220624.497500', '220624.957500', '220625.417500', '220625.877500', '220626.337500', '220626.797500', '220627.257500', '220627.717500', '220628.177500', '220628.637500', '220629.097500', '220629.557500', '220630.017500', '220630.477500', '220630.937500', '220631.397500', '220631.857500', '220632.317500', '220632.777500', '220633.237500', '220633.697500', '220634.157500', '220634.617500', '220635.077500', '220635.537500', '220635.997500', '220636.457500', '220636.917500', '220637.377500', '220637.837500', '220638.297500', '220638.757500', '220639.217500', '220639.677500', '220640.137500', '220640.597500', '220641.057500', '220641.517500', '220641.977500', '220642.437500', '220642.897500', '220643.357500', '220643.817500', '220644.277500', '220644.737500', '220645.197500', '220645.657500', '220646.117500', '220646.577500', '220647.037500', '220647.497500', '220647.957500', '220648.417500', '220648.877500', '220649.337500', '220649.797500', '220650.257500', '220650.717500', '220651.177500', '220651.637500', '220652.097500', '220652.557500', '220653.017500', '220653.477500', '220653.937500', '220654.397500', '220654.857500', '220655.317500', '220655.777500', '220656.237500', '220656.697500', '220657.157500', '220657.617500', '220658.077500', '220658.537500', '220658.997500', '220659.457500', '220659.917500', '220700.377500', '220700.837500', '220701.297500', '220701.757500', '220702.217500', '220702.677500', '220703.137500', '220703.597500', '220704.057500', '220704.517500', '220704.977500', '220705.437500', '220705.897500', '220706.357500', '220706.817500', '220707.277500', '220707.737500', '220708.197500', '220708.657500', '220709.117500', '220709.577500', '220710.037500', '220710.497500', '220710.957500', '220711.417500', '220711.877500', '220712.337500', '220712.797500', '220713.257500', '220713.717500', '220714.177500', '220714.637500', '220715.097500', '220715.557500', '220716.017500', '220716.477500', '220716.937500', '220717.397500', '220717.857500', '220718.317500', '220718.777500', '220719.237500', '220719.697500', '220720.157500', '220720.617500', '220721.077500', '220721.537500', '220721.997500', '220722.457500', '220722.917500', '220723.377500', '220723.837500', '220724.297500', '220724.757500', '220725.217500', '220725.677500', '220726.137500', '220726.597500', '220727.057500', '220727.517500', '220727.977500', '220728.437500', '220728.897500', '220729.357500', '220729.817500', '220730.277500', '220730.737500', '220731.197500', '220731.657500', '220732.117500', '220732.577500', '220733.037500', '220733.497500', '220733.957500', '220734.417500', '220734.877500', '220735.337500', '220735.797500', '220736.257500', '220736.717500', '220737.177500', '220737.637500', '220738.097500', '220738.557500', '220739.017500', '220739.477500', '220739.937500', '220740.397500', '220740.857500', '220741.317500', '220741.777500', '220742.237500', '220742.697500', '220743.157500', '220743.617500', '220744.077500', '220744.537500', '220744.997500', '220745.457500', '220745.917500', '220746.377500', '220746.837500', '220747.297500', '220747.757500', '220748.217500', '220748.677500', '220749.137500', '220749.597500', '220750.057500', '220750.517500', '220750.977500', '220751.437500', '220751.897500', '220752.357500', '220752.817500', '220753.277500', '220753.737500', '220754.197500', '220754.657500', '220755.117500', '220755.577500', '220756.037500', '220756.497500', '220756.957500', '220757.417500', '220757.877500', '220758.337500', '220758.797500', '220759.257500', '220759.717500', '220800.177500', '220800.637500', '220801.097500', '220801.557500', '220802.017500', '220802.477500', '220802.937500', '220803.397500', '220803.857500', '220804.317500', '220804.777500', '220805.237500', '220805.697500', '220806.157500', '220806.617500', '220807.077500', '220807.537500', '220807.997500', '220808.457500', '220808.917500', '220809.377500', '220809.837500', '220810.297500', '220810.757500', '220811.217500', '220811.677500', '220812.137500', '220812.597500', '220813.057500', '220813.517500', '220813.977500', '220814.437500', '220814.897500', '220815.357500', '220815.817500', '220816.277500', '220816.737500', '220817.197500', '220817.657500', '220818.117500', '220818.577500', '220819.037500', '220819.497500', '220819.957500', '220820.417500', '220820.877500', '220821.337500', '220821.797500', '220822.257500', '220822.717500', '220823.177500', '220823.637500', '220824.097500', '220824.557500', '220825.017500', '220825.477500', '220825.937500', '220826.397500', '220826.857500', '220827.317500', '220827.777500', '220828.237500', '220828.697500', '220829.157500', '220829.617500', '220830.077500', '220830.537500', '220830.997500', '220831.457500', '220831.917500', '220832.377500', '220832.837500', '220833.297500', '220833.757500', '220834.217500', '220834.677500', '220835.137500', '220835.597500', '220836.057500', '220836.517500', '220836.977500', '220837.437500', '220837.897500', '220838.357500', '220838.817500', '220839.277500', '220839.737500', '220840.197500', '220840.657500', '220841.117500', '220841.577500', '220842.037500', '220842.497500', '220842.957500', '220843.417500', '220843.877500', '220844.337500', '220844.797500', '220845.257500', '220845.717500'], 'ContentTime': ['215931.832000', '215931.836000', '215931.838000', '215931.841000', '215931.843000', '215931.846000', '215931.849000', '215931.851000', '215931.854000', '215931.856000', '215931.859000', '215931.861000', '215931.864000', '215931.867000', '215931.869000', '215931.872000', '215931.875000', '215931.877000', '215931.884000', '215931.887000', '215931.890000', '215931.892000', '215931.895000', '215931.897000', '215931.900000', '215931.902000', '215931.905000', '215931.908000', '215931.910000', '215931.913000', '215931.915000', '215931.918000', '215931.920000', '215931.923000', '215931.926000', '215931.928000', '215931.931000', '215931.933000', '215931.936000', '215931.938000', '215931.941000', '215931.944000', '215931.946000', '215931.949000', '215931.951000', '215931.954000', '215931.956000', '215931.959000', '215931.962000', '215931.964000', '215931.967000', '215931.970000', '215931.972000', '215931.975000', '215931.977000', '215931.980000', '215931.983000', '215931.985000', '215931.988000', '215931.990000', '215931.993000', '215951.797000', '215951.800000', '215951.803000', '215951.805000', '215951.808000', '215951.811000', '215951.813000', '215951.816000', '215951.819000', '215951.821000', '215951.824000', '215951.826000', '215951.829000', '215951.832000', '215951.834000', '215951.837000', '215951.839000', '215951.842000', '215951.844000', '215951.847000', '215951.850000', '215951.852000', '215951.855000', '215951.857000', '215951.860000', '215951.863000', '215951.865000', '215951.868000', '215951.870000', '215951.873000', '215951.875000', '215951.878000', '215951.881000', '215951.883000', '215951.886000', '215951.888000', '215951.898000', '215951.901000', '215951.903000', '215951.906000', '215951.909000', '215951.911000', '215951.914000', '220011.799000', '220011.802000', '220011.804000', '220011.807000', '220011.809000', '220011.812000', '220011.815000', '220011.817000', '220011.820000', '220011.823000', '220011.825000', '220011.828000', '220011.830000', '220011.833000', '220011.835000', '220011.838000', '220011.841000', '220011.843000', '220011.846000', '220011.848000', '220011.851000', '220011.854000', '220011.856000', '220011.859000', '220011.861000', '220011.864000', '220011.867000', '220011.869000', '220011.872000', '220011.875000', '220011.877000', '220011.880000', '220011.882000', '220011.885000', '220011.888000', '220011.890000', '220011.893000', '220011.896000', '220011.898000', '220011.901000', '220011.903000', '220011.906000', '220011.909000', '220011.911000', '220031.799000', '220031.801000', '220031.804000', '220031.807000', '220031.809000', '220031.812000', '220031.814000', '220031.817000', '220031.820000', '220031.822000', '220031.825000', '220031.828000', '220031.830000', '220031.833000', '220031.835000', '220031.838000', '220031.840000', '220031.843000', '220031.846000', '220031.848000', '220031.851000', '220031.853000', '220031.856000', '220031.859000', '220031.861000', '220031.864000', '220031.866000', '220031.869000', '220031.872000', '220031.874000', '220031.877000', '220031.879000', '220031.882000', '220031.884000', '220031.887000', '220031.890000', '220031.892000', '220031.895000', '220031.897000', '220031.900000', '220031.902000', '220031.905000', '220031.908000', '220051.799000', '220051.801000', '220051.804000', '220051.807000', '220051.809000', '220051.812000', '220051.814000', '220051.817000', '220051.820000', '220051.822000', '220051.825000', '220051.828000', '220051.830000', '220051.833000', '220051.835000', '220051.838000', '220051.841000', '220051.843000', '220051.846000', '220051.848000', '220051.851000', '220051.854000', '220051.856000', '220051.859000', '220051.861000', '220051.864000', '220051.867000', '220051.869000', '220051.872000', '220051.874000', '220051.877000', '220051.879000', '220051.882000', '220051.885000', '220051.887000', '220051.890000', '220051.892000', '220051.895000', '220051.898000', '220051.900000', '220051.903000', '220051.905000', '220051.908000', '220051.911000', '220111.798000', '220111.800000', '220111.803000', '220111.806000', '220111.808000', '220111.811000', '220111.814000', '220111.816000', '220111.819000', '220111.831000', '220111.834000', '220111.837000', '220111.839000', '220111.842000', '220111.844000', '220111.847000', '220111.850000', '220111.852000', '220111.855000', '220111.857000', '220111.860000', '220111.863000', '220111.865000', '220111.868000', '220111.870000', '220111.873000', '220111.876000', '220111.878000', '220111.881000', '220111.884000', '220111.886000', '220111.889000', '220111.891000', '220111.894000', '220111.897000', '220111.899000', '220111.902000', '220111.904000', '220111.907000', '220111.910000', '220111.912000', '220111.915000', '220111.917000', '220131.797000', '220131.800000', '220131.803000', '220131.805000', '220131.808000', '220131.811000', '220131.813000', '220131.816000', '220131.819000', '220131.821000', '220131.824000', '220131.826000', '220131.829000', '220131.832000', '220131.834000', '220131.837000', '220131.839000', '220131.842000', '220131.845000', '220131.847000', '220131.850000', '220131.853000', '220131.855000', '220131.858000', '220131.860000', '220131.863000', '220131.865000', '220131.868000', '220131.871000', '220131.873000', '220131.876000', '220131.878000', '220131.881000', '220131.884000', '220131.886000', '220131.889000', '220131.891000', '220131.894000', '220131.897000', '220131.899000', '220131.902000', '220131.904000', '220131.907000', '220131.909000', '220151.798000', '220151.801000', '220151.803000', '220151.806000', '220151.809000', '220151.811000', '220151.814000', '220151.816000', '220151.819000', '220151.821000', '220151.824000', '220151.827000', '220151.829000', '220151.832000', '220151.834000', '220151.837000', '220151.840000', '220151.842000', '220151.845000', '220151.847000', '220151.850000', '220151.853000', '220151.855000', '220151.858000', '220151.861000', '220151.863000', '220151.866000', '220151.869000', '220151.871000', '220151.874000', '220151.877000', '220151.879000', '220151.882000', '220151.885000', '220151.887000', '220151.890000', '220151.892000', '220151.895000', '220151.898000', '220151.900000', '220151.903000', '220151.906000', '220151.908000', '220211.797000', '220211.800000', '220211.803000', '220211.806000', '220211.808000', '220211.811000', '220211.813000', '220211.816000', '220211.819000', '220211.821000', '220211.824000', '220211.826000', '220211.829000', '220211.832000', '220211.834000', '220211.837000', '220211.840000', '220211.842000', '220211.845000', '220211.847000', '220211.850000', '220211.853000', '220211.855000', '220211.858000', '220211.860000', '220211.863000', '220211.866000', '220211.868000', '220211.871000', '220211.874000', '220211.876000', '220211.888000', '220211.890000', '220211.893000', '220211.895000', '220211.898000', '220211.901000', '220211.903000', '220211.906000', '220211.908000', '220211.911000', '220211.914000', '220211.916000', '220211.919000', '220231.799000', '220231.802000', '220231.804000', '220231.807000', '220231.809000', '220231.812000', '220231.815000', '220231.817000', '220231.820000', '220231.822000', '220231.825000', '220231.828000', '220231.830000', '220231.833000', '220231.835000', '220231.838000', '220231.841000', '220231.843000', '220231.846000', '220231.848000', '220231.851000', '220231.854000', '220231.856000', '220231.859000', '220231.861000', '220231.864000', '220231.867000', '220231.869000', '220231.872000', '220231.874000', '220231.877000', '220231.880000', '220231.882000', '220231.885000', '220231.888000', '220231.890000', '220231.893000', '220231.896000', '220231.898000', '220231.901000', '220231.903000', '220231.906000', '220231.909000', '220251.800000', '220251.803000', '220251.806000', '220251.808000', '220251.811000', '220251.813000', '220251.816000', '220251.819000', '220251.821000', '220251.824000', '220251.826000', '220251.829000', '220251.832000', '220251.834000', '220251.837000', '220251.839000', '220251.842000', '220251.845000', '220251.847000', '220251.850000', '220251.853000', '220251.855000', '220251.858000', '220251.860000', '220251.863000', '220251.866000', '220251.868000', '220251.871000', '220251.873000', '220251.876000', '220251.879000', '220251.881000', '220251.884000', '220251.886000', '220251.889000', '220251.892000', '220251.894000', '220251.897000', '220251.899000', '220251.902000', '220251.905000', '220251.907000', '220251.910000', '220251.912000', '220311.799000', '220311.801000', '220311.804000', '220311.807000', '220311.809000', '220311.812000', '220311.814000', '220311.817000', '220311.820000', '220311.828000', '220311.830000', '220311.833000', '220311.836000', '220311.838000', '220311.841000', '220311.843000', '220311.846000', '220311.849000', '220311.851000', '220311.854000', '220311.856000', '220311.859000', '220311.862000', '220311.864000', '220311.867000', '220311.869000', '220311.872000', '220311.874000', '220311.886000', '220311.889000', '220311.891000', '220311.894000', '220311.896000', '220311.899000', '220311.901000', '220311.904000', '220311.907000', '220311.909000', '220311.912000', '220311.914000', '220311.917000', '220311.920000', '220311.922000', '220331.797000', '220331.800000', '220331.803000', '220331.806000', '220331.808000', '220331.811000', '220331.813000', '220331.816000', '220331.819000', '220331.821000', '220331.824000', '220331.826000', '220331.829000', '220331.832000', '220331.834000', '220331.837000', '220331.840000', '220331.842000', '220331.845000', '220331.847000', '220331.850000', '220331.852000', '220331.855000', '220331.858000', '220331.860000', '220331.863000', '220331.865000', '220331.868000', '220331.871000', '220331.873000', '220331.876000', '220331.878000', '220331.881000', '220331.884000', '220331.886000', '220331.889000', '220331.891000', '220331.894000', '220331.897000', '220331.899000', '220331.902000', '220331.904000', '220331.907000', '220351.798000', '220351.800000', '220351.803000', '220351.806000', '220351.808000', '220351.811000', '220351.814000', '220351.816000', '220351.819000', '220351.821000', '220351.824000', '220351.827000', '220351.829000', '220351.840000', '220351.842000', '220351.845000', '220351.848000', '220351.850000', '220351.853000', '220351.855000', '220351.858000', '220351.861000', '220351.863000', '220351.866000', '220351.868000', '220351.871000', '220351.874000', '220351.876000', '220351.879000', '220351.882000', '220351.884000', '220351.887000', '220351.889000', '220351.892000', '220351.895000', '220351.897000', '220351.900000', '220351.902000', '220351.905000', '220351.908000', '220351.910000', '220351.913000', '220351.915000', '220351.918000', '220411.798000', '220411.801000', '220411.804000', '220411.807000', '220411.810000', '220411.812000', '220411.815000', '220411.817000', '220411.820000', '220411.823000', '220411.825000', '220411.828000', '220411.831000', '220411.833000', '220411.836000', '220411.841000', '220411.843000', '220411.846000', '220411.848000', '220411.851000', '220411.854000', '220411.856000', '220411.859000', '220411.862000', '220411.864000', '220411.867000', '220411.869000', '220411.872000', '220411.875000', '220411.877000', '220411.880000', '220411.883000', '220411.885000', '220411.888000', '220411.890000', '220411.893000', '220411.896000', '220411.898000', '220411.901000', '220411.904000', '220411.906000', '220411.909000', '220411.912000', '220431.798000', '220431.801000', '220431.803000', '220431.806000', '220431.809000', '220431.811000', '220431.814000', '220431.817000', '220431.819000', '220431.822000', '220431.824000', '220431.827000', '220431.830000', '220431.832000', '220431.835000', '220431.837000', '220431.840000', '220431.843000', '220431.845000', '220431.848000', '220431.850000', '220431.853000', '220431.856000', '220431.858000', '220431.861000', '220431.863000', '220431.866000', '220431.869000', '220431.871000', '220431.874000', '220431.876000', '220431.879000', '220431.884000', '220431.886000', '220431.889000', '220431.891000', '220431.894000', '220431.897000', '220431.899000', '220431.902000', '220431.905000', '220431.907000', '220431.910000', '220431.912000', '220451.799000', '220451.801000', '220451.804000', '220451.807000', '220451.809000', '220451.812000', '220451.814000', '220451.817000', '220451.820000', '220451.822000', '220451.825000', '220451.828000', '220451.830000', '220451.833000', '220451.835000', '220451.838000', '220451.841000', '220451.843000', '220451.846000', '220451.848000', '220451.851000', '220451.854000', '220451.856000', '220451.859000', '220451.862000', '220451.864000', '220451.867000', '220451.869000', '220451.872000', '220451.875000', '220451.877000', '220451.880000', '220451.883000', '220451.885000', '220451.888000', '220451.891000', '220451.893000', '220451.896000', '220451.899000', '220451.901000', '220451.904000', '220451.907000', '220451.909000', '220511.799000', '220511.802000', '220511.804000', '220511.807000', '220511.809000', '220511.812000', '220511.814000', '220511.817000', '220511.820000', '220511.822000', '220511.825000', '220511.828000', '220511.830000', '220511.833000', '220511.835000', '220511.838000', '220511.841000', '220511.843000', '220511.846000', '220511.848000', '220511.851000', '220511.854000', '220511.856000', '220511.859000', '220511.873000', '220511.875000', '220511.878000', '220511.880000', '220511.883000', '220511.886000', '220511.888000', '220511.891000', '220511.893000', '220511.896000', '220511.899000', '220511.901000', '220511.904000', '220511.910000', '220511.913000', '220511.915000', '220511.918000', '220511.920000', '220511.923000', '220511.926000', '220531.798000', '220531.801000', '220531.804000', '220531.807000', '220531.809000', '220531.812000', '220531.814000', '220531.817000', '220531.820000', '220531.822000', '220531.825000', '220531.827000', '220531.830000', '220531.833000', '220531.835000', '220531.838000', '220531.840000', '220531.843000', '220531.845000', '220531.848000', '220531.851000', '220531.853000', '220531.856000', '220531.859000', '220531.862000', '220531.865000', '220531.867000', '220531.870000', '220531.872000', '220531.875000', '220531.878000', '220531.881000', '220531.884000', '220531.886000', '220531.889000', '220531.892000', '220531.894000', '220531.897000', '220531.900000', '220531.902000', '220531.905000', '220531.907000', '220531.910000', '220551.798000', '220551.800000', '220551.803000', '220551.806000', '220551.808000', '220551.811000', '220551.813000', '220551.816000', '220551.819000', '220551.821000', '220551.824000', '220551.827000', '220551.829000', '220551.832000', '220551.834000', '220551.837000', '220551.840000', '220551.842000', '220551.845000', '220551.847000', '220551.850000', '220551.853000', '220551.855000', '220551.858000', '220551.861000', '220551.863000', '220551.866000', '220551.868000', '220551.871000', '220551.873000', '220551.876000', '220551.879000', '220551.881000', '220551.884000', '220551.886000', '220551.889000', '220551.892000', '220551.894000', '220551.897000', '220551.899000', '220551.902000', '220551.905000', '220551.907000', '220551.910000', '220611.798000', '220611.800000', '220611.803000', '220611.806000', '220611.808000', '220611.811000', '220611.813000', '220611.816000', '220611.819000', '220611.821000', '220611.824000', '220611.826000', '220611.829000', '220611.832000', '220611.834000', '220611.837000', '220611.840000', '220611.842000', '220611.845000', '220611.847000', '220611.850000', '220611.853000', '220611.855000', '220611.858000', '220611.860000', '220611.863000', '220611.866000', '220611.868000', '220611.871000', '220611.873000', '220611.876000', '220611.879000', '220611.881000', '220611.884000', '220611.886000', '220611.889000', '220611.892000', '220611.894000', '220611.897000', '220611.900000', '220611.903000', '220611.906000', '220611.908000', '220631.798000', '220631.800000', '220631.803000', '220631.806000', '220631.808000', '220631.811000', '220631.814000', '220631.816000', '220631.819000', '220631.822000', '220631.824000', '220631.827000', '220631.829000', '220631.832000', '220631.835000', '220631.837000', '220631.840000', '220631.842000', '220631.845000', '220631.848000', '220631.864000', '220631.867000', '220631.869000', '220631.872000', '220631.875000', '220631.877000', '220631.880000', '220631.882000', '220631.885000', '220631.888000', '220631.890000', '220631.893000', '220631.895000', '220631.898000', '220631.901000', '220631.903000', '220631.906000', '220631.909000', '220631.911000', '220631.914000', '220631.916000', '220631.919000', '220631.921000', '220631.924000', '220651.798000', '220651.801000', '220651.803000', '220651.806000', '220651.809000', '220651.811000', '220651.814000', '220651.816000', '220651.819000', '220651.822000', '220651.824000', '220651.827000', '220651.830000', '220651.832000', '220651.835000', '220651.838000', '220651.840000', '220651.843000', '220651.845000', '220651.848000', '220651.851000', '220651.853000', '220651.856000', '220651.858000', '220651.861000', '220651.863000', '220651.866000', '220651.869000', '220651.871000', '220651.874000', '220651.876000', '220651.879000', '220651.882000', '220651.884000', '220651.887000', '220651.890000', '220651.892000', '220651.895000', '220651.898000', '220651.900000', '220651.903000', '220651.905000', '220651.908000', '220711.799000', '220711.801000', '220711.804000', '220711.807000', '220711.809000', '220711.812000', '220711.815000', '220711.817000', '220711.820000', '220711.822000', '220711.825000', '220711.828000', '220711.830000', '220711.833000', '220711.836000', '220711.838000', '220711.841000', '220711.843000', '220711.846000', '220711.849000', '220711.851000', '220711.854000', '220711.856000', '220711.859000', '220711.862000', '220711.864000', '220711.867000', '220711.869000', '220711.872000', '220711.875000', '220711.877000', '220711.880000', '220711.882000', '220711.885000', '220711.888000', '220711.890000', '220711.893000', '220711.896000', '220711.898000', '220711.901000', '220711.904000', '220711.906000', '220711.909000', '220711.911000', '220731.799000', '220731.802000', '220731.804000', '220731.807000', '220731.810000', '220731.812000', '220731.815000', '220731.817000', '220731.820000', '220731.823000', '220731.825000', '220731.828000', '220731.830000', '220731.833000', '220731.836000', '220731.838000', '220731.841000', '220731.843000', '220731.846000', '220731.849000', '220731.851000', '220731.854000', '220731.857000', '220731.859000', '220731.862000', '220731.864000', '220731.867000', '220731.870000', '220731.872000', '220731.875000', '220731.877000', '220731.880000', '220731.883000', '220731.885000', '220731.888000', '220731.890000', '220731.893000', '220731.896000', '220731.898000', '220731.901000', '220731.903000', '220731.906000', '220731.908000', '220751.799000', '220751.802000', '220751.804000', '220751.807000', '220751.810000', '220751.812000', '220751.815000', '220751.817000', '220751.820000', '220751.823000', '220751.826000', '220751.829000', '220751.831000', '220751.834000', '220751.837000', '220751.839000', '220751.842000', '220751.863000', '220751.865000', '220751.868000', '220751.871000', '220751.873000', '220751.876000', '220751.878000', '220751.881000', '220751.884000', '220751.886000', '220751.889000', '220751.891000', '220751.894000', '220751.897000', '220751.899000', '220751.902000', '220751.905000', '220751.907000', '220751.910000', '220751.913000', '220751.915000', '220751.918000', '220751.920000', '220751.923000', '220751.925000', '220751.928000', '220751.931000', '220811.798000', '220811.801000', '220811.803000', '220811.806000', '220811.809000', '220811.811000', '220811.814000', '220811.816000', '220811.819000', '220811.822000', '220811.824000', '220811.827000', '220811.829000', '220811.832000', '220811.835000', '220811.837000', '220811.840000', '220811.843000', '220811.845000', '220811.848000', '220811.851000', '220811.853000', '220811.856000', '220811.858000', '220811.861000', '220811.864000', '220811.866000', '220811.869000', '220811.872000', '220811.874000', '220811.877000', '220811.879000', '220811.882000', '220811.885000', '220811.887000', '220811.890000', '220811.892000', '220811.895000', '220811.898000', '220811.900000', '220811.903000', '220811.906000', '220811.908000', '220831.798000', '220831.801000', '220831.803000', '220831.806000', '220831.809000', '220831.811000', '220831.814000', '220831.816000', '220831.819000', '220831.822000', '220831.824000', '220831.827000', '220831.829000', '220831.832000', '220831.835000', '220831.837000', '220831.840000', '220831.843000', '220831.845000', '220831.848000', '220831.850000', '220831.853000', '220831.856000', '220831.858000', '220831.861000', '220831.863000', '220831.866000', '220831.869000', '220831.871000', '220831.874000', '220831.877000', '220831.879000', '220831.882000', '220831.885000', '220831.887000', '220831.890000', '220831.892000', '220831.895000', '220831.898000', '220831.900000', '220831.903000', '220831.905000', '220831.908000', '220831.911000', '220846.864000', '220846.867000', '220846.870000', '220846.872000', '220846.875000', '220846.878000', '220846.881000', '220846.884000', '220846.887000', '220846.889000', '220846.892000', '220846.895000', '220846.899000', '220846.902000', '220846.906000', '220846.909000', '220846.912000', '220846.915000', '220846.918000', '220846.921000', '220846.923000', '220846.926000', '220846.929000', '220846.932000', '220846.934000', '220846.937000', '220846.940000', '220846.943000', '220846.946000', '220846.949000', '220846.952000', '220846.954000', '220846.957000'], 'InstanceCreationTime': ['215931.832000', '215931.836000', '215931.838000', '215931.841000', '215931.843000', '215931.846000', '215931.849000', '215931.851000', '215931.854000', '215931.856000', '215931.859000', '215931.861000', '215931.864000', '215931.867000', '215931.869000', '215931.872000', '215931.875000', '215931.877000', '215931.884000', '215931.887000', '215931.890000', '215931.892000', '215931.895000', '215931.897000', '215931.900000', '215931.902000', '215931.905000', '215931.908000', '215931.910000', '215931.913000', '215931.915000', '215931.918000', '215931.920000', '215931.923000', '215931.926000', '215931.928000', '215931.931000', '215931.933000', '215931.936000', '215931.938000', '215931.941000', '215931.944000', '215931.946000', '215931.949000', '215931.951000', '215931.954000', '215931.956000', '215931.959000', '215931.962000', '215931.964000', '215931.967000', '215931.970000', '215931.972000', '215931.975000', '215931.977000', '215931.980000', '215931.983000', '215931.985000', '215931.988000', '215931.990000', '215931.993000', '215951.797000', '215951.800000', '215951.803000', '215951.805000', '215951.808000', '215951.811000', '215951.813000', '215951.816000', '215951.819000', '215951.821000', '215951.824000', '215951.826000', '215951.829000', '215951.832000', '215951.834000', '215951.837000', '215951.839000', '215951.842000', '215951.844000', '215951.847000', '215951.850000', '215951.852000', '215951.855000', '215951.857000', '215951.860000', '215951.863000', '215951.865000', '215951.868000', '215951.870000', '215951.873000', '215951.875000', '215951.878000', '215951.881000', '215951.883000', '215951.886000', '215951.888000', '215951.898000', '215951.901000', '215951.903000', '215951.906000', '215951.909000', '215951.911000', '215951.914000', '220011.799000', '220011.802000', '220011.804000', '220011.807000', '220011.809000', '220011.812000', '220011.815000', '220011.817000', '220011.820000', '220011.823000', '220011.825000', '220011.828000', '220011.830000', '220011.833000', '220011.835000', '220011.838000', '220011.841000', '220011.843000', '220011.846000', '220011.848000', '220011.851000', '220011.854000', '220011.856000', '220011.859000', '220011.861000', '220011.864000', '220011.867000', '220011.869000', '220011.872000', '220011.875000', '220011.877000', '220011.880000', '220011.882000', '220011.885000', '220011.888000', '220011.890000', '220011.893000', '220011.896000', '220011.898000', '220011.901000', '220011.903000', '220011.906000', '220011.909000', '220011.911000', '220031.799000', '220031.801000', '220031.804000', '220031.807000', '220031.809000', '220031.812000', '220031.814000', '220031.817000', '220031.820000', '220031.822000', '220031.825000', '220031.828000', '220031.830000', '220031.833000', '220031.835000', '220031.838000', '220031.840000', '220031.843000', '220031.846000', '220031.848000', '220031.851000', '220031.853000', '220031.856000', '220031.859000', '220031.861000', '220031.864000', '220031.866000', '220031.869000', '220031.872000', '220031.874000', '220031.877000', '220031.879000', '220031.882000', '220031.884000', '220031.887000', '220031.890000', '220031.892000', '220031.895000', '220031.897000', '220031.900000', '220031.902000', '220031.905000', '220031.908000', '220051.799000', '220051.801000', '220051.804000', '220051.807000', '220051.809000', '220051.812000', '220051.814000', '220051.817000', '220051.820000', '220051.822000', '220051.825000', '220051.828000', '220051.830000', '220051.833000', '220051.835000', '220051.838000', '220051.841000', '220051.843000', '220051.846000', '220051.848000', '220051.851000', '220051.854000', '220051.856000', '220051.859000', '220051.861000', '220051.864000', '220051.867000', '220051.869000', '220051.872000', '220051.874000', '220051.877000', '220051.879000', '220051.882000', '220051.885000', '220051.887000', '220051.890000', '220051.892000', '220051.895000', '220051.898000', '220051.900000', '220051.903000', '220051.905000', '220051.908000', '220051.911000', '220111.798000', '220111.800000', '220111.803000', '220111.806000', '220111.808000', '220111.811000', '220111.814000', '220111.816000', '220111.819000', '220111.831000', '220111.834000', '220111.837000', '220111.839000', '220111.842000', '220111.844000', '220111.847000', '220111.850000', '220111.852000', '220111.855000', '220111.857000', '220111.860000', '220111.863000', '220111.865000', '220111.868000', '220111.870000', '220111.873000', '220111.876000', '220111.878000', '220111.881000', '220111.884000', '220111.886000', '220111.889000', '220111.891000', '220111.894000', '220111.897000', '220111.899000', '220111.902000', '220111.904000', '220111.907000', '220111.910000', '220111.912000', '220111.915000', '220111.917000', '220131.797000', '220131.800000', '220131.803000', '220131.805000', '220131.808000', '220131.811000', '220131.813000', '220131.816000', '220131.819000', '220131.821000', '220131.824000', '220131.826000', '220131.829000', '220131.832000', '220131.834000', '220131.837000', '220131.839000', '220131.842000', '220131.845000', '220131.847000', '220131.850000', '220131.853000', '220131.855000', '220131.858000', '220131.860000', '220131.863000', '220131.865000', '220131.868000', '220131.871000', '220131.873000', '220131.876000', '220131.878000', '220131.881000', '220131.884000', '220131.886000', '220131.889000', '220131.891000', '220131.894000', '220131.897000', '220131.899000', '220131.902000', '220131.904000', '220131.907000', '220131.909000', '220151.798000', '220151.801000', '220151.803000', '220151.806000', '220151.809000', '220151.811000', '220151.814000', '220151.816000', '220151.819000', '220151.821000', '220151.824000', '220151.827000', '220151.829000', '220151.832000', '220151.834000', '220151.837000', '220151.840000', '220151.842000', '220151.845000', '220151.847000', '220151.850000', '220151.853000', '220151.855000', '220151.858000', '220151.861000', '220151.863000', '220151.866000', '220151.869000', '220151.871000', '220151.874000', '220151.877000', '220151.879000', '220151.882000', '220151.885000', '220151.887000', '220151.890000', '220151.892000', '220151.895000', '220151.898000', '220151.900000', '220151.903000', '220151.906000', '220151.908000', '220211.797000', '220211.800000', '220211.803000', '220211.806000', '220211.808000', '220211.811000', '220211.813000', '220211.816000', '220211.819000', '220211.821000', '220211.824000', '220211.826000', '220211.829000', '220211.832000', '220211.834000', '220211.837000', '220211.840000', '220211.842000', '220211.845000', '220211.847000', '220211.850000', '220211.853000', '220211.855000', '220211.858000', '220211.860000', '220211.863000', '220211.866000', '220211.868000', '220211.871000', '220211.874000', '220211.876000', '220211.888000', '220211.890000', '220211.893000', '220211.895000', '220211.898000', '220211.901000', '220211.903000', '220211.906000', '220211.908000', '220211.911000', '220211.914000', '220211.916000', '220211.919000', '220231.799000', '220231.802000', '220231.804000', '220231.807000', '220231.809000', '220231.812000', '220231.815000', '220231.817000', '220231.820000', '220231.822000', '220231.825000', '220231.828000', '220231.830000', '220231.833000', '220231.835000', '220231.838000', '220231.841000', '220231.843000', '220231.846000', '220231.848000', '220231.851000', '220231.854000', '220231.856000', '220231.859000', '220231.861000', '220231.864000', '220231.867000', '220231.869000', '220231.872000', '220231.874000', '220231.877000', '220231.880000', '220231.882000', '220231.885000', '220231.888000', '220231.890000', '220231.893000', '220231.896000', '220231.898000', '220231.901000', '220231.903000', '220231.906000', '220231.909000', '220251.800000', '220251.803000', '220251.806000', '220251.808000', '220251.811000', '220251.813000', '220251.816000', '220251.819000', '220251.821000', '220251.824000', '220251.826000', '220251.829000', '220251.832000', '220251.834000', '220251.837000', '220251.839000', '220251.842000', '220251.845000', '220251.847000', '220251.850000', '220251.853000', '220251.855000', '220251.858000', '220251.860000', '220251.863000', '220251.866000', '220251.868000', '220251.871000', '220251.873000', '220251.876000', '220251.879000', '220251.881000', '220251.884000', '220251.886000', '220251.889000', '220251.892000', '220251.894000', '220251.897000', '220251.899000', '220251.902000', '220251.905000', '220251.907000', '220251.910000', '220251.912000', '220311.799000', '220311.801000', '220311.804000', '220311.807000', '220311.809000', '220311.812000', '220311.814000', '220311.817000', '220311.820000', '220311.828000', '220311.830000', '220311.833000', '220311.836000', '220311.838000', '220311.841000', '220311.843000', '220311.846000', '220311.849000', '220311.851000', '220311.854000', '220311.856000', '220311.859000', '220311.862000', '220311.864000', '220311.867000', '220311.869000', '220311.872000', '220311.874000', '220311.886000', '220311.889000', '220311.891000', '220311.894000', '220311.896000', '220311.899000', '220311.901000', '220311.904000', '220311.907000', '220311.909000', '220311.912000', '220311.914000', '220311.917000', '220311.920000', '220311.922000', '220331.797000', '220331.800000', '220331.803000', '220331.806000', '220331.808000', '220331.811000', '220331.813000', '220331.816000', '220331.819000', '220331.821000', '220331.824000', '220331.826000', '220331.829000', '220331.832000', '220331.834000', '220331.837000', '220331.840000', '220331.842000', '220331.845000', '220331.847000', '220331.850000', '220331.852000', '220331.855000', '220331.858000', '220331.860000', '220331.863000', '220331.865000', '220331.868000', '220331.871000', '220331.873000', '220331.876000', '220331.878000', '220331.881000', '220331.884000', '220331.886000', '220331.889000', '220331.891000', '220331.894000', '220331.897000', '220331.899000', '220331.902000', '220331.904000', '220331.907000', '220351.798000', '220351.800000', '220351.803000', '220351.806000', '220351.808000', '220351.811000', '220351.814000', '220351.816000', '220351.819000', '220351.821000', '220351.824000', '220351.827000', '220351.829000', '220351.840000', '220351.842000', '220351.845000', '220351.848000', '220351.850000', '220351.853000', '220351.855000', '220351.858000', '220351.861000', '220351.863000', '220351.866000', '220351.868000', '220351.871000', '220351.874000', '220351.876000', '220351.879000', '220351.882000', '220351.884000', '220351.887000', '220351.889000', '220351.892000', '220351.895000', '220351.897000', '220351.900000', '220351.902000', '220351.905000', '220351.908000', '220351.910000', '220351.913000', '220351.915000', '220351.918000', '220411.798000', '220411.801000', '220411.804000', '220411.807000', '220411.810000', '220411.812000', '220411.815000', '220411.817000', '220411.820000', '220411.823000', '220411.825000', '220411.828000', '220411.831000', '220411.833000', '220411.836000', '220411.841000', '220411.843000', '220411.846000', '220411.848000', '220411.851000', '220411.854000', '220411.856000', '220411.859000', '220411.862000', '220411.864000', '220411.867000', '220411.869000', '220411.872000', '220411.875000', '220411.877000', '220411.880000', '220411.883000', '220411.885000', '220411.888000', '220411.890000', '220411.893000', '220411.896000', '220411.898000', '220411.901000', '220411.904000', '220411.906000', '220411.909000', '220411.912000', '220431.798000', '220431.801000', '220431.803000', '220431.806000', '220431.809000', '220431.811000', '220431.814000', '220431.817000', '220431.819000', '220431.822000', '220431.824000', '220431.827000', '220431.830000', '220431.832000', '220431.835000', '220431.837000', '220431.840000', '220431.843000', '220431.845000', '220431.848000', '220431.850000', '220431.853000', '220431.856000', '220431.858000', '220431.861000', '220431.863000', '220431.866000', '220431.869000', '220431.871000', '220431.874000', '220431.876000', '220431.879000', '220431.884000', '220431.886000', '220431.889000', '220431.891000', '220431.894000', '220431.897000', '220431.899000', '220431.902000', '220431.905000', '220431.907000', '220431.910000', '220431.912000', '220451.799000', '220451.801000', '220451.804000', '220451.807000', '220451.809000', '220451.812000', '220451.814000', '220451.817000', '220451.820000', '220451.822000', '220451.825000', '220451.828000', '220451.830000', '220451.833000', '220451.835000', '220451.838000', '220451.841000', '220451.843000', '220451.846000', '220451.848000', '220451.851000', '220451.854000', '220451.856000', '220451.859000', '220451.862000', '220451.864000', '220451.867000', '220451.869000', '220451.872000', '220451.875000', '220451.877000', '220451.880000', '220451.883000', '220451.885000', '220451.888000', '220451.891000', '220451.893000', '220451.896000', '220451.899000', '220451.901000', '220451.904000', '220451.907000', '220451.909000', '220511.799000', '220511.802000', '220511.804000', '220511.807000', '220511.809000', '220511.812000', '220511.814000', '220511.817000', '220511.820000', '220511.822000', '220511.825000', '220511.828000', '220511.830000', '220511.833000', '220511.835000', '220511.838000', '220511.841000', '220511.843000', '220511.846000', '220511.848000', '220511.851000', '220511.854000', '220511.856000', '220511.859000', '220511.873000', '220511.875000', '220511.878000', '220511.880000', '220511.883000', '220511.886000', '220511.888000', '220511.891000', '220511.893000', '220511.896000', '220511.899000', '220511.901000', '220511.904000', '220511.910000', '220511.913000', '220511.915000', '220511.918000', '220511.920000', '220511.923000', '220511.926000', '220531.798000', '220531.801000', '220531.804000', '220531.807000', '220531.809000', '220531.812000', '220531.814000', '220531.817000', '220531.820000', '220531.822000', '220531.825000', '220531.827000', '220531.830000', '220531.833000', '220531.835000', '220531.838000', '220531.840000', '220531.843000', '220531.845000', '220531.848000', '220531.851000', '220531.853000', '220531.856000', '220531.859000', '220531.862000', '220531.865000', '220531.867000', '220531.870000', '220531.872000', '220531.875000', '220531.878000', '220531.881000', '220531.884000', '220531.886000', '220531.889000', '220531.892000', '220531.894000', '220531.897000', '220531.900000', '220531.902000', '220531.905000', '220531.907000', '220531.910000', '220551.798000', '220551.800000', '220551.803000', '220551.806000', '220551.808000', '220551.811000', '220551.813000', '220551.816000', '220551.819000', '220551.821000', '220551.824000', '220551.827000', '220551.829000', '220551.832000', '220551.834000', '220551.837000', '220551.840000', '220551.842000', '220551.845000', '220551.847000', '220551.850000', '220551.853000', '220551.855000', '220551.858000', '220551.861000', '220551.863000', '220551.866000', '220551.868000', '220551.871000', '220551.873000', '220551.876000', '220551.879000', '220551.881000', '220551.884000', '220551.886000', '220551.889000', '220551.892000', '220551.894000', '220551.897000', '220551.899000', '220551.902000', '220551.905000', '220551.907000', '220551.910000', '220611.798000', '220611.800000', '220611.803000', '220611.806000', '220611.808000', '220611.811000', '220611.813000', '220611.816000', '220611.819000', '220611.821000', '220611.824000', '220611.826000', '220611.829000', '220611.832000', '220611.834000', '220611.837000', '220611.840000', '220611.842000', '220611.845000', '220611.847000', '220611.850000', '220611.853000', '220611.855000', '220611.858000', '220611.860000', '220611.863000', '220611.866000', '220611.868000', '220611.871000', '220611.873000', '220611.876000', '220611.879000', '220611.881000', '220611.884000', '220611.886000', '220611.889000', '220611.892000', '220611.894000', '220611.897000', '220611.900000', '220611.903000', '220611.906000', '220611.908000', '220631.798000', '220631.800000', '220631.803000', '220631.806000', '220631.808000', '220631.811000', '220631.814000', '220631.816000', '220631.819000', '220631.822000', '220631.824000', '220631.827000', '220631.829000', '220631.832000', '220631.835000', '220631.837000', '220631.840000', '220631.842000', '220631.845000', '220631.848000', '220631.864000', '220631.867000', '220631.869000', '220631.872000', '220631.875000', '220631.877000', '220631.880000', '220631.882000', '220631.885000', '220631.888000', '220631.890000', '220631.893000', '220631.895000', '220631.898000', '220631.901000', '220631.903000', '220631.906000', '220631.909000', '220631.911000', '220631.914000', '220631.916000', '220631.919000', '220631.921000', '220631.924000', '220651.798000', '220651.801000', '220651.803000', '220651.806000', '220651.809000', '220651.811000', '220651.814000', '220651.816000', '220651.819000', '220651.822000', '220651.824000', '220651.827000', '220651.830000', '220651.832000', '220651.835000', '220651.838000', '220651.840000', '220651.843000', '220651.845000', '220651.848000', '220651.851000', '220651.853000', '220651.856000', '220651.858000', '220651.861000', '220651.863000', '220651.866000', '220651.869000', '220651.871000', '220651.874000', '220651.876000', '220651.879000', '220651.882000', '220651.884000', '220651.887000', '220651.890000', '220651.892000', '220651.895000', '220651.898000', '220651.900000', '220651.903000', '220651.905000', '220651.908000', '220711.799000', '220711.801000', '220711.804000', '220711.807000', '220711.809000', '220711.812000', '220711.815000', '220711.817000', '220711.820000', '220711.822000', '220711.825000', '220711.828000', '220711.830000', '220711.833000', '220711.836000', '220711.838000', '220711.841000', '220711.843000', '220711.846000', '220711.849000', '220711.851000', '220711.854000', '220711.856000', '220711.859000', '220711.862000', '220711.864000', '220711.867000', '220711.869000', '220711.872000', '220711.875000', '220711.877000', '220711.880000', '220711.882000', '220711.885000', '220711.888000', '220711.890000', '220711.893000', '220711.896000', '220711.898000', '220711.901000', '220711.904000', '220711.906000', '220711.909000', '220711.911000', '220731.799000', '220731.802000', '220731.804000', '220731.807000', '220731.810000', '220731.812000', '220731.815000', '220731.817000', '220731.820000', '220731.823000', '220731.825000', '220731.828000', '220731.830000', '220731.833000', '220731.836000', '220731.838000', '220731.841000', '220731.843000', '220731.846000', '220731.849000', '220731.851000', '220731.854000', '220731.857000', '220731.859000', '220731.862000', '220731.864000', '220731.867000', '220731.870000', '220731.872000', '220731.875000', '220731.877000', '220731.880000', '220731.883000', '220731.885000', '220731.888000', '220731.890000', '220731.893000', '220731.896000', '220731.898000', '220731.901000', '220731.903000', '220731.906000', '220731.908000', '220751.799000', '220751.802000', '220751.804000', '220751.807000', '220751.810000', '220751.812000', '220751.815000', '220751.817000', '220751.820000', '220751.823000', '220751.826000', '220751.829000', '220751.831000', '220751.834000', '220751.837000', '220751.839000', '220751.842000', '220751.863000', '220751.865000', '220751.868000', '220751.871000', '220751.873000', '220751.876000', '220751.878000', '220751.881000', '220751.884000', '220751.886000', '220751.889000', '220751.891000', '220751.894000', '220751.897000', '220751.899000', '220751.902000', '220751.905000', '220751.907000', '220751.910000', '220751.913000', '220751.915000', '220751.918000', '220751.920000', '220751.923000', '220751.925000', '220751.928000', '220751.931000', '220811.798000', '220811.801000', '220811.803000', '220811.806000', '220811.809000', '220811.811000', '220811.814000', '220811.816000', '220811.819000', '220811.822000', '220811.824000', '220811.827000', '220811.829000', '220811.832000', '220811.835000', '220811.837000', '220811.840000', '220811.843000', '220811.845000', '220811.848000', '220811.851000', '220811.853000', '220811.856000', '220811.858000', '220811.861000', '220811.864000', '220811.866000', '220811.869000', '220811.872000', '220811.874000', '220811.877000', '220811.879000', '220811.882000', '220811.885000', '220811.887000', '220811.890000', '220811.892000', '220811.895000', '220811.898000', '220811.900000', '220811.903000', '220811.906000', '220811.908000', '220831.798000', '220831.801000', '220831.803000', '220831.806000', '220831.809000', '220831.811000', '220831.814000', '220831.816000', '220831.819000', '220831.822000', '220831.824000', '220831.827000', '220831.829000', '220831.832000', '220831.835000', '220831.837000', '220831.840000', '220831.843000', '220831.845000', '220831.848000', '220831.850000', '220831.853000', '220831.856000', '220831.858000', '220831.861000', '220831.863000', '220831.866000', '220831.869000', '220831.871000', '220831.874000', '220831.877000', '220831.879000', '220831.882000', '220831.885000', '220831.887000', '220831.890000', '220831.892000', '220831.895000', '220831.898000', '220831.900000', '220831.903000', '220831.905000', '220831.908000', '220831.911000', '220846.864000', '220846.867000', '220846.870000', '220846.872000', '220846.875000', '220846.878000', '220846.881000', '220846.884000', '220846.887000', '220846.889000', '220846.892000', '220846.895000', '220846.899000', '220846.902000', '220846.906000', '220846.909000', '220846.912000', '220846.915000', '220846.918000', '220846.921000', '220846.923000', '220846.926000', '220846.929000', '220846.932000', '220846.934000', '220846.937000', '220846.940000', '220846.943000', '220846.946000', '220846.949000', '220846.952000', '220846.954000', '220846.957000'], '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': [11594, 13340, 8965, 10166, 7374, 7299, 6310, 6851, 5786, 8472, 10192, 7294, 7616, 8814, 6358, 7930, 9582, 6403, 8128, 10238, 7242, 9027, 5766, 6939, 9325, 6538, 7493, 9263, 6740, 7394, 6042, 6719, 8864, 6593, 8667, 9802, 8163, 9650, 10943, 7271, 9287, 5822, 7240, 9503, 5975, 7736, 9864, 7121, 8984, 6058, 8135, 6358, 7715, 10157, 7374, 7988, 10394, 6356, 8465, 10614, 7062, 9435, 6029, 7740, 10248, 6787, 9088, 5880, 7826, 10169, 6958, 9177, 5979, 7490, 9415, 6077, 8395, 10578, 7347, 9261, 6256, 7025, 5800, 7386, 9878, 7080, 8840, 11014, 6972, 9829, 10596, 8465, 10688, 6810, 8004, 6231, 7147, 6121, 7881, 10561, 7239, 8207, 8516, 6904, 9369, 7023, 9450, 10271, 8616, 9803, 6557, 7446, 9906, 6189, 8211, 11508, 7101, 7935, 6168, 6824, 6193, 7325, 9786, 9060, 7933, 9798, 6382, 7082, 9131, 6864, 9018, 9005, 7168, 9654, 6583, 9159, 10467, 7396, 10009, 11734, 7947, 10055, 7131, 9064, 7197, 9017, 10473, 7880, 9455, 6138, 7761, 9199, 7991, 7967, 10013, 6518, 7405, 6243, 7696, 8725, 8197, 9625, 11172, 9055, 10237, 8329, 7904, 9042, 7728, 8787, 6947, 9248, 6306, 7853, 10347, 7439, 9399, 10716, 7954, 9873, 12215, 7904, 9839, 6867, 8135, 6745, 8428, 5807, 8290, 10547, 6709, 7969, 6405, 7528, 9252, 7541, 9540, 10663, 8424, 9615, 6481, 7069, 6087, 7805, 9396, 7173, 9429, 6073, 8011, 10792, 6134, 8122, 10031, 6504, 8281, 6416, 6828, 6817, 7654, 9125, 7276, 9310, 6117, 7732, 6423, 8022, 10116, 11639, 8849, 10455, 10323, 7423, 10119, 6143, 7817, 9687, 6859, 8911, 10639, 7318, 9504, 5849, 7641, 9695, 6282, 8197, 9830, 6927, 8589, 5829, 6936, 5997, 7857, 9684, 7734, 9085, 6942, 9248, 6268, 9321, 11035, 9239, 8385, 10496, 6602, 7651, 9866, 6983, 8572, 10438, 7101, 9083, 6157, 8398, 5704, 7772, 10461, 7262, 9112, 8321, 7143, 9572, 6000, 7155, 9522, 6060, 8724, 8119, 7156, 9691, 6196, 8975, 10899, 7402, 8901, 11071, 7452, 9225, 5754, 7054, 6114, 7035, 9372, 10539, 8120, 9880, 5900, 7085, 9500, 6838, 9276, 10700, 7014, 9730, 11143, 7412, 9936, 6819, 8719, 6353, 8606, 10791, 7721, 8580, 8162, 7320, 9561, 10148, 7461, 9916, 6039, 6624, 6151, 7154, 9476, 10481, 7221, 8902, 10596, 7617, 9380, 6275, 8422, 6089, 8050, 10797, 7023, 8095, 10647, 6935, 8366, 5988, 7586, 9058, 7177, 8080, 10137, 6520, 7922, 5962, 7413, 9243, 7129, 8915, 5957, 8317, 11190, 7094, 9867, 6497, 9688, 11205, 8071, 9575, 11751, 7748, 9593, 5783, 7397, 5940, 7978, 9170, 7013, 9612, 6372, 7897, 10970, 7732, 9558, 9675, 8062, 11169, 7216, 9775, 6405, 7765, 10460, 7148, 9633, 6359, 7367, 6702, 7428, 9643, 7311, 9638, 11031, 9120, 10733, 6307, 8624, 11011, 7076, 9432, 11055, 7517, 9440, 6214, 8477, 6168, 7944, 10775, 7002, 8965, 10474, 7128, 9361, 10900, 7478, 9395, 8817, 7303, 9794, 6829, 8741, 5965, 8103, 10721, 7395, 9313, 11152, 7286, 9863, 6167, 8646, 10603, 6654, 9189, 11477, 7118, 9841, 6844, 9164, 10950, 6953, 9127, 10921, 7462, 8907, 5741, 7531, 6127, 7490, 9326, 9820, 7754, 9897, 6128, 7075, 7073, 7095, 9085, 7433, 7699, 9172, 6692, 8367, 6312, 6855, 6161, 7475, 9843, 10466, 8381, 10603, 6384, 8304, 5968, 7859, 10322, 6733, 8455, 11120, 7152, 9633, 6720, 8810, 6570, 8448, 11032, 7736, 9071, 6256, 7845, 9609, 6103, 8189, 9735, 6394, 8613, 6094, 6776, 6165, 7550, 10402, 6977, 8332, 10898, 7085, 10266, 11249, 7405, 9971, 10736, 7645, 10391, 6788, 9250, 5880, 8130, 10655, 6639, 9190, 6310, 7732, 10014, 7036, 9557, 11315, 7854, 10339, 11288, 7699, 10507, 6925, 9146, 6444, 8261, 10169, 8078, 9209, 6382, 9169, 6332, 7662, 7910, 8140, 9986, 6944, 9873, 6186, 7423, 6238, 7802, 10278, 6818, 9462, 11457, 9069, 10658, 6411, 8942, 5794, 7932, 10972, 8002, 9963, 7248, 9797, 7078, 9139, 6487, 8643, 11141, 8959, 9247, 5969, 7842, 9940, 8388, 8280, 10136, 6658, 8372, 5965, 6995, 5882, 8489, 10748, 7726, 8055, 10423, 7084, 9400, 5854, 8186, 9397, 6777, 8254, 5845, 8603, 6231, 6091, 7592, 8092, 10689, 11530, 9785, 9589, 9950, 8241, 9019, 8357, 9507, 11937, 9627, 9590, 7341, 8091, 5903, 8323, 9816, 6779, 8848, 6376, 7588, 6183, 8444, 10950, 7796, 8826, 11748, 7426, 9198, 6574, 7202, 6320, 8851, 11008, 8693, 10571, 7788, 9771, 7978, 10077, 12444, 8685, 9709, 6124, 7607, 7486, 7329, 7288, 8910, 11199, 8785, 10295, 7541, 8356, 7178, 8797, 7150, 8517, 7368, 9662, 7469, 10142, 6871, 9600, 6449, 8296, 11449, 11248, 7950, 10016, 6861, 7503, 8046, 7091, 8368, 6837, 8509, 6487, 7977, 6470, 6963, 6988, 7599, 9556, 7288, 9400, 10906, 8978, 9105, 11954, 7101, 8841, 10279, 7062, 8806, 10502, 7350, 9792, 6642, 7867, 6517, 8195, 10612, 7360, 9183, 7473, 7764, 9854, 10744, 8146, 11078, 7108, 8036, 9664, 7517, 8972, 10646, 7476, 9639, 6894, 7721, 9650, 7179, 8149, 9026, 6495, 8902, 6103, 7867, 9159, 7458, 8920, 6781, 8231, 11080, 7329, 9295, 11283, 7376, 9607, 11555, 8168, 9656, 6469, 7731, 5976, 7989, 9972, 7370, 9524, 6644, 7873, 9289, 6819, 9286, 11177, 8659, 10786, 7055, 9254, 11030, 7579, 9512, 11276, 7875, 9234, 6375, 7336, 6960, 7708, 10613, 7844, 9481, 6656, 9485, 11003, 7611, 9463, 11688, 8323, 9955, 6682, 8532, 10966, 7160, 8749, 10383, 7105, 9025, 6460, 8376, 10102, 7062, 8529, 10598, 7304, 9988, 6954, 8900, 10881, 7751, 9803, 8138, 8074, 9915, 7947, 9435, 11106, 8479, 10076, 8777, 7461, 5894, 7969, 5765, 8174, 10242, 7266, 9084, 6091, 7681, 6098, 8625, 10962, 11449, 8761, 10887, 7201, 7875, 7795, 7792, 9307, 6858, 8527, 9686, 6597, 8073, 6245, 8125, 9508, 7855, 8130, 6914, 7826, 5962, 8276, 10021, 7988, 9737, 7642, 9548, 7872, 9712, 11822, 8429, 8727, 9872, 7505, 7697, 6203, 8329, 8497, 6740, 8277, 9533, 8005, 9145, 6268, 9389, 7532, 7369, 7860, 7122, 10256, 11412, 13411, 8655, 9190, 10119, 7217, 8678, 9157, 7119, 9170, 8899, 7708, 9316, 9952, 8484, 9510, 10045, 8222, 9170, 8780, 8226, 8023, 7456, 7331, 5997, 8297, 8649, 8042, 9323, 10769, 7303, 9208, 11000, 7941, 9229, 7187, 7690, 6803, 8569, 10515, 6733, 8016, 9647, 6845, 7693, 6208, 7710, 9902, 7645, 7928, 9914, 7050, 8856, 11215, 6728, 8317, 10622, 7227, 7781, 6170, 7375, 5863, 7873, 9714, 11073, 8737, 9921, 6247, 7835, 9146, 6745, 7810, 8949, 6753, 8121, 6385, 7150, 6007, 7337, 7194, 7249, 9480, 6992, 9083, 6196, 7856, 10205, 11444, 8034, 10873, 11735, 7511, 6507, 7621, 9053, 7659, 8927, 10877, 8452, 9313, 6052, 8049, 9150, 11312, 7936, 9956, 6188, 7692, 7823, 7637, 8571, 7229, 8441, 6654, 7639, 8077, 8004, 9603, 7801, 9543, 11203, 7953, 9537, 6985, 7245, 6234, 6975, 6047, 7895, 9885, 11114, 8509, 10015, 6811, 7086, 6072, 8189, 9503, 11025, 7409, 9300, 8175, 7835, 9870, 7346, 8288, 6913, 8706, 10902, 7415, 8461, 10493, 7354, 8035, 6176, 8371, 9320, 6948, 8778, 6403, 6994, 5962, 8410, 9361, 10974, 8030, 9845, 6824, 8135, 9330, 7830, 8228, 6914, 8524, 10723, 8126, 9609, 6980, 8740, 9814, 6395, 8626, 9772, 6499, 8307, 6120, 6961, 6353, 7267, 8597, 6289, 9060, 6525, 7046, 6130, 7274, 9624, 7435, 9133, 10968, 8954, 10237, 7713, 9583, 6943, 8445, 10999, 7734, 10083, 7214, 8978, 6432, 8303, 10104, 12448, 9102, 9083, 11369, 7641, 8950, 6622, 7161, 8121, 6471, 8203, 6514, 8059, 5970, 6845, 6130, 7796, 10113, 11015, 8465, 9556, 10931, 7668, 8520, 6444, 6956, 5703, 7510, 8635, 6730, 8967, 7076, 8903, 6836, 7946, 7012, 8921, 11814, 13004, 10167, 10337, 7883, 7966, 8112, 9373, 10824, 7557, 8708, 7027, 6698, 6464, 8717, 10556, 10933, 8081, 10362, 7507, 7189, 6354, 8352, 8598, 8045, 9168, 9918, 8432, 9846, 6548, 6056, 7397, 6397, 8339, 9558, 11020, 8766, 9599, 9363, 7395, 6599, 6933, 7170, 8533, 7326, 9359, 8735, 9501, 8599, 10701, 12497, 9719, 9059, 12051, 8401, 9280, 7357, 8989, 10040, 7007, 9038, 9675, 7947, 8596, 7354, 7454, 7390, 9006, 10438, 7495, 8798, 7092, 5764, 6432, 5980, 5801, 6690, 7537, 10202, 11093, 10350, 8788, 11425, 13496, 9672, 10974, 12097, 9726, 10347, 12825, 9101, 8889, 9054, 9137, 8767, 6812, 8874, 8480, 8509, 7931, 6537, 9357, 8354, 8590, 8286, 7954, 8074, 7266, 6701, 7219, 7735, 8053, 8773, 11113, 10060, 8771, 10356, 7718, 8481, 6753, 8781, 10393, 8152, 9154, 8014, 8523, 8010, 8059], 'WindowCenter': [4007.0, 3988.0, 3932.0, 3942.0, 3896.0, 3893.0, 3882.0, 3881.0, 3872.0, 3916.0, 3937.0, 3893.0, 3904.0, 3912.0, 3882.0, 3903.0, 3911.0, 3869.0, 3903.0, 3910.0, 3891.0, 3911.0, 3858.0, 3880.0, 3912.0, 3869.0, 3890.0, 3912.0, 3880.0, 3891.0, 3871.0, 3892.0, 3913.0, 3893.0, 3915.0, 3923.0, 3914.0, 3924.0, 3923.0, 3892.0, 3912.0, 3858.0, 3890.0, 3910.0, 3869.0, 3892.0, 3922.0, 3893.0, 3911.0, 3871.0, 3904.0, 3882.0, 3904.0, 3936.0, 3893.0, 3904.0, 3922.0, 3881.0, 3902.0, 3921.0, 3892.0, 3924.0, 3871.0, 3903.0, 3922.0, 3882.0, 3912.0, 3860.0, 3903.0, 3924.0, 3892.0, 3924.0, 3870.0, 3904.0, 3912.0, 3871.0, 3916.0, 3934.0, 3894.0, 3924.0, 3882.0, 3894.0, 3873.0, 3906.0, 3939.0, 3895.0, 3927.0, 3935.0, 3895.0, 3925.0, 3923.0, 3913.0, 3924.0, 3880.0, 3902.0, 3871.0, 3893.0, 3882.0, 3916.0, 3948.0, 3905.0, 3916.0, 3913.0, 3894.0, 3923.0, 3894.0, 3938.0, 3924.0, 3915.0, 3924.0, 3870.0, 3892.0, 3923.0, 3859.0, 3901.0, 3933.0, 3879.0, 3900.0, 3870.0, 3879.0, 3870.0, 3903.0, 3926.0, 3912.0, 3903.0, 3923.0, 3881.0, 3892.0, 3909.0, 3892.0, 3925.0, 3912.0, 3893.0, 3922.0, 3893.0, 3924.0, 3923.0, 3890.0, 3923.0, 3932.0, 3901.0, 3910.0, 3891.0, 3912.0, 3892.0, 3926.0, 3935.0, 3902.0, 3912.0, 3869.0, 3902.0, 3911.0, 3888.0, 3888.0, 3910.0, 3867.0, 3878.0, 3866.0, 3890.0, 3910.0, 3913.0, 3924.0, 3922.0, 3900.0, 3909.0, 3886.0, 3887.0, 3897.0, 3888.0, 3898.0, 3879.0, 3911.0, 3867.0, 3900.0, 3920.0, 3890.0, 3913.0, 3921.0, 3889.0, 3910.0, 3918.0, 3888.0, 3908.0, 3892.0, 3900.0, 3880.0, 3913.0, 3871.0, 3913.0, 3934.0, 3882.0, 3903.0, 3869.0, 3902.0, 3910.0, 3901.0, 3923.0, 3921.0, 3900.0, 3910.0, 3868.0, 3890.0, 3869.0, 3902.0, 3912.0, 3893.0, 3912.0, 3870.0, 3903.0, 3922.0, 3857.0, 3890.0, 3909.0, 3867.0, 3898.0, 3868.0, 3879.0, 3878.0, 3902.0, 3923.0, 3903.0, 3923.0, 3872.0, 3902.0, 3881.0, 3902.0, 3924.0, 3921.0, 3900.0, 3921.0, 3909.0, 3878.0, 3907.0, 3855.0, 3888.0, 3897.0, 3867.0, 3910.0, 3919.0, 3890.0, 3909.0, 3858.0, 3890.0, 3909.0, 3868.0, 3901.0, 3910.0, 3880.0, 3899.0, 3859.0, 3892.0, 3870.0, 3914.0, 3924.0, 3905.0, 3925.0, 3894.0, 3924.0, 3884.0, 3927.0, 3937.0, 3913.0, 3901.0, 3922.0, 3869.0, 3889.0, 3908.0, 3878.0, 3900.0, 3919.0, 3880.0, 3909.0, 3870.0, 3902.0, 3872.0, 3905.0, 3934.0, 3892.0, 3914.0, 3902.0, 3892.0, 3922.0, 3870.0, 3891.0, 3912.0, 3871.0, 3915.0, 3903.0, 3894.0, 3924.0, 3884.0, 3915.0, 3922.0, 3890.0, 3913.0, 3921.0, 3892.0, 3911.0, 3859.0, 3892.0, 3870.0, 3893.0, 3926.0, 3935.0, 3904.0, 3924.0, 3860.0, 3892.0, 3911.0, 3882.0, 3924.0, 3923.0, 3892.0, 3925.0, 3932.0, 3893.0, 3922.0, 3882.0, 3912.0, 3882.0, 3916.0, 3937.0, 3892.0, 3915.0, 3902.0, 3892.0, 3924.0, 3911.0, 3892.0, 3923.0, 3869.0, 3882.0, 3871.0, 3893.0, 3926.0, 3922.0, 3891.0, 3914.0, 3923.0, 3891.0, 3912.0, 3881.0, 3902.0, 3882.0, 3914.0, 3934.0, 3892.0, 3904.0, 3922.0, 3880.0, 3900.0, 3869.0, 3903.0, 3913.0, 3879.0, 3901.0, 3923.0, 3870.0, 3901.0, 3869.0, 3891.0, 3910.0, 3893.0, 3925.0, 3883.0, 3916.0, 3935.0, 3894.0, 3923.0, 3882.0, 3925.0, 3934.0, 3903.0, 3912.0, 3920.0, 3889.0, 3907.0, 3859.0, 3890.0, 3869.0, 3904.0, 3923.0, 3893.0, 3925.0, 3882.0, 3915.0, 3933.0, 3904.0, 3926.0, 3924.0, 3903.0, 3933.0, 3893.0, 3923.0, 3881.0, 3903.0, 3923.0, 3894.0, 3925.0, 3881.0, 3893.0, 3881.0, 3894.0, 3923.0, 3905.0, 3939.0, 3936.0, 3916.0, 3934.0, 3871.0, 3913.0, 3921.0, 3880.0, 3925.0, 3933.0, 3892.0, 3911.0, 3870.0, 3902.0, 3871.0, 3916.0, 3936.0, 3893.0, 3915.0, 3922.0, 3892.0, 3913.0, 3920.0, 3892.0, 3913.0, 3911.0, 3890.0, 3921.0, 3882.0, 3912.0, 3870.0, 3914.0, 3936.0, 3894.0, 3913.0, 3922.0, 3890.0, 3911.0, 3871.0, 3913.0, 3921.0, 3882.0, 3924.0, 3932.0, 3892.0, 3922.0, 3882.0, 3924.0, 3922.0, 3880.0, 3913.0, 3922.0, 3891.0, 3900.0, 3859.0, 3902.0, 3871.0, 3904.0, 3925.0, 3924.0, 3904.0, 3924.0, 3870.0, 3892.0, 3880.0, 3891.0, 3914.0, 3891.0, 3904.0, 3924.0, 3882.0, 3914.0, 3883.0, 3894.0, 3872.0, 3905.0, 3939.0, 3936.0, 3915.0, 3924.0, 3882.0, 3914.0, 3872.0, 3904.0, 3937.0, 3893.0, 3903.0, 3933.0, 3893.0, 3912.0, 3883.0, 3914.0, 3894.0, 3928.0, 3938.0, 3903.0, 3914.0, 3871.0, 3903.0, 3922.0, 3869.0, 3904.0, 3912.0, 3871.0, 3912.0, 3872.0, 3894.0, 3882.0, 3917.0, 3949.0, 3907.0, 3916.0, 3936.0, 3894.0, 3936.0, 3921.0, 3891.0, 3924.0, 3921.0, 3891.0, 3922.0, 3882.0, 3913.0, 3860.0, 3904.0, 3935.0, 3882.0, 3912.0, 3869.0, 3890.0, 3911.0, 3892.0, 3923.0, 3922.0, 3902.0, 3924.0, 3920.0, 3889.0, 3919.0, 3879.0, 3910.0, 3869.0, 3902.0, 3921.0, 3903.0, 3913.0, 3882.0, 3912.0, 3881.0, 3903.0, 3902.0, 3915.0, 3925.0, 3894.0, 3925.0, 3872.0, 3905.0, 3871.0, 3904.0, 3934.0, 3894.0, 3926.0, 3933.0, 3914.0, 3923.0, 3882.0, 3913.0, 3871.0, 3914.0, 3935.0, 3904.0, 3924.0, 3907.0, 3936.0, 3918.0, 3938.0, 3896.0, 3929.0, 3948.0, 3914.0, 3915.0, 3872.0, 3890.0, 3924.0, 3900.0, 3902.0, 3922.0, 3880.0, 3902.0, 3871.0, 3893.0, 3874.0, 3928.0, 3948.0, 3904.0, 3905.0, 3922.0, 3892.0, 3925.0, 3874.0, 3916.0, 3923.0, 3892.0, 3914.0, 3872.0, 3914.0, 3886.0, 3885.0, 3919.0, 3929.0, 3952.0, 3953.0, 3926.0, 3926.0, 3911.0, 3902.0, 3900.0, 3902.0, 3923.0, 3932.0, 3910.0, 3898.0, 3879.0, 3890.0, 3857.0, 3901.0, 3911.0, 3868.0, 3900.0, 3868.0, 3890.0, 3869.0, 3903.0, 3923.0, 3890.0, 3912.0, 3922.0, 3878.0, 3898.0, 3867.0, 3891.0, 3868.0, 3926.0, 3934.0, 3916.0, 3923.0, 3903.0, 3922.0, 3903.0, 3923.0, 3945.0, 3903.0, 3914.0, 3870.0, 3890.0, 3903.0, 3903.0, 3890.0, 3924.0, 3932.0, 3902.0, 3910.0, 3889.0, 3898.0, 3879.0, 3900.0, 3880.0, 3912.0, 3891.0, 3922.0, 3905.0, 3938.0, 3893.0, 3923.0, 3879.0, 3900.0, 3932.0, 3917.0, 3887.0, 3922.0, 3866.0, 3878.0, 3887.0, 3878.0, 3897.0, 3881.0, 3910.0, 3882.0, 3915.0, 3882.0, 3907.0, 3894.0, 3915.0, 3925.0, 3904.0, 3927.0, 3936.0, 3912.0, 3913.0, 3919.0, 3877.0, 3898.0, 3906.0, 3879.0, 3911.0, 3919.0, 3889.0, 3908.0, 3880.0, 3900.0, 3881.0, 3915.0, 3934.0, 3893.0, 3924.0, 3889.0, 3900.0, 3922.0, 3921.0, 3900.0, 3931.0, 3879.0, 3889.0, 3908.0, 3889.0, 3911.0, 3920.0, 3891.0, 3910.0, 3877.0, 3890.0, 3908.0, 3879.0, 3901.0, 3911.0, 3880.0, 3912.0, 3869.0, 3912.0, 3922.0, 3904.0, 3926.0, 3893.0, 3914.0, 3934.0, 3891.0, 3923.0, 3920.0, 3890.0, 3923.0, 3931.0, 3900.0, 3909.0, 3879.0, 3899.0, 3868.0, 3914.0, 3924.0, 3892.0, 3924.0, 3880.0, 3902.0, 3910.0, 3881.0, 3924.0, 3933.0, 3914.0, 3931.0, 3891.0, 3923.0, 3921.0, 3890.0, 3922.0, 3919.0, 3899.0, 3908.0, 3879.0, 3890.0, 3892.0, 3915.0, 3934.0, 3916.0, 3924.0, 3895.0, 3926.0, 3934.0, 3903.0, 3924.0, 3932.0, 3901.0, 3909.0, 3880.0, 3912.0, 3922.0, 3891.0, 3901.0, 3920.0, 3891.0, 3909.0, 3880.0, 3913.0, 3922.0, 3892.0, 3912.0, 3922.0, 3892.0, 3920.0, 3892.0, 3923.0, 3921.0, 3901.0, 3922.0, 3900.0, 3901.0, 3910.0, 3901.0, 3911.0, 3920.0, 3900.0, 3911.0, 3898.0, 3890.0, 3858.0, 3900.0, 3868.0, 3912.0, 3923.0, 3890.0, 3924.0, 3869.0, 3889.0, 3869.0, 3911.0, 3933.0, 3921.0, 3901.0, 3919.0, 3877.0, 3886.0, 3875.0, 3887.0, 3908.0, 3866.0, 3898.0, 3908.0, 3867.0, 3887.0, 3866.0, 3899.0, 3910.0, 3900.0, 3900.0, 3890.0, 3900.0, 3870.0, 3913.0, 3923.0, 3903.0, 3923.0, 3905.0, 3922.0, 3903.0, 3925.0, 3934.0, 3889.0, 3900.0, 3909.0, 3877.0, 3887.0, 3855.0, 3899.0, 3897.0, 3865.0, 3898.0, 3909.0, 3900.0, 3910.0, 3869.0, 3910.0, 3900.0, 3890.0, 3914.0, 3904.0, 3937.0, 3947.0, 3933.0, 3899.0, 3899.0, 3907.0, 3876.0, 3886.0, 3884.0, 3862.0, 3884.0, 3881.0, 3861.0, 3883.0, 3880.0, 3871.0, 3892.0, 3880.0, 3871.0, 3881.0, 3869.0, 3872.0, 3873.0, 3862.0, 3874.0, 3852.0, 3896.0, 3895.0, 3898.0, 3910.0, 3918.0, 3876.0, 3909.0, 3919.0, 3888.0, 3907.0, 3878.0, 3887.0, 3879.0, 3912.0, 3922.0, 3880.0, 3901.0, 3910.0, 3880.0, 3889.0, 3880.0, 3904.0, 3935.0, 3890.0, 3902.0, 3921.0, 3890.0, 3912.0, 3920.0, 3878.0, 3901.0, 3920.0, 3890.0, 3889.0, 3870.0, 3902.0, 3871.0, 3914.0, 3936.0, 3934.0, 3913.0, 3912.0, 3868.0, 3890.0, 3898.0, 3867.0, 3890.0, 3899.0, 3879.0, 3900.0, 3880.0, 3890.0, 3882.0, 3904.0, 3905.0, 3918.0, 3938.0, 3906.0, 3928.0, 3885.0, 3917.0, 3938.0, 3933.0, 3902.0, 3923.0, 3920.0, 3878.0, 3867.0, 3890.0, 3909.0, 3901.0, 3913.0, 3922.0, 3901.0, 3910.0, 3857.0, 3899.0, 3910.0, 3917.0, 3888.0, 3908.0, 3854.0, 3876.0, 3874.0, 3887.0, 3897.0, 3889.0, 3900.0, 3892.0, 3904.0, 3902.0, 3904.0, 3922.0, 3902.0, 3924.0, 3920.0, 3901.0, 3912.0, 3878.0, 3891.0, 3868.0, 3891.0, 3869.0, 3903.0, 3937.0, 3946.0, 3914.0, 3923.0, 3880.0, 3879.0, 3868.0, 3901.0, 3923.0, 3919.0, 3879.0, 3910.0, 3888.0, 3889.0, 3908.0, 3889.0, 3899.0, 3890.0, 3913.0, 3932.0, 3890.0, 3901.0, 3908.0, 3877.0, 3888.0, 3855.0, 3900.0, 3910.0, 3879.0, 3900.0, 3879.0, 3891.0, 3867.0, 3901.0, 3923.0, 3933.0, 3901.0, 3921.0, 3878.0, 3900.0, 3898.0, 3889.0, 3899.0, 3892.0, 3925.0, 3933.0, 3902.0, 3923.0, 3880.0, 3912.0, 3922.0, 3868.0, 3912.0, 3921.0, 3868.0, 3899.0, 3870.0, 3891.0, 3881.0, 3904.0, 3925.0, 3908.0, 3939.0, 3896.0, 3909.0, 3886.0, 3918.0, 3938.0, 3919.0, 3942.0, 3948.0, 3927.0, 3935.0, 3904.0, 3923.0, 3892.0, 3914.0, 3934.0, 3904.0, 3936.0, 3893.0, 3913.0, 3870.0, 3902.0, 3924.0, 3933.0, 3900.0, 3900.0, 3918.0, 3888.0, 3897.0, 3867.0, 3879.0, 3899.0, 3882.0, 3914.0, 3894.0, 3915.0, 3885.0, 3906.0, 3884.0, 3916.0, 3938.0, 3935.0, 3904.0, 3914.0, 3910.0, 3891.0, 3888.0, 3868.0, 3879.0, 3858.0, 3891.0, 3912.0, 3895.0, 3926.0, 3895.0, 3928.0, 3894.0, 3916.0, 3894.0, 3915.0, 3949.0, 3945.0, 3912.0, 3909.0, 3888.0, 3888.0, 3902.0, 3912.0, 3922.0, 3890.0, 3902.0, 3880.0, 3880.0, 3881.0, 3913.0, 3934.0, 3921.0, 3890.0, 3922.0, 3878.0, 3878.0, 3866.0, 3900.0, 3898.0, 3900.0, 3913.0, 3922.0, 3902.0, 3921.0, 3882.0, 3881.0, 3905.0, 3893.0, 3914.0, 3937.0, 3922.0, 3900.0, 3911.0, 3912.0, 3892.0, 3881.0, 3878.0, 3890.0, 3899.0, 3903.0, 3923.0, 3927.0, 3937.0, 3929.0, 3950.0, 3948.0, 3924.0, 3913.0, 3920.0, 3886.0, 3885.0, 3864.0, 3897.0, 3897.0, 3865.0, 3899.0, 3908.0, 3887.0, 3896.0, 3888.0, 3877.0, 3889.0, 3913.0, 3935.0, 3904.0, 3914.0, 3895.0, 3873.0, 3893.0, 3896.0, 3887.0, 3906.0, 3919.0, 3951.0, 3951.0, 3926.0, 3905.0, 3937.0, 3933.0, 3900.0, 3910.0, 3906.0, 3884.0, 3884.0, 3892.0, 3872.0, 3873.0, 3870.0, 3882.0, 3872.0, 3851.0, 3883.0, 3870.0, 3872.0, 3872.0, 3840.0, 3895.0, 3885.0, 3899.0, 3899.0, 3900.0, 3887.0, 3890.0, 3881.0, 3892.0, 3904.0, 3903.0, 3927.0, 3950.0, 3926.0, 3916.0, 3923.0, 3904.0, 3912.0, 3880.0, 3913.0, 3921.0, 3902.0, 3910.0, 3900.0, 3900.0, 3903.0, 3904.0], 'WindowWidth': [8935.0, 8889.0, 8803.0, 8812.0, 8739.0, 8731.0, 8717.0, 8715.0, 8705.0, 8767.0, 8797.0, 8731.0, 8747.0, 8755.0, 8715.0, 8745.0, 8752.0, 8693.0, 8742.0, 8748.0, 8723.0, 8750.0, 8677.0, 8710.0, 8753.0, 8691.0, 8721.0, 8753.0, 8708.0, 8726.0, 8698.0, 8729.0, 8756.0, 8733.0, 8764.0, 8772.0, 8760.0, 8772.0, 8769.0, 8727.0, 8752.0, 8676.0, 8722.0, 8748.0, 8693.0, 8727.0, 8765.0, 8730.0, 8751.0, 8701.0, 8748.0, 8715.0, 8749.0, 8795.0, 8729.0, 8746.0, 8766.0, 8713.0, 8741.0, 8765.0, 8729.0, 8772.0, 8699.0, 8744.0, 8767.0, 8716.0, 8753.0, 8683.0, 8746.0, 8773.0, 8730.0, 8774.0, 8698.0, 8747.0, 8754.0, 8702.0, 8767.0, 8787.0, 8733.0, 8773.0, 8717.0, 8735.0, 8706.0, 8757.0, 8802.0, 8738.0, 8784.0, 8790.0, 8737.0, 8777.0, 8772.0, 8758.0, 8773.0, 8709.0, 8740.0, 8699.0, 8731.0, 8718.0, 8768.0, 8815.0, 8749.0, 8766.0, 8757.0, 8734.0, 8771.0, 8737.0, 8799.0, 8776.0, 8764.0, 8773.0, 8697.0, 8729.0, 8771.0, 8679.0, 8737.0, 8783.0, 8706.0, 8737.0, 8697.0, 8708.0, 8699.0, 8745.0, 8780.0, 8756.0, 8744.0, 8773.0, 8712.0, 8729.0, 8748.0, 8731.0, 8777.0, 8756.0, 8730.0, 8769.0, 8734.0, 8774.0, 8770.0, 8724.0, 8769.0, 8778.0, 8737.0, 8748.0, 8727.0, 8753.0, 8732.0, 8782.0, 8793.0, 8742.0, 8753.0, 8693.0, 8741.0, 8752.0, 8715.0, 8716.0, 8747.0, 8685.0, 8702.0, 8686.0, 8722.0, 8751.0, 8758.0, 8776.0, 8769.0, 8735.0, 8745.0, 8708.0, 8712.0, 8725.0, 8715.0, 8729.0, 8706.0, 8752.0, 8688.0, 8737.0, 8762.0, 8724.0, 8757.0, 8764.0, 8719.0, 8746.0, 8753.0, 8715.0, 8742.0, 8730.0, 8737.0, 8710.0, 8757.0, 8699.0, 8757.0, 8789.0, 8715.0, 8744.0, 8694.0, 8740.0, 8749.0, 8739.0, 8770.0, 8763.0, 8736.0, 8749.0, 8692.0, 8724.0, 8695.0, 8741.0, 8755.0, 8731.0, 8756.0, 8698.0, 8743.0, 8768.0, 8672.0, 8720.0, 8744.0, 8688.0, 8729.0, 8691.0, 8709.0, 8706.0, 8744.0, 8772.0, 8747.0, 8772.0, 8703.0, 8743.0, 8713.0, 8743.0, 8776.0, 8766.0, 8736.0, 8762.0, 8743.0, 8702.0, 8739.0, 8667.0, 8714.0, 8725.0, 8689.0, 8750.0, 8759.0, 8722.0, 8745.0, 8679.0, 8722.0, 8745.0, 8690.0, 8738.0, 8749.0, 8709.0, 8733.0, 8680.0, 8728.0, 8698.0, 8762.0, 8775.0, 8752.0, 8778.0, 8738.0, 8775.0, 8723.0, 8781.0, 8799.0, 8757.0, 8739.0, 8766.0, 8691.0, 8719.0, 8740.0, 8704.0, 8736.0, 8760.0, 8709.0, 8746.0, 8699.0, 8740.0, 8703.0, 8752.0, 8789.0, 8729.0, 8760.0, 8740.0, 8728.0, 8766.0, 8696.0, 8726.0, 8752.0, 8702.0, 8763.0, 8744.0, 8735.0, 8774.0, 8721.0, 8763.0, 8769.0, 8722.0, 8755.0, 8766.0, 8727.0, 8753.0, 8682.0, 8730.0, 8698.0, 8733.0, 8779.0, 8791.0, 8747.0, 8773.0, 8683.0, 8728.0, 8751.0, 8716.0, 8773.0, 8770.0, 8727.0, 8774.0, 8781.0, 8731.0, 8767.0, 8717.0, 8755.0, 8716.0, 8768.0, 8798.0, 8730.0, 8763.0, 8740.0, 8728.0, 8773.0, 8750.0, 8728.0, 8770.0, 8694.0, 8715.0, 8701.0, 8733.0, 8779.0, 8769.0, 8725.0, 8760.0, 8770.0, 8726.0, 8753.0, 8714.0, 8743.0, 8716.0, 8763.0, 8789.0, 8727.0, 8746.0, 8767.0, 8708.0, 8735.0, 8694.0, 8743.0, 8758.0, 8706.0, 8739.0, 8768.0, 8694.0, 8738.0, 8694.0, 8727.0, 8750.0, 8732.0, 8777.0, 8719.0, 8765.0, 8790.0, 8736.0, 8772.0, 8717.0, 8776.0, 8786.0, 8742.0, 8754.0, 8760.0, 8719.0, 8739.0, 8679.0, 8722.0, 8694.0, 8747.0, 8772.0, 8733.0, 8776.0, 8717.0, 8764.0, 8784.0, 8748.0, 8780.0, 8774.0, 8743.0, 8784.0, 8732.0, 8769.0, 8713.0, 8745.0, 8772.0, 8736.0, 8777.0, 8713.0, 8732.0, 8713.0, 8733.0, 8770.0, 8753.0, 8802.0, 8793.0, 8765.0, 8786.0, 8700.0, 8757.0, 8764.0, 8711.0, 8775.0, 8783.0, 8726.0, 8751.0, 8698.0, 8742.0, 8702.0, 8769.0, 8794.0, 8730.0, 8762.0, 8768.0, 8728.0, 8757.0, 8761.0, 8727.0, 8758.0, 8750.0, 8724.0, 8764.0, 8716.0, 8755.0, 8699.0, 8762.0, 8794.0, 8733.0, 8756.0, 8768.0, 8725.0, 8752.0, 8699.0, 8758.0, 8764.0, 8717.0, 8773.0, 8779.0, 8728.0, 8766.0, 8717.0, 8774.0, 8767.0, 8710.0, 8757.0, 8765.0, 8724.0, 8735.0, 8682.0, 8741.0, 8700.0, 8748.0, 8778.0, 8775.0, 8746.0, 8772.0, 8697.0, 8729.0, 8709.0, 8728.0, 8759.0, 8724.0, 8748.0, 8775.0, 8717.0, 8760.0, 8718.0, 8737.0, 8704.0, 8753.0, 8804.0, 8793.0, 8763.0, 8773.0, 8716.0, 8759.0, 8703.0, 8748.0, 8798.0, 8734.0, 8745.0, 8783.0, 8730.0, 8753.0, 8718.0, 8761.0, 8736.0, 8786.0, 8801.0, 8746.0, 8760.0, 8698.0, 8743.0, 8769.0, 8694.0, 8746.0, 8754.0, 8699.0, 8755.0, 8705.0, 8735.0, 8719.0, 8771.0, 8819.0, 8758.0, 8767.0, 8794.0, 8735.0, 8792.0, 8767.0, 8724.0, 8771.0, 8766.0, 8726.0, 8768.0, 8716.0, 8758.0, 8686.0, 8748.0, 8792.0, 8715.0, 8756.0, 8696.0, 8725.0, 8750.0, 8727.0, 8771.0, 8768.0, 8744.0, 8773.0, 8762.0, 8719.0, 8759.0, 8707.0, 8749.0, 8694.0, 8742.0, 8766.0, 8746.0, 8757.0, 8715.0, 8756.0, 8715.0, 8747.0, 8741.0, 8764.0, 8777.0, 8734.0, 8777.0, 8703.0, 8749.0, 8700.0, 8748.0, 8788.0, 8738.0, 8779.0, 8785.0, 8761.0, 8769.0, 8716.0, 8756.0, 8699.0, 8763.0, 8791.0, 8748.0, 8775.0, 8759.0, 8795.0, 8780.0, 8801.0, 8744.0, 8790.0, 8814.0, 8760.0, 8763.0, 8701.0, 8722.0, 8775.0, 8735.0, 8740.0, 8767.0, 8708.0, 8741.0, 8701.0, 8732.0, 8712.0, 8789.0, 8815.0, 8747.0, 8749.0, 8766.0, 8728.0, 8778.0, 8709.0, 8768.0, 8773.0, 8731.0, 8762.0, 8707.0, 8762.0, 8729.0, 8729.0, 8778.0, 8792.0, 8828.0, 8831.0, 8781.0, 8778.0, 8751.0, 8740.0, 8733.0, 8738.0, 8771.0, 8780.0, 8748.0, 8726.0, 8705.0, 8720.0, 8674.0, 8739.0, 8752.0, 8691.0, 8735.0, 8690.0, 8722.0, 8693.0, 8742.0, 8773.0, 8724.0, 8753.0, 8765.0, 8702.0, 8726.0, 8686.0, 8724.0, 8692.0, 8782.0, 8787.0, 8765.0, 8771.0, 8747.0, 8768.0, 8745.0, 8775.0, 8804.0, 8744.0, 8757.0, 8695.0, 8723.0, 8747.0, 8744.0, 8723.0, 8776.0, 8782.0, 8740.0, 8746.0, 8718.0, 8729.0, 8707.0, 8735.0, 8709.0, 8755.0, 8728.0, 8768.0, 8754.0, 8800.0, 8733.0, 8772.0, 8709.0, 8737.0, 8782.0, 8752.0, 8712.0, 8765.0, 8683.0, 8704.0, 8712.0, 8705.0, 8728.0, 8713.0, 8750.0, 8719.0, 8765.0, 8719.0, 8758.0, 8737.0, 8767.0, 8777.0, 8750.0, 8784.0, 8799.0, 8756.0, 8757.0, 8758.0, 8698.0, 8728.0, 8736.0, 8706.0, 8751.0, 8758.0, 8720.0, 8742.0, 8710.0, 8737.0, 8715.0, 8766.0, 8790.0, 8732.0, 8773.0, 8721.0, 8737.0, 8768.0, 8767.0, 8737.0, 8779.0, 8705.0, 8719.0, 8743.0, 8720.0, 8751.0, 8761.0, 8725.0, 8748.0, 8702.0, 8722.0, 8745.0, 8706.0, 8740.0, 8753.0, 8712.0, 8756.0, 8697.0, 8758.0, 8770.0, 8749.0, 8783.0, 8733.0, 8763.0, 8789.0, 8726.0, 8771.0, 8763.0, 8721.0, 8770.0, 8779.0, 8738.0, 8746.0, 8708.0, 8735.0, 8694.0, 8762.0, 8775.0, 8730.0, 8777.0, 8711.0, 8743.0, 8752.0, 8714.0, 8777.0, 8786.0, 8762.0, 8779.0, 8727.0, 8772.0, 8766.0, 8724.0, 8769.0, 8760.0, 8734.0, 8742.0, 8709.0, 8725.0, 8733.0, 8767.0, 8789.0, 8771.0, 8777.0, 8739.0, 8781.0, 8788.0, 8746.0, 8773.0, 8780.0, 8739.0, 8746.0, 8712.0, 8756.0, 8769.0, 8727.0, 8738.0, 8763.0, 8725.0, 8747.0, 8712.0, 8759.0, 8770.0, 8730.0, 8756.0, 8769.0, 8730.0, 8764.0, 8732.0, 8772.0, 8765.0, 8740.0, 8768.0, 8736.0, 8737.0, 8748.0, 8740.0, 8754.0, 8762.0, 8736.0, 8750.0, 8729.0, 8725.0, 8681.0, 8739.0, 8694.0, 8758.0, 8773.0, 8723.0, 8777.0, 8695.0, 8722.0, 8696.0, 8755.0, 8788.0, 8767.0, 8738.0, 8760.0, 8697.0, 8711.0, 8694.0, 8713.0, 8745.0, 8686.0, 8730.0, 8743.0, 8686.0, 8715.0, 8685.0, 8732.0, 8749.0, 8736.0, 8736.0, 8724.0, 8737.0, 8698.0, 8759.0, 8773.0, 8746.0, 8772.0, 8752.0, 8769.0, 8747.0, 8778.0, 8792.0, 8717.0, 8734.0, 8744.0, 8699.0, 8712.0, 8669.0, 8731.0, 8728.0, 8680.0, 8728.0, 8747.0, 8738.0, 8748.0, 8692.0, 8750.0, 8737.0, 8725.0, 8764.0, 8751.0, 8800.0, 8816.0, 8786.0, 8732.0, 8730.0, 8736.0, 8696.0, 8709.0, 8703.0, 8670.0, 8701.0, 8693.0, 8667.0, 8697.0, 8690.0, 8680.0, 8710.0, 8691.0, 8678.0, 8694.0, 8674.0, 8682.0, 8687.0, 8672.0, 8690.0, 8660.0, 8724.0, 8722.0, 8731.0, 8749.0, 8756.0, 8697.0, 8746.0, 8759.0, 8716.0, 8740.0, 8704.0, 8715.0, 8708.0, 8755.0, 8769.0, 8710.0, 8739.0, 8751.0, 8712.0, 8720.0, 8713.0, 8749.0, 8793.0, 8724.0, 8741.0, 8764.0, 8724.0, 8755.0, 8761.0, 8704.0, 8739.0, 8763.0, 8723.0, 8722.0, 8699.0, 8743.0, 8702.0, 8763.0, 8797.0, 8791.0, 8757.0, 8753.0, 8691.0, 8721.0, 8729.0, 8688.0, 8723.0, 8733.0, 8706.0, 8735.0, 8710.0, 8727.0, 8717.0, 8752.0, 8754.0, 8777.0, 8800.0, 8757.0, 8789.0, 8726.0, 8772.0, 8800.0, 8787.0, 8741.0, 8769.0, 8760.0, 8703.0, 8689.0, 8723.0, 8746.0, 8741.0, 8760.0, 8767.0, 8740.0, 8749.0, 8675.0, 8733.0, 8747.0, 8754.0, 8716.0, 8743.0, 8663.0, 8697.0, 8692.0, 8714.0, 8726.0, 8721.0, 8738.0, 8731.0, 8747.0, 8744.0, 8748.0, 8770.0, 8743.0, 8775.0, 8763.0, 8740.0, 8753.0, 8703.0, 8726.0, 8692.0, 8726.0, 8697.0, 8745.0, 8798.0, 8811.0, 8763.0, 8771.0, 8708.0, 8705.0, 8690.0, 8738.0, 8772.0, 8760.0, 8705.0, 8747.0, 8715.0, 8719.0, 8741.0, 8719.0, 8732.0, 8725.0, 8760.0, 8783.0, 8721.0, 8740.0, 8742.0, 8699.0, 8715.0, 8667.0, 8734.0, 8750.0, 8708.0, 8735.0, 8708.0, 8725.0, 8690.0, 8740.0, 8771.0, 8785.0, 8740.0, 8764.0, 8704.0, 8734.0, 8728.0, 8720.0, 8732.0, 8732.0, 8777.0, 8783.0, 8743.0, 8772.0, 8709.0, 8754.0, 8766.0, 8691.0, 8754.0, 8764.0, 8691.0, 8733.0, 8697.0, 8728.0, 8716.0, 8751.0, 8781.0, 8765.0, 8804.0, 8742.0, 8765.0, 8730.0, 8774.0, 8801.0, 8780.0, 8812.0, 8816.0, 8785.0, 8793.0, 8749.0, 8771.0, 8727.0, 8760.0, 8789.0, 8748.0, 8792.0, 8733.0, 8757.0, 8697.0, 8741.0, 8774.0, 8784.0, 8735.0, 8733.0, 8754.0, 8714.0, 8726.0, 8686.0, 8707.0, 8732.0, 8717.0, 8762.0, 8738.0, 8766.0, 8727.0, 8758.0, 8724.0, 8768.0, 8801.0, 8790.0, 8748.0, 8758.0, 8746.0, 8722.0, 8713.0, 8689.0, 8705.0, 8677.0, 8728.0, 8756.0, 8740.0, 8781.0, 8738.0, 8787.0, 8738.0, 8768.0, 8735.0, 8764.0, 8819.0, 8804.0, 8753.0, 8744.0, 8717.0, 8718.0, 8743.0, 8755.0, 8766.0, 8720.0, 8741.0, 8711.0, 8711.0, 8713.0, 8759.0, 8789.0, 8766.0, 8723.0, 8767.0, 8703.0, 8703.0, 8684.0, 8736.0, 8730.0, 8736.0, 8756.0, 8770.0, 8741.0, 8766.0, 8717.0, 8716.0, 8753.0, 8737.0, 8763.0, 8797.0, 8769.0, 8735.0, 8750.0, 8754.0, 8727.0, 8712.0, 8704.0, 8722.0, 8734.0, 8745.0, 8773.0, 8786.0, 8797.0, 8792.0, 8821.0, 8814.0, 8774.0, 8754.0, 8758.0, 8709.0, 8702.0, 8675.0, 8723.0, 8725.0, 8680.0, 8729.0, 8740.0, 8713.0, 8721.0, 8717.0, 8698.0, 8719.0, 8758.0, 8791.0, 8751.0, 8759.0, 8740.0, 8708.0, 8736.0, 8746.0, 8735.0, 8757.0, 8778.0, 8824.0, 8823.0, 8777.0, 8747.0, 8794.0, 8781.0, 8733.0, 8745.0, 8731.0, 8699.0, 8697.0, 8704.0, 8679.0, 8683.0, 8674.0, 8692.0, 8679.0, 8652.0, 8697.0, 8674.0, 8680.0, 8680.0, 8637.0, 8715.0, 8708.0, 8734.0, 8731.0, 8735.0, 8711.0, 8721.0, 8715.0, 8728.0, 8750.0, 8746.0, 8783.0, 8819.0, 8780.0, 8764.0, 8770.0, 8746.0, 8754.0, 8708.0, 8755.0, 8764.0, 8740.0, 8746.0, 8735.0, 8733.0, 8744.0, 8748.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.00024985759493670887</td></tr>
<tr><td colspan=3>aqi</td><td>0.034348631170886074</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.23095483235943</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1831097957244665</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9641822106650831</td></tr>
<tr><td colspan=3>efc</td><td>0.46</td></tr>
<tr><td colspan=3>fber</td><td>5718.1138</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10948809591881394</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>122</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.651898734177216</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5711030313947667</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5501738482900262</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.662390845614565</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5007444002797095</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111596</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010121671482920647</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019314520061016083</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9479822910748164</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.8712</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8521</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.7641</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305368.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>288.9057</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6362</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>452.581</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3155.5684</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3356.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1039.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.0485</td></tr>
<tr><td colspan=3>tsnr</td><td>36.72798731154762</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>