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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-04/func/sub-0130_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>d9ebf2afefcd7d747c83ad043f3364b5</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:38:2.892500</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.998946, 0.00652702, 0.0454335, -0.00261529, 0.996324, -0.0856306]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.089224</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7759, -7224, 298, -197, 8, -49, 86]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>231.202</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>03fed3e2-add4-4d97-8ebe-04562b521acc||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.6800992488861084, -0.007016622461378574, 0.12372838705778122, 111.3605728149414], [-0.01751152239739895, 2.673063278198242, -0.23063823580741882, -97.09799194335938], [0.12189462035894394, 0.22974073886871338, 2.687284469604492, -84.79789733886719], [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': ['193802.892500', '193803.352500', '193803.812500', '193804.272500', '193804.732500', '193805.192500', '193805.652500', '193806.112500', '193806.572500', '193807.032500', '193807.492500', '193807.952500', '193808.412500', '193808.872500', '193809.332500', '193809.792500', '193810.252500', '193810.712500', '193811.172500', '193811.632500', '193812.092500', '193812.552500', '193813.012500', '193813.472500', '193813.932500', '193814.392500', '193814.852500', '193815.312500', '193815.772500', '193816.232500', '193816.692500', '193817.152500', '193817.612500', '193818.072500', '193818.532500', '193818.992500', '193819.452500', '193819.912500', '193820.372500', '193820.832500', '193821.292500', '193821.752500', '193822.212500', '193822.672500', '193823.132500', '193823.592500', '193824.052500', '193824.512500', '193824.972500', '193825.432500', '193825.892500', '193826.352500', '193826.812500', '193827.272500', '193827.732500', '193828.192500', '193828.652500', '193829.112500', '193829.572500', '193830.032500', '193830.492500', '193830.952500', '193831.412500', '193831.872500', '193832.332500', '193832.792500', '193833.252500', '193833.712500', '193834.172500', '193834.632500', '193835.092500', '193835.552500', '193836.012500', '193836.472500', '193836.932500', '193837.392500', '193837.852500', '193838.312500', '193838.772500', '193839.232500', '193839.692500', '193840.152500', '193840.612500', '193841.072500', '193841.532500', '193841.992500', '193842.452500', '193842.912500', '193843.372500', '193843.832500', '193844.292500', '193844.752500', '193845.212500', '193845.672500', '193846.132500', '193846.592500', '193847.052500', '193847.512500', '193847.972500', '193848.432500', '193848.892500', '193849.352500', '193849.812500', '193850.272500', '193850.732500', '193851.192500', '193851.652500', '193852.112500', '193852.572500', '193853.032500', '193853.492500', '193853.952500', '193854.412500', '193854.872500', '193855.332500', '193855.792500', '193856.252500', '193856.712500', '193857.172500', '193857.632500', '193858.092500', '193858.552500', '193859.012500', '193859.472500', '193859.932500', '193900.392500', '193900.852500', '193901.312500', '193901.772500', '193902.232500', '193902.692500', '193903.152500', '193903.612500', '193904.072500', '193904.532500', '193904.992500', '193905.452500', '193905.912500', '193906.372500', '193906.832500', '193907.292500', '193907.752500', '193908.212500', '193908.672500', '193909.132500', '193909.592500', '193910.052500', '193910.512500', '193910.972500', '193911.432500', '193911.892500', '193912.352500', '193912.812500', '193913.272500', '193913.732500', '193914.192500', '193914.652500', '193915.112500', '193915.572500', '193916.032500', '193916.492500', '193916.952500', '193917.412500', '193917.872500', '193918.332500', '193918.792500', '193919.252500', '193919.712500', '193920.172500', '193920.632500', '193921.092500', '193921.552500', '193922.012500', '193922.472500', '193922.932500', '193923.392500', '193923.852500', '193924.312500', '193924.772500', '193925.232500', '193925.692500', '193926.152500', '193926.612500', '193927.072500', '193927.532500', '193927.992500', '193928.452500', '193928.912500', '193929.372500', '193929.832500', '193930.292500', '193930.752500', '193931.212500', '193931.672500', '193932.132500', '193932.592500', '193933.052500', '193933.512500', '193933.972500', '193934.432500', '193934.892500', '193935.352500', '193935.812500', '193936.272500', '193936.732500', '193937.192500', '193937.652500', '193938.112500', '193938.572500', '193939.032500', '193939.492500', '193939.952500', '193940.412500', '193940.872500', '193941.332500', '193941.792500', '193942.252500', '193942.712500', '193943.172500', '193943.632500', '193944.092500', '193944.552500', '193945.012500', '193945.472500', '193945.932500', '193946.392500', '193946.852500', '193947.312500', '193947.772500', '193948.232500', '193948.692500', '193949.152500', '193949.612500', '193950.072500', '193950.532500', '193950.992500', '193951.452500', '193951.912500', '193952.372500', '193952.832500', '193953.292500', '193953.752500', '193954.212500', '193954.672500', '193955.132500', '193955.592500', '193956.052500', '193956.512500', '193956.972500', '193957.432500', '193957.892500', '193958.352500', '193958.812500', '193959.272500', '193959.732500', '194000.192500', '194000.652500', '194001.112500', '194001.572500', '194002.032500', '194002.492500', '194002.952500', '194003.412500', '194003.872500', '194004.332500', '194004.792500', '194005.252500', '194005.712500', '194006.172500', '194006.632500', '194007.092500', '194007.552500', '194008.012500', '194008.472500', '194008.932500', '194009.392500', '194009.852500', '194010.312500', '194010.772500', '194011.232500', '194011.692500', '194012.152500', '194012.612500', '194013.072500', '194013.532500', '194013.992500', '194014.452500', '194014.912500', '194015.372500', '194015.832500', '194016.292500', '194016.752500', '194017.212500', '194017.672500', '194018.132500', '194018.592500', '194019.052500', '194019.512500', '194019.972500', '194020.432500', '194020.892500', '194021.352500', '194021.812500', '194022.272500', '194022.732500', '194023.192500', '194023.652500', '194024.112500', '194024.572500', '194025.032500', '194025.492500', '194025.952500', '194026.412500', '194026.872500', '194027.332500', '194027.792500', '194028.252500', '194028.712500', '194029.172500', '194029.632500', '194030.092500', '194030.552500', '194031.012500', '194031.472500', '194031.932500', '194032.392500', '194032.852500', '194033.312500', '194033.772500', '194034.232500', '194034.692500', '194035.152500', '194035.612500', '194036.072500', '194036.532500', '194036.992500', '194037.452500', '194037.912500', '194038.372500', '194038.832500', '194039.292500', '194039.752500', '194040.212500', '194040.672500', '194041.132500', '194041.592500', '194042.052500', '194042.512500', '194042.972500', '194043.432500', '194043.892500', '194044.352500', '194044.812500', '194045.272500', '194045.732500', '194046.192500', '194046.652500', '194047.112500', '194047.572500', '194048.032500', '194048.492500', '194048.952500', '194049.412500', '194049.872500', '194050.332500', '194050.792500', '194051.252500', '194051.712500', '194052.172500', '194052.632500', '194053.092500', '194053.552500', '194054.012500', '194054.472500', '194054.932500', '194055.392500', '194055.852500', '194056.312500', '194056.772500', '194057.232500', '194057.692500', '194058.152500', '194058.612500', '194059.072500', '194059.532500', '194059.992500', '194100.452500', '194100.912500', '194101.372500', '194101.832500', '194102.292500', '194102.752500', '194103.212500', '194103.672500', '194104.132500', '194104.592500', '194105.052500', '194105.512500', '194105.972500', '194106.432500', '194106.892500', '194107.352500', '194107.812500', '194108.272500', '194108.732500', '194109.192500', '194109.652500', '194110.112500', '194110.572500', '194111.032500', '194111.492500', '194111.952500', '194112.412500', '194112.872500', '194113.332500', '194113.792500', '194114.252500', '194114.712500', '194115.172500', '194115.632500', '194116.092500', '194116.552500', '194117.012500', '194117.472500', '194117.932500', '194118.392500', '194118.852500', '194119.312500', '194119.772500', '194120.232500', '194120.692500', '194121.152500', '194121.612500', '194122.072500', '194122.532500', '194122.992500', '194123.452500', '194123.912500', '194124.372500', '194124.832500', '194125.292500', '194125.752500', '194126.212500', '194126.672500', '194127.132500', '194127.592500', '194128.052500', '194128.512500', '194128.972500', '194129.432500', '194129.892500', '194130.352500', '194130.812500', '194131.272500', '194131.732500', '194132.192500', '194132.652500', '194133.112500', '194133.572500', '194134.032500', '194134.492500', '194134.952500', '194135.412500', '194135.872500', '194136.332500', '194136.792500', '194137.252500', '194137.712500', '194138.172500', '194138.632500', '194139.092500', '194139.552500', '194140.012500', '194140.472500', '194140.932500', '194141.392500', '194141.852500', '194142.312500', '194142.772500', '194143.232500', '194143.692500', '194144.152500', '194144.612500', '194145.072500', '194145.532500', '194145.992500', '194146.452500', '194146.912500', '194147.372500', '194147.832500', '194148.292500', '194148.752500', '194149.212500', '194149.672500', '194150.132500', '194150.592500', '194151.052500', '194151.512500', '194151.972500', '194152.432500', '194152.892500', '194153.352500', '194153.812500', '194154.272500', '194154.732500', '194155.192500', '194155.652500', '194156.112500', '194156.572500', '194157.032500', '194157.492500', '194157.952500', '194158.412500', '194158.872500', '194159.332500', '194159.792500', '194200.252500', '194200.712500', '194201.172500', '194201.632500', '194202.092500', '194202.552500', '194203.012500', '194203.472500', '194203.932500', '194204.392500', '194204.852500', '194205.312500', '194205.772500', '194206.232500', '194206.692500', '194207.152500', '194207.612500', '194208.072500', '194208.532500', '194208.992500', '194209.452500', '194209.912500', '194210.372500', '194210.832500', '194211.292500', '194211.752500', '194212.212500', '194212.672500', '194213.132500', '194213.592500', '194214.052500', '194214.512500', '194214.972500', '194215.432500', '194215.892500', '194216.352500', '194216.812500', '194217.272500', '194217.732500', '194218.192500', '194218.652500', '194219.112500', '194219.572500', '194220.032500', '194220.492500', '194220.952500', '194221.412500', '194221.872500', '194222.332500', '194222.792500', '194223.252500', '194223.712500', '194224.172500', '194224.632500', '194225.092500', '194225.552500', '194226.012500', '194226.472500', '194226.932500', '194227.392500', '194227.852500', '194228.312500', '194228.772500', '194229.232500', '194229.692500', '194230.152500', '194230.612500', '194231.072500', '194231.532500', '194231.992500', '194232.452500', '194232.912500', '194233.372500', '194233.832500', '194234.292500', '194234.752500', '194235.212500', '194235.672500', '194236.132500', '194236.592500', '194237.052500', '194237.512500', '194237.972500', '194238.432500', '194238.892500', '194239.352500', '194239.812500', '194240.272500', '194240.732500', '194241.192500', '194241.652500', '194242.112500', '194242.572500', '194243.032500', '194243.492500', '194243.952500', '194244.412500', '194244.872500', '194245.332500', '194245.792500', '194246.252500', '194246.712500', '194247.172500', '194247.632500', '194248.092500', '194248.552500', '194249.012500', '194249.472500', '194249.932500', '194250.392500', '194250.852500', '194251.312500', '194251.772500', '194252.232500', '194252.692500', '194253.152500', '194253.612500', '194254.072500', '194254.532500', '194254.992500', '194255.452500', '194255.912500', '194256.372500', '194256.832500', '194257.292500', '194257.752500', '194258.212500', '194258.672500', '194259.132500', '194259.592500', '194300.052500', '194300.512500', '194300.972500', '194301.432500', '194301.892500', '194302.352500', '194302.812500', '194303.272500', '194303.732500', '194304.192500', '194304.652500', '194305.112500', '194305.572500', '194306.032500', '194306.492500', '194306.952500', '194307.412500', '194307.872500', '194308.332500', '194308.792500', '194309.252500', '194309.712500', '194310.172500', '194310.632500', '194311.092500', '194311.552500', '194312.012500', '194312.472500', '194312.932500', '194313.392500', '194313.852500', '194314.312500', '194314.772500', '194315.232500', '194315.692500', '194316.152500', '194316.612500', '194317.072500', '194317.532500', '194317.992500', '194318.452500', '194318.912500', '194319.372500', '194319.832500', '194320.292500', '194320.752500', '194321.212500', '194321.672500', '194322.132500', '194322.592500', '194323.052500', '194323.512500', '194323.972500', '194324.432500', '194324.892500', '194325.352500', '194325.812500', '194326.272500', '194326.732500', '194327.192500', '194327.652500', '194328.112500', '194328.572500', '194329.032500', '194329.492500', '194329.952500', '194330.412500', '194330.872500', '194331.332500', '194331.792500', '194332.252500', '194332.712500', '194333.172500', '194333.632500', '194334.092500', '194334.552500', '194335.012500', '194335.472500', '194335.932500', '194336.392500', '194336.852500', '194337.312500', '194337.772500', '194338.232500', '194338.692500', '194339.152500', '194339.612500', '194340.072500', '194340.532500', '194340.992500', '194341.452500', '194341.912500', '194342.372500', '194342.832500', '194343.292500', '194343.752500', '194344.212500', '194344.672500', '194345.132500', '194345.592500', '194346.052500', '194346.512500', '194346.972500', '194347.432500', '194347.892500', '194348.352500', '194348.812500', '194349.272500', '194349.732500', '194350.192500', '194350.652500', '194351.112500', '194351.572500', '194352.032500', '194352.492500', '194352.952500', '194353.412500', '194353.872500', '194354.332500', '194354.792500', '194355.252500', '194355.712500', '194356.172500', '194356.632500', '194357.092500', '194357.552500', '194358.012500', '194358.472500', '194358.932500', '194359.392500', '194359.852500', '194400.312500', '194400.772500', '194401.232500', '194401.692500', '194402.152500', '194402.612500', '194403.072500', '194403.532500', '194403.992500', '194404.452500', '194404.912500', '194405.372500', '194405.832500', '194406.292500', '194406.752500', '194407.212500', '194407.672500', '194408.132500', '194408.592500', '194409.052500', '194409.512500', '194409.972500', '194410.432500', '194410.892500', '194411.352500', '194411.812500', '194412.272500', '194412.732500', '194413.192500', '194413.652500', '194414.112500', '194414.572500', '194415.032500', '194415.492500', '194415.952500', '194416.412500', '194416.872500', '194417.332500', '194417.792500', '194418.252500', '194418.712500', '194419.172500', '194419.632500', '194420.092500', '194420.552500', '194421.012500', '194421.472500', '194421.932500', '194422.392500', '194422.852500', '194423.312500', '194423.772500', '194424.232500', '194424.692500', '194425.152500', '194425.612500', '194426.072500', '194426.532500', '194426.992500', '194427.452500', '194427.912500', '194428.372500', '194428.832500', '194429.292500', '194429.752500', '194430.212500', '194430.672500', '194431.132500', '194431.592500', '194432.052500', '194432.512500', '194432.972500', '194433.432500', '194433.892500', '194434.352500', '194434.812500', '194435.272500', '194435.732500', '194436.192500', '194436.652500', '194437.112500', '194437.572500', '194438.032500', '194438.492500', '194438.952500', '194439.412500', '194439.872500', '194440.332500', '194440.792500', '194441.252500', '194441.712500', '194442.172500', '194442.632500', '194443.092500', '194443.552500', '194444.012500', '194444.472500', '194444.932500', '194445.392500', '194445.852500', '194446.312500', '194446.772500', '194447.232500', '194447.692500', '194448.152500', '194448.612500', '194449.072500', '194449.532500', '194449.992500', '194450.452500', '194450.912500', '194451.372500', '194451.832500', '194452.292500', '194452.752500', '194453.212500', '194453.672500', '194454.132500', '194454.592500', '194455.052500', '194455.512500', '194455.972500', '194456.432500', '194456.892500', '194457.352500', '194457.812500', '194458.272500', '194458.732500', '194459.192500', '194459.652500', '194500.112500', '194500.572500', '194501.032500', '194501.492500', '194501.952500', '194502.412500', '194502.872500', '194503.332500', '194503.792500', '194504.252500', '194504.712500', '194505.172500', '194505.632500', '194506.092500', '194506.552500', '194507.012500', '194507.472500', '194507.932500', '194508.392500', '194508.852500', '194509.312500', '194509.772500', '194510.232500', '194510.692500', '194511.152500', '194511.612500', '194512.072500', '194512.532500', '194512.992500', '194513.452500', '194513.912500', '194514.372500', '194514.832500', '194515.292500', '194515.752500', '194516.212500', '194516.672500', '194517.132500', '194517.592500', '194518.052500', '194518.512500', '194518.972500', '194519.432500', '194519.892500', '194520.352500', '194520.812500', '194521.272500', '194521.732500', '194522.192500', '194522.652500', '194523.112500', '194523.572500', '194524.032500', '194524.492500', '194524.952500', '194525.412500', '194525.872500', '194526.332500', '194526.792500', '194527.252500', '194527.712500', '194528.172500', '194528.632500', '194529.092500', '194529.552500', '194530.012500', '194530.472500', '194530.932500', '194531.392500', '194531.852500', '194532.312500', '194532.772500', '194533.232500', '194533.692500', '194534.152500', '194534.612500', '194535.072500', '194535.532500', '194535.992500', '194536.452500', '194536.912500', '194537.372500', '194537.832500', '194538.292500', '194538.752500', '194539.212500', '194539.672500', '194540.132500', '194540.592500', '194541.052500', '194541.512500', '194541.972500', '194542.432500', '194542.892500', '194543.352500', '194543.812500', '194544.272500', '194544.732500', '194545.192500', '194545.652500', '194546.112500', '194546.572500', '194547.032500', '194547.492500', '194547.952500', '194548.412500', '194548.872500', '194549.332500', '194549.792500', '194550.252500', '194550.712500', '194551.172500', '194551.632500', '194552.092500', '194552.552500', '194553.012500', '194553.472500', '194553.932500', '194554.392500', '194554.852500', '194555.312500', '194555.772500', '194556.232500', '194556.692500', '194557.152500', '194557.612500', '194558.072500', '194558.532500', '194558.992500', '194559.452500', '194559.912500', '194600.372500', '194600.832500', '194601.292500', '194601.752500', '194602.212500', '194602.672500', '194603.132500', '194603.592500', '194604.052500', '194604.512500', '194604.972500', '194605.432500', '194605.892500', '194606.352500', '194606.812500', '194607.272500', '194607.732500', '194608.192500', '194608.652500', '194609.112500', '194609.572500', '194610.032500', '194610.492500', '194610.952500', '194611.412500', '194611.872500', '194612.332500', '194612.792500', '194613.252500', '194613.712500', '194614.172500', '194614.632500', '194615.092500', '194615.552500', '194616.012500', '194616.472500', '194616.932500', '194617.392500', '194617.852500', '194618.312500', '194618.772500', '194619.232500', '194619.692500', '194620.152500', '194620.612500', '194621.072500', '194621.532500', '194621.992500', '194622.452500', '194622.912500', '194623.372500', '194623.832500', '194624.292500', '194624.752500', '194625.212500', '194625.672500', '194626.132500', '194626.592500', '194627.052500', '194627.512500', '194627.972500', '194628.432500', '194628.892500', '194629.352500', '194629.812500', '194630.272500', '194630.732500', '194631.192500', '194631.652500', '194632.112500', '194632.572500', '194633.032500', '194633.492500', '194633.952500', '194634.412500', '194634.872500', '194635.332500', '194635.792500', '194636.252500', '194636.712500', '194637.172500', '194637.632500', '194638.092500', '194638.552500', '194639.012500', '194639.472500', '194639.932500', '194640.392500', '194640.852500', '194641.312500', '194641.772500', '194642.232500', '194642.692500', '194643.152500', '194643.612500', '194644.072500', '194644.532500', '194644.992500', '194645.452500', '194645.912500', '194646.372500', '194646.832500', '194647.292500', '194647.752500', '194648.212500', '194648.672500', '194649.132500', '194649.592500', '194650.052500', '194650.512500', '194650.972500', '194651.432500', '194651.892500', '194652.352500', '194652.812500', '194653.272500', '194653.732500', '194654.192500', '194654.652500', '194655.112500', '194655.572500', '194656.032500', '194656.492500', '194656.952500', '194657.412500', '194657.872500', '194658.332500', '194658.792500', '194659.252500', '194659.712500', '194700.172500', '194700.632500', '194701.092500', '194701.552500', '194702.012500', '194702.472500', '194702.932500', '194703.392500', '194703.852500', '194704.312500', '194704.772500', '194705.232500', '194705.692500', '194706.152500', '194706.612500', '194707.072500', '194707.532500', '194707.992500', '194708.452500', '194708.912500', '194709.372500', '194709.832500', '194710.292500', '194710.752500', '194711.212500', '194711.672500', '194712.132500', '194712.592500', '194713.052500', '194713.512500', '194713.972500', '194714.432500', '194714.892500', '194715.352500', '194715.812500', '194716.272500', '194716.732500', '194717.192500', '194717.652500', '194718.112500', '194718.572500', '194719.032500', '194719.492500', '194719.952500', '194720.412500', '194720.872500', '194721.332500', '194721.792500', '194722.252500', '194722.712500', '194723.172500', '194723.632500', '194724.092500', '194724.552500', '194725.012500', '194725.472500', '194725.932500', '194726.392500', '194726.852500', '194727.312500', '194727.772500', '194728.232500', '194728.692500', '194729.152500', '194729.612500', '194730.072500', '194730.532500', '194730.992500', '194731.452500', '194731.912500', '194732.372500', '194732.832500', '194733.292500', '194733.752500', '194734.212500', '194734.672500', '194735.132500', '194735.592500', '194736.052500', '194736.512500', '194736.972500', '194737.432500', '194737.892500', '194738.352500', '194738.812500', '194739.272500', '194739.732500', '194740.192500', '194740.652500', '194741.112500', '194741.572500', '194742.032500', '194742.492500', '194742.952500', '194743.412500', '194743.872500', '194744.332500', '194744.792500', '194745.252500', '194745.712500'], 'ContentTime': ['193828.379000', '193828.382000', '193828.385000', '193828.387000', '193828.390000', '193828.393000', '193828.395000', '193828.398000', '193828.401000', '193828.403000', '193828.406000', '193828.408000', '193828.411000', '193828.414000', '193828.416000', '193828.419000', '193828.422000', '193828.424000', '193828.427000', '193828.429000', '193828.432000', '193828.434000', '193828.437000', '193828.441000', '193828.444000', '193828.446000', '193828.449000', '193828.451000', '193828.454000', '193828.456000', '193828.459000', '193828.462000', '193828.464000', '193828.467000', '193828.469000', '193828.472000', '193828.474000', '193828.477000', '193828.480000', '193828.482000', '193828.485000', '193828.487000', '193828.490000', '193828.492000', '193828.495000', '193828.498000', '193828.500000', '193828.503000', '193828.505000', '193828.508000', '193828.510000', '193828.513000', '193828.516000', '193848.349000', '193848.351000', '193848.354000', '193848.357000', '193848.359000', '193848.362000', '193848.365000', '193848.367000', '193848.370000', '193848.372000', '193848.375000', '193848.377000', '193848.380000', '193848.383000', '193848.385000', '193848.388000', '193848.390000', '193848.400000', '193848.402000', '193848.405000', '193848.407000', '193848.410000', '193848.413000', '193848.415000', '193848.418000', '193848.420000', '193848.423000', '193848.425000', '193848.428000', '193848.431000', '193848.433000', '193848.436000', '193848.439000', '193848.441000', '193848.444000', '193848.446000', '193848.449000', '193848.452000', '193848.454000', '193848.457000', '193848.459000', '193848.462000', '193848.464000', '193908.347000', '193908.350000', '193908.353000', '193908.356000', '193908.358000', '193908.361000', '193908.363000', '193908.366000', '193908.369000', '193908.371000', '193908.374000', '193908.377000', '193908.379000', '193908.382000', '193908.384000', '193908.387000', '193908.416000', '193908.418000', '193908.421000', '193908.424000', '193908.426000', '193908.429000', '193908.431000', '193908.434000', '193908.436000', '193908.439000', '193908.442000', '193908.444000', '193908.452000', '193908.454000', '193908.457000', '193908.460000', '193908.462000', '193908.465000', '193908.467000', '193908.470000', '193908.472000', '193908.475000', '193908.478000', '193908.480000', '193908.483000', '193908.486000', '193908.488000', '193928.348000', '193928.350000', '193928.353000', '193928.356000', '193928.358000', '193928.361000', '193928.364000', '193928.366000', '193928.369000', '193928.371000', '193928.374000', '193928.376000', '193928.379000', '193928.382000', '193928.384000', '193928.387000', '193928.389000', '193928.392000', '193928.395000', '193928.397000', '193928.400000', '193928.402000', '193928.405000', '193928.408000', '193928.410000', '193928.413000', '193928.415000', '193928.418000', '193928.421000', '193928.423000', '193928.426000', '193928.428000', '193928.431000', '193928.433000', '193928.436000', '193928.439000', '193928.441000', '193928.444000', '193928.446000', '193928.449000', '193928.452000', '193928.454000', '193928.457000', '193928.460000', '193948.348000', '193948.350000', '193948.353000', '193948.356000', '193948.358000', '193948.361000', '193948.363000', '193948.366000', '193948.369000', '193948.371000', '193948.374000', '193948.377000', '193948.379000', '193948.382000', '193948.384000', '193948.387000', '193948.390000', '193948.392000', '193948.395000', '193948.398000', '193948.400000', '193948.403000', '193948.405000', '193948.408000', '193948.410000', '193948.413000', '193948.416000', '193948.418000', '193948.421000', '193948.423000', '193948.426000', '193948.429000', '193948.431000', '193948.434000', '193948.436000', '193948.439000', '193948.442000', '193948.444000', '193948.455000', '193948.458000', '193948.461000', '193948.463000', '193948.466000', '193948.468000', '194008.348000', '194008.351000', '194008.354000', '194008.356000', '194008.359000', '194008.362000', '194008.364000', '194008.367000', '194008.369000', '194008.372000', '194008.375000', '194008.377000', '194008.380000', '194008.382000', '194008.385000', '194008.388000', '194008.390000', '194008.393000', '194008.395000', '194008.398000', '194008.401000', '194008.403000', '194008.406000', '194008.408000', '194008.411000', '194008.414000', '194008.416000', '194008.419000', '194008.422000', '194008.424000', '194008.427000', '194008.429000', '194008.432000', '194008.434000', '194008.437000', '194008.440000', '194008.442000', '194008.445000', '194008.447000', '194008.450000', '194008.453000', '194008.455000', '194008.458000', '194028.348000', '194028.351000', '194028.354000', '194028.357000', '194028.359000', '194028.362000', '194028.365000', '194028.367000', '194028.370000', '194028.373000', '194028.375000', '194028.378000', '194028.380000', '194028.383000', '194028.386000', '194028.388000', '194028.391000', '194028.394000', '194028.396000', '194028.399000', '194028.401000', '194028.404000', '194028.407000', '194028.409000', '194028.412000', '194028.415000', '194028.417000', '194028.420000', '194028.422000', '194028.425000', '194028.428000', '194028.430000', '194028.433000', '194028.436000', '194028.438000', '194028.441000', '194028.443000', '194028.446000', '194028.449000', '194028.451000', '194028.454000', '194028.456000', '194028.459000', '194028.462000', '194048.348000', '194048.351000', '194048.354000', '194048.357000', '194048.359000', '194048.362000', '194048.364000', '194048.367000', '194048.369000', '194048.372000', '194048.375000', '194048.420000', '194048.423000', '194048.426000', '194048.428000', '194048.431000', '194048.433000', '194048.436000', '194048.439000', '194048.441000', '194048.444000', '194048.446000', '194048.449000', '194048.452000', '194048.454000', '194048.457000', '194048.460000', '194048.462000', '194048.465000', '194048.467000', '194048.470000', '194048.472000', '194048.475000', '194048.478000', '194048.480000', '194048.483000', '194048.485000', '194048.488000', '194048.491000', '194048.493000', '194048.496000', '194048.498000', '194048.501000', '194108.349000', '194108.352000', '194108.354000', '194108.357000', '194108.360000', '194108.362000', '194108.365000', '194108.367000', '194108.370000', '194108.373000', '194108.375000', '194108.378000', '194108.381000', '194108.383000', '194108.386000', '194108.388000', '194108.391000', '194108.394000', '194108.396000', '194108.399000', '194108.401000', '194108.404000', '194108.407000', '194108.409000', '194108.412000', '194108.415000', '194108.417000', '194108.420000', '194108.422000', '194108.425000', '194108.428000', '194108.430000', '194108.433000', '194108.435000', '194108.438000', '194108.441000', '194108.443000', '194108.446000', '194108.449000', '194108.451000', '194108.454000', '194108.457000', '194108.459000', '194108.462000', '194128.347000', '194128.350000', '194128.353000', '194128.356000', '194128.358000', '194128.361000', '194128.363000', '194128.366000', '194128.369000', '194128.371000', '194128.374000', '194128.377000', '194128.379000', '194128.382000', '194128.384000', '194128.387000', '194128.390000', '194128.392000', '194128.395000', '194128.398000', '194128.400000', '194128.403000', '194128.406000', '194128.408000', '194128.411000', '194128.413000', '194128.416000', '194128.419000', '194128.421000', '194128.424000', '194128.427000', '194128.429000', '194128.432000', '194128.435000', '194128.437000', '194128.440000', '194128.443000', '194128.445000', '194128.448000', '194128.451000', '194128.453000', '194128.456000', '194128.458000', '194148.348000', '194148.351000', '194148.354000', '194148.357000', '194148.359000', '194148.362000', '194148.364000', '194148.367000', '194148.370000', '194148.372000', '194148.375000', '194148.377000', '194148.380000', '194148.383000', '194148.385000', '194148.388000', '194148.390000', '194148.393000', '194148.396000', '194148.398000', '194148.401000', '194148.404000', '194148.406000', '194148.409000', '194148.412000', '194148.414000', '194148.417000', '194148.420000', '194148.422000', '194148.425000', '194148.427000', '194148.430000', '194148.433000', '194148.435000', '194148.438000', '194148.440000', '194148.443000', '194148.446000', '194148.448000', '194148.451000', '194148.454000', '194148.456000', '194148.459000', '194148.461000', '194208.347000', '194208.350000', '194208.353000', '194208.356000', '194208.358000', '194208.361000', '194208.363000', '194208.366000', '194208.373000', '194208.376000', '194208.379000', '194208.381000', '194208.384000', '194208.386000', '194208.389000', '194208.392000', '194208.394000', '194208.397000', '194208.399000', '194208.402000', '194208.405000', '194208.407000', '194208.410000', '194208.413000', '194208.415000', '194208.418000', '194208.421000', '194208.423000', '194208.426000', '194208.428000', '194208.431000', '194208.434000', '194208.436000', '194208.439000', '194208.441000', '194208.444000', '194208.447000', '194208.449000', '194208.452000', '194208.454000', '194208.457000', '194208.460000', '194208.462000', '194228.349000', '194228.351000', '194228.354000', '194228.357000', '194228.359000', '194228.362000', '194228.364000', '194228.367000', '194228.370000', '194228.372000', '194228.375000', '194228.378000', '194228.380000', '194228.383000', '194228.385000', '194228.388000', '194228.391000', '194228.393000', '194228.396000', '194228.398000', '194228.401000', '194228.404000', '194228.406000', '194228.409000', '194228.412000', '194228.414000', '194228.417000', '194228.420000', '194228.422000', '194228.425000', '194228.427000', '194228.430000', '194228.433000', '194228.435000', '194228.438000', '194228.440000', '194228.443000', '194228.446000', '194228.448000', '194228.451000', '194228.454000', '194228.456000', '194228.459000', '194228.461000', '194248.348000', '194248.351000', '194248.354000', '194248.357000', '194248.359000', '194248.362000', '194248.364000', '194248.367000', '194248.370000', '194248.372000', '194248.375000', '194248.378000', '194248.380000', '194248.383000', '194248.385000', '194248.388000', '194248.391000', '194248.393000', '194248.396000', '194248.398000', '194248.401000', '194248.404000', '194248.406000', '194248.409000', '194248.411000', '194248.414000', '194248.417000', '194248.419000', '194248.422000', '194248.425000', '194248.427000', '194248.430000', '194248.432000', '194248.435000', '194248.438000', '194248.440000', '194248.443000', '194248.445000', '194248.448000', '194248.451000', '194248.453000', '194248.456000', '194248.459000', '194308.348000', '194308.351000', '194308.354000', '194308.356000', '194308.359000', '194308.362000', '194308.364000', '194308.367000', '194308.369000', '194308.372000', '194308.375000', '194308.377000', '194308.380000', '194308.382000', '194308.385000', '194308.389000', '194308.391000', '194308.394000', '194308.397000', '194308.400000', '194308.402000', '194308.405000', '194308.408000', '194308.410000', '194308.413000', '194308.415000', '194308.418000', '194308.421000', '194308.423000', '194308.426000', '194308.428000', '194308.431000', '194308.434000', '194308.436000', '194308.439000', '194308.442000', '194308.444000', '194308.447000', '194308.450000', '194308.452000', '194308.455000', '194308.457000', '194308.460000', '194328.349000', '194328.351000', '194328.354000', '194328.357000', '194328.359000', '194328.362000', '194328.364000', '194328.367000', '194328.370000', '194328.372000', '194328.375000', '194328.377000', '194328.380000', '194328.383000', '194328.385000', '194328.388000', '194328.391000', '194328.393000', '194328.396000', '194328.410000', '194328.412000', '194328.415000', '194328.417000', '194328.420000', '194328.423000', '194328.425000', '194328.428000', '194328.431000', '194328.433000', '194328.436000', '194328.438000', '194328.441000', '194328.444000', '194328.448000', '194328.451000', '194328.454000', '194328.456000', '194328.459000', '194328.461000', '194328.464000', '194328.466000', '194328.469000', '194328.472000', '194328.474000', '194348.347000', '194348.350000', '194348.353000', '194348.356000', '194348.358000', '194348.361000', '194348.364000', '194348.367000', '194348.369000', '194348.372000', '194348.374000', '194348.377000', '194348.380000', '194348.383000', '194348.386000', '194348.388000', '194348.391000', '194348.393000', '194348.422000', '194348.425000', '194348.427000', '194348.430000', '194348.433000', '194348.435000', '194348.438000', '194348.440000', '194348.443000', '194348.445000', '194348.448000', '194348.451000', '194348.453000', '194348.456000', '194348.458000', '194348.461000', '194348.464000', '194348.466000', '194348.469000', '194348.472000', '194348.474000', '194348.477000', '194348.479000', '194348.482000', '194348.485000', '194408.348000', '194408.350000', '194408.353000', '194408.356000', '194408.358000', '194408.361000', '194408.364000', '194408.366000', '194408.369000', '194408.372000', '194408.374000', '194408.377000', '194408.380000', '194408.382000', '194408.385000', '194408.388000', '194408.390000', '194408.393000', '194408.395000', '194408.398000', '194408.401000', '194408.403000', '194408.406000', '194408.409000', '194408.411000', '194408.414000', '194408.416000', '194408.419000', '194408.422000', '194408.424000', '194408.427000', '194408.430000', '194408.432000', '194408.435000', '194408.437000', '194408.440000', '194408.443000', '194408.445000', '194408.448000', '194408.451000', '194408.453000', '194408.456000', '194408.458000', '194408.461000', '194428.348000', '194428.351000', '194428.353000', '194428.356000', '194428.359000', '194428.361000', '194428.364000', '194428.366000', '194428.369000', '194428.372000', '194428.374000', '194428.377000', '194428.379000', '194428.382000', '194428.385000', '194428.388000', '194428.391000', '194428.393000', '194428.396000', '194428.399000', '194428.401000', '194428.404000', '194428.407000', '194428.409000', '194428.412000', '194428.414000', '194428.417000', '194428.419000', '194428.422000', '194428.425000', '194428.428000', '194428.431000', '194428.434000', '194428.436000', '194428.439000', '194428.441000', '194428.444000', '194428.446000', '194428.449000', '194428.452000', '194428.454000', '194428.457000', '194428.459000', '194448.348000', '194448.351000', '194448.354000', '194448.357000', '194448.359000', '194448.362000', '194448.365000', '194448.367000', '194448.370000', '194448.372000', '194448.375000', '194448.377000', '194448.380000', '194448.383000', '194448.385000', '194448.388000', '194448.391000', '194448.393000', '194448.396000', '194448.399000', '194448.401000', '194448.404000', '194448.407000', '194448.409000', '194448.412000', '194448.414000', '194448.417000', '194448.420000', '194448.422000', '194448.425000', '194448.427000', '194448.430000', '194448.433000', '194448.435000', '194448.438000', '194448.440000', '194448.443000', '194448.446000', '194448.448000', '194448.451000', '194448.453000', '194448.456000', '194448.459000', '194448.461000', '194508.349000', '194508.352000', '194508.354000', '194508.357000', '194508.359000', '194508.362000', '194508.365000', '194508.367000', '194508.370000', '194508.372000', '194508.375000', '194508.377000', '194508.380000', '194508.383000', '194508.385000', '194508.388000', '194508.391000', '194508.394000', '194508.396000', '194508.399000', '194508.402000', '194508.404000', '194508.407000', '194508.409000', '194508.412000', '194508.414000', '194508.417000', '194508.420000', '194508.422000', '194508.440000', '194508.442000', '194508.445000', '194508.447000', '194508.450000', '194508.452000', '194508.455000', '194508.458000', '194508.460000', '194508.463000', '194508.466000', '194508.468000', '194508.471000', '194508.474000', '194528.349000', '194528.352000', '194528.354000', '194528.357000', '194528.359000', '194528.362000', '194528.365000', '194528.367000', '194528.370000', '194528.372000', '194528.375000', '194528.378000', '194528.380000', '194528.383000', '194528.386000', '194528.388000', '194528.391000', '194528.394000', '194528.396000', '194528.399000', '194528.401000', '194528.404000', '194528.406000', '194528.409000', '194528.412000', '194528.414000', '194528.417000', '194528.419000', '194528.422000', '194528.425000', '194528.427000', '194528.430000', '194528.433000', '194528.435000', '194528.438000', '194528.440000', '194528.443000', '194528.445000', '194528.448000', '194528.451000', '194528.453000', '194528.456000', '194528.458000', '194528.461000', '194548.349000', '194548.351000', '194548.354000', '194548.357000', '194548.359000', '194548.362000', '194548.365000', '194548.367000', '194548.370000', '194548.372000', '194548.375000', '194548.377000', '194548.380000', '194548.383000', '194548.385000', '194548.388000', '194548.391000', '194548.393000', '194548.396000', '194548.398000', '194548.401000', '194548.404000', '194548.406000', '194548.409000', '194548.411000', '194548.414000', '194548.417000', '194548.419000', '194548.422000', '194548.425000', '194548.427000', '194548.430000', '194548.432000', '194548.435000', '194548.438000', '194548.441000', '194548.444000', '194548.446000', '194548.449000', '194548.452000', '194548.454000', '194548.457000', '194548.460000', '194608.348000', '194608.350000', '194608.353000', '194608.356000', '194608.358000', '194608.361000', '194608.363000', '194608.366000', '194608.369000', '194608.371000', '194608.374000', '194608.376000', '194608.379000', '194608.382000', '194608.384000', '194608.387000', '194608.389000', '194608.392000', '194608.395000', '194608.397000', '194608.400000', '194608.402000', '194608.405000', '194608.408000', '194608.410000', '194608.413000', '194608.416000', '194608.418000', '194608.421000', '194608.423000', '194608.426000', '194608.429000', '194608.431000', '194608.434000', '194608.436000', '194608.439000', '194608.442000', '194608.444000', '194608.447000', '194608.449000', '194608.452000', '194608.455000', '194608.457000', '194608.460000', '194628.348000', '194628.350000', '194628.353000', '194628.356000', '194628.358000', '194628.361000', '194628.363000', '194628.366000', '194628.369000', '194628.371000', '194628.374000', '194628.376000', '194628.379000', '194628.382000', '194628.384000', '194628.387000', '194628.389000', '194628.392000', '194628.395000', '194628.397000', '194628.400000', '194628.402000', '194628.405000', '194628.408000', '194628.410000', '194628.460000', '194628.463000', '194628.465000', '194628.468000', '194628.471000', '194628.473000', '194628.476000', '194628.478000', '194628.481000', '194628.484000', '194628.486000', '194628.489000', '194628.491000', '194628.494000', '194628.496000', '194628.499000', '194628.502000', '194628.504000', '194648.348000', '194648.350000', '194648.353000', '194648.356000', '194648.358000', '194648.361000', '194648.364000', '194648.366000', '194648.369000', '194648.371000', '194648.374000', '194648.377000', '194648.379000', '194648.382000', '194648.384000', '194648.387000', '194648.390000', '194648.392000', '194648.395000', '194648.397000', '194648.400000', '194648.402000', '194648.405000', '194648.408000', '194648.410000', '194648.413000', '194648.416000', '194648.418000', '194648.421000', '194648.424000', '194648.426000', '194648.429000', '194648.431000', '194648.434000', '194648.437000', '194648.439000', '194648.442000', '194648.444000', '194648.447000', '194648.450000', '194648.452000', '194648.455000', '194648.458000', '194648.460000', '194708.348000', '194708.351000', '194708.354000', '194708.357000', '194708.359000', '194708.362000', '194708.364000', '194708.367000', '194708.370000', '194708.372000', '194708.375000', '194708.378000', '194708.380000', '194708.383000', '194708.385000', '194708.388000', '194708.391000', '194708.393000', '194708.396000', '194708.398000', '194708.401000', '194708.403000', '194708.406000', '194708.409000', '194708.411000', '194708.414000', '194708.417000', '194708.419000', '194708.422000', '194708.424000', '194708.427000', '194708.430000', '194708.433000', '194708.435000', '194708.438000', '194708.440000', '194708.443000', '194708.446000', '194708.448000', '194708.451000', '194708.454000', '194708.456000', '194708.459000', '194728.349000', '194728.351000', '194728.354000', '194728.357000', '194728.359000', '194728.362000', '194728.365000', '194728.367000', '194728.370000', '194728.372000', '194728.375000', '194728.378000', '194728.380000', '194728.383000', '194728.385000', '194728.388000', '194728.391000', '194728.393000', '194728.396000', '194728.398000', '194728.401000', '194728.404000', '194728.406000', '194728.409000', '194728.411000', '194728.414000', '194728.417000', '194728.419000', '194728.422000', '194728.425000', '194728.427000', '194728.430000', '194728.432000', '194728.435000', '194728.438000', '194728.440000', '194728.443000', '194728.445000', '194728.448000', '194728.451000', '194728.453000', '194728.456000', '194728.459000', '194728.461000', '194747.083000', '194747.086000', '194747.088000', '194747.091000', '194747.094000', '194747.097000', '194747.099000', '194747.120000', '194747.123000', '194747.126000', '194747.128000', '194747.131000', '194747.134000', '194747.137000', '194747.140000', '194747.142000', '194747.145000', '194747.148000', '194747.151000', '194747.154000', '194747.157000', '194747.160000', '194747.164000', '194747.166000', '194747.169000', '194747.172000', '194747.175000', '194747.177000', '194747.180000', '194747.183000', '194747.190000', '194747.196000', '194747.210000', '194747.216000', '194747.219000', '194747.222000', '194747.225000', '194747.228000', '194747.231000', '194747.233000', '194747.236000'], 'InstanceCreationTime': ['193828.379000', '193828.382000', '193828.385000', '193828.387000', '193828.390000', '193828.393000', '193828.395000', '193828.398000', '193828.401000', '193828.403000', '193828.406000', '193828.408000', '193828.411000', '193828.414000', '193828.416000', '193828.419000', '193828.422000', '193828.424000', '193828.427000', '193828.429000', '193828.432000', '193828.434000', '193828.437000', '193828.441000', '193828.444000', '193828.446000', '193828.449000', '193828.451000', '193828.454000', '193828.456000', '193828.459000', '193828.462000', '193828.464000', '193828.467000', '193828.469000', '193828.472000', '193828.474000', '193828.477000', '193828.480000', '193828.482000', '193828.485000', '193828.487000', '193828.490000', '193828.492000', '193828.495000', '193828.498000', '193828.500000', '193828.503000', '193828.505000', '193828.508000', '193828.510000', '193828.513000', '193828.516000', '193848.349000', '193848.351000', '193848.354000', '193848.357000', '193848.359000', '193848.362000', '193848.365000', '193848.367000', '193848.370000', '193848.372000', '193848.375000', '193848.377000', '193848.380000', '193848.383000', '193848.385000', '193848.388000', '193848.390000', '193848.400000', '193848.402000', '193848.405000', '193848.407000', '193848.410000', '193848.413000', '193848.415000', '193848.418000', '193848.420000', '193848.423000', '193848.425000', '193848.428000', '193848.431000', '193848.433000', '193848.436000', '193848.439000', '193848.441000', '193848.444000', '193848.446000', '193848.449000', '193848.452000', '193848.454000', '193848.457000', '193848.459000', '193848.462000', '193848.464000', '193908.347000', '193908.350000', '193908.353000', '193908.356000', '193908.358000', '193908.361000', '193908.363000', '193908.366000', '193908.369000', '193908.371000', '193908.374000', '193908.377000', '193908.379000', '193908.382000', '193908.384000', '193908.387000', '193908.416000', '193908.418000', '193908.421000', '193908.424000', '193908.426000', '193908.429000', '193908.431000', '193908.434000', '193908.436000', '193908.439000', '193908.442000', '193908.444000', '193908.452000', '193908.454000', '193908.457000', '193908.460000', '193908.462000', '193908.465000', '193908.467000', '193908.470000', '193908.472000', '193908.475000', '193908.478000', '193908.480000', '193908.483000', '193908.486000', '193908.488000', '193928.348000', '193928.350000', '193928.353000', '193928.356000', '193928.358000', '193928.361000', '193928.364000', '193928.366000', '193928.369000', '193928.371000', '193928.374000', '193928.376000', '193928.379000', '193928.382000', '193928.384000', '193928.387000', '193928.389000', '193928.392000', '193928.395000', '193928.397000', '193928.400000', '193928.402000', '193928.405000', '193928.408000', '193928.410000', '193928.413000', '193928.415000', '193928.418000', '193928.421000', '193928.423000', '193928.426000', '193928.428000', '193928.431000', '193928.433000', '193928.436000', '193928.439000', '193928.441000', '193928.444000', '193928.446000', '193928.449000', '193928.452000', '193928.454000', '193928.457000', '193928.460000', '193948.348000', '193948.350000', '193948.353000', '193948.356000', '193948.358000', '193948.361000', '193948.363000', '193948.366000', '193948.369000', '193948.371000', '193948.374000', '193948.377000', '193948.379000', '193948.382000', '193948.384000', '193948.387000', '193948.390000', '193948.392000', '193948.395000', '193948.398000', '193948.400000', '193948.403000', '193948.405000', '193948.408000', '193948.410000', '193948.413000', '193948.416000', '193948.418000', '193948.421000', '193948.423000', '193948.426000', '193948.429000', '193948.431000', '193948.434000', '193948.436000', '193948.439000', '193948.442000', '193948.444000', '193948.455000', '193948.458000', '193948.461000', '193948.463000', '193948.466000', '193948.468000', '194008.348000', '194008.351000', '194008.354000', '194008.356000', '194008.359000', '194008.362000', '194008.364000', '194008.367000', '194008.369000', '194008.372000', '194008.375000', '194008.377000', '194008.380000', '194008.382000', '194008.385000', '194008.388000', '194008.390000', '194008.393000', '194008.395000', '194008.398000', '194008.401000', '194008.403000', '194008.406000', '194008.408000', '194008.411000', '194008.414000', '194008.416000', '194008.419000', '194008.422000', '194008.424000', '194008.427000', '194008.429000', '194008.432000', '194008.434000', '194008.437000', '194008.440000', '194008.442000', '194008.445000', '194008.447000', '194008.450000', '194008.453000', '194008.455000', '194008.458000', '194028.348000', '194028.351000', '194028.354000', '194028.357000', '194028.359000', '194028.362000', '194028.365000', '194028.367000', '194028.370000', '194028.373000', '194028.375000', '194028.378000', '194028.380000', '194028.383000', '194028.386000', '194028.388000', '194028.391000', '194028.394000', '194028.396000', '194028.399000', '194028.401000', '194028.404000', '194028.407000', '194028.409000', '194028.412000', '194028.415000', '194028.417000', '194028.420000', '194028.422000', '194028.425000', '194028.428000', '194028.430000', '194028.433000', '194028.436000', '194028.438000', '194028.441000', '194028.443000', '194028.446000', '194028.449000', '194028.451000', '194028.454000', '194028.456000', '194028.459000', '194028.462000', '194048.348000', '194048.351000', '194048.354000', '194048.357000', '194048.359000', '194048.362000', '194048.364000', '194048.367000', '194048.369000', '194048.372000', '194048.375000', '194048.420000', '194048.423000', '194048.426000', '194048.428000', '194048.431000', '194048.433000', '194048.436000', '194048.439000', '194048.441000', '194048.444000', '194048.446000', '194048.449000', '194048.452000', '194048.454000', '194048.457000', '194048.460000', '194048.462000', '194048.465000', '194048.467000', '194048.470000', '194048.472000', '194048.475000', '194048.478000', '194048.480000', '194048.483000', '194048.485000', '194048.488000', '194048.491000', '194048.493000', '194048.496000', '194048.498000', '194048.501000', '194108.349000', '194108.352000', '194108.354000', '194108.357000', '194108.360000', '194108.362000', '194108.365000', '194108.367000', '194108.370000', '194108.373000', '194108.375000', '194108.378000', '194108.381000', '194108.383000', '194108.386000', '194108.388000', '194108.391000', '194108.394000', '194108.396000', '194108.399000', '194108.401000', '194108.404000', '194108.407000', '194108.409000', '194108.412000', '194108.415000', '194108.417000', '194108.420000', '194108.422000', '194108.425000', '194108.428000', '194108.430000', '194108.433000', '194108.435000', '194108.438000', '194108.441000', '194108.443000', '194108.446000', '194108.449000', '194108.451000', '194108.454000', '194108.457000', '194108.459000', '194108.462000', '194128.347000', '194128.350000', '194128.353000', '194128.356000', '194128.358000', '194128.361000', '194128.363000', '194128.366000', '194128.369000', '194128.371000', '194128.374000', '194128.377000', '194128.379000', '194128.382000', '194128.384000', '194128.387000', '194128.390000', '194128.392000', '194128.395000', '194128.398000', '194128.400000', '194128.403000', '194128.406000', '194128.408000', '194128.411000', '194128.413000', '194128.416000', '194128.419000', '194128.421000', '194128.424000', '194128.427000', '194128.429000', '194128.432000', '194128.435000', '194128.437000', '194128.440000', '194128.443000', '194128.445000', '194128.448000', '194128.451000', '194128.453000', '194128.456000', '194128.458000', '194148.348000', '194148.351000', '194148.354000', '194148.357000', '194148.359000', '194148.362000', '194148.364000', '194148.367000', '194148.370000', '194148.372000', '194148.375000', '194148.377000', '194148.380000', '194148.383000', '194148.385000', '194148.388000', '194148.390000', '194148.393000', '194148.396000', '194148.398000', '194148.401000', '194148.404000', '194148.406000', '194148.409000', '194148.412000', '194148.414000', '194148.417000', '194148.420000', '194148.422000', '194148.425000', '194148.427000', '194148.430000', '194148.433000', '194148.435000', '194148.438000', '194148.440000', '194148.443000', '194148.446000', '194148.448000', '194148.451000', '194148.454000', '194148.456000', '194148.459000', '194148.461000', '194208.347000', '194208.350000', '194208.353000', '194208.356000', '194208.358000', '194208.361000', '194208.363000', '194208.366000', '194208.373000', '194208.376000', '194208.379000', '194208.381000', '194208.384000', '194208.386000', '194208.389000', '194208.392000', '194208.394000', '194208.397000', '194208.399000', '194208.402000', '194208.405000', '194208.407000', '194208.410000', '194208.413000', '194208.415000', '194208.418000', '194208.421000', '194208.423000', '194208.426000', '194208.428000', '194208.431000', '194208.434000', '194208.436000', '194208.439000', '194208.441000', '194208.444000', '194208.447000', '194208.449000', '194208.452000', '194208.454000', '194208.457000', '194208.460000', '194208.462000', '194228.349000', '194228.351000', '194228.354000', '194228.357000', '194228.359000', '194228.362000', '194228.364000', '194228.367000', '194228.370000', '194228.372000', '194228.375000', '194228.378000', '194228.380000', '194228.383000', '194228.385000', '194228.388000', '194228.391000', '194228.393000', '194228.396000', '194228.398000', '194228.401000', '194228.404000', '194228.406000', '194228.409000', '194228.412000', '194228.414000', '194228.417000', '194228.420000', '194228.422000', '194228.425000', '194228.427000', '194228.430000', '194228.433000', '194228.435000', '194228.438000', '194228.440000', '194228.443000', '194228.446000', '194228.448000', '194228.451000', '194228.454000', '194228.456000', '194228.459000', '194228.461000', '194248.348000', '194248.351000', '194248.354000', '194248.357000', '194248.359000', '194248.362000', '194248.364000', '194248.367000', '194248.370000', '194248.372000', '194248.375000', '194248.378000', '194248.380000', '194248.383000', '194248.385000', '194248.388000', '194248.391000', '194248.393000', '194248.396000', '194248.398000', '194248.401000', '194248.404000', '194248.406000', '194248.409000', '194248.411000', '194248.414000', '194248.417000', '194248.419000', '194248.422000', '194248.425000', '194248.427000', '194248.430000', '194248.432000', '194248.435000', '194248.438000', '194248.440000', '194248.443000', '194248.445000', '194248.448000', '194248.451000', '194248.453000', '194248.456000', '194248.459000', '194308.348000', '194308.351000', '194308.354000', '194308.356000', '194308.359000', '194308.362000', '194308.364000', '194308.367000', '194308.369000', '194308.372000', '194308.375000', '194308.377000', '194308.380000', '194308.382000', '194308.385000', '194308.389000', '194308.391000', '194308.394000', '194308.397000', '194308.400000', '194308.402000', '194308.405000', '194308.408000', '194308.410000', '194308.413000', '194308.415000', '194308.418000', '194308.421000', '194308.423000', '194308.426000', '194308.428000', '194308.431000', '194308.434000', '194308.436000', '194308.439000', '194308.442000', '194308.444000', '194308.447000', '194308.450000', '194308.452000', '194308.455000', '194308.457000', '194308.460000', '194328.349000', '194328.351000', '194328.354000', '194328.357000', '194328.359000', '194328.362000', '194328.364000', '194328.367000', '194328.370000', '194328.372000', '194328.375000', '194328.377000', '194328.380000', '194328.383000', '194328.385000', '194328.388000', '194328.391000', '194328.393000', '194328.396000', '194328.410000', '194328.412000', '194328.415000', '194328.417000', '194328.420000', '194328.423000', '194328.425000', '194328.428000', '194328.431000', '194328.433000', '194328.436000', '194328.438000', '194328.441000', '194328.444000', '194328.448000', '194328.451000', '194328.454000', '194328.456000', '194328.459000', '194328.461000', '194328.464000', '194328.466000', '194328.469000', '194328.472000', '194328.474000', '194348.347000', '194348.350000', '194348.353000', '194348.356000', '194348.358000', '194348.361000', '194348.364000', '194348.367000', '194348.369000', '194348.372000', '194348.374000', '194348.377000', '194348.380000', '194348.383000', '194348.386000', '194348.388000', '194348.391000', '194348.393000', '194348.422000', '194348.425000', '194348.427000', '194348.430000', '194348.433000', '194348.435000', '194348.438000', '194348.440000', '194348.443000', '194348.445000', '194348.448000', '194348.451000', '194348.453000', '194348.456000', '194348.458000', '194348.461000', '194348.464000', '194348.466000', '194348.469000', '194348.472000', '194348.474000', '194348.477000', '194348.479000', '194348.482000', '194348.485000', '194408.348000', '194408.350000', '194408.353000', '194408.356000', '194408.358000', '194408.361000', '194408.364000', '194408.366000', '194408.369000', '194408.372000', '194408.374000', '194408.377000', '194408.380000', '194408.382000', '194408.385000', '194408.388000', '194408.390000', '194408.393000', '194408.395000', '194408.398000', '194408.401000', '194408.403000', '194408.406000', '194408.409000', '194408.411000', '194408.414000', '194408.416000', '194408.419000', '194408.422000', '194408.424000', '194408.427000', '194408.430000', '194408.432000', '194408.435000', '194408.437000', '194408.440000', '194408.443000', '194408.445000', '194408.448000', '194408.451000', '194408.453000', '194408.456000', '194408.458000', '194408.461000', '194428.348000', '194428.351000', '194428.353000', '194428.356000', '194428.359000', '194428.361000', '194428.364000', '194428.366000', '194428.369000', '194428.372000', '194428.374000', '194428.377000', '194428.379000', '194428.382000', '194428.385000', '194428.388000', '194428.391000', '194428.393000', '194428.396000', '194428.399000', '194428.401000', '194428.404000', '194428.407000', '194428.409000', '194428.412000', '194428.414000', '194428.417000', '194428.419000', '194428.422000', '194428.425000', '194428.428000', '194428.431000', '194428.434000', '194428.436000', '194428.439000', '194428.441000', '194428.444000', '194428.446000', '194428.449000', '194428.452000', '194428.454000', '194428.457000', '194428.459000', '194448.348000', '194448.351000', '194448.354000', '194448.357000', '194448.359000', '194448.362000', '194448.365000', '194448.367000', '194448.370000', '194448.372000', '194448.375000', '194448.377000', '194448.380000', '194448.383000', '194448.385000', '194448.388000', '194448.391000', '194448.393000', '194448.396000', '194448.399000', '194448.401000', '194448.404000', '194448.407000', '194448.409000', '194448.412000', '194448.414000', '194448.417000', '194448.420000', '194448.422000', '194448.425000', '194448.427000', '194448.430000', '194448.433000', '194448.435000', '194448.438000', '194448.440000', '194448.443000', '194448.446000', '194448.448000', '194448.451000', '194448.453000', '194448.456000', '194448.459000', '194448.461000', '194508.349000', '194508.352000', '194508.354000', '194508.357000', '194508.359000', '194508.362000', '194508.365000', '194508.367000', '194508.370000', '194508.372000', '194508.375000', '194508.377000', '194508.380000', '194508.383000', '194508.385000', '194508.388000', '194508.391000', '194508.394000', '194508.396000', '194508.399000', '194508.402000', '194508.404000', '194508.407000', '194508.409000', '194508.412000', '194508.414000', '194508.417000', '194508.420000', '194508.422000', '194508.440000', '194508.442000', '194508.445000', '194508.447000', '194508.450000', '194508.452000', '194508.455000', '194508.458000', '194508.460000', '194508.463000', '194508.466000', '194508.468000', '194508.471000', '194508.474000', '194528.349000', '194528.352000', '194528.354000', '194528.357000', '194528.359000', '194528.362000', '194528.365000', '194528.367000', '194528.370000', '194528.372000', '194528.375000', '194528.378000', '194528.380000', '194528.383000', '194528.386000', '194528.388000', '194528.391000', '194528.394000', '194528.396000', '194528.399000', '194528.401000', '194528.404000', '194528.406000', '194528.409000', '194528.412000', '194528.414000', '194528.417000', '194528.419000', '194528.422000', '194528.425000', '194528.427000', '194528.430000', '194528.433000', '194528.435000', '194528.438000', '194528.440000', '194528.443000', '194528.445000', '194528.448000', '194528.451000', '194528.453000', '194528.456000', '194528.458000', '194528.461000', '194548.349000', '194548.351000', '194548.354000', '194548.357000', '194548.359000', '194548.362000', '194548.365000', '194548.367000', '194548.370000', '194548.372000', '194548.375000', '194548.377000', '194548.380000', '194548.383000', '194548.385000', '194548.388000', '194548.391000', '194548.393000', '194548.396000', '194548.398000', '194548.401000', '194548.404000', '194548.406000', '194548.409000', '194548.411000', '194548.414000', '194548.417000', '194548.419000', '194548.422000', '194548.425000', '194548.427000', '194548.430000', '194548.432000', '194548.435000', '194548.438000', '194548.441000', '194548.444000', '194548.446000', '194548.449000', '194548.452000', '194548.454000', '194548.457000', '194548.460000', '194608.348000', '194608.350000', '194608.353000', '194608.356000', '194608.358000', '194608.361000', '194608.363000', '194608.366000', '194608.369000', '194608.371000', '194608.374000', '194608.376000', '194608.379000', '194608.382000', '194608.384000', '194608.387000', '194608.389000', '194608.392000', '194608.395000', '194608.397000', '194608.400000', '194608.402000', '194608.405000', '194608.408000', '194608.410000', '194608.413000', '194608.416000', '194608.418000', '194608.421000', '194608.423000', '194608.426000', '194608.429000', '194608.431000', '194608.434000', '194608.436000', '194608.439000', '194608.442000', '194608.444000', '194608.447000', '194608.449000', '194608.452000', '194608.455000', '194608.457000', '194608.460000', '194628.348000', '194628.350000', '194628.353000', '194628.356000', '194628.358000', '194628.361000', '194628.363000', '194628.366000', '194628.369000', '194628.371000', '194628.374000', '194628.376000', '194628.379000', '194628.382000', '194628.384000', '194628.387000', '194628.389000', '194628.392000', '194628.395000', '194628.397000', '194628.400000', '194628.402000', '194628.405000', '194628.408000', '194628.410000', '194628.460000', '194628.463000', '194628.465000', '194628.468000', '194628.471000', '194628.473000', '194628.476000', '194628.478000', '194628.481000', '194628.484000', '194628.486000', '194628.489000', '194628.491000', '194628.494000', '194628.496000', '194628.499000', '194628.502000', '194628.504000', '194648.348000', '194648.350000', '194648.353000', '194648.356000', '194648.358000', '194648.361000', '194648.364000', '194648.366000', '194648.369000', '194648.371000', '194648.374000', '194648.377000', '194648.379000', '194648.382000', '194648.384000', '194648.387000', '194648.390000', '194648.392000', '194648.395000', '194648.397000', '194648.400000', '194648.402000', '194648.405000', '194648.408000', '194648.410000', '194648.413000', '194648.416000', '194648.418000', '194648.421000', '194648.424000', '194648.426000', '194648.429000', '194648.431000', '194648.434000', '194648.437000', '194648.439000', '194648.442000', '194648.444000', '194648.447000', '194648.450000', '194648.452000', '194648.455000', '194648.458000', '194648.460000', '194708.348000', '194708.351000', '194708.354000', '194708.357000', '194708.359000', '194708.362000', '194708.364000', '194708.367000', '194708.370000', '194708.372000', '194708.375000', '194708.378000', '194708.380000', '194708.383000', '194708.385000', '194708.388000', '194708.391000', '194708.393000', '194708.396000', '194708.398000', '194708.401000', '194708.403000', '194708.406000', '194708.409000', '194708.411000', '194708.414000', '194708.417000', '194708.419000', '194708.422000', '194708.424000', '194708.427000', '194708.430000', '194708.433000', '194708.435000', '194708.438000', '194708.440000', '194708.443000', '194708.446000', '194708.448000', '194708.451000', '194708.454000', '194708.456000', '194708.459000', '194728.349000', '194728.351000', '194728.354000', '194728.357000', '194728.359000', '194728.362000', '194728.365000', '194728.367000', '194728.370000', '194728.372000', '194728.375000', '194728.378000', '194728.380000', '194728.383000', '194728.385000', '194728.388000', '194728.391000', '194728.393000', '194728.396000', '194728.398000', '194728.401000', '194728.404000', '194728.406000', '194728.409000', '194728.411000', '194728.414000', '194728.417000', '194728.419000', '194728.422000', '194728.425000', '194728.427000', '194728.430000', '194728.432000', '194728.435000', '194728.438000', '194728.440000', '194728.443000', '194728.445000', '194728.448000', '194728.451000', '194728.453000', '194728.456000', '194728.459000', '194728.461000', '194747.083000', '194747.086000', '194747.088000', '194747.091000', '194747.094000', '194747.097000', '194747.099000', '194747.120000', '194747.123000', '194747.126000', '194747.128000', '194747.131000', '194747.134000', '194747.137000', '194747.140000', '194747.142000', '194747.145000', '194747.148000', '194747.151000', '194747.154000', '194747.157000', '194747.160000', '194747.164000', '194747.166000', '194747.169000', '194747.172000', '194747.175000', '194747.177000', '194747.180000', '194747.183000', '194747.190000', '194747.196000', '194747.210000', '194747.216000', '194747.219000', '194747.222000', '194747.225000', '194747.228000', '194747.231000', '194747.233000', '194747.236000'], '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': [7814, 11952, 7083, 10764, 7113, 10363, 6748, 7857, 6635, 7035, 10977, 6952, 9831, 6688, 8411, 6730, 7169, 10204, 6849, 9766, 6662, 9291, 6433, 7962, 10158, 7056, 12684, 6726, 8885, 6727, 8884, 7179, 8701, 12701, 6741, 11465, 6732, 10712, 7468, 10935, 9337, 7029, 12281, 6865, 9809, 7032, 11683, 6851, 7262, 13379, 6894, 7801, 6730, 10248, 6717, 8334, 13172, 6887, 12213, 7004, 10313, 6852, 7799, 6663, 7059, 10411, 6974, 10155, 6689, 9581, 6673, 7948, 9858, 7124, 10337, 6485, 8697, 6559, 9352, 7152, 8149, 12661, 6865, 11414, 6713, 9796, 6906, 9536, 6536, 7531, 12940, 6696, 10151, 6679, 10142, 6593, 8418, 6696, 7048, 11767, 6550, 10411, 6531, 9801, 6367, 8082, 7634, 7027, 11797, 6520, 8614, 6523, 9647, 6841, 8114, 6868, 7212, 11526, 6416, 8848, 6949, 8869, 6672, 6985, 9577, 6359, 8106, 6726, 8579, 6648, 9854, 6750, 7869, 11926, 6681, 10307, 6839, 11828, 7255, 8457, 6626, 7394, 11093, 6827, 9990, 6745, 10978, 6472, 8313, 6604, 7095, 11618, 6862, 10518, 6700, 8832, 6428, 7100, 6664, 6703, 9780, 6674, 9474, 6586, 8529, 6529, 7875, 6881, 7109, 11377, 6755, 10655, 6823, 8458, 6622, 9294, 6971, 9352, 11244, 6858, 11935, 6369, 9170, 6405, 8305, 6925, 6939, 11785, 6892, 8081, 6590, 8746, 6870, 8657, 6467, 7228, 9704, 6349, 8791, 6728, 7934, 6638, 7839, 6543, 7488, 8655, 6857, 9515, 6457, 8831, 6410, 8550, 6769, 7320, 10014, 6761, 8727, 6618, 9396, 7128, 10475, 6802, 7312, 11251, 6672, 9042, 6636, 10706, 6585, 8398, 6962, 6965, 9452, 6479, 9153, 6532, 8886, 6782, 7445, 9525, 6631, 8127, 6673, 9045, 6936, 7500, 9284, 6752, 8153, 6826, 9949, 6590, 7827, 10844, 6656, 9576, 6731, 9891, 6557, 7786, 10740, 6776, 8952, 6367, 8930, 6540, 8460, 6698, 7624, 9532, 6522, 7443, 6930, 9717, 6990, 8000, 6978, 7527, 9361, 6670, 7747, 6654, 9118, 6714, 7611, 9279, 6677, 8008, 6628, 11183, 6609, 8005, 9069, 6628, 8462, 6520, 8202, 6495, 8897, 6614, 7206, 9013, 6688, 8149, 6899, 10270, 6523, 8057, 10478, 6915, 9713, 6495, 8846, 6512, 9162, 7593, 8793, 11271, 6563, 9177, 6677, 10050, 6969, 7971, 9848, 6526, 9750, 6558, 10048, 6506, 7861, 10616, 7231, 9385, 6423, 7706, 6650, 9065, 7060, 7493, 9567, 6646, 9417, 6612, 9885, 6435, 6863, 7054, 7216, 10320, 6524, 9029, 6774, 8226, 7054, 7656, 6664, 8402, 7031, 10791, 8101, 7490, 10048, 6443, 8197, 6716, 11411, 7194, 11304, 6947, 7185, 9521, 6549, 8191, 6846, 10577, 6710, 7681, 7409, 6822, 8858, 6643, 8311, 6617, 8214, 6739, 7032, 8890, 6612, 8035, 6584, 9194, 6564, 8020, 6560, 6636, 8670, 6664, 8019, 6875, 9111, 6536, 8389, 7010, 8261, 10399, 6414, 8297, 6423, 10187, 6976, 10306, 6799, 7546, 9459, 6728, 7806, 6719, 10701, 7072, 11324, 6717, 7729, 9275, 6481, 8456, 6967, 9569, 6389, 8833, 6889, 7217, 9357, 6706, 8421, 6591, 9746, 7060, 7837, 10373, 7070, 9290, 6494, 8857, 6446, 10052, 6929, 8008, 7741, 7304, 9340, 6461, 7364, 6593, 9414, 6954, 7961, 6828, 7331, 8014, 6394, 7805, 6619, 8322, 6878, 7499, 8579, 6606, 7577, 6639, 9343, 6885, 7423, 9843, 6577, 7859, 6594, 9615, 7084, 7779, 7803, 6827, 8194, 6549, 10493, 7007, 8712, 6936, 7614, 10280, 6689, 8458, 6623, 11437, 6690, 8167, 8705, 6681, 9016, 6649, 10470, 6595, 8953, 6644, 7476, 9552, 6872, 8559, 6749, 8526, 6612, 8768, 6700, 7779, 10045, 6556, 9408, 6847, 11045, 6759, 11208, 6835, 7642, 9728, 6726, 9238, 6569, 8529, 6639, 8792, 6633, 7638, 6861, 7179, 9419, 6601, 8300, 6580, 9527, 6720, 8297, 7105, 8939, 8659, 6615, 8939, 6545, 8327, 6472, 8140, 6688, 7743, 6656, 6900, 9358, 6909, 9088, 6768, 7557, 6714, 7807, 7994, 7730, 11338, 6796, 9841, 6640, 7641, 6799, 8332, 8878, 8049, 11359, 6828, 10634, 6726, 8863, 6709, 8670, 6761, 6587, 10268, 6956, 10087, 6717, 9193, 6732, 7041, 7752, 6900, 10171, 6819, 8930, 6711, 7615, 6678, 7373, 10105, 7336, 10594, 6682, 7963, 6821, 8393, 6544, 8365, 6695, 6534, 9874, 6807, 10849, 6762, 10343, 7028, 8083, 6777, 7650, 9838, 7411, 11533, 6646, 9972, 6471, 8883, 6601, 8522, 6660, 10318, 9269, 7292, 11075, 6952, 10554, 6787, 10347, 6806, 6765, 6816, 8500, 9506, 8381, 7379, 6864, 10309, 6865, 10945, 7101, 10708, 6819, 7663, 6879, 7724, 8641, 8192, 11622, 6772, 10445, 6707, 8518, 6724, 7886, 9489, 7350, 11250, 6695, 10331, 6722, 8210, 6811, 7693, 6771, 6648, 7226, 6944, 9907, 6820, 9574, 6910, 7005, 6946, 7195, 8738, 6902, 10847, 6849, 9766, 6845, 8797, 6593, 8139, 8225, 6584, 11477, 6973, 10125, 7040, 9625, 6833, 9521, 9507, 6611, 10936, 6834, 10042, 6572, 7778, 6390, 6440, 10277, 6642, 9733, 6804, 8912, 6881, 7135, 6633, 6768, 11344, 7049, 10062, 6791, 7684, 6440, 7112, 10961, 6840, 10515, 6626, 8226, 6807, 8108, 7382, 7051, 10953, 6555, 10463, 6660, 8513, 6630, 6639, 6625, 6684, 9649, 6703, 8991, 6551, 6860, 6552, 6778, 10386, 6806, 9190, 6780, 7520, 6909, 6811, 10504, 6587, 8827, 6605, 7055, 8580, 6633, 10141, 6511, 9234, 6555, 6766, 9965, 6769, 9129, 6821, 8507, 6725, 6925, 11002, 6798, 9057, 6603, 8409, 6584, 7241, 11059, 6700, 9845, 6657, 7750, 10597, 6822, 10426, 6934, 8071, 6953, 7601, 8398, 7102, 10901, 6724, 9815, 6635, 8455, 6608, 7094, 10678, 6574, 10669, 6641, 9515, 6565, 8826, 6613, 6701, 11489, 6781, 10167, 6867, 10094, 6558, 7510, 8477, 6866, 11362, 7033, 10475, 6662, 7911, 6544, 7917, 8997, 7905, 11755, 6760, 10398, 6617, 8503, 6408, 7812, 7446, 6604, 11143, 6855, 9330, 6711, 8683, 6731, 6995, 6659, 7131, 11117, 6843, 10657, 6600, 8684, 6700, 7596, 9394, 6624, 10521, 6683, 9064, 6866, 8899, 6510, 9708, 8824, 6827, 9951, 7411, 10419, 6872, 12918, 7934, 13122, 7722, 6937, 10325, 6861, 8269, 6878, 9179, 6590, 7963, 6605, 6699, 10125, 6699, 9837, 6939, 9414, 6805, 7115, 6640, 6900, 11218, 7027, 10826, 6769, 8825, 6932, 7716, 11280, 7577, 10451, 6809, 8153, 6873, 7792, 9107, 7190, 11028, 6690, 10015, 6873, 9072, 6750, 8290, 6600, 6723, 9790, 6982, 9246, 6866, 9180, 6756, 9529, 6652, 6767, 9699, 6923, 10348, 6847, 10032, 6670, 7775, 6516, 6658, 10785, 6650, 9675, 6844, 9283, 6736, 6783, 7108, 6762, 10521, 6975, 9674, 6755, 7588, 6391, 6608, 10551, 6765, 9939, 6896, 8483, 6687, 6763, 9417, 6627, 10194, 6820, 9414, 6713, 7373, 6544, 6567, 10139, 6669, 9901, 6784, 9515, 6618, 7918, 7215, 6775, 11010, 7043, 9704, 6805, 7553, 6625, 6824, 10759, 6997, 9441, 6759, 7966, 6610, 6794, 11495, 7051, 10157, 6627, 8599, 6709, 7108, 11108, 6848, 10339, 6844, 8849, 6775, 7540, 9784, 7626, 11653, 6699, 10586, 6850, 8350, 6521, 7002, 10520, 6631, 10638, 6791, 7684, 6551, 6999, 6571, 6585, 10536, 7009, 9605, 7006, 9263, 6720, 8122, 6715, 7089, 8589, 7307, 11249, 6593, 10870, 6632, 9547, 6761, 7696, 6293, 6933, 9593, 6891, 10114, 7054, 9674, 7131, 8237, 6830, 7892, 6847, 7204, 8424, 6704, 11385, 6887, 9793, 6838, 10022, 6567, 8751, 6463, 7114, 11250, 6773, 10570, 6759, 10062, 6796, 8546, 6610, 8437, 9512, 6548, 10984, 6648, 9090, 6684, 8708, 6509, 7002, 6735, 6903, 10702, 7346, 10291, 6753, 9139, 6548, 7599, 6773, 6670, 11140, 6812, 10558, 6718, 9835, 6732, 9594, 6633, 9447, 6536, 6695, 9903, 6848, 10387, 7244, 10527, 6694, 8415, 6698, 8014, 6460, 7620, 8816, 6493, 10734, 6682, 9883, 6894, 9298, 6839, 7753, 6880, 6562, 11468, 6918, 10412, 6598, 7482, 6620, 7838, 7090, 6918, 10780, 6739, 10488, 6827, 8624, 6618, 7415, 6560, 7140, 10850, 6813, 10387, 6831, 10052, 6679, 8459, 6833, 6752, 11350, 7196, 10244, 6601, 8938, 6351, 7263, 11149, 6629, 11143, 6736, 9919, 6684, 8384, 7465, 7166, 10949, 6834, 10542, 6708, 8996, 6628, 8538, 6359, 6854, 10625, 6927, 10897, 6880, 10140, 6682, 8398, 6492, 6902, 10812, 6664, 10112, 6693, 8928, 6615, 8489, 6505, 6572, 10305, 6746, 10464, 6658, 10954, 6615, 9243, 6814, 7151, 11809, 7857, 9906, 6954, 7364, 6785, 7988, 6541, 9781, 6424, 7205, 8800, 6885, 10502, 6800, 10310, 6989, 9870, 6838, 8511, 6636, 7498, 8830, 7759, 10854, 6492, 10794, 6611, 9938, 7109, 8635, 6684, 7163, 6687, 6555, 10920, 6974, 11138, 6673, 9959, 6529, 8362, 6516, 7099, 11674, 8719, 9908, 6877, 7043, 6499, 7059, 11031, 6709, 9896, 6691, 9243, 6545, 7893, 7678, 6887, 11274, 6568], 'WindowCenter': [3940.0, 3965.0, 3913.0, 3940.0, 3898.0, 3927.0, 3885.0, 3907.0, 3873.0, 3885.0, 3925.0, 3885.0, 3915.0, 3883.0, 3904.0, 3883.0, 3897.0, 3925.0, 3886.0, 3926.0, 3885.0, 3917.0, 3875.0, 3908.0, 3926.0, 3897.0, 3947.0, 3885.0, 3915.0, 3884.0, 3917.0, 3884.0, 3917.0, 3946.0, 3885.0, 3936.0, 3885.0, 3926.0, 3896.0, 3937.0, 3915.0, 3884.0, 3934.0, 3872.0, 3915.0, 3884.0, 3937.0, 3873.0, 3884.0, 3933.0, 3882.0, 3893.0, 3883.0, 3925.0, 3882.0, 3905.0, 3934.0, 3883.0, 3934.0, 3883.0, 3912.0, 3872.0, 3881.0, 3870.0, 3884.0, 3925.0, 3885.0, 3925.0, 3873.0, 3913.0, 3872.0, 3904.0, 3926.0, 3884.0, 3925.0, 3873.0, 3904.0, 3873.0, 3916.0, 3886.0, 3907.0, 3945.0, 3885.0, 3936.0, 3884.0, 3927.0, 3895.0, 3917.0, 3873.0, 3896.0, 3936.0, 3884.0, 3925.0, 3885.0, 3925.0, 3883.0, 3904.0, 3872.0, 3895.0, 3937.0, 3875.0, 3925.0, 3873.0, 3914.0, 3873.0, 3905.0, 3895.0, 3884.0, 3936.0, 3874.0, 3904.0, 3873.0, 3927.0, 3885.0, 3907.0, 3885.0, 3895.0, 3935.0, 3875.0, 3916.0, 3897.0, 3917.0, 3883.0, 3884.0, 3914.0, 3874.0, 3905.0, 3887.0, 3918.0, 3888.0, 3929.0, 3887.0, 3907.0, 3937.0, 3887.0, 3927.0, 3885.0, 3937.0, 3894.0, 3905.0, 3885.0, 3895.0, 3926.0, 3884.0, 3916.0, 3873.0, 3925.0, 3873.0, 3904.0, 3872.0, 3884.0, 3935.0, 3884.0, 3924.0, 3872.0, 3904.0, 3872.0, 3883.0, 3873.0, 3885.0, 3915.0, 3885.0, 3914.0, 3884.0, 3904.0, 3874.0, 3905.0, 3885.0, 3885.0, 3936.0, 3885.0, 3925.0, 3886.0, 3905.0, 3885.0, 3917.0, 3884.0, 3915.0, 3924.0, 3884.0, 3935.0, 3874.0, 3915.0, 3874.0, 3906.0, 3884.0, 3883.0, 3934.0, 3884.0, 3894.0, 3885.0, 3905.0, 3885.0, 3916.0, 3874.0, 3896.0, 3914.0, 3875.0, 3905.0, 3885.0, 3906.0, 3885.0, 3895.0, 3874.0, 3897.0, 3917.0, 3886.0, 3927.0, 3886.0, 3916.0, 3886.0, 3918.0, 3885.0, 3908.0, 3926.0, 3887.0, 3916.0, 3886.0, 3917.0, 3896.0, 3940.0, 3886.0, 3910.0, 3938.0, 3886.0, 3916.0, 3885.0, 3938.0, 3884.0, 3906.0, 3884.0, 3884.0, 3915.0, 3876.0, 3916.0, 3873.0, 3905.0, 3872.0, 3895.0, 3915.0, 3884.0, 3904.0, 3883.0, 3904.0, 3882.0, 3896.0, 3916.0, 3885.0, 3905.0, 3884.0, 3925.0, 3873.0, 3895.0, 3925.0, 3884.0, 3915.0, 3873.0, 3914.0, 3872.0, 3894.0, 3924.0, 3884.0, 3905.0, 3873.0, 3904.0, 3872.0, 3906.0, 3884.0, 3906.0, 3916.0, 3875.0, 3894.0, 3885.0, 3928.0, 3885.0, 3907.0, 3884.0, 3895.0, 3915.0, 3886.0, 3895.0, 3885.0, 3916.0, 3884.0, 3895.0, 3915.0, 3885.0, 3906.0, 3885.0, 3937.0, 3884.0, 3905.0, 3903.0, 3884.0, 3906.0, 3874.0, 3905.0, 3873.0, 3915.0, 3872.0, 3896.0, 3914.0, 3885.0, 3905.0, 3885.0, 3927.0, 3874.0, 3908.0, 3925.0, 3885.0, 3914.0, 3873.0, 3904.0, 3873.0, 3916.0, 3894.0, 3904.0, 3926.0, 3885.0, 3915.0, 3873.0, 3927.0, 3883.0, 3894.0, 3914.0, 3874.0, 3914.0, 3872.0, 3914.0, 3873.0, 3905.0, 3925.0, 3894.0, 3914.0, 3872.0, 3893.0, 3872.0, 3915.0, 3883.0, 3896.0, 3915.0, 3884.0, 3915.0, 3874.0, 3925.0, 3873.0, 3886.0, 3896.0, 3896.0, 3926.0, 3886.0, 3916.0, 3885.0, 3904.0, 3883.0, 3894.0, 3885.0, 3917.0, 3896.0, 3938.0, 3904.0, 3896.0, 3926.0, 3874.0, 3904.0, 3885.0, 3937.0, 3885.0, 3937.0, 3882.0, 3885.0, 3914.0, 3874.0, 3905.0, 3884.0, 3926.0, 3874.0, 3894.0, 3882.0, 3884.0, 3903.0, 3884.0, 3904.0, 3873.0, 3904.0, 3872.0, 3895.0, 3915.0, 3885.0, 3905.0, 3885.0, 3916.0, 3884.0, 3907.0, 3884.0, 3887.0, 3917.0, 3886.0, 3906.0, 3886.0, 3916.0, 3874.0, 3918.0, 3895.0, 3908.0, 3927.0, 3876.0, 3906.0, 3886.0, 3927.0, 3896.0, 3927.0, 3885.0, 3896.0, 3915.0, 3885.0, 3894.0, 3887.0, 3939.0, 3896.0, 3938.0, 3885.0, 3907.0, 3916.0, 3886.0, 3906.0, 3896.0, 3928.0, 3876.0, 3917.0, 3884.0, 3897.0, 3927.0, 3886.0, 3906.0, 3884.0, 3916.0, 3884.0, 3907.0, 3926.0, 3886.0, 3916.0, 3874.0, 3904.0, 3873.0, 3926.0, 3884.0, 3894.0, 3893.0, 3884.0, 3915.0, 3873.0, 3882.0, 3883.0, 3915.0, 3885.0, 3906.0, 3884.0, 3895.0, 3893.0, 3874.0, 3895.0, 3885.0, 3906.0, 3884.0, 3896.0, 3905.0, 3885.0, 3895.0, 3887.0, 3929.0, 3885.0, 3897.0, 3916.0, 3885.0, 3904.0, 3887.0, 3928.0, 3885.0, 3907.0, 3895.0, 3886.0, 3905.0, 3886.0, 3939.0, 3897.0, 3918.0, 3895.0, 3907.0, 3926.0, 3886.0, 3907.0, 3886.0, 3938.0, 3885.0, 3906.0, 3905.0, 3886.0, 3917.0, 3885.0, 3926.0, 3873.0, 3916.0, 3873.0, 3895.0, 3916.0, 3885.0, 3906.0, 3884.0, 3905.0, 3884.0, 3917.0, 3884.0, 3896.0, 3926.0, 3885.0, 3915.0, 3885.0, 3937.0, 3885.0, 3937.0, 3884.0, 3895.0, 3914.0, 3885.0, 3915.0, 3884.0, 3906.0, 3885.0, 3906.0, 3873.0, 3895.0, 3884.0, 3895.0, 3916.0, 3885.0, 3905.0, 3884.0, 3915.0, 3885.0, 3917.0, 3886.0, 3918.0, 3905.0, 3885.0, 3905.0, 3874.0, 3905.0, 3874.0, 3906.0, 3884.0, 3906.0, 3885.0, 3896.0, 3917.0, 3896.0, 3917.0, 3899.0, 3910.0, 3885.0, 3898.0, 3905.0, 3906.0, 3939.0, 3886.0, 3926.0, 3886.0, 3896.0, 3887.0, 3907.0, 3917.0, 3908.0, 3937.0, 3887.0, 3925.0, 3886.0, 3917.0, 3885.0, 3917.0, 3887.0, 3887.0, 3926.0, 3886.0, 3926.0, 3887.0, 3917.0, 3886.0, 3885.0, 3896.0, 3899.0, 3927.0, 3887.0, 3917.0, 3885.0, 3908.0, 3888.0, 3899.0, 3927.0, 3899.0, 3927.0, 3887.0, 3906.0, 3888.0, 3908.0, 3876.0, 3908.0, 3886.0, 3886.0, 3927.0, 3888.0, 3938.0, 3887.0, 3928.0, 3897.0, 3907.0, 3885.0, 3908.0, 3927.0, 3896.0, 3938.0, 3886.0, 3926.0, 3885.0, 3918.0, 3886.0, 3918.0, 3900.0, 3941.0, 3917.0, 3896.0, 3937.0, 3898.0, 3926.0, 3886.0, 3926.0, 3885.0, 3886.0, 3886.0, 3930.0, 3929.0, 3908.0, 3896.0, 3886.0, 3926.0, 3886.0, 3926.0, 3886.0, 3926.0, 3886.0, 3895.0, 3885.0, 3908.0, 3917.0, 3906.0, 3937.0, 3885.0, 3926.0, 3873.0, 3905.0, 3874.0, 3906.0, 3915.0, 3894.0, 3925.0, 3874.0, 3925.0, 3885.0, 3904.0, 3873.0, 3895.0, 3873.0, 3886.0, 3884.0, 3886.0, 3927.0, 3886.0, 3915.0, 3884.0, 3885.0, 3885.0, 3898.0, 3916.0, 3898.0, 3938.0, 3886.0, 3926.0, 3887.0, 3917.0, 3886.0, 3907.0, 3906.0, 3885.0, 3937.0, 3886.0, 3926.0, 3886.0, 3927.0, 3885.0, 3917.0, 3916.0, 3873.0, 3924.0, 3874.0, 3916.0, 3872.0, 3895.0, 3862.0, 3873.0, 3914.0, 3884.0, 3914.0, 3874.0, 3904.0, 3884.0, 3884.0, 3873.0, 3885.0, 3935.0, 3885.0, 3914.0, 3873.0, 3895.0, 3873.0, 3884.0, 3925.0, 3885.0, 3926.0, 3884.0, 3904.0, 3884.0, 3907.0, 3895.0, 3886.0, 3925.0, 3874.0, 3924.0, 3884.0, 3916.0, 3884.0, 3886.0, 3883.0, 3885.0, 3914.0, 3886.0, 3918.0, 3875.0, 3886.0, 3875.0, 3885.0, 3926.0, 3885.0, 3928.0, 3886.0, 3897.0, 3885.0, 3886.0, 3926.0, 3886.0, 3917.0, 3886.0, 3886.0, 3904.0, 3885.0, 3925.0, 3875.0, 3917.0, 3874.0, 3885.0, 3915.0, 3886.0, 3915.0, 3885.0, 3918.0, 3886.0, 3887.0, 3927.0, 3885.0, 3916.0, 3885.0, 3919.0, 3886.0, 3897.0, 3936.0, 3886.0, 3927.0, 3886.0, 3908.0, 3927.0, 3887.0, 3927.0, 3886.0, 3907.0, 3886.0, 3909.0, 3918.0, 3898.0, 3939.0, 3888.0, 3928.0, 3888.0, 3919.0, 3887.0, 3898.0, 3927.0, 3887.0, 3926.0, 3888.0, 3929.0, 3886.0, 3918.0, 3874.0, 3886.0, 3936.0, 3887.0, 3928.0, 3886.0, 3928.0, 3875.0, 3896.0, 3905.0, 3886.0, 3937.0, 3884.0, 3926.0, 3885.0, 3905.0, 3875.0, 3908.0, 3916.0, 3906.0, 3936.0, 3886.0, 3925.0, 3874.0, 3906.0, 3875.0, 3895.0, 3895.0, 3885.0, 3937.0, 3887.0, 3916.0, 3886.0, 3916.0, 3885.0, 3887.0, 3885.0, 3897.0, 3937.0, 3887.0, 3936.0, 3886.0, 3917.0, 3885.0, 3908.0, 3916.0, 3886.0, 3927.0, 3886.0, 3917.0, 3888.0, 3919.0, 3876.0, 3929.0, 3916.0, 3887.0, 3929.0, 3909.0, 3937.0, 3886.0, 3949.0, 3906.0, 3948.0, 3895.0, 3884.0, 3913.0, 3874.0, 3904.0, 3885.0, 3915.0, 3884.0, 3906.0, 3874.0, 3874.0, 3924.0, 3886.0, 3925.0, 3885.0, 3916.0, 3884.0, 3885.0, 3874.0, 3885.0, 3935.0, 3885.0, 3925.0, 3874.0, 3915.0, 3884.0, 3895.0, 3924.0, 3894.0, 3925.0, 3872.0, 3894.0, 3872.0, 3896.0, 3904.0, 3885.0, 3925.0, 3874.0, 3912.0, 3874.0, 3916.0, 3874.0, 3905.0, 3872.0, 3874.0, 3912.0, 3884.0, 3914.0, 3884.0, 3916.0, 3884.0, 3915.0, 3873.0, 3885.0, 3913.0, 3885.0, 3926.0, 3884.0, 3915.0, 3874.0, 3894.0, 3873.0, 3873.0, 3925.0, 3885.0, 3915.0, 3874.0, 3915.0, 3873.0, 3885.0, 3883.0, 3873.0, 3925.0, 3884.0, 3914.0, 3872.0, 3895.0, 3872.0, 3874.0, 3925.0, 3884.0, 3926.0, 3885.0, 3905.0, 3872.0, 3873.0, 3904.0, 3874.0, 3925.0, 3885.0, 3915.0, 3884.0, 3896.0, 3874.0, 3884.0, 3927.0, 3886.0, 3927.0, 3886.0, 3916.0, 3874.0, 3906.0, 3884.0, 3886.0, 3936.0, 3885.0, 3915.0, 3874.0, 3896.0, 3884.0, 3886.0, 3937.0, 3886.0, 3926.0, 3885.0, 3907.0, 3885.0, 3886.0, 3937.0, 3886.0, 3927.0, 3885.0, 3917.0, 3886.0, 3896.0, 3937.0, 3887.0, 3927.0, 3884.0, 3917.0, 3886.0, 3908.0, 3927.0, 3896.0, 3935.0, 3874.0, 3926.0, 3874.0, 3907.0, 3873.0, 3885.0, 3924.0, 3885.0, 3925.0, 3886.0, 3897.0, 3876.0, 3896.0, 3884.0, 3885.0, 3927.0, 3897.0, 3927.0, 3896.0, 3916.0, 3886.0, 3907.0, 3885.0, 3898.0, 3917.0, 3898.0, 3938.0, 3887.0, 3938.0, 3886.0, 3927.0, 3886.0, 3895.0, 3874.0, 3886.0, 3916.0, 3896.0, 3928.0, 3887.0, 3926.0, 3887.0, 3907.0, 3885.0, 3907.0, 3887.0, 3897.0, 3907.0, 3887.0, 3937.0, 3898.0, 3928.0, 3887.0, 3928.0, 3885.0, 3916.0, 3875.0, 3898.0, 3937.0, 3885.0, 3927.0, 3886.0, 3925.0, 3884.0, 3918.0, 3885.0, 3907.0, 3915.0, 3874.0, 3926.0, 3886.0, 3916.0, 3886.0, 3907.0, 3874.0, 3885.0, 3885.0, 3897.0, 3938.0, 3896.0, 3926.0, 3886.0, 3916.0, 3873.0, 3895.0, 3884.0, 3887.0, 3937.0, 3886.0, 3926.0, 3884.0, 3926.0, 3886.0, 3928.0, 3885.0, 3917.0, 3875.0, 3885.0, 3925.0, 3886.0, 3927.0, 3895.0, 3926.0, 3885.0, 3905.0, 3887.0, 3908.0, 3876.0, 3898.0, 3916.0, 3875.0, 3937.0, 3888.0, 3928.0, 3897.0, 3918.0, 3886.0, 3907.0, 3886.0, 3888.0, 3938.0, 3897.0, 3927.0, 3886.0, 3895.0, 3886.0, 3909.0, 3886.0, 3897.0, 3937.0, 3887.0, 3926.0, 3886.0, 3919.0, 3886.0, 3897.0, 3886.0, 3898.0, 3936.0, 3887.0, 3939.0, 3886.0, 3928.0, 3886.0, 3908.0, 3884.0, 3888.0, 3937.0, 3887.0, 3927.0, 3886.0, 3917.0, 3875.0, 3898.0, 3936.0, 3886.0, 3937.0, 3885.0, 3927.0, 3886.0, 3908.0, 3895.0, 3886.0, 3926.0, 3886.0, 3926.0, 3886.0, 3918.0, 3886.0, 3906.0, 3874.0, 3885.0, 3926.0, 3887.0, 3936.0, 3885.0, 3925.0, 3874.0, 3905.0, 3873.0, 3886.0, 3926.0, 3886.0, 3926.0, 3884.0, 3917.0, 3886.0, 3918.0, 3875.0, 3887.0, 3927.0, 3886.0, 3925.0, 3887.0, 3939.0, 3886.0, 3928.0, 3887.0, 3899.0, 3949.0, 3908.0, 3926.0, 3886.0, 3883.0, 3887.0, 3908.0, 3877.0, 3928.0, 3876.0, 3898.0, 3917.0, 3887.0, 3928.0, 3888.0, 3927.0, 3887.0, 3928.0, 3885.0, 3919.0, 3886.0, 3897.0, 3917.0, 3908.0, 3938.0, 3876.0, 3938.0, 3899.0, 3928.0, 3896.0, 3906.0, 3885.0, 3898.0, 3886.0, 3888.0, 3940.0, 3899.0, 3939.0, 3888.0, 3928.0, 3876.0, 3908.0, 3875.0, 3886.0, 3937.0, 3907.0, 3915.0, 3874.0, 3884.0, 3874.0, 3885.0, 3926.0, 3885.0, 3926.0, 3886.0, 3917.0, 3875.0, 3906.0, 3896.0, 3886.0, 3936.0, 3885.0], 'WindowWidth': [8821.0, 8842.0, 8768.0, 8799.0, 8738.0, 8776.0, 8715.0, 8746.0, 8697.0, 8715.0, 8767.0, 8714.0, 8753.0, 8710.0, 8739.0, 8709.0, 8734.0, 8770.0, 8718.0, 8769.0, 8715.0, 8759.0, 8701.0, 8752.0, 8773.0, 8735.0, 8799.0, 8716.0, 8754.0, 8712.0, 8762.0, 8714.0, 8760.0, 8796.0, 8716.0, 8782.0, 8714.0, 8772.0, 8730.0, 8787.0, 8753.0, 8713.0, 8776.0, 8693.0, 8753.0, 8712.0, 8785.0, 8695.0, 8710.0, 8775.0, 8706.0, 8721.0, 8711.0, 8771.0, 8708.0, 8741.0, 8778.0, 8709.0, 8778.0, 8707.0, 8745.0, 8691.0, 8703.0, 8685.0, 8711.0, 8767.0, 8714.0, 8766.0, 8695.0, 8748.0, 8692.0, 8740.0, 8769.0, 8714.0, 8767.0, 8698.0, 8738.0, 8697.0, 8759.0, 8717.0, 8747.0, 8795.0, 8716.0, 8781.0, 8711.0, 8773.0, 8728.0, 8760.0, 8697.0, 8731.0, 8782.0, 8711.0, 8769.0, 8714.0, 8769.0, 8709.0, 8739.0, 8693.0, 8729.0, 8786.0, 8702.0, 8766.0, 8696.0, 8752.0, 8696.0, 8743.0, 8729.0, 8713.0, 8782.0, 8699.0, 8739.0, 8697.0, 8772.0, 8715.0, 8747.0, 8715.0, 8729.0, 8781.0, 8703.0, 8759.0, 8733.0, 8760.0, 8710.0, 8715.0, 8752.0, 8701.0, 8742.0, 8723.0, 8764.0, 8724.0, 8781.0, 8721.0, 8751.0, 8787.0, 8721.0, 8775.0, 8717.0, 8790.0, 8726.0, 8743.0, 8713.0, 8728.0, 8769.0, 8715.0, 8757.0, 8697.0, 8768.0, 8696.0, 8738.0, 8693.0, 8712.0, 8780.0, 8713.0, 8764.0, 8694.0, 8737.0, 8694.0, 8710.0, 8694.0, 8714.0, 8754.0, 8715.0, 8753.0, 8712.0, 8739.0, 8698.0, 8741.0, 8713.0, 8716.0, 8784.0, 8716.0, 8768.0, 8717.0, 8742.0, 8717.0, 8761.0, 8713.0, 8756.0, 8765.0, 8712.0, 8779.0, 8698.0, 8755.0, 8700.0, 8743.0, 8711.0, 8710.0, 8777.0, 8713.0, 8724.0, 8716.0, 8741.0, 8715.0, 8757.0, 8698.0, 8731.0, 8751.0, 8702.0, 8742.0, 8715.0, 8744.0, 8717.0, 8730.0, 8699.0, 8737.0, 8760.0, 8721.0, 8776.0, 8720.0, 8759.0, 8719.0, 8764.0, 8716.0, 8753.0, 8773.0, 8721.0, 8758.0, 8720.0, 8762.0, 8734.0, 8798.0, 8720.0, 8758.0, 8790.0, 8719.0, 8758.0, 8718.0, 8790.0, 8712.0, 8744.0, 8712.0, 8714.0, 8754.0, 8705.0, 8758.0, 8696.0, 8741.0, 8692.0, 8729.0, 8756.0, 8713.0, 8740.0, 8711.0, 8739.0, 8706.0, 8730.0, 8756.0, 8716.0, 8742.0, 8712.0, 8769.0, 8695.0, 8728.0, 8768.0, 8712.0, 8753.0, 8695.0, 8750.0, 8693.0, 8727.0, 8766.0, 8712.0, 8740.0, 8696.0, 8737.0, 8695.0, 8746.0, 8712.0, 8745.0, 8757.0, 8704.0, 8726.0, 8715.0, 8775.0, 8715.0, 8749.0, 8713.0, 8729.0, 8754.0, 8718.0, 8731.0, 8715.0, 8759.0, 8712.0, 8729.0, 8754.0, 8717.0, 8746.0, 8716.0, 8789.0, 8712.0, 8741.0, 8735.0, 8713.0, 8744.0, 8701.0, 8740.0, 8696.0, 8753.0, 8693.0, 8730.0, 8753.0, 8715.0, 8743.0, 8716.0, 8772.0, 8699.0, 8751.0, 8769.0, 8716.0, 8753.0, 8697.0, 8739.0, 8696.0, 8759.0, 8726.0, 8740.0, 8770.0, 8713.0, 8753.0, 8695.0, 8771.0, 8711.0, 8726.0, 8750.0, 8698.0, 8749.0, 8694.0, 8752.0, 8696.0, 8743.0, 8766.0, 8726.0, 8751.0, 8694.0, 8721.0, 8693.0, 8753.0, 8708.0, 8730.0, 8755.0, 8714.0, 8753.0, 8698.0, 8768.0, 8696.0, 8715.0, 8731.0, 8732.0, 8773.0, 8722.0, 8760.0, 8716.0, 8739.0, 8710.0, 8725.0, 8714.0, 8762.0, 8731.0, 8789.0, 8741.0, 8731.0, 8770.0, 8701.0, 8739.0, 8718.0, 8787.0, 8714.0, 8786.0, 8708.0, 8715.0, 8752.0, 8702.0, 8741.0, 8714.0, 8770.0, 8697.0, 8726.0, 8707.0, 8712.0, 8737.0, 8711.0, 8739.0, 8695.0, 8739.0, 8694.0, 8730.0, 8756.0, 8715.0, 8742.0, 8716.0, 8757.0, 8712.0, 8747.0, 8715.0, 8722.0, 8761.0, 8721.0, 8746.0, 8718.0, 8757.0, 8701.0, 8764.0, 8729.0, 8751.0, 8775.0, 8706.0, 8744.0, 8719.0, 8776.0, 8732.0, 8775.0, 8716.0, 8732.0, 8755.0, 8717.0, 8727.0, 8722.0, 8794.0, 8734.0, 8791.0, 8716.0, 8747.0, 8757.0, 8719.0, 8744.0, 8732.0, 8777.0, 8704.0, 8761.0, 8714.0, 8735.0, 8776.0, 8718.0, 8745.0, 8714.0, 8757.0, 8712.0, 8747.0, 8772.0, 8719.0, 8758.0, 8700.0, 8740.0, 8697.0, 8771.0, 8711.0, 8726.0, 8723.0, 8711.0, 8753.0, 8696.0, 8708.0, 8711.0, 8757.0, 8714.0, 8744.0, 8712.0, 8727.0, 8723.0, 8701.0, 8731.0, 8717.0, 8745.0, 8713.0, 8730.0, 8741.0, 8715.0, 8727.0, 8720.0, 8779.0, 8716.0, 8733.0, 8758.0, 8715.0, 8740.0, 8722.0, 8777.0, 8717.0, 8748.0, 8729.0, 8717.0, 8742.0, 8720.0, 8793.0, 8734.0, 8763.0, 8730.0, 8748.0, 8772.0, 8719.0, 8748.0, 8720.0, 8789.0, 8714.0, 8745.0, 8741.0, 8719.0, 8760.0, 8716.0, 8772.0, 8697.0, 8757.0, 8696.0, 8730.0, 8758.0, 8716.0, 8743.0, 8714.0, 8741.0, 8713.0, 8761.0, 8714.0, 8731.0, 8770.0, 8715.0, 8755.0, 8716.0, 8788.0, 8716.0, 8787.0, 8713.0, 8728.0, 8751.0, 8716.0, 8755.0, 8713.0, 8745.0, 8714.0, 8742.0, 8695.0, 8730.0, 8715.0, 8730.0, 8757.0, 8716.0, 8741.0, 8714.0, 8756.0, 8716.0, 8762.0, 8717.0, 8764.0, 8740.0, 8714.0, 8741.0, 8701.0, 8744.0, 8701.0, 8746.0, 8712.0, 8745.0, 8713.0, 8734.0, 8762.0, 8733.0, 8760.0, 8742.0, 8758.0, 8716.0, 8734.0, 8740.0, 8746.0, 8791.0, 8718.0, 8770.0, 8717.0, 8732.0, 8719.0, 8748.0, 8760.0, 8750.0, 8786.0, 8720.0, 8767.0, 8718.0, 8761.0, 8715.0, 8760.0, 8718.0, 8720.0, 8769.0, 8717.0, 8772.0, 8722.0, 8761.0, 8717.0, 8715.0, 8731.0, 8738.0, 8775.0, 8720.0, 8759.0, 8717.0, 8750.0, 8723.0, 8740.0, 8774.0, 8738.0, 8774.0, 8723.0, 8743.0, 8724.0, 8750.0, 8706.0, 8751.0, 8719.0, 8720.0, 8773.0, 8724.0, 8791.0, 8723.0, 8777.0, 8735.0, 8747.0, 8716.0, 8750.0, 8774.0, 8733.0, 8788.0, 8719.0, 8771.0, 8718.0, 8763.0, 8718.0, 8764.0, 8742.0, 8800.0, 8762.0, 8731.0, 8786.0, 8738.0, 8771.0, 8718.0, 8769.0, 8715.0, 8718.0, 8718.0, 8786.0, 8779.0, 8752.0, 8730.0, 8717.0, 8768.0, 8718.0, 8770.0, 8718.0, 8770.0, 8717.0, 8729.0, 8715.0, 8749.0, 8758.0, 8745.0, 8786.0, 8714.0, 8767.0, 8696.0, 8741.0, 8699.0, 8743.0, 8754.0, 8726.0, 8766.0, 8698.0, 8764.0, 8715.0, 8739.0, 8697.0, 8727.0, 8696.0, 8717.0, 8711.0, 8719.0, 8772.0, 8718.0, 8754.0, 8714.0, 8715.0, 8716.0, 8737.0, 8758.0, 8736.0, 8788.0, 8719.0, 8770.0, 8720.0, 8762.0, 8719.0, 8748.0, 8742.0, 8715.0, 8784.0, 8717.0, 8769.0, 8718.0, 8773.0, 8715.0, 8761.0, 8754.0, 8697.0, 8763.0, 8699.0, 8755.0, 8693.0, 8727.0, 8679.0, 8696.0, 8750.0, 8711.0, 8750.0, 8698.0, 8738.0, 8710.0, 8711.0, 8694.0, 8716.0, 8781.0, 8715.0, 8751.0, 8696.0, 8727.0, 8697.0, 8715.0, 8766.0, 8715.0, 8768.0, 8712.0, 8738.0, 8712.0, 8747.0, 8729.0, 8720.0, 8768.0, 8700.0, 8764.0, 8714.0, 8759.0, 8713.0, 8718.0, 8710.0, 8716.0, 8752.0, 8718.0, 8763.0, 8702.0, 8719.0, 8702.0, 8716.0, 8770.0, 8717.0, 8778.0, 8718.0, 8734.0, 8713.0, 8717.0, 8769.0, 8717.0, 8761.0, 8716.0, 8719.0, 8738.0, 8714.0, 8766.0, 8702.0, 8762.0, 8699.0, 8717.0, 8754.0, 8716.0, 8753.0, 8714.0, 8762.0, 8718.0, 8721.0, 8771.0, 8716.0, 8757.0, 8714.0, 8766.0, 8717.0, 8734.0, 8784.0, 8718.0, 8774.0, 8716.0, 8749.0, 8771.0, 8720.0, 8772.0, 8718.0, 8747.0, 8718.0, 8754.0, 8763.0, 8739.0, 8792.0, 8724.0, 8776.0, 8722.0, 8767.0, 8720.0, 8736.0, 8772.0, 8720.0, 8770.0, 8722.0, 8780.0, 8718.0, 8763.0, 8698.0, 8716.0, 8783.0, 8718.0, 8774.0, 8717.0, 8777.0, 8700.0, 8731.0, 8738.0, 8717.0, 8784.0, 8713.0, 8768.0, 8715.0, 8741.0, 8701.0, 8750.0, 8756.0, 8744.0, 8783.0, 8717.0, 8767.0, 8699.0, 8744.0, 8701.0, 8729.0, 8728.0, 8714.0, 8785.0, 8720.0, 8758.0, 8716.0, 8757.0, 8714.0, 8720.0, 8713.0, 8735.0, 8786.0, 8720.0, 8784.0, 8718.0, 8759.0, 8715.0, 8749.0, 8757.0, 8719.0, 8774.0, 8717.0, 8758.0, 8725.0, 8767.0, 8705.0, 8780.0, 8759.0, 8721.0, 8777.0, 8754.0, 8785.0, 8720.0, 8808.0, 8745.0, 8803.0, 8725.0, 8711.0, 8748.0, 8697.0, 8737.0, 8715.0, 8755.0, 8711.0, 8744.0, 8697.0, 8700.0, 8764.0, 8717.0, 8767.0, 8715.0, 8757.0, 8712.0, 8716.0, 8697.0, 8716.0, 8782.0, 8715.0, 8767.0, 8699.0, 8755.0, 8709.0, 8729.0, 8765.0, 8725.0, 8766.0, 8693.0, 8722.0, 8694.0, 8732.0, 8737.0, 8714.0, 8766.0, 8697.0, 8745.0, 8699.0, 8758.0, 8698.0, 8741.0, 8694.0, 8698.0, 8745.0, 8711.0, 8750.0, 8715.0, 8757.0, 8714.0, 8756.0, 8694.0, 8714.0, 8747.0, 8714.0, 8769.0, 8714.0, 8753.0, 8698.0, 8725.0, 8695.0, 8696.0, 8764.0, 8715.0, 8755.0, 8700.0, 8754.0, 8695.0, 8713.0, 8708.0, 8697.0, 8767.0, 8712.0, 8751.0, 8694.0, 8727.0, 8693.0, 8699.0, 8767.0, 8714.0, 8769.0, 8713.0, 8741.0, 8694.0, 8697.0, 8735.0, 8699.0, 8768.0, 8713.0, 8753.0, 8712.0, 8729.0, 8698.0, 8714.0, 8772.0, 8720.0, 8773.0, 8718.0, 8757.0, 8698.0, 8744.0, 8711.0, 8718.0, 8783.0, 8716.0, 8755.0, 8699.0, 8730.0, 8713.0, 8719.0, 8787.0, 8719.0, 8770.0, 8716.0, 8747.0, 8715.0, 8719.0, 8786.0, 8720.0, 8773.0, 8715.0, 8760.0, 8717.0, 8735.0, 8787.0, 8720.0, 8774.0, 8714.0, 8761.0, 8717.0, 8750.0, 8772.0, 8731.0, 8781.0, 8698.0, 8770.0, 8699.0, 8746.0, 8697.0, 8715.0, 8765.0, 8715.0, 8767.0, 8719.0, 8734.0, 8705.0, 8732.0, 8713.0, 8717.0, 8771.0, 8736.0, 8774.0, 8732.0, 8758.0, 8718.0, 8748.0, 8715.0, 8739.0, 8761.0, 8737.0, 8790.0, 8721.0, 8788.0, 8720.0, 8776.0, 8717.0, 8730.0, 8698.0, 8718.0, 8756.0, 8734.0, 8776.0, 8723.0, 8771.0, 8719.0, 8748.0, 8716.0, 8749.0, 8721.0, 8734.0, 8745.0, 8721.0, 8787.0, 8736.0, 8775.0, 8721.0, 8775.0, 8716.0, 8759.0, 8701.0, 8737.0, 8787.0, 8717.0, 8771.0, 8716.0, 8768.0, 8713.0, 8763.0, 8716.0, 8745.0, 8754.0, 8700.0, 8769.0, 8718.0, 8758.0, 8719.0, 8746.0, 8698.0, 8717.0, 8713.0, 8736.0, 8789.0, 8730.0, 8769.0, 8716.0, 8756.0, 8697.0, 8729.0, 8714.0, 8720.0, 8786.0, 8719.0, 8770.0, 8714.0, 8769.0, 8719.0, 8776.0, 8714.0, 8761.0, 8701.0, 8715.0, 8766.0, 8719.0, 8773.0, 8730.0, 8770.0, 8716.0, 8743.0, 8721.0, 8751.0, 8704.0, 8736.0, 8758.0, 8704.0, 8787.0, 8724.0, 8776.0, 8736.0, 8764.0, 8717.0, 8748.0, 8718.0, 8725.0, 8790.0, 8735.0, 8772.0, 8717.0, 8729.0, 8719.0, 8753.0, 8720.0, 8736.0, 8787.0, 8720.0, 8771.0, 8721.0, 8767.0, 8719.0, 8735.0, 8719.0, 8736.0, 8783.0, 8723.0, 8793.0, 8720.0, 8776.0, 8717.0, 8748.0, 8714.0, 8723.0, 8789.0, 8720.0, 8772.0, 8718.0, 8761.0, 8702.0, 8738.0, 8784.0, 8718.0, 8786.0, 8715.0, 8772.0, 8717.0, 8750.0, 8727.0, 8718.0, 8770.0, 8716.0, 8769.0, 8720.0, 8762.0, 8716.0, 8743.0, 8700.0, 8716.0, 8767.0, 8720.0, 8784.0, 8715.0, 8768.0, 8700.0, 8741.0, 8695.0, 8718.0, 8770.0, 8718.0, 8771.0, 8713.0, 8761.0, 8718.0, 8764.0, 8702.0, 8720.0, 8771.0, 8717.0, 8768.0, 8720.0, 8795.0, 8718.0, 8778.0, 8724.0, 8740.0, 8805.0, 8749.0, 8769.0, 8717.0, 8710.0, 8721.0, 8751.0, 8708.0, 8778.0, 8706.0, 8736.0, 8758.0, 8720.0, 8775.0, 8724.0, 8774.0, 8721.0, 8775.0, 8716.0, 8764.0, 8718.0, 8736.0, 8760.0, 8750.0, 8790.0, 8706.0, 8789.0, 8742.0, 8775.0, 8733.0, 8745.0, 8716.0, 8736.0, 8719.0, 8725.0, 8795.0, 8740.0, 8793.0, 8723.0, 8776.0, 8705.0, 8749.0, 8703.0, 8719.0, 8786.0, 8745.0, 8753.0, 8697.0, 8712.0, 8699.0, 8717.0, 8769.0, 8716.0, 8769.0, 8717.0, 8759.0, 8701.0, 8746.0, 8730.0, 8719.0, 8784.0, 8716.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.005383296442687747</td></tr>
<tr><td colspan=3>aqi</td><td>0.05516152110671936</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.337025570063254</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1616995546202524</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.96922439903481</td></tr>
<tr><td colspan=3>efc</td><td>0.4507</td></tr>
<tr><td colspan=3>fber</td><td>6708.5703</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08211373267032254</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9486166007905138</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.543365653722209</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.487682395234484</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6936775721413584</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4487369937907855</td></tr>
<tr><td colspan=3>gcor</td><td>0.00181076</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01846451684832573</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018028683960437775</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</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.7248305876166268</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.7973</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.1878</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.5326</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309017.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.9691</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0118</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.6233</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3147.7528</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3392.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>902.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.6387</td></tr>
<tr><td colspan=3>tsnr</td><td>31.95631499949377</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>