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

616 lines
No EOL
138 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0065_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-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065/ses-04/func/sub-0065_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>201e6e4a2b9c70132be6a0a8d222983f</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:53:56.647500</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.9995, 0.0315168, 0.00235178, -0.0314106, 0.998845, -0.036369]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0858858</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>[4153, -7784, -7242, 707, -32, -400, 337, 60]</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>238.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e1212bf7-8107-4990-8a2e-2b3d48a7cbce||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.681586742401123, -0.08427226543426514, 0.009437305852770805, 115.9912338256836], [-0.08455733209848404, 2.6798272132873535, -0.09794790297746658, -85.36434173583984], [0.006309651304036379, 0.09757547080516815, 2.6982064247131348, -65.26898956298828], [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': ['195356.647500', '195357.107500', '195357.567500', '195358.027500', '195358.487500', '195358.947500', '195359.407500', '195359.867500', '195400.327500', '195400.787500', '195401.247500', '195401.707500', '195402.167500', '195402.627500', '195403.087500', '195403.547500', '195404.007500', '195404.467500', '195404.927500', '195405.387500', '195405.847500', '195406.307500', '195406.767500', '195407.227500', '195407.687500', '195408.147500', '195408.607500', '195409.067500', '195409.527500', '195409.987500', '195410.447500', '195410.907500', '195411.367500', '195411.827500', '195412.287500', '195412.747500', '195413.207500', '195413.667500', '195414.127500', '195414.587500', '195415.047500', '195415.507500', '195415.967500', '195416.427500', '195416.887500', '195417.347500', '195417.807500', '195418.267500', '195418.727500', '195419.187500', '195419.647500', '195420.107500', '195420.567500', '195421.027500', '195421.487500', '195421.947500', '195422.407500', '195422.867500', '195423.327500', '195423.787500', '195424.247500', '195424.707500', '195425.167500', '195425.627500', '195426.087500', '195426.547500', '195427.007500', '195427.467500', '195427.927500', '195428.387500', '195428.847500', '195429.307500', '195429.767500', '195430.227500', '195430.687500', '195431.147500', '195431.607500', '195432.067500', '195432.527500', '195432.987500', '195433.447500', '195433.907500', '195434.367500', '195434.827500', '195435.287500', '195435.747500', '195436.207500', '195436.667500', '195437.127500', '195437.587500', '195438.047500', '195438.507500', '195438.967500', '195439.427500', '195439.887500', '195440.347500', '195440.807500', '195441.267500', '195441.727500', '195442.187500', '195442.647500', '195443.107500', '195443.567500', '195444.027500', '195444.487500', '195444.947500', '195445.407500', '195445.867500', '195446.327500', '195446.787500', '195447.247500', '195447.707500', '195448.167500', '195448.627500', '195449.087500', '195449.547500', '195450.007500', '195450.467500', '195450.927500', '195451.387500', '195451.847500', '195452.307500', '195452.767500', '195453.227500', '195453.687500', '195454.147500', '195454.607500', '195455.067500', '195455.527500', '195455.987500', '195456.447500', '195456.907500', '195457.367500', '195457.827500', '195458.287500', '195458.747500', '195459.207500', '195459.667500', '195500.127500', '195500.587500', '195501.047500', '195501.507500', '195501.967500', '195502.427500', '195502.887500', '195503.347500', '195503.807500', '195504.267500', '195504.727500', '195505.187500', '195505.647500', '195506.107500', '195506.567500', '195507.027500', '195507.487500', '195507.947500', '195508.407500', '195508.867500', '195509.327500', '195509.787500', '195510.247500', '195510.707500', '195511.167500', '195511.627500', '195512.087500', '195512.547500', '195513.007500', '195513.467500', '195513.927500', '195514.387500', '195514.847500', '195515.307500', '195515.767500', '195516.227500', '195516.687500', '195517.147500', '195517.607500', '195518.067500', '195518.527500', '195518.987500', '195519.447500', '195519.907500', '195520.367500', '195520.827500', '195521.287500', '195521.747500', '195522.207500', '195522.667500', '195523.127500', '195523.587500', '195524.047500', '195524.507500', '195524.967500', '195525.427500', '195525.887500', '195526.347500', '195526.807500', '195527.267500', '195527.727500', '195528.187500', '195528.647500', '195529.107500', '195529.567500', '195530.027500', '195530.487500', '195530.947500', '195531.407500', '195531.867500', '195532.327500', '195532.787500', '195533.247500', '195533.707500', '195534.167500', '195534.627500', '195535.087500', '195535.547500', '195536.007500', '195536.467500', '195536.927500', '195537.387500', '195537.847500', '195538.307500', '195538.767500', '195539.227500', '195539.687500', '195540.147500', '195540.607500', '195541.067500', '195541.527500', '195541.987500', '195542.447500', '195542.907500', '195543.367500', '195543.827500', '195544.287500', '195544.747500', '195545.207500', '195545.667500', '195546.127500', '195546.587500', '195547.047500', '195547.507500', '195547.967500', '195548.427500', '195548.887500', '195549.347500', '195549.807500', '195550.267500', '195550.727500', '195551.187500', '195551.647500', '195552.107500', '195552.567500', '195553.027500', '195553.487500', '195553.947500', '195554.407500', '195554.867500', '195555.327500', '195555.787500', '195556.247500', '195556.707500', '195557.167500', '195557.627500', '195558.087500', '195558.547500', '195559.007500', '195559.467500', '195559.927500', '195600.387500', '195600.847500', '195601.307500', '195601.767500', '195602.227500', '195602.687500', '195603.147500', '195603.607500', '195604.067500', '195604.527500', '195604.987500', '195605.447500', '195605.907500', '195606.367500', '195606.827500', '195607.287500', '195607.747500', '195608.207500', '195608.667500', '195609.127500', '195609.587500', '195610.047500', '195610.507500', '195610.967500', '195611.427500', '195611.887500', '195612.347500', '195612.807500', '195613.267500', '195613.727500', '195614.187500', '195614.647500', '195615.107500', '195615.567500', '195616.027500', '195616.487500', '195616.947500', '195617.407500', '195617.867500', '195618.327500', '195618.787500', '195619.247500', '195619.707500', '195620.167500', '195620.627500', '195621.087500', '195621.547500', '195622.007500', '195622.467500', '195622.927500', '195623.387500', '195623.847500', '195624.307500', '195624.767500', '195625.227500', '195625.687500', '195626.147500', '195626.607500', '195627.067500', '195627.527500', '195627.987500', '195628.447500', '195628.907500', '195629.367500', '195629.827500', '195630.287500', '195630.747500', '195631.207500', '195631.667500', '195632.127500', '195632.587500', '195633.047500', '195633.507500', '195633.967500', '195634.427500', '195634.887500', '195635.347500', '195635.807500', '195636.267500', '195636.727500', '195637.187500', '195637.647500', '195638.107500', '195638.567500', '195639.027500', '195639.487500', '195639.947500', '195640.407500', '195640.867500', '195641.327500', '195641.787500', '195642.247500', '195642.707500', '195643.167500', '195643.627500', '195644.087500', '195644.547500', '195645.007500', '195645.467500', '195645.927500', '195646.387500', '195646.847500', '195647.307500', '195647.767500', '195648.227500', '195648.687500', '195649.147500', '195649.607500', '195650.067500', '195650.527500', '195650.987500', '195651.447500', '195651.907500', '195652.367500', '195652.827500', '195653.287500', '195653.747500', '195654.207500', '195654.667500', '195655.127500', '195655.587500', '195656.047500', '195656.507500', '195656.967500', '195657.427500', '195657.887500', '195658.347500', '195658.807500', '195659.267500', '195659.727500', '195700.187500', '195700.647500', '195701.107500', '195701.567500', '195702.027500', '195702.487500', '195702.947500', '195703.407500', '195703.867500', '195704.327500', '195704.787500', '195705.247500', '195705.707500', '195706.167500', '195706.627500', '195707.087500', '195707.547500', '195708.007500', '195708.467500', '195708.927500', '195709.387500', '195709.847500', '195710.307500', '195710.767500', '195711.227500', '195711.687500', '195712.147500', '195712.607500', '195713.067500', '195713.527500', '195713.987500', '195714.447500', '195714.907500', '195715.367500', '195715.827500', '195716.287500', '195716.747500', '195717.207500', '195717.667500', '195718.127500', '195718.587500', '195719.047500', '195719.507500', '195719.967500', '195720.427500', '195720.887500', '195721.347500', '195721.807500', '195722.267500', '195722.727500', '195723.187500', '195723.647500', '195724.107500', '195724.567500', '195725.027500', '195725.487500', '195725.947500', '195726.407500', '195726.867500', '195727.327500', '195727.787500', '195728.247500', '195728.707500', '195729.167500', '195729.627500', '195730.087500', '195730.547500', '195731.007500', '195731.467500', '195731.927500', '195732.387500', '195732.847500', '195733.307500', '195733.767500', '195734.227500', '195734.687500', '195735.147500', '195735.607500', '195736.067500', '195736.527500', '195736.987500', '195737.447500', '195737.907500', '195738.367500', '195738.827500', '195739.287500', '195739.747500', '195740.207500', '195740.667500', '195741.127500', '195741.587500', '195742.047500', '195742.507500', '195742.967500', '195743.427500', '195743.887500', '195744.347500', '195744.807500', '195745.267500', '195745.727500', '195746.187500', '195746.647500', '195747.107500', '195747.567500', '195748.027500', '195748.487500', '195748.947500', '195749.407500', '195749.867500', '195750.327500', '195750.787500', '195751.247500', '195751.707500', '195752.167500', '195752.627500', '195753.087500', '195753.547500', '195754.007500', '195754.467500', '195754.927500', '195755.387500', '195755.847500', '195756.307500', '195756.767500', '195757.227500', '195757.687500', '195758.147500', '195758.607500', '195759.067500', '195759.527500', '195759.987500', '195800.447500', '195800.907500', '195801.367500', '195801.827500', '195802.287500', '195802.747500', '195803.207500', '195803.667500', '195804.127500', '195804.587500', '195805.047500', '195805.507500', '195805.967500', '195806.427500', '195806.887500', '195807.347500', '195807.807500', '195808.267500', '195808.727500', '195809.187500', '195809.647500', '195810.107500', '195810.567500', '195811.027500', '195811.487500', '195811.947500', '195812.407500', '195812.867500', '195813.327500', '195813.787500', '195814.247500', '195814.707500', '195815.167500', '195815.627500', '195816.087500', '195816.547500', '195817.007500', '195817.467500', '195817.927500', '195818.387500', '195818.847500', '195819.307500', '195819.767500', '195820.227500', '195820.687500', '195821.147500', '195821.607500', '195822.067500', '195822.527500', '195822.987500', '195823.447500', '195823.907500', '195824.367500', '195824.827500', '195825.287500', '195825.747500', '195826.207500', '195826.667500', '195827.127500', '195827.587500', '195828.047500', '195828.507500', '195828.967500', '195829.427500', '195829.887500', '195830.347500', '195830.807500', '195831.267500', '195831.727500', '195832.187500', '195832.647500', '195833.107500', '195833.567500', '195834.027500', '195834.487500', '195834.947500', '195835.407500', '195835.867500', '195836.327500', '195836.787500', '195837.247500', '195837.707500', '195838.167500', '195838.627500', '195839.087500', '195839.547500', '195840.007500', '195840.467500', '195840.927500', '195841.387500', '195841.847500', '195842.307500', '195842.767500', '195843.227500', '195843.687500', '195844.147500', '195844.607500', '195845.067500', '195845.527500', '195845.987500', '195846.447500', '195846.907500', '195847.367500', '195847.827500', '195848.287500', '195848.747500', '195849.207500', '195849.667500', '195850.127500', '195850.587500', '195851.047500', '195851.507500', '195851.967500', '195852.427500', '195852.887500', '195853.347500', '195853.807500', '195854.267500', '195854.727500', '195855.187500', '195855.647500', '195856.107500', '195856.567500', '195857.027500', '195857.487500', '195857.947500', '195858.407500', '195858.867500', '195859.327500', '195859.787500', '195900.247500', '195900.707500', '195901.167500', '195901.627500', '195902.087500', '195902.547500', '195903.007500', '195903.467500', '195903.927500', '195904.387500', '195904.847500', '195905.307500', '195905.767500', '195906.227500', '195906.687500', '195907.147500', '195907.607500', '195908.067500', '195908.527500', '195908.987500', '195909.447500', '195909.907500', '195910.367500', '195910.827500', '195911.287500', '195911.747500', '195912.207500', '195912.667500', '195913.127500', '195913.587500', '195914.047500', '195914.507500', '195914.967500', '195915.427500', '195915.887500', '195916.347500', '195916.807500', '195917.267500', '195917.727500', '195918.187500', '195918.647500', '195919.107500', '195919.567500', '195920.027500', '195920.487500', '195920.947500', '195921.407500', '195921.867500', '195922.327500', '195922.787500', '195923.247500', '195923.707500', '195924.167500', '195924.627500', '195925.087500', '195925.547500', '195926.007500', '195926.467500', '195926.927500', '195927.387500', '195927.847500', '195928.307500', '195928.767500', '195929.227500', '195929.687500', '195930.147500', '195930.607500', '195931.067500', '195931.527500', '195931.987500', '195932.447500', '195932.907500', '195933.367500', '195933.827500', '195934.287500', '195934.747500', '195935.207500', '195935.667500', '195936.127500', '195936.587500', '195937.047500', '195937.507500', '195937.967500', '195938.427500', '195938.887500', '195939.347500', '195939.807500', '195940.267500', '195940.727500', '195941.187500', '195941.647500', '195942.107500', '195942.567500', '195943.027500', '195943.487500', '195943.947500', '195944.407500', '195944.867500', '195945.327500', '195945.787500', '195946.247500', '195946.707500', '195947.167500', '195947.627500', '195948.087500', '195948.547500', '195949.007500', '195949.467500', '195949.927500', '195950.387500', '195950.847500', '195951.307500', '195951.767500', '195952.227500', '195952.687500', '195953.147500', '195953.607500', '195954.067500', '195954.527500', '195954.987500', '195955.447500', '195955.907500', '195956.367500', '195956.827500', '195957.287500', '195957.747500', '195958.207500', '195958.667500', '195959.127500', '195959.587500', '200000.047500', '200000.507500', '200000.967500', '200001.427500', '200001.887500', '200002.347500', '200002.807500', '200003.267500', '200003.727500', '200004.187500', '200004.647500', '200005.107500', '200005.567500', '200006.027500', '200006.487500', '200006.947500', '200007.407500', '200007.867500', '200008.327500', '200008.787500', '200009.247500', '200009.707500', '200010.167500', '200010.627500', '200011.087500', '200011.547500', '200012.007500', '200012.467500', '200012.927500', '200013.387500', '200013.847500', '200014.307500', '200014.767500', '200015.227500', '200015.687500', '200016.147500', '200016.607500', '200017.067500', '200017.527500', '200017.987500', '200018.447500', '200018.907500', '200019.367500', '200019.827500', '200020.287500', '200020.747500', '200021.207500', '200021.667500', '200022.127500', '200022.587500', '200023.047500', '200023.507500', '200023.967500', '200024.427500', '200024.887500', '200025.347500', '200025.807500', '200026.267500', '200026.727500', '200027.187500', '200027.647500', '200028.107500', '200028.567500', '200029.027500', '200029.487500', '200029.947500', '200030.407500', '200030.867500', '200031.327500', '200031.787500', '200032.247500', '200032.707500', '200033.167500', '200033.627500', '200034.087500', '200034.547500', '200035.007500', '200035.467500', '200035.927500', '200036.387500', '200036.847500', '200037.307500', '200037.767500', '200038.227500', '200038.687500', '200039.147500', '200039.607500', '200040.067500', '200040.527500', '200040.987500', '200041.447500', '200041.907500', '200042.367500', '200042.827500', '200043.287500', '200043.747500', '200044.207500', '200044.667500', '200045.127500', '200045.587500', '200046.047500', '200046.507500', '200046.967500', '200047.427500', '200047.887500', '200048.347500', '200048.807500', '200049.267500', '200049.727500', '200050.187500', '200050.647500', '200051.107500', '200051.567500', '200052.027500', '200052.487500', '200052.947500', '200053.407500', '200053.867500', '200054.327500', '200054.787500', '200055.247500', '200055.707500', '200056.167500', '200056.627500', '200057.087500', '200057.547500', '200058.007500', '200058.467500', '200058.927500', '200059.387500', '200059.847500', '200100.307500', '200100.767500', '200101.227500', '200101.687500', '200102.147500', '200102.607500', '200103.067500', '200103.527500', '200103.987500', '200104.447500', '200104.907500', '200105.367500', '200105.827500', '200106.287500', '200106.747500', '200107.207500', '200107.667500', '200108.127500', '200108.587500', '200109.047500', '200109.507500', '200109.967500', '200110.427500', '200110.887500', '200111.347500', '200111.807500', '200112.267500', '200112.727500', '200113.187500', '200113.647500', '200114.107500', '200114.567500', '200115.027500', '200115.487500', '200115.947500', '200116.407500', '200116.867500', '200117.327500', '200117.787500', '200118.247500', '200118.707500', '200119.167500', '200119.627500', '200120.087500', '200120.547500', '200121.007500', '200121.467500', '200121.927500', '200122.387500', '200122.847500', '200123.307500', '200123.767500', '200124.227500', '200124.687500', '200125.147500', '200125.607500', '200126.067500', '200126.527500', '200126.987500', '200127.447500', '200127.907500', '200128.367500', '200128.827500', '200129.287500', '200129.747500', '200130.207500', '200130.667500', '200131.127500', '200131.587500', '200132.047500', '200132.507500', '200132.967500', '200133.427500', '200133.887500', '200134.347500', '200134.807500', '200135.267500', '200135.727500', '200136.187500', '200136.647500', '200137.107500', '200137.567500', '200138.027500', '200138.487500', '200138.947500', '200139.407500', '200139.867500', '200140.327500', '200140.787500', '200141.247500', '200141.707500', '200142.167500', '200142.627500', '200143.087500', '200143.547500', '200144.007500', '200144.467500', '200144.927500', '200145.387500', '200145.847500', '200146.307500', '200146.767500', '200147.227500', '200147.687500', '200148.147500', '200148.607500', '200149.067500', '200149.527500', '200149.987500', '200150.447500', '200150.907500', '200151.367500', '200151.827500', '200152.287500', '200152.747500', '200153.207500', '200153.667500', '200154.127500', '200154.587500', '200155.047500', '200155.507500', '200155.967500', '200156.427500', '200156.887500', '200157.347500', '200157.807500', '200158.267500', '200158.727500', '200159.187500', '200159.647500', '200200.107500', '200200.567500', '200201.027500', '200201.487500', '200201.947500', '200202.407500', '200202.867500', '200203.327500', '200203.787500', '200204.247500', '200204.707500', '200205.167500', '200205.627500', '200206.087500', '200206.547500', '200207.007500', '200207.467500', '200207.927500', '200208.387500', '200208.847500', '200209.307500', '200209.767500', '200210.227500', '200210.687500', '200211.147500', '200211.607500', '200212.067500', '200212.527500', '200212.987500', '200213.447500', '200213.907500', '200214.367500', '200214.827500', '200215.287500', '200215.747500', '200216.207500', '200216.667500', '200217.127500', '200217.587500', '200218.047500', '200218.507500', '200218.967500', '200219.427500', '200219.887500', '200220.347500', '200220.807500', '200221.267500', '200221.727500', '200222.187500', '200222.647500', '200223.107500', '200223.567500', '200224.027500', '200224.487500', '200224.947500', '200225.407500', '200225.867500', '200226.327500', '200226.787500', '200227.247500', '200227.707500', '200228.167500', '200228.627500', '200229.087500', '200229.547500', '200230.007500', '200230.467500', '200230.927500', '200231.387500', '200231.847500', '200232.307500', '200232.767500', '200233.227500', '200233.687500', '200234.147500', '200234.607500', '200235.067500', '200235.527500', '200235.987500', '200236.447500', '200236.907500', '200237.367500', '200237.827500', '200238.287500', '200238.747500', '200239.207500', '200239.667500', '200240.127500', '200240.587500', '200241.047500', '200241.507500', '200241.967500', '200242.427500', '200242.887500', '200243.347500', '200243.807500', '200244.267500', '200244.727500', '200245.187500', '200245.647500', '200246.107500', '200246.567500', '200247.027500', '200247.487500', '200247.947500', '200248.407500', '200248.867500', '200249.327500', '200249.787500', '200250.247500', '200250.707500', '200251.167500', '200251.627500', '200252.087500', '200252.547500', '200253.007500', '200253.467500', '200253.927500', '200254.387500', '200254.847500', '200255.307500', '200255.767500', '200256.227500', '200256.687500', '200257.147500', '200257.607500', '200258.067500', '200258.527500', '200258.987500', '200259.447500', '200259.907500', '200300.367500', '200300.827500', '200301.287500', '200301.747500', '200302.207500', '200302.667500', '200303.127500', '200303.587500', '200304.047500', '200304.507500', '200304.967500', '200305.427500', '200305.887500', '200306.347500', '200306.807500', '200307.267500', '200307.727500', '200308.187500', '200308.647500', '200309.107500', '200309.567500', '200310.027500', '200310.487500', '200310.947500', '200311.407500', '200311.867500', '200312.327500', '200312.787500', '200313.247500', '200313.707500', '200314.167500', '200314.627500', '200315.087500', '200315.547500', '200316.007500', '200316.467500', '200316.927500', '200317.387500', '200317.847500', '200318.307500', '200318.767500', '200319.227500', '200319.687500', '200320.147500', '200320.607500', '200321.067500', '200321.527500', '200321.987500', '200322.447500', '200322.907500', '200323.367500', '200323.827500', '200324.287500', '200324.747500', '200325.207500', '200325.667500', '200326.127500', '200326.587500', '200327.047500', '200327.507500', '200327.967500', '200328.427500', '200328.887500', '200329.347500', '200329.807500', '200330.267500', '200330.727500', '200331.187500', '200331.647500', '200332.107500', '200332.567500', '200333.027500', '200333.487500', '200333.947500', '200334.407500', '200334.867500', '200335.327500', '200335.787500', '200336.247500', '200336.707500', '200337.167500', '200337.627500', '200338.087500', '200338.547500', '200339.007500', '200339.467500'], 'ContentTime': ['195422.611000', '195422.615000', '195422.617000', '195422.620000', '195422.623000', '195422.625000', '195422.628000', '195422.630000', '195422.633000', '195422.635000', '195422.638000', '195422.641000', '195422.643000', '195422.646000', '195422.648000', '195422.651000', '195422.654000', '195422.656000', '195422.659000', '195422.662000', '195422.664000', '195422.667000', '195422.670000', '195422.672000', '195422.675000', '195422.678000', '195422.680000', '195422.725000', '195422.728000', '195422.730000', '195422.733000', '195422.736000', '195422.743000', '195422.746000', '195422.748000', '195422.752000', '195422.755000', '195422.757000', '195422.760000', '195422.762000', '195422.765000', '195422.768000', '195422.770000', '195422.773000', '195422.775000', '195422.778000', '195422.781000', '195422.783000', '195422.786000', '195422.788000', '195422.791000', '195422.794000', '195422.796000', '195442.585000', '195442.587000', '195442.590000', '195442.593000', '195442.595000', '195442.598000', '195442.601000', '195442.603000', '195442.606000', '195442.608000', '195442.611000', '195442.613000', '195442.616000', '195442.618000', '195442.621000', '195442.624000', '195442.626000', '195442.629000', '195442.632000', '195442.634000', '195442.637000', '195442.639000', '195442.642000', '195442.644000', '195442.647000', '195442.649000', '195442.652000', '195442.654000', '195442.657000', '195442.660000', '195442.662000', '195442.665000', '195442.668000', '195442.670000', '195442.673000', '195442.675000', '195442.678000', '195442.680000', '195442.691000', '195442.693000', '195442.696000', '195442.698000', '195442.701000', '195442.703000', '195502.585000', '195502.588000', '195502.591000', '195502.593000', '195502.596000', '195502.598000', '195502.601000', '195502.604000', '195502.606000', '195502.609000', '195502.611000', '195502.614000', '195502.617000', '195502.619000', '195502.622000', '195502.624000', '195502.627000', '195502.629000', '195502.632000', '195502.635000', '195502.637000', '195502.640000', '195502.642000', '195502.645000', '195502.647000', '195502.650000', '195502.652000', '195502.655000', '195502.658000', '195502.660000', '195502.663000', '195502.665000', '195502.668000', '195502.670000', '195502.673000', '195502.676000', '195502.678000', '195502.681000', '195502.683000', '195502.686000', '195502.689000', '195502.691000', '195502.694000', '195522.583000', '195522.586000', '195522.589000', '195522.591000', '195522.594000', '195522.597000', '195522.599000', '195522.602000', '195522.626000', '195522.629000', '195522.631000', '195522.634000', '195522.637000', '195522.639000', '195522.642000', '195522.644000', '195522.647000', '195522.650000', '195522.652000', '195522.655000', '195522.657000', '195522.660000', '195522.663000', '195522.665000', '195522.668000', '195522.670000', '195522.673000', '195522.675000', '195522.678000', '195522.681000', '195522.683000', '195522.686000', '195522.689000', '195522.691000', '195522.694000', '195522.696000', '195522.699000', '195522.701000', '195522.704000', '195522.707000', '195522.715000', '195522.718000', '195522.721000', '195522.723000', '195542.583000', '195542.586000', '195542.589000', '195542.591000', '195542.594000', '195542.597000', '195542.599000', '195542.602000', '195542.604000', '195542.607000', '195542.610000', '195542.612000', '195542.615000', '195542.617000', '195542.620000', '195542.623000', '195542.625000', '195542.628000', '195542.630000', '195542.633000', '195542.635000', '195542.638000', '195542.640000', '195542.643000', '195542.646000', '195542.648000', '195542.651000', '195542.654000', '195542.656000', '195542.659000', '195542.662000', '195542.664000', '195542.667000', '195542.669000', '195542.672000', '195542.674000', '195542.677000', '195542.680000', '195542.682000', '195542.685000', '195542.687000', '195542.690000', '195542.693000', '195602.583000', '195602.586000', '195602.589000', '195602.591000', '195602.594000', '195602.597000', '195602.599000', '195602.602000', '195602.605000', '195602.607000', '195602.610000', '195602.612000', '195602.615000', '195602.636000', '195602.639000', '195602.641000', '195602.644000', '195602.646000', '195602.649000', '195602.652000', '195602.662000', '195602.665000', '195602.667000', '195602.670000', '195602.672000', '195602.675000', '195602.677000', '195602.680000', '195602.683000', '195602.685000', '195602.688000', '195602.691000', '195602.693000', '195602.696000', '195602.698000', '195602.701000', '195602.704000', '195602.706000', '195602.709000', '195602.711000', '195602.714000', '195602.717000', '195602.719000', '195602.722000', '195622.584000', '195622.586000', '195622.589000', '195622.592000', '195622.594000', '195622.597000', '195622.599000', '195622.602000', '195622.605000', '195622.607000', '195622.610000', '195622.612000', '195622.615000', '195622.618000', '195622.620000', '195622.623000', '195622.626000', '195622.628000', '195622.631000', '195622.633000', '195622.636000', '195622.638000', '195622.641000', '195622.643000', '195622.646000', '195622.649000', '195622.651000', '195622.654000', '195622.657000', '195622.659000', '195622.662000', '195622.664000', '195622.667000', '195622.670000', '195622.673000', '195622.676000', '195622.679000', '195622.681000', '195622.684000', '195622.686000', '195622.689000', '195622.692000', '195622.694000', '195642.584000', '195642.586000', '195642.589000', '195642.592000', '195642.594000', '195642.597000', '195642.599000', '195642.602000', '195642.605000', '195642.607000', '195642.610000', '195642.613000', '195642.615000', '195642.619000', '195642.621000', '195642.624000', '195642.627000', '195642.629000', '195642.632000', '195642.634000', '195642.637000', '195642.639000', '195642.642000', '195642.644000', '195642.647000', '195642.650000', '195642.652000', '195642.655000', '195642.658000', '195642.660000', '195642.663000', '195642.665000', '195642.668000', '195642.670000', '195642.673000', '195642.680000', '195642.682000', '195642.685000', '195642.687000', '195642.690000', '195642.693000', '195642.695000', '195642.698000', '195642.700000', '195702.585000', '195702.587000', '195702.590000', '195702.593000', '195702.595000', '195702.598000', '195702.601000', '195702.603000', '195702.606000', '195702.608000', '195702.611000', '195702.614000', '195702.616000', '195702.619000', '195702.621000', '195702.624000', '195702.627000', '195702.629000', '195702.632000', '195702.634000', '195702.637000', '195702.639000', '195702.642000', '195702.645000', '195702.647000', '195702.650000', '195702.652000', '195702.655000', '195702.658000', '195702.660000', '195702.663000', '195702.665000', '195702.668000', '195702.671000', '195702.673000', '195702.676000', '195702.678000', '195702.681000', '195702.684000', '195702.686000', '195702.689000', '195702.691000', '195702.694000', '195722.584000', '195722.587000', '195722.590000', '195722.593000', '195722.595000', '195722.598000', '195722.601000', '195722.604000', '195722.606000', '195722.609000', '195722.611000', '195722.614000', '195722.617000', '195722.619000', '195722.622000', '195722.624000', '195722.627000', '195722.630000', '195722.632000', '195722.635000', '195722.637000', '195722.640000', '195722.643000', '195722.645000', '195722.648000', '195722.651000', '195722.653000', '195722.656000', '195722.658000', '195722.661000', '195722.664000', '195722.666000', '195722.669000', '195722.672000', '195722.674000', '195722.677000', '195722.679000', '195722.682000', '195722.692000', '195722.694000', '195722.697000', '195722.700000', '195722.702000', '195722.705000', '195742.584000', '195742.586000', '195742.589000', '195742.592000', '195742.594000', '195742.597000', '195742.599000', '195742.602000', '195742.605000', '195742.607000', '195742.610000', '195742.612000', '195742.615000', '195742.618000', '195742.620000', '195742.623000', '195742.625000', '195742.628000', '195742.631000', '195742.633000', '195742.636000', '195742.638000', '195742.641000', '195742.644000', '195742.646000', '195742.649000', '195742.651000', '195742.654000', '195742.657000', '195742.659000', '195742.662000', '195742.664000', '195742.667000', '195742.669000', '195742.672000', '195742.675000', '195742.677000', '195742.680000', '195742.683000', '195742.685000', '195742.688000', '195742.690000', '195742.693000', '195802.584000', '195802.587000', '195802.589000', '195802.592000', '195802.594000', '195802.597000', '195802.600000', '195802.603000', '195802.606000', '195802.608000', '195802.611000', '195802.613000', '195802.616000', '195802.618000', '195802.621000', '195802.624000', '195802.626000', '195802.629000', '195802.631000', '195802.634000', '195802.637000', '195802.639000', '195802.642000', '195802.645000', '195802.647000', '195802.650000', '195802.652000', '195802.655000', '195802.657000', '195802.660000', '195802.663000', '195802.665000', '195802.668000', '195802.670000', '195802.673000', '195802.675000', '195802.678000', '195802.681000', '195802.683000', '195802.686000', '195802.688000', '195802.691000', '195802.694000', '195802.696000', '195822.583000', '195822.586000', '195822.589000', '195822.592000', '195822.594000', '195822.597000', '195822.600000', '195822.602000', '195822.605000', '195822.607000', '195822.610000', '195822.613000', '195822.615000', '195822.618000', '195822.620000', '195822.623000', '195822.625000', '195822.628000', '195822.631000', '195822.633000', '195822.636000', '195822.639000', '195822.641000', '195822.644000', '195822.646000', '195822.649000', '195822.652000', '195822.654000', '195822.657000', '195822.659000', '195822.662000', '195822.665000', '195822.667000', '195822.670000', '195822.672000', '195822.675000', '195822.678000', '195822.680000', '195822.683000', '195822.685000', '195822.688000', '195822.691000', '195822.693000', '195842.584000', '195842.586000', '195842.589000', '195842.592000', '195842.594000', '195842.597000', '195842.599000', '195842.602000', '195842.605000', '195842.607000', '195842.610000', '195842.612000', '195842.615000', '195842.618000', '195842.620000', '195842.623000', '195842.625000', '195842.628000', '195842.631000', '195842.633000', '195842.636000', '195842.638000', '195842.641000', '195842.644000', '195842.646000', '195842.649000', '195842.651000', '195842.654000', '195842.656000', '195842.659000', '195842.662000', '195842.664000', '195842.667000', '195842.669000', '195842.672000', '195842.675000', '195842.677000', '195842.680000', '195842.682000', '195842.685000', '195842.687000', '195842.690000', '195842.693000', '195842.695000', '195902.584000', '195902.587000', '195902.590000', '195902.593000', '195902.595000', '195902.598000', '195902.601000', '195902.603000', '195902.606000', '195902.608000', '195902.611000', '195902.613000', '195902.616000', '195902.619000', '195902.621000', '195902.624000', '195902.627000', '195902.629000', '195902.632000', '195902.645000', '195902.647000', '195902.650000', '195902.652000', '195902.655000', '195902.657000', '195902.660000', '195902.663000', '195902.665000', '195902.668000', '195902.670000', '195902.673000', '195902.676000', '195902.678000', '195902.681000', '195902.684000', '195902.686000', '195902.689000', '195902.691000', '195902.694000', '195902.696000', '195902.699000', '195902.702000', '195902.704000', '195922.584000', '195922.587000', '195922.590000', '195922.593000', '195922.597000', '195922.599000', '195922.602000', '195922.605000', '195922.607000', '195922.610000', '195922.612000', '195922.615000', '195922.618000', '195922.620000', '195922.623000', '195922.625000', '195922.628000', '195922.631000', '195922.633000', '195922.636000', '195922.638000', '195922.641000', '195922.644000', '195922.647000', '195922.649000', '195922.652000', '195922.655000', '195922.657000', '195922.660000', '195922.662000', '195922.665000', '195922.668000', '195922.670000', '195922.673000', '195922.676000', '195922.678000', '195922.681000', '195922.683000', '195922.686000', '195922.689000', '195922.691000', '195922.696000', '195922.698000', '195942.585000', '195942.587000', '195942.590000', '195942.593000', '195942.595000', '195942.598000', '195942.601000', '195942.603000', '195942.606000', '195942.608000', '195942.611000', '195942.614000', '195942.616000', '195942.619000', '195942.621000', '195942.624000', '195942.626000', '195942.629000', '195942.632000', '195942.634000', '195942.637000', '195942.639000', '195942.642000', '195942.645000', '195942.647000', '195942.650000', '195942.652000', '195942.655000', '195942.658000', '195942.660000', '195942.663000', '195942.665000', '195942.668000', '195942.671000', '195942.673000', '195942.676000', '195942.678000', '195942.681000', '195942.684000', '195942.686000', '195942.689000', '195942.691000', '195942.694000', '195942.697000', '200002.584000', '200002.587000', '200002.589000', '200002.592000', '200002.594000', '200002.597000', '200002.600000', '200002.602000', '200002.605000', '200002.608000', '200002.610000', '200002.613000', '200002.615000', '200002.618000', '200002.621000', '200002.623000', '200002.626000', '200002.628000', '200002.631000', '200002.634000', '200002.636000', '200002.639000', '200002.642000', '200002.644000', '200002.647000', '200002.649000', '200002.652000', '200002.655000', '200002.657000', '200002.660000', '200002.662000', '200002.665000', '200002.668000', '200002.670000', '200002.673000', '200002.675000', '200002.678000', '200002.681000', '200002.683000', '200002.686000', '200002.688000', '200002.691000', '200002.693000', '200002.696000', '200022.583000', '200022.586000', '200022.589000', '200022.591000', '200022.594000', '200022.597000', '200022.599000', '200022.602000', '200022.605000', '200022.607000', '200022.610000', '200022.612000', '200022.615000', '200022.617000', '200022.620000', '200022.623000', '200022.626000', '200022.628000', '200022.631000', '200022.633000', '200022.636000', '200022.639000', '200022.641000', '200022.644000', '200022.647000', '200022.649000', '200022.652000', '200022.655000', '200022.657000', '200022.669000', '200022.672000', '200022.675000', '200022.677000', '200022.680000', '200022.682000', '200022.685000', '200022.688000', '200022.690000', '200022.693000', '200022.695000', '200022.698000', '200022.700000', '200022.703000', '200042.584000', '200042.587000', '200042.589000', '200042.592000', '200042.594000', '200042.597000', '200042.600000', '200042.602000', '200042.605000', '200042.608000', '200042.610000', '200042.613000', '200042.615000', '200042.618000', '200042.621000', '200042.624000', '200042.626000', '200042.630000', '200042.633000', '200042.635000', '200042.638000', '200042.641000', '200042.643000', '200042.646000', '200042.648000', '200042.651000', '200042.653000', '200042.656000', '200042.659000', '200042.661000', '200042.664000', '200042.666000', '200042.669000', '200042.672000', '200042.674000', '200042.677000', '200042.680000', '200042.682000', '200042.685000', '200042.687000', '200042.690000', '200042.692000', '200042.695000', '200102.584000', '200102.586000', '200102.589000', '200102.592000', '200102.594000', '200102.597000', '200102.600000', '200102.602000', '200102.605000', '200102.607000', '200102.610000', '200102.613000', '200102.615000', '200102.618000', '200102.621000', '200102.623000', '200102.626000', '200102.628000', '200102.631000', '200102.633000', '200102.636000', '200102.639000', '200102.641000', '200102.644000', '200102.646000', '200102.649000', '200102.651000', '200102.654000', '200102.657000', '200102.659000', '200102.662000', '200102.664000', '200102.667000', '200102.670000', '200102.672000', '200102.675000', '200102.677000', '200102.680000', '200102.682000', '200102.685000', '200102.688000', '200102.690000', '200102.693000', '200102.696000', '200122.585000', '200122.588000', '200122.591000', '200122.594000', '200122.596000', '200122.599000', '200122.602000', '200122.604000', '200122.607000', '200122.610000', '200122.612000', '200122.615000', '200122.617000', '200122.620000', '200122.623000', '200122.625000', '200122.628000', '200122.630000', '200122.633000', '200122.635000', '200122.638000', '200122.641000', '200122.643000', '200122.646000', '200122.648000', '200122.651000', '200122.654000', '200122.656000', '200122.659000', '200122.661000', '200122.664000', '200122.667000', '200122.669000', '200122.672000', '200122.674000', '200122.677000', '200122.680000', '200122.682000', '200122.685000', '200122.687000', '200122.690000', '200122.693000', '200122.695000', '200142.585000', '200142.588000', '200142.590000', '200142.593000', '200142.595000', '200142.598000', '200142.601000', '200142.603000', '200142.606000', '200142.609000', '200142.611000', '200142.614000', '200142.616000', '200142.619000', '200142.621000', '200142.624000', '200142.627000', '200142.629000', '200142.632000', '200142.635000', '200142.637000', '200142.640000', '200142.642000', '200142.645000', '200142.648000', '200142.650000', '200142.653000', '200142.668000', '200142.671000', '200142.673000', '200142.676000', '200142.678000', '200142.681000', '200142.684000', '200142.686000', '200142.689000', '200142.691000', '200142.694000', '200142.697000', '200142.699000', '200142.702000', '200142.705000', '200142.707000', '200142.710000', '200202.585000', '200202.587000', '200202.590000', '200202.593000', '200202.595000', '200202.598000', '200202.601000', '200202.603000', '200202.606000', '200202.608000', '200202.611000', '200202.614000', '200202.616000', '200202.619000', '200202.621000', '200202.624000', '200202.627000', '200202.630000', '200202.633000', '200202.636000', '200202.638000', '200202.641000', '200202.644000', '200202.646000', '200202.649000', '200202.651000', '200202.654000', '200202.657000', '200202.659000', '200202.662000', '200202.664000', '200202.667000', '200202.671000', '200202.674000', '200202.677000', '200202.679000', '200202.682000', '200202.684000', '200202.687000', '200202.690000', '200202.692000', '200202.695000', '200202.698000', '200222.584000', '200222.586000', '200222.589000', '200222.592000', '200222.594000', '200222.597000', '200222.599000', '200222.602000', '200222.605000', '200222.607000', '200222.610000', '200222.613000', '200222.615000', '200222.618000', '200222.620000', '200222.623000', '200222.626000', '200222.628000', '200222.631000', '200222.633000', '200222.636000', '200222.639000', '200222.641000', '200222.644000', '200222.646000', '200222.649000', '200222.652000', '200222.655000', '200222.657000', '200222.660000', '200222.662000', '200222.665000', '200222.667000', '200222.670000', '200222.673000', '200222.675000', '200222.678000', '200222.680000', '200222.683000', '200222.686000', '200222.688000', '200222.691000', '200222.694000', '200222.696000', '200242.584000', '200242.587000', '200242.589000', '200242.592000', '200242.594000', '200242.597000', '200242.600000', '200242.602000', '200242.605000', '200242.607000', '200242.610000', '200242.613000', '200242.615000', '200242.618000', '200242.620000', '200242.623000', '200242.626000', '200242.628000', '200242.631000', '200242.634000', '200242.636000', '200242.639000', '200242.642000', '200242.644000', '200242.647000', '200242.649000', '200242.652000', '200242.655000', '200242.657000', '200242.660000', '200242.662000', '200242.665000', '200242.667000', '200242.670000', '200242.673000', '200242.675000', '200242.678000', '200242.680000', '200242.683000', '200242.685000', '200242.688000', '200242.691000', '200242.693000', '200302.584000', '200302.586000', '200302.589000', '200302.592000', '200302.594000', '200302.597000', '200302.599000', '200302.602000', '200302.605000', '200302.607000', '200302.610000', '200302.613000', '200302.615000', '200302.618000', '200302.620000', '200302.623000', '200302.625000', '200302.628000', '200302.631000', '200302.633000', '200302.636000', '200302.638000', '200302.641000', '200302.659000', '200302.662000', '200302.665000', '200302.667000', '200302.670000', '200302.672000', '200302.675000', '200302.678000', '200302.680000', '200302.683000', '200302.685000', '200302.688000', '200302.690000', '200302.693000', '200302.695000', '200302.698000', '200302.701000', '200302.703000', '200302.706000', '200302.709000', '200302.711000', '200322.584000', '200322.586000', '200322.589000', '200322.592000', '200322.594000', '200322.597000', '200322.600000', '200322.602000', '200322.605000', '200322.607000', '200322.610000', '200322.613000', '200322.615000', '200322.618000', '200322.620000', '200322.623000', '200322.626000', '200322.628000', '200322.631000', '200322.633000', '200322.636000', '200322.638000', '200322.641000', '200322.644000', '200322.646000', '200322.649000', '200322.652000', '200322.654000', '200322.657000', '200322.659000', '200322.663000', '200322.666000', '200322.668000', '200322.671000', '200322.674000', '200322.676000', '200322.679000', '200322.682000', '200322.684000', '200322.687000', '200322.690000', '200322.692000', '200322.695000', '200341.050000', '200341.053000', '200341.056000', '200341.058000', '200341.061000', '200341.064000', '200341.066000', '200341.069000', '200341.072000', '200341.075000', '200341.078000', '200341.081000', '200341.084000', '200341.087000', '200341.089000', '200341.092000', '200341.095000', '200341.097000', '200341.100000', '200341.103000', '200341.105000', '200341.108000', '200341.111000', '200341.113000', '200341.116000', '200341.119000', '200341.122000', '200341.124000', '200341.127000', '200341.130000', '200341.132000', '200341.135000', '200341.138000', '200341.141000', '200341.144000', '200341.147000', '200341.150000', '200341.153000', '200341.156000', '200341.158000', '200341.161000'], 'InstanceCreationTime': ['195422.611000', '195422.615000', '195422.617000', '195422.620000', '195422.623000', '195422.625000', '195422.628000', '195422.630000', '195422.633000', '195422.635000', '195422.638000', '195422.641000', '195422.643000', '195422.646000', '195422.648000', '195422.651000', '195422.654000', '195422.656000', '195422.659000', '195422.662000', '195422.664000', '195422.667000', '195422.670000', '195422.672000', '195422.675000', '195422.678000', '195422.680000', '195422.725000', '195422.728000', '195422.730000', '195422.733000', '195422.736000', '195422.743000', '195422.746000', '195422.748000', '195422.752000', '195422.755000', '195422.757000', '195422.760000', '195422.762000', '195422.765000', '195422.768000', '195422.770000', '195422.773000', '195422.775000', '195422.778000', '195422.781000', '195422.783000', '195422.786000', '195422.788000', '195422.791000', '195422.794000', '195422.796000', '195442.585000', '195442.587000', '195442.590000', '195442.593000', '195442.595000', '195442.598000', '195442.601000', '195442.603000', '195442.606000', '195442.608000', '195442.611000', '195442.613000', '195442.616000', '195442.618000', '195442.621000', '195442.624000', '195442.626000', '195442.629000', '195442.632000', '195442.634000', '195442.637000', '195442.639000', '195442.642000', '195442.644000', '195442.647000', '195442.649000', '195442.652000', '195442.654000', '195442.657000', '195442.660000', '195442.662000', '195442.665000', '195442.668000', '195442.670000', '195442.673000', '195442.675000', '195442.678000', '195442.680000', '195442.691000', '195442.693000', '195442.696000', '195442.698000', '195442.701000', '195442.703000', '195502.585000', '195502.588000', '195502.591000', '195502.593000', '195502.596000', '195502.598000', '195502.601000', '195502.604000', '195502.606000', '195502.609000', '195502.611000', '195502.614000', '195502.617000', '195502.619000', '195502.622000', '195502.624000', '195502.627000', '195502.629000', '195502.632000', '195502.635000', '195502.637000', '195502.640000', '195502.642000', '195502.645000', '195502.647000', '195502.650000', '195502.652000', '195502.655000', '195502.658000', '195502.660000', '195502.663000', '195502.665000', '195502.668000', '195502.670000', '195502.673000', '195502.676000', '195502.678000', '195502.681000', '195502.683000', '195502.686000', '195502.689000', '195502.691000', '195502.694000', '195522.583000', '195522.586000', '195522.589000', '195522.591000', '195522.594000', '195522.597000', '195522.599000', '195522.602000', '195522.626000', '195522.629000', '195522.631000', '195522.634000', '195522.637000', '195522.639000', '195522.642000', '195522.644000', '195522.647000', '195522.650000', '195522.652000', '195522.655000', '195522.657000', '195522.660000', '195522.663000', '195522.665000', '195522.668000', '195522.670000', '195522.673000', '195522.675000', '195522.678000', '195522.681000', '195522.683000', '195522.686000', '195522.689000', '195522.691000', '195522.694000', '195522.696000', '195522.699000', '195522.701000', '195522.704000', '195522.707000', '195522.715000', '195522.718000', '195522.721000', '195522.723000', '195542.583000', '195542.586000', '195542.589000', '195542.591000', '195542.594000', '195542.597000', '195542.599000', '195542.602000', '195542.604000', '195542.607000', '195542.610000', '195542.612000', '195542.615000', '195542.617000', '195542.620000', '195542.623000', '195542.625000', '195542.628000', '195542.630000', '195542.633000', '195542.635000', '195542.638000', '195542.640000', '195542.643000', '195542.646000', '195542.648000', '195542.651000', '195542.654000', '195542.656000', '195542.659000', '195542.662000', '195542.664000', '195542.667000', '195542.669000', '195542.672000', '195542.674000', '195542.677000', '195542.680000', '195542.682000', '195542.685000', '195542.687000', '195542.690000', '195542.693000', '195602.583000', '195602.586000', '195602.589000', '195602.591000', '195602.594000', '195602.597000', '195602.599000', '195602.602000', '195602.605000', '195602.607000', '195602.610000', '195602.612000', '195602.615000', '195602.636000', '195602.639000', '195602.641000', '195602.644000', '195602.646000', '195602.649000', '195602.652000', '195602.662000', '195602.665000', '195602.667000', '195602.670000', '195602.672000', '195602.675000', '195602.677000', '195602.680000', '195602.683000', '195602.685000', '195602.688000', '195602.691000', '195602.693000', '195602.696000', '195602.698000', '195602.701000', '195602.704000', '195602.706000', '195602.709000', '195602.711000', '195602.714000', '195602.717000', '195602.719000', '195602.722000', '195622.584000', '195622.586000', '195622.589000', '195622.592000', '195622.594000', '195622.597000', '195622.599000', '195622.602000', '195622.605000', '195622.607000', '195622.610000', '195622.612000', '195622.615000', '195622.618000', '195622.620000', '195622.623000', '195622.626000', '195622.628000', '195622.631000', '195622.633000', '195622.636000', '195622.638000', '195622.641000', '195622.643000', '195622.646000', '195622.649000', '195622.651000', '195622.654000', '195622.657000', '195622.659000', '195622.662000', '195622.664000', '195622.667000', '195622.670000', '195622.673000', '195622.676000', '195622.679000', '195622.681000', '195622.684000', '195622.686000', '195622.689000', '195622.692000', '195622.694000', '195642.584000', '195642.586000', '195642.589000', '195642.592000', '195642.594000', '195642.597000', '195642.599000', '195642.602000', '195642.605000', '195642.607000', '195642.610000', '195642.613000', '195642.615000', '195642.619000', '195642.621000', '195642.624000', '195642.627000', '195642.629000', '195642.632000', '195642.634000', '195642.637000', '195642.639000', '195642.642000', '195642.644000', '195642.647000', '195642.650000', '195642.652000', '195642.655000', '195642.658000', '195642.660000', '195642.663000', '195642.665000', '195642.668000', '195642.670000', '195642.673000', '195642.680000', '195642.682000', '195642.685000', '195642.687000', '195642.690000', '195642.693000', '195642.695000', '195642.698000', '195642.700000', '195702.585000', '195702.587000', '195702.590000', '195702.593000', '195702.595000', '195702.598000', '195702.601000', '195702.603000', '195702.606000', '195702.608000', '195702.611000', '195702.614000', '195702.616000', '195702.619000', '195702.621000', '195702.624000', '195702.627000', '195702.629000', '195702.632000', '195702.634000', '195702.637000', '195702.639000', '195702.642000', '195702.645000', '195702.647000', '195702.650000', '195702.652000', '195702.655000', '195702.658000', '195702.660000', '195702.663000', '195702.665000', '195702.668000', '195702.671000', '195702.673000', '195702.676000', '195702.678000', '195702.681000', '195702.684000', '195702.686000', '195702.689000', '195702.691000', '195702.694000', '195722.584000', '195722.587000', '195722.590000', '195722.593000', '195722.595000', '195722.598000', '195722.601000', '195722.604000', '195722.606000', '195722.609000', '195722.611000', '195722.614000', '195722.617000', '195722.619000', '195722.622000', '195722.624000', '195722.627000', '195722.630000', '195722.632000', '195722.635000', '195722.637000', '195722.640000', '195722.643000', '195722.645000', '195722.648000', '195722.651000', '195722.653000', '195722.656000', '195722.658000', '195722.661000', '195722.664000', '195722.666000', '195722.669000', '195722.672000', '195722.674000', '195722.677000', '195722.679000', '195722.682000', '195722.692000', '195722.694000', '195722.697000', '195722.700000', '195722.702000', '195722.705000', '195742.584000', '195742.586000', '195742.589000', '195742.592000', '195742.594000', '195742.597000', '195742.599000', '195742.602000', '195742.605000', '195742.607000', '195742.610000', '195742.612000', '195742.615000', '195742.618000', '195742.620000', '195742.623000', '195742.625000', '195742.628000', '195742.631000', '195742.633000', '195742.636000', '195742.638000', '195742.641000', '195742.644000', '195742.646000', '195742.649000', '195742.651000', '195742.654000', '195742.657000', '195742.659000', '195742.662000', '195742.664000', '195742.667000', '195742.669000', '195742.672000', '195742.675000', '195742.677000', '195742.680000', '195742.683000', '195742.685000', '195742.688000', '195742.690000', '195742.693000', '195802.584000', '195802.587000', '195802.589000', '195802.592000', '195802.594000', '195802.597000', '195802.600000', '195802.603000', '195802.606000', '195802.608000', '195802.611000', '195802.613000', '195802.616000', '195802.618000', '195802.621000', '195802.624000', '195802.626000', '195802.629000', '195802.631000', '195802.634000', '195802.637000', '195802.639000', '195802.642000', '195802.645000', '195802.647000', '195802.650000', '195802.652000', '195802.655000', '195802.657000', '195802.660000', '195802.663000', '195802.665000', '195802.668000', '195802.670000', '195802.673000', '195802.675000', '195802.678000', '195802.681000', '195802.683000', '195802.686000', '195802.688000', '195802.691000', '195802.694000', '195802.696000', '195822.583000', '195822.586000', '195822.589000', '195822.592000', '195822.594000', '195822.597000', '195822.600000', '195822.602000', '195822.605000', '195822.607000', '195822.610000', '195822.613000', '195822.615000', '195822.618000', '195822.620000', '195822.623000', '195822.625000', '195822.628000', '195822.631000', '195822.633000', '195822.636000', '195822.639000', '195822.641000', '195822.644000', '195822.646000', '195822.649000', '195822.652000', '195822.654000', '195822.657000', '195822.659000', '195822.662000', '195822.665000', '195822.667000', '195822.670000', '195822.672000', '195822.675000', '195822.678000', '195822.680000', '195822.683000', '195822.685000', '195822.688000', '195822.691000', '195822.693000', '195842.584000', '195842.586000', '195842.589000', '195842.592000', '195842.594000', '195842.597000', '195842.599000', '195842.602000', '195842.605000', '195842.607000', '195842.610000', '195842.612000', '195842.615000', '195842.618000', '195842.620000', '195842.623000', '195842.625000', '195842.628000', '195842.631000', '195842.633000', '195842.636000', '195842.638000', '195842.641000', '195842.644000', '195842.646000', '195842.649000', '195842.651000', '195842.654000', '195842.656000', '195842.659000', '195842.662000', '195842.664000', '195842.667000', '195842.669000', '195842.672000', '195842.675000', '195842.677000', '195842.680000', '195842.682000', '195842.685000', '195842.687000', '195842.690000', '195842.693000', '195842.695000', '195902.584000', '195902.587000', '195902.590000', '195902.593000', '195902.595000', '195902.598000', '195902.601000', '195902.603000', '195902.606000', '195902.608000', '195902.611000', '195902.613000', '195902.616000', '195902.619000', '195902.621000', '195902.624000', '195902.627000', '195902.629000', '195902.632000', '195902.645000', '195902.647000', '195902.650000', '195902.652000', '195902.655000', '195902.657000', '195902.660000', '195902.663000', '195902.665000', '195902.668000', '195902.670000', '195902.673000', '195902.676000', '195902.678000', '195902.681000', '195902.684000', '195902.686000', '195902.689000', '195902.691000', '195902.694000', '195902.696000', '195902.699000', '195902.702000', '195902.704000', '195922.584000', '195922.587000', '195922.590000', '195922.593000', '195922.597000', '195922.599000', '195922.602000', '195922.605000', '195922.607000', '195922.610000', '195922.612000', '195922.615000', '195922.618000', '195922.620000', '195922.623000', '195922.625000', '195922.628000', '195922.631000', '195922.633000', '195922.636000', '195922.638000', '195922.641000', '195922.644000', '195922.647000', '195922.649000', '195922.652000', '195922.655000', '195922.657000', '195922.660000', '195922.662000', '195922.665000', '195922.668000', '195922.670000', '195922.673000', '195922.676000', '195922.678000', '195922.681000', '195922.683000', '195922.686000', '195922.689000', '195922.691000', '195922.696000', '195922.698000', '195942.585000', '195942.587000', '195942.590000', '195942.593000', '195942.595000', '195942.598000', '195942.601000', '195942.603000', '195942.606000', '195942.608000', '195942.611000', '195942.614000', '195942.616000', '195942.619000', '195942.621000', '195942.624000', '195942.626000', '195942.629000', '195942.632000', '195942.634000', '195942.637000', '195942.639000', '195942.642000', '195942.645000', '195942.647000', '195942.650000', '195942.652000', '195942.655000', '195942.658000', '195942.660000', '195942.663000', '195942.665000', '195942.668000', '195942.671000', '195942.673000', '195942.676000', '195942.678000', '195942.681000', '195942.684000', '195942.686000', '195942.689000', '195942.691000', '195942.694000', '195942.697000', '200002.584000', '200002.587000', '200002.589000', '200002.592000', '200002.594000', '200002.597000', '200002.600000', '200002.602000', '200002.605000', '200002.608000', '200002.610000', '200002.613000', '200002.615000', '200002.618000', '200002.621000', '200002.623000', '200002.626000', '200002.628000', '200002.631000', '200002.634000', '200002.636000', '200002.639000', '200002.642000', '200002.644000', '200002.647000', '200002.649000', '200002.652000', '200002.655000', '200002.657000', '200002.660000', '200002.662000', '200002.665000', '200002.668000', '200002.670000', '200002.673000', '200002.675000', '200002.678000', '200002.681000', '200002.683000', '200002.686000', '200002.688000', '200002.691000', '200002.693000', '200002.696000', '200022.583000', '200022.586000', '200022.589000', '200022.591000', '200022.594000', '200022.597000', '200022.599000', '200022.602000', '200022.605000', '200022.607000', '200022.610000', '200022.612000', '200022.615000', '200022.617000', '200022.620000', '200022.623000', '200022.626000', '200022.628000', '200022.631000', '200022.633000', '200022.636000', '200022.639000', '200022.641000', '200022.644000', '200022.647000', '200022.649000', '200022.652000', '200022.655000', '200022.657000', '200022.669000', '200022.672000', '200022.675000', '200022.677000', '200022.680000', '200022.682000', '200022.685000', '200022.688000', '200022.690000', '200022.693000', '200022.695000', '200022.698000', '200022.700000', '200022.703000', '200042.584000', '200042.587000', '200042.589000', '200042.592000', '200042.594000', '200042.597000', '200042.600000', '200042.602000', '200042.605000', '200042.608000', '200042.610000', '200042.613000', '200042.615000', '200042.618000', '200042.621000', '200042.624000', '200042.626000', '200042.630000', '200042.633000', '200042.635000', '200042.638000', '200042.641000', '200042.643000', '200042.646000', '200042.648000', '200042.651000', '200042.653000', '200042.656000', '200042.659000', '200042.661000', '200042.664000', '200042.666000', '200042.669000', '200042.672000', '200042.674000', '200042.677000', '200042.680000', '200042.682000', '200042.685000', '200042.687000', '200042.690000', '200042.692000', '200042.695000', '200102.584000', '200102.586000', '200102.589000', '200102.592000', '200102.594000', '200102.597000', '200102.600000', '200102.602000', '200102.605000', '200102.607000', '200102.610000', '200102.613000', '200102.615000', '200102.618000', '200102.621000', '200102.623000', '200102.626000', '200102.628000', '200102.631000', '200102.633000', '200102.636000', '200102.639000', '200102.641000', '200102.644000', '200102.646000', '200102.649000', '200102.651000', '200102.654000', '200102.657000', '200102.659000', '200102.662000', '200102.664000', '200102.667000', '200102.670000', '200102.672000', '200102.675000', '200102.677000', '200102.680000', '200102.682000', '200102.685000', '200102.688000', '200102.690000', '200102.693000', '200102.696000', '200122.585000', '200122.588000', '200122.591000', '200122.594000', '200122.596000', '200122.599000', '200122.602000', '200122.604000', '200122.607000', '200122.610000', '200122.612000', '200122.615000', '200122.617000', '200122.620000', '200122.623000', '200122.625000', '200122.628000', '200122.630000', '200122.633000', '200122.635000', '200122.638000', '200122.641000', '200122.643000', '200122.646000', '200122.648000', '200122.651000', '200122.654000', '200122.656000', '200122.659000', '200122.661000', '200122.664000', '200122.667000', '200122.669000', '200122.672000', '200122.674000', '200122.677000', '200122.680000', '200122.682000', '200122.685000', '200122.687000', '200122.690000', '200122.693000', '200122.695000', '200142.585000', '200142.588000', '200142.590000', '200142.593000', '200142.595000', '200142.598000', '200142.601000', '200142.603000', '200142.606000', '200142.609000', '200142.611000', '200142.614000', '200142.616000', '200142.619000', '200142.621000', '200142.624000', '200142.627000', '200142.629000', '200142.632000', '200142.635000', '200142.637000', '200142.640000', '200142.642000', '200142.645000', '200142.648000', '200142.650000', '200142.653000', '200142.668000', '200142.671000', '200142.673000', '200142.676000', '200142.678000', '200142.681000', '200142.684000', '200142.686000', '200142.689000', '200142.691000', '200142.694000', '200142.697000', '200142.699000', '200142.702000', '200142.705000', '200142.707000', '200142.710000', '200202.585000', '200202.587000', '200202.590000', '200202.593000', '200202.595000', '200202.598000', '200202.601000', '200202.603000', '200202.606000', '200202.608000', '200202.611000', '200202.614000', '200202.616000', '200202.619000', '200202.621000', '200202.624000', '200202.627000', '200202.630000', '200202.633000', '200202.636000', '200202.638000', '200202.641000', '200202.644000', '200202.646000', '200202.649000', '200202.651000', '200202.654000', '200202.657000', '200202.659000', '200202.662000', '200202.664000', '200202.667000', '200202.671000', '200202.674000', '200202.677000', '200202.679000', '200202.682000', '200202.684000', '200202.687000', '200202.690000', '200202.692000', '200202.695000', '200202.698000', '200222.584000', '200222.586000', '200222.589000', '200222.592000', '200222.594000', '200222.597000', '200222.599000', '200222.602000', '200222.605000', '200222.607000', '200222.610000', '200222.613000', '200222.615000', '200222.618000', '200222.620000', '200222.623000', '200222.626000', '200222.628000', '200222.631000', '200222.633000', '200222.636000', '200222.639000', '200222.641000', '200222.644000', '200222.646000', '200222.649000', '200222.652000', '200222.655000', '200222.657000', '200222.660000', '200222.662000', '200222.665000', '200222.667000', '200222.670000', '200222.673000', '200222.675000', '200222.678000', '200222.680000', '200222.683000', '200222.686000', '200222.688000', '200222.691000', '200222.694000', '200222.696000', '200242.584000', '200242.587000', '200242.589000', '200242.592000', '200242.594000', '200242.597000', '200242.600000', '200242.602000', '200242.605000', '200242.607000', '200242.610000', '200242.613000', '200242.615000', '200242.618000', '200242.620000', '200242.623000', '200242.626000', '200242.628000', '200242.631000', '200242.634000', '200242.636000', '200242.639000', '200242.642000', '200242.644000', '200242.647000', '200242.649000', '200242.652000', '200242.655000', '200242.657000', '200242.660000', '200242.662000', '200242.665000', '200242.667000', '200242.670000', '200242.673000', '200242.675000', '200242.678000', '200242.680000', '200242.683000', '200242.685000', '200242.688000', '200242.691000', '200242.693000', '200302.584000', '200302.586000', '200302.589000', '200302.592000', '200302.594000', '200302.597000', '200302.599000', '200302.602000', '200302.605000', '200302.607000', '200302.610000', '200302.613000', '200302.615000', '200302.618000', '200302.620000', '200302.623000', '200302.625000', '200302.628000', '200302.631000', '200302.633000', '200302.636000', '200302.638000', '200302.641000', '200302.659000', '200302.662000', '200302.665000', '200302.667000', '200302.670000', '200302.672000', '200302.675000', '200302.678000', '200302.680000', '200302.683000', '200302.685000', '200302.688000', '200302.690000', '200302.693000', '200302.695000', '200302.698000', '200302.701000', '200302.703000', '200302.706000', '200302.709000', '200302.711000', '200322.584000', '200322.586000', '200322.589000', '200322.592000', '200322.594000', '200322.597000', '200322.600000', '200322.602000', '200322.605000', '200322.607000', '200322.610000', '200322.613000', '200322.615000', '200322.618000', '200322.620000', '200322.623000', '200322.626000', '200322.628000', '200322.631000', '200322.633000', '200322.636000', '200322.638000', '200322.641000', '200322.644000', '200322.646000', '200322.649000', '200322.652000', '200322.654000', '200322.657000', '200322.659000', '200322.663000', '200322.666000', '200322.668000', '200322.671000', '200322.674000', '200322.676000', '200322.679000', '200322.682000', '200322.684000', '200322.687000', '200322.690000', '200322.692000', '200322.695000', '200341.050000', '200341.053000', '200341.056000', '200341.058000', '200341.061000', '200341.064000', '200341.066000', '200341.069000', '200341.072000', '200341.075000', '200341.078000', '200341.081000', '200341.084000', '200341.087000', '200341.089000', '200341.092000', '200341.095000', '200341.097000', '200341.100000', '200341.103000', '200341.105000', '200341.108000', '200341.111000', '200341.113000', '200341.116000', '200341.119000', '200341.122000', '200341.124000', '200341.127000', '200341.130000', '200341.132000', '200341.135000', '200341.138000', '200341.141000', '200341.144000', '200341.147000', '200341.150000', '200341.153000', '200341.156000', '200341.158000', '200341.161000'], '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': [6962, 7478, 6455, 7254, 8163, 7568, 7301, 7385, 7388, 6084, 6038, 6873, 5543, 7082, 8170, 6605, 7455, 5895, 7281, 7896, 6974, 7425, 6001, 7339, 6762, 6541, 7426, 5973, 7544, 7334, 6494, 7583, 5629, 6916, 7005, 6753, 7408, 6166, 7729, 7137, 7398, 7685, 6462, 7300, 7703, 7262, 7422, 6043, 7154, 7221, 7320, 7333, 6102, 7346, 6080, 7154, 7245, 6467, 7616, 6019, 7244, 7541, 6969, 7464, 6205, 7002, 7344, 6746, 7380, 6325, 7253, 5662, 6970, 7055, 6025, 7200, 5837, 7042, 7452, 6271, 7236, 6360, 6877, 6887, 6351, 6894, 7042, 6833, 7124, 5955, 7273, 6474, 6536, 7652, 6785, 7080, 5992, 6659, 8058, 6291, 6996, 6699, 6428, 6993, 6924, 6983, 7734, 6603, 7486, 7455, 7076, 7235, 6630, 7244, 7174, 6918, 7398, 6365, 7216, 6026, 7256, 6871, 6455, 6907, 6102, 6835, 6890, 6676, 7359, 6464, 7425, 5881, 6586, 6906, 6214, 7250, 6415, 6998, 6193, 6995, 7341, 6179, 6969, 6094, 6968, 6898, 6418, 7144, 6553, 6796, 7400, 6893, 7350, 6392, 7330, 5835, 6980, 7343, 6525, 7580, 6369, 7268, 6431, 7163, 7368, 6527, 6934, 7322, 7078, 7349, 6316, 7477, 5731, 7417, 6915, 6332, 7424, 6121, 7554, 7038, 6902, 7391, 6467, 7054, 7418, 7206, 6692, 6455, 7118, 6157, 6988, 6790, 6388, 7097, 6198, 7033, 5964, 7147, 6878, 6301, 7159, 5880, 7082, 7284, 6625, 7408, 6197, 6719, 6872, 6820, 7529, 6354, 7292, 5712, 6889, 7171, 6585, 7469, 6029, 6884, 7356, 6889, 7476, 5930, 7334, 7756, 7344, 6702, 6605, 7256, 5889, 7323, 7710, 6873, 7166, 6075, 7179, 7532, 6585, 6944, 6037, 6855, 7494, 6406, 7023, 5742, 6699, 7029, 6352, 6806, 5942, 6831, 7750, 6667, 7167, 6276, 6687, 6376, 6819, 7234, 6537, 7132, 5879, 7126, 7291, 6201, 7199, 5783, 7060, 7348, 6095, 7192, 5690, 6904, 7206, 6204, 7098, 6167, 7031, 7101, 6215, 7203, 6067, 7007, 7700, 6887, 7409, 6291, 6923, 5724, 6920, 7771, 6814, 6823, 6050, 6907, 8112, 6697, 7045, 5904, 6695, 8053, 6502, 6963, 5876, 6581, 8038, 6695, 7052, 6000, 6915, 5835, 6701, 7251, 6506, 7178, 6306, 6885, 7769, 7142, 7063, 5968, 7145, 7098, 7173, 7124, 6328, 7034, 6050, 7153, 7152, 6647, 7192, 6500, 7079, 7300, 6381, 7081, 6193, 6704, 6032, 7099, 7223, 6246, 7161, 6129, 6783, 7942, 6881, 6937, 5785, 6841, 7048, 6816, 7110, 6022, 7503, 5962, 7312, 7081, 6732, 7135, 6584, 7118, 7340, 6886, 7364, 5975, 7289, 7234, 7113, 6807, 6082, 7247, 5949, 7189, 7516, 6432, 7067, 6385, 7241, 7445, 6912, 7105, 6352, 6917, 6171, 6838, 7458, 6739, 7056, 6018, 6620, 7394, 6579, 6867, 6041, 6830, 6834, 7067, 7067, 6529, 6527, 6368, 6430, 6121, 7145, 5799, 6882, 7454, 6248, 6902, 5918, 7070, 7498, 6538, 7233, 6707, 7184, 6983, 6914, 6756, 6194, 6962, 5917, 6998, 7292, 6553, 7186, 6156, 6836, 6776, 6447, 7081, 6128, 7002, 7133, 6676, 7250, 6611, 6967, 7328, 6896, 7117, 5877, 6918, 5995, 6892, 7232, 6863, 7004, 6039, 7122, 6410, 6621, 7737, 6808, 5787, 7056, 6111, 7030, 7709, 6484, 7080, 6703, 6779, 7212, 6493, 6846, 5862, 6784, 7145, 6451, 6914, 6133, 6809, 6732, 6560, 6884, 6219, 6809, 5972, 6696, 6404, 6661, 6877, 6214, 6920, 6148, 6982, 7909, 6711, 7127, 6202, 7066, 6160, 6890, 7537, 6416, 6885, 6473, 6911, 7383, 6874, 6987, 6148, 6819, 6119, 6916, 7049, 6356, 7029, 6500, 7132, 6058, 6851, 6953, 6144, 7011, 6437, 6964, 7392, 6381, 6940, 5983, 6864, 6582, 6645, 6870, 6346, 6709, 6290, 6860, 6954, 6221, 6776, 6149, 7033, 7176, 6545, 6746, 6070, 7042, 5964, 6854, 6836, 6143, 6876, 6174, 6611, 6952, 6375, 7023, 6206, 7031, 7637, 6830, 6745, 6542, 6861, 6308, 6796, 7769, 6786, 6776, 6498, 6973, 6399, 6823, 7200, 6861, 7066, 6200, 6809, 5975, 6833, 7681, 6614, 7089, 6358, 6813, 5731, 6896, 7304, 6349, 6992, 6357, 6897, 6044, 6651, 6120, 6610, 6843, 6078, 7237, 6828, 7030, 6750, 6656, 5932, 6892, 6025, 7024, 7648, 6851, 7158, 6635, 7041, 7714, 6950, 6979, 6023, 6805, 7522, 6790, 7060, 6219, 6811, 6013, 6866, 6779, 6951, 6754, 5938, 6860, 7762, 6778, 6645, 6511, 6993, 5933, 7228, 6784, 6600, 6845, 6009, 7066, 7012, 6434, 6845, 6562, 7049, 7143, 6866, 6742, 6096, 6978, 6266, 6788, 6973, 6964, 6807, 6184, 7005, 5851, 6619, 7025, 6375, 7263, 6264, 6921, 6081, 6813, 7503, 6900, 6925, 6016, 6825, 7513, 6930, 6904, 6306, 6865, 6043, 6870, 6808, 6347, 7142, 6281, 6884, 6337, 6999, 7380, 6268, 6909, 6462, 6910, 7148, 6705, 7221, 6240, 6981, 6220, 6990, 7241, 6583, 7269, 6350, 6998, 5940, 6826, 7183, 6417, 7009, 6073, 6894, 7301, 6376, 6850, 6199, 6866, 7280, 6512, 6966, 5851, 6736, 6001, 6944, 7500, 6456, 6943, 6204, 6799, 7395, 6635, 6989, 6265, 6963, 7107, 6307, 7336, 6030, 7042, 6317, 6683, 7325, 6169, 7042, 6084, 6855, 6908, 6214, 6893, 6136, 6708, 7123, 6858, 6952, 6317, 6902, 6866, 6751, 6749, 6253, 7121, 6119, 6783, 6936, 6529, 6759, 6320, 6917, 6090, 6705, 7507, 6708, 7169, 6126, 6869, 6215, 6743, 7326, 6338, 6830, 6126, 6881, 6224, 6639, 7072, 6127, 6887, 6231, 6938, 7541, 6468, 6947, 6275, 6861, 7643, 6792, 6887, 6035, 6865, 6239, 6897, 7374, 6378, 6922, 6490, 7018, 8062, 6707, 7145, 6186, 7147, 6431, 6939, 7191, 6560, 6952, 6522, 7255, 6647, 6791, 7079, 6457, 7053, 6248, 7029, 7589, 6908, 6985, 6342, 7165, 7379, 6371, 6938, 6365, 6997, 6248, 6575, 6713, 6489, 7099, 6343, 6883, 7224, 6543, 7082, 6367, 7178, 6133, 6780, 7494, 6701, 7154, 6203, 7202, 5976, 6963, 6891, 6590, 7084, 6119, 7073, 6832, 6769, 6921, 7059, 7146, 6202, 7191, 6840, 7151, 6493, 7079, 6963, 6955, 6572, 7315, 7803, 7144, 7089, 7351, 7049, 6638, 7223, 7108, 7371, 7033, 6920, 7027, 6778, 6967, 6733, 7057, 6973, 6452, 7098, 7177, 7351, 7039, 6777, 6979, 6823, 7516, 6879, 7142, 7195, 6553, 6817, 7450, 7466, 6947, 6928, 6945, 7249, 7185, 7297, 6948, 7093, 7297, 6838, 7370, 7338, 7454, 6644, 7187, 7089, 6930, 7462, 7023, 7171, 7069, 7111, 7367, 7066, 7034, 6432, 6899, 6927, 7457, 6976, 6963, 7024, 6698, 6968, 7347, 7200, 6926, 6291, 7079, 6877, 7119, 6878, 6963, 6913, 6773, 6882, 7307, 6930, 6919, 6953, 6951, 7597, 6911, 7171, 7201, 6976, 7037, 6939, 7361, 6553, 7347, 7229, 7436, 7438, 6853, 7175, 7173, 7324, 7298, 6730, 7092, 6865, 7227, 7321, 6948, 6898, 7017, 6900, 7236, 6949, 6929, 6115, 6926, 7189, 7372, 6859, 6748, 7246, 7280, 6939, 7259, 7031, 7151, 6103, 6898, 6996, 7295, 6740, 7182, 7107, 6231, 6984, 7095, 6857, 7100, 7141, 6987, 7347, 8127, 6883, 7275, 6733, 6892, 7320, 6738, 6850, 7244, 6674, 6154, 7066, 6264, 7050, 6258, 7245, 8735, 6993, 6662, 6936, 7482, 6800, 7156, 6440, 7225, 8576, 7206, 6975, 6681, 7067, 5845, 6691, 7426, 6554, 6880, 5861, 7142, 6923, 6499, 7053, 6313, 6735, 6849, 6654, 7091, 6461, 7085, 7436, 6793, 7175, 6898, 7081, 6392, 6893, 6941, 7004, 7054, 6426, 6940, 7761, 6653, 7624, 6622, 7356, 6013, 6970, 6975, 7060, 7241, 6195, 7097, 7203, 6953, 7165, 6518, 7086, 7284, 6945, 7129, 6489, 7222, 7464, 6676, 7292, 6763, 6940, 6556, 6933, 7138, 6797, 7156, 6673, 7203, 7274, 7042, 7348, 6729, 7371, 6087, 7399, 7288, 6799, 7500, 6859, 7413, 6545, 7141, 7159, 6474, 7126, 6016, 7170, 7393, 6706, 7199, 6716, 7213, 6259, 7110, 7158, 6570, 7115, 6342, 7195, 7049, 6611, 7078, 6280, 6930, 6934, 6488, 7193, 6243, 7150, 7137, 6942, 7034, 6481, 6946, 6024, 7067, 6995, 6497, 7118, 6524, 6920, 6922, 7054, 7503, 6709, 7093, 7123, 6948, 7813, 6749, 7260, 7445, 7038, 7615, 6497, 7143, 6931, 6930, 7241, 6903, 7129, 6312, 6700, 7011, 6720, 7015, 6318, 6857, 7247, 6365, 7228, 6381, 6875, 6687, 6606, 7160, 6622, 6924, 5922, 6942, 7154, 6108, 7103, 6135, 7032, 7238, 7001, 7182, 6433, 7147, 6033, 7108, 7064, 6334, 7005, 6204, 6583, 7032, 6623, 7117, 6451, 7070, 5902, 7077, 7224, 6637, 7008, 6087, 7028, 7108, 6627, 7513, 6563, 7397, 6195, 7127, 7206, 6704, 7125, 6515, 7087, 6557, 6599, 6979, 6462, 7174, 6053, 7034, 7345, 6201, 7160, 6258, 7162, 6467, 6733, 7141, 6647, 7069, 6084, 6823, 6950, 6281, 7028, 6008, 6869, 6881, 6569, 6886, 6454, 6958, 6316, 6824], 'WindowCenter': [3634.0, 3630.0, 3622.0, 3630.0, 3623.0, 3612.0, 3601.0, 3609.0, 3599.0, 3563.0, 3578.0, 3597.0, 3564.0, 3600.0, 3623.0, 3587.0, 3601.0, 3565.0, 3596.0, 3598.0, 3573.0, 3584.0, 3561.0, 3584.0, 3574.0, 3573.0, 3584.0, 3559.0, 3583.0, 3584.0, 3560.0, 3583.0, 3551.0, 3583.0, 3573.0, 3573.0, 3584.0, 3562.0, 3595.0, 3585.0, 3584.0, 3597.0, 3572.0, 3584.0, 3587.0, 3584.0, 3585.0, 3563.0, 3586.0, 3581.0, 3584.0, 3586.0, 3563.0, 3584.0, 3562.0, 3585.0, 3589.0, 3574.0, 3599.0, 3572.0, 3598.0, 3597.0, 3586.0, 3597.0, 3576.0, 3598.0, 3586.0, 3586.0, 3597.0, 3576.0, 3597.0, 3563.0, 3597.0, 3590.0, 3576.0, 3598.0, 3565.0, 3598.0, 3599.0, 3576.0, 3599.0, 3575.0, 3587.0, 3588.0, 3576.0, 3587.0, 3585.0, 3586.0, 3586.0, 3575.0, 3597.0, 3575.0, 3575.0, 3599.0, 3587.0, 3588.0, 3566.0, 3576.0, 3598.0, 3575.0, 3588.0, 3600.0, 3590.0, 3602.0, 3600.0, 3600.0, 3610.0, 3588.0, 3598.0, 3597.0, 3586.0, 3586.0, 3575.0, 3583.0, 3571.0, 3586.0, 3586.0, 3573.0, 3585.0, 3563.0, 3586.0, 3574.0, 3574.0, 3586.0, 3564.0, 3586.0, 3586.0, 3587.0, 3597.0, 3588.0, 3598.0, 3575.0, 3588.0, 3587.0, 3576.0, 3598.0, 3576.0, 3598.0, 3576.0, 3598.0, 3598.0, 3576.0, 3587.0, 3575.0, 3588.0, 3586.0, 3575.0, 3587.0, 3575.0, 3584.0, 3597.0, 3587.0, 3598.0, 3575.0, 3599.0, 3562.0, 3586.0, 3596.0, 3575.0, 3596.0, 3574.0, 3596.0, 3572.0, 3585.0, 3585.0, 3574.0, 3586.0, 3584.0, 3585.0, 3585.0, 3574.0, 3585.0, 3563.0, 3585.0, 3584.0, 3572.0, 3585.0, 3561.0, 3595.0, 3584.0, 3586.0, 3585.0, 3574.0, 3586.0, 3585.0, 3596.0, 3585.0, 3575.0, 3586.0, 3563.0, 3586.0, 3575.0, 3572.0, 3587.0, 3563.0, 3587.0, 3564.0, 3588.0, 3575.0, 3574.0, 3585.0, 3563.0, 3586.0, 3586.0, 3585.0, 3586.0, 3574.0, 3583.0, 3585.0, 3585.0, 3596.0, 3576.0, 3597.0, 3562.0, 3587.0, 3585.0, 3586.0, 3597.0, 3573.0, 3588.0, 3597.0, 3587.0, 3597.0, 3575.0, 3597.0, 3596.0, 3596.0, 3586.0, 3586.0, 3597.0, 3564.0, 3586.0, 3594.0, 3574.0, 3585.0, 3562.0, 3584.0, 3584.0, 3573.0, 3584.0, 3563.0, 3574.0, 3583.0, 3575.0, 3584.0, 3563.0, 3574.0, 3584.0, 3574.0, 3573.0, 3562.0, 3586.0, 3595.0, 3574.0, 3585.0, 3574.0, 3587.0, 3573.0, 3573.0, 3585.0, 3574.0, 3587.0, 3563.0, 3587.0, 3585.0, 3562.0, 3586.0, 3561.0, 3585.0, 3586.0, 3564.0, 3586.0, 3562.0, 3586.0, 3595.0, 3575.0, 3586.0, 3574.0, 3598.0, 3585.0, 3575.0, 3598.0, 3575.0, 3588.0, 3595.0, 3587.0, 3586.0, 3576.0, 3587.0, 3565.0, 3587.0, 3597.0, 3585.0, 3588.0, 3575.0, 3586.0, 3594.0, 3575.0, 3587.0, 3563.0, 3586.0, 3596.0, 3574.0, 3585.0, 3564.0, 3587.0, 3595.0, 3587.0, 3586.0, 3575.0, 3586.0, 3564.0, 3586.0, 3585.0, 3575.0, 3586.0, 3572.0, 3586.0, 3582.0, 3589.0, 3586.0, 3574.0, 3586.0, 3585.0, 3586.0, 3585.0, 3575.0, 3586.0, 3563.0, 3586.0, 3585.0, 3585.0, 3586.0, 3574.0, 3586.0, 3598.0, 3577.0, 3586.0, 3565.0, 3587.0, 3575.0, 3587.0, 3598.0, 3576.0, 3588.0, 3576.0, 3588.0, 3597.0, 3587.0, 3586.0, 3564.0, 3576.0, 3585.0, 3586.0, 3586.0, 3565.0, 3587.0, 3564.0, 3587.0, 3585.0, 3575.0, 3585.0, 3574.0, 3587.0, 3584.0, 3585.0, 3586.0, 3563.0, 3585.0, 3582.0, 3585.0, 3573.0, 3562.0, 3585.0, 3559.0, 3585.0, 3585.0, 3562.0, 3574.0, 3562.0, 3586.0, 3581.0, 3585.0, 3573.0, 3574.0, 3584.0, 3562.0, 3575.0, 3585.0, 3575.0, 3586.0, 3563.0, 3585.0, 3584.0, 3574.0, 3576.0, 3563.0, 3575.0, 3574.0, 3585.0, 3586.0, 3574.0, 3573.0, 3576.0, 3576.0, 3577.0, 3600.0, 3565.0, 3599.0, 3598.0, 3577.0, 3588.0, 3565.0, 3586.0, 3587.0, 3575.0, 3586.0, 3574.0, 3585.0, 3584.0, 3585.0, 3576.0, 3563.0, 3585.0, 3565.0, 3585.0, 3586.0, 3575.0, 3586.0, 3564.0, 3576.0, 3574.0, 3574.0, 3586.0, 3561.0, 3587.0, 3585.0, 3574.0, 3585.0, 3573.0, 3585.0, 3585.0, 3585.0, 3585.0, 3552.0, 3584.0, 3562.0, 3587.0, 3585.0, 3575.0, 3584.0, 3563.0, 3585.0, 3574.0, 3578.0, 3598.0, 3585.0, 3564.0, 3597.0, 3575.0, 3601.0, 3599.0, 3576.0, 3586.0, 3571.0, 3574.0, 3584.0, 3559.0, 3573.0, 3550.0, 3572.0, 3571.0, 3561.0, 3572.0, 3562.0, 3574.0, 3573.0, 3574.0, 3584.0, 3575.0, 3588.0, 3575.0, 3590.0, 3575.0, 3586.0, 3585.0, 3563.0, 3587.0, 3564.0, 3586.0, 3595.0, 3575.0, 3584.0, 3563.0, 3585.0, 3562.0, 3584.0, 3584.0, 3573.0, 3574.0, 3562.0, 3584.0, 3583.0, 3572.0, 3574.0, 3562.0, 3576.0, 3561.0, 3586.0, 3585.0, 3574.0, 3584.0, 3563.0, 3584.0, 3563.0, 3575.0, 3585.0, 3565.0, 3586.0, 3574.0, 3586.0, 3588.0, 3575.0, 3585.0, 3562.0, 3575.0, 3573.0, 3574.0, 3573.0, 3573.0, 3574.0, 3573.0, 3575.0, 3584.0, 3574.0, 3575.0, 3564.0, 3586.0, 3584.0, 3573.0, 3574.0, 3563.0, 3585.0, 3563.0, 3574.0, 3574.0, 3563.0, 3574.0, 3560.0, 3574.0, 3584.0, 3574.0, 3585.0, 3563.0, 3586.0, 3584.0, 3574.0, 3574.0, 3573.0, 3575.0, 3573.0, 3575.0, 3588.0, 3572.0, 3574.0, 3574.0, 3587.0, 3575.0, 3587.0, 3586.0, 3586.0, 3586.0, 3575.0, 3587.0, 3564.0, 3586.0, 3596.0, 3587.0, 3585.0, 3575.0, 3576.0, 3551.0, 3585.0, 3584.0, 3574.0, 3585.0, 3574.0, 3587.0, 3562.0, 3575.0, 3563.0, 3586.0, 3585.0, 3565.0, 3586.0, 3573.0, 3588.0, 3575.0, 3588.0, 3574.0, 3588.0, 3576.0, 3600.0, 3597.0, 3588.0, 3586.0, 3575.0, 3586.0, 3584.0, 3586.0, 3585.0, 3563.0, 3574.0, 3581.0, 3573.0, 3584.0, 3563.0, 3574.0, 3563.0, 3586.0, 3574.0, 3587.0, 3586.0, 3562.0, 3576.0, 3584.0, 3575.0, 3574.0, 3574.0, 3585.0, 3562.0, 3582.0, 3574.0, 3586.0, 3586.0, 3561.0, 3586.0, 3585.0, 3574.0, 3573.0, 3573.0, 3582.0, 3570.0, 3574.0, 3572.0, 3559.0, 3573.0, 3574.0, 3573.0, 3573.0, 3584.0, 3573.0, 3563.0, 3582.0, 3562.0, 3587.0, 3584.0, 3574.0, 3584.0, 3574.0, 3586.0, 3563.0, 3583.0, 3587.0, 3586.0, 3582.0, 3562.0, 3576.0, 3584.0, 3586.0, 3585.0, 3574.0, 3586.0, 3563.0, 3586.0, 3574.0, 3576.0, 3585.0, 3574.0, 3586.0, 3574.0, 3587.0, 3586.0, 3575.0, 3585.0, 3574.0, 3587.0, 3584.0, 3576.0, 3582.0, 3575.0, 3587.0, 3562.0, 3586.0, 3585.0, 3574.0, 3585.0, 3575.0, 3585.0, 3563.0, 3574.0, 3573.0, 3563.0, 3584.0, 3563.0, 3585.0, 3584.0, 3574.0, 3574.0, 3563.0, 3585.0, 3584.0, 3571.0, 3584.0, 3553.0, 3574.0, 3563.0, 3586.0, 3588.0, 3574.0, 3585.0, 3563.0, 3576.0, 3584.0, 3576.0, 3586.0, 3574.0, 3587.0, 3570.0, 3574.0, 3585.0, 3563.0, 3586.0, 3562.0, 3576.0, 3585.0, 3565.0, 3583.0, 3564.0, 3588.0, 3585.0, 3565.0, 3587.0, 3575.0, 3587.0, 3583.0, 3586.0, 3587.0, 3575.0, 3587.0, 3575.0, 3587.0, 3576.0, 3576.0, 3586.0, 3564.0, 3587.0, 3586.0, 3577.0, 3585.0, 3576.0, 3587.0, 3575.0, 3587.0, 3585.0, 3586.0, 3585.0, 3576.0, 3587.0, 3562.0, 3585.0, 3586.0, 3576.0, 3586.0, 3563.0, 3587.0, 3574.0, 3588.0, 3586.0, 3575.0, 3587.0, 3564.0, 3588.0, 3598.0, 3576.0, 3587.0, 3575.0, 3588.0, 3596.0, 3584.0, 3587.0, 3575.0, 3587.0, 3575.0, 3588.0, 3598.0, 3573.0, 3587.0, 3572.0, 3587.0, 3597.0, 3574.0, 3584.0, 3563.0, 3586.0, 3573.0, 3586.0, 3586.0, 3575.0, 3588.0, 3574.0, 3587.0, 3573.0, 3575.0, 3582.0, 3575.0, 3584.0, 3572.0, 3585.0, 3585.0, 3585.0, 3585.0, 3573.0, 3584.0, 3584.0, 3574.0, 3584.0, 3562.0, 3585.0, 3573.0, 3574.0, 3573.0, 3575.0, 3585.0, 3574.0, 3584.0, 3585.0, 3575.0, 3585.0, 3574.0, 3584.0, 3563.0, 3575.0, 3588.0, 3575.0, 3582.0, 3563.0, 3585.0, 3562.0, 3585.0, 3585.0, 3574.0, 3585.0, 3562.0, 3585.0, 3573.0, 3576.0, 3574.0, 3584.0, 3587.0, 3563.0, 3598.0, 3587.0, 3587.0, 3589.0, 3600.0, 3600.0, 3601.0, 3588.0, 3600.0, 3587.0, 3589.0, 3588.0, 3588.0, 3588.0, 3576.0, 3587.0, 3575.0, 3586.0, 3587.0, 3586.0, 3587.0, 3575.0, 3588.0, 3575.0, 3588.0, 3589.0, 3577.0, 3588.0, 3586.0, 3588.0, 3587.0, 3575.0, 3588.0, 3577.0, 3585.0, 3577.0, 3586.0, 3588.0, 3574.0, 3577.0, 3585.0, 3587.0, 3588.0, 3586.0, 3588.0, 3586.0, 3587.0, 3586.0, 3576.0, 3576.0, 3586.0, 3576.0, 3585.0, 3584.0, 3586.0, 3572.0, 3586.0, 3586.0, 3586.0, 3587.0, 3586.0, 3587.0, 3574.0, 3575.0, 3585.0, 3587.0, 3588.0, 3575.0, 3587.0, 3585.0, 3587.0, 3585.0, 3576.0, 3587.0, 3575.0, 3584.0, 3586.0, 3587.0, 3588.0, 3565.0, 3588.0, 3574.0, 3587.0, 3575.0, 3575.0, 3587.0, 3576.0, 3587.0, 3587.0, 3587.0, 3587.0, 3586.0, 3587.0, 3596.0, 3587.0, 3585.0, 3587.0, 3588.0, 3585.0, 3588.0, 3586.0, 3574.0, 3587.0, 3586.0, 3587.0, 3587.0, 3575.0, 3586.0, 3576.0, 3587.0, 3585.0, 3575.0, 3587.0, 3573.0, 3587.0, 3586.0, 3574.0, 3587.0, 3576.0, 3588.0, 3586.0, 3587.0, 3588.0, 3563.0, 3589.0, 3586.0, 3586.0, 3577.0, 3574.0, 3588.0, 3586.0, 3586.0, 3588.0, 3585.0, 3588.0, 3564.0, 3588.0, 3587.0, 3588.0, 3587.0, 3588.0, 3589.0, 3567.0, 3587.0, 3589.0, 3590.0, 3603.0, 3602.0, 3588.0, 3603.0, 3598.0, 3589.0, 3586.0, 3576.0, 3574.0, 3573.0, 3575.0, 3573.0, 3584.0, 3577.0, 3563.0, 3587.0, 3577.0, 3588.0, 3575.0, 3600.0, 3609.0, 3601.0, 3588.0, 3602.0, 3601.0, 3590.0, 3589.0, 3576.0, 3588.0, 3598.0, 3586.0, 3575.0, 3573.0, 3575.0, 3551.0, 3573.0, 3583.0, 3563.0, 3576.0, 3553.0, 3576.0, 3587.0, 3576.0, 3585.0, 3564.0, 3575.0, 3576.0, 3576.0, 3588.0, 3575.0, 3586.0, 3585.0, 3575.0, 3587.0, 3588.0, 3588.0, 3576.0, 3587.0, 3586.0, 3588.0, 3586.0, 3575.0, 3589.0, 3599.0, 3576.0, 3596.0, 3577.0, 3598.0, 3565.0, 3588.0, 3586.0, 3588.0, 3587.0, 3565.0, 3587.0, 3585.0, 3576.0, 3575.0, 3564.0, 3586.0, 3586.0, 3585.0, 3585.0, 3563.0, 3586.0, 3585.0, 3575.0, 3585.0, 3574.0, 3574.0, 3562.0, 3575.0, 3573.0, 3574.0, 3573.0, 3574.0, 3587.0, 3573.0, 3575.0, 3585.0, 3575.0, 3586.0, 3563.0, 3585.0, 3586.0, 3575.0, 3585.0, 3575.0, 3588.0, 3564.0, 3585.0, 3575.0, 3564.0, 3573.0, 3564.0, 3575.0, 3585.0, 3575.0, 3574.0, 3573.0, 3585.0, 3562.0, 3586.0, 3586.0, 3575.0, 3586.0, 3561.0, 3586.0, 3574.0, 3574.0, 3585.0, 3564.0, 3586.0, 3575.0, 3576.0, 3587.0, 3575.0, 3587.0, 3575.0, 3587.0, 3588.0, 3575.0, 3588.0, 3565.0, 3587.0, 3585.0, 3577.0, 3588.0, 3576.0, 3587.0, 3586.0, 3588.0, 3586.0, 3577.0, 3587.0, 3585.0, 3588.0, 3597.0, 3574.0, 3588.0, 3584.0, 3587.0, 3584.0, 3564.0, 3587.0, 3574.0, 3587.0, 3586.0, 3575.0, 3585.0, 3572.0, 3576.0, 3575.0, 3576.0, 3586.0, 3565.0, 3577.0, 3587.0, 3577.0, 3587.0, 3574.0, 3576.0, 3574.0, 3587.0, 3587.0, 3586.0, 3588.0, 3564.0, 3588.0, 3588.0, 3566.0, 3588.0, 3566.0, 3587.0, 3586.0, 3589.0, 3587.0, 3576.0, 3587.0, 3565.0, 3588.0, 3586.0, 3576.0, 3586.0, 3564.0, 3577.0, 3587.0, 3588.0, 3585.0, 3577.0, 3588.0, 3565.0, 3587.0, 3587.0, 3578.0, 3587.0, 3563.0, 3588.0, 3584.0, 3576.0, 3586.0, 3576.0, 3588.0, 3564.0, 3588.0, 3587.0, 3575.0, 3587.0, 3576.0, 3587.0, 3575.0, 3588.0, 3586.0, 3577.0, 3589.0, 3566.0, 3587.0, 3586.0, 3565.0, 3585.0, 3575.0, 3587.0, 3574.0, 3573.0, 3583.0, 3575.0, 3586.0, 3563.0, 3586.0, 3584.0, 3575.0, 3586.0, 3564.0, 3586.0, 3582.0, 3576.0, 3586.0, 3575.0, 3588.0, 3575.0, 3587.0], 'WindowWidth': [8239.0, 8225.0, 8216.0, 8217.0, 8195.0, 8180.0, 8163.0, 8170.0, 8153.0, 8097.0, 8126.0, 8154.0, 8106.0, 8160.0, 8191.0, 8136.0, 8160.0, 8104.0, 8147.0, 8148.0, 8110.0, 8124.0, 8091.0, 8127.0, 8111.0, 8109.0, 8125.0, 8086.0, 8122.0, 8123.0, 8090.0, 8123.0, 8077.0, 8123.0, 8109.0, 8110.0, 8126.0, 8095.0, 8142.0, 8128.0, 8126.0, 8145.0, 8108.0, 8125.0, 8131.0, 8126.0, 8127.0, 8098.0, 8131.0, 8120.0, 8127.0, 8130.0, 8097.0, 8127.0, 8096.0, 8131.0, 8138.0, 8116.0, 8152.0, 8111.0, 8150.0, 8148.0, 8133.0, 8150.0, 8120.0, 8151.0, 8132.0, 8133.0, 8148.0, 8121.0, 8150.0, 8101.0, 8151.0, 8142.0, 8121.0, 8152.0, 8105.0, 8153.0, 8154.0, 8120.0, 8153.0, 8117.0, 8135.0, 8137.0, 8121.0, 8135.0, 8130.0, 8133.0, 8134.0, 8117.0, 8148.0, 8117.0, 8118.0, 8152.0, 8133.0, 8136.0, 8104.0, 8117.0, 8148.0, 8115.0, 8138.0, 8161.0, 8149.0, 8165.0, 8159.0, 8159.0, 8171.0, 8138.0, 8152.0, 8147.0, 8133.0, 8131.0, 8115.0, 8125.0, 8107.0, 8130.0, 8130.0, 8111.0, 8128.0, 8097.0, 8130.0, 8112.0, 8114.0, 8131.0, 8101.0, 8135.0, 8132.0, 8136.0, 8149.0, 8139.0, 8154.0, 8120.0, 8140.0, 8136.0, 8122.0, 8151.0, 8121.0, 8153.0, 8120.0, 8152.0, 8151.0, 8120.0, 8137.0, 8118.0, 8137.0, 8133.0, 8118.0, 8134.0, 8116.0, 8129.0, 8147.0, 8137.0, 8151.0, 8116.0, 8154.0, 8098.0, 8133.0, 8145.0, 8117.0, 8146.0, 8115.0, 8145.0, 8111.0, 8131.0, 8129.0, 8113.0, 8133.0, 8127.0, 8131.0, 8129.0, 8114.0, 8131.0, 8098.0, 8129.0, 8127.0, 8110.0, 8128.0, 8092.0, 8142.0, 8127.0, 8131.0, 8129.0, 8113.0, 8132.0, 8130.0, 8147.0, 8131.0, 8117.0, 8132.0, 8098.0, 8132.0, 8117.0, 8112.0, 8135.0, 8099.0, 8135.0, 8101.0, 8138.0, 8117.0, 8114.0, 8131.0, 8099.0, 8132.0, 8133.0, 8131.0, 8133.0, 8116.0, 8128.0, 8130.0, 8130.0, 8146.0, 8119.0, 8148.0, 8098.0, 8136.0, 8130.0, 8133.0, 8149.0, 8114.0, 8137.0, 8149.0, 8136.0, 8149.0, 8119.0, 8149.0, 8146.0, 8145.0, 8132.0, 8133.0, 8148.0, 8102.0, 8131.0, 8139.0, 8114.0, 8128.0, 8096.0, 8127.0, 8125.0, 8111.0, 8126.0, 8097.0, 8112.0, 8122.0, 8115.0, 8127.0, 8097.0, 8115.0, 8125.0, 8113.0, 8112.0, 8096.0, 8131.0, 8142.0, 8115.0, 8129.0, 8114.0, 8133.0, 8112.0, 8112.0, 8130.0, 8114.0, 8133.0, 8099.0, 8134.0, 8128.0, 8096.0, 8131.0, 8095.0, 8131.0, 8131.0, 8102.0, 8131.0, 8098.0, 8134.0, 8143.0, 8117.0, 8134.0, 8116.0, 8153.0, 8132.0, 8119.0, 8152.0, 8119.0, 8138.0, 8144.0, 8135.0, 8133.0, 8120.0, 8136.0, 8103.0, 8134.0, 8148.0, 8132.0, 8139.0, 8117.0, 8134.0, 8140.0, 8117.0, 8135.0, 8099.0, 8132.0, 8143.0, 8114.0, 8129.0, 8100.0, 8136.0, 8141.0, 8135.0, 8133.0, 8117.0, 8134.0, 8101.0, 8132.0, 8129.0, 8116.0, 8132.0, 8110.0, 8131.0, 8122.0, 8140.0, 8132.0, 8114.0, 8133.0, 8128.0, 8133.0, 8131.0, 8117.0, 8133.0, 8099.0, 8132.0, 8130.0, 8131.0, 8132.0, 8114.0, 8134.0, 8149.0, 8121.0, 8134.0, 8102.0, 8134.0, 8118.0, 8136.0, 8151.0, 8120.0, 8138.0, 8120.0, 8138.0, 8147.0, 8135.0, 8134.0, 8102.0, 8119.0, 8128.0, 8132.0, 8132.0, 8103.0, 8133.0, 8100.0, 8133.0, 8128.0, 8117.0, 8131.0, 8112.0, 8133.0, 8128.0, 8131.0, 8131.0, 8097.0, 8130.0, 8121.0, 8128.0, 8111.0, 8095.0, 8127.0, 8088.0, 8127.0, 8127.0, 8095.0, 8112.0, 8094.0, 8130.0, 8119.0, 8127.0, 8109.0, 8113.0, 8128.0, 8096.0, 8116.0, 8129.0, 8116.0, 8131.0, 8098.0, 8131.0, 8127.0, 8114.0, 8118.0, 8099.0, 8117.0, 8112.0, 8130.0, 8131.0, 8114.0, 8111.0, 8118.0, 8120.0, 8124.0, 8157.0, 8106.0, 8155.0, 8152.0, 8123.0, 8138.0, 8105.0, 8132.0, 8136.0, 8118.0, 8133.0, 8112.0, 8130.0, 8126.0, 8130.0, 8117.0, 8098.0, 8129.0, 8101.0, 8128.0, 8130.0, 8114.0, 8131.0, 8099.0, 8118.0, 8113.0, 8115.0, 8133.0, 8095.0, 8133.0, 8130.0, 8115.0, 8128.0, 8109.0, 8129.0, 8128.0, 8128.0, 8129.0, 8083.0, 8126.0, 8096.0, 8133.0, 8128.0, 8115.0, 8128.0, 8097.0, 8130.0, 8113.0, 8120.0, 8147.0, 8131.0, 8104.0, 8151.0, 8118.0, 8161.0, 8154.0, 8119.0, 8131.0, 8106.0, 8112.0, 8124.0, 8086.0, 8110.0, 8075.0, 8106.0, 8103.0, 8090.0, 8108.0, 8096.0, 8113.0, 8110.0, 8114.0, 8127.0, 8117.0, 8137.0, 8116.0, 8141.0, 8116.0, 8134.0, 8131.0, 8100.0, 8133.0, 8099.0, 8133.0, 8143.0, 8116.0, 8126.0, 8096.0, 8127.0, 8094.0, 8127.0, 8125.0, 8110.0, 8112.0, 8094.0, 8127.0, 8123.0, 8108.0, 8111.0, 8093.0, 8116.0, 8093.0, 8130.0, 8127.0, 8113.0, 8126.0, 8096.0, 8126.0, 8098.0, 8116.0, 8129.0, 8102.0, 8130.0, 8111.0, 8132.0, 8135.0, 8115.0, 8129.0, 8095.0, 8115.0, 8110.0, 8114.0, 8111.0, 8110.0, 8113.0, 8111.0, 8116.0, 8128.0, 8114.0, 8116.0, 8099.0, 8131.0, 8127.0, 8112.0, 8114.0, 8098.0, 8129.0, 8098.0, 8114.0, 8112.0, 8096.0, 8113.0, 8091.0, 8115.0, 8127.0, 8114.0, 8128.0, 8099.0, 8131.0, 8126.0, 8114.0, 8113.0, 8111.0, 8117.0, 8110.0, 8115.0, 8135.0, 8110.0, 8114.0, 8116.0, 8134.0, 8115.0, 8133.0, 8130.0, 8131.0, 8131.0, 8117.0, 8133.0, 8099.0, 8132.0, 8144.0, 8135.0, 8131.0, 8115.0, 8119.0, 8079.0, 8127.0, 8124.0, 8111.0, 8128.0, 8114.0, 8135.0, 8097.0, 8117.0, 8099.0, 8133.0, 8131.0, 8103.0, 8133.0, 8111.0, 8136.0, 8114.0, 8138.0, 8117.0, 8138.0, 8122.0, 8159.0, 8148.0, 8138.0, 8132.0, 8115.0, 8130.0, 8125.0, 8132.0, 8128.0, 8097.0, 8114.0, 8119.0, 8111.0, 8126.0, 8097.0, 8113.0, 8097.0, 8133.0, 8115.0, 8134.0, 8133.0, 8097.0, 8119.0, 8125.0, 8115.0, 8114.0, 8114.0, 8129.0, 8096.0, 8123.0, 8113.0, 8131.0, 8131.0, 8094.0, 8131.0, 8127.0, 8113.0, 8110.0, 8109.0, 8122.0, 8102.0, 8111.0, 8108.0, 8089.0, 8109.0, 8112.0, 8111.0, 8110.0, 8126.0, 8111.0, 8097.0, 8123.0, 8096.0, 8134.0, 8127.0, 8114.0, 8127.0, 8114.0, 8132.0, 8098.0, 8126.0, 8133.0, 8131.0, 8123.0, 8097.0, 8117.0, 8124.0, 8131.0, 8129.0, 8115.0, 8132.0, 8097.0, 8132.0, 8113.0, 8118.0, 8131.0, 8113.0, 8131.0, 8113.0, 8133.0, 8131.0, 8116.0, 8130.0, 8113.0, 8134.0, 8126.0, 8117.0, 8122.0, 8115.0, 8134.0, 8097.0, 8132.0, 8128.0, 8114.0, 8128.0, 8114.0, 8129.0, 8098.0, 8113.0, 8110.0, 8096.0, 8126.0, 8097.0, 8129.0, 8127.0, 8114.0, 8113.0, 8096.0, 8130.0, 8126.0, 8107.0, 8127.0, 8084.0, 8112.0, 8097.0, 8131.0, 8135.0, 8113.0, 8130.0, 8097.0, 8118.0, 8127.0, 8117.0, 8132.0, 8113.0, 8132.0, 8104.0, 8111.0, 8128.0, 8096.0, 8131.0, 8096.0, 8118.0, 8130.0, 8102.0, 8125.0, 8101.0, 8137.0, 8130.0, 8103.0, 8134.0, 8118.0, 8136.0, 8127.0, 8134.0, 8135.0, 8116.0, 8136.0, 8117.0, 8135.0, 8118.0, 8119.0, 8132.0, 8102.0, 8136.0, 8131.0, 8121.0, 8131.0, 8120.0, 8135.0, 8117.0, 8134.0, 8131.0, 8134.0, 8131.0, 8120.0, 8135.0, 8096.0, 8132.0, 8133.0, 8120.0, 8133.0, 8100.0, 8136.0, 8114.0, 8137.0, 8133.0, 8117.0, 8135.0, 8101.0, 8137.0, 8149.0, 8119.0, 8136.0, 8116.0, 8137.0, 8146.0, 8128.0, 8135.0, 8118.0, 8136.0, 8117.0, 8138.0, 8151.0, 8114.0, 8135.0, 8109.0, 8135.0, 8146.0, 8113.0, 8126.0, 8097.0, 8130.0, 8111.0, 8133.0, 8132.0, 8117.0, 8136.0, 8114.0, 8135.0, 8111.0, 8115.0, 8121.0, 8114.0, 8127.0, 8108.0, 8129.0, 8127.0, 8129.0, 8129.0, 8111.0, 8126.0, 8124.0, 8113.0, 8125.0, 8094.0, 8129.0, 8110.0, 8113.0, 8111.0, 8117.0, 8131.0, 8112.0, 8127.0, 8127.0, 8116.0, 8128.0, 8115.0, 8128.0, 8098.0, 8115.0, 8134.0, 8116.0, 8122.0, 8098.0, 8128.0, 8095.0, 8129.0, 8128.0, 8114.0, 8129.0, 8095.0, 8128.0, 8109.0, 8116.0, 8111.0, 8126.0, 8133.0, 8098.0, 8151.0, 8136.0, 8136.0, 8142.0, 8159.0, 8161.0, 8160.0, 8141.0, 8156.0, 8133.0, 8139.0, 8134.0, 8135.0, 8135.0, 8117.0, 8132.0, 8114.0, 8129.0, 8132.0, 8130.0, 8135.0, 8117.0, 8137.0, 8117.0, 8136.0, 8141.0, 8120.0, 8136.0, 8130.0, 8135.0, 8132.0, 8114.0, 8134.0, 8119.0, 8129.0, 8120.0, 8131.0, 8137.0, 8113.0, 8121.0, 8130.0, 8133.0, 8136.0, 8130.0, 8136.0, 8131.0, 8133.0, 8131.0, 8116.0, 8117.0, 8128.0, 8115.0, 8126.0, 8125.0, 8128.0, 8107.0, 8131.0, 8131.0, 8131.0, 8133.0, 8130.0, 8133.0, 8112.0, 8114.0, 8127.0, 8133.0, 8135.0, 8113.0, 8133.0, 8129.0, 8132.0, 8129.0, 8115.0, 8132.0, 8115.0, 8127.0, 8131.0, 8131.0, 8134.0, 8100.0, 8134.0, 8113.0, 8132.0, 8117.0, 8115.0, 8134.0, 8117.0, 8133.0, 8133.0, 8133.0, 8134.0, 8129.0, 8134.0, 8145.0, 8133.0, 8131.0, 8132.0, 8135.0, 8129.0, 8136.0, 8132.0, 8113.0, 8133.0, 8129.0, 8133.0, 8132.0, 8113.0, 8131.0, 8116.0, 8131.0, 8128.0, 8115.0, 8134.0, 8112.0, 8133.0, 8132.0, 8113.0, 8132.0, 8118.0, 8137.0, 8132.0, 8132.0, 8137.0, 8099.0, 8137.0, 8131.0, 8132.0, 8121.0, 8112.0, 8136.0, 8131.0, 8131.0, 8135.0, 8127.0, 8135.0, 8099.0, 8135.0, 8133.0, 8135.0, 8135.0, 8136.0, 8136.0, 8107.0, 8135.0, 8142.0, 8143.0, 8168.0, 8164.0, 8138.0, 8162.0, 8149.0, 8138.0, 8131.0, 8115.0, 8112.0, 8108.0, 8114.0, 8109.0, 8124.0, 8119.0, 8095.0, 8131.0, 8120.0, 8137.0, 8114.0, 8154.0, 8165.0, 8160.0, 8141.0, 8163.0, 8160.0, 8145.0, 8140.0, 8118.0, 8136.0, 8147.0, 8130.0, 8114.0, 8109.0, 8114.0, 8077.0, 8108.0, 8123.0, 8095.0, 8116.0, 8083.0, 8116.0, 8131.0, 8118.0, 8130.0, 8099.0, 8116.0, 8118.0, 8118.0, 8136.0, 8114.0, 8132.0, 8128.0, 8116.0, 8133.0, 8135.0, 8137.0, 8118.0, 8134.0, 8131.0, 8137.0, 8132.0, 8116.0, 8140.0, 8151.0, 8118.0, 8144.0, 8121.0, 8150.0, 8102.0, 8135.0, 8131.0, 8136.0, 8133.0, 8101.0, 8132.0, 8128.0, 8116.0, 8114.0, 8097.0, 8130.0, 8129.0, 8128.0, 8128.0, 8096.0, 8131.0, 8126.0, 8114.0, 8126.0, 8110.0, 8110.0, 8092.0, 8114.0, 8109.0, 8110.0, 8110.0, 8110.0, 8130.0, 8109.0, 8114.0, 8126.0, 8113.0, 8127.0, 8095.0, 8126.0, 8128.0, 8113.0, 8126.0, 8112.0, 8134.0, 8097.0, 8128.0, 8115.0, 8097.0, 8110.0, 8097.0, 8115.0, 8127.0, 8113.0, 8111.0, 8109.0, 8127.0, 8094.0, 8132.0, 8132.0, 8116.0, 8132.0, 8091.0, 8131.0, 8113.0, 8113.0, 8128.0, 8098.0, 8130.0, 8115.0, 8117.0, 8133.0, 8115.0, 8132.0, 8114.0, 8134.0, 8134.0, 8115.0, 8135.0, 8100.0, 8133.0, 8128.0, 8120.0, 8136.0, 8117.0, 8133.0, 8130.0, 8136.0, 8132.0, 8120.0, 8135.0, 8127.0, 8135.0, 8147.0, 8113.0, 8135.0, 8125.0, 8131.0, 8126.0, 8099.0, 8132.0, 8112.0, 8132.0, 8131.0, 8113.0, 8129.0, 8109.0, 8118.0, 8114.0, 8116.0, 8129.0, 8102.0, 8120.0, 8133.0, 8120.0, 8134.0, 8113.0, 8119.0, 8112.0, 8135.0, 8135.0, 8132.0, 8137.0, 8101.0, 8138.0, 8137.0, 8106.0, 8137.0, 8105.0, 8135.0, 8131.0, 8138.0, 8134.0, 8119.0, 8134.0, 8101.0, 8136.0, 8132.0, 8118.0, 8133.0, 8100.0, 8120.0, 8132.0, 8136.0, 8128.0, 8121.0, 8137.0, 8102.0, 8133.0, 8134.0, 8121.0, 8134.0, 8098.0, 8135.0, 8126.0, 8118.0, 8131.0, 8117.0, 8136.0, 8099.0, 8135.0, 8132.0, 8115.0, 8133.0, 8117.0, 8136.0, 8116.0, 8136.0, 8132.0, 8122.0, 8140.0, 8105.0, 8136.0, 8131.0, 8102.0, 8129.0, 8115.0, 8135.0, 8115.0, 8113.0, 8126.0, 8115.0, 8131.0, 8099.0, 8132.0, 8127.0, 8115.0, 8132.0, 8100.0, 8134.0, 8123.0, 8118.0, 8132.0, 8117.0, 8138.0, 8118.0, 8135.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.0003975712025316456</td></tr>
<tr><td colspan=3>aqi</td><td>0.02130350490506329</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.76902918681712</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1664233975534446</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9919262370783851</td></tr>
<tr><td colspan=3>efc</td><td>0.4571</td></tr>
<tr><td colspan=3>fber</td><td>5443.1025</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06559811192224811</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6329113924050633</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3767987380370017</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2580488552548292</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.649077027750173</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2232703311060034</td></tr>
<tr><td colspan=3>gcor</td><td>0.00353735</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015506201423704624</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02435915730893612</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8008505659659786</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>32.5433</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.1099</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.5723</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305843.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>601.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>263.5565</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1101</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.7751</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2834.8517</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>910.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3728.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>792.1855</td></tr>
<tr><td colspan=3>tsnr</td><td>39.45879283756949</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>