ds005256-mriqc/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 212d70bc63 [DATALAD RUNCMD] Compute MRIQC for sub-0128
=== 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-0128 --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-0128",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:44:34 +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-0128_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-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_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-0128/figures/sub-0128_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128/ses-04/func/sub-0128_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>a039a91f06270b30eb913613b3b7f4a8</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:02:57.245000</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.998026, 0.0025463, 0.0627434, -0.0165494, 0.974519, 0.223694]</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.091463</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>[4248, -7807, -7189, 428, -110, 72, 131, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>226.906</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3017864e-80f7-4b44-a9e5-35135046606e||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.6776320934295654, -0.04440080374479294, 0.1635526418685913, 110.50022888183594], [-0.006831541191786528, 2.614563226699829, 0.6055847406387329, -117.06645202636719], [0.16833598911762238, -0.6001539826393127, 2.626122236251831, -38.1633415222168], [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': ['190257.245000', '190257.705000', '190258.165000', '190258.625000', '190259.085000', '190259.545000', '190300.005000', '190300.465000', '190300.925000', '190301.385000', '190301.845000', '190302.305000', '190302.765000', '190303.225000', '190303.685000', '190304.145000', '190304.605000', '190305.065000', '190305.525000', '190305.985000', '190306.445000', '190306.905000', '190307.365000', '190307.825000', '190308.285000', '190308.745000', '190309.205000', '190309.665000', '190310.125000', '190310.585000', '190311.045000', '190311.505000', '190311.965000', '190312.425000', '190312.885000', '190313.345000', '190313.805000', '190314.265000', '190314.725000', '190315.185000', '190315.645000', '190316.105000', '190316.565000', '190317.025000', '190317.485000', '190317.945000', '190318.405000', '190318.865000', '190319.325000', '190319.785000', '190320.245000', '190320.705000', '190321.165000', '190321.625000', '190322.085000', '190322.545000', '190323.005000', '190323.465000', '190323.925000', '190324.385000', '190324.845000', '190325.305000', '190325.765000', '190326.225000', '190326.685000', '190327.145000', '190327.605000', '190328.065000', '190328.525000', '190328.985000', '190329.445000', '190329.905000', '190330.365000', '190330.825000', '190331.285000', '190331.745000', '190332.205000', '190332.665000', '190333.125000', '190333.585000', '190334.045000', '190334.505000', '190334.965000', '190335.425000', '190335.885000', '190336.345000', '190336.805000', '190337.265000', '190337.725000', '190338.185000', '190338.645000', '190339.105000', '190339.565000', '190340.025000', '190340.485000', '190340.945000', '190341.405000', '190341.865000', '190342.325000', '190342.785000', '190343.245000', '190343.705000', '190344.165000', '190344.625000', '190345.085000', '190345.545000', '190346.005000', '190346.465000', '190346.925000', '190347.385000', '190347.845000', '190348.305000', '190348.765000', '190349.225000', '190349.685000', '190350.145000', '190350.605000', '190351.065000', '190351.525000', '190351.985000', '190352.445000', '190352.905000', '190353.365000', '190353.825000', '190354.285000', '190354.745000', '190355.205000', '190355.665000', '190356.125000', '190356.585000', '190357.045000', '190357.505000', '190357.965000', '190358.425000', '190358.885000', '190359.345000', '190359.805000', '190400.265000', '190400.725000', '190401.185000', '190401.645000', '190402.105000', '190402.565000', '190403.025000', '190403.485000', '190403.945000', '190404.405000', '190404.865000', '190405.325000', '190405.785000', '190406.245000', '190406.705000', '190407.165000', '190407.625000', '190408.085000', '190408.545000', '190409.005000', '190409.465000', '190409.925000', '190410.385000', '190410.845000', '190411.305000', '190411.765000', '190412.225000', '190412.685000', '190413.145000', '190413.605000', '190414.065000', '190414.525000', '190414.985000', '190415.445000', '190415.905000', '190416.365000', '190416.825000', '190417.285000', '190417.745000', '190418.205000', '190418.665000', '190419.125000', '190419.585000', '190420.045000', '190420.505000', '190420.965000', '190421.425000', '190421.885000', '190422.345000', '190422.805000', '190423.265000', '190423.725000', '190424.185000', '190424.645000', '190425.105000', '190425.565000', '190426.025000', '190426.485000', '190426.945000', '190427.405000', '190427.865000', '190428.325000', '190428.785000', '190429.245000', '190429.705000', '190430.165000', '190430.625000', '190431.085000', '190431.545000', '190432.005000', '190432.465000', '190432.925000', '190433.385000', '190433.845000', '190434.305000', '190434.765000', '190435.225000', '190435.685000', '190436.145000', '190436.605000', '190437.065000', '190437.525000', '190437.985000', '190438.445000', '190438.905000', '190439.365000', '190439.825000', '190440.285000', '190440.745000', '190441.205000', '190441.665000', '190442.125000', '190442.585000', '190443.045000', '190443.505000', '190443.965000', '190444.425000', '190444.885000', '190445.345000', '190445.805000', '190446.265000', '190446.725000', '190447.185000', '190447.645000', '190448.105000', '190448.565000', '190449.025000', '190449.485000', '190449.945000', '190450.405000', '190450.865000', '190451.325000', '190451.785000', '190452.245000', '190452.705000', '190453.165000', '190453.625000', '190454.085000', '190454.545000', '190455.005000', '190455.465000', '190455.925000', '190456.385000', '190456.845000', '190457.305000', '190457.765000', '190458.225000', '190458.685000', '190459.145000', '190459.605000', '190500.065000', '190500.525000', '190500.985000', '190501.445000', '190501.905000', '190502.365000', '190502.825000', '190503.285000', '190503.745000', '190504.205000', '190504.665000', '190505.125000', '190505.585000', '190506.045000', '190506.505000', '190506.965000', '190507.425000', '190507.885000', '190508.345000', '190508.805000', '190509.265000', '190509.725000', '190510.185000', '190510.645000', '190511.105000', '190511.565000', '190512.025000', '190512.485000', '190512.945000', '190513.405000', '190513.865000', '190514.325000', '190514.785000', '190515.245000', '190515.705000', '190516.165000', '190516.625000', '190517.085000', '190517.545000', '190518.005000', '190518.465000', '190518.925000', '190519.385000', '190519.845000', '190520.305000', '190520.765000', '190521.225000', '190521.685000', '190522.145000', '190522.605000', '190523.065000', '190523.525000', '190523.985000', '190524.445000', '190524.905000', '190525.365000', '190525.825000', '190526.285000', '190526.745000', '190527.205000', '190527.665000', '190528.125000', '190528.585000', '190529.045000', '190529.505000', '190529.965000', '190530.425000', '190530.885000', '190531.345000', '190531.805000', '190532.265000', '190532.725000', '190533.185000', '190533.645000', '190534.105000', '190534.565000', '190535.025000', '190535.485000', '190535.945000', '190536.405000', '190536.865000', '190537.325000', '190537.785000', '190538.245000', '190538.705000', '190539.165000', '190539.625000', '190540.085000', '190540.545000', '190541.005000', '190541.465000', '190541.925000', '190542.385000', '190542.845000', '190543.305000', '190543.765000', '190544.225000', '190544.685000', '190545.145000', '190545.605000', '190546.065000', '190546.525000', '190546.985000', '190547.445000', '190547.905000', '190548.365000', '190548.825000', '190549.285000', '190549.745000', '190550.205000', '190550.665000', '190551.125000', '190551.585000', '190552.045000', '190552.505000', '190552.965000', '190553.425000', '190553.885000', '190554.345000', '190554.805000', '190555.265000', '190555.725000', '190556.185000', '190556.645000', '190557.105000', '190557.565000', '190558.025000', '190558.485000', '190558.945000', '190559.405000', '190559.865000', '190600.325000', '190600.785000', '190601.245000', '190601.705000', '190602.165000', '190602.625000', '190603.085000', '190603.545000', '190604.005000', '190604.465000', '190604.925000', '190605.385000', '190605.845000', '190606.305000', '190606.765000', '190607.225000', '190607.685000', '190608.145000', '190608.605000', '190609.065000', '190609.525000', '190609.985000', '190610.445000', '190610.905000', '190611.365000', '190611.825000', '190612.285000', '190612.745000', '190613.205000', '190613.665000', '190614.125000', '190614.585000', '190615.045000', '190615.505000', '190615.965000', '190616.425000', '190616.885000', '190617.345000', '190617.805000', '190618.265000', '190618.725000', '190619.185000', '190619.645000', '190620.105000', '190620.565000', '190621.025000', '190621.485000', '190621.945000', '190622.405000', '190622.865000', '190623.325000', '190623.785000', '190624.245000', '190624.705000', '190625.165000', '190625.625000', '190626.085000', '190626.545000', '190627.005000', '190627.465000', '190627.925000', '190628.385000', '190628.845000', '190629.305000', '190629.765000', '190630.225000', '190630.685000', '190631.145000', '190631.605000', '190632.065000', '190632.525000', '190632.985000', '190633.445000', '190633.905000', '190634.365000', '190634.825000', '190635.285000', '190635.745000', '190636.205000', '190636.665000', '190637.125000', '190637.585000', '190638.045000', '190638.505000', '190638.965000', '190639.425000', '190639.885000', '190640.345000', '190640.805000', '190641.265000', '190641.725000', '190642.185000', '190642.645000', '190643.105000', '190643.565000', '190644.025000', '190644.485000', '190644.945000', '190645.405000', '190645.865000', '190646.325000', '190646.785000', '190647.245000', '190647.705000', '190648.165000', '190648.625000', '190649.085000', '190649.545000', '190650.005000', '190650.465000', '190650.925000', '190651.385000', '190651.845000', '190652.305000', '190652.765000', '190653.225000', '190653.685000', '190654.145000', '190654.605000', '190655.065000', '190655.525000', '190655.985000', '190656.445000', '190656.905000', '190657.365000', '190657.825000', '190658.285000', '190658.745000', '190659.205000', '190659.665000', '190700.125000', '190700.585000', '190701.045000', '190701.505000', '190701.965000', '190702.425000', '190702.885000', '190703.345000', '190703.805000', '190704.265000', '190704.725000', '190705.185000', '190705.645000', '190706.105000', '190706.565000', '190707.025000', '190707.485000', '190707.945000', '190708.405000', '190708.865000', '190709.325000', '190709.785000', '190710.245000', '190710.705000', '190711.165000', '190711.625000', '190712.085000', '190712.545000', '190713.005000', '190713.465000', '190713.925000', '190714.385000', '190714.845000', '190715.305000', '190715.765000', '190716.225000', '190716.685000', '190717.145000', '190717.605000', '190718.065000', '190718.525000', '190718.985000', '190719.445000', '190719.905000', '190720.365000', '190720.825000', '190721.285000', '190721.745000', '190722.205000', '190722.665000', '190723.125000', '190723.585000', '190724.045000', '190724.505000', '190724.965000', '190725.425000', '190725.885000', '190726.345000', '190726.805000', '190727.265000', '190727.725000', '190728.185000', '190728.645000', '190729.105000', '190729.565000', '190730.025000', '190730.485000', '190730.945000', '190731.405000', '190731.865000', '190732.325000', '190732.785000', '190733.245000', '190733.705000', '190734.165000', '190734.625000', '190735.085000', '190735.545000', '190736.005000', '190736.465000', '190736.925000', '190737.385000', '190737.845000', '190738.305000', '190738.765000', '190739.225000', '190739.685000', '190740.145000', '190740.605000', '190741.065000', '190741.525000', '190741.985000', '190742.445000', '190742.905000', '190743.365000', '190743.825000', '190744.285000', '190744.745000', '190745.205000', '190745.665000', '190746.125000', '190746.585000', '190747.045000', '190747.505000', '190747.965000', '190748.425000', '190748.885000', '190749.345000', '190749.805000', '190750.265000', '190750.725000', '190751.185000', '190751.645000', '190752.105000', '190752.565000', '190753.025000', '190753.485000', '190753.945000', '190754.405000', '190754.865000', '190755.325000', '190755.785000', '190756.245000', '190756.705000', '190757.165000', '190757.625000', '190758.085000', '190758.545000', '190759.005000', '190759.465000', '190759.925000', '190800.385000', '190800.845000', '190801.305000', '190801.765000', '190802.225000', '190802.685000', '190803.145000', '190803.605000', '190804.065000', '190804.525000', '190804.985000', '190805.445000', '190805.905000', '190806.365000', '190806.825000', '190807.285000', '190807.745000', '190808.205000', '190808.665000', '190809.125000', '190809.585000', '190810.045000', '190810.505000', '190810.965000', '190811.425000', '190811.885000', '190812.345000', '190812.805000', '190813.265000', '190813.725000', '190814.185000', '190814.645000', '190815.105000', '190815.565000', '190816.025000', '190816.485000', '190816.945000', '190817.405000', '190817.865000', '190818.325000', '190818.785000', '190819.245000', '190819.705000', '190820.165000', '190820.625000', '190821.085000', '190821.545000', '190822.005000', '190822.465000', '190822.925000', '190823.385000', '190823.845000', '190824.305000', '190824.765000', '190825.225000', '190825.685000', '190826.145000', '190826.605000', '190827.065000', '190827.525000', '190827.985000', '190828.445000', '190828.905000', '190829.365000', '190829.825000', '190830.285000', '190830.745000', '190831.205000', '190831.665000', '190832.125000', '190832.585000', '190833.045000', '190833.505000', '190833.965000', '190834.425000', '190834.885000', '190835.345000', '190835.805000', '190836.265000', '190836.725000', '190837.185000', '190837.645000', '190838.105000', '190838.565000', '190839.025000', '190839.485000', '190839.945000', '190840.405000', '190840.865000', '190841.325000', '190841.785000', '190842.245000', '190842.705000', '190843.165000', '190843.625000', '190844.085000', '190844.545000', '190845.005000', '190845.465000', '190845.925000', '190846.385000', '190846.845000', '190847.305000', '190847.765000', '190848.225000', '190848.685000', '190849.145000', '190849.605000', '190850.065000', '190850.525000', '190850.985000', '190851.445000', '190851.905000', '190852.365000', '190852.825000', '190853.285000', '190853.745000', '190854.205000', '190854.665000', '190855.125000', '190855.585000', '190856.045000', '190856.505000', '190856.965000', '190857.425000', '190857.885000', '190858.345000', '190858.805000', '190859.265000', '190859.725000', '190900.185000', '190900.645000', '190901.105000', '190901.565000', '190902.025000', '190902.485000', '190902.945000', '190903.405000', '190903.865000', '190904.325000', '190904.785000', '190905.245000', '190905.705000', '190906.165000', '190906.625000', '190907.085000', '190907.545000', '190908.005000', '190908.465000', '190908.925000', '190909.385000', '190909.845000', '190910.305000', '190910.765000', '190911.225000', '190911.685000', '190912.145000', '190912.605000', '190913.065000', '190913.525000', '190913.985000', '190914.445000', '190914.905000', '190915.365000', '190915.825000', '190916.285000', '190916.745000', '190917.205000', '190917.665000', '190918.125000', '190918.585000', '190919.045000', '190919.505000', '190919.965000', '190920.425000', '190920.885000', '190921.345000', '190921.805000', '190922.265000', '190922.725000', '190923.185000', '190923.645000', '190924.105000', '190924.565000', '190925.025000', '190925.485000', '190925.945000', '190926.405000', '190926.865000', '190927.325000', '190927.785000', '190928.245000', '190928.705000', '190929.165000', '190929.625000', '190930.085000', '190930.545000', '190931.005000', '190931.465000', '190931.925000', '190932.385000', '190932.845000', '190933.305000', '190933.765000', '190934.225000', '190934.685000', '190935.145000', '190935.605000', '190936.065000', '190936.525000', '190936.985000', '190937.445000', '190937.905000', '190938.365000', '190938.825000', '190939.285000', '190939.745000', '190940.205000', '190940.665000', '190941.125000', '190941.585000', '190942.045000', '190942.505000', '190942.965000', '190943.425000', '190943.885000', '190944.345000', '190944.805000', '190945.265000', '190945.725000', '190946.185000', '190946.645000', '190947.105000', '190947.565000', '190948.025000', '190948.485000', '190948.945000', '190949.405000', '190949.865000', '190950.325000', '190950.785000', '190951.245000', '190951.705000', '190952.165000', '190952.625000', '190953.085000', '190953.545000', '190954.005000', '190954.465000', '190954.925000', '190955.385000', '190955.845000', '190956.305000', '190956.765000', '190957.225000', '190957.685000', '190958.145000', '190958.605000', '190959.065000', '190959.525000', '190959.985000', '191000.445000', '191000.905000', '191001.365000', '191001.825000', '191002.285000', '191002.745000', '191003.205000', '191003.665000', '191004.125000', '191004.585000', '191005.045000', '191005.505000', '191005.965000', '191006.425000', '191006.885000', '191007.345000', '191007.805000', '191008.265000', '191008.725000', '191009.185000', '191009.645000', '191010.105000', '191010.565000', '191011.025000', '191011.485000', '191011.945000', '191012.405000', '191012.865000', '191013.325000', '191013.785000', '191014.245000', '191014.705000', '191015.165000', '191015.625000', '191016.085000', '191016.545000', '191017.005000', '191017.465000', '191017.925000', '191018.385000', '191018.845000', '191019.305000', '191019.765000', '191020.225000', '191020.685000', '191021.145000', '191021.605000', '191022.065000', '191022.525000', '191022.985000', '191023.445000', '191023.905000', '191024.365000', '191024.825000', '191025.285000', '191025.745000', '191026.205000', '191026.665000', '191027.125000', '191027.585000', '191028.045000', '191028.505000', '191028.965000', '191029.425000', '191029.885000', '191030.345000', '191030.805000', '191031.265000', '191031.725000', '191032.185000', '191032.645000', '191033.105000', '191033.565000', '191034.025000', '191034.485000', '191034.945000', '191035.405000', '191035.865000', '191036.325000', '191036.785000', '191037.245000', '191037.705000', '191038.165000', '191038.625000', '191039.085000', '191039.545000', '191040.005000', '191040.465000', '191040.925000', '191041.385000', '191041.845000', '191042.305000', '191042.765000', '191043.225000', '191043.685000', '191044.145000', '191044.605000', '191045.065000', '191045.525000', '191045.985000', '191046.445000', '191046.905000', '191047.365000', '191047.825000', '191048.285000', '191048.745000', '191049.205000', '191049.665000', '191050.125000', '191050.585000', '191051.045000', '191051.505000', '191051.965000', '191052.425000', '191052.885000', '191053.345000', '191053.805000', '191054.265000', '191054.725000', '191055.185000', '191055.645000', '191056.105000', '191056.565000', '191057.025000', '191057.485000', '191057.945000', '191058.405000', '191058.865000', '191059.325000', '191059.785000', '191100.245000', '191100.705000', '191101.165000', '191101.625000', '191102.085000', '191102.545000', '191103.005000', '191103.465000', '191103.925000', '191104.385000', '191104.845000', '191105.305000', '191105.765000', '191106.225000', '191106.685000', '191107.145000', '191107.605000', '191108.065000', '191108.525000', '191108.985000', '191109.445000', '191109.905000', '191110.365000', '191110.825000', '191111.285000', '191111.745000', '191112.205000', '191112.665000', '191113.125000', '191113.585000', '191114.045000', '191114.505000', '191114.965000', '191115.425000', '191115.885000', '191116.345000', '191116.805000', '191117.265000', '191117.725000', '191118.185000', '191118.645000', '191119.105000', '191119.565000', '191120.025000', '191120.485000', '191120.945000', '191121.405000', '191121.865000', '191122.325000', '191122.785000', '191123.245000', '191123.705000', '191124.165000', '191124.625000', '191125.085000', '191125.545000', '191126.005000', '191126.465000', '191126.925000', '191127.385000', '191127.845000', '191128.305000', '191128.765000', '191129.225000', '191129.685000', '191130.145000', '191130.605000', '191131.065000', '191131.525000', '191131.985000', '191132.445000', '191132.905000', '191133.365000', '191133.825000', '191134.285000', '191134.745000', '191135.205000', '191135.665000', '191136.125000', '191136.585000', '191137.045000', '191137.505000', '191137.965000', '191138.425000', '191138.885000', '191139.345000', '191139.805000', '191140.265000', '191140.725000', '191141.185000', '191141.645000', '191142.105000', '191142.565000', '191143.025000', '191143.485000', '191143.945000', '191144.405000', '191144.865000', '191145.325000', '191145.785000', '191146.245000', '191146.705000', '191147.165000', '191147.625000', '191148.085000', '191148.545000', '191149.005000', '191149.465000', '191149.925000', '191150.385000', '191150.845000', '191151.305000', '191151.765000', '191152.225000', '191152.685000', '191153.145000', '191153.605000', '191154.065000', '191154.525000', '191154.985000', '191155.445000', '191155.905000', '191156.365000', '191156.825000', '191157.285000', '191157.745000', '191158.205000', '191158.665000', '191159.125000', '191159.585000', '191200.045000', '191200.505000', '191200.965000', '191201.425000', '191201.885000', '191202.345000', '191202.805000', '191203.265000', '191203.725000', '191204.185000', '191204.645000', '191205.105000', '191205.565000', '191206.025000', '191206.485000', '191206.945000', '191207.405000', '191207.865000', '191208.325000', '191208.785000', '191209.245000', '191209.705000', '191210.165000', '191210.625000', '191211.085000', '191211.545000', '191212.005000', '191212.465000', '191212.925000', '191213.385000', '191213.845000', '191214.305000', '191214.765000', '191215.225000', '191215.685000', '191216.145000', '191216.605000', '191217.065000', '191217.525000', '191217.985000', '191218.445000', '191218.905000', '191219.365000', '191219.825000', '191220.285000', '191220.745000', '191221.205000', '191221.665000', '191222.125000', '191222.585000', '191223.045000', '191223.505000', '191223.965000', '191224.425000', '191224.885000', '191225.345000', '191225.805000', '191226.265000', '191226.725000', '191227.185000', '191227.645000', '191228.105000', '191228.565000', '191229.025000', '191229.485000', '191229.945000', '191230.405000', '191230.865000', '191231.325000', '191231.785000', '191232.245000', '191232.705000', '191233.165000', '191233.625000', '191234.085000', '191234.545000', '191235.005000', '191235.465000', '191235.925000', '191236.385000', '191236.845000', '191237.305000', '191237.765000', '191238.225000', '191238.685000', '191239.145000', '191239.605000', '191240.065000'], 'ContentTime': ['190319.789000', '190319.792000', '190319.795000', '190319.798000', '190319.800000', '190319.803000', '190319.805000', '190319.808000', '190319.810000', '190319.813000', '190319.815000', '190319.841000', '190319.843000', '190319.846000', '190319.848000', '190319.851000', '190319.854000', '190319.856000', '190319.859000', '190319.861000', '190319.864000', '190319.866000', '190319.869000', '190319.871000', '190319.874000', '190319.877000', '190319.879000', '190319.882000', '190319.884000', '190319.887000', '190319.889000', '190319.892000', '190319.894000', '190319.897000', '190319.900000', '190319.902000', '190319.905000', '190319.907000', '190319.910000', '190319.912000', '190319.915000', '190319.918000', '190319.920000', '190319.923000', '190319.925000', '190319.928000', '190319.930000', '190339.738000', '190339.741000', '190339.744000', '190339.746000', '190339.749000', '190339.751000', '190339.754000', '190339.756000', '190339.759000', '190339.762000', '190339.764000', '190339.767000', '190339.769000', '190339.772000', '190339.775000', '190339.777000', '190339.780000', '190339.782000', '190339.785000', '190339.787000', '190339.790000', '190339.792000', '190339.795000', '190339.798000', '190339.800000', '190339.803000', '190339.805000', '190339.808000', '190339.810000', '190339.813000', '190339.816000', '190339.818000', '190339.821000', '190339.823000', '190339.826000', '190339.828000', '190339.831000', '190339.834000', '190339.836000', '190339.839000', '190339.841000', '190339.844000', '190339.846000', '190359.737000', '190359.740000', '190359.743000', '190359.746000', '190359.748000', '190359.751000', '190359.753000', '190359.756000', '190359.759000', '190359.761000', '190359.764000', '190359.766000', '190359.769000', '190359.771000', '190359.774000', '190359.777000', '190359.779000', '190359.782000', '190359.784000', '190359.787000', '190359.789000', '190359.792000', '190359.794000', '190359.797000', '190359.800000', '190359.802000', '190359.805000', '190359.807000', '190359.810000', '190359.813000', '190359.815000', '190359.818000', '190359.820000', '190359.823000', '190359.825000', '190359.828000', '190359.831000', '190359.833000', '190359.836000', '190359.838000', '190359.841000', '190359.843000', '190359.846000', '190359.848000', '190419.738000', '190419.740000', '190419.743000', '190419.745000', '190419.748000', '190419.751000', '190419.753000', '190419.756000', '190419.758000', '190419.761000', '190419.764000', '190419.766000', '190419.769000', '190419.771000', '190419.784000', '190419.787000', '190419.789000', '190419.792000', '190419.794000', '190419.797000', '190419.800000', '190419.802000', '190419.805000', '190419.807000', '190419.810000', '190419.812000', '190419.815000', '190419.817000', '190419.820000', '190419.823000', '190419.825000', '190419.828000', '190419.830000', '190419.833000', '190419.835000', '190419.838000', '190419.840000', '190419.843000', '190419.846000', '190419.848000', '190419.851000', '190419.853000', '190419.856000', '190439.737000', '190439.740000', '190439.743000', '190439.745000', '190439.748000', '190439.751000', '190439.753000', '190439.756000', '190439.758000', '190439.761000', '190439.764000', '190439.766000', '190439.769000', '190439.771000', '190439.774000', '190439.776000', '190439.779000', '190439.781000', '190439.784000', '190439.787000', '190439.789000', '190439.792000', '190439.794000', '190439.797000', '190439.799000', '190439.802000', '190439.805000', '190439.807000', '190439.810000', '190439.812000', '190439.815000', '190439.818000', '190439.820000', '190439.823000', '190439.836000', '190439.839000', '190439.842000', '190439.844000', '190439.847000', '190439.849000', '190439.852000', '190439.854000', '190439.857000', '190439.860000', '190459.737000', '190459.740000', '190459.743000', '190459.745000', '190459.748000', '190459.751000', '190459.753000', '190459.756000', '190459.758000', '190459.766000', '190459.769000', '190459.771000', '190459.774000', '190459.777000', '190459.779000', '190459.782000', '190459.784000', '190459.787000', '190459.790000', '190459.792000', '190459.795000', '190459.797000', '190459.800000', '190459.802000', '190459.805000', '190459.808000', '190459.810000', '190459.813000', '190459.815000', '190459.818000', '190459.820000', '190459.823000', '190459.826000', '190459.828000', '190459.831000', '190459.833000', '190459.836000', '190459.839000', '190459.841000', '190459.844000', '190459.846000', '190459.849000', '190459.851000', '190519.737000', '190519.740000', '190519.743000', '190519.746000', '190519.748000', '190519.751000', '190519.753000', '190519.756000', '190519.758000', '190519.761000', '190519.764000', '190519.766000', '190519.769000', '190519.771000', '190519.774000', '190519.777000', '190519.780000', '190519.782000', '190519.785000', '190519.787000', '190519.790000', '190519.793000', '190519.795000', '190519.798000', '190519.800000', '190519.803000', '190519.806000', '190519.808000', '190519.811000', '190519.813000', '190519.816000', '190519.819000', '190519.821000', '190519.824000', '190519.826000', '190519.829000', '190519.831000', '190519.834000', '190519.837000', '190519.839000', '190519.842000', '190519.844000', '190519.847000', '190519.849000', '190539.738000', '190539.741000', '190539.744000', '190539.746000', '190539.749000', '190539.752000', '190539.754000', '190539.757000', '190539.759000', '190539.762000', '190539.765000', '190539.767000', '190539.770000', '190539.772000', '190539.775000', '190539.777000', '190539.780000', '190539.783000', '190539.785000', '190539.788000', '190539.790000', '190539.793000', '190539.795000', '190539.798000', '190539.801000', '190539.803000', '190539.842000', '190539.845000', '190539.847000', '190539.850000', '190539.852000', '190539.855000', '190539.858000', '190539.860000', '190539.863000', '190539.865000', '190539.868000', '190539.870000', '190539.873000', '190539.876000', '190539.878000', '190539.881000', '190539.883000', '190559.737000', '190559.740000', '190559.743000', '190559.745000', '190559.748000', '190559.750000', '190559.753000', '190559.756000', '190559.758000', '190559.761000', '190559.763000', '190559.766000', '190559.769000', '190559.771000', '190559.774000', '190559.776000', '190559.779000', '190559.782000', '190559.784000', '190559.787000', '190559.790000', '190559.792000', '190559.795000', '190559.797000', '190559.800000', '190559.803000', '190559.805000', '190559.808000', '190559.810000', '190559.813000', '190559.815000', '190559.818000', '190559.821000', '190559.823000', '190559.826000', '190559.828000', '190559.831000', '190559.833000', '190559.836000', '190559.838000', '190559.841000', '190559.843000', '190559.846000', '190559.848000', '190619.737000', '190619.741000', '190619.743000', '190619.746000', '190619.748000', '190619.751000', '190619.753000', '190619.756000', '190619.759000', '190619.761000', '190619.764000', '190619.766000', '190619.769000', '190619.771000', '190619.774000', '190619.777000', '190619.779000', '190619.782000', '190619.784000', '190619.787000', '190619.789000', '190619.792000', '190619.795000', '190619.797000', '190619.800000', '190619.802000', '190619.808000', '190619.810000', '190619.813000', '190619.816000', '190619.830000', '190619.833000', '190619.835000', '190619.838000', '190619.840000', '190619.843000', '190619.846000', '190619.848000', '190619.851000', '190619.853000', '190619.856000', '190619.858000', '190619.861000', '190639.737000', '190639.740000', '190639.743000', '190639.745000', '190639.748000', '190639.751000', '190639.753000', '190639.756000', '190639.758000', '190639.761000', '190639.763000', '190639.767000', '190639.770000', '190639.772000', '190639.775000', '190639.778000', '190639.780000', '190639.783000', '190639.785000', '190639.788000', '190639.790000', '190639.793000', '190639.796000', '190639.798000', '190639.801000', '190639.803000', '190639.806000', '190639.808000', '190639.811000', '190639.814000', '190639.816000', '190639.819000', '190639.821000', '190639.824000', '190639.827000', '190639.829000', '190639.832000', '190639.835000', '190639.837000', '190639.840000', '190639.842000', '190639.845000', '190639.847000', '190639.850000', '190659.737000', '190659.740000', '190659.743000', '190659.745000', '190659.748000', '190659.751000', '190659.753000', '190659.756000', '190659.758000', '190659.761000', '190659.764000', '190659.766000', '190659.769000', '190659.771000', '190659.774000', '190659.777000', '190659.779000', '190659.782000', '190659.784000', '190659.787000', '190659.789000', '190659.792000', '190659.795000', '190659.797000', '190659.800000', '190659.802000', '190659.805000', '190659.807000', '190659.810000', '190659.813000', '190659.815000', '190659.818000', '190659.821000', '190659.823000', '190659.826000', '190659.828000', '190659.831000', '190659.833000', '190659.836000', '190659.838000', '190659.841000', '190659.844000', '190659.846000', '190719.737000', '190719.740000', '190719.743000', '190719.745000', '190719.748000', '190719.751000', '190719.753000', '190719.756000', '190719.758000', '190719.761000', '190719.764000', '190719.766000', '190719.769000', '190719.771000', '190719.774000', '190719.777000', '190719.779000', '190719.782000', '190719.784000', '190719.787000', '190719.790000', '190719.792000', '190719.795000', '190719.797000', '190719.800000', '190719.802000', '190719.805000', '190719.808000', '190719.810000', '190719.813000', '190719.815000', '190719.818000', '190719.820000', '190719.823000', '190719.826000', '190719.828000', '190719.831000', '190719.833000', '190719.836000', '190719.838000', '190719.841000', '190719.844000', '190719.846000', '190739.737000', '190739.740000', '190739.743000', '190739.745000', '190739.748000', '190739.751000', '190739.753000', '190739.756000', '190739.758000', '190739.761000', '190739.764000', '190739.766000', '190739.769000', '190739.772000', '190739.774000', '190739.777000', '190739.779000', '190739.782000', '190739.784000', '190739.787000', '190739.790000', '190739.792000', '190739.795000', '190739.797000', '190739.800000', '190739.803000', '190739.805000', '190739.808000', '190739.811000', '190739.813000', '190739.816000', '190739.818000', '190739.821000', '190739.824000', '190739.826000', '190739.829000', '190739.831000', '190739.834000', '190739.836000', '190739.839000', '190739.842000', '190739.844000', '190739.847000', '190739.850000', '190759.738000', '190759.741000', '190759.744000', '190759.747000', '190759.750000', '190759.753000', '190759.756000', '190759.758000', '190759.761000', '190759.763000', '190759.766000', '190759.776000', '190759.778000', '190759.781000', '190759.783000', '190759.786000', '190759.788000', '190759.791000', '190759.794000', '190759.796000', '190759.799000', '190759.801000', '190759.804000', '190759.807000', '190759.810000', '190759.813000', '190759.815000', '190759.818000', '190759.821000', '190759.823000', '190759.826000', '190759.828000', '190759.831000', '190759.833000', '190759.836000', '190759.839000', '190759.841000', '190759.844000', '190759.846000', '190759.849000', '190759.851000', '190759.854000', '190759.857000', '190819.737000', '190819.740000', '190819.743000', '190819.746000', '190819.748000', '190819.751000', '190819.753000', '190819.756000', '190819.758000', '190819.761000', '190819.764000', '190819.766000', '190819.769000', '190819.772000', '190819.774000', '190819.777000', '190819.780000', '190819.782000', '190819.785000', '190819.787000', '190819.790000', '190819.793000', '190819.795000', '190819.798000', '190819.800000', '190819.803000', '190819.806000', '190819.808000', '190819.811000', '190819.813000', '190819.816000', '190819.818000', '190819.821000', '190819.824000', '190819.826000', '190819.829000', '190819.831000', '190819.834000', '190819.837000', '190819.839000', '190819.842000', '190819.844000', '190819.847000', '190819.849000', '190839.737000', '190839.740000', '190839.743000', '190839.745000', '190839.748000', '190839.750000', '190839.753000', '190839.756000', '190839.758000', '190839.761000', '190839.763000', '190839.766000', '190839.768000', '190839.771000', '190839.774000', '190839.776000', '190839.779000', '190839.781000', '190839.784000', '190839.787000', '190839.789000', '190839.792000', '190839.794000', '190839.797000', '190839.800000', '190839.802000', '190839.805000', '190839.808000', '190839.810000', '190839.813000', '190839.815000', '190839.818000', '190839.820000', '190839.823000', '190839.826000', '190839.828000', '190839.831000', '190839.833000', '190839.836000', '190839.838000', '190839.841000', '190839.843000', '190839.846000', '190859.738000', '190859.740000', '190859.743000', '190859.746000', '190859.748000', '190859.751000', '190859.753000', '190859.756000', '190859.759000', '190859.761000', '190859.764000', '190859.766000', '190859.769000', '190859.772000', '190859.774000', '190859.777000', '190859.779000', '190859.782000', '190859.784000', '190859.787000', '190859.789000', '190859.792000', '190859.795000', '190859.797000', '190859.800000', '190859.802000', '190859.805000', '190859.808000', '190859.810000', '190859.813000', '190859.815000', '190859.818000', '190859.820000', '190859.823000', '190859.825000', '190859.828000', '190859.831000', '190859.833000', '190859.836000', '190859.838000', '190859.841000', '190859.843000', '190859.846000', '190859.849000', '190919.737000', '190919.740000', '190919.743000', '190919.745000', '190919.748000', '190919.750000', '190919.753000', '190919.756000', '190919.766000', '190919.769000', '190919.772000', '190919.774000', '190919.777000', '190919.780000', '190919.782000', '190919.785000', '190919.787000', '190919.790000', '190919.794000', '190919.797000', '190919.800000', '190919.802000', '190919.805000', '190919.808000', '190919.810000', '190919.813000', '190919.815000', '190919.818000', '190919.821000', '190919.823000', '190919.826000', '190919.829000', '190919.831000', '190919.834000', '190919.836000', '190919.839000', '190919.841000', '190919.845000', '190919.848000', '190919.851000', '190919.854000', '190919.856000', '190919.859000', '190939.737000', '190939.740000', '190939.743000', '190939.746000', '190939.748000', '190939.751000', '190939.753000', '190939.756000', '190939.759000', '190939.761000', '190939.764000', '190939.774000', '190939.777000', '190939.780000', '190939.782000', '190939.785000', '190939.787000', '190939.790000', '190939.792000', '190939.795000', '190939.797000', '190939.800000', '190939.803000', '190939.805000', '190939.808000', '190939.810000', '190939.814000', '190939.817000', '190939.819000', '190939.822000', '190939.824000', '190939.827000', '190939.829000', '190939.832000', '190939.835000', '190939.837000', '190939.840000', '190939.843000', '190939.845000', '190939.848000', '190939.851000', '190939.853000', '190939.856000', '190939.858000', '190959.737000', '190959.740000', '190959.743000', '190959.745000', '190959.748000', '190959.751000', '190959.753000', '190959.756000', '190959.758000', '190959.761000', '190959.764000', '190959.766000', '190959.769000', '190959.771000', '190959.774000', '190959.777000', '190959.779000', '190959.782000', '190959.784000', '190959.787000', '190959.789000', '190959.792000', '190959.794000', '190959.797000', '190959.799000', '190959.802000', '190959.805000', '190959.807000', '190959.810000', '190959.813000', '190959.815000', '190959.818000', '190959.820000', '190959.823000', '190959.825000', '190959.828000', '190959.830000', '190959.833000', '190959.836000', '190959.838000', '190959.841000', '190959.843000', '190959.846000', '191019.739000', '191019.742000', '191019.744000', '191019.747000', '191019.749000', '191019.752000', '191019.754000', '191019.757000', '191019.760000', '191019.762000', '191019.765000', '191019.767000', '191019.770000', '191019.773000', '191019.775000', '191019.778000', '191019.780000', '191019.783000', '191019.785000', '191019.788000', '191019.791000', '191019.793000', '191019.796000', '191019.798000', '191019.801000', '191019.804000', '191019.806000', '191019.809000', '191019.812000', '191019.814000', '191019.817000', '191019.819000', '191019.822000', '191019.825000', '191019.828000', '191019.830000', '191019.833000', '191019.835000', '191019.838000', '191019.841000', '191019.843000', '191019.846000', '191019.848000', '191019.851000', '191039.738000', '191039.741000', '191039.743000', '191039.746000', '191039.748000', '191039.751000', '191039.754000', '191039.756000', '191039.759000', '191039.761000', '191039.764000', '191039.766000', '191039.769000', '191039.772000', '191039.774000', '191039.777000', '191039.779000', '191039.782000', '191039.784000', '191039.795000', '191039.797000', '191039.800000', '191039.803000', '191039.805000', '191039.808000', '191039.810000', '191039.813000', '191039.815000', '191039.818000', '191039.821000', '191039.823000', '191039.826000', '191039.828000', '191039.831000', '191039.834000', '191039.836000', '191039.839000', '191039.841000', '191039.844000', '191039.847000', '191039.849000', '191039.852000', '191039.855000', '191059.737000', '191059.740000', '191059.743000', '191059.745000', '191059.748000', '191059.751000', '191059.753000', '191059.756000', '191059.758000', '191059.761000', '191059.763000', '191059.766000', '191059.768000', '191059.771000', '191059.773000', '191059.776000', '191059.779000', '191059.781000', '191059.784000', '191059.786000', '191059.789000', '191059.791000', '191059.794000', '191059.797000', '191059.799000', '191059.802000', '191059.804000', '191059.807000', '191059.809000', '191059.812000', '191059.814000', '191059.817000', '191059.820000', '191059.830000', '191059.833000', '191059.835000', '191059.838000', '191059.840000', '191059.843000', '191059.846000', '191059.848000', '191059.851000', '191059.853000', '191059.856000', '191119.738000', '191119.740000', '191119.743000', '191119.746000', '191119.748000', '191119.751000', '191119.753000', '191119.756000', '191119.759000', '191119.761000', '191119.764000', '191119.766000', '191119.769000', '191119.771000', '191119.774000', '191119.777000', '191119.779000', '191119.782000', '191119.784000', '191119.787000', '191119.790000', '191119.792000', '191119.802000', '191119.805000', '191119.807000', '191119.810000', '191119.812000', '191119.815000', '191119.818000', '191119.820000', '191119.823000', '191119.825000', '191119.828000', '191119.830000', '191119.840000', '191119.843000', '191119.845000', '191119.848000', '191119.851000', '191119.853000', '191119.856000', '191119.858000', '191119.861000', '191139.738000', '191139.741000', '191139.743000', '191139.746000', '191139.748000', '191139.751000', '191139.754000', '191139.756000', '191139.759000', '191139.761000', '191139.764000', '191139.767000', '191139.769000', '191139.772000', '191139.774000', '191139.777000', '191139.780000', '191139.782000', '191139.785000', '191139.787000', '191139.790000', '191139.792000', '191139.795000', '191139.798000', '191139.800000', '191139.803000', '191139.805000', '191139.808000', '191139.810000', '191139.813000', '191139.816000', '191139.818000', '191139.821000', '191139.823000', '191139.826000', '191139.828000', '191139.831000', '191139.834000', '191139.836000', '191139.839000', '191139.841000', '191139.844000', '191139.846000', '191139.849000', '191159.737000', '191159.740000', '191159.743000', '191159.746000', '191159.748000', '191159.751000', '191159.753000', '191159.756000', '191159.759000', '191159.761000', '191159.764000', '191159.766000', '191159.769000', '191159.772000', '191159.774000', '191159.785000', '191159.788000', '191159.791000', '191159.793000', '191159.796000', '191159.798000', '191159.801000', '191159.803000', '191159.806000', '191159.809000', '191159.811000', '191159.814000', '191159.816000', '191159.819000', '191159.821000', '191159.824000', '191159.827000', '191159.841000', '191159.844000', '191159.846000', '191159.849000', '191159.851000', '191159.854000', '191159.856000', '191159.859000', '191159.861000', '191159.864000', '191159.866000', '191219.737000', '191219.740000', '191219.743000', '191219.746000', '191219.748000', '191219.751000', '191219.753000', '191219.756000', '191219.758000', '191219.761000', '191219.763000', '191219.766000', '191219.769000', '191219.771000', '191219.774000', '191219.777000', '191219.779000', '191219.782000', '191219.785000', '191219.787000', '191219.791000', '191219.793000', '191219.796000', '191219.799000', '191219.801000', '191219.804000', '191219.806000', '191219.809000', '191219.812000', '191219.814000', '191219.817000', '191219.819000', '191219.822000', '191219.824000', '191219.827000', '191219.830000', '191219.832000', '191219.835000', '191219.837000', '191219.840000', '191219.842000', '191219.845000', '191219.848000', '191219.850000', '191239.739000', '191239.741000', '191239.744000', '191239.747000', '191239.749000', '191239.752000', '191239.754000', '191239.757000', '191239.759000', '191239.762000', '191239.765000', '191239.767000', '191239.770000', '191239.772000', '191239.775000', '191239.778000', '191239.780000', '191239.783000', '191239.785000', '191239.788000', '191239.791000', '191239.793000', '191239.796000', '191239.798000', '191239.801000', '191239.804000', '191239.806000', '191239.809000', '191239.811000', '191239.814000', '191239.817000', '191239.819000', '191239.822000', '191239.824000', '191239.827000', '191239.829000', '191239.832000', '191239.835000', '191239.837000', '191239.840000', '191239.843000', '191239.845000', '191239.848000', '191241.328000', '191241.331000', '191241.333000', '191241.336000'], 'InstanceCreationTime': ['190319.789000', '190319.792000', '190319.795000', '190319.798000', '190319.800000', '190319.803000', '190319.805000', '190319.808000', '190319.810000', '190319.813000', '190319.815000', '190319.841000', '190319.843000', '190319.846000', '190319.848000', '190319.851000', '190319.854000', '190319.856000', '190319.859000', '190319.861000', '190319.864000', '190319.866000', '190319.869000', '190319.871000', '190319.874000', '190319.877000', '190319.879000', '190319.882000', '190319.884000', '190319.887000', '190319.889000', '190319.892000', '190319.894000', '190319.897000', '190319.900000', '190319.902000', '190319.905000', '190319.907000', '190319.910000', '190319.912000', '190319.915000', '190319.918000', '190319.920000', '190319.923000', '190319.925000', '190319.928000', '190319.930000', '190339.738000', '190339.741000', '190339.744000', '190339.746000', '190339.749000', '190339.751000', '190339.754000', '190339.756000', '190339.759000', '190339.762000', '190339.764000', '190339.767000', '190339.769000', '190339.772000', '190339.775000', '190339.777000', '190339.780000', '190339.782000', '190339.785000', '190339.787000', '190339.790000', '190339.792000', '190339.795000', '190339.798000', '190339.800000', '190339.803000', '190339.805000', '190339.808000', '190339.810000', '190339.813000', '190339.816000', '190339.818000', '190339.821000', '190339.823000', '190339.826000', '190339.828000', '190339.831000', '190339.834000', '190339.836000', '190339.839000', '190339.841000', '190339.844000', '190339.846000', '190359.737000', '190359.740000', '190359.743000', '190359.746000', '190359.748000', '190359.751000', '190359.753000', '190359.756000', '190359.759000', '190359.761000', '190359.764000', '190359.766000', '190359.769000', '190359.771000', '190359.774000', '190359.777000', '190359.779000', '190359.782000', '190359.784000', '190359.787000', '190359.789000', '190359.792000', '190359.794000', '190359.797000', '190359.800000', '190359.802000', '190359.805000', '190359.807000', '190359.810000', '190359.813000', '190359.815000', '190359.818000', '190359.820000', '190359.823000', '190359.825000', '190359.828000', '190359.831000', '190359.833000', '190359.836000', '190359.838000', '190359.841000', '190359.843000', '190359.846000', '190359.848000', '190419.738000', '190419.740000', '190419.743000', '190419.745000', '190419.748000', '190419.751000', '190419.753000', '190419.756000', '190419.758000', '190419.761000', '190419.764000', '190419.766000', '190419.769000', '190419.771000', '190419.784000', '190419.787000', '190419.789000', '190419.792000', '190419.794000', '190419.797000', '190419.800000', '190419.802000', '190419.805000', '190419.807000', '190419.810000', '190419.812000', '190419.815000', '190419.817000', '190419.820000', '190419.823000', '190419.825000', '190419.828000', '190419.830000', '190419.833000', '190419.835000', '190419.838000', '190419.840000', '190419.843000', '190419.846000', '190419.848000', '190419.851000', '190419.853000', '190419.856000', '190439.737000', '190439.740000', '190439.743000', '190439.745000', '190439.748000', '190439.751000', '190439.753000', '190439.756000', '190439.758000', '190439.761000', '190439.764000', '190439.766000', '190439.769000', '190439.771000', '190439.774000', '190439.776000', '190439.779000', '190439.781000', '190439.784000', '190439.787000', '190439.789000', '190439.792000', '190439.794000', '190439.797000', '190439.799000', '190439.802000', '190439.805000', '190439.807000', '190439.810000', '190439.812000', '190439.815000', '190439.818000', '190439.820000', '190439.823000', '190439.836000', '190439.839000', '190439.842000', '190439.844000', '190439.847000', '190439.849000', '190439.852000', '190439.854000', '190439.857000', '190439.860000', '190459.737000', '190459.740000', '190459.743000', '190459.745000', '190459.748000', '190459.751000', '190459.753000', '190459.756000', '190459.758000', '190459.766000', '190459.769000', '190459.771000', '190459.774000', '190459.777000', '190459.779000', '190459.782000', '190459.784000', '190459.787000', '190459.790000', '190459.792000', '190459.795000', '190459.797000', '190459.800000', '190459.802000', '190459.805000', '190459.808000', '190459.810000', '190459.813000', '190459.815000', '190459.818000', '190459.820000', '190459.823000', '190459.826000', '190459.828000', '190459.831000', '190459.833000', '190459.836000', '190459.839000', '190459.841000', '190459.844000', '190459.846000', '190459.849000', '190459.851000', '190519.737000', '190519.740000', '190519.743000', '190519.746000', '190519.748000', '190519.751000', '190519.753000', '190519.756000', '190519.758000', '190519.761000', '190519.764000', '190519.766000', '190519.769000', '190519.771000', '190519.774000', '190519.777000', '190519.780000', '190519.782000', '190519.785000', '190519.787000', '190519.790000', '190519.793000', '190519.795000', '190519.798000', '190519.800000', '190519.803000', '190519.806000', '190519.808000', '190519.811000', '190519.813000', '190519.816000', '190519.819000', '190519.821000', '190519.824000', '190519.826000', '190519.829000', '190519.831000', '190519.834000', '190519.837000', '190519.839000', '190519.842000', '190519.844000', '190519.847000', '190519.849000', '190539.738000', '190539.741000', '190539.744000', '190539.746000', '190539.749000', '190539.752000', '190539.754000', '190539.757000', '190539.759000', '190539.762000', '190539.765000', '190539.767000', '190539.770000', '190539.772000', '190539.775000', '190539.777000', '190539.780000', '190539.783000', '190539.785000', '190539.788000', '190539.790000', '190539.793000', '190539.795000', '190539.798000', '190539.801000', '190539.803000', '190539.842000', '190539.845000', '190539.847000', '190539.850000', '190539.852000', '190539.855000', '190539.858000', '190539.860000', '190539.863000', '190539.865000', '190539.868000', '190539.870000', '190539.873000', '190539.876000', '190539.878000', '190539.881000', '190539.883000', '190559.737000', '190559.740000', '190559.743000', '190559.745000', '190559.748000', '190559.750000', '190559.753000', '190559.756000', '190559.758000', '190559.761000', '190559.763000', '190559.766000', '190559.769000', '190559.771000', '190559.774000', '190559.776000', '190559.779000', '190559.782000', '190559.784000', '190559.787000', '190559.790000', '190559.792000', '190559.795000', '190559.797000', '190559.800000', '190559.803000', '190559.805000', '190559.808000', '190559.810000', '190559.813000', '190559.815000', '190559.818000', '190559.821000', '190559.823000', '190559.826000', '190559.828000', '190559.831000', '190559.833000', '190559.836000', '190559.838000', '190559.841000', '190559.843000', '190559.846000', '190559.848000', '190619.737000', '190619.741000', '190619.743000', '190619.746000', '190619.748000', '190619.751000', '190619.753000', '190619.756000', '190619.759000', '190619.761000', '190619.764000', '190619.766000', '190619.769000', '190619.771000', '190619.774000', '190619.777000', '190619.779000', '190619.782000', '190619.784000', '190619.787000', '190619.789000', '190619.792000', '190619.795000', '190619.797000', '190619.800000', '190619.802000', '190619.808000', '190619.810000', '190619.813000', '190619.816000', '190619.830000', '190619.833000', '190619.835000', '190619.838000', '190619.840000', '190619.843000', '190619.846000', '190619.848000', '190619.851000', '190619.853000', '190619.856000', '190619.858000', '190619.861000', '190639.737000', '190639.740000', '190639.743000', '190639.745000', '190639.748000', '190639.751000', '190639.753000', '190639.756000', '190639.758000', '190639.761000', '190639.763000', '190639.767000', '190639.770000', '190639.772000', '190639.775000', '190639.778000', '190639.780000', '190639.783000', '190639.785000', '190639.788000', '190639.790000', '190639.793000', '190639.796000', '190639.798000', '190639.801000', '190639.803000', '190639.806000', '190639.808000', '190639.811000', '190639.814000', '190639.816000', '190639.819000', '190639.821000', '190639.824000', '190639.827000', '190639.829000', '190639.832000', '190639.835000', '190639.837000', '190639.840000', '190639.842000', '190639.845000', '190639.847000', '190639.850000', '190659.737000', '190659.740000', '190659.743000', '190659.745000', '190659.748000', '190659.751000', '190659.753000', '190659.756000', '190659.758000', '190659.761000', '190659.764000', '190659.766000', '190659.769000', '190659.771000', '190659.774000', '190659.777000', '190659.779000', '190659.782000', '190659.784000', '190659.787000', '190659.789000', '190659.792000', '190659.795000', '190659.797000', '190659.800000', '190659.802000', '190659.805000', '190659.807000', '190659.810000', '190659.813000', '190659.815000', '190659.818000', '190659.821000', '190659.823000', '190659.826000', '190659.828000', '190659.831000', '190659.833000', '190659.836000', '190659.838000', '190659.841000', '190659.844000', '190659.846000', '190719.737000', '190719.740000', '190719.743000', '190719.745000', '190719.748000', '190719.751000', '190719.753000', '190719.756000', '190719.758000', '190719.761000', '190719.764000', '190719.766000', '190719.769000', '190719.771000', '190719.774000', '190719.777000', '190719.779000', '190719.782000', '190719.784000', '190719.787000', '190719.790000', '190719.792000', '190719.795000', '190719.797000', '190719.800000', '190719.802000', '190719.805000', '190719.808000', '190719.810000', '190719.813000', '190719.815000', '190719.818000', '190719.820000', '190719.823000', '190719.826000', '190719.828000', '190719.831000', '190719.833000', '190719.836000', '190719.838000', '190719.841000', '190719.844000', '190719.846000', '190739.737000', '190739.740000', '190739.743000', '190739.745000', '190739.748000', '190739.751000', '190739.753000', '190739.756000', '190739.758000', '190739.761000', '190739.764000', '190739.766000', '190739.769000', '190739.772000', '190739.774000', '190739.777000', '190739.779000', '190739.782000', '190739.784000', '190739.787000', '190739.790000', '190739.792000', '190739.795000', '190739.797000', '190739.800000', '190739.803000', '190739.805000', '190739.808000', '190739.811000', '190739.813000', '190739.816000', '190739.818000', '190739.821000', '190739.824000', '190739.826000', '190739.829000', '190739.831000', '190739.834000', '190739.836000', '190739.839000', '190739.842000', '190739.844000', '190739.847000', '190739.850000', '190759.738000', '190759.741000', '190759.744000', '190759.747000', '190759.750000', '190759.753000', '190759.756000', '190759.758000', '190759.761000', '190759.763000', '190759.766000', '190759.776000', '190759.778000', '190759.781000', '190759.783000', '190759.786000', '190759.788000', '190759.791000', '190759.794000', '190759.796000', '190759.799000', '190759.801000', '190759.804000', '190759.807000', '190759.810000', '190759.813000', '190759.815000', '190759.818000', '190759.821000', '190759.823000', '190759.826000', '190759.828000', '190759.831000', '190759.833000', '190759.836000', '190759.839000', '190759.841000', '190759.844000', '190759.846000', '190759.849000', '190759.851000', '190759.854000', '190759.857000', '190819.737000', '190819.740000', '190819.743000', '190819.746000', '190819.748000', '190819.751000', '190819.753000', '190819.756000', '190819.758000', '190819.761000', '190819.764000', '190819.766000', '190819.769000', '190819.772000', '190819.774000', '190819.777000', '190819.780000', '190819.782000', '190819.785000', '190819.787000', '190819.790000', '190819.793000', '190819.795000', '190819.798000', '190819.800000', '190819.803000', '190819.806000', '190819.808000', '190819.811000', '190819.813000', '190819.816000', '190819.818000', '190819.821000', '190819.824000', '190819.826000', '190819.829000', '190819.831000', '190819.834000', '190819.837000', '190819.839000', '190819.842000', '190819.844000', '190819.847000', '190819.849000', '190839.737000', '190839.740000', '190839.743000', '190839.745000', '190839.748000', '190839.750000', '190839.753000', '190839.756000', '190839.758000', '190839.761000', '190839.763000', '190839.766000', '190839.768000', '190839.771000', '190839.774000', '190839.776000', '190839.779000', '190839.781000', '190839.784000', '190839.787000', '190839.789000', '190839.792000', '190839.794000', '190839.797000', '190839.800000', '190839.802000', '190839.805000', '190839.808000', '190839.810000', '190839.813000', '190839.815000', '190839.818000', '190839.820000', '190839.823000', '190839.826000', '190839.828000', '190839.831000', '190839.833000', '190839.836000', '190839.838000', '190839.841000', '190839.843000', '190839.846000', '190859.738000', '190859.740000', '190859.743000', '190859.746000', '190859.748000', '190859.751000', '190859.753000', '190859.756000', '190859.759000', '190859.761000', '190859.764000', '190859.766000', '190859.769000', '190859.772000', '190859.774000', '190859.777000', '190859.779000', '190859.782000', '190859.784000', '190859.787000', '190859.789000', '190859.792000', '190859.795000', '190859.797000', '190859.800000', '190859.802000', '190859.805000', '190859.808000', '190859.810000', '190859.813000', '190859.815000', '190859.818000', '190859.820000', '190859.823000', '190859.825000', '190859.828000', '190859.831000', '190859.833000', '190859.836000', '190859.838000', '190859.841000', '190859.843000', '190859.846000', '190859.849000', '190919.737000', '190919.740000', '190919.743000', '190919.745000', '190919.748000', '190919.750000', '190919.753000', '190919.756000', '190919.766000', '190919.769000', '190919.772000', '190919.774000', '190919.777000', '190919.780000', '190919.782000', '190919.785000', '190919.787000', '190919.790000', '190919.794000', '190919.797000', '190919.800000', '190919.802000', '190919.805000', '190919.808000', '190919.810000', '190919.813000', '190919.815000', '190919.818000', '190919.821000', '190919.823000', '190919.826000', '190919.829000', '190919.831000', '190919.834000', '190919.836000', '190919.839000', '190919.841000', '190919.845000', '190919.848000', '190919.851000', '190919.854000', '190919.856000', '190919.859000', '190939.737000', '190939.740000', '190939.743000', '190939.746000', '190939.748000', '190939.751000', '190939.753000', '190939.756000', '190939.759000', '190939.761000', '190939.764000', '190939.774000', '190939.777000', '190939.780000', '190939.782000', '190939.785000', '190939.787000', '190939.790000', '190939.792000', '190939.795000', '190939.797000', '190939.800000', '190939.803000', '190939.805000', '190939.808000', '190939.810000', '190939.814000', '190939.817000', '190939.819000', '190939.822000', '190939.824000', '190939.827000', '190939.829000', '190939.832000', '190939.835000', '190939.837000', '190939.840000', '190939.843000', '190939.845000', '190939.848000', '190939.851000', '190939.853000', '190939.856000', '190939.858000', '190959.737000', '190959.740000', '190959.743000', '190959.745000', '190959.748000', '190959.751000', '190959.753000', '190959.756000', '190959.758000', '190959.761000', '190959.764000', '190959.766000', '190959.769000', '190959.771000', '190959.774000', '190959.777000', '190959.779000', '190959.782000', '190959.784000', '190959.787000', '190959.789000', '190959.792000', '190959.794000', '190959.797000', '190959.799000', '190959.802000', '190959.805000', '190959.807000', '190959.810000', '190959.813000', '190959.815000', '190959.818000', '190959.820000', '190959.823000', '190959.825000', '190959.828000', '190959.830000', '190959.833000', '190959.836000', '190959.838000', '190959.841000', '190959.843000', '190959.846000', '191019.739000', '191019.742000', '191019.744000', '191019.747000', '191019.749000', '191019.752000', '191019.754000', '191019.757000', '191019.760000', '191019.762000', '191019.765000', '191019.767000', '191019.770000', '191019.773000', '191019.775000', '191019.778000', '191019.780000', '191019.783000', '191019.785000', '191019.788000', '191019.791000', '191019.793000', '191019.796000', '191019.798000', '191019.801000', '191019.804000', '191019.806000', '191019.809000', '191019.812000', '191019.814000', '191019.817000', '191019.819000', '191019.822000', '191019.825000', '191019.828000', '191019.830000', '191019.833000', '191019.835000', '191019.838000', '191019.841000', '191019.843000', '191019.846000', '191019.848000', '191019.851000', '191039.738000', '191039.741000', '191039.743000', '191039.746000', '191039.748000', '191039.751000', '191039.754000', '191039.756000', '191039.759000', '191039.761000', '191039.764000', '191039.766000', '191039.769000', '191039.772000', '191039.774000', '191039.777000', '191039.779000', '191039.782000', '191039.784000', '191039.795000', '191039.797000', '191039.800000', '191039.803000', '191039.805000', '191039.808000', '191039.810000', '191039.813000', '191039.815000', '191039.818000', '191039.821000', '191039.823000', '191039.826000', '191039.828000', '191039.831000', '191039.834000', '191039.836000', '191039.839000', '191039.841000', '191039.844000', '191039.847000', '191039.849000', '191039.852000', '191039.855000', '191059.737000', '191059.740000', '191059.743000', '191059.745000', '191059.748000', '191059.751000', '191059.753000', '191059.756000', '191059.758000', '191059.761000', '191059.763000', '191059.766000', '191059.768000', '191059.771000', '191059.773000', '191059.776000', '191059.779000', '191059.781000', '191059.784000', '191059.786000', '191059.789000', '191059.791000', '191059.794000', '191059.797000', '191059.799000', '191059.802000', '191059.804000', '191059.807000', '191059.809000', '191059.812000', '191059.814000', '191059.817000', '191059.820000', '191059.830000', '191059.833000', '191059.835000', '191059.838000', '191059.840000', '191059.843000', '191059.846000', '191059.848000', '191059.851000', '191059.853000', '191059.856000', '191119.738000', '191119.740000', '191119.743000', '191119.746000', '191119.748000', '191119.751000', '191119.753000', '191119.756000', '191119.759000', '191119.761000', '191119.764000', '191119.766000', '191119.769000', '191119.771000', '191119.774000', '191119.777000', '191119.779000', '191119.782000', '191119.784000', '191119.787000', '191119.790000', '191119.792000', '191119.802000', '191119.805000', '191119.807000', '191119.810000', '191119.812000', '191119.815000', '191119.818000', '191119.820000', '191119.823000', '191119.825000', '191119.828000', '191119.830000', '191119.840000', '191119.843000', '191119.845000', '191119.848000', '191119.851000', '191119.853000', '191119.856000', '191119.858000', '191119.861000', '191139.738000', '191139.741000', '191139.743000', '191139.746000', '191139.748000', '191139.751000', '191139.754000', '191139.756000', '191139.759000', '191139.761000', '191139.764000', '191139.767000', '191139.769000', '191139.772000', '191139.774000', '191139.777000', '191139.780000', '191139.782000', '191139.785000', '191139.787000', '191139.790000', '191139.792000', '191139.795000', '191139.798000', '191139.800000', '191139.803000', '191139.805000', '191139.808000', '191139.810000', '191139.813000', '191139.816000', '191139.818000', '191139.821000', '191139.823000', '191139.826000', '191139.828000', '191139.831000', '191139.834000', '191139.836000', '191139.839000', '191139.841000', '191139.844000', '191139.846000', '191139.849000', '191159.737000', '191159.740000', '191159.743000', '191159.746000', '191159.748000', '191159.751000', '191159.753000', '191159.756000', '191159.759000', '191159.761000', '191159.764000', '191159.766000', '191159.769000', '191159.772000', '191159.774000', '191159.785000', '191159.788000', '191159.791000', '191159.793000', '191159.796000', '191159.798000', '191159.801000', '191159.803000', '191159.806000', '191159.809000', '191159.811000', '191159.814000', '191159.816000', '191159.819000', '191159.821000', '191159.824000', '191159.827000', '191159.841000', '191159.844000', '191159.846000', '191159.849000', '191159.851000', '191159.854000', '191159.856000', '191159.859000', '191159.861000', '191159.864000', '191159.866000', '191219.737000', '191219.740000', '191219.743000', '191219.746000', '191219.748000', '191219.751000', '191219.753000', '191219.756000', '191219.758000', '191219.761000', '191219.763000', '191219.766000', '191219.769000', '191219.771000', '191219.774000', '191219.777000', '191219.779000', '191219.782000', '191219.785000', '191219.787000', '191219.791000', '191219.793000', '191219.796000', '191219.799000', '191219.801000', '191219.804000', '191219.806000', '191219.809000', '191219.812000', '191219.814000', '191219.817000', '191219.819000', '191219.822000', '191219.824000', '191219.827000', '191219.830000', '191219.832000', '191219.835000', '191219.837000', '191219.840000', '191219.842000', '191219.845000', '191219.848000', '191219.850000', '191239.739000', '191239.741000', '191239.744000', '191239.747000', '191239.749000', '191239.752000', '191239.754000', '191239.757000', '191239.759000', '191239.762000', '191239.765000', '191239.767000', '191239.770000', '191239.772000', '191239.775000', '191239.778000', '191239.780000', '191239.783000', '191239.785000', '191239.788000', '191239.791000', '191239.793000', '191239.796000', '191239.798000', '191239.801000', '191239.804000', '191239.806000', '191239.809000', '191239.811000', '191239.814000', '191239.817000', '191239.819000', '191239.822000', '191239.824000', '191239.827000', '191239.829000', '191239.832000', '191239.835000', '191239.837000', '191239.840000', '191239.843000', '191239.845000', '191239.848000', '191241.328000', '191241.331000', '191241.333000', '191241.336000'], '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': [7027, 7581, 12219, 8296, 10499, 8170, 7722, 7126, 6957, 7136, 6687, 7320, 7014, 6997, 7552, 6828, 7337, 6835, 6714, 7587, 7304, 10778, 9045, 11468, 6991, 9548, 7963, 7848, 7159, 7818, 6976, 6687, 6895, 6923, 8804, 6814, 8588, 7433, 9599, 6960, 7406, 7540, 7232, 10618, 9656, 7933, 7202, 6845, 6801, 7063, 9461, 7173, 7877, 7347, 6840, 7006, 6630, 6683, 7277, 9451, 7970, 8322, 7283, 7662, 7310, 6911, 9158, 7128, 8105, 7367, 7496, 7251, 6738, 7752, 7146, 8237, 7476, 7114, 7319, 7102, 6967, 6887, 7610, 6997, 9780, 7443, 8498, 7134, 7199, 10351, 7367, 10499, 7251, 7746, 7208, 6664, 8271, 7127, 8733, 6993, 7483, 7099, 6873, 7021, 6620, 6731, 7388, 9064, 7451, 7903, 7392, 7409, 7470, 7220, 7021, 6755, 7224, 7163, 10044, 8054, 8053, 7224, 7171, 6968, 6996, 6767, 7345, 6612, 10420, 8869, 7989, 10734, 9194, 10985, 13109, 9539, 14207, 9498, 9795, 8785, 9793, 7267, 6895, 7281, 6917, 8744, 7083, 10450, 8225, 6954, 7033, 7308, 6810, 7396, 7452, 9901, 7387, 9975, 7455, 7708, 7340, 6658, 7244, 7271, 11863, 7138, 8377, 7685, 7851, 7561, 6716, 6502, 7020, 7270, 7950, 7415, 7512, 7489, 7121, 9822, 8213, 8738, 7261, 6982, 7483, 7182, 7663, 6967, 12374, 7320, 7974, 7175, 7164, 7209, 6741, 7405, 6971, 8571, 7233, 7605, 7041, 7281, 7079, 7281, 7190, 7243, 7113, 7704, 7019, 6919, 6956, 7089, 11037, 7952, 8966, 7121, 8982, 7104, 7999, 7936, 7865, 7433, 9483, 7187, 6921, 10975, 6950, 10229, 8748, 9475, 7118, 6730, 7433, 7204, 9142, 7042, 7955, 7076, 7301, 7185, 6709, 7070, 7395, 8538, 6952, 8093, 7087, 7254, 7351, 7274, 6959, 9181, 7169, 7888, 9057, 8379, 11802, 10036, 11068, 7575, 7824, 6690, 6967, 8214, 7155, 11429, 6802, 7977, 6769, 7734, 6802, 7711, 6694, 6596, 6580, 6942, 10195, 6974, 8197, 6976, 7328, 6883, 6725, 6858, 6926, 10148, 7332, 9045, 6917, 7755, 7088, 6821, 6792, 6889, 10344, 7063, 8550, 7180, 7553, 6775, 6670, 6905, 7154, 7621, 7042, 7598, 7290, 6828, 7122, 6563, 6884, 7040, 10761, 8960, 9041, 7006, 6990, 6977, 6659, 8454, 7055, 10260, 7403, 7693, 7245, 7127, 7161, 6768, 7144, 6994, 7321, 7106, 7855, 7093, 7097, 7068, 6737, 7539, 7234, 7436, 7349, 6954, 7306, 7200, 7324, 7593, 6799, 8441, 6836, 6799, 6550, 8529, 7332, 12434, 8628, 9718, 7427, 7924, 9297, 7108, 9368, 7170, 8509, 7322, 6989, 7025, 7051, 7173, 7254, 7169, 7485, 10785, 9370, 9873, 7206, 8380, 7215, 6877, 12004, 8186, 9564, 7099, 8568, 7168, 6809, 7245, 6621, 7347, 6958, 9674, 6967, 7699, 7476, 7088, 7196, 7051, 9105, 6865, 8260, 7131, 7543, 7329, 7549, 7050, 7271, 6802, 7145, 10996, 7248, 9852, 7291, 8989, 7456, 8947, 10033, 7170, 10327, 7302, 8466, 7451, 7373, 7042, 6887, 11686, 7331, 9015, 7466, 6965, 7277, 6895, 10475, 7170, 8907, 7337, 7008, 7241, 7198, 7987, 7329, 7839, 7475, 7710, 7416, 7010, 7258, 6800, 9477, 7235, 9946, 7346, 7993, 7175, 7130, 6657, 6943, 9508, 7237, 7860, 7251, 7226, 7286, 6524, 6882, 7146, 10578, 7129, 8396, 7056, 6557, 6524, 6930, 7232, 8818, 7198, 6699, 6825, 6975, 11039, 7269, 9160, 9009, 9161, 7318, 6714, 9857, 7084, 11332, 7363, 10744, 9075, 11423, 7416, 7109, 7411, 7227, 10676, 7127, 9417, 6814, 10983, 6987, 7880, 7177, 7517, 7278, 7489, 7275, 6973, 7282, 7082, 7214, 7026, 7863, 7227, 7191, 7328, 6973, 7698, 6830, 7649, 6837, 7680, 7582, 7377, 10311, 7578, 8449, 7635, 7283, 11267, 7258, 9845, 7983, 7177, 7387, 6887, 7349, 7151, 7310, 6946, 9466, 7829, 7332, 6942, 7550, 6865, 7665, 7044, 9697, 8629, 10018, 7379, 9281, 7590, 7862, 7688, 8544, 8309, 7046, 12981, 7017, 9180, 7192, 7380, 7537, 7146, 7313, 7087, 7405, 7355, 7312, 7335, 8010, 6996, 10463, 7236, 9004, 7236, 8408, 7471, 7691, 7269, 7071, 7188, 7170, 10672, 7231, 9800, 7902, 7059, 7313, 7351, 6485, 6508, 7545, 7630, 9601, 7990, 8844, 7574, 8286, 7624, 11770, 13431, 11274, 14086, 12427, 12612, 10225, 11968, 7458, 11214, 7548, 9537, 7979, 8804, 8107, 8164, 8008, 8067, 8048, 6597, 7945, 7090, 7965, 8986, 7788, 9202, 7699, 7245, 7699, 6608, 7546, 7325, 9439, 7686, 9777, 7677, 7256, 6945, 7440, 7094, 7973, 7598, 10328, 8757, 8609, 7505, 8629, 7625, 8018, 7666, 8097, 7832, 8260, 7596, 6567, 6710, 7072, 7208, 7665, 10920, 7828, 8834, 7482, 7942, 7570, 8031, 7722, 7554, 7975, 8088, 7809, 7678, 8002, 7564, 7862, 8537, 8063, 9439, 7806, 8496, 7745, 7869, 8011, 9572, 7975, 9407, 8149, 7520, 7793, 8501, 8095, 10055, 7768, 6939, 7624, 7417, 12770, 8932, 9952, 7609, 8695, 7578, 8018, 7792, 7489, 7933, 6975, 7765, 6728, 7761, 6944, 7463, 6851, 7597, 7669, 9794, 7719, 8943, 8132, 7658, 7994, 6934, 7546, 7533, 10875, 7827, 8919, 7802, 8141, 7832, 7587, 7955, 6958, 7751, 8395, 7697, 6870, 7693, 7604, 10886, 9638, 10643, 7906, 9084, 7810, 7884, 7814, 7166, 8529, 7604, 12018, 7824, 9873, 8092, 8268, 7848, 7450, 8059, 7223, 7851, 6976, 7636, 7491, 8807, 7814, 9190, 7860, 8029, 7830, 7593, 7788, 7240, 7975, 7585, 7976, 9083, 7820, 6881, 8596, 7782, 11513, 9311, 9306, 7716, 8378, 8068, 7924, 7975, 7194, 7824, 7607, 7915, 7633, 7936, 9298, 8246, 9829, 7709, 7884, 8058, 7511, 8115, 9358, 8301, 10318, 7965, 7015, 7748, 7718, 13172, 7916, 10263, 8894, 8822, 7684, 7518, 7749, 7847, 8150, 7698, 7294, 7619, 7947, 7659, 7804, 7734, 9632, 8043, 11809, 8807, 11917, 7850, 7280, 8466, 7367, 12204, 8653, 7459, 6759, 7653, 6760, 7614, 7216, 8909, 7875, 10177, 8522, 10249, 7661, 8377, 7786, 7793, 7901, 7179, 7784, 7154, 7750, 7101, 7455, 7348, 8461, 7420, 8066, 6880, 7494, 6814, 7895, 7360, 9538, 8185, 10601, 7645, 10891, 7787, 7883, 8292, 7585, 8072, 7736, 7818, 6868, 7910, 7066, 8121, 8850, 7924, 7861, 7745, 7376, 8102, 8060, 8124, 8994, 7902, 7013, 7584, 7439, 13153, 7965, 10458, 7610, 9097, 7862, 6936, 7854, 6867, 7706, 7429, 7224, 7339, 8339, 7740, 7540, 7834, 7319, 7511, 7042, 7786, 7030, 7638, 7326, 8872, 7558, 10268, 7737, 8706, 7926, 8433, 8032, 8566, 9731, 7557, 11160, 7984, 9315, 7971, 8057, 7849, 7440, 7846, 7392, 8156, 7003, 7923, 7737, 11220, 7765, 8656, 7981, 7399, 7802, 7511, 7430, 7545, 9036, 7782, 7961, 8018, 7395, 8069, 6869, 7986, 6810, 7819, 6958, 7504, 7719, 10772, 8829, 8464, 7650, 8810, 7665, 8960, 7736, 8972, 7908, 9059, 7875, 7078, 7926, 6954, 7820, 7117, 8029, 7036, 7868, 6890, 7605, 7044, 7725, 7621, 7784, 7132, 7655, 7579, 10390, 8126, 8713, 7361, 9324, 7514, 8930, 7780, 8861, 7469, 9149, 7692, 7756, 7711, 7624, 7833, 7831, 7930, 7723, 7836, 7221, 8173, 6935, 8036, 7584, 7352, 7594, 8673, 7779, 8337, 7751, 7844, 7960, 7247, 8178, 7174, 8256, 7405, 7938, 7258, 7536, 7611, 10864, 7826, 8744, 7756, 7893, 7728, 7537, 8146, 7620, 8000, 8138, 8053, 7462, 7955, 7644, 8706, 7338, 7626, 7229, 7554, 7223, 7415, 7793, 10231, 8237, 9012, 7974, 8279, 7984, 7387, 8058, 7092, 8710, 8983, 7764, 7262, 8031, 7424, 8043, 7518, 8942, 7787, 10216, 7795, 9945, 7722, 8548, 8284, 8188, 8224, 7920, 7850, 7477, 7694, 7923, 9404, 8196, 7840, 7716, 8182, 8104, 7352, 8402, 7715, 8115, 7832, 10353, 7795, 9114, 8076, 7408, 7949, 7992, 8151, 8423, 8217, 8858, 7989, 7536, 8274, 7677, 12580, 9738, 10604, 8152, 7857, 8231, 7457, 9020, 7872, 7632, 7700, 7496, 7722, 7897, 7979, 7477, 7764, 8247, 7938, 6951, 8315, 7252, 8202, 8788, 8284, 7192, 8283, 7250, 8369, 8508, 8025, 7086, 7214, 7688, 7751, 9617, 7995, 10648, 8443, 8970, 7576, 8236, 7468, 8250, 7459, 9676, 7813, 13252, 9165, 9396, 7876, 7775, 7792, 8335, 8125, 8146, 8229, 7831, 8097, 7447, 8002, 7659, 7816, 7973, 9836, 8080, 7562, 7217, 7463, 6916, 7917, 7428, 9561, 8235, 11443, 9058, 11778, 7975, 8050, 7218, 8424, 7268, 8370, 10299, 10050, 7900, 15125, 8057, 11582, 8211, 10372, 8230, 12607, 8112, 9326, 8299, 8421, 10325, 8428, 15031, 8718, 12220, 9963, 8486, 7749, 7940, 7721, 8920, 7788, 9350, 8135, 7945, 8115, 7713, 8026, 6954, 8442, 7394, 8558, 7446, 8269, 7727, 7957, 7594, 8006, 7761, 8711, 7807, 9731, 7926, 8766, 7829, 8453, 7815, 7597, 8075, 7811, 7202, 8237, 8295, 7382, 7902, 8323, 9556, 8099, 10265, 8477], 'WindowCenter': [4119.0, 4115.0, 4141.0, 4109.0, 4117.0, 4094.0, 4082.0, 4073.0, 4072.0, 4073.0, 4073.0, 4084.0, 4073.0, 4073.0, 4084.0, 4075.0, 4084.0, 4073.0, 4075.0, 4097.0, 4099.0, 4126.0, 4107.0, 4126.0, 4086.0, 4117.0, 4097.0, 4096.0, 4075.0, 4085.0, 4073.0, 4074.0, 4075.0, 4086.0, 4106.0, 4088.0, 4106.0, 4097.0, 4117.0, 4086.0, 4096.0, 4095.0, 4086.0, 4116.0, 4118.0, 4096.0, 4083.0, 4075.0, 4073.0, 4085.0, 4104.0, 4086.0, 4093.0, 4084.0, 4073.0, 4073.0, 4075.0, 4073.0, 4096.0, 4116.0, 4098.0, 4094.0, 4084.0, 4094.0, 4084.0, 4085.0, 4105.0, 4084.0, 4095.0, 4086.0, 4085.0, 4085.0, 4075.0, 4084.0, 4085.0, 4094.0, 4084.0, 4083.0, 4085.0, 4084.0, 4086.0, 4087.0, 4095.0, 4087.0, 4116.0, 4096.0, 4107.0, 4085.0, 4086.0, 4115.0, 4086.0, 4114.0, 4085.0, 4095.0, 4083.0, 4074.0, 4094.0, 4084.0, 4093.0, 4084.0, 4083.0, 4085.0, 4075.0, 4084.0, 4074.0, 4073.0, 4084.0, 4103.0, 4084.0, 4096.0, 4096.0, 4086.0, 4085.0, 4085.0, 4084.0, 4075.0, 4083.0, 4085.0, 4116.0, 4095.0, 4093.0, 4085.0, 4086.0, 4097.0, 4097.0, 4103.0, 4110.0, 4103.0, 4154.0, 4134.0, 4123.0, 4154.0, 4131.0, 4142.0, 4138.0, 4117.0, 4136.0, 4106.0, 4105.0, 4093.0, 4104.0, 4072.0, 4073.0, 4071.0, 4073.0, 4092.0, 4073.0, 4114.0, 4093.0, 4072.0, 4072.0, 4083.0, 4073.0, 4085.0, 4085.0, 4105.0, 4083.0, 4104.0, 4072.0, 4081.0, 4070.0, 4060.0, 4070.0, 4071.0, 4111.0, 4058.0, 4079.0, 4069.0, 4068.0, 4069.0, 4059.0, 4059.0, 4071.0, 4082.0, 4082.0, 4081.0, 4072.0, 4070.0, 4073.0, 4102.0, 4083.0, 4080.0, 4071.0, 4070.0, 4071.0, 4071.0, 4070.0, 4060.0, 4111.0, 4070.0, 4069.0, 4060.0, 4058.0, 4069.0, 4059.0, 4069.0, 4072.0, 4080.0, 4070.0, 4069.0, 4071.0, 4070.0, 4072.0, 4083.0, 4073.0, 4082.0, 4072.0, 4084.0, 4073.0, 4085.0, 4083.0, 4086.0, 4125.0, 4095.0, 4104.0, 4084.0, 4104.0, 4085.0, 4096.0, 4096.0, 4095.0, 4084.0, 4115.0, 4072.0, 4073.0, 4113.0, 4073.0, 4103.0, 4092.0, 4091.0, 4059.0, 4059.0, 4069.0, 4070.0, 4091.0, 4070.0, 4070.0, 4071.0, 4070.0, 4070.0, 4060.0, 4069.0, 4081.0, 4080.0, 4072.0, 4080.0, 4072.0, 4082.0, 4084.0, 4084.0, 4086.0, 4116.0, 4085.0, 4107.0, 4116.0, 4107.0, 4126.0, 4116.0, 4126.0, 4085.0, 4098.0, 4086.0, 4083.0, 4092.0, 4073.0, 4122.0, 4073.0, 4092.0, 4073.0, 4083.0, 4073.0, 4084.0, 4072.0, 4074.0, 4072.0, 4083.0, 4114.0, 4083.0, 4095.0, 4073.0, 4083.0, 4083.0, 4073.0, 4074.0, 4084.0, 4114.0, 4084.0, 4103.0, 4083.0, 4083.0, 4083.0, 4075.0, 4073.0, 4083.0, 4112.0, 4073.0, 4093.0, 4083.0, 4084.0, 4072.0, 4072.0, 4071.0, 4073.0, 4082.0, 4083.0, 4094.0, 4083.0, 4073.0, 4083.0, 4085.0, 4084.0, 4085.0, 4125.0, 4106.0, 4106.0, 4085.0, 4074.0, 4071.0, 4073.0, 4093.0, 4083.0, 4113.0, 4083.0, 4083.0, 4083.0, 4082.0, 4083.0, 4074.0, 4072.0, 4084.0, 4083.0, 4073.0, 4092.0, 4084.0, 4072.0, 4082.0, 4073.0, 4094.0, 4084.0, 4082.0, 4083.0, 4072.0, 4085.0, 4083.0, 4096.0, 4095.0, 4086.0, 4106.0, 4088.0, 4086.0, 4087.0, 4119.0, 4098.0, 4137.0, 4107.0, 4116.0, 4083.0, 4094.0, 4102.0, 4072.0, 4103.0, 4074.0, 4092.0, 4082.0, 4071.0, 4073.0, 4082.0, 4086.0, 4095.0, 4085.0, 4097.0, 4128.0, 4118.0, 4114.0, 4084.0, 4094.0, 4083.0, 4074.0, 4124.0, 4093.0, 4103.0, 4073.0, 4093.0, 4072.0, 4073.0, 4084.0, 4073.0, 4071.0, 4072.0, 4101.0, 4072.0, 4081.0, 4081.0, 4072.0, 4071.0, 4073.0, 4091.0, 4073.0, 4093.0, 4073.0, 4083.0, 4082.0, 4082.0, 4072.0, 4083.0, 4072.0, 4085.0, 4125.0, 4096.0, 4115.0, 4096.0, 4105.0, 4084.0, 4106.0, 4114.0, 4086.0, 4114.0, 4085.0, 4105.0, 4085.0, 4084.0, 4074.0, 4084.0, 4124.0, 4085.0, 4104.0, 4084.0, 4084.0, 4084.0, 4085.0, 4114.0, 4084.0, 4104.0, 4084.0, 4085.0, 4082.0, 4073.0, 4082.0, 4083.0, 4084.0, 4084.0, 4094.0, 4083.0, 4085.0, 4084.0, 4085.0, 4114.0, 4086.0, 4115.0, 4085.0, 4094.0, 4083.0, 4074.0, 4072.0, 4083.0, 4103.0, 4084.0, 4094.0, 4084.0, 4084.0, 4083.0, 4074.0, 4085.0, 4086.0, 4125.0, 4087.0, 4105.0, 4086.0, 4075.0, 4077.0, 4096.0, 4109.0, 4119.0, 4088.0, 4087.0, 4086.0, 4097.0, 4128.0, 4097.0, 4118.0, 4106.0, 4106.0, 4083.0, 4075.0, 4113.0, 4084.0, 4124.0, 4083.0, 4112.0, 4092.0, 4112.0, 4070.0, 4070.0, 4069.0, 4071.0, 4101.0, 4060.0, 4088.0, 4060.0, 4098.0, 4058.0, 4068.0, 4059.0, 4068.0, 4070.0, 4069.0, 4068.0, 4059.0, 4068.0, 4059.0, 4070.0, 4072.0, 4093.0, 4070.0, 4070.0, 4070.0, 4070.0, 4081.0, 4060.0, 4081.0, 4071.0, 4081.0, 4083.0, 4082.0, 4113.0, 4082.0, 4093.0, 4083.0, 4084.0, 4123.0, 4084.0, 4114.0, 4082.0, 4073.0, 4071.0, 4071.0, 4082.0, 4072.0, 4082.0, 4083.0, 4103.0, 4084.0, 4083.0, 4073.0, 4083.0, 4086.0, 4094.0, 4087.0, 4116.0, 4107.0, 4114.0, 4085.0, 4105.0, 4084.0, 4095.0, 4082.0, 4094.0, 4081.0, 4071.0, 4122.0, 4071.0, 4090.0, 4071.0, 4070.0, 4082.0, 4070.0, 4081.0, 4071.0, 4083.0, 4084.0, 4083.0, 4084.0, 4093.0, 4073.0, 4113.0, 4085.0, 4103.0, 4083.0, 4094.0, 4083.0, 4083.0, 4072.0, 4084.0, 4072.0, 4084.0, 4115.0, 4084.0, 4115.0, 4096.0, 4085.0, 4099.0, 4097.0, 4077.0, 4088.0, 4109.0, 4110.0, 4120.0, 4097.0, 4106.0, 4097.0, 4107.0, 4096.0, 4139.0, 4137.0, 4115.0, 4123.0, 4112.0, 4111.0, 4092.0, 4098.0, 4057.0, 4087.0, 4056.0, 4077.0, 4068.0, 4076.0, 4067.0, 4065.0, 4056.0, 4056.0, 4057.0, 4045.0, 4068.0, 4056.0, 4069.0, 4079.0, 4069.0, 4089.0, 4068.0, 4058.0, 4068.0, 4059.0, 4068.0, 4071.0, 4090.0, 4071.0, 4091.0, 4072.0, 4070.0, 4071.0, 4071.0, 4072.0, 4081.0, 4084.0, 4103.0, 4094.0, 4093.0, 4083.0, 4093.0, 4083.0, 4083.0, 4084.0, 4096.0, 4084.0, 4084.0, 4083.0, 4075.0, 4087.0, 4087.0, 4084.0, 4083.0, 4114.0, 4096.0, 4103.0, 4083.0, 4093.0, 4083.0, 4084.0, 4084.0, 4095.0, 4097.0, 4095.0, 4096.0, 4084.0, 4094.0, 4096.0, 4107.0, 4106.0, 4098.0, 4107.0, 4087.0, 4094.0, 4084.0, 4095.0, 4095.0, 4105.0, 4094.0, 4106.0, 4093.0, 4085.0, 4083.0, 4095.0, 4081.0, 4103.0, 4070.0, 4071.0, 4070.0, 4083.0, 4123.0, 4093.0, 4100.0, 4070.0, 4081.0, 4071.0, 4081.0, 4082.0, 4071.0, 4081.0, 4071.0, 4081.0, 4073.0, 4083.0, 4084.0, 4081.0, 4075.0, 4083.0, 4085.0, 4113.0, 4095.0, 4107.0, 4095.0, 4084.0, 4093.0, 4085.0, 4084.0, 4097.0, 4125.0, 4096.0, 4104.0, 4095.0, 4093.0, 4096.0, 4095.0, 4097.0, 4086.0, 4095.0, 4105.0, 4095.0, 4087.0, 4097.0, 4110.0, 4140.0, 4130.0, 4128.0, 4108.0, 4117.0, 4097.0, 4108.0, 4097.0, 4087.0, 4107.0, 4096.0, 4136.0, 4095.0, 4116.0, 4097.0, 4095.0, 4095.0, 4085.0, 4095.0, 4096.0, 4095.0, 4084.0, 4084.0, 4085.0, 4104.0, 4095.0, 4115.0, 4096.0, 4095.0, 4096.0, 4096.0, 4097.0, 4096.0, 4107.0, 4095.0, 4096.0, 4106.0, 4095.0, 4086.0, 4105.0, 4097.0, 4125.0, 4116.0, 4104.0, 4095.0, 4095.0, 4097.0, 4097.0, 4096.0, 4087.0, 4097.0, 4095.0, 4108.0, 4096.0, 4108.0, 4118.0, 4107.0, 4118.0, 4097.0, 4095.0, 4096.0, 4087.0, 4096.0, 4117.0, 4095.0, 4117.0, 4094.0, 4084.0, 4083.0, 4084.0, 4135.0, 4094.0, 4114.0, 4105.0, 4092.0, 4082.0, 4083.0, 4083.0, 4094.0, 4094.0, 4083.0, 4084.0, 4095.0, 4096.0, 4095.0, 4095.0, 4096.0, 4115.0, 4095.0, 4128.0, 4093.0, 4113.0, 4081.0, 4072.0, 4081.0, 4072.0, 4111.0, 4093.0, 4069.0, 4061.0, 4070.0, 4071.0, 4082.0, 4084.0, 4105.0, 4096.0, 4115.0, 4096.0, 4114.0, 4083.0, 4081.0, 4083.0, 4082.0, 4082.0, 4072.0, 4081.0, 4072.0, 4072.0, 4072.0, 4070.0, 4072.0, 4092.0, 4073.0, 4081.0, 4073.0, 4072.0, 4072.0, 4083.0, 4084.0, 4104.0, 4095.0, 4113.0, 4082.0, 4102.0, 4083.0, 4081.0, 4093.0, 4081.0, 4080.0, 4071.0, 4071.0, 4061.0, 4083.0, 4072.0, 4082.0, 4092.0, 4081.0, 4082.0, 4083.0, 4083.0, 4094.0, 4094.0, 4094.0, 4104.0, 4093.0, 4073.0, 4082.0, 4084.0, 4125.0, 4082.0, 4102.0, 4072.0, 4091.0, 4082.0, 4071.0, 4080.0, 4060.0, 4070.0, 4071.0, 4071.0, 4072.0, 4081.0, 4083.0, 4081.0, 4081.0, 4072.0, 4082.0, 4072.0, 4084.0, 4085.0, 4095.0, 4086.0, 4104.0, 4084.0, 4114.0, 4084.0, 4104.0, 4096.0, 4095.0, 4096.0, 4105.0, 4104.0, 4084.0, 4114.0, 4095.0, 4103.0, 4083.0, 4082.0, 4084.0, 4082.0, 4094.0, 4084.0, 4095.0, 4086.0, 4093.0, 4083.0, 4113.0, 4083.0, 4094.0, 4093.0, 4084.0, 4084.0, 4084.0, 4072.0, 4083.0, 4094.0, 4084.0, 4084.0, 4094.0, 4083.0, 4093.0, 4072.0, 4083.0, 4073.0, 4084.0, 4085.0, 4084.0, 4096.0, 4115.0, 4105.0, 4093.0, 4085.0, 4104.0, 4086.0, 4104.0, 4095.0, 4105.0, 4084.0, 4093.0, 4082.0, 4072.0, 4083.0, 4073.0, 4083.0, 4074.0, 4082.0, 4072.0, 4081.0, 4073.0, 4083.0, 4074.0, 4082.0, 4083.0, 4081.0, 4073.0, 4082.0, 4084.0, 4113.0, 4083.0, 4093.0, 4073.0, 4092.0, 4074.0, 4093.0, 4084.0, 4093.0, 4073.0, 4092.0, 4082.0, 4081.0, 4083.0, 4082.0, 4082.0, 4081.0, 4081.0, 4082.0, 4072.0, 4072.0, 4093.0, 4072.0, 4082.0, 4083.0, 4070.0, 4082.0, 4093.0, 4083.0, 4082.0, 4082.0, 4081.0, 4083.0, 4072.0, 4093.0, 4071.0, 4081.0, 4084.0, 4082.0, 4083.0, 4083.0, 4084.0, 4113.0, 4084.0, 4094.0, 4083.0, 4083.0, 4085.0, 4083.0, 4094.0, 4083.0, 4083.0, 4083.0, 4083.0, 4083.0, 4083.0, 4085.0, 4094.0, 4086.0, 4081.0, 4084.0, 4083.0, 4083.0, 4084.0, 4097.0, 4117.0, 4096.0, 4105.0, 4084.0, 4093.0, 4083.0, 4084.0, 4095.0, 4086.0, 4093.0, 4094.0, 4082.0, 4083.0, 4082.0, 4082.0, 4093.0, 4086.0, 4104.0, 4086.0, 4116.0, 4085.0, 4104.0, 4085.0, 4095.0, 4095.0, 4084.0, 4082.0, 4083.0, 4080.0, 4071.0, 4070.0, 4082.0, 4093.0, 4094.0, 4082.0, 4083.0, 4082.0, 4084.0, 4073.0, 4081.0, 4085.0, 4082.0, 4084.0, 4103.0, 4072.0, 4091.0, 4082.0, 4071.0, 4082.0, 4084.0, 4094.0, 4094.0, 4096.0, 4104.0, 4083.0, 4085.0, 4093.0, 4085.0, 4125.0, 4102.0, 4102.0, 4081.0, 4081.0, 4079.0, 4071.0, 4090.0, 4081.0, 4069.0, 4080.0, 4070.0, 4082.0, 4083.0, 4093.0, 4071.0, 4083.0, 4093.0, 4083.0, 4072.0, 4094.0, 4083.0, 4093.0, 4093.0, 4093.0, 4073.0, 4093.0, 4083.0, 4095.0, 4095.0, 4095.0, 4072.0, 4086.0, 4095.0, 4097.0, 4116.0, 4096.0, 4115.0, 4095.0, 4105.0, 4084.0, 4093.0, 4084.0, 4093.0, 4083.0, 4102.0, 4082.0, 4122.0, 4091.0, 4090.0, 4080.0, 4070.0, 4081.0, 4082.0, 4081.0, 4081.0, 4081.0, 4083.0, 4080.0, 4071.0, 4082.0, 4083.0, 4081.0, 4095.0, 4103.0, 4083.0, 4083.0, 4083.0, 4084.0, 4087.0, 4107.0, 4111.0, 4130.0, 4110.0, 4139.0, 4121.0, 4139.0, 4109.0, 4096.0, 4085.0, 4097.0, 4096.0, 4108.0, 4118.0, 4104.0, 4085.0, 4134.0, 4083.0, 4113.0, 4081.0, 4103.0, 4080.0, 4110.0, 4069.0, 4079.0, 4067.0, 4069.0, 4088.0, 4068.0, 4108.0, 4069.0, 4097.0, 4077.0, 4065.0, 4056.0, 4054.0, 4056.0, 4065.0, 4057.0, 4077.0, 4070.0, 4067.0, 4068.0, 4058.0, 4067.0, 4046.0, 4068.0, 4058.0, 4079.0, 4069.0, 4079.0, 4071.0, 4070.0, 4071.0, 4071.0, 4072.0, 4080.0, 4083.0, 4093.0, 4084.0, 4082.0, 4083.0, 4082.0, 4084.0, 4083.0, 4094.0, 4083.0, 4085.0, 4107.0, 4106.0, 4098.0, 4096.0, 4109.0, 4104.0, 4086.0, 4118.0, 4096.0], 'WindowWidth': [9171.0, 9158.0, 9185.0, 9135.0, 9140.0, 9104.0, 9084.0, 9072.0, 9069.0, 9072.0, 9074.0, 9089.0, 9076.0, 9074.0, 9090.0, 9078.0, 9092.0, 9077.0, 9083.0, 9114.0, 9120.0, 9152.0, 9129.0, 9150.0, 9097.0, 9138.0, 9112.0, 9110.0, 9080.0, 9093.0, 9074.0, 9079.0, 9080.0, 9098.0, 9125.0, 9104.0, 9126.0, 9113.0, 9140.0, 9097.0, 9113.0, 9109.0, 9099.0, 9139.0, 9141.0, 9109.0, 9088.0, 9081.0, 9075.0, 9094.0, 9118.0, 9097.0, 9103.0, 9091.0, 9074.0, 9076.0, 9080.0, 9076.0, 9111.0, 9140.0, 9115.0, 9107.0, 9093.0, 9105.0, 9092.0, 9096.0, 9119.0, 9093.0, 9107.0, 9097.0, 9094.0, 9095.0, 9083.0, 9092.0, 9095.0, 9105.0, 9092.0, 9090.0, 9097.0, 9094.0, 9098.0, 9103.0, 9109.0, 9103.0, 9138.0, 9113.0, 9128.0, 9098.0, 9101.0, 9136.0, 9097.0, 9133.0, 9094.0, 9108.0, 9090.0, 9079.0, 9105.0, 9093.0, 9102.0, 9093.0, 9089.0, 9094.0, 9082.0, 9093.0, 9080.0, 9076.0, 9094.0, 9118.0, 9095.0, 9112.0, 9114.0, 9098.0, 9095.0, 9096.0, 9094.0, 9085.0, 9091.0, 9097.0, 9139.0, 9108.0, 9105.0, 9095.0, 9099.0, 9117.0, 9118.0, 9136.0, 9143.0, 9137.0, 9205.0, 9179.0, 9162.0, 9204.0, 9170.0, 9185.0, 9173.0, 9140.0, 9166.0, 9122.0, 9118.0, 9100.0, 9117.0, 9070.0, 9074.0, 9068.0, 9075.0, 9098.0, 9075.0, 9131.0, 9102.0, 9071.0, 9073.0, 9089.0, 9076.0, 9092.0, 9095.0, 9119.0, 9088.0, 9116.0, 9070.0, 9082.0, 9064.0, 9052.0, 9062.0, 9066.0, 9119.0, 9046.0, 9074.0, 9062.0, 9058.0, 9062.0, 9047.0, 9051.0, 9068.0, 9086.0, 9085.0, 9083.0, 9073.0, 9066.0, 9075.0, 9111.0, 9086.0, 9080.0, 9067.0, 9065.0, 9066.0, 9068.0, 9064.0, 9051.0, 9121.0, 9063.0, 9061.0, 9051.0, 9047.0, 9064.0, 9051.0, 9063.0, 9070.0, 9078.0, 9066.0, 9064.0, 9068.0, 9067.0, 9073.0, 9088.0, 9078.0, 9088.0, 9073.0, 9091.0, 9075.0, 9096.0, 9090.0, 9099.0, 9149.0, 9109.0, 9118.0, 9094.0, 9119.0, 9097.0, 9112.0, 9114.0, 9110.0, 9093.0, 9136.0, 9073.0, 9075.0, 9128.0, 9073.0, 9114.0, 9096.0, 9093.0, 9050.0, 9049.0, 9061.0, 9067.0, 9092.0, 9065.0, 9065.0, 9066.0, 9065.0, 9066.0, 9054.0, 9064.0, 9084.0, 9078.0, 9070.0, 9079.0, 9072.0, 9087.0, 9093.0, 9093.0, 9100.0, 9140.0, 9099.0, 9131.0, 9140.0, 9129.0, 9153.0, 9138.0, 9149.0, 9094.0, 9118.0, 9099.0, 9091.0, 9098.0, 9074.0, 9141.0, 9075.0, 9100.0, 9076.0, 9089.0, 9076.0, 9093.0, 9073.0, 9081.0, 9074.0, 9092.0, 9132.0, 9092.0, 9107.0, 9078.0, 9089.0, 9089.0, 9080.0, 9081.0, 9095.0, 9134.0, 9092.0, 9116.0, 9091.0, 9090.0, 9091.0, 9082.0, 9075.0, 9089.0, 9128.0, 9075.0, 9102.0, 9091.0, 9091.0, 9073.0, 9074.0, 9069.0, 9076.0, 9087.0, 9090.0, 9105.0, 9092.0, 9078.0, 9091.0, 9099.0, 9095.0, 9099.0, 9152.0, 9126.0, 9124.0, 9094.0, 9080.0, 9073.0, 9077.0, 9103.0, 9092.0, 9131.0, 9089.0, 9089.0, 9091.0, 9089.0, 9090.0, 9081.0, 9075.0, 9093.0, 9089.0, 9076.0, 9101.0, 9091.0, 9075.0, 9088.0, 9080.0, 9106.0, 9092.0, 9087.0, 9090.0, 9075.0, 9095.0, 9091.0, 9113.0, 9111.0, 9101.0, 9127.0, 9106.0, 9101.0, 9106.0, 9147.0, 9119.0, 9171.0, 9129.0, 9139.0, 9089.0, 9105.0, 9113.0, 9074.0, 9117.0, 9079.0, 9100.0, 9086.0, 9071.0, 9075.0, 9089.0, 9101.0, 9113.0, 9100.0, 9117.0, 9158.0, 9144.0, 9134.0, 9093.0, 9107.0, 9089.0, 9082.0, 9147.0, 9103.0, 9115.0, 9076.0, 9101.0, 9073.0, 9075.0, 9093.0, 9077.0, 9071.0, 9075.0, 9112.0, 9075.0, 9085.0, 9084.0, 9075.0, 9071.0, 9077.0, 9097.0, 9076.0, 9101.0, 9076.0, 9089.0, 9088.0, 9088.0, 9073.0, 9091.0, 9075.0, 9097.0, 9150.0, 9113.0, 9139.0, 9115.0, 9125.0, 9094.0, 9126.0, 9133.0, 9100.0, 9135.0, 9096.0, 9125.0, 9097.0, 9094.0, 9079.0, 9095.0, 9146.0, 9096.0, 9122.0, 9095.0, 9094.0, 9093.0, 9096.0, 9133.0, 9094.0, 9119.0, 9094.0, 9096.0, 9088.0, 9078.0, 9087.0, 9091.0, 9093.0, 9094.0, 9110.0, 9094.0, 9098.0, 9094.0, 9098.0, 9133.0, 9098.0, 9137.0, 9096.0, 9107.0, 9090.0, 9079.0, 9074.0, 9091.0, 9119.0, 9096.0, 9108.0, 9094.0, 9094.0, 9092.0, 9083.0, 9097.0, 9101.0, 9152.0, 9103.0, 9125.0, 9100.0, 9084.0, 9090.0, 9116.0, 9138.0, 9152.0, 9107.0, 9105.0, 9101.0, 9118.0, 9159.0, 9116.0, 9147.0, 9126.0, 9125.0, 9090.0, 9083.0, 9130.0, 9093.0, 9147.0, 9091.0, 9127.0, 9099.0, 9126.0, 9068.0, 9066.0, 9064.0, 9070.0, 9109.0, 9054.0, 9088.0, 9052.0, 9102.0, 9049.0, 9059.0, 9051.0, 9061.0, 9064.0, 9063.0, 9059.0, 9051.0, 9060.0, 9049.0, 9065.0, 9073.0, 9102.0, 9069.0, 9066.0, 9067.0, 9068.0, 9081.0, 9055.0, 9083.0, 9070.0, 9085.0, 9089.0, 9087.0, 9130.0, 9085.0, 9103.0, 9089.0, 9093.0, 9143.0, 9092.0, 9133.0, 9088.0, 9075.0, 9070.0, 9071.0, 9086.0, 9075.0, 9086.0, 9090.0, 9115.0, 9091.0, 9089.0, 9077.0, 9091.0, 9098.0, 9108.0, 9103.0, 9139.0, 9128.0, 9134.0, 9096.0, 9122.0, 9093.0, 9108.0, 9086.0, 9105.0, 9081.0, 9070.0, 9139.0, 9068.0, 9094.0, 9070.0, 9067.0, 9086.0, 9066.0, 9085.0, 9072.0, 9089.0, 9093.0, 9090.0, 9092.0, 9102.0, 9077.0, 9128.0, 9093.0, 9116.0, 9091.0, 9105.0, 9089.0, 9090.0, 9072.0, 9091.0, 9073.0, 9092.0, 9136.0, 9094.0, 9137.0, 9112.0, 9099.0, 9121.0, 9116.0, 9088.0, 9107.0, 9135.0, 9138.0, 9151.0, 9114.0, 9124.0, 9113.0, 9128.0, 9113.0, 9178.0, 9168.0, 9134.0, 9144.0, 9126.0, 9120.0, 9096.0, 9098.0, 9042.0, 9080.0, 9039.0, 9066.0, 9056.0, 9064.0, 9053.0, 9048.0, 9037.0, 9035.0, 9039.0, 9021.0, 9059.0, 9040.0, 9059.0, 9076.0, 9060.0, 9087.0, 9058.0, 9045.0, 9059.0, 9050.0, 9059.0, 9069.0, 9091.0, 9068.0, 9092.0, 9070.0, 9065.0, 9068.0, 9069.0, 9073.0, 9083.0, 9091.0, 9116.0, 9104.0, 9101.0, 9090.0, 9101.0, 9090.0, 9088.0, 9091.0, 9108.0, 9088.0, 9089.0, 9085.0, 9084.0, 9102.0, 9104.0, 9092.0, 9090.0, 9132.0, 9112.0, 9118.0, 9091.0, 9102.0, 9089.0, 9090.0, 9093.0, 9108.0, 9114.0, 9109.0, 9110.0, 9089.0, 9106.0, 9110.0, 9130.0, 9127.0, 9116.0, 9127.0, 9099.0, 9105.0, 9093.0, 9107.0, 9109.0, 9121.0, 9104.0, 9124.0, 9102.0, 9093.0, 9089.0, 9107.0, 9083.0, 9115.0, 9067.0, 9070.0, 9066.0, 9088.0, 9142.0, 9100.0, 9106.0, 9065.0, 9081.0, 9069.0, 9082.0, 9087.0, 9069.0, 9082.0, 9068.0, 9084.0, 9074.0, 9087.0, 9092.0, 9084.0, 9081.0, 9088.0, 9095.0, 9130.0, 9108.0, 9126.0, 9109.0, 9092.0, 9102.0, 9094.0, 9090.0, 9112.0, 9149.0, 9110.0, 9119.0, 9108.0, 9104.0, 9112.0, 9110.0, 9115.0, 9102.0, 9110.0, 9123.0, 9109.0, 9103.0, 9115.0, 9140.0, 9178.0, 9165.0, 9159.0, 9132.0, 9141.0, 9116.0, 9132.0, 9116.0, 9103.0, 9126.0, 9113.0, 9166.0, 9109.0, 9140.0, 9116.0, 9109.0, 9110.0, 9095.0, 9110.0, 9113.0, 9109.0, 9095.0, 9093.0, 9097.0, 9120.0, 9110.0, 9138.0, 9113.0, 9110.0, 9112.0, 9113.0, 9116.0, 9114.0, 9132.0, 9114.0, 9114.0, 9128.0, 9109.0, 9100.0, 9123.0, 9116.0, 9151.0, 9138.0, 9119.0, 9110.0, 9108.0, 9115.0, 9114.0, 9113.0, 9101.0, 9115.0, 9111.0, 9132.0, 9114.0, 9135.0, 9147.0, 9129.0, 9143.0, 9113.0, 9110.0, 9113.0, 9102.0, 9112.0, 9141.0, 9108.0, 9141.0, 9106.0, 9093.0, 9089.0, 9092.0, 9163.0, 9105.0, 9132.0, 9122.0, 9099.0, 9085.0, 9087.0, 9088.0, 9105.0, 9106.0, 9090.0, 9094.0, 9108.0, 9111.0, 9110.0, 9110.0, 9111.0, 9136.0, 9109.0, 9155.0, 9100.0, 9129.0, 9080.0, 9071.0, 9080.0, 9071.0, 9122.0, 9098.0, 9061.0, 9053.0, 9066.0, 9070.0, 9086.0, 9094.0, 9120.0, 9111.0, 9134.0, 9109.0, 9131.0, 9088.0, 9083.0, 9087.0, 9085.0, 9083.0, 9072.0, 9081.0, 9071.0, 9069.0, 9070.0, 9065.0, 9073.0, 9100.0, 9075.0, 9081.0, 9074.0, 9070.0, 9073.0, 9088.0, 9094.0, 9118.0, 9108.0, 9127.0, 9084.0, 9110.0, 9085.0, 9082.0, 9102.0, 9083.0, 9079.0, 9068.0, 9068.0, 9055.0, 9087.0, 9074.0, 9084.0, 9099.0, 9083.0, 9085.0, 9088.0, 9089.0, 9106.0, 9107.0, 9104.0, 9119.0, 9103.0, 9077.0, 9084.0, 9092.0, 9149.0, 9087.0, 9112.0, 9071.0, 9095.0, 9083.0, 9069.0, 9077.0, 9054.0, 9065.0, 9068.0, 9067.0, 9070.0, 9081.0, 9087.0, 9081.0, 9083.0, 9070.0, 9085.0, 9073.0, 9092.0, 9098.0, 9108.0, 9096.0, 9117.0, 9094.0, 9132.0, 9093.0, 9119.0, 9111.0, 9108.0, 9109.0, 9123.0, 9117.0, 9092.0, 9132.0, 9107.0, 9117.0, 9089.0, 9084.0, 9091.0, 9086.0, 9105.0, 9094.0, 9110.0, 9098.0, 9104.0, 9091.0, 9131.0, 9091.0, 9106.0, 9103.0, 9092.0, 9090.0, 9091.0, 9072.0, 9090.0, 9104.0, 9091.0, 9091.0, 9106.0, 9089.0, 9101.0, 9073.0, 9089.0, 9075.0, 9092.0, 9095.0, 9093.0, 9112.0, 9136.0, 9121.0, 9103.0, 9095.0, 9117.0, 9097.0, 9118.0, 9108.0, 9121.0, 9090.0, 9100.0, 9084.0, 9071.0, 9087.0, 9075.0, 9087.0, 9077.0, 9085.0, 9073.0, 9083.0, 9077.0, 9088.0, 9078.0, 9084.0, 9090.0, 9082.0, 9076.0, 9084.0, 9092.0, 9130.0, 9090.0, 9100.0, 9075.0, 9098.0, 9077.0, 9102.0, 9091.0, 9100.0, 9074.0, 9097.0, 9084.0, 9081.0, 9088.0, 9086.0, 9086.0, 9082.0, 9082.0, 9084.0, 9069.0, 9070.0, 9101.0, 9072.0, 9083.0, 9088.0, 9066.0, 9084.0, 9100.0, 9089.0, 9085.0, 9085.0, 9082.0, 9086.0, 9071.0, 9101.0, 9071.0, 9083.0, 9091.0, 9084.0, 9088.0, 9088.0, 9093.0, 9130.0, 9091.0, 9104.0, 9090.0, 9088.0, 9094.0, 9090.0, 9105.0, 9090.0, 9089.0, 9088.0, 9086.0, 9088.0, 9089.0, 9094.0, 9104.0, 9096.0, 9083.0, 9090.0, 9088.0, 9092.0, 9091.0, 9114.0, 9140.0, 9112.0, 9120.0, 9090.0, 9101.0, 9090.0, 9092.0, 9106.0, 9096.0, 9103.0, 9104.0, 9083.0, 9087.0, 9086.0, 9089.0, 9103.0, 9099.0, 9119.0, 9098.0, 9136.0, 9097.0, 9118.0, 9093.0, 9106.0, 9105.0, 9090.0, 9081.0, 9086.0, 9078.0, 9068.0, 9065.0, 9085.0, 9100.0, 9103.0, 9084.0, 9088.0, 9084.0, 9091.0, 9074.0, 9082.0, 9094.0, 9087.0, 9090.0, 9114.0, 9070.0, 9095.0, 9084.0, 9069.0, 9087.0, 9090.0, 9107.0, 9105.0, 9109.0, 9119.0, 9090.0, 9094.0, 9102.0, 9093.0, 9148.0, 9112.0, 9109.0, 9081.0, 9081.0, 9074.0, 9068.0, 9089.0, 9080.0, 9062.0, 9079.0, 9065.0, 9085.0, 9089.0, 9102.0, 9070.0, 9088.0, 9100.0, 9087.0, 9071.0, 9104.0, 9090.0, 9101.0, 9101.0, 9101.0, 9073.0, 9101.0, 9088.0, 9108.0, 9107.0, 9108.0, 9074.0, 9097.0, 9108.0, 9114.0, 9137.0, 9111.0, 9134.0, 9108.0, 9120.0, 9091.0, 9101.0, 9092.0, 9101.0, 9090.0, 9113.0, 9087.0, 9137.0, 9095.0, 9091.0, 9079.0, 9065.0, 9082.0, 9084.0, 9082.0, 9084.0, 9081.0, 9085.0, 9078.0, 9068.0, 9082.0, 9088.0, 9084.0, 9107.0, 9115.0, 9089.0, 9087.0, 9090.0, 9092.0, 9104.0, 9129.0, 9142.0, 9165.0, 9137.0, 9176.0, 9153.0, 9174.0, 9135.0, 9111.0, 9094.0, 9112.0, 9113.0, 9130.0, 9144.0, 9118.0, 9093.0, 9158.0, 9086.0, 9125.0, 9083.0, 9114.0, 9077.0, 9118.0, 9060.0, 9073.0, 9053.0, 9059.0, 9081.0, 9056.0, 9112.0, 9059.0, 9094.0, 9065.0, 9045.0, 9036.0, 9031.0, 9037.0, 9049.0, 9040.0, 9066.0, 9060.0, 9052.0, 9055.0, 9041.0, 9053.0, 9025.0, 9056.0, 9044.0, 9073.0, 9062.0, 9074.0, 9068.0, 9063.0, 9068.0, 9066.0, 9069.0, 9079.0, 9087.0, 9098.0, 9088.0, 9083.0, 9086.0, 9082.0, 9088.0, 9086.0, 9105.0, 9088.0, 9093.0, 9127.0, 9126.0, 9116.0, 9111.0, 9131.0, 9117.0, 9093.0, 9142.0, 9111.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.0004825592417061611</td></tr>
<tr><td colspan=3>aqi</td><td>0.022402336097946292</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.18693853388141</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1636519279920947</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9873011664584973</td></tr>
<tr><td colspan=3>efc</td><td>0.4462</td></tr>
<tr><td colspan=3>fber</td><td>7050.1304</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08176034982148213</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0537124802527646</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.395396192070653</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3186878538090827</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6774303907105397</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1900703316923367</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102957</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01637006178498268</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017705213278532028</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1266</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.712804554213032</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>28.816</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.436</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.5024</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311123.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>856.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.424</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0477</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.2092</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3357.1977</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3594.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65421.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>971.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4419.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.994</td></tr>
<tr><td colspan=3>tsnr</td><td>40.56824289774522</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>