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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0077_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-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077/ses-04/func/sub-0077_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>18aed42cb87c7729f0c23110bfb975fa</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>21:49:57.335000</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.99894, -0.0443459, -0.0123026, 0.0437894, 0.998144, -0.042319]</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.0917089</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>[4148, -7713, -7245, 787, -40, -118, -90, 37]</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>239.426</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>45e41f14-d57c-488e-9740-1a3448446da2||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.680084228515625, 0.11748365312814713, -0.03822244703769684, 104.9200668334961], [0.11897681653499603, 2.677947521209717, -0.11268578469753265, -97.43474578857422], [-0.033007025718688965, 0.11353888362646103, 2.6973767280578613, -72.01654052734375], [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': ['214957.335000', '214957.795000', '214958.255000', '214958.715000', '214959.175000', '214959.635000', '215000.095000', '215000.555000', '215001.015000', '215001.475000', '215001.935000', '215002.395000', '215002.855000', '215003.315000', '215003.775000', '215004.235000', '215004.695000', '215005.155000', '215005.615000', '215006.075000', '215006.535000', '215006.995000', '215007.455000', '215007.915000', '215008.375000', '215008.835000', '215009.295000', '215009.755000', '215010.215000', '215010.675000', '215011.135000', '215011.595000', '215012.055000', '215012.515000', '215012.975000', '215013.435000', '215013.895000', '215014.355000', '215014.815000', '215015.275000', '215015.735000', '215016.195000', '215016.655000', '215017.115000', '215017.575000', '215018.035000', '215018.495000', '215018.955000', '215019.415000', '215019.875000', '215020.335000', '215020.795000', '215021.255000', '215021.715000', '215022.175000', '215022.635000', '215023.095000', '215023.555000', '215024.015000', '215024.475000', '215024.935000', '215025.395000', '215025.855000', '215026.315000', '215026.775000', '215027.235000', '215027.695000', '215028.155000', '215028.615000', '215029.075000', '215029.535000', '215029.995000', '215030.455000', '215030.915000', '215031.375000', '215031.835000', '215032.295000', '215032.755000', '215033.215000', '215033.675000', '215034.135000', '215034.595000', '215035.055000', '215035.515000', '215035.975000', '215036.435000', '215036.895000', '215037.355000', '215037.815000', '215038.275000', '215038.735000', '215039.195000', '215039.655000', '215040.115000', '215040.575000', '215041.035000', '215041.495000', '215041.955000', '215042.415000', '215042.875000', '215043.335000', '215043.795000', '215044.255000', '215044.715000', '215045.175000', '215045.635000', '215046.095000', '215046.555000', '215047.015000', '215047.475000', '215047.935000', '215048.395000', '215048.855000', '215049.315000', '215049.775000', '215050.235000', '215050.695000', '215051.155000', '215051.615000', '215052.075000', '215052.535000', '215052.995000', '215053.455000', '215053.915000', '215054.375000', '215054.835000', '215055.295000', '215055.755000', '215056.215000', '215056.675000', '215057.135000', '215057.595000', '215058.055000', '215058.515000', '215058.975000', '215059.435000', '215059.895000', '215100.355000', '215100.815000', '215101.275000', '215101.735000', '215102.195000', '215102.655000', '215103.115000', '215103.575000', '215104.035000', '215104.495000', '215104.955000', '215105.415000', '215105.875000', '215106.335000', '215106.795000', '215107.255000', '215107.715000', '215108.175000', '215108.635000', '215109.095000', '215109.555000', '215110.015000', '215110.475000', '215110.935000', '215111.395000', '215111.855000', '215112.315000', '215112.775000', '215113.235000', '215113.695000', '215114.155000', '215114.615000', '215115.075000', '215115.535000', '215115.995000', '215116.455000', '215116.915000', '215117.375000', '215117.835000', '215118.295000', '215118.755000', '215119.215000', '215119.675000', '215120.135000', '215120.595000', '215121.055000', '215121.515000', '215121.975000', '215122.435000', '215122.895000', '215123.355000', '215123.815000', '215124.275000', '215124.735000', '215125.195000', '215125.655000', '215126.115000', '215126.575000', '215127.035000', '215127.495000', '215127.955000', '215128.415000', '215128.875000', '215129.335000', '215129.795000', '215130.255000', '215130.715000', '215131.175000', '215131.635000', '215132.095000', '215132.555000', '215133.015000', '215133.475000', '215133.935000', '215134.395000', '215134.855000', '215135.315000', '215135.775000', '215136.235000', '215136.695000', '215137.155000', '215137.615000', '215138.075000', '215138.535000', '215138.995000', '215139.455000', '215139.915000', '215140.375000', '215140.835000', '215141.295000', '215141.755000', '215142.215000', '215142.675000', '215143.135000', '215143.595000', '215144.055000', '215144.515000', '215144.975000', '215145.435000', '215145.895000', '215146.355000', '215146.815000', '215147.275000', '215147.735000', '215148.195000', '215148.655000', '215149.115000', '215149.575000', '215150.035000', '215150.495000', '215150.955000', '215151.415000', '215151.875000', '215152.335000', '215152.795000', '215153.255000', '215153.715000', '215154.175000', '215154.635000', '215155.095000', '215155.555000', '215156.015000', '215156.475000', '215156.935000', '215157.395000', '215157.855000', '215158.315000', '215158.775000', '215159.235000', '215159.695000', '215200.155000', '215200.615000', '215201.075000', '215201.535000', '215201.995000', '215202.455000', '215202.915000', '215203.375000', '215203.835000', '215204.295000', '215204.755000', '215205.215000', '215205.675000', '215206.135000', '215206.595000', '215207.055000', '215207.515000', '215207.975000', '215208.435000', '215208.895000', '215209.355000', '215209.815000', '215210.275000', '215210.735000', '215211.195000', '215211.655000', '215212.115000', '215212.575000', '215213.035000', '215213.495000', '215213.955000', '215214.415000', '215214.875000', '215215.335000', '215215.795000', '215216.255000', '215216.715000', '215217.175000', '215217.635000', '215218.095000', '215218.555000', '215219.015000', '215219.475000', '215219.935000', '215220.395000', '215220.855000', '215221.315000', '215221.775000', '215222.235000', '215222.695000', '215223.155000', '215223.615000', '215224.075000', '215224.535000', '215224.995000', '215225.455000', '215225.915000', '215226.375000', '215226.835000', '215227.295000', '215227.755000', '215228.215000', '215228.675000', '215229.135000', '215229.595000', '215230.055000', '215230.515000', '215230.975000', '215231.435000', '215231.895000', '215232.355000', '215232.815000', '215233.275000', '215233.735000', '215234.195000', '215234.655000', '215235.115000', '215235.575000', '215236.035000', '215236.495000', '215236.955000', '215237.415000', '215237.875000', '215238.335000', '215238.795000', '215239.255000', '215239.715000', '215240.175000', '215240.635000', '215241.095000', '215241.555000', '215242.015000', '215242.475000', '215242.935000', '215243.395000', '215243.855000', '215244.315000', '215244.775000', '215245.235000', '215245.695000', '215246.155000', '215246.615000', '215247.075000', '215247.535000', '215247.995000', '215248.455000', '215248.915000', '215249.375000', '215249.835000', '215250.295000', '215250.755000', '215251.215000', '215251.675000', '215252.135000', '215252.595000', '215253.055000', '215253.515000', '215253.975000', '215254.435000', '215254.895000', '215255.355000', '215255.815000', '215256.275000', '215256.735000', '215257.195000', '215257.655000', '215258.115000', '215258.575000', '215259.035000', '215259.495000', '215259.955000', '215300.415000', '215300.875000', '215301.335000', '215301.795000', '215302.255000', '215302.715000', '215303.175000', '215303.635000', '215304.095000', '215304.555000', '215305.015000', '215305.475000', '215305.935000', '215306.395000', '215306.855000', '215307.315000', '215307.775000', '215308.235000', '215308.695000', '215309.155000', '215309.615000', '215310.075000', '215310.535000', '215310.995000', '215311.455000', '215311.915000', '215312.375000', '215312.835000', '215313.295000', '215313.755000', '215314.215000', '215314.675000', '215315.135000', '215315.595000', '215316.055000', '215316.515000', '215316.975000', '215317.435000', '215317.895000', '215318.355000', '215318.815000', '215319.275000', '215319.735000', '215320.195000', '215320.655000', '215321.115000', '215321.575000', '215322.035000', '215322.495000', '215322.955000', '215323.415000', '215323.875000', '215324.335000', '215324.795000', '215325.255000', '215325.715000', '215326.175000', '215326.635000', '215327.095000', '215327.555000', '215328.015000', '215328.475000', '215328.935000', '215329.395000', '215329.855000', '215330.315000', '215330.775000', '215331.235000', '215331.695000', '215332.155000', '215332.615000', '215333.075000', '215333.535000', '215333.995000', '215334.455000', '215334.915000', '215335.375000', '215335.835000', '215336.295000', '215336.755000', '215337.215000', '215337.675000', '215338.135000', '215338.595000', '215339.055000', '215339.515000', '215339.975000', '215340.435000', '215340.895000', '215341.355000', '215341.815000', '215342.275000', '215342.735000', '215343.195000', '215343.655000', '215344.115000', '215344.575000', '215345.035000', '215345.495000', '215345.955000', '215346.415000', '215346.875000', '215347.335000', '215347.795000', '215348.255000', '215348.715000', '215349.175000', '215349.635000', '215350.095000', '215350.555000', '215351.015000', '215351.475000', '215351.935000', '215352.395000', '215352.855000', '215353.315000', '215353.775000', '215354.235000', '215354.695000', '215355.155000', '215355.615000', '215356.075000', '215356.535000', '215356.995000', '215357.455000', '215357.915000', '215358.375000', '215358.835000', '215359.295000', '215359.755000', '215400.215000', '215400.675000', '215401.135000', '215401.595000', '215402.055000', '215402.515000', '215402.975000', '215403.435000', '215403.895000', '215404.355000', '215404.815000', '215405.275000', '215405.735000', '215406.195000', '215406.655000', '215407.115000', '215407.575000', '215408.035000', '215408.495000', '215408.955000', '215409.415000', '215409.875000', '215410.335000', '215410.795000', '215411.255000', '215411.715000', '215412.175000', '215412.635000', '215413.095000', '215413.555000', '215414.015000', '215414.475000', '215414.935000', '215415.395000', '215415.855000', '215416.315000', '215416.775000', '215417.235000', '215417.695000', '215418.155000', '215418.615000', '215419.075000', '215419.535000', '215419.995000', '215420.455000', '215420.915000', '215421.375000', '215421.835000', '215422.295000', '215422.755000', '215423.215000', '215423.675000', '215424.135000', '215424.595000', '215425.055000', '215425.515000', '215425.975000', '215426.435000', '215426.895000', '215427.355000', '215427.815000', '215428.275000', '215428.735000', '215429.195000', '215429.655000', '215430.115000', '215430.575000', '215431.035000', '215431.495000', '215431.955000', '215432.415000', '215432.875000', '215433.335000', '215433.795000', '215434.255000', '215434.715000', '215435.175000', '215435.635000', '215436.095000', '215436.555000', '215437.015000', '215437.475000', '215437.935000', '215438.395000', '215438.855000', '215439.315000', '215439.775000', '215440.235000', '215440.695000', '215441.155000', '215441.615000', '215442.075000', '215442.535000', '215442.995000', '215443.455000', '215443.915000', '215444.375000', '215444.835000', '215445.295000', '215445.755000', '215446.215000', '215446.675000', '215447.135000', '215447.595000', '215448.055000', '215448.515000', '215448.975000', '215449.435000', '215449.895000', '215450.355000', '215450.815000', '215451.275000', '215451.735000', '215452.195000', '215452.655000', '215453.115000', '215453.575000', '215454.035000', '215454.495000', '215454.955000', '215455.415000', '215455.875000', '215456.335000', '215456.795000', '215457.255000', '215457.715000', '215458.175000', '215458.635000', '215459.095000', '215459.555000', '215500.015000', '215500.475000', '215500.935000', '215501.395000', '215501.855000', '215502.315000', '215502.775000', '215503.235000', '215503.695000', '215504.155000', '215504.615000', '215505.075000', '215505.535000', '215505.995000', '215506.455000', '215506.915000', '215507.375000', '215507.835000', '215508.295000', '215508.755000', '215509.215000', '215509.675000', '215510.135000', '215510.595000', '215511.055000', '215511.515000', '215511.975000', '215512.435000', '215512.895000', '215513.355000', '215513.815000', '215514.275000', '215514.735000', '215515.195000', '215515.655000', '215516.115000', '215516.575000', '215517.035000', '215517.495000', '215517.955000', '215518.415000', '215518.875000', '215519.335000', '215519.795000', '215520.255000', '215520.715000', '215521.175000', '215521.635000', '215522.095000', '215522.555000', '215523.015000', '215523.475000', '215523.935000', '215524.395000', '215524.855000', '215525.315000', '215525.775000', '215526.235000', '215526.695000', '215527.155000', '215527.615000', '215528.075000', '215528.535000', '215528.995000', '215529.455000', '215529.915000', '215530.375000', '215530.835000', '215531.295000', '215531.755000', '215532.215000', '215532.675000', '215533.135000', '215533.595000', '215534.055000', '215534.515000', '215534.975000', '215535.435000', '215535.895000', '215536.355000', '215536.815000', '215537.275000', '215537.735000', '215538.195000', '215538.655000', '215539.115000', '215539.575000', '215540.035000', '215540.495000', '215540.955000', '215541.415000', '215541.875000', '215542.335000', '215542.795000', '215543.255000', '215543.715000', '215544.175000', '215544.635000', '215545.095000', '215545.555000', '215546.015000', '215546.475000', '215546.935000', '215547.395000', '215547.855000', '215548.315000', '215548.775000', '215549.235000', '215549.695000', '215550.155000', '215550.615000', '215551.075000', '215551.535000', '215551.995000', '215552.455000', '215552.915000', '215553.375000', '215553.835000', '215554.295000', '215554.755000', '215555.215000', '215555.675000', '215556.135000', '215556.595000', '215557.055000', '215557.515000', '215557.975000', '215558.435000', '215558.895000', '215559.355000', '215559.815000', '215600.275000', '215600.735000', '215601.195000', '215601.655000', '215602.115000', '215602.575000', '215603.035000', '215603.495000', '215603.955000', '215604.415000', '215604.875000', '215605.335000', '215605.795000', '215606.255000', '215606.715000', '215607.175000', '215607.635000', '215608.095000', '215608.555000', '215609.015000', '215609.475000', '215609.935000', '215610.395000', '215610.855000', '215611.315000', '215611.775000', '215612.235000', '215612.695000', '215613.155000', '215613.615000', '215614.075000', '215614.535000', '215614.995000', '215615.455000', '215615.915000', '215616.375000', '215616.835000', '215617.295000', '215617.755000', '215618.215000', '215618.675000', '215619.135000', '215619.595000', '215620.055000', '215620.515000', '215620.975000', '215621.435000', '215621.895000', '215622.355000', '215622.815000', '215623.275000', '215623.735000', '215624.195000', '215624.655000', '215625.115000', '215625.575000', '215626.035000', '215626.495000', '215626.955000', '215627.415000', '215627.875000', '215628.335000', '215628.795000', '215629.255000', '215629.715000', '215630.175000', '215630.635000', '215631.095000', '215631.555000', '215632.015000', '215632.475000', '215632.935000', '215633.395000', '215633.855000', '215634.315000', '215634.775000', '215635.235000', '215635.695000', '215636.155000', '215636.615000', '215637.075000', '215637.535000', '215637.995000', '215638.455000', '215638.915000', '215639.375000', '215639.835000', '215640.295000', '215640.755000', '215641.215000', '215641.675000', '215642.135000', '215642.595000', '215643.055000', '215643.515000', '215643.975000', '215644.435000', '215644.895000', '215645.355000', '215645.815000', '215646.275000', '215646.735000', '215647.195000', '215647.655000', '215648.115000', '215648.575000', '215649.035000', '215649.495000', '215649.955000', '215650.415000', '215650.875000', '215651.335000', '215651.795000', '215652.255000', '215652.715000', '215653.175000', '215653.635000', '215654.095000', '215654.555000', '215655.015000', '215655.475000', '215655.935000', '215656.395000', '215656.855000', '215657.315000', '215657.775000', '215658.235000', '215658.695000', '215659.155000', '215659.615000', '215700.075000', '215700.535000', '215700.995000', '215701.455000', '215701.915000', '215702.375000', '215702.835000', '215703.295000', '215703.755000', '215704.215000', '215704.675000', '215705.135000', '215705.595000', '215706.055000', '215706.515000', '215706.975000', '215707.435000', '215707.895000', '215708.355000', '215708.815000', '215709.275000', '215709.735000', '215710.195000', '215710.655000', '215711.115000', '215711.575000', '215712.035000', '215712.495000', '215712.955000', '215713.415000', '215713.875000', '215714.335000', '215714.795000', '215715.255000', '215715.715000', '215716.175000', '215716.635000', '215717.095000', '215717.555000', '215718.015000', '215718.475000', '215718.935000', '215719.395000', '215719.855000', '215720.315000', '215720.775000', '215721.235000', '215721.695000', '215722.155000', '215722.615000', '215723.075000', '215723.535000', '215723.995000', '215724.455000', '215724.915000', '215725.375000', '215725.835000', '215726.295000', '215726.755000', '215727.215000', '215727.675000', '215728.135000', '215728.595000', '215729.055000', '215729.515000', '215729.975000', '215730.435000', '215730.895000', '215731.355000', '215731.815000', '215732.275000', '215732.735000', '215733.195000', '215733.655000', '215734.115000', '215734.575000', '215735.035000', '215735.495000', '215735.955000', '215736.415000', '215736.875000', '215737.335000', '215737.795000', '215738.255000', '215738.715000', '215739.175000', '215739.635000', '215740.095000', '215740.555000', '215741.015000', '215741.475000', '215741.935000', '215742.395000', '215742.855000', '215743.315000', '215743.775000', '215744.235000', '215744.695000', '215745.155000', '215745.615000', '215746.075000', '215746.535000', '215746.995000', '215747.455000', '215747.915000', '215748.375000', '215748.835000', '215749.295000', '215749.755000', '215750.215000', '215750.675000', '215751.135000', '215751.595000', '215752.055000', '215752.515000', '215752.975000', '215753.435000', '215753.895000', '215754.355000', '215754.815000', '215755.275000', '215755.735000', '215756.195000', '215756.655000', '215757.115000', '215757.575000', '215758.035000', '215758.495000', '215758.955000', '215759.415000', '215759.875000', '215800.335000', '215800.795000', '215801.255000', '215801.715000', '215802.175000', '215802.635000', '215803.095000', '215803.555000', '215804.015000', '215804.475000', '215804.935000', '215805.395000', '215805.855000', '215806.315000', '215806.775000', '215807.235000', '215807.695000', '215808.155000', '215808.615000', '215809.075000', '215809.535000', '215809.995000', '215810.455000', '215810.915000', '215811.375000', '215811.835000', '215812.295000', '215812.755000', '215813.215000', '215813.675000', '215814.135000', '215814.595000', '215815.055000', '215815.515000', '215815.975000', '215816.435000', '215816.895000', '215817.355000', '215817.815000', '215818.275000', '215818.735000', '215819.195000', '215819.655000', '215820.115000', '215820.575000', '215821.035000', '215821.495000', '215821.955000', '215822.415000', '215822.875000', '215823.335000', '215823.795000', '215824.255000', '215824.715000', '215825.175000', '215825.635000', '215826.095000', '215826.555000', '215827.015000', '215827.475000', '215827.935000', '215828.395000', '215828.855000', '215829.315000', '215829.775000', '215830.235000', '215830.695000', '215831.155000', '215831.615000', '215832.075000', '215832.535000', '215832.995000', '215833.455000', '215833.915000', '215834.375000', '215834.835000', '215835.295000', '215835.755000', '215836.215000', '215836.675000', '215837.135000', '215837.595000', '215838.055000', '215838.515000', '215838.975000', '215839.435000', '215839.895000', '215840.355000', '215840.815000', '215841.275000', '215841.735000', '215842.195000', '215842.655000', '215843.115000', '215843.575000', '215844.035000', '215844.495000', '215844.955000', '215845.415000', '215845.875000', '215846.335000', '215846.795000', '215847.255000', '215847.715000', '215848.175000', '215848.635000', '215849.095000', '215849.555000', '215850.015000', '215850.475000', '215850.935000', '215851.395000', '215851.855000', '215852.315000', '215852.775000', '215853.235000', '215853.695000', '215854.155000', '215854.615000', '215855.075000', '215855.535000', '215855.995000', '215856.455000', '215856.915000', '215857.375000', '215857.835000', '215858.295000', '215858.755000', '215859.215000', '215859.675000', '215900.135000', '215900.595000', '215901.055000', '215901.515000', '215901.975000', '215902.435000', '215902.895000', '215903.355000', '215903.815000', '215904.275000', '215904.735000', '215905.195000', '215905.655000', '215906.115000', '215906.575000', '215907.035000', '215907.495000', '215907.955000', '215908.415000', '215908.875000', '215909.335000', '215909.795000', '215910.255000', '215910.715000', '215911.175000', '215911.635000', '215912.095000', '215912.555000', '215913.015000', '215913.475000', '215913.935000', '215914.395000', '215914.855000', '215915.315000', '215915.775000', '215916.235000', '215916.695000', '215917.155000', '215917.615000', '215918.075000', '215918.535000', '215918.995000', '215919.455000', '215919.915000', '215920.375000', '215920.835000', '215921.295000', '215921.755000', '215922.215000', '215922.675000', '215923.135000', '215923.595000', '215924.055000', '215924.515000', '215924.975000', '215925.435000', '215925.895000', '215926.355000', '215926.815000', '215927.275000', '215927.735000', '215928.195000', '215928.655000', '215929.115000', '215929.575000', '215930.035000', '215930.495000', '215930.955000', '215931.415000', '215931.875000', '215932.335000', '215932.795000', '215933.255000', '215933.715000', '215934.175000', '215934.635000', '215935.095000', '215935.555000', '215936.015000', '215936.475000', '215936.935000', '215937.395000', '215937.855000', '215938.315000', '215938.775000', '215939.235000', '215939.695000', '215940.155000'], 'ContentTime': ['215024.775000', '215024.778000', '215024.781000', '215024.784000', '215024.787000', '215024.789000', '215024.792000', '215024.794000', '215024.797000', '215024.800000', '215024.803000', '215024.805000', '215024.808000', '215024.810000', '215024.813000', '215024.816000', '215024.818000', '215024.821000', '215024.823000', '215024.826000', '215024.833000', '215024.835000', '215024.838000', '215024.841000', '215024.843000', '215024.846000', '215024.848000', '215024.851000', '215024.854000', '215024.856000', '215024.859000', '215024.862000', '215024.864000', '215024.867000', '215024.869000', '215024.872000', '215024.874000', '215024.877000', '215024.879000', '215024.882000', '215024.884000', '215024.901000', '215024.903000', '215024.906000', '215024.908000', '215024.911000', '215024.913000', '215024.916000', '215024.919000', '215024.921000', '215024.924000', '215024.926000', '215024.934000', '215024.937000', '215024.939000', '215024.942000', '215024.944000', '215024.947000', '215044.744000', '215044.747000', '215044.749000', '215044.752000', '215044.754000', '215044.757000', '215044.759000', '215044.762000', '215044.765000', '215044.767000', '215044.770000', '215044.772000', '215044.775000', '215044.778000', '215044.780000', '215044.783000', '215044.785000', '215044.788000', '215044.791000', '215044.793000', '215044.796000', '215044.798000', '215044.801000', '215044.804000', '215044.806000', '215044.809000', '215044.811000', '215044.814000', '215044.817000', '215044.819000', '215044.822000', '215044.824000', '215044.827000', '215044.830000', '215044.832000', '215044.835000', '215044.837000', '215044.840000', '215044.842000', '215044.845000', '215044.848000', '215044.850000', '215044.853000', '215104.744000', '215104.746000', '215104.749000', '215104.752000', '215104.754000', '215104.757000', '215104.759000', '215104.762000', '215104.764000', '215104.770000', '215104.772000', '215104.775000', '215104.778000', '215104.780000', '215104.783000', '215104.786000', '215104.788000', '215104.791000', '215104.793000', '215104.796000', '215104.799000', '215104.834000', '215104.836000', '215104.839000', '215104.842000', '215104.844000', '215104.847000', '215104.850000', '215104.852000', '215104.855000', '215104.857000', '215104.860000', '215104.863000', '215104.865000', '215104.868000', '215104.870000', '215104.873000', '215104.876000', '215104.878000', '215104.881000', '215104.883000', '215104.886000', '215104.889000', '215104.891000', '215124.743000', '215124.745000', '215124.748000', '215124.751000', '215124.753000', '215124.756000', '215124.758000', '215124.761000', '215124.763000', '215124.766000', '215124.769000', '215124.772000', '215124.774000', '215124.777000', '215124.779000', '215124.782000', '215124.785000', '215124.787000', '215124.790000', '215124.792000', '215124.797000', '215124.800000', '215124.803000', '215124.805000', '215124.808000', '215124.811000', '215124.813000', '215124.816000', '215124.819000', '215124.821000', '215124.824000', '215124.826000', '215124.829000', '215124.832000', '215124.834000', '215124.837000', '215124.839000', '215124.842000', '215124.845000', '215124.847000', '215124.850000', '215124.852000', '215124.855000', '215144.742000', '215144.745000', '215144.748000', '215144.750000', '215144.753000', '215144.758000', '215144.760000', '215144.763000', '215144.765000', '215144.768000', '215144.771000', '215144.773000', '215144.776000', '215144.779000', '215144.781000', '215144.784000', '215144.787000', '215144.790000', '215144.792000', '215144.795000', '215144.798000', '215144.838000', '215144.841000', '215144.843000', '215144.846000', '215144.849000', '215144.851000', '215144.854000', '215144.856000', '215144.859000', '215144.862000', '215144.864000', '215144.867000', '215144.869000', '215144.872000', '215144.875000', '215144.877000', '215144.880000', '215144.882000', '215144.885000', '215144.888000', '215144.890000', '215144.893000', '215144.895000', '215204.743000', '215204.745000', '215204.748000', '215204.751000', '215204.753000', '215204.756000', '215204.758000', '215204.761000', '215204.764000', '215204.766000', '215204.769000', '215204.772000', '215204.774000', '215204.777000', '215204.780000', '215204.782000', '215204.785000', '215204.787000', '215204.790000', '215204.793000', '215204.795000', '215204.798000', '215204.839000', '215204.842000', '215204.844000', '215204.847000', '215204.849000', '215204.852000', '215204.854000', '215204.857000', '215204.860000', '215204.862000', '215204.865000', '215204.867000', '215204.870000', '215204.873000', '215204.887000', '215204.889000', '215204.892000', '215204.895000', '215204.897000', '215204.900000', '215204.902000', '215224.742000', '215224.745000', '215224.748000', '215224.751000', '215224.753000', '215224.756000', '215224.758000', '215224.762000', '215224.764000', '215224.767000', '215224.770000', '215224.772000', '215224.775000', '215224.777000', '215224.780000', '215224.783000', '215224.785000', '215224.788000', '215224.790000', '215224.793000', '215224.795000', '215224.798000', '215224.854000', '215224.857000', '215224.860000', '215224.862000', '215224.865000', '215224.867000', '215224.870000', '215224.873000', '215224.875000', '215224.878000', '215224.881000', '215224.883000', '215224.886000', '215224.888000', '215224.891000', '215224.894000', '215224.896000', '215224.899000', '215224.901000', '215224.904000', '215224.906000', '215244.743000', '215244.745000', '215244.748000', '215244.751000', '215244.753000', '215244.756000', '215244.758000', '215244.761000', '215244.764000', '215244.766000', '215244.769000', '215244.772000', '215244.774000', '215244.777000', '215244.780000', '215244.782000', '215244.785000', '215244.788000', '215244.790000', '215244.793000', '215244.795000', '215244.798000', '215244.848000', '215244.851000', '215244.853000', '215244.856000', '215244.859000', '215244.861000', '215244.864000', '215244.866000', '215244.869000', '215244.871000', '215244.874000', '215244.877000', '215244.879000', '215244.882000', '215244.885000', '215244.887000', '215244.890000', '215244.892000', '215244.895000', '215244.898000', '215244.900000', '215244.903000', '215304.744000', '215304.746000', '215304.749000', '215304.752000', '215304.754000', '215304.757000', '215304.759000', '215304.762000', '215304.765000', '215304.767000', '215304.770000', '215304.773000', '215304.775000', '215304.778000', '215304.780000', '215304.783000', '215304.786000', '215304.788000', '215304.791000', '215304.793000', '215304.796000', '215304.799000', '215304.801000', '215304.804000', '215304.807000', '215304.809000', '215304.812000', '215304.814000', '215304.817000', '215304.820000', '215304.823000', '215304.826000', '215304.829000', '215304.832000', '215304.835000', '215304.837000', '215304.840000', '215304.843000', '215304.845000', '215304.848000', '215304.851000', '215304.853000', '215304.856000', '215324.744000', '215324.746000', '215324.749000', '215324.752000', '215324.754000', '215324.757000', '215324.760000', '215324.762000', '215324.765000', '215324.767000', '215324.770000', '215324.773000', '215324.775000', '215324.778000', '215324.780000', '215324.783000', '215324.785000', '215324.788000', '215324.791000', '215324.793000', '215324.796000', '215324.799000', '215324.831000', '215324.833000', '215324.836000', '215324.838000', '215324.841000', '215324.843000', '215324.857000', '215324.859000', '215324.862000', '215324.864000', '215324.867000', '215324.870000', '215324.872000', '215324.875000', '215324.878000', '215324.880000', '215324.883000', '215324.886000', '215324.888000', '215324.891000', '215324.893000', '215324.896000', '215344.743000', '215344.745000', '215344.748000', '215344.751000', '215344.753000', '215344.756000', '215344.759000', '215344.761000', '215344.764000', '215344.766000', '215344.770000', '215344.773000', '215344.775000', '215344.778000', '215344.781000', '215344.783000', '215344.786000', '215344.789000', '215344.799000', '215344.846000', '215344.849000', '215344.851000', '215344.854000', '215344.857000', '215344.859000', '215344.862000', '215344.865000', '215344.867000', '215344.870000', '215344.872000', '215344.875000', '215344.878000', '215344.880000', '215344.883000', '215344.886000', '215344.888000', '215344.891000', '215344.893000', '215344.896000', '215344.899000', '215344.901000', '215344.904000', '215344.906000', '215404.743000', '215404.746000', '215404.748000', '215404.751000', '215404.754000', '215404.756000', '215404.759000', '215404.762000', '215404.764000', '215404.767000', '215404.769000', '215404.772000', '215404.774000', '215404.777000', '215404.780000', '215404.782000', '215404.785000', '215404.788000', '215404.790000', '215404.793000', '215404.795000', '215404.798000', '215404.844000', '215404.847000', '215404.849000', '215404.852000', '215404.854000', '215404.857000', '215404.860000', '215404.862000', '215404.865000', '215404.867000', '215404.870000', '215404.873000', '215404.875000', '215404.878000', '215404.881000', '215404.883000', '215404.886000', '215404.888000', '215404.891000', '215404.894000', '215404.896000', '215404.899000', '215424.742000', '215424.745000', '215424.748000', '215424.751000', '215424.753000', '215424.756000', '215424.758000', '215424.761000', '215424.764000', '215424.766000', '215424.769000', '215424.771000', '215424.774000', '215424.776000', '215424.779000', '215424.782000', '215424.784000', '215424.787000', '215424.789000', '215424.792000', '215424.795000', '215424.797000', '215424.854000', '215424.857000', '215424.860000', '215424.863000', '215424.866000', '215424.868000', '215424.871000', '215424.874000', '215424.876000', '215424.879000', '215424.882000', '215424.884000', '215424.887000', '215424.889000', '215424.892000', '215424.895000', '215424.897000', '215424.900000', '215424.903000', '215424.905000', '215424.908000', '215444.742000', '215444.745000', '215444.748000', '215444.751000', '215444.753000', '215444.756000', '215444.758000', '215444.761000', '215444.764000', '215444.766000', '215444.769000', '215444.771000', '215444.774000', '215444.777000', '215444.779000', '215444.782000', '215444.784000', '215444.787000', '215444.790000', '215444.792000', '215444.795000', '215444.797000', '215444.854000', '215444.857000', '215444.859000', '215444.862000', '215444.864000', '215444.867000', '215444.869000', '215444.872000', '215444.875000', '215444.877000', '215444.880000', '215444.882000', '215444.885000', '215444.888000', '215444.890000', '215444.893000', '215444.896000', '215444.898000', '215444.901000', '215444.903000', '215444.906000', '215444.908000', '215504.743000', '215504.745000', '215504.748000', '215504.751000', '215504.753000', '215504.756000', '215504.758000', '215504.761000', '215504.764000', '215504.766000', '215504.769000', '215504.772000', '215504.774000', '215504.777000', '215504.779000', '215504.782000', '215504.785000', '215504.787000', '215504.790000', '215504.793000', '215504.795000', '215504.798000', '215504.801000', '215504.803000', '215504.806000', '215504.808000', '215504.811000', '215504.814000', '215504.816000', '215504.819000', '215504.821000', '215504.824000', '215504.827000', '215504.829000', '215504.832000', '215504.834000', '215504.837000', '215504.840000', '215504.842000', '215504.845000', '215504.847000', '215504.850000', '215504.853000', '215524.744000', '215524.746000', '215524.749000', '215524.752000', '215524.754000', '215524.757000', '215524.759000', '215524.762000', '215524.765000', '215524.767000', '215524.770000', '215524.772000', '215524.775000', '215524.778000', '215524.780000', '215524.783000', '215524.786000', '215524.788000', '215524.791000', '215524.793000', '215524.796000', '215524.799000', '215524.870000', '215524.873000', '215524.876000', '215524.878000', '215524.881000', '215524.883000', '215524.886000', '215524.889000', '215524.891000', '215524.894000', '215524.896000', '215524.899000', '215524.902000', '215524.904000', '215524.909000', '215524.912000', '215524.914000', '215524.917000', '215524.919000', '215524.922000', '215524.925000', '215524.927000', '215544.744000', '215544.747000', '215544.749000', '215544.752000', '215544.754000', '215544.757000', '215544.759000', '215544.762000', '215544.765000', '215544.767000', '215544.770000', '215544.772000', '215544.775000', '215544.778000', '215544.780000', '215544.783000', '215544.785000', '215544.788000', '215544.791000', '215544.793000', '215544.796000', '215544.798000', '215544.847000', '215544.849000', '215544.852000', '215544.855000', '215544.857000', '215544.860000', '215544.863000', '215544.865000', '215544.868000', '215544.870000', '215544.873000', '215544.876000', '215544.878000', '215544.881000', '215544.883000', '215544.886000', '215544.888000', '215544.891000', '215544.894000', '215544.896000', '215544.899000', '215604.742000', '215604.745000', '215604.748000', '215604.751000', '215604.753000', '215604.756000', '215604.758000', '215604.761000', '215604.764000', '215604.766000', '215604.769000', '215604.771000', '215604.774000', '215604.777000', '215604.779000', '215604.782000', '215604.784000', '215604.787000', '215604.790000', '215604.792000', '215604.795000', '215604.797000', '215604.800000', '215604.803000', '215604.805000', '215604.808000', '215604.810000', '215604.813000', '215604.816000', '215604.818000', '215604.821000', '215604.823000', '215604.826000', '215604.829000', '215604.831000', '215604.834000', '215604.836000', '215604.839000', '215604.842000', '215604.844000', '215604.847000', '215604.849000', '215604.852000', '215604.855000', '215624.742000', '215624.745000', '215624.748000', '215624.751000', '215624.753000', '215624.756000', '215624.758000', '215624.761000', '215624.763000', '215624.766000', '215624.769000', '215624.771000', '215624.774000', '215624.777000', '215624.779000', '215624.782000', '215624.784000', '215624.787000', '215624.789000', '215624.792000', '215624.795000', '215624.797000', '215624.861000', '215624.864000', '215624.867000', '215624.869000', '215624.872000', '215624.875000', '215624.878000', '215624.880000', '215624.883000', '215624.885000', '215624.888000', '215624.891000', '215624.893000', '215624.896000', '215624.898000', '215624.901000', '215624.904000', '215624.906000', '215624.909000', '215624.912000', '215624.914000', '215644.743000', '215644.745000', '215644.748000', '215644.751000', '215644.753000', '215644.756000', '215644.759000', '215644.761000', '215644.764000', '215644.766000', '215644.769000', '215644.772000', '215644.774000', '215644.777000', '215644.780000', '215644.782000', '215644.785000', '215644.787000', '215644.790000', '215644.793000', '215644.795000', '215644.798000', '215644.886000', '215644.892000', '215644.894000', '215644.897000', '215644.900000', '215644.902000', '215644.905000', '215644.907000', '215644.910000', '215644.913000', '215644.915000', '215644.918000', '215644.921000', '215644.923000', '215644.926000', '215644.928000', '215644.931000', '215644.934000', '215644.936000', '215644.939000', '215644.941000', '215644.944000', '215704.743000', '215704.745000', '215704.748000', '215704.751000', '215704.753000', '215704.756000', '215704.758000', '215704.761000', '215704.764000', '215704.766000', '215704.769000', '215704.772000', '215704.774000', '215704.777000', '215704.779000', '215704.782000', '215704.785000', '215704.787000', '215704.790000', '215704.792000', '215704.795000', '215704.798000', '215704.872000', '215704.875000', '215704.877000', '215704.880000', '215704.883000', '215704.885000', '215704.888000', '215704.891000', '215704.893000', '215704.896000', '215704.899000', '215704.901000', '215704.904000', '215704.907000', '215704.909000', '215704.912000', '215704.914000', '215704.917000', '215704.920000', '215704.922000', '215704.925000', '215724.742000', '215724.745000', '215724.748000', '215724.750000', '215724.753000', '215724.756000', '215724.758000', '215724.761000', '215724.763000', '215724.766000', '215724.769000', '215724.771000', '215724.774000', '215724.777000', '215724.779000', '215724.782000', '215724.784000', '215724.787000', '215724.790000', '215724.792000', '215724.795000', '215724.797000', '215724.800000', '215724.803000', '215724.806000', '215724.808000', '215724.839000', '215724.842000', '215724.844000', '215724.847000', '215724.850000', '215724.852000', '215724.855000', '215724.857000', '215724.860000', '215724.863000', '215724.865000', '215724.868000', '215724.870000', '215724.873000', '215724.876000', '215724.878000', '215724.881000', '215724.883000', '215744.744000', '215744.746000', '215744.749000', '215744.752000', '215744.754000', '215744.757000', '215744.759000', '215744.762000', '215744.765000', '215744.767000', '215744.770000', '215744.773000', '215744.775000', '215744.778000', '215744.780000', '215744.783000', '215744.786000', '215744.788000', '215744.791000', '215744.794000', '215744.796000', '215744.799000', '215744.861000', '215744.864000', '215744.867000', '215744.869000', '215744.872000', '215744.874000', '215744.877000', '215744.880000', '215744.882000', '215744.885000', '215744.887000', '215744.890000', '215744.893000', '215744.895000', '215744.898000', '215744.900000', '215744.903000', '215744.906000', '215744.908000', '215744.911000', '215744.914000', '215804.745000', '215804.748000', '215804.750000', '215804.753000', '215804.756000', '215804.758000', '215804.761000', '215804.764000', '215804.766000', '215804.769000', '215804.771000', '215804.774000', '215804.777000', '215804.779000', '215804.782000', '215804.784000', '215804.787000', '215804.790000', '215804.792000', '215804.795000', '215804.798000', '215804.867000', '215804.870000', '215804.872000', '215804.875000', '215804.878000', '215804.880000', '215804.883000', '215804.885000', '215804.888000', '215804.890000', '215804.893000', '215804.896000', '215804.898000', '215804.901000', '215804.904000', '215804.906000', '215804.909000', '215804.911000', '215804.914000', '215804.917000', '215804.919000', '215804.922000', '215804.924000', '215824.743000', '215824.745000', '215824.748000', '215824.751000', '215824.753000', '215824.756000', '215824.759000', '215824.761000', '215824.764000', '215824.766000', '215824.769000', '215824.772000', '215824.774000', '215824.777000', '215824.780000', '215824.782000', '215824.785000', '215824.788000', '215824.790000', '215824.793000', '215824.796000', '215824.798000', '215824.842000', '215824.844000', '215824.847000', '215824.849000', '215824.852000', '215824.855000', '215824.857000', '215824.860000', '215824.862000', '215824.865000', '215824.868000', '215824.870000', '215824.873000', '215824.875000', '215824.878000', '215824.881000', '215824.883000', '215824.886000', '215824.888000', '215824.891000', '215824.893000', '215844.742000', '215844.745000', '215844.748000', '215844.750000', '215844.753000', '215844.756000', '215844.758000', '215844.761000', '215844.764000', '215844.766000', '215844.769000', '215844.771000', '215844.774000', '215844.776000', '215844.779000', '215844.782000', '215844.784000', '215844.787000', '215844.790000', '215844.792000', '215844.795000', '215844.798000', '215844.826000', '215844.828000', '215844.831000', '215844.833000', '215844.836000', '215844.839000', '215844.841000', '215844.844000', '215844.846000', '215844.849000', '215844.852000', '215844.854000', '215844.857000', '215844.859000', '215844.862000', '215844.865000', '215844.867000', '215844.870000', '215844.872000', '215844.875000', '215844.878000', '215844.880000', '215904.743000', '215904.746000', '215904.748000', '215904.751000', '215904.754000', '215904.756000', '215904.759000', '215904.762000', '215904.764000', '215904.767000', '215904.769000', '215904.772000', '215904.774000', '215904.777000', '215904.780000', '215904.782000', '215904.785000', '215904.787000', '215904.790000', '215904.793000', '215904.795000', '215904.798000', '215904.902000', '215904.904000', '215904.907000', '215904.909000', '215904.912000', '215904.914000', '215904.917000', '215904.920000', '215904.922000', '215904.925000', '215904.927000', '215904.941000', '215904.943000', '215904.946000', '215904.949000', '215904.951000', '215904.954000', '215904.957000', '215904.959000', '215904.962000', '215904.964000', '215924.743000', '215924.745000', '215924.748000', '215924.751000', '215924.753000', '215924.756000', '215924.759000', '215924.761000', '215924.764000', '215924.766000', '215924.769000', '215924.772000', '215924.774000', '215924.777000', '215924.780000', '215924.783000', '215924.793000', '215924.796000', '215924.798000', '215924.801000', '215924.804000', '215924.806000', '215924.809000', '215924.811000', '215924.814000', '215924.817000', '215924.819000', '215924.822000', '215924.824000', '215924.827000', '215924.830000', '215924.832000', '215924.835000', '215924.838000', '215924.841000', '215924.843000', '215924.846000', '215924.848000', '215924.851000', '215924.854000', '215924.856000', '215924.859000', '215924.861000', '215941.284000', '215941.287000', '215941.290000', '215941.293000', '215941.296000', '215941.298000', '215941.301000', '215941.304000', '215941.306000', '215941.309000', '215941.312000', '215941.315000', '215941.318000', '215941.321000', '215941.324000', '215941.326000', '215941.329000', '215941.332000', '215941.335000', '215941.337000', '215941.340000', '215941.343000', '215941.346000', '215941.349000', '215941.352000', '215941.355000', '215941.358000', '215941.361000', '215941.364000', '215941.367000', '215941.373000', '215941.377000', '215941.381000', '215941.383000', '215941.386000', '215941.389000', '215941.393000'], 'InstanceCreationTime': ['215024.775000', '215024.778000', '215024.781000', '215024.784000', '215024.787000', '215024.789000', '215024.792000', '215024.794000', '215024.797000', '215024.800000', '215024.803000', '215024.805000', '215024.808000', '215024.810000', '215024.813000', '215024.816000', '215024.818000', '215024.821000', '215024.823000', '215024.826000', '215024.833000', '215024.835000', '215024.838000', '215024.841000', '215024.843000', '215024.846000', '215024.848000', '215024.851000', '215024.854000', '215024.856000', '215024.859000', '215024.862000', '215024.864000', '215024.867000', '215024.869000', '215024.872000', '215024.874000', '215024.877000', '215024.879000', '215024.882000', '215024.884000', '215024.901000', '215024.903000', '215024.906000', '215024.908000', '215024.911000', '215024.913000', '215024.916000', '215024.919000', '215024.921000', '215024.924000', '215024.926000', '215024.934000', '215024.937000', '215024.939000', '215024.942000', '215024.944000', '215024.947000', '215044.744000', '215044.747000', '215044.749000', '215044.752000', '215044.754000', '215044.757000', '215044.759000', '215044.762000', '215044.765000', '215044.767000', '215044.770000', '215044.772000', '215044.775000', '215044.778000', '215044.780000', '215044.783000', '215044.785000', '215044.788000', '215044.791000', '215044.793000', '215044.796000', '215044.798000', '215044.801000', '215044.804000', '215044.806000', '215044.809000', '215044.811000', '215044.814000', '215044.817000', '215044.819000', '215044.822000', '215044.824000', '215044.827000', '215044.830000', '215044.832000', '215044.835000', '215044.837000', '215044.840000', '215044.842000', '215044.845000', '215044.848000', '215044.850000', '215044.853000', '215104.744000', '215104.746000', '215104.749000', '215104.752000', '215104.754000', '215104.757000', '215104.759000', '215104.762000', '215104.764000', '215104.770000', '215104.772000', '215104.775000', '215104.778000', '215104.780000', '215104.783000', '215104.786000', '215104.788000', '215104.791000', '215104.793000', '215104.796000', '215104.799000', '215104.834000', '215104.836000', '215104.839000', '215104.842000', '215104.844000', '215104.847000', '215104.850000', '215104.852000', '215104.855000', '215104.857000', '215104.860000', '215104.863000', '215104.865000', '215104.868000', '215104.870000', '215104.873000', '215104.876000', '215104.878000', '215104.881000', '215104.883000', '215104.886000', '215104.889000', '215104.891000', '215124.743000', '215124.745000', '215124.748000', '215124.751000', '215124.753000', '215124.756000', '215124.758000', '215124.761000', '215124.763000', '215124.766000', '215124.769000', '215124.772000', '215124.774000', '215124.777000', '215124.779000', '215124.782000', '215124.785000', '215124.787000', '215124.790000', '215124.792000', '215124.797000', '215124.800000', '215124.803000', '215124.805000', '215124.808000', '215124.811000', '215124.813000', '215124.816000', '215124.819000', '215124.821000', '215124.824000', '215124.826000', '215124.829000', '215124.832000', '215124.834000', '215124.837000', '215124.839000', '215124.842000', '215124.845000', '215124.847000', '215124.850000', '215124.852000', '215124.855000', '215144.742000', '215144.745000', '215144.748000', '215144.750000', '215144.753000', '215144.758000', '215144.760000', '215144.763000', '215144.765000', '215144.768000', '215144.771000', '215144.773000', '215144.776000', '215144.779000', '215144.781000', '215144.784000', '215144.787000', '215144.790000', '215144.792000', '215144.795000', '215144.798000', '215144.838000', '215144.841000', '215144.843000', '215144.846000', '215144.849000', '215144.851000', '215144.854000', '215144.856000', '215144.859000', '215144.862000', '215144.864000', '215144.867000', '215144.869000', '215144.872000', '215144.875000', '215144.877000', '215144.880000', '215144.882000', '215144.885000', '215144.888000', '215144.890000', '215144.893000', '215144.895000', '215204.743000', '215204.745000', '215204.748000', '215204.751000', '215204.753000', '215204.756000', '215204.758000', '215204.761000', '215204.764000', '215204.766000', '215204.769000', '215204.772000', '215204.774000', '215204.777000', '215204.780000', '215204.782000', '215204.785000', '215204.787000', '215204.790000', '215204.793000', '215204.795000', '215204.798000', '215204.839000', '215204.842000', '215204.844000', '215204.847000', '215204.849000', '215204.852000', '215204.854000', '215204.857000', '215204.860000', '215204.862000', '215204.865000', '215204.867000', '215204.870000', '215204.873000', '215204.887000', '215204.889000', '215204.892000', '215204.895000', '215204.897000', '215204.900000', '215204.902000', '215224.742000', '215224.745000', '215224.748000', '215224.751000', '215224.753000', '215224.756000', '215224.758000', '215224.762000', '215224.764000', '215224.767000', '215224.770000', '215224.772000', '215224.775000', '215224.777000', '215224.780000', '215224.783000', '215224.785000', '215224.788000', '215224.790000', '215224.793000', '215224.795000', '215224.798000', '215224.854000', '215224.857000', '215224.860000', '215224.862000', '215224.865000', '215224.867000', '215224.870000', '215224.873000', '215224.875000', '215224.878000', '215224.881000', '215224.883000', '215224.886000', '215224.888000', '215224.891000', '215224.894000', '215224.896000', '215224.899000', '215224.901000', '215224.904000', '215224.906000', '215244.743000', '215244.745000', '215244.748000', '215244.751000', '215244.753000', '215244.756000', '215244.758000', '215244.761000', '215244.764000', '215244.766000', '215244.769000', '215244.772000', '215244.774000', '215244.777000', '215244.780000', '215244.782000', '215244.785000', '215244.788000', '215244.790000', '215244.793000', '215244.795000', '215244.798000', '215244.848000', '215244.851000', '215244.853000', '215244.856000', '215244.859000', '215244.861000', '215244.864000', '215244.866000', '215244.869000', '215244.871000', '215244.874000', '215244.877000', '215244.879000', '215244.882000', '215244.885000', '215244.887000', '215244.890000', '215244.892000', '215244.895000', '215244.898000', '215244.900000', '215244.903000', '215304.744000', '215304.746000', '215304.749000', '215304.752000', '215304.754000', '215304.757000', '215304.759000', '215304.762000', '215304.765000', '215304.767000', '215304.770000', '215304.773000', '215304.775000', '215304.778000', '215304.780000', '215304.783000', '215304.786000', '215304.788000', '215304.791000', '215304.793000', '215304.796000', '215304.799000', '215304.801000', '215304.804000', '215304.807000', '215304.809000', '215304.812000', '215304.814000', '215304.817000', '215304.820000', '215304.823000', '215304.826000', '215304.829000', '215304.832000', '215304.835000', '215304.837000', '215304.840000', '215304.843000', '215304.845000', '215304.848000', '215304.851000', '215304.853000', '215304.856000', '215324.744000', '215324.746000', '215324.749000', '215324.752000', '215324.754000', '215324.757000', '215324.760000', '215324.762000', '215324.765000', '215324.767000', '215324.770000', '215324.773000', '215324.775000', '215324.778000', '215324.780000', '215324.783000', '215324.785000', '215324.788000', '215324.791000', '215324.793000', '215324.796000', '215324.799000', '215324.831000', '215324.833000', '215324.836000', '215324.838000', '215324.841000', '215324.843000', '215324.857000', '215324.859000', '215324.862000', '215324.864000', '215324.867000', '215324.870000', '215324.872000', '215324.875000', '215324.878000', '215324.880000', '215324.883000', '215324.886000', '215324.888000', '215324.891000', '215324.893000', '215324.896000', '215344.743000', '215344.745000', '215344.748000', '215344.751000', '215344.753000', '215344.756000', '215344.759000', '215344.761000', '215344.764000', '215344.766000', '215344.770000', '215344.773000', '215344.775000', '215344.778000', '215344.781000', '215344.783000', '215344.786000', '215344.789000', '215344.799000', '215344.846000', '215344.849000', '215344.851000', '215344.854000', '215344.857000', '215344.859000', '215344.862000', '215344.865000', '215344.867000', '215344.870000', '215344.872000', '215344.875000', '215344.878000', '215344.880000', '215344.883000', '215344.886000', '215344.888000', '215344.891000', '215344.893000', '215344.896000', '215344.899000', '215344.901000', '215344.904000', '215344.906000', '215404.743000', '215404.746000', '215404.748000', '215404.751000', '215404.754000', '215404.756000', '215404.759000', '215404.762000', '215404.764000', '215404.767000', '215404.769000', '215404.772000', '215404.774000', '215404.777000', '215404.780000', '215404.782000', '215404.785000', '215404.788000', '215404.790000', '215404.793000', '215404.795000', '215404.798000', '215404.844000', '215404.847000', '215404.849000', '215404.852000', '215404.854000', '215404.857000', '215404.860000', '215404.862000', '215404.865000', '215404.867000', '215404.870000', '215404.873000', '215404.875000', '215404.878000', '215404.881000', '215404.883000', '215404.886000', '215404.888000', '215404.891000', '215404.894000', '215404.896000', '215404.899000', '215424.742000', '215424.745000', '215424.748000', '215424.751000', '215424.753000', '215424.756000', '215424.758000', '215424.761000', '215424.764000', '215424.766000', '215424.769000', '215424.771000', '215424.774000', '215424.776000', '215424.779000', '215424.782000', '215424.784000', '215424.787000', '215424.789000', '215424.792000', '215424.795000', '215424.797000', '215424.854000', '215424.857000', '215424.860000', '215424.863000', '215424.866000', '215424.868000', '215424.871000', '215424.874000', '215424.876000', '215424.879000', '215424.882000', '215424.884000', '215424.887000', '215424.889000', '215424.892000', '215424.895000', '215424.897000', '215424.900000', '215424.903000', '215424.905000', '215424.908000', '215444.742000', '215444.745000', '215444.748000', '215444.751000', '215444.753000', '215444.756000', '215444.758000', '215444.761000', '215444.764000', '215444.766000', '215444.769000', '215444.771000', '215444.774000', '215444.777000', '215444.779000', '215444.782000', '215444.784000', '215444.787000', '215444.790000', '215444.792000', '215444.795000', '215444.797000', '215444.854000', '215444.857000', '215444.859000', '215444.862000', '215444.864000', '215444.867000', '215444.869000', '215444.872000', '215444.875000', '215444.877000', '215444.880000', '215444.882000', '215444.885000', '215444.888000', '215444.890000', '215444.893000', '215444.896000', '215444.898000', '215444.901000', '215444.903000', '215444.906000', '215444.908000', '215504.743000', '215504.745000', '215504.748000', '215504.751000', '215504.753000', '215504.756000', '215504.758000', '215504.761000', '215504.764000', '215504.766000', '215504.769000', '215504.772000', '215504.774000', '215504.777000', '215504.779000', '215504.782000', '215504.785000', '215504.787000', '215504.790000', '215504.793000', '215504.795000', '215504.798000', '215504.801000', '215504.803000', '215504.806000', '215504.808000', '215504.811000', '215504.814000', '215504.816000', '215504.819000', '215504.821000', '215504.824000', '215504.827000', '215504.829000', '215504.832000', '215504.834000', '215504.837000', '215504.840000', '215504.842000', '215504.845000', '215504.847000', '215504.850000', '215504.853000', '215524.744000', '215524.746000', '215524.749000', '215524.752000', '215524.754000', '215524.757000', '215524.759000', '215524.762000', '215524.765000', '215524.767000', '215524.770000', '215524.772000', '215524.775000', '215524.778000', '215524.780000', '215524.783000', '215524.786000', '215524.788000', '215524.791000', '215524.793000', '215524.796000', '215524.799000', '215524.870000', '215524.873000', '215524.876000', '215524.878000', '215524.881000', '215524.883000', '215524.886000', '215524.889000', '215524.891000', '215524.894000', '215524.896000', '215524.899000', '215524.902000', '215524.904000', '215524.909000', '215524.912000', '215524.914000', '215524.917000', '215524.919000', '215524.922000', '215524.925000', '215524.927000', '215544.744000', '215544.747000', '215544.749000', '215544.752000', '215544.754000', '215544.757000', '215544.759000', '215544.762000', '215544.765000', '215544.767000', '215544.770000', '215544.772000', '215544.775000', '215544.778000', '215544.780000', '215544.783000', '215544.785000', '215544.788000', '215544.791000', '215544.793000', '215544.796000', '215544.798000', '215544.847000', '215544.849000', '215544.852000', '215544.855000', '215544.857000', '215544.860000', '215544.863000', '215544.865000', '215544.868000', '215544.870000', '215544.873000', '215544.876000', '215544.878000', '215544.881000', '215544.883000', '215544.886000', '215544.888000', '215544.891000', '215544.894000', '215544.896000', '215544.899000', '215604.742000', '215604.745000', '215604.748000', '215604.751000', '215604.753000', '215604.756000', '215604.758000', '215604.761000', '215604.764000', '215604.766000', '215604.769000', '215604.771000', '215604.774000', '215604.777000', '215604.779000', '215604.782000', '215604.784000', '215604.787000', '215604.790000', '215604.792000', '215604.795000', '215604.797000', '215604.800000', '215604.803000', '215604.805000', '215604.808000', '215604.810000', '215604.813000', '215604.816000', '215604.818000', '215604.821000', '215604.823000', '215604.826000', '215604.829000', '215604.831000', '215604.834000', '215604.836000', '215604.839000', '215604.842000', '215604.844000', '215604.847000', '215604.849000', '215604.852000', '215604.855000', '215624.742000', '215624.745000', '215624.748000', '215624.751000', '215624.753000', '215624.756000', '215624.758000', '215624.761000', '215624.763000', '215624.766000', '215624.769000', '215624.771000', '215624.774000', '215624.777000', '215624.779000', '215624.782000', '215624.784000', '215624.787000', '215624.789000', '215624.792000', '215624.795000', '215624.797000', '215624.861000', '215624.864000', '215624.867000', '215624.869000', '215624.872000', '215624.875000', '215624.878000', '215624.880000', '215624.883000', '215624.885000', '215624.888000', '215624.891000', '215624.893000', '215624.896000', '215624.898000', '215624.901000', '215624.904000', '215624.906000', '215624.909000', '215624.912000', '215624.914000', '215644.743000', '215644.745000', '215644.748000', '215644.751000', '215644.753000', '215644.756000', '215644.759000', '215644.761000', '215644.764000', '215644.766000', '215644.769000', '215644.772000', '215644.774000', '215644.777000', '215644.780000', '215644.782000', '215644.785000', '215644.787000', '215644.790000', '215644.793000', '215644.795000', '215644.798000', '215644.886000', '215644.892000', '215644.894000', '215644.897000', '215644.900000', '215644.902000', '215644.905000', '215644.907000', '215644.910000', '215644.913000', '215644.915000', '215644.918000', '215644.921000', '215644.923000', '215644.926000', '215644.928000', '215644.931000', '215644.934000', '215644.936000', '215644.939000', '215644.941000', '215644.944000', '215704.743000', '215704.745000', '215704.748000', '215704.751000', '215704.753000', '215704.756000', '215704.758000', '215704.761000', '215704.764000', '215704.766000', '215704.769000', '215704.772000', '215704.774000', '215704.777000', '215704.779000', '215704.782000', '215704.785000', '215704.787000', '215704.790000', '215704.792000', '215704.795000', '215704.798000', '215704.872000', '215704.875000', '215704.877000', '215704.880000', '215704.883000', '215704.885000', '215704.888000', '215704.891000', '215704.893000', '215704.896000', '215704.899000', '215704.901000', '215704.904000', '215704.907000', '215704.909000', '215704.912000', '215704.914000', '215704.917000', '215704.920000', '215704.922000', '215704.925000', '215724.742000', '215724.745000', '215724.748000', '215724.750000', '215724.753000', '215724.756000', '215724.758000', '215724.761000', '215724.763000', '215724.766000', '215724.769000', '215724.771000', '215724.774000', '215724.777000', '215724.779000', '215724.782000', '215724.784000', '215724.787000', '215724.790000', '215724.792000', '215724.795000', '215724.797000', '215724.800000', '215724.803000', '215724.806000', '215724.808000', '215724.839000', '215724.842000', '215724.844000', '215724.847000', '215724.850000', '215724.852000', '215724.855000', '215724.857000', '215724.860000', '215724.863000', '215724.865000', '215724.868000', '215724.870000', '215724.873000', '215724.876000', '215724.878000', '215724.881000', '215724.883000', '215744.744000', '215744.746000', '215744.749000', '215744.752000', '215744.754000', '215744.757000', '215744.759000', '215744.762000', '215744.765000', '215744.767000', '215744.770000', '215744.773000', '215744.775000', '215744.778000', '215744.780000', '215744.783000', '215744.786000', '215744.788000', '215744.791000', '215744.794000', '215744.796000', '215744.799000', '215744.861000', '215744.864000', '215744.867000', '215744.869000', '215744.872000', '215744.874000', '215744.877000', '215744.880000', '215744.882000', '215744.885000', '215744.887000', '215744.890000', '215744.893000', '215744.895000', '215744.898000', '215744.900000', '215744.903000', '215744.906000', '215744.908000', '215744.911000', '215744.914000', '215804.745000', '215804.748000', '215804.750000', '215804.753000', '215804.756000', '215804.758000', '215804.761000', '215804.764000', '215804.766000', '215804.769000', '215804.771000', '215804.774000', '215804.777000', '215804.779000', '215804.782000', '215804.784000', '215804.787000', '215804.790000', '215804.792000', '215804.795000', '215804.798000', '215804.867000', '215804.870000', '215804.872000', '215804.875000', '215804.878000', '215804.880000', '215804.883000', '215804.885000', '215804.888000', '215804.890000', '215804.893000', '215804.896000', '215804.898000', '215804.901000', '215804.904000', '215804.906000', '215804.909000', '215804.911000', '215804.914000', '215804.917000', '215804.919000', '215804.922000', '215804.924000', '215824.743000', '215824.745000', '215824.748000', '215824.751000', '215824.753000', '215824.756000', '215824.759000', '215824.761000', '215824.764000', '215824.766000', '215824.769000', '215824.772000', '215824.774000', '215824.777000', '215824.780000', '215824.782000', '215824.785000', '215824.788000', '215824.790000', '215824.793000', '215824.796000', '215824.798000', '215824.842000', '215824.844000', '215824.847000', '215824.849000', '215824.852000', '215824.855000', '215824.857000', '215824.860000', '215824.862000', '215824.865000', '215824.868000', '215824.870000', '215824.873000', '215824.875000', '215824.878000', '215824.881000', '215824.883000', '215824.886000', '215824.888000', '215824.891000', '215824.893000', '215844.742000', '215844.745000', '215844.748000', '215844.750000', '215844.753000', '215844.756000', '215844.758000', '215844.761000', '215844.764000', '215844.766000', '215844.769000', '215844.771000', '215844.774000', '215844.776000', '215844.779000', '215844.782000', '215844.784000', '215844.787000', '215844.790000', '215844.792000', '215844.795000', '215844.798000', '215844.826000', '215844.828000', '215844.831000', '215844.833000', '215844.836000', '215844.839000', '215844.841000', '215844.844000', '215844.846000', '215844.849000', '215844.852000', '215844.854000', '215844.857000', '215844.859000', '215844.862000', '215844.865000', '215844.867000', '215844.870000', '215844.872000', '215844.875000', '215844.878000', '215844.880000', '215904.743000', '215904.746000', '215904.748000', '215904.751000', '215904.754000', '215904.756000', '215904.759000', '215904.762000', '215904.764000', '215904.767000', '215904.769000', '215904.772000', '215904.774000', '215904.777000', '215904.780000', '215904.782000', '215904.785000', '215904.787000', '215904.790000', '215904.793000', '215904.795000', '215904.798000', '215904.902000', '215904.904000', '215904.907000', '215904.909000', '215904.912000', '215904.914000', '215904.917000', '215904.920000', '215904.922000', '215904.925000', '215904.927000', '215904.941000', '215904.943000', '215904.946000', '215904.949000', '215904.951000', '215904.954000', '215904.957000', '215904.959000', '215904.962000', '215904.964000', '215924.743000', '215924.745000', '215924.748000', '215924.751000', '215924.753000', '215924.756000', '215924.759000', '215924.761000', '215924.764000', '215924.766000', '215924.769000', '215924.772000', '215924.774000', '215924.777000', '215924.780000', '215924.783000', '215924.793000', '215924.796000', '215924.798000', '215924.801000', '215924.804000', '215924.806000', '215924.809000', '215924.811000', '215924.814000', '215924.817000', '215924.819000', '215924.822000', '215924.824000', '215924.827000', '215924.830000', '215924.832000', '215924.835000', '215924.838000', '215924.841000', '215924.843000', '215924.846000', '215924.848000', '215924.851000', '215924.854000', '215924.856000', '215924.859000', '215924.861000', '215941.284000', '215941.287000', '215941.290000', '215941.293000', '215941.296000', '215941.298000', '215941.301000', '215941.304000', '215941.306000', '215941.309000', '215941.312000', '215941.315000', '215941.318000', '215941.321000', '215941.324000', '215941.326000', '215941.329000', '215941.332000', '215941.335000', '215941.337000', '215941.340000', '215941.343000', '215941.346000', '215941.349000', '215941.352000', '215941.355000', '215941.358000', '215941.361000', '215941.364000', '215941.367000', '215941.373000', '215941.377000', '215941.381000', '215941.383000', '215941.386000', '215941.389000', '215941.393000'], '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': [16137, 16593, 11669, 14491, 10426, 15645, 13520, 16787, 10617, 15006, 9755, 14140, 11497, 15577, 10030, 14324, 8230, 13393, 10536, 16317, 8214, 15795, 8534, 15628, 10818, 16791, 9177, 14674, 9450, 15078, 11027, 16461, 8729, 15032, 9398, 15012, 10640, 16225, 8990, 15411, 9150, 15983, 10423, 16217, 12934, 15871, 12899, 15847, 12794, 15252, 12825, 15666, 12249, 15027, 13050, 15820, 11942, 16831, 12080, 15054, 12779, 14690, 12375, 13233, 10546, 14057, 12379, 14411, 13233, 11337, 14533, 10528, 15380, 11753, 16039, 9670, 15443, 10956, 15059, 10530, 15822, 12595, 15723, 13043, 15014, 12327, 15855, 13168, 13439, 11192, 10788, 12056, 12268, 16011, 10349, 16226, 13283, 16048, 13201, 17117, 13295, 16622, 12115, 16034, 13493, 15656, 13025, 14514, 12488, 14947, 11384, 15393, 13174, 13991, 11897, 15184, 12928, 14638, 12567, 11472, 11266, 13266, 13604, 14775, 13992, 10869, 14560, 10774, 15414, 13490, 15927, 10247, 15523, 9088, 15474, 10030, 15701, 13233, 15923, 13151, 15648, 12499, 15809, 12938, 13096, 10929, 12238, 14508, 13774, 15248, 8863, 14455, 11598, 15381, 13071, 15247, 13691, 14508, 11286, 13469, 10988, 15790, 14088, 10977, 13722, 10549, 13924, 12091, 14684, 8387, 14298, 12317, 14687, 11774, 15148, 13103, 10177, 14480, 10541, 15197, 11762, 15321, 9508, 15220, 13057, 14561, 12440, 16004, 12331, 13412, 12124, 9769, 14093, 13266, 16488, 12792, 11427, 12435, 11875, 14745, 13306, 15369, 10330, 14055, 10396, 14845, 12130, 15229, 9963, 13457, 10140, 14551, 11341, 15218, 10178, 14337, 11064, 14586, 10465, 15087, 13565, 16579, 12923, 15308, 12460, 16606, 13127, 13560, 11529, 13189, 11307, 14217, 14005, 11804, 14430, 10453, 14101, 12345, 14245, 11961, 14265, 10365, 13203, 11748, 13994, 11758, 14799, 8629, 13893, 10777, 14215, 13211, 15374, 12958, 11144, 13522, 11783, 15134, 11515, 14855, 13535, 14491, 12703, 15044, 12440, 14512, 10773, 11543, 12107, 13375, 12775, 14187, 12695, 10664, 12846, 10826, 13738, 12664, 15022, 11165, 15187, 9913, 14411, 10673, 14954, 10093, 15220, 13635, 14708, 12945, 14972, 14034, 15325, 12232, 12160, 11430, 13779, 13350, 12001, 13604, 10405, 13700, 10555, 14100, 10559, 14475, 11238, 13587, 11939, 13937, 12836, 14457, 12722, 13652, 11839, 14524, 12106, 13049, 12671, 10749, 14316, 12622, 14310, 11814, 14712, 9712, 13781, 10443, 14203, 12153, 15173, 13121, 12598, 11108, 13634, 12320, 12834, 13947, 10292, 13703, 9961, 14829, 13172, 14131, 13189, 12468, 12155, 14315, 14145, 11256, 14336, 9735, 13835, 11971, 14455, 13756, 13609, 10995, 11442, 12450, 12762, 13797, 11085, 13616, 12690, 13454, 12490, 16225, 12374, 13918, 11747, 9918, 13092, 10738, 13897, 13928, 14344, 11774, 13312, 11452, 14808, 13889, 11724, 13372, 10611, 13585, 12469, 14810, 9134, 13339, 10646, 13279, 11383, 14153, 12790, 14173, 13597, 13822, 12864, 14233, 13336, 16369, 12113, 10606, 11201, 12694, 13990, 12170, 14439, 12437, 13884, 13062, 13897, 13742, 15528, 11508, 12075, 12105, 13228, 13561, 12312, 14552, 12934, 13212, 12870, 13938, 13657, 13379, 11113, 11925, 12448, 13887, 13706, 12164, 13879, 10570, 13446, 10732, 13893, 9397, 14445, 13439, 15481, 12826, 14348, 11897, 14414, 12545, 11159, 13222, 11820, 13140, 11569, 14730, 11893, 13132, 12453, 16328, 12597, 13390, 11624, 10224, 13004, 10313, 13733, 10023, 14951, 13261, 13383, 12973, 15039, 12825, 13525, 11465, 10493, 12559, 10964, 13459, 9134, 14370, 13265, 15079, 12337, 12757, 12286, 12698, 13946, 9342, 13570, 12662, 17147, 12300, 12649, 12607, 9590, 13347, 13553, 14681, 10923, 12481, 13029, 12443, 15543, 11837, 14755, 9846, 12660, 9562, 14837, 10335, 14872, 12695, 12767, 11522, 14125, 12864, 16893, 11951, 12563, 10469, 14280, 11816, 15839, 12835, 12380, 11912, 10089, 13166, 11484, 13972, 11573, 14357, 13673, 16621, 12501, 14477, 12386, 11060, 13420, 11108, 14098, 12433, 15465, 10581, 13248, 12965, 13295, 13386, 16024, 12414, 12034, 11313, 12284, 13366, 12230, 15074, 12115, 13794, 13234, 17136, 12488, 15448, 12103, 12160, 13065, 10412, 13216, 10319, 13994, 12630, 15473, 13079, 11378, 13475, 11944, 14058, 14000, 13345, 12410, 13165, 12770, 14577, 14349, 12266, 13167, 11234, 13466, 14596, 15267, 12607, 13016, 9888, 12877, 13519, 14691, 11282, 14118, 8898, 12718, 9731, 13834, 13108, 16650, 12684, 12731, 10463, 14799, 12012, 13727, 12650, 10420, 13100, 13021, 14230, 12772, 15200, 10296, 12907, 11871, 14919, 12815, 15063, 13176, 13545, 12016, 14553, 11507, 16528, 12059, 11012, 11300, 9524, 13135, 12447, 14908, 12867, 14656, 10042, 12357, 10405, 13958, 11358, 15543, 9187, 13797, 10388, 12883, 11387, 14428, 11886, 15058, 12495, 12413, 10678, 13537, 11334, 14399, 12104, 10303, 13578, 10275, 14899, 9045, 14677, 10723, 15103, 13621, 12166, 10745, 13743, 14246, 11232, 15070, 11435, 14166, 10907, 14857, 10409, 14902, 12577, 13892, 10508, 14562, 9887, 14917, 13161, 13598, 11429, 14143, 11639, 14624, 13917, 14266, 12450, 14367, 13285, 14696, 13696, 13865, 13100, 13852, 13418, 14573, 13260, 16040, 12904, 14154, 13765, 16896, 12507, 13759, 11337, 15630, 13002, 15252, 12712, 14867, 11317, 14990, 11352, 14717, 12692, 16551, 12450, 13228, 11515, 13953, 13100, 16620, 12645, 13081, 12024, 15733, 12284, 13639, 12101, 11398, 13333, 13900, 13942, 13410, 14506, 10873, 13549, 11881, 14265, 10146, 14637, 13761, 13395, 13335, 14399, 14085, 14251, 13623, 13164, 12649, 14291, 12751, 11026, 14043, 12914, 14464, 14565, 15046, 11193, 13593, 11396, 13842, 12523, 14887, 9697, 13402, 12887, 13261, 13992, 15164, 12804, 11340, 13533, 14277, 14340, 12307, 14174, 9950, 13490, 10729, 13607, 12010, 15073, 14063, 12802, 11828, 13586, 12236, 14578, 13595, 10709, 13343, 9519, 14783, 12367, 15421, 13275, 13327, 10702, 14719, 13085, 15524, 12935, 15868, 11233, 11610, 10403, 14336, 13130, 11519, 13384, 10293, 13762, 13532, 15961, 12540, 13779, 11385, 16125, 12656, 15048, 12632, 15865, 11785, 14145, 12431, 15439, 10740, 15358, 11442, 11639, 10387, 12971, 9230, 15443, 12994, 13888, 12860, 13382, 13150, 15658, 12363, 11096, 13255, 11226, 14500, 12737, 15586, 9390, 13764, 12807, 14239, 12658, 14962, 13480, 15722, 12200, 13047, 11153, 14888, 13140, 11112, 12896, 10838, 13564, 10572, 15296, 13693, 16181, 12995, 15934, 12396, 17493, 12213, 11883, 10437, 13219, 11614, 15187, 12481, 11411, 12664, 11227, 12999, 13148, 14618, 9028, 14279, 13568, 16537, 12167, 15378, 12124, 13042, 12462, 10088, 13417, 12699, 14947, 13800, 16108, 10579, 11838, 9828, 12857, 11954, 14815, 11770, 14895, 8983, 11922, 8686, 13229, 8821, 14176, 11309, 14891, 13882, 15347, 12192, 16619, 12374, 15965, 12056, 12187, 12403, 9361, 13333, 11550, 14515, 12150, 15760, 10459, 13204, 12795, 14119, 13335, 16942, 12431, 12295, 11487, 12076, 13449, 14077, 14993, 11261, 14927, 10301, 12885, 12376, 14348, 12950, 15581, 13493, 12208, 10615, 13113, 12404, 15020, 14515, 10817, 13446, 9698, 13021, 12863, 14250, 14056, 14107, 11948, 12382, 12977, 14845, 14544, 12073, 14297, 9926, 12991, 9584, 14241, 12065, 14994, 13787, 13763, 12048, 13359, 12276, 14438, 14553, 10672, 13307, 10559, 14923, 14002, 17051, 13215, 12232, 10750, 14441, 12188, 13249, 13546, 10771, 13325, 10680, 14618, 10176, 15549, 14124, 13219, 12944, 13882, 13316, 15337, 13322, 14060, 10878, 11315, 12144, 12059, 14156, 11613, 14860, 13963, 14338, 13285, 14757, 14297, 15765, 13530, 13047, 11932, 14630, 12611, 17210, 12794, 12154, 11329, 12899, 12849, 14060, 12980, 14011, 13073, 9727, 13821, 10893, 13984, 11727, 14621, 13612, 14557, 13396, 17185, 13218, 16573, 12668, 12006, 12964, 11241, 14233, 14031, 14568, 11791, 14189, 9692, 13218, 9934, 14209, 10353, 15261, 14383, 16313, 12816, 16728, 13047, 14826, 12743, 10518, 13571, 10682, 13899, 10691, 15299, 13433, 15365, 13645, 14323, 11496, 15252, 13951, 10733, 13550, 11339, 13321, 13823, 16990, 12400, 11182, 13110, 9819, 13707, 12205, 15794, 10101, 14004, 13919, 14102, 13809, 15619, 13103, 12806, 10523, 12641, 13231, 13642, 15088, 8962, 14014, 13511, 14485, 12936, 14507, 13168, 10627, 14399, 12363, 14235, 13789, 14647, 11863, 10374, 13216, 9910, 14680, 13558, 13017, 12614, 10597, 13642, 9288, 15552, 14107, 12814, 11292, 13361, 13395, 13115, 14519, 9311, 14127, 13157, 17460, 12496, 13881, 13462, 10042, 13884, 12247, 14603, 13433, 13976, 12823, 10653, 13652, 10019, 14928, 13410, 13356, 10913, 11157, 13061, 9176, 14988, 13737, 13237, 10541, 13690, 14232, 8950, 13952, 13516, 13542, 12573, 16803, 11918, 13205, 11834, 10119, 13529, 10966, 14689, 12168, 13942, 13269, 13826, 13300, 15799, 11345, 11564, 11973, 10457, 12947, 9162, 14384, 14078, 12091, 10414, 13546, 14892, 13168, 14774, 11779, 8993, 13998, 12376, 14969, 13875, 14124, 11597, 10850, 13055, 15479, 14523, 13324, 12840, 9477, 11657, 10108, 14288, 10072, 16786, 12263, 15752, 11639, 9676, 10313, 9866, 10852, 14974, 11118, 17295, 11309, 15904, 11771, 16975, 10498, 14763, 10722, 15673, 9852, 16741, 10007, 15149, 7394, 11706, 8431, 12970, 9305, 13937, 8038, 14133], 'WindowCenter': [3818.0, 3806.0, 3780.0, 3790.0, 3755.0, 3788.0, 3766.0, 3788.0, 3755.0, 3773.0, 3741.0, 3763.0, 3752.0, 3774.0, 3742.0, 3763.0, 3731.0, 3763.0, 3753.0, 3775.0, 3733.0, 3773.0, 3731.0, 3774.0, 3753.0, 3774.0, 3743.0, 3772.0, 3742.0, 3775.0, 3753.0, 3775.0, 3742.0, 3774.0, 3743.0, 3775.0, 3754.0, 3774.0, 3743.0, 3774.0, 3743.0, 3775.0, 3753.0, 3774.0, 3764.0, 3772.0, 3764.0, 3774.0, 3763.0, 3773.0, 3762.0, 3773.0, 3764.0, 3772.0, 3764.0, 3773.0, 3765.0, 3774.0, 3764.0, 3773.0, 3764.0, 3773.0, 3764.0, 3763.0, 3752.0, 3762.0, 3764.0, 3774.0, 3764.0, 3753.0, 3774.0, 3753.0, 3773.0, 3764.0, 3775.0, 3742.0, 3772.0, 3754.0, 3773.0, 3754.0, 3775.0, 3765.0, 3773.0, 3765.0, 3772.0, 3763.0, 3772.0, 3763.0, 3763.0, 3753.0, 3753.0, 3764.0, 3763.0, 3785.0, 3754.0, 3785.0, 3775.0, 3785.0, 3777.0, 3786.0, 3777.0, 3785.0, 3764.0, 3774.0, 3775.0, 3774.0, 3764.0, 3772.0, 3763.0, 3772.0, 3752.0, 3773.0, 3762.0, 3772.0, 3764.0, 3774.0, 3763.0, 3774.0, 3764.0, 3764.0, 3762.0, 3764.0, 3776.0, 3773.0, 3775.0, 3751.0, 3776.0, 3763.0, 3775.0, 3773.0, 3775.0, 3752.0, 3775.0, 3743.0, 3774.0, 3754.0, 3774.0, 3776.0, 3784.0, 3776.0, 3785.0, 3777.0, 3774.0, 3765.0, 3775.0, 3754.0, 3762.0, 3775.0, 3774.0, 3775.0, 3743.0, 3772.0, 3764.0, 3773.0, 3775.0, 3774.0, 3775.0, 3772.0, 3763.0, 3762.0, 3754.0, 3773.0, 3764.0, 3753.0, 3763.0, 3752.0, 3762.0, 3751.0, 3773.0, 3731.0, 3761.0, 3763.0, 3771.0, 3762.0, 3774.0, 3763.0, 3753.0, 3774.0, 3753.0, 3772.0, 3763.0, 3774.0, 3742.0, 3773.0, 3762.0, 3771.0, 3764.0, 3775.0, 3764.0, 3761.0, 3763.0, 3753.0, 3774.0, 3776.0, 3785.0, 3776.0, 3766.0, 3776.0, 3765.0, 3776.0, 3775.0, 3776.0, 3754.0, 3775.0, 3752.0, 3775.0, 3763.0, 3775.0, 3753.0, 3763.0, 3752.0, 3774.0, 3753.0, 3774.0, 3753.0, 3773.0, 3752.0, 3773.0, 3753.0, 3772.0, 3774.0, 3773.0, 3774.0, 3772.0, 3765.0, 3785.0, 3764.0, 3762.0, 3764.0, 3762.0, 3754.0, 3763.0, 3763.0, 3752.0, 3763.0, 3752.0, 3763.0, 3762.0, 3764.0, 3751.0, 3762.0, 3740.0, 3762.0, 3751.0, 3761.0, 3752.0, 3763.0, 3740.0, 3761.0, 3753.0, 3773.0, 3775.0, 3774.0, 3765.0, 3765.0, 3775.0, 3764.0, 3787.0, 3764.0, 3775.0, 3776.0, 3773.0, 3765.0, 3774.0, 3765.0, 3774.0, 3753.0, 3763.0, 3765.0, 3760.0, 3765.0, 3774.0, 3763.0, 3751.0, 3764.0, 3752.0, 3774.0, 3762.0, 3775.0, 3764.0, 3774.0, 3754.0, 3774.0, 3754.0, 3775.0, 3754.0, 3773.0, 3775.0, 3773.0, 3775.0, 3774.0, 3774.0, 3774.0, 3765.0, 3763.0, 3764.0, 3775.0, 3775.0, 3762.0, 3775.0, 3764.0, 3775.0, 3752.0, 3773.0, 3753.0, 3774.0, 3764.0, 3761.0, 3762.0, 3772.0, 3765.0, 3773.0, 3763.0, 3773.0, 3763.0, 3772.0, 3764.0, 3774.0, 3764.0, 3763.0, 3774.0, 3763.0, 3775.0, 3763.0, 3773.0, 3754.0, 3773.0, 3753.0, 3774.0, 3763.0, 3773.0, 3775.0, 3763.0, 3764.0, 3774.0, 3764.0, 3764.0, 3773.0, 3754.0, 3774.0, 3754.0, 3774.0, 3775.0, 3776.0, 3777.0, 3775.0, 3776.0, 3775.0, 3776.0, 3765.0, 3773.0, 3755.0, 3775.0, 3765.0, 3775.0, 3776.0, 3773.0, 3764.0, 3764.0, 3763.0, 3764.0, 3775.0, 3763.0, 3773.0, 3775.0, 3773.0, 3775.0, 3786.0, 3765.0, 3774.0, 3764.0, 3754.0, 3774.0, 3763.0, 3774.0, 3775.0, 3775.0, 3765.0, 3774.0, 3765.0, 3785.0, 3775.0, 3764.0, 3774.0, 3753.0, 3775.0, 3763.0, 3775.0, 3754.0, 3773.0, 3764.0, 3761.0, 3764.0, 3774.0, 3764.0, 3773.0, 3774.0, 3773.0, 3773.0, 3773.0, 3774.0, 3774.0, 3764.0, 3752.0, 3764.0, 3763.0, 3775.0, 3763.0, 3775.0, 3775.0, 3773.0, 3775.0, 3775.0, 3776.0, 3785.0, 3765.0, 3764.0, 3764.0, 3774.0, 3775.0, 3763.0, 3774.0, 3776.0, 3773.0, 3776.0, 3775.0, 3775.0, 3774.0, 3765.0, 3763.0, 3763.0, 3775.0, 3776.0, 3762.0, 3774.0, 3764.0, 3775.0, 3764.0, 3775.0, 3743.0, 3775.0, 3776.0, 3773.0, 3776.0, 3774.0, 3764.0, 3774.0, 3765.0, 3764.0, 3775.0, 3762.0, 3773.0, 3763.0, 3774.0, 3763.0, 3772.0, 3774.0, 3784.0, 3775.0, 3775.0, 3765.0, 3765.0, 3774.0, 3753.0, 3776.0, 3755.0, 3774.0, 3775.0, 3773.0, 3775.0, 3772.0, 3775.0, 3773.0, 3764.0, 3754.0, 3765.0, 3763.0, 3775.0, 3754.0, 3774.0, 3776.0, 3786.0, 3776.0, 3775.0, 3766.0, 3775.0, 3776.0, 3755.0, 3774.0, 3777.0, 3787.0, 3766.0, 3775.0, 3776.0, 3753.0, 3775.0, 3778.0, 3786.0, 3766.0, 3775.0, 3776.0, 3774.0, 3785.0, 3764.0, 3775.0, 3752.0, 3764.0, 3753.0, 3775.0, 3752.0, 3772.0, 3762.0, 3761.0, 3763.0, 3773.0, 3763.0, 3783.0, 3764.0, 3762.0, 3754.0, 3773.0, 3763.0, 3773.0, 3764.0, 3762.0, 3763.0, 3752.0, 3763.0, 3763.0, 3775.0, 3764.0, 3774.0, 3774.0, 3785.0, 3776.0, 3774.0, 3765.0, 3764.0, 3775.0, 3764.0, 3777.0, 3764.0, 3774.0, 3752.0, 3761.0, 3774.0, 3762.0, 3774.0, 3773.0, 3764.0, 3764.0, 3764.0, 3763.0, 3775.0, 3763.0, 3774.0, 3764.0, 3773.0, 3774.0, 3784.0, 3776.0, 3774.0, 3764.0, 3764.0, 3775.0, 3764.0, 3775.0, 3753.0, 3775.0, 3765.0, 3774.0, 3775.0, 3765.0, 3776.0, 3776.0, 3787.0, 3789.0, 3788.0, 3777.0, 3774.0, 3778.0, 3787.0, 3777.0, 3765.0, 3776.0, 3764.0, 3776.0, 3775.0, 3776.0, 3763.0, 3764.0, 3753.0, 3764.0, 3763.0, 3773.0, 3753.0, 3774.0, 3742.0, 3763.0, 3741.0, 3772.0, 3775.0, 3786.0, 3774.0, 3774.0, 3753.0, 3774.0, 3765.0, 3774.0, 3764.0, 3753.0, 3775.0, 3762.0, 3775.0, 3764.0, 3774.0, 3754.0, 3776.0, 3762.0, 3775.0, 3765.0, 3762.0, 3763.0, 3760.0, 3764.0, 3762.0, 3763.0, 3773.0, 3763.0, 3752.0, 3752.0, 3742.0, 3763.0, 3762.0, 3774.0, 3762.0, 3763.0, 3741.0, 3762.0, 3751.0, 3762.0, 3751.0, 3773.0, 3729.0, 3761.0, 3740.0, 3750.0, 3751.0, 3761.0, 3752.0, 3771.0, 3762.0, 3761.0, 3753.0, 3763.0, 3763.0, 3773.0, 3764.0, 3753.0, 3774.0, 3753.0, 3774.0, 3743.0, 3776.0, 3754.0, 3774.0, 3774.0, 3763.0, 3764.0, 3774.0, 3776.0, 3764.0, 3786.0, 3765.0, 3775.0, 3764.0, 3776.0, 3763.0, 3786.0, 3776.0, 3775.0, 3764.0, 3776.0, 3753.0, 3773.0, 3776.0, 3774.0, 3764.0, 3774.0, 3764.0, 3774.0, 3777.0, 3773.0, 3764.0, 3775.0, 3775.0, 3774.0, 3775.0, 3772.0, 3774.0, 3773.0, 3775.0, 3773.0, 3776.0, 3785.0, 3774.0, 3773.0, 3775.0, 3784.0, 3764.0, 3773.0, 3765.0, 3773.0, 3774.0, 3773.0, 3764.0, 3772.0, 3753.0, 3772.0, 3753.0, 3772.0, 3763.0, 3773.0, 3763.0, 3761.0, 3762.0, 3772.0, 3765.0, 3775.0, 3764.0, 3762.0, 3763.0, 3774.0, 3764.0, 3773.0, 3765.0, 3764.0, 3774.0, 3773.0, 3776.0, 3774.0, 3776.0, 3766.0, 3775.0, 3764.0, 3776.0, 3766.0, 3785.0, 3776.0, 3774.0, 3777.0, 3775.0, 3777.0, 3776.0, 3776.0, 3775.0, 3776.0, 3775.0, 3777.0, 3764.0, 3776.0, 3773.0, 3777.0, 3775.0, 3776.0, 3764.0, 3776.0, 3764.0, 3776.0, 3763.0, 3775.0, 3753.0, 3774.0, 3776.0, 3775.0, 3777.0, 3787.0, 3777.0, 3764.0, 3776.0, 3776.0, 3777.0, 3766.0, 3776.0, 3754.0, 3776.0, 3766.0, 3775.0, 3766.0, 3774.0, 3776.0, 3775.0, 3777.0, 3776.0, 3777.0, 3787.0, 3776.0, 3764.0, 3776.0, 3755.0, 3775.0, 3766.0, 3774.0, 3775.0, 3776.0, 3766.0, 3773.0, 3775.0, 3774.0, 3763.0, 3773.0, 3764.0, 3752.0, 3754.0, 3774.0, 3764.0, 3763.0, 3763.0, 3751.0, 3773.0, 3776.0, 3786.0, 3777.0, 3776.0, 3766.0, 3786.0, 3776.0, 3774.0, 3766.0, 3785.0, 3764.0, 3773.0, 3763.0, 3774.0, 3752.0, 3773.0, 3752.0, 3750.0, 3752.0, 3762.0, 3742.0, 3772.0, 3763.0, 3761.0, 3764.0, 3761.0, 3775.0, 3774.0, 3778.0, 3766.0, 3775.0, 3753.0, 3775.0, 3764.0, 3775.0, 3742.0, 3772.0, 3763.0, 3773.0, 3763.0, 3774.0, 3764.0, 3774.0, 3764.0, 3763.0, 3765.0, 3774.0, 3762.0, 3763.0, 3763.0, 3753.0, 3774.0, 3754.0, 3773.0, 3775.0, 3784.0, 3774.0, 3774.0, 3764.0, 3783.0, 3764.0, 3763.0, 3753.0, 3762.0, 3764.0, 3773.0, 3763.0, 3764.0, 3763.0, 3751.0, 3763.0, 3763.0, 3775.0, 3743.0, 3774.0, 3776.0, 3784.0, 3765.0, 3774.0, 3765.0, 3762.0, 3764.0, 3752.0, 3776.0, 3763.0, 3775.0, 3763.0, 3775.0, 3752.0, 3752.0, 3740.0, 3763.0, 3750.0, 3762.0, 3750.0, 3762.0, 3740.0, 3752.0, 3731.0, 3762.0, 3741.0, 3774.0, 3752.0, 3772.0, 3774.0, 3773.0, 3764.0, 3773.0, 3764.0, 3773.0, 3764.0, 3762.0, 3764.0, 3743.0, 3764.0, 3754.0, 3775.0, 3762.0, 3775.0, 3753.0, 3763.0, 3763.0, 3774.0, 3775.0, 3785.0, 3765.0, 3762.0, 3765.0, 3763.0, 3764.0, 3763.0, 3776.0, 3753.0, 3774.0, 3754.0, 3775.0, 3776.0, 3775.0, 3765.0, 3773.0, 3764.0, 3763.0, 3755.0, 3763.0, 3764.0, 3775.0, 3765.0, 3753.0, 3764.0, 3743.0, 3763.0, 3765.0, 3774.0, 3776.0, 3775.0, 3765.0, 3765.0, 3764.0, 3774.0, 3776.0, 3765.0, 3775.0, 3753.0, 3764.0, 3743.0, 3774.0, 3765.0, 3774.0, 3776.0, 3776.0, 3766.0, 3763.0, 3766.0, 3774.0, 3776.0, 3754.0, 3764.0, 3754.0, 3775.0, 3776.0, 3785.0, 3764.0, 3764.0, 3753.0, 3775.0, 3765.0, 3764.0, 3764.0, 3753.0, 3764.0, 3753.0, 3775.0, 3742.0, 3774.0, 3765.0, 3761.0, 3764.0, 3761.0, 3764.0, 3762.0, 3763.0, 3761.0, 3752.0, 3752.0, 3763.0, 3763.0, 3775.0, 3764.0, 3775.0, 3776.0, 3774.0, 3776.0, 3775.0, 3776.0, 3775.0, 3776.0, 3762.0, 3765.0, 3774.0, 3765.0, 3786.0, 3765.0, 3763.0, 3754.0, 3764.0, 3764.0, 3763.0, 3763.0, 3762.0, 3764.0, 3743.0, 3775.0, 3753.0, 3775.0, 3763.0, 3775.0, 3776.0, 3774.0, 3776.0, 3784.0, 3776.0, 3786.0, 3766.0, 3764.0, 3765.0, 3764.0, 3775.0, 3775.0, 3777.0, 3763.0, 3775.0, 3754.0, 3764.0, 3753.0, 3775.0, 3753.0, 3774.0, 3774.0, 3773.0, 3765.0, 3786.0, 3776.0, 3775.0, 3766.0, 3753.0, 3776.0, 3765.0, 3776.0, 3754.0, 3776.0, 3777.0, 3775.0, 3776.0, 3774.0, 3765.0, 3774.0, 3775.0, 3754.0, 3775.0, 3764.0, 3763.0, 3776.0, 3785.0, 3765.0, 3765.0, 3776.0, 3754.0, 3776.0, 3764.0, 3788.0, 3753.0, 3773.0, 3775.0, 3773.0, 3774.0, 3774.0, 3764.0, 3763.0, 3753.0, 3763.0, 3762.0, 3763.0, 3774.0, 3741.0, 3772.0, 3773.0, 3774.0, 3765.0, 3773.0, 3775.0, 3765.0, 3775.0, 3765.0, 3775.0, 3777.0, 3776.0, 3764.0, 3753.0, 3764.0, 3754.0, 3775.0, 3776.0, 3763.0, 3762.0, 3753.0, 3774.0, 3743.0, 3774.0, 3776.0, 3763.0, 3754.0, 3762.0, 3766.0, 3763.0, 3775.0, 3743.0, 3773.0, 3764.0, 3785.0, 3765.0, 3774.0, 3764.0, 3752.0, 3774.0, 3764.0, 3775.0, 3765.0, 3774.0, 3764.0, 3751.0, 3774.0, 3754.0, 3773.0, 3766.0, 3774.0, 3754.0, 3753.0, 3765.0, 3743.0, 3774.0, 3776.0, 3763.0, 3751.0, 3764.0, 3764.0, 3730.0, 3763.0, 3764.0, 3762.0, 3765.0, 3774.0, 3765.0, 3763.0, 3764.0, 3753.0, 3764.0, 3752.0, 3773.0, 3764.0, 3762.0, 3764.0, 3762.0, 3765.0, 3774.0, 3753.0, 3753.0, 3753.0, 3752.0, 3764.0, 3743.0, 3775.0, 3777.0, 3765.0, 3767.0, 3777.0, 3776.0, 3776.0, 3787.0, 3778.0, 3758.0, 3777.0, 3778.0, 3788.0, 3781.0, 3765.0, 3765.0, 3755.0, 3766.0, 3764.0, 3763.0, 3751.0, 3752.0, 3730.0, 3740.0, 3730.0, 3763.0, 3731.0, 3763.0, 3752.0, 3762.0, 3752.0, 3743.0, 3755.0, 3743.0, 3754.0, 3762.0, 3753.0, 3773.0, 3753.0, 3762.0, 3752.0, 3773.0, 3740.0, 3747.0, 3728.0, 3747.0, 3716.0, 3747.0, 3715.0, 3746.0, 3694.0, 3725.0, 3703.0, 3735.0, 3714.0, 3746.0, 3704.0, 3746.0], 'WindowWidth': [8556.0, 8532.0, 8485.0, 8495.0, 8442.0, 8490.0, 8457.0, 8492.0, 8441.0, 8463.0, 8415.0, 8448.0, 8430.0, 8465.0, 8419.0, 8448.0, 8404.0, 8448.0, 8434.0, 8467.0, 8408.0, 8462.0, 8403.0, 8466.0, 8434.0, 8466.0, 8423.0, 8459.0, 8418.0, 8467.0, 8436.0, 8467.0, 8420.0, 8465.0, 8422.0, 8469.0, 8439.0, 8465.0, 8423.0, 8466.0, 8424.0, 8469.0, 8437.0, 8466.0, 8453.0, 8461.0, 8453.0, 8466.0, 8452.0, 8463.0, 8449.0, 8464.0, 8452.0, 8459.0, 8453.0, 8464.0, 8454.0, 8465.0, 8452.0, 8462.0, 8454.0, 8463.0, 8452.0, 8448.0, 8434.0, 8447.0, 8454.0, 8465.0, 8453.0, 8435.0, 8467.0, 8435.0, 8465.0, 8450.0, 8470.0, 8420.0, 8462.0, 8439.0, 8463.0, 8439.0, 8469.0, 8453.0, 8463.0, 8454.0, 8460.0, 8449.0, 8460.0, 8451.0, 8449.0, 8436.0, 8434.0, 8452.0, 8450.0, 8486.0, 8442.0, 8483.0, 8471.0, 8482.0, 8476.0, 8489.0, 8475.0, 8485.0, 8454.0, 8467.0, 8470.0, 8465.0, 8453.0, 8459.0, 8449.0, 8460.0, 8433.0, 8461.0, 8447.0, 8460.0, 8451.0, 8465.0, 8452.0, 8466.0, 8454.0, 8451.0, 8449.0, 8452.0, 8473.0, 8465.0, 8468.0, 8432.0, 8472.0, 8449.0, 8470.0, 8463.0, 8470.0, 8435.0, 8468.0, 8424.0, 8467.0, 8438.0, 8467.0, 8471.0, 8482.0, 8471.0, 8482.0, 8475.0, 8469.0, 8456.0, 8468.0, 8439.0, 8446.0, 8469.0, 8465.0, 8472.0, 8425.0, 8461.0, 8452.0, 8464.0, 8470.0, 8466.0, 8469.0, 8462.0, 8450.0, 8446.0, 8440.0, 8464.0, 8452.0, 8434.0, 8448.0, 8432.0, 8447.0, 8429.0, 8464.0, 8402.0, 8443.0, 8448.0, 8457.0, 8448.0, 8465.0, 8449.0, 8435.0, 8465.0, 8434.0, 8464.0, 8448.0, 8467.0, 8419.0, 8463.0, 8448.0, 8458.0, 8453.0, 8471.0, 8452.0, 8445.0, 8449.0, 8435.0, 8465.0, 8470.0, 8483.0, 8471.0, 8458.0, 8471.0, 8454.0, 8474.0, 8467.0, 8474.0, 8441.0, 8468.0, 8434.0, 8470.0, 8449.0, 8468.0, 8436.0, 8448.0, 8431.0, 8466.0, 8434.0, 8465.0, 8436.0, 8463.0, 8434.0, 8464.0, 8436.0, 8462.0, 8467.0, 8465.0, 8467.0, 8462.0, 8456.0, 8483.0, 8454.0, 8447.0, 8454.0, 8446.0, 8439.0, 8448.0, 8451.0, 8432.0, 8450.0, 8434.0, 8449.0, 8443.0, 8453.0, 8429.0, 8448.0, 8414.0, 8446.0, 8430.0, 8447.0, 8432.0, 8451.0, 8416.0, 8445.0, 8436.0, 8464.0, 8470.0, 8468.0, 8457.0, 8455.0, 8470.0, 8453.0, 8489.0, 8453.0, 8470.0, 8472.0, 8465.0, 8455.0, 8469.0, 8456.0, 8465.0, 8438.0, 8447.0, 8454.0, 8443.0, 8455.0, 8464.0, 8450.0, 8430.0, 8452.0, 8434.0, 8468.0, 8447.0, 8471.0, 8452.0, 8469.0, 8439.0, 8468.0, 8439.0, 8471.0, 8441.0, 8466.0, 8470.0, 8465.0, 8470.0, 8468.0, 8469.0, 8469.0, 8456.0, 8450.0, 8454.0, 8468.0, 8471.0, 8447.0, 8470.0, 8454.0, 8469.0, 8435.0, 8467.0, 8437.0, 8466.0, 8452.0, 8446.0, 8449.0, 8459.0, 8456.0, 8465.0, 8453.0, 8464.0, 8451.0, 8462.0, 8455.0, 8464.0, 8455.0, 8451.0, 8468.0, 8450.0, 8472.0, 8450.0, 8466.0, 8439.0, 8463.0, 8439.0, 8466.0, 8453.0, 8466.0, 8470.0, 8450.0, 8454.0, 8466.0, 8454.0, 8451.0, 8466.0, 8440.0, 8469.0, 8440.0, 8469.0, 8471.0, 8474.0, 8476.0, 8469.0, 8474.0, 8469.0, 8476.0, 8456.0, 8466.0, 8444.0, 8471.0, 8459.0, 8469.0, 8472.0, 8465.0, 8453.0, 8453.0, 8452.0, 8452.0, 8472.0, 8451.0, 8466.0, 8470.0, 8465.0, 8472.0, 8488.0, 8458.0, 8466.0, 8453.0, 8440.0, 8468.0, 8453.0, 8468.0, 8472.0, 8471.0, 8458.0, 8468.0, 8459.0, 8485.0, 8471.0, 8453.0, 8468.0, 8438.0, 8471.0, 8450.0, 8472.0, 8439.0, 8464.0, 8454.0, 8447.0, 8454.0, 8466.0, 8455.0, 8465.0, 8467.0, 8464.0, 8465.0, 8464.0, 8467.0, 8467.0, 8455.0, 8433.0, 8453.0, 8450.0, 8473.0, 8452.0, 8469.0, 8470.0, 8464.0, 8469.0, 8469.0, 8475.0, 8483.0, 8456.0, 8451.0, 8455.0, 8465.0, 8471.0, 8452.0, 8467.0, 8471.0, 8465.0, 8473.0, 8469.0, 8471.0, 8467.0, 8457.0, 8450.0, 8454.0, 8469.0, 8473.0, 8448.0, 8469.0, 8453.0, 8470.0, 8454.0, 8472.0, 8424.0, 8469.0, 8473.0, 8466.0, 8472.0, 8468.0, 8456.0, 8466.0, 8456.0, 8452.0, 8469.0, 8448.0, 8467.0, 8451.0, 8466.0, 8453.0, 8462.0, 8468.0, 8481.0, 8473.0, 8469.0, 8457.0, 8455.0, 8469.0, 8439.0, 8475.0, 8444.0, 8468.0, 8470.0, 8465.0, 8470.0, 8463.0, 8469.0, 8464.0, 8454.0, 8439.0, 8457.0, 8450.0, 8472.0, 8441.0, 8469.0, 8473.0, 8485.0, 8473.0, 8470.0, 8461.0, 8470.0, 8474.0, 8445.0, 8469.0, 8475.0, 8491.0, 8460.0, 8470.0, 8472.0, 8440.0, 8472.0, 8480.0, 8488.0, 8461.0, 8471.0, 8475.0, 8468.0, 8488.0, 8453.0, 8469.0, 8434.0, 8451.0, 8437.0, 8469.0, 8433.0, 8460.0, 8448.0, 8444.0, 8450.0, 8462.0, 8450.0, 8479.0, 8452.0, 8448.0, 8438.0, 8462.0, 8452.0, 8463.0, 8451.0, 8446.0, 8449.0, 8432.0, 8451.0, 8450.0, 8470.0, 8454.0, 8467.0, 8468.0, 8485.0, 8474.0, 8469.0, 8457.0, 8451.0, 8470.0, 8452.0, 8477.0, 8452.0, 8468.0, 8434.0, 8445.0, 8465.0, 8448.0, 8467.0, 8466.0, 8454.0, 8451.0, 8452.0, 8449.0, 8471.0, 8450.0, 8467.0, 8454.0, 8465.0, 8467.0, 8481.0, 8471.0, 8467.0, 8454.0, 8450.0, 8468.0, 8451.0, 8468.0, 8437.0, 8470.0, 8456.0, 8468.0, 8469.0, 8455.0, 8475.0, 8473.0, 8490.0, 8494.0, 8493.0, 8479.0, 8469.0, 8479.0, 8489.0, 8477.0, 8455.0, 8472.0, 8452.0, 8472.0, 8467.0, 8472.0, 8448.0, 8453.0, 8435.0, 8452.0, 8449.0, 8466.0, 8435.0, 8466.0, 8421.0, 8450.0, 8419.0, 8461.0, 8468.0, 8486.0, 8467.0, 8467.0, 8439.0, 8468.0, 8456.0, 8466.0, 8454.0, 8435.0, 8467.0, 8448.0, 8471.0, 8450.0, 8468.0, 8441.0, 8470.0, 8449.0, 8467.0, 8455.0, 8446.0, 8449.0, 8441.0, 8450.0, 8446.0, 8450.0, 8464.0, 8449.0, 8431.0, 8431.0, 8417.0, 8448.0, 8445.0, 8467.0, 8445.0, 8449.0, 8417.0, 8445.0, 8429.0, 8447.0, 8427.0, 8462.0, 8397.0, 8443.0, 8413.0, 8427.0, 8429.0, 8445.0, 8433.0, 8458.0, 8447.0, 8444.0, 8436.0, 8449.0, 8449.0, 8462.0, 8450.0, 8436.0, 8465.0, 8437.0, 8467.0, 8424.0, 8472.0, 8439.0, 8466.0, 8466.0, 8451.0, 8452.0, 8466.0, 8475.0, 8454.0, 8487.0, 8457.0, 8472.0, 8454.0, 8475.0, 8452.0, 8485.0, 8472.0, 8469.0, 8453.0, 8474.0, 8438.0, 8466.0, 8471.0, 8468.0, 8454.0, 8469.0, 8454.0, 8466.0, 8475.0, 8465.0, 8454.0, 8469.0, 8469.0, 8467.0, 8471.0, 8462.0, 8466.0, 8463.0, 8471.0, 8465.0, 8471.0, 8483.0, 8468.0, 8464.0, 8471.0, 8482.0, 8453.0, 8464.0, 8455.0, 8465.0, 8467.0, 8464.0, 8451.0, 8461.0, 8436.0, 8460.0, 8436.0, 8460.0, 8449.0, 8462.0, 8450.0, 8446.0, 8448.0, 8460.0, 8455.0, 8469.0, 8454.0, 8448.0, 8451.0, 8466.0, 8454.0, 8463.0, 8455.0, 8451.0, 8468.0, 8465.0, 8473.0, 8466.0, 8473.0, 8460.0, 8471.0, 8456.0, 8475.0, 8458.0, 8484.0, 8473.0, 8467.0, 8475.0, 8472.0, 8477.0, 8474.0, 8475.0, 8470.0, 8475.0, 8470.0, 8474.0, 8452.0, 8473.0, 8464.0, 8476.0, 8468.0, 8473.0, 8453.0, 8472.0, 8452.0, 8472.0, 8450.0, 8472.0, 8437.0, 8467.0, 8474.0, 8470.0, 8476.0, 8490.0, 8476.0, 8454.0, 8475.0, 8471.0, 8476.0, 8457.0, 8475.0, 8442.0, 8472.0, 8458.0, 8472.0, 8460.0, 8468.0, 8474.0, 8469.0, 8476.0, 8471.0, 8475.0, 8486.0, 8473.0, 8455.0, 8472.0, 8443.0, 8471.0, 8457.0, 8466.0, 8469.0, 8471.0, 8457.0, 8465.0, 8469.0, 8465.0, 8449.0, 8463.0, 8451.0, 8432.0, 8439.0, 8466.0, 8453.0, 8449.0, 8451.0, 8433.0, 8465.0, 8472.0, 8487.0, 8474.0, 8473.0, 8459.0, 8487.0, 8473.0, 8469.0, 8458.0, 8483.0, 8454.0, 8463.0, 8450.0, 8466.0, 8433.0, 8460.0, 8432.0, 8428.0, 8433.0, 8447.0, 8420.0, 8459.0, 8450.0, 8445.0, 8451.0, 8445.0, 8467.0, 8467.0, 8478.0, 8458.0, 8470.0, 8435.0, 8471.0, 8450.0, 8469.0, 8420.0, 8460.0, 8450.0, 8463.0, 8451.0, 8465.0, 8453.0, 8467.0, 8452.0, 8449.0, 8454.0, 8466.0, 8449.0, 8449.0, 8450.0, 8436.0, 8467.0, 8441.0, 8465.0, 8471.0, 8483.0, 8466.0, 8466.0, 8454.0, 8480.0, 8451.0, 8448.0, 8436.0, 8445.0, 8453.0, 8464.0, 8450.0, 8450.0, 8450.0, 8430.0, 8451.0, 8448.0, 8469.0, 8422.0, 8466.0, 8470.0, 8480.0, 8456.0, 8466.0, 8454.0, 8447.0, 8453.0, 8433.0, 8472.0, 8449.0, 8470.0, 8447.0, 8469.0, 8431.0, 8430.0, 8413.0, 8446.0, 8424.0, 8446.0, 8426.0, 8445.0, 8413.0, 8431.0, 8403.0, 8446.0, 8416.0, 8465.0, 8433.0, 8459.0, 8466.0, 8464.0, 8452.0, 8465.0, 8452.0, 8463.0, 8454.0, 8447.0, 8451.0, 8421.0, 8453.0, 8436.0, 8470.0, 8446.0, 8469.0, 8436.0, 8450.0, 8451.0, 8465.0, 8469.0, 8483.0, 8455.0, 8447.0, 8453.0, 8448.0, 8452.0, 8449.0, 8471.0, 8434.0, 8466.0, 8438.0, 8471.0, 8471.0, 8468.0, 8453.0, 8462.0, 8451.0, 8449.0, 8439.0, 8446.0, 8452.0, 8465.0, 8455.0, 8433.0, 8451.0, 8422.0, 8448.0, 8454.0, 8465.0, 8472.0, 8468.0, 8455.0, 8454.0, 8453.0, 8465.0, 8471.0, 8452.0, 8469.0, 8436.0, 8451.0, 8422.0, 8467.0, 8453.0, 8466.0, 8470.0, 8469.0, 8457.0, 8450.0, 8458.0, 8465.0, 8470.0, 8438.0, 8452.0, 8438.0, 8468.0, 8470.0, 8483.0, 8453.0, 8452.0, 8437.0, 8466.0, 8454.0, 8451.0, 8454.0, 8435.0, 8452.0, 8434.0, 8470.0, 8418.0, 8463.0, 8452.0, 8443.0, 8450.0, 8444.0, 8450.0, 8447.0, 8449.0, 8444.0, 8433.0, 8432.0, 8448.0, 8447.0, 8470.0, 8452.0, 8468.0, 8470.0, 8465.0, 8470.0, 8469.0, 8472.0, 8469.0, 8471.0, 8448.0, 8455.0, 8466.0, 8456.0, 8484.0, 8454.0, 8448.0, 8437.0, 8449.0, 8452.0, 8448.0, 8451.0, 8447.0, 8451.0, 8422.0, 8468.0, 8434.0, 8470.0, 8450.0, 8468.0, 8470.0, 8467.0, 8473.0, 8483.0, 8473.0, 8487.0, 8457.0, 8452.0, 8455.0, 8451.0, 8470.0, 8465.0, 8475.0, 8448.0, 8469.0, 8439.0, 8453.0, 8437.0, 8469.0, 8435.0, 8465.0, 8466.0, 8464.0, 8455.0, 8484.0, 8472.0, 8469.0, 8458.0, 8438.0, 8472.0, 8455.0, 8472.0, 8439.0, 8472.0, 8473.0, 8470.0, 8469.0, 8466.0, 8455.0, 8466.0, 8469.0, 8436.0, 8469.0, 8452.0, 8450.0, 8472.0, 8484.0, 8456.0, 8455.0, 8471.0, 8438.0, 8472.0, 8453.0, 8490.0, 8435.0, 8464.0, 8467.0, 8462.0, 8465.0, 8465.0, 8453.0, 8448.0, 8435.0, 8446.0, 8447.0, 8447.0, 8466.0, 8417.0, 8461.0, 8464.0, 8466.0, 8455.0, 8464.0, 8469.0, 8454.0, 8468.0, 8455.0, 8468.0, 8474.0, 8469.0, 8453.0, 8436.0, 8453.0, 8439.0, 8468.0, 8471.0, 8449.0, 8448.0, 8435.0, 8467.0, 8423.0, 8467.0, 8469.0, 8450.0, 8437.0, 8446.0, 8457.0, 8448.0, 8468.0, 8422.0, 8462.0, 8451.0, 8482.0, 8454.0, 8463.0, 8453.0, 8434.0, 8465.0, 8454.0, 8468.0, 8456.0, 8465.0, 8453.0, 8431.0, 8465.0, 8438.0, 8464.0, 8457.0, 8464.0, 8438.0, 8434.0, 8455.0, 8422.0, 8465.0, 8470.0, 8449.0, 8431.0, 8448.0, 8454.0, 8401.0, 8448.0, 8450.0, 8446.0, 8453.0, 8466.0, 8453.0, 8448.0, 8450.0, 8432.0, 8451.0, 8432.0, 8464.0, 8451.0, 8447.0, 8451.0, 8447.0, 8454.0, 8463.0, 8434.0, 8433.0, 8433.0, 8430.0, 8450.0, 8421.0, 8467.0, 8473.0, 8455.0, 8460.0, 8472.0, 8470.0, 8470.0, 8487.0, 8477.0, 8450.0, 8475.0, 8477.0, 8492.0, 8485.0, 8451.0, 8452.0, 8439.0, 8455.0, 8447.0, 8445.0, 8426.0, 8428.0, 8396.0, 8410.0, 8394.0, 8445.0, 8397.0, 8446.0, 8431.0, 8444.0, 8430.0, 8421.0, 8438.0, 8421.0, 8434.0, 8441.0, 8432.0, 8460.0, 8434.0, 8444.0, 8429.0, 8460.0, 8410.0, 8416.0, 8389.0, 8413.0, 8369.0, 8415.0, 8368.0, 8410.0, 8340.0, 8379.0, 8348.0, 8396.0, 8364.0, 8412.0, 8355.0, 8413.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.0020569175911251975</td></tr>
<tr><td colspan=3>aqi</td><td>0.0254388706022187</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.14586564383031</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.263773463314831</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0245410868120557</td></tr>
<tr><td colspan=3>efc</td><td>0.4453</td></tr>
<tr><td colspan=3>fber</td><td>7634.9448</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0834298917933476</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5847860538827259</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.601549865443137</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.499158667688141</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9224687485047336</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3830221801365363</td></tr>
<tr><td colspan=3>gcor</td><td>0.00545109</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020299436524510384</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02649994008243084</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1262</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.798364168740375</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>48.9143</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.906</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.075</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308435.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>649.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.7902</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4953</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>428.1456</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2988.5908</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3878.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.5679</td></tr>
<tr><td colspan=3>tsnr</td><td>41.40132365282625</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>