ds005256-mriqc/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter c7f26d9d7b [DATALAD RUNCMD] Compute MRIQC for sub-0013
=== 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-0013 --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-0013",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:39:20 +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-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-04/func/sub-0013_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>cbac5e38475cc598e9e728a903dc302a</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>11:09:54.140000</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_VE11C_LATEST_20160120</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.995651, -0.0862777, 0.0351368, 0.0757372, 0.969293, 0.233957]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.075599</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>35</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7742, -7314, 535, -131, -325, 52, 47]</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>233.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3b842c3e-821a-4562-a170-0a0b04f44b62||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.671259641647339, 0.20319747924804688, 0.14645640552043915, 98.14231872558594], [0.23147685825824738, 2.600541353225708, 0.62175053358078, -120.07915496826172], [0.09426955133676529, -0.6276882886886597, 2.623352289199829, -57.474910736083984], [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': ['110954.140000', '110954.600000', '110955.060000', '110955.520000', '110955.980000', '110956.440000', '110956.900000', '110957.360000', '110957.820000', '110958.280000', '110958.740000', '110959.200000', '110959.660000', '111000.120000', '111000.580000', '111001.040000', '111001.500000', '111001.960000', '111002.420000', '111002.880000', '111003.340000', '111003.800000', '111004.260000', '111004.720000', '111005.180000', '111005.640000', '111006.100000', '111006.560000', '111007.020000', '111007.480000', '111007.940000', '111008.400000', '111008.860000', '111009.320000', '111009.780000', '111010.240000', '111010.700000', '111011.160000', '111011.620000', '111012.080000', '111012.540000', '111013.000000', '111013.460000', '111013.920000', '111014.380000', '111014.840000', '111015.300000', '111015.760000', '111016.220000', '111016.680000', '111017.140000', '111017.600000', '111018.060000', '111018.520000', '111018.980000', '111019.440000', '111019.900000', '111020.360000', '111020.820000', '111021.280000', '111021.740000', '111022.200000', '111022.660000', '111023.120000', '111023.580000', '111024.040000', '111024.500000', '111024.960000', '111025.420000', '111025.880000', '111026.340000', '111026.800000', '111027.260000', '111027.720000', '111028.180000', '111028.640000', '111029.100000', '111029.560000', '111030.020000', '111030.480000', '111030.940000', '111031.400000', '111031.860000', '111032.320000', '111032.780000', '111033.240000', '111033.700000', '111034.160000', '111034.620000', '111035.080000', '111035.540000', '111036.000000', '111036.460000', '111036.920000', '111037.380000', '111037.840000', '111038.300000', '111038.760000', '111039.220000', '111039.680000', '111040.140000', '111040.600000', '111041.060000', '111041.520000', '111041.980000', '111042.440000', '111042.900000', '111043.360000', '111043.820000', '111044.280000', '111044.740000', '111045.200000', '111045.660000', '111046.120000', '111046.580000', '111047.040000', '111047.500000', '111047.960000', '111048.420000', '111048.880000', '111049.340000', '111049.800000', '111050.260000', '111050.720000', '111051.180000', '111051.640000', '111052.100000', '111052.560000', '111053.020000', '111053.480000', '111053.940000', '111054.400000', '111054.860000', '111055.320000', '111055.780000', '111056.240000', '111056.700000', '111057.160000', '111057.620000', '111058.080000', '111058.540000', '111059.000000', '111059.460000', '111059.920000', '111100.380000', '111100.840000', '111101.300000', '111101.760000', '111102.220000', '111102.680000', '111103.140000', '111103.600000', '111104.060000', '111104.520000', '111104.980000', '111105.440000', '111105.900000', '111106.360000', '111106.820000', '111107.280000', '111107.740000', '111108.200000', '111108.660000', '111109.120000', '111109.580000', '111110.040000', '111110.500000', '111110.960000', '111111.420000', '111111.880000', '111112.340000', '111112.800000', '111113.260000', '111113.720000', '111114.180000', '111114.640000', '111115.100000', '111115.560000', '111116.020000', '111116.480000', '111116.940000', '111117.400000', '111117.860000', '111118.320000', '111118.780000', '111119.240000', '111119.700000', '111120.160000', '111120.620000', '111121.080000', '111121.540000', '111122.000000', '111122.460000', '111122.920000', '111123.380000', '111123.840000', '111124.300000', '111124.760000', '111125.220000', '111125.680000', '111126.140000', '111126.600000', '111127.060000', '111127.520000', '111127.980000', '111128.440000', '111128.900000', '111129.360000', '111129.820000', '111130.280000', '111130.740000', '111131.200000', '111131.660000', '111132.120000', '111132.580000', '111133.040000', '111133.500000', '111133.960000', '111134.420000', '111134.880000', '111135.340000', '111135.800000', '111136.260000', '111136.720000', '111137.180000', '111137.640000', '111138.100000', '111138.560000', '111139.020000', '111139.480000', '111139.940000', '111140.400000', '111140.860000', '111141.320000', '111141.780000', '111142.240000', '111142.700000', '111143.160000', '111143.620000', '111144.080000', '111144.540000', '111145.000000', '111145.460000', '111145.920000', '111146.380000', '111146.840000', '111147.300000', '111147.760000', '111148.220000', '111148.680000', '111149.140000', '111149.600000', '111150.060000', '111150.520000', '111150.980000', '111151.440000', '111151.900000', '111152.360000', '111152.820000', '111153.280000', '111153.740000', '111154.200000', '111154.660000', '111155.120000', '111155.580000', '111156.040000', '111156.500000', '111156.960000', '111157.420000', '111157.880000', '111158.340000', '111158.800000', '111159.260000', '111159.720000', '111200.180000', '111200.640000', '111201.100000', '111201.560000', '111202.020000', '111202.480000', '111202.940000', '111203.400000', '111203.860000', '111204.320000', '111204.780000', '111205.240000', '111205.700000', '111206.160000', '111206.620000', '111207.080000', '111207.540000', '111208.000000', '111208.460000', '111208.920000', '111209.380000', '111209.840000', '111210.300000', '111210.760000', '111211.220000', '111211.680000', '111212.140000', '111212.600000', '111213.060000', '111213.520000', '111213.980000', '111214.440000', '111214.900000', '111215.360000', '111215.820000', '111216.280000', '111216.740000', '111217.200000', '111217.660000', '111218.120000', '111218.580000', '111219.040000', '111219.500000', '111219.960000', '111220.420000', '111220.880000', '111221.340000', '111221.800000', '111222.260000', '111222.720000', '111223.180000', '111223.640000', '111224.100000', '111224.560000', '111225.020000', '111225.480000', '111225.940000', '111226.400000', '111226.860000', '111227.320000', '111227.780000', '111228.240000', '111228.700000', '111229.160000', '111229.620000', '111230.080000', '111230.540000', '111231.000000', '111231.460000', '111231.920000', '111232.380000', '111232.840000', '111233.300000', '111233.760000', '111234.220000', '111234.680000', '111235.140000', '111235.600000', '111236.060000', '111236.520000', '111236.980000', '111237.440000', '111237.900000', '111238.360000', '111238.820000', '111239.280000', '111239.740000', '111240.200000', '111240.660000', '111241.120000', '111241.580000', '111242.040000', '111242.500000', '111242.960000', '111243.420000', '111243.880000', '111244.340000', '111244.800000', '111245.260000', '111245.720000', '111246.180000', '111246.640000', '111247.100000', '111247.560000', '111248.020000', '111248.480000', '111248.940000', '111249.400000', '111249.860000', '111250.320000', '111250.780000', '111251.240000', '111251.700000', '111252.160000', '111252.620000', '111253.080000', '111253.540000', '111254.000000', '111254.460000', '111254.920000', '111255.380000', '111255.840000', '111256.300000', '111256.760000', '111257.220000', '111257.680000', '111258.140000', '111258.600000', '111259.060000', '111259.520000', '111259.980000', '111300.440000', '111300.900000', '111301.360000', '111301.820000', '111302.280000', '111302.740000', '111303.200000', '111303.660000', '111304.120000', '111304.580000', '111305.040000', '111305.500000', '111305.960000', '111306.420000', '111306.880000', '111307.340000', '111307.800000', '111308.260000', '111308.720000', '111309.180000', '111309.640000', '111310.100000', '111310.560000', '111311.020000', '111311.480000', '111311.940000', '111312.400000', '111312.860000', '111313.320000', '111313.780000', '111314.240000', '111314.700000', '111315.160000', '111315.620000', '111316.080000', '111316.540000', '111317.000000', '111317.460000', '111317.920000', '111318.380000', '111318.840000', '111319.300000', '111319.760000', '111320.220000', '111320.680000', '111321.140000', '111321.600000', '111322.060000', '111322.520000', '111322.980000', '111323.440000', '111323.900000', '111324.360000', '111324.820000', '111325.280000', '111325.740000', '111326.200000', '111326.660000', '111327.120000', '111327.580000', '111328.040000', '111328.500000', '111328.960000', '111329.420000', '111329.880000', '111330.340000', '111330.800000', '111331.260000', '111331.720000', '111332.180000', '111332.640000', '111333.100000', '111333.560000', '111334.020000', '111334.480000', '111334.940000', '111335.400000', '111335.860000', '111336.320000', '111336.780000', '111337.240000', '111337.700000', '111338.160000', '111338.620000', '111339.080000', '111339.540000', '111340.000000', '111340.460000', '111340.920000', '111341.380000', '111341.840000', '111342.300000', '111342.760000', '111343.220000', '111343.680000', '111344.140000', '111344.600000', '111345.060000', '111345.520000', '111345.980000', '111346.440000', '111346.900000', '111347.360000', '111347.820000', '111348.280000', '111348.740000', '111349.200000', '111349.660000', '111350.120000', '111350.580000', '111351.040000', '111351.500000', '111351.960000', '111352.420000', '111352.880000', '111353.340000', '111353.800000', '111354.260000', '111354.720000', '111355.180000', '111355.640000', '111356.100000', '111356.560000', '111357.020000', '111357.480000', '111357.940000', '111358.400000', '111358.860000', '111359.320000', '111359.780000', '111400.240000', '111400.700000', '111401.160000', '111401.620000', '111402.080000', '111402.540000', '111403.000000', '111403.460000', '111403.920000', '111404.380000', '111404.840000', '111405.300000', '111405.760000', '111406.220000', '111406.680000', '111407.140000', '111407.600000', '111408.060000', '111408.520000', '111408.980000', '111409.440000', '111409.900000', '111410.360000', '111410.820000', '111411.280000', '111411.740000', '111412.200000', '111412.660000', '111413.120000', '111413.580000', '111414.040000', '111414.500000', '111414.960000', '111415.420000', '111415.880000', '111416.340000', '111416.800000', '111417.260000', '111417.720000', '111418.180000', '111418.640000', '111419.100000', '111419.560000', '111420.020000', '111420.480000', '111420.940000', '111421.400000', '111421.860000', '111422.320000', '111422.780000', '111423.240000', '111423.700000', '111424.160000', '111424.620000', '111425.080000', '111425.540000', '111426.000000', '111426.460000', '111426.920000', '111427.380000', '111427.840000', '111428.300000', '111428.760000', '111429.220000', '111429.680000', '111430.140000', '111430.600000', '111431.060000', '111431.520000', '111431.980000', '111432.440000', '111432.900000', '111433.360000', '111433.820000', '111434.280000', '111434.740000', '111435.200000', '111435.660000', '111436.120000', '111436.580000', '111437.040000', '111437.500000', '111437.960000', '111438.420000', '111438.880000', '111439.340000', '111439.800000', '111440.260000', '111440.720000', '111441.180000', '111441.640000', '111442.100000', '111442.560000', '111443.020000', '111443.480000', '111443.940000', '111444.400000', '111444.860000', '111445.320000', '111445.780000', '111446.240000', '111446.700000', '111447.160000', '111447.620000', '111448.080000', '111448.540000', '111449.000000', '111449.460000', '111449.920000', '111450.380000', '111450.840000', '111451.300000', '111451.760000', '111452.220000', '111452.680000', '111453.140000', '111453.600000', '111454.060000', '111454.520000', '111454.980000', '111455.440000', '111455.900000', '111456.360000', '111456.820000', '111457.280000', '111457.740000', '111458.200000', '111458.660000', '111459.120000', '111459.580000', '111500.040000', '111500.500000', '111500.960000', '111501.420000', '111501.880000', '111502.340000', '111502.800000', '111503.260000', '111503.720000', '111504.180000', '111504.640000', '111505.100000', '111505.560000', '111506.020000', '111506.480000', '111506.940000', '111507.400000', '111507.860000', '111508.320000', '111508.780000', '111509.240000', '111509.700000', '111510.160000', '111510.620000', '111511.080000', '111511.540000', '111512.000000', '111512.460000', '111512.920000', '111513.380000', '111513.840000', '111514.300000', '111514.760000', '111515.220000', '111515.680000', '111516.140000', '111516.600000', '111517.060000', '111517.520000', '111517.980000', '111518.440000', '111518.900000', '111519.360000', '111519.820000', '111520.280000', '111520.740000', '111521.200000', '111521.660000', '111522.120000', '111522.580000', '111523.040000', '111523.500000', '111523.960000', '111524.420000', '111524.880000', '111525.340000', '111525.800000', '111526.260000', '111526.720000', '111527.180000', '111527.640000', '111528.100000', '111528.560000', '111529.020000', '111529.480000', '111529.940000', '111530.400000', '111530.860000', '111531.320000', '111531.780000', '111532.240000', '111532.700000', '111533.160000', '111533.620000', '111534.080000', '111534.540000', '111535.000000', '111535.460000', '111535.920000', '111536.380000', '111536.840000', '111537.300000', '111537.760000', '111538.220000', '111538.680000', '111539.140000', '111539.600000', '111540.060000', '111540.520000', '111540.980000', '111541.440000', '111541.900000', '111542.360000', '111542.820000', '111543.280000', '111543.740000', '111544.200000', '111544.660000', '111545.120000', '111545.580000', '111546.040000', '111546.500000', '111546.960000', '111547.420000', '111547.880000', '111548.340000', '111548.800000', '111549.260000', '111549.720000', '111550.180000', '111550.640000', '111551.100000', '111551.560000', '111552.020000', '111552.480000', '111552.940000', '111553.400000', '111553.860000', '111554.320000', '111554.780000', '111555.240000', '111555.700000', '111556.160000', '111556.620000', '111557.080000', '111557.540000', '111558.000000', '111558.460000', '111558.920000', '111559.380000', '111559.840000', '111600.300000', '111600.760000', '111601.220000', '111601.680000', '111602.140000', '111602.600000', '111603.060000', '111603.520000', '111603.980000', '111604.440000', '111604.900000', '111605.360000', '111605.820000', '111606.280000', '111606.740000', '111607.200000', '111607.660000', '111608.120000', '111608.580000', '111609.040000', '111609.500000', '111609.960000', '111610.420000', '111610.880000', '111611.340000', '111611.800000', '111612.260000', '111612.720000', '111613.180000', '111613.640000', '111614.100000', '111614.560000', '111615.020000', '111615.480000', '111615.940000', '111616.400000', '111616.860000', '111617.320000', '111617.780000', '111618.240000', '111618.700000', '111619.160000', '111619.620000', '111620.080000', '111620.540000', '111621.000000', '111621.460000', '111621.920000', '111622.380000', '111622.840000', '111623.300000', '111623.760000', '111624.220000', '111624.680000', '111625.140000', '111625.600000', '111626.060000', '111626.520000', '111626.980000', '111627.440000', '111627.900000', '111628.360000', '111628.820000', '111629.280000', '111629.740000', '111630.200000', '111630.660000', '111631.120000', '111631.580000', '111632.040000', '111632.500000', '111632.960000', '111633.420000', '111633.880000', '111634.340000', '111634.800000', '111635.260000', '111635.720000', '111636.180000', '111636.640000', '111637.100000', '111637.560000', '111638.020000', '111638.480000', '111638.940000', '111639.400000', '111639.860000', '111640.320000', '111640.780000', '111641.240000', '111641.700000', '111642.160000', '111642.620000', '111643.080000', '111643.540000', '111644.000000', '111644.460000', '111644.920000', '111645.380000', '111645.840000', '111646.300000', '111646.760000', '111647.220000', '111647.680000', '111648.140000', '111648.600000', '111649.060000', '111649.520000', '111649.980000', '111650.440000', '111650.900000', '111651.360000', '111651.820000', '111652.280000', '111652.740000', '111653.200000', '111653.660000', '111654.120000', '111654.580000', '111655.040000', '111655.500000', '111655.960000', '111656.420000', '111656.880000', '111657.340000', '111657.800000', '111658.260000', '111658.720000', '111659.180000', '111659.640000', '111700.100000', '111700.560000', '111701.020000', '111701.480000', '111701.940000', '111702.400000', '111702.860000', '111703.320000', '111703.780000', '111704.240000', '111704.700000', '111705.160000', '111705.620000', '111706.080000', '111706.540000', '111707.000000', '111707.460000', '111707.920000', '111708.380000', '111708.840000', '111709.300000', '111709.760000', '111710.220000', '111710.680000', '111711.140000', '111711.600000', '111712.060000', '111712.520000', '111712.980000', '111713.440000', '111713.900000', '111714.360000', '111714.820000', '111715.280000', '111715.740000', '111716.200000', '111716.660000', '111717.120000', '111717.580000', '111718.040000', '111718.500000', '111718.960000', '111719.420000', '111719.880000', '111720.340000', '111720.800000', '111721.260000', '111721.720000', '111722.180000', '111722.640000', '111723.100000', '111723.560000', '111724.020000', '111724.480000', '111724.940000', '111725.400000', '111725.860000', '111726.320000', '111726.780000', '111727.240000', '111727.700000', '111728.160000', '111728.620000', '111729.080000', '111729.540000', '111730.000000', '111730.460000', '111730.920000', '111731.380000', '111731.840000', '111732.300000', '111732.760000', '111733.220000', '111733.680000', '111734.140000', '111734.600000', '111735.060000', '111735.520000', '111735.980000', '111736.440000', '111736.900000', '111737.360000', '111737.820000', '111738.280000', '111738.740000', '111739.200000', '111739.660000', '111740.120000', '111740.580000', '111741.040000', '111741.500000', '111741.960000', '111742.420000', '111742.880000', '111743.340000', '111743.800000', '111744.260000', '111744.720000', '111745.180000', '111745.640000', '111746.100000', '111746.560000', '111747.020000', '111747.480000', '111747.940000', '111748.400000', '111748.860000', '111749.320000', '111749.780000', '111750.240000', '111750.700000', '111751.160000', '111751.620000', '111752.080000', '111752.540000', '111753.000000', '111753.460000', '111753.920000', '111754.380000', '111754.840000', '111755.300000', '111755.760000', '111756.220000', '111756.680000', '111757.140000', '111757.600000', '111758.060000', '111758.520000', '111758.980000', '111759.440000', '111759.900000', '111800.360000', '111800.820000', '111801.280000', '111801.740000', '111802.200000', '111802.660000', '111803.120000', '111803.580000', '111804.040000', '111804.500000', '111804.960000', '111805.420000', '111805.880000', '111806.340000', '111806.800000', '111807.260000', '111807.720000', '111808.180000', '111808.640000', '111809.100000', '111809.560000', '111810.020000', '111810.480000', '111810.940000', '111811.400000', '111811.860000', '111812.320000', '111812.780000', '111813.240000', '111813.700000', '111814.160000', '111814.620000', '111815.080000', '111815.540000', '111816.000000', '111816.460000', '111816.920000', '111817.380000', '111817.840000', '111818.300000', '111818.760000', '111819.220000', '111819.680000', '111820.140000', '111820.600000', '111821.060000', '111821.520000', '111821.980000', '111822.440000', '111822.900000', '111823.360000', '111823.820000', '111824.280000', '111824.740000', '111825.200000', '111825.660000', '111826.120000', '111826.580000', '111827.040000', '111827.500000', '111827.960000', '111828.420000', '111828.880000', '111829.340000', '111829.800000', '111830.260000', '111830.720000', '111831.180000', '111831.640000', '111832.100000', '111832.560000', '111833.020000', '111833.480000', '111833.940000', '111834.400000', '111834.860000', '111835.320000', '111835.780000', '111836.240000', '111836.700000', '111837.160000', '111837.620000', '111838.080000', '111838.540000', '111839.000000', '111839.460000', '111839.920000', '111840.380000', '111840.840000', '111841.300000', '111841.760000', '111842.220000', '111842.680000', '111843.140000', '111843.600000', '111844.060000', '111844.520000', '111844.980000', '111845.440000', '111845.900000', '111846.360000', '111846.820000', '111847.280000', '111847.740000', '111848.200000', '111848.660000', '111849.120000', '111849.580000', '111850.040000', '111850.500000', '111850.960000', '111851.420000', '111851.880000', '111852.340000', '111852.800000', '111853.260000', '111853.720000', '111854.180000', '111854.640000', '111855.100000', '111855.560000', '111856.020000', '111856.480000', '111856.940000', '111857.400000', '111857.860000', '111858.320000', '111858.780000', '111859.240000', '111859.700000', '111900.160000', '111900.620000', '111901.080000', '111901.540000', '111902.000000', '111902.460000', '111902.920000', '111903.380000', '111903.840000', '111904.300000', '111904.760000', '111905.220000', '111905.680000', '111906.140000', '111906.600000', '111907.060000', '111907.520000', '111907.980000', '111908.440000', '111908.900000', '111909.360000', '111909.820000', '111910.280000', '111910.740000', '111911.200000', '111911.660000', '111912.120000', '111912.580000', '111913.040000', '111913.500000', '111913.960000', '111914.420000', '111914.880000', '111915.340000', '111915.800000', '111916.260000', '111916.720000', '111917.180000', '111917.640000', '111918.100000', '111918.560000', '111919.020000', '111919.480000', '111919.940000', '111920.400000', '111920.860000', '111921.320000', '111921.780000', '111922.240000', '111922.700000', '111923.160000', '111923.620000', '111924.080000', '111924.540000', '111925.000000', '111925.460000', '111925.920000', '111926.380000', '111926.840000', '111927.300000', '111927.760000', '111928.220000', '111928.680000', '111929.140000', '111929.600000', '111930.060000', '111930.520000', '111930.980000', '111931.440000', '111931.900000', '111932.360000', '111932.820000', '111933.280000', '111933.740000', '111934.200000', '111934.660000', '111935.120000', '111935.580000', '111936.040000', '111936.500000', '111936.960000'], 'ContentTime': ['111014.400000', '111014.404000', '111014.406000', '111014.409000', '111014.412000', '111014.415000', '111014.417000', '111014.420000', '111014.423000', '111014.426000', '111014.428000', '111014.431000', '111014.434000', '111014.442000', '111014.445000', '111014.448000', '111014.451000', '111014.454000', '111014.456000', '111014.459000', '111014.462000', '111014.465000', '111014.468000', '111014.470000', '111014.473000', '111014.476000', '111014.479000', '111014.481000', '111014.484000', '111014.487000', '111014.490000', '111014.492000', '111014.495000', '111014.498000', '111014.501000', '111014.504000', '111014.506000', '111014.509000', '111014.512000', '111014.514000', '111014.517000', '111014.520000', '111034.366000', '111034.369000', '111034.371000', '111034.374000', '111034.377000', '111034.380000', '111034.383000', '111034.385000', '111034.388000', '111034.391000', '111034.394000', '111034.397000', '111034.399000', '111034.402000', '111034.405000', '111034.408000', '111034.411000', '111034.414000', '111034.417000', '111034.420000', '111034.423000', '111034.426000', '111034.428000', '111034.431000', '111034.434000', '111034.436000', '111034.439000', '111034.442000', '111034.445000', '111034.448000', '111034.450000', '111034.453000', '111034.456000', '111034.459000', '111034.461000', '111034.464000', '111034.467000', '111034.470000', '111034.473000', '111034.475000', '111034.478000', '111034.481000', '111034.484000', '111054.366000', '111054.369000', '111054.372000', '111054.374000', '111054.377000', '111054.382000', '111054.385000', '111054.388000', '111054.391000', '111054.393000', '111054.396000', '111054.399000', '111054.402000', '111054.405000', '111054.407000', '111054.410000', '111054.413000', '111054.416000', '111054.419000', '111054.421000', '111054.424000', '111054.427000', '111054.430000', '111054.432000', '111054.435000', '111054.438000', '111054.441000', '111054.444000', '111054.446000', '111054.449000', '111054.452000', '111054.455000', '111054.457000', '111054.460000', '111054.463000', '111054.466000', '111054.468000', '111054.471000', '111054.474000', '111054.477000', '111054.479000', '111054.482000', '111054.485000', '111054.488000', '111114.366000', '111114.369000', '111114.372000', '111114.375000', '111114.377000', '111114.380000', '111114.383000', '111114.386000', '111114.389000', '111114.391000', '111114.394000', '111114.397000', '111114.400000', '111114.403000', '111114.405000', '111114.408000', '111114.411000', '111114.414000', '111114.417000', '111114.420000', '111114.423000', '111114.426000', '111114.428000', '111114.431000', '111114.434000', '111114.437000', '111114.440000', '111114.442000', '111114.445000', '111114.448000', '111114.451000', '111114.453000', '111114.456000', '111114.459000', '111114.462000', '111114.473000', '111114.476000', '111114.478000', '111114.481000', '111114.484000', '111114.487000', '111114.490000', '111114.493000', '111134.365000', '111134.368000', '111134.370000', '111134.373000', '111134.376000', '111134.379000', '111134.382000', '111134.385000', '111134.387000', '111134.390000', '111134.393000', '111134.396000', '111134.399000', '111134.401000', '111134.404000', '111134.407000', '111134.410000', '111134.412000', '111134.415000', '111134.418000', '111134.421000', '111134.423000', '111134.426000', '111134.429000', '111134.432000', '111134.435000', '111134.438000', '111134.440000', '111134.443000', '111134.446000', '111134.449000', '111134.451000', '111134.454000', '111134.457000', '111134.460000', '111134.463000', '111134.465000', '111134.468000', '111134.471000', '111134.482000', '111134.485000', '111134.487000', '111134.490000', '111134.493000', '111154.365000', '111154.368000', '111154.371000', '111154.373000', '111154.376000', '111154.379000', '111154.382000', '111154.384000', '111154.387000', '111154.390000', '111154.393000', '111154.396000', '111154.399000', '111154.402000', '111154.404000', '111154.407000', '111154.410000', '111154.413000', '111154.416000', '111154.418000', '111154.421000', '111154.424000', '111154.427000', '111154.430000', '111154.432000', '111154.435000', '111154.438000', '111154.441000', '111154.445000', '111154.450000', '111154.453000', '111154.456000', '111154.459000', '111154.461000', '111154.464000', '111154.467000', '111154.470000', '111154.472000', '111154.475000', '111154.478000', '111154.481000', '111154.484000', '111154.487000', '111214.365000', '111214.368000', '111214.370000', '111214.373000', '111214.376000', '111214.379000', '111214.382000', '111214.385000', '111214.387000', '111214.390000', '111214.393000', '111214.396000', '111214.399000', '111214.401000', '111214.404000', '111214.407000', '111214.410000', '111214.413000', '111214.416000', '111214.418000', '111214.421000', '111214.424000', '111214.427000', '111214.430000', '111214.432000', '111214.435000', '111214.438000', '111214.441000', '111214.444000', '111214.446000', '111214.449000', '111214.452000', '111214.455000', '111214.458000', '111214.460000', '111214.463000', '111214.466000', '111214.469000', '111214.472000', '111214.474000', '111214.477000', '111214.480000', '111214.483000', '111214.486000', '111234.365000', '111234.368000', '111234.370000', '111234.373000', '111234.376000', '111234.379000', '111234.382000', '111234.384000', '111234.387000', '111234.390000', '111234.393000', '111234.401000', '111234.404000', '111234.407000', '111234.410000', '111234.413000', '111234.415000', '111234.418000', '111234.421000', '111234.424000', '111234.427000', '111234.429000', '111234.432000', '111234.435000', '111234.438000', '111234.441000', '111234.444000', '111234.446000', '111234.449000', '111234.452000', '111234.455000', '111234.458000', '111234.461000', '111234.464000', '111234.467000', '111234.469000', '111234.472000', '111234.475000', '111234.478000', '111234.481000', '111234.484000', '111234.486000', '111234.489000', '111254.366000', '111254.369000', '111254.372000', '111254.374000', '111254.377000', '111254.380000', '111254.383000', '111254.386000', '111254.389000', '111254.391000', '111254.394000', '111254.397000', '111254.400000', '111254.403000', '111254.406000', '111254.408000', '111254.411000', '111254.414000', '111254.417000', '111254.420000', '111254.422000', '111254.425000', '111254.428000', '111254.431000', '111254.434000', '111254.436000', '111254.439000', '111254.442000', '111254.445000', '111254.448000', '111254.450000', '111254.453000', '111254.456000', '111254.459000', '111254.462000', '111254.464000', '111254.467000', '111254.470000', '111254.473000', '111254.476000', '111254.478000', '111254.481000', '111254.484000', '111254.487000', '111314.366000', '111314.369000', '111314.372000', '111314.375000', '111314.377000', '111314.380000', '111314.383000', '111314.386000', '111314.389000', '111314.391000', '111314.394000', '111314.397000', '111314.400000', '111314.403000', '111314.405000', '111314.408000', '111314.411000', '111314.414000', '111314.417000', '111314.420000', '111314.438000', '111314.441000', '111314.444000', '111314.446000', '111314.449000', '111314.452000', '111314.455000', '111314.458000', '111314.461000', '111314.463000', '111314.466000', '111314.469000', '111314.472000', '111314.474000', '111314.477000', '111314.480000', '111314.483000', '111314.487000', '111314.490000', '111314.492000', '111314.495000', '111314.498000', '111314.501000', '111334.366000', '111334.369000', '111334.372000', '111334.374000', '111334.377000', '111334.380000', '111334.383000', '111334.386000', '111334.388000', '111334.391000', '111334.394000', '111334.397000', '111334.400000', '111334.403000', '111334.405000', '111334.408000', '111334.411000', '111334.414000', '111334.417000', '111334.420000', '111334.422000', '111334.425000', '111334.428000', '111334.431000', '111334.434000', '111334.436000', '111334.439000', '111334.442000', '111334.445000', '111334.447000', '111334.450000', '111334.453000', '111334.456000', '111334.459000', '111334.462000', '111334.464000', '111334.467000', '111334.470000', '111334.473000', '111334.476000', '111334.478000', '111334.481000', '111334.484000', '111334.487000', '111354.365000', '111354.368000', '111354.371000', '111354.373000', '111354.376000', '111354.379000', '111354.382000', '111354.385000', '111354.387000', '111354.390000', '111354.393000', '111354.396000', '111354.399000', '111354.401000', '111354.404000', '111354.407000', '111354.410000', '111354.413000', '111354.415000', '111354.418000', '111354.421000', '111354.424000', '111354.427000', '111354.430000', '111354.432000', '111354.435000', '111354.440000', '111354.443000', '111354.446000', '111354.449000', '111354.451000', '111354.462000', '111354.464000', '111354.467000', '111354.470000', '111354.473000', '111354.476000', '111354.479000', '111354.481000', '111354.484000', '111354.487000', '111354.490000', '111354.493000', '111414.365000', '111414.368000', '111414.371000', '111414.373000', '111414.376000', '111414.379000', '111414.382000', '111414.385000', '111414.387000', '111414.390000', '111414.393000', '111414.396000', '111414.399000', '111414.401000', '111414.405000', '111414.408000', '111414.411000', '111414.414000', '111414.417000', '111414.419000', '111414.422000', '111414.425000', '111414.428000', '111414.431000', '111414.433000', '111414.436000', '111414.439000', '111414.442000', '111414.444000', '111414.447000', '111414.450000', '111414.453000', '111414.456000', '111414.459000', '111414.461000', '111414.464000', '111414.467000', '111414.470000', '111414.472000', '111414.475000', '111414.478000', '111414.481000', '111414.483000', '111414.486000', '111434.365000', '111434.368000', '111434.371000', '111434.374000', '111434.376000', '111434.379000', '111434.382000', '111434.385000', '111434.388000', '111434.390000', '111434.393000', '111434.396000', '111434.399000', '111434.402000', '111434.404000', '111434.407000', '111434.410000', '111434.413000', '111434.416000', '111434.419000', '111434.421000', '111434.424000', '111434.427000', '111434.430000', '111434.433000', '111434.435000', '111434.438000', '111434.441000', '111434.444000', '111434.447000', '111434.449000', '111434.452000', '111434.455000', '111434.458000', '111434.461000', '111434.463000', '111434.466000', '111434.469000', '111434.472000', '111434.475000', '111434.478000', '111434.481000', '111434.483000', '111454.365000', '111454.368000', '111454.388000', '111454.391000', '111454.393000', '111454.396000', '111454.399000', '111454.402000', '111454.405000', '111454.408000', '111454.411000', '111454.413000', '111454.416000', '111454.419000', '111454.422000', '111454.424000', '111454.427000', '111454.430000', '111454.433000', '111454.436000', '111454.439000', '111454.441000', '111454.444000', '111454.447000', '111454.450000', '111454.453000', '111454.455000', '111454.458000', '111454.461000', '111454.464000', '111454.467000', '111454.470000', '111454.472000', '111454.475000', '111454.478000', '111454.481000', '111454.484000', '111454.486000', '111454.489000', '111454.492000', '111454.495000', '111454.498000', '111454.500000', '111454.503000', '111514.366000', '111514.369000', '111514.372000', '111514.375000', '111514.377000', '111514.380000', '111514.383000', '111514.386000', '111514.389000', '111514.391000', '111514.394000', '111514.397000', '111514.400000', '111514.403000', '111514.405000', '111514.408000', '111514.411000', '111514.414000', '111514.417000', '111514.419000', '111514.422000', '111514.425000', '111514.428000', '111514.431000', '111514.434000', '111514.436000', '111514.439000', '111514.442000', '111514.445000', '111514.448000', '111514.450000', '111514.453000', '111514.456000', '111514.459000', '111514.462000', '111514.464000', '111514.467000', '111514.470000', '111514.473000', '111514.477000', '111514.480000', '111514.483000', '111514.486000', '111534.366000', '111534.369000', '111534.372000', '111534.375000', '111534.377000', '111534.380000', '111534.383000', '111534.386000', '111534.389000', '111534.391000', '111534.394000', '111534.397000', '111534.400000', '111534.402000', '111534.405000', '111534.408000', '111534.411000', '111534.414000', '111534.416000', '111534.419000', '111534.422000', '111534.425000', '111534.428000', '111534.430000', '111534.433000', '111534.436000', '111534.439000', '111534.443000', '111534.445000', '111534.448000', '111534.451000', '111534.454000', '111534.457000', '111534.460000', '111534.462000', '111534.465000', '111534.468000', '111534.471000', '111534.473000', '111534.476000', '111534.479000', '111534.482000', '111534.485000', '111534.488000', '111554.366000', '111554.369000', '111554.372000', '111554.375000', '111554.377000', '111554.380000', '111554.383000', '111554.386000', '111554.389000', '111554.391000', '111554.394000', '111554.397000', '111554.400000', '111554.403000', '111554.406000', '111554.408000', '111554.411000', '111554.414000', '111554.417000', '111554.419000', '111554.422000', '111554.425000', '111554.428000', '111554.431000', '111554.433000', '111554.436000', '111554.439000', '111554.442000', '111554.445000', '111554.447000', '111554.450000', '111554.453000', '111554.456000', '111554.459000', '111554.461000', '111554.464000', '111554.467000', '111554.470000', '111554.472000', '111554.475000', '111554.478000', '111554.481000', '111554.484000', '111614.365000', '111614.368000', '111614.371000', '111614.374000', '111614.376000', '111614.379000', '111614.382000', '111614.385000', '111614.387000', '111614.390000', '111614.393000', '111614.396000', '111614.399000', '111614.414000', '111614.416000', '111614.419000', '111614.422000', '111614.425000', '111614.428000', '111614.430000', '111614.433000', '111614.436000', '111614.439000', '111614.442000', '111614.445000', '111614.447000', '111614.450000', '111614.453000', '111614.456000', '111614.459000', '111614.461000', '111614.464000', '111614.467000', '111614.470000', '111614.473000', '111614.475000', '111614.478000', '111614.481000', '111614.484000', '111614.487000', '111614.489000', '111614.492000', '111614.495000', '111634.365000', '111634.368000', '111634.371000', '111634.374000', '111634.377000', '111634.380000', '111634.383000', '111634.386000', '111634.388000', '111634.391000', '111634.394000', '111634.397000', '111634.400000', '111634.403000', '111634.406000', '111634.408000', '111634.411000', '111634.414000', '111634.417000', '111634.420000', '111634.423000', '111634.425000', '111634.428000', '111634.431000', '111634.434000', '111634.437000', '111634.440000', '111634.443000', '111634.445000', '111634.448000', '111634.451000', '111634.454000', '111634.457000', '111634.460000', '111634.462000', '111634.465000', '111634.468000', '111634.471000', '111634.474000', '111634.477000', '111634.479000', '111634.482000', '111634.485000', '111634.488000', '111654.366000', '111654.369000', '111654.372000', '111654.375000', '111654.378000', '111654.380000', '111654.383000', '111654.386000', '111654.389000', '111654.392000', '111654.394000', '111654.397000', '111654.400000', '111654.403000', '111654.406000', '111654.409000', '111654.411000', '111654.414000', '111654.417000', '111654.420000', '111654.423000', '111654.425000', '111654.428000', '111654.431000', '111654.434000', '111654.437000', '111654.439000', '111654.442000', '111654.445000', '111654.448000', '111654.450000', '111654.453000', '111654.456000', '111654.459000', '111654.462000', '111654.464000', '111654.467000', '111654.470000', '111654.473000', '111654.475000', '111654.478000', '111654.481000', '111654.484000', '111714.365000', '111714.368000', '111714.371000', '111714.374000', '111714.376000', '111714.379000', '111714.382000', '111714.385000', '111714.388000', '111714.390000', '111714.393000', '111714.396000', '111714.399000', '111714.402000', '111714.405000', '111714.407000', '111714.410000', '111714.413000', '111714.416000', '111714.419000', '111714.421000', '111714.424000', '111714.427000', '111714.430000', '111714.433000', '111714.435000', '111714.438000', '111714.441000', '111714.444000', '111714.447000', '111714.449000', '111714.452000', '111714.455000', '111714.458000', '111714.461000', '111714.463000', '111714.466000', '111714.469000', '111714.472000', '111714.475000', '111714.478000', '111714.480000', '111714.483000', '111714.486000', '111734.367000', '111734.370000', '111734.373000', '111734.376000', '111734.379000', '111734.382000', '111734.385000', '111734.388000', '111734.391000', '111734.405000', '111734.408000', '111734.411000', '111734.414000', '111734.416000', '111734.419000', '111734.422000', '111734.425000', '111734.428000', '111734.430000', '111734.433000', '111734.436000', '111734.439000', '111734.442000', '111734.444000', '111734.447000', '111734.450000', '111734.453000', '111734.456000', '111734.458000', '111734.461000', '111734.464000', '111734.467000', '111734.469000', '111734.472000', '111734.475000', '111734.478000', '111734.481000', '111734.483000', '111734.486000', '111734.489000', '111734.492000', '111734.495000', '111734.498000', '111754.366000', '111754.369000', '111754.372000', '111754.375000', '111754.377000', '111754.380000', '111754.383000', '111754.386000', '111754.389000', '111754.392000', '111754.394000', '111754.397000', '111754.400000', '111754.403000', '111754.405000', '111754.408000', '111754.411000', '111754.414000', '111754.417000', '111754.419000', '111754.422000', '111754.425000', '111754.428000', '111754.431000', '111754.433000', '111754.436000', '111754.439000', '111754.442000', '111754.445000', '111754.447000', '111754.450000', '111754.453000', '111754.456000', '111754.459000', '111754.461000', '111754.464000', '111754.467000', '111754.470000', '111754.473000', '111754.475000', '111754.478000', '111754.481000', '111754.484000', '111754.487000', '111814.366000', '111814.369000', '111814.372000', '111814.375000', '111814.377000', '111814.380000', '111814.383000', '111814.386000', '111814.391000', '111814.395000', '111814.398000', '111814.401000', '111814.403000', '111814.406000', '111814.409000', '111814.412000', '111814.415000', '111814.417000', '111814.420000', '111814.423000', '111814.426000', '111814.429000', '111814.431000', '111814.434000', '111814.437000', '111814.440000', '111814.443000', '111814.445000', '111814.448000', '111814.451000', '111814.459000', '111814.462000', '111814.464000', '111814.467000', '111814.470000', '111814.473000', '111814.476000', '111814.479000', '111814.482000', '111814.484000', '111814.487000', '111814.490000', '111814.493000', '111834.365000', '111834.368000', '111834.371000', '111834.374000', '111834.376000', '111834.379000', '111834.382000', '111834.385000', '111834.388000', '111834.391000', '111834.393000', '111834.396000', '111834.399000', '111834.402000', '111834.405000', '111834.407000', '111834.410000', '111834.413000', '111834.416000', '111834.419000', '111834.421000', '111834.424000', '111834.427000', '111834.430000', '111834.433000', '111834.435000', '111834.438000', '111834.441000', '111834.444000', '111834.447000', '111834.449000', '111834.452000', '111834.455000', '111834.458000', '111834.461000', '111834.463000', '111834.466000', '111834.469000', '111834.472000', '111834.475000', '111834.478000', '111834.481000', '111834.483000', '111834.486000', '111854.365000', '111854.368000', '111854.371000', '111854.374000', '111854.376000', '111854.379000', '111854.390000', '111854.393000', '111854.396000', '111854.398000', '111854.401000', '111854.404000', '111854.407000', '111854.410000', '111854.413000', '111854.417000', '111854.421000', '111854.424000', '111854.427000', '111854.429000', '111854.432000', '111854.435000', '111854.438000', '111854.441000', '111854.444000', '111854.447000', '111854.449000', '111854.452000', '111854.455000', '111854.458000', '111854.460000', '111854.463000', '111854.466000', '111854.469000', '111854.472000', '111854.474000', '111854.477000', '111854.480000', '111854.483000', '111854.486000', '111854.489000', '111854.491000', '111854.494000', '111914.365000', '111914.368000', '111914.371000', '111914.374000', '111914.377000', '111914.379000', '111914.382000', '111914.385000', '111914.388000', '111914.391000', '111914.394000', '111914.396000', '111914.399000', '111914.402000', '111914.405000', '111914.408000', '111914.410000', '111914.413000', '111914.416000', '111914.419000', '111914.422000', '111914.425000', '111914.427000', '111914.430000', '111914.495000', '111914.498000', '111914.501000', '111914.504000', '111914.507000', '111914.509000', '111914.512000', '111914.515000', '111914.518000', '111914.521000', '111914.524000', '111914.526000', '111914.529000', '111914.532000', '111914.535000', '111914.537000', '111914.540000', '111914.543000', '111914.546000', '111914.549000', '111934.365000', '111934.368000', '111934.371000', '111934.374000', '111934.377000', '111934.379000', '111934.382000', '111934.385000', '111934.388000', '111934.391000', '111934.393000', '111934.396000', '111934.399000', '111934.402000', '111934.425000', '111934.427000', '111934.430000', '111934.433000', '111934.436000', '111934.439000', '111934.444000', '111934.448000', '111934.451000', '111934.453000', '111934.456000', '111934.459000', '111934.462000', '111934.465000', '111934.467000', '111934.470000', '111934.478000', '111934.481000', '111934.484000', '111934.487000', '111934.489000', '111934.492000', '111934.495000', '111934.498000', '111934.501000', '111934.503000', '111934.506000', '111934.509000', '111934.512000', '111938.178000', '111938.183000', '111938.186000', '111938.189000', '111938.193000', '111938.197000', '111938.200000', '111938.204000', '111938.207000'], 'InstanceCreationTime': ['111014.400000', '111014.404000', '111014.406000', '111014.409000', '111014.412000', '111014.415000', '111014.417000', '111014.420000', '111014.423000', '111014.426000', '111014.428000', '111014.431000', '111014.434000', '111014.442000', '111014.445000', '111014.448000', '111014.451000', '111014.454000', '111014.456000', '111014.459000', '111014.462000', '111014.465000', '111014.468000', '111014.470000', '111014.473000', '111014.476000', '111014.479000', '111014.481000', '111014.484000', '111014.487000', '111014.490000', '111014.492000', '111014.495000', '111014.498000', '111014.501000', '111014.504000', '111014.506000', '111014.509000', '111014.512000', '111014.514000', '111014.517000', '111014.520000', '111034.366000', '111034.369000', '111034.371000', '111034.374000', '111034.377000', '111034.380000', '111034.383000', '111034.385000', '111034.388000', '111034.391000', '111034.394000', '111034.397000', '111034.399000', '111034.402000', '111034.405000', '111034.408000', '111034.411000', '111034.414000', '111034.417000', '111034.420000', '111034.423000', '111034.426000', '111034.428000', '111034.431000', '111034.434000', '111034.436000', '111034.439000', '111034.442000', '111034.445000', '111034.448000', '111034.450000', '111034.453000', '111034.456000', '111034.459000', '111034.461000', '111034.464000', '111034.467000', '111034.470000', '111034.473000', '111034.475000', '111034.478000', '111034.481000', '111034.484000', '111054.366000', '111054.369000', '111054.372000', '111054.374000', '111054.377000', '111054.382000', '111054.385000', '111054.388000', '111054.391000', '111054.393000', '111054.396000', '111054.399000', '111054.402000', '111054.405000', '111054.407000', '111054.410000', '111054.413000', '111054.416000', '111054.419000', '111054.421000', '111054.424000', '111054.427000', '111054.430000', '111054.432000', '111054.435000', '111054.438000', '111054.441000', '111054.444000', '111054.446000', '111054.449000', '111054.452000', '111054.455000', '111054.457000', '111054.460000', '111054.463000', '111054.466000', '111054.468000', '111054.471000', '111054.474000', '111054.477000', '111054.479000', '111054.482000', '111054.485000', '111054.488000', '111114.366000', '111114.369000', '111114.372000', '111114.375000', '111114.377000', '111114.380000', '111114.383000', '111114.386000', '111114.389000', '111114.391000', '111114.394000', '111114.397000', '111114.400000', '111114.403000', '111114.405000', '111114.408000', '111114.411000', '111114.414000', '111114.417000', '111114.420000', '111114.423000', '111114.426000', '111114.428000', '111114.431000', '111114.434000', '111114.437000', '111114.440000', '111114.442000', '111114.445000', '111114.448000', '111114.451000', '111114.453000', '111114.456000', '111114.459000', '111114.462000', '111114.473000', '111114.476000', '111114.478000', '111114.481000', '111114.484000', '111114.487000', '111114.490000', '111114.493000', '111134.365000', '111134.368000', '111134.370000', '111134.373000', '111134.376000', '111134.379000', '111134.382000', '111134.385000', '111134.387000', '111134.390000', '111134.393000', '111134.396000', '111134.399000', '111134.401000', '111134.404000', '111134.407000', '111134.410000', '111134.412000', '111134.415000', '111134.418000', '111134.421000', '111134.423000', '111134.426000', '111134.429000', '111134.432000', '111134.435000', '111134.438000', '111134.440000', '111134.443000', '111134.446000', '111134.449000', '111134.451000', '111134.454000', '111134.457000', '111134.460000', '111134.463000', '111134.465000', '111134.468000', '111134.471000', '111134.482000', '111134.485000', '111134.487000', '111134.490000', '111134.493000', '111154.365000', '111154.368000', '111154.371000', '111154.373000', '111154.376000', '111154.379000', '111154.382000', '111154.384000', '111154.387000', '111154.390000', '111154.393000', '111154.396000', '111154.399000', '111154.402000', '111154.404000', '111154.407000', '111154.410000', '111154.413000', '111154.416000', '111154.418000', '111154.421000', '111154.424000', '111154.427000', '111154.430000', '111154.432000', '111154.435000', '111154.438000', '111154.441000', '111154.445000', '111154.450000', '111154.453000', '111154.456000', '111154.459000', '111154.461000', '111154.464000', '111154.467000', '111154.470000', '111154.472000', '111154.475000', '111154.478000', '111154.481000', '111154.484000', '111154.487000', '111214.365000', '111214.368000', '111214.370000', '111214.373000', '111214.376000', '111214.379000', '111214.382000', '111214.385000', '111214.387000', '111214.390000', '111214.393000', '111214.396000', '111214.399000', '111214.401000', '111214.404000', '111214.407000', '111214.410000', '111214.413000', '111214.416000', '111214.418000', '111214.421000', '111214.424000', '111214.427000', '111214.430000', '111214.432000', '111214.435000', '111214.438000', '111214.441000', '111214.444000', '111214.446000', '111214.449000', '111214.452000', '111214.455000', '111214.458000', '111214.460000', '111214.463000', '111214.466000', '111214.469000', '111214.472000', '111214.474000', '111214.477000', '111214.480000', '111214.483000', '111214.486000', '111234.365000', '111234.368000', '111234.370000', '111234.373000', '111234.376000', '111234.379000', '111234.382000', '111234.384000', '111234.387000', '111234.390000', '111234.393000', '111234.401000', '111234.404000', '111234.407000', '111234.410000', '111234.413000', '111234.415000', '111234.418000', '111234.421000', '111234.424000', '111234.427000', '111234.429000', '111234.432000', '111234.435000', '111234.438000', '111234.441000', '111234.444000', '111234.446000', '111234.449000', '111234.452000', '111234.455000', '111234.458000', '111234.461000', '111234.464000', '111234.467000', '111234.469000', '111234.472000', '111234.475000', '111234.478000', '111234.481000', '111234.484000', '111234.486000', '111234.489000', '111254.366000', '111254.369000', '111254.372000', '111254.374000', '111254.377000', '111254.380000', '111254.383000', '111254.386000', '111254.389000', '111254.391000', '111254.394000', '111254.397000', '111254.400000', '111254.403000', '111254.406000', '111254.408000', '111254.411000', '111254.414000', '111254.417000', '111254.420000', '111254.422000', '111254.425000', '111254.428000', '111254.431000', '111254.434000', '111254.436000', '111254.439000', '111254.442000', '111254.445000', '111254.448000', '111254.450000', '111254.453000', '111254.456000', '111254.459000', '111254.462000', '111254.464000', '111254.467000', '111254.470000', '111254.473000', '111254.476000', '111254.478000', '111254.481000', '111254.484000', '111254.487000', '111314.366000', '111314.369000', '111314.372000', '111314.375000', '111314.377000', '111314.380000', '111314.383000', '111314.386000', '111314.389000', '111314.391000', '111314.394000', '111314.397000', '111314.400000', '111314.403000', '111314.405000', '111314.408000', '111314.411000', '111314.414000', '111314.417000', '111314.420000', '111314.438000', '111314.441000', '111314.444000', '111314.446000', '111314.449000', '111314.452000', '111314.455000', '111314.458000', '111314.461000', '111314.463000', '111314.466000', '111314.469000', '111314.472000', '111314.474000', '111314.477000', '111314.480000', '111314.483000', '111314.487000', '111314.490000', '111314.492000', '111314.495000', '111314.498000', '111314.501000', '111334.366000', '111334.369000', '111334.372000', '111334.374000', '111334.377000', '111334.380000', '111334.383000', '111334.386000', '111334.388000', '111334.391000', '111334.394000', '111334.397000', '111334.400000', '111334.403000', '111334.405000', '111334.408000', '111334.411000', '111334.414000', '111334.417000', '111334.420000', '111334.422000', '111334.425000', '111334.428000', '111334.431000', '111334.434000', '111334.436000', '111334.439000', '111334.442000', '111334.445000', '111334.447000', '111334.450000', '111334.453000', '111334.456000', '111334.459000', '111334.462000', '111334.464000', '111334.467000', '111334.470000', '111334.473000', '111334.476000', '111334.478000', '111334.481000', '111334.484000', '111334.487000', '111354.365000', '111354.368000', '111354.371000', '111354.373000', '111354.376000', '111354.379000', '111354.382000', '111354.385000', '111354.387000', '111354.390000', '111354.393000', '111354.396000', '111354.399000', '111354.401000', '111354.404000', '111354.407000', '111354.410000', '111354.413000', '111354.415000', '111354.418000', '111354.421000', '111354.424000', '111354.427000', '111354.430000', '111354.432000', '111354.435000', '111354.440000', '111354.443000', '111354.446000', '111354.449000', '111354.451000', '111354.462000', '111354.464000', '111354.467000', '111354.470000', '111354.473000', '111354.476000', '111354.479000', '111354.481000', '111354.484000', '111354.487000', '111354.490000', '111354.493000', '111414.365000', '111414.368000', '111414.371000', '111414.373000', '111414.376000', '111414.379000', '111414.382000', '111414.385000', '111414.387000', '111414.390000', '111414.393000', '111414.396000', '111414.399000', '111414.401000', '111414.405000', '111414.408000', '111414.411000', '111414.414000', '111414.417000', '111414.419000', '111414.422000', '111414.425000', '111414.428000', '111414.431000', '111414.433000', '111414.436000', '111414.439000', '111414.442000', '111414.444000', '111414.447000', '111414.450000', '111414.453000', '111414.456000', '111414.459000', '111414.461000', '111414.464000', '111414.467000', '111414.470000', '111414.472000', '111414.475000', '111414.478000', '111414.481000', '111414.483000', '111414.486000', '111434.365000', '111434.368000', '111434.371000', '111434.374000', '111434.376000', '111434.379000', '111434.382000', '111434.385000', '111434.388000', '111434.390000', '111434.393000', '111434.396000', '111434.399000', '111434.402000', '111434.404000', '111434.407000', '111434.410000', '111434.413000', '111434.416000', '111434.419000', '111434.421000', '111434.424000', '111434.427000', '111434.430000', '111434.433000', '111434.435000', '111434.438000', '111434.441000', '111434.444000', '111434.447000', '111434.449000', '111434.452000', '111434.455000', '111434.458000', '111434.461000', '111434.463000', '111434.466000', '111434.469000', '111434.472000', '111434.475000', '111434.478000', '111434.481000', '111434.483000', '111454.365000', '111454.368000', '111454.388000', '111454.391000', '111454.393000', '111454.396000', '111454.399000', '111454.402000', '111454.405000', '111454.408000', '111454.411000', '111454.413000', '111454.416000', '111454.419000', '111454.422000', '111454.424000', '111454.427000', '111454.430000', '111454.433000', '111454.436000', '111454.439000', '111454.441000', '111454.444000', '111454.447000', '111454.450000', '111454.453000', '111454.455000', '111454.458000', '111454.461000', '111454.464000', '111454.467000', '111454.470000', '111454.472000', '111454.475000', '111454.478000', '111454.481000', '111454.484000', '111454.486000', '111454.489000', '111454.492000', '111454.495000', '111454.498000', '111454.500000', '111454.503000', '111514.366000', '111514.369000', '111514.372000', '111514.375000', '111514.377000', '111514.380000', '111514.383000', '111514.386000', '111514.389000', '111514.391000', '111514.394000', '111514.397000', '111514.400000', '111514.403000', '111514.405000', '111514.408000', '111514.411000', '111514.414000', '111514.417000', '111514.419000', '111514.422000', '111514.425000', '111514.428000', '111514.431000', '111514.434000', '111514.436000', '111514.439000', '111514.442000', '111514.445000', '111514.448000', '111514.450000', '111514.453000', '111514.456000', '111514.459000', '111514.462000', '111514.464000', '111514.467000', '111514.470000', '111514.473000', '111514.477000', '111514.480000', '111514.483000', '111514.486000', '111534.366000', '111534.369000', '111534.372000', '111534.375000', '111534.377000', '111534.380000', '111534.383000', '111534.386000', '111534.389000', '111534.391000', '111534.394000', '111534.397000', '111534.400000', '111534.402000', '111534.405000', '111534.408000', '111534.411000', '111534.414000', '111534.416000', '111534.419000', '111534.422000', '111534.425000', '111534.428000', '111534.430000', '111534.433000', '111534.436000', '111534.439000', '111534.443000', '111534.445000', '111534.448000', '111534.451000', '111534.454000', '111534.457000', '111534.460000', '111534.462000', '111534.465000', '111534.468000', '111534.471000', '111534.473000', '111534.476000', '111534.479000', '111534.482000', '111534.485000', '111534.488000', '111554.366000', '111554.369000', '111554.372000', '111554.375000', '111554.377000', '111554.380000', '111554.383000', '111554.386000', '111554.389000', '111554.391000', '111554.394000', '111554.397000', '111554.400000', '111554.403000', '111554.406000', '111554.408000', '111554.411000', '111554.414000', '111554.417000', '111554.419000', '111554.422000', '111554.425000', '111554.428000', '111554.431000', '111554.433000', '111554.436000', '111554.439000', '111554.442000', '111554.445000', '111554.447000', '111554.450000', '111554.453000', '111554.456000', '111554.459000', '111554.461000', '111554.464000', '111554.467000', '111554.470000', '111554.472000', '111554.475000', '111554.478000', '111554.481000', '111554.484000', '111614.365000', '111614.368000', '111614.371000', '111614.374000', '111614.376000', '111614.379000', '111614.382000', '111614.385000', '111614.387000', '111614.390000', '111614.393000', '111614.396000', '111614.399000', '111614.414000', '111614.416000', '111614.419000', '111614.422000', '111614.425000', '111614.428000', '111614.430000', '111614.433000', '111614.436000', '111614.439000', '111614.442000', '111614.445000', '111614.447000', '111614.450000', '111614.453000', '111614.456000', '111614.459000', '111614.461000', '111614.464000', '111614.467000', '111614.470000', '111614.473000', '111614.475000', '111614.478000', '111614.481000', '111614.484000', '111614.487000', '111614.489000', '111614.492000', '111614.495000', '111634.365000', '111634.368000', '111634.371000', '111634.374000', '111634.377000', '111634.380000', '111634.383000', '111634.386000', '111634.388000', '111634.391000', '111634.394000', '111634.397000', '111634.400000', '111634.403000', '111634.406000', '111634.408000', '111634.411000', '111634.414000', '111634.417000', '111634.420000', '111634.423000', '111634.425000', '111634.428000', '111634.431000', '111634.434000', '111634.437000', '111634.440000', '111634.443000', '111634.445000', '111634.448000', '111634.451000', '111634.454000', '111634.457000', '111634.460000', '111634.462000', '111634.465000', '111634.468000', '111634.471000', '111634.474000', '111634.477000', '111634.479000', '111634.482000', '111634.485000', '111634.488000', '111654.366000', '111654.369000', '111654.372000', '111654.375000', '111654.378000', '111654.380000', '111654.383000', '111654.386000', '111654.389000', '111654.392000', '111654.394000', '111654.397000', '111654.400000', '111654.403000', '111654.406000', '111654.409000', '111654.411000', '111654.414000', '111654.417000', '111654.420000', '111654.423000', '111654.425000', '111654.428000', '111654.431000', '111654.434000', '111654.437000', '111654.439000', '111654.442000', '111654.445000', '111654.448000', '111654.450000', '111654.453000', '111654.456000', '111654.459000', '111654.462000', '111654.464000', '111654.467000', '111654.470000', '111654.473000', '111654.475000', '111654.478000', '111654.481000', '111654.484000', '111714.365000', '111714.368000', '111714.371000', '111714.374000', '111714.376000', '111714.379000', '111714.382000', '111714.385000', '111714.388000', '111714.390000', '111714.393000', '111714.396000', '111714.399000', '111714.402000', '111714.405000', '111714.407000', '111714.410000', '111714.413000', '111714.416000', '111714.419000', '111714.421000', '111714.424000', '111714.427000', '111714.430000', '111714.433000', '111714.435000', '111714.438000', '111714.441000', '111714.444000', '111714.447000', '111714.449000', '111714.452000', '111714.455000', '111714.458000', '111714.461000', '111714.463000', '111714.466000', '111714.469000', '111714.472000', '111714.475000', '111714.478000', '111714.480000', '111714.483000', '111714.486000', '111734.367000', '111734.370000', '111734.373000', '111734.376000', '111734.379000', '111734.382000', '111734.385000', '111734.388000', '111734.391000', '111734.405000', '111734.408000', '111734.411000', '111734.414000', '111734.416000', '111734.419000', '111734.422000', '111734.425000', '111734.428000', '111734.430000', '111734.433000', '111734.436000', '111734.439000', '111734.442000', '111734.444000', '111734.447000', '111734.450000', '111734.453000', '111734.456000', '111734.458000', '111734.461000', '111734.464000', '111734.467000', '111734.469000', '111734.472000', '111734.475000', '111734.478000', '111734.481000', '111734.483000', '111734.486000', '111734.489000', '111734.492000', '111734.495000', '111734.498000', '111754.366000', '111754.369000', '111754.372000', '111754.375000', '111754.377000', '111754.380000', '111754.383000', '111754.386000', '111754.389000', '111754.392000', '111754.394000', '111754.397000', '111754.400000', '111754.403000', '111754.405000', '111754.408000', '111754.411000', '111754.414000', '111754.417000', '111754.419000', '111754.422000', '111754.425000', '111754.428000', '111754.431000', '111754.433000', '111754.436000', '111754.439000', '111754.442000', '111754.445000', '111754.447000', '111754.450000', '111754.453000', '111754.456000', '111754.459000', '111754.461000', '111754.464000', '111754.467000', '111754.470000', '111754.473000', '111754.475000', '111754.478000', '111754.481000', '111754.484000', '111754.487000', '111814.366000', '111814.369000', '111814.372000', '111814.375000', '111814.377000', '111814.380000', '111814.383000', '111814.386000', '111814.391000', '111814.395000', '111814.398000', '111814.401000', '111814.403000', '111814.406000', '111814.409000', '111814.412000', '111814.415000', '111814.417000', '111814.420000', '111814.423000', '111814.426000', '111814.429000', '111814.431000', '111814.434000', '111814.437000', '111814.440000', '111814.443000', '111814.445000', '111814.448000', '111814.451000', '111814.459000', '111814.462000', '111814.464000', '111814.467000', '111814.470000', '111814.473000', '111814.476000', '111814.479000', '111814.482000', '111814.484000', '111814.487000', '111814.490000', '111814.493000', '111834.365000', '111834.368000', '111834.371000', '111834.374000', '111834.376000', '111834.379000', '111834.382000', '111834.385000', '111834.388000', '111834.391000', '111834.393000', '111834.396000', '111834.399000', '111834.402000', '111834.405000', '111834.407000', '111834.410000', '111834.413000', '111834.416000', '111834.419000', '111834.421000', '111834.424000', '111834.427000', '111834.430000', '111834.433000', '111834.435000', '111834.438000', '111834.441000', '111834.444000', '111834.447000', '111834.449000', '111834.452000', '111834.455000', '111834.458000', '111834.461000', '111834.463000', '111834.466000', '111834.469000', '111834.472000', '111834.475000', '111834.478000', '111834.481000', '111834.483000', '111834.486000', '111854.365000', '111854.368000', '111854.371000', '111854.374000', '111854.376000', '111854.379000', '111854.390000', '111854.393000', '111854.396000', '111854.398000', '111854.401000', '111854.404000', '111854.407000', '111854.410000', '111854.413000', '111854.417000', '111854.421000', '111854.424000', '111854.427000', '111854.429000', '111854.432000', '111854.435000', '111854.438000', '111854.441000', '111854.444000', '111854.447000', '111854.449000', '111854.452000', '111854.455000', '111854.458000', '111854.460000', '111854.463000', '111854.466000', '111854.469000', '111854.472000', '111854.474000', '111854.477000', '111854.480000', '111854.483000', '111854.486000', '111854.489000', '111854.491000', '111854.494000', '111914.365000', '111914.368000', '111914.371000', '111914.374000', '111914.377000', '111914.379000', '111914.382000', '111914.385000', '111914.388000', '111914.391000', '111914.394000', '111914.396000', '111914.399000', '111914.402000', '111914.405000', '111914.408000', '111914.410000', '111914.413000', '111914.416000', '111914.419000', '111914.422000', '111914.425000', '111914.427000', '111914.430000', '111914.495000', '111914.498000', '111914.501000', '111914.504000', '111914.507000', '111914.509000', '111914.512000', '111914.515000', '111914.518000', '111914.521000', '111914.524000', '111914.526000', '111914.529000', '111914.532000', '111914.535000', '111914.537000', '111914.540000', '111914.543000', '111914.546000', '111914.549000', '111934.365000', '111934.368000', '111934.371000', '111934.374000', '111934.377000', '111934.379000', '111934.382000', '111934.385000', '111934.388000', '111934.391000', '111934.393000', '111934.396000', '111934.399000', '111934.402000', '111934.425000', '111934.427000', '111934.430000', '111934.433000', '111934.436000', '111934.439000', '111934.444000', '111934.448000', '111934.451000', '111934.453000', '111934.456000', '111934.459000', '111934.462000', '111934.465000', '111934.467000', '111934.470000', '111934.478000', '111934.481000', '111934.484000', '111934.487000', '111934.489000', '111934.492000', '111934.495000', '111934.498000', '111934.501000', '111934.503000', '111934.506000', '111934.509000', '111934.512000', '111938.178000', '111938.183000', '111938.186000', '111938.189000', '111938.193000', '111938.197000', '111938.200000', '111938.204000', '111938.207000'], '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': [8820, 9523, 12161, 8188, 10351, 9362, 8765, 11883, 8503, 10737, 8189, 9272, 9535, 8312, 11278, 8630, 10369, 8318, 9077, 12550, 8227, 11161, 8301, 9432, 9551, 8476, 12132, 7893, 11229, 7849, 9971, 8221, 9480, 8907, 8539, 11205, 7901, 10464, 8163, 9510, 8388, 8978, 13055, 8099, 11255, 8024, 9678, 9029, 8848, 12450, 8006, 11305, 7870, 10186, 8818, 8717, 11154, 8119, 10617, 7905, 9604, 8262, 8680, 10745, 8157, 10993, 8559, 8869, 10806, 8033, 11052, 8639, 10601, 8263, 9798, 8433, 9009, 12363, 7964, 12104, 8865, 11380, 8247, 10207, 8046, 9417, 12276, 8232, 12481, 8730, 11053, 7988, 9512, 10341, 8473, 12218, 8270, 11050, 8638, 9595, 10224, 8601, 11890, 8196, 11587, 8533, 9989, 9077, 8792, 11429, 7804, 10659, 7965, 9470, 10381, 8424, 11924, 7795, 10283, 7883, 9336, 11467, 7745, 11523, 7946, 10306, 7716, 9237, 9357, 8249, 13168, 7804, 10842, 7720, 10381, 8770, 8645, 9632, 8202, 11937, 7900, 11762, 8395, 10472, 9179, 8569, 13497, 7865, 12701, 8291, 11182, 8159, 10255, 9227, 8891, 13955, 8397, 11417, 8945, 10200, 9947, 8681, 11258, 7888, 10700, 7828, 10657, 9355, 9680, 11097, 8661, 12621, 8580, 11701, 8969, 10170, 10067, 8722, 12399, 8021, 11368, 8276, 9768, 8162, 9156, 10481, 8057, 11711, 7996, 10578, 8565, 9537, 8690, 8653, 12535, 8097, 12288, 8491, 11366, 9907, 9430, 13448, 8072, 11394, 8027, 10404, 9382, 8798, 12285, 7786, 10954, 7661, 10106, 8517, 9018, 8846, 8131, 11324, 7673, 11088, 8440, 9053, 12222, 7963, 11581, 7674, 10010, 8468, 9601, 8224, 9256, 8907, 8603, 13290, 8280, 12963, 8453, 11767, 8618, 9978, 13262, 8298, 12257, 8921, 9713, 9206, 8815, 12108, 8102, 11448, 8379, 10008, 10165, 8224, 12054, 8197, 10219, 8613, 8934, 11917, 7807, 11651, 8682, 9725, 8200, 8806, 12246, 8404, 11163, 8913, 8736, 11184, 8491, 12165, 8182, 11057, 8751, 9066, 8654, 8794, 12246, 8005, 11408, 7756, 10237, 11797, 8690, 12587, 8171, 10690, 10645, 8575, 12268, 8525, 9588, 8756, 8468, 11648, 7834, 10847, 8874, 8349, 12955, 7786, 11086, 7833, 9737, 13400, 8219, 12471, 7943, 10493, 9834, 8461, 12665, 8575, 9532, 8705, 8523, 11730, 8086, 11156, 8243, 9576, 8352, 9405, 9695, 8382, 12441, 8235, 11708, 8091, 9777, 8039, 9056, 12963, 8259, 12035, 8072, 11008, 7740, 9719, 13341, 8003, 12345, 8574, 9934, 8148, 9235, 12137, 7996, 11811, 8508, 10693, 7984, 9452, 10107, 8560, 13565, 8781, 10667, 8316, 9608, 13622, 8412, 12441, 8811, 9663, 8645, 8467, 11460, 7754, 11123, 7961, 9425, 8127, 8972, 12149, 8086, 12891, 8680, 10949, 7730, 9715, 9087, 8787, 13394, 8840, 12210, 8074, 10320, 8064, 9597, 13126, 8188, 12358, 8333, 10688, 7999, 9559, 9144, 8529, 14752, 8241, 12145, 8280, 10048, 8343, 9969, 12531, 8285, 12358, 7881, 10403, 7744, 9728, 9623, 8406, 13624, 7896, 11164, 8289, 9775, 8636, 9357, 9114, 8554, 12201, 8201, 9961, 12147, 8049, 11585, 7904, 9970, 8379, 9180, 11230, 7843, 11174, 8198, 9781, 8317, 8928, 12013, 8019, 9589, 7982, 8959, 10973, 8107, 12670, 8596, 12091, 8389, 10124, 8051, 9688, 10569, 8816, 13627, 9159, 12165, 8103, 9881, 10269, 8581, 12508, 8565, 10922, 8970, 9294, 10868, 8235, 11279, 7996, 10208, 8320, 9640, 11158, 8054, 11578, 8032, 10020, 7880, 9390, 8673, 8501, 12034, 8075, 11405, 7902, 9774, 8361, 8799, 11573, 7890, 11016, 7988, 9965, 8064, 8874, 11395, 7854, 11255, 8418, 9935, 9643, 8164, 11130, 7875, 10914, 8721, 11019, 9635, 8323, 11239, 7786, 10452, 9146, 8246, 10966, 7804, 10087, 8207, 9472, 11755, 8469, 10169, 8154, 9519, 9492, 8060, 10437, 8826, 9440, 11391, 8334, 11707, 8049, 11002, 8739, 11187, 8624, 10869, 9445, 9765, 11043, 8546, 12002, 8599, 11569, 9119, 10288, 9037, 8736, 12280, 7916, 11277, 8782, 11254, 8255, 10176, 8658, 9067, 12586, 8421, 11821, 8397, 10878, 8421, 10087, 8819, 8477, 12418, 8384, 11651, 8572, 10593, 8437, 9382, 11364, 8168, 12146, 8646, 10780, 8491, 9494, 11075, 8049, 11288, 8472, 10281, 8308, 9307, 8968, 8250, 11000, 7789, 10601, 8015, 9991, 8504, 9980, 8658, 9270, 12273, 8118, 9920, 12693, 9001, 10323, 8650, 9009, 9574, 7884, 9806, 8126, 10577, 8851, 10467, 8486, 9631, 9815, 8879, 13339, 9667, 11963, 8588, 9876, 9725, 8500, 12197, 8417, 11795, 8402, 9636, 8475, 9219, 10137, 7796, 11261, 8411, 10350, 8460, 9642, 8781, 8930, 9924, 8781, 12224, 8600, 11886, 8937, 10580, 9990, 8573, 11074, 8254, 9388, 8735, 9823, 8666, 9804, 8901, 8658, 9017, 8403, 12866, 8509, 12269, 9070, 9776, 8823, 8981, 11497, 8186, 11553, 8167, 10473, 8365, 9521, 8788, 9064, 8929, 9895, 8989, 10051, 9179, 8855, 11402, 8696, 12938, 8404, 10791, 8621, 11105, 8367, 10871, 9084, 10123, 8805, 9267, 8846, 8516, 13600, 9479, 12944, 8770, 12026, 8638, 11365, 8945, 10855, 8914, 11831, 8805, 9600, 8448, 9620, 8702, 13033, 9173, 8645, 9813, 8283, 10179, 9477, 10280, 10057, 10113, 9237, 10042, 8807, 12470, 9150, 10831, 9292, 10469, 9419, 14591, 9239, 12065, 8308, 11526, 8423, 11426, 8839, 9531, 7863, 9216, 9342, 8046, 11285, 7789, 9830, 7757, 9499, 7926, 9543, 8106, 8914, 12666, 8537, 10829, 8210, 9578, 12270, 8424, 13166, 9106, 10580, 8482, 9212, 12476, 8173, 11850, 8740, 9535, 8170, 9193, 8577, 8975, 11028, 8197, 10784, 8259, 9950, 8540, 9134, 10554, 8181, 10909, 8005, 10656, 8240, 9310, 10351, 8636, 11371, 8168, 10267, 8176, 9279, 8440, 8795, 10834, 8681, 11406, 8219, 11148, 8438, 9848, 9744, 8694, 11977, 8140, 11440, 8504, 10579, 8132, 9722, 11702, 8293, 12124, 8599, 12103, 8460, 9559, 8267, 9756, 8413, 9424, 12331, 8398, 10550, 8139, 9908, 8297, 9776, 9597, 9263, 12702, 8507, 12482, 8915, 11696, 8426, 9924, 9919, 9018, 11178, 8914, 11251, 8588, 11022, 8493, 10922, 8252, 9604, 13250, 8211, 10429, 8160, 9511, 9674, 8194, 11669, 7859, 9786, 8135, 9240, 8431, 8204, 11261, 8273, 9499, 8381, 9357, 12147, 7873, 11257, 8280, 10778, 9216, 8495, 11314, 8182, 9401, 12740, 8314, 11151, 8106, 9749, 10047, 7994, 11496, 8392, 9503, 8361, 8481, 10942, 8136, 9252, 12608, 7774, 11609, 8351, 10264, 13428, 8289, 10532, 8514, 8583, 11508, 8337, 9622, 8480, 9147, 8679, 8399, 10774, 8170, 11488, 8461, 9843, 8599, 9128, 12401, 8855, 10667, 9749, 8945, 12008, 8155, 9798, 10808, 7821, 11234, 7989, 9862, 8491, 9241, 8865, 7986, 10611, 8116, 10138, 8569, 9765, 9204, 8308, 11209, 8093, 10228, 8798, 9108, 12031, 8124, 11229, 8011, 9518, 12638, 8195, 11802, 8500, 10503, 8437, 9418, 8702, 8904, 12113, 8487, 11275, 8360, 9934, 8762, 9204, 12337, 8397, 11550, 8489, 9897, 8368, 9572, 11849, 8110, 11394, 8434, 11129, 8672, 8382, 10700, 8111, 8854, 8761, 7834, 10741, 8158, 8965, 12388, 8369, 11538, 8608, 10906, 8538, 10522, 13717, 9125, 10182, 12885, 8850, 11310, 8296, 9528, 8509, 8691, 10209, 7895, 12816, 7943, 11328, 8259, 10890, 8440, 9791, 10605, 9066, 12431, 7891, 11090, 8065, 10760, 8559, 9429, 8476, 9135, 12092, 8146, 11357, 8169, 10514, 8384, 9603, 8311, 8989, 11957, 7850, 11107, 8157, 10751, 8157, 9272, 12862, 8200, 9907, 8460, 9270, 10998, 7877, 9710, 8052, 9088, 11244, 8037, 10641, 8250, 9250, 8765, 8601, 11965, 8270, 10868, 8478, 10395, 14061, 8780, 10601, 8168, 9245, 8831, 8649, 12273, 8903, 11133, 8449, 10155, 8948, 13732, 9342, 11408, 8453, 10818, 10230, 8583, 11736, 8134, 10125, 8267, 9978, 8470, 9783, 11985, 7990, 9721, 8922, 8334, 11204, 7947, 9349, 8349, 9377, 8772, 8509, 12336, 8163, 10722, 8233, 10191, 8731, 9376, 12979, 8444, 11608, 9309, 9560, 12595, 8016, 11376, 8139, 10580, 8820, 9200, 10226, 8239, 11213, 7743, 9313, 9318, 8475, 11631, 8228, 11154, 8148, 10078, 8489, 9167, 11786, 7787, 11165, 7862, 9933, 8324, 9078, 10636, 7853, 11861, 8508, 11137, 8018, 9840, 10525, 8637, 12102, 8052, 10961, 8680, 9250, 10109, 8439, 11532, 7712, 11136, 8110, 9599, 8317, 8809, 12633, 7696, 11488, 7766, 10580, 8375, 9402, 13002, 7927, 11118, 8289, 9048, 13016, 7902, 11369, 7735, 9918, 7660, 9138, 8133, 9731, 10415, 8463, 12247, 8462, 11291, 9399, 9582, 14400, 8422, 12556, 8625, 9863, 12986, 8447, 12584, 7855, 10261, 7788, 9295, 8195, 9167, 9743, 8447, 11423, 8133, 10671, 8110, 9300, 12553, 8140, 12037, 8519, 9695, 8029, 8493, 12415, 7750, 11522, 8319, 11042, 7986, 9794, 8648, 8771, 13075, 8175, 11906, 8121, 10147, 13485, 8084, 10307, 10384, 7934, 10812, 7631, 9457, 7850, 8920, 8190, 9415, 12503, 8072, 10524, 11174, 8258, 12157, 7967, 9635, 8024], 'WindowCenter': [4392.0, 4390.0, 4402.0, 4352.0, 4373.0, 4348.0, 4341.0, 4378.0, 4338.0, 4370.0, 4341.0, 4362.0, 4357.0, 4338.0, 4369.0, 4350.0, 4359.0, 4339.0, 4351.0, 4381.0, 4338.0, 4370.0, 4336.0, 4361.0, 4359.0, 4339.0, 4376.0, 4329.0, 4367.0, 4325.0, 4356.0, 4322.0, 4359.0, 4336.0, 4337.0, 4368.0, 4327.0, 4357.0, 4325.0, 4358.0, 4325.0, 4347.0, 4376.0, 4326.0, 4367.0, 4326.0, 4346.0, 4335.0, 4336.0, 4365.0, 4326.0, 4367.0, 4325.0, 4355.0, 4335.0, 4336.0, 4351.0, 4325.0, 4355.0, 4325.0, 4348.0, 4325.0, 4337.0, 4356.0, 4339.0, 4379.0, 4348.0, 4363.0, 4378.0, 4338.0, 4365.0, 4333.0, 4356.0, 4324.0, 4344.0, 4323.0, 4336.0, 4375.0, 4327.0, 4366.0, 4337.0, 4366.0, 4324.0, 4356.0, 4325.0, 4346.0, 4364.0, 4336.0, 4365.0, 4332.0, 4365.0, 4314.0, 4346.0, 4344.0, 4323.0, 4363.0, 4323.0, 4364.0, 4324.0, 4345.0, 4341.0, 4334.0, 4364.0, 4323.0, 4355.0, 4323.0, 4343.0, 4334.0, 4325.0, 4354.0, 4313.0, 4354.0, 4312.0, 4344.0, 4342.0, 4324.0, 4364.0, 4316.0, 4357.0, 4327.0, 4346.0, 4366.0, 4329.0, 4379.0, 4326.0, 4357.0, 4328.0, 4360.0, 4361.0, 4339.0, 4387.0, 4326.0, 4367.0, 4343.0, 4369.0, 4349.0, 4350.0, 4359.0, 4338.0, 4377.0, 4339.0, 4377.0, 4336.0, 4372.0, 4348.0, 4349.0, 4386.0, 4325.0, 4373.0, 4336.0, 4366.0, 4323.0, 4355.0, 4333.0, 4348.0, 4399.0, 4322.0, 4366.0, 4323.0, 4354.0, 4360.0, 4360.0, 4351.0, 4324.0, 4342.0, 4312.0, 4368.0, 4344.0, 4347.0, 4366.0, 4338.0, 4375.0, 4335.0, 4366.0, 4335.0, 4345.0, 4343.0, 4337.0, 4362.0, 4312.0, 4350.0, 4322.0, 4340.0, 4321.0, 4334.0, 4343.0, 4323.0, 4365.0, 4313.0, 4369.0, 4335.0, 4344.0, 4334.0, 4336.0, 4364.0, 4325.0, 4365.0, 4325.0, 4367.0, 4344.0, 4335.0, 4375.0, 4326.0, 4364.0, 4322.0, 4355.0, 4333.0, 4325.0, 4364.0, 4314.0, 4354.0, 4314.0, 4355.0, 4334.0, 4337.0, 4335.0, 4327.0, 4364.0, 4326.0, 4366.0, 4335.0, 4376.0, 4392.0, 4340.0, 4366.0, 4314.0, 4344.0, 4324.0, 4347.0, 4325.0, 4344.0, 4336.0, 4347.0, 4386.0, 4337.0, 4389.0, 4339.0, 4375.0, 4336.0, 4358.0, 4375.0, 4325.0, 4378.0, 4336.0, 4346.0, 4331.0, 4335.0, 4364.0, 4325.0, 4367.0, 4322.0, 4358.0, 4355.0, 4336.0, 4375.0, 4326.0, 4358.0, 4336.0, 4348.0, 4377.0, 4328.0, 4379.0, 4337.0, 4355.0, 4337.0, 4349.0, 4379.0, 4339.0, 4368.0, 4334.0, 4337.0, 4368.0, 4338.0, 4377.0, 4326.0, 4368.0, 4336.0, 4345.0, 4336.0, 4349.0, 4376.0, 4339.0, 4380.0, 4328.0, 4369.0, 4378.0, 4338.0, 4374.0, 4334.0, 4365.0, 4354.0, 4335.0, 4367.0, 4325.0, 4347.0, 4325.0, 4337.0, 4362.0, 4315.0, 4367.0, 4334.0, 4336.0, 4375.0, 4327.0, 4367.0, 4316.0, 4348.0, 4372.0, 4325.0, 4374.0, 4325.0, 4358.0, 4344.0, 4325.0, 4376.0, 4336.0, 4362.0, 4335.0, 4336.0, 4364.0, 4313.0, 4354.0, 4312.0, 4332.0, 4325.0, 4346.0, 4344.0, 4326.0, 4365.0, 4325.0, 4362.0, 4325.0, 4345.0, 4314.0, 4335.0, 4376.0, 4326.0, 4366.0, 4325.0, 4358.0, 4316.0, 4347.0, 4375.0, 4325.0, 4372.0, 4335.0, 4346.0, 4325.0, 4347.0, 4365.0, 4327.0, 4378.0, 4338.0, 4368.0, 4326.0, 4360.0, 4353.0, 4338.0, 4387.0, 4335.0, 4357.0, 4324.0, 4347.0, 4375.0, 4325.0, 4366.0, 4322.0, 4345.0, 4324.0, 4326.0, 4354.0, 4313.0, 4355.0, 4314.0, 4336.0, 4325.0, 4338.0, 4361.0, 4327.0, 4377.0, 4337.0, 4357.0, 4317.0, 4348.0, 4334.0, 4335.0, 4377.0, 4336.0, 4365.0, 4326.0, 4355.0, 4324.0, 4348.0, 4375.0, 4326.0, 4365.0, 4326.0, 4356.0, 4315.0, 4342.0, 4334.0, 4325.0, 4376.0, 4326.0, 4362.0, 4325.0, 4347.0, 4324.0, 4346.0, 4363.0, 4324.0, 4363.0, 4314.0, 4355.0, 4313.0, 4342.0, 4334.0, 4326.0, 4376.0, 4339.0, 4408.0, 4350.0, 4357.0, 4323.0, 4336.0, 4332.0, 4338.0, 4377.0, 4325.0, 4342.0, 4363.0, 4313.0, 4365.0, 4314.0, 4345.0, 4325.0, 4347.0, 4356.0, 4327.0, 4367.0, 4327.0, 4355.0, 4326.0, 4338.0, 4367.0, 4315.0, 4347.0, 4315.0, 4338.0, 4355.0, 4327.0, 4377.0, 4337.0, 4377.0, 4338.0, 4359.0, 4323.0, 4349.0, 4357.0, 4338.0, 4384.0, 4338.0, 4367.0, 4314.0, 4347.0, 4345.0, 4323.0, 4352.0, 4312.0, 4344.0, 4322.0, 4330.0, 4338.0, 4313.0, 4342.0, 4312.0, 4342.0, 4324.0, 4386.0, 4366.0, 4324.0, 4354.0, 4314.0, 4342.0, 4315.0, 4337.0, 4323.0, 4326.0, 4365.0, 4311.0, 4354.0, 4314.0, 4346.0, 4323.0, 4326.0, 4354.0, 4314.0, 4357.0, 4316.0, 4346.0, 4315.0, 4334.0, 4368.0, 4326.0, 4364.0, 4342.0, 4376.0, 4364.0, 4328.0, 4367.0, 4328.0, 4357.0, 4326.0, 4358.0, 4333.0, 4325.0, 4354.0, 4304.0, 4358.0, 4335.0, 4326.0, 4356.0, 4327.0, 4356.0, 4327.0, 4348.0, 4366.0, 4328.0, 4358.0, 4330.0, 4361.0, 4359.0, 4342.0, 4370.0, 4337.0, 4347.0, 4367.0, 4327.0, 4368.0, 4328.0, 4368.0, 4339.0, 4370.0, 4338.0, 4369.0, 4348.0, 4359.0, 4368.0, 4338.0, 4367.0, 4327.0, 4366.0, 4325.0, 4346.0, 4323.0, 4325.0, 4363.0, 4314.0, 4354.0, 4324.0, 4356.0, 4325.0, 4345.0, 4323.0, 4335.0, 4363.0, 4325.0, 4351.0, 4324.0, 4355.0, 4313.0, 4345.0, 4324.0, 4315.0, 4365.0, 4316.0, 4354.0, 4325.0, 4356.0, 4314.0, 4336.0, 4354.0, 4315.0, 4364.0, 4323.0, 4356.0, 4323.0, 4335.0, 4354.0, 4313.0, 4355.0, 4327.0, 4346.0, 4323.0, 4335.0, 4334.0, 4325.0, 4354.0, 4316.0, 4355.0, 4329.0, 4358.0, 4338.0, 4348.0, 4326.0, 4348.0, 4367.0, 4313.0, 4344.0, 4364.0, 4334.0, 4344.0, 4310.0, 4322.0, 4331.0, 4314.0, 4343.0, 4326.0, 4356.0, 4337.0, 4369.0, 4336.0, 4346.0, 4334.0, 4336.0, 4365.0, 4335.0, 4355.0, 4311.0, 4333.0, 4321.0, 4324.0, 4352.0, 4311.0, 4351.0, 4313.0, 4333.0, 4310.0, 4322.0, 4330.0, 4302.0, 4340.0, 4311.0, 4342.0, 4325.0, 4348.0, 4340.0, 4351.0, 4344.0, 4323.0, 4364.0, 4324.0, 4355.0, 4335.0, 4356.0, 4333.0, 4320.0, 4356.0, 4324.0, 4346.0, 4366.0, 4402.0, 4380.0, 4385.0, 4360.0, 4364.0, 4359.0, 4354.0, 4390.0, 4351.0, 4380.0, 4339.0, 4360.0, 4338.0, 4351.0, 4379.0, 4328.0, 4366.0, 4325.0, 4357.0, 4338.0, 4362.0, 4351.0, 4350.0, 4361.0, 4370.0, 4361.0, 4384.0, 4374.0, 4378.0, 4392.0, 4363.0, 4393.0, 4352.0, 4382.0, 4365.0, 4398.0, 4365.0, 4382.0, 4349.0, 4370.0, 4350.0, 4364.0, 4362.0, 4362.0, 4401.0, 4361.0, 4379.0, 4354.0, 4381.0, 4350.0, 4355.0, 4349.0, 4356.0, 4333.0, 4366.0, 4346.0, 4344.0, 4349.0, 4372.0, 4352.0, 4389.0, 4350.0, 4338.0, 4359.0, 4337.0, 4372.0, 4349.0, 4358.0, 4346.0, 4371.0, 4336.0, 4347.0, 4337.0, 4365.0, 4337.0, 4356.0, 4336.0, 4342.0, 4336.0, 4374.0, 4333.0, 4351.0, 4310.0, 4353.0, 4324.0, 4353.0, 4321.0, 4333.0, 4310.0, 4333.0, 4332.0, 4312.0, 4352.0, 4314.0, 4346.0, 4317.0, 4345.0, 4328.0, 4348.0, 4326.0, 4345.0, 4377.0, 4323.0, 4357.0, 4324.0, 4348.0, 4361.0, 4325.0, 4365.0, 4325.0, 4345.0, 4323.0, 4336.0, 4352.0, 4313.0, 4353.0, 4324.0, 4335.0, 4325.0, 4335.0, 4323.0, 4336.0, 4354.0, 4326.0, 4352.0, 4327.0, 4346.0, 4325.0, 4345.0, 4357.0, 4327.0, 4355.0, 4341.0, 4368.0, 4327.0, 4347.0, 4343.0, 4325.0, 4368.0, 4337.0, 4359.0, 4325.0, 4346.0, 4326.0, 4323.0, 4343.0, 4324.0, 4353.0, 4338.0, 4369.0, 4326.0, 4358.0, 4345.0, 4325.0, 4351.0, 4313.0, 4354.0, 4322.0, 4344.0, 4312.0, 4347.0, 4365.0, 4322.0, 4351.0, 4322.0, 4363.0, 4326.0, 4344.0, 4324.0, 4344.0, 4325.0, 4334.0, 4351.0, 4310.0, 4340.0, 4311.0, 4333.0, 4324.0, 4345.0, 4331.0, 4332.0, 4365.0, 4310.0, 4337.0, 4306.0, 4338.0, 4295.0, 4318.0, 4317.0, 4309.0, 4327.0, 4308.0, 4326.0, 4309.0, 4326.0, 4307.0, 4329.0, 4299.0, 4320.0, 4337.0, 4297.0, 4317.0, 4285.0, 4317.0, 4317.0, 4296.0, 4336.0, 4299.0, 4330.0, 4310.0, 4333.0, 4309.0, 4323.0, 4353.0, 4312.0, 4331.0, 4311.0, 4336.0, 4352.0, 4312.0, 4353.0, 4325.0, 4355.0, 4331.0, 4323.0, 4353.0, 4311.0, 4334.0, 4364.0, 4312.0, 4342.0, 4310.0, 4334.0, 4330.0, 4314.0, 4355.0, 4312.0, 4334.0, 4313.0, 4334.0, 4354.0, 4312.0, 4334.0, 4363.0, 4313.0, 4353.0, 4324.0, 4346.0, 4361.0, 4311.0, 4342.0, 4309.0, 4322.0, 4352.0, 4311.0, 4332.0, 4321.0, 4335.0, 4333.0, 4337.0, 4355.0, 4337.0, 4367.0, 4325.0, 4346.0, 4324.0, 4346.0, 4366.0, 4335.0, 4345.0, 4331.0, 4322.0, 4351.0, 4301.0, 4333.0, 4339.0, 4301.0, 4340.0, 4311.0, 4332.0, 4321.0, 4333.0, 4331.0, 4323.0, 4353.0, 4324.0, 4356.0, 4333.0, 4356.0, 4334.0, 4325.0, 4364.0, 4325.0, 4357.0, 4324.0, 4336.0, 4364.0, 4325.0, 4355.0, 4314.0, 4346.0, 4363.0, 4323.0, 4363.0, 4323.0, 4354.0, 4324.0, 4334.0, 4323.0, 4335.0, 4376.0, 4336.0, 4364.0, 4326.0, 4345.0, 4334.0, 4346.0, 4375.0, 4324.0, 4365.0, 4334.0, 4345.0, 4323.0, 4346.0, 4365.0, 4326.0, 4365.0, 4325.0, 4366.0, 4323.0, 4323.0, 4344.0, 4313.0, 4336.0, 4335.0, 4327.0, 4356.0, 4325.0, 4349.0, 4365.0, 4326.0, 4365.0, 4325.0, 4356.0, 4336.0, 4358.0, 4375.0, 4331.0, 4344.0, 4351.0, 4322.0, 4343.0, 4310.0, 4330.0, 4310.0, 4323.0, 4342.0, 4312.0, 4362.0, 4314.0, 4353.0, 4324.0, 4354.0, 4313.0, 4345.0, 4341.0, 4322.0, 4361.0, 4312.0, 4341.0, 4312.0, 4343.0, 4321.0, 4332.0, 4312.0, 4334.0, 4352.0, 4312.0, 4342.0, 4312.0, 4342.0, 4312.0, 4333.0, 4310.0, 4333.0, 4352.0, 4313.0, 4353.0, 4313.0, 4354.0, 4323.0, 4336.0, 4362.0, 4313.0, 4344.0, 4313.0, 4334.0, 4341.0, 4314.0, 4333.0, 4325.0, 4337.0, 4366.0, 4325.0, 4356.0, 4325.0, 4346.0, 4323.0, 4336.0, 4367.0, 4325.0, 4356.0, 4326.0, 4360.0, 4376.0, 4326.0, 4354.0, 4316.0, 4337.0, 4333.0, 4350.0, 4390.0, 4349.0, 4382.0, 4350.0, 4371.0, 4350.0, 4388.0, 4336.0, 4355.0, 4326.0, 4359.0, 4335.0, 4325.0, 4353.0, 4315.0, 4344.0, 4325.0, 4345.0, 4324.0, 4347.0, 4354.0, 4314.0, 4335.0, 4334.0, 4325.0, 4353.0, 4313.0, 4335.0, 4324.0, 4345.0, 4334.0, 4349.0, 4380.0, 4338.0, 4366.0, 4336.0, 4359.0, 4338.0, 4362.0, 4378.0, 4338.0, 4369.0, 4336.0, 4346.0, 4363.0, 4315.0, 4354.0, 4312.0, 4356.0, 4323.0, 4334.0, 4343.0, 4324.0, 4355.0, 4313.0, 4346.0, 4334.0, 4326.0, 4366.0, 4325.0, 4355.0, 4315.0, 4346.0, 4325.0, 4348.0, 4364.0, 4315.0, 4355.0, 4316.0, 4346.0, 4323.0, 4339.0, 4354.0, 4337.0, 4366.0, 4327.0, 4357.0, 4315.0, 4347.0, 4343.0, 4324.0, 4364.0, 4324.0, 4354.0, 4323.0, 4336.0, 4343.0, 4324.0, 4353.0, 4313.0, 4354.0, 4313.0, 4345.0, 4324.0, 4335.0, 4365.0, 4317.0, 4368.0, 4315.0, 4357.0, 4325.0, 4346.0, 4375.0, 4315.0, 4367.0, 4325.0, 4338.0, 4364.0, 4314.0, 4352.0, 4315.0, 4344.0, 4317.0, 4347.0, 4338.0, 4360.0, 4369.0, 4337.0, 4379.0, 4326.0, 4369.0, 4336.0, 4347.0, 4375.0, 4323.0, 4365.0, 4321.0, 4344.0, 4374.0, 4322.0, 4352.0, 4312.0, 4342.0, 4313.0, 4335.0, 4325.0, 4347.0, 4344.0, 4325.0, 4354.0, 4315.0, 4345.0, 4313.0, 4336.0, 4364.0, 4314.0, 4365.0, 4321.0, 4332.0, 4312.0, 4324.0, 4361.0, 4315.0, 4365.0, 4324.0, 4353.0, 4312.0, 4345.0, 4323.0, 4336.0, 4365.0, 4324.0, 4363.0, 4324.0, 4358.0, 4374.0, 4314.0, 4346.0, 4343.0, 4314.0, 4353.0, 4315.0, 4345.0, 4324.0, 4346.0, 4328.0, 4348.0, 4376.0, 4326.0, 4358.0, 4353.0, 4323.0, 4365.0, 4312.0, 4335.0, 4315.0], 'WindowWidth': [9696.0, 9687.0, 9693.0, 9620.0, 9649.0, 9607.0, 9599.0, 9647.0, 9593.0, 9638.0, 9600.0, 9630.0, 9616.0, 9593.0, 9635.0, 9610.0, 9622.0, 9593.0, 9615.0, 9652.0, 9592.0, 9637.0, 9588.0, 9627.0, 9620.0, 9595.0, 9642.0, 9580.0, 9626.0, 9567.0, 9614.0, 9561.0, 9621.0, 9584.0, 9590.0, 9631.0, 9576.0, 9615.0, 9570.0, 9618.0, 9571.0, 9603.0, 9639.0, 9572.0, 9626.0, 9569.0, 9600.0, 9582.0, 9584.0, 9623.0, 9570.0, 9625.0, 9569.0, 9610.0, 9581.0, 9584.0, 9600.0, 9568.0, 9609.0, 9569.0, 9603.0, 9569.0, 9588.0, 9611.0, 9596.0, 9650.0, 9609.0, 9637.0, 9648.0, 9598.0, 9625.0, 9575.0, 9612.0, 9565.0, 9592.0, 9562.0, 9586.0, 9637.0, 9574.0, 9625.0, 9587.0, 9624.0, 9567.0, 9612.0, 9567.0, 9600.0, 9621.0, 9586.0, 9622.0, 9576.0, 9622.0, 9553.0, 9599.0, 9591.0, 9564.0, 9617.0, 9563.0, 9622.0, 9564.0, 9596.0, 9586.0, 9579.0, 9620.0, 9563.0, 9607.0, 9562.0, 9591.0, 9576.0, 9567.0, 9606.0, 9549.0, 9607.0, 9545.0, 9594.0, 9588.0, 9568.0, 9620.0, 9556.0, 9616.0, 9578.0, 9601.0, 9626.0, 9583.0, 9650.0, 9574.0, 9616.0, 9578.0, 9625.0, 9629.0, 9596.0, 9656.0, 9574.0, 9629.0, 9609.0, 9639.0, 9610.0, 9611.0, 9622.0, 9592.0, 9643.0, 9595.0, 9643.0, 9585.0, 9643.0, 9606.0, 9609.0, 9653.0, 9572.0, 9635.0, 9585.0, 9626.0, 9565.0, 9610.0, 9576.0, 9606.0, 9679.0, 9563.0, 9624.0, 9562.0, 9606.0, 9627.0, 9630.0, 9601.0, 9567.0, 9587.0, 9549.0, 9636.0, 9593.0, 9601.0, 9624.0, 9589.0, 9637.0, 9583.0, 9627.0, 9581.0, 9596.0, 9587.0, 9589.0, 9615.0, 9546.0, 9598.0, 9560.0, 9584.0, 9558.0, 9580.0, 9589.0, 9564.0, 9619.0, 9549.0, 9635.0, 9585.0, 9595.0, 9580.0, 9585.0, 9620.0, 9569.0, 9623.0, 9567.0, 9626.0, 9589.0, 9580.0, 9637.0, 9570.0, 9619.0, 9562.0, 9609.0, 9575.0, 9567.0, 9620.0, 9554.0, 9606.0, 9554.0, 9610.0, 9580.0, 9587.0, 9584.0, 9575.0, 9622.0, 9572.0, 9626.0, 9584.0, 9661.0, 9674.0, 9601.0, 9624.0, 9552.0, 9592.0, 9563.0, 9601.0, 9568.0, 9596.0, 9586.0, 9604.0, 9654.0, 9589.0, 9662.0, 9594.0, 9641.0, 9586.0, 9618.0, 9637.0, 9569.0, 9644.0, 9583.0, 9599.0, 9574.0, 9583.0, 9620.0, 9569.0, 9630.0, 9563.0, 9617.0, 9609.0, 9586.0, 9637.0, 9572.0, 9618.0, 9586.0, 9607.0, 9644.0, 9578.0, 9647.0, 9588.0, 9611.0, 9588.0, 9609.0, 9651.0, 9594.0, 9633.0, 9579.0, 9591.0, 9631.0, 9591.0, 9641.0, 9572.0, 9632.0, 9585.0, 9599.0, 9586.0, 9608.0, 9643.0, 9597.0, 9650.0, 9579.0, 9635.0, 9644.0, 9590.0, 9636.0, 9582.0, 9627.0, 9607.0, 9582.0, 9627.0, 9567.0, 9601.0, 9567.0, 9587.0, 9618.0, 9555.0, 9628.0, 9579.0, 9585.0, 9637.0, 9574.0, 9629.0, 9558.0, 9603.0, 9630.0, 9570.0, 9634.0, 9568.0, 9616.0, 9593.0, 9569.0, 9639.0, 9584.0, 9631.0, 9583.0, 9588.0, 9620.0, 9548.0, 9603.0, 9545.0, 9574.0, 9567.0, 9596.0, 9592.0, 9570.0, 9621.0, 9568.0, 9617.0, 9569.0, 9596.0, 9552.0, 9582.0, 9637.0, 9571.0, 9624.0, 9570.0, 9615.0, 9558.0, 9601.0, 9634.0, 9567.0, 9630.0, 9582.0, 9598.0, 9567.0, 9600.0, 9623.0, 9574.0, 9644.0, 9590.0, 9631.0, 9573.0, 9623.0, 9607.0, 9591.0, 9655.0, 9583.0, 9615.0, 9566.0, 9600.0, 9637.0, 9568.0, 9625.0, 9559.0, 9593.0, 9565.0, 9570.0, 9604.0, 9549.0, 9609.0, 9551.0, 9584.0, 9567.0, 9589.0, 9614.0, 9572.0, 9640.0, 9587.0, 9613.0, 9560.0, 9603.0, 9578.0, 9583.0, 9641.0, 9585.0, 9622.0, 9570.0, 9609.0, 9565.0, 9602.0, 9634.0, 9569.0, 9622.0, 9569.0, 9610.0, 9552.0, 9589.0, 9576.0, 9568.0, 9638.0, 9569.0, 9614.0, 9567.0, 9598.0, 9562.0, 9596.0, 9617.0, 9563.0, 9617.0, 9551.0, 9607.0, 9549.0, 9590.0, 9579.0, 9571.0, 9638.0, 9598.0, 9708.0, 9615.0, 9615.0, 9561.0, 9585.0, 9573.0, 9591.0, 9643.0, 9567.0, 9589.0, 9616.0, 9548.0, 9621.0, 9552.0, 9595.0, 9567.0, 9601.0, 9610.0, 9574.0, 9628.0, 9575.0, 9611.0, 9569.0, 9589.0, 9629.0, 9553.0, 9599.0, 9554.0, 9589.0, 9608.0, 9575.0, 9642.0, 9588.0, 9641.0, 9592.0, 9620.0, 9567.0, 9607.0, 9614.0, 9589.0, 9650.0, 9587.0, 9626.0, 9552.0, 9601.0, 9592.0, 9560.0, 9600.0, 9542.0, 9589.0, 9556.0, 9569.0, 9576.0, 9546.0, 9584.0, 9545.0, 9587.0, 9565.0, 9674.0, 9625.0, 9567.0, 9605.0, 9551.0, 9588.0, 9553.0, 9586.0, 9562.0, 9569.0, 9621.0, 9546.0, 9606.0, 9550.0, 9597.0, 9562.0, 9569.0, 9604.0, 9551.0, 9611.0, 9555.0, 9597.0, 9555.0, 9581.0, 9630.0, 9570.0, 9624.0, 9602.0, 9655.0, 9635.0, 9576.0, 9628.0, 9574.0, 9610.0, 9568.0, 9617.0, 9573.0, 9566.0, 9603.0, 9537.0, 9613.0, 9577.0, 9568.0, 9610.0, 9574.0, 9611.0, 9575.0, 9604.0, 9624.0, 9576.0, 9616.0, 9582.0, 9628.0, 9622.0, 9606.0, 9640.0, 9586.0, 9602.0, 9628.0, 9575.0, 9631.0, 9578.0, 9632.0, 9595.0, 9636.0, 9590.0, 9634.0, 9603.0, 9620.0, 9629.0, 9590.0, 9629.0, 9572.0, 9628.0, 9566.0, 9595.0, 9560.0, 9568.0, 9615.0, 9551.0, 9603.0, 9563.0, 9609.0, 9566.0, 9595.0, 9560.0, 9581.0, 9616.0, 9567.0, 9600.0, 9564.0, 9606.0, 9548.0, 9593.0, 9562.0, 9551.0, 9619.0, 9554.0, 9605.0, 9567.0, 9611.0, 9550.0, 9582.0, 9603.0, 9552.0, 9618.0, 9563.0, 9609.0, 9561.0, 9580.0, 9603.0, 9549.0, 9607.0, 9574.0, 9598.0, 9562.0, 9580.0, 9577.0, 9567.0, 9605.0, 9558.0, 9608.0, 9581.0, 9618.0, 9589.0, 9602.0, 9569.0, 9603.0, 9626.0, 9547.0, 9591.0, 9618.0, 9578.0, 9590.0, 9539.0, 9559.0, 9569.0, 9550.0, 9589.0, 9570.0, 9611.0, 9586.0, 9636.0, 9583.0, 9596.0, 9577.0, 9582.0, 9623.0, 9577.0, 9605.0, 9541.0, 9574.0, 9551.0, 9561.0, 9599.0, 9541.0, 9594.0, 9544.0, 9573.0, 9538.0, 9558.0, 9565.0, 9529.0, 9580.0, 9541.0, 9586.0, 9568.0, 9602.0, 9596.0, 9615.0, 9592.0, 9562.0, 9619.0, 9565.0, 9607.0, 9581.0, 9612.0, 9574.0, 9555.0, 9609.0, 9567.0, 9598.0, 9647.0, 9706.0, 9672.0, 9666.0, 9626.0, 9638.0, 9625.0, 9624.0, 9667.0, 9614.0, 9650.0, 9592.0, 9624.0, 9588.0, 9611.0, 9647.0, 9574.0, 9625.0, 9566.0, 9615.0, 9588.0, 9629.0, 9614.0, 9613.0, 9628.0, 9642.0, 9628.0, 9665.0, 9650.0, 9664.0, 9672.0, 9634.0, 9674.0, 9621.0, 9660.0, 9642.0, 9690.0, 9639.0, 9658.0, 9607.0, 9637.0, 9610.0, 9634.0, 9630.0, 9634.0, 9683.0, 9627.0, 9648.0, 9620.0, 9653.0, 9612.0, 9607.0, 9607.0, 9610.0, 9578.0, 9625.0, 9599.0, 9595.0, 9611.0, 9645.0, 9618.0, 9665.0, 9612.0, 9591.0, 9619.0, 9588.0, 9646.0, 9607.0, 9617.0, 9597.0, 9639.0, 9582.0, 9600.0, 9586.0, 9622.0, 9585.0, 9609.0, 9583.0, 9585.0, 9580.0, 9633.0, 9573.0, 9594.0, 9541.0, 9600.0, 9562.0, 9603.0, 9554.0, 9572.0, 9540.0, 9573.0, 9570.0, 9547.0, 9598.0, 9552.0, 9594.0, 9561.0, 9595.0, 9578.0, 9605.0, 9570.0, 9598.0, 9641.0, 9565.0, 9614.0, 9564.0, 9602.0, 9611.0, 9567.0, 9621.0, 9566.0, 9594.0, 9560.0, 9580.0, 9598.0, 9546.0, 9601.0, 9563.0, 9579.0, 9568.0, 9580.0, 9562.0, 9584.0, 9605.0, 9570.0, 9603.0, 9573.0, 9599.0, 9565.0, 9598.0, 9615.0, 9574.0, 9607.0, 9602.0, 9632.0, 9573.0, 9601.0, 9588.0, 9565.0, 9631.0, 9589.0, 9621.0, 9568.0, 9598.0, 9569.0, 9563.0, 9587.0, 9564.0, 9602.0, 9590.0, 9633.0, 9570.0, 9620.0, 9594.0, 9568.0, 9594.0, 9546.0, 9605.0, 9559.0, 9592.0, 9542.0, 9602.0, 9623.0, 9560.0, 9595.0, 9559.0, 9615.0, 9571.0, 9594.0, 9565.0, 9595.0, 9570.0, 9579.0, 9597.0, 9537.0, 9578.0, 9542.0, 9574.0, 9566.0, 9595.0, 9569.0, 9572.0, 9621.0, 9537.0, 9568.0, 9526.0, 9572.0, 9509.0, 9544.0, 9541.0, 9533.0, 9554.0, 9530.0, 9553.0, 9536.0, 9551.0, 9527.0, 9561.0, 9519.0, 9551.0, 9569.0, 9512.0, 9540.0, 9492.0, 9542.0, 9543.0, 9514.0, 9565.0, 9522.0, 9563.0, 9540.0, 9573.0, 9537.0, 9561.0, 9603.0, 9545.0, 9568.0, 9542.0, 9582.0, 9599.0, 9547.0, 9604.0, 9568.0, 9611.0, 9569.0, 9560.0, 9600.0, 9542.0, 9577.0, 9617.0, 9545.0, 9584.0, 9542.0, 9579.0, 9567.0, 9551.0, 9605.0, 9545.0, 9577.0, 9547.0, 9579.0, 9605.0, 9545.0, 9578.0, 9616.0, 9550.0, 9602.0, 9565.0, 9598.0, 9612.0, 9542.0, 9586.0, 9536.0, 9559.0, 9598.0, 9543.0, 9571.0, 9557.0, 9580.0, 9576.0, 9587.0, 9611.0, 9587.0, 9628.0, 9569.0, 9600.0, 9566.0, 9598.0, 9625.0, 9580.0, 9596.0, 9569.0, 9558.0, 9596.0, 9527.0, 9573.0, 9577.0, 9529.0, 9581.0, 9542.0, 9571.0, 9557.0, 9575.0, 9571.0, 9564.0, 9604.0, 9568.0, 9612.0, 9578.0, 9612.0, 9580.0, 9569.0, 9620.0, 9569.0, 9615.0, 9567.0, 9585.0, 9620.0, 9569.0, 9609.0, 9551.0, 9597.0, 9619.0, 9564.0, 9617.0, 9563.0, 9606.0, 9565.0, 9580.0, 9563.0, 9584.0, 9641.0, 9586.0, 9622.0, 9571.0, 9598.0, 9580.0, 9598.0, 9638.0, 9567.0, 9622.0, 9579.0, 9596.0, 9563.0, 9599.0, 9625.0, 9571.0, 9621.0, 9570.0, 9625.0, 9562.0, 9563.0, 9591.0, 9549.0, 9584.0, 9581.0, 9575.0, 9612.0, 9572.0, 9608.0, 9624.0, 9570.0, 9622.0, 9570.0, 9612.0, 9585.0, 9619.0, 9637.0, 9570.0, 9590.0, 9595.0, 9554.0, 9586.0, 9536.0, 9566.0, 9539.0, 9561.0, 9586.0, 9548.0, 9613.0, 9553.0, 9602.0, 9563.0, 9606.0, 9547.0, 9592.0, 9583.0, 9559.0, 9611.0, 9545.0, 9583.0, 9544.0, 9588.0, 9555.0, 9572.0, 9543.0, 9575.0, 9597.0, 9545.0, 9584.0, 9544.0, 9584.0, 9544.0, 9574.0, 9540.0, 9574.0, 9597.0, 9549.0, 9602.0, 9548.0, 9603.0, 9563.0, 9585.0, 9613.0, 9547.0, 9592.0, 9547.0, 9577.0, 9584.0, 9551.0, 9576.0, 9569.0, 9589.0, 9624.0, 9570.0, 9612.0, 9569.0, 9599.0, 9564.0, 9584.0, 9629.0, 9569.0, 9612.0, 9572.0, 9623.0, 9638.0, 9570.0, 9607.0, 9552.0, 9584.0, 9576.0, 9611.0, 9667.0, 9608.0, 9659.0, 9613.0, 9640.0, 9611.0, 9662.0, 9582.0, 9608.0, 9568.0, 9617.0, 9576.0, 9565.0, 9601.0, 9550.0, 9590.0, 9565.0, 9595.0, 9563.0, 9598.0, 9603.0, 9550.0, 9580.0, 9577.0, 9566.0, 9601.0, 9547.0, 9579.0, 9563.0, 9595.0, 9579.0, 9608.0, 9651.0, 9591.0, 9625.0, 9585.0, 9622.0, 9591.0, 9629.0, 9646.0, 9593.0, 9636.0, 9583.0, 9596.0, 9616.0, 9552.0, 9604.0, 9546.0, 9611.0, 9562.0, 9577.0, 9587.0, 9565.0, 9606.0, 9551.0, 9599.0, 9579.0, 9572.0, 9626.0, 9568.0, 9607.0, 9554.0, 9597.0, 9566.0, 9605.0, 9621.0, 9557.0, 9611.0, 9555.0, 9597.0, 9562.0, 9592.0, 9607.0, 9591.0, 9627.0, 9573.0, 9614.0, 9554.0, 9601.0, 9589.0, 9567.0, 9620.0, 9566.0, 9607.0, 9562.0, 9582.0, 9588.0, 9566.0, 9603.0, 9549.0, 9607.0, 9551.0, 9596.0, 9565.0, 9583.0, 9622.0, 9560.0, 9633.0, 9556.0, 9615.0, 9566.0, 9597.0, 9635.0, 9554.0, 9631.0, 9568.0, 9588.0, 9618.0, 9551.0, 9601.0, 9555.0, 9593.0, 9561.0, 9604.0, 9592.0, 9625.0, 9635.0, 9589.0, 9647.0, 9572.0, 9635.0, 9582.0, 9598.0, 9636.0, 9562.0, 9620.0, 9554.0, 9592.0, 9633.0, 9560.0, 9597.0, 9545.0, 9585.0, 9548.0, 9581.0, 9567.0, 9603.0, 9592.0, 9568.0, 9604.0, 9552.0, 9594.0, 9546.0, 9581.0, 9619.0, 9552.0, 9620.0, 9556.0, 9572.0, 9543.0, 9562.0, 9611.0, 9555.0, 9620.0, 9564.0, 9603.0, 9547.0, 9596.0, 9563.0, 9583.0, 9622.0, 9564.0, 9617.0, 9567.0, 9617.0, 9631.0, 9551.0, 9596.0, 9587.0, 9549.0, 9601.0, 9557.0, 9595.0, 9565.0, 9600.0, 9576.0, 9604.0, 9640.0, 9570.0, 9615.0, 9602.0, 9563.0, 9620.0, 9546.0, 9580.0, 9553.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.0011047788309636651</td></tr>
<tr><td colspan=3>aqi</td><td>0.02837302480252765</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.15351620404741</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2067485931541506</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9943727599604754</td></tr>
<tr><td colspan=3>efc</td><td>0.4708</td></tr>
<tr><td colspan=3>fber</td><td>5589.4766</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09686461773428495</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.609794628751974</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4013755635394705</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3825844886493046</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5738755749976607</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2476666269714456</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103936</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01592131145298481</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021742094308137894</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.8521788211409884</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>36.6165</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.7406</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.9599</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302017.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>814.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.0145</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3724</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.5106</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3549.4026</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3777.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4634.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.4775</td></tr>
<tr><td colspan=3>tsnr</td><td>37.90797404944897</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>