ds005256-mriqc/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 4ad5cee62c [DATALAD RUNCMD] Compute MRIQC for sub-0062
=== 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-0062 --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-0062",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:27:44 +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-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-04/func/sub-0062_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>d8664de054cb84ecbee70cfb6e0fbe5d</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>09:59:48.265000</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.999707, 0.00632279, 0.0233803, -0.00907329, 0.992796, 0.119476]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10677</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>[4152, -7743, -7287, 496, -14, -96, 58, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>272.702</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3e72046c-f546-419d-af32-b87e5eea6abd||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.6821398735046387, -0.024342970922589302, 0.060632478445768356, 113.27376556396484], [-0.01696358248591423, 2.66359806060791, 0.32306337356567383, -97.55789947509766], [0.06272773444652557, -0.32054540514945984, 2.6799166202545166, -50.34217834472656], [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': ['095948.265000', '095948.725000', '095949.185000', '095949.645000', '095950.105000', '095950.565000', '095951.025000', '095951.485000', '095951.945000', '095952.405000', '095952.865000', '095953.325000', '095953.785000', '095954.245000', '095954.705000', '095955.165000', '095955.625000', '095956.085000', '095956.545000', '095957.005000', '095957.465000', '095957.925000', '095958.385000', '095958.845000', '095959.305000', '095959.765000', '100000.225000', '100000.685000', '100001.145000', '100001.605000', '100002.065000', '100002.525000', '100002.985000', '100003.445000', '100003.905000', '100004.365000', '100004.825000', '100005.285000', '100005.745000', '100006.205000', '100006.665000', '100007.125000', '100007.585000', '100008.045000', '100008.505000', '100008.965000', '100009.425000', '100009.885000', '100010.345000', '100010.805000', '100011.265000', '100011.725000', '100012.185000', '100012.645000', '100013.105000', '100013.565000', '100014.025000', '100014.485000', '100014.945000', '100015.405000', '100015.865000', '100016.325000', '100016.785000', '100017.245000', '100017.705000', '100018.165000', '100018.625000', '100019.085000', '100019.545000', '100020.005000', '100020.465000', '100020.925000', '100021.385000', '100021.845000', '100022.305000', '100022.765000', '100023.225000', '100023.685000', '100024.145000', '100024.605000', '100025.065000', '100025.525000', '100025.985000', '100026.445000', '100026.905000', '100027.365000', '100027.825000', '100028.285000', '100028.745000', '100029.205000', '100029.665000', '100030.125000', '100030.585000', '100031.045000', '100031.505000', '100031.965000', '100032.425000', '100032.885000', '100033.345000', '100033.805000', '100034.265000', '100034.725000', '100035.185000', '100035.645000', '100036.105000', '100036.565000', '100037.025000', '100037.485000', '100037.945000', '100038.405000', '100038.865000', '100039.325000', '100039.785000', '100040.245000', '100040.705000', '100041.165000', '100041.625000', '100042.085000', '100042.545000', '100043.005000', '100043.465000', '100043.925000', '100044.385000', '100044.845000', '100045.305000', '100045.765000', '100046.225000', '100046.685000', '100047.145000', '100047.605000', '100048.065000', '100048.525000', '100048.985000', '100049.445000', '100049.905000', '100050.365000', '100050.825000', '100051.285000', '100051.745000', '100052.205000', '100052.665000', '100053.125000', '100053.585000', '100054.045000', '100054.505000', '100054.965000', '100055.425000', '100055.885000', '100056.345000', '100056.805000', '100057.265000', '100057.725000', '100058.185000', '100058.645000', '100059.105000', '100059.565000', '100100.025000', '100100.485000', '100100.945000', '100101.405000', '100101.865000', '100102.325000', '100102.785000', '100103.245000', '100103.705000', '100104.165000', '100104.625000', '100105.085000', '100105.545000', '100106.005000', '100106.465000', '100106.925000', '100107.385000', '100107.845000', '100108.305000', '100108.765000', '100109.225000', '100109.685000', '100110.145000', '100110.605000', '100111.065000', '100111.525000', '100111.985000', '100112.445000', '100112.905000', '100113.365000', '100113.825000', '100114.285000', '100114.745000', '100115.205000', '100115.665000', '100116.125000', '100116.585000', '100117.045000', '100117.505000', '100117.965000', '100118.425000', '100118.885000', '100119.345000', '100119.805000', '100120.265000', '100120.725000', '100121.185000', '100121.645000', '100122.105000', '100122.565000', '100123.025000', '100123.485000', '100123.945000', '100124.405000', '100124.865000', '100125.325000', '100125.785000', '100126.245000', '100126.705000', '100127.165000', '100127.625000', '100128.085000', '100128.545000', '100129.005000', '100129.465000', '100129.925000', '100130.385000', '100130.845000', '100131.305000', '100131.765000', '100132.225000', '100132.685000', '100133.145000', '100133.605000', '100134.065000', '100134.525000', '100134.985000', '100135.445000', '100135.905000', '100136.365000', '100136.825000', '100137.285000', '100137.745000', '100138.205000', '100138.665000', '100139.125000', '100139.585000', '100140.045000', '100140.505000', '100140.965000', '100141.425000', '100141.885000', '100142.345000', '100142.805000', '100143.265000', '100143.725000', '100144.185000', '100144.645000', '100145.105000', '100145.565000', '100146.025000', '100146.485000', '100146.945000', '100147.405000', '100147.865000', '100148.325000', '100148.785000', '100149.245000', '100149.705000', '100150.165000', '100150.625000', '100151.085000', '100151.545000', '100152.005000', '100152.465000', '100152.925000', '100153.385000', '100153.845000', '100154.305000', '100154.765000', '100155.225000', '100155.685000', '100156.145000', '100156.605000', '100157.065000', '100157.525000', '100157.985000', '100158.445000', '100158.905000', '100159.365000', '100159.825000', '100200.285000', '100200.745000', '100201.205000', '100201.665000', '100202.125000', '100202.585000', '100203.045000', '100203.505000', '100203.965000', '100204.425000', '100204.885000', '100205.345000', '100205.805000', '100206.265000', '100206.725000', '100207.185000', '100207.645000', '100208.105000', '100208.565000', '100209.025000', '100209.485000', '100209.945000', '100210.405000', '100210.865000', '100211.325000', '100211.785000', '100212.245000', '100212.705000', '100213.165000', '100213.625000', '100214.085000', '100214.545000', '100215.005000', '100215.465000', '100215.925000', '100216.385000', '100216.845000', '100217.305000', '100217.765000', '100218.225000', '100218.685000', '100219.145000', '100219.605000', '100220.065000', '100220.525000', '100220.985000', '100221.445000', '100221.905000', '100222.365000', '100222.825000', '100223.285000', '100223.745000', '100224.205000', '100224.665000', '100225.125000', '100225.585000', '100226.045000', '100226.505000', '100226.965000', '100227.425000', '100227.885000', '100228.345000', '100228.805000', '100229.265000', '100229.725000', '100230.185000', '100230.645000', '100231.105000', '100231.565000', '100232.025000', '100232.485000', '100232.945000', '100233.405000', '100233.865000', '100234.325000', '100234.785000', '100235.245000', '100235.705000', '100236.165000', '100236.625000', '100237.085000', '100237.545000', '100238.005000', '100238.465000', '100238.925000', '100239.385000', '100239.845000', '100240.305000', '100240.765000', '100241.225000', '100241.685000', '100242.145000', '100242.605000', '100243.065000', '100243.525000', '100243.985000', '100244.445000', '100244.905000', '100245.365000', '100245.825000', '100246.285000', '100246.745000', '100247.205000', '100247.665000', '100248.125000', '100248.585000', '100249.045000', '100249.505000', '100249.965000', '100250.425000', '100250.885000', '100251.345000', '100251.805000', '100252.265000', '100252.725000', '100253.185000', '100253.645000', '100254.105000', '100254.565000', '100255.025000', '100255.485000', '100255.945000', '100256.405000', '100256.865000', '100257.325000', '100257.785000', '100258.245000', '100258.705000', '100259.165000', '100259.625000', '100300.085000', '100300.545000', '100301.005000', '100301.465000', '100301.925000', '100302.385000', '100302.845000', '100303.305000', '100303.765000', '100304.225000', '100304.685000', '100305.145000', '100305.605000', '100306.065000', '100306.525000', '100306.985000', '100307.445000', '100307.905000', '100308.365000', '100308.825000', '100309.285000', '100309.745000', '100310.205000', '100310.665000', '100311.125000', '100311.585000', '100312.045000', '100312.505000', '100312.965000', '100313.425000', '100313.885000', '100314.345000', '100314.805000', '100315.265000', '100315.725000', '100316.185000', '100316.645000', '100317.105000', '100317.565000', '100318.025000', '100318.485000', '100318.945000', '100319.405000', '100319.865000', '100320.325000', '100320.785000', '100321.245000', '100321.705000', '100322.165000', '100322.625000', '100323.085000', '100323.545000', '100324.005000', '100324.465000', '100324.925000', '100325.385000', '100325.845000', '100326.305000', '100326.765000', '100327.225000', '100327.685000', '100328.145000', '100328.605000', '100329.065000', '100329.525000', '100329.985000', '100330.445000', '100330.905000', '100331.365000', '100331.825000', '100332.285000', '100332.745000', '100333.205000', '100333.665000', '100334.125000', '100334.585000', '100335.045000', '100335.505000', '100335.965000', '100336.425000', '100336.885000', '100337.345000', '100337.805000', '100338.265000', '100338.725000', '100339.185000', '100339.645000', '100340.105000', '100340.565000', '100341.025000', '100341.485000', '100341.945000', '100342.405000', '100342.865000', '100343.325000', '100343.785000', '100344.245000', '100344.705000', '100345.165000', '100345.625000', '100346.085000', '100346.545000', '100347.005000', '100347.465000', '100347.925000', '100348.385000', '100348.845000', '100349.305000', '100349.765000', '100350.225000', '100350.685000', '100351.145000', '100351.605000', '100352.065000', '100352.525000', '100352.985000', '100353.445000', '100353.905000', '100354.365000', '100354.825000', '100355.285000', '100355.745000', '100356.205000', '100356.665000', '100357.125000', '100357.585000', '100358.045000', '100358.505000', '100358.965000', '100359.425000', '100359.885000', '100400.345000', '100400.805000', '100401.265000', '100401.725000', '100402.185000', '100402.645000', '100403.105000', '100403.565000', '100404.025000', '100404.485000', '100404.945000', '100405.405000', '100405.865000', '100406.325000', '100406.785000', '100407.245000', '100407.705000', '100408.165000', '100408.625000', '100409.085000', '100409.545000', '100410.005000', '100410.465000', '100410.925000', '100411.385000', '100411.845000', '100412.305000', '100412.765000', '100413.225000', '100413.685000', '100414.145000', '100414.605000', '100415.065000', '100415.525000', '100415.985000', '100416.445000', '100416.905000', '100417.365000', '100417.825000', '100418.285000', '100418.745000', '100419.205000', '100419.665000', '100420.125000', '100420.585000', '100421.045000', '100421.505000', '100421.965000', '100422.425000', '100422.885000', '100423.345000', '100423.805000', '100424.265000', '100424.725000', '100425.185000', '100425.645000', '100426.105000', '100426.565000', '100427.025000', '100427.485000', '100427.945000', '100428.405000', '100428.865000', '100429.325000', '100429.785000', '100430.245000', '100430.705000', '100431.165000', '100431.625000', '100432.085000', '100432.545000', '100433.005000', '100433.465000', '100433.925000', '100434.385000', '100434.845000', '100435.305000', '100435.765000', '100436.225000', '100436.685000', '100437.145000', '100437.605000', '100438.065000', '100438.525000', '100438.985000', '100439.445000', '100439.905000', '100440.365000', '100440.825000', '100441.285000', '100441.745000', '100442.205000', '100442.665000', '100443.125000', '100443.585000', '100444.045000', '100444.505000', '100444.965000', '100445.425000', '100445.885000', '100446.345000', '100446.805000', '100447.265000', '100447.725000', '100448.185000', '100448.645000', '100449.105000', '100449.565000', '100450.025000', '100450.485000', '100450.945000', '100451.405000', '100451.865000', '100452.325000', '100452.785000', '100453.245000', '100453.705000', '100454.165000', '100454.625000', '100455.085000', '100455.545000', '100456.005000', '100456.465000', '100456.925000', '100457.385000', '100457.845000', '100458.305000', '100458.765000', '100459.225000', '100459.685000', '100500.145000', '100500.605000', '100501.065000', '100501.525000', '100501.985000', '100502.445000', '100502.905000', '100503.365000', '100503.825000', '100504.285000', '100504.745000', '100505.205000', '100505.665000', '100506.125000', '100506.585000', '100507.045000', '100507.505000', '100507.965000', '100508.425000', '100508.885000', '100509.345000', '100509.805000', '100510.265000', '100510.725000', '100511.185000', '100511.645000', '100512.105000', '100512.565000', '100513.025000', '100513.485000', '100513.945000', '100514.405000', '100514.865000', '100515.325000', '100515.785000', '100516.245000', '100516.705000', '100517.165000', '100517.625000', '100518.085000', '100518.545000', '100519.005000', '100519.465000', '100519.925000', '100520.385000', '100520.845000', '100521.305000', '100521.765000', '100522.225000', '100522.685000', '100523.145000', '100523.605000', '100524.065000', '100524.525000', '100524.985000', '100525.445000', '100525.905000', '100526.365000', '100526.825000', '100527.285000', '100527.745000', '100528.205000', '100528.665000', '100529.125000', '100529.585000', '100530.045000', '100530.505000', '100530.965000', '100531.425000', '100531.885000', '100532.345000', '100532.805000', '100533.265000', '100533.725000', '100534.185000', '100534.645000', '100535.105000', '100535.565000', '100536.025000', '100536.485000', '100536.945000', '100537.405000', '100537.865000', '100538.325000', '100538.785000', '100539.245000', '100539.705000', '100540.165000', '100540.625000', '100541.085000', '100541.545000', '100542.005000', '100542.465000', '100542.925000', '100543.385000', '100543.845000', '100544.305000', '100544.765000', '100545.225000', '100545.685000', '100546.145000', '100546.605000', '100547.065000', '100547.525000', '100547.985000', '100548.445000', '100548.905000', '100549.365000', '100549.825000', '100550.285000', '100550.745000', '100551.205000', '100551.665000', '100552.125000', '100552.585000', '100553.045000', '100553.505000', '100553.965000', '100554.425000', '100554.885000', '100555.345000', '100555.805000', '100556.265000', '100556.725000', '100557.185000', '100557.645000', '100558.105000', '100558.565000', '100559.025000', '100559.485000', '100559.945000', '100600.405000', '100600.865000', '100601.325000', '100601.785000', '100602.245000', '100602.705000', '100603.165000', '100603.625000', '100604.085000', '100604.545000', '100605.005000', '100605.465000', '100605.925000', '100606.385000', '100606.845000', '100607.305000', '100607.765000', '100608.225000', '100608.685000', '100609.145000', '100609.605000', '100610.065000', '100610.525000', '100610.985000', '100611.445000', '100611.905000', '100612.365000', '100612.825000', '100613.285000', '100613.745000', '100614.205000', '100614.665000', '100615.125000', '100615.585000', '100616.045000', '100616.505000', '100616.965000', '100617.425000', '100617.885000', '100618.345000', '100618.805000', '100619.265000', '100619.725000', '100620.185000', '100620.645000', '100621.105000', '100621.565000', '100622.025000', '100622.485000', '100622.945000', '100623.405000', '100623.865000', '100624.325000', '100624.785000', '100625.245000', '100625.705000', '100626.165000', '100626.625000', '100627.085000', '100627.545000', '100628.005000', '100628.465000', '100628.925000', '100629.385000', '100629.845000', '100630.305000', '100630.765000', '100631.225000', '100631.685000', '100632.145000', '100632.605000', '100633.065000', '100633.525000', '100633.985000', '100634.445000', '100634.905000', '100635.365000', '100635.825000', '100636.285000', '100636.745000', '100637.205000', '100637.665000', '100638.125000', '100638.585000', '100639.045000', '100639.505000', '100639.965000', '100640.425000', '100640.885000', '100641.345000', '100641.805000', '100642.265000', '100642.725000', '100643.185000', '100643.645000', '100644.105000', '100644.565000', '100645.025000', '100645.485000', '100645.945000', '100646.405000', '100646.865000', '100647.325000', '100647.785000', '100648.245000', '100648.705000', '100649.165000', '100649.625000', '100650.085000', '100650.545000', '100651.005000', '100651.465000', '100651.925000', '100652.385000', '100652.845000', '100653.305000', '100653.765000', '100654.225000', '100654.685000', '100655.145000', '100655.605000', '100656.065000', '100656.525000', '100656.985000', '100657.445000', '100657.905000', '100658.365000', '100658.825000', '100659.285000', '100659.745000', '100700.205000', '100700.665000', '100701.125000', '100701.585000', '100702.045000', '100702.505000', '100702.965000', '100703.425000', '100703.885000', '100704.345000', '100704.805000', '100705.265000', '100705.725000', '100706.185000', '100706.645000', '100707.105000', '100707.565000', '100708.025000', '100708.485000', '100708.945000', '100709.405000', '100709.865000', '100710.325000', '100710.785000', '100711.245000', '100711.705000', '100712.165000', '100712.625000', '100713.085000', '100713.545000', '100714.005000', '100714.465000', '100714.925000', '100715.385000', '100715.845000', '100716.305000', '100716.765000', '100717.225000', '100717.685000', '100718.145000', '100718.605000', '100719.065000', '100719.525000', '100719.985000', '100720.445000', '100720.905000', '100721.365000', '100721.825000', '100722.285000', '100722.745000', '100723.205000', '100723.665000', '100724.125000', '100724.585000', '100725.045000', '100725.505000', '100725.965000', '100726.425000', '100726.885000', '100727.345000', '100727.805000', '100728.265000', '100728.725000', '100729.185000', '100729.645000', '100730.105000', '100730.565000', '100731.025000', '100731.485000', '100731.945000', '100732.405000', '100732.865000', '100733.325000', '100733.785000', '100734.245000', '100734.705000', '100735.165000', '100735.625000', '100736.085000', '100736.545000', '100737.005000', '100737.465000', '100737.925000', '100738.385000', '100738.845000', '100739.305000', '100739.765000', '100740.225000', '100740.685000', '100741.145000', '100741.605000', '100742.065000', '100742.525000', '100742.985000', '100743.445000', '100743.905000', '100744.365000', '100744.825000', '100745.285000', '100745.745000', '100746.205000', '100746.665000', '100747.125000', '100747.585000', '100748.045000', '100748.505000', '100748.965000', '100749.425000', '100749.885000', '100750.345000', '100750.805000', '100751.265000', '100751.725000', '100752.185000', '100752.645000', '100753.105000', '100753.565000', '100754.025000', '100754.485000', '100754.945000', '100755.405000', '100755.865000', '100756.325000', '100756.785000', '100757.245000', '100757.705000', '100758.165000', '100758.625000', '100759.085000', '100759.545000', '100800.005000', '100800.465000', '100800.925000', '100801.385000', '100801.845000', '100802.305000', '100802.765000', '100803.225000', '100803.685000', '100804.145000', '100804.605000', '100805.065000', '100805.525000', '100805.985000', '100806.445000', '100806.905000', '100807.365000', '100807.825000', '100808.285000', '100808.745000', '100809.205000', '100809.665000', '100810.125000', '100810.585000', '100811.045000', '100811.505000', '100811.965000', '100812.425000', '100812.885000', '100813.345000', '100813.805000', '100814.265000', '100814.725000', '100815.185000', '100815.645000', '100816.105000', '100816.565000', '100817.025000', '100817.485000', '100817.945000', '100818.405000', '100818.865000', '100819.325000', '100819.785000', '100820.245000', '100820.705000', '100821.165000', '100821.625000', '100822.085000', '100822.545000', '100823.005000', '100823.465000', '100823.925000', '100824.385000', '100824.845000', '100825.305000', '100825.765000', '100826.225000', '100826.685000', '100827.145000', '100827.605000', '100828.065000', '100828.525000', '100828.985000', '100829.445000', '100829.905000', '100830.365000', '100830.825000', '100831.285000', '100831.745000', '100832.205000', '100832.665000', '100833.125000', '100833.585000', '100834.045000', '100834.505000', '100834.965000', '100835.425000', '100835.885000', '100836.345000', '100836.805000', '100837.265000', '100837.725000', '100838.185000', '100838.645000', '100839.105000', '100839.565000', '100840.025000', '100840.485000', '100840.945000', '100841.405000', '100841.865000', '100842.325000', '100842.785000', '100843.245000', '100843.705000', '100844.165000', '100844.625000', '100845.085000', '100845.545000', '100846.005000', '100846.465000', '100846.925000', '100847.385000', '100847.845000', '100848.305000', '100848.765000', '100849.225000', '100849.685000', '100850.145000', '100850.605000', '100851.065000', '100851.525000', '100851.985000', '100852.445000', '100852.905000', '100853.365000', '100853.825000', '100854.285000', '100854.745000', '100855.205000', '100855.665000', '100856.125000', '100856.585000', '100857.045000', '100857.505000', '100857.965000', '100858.425000', '100858.885000', '100859.345000', '100859.805000', '100900.265000', '100900.725000', '100901.185000', '100901.645000', '100902.105000', '100902.565000', '100903.025000', '100903.485000', '100903.945000', '100904.405000', '100904.865000', '100905.325000', '100905.785000', '100906.245000', '100906.705000', '100907.165000', '100907.625000', '100908.085000', '100908.545000', '100909.005000', '100909.465000', '100909.925000', '100910.385000', '100910.845000', '100911.305000', '100911.765000', '100912.225000', '100912.685000', '100913.145000', '100913.605000', '100914.065000', '100914.525000', '100914.985000', '100915.445000', '100915.905000', '100916.365000', '100916.825000', '100917.285000', '100917.745000', '100918.205000', '100918.665000', '100919.125000', '100919.585000', '100920.045000', '100920.505000', '100920.965000', '100921.425000', '100921.885000', '100922.345000', '100922.805000', '100923.265000', '100923.725000', '100924.185000', '100924.645000', '100925.105000', '100925.565000', '100926.025000', '100926.485000', '100926.945000', '100927.405000', '100927.865000', '100928.325000', '100928.785000', '100929.245000', '100929.705000', '100930.165000', '100930.625000', '100931.085000'], 'ContentTime': ['100010.731000', '100010.756000', '100010.759000', '100010.761000', '100010.764000', '100010.766000', '100010.769000', '100010.772000', '100010.774000', '100010.777000', '100010.780000', '100010.782000', '100010.785000', '100010.788000', '100010.790000', '100010.793000', '100010.795000', '100010.798000', '100010.801000', '100010.803000', '100010.806000', '100010.809000', '100010.811000', '100010.814000', '100010.817000', '100010.819000', '100010.822000', '100010.824000', '100010.827000', '100010.830000', '100010.832000', '100010.835000', '100010.838000', '100010.840000', '100010.843000', '100010.845000', '100010.848000', '100010.857000', '100010.859000', '100010.862000', '100010.864000', '100010.880000', '100010.883000', '100010.885000', '100010.888000', '100030.696000', '100030.700000', '100030.703000', '100030.705000', '100030.708000', '100030.711000', '100030.713000', '100030.716000', '100030.718000', '100030.721000', '100030.724000', '100030.726000', '100030.729000', '100030.732000', '100030.734000', '100030.737000', '100030.740000', '100030.742000', '100030.745000', '100030.747000', '100030.750000', '100030.753000', '100030.755000', '100030.758000', '100030.761000', '100030.763000', '100030.766000', '100030.769000', '100030.771000', '100030.774000', '100030.776000', '100030.779000', '100030.782000', '100030.784000', '100030.787000', '100030.790000', '100030.792000', '100030.795000', '100030.797000', '100030.800000', '100030.803000', '100030.805000', '100030.808000', '100030.811000', '100050.696000', '100050.699000', '100050.702000', '100050.705000', '100050.708000', '100050.710000', '100050.713000', '100050.716000', '100050.718000', '100050.721000', '100050.724000', '100050.726000', '100050.729000', '100050.732000', '100050.735000', '100050.738000', '100050.741000', '100050.744000', '100050.746000', '100050.749000', '100050.751000', '100050.754000', '100050.756000', '100050.759000', '100050.762000', '100050.764000', '100050.767000', '100050.769000', '100050.772000', '100050.775000', '100050.777000', '100050.780000', '100050.783000', '100050.785000', '100050.788000', '100050.791000', '100050.793000', '100050.796000', '100050.799000', '100050.801000', '100050.804000', '100050.812000', '100050.814000', '100110.697000', '100110.700000', '100110.702000', '100110.705000', '100110.708000', '100110.711000', '100110.713000', '100110.716000', '100110.719000', '100110.721000', '100110.724000', '100110.726000', '100110.729000', '100110.732000', '100110.734000', '100110.737000', '100110.740000', '100110.742000', '100110.745000', '100110.748000', '100110.750000', '100110.753000', '100110.756000', '100110.758000', '100110.761000', '100110.764000', '100110.766000', '100110.769000', '100110.771000', '100110.774000', '100110.777000', '100110.779000', '100110.782000', '100110.785000', '100110.787000', '100110.790000', '100110.793000', '100110.795000', '100110.798000', '100110.800000', '100110.807000', '100110.810000', '100110.812000', '100110.815000', '100130.697000', '100130.699000', '100130.702000', '100130.705000', '100130.707000', '100130.710000', '100130.713000', '100130.715000', '100130.718000', '100130.721000', '100130.723000', '100130.726000', '100130.729000', '100130.731000', '100130.745000', '100130.747000', '100130.750000', '100130.752000', '100130.755000', '100130.758000', '100130.761000', '100130.764000', '100130.767000', '100130.769000', '100130.772000', '100130.775000', '100130.777000', '100130.780000', '100130.783000', '100130.785000', '100130.788000', '100130.790000', '100130.794000', '100130.797000', '100130.800000', '100130.802000', '100130.805000', '100130.808000', '100130.810000', '100130.813000', '100130.836000', '100130.839000', '100130.841000', '100150.697000', '100150.699000', '100150.702000', '100150.705000', '100150.707000', '100150.710000', '100150.713000', '100150.716000', '100150.718000', '100150.721000', '100150.723000', '100150.726000', '100150.729000', '100150.731000', '100150.734000', '100150.737000', '100150.739000', '100150.742000', '100150.745000', '100150.747000', '100150.761000', '100150.763000', '100150.766000', '100150.769000', '100150.771000', '100150.774000', '100150.777000', '100150.779000', '100150.782000', '100150.785000', '100150.787000', '100150.790000', '100150.793000', '100150.795000', '100150.798000', '100150.801000', '100150.803000', '100150.806000', '100150.808000', '100150.811000', '100150.814000', '100150.843000', '100150.846000', '100150.849000', '100210.696000', '100210.699000', '100210.702000', '100210.705000', '100210.707000', '100210.710000', '100210.713000', '100210.715000', '100210.718000', '100210.721000', '100210.723000', '100210.726000', '100210.729000', '100210.731000', '100210.734000', '100210.737000', '100210.739000', '100210.742000', '100210.745000', '100210.747000', '100210.750000', '100210.753000', '100210.755000', '100210.758000', '100210.760000', '100210.763000', '100210.766000', '100210.768000', '100210.771000', '100210.774000', '100210.777000', '100210.780000', '100210.784000', '100210.787000', '100210.789000', '100210.792000', '100210.795000', '100210.797000', '100210.800000', '100210.803000', '100210.805000', '100210.808000', '100210.810000', '100230.697000', '100230.700000', '100230.703000', '100230.706000', '100230.709000', '100230.712000', '100230.714000', '100230.717000', '100230.720000', '100230.723000', '100230.725000', '100230.728000', '100230.731000', '100230.734000', '100230.736000', '100230.739000', '100230.742000', '100230.745000', '100230.747000', '100230.750000', '100230.753000', '100230.755000', '100230.758000', '100230.761000', '100230.763000', '100230.766000', '100230.769000', '100230.771000', '100230.774000', '100230.777000', '100230.779000', '100230.782000', '100230.784000', '100230.787000', '100230.790000', '100230.792000', '100230.795000', '100230.798000', '100230.800000', '100230.803000', '100230.806000', '100230.808000', '100230.811000', '100230.813000', '100250.697000', '100250.699000', '100250.702000', '100250.705000', '100250.707000', '100250.710000', '100250.713000', '100250.715000', '100250.718000', '100250.721000', '100250.723000', '100250.726000', '100250.729000', '100250.731000', '100250.734000', '100250.737000', '100250.739000', '100250.742000', '100250.745000', '100250.747000', '100250.750000', '100250.753000', '100250.755000', '100250.758000', '100250.761000', '100250.763000', '100250.766000', '100250.769000', '100250.771000', '100250.774000', '100250.777000', '100250.779000', '100250.782000', '100250.785000', '100250.787000', '100250.790000', '100250.792000', '100250.795000', '100250.798000', '100250.800000', '100250.803000', '100250.806000', '100250.808000', '100310.697000', '100310.700000', '100310.702000', '100310.705000', '100310.708000', '100310.710000', '100310.713000', '100310.716000', '100310.718000', '100310.721000', '100310.724000', '100310.726000', '100310.729000', '100310.732000', '100310.735000', '100310.737000', '100310.740000', '100310.743000', '100310.745000', '100310.748000', '100310.750000', '100310.753000', '100310.756000', '100310.758000', '100310.761000', '100310.764000', '100310.766000', '100310.769000', '100310.772000', '100310.774000', '100310.777000', '100310.780000', '100310.782000', '100310.792000', '100310.795000', '100310.797000', '100310.800000', '100310.803000', '100310.805000', '100310.808000', '100310.811000', '100310.813000', '100310.861000', '100310.864000', '100330.697000', '100330.699000', '100330.702000', '100330.705000', '100330.708000', '100330.710000', '100330.713000', '100330.716000', '100330.718000', '100330.721000', '100330.724000', '100330.726000', '100330.729000', '100330.732000', '100330.734000', '100330.737000', '100330.740000', '100330.742000', '100330.745000', '100330.748000', '100330.750000', '100330.753000', '100330.755000', '100330.758000', '100330.761000', '100330.763000', '100330.766000', '100330.769000', '100330.771000', '100330.774000', '100330.787000', '100330.789000', '100330.792000', '100330.795000', '100330.797000', '100330.800000', '100330.803000', '100330.805000', '100330.808000', '100330.811000', '100330.813000', '100330.871000', '100330.874000', '100350.697000', '100350.699000', '100350.702000', '100350.705000', '100350.708000', '100350.710000', '100350.713000', '100350.715000', '100350.718000', '100350.721000', '100350.723000', '100350.726000', '100350.729000', '100350.731000', '100350.734000', '100350.737000', '100350.740000', '100350.742000', '100350.745000', '100350.748000', '100350.750000', '100350.753000', '100350.755000', '100350.758000', '100350.761000', '100350.763000', '100350.766000', '100350.769000', '100350.779000', '100350.782000', '100350.784000', '100350.787000', '100350.790000', '100350.792000', '100350.795000', '100350.798000', '100350.800000', '100350.803000', '100350.806000', '100350.808000', '100350.811000', '100350.814000', '100350.845000', '100350.848000', '100410.696000', '100410.699000', '100410.702000', '100410.705000', '100410.707000', '100410.710000', '100410.713000', '100410.715000', '100410.718000', '100410.721000', '100410.723000', '100410.726000', '100410.728000', '100410.731000', '100410.734000', '100410.737000', '100410.739000', '100410.742000', '100410.744000', '100410.747000', '100410.750000', '100410.752000', '100410.755000', '100410.758000', '100410.760000', '100410.763000', '100410.766000', '100410.768000', '100410.771000', '100410.773000', '100410.776000', '100410.779000', '100410.781000', '100410.784000', '100410.787000', '100410.789000', '100410.792000', '100410.795000', '100410.797000', '100410.800000', '100410.803000', '100410.805000', '100410.808000', '100430.697000', '100430.699000', '100430.702000', '100430.705000', '100430.708000', '100430.710000', '100430.713000', '100430.716000', '100430.718000', '100430.721000', '100430.723000', '100430.726000', '100430.729000', '100430.731000', '100430.734000', '100430.737000', '100430.739000', '100430.742000', '100430.745000', '100430.747000', '100430.750000', '100430.753000', '100430.755000', '100430.758000', '100430.761000', '100430.763000', '100430.766000', '100430.769000', '100430.771000', '100430.774000', '100430.776000', '100430.779000', '100430.782000', '100430.784000', '100430.787000', '100430.790000', '100430.792000', '100430.795000', '100430.798000', '100430.801000', '100430.803000', '100430.806000', '100430.808000', '100430.811000', '100450.697000', '100450.700000', '100450.702000', '100450.705000', '100450.707000', '100450.710000', '100450.713000', '100450.715000', '100450.718000', '100450.721000', '100450.723000', '100450.726000', '100450.729000', '100450.731000', '100450.734000', '100450.736000', '100450.739000', '100450.742000', '100450.744000', '100450.747000', '100450.749000', '100450.752000', '100450.755000', '100450.758000', '100450.760000', '100450.763000', '100450.765000', '100450.768000', '100450.771000', '100450.773000', '100450.776000', '100450.779000', '100450.781000', '100450.784000', '100450.787000', '100450.789000', '100450.792000', '100450.794000', '100450.797000', '100450.800000', '100450.802000', '100450.805000', '100450.808000', '100510.697000', '100510.699000', '100510.702000', '100510.705000', '100510.707000', '100510.710000', '100510.713000', '100510.715000', '100510.718000', '100510.721000', '100510.723000', '100510.726000', '100510.729000', '100510.732000', '100510.734000', '100510.737000', '100510.739000', '100510.742000', '100510.745000', '100510.747000', '100510.750000', '100510.753000', '100510.755000', '100510.758000', '100510.761000', '100510.763000', '100510.766000', '100510.769000', '100510.771000', '100510.774000', '100510.777000', '100510.779000', '100510.782000', '100510.792000', '100510.794000', '100510.797000', '100510.800000', '100510.802000', '100510.805000', '100510.808000', '100510.810000', '100510.813000', '100510.869000', '100510.871000', '100530.696000', '100530.699000', '100530.702000', '100530.704000', '100530.708000', '100530.711000', '100530.713000', '100530.716000', '100530.718000', '100530.721000', '100530.724000', '100530.726000', '100530.729000', '100530.732000', '100530.735000', '100530.737000', '100530.740000', '100530.742000', '100530.745000', '100530.748000', '100530.750000', '100530.753000', '100530.756000', '100530.758000', '100530.761000', '100530.764000', '100530.766000', '100530.769000', '100530.772000', '100530.774000', '100530.777000', '100530.779000', '100530.782000', '100530.785000', '100530.787000', '100530.790000', '100530.793000', '100530.802000', '100530.805000', '100530.808000', '100530.810000', '100530.813000', '100530.841000', '100550.697000', '100550.699000', '100550.702000', '100550.705000', '100550.708000', '100550.710000', '100550.713000', '100550.716000', '100550.718000', '100550.721000', '100550.724000', '100550.726000', '100550.729000', '100550.732000', '100550.735000', '100550.737000', '100550.741000', '100550.744000', '100550.747000', '100550.749000', '100550.752000', '100550.754000', '100550.757000', '100550.760000', '100550.762000', '100550.765000', '100550.768000', '100550.770000', '100550.773000', '100550.776000', '100550.778000', '100550.781000', '100550.784000', '100550.786000', '100550.789000', '100550.792000', '100550.794000', '100550.797000', '100550.799000', '100550.802000', '100550.805000', '100550.807000', '100550.810000', '100610.697000', '100610.699000', '100610.702000', '100610.705000', '100610.707000', '100610.710000', '100610.713000', '100610.715000', '100610.718000', '100610.721000', '100610.723000', '100610.726000', '100610.729000', '100610.731000', '100610.734000', '100610.737000', '100610.739000', '100610.742000', '100610.745000', '100610.747000', '100610.750000', '100610.753000', '100610.755000', '100610.758000', '100610.761000', '100610.763000', '100610.766000', '100610.769000', '100610.771000', '100610.774000', '100610.776000', '100610.779000', '100610.782000', '100610.784000', '100610.787000', '100610.790000', '100610.792000', '100610.795000', '100610.798000', '100610.800000', '100610.803000', '100610.806000', '100610.808000', '100610.811000', '100630.697000', '100630.699000', '100630.702000', '100630.705000', '100630.707000', '100630.710000', '100630.713000', '100630.716000', '100630.719000', '100630.733000', '100630.735000', '100630.738000', '100630.741000', '100630.743000', '100630.746000', '100630.749000', '100630.751000', '100630.754000', '100630.757000', '100630.759000', '100630.762000', '100630.765000', '100630.767000', '100630.770000', '100630.773000', '100630.776000', '100630.778000', '100630.781000', '100630.784000', '100630.786000', '100630.789000', '100630.791000', '100630.794000', '100630.797000', '100630.799000', '100630.802000', '100630.805000', '100630.807000', '100630.810000', '100630.813000', '100630.884000', '100630.886000', '100630.889000', '100630.891000', '100650.696000', '100650.699000', '100650.702000', '100650.705000', '100650.707000', '100650.710000', '100650.712000', '100650.715000', '100650.718000', '100650.720000', '100650.723000', '100650.726000', '100650.728000', '100650.731000', '100650.733000', '100650.736000', '100650.739000', '100650.741000', '100650.744000', '100650.747000', '100650.749000', '100650.752000', '100650.755000', '100650.757000', '100650.760000', '100650.763000', '100650.765000', '100650.768000', '100650.771000', '100650.773000', '100650.776000', '100650.779000', '100650.781000', '100650.784000', '100650.787000', '100650.789000', '100650.792000', '100650.794000', '100650.797000', '100650.800000', '100650.802000', '100650.805000', '100650.808000', '100710.697000', '100710.700000', '100710.702000', '100710.705000', '100710.707000', '100710.710000', '100710.713000', '100710.716000', '100710.718000', '100710.721000', '100710.723000', '100710.726000', '100710.729000', '100710.732000', '100710.734000', '100710.737000', '100710.739000', '100710.742000', '100710.745000', '100710.748000', '100710.750000', '100710.753000', '100710.756000', '100710.758000', '100710.761000', '100710.764000', '100710.766000', '100710.769000', '100710.772000', '100710.774000', '100710.777000', '100710.780000', '100710.782000', '100710.785000', '100710.788000', '100710.790000', '100710.793000', '100710.796000', '100710.798000', '100710.801000', '100710.804000', '100710.806000', '100710.809000', '100730.697000', '100730.699000', '100730.702000', '100730.705000', '100730.708000', '100730.710000', '100730.713000', '100730.716000', '100730.718000', '100730.721000', '100730.724000', '100730.726000', '100730.729000', '100730.731000', '100730.734000', '100730.737000', '100730.739000', '100730.742000', '100730.745000', '100730.747000', '100730.750000', '100730.753000', '100730.755000', '100730.758000', '100730.761000', '100730.763000', '100730.766000', '100730.768000', '100730.771000', '100730.774000', '100730.776000', '100730.779000', '100730.782000', '100730.784000', '100730.787000', '100730.790000', '100730.792000', '100730.795000', '100730.798000', '100730.800000', '100730.803000', '100730.806000', '100730.808000', '100730.811000', '100750.697000', '100750.699000', '100750.702000', '100750.705000', '100750.708000', '100750.723000', '100750.726000', '100750.729000', '100750.732000', '100750.734000', '100750.737000', '100750.739000', '100750.742000', '100750.745000', '100750.747000', '100750.750000', '100750.760000', '100750.762000', '100750.765000', '100750.767000', '100750.770000', '100750.773000', '100750.775000', '100750.778000', '100750.781000', '100750.783000', '100750.786000', '100750.789000', '100750.791000', '100750.794000', '100750.797000', '100750.799000', '100750.802000', '100750.805000', '100750.808000', '100750.810000', '100750.813000', '100750.914000', '100750.918000', '100750.934000', '100750.937000', '100750.939000', '100750.942000', '100810.697000', '100810.700000', '100810.703000', '100810.705000', '100810.708000', '100810.711000', '100810.714000', '100810.716000', '100810.719000', '100810.723000', '100810.726000', '100810.728000', '100810.731000', '100810.734000', '100810.736000', '100810.739000', '100810.741000', '100810.744000', '100810.747000', '100810.749000', '100810.752000', '100810.755000', '100810.757000', '100810.760000', '100810.762000', '100810.765000', '100810.768000', '100810.770000', '100810.773000', '100810.775000', '100810.778000', '100810.781000', '100810.783000', '100810.786000', '100810.789000', '100810.791000', '100810.794000', '100810.797000', '100810.799000', '100810.802000', '100810.805000', '100810.807000', '100810.810000', '100810.812000', '100830.697000', '100830.699000', '100830.702000', '100830.705000', '100830.707000', '100830.710000', '100830.713000', '100830.715000', '100830.718000', '100830.721000', '100830.723000', '100830.726000', '100830.729000', '100830.732000', '100830.734000', '100830.737000', '100830.740000', '100830.742000', '100830.751000', '100830.754000', '100830.757000', '100830.759000', '100830.762000', '100830.765000', '100830.767000', '100830.770000', '100830.773000', '100830.775000', '100830.778000', '100830.781000', '100830.783000', '100830.786000', '100830.789000', '100830.791000', '100830.794000', '100830.797000', '100830.799000', '100830.802000', '100830.805000', '100830.807000', '100830.810000', '100830.813000', '100830.815000', '100830.873000', '100850.697000', '100850.699000', '100850.702000', '100850.706000', '100850.708000', '100850.711000', '100850.713000', '100850.716000', '100850.719000', '100850.721000', '100850.724000', '100850.727000', '100850.729000', '100850.732000', '100850.735000', '100850.738000', '100850.740000', '100850.743000', '100850.745000', '100850.748000', '100850.751000', '100850.753000', '100850.756000', '100850.759000', '100850.761000', '100850.764000', '100850.767000', '100850.769000', '100850.772000', '100850.775000', '100850.777000', '100850.780000', '100850.783000', '100850.785000', '100850.788000', '100850.791000', '100850.794000', '100850.796000', '100850.799000', '100850.802000', '100850.804000', '100850.807000', '100850.809000', '100910.697000', '100910.700000', '100910.772000', '100910.775000', '100910.778000', '100910.781000', '100910.784000', '100910.786000', '100910.791000', '100910.794000', '100910.796000', '100910.799000', '100910.802000', '100910.804000', '100910.807000', '100910.809000', '100910.812000', '100910.911000', '100910.913000', '100910.916000', '100910.919000', '100910.921000', '100910.924000', '100910.927000', '100910.929000', '100910.932000', '100910.935000', '100910.937000', '100910.940000', '100910.943000', '100910.945000', '100910.948000', '100910.951000', '100910.953000', '100910.956000', '100910.958000', '100910.961000', '100910.964000', '100910.966000', '100910.969000', '100910.972000', '100910.974000', '100910.977000', '100930.697000', '100930.699000', '100930.702000', '100930.705000', '100930.708000', '100930.710000', '100930.713000', '100930.716000', '100930.718000', '100930.721000', '100930.724000', '100930.726000', '100930.740000', '100930.742000', '100930.745000', '100930.748000', '100930.751000', '100930.753000', '100930.756000', '100930.759000', '100930.761000', '100930.764000', '100930.767000', '100930.769000', '100930.772000', '100930.775000', '100930.777000', '100930.780000', '100930.783000', '100930.785000', '100930.788000', '100930.791000', '100930.793000', '100930.796000', '100930.798000', '100930.801000', '100930.804000', '100930.806000', '100930.809000', '100930.812000', '100930.814000', '100930.875000', '100930.878000', '100930.880000', '100932.833000', '100932.836000', '100932.839000', '100932.841000', '100932.845000'], 'InstanceCreationTime': ['100010.731000', '100010.756000', '100010.759000', '100010.761000', '100010.764000', '100010.766000', '100010.769000', '100010.772000', '100010.774000', '100010.777000', '100010.780000', '100010.782000', '100010.785000', '100010.788000', '100010.790000', '100010.793000', '100010.795000', '100010.798000', '100010.801000', '100010.803000', '100010.806000', '100010.809000', '100010.811000', '100010.814000', '100010.817000', '100010.819000', '100010.822000', '100010.824000', '100010.827000', '100010.830000', '100010.832000', '100010.835000', '100010.838000', '100010.840000', '100010.843000', '100010.845000', '100010.848000', '100010.857000', '100010.859000', '100010.862000', '100010.864000', '100010.880000', '100010.883000', '100010.885000', '100010.888000', '100030.696000', '100030.700000', '100030.703000', '100030.705000', '100030.708000', '100030.711000', '100030.713000', '100030.716000', '100030.718000', '100030.721000', '100030.724000', '100030.726000', '100030.729000', '100030.732000', '100030.734000', '100030.737000', '100030.740000', '100030.742000', '100030.745000', '100030.747000', '100030.750000', '100030.753000', '100030.755000', '100030.758000', '100030.761000', '100030.763000', '100030.766000', '100030.769000', '100030.771000', '100030.774000', '100030.776000', '100030.779000', '100030.782000', '100030.784000', '100030.787000', '100030.790000', '100030.792000', '100030.795000', '100030.797000', '100030.800000', '100030.803000', '100030.805000', '100030.808000', '100030.811000', '100050.696000', '100050.699000', '100050.702000', '100050.705000', '100050.708000', '100050.710000', '100050.713000', '100050.716000', '100050.718000', '100050.721000', '100050.724000', '100050.726000', '100050.729000', '100050.732000', '100050.735000', '100050.738000', '100050.741000', '100050.744000', '100050.746000', '100050.749000', '100050.751000', '100050.754000', '100050.756000', '100050.759000', '100050.762000', '100050.764000', '100050.767000', '100050.769000', '100050.772000', '100050.775000', '100050.777000', '100050.780000', '100050.783000', '100050.785000', '100050.788000', '100050.791000', '100050.793000', '100050.796000', '100050.799000', '100050.801000', '100050.804000', '100050.812000', '100050.814000', '100110.697000', '100110.700000', '100110.702000', '100110.705000', '100110.708000', '100110.711000', '100110.713000', '100110.716000', '100110.719000', '100110.721000', '100110.724000', '100110.726000', '100110.729000', '100110.732000', '100110.734000', '100110.737000', '100110.740000', '100110.742000', '100110.745000', '100110.748000', '100110.750000', '100110.753000', '100110.756000', '100110.758000', '100110.761000', '100110.764000', '100110.766000', '100110.769000', '100110.771000', '100110.774000', '100110.777000', '100110.779000', '100110.782000', '100110.785000', '100110.787000', '100110.790000', '100110.793000', '100110.795000', '100110.798000', '100110.800000', '100110.807000', '100110.810000', '100110.812000', '100110.815000', '100130.697000', '100130.699000', '100130.702000', '100130.705000', '100130.707000', '100130.710000', '100130.713000', '100130.715000', '100130.718000', '100130.721000', '100130.723000', '100130.726000', '100130.729000', '100130.731000', '100130.745000', '100130.747000', '100130.750000', '100130.752000', '100130.755000', '100130.758000', '100130.761000', '100130.764000', '100130.767000', '100130.769000', '100130.772000', '100130.775000', '100130.777000', '100130.780000', '100130.783000', '100130.785000', '100130.788000', '100130.790000', '100130.794000', '100130.797000', '100130.800000', '100130.802000', '100130.805000', '100130.808000', '100130.810000', '100130.813000', '100130.836000', '100130.839000', '100130.841000', '100150.697000', '100150.699000', '100150.702000', '100150.705000', '100150.707000', '100150.710000', '100150.713000', '100150.716000', '100150.718000', '100150.721000', '100150.723000', '100150.726000', '100150.729000', '100150.731000', '100150.734000', '100150.737000', '100150.739000', '100150.742000', '100150.745000', '100150.747000', '100150.761000', '100150.763000', '100150.766000', '100150.769000', '100150.771000', '100150.774000', '100150.777000', '100150.779000', '100150.782000', '100150.785000', '100150.787000', '100150.790000', '100150.793000', '100150.795000', '100150.798000', '100150.801000', '100150.803000', '100150.806000', '100150.808000', '100150.811000', '100150.814000', '100150.843000', '100150.846000', '100150.849000', '100210.696000', '100210.699000', '100210.702000', '100210.705000', '100210.707000', '100210.710000', '100210.713000', '100210.715000', '100210.718000', '100210.721000', '100210.723000', '100210.726000', '100210.729000', '100210.731000', '100210.734000', '100210.737000', '100210.739000', '100210.742000', '100210.745000', '100210.747000', '100210.750000', '100210.753000', '100210.755000', '100210.758000', '100210.760000', '100210.763000', '100210.766000', '100210.768000', '100210.771000', '100210.774000', '100210.777000', '100210.780000', '100210.784000', '100210.787000', '100210.789000', '100210.792000', '100210.795000', '100210.797000', '100210.800000', '100210.803000', '100210.805000', '100210.808000', '100210.810000', '100230.697000', '100230.700000', '100230.703000', '100230.706000', '100230.709000', '100230.712000', '100230.714000', '100230.717000', '100230.720000', '100230.723000', '100230.725000', '100230.728000', '100230.731000', '100230.734000', '100230.736000', '100230.739000', '100230.742000', '100230.745000', '100230.747000', '100230.750000', '100230.753000', '100230.755000', '100230.758000', '100230.761000', '100230.763000', '100230.766000', '100230.769000', '100230.771000', '100230.774000', '100230.777000', '100230.779000', '100230.782000', '100230.784000', '100230.787000', '100230.790000', '100230.792000', '100230.795000', '100230.798000', '100230.800000', '100230.803000', '100230.806000', '100230.808000', '100230.811000', '100230.813000', '100250.697000', '100250.699000', '100250.702000', '100250.705000', '100250.707000', '100250.710000', '100250.713000', '100250.715000', '100250.718000', '100250.721000', '100250.723000', '100250.726000', '100250.729000', '100250.731000', '100250.734000', '100250.737000', '100250.739000', '100250.742000', '100250.745000', '100250.747000', '100250.750000', '100250.753000', '100250.755000', '100250.758000', '100250.761000', '100250.763000', '100250.766000', '100250.769000', '100250.771000', '100250.774000', '100250.777000', '100250.779000', '100250.782000', '100250.785000', '100250.787000', '100250.790000', '100250.792000', '100250.795000', '100250.798000', '100250.800000', '100250.803000', '100250.806000', '100250.808000', '100310.697000', '100310.700000', '100310.702000', '100310.705000', '100310.708000', '100310.710000', '100310.713000', '100310.716000', '100310.718000', '100310.721000', '100310.724000', '100310.726000', '100310.729000', '100310.732000', '100310.735000', '100310.737000', '100310.740000', '100310.743000', '100310.745000', '100310.748000', '100310.750000', '100310.753000', '100310.756000', '100310.758000', '100310.761000', '100310.764000', '100310.766000', '100310.769000', '100310.772000', '100310.774000', '100310.777000', '100310.780000', '100310.782000', '100310.792000', '100310.795000', '100310.797000', '100310.800000', '100310.803000', '100310.805000', '100310.808000', '100310.811000', '100310.813000', '100310.861000', '100310.864000', '100330.697000', '100330.699000', '100330.702000', '100330.705000', '100330.708000', '100330.710000', '100330.713000', '100330.716000', '100330.718000', '100330.721000', '100330.724000', '100330.726000', '100330.729000', '100330.732000', '100330.734000', '100330.737000', '100330.740000', '100330.742000', '100330.745000', '100330.748000', '100330.750000', '100330.753000', '100330.755000', '100330.758000', '100330.761000', '100330.763000', '100330.766000', '100330.769000', '100330.771000', '100330.774000', '100330.787000', '100330.789000', '100330.792000', '100330.795000', '100330.797000', '100330.800000', '100330.803000', '100330.805000', '100330.808000', '100330.811000', '100330.813000', '100330.871000', '100330.874000', '100350.697000', '100350.699000', '100350.702000', '100350.705000', '100350.708000', '100350.710000', '100350.713000', '100350.715000', '100350.718000', '100350.721000', '100350.723000', '100350.726000', '100350.729000', '100350.731000', '100350.734000', '100350.737000', '100350.740000', '100350.742000', '100350.745000', '100350.748000', '100350.750000', '100350.753000', '100350.755000', '100350.758000', '100350.761000', '100350.763000', '100350.766000', '100350.769000', '100350.779000', '100350.782000', '100350.784000', '100350.787000', '100350.790000', '100350.792000', '100350.795000', '100350.798000', '100350.800000', '100350.803000', '100350.806000', '100350.808000', '100350.811000', '100350.814000', '100350.845000', '100350.848000', '100410.696000', '100410.699000', '100410.702000', '100410.705000', '100410.707000', '100410.710000', '100410.713000', '100410.715000', '100410.718000', '100410.721000', '100410.723000', '100410.726000', '100410.728000', '100410.731000', '100410.734000', '100410.737000', '100410.739000', '100410.742000', '100410.744000', '100410.747000', '100410.750000', '100410.752000', '100410.755000', '100410.758000', '100410.760000', '100410.763000', '100410.766000', '100410.768000', '100410.771000', '100410.773000', '100410.776000', '100410.779000', '100410.781000', '100410.784000', '100410.787000', '100410.789000', '100410.792000', '100410.795000', '100410.797000', '100410.800000', '100410.803000', '100410.805000', '100410.808000', '100430.697000', '100430.699000', '100430.702000', '100430.705000', '100430.708000', '100430.710000', '100430.713000', '100430.716000', '100430.718000', '100430.721000', '100430.723000', '100430.726000', '100430.729000', '100430.731000', '100430.734000', '100430.737000', '100430.739000', '100430.742000', '100430.745000', '100430.747000', '100430.750000', '100430.753000', '100430.755000', '100430.758000', '100430.761000', '100430.763000', '100430.766000', '100430.769000', '100430.771000', '100430.774000', '100430.776000', '100430.779000', '100430.782000', '100430.784000', '100430.787000', '100430.790000', '100430.792000', '100430.795000', '100430.798000', '100430.801000', '100430.803000', '100430.806000', '100430.808000', '100430.811000', '100450.697000', '100450.700000', '100450.702000', '100450.705000', '100450.707000', '100450.710000', '100450.713000', '100450.715000', '100450.718000', '100450.721000', '100450.723000', '100450.726000', '100450.729000', '100450.731000', '100450.734000', '100450.736000', '100450.739000', '100450.742000', '100450.744000', '100450.747000', '100450.749000', '100450.752000', '100450.755000', '100450.758000', '100450.760000', '100450.763000', '100450.765000', '100450.768000', '100450.771000', '100450.773000', '100450.776000', '100450.779000', '100450.781000', '100450.784000', '100450.787000', '100450.789000', '100450.792000', '100450.794000', '100450.797000', '100450.800000', '100450.802000', '100450.805000', '100450.808000', '100510.697000', '100510.699000', '100510.702000', '100510.705000', '100510.707000', '100510.710000', '100510.713000', '100510.715000', '100510.718000', '100510.721000', '100510.723000', '100510.726000', '100510.729000', '100510.732000', '100510.734000', '100510.737000', '100510.739000', '100510.742000', '100510.745000', '100510.747000', '100510.750000', '100510.753000', '100510.755000', '100510.758000', '100510.761000', '100510.763000', '100510.766000', '100510.769000', '100510.771000', '100510.774000', '100510.777000', '100510.779000', '100510.782000', '100510.792000', '100510.794000', '100510.797000', '100510.800000', '100510.802000', '100510.805000', '100510.808000', '100510.810000', '100510.813000', '100510.869000', '100510.871000', '100530.696000', '100530.699000', '100530.702000', '100530.704000', '100530.708000', '100530.711000', '100530.713000', '100530.716000', '100530.718000', '100530.721000', '100530.724000', '100530.726000', '100530.729000', '100530.732000', '100530.735000', '100530.737000', '100530.740000', '100530.742000', '100530.745000', '100530.748000', '100530.750000', '100530.753000', '100530.756000', '100530.758000', '100530.761000', '100530.764000', '100530.766000', '100530.769000', '100530.772000', '100530.774000', '100530.777000', '100530.779000', '100530.782000', '100530.785000', '100530.787000', '100530.790000', '100530.793000', '100530.802000', '100530.805000', '100530.808000', '100530.810000', '100530.813000', '100530.841000', '100550.697000', '100550.699000', '100550.702000', '100550.705000', '100550.708000', '100550.710000', '100550.713000', '100550.716000', '100550.718000', '100550.721000', '100550.724000', '100550.726000', '100550.729000', '100550.732000', '100550.735000', '100550.737000', '100550.741000', '100550.744000', '100550.747000', '100550.749000', '100550.752000', '100550.754000', '100550.757000', '100550.760000', '100550.762000', '100550.765000', '100550.768000', '100550.770000', '100550.773000', '100550.776000', '100550.778000', '100550.781000', '100550.784000', '100550.786000', '100550.789000', '100550.792000', '100550.794000', '100550.797000', '100550.799000', '100550.802000', '100550.805000', '100550.807000', '100550.810000', '100610.697000', '100610.699000', '100610.702000', '100610.705000', '100610.707000', '100610.710000', '100610.713000', '100610.715000', '100610.718000', '100610.721000', '100610.723000', '100610.726000', '100610.729000', '100610.731000', '100610.734000', '100610.737000', '100610.739000', '100610.742000', '100610.745000', '100610.747000', '100610.750000', '100610.753000', '100610.755000', '100610.758000', '100610.761000', '100610.763000', '100610.766000', '100610.769000', '100610.771000', '100610.774000', '100610.776000', '100610.779000', '100610.782000', '100610.784000', '100610.787000', '100610.790000', '100610.792000', '100610.795000', '100610.798000', '100610.800000', '100610.803000', '100610.806000', '100610.808000', '100610.811000', '100630.697000', '100630.699000', '100630.702000', '100630.705000', '100630.707000', '100630.710000', '100630.713000', '100630.716000', '100630.719000', '100630.733000', '100630.735000', '100630.738000', '100630.741000', '100630.743000', '100630.746000', '100630.749000', '100630.751000', '100630.754000', '100630.757000', '100630.759000', '100630.762000', '100630.765000', '100630.767000', '100630.770000', '100630.773000', '100630.776000', '100630.778000', '100630.781000', '100630.784000', '100630.786000', '100630.789000', '100630.791000', '100630.794000', '100630.797000', '100630.799000', '100630.802000', '100630.805000', '100630.807000', '100630.810000', '100630.813000', '100630.884000', '100630.886000', '100630.889000', '100630.891000', '100650.696000', '100650.699000', '100650.702000', '100650.705000', '100650.707000', '100650.710000', '100650.712000', '100650.715000', '100650.718000', '100650.720000', '100650.723000', '100650.726000', '100650.728000', '100650.731000', '100650.733000', '100650.736000', '100650.739000', '100650.741000', '100650.744000', '100650.747000', '100650.749000', '100650.752000', '100650.755000', '100650.757000', '100650.760000', '100650.763000', '100650.765000', '100650.768000', '100650.771000', '100650.773000', '100650.776000', '100650.779000', '100650.781000', '100650.784000', '100650.787000', '100650.789000', '100650.792000', '100650.794000', '100650.797000', '100650.800000', '100650.802000', '100650.805000', '100650.808000', '100710.697000', '100710.700000', '100710.702000', '100710.705000', '100710.707000', '100710.710000', '100710.713000', '100710.716000', '100710.718000', '100710.721000', '100710.723000', '100710.726000', '100710.729000', '100710.732000', '100710.734000', '100710.737000', '100710.739000', '100710.742000', '100710.745000', '100710.748000', '100710.750000', '100710.753000', '100710.756000', '100710.758000', '100710.761000', '100710.764000', '100710.766000', '100710.769000', '100710.772000', '100710.774000', '100710.777000', '100710.780000', '100710.782000', '100710.785000', '100710.788000', '100710.790000', '100710.793000', '100710.796000', '100710.798000', '100710.801000', '100710.804000', '100710.806000', '100710.809000', '100730.697000', '100730.699000', '100730.702000', '100730.705000', '100730.708000', '100730.710000', '100730.713000', '100730.716000', '100730.718000', '100730.721000', '100730.724000', '100730.726000', '100730.729000', '100730.731000', '100730.734000', '100730.737000', '100730.739000', '100730.742000', '100730.745000', '100730.747000', '100730.750000', '100730.753000', '100730.755000', '100730.758000', '100730.761000', '100730.763000', '100730.766000', '100730.768000', '100730.771000', '100730.774000', '100730.776000', '100730.779000', '100730.782000', '100730.784000', '100730.787000', '100730.790000', '100730.792000', '100730.795000', '100730.798000', '100730.800000', '100730.803000', '100730.806000', '100730.808000', '100730.811000', '100750.697000', '100750.699000', '100750.702000', '100750.705000', '100750.708000', '100750.723000', '100750.726000', '100750.729000', '100750.732000', '100750.734000', '100750.737000', '100750.739000', '100750.742000', '100750.745000', '100750.747000', '100750.750000', '100750.760000', '100750.762000', '100750.765000', '100750.767000', '100750.770000', '100750.773000', '100750.775000', '100750.778000', '100750.781000', '100750.783000', '100750.786000', '100750.789000', '100750.791000', '100750.794000', '100750.797000', '100750.799000', '100750.802000', '100750.805000', '100750.808000', '100750.810000', '100750.813000', '100750.914000', '100750.918000', '100750.934000', '100750.937000', '100750.939000', '100750.942000', '100810.697000', '100810.700000', '100810.703000', '100810.705000', '100810.708000', '100810.711000', '100810.714000', '100810.716000', '100810.719000', '100810.723000', '100810.726000', '100810.728000', '100810.731000', '100810.734000', '100810.736000', '100810.739000', '100810.741000', '100810.744000', '100810.747000', '100810.749000', '100810.752000', '100810.755000', '100810.757000', '100810.760000', '100810.762000', '100810.765000', '100810.768000', '100810.770000', '100810.773000', '100810.775000', '100810.778000', '100810.781000', '100810.783000', '100810.786000', '100810.789000', '100810.791000', '100810.794000', '100810.797000', '100810.799000', '100810.802000', '100810.805000', '100810.807000', '100810.810000', '100810.812000', '100830.697000', '100830.699000', '100830.702000', '100830.705000', '100830.707000', '100830.710000', '100830.713000', '100830.715000', '100830.718000', '100830.721000', '100830.723000', '100830.726000', '100830.729000', '100830.732000', '100830.734000', '100830.737000', '100830.740000', '100830.742000', '100830.751000', '100830.754000', '100830.757000', '100830.759000', '100830.762000', '100830.765000', '100830.767000', '100830.770000', '100830.773000', '100830.775000', '100830.778000', '100830.781000', '100830.783000', '100830.786000', '100830.789000', '100830.791000', '100830.794000', '100830.797000', '100830.799000', '100830.802000', '100830.805000', '100830.807000', '100830.810000', '100830.813000', '100830.815000', '100830.873000', '100850.697000', '100850.699000', '100850.702000', '100850.706000', '100850.708000', '100850.711000', '100850.713000', '100850.716000', '100850.719000', '100850.721000', '100850.724000', '100850.727000', '100850.729000', '100850.732000', '100850.735000', '100850.738000', '100850.740000', '100850.743000', '100850.745000', '100850.748000', '100850.751000', '100850.753000', '100850.756000', '100850.759000', '100850.761000', '100850.764000', '100850.767000', '100850.769000', '100850.772000', '100850.775000', '100850.777000', '100850.780000', '100850.783000', '100850.785000', '100850.788000', '100850.791000', '100850.794000', '100850.796000', '100850.799000', '100850.802000', '100850.804000', '100850.807000', '100850.809000', '100910.697000', '100910.700000', '100910.772000', '100910.775000', '100910.778000', '100910.781000', '100910.784000', '100910.786000', '100910.791000', '100910.794000', '100910.796000', '100910.799000', '100910.802000', '100910.804000', '100910.807000', '100910.809000', '100910.812000', '100910.911000', '100910.913000', '100910.916000', '100910.919000', '100910.921000', '100910.924000', '100910.927000', '100910.929000', '100910.932000', '100910.935000', '100910.937000', '100910.940000', '100910.943000', '100910.945000', '100910.948000', '100910.951000', '100910.953000', '100910.956000', '100910.958000', '100910.961000', '100910.964000', '100910.966000', '100910.969000', '100910.972000', '100910.974000', '100910.977000', '100930.697000', '100930.699000', '100930.702000', '100930.705000', '100930.708000', '100930.710000', '100930.713000', '100930.716000', '100930.718000', '100930.721000', '100930.724000', '100930.726000', '100930.740000', '100930.742000', '100930.745000', '100930.748000', '100930.751000', '100930.753000', '100930.756000', '100930.759000', '100930.761000', '100930.764000', '100930.767000', '100930.769000', '100930.772000', '100930.775000', '100930.777000', '100930.780000', '100930.783000', '100930.785000', '100930.788000', '100930.791000', '100930.793000', '100930.796000', '100930.798000', '100930.801000', '100930.804000', '100930.806000', '100930.809000', '100930.812000', '100930.814000', '100930.875000', '100930.878000', '100930.880000', '100932.833000', '100932.836000', '100932.839000', '100932.841000', '100932.845000'], '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': [9105, 15222, 8356, 14252, 7958, 11154, 7643, 10760, 7298, 10107, 7429, 9533, 7698, 8828, 7424, 8230, 7484, 8112, 7850, 7684, 7738, 7627, 10210, 7575, 9812, 7589, 9058, 7600, 7681, 12670, 7465, 10161, 7250, 9494, 7289, 8531, 7462, 7960, 12477, 7967, 13400, 7677, 10024, 7543, 9522, 7538, 9934, 7565, 9467, 7666, 9024, 7497, 8348, 13181, 8582, 15014, 8006, 10743, 7514, 9900, 7397, 9285, 7417, 10148, 7399, 9416, 7415, 8638, 7612, 9007, 8549, 9415, 11302, 8538, 13731, 7873, 13452, 7355, 10338, 7559, 10035, 7418, 9549, 7604, 8877, 7385, 9598, 7903, 9936, 7842, 9005, 7435, 8132, 13119, 7400, 10187, 7603, 9590, 7564, 9176, 7489, 8710, 7523, 8234, 7750, 8437, 7781, 7798, 8696, 8156, 10807, 7977, 9781, 7795, 10119, 7664, 9133, 7708, 8679, 13673, 9036, 13428, 9236, 14360, 7474, 7455, 7593, 7845, 7662, 7621, 10341, 7544, 10750, 7662, 12825, 11240, 11269, 14352, 10377, 13046, 8604, 11819, 8689, 15226, 9055, 15774, 11850, 14221, 8931, 11367, 8447, 13114, 8593, 14614, 8493, 12812, 8801, 7516, 8011, 7404, 8765, 7528, 8968, 7351, 9624, 7864, 8593, 15030, 7651, 11322, 7441, 9606, 7541, 9284, 7346, 8897, 7427, 9044, 7446, 8862, 7283, 12163, 7311, 12021, 7671, 9120, 7361, 10491, 7437, 10677, 7475, 8034, 7472, 8620, 7358, 8948, 7345, 11587, 7465, 11086, 7474, 9992, 7534, 9552, 7285, 14488, 7824, 7575, 7329, 7418, 8128, 7418, 10665, 7493, 12914, 8371, 15298, 7387, 11734, 10137, 14697, 7363, 14469, 7582, 11245, 7519, 14719, 8717, 11905, 8907, 7328, 8759, 7955, 8694, 7394, 11216, 7415, 11295, 7240, 12217, 7270, 9564, 7389, 11054, 7353, 10005, 7130, 9345, 7427, 9165, 7230, 8652, 7154, 8830, 7597, 8770, 7254, 8469, 7813, 8640, 7163, 8891, 7537, 8996, 7277, 8791, 7451, 10437, 8307, 9288, 8412, 7527, 8386, 8834, 8871, 12397, 9235, 12025, 8877, 7576, 8868, 7516, 8725, 12499, 8972, 12034, 8610, 7463, 8718, 8715, 8720, 12334, 7569, 9561, 7120, 9879, 7170, 8160, 7505, 9010, 7497, 10981, 7522, 10304, 7407, 8982, 7746, 8664, 7387, 12023, 8009, 9859, 7663, 9019, 12768, 8735, 12630, 7725, 11929, 7611, 10882, 7305, 8312, 7404, 8152, 7266, 8310, 7331, 9171, 7509, 10143, 7645, 9228, 8770, 9426, 10843, 8599, 12538, 8202, 10595, 7385, 9268, 7145, 10187, 7444, 10209, 7198, 8731, 7494, 8983, 7533, 10425, 7420, 9068, 7381, 8596, 7194, 11657, 8417, 9399, 10023, 9193, 7392, 8298, 7564, 8726, 12354, 9206, 13245, 8235, 12581, 8339, 11858, 7574, 9859, 7413, 10410, 7108, 13862, 7328, 11438, 7233, 9350, 7236, 10803, 7405, 8836, 7289, 8355, 7606, 8902, 7740, 8915, 7458, 9358, 7530, 8993, 7596, 8556, 7401, 8597, 12359, 8786, 12438, 9199, 9720, 9178, 7453, 9274, 7433, 9885, 7581, 11611, 7244, 8178, 7366, 10651, 7437, 9463, 7857, 9407, 7309, 7872, 7669, 8024, 7712, 7711, 7537, 8636, 7338, 13665, 7308, 9219, 7290, 11503, 9916, 9492, 7731, 9481, 7638, 8427, 7765, 8872, 11829, 9527, 12907, 9207, 12530, 8294, 14475, 7290, 10812, 7276, 10491, 7258, 8520, 7301, 8293, 7260, 8542, 7229, 9746, 7291, 8362, 7715, 8224, 7522, 10525, 8997, 10147, 7226, 9693, 7568, 9172, 7452, 8933, 10602, 9316, 9891, 9014, 7479, 8853, 11189, 9276, 13804, 9356, 13981, 8874, 12678, 8058, 11359, 7426, 10456, 7215, 11114, 7402, 9025, 7306, 8092, 7419, 7783, 7211, 8548, 7410, 10445, 7179, 10560, 7398, 10465, 7592, 10999, 7217, 8223, 7310, 7940, 7274, 8469, 7451, 11475, 7283, 11194, 7310, 8793, 7244, 8772, 7250, 12306, 9304, 7561, 9457, 7255, 8910, 7966, 8749, 12153, 9480, 9727, 9086, 7352, 9057, 7447, 9158, 7511, 8116, 7253, 9589, 7299, 8746, 7432, 8793, 7120, 13018, 9036, 11671, 9669, 7210, 7744, 7154, 10169, 7370, 8516, 7234, 11035, 7562, 8916, 7343, 11688, 7264, 13064, 8769, 12340, 9373, 7152, 7633, 7561, 8348, 7194, 13930, 9413, 12115, 10037, 7509, 8659, 7405, 8200, 7440, 12669, 7491, 14501, 7616, 7625, 7744, 7540, 8029, 7336, 12374, 7601, 7776, 7624, 7378, 7424, 7297, 9365, 10347, 16846, 9756, 8730, 7116, 9151, 7524, 14870, 11365, 16540, 10825, 9426, 16631, 10366, 7962, 11919, 13243, 13427, 16591, 15354, 12768, 12497, 14711, 11400, 17111, 11236, 8968, 9740, 8065, 10029, 7757, 7371, 8390, 7573, 7368, 7512, 6991, 7764, 7770, 7366, 7606, 8630, 7265, 9257, 7365, 8751, 7453, 7782, 7251, 9160, 7409, 7372, 7430, 7336, 8316, 7181, 7284, 7329, 7193, 9544, 7119, 8288, 9089, 7076, 7997, 7198, 14399, 7057, 11120, 9449, 7562, 8315, 7762, 13004, 7421, 7332, 12965, 9240, 7490, 7457, 9968, 9508, 8147, 7472, 13238, 13041, 13086, 9971, 11401, 7781, 7133, 10499, 7489, 10024, 9411, 7072, 9506, 7128, 9510, 7188, 10298, 7382, 7246, 8441, 7092, 9266, 7465, 10141, 7306, 8273, 9477, 7465, 8900, 7248, 10933, 7457, 13216, 7704, 10703, 9221, 14015, 8628, 11433, 7440, 9250, 7431, 9290, 7163, 9779, 7636, 12724, 8271, 8879, 7962, 7132, 9169, 7010, 8362, 7260, 9581, 7305, 9615, 7463, 9558, 7354, 9920, 7992, 14385, 7824, 10616, 7567, 7445, 8444, 7368, 9051, 7212, 10323, 7337, 9775, 7472, 10785, 7477, 12782, 7418, 10449, 7310, 8362, 7216, 9135, 7125, 9855, 7560, 8559, 8410, 7321, 8120, 7327, 9049, 7226, 9513, 8010, 12078, 7390, 11143, 7623, 11870, 8155, 11552, 10197, 7480, 8681, 7435, 9320, 7204, 9989, 7865, 13512, 8744, 11060, 9059, 9376, 8808, 8899, 9181, 9483, 9869, 7292, 9287, 7316, 8872, 7170, 8881, 7241, 9211, 7484, 9262, 7426, 9274, 7108, 9870, 7175, 8476, 7584, 7648, 8868, 7153, 9640, 7393, 9749, 7610, 12318, 7474, 13024, 7403, 11290, 7397, 10353, 7108, 10323, 7256, 9611, 8190, 7897, 9779, 7393, 8801, 7371, 8939, 7163, 9981, 7282, 10473, 7898, 15888, 7445, 9895, 8461, 7282, 9962, 7240, 9129, 7318, 10645, 7387, 10325, 7472, 8220, 9181, 7692, 8793, 7503, 9062, 7354, 9057, 7421, 9452, 7602, 11327, 8135, 7536, 8496, 7327, 8116, 7248, 9024, 7414, 11706, 7901, 7273, 7479, 6988, 8919, 7242, 9050, 8367, 7412, 7554, 7352, 7987, 8846, 7199, 7832, 7326, 9831, 8815, 7397, 8351, 7651, 12175, 11318, 7770, 15782, 8105, 7512, 9020, 7324, 14155, 8941, 14990, 10549, 11563, 9361, 7591, 9175, 7049, 7861, 7170, 9215, 7557, 7052, 7308, 7140, 8155, 7342, 9527, 7080, 10448, 7229, 10488, 7348, 8664, 7147, 8840, 7510, 9581, 7360, 11331, 7775, 12116, 7581, 9404, 8920, 9679, 9411, 7249, 8874, 7254, 9043, 7087, 9320, 7292, 9959, 7276, 14114, 8535, 8283, 7673, 6972, 8614, 7110, 9469, 7208, 11777, 9220, 13509, 7301, 11995, 7752, 11562, 7710, 12920, 9832, 13290, 8186, 9115, 8136, 7613, 9059, 7109, 10442, 7358, 13292, 7410, 10059, 7839, 7721, 9263, 7117, 9770, 7382, 12794, 7432, 7372, 8329, 7381, 9284, 7305, 13736, 9263, 8344, 8063, 7276, 9115, 7089, 9611, 7708, 9304, 8172, 7061, 9210, 7290, 9934, 7522, 12145, 8504, 11989, 9182, 9048, 9680, 7585, 9051, 7364, 8949, 7523, 9574, 7230, 8905, 7279, 8850, 7210, 8782, 7241, 9016, 7117, 9480, 7344, 8922, 7326, 8096, 7180, 7975, 12104, 7862, 13004, 7757, 11757, 7160, 9664, 7331, 8972, 7548, 9124, 7223, 8965, 7428, 8813, 7425, 8635, 9077, 11474, 13393, 9536, 13366, 7536, 12536, 7449, 14088, 7923, 13634, 10517, 14540, 7384, 13081, 7367, 10605, 7113, 9805, 7423, 10251, 7259, 9982, 7185, 9690, 7187, 9870, 7918, 10862, 7652, 10562, 7582, 10271, 7244, 10361, 8105, 13648, 7301, 12573, 7568, 11551, 7605, 10601, 7466, 11571, 7805, 10697, 7521, 9880, 7305, 9375, 7311, 9478, 7035, 9620, 7285, 8773, 7435, 8387, 7403, 8939, 7071, 9543, 7226, 9312, 7253, 9419, 7274, 9263, 9061, 10731, 10859, 7953, 14290, 7643, 11642, 7255, 10474, 7222, 10354, 7162, 9651, 7057, 8690, 7452, 8263, 7410, 8777, 7285, 8869, 7298, 7247, 9682, 7491, 12244, 7578, 12790, 8359, 12556, 7358, 11773, 7456, 10405, 7239, 10283, 8424, 10952, 7351, 11311, 7290, 7162, 8114, 7377, 11041, 9295, 9147, 7166, 10022, 7342, 7869, 9593, 12114, 12946, 9320, 8380, 7309, 7043, 7236, 7283, 11202, 15781, 8750, 12566, 9279, 13818, 10397, 14845, 10060, 8723, 8318, 7961, 10763, 9592, 10517, 15353, 13962, 10813, 9781, 9196, 9462, 15368, 11988, 9102, 7435, 7812, 8054, 7472, 7931, 8601, 8708, 7477, 7404, 7910, 7518, 8113, 7900, 7564, 8168, 7455, 7419, 7548, 7330, 8008, 7218, 7320, 7431, 7335, 7939, 7234, 7310, 7388, 7464, 7918, 7385, 7435, 6981, 7396, 7419, 7822, 7371, 7262, 7151, 7548, 7494, 7390, 7305, 7513], 'WindowCenter': [4674.0, 4729.0, 4648.0, 4705.0, 4635.0, 4673.0, 4625.0, 4661.0, 4611.0, 4651.0, 4611.0, 4638.0, 4622.0, 4643.0, 4622.0, 4633.0, 4623.0, 4634.0, 4636.0, 4636.0, 4637.0, 4637.0, 4678.0, 4648.0, 4677.0, 4648.0, 4669.0, 4637.0, 4648.0, 4705.0, 4638.0, 4675.0, 4639.0, 4668.0, 4638.0, 4658.0, 4636.0, 4647.0, 4705.0, 4647.0, 4707.0, 4637.0, 4676.0, 4638.0, 4666.0, 4648.0, 4677.0, 4648.0, 4666.0, 4649.0, 4668.0, 4637.0, 4657.0, 4705.0, 4657.0, 4715.0, 4646.0, 4675.0, 4626.0, 4664.0, 4624.0, 4655.0, 4626.0, 4676.0, 4634.0, 4655.0, 4623.0, 4656.0, 4636.0, 4656.0, 4654.0, 4665.0, 4684.0, 4656.0, 4703.0, 4635.0, 4703.0, 4627.0, 4674.0, 4636.0, 4663.0, 4635.0, 4664.0, 4634.0, 4654.0, 4636.0, 4665.0, 4646.0, 4676.0, 4646.0, 4666.0, 4636.0, 4646.0, 4704.0, 4636.0, 4676.0, 4636.0, 4666.0, 4636.0, 4664.0, 4638.0, 4657.0, 4647.0, 4658.0, 4648.0, 4658.0, 4648.0, 4648.0, 4657.0, 4648.0, 4687.0, 4659.0, 4678.0, 4648.0, 4688.0, 4648.0, 4667.0, 4648.0, 4658.0, 4756.0, 4696.0, 4719.0, 4668.0, 4724.0, 4635.0, 4635.0, 4645.0, 4658.0, 4647.0, 4661.0, 4702.0, 4663.0, 4712.0, 4662.0, 4731.0, 4698.0, 4698.0, 4716.0, 4677.0, 4705.0, 4655.0, 4692.0, 4655.0, 4713.0, 4654.0, 4723.0, 4683.0, 4700.0, 4641.0, 4680.0, 4631.0, 4688.0, 4641.0, 4699.0, 4641.0, 4687.0, 4638.0, 4621.0, 4629.0, 4622.0, 4642.0, 4621.0, 4650.0, 4621.0, 4651.0, 4631.0, 4642.0, 4698.0, 4619.0, 4669.0, 4619.0, 4649.0, 4619.0, 4639.0, 4619.0, 4639.0, 4622.0, 4648.0, 4634.0, 4653.0, 4635.0, 4694.0, 4636.0, 4706.0, 4647.0, 4665.0, 4637.0, 4686.0, 4636.0, 4686.0, 4639.0, 4647.0, 4638.0, 4657.0, 4637.0, 4667.0, 4639.0, 4696.0, 4638.0, 4697.0, 4637.0, 4677.0, 4676.0, 4676.0, 4635.0, 4701.0, 4632.0, 4634.0, 4635.0, 4639.0, 4659.0, 4650.0, 4689.0, 4651.0, 4718.0, 4661.0, 4729.0, 4638.0, 4695.0, 4675.0, 4713.0, 4626.0, 4713.0, 4635.0, 4682.0, 4623.0, 4711.0, 4642.0, 4681.0, 4642.0, 4622.0, 4641.0, 4631.0, 4641.0, 4623.0, 4672.0, 4622.0, 4670.0, 4623.0, 4681.0, 4622.0, 4652.0, 4621.0, 4669.0, 4622.0, 4649.0, 4612.0, 4639.0, 4621.0, 4639.0, 4620.0, 4641.0, 4609.0, 4640.0, 4623.0, 4640.0, 4623.0, 4642.0, 4634.0, 4643.0, 4624.0, 4654.0, 4634.0, 4668.0, 4636.0, 4643.0, 4636.0, 4684.0, 4656.0, 4667.0, 4656.0, 4647.0, 4657.0, 4666.0, 4667.0, 4706.0, 4667.0, 4695.0, 4656.0, 4636.0, 4657.0, 4635.0, 4656.0, 4694.0, 4666.0, 4694.0, 4655.0, 4636.0, 4658.0, 4656.0, 4656.0, 4694.0, 4637.0, 4665.0, 4626.0, 4664.0, 4626.0, 4646.0, 4635.0, 4655.0, 4636.0, 4685.0, 4634.0, 4675.0, 4636.0, 4655.0, 4635.0, 4655.0, 4636.0, 4695.0, 4646.0, 4676.0, 4636.0, 4656.0, 4704.0, 4655.0, 4695.0, 4635.0, 4683.0, 4624.0, 4672.0, 4624.0, 4642.0, 4624.0, 4633.0, 4624.0, 4644.0, 4625.0, 4664.0, 4626.0, 4674.0, 4636.0, 4665.0, 4655.0, 4655.0, 4684.0, 4654.0, 4693.0, 4644.0, 4674.0, 4624.0, 4654.0, 4625.0, 4663.0, 4624.0, 4673.0, 4625.0, 4654.0, 4635.0, 4655.0, 4636.0, 4674.0, 4635.0, 4655.0, 4638.0, 4655.0, 4626.0, 4695.0, 4645.0, 4669.0, 4676.0, 4665.0, 4624.0, 4642.0, 4634.0, 4643.0, 4692.0, 4654.0, 4702.0, 4645.0, 4693.0, 4645.0, 4682.0, 4634.0, 4664.0, 4624.0, 4672.0, 4613.0, 4701.0, 4625.0, 4683.0, 4624.0, 4654.0, 4624.0, 4673.0, 4625.0, 4654.0, 4623.0, 4642.0, 4624.0, 4654.0, 4633.0, 4654.0, 4624.0, 4664.0, 4635.0, 4654.0, 4636.0, 4655.0, 4635.0, 4656.0, 4693.0, 4656.0, 4694.0, 4665.0, 4663.0, 4666.0, 4626.0, 4665.0, 4635.0, 4677.0, 4636.0, 4695.0, 4637.0, 4645.0, 4625.0, 4674.0, 4626.0, 4665.0, 4644.0, 4665.0, 4626.0, 4634.0, 4637.0, 4634.0, 4636.0, 4635.0, 4636.0, 4656.0, 4637.0, 4716.0, 4639.0, 4669.0, 4640.0, 4696.0, 4676.0, 4666.0, 4637.0, 4665.0, 4635.0, 4645.0, 4636.0, 4655.0, 4694.0, 4665.0, 4695.0, 4654.0, 4693.0, 4646.0, 4713.0, 4625.0, 4675.0, 4624.0, 4675.0, 4625.0, 4643.0, 4625.0, 4634.0, 4625.0, 4645.0, 4635.0, 4667.0, 4627.0, 4646.0, 4636.0, 4646.0, 4637.0, 4677.0, 4655.0, 4675.0, 4625.0, 4665.0, 4635.0, 4666.0, 4625.0, 4657.0, 4676.0, 4665.0, 4675.0, 4656.0, 4635.0, 4656.0, 4685.0, 4667.0, 4704.0, 4667.0, 4713.0, 4656.0, 4694.0, 4646.0, 4683.0, 4625.0, 4673.0, 4623.0, 4673.0, 4622.0, 4643.0, 4622.0, 4633.0, 4624.0, 4634.0, 4624.0, 4645.0, 4636.0, 4674.0, 4626.0, 4674.0, 4624.0, 4674.0, 4634.0, 4673.0, 4623.0, 4634.0, 4625.0, 4634.0, 4624.0, 4644.0, 4625.0, 4683.0, 4625.0, 4674.0, 4623.0, 4643.0, 4625.0, 4642.0, 4624.0, 4694.0, 4655.0, 4636.0, 4665.0, 4626.0, 4656.0, 4635.0, 4645.0, 4694.0, 4665.0, 4665.0, 4653.0, 4625.0, 4654.0, 4625.0, 4655.0, 4623.0, 4646.0, 4636.0, 4666.0, 4637.0, 4655.0, 4637.0, 4645.0, 4626.0, 4706.0, 4656.0, 4695.0, 4667.0, 4636.0, 4637.0, 4626.0, 4675.0, 4637.0, 4656.0, 4636.0, 4686.0, 4637.0, 4656.0, 4638.0, 4696.0, 4636.0, 4706.0, 4659.0, 4706.0, 4665.0, 4627.0, 4636.0, 4637.0, 4645.0, 4628.0, 4715.0, 4667.0, 4697.0, 4677.0, 4636.0, 4655.0, 4626.0, 4645.0, 4638.0, 4721.0, 4639.0, 4714.0, 4664.0, 4675.0, 4649.0, 4647.0, 4646.0, 4635.0, 4693.0, 4634.0, 4635.0, 4634.0, 4637.0, 4664.0, 4664.0, 4667.0, 4690.0, 4762.0, 4736.0, 4686.0, 4653.0, 4652.0, 4631.0, 4702.0, 4659.0, 4710.0, 4659.0, 4637.0, 4694.0, 4634.0, 4630.0, 4667.0, 4677.0, 4679.0, 4696.0, 4685.0, 4653.0, 4653.0, 4659.0, 4629.0, 4655.0, 4614.0, 4583.0, 4592.0, 4574.0, 4604.0, 4574.0, 4577.0, 4598.0, 4587.0, 4576.0, 4578.0, 4591.0, 4605.0, 4606.0, 4603.0, 4604.0, 4626.0, 4606.0, 4638.0, 4609.0, 4629.0, 4609.0, 4620.0, 4610.0, 4637.0, 4619.0, 4621.0, 4622.0, 4621.0, 4629.0, 4612.0, 4622.0, 4621.0, 4622.0, 4662.0, 4665.0, 4671.0, 4654.0, 4611.0, 4644.0, 4625.0, 4711.0, 4622.0, 4682.0, 4664.0, 4645.0, 4655.0, 4648.0, 4716.0, 4650.0, 4636.0, 4716.0, 4667.0, 4638.0, 4646.0, 4689.0, 4678.0, 4660.0, 4638.0, 4720.0, 4718.0, 4718.0, 4678.0, 4698.0, 4635.0, 4626.0, 4674.0, 4638.0, 4677.0, 4665.0, 4627.0, 4678.0, 4640.0, 4667.0, 4628.0, 4689.0, 4646.0, 4637.0, 4658.0, 4639.0, 4679.0, 4651.0, 4688.0, 4653.0, 4669.0, 4679.0, 4649.0, 4670.0, 4639.0, 4688.0, 4639.0, 4708.0, 4636.0, 4685.0, 4665.0, 4715.0, 4645.0, 4683.0, 4626.0, 4666.0, 4625.0, 4654.0, 4625.0, 4675.0, 4636.0, 4692.0, 4645.0, 4655.0, 4645.0, 4625.0, 4665.0, 4636.0, 4656.0, 4637.0, 4676.0, 4635.0, 4664.0, 4636.0, 4664.0, 4637.0, 4677.0, 4645.0, 4714.0, 4645.0, 4684.0, 4635.0, 4636.0, 4654.0, 4637.0, 4665.0, 4637.0, 4685.0, 4636.0, 4675.0, 4636.0, 4682.0, 4635.0, 4704.0, 4635.0, 4674.0, 4634.0, 4644.0, 4635.0, 4663.0, 4625.0, 4674.0, 4646.0, 4656.0, 4656.0, 4635.0, 4647.0, 4637.0, 4666.0, 4648.0, 4676.0, 4657.0, 4706.0, 4637.0, 4696.0, 4647.0, 4694.0, 4646.0, 4693.0, 4683.0, 4636.0, 4656.0, 4637.0, 4665.0, 4636.0, 4673.0, 4646.0, 4704.0, 4655.0, 4683.0, 4653.0, 4661.0, 4653.0, 4652.0, 4653.0, 4662.0, 4662.0, 4623.0, 4651.0, 4622.0, 4650.0, 4621.0, 4650.0, 4623.0, 4652.0, 4624.0, 4651.0, 4622.0, 4653.0, 4639.0, 4673.0, 4625.0, 4655.0, 4658.0, 4649.0, 4668.0, 4638.0, 4677.0, 4640.0, 4689.0, 4666.0, 4712.0, 4640.0, 4707.0, 4637.0, 4687.0, 4638.0, 4688.0, 4639.0, 4677.0, 4638.0, 4667.0, 4658.0, 4648.0, 4677.0, 4639.0, 4657.0, 4638.0, 4654.0, 4628.0, 4665.0, 4634.0, 4675.0, 4646.0, 4724.0, 4637.0, 4674.0, 4645.0, 4635.0, 4677.0, 4625.0, 4665.0, 4625.0, 4673.0, 4634.0, 4674.0, 4635.0, 4646.0, 4667.0, 4636.0, 4657.0, 4637.0, 4656.0, 4635.0, 4655.0, 4636.0, 4666.0, 4647.0, 4685.0, 4648.0, 4639.0, 4657.0, 4636.0, 4646.0, 4639.0, 4657.0, 4637.0, 4695.0, 4646.0, 4636.0, 4640.0, 4667.0, 4682.0, 4606.0, 4624.0, 4658.0, 4680.0, 4651.0, 4637.0, 4645.0, 4668.0, 4640.0, 4637.0, 4651.0, 4692.0, 4656.0, 4636.0, 4657.0, 4630.0, 4680.0, 4685.0, 4635.0, 4725.0, 4646.0, 4637.0, 4656.0, 4636.0, 4714.0, 4665.0, 4724.0, 4672.0, 4683.0, 4652.0, 4633.0, 4650.0, 4611.0, 4631.0, 4622.0, 4652.0, 4632.0, 4624.0, 4624.0, 4625.0, 4645.0, 4636.0, 4664.0, 4626.0, 4684.0, 4625.0, 4684.0, 4636.0, 4655.0, 4623.0, 4654.0, 4637.0, 4662.0, 4637.0, 4684.0, 4635.0, 4694.0, 4636.0, 4664.0, 4655.0, 4664.0, 4665.0, 4634.0, 4667.0, 4636.0, 4654.0, 4625.0, 4665.0, 4635.0, 4675.0, 4637.0, 4715.0, 4658.0, 4656.0, 4646.0, 4628.0, 4656.0, 4628.0, 4679.0, 4638.0, 4698.0, 4679.0, 4717.0, 4637.0, 4707.0, 4649.0, 4693.0, 4637.0, 4703.0, 4678.0, 4717.0, 4672.0, 4668.0, 4647.0, 4637.0, 4646.0, 4619.0, 4678.0, 4642.0, 4707.0, 4638.0, 4678.0, 4638.0, 4650.0, 4681.0, 4640.0, 4690.0, 4650.0, 4705.0, 4625.0, 4624.0, 4644.0, 4623.0, 4654.0, 4624.0, 4702.0, 4655.0, 4646.0, 4636.0, 4624.0, 4652.0, 4613.0, 4653.0, 4636.0, 4656.0, 4646.0, 4628.0, 4664.0, 4626.0, 4664.0, 4638.0, 4682.0, 4645.0, 4686.0, 4655.0, 4655.0, 4666.0, 4624.0, 4645.0, 4614.0, 4644.0, 4624.0, 4651.0, 4613.0, 4644.0, 4625.0, 4644.0, 4624.0, 4643.0, 4627.0, 4656.0, 4625.0, 4665.0, 4626.0, 4656.0, 4628.0, 4638.0, 4628.0, 4650.0, 4698.0, 4648.0, 4706.0, 4640.0, 4697.0, 4629.0, 4667.0, 4638.0, 4658.0, 4639.0, 4671.0, 4639.0, 4669.0, 4640.0, 4671.0, 4638.0, 4662.0, 4671.0, 4702.0, 4708.0, 4668.0, 4708.0, 4638.0, 4697.0, 4628.0, 4729.0, 4662.0, 4707.0, 4690.0, 4730.0, 4642.0, 4707.0, 4641.0, 4677.0, 4639.0, 4678.0, 4627.0, 4675.0, 4638.0, 4666.0, 4627.0, 4665.0, 4618.0, 4666.0, 4640.0, 4678.0, 4637.0, 4675.0, 4636.0, 4664.0, 4626.0, 4662.0, 4636.0, 4693.0, 4614.0, 4681.0, 4623.0, 4672.0, 4622.0, 4664.0, 4624.0, 4673.0, 4622.0, 4661.0, 4624.0, 4651.0, 4612.0, 4641.0, 4612.0, 4650.0, 4602.0, 4653.0, 4612.0, 4641.0, 4613.0, 4631.0, 4624.0, 4646.0, 4615.0, 4667.0, 4629.0, 4657.0, 4629.0, 4658.0, 4626.0, 4666.0, 4657.0, 4677.0, 4676.0, 4636.0, 4704.0, 4625.0, 4674.0, 4624.0, 4665.0, 4615.0, 4662.0, 4617.0, 4651.0, 4612.0, 4643.0, 4623.0, 4645.0, 4624.0, 4646.0, 4625.0, 4657.0, 4629.0, 4640.0, 4683.0, 4638.0, 4682.0, 4637.0, 4693.0, 4636.0, 4694.0, 4628.0, 4696.0, 4627.0, 4673.0, 4612.0, 4662.0, 4645.0, 4674.0, 4626.0, 4686.0, 4627.0, 4626.0, 4648.0, 4627.0, 4701.0, 4695.0, 4695.0, 4629.0, 4667.0, 4628.0, 4662.0, 4683.0, 4684.0, 4693.0, 4652.0, 4645.0, 4626.0, 4617.0, 4626.0, 4627.0, 4685.0, 4726.0, 4681.0, 4707.0, 4668.0, 4717.0, 4650.0, 4684.0, 4661.0, 4668.0, 4644.0, 4620.0, 4643.0, 4663.0, 4618.0, 4627.0, 4635.0, 4617.0, 4593.0, 4596.0, 4609.0, 4669.0, 4653.0, 4597.0, 4583.0, 4582.0, 4576.0, 4567.0, 4575.0, 4588.0, 4575.0, 4568.0, 4568.0, 4577.0, 4569.0, 4574.0, 4576.0, 4578.0, 4588.0, 4570.0, 4570.0, 4580.0, 4582.0, 4594.0, 4585.0, 4583.0, 4593.0, 4596.0, 4617.0, 4608.0, 4609.0, 4649.0, 4636.0, 4621.0, 4608.0, 4625.0, 4597.0, 4579.0, 4596.0, 4610.0, 4621.0, 4623.0, 4630.0, 4694.0, 4698.0, 4680.0, 4667.0, 4640.0], 'WindowWidth': [10250.0, 10312.0, 10199.0, 10272.0, 10177.0, 10226.0, 10162.0, 10205.0, 10138.0, 10189.0, 10137.0, 10172.0, 10153.0, 10183.0, 10157.0, 10173.0, 10161.0, 10177.0, 10182.0, 10183.0, 10185.0, 10185.0, 10240.0, 10202.0, 10242.0, 10204.0, 10231.0, 10188.0, 10203.0, 10274.0, 10188.0, 10237.0, 10190.0, 10226.0, 10187.0, 10215.0, 10184.0, 10200.0, 10275.0, 10201.0, 10278.0, 10187.0, 10237.0, 10189.0, 10223.0, 10202.0, 10240.0, 10202.0, 10227.0, 10204.0, 10229.0, 10187.0, 10214.0, 10275.0, 10213.0, 10288.0, 10197.0, 10234.0, 10169.0, 10218.0, 10165.0, 10207.0, 10170.0, 10238.0, 10179.0, 10207.0, 10164.0, 10209.0, 10182.0, 10210.0, 10206.0, 10222.0, 10246.0, 10209.0, 10270.0, 10180.0, 10269.0, 10170.0, 10232.0, 10183.0, 10215.0, 10181.0, 10218.0, 10179.0, 10204.0, 10184.0, 10223.0, 10198.0, 10238.0, 10197.0, 10224.0, 10185.0, 10199.0, 10274.0, 10185.0, 10238.0, 10185.0, 10223.0, 10185.0, 10220.0, 10189.0, 10214.0, 10203.0, 10219.0, 10204.0, 10217.0, 10205.0, 10205.0, 10217.0, 10205.0, 10257.0, 10222.0, 10246.0, 10205.0, 10257.0, 10203.0, 10229.0, 10203.0, 10218.0, 10368.0, 10284.0, 10303.0, 10231.0, 10302.0, 10181.0, 10182.0, 10196.0, 10220.0, 10207.0, 10228.0, 10286.0, 10234.0, 10299.0, 10232.0, 10325.0, 10274.0, 10273.0, 10293.0, 10241.0, 10277.0, 10209.0, 10253.0, 10208.0, 10283.0, 10204.0, 10296.0, 10242.0, 10262.0, 10182.0, 10234.0, 10168.0, 10240.0, 10181.0, 10258.0, 10181.0, 10240.0, 10175.0, 10154.0, 10164.0, 10158.0, 10185.0, 10157.0, 10195.0, 10156.0, 10197.0, 10168.0, 10184.0, 10255.0, 10150.0, 10216.0, 10149.0, 10188.0, 10149.0, 10174.0, 10151.0, 10176.0, 10158.0, 10191.0, 10179.0, 10204.0, 10184.0, 10260.0, 10186.0, 10278.0, 10201.0, 10223.0, 10187.0, 10252.0, 10187.0, 10252.0, 10191.0, 10201.0, 10191.0, 10214.0, 10190.0, 10229.0, 10194.0, 10266.0, 10191.0, 10268.0, 10189.0, 10243.0, 10262.0, 10239.0, 10183.0, 10260.0, 10174.0, 10178.0, 10183.0, 10193.0, 10221.0, 10212.0, 10263.0, 10213.0, 10300.0, 10226.0, 10315.0, 10191.0, 10264.0, 10237.0, 10285.0, 10169.0, 10282.0, 10180.0, 10238.0, 10163.0, 10277.0, 10187.0, 10235.0, 10184.0, 10159.0, 10181.0, 10170.0, 10183.0, 10160.0, 10225.0, 10159.0, 10221.0, 10160.0, 10235.0, 10158.0, 10196.0, 10157.0, 10217.0, 10156.0, 10190.0, 10144.0, 10177.0, 10155.0, 10176.0, 10152.0, 10182.0, 10138.0, 10178.0, 10160.0, 10180.0, 10161.0, 10185.0, 10177.0, 10188.0, 10164.0, 10204.0, 10180.0, 10228.0, 10184.0, 10188.0, 10185.0, 10245.0, 10212.0, 10229.0, 10212.0, 10200.0, 10214.0, 10225.0, 10229.0, 10279.0, 10228.0, 10262.0, 10211.0, 10184.0, 10213.0, 10182.0, 10211.0, 10260.0, 10223.0, 10259.0, 10207.0, 10184.0, 10214.0, 10210.0, 10209.0, 10259.0, 10187.0, 10221.0, 10170.0, 10219.0, 10172.0, 10196.0, 10183.0, 10207.0, 10183.0, 10250.0, 10180.0, 10236.0, 10184.0, 10209.0, 10183.0, 10210.0, 10184.0, 10264.0, 10196.0, 10238.0, 10184.0, 10212.0, 10272.0, 10208.0, 10260.0, 10180.0, 10241.0, 10163.0, 10225.0, 10164.0, 10184.0, 10163.0, 10176.0, 10165.0, 10192.0, 10167.0, 10217.0, 10169.0, 10232.0, 10182.0, 10220.0, 10207.0, 10208.0, 10243.0, 10205.0, 10254.0, 10190.0, 10231.0, 10164.0, 10204.0, 10165.0, 10214.0, 10163.0, 10228.0, 10167.0, 10205.0, 10182.0, 10208.0, 10184.0, 10233.0, 10182.0, 10208.0, 10188.0, 10208.0, 10170.0, 10263.0, 10194.0, 10230.0, 10239.0, 10221.0, 10165.0, 10187.0, 10176.0, 10188.0, 10252.0, 10205.0, 10268.0, 10193.0, 10255.0, 10194.0, 10240.0, 10176.0, 10216.0, 10163.0, 10226.0, 10149.0, 10263.0, 10165.0, 10239.0, 10165.0, 10204.0, 10164.0, 10228.0, 10165.0, 10202.0, 10160.0, 10185.0, 10163.0, 10204.0, 10176.0, 10205.0, 10166.0, 10219.0, 10180.0, 10206.0, 10183.0, 10209.0, 10182.0, 10211.0, 10257.0, 10210.0, 10259.0, 10221.0, 10218.0, 10224.0, 10170.0, 10220.0, 10182.0, 10240.0, 10184.0, 10262.0, 10184.0, 10194.0, 10169.0, 10234.0, 10168.0, 10221.0, 10193.0, 10221.0, 10168.0, 10179.0, 10183.0, 10177.0, 10183.0, 10181.0, 10186.0, 10211.0, 10188.0, 10292.0, 10194.0, 10234.0, 10193.0, 10265.0, 10236.0, 10224.0, 10184.0, 10221.0, 10181.0, 10194.0, 10183.0, 10207.0, 10259.0, 10220.0, 10259.0, 10204.0, 10256.0, 10196.0, 10284.0, 10166.0, 10232.0, 10164.0, 10231.0, 10164.0, 10187.0, 10164.0, 10174.0, 10166.0, 10193.0, 10182.0, 10224.0, 10172.0, 10195.0, 10183.0, 10195.0, 10185.0, 10238.0, 10206.0, 10235.0, 10166.0, 10219.0, 10179.0, 10221.0, 10167.0, 10211.0, 10235.0, 10221.0, 10233.0, 10211.0, 10182.0, 10211.0, 10248.0, 10226.0, 10273.0, 10226.0, 10284.0, 10208.0, 10258.0, 10194.0, 10243.0, 10164.0, 10226.0, 10160.0, 10225.0, 10156.0, 10184.0, 10157.0, 10172.0, 10162.0, 10175.0, 10164.0, 10192.0, 10182.0, 10230.0, 10168.0, 10228.0, 10163.0, 10230.0, 10177.0, 10228.0, 10161.0, 10176.0, 10165.0, 10177.0, 10164.0, 10191.0, 10167.0, 10241.0, 10166.0, 10229.0, 10162.0, 10186.0, 10165.0, 10186.0, 10164.0, 10259.0, 10206.0, 10182.0, 10220.0, 10168.0, 10209.0, 10181.0, 10193.0, 10257.0, 10219.0, 10220.0, 10202.0, 10166.0, 10204.0, 10166.0, 10207.0, 10163.0, 10195.0, 10183.0, 10223.0, 10185.0, 10207.0, 10187.0, 10194.0, 10172.0, 10276.0, 10212.0, 10261.0, 10226.0, 10184.0, 10185.0, 10171.0, 10234.0, 10185.0, 10210.0, 10184.0, 10250.0, 10186.0, 10209.0, 10190.0, 10262.0, 10185.0, 10278.0, 10218.0, 10277.0, 10221.0, 10172.0, 10184.0, 10186.0, 10195.0, 10175.0, 10288.0, 10228.0, 10268.0, 10239.0, 10185.0, 10209.0, 10169.0, 10195.0, 10190.0, 10309.0, 10193.0, 10287.0, 10238.0, 10258.0, 10210.0, 10201.0, 10199.0, 10181.0, 10256.0, 10177.0, 10182.0, 10179.0, 10187.0, 10238.0, 10240.0, 10228.0, 10266.0, 10366.0, 10356.0, 10269.0, 10221.0, 10199.0, 10171.0, 10265.0, 10198.0, 10270.0, 10201.0, 10168.0, 10241.0, 10157.0, 10164.0, 10207.0, 10223.0, 10227.0, 10245.0, 10228.0, 10179.0, 10178.0, 10181.0, 10138.0, 10166.0, 10108.0, 10066.0, 10078.0, 10056.0, 10100.0, 10060.0, 10072.0, 10099.0, 10084.0, 10068.0, 10072.0, 10099.0, 10125.0, 10124.0, 10117.0, 10119.0, 10152.0, 10128.0, 10171.0, 10134.0, 10160.0, 10134.0, 10152.0, 10137.0, 10170.0, 10149.0, 10156.0, 10159.0, 10156.0, 10164.0, 10141.0, 10158.0, 10153.0, 10158.0, 10211.0, 10240.0, 10244.0, 10205.0, 10141.0, 10191.0, 10168.0, 10278.0, 10158.0, 10239.0, 10220.0, 10194.0, 10209.0, 10205.0, 10293.0, 10209.0, 10185.0, 10293.0, 10225.0, 10189.0, 10199.0, 10261.0, 10246.0, 10224.0, 10187.0, 10300.0, 10298.0, 10297.0, 10242.0, 10271.0, 10181.0, 10169.0, 10230.0, 10186.0, 10239.0, 10220.0, 10173.0, 10242.0, 10193.0, 10226.0, 10175.0, 10261.0, 10200.0, 10191.0, 10216.0, 10192.0, 10246.0, 10213.0, 10258.0, 10217.0, 10238.0, 10248.0, 10208.0, 10236.0, 10193.0, 10255.0, 10191.0, 10282.0, 10183.0, 10249.0, 10222.0, 10288.0, 10193.0, 10243.0, 10169.0, 10221.0, 10165.0, 10203.0, 10166.0, 10232.0, 10183.0, 10253.0, 10193.0, 10208.0, 10193.0, 10167.0, 10220.0, 10186.0, 10211.0, 10188.0, 10238.0, 10184.0, 10221.0, 10186.0, 10220.0, 10188.0, 10241.0, 10199.0, 10285.0, 10196.0, 10247.0, 10181.0, 10185.0, 10209.0, 10190.0, 10224.0, 10189.0, 10251.0, 10188.0, 10236.0, 10183.0, 10241.0, 10182.0, 10272.0, 10181.0, 10231.0, 10178.0, 10191.0, 10179.0, 10215.0, 10170.0, 10234.0, 10199.0, 10212.0, 10212.0, 10185.0, 10201.0, 10188.0, 10227.0, 10205.0, 10239.0, 10217.0, 10282.0, 10189.0, 10265.0, 10201.0, 10261.0, 10199.0, 10260.0, 10247.0, 10186.0, 10211.0, 10187.0, 10222.0, 10184.0, 10231.0, 10198.0, 10274.0, 10208.0, 10244.0, 10202.0, 10211.0, 10200.0, 10198.0, 10202.0, 10213.0, 10212.0, 10160.0, 10197.0, 10158.0, 10194.0, 10158.0, 10194.0, 10162.0, 10199.0, 10163.0, 10197.0, 10160.0, 10202.0, 10193.0, 10228.0, 10168.0, 10208.0, 10221.0, 10208.0, 10230.0, 10191.0, 10242.0, 10194.0, 10263.0, 10238.0, 10293.0, 10194.0, 10279.0, 10186.0, 10251.0, 10187.0, 10256.0, 10194.0, 10239.0, 10188.0, 10225.0, 10215.0, 10203.0, 10239.0, 10190.0, 10212.0, 10188.0, 10206.0, 10173.0, 10220.0, 10179.0, 10234.0, 10196.0, 10300.0, 10185.0, 10230.0, 10192.0, 10181.0, 10237.0, 10167.0, 10220.0, 10167.0, 10229.0, 10178.0, 10230.0, 10180.0, 10196.0, 10224.0, 10184.0, 10212.0, 10185.0, 10209.0, 10180.0, 10206.0, 10182.0, 10222.0, 10199.0, 10248.0, 10201.0, 10189.0, 10210.0, 10182.0, 10195.0, 10192.0, 10211.0, 10188.0, 10262.0, 10197.0, 10183.0, 10194.0, 10248.0, 10257.0, 10124.0, 10144.0, 10219.0, 10272.0, 10211.0, 10185.0, 10194.0, 10229.0, 10195.0, 10185.0, 10214.0, 10270.0, 10209.0, 10184.0, 10215.0, 10167.0, 10234.0, 10248.0, 10184.0, 10304.0, 10198.0, 10186.0, 10210.0, 10184.0, 10287.0, 10223.0, 10299.0, 10227.0, 10243.0, 10198.0, 10174.0, 10193.0, 10141.0, 10169.0, 10159.0, 10199.0, 10174.0, 10167.0, 10167.0, 10169.0, 10196.0, 10186.0, 10222.0, 10171.0, 10246.0, 10168.0, 10245.0, 10184.0, 10207.0, 10164.0, 10205.0, 10185.0, 10215.0, 10185.0, 10246.0, 10181.0, 10260.0, 10183.0, 10220.0, 10209.0, 10219.0, 10220.0, 10178.0, 10226.0, 10184.0, 10206.0, 10170.0, 10222.0, 10183.0, 10235.0, 10187.0, 10288.0, 10215.0, 10213.0, 10199.0, 10176.0, 10212.0, 10177.0, 10246.0, 10191.0, 10270.0, 10247.0, 10295.0, 10190.0, 10282.0, 10206.0, 10259.0, 10186.0, 10271.0, 10243.0, 10296.0, 10242.0, 10230.0, 10200.0, 10181.0, 10191.0, 10158.0, 10241.0, 10195.0, 10278.0, 10187.0, 10239.0, 10187.0, 10206.0, 10252.0, 10196.0, 10261.0, 10209.0, 10274.0, 10164.0, 10160.0, 10187.0, 10159.0, 10200.0, 10161.0, 10265.0, 10206.0, 10195.0, 10179.0, 10163.0, 10198.0, 10148.0, 10198.0, 10180.0, 10207.0, 10195.0, 10172.0, 10218.0, 10168.0, 10216.0, 10185.0, 10238.0, 10192.0, 10245.0, 10204.0, 10204.0, 10220.0, 10160.0, 10188.0, 10145.0, 10186.0, 10159.0, 10196.0, 10143.0, 10187.0, 10162.0, 10187.0, 10161.0, 10184.0, 10169.0, 10206.0, 10166.0, 10220.0, 10170.0, 10210.0, 10172.0, 10186.0, 10172.0, 10205.0, 10265.0, 10200.0, 10275.0, 10189.0, 10266.0, 10178.0, 10225.0, 10189.0, 10214.0, 10190.0, 10235.0, 10191.0, 10232.0, 10194.0, 10236.0, 10188.0, 10223.0, 10233.0, 10277.0, 10280.0, 10226.0, 10279.0, 10186.0, 10263.0, 10171.0, 10311.0, 10225.0, 10278.0, 10262.0, 10315.0, 10200.0, 10276.0, 10191.0, 10234.0, 10192.0, 10241.0, 10170.0, 10234.0, 10189.0, 10222.0, 10169.0, 10217.0, 10157.0, 10219.0, 10188.0, 10238.0, 10183.0, 10231.0, 10179.0, 10214.0, 10164.0, 10208.0, 10177.0, 10251.0, 10147.0, 10233.0, 10157.0, 10222.0, 10155.0, 10211.0, 10160.0, 10223.0, 10155.0, 10205.0, 10157.0, 10190.0, 10139.0, 10176.0, 10139.0, 10190.0, 10126.0, 10195.0, 10142.0, 10179.0, 10143.0, 10167.0, 10160.0, 10192.0, 10151.0, 10221.0, 10175.0, 10208.0, 10175.0, 10212.0, 10166.0, 10222.0, 10207.0, 10236.0, 10234.0, 10179.0, 10268.0, 10162.0, 10228.0, 10159.0, 10214.0, 10147.0, 10208.0, 10151.0, 10192.0, 10143.0, 10184.0, 10158.0, 10190.0, 10161.0, 10195.0, 10163.0, 10208.0, 10173.0, 10190.0, 10254.0, 10184.0, 10232.0, 10181.0, 10252.0, 10177.0, 10255.0, 10171.0, 10261.0, 10170.0, 10226.0, 10138.0, 10207.0, 10191.0, 10229.0, 10167.0, 10249.0, 10171.0, 10169.0, 10199.0, 10171.0, 10276.0, 10280.0, 10278.0, 10178.0, 10221.0, 10173.0, 10231.0, 10257.0, 10241.0, 10252.0, 10193.0, 10190.0, 10168.0, 10154.0, 10168.0, 10167.0, 10246.0, 10304.0, 10258.0, 10280.0, 10230.0, 10294.0, 10189.0, 10223.0, 10206.0, 10230.0, 10188.0, 10150.0, 10164.0, 10216.0, 10122.0, 10113.0, 10137.0, 10118.0, 10078.0, 10089.0, 10113.0, 10196.0, 10181.0, 10095.0, 10084.0, 10080.0, 10062.0, 10049.0, 10058.0, 10076.0, 10058.0, 10052.0, 10055.0, 10066.0, 10055.0, 10058.0, 10063.0, 10066.0, 10080.0, 10060.0, 10059.0, 10075.0, 10081.0, 10101.0, 10089.0, 10084.0, 10099.0, 10108.0, 10140.0, 10130.0, 10133.0, 10210.0, 10185.0, 10152.0, 10131.0, 10164.0, 10111.0, 10075.0, 10110.0, 10132.0, 10152.0, 10158.0, 10180.0, 10294.0, 10306.0, 10271.0, 10247.0, 10194.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.007945367008681925</td></tr>
<tr><td colspan=3>aqi</td><td>0.048294383188634576</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.888465968673025</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1934243335387074</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.088691220750396</td></tr>
<tr><td colspan=3>efc</td><td>0.4996</td></tr>
<tr><td colspan=3>fber</td><td>4889.9287</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12297077012346626</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>143</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.286503551696923</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9412089097760163</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7771722065143276</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.273413831046642</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.77304069176708</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128257</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004443674813956022</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03911452367901802</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1267</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5396433497077724</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>13.6641</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.4406</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.4353</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293468.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1049.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.1995</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4424</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>641.4635</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3752.4975</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4067.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5023.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1148.9789</td></tr>
<tr><td colspan=3>tsnr</td><td>27.63634742295835</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>