ds005256-mriqc/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 0c23e25301 [DATALAD RUNCMD] Compute MRIQC for sub-0078
=== 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-0078 --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-0078",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:00 +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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-04/func/sub-0078_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>eed8cbd9ca34e95ee922ba1c728c408b</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>22:01:32.285000</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.999923, 0.0121646, 0.00234938, -0.012217, 0.999644, 0.0237264]</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.074931</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>[4143, -7744, -7263, 749, -47, -141, -123, 85]</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>229.603</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>45c02445-09a1-43ee-8810-72284cd5e3e6||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.682720899581909, -0.032777272164821625, 0.005561784841120243, 114.4652099609375], [-0.03263682872056961, 2.681971311569214, 0.06413386017084122, -94.02000427246094], [0.006303214933723211, -0.06365619599819183, 2.699232578277588, -76.21825408935547], [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': ['220132.285000', '220132.745000', '220133.205000', '220133.665000', '220134.125000', '220134.585000', '220135.045000', '220135.505000', '220135.965000', '220136.425000', '220136.885000', '220137.345000', '220137.805000', '220138.265000', '220138.725000', '220139.185000', '220139.645000', '220140.105000', '220140.565000', '220141.025000', '220141.485000', '220141.945000', '220142.405000', '220142.865000', '220143.325000', '220143.785000', '220144.245000', '220144.705000', '220145.165000', '220145.625000', '220146.085000', '220146.545000', '220147.005000', '220147.465000', '220147.925000', '220148.385000', '220148.845000', '220149.305000', '220149.765000', '220150.225000', '220150.685000', '220151.145000', '220151.605000', '220152.065000', '220152.525000', '220152.985000', '220153.445000', '220153.905000', '220154.365000', '220154.825000', '220155.285000', '220155.745000', '220156.205000', '220156.665000', '220157.125000', '220157.585000', '220158.045000', '220158.505000', '220158.965000', '220159.425000', '220159.885000', '220200.345000', '220200.805000', '220201.265000', '220201.725000', '220202.185000', '220202.645000', '220203.105000', '220203.565000', '220204.025000', '220204.485000', '220204.945000', '220205.405000', '220205.865000', '220206.325000', '220206.785000', '220207.245000', '220207.705000', '220208.165000', '220208.625000', '220209.085000', '220209.545000', '220210.005000', '220210.465000', '220210.925000', '220211.385000', '220211.845000', '220212.305000', '220212.765000', '220213.225000', '220213.685000', '220214.145000', '220214.605000', '220215.065000', '220215.525000', '220215.985000', '220216.445000', '220216.905000', '220217.365000', '220217.825000', '220218.285000', '220218.745000', '220219.205000', '220219.665000', '220220.125000', '220220.585000', '220221.045000', '220221.505000', '220221.965000', '220222.425000', '220222.885000', '220223.345000', '220223.805000', '220224.265000', '220224.725000', '220225.185000', '220225.645000', '220226.105000', '220226.565000', '220227.025000', '220227.485000', '220227.945000', '220228.405000', '220228.865000', '220229.325000', '220229.785000', '220230.245000', '220230.705000', '220231.165000', '220231.625000', '220232.085000', '220232.545000', '220233.005000', '220233.465000', '220233.925000', '220234.385000', '220234.845000', '220235.305000', '220235.765000', '220236.225000', '220236.685000', '220237.145000', '220237.605000', '220238.065000', '220238.525000', '220238.985000', '220239.445000', '220239.905000', '220240.365000', '220240.825000', '220241.285000', '220241.745000', '220242.205000', '220242.665000', '220243.125000', '220243.585000', '220244.045000', '220244.505000', '220244.965000', '220245.425000', '220245.885000', '220246.345000', '220246.805000', '220247.265000', '220247.725000', '220248.185000', '220248.645000', '220249.105000', '220249.565000', '220250.025000', '220250.485000', '220250.945000', '220251.405000', '220251.865000', '220252.325000', '220252.785000', '220253.245000', '220253.705000', '220254.165000', '220254.625000', '220255.085000', '220255.545000', '220256.005000', '220256.465000', '220256.925000', '220257.385000', '220257.845000', '220258.305000', '220258.765000', '220259.225000', '220259.685000', '220300.145000', '220300.605000', '220301.065000', '220301.525000', '220301.985000', '220302.445000', '220302.905000', '220303.365000', '220303.825000', '220304.285000', '220304.745000', '220305.205000', '220305.665000', '220306.125000', '220306.585000', '220307.045000', '220307.505000', '220307.965000', '220308.425000', '220308.885000', '220309.345000', '220309.805000', '220310.265000', '220310.725000', '220311.185000', '220311.645000', '220312.105000', '220312.565000', '220313.025000', '220313.485000', '220313.945000', '220314.405000', '220314.865000', '220315.325000', '220315.785000', '220316.245000', '220316.705000', '220317.165000', '220317.625000', '220318.085000', '220318.545000', '220319.005000', '220319.465000', '220319.925000', '220320.385000', '220320.845000', '220321.305000', '220321.765000', '220322.225000', '220322.685000', '220323.145000', '220323.605000', '220324.065000', '220324.525000', '220324.985000', '220325.445000', '220325.905000', '220326.365000', '220326.825000', '220327.285000', '220327.745000', '220328.205000', '220328.665000', '220329.125000', '220329.585000', '220330.045000', '220330.505000', '220330.965000', '220331.425000', '220331.885000', '220332.345000', '220332.805000', '220333.265000', '220333.725000', '220334.185000', '220334.645000', '220335.105000', '220335.565000', '220336.025000', '220336.485000', '220336.945000', '220337.405000', '220337.865000', '220338.325000', '220338.785000', '220339.245000', '220339.705000', '220340.165000', '220340.625000', '220341.085000', '220341.545000', '220342.005000', '220342.465000', '220342.925000', '220343.385000', '220343.845000', '220344.305000', '220344.765000', '220345.225000', '220345.685000', '220346.145000', '220346.605000', '220347.065000', '220347.525000', '220347.985000', '220348.445000', '220348.905000', '220349.365000', '220349.825000', '220350.285000', '220350.745000', '220351.205000', '220351.665000', '220352.125000', '220352.585000', '220353.045000', '220353.505000', '220353.965000', '220354.425000', '220354.885000', '220355.345000', '220355.805000', '220356.265000', '220356.725000', '220357.185000', '220357.645000', '220358.105000', '220358.565000', '220359.025000', '220359.485000', '220359.945000', '220400.405000', '220400.865000', '220401.325000', '220401.785000', '220402.245000', '220402.705000', '220403.165000', '220403.625000', '220404.085000', '220404.545000', '220405.005000', '220405.465000', '220405.925000', '220406.385000', '220406.845000', '220407.305000', '220407.765000', '220408.225000', '220408.685000', '220409.145000', '220409.605000', '220410.065000', '220410.525000', '220410.985000', '220411.445000', '220411.905000', '220412.365000', '220412.825000', '220413.285000', '220413.745000', '220414.205000', '220414.665000', '220415.125000', '220415.585000', '220416.045000', '220416.505000', '220416.965000', '220417.425000', '220417.885000', '220418.345000', '220418.805000', '220419.265000', '220419.725000', '220420.185000', '220420.645000', '220421.105000', '220421.565000', '220422.025000', '220422.485000', '220422.945000', '220423.405000', '220423.865000', '220424.325000', '220424.785000', '220425.245000', '220425.705000', '220426.165000', '220426.625000', '220427.085000', '220427.545000', '220428.005000', '220428.465000', '220428.925000', '220429.385000', '220429.845000', '220430.305000', '220430.765000', '220431.225000', '220431.685000', '220432.145000', '220432.605000', '220433.065000', '220433.525000', '220433.985000', '220434.445000', '220434.905000', '220435.365000', '220435.825000', '220436.285000', '220436.745000', '220437.205000', '220437.665000', '220438.125000', '220438.585000', '220439.045000', '220439.505000', '220439.965000', '220440.425000', '220440.885000', '220441.345000', '220441.805000', '220442.265000', '220442.725000', '220443.185000', '220443.645000', '220444.105000', '220444.565000', '220445.025000', '220445.485000', '220445.945000', '220446.405000', '220446.865000', '220447.325000', '220447.785000', '220448.245000', '220448.705000', '220449.165000', '220449.625000', '220450.085000', '220450.545000', '220451.005000', '220451.465000', '220451.925000', '220452.385000', '220452.845000', '220453.305000', '220453.765000', '220454.225000', '220454.685000', '220455.145000', '220455.605000', '220456.065000', '220456.525000', '220456.985000', '220457.445000', '220457.905000', '220458.365000', '220458.825000', '220459.285000', '220459.745000', '220500.205000', '220500.665000', '220501.125000', '220501.585000', '220502.045000', '220502.505000', '220502.965000', '220503.425000', '220503.885000', '220504.345000', '220504.805000', '220505.265000', '220505.725000', '220506.185000', '220506.645000', '220507.105000', '220507.565000', '220508.025000', '220508.485000', '220508.945000', '220509.405000', '220509.865000', '220510.325000', '220510.785000', '220511.245000', '220511.705000', '220512.165000', '220512.625000', '220513.085000', '220513.545000', '220514.005000', '220514.465000', '220514.925000', '220515.385000', '220515.845000', '220516.305000', '220516.765000', '220517.225000', '220517.685000', '220518.145000', '220518.605000', '220519.065000', '220519.525000', '220519.985000', '220520.445000', '220520.905000', '220521.365000', '220521.825000', '220522.285000', '220522.745000', '220523.205000', '220523.665000', '220524.125000', '220524.585000', '220525.045000', '220525.505000', '220525.965000', '220526.425000', '220526.885000', '220527.345000', '220527.805000', '220528.265000', '220528.725000', '220529.185000', '220529.645000', '220530.105000', '220530.565000', '220531.025000', '220531.485000', '220531.945000', '220532.405000', '220532.865000', '220533.325000', '220533.785000', '220534.245000', '220534.705000', '220535.165000', '220535.625000', '220536.085000', '220536.545000', '220537.005000', '220537.465000', '220537.925000', '220538.385000', '220538.845000', '220539.305000', '220539.765000', '220540.225000', '220540.685000', '220541.145000', '220541.605000', '220542.065000', '220542.525000', '220542.985000', '220543.445000', '220543.905000', '220544.365000', '220544.825000', '220545.285000', '220545.745000', '220546.205000', '220546.665000', '220547.125000', '220547.585000', '220548.045000', '220548.505000', '220548.965000', '220549.425000', '220549.885000', '220550.345000', '220550.805000', '220551.265000', '220551.725000', '220552.185000', '220552.645000', '220553.105000', '220553.565000', '220554.025000', '220554.485000', '220554.945000', '220555.405000', '220555.865000', '220556.325000', '220556.785000', '220557.245000', '220557.705000', '220558.165000', '220558.625000', '220559.085000', '220559.545000', '220600.005000', '220600.465000', '220600.925000', '220601.385000', '220601.845000', '220602.305000', '220602.765000', '220603.225000', '220603.685000', '220604.145000', '220604.605000', '220605.065000', '220605.525000', '220605.985000', '220606.445000', '220606.905000', '220607.365000', '220607.825000', '220608.285000', '220608.745000', '220609.205000', '220609.665000', '220610.125000', '220610.585000', '220611.045000', '220611.505000', '220611.965000', '220612.425000', '220612.885000', '220613.345000', '220613.805000', '220614.265000', '220614.725000', '220615.185000', '220615.645000', '220616.105000', '220616.565000', '220617.025000', '220617.485000', '220617.945000', '220618.405000', '220618.865000', '220619.325000', '220619.785000', '220620.245000', '220620.705000', '220621.165000', '220621.625000', '220622.085000', '220622.545000', '220623.005000', '220623.465000', '220623.925000', '220624.385000', '220624.845000', '220625.305000', '220625.765000', '220626.225000', '220626.685000', '220627.145000', '220627.605000', '220628.065000', '220628.525000', '220628.985000', '220629.445000', '220629.905000', '220630.365000', '220630.825000', '220631.285000', '220631.745000', '220632.205000', '220632.665000', '220633.125000', '220633.585000', '220634.045000', '220634.505000', '220634.965000', '220635.425000', '220635.885000', '220636.345000', '220636.805000', '220637.265000', '220637.725000', '220638.185000', '220638.645000', '220639.105000', '220639.565000', '220640.025000', '220640.485000', '220640.945000', '220641.405000', '220641.865000', '220642.325000', '220642.785000', '220643.245000', '220643.705000', '220644.165000', '220644.625000', '220645.085000', '220645.545000', '220646.005000', '220646.465000', '220646.925000', '220647.385000', '220647.845000', '220648.305000', '220648.765000', '220649.225000', '220649.685000', '220650.145000', '220650.605000', '220651.065000', '220651.525000', '220651.985000', '220652.445000', '220652.905000', '220653.365000', '220653.825000', '220654.285000', '220654.745000', '220655.205000', '220655.665000', '220656.125000', '220656.585000', '220657.045000', '220657.505000', '220657.965000', '220658.425000', '220658.885000', '220659.345000', '220659.805000', '220700.265000', '220700.725000', '220701.185000', '220701.645000', '220702.105000', '220702.565000', '220703.025000', '220703.485000', '220703.945000', '220704.405000', '220704.865000', '220705.325000', '220705.785000', '220706.245000', '220706.705000', '220707.165000', '220707.625000', '220708.085000', '220708.545000', '220709.005000', '220709.465000', '220709.925000', '220710.385000', '220710.845000', '220711.305000', '220711.765000', '220712.225000', '220712.685000', '220713.145000', '220713.605000', '220714.065000', '220714.525000', '220714.985000', '220715.445000', '220715.905000', '220716.365000', '220716.825000', '220717.285000', '220717.745000', '220718.205000', '220718.665000', '220719.125000', '220719.585000', '220720.045000', '220720.505000', '220720.965000', '220721.425000', '220721.885000', '220722.345000', '220722.805000', '220723.265000', '220723.725000', '220724.185000', '220724.645000', '220725.105000', '220725.565000', '220726.025000', '220726.485000', '220726.945000', '220727.405000', '220727.865000', '220728.325000', '220728.785000', '220729.245000', '220729.705000', '220730.165000', '220730.625000', '220731.085000', '220731.545000', '220732.005000', '220732.465000', '220732.925000', '220733.385000', '220733.845000', '220734.305000', '220734.765000', '220735.225000', '220735.685000', '220736.145000', '220736.605000', '220737.065000', '220737.525000', '220737.985000', '220738.445000', '220738.905000', '220739.365000', '220739.825000', '220740.285000', '220740.745000', '220741.205000', '220741.665000', '220742.125000', '220742.585000', '220743.045000', '220743.505000', '220743.965000', '220744.425000', '220744.885000', '220745.345000', '220745.805000', '220746.265000', '220746.725000', '220747.185000', '220747.645000', '220748.105000', '220748.565000', '220749.025000', '220749.485000', '220749.945000', '220750.405000', '220750.865000', '220751.325000', '220751.785000', '220752.245000', '220752.705000', '220753.165000', '220753.625000', '220754.085000', '220754.545000', '220755.005000', '220755.465000', '220755.925000', '220756.385000', '220756.845000', '220757.305000', '220757.765000', '220758.225000', '220758.685000', '220759.145000', '220759.605000', '220800.065000', '220800.525000', '220800.985000', '220801.445000', '220801.905000', '220802.365000', '220802.825000', '220803.285000', '220803.745000', '220804.205000', '220804.665000', '220805.125000', '220805.585000', '220806.045000', '220806.505000', '220806.965000', '220807.425000', '220807.885000', '220808.345000', '220808.805000', '220809.265000', '220809.725000', '220810.185000', '220810.645000', '220811.105000', '220811.565000', '220812.025000', '220812.485000', '220812.945000', '220813.405000', '220813.865000', '220814.325000', '220814.785000', '220815.245000', '220815.705000', '220816.165000', '220816.625000', '220817.085000', '220817.545000', '220818.005000', '220818.465000', '220818.925000', '220819.385000', '220819.845000', '220820.305000', '220820.765000', '220821.225000', '220821.685000', '220822.145000', '220822.605000', '220823.065000', '220823.525000', '220823.985000', '220824.445000', '220824.905000', '220825.365000', '220825.825000', '220826.285000', '220826.745000', '220827.205000', '220827.665000', '220828.125000', '220828.585000', '220829.045000', '220829.505000', '220829.965000', '220830.425000', '220830.885000', '220831.345000', '220831.805000', '220832.265000', '220832.725000', '220833.185000', '220833.645000', '220834.105000', '220834.565000', '220835.025000', '220835.485000', '220835.945000', '220836.405000', '220836.865000', '220837.325000', '220837.785000', '220838.245000', '220838.705000', '220839.165000', '220839.625000', '220840.085000', '220840.545000', '220841.005000', '220841.465000', '220841.925000', '220842.385000', '220842.845000', '220843.305000', '220843.765000', '220844.225000', '220844.685000', '220845.145000', '220845.605000', '220846.065000', '220846.525000', '220846.985000', '220847.445000', '220847.905000', '220848.365000', '220848.825000', '220849.285000', '220849.745000', '220850.205000', '220850.665000', '220851.125000', '220851.585000', '220852.045000', '220852.505000', '220852.965000', '220853.425000', '220853.885000', '220854.345000', '220854.805000', '220855.265000', '220855.725000', '220856.185000', '220856.645000', '220857.105000', '220857.565000', '220858.025000', '220858.485000', '220858.945000', '220859.405000', '220859.865000', '220900.325000', '220900.785000', '220901.245000', '220901.705000', '220902.165000', '220902.625000', '220903.085000', '220903.545000', '220904.005000', '220904.465000', '220904.925000', '220905.385000', '220905.845000', '220906.305000', '220906.765000', '220907.225000', '220907.685000', '220908.145000', '220908.605000', '220909.065000', '220909.525000', '220909.985000', '220910.445000', '220910.905000', '220911.365000', '220911.825000', '220912.285000', '220912.745000', '220913.205000', '220913.665000', '220914.125000', '220914.585000', '220915.045000', '220915.505000', '220915.965000', '220916.425000', '220916.885000', '220917.345000', '220917.805000', '220918.265000', '220918.725000', '220919.185000', '220919.645000', '220920.105000', '220920.565000', '220921.025000', '220921.485000', '220921.945000', '220922.405000', '220922.865000', '220923.325000', '220923.785000', '220924.245000', '220924.705000', '220925.165000', '220925.625000', '220926.085000', '220926.545000', '220927.005000', '220927.465000', '220927.925000', '220928.385000', '220928.845000', '220929.305000', '220929.765000', '220930.225000', '220930.685000', '220931.145000', '220931.605000', '220932.065000', '220932.525000', '220932.985000', '220933.445000', '220933.905000', '220934.365000', '220934.825000', '220935.285000', '220935.745000', '220936.205000', '220936.665000', '220937.125000', '220937.585000', '220938.045000', '220938.505000', '220938.965000', '220939.425000', '220939.885000', '220940.345000', '220940.805000', '220941.265000', '220941.725000', '220942.185000', '220942.645000', '220943.105000', '220943.565000', '220944.025000', '220944.485000', '220944.945000', '220945.405000', '220945.865000', '220946.325000', '220946.785000', '220947.245000', '220947.705000', '220948.165000', '220948.625000', '220949.085000', '220949.545000', '220950.005000', '220950.465000', '220950.925000', '220951.385000', '220951.845000', '220952.305000', '220952.765000', '220953.225000', '220953.685000', '220954.145000', '220954.605000', '220955.065000', '220955.525000', '220955.985000', '220956.445000', '220956.905000', '220957.365000', '220957.825000', '220958.285000', '220958.745000', '220959.205000', '220959.665000', '221000.125000', '221000.585000', '221001.045000', '221001.505000', '221001.965000', '221002.425000', '221002.885000', '221003.345000', '221003.805000', '221004.265000', '221004.725000', '221005.185000', '221005.645000', '221006.105000', '221006.565000', '221007.025000', '221007.485000', '221007.945000', '221008.405000', '221008.865000', '221009.325000', '221009.785000', '221010.245000', '221010.705000', '221011.165000', '221011.625000', '221012.085000', '221012.545000', '221013.005000', '221013.465000', '221013.925000', '221014.385000', '221014.845000', '221015.305000', '221015.765000', '221016.225000', '221016.685000', '221017.145000', '221017.605000', '221018.065000', '221018.525000', '221018.985000', '221019.445000', '221019.905000', '221020.365000', '221020.825000', '221021.285000', '221021.745000', '221022.205000', '221022.665000', '221023.125000', '221023.585000', '221024.045000', '221024.505000', '221024.965000', '221025.425000', '221025.885000', '221026.345000', '221026.805000', '221027.265000', '221027.725000', '221028.185000', '221028.645000', '221029.105000', '221029.565000', '221030.025000', '221030.485000', '221030.945000', '221031.405000', '221031.865000', '221032.325000', '221032.785000', '221033.245000', '221033.705000', '221034.165000', '221034.625000', '221035.085000', '221035.545000', '221036.005000', '221036.465000', '221036.925000', '221037.385000', '221037.845000', '221038.305000', '221038.765000', '221039.225000', '221039.685000', '221040.145000', '221040.605000', '221041.065000', '221041.525000', '221041.985000', '221042.445000', '221042.905000', '221043.365000', '221043.825000', '221044.285000', '221044.745000', '221045.205000', '221045.665000', '221046.125000', '221046.585000', '221047.045000', '221047.505000', '221047.965000', '221048.425000', '221048.885000', '221049.345000', '221049.805000', '221050.265000', '221050.725000', '221051.185000', '221051.645000', '221052.105000', '221052.565000', '221053.025000', '221053.485000', '221053.945000', '221054.405000', '221054.865000', '221055.325000', '221055.785000', '221056.245000', '221056.705000', '221057.165000', '221057.625000', '221058.085000', '221058.545000', '221059.005000', '221059.465000', '221059.925000', '221100.385000', '221100.845000', '221101.305000', '221101.765000', '221102.225000', '221102.685000', '221103.145000', '221103.605000', '221104.065000', '221104.525000', '221104.985000', '221105.445000', '221105.905000', '221106.365000', '221106.825000', '221107.285000', '221107.745000', '221108.205000', '221108.665000', '221109.125000', '221109.585000', '221110.045000', '221110.505000', '221110.965000', '221111.425000', '221111.885000', '221112.345000', '221112.805000', '221113.265000', '221113.725000', '221114.185000', '221114.645000', '221115.105000'], 'ContentTime': ['220146.758000', '220146.761000', '220146.764000', '220146.766000', '220146.769000', '220146.772000', '220146.774000', '220146.777000', '220146.779000', '220146.787000', '220146.789000', '220146.792000', '220146.795000', '220146.797000', '220146.800000', '220146.802000', '220146.805000', '220146.808000', '220146.810000', '220146.813000', '220146.816000', '220146.821000', '220146.824000', '220146.826000', '220146.829000', '220146.831000', '220146.834000', '220146.837000', '220146.839000', '220206.727000', '220206.729000', '220206.732000', '220206.735000', '220206.737000', '220206.747000', '220206.749000', '220206.752000', '220206.755000', '220206.757000', '220206.760000', '220206.762000', '220206.765000', '220206.768000', '220206.770000', '220206.773000', '220206.775000', '220206.778000', '220206.781000', '220206.783000', '220206.786000', '220206.788000', '220206.791000', '220206.793000', '220206.796000', '220206.799000', '220206.801000', '220206.804000', '220206.807000', '220206.809000', '220206.812000', '220206.814000', '220206.817000', '220206.820000', '220206.829000', '220206.832000', '220206.835000', '220206.837000', '220206.840000', '220206.844000', '220206.847000', '220206.849000', '220206.852000', '220226.725000', '220226.728000', '220226.731000', '220226.734000', '220226.736000', '220226.739000', '220226.741000', '220226.744000', '220226.747000', '220226.749000', '220226.752000', '220226.755000', '220226.757000', '220226.760000', '220226.762000', '220226.765000', '220226.768000', '220226.770000', '220226.773000', '220226.776000', '220226.778000', '220226.781000', '220226.783000', '220226.786000', '220226.788000', '220226.791000', '220226.794000', '220226.796000', '220226.799000', '220226.801000', '220226.804000', '220226.807000', '220226.809000', '220226.816000', '220226.818000', '220226.821000', '220226.823000', '220226.826000', '220226.829000', '220226.831000', '220226.834000', '220226.836000', '220226.839000', '220226.842000', '220246.725000', '220246.728000', '220246.731000', '220246.733000', '220246.736000', '220246.739000', '220246.741000', '220246.744000', '220246.746000', '220246.749000', '220246.752000', '220246.754000', '220246.757000', '220246.759000', '220246.762000', '220246.765000', '220246.767000', '220246.770000', '220246.773000', '220246.775000', '220246.778000', '220246.781000', '220246.783000', '220246.786000', '220246.789000', '220246.791000', '220246.794000', '220246.796000', '220246.799000', '220246.802000', '220246.804000', '220246.807000', '220246.810000', '220246.813000', '220246.816000', '220246.818000', '220246.821000', '220246.823000', '220246.826000', '220246.829000', '220246.831000', '220246.834000', '220246.837000', '220306.726000', '220306.729000', '220306.732000', '220306.734000', '220306.737000', '220306.739000', '220306.742000', '220306.745000', '220306.747000', '220306.750000', '220306.752000', '220306.755000', '220306.758000', '220306.760000', '220306.763000', '220306.765000', '220306.768000', '220306.771000', '220306.773000', '220306.776000', '220306.779000', '220306.781000', '220306.784000', '220306.787000', '220306.797000', '220306.800000', '220306.802000', '220306.805000', '220306.807000', '220306.810000', '220306.813000', '220306.815000', '220306.818000', '220306.820000', '220306.823000', '220306.826000', '220306.828000', '220306.831000', '220306.834000', '220306.836000', '220306.839000', '220306.841000', '220306.844000', '220306.847000', '220326.726000', '220326.729000', '220326.732000', '220326.735000', '220326.737000', '220326.740000', '220326.742000', '220326.745000', '220326.748000', '220326.750000', '220326.753000', '220326.755000', '220326.758000', '220326.761000', '220326.763000', '220326.766000', '220326.768000', '220326.771000', '220326.774000', '220326.776000', '220326.779000', '220326.781000', '220326.784000', '220326.787000', '220326.790000', '220326.792000', '220326.795000', '220326.797000', '220326.800000', '220326.803000', '220326.805000', '220326.808000', '220326.810000', '220326.813000', '220326.816000', '220326.818000', '220326.821000', '220326.824000', '220326.826000', '220326.829000', '220326.832000', '220326.834000', '220326.837000', '220346.726000', '220346.729000', '220346.732000', '220346.735000', '220346.737000', '220346.740000', '220346.743000', '220346.745000', '220346.748000', '220346.751000', '220346.753000', '220346.756000', '220346.758000', '220346.761000', '220346.764000', '220346.766000', '220346.769000', '220346.771000', '220346.774000', '220346.777000', '220346.779000', '220346.782000', '220346.785000', '220346.787000', '220346.790000', '220346.793000', '220346.795000', '220346.798000', '220346.800000', '220346.803000', '220346.806000', '220346.808000', '220346.811000', '220346.814000', '220346.816000', '220346.819000', '220346.822000', '220346.824000', '220346.827000', '220346.830000', '220346.832000', '220346.835000', '220346.837000', '220346.840000', '220406.726000', '220406.729000', '220406.732000', '220406.735000', '220406.737000', '220406.740000', '220406.742000', '220406.745000', '220406.747000', '220406.750000', '220406.753000', '220406.755000', '220406.758000', '220406.760000', '220406.763000', '220406.766000', '220406.768000', '220406.771000', '220406.773000', '220406.776000', '220406.779000', '220406.781000', '220406.784000', '220406.786000', '220406.789000', '220406.792000', '220406.794000', '220406.797000', '220406.799000', '220406.802000', '220406.804000', '220406.807000', '220406.810000', '220406.812000', '220406.815000', '220406.818000', '220406.820000', '220406.823000', '220406.825000', '220406.828000', '220406.830000', '220406.833000', '220406.836000', '220426.726000', '220426.729000', '220426.732000', '220426.735000', '220426.737000', '220426.740000', '220426.742000', '220426.745000', '220426.748000', '220426.750000', '220426.753000', '220426.756000', '220426.758000', '220426.761000', '220426.763000', '220426.766000', '220426.769000', '220426.771000', '220426.774000', '220426.776000', '220426.779000', '220426.782000', '220426.784000', '220426.787000', '220426.789000', '220426.792000', '220426.795000', '220426.797000', '220426.800000', '220426.802000', '220426.805000', '220426.808000', '220426.810000', '220426.813000', '220426.815000', '220426.818000', '220426.821000', '220426.823000', '220426.826000', '220426.829000', '220426.831000', '220426.834000', '220426.836000', '220426.839000', '220446.725000', '220446.728000', '220446.731000', '220446.734000', '220446.736000', '220446.739000', '220446.741000', '220446.744000', '220446.747000', '220446.749000', '220446.752000', '220446.755000', '220446.757000', '220446.760000', '220446.762000', '220446.765000', '220446.768000', '220446.770000', '220446.773000', '220446.788000', '220446.791000', '220446.793000', '220446.796000', '220446.799000', '220446.801000', '220446.804000', '220446.807000', '220446.809000', '220446.812000', '220446.815000', '220446.817000', '220446.820000', '220446.822000', '220446.825000', '220446.828000', '220446.830000', '220446.833000', '220446.836000', '220446.838000', '220446.841000', '220446.843000', '220446.846000', '220446.849000', '220506.726000', '220506.729000', '220506.732000', '220506.735000', '220506.737000', '220506.741000', '220506.744000', '220506.746000', '220506.749000', '220506.752000', '220506.754000', '220506.757000', '220506.760000', '220506.762000', '220506.765000', '220506.767000', '220506.770000', '220506.773000', '220506.775000', '220506.778000', '220506.780000', '220506.783000', '220506.786000', '220506.788000', '220506.791000', '220506.794000', '220506.796000', '220506.799000', '220506.801000', '220506.804000', '220506.807000', '220506.809000', '220506.812000', '220506.815000', '220506.817000', '220506.820000', '220506.822000', '220506.825000', '220506.828000', '220506.830000', '220506.833000', '220506.835000', '220506.838000', '220526.727000', '220526.730000', '220526.733000', '220526.735000', '220526.738000', '220526.741000', '220526.743000', '220526.746000', '220526.748000', '220526.751000', '220526.754000', '220526.756000', '220526.759000', '220526.761000', '220526.764000', '220526.767000', '220526.769000', '220526.772000', '220526.775000', '220526.777000', '220526.780000', '220526.783000', '220526.785000', '220526.788000', '220526.791000', '220526.793000', '220526.796000', '220526.798000', '220526.801000', '220526.804000', '220526.806000', '220526.809000', '220526.811000', '220526.814000', '220526.817000', '220526.819000', '220526.822000', '220526.825000', '220526.827000', '220526.830000', '220526.832000', '220526.835000', '220526.838000', '220526.840000', '220546.727000', '220546.729000', '220546.732000', '220546.735000', '220546.737000', '220546.740000', '220546.743000', '220546.745000', '220546.748000', '220546.750000', '220546.753000', '220546.756000', '220546.758000', '220546.761000', '220546.763000', '220546.766000', '220546.769000', '220546.771000', '220546.774000', '220546.777000', '220546.779000', '220546.782000', '220546.784000', '220546.787000', '220546.790000', '220546.792000', '220546.795000', '220546.797000', '220546.800000', '220546.803000', '220546.805000', '220546.808000', '220546.811000', '220546.813000', '220546.816000', '220546.819000', '220546.821000', '220546.824000', '220546.826000', '220546.829000', '220546.832000', '220546.834000', '220546.837000', '220546.839000', '220606.727000', '220606.730000', '220606.732000', '220606.735000', '220606.737000', '220606.740000', '220606.743000', '220606.745000', '220606.748000', '220606.750000', '220606.753000', '220606.756000', '220606.758000', '220606.761000', '220606.763000', '220606.766000', '220606.768000', '220606.771000', '220606.774000', '220606.776000', '220606.779000', '220606.781000', '220606.784000', '220606.786000', '220606.789000', '220606.792000', '220606.794000', '220606.797000', '220606.799000', '220606.802000', '220606.805000', '220606.807000', '220606.810000', '220606.813000', '220606.815000', '220606.818000', '220606.820000', '220606.823000', '220606.825000', '220606.828000', '220606.831000', '220606.833000', '220606.836000', '220626.726000', '220626.740000', '220626.743000', '220626.745000', '220626.748000', '220626.750000', '220626.753000', '220626.756000', '220626.758000', '220626.761000', '220626.763000', '220626.766000', '220626.768000', '220626.772000', '220626.775000', '220626.778000', '220626.781000', '220626.783000', '220626.786000', '220626.788000', '220626.791000', '220626.794000', '220626.798000', '220626.801000', '220626.803000', '220626.806000', '220626.808000', '220626.811000', '220626.814000', '220626.816000', '220626.819000', '220626.822000', '220626.824000', '220626.827000', '220626.830000', '220626.832000', '220626.835000', '220626.838000', '220626.840000', '220626.843000', '220626.846000', '220626.848000', '220626.851000', '220646.727000', '220646.729000', '220646.732000', '220646.735000', '220646.737000', '220646.740000', '220646.743000', '220646.745000', '220646.748000', '220646.751000', '220646.753000', '220646.756000', '220646.759000', '220646.761000', '220646.764000', '220646.767000', '220646.769000', '220646.772000', '220646.774000', '220646.777000', '220646.780000', '220646.782000', '220646.785000', '220646.788000', '220646.791000', '220646.793000', '220646.796000', '220646.798000', '220646.801000', '220646.804000', '220646.806000', '220646.809000', '220646.812000', '220646.814000', '220646.817000', '220646.820000', '220646.822000', '220646.825000', '220646.827000', '220646.830000', '220646.833000', '220646.835000', '220646.838000', '220646.840000', '220706.726000', '220706.729000', '220706.731000', '220706.734000', '220706.736000', '220706.739000', '220706.742000', '220706.744000', '220706.747000', '220706.749000', '220706.752000', '220706.755000', '220706.757000', '220706.760000', '220706.763000', '220706.765000', '220706.768000', '220706.770000', '220706.775000', '220706.778000', '220706.780000', '220706.783000', '220706.785000', '220706.788000', '220706.791000', '220706.793000', '220706.796000', '220706.799000', '220706.802000', '220706.804000', '220706.807000', '220706.809000', '220706.812000', '220706.815000', '220706.817000', '220706.820000', '220706.822000', '220706.825000', '220706.827000', '220706.830000', '220706.833000', '220706.835000', '220706.838000', '220726.726000', '220726.729000', '220726.732000', '220726.735000', '220726.737000', '220726.740000', '220726.743000', '220726.745000', '220726.748000', '220726.750000', '220726.753000', '220726.756000', '220726.758000', '220726.761000', '220726.764000', '220726.766000', '220726.769000', '220726.771000', '220726.774000', '220726.777000', '220726.779000', '220726.782000', '220726.784000', '220726.787000', '220726.790000', '220726.792000', '220726.795000', '220726.798000', '220726.800000', '220726.803000', '220726.806000', '220726.808000', '220726.811000', '220726.813000', '220726.816000', '220726.819000', '220726.821000', '220726.824000', '220726.826000', '220726.829000', '220726.832000', '220726.834000', '220726.837000', '220726.839000', '220746.727000', '220746.729000', '220746.732000', '220746.735000', '220746.737000', '220746.740000', '220746.743000', '220746.745000', '220746.748000', '220746.750000', '220746.753000', '220746.756000', '220746.767000', '220746.770000', '220746.772000', '220746.775000', '220746.778000', '220746.780000', '220746.783000', '220746.786000', '220746.788000', '220746.791000', '220746.793000', '220746.796000', '220746.799000', '220746.801000', '220746.804000', '220746.807000', '220746.809000', '220746.814000', '220746.817000', '220746.819000', '220746.822000', '220746.824000', '220746.827000', '220746.830000', '220746.832000', '220746.835000', '220746.837000', '220746.840000', '220746.843000', '220746.845000', '220746.848000', '220806.727000', '220806.729000', '220806.732000', '220806.735000', '220806.737000', '220806.740000', '220806.742000', '220806.745000', '220806.748000', '220806.750000', '220806.753000', '220806.755000', '220806.758000', '220806.761000', '220806.763000', '220806.766000', '220806.768000', '220806.771000', '220806.774000', '220806.776000', '220806.779000', '220806.782000', '220806.784000', '220806.787000', '220806.789000', '220806.792000', '220806.795000', '220806.797000', '220806.800000', '220806.802000', '220806.805000', '220806.808000', '220806.810000', '220806.813000', '220806.815000', '220806.818000', '220806.821000', '220806.823000', '220806.826000', '220806.828000', '220806.831000', '220806.834000', '220806.836000', '220806.839000', '220826.727000', '220826.729000', '220826.732000', '220826.735000', '220826.737000', '220826.740000', '220826.743000', '220826.745000', '220826.748000', '220826.750000', '220826.753000', '220826.756000', '220826.758000', '220826.769000', '220826.771000', '220826.774000', '220826.777000', '220826.779000', '220826.782000', '220826.785000', '220826.787000', '220826.790000', '220826.792000', '220826.795000', '220826.798000', '220826.801000', '220826.803000', '220826.806000', '220826.808000', '220826.811000', '220826.814000', '220826.816000', '220826.819000', '220826.822000', '220826.824000', '220826.827000', '220826.830000', '220826.833000', '220826.836000', '220826.839000', '220826.842000', '220826.844000', '220826.847000', '220846.727000', '220846.729000', '220846.732000', '220846.735000', '220846.737000', '220846.740000', '220846.743000', '220846.745000', '220846.748000', '220846.750000', '220846.753000', '220846.756000', '220846.759000', '220846.761000', '220846.764000', '220846.766000', '220846.769000', '220846.772000', '220846.774000', '220846.777000', '220846.779000', '220846.782000', '220846.784000', '220846.787000', '220846.790000', '220846.792000', '220846.795000', '220846.798000', '220846.800000', '220846.803000', '220846.805000', '220846.808000', '220846.810000', '220846.813000', '220846.816000', '220846.818000', '220846.821000', '220846.823000', '220846.826000', '220846.829000', '220846.831000', '220846.834000', '220846.837000', '220846.839000', '220906.727000', '220906.729000', '220906.732000', '220906.735000', '220906.737000', '220906.740000', '220906.743000', '220906.745000', '220906.748000', '220906.751000', '220906.753000', '220906.756000', '220906.759000', '220906.761000', '220906.764000', '220906.766000', '220906.769000', '220906.772000', '220906.774000', '220906.777000', '220906.780000', '220906.782000', '220906.793000', '220906.795000', '220906.798000', '220906.801000', '220906.803000', '220906.806000', '220906.808000', '220906.811000', '220906.814000', '220906.816000', '220906.819000', '220906.822000', '220906.824000', '220906.827000', '220906.830000', '220906.832000', '220906.835000', '220906.838000', '220906.840000', '220906.843000', '220906.846000', '220926.726000', '220926.729000', '220926.731000', '220926.734000', '220926.736000', '220926.739000', '220926.742000', '220926.745000', '220926.747000', '220926.750000', '220926.753000', '220926.755000', '220926.758000', '220926.761000', '220926.763000', '220926.766000', '220926.768000', '220926.771000', '220926.774000', '220926.776000', '220926.779000', '220926.781000', '220926.784000', '220926.787000', '220926.789000', '220926.792000', '220926.794000', '220926.797000', '220926.800000', '220926.802000', '220926.805000', '220926.807000', '220926.810000', '220926.813000', '220926.815000', '220926.818000', '220926.821000', '220926.823000', '220926.826000', '220926.828000', '220926.831000', '220926.834000', '220926.836000', '220946.727000', '220946.730000', '220946.732000', '220946.735000', '220946.737000', '220946.740000', '220946.743000', '220946.745000', '220946.748000', '220946.751000', '220946.753000', '220946.756000', '220946.759000', '220946.761000', '220946.764000', '220946.767000', '220946.769000', '220946.772000', '220946.775000', '220946.777000', '220946.780000', '220946.782000', '220946.785000', '220946.788000', '220946.790000', '220946.793000', '220946.796000', '220946.798000', '220946.801000', '220946.804000', '220946.806000', '220946.809000', '220946.812000', '220946.814000', '220946.817000', '220946.820000', '220946.822000', '220946.825000', '220946.828000', '220946.830000', '220946.833000', '220946.836000', '220946.838000', '220946.841000', '221006.727000', '221006.730000', '221006.732000', '221006.735000', '221006.738000', '221006.740000', '221006.743000', '221006.746000', '221006.748000', '221006.751000', '221006.753000', '221006.756000', '221006.759000', '221006.761000', '221006.764000', '221006.766000', '221006.769000', '221006.772000', '221006.774000', '221006.777000', '221006.779000', '221006.782000', '221006.785000', '221006.787000', '221006.790000', '221006.793000', '221006.795000', '221006.798000', '221006.800000', '221006.803000', '221006.806000', '221006.808000', '221006.811000', '221006.813000', '221006.816000', '221006.819000', '221006.822000', '221006.824000', '221006.827000', '221006.829000', '221006.832000', '221006.835000', '221006.837000', '221006.840000', '221026.727000', '221026.730000', '221026.732000', '221026.735000', '221026.737000', '221026.740000', '221026.743000', '221026.746000', '221026.748000', '221026.751000', '221026.753000', '221026.756000', '221026.759000', '221026.761000', '221026.764000', '221026.766000', '221026.769000', '221026.772000', '221026.774000', '221026.786000', '221026.789000', '221026.791000', '221026.794000', '221026.796000', '221026.799000', '221026.802000', '221026.804000', '221026.807000', '221026.809000', '221026.812000', '221026.815000', '221026.817000', '221026.820000', '221026.823000', '221026.825000', '221026.828000', '221026.830000', '221026.833000', '221026.836000', '221026.838000', '221026.841000', '221026.843000', '221026.846000', '221046.727000', '221046.729000', '221046.732000', '221046.735000', '221046.738000', '221046.741000', '221046.743000', '221046.746000', '221046.749000', '221046.751000', '221046.754000', '221046.757000', '221046.759000', '221046.762000', '221046.764000', '221046.767000', '221046.770000', '221046.773000', '221046.775000', '221046.778000', '221046.780000', '221046.783000', '221046.786000', '221046.788000', '221046.791000', '221046.794000', '221046.796000', '221046.799000', '221046.801000', '221046.804000', '221046.807000', '221046.809000', '221046.812000', '221046.815000', '221046.818000', '221046.820000', '221046.823000', '221046.826000', '221046.828000', '221046.831000', '221046.834000', '221046.836000', '221046.839000', '221046.841000', '221106.727000', '221106.730000', '221106.732000', '221106.735000', '221106.737000', '221106.740000', '221106.743000', '221106.745000', '221106.748000', '221106.750000', '221106.753000', '221106.756000', '221106.758000', '221106.761000', '221106.764000', '221106.766000', '221106.769000', '221106.772000', '221106.774000', '221106.777000', '221106.779000', '221106.782000', '221106.785000', '221106.787000', '221106.790000', '221106.792000', '221106.795000', '221106.797000', '221106.800000', '221106.803000', '221106.805000', '221106.808000', '221106.811000', '221106.813000', '221106.816000', '221106.818000', '221106.821000', '221106.824000', '221106.826000', '221106.829000', '221106.831000', '221106.834000', '221106.837000', '221116.519000', '221116.522000', '221116.525000', '221116.528000', '221116.530000', '221116.533000', '221116.536000', '221116.538000', '221116.541000', '221116.544000', '221116.547000', '221116.549000', '221116.552000', '221116.555000', '221116.558000', '221116.561000', '221116.564000', '221116.567000', '221116.570000', '221116.572000', '221116.575000', '221116.580000'], 'InstanceCreationTime': ['220146.758000', '220146.761000', '220146.764000', '220146.766000', '220146.769000', '220146.772000', '220146.774000', '220146.777000', '220146.779000', '220146.787000', '220146.789000', '220146.792000', '220146.795000', '220146.797000', '220146.800000', '220146.802000', '220146.805000', '220146.808000', '220146.810000', '220146.813000', '220146.816000', '220146.821000', '220146.824000', '220146.826000', '220146.829000', '220146.831000', '220146.834000', '220146.837000', '220146.839000', '220206.727000', '220206.729000', '220206.732000', '220206.735000', '220206.737000', '220206.747000', '220206.749000', '220206.752000', '220206.755000', '220206.757000', '220206.760000', '220206.762000', '220206.765000', '220206.768000', '220206.770000', '220206.773000', '220206.775000', '220206.778000', '220206.781000', '220206.783000', '220206.786000', '220206.788000', '220206.791000', '220206.793000', '220206.796000', '220206.799000', '220206.801000', '220206.804000', '220206.807000', '220206.809000', '220206.812000', '220206.814000', '220206.817000', '220206.820000', '220206.829000', '220206.832000', '220206.835000', '220206.837000', '220206.840000', '220206.844000', '220206.847000', '220206.849000', '220206.852000', '220226.725000', '220226.728000', '220226.731000', '220226.734000', '220226.736000', '220226.739000', '220226.741000', '220226.744000', '220226.747000', '220226.749000', '220226.752000', '220226.755000', '220226.757000', '220226.760000', '220226.762000', '220226.765000', '220226.768000', '220226.770000', '220226.773000', '220226.776000', '220226.778000', '220226.781000', '220226.783000', '220226.786000', '220226.788000', '220226.791000', '220226.794000', '220226.796000', '220226.799000', '220226.801000', '220226.804000', '220226.807000', '220226.809000', '220226.816000', '220226.818000', '220226.821000', '220226.823000', '220226.826000', '220226.829000', '220226.831000', '220226.834000', '220226.836000', '220226.839000', '220226.842000', '220246.725000', '220246.728000', '220246.731000', '220246.733000', '220246.736000', '220246.739000', '220246.741000', '220246.744000', '220246.746000', '220246.749000', '220246.752000', '220246.754000', '220246.757000', '220246.759000', '220246.762000', '220246.765000', '220246.767000', '220246.770000', '220246.773000', '220246.775000', '220246.778000', '220246.781000', '220246.783000', '220246.786000', '220246.789000', '220246.791000', '220246.794000', '220246.796000', '220246.799000', '220246.802000', '220246.804000', '220246.807000', '220246.810000', '220246.813000', '220246.816000', '220246.818000', '220246.821000', '220246.823000', '220246.826000', '220246.829000', '220246.831000', '220246.834000', '220246.837000', '220306.726000', '220306.729000', '220306.732000', '220306.734000', '220306.737000', '220306.739000', '220306.742000', '220306.745000', '220306.747000', '220306.750000', '220306.752000', '220306.755000', '220306.758000', '220306.760000', '220306.763000', '220306.765000', '220306.768000', '220306.771000', '220306.773000', '220306.776000', '220306.779000', '220306.781000', '220306.784000', '220306.787000', '220306.797000', '220306.800000', '220306.802000', '220306.805000', '220306.807000', '220306.810000', '220306.813000', '220306.815000', '220306.818000', '220306.820000', '220306.823000', '220306.826000', '220306.828000', '220306.831000', '220306.834000', '220306.836000', '220306.839000', '220306.841000', '220306.844000', '220306.847000', '220326.726000', '220326.729000', '220326.732000', '220326.735000', '220326.737000', '220326.740000', '220326.742000', '220326.745000', '220326.748000', '220326.750000', '220326.753000', '220326.755000', '220326.758000', '220326.761000', '220326.763000', '220326.766000', '220326.768000', '220326.771000', '220326.774000', '220326.776000', '220326.779000', '220326.781000', '220326.784000', '220326.787000', '220326.790000', '220326.792000', '220326.795000', '220326.797000', '220326.800000', '220326.803000', '220326.805000', '220326.808000', '220326.810000', '220326.813000', '220326.816000', '220326.818000', '220326.821000', '220326.824000', '220326.826000', '220326.829000', '220326.832000', '220326.834000', '220326.837000', '220346.726000', '220346.729000', '220346.732000', '220346.735000', '220346.737000', '220346.740000', '220346.743000', '220346.745000', '220346.748000', '220346.751000', '220346.753000', '220346.756000', '220346.758000', '220346.761000', '220346.764000', '220346.766000', '220346.769000', '220346.771000', '220346.774000', '220346.777000', '220346.779000', '220346.782000', '220346.785000', '220346.787000', '220346.790000', '220346.793000', '220346.795000', '220346.798000', '220346.800000', '220346.803000', '220346.806000', '220346.808000', '220346.811000', '220346.814000', '220346.816000', '220346.819000', '220346.822000', '220346.824000', '220346.827000', '220346.830000', '220346.832000', '220346.835000', '220346.837000', '220346.840000', '220406.726000', '220406.729000', '220406.732000', '220406.735000', '220406.737000', '220406.740000', '220406.742000', '220406.745000', '220406.747000', '220406.750000', '220406.753000', '220406.755000', '220406.758000', '220406.760000', '220406.763000', '220406.766000', '220406.768000', '220406.771000', '220406.773000', '220406.776000', '220406.779000', '220406.781000', '220406.784000', '220406.786000', '220406.789000', '220406.792000', '220406.794000', '220406.797000', '220406.799000', '220406.802000', '220406.804000', '220406.807000', '220406.810000', '220406.812000', '220406.815000', '220406.818000', '220406.820000', '220406.823000', '220406.825000', '220406.828000', '220406.830000', '220406.833000', '220406.836000', '220426.726000', '220426.729000', '220426.732000', '220426.735000', '220426.737000', '220426.740000', '220426.742000', '220426.745000', '220426.748000', '220426.750000', '220426.753000', '220426.756000', '220426.758000', '220426.761000', '220426.763000', '220426.766000', '220426.769000', '220426.771000', '220426.774000', '220426.776000', '220426.779000', '220426.782000', '220426.784000', '220426.787000', '220426.789000', '220426.792000', '220426.795000', '220426.797000', '220426.800000', '220426.802000', '220426.805000', '220426.808000', '220426.810000', '220426.813000', '220426.815000', '220426.818000', '220426.821000', '220426.823000', '220426.826000', '220426.829000', '220426.831000', '220426.834000', '220426.836000', '220426.839000', '220446.725000', '220446.728000', '220446.731000', '220446.734000', '220446.736000', '220446.739000', '220446.741000', '220446.744000', '220446.747000', '220446.749000', '220446.752000', '220446.755000', '220446.757000', '220446.760000', '220446.762000', '220446.765000', '220446.768000', '220446.770000', '220446.773000', '220446.788000', '220446.791000', '220446.793000', '220446.796000', '220446.799000', '220446.801000', '220446.804000', '220446.807000', '220446.809000', '220446.812000', '220446.815000', '220446.817000', '220446.820000', '220446.822000', '220446.825000', '220446.828000', '220446.830000', '220446.833000', '220446.836000', '220446.838000', '220446.841000', '220446.843000', '220446.846000', '220446.849000', '220506.726000', '220506.729000', '220506.732000', '220506.735000', '220506.737000', '220506.741000', '220506.744000', '220506.746000', '220506.749000', '220506.752000', '220506.754000', '220506.757000', '220506.760000', '220506.762000', '220506.765000', '220506.767000', '220506.770000', '220506.773000', '220506.775000', '220506.778000', '220506.780000', '220506.783000', '220506.786000', '220506.788000', '220506.791000', '220506.794000', '220506.796000', '220506.799000', '220506.801000', '220506.804000', '220506.807000', '220506.809000', '220506.812000', '220506.815000', '220506.817000', '220506.820000', '220506.822000', '220506.825000', '220506.828000', '220506.830000', '220506.833000', '220506.835000', '220506.838000', '220526.727000', '220526.730000', '220526.733000', '220526.735000', '220526.738000', '220526.741000', '220526.743000', '220526.746000', '220526.748000', '220526.751000', '220526.754000', '220526.756000', '220526.759000', '220526.761000', '220526.764000', '220526.767000', '220526.769000', '220526.772000', '220526.775000', '220526.777000', '220526.780000', '220526.783000', '220526.785000', '220526.788000', '220526.791000', '220526.793000', '220526.796000', '220526.798000', '220526.801000', '220526.804000', '220526.806000', '220526.809000', '220526.811000', '220526.814000', '220526.817000', '220526.819000', '220526.822000', '220526.825000', '220526.827000', '220526.830000', '220526.832000', '220526.835000', '220526.838000', '220526.840000', '220546.727000', '220546.729000', '220546.732000', '220546.735000', '220546.737000', '220546.740000', '220546.743000', '220546.745000', '220546.748000', '220546.750000', '220546.753000', '220546.756000', '220546.758000', '220546.761000', '220546.763000', '220546.766000', '220546.769000', '220546.771000', '220546.774000', '220546.777000', '220546.779000', '220546.782000', '220546.784000', '220546.787000', '220546.790000', '220546.792000', '220546.795000', '220546.797000', '220546.800000', '220546.803000', '220546.805000', '220546.808000', '220546.811000', '220546.813000', '220546.816000', '220546.819000', '220546.821000', '220546.824000', '220546.826000', '220546.829000', '220546.832000', '220546.834000', '220546.837000', '220546.839000', '220606.727000', '220606.730000', '220606.732000', '220606.735000', '220606.737000', '220606.740000', '220606.743000', '220606.745000', '220606.748000', '220606.750000', '220606.753000', '220606.756000', '220606.758000', '220606.761000', '220606.763000', '220606.766000', '220606.768000', '220606.771000', '220606.774000', '220606.776000', '220606.779000', '220606.781000', '220606.784000', '220606.786000', '220606.789000', '220606.792000', '220606.794000', '220606.797000', '220606.799000', '220606.802000', '220606.805000', '220606.807000', '220606.810000', '220606.813000', '220606.815000', '220606.818000', '220606.820000', '220606.823000', '220606.825000', '220606.828000', '220606.831000', '220606.833000', '220606.836000', '220626.726000', '220626.740000', '220626.743000', '220626.745000', '220626.748000', '220626.750000', '220626.753000', '220626.756000', '220626.758000', '220626.761000', '220626.763000', '220626.766000', '220626.768000', '220626.772000', '220626.775000', '220626.778000', '220626.781000', '220626.783000', '220626.786000', '220626.788000', '220626.791000', '220626.794000', '220626.798000', '220626.801000', '220626.803000', '220626.806000', '220626.808000', '220626.811000', '220626.814000', '220626.816000', '220626.819000', '220626.822000', '220626.824000', '220626.827000', '220626.830000', '220626.832000', '220626.835000', '220626.838000', '220626.840000', '220626.843000', '220626.846000', '220626.848000', '220626.851000', '220646.727000', '220646.729000', '220646.732000', '220646.735000', '220646.737000', '220646.740000', '220646.743000', '220646.745000', '220646.748000', '220646.751000', '220646.753000', '220646.756000', '220646.759000', '220646.761000', '220646.764000', '220646.767000', '220646.769000', '220646.772000', '220646.774000', '220646.777000', '220646.780000', '220646.782000', '220646.785000', '220646.788000', '220646.791000', '220646.793000', '220646.796000', '220646.798000', '220646.801000', '220646.804000', '220646.806000', '220646.809000', '220646.812000', '220646.814000', '220646.817000', '220646.820000', '220646.822000', '220646.825000', '220646.827000', '220646.830000', '220646.833000', '220646.835000', '220646.838000', '220646.840000', '220706.726000', '220706.729000', '220706.731000', '220706.734000', '220706.736000', '220706.739000', '220706.742000', '220706.744000', '220706.747000', '220706.749000', '220706.752000', '220706.755000', '220706.757000', '220706.760000', '220706.763000', '220706.765000', '220706.768000', '220706.770000', '220706.775000', '220706.778000', '220706.780000', '220706.783000', '220706.785000', '220706.788000', '220706.791000', '220706.793000', '220706.796000', '220706.799000', '220706.802000', '220706.804000', '220706.807000', '220706.809000', '220706.812000', '220706.815000', '220706.817000', '220706.820000', '220706.822000', '220706.825000', '220706.827000', '220706.830000', '220706.833000', '220706.835000', '220706.838000', '220726.726000', '220726.729000', '220726.732000', '220726.735000', '220726.737000', '220726.740000', '220726.743000', '220726.745000', '220726.748000', '220726.750000', '220726.753000', '220726.756000', '220726.758000', '220726.761000', '220726.764000', '220726.766000', '220726.769000', '220726.771000', '220726.774000', '220726.777000', '220726.779000', '220726.782000', '220726.784000', '220726.787000', '220726.790000', '220726.792000', '220726.795000', '220726.798000', '220726.800000', '220726.803000', '220726.806000', '220726.808000', '220726.811000', '220726.813000', '220726.816000', '220726.819000', '220726.821000', '220726.824000', '220726.826000', '220726.829000', '220726.832000', '220726.834000', '220726.837000', '220726.839000', '220746.727000', '220746.729000', '220746.732000', '220746.735000', '220746.737000', '220746.740000', '220746.743000', '220746.745000', '220746.748000', '220746.750000', '220746.753000', '220746.756000', '220746.767000', '220746.770000', '220746.772000', '220746.775000', '220746.778000', '220746.780000', '220746.783000', '220746.786000', '220746.788000', '220746.791000', '220746.793000', '220746.796000', '220746.799000', '220746.801000', '220746.804000', '220746.807000', '220746.809000', '220746.814000', '220746.817000', '220746.819000', '220746.822000', '220746.824000', '220746.827000', '220746.830000', '220746.832000', '220746.835000', '220746.837000', '220746.840000', '220746.843000', '220746.845000', '220746.848000', '220806.727000', '220806.729000', '220806.732000', '220806.735000', '220806.737000', '220806.740000', '220806.742000', '220806.745000', '220806.748000', '220806.750000', '220806.753000', '220806.755000', '220806.758000', '220806.761000', '220806.763000', '220806.766000', '220806.768000', '220806.771000', '220806.774000', '220806.776000', '220806.779000', '220806.782000', '220806.784000', '220806.787000', '220806.789000', '220806.792000', '220806.795000', '220806.797000', '220806.800000', '220806.802000', '220806.805000', '220806.808000', '220806.810000', '220806.813000', '220806.815000', '220806.818000', '220806.821000', '220806.823000', '220806.826000', '220806.828000', '220806.831000', '220806.834000', '220806.836000', '220806.839000', '220826.727000', '220826.729000', '220826.732000', '220826.735000', '220826.737000', '220826.740000', '220826.743000', '220826.745000', '220826.748000', '220826.750000', '220826.753000', '220826.756000', '220826.758000', '220826.769000', '220826.771000', '220826.774000', '220826.777000', '220826.779000', '220826.782000', '220826.785000', '220826.787000', '220826.790000', '220826.792000', '220826.795000', '220826.798000', '220826.801000', '220826.803000', '220826.806000', '220826.808000', '220826.811000', '220826.814000', '220826.816000', '220826.819000', '220826.822000', '220826.824000', '220826.827000', '220826.830000', '220826.833000', '220826.836000', '220826.839000', '220826.842000', '220826.844000', '220826.847000', '220846.727000', '220846.729000', '220846.732000', '220846.735000', '220846.737000', '220846.740000', '220846.743000', '220846.745000', '220846.748000', '220846.750000', '220846.753000', '220846.756000', '220846.759000', '220846.761000', '220846.764000', '220846.766000', '220846.769000', '220846.772000', '220846.774000', '220846.777000', '220846.779000', '220846.782000', '220846.784000', '220846.787000', '220846.790000', '220846.792000', '220846.795000', '220846.798000', '220846.800000', '220846.803000', '220846.805000', '220846.808000', '220846.810000', '220846.813000', '220846.816000', '220846.818000', '220846.821000', '220846.823000', '220846.826000', '220846.829000', '220846.831000', '220846.834000', '220846.837000', '220846.839000', '220906.727000', '220906.729000', '220906.732000', '220906.735000', '220906.737000', '220906.740000', '220906.743000', '220906.745000', '220906.748000', '220906.751000', '220906.753000', '220906.756000', '220906.759000', '220906.761000', '220906.764000', '220906.766000', '220906.769000', '220906.772000', '220906.774000', '220906.777000', '220906.780000', '220906.782000', '220906.793000', '220906.795000', '220906.798000', '220906.801000', '220906.803000', '220906.806000', '220906.808000', '220906.811000', '220906.814000', '220906.816000', '220906.819000', '220906.822000', '220906.824000', '220906.827000', '220906.830000', '220906.832000', '220906.835000', '220906.838000', '220906.840000', '220906.843000', '220906.846000', '220926.726000', '220926.729000', '220926.731000', '220926.734000', '220926.736000', '220926.739000', '220926.742000', '220926.745000', '220926.747000', '220926.750000', '220926.753000', '220926.755000', '220926.758000', '220926.761000', '220926.763000', '220926.766000', '220926.768000', '220926.771000', '220926.774000', '220926.776000', '220926.779000', '220926.781000', '220926.784000', '220926.787000', '220926.789000', '220926.792000', '220926.794000', '220926.797000', '220926.800000', '220926.802000', '220926.805000', '220926.807000', '220926.810000', '220926.813000', '220926.815000', '220926.818000', '220926.821000', '220926.823000', '220926.826000', '220926.828000', '220926.831000', '220926.834000', '220926.836000', '220946.727000', '220946.730000', '220946.732000', '220946.735000', '220946.737000', '220946.740000', '220946.743000', '220946.745000', '220946.748000', '220946.751000', '220946.753000', '220946.756000', '220946.759000', '220946.761000', '220946.764000', '220946.767000', '220946.769000', '220946.772000', '220946.775000', '220946.777000', '220946.780000', '220946.782000', '220946.785000', '220946.788000', '220946.790000', '220946.793000', '220946.796000', '220946.798000', '220946.801000', '220946.804000', '220946.806000', '220946.809000', '220946.812000', '220946.814000', '220946.817000', '220946.820000', '220946.822000', '220946.825000', '220946.828000', '220946.830000', '220946.833000', '220946.836000', '220946.838000', '220946.841000', '221006.727000', '221006.730000', '221006.732000', '221006.735000', '221006.738000', '221006.740000', '221006.743000', '221006.746000', '221006.748000', '221006.751000', '221006.753000', '221006.756000', '221006.759000', '221006.761000', '221006.764000', '221006.766000', '221006.769000', '221006.772000', '221006.774000', '221006.777000', '221006.779000', '221006.782000', '221006.785000', '221006.787000', '221006.790000', '221006.793000', '221006.795000', '221006.798000', '221006.800000', '221006.803000', '221006.806000', '221006.808000', '221006.811000', '221006.813000', '221006.816000', '221006.819000', '221006.822000', '221006.824000', '221006.827000', '221006.829000', '221006.832000', '221006.835000', '221006.837000', '221006.840000', '221026.727000', '221026.730000', '221026.732000', '221026.735000', '221026.737000', '221026.740000', '221026.743000', '221026.746000', '221026.748000', '221026.751000', '221026.753000', '221026.756000', '221026.759000', '221026.761000', '221026.764000', '221026.766000', '221026.769000', '221026.772000', '221026.774000', '221026.786000', '221026.789000', '221026.791000', '221026.794000', '221026.796000', '221026.799000', '221026.802000', '221026.804000', '221026.807000', '221026.809000', '221026.812000', '221026.815000', '221026.817000', '221026.820000', '221026.823000', '221026.825000', '221026.828000', '221026.830000', '221026.833000', '221026.836000', '221026.838000', '221026.841000', '221026.843000', '221026.846000', '221046.727000', '221046.729000', '221046.732000', '221046.735000', '221046.738000', '221046.741000', '221046.743000', '221046.746000', '221046.749000', '221046.751000', '221046.754000', '221046.757000', '221046.759000', '221046.762000', '221046.764000', '221046.767000', '221046.770000', '221046.773000', '221046.775000', '221046.778000', '221046.780000', '221046.783000', '221046.786000', '221046.788000', '221046.791000', '221046.794000', '221046.796000', '221046.799000', '221046.801000', '221046.804000', '221046.807000', '221046.809000', '221046.812000', '221046.815000', '221046.818000', '221046.820000', '221046.823000', '221046.826000', '221046.828000', '221046.831000', '221046.834000', '221046.836000', '221046.839000', '221046.841000', '221106.727000', '221106.730000', '221106.732000', '221106.735000', '221106.737000', '221106.740000', '221106.743000', '221106.745000', '221106.748000', '221106.750000', '221106.753000', '221106.756000', '221106.758000', '221106.761000', '221106.764000', '221106.766000', '221106.769000', '221106.772000', '221106.774000', '221106.777000', '221106.779000', '221106.782000', '221106.785000', '221106.787000', '221106.790000', '221106.792000', '221106.795000', '221106.797000', '221106.800000', '221106.803000', '221106.805000', '221106.808000', '221106.811000', '221106.813000', '221106.816000', '221106.818000', '221106.821000', '221106.824000', '221106.826000', '221106.829000', '221106.831000', '221106.834000', '221106.837000', '221116.519000', '221116.522000', '221116.525000', '221116.528000', '221116.530000', '221116.533000', '221116.536000', '221116.538000', '221116.541000', '221116.544000', '221116.547000', '221116.549000', '221116.552000', '221116.555000', '221116.558000', '221116.561000', '221116.564000', '221116.567000', '221116.570000', '221116.572000', '221116.575000', '221116.580000'], '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': [6569, 5984, 7188, 5818, 7574, 7749, 7084, 8294, 6924, 7326, 6290, 6735, 5861, 6535, 6010, 7531, 6054, 6371, 5814, 7572, 5606, 7531, 7528, 7119, 7780, 6138, 7346, 5927, 7417, 6003, 7321, 6171, 7448, 6216, 7153, 5682, 7543, 7293, 7288, 7887, 6644, 7255, 6176, 6921, 6058, 7649, 5933, 7221, 7813, 6215, 6888, 6134, 6888, 5753, 7963, 6169, 7493, 5617, 6627, 5741, 6093, 7308, 5930, 7234, 5966, 7061, 5739, 7419, 5787, 6987, 5659, 5935, 7649, 6512, 7044, 6141, 6754, 6117, 6890, 5769, 7757, 6026, 6571, 5756, 6798, 5625, 6343, 8080, 6852, 7596, 6304, 7029, 6122, 6556, 6260, 6857, 6192, 6430, 5950, 7360, 6212, 7689, 6504, 6365, 7553, 6233, 7343, 6112, 7006, 6103, 8161, 5898, 6741, 5651, 6525, 5819, 6115, 7669, 6253, 6953, 6107, 6932, 5871, 8085, 5710, 6117, 5551, 6825, 5988, 7586, 5963, 7199, 5915, 7773, 5887, 7974, 6101, 7158, 6015, 7228, 5774, 7452, 6866, 7202, 8069, 6924, 7454, 5993, 7227, 5992, 7661, 5948, 6660, 6035, 7478, 6115, 7541, 5907, 7327, 6012, 6923, 5833, 7604, 5771, 7377, 8353, 6632, 7340, 6497, 6974, 5932, 6577, 6002, 6837, 6363, 7426, 6296, 7065, 6188, 7252, 6036, 7160, 6016, 7574, 6391, 7003, 5939, 7095, 5862, 8010, 6132, 6883, 6037, 7070, 5979, 7140, 5930, 7408, 6009, 6887, 5976, 7374, 5808, 7483, 5752, 7155, 8110, 6656, 6935, 6289, 6710, 6282, 7083, 6023, 6607, 6002, 6711, 6184, 7872, 6219, 7611, 5776, 6439, 5655, 7331, 5793, 7315, 7885, 6943, 6949, 6399, 7305, 6194, 7203, 6135, 7266, 6388, 7046, 6166, 6916, 5961, 7870, 6031, 6935, 6017, 6932, 5915, 7429, 5845, 7118, 5893, 6606, 5717, 6080, 7371, 6107, 7246, 6344, 7082, 6250, 6664, 6031, 7345, 5951, 7442, 6206, 7387, 6018, 6361, 5847, 6265, 7995, 6050, 6734, 6381, 6958, 6296, 6816, 6203, 7554, 6100, 7297, 5798, 6470, 7196, 6531, 7034, 5827, 7098, 6135, 7367, 5935, 7951, 6065, 6931, 5715, 7015, 5842, 6637, 7968, 6323, 7205, 6187, 6972, 6377, 7146, 6015, 7948, 5974, 6719, 5857, 7313, 6216, 7425, 5780, 6539, 5845, 6737, 5601, 6821, 8266, 6288, 7215, 6283, 6960, 6029, 7026, 5956, 7977, 6011, 7172, 6181, 6635, 5854, 6662, 7031, 6030, 7526, 6302, 7299, 6147, 6595, 6182, 6751, 5873, 6853, 6240, 6703, 6046, 7625, 5997, 7639, 6259, 7253, 6122, 6874, 6307, 7480, 5994, 7629, 6244, 6598, 5999, 6630, 7511, 6165, 7542, 6284, 7101, 6303, 6943, 6449, 6875, 6108, 7083, 6140, 7331, 6001, 6963, 6037, 7666, 5902, 7241, 5981, 6168, 5714, 6468, 7531, 6163, 7315, 6246, 7232, 6260, 6773, 6019, 7224, 6120, 7001, 6187, 7959, 6333, 7171, 6113, 6984, 6114, 7575, 6134, 7062, 5836, 6726, 5859, 7135, 5930, 7033, 8108, 6460, 7308, 6417, 6899, 6470, 6947, 6278, 8088, 6168, 6870, 6004, 6924, 6077, 7313, 5896, 7375, 8190, 6465, 7459, 6343, 6948, 6138, 6899, 6009, 7417, 6160, 6496, 5868, 7124, 6056, 7383, 6054, 7107, 6782, 6370, 5621, 6833, 5735, 6771, 7833, 6576, 7863, 6223, 6931, 6267, 7264, 6171, 6930, 6195, 6999, 5996, 6847, 6098, 7513, 6238, 7000, 6132, 6834, 6210, 7488, 6159, 7450, 6120, 7139, 6040, 7369, 6060, 7506, 6056, 7565, 8166, 6837, 7537, 6522, 8198, 6310, 7714, 6700, 7471, 6509, 7372, 6438, 7244, 6214, 6978, 6407, 7472, 6144, 7242, 6489, 7250, 5948, 8073, 6118, 6853, 5931, 6828, 6138, 7592, 6199, 6699, 5944, 6419, 6117, 7410, 6030, 7432, 6313, 7821, 5961, 6829, 6082, 6958, 6187, 7997, 6104, 6639, 6184, 7133, 5853, 7344, 6372, 7136, 6106, 7376, 6041, 7420, 5944, 6999, 6255, 7351, 5943, 6894, 5869, 7399, 6229, 6891, 6261, 7588, 6215, 7252, 6015, 7649, 6145, 7561, 6249, 7132, 5982, 7061, 5994, 7463, 6170, 7002, 6152, 7118, 6201, 7059, 6293, 7255, 6129, 7570, 6108, 7109, 6331, 6860, 6220, 7097, 6260, 7432, 6113, 7657, 6151, 7023, 6127, 6901, 5968, 6908, 6048, 6899, 5856, 6842, 6018, 7060, 6197, 7127, 6097, 8001, 7045, 6156, 6878, 5785, 6745, 5962, 7745, 7299, 7011, 6131, 6281, 6341, 6306, 8024, 7221, 8070, 6572, 7869, 6202, 7544, 5919, 7363, 6218, 7069, 6140, 7277, 6013, 7266, 5670, 6348, 7822, 6282, 7454, 6579, 6605, 6340, 7155, 6023, 6448, 6298, 7659, 6343, 6934, 6088, 6814, 6134, 7193, 6765, 7040, 6741, 6984, 6710, 6264, 7122, 8062, 7209, 8031, 6581, 5855, 7288, 5759, 7573, 5989, 7297, 6388, 8002, 5852, 7025, 5842, 8070, 5970, 7622, 5930, 7406, 5997, 7302, 5762, 7295, 6043, 6944, 6119, 7406, 6026, 7460, 5880, 7445, 5962, 7199, 5840, 6717, 5970, 7425, 5950, 7649, 7822, 7173, 7837, 6452, 6879, 6307, 7277, 6243, 7098, 6150, 6967, 6022, 7025, 5798, 7623, 5931, 7634, 7341, 6336, 7233, 6254, 6813, 6202, 7230, 6308, 7237, 6249, 6706, 6003, 7699, 6097, 7535, 5939, 6970, 8036, 6395, 7319, 5914, 7366, 6191, 7059, 6050, 6832, 5932, 6724, 6072, 7863, 5970, 7321, 5934, 6480, 6784, 6002, 7480, 6160, 7160, 6297, 7101, 6237, 6824, 6019, 7928, 5864, 7528, 5932, 6914, 6233, 6357, 5682, 5957, 7735, 6023, 7379, 6416, 7397, 6482, 7290, 6243, 6760, 6215, 7408, 5865, 7031, 5777, 7243, 6070, 7753, 6131, 7232, 6193, 6370, 5786, 6686, 7771, 5998, 6999, 6223, 6945, 6174, 6761, 6352, 6900, 6170, 6992, 6404, 6954, 6312, 7331, 6160, 7467, 5982, 7228, 6082, 7699, 6111, 7642, 5954, 7227, 5936, 7295, 6161, 7186, 6821, 6710, 6034, 6861, 7993, 6969, 8016, 7217, 7309, 6811, 6766, 7068, 6925, 6631, 7100, 6293, 6976, 6118, 6790, 6327, 6816, 6295, 6803, 6221, 6724, 6091, 7160, 6252, 7033, 6644, 6792, 6474, 6818, 6432, 7259, 6378, 7576, 6226, 6868, 6338, 6988, 6142, 7404, 5968, 6563, 6111, 6574, 5904, 7445, 5720, 7396, 6388, 7007, 7418, 6505, 6995, 6335, 6588, 5970, 7251, 6018, 6984, 6131, 7139, 6192, 7213, 5771, 7100, 7488, 6466, 7087, 6232, 7094, 6294, 6929, 6216, 6922, 6006, 7069, 6159, 7252, 6016, 7091, 5887, 7074, 6529, 6431, 6965, 6082, 7090, 6224, 7487, 6233, 6830, 5937, 7058, 6036, 7587, 6103, 7114, 6688, 6390, 7099, 6162, 7075, 6060, 6446, 6270, 7052, 6089, 6725, 6341, 7321, 6111, 6954, 5830, 6464, 6307, 6131, 7972, 6004, 7287, 6322, 7468, 6332, 7106, 6203, 7256, 6080, 6860, 7149, 6988, 7092, 6018, 6791, 6161, 6516, 6118, 7135, 6065, 7006, 6196, 6814, 6028, 7820, 6283, 6630, 6057, 6326, 5862, 6547, 7978, 6465, 7040, 6141, 7108, 6024, 7165, 6070, 7325, 6024, 6416, 7641, 6277, 6748, 6016, 6706, 5914, 7422, 6183, 6715, 6539, 7154, 6044, 7448, 6031, 7041, 7972, 6220, 6858, 6204, 6814, 6106, 8861, 6019, 6904, 6076, 6711, 5844, 7123, 6287, 6806, 6782, 6351, 6182, 6016, 7063, 6105, 7118, 6011, 6896, 6262, 7123, 5889, 7627, 5918, 7138, 8235, 6372, 6943, 5925, 6760, 6169, 7982, 6111, 7081, 6123, 6381, 5731, 6784, 6065, 6295, 7318, 6165, 7076, 6033, 7552, 6124, 6852, 6140, 6271, 6091, 6169, 7293, 6467, 7064, 6282, 7064, 6010, 7696, 6464, 6617, 6167, 6987, 7187, 6406, 7309, 6172, 6921, 6261, 7113, 5946, 7123, 5994, 7335, 6230, 7054, 5876, 6190, 6633, 6191, 7164, 5993, 6986, 6272, 6918, 7029, 8393, 6431, 5798, 5998, 6138, 8070, 6138, 7109, 6070, 7060, 6565, 6708, 7991, 6303, 7650, 6047, 8916, 6475, 8079, 7349, 6610, 7987, 6638, 7716, 6055, 7281, 6260, 7385, 5870, 7249, 5925, 6249, 7392, 6401, 6962, 6068, 6731, 6127, 6508, 6395, 6807, 6352, 6926, 6222, 6888, 6292, 6940, 6118, 8159, 6326, 7408, 6173, 6929, 6147, 7393, 6197, 7674, 5972, 7076, 5991, 6195, 6043, 6549, 6019, 6611, 6041, 7046, 6240, 7260, 6030, 8372, 6093, 7827, 6090, 6963, 7926, 6357, 8467, 6278, 7370, 5936, 7841, 6215, 6897, 6331, 7234, 5786, 6417, 7641, 6268, 7452, 6254, 6893, 6026, 7002, 6097, 7311, 6124, 6359, 5967, 6506, 5932, 6005, 5933, 6414, 7181, 6425, 5751, 6745, 5769, 6703, 7502, 6726, 7652, 6182, 6491, 6142, 7054, 6336, 7136, 6281, 8976, 6166, 6877, 6312, 6998, 6351, 7356, 6305, 6949, 6234, 7226, 6255, 7276, 6143, 7153, 6116, 6572, 6196, 7240, 6090, 7311, 6330, 6837, 6135, 6897, 5893, 7283, 6163, 7145, 6188, 6733, 6116, 7100, 6140, 7228, 7812, 6356, 6857, 6324, 7077, 6002, 6662, 6231, 6788, 6062, 7288, 6168, 7007, 6010, 7232, 5912, 6972, 6092, 6923, 6224, 6795, 6061, 6524, 6067, 7228, 6676, 7332], 'WindowCenter': [3635.0, 3608.0, 3618.0, 3584.0, 3626.0, 3614.0, 3615.0, 3625.0, 3614.0, 3613.0, 3593.0, 3602.0, 3581.0, 3592.0, 3591.0, 3613.0, 3593.0, 3593.0, 3582.0, 3626.0, 3581.0, 3626.0, 3612.0, 3616.0, 3612.0, 3592.0, 3613.0, 3592.0, 3611.0, 3592.0, 3612.0, 3581.0, 3613.0, 3580.0, 3602.0, 3568.0, 3612.0, 3599.0, 3602.0, 3610.0, 3590.0, 3599.0, 3580.0, 3599.0, 3579.0, 3600.0, 3577.0, 3600.0, 3597.0, 3577.0, 3587.0, 3577.0, 3588.0, 3565.0, 3608.0, 3577.0, 3599.0, 3566.0, 3589.0, 3566.0, 3579.0, 3598.0, 3578.0, 3600.0, 3579.0, 3589.0, 3567.0, 3600.0, 3567.0, 3600.0, 3567.0, 3580.0, 3611.0, 3592.0, 3600.0, 3592.0, 3589.0, 3580.0, 3601.0, 3580.0, 3613.0, 3591.0, 3602.0, 3580.0, 3603.0, 3580.0, 3591.0, 3622.0, 3602.0, 3613.0, 3591.0, 3602.0, 3592.0, 3591.0, 3604.0, 3603.0, 3593.0, 3594.0, 3593.0, 3614.0, 3591.0, 3626.0, 3592.0, 3592.0, 3611.0, 3581.0, 3612.0, 3580.0, 3600.0, 3591.0, 3623.0, 3578.0, 3591.0, 3578.0, 3591.0, 3567.0, 3579.0, 3609.0, 3591.0, 3613.0, 3592.0, 3601.0, 3569.0, 3612.0, 3580.0, 3596.0, 3568.0, 3600.0, 3590.0, 3625.0, 3592.0, 3614.0, 3582.0, 3626.0, 3581.0, 3625.0, 3593.0, 3603.0, 3580.0, 3613.0, 3580.0, 3612.0, 3588.0, 3600.0, 3611.0, 3600.0, 3598.0, 3577.0, 3598.0, 3577.0, 3610.0, 3578.0, 3590.0, 3577.0, 3599.0, 3576.0, 3610.0, 3578.0, 3601.0, 3579.0, 3601.0, 3568.0, 3611.0, 3569.0, 3601.0, 3609.0, 3589.0, 3600.0, 3590.0, 3598.0, 3580.0, 3590.0, 3579.0, 3589.0, 3591.0, 3601.0, 3592.0, 3600.0, 3579.0, 3600.0, 3579.0, 3600.0, 3580.0, 3611.0, 3589.0, 3600.0, 3579.0, 3600.0, 3567.0, 3610.0, 3579.0, 3600.0, 3579.0, 3601.0, 3579.0, 3600.0, 3578.0, 3612.0, 3580.0, 3601.0, 3580.0, 3600.0, 3568.0, 3601.0, 3567.0, 3601.0, 3610.0, 3590.0, 3588.0, 3589.0, 3589.0, 3589.0, 3600.0, 3579.0, 3589.0, 3579.0, 3589.0, 3578.0, 3611.0, 3579.0, 3611.0, 3579.0, 3591.0, 3579.0, 3611.0, 3568.0, 3612.0, 3611.0, 3602.0, 3600.0, 3591.0, 3599.0, 3579.0, 3599.0, 3579.0, 3599.0, 3590.0, 3588.0, 3578.0, 3588.0, 3579.0, 3612.0, 3578.0, 3600.0, 3579.0, 3600.0, 3567.0, 3601.0, 3567.0, 3601.0, 3567.0, 3590.0, 3567.0, 3580.0, 3599.0, 3593.0, 3612.0, 3591.0, 3602.0, 3591.0, 3589.0, 3578.0, 3600.0, 3578.0, 3601.0, 3578.0, 3601.0, 3578.0, 3591.0, 3567.0, 3589.0, 3609.0, 3578.0, 3589.0, 3591.0, 3599.0, 3589.0, 3590.0, 3578.0, 3610.0, 3579.0, 3612.0, 3579.0, 3592.0, 3599.0, 3591.0, 3599.0, 3580.0, 3600.0, 3580.0, 3599.0, 3581.0, 3612.0, 3578.0, 3601.0, 3567.0, 3601.0, 3568.0, 3601.0, 3611.0, 3590.0, 3600.0, 3580.0, 3600.0, 3590.0, 3600.0, 3581.0, 3612.0, 3580.0, 3591.0, 3568.0, 3601.0, 3580.0, 3613.0, 3580.0, 3590.0, 3568.0, 3592.0, 3567.0, 3591.0, 3621.0, 3592.0, 3611.0, 3592.0, 3600.0, 3581.0, 3601.0, 3580.0, 3613.0, 3579.0, 3602.0, 3579.0, 3591.0, 3568.0, 3591.0, 3600.0, 3580.0, 3610.0, 3591.0, 3600.0, 3580.0, 3589.0, 3581.0, 3590.0, 3581.0, 3590.0, 3591.0, 3602.0, 3580.0, 3612.0, 3581.0, 3613.0, 3592.0, 3614.0, 3579.0, 3603.0, 3590.0, 3602.0, 3579.0, 3613.0, 3590.0, 3591.0, 3578.0, 3591.0, 3598.0, 3580.0, 3612.0, 3591.0, 3601.0, 3592.0, 3599.0, 3590.0, 3588.0, 3580.0, 3600.0, 3579.0, 3601.0, 3579.0, 3599.0, 3578.0, 3611.0, 3569.0, 3602.0, 3578.0, 3579.0, 3567.0, 3590.0, 3598.0, 3579.0, 3600.0, 3591.0, 3600.0, 3579.0, 3588.0, 3578.0, 3598.0, 3578.0, 3589.0, 3579.0, 3611.0, 3579.0, 3600.0, 3578.0, 3587.0, 3577.0, 3598.0, 3578.0, 3600.0, 3568.0, 3589.0, 3568.0, 3600.0, 3579.0, 3601.0, 3611.0, 3591.0, 3601.0, 3590.0, 3599.0, 3588.0, 3599.0, 3589.0, 3612.0, 3579.0, 3590.0, 3578.0, 3601.0, 3579.0, 3601.0, 3567.0, 3611.0, 3622.0, 3591.0, 3600.0, 3589.0, 3588.0, 3578.0, 3599.0, 3579.0, 3601.0, 3579.0, 3591.0, 3569.0, 3601.0, 3578.0, 3602.0, 3578.0, 3602.0, 3590.0, 3591.0, 3569.0, 3591.0, 3580.0, 3602.0, 3612.0, 3603.0, 3612.0, 3591.0, 3601.0, 3592.0, 3612.0, 3582.0, 3602.0, 3591.0, 3604.0, 3594.0, 3604.0, 3580.0, 3613.0, 3580.0, 3603.0, 3581.0, 3604.0, 3581.0, 3613.0, 3581.0, 3614.0, 3581.0, 3603.0, 3582.0, 3614.0, 3580.0, 3613.0, 3580.0, 3613.0, 3623.0, 3601.0, 3611.0, 3591.0, 3610.0, 3592.0, 3610.0, 3590.0, 3601.0, 3589.0, 3599.0, 3580.0, 3599.0, 3578.0, 3589.0, 3590.0, 3601.0, 3580.0, 3598.0, 3577.0, 3598.0, 3578.0, 3609.0, 3579.0, 3589.0, 3566.0, 3589.0, 3577.0, 3610.0, 3579.0, 3590.0, 3579.0, 3590.0, 3578.0, 3601.0, 3578.0, 3612.0, 3590.0, 3613.0, 3580.0, 3590.0, 3579.0, 3599.0, 3580.0, 3624.0, 3580.0, 3603.0, 3579.0, 3601.0, 3580.0, 3613.0, 3591.0, 3602.0, 3579.0, 3601.0, 3579.0, 3601.0, 3578.0, 3601.0, 3589.0, 3601.0, 3577.0, 3600.0, 3567.0, 3601.0, 3578.0, 3600.0, 3589.0, 3611.0, 3578.0, 3601.0, 3579.0, 3612.0, 3578.0, 3612.0, 3589.0, 3602.0, 3579.0, 3602.0, 3579.0, 3602.0, 3579.0, 3601.0, 3579.0, 3601.0, 3578.0, 3601.0, 3589.0, 3602.0, 3579.0, 3612.0, 3580.0, 3601.0, 3590.0, 3600.0, 3590.0, 3602.0, 3591.0, 3602.0, 3580.0, 3611.0, 3580.0, 3601.0, 3581.0, 3601.0, 3580.0, 3601.0, 3579.0, 3600.0, 3581.0, 3590.0, 3582.0, 3601.0, 3581.0, 3601.0, 3591.0, 3624.0, 3604.0, 3592.0, 3603.0, 3581.0, 3603.0, 3593.0, 3613.0, 3616.0, 3603.0, 3582.0, 3591.0, 3591.0, 3591.0, 3611.0, 3613.0, 3625.0, 3591.0, 3600.0, 3567.0, 3598.0, 3553.0, 3587.0, 3565.0, 3588.0, 3565.0, 3586.0, 3563.0, 3586.0, 3553.0, 3564.0, 3585.0, 3578.0, 3587.0, 3589.0, 3576.0, 3578.0, 3587.0, 3579.0, 3578.0, 3591.0, 3612.0, 3592.0, 3602.0, 3582.0, 3590.0, 3581.0, 3602.0, 3604.0, 3602.0, 3604.0, 3600.0, 3591.0, 3579.0, 3601.0, 3610.0, 3601.0, 3611.0, 3592.0, 3569.0, 3600.0, 3569.0, 3612.0, 3578.0, 3602.0, 3579.0, 3612.0, 3569.0, 3601.0, 3568.0, 3610.0, 3578.0, 3613.0, 3580.0, 3602.0, 3579.0, 3600.0, 3567.0, 3601.0, 3580.0, 3602.0, 3577.0, 3599.0, 3567.0, 3599.0, 3566.0, 3599.0, 3578.0, 3601.0, 3566.0, 3588.0, 3564.0, 3587.0, 3564.0, 3597.0, 3597.0, 3587.0, 3598.0, 3577.0, 3575.0, 3576.0, 3586.0, 3574.0, 3586.0, 3576.0, 3585.0, 3565.0, 3587.0, 3553.0, 3597.0, 3566.0, 3598.0, 3586.0, 3577.0, 3585.0, 3577.0, 3575.0, 3566.0, 3597.0, 3578.0, 3598.0, 3578.0, 3587.0, 3577.0, 3599.0, 3578.0, 3611.0, 3578.0, 3600.0, 3610.0, 3578.0, 3597.0, 3567.0, 3599.0, 3578.0, 3588.0, 3578.0, 3588.0, 3578.0, 3588.0, 3578.0, 3612.0, 3590.0, 3614.0, 3579.0, 3592.0, 3589.0, 3580.0, 3600.0, 3591.0, 3601.0, 3591.0, 3601.0, 3580.0, 3589.0, 3580.0, 3612.0, 3569.0, 3613.0, 3580.0, 3601.0, 3578.0, 3591.0, 3566.0, 3579.0, 3608.0, 3579.0, 3602.0, 3592.0, 3612.0, 3591.0, 3600.0, 3590.0, 3589.0, 3578.0, 3612.0, 3580.0, 3603.0, 3569.0, 3612.0, 3579.0, 3612.0, 3581.0, 3613.0, 3580.0, 3593.0, 3569.0, 3603.0, 3611.0, 3592.0, 3602.0, 3593.0, 3602.0, 3593.0, 3603.0, 3592.0, 3603.0, 3592.0, 3601.0, 3603.0, 3603.0, 3592.0, 3613.0, 3592.0, 3613.0, 3580.0, 3601.0, 3579.0, 3613.0, 3579.0, 3613.0, 3580.0, 3600.0, 3577.0, 3600.0, 3579.0, 3601.0, 3588.0, 3589.0, 3566.0, 3587.0, 3595.0, 3587.0, 3609.0, 3599.0, 3599.0, 3588.0, 3586.0, 3599.0, 3586.0, 3588.0, 3586.0, 3577.0, 3589.0, 3578.0, 3588.0, 3578.0, 3576.0, 3579.0, 3588.0, 3577.0, 3590.0, 3579.0, 3600.0, 3578.0, 3587.0, 3588.0, 3587.0, 3578.0, 3576.0, 3578.0, 3598.0, 3578.0, 3601.0, 3566.0, 3588.0, 3577.0, 3588.0, 3565.0, 3599.0, 3578.0, 3588.0, 3566.0, 3589.0, 3566.0, 3599.0, 3567.0, 3600.0, 3578.0, 3600.0, 3598.0, 3578.0, 3587.0, 3577.0, 3576.0, 3577.0, 3597.0, 3567.0, 3588.0, 3564.0, 3587.0, 3566.0, 3599.0, 3567.0, 3600.0, 3599.0, 3578.0, 3586.0, 3577.0, 3587.0, 3577.0, 3588.0, 3578.0, 3589.0, 3577.0, 3587.0, 3567.0, 3598.0, 3576.0, 3588.0, 3568.0, 3600.0, 3578.0, 3579.0, 3589.0, 3579.0, 3589.0, 3579.0, 3600.0, 3579.0, 3590.0, 3578.0, 3600.0, 3578.0, 3610.0, 3579.0, 3602.0, 3589.0, 3592.0, 3601.0, 3579.0, 3600.0, 3580.0, 3591.0, 3590.0, 3599.0, 3580.0, 3591.0, 3590.0, 3601.0, 3580.0, 3602.0, 3569.0, 3579.0, 3578.0, 3580.0, 3610.0, 3579.0, 3598.0, 3591.0, 3600.0, 3578.0, 3588.0, 3577.0, 3600.0, 3577.0, 3589.0, 3600.0, 3601.0, 3589.0, 3579.0, 3587.0, 3578.0, 3577.0, 3580.0, 3599.0, 3579.0, 3600.0, 3579.0, 3589.0, 3579.0, 3612.0, 3591.0, 3591.0, 3578.0, 3589.0, 3566.0, 3578.0, 3609.0, 3590.0, 3600.0, 3579.0, 3588.0, 3566.0, 3588.0, 3566.0, 3599.0, 3577.0, 3578.0, 3598.0, 3579.0, 3588.0, 3579.0, 3587.0, 3568.0, 3600.0, 3579.0, 3589.0, 3588.0, 3601.0, 3578.0, 3600.0, 3578.0, 3602.0, 3610.0, 3579.0, 3590.0, 3579.0, 3588.0, 3578.0, 3620.0, 3578.0, 3588.0, 3578.0, 3590.0, 3566.0, 3600.0, 3590.0, 3590.0, 3588.0, 3588.0, 3577.0, 3579.0, 3588.0, 3579.0, 3600.0, 3580.0, 3600.0, 3577.0, 3590.0, 3567.0, 3611.0, 3568.0, 3600.0, 3610.0, 3590.0, 3588.0, 3577.0, 3587.0, 3579.0, 3611.0, 3579.0, 3600.0, 3578.0, 3590.0, 3565.0, 3588.0, 3566.0, 3579.0, 3598.0, 3578.0, 3589.0, 3580.0, 3600.0, 3577.0, 3590.0, 3578.0, 3590.0, 3579.0, 3580.0, 3600.0, 3590.0, 3600.0, 3590.0, 3600.0, 3580.0, 3613.0, 3590.0, 3591.0, 3578.0, 3601.0, 3589.0, 3589.0, 3599.0, 3580.0, 3589.0, 3578.0, 3588.0, 3578.0, 3589.0, 3578.0, 3601.0, 3580.0, 3602.0, 3567.0, 3579.0, 3588.0, 3579.0, 3600.0, 3580.0, 3600.0, 3591.0, 3613.0, 3615.0, 3637.0, 3605.0, 3581.0, 3580.0, 3591.0, 3625.0, 3592.0, 3615.0, 3592.0, 3616.0, 3602.0, 3605.0, 3625.0, 3593.0, 3612.0, 3577.0, 3609.0, 3565.0, 3597.0, 3584.0, 3574.0, 3583.0, 3562.0, 3584.0, 3550.0, 3572.0, 3560.0, 3582.0, 3549.0, 3584.0, 3550.0, 3562.0, 3583.0, 3563.0, 3585.0, 3565.0, 3573.0, 3565.0, 3573.0, 3575.0, 3576.0, 3578.0, 3589.0, 3578.0, 3598.0, 3589.0, 3600.0, 3579.0, 3611.0, 3591.0, 3613.0, 3580.0, 3602.0, 3580.0, 3614.0, 3590.0, 3625.0, 3594.0, 3616.0, 3594.0, 3594.0, 3595.0, 3605.0, 3595.0, 3617.0, 3607.0, 3616.0, 3606.0, 3614.0, 3592.0, 3624.0, 3593.0, 3615.0, 3593.0, 3603.0, 3610.0, 3590.0, 3609.0, 3588.0, 3599.0, 3578.0, 3611.0, 3579.0, 3600.0, 3577.0, 3599.0, 3566.0, 3578.0, 3600.0, 3590.0, 3599.0, 3577.0, 3588.0, 3565.0, 3588.0, 3577.0, 3601.0, 3579.0, 3589.0, 3578.0, 3589.0, 3577.0, 3580.0, 3578.0, 3592.0, 3601.0, 3592.0, 3579.0, 3602.0, 3581.0, 3602.0, 3612.0, 3603.0, 3613.0, 3592.0, 3591.0, 3580.0, 3601.0, 3591.0, 3600.0, 3590.0, 3622.0, 3580.0, 3591.0, 3589.0, 3600.0, 3589.0, 3611.0, 3590.0, 3601.0, 3579.0, 3612.0, 3589.0, 3601.0, 3579.0, 3601.0, 3579.0, 3602.0, 3579.0, 3612.0, 3579.0, 3611.0, 3590.0, 3602.0, 3592.0, 3602.0, 3579.0, 3601.0, 3590.0, 3603.0, 3580.0, 3602.0, 3579.0, 3601.0, 3580.0, 3613.0, 3610.0, 3591.0, 3589.0, 3589.0, 3599.0, 3580.0, 3587.0, 3578.0, 3589.0, 3579.0, 3600.0, 3579.0, 3599.0, 3578.0, 3598.0, 3568.0, 3600.0, 3579.0, 3600.0, 3580.0, 3588.0, 3579.0, 3588.0, 3579.0, 3600.0, 3592.0, 3601.0], 'WindowWidth': [8230.0, 8183.0, 8192.0, 8142.0, 8198.0, 8178.0, 8182.0, 8192.0, 8178.0, 8173.0, 8148.0, 8157.0, 8129.0, 8144.0, 8144.0, 8175.0, 8148.0, 8148.0, 8132.0, 8195.0, 8130.0, 8194.0, 8173.0, 8181.0, 8171.0, 8146.0, 8174.0, 8147.0, 8169.0, 8145.0, 8171.0, 8129.0, 8172.0, 8125.0, 8157.0, 8107.0, 8168.0, 8148.0, 8156.0, 8164.0, 8138.0, 8147.0, 8123.0, 8147.0, 8120.0, 8150.0, 8117.0, 8149.0, 8141.0, 8114.0, 8127.0, 8116.0, 8129.0, 8098.0, 8158.0, 8115.0, 8148.0, 8100.0, 8135.0, 8101.0, 8121.0, 8145.0, 8121.0, 8150.0, 8122.0, 8134.0, 8104.0, 8150.0, 8103.0, 8150.0, 8104.0, 8126.0, 8169.0, 8145.0, 8151.0, 8144.0, 8137.0, 8126.0, 8154.0, 8128.0, 8175.0, 8143.0, 8158.0, 8125.0, 8160.0, 8126.0, 8143.0, 8185.0, 8160.0, 8172.0, 8143.0, 8157.0, 8146.0, 8143.0, 8165.0, 8162.0, 8148.0, 8149.0, 8147.0, 8178.0, 8143.0, 8196.0, 8146.0, 8144.0, 8168.0, 8130.0, 8170.0, 8126.0, 8153.0, 8143.0, 8185.0, 8121.0, 8141.0, 8120.0, 8141.0, 8105.0, 8123.0, 8161.0, 8140.0, 8175.0, 8148.0, 8154.0, 8109.0, 8171.0, 8127.0, 8157.0, 8108.0, 8153.0, 8141.0, 8193.0, 8146.0, 8177.0, 8133.0, 8194.0, 8130.0, 8194.0, 8149.0, 8161.0, 8126.0, 8174.0, 8125.0, 8171.0, 8133.0, 8152.0, 8166.0, 8150.0, 8146.0, 8116.0, 8142.0, 8114.0, 8164.0, 8118.0, 8136.0, 8116.0, 8147.0, 8113.0, 8164.0, 8120.0, 8155.0, 8121.0, 8153.0, 8107.0, 8167.0, 8108.0, 8153.0, 8162.0, 8134.0, 8149.0, 8136.0, 8143.0, 8124.0, 8136.0, 8123.0, 8137.0, 8143.0, 8154.0, 8147.0, 8150.0, 8122.0, 8149.0, 8123.0, 8150.0, 8126.0, 8167.0, 8135.0, 8151.0, 8123.0, 8150.0, 8103.0, 8165.0, 8123.0, 8150.0, 8121.0, 8151.0, 8122.0, 8149.0, 8120.0, 8170.0, 8127.0, 8153.0, 8125.0, 8151.0, 8107.0, 8154.0, 8105.0, 8153.0, 8164.0, 8137.0, 8132.0, 8134.0, 8134.0, 8135.0, 8152.0, 8123.0, 8135.0, 8121.0, 8136.0, 8119.0, 8166.0, 8123.0, 8169.0, 8124.0, 8141.0, 8123.0, 8168.0, 8106.0, 8169.0, 8167.0, 8157.0, 8152.0, 8140.0, 8147.0, 8122.0, 8147.0, 8123.0, 8147.0, 8137.0, 8131.0, 8119.0, 8133.0, 8121.0, 8170.0, 8120.0, 8150.0, 8120.0, 8150.0, 8102.0, 8151.0, 8104.0, 8152.0, 8105.0, 8138.0, 8104.0, 8124.0, 8149.0, 8149.0, 8170.0, 8143.0, 8156.0, 8140.0, 8135.0, 8121.0, 8149.0, 8119.0, 8153.0, 8120.0, 8154.0, 8120.0, 8139.0, 8104.0, 8135.0, 8161.0, 8121.0, 8134.0, 8140.0, 8148.0, 8137.0, 8137.0, 8120.0, 8164.0, 8121.0, 8169.0, 8124.0, 8143.0, 8150.0, 8140.0, 8149.0, 8124.0, 8151.0, 8126.0, 8149.0, 8127.0, 8169.0, 8121.0, 8153.0, 8104.0, 8152.0, 8106.0, 8155.0, 8166.0, 8139.0, 8151.0, 8125.0, 8150.0, 8138.0, 8151.0, 8129.0, 8170.0, 8124.0, 8140.0, 8108.0, 8154.0, 8124.0, 8174.0, 8124.0, 8137.0, 8107.0, 8142.0, 8106.0, 8141.0, 8180.0, 8144.0, 8167.0, 8142.0, 8151.0, 8128.0, 8155.0, 8126.0, 8172.0, 8124.0, 8158.0, 8123.0, 8142.0, 8108.0, 8140.0, 8149.0, 8126.0, 8165.0, 8141.0, 8151.0, 8126.0, 8136.0, 8127.0, 8137.0, 8129.0, 8138.0, 8141.0, 8157.0, 8126.0, 8171.0, 8127.0, 8173.0, 8144.0, 8175.0, 8123.0, 8158.0, 8138.0, 8157.0, 8122.0, 8171.0, 8139.0, 8142.0, 8121.0, 8142.0, 8147.0, 8125.0, 8169.0, 8142.0, 8153.0, 8143.0, 8149.0, 8137.0, 8131.0, 8124.0, 8152.0, 8123.0, 8153.0, 8122.0, 8148.0, 8119.0, 8166.0, 8108.0, 8155.0, 8119.0, 8123.0, 8102.0, 8136.0, 8145.0, 8122.0, 8153.0, 8142.0, 8150.0, 8121.0, 8130.0, 8118.0, 8145.0, 8119.0, 8133.0, 8123.0, 8166.0, 8120.0, 8150.0, 8119.0, 8130.0, 8115.0, 8146.0, 8117.0, 8152.0, 8106.0, 8134.0, 8106.0, 8152.0, 8121.0, 8152.0, 8165.0, 8140.0, 8152.0, 8138.0, 8149.0, 8133.0, 8147.0, 8135.0, 8167.0, 8121.0, 8138.0, 8119.0, 8154.0, 8121.0, 8152.0, 8103.0, 8167.0, 8183.0, 8142.0, 8149.0, 8136.0, 8131.0, 8120.0, 8146.0, 8124.0, 8153.0, 8121.0, 8140.0, 8107.0, 8153.0, 8119.0, 8156.0, 8121.0, 8156.0, 8137.0, 8141.0, 8108.0, 8141.0, 8126.0, 8156.0, 8170.0, 8161.0, 8171.0, 8144.0, 8153.0, 8145.0, 8169.0, 8132.0, 8158.0, 8144.0, 8163.0, 8150.0, 8163.0, 8125.0, 8174.0, 8128.0, 8161.0, 8128.0, 8161.0, 8128.0, 8174.0, 8129.0, 8177.0, 8130.0, 8160.0, 8130.0, 8176.0, 8125.0, 8172.0, 8125.0, 8174.0, 8185.0, 8155.0, 8166.0, 8140.0, 8164.0, 8142.0, 8165.0, 8139.0, 8152.0, 8136.0, 8146.0, 8122.0, 8146.0, 8118.0, 8134.0, 8138.0, 8152.0, 8124.0, 8145.0, 8117.0, 8144.0, 8117.0, 8160.0, 8120.0, 8133.0, 8100.0, 8134.0, 8116.0, 8164.0, 8121.0, 8136.0, 8121.0, 8138.0, 8119.0, 8155.0, 8121.0, 8171.0, 8139.0, 8172.0, 8123.0, 8138.0, 8120.0, 8150.0, 8126.0, 8188.0, 8126.0, 8158.0, 8122.0, 8154.0, 8125.0, 8172.0, 8140.0, 8156.0, 8123.0, 8154.0, 8121.0, 8153.0, 8120.0, 8156.0, 8135.0, 8153.0, 8117.0, 8152.0, 8106.0, 8154.0, 8121.0, 8152.0, 8136.0, 8167.0, 8119.0, 8154.0, 8122.0, 8169.0, 8119.0, 8170.0, 8136.0, 8156.0, 8121.0, 8156.0, 8121.0, 8157.0, 8124.0, 8154.0, 8122.0, 8153.0, 8120.0, 8154.0, 8136.0, 8157.0, 8123.0, 8171.0, 8125.0, 8153.0, 8138.0, 8152.0, 8141.0, 8157.0, 8142.0, 8157.0, 8127.0, 8167.0, 8124.0, 8153.0, 8129.0, 8154.0, 8127.0, 8152.0, 8124.0, 8151.0, 8128.0, 8140.0, 8130.0, 8154.0, 8128.0, 8154.0, 8142.0, 8188.0, 8163.0, 8145.0, 8160.0, 8130.0, 8160.0, 8150.0, 8174.0, 8180.0, 8158.0, 8131.0, 8140.0, 8141.0, 8142.0, 8169.0, 8173.0, 8192.0, 8141.0, 8148.0, 8100.0, 8140.0, 8076.0, 8125.0, 8095.0, 8131.0, 8096.0, 8124.0, 8088.0, 8123.0, 8077.0, 8093.0, 8120.0, 8117.0, 8127.0, 8133.0, 8111.0, 8118.0, 8129.0, 8121.0, 8118.0, 8140.0, 8169.0, 8145.0, 8156.0, 8131.0, 8138.0, 8128.0, 8156.0, 8164.0, 8159.0, 8163.0, 8150.0, 8140.0, 8120.0, 8153.0, 8163.0, 8154.0, 8167.0, 8142.0, 8108.0, 8150.0, 8107.0, 8168.0, 8119.0, 8155.0, 8121.0, 8168.0, 8110.0, 8153.0, 8105.0, 8164.0, 8119.0, 8173.0, 8125.0, 8157.0, 8122.0, 8151.0, 8104.0, 8153.0, 8125.0, 8157.0, 8117.0, 8148.0, 8102.0, 8145.0, 8100.0, 8145.0, 8118.0, 8151.0, 8100.0, 8131.0, 8093.0, 8126.0, 8093.0, 8140.0, 8140.0, 8128.0, 8142.0, 8116.0, 8107.0, 8110.0, 8123.0, 8108.0, 8125.0, 8113.0, 8123.0, 8095.0, 8126.0, 8078.0, 8140.0, 8098.0, 8144.0, 8126.0, 8115.0, 8122.0, 8114.0, 8108.0, 8099.0, 8141.0, 8119.0, 8144.0, 8117.0, 8127.0, 8114.0, 8147.0, 8117.0, 8166.0, 8120.0, 8151.0, 8161.0, 8118.0, 8141.0, 8104.0, 8146.0, 8119.0, 8133.0, 8120.0, 8131.0, 8119.0, 8133.0, 8120.0, 8170.0, 8140.0, 8176.0, 8124.0, 8143.0, 8135.0, 8125.0, 8152.0, 8142.0, 8156.0, 8142.0, 8153.0, 8124.0, 8135.0, 8124.0, 8171.0, 8110.0, 8173.0, 8126.0, 8155.0, 8120.0, 8140.0, 8102.0, 8122.0, 8158.0, 8124.0, 8157.0, 8146.0, 8170.0, 8141.0, 8151.0, 8139.0, 8135.0, 8122.0, 8169.0, 8125.0, 8159.0, 8109.0, 8170.0, 8124.0, 8171.0, 8129.0, 8175.0, 8126.0, 8147.0, 8109.0, 8159.0, 8167.0, 8145.0, 8158.0, 8149.0, 8159.0, 8148.0, 8161.0, 8146.0, 8160.0, 8145.0, 8156.0, 8162.0, 8160.0, 8145.0, 8174.0, 8144.0, 8171.0, 8125.0, 8154.0, 8122.0, 8173.0, 8125.0, 8171.0, 8123.0, 8151.0, 8114.0, 8150.0, 8123.0, 8155.0, 8133.0, 8135.0, 8100.0, 8128.0, 8135.0, 8129.0, 8159.0, 8148.0, 8145.0, 8132.0, 8126.0, 8147.0, 8127.0, 8131.0, 8126.0, 8116.0, 8132.0, 8118.0, 8129.0, 8117.0, 8112.0, 8119.0, 8130.0, 8116.0, 8137.0, 8123.0, 8150.0, 8119.0, 8127.0, 8131.0, 8126.0, 8118.0, 8111.0, 8117.0, 8141.0, 8118.0, 8151.0, 8099.0, 8131.0, 8112.0, 8130.0, 8096.0, 8145.0, 8117.0, 8131.0, 8098.0, 8132.0, 8098.0, 8147.0, 8101.0, 8149.0, 8119.0, 8150.0, 8143.0, 8119.0, 8127.0, 8114.0, 8110.0, 8115.0, 8142.0, 8101.0, 8130.0, 8095.0, 8129.0, 8099.0, 8145.0, 8101.0, 8150.0, 8146.0, 8118.0, 8124.0, 8114.0, 8127.0, 8116.0, 8129.0, 8118.0, 8133.0, 8115.0, 8128.0, 8101.0, 8145.0, 8111.0, 8132.0, 8104.0, 8151.0, 8118.0, 8120.0, 8133.0, 8122.0, 8133.0, 8121.0, 8151.0, 8124.0, 8135.0, 8118.0, 8150.0, 8118.0, 8163.0, 8122.0, 8158.0, 8137.0, 8142.0, 8151.0, 8122.0, 8148.0, 8124.0, 8141.0, 8139.0, 8149.0, 8124.0, 8138.0, 8138.0, 8153.0, 8124.0, 8157.0, 8109.0, 8122.0, 8117.0, 8123.0, 8162.0, 8122.0, 8146.0, 8140.0, 8150.0, 8118.0, 8131.0, 8114.0, 8149.0, 8114.0, 8135.0, 8152.0, 8154.0, 8133.0, 8121.0, 8127.0, 8118.0, 8116.0, 8126.0, 8149.0, 8122.0, 8149.0, 8121.0, 8135.0, 8120.0, 8169.0, 8140.0, 8140.0, 8119.0, 8134.0, 8100.0, 8120.0, 8159.0, 8139.0, 8150.0, 8121.0, 8130.0, 8100.0, 8130.0, 8098.0, 8147.0, 8117.0, 8118.0, 8144.0, 8121.0, 8132.0, 8121.0, 8129.0, 8108.0, 8149.0, 8120.0, 8133.0, 8132.0, 8153.0, 8120.0, 8152.0, 8120.0, 8156.0, 8165.0, 8122.0, 8135.0, 8120.0, 8131.0, 8119.0, 8177.0, 8120.0, 8132.0, 8117.0, 8136.0, 8100.0, 8149.0, 8138.0, 8138.0, 8132.0, 8132.0, 8115.0, 8121.0, 8131.0, 8123.0, 8150.0, 8125.0, 8150.0, 8117.0, 8136.0, 8102.0, 8165.0, 8104.0, 8152.0, 8162.0, 8137.0, 8131.0, 8118.0, 8129.0, 8120.0, 8165.0, 8123.0, 8150.0, 8117.0, 8135.0, 8097.0, 8132.0, 8098.0, 8121.0, 8144.0, 8119.0, 8134.0, 8123.0, 8150.0, 8116.0, 8136.0, 8116.0, 8136.0, 8121.0, 8126.0, 8149.0, 8139.0, 8150.0, 8137.0, 8150.0, 8125.0, 8172.0, 8139.0, 8139.0, 8117.0, 8152.0, 8132.0, 8134.0, 8147.0, 8123.0, 8133.0, 8118.0, 8130.0, 8119.0, 8135.0, 8117.0, 8155.0, 8125.0, 8156.0, 8104.0, 8122.0, 8130.0, 8120.0, 8149.0, 8124.0, 8151.0, 8141.0, 8176.0, 8178.0, 8211.0, 8167.0, 8129.0, 8126.0, 8143.0, 8191.0, 8145.0, 8180.0, 8145.0, 8183.0, 8159.0, 8165.0, 8191.0, 8147.0, 8169.0, 8116.0, 8159.0, 8093.0, 8139.0, 8116.0, 8102.0, 8113.0, 8085.0, 8114.0, 8067.0, 8096.0, 8078.0, 8111.0, 8065.0, 8116.0, 8067.0, 8087.0, 8113.0, 8089.0, 8121.0, 8094.0, 8103.0, 8094.0, 8103.0, 8110.0, 8111.0, 8119.0, 8134.0, 8120.0, 8145.0, 8135.0, 8150.0, 8122.0, 8166.0, 8140.0, 8173.0, 8127.0, 8157.0, 8127.0, 8175.0, 8141.0, 8193.0, 8153.0, 8182.0, 8151.0, 8153.0, 8155.0, 8167.0, 8156.0, 8187.0, 8175.0, 8185.0, 8169.0, 8179.0, 8146.0, 8190.0, 8146.0, 8178.0, 8148.0, 8158.0, 8164.0, 8136.0, 8159.0, 8132.0, 8147.0, 8120.0, 8167.0, 8121.0, 8149.0, 8117.0, 8149.0, 8100.0, 8119.0, 8150.0, 8138.0, 8147.0, 8116.0, 8130.0, 8099.0, 8130.0, 8116.0, 8154.0, 8121.0, 8136.0, 8119.0, 8134.0, 8116.0, 8123.0, 8121.0, 8145.0, 8155.0, 8145.0, 8125.0, 8158.0, 8129.0, 8159.0, 8170.0, 8162.0, 8174.0, 8145.0, 8140.0, 8127.0, 8155.0, 8141.0, 8152.0, 8141.0, 8183.0, 8125.0, 8139.0, 8133.0, 8151.0, 8135.0, 8169.0, 8139.0, 8153.0, 8121.0, 8170.0, 8135.0, 8155.0, 8124.0, 8156.0, 8124.0, 8157.0, 8122.0, 8170.0, 8123.0, 8168.0, 8141.0, 8158.0, 8143.0, 8157.0, 8122.0, 8153.0, 8141.0, 8162.0, 8126.0, 8156.0, 8122.0, 8155.0, 8123.0, 8170.0, 8165.0, 8140.0, 8135.0, 8137.0, 8148.0, 8124.0, 8131.0, 8118.0, 8134.0, 8122.0, 8150.0, 8120.0, 8147.0, 8117.0, 8145.0, 8105.0, 8150.0, 8125.0, 8150.0, 8125.0, 8132.0, 8122.0, 8131.0, 8123.0, 8152.0, 8142.0, 8153.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.00023962115232833463</td></tr>
<tr><td colspan=3>aqi</td><td>0.021222202841357538</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.426714910797784</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1703591411295429</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9976551823459711</td></tr>
<tr><td colspan=3>efc</td><td>0.456</td></tr>
<tr><td colspan=3>fber</td><td>4924.3818</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07657360618456567</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8681925808997633</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.591335576296053</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.501055849461091</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8066064785398326</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4663444008872353</td></tr>
<tr><td colspan=3>gcor</td><td>0.00789971</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011415375396609306</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024860991165041924</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1267</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.627210081756917</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>26.301</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.7486</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.685</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307491.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>626.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.9103</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7534</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.2658</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2833.9584</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3755.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.0661</td></tr>
<tr><td colspan=3>tsnr</td><td>38.92489993281197</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>