ds005256-mriqc/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter b993479202 [DATALAD RUNCMD] Compute MRIQC for sub-0064
=== 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-0064 --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-0064",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:12:18 +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-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-04/func/sub-0064_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>48348b9d38b190036bf28159f009cfdc</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:58:8.185000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999868, -0.00423762, 0.0157044, 0.00314116, 0.997598, 0.0691969]</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.0988441</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7743, -7236, 652, -23, -134, 20, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>12e886cc-eaa7-4d25-b975-a93e20e0c02f||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825718879699707, 0.008427513763308525, 0.043091725558042526, 111.72064971923828], [0.011369232088327408, 2.676482677459717, 0.1866738498210907, -105.16089630126953], [0.04213372990489006, -0.18565036356449127, 2.6931943893432617, -58.8392333984375], [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': ['115808.185000', '115808.645000', '115809.105000', '115809.565000', '115810.025000', '115810.485000', '115810.945000', '115811.405000', '115811.865000', '115812.325000', '115812.785000', '115813.245000', '115813.705000', '115814.165000', '115814.625000', '115815.085000', '115815.545000', '115816.005000', '115816.465000', '115816.925000', '115817.385000', '115817.845000', '115818.305000', '115818.765000', '115819.225000', '115819.685000', '115820.145000', '115820.605000', '115821.065000', '115821.525000', '115821.985000', '115822.445000', '115822.905000', '115823.365000', '115823.825000', '115824.285000', '115824.745000', '115825.205000', '115825.665000', '115826.125000', '115826.585000', '115827.045000', '115827.505000', '115827.965000', '115828.425000', '115828.885000', '115829.345000', '115829.805000', '115830.265000', '115830.725000', '115831.185000', '115831.645000', '115832.105000', '115832.565000', '115833.025000', '115833.485000', '115833.945000', '115834.405000', '115834.865000', '115835.325000', '115835.785000', '115836.245000', '115836.705000', '115837.165000', '115837.625000', '115838.085000', '115838.545000', '115839.005000', '115839.465000', '115839.925000', '115840.385000', '115840.845000', '115841.305000', '115841.765000', '115842.225000', '115842.685000', '115843.145000', '115843.605000', '115844.065000', '115844.525000', '115844.985000', '115845.445000', '115845.905000', '115846.365000', '115846.825000', '115847.285000', '115847.745000', '115848.205000', '115848.665000', '115849.125000', '115849.585000', '115850.045000', '115850.505000', '115850.965000', '115851.425000', '115851.885000', '115852.345000', '115852.805000', '115853.265000', '115853.725000', '115854.185000', '115854.645000', '115855.105000', '115855.565000', '115856.025000', '115856.485000', '115856.945000', '115857.405000', '115857.865000', '115858.325000', '115858.785000', '115859.245000', '115859.705000', '115900.165000', '115900.625000', '115901.085000', '115901.545000', '115902.005000', '115902.465000', '115902.925000', '115903.385000', '115903.845000', '115904.305000', '115904.765000', '115905.225000', '115905.685000', '115906.145000', '115906.605000', '115907.065000', '115907.525000', '115907.985000', '115908.445000', '115908.905000', '115909.365000', '115909.825000', '115910.285000', '115910.745000', '115911.205000', '115911.665000', '115912.125000', '115912.585000', '115913.045000', '115913.505000', '115913.965000', '115914.425000', '115914.885000', '115915.345000', '115915.805000', '115916.265000', '115916.725000', '115917.185000', '115917.645000', '115918.105000', '115918.565000', '115919.025000', '115919.485000', '115919.945000', '115920.405000', '115920.865000', '115921.325000', '115921.785000', '115922.245000', '115922.705000', '115923.165000', '115923.625000', '115924.085000', '115924.545000', '115925.005000', '115925.465000', '115925.925000', '115926.385000', '115926.845000', '115927.305000', '115927.765000', '115928.225000', '115928.685000', '115929.145000', '115929.605000', '115930.065000', '115930.525000', '115930.985000', '115931.445000', '115931.905000', '115932.365000', '115932.825000', '115933.285000', '115933.745000', '115934.205000', '115934.665000', '115935.125000', '115935.585000', '115936.045000', '115936.505000', '115936.965000', '115937.425000', '115937.885000', '115938.345000', '115938.805000', '115939.265000', '115939.725000', '115940.185000', '115940.645000', '115941.105000', '115941.565000', '115942.025000', '115942.485000', '115942.945000', '115943.405000', '115943.865000', '115944.325000', '115944.785000', '115945.245000', '115945.705000', '115946.165000', '115946.625000', '115947.085000', '115947.545000', '115948.005000', '115948.465000', '115948.925000', '115949.385000', '115949.845000', '115950.305000', '115950.765000', '115951.225000', '115951.685000', '115952.145000', '115952.605000', '115953.065000', '115953.525000', '115953.985000', '115954.445000', '115954.905000', '115955.365000', '115955.825000', '115956.285000', '115956.745000', '115957.205000', '115957.665000', '115958.125000', '115958.585000', '115959.045000', '115959.505000', '115959.965000', '120000.425000', '120000.885000', '120001.345000', '120001.805000', '120002.265000', '120002.725000', '120003.185000', '120003.645000', '120004.105000', '120004.565000', '120005.025000', '120005.485000', '120005.945000', '120006.405000', '120006.865000', '120007.325000', '120007.785000', '120008.245000', '120008.705000', '120009.165000', '120009.625000', '120010.085000', '120010.545000', '120011.005000', '120011.465000', '120011.925000', '120012.385000', '120012.845000', '120013.305000', '120013.765000', '120014.225000', '120014.685000', '120015.145000', '120015.605000', '120016.065000', '120016.525000', '120016.985000', '120017.445000', '120017.905000', '120018.365000', '120018.825000', '120019.285000', '120019.745000', '120020.205000', '120020.665000', '120021.125000', '120021.585000', '120022.045000', '120022.505000', '120022.965000', '120023.425000', '120023.885000', '120024.345000', '120024.805000', '120025.265000', '120025.725000', '120026.185000', '120026.645000', '120027.105000', '120027.565000', '120028.025000', '120028.485000', '120028.945000', '120029.405000', '120029.865000', '120030.325000', '120030.785000', '120031.245000', '120031.705000', '120032.165000', '120032.625000', '120033.085000', '120033.545000', '120034.005000', '120034.465000', '120034.925000', '120035.385000', '120035.845000', '120036.305000', '120036.765000', '120037.225000', '120037.685000', '120038.145000', '120038.605000', '120039.065000', '120039.525000', '120039.985000', '120040.445000', '120040.905000', '120041.365000', '120041.825000', '120042.285000', '120042.745000', '120043.205000', '120043.665000', '120044.125000', '120044.585000', '120045.045000', '120045.505000', '120045.965000', '120046.425000', '120046.885000', '120047.345000', '120047.805000', '120048.265000', '120048.725000', '120049.185000', '120049.645000', '120050.105000', '120050.565000', '120051.025000', '120051.485000', '120051.945000', '120052.405000', '120052.865000', '120053.325000', '120053.785000', '120054.245000', '120054.705000', '120055.165000', '120055.625000', '120056.085000', '120056.545000', '120057.005000', '120057.465000', '120057.925000', '120058.385000', '120058.845000', '120059.305000', '120059.765000', '120100.225000', '120100.685000', '120101.145000', '120101.605000', '120102.065000', '120102.525000', '120102.985000', '120103.445000', '120103.905000', '120104.365000', '120104.825000', '120105.285000', '120105.745000', '120106.205000', '120106.665000', '120107.125000', '120107.585000', '120108.045000', '120108.505000', '120108.965000', '120109.425000', '120109.885000', '120110.345000', '120110.805000', '120111.265000', '120111.725000', '120112.185000', '120112.645000', '120113.105000', '120113.565000', '120114.025000', '120114.485000', '120114.945000', '120115.405000', '120115.865000', '120116.325000', '120116.785000', '120117.245000', '120117.705000', '120118.165000', '120118.625000', '120119.085000', '120119.545000', '120120.005000', '120120.465000', '120120.925000', '120121.385000', '120121.845000', '120122.305000', '120122.765000', '120123.225000', '120123.685000', '120124.145000', '120124.605000', '120125.065000', '120125.525000', '120125.985000', '120126.445000', '120126.905000', '120127.365000', '120127.825000', '120128.285000', '120128.745000', '120129.205000', '120129.665000', '120130.125000', '120130.585000', '120131.045000', '120131.505000', '120131.965000', '120132.425000', '120132.885000', '120133.345000', '120133.805000', '120134.265000', '120134.725000', '120135.185000', '120135.645000', '120136.105000', '120136.565000', '120137.025000', '120137.485000', '120137.945000', '120138.405000', '120138.865000', '120139.325000', '120139.785000', '120140.245000', '120140.705000', '120141.165000', '120141.625000', '120142.085000', '120142.545000', '120143.005000', '120143.465000', '120143.925000', '120144.385000', '120144.845000', '120145.305000', '120145.765000', '120146.225000', '120146.685000', '120147.145000', '120147.605000', '120148.065000', '120148.525000', '120148.985000', '120149.445000', '120149.905000', '120150.365000', '120150.825000', '120151.285000', '120151.745000', '120152.205000', '120152.665000', '120153.125000', '120153.585000', '120154.045000', '120154.505000', '120154.965000', '120155.425000', '120155.885000', '120156.345000', '120156.805000', '120157.265000', '120157.725000', '120158.185000', '120158.645000', '120159.105000', '120159.565000', '120200.025000', '120200.485000', '120200.945000', '120201.405000', '120201.865000', '120202.325000', '120202.785000', '120203.245000', '120203.705000', '120204.165000', '120204.625000', '120205.085000', '120205.545000', '120206.005000', '120206.465000', '120206.925000', '120207.385000', '120207.845000', '120208.305000', '120208.765000', '120209.225000', '120209.685000', '120210.145000', '120210.605000', '120211.065000', '120211.525000', '120211.985000', '120212.445000', '120212.905000', '120213.365000', '120213.825000', '120214.285000', '120214.745000', '120215.205000', '120215.665000', '120216.125000', '120216.585000', '120217.045000', '120217.505000', '120217.965000', '120218.425000', '120218.885000', '120219.345000', '120219.805000', '120220.265000', '120220.725000', '120221.185000', '120221.645000', '120222.105000', '120222.565000', '120223.025000', '120223.485000', '120223.945000', '120224.405000', '120224.865000', '120225.325000', '120225.785000', '120226.245000', '120226.705000', '120227.165000', '120227.625000', '120228.085000', '120228.545000', '120229.005000', '120229.465000', '120229.925000', '120230.385000', '120230.845000', '120231.305000', '120231.765000', '120232.225000', '120232.685000', '120233.145000', '120233.605000', '120234.065000', '120234.525000', '120234.985000', '120235.445000', '120235.905000', '120236.365000', '120236.825000', '120237.285000', '120237.745000', '120238.205000', '120238.665000', '120239.125000', '120239.585000', '120240.045000', '120240.505000', '120240.965000', '120241.425000', '120241.885000', '120242.345000', '120242.805000', '120243.265000', '120243.725000', '120244.185000', '120244.645000', '120245.105000', '120245.565000', '120246.025000', '120246.485000', '120246.945000', '120247.405000', '120247.865000', '120248.325000', '120248.785000', '120249.245000', '120249.705000', '120250.165000', '120250.625000', '120251.085000', '120251.545000', '120252.005000', '120252.465000', '120252.925000', '120253.385000', '120253.845000', '120254.305000', '120254.765000', '120255.225000', '120255.685000', '120256.145000', '120256.605000', '120257.065000', '120257.525000', '120257.985000', '120258.445000', '120258.905000', '120259.365000', '120259.825000', '120300.285000', '120300.745000', '120301.205000', '120301.665000', '120302.125000', '120302.585000', '120303.045000', '120303.505000', '120303.965000', '120304.425000', '120304.885000', '120305.345000', '120305.805000', '120306.265000', '120306.725000', '120307.185000', '120307.645000', '120308.105000', '120308.565000', '120309.025000', '120309.485000', '120309.945000', '120310.405000', '120310.865000', '120311.325000', '120311.785000', '120312.245000', '120312.705000', '120313.165000', '120313.625000', '120314.085000', '120314.545000', '120315.005000', '120315.465000', '120315.925000', '120316.385000', '120316.845000', '120317.305000', '120317.765000', '120318.225000', '120318.685000', '120319.145000', '120319.605000', '120320.065000', '120320.525000', '120320.985000', '120321.445000', '120321.905000', '120322.365000', '120322.825000', '120323.285000', '120323.745000', '120324.205000', '120324.665000', '120325.125000', '120325.585000', '120326.045000', '120326.505000', '120326.965000', '120327.425000', '120327.885000', '120328.345000', '120328.805000', '120329.265000', '120329.725000', '120330.185000', '120330.645000', '120331.105000', '120331.565000', '120332.025000', '120332.485000', '120332.945000', '120333.405000', '120333.865000', '120334.325000', '120334.785000', '120335.245000', '120335.705000', '120336.165000', '120336.625000', '120337.085000', '120337.545000', '120338.005000', '120338.465000', '120338.925000', '120339.385000', '120339.845000', '120340.305000', '120340.765000', '120341.225000', '120341.685000', '120342.145000', '120342.605000', '120343.065000', '120343.525000', '120343.985000', '120344.445000', '120344.905000', '120345.365000', '120345.825000', '120346.285000', '120346.745000', '120347.205000', '120347.665000', '120348.125000', '120348.585000', '120349.045000', '120349.505000', '120349.965000', '120350.425000', '120350.885000', '120351.345000', '120351.805000', '120352.265000', '120352.725000', '120353.185000', '120353.645000', '120354.105000', '120354.565000', '120355.025000', '120355.485000', '120355.945000', '120356.405000', '120356.865000', '120357.325000', '120357.785000', '120358.245000', '120358.705000', '120359.165000', '120359.625000', '120400.085000', '120400.545000', '120401.005000', '120401.465000', '120401.925000', '120402.385000', '120402.845000', '120403.305000', '120403.765000', '120404.225000', '120404.685000', '120405.145000', '120405.605000', '120406.065000', '120406.525000', '120406.985000', '120407.445000', '120407.905000', '120408.365000', '120408.825000', '120409.285000', '120409.745000', '120410.205000', '120410.665000', '120411.125000', '120411.585000', '120412.045000', '120412.505000', '120412.965000', '120413.425000', '120413.885000', '120414.345000', '120414.805000', '120415.265000', '120415.725000', '120416.185000', '120416.645000', '120417.105000', '120417.565000', '120418.025000', '120418.485000', '120418.945000', '120419.405000', '120419.865000', '120420.325000', '120420.785000', '120421.245000', '120421.705000', '120422.165000', '120422.625000', '120423.085000', '120423.545000', '120424.005000', '120424.465000', '120424.925000', '120425.385000', '120425.845000', '120426.305000', '120426.765000', '120427.225000', '120427.685000', '120428.145000', '120428.605000', '120429.065000', '120429.525000', '120429.985000', '120430.445000', '120430.905000', '120431.365000', '120431.825000', '120432.285000', '120432.745000', '120433.205000', '120433.665000', '120434.125000', '120434.585000', '120435.045000', '120435.505000', '120435.965000', '120436.425000', '120436.885000', '120437.345000', '120437.805000', '120438.265000', '120438.725000', '120439.185000', '120439.645000', '120440.105000', '120440.565000', '120441.025000', '120441.485000', '120441.945000', '120442.405000', '120442.865000', '120443.325000', '120443.785000', '120444.245000', '120444.705000', '120445.165000', '120445.625000', '120446.085000', '120446.545000', '120447.005000', '120447.465000', '120447.925000', '120448.385000', '120448.845000', '120449.305000', '120449.765000', '120450.225000', '120450.685000', '120451.145000', '120451.605000', '120452.065000', '120452.525000', '120452.985000', '120453.445000', '120453.905000', '120454.365000', '120454.825000', '120455.285000', '120455.745000', '120456.205000', '120456.665000', '120457.125000', '120457.585000', '120458.045000', '120458.505000', '120458.965000', '120459.425000', '120459.885000', '120500.345000', '120500.805000', '120501.265000', '120501.725000', '120502.185000', '120502.645000', '120503.105000', '120503.565000', '120504.025000', '120504.485000', '120504.945000', '120505.405000', '120505.865000', '120506.325000', '120506.785000', '120507.245000', '120507.705000', '120508.165000', '120508.625000', '120509.085000', '120509.545000', '120510.005000', '120510.465000', '120510.925000', '120511.385000', '120511.845000', '120512.305000', '120512.765000', '120513.225000', '120513.685000', '120514.145000', '120514.605000', '120515.065000', '120515.525000', '120515.985000', '120516.445000', '120516.905000', '120517.365000', '120517.825000', '120518.285000', '120518.745000', '120519.205000', '120519.665000', '120520.125000', '120520.585000', '120521.045000', '120521.505000', '120521.965000', '120522.425000', '120522.885000', '120523.345000', '120523.805000', '120524.265000', '120524.725000', '120525.185000', '120525.645000', '120526.105000', '120526.565000', '120527.025000', '120527.485000', '120527.945000', '120528.405000', '120528.865000', '120529.325000', '120529.785000', '120530.245000', '120530.705000', '120531.165000', '120531.625000', '120532.085000', '120532.545000', '120533.005000', '120533.465000', '120533.925000', '120534.385000', '120534.845000', '120535.305000', '120535.765000', '120536.225000', '120536.685000', '120537.145000', '120537.605000', '120538.065000', '120538.525000', '120538.985000', '120539.445000', '120539.905000', '120540.365000', '120540.825000', '120541.285000', '120541.745000', '120542.205000', '120542.665000', '120543.125000', '120543.585000', '120544.045000', '120544.505000', '120544.965000', '120545.425000', '120545.885000', '120546.345000', '120546.805000', '120547.265000', '120547.725000', '120548.185000', '120548.645000', '120549.105000', '120549.565000', '120550.025000', '120550.485000', '120550.945000', '120551.405000', '120551.865000', '120552.325000', '120552.785000', '120553.245000', '120553.705000', '120554.165000', '120554.625000', '120555.085000', '120555.545000', '120556.005000', '120556.465000', '120556.925000', '120557.385000', '120557.845000', '120558.305000', '120558.765000', '120559.225000', '120559.685000', '120600.145000', '120600.605000', '120601.065000', '120601.525000', '120601.985000', '120602.445000', '120602.905000', '120603.365000', '120603.825000', '120604.285000', '120604.745000', '120605.205000', '120605.665000', '120606.125000', '120606.585000', '120607.045000', '120607.505000', '120607.965000', '120608.425000', '120608.885000', '120609.345000', '120609.805000', '120610.265000', '120610.725000', '120611.185000', '120611.645000', '120612.105000', '120612.565000', '120613.025000', '120613.485000', '120613.945000', '120614.405000', '120614.865000', '120615.325000', '120615.785000', '120616.245000', '120616.705000', '120617.165000', '120617.625000', '120618.085000', '120618.545000', '120619.005000', '120619.465000', '120619.925000', '120620.385000', '120620.845000', '120621.305000', '120621.765000', '120622.225000', '120622.685000', '120623.145000', '120623.605000', '120624.065000', '120624.525000', '120624.985000', '120625.445000', '120625.905000', '120626.365000', '120626.825000', '120627.285000', '120627.745000', '120628.205000', '120628.665000', '120629.125000', '120629.585000', '120630.045000', '120630.505000', '120630.965000', '120631.425000', '120631.885000', '120632.345000', '120632.805000', '120633.265000', '120633.725000', '120634.185000', '120634.645000', '120635.105000', '120635.565000', '120636.025000', '120636.485000', '120636.945000', '120637.405000', '120637.865000', '120638.325000', '120638.785000', '120639.245000', '120639.705000', '120640.165000', '120640.625000', '120641.085000', '120641.545000', '120642.005000', '120642.465000', '120642.925000', '120643.385000', '120643.845000', '120644.305000', '120644.765000', '120645.225000', '120645.685000', '120646.145000', '120646.605000', '120647.065000', '120647.525000', '120647.985000', '120648.445000', '120648.905000', '120649.365000', '120649.825000', '120650.285000', '120650.745000', '120651.205000', '120651.665000', '120652.125000', '120652.585000', '120653.045000', '120653.505000', '120653.965000', '120654.425000', '120654.885000', '120655.345000', '120655.805000', '120656.265000', '120656.725000', '120657.185000', '120657.645000', '120658.105000', '120658.565000', '120659.025000', '120659.485000', '120659.945000', '120700.405000', '120700.865000', '120701.325000', '120701.785000', '120702.245000', '120702.705000', '120703.165000', '120703.625000', '120704.085000', '120704.545000', '120705.005000', '120705.465000', '120705.925000', '120706.385000', '120706.845000', '120707.305000', '120707.765000', '120708.225000', '120708.685000', '120709.145000', '120709.605000', '120710.065000', '120710.525000', '120710.985000', '120711.445000', '120711.905000', '120712.365000', '120712.825000', '120713.285000', '120713.745000', '120714.205000', '120714.665000', '120715.125000', '120715.585000', '120716.045000', '120716.505000', '120716.965000', '120717.425000', '120717.885000', '120718.345000', '120718.805000', '120719.265000', '120719.725000', '120720.185000', '120720.645000', '120721.105000', '120721.565000', '120722.025000', '120722.485000', '120722.945000', '120723.405000', '120723.865000', '120724.325000', '120724.785000', '120725.245000', '120725.705000', '120726.165000', '120726.625000', '120727.085000', '120727.545000', '120728.005000', '120728.465000', '120728.925000', '120729.385000', '120729.845000', '120730.305000', '120730.765000', '120731.225000', '120731.685000', '120732.145000', '120732.605000', '120733.065000', '120733.525000', '120733.985000', '120734.445000', '120734.905000', '120735.365000', '120735.825000', '120736.285000', '120736.745000', '120737.205000', '120737.665000', '120738.125000', '120738.585000', '120739.045000', '120739.505000', '120739.965000', '120740.425000', '120740.885000', '120741.345000', '120741.805000', '120742.265000', '120742.725000', '120743.185000', '120743.645000', '120744.105000', '120744.565000', '120745.025000', '120745.485000', '120745.945000', '120746.405000', '120746.865000', '120747.325000', '120747.785000', '120748.245000', '120748.705000', '120749.165000', '120749.625000', '120750.085000', '120750.545000', '120751.005000'], 'ContentTime': ['115837.761000', '115837.764000', '115837.767000', '115837.769000', '115837.772000', '115837.775000', '115837.777000', '115837.780000', '115837.782000', '115837.785000', '115837.788000', '115837.791000', '115837.794000', '115837.797000', '115837.800000', '115837.802000', '115837.805000', '115837.807000', '115837.810000', '115837.813000', '115837.815000', '115837.818000', '115837.820000', '115837.823000', '115837.826000', '115837.828000', '115837.834000', '115837.837000', '115837.840000', '115837.842000', '115837.845000', '115837.848000', '115837.850000', '115837.853000', '115837.861000', '115837.863000', '115837.866000', '115837.869000', '115837.871000', '115837.874000', '115837.876000', '115837.879000', '115837.881000', '115837.884000', '115837.887000', '115837.889000', '115837.892000', '115837.894000', '115837.897000', '115837.900000', '115837.902000', '115837.905000', '115837.908000', '115837.910000', '115837.913000', '115837.919000', '115837.922000', '115837.925000', '115837.927000', '115837.930000', '115837.933000', '115837.935000', '115857.730000', '115857.733000', '115857.736000', '115857.739000', '115857.741000', '115857.744000', '115857.746000', '115857.749000', '115857.752000', '115857.754000', '115857.757000', '115857.759000', '115857.762000', '115857.765000', '115857.767000', '115857.770000', '115857.772000', '115857.775000', '115857.778000', '115857.780000', '115857.783000', '115857.786000', '115857.788000', '115857.791000', '115857.793000', '115857.796000', '115857.799000', '115857.801000', '115857.804000', '115857.806000', '115857.809000', '115857.812000', '115857.814000', '115857.817000', '115857.819000', '115857.822000', '115857.824000', '115857.827000', '115857.830000', '115857.832000', '115857.835000', '115857.837000', '115857.840000', '115857.843000', '115917.731000', '115917.734000', '115917.736000', '115917.739000', '115917.741000', '115917.745000', '115917.763000', '115917.766000', '115917.769000', '115917.771000', '115917.774000', '115917.777000', '115917.779000', '115917.782000', '115917.784000', '115917.787000', '115917.789000', '115917.792000', '115917.795000', '115917.797000', '115917.800000', '115917.803000', '115917.805000', '115917.808000', '115917.810000', '115917.813000', '115917.815000', '115917.818000', '115917.821000', '115917.823000', '115917.826000', '115917.829000', '115917.832000', '115917.834000', '115917.837000', '115917.840000', '115917.844000', '115917.846000', '115917.849000', '115917.863000', '115917.865000', '115917.869000', '115917.872000', '115937.731000', '115937.734000', '115937.737000', '115937.740000', '115937.742000', '115937.745000', '115937.748000', '115937.750000', '115937.753000', '115937.756000', '115937.758000', '115937.761000', '115937.763000', '115937.766000', '115937.769000', '115937.771000', '115937.774000', '115937.776000', '115937.779000', '115937.782000', '115937.784000', '115937.787000', '115937.790000', '115937.792000', '115937.795000', '115937.797000', '115937.800000', '115937.802000', '115937.805000', '115937.808000', '115937.810000', '115937.813000', '115937.816000', '115937.818000', '115937.821000', '115937.824000', '115937.826000', '115937.829000', '115937.832000', '115937.834000', '115937.837000', '115937.839000', '115937.842000', '115937.844000', '115957.730000', '115957.733000', '115957.736000', '115957.738000', '115957.741000', '115957.754000', '115957.757000', '115957.759000', '115957.762000', '115957.764000', '115957.767000', '115957.769000', '115957.772000', '115957.775000', '115957.777000', '115957.780000', '115957.783000', '115957.785000', '115957.788000', '115957.790000', '115957.793000', '115957.796000', '115957.798000', '115957.801000', '115957.803000', '115957.806000', '115957.809000', '115957.811000', '115957.814000', '115957.816000', '115957.819000', '115957.822000', '115957.824000', '115957.827000', '115957.829000', '115957.832000', '115957.835000', '115957.837000', '115957.840000', '115957.842000', '115957.845000', '115957.847000', '115957.850000', '120017.730000', '120017.733000', '120017.736000', '120017.739000', '120017.741000', '120017.744000', '120017.747000', '120017.749000', '120017.752000', '120017.760000', '120017.762000', '120017.765000', '120017.767000', '120017.770000', '120017.773000', '120017.775000', '120017.778000', '120017.781000', '120017.783000', '120017.786000', '120017.788000', '120017.791000', '120017.794000', '120017.796000', '120017.799000', '120017.802000', '120017.804000', '120017.807000', '120017.809000', '120017.812000', '120017.815000', '120017.817000', '120017.820000', '120017.823000', '120017.825000', '120017.828000', '120017.830000', '120017.833000', '120017.836000', '120017.838000', '120017.841000', '120017.843000', '120017.846000', '120017.849000', '120037.730000', '120037.733000', '120037.736000', '120037.739000', '120037.741000', '120037.744000', '120037.746000', '120037.749000', '120037.752000', '120037.754000', '120037.757000', '120037.759000', '120037.762000', '120037.765000', '120037.767000', '120037.770000', '120037.772000', '120037.775000', '120037.778000', '120037.780000', '120037.783000', '120037.785000', '120037.788000', '120037.791000', '120037.793000', '120037.796000', '120037.798000', '120037.801000', '120037.804000', '120037.806000', '120037.809000', '120037.812000', '120037.814000', '120037.817000', '120037.820000', '120037.822000', '120037.825000', '120037.827000', '120037.830000', '120037.833000', '120037.835000', '120037.838000', '120037.840000', '120057.730000', '120057.733000', '120057.766000', '120057.768000', '120057.771000', '120057.774000', '120057.776000', '120057.779000', '120057.782000', '120057.784000', '120057.787000', '120057.789000', '120057.792000', '120057.795000', '120057.797000', '120057.800000', '120057.810000', '120057.813000', '120057.816000', '120057.818000', '120057.821000', '120057.824000', '120057.826000', '120057.829000', '120057.832000', '120057.834000', '120057.837000', '120057.839000', '120057.842000', '120057.845000', '120057.847000', '120057.850000', '120057.852000', '120057.855000', '120057.858000', '120057.860000', '120057.863000', '120057.865000', '120057.868000', '120057.870000', '120057.873000', '120057.876000', '120057.878000', '120057.881000', '120117.730000', '120117.733000', '120117.736000', '120117.739000', '120117.741000', '120117.744000', '120117.747000', '120117.749000', '120117.752000', '120117.754000', '120117.757000', '120117.760000', '120117.763000', '120117.765000', '120117.768000', '120117.771000', '120117.773000', '120117.776000', '120117.778000', '120117.781000', '120117.783000', '120117.786000', '120117.789000', '120117.791000', '120117.794000', '120117.796000', '120117.799000', '120117.802000', '120117.804000', '120117.807000', '120117.809000', '120117.812000', '120117.815000', '120117.817000', '120117.820000', '120117.822000', '120117.825000', '120117.828000', '120117.830000', '120117.833000', '120117.836000', '120117.838000', '120117.841000', '120137.732000', '120137.735000', '120137.737000', '120137.740000', '120137.743000', '120137.745000', '120137.748000', '120137.751000', '120137.753000', '120137.756000', '120137.758000', '120137.761000', '120137.764000', '120137.766000', '120137.769000', '120137.772000', '120137.774000', '120137.777000', '120137.780000', '120137.782000', '120137.785000', '120137.787000', '120137.790000', '120137.793000', '120137.795000', '120137.798000', '120137.800000', '120137.803000', '120137.806000', '120137.814000', '120137.816000', '120137.819000', '120137.821000', '120137.824000', '120137.827000', '120137.829000', '120137.832000', '120137.834000', '120137.837000', '120137.840000', '120137.842000', '120137.845000', '120137.847000', '120137.850000', '120157.732000', '120157.735000', '120157.737000', '120157.740000', '120157.743000', '120157.745000', '120157.748000', '120157.751000', '120157.753000', '120157.756000', '120157.758000', '120157.761000', '120157.763000', '120157.766000', '120157.769000', '120157.771000', '120157.774000', '120157.777000', '120157.779000', '120157.782000', '120157.784000', '120157.787000', '120157.789000', '120157.792000', '120157.795000', '120157.797000', '120157.800000', '120157.802000', '120157.805000', '120157.808000', '120157.810000', '120157.813000', '120157.815000', '120157.818000', '120157.821000', '120157.823000', '120157.826000', '120157.829000', '120157.831000', '120157.834000', '120157.836000', '120157.839000', '120157.842000', '120217.730000', '120217.733000', '120217.736000', '120217.738000', '120217.741000', '120217.744000', '120217.746000', '120217.749000', '120217.752000', '120217.754000', '120217.757000', '120217.759000', '120217.762000', '120217.765000', '120217.767000', '120217.770000', '120217.773000', '120217.775000', '120217.778000', '120217.780000', '120217.783000', '120217.795000', '120217.797000', '120217.800000', '120217.802000', '120217.805000', '120217.808000', '120217.810000', '120217.813000', '120217.815000', '120217.818000', '120217.821000', '120217.823000', '120217.826000', '120217.828000', '120217.831000', '120217.834000', '120217.836000', '120217.839000', '120217.842000', '120217.844000', '120217.856000', '120217.858000', '120217.861000', '120237.730000', '120237.733000', '120237.736000', '120237.738000', '120237.741000', '120237.744000', '120237.746000', '120237.749000', '120237.752000', '120237.754000', '120237.757000', '120237.759000', '120237.762000', '120237.765000', '120237.767000', '120237.770000', '120237.773000', '120237.775000', '120237.778000', '120237.781000', '120237.783000', '120237.786000', '120237.788000', '120237.791000', '120237.794000', '120237.796000', '120237.799000', '120237.802000', '120237.804000', '120237.807000', '120237.810000', '120237.812000', '120237.815000', '120237.817000', '120237.820000', '120237.822000', '120237.825000', '120237.828000', '120237.830000', '120237.833000', '120237.836000', '120237.838000', '120237.841000', '120257.731000', '120257.733000', '120257.736000', '120257.739000', '120257.741000', '120257.744000', '120257.747000', '120257.750000', '120257.752000', '120257.756000', '120257.758000', '120257.761000', '120257.763000', '120257.766000', '120257.769000', '120257.771000', '120257.774000', '120257.777000', '120257.779000', '120257.782000', '120257.784000', '120257.787000', '120257.790000', '120257.792000', '120257.795000', '120257.798000', '120257.800000', '120257.803000', '120257.806000', '120257.809000', '120257.811000', '120257.814000', '120257.816000', '120257.819000', '120257.822000', '120257.824000', '120257.827000', '120257.830000', '120257.832000', '120257.835000', '120257.837000', '120257.840000', '120257.843000', '120257.845000', '120317.731000', '120317.733000', '120317.736000', '120317.739000', '120317.741000', '120317.744000', '120317.746000', '120317.749000', '120317.752000', '120317.754000', '120317.757000', '120317.760000', '120317.762000', '120317.765000', '120317.767000', '120317.770000', '120317.773000', '120317.776000', '120317.778000', '120317.781000', '120317.783000', '120317.786000', '120317.789000', '120317.791000', '120317.794000', '120317.796000', '120317.799000', '120317.802000', '120317.804000', '120317.807000', '120317.809000', '120317.812000', '120317.815000', '120317.817000', '120317.820000', '120317.823000', '120317.825000', '120317.828000', '120317.830000', '120317.833000', '120317.836000', '120317.838000', '120317.841000', '120337.730000', '120337.733000', '120337.736000', '120337.738000', '120337.741000', '120337.744000', '120337.746000', '120337.749000', '120337.752000', '120337.754000', '120337.757000', '120337.760000', '120337.762000', '120337.765000', '120337.768000', '120337.770000', '120337.773000', '120337.775000', '120337.778000', '120337.781000', '120337.783000', '120337.786000', '120337.788000', '120337.791000', '120337.794000', '120337.796000', '120337.799000', '120337.802000', '120337.804000', '120337.807000', '120337.809000', '120337.812000', '120337.815000', '120337.817000', '120337.820000', '120337.823000', '120337.825000', '120337.828000', '120337.830000', '120337.833000', '120337.836000', '120337.838000', '120337.841000', '120337.843000', '120357.731000', '120357.734000', '120357.737000', '120357.740000', '120357.742000', '120357.745000', '120357.747000', '120357.750000', '120357.762000', '120357.765000', '120357.768000', '120357.770000', '120357.773000', '120357.775000', '120357.778000', '120357.781000', '120357.783000', '120357.786000', '120357.789000', '120357.791000', '120357.794000', '120357.797000', '120357.799000', '120357.802000', '120357.805000', '120357.807000', '120357.810000', '120357.812000', '120357.815000', '120357.818000', '120357.820000', '120357.823000', '120357.825000', '120357.828000', '120357.831000', '120357.833000', '120357.836000', '120357.839000', '120357.841000', '120357.844000', '120357.846000', '120357.849000', '120357.852000', '120417.731000', '120417.734000', '120417.737000', '120417.739000', '120417.742000', '120417.745000', '120417.748000', '120417.750000', '120417.753000', '120417.756000', '120417.758000', '120417.761000', '120417.763000', '120417.766000', '120417.768000', '120417.771000', '120417.774000', '120417.776000', '120417.779000', '120417.782000', '120417.784000', '120417.796000', '120417.799000', '120417.802000', '120417.804000', '120417.807000', '120417.810000', '120417.812000', '120417.815000', '120417.817000', '120417.820000', '120417.823000', '120417.825000', '120417.828000', '120417.830000', '120417.833000', '120417.836000', '120417.838000', '120417.841000', '120417.844000', '120417.847000', '120417.849000', '120417.852000', '120437.730000', '120437.733000', '120437.736000', '120437.738000', '120437.741000', '120437.744000', '120437.746000', '120437.749000', '120437.752000', '120437.754000', '120437.757000', '120437.760000', '120437.762000', '120437.765000', '120437.768000', '120437.770000', '120437.773000', '120437.775000', '120437.778000', '120437.780000', '120437.783000', '120437.786000', '120437.789000', '120437.791000', '120437.794000', '120437.796000', '120437.799000', '120437.802000', '120437.804000', '120437.807000', '120437.809000', '120437.812000', '120437.815000', '120437.817000', '120437.820000', '120437.823000', '120437.825000', '120437.828000', '120437.831000', '120437.833000', '120437.836000', '120437.838000', '120437.841000', '120437.844000', '120457.731000', '120457.733000', '120457.736000', '120457.739000', '120457.743000', '120457.745000', '120457.770000', '120457.772000', '120457.775000', '120457.778000', '120457.780000', '120457.783000', '120457.786000', '120457.788000', '120457.791000', '120457.793000', '120457.796000', '120457.799000', '120457.806000', '120457.808000', '120457.811000', '120457.814000', '120457.816000', '120457.819000', '120457.822000', '120457.824000', '120457.827000', '120457.829000', '120457.832000', '120457.835000', '120457.837000', '120457.840000', '120457.842000', '120457.845000', '120457.847000', '120457.850000', '120457.853000', '120457.855000', '120457.858000', '120457.860000', '120457.863000', '120457.865000', '120457.868000', '120517.731000', '120517.733000', '120517.736000', '120517.739000', '120517.741000', '120517.744000', '120517.747000', '120517.749000', '120517.752000', '120517.755000', '120517.757000', '120517.760000', '120517.762000', '120517.765000', '120517.768000', '120517.770000', '120517.773000', '120517.776000', '120517.778000', '120517.781000', '120517.795000', '120517.798000', '120517.801000', '120517.803000', '120517.806000', '120517.809000', '120517.811000', '120517.814000', '120517.817000', '120517.819000', '120517.822000', '120517.824000', '120517.827000', '120517.830000', '120517.833000', '120517.835000', '120517.838000', '120517.840000', '120517.843000', '120517.846000', '120517.848000', '120517.851000', '120517.853000', '120517.856000', '120537.731000', '120537.733000', '120537.736000', '120537.739000', '120537.742000', '120537.744000', '120537.747000', '120537.749000', '120537.752000', '120537.755000', '120537.757000', '120537.760000', '120537.763000', '120537.765000', '120537.768000', '120537.770000', '120537.773000', '120537.775000', '120537.778000', '120537.781000', '120537.783000', '120537.786000', '120537.788000', '120537.791000', '120537.794000', '120537.796000', '120537.799000', '120537.801000', '120537.804000', '120537.807000', '120537.810000', '120537.813000', '120537.816000', '120537.818000', '120537.821000', '120537.823000', '120537.828000', '120537.831000', '120537.834000', '120537.836000', '120537.839000', '120537.841000', '120537.844000', '120557.731000', '120557.733000', '120557.736000', '120557.739000', '120557.742000', '120557.745000', '120557.747000', '120557.750000', '120557.753000', '120557.755000', '120557.758000', '120557.761000', '120557.764000', '120557.766000', '120557.769000', '120557.771000', '120557.774000', '120557.776000', '120557.779000', '120557.782000', '120557.784000', '120557.787000', '120557.789000', '120557.792000', '120557.795000', '120557.797000', '120557.800000', '120557.803000', '120557.805000', '120557.808000', '120557.810000', '120557.813000', '120557.816000', '120557.818000', '120557.821000', '120557.824000', '120557.826000', '120557.829000', '120557.831000', '120557.834000', '120557.837000', '120557.839000', '120557.842000', '120557.844000', '120617.732000', '120617.734000', '120617.737000', '120617.740000', '120617.742000', '120617.745000', '120617.748000', '120617.750000', '120617.753000', '120617.755000', '120617.758000', '120617.760000', '120617.763000', '120617.766000', '120617.769000', '120617.771000', '120617.774000', '120617.777000', '120617.780000', '120617.782000', '120617.785000', '120617.787000', '120617.790000', '120617.793000', '120617.795000', '120617.798000', '120617.800000', '120617.803000', '120617.806000', '120617.809000', '120617.811000', '120617.814000', '120617.817000', '120617.819000', '120617.822000', '120617.824000', '120617.827000', '120617.830000', '120617.832000', '120617.835000', '120617.838000', '120617.840000', '120617.843000', '120637.731000', '120637.734000', '120637.737000', '120637.740000', '120637.743000', '120637.745000', '120637.748000', '120637.751000', '120637.753000', '120637.756000', '120637.759000', '120637.761000', '120637.764000', '120637.767000', '120637.769000', '120637.772000', '120637.781000', '120637.783000', '120637.786000', '120637.789000', '120637.791000', '120637.794000', '120637.796000', '120637.799000', '120637.802000', '120637.804000', '120637.807000', '120637.809000', '120637.812000', '120637.815000', '120637.818000', '120637.820000', '120637.823000', '120637.825000', '120637.828000', '120637.831000', '120637.833000', '120637.836000', '120637.838000', '120637.841000', '120637.843000', '120637.846000', '120637.849000', '120637.851000', '120657.731000', '120657.734000', '120657.736000', '120657.739000', '120657.741000', '120657.744000', '120657.747000', '120657.749000', '120657.752000', '120657.755000', '120657.757000', '120657.760000', '120657.762000', '120657.765000', '120657.768000', '120657.770000', '120657.773000', '120657.776000', '120657.778000', '120657.781000', '120657.784000', '120657.786000', '120657.789000', '120657.791000', '120657.794000', '120657.797000', '120657.799000', '120657.802000', '120657.804000', '120657.807000', '120657.810000', '120657.813000', '120657.815000', '120657.818000', '120657.820000', '120657.823000', '120657.826000', '120657.828000', '120657.831000', '120657.834000', '120657.836000', '120657.839000', '120657.841000', '120717.731000', '120717.734000', '120717.737000', '120717.740000', '120717.742000', '120717.745000', '120717.748000', '120717.750000', '120717.753000', '120717.756000', '120717.758000', '120717.761000', '120717.764000', '120717.766000', '120717.769000', '120717.771000', '120717.774000', '120717.777000', '120717.779000', '120717.782000', '120717.785000', '120717.787000', '120717.790000', '120717.792000', '120717.795000', '120717.798000', '120717.800000', '120717.803000', '120717.806000', '120717.808000', '120717.811000', '120717.814000', '120717.817000', '120717.819000', '120717.822000', '120717.824000', '120717.827000', '120717.830000', '120717.832000', '120717.835000', '120717.838000', '120717.840000', '120717.843000', '120717.846000', '120737.731000', '120737.733000', '120737.736000', '120737.739000', '120737.741000', '120737.744000', '120737.747000', '120737.749000', '120737.752000', '120737.755000', '120737.758000', '120737.760000', '120737.763000', '120737.766000', '120737.768000', '120737.771000', '120737.774000', '120737.776000', '120737.779000', '120737.781000', '120737.784000', '120737.787000', '120737.789000', '120737.792000', '120737.794000', '120737.797000', '120737.800000', '120737.802000', '120737.805000', '120737.808000', '120737.810000', '120737.813000', '120737.816000', '120737.818000', '120737.821000', '120737.823000', '120737.826000', '120737.829000', '120737.831000', '120737.834000', '120737.836000', '120737.839000', '120737.842000', '120752.131000', '120752.135000', '120752.137000', '120752.140000', '120752.143000', '120752.146000', '120752.148000', '120752.151000', '120752.154000', '120752.157000', '120752.160000', '120752.163000', '120752.165000', '120752.169000', '120752.171000', '120752.174000', '120752.177000', '120752.180000', '120752.182000', '120752.185000', '120752.188000', '120752.191000', '120752.194000', '120752.197000', '120752.199000', '120752.204000', '120752.210000', '120752.216000', '120752.220000', '120752.223000', '120752.226000', '120752.229000'], 'InstanceCreationTime': ['115837.761000', '115837.764000', '115837.767000', '115837.769000', '115837.772000', '115837.775000', '115837.777000', '115837.780000', '115837.782000', '115837.785000', '115837.788000', '115837.791000', '115837.794000', '115837.797000', '115837.800000', '115837.802000', '115837.805000', '115837.807000', '115837.810000', '115837.813000', '115837.815000', '115837.818000', '115837.820000', '115837.823000', '115837.826000', '115837.828000', '115837.834000', '115837.837000', '115837.840000', '115837.842000', '115837.845000', '115837.848000', '115837.850000', '115837.853000', '115837.861000', '115837.863000', '115837.866000', '115837.869000', '115837.871000', '115837.874000', '115837.876000', '115837.879000', '115837.881000', '115837.884000', '115837.887000', '115837.889000', '115837.892000', '115837.894000', '115837.897000', '115837.900000', '115837.902000', '115837.905000', '115837.908000', '115837.910000', '115837.913000', '115837.919000', '115837.922000', '115837.925000', '115837.927000', '115837.930000', '115837.933000', '115837.935000', '115857.730000', '115857.733000', '115857.736000', '115857.739000', '115857.741000', '115857.744000', '115857.746000', '115857.749000', '115857.752000', '115857.754000', '115857.757000', '115857.759000', '115857.762000', '115857.765000', '115857.767000', '115857.770000', '115857.772000', '115857.775000', '115857.778000', '115857.780000', '115857.783000', '115857.786000', '115857.788000', '115857.791000', '115857.793000', '115857.796000', '115857.799000', '115857.801000', '115857.804000', '115857.806000', '115857.809000', '115857.812000', '115857.814000', '115857.817000', '115857.819000', '115857.822000', '115857.824000', '115857.827000', '115857.830000', '115857.832000', '115857.835000', '115857.837000', '115857.840000', '115857.843000', '115917.731000', '115917.734000', '115917.736000', '115917.739000', '115917.741000', '115917.745000', '115917.763000', '115917.766000', '115917.769000', '115917.771000', '115917.774000', '115917.777000', '115917.779000', '115917.782000', '115917.784000', '115917.787000', '115917.789000', '115917.792000', '115917.795000', '115917.797000', '115917.800000', '115917.803000', '115917.805000', '115917.808000', '115917.810000', '115917.813000', '115917.815000', '115917.818000', '115917.821000', '115917.823000', '115917.826000', '115917.829000', '115917.832000', '115917.834000', '115917.837000', '115917.840000', '115917.844000', '115917.846000', '115917.849000', '115917.863000', '115917.865000', '115917.869000', '115917.872000', '115937.731000', '115937.734000', '115937.737000', '115937.740000', '115937.742000', '115937.745000', '115937.748000', '115937.750000', '115937.753000', '115937.756000', '115937.758000', '115937.761000', '115937.763000', '115937.766000', '115937.769000', '115937.771000', '115937.774000', '115937.776000', '115937.779000', '115937.782000', '115937.784000', '115937.787000', '115937.790000', '115937.792000', '115937.795000', '115937.797000', '115937.800000', '115937.802000', '115937.805000', '115937.808000', '115937.810000', '115937.813000', '115937.816000', '115937.818000', '115937.821000', '115937.824000', '115937.826000', '115937.829000', '115937.832000', '115937.834000', '115937.837000', '115937.839000', '115937.842000', '115937.844000', '115957.730000', '115957.733000', '115957.736000', '115957.738000', '115957.741000', '115957.754000', '115957.757000', '115957.759000', '115957.762000', '115957.764000', '115957.767000', '115957.769000', '115957.772000', '115957.775000', '115957.777000', '115957.780000', '115957.783000', '115957.785000', '115957.788000', '115957.790000', '115957.793000', '115957.796000', '115957.798000', '115957.801000', '115957.803000', '115957.806000', '115957.809000', '115957.811000', '115957.814000', '115957.816000', '115957.819000', '115957.822000', '115957.824000', '115957.827000', '115957.829000', '115957.832000', '115957.835000', '115957.837000', '115957.840000', '115957.842000', '115957.845000', '115957.847000', '115957.850000', '120017.730000', '120017.733000', '120017.736000', '120017.739000', '120017.741000', '120017.744000', '120017.747000', '120017.749000', '120017.752000', '120017.760000', '120017.762000', '120017.765000', '120017.767000', '120017.770000', '120017.773000', '120017.775000', '120017.778000', '120017.781000', '120017.783000', '120017.786000', '120017.788000', '120017.791000', '120017.794000', '120017.796000', '120017.799000', '120017.802000', '120017.804000', '120017.807000', '120017.809000', '120017.812000', '120017.815000', '120017.817000', '120017.820000', '120017.823000', '120017.825000', '120017.828000', '120017.830000', '120017.833000', '120017.836000', '120017.838000', '120017.841000', '120017.843000', '120017.846000', '120017.849000', '120037.730000', '120037.733000', '120037.736000', '120037.739000', '120037.741000', '120037.744000', '120037.746000', '120037.749000', '120037.752000', '120037.754000', '120037.757000', '120037.759000', '120037.762000', '120037.765000', '120037.767000', '120037.770000', '120037.772000', '120037.775000', '120037.778000', '120037.780000', '120037.783000', '120037.785000', '120037.788000', '120037.791000', '120037.793000', '120037.796000', '120037.798000', '120037.801000', '120037.804000', '120037.806000', '120037.809000', '120037.812000', '120037.814000', '120037.817000', '120037.820000', '120037.822000', '120037.825000', '120037.827000', '120037.830000', '120037.833000', '120037.835000', '120037.838000', '120037.840000', '120057.730000', '120057.733000', '120057.766000', '120057.768000', '120057.771000', '120057.774000', '120057.776000', '120057.779000', '120057.782000', '120057.784000', '120057.787000', '120057.789000', '120057.792000', '120057.795000', '120057.797000', '120057.800000', '120057.810000', '120057.813000', '120057.816000', '120057.818000', '120057.821000', '120057.824000', '120057.826000', '120057.829000', '120057.832000', '120057.834000', '120057.837000', '120057.839000', '120057.842000', '120057.845000', '120057.847000', '120057.850000', '120057.852000', '120057.855000', '120057.858000', '120057.860000', '120057.863000', '120057.865000', '120057.868000', '120057.870000', '120057.873000', '120057.876000', '120057.878000', '120057.881000', '120117.730000', '120117.733000', '120117.736000', '120117.739000', '120117.741000', '120117.744000', '120117.747000', '120117.749000', '120117.752000', '120117.754000', '120117.757000', '120117.760000', '120117.763000', '120117.765000', '120117.768000', '120117.771000', '120117.773000', '120117.776000', '120117.778000', '120117.781000', '120117.783000', '120117.786000', '120117.789000', '120117.791000', '120117.794000', '120117.796000', '120117.799000', '120117.802000', '120117.804000', '120117.807000', '120117.809000', '120117.812000', '120117.815000', '120117.817000', '120117.820000', '120117.822000', '120117.825000', '120117.828000', '120117.830000', '120117.833000', '120117.836000', '120117.838000', '120117.841000', '120137.732000', '120137.735000', '120137.737000', '120137.740000', '120137.743000', '120137.745000', '120137.748000', '120137.751000', '120137.753000', '120137.756000', '120137.758000', '120137.761000', '120137.764000', '120137.766000', '120137.769000', '120137.772000', '120137.774000', '120137.777000', '120137.780000', '120137.782000', '120137.785000', '120137.787000', '120137.790000', '120137.793000', '120137.795000', '120137.798000', '120137.800000', '120137.803000', '120137.806000', '120137.814000', '120137.816000', '120137.819000', '120137.821000', '120137.824000', '120137.827000', '120137.829000', '120137.832000', '120137.834000', '120137.837000', '120137.840000', '120137.842000', '120137.845000', '120137.847000', '120137.850000', '120157.732000', '120157.735000', '120157.737000', '120157.740000', '120157.743000', '120157.745000', '120157.748000', '120157.751000', '120157.753000', '120157.756000', '120157.758000', '120157.761000', '120157.763000', '120157.766000', '120157.769000', '120157.771000', '120157.774000', '120157.777000', '120157.779000', '120157.782000', '120157.784000', '120157.787000', '120157.789000', '120157.792000', '120157.795000', '120157.797000', '120157.800000', '120157.802000', '120157.805000', '120157.808000', '120157.810000', '120157.813000', '120157.815000', '120157.818000', '120157.821000', '120157.823000', '120157.826000', '120157.829000', '120157.831000', '120157.834000', '120157.836000', '120157.839000', '120157.842000', '120217.730000', '120217.733000', '120217.736000', '120217.738000', '120217.741000', '120217.744000', '120217.746000', '120217.749000', '120217.752000', '120217.754000', '120217.757000', '120217.759000', '120217.762000', '120217.765000', '120217.767000', '120217.770000', '120217.773000', '120217.775000', '120217.778000', '120217.780000', '120217.783000', '120217.795000', '120217.797000', '120217.800000', '120217.802000', '120217.805000', '120217.808000', '120217.810000', '120217.813000', '120217.815000', '120217.818000', '120217.821000', '120217.823000', '120217.826000', '120217.828000', '120217.831000', '120217.834000', '120217.836000', '120217.839000', '120217.842000', '120217.844000', '120217.856000', '120217.858000', '120217.861000', '120237.730000', '120237.733000', '120237.736000', '120237.738000', '120237.741000', '120237.744000', '120237.746000', '120237.749000', '120237.752000', '120237.754000', '120237.757000', '120237.759000', '120237.762000', '120237.765000', '120237.767000', '120237.770000', '120237.773000', '120237.775000', '120237.778000', '120237.781000', '120237.783000', '120237.786000', '120237.788000', '120237.791000', '120237.794000', '120237.796000', '120237.799000', '120237.802000', '120237.804000', '120237.807000', '120237.810000', '120237.812000', '120237.815000', '120237.817000', '120237.820000', '120237.822000', '120237.825000', '120237.828000', '120237.830000', '120237.833000', '120237.836000', '120237.838000', '120237.841000', '120257.731000', '120257.733000', '120257.736000', '120257.739000', '120257.741000', '120257.744000', '120257.747000', '120257.750000', '120257.752000', '120257.756000', '120257.758000', '120257.761000', '120257.763000', '120257.766000', '120257.769000', '120257.771000', '120257.774000', '120257.777000', '120257.779000', '120257.782000', '120257.784000', '120257.787000', '120257.790000', '120257.792000', '120257.795000', '120257.798000', '120257.800000', '120257.803000', '120257.806000', '120257.809000', '120257.811000', '120257.814000', '120257.816000', '120257.819000', '120257.822000', '120257.824000', '120257.827000', '120257.830000', '120257.832000', '120257.835000', '120257.837000', '120257.840000', '120257.843000', '120257.845000', '120317.731000', '120317.733000', '120317.736000', '120317.739000', '120317.741000', '120317.744000', '120317.746000', '120317.749000', '120317.752000', '120317.754000', '120317.757000', '120317.760000', '120317.762000', '120317.765000', '120317.767000', '120317.770000', '120317.773000', '120317.776000', '120317.778000', '120317.781000', '120317.783000', '120317.786000', '120317.789000', '120317.791000', '120317.794000', '120317.796000', '120317.799000', '120317.802000', '120317.804000', '120317.807000', '120317.809000', '120317.812000', '120317.815000', '120317.817000', '120317.820000', '120317.823000', '120317.825000', '120317.828000', '120317.830000', '120317.833000', '120317.836000', '120317.838000', '120317.841000', '120337.730000', '120337.733000', '120337.736000', '120337.738000', '120337.741000', '120337.744000', '120337.746000', '120337.749000', '120337.752000', '120337.754000', '120337.757000', '120337.760000', '120337.762000', '120337.765000', '120337.768000', '120337.770000', '120337.773000', '120337.775000', '120337.778000', '120337.781000', '120337.783000', '120337.786000', '120337.788000', '120337.791000', '120337.794000', '120337.796000', '120337.799000', '120337.802000', '120337.804000', '120337.807000', '120337.809000', '120337.812000', '120337.815000', '120337.817000', '120337.820000', '120337.823000', '120337.825000', '120337.828000', '120337.830000', '120337.833000', '120337.836000', '120337.838000', '120337.841000', '120337.843000', '120357.731000', '120357.734000', '120357.737000', '120357.740000', '120357.742000', '120357.745000', '120357.747000', '120357.750000', '120357.762000', '120357.765000', '120357.768000', '120357.770000', '120357.773000', '120357.775000', '120357.778000', '120357.781000', '120357.783000', '120357.786000', '120357.789000', '120357.791000', '120357.794000', '120357.797000', '120357.799000', '120357.802000', '120357.805000', '120357.807000', '120357.810000', '120357.812000', '120357.815000', '120357.818000', '120357.820000', '120357.823000', '120357.825000', '120357.828000', '120357.831000', '120357.833000', '120357.836000', '120357.839000', '120357.841000', '120357.844000', '120357.846000', '120357.849000', '120357.852000', '120417.731000', '120417.734000', '120417.737000', '120417.739000', '120417.742000', '120417.745000', '120417.748000', '120417.750000', '120417.753000', '120417.756000', '120417.758000', '120417.761000', '120417.763000', '120417.766000', '120417.768000', '120417.771000', '120417.774000', '120417.776000', '120417.779000', '120417.782000', '120417.784000', '120417.796000', '120417.799000', '120417.802000', '120417.804000', '120417.807000', '120417.810000', '120417.812000', '120417.815000', '120417.817000', '120417.820000', '120417.823000', '120417.825000', '120417.828000', '120417.830000', '120417.833000', '120417.836000', '120417.838000', '120417.841000', '120417.844000', '120417.847000', '120417.849000', '120417.852000', '120437.730000', '120437.733000', '120437.736000', '120437.738000', '120437.741000', '120437.744000', '120437.746000', '120437.749000', '120437.752000', '120437.754000', '120437.757000', '120437.760000', '120437.762000', '120437.765000', '120437.768000', '120437.770000', '120437.773000', '120437.775000', '120437.778000', '120437.780000', '120437.783000', '120437.786000', '120437.789000', '120437.791000', '120437.794000', '120437.796000', '120437.799000', '120437.802000', '120437.804000', '120437.807000', '120437.809000', '120437.812000', '120437.815000', '120437.817000', '120437.820000', '120437.823000', '120437.825000', '120437.828000', '120437.831000', '120437.833000', '120437.836000', '120437.838000', '120437.841000', '120437.844000', '120457.731000', '120457.733000', '120457.736000', '120457.739000', '120457.743000', '120457.745000', '120457.770000', '120457.772000', '120457.775000', '120457.778000', '120457.780000', '120457.783000', '120457.786000', '120457.788000', '120457.791000', '120457.793000', '120457.796000', '120457.799000', '120457.806000', '120457.808000', '120457.811000', '120457.814000', '120457.816000', '120457.819000', '120457.822000', '120457.824000', '120457.827000', '120457.829000', '120457.832000', '120457.835000', '120457.837000', '120457.840000', '120457.842000', '120457.845000', '120457.847000', '120457.850000', '120457.853000', '120457.855000', '120457.858000', '120457.860000', '120457.863000', '120457.865000', '120457.868000', '120517.731000', '120517.733000', '120517.736000', '120517.739000', '120517.741000', '120517.744000', '120517.747000', '120517.749000', '120517.752000', '120517.755000', '120517.757000', '120517.760000', '120517.762000', '120517.765000', '120517.768000', '120517.770000', '120517.773000', '120517.776000', '120517.778000', '120517.781000', '120517.795000', '120517.798000', '120517.801000', '120517.803000', '120517.806000', '120517.809000', '120517.811000', '120517.814000', '120517.817000', '120517.819000', '120517.822000', '120517.824000', '120517.827000', '120517.830000', '120517.833000', '120517.835000', '120517.838000', '120517.840000', '120517.843000', '120517.846000', '120517.848000', '120517.851000', '120517.853000', '120517.856000', '120537.731000', '120537.733000', '120537.736000', '120537.739000', '120537.742000', '120537.744000', '120537.747000', '120537.749000', '120537.752000', '120537.755000', '120537.757000', '120537.760000', '120537.763000', '120537.765000', '120537.768000', '120537.770000', '120537.773000', '120537.775000', '120537.778000', '120537.781000', '120537.783000', '120537.786000', '120537.788000', '120537.791000', '120537.794000', '120537.796000', '120537.799000', '120537.801000', '120537.804000', '120537.807000', '120537.810000', '120537.813000', '120537.816000', '120537.818000', '120537.821000', '120537.823000', '120537.828000', '120537.831000', '120537.834000', '120537.836000', '120537.839000', '120537.841000', '120537.844000', '120557.731000', '120557.733000', '120557.736000', '120557.739000', '120557.742000', '120557.745000', '120557.747000', '120557.750000', '120557.753000', '120557.755000', '120557.758000', '120557.761000', '120557.764000', '120557.766000', '120557.769000', '120557.771000', '120557.774000', '120557.776000', '120557.779000', '120557.782000', '120557.784000', '120557.787000', '120557.789000', '120557.792000', '120557.795000', '120557.797000', '120557.800000', '120557.803000', '120557.805000', '120557.808000', '120557.810000', '120557.813000', '120557.816000', '120557.818000', '120557.821000', '120557.824000', '120557.826000', '120557.829000', '120557.831000', '120557.834000', '120557.837000', '120557.839000', '120557.842000', '120557.844000', '120617.732000', '120617.734000', '120617.737000', '120617.740000', '120617.742000', '120617.745000', '120617.748000', '120617.750000', '120617.753000', '120617.755000', '120617.758000', '120617.760000', '120617.763000', '120617.766000', '120617.769000', '120617.771000', '120617.774000', '120617.777000', '120617.780000', '120617.782000', '120617.785000', '120617.787000', '120617.790000', '120617.793000', '120617.795000', '120617.798000', '120617.800000', '120617.803000', '120617.806000', '120617.809000', '120617.811000', '120617.814000', '120617.817000', '120617.819000', '120617.822000', '120617.824000', '120617.827000', '120617.830000', '120617.832000', '120617.835000', '120617.838000', '120617.840000', '120617.843000', '120637.731000', '120637.734000', '120637.737000', '120637.740000', '120637.743000', '120637.745000', '120637.748000', '120637.751000', '120637.753000', '120637.756000', '120637.759000', '120637.761000', '120637.764000', '120637.767000', '120637.769000', '120637.772000', '120637.781000', '120637.783000', '120637.786000', '120637.789000', '120637.791000', '120637.794000', '120637.796000', '120637.799000', '120637.802000', '120637.804000', '120637.807000', '120637.809000', '120637.812000', '120637.815000', '120637.818000', '120637.820000', '120637.823000', '120637.825000', '120637.828000', '120637.831000', '120637.833000', '120637.836000', '120637.838000', '120637.841000', '120637.843000', '120637.846000', '120637.849000', '120637.851000', '120657.731000', '120657.734000', '120657.736000', '120657.739000', '120657.741000', '120657.744000', '120657.747000', '120657.749000', '120657.752000', '120657.755000', '120657.757000', '120657.760000', '120657.762000', '120657.765000', '120657.768000', '120657.770000', '120657.773000', '120657.776000', '120657.778000', '120657.781000', '120657.784000', '120657.786000', '120657.789000', '120657.791000', '120657.794000', '120657.797000', '120657.799000', '120657.802000', '120657.804000', '120657.807000', '120657.810000', '120657.813000', '120657.815000', '120657.818000', '120657.820000', '120657.823000', '120657.826000', '120657.828000', '120657.831000', '120657.834000', '120657.836000', '120657.839000', '120657.841000', '120717.731000', '120717.734000', '120717.737000', '120717.740000', '120717.742000', '120717.745000', '120717.748000', '120717.750000', '120717.753000', '120717.756000', '120717.758000', '120717.761000', '120717.764000', '120717.766000', '120717.769000', '120717.771000', '120717.774000', '120717.777000', '120717.779000', '120717.782000', '120717.785000', '120717.787000', '120717.790000', '120717.792000', '120717.795000', '120717.798000', '120717.800000', '120717.803000', '120717.806000', '120717.808000', '120717.811000', '120717.814000', '120717.817000', '120717.819000', '120717.822000', '120717.824000', '120717.827000', '120717.830000', '120717.832000', '120717.835000', '120717.838000', '120717.840000', '120717.843000', '120717.846000', '120737.731000', '120737.733000', '120737.736000', '120737.739000', '120737.741000', '120737.744000', '120737.747000', '120737.749000', '120737.752000', '120737.755000', '120737.758000', '120737.760000', '120737.763000', '120737.766000', '120737.768000', '120737.771000', '120737.774000', '120737.776000', '120737.779000', '120737.781000', '120737.784000', '120737.787000', '120737.789000', '120737.792000', '120737.794000', '120737.797000', '120737.800000', '120737.802000', '120737.805000', '120737.808000', '120737.810000', '120737.813000', '120737.816000', '120737.818000', '120737.821000', '120737.823000', '120737.826000', '120737.829000', '120737.831000', '120737.834000', '120737.836000', '120737.839000', '120737.842000', '120752.131000', '120752.135000', '120752.137000', '120752.140000', '120752.143000', '120752.146000', '120752.148000', '120752.151000', '120752.154000', '120752.157000', '120752.160000', '120752.163000', '120752.165000', '120752.169000', '120752.171000', '120752.174000', '120752.177000', '120752.180000', '120752.182000', '120752.185000', '120752.188000', '120752.191000', '120752.194000', '120752.197000', '120752.199000', '120752.204000', '120752.210000', '120752.216000', '120752.220000', '120752.223000', '120752.226000', '120752.229000'], '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': [11767, 12166, 12247, 14270, 11641, 11487, 9996, 12275, 9164, 12695, 9428, 10161, 8895, 15156, 9328, 8516, 7889, 8722, 8314, 11525, 7899, 11823, 7694, 11334, 8420, 9109, 7764, 7904, 9604, 7853, 11225, 8118, 10338, 7627, 7401, 8427, 7768, 8675, 7569, 7998, 9828, 8350, 9582, 8241, 11312, 7744, 12406, 8062, 12910, 8004, 11669, 7414, 9608, 7356, 8210, 11637, 7940, 11190, 7658, 10886, 7602, 9463, 7806, 9210, 7637, 9292, 8046, 9382, 8333, 10260, 7691, 10131, 7741, 10934, 7679, 11099, 7996, 11074, 7778, 10544, 8017, 12288, 9131, 11663, 7716, 10417, 7806, 9925, 7500, 9464, 7533, 8427, 7850, 8597, 7953, 8109, 11822, 7902, 12251, 8066, 12963, 8165, 13003, 7679, 12872, 7728, 10219, 7913, 9886, 7601, 9884, 7656, 8661, 11534, 7872, 12201, 7906, 10721, 7931, 10138, 7574, 9489, 7497, 8721, 7618, 8188, 7807, 9055, 7929, 10153, 7745, 11205, 8057, 11445, 8381, 11498, 8417, 13304, 7785, 7887, 9543, 7816, 11849, 9649, 9858, 12524, 9200, 8794, 8731, 7721, 8825, 7764, 9366, 7896, 8959, 7826, 8928, 8160, 8832, 8894, 8954, 7750, 9270, 7824, 10379, 7946, 11455, 7631, 10160, 8116, 9431, 7946, 9232, 8031, 10221, 7480, 9268, 7855, 9238, 9015, 8207, 10097, 7856, 7609, 8296, 7642, 9119, 13391, 7931, 11949, 7698, 10763, 7623, 9333, 7582, 8350, 10450, 8139, 10683, 7892, 11427, 7987, 11824, 8301, 11505, 7892, 11210, 7710, 11223, 8009, 10713, 7846, 9867, 8078, 9688, 7940, 9409, 8274, 9936, 7619, 8726, 9988, 8216, 11310, 8066, 11076, 7969, 9908, 7608, 8848, 7677, 8673, 7566, 8221, 7523, 7802, 7655, 7952, 11023, 8070, 13376, 8225, 14743, 10829, 14776, 7694, 11299, 7907, 10530, 7804, 10882, 7751, 10581, 7896, 9914, 7918, 7370, 8018, 8120, 8209, 10953, 7986, 9978, 8122, 8444, 8200, 8243, 11178, 7899, 11298, 7796, 11240, 7495, 10362, 7471, 10095, 8759, 13354, 10680, 9484, 7825, 10191, 8031, 9028, 11644, 8554, 11776, 8636, 8134, 8658, 7597, 8211, 13748, 7729, 11705, 8753, 9341, 11009, 8155, 11112, 7937, 10752, 7884, 9961, 7866, 9831, 7941, 9096, 7696, 8063, 7791, 8280, 9121, 8409, 10813, 9335, 7537, 8832, 9679, 7630, 11971, 7759, 11058, 7719, 11203, 7829, 10561, 8149, 10516, 7971, 9915, 7710, 9674, 7814, 9916, 7634, 7904, 10017, 7813, 9917, 7725, 9503, 7699, 8554, 7625, 8512, 8093, 9918, 8148, 7729, 11316, 7935, 10443, 7627, 8264, 7815, 10330, 7932, 10232, 7585, 10400, 7667, 9982, 7790, 9526, 7749, 10064, 7809, 9323, 7716, 10366, 8184, 10805, 7779, 10961, 7630, 10443, 8021, 9926, 7841, 8620, 7370, 8566, 7469, 8618, 7213, 7798, 7302, 9394, 14287, 11011, 14980, 8564, 12499, 9903, 10219, 7657, 8772, 10114, 7837, 10057, 8055, 10899, 7600, 10097, 7879, 9182, 7930, 9981, 7923, 9426, 8134, 9798, 7735, 8287, 11165, 7717, 11289, 7734, 11198, 7712, 9001, 8053, 10039, 7932, 10115, 7796, 9976, 7950, 9780, 7890, 9148, 7507, 8460, 9650, 7934, 14283, 11537, 7836, 8747, 7400, 9932, 7417, 8354, 11968, 7830, 11717, 7811, 10191, 7792, 9357, 7698, 10392, 8163, 9818, 7739, 12673, 7887, 11441, 8020, 11521, 7805, 10874, 8708, 12629, 7814, 10949, 7812, 10937, 7559, 9945, 8054, 9566, 7641, 9229, 7652, 8232, 9807, 7611, 8901, 7718, 10608, 8022, 10390, 7744, 10634, 7784, 7278, 7886, 7933, 9300, 8056, 8400, 8195, 9778, 8544, 12407, 9896, 12817, 9264, 13745, 9696, 13997, 9900, 14147, 10730, 13673, 13310, 10294, 10237, 8084, 11152, 8162, 10332, 8417, 8519, 9005, 8444, 7867, 8688, 7546, 10897, 7856, 9811, 7791, 12590, 8396, 13014, 7629, 12118, 9570, 10450, 8774, 9633, 13869, 9345, 7901, 8838, 7655, 9437, 7733, 9875, 7693, 10094, 7758, 11544, 7951, 11150, 7706, 10564, 8038, 9480, 10633, 7963, 12070, 7547, 11719, 9483, 9456, 8298, 7704, 8084, 7468, 9200, 11580, 7696, 10985, 7926, 9902, 7361, 8302, 10524, 7881, 7415, 8788, 7490, 9198, 7589, 9477, 7992, 10430, 9202, 8107, 11914, 7660, 10973, 9654, 8906, 15011, 7925, 13813, 7773, 12884, 8491, 12185, 7603, 10259, 7775, 7473, 8015, 7697, 8493, 7930, 11928, 7830, 11304, 7678, 12308, 7778, 13391, 7838, 14462, 9739, 14905, 7597, 10113, 8427, 7770, 10826, 7717, 13680, 7978, 14679, 7984, 14233, 7876, 12838, 7890, 12417, 7717, 11567, 7945, 10584, 8111, 10855, 7876, 7524, 7628, 7439, 8259, 8350, 8142, 10481, 8326, 14120, 7768, 12473, 7860, 11624, 7806, 11733, 10325, 8194, 8155, 7675, 8745, 8139, 11305, 8114, 10095, 7684, 8079, 8314, 8105, 10685, 8154, 11306, 8061, 10477, 8504, 10822, 8049, 10562, 7854, 10922, 8411, 12351, 7793, 7769, 8247, 9789, 8068, 10803, 7973, 9197, 7693, 7947, 11525, 8291, 10470, 8011, 9845, 7956, 8992, 7486, 7976, 7658, 7891, 8532, 7858, 12525, 7859, 11028, 8647, 9085, 10040, 7984, 13255, 7830, 11461, 7904, 10488, 8085, 9942, 8083, 9268, 7759, 10285, 7732, 10046, 8004, 10429, 7578, 10311, 7572, 10192, 7404, 8411, 11747, 7674, 10511, 7496, 9991, 7550, 8827, 7291, 8074, 7343, 8203, 7201, 7978, 8223, 7727, 9755, 7668, 9440, 7526, 9538, 7681, 9583, 7330, 7926, 12212, 7927, 9904, 7593, 8377, 7798, 9592, 7790, 9014, 7788, 10009, 7809, 10180, 7766, 10165, 7573, 9427, 7680, 9301, 7614, 9678, 7707, 9370, 7715, 8885, 9856, 8133, 13147, 7592, 12194, 7617, 12071, 7629, 11858, 7605, 11888, 7594, 10951, 7821, 10199, 7463, 10612, 7602, 10743, 7888, 10785, 7664, 9307, 7798, 10300, 8015, 11026, 8391, 11925, 7833, 7465, 8865, 7781, 9573, 7818, 9608, 8174, 10812, 7568, 8802, 8862, 9939, 10891, 15470, 13597, 9945, 10194, 8765, 9152, 15831, 9753, 15001, 11201, 15233, 7579, 12662, 7894, 11419, 8251, 10319, 7923, 8106, 10064, 8024, 10745, 11265, 8210, 12827, 7712, 10986, 7512, 10690, 8012, 11117, 7624, 11543, 7979, 10659, 7949, 10922, 7969, 10695, 7956, 11464, 9867, 7698, 9408, 8093, 11321, 7686, 10963, 7653, 9338, 8722, 8633, 14306, 7650, 13272, 7614, 11890, 7903, 11603, 8158, 10268, 8196, 9478, 8089, 10117, 7811, 10669, 7679, 11356, 7992, 9834, 7681, 7833, 7470, 8570, 7795, 11900, 8095, 11453, 7759, 10950, 8060, 9328, 7865, 8511, 7853, 7543, 8997, 7626, 9413, 7806, 9366, 7846, 8285, 8542, 7524, 8222, 7615, 10136, 7898, 9914, 7767, 9108, 8419, 8035, 7493, 8079, 7910, 8297, 11577, 7506, 9639, 9168, 9262, 8394, 7501, 8181, 7625, 10282, 8109, 9649, 7550, 10930, 8055, 7865, 8120, 7764, 11159, 7469, 12645, 9862, 9551, 14867, 8168, 12771, 7854, 12211, 7836, 12235, 10780, 7932, 8106, 7648, 10674, 7932, 10301, 8049, 10365, 7796, 10134, 8320, 11609, 9160, 8986, 7846, 7531, 9244, 7684, 9033, 10788, 8830, 8014, 9161, 7819, 10259, 8049, 9989, 8184, 10255, 8133, 10347, 7842, 10617, 8117, 12513, 9264, 8025, 8484, 7694, 10080, 7526, 12253, 8648, 16442, 7988, 8178, 7933, 8090, 9074, 7446, 9506, 7520, 10498, 7997, 10065, 8855, 8009, 12978, 8027, 12127, 7766, 11874, 7851, 12354, 7767, 11777, 7914, 11331, 8057, 11381, 7897, 10807, 7583, 7666, 9088, 7834, 10317, 8025, 10488, 8066, 10618, 7927, 9426, 11811, 9294, 15521, 11753, 11686, 7566, 7806, 8499, 12709, 9676, 14460, 9228, 11338, 7852, 8025, 8198, 11740, 8036, 12510, 8890, 14111, 7966, 12061, 7653, 10746, 8017, 11723, 10105, 13030, 10481, 8848, 8359, 8039, 8695, 10220, 8188, 13232, 8492, 11900, 8393, 12607, 8986, 11520, 7730, 7927, 8814, 8156, 10303, 7994, 11121, 8228, 11607, 7995, 12435, 7929, 11199, 7981, 11297, 8090, 10738, 8182, 11335, 8194, 10413, 8044, 9555, 7835, 9083, 8454, 10116, 8278, 9962, 7715, 7785, 8437, 7772, 8254, 10133, 8022, 10965, 7794, 10504, 7866, 10187, 8377, 13272, 8505, 13104, 10424, 8462, 8628, 7421, 9632, 7921, 10034, 7752, 10615, 7769, 11342, 7662, 11210, 7684, 10941, 7770, 10389, 8818, 8343, 11462, 7568, 10867, 7390, 11076, 7624, 10507, 7889, 10027, 7773, 10808, 7886, 10893, 7583, 10498, 7686, 10781, 7976, 11135, 7874, 11306, 8947, 11283, 7825, 10241, 8051, 11302, 7837, 10804, 7713, 10456, 7668, 8726, 12739, 7817, 10769, 7623, 10312, 7714, 9157, 7506, 8353, 7568, 8209, 7705, 8195, 8342, 8216, 9468, 7819, 10907, 9266, 7730, 8483, 7758, 9511, 7847, 9691, 7667, 9247, 7564, 8744, 7745, 8491, 8474, 8210, 7747, 9174, 7764, 10251, 7739, 9620, 7647, 9880, 8051, 10351, 8263, 9460, 8699, 12793, 7749, 14443, 7684, 13019, 9179, 13927, 9376, 13600, 9416, 12096, 7621, 11431, 7605, 11122, 8186, 10594, 7805, 9372, 8438, 7871, 10895, 7959, 12505, 9431, 10720, 10263, 9628, 9459, 10264, 12286, 10314, 15018, 8643, 13493, 7984, 12370, 8120, 11824], 'WindowCenter': [4386.0, 4360.0, 4357.0, 4353.0, 4333.0, 4331.0, 4320.0, 4330.0, 4309.0, 4330.0, 4309.0, 4318.0, 4298.0, 4336.0, 4295.0, 4296.0, 4286.0, 4284.0, 4286.0, 4314.0, 4275.0, 4317.0, 4275.0, 4315.0, 4274.0, 4295.0, 4273.0, 4274.0, 4292.0, 4286.0, 4316.0, 4286.0, 4294.0, 4274.0, 4263.0, 4286.0, 4288.0, 4298.0, 4288.0, 4301.0, 4309.0, 4299.0, 4309.0, 4298.0, 4328.0, 4291.0, 4326.0, 4287.0, 4326.0, 4286.0, 4315.0, 4275.0, 4295.0, 4263.0, 4285.0, 4302.0, 4274.0, 4304.0, 4274.0, 4305.0, 4276.0, 4306.0, 4286.0, 4307.0, 4290.0, 4296.0, 4287.0, 4311.0, 4299.0, 4319.0, 4290.0, 4319.0, 4300.0, 4319.0, 4289.0, 4331.0, 4299.0, 4330.0, 4289.0, 4319.0, 4288.0, 4329.0, 4297.0, 4316.0, 4289.0, 4319.0, 4288.0, 4307.0, 4277.0, 4309.0, 4288.0, 4298.0, 4288.0, 4309.0, 4300.0, 4288.0, 4315.0, 4288.0, 4317.0, 4286.0, 4325.0, 4289.0, 4337.0, 4287.0, 4326.0, 4286.0, 4306.0, 4289.0, 4308.0, 4277.0, 4305.0, 4274.0, 4298.0, 4314.0, 4285.0, 4317.0, 4286.0, 4304.0, 4285.0, 4307.0, 4275.0, 4296.0, 4275.0, 4299.0, 4287.0, 4297.0, 4289.0, 4309.0, 4300.0, 4321.0, 4288.0, 4318.0, 4288.0, 4330.0, 4301.0, 4329.0, 4290.0, 4338.0, 4276.0, 4285.0, 4294.0, 4274.0, 4317.0, 4293.0, 4295.0, 4314.0, 4293.0, 4285.0, 4297.0, 4274.0, 4282.0, 4272.0, 4282.0, 4272.0, 4285.0, 4262.0, 4284.0, 4285.0, 4307.0, 4295.0, 4283.0, 4262.0, 4283.0, 4261.0, 4291.0, 4271.0, 4304.0, 4274.0, 4291.0, 4271.0, 4294.0, 4263.0, 4284.0, 4261.0, 4290.0, 4263.0, 4283.0, 4285.0, 4296.0, 4284.0, 4273.0, 4293.0, 4274.0, 4262.0, 4274.0, 4262.0, 4296.0, 4314.0, 4275.0, 4306.0, 4282.0, 4295.0, 4251.0, 4257.0, 4249.0, 4271.0, 4290.0, 4260.0, 4290.0, 4260.0, 4286.0, 4259.0, 4288.0, 4260.0, 4289.0, 4272.0, 4302.0, 4273.0, 4302.0, 4273.0, 4293.0, 4272.0, 4294.0, 4273.0, 4295.0, 4274.0, 4292.0, 4285.0, 4304.0, 4274.0, 4285.0, 4293.0, 4285.0, 4304.0, 4285.0, 4315.0, 4284.0, 4305.0, 4273.0, 4293.0, 4274.0, 4285.0, 4274.0, 4285.0, 4275.0, 4275.0, 4274.0, 4287.0, 4305.0, 4276.0, 4314.0, 4287.0, 4326.0, 4306.0, 4325.0, 4276.0, 4304.0, 4275.0, 4302.0, 4273.0, 4305.0, 4287.0, 4318.0, 4289.0, 4307.0, 4289.0, 4276.0, 4286.0, 4285.0, 4285.0, 4306.0, 4286.0, 4307.0, 4285.0, 4297.0, 4289.0, 4297.0, 4314.0, 4286.0, 4315.0, 4277.0, 4314.0, 4274.0, 4306.0, 4274.0, 4319.0, 4298.0, 4327.0, 4316.0, 4306.0, 4276.0, 4292.0, 4271.0, 4283.0, 4302.0, 4301.0, 4317.0, 4284.0, 4273.0, 4283.0, 4261.0, 4277.0, 4312.0, 4261.0, 4304.0, 4272.0, 4283.0, 4291.0, 4271.0, 4290.0, 4261.0, 4290.0, 4271.0, 4290.0, 4271.0, 4292.0, 4270.0, 4283.0, 4272.0, 4286.0, 4272.0, 4285.0, 4295.0, 4284.0, 4292.0, 4281.0, 4259.0, 4282.0, 4281.0, 4262.0, 4303.0, 4264.0, 4302.0, 4262.0, 4301.0, 4262.0, 4304.0, 4273.0, 4292.0, 4272.0, 4290.0, 4272.0, 4292.0, 4273.0, 4296.0, 4271.0, 4277.0, 4292.0, 4276.0, 4292.0, 4274.0, 4296.0, 4261.0, 4283.0, 4263.0, 4283.0, 4273.0, 4294.0, 4272.0, 4275.0, 4316.0, 4275.0, 4303.0, 4274.0, 4272.0, 4274.0, 4291.0, 4275.0, 4294.0, 4275.0, 4319.0, 4274.0, 4305.0, 4276.0, 4304.0, 4274.0, 4294.0, 4274.0, 4296.0, 4275.0, 4293.0, 4272.0, 4303.0, 4277.0, 4303.0, 4274.0, 4292.0, 4271.0, 4292.0, 4271.0, 4286.0, 4263.0, 4271.0, 4252.0, 4284.0, 4261.0, 4274.0, 4260.0, 4293.0, 4320.0, 4302.0, 4322.0, 4271.0, 4301.0, 4279.0, 4290.0, 4260.0, 4267.0, 4278.0, 4248.0, 4278.0, 4259.0, 4289.0, 4250.0, 4291.0, 4270.0, 4279.0, 4271.0, 4292.0, 4273.0, 4282.0, 4274.0, 4294.0, 4273.0, 4289.0, 4303.0, 4275.0, 4315.0, 4288.0, 4305.0, 4274.0, 4284.0, 4275.0, 4292.0, 4275.0, 4304.0, 4275.0, 4307.0, 4287.0, 4307.0, 4287.0, 4311.0, 4276.0, 4297.0, 4305.0, 4292.0, 4340.0, 4327.0, 4281.0, 4297.0, 4277.0, 4306.0, 4275.0, 4287.0, 4327.0, 4287.0, 4316.0, 4291.0, 4308.0, 4288.0, 4295.0, 4287.0, 4304.0, 4286.0, 4294.0, 4276.0, 4325.0, 4289.0, 4315.0, 4285.0, 4329.0, 4303.0, 4317.0, 4298.0, 4326.0, 4279.0, 4307.0, 4276.0, 4305.0, 4276.0, 4305.0, 4275.0, 4296.0, 4274.0, 4295.0, 4274.0, 4286.0, 4293.0, 4274.0, 4281.0, 4274.0, 4303.0, 4298.0, 4305.0, 4288.0, 4317.0, 4289.0, 4287.0, 4286.0, 4298.0, 4308.0, 4304.0, 4300.0, 4311.0, 4320.0, 4314.0, 4343.0, 4321.0, 4341.0, 4312.0, 4337.0, 4308.0, 4340.0, 4308.0, 4342.0, 4323.0, 4325.0, 4327.0, 4304.0, 4292.0, 4272.0, 4301.0, 4270.0, 4291.0, 4272.0, 4284.0, 4284.0, 4284.0, 4273.0, 4284.0, 4273.0, 4303.0, 4276.0, 4292.0, 4273.0, 4311.0, 4283.0, 4313.0, 4264.0, 4302.0, 4280.0, 4295.0, 4283.0, 4283.0, 4308.0, 4267.0, 4256.0, 4268.0, 4246.0, 4271.0, 4261.0, 4293.0, 4273.0, 4295.0, 4261.0, 4299.0, 4262.0, 4290.0, 4259.0, 4289.0, 4258.0, 4280.0, 4278.0, 4259.0, 4302.0, 4259.0, 4289.0, 4278.0, 4276.0, 4271.0, 4257.0, 4259.0, 4248.0, 4283.0, 4301.0, 4262.0, 4303.0, 4271.0, 4291.0, 4261.0, 4275.0, 4294.0, 4260.0, 4250.0, 4274.0, 4262.0, 4282.0, 4272.0, 4296.0, 4277.0, 4305.0, 4307.0, 4287.0, 4319.0, 4275.0, 4304.0, 4283.0, 4283.0, 4311.0, 4261.0, 4311.0, 4261.0, 4312.0, 4271.0, 4300.0, 4260.0, 4290.0, 4261.0, 4261.0, 4271.0, 4274.0, 4297.0, 4287.0, 4328.0, 4287.0, 4317.0, 4289.0, 4325.0, 4276.0, 4314.0, 4276.0, 4337.0, 4295.0, 4335.0, 4288.0, 4317.0, 4285.0, 4274.0, 4306.0, 4274.0, 4325.0, 4274.0, 4324.0, 4276.0, 4323.0, 4274.0, 4311.0, 4273.0, 4299.0, 4258.0, 4289.0, 4258.0, 4289.0, 4285.0, 4303.0, 4273.0, 4273.0, 4272.0, 4261.0, 4283.0, 4273.0, 4274.0, 4306.0, 4304.0, 4333.0, 4280.0, 4304.0, 4250.0, 4280.0, 4249.0, 4289.0, 4280.0, 4261.0, 4261.0, 4272.0, 4282.0, 4272.0, 4304.0, 4274.0, 4304.0, 4275.0, 4273.0, 4272.0, 4274.0, 4292.0, 4263.0, 4303.0, 4273.0, 4291.0, 4272.0, 4292.0, 4261.0, 4304.0, 4274.0, 4303.0, 4275.0, 4313.0, 4262.0, 4261.0, 4284.0, 4290.0, 4271.0, 4303.0, 4271.0, 4293.0, 4262.0, 4274.0, 4303.0, 4272.0, 4302.0, 4277.0, 4292.0, 4263.0, 4282.0, 4250.0, 4272.0, 4261.0, 4273.0, 4271.0, 4273.0, 4301.0, 4260.0, 4291.0, 4270.0, 4268.0, 4267.0, 4260.0, 4300.0, 4248.0, 4287.0, 4257.0, 4278.0, 4269.0, 4279.0, 4259.0, 4280.0, 4272.0, 4290.0, 4271.0, 4291.0, 4274.0, 4302.0, 4274.0, 4304.0, 4273.0, 4294.0, 4262.0, 4272.0, 4301.0, 4262.0, 4291.0, 4261.0, 4292.0, 4261.0, 4281.0, 4265.0, 4272.0, 4262.0, 4282.0, 4272.0, 4284.0, 4283.0, 4287.0, 4305.0, 4288.0, 4306.0, 4286.0, 4307.0, 4279.0, 4305.0, 4275.0, 4285.0, 4314.0, 4286.0, 4304.0, 4276.0, 4284.0, 4275.0, 4304.0, 4286.0, 4295.0, 4288.0, 4306.0, 4287.0, 4306.0, 4287.0, 4317.0, 4287.0, 4310.0, 4288.0, 4307.0, 4288.0, 4309.0, 4289.0, 4309.0, 4290.0, 4309.0, 4318.0, 4300.0, 4339.0, 4289.0, 4339.0, 4288.0, 4325.0, 4287.0, 4315.0, 4277.0, 4315.0, 4286.0, 4316.0, 4288.0, 4317.0, 4300.0, 4330.0, 4289.0, 4332.0, 4301.0, 4318.0, 4288.0, 4296.0, 4287.0, 4305.0, 4288.0, 4317.0, 4299.0, 4316.0, 4287.0, 4276.0, 4297.0, 4276.0, 4307.0, 4289.0, 4321.0, 4301.0, 4330.0, 4301.0, 4309.0, 4309.0, 4321.0, 4333.0, 4338.0, 4328.0, 4295.0, 4306.0, 4284.0, 4295.0, 4323.0, 4292.0, 4322.0, 4291.0, 4310.0, 4274.0, 4312.0, 4272.0, 4313.0, 4284.0, 4292.0, 4272.0, 4274.0, 4290.0, 4260.0, 4290.0, 4277.0, 4258.0, 4287.0, 4248.0, 4277.0, 4261.0, 4289.0, 4256.0, 4276.0, 4245.0, 4274.0, 4244.0, 4264.0, 4245.0, 4275.0, 4258.0, 4277.0, 4258.0, 4289.0, 4279.0, 4248.0, 4278.0, 4260.0, 4287.0, 4246.0, 4274.0, 4233.0, 4254.0, 4253.0, 4256.0, 4295.0, 4245.0, 4294.0, 4244.0, 4273.0, 4245.0, 4286.0, 4245.0, 4274.0, 4256.0, 4264.0, 4255.0, 4274.0, 4257.0, 4288.0, 4258.0, 4288.0, 4261.0, 4277.0, 4261.0, 4260.0, 4258.0, 4267.0, 4259.0, 4287.0, 4259.0, 4289.0, 4248.0, 4288.0, 4258.0, 4282.0, 4261.0, 4271.0, 4260.0, 4260.0, 4268.0, 4259.0, 4269.0, 4258.0, 4267.0, 4259.0, 4259.0, 4272.0, 4262.0, 4283.0, 4274.0, 4302.0, 4271.0, 4291.0, 4262.0, 4283.0, 4272.0, 4273.0, 4262.0, 4273.0, 4270.0, 4283.0, 4301.0, 4263.0, 4291.0, 4292.0, 4293.0, 4284.0, 4262.0, 4272.0, 4274.0, 4318.0, 4287.0, 4321.0, 4289.0, 4305.0, 4276.0, 4285.0, 4275.0, 4276.0, 4317.0, 4265.0, 4316.0, 4293.0, 4284.0, 4312.0, 4273.0, 4326.0, 4274.0, 4300.0, 4260.0, 4299.0, 4289.0, 4259.0, 4259.0, 4260.0, 4290.0, 4272.0, 4291.0, 4272.0, 4292.0, 4273.0, 4303.0, 4297.0, 4316.0, 4295.0, 4282.0, 4272.0, 4261.0, 4282.0, 4262.0, 4284.0, 4303.0, 4284.0, 4274.0, 4294.0, 4274.0, 4303.0, 4283.0, 4293.0, 4284.0, 4305.0, 4285.0, 4304.0, 4285.0, 4316.0, 4298.0, 4315.0, 4295.0, 4274.0, 4284.0, 4274.0, 4304.0, 4274.0, 4315.0, 4286.0, 4336.0, 4285.0, 4286.0, 4287.0, 4286.0, 4295.0, 4263.0, 4293.0, 4274.0, 4303.0, 4274.0, 4305.0, 4298.0, 4286.0, 4325.0, 4275.0, 4312.0, 4262.0, 4300.0, 4260.0, 4300.0, 4249.0, 4289.0, 4258.0, 4288.0, 4259.0, 4300.0, 4259.0, 4288.0, 4260.0, 4259.0, 4281.0, 4274.0, 4304.0, 4285.0, 4316.0, 4299.0, 4317.0, 4275.0, 4295.0, 4304.0, 4296.0, 4336.0, 4315.0, 4303.0, 4274.0, 4272.0, 4282.0, 4312.0, 4283.0, 4298.0, 4281.0, 4292.0, 4272.0, 4272.0, 4272.0, 4300.0, 4260.0, 4300.0, 4271.0, 4311.0, 4260.0, 4300.0, 4258.0, 4290.0, 4260.0, 4287.0, 4279.0, 4300.0, 4289.0, 4270.0, 4258.0, 4259.0, 4269.0, 4265.0, 4256.0, 4284.0, 4255.0, 4274.0, 4245.0, 4285.0, 4267.0, 4285.0, 4244.0, 4243.0, 4255.0, 4243.0, 4274.0, 4256.0, 4288.0, 4269.0, 4288.0, 4245.0, 4286.0, 4257.0, 4287.0, 4257.0, 4274.0, 4245.0, 4276.0, 4257.0, 4276.0, 4256.0, 4276.0, 4256.0, 4266.0, 4245.0, 4255.0, 4255.0, 4289.0, 4271.0, 4277.0, 4258.0, 4259.0, 4281.0, 4271.0, 4282.0, 4293.0, 4273.0, 4291.0, 4261.0, 4290.0, 4261.0, 4290.0, 4271.0, 4313.0, 4284.0, 4312.0, 4291.0, 4271.0, 4270.0, 4260.0, 4291.0, 4274.0, 4291.0, 4261.0, 4303.0, 4260.0, 4289.0, 4259.0, 4289.0, 4259.0, 4288.0, 4247.0, 4278.0, 4257.0, 4259.0, 4287.0, 4248.0, 4277.0, 4247.0, 4276.0, 4246.0, 4277.0, 4258.0, 4276.0, 4246.0, 4276.0, 4256.0, 4276.0, 4247.0, 4277.0, 4247.0, 4277.0, 4257.0, 4290.0, 4261.0, 4289.0, 4268.0, 4288.0, 4259.0, 4278.0, 4257.0, 4274.0, 4234.0, 4275.0, 4245.0, 4276.0, 4245.0, 4256.0, 4285.0, 4246.0, 4275.0, 4245.0, 4264.0, 4233.0, 4265.0, 4234.0, 4256.0, 4247.0, 4269.0, 4258.0, 4270.0, 4259.0, 4271.0, 4279.0, 4261.0, 4291.0, 4281.0, 4260.0, 4271.0, 4260.0, 4281.0, 4261.0, 4281.0, 4261.0, 4282.0, 4261.0, 4272.0, 4261.0, 4283.0, 4285.0, 4284.0, 4262.0, 4282.0, 4262.0, 4292.0, 4274.0, 4294.0, 4287.0, 4318.0, 4299.0, 4318.0, 4299.0, 4307.0, 4298.0, 4325.0, 4276.0, 4325.0, 4276.0, 4324.0, 4283.0, 4337.0, 4295.0, 4324.0, 4283.0, 4301.0, 4261.0, 4300.0, 4261.0, 4301.0, 4273.0, 4317.0, 4288.0, 4294.0, 4286.0, 4274.0, 4303.0, 4275.0, 4314.0, 4281.0, 4292.0, 4279.0, 4280.0, 4278.0, 4279.0, 4288.0, 4278.0, 4306.0, 4256.0, 4284.0, 4244.0, 4273.0, 4243.0, 4273.0], 'WindowWidth': [9670.0, 9619.0, 9609.0, 9594.0, 9568.0, 9560.0, 9544.0, 9554.0, 9527.0, 9556.0, 9527.0, 9537.0, 9510.0, 9559.0, 9502.0, 9503.0, 9492.0, 9484.0, 9491.0, 9524.0, 9476.0, 9531.0, 9475.0, 9529.0, 9472.0, 9501.0, 9469.0, 9472.0, 9491.0, 9493.0, 9533.0, 9491.0, 9497.0, 9473.0, 9456.0, 9491.0, 9498.0, 9512.0, 9498.0, 9520.0, 9527.0, 9514.0, 9527.0, 9512.0, 9552.0, 9505.0, 9546.0, 9495.0, 9545.0, 9490.0, 9527.0, 9474.0, 9501.0, 9455.0, 9486.0, 9506.0, 9472.0, 9510.0, 9472.0, 9514.0, 9479.0, 9518.0, 9493.0, 9522.0, 9502.0, 9505.0, 9497.0, 9533.0, 9516.0, 9540.0, 9506.0, 9542.0, 9518.0, 9541.0, 9501.0, 9558.0, 9515.0, 9558.0, 9499.0, 9541.0, 9498.0, 9553.0, 9508.0, 9533.0, 9502.0, 9541.0, 9497.0, 9522.0, 9482.0, 9527.0, 9498.0, 9513.0, 9498.0, 9528.0, 9516.0, 9497.0, 9530.0, 9497.0, 9534.0, 9493.0, 9543.0, 9500.0, 9564.0, 9496.0, 9547.0, 9494.0, 9520.0, 9500.0, 9523.0, 9481.0, 9516.0, 9472.0, 9508.0, 9524.0, 9490.0, 9534.0, 9492.0, 9513.0, 9489.0, 9519.0, 9476.0, 9504.0, 9475.0, 9512.0, 9495.0, 9511.0, 9502.0, 9529.0, 9518.0, 9546.0, 9497.0, 9536.0, 9496.0, 9560.0, 9520.0, 9554.0, 9503.0, 9564.0, 9477.0, 9487.0, 9497.0, 9474.0, 9534.0, 9495.0, 9500.0, 9524.0, 9497.0, 9485.0, 9508.0, 9471.0, 9480.0, 9466.0, 9480.0, 9464.0, 9485.0, 9453.0, 9485.0, 9486.0, 9526.0, 9501.0, 9482.0, 9450.0, 9477.0, 9448.0, 9487.0, 9462.0, 9510.0, 9471.0, 9488.0, 9462.0, 9498.0, 9451.0, 9479.0, 9447.0, 9485.0, 9456.0, 9481.0, 9487.0, 9503.0, 9483.0, 9466.0, 9493.0, 9469.0, 9451.0, 9469.0, 9452.0, 9501.0, 9522.0, 9471.0, 9513.0, 9491.0, 9496.0, 9429.0, 9428.0, 9425.0, 9457.0, 9483.0, 9444.0, 9482.0, 9443.0, 9472.0, 9440.0, 9476.0, 9443.0, 9481.0, 9463.0, 9503.0, 9468.0, 9505.0, 9468.0, 9493.0, 9463.0, 9495.0, 9467.0, 9498.0, 9469.0, 9493.0, 9488.0, 9512.0, 9469.0, 9488.0, 9495.0, 9487.0, 9510.0, 9489.0, 9528.0, 9487.0, 9515.0, 9470.0, 9497.0, 9472.0, 9488.0, 9471.0, 9488.0, 9473.0, 9475.0, 9472.0, 9494.0, 9515.0, 9477.0, 9525.0, 9492.0, 9545.0, 9516.0, 9540.0, 9477.0, 9511.0, 9473.0, 9505.0, 9469.0, 9515.0, 9495.0, 9538.0, 9502.0, 9519.0, 9501.0, 9478.0, 9491.0, 9487.0, 9490.0, 9517.0, 9493.0, 9522.0, 9490.0, 9510.0, 9499.0, 9509.0, 9527.0, 9492.0, 9528.0, 9481.0, 9526.0, 9474.0, 9516.0, 9475.0, 9544.0, 9512.0, 9549.0, 9533.0, 9518.0, 9477.0, 9493.0, 9463.0, 9483.0, 9508.0, 9517.0, 9532.0, 9485.0, 9467.0, 9482.0, 9450.0, 9476.0, 9519.0, 9449.0, 9510.0, 9463.0, 9478.0, 9487.0, 9462.0, 9484.0, 9448.0, 9486.0, 9461.0, 9486.0, 9462.0, 9490.0, 9460.0, 9482.0, 9468.0, 9491.0, 9467.0, 9489.0, 9503.0, 9486.0, 9492.0, 9474.0, 9444.0, 9477.0, 9474.0, 9451.0, 9507.0, 9457.0, 9506.0, 9452.0, 9502.0, 9452.0, 9512.0, 9469.0, 9492.0, 9466.0, 9489.0, 9468.0, 9493.0, 9468.0, 9502.0, 9465.0, 9480.0, 9493.0, 9475.0, 9494.0, 9470.0, 9502.0, 9451.0, 9482.0, 9453.0, 9480.0, 9468.0, 9497.0, 9466.0, 9476.0, 9532.0, 9475.0, 9509.0, 9473.0, 9467.0, 9471.0, 9492.0, 9473.0, 9498.0, 9477.0, 9542.0, 9472.0, 9516.0, 9477.0, 9513.0, 9472.0, 9496.0, 9474.0, 9505.0, 9477.0, 9496.0, 9466.0, 9508.0, 9478.0, 9507.0, 9470.0, 9494.0, 9463.0, 9491.0, 9464.0, 9489.0, 9452.0, 9461.0, 9436.0, 9483.0, 9451.0, 9473.0, 9447.0, 9498.0, 9528.0, 9506.0, 9532.0, 9460.0, 9501.0, 9468.0, 9484.0, 9444.0, 9450.0, 9462.0, 9424.0, 9463.0, 9442.0, 9479.0, 9431.0, 9487.0, 9459.0, 9470.0, 9460.0, 9489.0, 9467.0, 9478.0, 9470.0, 9498.0, 9468.0, 9495.0, 9507.0, 9472.0, 9528.0, 9496.0, 9513.0, 9472.0, 9484.0, 9474.0, 9492.0, 9474.0, 9512.0, 9477.0, 9521.0, 9495.0, 9522.0, 9496.0, 9532.0, 9479.0, 9508.0, 9515.0, 9508.0, 9569.0, 9550.0, 9490.0, 9508.0, 9482.0, 9519.0, 9476.0, 9495.0, 9548.0, 9497.0, 9533.0, 9505.0, 9524.0, 9496.0, 9503.0, 9495.0, 9513.0, 9491.0, 9500.0, 9480.0, 9542.0, 9499.0, 9531.0, 9493.0, 9558.0, 9527.0, 9536.0, 9513.0, 9547.0, 9485.0, 9520.0, 9479.0, 9515.0, 9479.0, 9517.0, 9474.0, 9503.0, 9474.0, 9502.0, 9471.0, 9492.0, 9498.0, 9473.0, 9478.0, 9473.0, 9511.0, 9514.0, 9518.0, 9496.0, 9535.0, 9503.0, 9498.0, 9494.0, 9515.0, 9525.0, 9531.0, 9519.0, 9536.0, 9544.0, 9543.0, 9578.0, 9549.0, 9574.0, 9535.0, 9563.0, 9523.0, 9569.0, 9526.0, 9580.0, 9552.0, 9542.0, 9549.0, 9510.0, 9491.0, 9466.0, 9504.0, 9460.0, 9490.0, 9464.0, 9486.0, 9485.0, 9486.0, 9470.0, 9486.0, 9468.0, 9508.0, 9477.0, 9492.0, 9471.0, 9518.0, 9484.0, 9522.0, 9457.0, 9507.0, 9472.0, 9496.0, 9481.0, 9480.0, 9504.0, 9449.0, 9435.0, 9450.0, 9421.0, 9459.0, 9447.0, 9492.0, 9470.0, 9498.0, 9450.0, 9496.0, 9451.0, 9483.0, 9443.0, 9482.0, 9439.0, 9472.0, 9466.0, 9443.0, 9506.0, 9443.0, 9480.0, 9464.0, 9458.0, 9458.0, 9435.0, 9442.0, 9425.0, 9482.0, 9502.0, 9453.0, 9507.0, 9462.0, 9488.0, 9447.0, 9472.0, 9493.0, 9446.0, 9431.0, 9467.0, 9450.0, 9479.0, 9466.0, 9503.0, 9479.0, 9518.0, 9524.0, 9496.0, 9538.0, 9475.0, 9512.0, 9479.0, 9480.0, 9515.0, 9446.0, 9514.0, 9448.0, 9517.0, 9460.0, 9498.0, 9446.0, 9484.0, 9447.0, 9447.0, 9463.0, 9469.0, 9507.0, 9496.0, 9550.0, 9496.0, 9535.0, 9502.0, 9544.0, 9477.0, 9523.0, 9477.0, 9562.0, 9504.0, 9556.0, 9498.0, 9535.0, 9491.0, 9472.0, 9515.0, 9472.0, 9541.0, 9471.0, 9539.0, 9478.0, 9536.0, 9472.0, 9516.0, 9467.0, 9496.0, 9441.0, 9482.0, 9441.0, 9484.0, 9492.0, 9508.0, 9469.0, 9468.0, 9467.0, 9451.0, 9483.0, 9467.0, 9472.0, 9518.0, 9527.0, 9559.0, 9481.0, 9504.0, 9425.0, 9464.0, 9424.0, 9479.0, 9470.0, 9443.0, 9448.0, 9464.0, 9479.0, 9467.0, 9508.0, 9471.0, 9510.0, 9473.0, 9467.0, 9465.0, 9470.0, 9492.0, 9452.0, 9505.0, 9467.0, 9486.0, 9465.0, 9489.0, 9448.0, 9510.0, 9470.0, 9509.0, 9472.0, 9520.0, 9452.0, 9449.0, 9484.0, 9485.0, 9463.0, 9506.0, 9462.0, 9494.0, 9451.0, 9471.0, 9506.0, 9466.0, 9506.0, 9475.0, 9490.0, 9451.0, 9476.0, 9432.0, 9462.0, 9447.0, 9466.0, 9461.0, 9466.0, 9502.0, 9445.0, 9486.0, 9456.0, 9452.0, 9448.0, 9441.0, 9496.0, 9424.0, 9475.0, 9435.0, 9464.0, 9456.0, 9469.0, 9443.0, 9474.0, 9467.0, 9486.0, 9465.0, 9491.0, 9472.0, 9507.0, 9472.0, 9510.0, 9468.0, 9496.0, 9451.0, 9466.0, 9502.0, 9452.0, 9489.0, 9449.0, 9490.0, 9448.0, 9477.0, 9457.0, 9465.0, 9452.0, 9481.0, 9467.0, 9488.0, 9484.0, 9494.0, 9517.0, 9498.0, 9518.0, 9494.0, 9520.0, 9485.0, 9516.0, 9474.0, 9490.0, 9527.0, 9492.0, 9513.0, 9478.0, 9485.0, 9476.0, 9513.0, 9491.0, 9502.0, 9497.0, 9519.0, 9495.0, 9519.0, 9495.0, 9536.0, 9496.0, 9530.0, 9499.0, 9521.0, 9499.0, 9527.0, 9501.0, 9528.0, 9504.0, 9529.0, 9538.0, 9517.0, 9567.0, 9502.0, 9570.0, 9499.0, 9543.0, 9494.0, 9528.0, 9480.0, 9529.0, 9492.0, 9534.0, 9500.0, 9536.0, 9522.0, 9560.0, 9504.0, 9565.0, 9523.0, 9537.0, 9499.0, 9505.0, 9496.0, 9516.0, 9498.0, 9535.0, 9513.0, 9532.0, 9495.0, 9480.0, 9509.0, 9480.0, 9523.0, 9503.0, 9548.0, 9522.0, 9559.0, 9522.0, 9530.0, 9530.0, 9548.0, 9569.0, 9565.0, 9549.0, 9501.0, 9516.0, 9483.0, 9499.0, 9535.0, 9492.0, 9533.0, 9489.0, 9512.0, 9471.0, 9520.0, 9464.0, 9522.0, 9485.0, 9492.0, 9463.0, 9472.0, 9487.0, 9446.0, 9486.0, 9461.0, 9437.0, 9476.0, 9423.0, 9463.0, 9448.0, 9483.0, 9432.0, 9459.0, 9414.0, 9451.0, 9410.0, 9437.0, 9415.0, 9456.0, 9438.0, 9462.0, 9440.0, 9481.0, 9470.0, 9425.0, 9467.0, 9446.0, 9474.0, 9418.0, 9453.0, 9395.0, 9427.0, 9423.0, 9432.0, 9484.0, 9418.0, 9481.0, 9415.0, 9449.0, 9415.0, 9472.0, 9416.0, 9456.0, 9433.0, 9440.0, 9431.0, 9455.0, 9437.0, 9482.0, 9441.0, 9478.0, 9447.0, 9464.0, 9448.0, 9445.0, 9440.0, 9450.0, 9443.0, 9478.0, 9442.0, 9481.0, 9426.0, 9480.0, 9440.0, 9478.0, 9445.0, 9460.0, 9443.0, 9446.0, 9452.0, 9441.0, 9453.0, 9439.0, 9448.0, 9442.0, 9441.0, 9463.0, 9452.0, 9483.0, 9473.0, 9506.0, 9463.0, 9489.0, 9451.0, 9483.0, 9467.0, 9469.0, 9454.0, 9469.0, 9461.0, 9483.0, 9504.0, 9455.0, 9490.0, 9494.0, 9498.0, 9485.0, 9451.0, 9465.0, 9471.0, 9540.0, 9496.0, 9546.0, 9502.0, 9511.0, 9476.0, 9486.0, 9473.0, 9476.0, 9533.0, 9461.0, 9528.0, 9492.0, 9481.0, 9517.0, 9466.0, 9544.0, 9470.0, 9498.0, 9443.0, 9493.0, 9482.0, 9443.0, 9443.0, 9447.0, 9486.0, 9464.0, 9490.0, 9467.0, 9493.0, 9470.0, 9510.0, 9509.0, 9533.0, 9501.0, 9478.0, 9465.0, 9447.0, 9479.0, 9450.0, 9486.0, 9508.0, 9483.0, 9471.0, 9499.0, 9472.0, 9510.0, 9484.0, 9496.0, 9484.0, 9517.0, 9489.0, 9512.0, 9489.0, 9533.0, 9513.0, 9528.0, 9502.0, 9471.0, 9487.0, 9472.0, 9514.0, 9471.0, 9531.0, 9490.0, 9557.0, 9488.0, 9491.0, 9493.0, 9493.0, 9501.0, 9456.0, 9492.0, 9468.0, 9508.0, 9471.0, 9515.0, 9512.0, 9492.0, 9542.0, 9473.0, 9517.0, 9450.0, 9496.0, 9444.0, 9496.0, 9427.0, 9479.0, 9438.0, 9477.0, 9440.0, 9500.0, 9441.0, 9477.0, 9444.0, 9441.0, 9476.0, 9471.0, 9513.0, 9489.0, 9533.0, 9516.0, 9537.0, 9475.0, 9500.0, 9509.0, 9503.0, 9556.0, 9525.0, 9508.0, 9472.0, 9465.0, 9478.0, 9515.0, 9480.0, 9491.0, 9472.0, 9487.0, 9463.0, 9463.0, 9465.0, 9498.0, 9442.0, 9497.0, 9458.0, 9511.0, 9445.0, 9497.0, 9439.0, 9484.0, 9443.0, 9474.0, 9467.0, 9497.0, 9482.0, 9458.0, 9437.0, 9442.0, 9453.0, 9442.0, 9429.0, 9466.0, 9427.0, 9453.0, 9413.0, 9470.0, 9449.0, 9472.0, 9413.0, 9409.0, 9427.0, 9409.0, 9455.0, 9432.0, 9480.0, 9457.0, 9481.0, 9415.0, 9472.0, 9436.0, 9473.0, 9435.0, 9454.0, 9417.0, 9458.0, 9434.0, 9459.0, 9431.0, 9460.0, 9432.0, 9446.0, 9417.0, 9429.0, 9430.0, 9484.0, 9464.0, 9465.0, 9442.0, 9444.0, 9480.0, 9462.0, 9481.0, 9495.0, 9469.0, 9489.0, 9449.0, 9485.0, 9447.0, 9486.0, 9462.0, 9523.0, 9487.0, 9517.0, 9489.0, 9462.0, 9461.0, 9448.0, 9491.0, 9470.0, 9489.0, 9450.0, 9511.0, 9444.0, 9481.0, 9444.0, 9480.0, 9443.0, 9478.0, 9421.0, 9465.0, 9433.0, 9439.0, 9476.0, 9425.0, 9462.0, 9422.0, 9459.0, 9417.0, 9461.0, 9440.0, 9458.0, 9418.0, 9457.0, 9434.0, 9459.0, 9424.0, 9463.0, 9423.0, 9462.0, 9436.0, 9484.0, 9449.0, 9481.0, 9450.0, 9477.0, 9441.0, 9466.0, 9434.0, 9452.0, 9399.0, 9453.0, 9415.0, 9459.0, 9415.0, 9433.0, 9470.0, 9418.0, 9456.0, 9414.0, 9439.0, 9395.0, 9442.0, 9400.0, 9433.0, 9421.0, 9454.0, 9439.0, 9458.0, 9441.0, 9460.0, 9468.0, 9447.0, 9486.0, 9474.0, 9445.0, 9459.0, 9444.0, 9473.0, 9446.0, 9475.0, 9446.0, 9476.0, 9446.0, 9463.0, 9446.0, 9481.0, 9490.0, 9483.0, 9449.0, 9477.0, 9452.0, 9493.0, 9472.0, 9497.0, 9495.0, 9540.0, 9518.0, 9538.0, 9515.0, 9523.0, 9512.0, 9543.0, 9477.0, 9542.0, 9480.0, 9541.0, 9481.0, 9562.0, 9502.0, 9538.0, 9479.0, 9502.0, 9449.0, 9499.0, 9449.0, 9502.0, 9470.0, 9537.0, 9499.0, 9499.0, 9490.0, 9471.0, 9507.0, 9474.0, 9528.0, 9474.0, 9489.0, 9468.0, 9469.0, 9465.0, 9468.0, 9477.0, 9466.0, 9501.0, 9430.0, 9468.0, 9410.0, 9449.0, 9409.0, 9448.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.0005683478260869565</td></tr>
<tr><td colspan=3>aqi</td><td>0.03263767636363636</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.66727720637657</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2436662015664548</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.97964420386076</td></tr>
<tr><td colspan=3>efc</td><td>0.4448</td></tr>
<tr><td colspan=3>fber</td><td>8250.3008</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1146098389298054</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>170</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.438735177865613</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3701555606952485</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3152550357091095</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5883411201073208</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2068705262693142</td></tr>
<tr><td colspan=3>gcor</td><td>0.0160735</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009704839438199997</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02679709903895855</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.987912894331805</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.3001</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.0673</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.7054</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307003.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>692.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.3386</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6105</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.9304</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3563.418</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3760.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69541.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4664.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.8423</td></tr>
<tr><td colspan=3>tsnr</td><td>35.67184718779754</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>