ds005256-mriqc/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter fa5af11020 [DATALAD RUNCMD] Compute MRIQC for sub-0084
=== 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-0084 --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-0084",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:57:28 +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-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-04/func/sub-0084_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>e3ee9f3f2825c79357b747468830b954</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>14:19:3.425000</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.996484, -0.0474315, 0.0690714, 0.0457729, 0.998629, 0.0254027]</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.100625</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4124, -7728, -7273, 474, -62, -353, 51, 108]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.797</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>43af43d2-4378-4642-944a-42a327fea3fb||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.673492431640625, 0.12280523777008057, 0.18949034810066223, 104.99022674560547], [0.12725535035133362, 2.679248094558716, 0.059809714555740356, -101.13825988769531], [0.18531359732151031, -0.0681535080075264, 2.692678213119507, -100.66667175292969], [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': ['141903.425000', '141903.885000', '141904.345000', '141904.805000', '141905.265000', '141905.725000', '141906.185000', '141906.645000', '141907.105000', '141907.565000', '141908.025000', '141908.485000', '141908.945000', '141909.405000', '141909.865000', '141910.325000', '141910.785000', '141911.245000', '141911.705000', '141912.165000', '141912.625000', '141913.085000', '141913.545000', '141914.005000', '141914.465000', '141914.925000', '141915.385000', '141915.845000', '141916.305000', '141916.765000', '141917.225000', '141917.685000', '141918.145000', '141918.605000', '141919.065000', '141919.525000', '141919.985000', '141920.445000', '141920.905000', '141921.365000', '141921.825000', '141922.285000', '141922.745000', '141923.205000', '141923.665000', '141924.125000', '141924.585000', '141925.045000', '141925.505000', '141925.965000', '141926.425000', '141926.885000', '141927.345000', '141927.805000', '141928.265000', '141928.725000', '141929.185000', '141929.645000', '141930.105000', '141930.565000', '141931.025000', '141931.485000', '141931.945000', '141932.405000', '141932.865000', '141933.325000', '141933.785000', '141934.245000', '141934.705000', '141935.165000', '141935.625000', '141936.085000', '141936.545000', '141937.005000', '141937.465000', '141937.925000', '141938.385000', '141938.845000', '141939.305000', '141939.765000', '141940.225000', '141940.685000', '141941.145000', '141941.605000', '141942.065000', '141942.525000', '141942.985000', '141943.445000', '141943.905000', '141944.365000', '141944.825000', '141945.285000', '141945.745000', '141946.205000', '141946.665000', '141947.125000', '141947.585000', '141948.045000', '141948.505000', '141948.965000', '141949.425000', '141949.885000', '141950.345000', '141950.805000', '141951.265000', '141951.725000', '141952.185000', '141952.645000', '141953.105000', '141953.565000', '141954.025000', '141954.485000', '141954.945000', '141955.405000', '141955.865000', '141956.325000', '141956.785000', '141957.245000', '141957.705000', '141958.165000', '141958.625000', '141959.085000', '141959.545000', '142000.005000', '142000.465000', '142000.925000', '142001.385000', '142001.845000', '142002.305000', '142002.765000', '142003.225000', '142003.685000', '142004.145000', '142004.605000', '142005.065000', '142005.525000', '142005.985000', '142006.445000', '142006.905000', '142007.365000', '142007.825000', '142008.285000', '142008.745000', '142009.205000', '142009.665000', '142010.125000', '142010.585000', '142011.045000', '142011.505000', '142011.965000', '142012.425000', '142012.885000', '142013.345000', '142013.805000', '142014.265000', '142014.725000', '142015.185000', '142015.645000', '142016.105000', '142016.565000', '142017.025000', '142017.485000', '142017.945000', '142018.405000', '142018.865000', '142019.325000', '142019.785000', '142020.245000', '142020.705000', '142021.165000', '142021.625000', '142022.085000', '142022.545000', '142023.005000', '142023.465000', '142023.925000', '142024.385000', '142024.845000', '142025.305000', '142025.765000', '142026.225000', '142026.685000', '142027.145000', '142027.605000', '142028.065000', '142028.525000', '142028.985000', '142029.445000', '142029.905000', '142030.365000', '142030.825000', '142031.285000', '142031.745000', '142032.205000', '142032.665000', '142033.125000', '142033.585000', '142034.045000', '142034.505000', '142034.965000', '142035.425000', '142035.885000', '142036.345000', '142036.805000', '142037.265000', '142037.725000', '142038.185000', '142038.645000', '142039.105000', '142039.565000', '142040.025000', '142040.485000', '142040.945000', '142041.405000', '142041.865000', '142042.325000', '142042.785000', '142043.245000', '142043.705000', '142044.165000', '142044.625000', '142045.085000', '142045.545000', '142046.005000', '142046.465000', '142046.925000', '142047.385000', '142047.845000', '142048.305000', '142048.765000', '142049.225000', '142049.685000', '142050.145000', '142050.605000', '142051.065000', '142051.525000', '142051.985000', '142052.445000', '142052.905000', '142053.365000', '142053.825000', '142054.285000', '142054.745000', '142055.205000', '142055.665000', '142056.125000', '142056.585000', '142057.045000', '142057.505000', '142057.965000', '142058.425000', '142058.885000', '142059.345000', '142059.805000', '142100.265000', '142100.725000', '142101.185000', '142101.645000', '142102.105000', '142102.565000', '142103.025000', '142103.485000', '142103.945000', '142104.405000', '142104.865000', '142105.325000', '142105.785000', '142106.245000', '142106.705000', '142107.165000', '142107.625000', '142108.085000', '142108.545000', '142109.005000', '142109.465000', '142109.925000', '142110.385000', '142110.845000', '142111.305000', '142111.765000', '142112.225000', '142112.685000', '142113.145000', '142113.605000', '142114.065000', '142114.525000', '142114.985000', '142115.445000', '142115.905000', '142116.365000', '142116.825000', '142117.285000', '142117.745000', '142118.205000', '142118.665000', '142119.125000', '142119.585000', '142120.045000', '142120.505000', '142120.965000', '142121.425000', '142121.885000', '142122.345000', '142122.805000', '142123.265000', '142123.725000', '142124.185000', '142124.645000', '142125.105000', '142125.565000', '142126.025000', '142126.485000', '142126.945000', '142127.405000', '142127.865000', '142128.325000', '142128.785000', '142129.245000', '142129.705000', '142130.165000', '142130.625000', '142131.085000', '142131.545000', '142132.005000', '142132.465000', '142132.925000', '142133.385000', '142133.845000', '142134.305000', '142134.765000', '142135.225000', '142135.685000', '142136.145000', '142136.605000', '142137.065000', '142137.525000', '142137.985000', '142138.445000', '142138.905000', '142139.365000', '142139.825000', '142140.285000', '142140.745000', '142141.205000', '142141.665000', '142142.125000', '142142.585000', '142143.045000', '142143.505000', '142143.965000', '142144.425000', '142144.885000', '142145.345000', '142145.805000', '142146.265000', '142146.725000', '142147.185000', '142147.645000', '142148.105000', '142148.565000', '142149.025000', '142149.485000', '142149.945000', '142150.405000', '142150.865000', '142151.325000', '142151.785000', '142152.245000', '142152.705000', '142153.165000', '142153.625000', '142154.085000', '142154.545000', '142155.005000', '142155.465000', '142155.925000', '142156.385000', '142156.845000', '142157.305000', '142157.765000', '142158.225000', '142158.685000', '142159.145000', '142159.605000', '142200.065000', '142200.525000', '142200.985000', '142201.445000', '142201.905000', '142202.365000', '142202.825000', '142203.285000', '142203.745000', '142204.205000', '142204.665000', '142205.125000', '142205.585000', '142206.045000', '142206.505000', '142206.965000', '142207.425000', '142207.885000', '142208.345000', '142208.805000', '142209.265000', '142209.725000', '142210.185000', '142210.645000', '142211.105000', '142211.565000', '142212.025000', '142212.485000', '142212.945000', '142213.405000', '142213.865000', '142214.325000', '142214.785000', '142215.245000', '142215.705000', '142216.165000', '142216.625000', '142217.085000', '142217.545000', '142218.005000', '142218.465000', '142218.925000', '142219.385000', '142219.845000', '142220.305000', '142220.765000', '142221.225000', '142221.685000', '142222.145000', '142222.605000', '142223.065000', '142223.525000', '142223.985000', '142224.445000', '142224.905000', '142225.365000', '142225.825000', '142226.285000', '142226.745000', '142227.205000', '142227.665000', '142228.125000', '142228.585000', '142229.045000', '142229.505000', '142229.965000', '142230.425000', '142230.885000', '142231.345000', '142231.805000', '142232.265000', '142232.725000', '142233.185000', '142233.645000', '142234.105000', '142234.565000', '142235.025000', '142235.485000', '142235.945000', '142236.405000', '142236.865000', '142237.325000', '142237.785000', '142238.245000', '142238.705000', '142239.165000', '142239.625000', '142240.085000', '142240.545000', '142241.005000', '142241.465000', '142241.925000', '142242.385000', '142242.845000', '142243.305000', '142243.765000', '142244.225000', '142244.685000', '142245.145000', '142245.605000', '142246.065000', '142246.525000', '142246.985000', '142247.445000', '142247.905000', '142248.365000', '142248.825000', '142249.285000', '142249.745000', '142250.205000', '142250.665000', '142251.125000', '142251.585000', '142252.045000', '142252.505000', '142252.965000', '142253.425000', '142253.885000', '142254.345000', '142254.805000', '142255.265000', '142255.725000', '142256.185000', '142256.645000', '142257.105000', '142257.565000', '142258.025000', '142258.485000', '142258.945000', '142259.405000', '142259.865000', '142300.325000', '142300.785000', '142301.245000', '142301.705000', '142302.165000', '142302.625000', '142303.085000', '142303.545000', '142304.005000', '142304.465000', '142304.925000', '142305.385000', '142305.845000', '142306.305000', '142306.765000', '142307.225000', '142307.685000', '142308.145000', '142308.605000', '142309.065000', '142309.525000', '142309.985000', '142310.445000', '142310.905000', '142311.365000', '142311.825000', '142312.285000', '142312.745000', '142313.205000', '142313.665000', '142314.125000', '142314.585000', '142315.045000', '142315.505000', '142315.965000', '142316.425000', '142316.885000', '142317.345000', '142317.805000', '142318.265000', '142318.725000', '142319.185000', '142319.645000', '142320.105000', '142320.565000', '142321.025000', '142321.485000', '142321.945000', '142322.405000', '142322.865000', '142323.325000', '142323.785000', '142324.245000', '142324.705000', '142325.165000', '142325.625000', '142326.085000', '142326.545000', '142327.005000', '142327.465000', '142327.925000', '142328.385000', '142328.845000', '142329.305000', '142329.765000', '142330.225000', '142330.685000', '142331.145000', '142331.605000', '142332.065000', '142332.525000', '142332.985000', '142333.445000', '142333.905000', '142334.365000', '142334.825000', '142335.285000', '142335.745000', '142336.205000', '142336.665000', '142337.125000', '142337.585000', '142338.045000', '142338.505000', '142338.965000', '142339.425000', '142339.885000', '142340.345000', '142340.805000', '142341.265000', '142341.725000', '142342.185000', '142342.645000', '142343.105000', '142343.565000', '142344.025000', '142344.485000', '142344.945000', '142345.405000', '142345.865000', '142346.325000', '142346.785000', '142347.245000', '142347.705000', '142348.165000', '142348.625000', '142349.085000', '142349.545000', '142350.005000', '142350.465000', '142350.925000', '142351.385000', '142351.845000', '142352.305000', '142352.765000', '142353.225000', '142353.685000', '142354.145000', '142354.605000', '142355.065000', '142355.525000', '142355.985000', '142356.445000', '142356.905000', '142357.365000', '142357.825000', '142358.285000', '142358.745000', '142359.205000', '142359.665000', '142400.125000', '142400.585000', '142401.045000', '142401.505000', '142401.965000', '142402.425000', '142402.885000', '142403.345000', '142403.805000', '142404.265000', '142404.725000', '142405.185000', '142405.645000', '142406.105000', '142406.565000', '142407.025000', '142407.485000', '142407.945000', '142408.405000', '142408.865000', '142409.325000', '142409.785000', '142410.245000', '142410.705000', '142411.165000', '142411.625000', '142412.085000', '142412.545000', '142413.005000', '142413.465000', '142413.925000', '142414.385000', '142414.845000', '142415.305000', '142415.765000', '142416.225000', '142416.685000', '142417.145000', '142417.605000', '142418.065000', '142418.525000', '142418.985000', '142419.445000', '142419.905000', '142420.365000', '142420.825000', '142421.285000', '142421.745000', '142422.205000', '142422.665000', '142423.125000', '142423.585000', '142424.045000', '142424.505000', '142424.965000', '142425.425000', '142425.885000', '142426.345000', '142426.805000', '142427.265000', '142427.725000', '142428.185000', '142428.645000', '142429.105000', '142429.565000', '142430.025000', '142430.485000', '142430.945000', '142431.405000', '142431.865000', '142432.325000', '142432.785000', '142433.245000', '142433.705000', '142434.165000', '142434.625000', '142435.085000', '142435.545000', '142436.005000', '142436.465000', '142436.925000', '142437.385000', '142437.845000', '142438.305000', '142438.765000', '142439.225000', '142439.685000', '142440.145000', '142440.605000', '142441.065000', '142441.525000', '142441.985000', '142442.445000', '142442.905000', '142443.365000', '142443.825000', '142444.285000', '142444.745000', '142445.205000', '142445.665000', '142446.125000', '142446.585000', '142447.045000', '142447.505000', '142447.965000', '142448.425000', '142448.885000', '142449.345000', '142449.805000', '142450.265000', '142450.725000', '142451.185000', '142451.645000', '142452.105000', '142452.565000', '142453.025000', '142453.485000', '142453.945000', '142454.405000', '142454.865000', '142455.325000', '142455.785000', '142456.245000', '142456.705000', '142457.165000', '142457.625000', '142458.085000', '142458.545000', '142459.005000', '142459.465000', '142459.925000', '142500.385000', '142500.845000', '142501.305000', '142501.765000', '142502.225000', '142502.685000', '142503.145000', '142503.605000', '142504.065000', '142504.525000', '142504.985000', '142505.445000', '142505.905000', '142506.365000', '142506.825000', '142507.285000', '142507.745000', '142508.205000', '142508.665000', '142509.125000', '142509.585000', '142510.045000', '142510.505000', '142510.965000', '142511.425000', '142511.885000', '142512.345000', '142512.805000', '142513.265000', '142513.725000', '142514.185000', '142514.645000', '142515.105000', '142515.565000', '142516.025000', '142516.485000', '142516.945000', '142517.405000', '142517.865000', '142518.325000', '142518.785000', '142519.245000', '142519.705000', '142520.165000', '142520.625000', '142521.085000', '142521.545000', '142522.005000', '142522.465000', '142522.925000', '142523.385000', '142523.845000', '142524.305000', '142524.765000', '142525.225000', '142525.685000', '142526.145000', '142526.605000', '142527.065000', '142527.525000', '142527.985000', '142528.445000', '142528.905000', '142529.365000', '142529.825000', '142530.285000', '142530.745000', '142531.205000', '142531.665000', '142532.125000', '142532.585000', '142533.045000', '142533.505000', '142533.965000', '142534.425000', '142534.885000', '142535.345000', '142535.805000', '142536.265000', '142536.725000', '142537.185000', '142537.645000', '142538.105000', '142538.565000', '142539.025000', '142539.485000', '142539.945000', '142540.405000', '142540.865000', '142541.325000', '142541.785000', '142542.245000', '142542.705000', '142543.165000', '142543.625000', '142544.085000', '142544.545000', '142545.005000', '142545.465000', '142545.925000', '142546.385000', '142546.845000', '142547.305000', '142547.765000', '142548.225000', '142548.685000', '142549.145000', '142549.605000', '142550.065000', '142550.525000', '142550.985000', '142551.445000', '142551.905000', '142552.365000', '142552.825000', '142553.285000', '142553.745000', '142554.205000', '142554.665000', '142555.125000', '142555.585000', '142556.045000', '142556.505000', '142556.965000', '142557.425000', '142557.885000', '142558.345000', '142558.805000', '142559.265000', '142559.725000', '142600.185000', '142600.645000', '142601.105000', '142601.565000', '142602.025000', '142602.485000', '142602.945000', '142603.405000', '142603.865000', '142604.325000', '142604.785000', '142605.245000', '142605.705000', '142606.165000', '142606.625000', '142607.085000', '142607.545000', '142608.005000', '142608.465000', '142608.925000', '142609.385000', '142609.845000', '142610.305000', '142610.765000', '142611.225000', '142611.685000', '142612.145000', '142612.605000', '142613.065000', '142613.525000', '142613.985000', '142614.445000', '142614.905000', '142615.365000', '142615.825000', '142616.285000', '142616.745000', '142617.205000', '142617.665000', '142618.125000', '142618.585000', '142619.045000', '142619.505000', '142619.965000', '142620.425000', '142620.885000', '142621.345000', '142621.805000', '142622.265000', '142622.725000', '142623.185000', '142623.645000', '142624.105000', '142624.565000', '142625.025000', '142625.485000', '142625.945000', '142626.405000', '142626.865000', '142627.325000', '142627.785000', '142628.245000', '142628.705000', '142629.165000', '142629.625000', '142630.085000', '142630.545000', '142631.005000', '142631.465000', '142631.925000', '142632.385000', '142632.845000', '142633.305000', '142633.765000', '142634.225000', '142634.685000', '142635.145000', '142635.605000', '142636.065000', '142636.525000', '142636.985000', '142637.445000', '142637.905000', '142638.365000', '142638.825000', '142639.285000', '142639.745000', '142640.205000', '142640.665000', '142641.125000', '142641.585000', '142642.045000', '142642.505000', '142642.965000', '142643.425000', '142643.885000', '142644.345000', '142644.805000', '142645.265000', '142645.725000', '142646.185000', '142646.645000', '142647.105000', '142647.565000', '142648.025000', '142648.485000', '142648.945000', '142649.405000', '142649.865000', '142650.325000', '142650.785000', '142651.245000', '142651.705000', '142652.165000', '142652.625000', '142653.085000', '142653.545000', '142654.005000', '142654.465000', '142654.925000', '142655.385000', '142655.845000', '142656.305000', '142656.765000', '142657.225000', '142657.685000', '142658.145000', '142658.605000', '142659.065000', '142659.525000', '142659.985000', '142700.445000', '142700.905000', '142701.365000', '142701.825000', '142702.285000', '142702.745000', '142703.205000', '142703.665000', '142704.125000', '142704.585000', '142705.045000', '142705.505000', '142705.965000', '142706.425000', '142706.885000', '142707.345000', '142707.805000', '142708.265000', '142708.725000', '142709.185000', '142709.645000', '142710.105000', '142710.565000', '142711.025000', '142711.485000', '142711.945000', '142712.405000', '142712.865000', '142713.325000', '142713.785000', '142714.245000', '142714.705000', '142715.165000', '142715.625000', '142716.085000', '142716.545000', '142717.005000', '142717.465000', '142717.925000', '142718.385000', '142718.845000', '142719.305000', '142719.765000', '142720.225000', '142720.685000', '142721.145000', '142721.605000', '142722.065000', '142722.525000', '142722.985000', '142723.445000', '142723.905000', '142724.365000', '142724.825000', '142725.285000', '142725.745000', '142726.205000', '142726.665000', '142727.125000', '142727.585000', '142728.045000', '142728.505000', '142728.965000', '142729.425000', '142729.885000', '142730.345000', '142730.805000', '142731.265000', '142731.725000', '142732.185000', '142732.645000', '142733.105000', '142733.565000', '142734.025000', '142734.485000', '142734.945000', '142735.405000', '142735.865000', '142736.325000', '142736.785000', '142737.245000', '142737.705000', '142738.165000', '142738.625000', '142739.085000', '142739.545000', '142740.005000', '142740.465000', '142740.925000', '142741.385000', '142741.845000', '142742.305000', '142742.765000', '142743.225000', '142743.685000', '142744.145000', '142744.605000', '142745.065000', '142745.525000', '142745.985000', '142746.445000', '142746.905000', '142747.365000', '142747.825000', '142748.285000', '142748.745000', '142749.205000', '142749.665000', '142750.125000', '142750.585000', '142751.045000', '142751.505000', '142751.965000', '142752.425000', '142752.885000', '142753.345000', '142753.805000', '142754.265000', '142754.725000', '142755.185000', '142755.645000', '142756.105000', '142756.565000', '142757.025000', '142757.485000', '142757.945000', '142758.405000', '142758.865000', '142759.325000', '142759.785000', '142800.245000', '142800.705000', '142801.165000', '142801.625000', '142802.085000', '142802.545000', '142803.005000', '142803.465000', '142803.925000', '142804.385000', '142804.845000', '142805.305000', '142805.765000', '142806.225000', '142806.685000', '142807.145000', '142807.605000', '142808.065000', '142808.525000', '142808.985000', '142809.445000', '142809.905000', '142810.365000', '142810.825000', '142811.285000', '142811.745000', '142812.205000', '142812.665000', '142813.125000', '142813.585000', '142814.045000', '142814.505000', '142814.965000', '142815.425000', '142815.885000', '142816.345000', '142816.805000', '142817.265000', '142817.725000', '142818.185000', '142818.645000', '142819.105000', '142819.565000', '142820.025000', '142820.485000', '142820.945000', '142821.405000', '142821.865000', '142822.325000', '142822.785000', '142823.245000', '142823.705000', '142824.165000', '142824.625000', '142825.085000', '142825.545000', '142826.005000', '142826.465000', '142826.925000', '142827.385000', '142827.845000', '142828.305000', '142828.765000', '142829.225000', '142829.685000', '142830.145000', '142830.605000', '142831.065000', '142831.525000', '142831.985000', '142832.445000', '142832.905000', '142833.365000', '142833.825000', '142834.285000', '142834.745000', '142835.205000', '142835.665000', '142836.125000', '142836.585000', '142837.045000', '142837.505000', '142837.965000', '142838.425000', '142838.885000', '142839.345000', '142839.805000', '142840.265000', '142840.725000', '142841.185000', '142841.645000', '142842.105000', '142842.565000', '142843.025000', '142843.485000', '142843.945000', '142844.405000', '142844.865000', '142845.325000', '142845.785000', '142846.245000'], 'ContentTime': ['141924.693000', '141924.698000', '141924.700000', '141924.703000', '141924.705000', '141924.708000', '141924.711000', '141924.713000', '141924.716000', '141924.723000', '141924.726000', '141924.728000', '141924.731000', '141924.733000', '141924.736000', '141924.738000', '141924.741000', '141924.744000', '141924.746000', '141924.749000', '141924.751000', '141924.754000', '141924.757000', '141924.759000', '141924.762000', '141924.764000', '141924.767000', '141924.769000', '141924.772000', '141924.775000', '141924.777000', '141924.780000', '141924.783000', '141924.786000', '141924.789000', '141924.792000', '141924.794000', '141924.797000', '141924.800000', '141924.802000', '141924.805000', '141924.807000', '141924.810000', '141924.813000', '141944.657000', '141944.660000', '141944.663000', '141944.665000', '141944.668000', '141944.671000', '141944.673000', '141944.676000', '141944.679000', '141944.681000', '141944.684000', '141944.686000', '141944.689000', '141944.691000', '141944.694000', '141944.697000', '141944.699000', '141944.702000', '141944.704000', '141944.707000', '141944.709000', '141944.712000', '141944.714000', '141944.717000', '141944.719000', '141944.722000', '141944.725000', '141944.727000', '141944.730000', '141944.741000', '141944.743000', '141944.746000', '141944.748000', '141944.751000', '141944.754000', '141944.756000', '141944.759000', '141944.761000', '141944.764000', '141944.766000', '141944.769000', '141944.772000', '141944.774000', '141944.777000', '142004.658000', '142004.660000', '142004.671000', '142004.674000', '142004.677000', '142004.679000', '142004.682000', '142004.684000', '142004.687000', '142004.689000', '142004.692000', '142004.695000', '142004.697000', '142004.700000', '142004.702000', '142004.705000', '142004.708000', '142004.710000', '142004.713000', '142004.715000', '142004.718000', '142004.721000', '142004.723000', '142004.726000', '142004.728000', '142004.731000', '142004.734000', '142004.736000', '142004.739000', '142004.747000', '142004.750000', '142004.752000', '142004.755000', '142004.757000', '142004.760000', '142004.763000', '142004.765000', '142004.768000', '142004.770000', '142004.773000', '142004.776000', '142004.778000', '142004.781000', '142024.658000', '142024.660000', '142024.663000', '142024.665000', '142024.668000', '142024.671000', '142024.673000', '142024.676000', '142024.678000', '142024.681000', '142024.683000', '142024.686000', '142024.689000', '142024.691000', '142024.694000', '142024.696000', '142024.699000', '142024.702000', '142024.704000', '142024.707000', '142024.709000', '142024.712000', '142024.715000', '142024.717000', '142024.720000', '142024.723000', '142024.725000', '142024.728000', '142024.730000', '142024.733000', '142024.736000', '142024.738000', '142024.741000', '142024.743000', '142024.746000', '142024.749000', '142024.751000', '142024.754000', '142024.756000', '142024.759000', '142024.762000', '142024.764000', '142024.767000', '142024.769000', '142044.657000', '142044.660000', '142044.663000', '142044.665000', '142044.668000', '142044.671000', '142044.673000', '142044.676000', '142044.678000', '142044.681000', '142044.684000', '142044.686000', '142044.689000', '142044.691000', '142044.694000', '142044.696000', '142044.699000', '142044.701000', '142044.704000', '142044.707000', '142044.709000', '142044.712000', '142044.715000', '142044.717000', '142044.720000', '142044.722000', '142044.725000', '142044.727000', '142044.730000', '142044.733000', '142044.735000', '142044.738000', '142044.740000', '142044.743000', '142044.745000', '142044.748000', '142044.751000', '142044.754000', '142044.756000', '142044.759000', '142044.761000', '142044.764000', '142044.767000', '142104.658000', '142104.661000', '142104.663000', '142104.666000', '142104.668000', '142104.671000', '142104.674000', '142104.676000', '142104.679000', '142104.681000', '142104.684000', '142104.686000', '142104.689000', '142104.692000', '142104.694000', '142104.697000', '142104.699000', '142104.702000', '142104.704000', '142104.707000', '142104.710000', '142104.712000', '142104.715000', '142104.744000', '142104.746000', '142104.749000', '142104.751000', '142104.754000', '142104.757000', '142104.759000', '142104.762000', '142104.764000', '142104.767000', '142104.769000', '142104.772000', '142104.775000', '142104.777000', '142104.780000', '142104.782000', '142104.785000', '142104.787000', '142104.790000', '142104.793000', '142104.795000', '142124.658000', '142124.661000', '142124.664000', '142124.666000', '142124.669000', '142124.672000', '142124.674000', '142124.677000', '142124.679000', '142124.682000', '142124.684000', '142124.687000', '142124.690000', '142124.692000', '142124.695000', '142124.697000', '142124.700000', '142124.703000', '142124.705000', '142124.708000', '142124.711000', '142124.713000', '142124.716000', '142124.718000', '142124.721000', '142124.724000', '142124.726000', '142124.729000', '142124.731000', '142124.734000', '142124.736000', '142124.739000', '142124.742000', '142124.744000', '142124.747000', '142124.749000', '142124.752000', '142124.755000', '142124.757000', '142124.760000', '142124.762000', '142124.765000', '142124.768000', '142144.658000', '142144.661000', '142144.664000', '142144.666000', '142144.669000', '142144.671000', '142144.674000', '142144.677000', '142144.679000', '142144.682000', '142144.684000', '142144.687000', '142144.690000', '142144.692000', '142144.695000', '142144.697000', '142144.700000', '142144.703000', '142144.705000', '142144.708000', '142144.710000', '142144.713000', '142144.715000', '142144.718000', '142144.721000', '142144.723000', '142144.726000', '142144.729000', '142144.738000', '142144.740000', '142144.743000', '142144.746000', '142144.748000', '142144.751000', '142144.753000', '142144.756000', '142144.759000', '142144.761000', '142144.764000', '142144.766000', '142144.769000', '142144.771000', '142144.774000', '142144.777000', '142204.658000', '142204.660000', '142204.663000', '142204.666000', '142204.668000', '142204.671000', '142204.673000', '142204.676000', '142204.679000', '142204.681000', '142204.684000', '142204.686000', '142204.689000', '142204.691000', '142204.694000', '142204.697000', '142204.699000', '142204.702000', '142204.705000', '142204.707000', '142204.710000', '142204.712000', '142204.715000', '142204.717000', '142204.720000', '142204.723000', '142204.725000', '142204.728000', '142204.730000', '142204.733000', '142204.736000', '142204.738000', '142204.741000', '142204.754000', '142204.757000', '142204.759000', '142204.762000', '142204.765000', '142204.767000', '142204.770000', '142204.772000', '142204.775000', '142204.777000', '142224.658000', '142224.660000', '142224.663000', '142224.666000', '142224.668000', '142224.671000', '142224.674000', '142224.676000', '142224.679000', '142224.681000', '142224.684000', '142224.687000', '142224.689000', '142224.692000', '142224.694000', '142224.697000', '142224.700000', '142224.702000', '142224.705000', '142224.708000', '142224.710000', '142224.713000', '142224.715000', '142224.718000', '142224.721000', '142224.723000', '142224.726000', '142224.729000', '142224.731000', '142224.734000', '142224.737000', '142224.739000', '142224.742000', '142224.744000', '142224.747000', '142224.750000', '142224.752000', '142224.755000', '142224.757000', '142224.760000', '142224.762000', '142224.765000', '142224.767000', '142244.658000', '142244.660000', '142244.663000', '142244.665000', '142244.668000', '142244.671000', '142244.673000', '142244.676000', '142244.679000', '142244.681000', '142244.684000', '142244.686000', '142244.689000', '142244.692000', '142244.694000', '142244.697000', '142244.699000', '142244.702000', '142244.705000', '142244.707000', '142244.710000', '142244.712000', '142244.715000', '142244.718000', '142244.720000', '142244.723000', '142244.726000', '142244.728000', '142244.731000', '142244.733000', '142244.736000', '142244.738000', '142244.741000', '142244.744000', '142244.746000', '142244.749000', '142244.751000', '142244.754000', '142244.757000', '142244.759000', '142244.762000', '142244.764000', '142244.767000', '142244.770000', '142304.657000', '142304.660000', '142304.663000', '142304.666000', '142304.668000', '142304.671000', '142304.674000', '142304.676000', '142304.679000', '142304.682000', '142304.684000', '142304.687000', '142304.689000', '142304.692000', '142304.694000', '142304.697000', '142304.700000', '142304.703000', '142304.705000', '142304.708000', '142304.710000', '142304.713000', '142304.716000', '142304.718000', '142304.721000', '142304.723000', '142304.726000', '142304.728000', '142304.731000', '142304.734000', '142304.736000', '142304.739000', '142304.741000', '142304.744000', '142304.747000', '142304.750000', '142304.752000', '142304.755000', '142304.757000', '142304.760000', '142304.762000', '142304.765000', '142304.767000', '142324.658000', '142324.661000', '142324.663000', '142324.666000', '142324.668000', '142324.671000', '142324.673000', '142324.676000', '142324.679000', '142324.681000', '142324.684000', '142324.686000', '142324.689000', '142324.691000', '142324.694000', '142324.697000', '142324.699000', '142324.702000', '142324.704000', '142324.707000', '142324.709000', '142324.712000', '142324.715000', '142324.717000', '142324.720000', '142324.722000', '142324.725000', '142324.728000', '142324.730000', '142324.733000', '142324.735000', '142324.738000', '142324.741000', '142324.743000', '142324.746000', '142324.748000', '142324.751000', '142324.754000', '142324.756000', '142324.759000', '142324.761000', '142324.764000', '142324.766000', '142324.769000', '142344.658000', '142344.661000', '142344.664000', '142344.667000', '142344.669000', '142344.672000', '142344.675000', '142344.677000', '142344.680000', '142344.683000', '142344.686000', '142344.688000', '142344.691000', '142344.694000', '142344.696000', '142344.712000', '142344.715000', '142344.717000', '142344.720000', '142344.723000', '142344.725000', '142344.728000', '142344.730000', '142344.733000', '142344.735000', '142344.738000', '142344.741000', '142344.744000', '142344.746000', '142344.749000', '142344.752000', '142344.754000', '142344.757000', '142344.759000', '142344.762000', '142344.764000', '142344.767000', '142344.770000', '142344.772000', '142344.775000', '142344.777000', '142344.780000', '142344.783000', '142404.658000', '142404.661000', '142404.664000', '142404.666000', '142404.669000', '142404.672000', '142404.674000', '142404.677000', '142404.679000', '142404.682000', '142404.684000', '142404.687000', '142404.690000', '142404.692000', '142404.695000', '142404.698000', '142404.700000', '142404.703000', '142404.705000', '142404.708000', '142404.711000', '142404.713000', '142404.716000', '142404.718000', '142404.721000', '142404.723000', '142404.726000', '142404.729000', '142404.731000', '142404.734000', '142404.736000', '142404.739000', '142404.742000', '142404.744000', '142404.747000', '142404.749000', '142404.752000', '142404.754000', '142404.757000', '142404.759000', '142404.762000', '142404.765000', '142404.767000', '142404.770000', '142424.658000', '142424.661000', '142424.663000', '142424.666000', '142424.669000', '142424.671000', '142424.674000', '142424.676000', '142424.679000', '142424.682000', '142424.684000', '142424.687000', '142424.689000', '142424.692000', '142424.695000', '142424.697000', '142424.700000', '142424.702000', '142424.705000', '142424.708000', '142424.710000', '142424.713000', '142424.715000', '142424.718000', '142424.720000', '142424.723000', '142424.726000', '142424.728000', '142424.731000', '142424.733000', '142424.736000', '142424.739000', '142424.741000', '142424.744000', '142424.746000', '142424.749000', '142424.752000', '142424.754000', '142424.757000', '142424.759000', '142424.762000', '142424.765000', '142424.769000', '142444.658000', '142444.660000', '142444.663000', '142444.666000', '142444.668000', '142444.671000', '142444.673000', '142444.676000', '142444.678000', '142444.681000', '142444.683000', '142444.686000', '142444.689000', '142444.691000', '142444.694000', '142444.696000', '142444.699000', '142444.701000', '142444.704000', '142444.707000', '142444.709000', '142444.712000', '142444.714000', '142444.717000', '142444.719000', '142444.722000', '142444.725000', '142444.727000', '142444.730000', '142444.732000', '142444.735000', '142444.738000', '142444.740000', '142444.743000', '142444.745000', '142444.748000', '142444.750000', '142444.753000', '142444.755000', '142444.758000', '142444.761000', '142444.763000', '142444.766000', '142444.768000', '142504.658000', '142504.660000', '142504.663000', '142504.666000', '142504.668000', '142504.671000', '142504.673000', '142504.676000', '142504.679000', '142504.682000', '142504.684000', '142504.687000', '142504.690000', '142504.692000', '142504.695000', '142504.697000', '142504.700000', '142504.703000', '142504.705000', '142504.708000', '142504.710000', '142504.713000', '142504.715000', '142504.718000', '142504.723000', '142504.725000', '142504.762000', '142504.765000', '142504.767000', '142504.770000', '142504.772000', '142504.775000', '142504.778000', '142504.780000', '142504.783000', '142504.785000', '142504.788000', '142504.791000', '142504.793000', '142504.796000', '142504.798000', '142504.822000', '142504.824000', '142524.658000', '142524.660000', '142524.663000', '142524.666000', '142524.668000', '142524.671000', '142524.673000', '142524.676000', '142524.678000', '142524.681000', '142524.683000', '142524.686000', '142524.689000', '142524.691000', '142524.694000', '142524.696000', '142524.699000', '142524.702000', '142524.704000', '142524.707000', '142524.709000', '142524.712000', '142524.715000', '142524.717000', '142524.720000', '142524.722000', '142524.725000', '142524.727000', '142524.730000', '142524.733000', '142524.735000', '142524.738000', '142524.740000', '142524.743000', '142524.745000', '142524.748000', '142524.751000', '142524.753000', '142524.756000', '142524.758000', '142524.761000', '142524.763000', '142524.766000', '142524.769000', '142544.657000', '142544.660000', '142544.663000', '142544.665000', '142544.668000', '142544.670000', '142544.673000', '142544.676000', '142544.679000', '142544.681000', '142544.684000', '142544.686000', '142544.689000', '142544.692000', '142544.694000', '142544.697000', '142544.699000', '142544.702000', '142544.704000', '142544.707000', '142544.710000', '142544.712000', '142544.715000', '142544.717000', '142544.720000', '142544.722000', '142544.725000', '142544.728000', '142544.730000', '142544.733000', '142544.735000', '142544.738000', '142544.740000', '142544.743000', '142544.746000', '142544.748000', '142544.751000', '142544.753000', '142544.756000', '142544.758000', '142544.761000', '142544.764000', '142544.766000', '142604.659000', '142604.662000', '142604.664000', '142604.667000', '142604.669000', '142604.684000', '142604.687000', '142604.690000', '142604.692000', '142604.695000', '142604.697000', '142604.700000', '142604.703000', '142604.705000', '142604.708000', '142604.710000', '142604.713000', '142604.716000', '142604.718000', '142604.721000', '142604.723000', '142604.726000', '142604.728000', '142604.731000', '142604.734000', '142604.736000', '142604.739000', '142604.741000', '142604.744000', '142604.747000', '142604.749000', '142604.752000', '142604.754000', '142604.757000', '142604.760000', '142604.762000', '142604.765000', '142604.768000', '142604.770000', '142604.773000', '142604.775000', '142604.778000', '142604.781000', '142604.783000', '142624.659000', '142624.661000', '142624.664000', '142624.666000', '142624.669000', '142624.672000', '142624.674000', '142624.677000', '142624.679000', '142624.682000', '142624.684000', '142624.687000', '142624.690000', '142624.692000', '142624.695000', '142624.697000', '142624.700000', '142624.703000', '142624.705000', '142624.708000', '142624.710000', '142624.713000', '142624.716000', '142624.718000', '142624.721000', '142624.723000', '142624.726000', '142624.728000', '142624.731000', '142624.734000', '142624.736000', '142624.739000', '142624.741000', '142624.744000', '142624.747000', '142624.749000', '142624.762000', '142624.764000', '142624.767000', '142624.770000', '142624.772000', '142624.775000', '142624.777000', '142644.657000', '142644.660000', '142644.663000', '142644.665000', '142644.668000', '142644.671000', '142644.673000', '142644.676000', '142644.679000', '142644.681000', '142644.684000', '142644.687000', '142644.689000', '142644.692000', '142644.694000', '142644.697000', '142644.700000', '142644.702000', '142644.705000', '142644.707000', '142644.710000', '142644.713000', '142644.715000', '142644.718000', '142644.720000', '142644.723000', '142644.726000', '142644.728000', '142644.731000', '142644.733000', '142644.736000', '142644.738000', '142644.741000', '142644.744000', '142644.746000', '142644.749000', '142644.752000', '142644.754000', '142644.757000', '142644.760000', '142644.762000', '142644.765000', '142644.767000', '142704.658000', '142704.660000', '142704.663000', '142704.666000', '142704.668000', '142704.671000', '142704.673000', '142704.676000', '142704.678000', '142704.681000', '142704.684000', '142704.686000', '142704.689000', '142704.691000', '142704.694000', '142704.697000', '142704.699000', '142704.702000', '142704.704000', '142704.707000', '142704.709000', '142704.712000', '142704.715000', '142704.717000', '142704.720000', '142704.722000', '142704.725000', '142704.728000', '142704.730000', '142704.733000', '142704.735000', '142704.738000', '142704.741000', '142704.743000', '142704.746000', '142704.748000', '142704.751000', '142704.754000', '142704.756000', '142704.759000', '142704.761000', '142704.764000', '142704.766000', '142704.769000', '142724.658000', '142724.660000', '142724.663000', '142724.665000', '142724.668000', '142724.671000', '142724.673000', '142724.676000', '142724.678000', '142724.681000', '142724.684000', '142724.686000', '142724.689000', '142724.691000', '142724.694000', '142724.696000', '142724.699000', '142724.702000', '142724.704000', '142724.707000', '142724.710000', '142724.712000', '142724.715000', '142724.717000', '142724.720000', '142724.723000', '142724.725000', '142724.728000', '142724.730000', '142724.733000', '142724.736000', '142724.738000', '142724.741000', '142724.743000', '142724.746000', '142724.748000', '142724.751000', '142724.754000', '142724.756000', '142724.759000', '142724.761000', '142724.764000', '142724.766000', '142724.769000', '142744.658000', '142744.660000', '142744.663000', '142744.665000', '142744.668000', '142744.671000', '142744.673000', '142744.676000', '142744.678000', '142744.681000', '142744.683000', '142744.686000', '142744.688000', '142744.691000', '142744.694000', '142744.696000', '142744.699000', '142744.701000', '142744.704000', '142744.707000', '142744.709000', '142744.712000', '142744.714000', '142744.717000', '142744.719000', '142744.722000', '142744.725000', '142744.727000', '142744.730000', '142744.732000', '142744.735000', '142744.737000', '142744.740000', '142744.751000', '142744.754000', '142744.756000', '142744.759000', '142744.761000', '142744.764000', '142744.767000', '142744.769000', '142744.772000', '142744.774000', '142804.658000', '142804.660000', '142804.663000', '142804.666000', '142804.668000', '142804.671000', '142804.673000', '142804.676000', '142804.678000', '142804.681000', '142804.684000', '142804.686000', '142804.689000', '142804.691000', '142804.694000', '142804.696000', '142804.699000', '142804.702000', '142804.704000', '142804.707000', '142804.709000', '142804.712000', '142804.715000', '142804.717000', '142804.720000', '142804.722000', '142804.725000', '142804.728000', '142804.730000', '142804.733000', '142804.735000', '142804.738000', '142804.741000', '142804.743000', '142804.746000', '142804.748000', '142804.751000', '142804.753000', '142804.756000', '142804.759000', '142804.761000', '142804.764000', '142804.766000', '142804.769000', '142824.659000', '142824.661000', '142824.664000', '142824.667000', '142824.669000', '142824.672000', '142824.675000', '142824.677000', '142824.680000', '142824.682000', '142824.685000', '142824.688000', '142824.690000', '142824.693000', '142824.695000', '142824.698000', '142824.701000', '142824.703000', '142824.706000', '142824.709000', '142824.711000', '142824.714000', '142824.716000', '142824.719000', '142824.721000', '142824.724000', '142824.727000', '142824.729000', '142824.732000', '142824.734000', '142824.737000', '142824.740000', '142824.742000', '142824.745000', '142824.748000', '142824.750000', '142824.753000', '142824.755000', '142824.759000', '142824.762000', '142824.765000', '142824.767000', '142824.770000', '142844.659000', '142844.662000', '142844.664000', '142844.667000', '142844.669000', '142844.672000', '142844.674000', '142844.677000', '142844.680000', '142844.682000', '142844.685000', '142844.688000', '142844.690000', '142844.693000', '142844.695000', '142844.698000', '142844.701000', '142844.703000', '142844.706000', '142844.708000', '142844.711000', '142844.714000', '142844.716000', '142844.719000', '142844.721000', '142844.724000', '142844.727000', '142844.729000', '142844.732000', '142844.734000', '142844.737000', '142844.740000', '142844.743000', '142844.745000', '142844.748000', '142844.751000', '142844.753000', '142844.756000', '142844.758000', '142844.761000', '142844.764000', '142844.766000', '142844.769000', '142844.771000', '142847.318000', '142847.322000', '142847.325000', '142847.328000', '142847.330000', '142847.333000'], 'InstanceCreationTime': ['141924.693000', '141924.698000', '141924.700000', '141924.703000', '141924.705000', '141924.708000', '141924.711000', '141924.713000', '141924.716000', '141924.723000', '141924.726000', '141924.728000', '141924.731000', '141924.733000', '141924.736000', '141924.738000', '141924.741000', '141924.744000', '141924.746000', '141924.749000', '141924.751000', '141924.754000', '141924.757000', '141924.759000', '141924.762000', '141924.764000', '141924.767000', '141924.769000', '141924.772000', '141924.775000', '141924.777000', '141924.780000', '141924.783000', '141924.786000', '141924.789000', '141924.792000', '141924.794000', '141924.797000', '141924.800000', '141924.802000', '141924.805000', '141924.807000', '141924.810000', '141924.813000', '141944.657000', '141944.660000', '141944.663000', '141944.665000', '141944.668000', '141944.671000', '141944.673000', '141944.676000', '141944.679000', '141944.681000', '141944.684000', '141944.686000', '141944.689000', '141944.691000', '141944.694000', '141944.697000', '141944.699000', '141944.702000', '141944.704000', '141944.707000', '141944.709000', '141944.712000', '141944.714000', '141944.717000', '141944.719000', '141944.722000', '141944.725000', '141944.727000', '141944.730000', '141944.741000', '141944.743000', '141944.746000', '141944.748000', '141944.751000', '141944.754000', '141944.756000', '141944.759000', '141944.761000', '141944.764000', '141944.766000', '141944.769000', '141944.772000', '141944.774000', '141944.777000', '142004.658000', '142004.660000', '142004.671000', '142004.674000', '142004.677000', '142004.679000', '142004.682000', '142004.684000', '142004.687000', '142004.689000', '142004.692000', '142004.695000', '142004.697000', '142004.700000', '142004.702000', '142004.705000', '142004.708000', '142004.710000', '142004.713000', '142004.715000', '142004.718000', '142004.721000', '142004.723000', '142004.726000', '142004.728000', '142004.731000', '142004.734000', '142004.736000', '142004.739000', '142004.747000', '142004.750000', '142004.752000', '142004.755000', '142004.757000', '142004.760000', '142004.763000', '142004.765000', '142004.768000', '142004.770000', '142004.773000', '142004.776000', '142004.778000', '142004.781000', '142024.658000', '142024.660000', '142024.663000', '142024.665000', '142024.668000', '142024.671000', '142024.673000', '142024.676000', '142024.678000', '142024.681000', '142024.683000', '142024.686000', '142024.689000', '142024.691000', '142024.694000', '142024.696000', '142024.699000', '142024.702000', '142024.704000', '142024.707000', '142024.709000', '142024.712000', '142024.715000', '142024.717000', '142024.720000', '142024.723000', '142024.725000', '142024.728000', '142024.730000', '142024.733000', '142024.736000', '142024.738000', '142024.741000', '142024.743000', '142024.746000', '142024.749000', '142024.751000', '142024.754000', '142024.756000', '142024.759000', '142024.762000', '142024.764000', '142024.767000', '142024.769000', '142044.657000', '142044.660000', '142044.663000', '142044.665000', '142044.668000', '142044.671000', '142044.673000', '142044.676000', '142044.678000', '142044.681000', '142044.684000', '142044.686000', '142044.689000', '142044.691000', '142044.694000', '142044.696000', '142044.699000', '142044.701000', '142044.704000', '142044.707000', '142044.709000', '142044.712000', '142044.715000', '142044.717000', '142044.720000', '142044.722000', '142044.725000', '142044.727000', '142044.730000', '142044.733000', '142044.735000', '142044.738000', '142044.740000', '142044.743000', '142044.745000', '142044.748000', '142044.751000', '142044.754000', '142044.756000', '142044.759000', '142044.761000', '142044.764000', '142044.767000', '142104.658000', '142104.661000', '142104.663000', '142104.666000', '142104.668000', '142104.671000', '142104.674000', '142104.676000', '142104.679000', '142104.681000', '142104.684000', '142104.686000', '142104.689000', '142104.692000', '142104.694000', '142104.697000', '142104.699000', '142104.702000', '142104.704000', '142104.707000', '142104.710000', '142104.712000', '142104.715000', '142104.744000', '142104.746000', '142104.749000', '142104.751000', '142104.754000', '142104.757000', '142104.759000', '142104.762000', '142104.764000', '142104.767000', '142104.769000', '142104.772000', '142104.775000', '142104.777000', '142104.780000', '142104.782000', '142104.785000', '142104.787000', '142104.790000', '142104.793000', '142104.795000', '142124.658000', '142124.661000', '142124.664000', '142124.666000', '142124.669000', '142124.672000', '142124.674000', '142124.677000', '142124.679000', '142124.682000', '142124.684000', '142124.687000', '142124.690000', '142124.692000', '142124.695000', '142124.697000', '142124.700000', '142124.703000', '142124.705000', '142124.708000', '142124.711000', '142124.713000', '142124.716000', '142124.718000', '142124.721000', '142124.724000', '142124.726000', '142124.729000', '142124.731000', '142124.734000', '142124.736000', '142124.739000', '142124.742000', '142124.744000', '142124.747000', '142124.749000', '142124.752000', '142124.755000', '142124.757000', '142124.760000', '142124.762000', '142124.765000', '142124.768000', '142144.658000', '142144.661000', '142144.664000', '142144.666000', '142144.669000', '142144.671000', '142144.674000', '142144.677000', '142144.679000', '142144.682000', '142144.684000', '142144.687000', '142144.690000', '142144.692000', '142144.695000', '142144.697000', '142144.700000', '142144.703000', '142144.705000', '142144.708000', '142144.710000', '142144.713000', '142144.715000', '142144.718000', '142144.721000', '142144.723000', '142144.726000', '142144.729000', '142144.738000', '142144.740000', '142144.743000', '142144.746000', '142144.748000', '142144.751000', '142144.753000', '142144.756000', '142144.759000', '142144.761000', '142144.764000', '142144.766000', '142144.769000', '142144.771000', '142144.774000', '142144.777000', '142204.658000', '142204.660000', '142204.663000', '142204.666000', '142204.668000', '142204.671000', '142204.673000', '142204.676000', '142204.679000', '142204.681000', '142204.684000', '142204.686000', '142204.689000', '142204.691000', '142204.694000', '142204.697000', '142204.699000', '142204.702000', '142204.705000', '142204.707000', '142204.710000', '142204.712000', '142204.715000', '142204.717000', '142204.720000', '142204.723000', '142204.725000', '142204.728000', '142204.730000', '142204.733000', '142204.736000', '142204.738000', '142204.741000', '142204.754000', '142204.757000', '142204.759000', '142204.762000', '142204.765000', '142204.767000', '142204.770000', '142204.772000', '142204.775000', '142204.777000', '142224.658000', '142224.660000', '142224.663000', '142224.666000', '142224.668000', '142224.671000', '142224.674000', '142224.676000', '142224.679000', '142224.681000', '142224.684000', '142224.687000', '142224.689000', '142224.692000', '142224.694000', '142224.697000', '142224.700000', '142224.702000', '142224.705000', '142224.708000', '142224.710000', '142224.713000', '142224.715000', '142224.718000', '142224.721000', '142224.723000', '142224.726000', '142224.729000', '142224.731000', '142224.734000', '142224.737000', '142224.739000', '142224.742000', '142224.744000', '142224.747000', '142224.750000', '142224.752000', '142224.755000', '142224.757000', '142224.760000', '142224.762000', '142224.765000', '142224.767000', '142244.658000', '142244.660000', '142244.663000', '142244.665000', '142244.668000', '142244.671000', '142244.673000', '142244.676000', '142244.679000', '142244.681000', '142244.684000', '142244.686000', '142244.689000', '142244.692000', '142244.694000', '142244.697000', '142244.699000', '142244.702000', '142244.705000', '142244.707000', '142244.710000', '142244.712000', '142244.715000', '142244.718000', '142244.720000', '142244.723000', '142244.726000', '142244.728000', '142244.731000', '142244.733000', '142244.736000', '142244.738000', '142244.741000', '142244.744000', '142244.746000', '142244.749000', '142244.751000', '142244.754000', '142244.757000', '142244.759000', '142244.762000', '142244.764000', '142244.767000', '142244.770000', '142304.657000', '142304.660000', '142304.663000', '142304.666000', '142304.668000', '142304.671000', '142304.674000', '142304.676000', '142304.679000', '142304.682000', '142304.684000', '142304.687000', '142304.689000', '142304.692000', '142304.694000', '142304.697000', '142304.700000', '142304.703000', '142304.705000', '142304.708000', '142304.710000', '142304.713000', '142304.716000', '142304.718000', '142304.721000', '142304.723000', '142304.726000', '142304.728000', '142304.731000', '142304.734000', '142304.736000', '142304.739000', '142304.741000', '142304.744000', '142304.747000', '142304.750000', '142304.752000', '142304.755000', '142304.757000', '142304.760000', '142304.762000', '142304.765000', '142304.767000', '142324.658000', '142324.661000', '142324.663000', '142324.666000', '142324.668000', '142324.671000', '142324.673000', '142324.676000', '142324.679000', '142324.681000', '142324.684000', '142324.686000', '142324.689000', '142324.691000', '142324.694000', '142324.697000', '142324.699000', '142324.702000', '142324.704000', '142324.707000', '142324.709000', '142324.712000', '142324.715000', '142324.717000', '142324.720000', '142324.722000', '142324.725000', '142324.728000', '142324.730000', '142324.733000', '142324.735000', '142324.738000', '142324.741000', '142324.743000', '142324.746000', '142324.748000', '142324.751000', '142324.754000', '142324.756000', '142324.759000', '142324.761000', '142324.764000', '142324.766000', '142324.769000', '142344.658000', '142344.661000', '142344.664000', '142344.667000', '142344.669000', '142344.672000', '142344.675000', '142344.677000', '142344.680000', '142344.683000', '142344.686000', '142344.688000', '142344.691000', '142344.694000', '142344.696000', '142344.712000', '142344.715000', '142344.717000', '142344.720000', '142344.723000', '142344.725000', '142344.728000', '142344.730000', '142344.733000', '142344.735000', '142344.738000', '142344.741000', '142344.744000', '142344.746000', '142344.749000', '142344.752000', '142344.754000', '142344.757000', '142344.759000', '142344.762000', '142344.764000', '142344.767000', '142344.770000', '142344.772000', '142344.775000', '142344.777000', '142344.780000', '142344.783000', '142404.658000', '142404.661000', '142404.664000', '142404.666000', '142404.669000', '142404.672000', '142404.674000', '142404.677000', '142404.679000', '142404.682000', '142404.684000', '142404.687000', '142404.690000', '142404.692000', '142404.695000', '142404.698000', '142404.700000', '142404.703000', '142404.705000', '142404.708000', '142404.711000', '142404.713000', '142404.716000', '142404.718000', '142404.721000', '142404.723000', '142404.726000', '142404.729000', '142404.731000', '142404.734000', '142404.736000', '142404.739000', '142404.742000', '142404.744000', '142404.747000', '142404.749000', '142404.752000', '142404.754000', '142404.757000', '142404.759000', '142404.762000', '142404.765000', '142404.767000', '142404.770000', '142424.658000', '142424.661000', '142424.663000', '142424.666000', '142424.669000', '142424.671000', '142424.674000', '142424.676000', '142424.679000', '142424.682000', '142424.684000', '142424.687000', '142424.689000', '142424.692000', '142424.695000', '142424.697000', '142424.700000', '142424.702000', '142424.705000', '142424.708000', '142424.710000', '142424.713000', '142424.715000', '142424.718000', '142424.720000', '142424.723000', '142424.726000', '142424.728000', '142424.731000', '142424.733000', '142424.736000', '142424.739000', '142424.741000', '142424.744000', '142424.746000', '142424.749000', '142424.752000', '142424.754000', '142424.757000', '142424.759000', '142424.762000', '142424.765000', '142424.769000', '142444.658000', '142444.660000', '142444.663000', '142444.666000', '142444.668000', '142444.671000', '142444.673000', '142444.676000', '142444.678000', '142444.681000', '142444.683000', '142444.686000', '142444.689000', '142444.691000', '142444.694000', '142444.696000', '142444.699000', '142444.701000', '142444.704000', '142444.707000', '142444.709000', '142444.712000', '142444.714000', '142444.717000', '142444.719000', '142444.722000', '142444.725000', '142444.727000', '142444.730000', '142444.732000', '142444.735000', '142444.738000', '142444.740000', '142444.743000', '142444.745000', '142444.748000', '142444.750000', '142444.753000', '142444.755000', '142444.758000', '142444.761000', '142444.763000', '142444.766000', '142444.768000', '142504.658000', '142504.660000', '142504.663000', '142504.666000', '142504.668000', '142504.671000', '142504.673000', '142504.676000', '142504.679000', '142504.682000', '142504.684000', '142504.687000', '142504.690000', '142504.692000', '142504.695000', '142504.697000', '142504.700000', '142504.703000', '142504.705000', '142504.708000', '142504.710000', '142504.713000', '142504.715000', '142504.718000', '142504.723000', '142504.725000', '142504.762000', '142504.765000', '142504.767000', '142504.770000', '142504.772000', '142504.775000', '142504.778000', '142504.780000', '142504.783000', '142504.785000', '142504.788000', '142504.791000', '142504.793000', '142504.796000', '142504.798000', '142504.822000', '142504.824000', '142524.658000', '142524.660000', '142524.663000', '142524.666000', '142524.668000', '142524.671000', '142524.673000', '142524.676000', '142524.678000', '142524.681000', '142524.683000', '142524.686000', '142524.689000', '142524.691000', '142524.694000', '142524.696000', '142524.699000', '142524.702000', '142524.704000', '142524.707000', '142524.709000', '142524.712000', '142524.715000', '142524.717000', '142524.720000', '142524.722000', '142524.725000', '142524.727000', '142524.730000', '142524.733000', '142524.735000', '142524.738000', '142524.740000', '142524.743000', '142524.745000', '142524.748000', '142524.751000', '142524.753000', '142524.756000', '142524.758000', '142524.761000', '142524.763000', '142524.766000', '142524.769000', '142544.657000', '142544.660000', '142544.663000', '142544.665000', '142544.668000', '142544.670000', '142544.673000', '142544.676000', '142544.679000', '142544.681000', '142544.684000', '142544.686000', '142544.689000', '142544.692000', '142544.694000', '142544.697000', '142544.699000', '142544.702000', '142544.704000', '142544.707000', '142544.710000', '142544.712000', '142544.715000', '142544.717000', '142544.720000', '142544.722000', '142544.725000', '142544.728000', '142544.730000', '142544.733000', '142544.735000', '142544.738000', '142544.740000', '142544.743000', '142544.746000', '142544.748000', '142544.751000', '142544.753000', '142544.756000', '142544.758000', '142544.761000', '142544.764000', '142544.766000', '142604.659000', '142604.662000', '142604.664000', '142604.667000', '142604.669000', '142604.684000', '142604.687000', '142604.690000', '142604.692000', '142604.695000', '142604.697000', '142604.700000', '142604.703000', '142604.705000', '142604.708000', '142604.710000', '142604.713000', '142604.716000', '142604.718000', '142604.721000', '142604.723000', '142604.726000', '142604.728000', '142604.731000', '142604.734000', '142604.736000', '142604.739000', '142604.741000', '142604.744000', '142604.747000', '142604.749000', '142604.752000', '142604.754000', '142604.757000', '142604.760000', '142604.762000', '142604.765000', '142604.768000', '142604.770000', '142604.773000', '142604.775000', '142604.778000', '142604.781000', '142604.783000', '142624.659000', '142624.661000', '142624.664000', '142624.666000', '142624.669000', '142624.672000', '142624.674000', '142624.677000', '142624.679000', '142624.682000', '142624.684000', '142624.687000', '142624.690000', '142624.692000', '142624.695000', '142624.697000', '142624.700000', '142624.703000', '142624.705000', '142624.708000', '142624.710000', '142624.713000', '142624.716000', '142624.718000', '142624.721000', '142624.723000', '142624.726000', '142624.728000', '142624.731000', '142624.734000', '142624.736000', '142624.739000', '142624.741000', '142624.744000', '142624.747000', '142624.749000', '142624.762000', '142624.764000', '142624.767000', '142624.770000', '142624.772000', '142624.775000', '142624.777000', '142644.657000', '142644.660000', '142644.663000', '142644.665000', '142644.668000', '142644.671000', '142644.673000', '142644.676000', '142644.679000', '142644.681000', '142644.684000', '142644.687000', '142644.689000', '142644.692000', '142644.694000', '142644.697000', '142644.700000', '142644.702000', '142644.705000', '142644.707000', '142644.710000', '142644.713000', '142644.715000', '142644.718000', '142644.720000', '142644.723000', '142644.726000', '142644.728000', '142644.731000', '142644.733000', '142644.736000', '142644.738000', '142644.741000', '142644.744000', '142644.746000', '142644.749000', '142644.752000', '142644.754000', '142644.757000', '142644.760000', '142644.762000', '142644.765000', '142644.767000', '142704.658000', '142704.660000', '142704.663000', '142704.666000', '142704.668000', '142704.671000', '142704.673000', '142704.676000', '142704.678000', '142704.681000', '142704.684000', '142704.686000', '142704.689000', '142704.691000', '142704.694000', '142704.697000', '142704.699000', '142704.702000', '142704.704000', '142704.707000', '142704.709000', '142704.712000', '142704.715000', '142704.717000', '142704.720000', '142704.722000', '142704.725000', '142704.728000', '142704.730000', '142704.733000', '142704.735000', '142704.738000', '142704.741000', '142704.743000', '142704.746000', '142704.748000', '142704.751000', '142704.754000', '142704.756000', '142704.759000', '142704.761000', '142704.764000', '142704.766000', '142704.769000', '142724.658000', '142724.660000', '142724.663000', '142724.665000', '142724.668000', '142724.671000', '142724.673000', '142724.676000', '142724.678000', '142724.681000', '142724.684000', '142724.686000', '142724.689000', '142724.691000', '142724.694000', '142724.696000', '142724.699000', '142724.702000', '142724.704000', '142724.707000', '142724.710000', '142724.712000', '142724.715000', '142724.717000', '142724.720000', '142724.723000', '142724.725000', '142724.728000', '142724.730000', '142724.733000', '142724.736000', '142724.738000', '142724.741000', '142724.743000', '142724.746000', '142724.748000', '142724.751000', '142724.754000', '142724.756000', '142724.759000', '142724.761000', '142724.764000', '142724.766000', '142724.769000', '142744.658000', '142744.660000', '142744.663000', '142744.665000', '142744.668000', '142744.671000', '142744.673000', '142744.676000', '142744.678000', '142744.681000', '142744.683000', '142744.686000', '142744.688000', '142744.691000', '142744.694000', '142744.696000', '142744.699000', '142744.701000', '142744.704000', '142744.707000', '142744.709000', '142744.712000', '142744.714000', '142744.717000', '142744.719000', '142744.722000', '142744.725000', '142744.727000', '142744.730000', '142744.732000', '142744.735000', '142744.737000', '142744.740000', '142744.751000', '142744.754000', '142744.756000', '142744.759000', '142744.761000', '142744.764000', '142744.767000', '142744.769000', '142744.772000', '142744.774000', '142804.658000', '142804.660000', '142804.663000', '142804.666000', '142804.668000', '142804.671000', '142804.673000', '142804.676000', '142804.678000', '142804.681000', '142804.684000', '142804.686000', '142804.689000', '142804.691000', '142804.694000', '142804.696000', '142804.699000', '142804.702000', '142804.704000', '142804.707000', '142804.709000', '142804.712000', '142804.715000', '142804.717000', '142804.720000', '142804.722000', '142804.725000', '142804.728000', '142804.730000', '142804.733000', '142804.735000', '142804.738000', '142804.741000', '142804.743000', '142804.746000', '142804.748000', '142804.751000', '142804.753000', '142804.756000', '142804.759000', '142804.761000', '142804.764000', '142804.766000', '142804.769000', '142824.659000', '142824.661000', '142824.664000', '142824.667000', '142824.669000', '142824.672000', '142824.675000', '142824.677000', '142824.680000', '142824.682000', '142824.685000', '142824.688000', '142824.690000', '142824.693000', '142824.695000', '142824.698000', '142824.701000', '142824.703000', '142824.706000', '142824.709000', '142824.711000', '142824.714000', '142824.716000', '142824.719000', '142824.721000', '142824.724000', '142824.727000', '142824.729000', '142824.732000', '142824.734000', '142824.737000', '142824.740000', '142824.742000', '142824.745000', '142824.748000', '142824.750000', '142824.753000', '142824.755000', '142824.759000', '142824.762000', '142824.765000', '142824.767000', '142824.770000', '142844.659000', '142844.662000', '142844.664000', '142844.667000', '142844.669000', '142844.672000', '142844.674000', '142844.677000', '142844.680000', '142844.682000', '142844.685000', '142844.688000', '142844.690000', '142844.693000', '142844.695000', '142844.698000', '142844.701000', '142844.703000', '142844.706000', '142844.708000', '142844.711000', '142844.714000', '142844.716000', '142844.719000', '142844.721000', '142844.724000', '142844.727000', '142844.729000', '142844.732000', '142844.734000', '142844.737000', '142844.740000', '142844.743000', '142844.745000', '142844.748000', '142844.751000', '142844.753000', '142844.756000', '142844.758000', '142844.761000', '142844.764000', '142844.766000', '142844.769000', '142844.771000', '142847.318000', '142847.322000', '142847.325000', '142847.328000', '142847.330000', '142847.333000'], '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': [7302, 10175, 8199, 6775, 11521, 8405, 7516, 10895, 9611, 8767, 9601, 8203, 8297, 7912, 6177, 10775, 8208, 9869, 9549, 7799, 8113, 8072, 6212, 9109, 6943, 8271, 9603, 8529, 10668, 7660, 5916, 7718, 6551, 10571, 9518, 8410, 9843, 7430, 6023, 8422, 7322, 9567, 9555, 6829, 6292, 7424, 6120, 10664, 9131, 7439, 8738, 6717, 5907, 7490, 7377, 11785, 10189, 6682, 8263, 6316, 9378, 8846, 8884, 11282, 8283, 5894, 8739, 7971, 11986, 9850, 5912, 7586, 6279, 9229, 8680, 8783, 9326, 7349, 5970, 7046, 5961, 9974, 7710, 8447, 8971, 6624, 5869, 7202, 6314, 11433, 9695, 6154, 7372, 6273, 8073, 8900, 8284, 8424, 6805, 5849, 8625, 6641, 8082, 9030, 8599, 9743, 7986, 5786, 10657, 6440, 6959, 9002, 8269, 8455, 6973, 5829, 8260, 7391, 9785, 8433, 6609, 9679, 6173, 7274, 8768, 7576, 6415, 6818, 6010, 5641, 7470, 5873, 8681, 8759, 8454, 8809, 7624, 5982, 5978, 9431, 8653, 10929, 8060, 6550, 9181, 6718, 5992, 5703, 6656, 5762, 7678, 7185, 8874, 9916, 9253, 5885, 5873, 7736, 5857, 10054, 7776, 7516, 6380, 8261, 5943, 5918, 8326, 7755, 6941, 7592, 7762, 6500, 7720, 5820, 5888, 8496, 7425, 7118, 7439, 5984, 6298, 8342, 8148, 9380, 8459, 5920, 5629, 7143, 6198, 10327, 9704, 7887, 6020, 7409, 7304, 9146, 11618, 9135, 7675, 7661, 7874, 7168, 8614, 9998, 7611, 6078, 10976, 7729, 5889, 9237, 8998, 9088, 10952, 8581, 6929, 8632, 6639, 8333, 9692, 8401, 6845, 8160, 6007, 5932, 8500, 7810, 9795, 8623, 6757, 9348, 6987, 6012, 10744, 8348, 7867, 8961, 6587, 5922, 7483, 5871, 9903, 8929, 7840, 10312, 7451, 5992, 7028, 6154, 6046, 11538, 8753, 6216, 9316, 6894, 6611, 9682, 8651, 7255, 8915, 6684, 5997, 8924, 7909, 9888, 8578, 6301, 6303, 7067, 5928, 9457, 8498, 6740, 7576, 5955, 5866, 7598, 7222, 9393, 9141, 6897, 5928, 7205, 5895, 10297, 9032, 9333, 11882, 8846, 5955, 8137, 6692, 9637, 9281, 8736, 10514, 7119, 5904, 9148, 7024, 8084, 8583, 7415, 9924, 9283, 6150, 7403, 5948, 6160, 7796, 7187, 10496, 8847, 6558, 10499, 6831, 5844, 8945, 8691, 9606, 9881, 7758, 5829, 8152, 6768, 9564, 9633, 8956, 8319, 7774, 6305, 9167, 9420, 8898, 7960, 7490, 6620, 7140, 8872, 8636, 9334, 7200, 6096, 9938, 8003, 8232, 9627, 8380, 5679, 7661, 6136, 6693, 9303, 8248, 6206, 8127, 6188, 6048, 7766, 7585, 9392, 9361, 7129, 6045, 7553, 7189, 8892, 9492, 7572, 5584, 7579, 6337, 6178, 9241, 9317, 8029, 10360, 6386, 6061, 8816, 8380, 9304, 8981, 8165, 6315, 5760, 9516, 8588, 9601, 9351, 5936, 5617, 6709, 6145, 7815, 9080, 6990, 5881, 6744, 8596, 8984, 9353, 8828, 6889, 9838, 7015, 9022, 7602, 6191, 10367, 9278, 6943, 7857, 8053, 6790, 9971, 8426, 9327, 11173, 9021, 6560, 8461, 8194, 8763, 8968, 7328, 5745, 7694, 5761, 10322, 9230, 5772, 8162, 7178, 5825, 7745, 5916, 10384, 7080, 6529, 9113, 9147, 6192, 9697, 5983, 5795, 8453, 7818, 7507, 10652, 8669, 5870, 9591, 6922, 6361, 10488, 8072, 8663, 10391, 9480, 7624, 11728, 6580, 5968, 9199, 8375, 8452, 9246, 6805, 5721, 7897, 6005, 7545, 9574, 8638, 6450, 8099, 6117, 5879, 8889, 8506, 9704, 9766, 7831, 6268, 8234, 6554, 8853, 9557, 9306, 6608, 8127, 6908, 5899, 8794, 9911, 7178, 8122, 6414, 5679, 8464, 6464, 7644, 8853, 9886, 7155, 8174, 5737, 5678, 7594, 7354, 8950, 9510, 6636, 5603, 7524, 7938, 8622, 9891, 7922, 5719, 8332, 7214, 6253, 8638, 8952, 10118, 9790, 8645, 6020, 9710, 6283, 5485, 10390, 8606, 8457, 9641, 9731, 7224, 5889, 6867, 6154, 6002, 10209, 10235, 7561, 8625, 7458, 9018, 11864, 9208, 6923, 10747, 10289, 7558, 8613, 6107, 5849, 7790, 7875, 7842, 8072, 8457, 6055, 5930, 8663, 8330, 10221, 10277, 7456, 5674, 9195, 6613, 9169, 8904, 7266, 11188, 8063, 7321, 9695, 9877, 7254, 11756, 7618, 5726, 10041, 8091, 6650, 10677, 9251, 6612, 5982, 9210, 9651, 7704, 9565, 10002, 7923, 5837, 7946, 7604, 9271, 7257, 10653, 7259, 5752, 8439, 10489, 8028, 9045, 11709, 9994, 8709, 6923, 10516, 9178, 6979, 6322, 9548, 6978, 6901, 9858, 8057, 11140, 10740, 10780, 8814, 11319, 7409, 5838, 6924, 7032, 5927, 9916, 9518, 8896, 10914, 8514, 6727, 5984, 9457, 7618, 6667, 9437, 7517, 12586, 10651, 10780, 11109, 9451, 7200, 7118, 9621, 7019, 11636, 10422, 9928, 10379, 8728, 6479, 5574, 7968, 5972, 5639, 9879, 10513, 8208, 7364, 11928, 10281, 9919, 12639, 11147, 8945, 7382, 10156, 7354, 9111, 7462, 6096, 9647, 7879, 6977, 10739, 8925, 12036, 10203, 8889, 12307, 11275, 8105, 9674, 7055, 6634, 7253, 5907, 8670, 7083, 10102, 11478, 10137, 12371, 9017, 5737, 8451, 7392, 6279, 9248, 9370, 12980, 10322, 7208, 11789, 8409, 6529, 9746, 7910, 10694, 10838, 9249, 9497, 9536, 6908, 7442, 8844, 6839, 9828, 8735, 6778, 13042, 10370, 7807, 9533, 8013, 7562, 9955, 9324, 6862, 5669, 8772, 8440, 6667, 7266, 7480, 6711, 6638, 8900, 9649, 12376, 9705, 7134, 7372, 7600, 6299, 11604, 10033, 9193, 11522, 8581, 6203, 8873, 6682, 6376, 10074, 7370, 10353, 10461, 9645, 10399, 8598, 6758, 7226, 7945, 8546, 12415, 9858, 7218, 6828, 7608, 6723, 6726, 9624, 9573, 6888, 9398, 7207, 6244, 10371, 8245, 9610, 12536, 9960, 6404, 7446, 7426, 6584, 7389, 11538, 10041, 7637, 10673, 6919, 5770, 7145, 9344, 8745, 6140, 8158, 7320, 7122, 10553, 7851, 6674, 9967, 7905, 11057, 9152, 7306, 10099, 8848, 13258, 11059, 6673, 9580, 9022, 8870, 10380, 7738, 6100, 8276, 6477, 6876, 10858, 9038, 6495, 8626, 6691, 5908, 6297, 8746, 7686, 6101, 11204, 7738, 10711, 11313, 10032, 9978, 7442, 11474, 10856, 12632, 9685, 10140, 7545, 6353, 6033, 8095, 9492, 6988, 6256, 8664, 7347, 6444, 9658, 7728, 10429, 11177, 12339, 8382, 9214, 9132, 11492, 11191, 8745, 7245, 10657, 7435, 5781, 9184, 8545, 10636, 10381, 8306, 6614, 8142, 7070, 6730, 9625, 7855, 8755, 9120, 6826, 12106, 10668, 10768, 12288, 9453, 6461, 5512, 7880, 6334, 5827, 6015, 8105, 6818, 9037, 11450, 9288, 10940, 12190, 12415, 10443, 8481, 6454, 10233, 6601, 5468, 8757, 7992, 9467, 12012, 9005, 6771, 7191, 7583, 6436, 8444, 8730, 6894, 10969, 8279, 6775, 11291, 8171, 12105, 11001, 11562, 8969, 10565, 7583, 5607, 5626, 6883, 6379, 5779, 10395, 9179, 7677, 6876, 7850, 6779, 7003, 9651, 10413, 10692, 11789, 9523, 6583, 8539, 7541, 6142, 11035, 10583, 9011, 8902, 10921, 8224, 7146, 9196, 8778, 7251, 7385, 9683, 7125, 6444, 5992, 8194, 6639, 5845, 8086, 6615, 6412, 6139, 6522, 5748, 6160, 6880, 5885, 7215, 8479, 6891, 6237, 7201, 9557, 8582, 8882, 9956, 8014, 6356, 5885, 8380, 11368, 7940, 6085, 5694, 6344, 6304, 6022, 6080, 6412, 7210, 6080, 6113, 8917, 7184, 6383, 5845, 9590, 7674, 8577, 6406, 9439, 7197, 5940, 5723, 5715, 6167, 5788, 5542, 10541, 8201, 7850, 10493, 8587, 6575, 10702, 8517, 7816, 9594, 6848, 10083, 8438, 10035, 9247, 6510, 10450, 8200, 9564, 9470, 9989, 11597, 8458, 6595, 7129, 6039, 5956, 6856, 5916, 5864, 7130, 7454, 10011, 10700, 9335, 6582, 8447, 6813, 5706, 8807, 8941, 10460, 10487, 8910, 6851, 8265, 6128, 7249, 7423, 5838, 10099, 7098, 6283, 8457, 6594, 11324, 8233, 6487, 8759, 6726, 10315, 7773, 5785, 8238, 9976, 11092, 11470, 7327, 5462, 6651, 5768, 5726, 10998, 8524, 6734, 6387, 6090, 5755, 9617, 10975, 9736, 6236, 8461, 7609, 10188, 12009, 11133, 8898, 7203, 8752, 6912, 10803, 10318, 9894, 9722, 9759, 7407, 6505, 8903, 7355, 6126, 9921, 9389, 11505, 9869, 6760, 7321, 6593, 5606, 8154, 8115, 11099, 9273, 5732, 8470, 6126, 5666, 6799, 6734, 10714, 8718, 6334, 9616, 6144, 5555, 7832, 6870, 9510, 9782, 9542, 11444, 7960, 5583, 6816, 6286, 8573, 8847, 8859, 10616, 6653, 5604, 7004, 6011, 8084, 9211, 9290, 9467, 7223, 5695, 9050, 6766, 6993, 10833, 8818, 8080, 8659, 6045, 5692, 6557, 6765, 8665, 10089, 7076, 6015, 6860, 6012, 7886, 8449, 7858, 12832, 9211, 7653, 8383, 6441, 7355, 7800, 5845, 9517, 8743, 11737, 9827, 6878, 6888, 6051, 5791, 8688, 6580, 7343, 10470, 9057, 8149, 6385, 5615, 9293, 6422, 6610, 11409, 9137, 7802, 9359, 6165, 5808, 7914, 7725, 9967, 9547, 6295, 5618, 7525, 6694, 8559, 9347, 8779, 10626, 7260, 5805, 8257, 8174, 8299, 10903, 8342, 6124, 6738, 6897, 6138, 12315, 9765, 8042, 10476, 8645, 6844, 11654, 7803, 7026, 9328, 6937, 6303, 8738, 6642], 'WindowCenter': [3688.0, 3726.0, 3691.0, 3648.0, 3709.0, 3665.0, 3655.0, 3696.0, 3688.0, 3676.0, 3685.0, 3663.0, 3661.0, 3648.0, 3607.0, 3680.0, 3661.0, 3683.0, 3684.0, 3653.0, 3662.0, 3650.0, 3607.0, 3657.0, 3627.0, 3648.0, 3671.0, 3662.0, 3694.0, 3652.0, 3609.0, 3649.0, 3619.0, 3681.0, 3672.0, 3663.0, 3683.0, 3652.0, 3621.0, 3662.0, 3642.0, 3673.0, 3685.0, 3632.0, 3631.0, 3640.0, 3609.0, 3682.0, 3672.0, 3641.0, 3662.0, 3630.0, 3608.0, 3639.0, 3640.0, 3694.0, 3684.0, 3631.0, 3663.0, 3632.0, 3672.0, 3672.0, 3672.0, 3693.0, 3662.0, 3608.0, 3661.0, 3652.0, 3705.0, 3684.0, 3609.0, 3638.0, 3619.0, 3659.0, 3659.0, 3659.0, 3659.0, 3639.0, 3606.0, 3628.0, 3607.0, 3670.0, 3652.0, 3662.0, 3673.0, 3631.0, 3608.0, 3640.0, 3620.0, 3692.0, 3672.0, 3619.0, 3639.0, 3618.0, 3651.0, 3672.0, 3664.0, 3664.0, 3641.0, 3609.0, 3661.0, 3630.0, 3651.0, 3663.0, 3664.0, 3683.0, 3662.0, 3610.0, 3680.0, 3617.0, 3628.0, 3660.0, 3662.0, 3661.0, 3639.0, 3609.0, 3649.0, 3639.0, 3670.0, 3660.0, 3629.0, 3671.0, 3608.0, 3637.0, 3661.0, 3651.0, 3630.0, 3630.0, 3619.0, 3608.0, 3639.0, 3609.0, 3662.0, 3675.0, 3675.0, 3685.0, 3654.0, 3620.0, 3619.0, 3659.0, 3646.0, 3667.0, 3635.0, 3617.0, 3657.0, 3615.0, 3603.0, 3594.0, 3617.0, 3595.0, 3638.0, 3627.0, 3672.0, 3671.0, 3669.0, 3597.0, 3596.0, 3636.0, 3595.0, 3669.0, 3639.0, 3640.0, 3619.0, 3661.0, 3618.0, 3609.0, 3649.0, 3638.0, 3625.0, 3638.0, 3638.0, 3615.0, 3639.0, 3596.0, 3595.0, 3658.0, 3640.0, 3639.0, 3640.0, 3619.0, 3630.0, 3648.0, 3651.0, 3659.0, 3649.0, 3618.0, 3608.0, 3628.0, 3621.0, 3684.0, 3686.0, 3665.0, 3620.0, 3639.0, 3640.0, 3673.0, 3694.0, 3684.0, 3653.0, 3650.0, 3649.0, 3639.0, 3661.0, 3684.0, 3665.0, 3622.0, 3695.0, 3653.0, 3609.0, 3672.0, 3673.0, 3674.0, 3694.0, 3663.0, 3642.0, 3660.0, 3617.0, 3649.0, 3671.0, 3650.0, 3628.0, 3660.0, 3608.0, 3608.0, 3661.0, 3638.0, 3671.0, 3661.0, 3629.0, 3672.0, 3628.0, 3607.0, 3669.0, 3649.0, 3648.0, 3658.0, 3627.0, 3606.0, 3627.0, 3606.0, 3670.0, 3660.0, 3650.0, 3683.0, 3651.0, 3621.0, 3640.0, 3620.0, 3620.0, 3695.0, 3675.0, 3623.0, 3686.0, 3642.0, 3630.0, 3672.0, 3662.0, 3640.0, 3662.0, 3629.0, 3606.0, 3660.0, 3650.0, 3682.0, 3661.0, 3631.0, 3619.0, 3627.0, 3607.0, 3671.0, 3661.0, 3628.0, 3639.0, 3607.0, 3607.0, 3650.0, 3653.0, 3685.0, 3686.0, 3655.0, 3633.0, 3653.0, 3612.0, 3683.0, 3674.0, 3685.0, 3705.0, 3674.0, 3621.0, 3650.0, 3630.0, 3670.0, 3671.0, 3661.0, 3681.0, 3628.0, 3596.0, 3659.0, 3627.0, 3637.0, 3660.0, 3639.0, 3670.0, 3672.0, 3619.0, 3641.0, 3607.0, 3608.0, 3649.0, 3640.0, 3683.0, 3676.0, 3633.0, 3694.0, 3631.0, 3622.0, 3672.0, 3663.0, 3684.0, 3684.0, 3653.0, 3623.0, 3662.0, 3631.0, 3672.0, 3684.0, 3675.0, 3663.0, 3652.0, 3631.0, 3672.0, 3672.0, 3672.0, 3651.0, 3640.0, 3631.0, 3640.0, 3660.0, 3661.0, 3671.0, 3639.0, 3608.0, 3671.0, 3649.0, 3648.0, 3669.0, 3649.0, 3597.0, 3638.0, 3607.0, 3627.0, 3671.0, 3663.0, 3634.0, 3665.0, 3621.0, 3620.0, 3651.0, 3651.0, 3671.0, 3671.0, 3640.0, 3620.0, 3650.0, 3640.0, 3672.0, 3683.0, 3651.0, 3598.0, 3651.0, 3619.0, 3608.0, 3672.0, 3672.0, 3651.0, 3684.0, 3619.0, 3607.0, 3658.0, 3649.0, 3672.0, 3672.0, 3662.0, 3620.0, 3608.0, 3672.0, 3662.0, 3671.0, 3658.0, 3606.0, 3595.0, 3627.0, 3618.0, 3652.0, 3685.0, 3655.0, 3622.0, 3644.0, 3676.0, 3661.0, 3661.0, 3660.0, 3630.0, 3670.0, 3627.0, 3645.0, 3636.0, 3606.0, 3681.0, 3671.0, 3641.0, 3650.0, 3650.0, 3629.0, 3670.0, 3650.0, 3672.0, 3693.0, 3662.0, 3630.0, 3649.0, 3649.0, 3648.0, 3660.0, 3639.0, 3594.0, 3636.0, 3594.0, 3668.0, 3657.0, 3596.0, 3647.0, 3626.0, 3594.0, 3636.0, 3595.0, 3667.0, 3627.0, 3618.0, 3673.0, 3674.0, 3621.0, 3684.0, 3621.0, 3609.0, 3661.0, 3653.0, 3654.0, 3708.0, 3689.0, 3626.0, 3688.0, 3644.0, 3632.0, 3683.0, 3652.0, 3663.0, 3685.0, 3686.0, 3668.0, 3706.0, 3642.0, 3620.0, 3672.0, 3661.0, 3662.0, 3674.0, 3632.0, 3610.0, 3663.0, 3621.0, 3651.0, 3684.0, 3675.0, 3632.0, 3662.0, 3622.0, 3610.0, 3672.0, 3674.0, 3684.0, 3686.0, 3654.0, 3631.0, 3662.0, 3630.0, 3673.0, 3673.0, 3673.0, 3631.0, 3662.0, 3643.0, 3608.0, 3659.0, 3671.0, 3629.0, 3649.0, 3618.0, 3595.0, 3646.0, 3605.0, 3638.0, 3661.0, 3684.0, 3641.0, 3663.0, 3609.0, 3609.0, 3651.0, 3641.0, 3672.0, 3684.0, 3643.0, 3622.0, 3653.0, 3664.0, 3674.0, 3684.0, 3653.0, 3608.0, 3649.0, 3638.0, 3606.0, 3647.0, 3662.0, 3683.0, 3683.0, 3673.0, 3632.0, 3682.0, 3619.0, 3598.0, 3682.0, 3674.0, 3676.0, 3698.0, 3686.0, 3653.0, 3609.0, 3628.0, 3618.0, 3619.0, 3684.0, 3696.0, 3664.0, 3675.0, 3654.0, 3674.0, 3681.0, 3658.0, 3627.0, 3681.0, 3671.0, 3640.0, 3658.0, 3605.0, 3609.0, 3650.0, 3661.0, 3662.0, 3662.0, 3663.0, 3634.0, 3621.0, 3662.0, 3663.0, 3684.0, 3684.0, 3642.0, 3609.0, 3673.0, 3629.0, 3659.0, 3661.0, 3638.0, 3680.0, 3651.0, 3638.0, 3671.0, 3672.0, 3640.0, 3692.0, 3639.0, 3597.0, 3668.0, 3651.0, 3645.0, 3696.0, 3685.0, 3643.0, 3619.0, 3685.0, 3686.0, 3666.0, 3698.0, 3686.0, 3663.0, 3610.0, 3663.0, 3664.0, 3700.0, 3667.0, 3711.0, 3666.0, 3624.0, 3676.0, 3696.0, 3663.0, 3675.0, 3707.0, 3698.0, 3689.0, 3656.0, 3696.0, 3660.0, 3627.0, 3605.0, 3656.0, 3616.0, 3615.0, 3669.0, 3651.0, 3681.0, 3681.0, 3682.0, 3660.0, 3691.0, 3639.0, 3608.0, 3627.0, 3627.0, 3608.0, 3682.0, 3686.0, 3687.0, 3709.0, 3677.0, 3644.0, 3621.0, 3671.0, 3639.0, 3617.0, 3660.0, 3641.0, 3694.0, 3685.0, 3696.0, 3695.0, 3684.0, 3640.0, 3627.0, 3657.0, 3627.0, 3681.0, 3682.0, 3684.0, 3695.0, 3674.0, 3632.0, 3611.0, 3663.0, 3619.0, 3609.0, 3695.0, 3708.0, 3676.0, 3666.0, 3720.0, 3711.0, 3700.0, 3721.0, 3710.0, 3700.0, 3655.0, 3695.0, 3639.0, 3657.0, 3638.0, 3608.0, 3672.0, 3663.0, 3642.0, 3694.0, 3661.0, 3678.0, 3667.0, 3645.0, 3676.0, 3668.0, 3636.0, 3657.0, 3627.0, 3615.0, 3625.0, 3594.0, 3645.0, 3627.0, 3669.0, 3691.0, 3682.0, 3703.0, 3672.0, 3609.0, 3659.0, 3638.0, 3615.0, 3671.0, 3673.0, 3716.0, 3696.0, 3654.0, 3705.0, 3661.0, 3618.0, 3668.0, 3647.0, 3680.0, 3694.0, 3673.0, 3682.0, 3672.0, 3640.0, 3638.0, 3660.0, 3616.0, 3668.0, 3658.0, 3629.0, 3704.0, 3681.0, 3653.0, 3682.0, 3662.0, 3650.0, 3668.0, 3656.0, 3614.0, 3594.0, 3659.0, 3663.0, 3644.0, 3665.0, 3665.0, 3643.0, 3641.0, 3673.0, 3685.0, 3706.0, 3685.0, 3655.0, 3653.0, 3664.0, 3633.0, 3706.0, 3684.0, 3673.0, 3693.0, 3661.0, 3608.0, 3659.0, 3628.0, 3616.0, 3669.0, 3641.0, 3682.0, 3683.0, 3684.0, 3683.0, 3660.0, 3629.0, 3637.0, 3649.0, 3661.0, 3703.0, 3682.0, 3652.0, 3641.0, 3649.0, 3630.0, 3630.0, 3683.0, 3683.0, 3641.0, 3683.0, 3651.0, 3631.0, 3682.0, 3660.0, 3671.0, 3704.0, 3683.0, 3630.0, 3650.0, 3639.0, 3628.0, 3638.0, 3694.0, 3683.0, 3651.0, 3682.0, 3638.0, 3608.0, 3639.0, 3683.0, 3673.0, 3622.0, 3664.0, 3654.0, 3654.0, 3695.0, 3663.0, 3629.0, 3670.0, 3639.0, 3679.0, 3658.0, 3625.0, 3657.0, 3657.0, 3689.0, 3678.0, 3613.0, 3654.0, 3657.0, 3658.0, 3680.0, 3650.0, 3617.0, 3659.0, 3617.0, 3627.0, 3692.0, 3672.0, 3633.0, 3685.0, 3643.0, 3609.0, 3627.0, 3661.0, 3638.0, 3607.0, 3692.0, 3652.0, 3705.0, 3706.0, 3681.0, 3681.0, 3639.0, 3693.0, 3694.0, 3704.0, 3685.0, 3695.0, 3664.0, 3618.0, 3619.0, 3651.0, 3671.0, 3627.0, 3618.0, 3659.0, 3641.0, 3620.0, 3672.0, 3649.0, 3695.0, 3704.0, 3703.0, 3660.0, 3668.0, 3672.0, 3705.0, 3704.0, 3673.0, 3655.0, 3706.0, 3651.0, 3609.0, 3671.0, 3672.0, 3695.0, 3694.0, 3672.0, 3642.0, 3663.0, 3640.0, 3627.0, 3669.0, 3646.0, 3658.0, 3657.0, 3627.0, 3690.0, 3683.0, 3692.0, 3703.0, 3695.0, 3641.0, 3611.0, 3659.0, 3628.0, 3609.0, 3633.0, 3677.0, 3653.0, 3686.0, 3706.0, 3681.0, 3693.0, 3703.0, 3703.0, 3691.0, 3670.0, 3630.0, 3682.0, 3628.0, 3598.0, 3671.0, 3662.0, 3695.0, 3720.0, 3687.0, 3641.0, 3640.0, 3637.0, 3604.0, 3633.0, 3646.0, 3615.0, 3665.0, 3645.0, 3616.0, 3667.0, 3646.0, 3689.0, 3680.0, 3677.0, 3669.0, 3689.0, 3648.0, 3604.0, 3605.0, 3638.0, 3630.0, 3608.0, 3705.0, 3696.0, 3675.0, 3654.0, 3674.0, 3639.0, 3641.0, 3670.0, 3680.0, 3680.0, 3704.0, 3693.0, 3642.0, 3669.0, 3649.0, 3605.0, 3681.0, 3680.0, 3668.0, 3681.0, 3703.0, 3671.0, 3637.0, 3667.0, 3658.0, 3636.0, 3650.0, 3670.0, 3627.0, 3619.0, 3606.0, 3645.0, 3613.0, 3579.0, 3634.0, 3613.0, 3616.0, 3605.0, 3617.0, 3609.0, 3620.0, 3627.0, 3593.0, 3624.0, 3618.0, 3599.0, 3592.0, 3613.0, 3642.0, 3645.0, 3669.0, 3681.0, 3659.0, 3630.0, 3605.0, 3646.0, 3676.0, 3634.0, 3604.0, 3607.0, 3628.0, 3632.0, 3621.0, 3620.0, 3619.0, 3641.0, 3607.0, 3591.0, 3633.0, 3600.0, 3590.0, 3580.0, 3653.0, 3637.0, 3659.0, 3614.0, 3657.0, 3627.0, 3620.0, 3623.0, 3620.0, 3631.0, 3623.0, 3625.0, 3710.0, 3689.0, 3692.0, 3723.0, 3690.0, 3643.0, 3683.0, 3661.0, 3640.0, 3672.0, 3630.0, 3668.0, 3649.0, 3669.0, 3659.0, 3604.0, 3663.0, 3635.0, 3643.0, 3656.0, 3657.0, 3676.0, 3644.0, 3615.0, 3625.0, 3602.0, 3603.0, 3614.0, 3595.0, 3608.0, 3640.0, 3654.0, 3697.0, 3707.0, 3684.0, 3643.0, 3662.0, 3629.0, 3596.0, 3659.0, 3671.0, 3693.0, 3694.0, 3672.0, 3629.0, 3662.0, 3605.0, 3624.0, 3622.0, 3594.0, 3667.0, 3627.0, 3606.0, 3646.0, 3617.0, 3680.0, 3648.0, 3602.0, 3642.0, 3603.0, 3655.0, 3624.0, 3592.0, 3648.0, 3683.0, 3696.0, 3706.0, 3651.0, 3608.0, 3629.0, 3606.0, 3611.0, 3707.0, 3687.0, 3657.0, 3661.0, 3677.0, 3665.0, 3710.0, 3721.0, 3697.0, 3635.0, 3672.0, 3661.0, 3695.0, 3718.0, 3706.0, 3685.0, 3654.0, 3673.0, 3640.0, 3692.0, 3694.0, 3682.0, 3682.0, 3671.0, 3639.0, 3618.0, 3659.0, 3637.0, 3605.0, 3665.0, 3670.0, 3689.0, 3669.0, 3628.0, 3626.0, 3613.0, 3581.0, 3635.0, 3636.0, 3679.0, 3655.0, 3607.0, 3648.0, 3604.0, 3593.0, 3615.0, 3616.0, 3678.0, 3657.0, 3618.0, 3670.0, 3607.0, 3581.0, 3636.0, 3616.0, 3658.0, 3668.0, 3669.0, 3678.0, 3649.0, 3596.0, 3613.0, 3604.0, 3646.0, 3658.0, 3657.0, 3680.0, 3628.0, 3596.0, 3625.0, 3606.0, 3634.0, 3659.0, 3667.0, 3666.0, 3638.0, 3594.0, 3655.0, 3613.0, 3624.0, 3678.0, 3657.0, 3649.0, 3657.0, 3606.0, 3595.0, 3616.0, 3627.0, 3660.0, 3692.0, 3643.0, 3618.0, 3630.0, 3606.0, 3647.0, 3649.0, 3647.0, 3690.0, 3669.0, 3647.0, 3645.0, 3613.0, 3624.0, 3622.0, 3580.0, 3655.0, 3647.0, 3677.0, 3669.0, 3615.0, 3625.0, 3590.0, 3581.0, 3633.0, 3613.0, 3623.0, 3678.0, 3656.0, 3649.0, 3614.0, 3593.0, 3656.0, 3604.0, 3613.0, 3677.0, 3659.0, 3638.0, 3669.0, 3607.0, 3595.0, 3646.0, 3638.0, 3683.0, 3683.0, 3620.0, 3607.0, 3637.0, 3628.0, 3644.0, 3656.0, 3657.0, 3680.0, 3624.0, 3593.0, 3647.0, 3648.0, 3661.0, 3693.0, 3663.0, 3620.0, 3629.0, 3640.0, 3617.0, 3702.0, 3682.0, 3663.0, 3691.0, 3658.0, 3629.0, 3676.0, 3635.0, 3613.0, 3652.0, 3614.0, 3603.0, 3645.0, 3612.0], 'WindowWidth': [8336.0, 8380.0, 8326.0, 8263.0, 8340.0, 8279.0, 8264.0, 8320.0, 8311.0, 8294.0, 8304.0, 8272.0, 8264.0, 8243.0, 8187.0, 8286.0, 8266.0, 8297.0, 8301.0, 8261.0, 8271.0, 8251.0, 8190.0, 8253.0, 8215.0, 8241.0, 8278.0, 8269.0, 8314.0, 8255.0, 8195.0, 8248.0, 8208.0, 8289.0, 8280.0, 8271.0, 8298.0, 8255.0, 8216.0, 8269.0, 8242.0, 8283.0, 8302.0, 8231.0, 8225.0, 8235.0, 8194.0, 8292.0, 8282.0, 8239.0, 8267.0, 8225.0, 8193.0, 8234.0, 8236.0, 8312.0, 8300.0, 8228.0, 8269.0, 8233.0, 8280.0, 8282.0, 8281.0, 8311.0, 8268.0, 8192.0, 8265.0, 8255.0, 8331.0, 8299.0, 8195.0, 8230.0, 8207.0, 8258.0, 8259.0, 8258.0, 8258.0, 8232.0, 8188.0, 8218.0, 8189.0, 8274.0, 8254.0, 8267.0, 8286.0, 8228.0, 8193.0, 8239.0, 8210.0, 8308.0, 8282.0, 8208.0, 8232.0, 8207.0, 8251.0, 8281.0, 8274.0, 8275.0, 8242.0, 8197.0, 8264.0, 8222.0, 8251.0, 8269.0, 8273.0, 8299.0, 8269.0, 8199.0, 8287.0, 8202.0, 8215.0, 8262.0, 8266.0, 8265.0, 8233.0, 8195.0, 8246.0, 8233.0, 8274.0, 8263.0, 8222.0, 8279.0, 8191.0, 8229.0, 8265.0, 8253.0, 8226.0, 8227.0, 8210.0, 8192.0, 8233.0, 8196.0, 8270.0, 8290.0, 8292.0, 8305.0, 8261.0, 8211.0, 8210.0, 8260.0, 8234.0, 8264.0, 8221.0, 8201.0, 8252.0, 8194.0, 8177.0, 8168.0, 8200.0, 8169.0, 8228.0, 8215.0, 8282.0, 8278.0, 8273.0, 8175.0, 8173.0, 8225.0, 8170.0, 8271.0, 8233.0, 8237.0, 8208.0, 8263.0, 8205.0, 8197.0, 8246.0, 8229.0, 8210.0, 8232.0, 8232.0, 8196.0, 8232.0, 8174.0, 8170.0, 8258.0, 8236.0, 8234.0, 8237.0, 8210.0, 8224.0, 8244.0, 8250.0, 8261.0, 8246.0, 8207.0, 8194.0, 8219.0, 8215.0, 8300.0, 8308.0, 8277.0, 8213.0, 8234.0, 8237.0, 8284.0, 8317.0, 8303.0, 8261.0, 8251.0, 8246.0, 8234.0, 8266.0, 8302.0, 8278.0, 8221.0, 8317.0, 8258.0, 8196.0, 8281.0, 8286.0, 8288.0, 8315.0, 8271.0, 8241.0, 8262.0, 8202.0, 8243.0, 8276.0, 8248.0, 8219.0, 8264.0, 8192.0, 8191.0, 8263.0, 8232.0, 8276.0, 8263.0, 8221.0, 8279.0, 8218.0, 8189.0, 8270.0, 8246.0, 8243.0, 8256.0, 8216.0, 8186.0, 8213.0, 8188.0, 8273.0, 8263.0, 8252.0, 8298.0, 8255.0, 8217.0, 8239.0, 8213.0, 8214.0, 8317.0, 8290.0, 8223.0, 8309.0, 8245.0, 8225.0, 8283.0, 8268.0, 8238.0, 8267.0, 8221.0, 8187.0, 8260.0, 8249.0, 8296.0, 8269.0, 8228.0, 8207.0, 8216.0, 8188.0, 8276.0, 8265.0, 8219.0, 8234.0, 8190.0, 8190.0, 8250.0, 8261.0, 8307.0, 8307.0, 8266.0, 8235.0, 8259.0, 8204.0, 8298.0, 8290.0, 8304.0, 8331.0, 8288.0, 8214.0, 8248.0, 8224.0, 8274.0, 8279.0, 8266.0, 8293.0, 8217.0, 8172.0, 8256.0, 8212.0, 8225.0, 8261.0, 8232.0, 8276.0, 8280.0, 8208.0, 8238.0, 8191.0, 8193.0, 8248.0, 8236.0, 8298.0, 8293.0, 8235.0, 8316.0, 8229.0, 8219.0, 8281.0, 8273.0, 8300.0, 8302.0, 8261.0, 8222.0, 8271.0, 8227.0, 8282.0, 8301.0, 8289.0, 8272.0, 8256.0, 8228.0, 8281.0, 8281.0, 8282.0, 8254.0, 8236.0, 8227.0, 8237.0, 8263.0, 8266.0, 8279.0, 8235.0, 8193.0, 8276.0, 8245.0, 8243.0, 8272.0, 8246.0, 8175.0, 8230.0, 8189.0, 8216.0, 8277.0, 8270.0, 8238.0, 8279.0, 8217.0, 8213.0, 8253.0, 8252.0, 8279.0, 8279.0, 8238.0, 8213.0, 8252.0, 8237.0, 8280.0, 8296.0, 8251.0, 8181.0, 8252.0, 8208.0, 8190.0, 8280.0, 8282.0, 8253.0, 8298.0, 8207.0, 8191.0, 8257.0, 8247.0, 8280.0, 8281.0, 8270.0, 8211.0, 8193.0, 8280.0, 8268.0, 8275.0, 8253.0, 8184.0, 8171.0, 8216.0, 8205.0, 8256.0, 8307.0, 8266.0, 8220.0, 8251.0, 8294.0, 8263.0, 8263.0, 8261.0, 8223.0, 8272.0, 8211.0, 8232.0, 8223.0, 8187.0, 8289.0, 8280.0, 8241.0, 8251.0, 8249.0, 8222.0, 8275.0, 8248.0, 8279.0, 8309.0, 8267.0, 8221.0, 8245.0, 8245.0, 8241.0, 8259.0, 8233.0, 8167.0, 8222.0, 8167.0, 8268.0, 8253.0, 8171.0, 8239.0, 8212.0, 8166.0, 8223.0, 8168.0, 8266.0, 8213.0, 8205.0, 8284.0, 8288.0, 8217.0, 8303.0, 8217.0, 8195.0, 8266.0, 8259.0, 8264.0, 8341.0, 8318.0, 8233.0, 8313.0, 8250.0, 8229.0, 8298.0, 8257.0, 8271.0, 8304.0, 8306.0, 8287.0, 8335.0, 8245.0, 8213.0, 8282.0, 8267.0, 8269.0, 8288.0, 8231.0, 8201.0, 8272.0, 8214.0, 8255.0, 8302.0, 8291.0, 8232.0, 8272.0, 8218.0, 8199.0, 8284.0, 8288.0, 8301.0, 8305.0, 8261.0, 8228.0, 8268.0, 8226.0, 8283.0, 8285.0, 8285.0, 8227.0, 8269.0, 8245.0, 8195.0, 8261.0, 8279.0, 8221.0, 8247.0, 8204.0, 8168.0, 8237.0, 8182.0, 8229.0, 8264.0, 8299.0, 8241.0, 8272.0, 8199.0, 8198.0, 8254.0, 8240.0, 8283.0, 8301.0, 8246.0, 8219.0, 8259.0, 8275.0, 8286.0, 8300.0, 8257.0, 8192.0, 8245.0, 8228.0, 8184.0, 8240.0, 8266.0, 8297.0, 8300.0, 8286.0, 8233.0, 8295.0, 8210.0, 8181.0, 8295.0, 8289.0, 8295.0, 8327.0, 8308.0, 8260.0, 8196.0, 8216.0, 8207.0, 8209.0, 8300.0, 8319.0, 8277.0, 8293.0, 8262.0, 8289.0, 8288.0, 8255.0, 8214.0, 8289.0, 8278.0, 8236.0, 8255.0, 8185.0, 8198.0, 8251.0, 8267.0, 8272.0, 8271.0, 8273.0, 8238.0, 8216.0, 8268.0, 8273.0, 8302.0, 8301.0, 8244.0, 8196.0, 8282.0, 8221.0, 8258.0, 8263.0, 8231.0, 8289.0, 8252.0, 8232.0, 8279.0, 8281.0, 8237.0, 8307.0, 8233.0, 8176.0, 8271.0, 8252.0, 8255.0, 8322.0, 8305.0, 8247.0, 8212.0, 8306.0, 8311.0, 8283.0, 8327.0, 8307.0, 8274.0, 8201.0, 8274.0, 8279.0, 8335.0, 8289.0, 8352.0, 8286.0, 8228.0, 8297.0, 8320.0, 8273.0, 8293.0, 8339.0, 8326.0, 8317.0, 8268.0, 8318.0, 8261.0, 8211.0, 8177.0, 8245.0, 8194.0, 8193.0, 8271.0, 8251.0, 8291.0, 8292.0, 8292.0, 8263.0, 8305.0, 8233.0, 8193.0, 8215.0, 8215.0, 8192.0, 8294.0, 8307.0, 8312.0, 8342.0, 8297.0, 8250.0, 8215.0, 8277.0, 8230.0, 8199.0, 8261.0, 8240.0, 8312.0, 8303.0, 8319.0, 8318.0, 8301.0, 8238.0, 8215.0, 8252.0, 8213.0, 8289.0, 8294.0, 8301.0, 8317.0, 8290.0, 8232.0, 8205.0, 8271.0, 8209.0, 8197.0, 8318.0, 8340.0, 8295.0, 8284.0, 8362.0, 8350.0, 8335.0, 8362.0, 8349.0, 8333.0, 8267.0, 8317.0, 8233.0, 8253.0, 8229.0, 8191.0, 8281.0, 8272.0, 8243.0, 8311.0, 8264.0, 8281.0, 8264.0, 8234.0, 8276.0, 8266.0, 8222.0, 8253.0, 8214.0, 8194.0, 8208.0, 8166.0, 8234.0, 8215.0, 8270.0, 8305.0, 8295.0, 8323.0, 8281.0, 8198.0, 8262.0, 8232.0, 8198.0, 8279.0, 8285.0, 8347.0, 8320.0, 8265.0, 8329.0, 8267.0, 8206.0, 8270.0, 8243.0, 8289.0, 8312.0, 8285.0, 8296.0, 8283.0, 8238.0, 8231.0, 8261.0, 8199.0, 8267.0, 8255.0, 8222.0, 8327.0, 8297.0, 8261.0, 8296.0, 8270.0, 8250.0, 8268.0, 8248.0, 8190.0, 8169.0, 8262.0, 8273.0, 8252.0, 8282.0, 8282.0, 8251.0, 8243.0, 8288.0, 8305.0, 8333.0, 8306.0, 8266.0, 8263.0, 8275.0, 8237.0, 8333.0, 8301.0, 8284.0, 8311.0, 8265.0, 8192.0, 8261.0, 8218.0, 8201.0, 8273.0, 8239.0, 8297.0, 8299.0, 8301.0, 8300.0, 8263.0, 8222.0, 8227.0, 8247.0, 8264.0, 8324.0, 8297.0, 8259.0, 8244.0, 8251.0, 8226.0, 8226.0, 8299.0, 8299.0, 8242.0, 8299.0, 8255.0, 8230.0, 8296.0, 8264.0, 8280.0, 8329.0, 8298.0, 8228.0, 8253.0, 8235.0, 8220.0, 8233.0, 8315.0, 8299.0, 8252.0, 8298.0, 8236.0, 8195.0, 8236.0, 8300.0, 8288.0, 8221.0, 8278.0, 8263.0, 8265.0, 8317.0, 8272.0, 8222.0, 8274.0, 8233.0, 8282.0, 8255.0, 8206.0, 8249.0, 8253.0, 8298.0, 8281.0, 8188.0, 8246.0, 8253.0, 8256.0, 8291.0, 8252.0, 8209.0, 8260.0, 8204.0, 8217.0, 8309.0, 8284.0, 8235.0, 8308.0, 8248.0, 8200.0, 8220.0, 8264.0, 8232.0, 8190.0, 8307.0, 8259.0, 8335.0, 8336.0, 8293.0, 8293.0, 8235.0, 8311.0, 8316.0, 8330.0, 8307.0, 8319.0, 8276.0, 8208.0, 8208.0, 8251.0, 8276.0, 8214.0, 8203.0, 8259.0, 8239.0, 8209.0, 8280.0, 8248.0, 8318.0, 8330.0, 8326.0, 8264.0, 8273.0, 8283.0, 8331.0, 8331.0, 8290.0, 8267.0, 8337.0, 8258.0, 8198.0, 8281.0, 8285.0, 8319.0, 8317.0, 8288.0, 8247.0, 8274.0, 8239.0, 8218.0, 8274.0, 8241.0, 8258.0, 8254.0, 8220.0, 8304.0, 8299.0, 8312.0, 8329.0, 8321.0, 8250.0, 8206.0, 8263.0, 8224.0, 8199.0, 8237.0, 8301.0, 8267.0, 8310.0, 8333.0, 8297.0, 8314.0, 8328.0, 8328.0, 8309.0, 8279.0, 8229.0, 8296.0, 8221.0, 8182.0, 8281.0, 8274.0, 8321.0, 8362.0, 8312.0, 8246.0, 8237.0, 8227.0, 8178.0, 8215.0, 8235.0, 8193.0, 8258.0, 8234.0, 8197.0, 8264.0, 8238.0, 8298.0, 8289.0, 8282.0, 8277.0, 8305.0, 8250.0, 8187.0, 8187.0, 8233.0, 8227.0, 8197.0, 8338.0, 8327.0, 8301.0, 8272.0, 8292.0, 8240.0, 8242.0, 8277.0, 8290.0, 8290.0, 8333.0, 8318.0, 8251.0, 8277.0, 8248.0, 8188.0, 8291.0, 8291.0, 8275.0, 8298.0, 8331.0, 8284.0, 8233.0, 8271.0, 8260.0, 8229.0, 8252.0, 8276.0, 8214.0, 8209.0, 8188.0, 8236.0, 8191.0, 8141.0, 8219.0, 8192.0, 8200.0, 8184.0, 8201.0, 8195.0, 8211.0, 8215.0, 8163.0, 8203.0, 8187.0, 8161.0, 8160.0, 8185.0, 8225.0, 8235.0, 8276.0, 8295.0, 8264.0, 8227.0, 8187.0, 8240.0, 8276.0, 8220.0, 8184.0, 8195.0, 8222.0, 8231.0, 8215.0, 8212.0, 8208.0, 8240.0, 8187.0, 8156.0, 8212.0, 8164.0, 8151.0, 8138.0, 8241.0, 8228.0, 8260.0, 8194.0, 8255.0, 8219.0, 8214.0, 8225.0, 8217.0, 8232.0, 8226.0, 8232.0, 8350.0, 8322.0, 8329.0, 8369.0, 8320.0, 8249.0, 8298.0, 8266.0, 8235.0, 8277.0, 8220.0, 8268.0, 8245.0, 8270.0, 8256.0, 8178.0, 8253.0, 8217.0, 8227.0, 8249.0, 8251.0, 8276.0, 8232.0, 8195.0, 8209.0, 8176.0, 8178.0, 8193.0, 8171.0, 8191.0, 8239.0, 8266.0, 8327.0, 8340.0, 8307.0, 8249.0, 8271.0, 8222.0, 8173.0, 8259.0, 8279.0, 8312.0, 8317.0, 8285.0, 8225.0, 8268.0, 8186.0, 8207.0, 8201.0, 8165.0, 8264.0, 8211.0, 8183.0, 8237.0, 8201.0, 8285.0, 8241.0, 8173.0, 8226.0, 8175.0, 8243.0, 8203.0, 8161.0, 8245.0, 8300.0, 8321.0, 8334.0, 8259.0, 8200.0, 8225.0, 8193.0, 8204.0, 8340.0, 8313.0, 8280.0, 8292.0, 8326.0, 8309.0, 8352.0, 8367.0, 8328.0, 8242.0, 8287.0, 8272.0, 8321.0, 8356.0, 8338.0, 8309.0, 8264.0, 8286.0, 8240.0, 8310.0, 8316.0, 8298.0, 8298.0, 8280.0, 8235.0, 8205.0, 8260.0, 8228.0, 8183.0, 8262.0, 8274.0, 8301.0, 8272.0, 8217.0, 8210.0, 8189.0, 8143.0, 8220.0, 8223.0, 8285.0, 8250.0, 8191.0, 8243.0, 8180.0, 8164.0, 8197.0, 8199.0, 8284.0, 8256.0, 8207.0, 8276.0, 8187.0, 8149.0, 8222.0, 8199.0, 8255.0, 8271.0, 8274.0, 8284.0, 8246.0, 8173.0, 8189.0, 8179.0, 8238.0, 8257.0, 8256.0, 8289.0, 8217.0, 8173.0, 8209.0, 8186.0, 8220.0, 8258.0, 8268.0, 8268.0, 8230.0, 8170.0, 8248.0, 8192.0, 8208.0, 8284.0, 8256.0, 8245.0, 8257.0, 8189.0, 8171.0, 8200.0, 8217.0, 8265.0, 8312.0, 8248.0, 8212.0, 8225.0, 8189.0, 8242.0, 8246.0, 8244.0, 8304.0, 8274.0, 8243.0, 8238.0, 8194.0, 8205.0, 8198.0, 8141.0, 8245.0, 8239.0, 8280.0, 8271.0, 8199.0, 8208.0, 8158.0, 8143.0, 8212.0, 8188.0, 8204.0, 8283.0, 8255.0, 8246.0, 8196.0, 8166.0, 8249.0, 8180.0, 8190.0, 8282.0, 8260.0, 8231.0, 8274.0, 8189.0, 8172.0, 8238.0, 8233.0, 8298.0, 8296.0, 8211.0, 8190.0, 8228.0, 8218.0, 8234.0, 8251.0, 8255.0, 8288.0, 8208.0, 8167.0, 8239.0, 8246.0, 8268.0, 8313.0, 8273.0, 8215.0, 8224.0, 8238.0, 8208.0, 8322.0, 8296.0, 8273.0, 8308.0, 8261.0, 8221.0, 8278.0, 8220.0, 8189.0, 8239.0, 8190.0, 8176.0, 8233.0, 8188.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.002667383399209486</td></tr>
<tr><td colspan=3>aqi</td><td>0.11230657865612649</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.293834454034744</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0473506071518988</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9605739050079098</td></tr>
<tr><td colspan=3>efc</td><td>0.4709</td></tr>
<tr><td colspan=3>fber</td><td>4767.0864</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21434671324795973</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>547</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>43.241106719367586</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.867928495084938</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.653642936732222</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.202405560012338</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7477369885102556</td></tr>
<tr><td colspan=3>gcor</td><td>0.00418613</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013551773503422737</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03667386993765831</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9006704819846614</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.6751</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3487</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.0364</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303184.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>598.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>259.3632</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0115</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>423.8114</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2871.684</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73360.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>952.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3741.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>784.9879</td></tr>
<tr><td colspan=3>tsnr</td><td>19.054155422956683</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>