ds005256-mriqc/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter e2daaa3883 [DATALAD RUNCMD] Compute MRIQC for sub-0058
=== 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-0058 --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-0058",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 19:00:13 +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-0058_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-0058_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-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058/ses-04/func/sub-0058_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>b38fcb7cafd5228d23513b4ab023d438</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>13:23:32.240000</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.999096, 0.0127274, -0.040552, -0.0148229, 0.998547, -0.0518021]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100513</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7705, -7275, 539, -49, -3, -12, 121]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8250fef4-1050-4932-bb1e-54fee1ae6d39||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.680502414703369, -0.03976888209581375, -0.10755132883787155, 116.96063995361328], [-0.03414657339453697, 2.6790294647216797, -0.14136230945587158, -85.51769256591797], [-0.10879814624786377, 0.13898129761219025, 2.694150924682617, -85.64470672607422], [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': ['132332.240000', '132332.700000', '132333.160000', '132333.620000', '132334.080000', '132334.540000', '132335.000000', '132335.460000', '132335.920000', '132336.380000', '132336.840000', '132337.300000', '132337.760000', '132338.220000', '132338.680000', '132339.140000', '132339.600000', '132340.060000', '132340.520000', '132340.980000', '132341.440000', '132341.900000', '132342.360000', '132342.820000', '132343.280000', '132343.740000', '132344.200000', '132344.660000', '132345.120000', '132345.580000', '132346.040000', '132346.500000', '132346.960000', '132347.420000', '132347.880000', '132348.340000', '132348.800000', '132349.260000', '132349.720000', '132350.180000', '132350.640000', '132351.100000', '132351.560000', '132352.020000', '132352.480000', '132352.940000', '132353.400000', '132353.860000', '132354.320000', '132354.780000', '132355.240000', '132355.700000', '132356.160000', '132356.620000', '132357.080000', '132357.540000', '132358.000000', '132358.460000', '132358.920000', '132359.380000', '132359.840000', '132400.300000', '132400.760000', '132401.220000', '132401.680000', '132402.140000', '132402.600000', '132403.060000', '132403.520000', '132403.980000', '132404.440000', '132404.900000', '132405.360000', '132405.820000', '132406.280000', '132406.740000', '132407.200000', '132407.660000', '132408.120000', '132408.580000', '132409.040000', '132409.500000', '132409.960000', '132410.420000', '132410.880000', '132411.340000', '132411.800000', '132412.260000', '132412.720000', '132413.180000', '132413.640000', '132414.100000', '132414.560000', '132415.020000', '132415.480000', '132415.940000', '132416.400000', '132416.860000', '132417.320000', '132417.780000', '132418.240000', '132418.700000', '132419.160000', '132419.620000', '132420.080000', '132420.540000', '132421.000000', '132421.460000', '132421.920000', '132422.380000', '132422.840000', '132423.300000', '132423.760000', '132424.220000', '132424.680000', '132425.140000', '132425.600000', '132426.060000', '132426.520000', '132426.980000', '132427.440000', '132427.900000', '132428.360000', '132428.820000', '132429.280000', '132429.740000', '132430.200000', '132430.660000', '132431.120000', '132431.580000', '132432.040000', '132432.500000', '132432.960000', '132433.420000', '132433.880000', '132434.340000', '132434.800000', '132435.260000', '132435.720000', '132436.180000', '132436.640000', '132437.100000', '132437.560000', '132438.020000', '132438.480000', '132438.940000', '132439.400000', '132439.860000', '132440.320000', '132440.780000', '132441.240000', '132441.700000', '132442.160000', '132442.620000', '132443.080000', '132443.540000', '132444.000000', '132444.460000', '132444.920000', '132445.380000', '132445.840000', '132446.300000', '132446.760000', '132447.220000', '132447.680000', '132448.140000', '132448.600000', '132449.060000', '132449.520000', '132449.980000', '132450.440000', '132450.900000', '132451.360000', '132451.820000', '132452.280000', '132452.740000', '132453.200000', '132453.660000', '132454.120000', '132454.580000', '132455.040000', '132455.500000', '132455.960000', '132456.420000', '132456.880000', '132457.340000', '132457.800000', '132458.260000', '132458.720000', '132459.180000', '132459.640000', '132500.100000', '132500.560000', '132501.020000', '132501.480000', '132501.940000', '132502.400000', '132502.860000', '132503.320000', '132503.780000', '132504.240000', '132504.700000', '132505.160000', '132505.620000', '132506.080000', '132506.540000', '132507.000000', '132507.460000', '132507.920000', '132508.380000', '132508.840000', '132509.300000', '132509.760000', '132510.220000', '132510.680000', '132511.140000', '132511.600000', '132512.060000', '132512.520000', '132512.980000', '132513.440000', '132513.900000', '132514.360000', '132514.820000', '132515.280000', '132515.740000', '132516.200000', '132516.660000', '132517.120000', '132517.580000', '132518.040000', '132518.500000', '132518.960000', '132519.420000', '132519.880000', '132520.340000', '132520.800000', '132521.260000', '132521.720000', '132522.180000', '132522.640000', '132523.100000', '132523.560000', '132524.020000', '132524.480000', '132524.940000', '132525.400000', '132525.860000', '132526.320000', '132526.780000', '132527.240000', '132527.700000', '132528.160000', '132528.620000', '132529.080000', '132529.540000', '132530.000000', '132530.460000', '132530.920000', '132531.380000', '132531.840000', '132532.300000', '132532.760000', '132533.220000', '132533.680000', '132534.140000', '132534.600000', '132535.060000', '132535.520000', '132535.980000', '132536.440000', '132536.900000', '132537.360000', '132537.820000', '132538.280000', '132538.740000', '132539.200000', '132539.660000', '132540.120000', '132540.580000', '132541.040000', '132541.500000', '132541.960000', '132542.420000', '132542.880000', '132543.340000', '132543.800000', '132544.260000', '132544.720000', '132545.180000', '132545.640000', '132546.100000', '132546.560000', '132547.020000', '132547.480000', '132547.940000', '132548.400000', '132548.860000', '132549.320000', '132549.780000', '132550.240000', '132550.700000', '132551.160000', '132551.620000', '132552.080000', '132552.540000', '132553.000000', '132553.460000', '132553.920000', '132554.380000', '132554.840000', '132555.300000', '132555.760000', '132556.220000', '132556.680000', '132557.140000', '132557.600000', '132558.060000', '132558.520000', '132558.980000', '132559.440000', '132559.900000', '132600.360000', '132600.820000', '132601.280000', '132601.740000', '132602.200000', '132602.660000', '132603.120000', '132603.580000', '132604.040000', '132604.500000', '132604.960000', '132605.420000', '132605.880000', '132606.340000', '132606.800000', '132607.260000', '132607.720000', '132608.180000', '132608.640000', '132609.100000', '132609.560000', '132610.020000', '132610.480000', '132610.940000', '132611.400000', '132611.860000', '132612.320000', '132612.780000', '132613.240000', '132613.700000', '132614.160000', '132614.620000', '132615.080000', '132615.540000', '132616.000000', '132616.460000', '132616.920000', '132617.380000', '132617.840000', '132618.300000', '132618.760000', '132619.220000', '132619.680000', '132620.140000', '132620.600000', '132621.060000', '132621.520000', '132621.980000', '132622.440000', '132622.900000', '132623.360000', '132623.820000', '132624.280000', '132624.740000', '132625.200000', '132625.660000', '132626.120000', '132626.580000', '132627.040000', '132627.500000', '132627.960000', '132628.420000', '132628.880000', '132629.340000', '132629.800000', '132630.260000', '132630.720000', '132631.180000', '132631.640000', '132632.100000', '132632.560000', '132633.020000', '132633.480000', '132633.940000', '132634.400000', '132634.860000', '132635.320000', '132635.780000', '132636.240000', '132636.700000', '132637.160000', '132637.620000', '132638.080000', '132638.540000', '132639.000000', '132639.460000', '132639.920000', '132640.380000', '132640.840000', '132641.300000', '132641.760000', '132642.220000', '132642.680000', '132643.140000', '132643.600000', '132644.060000', '132644.520000', '132644.980000', '132645.440000', '132645.900000', '132646.360000', '132646.820000', '132647.280000', '132647.740000', '132648.200000', '132648.660000', '132649.120000', '132649.580000', '132650.040000', '132650.500000', '132650.960000', '132651.420000', '132651.880000', '132652.340000', '132652.800000', '132653.260000', '132653.720000', '132654.180000', '132654.640000', '132655.100000', '132655.560000', '132656.020000', '132656.480000', '132656.940000', '132657.400000', '132657.860000', '132658.320000', '132658.780000', '132659.240000', '132659.700000', '132700.160000', '132700.620000', '132701.080000', '132701.540000', '132702.000000', '132702.460000', '132702.920000', '132703.380000', '132703.840000', '132704.300000', '132704.760000', '132705.220000', '132705.680000', '132706.140000', '132706.600000', '132707.060000', '132707.520000', '132707.980000', '132708.440000', '132708.900000', '132709.360000', '132709.820000', '132710.280000', '132710.740000', '132711.200000', '132711.660000', '132712.120000', '132712.580000', '132713.040000', '132713.500000', '132713.960000', '132714.420000', '132714.880000', '132715.340000', '132715.800000', '132716.260000', '132716.720000', '132717.180000', '132717.640000', '132718.100000', '132718.560000', '132719.020000', '132719.480000', '132719.940000', '132720.400000', '132720.860000', '132721.320000', '132721.780000', '132722.240000', '132722.700000', '132723.160000', '132723.620000', '132724.080000', '132724.540000', '132725.000000', '132725.460000', '132725.920000', '132726.380000', '132726.840000', '132727.300000', '132727.760000', '132728.220000', '132728.680000', '132729.140000', '132729.600000', '132730.060000', '132730.520000', '132730.980000', '132731.440000', '132731.900000', '132732.360000', '132732.820000', '132733.280000', '132733.740000', '132734.200000', '132734.660000', '132735.120000', '132735.580000', '132736.040000', '132736.500000', '132736.960000', '132737.420000', '132737.880000', '132738.340000', '132738.800000', '132739.260000', '132739.720000', '132740.180000', '132740.640000', '132741.100000', '132741.560000', '132742.020000', '132742.480000', '132742.940000', '132743.400000', '132743.860000', '132744.320000', '132744.780000', '132745.240000', '132745.700000', '132746.160000', '132746.620000', '132747.080000', '132747.540000', '132748.000000', '132748.460000', '132748.920000', '132749.380000', '132749.840000', '132750.300000', '132750.760000', '132751.220000', '132751.680000', '132752.140000', '132752.600000', '132753.060000', '132753.520000', '132753.980000', '132754.440000', '132754.900000', '132755.360000', '132755.820000', '132756.280000', '132756.740000', '132757.200000', '132757.660000', '132758.120000', '132758.580000', '132759.040000', '132759.500000', '132759.960000', '132800.420000', '132800.880000', '132801.340000', '132801.800000', '132802.260000', '132802.720000', '132803.180000', '132803.640000', '132804.100000', '132804.560000', '132805.020000', '132805.480000', '132805.940000', '132806.400000', '132806.860000', '132807.320000', '132807.780000', '132808.240000', '132808.700000', '132809.160000', '132809.620000', '132810.080000', '132810.540000', '132811.000000', '132811.460000', '132811.920000', '132812.380000', '132812.840000', '132813.300000', '132813.760000', '132814.220000', '132814.680000', '132815.140000', '132815.600000', '132816.060000', '132816.520000', '132816.980000', '132817.440000', '132817.900000', '132818.360000', '132818.820000', '132819.280000', '132819.740000', '132820.200000', '132820.660000', '132821.120000', '132821.580000', '132822.040000', '132822.500000', '132822.960000', '132823.420000', '132823.880000', '132824.340000', '132824.800000', '132825.260000', '132825.720000', '132826.180000', '132826.640000', '132827.100000', '132827.560000', '132828.020000', '132828.480000', '132828.940000', '132829.400000', '132829.860000', '132830.320000', '132830.780000', '132831.240000', '132831.700000', '132832.160000', '132832.620000', '132833.080000', '132833.540000', '132834.000000', '132834.460000', '132834.920000', '132835.380000', '132835.840000', '132836.300000', '132836.760000', '132837.220000', '132837.680000', '132838.140000', '132838.600000', '132839.060000', '132839.520000', '132839.980000', '132840.440000', '132840.900000', '132841.360000', '132841.820000', '132842.280000', '132842.740000', '132843.200000', '132843.660000', '132844.120000', '132844.580000', '132845.040000', '132845.500000', '132845.960000', '132846.420000', '132846.880000', '132847.340000', '132847.800000', '132848.260000', '132848.720000', '132849.180000', '132849.640000', '132850.100000', '132850.560000', '132851.020000', '132851.480000', '132851.940000', '132852.400000', '132852.860000', '132853.320000', '132853.780000', '132854.240000', '132854.700000', '132855.160000', '132855.620000', '132856.080000', '132856.540000', '132857.000000', '132857.460000', '132857.920000', '132858.380000', '132858.840000', '132859.300000', '132859.760000', '132900.220000', '132900.680000', '132901.140000', '132901.600000', '132902.060000', '132902.520000', '132902.980000', '132903.440000', '132903.900000', '132904.360000', '132904.820000', '132905.280000', '132905.740000', '132906.200000', '132906.660000', '132907.120000', '132907.580000', '132908.040000', '132908.500000', '132908.960000', '132909.420000', '132909.880000', '132910.340000', '132910.800000', '132911.260000', '132911.720000', '132912.180000', '132912.640000', '132913.100000', '132913.560000', '132914.020000', '132914.480000', '132914.940000', '132915.400000', '132915.860000', '132916.320000', '132916.780000', '132917.240000', '132917.700000', '132918.160000', '132918.620000', '132919.080000', '132919.540000', '132920.000000', '132920.460000', '132920.920000', '132921.380000', '132921.840000', '132922.300000', '132922.760000', '132923.220000', '132923.680000', '132924.140000', '132924.600000', '132925.060000', '132925.520000', '132925.980000', '132926.440000', '132926.900000', '132927.360000', '132927.820000', '132928.280000', '132928.740000', '132929.200000', '132929.660000', '132930.120000', '132930.580000', '132931.040000', '132931.500000', '132931.960000', '132932.420000', '132932.880000', '132933.340000', '132933.800000', '132934.260000', '132934.720000', '132935.180000', '132935.640000', '132936.100000', '132936.560000', '132937.020000', '132937.480000', '132937.940000', '132938.400000', '132938.860000', '132939.320000', '132939.780000', '132940.240000', '132940.700000', '132941.160000', '132941.620000', '132942.080000', '132942.540000', '132943.000000', '132943.460000', '132943.920000', '132944.380000', '132944.840000', '132945.300000', '132945.760000', '132946.220000', '132946.680000', '132947.140000', '132947.600000', '132948.060000', '132948.520000', '132948.980000', '132949.440000', '132949.900000', '132950.360000', '132950.820000', '132951.280000', '132951.740000', '132952.200000', '132952.660000', '132953.120000', '132953.580000', '132954.040000', '132954.500000', '132954.960000', '132955.420000', '132955.880000', '132956.340000', '132956.800000', '132957.260000', '132957.720000', '132958.180000', '132958.640000', '132959.100000', '132959.560000', '133000.020000', '133000.480000', '133000.940000', '133001.400000', '133001.860000', '133002.320000', '133002.780000', '133003.240000', '133003.700000', '133004.160000', '133004.620000', '133005.080000', '133005.540000', '133006.000000', '133006.460000', '133006.920000', '133007.380000', '133007.840000', '133008.300000', '133008.760000', '133009.220000', '133009.680000', '133010.140000', '133010.600000', '133011.060000', '133011.520000', '133011.980000', '133012.440000', '133012.900000', '133013.360000', '133013.820000', '133014.280000', '133014.740000', '133015.200000', '133015.660000', '133016.120000', '133016.580000', '133017.040000', '133017.500000', '133017.960000', '133018.420000', '133018.880000', '133019.340000', '133019.800000', '133020.260000', '133020.720000', '133021.180000', '133021.640000', '133022.100000', '133022.560000', '133023.020000', '133023.480000', '133023.940000', '133024.400000', '133024.860000', '133025.320000', '133025.780000', '133026.240000', '133026.700000', '133027.160000', '133027.620000', '133028.080000', '133028.540000', '133029.000000', '133029.460000', '133029.920000', '133030.380000', '133030.840000', '133031.300000', '133031.760000', '133032.220000', '133032.680000', '133033.140000', '133033.600000', '133034.060000', '133034.520000', '133034.980000', '133035.440000', '133035.900000', '133036.360000', '133036.820000', '133037.280000', '133037.740000', '133038.200000', '133038.660000', '133039.120000', '133039.580000', '133040.040000', '133040.500000', '133040.960000', '133041.420000', '133041.880000', '133042.340000', '133042.800000', '133043.260000', '133043.720000', '133044.180000', '133044.640000', '133045.100000', '133045.560000', '133046.020000', '133046.480000', '133046.940000', '133047.400000', '133047.860000', '133048.320000', '133048.780000', '133049.240000', '133049.700000', '133050.160000', '133050.620000', '133051.080000', '133051.540000', '133052.000000', '133052.460000', '133052.920000', '133053.380000', '133053.840000', '133054.300000', '133054.760000', '133055.220000', '133055.680000', '133056.140000', '133056.600000', '133057.060000', '133057.520000', '133057.980000', '133058.440000', '133058.900000', '133059.360000', '133059.820000', '133100.280000', '133100.740000', '133101.200000', '133101.660000', '133102.120000', '133102.580000', '133103.040000', '133103.500000', '133103.960000', '133104.420000', '133104.880000', '133105.340000', '133105.800000', '133106.260000', '133106.720000', '133107.180000', '133107.640000', '133108.100000', '133108.560000', '133109.020000', '133109.480000', '133109.940000', '133110.400000', '133110.860000', '133111.320000', '133111.780000', '133112.240000', '133112.700000', '133113.160000', '133113.620000', '133114.080000', '133114.540000', '133115.000000', '133115.460000', '133115.920000', '133116.380000', '133116.840000', '133117.300000', '133117.760000', '133118.220000', '133118.680000', '133119.140000', '133119.600000', '133120.060000', '133120.520000', '133120.980000', '133121.440000', '133121.900000', '133122.360000', '133122.820000', '133123.280000', '133123.740000', '133124.200000', '133124.660000', '133125.120000', '133125.580000', '133126.040000', '133126.500000', '133126.960000', '133127.420000', '133127.880000', '133128.340000', '133128.800000', '133129.260000', '133129.720000', '133130.180000', '133130.640000', '133131.100000', '133131.560000', '133132.020000', '133132.480000', '133132.940000', '133133.400000', '133133.860000', '133134.320000', '133134.780000', '133135.240000', '133135.700000', '133136.160000', '133136.620000', '133137.080000', '133137.540000', '133138.000000', '133138.460000', '133138.920000', '133139.380000', '133139.840000', '133140.300000', '133140.760000', '133141.220000', '133141.680000', '133142.140000', '133142.600000', '133143.060000', '133143.520000', '133143.980000', '133144.440000', '133144.900000', '133145.360000', '133145.820000', '133146.280000', '133146.740000', '133147.200000', '133147.660000', '133148.120000', '133148.580000', '133149.040000', '133149.500000', '133149.960000', '133150.420000', '133150.880000', '133151.340000', '133151.800000', '133152.260000', '133152.720000', '133153.180000', '133153.640000', '133154.100000', '133154.560000', '133155.020000', '133155.480000', '133155.940000', '133156.400000', '133156.860000', '133157.320000', '133157.780000', '133158.240000', '133158.700000', '133159.160000', '133159.620000', '133200.080000', '133200.540000', '133201.000000', '133201.460000', '133201.920000', '133202.380000', '133202.840000', '133203.300000', '133203.760000', '133204.220000', '133204.680000', '133205.140000', '133205.600000', '133206.060000', '133206.520000', '133206.980000', '133207.440000', '133207.900000', '133208.360000', '133208.820000', '133209.280000', '133209.740000', '133210.200000', '133210.660000', '133211.120000', '133211.580000', '133212.040000', '133212.500000', '133212.960000', '133213.420000', '133213.880000', '133214.340000', '133214.800000', '133215.260000', '133215.720000', '133216.180000', '133216.640000', '133217.100000', '133217.560000', '133218.020000', '133218.480000', '133218.940000', '133219.400000', '133219.860000', '133220.320000', '133220.780000', '133221.240000', '133221.700000', '133222.160000', '133222.620000', '133223.080000', '133223.540000', '133224.000000', '133224.460000', '133224.920000', '133225.380000', '133225.840000', '133226.300000', '133226.760000', '133227.220000', '133227.680000', '133228.140000', '133228.600000', '133229.060000', '133229.520000', '133229.980000', '133230.440000', '133230.900000', '133231.360000', '133231.820000', '133232.280000', '133232.740000', '133233.200000', '133233.660000', '133234.120000', '133234.580000', '133235.040000', '133235.500000', '133235.960000', '133236.420000', '133236.880000', '133237.340000', '133237.800000', '133238.260000', '133238.720000', '133239.180000', '133239.640000', '133240.100000', '133240.560000', '133241.020000', '133241.480000', '133241.940000', '133242.400000', '133242.860000', '133243.320000', '133243.780000', '133244.240000', '133244.700000', '133245.160000', '133245.620000', '133246.080000', '133246.540000', '133247.000000', '133247.460000', '133247.920000', '133248.380000', '133248.840000', '133249.300000', '133249.760000', '133250.220000', '133250.680000', '133251.140000', '133251.600000', '133252.060000', '133252.520000', '133252.980000', '133253.440000', '133253.900000', '133254.360000', '133254.820000', '133255.280000', '133255.740000', '133256.200000', '133256.660000', '133257.120000', '133257.580000', '133258.040000', '133258.500000', '133258.960000', '133259.420000', '133259.880000', '133300.340000', '133300.800000', '133301.260000', '133301.720000', '133302.180000', '133302.640000', '133303.100000', '133303.560000', '133304.020000', '133304.480000', '133304.940000', '133305.400000', '133305.860000', '133306.320000', '133306.780000', '133307.240000', '133307.700000', '133308.160000', '133308.620000', '133309.080000', '133309.540000', '133310.000000', '133310.460000', '133310.920000', '133311.380000', '133311.840000', '133312.300000', '133312.760000', '133313.220000', '133313.680000', '133314.140000', '133314.600000', '133315.060000'], 'ContentTime': ['132358.572000', '132358.575000', '132358.578000', '132358.580000', '132358.583000', '132358.585000', '132358.588000', '132358.590000', '132358.593000', '132358.595000', '132358.598000', '132358.600000', '132358.603000', '132358.606000', '132358.608000', '132358.611000', '132358.622000', '132358.625000', '132358.628000', '132358.630000', '132358.633000', '132358.635000', '132358.638000', '132358.640000', '132358.643000', '132358.645000', '132358.648000', '132358.658000', '132358.660000', '132358.663000', '132358.666000', '132358.668000', '132358.671000', '132358.673000', '132358.676000', '132358.678000', '132358.681000', '132358.683000', '132358.686000', '132358.689000', '132358.691000', '132358.694000', '132358.696000', '132358.699000', '132358.702000', '132358.704000', '132358.707000', '132358.709000', '132358.712000', '132358.715000', '132358.717000', '132358.720000', '132358.722000', '132358.725000', '132358.727000', '132358.730000', '132418.529000', '132418.532000', '132418.535000', '132418.537000', '132418.540000', '132418.543000', '132418.545000', '132418.548000', '132418.550000', '132418.553000', '132418.555000', '132418.558000', '132418.561000', '132418.563000', '132418.566000', '132418.568000', '132418.571000', '132418.573000', '132418.576000', '132418.579000', '132418.581000', '132418.584000', '132418.586000', '132418.594000', '132418.596000', '132418.599000', '132418.601000', '132418.604000', '132418.607000', '132418.609000', '132418.612000', '132418.614000', '132418.617000', '132418.620000', '132418.622000', '132418.625000', '132418.627000', '132418.630000', '132418.632000', '132418.635000', '132418.638000', '132418.640000', '132418.643000', '132438.530000', '132438.532000', '132438.535000', '132438.538000', '132438.540000', '132438.543000', '132438.545000', '132438.548000', '132438.550000', '132438.553000', '132438.556000', '132438.558000', '132438.567000', '132438.569000', '132438.572000', '132438.574000', '132438.577000', '132438.580000', '132438.582000', '132438.585000', '132438.588000', '132438.590000', '132438.593000', '132438.595000', '132438.598000', '132438.600000', '132438.603000', '132438.606000', '132438.608000', '132438.611000', '132438.613000', '132438.616000', '132438.619000', '132438.621000', '132438.624000', '132438.626000', '132438.629000', '132438.631000', '132438.634000', '132438.636000', '132438.639000', '132438.642000', '132438.644000', '132438.647000', '132458.529000', '132458.532000', '132458.535000', '132458.537000', '132458.540000', '132458.543000', '132458.545000', '132458.551000', '132458.553000', '132458.556000', '132458.559000', '132458.561000', '132458.564000', '132458.566000', '132458.569000', '132458.572000', '132458.574000', '132458.577000', '132458.579000', '132458.582000', '132458.585000', '132458.587000', '132458.590000', '132458.592000', '132458.595000', '132458.597000', '132458.600000', '132458.603000', '132458.605000', '132458.608000', '132458.610000', '132458.613000', '132458.616000', '132458.618000', '132458.621000', '132458.623000', '132458.626000', '132458.629000', '132458.631000', '132458.634000', '132458.636000', '132458.639000', '132458.641000', '132518.528000', '132518.531000', '132518.534000', '132518.536000', '132518.539000', '132518.549000', '132518.551000', '132518.555000', '132518.558000', '132518.560000', '132518.563000', '132518.565000', '132518.568000', '132518.571000', '132518.573000', '132518.576000', '132518.578000', '132518.581000', '132518.584000', '132518.586000', '132518.589000', '132518.591000', '132518.594000', '132518.596000', '132518.599000', '132518.602000', '132518.604000', '132518.607000', '132518.610000', '132518.612000', '132518.615000', '132518.617000', '132518.620000', '132518.623000', '132518.625000', '132518.628000', '132518.630000', '132518.633000', '132518.635000', '132518.638000', '132518.641000', '132518.643000', '132518.646000', '132518.648000', '132538.528000', '132538.531000', '132538.534000', '132538.536000', '132538.539000', '132538.542000', '132538.544000', '132538.547000', '132538.549000', '132538.552000', '132538.564000', '132538.567000', '132538.570000', '132538.572000', '132538.575000', '132538.577000', '132538.580000', '132538.582000', '132538.600000', '132538.602000', '132538.605000', '132538.607000', '132538.610000', '132538.613000', '132538.615000', '132538.618000', '132538.621000', '132538.623000', '132538.626000', '132538.629000', '132538.631000', '132538.634000', '132538.636000', '132538.639000', '132538.641000', '132538.644000', '132538.647000', '132538.649000', '132538.652000', '132538.655000', '132538.657000', '132538.660000', '132538.662000', '132558.529000', '132558.531000', '132558.534000', '132558.537000', '132558.539000', '132558.542000', '132558.545000', '132558.547000', '132558.550000', '132558.553000', '132558.555000', '132558.558000', '132558.560000', '132558.563000', '132558.566000', '132558.568000', '132558.571000', '132558.573000', '132558.576000', '132558.578000', '132558.581000', '132558.584000', '132558.586000', '132558.589000', '132558.591000', '132558.594000', '132558.597000', '132558.599000', '132558.602000', '132558.604000', '132558.607000', '132558.610000', '132558.612000', '132558.615000', '132558.618000', '132558.620000', '132558.623000', '132558.625000', '132558.628000', '132558.631000', '132558.633000', '132558.636000', '132558.638000', '132618.529000', '132618.532000', '132618.534000', '132618.537000', '132618.539000', '132618.542000', '132618.545000', '132618.547000', '132618.550000', '132618.552000', '132618.555000', '132618.558000', '132618.560000', '132618.563000', '132618.565000', '132618.568000', '132618.571000', '132618.573000', '132618.576000', '132618.578000', '132618.581000', '132618.584000', '132618.586000', '132618.589000', '132618.591000', '132618.594000', '132618.597000', '132618.600000', '132618.602000', '132618.605000', '132618.608000', '132618.610000', '132618.613000', '132618.615000', '132618.618000', '132618.621000', '132618.623000', '132618.626000', '132618.628000', '132618.631000', '132618.634000', '132618.636000', '132618.639000', '132618.641000', '132638.529000', '132638.532000', '132638.535000', '132638.538000', '132638.540000', '132638.543000', '132638.546000', '132638.548000', '132638.551000', '132638.554000', '132638.556000', '132638.559000', '132638.568000', '132638.570000', '132638.573000', '132638.575000', '132638.578000', '132638.581000', '132638.583000', '132638.586000', '132638.588000', '132638.591000', '132638.594000', '132638.597000', '132638.600000', '132638.602000', '132638.605000', '132638.607000', '132638.610000', '132638.612000', '132638.615000', '132638.618000', '132638.620000', '132638.623000', '132638.626000', '132638.628000', '132638.631000', '132638.634000', '132638.636000', '132638.639000', '132638.641000', '132638.644000', '132638.646000', '132658.529000', '132658.532000', '132658.535000', '132658.538000', '132658.540000', '132658.543000', '132658.545000', '132658.548000', '132658.551000', '132658.553000', '132658.556000', '132658.558000', '132658.561000', '132658.564000', '132658.566000', '132658.569000', '132658.571000', '132658.574000', '132658.577000', '132658.579000', '132658.582000', '132658.584000', '132658.587000', '132658.590000', '132658.592000', '132658.595000', '132658.597000', '132658.600000', '132658.603000', '132658.605000', '132658.608000', '132658.610000', '132658.618000', '132658.621000', '132658.623000', '132658.626000', '132658.629000', '132658.631000', '132658.634000', '132658.636000', '132658.639000', '132658.641000', '132658.644000', '132658.647000', '132718.530000', '132718.532000', '132718.535000', '132718.538000', '132718.540000', '132718.543000', '132718.546000', '132718.548000', '132718.551000', '132718.554000', '132718.556000', '132718.559000', '132718.561000', '132718.564000', '132718.567000', '132718.569000', '132718.572000', '132718.575000', '132718.577000', '132718.580000', '132718.582000', '132718.585000', '132718.588000', '132718.590000', '132718.593000', '132718.595000', '132718.598000', '132718.601000', '132718.603000', '132718.606000', '132718.608000', '132718.611000', '132718.614000', '132718.616000', '132718.619000', '132718.622000', '132718.624000', '132718.627000', '132718.629000', '132718.632000', '132718.634000', '132718.637000', '132718.640000', '132738.528000', '132738.531000', '132738.534000', '132738.536000', '132738.539000', '132738.542000', '132738.544000', '132738.547000', '132738.549000', '132738.552000', '132738.555000', '132738.557000', '132738.560000', '132738.563000', '132738.565000', '132738.568000', '132738.571000', '132738.573000', '132738.576000', '132738.578000', '132738.581000', '132738.584000', '132738.586000', '132738.589000', '132738.591000', '132738.594000', '132738.596000', '132738.599000', '132738.602000', '132738.604000', '132738.607000', '132738.609000', '132738.612000', '132738.615000', '132738.617000', '132738.620000', '132738.622000', '132738.625000', '132738.628000', '132738.630000', '132738.638000', '132738.640000', '132738.643000', '132738.645000', '132758.529000', '132758.531000', '132758.534000', '132758.537000', '132758.539000', '132758.542000', '132758.545000', '132758.547000', '132758.550000', '132758.552000', '132758.555000', '132758.558000', '132758.560000', '132758.563000', '132758.565000', '132758.568000', '132758.571000', '132758.573000', '132758.576000', '132758.579000', '132758.581000', '132758.584000', '132758.586000', '132758.589000', '132758.592000', '132758.594000', '132758.597000', '132758.600000', '132758.602000', '132758.605000', '132758.607000', '132758.610000', '132758.613000', '132758.615000', '132758.618000', '132758.621000', '132758.624000', '132758.627000', '132758.629000', '132758.633000', '132758.636000', '132758.638000', '132758.641000', '132818.528000', '132818.531000', '132818.534000', '132818.537000', '132818.539000', '132818.542000', '132818.544000', '132818.547000', '132818.550000', '132818.552000', '132818.555000', '132818.557000', '132818.560000', '132818.562000', '132818.565000', '132818.568000', '132818.570000', '132818.573000', '132818.576000', '132818.578000', '132818.581000', '132818.584000', '132818.586000', '132818.589000', '132818.591000', '132818.594000', '132818.597000', '132818.599000', '132818.602000', '132818.604000', '132818.607000', '132818.610000', '132818.612000', '132818.615000', '132818.618000', '132818.620000', '132818.623000', '132818.625000', '132818.628000', '132818.631000', '132818.633000', '132818.636000', '132818.638000', '132818.641000', '132838.528000', '132838.531000', '132838.534000', '132838.537000', '132838.539000', '132838.542000', '132838.544000', '132838.547000', '132838.550000', '132838.552000', '132838.555000', '132838.557000', '132838.560000', '132838.563000', '132838.565000', '132838.568000', '132838.570000', '132838.579000', '132838.582000', '132838.584000', '132838.587000', '132838.589000', '132838.592000', '132838.595000', '132838.597000', '132838.600000', '132838.602000', '132838.605000', '132838.608000', '132838.610000', '132838.613000', '132838.616000', '132838.618000', '132838.621000', '132838.624000', '132838.627000', '132838.630000', '132838.633000', '132838.636000', '132838.638000', '132838.641000', '132838.644000', '132838.646000', '132858.530000', '132858.533000', '132858.535000', '132858.538000', '132858.540000', '132858.543000', '132858.546000', '132858.548000', '132858.551000', '132858.553000', '132858.556000', '132858.558000', '132858.561000', '132858.564000', '132858.566000', '132858.569000', '132858.571000', '132858.574000', '132858.577000', '132858.579000', '132858.582000', '132858.584000', '132858.587000', '132858.597000', '132858.599000', '132858.602000', '132858.605000', '132858.607000', '132858.610000', '132858.613000', '132858.615000', '132858.618000', '132858.621000', '132858.623000', '132858.626000', '132858.628000', '132858.631000', '132858.634000', '132858.638000', '132858.641000', '132858.643000', '132858.646000', '132858.648000', '132858.651000', '132918.530000', '132918.532000', '132918.535000', '132918.538000', '132918.540000', '132918.543000', '132918.545000', '132918.548000', '132918.551000', '132918.553000', '132918.556000', '132918.558000', '132918.561000', '132918.563000', '132918.566000', '132918.569000', '132918.571000', '132918.574000', '132918.577000', '132918.579000', '132918.582000', '132918.584000', '132918.587000', '132918.589000', '132918.592000', '132918.595000', '132918.597000', '132918.600000', '132918.603000', '132918.605000', '132918.608000', '132918.610000', '132918.613000', '132918.616000', '132918.618000', '132918.621000', '132918.623000', '132918.626000', '132918.629000', '132918.631000', '132918.634000', '132918.636000', '132918.639000', '132938.529000', '132938.532000', '132938.535000', '132938.538000', '132938.540000', '132938.543000', '132938.545000', '132938.548000', '132938.550000', '132938.553000', '132938.556000', '132938.558000', '132938.561000', '132938.563000', '132938.566000', '132938.569000', '132938.571000', '132938.574000', '132938.576000', '132938.579000', '132938.582000', '132938.584000', '132938.587000', '132938.589000', '132938.592000', '132938.595000', '132938.597000', '132938.600000', '132938.603000', '132938.605000', '132938.608000', '132938.611000', '132938.613000', '132938.616000', '132938.619000', '132938.621000', '132938.624000', '132938.626000', '132938.629000', '132938.631000', '132938.634000', '132938.637000', '132938.639000', '132938.642000', '132958.528000', '132958.531000', '132958.534000', '132958.537000', '132958.539000', '132958.542000', '132958.544000', '132958.547000', '132958.549000', '132958.552000', '132958.555000', '132958.557000', '132958.560000', '132958.562000', '132958.565000', '132958.568000', '132958.570000', '132958.573000', '132958.575000', '132958.578000', '132958.581000', '132958.583000', '132958.586000', '132958.588000', '132958.591000', '132958.593000', '132958.596000', '132958.610000', '132958.613000', '132958.615000', '132958.618000', '132958.621000', '132958.624000', '132958.627000', '132958.630000', '132958.633000', '132958.635000', '132958.638000', '132958.640000', '132958.643000', '132958.646000', '132958.648000', '132958.651000', '133018.528000', '133018.531000', '133018.534000', '133018.537000', '133018.539000', '133018.542000', '133018.544000', '133018.547000', '133018.549000', '133018.552000', '133018.555000', '133018.557000', '133018.560000', '133018.562000', '133018.565000', '133018.568000', '133018.570000', '133018.573000', '133018.575000', '133018.578000', '133018.580000', '133018.583000', '133018.585000', '133018.588000', '133018.591000', '133018.593000', '133018.596000', '133018.598000', '133018.601000', '133018.604000', '133018.606000', '133018.609000', '133018.611000', '133018.614000', '133018.617000', '133018.619000', '133018.622000', '133018.624000', '133018.627000', '133018.630000', '133018.632000', '133018.635000', '133018.637000', '133018.640000', '133038.529000', '133038.532000', '133038.534000', '133038.537000', '133038.539000', '133038.542000', '133038.545000', '133038.547000', '133038.550000', '133038.552000', '133038.555000', '133038.558000', '133038.560000', '133038.563000', '133038.565000', '133038.568000', '133038.571000', '133038.573000', '133038.576000', '133038.578000', '133038.581000', '133038.583000', '133038.586000', '133038.589000', '133038.591000', '133038.594000', '133038.596000', '133038.599000', '133038.602000', '133038.604000', '133038.607000', '133038.609000', '133038.612000', '133038.615000', '133038.617000', '133038.620000', '133038.622000', '133038.625000', '133038.628000', '133038.630000', '133038.633000', '133038.635000', '133038.638000', '133058.529000', '133058.531000', '133058.534000', '133058.537000', '133058.539000', '133058.542000', '133058.544000', '133058.547000', '133058.549000', '133058.552000', '133058.555000', '133058.557000', '133058.560000', '133058.562000', '133058.565000', '133058.568000', '133058.570000', '133058.573000', '133058.575000', '133058.578000', '133058.580000', '133058.583000', '133058.586000', '133058.588000', '133058.591000', '133058.593000', '133058.596000', '133058.599000', '133058.601000', '133058.604000', '133058.606000', '133058.609000', '133058.612000', '133058.614000', '133058.617000', '133058.619000', '133058.622000', '133058.625000', '133058.627000', '133058.630000', '133058.633000', '133058.635000', '133058.638000', '133058.640000', '133118.530000', '133118.533000', '133118.535000', '133118.538000', '133118.541000', '133118.543000', '133118.546000', '133118.548000', '133118.551000', '133118.554000', '133118.556000', '133118.559000', '133118.562000', '133118.564000', '133118.567000', '133118.569000', '133118.572000', '133118.575000', '133118.577000', '133118.580000', '133118.583000', '133118.585000', '133118.588000', '133118.590000', '133118.593000', '133118.596000', '133118.598000', '133118.601000', '133118.603000', '133118.606000', '133118.609000', '133118.611000', '133118.614000', '133118.617000', '133118.619000', '133118.622000', '133118.624000', '133118.627000', '133118.656000', '133118.658000', '133118.661000', '133118.664000', '133118.666000', '133138.530000', '133138.532000', '133138.535000', '133138.538000', '133138.540000', '133138.543000', '133138.546000', '133138.548000', '133138.551000', '133138.554000', '133138.556000', '133138.559000', '133138.562000', '133138.565000', '133138.567000', '133138.570000', '133138.573000', '133138.575000', '133138.578000', '133138.581000', '133138.583000', '133138.586000', '133138.589000', '133138.591000', '133138.594000', '133138.596000', '133138.599000', '133138.602000', '133138.604000', '133138.607000', '133138.609000', '133138.612000', '133138.615000', '133138.617000', '133138.620000', '133138.622000', '133138.625000', '133138.628000', '133138.630000', '133138.633000', '133138.636000', '133138.638000', '133138.641000', '133138.643000', '133158.530000', '133158.533000', '133158.535000', '133158.538000', '133158.540000', '133158.543000', '133158.546000', '133158.548000', '133158.551000', '133158.554000', '133158.556000', '133158.559000', '133158.561000', '133158.564000', '133158.567000', '133158.569000', '133158.572000', '133158.575000', '133158.577000', '133158.580000', '133158.582000', '133158.585000', '133158.588000', '133158.590000', '133158.593000', '133158.595000', '133158.598000', '133158.600000', '133158.603000', '133158.606000', '133158.608000', '133158.611000', '133158.613000', '133158.616000', '133158.619000', '133158.622000', '133158.624000', '133158.627000', '133158.629000', '133158.632000', '133158.635000', '133158.637000', '133158.640000', '133218.529000', '133218.531000', '133218.534000', '133218.537000', '133218.539000', '133218.542000', '133218.544000', '133218.547000', '133218.550000', '133218.552000', '133218.555000', '133218.557000', '133218.560000', '133218.563000', '133218.565000', '133218.568000', '133218.570000', '133218.573000', '133218.576000', '133218.578000', '133218.581000', '133218.583000', '133218.586000', '133218.589000', '133218.591000', '133218.594000', '133218.597000', '133218.599000', '133218.602000', '133218.604000', '133218.607000', '133218.609000', '133218.612000', '133218.615000', '133218.617000', '133218.620000', '133218.623000', '133218.625000', '133218.628000', '133218.630000', '133218.633000', '133218.636000', '133218.638000', '133238.528000', '133238.531000', '133238.534000', '133238.537000', '133238.539000', '133238.542000', '133238.544000', '133238.547000', '133238.550000', '133238.552000', '133238.555000', '133238.557000', '133238.560000', '133238.563000', '133238.565000', '133238.568000', '133238.570000', '133238.573000', '133238.576000', '133238.578000', '133238.581000', '133238.583000', '133238.586000', '133238.589000', '133238.591000', '133238.594000', '133238.596000', '133238.599000', '133238.602000', '133238.604000', '133238.607000', '133238.609000', '133238.612000', '133238.615000', '133238.617000', '133238.620000', '133238.629000', '133238.632000', '133238.634000', '133238.637000', '133238.640000', '133238.642000', '133238.645000', '133238.647000', '133258.528000', '133258.531000', '133258.534000', '133258.537000', '133258.539000', '133258.542000', '133258.544000', '133258.547000', '133258.550000', '133258.553000', '133258.556000', '133258.559000', '133258.561000', '133258.564000', '133258.567000', '133258.569000', '133258.572000', '133258.581000', '133258.584000', '133258.587000', '133258.589000', '133258.592000', '133258.594000', '133258.597000', '133258.600000', '133258.602000', '133258.605000', '133258.607000', '133258.610000', '133258.613000', '133258.615000', '133258.618000', '133258.620000', '133258.623000', '133258.626000', '133258.628000', '133258.631000', '133258.634000', '133258.636000', '133258.639000', '133258.641000', '133258.644000', '133258.646000', '133315.979000', '133315.982000', '133315.985000', '133315.988000', '133315.990000', '133315.993000', '133315.996000', '133316.000000', '133316.003000', '133316.006000', '133316.009000', '133316.012000', '133316.014000', '133316.017000', '133316.020000', '133316.023000', '133316.026000', '133316.028000', '133316.031000', '133316.034000', '133316.037000', '133316.039000', '133316.042000', '133316.045000', '133316.047000', '133316.050000', '133316.053000', '133316.055000', '133316.058000', '133316.061000', '133316.063000', '133316.066000', '133316.069000', '133316.072000', '133316.076000', '133316.079000', '133316.082000', '133316.084000', '133316.087000'], 'InstanceCreationTime': ['132358.572000', '132358.575000', '132358.578000', '132358.580000', '132358.583000', '132358.585000', '132358.588000', '132358.590000', '132358.593000', '132358.595000', '132358.598000', '132358.600000', '132358.603000', '132358.606000', '132358.608000', '132358.611000', '132358.622000', '132358.625000', '132358.628000', '132358.630000', '132358.633000', '132358.635000', '132358.638000', '132358.640000', '132358.643000', '132358.645000', '132358.648000', '132358.658000', '132358.660000', '132358.663000', '132358.666000', '132358.668000', '132358.671000', '132358.673000', '132358.676000', '132358.678000', '132358.681000', '132358.683000', '132358.686000', '132358.689000', '132358.691000', '132358.694000', '132358.696000', '132358.699000', '132358.702000', '132358.704000', '132358.707000', '132358.709000', '132358.712000', '132358.715000', '132358.717000', '132358.720000', '132358.722000', '132358.725000', '132358.727000', '132358.730000', '132418.529000', '132418.532000', '132418.535000', '132418.537000', '132418.540000', '132418.543000', '132418.545000', '132418.548000', '132418.550000', '132418.553000', '132418.555000', '132418.558000', '132418.561000', '132418.563000', '132418.566000', '132418.568000', '132418.571000', '132418.573000', '132418.576000', '132418.579000', '132418.581000', '132418.584000', '132418.586000', '132418.594000', '132418.596000', '132418.599000', '132418.601000', '132418.604000', '132418.607000', '132418.609000', '132418.612000', '132418.614000', '132418.617000', '132418.620000', '132418.622000', '132418.625000', '132418.627000', '132418.630000', '132418.632000', '132418.635000', '132418.638000', '132418.640000', '132418.643000', '132438.530000', '132438.532000', '132438.535000', '132438.538000', '132438.540000', '132438.543000', '132438.545000', '132438.548000', '132438.550000', '132438.553000', '132438.556000', '132438.558000', '132438.567000', '132438.569000', '132438.572000', '132438.574000', '132438.577000', '132438.580000', '132438.582000', '132438.585000', '132438.588000', '132438.590000', '132438.593000', '132438.595000', '132438.598000', '132438.600000', '132438.603000', '132438.606000', '132438.608000', '132438.611000', '132438.613000', '132438.616000', '132438.619000', '132438.621000', '132438.624000', '132438.626000', '132438.629000', '132438.631000', '132438.634000', '132438.636000', '132438.639000', '132438.642000', '132438.644000', '132438.647000', '132458.529000', '132458.532000', '132458.535000', '132458.537000', '132458.540000', '132458.543000', '132458.545000', '132458.551000', '132458.553000', '132458.556000', '132458.559000', '132458.561000', '132458.564000', '132458.566000', '132458.569000', '132458.572000', '132458.574000', '132458.577000', '132458.579000', '132458.582000', '132458.585000', '132458.587000', '132458.590000', '132458.592000', '132458.595000', '132458.597000', '132458.600000', '132458.603000', '132458.605000', '132458.608000', '132458.610000', '132458.613000', '132458.616000', '132458.618000', '132458.621000', '132458.623000', '132458.626000', '132458.629000', '132458.631000', '132458.634000', '132458.636000', '132458.639000', '132458.641000', '132518.528000', '132518.531000', '132518.534000', '132518.536000', '132518.539000', '132518.549000', '132518.551000', '132518.555000', '132518.558000', '132518.560000', '132518.563000', '132518.565000', '132518.568000', '132518.571000', '132518.573000', '132518.576000', '132518.578000', '132518.581000', '132518.584000', '132518.586000', '132518.589000', '132518.591000', '132518.594000', '132518.596000', '132518.599000', '132518.602000', '132518.604000', '132518.607000', '132518.610000', '132518.612000', '132518.615000', '132518.617000', '132518.620000', '132518.623000', '132518.625000', '132518.628000', '132518.630000', '132518.633000', '132518.635000', '132518.638000', '132518.641000', '132518.643000', '132518.646000', '132518.648000', '132538.528000', '132538.531000', '132538.534000', '132538.536000', '132538.539000', '132538.542000', '132538.544000', '132538.547000', '132538.549000', '132538.552000', '132538.564000', '132538.567000', '132538.570000', '132538.572000', '132538.575000', '132538.577000', '132538.580000', '132538.582000', '132538.600000', '132538.602000', '132538.605000', '132538.607000', '132538.610000', '132538.613000', '132538.615000', '132538.618000', '132538.621000', '132538.623000', '132538.626000', '132538.629000', '132538.631000', '132538.634000', '132538.636000', '132538.639000', '132538.641000', '132538.644000', '132538.647000', '132538.649000', '132538.652000', '132538.655000', '132538.657000', '132538.660000', '132538.662000', '132558.529000', '132558.531000', '132558.534000', '132558.537000', '132558.539000', '132558.542000', '132558.545000', '132558.547000', '132558.550000', '132558.553000', '132558.555000', '132558.558000', '132558.560000', '132558.563000', '132558.566000', '132558.568000', '132558.571000', '132558.573000', '132558.576000', '132558.578000', '132558.581000', '132558.584000', '132558.586000', '132558.589000', '132558.591000', '132558.594000', '132558.597000', '132558.599000', '132558.602000', '132558.604000', '132558.607000', '132558.610000', '132558.612000', '132558.615000', '132558.618000', '132558.620000', '132558.623000', '132558.625000', '132558.628000', '132558.631000', '132558.633000', '132558.636000', '132558.638000', '132618.529000', '132618.532000', '132618.534000', '132618.537000', '132618.539000', '132618.542000', '132618.545000', '132618.547000', '132618.550000', '132618.552000', '132618.555000', '132618.558000', '132618.560000', '132618.563000', '132618.565000', '132618.568000', '132618.571000', '132618.573000', '132618.576000', '132618.578000', '132618.581000', '132618.584000', '132618.586000', '132618.589000', '132618.591000', '132618.594000', '132618.597000', '132618.600000', '132618.602000', '132618.605000', '132618.608000', '132618.610000', '132618.613000', '132618.615000', '132618.618000', '132618.621000', '132618.623000', '132618.626000', '132618.628000', '132618.631000', '132618.634000', '132618.636000', '132618.639000', '132618.641000', '132638.529000', '132638.532000', '132638.535000', '132638.538000', '132638.540000', '132638.543000', '132638.546000', '132638.548000', '132638.551000', '132638.554000', '132638.556000', '132638.559000', '132638.568000', '132638.570000', '132638.573000', '132638.575000', '132638.578000', '132638.581000', '132638.583000', '132638.586000', '132638.588000', '132638.591000', '132638.594000', '132638.597000', '132638.600000', '132638.602000', '132638.605000', '132638.607000', '132638.610000', '132638.612000', '132638.615000', '132638.618000', '132638.620000', '132638.623000', '132638.626000', '132638.628000', '132638.631000', '132638.634000', '132638.636000', '132638.639000', '132638.641000', '132638.644000', '132638.646000', '132658.529000', '132658.532000', '132658.535000', '132658.538000', '132658.540000', '132658.543000', '132658.545000', '132658.548000', '132658.551000', '132658.553000', '132658.556000', '132658.558000', '132658.561000', '132658.564000', '132658.566000', '132658.569000', '132658.571000', '132658.574000', '132658.577000', '132658.579000', '132658.582000', '132658.584000', '132658.587000', '132658.590000', '132658.592000', '132658.595000', '132658.597000', '132658.600000', '132658.603000', '132658.605000', '132658.608000', '132658.610000', '132658.618000', '132658.621000', '132658.623000', '132658.626000', '132658.629000', '132658.631000', '132658.634000', '132658.636000', '132658.639000', '132658.641000', '132658.644000', '132658.647000', '132718.530000', '132718.532000', '132718.535000', '132718.538000', '132718.540000', '132718.543000', '132718.546000', '132718.548000', '132718.551000', '132718.554000', '132718.556000', '132718.559000', '132718.561000', '132718.564000', '132718.567000', '132718.569000', '132718.572000', '132718.575000', '132718.577000', '132718.580000', '132718.582000', '132718.585000', '132718.588000', '132718.590000', '132718.593000', '132718.595000', '132718.598000', '132718.601000', '132718.603000', '132718.606000', '132718.608000', '132718.611000', '132718.614000', '132718.616000', '132718.619000', '132718.622000', '132718.624000', '132718.627000', '132718.629000', '132718.632000', '132718.634000', '132718.637000', '132718.640000', '132738.528000', '132738.531000', '132738.534000', '132738.536000', '132738.539000', '132738.542000', '132738.544000', '132738.547000', '132738.549000', '132738.552000', '132738.555000', '132738.557000', '132738.560000', '132738.563000', '132738.565000', '132738.568000', '132738.571000', '132738.573000', '132738.576000', '132738.578000', '132738.581000', '132738.584000', '132738.586000', '132738.589000', '132738.591000', '132738.594000', '132738.596000', '132738.599000', '132738.602000', '132738.604000', '132738.607000', '132738.609000', '132738.612000', '132738.615000', '132738.617000', '132738.620000', '132738.622000', '132738.625000', '132738.628000', '132738.630000', '132738.638000', '132738.640000', '132738.643000', '132738.645000', '132758.529000', '132758.531000', '132758.534000', '132758.537000', '132758.539000', '132758.542000', '132758.545000', '132758.547000', '132758.550000', '132758.552000', '132758.555000', '132758.558000', '132758.560000', '132758.563000', '132758.565000', '132758.568000', '132758.571000', '132758.573000', '132758.576000', '132758.579000', '132758.581000', '132758.584000', '132758.586000', '132758.589000', '132758.592000', '132758.594000', '132758.597000', '132758.600000', '132758.602000', '132758.605000', '132758.607000', '132758.610000', '132758.613000', '132758.615000', '132758.618000', '132758.621000', '132758.624000', '132758.627000', '132758.629000', '132758.633000', '132758.636000', '132758.638000', '132758.641000', '132818.528000', '132818.531000', '132818.534000', '132818.537000', '132818.539000', '132818.542000', '132818.544000', '132818.547000', '132818.550000', '132818.552000', '132818.555000', '132818.557000', '132818.560000', '132818.562000', '132818.565000', '132818.568000', '132818.570000', '132818.573000', '132818.576000', '132818.578000', '132818.581000', '132818.584000', '132818.586000', '132818.589000', '132818.591000', '132818.594000', '132818.597000', '132818.599000', '132818.602000', '132818.604000', '132818.607000', '132818.610000', '132818.612000', '132818.615000', '132818.618000', '132818.620000', '132818.623000', '132818.625000', '132818.628000', '132818.631000', '132818.633000', '132818.636000', '132818.638000', '132818.641000', '132838.528000', '132838.531000', '132838.534000', '132838.537000', '132838.539000', '132838.542000', '132838.544000', '132838.547000', '132838.550000', '132838.552000', '132838.555000', '132838.557000', '132838.560000', '132838.563000', '132838.565000', '132838.568000', '132838.570000', '132838.579000', '132838.582000', '132838.584000', '132838.587000', '132838.589000', '132838.592000', '132838.595000', '132838.597000', '132838.600000', '132838.602000', '132838.605000', '132838.608000', '132838.610000', '132838.613000', '132838.616000', '132838.618000', '132838.621000', '132838.624000', '132838.627000', '132838.630000', '132838.633000', '132838.636000', '132838.638000', '132838.641000', '132838.644000', '132838.646000', '132858.530000', '132858.533000', '132858.535000', '132858.538000', '132858.540000', '132858.543000', '132858.546000', '132858.548000', '132858.551000', '132858.553000', '132858.556000', '132858.558000', '132858.561000', '132858.564000', '132858.566000', '132858.569000', '132858.571000', '132858.574000', '132858.577000', '132858.579000', '132858.582000', '132858.584000', '132858.587000', '132858.597000', '132858.599000', '132858.602000', '132858.605000', '132858.607000', '132858.610000', '132858.613000', '132858.615000', '132858.618000', '132858.621000', '132858.623000', '132858.626000', '132858.628000', '132858.631000', '132858.634000', '132858.638000', '132858.641000', '132858.643000', '132858.646000', '132858.648000', '132858.651000', '132918.530000', '132918.532000', '132918.535000', '132918.538000', '132918.540000', '132918.543000', '132918.545000', '132918.548000', '132918.551000', '132918.553000', '132918.556000', '132918.558000', '132918.561000', '132918.563000', '132918.566000', '132918.569000', '132918.571000', '132918.574000', '132918.577000', '132918.579000', '132918.582000', '132918.584000', '132918.587000', '132918.589000', '132918.592000', '132918.595000', '132918.597000', '132918.600000', '132918.603000', '132918.605000', '132918.608000', '132918.610000', '132918.613000', '132918.616000', '132918.618000', '132918.621000', '132918.623000', '132918.626000', '132918.629000', '132918.631000', '132918.634000', '132918.636000', '132918.639000', '132938.529000', '132938.532000', '132938.535000', '132938.538000', '132938.540000', '132938.543000', '132938.545000', '132938.548000', '132938.550000', '132938.553000', '132938.556000', '132938.558000', '132938.561000', '132938.563000', '132938.566000', '132938.569000', '132938.571000', '132938.574000', '132938.576000', '132938.579000', '132938.582000', '132938.584000', '132938.587000', '132938.589000', '132938.592000', '132938.595000', '132938.597000', '132938.600000', '132938.603000', '132938.605000', '132938.608000', '132938.611000', '132938.613000', '132938.616000', '132938.619000', '132938.621000', '132938.624000', '132938.626000', '132938.629000', '132938.631000', '132938.634000', '132938.637000', '132938.639000', '132938.642000', '132958.528000', '132958.531000', '132958.534000', '132958.537000', '132958.539000', '132958.542000', '132958.544000', '132958.547000', '132958.549000', '132958.552000', '132958.555000', '132958.557000', '132958.560000', '132958.562000', '132958.565000', '132958.568000', '132958.570000', '132958.573000', '132958.575000', '132958.578000', '132958.581000', '132958.583000', '132958.586000', '132958.588000', '132958.591000', '132958.593000', '132958.596000', '132958.610000', '132958.613000', '132958.615000', '132958.618000', '132958.621000', '132958.624000', '132958.627000', '132958.630000', '132958.633000', '132958.635000', '132958.638000', '132958.640000', '132958.643000', '132958.646000', '132958.648000', '132958.651000', '133018.528000', '133018.531000', '133018.534000', '133018.537000', '133018.539000', '133018.542000', '133018.544000', '133018.547000', '133018.549000', '133018.552000', '133018.555000', '133018.557000', '133018.560000', '133018.562000', '133018.565000', '133018.568000', '133018.570000', '133018.573000', '133018.575000', '133018.578000', '133018.580000', '133018.583000', '133018.585000', '133018.588000', '133018.591000', '133018.593000', '133018.596000', '133018.598000', '133018.601000', '133018.604000', '133018.606000', '133018.609000', '133018.611000', '133018.614000', '133018.617000', '133018.619000', '133018.622000', '133018.624000', '133018.627000', '133018.630000', '133018.632000', '133018.635000', '133018.637000', '133018.640000', '133038.529000', '133038.532000', '133038.534000', '133038.537000', '133038.539000', '133038.542000', '133038.545000', '133038.547000', '133038.550000', '133038.552000', '133038.555000', '133038.558000', '133038.560000', '133038.563000', '133038.565000', '133038.568000', '133038.571000', '133038.573000', '133038.576000', '133038.578000', '133038.581000', '133038.583000', '133038.586000', '133038.589000', '133038.591000', '133038.594000', '133038.596000', '133038.599000', '133038.602000', '133038.604000', '133038.607000', '133038.609000', '133038.612000', '133038.615000', '133038.617000', '133038.620000', '133038.622000', '133038.625000', '133038.628000', '133038.630000', '133038.633000', '133038.635000', '133038.638000', '133058.529000', '133058.531000', '133058.534000', '133058.537000', '133058.539000', '133058.542000', '133058.544000', '133058.547000', '133058.549000', '133058.552000', '133058.555000', '133058.557000', '133058.560000', '133058.562000', '133058.565000', '133058.568000', '133058.570000', '133058.573000', '133058.575000', '133058.578000', '133058.580000', '133058.583000', '133058.586000', '133058.588000', '133058.591000', '133058.593000', '133058.596000', '133058.599000', '133058.601000', '133058.604000', '133058.606000', '133058.609000', '133058.612000', '133058.614000', '133058.617000', '133058.619000', '133058.622000', '133058.625000', '133058.627000', '133058.630000', '133058.633000', '133058.635000', '133058.638000', '133058.640000', '133118.530000', '133118.533000', '133118.535000', '133118.538000', '133118.541000', '133118.543000', '133118.546000', '133118.548000', '133118.551000', '133118.554000', '133118.556000', '133118.559000', '133118.562000', '133118.564000', '133118.567000', '133118.569000', '133118.572000', '133118.575000', '133118.577000', '133118.580000', '133118.583000', '133118.585000', '133118.588000', '133118.590000', '133118.593000', '133118.596000', '133118.598000', '133118.601000', '133118.603000', '133118.606000', '133118.609000', '133118.611000', '133118.614000', '133118.617000', '133118.619000', '133118.622000', '133118.624000', '133118.627000', '133118.656000', '133118.658000', '133118.661000', '133118.664000', '133118.666000', '133138.530000', '133138.532000', '133138.535000', '133138.538000', '133138.540000', '133138.543000', '133138.546000', '133138.548000', '133138.551000', '133138.554000', '133138.556000', '133138.559000', '133138.562000', '133138.565000', '133138.567000', '133138.570000', '133138.573000', '133138.575000', '133138.578000', '133138.581000', '133138.583000', '133138.586000', '133138.589000', '133138.591000', '133138.594000', '133138.596000', '133138.599000', '133138.602000', '133138.604000', '133138.607000', '133138.609000', '133138.612000', '133138.615000', '133138.617000', '133138.620000', '133138.622000', '133138.625000', '133138.628000', '133138.630000', '133138.633000', '133138.636000', '133138.638000', '133138.641000', '133138.643000', '133158.530000', '133158.533000', '133158.535000', '133158.538000', '133158.540000', '133158.543000', '133158.546000', '133158.548000', '133158.551000', '133158.554000', '133158.556000', '133158.559000', '133158.561000', '133158.564000', '133158.567000', '133158.569000', '133158.572000', '133158.575000', '133158.577000', '133158.580000', '133158.582000', '133158.585000', '133158.588000', '133158.590000', '133158.593000', '133158.595000', '133158.598000', '133158.600000', '133158.603000', '133158.606000', '133158.608000', '133158.611000', '133158.613000', '133158.616000', '133158.619000', '133158.622000', '133158.624000', '133158.627000', '133158.629000', '133158.632000', '133158.635000', '133158.637000', '133158.640000', '133218.529000', '133218.531000', '133218.534000', '133218.537000', '133218.539000', '133218.542000', '133218.544000', '133218.547000', '133218.550000', '133218.552000', '133218.555000', '133218.557000', '133218.560000', '133218.563000', '133218.565000', '133218.568000', '133218.570000', '133218.573000', '133218.576000', '133218.578000', '133218.581000', '133218.583000', '133218.586000', '133218.589000', '133218.591000', '133218.594000', '133218.597000', '133218.599000', '133218.602000', '133218.604000', '133218.607000', '133218.609000', '133218.612000', '133218.615000', '133218.617000', '133218.620000', '133218.623000', '133218.625000', '133218.628000', '133218.630000', '133218.633000', '133218.636000', '133218.638000', '133238.528000', '133238.531000', '133238.534000', '133238.537000', '133238.539000', '133238.542000', '133238.544000', '133238.547000', '133238.550000', '133238.552000', '133238.555000', '133238.557000', '133238.560000', '133238.563000', '133238.565000', '133238.568000', '133238.570000', '133238.573000', '133238.576000', '133238.578000', '133238.581000', '133238.583000', '133238.586000', '133238.589000', '133238.591000', '133238.594000', '133238.596000', '133238.599000', '133238.602000', '133238.604000', '133238.607000', '133238.609000', '133238.612000', '133238.615000', '133238.617000', '133238.620000', '133238.629000', '133238.632000', '133238.634000', '133238.637000', '133238.640000', '133238.642000', '133238.645000', '133238.647000', '133258.528000', '133258.531000', '133258.534000', '133258.537000', '133258.539000', '133258.542000', '133258.544000', '133258.547000', '133258.550000', '133258.553000', '133258.556000', '133258.559000', '133258.561000', '133258.564000', '133258.567000', '133258.569000', '133258.572000', '133258.581000', '133258.584000', '133258.587000', '133258.589000', '133258.592000', '133258.594000', '133258.597000', '133258.600000', '133258.602000', '133258.605000', '133258.607000', '133258.610000', '133258.613000', '133258.615000', '133258.618000', '133258.620000', '133258.623000', '133258.626000', '133258.628000', '133258.631000', '133258.634000', '133258.636000', '133258.639000', '133258.641000', '133258.644000', '133258.646000', '133315.979000', '133315.982000', '133315.985000', '133315.988000', '133315.990000', '133315.993000', '133315.996000', '133316.000000', '133316.003000', '133316.006000', '133316.009000', '133316.012000', '133316.014000', '133316.017000', '133316.020000', '133316.023000', '133316.026000', '133316.028000', '133316.031000', '133316.034000', '133316.037000', '133316.039000', '133316.042000', '133316.045000', '133316.047000', '133316.050000', '133316.053000', '133316.055000', '133316.058000', '133316.061000', '133316.063000', '133316.066000', '133316.069000', '133316.072000', '133316.076000', '133316.079000', '133316.082000', '133316.084000', '133316.087000'], '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': [7568, 9100, 8099, 9627, 9409, 9965, 10298, 9902, 11181, 9448, 8686, 9406, 8091, 6203, 8312, 9994, 8429, 7415, 8697, 9117, 8264, 7161, 9029, 9139, 7277, 8788, 7191, 9251, 7031, 6492, 7600, 7149, 6879, 7043, 7206, 7645, 7864, 8654, 9112, 9277, 8667, 6349, 8000, 5995, 7417, 6856, 8404, 7357, 7918, 8674, 8931, 8905, 7431, 9778, 7673, 6746, 7876, 8442, 8598, 11917, 9410, 10558, 9245, 8630, 9946, 8173, 7876, 7997, 10156, 7799, 8251, 8035, 10948, 8873, 13595, 9361, 11674, 9450, 10053, 9787, 7650, 6426, 7290, 7576, 8108, 8725, 9221, 9938, 10167, 8087, 9920, 8907, 10271, 8744, 10618, 9107, 9648, 9734, 11771, 9887, 8170, 6502, 8873, 8673, 9078, 11510, 9656, 7471, 6265, 8544, 9145, 10183, 7671, 6159, 8955, 7675, 9515, 11698, 9560, 10418, 9763, 11707, 9627, 8515, 9402, 7091, 6993, 8833, 9289, 9527, 7162, 6399, 8129, 10036, 8708, 8267, 7016, 8790, 9333, 8743, 10863, 8989, 7428, 7803, 8634, 7708, 6985, 7377, 5864, 6817, 7818, 5965, 7341, 6543, 8826, 7434, 8927, 9078, 5734, 7074, 6971, 7773, 7660, 10018, 9269, 5959, 6105, 6610, 8066, 8370, 8685, 8852, 6787, 7882, 8167, 9744, 8824, 12374, 9073, 12345, 9152, 12766, 10028, 9682, 7833, 9019, 7261, 8687, 9914, 8674, 13336, 9488, 11970, 10090, 7566, 9832, 8113, 7062, 8995, 10248, 9463, 9748, 9598, 9172, 9227, 7239, 9251, 8882, 6929, 8485, 6941, 8112, 7845, 8090, 8167, 9607, 10214, 10208, 8020, 6656, 9080, 8073, 10010, 9473, 9666, 8098, 9832, 7826, 9953, 10741, 9324, 9869, 7435, 9466, 7266, 9937, 10313, 9763, 7459, 9784, 8636, 9731, 8294, 9654, 10734, 9643, 7263, 9202, 7493, 9666, 8636, 9934, 8959, 10176, 8215, 9709, 10960, 9867, 9788, 10072, 8584, 7119, 9127, 8469, 8133, 6955, 8076, 7462, 8480, 8447, 8915, 8085, 9067, 8279, 9421, 9041, 9724, 9625, 9878, 8492, 9820, 10825, 9701, 9466, 9390, 7046, 9323, 7424, 9794, 7792, 9657, 7624, 9551, 7943, 9803, 9809, 10062, 9336, 9939, 9753, 9774, 6898, 9734, 9440, 9757, 7220, 10139, 6647, 6894, 6751, 7555, 7500, 8490, 7303, 7445, 8664, 8519, 9781, 7652, 6690, 7272, 6972, 7656, 8112, 8314, 11475, 9672, 10697, 10340, 12320, 9976, 10715, 8177, 7971, 6874, 7740, 9530, 8223, 7619, 9561, 8196, 9640, 10059, 9863, 9947, 9765, 10373, 10017, 9643, 9786, 9109, 10164, 13304, 10068, 11979, 10018, 10210, 9905, 7432, 8270, 7654, 7146, 7742, 7253, 7551, 7348, 9276, 7959, 9640, 7720, 9562, 8842, 9842, 10270, 9953, 9090, 9816, 8325, 10154, 11378, 10325, 11854, 10821, 9035, 10428, 8792, 8303, 9254, 7091, 9818, 9686, 9673, 9114, 9572, 9431, 9827, 10970, 10429, 13725, 10331, 12478, 10638, 9395, 9548, 9026, 7435, 9282, 8763, 9030, 7733, 9981, 10059, 9896, 7464, 10221, 8190, 9255, 6927, 9518, 7927, 9585, 7345, 9647, 7889, 9848, 7642, 9445, 7762, 7090, 8153, 7860, 7946, 9303, 7168, 9357, 10664, 9460, 8551, 9027, 7421, 6489, 6874, 7525, 6915, 8322, 7829, 7864, 8825, 7442, 9722, 7918, 8434, 7782, 6728, 8012, 7938, 8881, 11417, 9682, 10217, 9410, 9306, 9556, 9344, 8026, 7757, 7099, 7212, 8354, 7316, 11383, 8359, 9594, 8968, 10474, 9240, 10002, 9327, 8181, 9886, 7435, 6918, 7733, 7473, 8468, 8952, 8842, 11803, 9284, 10107, 9350, 8125, 8989, 8834, 9362, 6499, 8868, 8210, 8265, 7560, 8349, 8192, 8391, 8485, 8789, 8785, 8905, 9589, 6517, 6482, 8112, 9120, 8205, 11504, 9378, 12610, 9800, 10310, 10235, 7923, 9822, 7569, 9423, 9226, 7875, 8859, 9815, 9089, 12923, 9541, 10978, 9139, 9207, 9020, 9817, 9510, 9745, 9328, 10870, 9246, 6587, 8912, 7046, 6187, 6935, 7472, 6859, 7174, 7119, 7248, 7952, 8344, 8935, 8824, 9047, 8331, 9404, 8928, 9476, 6505, 8948, 7358, 8391, 7366, 7100, 6967, 7551, 7410, 9603, 8525, 9021, 8766, 8431, 9674, 11118, 10024, 7549, 5902, 7317, 8193, 8131, 8645, 8605, 8243, 9613, 11470, 9360, 7556, 6559, 7588, 10898, 10051, 7573, 7358, 9954, 7082, 7072, 9765, 11809, 9253, 9371, 12875, 9739, 13338, 10848, 13295, 10911, 8976, 7805, 9680, 8369, 9704, 9806, 9832, 10947, 6965, 10132, 7118, 10270, 10769, 10572, 8392, 7425, 10407, 7260, 10179, 7593, 9918, 8735, 10041, 12478, 10642, 7871, 6766, 9962, 11424, 7241, 9919, 8470, 10877, 12213, 10448, 12146, 10372, 11719, 10700, 10851, 11277, 10092, 13200, 9982, 7257, 6778, 8824, 7512, 9891, 8889, 7948, 9138, 6723, 9742, 7923, 9768, 11251, 9999, 12541, 9828, 13076, 9924, 12663, 9509, 10238, 9358, 8715, 9639, 11293, 9471, 7278, 9533, 6464, 9122, 7040, 9777, 6765, 6515, 7235, 7345, 7402, 7416, 6931, 7314, 7195, 7788, 8485, 7653, 8991, 7936, 9351, 9892, 9028, 7522, 9277, 7181, 9617, 9258, 9766, 7944, 8109, 9421, 9944, 8073, 9749, 8739, 8971, 8441, 11406, 8236, 8622, 9041, 8511, 9713, 10127, 9321, 10272, 9588, 9510, 9738, 6945, 9292, 7966, 9495, 10170, 9862, 7342, 9951, 8067, 9713, 7824, 9484, 8890, 10191, 7833, 8248, 8508, 9472, 7231, 9671, 7414, 9559, 8244, 7794, 8115, 8057, 8653, 7578, 8592, 7915, 8027, 8231, 8509, 8618, 8349, 9074, 8245, 8090, 8710, 8741, 9547, 10255, 9322, 9585, 9590, 8329, 9661, 7238, 9247, 7027, 8013, 7117, 7741, 6768, 8231, 7445, 8984, 7897, 9195, 8433, 9027, 9618, 6557, 7007, 7196, 10019, 9594, 6865, 6992, 7636, 8825, 8900, 10509, 9674, 12958, 10455, 8929, 10226, 10211, 13840, 10971, 14110, 9977, 12229, 10472, 8047, 7365, 9490, 11940, 9960, 7745, 5742, 8864, 7872, 9413, 12111, 10277, 8910, 6325, 9507, 8933, 9742, 12337, 10082, 12018, 10012, 8960, 8288, 9356, 11382, 9172, 7215, 10060, 9192, 7630, 9169, 7813, 9615, 9376, 9275, 8046, 6965, 10094, 11924, 10586, 9980, 7651, 10052, 10310, 9949, 12688, 10079, 11774, 9154, 9613, 7273, 9814, 10354, 9884, 9052, 10061, 8793, 6942, 9107, 7477, 8837, 8624, 8815, 7978, 9514, 10608, 9343, 7642, 9694, 7593, 9647, 7087, 9361, 8791, 6757, 8562, 8378, 9282, 9641, 9251, 9179, 9676, 7160, 10391, 8520, 10300, 8503, 10126, 8499, 8158, 9396, 7788, 8723, 8224, 9652, 11485, 8468, 10014, 8481, 9081, 9221, 6936, 9428, 7520, 6830, 7811, 7802, 8602, 9885, 8717, 10543, 8905, 9753, 9198, 12701, 9213, 11536, 9766, 10751, 9517, 12055, 9227, 11174, 9541, 10800, 9293, 7415, 9654, 7489, 9685, 7542, 7506, 8198, 7771, 7692, 7694, 8530, 8276, 9433, 10948, 9146, 10348, 9370, 11453, 9478, 10925, 9513, 12160, 10012, 7774, 9043, 7522, 9162, 9501, 9813, 7584, 6820, 8359, 7448, 8512, 8769, 8100, 7564, 7896, 7417, 8006, 8569, 8288, 8449, 8950, 9401, 8684, 10139, 8488, 7590, 8415, 9684, 8317, 8321, 8396, 8026, 8125, 7612, 7695, 7711, 8121, 7605, 8927, 7990, 8988, 8916, 9420, 6663, 5969, 7619, 7641, 8267, 9565, 8175, 8736, 8844, 8819, 9034, 9025, 9795, 7485, 9666, 8769, 9046, 7865, 7072, 7699, 7806, 7735, 9217, 7403, 7944, 7884, 7659, 7179, 7616, 7849, 7632, 7107, 8257, 7146, 8043, 8092, 8387, 8006, 8502, 8051, 8076, 8468, 7763, 8854, 7384, 7217, 6886, 7767, 7337, 8406, 7969, 7073, 9263, 7071, 7652, 7257, 7150, 7970, 9530, 7857, 12207, 8345, 9707, 8183, 12466, 7727, 9082, 8504, 10802, 8473, 8681, 8966, 6627, 6430, 7137, 8793, 7752, 8889, 8072, 8236, 8590, 7785, 7172, 7356, 7222, 7598, 7668, 7390, 8525, 8024, 9037, 8366, 9055, 9035, 7486, 9282, 6634, 9354, 7906, 7768, 7440, 8560, 7995, 8830, 8407, 11827, 8614, 9099, 9088, 8817, 9251, 6658, 6104, 6564, 7302, 7200, 9097, 7738, 8218, 8400, 6639, 8674, 7910, 7421, 6973, 7403, 7572, 9114, 8237, 11953, 8634, 9698, 9028, 11333, 8590, 8450, 9302, 6504, 6886, 7496, 9128, 7007, 7728, 6800, 8230, 7527, 8770, 8202, 8745, 8459, 9265, 8658, 7057, 9094, 6213, 9266, 7900, 7392, 6931, 7951, 8068, 8866, 8508, 7711, 8851, 10441, 9261, 11233, 8995, 8758, 8946, 7661, 8902, 8768, 9084, 6708, 9222, 7159, 6815, 6846, 8494, 8158, 8960, 8644, 8574, 8167, 7667, 7759, 7426, 9828, 8080, 7021, 8868, 7013, 7600, 6699, 9559, 7740, 7352, 8599, 12363, 9773, 13942, 11955, 11182, 8139, 8036, 9070, 8721, 12149, 9239, 11302, 6763, 7353, 7307, 8611, 8370, 8739, 11018, 8663, 10860, 9095, 9477, 8036, 8005, 6780, 7928, 7780, 8923, 9606, 9487, 6970, 6507, 7331, 7350, 8201, 8605, 8767, 10266, 9227, 6903, 6624, 8369, 7674, 8430, 12524, 8682, 9651, 9182, 7515, 6683, 8909, 11173, 8342, 10772, 8927, 6460, 9668, 7013, 6718, 8558, 7945, 8580, 9523], 'WindowCenter': [3563.0, 3558.0, 3543.0, 3552.0, 3539.0, 3538.0, 3536.0, 3536.0, 3546.0, 3536.0, 3524.0, 3523.0, 3512.0, 3491.0, 3513.0, 3534.0, 3524.0, 3514.0, 3524.0, 3526.0, 3513.0, 3514.0, 3525.0, 3539.0, 3503.0, 3513.0, 3502.0, 3525.0, 3503.0, 3504.0, 3514.0, 3501.0, 3500.0, 3500.0, 3500.0, 3512.0, 3512.0, 3523.0, 3525.0, 3535.0, 3526.0, 3503.0, 3526.0, 3505.0, 3527.0, 3516.0, 3526.0, 3516.0, 3526.0, 3538.0, 3539.0, 3539.0, 3516.0, 3548.0, 3526.0, 3504.0, 3525.0, 3526.0, 3537.0, 3560.0, 3538.0, 3546.0, 3536.0, 3524.0, 3547.0, 3526.0, 3527.0, 3526.0, 3548.0, 3513.0, 3524.0, 3524.0, 3546.0, 3525.0, 3557.0, 3524.0, 3544.0, 3535.0, 3535.0, 3535.0, 3514.0, 3502.0, 3513.0, 3514.0, 3526.0, 3525.0, 3537.0, 3535.0, 3546.0, 3524.0, 3547.0, 3536.0, 3548.0, 3524.0, 3535.0, 3524.0, 3535.0, 3535.0, 3546.0, 3534.0, 3511.0, 3490.0, 3524.0, 3524.0, 3524.0, 3544.0, 3533.0, 3511.0, 3502.0, 3524.0, 3535.0, 3546.0, 3513.0, 3491.0, 3536.0, 3525.0, 3535.0, 3558.0, 3568.0, 3563.0, 3551.0, 3558.0, 3537.0, 3522.0, 3548.0, 3515.0, 3513.0, 3523.0, 3522.0, 3534.0, 3500.0, 3500.0, 3523.0, 3534.0, 3524.0, 3522.0, 3501.0, 3535.0, 3536.0, 3535.0, 3546.0, 3554.0, 3560.0, 3558.0, 3567.0, 3526.0, 3515.0, 3514.0, 3503.0, 3499.0, 3498.0, 3472.0, 3434.0, 3442.0, 3491.0, 3499.0, 3507.0, 3519.0, 3476.0, 3511.0, 3511.0, 3513.0, 3527.0, 3535.0, 3534.0, 3489.0, 3490.0, 3501.0, 3525.0, 3525.0, 3537.0, 3537.0, 3513.0, 3540.0, 3526.0, 3535.0, 3536.0, 3559.0, 3524.0, 3543.0, 3521.0, 3555.0, 3535.0, 3521.0, 3510.0, 3520.0, 3499.0, 3522.0, 3533.0, 3521.0, 3554.0, 3522.0, 3542.0, 3531.0, 3499.0, 3531.0, 3509.0, 3501.0, 3521.0, 3533.0, 3533.0, 3533.0, 3533.0, 3532.0, 3534.0, 3512.0, 3522.0, 3522.0, 3501.0, 3522.0, 3500.0, 3510.0, 3511.0, 3510.0, 3510.0, 3521.0, 3531.0, 3532.0, 3511.0, 3500.0, 3522.0, 3523.0, 3535.0, 3534.0, 3534.0, 3524.0, 3534.0, 3511.0, 3533.0, 3534.0, 3524.0, 3532.0, 3499.0, 3532.0, 3499.0, 3534.0, 3533.0, 3547.0, 3511.0, 3534.0, 3522.0, 3534.0, 3523.0, 3535.0, 3545.0, 3534.0, 3511.0, 3534.0, 3500.0, 3533.0, 3523.0, 3535.0, 3523.0, 3533.0, 3510.0, 3533.0, 3532.0, 3533.0, 3521.0, 3520.0, 3508.0, 3498.0, 3520.0, 3511.0, 3509.0, 3498.0, 3509.0, 3499.0, 3522.0, 3522.0, 3523.0, 3511.0, 3522.0, 3511.0, 3523.0, 3521.0, 3532.0, 3520.0, 3532.0, 3510.0, 3534.0, 3533.0, 3532.0, 3520.0, 3522.0, 3499.0, 3522.0, 3500.0, 3533.0, 3510.0, 3533.0, 3510.0, 3533.0, 3511.0, 3533.0, 3533.0, 3533.0, 3521.0, 3534.0, 3521.0, 3532.0, 3499.0, 3532.0, 3522.0, 3534.0, 3512.0, 3533.0, 3501.0, 3501.0, 3502.0, 3525.0, 3514.0, 3537.0, 3514.0, 3514.0, 3536.0, 3536.0, 3548.0, 3529.0, 3516.0, 3526.0, 3514.0, 3528.0, 3527.0, 3538.0, 3557.0, 3535.0, 3546.0, 3547.0, 3559.0, 3536.0, 3545.0, 3523.0, 3511.0, 3502.0, 3513.0, 3535.0, 3523.0, 3512.0, 3535.0, 3523.0, 3536.0, 3535.0, 3535.0, 3534.0, 3533.0, 3534.0, 3534.0, 3521.0, 3522.0, 3520.0, 3533.0, 3544.0, 3521.0, 3530.0, 3519.0, 3519.0, 3520.0, 3498.0, 3509.0, 3509.0, 3500.0, 3512.0, 3512.0, 3512.0, 3511.0, 3534.0, 3524.0, 3548.0, 3524.0, 3535.0, 3523.0, 3545.0, 3534.0, 3536.0, 3523.0, 3534.0, 3511.0, 3533.0, 3544.0, 3534.0, 3546.0, 3534.0, 3522.0, 3533.0, 3522.0, 3522.0, 3535.0, 3512.0, 3545.0, 3534.0, 3536.0, 3523.0, 3535.0, 3523.0, 3533.0, 3532.0, 3531.0, 3542.0, 3518.0, 3529.0, 3519.0, 3507.0, 3506.0, 3505.0, 3484.0, 3507.0, 3508.0, 3508.0, 3497.0, 3520.0, 3518.0, 3531.0, 3499.0, 3532.0, 3509.0, 3522.0, 3499.0, 3521.0, 3509.0, 3521.0, 3499.0, 3520.0, 3508.0, 3531.0, 3498.0, 3520.0, 3509.0, 3500.0, 3509.0, 3510.0, 3510.0, 3522.0, 3498.0, 3520.0, 3531.0, 3521.0, 3509.0, 3510.0, 3498.0, 3489.0, 3501.0, 3512.0, 3513.0, 3524.0, 3525.0, 3524.0, 3537.0, 3525.0, 3549.0, 3538.0, 3541.0, 3526.0, 3515.0, 3525.0, 3525.0, 3536.0, 3560.0, 3549.0, 3546.0, 3538.0, 3536.0, 3549.0, 3535.0, 3513.0, 3512.0, 3500.0, 3512.0, 3523.0, 3513.0, 3545.0, 3524.0, 3521.0, 3523.0, 3533.0, 3523.0, 3521.0, 3522.0, 3511.0, 3533.0, 3513.0, 3502.0, 3511.0, 3501.0, 3522.0, 3522.0, 3523.0, 3544.0, 3522.0, 3532.0, 3523.0, 3512.0, 3524.0, 3521.0, 3521.0, 3489.0, 3521.0, 3510.0, 3511.0, 3510.0, 3510.0, 3511.0, 3522.0, 3522.0, 3522.0, 3523.0, 3521.0, 3534.0, 3501.0, 3502.0, 3523.0, 3536.0, 3524.0, 3546.0, 3536.0, 3558.0, 3536.0, 3535.0, 3545.0, 3512.0, 3533.0, 3512.0, 3524.0, 3521.0, 3510.0, 3522.0, 3522.0, 3521.0, 3541.0, 3519.0, 3518.0, 3508.0, 3507.0, 3509.0, 3519.0, 3518.0, 3518.0, 3520.0, 3529.0, 3519.0, 3487.0, 3509.0, 3498.0, 3489.0, 3500.0, 3511.0, 3501.0, 3501.0, 3501.0, 3512.0, 3512.0, 3523.0, 3523.0, 3521.0, 3524.0, 3522.0, 3535.0, 3524.0, 3534.0, 3501.0, 3534.0, 3512.0, 3524.0, 3512.0, 3512.0, 3513.0, 3513.0, 3514.0, 3537.0, 3524.0, 3523.0, 3524.0, 3523.0, 3535.0, 3546.0, 3535.0, 3513.0, 3492.0, 3514.0, 3526.0, 3527.0, 3525.0, 3525.0, 3524.0, 3537.0, 3558.0, 3536.0, 3515.0, 3506.0, 3526.0, 3547.0, 3545.0, 3525.0, 3513.0, 3546.0, 3513.0, 3515.0, 3549.0, 3558.0, 3536.0, 3536.0, 3557.0, 3536.0, 3557.0, 3536.0, 3544.0, 3532.0, 3508.0, 3486.0, 3506.0, 3496.0, 3505.0, 3505.0, 3519.0, 3519.0, 3486.0, 3517.0, 3486.0, 3519.0, 3529.0, 3531.0, 3509.0, 3500.0, 3520.0, 3498.0, 3520.0, 3499.0, 3521.0, 3510.0, 3521.0, 3542.0, 3532.0, 3499.0, 3490.0, 3533.0, 3544.0, 3513.0, 3535.0, 3525.0, 3548.0, 3548.0, 3535.0, 3544.0, 3534.0, 3532.0, 3533.0, 3533.0, 3534.0, 3520.0, 3543.0, 3521.0, 3499.0, 3499.0, 3522.0, 3512.0, 3535.0, 3536.0, 3525.0, 3535.0, 3503.0, 3535.0, 3513.0, 3522.0, 3532.0, 3521.0, 3531.0, 3521.0, 3542.0, 3520.0, 3530.0, 3508.0, 3506.0, 3507.0, 3495.0, 3508.0, 3516.0, 3507.0, 3484.0, 3518.0, 3487.0, 3519.0, 3487.0, 3519.0, 3486.0, 3487.0, 3497.0, 3498.0, 3499.0, 3499.0, 3502.0, 3512.0, 3502.0, 3512.0, 3523.0, 3512.0, 3535.0, 3513.0, 3537.0, 3536.0, 3526.0, 3513.0, 3536.0, 3503.0, 3537.0, 3536.0, 3535.0, 3513.0, 3513.0, 3522.0, 3537.0, 3512.0, 3523.0, 3523.0, 3523.0, 3512.0, 3544.0, 3511.0, 3510.0, 3523.0, 3522.0, 3536.0, 3533.0, 3522.0, 3532.0, 3534.0, 3535.0, 3534.0, 3502.0, 3523.0, 3512.0, 3533.0, 3534.0, 3533.0, 3499.0, 3532.0, 3511.0, 3522.0, 3499.0, 3521.0, 3521.0, 3532.0, 3500.0, 3509.0, 3509.0, 3521.0, 3498.0, 3520.0, 3498.0, 3522.0, 3510.0, 3511.0, 3511.0, 3510.0, 3521.0, 3510.0, 3521.0, 3510.0, 3510.0, 3511.0, 3522.0, 3522.0, 3512.0, 3522.0, 3510.0, 3510.0, 3521.0, 3521.0, 3534.0, 3533.0, 3522.0, 3521.0, 3534.0, 3522.0, 3535.0, 3512.0, 3533.0, 3512.0, 3524.0, 3513.0, 3514.0, 3502.0, 3524.0, 3525.0, 3535.0, 3526.0, 3535.0, 3524.0, 3523.0, 3536.0, 3503.0, 3514.0, 3515.0, 3548.0, 3547.0, 3515.0, 3515.0, 3527.0, 3537.0, 3538.0, 3548.0, 3549.0, 3557.0, 3546.0, 3524.0, 3533.0, 3533.0, 3556.0, 3532.0, 3542.0, 3507.0, 3528.0, 3517.0, 3496.0, 3498.0, 3519.0, 3530.0, 3520.0, 3499.0, 3478.0, 3521.0, 3509.0, 3521.0, 3544.0, 3533.0, 3521.0, 3490.0, 3533.0, 3521.0, 3533.0, 3544.0, 3520.0, 3530.0, 3518.0, 3507.0, 3509.0, 3520.0, 3530.0, 3519.0, 3496.0, 3530.0, 3519.0, 3512.0, 3520.0, 3500.0, 3521.0, 3520.0, 3521.0, 3509.0, 3498.0, 3530.0, 3544.0, 3532.0, 3519.0, 3498.0, 3518.0, 3518.0, 3519.0, 3541.0, 3521.0, 3530.0, 3508.0, 3518.0, 3496.0, 3518.0, 3517.0, 3519.0, 3508.0, 3521.0, 3507.0, 3486.0, 3519.0, 3498.0, 3509.0, 3508.0, 3508.0, 3497.0, 3520.0, 3529.0, 3521.0, 3497.0, 3521.0, 3498.0, 3521.0, 3499.0, 3520.0, 3508.0, 3487.0, 3522.0, 3510.0, 3535.0, 3522.0, 3522.0, 3521.0, 3535.0, 3501.0, 3535.0, 3523.0, 3533.0, 3521.0, 3546.0, 3522.0, 3524.0, 3522.0, 3512.0, 3521.0, 3522.0, 3533.0, 3546.0, 3511.0, 3520.0, 3510.0, 3522.0, 3535.0, 3512.0, 3535.0, 3512.0, 3501.0, 3524.0, 3525.0, 3524.0, 3536.0, 3525.0, 3533.0, 3524.0, 3533.0, 3522.0, 3555.0, 3523.0, 3531.0, 3533.0, 3531.0, 3523.0, 3542.0, 3509.0, 3529.0, 3520.0, 3529.0, 3521.0, 3497.0, 3518.0, 3497.0, 3520.0, 3497.0, 3499.0, 3509.0, 3499.0, 3510.0, 3509.0, 3523.0, 3522.0, 3534.0, 3546.0, 3524.0, 3532.0, 3534.0, 3544.0, 3522.0, 3532.0, 3522.0, 3542.0, 3520.0, 3498.0, 3509.0, 3499.0, 3520.0, 3519.0, 3521.0, 3497.0, 3486.0, 3508.0, 3499.0, 3508.0, 3510.0, 3497.0, 3497.0, 3509.0, 3499.0, 3509.0, 3509.0, 3508.0, 3508.0, 3520.0, 3520.0, 3508.0, 3518.0, 3507.0, 3496.0, 3508.0, 3518.0, 3497.0, 3495.0, 3497.0, 3496.0, 3508.0, 3498.0, 3498.0, 3497.0, 3508.0, 3497.0, 3522.0, 3510.0, 3522.0, 3521.0, 3522.0, 3499.0, 3489.0, 3512.0, 3512.0, 3523.0, 3535.0, 3523.0, 3522.0, 3523.0, 3522.0, 3523.0, 3521.0, 3533.0, 3499.0, 3532.0, 3510.0, 3521.0, 3509.0, 3499.0, 3511.0, 3511.0, 3510.0, 3521.0, 3498.0, 3498.0, 3497.0, 3498.0, 3486.0, 3498.0, 3509.0, 3499.0, 3499.0, 3508.0, 3499.0, 3509.0, 3511.0, 3509.0, 3512.0, 3521.0, 3511.0, 3523.0, 3524.0, 3512.0, 3524.0, 3512.0, 3512.0, 3501.0, 3512.0, 3512.0, 3523.0, 3526.0, 3515.0, 3548.0, 3528.0, 3526.0, 3514.0, 3515.0, 3526.0, 3538.0, 3512.0, 3545.0, 3523.0, 3522.0, 3511.0, 3544.0, 3499.0, 3509.0, 3522.0, 3531.0, 3512.0, 3509.0, 3509.0, 3489.0, 3489.0, 3499.0, 3523.0, 3511.0, 3521.0, 3512.0, 3522.0, 3523.0, 3512.0, 3501.0, 3500.0, 3501.0, 3512.0, 3512.0, 3513.0, 3522.0, 3524.0, 3522.0, 3511.0, 3523.0, 3524.0, 3501.0, 3522.0, 3488.0, 3522.0, 3510.0, 3511.0, 3499.0, 3510.0, 3512.0, 3521.0, 3512.0, 3542.0, 3511.0, 3509.0, 3521.0, 3509.0, 3522.0, 3487.0, 3476.0, 3487.0, 3511.0, 3511.0, 3524.0, 3511.0, 3510.0, 3523.0, 3501.0, 3523.0, 3525.0, 3513.0, 3502.0, 3513.0, 3512.0, 3524.0, 3524.0, 3543.0, 3510.0, 3534.0, 3523.0, 3533.0, 3524.0, 3509.0, 3520.0, 3489.0, 3499.0, 3500.0, 3523.0, 3487.0, 3497.0, 3499.0, 3509.0, 3511.0, 3509.0, 3509.0, 3521.0, 3511.0, 3522.0, 3512.0, 3487.0, 3521.0, 3488.0, 3521.0, 3510.0, 3499.0, 3498.0, 3510.0, 3523.0, 3521.0, 3524.0, 3510.0, 3522.0, 3532.0, 3523.0, 3531.0, 3521.0, 3509.0, 3508.0, 3498.0, 3521.0, 3508.0, 3509.0, 3487.0, 3509.0, 3487.0, 3487.0, 3488.0, 3510.0, 3510.0, 3522.0, 3524.0, 3522.0, 3523.0, 3512.0, 3513.0, 3514.0, 3535.0, 3526.0, 3515.0, 3537.0, 3513.0, 3526.0, 3503.0, 3536.0, 3513.0, 3513.0, 3524.0, 3558.0, 3535.0, 3557.0, 3543.0, 3530.0, 3497.0, 3496.0, 3508.0, 3510.0, 3531.0, 3510.0, 3531.0, 3488.0, 3498.0, 3497.0, 3510.0, 3508.0, 3510.0, 3530.0, 3511.0, 3531.0, 3511.0, 3520.0, 3499.0, 3497.0, 3486.0, 3498.0, 3496.0, 3509.0, 3520.0, 3522.0, 3500.0, 3489.0, 3512.0, 3501.0, 3523.0, 3511.0, 3524.0, 3534.0, 3522.0, 3499.0, 3488.0, 3510.0, 3513.0, 3512.0, 3545.0, 3512.0, 3520.0, 3520.0, 3498.0, 3488.0, 3509.0, 3533.0, 3510.0, 3530.0, 3510.0, 3487.0, 3520.0, 3486.0, 3488.0, 3508.0, 3497.0, 3509.0, 3520.0], 'WindowWidth': [8101.0, 8082.0, 8051.0, 8059.0, 8037.0, 8033.0, 8028.0, 8025.0, 8042.0, 8026.0, 8007.0, 8003.0, 7987.0, 7959.0, 7990.0, 8021.0, 8006.0, 7994.0, 8006.0, 8013.0, 7991.0, 7995.0, 8009.0, 8034.0, 7978.0, 7988.0, 7971.0, 8008.0, 7977.0, 7983.0, 7995.0, 7973.0, 7970.0, 7968.0, 7970.0, 7990.0, 7990.0, 8005.0, 8010.0, 8025.0, 8012.0, 7980.0, 8013.0, 7989.0, 8019.0, 8003.0, 8016.0, 8002.0, 8014.0, 8032.0, 8037.0, 8037.0, 8003.0, 8044.0, 8013.0, 7984.0, 8011.0, 8017.0, 8032.0, 8069.0, 8032.0, 8043.0, 8027.0, 8010.0, 8044.0, 8015.0, 8019.0, 8014.0, 8047.0, 7993.0, 8007.0, 8009.0, 8040.0, 8010.0, 8061.0, 8009.0, 8037.0, 8023.0, 8026.0, 8023.0, 7993.0, 7976.0, 7992.0, 7997.0, 8014.0, 8013.0, 8032.0, 8027.0, 8040.0, 8009.0, 8044.0, 8027.0, 8048.0, 8007.0, 8025.0, 8008.0, 8025.0, 8025.0, 8043.0, 8021.0, 7987.0, 7958.0, 8008.0, 8007.0, 8008.0, 8038.0, 8017.0, 7987.0, 7978.0, 8009.0, 8027.0, 8042.0, 7993.0, 7963.0, 8027.0, 8013.0, 8024.0, 8062.0, 8094.0, 8079.0, 8056.0, 8062.0, 8031.0, 8002.0, 8047.0, 8003.0, 7993.0, 8005.0, 8004.0, 8022.0, 7971.0, 7973.0, 8007.0, 8025.0, 8007.0, 8004.0, 7974.0, 8027.0, 8032.0, 8028.0, 8046.0, 8068.0, 8090.0, 8083.0, 8090.0, 8015.0, 7999.0, 7996.0, 7982.0, 7969.0, 7962.0, 7918.0, 7832.0, 7861.0, 7943.0, 7966.0, 7976.0, 7992.0, 7933.0, 7988.0, 7989.0, 7994.0, 8020.0, 8028.0, 8021.0, 7957.0, 7959.0, 7974.0, 8012.0, 8014.0, 8037.0, 8032.0, 7996.0, 8040.0, 8016.0, 8028.0, 8030.0, 8065.0, 8007.0, 8033.0, 8002.0, 8055.0, 8027.0, 8001.0, 7984.0, 7998.0, 7968.0, 8004.0, 8018.0, 8001.0, 8052.0, 8001.0, 8031.0, 8011.0, 7967.0, 8011.0, 7982.0, 7974.0, 8001.0, 8021.0, 8017.0, 8020.0, 8017.0, 8016.0, 8021.0, 7990.0, 8005.0, 8002.0, 7974.0, 8004.0, 7972.0, 7983.0, 7989.0, 7985.0, 7985.0, 7998.0, 8014.0, 8015.0, 7986.0, 7971.0, 8004.0, 8008.0, 8026.0, 8024.0, 8021.0, 8011.0, 8022.0, 7990.0, 8019.0, 8021.0, 8010.0, 8015.0, 7969.0, 8016.0, 7969.0, 8022.0, 8019.0, 8045.0, 7989.0, 8022.0, 8005.0, 8021.0, 8007.0, 8024.0, 8040.0, 8021.0, 7989.0, 8020.0, 7972.0, 8020.0, 8007.0, 8025.0, 8006.0, 8017.0, 7984.0, 8017.0, 8018.0, 8020.0, 8001.0, 7997.0, 7978.0, 7965.0, 7997.0, 7988.0, 7979.0, 7964.0, 7981.0, 7969.0, 8002.0, 8003.0, 8004.0, 7988.0, 8004.0, 7987.0, 8006.0, 8000.0, 8017.0, 7998.0, 8016.0, 7985.0, 8024.0, 8020.0, 8017.0, 8000.0, 8003.0, 7970.0, 8003.0, 7971.0, 8019.0, 7986.0, 8018.0, 7986.0, 8017.0, 7987.0, 8018.0, 8020.0, 8017.0, 8002.0, 8021.0, 7999.0, 8016.0, 7969.0, 8016.0, 8003.0, 8022.0, 7990.0, 8019.0, 7974.0, 7975.0, 7977.0, 8012.0, 7999.0, 8033.0, 7998.0, 7997.0, 8029.0, 8029.0, 8048.0, 8025.0, 8003.0, 8016.0, 7999.0, 8022.0, 8019.0, 8034.0, 8061.0, 8027.0, 8044.0, 8044.0, 8068.0, 8030.0, 8038.0, 8006.0, 7988.0, 7979.0, 7994.0, 8026.0, 8007.0, 7991.0, 8026.0, 8008.0, 8031.0, 8027.0, 8025.0, 8023.0, 8020.0, 8022.0, 8022.0, 8001.0, 8001.0, 7998.0, 8015.0, 8037.0, 7997.0, 8014.0, 7993.0, 7995.0, 7993.0, 7963.0, 7981.0, 7983.0, 7972.0, 7990.0, 7989.0, 7991.0, 7989.0, 8024.0, 8009.0, 8050.0, 8012.0, 8027.0, 8007.0, 8038.0, 8022.0, 8027.0, 8007.0, 8021.0, 7988.0, 8020.0, 8037.0, 8023.0, 8042.0, 8025.0, 8003.0, 8020.0, 8004.0, 8005.0, 8025.0, 7991.0, 8039.0, 8023.0, 8028.0, 8008.0, 8023.0, 8007.0, 8019.0, 8017.0, 8012.0, 8033.0, 7991.0, 8009.0, 7993.0, 7971.0, 7970.0, 7968.0, 7940.0, 7975.0, 7978.0, 7978.0, 7963.0, 7997.0, 7992.0, 8012.0, 7969.0, 8016.0, 7982.0, 8001.0, 7968.0, 7998.0, 7981.0, 7998.0, 7968.0, 7995.0, 7979.0, 8012.0, 7966.0, 7997.0, 7982.0, 7970.0, 7982.0, 7984.0, 7984.0, 8001.0, 7967.0, 7997.0, 8015.0, 7998.0, 7982.0, 7983.0, 7966.0, 7956.0, 7973.0, 7990.0, 7994.0, 8011.0, 8014.0, 8010.0, 8032.0, 8016.0, 8052.0, 8035.0, 8045.0, 8016.0, 7999.0, 8011.0, 8012.0, 8030.0, 8071.0, 8051.0, 8043.0, 8034.0, 8030.0, 8048.0, 8024.0, 7993.0, 7988.0, 7973.0, 7990.0, 8007.0, 7994.0, 8039.0, 8006.0, 8002.0, 8005.0, 8019.0, 8005.0, 8002.0, 8003.0, 7989.0, 8018.0, 7992.0, 7975.0, 7987.0, 7974.0, 8003.0, 8004.0, 8007.0, 8036.0, 8002.0, 8017.0, 8005.0, 7990.0, 8009.0, 8001.0, 7998.0, 7953.0, 7998.0, 7983.0, 7987.0, 7983.0, 7985.0, 7987.0, 8004.0, 8005.0, 8005.0, 8006.0, 8000.0, 8021.0, 7976.0, 7977.0, 8008.0, 8030.0, 8009.0, 8044.0, 8028.0, 8064.0, 8027.0, 8025.0, 8038.0, 7990.0, 8018.0, 7989.0, 8008.0, 8000.0, 7984.0, 8003.0, 8002.0, 7999.0, 8029.0, 7992.0, 7993.0, 7976.0, 7977.0, 7980.0, 7994.0, 7991.0, 7991.0, 7996.0, 8009.0, 7994.0, 7948.0, 7979.0, 7964.0, 7955.0, 7972.0, 7989.0, 7976.0, 7974.0, 7976.0, 7992.0, 7991.0, 8006.0, 8006.0, 8002.0, 8008.0, 8003.0, 8024.0, 8011.0, 8021.0, 7974.0, 8022.0, 7990.0, 8010.0, 7989.0, 7991.0, 7994.0, 7994.0, 7998.0, 8033.0, 8010.0, 8008.0, 8008.0, 8006.0, 8025.0, 8043.0, 8024.0, 7993.0, 7964.0, 7995.0, 8015.0, 8018.0, 8012.0, 8011.0, 8011.0, 8029.0, 8060.0, 8026.0, 7998.0, 7991.0, 8016.0, 8044.0, 8039.0, 8013.0, 7996.0, 8042.0, 7995.0, 7999.0, 8050.0, 8064.0, 8029.0, 8026.0, 8061.0, 8025.0, 8062.0, 8028.0, 8037.0, 8014.0, 7976.0, 7944.0, 7968.0, 7955.0, 7967.0, 7968.0, 7990.0, 7992.0, 7945.0, 7985.0, 7944.0, 7994.0, 8004.0, 8010.0, 7980.0, 7969.0, 7994.0, 7965.0, 7995.0, 7966.0, 7997.0, 7984.0, 7999.0, 8028.0, 8013.0, 7964.0, 7955.0, 8017.0, 8034.0, 7992.0, 8024.0, 8013.0, 8048.0, 8049.0, 8026.0, 8035.0, 8019.0, 8017.0, 8016.0, 8017.0, 8023.0, 7996.0, 8033.0, 7998.0, 7966.0, 7969.0, 8003.0, 7990.0, 8025.0, 8029.0, 8013.0, 8023.0, 7981.0, 8025.0, 7992.0, 7999.0, 8016.0, 7996.0, 8013.0, 7996.0, 8031.0, 7995.0, 8009.0, 7974.0, 7970.0, 7973.0, 7953.0, 7974.0, 7983.0, 7971.0, 7938.0, 7987.0, 7947.0, 7993.0, 7947.0, 7991.0, 7945.0, 7949.0, 7961.0, 7963.0, 7968.0, 7967.0, 7976.0, 7989.0, 7978.0, 7990.0, 8005.0, 7989.0, 8024.0, 7993.0, 8031.0, 8029.0, 8013.0, 7992.0, 8025.0, 7979.0, 8028.0, 8029.0, 8023.0, 7990.0, 7992.0, 8003.0, 8030.0, 7989.0, 8005.0, 8004.0, 8005.0, 7989.0, 8035.0, 7985.0, 7983.0, 8004.0, 8001.0, 8027.0, 8018.0, 8003.0, 8016.0, 8021.0, 8024.0, 8023.0, 7974.0, 8004.0, 7991.0, 8019.0, 8023.0, 8016.0, 7967.0, 8015.0, 7985.0, 8003.0, 7968.0, 7997.0, 8000.0, 8013.0, 7970.0, 7980.0, 7978.0, 7998.0, 7964.0, 7995.0, 7966.0, 8002.0, 7984.0, 7987.0, 7986.0, 7985.0, 7998.0, 7985.0, 8000.0, 7983.0, 7984.0, 7984.0, 8001.0, 8002.0, 7989.0, 8002.0, 7984.0, 7983.0, 8001.0, 8002.0, 8023.0, 8020.0, 8003.0, 7999.0, 8021.0, 8005.0, 8027.0, 7990.0, 8020.0, 7992.0, 8008.0, 7994.0, 7995.0, 7977.0, 8008.0, 8015.0, 8026.0, 8016.0, 8025.0, 8010.0, 8007.0, 8028.0, 7982.0, 8000.0, 8002.0, 8051.0, 8046.0, 8001.0, 8002.0, 8022.0, 8033.0, 8035.0, 8050.0, 8050.0, 8060.0, 8042.0, 8009.0, 8021.0, 8017.0, 8059.0, 8016.0, 8033.0, 7975.0, 8004.0, 7987.0, 7958.0, 7963.0, 7992.0, 8014.0, 7996.0, 7967.0, 7938.0, 8001.0, 7982.0, 8001.0, 8036.0, 8019.0, 7999.0, 7956.0, 8017.0, 8002.0, 8018.0, 8037.0, 7998.0, 8012.0, 7990.0, 7976.0, 7981.0, 7993.0, 8010.0, 7992.0, 7960.0, 8011.0, 7993.0, 7988.0, 7997.0, 7970.0, 7999.0, 7995.0, 8001.0, 7982.0, 7966.0, 8009.0, 8038.0, 8015.0, 7995.0, 7964.0, 7990.0, 7990.0, 7992.0, 8030.0, 8000.0, 8011.0, 7977.0, 7988.0, 7959.0, 7990.0, 7987.0, 7992.0, 7977.0, 7996.0, 7973.0, 7945.0, 7993.0, 7963.0, 7980.0, 7976.0, 7975.0, 7961.0, 7995.0, 8007.0, 7997.0, 7961.0, 7996.0, 7966.0, 7998.0, 7968.0, 7995.0, 7977.0, 7947.0, 8002.0, 7984.0, 8023.0, 8006.0, 8002.0, 8000.0, 8024.0, 7974.0, 8024.0, 8007.0, 8018.0, 8000.0, 8038.0, 8003.0, 8009.0, 8003.0, 7988.0, 8001.0, 8003.0, 8017.0, 8041.0, 7987.0, 7998.0, 7983.0, 8003.0, 8023.0, 7991.0, 8025.0, 7989.0, 7975.0, 8010.0, 8012.0, 8009.0, 8029.0, 8010.0, 8019.0, 8008.0, 8018.0, 8001.0, 8053.0, 8004.0, 8016.0, 8019.0, 8014.0, 8005.0, 8031.0, 7978.0, 8008.0, 7995.0, 8007.0, 7999.0, 7960.0, 7990.0, 7961.0, 7996.0, 7963.0, 7967.0, 7982.0, 7966.0, 7983.0, 7980.0, 8006.0, 8003.0, 8024.0, 8040.0, 8007.0, 8016.0, 8022.0, 8037.0, 8003.0, 8018.0, 8003.0, 8030.0, 7994.0, 7964.0, 7978.0, 7968.0, 7997.0, 7994.0, 7998.0, 7962.0, 7946.0, 7977.0, 7966.0, 7978.0, 7984.0, 7962.0, 7960.0, 7980.0, 7965.0, 7979.0, 7981.0, 7978.0, 7978.0, 7998.0, 7996.0, 7977.0, 7989.0, 7973.0, 7960.0, 7976.0, 7991.0, 7961.0, 7955.0, 7960.0, 7958.0, 7979.0, 7963.0, 7965.0, 7961.0, 7979.0, 7963.0, 8002.0, 7984.0, 8003.0, 8001.0, 8001.0, 7969.0, 7956.0, 7989.0, 7990.0, 8006.0, 8027.0, 8005.0, 8002.0, 8006.0, 8003.0, 8007.0, 8001.0, 8015.0, 7969.0, 8016.0, 7984.0, 8001.0, 7978.0, 7966.0, 7986.0, 7985.0, 7983.0, 7999.0, 7963.0, 7964.0, 7961.0, 7962.0, 7946.0, 7965.0, 7981.0, 7967.0, 7967.0, 7978.0, 7966.0, 7980.0, 7990.0, 7982.0, 7992.0, 7999.0, 7988.0, 8006.0, 8010.0, 7991.0, 8009.0, 7992.0, 7990.0, 7973.0, 7989.0, 7991.0, 8007.0, 8018.0, 8002.0, 8047.0, 8024.0, 8017.0, 7998.0, 8002.0, 8015.0, 8034.0, 7991.0, 8039.0, 8006.0, 8003.0, 7987.0, 8033.0, 7966.0, 7980.0, 8001.0, 8014.0, 7989.0, 7981.0, 7980.0, 7953.0, 7957.0, 7969.0, 8005.0, 7987.0, 7998.0, 7989.0, 8003.0, 8006.0, 7991.0, 7976.0, 7971.0, 7973.0, 7989.0, 7990.0, 7993.0, 8003.0, 8009.0, 8002.0, 7987.0, 8008.0, 8009.0, 7974.0, 8003.0, 7951.0, 8000.0, 7983.0, 7986.0, 7967.0, 7984.0, 7989.0, 8001.0, 7989.0, 8030.0, 7984.0, 7982.0, 8001.0, 7981.0, 8002.0, 7948.0, 7934.0, 7950.0, 7986.0, 7986.0, 8008.0, 7987.0, 7985.0, 8005.0, 7977.0, 8005.0, 8011.0, 7994.0, 7977.0, 7992.0, 7990.0, 8007.0, 8008.0, 8034.0, 7984.0, 8022.0, 8006.0, 8020.0, 8007.0, 7980.0, 7995.0, 7956.0, 7968.0, 7970.0, 8004.0, 7948.0, 7961.0, 7969.0, 7980.0, 7985.0, 7980.0, 7981.0, 8001.0, 7987.0, 8003.0, 7988.0, 7948.0, 7999.0, 7952.0, 7998.0, 7983.0, 7968.0, 7964.0, 7984.0, 8006.0, 7999.0, 8008.0, 7983.0, 8001.0, 8017.0, 8004.0, 8015.0, 8001.0, 7979.0, 7977.0, 7965.0, 7998.0, 7979.0, 7981.0, 7947.0, 7977.0, 7947.0, 7949.0, 7950.0, 7982.0, 7984.0, 8002.0, 8008.0, 8005.0, 8006.0, 7991.0, 7994.0, 7996.0, 8028.0, 8014.0, 8000.0, 8031.0, 7995.0, 8014.0, 7979.0, 8027.0, 7994.0, 7994.0, 8009.0, 8062.0, 8024.0, 8059.0, 8032.0, 8008.0, 7959.0, 7957.0, 7975.0, 7980.0, 8014.0, 7982.0, 8011.0, 7949.0, 7963.0, 7961.0, 7980.0, 7975.0, 7981.0, 8009.0, 7983.0, 8012.0, 7985.0, 7997.0, 7966.0, 7959.0, 7944.0, 7961.0, 7956.0, 7978.0, 7994.0, 8000.0, 7970.0, 7953.0, 7988.0, 7973.0, 8005.0, 7985.0, 8007.0, 8021.0, 8000.0, 7966.0, 7951.0, 7982.0, 7990.0, 7988.0, 8040.0, 7988.0, 7997.0, 7994.0, 7964.0, 7949.0, 7980.0, 8017.0, 7979.0, 8010.0, 7980.0, 7947.0, 7994.0, 7945.0, 7947.0, 7974.0, 7960.0, 7978.0, 7996.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.002432086956521739</td></tr>
<tr><td colspan=3>aqi</td><td>0.023153951778656128</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.24239907700159</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.242537436977847</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0421672413370278</td></tr>
<tr><td colspan=3>efc</td><td>0.4932</td></tr>
<tr><td colspan=3>fber</td><td>4939.2168</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.100769467698578</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.980237154150197</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4633974466919475</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3363402170245813</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6937595721394034</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.360092550911858</td></tr>
<tr><td colspan=3>gcor</td><td>0.0154401</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014916193671524525</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03171773627400398</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>4.005800480980279</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>19.0212</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.145</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.4879</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>295958.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>739.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.2209</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7264</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>410.365</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2724.3969</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>991.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3558.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>716.4566</td></tr>
<tr><td colspan=3>tsnr</td><td>38.531663543195464</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>