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

616 lines
No EOL
169 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-0038_ses-03_task-shortvideo_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-0038_ses-03_task-shortvideo_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-03_subject-0038_suffix-bold_task-shortvideo" 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-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0038_suffix-bold_task-shortvideo" 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-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0038_suffix-bold_task-shortvideo" 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-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0038_suffix-bold_task-shortvideo" 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-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-shortvideo_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-03_subject-0038_suffix-bold_task-shortvideo" 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-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-shortvideo_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-03_subject-0038_suffix-bold_task-shortvideo" 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-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0038_suffix-bold_task-shortvideo" 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-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-03_task-shortvideo_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-0038/figures/sub-0038_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-shortvideo_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-0038/ses-03/func/sub-0038_ses-03_task-shortvideo_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>a38565ab4c3ea2fd12cbdd96a5542374</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>16:19:12.917500</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_VE11C_LATEST_20160120</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.992472, -0.120072, 0.024113, 0.117116, 0.988086, 0.0998523]</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-shortvideo_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.0720894</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-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7744, -7241, 551, -78, -193, -65, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.808</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5f9db9cc-79cd-41b3-a083-915604d137dc||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6627304553985596, 0.31421253085136414, 0.09670092165470123, 95.74491882324219], [0.32214510440826416, 2.6509618759155273, 0.2599468529224396, -114.96015930175781], [0.06469328701496124, -0.2678963541984558, 2.6857171058654785, -57.74821472167969], [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, 1640]</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, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'AcquisitionTime': ['161912.917500', '161913.377500', '161913.837500', '161914.297500', '161914.757500', '161915.217500', '161915.677500', '161916.137500', '161916.597500', '161917.057500', '161917.517500', '161917.977500', '161918.437500', '161918.897500', '161919.357500', '161919.817500', '161920.277500', '161920.737500', '161921.197500', '161921.657500', '161922.117500', '161922.577500', '161923.037500', '161923.497500', '161923.957500', '161924.417500', '161924.877500', '161925.337500', '161925.797500', '161926.257500', '161926.717500', '161927.177500', '161927.637500', '161928.097500', '161928.557500', '161929.017500', '161929.477500', '161929.937500', '161930.397500', '161930.857500', '161931.317500', '161931.777500', '161932.237500', '161932.697500', '161933.157500', '161933.617500', '161934.077500', '161934.537500', '161934.997500', '161935.457500', '161935.917500', '161936.377500', '161936.837500', '161937.297500', '161937.757500', '161938.217500', '161938.677500', '161939.137500', '161939.597500', '161940.057500', '161940.517500', '161940.977500', '161941.437500', '161941.897500', '161942.357500', '161942.817500', '161943.277500', '161943.737500', '161944.197500', '161944.657500', '161945.117500', '161945.577500', '161946.037500', '161946.497500', '161946.957500', '161947.417500', '161947.877500', '161948.337500', '161948.797500', '161949.257500', '161949.717500', '161950.177500', '161950.637500', '161951.097500', '161951.557500', '161952.017500', '161952.477500', '161952.937500', '161953.397500', '161953.857500', '161954.317500', '161954.777500', '161955.237500', '161955.697500', '161956.157500', '161956.617500', '161957.077500', '161957.537500', '161957.997500', '161958.457500', '161958.917500', '161959.377500', '161959.837500', '162000.297500', '162000.757500', '162001.217500', '162001.677500', '162002.137500', '162002.597500', '162003.057500', '162003.517500', '162003.977500', '162004.437500', '162004.897500', '162005.357500', '162005.817500', '162006.277500', '162006.737500', '162007.197500', '162007.657500', '162008.117500', '162008.577500', '162009.037500', '162009.497500', '162009.957500', '162010.417500', '162010.877500', '162011.337500', '162011.797500', '162012.257500', '162012.717500', '162013.177500', '162013.637500', '162014.097500', '162014.557500', '162015.017500', '162015.477500', '162015.937500', '162016.397500', '162016.857500', '162017.317500', '162017.777500', '162018.237500', '162018.697500', '162019.157500', '162019.617500', '162020.077500', '162020.537500', '162020.997500', '162021.457500', '162021.917500', '162022.377500', '162022.837500', '162023.297500', '162023.757500', '162024.217500', '162024.677500', '162025.137500', '162025.597500', '162026.057500', '162026.517500', '162026.977500', '162027.437500', '162027.897500', '162028.357500', '162028.817500', '162029.277500', '162029.737500', '162030.197500', '162030.657500', '162031.117500', '162031.577500', '162032.037500', '162032.497500', '162032.957500', '162033.417500', '162033.877500', '162034.337500', '162034.797500', '162035.257500', '162035.717500', '162036.177500', '162036.637500', '162037.097500', '162037.557500', '162038.017500', '162038.477500', '162038.937500', '162039.397500', '162039.857500', '162040.317500', '162040.777500', '162041.237500', '162041.697500', '162042.157500', '162042.617500', '162043.077500', '162043.537500', '162043.997500', '162044.457500', '162044.917500', '162045.377500', '162045.837500', '162046.297500', '162046.757500', '162047.217500', '162047.677500', '162048.137500', '162048.597500', '162049.057500', '162049.517500', '162049.977500', '162050.437500', '162050.897500', '162051.357500', '162051.817500', '162052.277500', '162052.737500', '162053.197500', '162053.657500', '162054.117500', '162054.577500', '162055.037500', '162055.497500', '162055.957500', '162056.417500', '162056.877500', '162057.337500', '162057.797500', '162058.257500', '162058.717500', '162059.177500', '162059.637500', '162100.097500', '162100.557500', '162101.017500', '162101.477500', '162101.937500', '162102.397500', '162102.857500', '162103.317500', '162103.777500', '162104.237500', '162104.697500', '162105.157500', '162105.617500', '162106.077500', '162106.537500', '162106.997500', '162107.457500', '162107.917500', '162108.377500', '162108.837500', '162109.297500', '162109.757500', '162110.217500', '162110.677500', '162111.137500', '162111.597500', '162112.057500', '162112.517500', '162112.977500', '162113.437500', '162113.897500', '162114.357500', '162114.817500', '162115.277500', '162115.737500', '162116.197500', '162116.657500', '162117.117500', '162117.577500', '162118.037500', '162118.497500', '162118.957500', '162119.417500', '162119.877500', '162120.337500', '162120.797500', '162121.257500', '162121.717500', '162122.177500', '162122.637500', '162123.097500', '162123.557500', '162124.017500', '162124.477500', '162124.937500', '162125.397500', '162125.857500', '162126.317500', '162126.777500', '162127.237500', '162127.697500', '162128.157500', '162128.617500', '162129.077500', '162129.537500', '162129.997500', '162130.457500', '162130.917500', '162131.377500', '162131.837500', '162132.297500', '162132.757500', '162133.217500', '162133.677500', '162134.137500', '162134.597500', '162135.057500', '162135.517500', '162135.977500', '162136.437500', '162136.897500', '162137.357500', '162137.817500', '162138.277500', '162138.737500', '162139.197500', '162139.657500', '162140.117500', '162140.577500', '162141.037500', '162141.497500', '162141.957500', '162142.417500', '162142.877500', '162143.337500', '162143.797500', '162144.257500', '162144.717500', '162145.177500', '162145.637500', '162146.097500', '162146.557500', '162147.017500', '162147.477500', '162147.937500', '162148.397500', '162148.857500', '162149.317500', '162149.777500', '162150.237500', '162150.697500', '162151.157500', '162151.617500', '162152.077500', '162152.537500', '162152.997500', '162153.457500', '162153.917500', '162154.377500', '162154.837500', '162155.297500', '162155.757500', '162156.217500', '162156.677500', '162157.137500', '162157.597500', '162158.057500', '162158.517500', '162158.977500', '162159.437500', '162159.897500', '162200.357500', '162200.817500', '162201.277500', '162201.737500', '162202.197500', '162202.657500', '162203.117500', '162203.577500', '162204.037500', '162204.497500', '162204.957500', '162205.417500', '162205.877500', '162206.337500', '162206.797500', '162207.257500', '162207.717500', '162208.177500', '162208.637500', '162209.097500', '162209.557500', '162210.017500', '162210.477500', '162210.937500', '162211.397500', '162211.857500', '162212.317500', '162212.777500', '162213.237500', '162213.697500', '162214.157500', '162214.617500', '162215.077500', '162215.537500', '162215.997500', '162216.457500', '162216.917500', '162217.377500', '162217.837500', '162218.297500', '162218.757500', '162219.217500', '162219.677500', '162220.137500', '162220.597500', '162221.057500', '162221.517500', '162221.977500', '162222.437500', '162222.897500', '162223.357500', '162223.817500', '162224.277500', '162224.737500', '162225.197500', '162225.657500', '162226.117500', '162226.577500', '162227.037500', '162227.497500', '162227.957500', '162228.417500', '162228.877500', '162229.337500', '162229.797500', '162230.257500', '162230.717500', '162231.177500', '162231.637500', '162232.097500', '162232.557500', '162233.017500', '162233.477500', '162233.937500', '162234.397500', '162234.857500', '162235.317500', '162235.777500', '162236.237500', '162236.697500', '162237.157500', '162237.617500', '162238.077500', '162238.537500', '162238.997500', '162239.457500', '162239.917500', '162240.377500', '162240.837500', '162241.297500', '162241.757500', '162242.217500', '162242.677500', '162243.137500', '162243.597500', '162244.057500', '162244.517500', '162244.977500', '162245.437500', '162245.897500', '162246.357500', '162246.817500', '162247.277500', '162247.737500', '162248.197500', '162248.657500', '162249.117500', '162249.577500', '162250.037500', '162250.497500', '162250.957500', '162251.417500', '162251.877500', '162252.337500', '162252.797500', '162253.257500', '162253.717500', '162254.177500', '162254.637500', '162255.097500', '162255.557500', '162256.017500', '162256.477500', '162256.937500', '162257.397500', '162257.857500', '162258.317500', '162258.777500', '162259.237500', '162259.697500', '162300.157500', '162300.617500', '162301.077500', '162301.537500', '162301.997500', '162302.457500', '162302.917500', '162303.377500', '162303.837500', '162304.297500', '162304.757500', '162305.217500', '162305.677500', '162306.137500', '162306.597500', '162307.057500', '162307.517500', '162307.977500', '162308.437500', '162308.897500', '162309.357500', '162309.817500', '162310.277500', '162310.737500', '162311.197500', '162311.657500', '162312.117500', '162312.577500', '162313.037500', '162313.497500', '162313.957500', '162314.417500', '162314.877500', '162315.337500', '162315.797500', '162316.257500', '162316.717500', '162317.177500', '162317.637500', '162318.097500', '162318.557500', '162319.017500', '162319.477500', '162319.937500', '162320.397500', '162320.857500', '162321.317500', '162321.777500', '162322.237500', '162322.697500', '162323.157500', '162323.617500', '162324.077500', '162324.537500', '162324.997500', '162325.457500', '162325.917500', '162326.377500', '162326.837500', '162327.297500', '162327.757500', '162328.217500', '162328.677500', '162329.137500', '162329.597500', '162330.057500', '162330.517500', '162330.977500', '162331.437500', '162331.897500', '162332.357500', '162332.817500', '162333.277500', '162333.737500', '162334.197500', '162334.657500', '162335.117500', '162335.577500', '162336.037500', '162336.497500', '162336.957500', '162337.417500', '162337.877500', '162338.337500', '162338.797500', '162339.257500', '162339.717500', '162340.177500', '162340.637500', '162341.097500', '162341.557500', '162342.017500', '162342.477500', '162342.937500', '162343.397500', '162343.857500', '162344.317500', '162344.777500', '162345.237500', '162345.697500', '162346.157500', '162346.617500', '162347.077500', '162347.537500', '162347.997500', '162348.457500', '162348.917500', '162349.377500', '162349.837500', '162350.297500', '162350.757500', '162351.217500', '162351.677500', '162352.137500', '162352.597500', '162353.057500', '162353.517500', '162353.977500', '162354.437500', '162354.897500', '162355.357500', '162355.817500', '162356.277500', '162356.737500', '162357.197500', '162357.657500', '162358.117500', '162358.577500', '162359.037500', '162359.497500', '162359.957500', '162400.417500', '162400.877500', '162401.337500', '162401.797500', '162402.257500', '162402.717500', '162403.177500', '162403.637500', '162404.097500', '162404.557500', '162405.017500', '162405.477500', '162405.937500', '162406.397500', '162406.857500', '162407.317500', '162407.777500', '162408.237500', '162408.697500', '162409.157500', '162409.617500', '162410.077500', '162410.537500', '162410.997500', '162411.457500', '162411.917500', '162412.377500', '162412.837500', '162413.297500', '162413.757500', '162414.217500', '162414.677500', '162415.137500', '162415.597500', '162416.057500', '162416.517500', '162416.977500', '162417.437500', '162417.897500', '162418.357500', '162418.817500', '162419.277500', '162419.737500', '162420.197500', '162420.657500', '162421.117500', '162421.577500', '162422.037500', '162422.497500', '162422.957500', '162423.417500', '162423.877500', '162424.337500', '162424.797500', '162425.257500', '162425.717500', '162426.177500', '162426.637500', '162427.097500', '162427.557500', '162428.017500', '162428.477500', '162428.937500', '162429.397500', '162429.857500', '162430.317500', '162430.777500', '162431.237500', '162431.697500', '162432.157500', '162432.617500', '162433.077500', '162433.537500', '162433.997500', '162434.457500', '162434.917500', '162435.377500', '162435.837500', '162436.297500', '162436.757500', '162437.217500', '162437.677500', '162438.137500', '162438.597500', '162439.057500', '162439.517500', '162439.977500', '162440.437500', '162440.897500', '162441.357500', '162441.817500', '162442.277500', '162442.737500', '162443.197500', '162443.657500', '162444.117500', '162444.577500', '162445.037500', '162445.497500', '162445.957500', '162446.417500', '162446.877500', '162447.337500', '162447.797500', '162448.257500', '162448.717500', '162449.177500', '162449.637500', '162450.097500', '162450.557500', '162451.017500', '162451.477500', '162451.937500', '162452.397500', '162452.857500', '162453.317500', '162453.777500', '162454.237500', '162454.697500', '162455.157500', '162455.617500', '162456.077500', '162456.537500', '162456.997500', '162457.457500', '162457.917500', '162458.377500', '162458.837500', '162459.297500', '162459.757500', '162500.217500', '162500.677500', '162501.137500', '162501.597500', '162502.057500', '162502.517500', '162502.977500', '162503.437500', '162503.897500', '162504.357500', '162504.817500', '162505.277500', '162505.737500', '162506.197500', '162506.657500', '162507.117500', '162507.577500', '162508.037500', '162508.497500', '162508.957500', '162509.417500', '162509.877500', '162510.337500', '162510.797500', '162511.257500', '162511.717500', '162512.177500', '162512.637500', '162513.097500', '162513.557500', '162514.017500', '162514.477500', '162514.937500', '162515.397500', '162515.857500', '162516.317500', '162516.777500', '162517.237500', '162517.697500', '162518.157500', '162518.617500', '162519.077500', '162519.537500', '162519.997500', '162520.457500', '162520.917500', '162521.377500', '162521.837500', '162522.297500', '162522.757500', '162523.217500', '162523.677500', '162524.137500', '162524.597500', '162525.057500', '162525.517500', '162525.977500', '162526.437500', '162526.897500', '162527.357500', '162527.817500', '162528.277500', '162528.737500', '162529.197500', '162529.657500', '162530.117500', '162530.577500', '162531.037500', '162531.497500', '162531.957500', '162532.417500', '162532.877500', '162533.337500', '162533.797500', '162534.257500', '162534.717500', '162535.177500', '162535.637500', '162536.097500', '162536.557500', '162537.017500', '162537.477500', '162537.937500', '162538.397500', '162538.857500', '162539.317500', '162539.777500', '162540.237500', '162540.697500', '162541.157500', '162541.617500', '162542.077500', '162542.537500', '162542.997500', '162543.457500', '162543.917500', '162544.377500', '162544.837500', '162545.297500', '162545.757500', '162546.217500', '162546.677500', '162547.137500', '162547.597500', '162548.057500', '162548.517500', '162548.977500', '162549.437500', '162549.897500', '162550.357500', '162550.817500', '162551.277500', '162551.737500', '162552.197500', '162552.657500', '162553.117500', '162553.577500', '162554.037500', '162554.497500', '162554.957500', '162555.417500', '162555.877500', '162556.337500', '162556.797500', '162557.257500', '162557.717500', '162558.177500', '162558.637500', '162559.097500', '162559.557500', '162600.017500', '162600.477500', '162600.937500', '162601.397500', '162601.857500', '162602.317500', '162602.777500', '162603.237500', '162603.697500', '162604.157500', '162604.617500', '162605.077500', '162605.537500', '162605.997500', '162606.457500', '162606.917500', '162607.377500', '162607.837500', '162608.297500', '162608.757500', '162609.217500', '162609.677500', '162610.137500', '162610.597500', '162611.057500', '162611.517500', '162611.977500', '162612.437500', '162612.897500', '162613.357500', '162613.817500', '162614.277500', '162614.737500', '162615.197500', '162615.657500', '162616.117500', '162616.577500', '162617.037500', '162617.497500', '162617.957500', '162618.417500', '162618.877500', '162619.337500', '162619.797500', '162620.257500', '162620.717500', '162621.177500', '162621.637500', '162622.097500', '162622.557500', '162623.017500', '162623.477500', '162623.937500', '162624.397500', '162624.857500', '162625.317500', '162625.777500', '162626.237500', '162626.697500', '162627.157500', '162627.617500', '162628.077500', '162628.537500', '162628.997500', '162629.457500', '162629.917500', '162630.377500', '162630.837500', '162631.297500', '162631.757500', '162632.217500', '162632.677500', '162633.137500', '162633.597500', '162634.057500', '162634.517500', '162634.977500', '162635.437500', '162635.897500', '162636.357500', '162636.817500', '162637.277500', '162637.737500', '162638.197500', '162638.657500', '162639.117500', '162639.577500', '162640.037500', '162640.497500', '162640.957500', '162641.417500', '162641.877500', '162642.337500', '162642.797500', '162643.257500', '162643.717500', '162644.177500', '162644.637500', '162645.097500', '162645.557500', '162646.017500', '162646.477500', '162646.937500', '162647.397500', '162647.857500', '162648.317500', '162648.777500', '162649.237500', '162649.697500', '162650.157500', '162650.617500', '162651.077500', '162651.537500', '162651.997500', '162652.457500', '162652.917500', '162653.377500', '162653.837500', '162654.297500', '162654.757500', '162655.217500', '162655.677500', '162656.137500', '162656.597500', '162657.057500', '162657.517500', '162657.977500', '162658.437500', '162658.897500', '162659.357500', '162659.817500', '162700.277500', '162700.737500', '162701.197500', '162701.657500', '162702.117500', '162702.577500', '162703.037500', '162703.497500', '162703.957500', '162704.417500', '162704.877500', '162705.337500', '162705.797500', '162706.257500', '162706.717500', '162707.177500', '162707.637500', '162708.097500', '162708.557500', '162709.017500', '162709.477500', '162709.937500', '162710.397500', '162710.857500', '162711.317500', '162711.777500', '162712.237500', '162712.697500', '162713.157500', '162713.617500', '162714.077500', '162714.537500', '162714.997500', '162715.457500', '162715.917500', '162716.377500', '162716.837500', '162717.297500', '162717.757500', '162718.217500', '162718.677500', '162719.137500', '162719.597500', '162720.057500', '162720.517500', '162720.977500', '162721.437500', '162721.897500', '162722.357500', '162722.817500', '162723.277500', '162723.737500', '162724.197500', '162724.657500', '162725.117500', '162725.577500', '162726.037500', '162726.497500', '162726.957500', '162727.417500', '162727.877500', '162728.337500', '162728.797500', '162729.257500', '162729.717500', '162730.177500', '162730.637500', '162731.097500', '162731.557500', '162732.017500', '162732.477500', '162732.937500', '162733.397500', '162733.857500', '162734.317500', '162734.777500', '162735.237500', '162735.697500', '162736.157500', '162736.617500', '162737.077500', '162737.537500', '162737.997500', '162738.457500', '162738.917500', '162739.377500', '162739.837500', '162740.297500', '162740.757500', '162741.217500', '162741.677500', '162742.137500', '162742.597500', '162743.057500', '162743.517500', '162743.977500', '162744.437500', '162744.897500', '162745.357500', '162745.817500', '162746.277500', '162746.737500', '162747.197500', '162747.657500', '162748.117500', '162748.577500', '162749.037500', '162749.497500', '162749.957500', '162750.417500', '162750.877500', '162751.337500', '162751.797500', '162752.257500', '162752.717500', '162753.177500', '162753.637500', '162754.097500', '162754.557500', '162755.017500', '162755.477500', '162755.937500', '162756.397500', '162756.857500', '162757.317500', '162757.777500', '162758.237500', '162758.697500', '162759.157500', '162759.617500', '162800.077500', '162800.537500', '162800.997500', '162801.457500', '162801.917500', '162802.377500', '162802.837500', '162803.297500', '162803.757500', '162804.217500', '162804.677500', '162805.137500', '162805.597500', '162806.057500', '162806.517500', '162806.977500', '162807.437500', '162807.897500', '162808.357500', '162808.817500', '162809.277500', '162809.737500', '162810.197500', '162810.657500', '162811.117500', '162811.577500', '162812.037500', '162812.497500', '162812.957500', '162813.417500', '162813.877500', '162814.337500', '162814.797500', '162815.257500', '162815.717500', '162816.177500', '162816.637500', '162817.097500', '162817.557500', '162818.017500', '162818.477500', '162818.937500', '162819.397500', '162819.857500', '162820.317500', '162820.777500', '162821.237500', '162821.697500', '162822.157500', '162822.617500', '162823.077500', '162823.537500', '162823.997500', '162824.457500', '162824.917500', '162825.377500', '162825.837500', '162826.297500', '162826.757500', '162827.217500', '162827.677500', '162828.137500', '162828.597500', '162829.057500', '162829.517500', '162829.977500', '162830.437500', '162830.897500', '162831.357500', '162831.817500', '162832.277500', '162832.737500', '162833.197500', '162833.657500', '162834.117500', '162834.577500', '162835.037500', '162835.497500', '162835.957500', '162836.417500', '162836.877500', '162837.337500', '162837.797500', '162838.257500', '162838.717500', '162839.177500', '162839.637500', '162840.097500', '162840.557500', '162841.017500', '162841.477500', '162841.937500', '162842.397500', '162842.857500', '162843.317500', '162843.777500', '162844.237500', '162844.697500', '162845.157500', '162845.617500', '162846.077500', '162846.537500', '162846.997500', '162847.457500', '162847.917500', '162848.377500', '162848.837500', '162849.297500', '162849.757500', '162850.217500', '162850.677500', '162851.137500', '162851.597500', '162852.057500', '162852.517500', '162852.977500', '162853.437500', '162853.897500', '162854.357500', '162854.817500', '162855.277500', '162855.737500', '162856.197500', '162856.657500', '162857.117500', '162857.577500', '162858.037500', '162858.497500', '162858.957500', '162859.417500', '162859.877500', '162900.337500', '162900.797500', '162901.257500', '162901.717500', '162902.177500', '162902.637500', '162903.097500', '162903.557500', '162904.017500', '162904.477500', '162904.937500', '162905.397500', '162905.857500', '162906.317500', '162906.777500', '162907.237500', '162907.697500', '162908.157500', '162908.617500', '162909.077500', '162909.537500', '162909.997500', '162910.457500', '162910.917500', '162911.377500', '162911.837500', '162912.297500', '162912.757500', '162913.217500', '162913.677500', '162914.137500', '162914.597500', '162915.057500', '162915.517500', '162915.977500', '162916.437500', '162916.897500', '162917.357500', '162917.817500', '162918.277500', '162918.737500', '162919.197500', '162919.657500', '162920.117500', '162920.577500', '162921.037500', '162921.497500', '162921.957500', '162922.417500', '162922.877500', '162923.337500', '162923.797500', '162924.257500', '162924.717500', '162925.177500', '162925.637500', '162926.097500', '162926.557500', '162927.017500', '162927.477500', '162927.937500', '162928.397500', '162928.857500', '162929.317500', '162929.777500', '162930.237500', '162930.697500', '162931.157500', '162931.617500', '162932.077500', '162932.537500', '162932.997500', '162933.457500', '162933.917500', '162934.377500', '162934.837500', '162935.297500', '162935.757500', '162936.217500', '162936.677500', '162937.137500', '162937.597500', '162938.057500', '162938.517500', '162938.977500', '162939.437500', '162939.897500', '162940.357500', '162940.817500', '162941.277500', '162941.737500', '162942.197500', '162942.657500', '162943.117500', '162943.577500', '162944.037500', '162944.497500', '162944.957500', '162945.417500', '162945.877500', '162946.337500', '162946.797500', '162947.257500', '162947.717500', '162948.177500', '162948.637500', '162949.097500', '162949.557500', '162950.017500', '162950.477500', '162950.937500', '162951.397500', '162951.857500', '162952.317500', '162952.777500', '162953.237500', '162953.697500', '162954.157500', '162954.617500', '162955.077500', '162955.537500', '162955.997500', '162956.457500', '162956.917500', '162957.377500', '162957.837500', '162958.297500', '162958.757500', '162959.217500', '162959.677500', '163000.137500', '163000.597500', '163001.057500', '163001.517500', '163001.977500', '163002.437500', '163002.897500', '163003.357500', '163003.817500', '163004.277500', '163004.737500', '163005.197500', '163005.657500', '163006.117500', '163006.577500', '163007.037500', '163007.497500', '163007.957500', '163008.417500', '163008.877500', '163009.337500', '163009.797500', '163010.257500', '163010.717500', '163011.177500', '163011.637500', '163012.097500', '163012.557500', '163013.017500', '163013.477500', '163013.937500', '163014.397500', '163014.857500', '163015.317500', '163015.777500', '163016.237500', '163016.697500', '163017.157500', '163017.617500', '163018.077500', '163018.537500', '163018.997500', '163019.457500', '163019.917500', '163020.377500', '163020.837500', '163021.297500', '163021.757500', '163022.217500', '163022.677500', '163023.137500', '163023.597500', '163024.057500', '163024.517500', '163024.977500', '163025.437500', '163025.897500', '163026.357500', '163026.817500', '163027.277500', '163027.737500', '163028.197500', '163028.657500', '163029.117500', '163029.577500', '163030.037500', '163030.497500', '163030.957500', '163031.417500', '163031.877500', '163032.337500', '163032.797500', '163033.257500', '163033.717500', '163034.177500', '163034.637500', '163035.097500', '163035.557500', '163036.017500', '163036.477500', '163036.937500', '163037.397500', '163037.857500', '163038.317500', '163038.777500', '163039.237500', '163039.697500', '163040.157500', '163040.617500', '163041.077500', '163041.537500', '163041.997500', '163042.457500', '163042.917500', '163043.377500', '163043.837500', '163044.297500', '163044.757500', '163045.217500', '163045.677500', '163046.137500', '163046.597500', '163047.057500', '163047.517500', '163047.977500', '163048.437500', '163048.897500', '163049.357500', '163049.817500', '163050.277500', '163050.737500', '163051.197500', '163051.657500', '163052.117500', '163052.577500', '163053.037500', '163053.497500', '163053.957500', '163054.417500', '163054.877500', '163055.337500', '163055.797500', '163056.257500', '163056.717500', '163057.177500', '163057.637500', '163058.097500', '163058.557500', '163059.017500', '163059.477500', '163059.937500', '163100.397500', '163100.857500', '163101.317500', '163101.777500', '163102.237500', '163102.697500', '163103.157500', '163103.617500', '163104.077500', '163104.537500', '163104.997500', '163105.457500', '163105.917500', '163106.377500', '163106.837500', '163107.297500', '163107.757500', '163108.217500', '163108.677500', '163109.137500', '163109.597500', '163110.057500', '163110.517500', '163110.977500', '163111.437500', '163111.897500', '163112.357500', '163112.817500', '163113.277500', '163113.737500', '163114.197500', '163114.657500', '163115.117500', '163115.577500', '163116.037500', '163116.497500', '163116.957500', '163117.417500', '163117.877500', '163118.337500', '163118.797500', '163119.257500', '163119.717500', '163120.177500', '163120.637500', '163121.097500', '163121.557500', '163122.017500', '163122.477500', '163122.937500', '163123.397500', '163123.857500', '163124.317500', '163124.777500', '163125.237500', '163125.697500', '163126.157500', '163126.617500', '163127.077500', '163127.537500', '163127.997500', '163128.457500', '163128.917500', '163129.377500', '163129.837500', '163130.297500', '163130.757500', '163131.217500', '163131.677500', '163132.137500', '163132.597500', '163133.057500', '163133.517500', '163133.977500', '163134.437500', '163134.897500', '163135.357500', '163135.817500', '163136.277500', '163136.737500', '163137.197500', '163137.657500', '163138.117500', '163138.577500', '163139.037500', '163139.497500', '163139.957500', '163140.417500', '163140.877500', '163141.337500', '163141.797500', '163142.257500', '163142.717500', '163143.177500', '163143.637500', '163144.097500', '163144.557500', '163145.017500', '163145.477500', '163145.937500', '163146.397500', '163146.857500'], 'ContentTime': ['161926.998000', '161927.002000', '161927.005000', '161927.008000', '161927.011000', '161927.018000', '161927.021000', '161927.023000', '161927.026000', '161927.029000', '161927.032000', '161927.035000', '161927.038000', '161927.041000', '161927.043000', '161927.046000', '161927.049000', '161927.052000', '161927.055000', '161927.057000', '161927.060000', '161927.063000', '161927.066000', '161927.069000', '161927.072000', '161927.074000', '161927.077000', '161927.085000', '161946.962000', '161946.965000', '161946.968000', '161946.971000', '161946.973000', '161946.976000', '161946.979000', '161946.982000', '161946.985000', '161946.988000', '161946.990000', '161946.993000', '161946.996000', '161947.000000', '161947.003000', '161947.005000', '161947.008000', '161947.011000', '161947.014000', '161947.017000', '161947.028000', '161947.031000', '161947.034000', '161947.037000', '161947.040000', '161947.042000', '161947.045000', '161947.048000', '161947.051000', '161947.054000', '161947.058000', '161947.061000', '161947.063000', '161947.066000', '161947.069000', '161947.072000', '161947.089000', '161947.091000', '161947.094000', '161947.097000', '161947.100000', '161947.103000', '161947.105000', '162006.962000', '162006.965000', '162006.968000', '162006.971000', '162006.973000', '162006.976000', '162006.979000', '162006.982000', '162006.985000', '162006.987000', '162006.990000', '162006.993000', '162006.996000', '162007.000000', '162007.003000', '162007.005000', '162007.013000', '162007.016000', '162007.019000', '162007.022000', '162007.024000', '162007.027000', '162007.030000', '162007.033000', '162007.036000', '162007.039000', '162007.041000', '162007.044000', '162007.047000', '162007.050000', '162007.053000', '162007.056000', '162007.058000', '162007.061000', '162007.064000', '162007.067000', '162007.070000', '162007.073000', '162007.075000', '162007.078000', '162007.081000', '162007.084000', '162007.087000', '162007.090000', '162026.962000', '162026.965000', '162026.968000', '162026.970000', '162026.973000', '162026.976000', '162026.979000', '162026.982000', '162026.985000', '162026.989000', '162026.992000', '162026.995000', '162026.998000', '162027.002000', '162027.004000', '162027.007000', '162027.010000', '162027.013000', '162027.016000', '162027.018000', '162027.021000', '162027.024000', '162027.027000', '162027.030000', '162027.033000', '162027.036000', '162027.038000', '162027.041000', '162027.044000', '162027.047000', '162027.050000', '162027.053000', '162027.056000', '162027.059000', '162027.062000', '162027.065000', '162027.067000', '162027.070000', '162027.073000', '162027.076000', '162027.079000', '162027.082000', '162027.085000', '162046.963000', '162046.966000', '162046.969000', '162046.972000', '162046.975000', '162046.978000', '162046.980000', '162046.983000', '162046.986000', '162046.989000', '162046.992000', '162046.995000', '162046.997000', '162047.001000', '162047.004000', '162047.007000', '162047.010000', '162047.013000', '162047.016000', '162047.018000', '162047.021000', '162047.024000', '162047.027000', '162047.030000', '162047.033000', '162047.036000', '162047.038000', '162047.041000', '162047.044000', '162047.047000', '162047.050000', '162047.053000', '162047.055000', '162047.058000', '162047.061000', '162047.064000', '162047.067000', '162047.070000', '162047.073000', '162047.075000', '162047.078000', '162047.081000', '162047.084000', '162047.087000', '162106.963000', '162106.966000', '162106.969000', '162106.972000', '162106.975000', '162106.977000', '162106.980000', '162106.983000', '162106.986000', '162106.989000', '162106.992000', '162106.995000', '162106.997000', '162107.001000', '162107.004000', '162107.007000', '162107.010000', '162107.013000', '162107.015000', '162107.018000', '162107.021000', '162107.024000', '162107.027000', '162107.030000', '162107.033000', '162107.036000', '162107.038000', '162107.041000', '162107.044000', '162107.047000', '162107.050000', '162107.053000', '162107.055000', '162107.058000', '162107.061000', '162107.064000', '162107.067000', '162107.070000', '162107.073000', '162107.076000', '162107.079000', '162107.082000', '162107.085000', '162126.963000', '162126.966000', '162126.969000', '162126.972000', '162126.975000', '162126.977000', '162126.980000', '162126.983000', '162126.986000', '162126.989000', '162126.992000', '162126.994000', '162126.997000', '162127.001000', '162127.004000', '162127.007000', '162127.010000', '162127.012000', '162127.015000', '162127.018000', '162127.021000', '162127.024000', '162127.027000', '162127.030000', '162127.032000', '162127.035000', '162127.038000', '162127.041000', '162127.044000', '162127.047000', '162127.050000', '162127.052000', '162127.055000', '162127.058000', '162127.061000', '162127.064000', '162127.067000', '162127.070000', '162127.072000', '162127.075000', '162127.078000', '162127.081000', '162127.084000', '162127.087000', '162146.962000', '162146.965000', '162146.968000', '162146.971000', '162146.974000', '162146.976000', '162146.979000', '162146.982000', '162146.985000', '162146.988000', '162146.998000', '162147.002000', '162147.005000', '162147.008000', '162147.011000', '162147.013000', '162147.016000', '162147.019000', '162147.022000', '162147.025000', '162147.030000', '162147.033000', '162147.036000', '162147.039000', '162147.041000', '162147.044000', '162147.047000', '162147.050000', '162147.053000', '162147.056000', '162147.059000', '162147.062000', '162147.064000', '162147.067000', '162147.070000', '162147.073000', '162147.076000', '162147.079000', '162147.082000', '162147.085000', '162147.088000', '162147.092000', '162147.094000', '162206.962000', '162206.965000', '162206.968000', '162206.971000', '162206.973000', '162206.976000', '162206.979000', '162206.982000', '162206.985000', '162206.988000', '162206.991000', '162206.994000', '162206.997000', '162207.001000', '162207.004000', '162207.007000', '162207.010000', '162207.013000', '162207.015000', '162207.018000', '162207.021000', '162207.024000', '162207.027000', '162207.030000', '162207.033000', '162207.035000', '162207.038000', '162207.041000', '162207.044000', '162207.047000', '162207.050000', '162207.053000', '162207.055000', '162207.058000', '162207.061000', '162207.064000', '162207.067000', '162207.070000', '162207.072000', '162207.075000', '162207.078000', '162207.081000', '162207.084000', '162207.087000', '162226.962000', '162226.965000', '162226.968000', '162226.971000', '162226.974000', '162226.977000', '162226.979000', '162226.982000', '162226.985000', '162226.988000', '162226.991000', '162226.994000', '162226.997000', '162227.001000', '162227.004000', '162227.006000', '162227.009000', '162227.012000', '162227.015000', '162227.018000', '162227.021000', '162227.024000', '162227.026000', '162227.029000', '162227.032000', '162227.035000', '162227.038000', '162227.041000', '162227.043000', '162227.046000', '162227.049000', '162227.052000', '162227.055000', '162227.058000', '162227.061000', '162227.064000', '162227.066000', '162227.069000', '162227.072000', '162227.075000', '162227.078000', '162227.081000', '162227.083000', '162246.962000', '162247.007000', '162247.010000', '162247.012000', '162247.015000', '162247.018000', '162247.021000', '162247.024000', '162247.027000', '162247.030000', '162247.033000', '162247.035000', '162247.038000', '162247.041000', '162247.044000', '162247.047000', '162247.050000', '162247.052000', '162247.055000', '162247.058000', '162247.061000', '162247.064000', '162247.067000', '162247.070000', '162247.072000', '162247.075000', '162247.078000', '162247.081000', '162247.084000', '162247.087000', '162247.090000', '162247.092000', '162247.095000', '162247.098000', '162247.111000', '162247.113000', '162247.116000', '162247.119000', '162247.122000', '162247.125000', '162247.128000', '162247.131000', '162247.133000', '162306.963000', '162306.966000', '162306.969000', '162306.972000', '162306.975000', '162306.978000', '162306.981000', '162306.983000', '162306.986000', '162306.989000', '162306.992000', '162306.995000', '162306.998000', '162307.002000', '162307.004000', '162307.007000', '162307.010000', '162307.013000', '162307.016000', '162307.019000', '162307.022000', '162307.025000', '162307.027000', '162307.030000', '162307.033000', '162307.036000', '162307.039000', '162307.042000', '162307.044000', '162307.047000', '162307.050000', '162307.053000', '162307.056000', '162307.059000', '162307.062000', '162307.065000', '162307.068000', '162307.071000', '162307.074000', '162307.077000', '162307.080000', '162307.083000', '162307.086000', '162307.088000', '162326.963000', '162326.966000', '162326.969000', '162326.972000', '162326.975000', '162326.978000', '162326.980000', '162326.983000', '162326.986000', '162326.989000', '162326.992000', '162326.994000', '162326.997000', '162327.001000', '162327.004000', '162327.007000', '162327.010000', '162327.013000', '162327.016000', '162327.019000', '162327.021000', '162327.024000', '162327.027000', '162327.030000', '162327.033000', '162327.036000', '162327.039000', '162327.042000', '162327.044000', '162327.047000', '162327.050000', '162327.053000', '162327.056000', '162327.059000', '162327.062000', '162327.064000', '162327.067000', '162327.070000', '162327.073000', '162327.076000', '162327.079000', '162327.082000', '162327.085000', '162327.087000', '162346.963000', '162346.982000', '162346.985000', '162346.988000', '162346.991000', '162346.993000', '162346.996000', '162347.000000', '162347.003000', '162347.006000', '162347.009000', '162347.012000', '162347.014000', '162347.017000', '162347.020000', '162347.023000', '162347.026000', '162347.029000', '162347.032000', '162347.035000', '162347.037000', '162347.040000', '162347.043000', '162347.046000', '162347.049000', '162347.052000', '162347.054000', '162347.057000', '162347.060000', '162347.063000', '162347.066000', '162347.069000', '162347.072000', '162347.074000', '162347.077000', '162347.080000', '162347.083000', '162347.086000', '162347.089000', '162347.092000', '162347.094000', '162347.097000', '162347.100000', '162406.962000', '162406.965000', '162406.968000', '162406.971000', '162406.974000', '162406.976000', '162406.979000', '162406.982000', '162406.985000', '162406.988000', '162406.991000', '162406.993000', '162406.996000', '162407.000000', '162407.003000', '162407.006000', '162407.009000', '162407.012000', '162407.014000', '162407.017000', '162407.020000', '162407.023000', '162407.026000', '162407.029000', '162407.032000', '162407.035000', '162407.037000', '162407.040000', '162407.043000', '162407.046000', '162407.049000', '162407.052000', '162407.055000', '162407.057000', '162407.060000', '162407.063000', '162407.066000', '162407.069000', '162407.072000', '162407.074000', '162407.077000', '162407.080000', '162407.083000', '162407.086000', '162426.962000', '162426.965000', '162426.969000', '162426.971000', '162426.974000', '162426.977000', '162426.980000', '162426.983000', '162426.986000', '162426.989000', '162426.991000', '162426.994000', '162426.997000', '162427.001000', '162427.004000', '162427.007000', '162427.010000', '162427.013000', '162427.015000', '162427.018000', '162427.021000', '162427.024000', '162427.027000', '162427.030000', '162427.033000', '162427.035000', '162427.038000', '162427.041000', '162427.044000', '162427.047000', '162427.050000', '162427.053000', '162427.056000', '162427.058000', '162427.061000', '162427.064000', '162427.067000', '162427.070000', '162427.073000', '162427.075000', '162427.078000', '162427.081000', '162427.084000', '162446.962000', '162446.965000', '162446.968000', '162446.971000', '162446.984000', '162446.986000', '162446.989000', '162446.992000', '162446.995000', '162446.998000', '162447.002000', '162447.005000', '162447.007000', '162447.010000', '162447.013000', '162447.016000', '162447.019000', '162447.022000', '162447.025000', '162447.028000', '162447.030000', '162447.033000', '162447.036000', '162447.039000', '162447.042000', '162447.045000', '162447.047000', '162447.050000', '162447.053000', '162447.056000', '162447.059000', '162447.062000', '162447.065000', '162447.068000', '162447.071000', '162447.074000', '162447.076000', '162447.079000', '162447.082000', '162447.085000', '162447.088000', '162447.091000', '162447.094000', '162447.097000', '162506.962000', '162506.965000', '162506.968000', '162506.971000', '162506.973000', '162506.977000', '162506.979000', '162506.982000', '162506.985000', '162506.988000', '162506.991000', '162506.993000', '162506.996000', '162507.001000', '162507.003000', '162507.006000', '162507.009000', '162507.012000', '162507.015000', '162507.018000', '162507.021000', '162507.024000', '162507.026000', '162507.029000', '162507.032000', '162507.035000', '162507.038000', '162507.041000', '162507.043000', '162507.046000', '162507.049000', '162507.052000', '162507.055000', '162507.058000', '162507.061000', '162507.063000', '162507.066000', '162507.069000', '162507.072000', '162507.075000', '162507.078000', '162507.080000', '162507.083000', '162526.963000', '162526.966000', '162526.969000', '162526.972000', '162526.975000', '162526.978000', '162526.980000', '162526.983000', '162526.986000', '162526.989000', '162526.992000', '162526.998000', '162527.002000', '162527.005000', '162527.008000', '162527.011000', '162527.014000', '162527.017000', '162527.020000', '162527.023000', '162527.026000', '162527.029000', '162527.032000', '162527.034000', '162527.037000', '162527.040000', '162527.043000', '162527.046000', '162527.049000', '162527.052000', '162527.055000', '162527.075000', '162527.078000', '162527.081000', '162527.084000', '162527.087000', '162527.089000', '162527.092000', '162527.095000', '162527.098000', '162527.101000', '162527.104000', '162527.107000', '162546.963000', '162546.966000', '162546.969000', '162546.972000', '162546.975000', '162546.978000', '162546.981000', '162546.983000', '162546.986000', '162546.989000', '162546.992000', '162546.995000', '162546.998000', '162547.002000', '162547.004000', '162547.007000', '162547.010000', '162547.013000', '162547.016000', '162547.019000', '162547.022000', '162547.024000', '162547.027000', '162547.030000', '162547.033000', '162547.036000', '162547.039000', '162547.042000', '162547.045000', '162547.048000', '162547.050000', '162547.053000', '162547.056000', '162547.059000', '162547.062000', '162547.065000', '162547.068000', '162547.071000', '162547.074000', '162547.077000', '162547.079000', '162547.082000', '162547.085000', '162547.088000', '162606.963000', '162606.966000', '162606.969000', '162606.972000', '162606.975000', '162606.978000', '162606.980000', '162606.983000', '162606.986000', '162606.989000', '162606.992000', '162606.996000', '162607.000000', '162607.003000', '162607.006000', '162607.009000', '162607.012000', '162607.015000', '162607.018000', '162607.021000', '162607.023000', '162607.026000', '162607.029000', '162607.032000', '162607.035000', '162607.038000', '162607.041000', '162607.043000', '162607.046000', '162607.049000', '162607.052000', '162607.055000', '162607.058000', '162607.061000', '162607.063000', '162607.066000', '162607.069000', '162607.072000', '162607.075000', '162607.078000', '162607.080000', '162607.084000', '162607.086000', '162626.962000', '162626.965000', '162626.968000', '162626.971000', '162626.974000', '162626.976000', '162626.979000', '162626.982000', '162626.985000', '162626.988000', '162626.991000', '162626.994000', '162626.997000', '162627.000000', '162627.003000', '162627.006000', '162627.009000', '162627.012000', '162627.015000', '162627.018000', '162627.021000', '162627.023000', '162627.026000', '162627.029000', '162627.032000', '162627.035000', '162627.038000', '162627.040000', '162627.043000', '162627.046000', '162627.049000', '162627.052000', '162627.055000', '162627.058000', '162627.061000', '162627.063000', '162627.066000', '162627.069000', '162627.072000', '162627.075000', '162627.078000', '162627.081000', '162627.084000', '162627.086000', '162646.962000', '162646.965000', '162646.968000', '162646.971000', '162646.974000', '162646.977000', '162646.980000', '162646.983000', '162646.985000', '162646.988000', '162646.991000', '162646.994000', '162646.997000', '162647.001000', '162647.004000', '162647.007000', '162647.010000', '162647.013000', '162647.016000', '162647.019000', '162647.022000', '162647.024000', '162647.027000', '162647.030000', '162647.033000', '162647.036000', '162647.039000', '162647.042000', '162647.045000', '162647.047000', '162647.050000', '162647.053000', '162647.056000', '162647.059000', '162647.062000', '162647.065000', '162647.068000', '162647.070000', '162647.073000', '162647.076000', '162647.079000', '162647.082000', '162647.085000', '162706.962000', '162706.965000', '162706.968000', '162706.971000', '162706.974000', '162706.977000', '162706.979000', '162706.983000', '162706.985000', '162707.003000', '162707.006000', '162707.009000', '162707.012000', '162707.014000', '162707.017000', '162707.020000', '162707.023000', '162707.026000', '162707.029000', '162707.032000', '162707.035000', '162707.037000', '162707.040000', '162707.043000', '162707.046000', '162707.049000', '162707.052000', '162707.055000', '162707.058000', '162707.061000', '162707.064000', '162707.067000', '162707.069000', '162707.072000', '162707.075000', '162707.078000', '162707.081000', '162707.084000', '162707.087000', '162707.090000', '162707.092000', '162707.095000', '162707.098000', '162707.101000', '162726.962000', '162726.965000', '162726.968000', '162726.971000', '162726.974000', '162726.977000', '162726.980000', '162726.982000', '162726.985000', '162726.988000', '162726.991000', '162726.994000', '162726.997000', '162727.001000', '162727.003000', '162727.006000', '162727.009000', '162727.012000', '162727.015000', '162727.018000', '162727.021000', '162727.024000', '162727.026000', '162727.029000', '162727.032000', '162727.035000', '162727.038000', '162727.041000', '162727.043000', '162727.046000', '162727.049000', '162727.052000', '162727.055000', '162727.058000', '162727.061000', '162727.064000', '162727.066000', '162727.069000', '162727.072000', '162727.075000', '162727.078000', '162727.081000', '162727.083000', '162746.963000', '162746.966000', '162746.969000', '162746.972000', '162746.975000', '162746.977000', '162746.980000', '162746.983000', '162746.986000', '162746.989000', '162746.992000', '162746.995000', '162746.998000', '162747.002000', '162747.005000', '162747.007000', '162747.010000', '162747.013000', '162747.016000', '162747.019000', '162747.022000', '162747.024000', '162747.028000', '162747.030000', '162747.033000', '162747.036000', '162747.039000', '162747.042000', '162747.045000', '162747.048000', '162747.050000', '162747.053000', '162747.056000', '162747.059000', '162747.070000', '162747.073000', '162747.076000', '162747.078000', '162747.081000', '162747.084000', '162747.087000', '162747.090000', '162747.093000', '162747.096000', '162806.963000', '162806.966000', '162806.969000', '162806.972000', '162806.975000', '162806.978000', '162806.982000', '162806.984000', '162806.988000', '162806.990000', '162806.993000', '162806.996000', '162807.000000', '162807.003000', '162807.006000', '162807.009000', '162807.012000', '162807.014000', '162807.017000', '162807.020000', '162807.032000', '162807.035000', '162807.038000', '162807.043000', '162807.047000', '162807.050000', '162807.053000', '162807.055000', '162807.058000', '162807.061000', '162807.064000', '162807.067000', '162807.070000', '162807.072000', '162807.076000', '162807.078000', '162807.081000', '162807.084000', '162807.087000', '162807.090000', '162807.093000', '162807.095000', '162807.098000', '162826.963000', '162826.966000', '162826.969000', '162826.972000', '162826.975000', '162826.989000', '162826.992000', '162826.995000', '162826.998000', '162827.002000', '162827.004000', '162827.007000', '162827.010000', '162827.013000', '162827.016000', '162827.019000', '162827.022000', '162827.025000', '162827.028000', '162827.030000', '162827.033000', '162827.036000', '162827.039000', '162827.042000', '162827.045000', '162827.048000', '162827.051000', '162827.053000', '162827.056000', '162827.059000', '162827.062000', '162827.065000', '162827.068000', '162827.071000', '162827.073000', '162827.076000', '162827.079000', '162827.082000', '162827.085000', '162827.088000', '162827.091000', '162827.094000', '162827.096000', '162827.099000', '162846.962000', '162846.965000', '162846.968000', '162846.971000', '162846.974000', '162846.977000', '162846.980000', '162846.983000', '162846.985000', '162846.988000', '162846.991000', '162846.994000', '162846.997000', '162847.001000', '162847.004000', '162847.007000', '162847.009000', '162847.012000', '162847.015000', '162847.018000', '162847.021000', '162847.024000', '162847.026000', '162847.029000', '162847.032000', '162847.035000', '162847.038000', '162847.041000', '162847.044000', '162847.047000', '162847.049000', '162847.052000', '162847.056000', '162847.058000', '162847.061000', '162847.064000', '162847.067000', '162847.070000', '162847.073000', '162847.076000', '162847.079000', '162847.082000', '162847.085000', '162906.962000', '162906.965000', '162906.968000', '162906.971000', '162906.974000', '162906.977000', '162906.980000', '162906.982000', '162906.994000', '162906.997000', '162907.001000', '162907.004000', '162907.007000', '162907.010000', '162907.013000', '162907.016000', '162907.019000', '162907.021000', '162907.024000', '162907.027000', '162907.030000', '162907.033000', '162907.036000', '162907.038000', '162907.041000', '162907.044000', '162907.047000', '162907.050000', '162907.053000', '162907.056000', '162907.059000', '162907.061000', '162907.064000', '162907.067000', '162907.070000', '162907.073000', '162907.076000', '162907.079000', '162907.081000', '162907.084000', '162907.087000', '162907.090000', '162907.093000', '162907.096000', '162926.962000', '162926.965000', '162926.968000', '162926.971000', '162926.974000', '162926.977000', '162926.980000', '162926.983000', '162926.985000', '162926.988000', '162926.991000', '162926.994000', '162926.997000', '162927.001000', '162927.004000', '162927.007000', '162927.010000', '162927.012000', '162927.017000', '162927.020000', '162927.023000', '162927.025000', '162927.028000', '162927.031000', '162927.034000', '162927.037000', '162927.040000', '162927.043000', '162927.045000', '162927.048000', '162927.051000', '162927.054000', '162927.057000', '162927.060000', '162927.063000', '162927.066000', '162927.068000', '162927.071000', '162927.074000', '162927.077000', '162927.080000', '162927.083000', '162927.086000', '162946.962000', '162946.965000', '162946.968000', '162946.971000', '162946.975000', '162946.978000', '162946.980000', '162946.985000', '162946.987000', '162946.990000', '162946.993000', '162946.996000', '162946.999000', '162947.002000', '162947.005000', '162947.008000', '162947.010000', '162947.013000', '162947.016000', '162947.019000', '162947.022000', '162947.025000', '162947.028000', '162947.031000', '162947.033000', '162947.036000', '162947.039000', '162947.042000', '162947.045000', '162947.048000', '162947.051000', '162947.054000', '162947.056000', '162947.059000', '162947.062000', '162947.065000', '162947.068000', '162947.071000', '162947.074000', '162947.076000', '162947.079000', '162947.082000', '162947.085000', '162947.088000', '163006.963000', '163006.966000', '163006.969000', '163006.972000', '163006.975000', '163006.978000', '163006.981000', '163006.984000', '163006.987000', '163006.990000', '163006.992000', '163006.995000', '163006.998000', '163007.002000', '163007.005000', '163007.008000', '163007.011000', '163007.014000', '163007.017000', '163007.020000', '163007.022000', '163007.025000', '163007.028000', '163007.031000', '163007.034000', '163007.037000', '163007.040000', '163007.043000', '163007.045000', '163007.048000', '163007.051000', '163007.054000', '163007.057000', '163007.060000', '163007.063000', '163007.065000', '163007.068000', '163007.071000', '163007.074000', '163007.080000', '163007.083000', '163007.086000', '163007.089000', '163026.964000', '163026.967000', '163026.970000', '163026.973000', '163026.975000', '163026.978000', '163026.981000', '163026.984000', '163026.987000', '163026.990000', '163026.993000', '163026.996000', '163026.998000', '163027.002000', '163027.005000', '163027.008000', '163027.011000', '163027.014000', '163027.017000', '163027.019000', '163027.022000', '163027.025000', '163027.028000', '163027.031000', '163027.034000', '163027.037000', '163027.040000', '163027.042000', '163027.045000', '163027.048000', '163027.051000', '163027.054000', '163027.057000', '163027.059000', '163027.062000', '163027.065000', '163027.068000', '163027.071000', '163027.074000', '163027.077000', '163027.080000', '163027.082000', '163027.085000', '163027.088000', '163046.963000', '163046.966000', '163046.969000', '163046.972000', '163046.975000', '163046.978000', '163046.980000', '163046.983000', '163046.986000', '163046.989000', '163046.992000', '163046.995000', '163046.998000', '163047.012000', '163047.015000', '163047.018000', '163047.021000', '163047.024000', '163047.027000', '163047.029000', '163047.032000', '163047.035000', '163047.038000', '163047.041000', '163047.044000', '163047.047000', '163047.050000', '163047.052000', '163047.057000', '163047.060000', '163047.063000', '163047.066000', '163047.069000', '163047.072000', '163047.074000', '163047.077000', '163047.080000', '163047.083000', '163047.086000', '163047.089000', '163047.092000', '163047.095000', '163047.098000', '163106.962000', '163106.965000', '163106.968000', '163106.971000', '163106.974000', '163106.977000', '163106.979000', '163106.982000', '163106.985000', '163106.988000', '163106.991000', '163106.994000', '163106.997000', '163107.001000', '163107.004000', '163107.006000', '163107.009000', '163107.012000', '163107.015000', '163107.018000', '163107.021000', '163107.024000', '163107.027000', '163107.030000', '163107.032000', '163107.035000', '163107.038000', '163107.041000', '163107.044000', '163107.047000', '163107.050000', '163107.052000', '163107.055000', '163107.058000', '163107.061000', '163107.064000', '163107.067000', '163107.070000', '163107.073000', '163107.075000', '163107.078000', '163107.081000', '163107.084000', '163107.087000', '163126.962000', '163126.965000', '163126.968000', '163126.971000', '163126.974000', '163126.977000', '163126.980000', '163126.983000', '163126.986000', '163126.988000', '163126.991000', '163126.994000', '163126.997000', '163127.001000', '163127.004000', '163127.007000', '163127.010000', '163127.012000', '163127.015000', '163127.018000', '163127.021000', '163127.024000', '163127.027000', '163127.030000', '163127.033000', '163127.036000', '163127.038000', '163127.041000', '163127.044000', '163127.047000', '163127.050000', '163127.053000', '163127.056000', '163127.058000', '163127.061000', '163127.064000', '163127.067000', '163127.070000', '163127.073000', '163127.076000', '163127.078000', '163127.081000', '163127.084000', '163146.962000', '163146.965000', '163146.968000', '163146.971000', '163146.981000', '163146.984000', '163146.987000', '163146.990000', '163146.993000', '163146.996000', '163147.000000', '163147.003000', '163147.006000', '163147.008000', '163147.011000', '163147.014000', '163147.017000', '163147.020000', '163147.023000', '163147.026000', '163147.029000', '163147.032000', '163147.034000', '163147.037000', '163147.040000', '163147.043000', '163147.046000', '163147.049000', '163147.052000', '163147.055000', '163147.057000', '163147.060000', '163147.063000', '163147.066000', '163147.069000', '163147.072000', '163147.075000', '163147.078000', '163147.080000', '163147.083000', '163147.086000', '163147.089000', '163147.092000', '163147.095000', '163148.369000', '163148.372000', '163148.378000'], 'InstanceCreationTime': ['161926.998000', '161927.002000', '161927.005000', '161927.008000', '161927.011000', '161927.018000', '161927.021000', '161927.023000', '161927.026000', '161927.029000', '161927.032000', '161927.035000', '161927.038000', '161927.041000', '161927.043000', '161927.046000', '161927.049000', '161927.052000', '161927.055000', '161927.057000', '161927.060000', '161927.063000', '161927.066000', '161927.069000', '161927.072000', '161927.074000', '161927.077000', '161927.085000', '161946.962000', '161946.965000', '161946.968000', '161946.971000', '161946.973000', '161946.976000', '161946.979000', '161946.982000', '161946.985000', '161946.988000', '161946.990000', '161946.993000', '161946.996000', '161947.000000', '161947.003000', '161947.005000', '161947.008000', '161947.011000', '161947.014000', '161947.017000', '161947.028000', '161947.031000', '161947.034000', '161947.037000', '161947.040000', '161947.042000', '161947.045000', '161947.048000', '161947.051000', '161947.054000', '161947.058000', '161947.061000', '161947.063000', '161947.066000', '161947.069000', '161947.072000', '161947.089000', '161947.091000', '161947.094000', '161947.097000', '161947.100000', '161947.103000', '161947.105000', '162006.962000', '162006.965000', '162006.968000', '162006.971000', '162006.973000', '162006.976000', '162006.979000', '162006.982000', '162006.985000', '162006.987000', '162006.990000', '162006.993000', '162006.996000', '162007.000000', '162007.003000', '162007.005000', '162007.013000', '162007.016000', '162007.019000', '162007.022000', '162007.024000', '162007.027000', '162007.030000', '162007.033000', '162007.036000', '162007.039000', '162007.041000', '162007.044000', '162007.047000', '162007.050000', '162007.053000', '162007.056000', '162007.058000', '162007.061000', '162007.064000', '162007.067000', '162007.070000', '162007.073000', '162007.075000', '162007.078000', '162007.081000', '162007.084000', '162007.087000', '162007.090000', '162026.962000', '162026.965000', '162026.968000', '162026.970000', '162026.973000', '162026.976000', '162026.979000', '162026.982000', '162026.985000', '162026.989000', '162026.992000', '162026.995000', '162026.998000', '162027.002000', '162027.004000', '162027.007000', '162027.010000', '162027.013000', '162027.016000', '162027.018000', '162027.021000', '162027.024000', '162027.027000', '162027.030000', '162027.033000', '162027.036000', '162027.038000', '162027.041000', '162027.044000', '162027.047000', '162027.050000', '162027.053000', '162027.056000', '162027.059000', '162027.062000', '162027.065000', '162027.067000', '162027.070000', '162027.073000', '162027.076000', '162027.079000', '162027.082000', '162027.085000', '162046.963000', '162046.966000', '162046.969000', '162046.972000', '162046.975000', '162046.978000', '162046.980000', '162046.983000', '162046.986000', '162046.989000', '162046.992000', '162046.995000', '162046.997000', '162047.001000', '162047.004000', '162047.007000', '162047.010000', '162047.013000', '162047.016000', '162047.018000', '162047.021000', '162047.024000', '162047.027000', '162047.030000', '162047.033000', '162047.036000', '162047.038000', '162047.041000', '162047.044000', '162047.047000', '162047.050000', '162047.053000', '162047.055000', '162047.058000', '162047.061000', '162047.064000', '162047.067000', '162047.070000', '162047.073000', '162047.075000', '162047.078000', '162047.081000', '162047.084000', '162047.087000', '162106.963000', '162106.966000', '162106.969000', '162106.972000', '162106.975000', '162106.977000', '162106.980000', '162106.983000', '162106.986000', '162106.989000', '162106.992000', '162106.995000', '162106.997000', '162107.001000', '162107.004000', '162107.007000', '162107.010000', '162107.013000', '162107.015000', '162107.018000', '162107.021000', '162107.024000', '162107.027000', '162107.030000', '162107.033000', '162107.036000', '162107.038000', '162107.041000', '162107.044000', '162107.047000', '162107.050000', '162107.053000', '162107.055000', '162107.058000', '162107.061000', '162107.064000', '162107.067000', '162107.070000', '162107.073000', '162107.076000', '162107.079000', '162107.082000', '162107.085000', '162126.963000', '162126.966000', '162126.969000', '162126.972000', '162126.975000', '162126.977000', '162126.980000', '162126.983000', '162126.986000', '162126.989000', '162126.992000', '162126.994000', '162126.997000', '162127.001000', '162127.004000', '162127.007000', '162127.010000', '162127.012000', '162127.015000', '162127.018000', '162127.021000', '162127.024000', '162127.027000', '162127.030000', '162127.032000', '162127.035000', '162127.038000', '162127.041000', '162127.044000', '162127.047000', '162127.050000', '162127.052000', '162127.055000', '162127.058000', '162127.061000', '162127.064000', '162127.067000', '162127.070000', '162127.072000', '162127.075000', '162127.078000', '162127.081000', '162127.084000', '162127.087000', '162146.962000', '162146.965000', '162146.968000', '162146.971000', '162146.974000', '162146.976000', '162146.979000', '162146.982000', '162146.985000', '162146.988000', '162146.998000', '162147.002000', '162147.005000', '162147.008000', '162147.011000', '162147.013000', '162147.016000', '162147.019000', '162147.022000', '162147.025000', '162147.030000', '162147.033000', '162147.036000', '162147.039000', '162147.041000', '162147.044000', '162147.047000', '162147.050000', '162147.053000', '162147.056000', '162147.059000', '162147.062000', '162147.064000', '162147.067000', '162147.070000', '162147.073000', '162147.076000', '162147.079000', '162147.082000', '162147.085000', '162147.088000', '162147.092000', '162147.094000', '162206.962000', '162206.965000', '162206.968000', '162206.971000', '162206.973000', '162206.976000', '162206.979000', '162206.982000', '162206.985000', '162206.988000', '162206.991000', '162206.994000', '162206.997000', '162207.001000', '162207.004000', '162207.007000', '162207.010000', '162207.013000', '162207.015000', '162207.018000', '162207.021000', '162207.024000', '162207.027000', '162207.030000', '162207.033000', '162207.035000', '162207.038000', '162207.041000', '162207.044000', '162207.047000', '162207.050000', '162207.053000', '162207.055000', '162207.058000', '162207.061000', '162207.064000', '162207.067000', '162207.070000', '162207.072000', '162207.075000', '162207.078000', '162207.081000', '162207.084000', '162207.087000', '162226.962000', '162226.965000', '162226.968000', '162226.971000', '162226.974000', '162226.977000', '162226.979000', '162226.982000', '162226.985000', '162226.988000', '162226.991000', '162226.994000', '162226.997000', '162227.001000', '162227.004000', '162227.006000', '162227.009000', '162227.012000', '162227.015000', '162227.018000', '162227.021000', '162227.024000', '162227.026000', '162227.029000', '162227.032000', '162227.035000', '162227.038000', '162227.041000', '162227.043000', '162227.046000', '162227.049000', '162227.052000', '162227.055000', '162227.058000', '162227.061000', '162227.064000', '162227.066000', '162227.069000', '162227.072000', '162227.075000', '162227.078000', '162227.081000', '162227.083000', '162246.962000', '162247.007000', '162247.010000', '162247.012000', '162247.015000', '162247.018000', '162247.021000', '162247.024000', '162247.027000', '162247.030000', '162247.033000', '162247.035000', '162247.038000', '162247.041000', '162247.044000', '162247.047000', '162247.050000', '162247.052000', '162247.055000', '162247.058000', '162247.061000', '162247.064000', '162247.067000', '162247.070000', '162247.072000', '162247.075000', '162247.078000', '162247.081000', '162247.084000', '162247.087000', '162247.090000', '162247.092000', '162247.095000', '162247.098000', '162247.111000', '162247.113000', '162247.116000', '162247.119000', '162247.122000', '162247.125000', '162247.128000', '162247.131000', '162247.133000', '162306.963000', '162306.966000', '162306.969000', '162306.972000', '162306.975000', '162306.978000', '162306.981000', '162306.983000', '162306.986000', '162306.989000', '162306.992000', '162306.995000', '162306.998000', '162307.002000', '162307.004000', '162307.007000', '162307.010000', '162307.013000', '162307.016000', '162307.019000', '162307.022000', '162307.025000', '162307.027000', '162307.030000', '162307.033000', '162307.036000', '162307.039000', '162307.042000', '162307.044000', '162307.047000', '162307.050000', '162307.053000', '162307.056000', '162307.059000', '162307.062000', '162307.065000', '162307.068000', '162307.071000', '162307.074000', '162307.077000', '162307.080000', '162307.083000', '162307.086000', '162307.088000', '162326.963000', '162326.966000', '162326.969000', '162326.972000', '162326.975000', '162326.978000', '162326.980000', '162326.983000', '162326.986000', '162326.989000', '162326.992000', '162326.994000', '162326.997000', '162327.001000', '162327.004000', '162327.007000', '162327.010000', '162327.013000', '162327.016000', '162327.019000', '162327.021000', '162327.024000', '162327.027000', '162327.030000', '162327.033000', '162327.036000', '162327.039000', '162327.042000', '162327.044000', '162327.047000', '162327.050000', '162327.053000', '162327.056000', '162327.059000', '162327.062000', '162327.064000', '162327.067000', '162327.070000', '162327.073000', '162327.076000', '162327.079000', '162327.082000', '162327.085000', '162327.087000', '162346.963000', '162346.982000', '162346.985000', '162346.988000', '162346.991000', '162346.993000', '162346.996000', '162347.000000', '162347.003000', '162347.006000', '162347.009000', '162347.012000', '162347.014000', '162347.017000', '162347.020000', '162347.023000', '162347.026000', '162347.029000', '162347.032000', '162347.035000', '162347.037000', '162347.040000', '162347.043000', '162347.046000', '162347.049000', '162347.052000', '162347.054000', '162347.057000', '162347.060000', '162347.063000', '162347.066000', '162347.069000', '162347.072000', '162347.074000', '162347.077000', '162347.080000', '162347.083000', '162347.086000', '162347.089000', '162347.092000', '162347.094000', '162347.097000', '162347.100000', '162406.962000', '162406.965000', '162406.968000', '162406.971000', '162406.974000', '162406.976000', '162406.979000', '162406.982000', '162406.985000', '162406.988000', '162406.991000', '162406.993000', '162406.996000', '162407.000000', '162407.003000', '162407.006000', '162407.009000', '162407.012000', '162407.014000', '162407.017000', '162407.020000', '162407.023000', '162407.026000', '162407.029000', '162407.032000', '162407.035000', '162407.037000', '162407.040000', '162407.043000', '162407.046000', '162407.049000', '162407.052000', '162407.055000', '162407.057000', '162407.060000', '162407.063000', '162407.066000', '162407.069000', '162407.072000', '162407.074000', '162407.077000', '162407.080000', '162407.083000', '162407.086000', '162426.962000', '162426.965000', '162426.969000', '162426.971000', '162426.974000', '162426.977000', '162426.980000', '162426.983000', '162426.986000', '162426.989000', '162426.991000', '162426.994000', '162426.997000', '162427.001000', '162427.004000', '162427.007000', '162427.010000', '162427.013000', '162427.015000', '162427.018000', '162427.021000', '162427.024000', '162427.027000', '162427.030000', '162427.033000', '162427.035000', '162427.038000', '162427.041000', '162427.044000', '162427.047000', '162427.050000', '162427.053000', '162427.056000', '162427.058000', '162427.061000', '162427.064000', '162427.067000', '162427.070000', '162427.073000', '162427.075000', '162427.078000', '162427.081000', '162427.084000', '162446.962000', '162446.965000', '162446.968000', '162446.971000', '162446.984000', '162446.986000', '162446.989000', '162446.992000', '162446.995000', '162446.998000', '162447.002000', '162447.005000', '162447.007000', '162447.010000', '162447.013000', '162447.016000', '162447.019000', '162447.022000', '162447.025000', '162447.028000', '162447.030000', '162447.033000', '162447.036000', '162447.039000', '162447.042000', '162447.045000', '162447.047000', '162447.050000', '162447.053000', '162447.056000', '162447.059000', '162447.062000', '162447.065000', '162447.068000', '162447.071000', '162447.074000', '162447.076000', '162447.079000', '162447.082000', '162447.085000', '162447.088000', '162447.091000', '162447.094000', '162447.097000', '162506.962000', '162506.965000', '162506.968000', '162506.971000', '162506.973000', '162506.977000', '162506.979000', '162506.982000', '162506.985000', '162506.988000', '162506.991000', '162506.993000', '162506.996000', '162507.001000', '162507.003000', '162507.006000', '162507.009000', '162507.012000', '162507.015000', '162507.018000', '162507.021000', '162507.024000', '162507.026000', '162507.029000', '162507.032000', '162507.035000', '162507.038000', '162507.041000', '162507.043000', '162507.046000', '162507.049000', '162507.052000', '162507.055000', '162507.058000', '162507.061000', '162507.063000', '162507.066000', '162507.069000', '162507.072000', '162507.075000', '162507.078000', '162507.080000', '162507.083000', '162526.963000', '162526.966000', '162526.969000', '162526.972000', '162526.975000', '162526.978000', '162526.980000', '162526.983000', '162526.986000', '162526.989000', '162526.992000', '162526.998000', '162527.002000', '162527.005000', '162527.008000', '162527.011000', '162527.014000', '162527.017000', '162527.020000', '162527.023000', '162527.026000', '162527.029000', '162527.032000', '162527.034000', '162527.037000', '162527.040000', '162527.043000', '162527.046000', '162527.049000', '162527.052000', '162527.055000', '162527.075000', '162527.078000', '162527.081000', '162527.084000', '162527.087000', '162527.089000', '162527.092000', '162527.095000', '162527.098000', '162527.101000', '162527.104000', '162527.107000', '162546.963000', '162546.966000', '162546.969000', '162546.972000', '162546.975000', '162546.978000', '162546.981000', '162546.983000', '162546.986000', '162546.989000', '162546.992000', '162546.995000', '162546.998000', '162547.002000', '162547.004000', '162547.007000', '162547.010000', '162547.013000', '162547.016000', '162547.019000', '162547.022000', '162547.024000', '162547.027000', '162547.030000', '162547.033000', '162547.036000', '162547.039000', '162547.042000', '162547.045000', '162547.048000', '162547.050000', '162547.053000', '162547.056000', '162547.059000', '162547.062000', '162547.065000', '162547.068000', '162547.071000', '162547.074000', '162547.077000', '162547.079000', '162547.082000', '162547.085000', '162547.088000', '162606.963000', '162606.966000', '162606.969000', '162606.972000', '162606.975000', '162606.978000', '162606.980000', '162606.983000', '162606.986000', '162606.989000', '162606.992000', '162606.996000', '162607.000000', '162607.003000', '162607.006000', '162607.009000', '162607.012000', '162607.015000', '162607.018000', '162607.021000', '162607.023000', '162607.026000', '162607.029000', '162607.032000', '162607.035000', '162607.038000', '162607.041000', '162607.043000', '162607.046000', '162607.049000', '162607.052000', '162607.055000', '162607.058000', '162607.061000', '162607.063000', '162607.066000', '162607.069000', '162607.072000', '162607.075000', '162607.078000', '162607.080000', '162607.084000', '162607.086000', '162626.962000', '162626.965000', '162626.968000', '162626.971000', '162626.974000', '162626.976000', '162626.979000', '162626.982000', '162626.985000', '162626.988000', '162626.991000', '162626.994000', '162626.997000', '162627.000000', '162627.003000', '162627.006000', '162627.009000', '162627.012000', '162627.015000', '162627.018000', '162627.021000', '162627.023000', '162627.026000', '162627.029000', '162627.032000', '162627.035000', '162627.038000', '162627.040000', '162627.043000', '162627.046000', '162627.049000', '162627.052000', '162627.055000', '162627.058000', '162627.061000', '162627.063000', '162627.066000', '162627.069000', '162627.072000', '162627.075000', '162627.078000', '162627.081000', '162627.084000', '162627.086000', '162646.962000', '162646.965000', '162646.968000', '162646.971000', '162646.974000', '162646.977000', '162646.980000', '162646.983000', '162646.985000', '162646.988000', '162646.991000', '162646.994000', '162646.997000', '162647.001000', '162647.004000', '162647.007000', '162647.010000', '162647.013000', '162647.016000', '162647.019000', '162647.022000', '162647.024000', '162647.027000', '162647.030000', '162647.033000', '162647.036000', '162647.039000', '162647.042000', '162647.045000', '162647.047000', '162647.050000', '162647.053000', '162647.056000', '162647.059000', '162647.062000', '162647.065000', '162647.068000', '162647.070000', '162647.073000', '162647.076000', '162647.079000', '162647.082000', '162647.085000', '162706.962000', '162706.965000', '162706.968000', '162706.971000', '162706.974000', '162706.977000', '162706.979000', '162706.983000', '162706.985000', '162707.003000', '162707.006000', '162707.009000', '162707.012000', '162707.014000', '162707.017000', '162707.020000', '162707.023000', '162707.026000', '162707.029000', '162707.032000', '162707.035000', '162707.037000', '162707.040000', '162707.043000', '162707.046000', '162707.049000', '162707.052000', '162707.055000', '162707.058000', '162707.061000', '162707.064000', '162707.067000', '162707.069000', '162707.072000', '162707.075000', '162707.078000', '162707.081000', '162707.084000', '162707.087000', '162707.090000', '162707.092000', '162707.095000', '162707.098000', '162707.101000', '162726.962000', '162726.965000', '162726.968000', '162726.971000', '162726.974000', '162726.977000', '162726.980000', '162726.982000', '162726.985000', '162726.988000', '162726.991000', '162726.994000', '162726.997000', '162727.001000', '162727.003000', '162727.006000', '162727.009000', '162727.012000', '162727.015000', '162727.018000', '162727.021000', '162727.024000', '162727.026000', '162727.029000', '162727.032000', '162727.035000', '162727.038000', '162727.041000', '162727.043000', '162727.046000', '162727.049000', '162727.052000', '162727.055000', '162727.058000', '162727.061000', '162727.064000', '162727.066000', '162727.069000', '162727.072000', '162727.075000', '162727.078000', '162727.081000', '162727.083000', '162746.963000', '162746.966000', '162746.969000', '162746.972000', '162746.975000', '162746.977000', '162746.980000', '162746.983000', '162746.986000', '162746.989000', '162746.992000', '162746.995000', '162746.998000', '162747.002000', '162747.005000', '162747.007000', '162747.010000', '162747.013000', '162747.016000', '162747.019000', '162747.022000', '162747.024000', '162747.028000', '162747.030000', '162747.033000', '162747.036000', '162747.039000', '162747.042000', '162747.045000', '162747.048000', '162747.050000', '162747.053000', '162747.056000', '162747.059000', '162747.070000', '162747.073000', '162747.076000', '162747.078000', '162747.081000', '162747.084000', '162747.087000', '162747.090000', '162747.093000', '162747.096000', '162806.963000', '162806.966000', '162806.969000', '162806.972000', '162806.975000', '162806.978000', '162806.982000', '162806.984000', '162806.988000', '162806.990000', '162806.993000', '162806.996000', '162807.000000', '162807.003000', '162807.006000', '162807.009000', '162807.012000', '162807.014000', '162807.017000', '162807.020000', '162807.032000', '162807.035000', '162807.038000', '162807.043000', '162807.047000', '162807.050000', '162807.053000', '162807.055000', '162807.058000', '162807.061000', '162807.064000', '162807.067000', '162807.070000', '162807.072000', '162807.076000', '162807.078000', '162807.081000', '162807.084000', '162807.087000', '162807.090000', '162807.093000', '162807.095000', '162807.098000', '162826.963000', '162826.966000', '162826.969000', '162826.972000', '162826.975000', '162826.989000', '162826.992000', '162826.995000', '162826.998000', '162827.002000', '162827.004000', '162827.007000', '162827.010000', '162827.013000', '162827.016000', '162827.019000', '162827.022000', '162827.025000', '162827.028000', '162827.030000', '162827.033000', '162827.036000', '162827.039000', '162827.042000', '162827.045000', '162827.048000', '162827.051000', '162827.053000', '162827.056000', '162827.059000', '162827.062000', '162827.065000', '162827.068000', '162827.071000', '162827.073000', '162827.076000', '162827.079000', '162827.082000', '162827.085000', '162827.088000', '162827.091000', '162827.094000', '162827.096000', '162827.099000', '162846.962000', '162846.965000', '162846.968000', '162846.971000', '162846.974000', '162846.977000', '162846.980000', '162846.983000', '162846.985000', '162846.988000', '162846.991000', '162846.994000', '162846.997000', '162847.001000', '162847.004000', '162847.007000', '162847.009000', '162847.012000', '162847.015000', '162847.018000', '162847.021000', '162847.024000', '162847.026000', '162847.029000', '162847.032000', '162847.035000', '162847.038000', '162847.041000', '162847.044000', '162847.047000', '162847.049000', '162847.052000', '162847.056000', '162847.058000', '162847.061000', '162847.064000', '162847.067000', '162847.070000', '162847.073000', '162847.076000', '162847.079000', '162847.082000', '162847.085000', '162906.962000', '162906.965000', '162906.968000', '162906.971000', '162906.974000', '162906.977000', '162906.980000', '162906.982000', '162906.994000', '162906.997000', '162907.001000', '162907.004000', '162907.007000', '162907.010000', '162907.013000', '162907.016000', '162907.019000', '162907.021000', '162907.024000', '162907.027000', '162907.030000', '162907.033000', '162907.036000', '162907.038000', '162907.041000', '162907.044000', '162907.047000', '162907.050000', '162907.053000', '162907.056000', '162907.059000', '162907.061000', '162907.064000', '162907.067000', '162907.070000', '162907.073000', '162907.076000', '162907.079000', '162907.081000', '162907.084000', '162907.087000', '162907.090000', '162907.093000', '162907.096000', '162926.962000', '162926.965000', '162926.968000', '162926.971000', '162926.974000', '162926.977000', '162926.980000', '162926.983000', '162926.985000', '162926.988000', '162926.991000', '162926.994000', '162926.997000', '162927.001000', '162927.004000', '162927.007000', '162927.010000', '162927.012000', '162927.017000', '162927.020000', '162927.023000', '162927.025000', '162927.028000', '162927.031000', '162927.034000', '162927.037000', '162927.040000', '162927.043000', '162927.045000', '162927.048000', '162927.051000', '162927.054000', '162927.057000', '162927.060000', '162927.063000', '162927.066000', '162927.068000', '162927.071000', '162927.074000', '162927.077000', '162927.080000', '162927.083000', '162927.086000', '162946.962000', '162946.965000', '162946.968000', '162946.971000', '162946.975000', '162946.978000', '162946.980000', '162946.985000', '162946.987000', '162946.990000', '162946.993000', '162946.996000', '162946.999000', '162947.002000', '162947.005000', '162947.008000', '162947.010000', '162947.013000', '162947.016000', '162947.019000', '162947.022000', '162947.025000', '162947.028000', '162947.031000', '162947.033000', '162947.036000', '162947.039000', '162947.042000', '162947.045000', '162947.048000', '162947.051000', '162947.054000', '162947.056000', '162947.059000', '162947.062000', '162947.065000', '162947.068000', '162947.071000', '162947.074000', '162947.076000', '162947.079000', '162947.082000', '162947.085000', '162947.088000', '163006.963000', '163006.966000', '163006.969000', '163006.972000', '163006.975000', '163006.978000', '163006.981000', '163006.984000', '163006.987000', '163006.990000', '163006.992000', '163006.995000', '163006.998000', '163007.002000', '163007.005000', '163007.008000', '163007.011000', '163007.014000', '163007.017000', '163007.020000', '163007.022000', '163007.025000', '163007.028000', '163007.031000', '163007.034000', '163007.037000', '163007.040000', '163007.043000', '163007.045000', '163007.048000', '163007.051000', '163007.054000', '163007.057000', '163007.060000', '163007.063000', '163007.065000', '163007.068000', '163007.071000', '163007.074000', '163007.080000', '163007.083000', '163007.086000', '163007.089000', '163026.964000', '163026.967000', '163026.970000', '163026.973000', '163026.975000', '163026.978000', '163026.981000', '163026.984000', '163026.987000', '163026.990000', '163026.993000', '163026.996000', '163026.998000', '163027.002000', '163027.005000', '163027.008000', '163027.011000', '163027.014000', '163027.017000', '163027.019000', '163027.022000', '163027.025000', '163027.028000', '163027.031000', '163027.034000', '163027.037000', '163027.040000', '163027.042000', '163027.045000', '163027.048000', '163027.051000', '163027.054000', '163027.057000', '163027.059000', '163027.062000', '163027.065000', '163027.068000', '163027.071000', '163027.074000', '163027.077000', '163027.080000', '163027.082000', '163027.085000', '163027.088000', '163046.963000', '163046.966000', '163046.969000', '163046.972000', '163046.975000', '163046.978000', '163046.980000', '163046.983000', '163046.986000', '163046.989000', '163046.992000', '163046.995000', '163046.998000', '163047.012000', '163047.015000', '163047.018000', '163047.021000', '163047.024000', '163047.027000', '163047.029000', '163047.032000', '163047.035000', '163047.038000', '163047.041000', '163047.044000', '163047.047000', '163047.050000', '163047.052000', '163047.057000', '163047.060000', '163047.063000', '163047.066000', '163047.069000', '163047.072000', '163047.074000', '163047.077000', '163047.080000', '163047.083000', '163047.086000', '163047.089000', '163047.092000', '163047.095000', '163047.098000', '163106.962000', '163106.965000', '163106.968000', '163106.971000', '163106.974000', '163106.977000', '163106.979000', '163106.982000', '163106.985000', '163106.988000', '163106.991000', '163106.994000', '163106.997000', '163107.001000', '163107.004000', '163107.006000', '163107.009000', '163107.012000', '163107.015000', '163107.018000', '163107.021000', '163107.024000', '163107.027000', '163107.030000', '163107.032000', '163107.035000', '163107.038000', '163107.041000', '163107.044000', '163107.047000', '163107.050000', '163107.052000', '163107.055000', '163107.058000', '163107.061000', '163107.064000', '163107.067000', '163107.070000', '163107.073000', '163107.075000', '163107.078000', '163107.081000', '163107.084000', '163107.087000', '163126.962000', '163126.965000', '163126.968000', '163126.971000', '163126.974000', '163126.977000', '163126.980000', '163126.983000', '163126.986000', '163126.988000', '163126.991000', '163126.994000', '163126.997000', '163127.001000', '163127.004000', '163127.007000', '163127.010000', '163127.012000', '163127.015000', '163127.018000', '163127.021000', '163127.024000', '163127.027000', '163127.030000', '163127.033000', '163127.036000', '163127.038000', '163127.041000', '163127.044000', '163127.047000', '163127.050000', '163127.053000', '163127.056000', '163127.058000', '163127.061000', '163127.064000', '163127.067000', '163127.070000', '163127.073000', '163127.076000', '163127.078000', '163127.081000', '163127.084000', '163146.962000', '163146.965000', '163146.968000', '163146.971000', '163146.981000', '163146.984000', '163146.987000', '163146.990000', '163146.993000', '163146.996000', '163147.000000', '163147.003000', '163147.006000', '163147.008000', '163147.011000', '163147.014000', '163147.017000', '163147.020000', '163147.023000', '163147.026000', '163147.029000', '163147.032000', '163147.034000', '163147.037000', '163147.040000', '163147.043000', '163147.046000', '163147.049000', '163147.052000', '163147.055000', '163147.057000', '163147.060000', '163147.063000', '163147.066000', '163147.069000', '163147.072000', '163147.075000', '163147.078000', '163147.080000', '163147.083000', '163147.086000', '163147.089000', '163147.092000', '163147.095000', '163148.369000', '163148.372000', '163148.378000'], '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, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'LargestImagePixelValue': [8255, 10420, 7390, 10838, 7610, 10506, 7704, 9826, 7414, 9973, 7382, 10183, 7622, 9704, 7729, 9463, 7450, 9582, 7447, 8630, 6841, 8278, 7611, 7386, 9623, 7302, 10277, 7506, 8006, 7326, 9623, 7090, 9539, 7276, 8983, 7070, 8670, 7202, 8055, 6822, 8585, 6953, 9039, 9957, 8068, 12924, 7419, 11097, 9442, 9417, 7244, 8550, 7005, 8941, 7019, 8716, 6939, 8371, 6752, 8118, 7470, 8524, 6975, 9146, 7354, 8881, 6767, 8073, 6679, 8033, 8473, 7712, 11403, 7230, 9893, 7520, 9351, 7213, 9183, 7185, 9628, 7733, 9784, 7340, 10020, 7280, 10165, 8563, 9577, 7581, 9041, 7370, 9692, 7485, 8515, 7321, 8167, 6978, 8418, 7120, 8502, 7514, 8254, 7285, 8440, 7533, 8053, 7202, 7832, 11458, 7542, 10277, 7194, 8817, 6818, 8904, 7341, 8939, 7151, 9270, 7164, 9095, 7334, 9324, 7318, 9825, 7493, 9708, 6981, 8394, 6987, 8307, 7630, 7659, 12101, 7296, 10293, 7553, 9348, 7154, 8720, 6875, 8905, 7075, 8529, 7084, 8492, 6778, 9333, 7005, 8398, 7452, 7988, 7080, 7873, 6792, 8111, 7376, 8278, 8217, 7870, 6631, 8875, 7070, 8940, 7281, 8703, 7611, 10605, 8018, 10471, 7235, 8575, 7176, 8708, 7396, 9013, 7332, 9230, 7321, 8488, 7551, 8405, 7244, 9532, 7484, 8803, 7416, 8852, 7283, 9613, 7680, 7516, 7541, 8487, 8308, 6886, 7496, 6930, 8061, 6949, 8110, 7303, 8533, 7327, 8444, 7183, 8268, 6981, 8017, 8252, 8170, 6752, 7971, 6811, 8323, 11897, 7840, 10539, 7297, 8743, 7006, 8931, 6973, 7935, 6963, 8012, 6915, 7703, 6764, 7701, 7825, 7949, 6764, 7695, 7789, 8022, 11838, 8844, 10359, 7364, 10381, 8699, 11325, 8034, 9028, 7118, 8486, 7321, 7853, 6709, 7894, 10165, 7730, 10371, 7364, 9357, 7282, 9327, 7208, 8531, 6978, 8290, 7009, 8414, 6962, 8241, 6886, 8037, 7430, 7949, 6720, 7805, 7973, 7919, 11348, 7589, 10067, 7405, 10277, 7714, 10108, 7223, 8828, 7267, 8498, 6739, 7761, 6882, 7728, 7452, 7867, 11336, 7493, 10177, 7337, 8999, 7036, 8729, 6997, 8425, 6632, 8471, 6847, 7817, 6978, 7309, 10489, 7809, 9175, 7610, 9467, 7349, 10289, 7861, 10622, 7380, 10276, 7586, 10095, 7095, 8811, 7038, 8017, 6731, 7852, 11459, 7405, 9206, 7320, 8662, 6772, 8675, 7161, 7914, 6603, 7826, 7946, 7843, 6831, 7364, 7181, 7885, 8951, 8108, 7988, 7571, 11129, 7712, 10195, 8398, 9443, 7292, 8864, 7051, 10599, 7303, 8129, 6631, 7893, 11187, 7598, 9768, 7265, 9746, 7187, 10144, 7459, 9298, 7438, 9173, 7175, 10024, 7125, 7983, 6670, 8028, 9040, 7744, 9838, 7380, 10422, 7414, 9893, 7873, 8840, 7527, 8738, 7839, 6959, 8129, 7585, 10499, 8500, 11112, 7707, 10037, 7733, 10383, 8327, 8250, 7064, 7688, 8526, 7481, 10613, 7501, 9230, 7530, 8414, 6949, 8414, 7010, 8078, 7170, 7797, 6997, 8102, 6610, 7755, 6984, 7782, 9982, 7637, 11598, 7491, 10718, 8553, 10851, 7595, 9716, 7327, 8116, 6962, 8357, 7126, 8131, 6786, 8325, 8308, 7895, 6887, 7616, 10420, 7757, 11287, 7992, 9666, 7416, 8439, 7124, 8335, 6996, 7581, 10319, 7260, 9719, 7237, 8571, 7048, 8159, 7155, 8264, 7504, 8127, 6967, 8242, 6977, 9031, 7661, 8142, 7023, 8093, 9642, 9573, 12007, 8996, 11543, 7461, 11491, 8059, 9831, 7592, 8526, 7166, 9174, 7139, 8199, 7034, 7955, 8902, 7752, 10889, 7451, 9101, 7388, 9489, 7660, 9121, 7405, 8742, 7463, 9282, 7514, 8763, 7152, 8645, 6952, 8568, 6934, 8252, 6996, 8373, 10291, 7757, 8596, 7532, 8873, 7961, 8474, 7957, 12061, 7583, 10846, 8215, 10013, 7781, 8731, 7125, 8895, 7358, 7794, 6660, 7535, 10263, 7621, 10094, 7681, 8931, 7268, 9109, 7326, 8596, 7512, 8494, 7028, 8774, 7316, 8375, 7261, 8455, 7326, 8781, 7098, 7992, 6877, 7961, 11862, 7640, 10152, 7707, 8997, 7229, 9632, 7570, 8587, 7198, 8687, 7165, 8294, 7392, 8576, 7578, 9121, 7195, 8026, 6715, 7676, 12610, 7858, 10840, 7536, 8735, 7401, 9492, 7612, 8833, 7621, 8955, 7143, 8934, 7680, 8974, 7328, 9807, 7431, 8786, 7419, 8215, 6884, 8246, 11881, 7725, 10716, 7415, 8804, 7149, 9148, 7476, 8886, 7368, 8452, 7107, 8683, 7417, 8656, 7220, 9036, 7466, 8487, 7321, 8186, 6868, 8395, 7537, 8011, 10202, 7566, 11244, 7802, 10326, 7614, 8805, 7566, 9009, 7060, 8584, 7414, 8315, 6814, 8238, 6909, 7666, 7004, 7440, 7716, 8075, 6545, 8206, 6986, 8071, 12060, 8011, 10233, 7566, 9924, 7087, 9678, 7422, 8689, 6834, 8220, 6638, 8136, 6930, 7981, 6763, 7932, 7026, 8193, 6816, 8400, 11157, 7760, 10537, 7504, 10178, 7568, 8565, 7480, 8496, 7226, 7931, 8463, 7638, 10879, 7473, 10287, 7491, 9164, 7374, 9346, 7601, 9136, 7579, 9012, 7503, 10035, 7640, 9571, 7500, 9695, 7458, 8903, 6778, 7756, 8530, 7582, 10980, 7623, 10483, 7634, 8804, 6983, 8764, 7568, 8297, 6940, 7627, 8413, 7545, 10084, 7502, 9840, 7383, 9655, 7413, 9317, 7243, 9632, 7498, 9249, 7220, 8722, 7249, 8796, 7013, 7953, 7068, 7674, 11782, 7824, 10884, 7406, 9886, 7440, 10856, 7583, 10517, 7644, 10290, 7890, 9997, 7618, 9139, 7367, 8591, 7566, 8513, 6859, 7906, 7411, 7844, 9692, 7615, 7916, 7516, 10696, 7681, 10616, 7587, 10649, 7461, 10849, 8261, 8662, 7595, 8509, 7691, 11364, 8568, 10225, 7692, 9081, 7380, 9437, 7211, 8625, 7484, 8047, 6791, 8241, 8776, 7514, 10193, 7690, 9601, 7384, 9032, 7572, 6623, 7703, 7015, 7775, 11575, 8770, 10828, 7820, 10740, 7559, 10632, 8783, 9491, 7300, 8360, 7631, 8760, 7329, 7914, 6965, 7675, 9503, 7619, 10128, 7679, 9608, 7412, 9777, 7680, 9207, 7576, 8668, 7062, 9009, 7297, 8779, 7370, 8022, 7045, 7713, 10961, 7574, 9836, 7828, 10275, 7714, 10190, 7661, 10297, 8114, 9904, 7928, 9186, 7687, 9972, 7872, 9547, 7769, 9565, 7620, 10268, 7780, 8945, 7518, 8401, 7424, 8500, 7566, 8106, 7123, 7722, 6906, 8182, 7081, 7915, 6998, 8345, 7077, 7948, 6994, 7924, 6782, 8408, 8366, 7715, 7070, 7742, 11599, 7915, 9549, 7941, 11073, 7885, 10878, 7876, 10314, 7667, 10251, 7712, 10514, 8674, 9268, 7685, 8429, 7287, 8435, 7542, 8422, 7613, 8436, 7233, 8216, 7611, 8276, 7476, 8404, 7041, 8057, 7316, 8270, 7230, 8489, 7280, 8420, 7573, 8591, 7680, 8699, 7764, 9318, 7725, 8812, 7421, 9344, 7877, 8631, 7744, 8515, 7666, 9682, 7867, 9013, 7638, 8939, 7449, 8849, 7819, 8909, 7744, 10143, 8041, 9921, 7884, 9396, 7740, 9441, 7998, 8590, 7756, 8860, 7505, 8242, 7658, 8070, 7516, 8382, 7663, 7922, 7061, 7847, 6924, 7853, 7668, 7650, 8044, 7650, 11130, 7598, 9905, 7542, 10738, 7510, 10591, 7549, 10135, 7748, 10163, 7586, 10515, 8012, 9473, 7614, 8700, 7682, 8394, 7694, 8331, 7725, 8364, 7319, 8609, 7787, 8148, 7594, 8525, 7725, 8716, 7658, 8696, 7595, 8645, 7568, 8559, 7496, 8151, 6962, 8162, 11777, 7777, 11202, 7653, 8892, 7395, 9535, 7630, 9008, 7620, 9214, 7488, 9199, 7647, 9875, 7887, 10509, 8272, 9548, 7537, 9414, 7340, 9889, 7348, 8420, 7190, 8042, 7273, 7813, 11013, 7698, 10517, 7623, 9803, 7626, 9103, 7636, 8469, 7332, 8670, 7438, 8686, 7596, 8361, 7008, 8188, 7148, 8021, 8340, 7691, 10649, 7637, 10591, 7696, 9131, 7469, 9620, 7588, 9496, 7572, 9480, 7530, 10148, 8201, 11634, 7697, 8235, 7659, 10242, 7684, 11075, 7728, 10461, 7691, 10223, 7638, 10674, 7756, 10241, 7619, 10024, 7768, 9587, 7654, 9293, 7744, 10636, 8206, 8558, 7757, 10506, 7780, 10343, 7664, 10444, 7697, 8711, 7721, 9916, 7716, 10080, 7708, 9780, 7703, 9513, 7759, 8923, 7825, 9671, 7681, 9547, 7732, 9391, 7650, 9943, 7734, 9400, 7753, 9156, 7618, 10561, 7779, 7609, 7680, 9397, 7701, 8404, 7719, 11496, 7731, 10567, 7814, 10976, 7582, 10911, 7830, 10452, 7846, 10399, 7806, 9679, 7699, 10670, 7865, 8390, 7729, 9485, 7982, 10840, 8928, 9673, 7814, 9968, 7682, 10157, 7973, 9682, 7658, 9248, 7676, 9860, 7894, 9492, 7935, 8815, 7638, 9311, 7612, 9515, 7557, 9362, 7657, 7086, 7803, 10672, 7612, 10373, 7647, 10354, 7681, 8643, 7284, 9107, 7713, 8567, 7550, 8426, 7550, 8554, 7677, 8720, 7412, 8673, 7711, 8784, 7697, 8412, 7512, 9288, 7575, 8664, 7624, 8539, 7695, 8332, 7739, 8053, 7420, 7855, 6940, 7955, 7171, 7986, 7143, 8258, 7151, 8224, 7585, 8535, 7350, 8449, 7129, 7744, 6955, 7798, 10146, 7548, 10266, 8125, 9374, 7508, 8387, 7264, 8370, 7536, 8698, 7536, 8727, 7508, 9054, 7671, 9326, 7687, 10156, 8295, 10314, 7695, 9286, 7534, 9182, 7400, 8248, 7075, 7929, 6889, 8055, 6795, 7889, 7266, 8071, 7602, 8323, 7466, 9544, 7530, 7872, 6852, 7868, 13078, 7816, 11595, 7803, 10490, 7703, 9804, 7607, 8692, 7579, 8598, 7669, 8371, 7611, 8267, 7637, 8239, 7682, 8565, 7763, 8637, 7551, 9301, 7895, 8885, 7804, 9451, 7856, 10819, 7819, 9227, 7546, 8059, 7658, 8304, 7714, 7907, 7489, 8134, 7087, 7888, 7534, 7940, 7470, 7962, 7298, 8271, 7818, 9342, 7899, 7274, 8191, 7801, 8457, 7812, 8936, 7663, 8324, 7697, 8555, 7657, 8702, 7789, 8621, 7617, 8546, 7537, 9271, 7677, 8715, 7839, 8887, 7581, 9726, 7738, 9688, 7714, 10007, 7674, 10830, 7865, 8785, 7860, 8515, 7841, 8610, 7630, 8448, 7321, 8312, 7301, 8037, 7719, 8184, 7846, 8483, 7800, 9145, 7716, 8599, 7815, 10289, 7699, 10115, 7749, 8633, 7869, 9337, 7747, 9274, 7995, 8936, 7900, 6965, 7917, 7561, 8239, 7586, 9633, 7944, 9768, 7617, 8955, 7587, 8885, 7804, 8774, 7829, 9066, 7669, 10828, 7888, 8737, 7586, 8662, 7624, 8268, 7687, 8264, 7260, 8198, 7281, 7888, 10181, 7922, 9781, 7635, 9644, 7805, 8991, 7781, 9462, 7670, 9319, 7873, 9359, 7659, 10157, 7820, 9278, 7631, 9011, 7486, 8565, 7585, 8260, 7531, 8687, 7433, 8332, 7611, 8408, 7483, 8481, 7596, 8463, 7457, 8411, 7493, 9466, 7421, 8364, 7465, 8123, 8555, 8287, 7075, 7843, 6881, 7852, 7140, 7786, 7006, 7813, 6736, 8402, 7661, 8506, 7568, 8325, 7292, 8194, 7248, 8007, 6920, 7801, 8232, 7898, 7234, 8076, 6821, 8111, 7024, 7995, 6856, 7851, 11144, 7650, 10592, 7811, 9034, 7598, 8937, 7414, 8405, 7419, 8350, 7588, 8260, 7402, 7953, 7248, 7832, 6765, 7815, 6852, 7852, 6881, 7740, 9579, 7881, 7528, 7848, 10544, 7589, 10222, 8536, 8786, 7583, 8248, 7483, 8312, 7544, 8227, 7676, 8273, 7352, 11609, 9146, 13175, 10955, 7477, 8210, 11278, 7715, 9319, 7409, 7863, 7428, 7949, 7958, 7651, 10313, 7655, 10689, 7502, 10747, 7570, 10449, 7527, 8315, 7421, 7892, 7414, 7749, 7162, 7730, 9741, 7710, 10793, 7811, 9760, 7850, 8443, 7638, 7500, 7796, 7279, 7819, 7026, 7927, 7191, 8167, 7112, 8081, 7439, 7746, 7563, 8500, 7555, 8228, 7962, 7777, 6915, 7875, 7409, 7748, 10837, 7744, 10023, 7575, 8381, 7422, 9402, 7725, 8669, 7871, 10041, 7664, 8423, 7761, 7278, 7919, 11357, 7761, 11270, 8692, 8575, 7725, 8082, 7698, 8070, 7939, 6863, 7850, 6899, 8009, 8362, 7856, 6785, 7740, 8703, 7697, 11114, 7737], 'WindowCenter': [4109.0, 4113.0, 4072.0, 4099.0, 4068.0, 4097.0, 4068.0, 4086.0, 4056.0, 4085.0, 4056.0, 4083.0, 4056.0, 4073.0, 4055.0, 4074.0, 4056.0, 4073.0, 4055.0, 4064.0, 4045.0, 4065.0, 4053.0, 4054.0, 4072.0, 4054.0, 4097.0, 4057.0, 4066.0, 4068.0, 4085.0, 4056.0, 4089.0, 4068.0, 4077.0, 4055.0, 4077.0, 4056.0, 4065.0, 4046.0, 4077.0, 4045.0, 4076.0, 4085.0, 4054.0, 4093.0, 4042.0, 4083.0, 4074.0, 4061.0, 4041.0, 4050.0, 4043.0, 4060.0, 4030.0, 4061.0, 4032.0, 4063.0, 4030.0, 4051.0, 4042.0, 4062.0, 4041.0, 4073.0, 4043.0, 4064.0, 4031.0, 4051.0, 4030.0, 4054.0, 4052.0, 4042.0, 4080.0, 4041.0, 4071.0, 4043.0, 4060.0, 4041.0, 4060.0, 4041.0, 4072.0, 4052.0, 4071.0, 4042.0, 4071.0, 4042.0, 4072.0, 4064.0, 4060.0, 4041.0, 4048.0, 4041.0, 4059.0, 4041.0, 4050.0, 4029.0, 4050.0, 4032.0, 4049.0, 4032.0, 4062.0, 4042.0, 4063.0, 4043.0, 4053.0, 4042.0, 4052.0, 4043.0, 4054.0, 4083.0, 4041.0, 4070.0, 4031.0, 4061.0, 4034.0, 4063.0, 4055.0, 4061.0, 4044.0, 4074.0, 4044.0, 4074.0, 4056.0, 4075.0, 4056.0, 4085.0, 4055.0, 4075.0, 4043.0, 4053.0, 4043.0, 4063.0, 4052.0, 4054.0, 4092.0, 4043.0, 4072.0, 4053.0, 4060.0, 4043.0, 4062.0, 4032.0, 4064.0, 4044.0, 4064.0, 4046.0, 4065.0, 4044.0, 4076.0, 4045.0, 4064.0, 4044.0, 4054.0, 4042.0, 4055.0, 4034.0, 4069.0, 4069.0, 4091.0, 4066.0, 4055.0, 4029.0, 4061.0, 4031.0, 4061.0, 4043.0, 4063.0, 4055.0, 4083.0, 4053.0, 4072.0, 4041.0, 4051.0, 4030.0, 4050.0, 4041.0, 4061.0, 4041.0, 4059.0, 4041.0, 4049.0, 4040.0, 4051.0, 4042.0, 4062.0, 4041.0, 4049.0, 4042.0, 4060.0, 4043.0, 4072.0, 4053.0, 4041.0, 4052.0, 4062.0, 4053.0, 4031.0, 4040.0, 4031.0, 4052.0, 4031.0, 4051.0, 4042.0, 4052.0, 4042.0, 4053.0, 4041.0, 4052.0, 4031.0, 4051.0, 4052.0, 4051.0, 4029.0, 4052.0, 4031.0, 4063.0, 4093.0, 4054.0, 4071.0, 4041.0, 4051.0, 4044.0, 4063.0, 4043.0, 4052.0, 4045.0, 4063.0, 4044.0, 4065.0, 4045.0, 4066.0, 4056.0, 4067.0, 4046.0, 4067.0, 4056.0, 4067.0, 4096.0, 4066.0, 4073.0, 4042.0, 4072.0, 4064.0, 4080.0, 4051.0, 4051.0, 4030.0, 4051.0, 4041.0, 4052.0, 4021.0, 4053.0, 4072.0, 4051.0, 4071.0, 4042.0, 4061.0, 4040.0, 4061.0, 4043.0, 4052.0, 4030.0, 4064.0, 4043.0, 4064.0, 4031.0, 4064.0, 4032.0, 4054.0, 4042.0, 4054.0, 4032.0, 4054.0, 4054.0, 4066.0, 4093.0, 4054.0, 4073.0, 4043.0, 4083.0, 4054.0, 4073.0, 4043.0, 4063.0, 4042.0, 4063.0, 4032.0, 4042.0, 4031.0, 4051.0, 4041.0, 4053.0, 4082.0, 4043.0, 4072.0, 4042.0, 4060.0, 4030.0, 4052.0, 4032.0, 4052.0, 4031.0, 4052.0, 4032.0, 4053.0, 4030.0, 4043.0, 4083.0, 4055.0, 4072.0, 4056.0, 4073.0, 4044.0, 4073.0, 4054.0, 4072.0, 4043.0, 4071.0, 4042.0, 4072.0, 4032.0, 4051.0, 4030.0, 4041.0, 4020.0, 4051.0, 4082.0, 4042.0, 4060.0, 4041.0, 4061.0, 4032.0, 4061.0, 4044.0, 4054.0, 4031.0, 4053.0, 4063.0, 4067.0, 4033.0, 4054.0, 4045.0, 4067.0, 4075.0, 4065.0, 4055.0, 4055.0, 4093.0, 4055.0, 4073.0, 4064.0, 4062.0, 4042.0, 4062.0, 4044.0, 4084.0, 4042.0, 4052.0, 4020.0, 4052.0, 4082.0, 4052.0, 4072.0, 4042.0, 4072.0, 4043.0, 4073.0, 4044.0, 4061.0, 4042.0, 4061.0, 4031.0, 4074.0, 4032.0, 4042.0, 4020.0, 4051.0, 4061.0, 4043.0, 4070.0, 4042.0, 4071.0, 4040.0, 4072.0, 4053.0, 4060.0, 4041.0, 4061.0, 4052.0, 4044.0, 4053.0, 4055.0, 4085.0, 4066.0, 4084.0, 4043.0, 4061.0, 4042.0, 4061.0, 4040.0, 4040.0, 4018.0, 4028.0, 4048.0, 4030.0, 4068.0, 4040.0, 4048.0, 4040.0, 4050.0, 4042.0, 4052.0, 4042.0, 4052.0, 4044.0, 4053.0, 4046.0, 4066.0, 4047.0, 4057.0, 4047.0, 4068.0, 4087.0, 4058.0, 4096.0, 4056.0, 4084.0, 4067.0, 4085.0, 4055.0, 4064.0, 4032.0, 4043.0, 4031.0, 4052.0, 4032.0, 4054.0, 4032.0, 4052.0, 4053.0, 4053.0, 4033.0, 4055.0, 4084.0, 4055.0, 4084.0, 4053.0, 4062.0, 4043.0, 4052.0, 4033.0, 4054.0, 4032.0, 4042.0, 4072.0, 4043.0, 4072.0, 4043.0, 4061.0, 4043.0, 4054.0, 4044.0, 4066.0, 4056.0, 4065.0, 4046.0, 4067.0, 4046.0, 4077.0, 4057.0, 4056.0, 4042.0, 4055.0, 4074.0, 4075.0, 4083.0, 4063.0, 4071.0, 4040.0, 4081.0, 4052.0, 4071.0, 4042.0, 4050.0, 4032.0, 4063.0, 4030.0, 4052.0, 4030.0, 4052.0, 4061.0, 4042.0, 4070.0, 4042.0, 4061.0, 4043.0, 4073.0, 4054.0, 4063.0, 4044.0, 4063.0, 4055.0, 4076.0, 4043.0, 4063.0, 4045.0, 4065.0, 4043.0, 4064.0, 4033.0, 4053.0, 4033.0, 4061.0, 4073.0, 4055.0, 4052.0, 4043.0, 4061.0, 4054.0, 4053.0, 4053.0, 4082.0, 4041.0, 4070.0, 4052.0, 4060.0, 4040.0, 4050.0, 4031.0, 4062.0, 4030.0, 4040.0, 4018.0, 4041.0, 4070.0, 4040.0, 4070.0, 4041.0, 4050.0, 4043.0, 4061.0, 4040.0, 4050.0, 4042.0, 4062.0, 4032.0, 4063.0, 4043.0, 4052.0, 4041.0, 4052.0, 4042.0, 4063.0, 4031.0, 4052.0, 4031.0, 4053.0, 4081.0, 4043.0, 4071.0, 4040.0, 4062.0, 4042.0, 4062.0, 4041.0, 4062.0, 4033.0, 4063.0, 4033.0, 4052.0, 4042.0, 4063.0, 4041.0, 4075.0, 4031.0, 4052.0, 4019.0, 4041.0, 4081.0, 4042.0, 4070.0, 4041.0, 4050.0, 4041.0, 4071.0, 4043.0, 4061.0, 4042.0, 4062.0, 4043.0, 4062.0, 4053.0, 4062.0, 4042.0, 4073.0, 4042.0, 4052.0, 4031.0, 4050.0, 4027.0, 4049.0, 4080.0, 4041.0, 4069.0, 4029.0, 4049.0, 4029.0, 4059.0, 4041.0, 4048.0, 4041.0, 4049.0, 4033.0, 4052.0, 4042.0, 4062.0, 4043.0, 4064.0, 4042.0, 4052.0, 4032.0, 4050.0, 4020.0, 4052.0, 4040.0, 4041.0, 4060.0, 4040.0, 4069.0, 4041.0, 4070.0, 4040.0, 4059.0, 4043.0, 4060.0, 4031.0, 4062.0, 4043.0, 4053.0, 4032.0, 4063.0, 4042.0, 4054.0, 4042.0, 4054.0, 4054.0, 4065.0, 4034.0, 4065.0, 4044.0, 4066.0, 4096.0, 4056.0, 4073.0, 4054.0, 4073.0, 4044.0, 4074.0, 4043.0, 4051.0, 4021.0, 4051.0, 4031.0, 4052.0, 4032.0, 4053.0, 4031.0, 4052.0, 4043.0, 4065.0, 4032.0, 4064.0, 4082.0, 4052.0, 4071.0, 4043.0, 4070.0, 4041.0, 4052.0, 4042.0, 4063.0, 4041.0, 4053.0, 4050.0, 4041.0, 4079.0, 4042.0, 4072.0, 4043.0, 4063.0, 4044.0, 4073.0, 4055.0, 4063.0, 4055.0, 4063.0, 4045.0, 4072.0, 4053.0, 4062.0, 4043.0, 4073.0, 4042.0, 4063.0, 4019.0, 4041.0, 4050.0, 4040.0, 4082.0, 4042.0, 4071.0, 4042.0, 4062.0, 4043.0, 4063.0, 4040.0, 4053.0, 4031.0, 4053.0, 4053.0, 4054.0, 4073.0, 4045.0, 4074.0, 4056.0, 4072.0, 4045.0, 4072.0, 4055.0, 4074.0, 4045.0, 4064.0, 4044.0, 4063.0, 4042.0, 4053.0, 4032.0, 4053.0, 4019.0, 4041.0, 4081.0, 4042.0, 4070.0, 4041.0, 4072.0, 4044.0, 4083.0, 4044.0, 4071.0, 4042.0, 4072.0, 4053.0, 4072.0, 4042.0, 4062.0, 4043.0, 4063.0, 4043.0, 4054.0, 4021.0, 4053.0, 4042.0, 4053.0, 4073.0, 4043.0, 4052.0, 4043.0, 4084.0, 4054.0, 4084.0, 4053.0, 4073.0, 4043.0, 4083.0, 4054.0, 4052.0, 4043.0, 4050.0, 4052.0, 4083.0, 4064.0, 4071.0, 4041.0, 4050.0, 4041.0, 4062.0, 4039.0, 4050.0, 4030.0, 4040.0, 4019.0, 4049.0, 4050.0, 4031.0, 4060.0, 4041.0, 4061.0, 4043.0, 4064.0, 4054.0, 4034.0, 4055.0, 4045.0, 4056.0, 4095.0, 4066.0, 4084.0, 4044.0, 4072.0, 4044.0, 4073.0, 4052.0, 4061.0, 4030.0, 4051.0, 4042.0, 4051.0, 4028.0, 4039.0, 4030.0, 4042.0, 4061.0, 4042.0, 4071.0, 4042.0, 4062.0, 4042.0, 4072.0, 4043.0, 4061.0, 4042.0, 4052.0, 4042.0, 4063.0, 4043.0, 4063.0, 4043.0, 4052.0, 4032.0, 4042.0, 4082.0, 4042.0, 4072.0, 4043.0, 4072.0, 4043.0, 4071.0, 4042.0, 4070.0, 4042.0, 4060.0, 4042.0, 4048.0, 4043.0, 4072.0, 4053.0, 4061.0, 4042.0, 4061.0, 4043.0, 4073.0, 4042.0, 4050.0, 4028.0, 4039.0, 4031.0, 4051.0, 4030.0, 4040.0, 4019.0, 4040.0, 4030.0, 4051.0, 4030.0, 4052.0, 4030.0, 4054.0, 4032.0, 4054.0, 4032.0, 4053.0, 4032.0, 4053.0, 4053.0, 4043.0, 4032.0, 4042.0, 4083.0, 4053.0, 4062.0, 4053.0, 4081.0, 4053.0, 4071.0, 4043.0, 4071.0, 4043.0, 4071.0, 4043.0, 4072.0, 4053.0, 4050.0, 4042.0, 4050.0, 4041.0, 4051.0, 4041.0, 4051.0, 4042.0, 4053.0, 4040.0, 4053.0, 4040.0, 4052.0, 4042.0, 4054.0, 4032.0, 4053.0, 4041.0, 4053.0, 4043.0, 4063.0, 4043.0, 4051.0, 4043.0, 4052.0, 4043.0, 4054.0, 4043.0, 4062.0, 4043.0, 4062.0, 4043.0, 4062.0, 4054.0, 4052.0, 4044.0, 4052.0, 4054.0, 4074.0, 4054.0, 4062.0, 4044.0, 4063.0, 4044.0, 4062.0, 4043.0, 4063.0, 4044.0, 4072.0, 4055.0, 4060.0, 4042.0, 4062.0, 4044.0, 4062.0, 4053.0, 4052.0, 4042.0, 4063.0, 4043.0, 4053.0, 4043.0, 4053.0, 4044.0, 4064.0, 4054.0, 4054.0, 4033.0, 4054.0, 4042.0, 4055.0, 4055.0, 4054.0, 4054.0, 4054.0, 4085.0, 4054.0, 4074.0, 4055.0, 4084.0, 4044.0, 4084.0, 4055.0, 4073.0, 4054.0, 4073.0, 4053.0, 4074.0, 4054.0, 4062.0, 4042.0, 4053.0, 4043.0, 4053.0, 4042.0, 4052.0, 4042.0, 4051.0, 4040.0, 4064.0, 4043.0, 4052.0, 4042.0, 4052.0, 4041.0, 4052.0, 4043.0, 4052.0, 4042.0, 4052.0, 4041.0, 4052.0, 4031.0, 4041.0, 4030.0, 4052.0, 4079.0, 4041.0, 4070.0, 4042.0, 4049.0, 4042.0, 4062.0, 4054.0, 4062.0, 4054.0, 4074.0, 4056.0, 4075.0, 4055.0, 4075.0, 4055.0, 4085.0, 4066.0, 4063.0, 4043.0, 4063.0, 4044.0, 4072.0, 4044.0, 4053.0, 4032.0, 4043.0, 4040.0, 4043.0, 4070.0, 4043.0, 4071.0, 4040.0, 4072.0, 4043.0, 4051.0, 4042.0, 4051.0, 4042.0, 4053.0, 4042.0, 4052.0, 4043.0, 4052.0, 4032.0, 4053.0, 4031.0, 4054.0, 4052.0, 4054.0, 4073.0, 4054.0, 4072.0, 4054.0, 4063.0, 4044.0, 4074.0, 4053.0, 4073.0, 4043.0, 4072.0, 4056.0, 4074.0, 4054.0, 4083.0, 4043.0, 4050.0, 4043.0, 4072.0, 4044.0, 4070.0, 4042.0, 4071.0, 4041.0, 4071.0, 4042.0, 4071.0, 4042.0, 4071.0, 4041.0, 4071.0, 4043.0, 4061.0, 4042.0, 4062.0, 4043.0, 4071.0, 4054.0, 4051.0, 4042.0, 4071.0, 4041.0, 4060.0, 4041.0, 4070.0, 4041.0, 4050.0, 4042.0, 4060.0, 4042.0, 4071.0, 4043.0, 4072.0, 4043.0, 4061.0, 4043.0, 4062.0, 4044.0, 4073.0, 4052.0, 4073.0, 4044.0, 4063.0, 4055.0, 4074.0, 4055.0, 4063.0, 4054.0, 4063.0, 4054.0, 4083.0, 4056.0, 4044.0, 4056.0, 4075.0, 4056.0, 4055.0, 4056.0, 4084.0, 4055.0, 4074.0, 4055.0, 4083.0, 4044.0, 4083.0, 4043.0, 4073.0, 4054.0, 4073.0, 4042.0, 4072.0, 4044.0, 4084.0, 4053.0, 4053.0, 4043.0, 4063.0, 4054.0, 4084.0, 4065.0, 4063.0, 4054.0, 4073.0, 4052.0, 4073.0, 4054.0, 4060.0, 4043.0, 4062.0, 4044.0, 4073.0, 4053.0, 4061.0, 4052.0, 4062.0, 4043.0, 4060.0, 4044.0, 4073.0, 4055.0, 4074.0, 4056.0, 4044.0, 4055.0, 4084.0, 4055.0, 4085.0, 4054.0, 4073.0, 4044.0, 4053.0, 4044.0, 4064.0, 4044.0, 4053.0, 4042.0, 4053.0, 4055.0, 4064.0, 4054.0, 4061.0, 4042.0, 4063.0, 4043.0, 4053.0, 4043.0, 4052.0, 4044.0, 4064.0, 4043.0, 4053.0, 4043.0, 4052.0, 4042.0, 4053.0, 4042.0, 4042.0, 4030.0, 4043.0, 4031.0, 4053.0, 4032.0, 4053.0, 4031.0, 4054.0, 4033.0, 4054.0, 4044.0, 4064.0, 4044.0, 4065.0, 4032.0, 4044.0, 4032.0, 4042.0, 4073.0, 4042.0, 4073.0, 4043.0, 4061.0, 4032.0, 4041.0, 4042.0, 4053.0, 4043.0, 4052.0, 4043.0, 4062.0, 4046.0, 4063.0, 4055.0, 4074.0, 4055.0, 4075.0, 4056.0, 4074.0, 4044.0, 4062.0, 4042.0, 4064.0, 4032.0, 4051.0, 4029.0, 4042.0, 4031.0, 4053.0, 4031.0, 4051.0, 4043.0, 4054.0, 4055.0, 4067.0, 4045.0, 4077.0, 4044.0, 4055.0, 4022.0, 4054.0, 4093.0, 4043.0, 4071.0, 4042.0, 4071.0, 4042.0, 4061.0, 4043.0, 4050.0, 4042.0, 4052.0, 4043.0, 4052.0, 4042.0, 4051.0, 4041.0, 4053.0, 4043.0, 4052.0, 4042.0, 4052.0, 4043.0, 4061.0, 4054.0, 4049.0, 4043.0, 4062.0, 4052.0, 4072.0, 4042.0, 4050.0, 4031.0, 4040.0, 4041.0, 4041.0, 4039.0, 4040.0, 4030.0, 4042.0, 4031.0, 4042.0, 4043.0, 4042.0, 4042.0, 4052.0, 4042.0, 4054.0, 4056.0, 4076.0, 4068.0, 4058.0, 4068.0, 4058.0, 4067.0, 4056.0, 4065.0, 4055.0, 4055.0, 4055.0, 4064.0, 4055.0, 4065.0, 4044.0, 4053.0, 4044.0, 4053.0, 4055.0, 4064.0, 4056.0, 4063.0, 4057.0, 4065.0, 4057.0, 4076.0, 4056.0, 4075.0, 4045.0, 4075.0, 4045.0, 4084.0, 4054.0, 4053.0, 4043.0, 4050.0, 4044.0, 4053.0, 4042.0, 4050.0, 4032.0, 4054.0, 4032.0, 4053.0, 4043.0, 4054.0, 4054.0, 4065.0, 4055.0, 4065.0, 4044.0, 4063.0, 4044.0, 4075.0, 4043.0, 4073.0, 4042.0, 4052.0, 4043.0, 4063.0, 4043.0, 4062.0, 4053.0, 4062.0, 4054.0, 4044.0, 4055.0, 4054.0, 4055.0, 4056.0, 4076.0, 4055.0, 4074.0, 4044.0, 4064.0, 4045.0, 4064.0, 4044.0, 4052.0, 4043.0, 4063.0, 4044.0, 4084.0, 4043.0, 4052.0, 4043.0, 4053.0, 4043.0, 4052.0, 4042.0, 4053.0, 4042.0, 4052.0, 4043.0, 4053.0, 4072.0, 4052.0, 4072.0, 4044.0, 4074.0, 4055.0, 4061.0, 4056.0, 4075.0, 4056.0, 4074.0, 4056.0, 4075.0, 4056.0, 4076.0, 4045.0, 4064.0, 4045.0, 4064.0, 4043.0, 4053.0, 4043.0, 4052.0, 4054.0, 4064.0, 4043.0, 4055.0, 4044.0, 4054.0, 4044.0, 4067.0, 4055.0, 4065.0, 4044.0, 4054.0, 4044.0, 4075.0, 4044.0, 4053.0, 4031.0, 4054.0, 4052.0, 4052.0, 4020.0, 4041.0, 4030.0, 4043.0, 4031.0, 4042.0, 4031.0, 4041.0, 4031.0, 4054.0, 4043.0, 4064.0, 4043.0, 4053.0, 4042.0, 4054.0, 4032.0, 4054.0, 4032.0, 4043.0, 4052.0, 4053.0, 4030.0, 4053.0, 4031.0, 4053.0, 4032.0, 4055.0, 4021.0, 4053.0, 4083.0, 4043.0, 4071.0, 4042.0, 4051.0, 4042.0, 4063.0, 4041.0, 4051.0, 4042.0, 4052.0, 4043.0, 4052.0, 4043.0, 4054.0, 4043.0, 4044.0, 4032.0, 4054.0, 4034.0, 4054.0, 4033.0, 4056.0, 4075.0, 4056.0, 4043.0, 4054.0, 4084.0, 4056.0, 4074.0, 4054.0, 4053.0, 4042.0, 4053.0, 4040.0, 4052.0, 4055.0, 4052.0, 4043.0, 4053.0, 4046.0, 4096.0, 4065.0, 4096.0, 4083.0, 4043.0, 4054.0, 4082.0, 4042.0, 4049.0, 4030.0, 4051.0, 4042.0, 4054.0, 4050.0, 4043.0, 4072.0, 4041.0, 4060.0, 4030.0, 4069.0, 4028.0, 4058.0, 4026.0, 4038.0, 4017.0, 4027.0, 4016.0, 4027.0, 4004.0, 4026.0, 4045.0, 4027.0, 4068.0, 4028.0, 4056.0, 4040.0, 4050.0, 4042.0, 4032.0, 4041.0, 4032.0, 4042.0, 4030.0, 4042.0, 4031.0, 4053.0, 4032.0, 4053.0, 4043.0, 4043.0, 4043.0, 4054.0, 4043.0, 4053.0, 4043.0, 4042.0, 4031.0, 4053.0, 4031.0, 4044.0, 4083.0, 4043.0, 4072.0, 4044.0, 4053.0, 4045.0, 4064.0, 4055.0, 4065.0, 4065.0, 4086.0, 4067.0, 4066.0, 4057.0, 4045.0, 4065.0, 4096.0, 4057.0, 4086.0, 4066.0, 4064.0, 4055.0, 4054.0, 4056.0, 4054.0, 4056.0, 4035.0, 4055.0, 4044.0, 4065.0, 4065.0, 4055.0, 4033.0, 4054.0, 4064.0, 4055.0, 4084.0, 4055.0], 'WindowWidth': [9148.0, 9140.0, 9081.0, 9113.0, 9070.0, 9105.0, 9067.0, 9087.0, 9050.0, 9085.0, 9050.0, 9081.0, 9047.0, 9064.0, 9044.0, 9068.0, 9048.0, 9065.0, 9045.0, 9055.0, 9031.0, 9058.0, 9039.0, 9041.0, 9063.0, 9044.0, 9103.0, 9052.0, 9061.0, 9069.0, 9088.0, 9052.0, 9098.0, 9069.0, 9078.0, 9048.0, 9078.0, 9049.0, 9059.0, 9035.0, 9078.0, 9034.0, 9076.0, 9084.0, 9043.0, 9091.0, 9023.0, 9078.0, 9066.0, 9045.0, 9018.0, 9031.0, 9026.0, 9044.0, 9004.0, 9046.0, 9009.0, 9051.0, 9004.0, 9035.0, 9021.0, 9048.0, 9022.0, 9068.0, 9025.0, 9054.0, 9007.0, 9033.0, 9005.0, 9040.0, 9034.0, 9021.0, 9070.0, 9019.0, 9059.0, 9025.0, 9041.0, 9021.0, 9043.0, 9022.0, 9062.0, 9039.0, 9060.0, 9024.0, 9060.0, 9024.0, 9062.0, 9052.0, 9041.0, 9017.0, 9022.0, 9020.0, 9039.0, 9017.0, 9026.0, 9000.0, 9029.0, 9007.0, 9028.0, 9009.0, 9048.0, 9022.0, 9053.0, 9024.0, 9038.0, 9022.0, 9035.0, 9024.0, 9040.0, 9077.0, 9019.0, 9058.0, 9008.0, 9046.0, 9014.0, 9051.0, 9044.0, 9049.0, 9030.0, 9068.0, 9032.0, 9068.0, 9049.0, 9071.0, 9049.0, 9085.0, 9045.0, 9070.0, 9026.0, 9039.0, 9024.0, 9052.0, 9035.0, 9039.0, 9087.0, 9024.0, 9062.0, 9038.0, 9043.0, 9025.0, 9049.0, 9011.0, 9053.0, 9030.0, 9053.0, 9033.0, 9057.0, 9031.0, 9073.0, 9030.0, 9056.0, 9027.0, 9040.0, 9024.0, 9042.0, 9013.0, 9070.0, 9073.0, 9106.0, 9061.0, 9042.0, 9001.0, 9043.0, 9003.0, 9048.0, 9024.0, 9049.0, 9044.0, 9079.0, 9039.0, 9061.0, 9019.0, 9029.0, 9002.0, 9028.0, 9019.0, 9043.0, 9021.0, 9042.0, 9019.0, 9025.0, 9015.0, 9030.0, 9023.0, 9046.0, 9019.0, 9026.0, 9020.0, 9043.0, 9026.0, 9062.0, 9039.0, 9018.0, 9036.0, 9048.0, 9038.0, 9006.0, 9018.0, 9005.0, 9036.0, 9006.0, 9034.0, 9020.0, 9035.0, 9024.0, 9038.0, 9021.0, 9034.0, 9006.0, 9032.0, 9035.0, 9034.0, 9001.0, 9035.0, 9006.0, 9052.0, 9091.0, 9039.0, 9057.0, 9018.0, 9032.0, 9027.0, 9051.0, 9025.0, 9037.0, 9031.0, 9054.0, 9030.0, 9058.0, 9032.0, 9063.0, 9050.0, 9064.0, 9035.0, 9064.0, 9047.0, 9064.0, 9099.0, 9060.0, 9064.0, 9022.0, 9060.0, 9053.0, 9072.0, 9030.0, 9029.0, 9003.0, 9032.0, 9016.0, 9032.0, 8991.0, 9036.0, 9061.0, 9032.0, 9059.0, 9021.0, 9044.0, 9018.0, 9045.0, 9024.0, 9033.0, 9004.0, 9052.0, 9024.0, 9054.0, 9008.0, 9053.0, 9009.0, 9042.0, 9023.0, 9040.0, 9010.0, 9042.0, 9041.0, 9060.0, 9093.0, 9043.0, 9066.0, 9025.0, 9077.0, 9041.0, 9064.0, 9024.0, 9052.0, 9023.0, 9052.0, 9007.0, 9021.0, 9005.0, 9033.0, 9020.0, 9039.0, 9075.0, 9025.0, 9059.0, 9020.0, 9041.0, 9004.0, 9034.0, 9007.0, 9035.0, 9006.0, 9036.0, 9010.0, 9037.0, 9003.0, 9025.0, 9077.0, 9044.0, 9064.0, 9045.0, 9064.0, 9026.0, 9065.0, 9041.0, 9060.0, 9023.0, 9058.0, 9019.0, 9059.0, 9008.0, 9031.0, 9000.0, 9017.0, 8988.0, 9032.0, 9073.0, 9020.0, 9041.0, 9018.0, 9044.0, 9010.0, 9046.0, 9027.0, 9040.0, 9008.0, 9042.0, 9054.0, 9062.0, 9012.0, 9043.0, 9031.0, 9064.0, 9073.0, 9059.0, 9044.0, 9044.0, 9093.0, 9043.0, 9064.0, 9054.0, 9047.0, 9021.0, 9046.0, 9026.0, 9080.0, 9020.0, 9034.0, 8989.0, 9033.0, 9075.0, 9034.0, 9059.0, 9022.0, 9060.0, 9026.0, 9064.0, 9029.0, 9044.0, 9022.0, 9045.0, 9007.0, 9066.0, 9007.0, 9019.0, 8988.0, 9031.0, 9046.0, 9024.0, 9056.0, 9020.0, 9056.0, 9015.0, 9060.0, 9036.0, 9041.0, 9018.0, 9044.0, 9036.0, 9027.0, 9041.0, 9046.0, 9086.0, 9061.0, 9079.0, 9024.0, 9044.0, 9020.0, 9045.0, 9013.0, 9011.0, 8979.0, 8994.0, 9020.0, 9000.0, 9048.0, 9013.0, 9022.0, 9015.0, 9027.0, 9023.0, 9033.0, 9023.0, 9035.0, 9026.0, 9040.0, 9033.0, 9062.0, 9035.0, 9050.0, 9036.0, 9067.0, 9090.0, 9052.0, 9101.0, 9046.0, 9081.0, 9063.0, 9084.0, 9041.0, 9053.0, 9006.0, 9022.0, 9006.0, 9035.0, 9006.0, 9038.0, 9007.0, 9035.0, 9037.0, 9038.0, 9010.0, 9042.0, 9081.0, 9044.0, 9081.0, 9039.0, 9047.0, 9022.0, 9033.0, 9011.0, 9040.0, 9006.0, 9021.0, 9060.0, 9024.0, 9061.0, 9024.0, 9044.0, 9026.0, 9040.0, 9028.0, 9060.0, 9048.0, 9059.0, 9034.0, 9064.0, 9034.0, 9078.0, 9049.0, 9047.0, 9022.0, 9042.0, 9066.0, 9070.0, 9077.0, 9049.0, 9056.0, 9016.0, 9071.0, 9034.0, 9055.0, 9019.0, 9028.0, 9009.0, 9049.0, 9003.0, 9033.0, 9002.0, 9033.0, 9045.0, 9020.0, 9056.0, 9020.0, 9042.0, 9023.0, 9063.0, 9043.0, 9049.0, 9029.0, 9052.0, 9046.0, 9071.0, 9027.0, 9050.0, 9028.0, 9056.0, 9026.0, 9054.0, 9010.0, 9037.0, 9011.0, 9047.0, 9065.0, 9041.0, 9033.0, 9023.0, 9047.0, 9040.0, 9037.0, 9038.0, 9073.0, 9017.0, 9057.0, 9034.0, 9040.0, 9015.0, 9025.0, 9004.0, 9046.0, 9000.0, 9015.0, 8982.0, 9016.0, 9055.0, 9016.0, 9054.0, 9018.0, 9028.0, 9024.0, 9045.0, 9017.0, 9030.0, 9022.0, 9046.0, 9009.0, 9051.0, 9024.0, 9035.0, 9018.0, 9035.0, 9021.0, 9052.0, 9005.0, 9035.0, 9005.0, 9037.0, 9073.0, 9022.0, 9057.0, 9015.0, 9046.0, 9022.0, 9046.0, 9020.0, 9046.0, 9011.0, 9050.0, 9012.0, 9035.0, 9023.0, 9051.0, 9022.0, 9070.0, 9007.0, 9034.0, 8986.0, 9016.0, 9072.0, 9019.0, 9054.0, 9019.0, 9029.0, 9020.0, 9059.0, 9024.0, 9044.0, 9021.0, 9046.0, 9025.0, 9047.0, 9037.0, 9047.0, 9022.0, 9064.0, 9020.0, 9033.0, 9002.0, 9028.0, 8994.0, 9027.0, 9069.0, 9017.0, 9050.0, 8998.0, 9024.0, 9001.0, 9039.0, 9017.0, 9023.0, 9016.0, 9026.0, 9009.0, 9033.0, 9021.0, 9046.0, 9024.0, 9054.0, 9021.0, 9033.0, 9005.0, 9029.0, 8988.0, 9033.0, 9014.0, 9017.0, 9039.0, 9014.0, 9053.0, 9017.0, 9054.0, 9015.0, 9039.0, 9023.0, 9044.0, 9006.0, 9048.0, 9023.0, 9037.0, 9009.0, 9052.0, 9022.0, 9041.0, 9023.0, 9042.0, 9042.0, 9059.0, 9015.0, 9059.0, 9029.0, 9062.0, 9099.0, 9045.0, 9063.0, 9040.0, 9063.0, 9027.0, 9068.0, 9024.0, 9031.0, 8991.0, 9031.0, 9006.0, 9035.0, 9007.0, 9036.0, 9005.0, 9037.0, 9024.0, 9055.0, 9007.0, 9053.0, 9075.0, 9035.0, 9060.0, 9023.0, 9055.0, 9017.0, 9032.0, 9022.0, 9051.0, 9018.0, 9035.0, 9028.0, 9019.0, 9068.0, 9022.0, 9061.0, 9025.0, 9050.0, 9028.0, 9063.0, 9043.0, 9050.0, 9043.0, 9052.0, 9031.0, 9063.0, 9040.0, 9047.0, 9024.0, 9062.0, 9019.0, 9047.0, 8985.0, 9016.0, 9028.0, 9017.0, 9073.0, 9020.0, 9057.0, 9020.0, 9046.0, 9023.0, 9049.0, 9015.0, 9037.0, 9005.0, 9038.0, 9037.0, 9039.0, 9062.0, 9029.0, 9067.0, 9047.0, 9063.0, 9032.0, 9064.0, 9044.0, 9068.0, 9031.0, 9053.0, 9027.0, 9050.0, 9021.0, 9038.0, 9006.0, 9034.0, 8984.0, 9017.0, 9072.0, 9020.0, 9054.0, 9018.0, 9059.0, 9026.0, 9077.0, 9027.0, 9058.0, 9021.0, 9061.0, 9038.0, 9061.0, 9021.0, 9047.0, 9024.0, 9051.0, 9022.0, 9038.0, 8989.0, 9036.0, 9020.0, 9038.0, 9062.0, 9024.0, 9033.0, 9024.0, 9079.0, 9040.0, 9079.0, 9037.0, 9061.0, 9025.0, 9077.0, 9041.0, 9033.0, 9024.0, 9028.0, 9036.0, 9076.0, 9051.0, 9057.0, 9018.0, 9027.0, 9018.0, 9046.0, 9014.0, 9029.0, 9000.0, 9013.0, 8986.0, 9027.0, 9028.0, 9003.0, 9039.0, 9018.0, 9044.0, 9025.0, 9052.0, 9041.0, 9014.0, 9044.0, 9030.0, 9048.0, 9097.0, 9060.0, 9079.0, 9025.0, 9059.0, 9027.0, 9061.0, 9033.0, 9042.0, 9000.0, 9028.0, 9018.0, 9031.0, 8996.0, 9012.0, 8999.0, 9019.0, 9045.0, 9020.0, 9055.0, 9020.0, 9045.0, 9022.0, 9060.0, 9024.0, 9044.0, 9021.0, 9032.0, 9023.0, 9049.0, 9023.0, 9050.0, 9021.0, 9034.0, 9008.0, 9022.0, 9073.0, 9021.0, 9059.0, 9025.0, 9060.0, 9024.0, 9056.0, 9020.0, 9054.0, 9021.0, 9040.0, 9018.0, 9022.0, 9023.0, 9058.0, 9037.0, 9043.0, 9021.0, 9044.0, 9022.0, 9063.0, 9020.0, 9026.0, 8996.0, 9012.0, 9004.0, 9030.0, 8999.0, 9014.0, 8984.0, 9015.0, 9003.0, 9031.0, 9002.0, 9033.0, 9003.0, 9039.0, 9010.0, 9039.0, 9007.0, 9036.0, 9009.0, 9039.0, 9037.0, 9025.0, 9006.0, 9020.0, 9076.0, 9036.0, 9046.0, 9036.0, 9071.0, 9035.0, 9057.0, 9023.0, 9057.0, 9023.0, 9057.0, 9024.0, 9060.0, 9034.0, 9026.0, 9017.0, 9025.0, 9016.0, 9029.0, 9018.0, 9031.0, 9019.0, 9037.0, 9016.0, 9035.0, 9015.0, 9034.0, 9021.0, 9040.0, 9008.0, 9038.0, 9019.0, 9036.0, 9022.0, 9051.0, 9022.0, 9033.0, 9021.0, 9034.0, 9022.0, 9038.0, 9022.0, 9044.0, 9021.0, 9045.0, 9024.0, 9046.0, 9038.0, 9031.0, 9024.0, 9033.0, 9041.0, 9064.0, 9039.0, 9046.0, 9026.0, 9049.0, 9026.0, 9047.0, 9023.0, 9048.0, 9028.0, 9060.0, 9043.0, 9042.0, 9020.0, 9045.0, 9025.0, 9045.0, 9034.0, 9031.0, 9021.0, 9049.0, 9023.0, 9037.0, 9023.0, 9036.0, 9026.0, 9054.0, 9039.0, 9040.0, 9011.0, 9041.0, 9021.0, 9043.0, 9042.0, 9040.0, 9039.0, 9041.0, 9083.0, 9042.0, 9066.0, 9042.0, 9079.0, 9027.0, 9079.0, 9042.0, 9062.0, 9040.0, 9063.0, 9038.0, 9064.0, 9040.0, 9046.0, 9020.0, 9034.0, 9023.0, 9036.0, 9019.0, 9033.0, 9019.0, 9031.0, 9016.0, 9052.0, 9023.0, 9033.0, 9018.0, 9033.0, 9017.0, 9034.0, 9022.0, 9032.0, 9019.0, 9035.0, 9018.0, 9032.0, 9003.0, 9017.0, 9000.0, 9034.0, 9066.0, 9015.0, 9054.0, 9018.0, 9024.0, 9022.0, 9045.0, 9038.0, 9046.0, 9039.0, 9065.0, 9045.0, 9068.0, 9044.0, 9068.0, 9046.0, 9083.0, 9060.0, 9050.0, 9024.0, 9050.0, 9026.0, 9062.0, 9024.0, 9035.0, 9005.0, 9022.0, 9016.0, 9022.0, 9055.0, 9022.0, 9057.0, 9016.0, 9060.0, 9022.0, 9030.0, 9020.0, 9031.0, 9021.0, 9035.0, 9022.0, 9033.0, 9021.0, 9032.0, 9007.0, 9036.0, 9003.0, 9038.0, 9033.0, 9039.0, 9064.0, 9040.0, 9059.0, 9040.0, 9049.0, 9027.0, 9064.0, 9038.0, 9062.0, 9025.0, 9060.0, 9044.0, 9065.0, 9040.0, 9075.0, 9023.0, 9027.0, 9021.0, 9059.0, 9024.0, 9055.0, 9020.0, 9055.0, 9017.0, 9056.0, 9020.0, 9057.0, 9020.0, 9054.0, 9018.0, 9056.0, 9023.0, 9041.0, 9019.0, 9044.0, 9023.0, 9058.0, 9038.0, 9030.0, 9019.0, 9054.0, 9018.0, 9039.0, 9017.0, 9050.0, 9015.0, 9025.0, 9019.0, 9040.0, 9020.0, 9055.0, 9021.0, 9057.0, 9023.0, 9042.0, 9021.0, 9045.0, 9026.0, 9062.0, 9036.0, 9062.0, 9027.0, 9049.0, 9041.0, 9065.0, 9042.0, 9049.0, 9040.0, 9050.0, 9041.0, 9078.0, 9048.0, 9028.0, 9044.0, 9070.0, 9047.0, 9043.0, 9046.0, 9080.0, 9041.0, 9065.0, 9041.0, 9077.0, 9026.0, 9074.0, 9024.0, 9062.0, 9040.0, 9061.0, 9022.0, 9060.0, 9025.0, 9079.0, 9038.0, 9036.0, 9023.0, 9048.0, 9039.0, 9080.0, 9056.0, 9048.0, 9040.0, 9062.0, 9036.0, 9064.0, 9040.0, 9043.0, 9024.0, 9047.0, 9026.0, 9063.0, 9037.0, 9042.0, 9033.0, 9044.0, 9024.0, 9042.0, 9026.0, 9062.0, 9042.0, 9068.0, 9046.0, 9026.0, 9044.0, 9081.0, 9045.0, 9082.0, 9040.0, 9063.0, 9024.0, 9034.0, 9027.0, 9053.0, 9023.0, 9034.0, 9021.0, 9036.0, 9042.0, 9052.0, 9039.0, 9046.0, 9022.0, 9049.0, 9024.0, 9035.0, 9024.0, 9032.0, 9028.0, 9053.0, 9024.0, 9035.0, 9021.0, 9033.0, 9020.0, 9037.0, 9018.0, 9020.0, 9000.0, 9022.0, 9003.0, 9034.0, 9006.0, 9036.0, 9005.0, 9039.0, 9010.0, 9039.0, 9026.0, 9052.0, 9027.0, 9056.0, 9007.0, 9025.0, 9005.0, 9021.0, 9061.0, 9022.0, 9060.0, 9022.0, 9042.0, 9005.0, 9015.0, 9020.0, 9034.0, 9022.0, 9034.0, 9023.0, 9047.0, 9031.0, 9051.0, 9043.0, 9067.0, 9044.0, 9069.0, 9046.0, 9063.0, 9025.0, 9046.0, 9021.0, 9052.0, 9005.0, 9029.0, 8999.0, 9018.0, 9001.0, 9036.0, 9006.0, 9033.0, 9022.0, 9040.0, 9043.0, 9061.0, 9030.0, 9074.0, 9025.0, 9040.0, 8994.0, 9037.0, 9088.0, 9020.0, 9055.0, 9017.0, 9056.0, 9019.0, 9042.0, 9021.0, 9026.0, 9020.0, 9033.0, 9023.0, 9032.0, 9017.0, 9029.0, 9018.0, 9035.0, 9022.0, 9031.0, 9021.0, 9031.0, 9024.0, 9044.0, 9038.0, 9026.0, 9023.0, 9046.0, 9034.0, 9059.0, 9019.0, 9024.0, 9001.0, 9012.0, 9014.0, 9016.0, 9010.0, 9013.0, 9000.0, 9017.0, 9002.0, 9019.0, 9020.0, 9019.0, 9020.0, 9033.0, 9019.0, 9040.0, 9047.0, 9074.0, 9066.0, 9052.0, 9066.0, 9049.0, 9061.0, 9045.0, 9058.0, 9043.0, 9040.0, 9041.0, 9053.0, 9042.0, 9054.0, 9025.0, 9035.0, 9024.0, 9035.0, 9042.0, 9053.0, 9044.0, 9050.0, 9045.0, 9055.0, 9049.0, 9070.0, 9047.0, 9067.0, 9030.0, 9066.0, 9030.0, 9078.0, 9038.0, 9034.0, 9020.0, 9029.0, 9024.0, 9035.0, 9019.0, 9028.0, 9005.0, 9037.0, 9006.0, 9035.0, 9021.0, 9039.0, 9039.0, 9057.0, 9042.0, 9054.0, 9026.0, 9050.0, 9025.0, 9069.0, 9023.0, 9060.0, 9018.0, 9029.0, 9021.0, 9047.0, 9023.0, 9043.0, 9034.0, 9046.0, 9040.0, 9028.0, 9043.0, 9040.0, 9043.0, 9045.0, 9073.0, 9044.0, 9066.0, 9027.0, 9052.0, 9027.0, 9050.0, 9024.0, 9032.0, 9024.0, 9048.0, 9026.0, 9076.0, 9022.0, 9030.0, 9021.0, 9035.0, 9020.0, 9030.0, 9020.0, 9034.0, 9021.0, 9035.0, 9021.0, 9036.0, 9059.0, 9033.0, 9059.0, 9025.0, 9065.0, 9042.0, 9044.0, 9044.0, 9068.0, 9047.0, 9065.0, 9045.0, 9069.0, 9047.0, 9069.0, 9029.0, 9049.0, 9026.0, 9051.0, 9022.0, 9036.0, 9024.0, 9034.0, 9040.0, 9052.0, 9024.0, 9042.0, 9025.0, 9040.0, 9027.0, 9059.0, 9042.0, 9055.0, 9026.0, 9039.0, 9026.0, 9070.0, 9025.0, 9035.0, 9004.0, 9037.0, 9031.0, 9032.0, 8984.0, 9016.0, 9001.0, 9022.0, 9004.0, 9019.0, 9002.0, 9017.0, 9005.0, 9038.0, 9022.0, 9051.0, 9021.0, 9037.0, 9020.0, 9039.0, 9006.0, 9037.0, 9006.0, 9024.0, 9032.0, 9034.0, 9002.0, 9036.0, 9006.0, 9037.0, 9008.0, 9040.0, 8991.0, 9036.0, 9076.0, 9022.0, 9056.0, 9019.0, 9030.0, 9019.0, 9047.0, 9019.0, 9028.0, 9019.0, 9032.0, 9022.0, 9034.0, 9024.0, 9039.0, 9022.0, 9026.0, 9009.0, 9041.0, 9013.0, 9040.0, 9010.0, 9045.0, 9069.0, 9045.0, 9023.0, 9040.0, 9078.0, 9044.0, 9065.0, 9037.0, 9034.0, 9020.0, 9034.0, 9018.0, 9035.0, 9041.0, 9035.0, 9024.0, 9036.0, 9031.0, 9100.0, 9056.0, 9100.0, 9080.0, 9023.0, 9040.0, 9072.0, 9019.0, 9023.0, 9000.0, 9031.0, 9019.0, 9041.0, 9030.0, 9024.0, 9059.0, 9017.0, 9039.0, 8999.0, 9049.0, 8994.0, 9032.0, 8986.0, 9003.0, 8975.0, 8990.0, 8972.0, 8987.0, 8954.0, 8987.0, 9010.0, 8990.0, 9044.0, 8995.0, 9030.0, 9012.0, 9026.0, 9019.0, 9005.0, 9018.0, 9004.0, 9018.0, 9002.0, 9020.0, 9004.0, 9035.0, 9006.0, 9037.0, 9021.0, 9024.0, 9023.0, 9038.0, 9021.0, 9037.0, 9022.0, 9020.0, 9001.0, 9034.0, 9002.0, 9025.0, 9074.0, 9023.0, 9059.0, 9025.0, 9035.0, 9029.0, 9052.0, 9044.0, 9055.0, 9056.0, 9085.0, 9064.0, 9060.0, 9049.0, 9031.0, 9058.0, 9100.0, 9049.0, 9084.0, 9058.0, 9052.0, 9043.0, 9040.0, 9045.0, 9041.0, 9044.0, 9014.0, 9043.0, 9028.0, 9058.0, 9056.0, 9043.0, 9010.0, 9039.0, 9052.0, 9043.0, 9079.0, 9043.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.00024208180708180712</td></tr>
<tr><td colspan=3>aqi</td><td>0.01996902576312576</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.0761312812034</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2018471032131939</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9974425563225415</td></tr>
<tr><td colspan=3>efc</td><td>0.443</td></tr>
<tr><td colspan=3>fber</td><td>7983.1152</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08569718845829624</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7326007326007326</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.346679040468402</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2843410364461567</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.626910937369563</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1287851475894866</td></tr>
<tr><td colspan=3>gcor</td><td>0.00771267</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014913435094058514</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028367267921566963</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</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.7988687352708186</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>33.2226</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.782</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.7648</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309541.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>679.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.242</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0823</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.0607</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3331.6829</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67003.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1025.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.6935</td></tr>
<tr><td colspan=3>tsnr</td><td>45.08233368396759</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>