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

616 lines
No EOL
140 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-0122_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-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122/ses-04/func/sub-0122_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>566cb6455d072d01e1ead19761c74274</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:27:47.072500</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.999032, 0.0222081, -0.037972, -0.0223224, 0.999747, -0.00258872]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0848498</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>[4223, -7660, -7097, 798, -73, 185, -275, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.418</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>68bd3bf3-2338-4a6a-a9cd-b36ed47d1450||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.6803297996520996, -0.05988931655883789, -0.10234323143959045, 118.65962982177734], [-0.0595826618373394, 2.6822493076324463, -0.009271367453038692, -99.90511322021484], [-0.10187604278326035, 0.006945348344743252, 2.6980438232421875, -55.07334899902344], [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': ['192747.072500', '192747.532500', '192747.992500', '192748.452500', '192748.912500', '192749.372500', '192749.832500', '192750.292500', '192750.752500', '192751.212500', '192751.672500', '192752.132500', '192752.592500', '192753.052500', '192753.512500', '192753.972500', '192754.432500', '192754.892500', '192755.352500', '192755.812500', '192756.272500', '192756.732500', '192757.192500', '192757.652500', '192758.112500', '192758.572500', '192759.032500', '192759.492500', '192759.952500', '192800.412500', '192800.872500', '192801.332500', '192801.792500', '192802.252500', '192802.712500', '192803.172500', '192803.632500', '192804.092500', '192804.552500', '192805.012500', '192805.472500', '192805.932500', '192806.392500', '192806.852500', '192807.312500', '192807.772500', '192808.232500', '192808.692500', '192809.152500', '192809.612500', '192810.072500', '192810.532500', '192810.992500', '192811.452500', '192811.912500', '192812.372500', '192812.832500', '192813.292500', '192813.752500', '192814.212500', '192814.672500', '192815.132500', '192815.592500', '192816.052500', '192816.512500', '192816.972500', '192817.432500', '192817.892500', '192818.352500', '192818.812500', '192819.272500', '192819.732500', '192820.192500', '192820.652500', '192821.112500', '192821.572500', '192822.032500', '192822.492500', '192822.952500', '192823.412500', '192823.872500', '192824.332500', '192824.792500', '192825.252500', '192825.712500', '192826.172500', '192826.632500', '192827.092500', '192827.552500', '192828.012500', '192828.472500', '192828.932500', '192829.392500', '192829.852500', '192830.312500', '192830.772500', '192831.232500', '192831.692500', '192832.152500', '192832.612500', '192833.072500', '192833.532500', '192833.992500', '192834.452500', '192834.912500', '192835.372500', '192835.832500', '192836.292500', '192836.752500', '192837.212500', '192837.672500', '192838.132500', '192838.592500', '192839.052500', '192839.512500', '192839.972500', '192840.432500', '192840.892500', '192841.352500', '192841.812500', '192842.272500', '192842.732500', '192843.192500', '192843.652500', '192844.112500', '192844.572500', '192845.032500', '192845.492500', '192845.952500', '192846.412500', '192846.872500', '192847.332500', '192847.792500', '192848.252500', '192848.712500', '192849.172500', '192849.632500', '192850.092500', '192850.552500', '192851.012500', '192851.472500', '192851.932500', '192852.392500', '192852.852500', '192853.312500', '192853.772500', '192854.232500', '192854.692500', '192855.152500', '192855.612500', '192856.072500', '192856.532500', '192856.992500', '192857.452500', '192857.912500', '192858.372500', '192858.832500', '192859.292500', '192859.752500', '192900.212500', '192900.672500', '192901.132500', '192901.592500', '192902.052500', '192902.512500', '192902.972500', '192903.432500', '192903.892500', '192904.352500', '192904.812500', '192905.272500', '192905.732500', '192906.192500', '192906.652500', '192907.112500', '192907.572500', '192908.032500', '192908.492500', '192908.952500', '192909.412500', '192909.872500', '192910.332500', '192910.792500', '192911.252500', '192911.712500', '192912.172500', '192912.632500', '192913.092500', '192913.552500', '192914.012500', '192914.472500', '192914.932500', '192915.392500', '192915.852500', '192916.312500', '192916.772500', '192917.232500', '192917.692500', '192918.152500', '192918.612500', '192919.072500', '192919.532500', '192919.992500', '192920.452500', '192920.912500', '192921.372500', '192921.832500', '192922.292500', '192922.752500', '192923.212500', '192923.672500', '192924.132500', '192924.592500', '192925.052500', '192925.512500', '192925.972500', '192926.432500', '192926.892500', '192927.352500', '192927.812500', '192928.272500', '192928.732500', '192929.192500', '192929.652500', '192930.112500', '192930.572500', '192931.032500', '192931.492500', '192931.952500', '192932.412500', '192932.872500', '192933.332500', '192933.792500', '192934.252500', '192934.712500', '192935.172500', '192935.632500', '192936.092500', '192936.552500', '192937.012500', '192937.472500', '192937.932500', '192938.392500', '192938.852500', '192939.312500', '192939.772500', '192940.232500', '192940.692500', '192941.152500', '192941.612500', '192942.072500', '192942.532500', '192942.992500', '192943.452500', '192943.912500', '192944.372500', '192944.832500', '192945.292500', '192945.752500', '192946.212500', '192946.672500', '192947.132500', '192947.592500', '192948.052500', '192948.512500', '192948.972500', '192949.432500', '192949.892500', '192950.352500', '192950.812500', '192951.272500', '192951.732500', '192952.192500', '192952.652500', '192953.112500', '192953.572500', '192954.032500', '192954.492500', '192954.952500', '192955.412500', '192955.872500', '192956.332500', '192956.792500', '192957.252500', '192957.712500', '192958.172500', '192958.632500', '192959.092500', '192959.552500', '193000.012500', '193000.472500', '193000.932500', '193001.392500', '193001.852500', '193002.312500', '193002.772500', '193003.232500', '193003.692500', '193004.152500', '193004.612500', '193005.072500', '193005.532500', '193005.992500', '193006.452500', '193006.912500', '193007.372500', '193007.832500', '193008.292500', '193008.752500', '193009.212500', '193009.672500', '193010.132500', '193010.592500', '193011.052500', '193011.512500', '193011.972500', '193012.432500', '193012.892500', '193013.352500', '193013.812500', '193014.272500', '193014.732500', '193015.192500', '193015.652500', '193016.112500', '193016.572500', '193017.032500', '193017.492500', '193017.952500', '193018.412500', '193018.872500', '193019.332500', '193019.792500', '193020.252500', '193020.712500', '193021.172500', '193021.632500', '193022.092500', '193022.552500', '193023.012500', '193023.472500', '193023.932500', '193024.392500', '193024.852500', '193025.312500', '193025.772500', '193026.232500', '193026.692500', '193027.152500', '193027.612500', '193028.072500', '193028.532500', '193028.992500', '193029.452500', '193029.912500', '193030.372500', '193030.832500', '193031.292500', '193031.752500', '193032.212500', '193032.672500', '193033.132500', '193033.592500', '193034.052500', '193034.512500', '193034.972500', '193035.432500', '193035.892500', '193036.352500', '193036.812500', '193037.272500', '193037.732500', '193038.192500', '193038.652500', '193039.112500', '193039.572500', '193040.032500', '193040.492500', '193040.952500', '193041.412500', '193041.872500', '193042.332500', '193042.792500', '193043.252500', '193043.712500', '193044.172500', '193044.632500', '193045.092500', '193045.552500', '193046.012500', '193046.472500', '193046.932500', '193047.392500', '193047.852500', '193048.312500', '193048.772500', '193049.232500', '193049.692500', '193050.152500', '193050.612500', '193051.072500', '193051.532500', '193051.992500', '193052.452500', '193052.912500', '193053.372500', '193053.832500', '193054.292500', '193054.752500', '193055.212500', '193055.672500', '193056.132500', '193056.592500', '193057.052500', '193057.512500', '193057.972500', '193058.432500', '193058.892500', '193059.352500', '193059.812500', '193100.272500', '193100.732500', '193101.192500', '193101.652500', '193102.112500', '193102.572500', '193103.032500', '193103.492500', '193103.952500', '193104.412500', '193104.872500', '193105.332500', '193105.792500', '193106.252500', '193106.712500', '193107.172500', '193107.632500', '193108.092500', '193108.552500', '193109.012500', '193109.472500', '193109.932500', '193110.392500', '193110.852500', '193111.312500', '193111.772500', '193112.232500', '193112.692500', '193113.152500', '193113.612500', '193114.072500', '193114.532500', '193114.992500', '193115.452500', '193115.912500', '193116.372500', '193116.832500', '193117.292500', '193117.752500', '193118.212500', '193118.672500', '193119.132500', '193119.592500', '193120.052500', '193120.512500', '193120.972500', '193121.432500', '193121.892500', '193122.352500', '193122.812500', '193123.272500', '193123.732500', '193124.192500', '193124.652500', '193125.112500', '193125.572500', '193126.032500', '193126.492500', '193126.952500', '193127.412500', '193127.872500', '193128.332500', '193128.792500', '193129.252500', '193129.712500', '193130.172500', '193130.632500', '193131.092500', '193131.552500', '193132.012500', '193132.472500', '193132.932500', '193133.392500', '193133.852500', '193134.312500', '193134.772500', '193135.232500', '193135.692500', '193136.152500', '193136.612500', '193137.072500', '193137.532500', '193137.992500', '193138.452500', '193138.912500', '193139.372500', '193139.832500', '193140.292500', '193140.752500', '193141.212500', '193141.672500', '193142.132500', '193142.592500', '193143.052500', '193143.512500', '193143.972500', '193144.432500', '193144.892500', '193145.352500', '193145.812500', '193146.272500', '193146.732500', '193147.192500', '193147.652500', '193148.112500', '193148.572500', '193149.032500', '193149.492500', '193149.952500', '193150.412500', '193150.872500', '193151.332500', '193151.792500', '193152.252500', '193152.712500', '193153.172500', '193153.632500', '193154.092500', '193154.552500', '193155.012500', '193155.472500', '193155.932500', '193156.392500', '193156.852500', '193157.312500', '193157.772500', '193158.232500', '193158.692500', '193159.152500', '193159.612500', '193200.072500', '193200.532500', '193200.992500', '193201.452500', '193201.912500', '193202.372500', '193202.832500', '193203.292500', '193203.752500', '193204.212500', '193204.672500', '193205.132500', '193205.592500', '193206.052500', '193206.512500', '193206.972500', '193207.432500', '193207.892500', '193208.352500', '193208.812500', '193209.272500', '193209.732500', '193210.192500', '193210.652500', '193211.112500', '193211.572500', '193212.032500', '193212.492500', '193212.952500', '193213.412500', '193213.872500', '193214.332500', '193214.792500', '193215.252500', '193215.712500', '193216.172500', '193216.632500', '193217.092500', '193217.552500', '193218.012500', '193218.472500', '193218.932500', '193219.392500', '193219.852500', '193220.312500', '193220.772500', '193221.232500', '193221.692500', '193222.152500', '193222.612500', '193223.072500', '193223.532500', '193223.992500', '193224.452500', '193224.912500', '193225.372500', '193225.832500', '193226.292500', '193226.752500', '193227.212500', '193227.672500', '193228.132500', '193228.592500', '193229.052500', '193229.512500', '193229.972500', '193230.432500', '193230.892500', '193231.352500', '193231.812500', '193232.272500', '193232.732500', '193233.192500', '193233.652500', '193234.112500', '193234.572500', '193235.032500', '193235.492500', '193235.952500', '193236.412500', '193236.872500', '193237.332500', '193237.792500', '193238.252500', '193238.712500', '193239.172500', '193239.632500', '193240.092500', '193240.552500', '193241.012500', '193241.472500', '193241.932500', '193242.392500', '193242.852500', '193243.312500', '193243.772500', '193244.232500', '193244.692500', '193245.152500', '193245.612500', '193246.072500', '193246.532500', '193246.992500', '193247.452500', '193247.912500', '193248.372500', '193248.832500', '193249.292500', '193249.752500', '193250.212500', '193250.672500', '193251.132500', '193251.592500', '193252.052500', '193252.512500', '193252.972500', '193253.432500', '193253.892500', '193254.352500', '193254.812500', '193255.272500', '193255.732500', '193256.192500', '193256.652500', '193257.112500', '193257.572500', '193258.032500', '193258.492500', '193258.952500', '193259.412500', '193259.872500', '193300.332500', '193300.792500', '193301.252500', '193301.712500', '193302.172500', '193302.632500', '193303.092500', '193303.552500', '193304.012500', '193304.472500', '193304.932500', '193305.392500', '193305.852500', '193306.312500', '193306.772500', '193307.232500', '193307.692500', '193308.152500', '193308.612500', '193309.072500', '193309.532500', '193309.992500', '193310.452500', '193310.912500', '193311.372500', '193311.832500', '193312.292500', '193312.752500', '193313.212500', '193313.672500', '193314.132500', '193314.592500', '193315.052500', '193315.512500', '193315.972500', '193316.432500', '193316.892500', '193317.352500', '193317.812500', '193318.272500', '193318.732500', '193319.192500', '193319.652500', '193320.112500', '193320.572500', '193321.032500', '193321.492500', '193321.952500', '193322.412500', '193322.872500', '193323.332500', '193323.792500', '193324.252500', '193324.712500', '193325.172500', '193325.632500', '193326.092500', '193326.552500', '193327.012500', '193327.472500', '193327.932500', '193328.392500', '193328.852500', '193329.312500', '193329.772500', '193330.232500', '193330.692500', '193331.152500', '193331.612500', '193332.072500', '193332.532500', '193332.992500', '193333.452500', '193333.912500', '193334.372500', '193334.832500', '193335.292500', '193335.752500', '193336.212500', '193336.672500', '193337.132500', '193337.592500', '193338.052500', '193338.512500', '193338.972500', '193339.432500', '193339.892500', '193340.352500', '193340.812500', '193341.272500', '193341.732500', '193342.192500', '193342.652500', '193343.112500', '193343.572500', '193344.032500', '193344.492500', '193344.952500', '193345.412500', '193345.872500', '193346.332500', '193346.792500', '193347.252500', '193347.712500', '193348.172500', '193348.632500', '193349.092500', '193349.552500', '193350.012500', '193350.472500', '193350.932500', '193351.392500', '193351.852500', '193352.312500', '193352.772500', '193353.232500', '193353.692500', '193354.152500', '193354.612500', '193355.072500', '193355.532500', '193355.992500', '193356.452500', '193356.912500', '193357.372500', '193357.832500', '193358.292500', '193358.752500', '193359.212500', '193359.672500', '193400.132500', '193400.592500', '193401.052500', '193401.512500', '193401.972500', '193402.432500', '193402.892500', '193403.352500', '193403.812500', '193404.272500', '193404.732500', '193405.192500', '193405.652500', '193406.112500', '193406.572500', '193407.032500', '193407.492500', '193407.952500', '193408.412500', '193408.872500', '193409.332500', '193409.792500', '193410.252500', '193410.712500', '193411.172500', '193411.632500', '193412.092500', '193412.552500', '193413.012500', '193413.472500', '193413.932500', '193414.392500', '193414.852500', '193415.312500', '193415.772500', '193416.232500', '193416.692500', '193417.152500', '193417.612500', '193418.072500', '193418.532500', '193418.992500', '193419.452500', '193419.912500', '193420.372500', '193420.832500', '193421.292500', '193421.752500', '193422.212500', '193422.672500', '193423.132500', '193423.592500', '193424.052500', '193424.512500', '193424.972500', '193425.432500', '193425.892500', '193426.352500', '193426.812500', '193427.272500', '193427.732500', '193428.192500', '193428.652500', '193429.112500', '193429.572500', '193430.032500', '193430.492500', '193430.952500', '193431.412500', '193431.872500', '193432.332500', '193432.792500', '193433.252500', '193433.712500', '193434.172500', '193434.632500', '193435.092500', '193435.552500', '193436.012500', '193436.472500', '193436.932500', '193437.392500', '193437.852500', '193438.312500', '193438.772500', '193439.232500', '193439.692500', '193440.152500', '193440.612500', '193441.072500', '193441.532500', '193441.992500', '193442.452500', '193442.912500', '193443.372500', '193443.832500', '193444.292500', '193444.752500', '193445.212500', '193445.672500', '193446.132500', '193446.592500', '193447.052500', '193447.512500', '193447.972500', '193448.432500', '193448.892500', '193449.352500', '193449.812500', '193450.272500', '193450.732500', '193451.192500', '193451.652500', '193452.112500', '193452.572500', '193453.032500', '193453.492500', '193453.952500', '193454.412500', '193454.872500', '193455.332500', '193455.792500', '193456.252500', '193456.712500', '193457.172500', '193457.632500', '193458.092500', '193458.552500', '193459.012500', '193459.472500', '193459.932500', '193500.392500', '193500.852500', '193501.312500', '193501.772500', '193502.232500', '193502.692500', '193503.152500', '193503.612500', '193504.072500', '193504.532500', '193504.992500', '193505.452500', '193505.912500', '193506.372500', '193506.832500', '193507.292500', '193507.752500', '193508.212500', '193508.672500', '193509.132500', '193509.592500', '193510.052500', '193510.512500', '193510.972500', '193511.432500', '193511.892500', '193512.352500', '193512.812500', '193513.272500', '193513.732500', '193514.192500', '193514.652500', '193515.112500', '193515.572500', '193516.032500', '193516.492500', '193516.952500', '193517.412500', '193517.872500', '193518.332500', '193518.792500', '193519.252500', '193519.712500', '193520.172500', '193520.632500', '193521.092500', '193521.552500', '193522.012500', '193522.472500', '193522.932500', '193523.392500', '193523.852500', '193524.312500', '193524.772500', '193525.232500', '193525.692500', '193526.152500', '193526.612500', '193527.072500', '193527.532500', '193527.992500', '193528.452500', '193528.912500', '193529.372500', '193529.832500', '193530.292500', '193530.752500', '193531.212500', '193531.672500', '193532.132500', '193532.592500', '193533.052500', '193533.512500', '193533.972500', '193534.432500', '193534.892500', '193535.352500', '193535.812500', '193536.272500', '193536.732500', '193537.192500', '193537.652500', '193538.112500', '193538.572500', '193539.032500', '193539.492500', '193539.952500', '193540.412500', '193540.872500', '193541.332500', '193541.792500', '193542.252500', '193542.712500', '193543.172500', '193543.632500', '193544.092500', '193544.552500', '193545.012500', '193545.472500', '193545.932500', '193546.392500', '193546.852500', '193547.312500', '193547.772500', '193548.232500', '193548.692500', '193549.152500', '193549.612500', '193550.072500', '193550.532500', '193550.992500', '193551.452500', '193551.912500', '193552.372500', '193552.832500', '193553.292500', '193553.752500', '193554.212500', '193554.672500', '193555.132500', '193555.592500', '193556.052500', '193556.512500', '193556.972500', '193557.432500', '193557.892500', '193558.352500', '193558.812500', '193559.272500', '193559.732500', '193600.192500', '193600.652500', '193601.112500', '193601.572500', '193602.032500', '193602.492500', '193602.952500', '193603.412500', '193603.872500', '193604.332500', '193604.792500', '193605.252500', '193605.712500', '193606.172500', '193606.632500', '193607.092500', '193607.552500', '193608.012500', '193608.472500', '193608.932500', '193609.392500', '193609.852500', '193610.312500', '193610.772500', '193611.232500', '193611.692500', '193612.152500', '193612.612500', '193613.072500', '193613.532500', '193613.992500', '193614.452500', '193614.912500', '193615.372500', '193615.832500', '193616.292500', '193616.752500', '193617.212500', '193617.672500', '193618.132500', '193618.592500', '193619.052500', '193619.512500', '193619.972500', '193620.432500', '193620.892500', '193621.352500', '193621.812500', '193622.272500', '193622.732500', '193623.192500', '193623.652500', '193624.112500', '193624.572500', '193625.032500', '193625.492500', '193625.952500', '193626.412500', '193626.872500', '193627.332500', '193627.792500', '193628.252500', '193628.712500', '193629.172500', '193629.632500', '193630.092500', '193630.552500', '193631.012500', '193631.472500', '193631.932500', '193632.392500', '193632.852500', '193633.312500', '193633.772500', '193634.232500', '193634.692500', '193635.152500', '193635.612500', '193636.072500', '193636.532500', '193636.992500', '193637.452500', '193637.912500', '193638.372500', '193638.832500', '193639.292500', '193639.752500', '193640.212500', '193640.672500', '193641.132500', '193641.592500', '193642.052500', '193642.512500', '193642.972500', '193643.432500', '193643.892500', '193644.352500', '193644.812500', '193645.272500', '193645.732500', '193646.192500', '193646.652500', '193647.112500', '193647.572500', '193648.032500', '193648.492500', '193648.952500', '193649.412500', '193649.872500', '193650.332500', '193650.792500', '193651.252500', '193651.712500', '193652.172500', '193652.632500', '193653.092500', '193653.552500', '193654.012500', '193654.472500', '193654.932500', '193655.392500', '193655.852500', '193656.312500', '193656.772500', '193657.232500', '193657.692500', '193658.152500', '193658.612500', '193659.072500', '193659.532500', '193659.992500', '193700.452500', '193700.912500', '193701.372500', '193701.832500', '193702.292500', '193702.752500', '193703.212500', '193703.672500', '193704.132500', '193704.592500', '193705.052500', '193705.512500', '193705.972500', '193706.432500', '193706.892500', '193707.352500', '193707.812500', '193708.272500', '193708.732500', '193709.192500', '193709.652500', '193710.112500', '193710.572500', '193711.032500', '193711.492500', '193711.952500', '193712.412500', '193712.872500', '193713.332500', '193713.792500', '193714.252500', '193714.712500', '193715.172500', '193715.632500', '193716.092500', '193716.552500', '193717.012500', '193717.472500', '193717.932500', '193718.392500', '193718.852500', '193719.312500', '193719.772500', '193720.232500', '193720.692500', '193721.152500', '193721.612500', '193722.072500', '193722.532500', '193722.992500', '193723.452500', '193723.912500', '193724.372500', '193724.832500', '193725.292500', '193725.752500', '193726.212500', '193726.672500', '193727.132500', '193727.592500', '193728.052500', '193728.512500', '193728.972500', '193729.432500', '193729.892500'], 'ContentTime': ['192808.536000', '192808.539000', '192808.551000', '192808.553000', '192808.556000', '192808.558000', '192808.561000', '192808.564000', '192808.566000', '192808.569000', '192808.572000', '192808.574000', '192808.577000', '192808.579000', '192808.582000', '192808.584000', '192808.587000', '192808.590000', '192808.592000', '192808.595000', '192808.597000', '192808.600000', '192808.603000', '192808.605000', '192808.608000', '192808.610000', '192808.613000', '192808.616000', '192808.618000', '192808.621000', '192808.624000', '192808.626000', '192808.629000', '192808.631000', '192808.634000', '192808.636000', '192808.639000', '192808.641000', '192808.644000', '192808.646000', '192808.649000', '192808.652000', '192808.654000', '192808.657000', '192828.492000', '192828.495000', '192828.498000', '192828.501000', '192828.504000', '192828.506000', '192828.509000', '192828.511000', '192828.514000', '192828.517000', '192828.519000', '192828.522000', '192828.525000', '192828.527000', '192828.530000', '192828.533000', '192828.536000', '192828.538000', '192828.541000', '192828.544000', '192828.546000', '192828.549000', '192828.552000', '192828.554000', '192828.557000', '192828.560000', '192828.562000', '192828.565000', '192828.568000', '192828.571000', '192828.573000', '192828.576000', '192828.578000', '192828.581000', '192828.584000', '192828.586000', '192828.589000', '192828.591000', '192828.594000', '192828.597000', '192828.600000', '192828.603000', '192828.605000', '192848.492000', '192848.495000', '192848.497000', '192848.500000', '192848.503000', '192848.505000', '192848.508000', '192848.510000', '192848.513000', '192848.516000', '192848.518000', '192848.521000', '192848.524000', '192848.526000', '192848.529000', '192848.532000', '192848.535000', '192848.537000', '192848.541000', '192848.544000', '192848.547000', '192848.549000', '192848.552000', '192848.555000', '192848.557000', '192848.560000', '192848.563000', '192848.566000', '192848.568000', '192848.571000', '192848.574000', '192848.576000', '192848.579000', '192848.581000', '192848.584000', '192848.587000', '192848.589000', '192848.592000', '192848.595000', '192848.620000', '192848.624000', '192848.637000', '192848.639000', '192908.492000', '192908.495000', '192908.497000', '192908.500000', '192908.503000', '192908.505000', '192908.508000', '192908.511000', '192908.514000', '192908.516000', '192908.519000', '192908.522000', '192908.525000', '192908.527000', '192908.530000', '192908.533000', '192908.535000', '192908.538000', '192908.540000', '192908.543000', '192908.546000', '192908.548000', '192908.551000', '192908.554000', '192908.556000', '192908.559000', '192908.562000', '192908.565000', '192908.567000', '192908.570000', '192908.572000', '192908.575000', '192908.578000', '192908.580000', '192908.583000', '192908.585000', '192908.588000', '192908.591000', '192908.594000', '192908.597000', '192908.599000', '192908.602000', '192908.609000', '192908.612000', '192928.491000', '192928.494000', '192928.497000', '192928.500000', '192928.503000', '192928.505000', '192928.508000', '192928.511000', '192928.514000', '192928.516000', '192928.519000', '192928.522000', '192928.524000', '192928.527000', '192928.530000', '192928.532000', '192928.535000', '192928.541000', '192928.550000', '192928.552000', '192928.555000', '192928.558000', '192928.561000', '192928.564000', '192928.566000', '192928.569000', '192928.579000', '192928.582000', '192928.584000', '192928.587000', '192928.590000', '192928.593000', '192928.596000', '192928.598000', '192928.601000', '192928.604000', '192928.606000', '192928.609000', '192928.612000', '192928.615000', '192928.617000', '192928.620000', '192928.622000', '192928.625000', '192948.492000', '192948.494000', '192948.497000', '192948.500000', '192948.502000', '192948.505000', '192948.507000', '192948.510000', '192948.513000', '192948.516000', '192948.518000', '192948.521000', '192948.524000', '192948.527000', '192948.529000', '192948.532000', '192948.534000', '192948.537000', '192948.540000', '192948.542000', '192948.545000', '192948.547000', '192948.550000', '192948.553000', '192948.556000', '192948.558000', '192948.561000', '192948.564000', '192948.566000', '192948.569000', '192948.571000', '192948.574000', '192948.577000', '192948.579000', '192948.582000', '192948.585000', '192948.587000', '192948.590000', '192948.593000', '192948.595000', '192948.598000', '192948.601000', '192948.603000', '193008.491000', '193008.494000', '193008.497000', '193008.500000', '193008.502000', '193008.505000', '193008.507000', '193008.510000', '193008.513000', '193008.516000', '193008.519000', '193008.521000', '193008.524000', '193008.527000', '193008.529000', '193008.532000', '193008.535000', '193008.537000', '193008.540000', '193008.543000', '193008.545000', '193008.548000', '193008.551000', '193008.554000', '193008.557000', '193008.559000', '193008.562000', '193008.564000', '193008.567000', '193008.569000', '193008.572000', '193008.575000', '193008.577000', '193008.580000', '193008.582000', '193008.585000', '193008.588000', '193008.590000', '193008.593000', '193008.595000', '193008.598000', '193008.601000', '193008.604000', '193008.606000', '193028.492000', '193028.495000', '193028.498000', '193028.500000', '193028.503000', '193028.506000', '193028.508000', '193028.511000', '193028.513000', '193028.516000', '193028.518000', '193028.521000', '193028.524000', '193028.526000', '193028.538000', '193028.540000', '193028.543000', '193028.545000', '193028.548000', '193028.551000', '193028.553000', '193028.556000', '193028.558000', '193028.561000', '193028.563000', '193028.566000', '193028.569000', '193028.571000', '193028.574000', '193028.576000', '193028.579000', '193028.581000', '193028.584000', '193028.587000', '193028.623000', '193028.626000', '193028.628000', '193028.631000', '193028.633000', '193028.636000', '193028.638000', '193028.641000', '193028.644000', '193048.493000', '193048.495000', '193048.498000', '193048.501000', '193048.504000', '193048.507000', '193048.509000', '193048.512000', '193048.515000', '193048.517000', '193048.520000', '193048.522000', '193048.525000', '193048.528000', '193048.530000', '193048.533000', '193048.535000', '193048.538000', '193048.540000', '193048.543000', '193048.546000', '193048.548000', '193048.551000', '193048.553000', '193048.556000', '193048.559000', '193048.561000', '193048.564000', '193048.567000', '193048.569000', '193048.572000', '193048.574000', '193048.577000', '193048.579000', '193048.582000', '193048.585000', '193048.587000', '193048.590000', '193048.592000', '193048.595000', '193048.598000', '193048.600000', '193048.603000', '193048.605000', '193108.491000', '193108.494000', '193108.497000', '193108.499000', '193108.502000', '193108.505000', '193108.507000', '193108.510000', '193108.512000', '193108.515000', '193108.517000', '193108.520000', '193108.523000', '193108.525000', '193108.528000', '193108.530000', '193108.533000', '193108.535000', '193108.538000', '193108.541000', '193108.543000', '193108.546000', '193108.548000', '193108.551000', '193108.554000', '193108.556000', '193108.559000', '193108.561000', '193108.564000', '193108.566000', '193108.569000', '193108.572000', '193108.574000', '193108.577000', '193108.583000', '193108.586000', '193108.588000', '193108.591000', '193108.593000', '193108.596000', '193108.598000', '193108.601000', '193108.604000', '193128.492000', '193128.495000', '193128.497000', '193128.500000', '193128.503000', '193128.505000', '193128.508000', '193128.510000', '193128.513000', '193128.516000', '193128.518000', '193128.521000', '193128.523000', '193128.526000', '193128.528000', '193128.531000', '193128.533000', '193128.536000', '193128.539000', '193128.541000', '193128.544000', '193128.547000', '193128.549000', '193128.552000', '193128.554000', '193128.557000', '193128.559000', '193128.562000', '193128.565000', '193128.567000', '193128.570000', '193128.572000', '193128.575000', '193128.578000', '193128.580000', '193128.583000', '193128.585000', '193128.588000', '193128.590000', '193128.593000', '193128.596000', '193128.598000', '193128.601000', '193128.604000', '193148.491000', '193148.494000', '193148.497000', '193148.500000', '193148.502000', '193148.505000', '193148.507000', '193148.510000', '193148.512000', '193148.515000', '193148.517000', '193148.520000', '193148.523000', '193148.525000', '193148.528000', '193148.530000', '193148.533000', '193148.535000', '193148.538000', '193148.541000', '193148.543000', '193148.546000', '193148.548000', '193148.551000', '193148.554000', '193148.556000', '193148.559000', '193148.561000', '193148.564000', '193148.566000', '193148.569000', '193148.572000', '193148.574000', '193148.577000', '193148.579000', '193148.582000', '193148.584000', '193148.587000', '193148.590000', '193148.592000', '193148.595000', '193148.597000', '193148.600000', '193208.492000', '193208.495000', '193208.498000', '193208.501000', '193208.503000', '193208.506000', '193208.509000', '193208.511000', '193208.514000', '193208.517000', '193208.519000', '193208.522000', '193208.524000', '193208.527000', '193208.529000', '193208.532000', '193208.548000', '193208.551000', '193208.553000', '193208.556000', '193208.559000', '193208.561000', '193208.564000', '193208.566000', '193208.569000', '193208.572000', '193208.574000', '193208.577000', '193208.579000', '193208.582000', '193208.585000', '193208.587000', '193208.590000', '193208.593000', '193208.595000', '193208.598000', '193208.601000', '193208.603000', '193208.606000', '193208.608000', '193208.611000', '193208.614000', '193208.616000', '193228.492000', '193228.495000', '193228.497000', '193228.500000', '193228.503000', '193228.505000', '193228.508000', '193228.510000', '193228.513000', '193228.516000', '193228.518000', '193228.521000', '193228.523000', '193228.526000', '193228.529000', '193228.531000', '193228.534000', '193228.536000', '193228.539000', '193228.542000', '193228.544000', '193228.547000', '193228.549000', '193228.552000', '193228.554000', '193228.557000', '193228.560000', '193228.562000', '193228.565000', '193228.567000', '193228.570000', '193228.572000', '193228.575000', '193228.578000', '193228.580000', '193228.583000', '193228.585000', '193228.588000', '193228.590000', '193228.593000', '193228.596000', '193228.598000', '193228.601000', '193228.603000', '193248.493000', '193248.496000', '193248.498000', '193248.501000', '193248.503000', '193248.506000', '193248.509000', '193248.511000', '193248.514000', '193248.516000', '193248.519000', '193248.522000', '193248.524000', '193248.527000', '193248.529000', '193248.532000', '193248.535000', '193248.537000', '193248.540000', '193248.543000', '193248.545000', '193248.548000', '193248.550000', '193248.553000', '193248.556000', '193248.558000', '193248.561000', '193248.563000', '193248.566000', '193248.569000', '193248.571000', '193248.574000', '193248.576000', '193248.579000', '193248.582000', '193248.584000', '193248.587000', '193248.589000', '193248.592000', '193248.595000', '193248.597000', '193248.600000', '193248.603000', '193248.605000', '193308.493000', '193308.495000', '193308.498000', '193308.501000', '193308.503000', '193308.506000', '193308.508000', '193308.511000', '193308.513000', '193308.516000', '193308.519000', '193308.521000', '193308.524000', '193308.526000', '193308.529000', '193308.532000', '193308.534000', '193308.537000', '193308.539000', '193308.542000', '193308.545000', '193308.547000', '193308.550000', '193308.552000', '193308.555000', '193308.557000', '193308.560000', '193308.563000', '193308.565000', '193308.568000', '193308.571000', '193308.573000', '193308.576000', '193308.579000', '193308.581000', '193308.584000', '193308.586000', '193308.589000', '193308.592000', '193308.594000', '193308.597000', '193308.599000', '193308.602000', '193328.492000', '193328.494000', '193328.497000', '193328.500000', '193328.502000', '193328.505000', '193328.507000', '193328.510000', '193328.513000', '193328.515000', '193328.518000', '193328.520000', '193328.523000', '193328.526000', '193328.528000', '193328.531000', '193328.534000', '193328.537000', '193328.540000', '193328.543000', '193328.546000', '193328.549000', '193328.551000', '193328.554000', '193328.556000', '193328.559000', '193328.562000', '193328.586000', '193328.589000', '193328.592000', '193328.594000', '193328.597000', '193328.600000', '193328.602000', '193328.605000', '193328.607000', '193328.610000', '193328.613000', '193328.615000', '193328.618000', '193328.620000', '193328.623000', '193328.626000', '193348.492000', '193348.495000', '193348.497000', '193348.500000', '193348.502000', '193348.505000', '193348.508000', '193348.510000', '193348.513000', '193348.515000', '193348.518000', '193348.520000', '193348.523000', '193348.526000', '193348.528000', '193348.531000', '193348.534000', '193348.536000', '193348.539000', '193348.541000', '193348.544000', '193348.546000', '193348.550000', '193348.553000', '193348.555000', '193348.558000', '193348.560000', '193348.563000', '193348.566000', '193348.568000', '193348.571000', '193348.573000', '193348.576000', '193348.578000', '193348.581000', '193348.584000', '193348.586000', '193348.589000', '193348.591000', '193348.594000', '193348.596000', '193348.599000', '193348.602000', '193348.604000', '193408.491000', '193408.494000', '193408.497000', '193408.499000', '193408.502000', '193408.505000', '193408.507000', '193408.518000', '193408.520000', '193408.523000', '193408.526000', '193408.528000', '193408.531000', '193408.534000', '193408.537000', '193408.540000', '193408.543000', '193408.545000', '193408.548000', '193408.551000', '193408.554000', '193408.556000', '193408.559000', '193408.561000', '193408.564000', '193408.567000', '193408.569000', '193408.572000', '193408.574000', '193408.577000', '193408.579000', '193408.582000', '193408.585000', '193408.587000', '193408.590000', '193408.592000', '193408.595000', '193408.597000', '193408.600000', '193408.603000', '193408.605000', '193408.608000', '193408.611000', '193428.492000', '193428.495000', '193428.497000', '193428.500000', '193428.502000', '193428.505000', '193428.507000', '193428.510000', '193428.513000', '193428.515000', '193428.518000', '193428.520000', '193428.523000', '193428.526000', '193428.528000', '193428.531000', '193428.533000', '193428.536000', '193428.539000', '193428.541000', '193428.544000', '193428.546000', '193428.549000', '193428.551000', '193428.554000', '193428.557000', '193428.559000', '193428.562000', '193428.565000', '193428.567000', '193428.570000', '193428.572000', '193428.575000', '193428.577000', '193428.580000', '193428.583000', '193428.585000', '193428.588000', '193428.590000', '193428.593000', '193428.595000', '193428.598000', '193428.601000', '193428.603000', '193448.492000', '193448.495000', '193448.497000', '193448.500000', '193448.503000', '193448.505000', '193448.508000', '193448.510000', '193448.513000', '193448.516000', '193448.518000', '193448.521000', '193448.524000', '193448.526000', '193448.529000', '193448.531000', '193448.534000', '193448.537000', '193448.539000', '193448.542000', '193448.544000', '193448.547000', '193448.549000', '193448.552000', '193448.555000', '193448.557000', '193448.560000', '193448.563000', '193448.565000', '193448.568000', '193448.570000', '193448.573000', '193448.576000', '193448.579000', '193448.581000', '193448.584000', '193448.587000', '193448.590000', '193448.649000', '193448.652000', '193448.655000', '193448.657000', '193448.660000', '193508.493000', '193508.496000', '193508.498000', '193508.501000', '193508.503000', '193508.506000', '193508.508000', '193508.511000', '193508.514000', '193508.516000', '193508.519000', '193508.522000', '193508.524000', '193508.527000', '193508.530000', '193508.532000', '193508.535000', '193508.537000', '193508.540000', '193508.542000', '193508.545000', '193508.548000', '193508.550000', '193508.553000', '193508.555000', '193508.558000', '193508.561000', '193508.563000', '193508.566000', '193508.568000', '193508.571000', '193508.574000', '193508.576000', '193508.579000', '193508.581000', '193508.584000', '193508.586000', '193508.589000', '193508.592000', '193508.594000', '193508.597000', '193508.600000', '193508.602000', '193508.605000', '193528.493000', '193528.495000', '193528.498000', '193528.501000', '193528.503000', '193528.506000', '193528.508000', '193528.511000', '193528.514000', '193528.516000', '193528.519000', '193528.521000', '193528.524000', '193528.527000', '193528.529000', '193528.532000', '193528.534000', '193528.537000', '193528.539000', '193528.542000', '193528.545000', '193528.547000', '193528.550000', '193528.552000', '193528.555000', '193528.558000', '193528.560000', '193528.563000', '193528.565000', '193528.568000', '193528.571000', '193528.573000', '193528.576000', '193528.578000', '193528.581000', '193528.584000', '193528.586000', '193528.589000', '193528.591000', '193528.594000', '193528.597000', '193528.599000', '193528.602000', '193548.491000', '193548.494000', '193548.497000', '193548.500000', '193548.503000', '193548.505000', '193548.508000', '193548.510000', '193548.513000', '193548.516000', '193548.518000', '193548.521000', '193548.523000', '193548.526000', '193548.528000', '193548.531000', '193548.534000', '193548.536000', '193548.539000', '193548.541000', '193548.544000', '193548.547000', '193548.549000', '193548.552000', '193548.554000', '193548.557000', '193548.559000', '193548.562000', '193548.565000', '193548.567000', '193548.570000', '193548.572000', '193548.575000', '193548.578000', '193548.580000', '193548.583000', '193548.585000', '193548.588000', '193548.591000', '193548.593000', '193548.596000', '193548.598000', '193548.601000', '193548.610000', '193608.492000', '193608.495000', '193608.497000', '193608.500000', '193608.503000', '193608.505000', '193608.508000', '193608.510000', '193608.513000', '193608.516000', '193608.518000', '193608.521000', '193608.523000', '193608.526000', '193608.529000', '193608.531000', '193608.534000', '193608.536000', '193608.539000', '193608.542000', '193608.544000', '193608.547000', '193608.550000', '193608.552000', '193608.555000', '193608.557000', '193608.560000', '193608.562000', '193608.565000', '193608.568000', '193608.570000', '193608.573000', '193608.575000', '193608.578000', '193608.588000', '193608.591000', '193608.594000', '193608.597000', '193608.599000', '193608.602000', '193608.605000', '193608.607000', '193608.610000', '193628.491000', '193628.494000', '193628.497000', '193628.500000', '193628.502000', '193628.505000', '193628.508000', '193628.510000', '193628.513000', '193628.515000', '193628.518000', '193628.520000', '193628.523000', '193628.526000', '193628.528000', '193628.531000', '193628.533000', '193628.536000', '193628.538000', '193628.541000', '193628.544000', '193628.546000', '193628.549000', '193628.551000', '193628.554000', '193628.557000', '193628.559000', '193628.562000', '193628.564000', '193628.567000', '193628.570000', '193628.587000', '193628.590000', '193628.593000', '193628.595000', '193628.598000', '193628.601000', '193628.603000', '193628.606000', '193628.608000', '193628.611000', '193628.614000', '193628.616000', '193628.619000', '193648.492000', '193648.495000', '193648.497000', '193648.500000', '193648.502000', '193648.505000', '193648.508000', '193648.510000', '193648.513000', '193648.515000', '193648.518000', '193648.521000', '193648.523000', '193648.526000', '193648.528000', '193648.531000', '193648.534000', '193648.536000', '193648.539000', '193648.541000', '193648.544000', '193648.547000', '193648.549000', '193648.552000', '193648.554000', '193648.557000', '193648.560000', '193648.562000', '193648.565000', '193648.567000', '193648.570000', '193648.572000', '193648.575000', '193648.578000', '193648.580000', '193648.583000', '193648.585000', '193648.588000', '193648.591000', '193648.593000', '193648.596000', '193648.599000', '193648.601000', '193708.492000', '193708.494000', '193708.497000', '193708.500000', '193708.502000', '193708.505000', '193708.508000', '193708.510000', '193708.513000', '193708.516000', '193708.518000', '193708.521000', '193708.523000', '193708.526000', '193708.528000', '193708.531000', '193708.534000', '193708.536000', '193708.539000', '193708.542000', '193708.544000', '193708.547000', '193708.549000', '193708.552000', '193708.554000', '193708.557000', '193708.560000', '193708.562000', '193708.565000', '193708.567000', '193708.570000', '193708.573000', '193708.575000', '193708.578000', '193708.581000', '193708.583000', '193708.586000', '193708.588000', '193708.591000', '193708.593000', '193708.596000', '193708.599000', '193708.601000', '193708.604000', '193728.493000', '193728.496000', '193728.498000', '193728.501000', '193728.504000', '193728.506000', '193728.509000', '193728.512000', '193728.514000', '193728.517000', '193728.519000', '193728.522000', '193728.525000', '193728.527000', '193728.530000', '193728.532000', '193728.535000', '193728.538000', '193728.540000', '193728.543000', '193728.545000', '193728.548000', '193728.551000', '193728.553000', '193728.556000', '193728.558000', '193728.561000', '193728.564000', '193728.566000', '193728.569000', '193728.571000', '193728.603000', '193728.606000', '193728.609000', '193728.611000', '193728.614000', '193728.616000', '193728.619000', '193728.621000', '193728.624000', '193728.626000', '193728.629000', '193728.632000', '193731.395000', '193731.398000', '193731.401000', '193731.404000', '193731.407000', '193731.409000', '193731.412000'], 'InstanceCreationTime': ['192808.536000', '192808.539000', '192808.551000', '192808.553000', '192808.556000', '192808.558000', '192808.561000', '192808.564000', '192808.566000', '192808.569000', '192808.572000', '192808.574000', '192808.577000', '192808.579000', '192808.582000', '192808.584000', '192808.587000', '192808.590000', '192808.592000', '192808.595000', '192808.597000', '192808.600000', '192808.603000', '192808.605000', '192808.608000', '192808.610000', '192808.613000', '192808.616000', '192808.618000', '192808.621000', '192808.624000', '192808.626000', '192808.629000', '192808.631000', '192808.634000', '192808.636000', '192808.639000', '192808.641000', '192808.644000', '192808.646000', '192808.649000', '192808.652000', '192808.654000', '192808.657000', '192828.492000', '192828.495000', '192828.498000', '192828.501000', '192828.504000', '192828.506000', '192828.509000', '192828.511000', '192828.514000', '192828.517000', '192828.519000', '192828.522000', '192828.525000', '192828.527000', '192828.530000', '192828.533000', '192828.536000', '192828.538000', '192828.541000', '192828.544000', '192828.546000', '192828.549000', '192828.552000', '192828.554000', '192828.557000', '192828.560000', '192828.562000', '192828.565000', '192828.568000', '192828.571000', '192828.573000', '192828.576000', '192828.578000', '192828.581000', '192828.584000', '192828.586000', '192828.589000', '192828.591000', '192828.594000', '192828.597000', '192828.600000', '192828.603000', '192828.605000', '192848.492000', '192848.495000', '192848.497000', '192848.500000', '192848.503000', '192848.505000', '192848.508000', '192848.510000', '192848.513000', '192848.516000', '192848.518000', '192848.521000', '192848.524000', '192848.526000', '192848.529000', '192848.532000', '192848.535000', '192848.537000', '192848.541000', '192848.544000', '192848.547000', '192848.549000', '192848.552000', '192848.555000', '192848.557000', '192848.560000', '192848.563000', '192848.566000', '192848.568000', '192848.571000', '192848.574000', '192848.576000', '192848.579000', '192848.581000', '192848.584000', '192848.587000', '192848.589000', '192848.592000', '192848.595000', '192848.620000', '192848.624000', '192848.637000', '192848.639000', '192908.492000', '192908.495000', '192908.497000', '192908.500000', '192908.503000', '192908.505000', '192908.508000', '192908.511000', '192908.514000', '192908.516000', '192908.519000', '192908.522000', '192908.525000', '192908.527000', '192908.530000', '192908.533000', '192908.535000', '192908.538000', '192908.540000', '192908.543000', '192908.546000', '192908.548000', '192908.551000', '192908.554000', '192908.556000', '192908.559000', '192908.562000', '192908.565000', '192908.567000', '192908.570000', '192908.572000', '192908.575000', '192908.578000', '192908.580000', '192908.583000', '192908.585000', '192908.588000', '192908.591000', '192908.594000', '192908.597000', '192908.599000', '192908.602000', '192908.609000', '192908.612000', '192928.491000', '192928.494000', '192928.497000', '192928.500000', '192928.503000', '192928.505000', '192928.508000', '192928.511000', '192928.514000', '192928.516000', '192928.519000', '192928.522000', '192928.524000', '192928.527000', '192928.530000', '192928.532000', '192928.535000', '192928.541000', '192928.550000', '192928.552000', '192928.555000', '192928.558000', '192928.561000', '192928.564000', '192928.566000', '192928.569000', '192928.579000', '192928.582000', '192928.584000', '192928.587000', '192928.590000', '192928.593000', '192928.596000', '192928.598000', '192928.601000', '192928.604000', '192928.606000', '192928.609000', '192928.612000', '192928.615000', '192928.617000', '192928.620000', '192928.622000', '192928.625000', '192948.492000', '192948.494000', '192948.497000', '192948.500000', '192948.502000', '192948.505000', '192948.507000', '192948.510000', '192948.513000', '192948.516000', '192948.518000', '192948.521000', '192948.524000', '192948.527000', '192948.529000', '192948.532000', '192948.534000', '192948.537000', '192948.540000', '192948.542000', '192948.545000', '192948.547000', '192948.550000', '192948.553000', '192948.556000', '192948.558000', '192948.561000', '192948.564000', '192948.566000', '192948.569000', '192948.571000', '192948.574000', '192948.577000', '192948.579000', '192948.582000', '192948.585000', '192948.587000', '192948.590000', '192948.593000', '192948.595000', '192948.598000', '192948.601000', '192948.603000', '193008.491000', '193008.494000', '193008.497000', '193008.500000', '193008.502000', '193008.505000', '193008.507000', '193008.510000', '193008.513000', '193008.516000', '193008.519000', '193008.521000', '193008.524000', '193008.527000', '193008.529000', '193008.532000', '193008.535000', '193008.537000', '193008.540000', '193008.543000', '193008.545000', '193008.548000', '193008.551000', '193008.554000', '193008.557000', '193008.559000', '193008.562000', '193008.564000', '193008.567000', '193008.569000', '193008.572000', '193008.575000', '193008.577000', '193008.580000', '193008.582000', '193008.585000', '193008.588000', '193008.590000', '193008.593000', '193008.595000', '193008.598000', '193008.601000', '193008.604000', '193008.606000', '193028.492000', '193028.495000', '193028.498000', '193028.500000', '193028.503000', '193028.506000', '193028.508000', '193028.511000', '193028.513000', '193028.516000', '193028.518000', '193028.521000', '193028.524000', '193028.526000', '193028.538000', '193028.540000', '193028.543000', '193028.545000', '193028.548000', '193028.551000', '193028.553000', '193028.556000', '193028.558000', '193028.561000', '193028.563000', '193028.566000', '193028.569000', '193028.571000', '193028.574000', '193028.576000', '193028.579000', '193028.581000', '193028.584000', '193028.587000', '193028.623000', '193028.626000', '193028.628000', '193028.631000', '193028.633000', '193028.636000', '193028.638000', '193028.641000', '193028.644000', '193048.493000', '193048.495000', '193048.498000', '193048.501000', '193048.504000', '193048.507000', '193048.509000', '193048.512000', '193048.515000', '193048.517000', '193048.520000', '193048.522000', '193048.525000', '193048.528000', '193048.530000', '193048.533000', '193048.535000', '193048.538000', '193048.540000', '193048.543000', '193048.546000', '193048.548000', '193048.551000', '193048.553000', '193048.556000', '193048.559000', '193048.561000', '193048.564000', '193048.567000', '193048.569000', '193048.572000', '193048.574000', '193048.577000', '193048.579000', '193048.582000', '193048.585000', '193048.587000', '193048.590000', '193048.592000', '193048.595000', '193048.598000', '193048.600000', '193048.603000', '193048.605000', '193108.491000', '193108.494000', '193108.497000', '193108.499000', '193108.502000', '193108.505000', '193108.507000', '193108.510000', '193108.512000', '193108.515000', '193108.517000', '193108.520000', '193108.523000', '193108.525000', '193108.528000', '193108.530000', '193108.533000', '193108.535000', '193108.538000', '193108.541000', '193108.543000', '193108.546000', '193108.548000', '193108.551000', '193108.554000', '193108.556000', '193108.559000', '193108.561000', '193108.564000', '193108.566000', '193108.569000', '193108.572000', '193108.574000', '193108.577000', '193108.583000', '193108.586000', '193108.588000', '193108.591000', '193108.593000', '193108.596000', '193108.598000', '193108.601000', '193108.604000', '193128.492000', '193128.495000', '193128.497000', '193128.500000', '193128.503000', '193128.505000', '193128.508000', '193128.510000', '193128.513000', '193128.516000', '193128.518000', '193128.521000', '193128.523000', '193128.526000', '193128.528000', '193128.531000', '193128.533000', '193128.536000', '193128.539000', '193128.541000', '193128.544000', '193128.547000', '193128.549000', '193128.552000', '193128.554000', '193128.557000', '193128.559000', '193128.562000', '193128.565000', '193128.567000', '193128.570000', '193128.572000', '193128.575000', '193128.578000', '193128.580000', '193128.583000', '193128.585000', '193128.588000', '193128.590000', '193128.593000', '193128.596000', '193128.598000', '193128.601000', '193128.604000', '193148.491000', '193148.494000', '193148.497000', '193148.500000', '193148.502000', '193148.505000', '193148.507000', '193148.510000', '193148.512000', '193148.515000', '193148.517000', '193148.520000', '193148.523000', '193148.525000', '193148.528000', '193148.530000', '193148.533000', '193148.535000', '193148.538000', '193148.541000', '193148.543000', '193148.546000', '193148.548000', '193148.551000', '193148.554000', '193148.556000', '193148.559000', '193148.561000', '193148.564000', '193148.566000', '193148.569000', '193148.572000', '193148.574000', '193148.577000', '193148.579000', '193148.582000', '193148.584000', '193148.587000', '193148.590000', '193148.592000', '193148.595000', '193148.597000', '193148.600000', '193208.492000', '193208.495000', '193208.498000', '193208.501000', '193208.503000', '193208.506000', '193208.509000', '193208.511000', '193208.514000', '193208.517000', '193208.519000', '193208.522000', '193208.524000', '193208.527000', '193208.529000', '193208.532000', '193208.548000', '193208.551000', '193208.553000', '193208.556000', '193208.559000', '193208.561000', '193208.564000', '193208.566000', '193208.569000', '193208.572000', '193208.574000', '193208.577000', '193208.579000', '193208.582000', '193208.585000', '193208.587000', '193208.590000', '193208.593000', '193208.595000', '193208.598000', '193208.601000', '193208.603000', '193208.606000', '193208.608000', '193208.611000', '193208.614000', '193208.616000', '193228.492000', '193228.495000', '193228.497000', '193228.500000', '193228.503000', '193228.505000', '193228.508000', '193228.510000', '193228.513000', '193228.516000', '193228.518000', '193228.521000', '193228.523000', '193228.526000', '193228.529000', '193228.531000', '193228.534000', '193228.536000', '193228.539000', '193228.542000', '193228.544000', '193228.547000', '193228.549000', '193228.552000', '193228.554000', '193228.557000', '193228.560000', '193228.562000', '193228.565000', '193228.567000', '193228.570000', '193228.572000', '193228.575000', '193228.578000', '193228.580000', '193228.583000', '193228.585000', '193228.588000', '193228.590000', '193228.593000', '193228.596000', '193228.598000', '193228.601000', '193228.603000', '193248.493000', '193248.496000', '193248.498000', '193248.501000', '193248.503000', '193248.506000', '193248.509000', '193248.511000', '193248.514000', '193248.516000', '193248.519000', '193248.522000', '193248.524000', '193248.527000', '193248.529000', '193248.532000', '193248.535000', '193248.537000', '193248.540000', '193248.543000', '193248.545000', '193248.548000', '193248.550000', '193248.553000', '193248.556000', '193248.558000', '193248.561000', '193248.563000', '193248.566000', '193248.569000', '193248.571000', '193248.574000', '193248.576000', '193248.579000', '193248.582000', '193248.584000', '193248.587000', '193248.589000', '193248.592000', '193248.595000', '193248.597000', '193248.600000', '193248.603000', '193248.605000', '193308.493000', '193308.495000', '193308.498000', '193308.501000', '193308.503000', '193308.506000', '193308.508000', '193308.511000', '193308.513000', '193308.516000', '193308.519000', '193308.521000', '193308.524000', '193308.526000', '193308.529000', '193308.532000', '193308.534000', '193308.537000', '193308.539000', '193308.542000', '193308.545000', '193308.547000', '193308.550000', '193308.552000', '193308.555000', '193308.557000', '193308.560000', '193308.563000', '193308.565000', '193308.568000', '193308.571000', '193308.573000', '193308.576000', '193308.579000', '193308.581000', '193308.584000', '193308.586000', '193308.589000', '193308.592000', '193308.594000', '193308.597000', '193308.599000', '193308.602000', '193328.492000', '193328.494000', '193328.497000', '193328.500000', '193328.502000', '193328.505000', '193328.507000', '193328.510000', '193328.513000', '193328.515000', '193328.518000', '193328.520000', '193328.523000', '193328.526000', '193328.528000', '193328.531000', '193328.534000', '193328.537000', '193328.540000', '193328.543000', '193328.546000', '193328.549000', '193328.551000', '193328.554000', '193328.556000', '193328.559000', '193328.562000', '193328.586000', '193328.589000', '193328.592000', '193328.594000', '193328.597000', '193328.600000', '193328.602000', '193328.605000', '193328.607000', '193328.610000', '193328.613000', '193328.615000', '193328.618000', '193328.620000', '193328.623000', '193328.626000', '193348.492000', '193348.495000', '193348.497000', '193348.500000', '193348.502000', '193348.505000', '193348.508000', '193348.510000', '193348.513000', '193348.515000', '193348.518000', '193348.520000', '193348.523000', '193348.526000', '193348.528000', '193348.531000', '193348.534000', '193348.536000', '193348.539000', '193348.541000', '193348.544000', '193348.546000', '193348.550000', '193348.553000', '193348.555000', '193348.558000', '193348.560000', '193348.563000', '193348.566000', '193348.568000', '193348.571000', '193348.573000', '193348.576000', '193348.578000', '193348.581000', '193348.584000', '193348.586000', '193348.589000', '193348.591000', '193348.594000', '193348.596000', '193348.599000', '193348.602000', '193348.604000', '193408.491000', '193408.494000', '193408.497000', '193408.499000', '193408.502000', '193408.505000', '193408.507000', '193408.518000', '193408.520000', '193408.523000', '193408.526000', '193408.528000', '193408.531000', '193408.534000', '193408.537000', '193408.540000', '193408.543000', '193408.545000', '193408.548000', '193408.551000', '193408.554000', '193408.556000', '193408.559000', '193408.561000', '193408.564000', '193408.567000', '193408.569000', '193408.572000', '193408.574000', '193408.577000', '193408.579000', '193408.582000', '193408.585000', '193408.587000', '193408.590000', '193408.592000', '193408.595000', '193408.597000', '193408.600000', '193408.603000', '193408.605000', '193408.608000', '193408.611000', '193428.492000', '193428.495000', '193428.497000', '193428.500000', '193428.502000', '193428.505000', '193428.507000', '193428.510000', '193428.513000', '193428.515000', '193428.518000', '193428.520000', '193428.523000', '193428.526000', '193428.528000', '193428.531000', '193428.533000', '193428.536000', '193428.539000', '193428.541000', '193428.544000', '193428.546000', '193428.549000', '193428.551000', '193428.554000', '193428.557000', '193428.559000', '193428.562000', '193428.565000', '193428.567000', '193428.570000', '193428.572000', '193428.575000', '193428.577000', '193428.580000', '193428.583000', '193428.585000', '193428.588000', '193428.590000', '193428.593000', '193428.595000', '193428.598000', '193428.601000', '193428.603000', '193448.492000', '193448.495000', '193448.497000', '193448.500000', '193448.503000', '193448.505000', '193448.508000', '193448.510000', '193448.513000', '193448.516000', '193448.518000', '193448.521000', '193448.524000', '193448.526000', '193448.529000', '193448.531000', '193448.534000', '193448.537000', '193448.539000', '193448.542000', '193448.544000', '193448.547000', '193448.549000', '193448.552000', '193448.555000', '193448.557000', '193448.560000', '193448.563000', '193448.565000', '193448.568000', '193448.570000', '193448.573000', '193448.576000', '193448.579000', '193448.581000', '193448.584000', '193448.587000', '193448.590000', '193448.649000', '193448.652000', '193448.655000', '193448.657000', '193448.660000', '193508.493000', '193508.496000', '193508.498000', '193508.501000', '193508.503000', '193508.506000', '193508.508000', '193508.511000', '193508.514000', '193508.516000', '193508.519000', '193508.522000', '193508.524000', '193508.527000', '193508.530000', '193508.532000', '193508.535000', '193508.537000', '193508.540000', '193508.542000', '193508.545000', '193508.548000', '193508.550000', '193508.553000', '193508.555000', '193508.558000', '193508.561000', '193508.563000', '193508.566000', '193508.568000', '193508.571000', '193508.574000', '193508.576000', '193508.579000', '193508.581000', '193508.584000', '193508.586000', '193508.589000', '193508.592000', '193508.594000', '193508.597000', '193508.600000', '193508.602000', '193508.605000', '193528.493000', '193528.495000', '193528.498000', '193528.501000', '193528.503000', '193528.506000', '193528.508000', '193528.511000', '193528.514000', '193528.516000', '193528.519000', '193528.521000', '193528.524000', '193528.527000', '193528.529000', '193528.532000', '193528.534000', '193528.537000', '193528.539000', '193528.542000', '193528.545000', '193528.547000', '193528.550000', '193528.552000', '193528.555000', '193528.558000', '193528.560000', '193528.563000', '193528.565000', '193528.568000', '193528.571000', '193528.573000', '193528.576000', '193528.578000', '193528.581000', '193528.584000', '193528.586000', '193528.589000', '193528.591000', '193528.594000', '193528.597000', '193528.599000', '193528.602000', '193548.491000', '193548.494000', '193548.497000', '193548.500000', '193548.503000', '193548.505000', '193548.508000', '193548.510000', '193548.513000', '193548.516000', '193548.518000', '193548.521000', '193548.523000', '193548.526000', '193548.528000', '193548.531000', '193548.534000', '193548.536000', '193548.539000', '193548.541000', '193548.544000', '193548.547000', '193548.549000', '193548.552000', '193548.554000', '193548.557000', '193548.559000', '193548.562000', '193548.565000', '193548.567000', '193548.570000', '193548.572000', '193548.575000', '193548.578000', '193548.580000', '193548.583000', '193548.585000', '193548.588000', '193548.591000', '193548.593000', '193548.596000', '193548.598000', '193548.601000', '193548.610000', '193608.492000', '193608.495000', '193608.497000', '193608.500000', '193608.503000', '193608.505000', '193608.508000', '193608.510000', '193608.513000', '193608.516000', '193608.518000', '193608.521000', '193608.523000', '193608.526000', '193608.529000', '193608.531000', '193608.534000', '193608.536000', '193608.539000', '193608.542000', '193608.544000', '193608.547000', '193608.550000', '193608.552000', '193608.555000', '193608.557000', '193608.560000', '193608.562000', '193608.565000', '193608.568000', '193608.570000', '193608.573000', '193608.575000', '193608.578000', '193608.588000', '193608.591000', '193608.594000', '193608.597000', '193608.599000', '193608.602000', '193608.605000', '193608.607000', '193608.610000', '193628.491000', '193628.494000', '193628.497000', '193628.500000', '193628.502000', '193628.505000', '193628.508000', '193628.510000', '193628.513000', '193628.515000', '193628.518000', '193628.520000', '193628.523000', '193628.526000', '193628.528000', '193628.531000', '193628.533000', '193628.536000', '193628.538000', '193628.541000', '193628.544000', '193628.546000', '193628.549000', '193628.551000', '193628.554000', '193628.557000', '193628.559000', '193628.562000', '193628.564000', '193628.567000', '193628.570000', '193628.587000', '193628.590000', '193628.593000', '193628.595000', '193628.598000', '193628.601000', '193628.603000', '193628.606000', '193628.608000', '193628.611000', '193628.614000', '193628.616000', '193628.619000', '193648.492000', '193648.495000', '193648.497000', '193648.500000', '193648.502000', '193648.505000', '193648.508000', '193648.510000', '193648.513000', '193648.515000', '193648.518000', '193648.521000', '193648.523000', '193648.526000', '193648.528000', '193648.531000', '193648.534000', '193648.536000', '193648.539000', '193648.541000', '193648.544000', '193648.547000', '193648.549000', '193648.552000', '193648.554000', '193648.557000', '193648.560000', '193648.562000', '193648.565000', '193648.567000', '193648.570000', '193648.572000', '193648.575000', '193648.578000', '193648.580000', '193648.583000', '193648.585000', '193648.588000', '193648.591000', '193648.593000', '193648.596000', '193648.599000', '193648.601000', '193708.492000', '193708.494000', '193708.497000', '193708.500000', '193708.502000', '193708.505000', '193708.508000', '193708.510000', '193708.513000', '193708.516000', '193708.518000', '193708.521000', '193708.523000', '193708.526000', '193708.528000', '193708.531000', '193708.534000', '193708.536000', '193708.539000', '193708.542000', '193708.544000', '193708.547000', '193708.549000', '193708.552000', '193708.554000', '193708.557000', '193708.560000', '193708.562000', '193708.565000', '193708.567000', '193708.570000', '193708.573000', '193708.575000', '193708.578000', '193708.581000', '193708.583000', '193708.586000', '193708.588000', '193708.591000', '193708.593000', '193708.596000', '193708.599000', '193708.601000', '193708.604000', '193728.493000', '193728.496000', '193728.498000', '193728.501000', '193728.504000', '193728.506000', '193728.509000', '193728.512000', '193728.514000', '193728.517000', '193728.519000', '193728.522000', '193728.525000', '193728.527000', '193728.530000', '193728.532000', '193728.535000', '193728.538000', '193728.540000', '193728.543000', '193728.545000', '193728.548000', '193728.551000', '193728.553000', '193728.556000', '193728.558000', '193728.561000', '193728.564000', '193728.566000', '193728.569000', '193728.571000', '193728.603000', '193728.606000', '193728.609000', '193728.611000', '193728.614000', '193728.616000', '193728.619000', '193728.621000', '193728.624000', '193728.626000', '193728.629000', '193728.632000', '193731.395000', '193731.398000', '193731.401000', '193731.404000', '193731.407000', '193731.409000', '193731.412000'], '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': [13004, 14117, 17712, 13390, 14307, 13339, 14638, 12856, 14230, 17734, 13636, 13818, 18026, 13582, 15003, 12577, 13967, 14842, 13263, 13643, 15228, 13819, 13679, 13623, 13919, 13045, 13150, 13828, 12813, 13315, 13815, 13308, 13537, 13416, 12707, 13852, 13007, 12664, 14055, 13096, 12989, 13999, 13054, 13546, 13562, 13647, 13856, 13557, 13628, 14116, 13508, 12570, 13846, 14042, 12945, 14126, 15803, 13386, 13590, 16816, 13942, 13745, 16216, 13836, 13615, 12664, 13966, 13292, 13587, 13962, 15888, 13482, 13759, 16641, 13722, 13450, 12559, 13982, 13177, 12889, 13997, 15463, 13278, 13484, 11832, 13739, 13280, 13001, 13934, 15333, 13290, 13860, 16979, 13536, 14328, 12810, 14023, 16758, 13194, 13743, 17533, 13220, 13806, 16603, 13770, 15199, 12864, 14061, 15422, 13052, 14115, 16992, 13609, 13760, 12356, 14044, 13056, 13402, 13723, 15246, 13545, 13301, 12134, 13474, 13280, 13367, 14113, 14480, 13573, 13609, 13272, 13936, 13081, 14075, 16727, 13672, 14184, 17463, 13915, 14741, 12933, 14357, 17646, 14000, 13979, 17255, 14205, 14018, 12744, 14428, 12766, 14274, 13826, 14408, 14087, 14242, 17020, 14044, 15681, 12649, 14497, 14436, 13562, 14137, 14417, 12721, 14201, 15437, 13817, 13491, 12669, 14347, 13318, 13251, 13964, 15671, 13781, 13496, 13683, 14211, 13017, 14296, 15009, 13543, 14216, 16400, 14083, 13766, 12259, 13947, 13620, 14225, 13610, 13609, 14117, 16729, 13932, 14759, 12230, 14016, 15298, 13684, 13765, 14314, 14098, 13543, 12814, 14228, 13198, 13401, 13921, 10185, 14104, 13404, 13003, 14072, 13338, 13186, 13096, 12325, 13851, 12851, 13389, 13493, 14679, 13326, 13027, 13249, 13619, 11985, 13524, 12994, 13026, 13769, 11934, 13773, 13656, 12386, 13408, 13474, 12941, 13863, 11429, 13717, 13912, 12521, 13931, 16811, 12837, 13810, 16754, 13675, 14053, 13583, 13503, 15658, 13309, 13643, 16536, 13226, 13547, 14143, 13465, 14758, 12935, 14099, 16219, 13705, 13518, 14608, 13609, 13495, 12957, 13801, 15240, 13564, 13728, 12283, 13880, 13739, 13153, 14146, 16292, 13265, 13648, 12216, 13845, 13815, 13317, 13669, 16586, 13552, 15745, 12896, 14133, 16111, 13761, 13912, 15069, 14007, 15940, 13035, 14124, 14974, 13735, 13817, 16656, 13835, 13478, 12460, 14282, 13578, 13116, 13745, 16169, 13959, 13395, 13221, 14295, 14493, 13852, 13945, 13089, 14060, 13829, 13269, 14117, 15353, 13370, 14049, 12760, 14318, 13663, 13946, 14066, 15935, 13915, 14034, 13085, 14308, 14861, 13608, 13800, 12460, 14523, 13754, 13558, 14118, 15947, 13857, 13813, 12642, 14210, 15675, 13484, 14038, 15901, 13901, 13869, 13733, 14392, 16198, 14060, 14107, 12514, 14357, 13844, 14074, 14444, 12857, 14435, 16727, 13576, 14163, 14193, 14170, 15721, 13196, 14364, 17471, 13870, 14218, 12972, 14365, 14312, 13181, 14179, 15409, 14171, 14173, 12937, 14280, 15578, 13296, 14333, 16731, 13896, 14123, 16829, 13761, 14220, 12624, 14572, 14157, 14198, 14147, 13260, 14024, 13614, 13631, 14203, 15939, 13776, 13990, 12558, 14328, 13759, 13418, 14117, 15846, 13562, 14248, 13260, 14301, 15372, 13335, 14200, 13803, 14282, 14064, 12877, 14338, 15396, 13214, 14240, 16275, 14030, 14177, 12750, 14045, 13867, 13368, 14429, 14897, 14380, 14038, 12548, 14431, 13886, 13927, 14064, 14866, 14098, 14089, 12661, 14646, 15632, 14273, 14236, 12650, 14413, 15164, 13372, 14429, 16055, 14080, 14261, 14173, 14352, 15851, 13711, 14455, 16620, 13936, 14271, 12713, 14353, 15445, 13955, 14279, 12256, 14370, 14046, 13488, 14423, 11799, 14075, 14082, 13319, 14411, 16345, 13846, 14309, 12683, 14450, 16202, 14307, 14173, 13035, 14396, 16618, 13611, 14203, 17244, 14113, 15657, 13511, 14183, 16606, 14032, 14066, 12835, 14530, 15965, 14044, 14141, 12803, 14301, 14161, 13792, 14406, 13012, 14042, 14602, 13346, 14363, 16313, 14209, 14020, 12897, 14567, 14805, 13769, 14084, 14376, 14386, 14147, 13763, 14417, 13044, 14528, 12944, 13913, 14182, 13689, 14149, 15938, 14231, 15626, 13886, 14159, 16729, 13945, 15416, 13159, 14527, 13330, 14061, 14672, 13511, 14400, 13497, 14125, 15378, 14156, 14090, 13202, 14524, 16726, 13936, 14204, 13199, 14221, 16279, 14201, 14151, 11906, 13879, 14008, 13669, 14255, 16265, 14013, 14950, 13123, 14347, 16200, 13616, 14171, 12743, 14556, 12939, 14752, 14815, 14295, 14112, 13973, 14333, 14489, 13616, 14797, 15376, 13631, 14609, 17103, 14360, 14625, 13541, 14860, 16315, 14637, 14116, 13600, 14983, 13977, 14915, 15073, 14558, 14169, 13471, 14907, 16465, 14521, 14823, 14648, 14233, 12940, 14477, 16202, 14377, 13983, 14054, 14232, 13800, 14659, 13852, 14350, 13861, 14314, 14310, 13363, 14472, 15972, 14243, 14479, 13973, 14506, 13245, 14632, 15468, 13676, 14595, 13245, 14566, 15671, 14372, 13996, 12194, 14269, 11659, 14526, 12190, 14375, 13890, 13056, 14567, 16289, 14208, 13748, 13430, 14389, 16379, 13884, 14227, 13119, 14427, 13821, 13678, 14370, 15283, 14057, 14077, 12625, 14515, 13888, 13052, 14468, 13642, 14208, 14297, 12844, 14551, 13977, 13368, 14393, 13514, 13990, 14078, 12749, 14721, 14215, 13240, 14531, 14105, 14514, 14392, 14550, 14424, 14169, 13117, 14745, 15995, 13743, 14459, 16275, 14345, 14444, 13076, 14791, 14148, 13924, 14476, 15537, 14219, 14323, 13587, 14358, 14192, 14013, 14470, 12432, 14335, 14121, 13734, 14377, 15427, 14174, 14465, 13290, 14682, 15651, 13846, 14311, 15828, 14281, 14258, 13364, 14344, 14289, 13755, 14316, 13000, 14569, 14167, 13754, 14506, 14087, 14391, 14068, 12398, 14229, 14102, 13907, 14427, 14103, 14490, 13834, 13565, 14534, 16101, 14475, 13730, 13408, 14303, 15129, 13750, 14132, 15767, 14222, 14063, 12347, 14059, 13655, 14059, 13737, 12606, 13906, 14082, 13899, 14683, 13780, 14779, 15337, 14086, 14674, 15462, 14933, 14617, 14662, 14299, 14933, 14600, 15571, 14292, 14446, 13462, 13322, 15274, 13641, 14097, 13371, 13910, 13262, 13535, 17128, 13868, 15680, 13617, 13524, 13515, 13770, 16921, 13672, 14938, 12842, 13721, 15841, 13937, 13636, 14064, 13625, 15199, 13422, 13792, 14682, 13453, 13470, 13277, 13893, 12552, 13485, 12878, 13871, 13294, 12812, 13855, 14120, 13670, 13149, 13109, 13417, 14544, 13465, 15237, 13265, 13371, 11781, 13688, 13274, 13235, 13787, 13434, 13820, 12254, 13803, 14054, 13488, 13890, 13906, 13829, 14968, 13189, 13478, 15642, 13806, 13462, 12495, 13246, 13230, 13740, 13709, 13469, 13755, 13575, 13518, 13708, 13357, 13801, 13783, 12813, 13672, 12414, 13572, 13484, 12762, 13783, 14995, 13357, 13521, 12654, 13296, 14985, 13322, 13897, 13070, 13669, 14369, 12651, 13655, 14968, 13353, 13519, 12967, 13298, 13203, 13298, 13605, 12244, 13591, 14755, 13185, 13339, 13128, 13740, 15452, 13214, 13221, 14017, 13635, 13731, 12420, 13714, 15622, 13250, 13074, 12550, 13153, 13253, 13074, 13442, 12333, 13389, 15367, 13013, 13255, 16064, 13480, 13656, 12542, 13028, 13999, 12377, 13021, 14943, 12960, 13530, 10462, 12860, 11791, 11860, 13116, 12830, 13206, 12343, 12591, 11972, 13070, 13149, 15395, 13144, 13171, 14686, 12746, 13393, 14032, 12319, 13554, 15222, 13155, 12697, 11944, 13450, 12825, 12307, 13680, 12911, 13209, 12954, 11454, 13549, 12852, 12598, 13786, 12874, 13167, 13172, 13918, 13470, 13164, 12635, 13444, 14091, 12879, 13297, 14260, 13533, 14335, 12810, 13201, 14085, 13301, 12974, 12793, 13574, 14294, 13085, 13266, 11493, 13321, 13556, 12650, 13478, 14388, 13205, 13042, 12651, 13577, 15007, 12853, 13238, 13204, 13279, 13252, 11719, 13482, 13404, 13073, 12798, 12463, 12995, 12793, 12625, 13290, 12318, 13015, 13264, 12337, 13159, 15887, 12812, 13088, 12492, 13371, 12826, 12929, 13052, 14750, 12695, 13269, 14652, 12876, 12931, 14442, 13307, 14811, 12523, 13029, 14275, 13018, 12851, 15013, 13023, 12795, 12554, 13017, 13881, 11868, 12966, 14627, 13083, 13198, 12425, 12943, 13837, 12779, 12851, 12367, 13367, 13373, 12332, 12585, 11899, 12889, 12527, 12380, 13280, 14646, 12890, 12655, 11791, 13172, 15165, 12803, 13104, 12300, 13016, 12752, 12510, 12864, 14374, 12883, 12752, 12770, 13086, 13734, 12564, 12844, 12194, 13096, 12928, 12789, 12749, 12186, 13131, 14555, 12908, 12954, 12041, 12753, 14877, 12920, 14271, 12439, 13122, 13199, 13298, 13871, 12533, 13367, 12464, 13402, 12460, 12863, 13201, 13821, 13340, 13400, 12932, 12819, 12716, 13303, 13334, 12870, 13150, 12307, 13056, 14159, 12861, 12682, 11876, 13210, 14428, 12950, 12704, 12176, 13255, 13324, 11960, 13460, 13814, 12895, 12521, 11773, 13439, 12457, 12802, 13441, 12398, 13614, 11264, 13231, 13477, 12388, 13355, 12583, 12976, 12380, 12067, 13391, 11248, 13151, 12646, 12584, 13610, 10783, 14165, 15236, 12207, 11687, 10045, 11527, 9835, 10683, 10856, 9724, 12818, 15415, 14964, 12571, 15965, 13271, 12850, 11127, 12755, 16046, 13269, 12268, 16980, 12345, 14102, 11456, 12507, 13330, 12453, 11836, 13604, 12419, 14123, 12608, 11472, 11568, 12352, 13128, 12694, 11713, 12160, 12995, 13917, 12674, 11450, 12842, 12347, 10454, 13310, 12720, 12989, 12273, 11912, 13040, 13130, 12849, 12206, 10677, 13054, 11200, 13270, 11305, 12882, 11540, 13336, 15304, 12769, 14198, 11649, 12844, 14768, 12405, 12600], 'WindowCenter': [4955.0, 4939.0, 4943.0, 4902.0, 4895.0, 4887.0, 4893.0, 4872.0, 4882.0, 4890.0, 4870.0, 4871.0, 4889.0, 4870.0, 4882.0, 4850.0, 4869.0, 4866.0, 4843.0, 4854.0, 4864.0, 4856.0, 4857.0, 4858.0, 4856.0, 4848.0, 4846.0, 4855.0, 4845.0, 4846.0, 4858.0, 4854.0, 4855.0, 4856.0, 4847.0, 4855.0, 4843.0, 4847.0, 4854.0, 4846.0, 4856.0, 4869.0, 4857.0, 4860.0, 4858.0, 4856.0, 4857.0, 4866.0, 4855.0, 4865.0, 4858.0, 4848.0, 4869.0, 4856.0, 4847.0, 4867.0, 4867.0, 4855.0, 4858.0, 4872.0, 4856.0, 4859.0, 4877.0, 4869.0, 4856.0, 4845.0, 4867.0, 4857.0, 4857.0, 4870.0, 4875.0, 4867.0, 4869.0, 4877.0, 4869.0, 4868.0, 4858.0, 4869.0, 4857.0, 4848.0, 4869.0, 4869.0, 4870.0, 4873.0, 4850.0, 4870.0, 4870.0, 4860.0, 4877.0, 4877.0, 4859.0, 4868.0, 4889.0, 4870.0, 4879.0, 4868.0, 4882.0, 4891.0, 4859.0, 4866.0, 4888.0, 4870.0, 4872.0, 4879.0, 4870.0, 4879.0, 4856.0, 4868.0, 4868.0, 4857.0, 4867.0, 4876.0, 4873.0, 4866.0, 4847.0, 4867.0, 4857.0, 4857.0, 4869.0, 4894.0, 4882.0, 4870.0, 4858.0, 4871.0, 4869.0, 4868.0, 4881.0, 4881.0, 4870.0, 4879.0, 4884.0, 4883.0, 4881.0, 4893.0, 4890.0, 4871.0, 4879.0, 4890.0, 4871.0, 4879.0, 4861.0, 4867.0, 4891.0, 4857.0, 4858.0, 4874.0, 4856.0, 4866.0, 4845.0, 4882.0, 4871.0, 4880.0, 4892.0, 4893.0, 4895.0, 4896.0, 4902.0, 4872.0, 4880.0, 4848.0, 4870.0, 4869.0, 4843.0, 4857.0, 4855.0, 4843.0, 4854.0, 4854.0, 4855.0, 4856.0, 4844.0, 4854.0, 4842.0, 4847.0, 4856.0, 4862.0, 4857.0, 4853.0, 4856.0, 4869.0, 4857.0, 4880.0, 4868.0, 4857.0, 4867.0, 4866.0, 4865.0, 4870.0, 4847.0, 4868.0, 4861.0, 4872.0, 4867.0, 4868.0, 4870.0, 4878.0, 4867.0, 4868.0, 4847.0, 4871.0, 4869.0, 4855.0, 4857.0, 4852.0, 4856.0, 4844.0, 4833.0, 4857.0, 4845.0, 4861.0, 4858.0, 4824.0, 4865.0, 4858.0, 4855.0, 4867.0, 4855.0, 4859.0, 4857.0, 4847.0, 4867.0, 4847.0, 4857.0, 4871.0, 4867.0, 4872.0, 4857.0, 4858.0, 4867.0, 4849.0, 4871.0, 4859.0, 4858.0, 4867.0, 4849.0, 4869.0, 4868.0, 4859.0, 4884.0, 4873.0, 4872.0, 4883.0, 4852.0, 4882.0, 4882.0, 4861.0, 4880.0, 4888.0, 4862.0, 4873.0, 4880.0, 4869.0, 4869.0, 4872.0, 4870.0, 4877.0, 4859.0, 4867.0, 4877.0, 4857.0, 4868.0, 4867.0, 4859.0, 4870.0, 4857.0, 4869.0, 4877.0, 4869.0, 4872.0, 4868.0, 4869.0, 4858.0, 4857.0, 4872.0, 4878.0, 4873.0, 4871.0, 4850.0, 4870.0, 4868.0, 4857.0, 4868.0, 4877.0, 4871.0, 4871.0, 4848.0, 4873.0, 4858.0, 4871.0, 4870.0, 4883.0, 4873.0, 4881.0, 4858.0, 4871.0, 4879.0, 4868.0, 4871.0, 4867.0, 4872.0, 4878.0, 4859.0, 4869.0, 4869.0, 4871.0, 4870.0, 4878.0, 4858.0, 4858.0, 4844.0, 4865.0, 4856.0, 4860.0, 4869.0, 4880.0, 4869.0, 4859.0, 4844.0, 4868.0, 4866.0, 4857.0, 4870.0, 4849.0, 4869.0, 4859.0, 4846.0, 4872.0, 4867.0, 4856.0, 4868.0, 4858.0, 4869.0, 4858.0, 4867.0, 4873.0, 4880.0, 4869.0, 4869.0, 4859.0, 4879.0, 4867.0, 4874.0, 4871.0, 4858.0, 4883.0, 4872.0, 4871.0, 4871.0, 4879.0, 4879.0, 4872.0, 4862.0, 4873.0, 4876.0, 4860.0, 4869.0, 4876.0, 4869.0, 4868.0, 4869.0, 4882.0, 4880.0, 4882.0, 4882.0, 4864.0, 4881.0, 4871.0, 4882.0, 4885.0, 4872.0, 4883.0, 4891.0, 4871.0, 4884.0, 4872.0, 4872.0, 4881.0, 4860.0, 4872.0, 4878.0, 4862.0, 4870.0, 4858.0, 4872.0, 4869.0, 4870.0, 4872.0, 4882.0, 4871.0, 4870.0, 4859.0, 4870.0, 4880.0, 4861.0, 4868.0, 4879.0, 4856.0, 4860.0, 4878.0, 4858.0, 4859.0, 4850.0, 4869.0, 4854.0, 4857.0, 4870.0, 4859.0, 4866.0, 4861.0, 4859.0, 4869.0, 4867.0, 4868.0, 4869.0, 4848.0, 4867.0, 4858.0, 4856.0, 4871.0, 4880.0, 4869.0, 4871.0, 4858.0, 4871.0, 4868.0, 4874.0, 4870.0, 4860.0, 4868.0, 4869.0, 4848.0, 4873.0, 4869.0, 4862.0, 4869.0, 4866.0, 4869.0, 4868.0, 4848.0, 4869.0, 4859.0, 4859.0, 4873.0, 4867.0, 4872.0, 4869.0, 4860.0, 4882.0, 4858.0, 4859.0, 4872.0, 4859.0, 4871.0, 4866.0, 4861.0, 4871.0, 4881.0, 4873.0, 4871.0, 4850.0, 4869.0, 4878.0, 4858.0, 4871.0, 4868.0, 4869.0, 4873.0, 4859.0, 4869.0, 4881.0, 4858.0, 4872.0, 4869.0, 4869.0, 4870.0, 4859.0, 4870.0, 4870.0, 4868.0, 4873.0, 4848.0, 4881.0, 4873.0, 4859.0, 4871.0, 4851.0, 4869.0, 4868.0, 4856.0, 4882.0, 4883.0, 4871.0, 4869.0, 4858.0, 4874.0, 4880.0, 4867.0, 4874.0, 4861.0, 4872.0, 4877.0, 4861.0, 4871.0, 4879.0, 4870.0, 4866.0, 4861.0, 4872.0, 4868.0, 4859.0, 4868.0, 4860.0, 4869.0, 4877.0, 4870.0, 4870.0, 4857.0, 4871.0, 4872.0, 4872.0, 4871.0, 4860.0, 4870.0, 4871.0, 4859.0, 4879.0, 4881.0, 4870.0, 4869.0, 4859.0, 4880.0, 4870.0, 4869.0, 4873.0, 4872.0, 4869.0, 4863.0, 4860.0, 4880.0, 4872.0, 4881.0, 4863.0, 4883.0, 4883.0, 4883.0, 4883.0, 4892.0, 4883.0, 4896.0, 4871.0, 4884.0, 4884.0, 4874.0, 4882.0, 4860.0, 4871.0, 4858.0, 4871.0, 4869.0, 4874.0, 4873.0, 4859.0, 4867.0, 4882.0, 4871.0, 4868.0, 4849.0, 4871.0, 4881.0, 4862.0, 4861.0, 4848.0, 4867.0, 4868.0, 4858.0, 4871.0, 4839.0, 4860.0, 4862.0, 4864.0, 4872.0, 4870.0, 4871.0, 4870.0, 4851.0, 4869.0, 4871.0, 4872.0, 4870.0, 4848.0, 4869.0, 4848.0, 4871.0, 4873.0, 4884.0, 4882.0, 4884.0, 4881.0, 4884.0, 4883.0, 4894.0, 4895.0, 4860.0, 4871.0, 4881.0, 4860.0, 4859.0, 4849.0, 4869.0, 4867.0, 4857.0, 4858.0, 4858.0, 4869.0, 4848.0, 4858.0, 4856.0, 4858.0, 4858.0, 4847.0, 4868.0, 4868.0, 4859.0, 4854.0, 4858.0, 4857.0, 4849.0, 4858.0, 4868.0, 4855.0, 4846.0, 4846.0, 4857.0, 4847.0, 4869.0, 4855.0, 4861.0, 4855.0, 4870.0, 4874.0, 4859.0, 4868.0, 4880.0, 4869.0, 4870.0, 4860.0, 4871.0, 4849.0, 4869.0, 4869.0, 4859.0, 4868.0, 4847.0, 4868.0, 4867.0, 4858.0, 4871.0, 4848.0, 4859.0, 4837.0, 4871.0, 4851.0, 4872.0, 4871.0, 4864.0, 4869.0, 4867.0, 4858.0, 4861.0, 4848.0, 4857.0, 4870.0, 4851.0, 4861.0, 4848.0, 4860.0, 4847.0, 4858.0, 4857.0, 4856.0, 4858.0, 4859.0, 4837.0, 4855.0, 4856.0, 4847.0, 4857.0, 4847.0, 4857.0, 4860.0, 4836.0, 4858.0, 4858.0, 4858.0, 4868.0, 4861.0, 4869.0, 4869.0, 4847.0, 4867.0, 4871.0, 4848.0, 4871.0, 4861.0, 4869.0, 4870.0, 4859.0, 4871.0, 4877.0, 4860.0, 4873.0, 4870.0, 4859.0, 4869.0, 4877.0, 4871.0, 4868.0, 4847.0, 4867.0, 4859.0, 4859.0, 4871.0, 4872.0, 4860.0, 4871.0, 4860.0, 4871.0, 4871.0, 4870.0, 4871.0, 4859.0, 4873.0, 4872.0, 4869.0, 4873.0, 4880.0, 4883.0, 4872.0, 4861.0, 4883.0, 4879.0, 4870.0, 4875.0, 4870.0, 4874.0, 4870.0, 4863.0, 4869.0, 4870.0, 4862.0, 4872.0, 4861.0, 4871.0, 4871.0, 4870.0, 4870.0, 4860.0, 4870.0, 4870.0, 4848.0, 4873.0, 4872.0, 4868.0, 4874.0, 4869.0, 4872.0, 4871.0, 4871.0, 4873.0, 4882.0, 4871.0, 4875.0, 4860.0, 4872.0, 4870.0, 4864.0, 4871.0, 4869.0, 4871.0, 4872.0, 4862.0, 4873.0, 4871.0, 4872.0, 4873.0, 4861.0, 4898.0, 4888.0, 4874.0, 4883.0, 4873.0, 4894.0, 4883.0, 4898.0, 4907.0, 4894.0, 4896.0, 4883.0, 4884.0, 4884.0, 4873.0, 4883.0, 4881.0, 4872.0, 4871.0, 4872.0, 4873.0, 4871.0, 4861.0, 4873.0, 4863.0, 4872.0, 4863.0, 4873.0, 4892.0, 4862.0, 4874.0, 4861.0, 4860.0, 4858.0, 4862.0, 4872.0, 4860.0, 4861.0, 4838.0, 4846.0, 4857.0, 4845.0, 4848.0, 4847.0, 4836.0, 4845.0, 4834.0, 4836.0, 4831.0, 4833.0, 4836.0, 4838.0, 4844.0, 4827.0, 4846.0, 4834.0, 4845.0, 4847.0, 4834.0, 4848.0, 4848.0, 4848.0, 4845.0, 4847.0, 4848.0, 4857.0, 4847.0, 4856.0, 4848.0, 4847.0, 4826.0, 4847.0, 4849.0, 4849.0, 4859.0, 4847.0, 4860.0, 4837.0, 4859.0, 4860.0, 4860.0, 4862.0, 4848.0, 4849.0, 4858.0, 4836.0, 4848.0, 4855.0, 4850.0, 4849.0, 4825.0, 4847.0, 4838.0, 4858.0, 4848.0, 4835.0, 4847.0, 4845.0, 4835.0, 4856.0, 4849.0, 4861.0, 4859.0, 4849.0, 4861.0, 4846.0, 4859.0, 4860.0, 4859.0, 4862.0, 4859.0, 4860.0, 4862.0, 4847.0, 4849.0, 4872.0, 4860.0, 4863.0, 4847.0, 4859.0, 4857.0, 4849.0, 4864.0, 4861.0, 4849.0, 4859.0, 4847.0, 4862.0, 4848.0, 4862.0, 4871.0, 4851.0, 4862.0, 4869.0, 4863.0, 4862.0, 4860.0, 4875.0, 4870.0, 4850.0, 4864.0, 4846.0, 4859.0, 4859.0, 4847.0, 4856.0, 4856.0, 4852.0, 4848.0, 4838.0, 4863.0, 4850.0, 4862.0, 4863.0, 4850.0, 4865.0, 4873.0, 4853.0, 4861.0, 4868.0, 4851.0, 4860.0, 4838.0, 4852.0, 4849.0, 4836.0, 4848.0, 4871.0, 4862.0, 4864.0, 4843.0, 4890.0, 4849.0, 4837.0, 4870.0, 4846.0, 4846.0, 4863.0, 4859.0, 4864.0, 4873.0, 4888.0, 4897.0, 4865.0, 4862.0, 4860.0, 4834.0, 4834.0, 4848.0, 4825.0, 4835.0, 4841.0, 4838.0, 4833.0, 4813.0, 4838.0, 4836.0, 4825.0, 4847.0, 4825.0, 4835.0, 4836.0, 4824.0, 4845.0, 4837.0, 4835.0, 4846.0, 4833.0, 4837.0, 4849.0, 4845.0, 4846.0, 4838.0, 4826.0, 4849.0, 4832.0, 4836.0, 4846.0, 4850.0, 4845.0, 4851.0, 4834.0, 4846.0, 4846.0, 4845.0, 4846.0, 4837.0, 4847.0, 4843.0, 4848.0, 4847.0, 4835.0, 4858.0, 4849.0, 4838.0, 4852.0, 4846.0, 4846.0, 4850.0, 4853.0, 4860.0, 4856.0, 4838.0, 4846.0, 4836.0, 4851.0, 4863.0, 4837.0, 4857.0, 4850.0, 4857.0, 4849.0, 4851.0, 4863.0, 4861.0, 4853.0, 4861.0, 4850.0, 4861.0, 4860.0, 4850.0, 4862.0, 4872.0, 4849.0, 4850.0, 4839.0, 4846.0, 4848.0, 4848.0, 4849.0, 4855.0, 4837.0, 4846.0, 4854.0, 4835.0, 4850.0, 4856.0, 4845.0, 4855.0, 4838.0, 4848.0, 4843.0, 4834.0, 4848.0, 4859.0, 4846.0, 4836.0, 4835.0, 4845.0, 4843.0, 4826.0, 4850.0, 4857.0, 4846.0, 4844.0, 4839.0, 4847.0, 4845.0, 4832.0, 4846.0, 4835.0, 4851.0, 4845.0, 4836.0, 4849.0, 4835.0, 4848.0, 4847.0, 4847.0, 4856.0, 4856.0, 4847.0, 4851.0, 4825.0, 4846.0, 4856.0, 4835.0, 4845.0, 4825.0, 4847.0, 4835.0, 4836.0, 4848.0, 4856.0, 4846.0, 4837.0, 4847.0, 4846.0, 4843.0, 4835.0, 4847.0, 4837.0, 4847.0, 4850.0, 4848.0, 4851.0, 4849.0, 4860.0, 4861.0, 4847.0, 4851.0, 4853.0, 4859.0, 4871.0, 4861.0, 4858.0, 4848.0, 4861.0, 4848.0, 4853.0, 4859.0, 4850.0, 4859.0, 4849.0, 4856.0, 4835.0, 4848.0, 4861.0, 4861.0, 4858.0, 4847.0, 4848.0, 4849.0, 4848.0, 4858.0, 4859.0, 4850.0, 4849.0, 4839.0, 4860.0, 4859.0, 4846.0, 4850.0, 4838.0, 4846.0, 4844.0, 4837.0, 4848.0, 4828.0, 4835.0, 4846.0, 4826.0, 4846.0, 4845.0, 4836.0, 4839.0, 4826.0, 4849.0, 4848.0, 4843.0, 4845.0, 4837.0, 4858.0, 4829.0, 4858.0, 4863.0, 4846.0, 4860.0, 4864.0, 4861.0, 4846.0, 4848.0, 4853.0, 4779.0, 4823.0, 4823.0, 4812.0, 4837.0, 4813.0, 4870.0, 4903.0, 4863.0, 4861.0, 4842.0, 4847.0, 4826.0, 4825.0, 4839.0, 4830.0, 4861.0, 4879.0, 4858.0, 4850.0, 4884.0, 4848.0, 4848.0, 4838.0, 4846.0, 4857.0, 4824.0, 4824.0, 4842.0, 4808.0, 4820.0, 4799.0, 4807.0, 4806.0, 4797.0, 4809.0, 4811.0, 4807.0, 4802.0, 4798.0, 4797.0, 4786.0, 4808.0, 4804.0, 4805.0, 4807.0, 4811.0, 4820.0, 4818.0, 4821.0, 4808.0, 4821.0, 4820.0, 4797.0, 4831.0, 4817.0, 4830.0, 4823.0, 4821.0, 4836.0, 4835.0, 4822.0, 4846.0, 4817.0, 4835.0, 4815.0, 4841.0, 4835.0, 4849.0, 4839.0, 4868.0, 4872.0, 4848.0, 4857.0, 4835.0, 4847.0, 4854.0, 4835.0, 4835.0], 'WindowWidth': [10774.0, 10739.0, 10734.0, 10667.0, 10651.0, 10634.0, 10637.0, 10606.0, 10622.0, 10631.0, 10597.0, 10601.0, 10625.0, 10598.0, 10616.0, 10567.0, 10593.0, 10587.0, 10551.0, 10568.0, 10579.0, 10570.0, 10573.0, 10574.0, 10570.0, 10562.0, 10556.0, 10569.0, 10553.0, 10554.0, 10573.0, 10566.0, 10570.0, 10570.0, 10557.0, 10569.0, 10551.0, 10557.0, 10567.0, 10558.0, 10570.0, 10593.0, 10574.0, 10580.0, 10577.0, 10571.0, 10574.0, 10588.0, 10569.0, 10584.0, 10577.0, 10564.0, 10594.0, 10574.0, 10560.0, 10589.0, 10587.0, 10569.0, 10576.0, 10591.0, 10572.0, 10578.0, 10602.0, 10593.0, 10574.0, 10556.0, 10589.0, 10574.0, 10572.0, 10594.0, 10598.0, 10591.0, 10595.0, 10603.0, 10594.0, 10593.0, 10576.0, 10595.0, 10576.0, 10561.0, 10594.0, 10594.0, 10596.0, 10604.0, 10569.0, 10598.0, 10597.0, 10582.0, 10605.0, 10604.0, 10579.0, 10595.0, 10623.0, 10598.0, 10611.0, 10594.0, 10617.0, 10626.0, 10579.0, 10590.0, 10621.0, 10597.0, 10601.0, 10608.0, 10597.0, 10610.0, 10573.0, 10592.0, 10594.0, 10573.0, 10590.0, 10601.0, 10600.0, 10587.0, 10560.0, 10590.0, 10576.0, 10576.0, 10596.0, 10637.0, 10619.0, 10600.0, 10579.0, 10602.0, 10596.0, 10593.0, 10614.0, 10613.0, 10599.0, 10609.0, 10621.0, 10621.0, 10618.0, 10638.0, 10631.0, 10601.0, 10612.0, 10627.0, 10599.0, 10610.0, 10586.0, 10592.0, 10627.0, 10574.0, 10577.0, 10596.0, 10571.0, 10589.0, 10555.0, 10614.0, 10603.0, 10616.0, 10636.0, 10636.0, 10644.0, 10647.0, 10651.0, 10605.0, 10613.0, 10564.0, 10595.0, 10594.0, 10550.0, 10570.0, 10570.0, 10549.0, 10566.0, 10563.0, 10566.0, 10569.0, 10548.0, 10563.0, 10548.0, 10556.0, 10570.0, 10576.0, 10572.0, 10563.0, 10571.0, 10591.0, 10576.0, 10610.0, 10592.0, 10573.0, 10588.0, 10585.0, 10584.0, 10597.0, 10561.0, 10589.0, 10582.0, 10600.0, 10590.0, 10589.0, 10595.0, 10604.0, 10587.0, 10592.0, 10561.0, 10596.0, 10591.0, 10569.0, 10574.0, 10561.0, 10569.0, 10551.0, 10532.0, 10571.0, 10556.0, 10580.0, 10575.0, 10525.0, 10584.0, 10575.0, 10568.0, 10586.0, 10571.0, 10580.0, 10573.0, 10560.0, 10590.0, 10560.0, 10573.0, 10599.0, 10589.0, 10597.0, 10574.0, 10577.0, 10590.0, 10566.0, 10601.0, 10581.0, 10579.0, 10591.0, 10566.0, 10596.0, 10595.0, 10580.0, 10622.0, 10608.0, 10602.0, 10618.0, 10575.0, 10617.0, 10618.0, 10587.0, 10613.0, 10624.0, 10585.0, 10604.0, 10609.0, 10593.0, 10597.0, 10601.0, 10596.0, 10603.0, 10578.0, 10590.0, 10601.0, 10576.0, 10592.0, 10589.0, 10580.0, 10596.0, 10576.0, 10594.0, 10601.0, 10593.0, 10600.0, 10592.0, 10594.0, 10578.0, 10576.0, 10600.0, 10605.0, 10602.0, 10598.0, 10568.0, 10597.0, 10592.0, 10575.0, 10592.0, 10605.0, 10599.0, 10598.0, 10563.0, 10601.0, 10578.0, 10597.0, 10597.0, 10618.0, 10603.0, 10614.0, 10578.0, 10598.0, 10607.0, 10591.0, 10599.0, 10589.0, 10597.0, 10605.0, 10576.0, 10592.0, 10592.0, 10597.0, 10596.0, 10602.0, 10577.0, 10576.0, 10553.0, 10584.0, 10572.0, 10584.0, 10594.0, 10607.0, 10592.0, 10579.0, 10552.0, 10589.0, 10585.0, 10576.0, 10594.0, 10563.0, 10591.0, 10579.0, 10558.0, 10599.0, 10590.0, 10575.0, 10591.0, 10576.0, 10593.0, 10577.0, 10590.0, 10603.0, 10610.0, 10593.0, 10593.0, 10579.0, 10609.0, 10590.0, 10607.0, 10600.0, 10577.0, 10617.0, 10600.0, 10595.0, 10598.0, 10607.0, 10611.0, 10602.0, 10584.0, 10602.0, 10600.0, 10580.0, 10594.0, 10602.0, 10595.0, 10593.0, 10594.0, 10615.0, 10610.0, 10616.0, 10618.0, 10591.0, 10614.0, 10599.0, 10618.0, 10624.0, 10605.0, 10622.0, 10630.0, 10600.0, 10621.0, 10601.0, 10601.0, 10615.0, 10584.0, 10602.0, 10606.0, 10584.0, 10595.0, 10576.0, 10600.0, 10596.0, 10598.0, 10601.0, 10613.0, 10599.0, 10599.0, 10579.0, 10595.0, 10611.0, 10581.0, 10591.0, 10604.0, 10570.0, 10580.0, 10604.0, 10578.0, 10578.0, 10564.0, 10591.0, 10566.0, 10570.0, 10594.0, 10581.0, 10587.0, 10583.0, 10578.0, 10593.0, 10588.0, 10591.0, 10593.0, 10562.0, 10590.0, 10577.0, 10571.0, 10596.0, 10610.0, 10595.0, 10601.0, 10577.0, 10600.0, 10592.0, 10606.0, 10596.0, 10581.0, 10592.0, 10595.0, 10561.0, 10599.0, 10594.0, 10586.0, 10592.0, 10587.0, 10590.0, 10590.0, 10561.0, 10594.0, 10580.0, 10576.0, 10601.0, 10587.0, 10598.0, 10593.0, 10582.0, 10614.0, 10579.0, 10578.0, 10598.0, 10577.0, 10595.0, 10588.0, 10583.0, 10597.0, 10611.0, 10601.0, 10598.0, 10567.0, 10595.0, 10609.0, 10577.0, 10597.0, 10591.0, 10593.0, 10601.0, 10579.0, 10594.0, 10610.0, 10576.0, 10599.0, 10593.0, 10591.0, 10595.0, 10582.0, 10595.0, 10595.0, 10591.0, 10602.0, 10561.0, 10613.0, 10604.0, 10581.0, 10597.0, 10570.0, 10595.0, 10592.0, 10573.0, 10615.0, 10615.0, 10597.0, 10595.0, 10576.0, 10603.0, 10609.0, 10591.0, 10604.0, 10583.0, 10599.0, 10604.0, 10580.0, 10597.0, 10609.0, 10595.0, 10589.0, 10581.0, 10598.0, 10589.0, 10578.0, 10594.0, 10582.0, 10593.0, 10603.0, 10596.0, 10595.0, 10573.0, 10599.0, 10602.0, 10601.0, 10599.0, 10581.0, 10596.0, 10599.0, 10579.0, 10609.0, 10611.0, 10595.0, 10595.0, 10578.0, 10610.0, 10595.0, 10596.0, 10601.0, 10599.0, 10594.0, 10587.0, 10579.0, 10610.0, 10602.0, 10614.0, 10590.0, 10619.0, 10618.0, 10618.0, 10620.0, 10632.0, 10619.0, 10643.0, 10601.0, 10621.0, 10619.0, 10607.0, 10621.0, 10582.0, 10595.0, 10576.0, 10596.0, 10595.0, 10605.0, 10603.0, 10578.0, 10589.0, 10612.0, 10597.0, 10594.0, 10563.0, 10597.0, 10609.0, 10583.0, 10583.0, 10561.0, 10588.0, 10587.0, 10574.0, 10596.0, 10549.0, 10580.0, 10581.0, 10585.0, 10598.0, 10593.0, 10596.0, 10594.0, 10565.0, 10592.0, 10597.0, 10599.0, 10596.0, 10562.0, 10591.0, 10561.0, 10597.0, 10601.0, 10620.0, 10617.0, 10622.0, 10616.0, 10622.0, 10619.0, 10637.0, 10640.0, 10580.0, 10596.0, 10613.0, 10579.0, 10577.0, 10561.0, 10589.0, 10584.0, 10571.0, 10574.0, 10572.0, 10586.0, 10558.0, 10571.0, 10568.0, 10574.0, 10575.0, 10557.0, 10588.0, 10586.0, 10574.0, 10565.0, 10574.0, 10572.0, 10561.0, 10574.0, 10585.0, 10565.0, 10553.0, 10554.0, 10571.0, 10558.0, 10589.0, 10567.0, 10579.0, 10569.0, 10595.0, 10604.0, 10577.0, 10591.0, 10609.0, 10591.0, 10595.0, 10580.0, 10597.0, 10563.0, 10588.0, 10595.0, 10578.0, 10588.0, 10558.0, 10587.0, 10584.0, 10572.0, 10596.0, 10562.0, 10575.0, 10544.0, 10595.0, 10567.0, 10598.0, 10599.0, 10590.0, 10592.0, 10587.0, 10576.0, 10580.0, 10558.0, 10573.0, 10593.0, 10563.0, 10579.0, 10555.0, 10576.0, 10557.0, 10572.0, 10573.0, 10567.0, 10570.0, 10573.0, 10540.0, 10565.0, 10568.0, 10557.0, 10570.0, 10556.0, 10570.0, 10576.0, 10538.0, 10573.0, 10575.0, 10575.0, 10589.0, 10579.0, 10590.0, 10593.0, 10558.0, 10586.0, 10597.0, 10560.0, 10595.0, 10581.0, 10591.0, 10595.0, 10576.0, 10596.0, 10611.0, 10579.0, 10600.0, 10592.0, 10576.0, 10592.0, 10602.0, 10597.0, 10591.0, 10557.0, 10587.0, 10576.0, 10575.0, 10595.0, 10599.0, 10579.0, 10595.0, 10578.0, 10597.0, 10595.0, 10596.0, 10598.0, 10579.0, 10603.0, 10599.0, 10593.0, 10602.0, 10610.0, 10618.0, 10601.0, 10585.0, 10615.0, 10608.0, 10597.0, 10606.0, 10594.0, 10602.0, 10597.0, 10584.0, 10593.0, 10597.0, 10585.0, 10600.0, 10580.0, 10596.0, 10596.0, 10594.0, 10596.0, 10579.0, 10595.0, 10596.0, 10562.0, 10601.0, 10602.0, 10591.0, 10604.0, 10594.0, 10599.0, 10600.0, 10598.0, 10602.0, 10613.0, 10598.0, 10606.0, 10580.0, 10600.0, 10597.0, 10586.0, 10596.0, 10592.0, 10594.0, 10600.0, 10586.0, 10601.0, 10597.0, 10600.0, 10603.0, 10583.0, 10647.0, 10635.0, 10606.0, 10618.0, 10605.0, 10635.0, 10620.0, 10649.0, 10659.0, 10635.0, 10640.0, 10619.0, 10621.0, 10624.0, 10604.0, 10616.0, 10612.0, 10599.0, 10598.0, 10600.0, 10605.0, 10597.0, 10582.0, 10600.0, 10586.0, 10601.0, 10588.0, 10602.0, 10630.0, 10584.0, 10602.0, 10581.0, 10581.0, 10574.0, 10585.0, 10598.0, 10578.0, 10579.0, 10543.0, 10554.0, 10569.0, 10550.0, 10558.0, 10552.0, 10538.0, 10548.0, 10531.0, 10536.0, 10522.0, 10527.0, 10538.0, 10541.0, 10545.0, 10524.0, 10551.0, 10531.0, 10550.0, 10555.0, 10534.0, 10557.0, 10556.0, 10557.0, 10551.0, 10553.0, 10559.0, 10571.0, 10557.0, 10566.0, 10557.0, 10557.0, 10524.0, 10555.0, 10561.0, 10563.0, 10574.0, 10557.0, 10580.0, 10543.0, 10576.0, 10579.0, 10580.0, 10582.0, 10559.0, 10561.0, 10572.0, 10537.0, 10558.0, 10566.0, 10560.0, 10558.0, 10522.0, 10555.0, 10542.0, 10574.0, 10560.0, 10537.0, 10555.0, 10551.0, 10533.0, 10568.0, 10561.0, 10579.0, 10574.0, 10562.0, 10581.0, 10555.0, 10575.0, 10581.0, 10579.0, 10585.0, 10576.0, 10580.0, 10583.0, 10555.0, 10562.0, 10600.0, 10579.0, 10585.0, 10556.0, 10574.0, 10573.0, 10560.0, 10588.0, 10579.0, 10562.0, 10577.0, 10557.0, 10583.0, 10561.0, 10586.0, 10597.0, 10567.0, 10585.0, 10591.0, 10584.0, 10584.0, 10581.0, 10605.0, 10594.0, 10564.0, 10587.0, 10555.0, 10574.0, 10576.0, 10558.0, 10572.0, 10569.0, 10569.0, 10560.0, 10544.0, 10583.0, 10565.0, 10585.0, 10585.0, 10565.0, 10590.0, 10599.0, 10570.0, 10581.0, 10588.0, 10565.0, 10577.0, 10544.0, 10566.0, 10561.0, 10536.0, 10558.0, 10598.0, 10587.0, 10588.0, 10562.0, 10639.0, 10564.0, 10545.0, 10599.0, 10555.0, 10556.0, 10588.0, 10580.0, 10593.0, 10604.0, 10632.0, 10647.0, 10594.0, 10587.0, 10579.0, 10532.0, 10532.0, 10558.0, 10522.0, 10535.0, 10538.0, 10539.0, 10531.0, 10501.0, 10538.0, 10538.0, 10521.0, 10552.0, 10519.0, 10534.0, 10538.0, 10517.0, 10548.0, 10542.0, 10534.0, 10551.0, 10530.0, 10538.0, 10557.0, 10547.0, 10554.0, 10542.0, 10521.0, 10556.0, 10530.0, 10535.0, 10553.0, 10561.0, 10551.0, 10563.0, 10534.0, 10554.0, 10551.0, 10550.0, 10555.0, 10542.0, 10556.0, 10547.0, 10556.0, 10557.0, 10537.0, 10575.0, 10563.0, 10543.0, 10567.0, 10553.0, 10553.0, 10563.0, 10571.0, 10579.0, 10569.0, 10542.0, 10555.0, 10539.0, 10563.0, 10584.0, 10547.0, 10571.0, 10563.0, 10574.0, 10563.0, 10565.0, 10587.0, 10584.0, 10574.0, 10583.0, 10565.0, 10582.0, 10582.0, 10564.0, 10584.0, 10598.0, 10559.0, 10562.0, 10547.0, 10556.0, 10560.0, 10559.0, 10561.0, 10567.0, 10542.0, 10554.0, 10562.0, 10538.0, 10565.0, 10567.0, 10550.0, 10564.0, 10542.0, 10557.0, 10544.0, 10534.0, 10558.0, 10573.0, 10553.0, 10539.0, 10537.0, 10553.0, 10546.0, 10524.0, 10562.0, 10571.0, 10554.0, 10550.0, 10545.0, 10557.0, 10550.0, 10530.0, 10553.0, 10539.0, 10565.0, 10552.0, 10541.0, 10561.0, 10536.0, 10558.0, 10557.0, 10557.0, 10570.0, 10567.0, 10557.0, 10565.0, 10522.0, 10553.0, 10569.0, 10538.0, 10552.0, 10522.0, 10554.0, 10536.0, 10537.0, 10561.0, 10571.0, 10553.0, 10540.0, 10555.0, 10555.0, 10547.0, 10539.0, 10560.0, 10545.0, 10558.0, 10561.0, 10561.0, 10567.0, 10566.0, 10584.0, 10581.0, 10559.0, 10568.0, 10570.0, 10580.0, 10597.0, 10583.0, 10576.0, 10561.0, 10582.0, 10558.0, 10569.0, 10579.0, 10566.0, 10577.0, 10562.0, 10570.0, 10540.0, 10558.0, 10580.0, 10582.0, 10574.0, 10557.0, 10559.0, 10562.0, 10556.0, 10575.0, 10579.0, 10563.0, 10560.0, 10547.0, 10578.0, 10573.0, 10555.0, 10566.0, 10547.0, 10553.0, 10548.0, 10541.0, 10558.0, 10526.0, 10536.0, 10554.0, 10526.0, 10552.0, 10549.0, 10539.0, 10545.0, 10523.0, 10558.0, 10559.0, 10549.0, 10551.0, 10541.0, 10572.0, 10534.0, 10575.0, 10589.0, 10559.0, 10581.0, 10590.0, 10581.0, 10555.0, 10564.0, 10567.0, 10434.0, 10510.0, 10511.0, 10493.0, 10535.0, 10501.0, 10597.0, 10653.0, 10590.0, 10586.0, 10563.0, 10564.0, 10530.0, 10525.0, 10550.0, 10539.0, 10583.0, 10609.0, 10573.0, 10567.0, 10619.0, 10561.0, 10560.0, 10545.0, 10555.0, 10573.0, 10519.0, 10517.0, 10539.0, 10488.0, 10506.0, 10472.0, 10484.0, 10482.0, 10469.0, 10489.0, 10490.0, 10480.0, 10470.0, 10470.0, 10468.0, 10451.0, 10485.0, 10474.0, 10478.0, 10486.0, 10492.0, 10504.0, 10499.0, 10507.0, 10487.0, 10509.0, 10507.0, 10473.0, 10524.0, 10501.0, 10523.0, 10515.0, 10510.0, 10536.0, 10532.0, 10512.0, 10557.0, 10513.0, 10533.0, 10507.0, 10543.0, 10538.0, 10563.0, 10549.0, 10592.0, 10599.0, 10562.0, 10573.0, 10539.0, 10557.0, 10564.0, 10537.0, 10539.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.0013558590657165477</td></tr>
<tr><td colspan=3>aqi</td><td>0.01961708875692795</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.3796352199366</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2654491084627573</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0132692919255157</td></tr>
<tr><td colspan=3>efc</td><td>0.4806</td></tr>
<tr><td colspan=3>fber</td><td>6943.0757</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08110347171004798</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.1670625494853524</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3991592223964635</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4091487607432356</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.54365857571809</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2446703307280655</td></tr>
<tr><td colspan=3>gcor</td><td>0.0150043</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012710575945675373</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02109582908451557</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1263</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.168205747272826</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>25.6245</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8337</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.4925</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296955.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>997.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.1143</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9446</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>621.6222</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4053.0169</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5276.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.1394</td></tr>
<tr><td colspan=3>tsnr</td><td>43.41225554444827</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>