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

616 lines
No EOL
139 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-0100_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-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100/ses-04/func/sub-0100_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>f4349f455b70f83e3a101b81ce35165b</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>12:42:12.425000</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.996369, 0.020406, 0.0826544, -0.00713, 0.98744, -0.157833]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.124916</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7770, -7237, 110, -115, -10, 100, 112]</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>314.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>746c5023-5b28-41f3-ae9f-6cfe70ad9ad1||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.6731860637664795, -0.019129259511828423, 0.2290600687265396, 106.51725769042969], [-0.05474786460399628, 2.6492295265197754, -0.4230111539363861, -84.59991455078125], [0.22175583243370056, 0.42345482110977173, 2.656801462173462, -105.3836669921875], [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': ['124212.425000', '124212.885000', '124213.345000', '124213.805000', '124214.265000', '124214.725000', '124215.185000', '124215.645000', '124216.105000', '124216.565000', '124217.025000', '124217.485000', '124217.945000', '124218.405000', '124218.865000', '124219.325000', '124219.785000', '124220.245000', '124220.705000', '124221.165000', '124221.625000', '124222.085000', '124222.545000', '124223.005000', '124223.465000', '124223.925000', '124224.385000', '124224.845000', '124225.305000', '124225.765000', '124226.225000', '124226.685000', '124227.145000', '124227.605000', '124228.065000', '124228.525000', '124228.985000', '124229.445000', '124229.905000', '124230.365000', '124230.825000', '124231.285000', '124231.745000', '124232.205000', '124232.665000', '124233.125000', '124233.585000', '124234.045000', '124234.505000', '124234.965000', '124235.425000', '124235.885000', '124236.345000', '124236.805000', '124237.265000', '124237.725000', '124238.185000', '124238.645000', '124239.105000', '124239.565000', '124240.025000', '124240.485000', '124240.945000', '124241.405000', '124241.865000', '124242.325000', '124242.785000', '124243.245000', '124243.705000', '124244.165000', '124244.625000', '124245.085000', '124245.545000', '124246.005000', '124246.465000', '124246.925000', '124247.385000', '124247.845000', '124248.305000', '124248.765000', '124249.225000', '124249.685000', '124250.145000', '124250.605000', '124251.065000', '124251.525000', '124251.985000', '124252.445000', '124252.905000', '124253.365000', '124253.825000', '124254.285000', '124254.745000', '124255.205000', '124255.665000', '124256.125000', '124256.585000', '124257.045000', '124257.505000', '124257.965000', '124258.425000', '124258.885000', '124259.345000', '124259.805000', '124300.265000', '124300.725000', '124301.185000', '124301.645000', '124302.105000', '124302.565000', '124303.025000', '124303.485000', '124303.945000', '124304.405000', '124304.865000', '124305.325000', '124305.785000', '124306.245000', '124306.705000', '124307.165000', '124307.625000', '124308.085000', '124308.545000', '124309.005000', '124309.465000', '124309.925000', '124310.385000', '124310.845000', '124311.305000', '124311.765000', '124312.225000', '124312.685000', '124313.145000', '124313.605000', '124314.065000', '124314.525000', '124314.985000', '124315.445000', '124315.905000', '124316.365000', '124316.825000', '124317.285000', '124317.745000', '124318.205000', '124318.665000', '124319.125000', '124319.585000', '124320.045000', '124320.505000', '124320.965000', '124321.425000', '124321.885000', '124322.345000', '124322.805000', '124323.265000', '124323.725000', '124324.185000', '124324.645000', '124325.105000', '124325.565000', '124326.025000', '124326.485000', '124326.945000', '124327.405000', '124327.865000', '124328.325000', '124328.785000', '124329.245000', '124329.705000', '124330.165000', '124330.625000', '124331.085000', '124331.545000', '124332.005000', '124332.465000', '124332.925000', '124333.385000', '124333.845000', '124334.305000', '124334.765000', '124335.225000', '124335.685000', '124336.145000', '124336.605000', '124337.065000', '124337.525000', '124337.985000', '124338.445000', '124338.905000', '124339.365000', '124339.825000', '124340.285000', '124340.745000', '124341.205000', '124341.665000', '124342.125000', '124342.585000', '124343.045000', '124343.505000', '124343.965000', '124344.425000', '124344.885000', '124345.345000', '124345.805000', '124346.265000', '124346.725000', '124347.185000', '124347.645000', '124348.105000', '124348.565000', '124349.025000', '124349.485000', '124349.945000', '124350.405000', '124350.865000', '124351.325000', '124351.785000', '124352.245000', '124352.705000', '124353.165000', '124353.625000', '124354.085000', '124354.545000', '124355.005000', '124355.465000', '124355.925000', '124356.385000', '124356.845000', '124357.305000', '124357.765000', '124358.225000', '124358.685000', '124359.145000', '124359.605000', '124400.065000', '124400.525000', '124400.985000', '124401.445000', '124401.905000', '124402.365000', '124402.825000', '124403.285000', '124403.745000', '124404.205000', '124404.665000', '124405.125000', '124405.585000', '124406.045000', '124406.505000', '124406.965000', '124407.425000', '124407.885000', '124408.345000', '124408.805000', '124409.265000', '124409.725000', '124410.185000', '124410.645000', '124411.105000', '124411.565000', '124412.025000', '124412.485000', '124412.945000', '124413.405000', '124413.865000', '124414.325000', '124414.785000', '124415.245000', '124415.705000', '124416.165000', '124416.625000', '124417.085000', '124417.545000', '124418.005000', '124418.465000', '124418.925000', '124419.385000', '124419.845000', '124420.305000', '124420.765000', '124421.225000', '124421.685000', '124422.145000', '124422.605000', '124423.065000', '124423.525000', '124423.985000', '124424.445000', '124424.905000', '124425.365000', '124425.825000', '124426.285000', '124426.745000', '124427.205000', '124427.665000', '124428.125000', '124428.585000', '124429.045000', '124429.505000', '124429.965000', '124430.425000', '124430.885000', '124431.345000', '124431.805000', '124432.265000', '124432.725000', '124433.185000', '124433.645000', '124434.105000', '124434.565000', '124435.025000', '124435.485000', '124435.945000', '124436.405000', '124436.865000', '124437.325000', '124437.785000', '124438.245000', '124438.705000', '124439.165000', '124439.625000', '124440.085000', '124440.545000', '124441.005000', '124441.465000', '124441.925000', '124442.385000', '124442.845000', '124443.305000', '124443.765000', '124444.225000', '124444.685000', '124445.145000', '124445.605000', '124446.065000', '124446.525000', '124446.985000', '124447.445000', '124447.905000', '124448.365000', '124448.825000', '124449.285000', '124449.745000', '124450.205000', '124450.665000', '124451.125000', '124451.585000', '124452.045000', '124452.505000', '124452.965000', '124453.425000', '124453.885000', '124454.345000', '124454.805000', '124455.265000', '124455.725000', '124456.185000', '124456.645000', '124457.105000', '124457.565000', '124458.025000', '124458.485000', '124458.945000', '124459.405000', '124459.865000', '124500.325000', '124500.785000', '124501.245000', '124501.705000', '124502.165000', '124502.625000', '124503.085000', '124503.545000', '124504.005000', '124504.465000', '124504.925000', '124505.385000', '124505.845000', '124506.305000', '124506.765000', '124507.225000', '124507.685000', '124508.145000', '124508.605000', '124509.065000', '124509.525000', '124509.985000', '124510.445000', '124510.905000', '124511.365000', '124511.825000', '124512.285000', '124512.745000', '124513.205000', '124513.665000', '124514.125000', '124514.585000', '124515.045000', '124515.505000', '124515.965000', '124516.425000', '124516.885000', '124517.345000', '124517.805000', '124518.265000', '124518.725000', '124519.185000', '124519.645000', '124520.105000', '124520.565000', '124521.025000', '124521.485000', '124521.945000', '124522.405000', '124522.865000', '124523.325000', '124523.785000', '124524.245000', '124524.705000', '124525.165000', '124525.625000', '124526.085000', '124526.545000', '124527.005000', '124527.465000', '124527.925000', '124528.385000', '124528.845000', '124529.305000', '124529.765000', '124530.225000', '124530.685000', '124531.145000', '124531.605000', '124532.065000', '124532.525000', '124532.985000', '124533.445000', '124533.905000', '124534.365000', '124534.825000', '124535.285000', '124535.745000', '124536.205000', '124536.665000', '124537.125000', '124537.585000', '124538.045000', '124538.505000', '124538.965000', '124539.425000', '124539.885000', '124540.345000', '124540.805000', '124541.265000', '124541.725000', '124542.185000', '124542.645000', '124543.105000', '124543.565000', '124544.025000', '124544.485000', '124544.945000', '124545.405000', '124545.865000', '124546.325000', '124546.785000', '124547.245000', '124547.705000', '124548.165000', '124548.625000', '124549.085000', '124549.545000', '124550.005000', '124550.465000', '124550.925000', '124551.385000', '124551.845000', '124552.305000', '124552.765000', '124553.225000', '124553.685000', '124554.145000', '124554.605000', '124555.065000', '124555.525000', '124555.985000', '124556.445000', '124556.905000', '124557.365000', '124557.825000', '124558.285000', '124558.745000', '124559.205000', '124559.665000', '124600.125000', '124600.585000', '124601.045000', '124601.505000', '124601.965000', '124602.425000', '124602.885000', '124603.345000', '124603.805000', '124604.265000', '124604.725000', '124605.185000', '124605.645000', '124606.105000', '124606.565000', '124607.025000', '124607.485000', '124607.945000', '124608.405000', '124608.865000', '124609.325000', '124609.785000', '124610.245000', '124610.705000', '124611.165000', '124611.625000', '124612.085000', '124612.545000', '124613.005000', '124613.465000', '124613.925000', '124614.385000', '124614.845000', '124615.305000', '124615.765000', '124616.225000', '124616.685000', '124617.145000', '124617.605000', '124618.065000', '124618.525000', '124618.985000', '124619.445000', '124619.905000', '124620.365000', '124620.825000', '124621.285000', '124621.745000', '124622.205000', '124622.665000', '124623.125000', '124623.585000', '124624.045000', '124624.505000', '124624.965000', '124625.425000', '124625.885000', '124626.345000', '124626.805000', '124627.265000', '124627.725000', '124628.185000', '124628.645000', '124629.105000', '124629.565000', '124630.025000', '124630.485000', '124630.945000', '124631.405000', '124631.865000', '124632.325000', '124632.785000', '124633.245000', '124633.705000', '124634.165000', '124634.625000', '124635.085000', '124635.545000', '124636.005000', '124636.465000', '124636.925000', '124637.385000', '124637.845000', '124638.305000', '124638.765000', '124639.225000', '124639.685000', '124640.145000', '124640.605000', '124641.065000', '124641.525000', '124641.985000', '124642.445000', '124642.905000', '124643.365000', '124643.825000', '124644.285000', '124644.745000', '124645.205000', '124645.665000', '124646.125000', '124646.585000', '124647.045000', '124647.505000', '124647.965000', '124648.425000', '124648.885000', '124649.345000', '124649.805000', '124650.265000', '124650.725000', '124651.185000', '124651.645000', '124652.105000', '124652.565000', '124653.025000', '124653.485000', '124653.945000', '124654.405000', '124654.865000', '124655.325000', '124655.785000', '124656.245000', '124656.705000', '124657.165000', '124657.625000', '124658.085000', '124658.545000', '124659.005000', '124659.465000', '124659.925000', '124700.385000', '124700.845000', '124701.305000', '124701.765000', '124702.225000', '124702.685000', '124703.145000', '124703.605000', '124704.065000', '124704.525000', '124704.985000', '124705.445000', '124705.905000', '124706.365000', '124706.825000', '124707.285000', '124707.745000', '124708.205000', '124708.665000', '124709.125000', '124709.585000', '124710.045000', '124710.505000', '124710.965000', '124711.425000', '124711.885000', '124712.345000', '124712.805000', '124713.265000', '124713.725000', '124714.185000', '124714.645000', '124715.105000', '124715.565000', '124716.025000', '124716.485000', '124716.945000', '124717.405000', '124717.865000', '124718.325000', '124718.785000', '124719.245000', '124719.705000', '124720.165000', '124720.625000', '124721.085000', '124721.545000', '124722.005000', '124722.465000', '124722.925000', '124723.385000', '124723.845000', '124724.305000', '124724.765000', '124725.225000', '124725.685000', '124726.145000', '124726.605000', '124727.065000', '124727.525000', '124727.985000', '124728.445000', '124728.905000', '124729.365000', '124729.825000', '124730.285000', '124730.745000', '124731.205000', '124731.665000', '124732.125000', '124732.585000', '124733.045000', '124733.505000', '124733.965000', '124734.425000', '124734.885000', '124735.345000', '124735.805000', '124736.265000', '124736.725000', '124737.185000', '124737.645000', '124738.105000', '124738.565000', '124739.025000', '124739.485000', '124739.945000', '124740.405000', '124740.865000', '124741.325000', '124741.785000', '124742.245000', '124742.705000', '124743.165000', '124743.625000', '124744.085000', '124744.545000', '124745.005000', '124745.465000', '124745.925000', '124746.385000', '124746.845000', '124747.305000', '124747.765000', '124748.225000', '124748.685000', '124749.145000', '124749.605000', '124750.065000', '124750.525000', '124750.985000', '124751.445000', '124751.905000', '124752.365000', '124752.825000', '124753.285000', '124753.745000', '124754.205000', '124754.665000', '124755.125000', '124755.585000', '124756.045000', '124756.505000', '124756.965000', '124757.425000', '124757.885000', '124758.345000', '124758.805000', '124759.265000', '124759.725000', '124800.185000', '124800.645000', '124801.105000', '124801.565000', '124802.025000', '124802.485000', '124802.945000', '124803.405000', '124803.865000', '124804.325000', '124804.785000', '124805.245000', '124805.705000', '124806.165000', '124806.625000', '124807.085000', '124807.545000', '124808.005000', '124808.465000', '124808.925000', '124809.385000', '124809.845000', '124810.305000', '124810.765000', '124811.225000', '124811.685000', '124812.145000', '124812.605000', '124813.065000', '124813.525000', '124813.985000', '124814.445000', '124814.905000', '124815.365000', '124815.825000', '124816.285000', '124816.745000', '124817.205000', '124817.665000', '124818.125000', '124818.585000', '124819.045000', '124819.505000', '124819.965000', '124820.425000', '124820.885000', '124821.345000', '124821.805000', '124822.265000', '124822.725000', '124823.185000', '124823.645000', '124824.105000', '124824.565000', '124825.025000', '124825.485000', '124825.945000', '124826.405000', '124826.865000', '124827.325000', '124827.785000', '124828.245000', '124828.705000', '124829.165000', '124829.625000', '124830.085000', '124830.545000', '124831.005000', '124831.465000', '124831.925000', '124832.385000', '124832.845000', '124833.305000', '124833.765000', '124834.225000', '124834.685000', '124835.145000', '124835.605000', '124836.065000', '124836.525000', '124836.985000', '124837.445000', '124837.905000', '124838.365000', '124838.825000', '124839.285000', '124839.745000', '124840.205000', '124840.665000', '124841.125000', '124841.585000', '124842.045000', '124842.505000', '124842.965000', '124843.425000', '124843.885000', '124844.345000', '124844.805000', '124845.265000', '124845.725000', '124846.185000', '124846.645000', '124847.105000', '124847.565000', '124848.025000', '124848.485000', '124848.945000', '124849.405000', '124849.865000', '124850.325000', '124850.785000', '124851.245000', '124851.705000', '124852.165000', '124852.625000', '124853.085000', '124853.545000', '124854.005000', '124854.465000', '124854.925000', '124855.385000', '124855.845000', '124856.305000', '124856.765000', '124857.225000', '124857.685000', '124858.145000', '124858.605000', '124859.065000', '124859.525000', '124859.985000', '124900.445000', '124900.905000', '124901.365000', '124901.825000', '124902.285000', '124902.745000', '124903.205000', '124903.665000', '124904.125000', '124904.585000', '124905.045000', '124905.505000', '124905.965000', '124906.425000', '124906.885000', '124907.345000', '124907.805000', '124908.265000', '124908.725000', '124909.185000', '124909.645000', '124910.105000', '124910.565000', '124911.025000', '124911.485000', '124911.945000', '124912.405000', '124912.865000', '124913.325000', '124913.785000', '124914.245000', '124914.705000', '124915.165000', '124915.625000', '124916.085000', '124916.545000', '124917.005000', '124917.465000', '124917.925000', '124918.385000', '124918.845000', '124919.305000', '124919.765000', '124920.225000', '124920.685000', '124921.145000', '124921.605000', '124922.065000', '124922.525000', '124922.985000', '124923.445000', '124923.905000', '124924.365000', '124924.825000', '124925.285000', '124925.745000', '124926.205000', '124926.665000', '124927.125000', '124927.585000', '124928.045000', '124928.505000', '124928.965000', '124929.425000', '124929.885000', '124930.345000', '124930.805000', '124931.265000', '124931.725000', '124932.185000', '124932.645000', '124933.105000', '124933.565000', '124934.025000', '124934.485000', '124934.945000', '124935.405000', '124935.865000', '124936.325000', '124936.785000', '124937.245000', '124937.705000', '124938.165000', '124938.625000', '124939.085000', '124939.545000', '124940.005000', '124940.465000', '124940.925000', '124941.385000', '124941.845000', '124942.305000', '124942.765000', '124943.225000', '124943.685000', '124944.145000', '124944.605000', '124945.065000', '124945.525000', '124945.985000', '124946.445000', '124946.905000', '124947.365000', '124947.825000', '124948.285000', '124948.745000', '124949.205000', '124949.665000', '124950.125000', '124950.585000', '124951.045000', '124951.505000', '124951.965000', '124952.425000', '124952.885000', '124953.345000', '124953.805000', '124954.265000', '124954.725000', '124955.185000', '124955.645000', '124956.105000', '124956.565000', '124957.025000', '124957.485000', '124957.945000', '124958.405000', '124958.865000', '124959.325000', '124959.785000', '125000.245000', '125000.705000', '125001.165000', '125001.625000', '125002.085000', '125002.545000', '125003.005000', '125003.465000', '125003.925000', '125004.385000', '125004.845000', '125005.305000', '125005.765000', '125006.225000', '125006.685000', '125007.145000', '125007.605000', '125008.065000', '125008.525000', '125008.985000', '125009.445000', '125009.905000', '125010.365000', '125010.825000', '125011.285000', '125011.745000', '125012.205000', '125012.665000', '125013.125000', '125013.585000', '125014.045000', '125014.505000', '125014.965000', '125015.425000', '125015.885000', '125016.345000', '125016.805000', '125017.265000', '125017.725000', '125018.185000', '125018.645000', '125019.105000', '125019.565000', '125020.025000', '125020.485000', '125020.945000', '125021.405000', '125021.865000', '125022.325000', '125022.785000', '125023.245000', '125023.705000', '125024.165000', '125024.625000', '125025.085000', '125025.545000', '125026.005000', '125026.465000', '125026.925000', '125027.385000', '125027.845000', '125028.305000', '125028.765000', '125029.225000', '125029.685000', '125030.145000', '125030.605000', '125031.065000', '125031.525000', '125031.985000', '125032.445000', '125032.905000', '125033.365000', '125033.825000', '125034.285000', '125034.745000', '125035.205000', '125035.665000', '125036.125000', '125036.585000', '125037.045000', '125037.505000', '125037.965000', '125038.425000', '125038.885000', '125039.345000', '125039.805000', '125040.265000', '125040.725000', '125041.185000', '125041.645000', '125042.105000', '125042.565000', '125043.025000', '125043.485000', '125043.945000', '125044.405000', '125044.865000', '125045.325000', '125045.785000', '125046.245000', '125046.705000', '125047.165000', '125047.625000', '125048.085000', '125048.545000', '125049.005000', '125049.465000', '125049.925000', '125050.385000', '125050.845000', '125051.305000', '125051.765000', '125052.225000', '125052.685000', '125053.145000', '125053.605000', '125054.065000', '125054.525000', '125054.985000', '125055.445000', '125055.905000', '125056.365000', '125056.825000', '125057.285000', '125057.745000', '125058.205000', '125058.665000', '125059.125000', '125059.585000', '125100.045000', '125100.505000', '125100.965000', '125101.425000', '125101.885000', '125102.345000', '125102.805000', '125103.265000', '125103.725000', '125104.185000', '125104.645000', '125105.105000', '125105.565000', '125106.025000', '125106.485000', '125106.945000', '125107.405000', '125107.865000', '125108.325000', '125108.785000', '125109.245000', '125109.705000', '125110.165000', '125110.625000', '125111.085000', '125111.545000', '125112.005000', '125112.465000', '125112.925000', '125113.385000', '125113.845000', '125114.305000', '125114.765000', '125115.225000', '125115.685000', '125116.145000', '125116.605000', '125117.065000', '125117.525000', '125117.985000', '125118.445000', '125118.905000', '125119.365000', '125119.825000', '125120.285000', '125120.745000', '125121.205000', '125121.665000', '125122.125000', '125122.585000', '125123.045000', '125123.505000', '125123.965000', '125124.425000', '125124.885000', '125125.345000', '125125.805000', '125126.265000', '125126.725000', '125127.185000', '125127.645000', '125128.105000', '125128.565000', '125129.025000', '125129.485000', '125129.945000', '125130.405000', '125130.865000', '125131.325000', '125131.785000', '125132.245000', '125132.705000', '125133.165000', '125133.625000', '125134.085000', '125134.545000', '125135.005000', '125135.465000', '125135.925000', '125136.385000', '125136.845000', '125137.305000', '125137.765000', '125138.225000', '125138.685000', '125139.145000', '125139.605000', '125140.065000', '125140.525000', '125140.985000', '125141.445000', '125141.905000', '125142.365000', '125142.825000', '125143.285000', '125143.745000', '125144.205000', '125144.665000', '125145.125000', '125145.585000', '125146.045000', '125146.505000', '125146.965000', '125147.425000', '125147.885000', '125148.345000', '125148.805000', '125149.265000', '125149.725000', '125150.185000', '125150.645000', '125151.105000', '125151.565000', '125152.025000', '125152.485000', '125152.945000', '125153.405000', '125153.865000', '125154.325000', '125154.785000', '125155.245000'], 'ContentTime': ['124231.912000', '124231.915000', '124231.918000', '124231.920000', '124231.923000', '124231.926000', '124231.928000', '124231.931000', '124231.933000', '124231.936000', '124231.938000', '124231.941000', '124231.943000', '124231.946000', '124231.949000', '124231.951000', '124231.954000', '124231.956000', '124231.959000', '124231.962000', '124231.964000', '124231.967000', '124231.969000', '124231.972000', '124231.974000', '124231.983000', '124231.986000', '124231.988000', '124231.991000', '124231.994000', '124231.996000', '124232.000000', '124232.002000', '124232.005000', '124232.007000', '124232.010000', '124232.013000', '124232.015000', '124232.018000', '124251.857000', '124251.860000', '124251.863000', '124251.865000', '124251.868000', '124251.871000', '124251.873000', '124251.876000', '124251.878000', '124251.881000', '124251.883000', '124251.886000', '124251.888000', '124251.891000', '124251.894000', '124251.896000', '124251.899000', '124251.901000', '124251.904000', '124251.906000', '124251.909000', '124251.911000', '124251.914000', '124251.917000', '124251.919000', '124251.922000', '124251.924000', '124251.927000', '124251.929000', '124251.932000', '124251.935000', '124251.937000', '124251.940000', '124251.942000', '124251.951000', '124251.954000', '124251.956000', '124251.959000', '124251.961000', '124251.964000', '124251.966000', '124251.969000', '124251.972000', '124251.974000', '124311.857000', '124311.860000', '124311.863000', '124311.865000', '124311.868000', '124311.871000', '124311.873000', '124311.876000', '124311.878000', '124311.881000', '124311.890000', '124311.893000', '124311.895000', '124311.905000', '124311.907000', '124311.910000', '124311.913000', '124311.915000', '124311.918000', '124311.921000', '124311.923000', '124311.926000', '124311.929000', '124311.931000', '124311.934000', '124311.937000', '124311.939000', '124311.942000', '124311.945000', '124311.958000', '124311.961000', '124311.963000', '124311.966000', '124311.968000', '124311.971000', '124311.974000', '124311.976000', '124311.979000', '124311.982000', '124311.984000', '124311.987000', '124311.989000', '124311.992000', '124331.858000', '124331.861000', '124331.863000', '124331.866000', '124331.868000', '124331.871000', '124331.873000', '124331.876000', '124331.879000', '124331.882000', '124331.884000', '124331.887000', '124331.889000', '124331.892000', '124331.895000', '124331.897000', '124331.900000', '124331.903000', '124331.905000', '124331.908000', '124331.910000', '124331.913000', '124331.916000', '124331.918000', '124331.921000', '124331.923000', '124331.926000', '124331.928000', '124331.931000', '124331.934000', '124331.936000', '124331.939000', '124331.942000', '124331.944000', '124331.947000', '124331.949000', '124331.952000', '124331.955000', '124331.957000', '124331.964000', '124331.967000', '124331.969000', '124331.972000', '124331.975000', '124351.856000', '124351.859000', '124351.862000', '124351.865000', '124351.867000', '124351.870000', '124351.872000', '124351.875000', '124351.877000', '124351.880000', '124351.883000', '124351.885000', '124351.888000', '124351.891000', '124351.893000', '124351.896000', '124351.898000', '124351.901000', '124351.903000', '124351.906000', '124351.909000', '124351.911000', '124351.914000', '124351.916000', '124351.919000', '124351.922000', '124351.924000', '124351.927000', '124351.930000', '124351.932000', '124351.935000', '124351.938000', '124351.940000', '124351.943000', '124351.945000', '124351.948000', '124351.951000', '124351.953000', '124351.956000', '124351.958000', '124351.961000', '124351.964000', '124351.966000', '124411.856000', '124411.859000', '124411.862000', '124411.864000', '124411.867000', '124411.870000', '124411.872000', '124411.875000', '124411.877000', '124411.880000', '124411.883000', '124411.885000', '124411.888000', '124411.891000', '124411.893000', '124411.896000', '124411.898000', '124411.901000', '124411.903000', '124411.906000', '124411.909000', '124411.911000', '124411.914000', '124411.916000', '124411.919000', '124411.922000', '124411.924000', '124411.927000', '124411.930000', '124411.932000', '124411.935000', '124411.937000', '124411.940000', '124411.943000', '124411.946000', '124411.948000', '124411.951000', '124411.954000', '124411.956000', '124411.959000', '124411.961000', '124411.964000', '124411.967000', '124411.969000', '124431.858000', '124431.860000', '124431.863000', '124431.866000', '124431.868000', '124431.871000', '124431.873000', '124431.876000', '124431.879000', '124431.881000', '124431.884000', '124431.887000', '124431.889000', '124431.892000', '124431.894000', '124431.897000', '124431.900000', '124431.902000', '124431.905000', '124431.908000', '124431.910000', '124431.913000', '124431.915000', '124431.918000', '124431.921000', '124431.923000', '124431.926000', '124431.928000', '124431.931000', '124431.934000', '124431.936000', '124431.939000', '124431.941000', '124431.944000', '124431.947000', '124431.949000', '124431.952000', '124431.954000', '124431.957000', '124431.960000', '124431.962000', '124431.965000', '124431.968000', '124451.857000', '124451.860000', '124451.863000', '124451.866000', '124451.869000', '124451.872000', '124451.874000', '124451.877000', '124451.879000', '124451.882000', '124451.885000', '124451.904000', '124451.906000', '124451.909000', '124451.911000', '124451.914000', '124451.917000', '124451.920000', '124451.922000', '124451.928000', '124451.930000', '124451.933000', '124451.936000', '124451.938000', '124451.941000', '124451.944000', '124451.946000', '124451.949000', '124451.951000', '124451.954000', '124451.956000', '124451.959000', '124451.962000', '124451.964000', '124451.967000', '124451.970000', '124451.972000', '124451.975000', '124451.977000', '124451.980000', '124451.983000', '124451.985000', '124451.988000', '124451.991000', '124511.858000', '124511.861000', '124511.863000', '124511.866000', '124511.868000', '124511.871000', '124511.874000', '124511.876000', '124511.879000', '124511.882000', '124511.884000', '124511.887000', '124511.889000', '124511.892000', '124511.895000', '124511.897000', '124511.900000', '124511.903000', '124511.905000', '124511.908000', '124511.910000', '124511.913000', '124511.916000', '124511.918000', '124511.921000', '124511.924000', '124511.926000', '124511.929000', '124511.931000', '124511.934000', '124511.937000', '124511.939000', '124511.942000', '124511.945000', '124511.947000', '124511.950000', '124511.952000', '124511.955000', '124511.958000', '124511.960000', '124511.963000', '124511.966000', '124511.968000', '124531.858000', '124531.860000', '124531.863000', '124531.866000', '124531.868000', '124531.871000', '124531.874000', '124531.877000', '124531.879000', '124531.882000', '124531.885000', '124531.887000', '124531.890000', '124531.892000', '124531.895000', '124531.898000', '124531.900000', '124531.903000', '124531.906000', '124531.908000', '124531.911000', '124531.914000', '124531.916000', '124531.919000', '124531.922000', '124531.924000', '124531.927000', '124531.930000', '124531.932000', '124531.935000', '124531.938000', '124531.940000', '124531.943000', '124531.945000', '124531.948000', '124531.951000', '124531.953000', '124531.956000', '124531.959000', '124531.962000', '124531.964000', '124531.967000', '124531.970000', '124551.859000', '124551.862000', '124551.864000', '124551.867000', '124551.869000', '124551.872000', '124551.875000', '124551.877000', '124551.880000', '124551.882000', '124551.885000', '124551.888000', '124551.890000', '124551.893000', '124551.895000', '124551.898000', '124551.901000', '124551.903000', '124551.906000', '124551.909000', '124551.911000', '124551.914000', '124551.916000', '124551.919000', '124551.922000', '124551.924000', '124551.927000', '124551.929000', '124551.932000', '124551.934000', '124551.937000', '124551.940000', '124551.942000', '124551.945000', '124551.947000', '124551.950000', '124551.953000', '124551.955000', '124551.958000', '124551.960000', '124551.963000', '124551.966000', '124551.968000', '124551.971000', '124611.857000', '124611.859000', '124611.862000', '124611.865000', '124611.868000', '124611.870000', '124611.873000', '124611.876000', '124611.878000', '124611.881000', '124611.883000', '124611.886000', '124611.889000', '124611.891000', '124611.894000', '124611.896000', '124611.899000', '124611.903000', '124611.906000', '124611.908000', '124611.911000', '124611.913000', '124611.916000', '124611.919000', '124611.921000', '124611.924000', '124611.926000', '124611.929000', '124611.931000', '124611.934000', '124611.937000', '124611.939000', '124611.942000', '124611.944000', '124611.947000', '124611.950000', '124611.978000', '124611.981000', '124611.983000', '124611.986000', '124611.989000', '124611.991000', '124611.994000', '124631.856000', '124631.859000', '124631.862000', '124631.865000', '124631.867000', '124631.870000', '124631.873000', '124631.875000', '124631.878000', '124631.880000', '124631.883000', '124631.886000', '124631.888000', '124631.891000', '124631.894000', '124631.896000', '124631.899000', '124631.901000', '124631.904000', '124631.907000', '124631.909000', '124631.912000', '124631.914000', '124631.917000', '124631.920000', '124631.922000', '124631.925000', '124631.928000', '124631.930000', '124631.933000', '124631.935000', '124631.938000', '124631.941000', '124631.943000', '124631.946000', '124631.948000', '124631.951000', '124631.954000', '124631.956000', '124631.959000', '124631.961000', '124631.964000', '124631.967000', '124631.969000', '124651.857000', '124651.860000', '124651.863000', '124651.865000', '124651.868000', '124651.871000', '124651.873000', '124651.876000', '124651.879000', '124651.881000', '124651.884000', '124651.886000', '124651.889000', '124651.892000', '124651.894000', '124651.897000', '124651.899000', '124651.902000', '124651.905000', '124651.907000', '124651.910000', '124651.912000', '124651.915000', '124651.918000', '124651.920000', '124651.923000', '124651.926000', '124651.928000', '124651.931000', '124651.933000', '124651.936000', '124651.939000', '124651.941000', '124651.944000', '124651.946000', '124651.949000', '124651.952000', '124651.954000', '124651.957000', '124651.959000', '124651.962000', '124651.965000', '124651.967000', '124651.970000', '124711.858000', '124711.860000', '124711.863000', '124711.866000', '124711.868000', '124711.871000', '124711.874000', '124711.876000', '124711.879000', '124711.881000', '124711.884000', '124711.887000', '124711.889000', '124711.892000', '124711.894000', '124711.897000', '124711.900000', '124711.902000', '124711.905000', '124711.907000', '124711.910000', '124711.913000', '124711.915000', '124711.918000', '124711.920000', '124711.923000', '124711.926000', '124711.928000', '124711.931000', '124711.933000', '124711.936000', '124711.939000', '124711.941000', '124711.944000', '124711.946000', '124711.949000', '124711.952000', '124711.954000', '124711.957000', '124711.959000', '124711.962000', '124711.964000', '124711.967000', '124731.857000', '124731.860000', '124731.863000', '124731.866000', '124731.868000', '124731.871000', '124731.874000', '124731.876000', '124731.879000', '124731.882000', '124731.884000', '124731.887000', '124731.890000', '124731.892000', '124731.895000', '124731.897000', '124731.900000', '124731.903000', '124731.905000', '124731.908000', '124731.911000', '124731.914000', '124731.917000', '124731.920000', '124731.922000', '124731.925000', '124731.928000', '124731.930000', '124731.933000', '124731.935000', '124731.938000', '124731.946000', '124731.949000', '124731.951000', '124731.954000', '124731.957000', '124731.959000', '124731.962000', '124731.965000', '124731.967000', '124731.970000', '124731.973000', '124731.975000', '124751.857000', '124751.860000', '124751.863000', '124751.866000', '124751.869000', '124751.873000', '124751.876000', '124751.879000', '124751.881000', '124751.884000', '124751.887000', '124751.889000', '124751.892000', '124751.894000', '124751.897000', '124751.900000', '124751.902000', '124751.912000', '124751.923000', '124751.926000', '124751.928000', '124751.931000', '124751.934000', '124751.936000', '124751.939000', '124751.941000', '124751.944000', '124751.947000', '124751.949000', '124751.952000', '124751.955000', '124751.957000', '124751.960000', '124751.962000', '124751.965000', '124751.968000', '124751.970000', '124751.973000', '124751.976000', '124751.978000', '124751.981000', '124751.984000', '124751.986000', '124751.989000', '124811.857000', '124811.859000', '124811.862000', '124811.865000', '124811.867000', '124811.870000', '124811.873000', '124811.875000', '124811.878000', '124811.880000', '124811.883000', '124811.886000', '124811.888000', '124811.891000', '124811.893000', '124811.896000', '124811.899000', '124811.901000', '124811.904000', '124811.906000', '124811.909000', '124811.912000', '124811.914000', '124811.917000', '124811.919000', '124811.922000', '124811.925000', '124811.927000', '124811.930000', '124811.932000', '124811.935000', '124811.938000', '124811.940000', '124811.943000', '124811.945000', '124811.948000', '124811.951000', '124811.953000', '124811.956000', '124811.958000', '124811.961000', '124811.963000', '124811.966000', '124831.857000', '124831.860000', '124831.862000', '124831.865000', '124831.867000', '124831.870000', '124831.873000', '124831.875000', '124831.878000', '124831.881000', '124831.883000', '124831.886000', '124831.888000', '124831.891000', '124831.893000', '124831.896000', '124831.899000', '124831.902000', '124831.904000', '124831.907000', '124831.909000', '124831.912000', '124831.915000', '124831.917000', '124831.920000', '124831.923000', '124831.925000', '124831.928000', '124831.931000', '124831.933000', '124831.936000', '124831.938000', '124831.941000', '124831.944000', '124831.946000', '124831.949000', '124831.952000', '124831.954000', '124831.957000', '124831.959000', '124831.962000', '124831.964000', '124831.967000', '124831.970000', '124851.857000', '124851.859000', '124851.862000', '124851.865000', '124851.867000', '124851.870000', '124851.873000', '124851.875000', '124851.878000', '124851.880000', '124851.883000', '124851.885000', '124851.888000', '124851.891000', '124851.893000', '124851.896000', '124851.898000', '124851.901000', '124851.904000', '124851.906000', '124851.909000', '124851.912000', '124851.915000', '124851.918000', '124851.921000', '124851.924000', '124851.926000', '124851.929000', '124851.932000', '124851.934000', '124851.937000', '124851.940000', '124851.942000', '124851.945000', '124851.947000', '124851.950000', '124851.952000', '124851.955000', '124851.958000', '124851.960000', '124851.963000', '124851.966000', '124851.968000', '124911.857000', '124911.860000', '124911.863000', '124911.865000', '124911.868000', '124911.871000', '124911.873000', '124911.876000', '124911.878000', '124911.881000', '124911.884000', '124911.886000', '124911.889000', '124911.891000', '124911.894000', '124911.897000', '124911.899000', '124911.902000', '124911.904000', '124911.907000', '124911.909000', '124911.912000', '124911.915000', '124911.917000', '124911.930000', '124911.932000', '124911.935000', '124911.938000', '124911.955000', '124911.958000', '124911.960000', '124911.963000', '124911.965000', '124911.968000', '124911.971000', '124911.973000', '124911.976000', '124911.978000', '124911.981000', '124911.984000', '124911.986000', '124911.989000', '124911.992000', '124911.994000', '124931.857000', '124931.860000', '124931.863000', '124931.865000', '124931.868000', '124931.871000', '124931.873000', '124931.876000', '124931.879000', '124931.881000', '124931.884000', '124931.886000', '124931.889000', '124931.892000', '124931.894000', '124931.897000', '124931.900000', '124931.902000', '124931.905000', '124931.907000', '124931.910000', '124931.913000', '124931.915000', '124931.918000', '124931.920000', '124931.923000', '124931.926000', '124931.928000', '124931.931000', '124931.933000', '124931.936000', '124931.939000', '124931.941000', '124931.944000', '124931.946000', '124931.949000', '124931.951000', '124931.954000', '124931.957000', '124931.959000', '124931.962000', '124931.965000', '124931.967000', '124951.858000', '124951.861000', '124951.863000', '124951.866000', '124951.868000', '124951.871000', '124951.874000', '124951.876000', '124951.879000', '124951.882000', '124951.884000', '124951.887000', '124951.889000', '124951.892000', '124951.895000', '124951.897000', '124951.900000', '124951.902000', '124951.905000', '124951.908000', '124951.910000', '124951.913000', '124951.916000', '124951.918000', '124951.921000', '124951.924000', '124951.926000', '124951.929000', '124951.932000', '124951.934000', '124951.937000', '124951.939000', '124951.942000', '124951.945000', '124951.947000', '124951.950000', '124951.953000', '124951.955000', '124951.958000', '124951.961000', '124951.964000', '124951.966000', '124951.969000', '124951.972000', '125011.857000', '125011.860000', '125011.863000', '125011.865000', '125011.868000', '125011.871000', '125011.873000', '125011.876000', '125011.879000', '125011.881000', '125011.884000', '125011.887000', '125011.889000', '125011.892000', '125011.894000', '125011.897000', '125011.899000', '125011.902000', '125011.905000', '125011.907000', '125011.910000', '125011.912000', '125011.915000', '125011.918000', '125011.920000', '125011.923000', '125011.925000', '125011.928000', '125011.931000', '125011.933000', '125011.936000', '125011.938000', '125011.941000', '125011.944000', '125011.946000', '125011.949000', '125011.951000', '125011.954000', '125011.956000', '125011.959000', '125011.962000', '125011.964000', '125011.967000', '125031.857000', '125031.859000', '125031.862000', '125031.865000', '125031.867000', '125031.870000', '125031.872000', '125031.875000', '125031.878000', '125031.880000', '125031.883000', '125031.885000', '125031.888000', '125031.891000', '125031.893000', '125031.896000', '125031.898000', '125031.901000', '125031.904000', '125031.906000', '125031.909000', '125031.911000', '125031.914000', '125031.917000', '125031.919000', '125031.930000', '125031.932000', '125031.935000', '125031.937000', '125031.940000', '125031.943000', '125031.945000', '125031.948000', '125031.950000', '125031.953000', '125031.956000', '125031.958000', '125031.961000', '125031.964000', '125031.966000', '125031.969000', '125031.971000', '125031.974000', '125031.977000', '125051.857000', '125051.860000', '125051.862000', '125051.865000', '125051.867000', '125051.870000', '125051.873000', '125051.875000', '125051.878000', '125051.881000', '125051.883000', '125051.886000', '125051.889000', '125051.891000', '125051.894000', '125051.896000', '125051.899000', '125051.902000', '125051.904000', '125051.907000', '125051.909000', '125051.912000', '125051.915000', '125051.917000', '125051.920000', '125051.923000', '125051.925000', '125051.928000', '125051.930000', '125051.933000', '125051.936000', '125051.938000', '125051.941000', '125051.943000', '125051.946000', '125051.949000', '125051.951000', '125051.954000', '125051.957000', '125051.959000', '125051.962000', '125051.965000', '125051.967000', '125111.856000', '125111.859000', '125111.862000', '125111.865000', '125111.867000', '125111.870000', '125111.872000', '125111.875000', '125111.878000', '125111.880000', '125111.883000', '125111.885000', '125111.888000', '125111.891000', '125111.893000', '125111.896000', '125111.899000', '125111.901000', '125111.904000', '125111.906000', '125111.909000', '125111.911000', '125111.914000', '125111.917000', '125111.919000', '125111.922000', '125111.924000', '125111.927000', '125111.930000', '125111.932000', '125111.935000', '125111.937000', '125111.940000', '125111.943000', '125111.945000', '125111.948000', '125111.951000', '125111.953000', '125111.956000', '125111.958000', '125111.961000', '125111.964000', '125111.966000', '125111.969000', '125131.858000', '125131.860000', '125131.863000', '125131.866000', '125131.868000', '125131.871000', '125131.874000', '125131.876000', '125131.879000', '125131.881000', '125131.891000', '125131.894000', '125131.896000', '125131.899000', '125131.901000', '125131.904000', '125131.907000', '125131.909000', '125131.912000', '125131.915000', '125131.917000', '125131.920000', '125131.923000', '125131.925000', '125131.928000', '125131.930000', '125131.933000', '125131.936000', '125131.938000', '125131.941000', '125131.944000', '125131.946000', '125131.949000', '125131.951000', '125131.954000', '125131.957000', '125131.959000', '125131.962000', '125131.965000', '125131.967000', '125131.970000', '125131.972000', '125131.975000', '125151.858000', '125151.860000', '125151.863000', '125151.866000', '125151.868000', '125151.871000', '125151.873000', '125151.883000', '125151.885000', '125151.888000', '125151.890000', '125151.893000', '125151.896000', '125151.898000', '125151.901000', '125151.903000', '125151.906000', '125151.909000', '125151.911000', '125151.914000', '125151.916000', '125151.919000', '125151.922000', '125151.924000', '125151.927000', '125151.930000', '125151.932000', '125151.935000', '125151.937000', '125151.940000', '125151.943000', '125151.945000', '125151.948000', '125151.950000', '125151.953000', '125151.956000', '125151.958000', '125151.961000', '125151.963000', '125151.966000', '125151.969000', '125151.971000', '125151.974000', '125151.976000', '125156.851000', '125156.854000', '125156.856000', '125156.859000', '125156.862000', '125156.864000', '125156.867000', '125156.870000', '125156.872000', '125156.875000', '125156.878000'], 'InstanceCreationTime': ['124231.912000', '124231.915000', '124231.918000', '124231.920000', '124231.923000', '124231.926000', '124231.928000', '124231.931000', '124231.933000', '124231.936000', '124231.938000', '124231.941000', '124231.943000', '124231.946000', '124231.949000', '124231.951000', '124231.954000', '124231.956000', '124231.959000', '124231.962000', '124231.964000', '124231.967000', '124231.969000', '124231.972000', '124231.974000', '124231.983000', '124231.986000', '124231.988000', '124231.991000', '124231.994000', '124231.996000', '124232.000000', '124232.002000', '124232.005000', '124232.007000', '124232.010000', '124232.013000', '124232.015000', '124232.018000', '124251.857000', '124251.860000', '124251.863000', '124251.865000', '124251.868000', '124251.871000', '124251.873000', '124251.876000', '124251.878000', '124251.881000', '124251.883000', '124251.886000', '124251.888000', '124251.891000', '124251.894000', '124251.896000', '124251.899000', '124251.901000', '124251.904000', '124251.906000', '124251.909000', '124251.911000', '124251.914000', '124251.917000', '124251.919000', '124251.922000', '124251.924000', '124251.927000', '124251.929000', '124251.932000', '124251.935000', '124251.937000', '124251.940000', '124251.942000', '124251.951000', '124251.954000', '124251.956000', '124251.959000', '124251.961000', '124251.964000', '124251.966000', '124251.969000', '124251.972000', '124251.974000', '124311.857000', '124311.860000', '124311.863000', '124311.865000', '124311.868000', '124311.871000', '124311.873000', '124311.876000', '124311.878000', '124311.881000', '124311.890000', '124311.893000', '124311.895000', '124311.905000', '124311.907000', '124311.910000', '124311.913000', '124311.915000', '124311.918000', '124311.921000', '124311.923000', '124311.926000', '124311.929000', '124311.931000', '124311.934000', '124311.937000', '124311.939000', '124311.942000', '124311.945000', '124311.958000', '124311.961000', '124311.963000', '124311.966000', '124311.968000', '124311.971000', '124311.974000', '124311.976000', '124311.979000', '124311.982000', '124311.984000', '124311.987000', '124311.989000', '124311.992000', '124331.858000', '124331.861000', '124331.863000', '124331.866000', '124331.868000', '124331.871000', '124331.873000', '124331.876000', '124331.879000', '124331.882000', '124331.884000', '124331.887000', '124331.889000', '124331.892000', '124331.895000', '124331.897000', '124331.900000', '124331.903000', '124331.905000', '124331.908000', '124331.910000', '124331.913000', '124331.916000', '124331.918000', '124331.921000', '124331.923000', '124331.926000', '124331.928000', '124331.931000', '124331.934000', '124331.936000', '124331.939000', '124331.942000', '124331.944000', '124331.947000', '124331.949000', '124331.952000', '124331.955000', '124331.957000', '124331.964000', '124331.967000', '124331.969000', '124331.972000', '124331.975000', '124351.856000', '124351.859000', '124351.862000', '124351.865000', '124351.867000', '124351.870000', '124351.872000', '124351.875000', '124351.877000', '124351.880000', '124351.883000', '124351.885000', '124351.888000', '124351.891000', '124351.893000', '124351.896000', '124351.898000', '124351.901000', '124351.903000', '124351.906000', '124351.909000', '124351.911000', '124351.914000', '124351.916000', '124351.919000', '124351.922000', '124351.924000', '124351.927000', '124351.930000', '124351.932000', '124351.935000', '124351.938000', '124351.940000', '124351.943000', '124351.945000', '124351.948000', '124351.951000', '124351.953000', '124351.956000', '124351.958000', '124351.961000', '124351.964000', '124351.966000', '124411.856000', '124411.859000', '124411.862000', '124411.864000', '124411.867000', '124411.870000', '124411.872000', '124411.875000', '124411.877000', '124411.880000', '124411.883000', '124411.885000', '124411.888000', '124411.891000', '124411.893000', '124411.896000', '124411.898000', '124411.901000', '124411.903000', '124411.906000', '124411.909000', '124411.911000', '124411.914000', '124411.916000', '124411.919000', '124411.922000', '124411.924000', '124411.927000', '124411.930000', '124411.932000', '124411.935000', '124411.937000', '124411.940000', '124411.943000', '124411.946000', '124411.948000', '124411.951000', '124411.954000', '124411.956000', '124411.959000', '124411.961000', '124411.964000', '124411.967000', '124411.969000', '124431.858000', '124431.860000', '124431.863000', '124431.866000', '124431.868000', '124431.871000', '124431.873000', '124431.876000', '124431.879000', '124431.881000', '124431.884000', '124431.887000', '124431.889000', '124431.892000', '124431.894000', '124431.897000', '124431.900000', '124431.902000', '124431.905000', '124431.908000', '124431.910000', '124431.913000', '124431.915000', '124431.918000', '124431.921000', '124431.923000', '124431.926000', '124431.928000', '124431.931000', '124431.934000', '124431.936000', '124431.939000', '124431.941000', '124431.944000', '124431.947000', '124431.949000', '124431.952000', '124431.954000', '124431.957000', '124431.960000', '124431.962000', '124431.965000', '124431.968000', '124451.857000', '124451.860000', '124451.863000', '124451.866000', '124451.869000', '124451.872000', '124451.874000', '124451.877000', '124451.879000', '124451.882000', '124451.885000', '124451.904000', '124451.906000', '124451.909000', '124451.911000', '124451.914000', '124451.917000', '124451.920000', '124451.922000', '124451.928000', '124451.930000', '124451.933000', '124451.936000', '124451.938000', '124451.941000', '124451.944000', '124451.946000', '124451.949000', '124451.951000', '124451.954000', '124451.956000', '124451.959000', '124451.962000', '124451.964000', '124451.967000', '124451.970000', '124451.972000', '124451.975000', '124451.977000', '124451.980000', '124451.983000', '124451.985000', '124451.988000', '124451.991000', '124511.858000', '124511.861000', '124511.863000', '124511.866000', '124511.868000', '124511.871000', '124511.874000', '124511.876000', '124511.879000', '124511.882000', '124511.884000', '124511.887000', '124511.889000', '124511.892000', '124511.895000', '124511.897000', '124511.900000', '124511.903000', '124511.905000', '124511.908000', '124511.910000', '124511.913000', '124511.916000', '124511.918000', '124511.921000', '124511.924000', '124511.926000', '124511.929000', '124511.931000', '124511.934000', '124511.937000', '124511.939000', '124511.942000', '124511.945000', '124511.947000', '124511.950000', '124511.952000', '124511.955000', '124511.958000', '124511.960000', '124511.963000', '124511.966000', '124511.968000', '124531.858000', '124531.860000', '124531.863000', '124531.866000', '124531.868000', '124531.871000', '124531.874000', '124531.877000', '124531.879000', '124531.882000', '124531.885000', '124531.887000', '124531.890000', '124531.892000', '124531.895000', '124531.898000', '124531.900000', '124531.903000', '124531.906000', '124531.908000', '124531.911000', '124531.914000', '124531.916000', '124531.919000', '124531.922000', '124531.924000', '124531.927000', '124531.930000', '124531.932000', '124531.935000', '124531.938000', '124531.940000', '124531.943000', '124531.945000', '124531.948000', '124531.951000', '124531.953000', '124531.956000', '124531.959000', '124531.962000', '124531.964000', '124531.967000', '124531.970000', '124551.859000', '124551.862000', '124551.864000', '124551.867000', '124551.869000', '124551.872000', '124551.875000', '124551.877000', '124551.880000', '124551.882000', '124551.885000', '124551.888000', '124551.890000', '124551.893000', '124551.895000', '124551.898000', '124551.901000', '124551.903000', '124551.906000', '124551.909000', '124551.911000', '124551.914000', '124551.916000', '124551.919000', '124551.922000', '124551.924000', '124551.927000', '124551.929000', '124551.932000', '124551.934000', '124551.937000', '124551.940000', '124551.942000', '124551.945000', '124551.947000', '124551.950000', '124551.953000', '124551.955000', '124551.958000', '124551.960000', '124551.963000', '124551.966000', '124551.968000', '124551.971000', '124611.857000', '124611.859000', '124611.862000', '124611.865000', '124611.868000', '124611.870000', '124611.873000', '124611.876000', '124611.878000', '124611.881000', '124611.883000', '124611.886000', '124611.889000', '124611.891000', '124611.894000', '124611.896000', '124611.899000', '124611.903000', '124611.906000', '124611.908000', '124611.911000', '124611.913000', '124611.916000', '124611.919000', '124611.921000', '124611.924000', '124611.926000', '124611.929000', '124611.931000', '124611.934000', '124611.937000', '124611.939000', '124611.942000', '124611.944000', '124611.947000', '124611.950000', '124611.978000', '124611.981000', '124611.983000', '124611.986000', '124611.989000', '124611.991000', '124611.994000', '124631.856000', '124631.859000', '124631.862000', '124631.865000', '124631.867000', '124631.870000', '124631.873000', '124631.875000', '124631.878000', '124631.880000', '124631.883000', '124631.886000', '124631.888000', '124631.891000', '124631.894000', '124631.896000', '124631.899000', '124631.901000', '124631.904000', '124631.907000', '124631.909000', '124631.912000', '124631.914000', '124631.917000', '124631.920000', '124631.922000', '124631.925000', '124631.928000', '124631.930000', '124631.933000', '124631.935000', '124631.938000', '124631.941000', '124631.943000', '124631.946000', '124631.948000', '124631.951000', '124631.954000', '124631.956000', '124631.959000', '124631.961000', '124631.964000', '124631.967000', '124631.969000', '124651.857000', '124651.860000', '124651.863000', '124651.865000', '124651.868000', '124651.871000', '124651.873000', '124651.876000', '124651.879000', '124651.881000', '124651.884000', '124651.886000', '124651.889000', '124651.892000', '124651.894000', '124651.897000', '124651.899000', '124651.902000', '124651.905000', '124651.907000', '124651.910000', '124651.912000', '124651.915000', '124651.918000', '124651.920000', '124651.923000', '124651.926000', '124651.928000', '124651.931000', '124651.933000', '124651.936000', '124651.939000', '124651.941000', '124651.944000', '124651.946000', '124651.949000', '124651.952000', '124651.954000', '124651.957000', '124651.959000', '124651.962000', '124651.965000', '124651.967000', '124651.970000', '124711.858000', '124711.860000', '124711.863000', '124711.866000', '124711.868000', '124711.871000', '124711.874000', '124711.876000', '124711.879000', '124711.881000', '124711.884000', '124711.887000', '124711.889000', '124711.892000', '124711.894000', '124711.897000', '124711.900000', '124711.902000', '124711.905000', '124711.907000', '124711.910000', '124711.913000', '124711.915000', '124711.918000', '124711.920000', '124711.923000', '124711.926000', '124711.928000', '124711.931000', '124711.933000', '124711.936000', '124711.939000', '124711.941000', '124711.944000', '124711.946000', '124711.949000', '124711.952000', '124711.954000', '124711.957000', '124711.959000', '124711.962000', '124711.964000', '124711.967000', '124731.857000', '124731.860000', '124731.863000', '124731.866000', '124731.868000', '124731.871000', '124731.874000', '124731.876000', '124731.879000', '124731.882000', '124731.884000', '124731.887000', '124731.890000', '124731.892000', '124731.895000', '124731.897000', '124731.900000', '124731.903000', '124731.905000', '124731.908000', '124731.911000', '124731.914000', '124731.917000', '124731.920000', '124731.922000', '124731.925000', '124731.928000', '124731.930000', '124731.933000', '124731.935000', '124731.938000', '124731.946000', '124731.949000', '124731.951000', '124731.954000', '124731.957000', '124731.959000', '124731.962000', '124731.965000', '124731.967000', '124731.970000', '124731.973000', '124731.975000', '124751.857000', '124751.860000', '124751.863000', '124751.866000', '124751.869000', '124751.873000', '124751.876000', '124751.879000', '124751.881000', '124751.884000', '124751.887000', '124751.889000', '124751.892000', '124751.894000', '124751.897000', '124751.900000', '124751.902000', '124751.912000', '124751.923000', '124751.926000', '124751.928000', '124751.931000', '124751.934000', '124751.936000', '124751.939000', '124751.941000', '124751.944000', '124751.947000', '124751.949000', '124751.952000', '124751.955000', '124751.957000', '124751.960000', '124751.962000', '124751.965000', '124751.968000', '124751.970000', '124751.973000', '124751.976000', '124751.978000', '124751.981000', '124751.984000', '124751.986000', '124751.989000', '124811.857000', '124811.859000', '124811.862000', '124811.865000', '124811.867000', '124811.870000', '124811.873000', '124811.875000', '124811.878000', '124811.880000', '124811.883000', '124811.886000', '124811.888000', '124811.891000', '124811.893000', '124811.896000', '124811.899000', '124811.901000', '124811.904000', '124811.906000', '124811.909000', '124811.912000', '124811.914000', '124811.917000', '124811.919000', '124811.922000', '124811.925000', '124811.927000', '124811.930000', '124811.932000', '124811.935000', '124811.938000', '124811.940000', '124811.943000', '124811.945000', '124811.948000', '124811.951000', '124811.953000', '124811.956000', '124811.958000', '124811.961000', '124811.963000', '124811.966000', '124831.857000', '124831.860000', '124831.862000', '124831.865000', '124831.867000', '124831.870000', '124831.873000', '124831.875000', '124831.878000', '124831.881000', '124831.883000', '124831.886000', '124831.888000', '124831.891000', '124831.893000', '124831.896000', '124831.899000', '124831.902000', '124831.904000', '124831.907000', '124831.909000', '124831.912000', '124831.915000', '124831.917000', '124831.920000', '124831.923000', '124831.925000', '124831.928000', '124831.931000', '124831.933000', '124831.936000', '124831.938000', '124831.941000', '124831.944000', '124831.946000', '124831.949000', '124831.952000', '124831.954000', '124831.957000', '124831.959000', '124831.962000', '124831.964000', '124831.967000', '124831.970000', '124851.857000', '124851.859000', '124851.862000', '124851.865000', '124851.867000', '124851.870000', '124851.873000', '124851.875000', '124851.878000', '124851.880000', '124851.883000', '124851.885000', '124851.888000', '124851.891000', '124851.893000', '124851.896000', '124851.898000', '124851.901000', '124851.904000', '124851.906000', '124851.909000', '124851.912000', '124851.915000', '124851.918000', '124851.921000', '124851.924000', '124851.926000', '124851.929000', '124851.932000', '124851.934000', '124851.937000', '124851.940000', '124851.942000', '124851.945000', '124851.947000', '124851.950000', '124851.952000', '124851.955000', '124851.958000', '124851.960000', '124851.963000', '124851.966000', '124851.968000', '124911.857000', '124911.860000', '124911.863000', '124911.865000', '124911.868000', '124911.871000', '124911.873000', '124911.876000', '124911.878000', '124911.881000', '124911.884000', '124911.886000', '124911.889000', '124911.891000', '124911.894000', '124911.897000', '124911.899000', '124911.902000', '124911.904000', '124911.907000', '124911.909000', '124911.912000', '124911.915000', '124911.917000', '124911.930000', '124911.932000', '124911.935000', '124911.938000', '124911.955000', '124911.958000', '124911.960000', '124911.963000', '124911.965000', '124911.968000', '124911.971000', '124911.973000', '124911.976000', '124911.978000', '124911.981000', '124911.984000', '124911.986000', '124911.989000', '124911.992000', '124911.994000', '124931.857000', '124931.860000', '124931.863000', '124931.865000', '124931.868000', '124931.871000', '124931.873000', '124931.876000', '124931.879000', '124931.881000', '124931.884000', '124931.886000', '124931.889000', '124931.892000', '124931.894000', '124931.897000', '124931.900000', '124931.902000', '124931.905000', '124931.907000', '124931.910000', '124931.913000', '124931.915000', '124931.918000', '124931.920000', '124931.923000', '124931.926000', '124931.928000', '124931.931000', '124931.933000', '124931.936000', '124931.939000', '124931.941000', '124931.944000', '124931.946000', '124931.949000', '124931.951000', '124931.954000', '124931.957000', '124931.959000', '124931.962000', '124931.965000', '124931.967000', '124951.858000', '124951.861000', '124951.863000', '124951.866000', '124951.868000', '124951.871000', '124951.874000', '124951.876000', '124951.879000', '124951.882000', '124951.884000', '124951.887000', '124951.889000', '124951.892000', '124951.895000', '124951.897000', '124951.900000', '124951.902000', '124951.905000', '124951.908000', '124951.910000', '124951.913000', '124951.916000', '124951.918000', '124951.921000', '124951.924000', '124951.926000', '124951.929000', '124951.932000', '124951.934000', '124951.937000', '124951.939000', '124951.942000', '124951.945000', '124951.947000', '124951.950000', '124951.953000', '124951.955000', '124951.958000', '124951.961000', '124951.964000', '124951.966000', '124951.969000', '124951.972000', '125011.857000', '125011.860000', '125011.863000', '125011.865000', '125011.868000', '125011.871000', '125011.873000', '125011.876000', '125011.879000', '125011.881000', '125011.884000', '125011.887000', '125011.889000', '125011.892000', '125011.894000', '125011.897000', '125011.899000', '125011.902000', '125011.905000', '125011.907000', '125011.910000', '125011.912000', '125011.915000', '125011.918000', '125011.920000', '125011.923000', '125011.925000', '125011.928000', '125011.931000', '125011.933000', '125011.936000', '125011.938000', '125011.941000', '125011.944000', '125011.946000', '125011.949000', '125011.951000', '125011.954000', '125011.956000', '125011.959000', '125011.962000', '125011.964000', '125011.967000', '125031.857000', '125031.859000', '125031.862000', '125031.865000', '125031.867000', '125031.870000', '125031.872000', '125031.875000', '125031.878000', '125031.880000', '125031.883000', '125031.885000', '125031.888000', '125031.891000', '125031.893000', '125031.896000', '125031.898000', '125031.901000', '125031.904000', '125031.906000', '125031.909000', '125031.911000', '125031.914000', '125031.917000', '125031.919000', '125031.930000', '125031.932000', '125031.935000', '125031.937000', '125031.940000', '125031.943000', '125031.945000', '125031.948000', '125031.950000', '125031.953000', '125031.956000', '125031.958000', '125031.961000', '125031.964000', '125031.966000', '125031.969000', '125031.971000', '125031.974000', '125031.977000', '125051.857000', '125051.860000', '125051.862000', '125051.865000', '125051.867000', '125051.870000', '125051.873000', '125051.875000', '125051.878000', '125051.881000', '125051.883000', '125051.886000', '125051.889000', '125051.891000', '125051.894000', '125051.896000', '125051.899000', '125051.902000', '125051.904000', '125051.907000', '125051.909000', '125051.912000', '125051.915000', '125051.917000', '125051.920000', '125051.923000', '125051.925000', '125051.928000', '125051.930000', '125051.933000', '125051.936000', '125051.938000', '125051.941000', '125051.943000', '125051.946000', '125051.949000', '125051.951000', '125051.954000', '125051.957000', '125051.959000', '125051.962000', '125051.965000', '125051.967000', '125111.856000', '125111.859000', '125111.862000', '125111.865000', '125111.867000', '125111.870000', '125111.872000', '125111.875000', '125111.878000', '125111.880000', '125111.883000', '125111.885000', '125111.888000', '125111.891000', '125111.893000', '125111.896000', '125111.899000', '125111.901000', '125111.904000', '125111.906000', '125111.909000', '125111.911000', '125111.914000', '125111.917000', '125111.919000', '125111.922000', '125111.924000', '125111.927000', '125111.930000', '125111.932000', '125111.935000', '125111.937000', '125111.940000', '125111.943000', '125111.945000', '125111.948000', '125111.951000', '125111.953000', '125111.956000', '125111.958000', '125111.961000', '125111.964000', '125111.966000', '125111.969000', '125131.858000', '125131.860000', '125131.863000', '125131.866000', '125131.868000', '125131.871000', '125131.874000', '125131.876000', '125131.879000', '125131.881000', '125131.891000', '125131.894000', '125131.896000', '125131.899000', '125131.901000', '125131.904000', '125131.907000', '125131.909000', '125131.912000', '125131.915000', '125131.917000', '125131.920000', '125131.923000', '125131.925000', '125131.928000', '125131.930000', '125131.933000', '125131.936000', '125131.938000', '125131.941000', '125131.944000', '125131.946000', '125131.949000', '125131.951000', '125131.954000', '125131.957000', '125131.959000', '125131.962000', '125131.965000', '125131.967000', '125131.970000', '125131.972000', '125131.975000', '125151.858000', '125151.860000', '125151.863000', '125151.866000', '125151.868000', '125151.871000', '125151.873000', '125151.883000', '125151.885000', '125151.888000', '125151.890000', '125151.893000', '125151.896000', '125151.898000', '125151.901000', '125151.903000', '125151.906000', '125151.909000', '125151.911000', '125151.914000', '125151.916000', '125151.919000', '125151.922000', '125151.924000', '125151.927000', '125151.930000', '125151.932000', '125151.935000', '125151.937000', '125151.940000', '125151.943000', '125151.945000', '125151.948000', '125151.950000', '125151.953000', '125151.956000', '125151.958000', '125151.961000', '125151.963000', '125151.966000', '125151.969000', '125151.971000', '125151.974000', '125151.976000', '125156.851000', '125156.854000', '125156.856000', '125156.859000', '125156.862000', '125156.864000', '125156.867000', '125156.870000', '125156.872000', '125156.875000', '125156.878000'], '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': [9824, 10960, 9479, 11252, 9774, 10461, 8355, 9040, 10208, 9471, 8857, 9400, 9038, 12693, 9428, 11952, 8799, 12227, 11149, 13037, 9400, 9243, 9023, 8812, 12709, 9307, 9591, 8597, 10337, 8677, 9349, 9190, 8436, 8840, 9050, 8662, 8674, 9680, 8967, 11175, 8913, 9620, 9391, 8594, 8846, 9602, 10830, 9117, 10797, 8564, 9950, 8489, 9320, 9102, 8710, 9215, 8716, 10930, 9046, 12136, 9087, 10269, 9013, 10644, 9494, 9297, 9206, 9276, 11093, 9083, 11599, 8941, 11315, 8423, 12608, 10126, 8443, 9041, 9031, 9781, 9495, 11611, 8645, 10120, 8888, 9773, 9378, 8941, 9055, 8586, 8979, 9214, 9642, 9194, 11529, 8899, 9472, 8656, 10744, 8809, 8951, 9125, 9032, 11211, 12398, 12504, 9308, 11259, 9246, 10989, 9605, 8716, 8721, 8732, 9788, 9672, 11664, 8756, 10192, 8466, 9508, 8770, 8498, 9357, 8809, 9130, 9020, 11312, 9181, 9491, 8923, 8793, 9521, 9095, 12050, 9125, 11280, 9416, 10912, 9976, 9256, 10247, 9186, 11645, 9806, 10493, 9419, 8737, 11021, 9476, 11250, 9898, 10690, 9285, 10557, 9618, 9458, 9387, 9123, 12838, 9635, 10083, 8621, 9066, 9779, 8821, 11836, 9695, 10123, 9509, 8512, 9868, 8992, 10719, 9464, 11429, 9067, 10855, 9666, 8895, 8403, 8602, 10846, 9407, 10906, 9211, 10132, 9363, 8837, 9288, 9048, 10223, 8913, 13327, 9793, 10002, 9472, 9694, 10458, 8920, 10507, 9192, 9857, 8785, 11609, 9365, 8519, 8866, 9132, 8963, 8845, 9948, 9075, 10187, 8858, 8947, 9168, 8789, 8855, 9253, 11082, 9065, 10504, 9269, 8644, 9184, 9354, 11160, 9061, 10557, 9083, 11398, 9057, 9082, 8788, 8610, 9220, 9137, 10552, 9168, 10503, 8974, 11936, 9417, 10129, 8961, 8936, 9409, 8972, 12135, 9283, 10520, 8882, 11893, 9336, 10479, 8994, 8822, 9725, 8761, 11739, 9172, 11838, 8430, 9290, 9295, 9050, 11955, 9262, 11104, 9329, 9888, 9224, 9562, 10132, 9106, 11144, 9371, 11855, 9460, 10071, 9278, 11233, 9305, 8874, 8562, 9104, 11429, 9014, 11843, 9604, 8581, 8379, 9482, 10393, 9161, 9640, 8831, 8737, 8821, 8575, 9034, 8730, 9029, 8567, 10786, 9532, 10268, 9623, 8813, 9786, 8957, 12619, 9422, 11162, 9292, 11633, 12764, 13458, 11518, 9658, 10803, 9531, 13036, 11182, 12205, 8175, 9313, 8893, 9267, 11828, 9407, 9852, 9563, 9184, 9798, 9350, 9390, 9614, 9956, 9177, 12516, 9616, 9517, 9615, 8891, 9411, 10058, 8548, 9412, 9647, 9156, 11131, 9319, 9577, 9317, 9297, 9577, 9333, 9649, 8989, 8651, 8939, 9332, 9672, 11976, 9146, 10083, 9579, 9166, 9282, 8823, 9157, 8567, 9795, 8710, 10048, 8477, 10320, 8818, 9443, 8775, 10244, 9787, 8182, 9054, 8510, 9538, 8778, 10995, 8710, 10085, 9033, 8725, 10024, 8756, 10287, 9017, 10132, 9251, 12132, 9497, 9989, 8591, 8871, 10495, 8921, 10147, 9878, 9128, 13818, 10744, 10595, 9555, 9261, 13900, 14757, 14336, 9182, 10473, 9167, 10985, 9118, 8992, 8184, 9361, 9468, 9302, 11128, 8935, 8659, 8077, 8954, 10865, 9227, 9379, 9577, 10646, 9222, 8900, 8120, 8992, 9522, 9426, 11397, 9103, 10022, 9111, 9177, 9993, 8996, 9853, 9089, 9803, 9307, 10641, 9178, 9200, 9054, 9044, 10655, 9075, 11503, 9068, 9112, 8991, 9942, 9339, 8555, 9539, 8974, 9650, 8727, 11118, 8851, 9817, 9154, 9218, 9566, 8640, 9726, 9006, 10089, 9251, 11017, 9829, 8977, 8989, 9373, 9705, 9028, 12949, 9127, 11329, 9128, 9826, 9344, 9714, 9010, 8532, 9872, 8579, 11673, 8234, 9672, 8844, 9585, 8895, 11393, 9172, 9354, 8893, 8658, 9761, 8356, 9014, 8701, 9963, 8752, 10508, 9030, 11606, 9167, 9858, 9019, 10083, 10039, 9115, 9631, 8767, 10344, 9129, 12770, 9057, 10833, 8792, 10121, 10175, 8589, 10619, 9465, 10554, 8826, 12455, 9457, 10864, 9664, 10298, 9134, 12571, 9425, 10442, 9605, 9613, 8863, 11149, 8771, 9873, 8526, 9521, 9033, 9944, 8496, 9456, 8370, 7811, 8264, 9177, 10015, 7939, 10612, 8209, 9615, 8887, 10466, 9820, 10151, 9870, 8772, 12651, 12870, 13075, 10483, 11601, 9910, 13788, 11958, 14070, 10620, 11005, 10213, 9107, 9911, 11368, 9826, 7970, 10257, 8040, 10195, 8918, 10892, 9128, 12119, 9418, 8157, 8074, 8372, 9686, 9220, 10192, 7787, 9086, 8709, 8985, 9165, 8236, 10361, 7921, 10559, 8508, 11027, 9127, 11480, 9754, 10183, 9528, 12863, 10931, 9311, 11131, 9614, 11619, 9030, 8883, 11180, 9536, 14144, 11007, 11347, 9475, 9379, 10935, 9848, 12309, 9932, 10398, 9808, 11997, 9938, 8469, 8092, 8652, 9192, 9015, 10588, 9456, 9121, 9950, 8377, 10131, 8417, 9883, 9244, 10668, 9373, 11250, 8775, 8219, 9728, 8681, 10440, 9159, 10728, 9740, 9569, 9650, 10117, 10269, 8927, 10099, 8487, 10084, 9107, 10399, 7901, 10466, 9177, 9505, 8906, 11766, 8897, 10473, 9412, 10644, 9153, 13056, 9156, 9821, 9475, 8778, 9931, 8383, 9512, 8155, 9933, 8557, 10337, 8279, 10692, 8256, 10236, 9044, 10255, 9691, 10924, 9772, 7799, 10519, 8811, 12340, 9315, 11791, 9209, 12219, 10459, 10742, 9615, 8864, 11417, 9934, 12783, 10092, 10351, 9599, 10626, 10432, 8441, 10072, 9132, 11610, 9824, 9255, 8519, 8424, 10861, 9024, 10415, 9483, 9325, 9684, 8129, 8999, 8707, 10087, 9229, 11832, 10017, 8450, 9580, 8861, 11481, 9068, 10760, 9240, 10207, 10021, 7977, 9571, 8391, 10181, 9725, 9681, 8636, 8441, 9874, 8448, 12533, 9666, 9634, 9782, 8884, 11889, 8675, 11069, 9210, 11227, 10202, 8349, 8801, 8422, 10247, 8827, 13109, 9103, 7987, 8979, 8795, 10486, 8868, 12515, 9061, 8036, 9415, 8608, 11284, 9342, 10055, 9753, 8414, 10392, 9101, 11222, 8997, 10137, 9804, 11047, 11216, 8711, 10972, 9775, 11720, 10512, 14240, 10752, 8769, 8412, 8850, 10890, 8958, 10071, 9220, 9971, 9156, 11218, 10023, 8391, 7887, 7975, 9069, 8757, 10663, 8944, 10480, 8302, 10567, 8845, 10458, 8361, 9713, 8319, 8486, 9791, 8453, 9737, 7880, 9366, 7649, 9267, 8743, 10509, 8088, 9395, 9021, 8036, 9481, 8444, 10203, 8147, 10374, 8250, 10549, 9162, 11936, 9464, 8220, 10362, 8438, 11019, 10183, 13627, 10399, 11242, 9694, 10763, 15166, 12885, 12195, 9935, 10466, 9665, 13239, 10164, 9214, 9758, 8529, 10928, 9849, 10751, 9925, 10205, 9922, 12551, 10520, 8901, 8602, 8781, 11038, 8564, 9306, 9882, 8420, 9199, 8876, 11201, 8333, 10186, 9189, 8560, 9380, 8517, 10121, 8422, 9670, 9274, 9554, 9913, 8294, 10942, 9665, 11658, 10278, 11123, 9793, 8608, 10708, 9769, 13426, 10350, 9550, 9197, 8802, 11997, 10032, 9986, 9968, 8743, 10521, 8509, 10145, 9050, 8718, 9077, 9970, 9861, 8363, 9898, 8645, 11014, 8838, 13232, 9692, 10415, 9724, 8833, 9602, 10211, 10913, 8677, 10835, 9023, 10424, 9685, 10241, 8900, 10479, 9187, 10581, 8770, 10336, 8954, 9984, 9016, 10985, 9060, 8516, 9194, 8362, 9774, 8989, 9734, 9691, 9113, 8872, 9259, 9732, 9731, 9611, 8388, 8260, 9855, 8409, 10032, 8104, 10496, 8343, 10007, 9485, 11975, 10011, 11927, 9050, 10699, 10181, 10839, 10374, 12726, 8756, 10507, 10122, 9933, 9452, 12205, 9840, 9387, 10346, 9357, 9906, 8328, 9538, 8114, 10410, 8785, 10025, 12210, 9514, 10354, 9839, 10080, 9750, 10552, 9651, 8583, 8160, 8565, 9037, 8341, 10384, 8231, 11237, 7675, 10477, 9280, 12937, 11135, 10170, 10503, 10124, 10751, 9830, 13733, 10413, 10394, 8456, 8432, 9858, 8293, 9123, 8977, 10263, 8674, 10321, 8354, 9888, 8628, 12484, 8507, 9720, 9306, 8739, 9271, 11160, 9872, 8332, 9992, 7902, 8748, 9075, 8188, 10646, 9451, 14606, 9804, 11136, 9869, 9604, 10762, 13548, 12584, 10734, 10553, 9593, 10315, 10054, 14582, 10337, 11341, 9154, 9212, 10269, 10990, 9856, 8683, 9290, 8811, 9351, 8124, 9295, 8907, 10270, 8481, 8842, 7991, 10796, 8369, 9607, 8719, 9223, 8333, 12158, 8088, 10446, 8477, 8933, 9156, 11671, 8894, 8475, 9213, 8220, 8725, 8577, 10402, 9027, 8219, 9870, 8091, 9384, 9740, 12974, 10812, 8639, 10868, 9569, 13465, 11315, 15011, 11020, 10402, 9689, 10346, 13770, 10232, 11694, 10417, 11231, 10307, 9688, 10477, 9927, 10874, 10357, 13255, 10252, 8136, 8503, 9701, 10838, 9963, 9037, 8565, 8384, 8976, 8888, 10916, 9436, 7832, 8287, 8143, 10547, 8629, 10658, 9648, 8343, 8624, 9407, 10850, 8573, 10650, 9642, 11284, 9885, 10142, 9651, 8256, 10549, 9260, 12088, 9559, 9589, 10580, 11174, 10194, 8143, 10075, 9134, 10308, 10235, 13660, 10299, 10217, 8138, 7999, 9014, 9282, 10925, 9916, 9073, 8434, 7977, 8584, 8134, 11291, 8071, 10534, 9738, 10280, 10349, 12442, 10403, 9383, 10357, 10782, 11461, 11933, 11141, 8068, 10386, 9159, 10361, 9414, 8959, 8671, 8168, 9355, 8130, 10784, 8508, 10283, 10016, 12336, 10141, 9035, 8969, 8321, 10447, 9112, 13528, 9395], 'WindowCenter': [4631.0, 4621.0, 4583.0, 4599.0, 4578.0, 4584.0, 4542.0, 4553.0, 4570.0, 4561.0, 4564.0, 4564.0, 4562.0, 4603.0, 4553.0, 4579.0, 4552.0, 4589.0, 4581.0, 4600.0, 4537.0, 4523.0, 4536.0, 4535.0, 4586.0, 4535.0, 4531.0, 4538.0, 4556.0, 4536.0, 4535.0, 4547.0, 4527.0, 4548.0, 4549.0, 4540.0, 4540.0, 4558.0, 4550.0, 4579.0, 4553.0, 4563.0, 4552.0, 4527.0, 4548.0, 4548.0, 4566.0, 4550.0, 4582.0, 4540.0, 4546.0, 4551.0, 4548.0, 4552.0, 4539.0, 4550.0, 4540.0, 4581.0, 4564.0, 4590.0, 4551.0, 4559.0, 4552.0, 4568.0, 4563.0, 4547.0, 4537.0, 4549.0, 4568.0, 4552.0, 4567.0, 4539.0, 4568.0, 4528.0, 4586.0, 4571.0, 4527.0, 4536.0, 4537.0, 4556.0, 4558.0, 4579.0, 4540.0, 4557.0, 4536.0, 4557.0, 4548.0, 4547.0, 4550.0, 4541.0, 4539.0, 4560.0, 4557.0, 4562.0, 4581.0, 4552.0, 4561.0, 4552.0, 4583.0, 4551.0, 4539.0, 4548.0, 4548.0, 4567.0, 4602.0, 4579.0, 4537.0, 4554.0, 4549.0, 4555.0, 4549.0, 4526.0, 4525.0, 4524.0, 4557.0, 4546.0, 4578.0, 4538.0, 4556.0, 4538.0, 4556.0, 4550.0, 4540.0, 4551.0, 4536.0, 4560.0, 4547.0, 4580.0, 4576.0, 4563.0, 4538.0, 4551.0, 4561.0, 4563.0, 4605.0, 4563.0, 4581.0, 4563.0, 4582.0, 4574.0, 4550.0, 4557.0, 4562.0, 4580.0, 4575.0, 4570.0, 4549.0, 4538.0, 4570.0, 4561.0, 4566.0, 4547.0, 4557.0, 4549.0, 4570.0, 4561.0, 4546.0, 4535.0, 4548.0, 4585.0, 4548.0, 4559.0, 4539.0, 4536.0, 4559.0, 4535.0, 4590.0, 4562.0, 4555.0, 4558.0, 4536.0, 4557.0, 4550.0, 4569.0, 4547.0, 4578.0, 4551.0, 4580.0, 4562.0, 4536.0, 4528.0, 4540.0, 4569.0, 4562.0, 4556.0, 4548.0, 4559.0, 4550.0, 4538.0, 4537.0, 4548.0, 4556.0, 4547.0, 4601.0, 4558.0, 4544.0, 4559.0, 4544.0, 4556.0, 4547.0, 4568.0, 4537.0, 4544.0, 4536.0, 4566.0, 4550.0, 4535.0, 4535.0, 4547.0, 4538.0, 4548.0, 4558.0, 4538.0, 4555.0, 4550.0, 4550.0, 4561.0, 4539.0, 4549.0, 4548.0, 4579.0, 4564.0, 4569.0, 4548.0, 4536.0, 4549.0, 4547.0, 4580.0, 4538.0, 4557.0, 4548.0, 4577.0, 4549.0, 4537.0, 4538.0, 4535.0, 4549.0, 4560.0, 4571.0, 4549.0, 4557.0, 4550.0, 4577.0, 4561.0, 4570.0, 4537.0, 4536.0, 4549.0, 4536.0, 4590.0, 4549.0, 4557.0, 4551.0, 4577.0, 4548.0, 4570.0, 4537.0, 4535.0, 4544.0, 4538.0, 4576.0, 4548.0, 4580.0, 4527.0, 4538.0, 4546.0, 4549.0, 4576.0, 4551.0, 4566.0, 4546.0, 4558.0, 4548.0, 4546.0, 4555.0, 4538.0, 4568.0, 4548.0, 4577.0, 4547.0, 4547.0, 4548.0, 4564.0, 4548.0, 4522.0, 4526.0, 4535.0, 4563.0, 4539.0, 4577.0, 4547.0, 4524.0, 4527.0, 4545.0, 4556.0, 4561.0, 4547.0, 4536.0, 4539.0, 4547.0, 4537.0, 4564.0, 4551.0, 4549.0, 4552.0, 4578.0, 4576.0, 4572.0, 4560.0, 4550.0, 4570.0, 4550.0, 4593.0, 4550.0, 4566.0, 4553.0, 4578.0, 4588.0, 4601.0, 4568.0, 4534.0, 4554.0, 4549.0, 4575.0, 4568.0, 4576.0, 4514.0, 4521.0, 4536.0, 4534.0, 4566.0, 4536.0, 4532.0, 4547.0, 4536.0, 4556.0, 4536.0, 4536.0, 4536.0, 4548.0, 4536.0, 4589.0, 4549.0, 4536.0, 4535.0, 4525.0, 4535.0, 4547.0, 4526.0, 4522.0, 4547.0, 4534.0, 4564.0, 4550.0, 4548.0, 4537.0, 4535.0, 4547.0, 4547.0, 4551.0, 4537.0, 4527.0, 4539.0, 4548.0, 4547.0, 4578.0, 4538.0, 4546.0, 4550.0, 4547.0, 4550.0, 4541.0, 4552.0, 4527.0, 4558.0, 4540.0, 4561.0, 4543.0, 4560.0, 4542.0, 4546.0, 4540.0, 4557.0, 4562.0, 4528.0, 4538.0, 4539.0, 4558.0, 4537.0, 4580.0, 4555.0, 4560.0, 4551.0, 4539.0, 4559.0, 4553.0, 4573.0, 4540.0, 4571.0, 4552.0, 4589.0, 4563.0, 4560.0, 4541.0, 4538.0, 4569.0, 4553.0, 4571.0, 4571.0, 4553.0, 4614.0, 4575.0, 4559.0, 4536.0, 4540.0, 4588.0, 4599.0, 4586.0, 4523.0, 4543.0, 4524.0, 4541.0, 4526.0, 4513.0, 4499.0, 4533.0, 4532.0, 4537.0, 4553.0, 4523.0, 4515.0, 4515.0, 4525.0, 4570.0, 4540.0, 4523.0, 4548.0, 4556.0, 4549.0, 4539.0, 4516.0, 4536.0, 4549.0, 4550.0, 4568.0, 4538.0, 4545.0, 4549.0, 4539.0, 4558.0, 4552.0, 4559.0, 4540.0, 4547.0, 4547.0, 4570.0, 4551.0, 4540.0, 4538.0, 4539.0, 4557.0, 4554.0, 4570.0, 4538.0, 4526.0, 4537.0, 4558.0, 4551.0, 4526.0, 4536.0, 4541.0, 4549.0, 4540.0, 4570.0, 4539.0, 4547.0, 4551.0, 4550.0, 4550.0, 4541.0, 4552.0, 4540.0, 4571.0, 4552.0, 4569.0, 4564.0, 4554.0, 4540.0, 4549.0, 4549.0, 4537.0, 4591.0, 4550.0, 4557.0, 4536.0, 4548.0, 4550.0, 4550.0, 4530.0, 4515.0, 4548.0, 4528.0, 4569.0, 4518.0, 4537.0, 4541.0, 4550.0, 4539.0, 4570.0, 4537.0, 4525.0, 4540.0, 4540.0, 4560.0, 4543.0, 4554.0, 4541.0, 4560.0, 4541.0, 4559.0, 4553.0, 4582.0, 4553.0, 4548.0, 4541.0, 4547.0, 4562.0, 4541.0, 4550.0, 4527.0, 4559.0, 4549.0, 4591.0, 4540.0, 4555.0, 4540.0, 4558.0, 4559.0, 4529.0, 4562.0, 4537.0, 4557.0, 4539.0, 4579.0, 4538.0, 4549.0, 4535.0, 4546.0, 4537.0, 4577.0, 4538.0, 4544.0, 4536.0, 4536.0, 4524.0, 4557.0, 4529.0, 4535.0, 4517.0, 4535.0, 4535.0, 4534.0, 4540.0, 4548.0, 4529.0, 4504.0, 4530.0, 4539.0, 4558.0, 4546.0, 4575.0, 4546.0, 4562.0, 4554.0, 4574.0, 4579.0, 4575.0, 4563.0, 4541.0, 4592.0, 4605.0, 4595.0, 4562.0, 4556.0, 4539.0, 4587.0, 4568.0, 4577.0, 4547.0, 4531.0, 4522.0, 4513.0, 4533.0, 4554.0, 4534.0, 4493.0, 4523.0, 4492.0, 4535.0, 4526.0, 4544.0, 4534.0, 4563.0, 4535.0, 4504.0, 4516.0, 4525.0, 4546.0, 4551.0, 4573.0, 4537.0, 4554.0, 4557.0, 4553.0, 4564.0, 4557.0, 4578.0, 4534.0, 4575.0, 4555.0, 4585.0, 4570.0, 4583.0, 4564.0, 4574.0, 4565.0, 4602.0, 4586.0, 4550.0, 4571.0, 4553.0, 4570.0, 4541.0, 4540.0, 4581.0, 4563.0, 4614.0, 4586.0, 4557.0, 4537.0, 4539.0, 4556.0, 4549.0, 4569.0, 4535.0, 4544.0, 4546.0, 4566.0, 4551.0, 4515.0, 4503.0, 4527.0, 4536.0, 4538.0, 4559.0, 4538.0, 4536.0, 4558.0, 4528.0, 4574.0, 4533.0, 4548.0, 4554.0, 4570.0, 4552.0, 4583.0, 4543.0, 4530.0, 4549.0, 4542.0, 4560.0, 4566.0, 4573.0, 4553.0, 4539.0, 4563.0, 4562.0, 4575.0, 4530.0, 4547.0, 4529.0, 4562.0, 4552.0, 4563.0, 4524.0, 4560.0, 4543.0, 4552.0, 4555.0, 4583.0, 4546.0, 4551.0, 4553.0, 4572.0, 4552.0, 4592.0, 4543.0, 4536.0, 4550.0, 4539.0, 4548.0, 4541.0, 4564.0, 4531.0, 4560.0, 4541.0, 4560.0, 4545.0, 4586.0, 4547.0, 4562.0, 4556.0, 4560.0, 4565.0, 4585.0, 4563.0, 4521.0, 4574.0, 4553.0, 4606.0, 4553.0, 4580.0, 4564.0, 4581.0, 4575.0, 4572.0, 4538.0, 4539.0, 4579.0, 4561.0, 4591.0, 4558.0, 4547.0, 4549.0, 4557.0, 4571.0, 4518.0, 4549.0, 4549.0, 4570.0, 4562.0, 4536.0, 4541.0, 4529.0, 4570.0, 4542.0, 4558.0, 4563.0, 4550.0, 4564.0, 4533.0, 4540.0, 4555.0, 4572.0, 4564.0, 4595.0, 4563.0, 4531.0, 4564.0, 4553.0, 4594.0, 4553.0, 4569.0, 4565.0, 4560.0, 4575.0, 4532.0, 4552.0, 4543.0, 4573.0, 4576.0, 4565.0, 4544.0, 4543.0, 4576.0, 4555.0, 4605.0, 4566.0, 4564.0, 4573.0, 4553.0, 4596.0, 4545.0, 4580.0, 4566.0, 4582.0, 4587.0, 4544.0, 4542.0, 4544.0, 4572.0, 4551.0, 4616.0, 4567.0, 4532.0, 4541.0, 4553.0, 4569.0, 4556.0, 4605.0, 4554.0, 4532.0, 4563.0, 4541.0, 4585.0, 4565.0, 4561.0, 4549.0, 4544.0, 4561.0, 4567.0, 4585.0, 4554.0, 4562.0, 4561.0, 4581.0, 4586.0, 4532.0, 4558.0, 4561.0, 4581.0, 4559.0, 4602.0, 4560.0, 4517.0, 4518.0, 4526.0, 4557.0, 4542.0, 4548.0, 4526.0, 4536.0, 4538.0, 4553.0, 4560.0, 4528.0, 4518.0, 4508.0, 4540.0, 4540.0, 4573.0, 4544.0, 4562.0, 4523.0, 4543.0, 4543.0, 4561.0, 4535.0, 4541.0, 4521.0, 4530.0, 4562.0, 4530.0, 4563.0, 4519.0, 4539.0, 4522.0, 4553.0, 4542.0, 4573.0, 4547.0, 4552.0, 4544.0, 4533.0, 4561.0, 4544.0, 4589.0, 4548.0, 4576.0, 4545.0, 4573.0, 4555.0, 4597.0, 4578.0, 4543.0, 4564.0, 4545.0, 4572.0, 4576.0, 4616.0, 4575.0, 4571.0, 4554.0, 4559.0, 4610.0, 4595.0, 4570.0, 4535.0, 4545.0, 4537.0, 4587.0, 4548.0, 4525.0, 4526.0, 4527.0, 4557.0, 4536.0, 4545.0, 4535.0, 4545.0, 4546.0, 4565.0, 4546.0, 4522.0, 4525.0, 4524.0, 4559.0, 4528.0, 4526.0, 4547.0, 4527.0, 4538.0, 4539.0, 4584.0, 4543.0, 4559.0, 4552.0, 4540.0, 4548.0, 4541.0, 4575.0, 4542.0, 4551.0, 4565.0, 4561.0, 4576.0, 4545.0, 4574.0, 4564.0, 4582.0, 4575.0, 4584.0, 4551.0, 4529.0, 4572.0, 4561.0, 4602.0, 4562.0, 4539.0, 4551.0, 4538.0, 4582.0, 4550.0, 4536.0, 4562.0, 4529.0, 4560.0, 4543.0, 4561.0, 4543.0, 4539.0, 4552.0, 4561.0, 4575.0, 4544.0, 4551.0, 4542.0, 4571.0, 4542.0, 4601.0, 4564.0, 4561.0, 4552.0, 4543.0, 4552.0, 4573.0, 4575.0, 4530.0, 4560.0, 4538.0, 4557.0, 4549.0, 4549.0, 4527.0, 4546.0, 4538.0, 4559.0, 4531.0, 4547.0, 4528.0, 4550.0, 4541.0, 4569.0, 4555.0, 4530.0, 4552.0, 4521.0, 4565.0, 4554.0, 4567.0, 4543.0, 4531.0, 4530.0, 4555.0, 4548.0, 4551.0, 4551.0, 4532.0, 4532.0, 4563.0, 4543.0, 4562.0, 4550.0, 4589.0, 4551.0, 4565.0, 4568.0, 4596.0, 4567.0, 4575.0, 4534.0, 4549.0, 4549.0, 4559.0, 4548.0, 4580.0, 4519.0, 4536.0, 4548.0, 4544.0, 4538.0, 4567.0, 4539.0, 4523.0, 4561.0, 4538.0, 4561.0, 4533.0, 4554.0, 4523.0, 4546.0, 4530.0, 4551.0, 4581.0, 4540.0, 4534.0, 4525.0, 4536.0, 4538.0, 4556.0, 4550.0, 4517.0, 4517.0, 4531.0, 4541.0, 4532.0, 4576.0, 4545.0, 4587.0, 4524.0, 4573.0, 4552.0, 4592.0, 4574.0, 4553.0, 4538.0, 4536.0, 4534.0, 4536.0, 4574.0, 4548.0, 4524.0, 4506.0, 4490.0, 4547.0, 4515.0, 4538.0, 4530.0, 4550.0, 4520.0, 4551.0, 4544.0, 4564.0, 4543.0, 4593.0, 4530.0, 4540.0, 4539.0, 4539.0, 4541.0, 4571.0, 4565.0, 4532.0, 4561.0, 4536.0, 4544.0, 4544.0, 4545.0, 4571.0, 4565.0, 4627.0, 4567.0, 4572.0, 4552.0, 4552.0, 4572.0, 4592.0, 4595.0, 4562.0, 4550.0, 4525.0, 4548.0, 4537.0, 4588.0, 4538.0, 4543.0, 4527.0, 4509.0, 4547.0, 4545.0, 4537.0, 4505.0, 4515.0, 4514.0, 4526.0, 4507.0, 4537.0, 4526.0, 4536.0, 4517.0, 4527.0, 4519.0, 4558.0, 4517.0, 4527.0, 4531.0, 4540.0, 4531.0, 4582.0, 4524.0, 4562.0, 4520.0, 4537.0, 4538.0, 4571.0, 4542.0, 4532.0, 4542.0, 4531.0, 4543.0, 4541.0, 4572.0, 4557.0, 4545.0, 4566.0, 4538.0, 4566.0, 4568.0, 4619.0, 4601.0, 4557.0, 4576.0, 4566.0, 4606.0, 4587.0, 4616.0, 4573.0, 4561.0, 4552.0, 4560.0, 4591.0, 4550.0, 4556.0, 4548.0, 4557.0, 4549.0, 4525.0, 4546.0, 4535.0, 4557.0, 4547.0, 4576.0, 4536.0, 4504.0, 4526.0, 4535.0, 4557.0, 4550.0, 4527.0, 4527.0, 4517.0, 4528.0, 4539.0, 4573.0, 4553.0, 4521.0, 4530.0, 4533.0, 4572.0, 4556.0, 4575.0, 4565.0, 4545.0, 4544.0, 4553.0, 4587.0, 4544.0, 4562.0, 4554.0, 4572.0, 4565.0, 4565.0, 4552.0, 4544.0, 4573.0, 4554.0, 4592.0, 4553.0, 4552.0, 4574.0, 4571.0, 4577.0, 4523.0, 4551.0, 4543.0, 4561.0, 4561.0, 4601.0, 4575.0, 4560.0, 4520.0, 4519.0, 4541.0, 4540.0, 4572.0, 4565.0, 4542.0, 4531.0, 4534.0, 4542.0, 4531.0, 4585.0, 4534.0, 4561.0, 4554.0, 4563.0, 4577.0, 4596.0, 4576.0, 4543.0, 4565.0, 4572.0, 4571.0, 4571.0, 4571.0, 4507.0, 4547.0, 4540.0, 4560.0, 4552.0, 4541.0, 4546.0, 4533.0, 4556.0, 4533.0, 4577.0, 4544.0, 4563.0, 4562.0, 4594.0, 4577.0, 4542.0, 4542.0, 4532.0, 4559.0, 4544.0, 4604.0, 4553.0], 'WindowWidth': [10200.0, 10164.0, 10089.0, 10102.0, 10069.0, 10068.0, 10008.0, 10024.0, 10042.0, 10030.0, 10038.0, 10039.0, 10034.0, 10087.0, 10014.0, 10046.0, 10018.0, 10063.0, 10054.0, 10076.0, 9986.0, 9959.0, 9983.0, 9981.0, 10050.0, 9980.0, 9968.0, 9989.0, 10010.0, 9985.0, 9981.0, 9998.0, 9974.0, 10005.0, 10008.0, 9996.0, 9994.0, 10019.0, 10015.0, 10047.0, 10018.0, 10029.0, 10013.0, 9971.0, 10005.0, 10003.0, 10025.0, 10011.0, 10056.0, 9995.0, 9998.0, 10014.0, 10006.0, 10017.0, 9994.0, 10007.0, 9996.0, 10053.0, 10036.0, 10065.0, 10011.0, 10019.0, 10016.0, 10035.0, 10031.0, 10000.0, 9985.0, 10008.0, 10032.0, 10016.0, 10029.0, 9988.0, 10032.0, 9979.0, 10054.0, 10042.0, 9973.0, 9981.0, 9986.0, 10013.0, 10018.0, 10046.0, 9996.0, 10012.0, 9986.0, 10016.0, 10004.0, 10002.0, 10012.0, 9996.0, 9990.0, 10027.0, 10017.0, 10033.0, 10051.0, 10015.0, 10028.0, 10016.0, 10059.0, 10013.0, 9990.0, 10003.0, 10005.0, 10031.0, 10083.0, 10045.0, 9983.0, 10003.0, 10006.0, 10011.0, 10007.0, 9969.0, 9965.0, 9966.0, 10015.0, 10000.0, 10045.0, 9989.0, 10010.0, 9994.0, 10015.0, 10012.0, 9998.0, 10010.0, 9985.0, 10023.0, 10004.0, 10055.0, 10054.0, 10028.0, 9988.0, 10013.0, 10027.0, 10032.0, 10091.0, 10030.0, 10052.0, 10034.0, 10056.0, 10048.0, 10007.0, 10014.0, 10030.0, 10053.0, 10051.0, 10034.0, 10008.0, 9990.0, 10037.0, 10026.0, 10025.0, 9996.0, 10014.0, 10007.0, 10036.0, 10026.0, 9998.0, 9980.0, 10005.0, 10052.0, 10005.0, 10020.0, 9992.0, 9983.0, 10021.0, 9986.0, 10067.0, 10028.0, 10008.0, 10019.0, 9987.0, 10017.0, 10014.0, 10032.0, 9998.0, 10045.0, 10012.0, 10050.0, 10029.0, 9985.0, 9975.0, 9996.0, 10034.0, 10028.0, 10010.0, 10004.0, 10021.0, 10012.0, 9990.0, 9986.0, 10008.0, 10017.0, 10003.0, 10082.0, 10016.0, 9991.0, 10021.0, 9994.0, 10012.0, 10005.0, 10031.0, 9984.0, 9992.0, 9987.0, 10025.0, 10011.0, 9983.0, 9980.0, 10003.0, 9992.0, 10004.0, 10018.0, 9988.0, 10011.0, 10012.0, 10013.0, 10029.0, 9994.0, 10008.0, 10004.0, 10051.0, 10035.0, 10034.0, 10002.0, 9985.0, 10011.0, 10005.0, 10052.0, 9990.0, 10012.0, 10007.0, 10041.0, 10007.0, 9988.0, 9989.0, 9985.0, 10008.0, 10024.0, 10038.0, 10004.0, 10014.0, 10014.0, 10046.0, 10028.0, 10037.0, 9989.0, 9982.0, 10009.0, 9986.0, 10064.0, 10005.0, 10013.0, 10015.0, 10044.0, 10005.0, 10033.0, 9989.0, 9980.0, 9994.0, 9994.0, 10039.0, 10007.0, 10052.0, 9977.0, 9987.0, 9999.0, 10008.0, 10039.0, 10010.0, 10023.0, 10000.0, 10018.0, 10005.0, 10000.0, 10009.0, 9989.0, 10032.0, 10004.0, 10042.0, 10000.0, 9998.0, 10006.0, 10022.0, 10003.0, 9960.0, 9972.0, 9985.0, 10019.0, 9993.0, 10043.0, 9998.0, 9963.0, 9977.0, 9996.0, 10014.0, 10026.0, 10003.0, 9985.0, 9994.0, 10004.0, 9991.0, 10035.0, 10015.0, 10006.0, 10017.0, 10048.0, 10054.0, 10042.0, 10022.0, 10008.0, 10039.0, 10011.0, 10072.0, 10006.0, 10024.0, 10017.0, 10046.0, 10060.0, 10081.0, 10031.0, 9977.0, 10003.0, 10006.0, 10039.0, 10033.0, 10038.0, 9950.0, 9956.0, 9985.0, 9979.0, 10026.0, 9983.0, 9971.0, 10002.0, 9986.0, 10012.0, 9987.0, 9984.0, 9983.0, 10004.0, 9985.0, 10062.0, 10006.0, 9979.0, 9977.0, 9968.0, 9983.0, 10001.0, 9970.0, 9958.0, 9998.0, 9980.0, 10019.0, 10010.0, 9999.0, 9983.0, 9980.0, 10002.0, 10002.0, 10010.0, 9984.0, 9968.0, 9991.0, 10004.0, 10003.0, 10043.0, 9989.0, 9994.0, 10007.0, 10002.0, 10009.0, 9995.0, 10010.0, 9971.0, 10016.0, 9994.0, 10023.0, 10004.0, 10018.0, 9995.0, 9993.0, 9995.0, 10012.0, 10026.0, 9975.0, 9984.0, 9994.0, 10018.0, 9990.0, 10051.0, 10021.0, 10019.0, 10012.0, 9993.0, 10020.0, 10018.0, 10040.0, 9991.0, 10040.0, 10013.0, 10062.0, 10032.0, 10020.0, 9996.0, 9988.0, 10033.0, 10018.0, 10038.0, 10041.0, 10017.0, 10107.0, 10050.0, 10016.0, 9981.0, 9992.0, 10059.0, 10072.0, 10052.0, 9959.0, 9987.0, 9962.0, 9984.0, 9969.0, 9945.0, 9922.0, 9977.0, 9973.0, 9985.0, 10001.0, 9962.0, 9951.0, 9957.0, 9968.0, 10033.0, 9992.0, 9961.0, 10004.0, 10010.0, 10008.0, 9989.0, 9957.0, 9985.0, 10007.0, 10006.0, 10029.0, 9990.0, 9992.0, 10009.0, 9991.0, 10018.0, 10013.0, 10018.0, 9992.0, 10000.0, 10001.0, 10035.0, 10011.0, 9990.0, 9984.0, 9993.0, 10013.0, 10017.0, 10031.0, 9986.0, 9968.0, 9989.0, 10016.0, 10009.0, 9969.0, 9980.0, 9997.0, 10006.0, 9995.0, 10034.0, 9987.0, 9998.0, 10011.0, 10007.0, 10009.0, 9998.0, 10010.0, 9992.0, 10039.0, 10013.0, 10032.0, 10033.0, 10017.0, 9994.0, 10005.0, 10006.0, 9988.0, 10067.0, 10007.0, 10009.0, 9983.0, 10000.0, 10005.0, 10002.0, 9976.0, 9949.0, 9999.0, 9973.0, 10028.0, 9958.0, 9980.0, 9995.0, 10007.0, 9990.0, 10032.0, 9983.0, 9961.0, 9996.0, 9993.0, 10018.0, 10002.0, 10015.0, 9993.0, 10020.0, 9996.0, 10018.0, 10015.0, 10054.0, 10013.0, 9996.0, 9997.0, 9999.0, 10025.0, 9993.0, 10003.0, 9968.0, 10017.0, 10003.0, 10066.0, 9991.0, 10005.0, 9995.0, 10015.0, 10019.0, 9976.0, 10020.0, 9980.0, 10012.0, 9988.0, 10043.0, 9983.0, 9998.0, 9976.0, 9996.0, 9981.0, 10034.0, 9981.0, 9984.0, 9978.0, 9981.0, 9965.0, 10007.0, 9974.0, 9976.0, 9954.0, 9976.0, 9980.0, 9973.0, 9991.0, 9996.0, 9971.0, 9933.0, 9980.0, 9990.0, 10016.0, 10011.0, 10045.0, 10008.0, 10025.0, 10020.0, 10043.0, 10058.0, 10045.0, 10027.0, 9997.0, 10068.0, 10087.0, 10073.0, 10022.0, 10006.0, 9985.0, 10053.0, 10027.0, 10036.0, 9992.0, 9964.0, 9951.0, 9942.0, 9970.0, 9998.0, 9971.0, 9914.0, 9950.0, 9909.0, 9973.0, 9966.0, 9985.0, 9974.0, 10011.0, 9974.0, 9931.0, 9951.0, 9968.0, 9995.0, 10009.0, 10044.0, 9999.0, 10014.0, 10026.0, 10014.0, 10032.0, 10027.0, 10054.0, 9990.0, 10047.0, 10022.0, 10062.0, 10049.0, 10058.0, 10027.0, 10044.0, 10036.0, 10082.0, 10065.0, 10007.0, 10032.0, 10012.0, 10031.0, 9995.0, 9991.0, 10052.0, 10030.0, 10104.0, 10066.0, 10012.0, 9980.0, 9987.0, 10009.0, 10003.0, 10030.0, 9976.0, 9989.0, 9994.0, 10023.0, 10007.0, 9949.0, 9931.0, 9971.0, 9982.0, 9989.0, 10014.0, 9985.0, 9982.0, 10017.0, 9976.0, 10046.0, 9985.0, 9997.0, 10017.0, 10037.0, 10013.0, 10056.0, 10002.0, 9978.0, 10004.0, 10000.0, 10022.0, 10037.0, 10038.0, 10014.0, 9986.0, 10029.0, 10025.0, 10044.0, 9975.0, 9996.0, 9976.0, 10026.0, 10013.0, 10027.0, 9973.0, 10017.0, 9997.0, 10013.0, 10018.0, 10050.0, 10004.0, 10003.0, 10014.0, 10038.0, 10012.0, 10059.0, 9996.0, 9977.0, 10008.0, 9991.0, 10000.0, 9997.0, 10027.0, 9981.0, 10019.0, 10000.0, 10021.0, 10008.0, 10063.0, 10012.0, 10022.0, 10025.0, 10023.0, 10035.0, 10059.0, 10027.0, 9969.0, 10046.0, 10014.0, 10092.0, 10014.0, 10045.0, 10033.0, 10053.0, 10050.0, 10036.0, 9986.0, 9992.0, 10046.0, 10022.0, 10065.0, 10012.0, 9995.0, 10006.0, 10013.0, 10037.0, 9958.0, 10001.0, 10006.0, 10033.0, 10027.0, 9982.0, 9995.0, 9978.0, 10036.0, 9997.0, 10015.0, 10030.0, 10009.0, 10035.0, 9989.0, 9994.0, 10023.0, 10042.0, 10034.0, 10077.0, 10030.0, 9983.0, 10035.0, 10016.0, 10076.0, 10016.0, 10030.0, 10036.0, 10022.0, 10049.0, 9985.0, 10010.0, 10009.0, 10045.0, 10055.0, 10034.0, 10005.0, 10003.0, 10052.0, 10024.0, 10091.0, 10037.0, 10033.0, 10048.0, 10019.0, 10080.0, 10007.0, 10048.0, 10039.0, 10055.0, 10069.0, 10005.0, 9999.0, 10005.0, 10042.0, 10014.0, 10108.0, 10041.0, 9986.0, 9996.0, 10018.0, 10035.0, 10026.0, 10091.0, 10018.0, 9982.0, 10032.0, 9998.0, 10064.0, 10036.0, 10020.0, 10005.0, 10004.0, 10024.0, 10041.0, 10061.0, 10015.0, 10024.0, 10026.0, 10053.0, 10063.0, 9983.0, 10011.0, 10023.0, 10052.0, 10020.0, 10082.0, 10018.0, 9952.0, 9958.0, 9968.0, 10013.0, 9996.0, 9998.0, 9963.0, 9979.0, 9988.0, 10004.0, 10020.0, 9971.0, 9957.0, 9942.0, 9991.0, 9994.0, 10039.0, 10000.0, 10020.0, 9967.0, 9986.0, 9998.0, 10021.0, 9988.0, 9988.0, 9964.0, 9974.0, 10028.0, 9981.0, 10027.0, 9960.0, 9987.0, 9970.0, 10017.0, 10001.0, 10042.0, 10015.0, 10010.0, 10001.0, 9989.0, 10025.0, 10003.0, 10072.0, 10015.0, 10048.0, 10007.0, 10043.0, 10019.0, 10079.0, 10056.0, 10000.0, 10027.0, 10008.0, 10041.0, 10050.0, 10108.0, 10045.0, 10032.0, 10013.0, 10018.0, 10090.0, 10073.0, 10033.0, 9975.0, 9991.0, 9984.0, 10054.0, 9999.0, 9961.0, 9965.0, 9970.0, 10010.0, 9981.0, 9990.0, 9975.0, 9991.0, 9993.0, 10017.0, 9991.0, 9958.0, 9965.0, 9963.0, 10016.0, 9971.0, 9966.0, 9997.0, 9975.0, 9987.0, 9991.0, 10060.0, 10001.0, 10017.0, 10012.0, 9994.0, 10003.0, 9999.0, 10048.0, 9999.0, 10009.0, 10036.0, 10026.0, 10052.0, 10009.0, 10043.0, 10033.0, 10055.0, 10049.0, 10057.0, 10008.0, 9975.0, 10039.0, 10024.0, 10080.0, 10023.0, 9988.0, 10009.0, 9989.0, 10055.0, 10004.0, 9979.0, 10025.0, 9978.0, 10021.0, 10004.0, 10022.0, 9999.0, 9993.0, 10013.0, 10025.0, 10048.0, 10001.0, 10006.0, 10003.0, 10037.0, 9999.0, 10082.0, 10030.0, 10019.0, 10010.0, 10001.0, 10011.0, 10043.0, 10045.0, 9978.0, 10016.0, 9989.0, 10012.0, 10004.0, 10000.0, 9967.0, 9989.0, 9983.0, 10012.0, 9979.0, 9993.0, 9969.0, 10004.0, 9997.0, 10029.0, 10018.0, 9976.0, 10009.0, 9965.0, 10032.0, 10017.0, 10037.0, 9995.0, 9977.0, 9971.0, 10017.0, 10000.0, 10007.0, 10007.0, 9982.0, 9981.0, 10023.0, 10001.0, 10025.0, 10023.0, 10069.0, 10021.0, 10028.0, 10042.0, 10078.0, 10036.0, 10041.0, 9983.0, 9997.0, 9997.0, 10015.0, 9998.0, 10042.0, 9954.0, 9970.0, 9994.0, 9989.0, 9984.0, 10019.0, 9981.0, 9955.0, 10019.0, 9986.0, 10021.0, 9984.0, 10012.0, 9969.0, 9992.0, 9979.0, 10007.0, 10043.0, 9988.0, 9967.0, 9956.0, 9976.0, 9984.0, 10007.0, 10002.0, 9950.0, 9952.0, 9978.0, 9996.0, 9986.0, 10050.0, 10007.0, 10062.0, 9973.0, 10043.0, 10011.0, 10069.0, 10039.0, 10009.0, 9979.0, 9974.0, 9967.0, 9977.0, 10028.0, 9992.0, 9951.0, 9932.0, 9902.0, 9993.0, 9949.0, 9982.0, 9971.0, 10000.0, 9959.0, 10001.0, 10004.0, 10028.0, 9998.0, 10062.0, 9973.0, 9984.0, 9985.0, 9992.0, 9992.0, 10032.0, 10030.0, 9980.0, 10019.0, 9996.0, 10001.0, 10000.0, 10008.0, 10039.0, 10031.0, 10121.0, 10037.0, 10033.0, 10004.0, 10009.0, 10038.0, 10066.0, 10074.0, 10019.0, 9999.0, 9959.0, 9996.0, 9980.0, 10054.0, 9981.0, 9980.0, 9963.0, 9931.0, 9993.0, 9987.0, 9980.0, 9933.0, 9943.0, 9940.0, 9964.0, 9941.0, 9982.0, 9962.0, 9974.0, 9954.0, 9970.0, 9958.0, 10007.0, 9951.0, 9963.0, 9982.0, 9991.0, 9981.0, 10046.0, 9973.0, 10015.0, 9959.0, 9984.0, 9985.0, 10031.0, 9995.0, 9981.0, 9992.0, 9977.0, 10000.0, 9997.0, 10037.0, 10024.0, 10007.0, 10032.0, 10000.0, 10040.0, 10042.0, 10113.0, 10092.0, 10025.0, 10047.0, 10037.0, 10095.0, 10068.0, 10104.0, 10041.0, 10018.0, 10012.0, 10019.0, 10067.0, 10004.0, 10005.0, 10000.0, 10009.0, 10001.0, 9962.0, 9990.0, 9976.0, 10010.0, 9995.0, 10034.0, 9977.0, 9933.0, 9969.0, 9980.0, 10010.0, 10005.0, 9967.0, 9969.0, 9960.0, 9973.0, 9992.0, 10042.0, 10014.0, 9966.0, 9981.0, 9990.0, 10039.0, 10026.0, 10047.0, 10031.0, 10006.0, 10005.0, 10017.0, 10066.0, 10003.0, 10021.0, 10017.0, 10039.0, 10035.0, 10031.0, 10011.0, 10007.0, 10041.0, 10017.0, 10067.0, 10010.0, 10009.0, 10044.0, 10036.0, 10052.0, 9972.0, 10005.0, 9997.0, 10025.0, 10025.0, 10079.0, 10048.0, 10017.0, 9964.0, 9960.0, 9994.0, 9992.0, 10041.0, 10034.0, 9996.0, 9981.0, 9991.0, 9999.0, 9982.0, 10063.0, 9989.0, 10021.0, 10016.0, 10028.0, 10051.0, 10073.0, 10047.0, 9997.0, 10029.0, 10037.0, 10032.0, 10032.0, 10032.0, 9941.0, 9992.0, 9989.0, 10021.0, 10013.0, 9997.0, 10007.0, 9987.0, 10023.0, 9990.0, 10050.0, 10000.0, 10029.0, 10027.0, 10071.0, 10051.0, 9995.0, 9995.0, 9987.0, 10018.0, 10003.0, 10084.0, 10013.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.00114109794628752</td></tr>
<tr><td colspan=3>aqi</td><td>0.05232032630331754</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.02441327849012</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1682661595415011</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9736571977707511</td></tr>
<tr><td colspan=3>efc</td><td>0.5358</td></tr>
<tr><td colspan=3>fber</td><td>2550.6907</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.30058716037732597</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>798</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>63.03317535545024</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4102646848441864</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3041477632466547</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.531179666924701</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.395466624361204</td></tr>
<tr><td colspan=3>gcor</td><td>0.010913</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012881581671535969</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05005497485399246</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1266</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.400915008229309</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.8048</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>80.0921</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>264.4454</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286120.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1159.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>458.3482</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8603</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.36</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3719.6039</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3819.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1797.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4872.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.8829</td></tr>
<tr><td colspan=3>tsnr</td><td>27.77068549883552</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>