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

616 lines
No EOL
188 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-0007_ses-02_task-alignvideo_acq-mb8_run-02_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-0007_ses-02_task-alignvideo_acq-mb8_run-02_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-02_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_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-02_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_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-02_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_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-0007/ses-02/func/sub-0007_ses-02_task-alignvideo_acq-mb8_run-02_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>db16c57136ce850714210c3f94339d3f</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:24:59.845000</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.999818, 0.0187103, 0.00379972, -0.019023, 0.993201, 0.114845]</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0937812</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7776, -7169, 596, -30, -218, 25, 20]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a6cebd64-93af-4999-9baa-318d54620c98||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.6824378967285156, -0.05103723332285881, 0.0043877423740923405, 113.08210754394531], [-0.05019844323396683, 2.6646862030029297, 0.3102211058139801, -99.345947265625], [0.010194364003837109, -0.3081217110157013, 2.6821155548095703, -18.072921752929688], [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, 1859]</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, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'AcquisitionTime': ['162459.845000', '162500.305000', '162500.765000', '162501.225000', '162501.685000', '162502.145000', '162502.605000', '162503.065000', '162503.525000', '162503.985000', '162504.445000', '162504.905000', '162505.365000', '162505.825000', '162506.285000', '162506.745000', '162507.205000', '162507.665000', '162508.125000', '162508.585000', '162509.045000', '162509.505000', '162509.965000', '162510.425000', '162510.885000', '162511.345000', '162511.805000', '162512.265000', '162512.725000', '162513.185000', '162513.645000', '162514.105000', '162514.565000', '162515.025000', '162515.485000', '162515.945000', '162516.405000', '162516.865000', '162517.325000', '162517.785000', '162518.245000', '162518.705000', '162519.165000', '162519.625000', '162520.085000', '162520.545000', '162521.005000', '162521.465000', '162521.925000', '162522.385000', '162522.845000', '162523.305000', '162523.765000', '162524.225000', '162524.685000', '162525.145000', '162525.605000', '162526.065000', '162526.525000', '162526.985000', '162527.445000', '162527.905000', '162528.365000', '162528.825000', '162529.285000', '162529.745000', '162530.205000', '162530.665000', '162531.125000', '162531.585000', '162532.045000', '162532.505000', '162532.965000', '162533.425000', '162533.885000', '162534.345000', '162534.805000', '162535.265000', '162535.725000', '162536.185000', '162536.645000', '162537.105000', '162537.565000', '162538.025000', '162538.485000', '162538.945000', '162539.405000', '162539.865000', '162540.325000', '162540.785000', '162541.245000', '162541.705000', '162542.165000', '162542.625000', '162543.085000', '162543.545000', '162544.005000', '162544.465000', '162544.925000', '162545.385000', '162545.845000', '162546.305000', '162546.765000', '162547.225000', '162547.685000', '162548.145000', '162548.605000', '162549.065000', '162549.525000', '162549.985000', '162550.445000', '162550.905000', '162551.365000', '162551.825000', '162552.285000', '162552.745000', '162553.205000', '162553.665000', '162554.125000', '162554.585000', '162555.045000', '162555.505000', '162555.965000', '162556.425000', '162556.885000', '162557.345000', '162557.805000', '162558.265000', '162558.725000', '162559.185000', '162559.645000', '162600.105000', '162600.565000', '162601.025000', '162601.485000', '162601.945000', '162602.405000', '162602.865000', '162603.325000', '162603.785000', '162604.245000', '162604.705000', '162605.165000', '162605.625000', '162606.085000', '162606.545000', '162607.005000', '162607.465000', '162607.925000', '162608.385000', '162608.845000', '162609.305000', '162609.765000', '162610.225000', '162610.685000', '162611.145000', '162611.605000', '162612.065000', '162612.525000', '162612.985000', '162613.445000', '162613.905000', '162614.365000', '162614.825000', '162615.285000', '162615.745000', '162616.205000', '162616.665000', '162617.125000', '162617.585000', '162618.045000', '162618.505000', '162618.965000', '162619.425000', '162619.885000', '162620.345000', '162620.805000', '162621.265000', '162621.725000', '162622.185000', '162622.645000', '162623.105000', '162623.565000', '162624.025000', '162624.485000', '162624.945000', '162625.405000', '162625.865000', '162626.325000', '162626.785000', '162627.245000', '162627.705000', '162628.165000', '162628.625000', '162629.085000', '162629.545000', '162630.005000', '162630.465000', '162630.925000', '162631.385000', '162631.845000', '162632.305000', '162632.765000', '162633.225000', '162633.685000', '162634.145000', '162634.605000', '162635.065000', '162635.525000', '162635.985000', '162636.445000', '162636.905000', '162637.365000', '162637.825000', '162638.285000', '162638.745000', '162639.205000', '162639.665000', '162640.125000', '162640.585000', '162641.045000', '162641.505000', '162641.965000', '162642.425000', '162642.885000', '162643.345000', '162643.805000', '162644.265000', '162644.725000', '162645.185000', '162645.645000', '162646.105000', '162646.565000', '162647.025000', '162647.485000', '162647.945000', '162648.405000', '162648.865000', '162649.325000', '162649.785000', '162650.245000', '162650.705000', '162651.165000', '162651.625000', '162652.085000', '162652.545000', '162653.005000', '162653.465000', '162653.925000', '162654.385000', '162654.845000', '162655.305000', '162655.765000', '162656.225000', '162656.685000', '162657.145000', '162657.605000', '162658.065000', '162658.525000', '162658.985000', '162659.445000', '162659.905000', '162700.365000', '162700.825000', '162701.285000', '162701.745000', '162702.205000', '162702.665000', '162703.125000', '162703.585000', '162704.045000', '162704.505000', '162704.965000', '162705.425000', '162705.885000', '162706.345000', '162706.805000', '162707.265000', '162707.725000', '162708.185000', '162708.645000', '162709.105000', '162709.565000', '162710.025000', '162710.485000', '162710.945000', '162711.405000', '162711.865000', '162712.325000', '162712.785000', '162713.245000', '162713.705000', '162714.165000', '162714.625000', '162715.085000', '162715.545000', '162716.005000', '162716.465000', '162716.925000', '162717.385000', '162717.845000', '162718.305000', '162718.765000', '162719.225000', '162719.685000', '162720.145000', '162720.605000', '162721.065000', '162721.525000', '162721.985000', '162722.445000', '162722.905000', '162723.365000', '162723.825000', '162724.285000', '162724.745000', '162725.205000', '162725.665000', '162726.125000', '162726.585000', '162727.045000', '162727.505000', '162727.965000', '162728.425000', '162728.885000', '162729.345000', '162729.805000', '162730.265000', '162730.725000', '162731.185000', '162731.645000', '162732.105000', '162732.565000', '162733.025000', '162733.485000', '162733.945000', '162734.405000', '162734.865000', '162735.325000', '162735.785000', '162736.245000', '162736.705000', '162737.165000', '162737.625000', '162738.085000', '162738.545000', '162739.005000', '162739.465000', '162739.925000', '162740.385000', '162740.845000', '162741.305000', '162741.765000', '162742.225000', '162742.685000', '162743.145000', '162743.605000', '162744.065000', '162744.525000', '162744.985000', '162745.445000', '162745.905000', '162746.365000', '162746.825000', '162747.285000', '162747.745000', '162748.205000', '162748.665000', '162749.125000', '162749.585000', '162750.045000', '162750.505000', '162750.965000', '162751.425000', '162751.885000', '162752.345000', '162752.805000', '162753.265000', '162753.725000', '162754.185000', '162754.645000', '162755.105000', '162755.565000', '162756.025000', '162756.485000', '162756.945000', '162757.405000', '162757.865000', '162758.325000', '162758.785000', '162759.245000', '162759.705000', '162800.165000', '162800.625000', '162801.085000', '162801.545000', '162802.005000', '162802.465000', '162802.925000', '162803.385000', '162803.845000', '162804.305000', '162804.765000', '162805.225000', '162805.685000', '162806.145000', '162806.605000', '162807.065000', '162807.525000', '162807.985000', '162808.445000', '162808.905000', '162809.365000', '162809.825000', '162810.285000', '162810.745000', '162811.205000', '162811.665000', '162812.125000', '162812.585000', '162813.045000', '162813.505000', '162813.965000', '162814.425000', '162814.885000', '162815.345000', '162815.805000', '162816.265000', '162816.725000', '162817.185000', '162817.645000', '162818.105000', '162818.565000', '162819.025000', '162819.485000', '162819.945000', '162820.405000', '162820.865000', '162821.325000', '162821.785000', '162822.245000', '162822.705000', '162823.165000', '162823.625000', '162824.085000', '162824.545000', '162825.005000', '162825.465000', '162825.925000', '162826.385000', '162826.845000', '162827.305000', '162827.765000', '162828.225000', '162828.685000', '162829.145000', '162829.605000', '162830.065000', '162830.525000', '162830.985000', '162831.445000', '162831.905000', '162832.365000', '162832.825000', '162833.285000', '162833.745000', '162834.205000', '162834.665000', '162835.125000', '162835.585000', '162836.045000', '162836.505000', '162836.965000', '162837.425000', '162837.885000', '162838.345000', '162838.805000', '162839.265000', '162839.725000', '162840.185000', '162840.645000', '162841.105000', '162841.565000', '162842.025000', '162842.485000', '162842.945000', '162843.405000', '162843.865000', '162844.325000', '162844.785000', '162845.245000', '162845.705000', '162846.165000', '162846.625000', '162847.085000', '162847.545000', '162848.005000', '162848.465000', '162848.925000', '162849.385000', '162849.845000', '162850.305000', '162850.765000', '162851.225000', '162851.685000', '162852.145000', '162852.605000', '162853.065000', '162853.525000', '162853.985000', '162854.445000', '162854.905000', '162855.365000', '162855.825000', '162856.285000', '162856.745000', '162857.205000', '162857.665000', '162858.125000', '162858.585000', '162859.045000', '162859.505000', '162859.965000', '162900.425000', '162900.885000', '162901.345000', '162901.805000', '162902.265000', '162902.725000', '162903.185000', '162903.645000', '162904.105000', '162904.565000', '162905.025000', '162905.485000', '162905.945000', '162906.405000', '162906.865000', '162907.325000', '162907.785000', '162908.245000', '162908.705000', '162909.165000', '162909.625000', '162910.085000', '162910.545000', '162911.005000', '162911.465000', '162911.925000', '162912.385000', '162912.845000', '162913.305000', '162913.765000', '162914.225000', '162914.685000', '162915.145000', '162915.605000', '162916.065000', '162916.525000', '162916.985000', '162917.445000', '162917.905000', '162918.365000', '162918.825000', '162919.285000', '162919.745000', '162920.205000', '162920.665000', '162921.125000', '162921.585000', '162922.045000', '162922.505000', '162922.965000', '162923.425000', '162923.885000', '162924.345000', '162924.805000', '162925.265000', '162925.725000', '162926.185000', '162926.645000', '162927.105000', '162927.565000', '162928.025000', '162928.485000', '162928.945000', '162929.405000', '162929.865000', '162930.325000', '162930.785000', '162931.245000', '162931.705000', '162932.165000', '162932.625000', '162933.085000', '162933.545000', '162934.005000', '162934.465000', '162934.925000', '162935.385000', '162935.845000', '162936.305000', '162936.765000', '162937.225000', '162937.685000', '162938.145000', '162938.605000', '162939.065000', '162939.525000', '162939.985000', '162940.445000', '162940.905000', '162941.365000', '162941.825000', '162942.285000', '162942.745000', '162943.205000', '162943.665000', '162944.125000', '162944.585000', '162945.045000', '162945.505000', '162945.965000', '162946.425000', '162946.885000', '162947.345000', '162947.805000', '162948.265000', '162948.725000', '162949.185000', '162949.645000', '162950.105000', '162950.565000', '162951.025000', '162951.485000', '162951.945000', '162952.405000', '162952.865000', '162953.325000', '162953.785000', '162954.245000', '162954.705000', '162955.165000', '162955.625000', '162956.085000', '162956.545000', '162957.005000', '162957.465000', '162957.925000', '162958.385000', '162958.845000', '162959.305000', '162959.765000', '163000.225000', '163000.685000', '163001.145000', '163001.605000', '163002.065000', '163002.525000', '163002.985000', '163003.445000', '163003.905000', '163004.365000', '163004.825000', '163005.285000', '163005.745000', '163006.205000', '163006.665000', '163007.125000', '163007.585000', '163008.045000', '163008.505000', '163008.965000', '163009.425000', '163009.885000', '163010.345000', '163010.805000', '163011.265000', '163011.725000', '163012.185000', '163012.645000', '163013.105000', '163013.565000', '163014.025000', '163014.485000', '163014.945000', '163015.405000', '163015.865000', '163016.325000', '163016.785000', '163017.245000', '163017.705000', '163018.165000', '163018.625000', '163019.085000', '163019.545000', '163020.005000', '163020.465000', '163020.925000', '163021.385000', '163021.845000', '163022.305000', '163022.765000', '163023.225000', '163023.685000', '163024.145000', '163024.605000', '163025.065000', '163025.525000', '163025.985000', '163026.445000', '163026.905000', '163027.365000', '163027.825000', '163028.285000', '163028.745000', '163029.205000', '163029.665000', '163030.125000', '163030.585000', '163031.045000', '163031.505000', '163031.965000', '163032.425000', '163032.885000', '163033.345000', '163033.805000', '163034.265000', '163034.725000', '163035.185000', '163035.645000', '163036.105000', '163036.565000', '163037.025000', '163037.485000', '163037.945000', '163038.405000', '163038.865000', '163039.325000', '163039.785000', '163040.245000', '163040.705000', '163041.165000', '163041.625000', '163042.085000', '163042.545000', '163043.005000', '163043.465000', '163043.925000', '163044.385000', '163044.845000', '163045.305000', '163045.765000', '163046.225000', '163046.685000', '163047.145000', '163047.605000', '163048.065000', '163048.525000', '163048.985000', '163049.445000', '163049.905000', '163050.365000', '163050.825000', '163051.285000', '163051.745000', '163052.205000', '163052.665000', '163053.125000', '163053.585000', '163054.045000', '163054.505000', '163054.965000', '163055.425000', '163055.885000', '163056.345000', '163056.805000', '163057.265000', '163057.725000', '163058.185000', '163058.645000', '163059.105000', '163059.565000', '163100.025000', '163100.485000', '163100.945000', '163101.405000', '163101.865000', '163102.325000', '163102.785000', '163103.245000', '163103.705000', '163104.165000', '163104.625000', '163105.085000', '163105.545000', '163106.005000', '163106.465000', '163106.925000', '163107.385000', '163107.845000', '163108.305000', '163108.765000', '163109.225000', '163109.685000', '163110.145000', '163110.605000', '163111.065000', '163111.525000', '163111.985000', '163112.445000', '163112.905000', '163113.365000', '163113.825000', '163114.285000', '163114.745000', '163115.205000', '163115.665000', '163116.125000', '163116.585000', '163117.045000', '163117.505000', '163117.965000', '163118.425000', '163118.885000', '163119.345000', '163119.805000', '163120.265000', '163120.725000', '163121.185000', '163121.645000', '163122.105000', '163122.565000', '163123.025000', '163123.485000', '163123.945000', '163124.405000', '163124.865000', '163125.325000', '163125.785000', '163126.245000', '163126.705000', '163127.165000', '163127.625000', '163128.085000', '163128.545000', '163129.005000', '163129.465000', '163129.925000', '163130.385000', '163130.845000', '163131.305000', '163131.765000', '163132.225000', '163132.685000', '163133.145000', '163133.605000', '163134.065000', '163134.525000', '163134.985000', '163135.445000', '163135.905000', '163136.365000', '163136.825000', '163137.285000', '163137.745000', '163138.205000', '163138.665000', '163139.125000', '163139.585000', '163140.045000', '163140.505000', '163140.965000', '163141.425000', '163141.885000', '163142.345000', '163142.805000', '163143.265000', '163143.725000', '163144.185000', '163144.645000', '163145.105000', '163145.565000', '163146.025000', '163146.485000', '163146.945000', '163147.405000', '163147.865000', '163148.325000', '163148.785000', '163149.245000', '163149.705000', '163150.165000', '163150.625000', '163151.085000', '163151.545000', '163152.005000', '163152.465000', '163152.925000', '163153.385000', '163153.845000', '163154.305000', '163154.765000', '163155.225000', '163155.685000', '163156.145000', '163156.605000', '163157.065000', '163157.525000', '163157.985000', '163158.445000', '163158.905000', '163159.365000', '163159.825000', '163200.285000', '163200.745000', '163201.205000', '163201.665000', '163202.125000', '163202.585000', '163203.045000', '163203.505000', '163203.965000', '163204.425000', '163204.885000', '163205.345000', '163205.805000', '163206.265000', '163206.725000', '163207.185000', '163207.645000', '163208.105000', '163208.565000', '163209.025000', '163209.485000', '163209.945000', '163210.405000', '163210.865000', '163211.325000', '163211.785000', '163212.245000', '163212.705000', '163213.165000', '163213.625000', '163214.085000', '163214.545000', '163215.005000', '163215.465000', '163215.925000', '163216.385000', '163216.845000', '163217.305000', '163217.765000', '163218.225000', '163218.685000', '163219.145000', '163219.605000', '163220.065000', '163220.525000', '163220.985000', '163221.445000', '163221.905000', '163222.365000', '163222.825000', '163223.285000', '163223.745000', '163224.205000', '163224.665000', '163225.125000', '163225.585000', '163226.045000', '163226.505000', '163226.965000', '163227.425000', '163227.885000', '163228.345000', '163228.805000', '163229.265000', '163229.725000', '163230.185000', '163230.645000', '163231.105000', '163231.565000', '163232.025000', '163232.485000', '163232.945000', '163233.405000', '163233.865000', '163234.325000', '163234.785000', '163235.245000', '163235.705000', '163236.165000', '163236.625000', '163237.085000', '163237.545000', '163238.005000', '163238.465000', '163238.925000', '163239.385000', '163239.845000', '163240.305000', '163240.765000', '163241.225000', '163241.685000', '163242.145000', '163242.605000', '163243.065000', '163243.525000', '163243.985000', '163244.445000', '163244.905000', '163245.365000', '163245.825000', '163246.285000', '163246.745000', '163247.205000', '163247.665000', '163248.125000', '163248.585000', '163249.045000', '163249.505000', '163249.965000', '163250.425000', '163250.885000', '163251.345000', '163251.805000', '163252.265000', '163252.725000', '163253.185000', '163253.645000', '163254.105000', '163254.565000', '163255.025000', '163255.485000', '163255.945000', '163256.405000', '163256.865000', '163257.325000', '163257.785000', '163258.245000', '163258.705000', '163259.165000', '163259.625000', '163300.085000', '163300.545000', '163301.005000', '163301.465000', '163301.925000', '163302.385000', '163302.845000', '163303.305000', '163303.765000', '163304.225000', '163304.685000', '163305.145000', '163305.605000', '163306.065000', '163306.525000', '163306.985000', '163307.445000', '163307.905000', '163308.365000', '163308.825000', '163309.285000', '163309.745000', '163310.205000', '163310.665000', '163311.125000', '163311.585000', '163312.045000', '163312.505000', '163312.965000', '163313.425000', '163313.885000', '163314.345000', '163314.805000', '163315.265000', '163315.725000', '163316.185000', '163316.645000', '163317.105000', '163317.565000', '163318.025000', '163318.485000', '163318.945000', '163319.405000', '163319.865000', '163320.325000', '163320.785000', '163321.245000', '163321.705000', '163322.165000', '163322.625000', '163323.085000', '163323.545000', '163324.005000', '163324.465000', '163324.925000', '163325.385000', '163325.845000', '163326.305000', '163326.765000', '163327.225000', '163327.685000', '163328.145000', '163328.605000', '163329.065000', '163329.525000', '163329.985000', '163330.445000', '163330.905000', '163331.365000', '163331.825000', '163332.285000', '163332.745000', '163333.205000', '163333.665000', '163334.125000', '163334.585000', '163335.045000', '163335.505000', '163335.965000', '163336.425000', '163336.885000', '163337.345000', '163337.805000', '163338.265000', '163338.725000', '163339.185000', '163339.645000', '163340.105000', '163340.565000', '163341.025000', '163341.485000', '163341.945000', '163342.405000', '163342.865000', '163343.325000', '163343.785000', '163344.245000', '163344.705000', '163345.165000', '163345.625000', '163346.085000', '163346.545000', '163347.005000', '163347.465000', '163347.925000', '163348.385000', '163348.845000', '163349.305000', '163349.765000', '163350.225000', '163350.685000', '163351.145000', '163351.605000', '163352.065000', '163352.525000', '163352.985000', '163353.445000', '163353.905000', '163354.365000', '163354.825000', '163355.285000', '163355.745000', '163356.205000', '163356.665000', '163357.125000', '163357.585000', '163358.045000', '163358.505000', '163358.965000', '163359.425000', '163359.885000', '163400.345000', '163400.805000', '163401.265000', '163401.725000', '163402.185000', '163402.645000', '163403.105000', '163403.565000', '163404.025000', '163404.485000', '163404.945000', '163405.405000', '163405.865000', '163406.325000', '163406.785000', '163407.245000', '163407.705000', '163408.165000', '163408.625000', '163409.085000', '163409.545000', '163410.005000', '163410.465000', '163410.925000', '163411.385000', '163411.845000', '163412.305000', '163412.765000', '163413.225000', '163413.685000', '163414.145000', '163414.605000', '163415.065000', '163415.525000', '163415.985000', '163416.445000', '163416.905000', '163417.365000', '163417.825000', '163418.285000', '163418.745000', '163419.205000', '163419.665000', '163420.125000', '163420.585000', '163421.045000', '163421.505000', '163421.965000', '163422.425000', '163422.885000', '163423.345000', '163423.805000', '163424.265000', '163424.725000', '163425.185000', '163425.645000', '163426.105000', '163426.565000', '163427.025000', '163427.485000', '163427.945000', '163428.405000', '163428.865000', '163429.325000', '163429.785000', '163430.245000', '163430.705000', '163431.165000', '163431.625000', '163432.085000', '163432.545000', '163433.005000', '163433.465000', '163433.925000', '163434.385000', '163434.845000', '163435.305000', '163435.765000', '163436.225000', '163436.685000', '163437.145000', '163437.605000', '163438.065000', '163438.525000', '163438.985000', '163439.445000', '163439.905000', '163440.365000', '163440.825000', '163441.285000', '163441.745000', '163442.205000', '163442.665000', '163443.125000', '163443.585000', '163444.045000', '163444.505000', '163444.965000', '163445.425000', '163445.885000', '163446.345000', '163446.805000', '163447.265000', '163447.725000', '163448.185000', '163448.645000', '163449.105000', '163449.565000', '163450.025000', '163450.485000', '163450.945000', '163451.405000', '163451.865000', '163452.325000', '163452.785000', '163453.245000', '163453.705000', '163454.165000', '163454.625000', '163455.085000', '163455.545000', '163456.005000', '163456.465000', '163456.925000', '163457.385000', '163457.845000', '163458.305000', '163458.765000', '163459.225000', '163459.685000', '163500.145000', '163500.605000', '163501.065000', '163501.525000', '163501.985000', '163502.445000', '163502.905000', '163503.365000', '163503.825000', '163504.285000', '163504.745000', '163505.205000', '163505.665000', '163506.125000', '163506.585000', '163507.045000', '163507.505000', '163507.965000', '163508.425000', '163508.885000', '163509.345000', '163509.805000', '163510.265000', '163510.725000', '163511.185000', '163511.645000', '163512.105000', '163512.565000', '163513.025000', '163513.485000', '163513.945000', '163514.405000', '163514.865000', '163515.325000', '163515.785000', '163516.245000', '163516.705000', '163517.165000', '163517.625000', '163518.085000', '163518.545000', '163519.005000', '163519.465000', '163519.925000', '163520.385000', '163520.845000', '163521.305000', '163521.765000', '163522.225000', '163522.685000', '163523.145000', '163523.605000', '163524.065000', '163524.525000', '163524.985000', '163525.445000', '163525.905000', '163526.365000', '163526.825000', '163527.285000', '163527.745000', '163528.205000', '163528.665000', '163529.125000', '163529.585000', '163530.045000', '163530.505000', '163530.965000', '163531.425000', '163531.885000', '163532.345000', '163532.805000', '163533.265000', '163533.725000', '163534.185000', '163534.645000', '163535.105000', '163535.565000', '163536.025000', '163536.485000', '163536.945000', '163537.405000', '163537.865000', '163538.325000', '163538.785000', '163539.245000', '163539.705000', '163540.165000', '163540.625000', '163541.085000', '163541.545000', '163542.005000', '163542.465000', '163542.925000', '163543.385000', '163543.845000', '163544.305000', '163544.765000', '163545.225000', '163545.685000', '163546.145000', '163546.605000', '163547.065000', '163547.525000', '163547.985000', '163548.445000', '163548.905000', '163549.365000', '163549.825000', '163550.285000', '163550.745000', '163551.205000', '163551.665000', '163552.125000', '163552.585000', '163553.045000', '163553.505000', '163553.965000', '163554.425000', '163554.885000', '163555.345000', '163555.805000', '163556.265000', '163556.725000', '163557.185000', '163557.645000', '163558.105000', '163558.565000', '163559.025000', '163559.485000', '163559.945000', '163600.405000', '163600.865000', '163601.325000', '163601.785000', '163602.245000', '163602.705000', '163603.165000', '163603.625000', '163604.085000', '163604.545000', '163605.005000', '163605.465000', '163605.925000', '163606.385000', '163606.845000', '163607.305000', '163607.765000', '163608.225000', '163608.685000', '163609.145000', '163609.605000', '163610.065000', '163610.525000', '163610.985000', '163611.445000', '163611.905000', '163612.365000', '163612.825000', '163613.285000', '163613.745000', '163614.205000', '163614.665000', '163615.125000', '163615.585000', '163616.045000', '163616.505000', '163616.965000', '163617.425000', '163617.885000', '163618.345000', '163618.805000', '163619.265000', '163619.725000', '163620.185000', '163620.645000', '163621.105000', '163621.565000', '163622.025000', '163622.485000', '163622.945000', '163623.405000', '163623.865000', '163624.325000', '163624.785000', '163625.245000', '163625.705000', '163626.165000', '163626.625000', '163627.085000', '163627.545000', '163628.005000', '163628.465000', '163628.925000', '163629.385000', '163629.845000', '163630.305000', '163630.765000', '163631.225000', '163631.685000', '163632.145000', '163632.605000', '163633.065000', '163633.525000', '163633.985000', '163634.445000', '163634.905000', '163635.365000', '163635.825000', '163636.285000', '163636.745000', '163637.205000', '163637.665000', '163638.125000', '163638.585000', '163639.045000', '163639.505000', '163639.965000', '163640.425000', '163640.885000', '163641.345000', '163641.805000', '163642.265000', '163642.725000', '163643.185000', '163643.645000', '163644.105000', '163644.565000', '163645.025000', '163645.485000', '163645.945000', '163646.405000', '163646.865000', '163647.325000', '163647.785000', '163648.245000', '163648.705000', '163649.165000', '163649.625000', '163650.085000', '163650.545000', '163651.005000', '163651.465000', '163651.925000', '163652.385000', '163652.845000', '163653.305000', '163653.765000', '163654.225000', '163654.685000', '163655.145000', '163655.605000', '163656.065000', '163656.525000', '163656.985000', '163657.445000', '163657.905000', '163658.365000', '163658.825000', '163659.285000', '163659.745000', '163700.205000', '163700.665000', '163701.125000', '163701.585000', '163702.045000', '163702.505000', '163702.965000', '163703.425000', '163703.885000', '163704.345000', '163704.805000', '163705.265000', '163705.725000', '163706.185000', '163706.645000', '163707.105000', '163707.565000', '163708.025000', '163708.485000', '163708.945000', '163709.405000', '163709.865000', '163710.325000', '163710.785000', '163711.245000', '163711.705000', '163712.165000', '163712.625000', '163713.085000', '163713.545000', '163714.005000', '163714.465000', '163714.925000', '163715.385000', '163715.845000', '163716.305000', '163716.765000', '163717.225000', '163717.685000', '163718.145000', '163718.605000', '163719.065000', '163719.525000', '163719.985000', '163720.445000', '163720.905000', '163721.365000', '163721.825000', '163722.285000', '163722.745000', '163723.205000', '163723.665000', '163724.125000', '163724.585000', '163725.045000', '163725.505000', '163725.965000', '163726.425000', '163726.885000', '163727.345000', '163727.805000', '163728.265000', '163728.725000', '163729.185000', '163729.645000', '163730.105000', '163730.565000', '163731.025000', '163731.485000', '163731.945000', '163732.405000', '163732.865000', '163733.325000', '163733.785000', '163734.245000', '163734.705000', '163735.165000', '163735.625000', '163736.085000', '163736.545000', '163737.005000', '163737.465000', '163737.925000', '163738.385000', '163738.845000', '163739.305000', '163739.765000', '163740.225000', '163740.685000', '163741.145000', '163741.605000', '163742.065000', '163742.525000', '163742.985000', '163743.445000', '163743.905000', '163744.365000', '163744.825000', '163745.285000', '163745.745000', '163746.205000', '163746.665000', '163747.125000', '163747.585000', '163748.045000', '163748.505000', '163748.965000', '163749.425000', '163749.885000', '163750.345000', '163750.805000', '163751.265000', '163751.725000', '163752.185000', '163752.645000', '163753.105000', '163753.565000', '163754.025000', '163754.485000', '163754.945000', '163755.405000', '163755.865000', '163756.325000', '163756.785000', '163757.245000', '163757.705000', '163758.165000', '163758.625000', '163759.085000', '163759.545000', '163800.005000', '163800.465000', '163800.925000', '163801.385000', '163801.845000', '163802.305000', '163802.765000', '163803.225000', '163803.685000', '163804.145000', '163804.605000', '163805.065000', '163805.525000', '163805.985000', '163806.445000', '163806.905000', '163807.365000', '163807.825000', '163808.285000', '163808.745000', '163809.205000', '163809.665000', '163810.125000', '163810.585000', '163811.045000', '163811.505000', '163811.965000', '163812.425000', '163812.885000', '163813.345000', '163813.805000', '163814.265000', '163814.725000', '163815.185000', '163815.645000', '163816.105000', '163816.565000', '163817.025000', '163817.485000', '163817.945000', '163818.405000', '163818.865000', '163819.325000', '163819.785000', '163820.245000', '163820.705000', '163821.165000', '163821.625000', '163822.085000', '163822.545000', '163823.005000', '163823.465000', '163823.925000', '163824.385000', '163824.845000', '163825.305000', '163825.765000', '163826.225000', '163826.685000', '163827.145000', '163827.605000', '163828.065000', '163828.525000', '163828.985000', '163829.445000', '163829.905000', '163830.365000', '163830.825000', '163831.285000', '163831.745000', '163832.205000', '163832.665000', '163833.125000', '163833.585000', '163834.045000', '163834.505000', '163834.965000', '163835.425000', '163835.885000', '163836.345000', '163836.805000', '163837.265000', '163837.725000', '163838.185000', '163838.645000', '163839.105000', '163839.565000', '163840.025000', '163840.485000', '163840.945000', '163841.405000', '163841.865000', '163842.325000', '163842.785000', '163843.245000', '163843.705000', '163844.165000', '163844.625000', '163845.085000', '163845.545000', '163846.005000', '163846.465000', '163846.925000', '163847.385000', '163847.845000', '163848.305000', '163848.765000', '163849.225000', '163849.685000', '163850.145000', '163850.605000', '163851.065000', '163851.525000', '163851.985000', '163852.445000', '163852.905000', '163853.365000', '163853.825000', '163854.285000', '163854.745000', '163855.205000', '163855.665000', '163856.125000', '163856.585000', '163857.045000', '163857.505000', '163857.965000', '163858.425000', '163858.885000', '163859.345000', '163859.805000', '163900.265000', '163900.725000', '163901.185000', '163901.645000', '163902.105000', '163902.565000', '163903.025000', '163903.485000', '163903.945000', '163904.405000', '163904.865000', '163905.325000', '163905.785000', '163906.245000', '163906.705000', '163907.165000', '163907.625000', '163908.085000', '163908.545000', '163909.005000', '163909.465000', '163909.925000', '163910.385000', '163910.845000', '163911.305000', '163911.765000', '163912.225000', '163912.685000', '163913.145000', '163913.605000', '163914.065000', '163914.525000'], 'ContentTime': ['162514.276000', '162514.280000', '162514.285000', '162514.288000', '162514.291000', '162514.294000', '162514.297000', '162514.299000', '162514.302000', '162514.305000', '162514.308000', '162514.311000', '162514.314000', '162514.317000', '162514.326000', '162514.329000', '162514.332000', '162514.335000', '162514.338000', '162514.340000', '162514.344000', '162514.346000', '162514.350000', '162514.352000', '162514.355000', '162514.358000', '162514.361000', '162514.365000', '162514.369000', '162514.371000', '162534.230000', '162534.233000', '162534.236000', '162534.239000', '162534.241000', '162534.244000', '162534.247000', '162534.250000', '162534.253000', '162534.256000', '162534.259000', '162534.261000', '162534.264000', '162534.267000', '162534.270000', '162534.273000', '162534.276000', '162534.279000', '162534.281000', '162534.284000', '162534.287000', '162534.290000', '162534.293000', '162534.295000', '162534.298000', '162534.301000', '162534.304000', '162534.307000', '162534.310000', '162534.313000', '162534.315000', '162534.323000', '162534.326000', '162534.329000', '162534.332000', '162534.335000', '162534.338000', '162534.340000', '162534.343000', '162534.346000', '162534.349000', '162534.352000', '162534.355000', '162534.357000', '162554.230000', '162554.233000', '162554.236000', '162554.239000', '162554.242000', '162554.244000', '162554.247000', '162554.250000', '162554.253000', '162554.256000', '162554.259000', '162554.262000', '162554.266000', '162554.268000', '162554.271000', '162554.274000', '162554.277000', '162554.280000', '162554.283000', '162554.286000', '162554.288000', '162554.291000', '162554.294000', '162554.297000', '162554.300000', '162554.303000', '162554.305000', '162554.308000', '162554.311000', '162554.314000', '162554.317000', '162554.320000', '162554.322000', '162554.325000', '162554.328000', '162554.331000', '162554.334000', '162554.337000', '162554.339000', '162554.342000', '162554.345000', '162554.348000', '162554.351000', '162614.230000', '162614.233000', '162614.236000', '162614.238000', '162614.241000', '162614.244000', '162614.247000', '162614.250000', '162614.253000', '162614.256000', '162614.259000', '162614.261000', '162614.264000', '162614.267000', '162614.270000', '162614.273000', '162614.276000', '162614.278000', '162614.281000', '162614.284000', '162614.287000', '162614.290000', '162614.293000', '162614.295000', '162614.298000', '162614.301000', '162614.304000', '162614.307000', '162614.310000', '162614.312000', '162614.315000', '162614.318000', '162614.321000', '162614.324000', '162614.327000', '162614.329000', '162614.332000', '162614.335000', '162614.338000', '162614.341000', '162614.344000', '162614.346000', '162614.349000', '162634.231000', '162634.234000', '162634.237000', '162634.240000', '162634.243000', '162634.246000', '162634.248000', '162634.251000', '162634.254000', '162634.257000', '162634.260000', '162634.263000', '162634.266000', '162634.269000', '162634.271000', '162634.274000', '162634.277000', '162634.280000', '162634.283000', '162634.286000', '162634.289000', '162634.292000', '162634.294000', '162634.297000', '162634.300000', '162634.303000', '162634.306000', '162634.309000', '162634.311000', '162634.314000', '162634.317000', '162634.320000', '162634.323000', '162634.326000', '162634.328000', '162634.331000', '162634.334000', '162634.337000', '162634.340000', '162634.343000', '162634.346000', '162634.348000', '162634.351000', '162634.362000', '162654.231000', '162654.234000', '162654.237000', '162654.240000', '162654.243000', '162654.246000', '162654.249000', '162654.252000', '162654.255000', '162654.258000', '162654.260000', '162654.263000', '162654.266000', '162654.269000', '162654.272000', '162654.275000', '162654.278000', '162654.280000', '162654.283000', '162654.286000', '162654.289000', '162654.292000', '162654.295000', '162654.298000', '162654.300000', '162654.303000', '162654.306000', '162654.309000', '162654.312000', '162654.315000', '162654.318000', '162654.321000', '162654.323000', '162654.326000', '162654.329000', '162654.332000', '162654.335000', '162654.338000', '162654.341000', '162654.344000', '162654.346000', '162654.349000', '162654.352000', '162714.231000', '162714.234000', '162714.237000', '162714.240000', '162714.243000', '162714.245000', '162714.248000', '162714.251000', '162714.254000', '162714.257000', '162714.260000', '162714.263000', '162714.266000', '162714.268000', '162714.271000', '162714.274000', '162714.277000', '162714.280000', '162714.283000', '162714.286000', '162714.289000', '162714.291000', '162714.294000', '162714.297000', '162714.300000', '162714.303000', '162714.306000', '162714.309000', '162714.312000', '162714.314000', '162714.317000', '162714.320000', '162714.323000', '162714.326000', '162714.329000', '162714.332000', '162714.335000', '162714.337000', '162714.340000', '162714.343000', '162714.346000', '162714.349000', '162714.352000', '162714.354000', '162734.231000', '162734.234000', '162734.237000', '162734.240000', '162734.247000', '162734.249000', '162734.252000', '162734.255000', '162734.258000', '162734.261000', '162734.264000', '162734.267000', '162734.270000', '162734.273000', '162734.276000', '162734.279000', '162734.282000', '162734.284000', '162734.287000', '162734.292000', '162734.296000', '162734.298000', '162734.302000', '162734.305000', '162734.307000', '162734.310000', '162734.313000', '162734.316000', '162734.319000', '162734.322000', '162734.325000', '162734.327000', '162734.330000', '162734.333000', '162734.336000', '162734.339000', '162734.342000', '162734.344000', '162734.347000', '162734.350000', '162734.353000', '162734.356000', '162734.359000', '162754.230000', '162754.233000', '162754.236000', '162754.239000', '162754.242000', '162754.245000', '162754.248000', '162754.250000', '162754.253000', '162754.256000', '162754.259000', '162754.262000', '162754.265000', '162754.268000', '162754.270000', '162754.273000', '162754.276000', '162754.279000', '162754.282000', '162754.285000', '162754.288000', '162754.291000', '162754.293000', '162754.296000', '162754.299000', '162754.302000', '162754.305000', '162754.308000', '162754.311000', '162754.313000', '162754.316000', '162754.319000', '162754.322000', '162754.325000', '162754.328000', '162754.331000', '162754.334000', '162754.337000', '162754.339000', '162754.342000', '162754.345000', '162754.348000', '162754.351000', '162754.353000', '162814.230000', '162814.233000', '162814.236000', '162814.239000', '162814.242000', '162814.245000', '162814.247000', '162814.250000', '162814.253000', '162814.256000', '162814.259000', '162814.262000', '162814.265000', '162814.268000', '162814.270000', '162814.273000', '162814.276000', '162814.279000', '162814.282000', '162814.285000', '162814.288000', '162814.291000', '162814.295000', '162814.299000', '162814.302000', '162814.305000', '162814.308000', '162814.311000', '162814.314000', '162814.317000', '162814.319000', '162814.322000', '162814.341000', '162814.344000', '162814.346000', '162814.349000', '162814.352000', '162814.355000', '162814.358000', '162814.361000', '162814.363000', '162814.366000', '162814.369000', '162834.230000', '162834.233000', '162834.236000', '162834.239000', '162834.242000', '162834.244000', '162834.247000', '162834.250000', '162834.253000', '162834.256000', '162834.259000', '162834.261000', '162834.264000', '162834.267000', '162834.270000', '162834.273000', '162834.276000', '162834.279000', '162834.282000', '162834.284000', '162834.287000', '162834.290000', '162834.293000', '162834.296000', '162834.299000', '162834.302000', '162834.305000', '162834.307000', '162834.310000', '162834.313000', '162834.316000', '162834.319000', '162834.322000', '162834.325000', '162834.327000', '162834.330000', '162834.333000', '162834.336000', '162834.339000', '162834.342000', '162834.345000', '162834.347000', '162834.350000', '162834.353000', '162854.231000', '162854.234000', '162854.237000', '162854.241000', '162854.244000', '162854.247000', '162854.250000', '162854.253000', '162854.255000', '162854.258000', '162854.261000', '162854.264000', '162854.267000', '162854.270000', '162854.273000', '162854.275000', '162854.278000', '162854.281000', '162854.284000', '162854.287000', '162854.290000', '162854.293000', '162854.296000', '162854.299000', '162854.301000', '162854.304000', '162854.307000', '162854.310000', '162854.313000', '162854.321000', '162854.324000', '162854.327000', '162854.330000', '162854.333000', '162854.336000', '162854.338000', '162854.341000', '162854.344000', '162854.347000', '162854.350000', '162854.353000', '162854.356000', '162854.358000', '162914.231000', '162914.234000', '162914.237000', '162914.240000', '162914.243000', '162914.246000', '162914.248000', '162914.251000', '162914.254000', '162914.257000', '162914.260000', '162914.263000', '162914.266000', '162914.268000', '162914.271000', '162914.274000', '162914.277000', '162914.280000', '162914.283000', '162914.286000', '162914.289000', '162914.292000', '162914.294000', '162914.297000', '162914.301000', '162914.304000', '162914.307000', '162914.309000', '162914.312000', '162914.315000', '162914.318000', '162914.321000', '162914.324000', '162914.327000', '162914.330000', '162914.333000', '162914.335000', '162914.338000', '162914.341000', '162914.344000', '162914.347000', '162914.350000', '162914.353000', '162914.356000', '162934.231000', '162934.234000', '162934.237000', '162934.240000', '162934.243000', '162934.246000', '162934.249000', '162934.252000', '162934.254000', '162934.257000', '162934.260000', '162934.263000', '162934.266000', '162934.269000', '162934.272000', '162934.274000', '162934.277000', '162934.280000', '162934.283000', '162934.286000', '162934.289000', '162934.292000', '162934.295000', '162934.298000', '162934.300000', '162934.303000', '162934.306000', '162934.309000', '162934.312000', '162934.315000', '162934.318000', '162934.321000', '162934.323000', '162934.326000', '162934.329000', '162934.332000', '162934.336000', '162934.338000', '162934.341000', '162934.344000', '162934.347000', '162934.350000', '162934.353000', '162954.231000', '162954.234000', '162954.237000', '162954.240000', '162954.243000', '162954.246000', '162954.249000', '162954.252000', '162954.255000', '162954.257000', '162954.260000', '162954.263000', '162954.266000', '162954.269000', '162954.285000', '162954.288000', '162954.291000', '162954.294000', '162954.297000', '162954.300000', '162954.303000', '162954.306000', '162954.309000', '162954.312000', '162954.314000', '162954.317000', '162954.320000', '162954.323000', '162954.326000', '162954.329000', '162954.332000', '162954.335000', '162954.338000', '162954.340000', '162954.343000', '162954.346000', '162954.349000', '162954.352000', '162954.355000', '162954.358000', '162954.360000', '162954.363000', '162954.366000', '162954.369000', '163014.230000', '163014.233000', '163014.236000', '163014.239000', '163014.242000', '163014.245000', '163014.247000', '163014.250000', '163014.253000', '163014.256000', '163014.259000', '163014.262000', '163014.265000', '163014.268000', '163014.270000', '163014.273000', '163014.276000', '163014.280000', '163014.283000', '163014.286000', '163014.289000', '163014.292000', '163014.295000', '163014.298000', '163014.301000', '163014.304000', '163014.306000', '163014.309000', '163014.312000', '163014.315000', '163014.318000', '163014.321000', '163014.324000', '163014.327000', '163014.329000', '163014.333000', '163014.336000', '163014.338000', '163014.341000', '163014.344000', '163014.347000', '163014.350000', '163014.353000', '163034.230000', '163034.233000', '163034.236000', '163034.239000', '163034.242000', '163034.245000', '163034.248000', '163034.251000', '163034.253000', '163034.256000', '163034.259000', '163034.264000', '163034.267000', '163034.270000', '163034.273000', '163034.276000', '163034.279000', '163034.282000', '163034.284000', '163034.287000', '163034.290000', '163034.293000', '163034.296000', '163034.299000', '163034.302000', '163034.305000', '163034.307000', '163034.310000', '163034.313000', '163034.316000', '163034.319000', '163034.322000', '163034.325000', '163034.327000', '163034.330000', '163034.333000', '163034.336000', '163034.339000', '163034.342000', '163034.344000', '163034.347000', '163034.350000', '163034.353000', '163034.356000', '163054.230000', '163054.233000', '163054.236000', '163054.239000', '163054.242000', '163054.245000', '163054.247000', '163054.250000', '163054.253000', '163054.256000', '163054.259000', '163054.262000', '163054.265000', '163054.268000', '163054.270000', '163054.273000', '163054.276000', '163054.279000', '163054.282000', '163054.285000', '163054.288000', '163054.291000', '163054.293000', '163054.296000', '163054.299000', '163054.302000', '163054.305000', '163054.308000', '163054.311000', '163054.313000', '163054.316000', '163054.319000', '163054.322000', '163054.325000', '163054.328000', '163054.331000', '163054.334000', '163054.336000', '163054.339000', '163054.342000', '163054.345000', '163054.348000', '163054.351000', '163114.231000', '163114.234000', '163114.237000', '163114.240000', '163114.243000', '163114.246000', '163114.248000', '163114.251000', '163114.254000', '163114.257000', '163114.260000', '163114.263000', '163114.266000', '163114.269000', '163114.271000', '163114.274000', '163114.277000', '163114.280000', '163114.283000', '163114.286000', '163114.289000', '163114.291000', '163114.294000', '163114.297000', '163114.300000', '163114.317000', '163114.320000', '163114.323000', '163114.326000', '163114.329000', '163114.331000', '163114.334000', '163114.337000', '163114.340000', '163114.343000', '163114.345000', '163114.349000', '163114.351000', '163114.354000', '163114.357000', '163114.367000', '163114.370000', '163114.373000', '163114.376000', '163134.231000', '163134.234000', '163134.237000', '163134.240000', '163134.243000', '163134.246000', '163134.249000', '163134.252000', '163134.255000', '163134.257000', '163134.260000', '163134.263000', '163134.266000', '163134.269000', '163134.272000', '163134.275000', '163134.278000', '163134.280000', '163134.283000', '163134.286000', '163134.289000', '163134.292000', '163134.295000', '163134.298000', '163134.300000', '163134.303000', '163134.306000', '163134.309000', '163134.312000', '163134.315000', '163134.319000', '163134.322000', '163134.325000', '163134.328000', '163134.331000', '163134.334000', '163134.336000', '163134.339000', '163134.342000', '163134.345000', '163134.348000', '163134.351000', '163134.354000', '163154.231000', '163154.234000', '163154.237000', '163154.240000', '163154.243000', '163154.246000', '163154.249000', '163154.252000', '163154.254000', '163154.257000', '163154.260000', '163154.263000', '163154.266000', '163154.269000', '163154.272000', '163154.275000', '163154.278000', '163154.280000', '163154.283000', '163154.286000', '163154.289000', '163154.292000', '163154.295000', '163154.298000', '163154.301000', '163154.303000', '163154.306000', '163154.309000', '163154.312000', '163154.315000', '163154.318000', '163154.321000', '163154.323000', '163154.326000', '163154.329000', '163154.332000', '163154.335000', '163154.338000', '163154.340000', '163154.343000', '163154.346000', '163154.349000', '163154.352000', '163154.355000', '163214.231000', '163214.234000', '163214.237000', '163214.240000', '163214.243000', '163214.246000', '163214.249000', '163214.252000', '163214.254000', '163214.257000', '163214.260000', '163214.263000', '163214.266000', '163214.269000', '163214.272000', '163214.275000', '163214.277000', '163214.280000', '163214.283000', '163214.286000', '163214.289000', '163214.292000', '163214.295000', '163214.298000', '163214.300000', '163214.303000', '163214.306000', '163214.309000', '163214.312000', '163214.315000', '163214.318000', '163214.320000', '163214.323000', '163214.326000', '163214.329000', '163214.332000', '163214.335000', '163214.338000', '163214.341000', '163214.343000', '163214.346000', '163214.349000', '163214.352000', '163234.230000', '163234.233000', '163234.236000', '163234.239000', '163234.242000', '163234.245000', '163234.248000', '163234.250000', '163234.253000', '163234.256000', '163234.259000', '163234.262000', '163234.265000', '163234.268000', '163234.271000', '163234.273000', '163234.276000', '163234.279000', '163234.282000', '163234.285000', '163234.288000', '163234.291000', '163234.293000', '163234.296000', '163234.299000', '163234.302000', '163234.305000', '163234.308000', '163234.310000', '163234.313000', '163234.316000', '163234.319000', '163234.322000', '163234.325000', '163234.328000', '163234.330000', '163234.349000', '163234.352000', '163234.359000', '163234.362000', '163234.365000', '163234.368000', '163234.371000', '163234.374000', '163254.230000', '163254.233000', '163254.236000', '163254.239000', '163254.242000', '163254.245000', '163254.248000', '163254.251000', '163254.254000', '163254.256000', '163254.259000', '163254.262000', '163254.265000', '163254.268000', '163254.271000', '163254.274000', '163254.277000', '163254.279000', '163254.282000', '163254.285000', '163254.288000', '163254.291000', '163254.294000', '163254.297000', '163254.300000', '163254.302000', '163254.305000', '163254.308000', '163254.311000', '163254.314000', '163254.317000', '163254.320000', '163254.323000', '163254.325000', '163254.328000', '163254.331000', '163254.334000', '163254.337000', '163254.340000', '163254.343000', '163254.346000', '163254.348000', '163254.351000', '163314.230000', '163314.233000', '163314.236000', '163314.239000', '163314.242000', '163314.245000', '163314.248000', '163314.250000', '163314.253000', '163314.256000', '163314.259000', '163314.262000', '163314.265000', '163314.268000', '163314.271000', '163314.273000', '163314.276000', '163314.279000', '163314.282000', '163314.285000', '163314.288000', '163314.291000', '163314.294000', '163314.297000', '163314.299000', '163314.302000', '163314.305000', '163314.308000', '163314.311000', '163314.314000', '163314.317000', '163314.320000', '163314.322000', '163314.325000', '163314.328000', '163314.331000', '163314.334000', '163314.337000', '163314.340000', '163314.343000', '163314.346000', '163314.349000', '163314.351000', '163314.354000', '163334.231000', '163334.234000', '163334.237000', '163334.240000', '163334.243000', '163334.246000', '163334.249000', '163334.252000', '163334.254000', '163334.257000', '163334.260000', '163334.263000', '163334.266000', '163334.269000', '163334.272000', '163334.275000', '163334.278000', '163334.281000', '163334.283000', '163334.286000', '163334.289000', '163334.292000', '163334.295000', '163334.298000', '163334.301000', '163334.304000', '163334.306000', '163334.310000', '163334.312000', '163334.315000', '163334.318000', '163334.321000', '163334.324000', '163334.327000', '163334.330000', '163334.333000', '163334.336000', '163334.338000', '163334.341000', '163334.344000', '163334.347000', '163334.350000', '163334.353000', '163354.231000', '163354.234000', '163354.237000', '163354.240000', '163354.243000', '163354.246000', '163354.249000', '163354.251000', '163354.255000', '163354.257000', '163354.260000', '163354.263000', '163354.266000', '163354.269000', '163354.272000', '163354.275000', '163354.278000', '163354.281000', '163354.299000', '163354.302000', '163354.314000', '163354.316000', '163354.319000', '163354.322000', '163354.325000', '163354.328000', '163354.331000', '163354.334000', '163354.337000', '163354.339000', '163354.342000', '163354.345000', '163354.348000', '163354.351000', '163354.354000', '163354.357000', '163354.360000', '163354.362000', '163354.365000', '163354.368000', '163354.371000', '163354.374000', '163354.377000', '163414.231000', '163414.234000', '163414.237000', '163414.240000', '163414.243000', '163414.246000', '163414.249000', '163414.252000', '163414.254000', '163414.257000', '163414.260000', '163414.263000', '163414.266000', '163414.269000', '163414.271000', '163414.275000', '163414.277000', '163414.280000', '163414.283000', '163414.286000', '163414.289000', '163414.292000', '163414.295000', '163414.298000', '163414.301000', '163414.304000', '163414.307000', '163414.310000', '163414.313000', '163414.315000', '163414.318000', '163414.321000', '163414.324000', '163414.327000', '163414.330000', '163414.333000', '163414.336000', '163414.338000', '163414.341000', '163414.344000', '163414.347000', '163414.350000', '163414.353000', '163414.356000', '163434.231000', '163434.234000', '163434.237000', '163434.240000', '163434.243000', '163434.246000', '163434.249000', '163434.252000', '163434.255000', '163434.258000', '163434.261000', '163434.264000', '163434.267000', '163434.270000', '163434.272000', '163434.275000', '163434.278000', '163434.281000', '163434.284000', '163434.287000', '163434.290000', '163434.293000', '163434.296000', '163434.299000', '163434.302000', '163434.304000', '163434.307000', '163434.310000', '163434.313000', '163434.316000', '163434.319000', '163434.322000', '163434.328000', '163434.331000', '163434.334000', '163434.337000', '163434.340000', '163434.343000', '163434.345000', '163434.348000', '163434.351000', '163434.354000', '163434.357000', '163454.230000', '163454.233000', '163454.236000', '163454.239000', '163454.242000', '163454.245000', '163454.248000', '163454.251000', '163454.253000', '163454.256000', '163454.259000', '163454.262000', '163454.265000', '163454.268000', '163454.271000', '163454.274000', '163454.277000', '163454.280000', '163454.283000', '163454.286000', '163454.289000', '163454.291000', '163454.294000', '163454.297000', '163454.300000', '163454.303000', '163454.306000', '163454.309000', '163454.312000', '163454.315000', '163454.318000', '163454.320000', '163454.323000', '163454.326000', '163454.329000', '163454.332000', '163454.335000', '163454.337000', '163454.340000', '163454.343000', '163454.346000', '163454.349000', '163454.352000', '163454.355000', '163514.230000', '163514.233000', '163514.236000', '163514.239000', '163514.242000', '163514.245000', '163514.248000', '163514.251000', '163514.254000', '163514.257000', '163514.260000', '163514.263000', '163514.266000', '163514.269000', '163514.284000', '163514.287000', '163514.289000', '163514.292000', '163514.295000', '163514.298000', '163514.301000', '163514.304000', '163514.307000', '163514.310000', '163514.312000', '163514.315000', '163514.318000', '163514.321000', '163514.324000', '163514.327000', '163514.330000', '163514.333000', '163514.336000', '163514.338000', '163514.341000', '163514.344000', '163514.347000', '163514.350000', '163514.353000', '163514.356000', '163514.359000', '163514.361000', '163514.364000', '163534.230000', '163534.233000', '163534.236000', '163534.239000', '163534.242000', '163534.245000', '163534.248000', '163534.251000', '163534.254000', '163534.257000', '163534.259000', '163534.262000', '163534.265000', '163534.268000', '163534.271000', '163534.274000', '163534.277000', '163534.280000', '163534.283000', '163534.286000', '163534.288000', '163534.292000', '163534.294000', '163534.297000', '163534.300000', '163534.303000', '163534.306000', '163534.309000', '163534.312000', '163534.315000', '163534.318000', '163534.320000', '163534.323000', '163534.326000', '163534.329000', '163534.332000', '163534.335000', '163534.338000', '163534.341000', '163534.343000', '163534.346000', '163534.349000', '163534.352000', '163534.355000', '163554.231000', '163554.237000', '163554.241000', '163554.244000', '163554.246000', '163554.249000', '163554.252000', '163554.255000', '163554.258000', '163554.261000', '163554.264000', '163554.267000', '163554.270000', '163554.273000', '163554.276000', '163554.279000', '163554.281000', '163554.284000', '163554.287000', '163554.290000', '163554.293000', '163554.296000', '163554.299000', '163554.302000', '163554.304000', '163554.307000', '163554.310000', '163554.313000', '163554.316000', '163554.319000', '163554.322000', '163554.325000', '163554.328000', '163554.331000', '163554.334000', '163554.336000', '163554.339000', '163554.342000', '163554.345000', '163554.348000', '163554.351000', '163554.354000', '163554.357000', '163614.231000', '163614.234000', '163614.237000', '163614.240000', '163614.243000', '163614.246000', '163614.249000', '163614.251000', '163614.254000', '163614.257000', '163614.260000', '163614.263000', '163614.266000', '163614.269000', '163614.271000', '163614.274000', '163614.277000', '163614.280000', '163614.283000', '163614.286000', '163614.289000', '163614.292000', '163614.294000', '163614.297000', '163614.300000', '163614.303000', '163614.306000', '163614.309000', '163614.312000', '163614.315000', '163614.318000', '163614.320000', '163614.323000', '163614.326000', '163614.329000', '163614.332000', '163614.335000', '163614.338000', '163614.340000', '163614.343000', '163614.346000', '163614.349000', '163614.352000', '163614.355000', '163634.233000', '163634.236000', '163634.239000', '163634.242000', '163634.245000', '163634.247000', '163634.250000', '163634.253000', '163634.256000', '163634.259000', '163634.262000', '163634.265000', '163634.268000', '163634.270000', '163634.273000', '163634.276000', '163634.279000', '163634.282000', '163634.285000', '163634.288000', '163634.291000', '163634.294000', '163634.297000', '163634.300000', '163634.305000', '163634.308000', '163634.311000', '163634.314000', '163634.317000', '163634.320000', '163634.323000', '163634.326000', '163634.329000', '163634.331000', '163634.334000', '163634.337000', '163634.340000', '163634.343000', '163634.346000', '163634.349000', '163634.352000', '163634.354000', '163634.357000', '163654.231000', '163654.234000', '163654.237000', '163654.240000', '163654.243000', '163654.246000', '163654.248000', '163654.251000', '163654.254000', '163654.257000', '163654.260000', '163654.263000', '163654.266000', '163654.269000', '163654.271000', '163654.274000', '163654.277000', '163654.280000', '163654.283000', '163654.286000', '163654.289000', '163654.291000', '163654.294000', '163654.297000', '163654.300000', '163654.303000', '163654.306000', '163654.309000', '163654.312000', '163654.315000', '163654.317000', '163654.320000', '163654.323000', '163654.326000', '163654.329000', '163654.332000', '163654.335000', '163654.337000', '163654.340000', '163654.344000', '163654.346000', '163654.349000', '163654.352000', '163654.355000', '163714.230000', '163714.233000', '163714.236000', '163714.239000', '163714.242000', '163714.245000', '163714.248000', '163714.251000', '163714.253000', '163714.256000', '163714.259000', '163714.262000', '163714.265000', '163714.268000', '163714.270000', '163714.273000', '163714.276000', '163714.279000', '163714.282000', '163714.285000', '163714.288000', '163714.291000', '163714.294000', '163714.297000', '163714.299000', '163714.302000', '163714.305000', '163714.308000', '163714.311000', '163714.314000', '163714.317000', '163714.319000', '163714.322000', '163714.326000', '163714.328000', '163714.332000', '163714.335000', '163714.338000', '163714.340000', '163714.343000', '163714.346000', '163714.349000', '163714.352000', '163734.230000', '163734.233000', '163734.236000', '163734.239000', '163734.242000', '163734.245000', '163734.248000', '163734.251000', '163734.253000', '163734.256000', '163734.259000', '163734.262000', '163734.265000', '163734.268000', '163734.271000', '163734.274000', '163734.277000', '163734.279000', '163734.282000', '163734.285000', '163734.288000', '163734.291000', '163734.294000', '163734.307000', '163734.310000', '163734.313000', '163734.316000', '163734.318000', '163734.321000', '163734.324000', '163734.327000', '163734.330000', '163734.333000', '163734.335000', '163734.338000', '163734.341000', '163734.344000', '163734.347000', '163734.350000', '163734.353000', '163734.356000', '163734.358000', '163734.369000', '163734.372000', '163754.230000', '163754.233000', '163754.236000', '163754.239000', '163754.242000', '163754.245000', '163754.248000', '163754.251000', '163754.254000', '163754.256000', '163754.259000', '163754.262000', '163754.265000', '163754.269000', '163754.272000', '163754.275000', '163754.278000', '163754.281000', '163754.284000', '163754.287000', '163754.290000', '163754.293000', '163754.296000', '163754.298000', '163754.301000', '163754.304000', '163754.307000', '163754.310000', '163754.313000', '163754.316000', '163754.319000', '163754.322000', '163754.325000', '163754.328000', '163754.331000', '163754.334000', '163754.337000', '163754.340000', '163754.343000', '163754.346000', '163754.348000', '163754.351000', '163754.354000', '163814.231000', '163814.234000', '163814.237000', '163814.240000', '163814.243000', '163814.246000', '163814.249000', '163814.252000', '163814.255000', '163814.258000', '163814.261000', '163814.263000', '163814.266000', '163814.269000', '163814.272000', '163814.275000', '163814.278000', '163814.281000', '163814.283000', '163814.286000', '163814.289000', '163814.292000', '163814.295000', '163814.298000', '163814.301000', '163814.304000', '163814.307000', '163814.309000', '163814.312000', '163814.315000', '163814.318000', '163814.321000', '163814.324000', '163814.327000', '163814.330000', '163814.333000', '163814.335000', '163814.338000', '163814.341000', '163814.344000', '163814.347000', '163814.350000', '163814.353000', '163814.355000', '163834.231000', '163834.234000', '163834.237000', '163834.240000', '163834.243000', '163834.246000', '163834.249000', '163834.252000', '163834.255000', '163834.257000', '163834.260000', '163834.263000', '163834.266000', '163834.269000', '163834.272000', '163834.275000', '163834.278000', '163834.280000', '163834.283000', '163834.286000', '163834.289000', '163834.292000', '163834.295000', '163834.298000', '163834.301000', '163834.303000', '163834.306000', '163834.309000', '163834.312000', '163834.315000', '163834.318000', '163834.321000', '163834.324000', '163834.326000', '163834.329000', '163834.332000', '163834.335000', '163834.338000', '163834.341000', '163834.344000', '163834.347000', '163834.349000', '163834.352000', '163854.231000', '163854.238000', '163854.241000', '163854.244000', '163854.247000', '163854.250000', '163854.253000', '163854.256000', '163854.259000', '163854.262000', '163854.264000', '163854.267000', '163854.270000', '163854.273000', '163854.276000', '163854.279000', '163854.282000', '163854.285000', '163854.287000', '163854.290000', '163854.293000', '163854.296000', '163854.299000', '163854.302000', '163854.305000', '163854.308000', '163854.310000', '163854.313000', '163854.316000', '163854.319000', '163854.322000', '163854.325000', '163854.328000', '163854.331000', '163854.334000', '163854.337000', '163854.340000', '163854.342000', '163854.345000', '163854.348000', '163854.351000', '163854.354000', '163854.357000', '163854.359000', '163914.231000', '163914.234000', '163914.237000', '163914.240000', '163914.243000', '163914.246000', '163914.249000', '163914.252000', '163914.254000', '163914.257000', '163914.260000', '163914.263000', '163914.266000', '163914.269000', '163914.272000', '163914.275000', '163914.277000', '163914.280000', '163914.283000', '163914.286000', '163914.289000', '163914.292000', '163914.300000', '163914.303000', '163914.307000', '163914.310000', '163914.313000', '163914.316000', '163914.319000', '163914.322000', '163914.325000', '163914.328000', '163914.331000', '163914.333000', '163914.336000', '163914.339000', '163914.342000', '163914.345000', '163914.348000', '163914.351000', '163914.353000', '163914.356000', '163914.359000', '163915.353000', '163915.357000', '163915.360000'], 'InstanceCreationTime': ['162514.276000', '162514.280000', '162514.285000', '162514.288000', '162514.291000', '162514.294000', '162514.297000', '162514.299000', '162514.302000', '162514.305000', '162514.308000', '162514.311000', '162514.314000', '162514.317000', '162514.326000', '162514.329000', '162514.332000', '162514.335000', '162514.338000', '162514.340000', '162514.344000', '162514.346000', '162514.350000', '162514.352000', '162514.355000', '162514.358000', '162514.361000', '162514.365000', '162514.369000', '162514.371000', '162534.230000', '162534.233000', '162534.236000', '162534.239000', '162534.241000', '162534.244000', '162534.247000', '162534.250000', '162534.253000', '162534.256000', '162534.259000', '162534.261000', '162534.264000', '162534.267000', '162534.270000', '162534.273000', '162534.276000', '162534.279000', '162534.281000', '162534.284000', '162534.287000', '162534.290000', '162534.293000', '162534.295000', '162534.298000', '162534.301000', '162534.304000', '162534.307000', '162534.310000', '162534.313000', '162534.315000', '162534.323000', '162534.326000', '162534.329000', '162534.332000', '162534.335000', '162534.338000', '162534.340000', '162534.343000', '162534.346000', '162534.349000', '162534.352000', '162534.355000', '162534.357000', '162554.230000', '162554.233000', '162554.236000', '162554.239000', '162554.242000', '162554.244000', '162554.247000', '162554.250000', '162554.253000', '162554.256000', '162554.259000', '162554.262000', '162554.266000', '162554.268000', '162554.271000', '162554.274000', '162554.277000', '162554.280000', '162554.283000', '162554.286000', '162554.288000', '162554.291000', '162554.294000', '162554.297000', '162554.300000', '162554.303000', '162554.305000', '162554.308000', '162554.311000', '162554.314000', '162554.317000', '162554.320000', '162554.322000', '162554.325000', '162554.328000', '162554.331000', '162554.334000', '162554.337000', '162554.339000', '162554.342000', '162554.345000', '162554.348000', '162554.351000', '162614.230000', '162614.233000', '162614.236000', '162614.238000', '162614.241000', '162614.244000', '162614.247000', '162614.250000', '162614.253000', '162614.256000', '162614.259000', '162614.261000', '162614.264000', '162614.267000', '162614.270000', '162614.273000', '162614.276000', '162614.278000', '162614.281000', '162614.284000', '162614.287000', '162614.290000', '162614.293000', '162614.295000', '162614.298000', '162614.301000', '162614.304000', '162614.307000', '162614.310000', '162614.312000', '162614.315000', '162614.318000', '162614.321000', '162614.324000', '162614.327000', '162614.329000', '162614.332000', '162614.335000', '162614.338000', '162614.341000', '162614.344000', '162614.346000', '162614.349000', '162634.231000', '162634.234000', '162634.237000', '162634.240000', '162634.243000', '162634.246000', '162634.248000', '162634.251000', '162634.254000', '162634.257000', '162634.260000', '162634.263000', '162634.266000', '162634.269000', '162634.271000', '162634.274000', '162634.277000', '162634.280000', '162634.283000', '162634.286000', '162634.289000', '162634.292000', '162634.294000', '162634.297000', '162634.300000', '162634.303000', '162634.306000', '162634.309000', '162634.311000', '162634.314000', '162634.317000', '162634.320000', '162634.323000', '162634.326000', '162634.328000', '162634.331000', '162634.334000', '162634.337000', '162634.340000', '162634.343000', '162634.346000', '162634.348000', '162634.351000', '162634.362000', '162654.231000', '162654.234000', '162654.237000', '162654.240000', '162654.243000', '162654.246000', '162654.249000', '162654.252000', '162654.255000', '162654.258000', '162654.260000', '162654.263000', '162654.266000', '162654.269000', '162654.272000', '162654.275000', '162654.278000', '162654.280000', '162654.283000', '162654.286000', '162654.289000', '162654.292000', '162654.295000', '162654.298000', '162654.300000', '162654.303000', '162654.306000', '162654.309000', '162654.312000', '162654.315000', '162654.318000', '162654.321000', '162654.323000', '162654.326000', '162654.329000', '162654.332000', '162654.335000', '162654.338000', '162654.341000', '162654.344000', '162654.346000', '162654.349000', '162654.352000', '162714.231000', '162714.234000', '162714.237000', '162714.240000', '162714.243000', '162714.245000', '162714.248000', '162714.251000', '162714.254000', '162714.257000', '162714.260000', '162714.263000', '162714.266000', '162714.268000', '162714.271000', '162714.274000', '162714.277000', '162714.280000', '162714.283000', '162714.286000', '162714.289000', '162714.291000', '162714.294000', '162714.297000', '162714.300000', '162714.303000', '162714.306000', '162714.309000', '162714.312000', '162714.314000', '162714.317000', '162714.320000', '162714.323000', '162714.326000', '162714.329000', '162714.332000', '162714.335000', '162714.337000', '162714.340000', '162714.343000', '162714.346000', '162714.349000', '162714.352000', '162714.354000', '162734.231000', '162734.234000', '162734.237000', '162734.240000', '162734.247000', '162734.249000', '162734.252000', '162734.255000', '162734.258000', '162734.261000', '162734.264000', '162734.267000', '162734.270000', '162734.273000', '162734.276000', '162734.279000', '162734.282000', '162734.284000', '162734.287000', '162734.292000', '162734.296000', '162734.298000', '162734.302000', '162734.305000', '162734.307000', '162734.310000', '162734.313000', '162734.316000', '162734.319000', '162734.322000', '162734.325000', '162734.327000', '162734.330000', '162734.333000', '162734.336000', '162734.339000', '162734.342000', '162734.344000', '162734.347000', '162734.350000', '162734.353000', '162734.356000', '162734.359000', '162754.230000', '162754.233000', '162754.236000', '162754.239000', '162754.242000', '162754.245000', '162754.248000', '162754.250000', '162754.253000', '162754.256000', '162754.259000', '162754.262000', '162754.265000', '162754.268000', '162754.270000', '162754.273000', '162754.276000', '162754.279000', '162754.282000', '162754.285000', '162754.288000', '162754.291000', '162754.293000', '162754.296000', '162754.299000', '162754.302000', '162754.305000', '162754.308000', '162754.311000', '162754.313000', '162754.316000', '162754.319000', '162754.322000', '162754.325000', '162754.328000', '162754.331000', '162754.334000', '162754.337000', '162754.339000', '162754.342000', '162754.345000', '162754.348000', '162754.351000', '162754.353000', '162814.230000', '162814.233000', '162814.236000', '162814.239000', '162814.242000', '162814.245000', '162814.247000', '162814.250000', '162814.253000', '162814.256000', '162814.259000', '162814.262000', '162814.265000', '162814.268000', '162814.270000', '162814.273000', '162814.276000', '162814.279000', '162814.282000', '162814.285000', '162814.288000', '162814.291000', '162814.295000', '162814.299000', '162814.302000', '162814.305000', '162814.308000', '162814.311000', '162814.314000', '162814.317000', '162814.319000', '162814.322000', '162814.341000', '162814.344000', '162814.346000', '162814.349000', '162814.352000', '162814.355000', '162814.358000', '162814.361000', '162814.363000', '162814.366000', '162814.369000', '162834.230000', '162834.233000', '162834.236000', '162834.239000', '162834.242000', '162834.244000', '162834.247000', '162834.250000', '162834.253000', '162834.256000', '162834.259000', '162834.261000', '162834.264000', '162834.267000', '162834.270000', '162834.273000', '162834.276000', '162834.279000', '162834.282000', '162834.284000', '162834.287000', '162834.290000', '162834.293000', '162834.296000', '162834.299000', '162834.302000', '162834.305000', '162834.307000', '162834.310000', '162834.313000', '162834.316000', '162834.319000', '162834.322000', '162834.325000', '162834.327000', '162834.330000', '162834.333000', '162834.336000', '162834.339000', '162834.342000', '162834.345000', '162834.347000', '162834.350000', '162834.353000', '162854.231000', '162854.234000', '162854.237000', '162854.241000', '162854.244000', '162854.247000', '162854.250000', '162854.253000', '162854.255000', '162854.258000', '162854.261000', '162854.264000', '162854.267000', '162854.270000', '162854.273000', '162854.275000', '162854.278000', '162854.281000', '162854.284000', '162854.287000', '162854.290000', '162854.293000', '162854.296000', '162854.299000', '162854.301000', '162854.304000', '162854.307000', '162854.310000', '162854.313000', '162854.321000', '162854.324000', '162854.327000', '162854.330000', '162854.333000', '162854.336000', '162854.338000', '162854.341000', '162854.344000', '162854.347000', '162854.350000', '162854.353000', '162854.356000', '162854.358000', '162914.231000', '162914.234000', '162914.237000', '162914.240000', '162914.243000', '162914.246000', '162914.248000', '162914.251000', '162914.254000', '162914.257000', '162914.260000', '162914.263000', '162914.266000', '162914.268000', '162914.271000', '162914.274000', '162914.277000', '162914.280000', '162914.283000', '162914.286000', '162914.289000', '162914.292000', '162914.294000', '162914.297000', '162914.301000', '162914.304000', '162914.307000', '162914.309000', '162914.312000', '162914.315000', '162914.318000', '162914.321000', '162914.324000', '162914.327000', '162914.330000', '162914.333000', '162914.335000', '162914.338000', '162914.341000', '162914.344000', '162914.347000', '162914.350000', '162914.353000', '162914.356000', '162934.231000', '162934.234000', '162934.237000', '162934.240000', '162934.243000', '162934.246000', '162934.249000', '162934.252000', '162934.254000', '162934.257000', '162934.260000', '162934.263000', '162934.266000', '162934.269000', '162934.272000', '162934.274000', '162934.277000', '162934.280000', '162934.283000', '162934.286000', '162934.289000', '162934.292000', '162934.295000', '162934.298000', '162934.300000', '162934.303000', '162934.306000', '162934.309000', '162934.312000', '162934.315000', '162934.318000', '162934.321000', '162934.323000', '162934.326000', '162934.329000', '162934.332000', '162934.336000', '162934.338000', '162934.341000', '162934.344000', '162934.347000', '162934.350000', '162934.353000', '162954.231000', '162954.234000', '162954.237000', '162954.240000', '162954.243000', '162954.246000', '162954.249000', '162954.252000', '162954.255000', '162954.257000', '162954.260000', '162954.263000', '162954.266000', '162954.269000', '162954.285000', '162954.288000', '162954.291000', '162954.294000', '162954.297000', '162954.300000', '162954.303000', '162954.306000', '162954.309000', '162954.312000', '162954.314000', '162954.317000', '162954.320000', '162954.323000', '162954.326000', '162954.329000', '162954.332000', '162954.335000', '162954.338000', '162954.340000', '162954.343000', '162954.346000', '162954.349000', '162954.352000', '162954.355000', '162954.358000', '162954.360000', '162954.363000', '162954.366000', '162954.369000', '163014.230000', '163014.233000', '163014.236000', '163014.239000', '163014.242000', '163014.245000', '163014.247000', '163014.250000', '163014.253000', '163014.256000', '163014.259000', '163014.262000', '163014.265000', '163014.268000', '163014.270000', '163014.273000', '163014.276000', '163014.280000', '163014.283000', '163014.286000', '163014.289000', '163014.292000', '163014.295000', '163014.298000', '163014.301000', '163014.304000', '163014.306000', '163014.309000', '163014.312000', '163014.315000', '163014.318000', '163014.321000', '163014.324000', '163014.327000', '163014.329000', '163014.333000', '163014.336000', '163014.338000', '163014.341000', '163014.344000', '163014.347000', '163014.350000', '163014.353000', '163034.230000', '163034.233000', '163034.236000', '163034.239000', '163034.242000', '163034.245000', '163034.248000', '163034.251000', '163034.253000', '163034.256000', '163034.259000', '163034.264000', '163034.267000', '163034.270000', '163034.273000', '163034.276000', '163034.279000', '163034.282000', '163034.284000', '163034.287000', '163034.290000', '163034.293000', '163034.296000', '163034.299000', '163034.302000', '163034.305000', '163034.307000', '163034.310000', '163034.313000', '163034.316000', '163034.319000', '163034.322000', '163034.325000', '163034.327000', '163034.330000', '163034.333000', '163034.336000', '163034.339000', '163034.342000', '163034.344000', '163034.347000', '163034.350000', '163034.353000', '163034.356000', '163054.230000', '163054.233000', '163054.236000', '163054.239000', '163054.242000', '163054.245000', '163054.247000', '163054.250000', '163054.253000', '163054.256000', '163054.259000', '163054.262000', '163054.265000', '163054.268000', '163054.270000', '163054.273000', '163054.276000', '163054.279000', '163054.282000', '163054.285000', '163054.288000', '163054.291000', '163054.293000', '163054.296000', '163054.299000', '163054.302000', '163054.305000', '163054.308000', '163054.311000', '163054.313000', '163054.316000', '163054.319000', '163054.322000', '163054.325000', '163054.328000', '163054.331000', '163054.334000', '163054.336000', '163054.339000', '163054.342000', '163054.345000', '163054.348000', '163054.351000', '163114.231000', '163114.234000', '163114.237000', '163114.240000', '163114.243000', '163114.246000', '163114.248000', '163114.251000', '163114.254000', '163114.257000', '163114.260000', '163114.263000', '163114.266000', '163114.269000', '163114.271000', '163114.274000', '163114.277000', '163114.280000', '163114.283000', '163114.286000', '163114.289000', '163114.291000', '163114.294000', '163114.297000', '163114.300000', '163114.317000', '163114.320000', '163114.323000', '163114.326000', '163114.329000', '163114.331000', '163114.334000', '163114.337000', '163114.340000', '163114.343000', '163114.345000', '163114.349000', '163114.351000', '163114.354000', '163114.357000', '163114.367000', '163114.370000', '163114.373000', '163114.376000', '163134.231000', '163134.234000', '163134.237000', '163134.240000', '163134.243000', '163134.246000', '163134.249000', '163134.252000', '163134.255000', '163134.257000', '163134.260000', '163134.263000', '163134.266000', '163134.269000', '163134.272000', '163134.275000', '163134.278000', '163134.280000', '163134.283000', '163134.286000', '163134.289000', '163134.292000', '163134.295000', '163134.298000', '163134.300000', '163134.303000', '163134.306000', '163134.309000', '163134.312000', '163134.315000', '163134.319000', '163134.322000', '163134.325000', '163134.328000', '163134.331000', '163134.334000', '163134.336000', '163134.339000', '163134.342000', '163134.345000', '163134.348000', '163134.351000', '163134.354000', '163154.231000', '163154.234000', '163154.237000', '163154.240000', '163154.243000', '163154.246000', '163154.249000', '163154.252000', '163154.254000', '163154.257000', '163154.260000', '163154.263000', '163154.266000', '163154.269000', '163154.272000', '163154.275000', '163154.278000', '163154.280000', '163154.283000', '163154.286000', '163154.289000', '163154.292000', '163154.295000', '163154.298000', '163154.301000', '163154.303000', '163154.306000', '163154.309000', '163154.312000', '163154.315000', '163154.318000', '163154.321000', '163154.323000', '163154.326000', '163154.329000', '163154.332000', '163154.335000', '163154.338000', '163154.340000', '163154.343000', '163154.346000', '163154.349000', '163154.352000', '163154.355000', '163214.231000', '163214.234000', '163214.237000', '163214.240000', '163214.243000', '163214.246000', '163214.249000', '163214.252000', '163214.254000', '163214.257000', '163214.260000', '163214.263000', '163214.266000', '163214.269000', '163214.272000', '163214.275000', '163214.277000', '163214.280000', '163214.283000', '163214.286000', '163214.289000', '163214.292000', '163214.295000', '163214.298000', '163214.300000', '163214.303000', '163214.306000', '163214.309000', '163214.312000', '163214.315000', '163214.318000', '163214.320000', '163214.323000', '163214.326000', '163214.329000', '163214.332000', '163214.335000', '163214.338000', '163214.341000', '163214.343000', '163214.346000', '163214.349000', '163214.352000', '163234.230000', '163234.233000', '163234.236000', '163234.239000', '163234.242000', '163234.245000', '163234.248000', '163234.250000', '163234.253000', '163234.256000', '163234.259000', '163234.262000', '163234.265000', '163234.268000', '163234.271000', '163234.273000', '163234.276000', '163234.279000', '163234.282000', '163234.285000', '163234.288000', '163234.291000', '163234.293000', '163234.296000', '163234.299000', '163234.302000', '163234.305000', '163234.308000', '163234.310000', '163234.313000', '163234.316000', '163234.319000', '163234.322000', '163234.325000', '163234.328000', '163234.330000', '163234.349000', '163234.352000', '163234.359000', '163234.362000', '163234.365000', '163234.368000', '163234.371000', '163234.374000', '163254.230000', '163254.233000', '163254.236000', '163254.239000', '163254.242000', '163254.245000', '163254.248000', '163254.251000', '163254.254000', '163254.256000', '163254.259000', '163254.262000', '163254.265000', '163254.268000', '163254.271000', '163254.274000', '163254.277000', '163254.279000', '163254.282000', '163254.285000', '163254.288000', '163254.291000', '163254.294000', '163254.297000', '163254.300000', '163254.302000', '163254.305000', '163254.308000', '163254.311000', '163254.314000', '163254.317000', '163254.320000', '163254.323000', '163254.325000', '163254.328000', '163254.331000', '163254.334000', '163254.337000', '163254.340000', '163254.343000', '163254.346000', '163254.348000', '163254.351000', '163314.230000', '163314.233000', '163314.236000', '163314.239000', '163314.242000', '163314.245000', '163314.248000', '163314.250000', '163314.253000', '163314.256000', '163314.259000', '163314.262000', '163314.265000', '163314.268000', '163314.271000', '163314.273000', '163314.276000', '163314.279000', '163314.282000', '163314.285000', '163314.288000', '163314.291000', '163314.294000', '163314.297000', '163314.299000', '163314.302000', '163314.305000', '163314.308000', '163314.311000', '163314.314000', '163314.317000', '163314.320000', '163314.322000', '163314.325000', '163314.328000', '163314.331000', '163314.334000', '163314.337000', '163314.340000', '163314.343000', '163314.346000', '163314.349000', '163314.351000', '163314.354000', '163334.231000', '163334.234000', '163334.237000', '163334.240000', '163334.243000', '163334.246000', '163334.249000', '163334.252000', '163334.254000', '163334.257000', '163334.260000', '163334.263000', '163334.266000', '163334.269000', '163334.272000', '163334.275000', '163334.278000', '163334.281000', '163334.283000', '163334.286000', '163334.289000', '163334.292000', '163334.295000', '163334.298000', '163334.301000', '163334.304000', '163334.306000', '163334.310000', '163334.312000', '163334.315000', '163334.318000', '163334.321000', '163334.324000', '163334.327000', '163334.330000', '163334.333000', '163334.336000', '163334.338000', '163334.341000', '163334.344000', '163334.347000', '163334.350000', '163334.353000', '163354.231000', '163354.234000', '163354.237000', '163354.240000', '163354.243000', '163354.246000', '163354.249000', '163354.251000', '163354.255000', '163354.257000', '163354.260000', '163354.263000', '163354.266000', '163354.269000', '163354.272000', '163354.275000', '163354.278000', '163354.281000', '163354.299000', '163354.302000', '163354.314000', '163354.316000', '163354.319000', '163354.322000', '163354.325000', '163354.328000', '163354.331000', '163354.334000', '163354.337000', '163354.339000', '163354.342000', '163354.345000', '163354.348000', '163354.351000', '163354.354000', '163354.357000', '163354.360000', '163354.362000', '163354.365000', '163354.368000', '163354.371000', '163354.374000', '163354.377000', '163414.231000', '163414.234000', '163414.237000', '163414.240000', '163414.243000', '163414.246000', '163414.249000', '163414.252000', '163414.254000', '163414.257000', '163414.260000', '163414.263000', '163414.266000', '163414.269000', '163414.271000', '163414.275000', '163414.277000', '163414.280000', '163414.283000', '163414.286000', '163414.289000', '163414.292000', '163414.295000', '163414.298000', '163414.301000', '163414.304000', '163414.307000', '163414.310000', '163414.313000', '163414.315000', '163414.318000', '163414.321000', '163414.324000', '163414.327000', '163414.330000', '163414.333000', '163414.336000', '163414.338000', '163414.341000', '163414.344000', '163414.347000', '163414.350000', '163414.353000', '163414.356000', '163434.231000', '163434.234000', '163434.237000', '163434.240000', '163434.243000', '163434.246000', '163434.249000', '163434.252000', '163434.255000', '163434.258000', '163434.261000', '163434.264000', '163434.267000', '163434.270000', '163434.272000', '163434.275000', '163434.278000', '163434.281000', '163434.284000', '163434.287000', '163434.290000', '163434.293000', '163434.296000', '163434.299000', '163434.302000', '163434.304000', '163434.307000', '163434.310000', '163434.313000', '163434.316000', '163434.319000', '163434.322000', '163434.328000', '163434.331000', '163434.334000', '163434.337000', '163434.340000', '163434.343000', '163434.345000', '163434.348000', '163434.351000', '163434.354000', '163434.357000', '163454.230000', '163454.233000', '163454.236000', '163454.239000', '163454.242000', '163454.245000', '163454.248000', '163454.251000', '163454.253000', '163454.256000', '163454.259000', '163454.262000', '163454.265000', '163454.268000', '163454.271000', '163454.274000', '163454.277000', '163454.280000', '163454.283000', '163454.286000', '163454.289000', '163454.291000', '163454.294000', '163454.297000', '163454.300000', '163454.303000', '163454.306000', '163454.309000', '163454.312000', '163454.315000', '163454.318000', '163454.320000', '163454.323000', '163454.326000', '163454.329000', '163454.332000', '163454.335000', '163454.337000', '163454.340000', '163454.343000', '163454.346000', '163454.349000', '163454.352000', '163454.355000', '163514.230000', '163514.233000', '163514.236000', '163514.239000', '163514.242000', '163514.245000', '163514.248000', '163514.251000', '163514.254000', '163514.257000', '163514.260000', '163514.263000', '163514.266000', '163514.269000', '163514.284000', '163514.287000', '163514.289000', '163514.292000', '163514.295000', '163514.298000', '163514.301000', '163514.304000', '163514.307000', '163514.310000', '163514.312000', '163514.315000', '163514.318000', '163514.321000', '163514.324000', '163514.327000', '163514.330000', '163514.333000', '163514.336000', '163514.338000', '163514.341000', '163514.344000', '163514.347000', '163514.350000', '163514.353000', '163514.356000', '163514.359000', '163514.361000', '163514.364000', '163534.230000', '163534.233000', '163534.236000', '163534.239000', '163534.242000', '163534.245000', '163534.248000', '163534.251000', '163534.254000', '163534.257000', '163534.259000', '163534.262000', '163534.265000', '163534.268000', '163534.271000', '163534.274000', '163534.277000', '163534.280000', '163534.283000', '163534.286000', '163534.288000', '163534.292000', '163534.294000', '163534.297000', '163534.300000', '163534.303000', '163534.306000', '163534.309000', '163534.312000', '163534.315000', '163534.318000', '163534.320000', '163534.323000', '163534.326000', '163534.329000', '163534.332000', '163534.335000', '163534.338000', '163534.341000', '163534.343000', '163534.346000', '163534.349000', '163534.352000', '163534.355000', '163554.231000', '163554.237000', '163554.241000', '163554.244000', '163554.246000', '163554.249000', '163554.252000', '163554.255000', '163554.258000', '163554.261000', '163554.264000', '163554.267000', '163554.270000', '163554.273000', '163554.276000', '163554.279000', '163554.281000', '163554.284000', '163554.287000', '163554.290000', '163554.293000', '163554.296000', '163554.299000', '163554.302000', '163554.304000', '163554.307000', '163554.310000', '163554.313000', '163554.316000', '163554.319000', '163554.322000', '163554.325000', '163554.328000', '163554.331000', '163554.334000', '163554.336000', '163554.339000', '163554.342000', '163554.345000', '163554.348000', '163554.351000', '163554.354000', '163554.357000', '163614.231000', '163614.234000', '163614.237000', '163614.240000', '163614.243000', '163614.246000', '163614.249000', '163614.251000', '163614.254000', '163614.257000', '163614.260000', '163614.263000', '163614.266000', '163614.269000', '163614.271000', '163614.274000', '163614.277000', '163614.280000', '163614.283000', '163614.286000', '163614.289000', '163614.292000', '163614.294000', '163614.297000', '163614.300000', '163614.303000', '163614.306000', '163614.309000', '163614.312000', '163614.315000', '163614.318000', '163614.320000', '163614.323000', '163614.326000', '163614.329000', '163614.332000', '163614.335000', '163614.338000', '163614.340000', '163614.343000', '163614.346000', '163614.349000', '163614.352000', '163614.355000', '163634.233000', '163634.236000', '163634.239000', '163634.242000', '163634.245000', '163634.247000', '163634.250000', '163634.253000', '163634.256000', '163634.259000', '163634.262000', '163634.265000', '163634.268000', '163634.270000', '163634.273000', '163634.276000', '163634.279000', '163634.282000', '163634.285000', '163634.288000', '163634.291000', '163634.294000', '163634.297000', '163634.300000', '163634.305000', '163634.308000', '163634.311000', '163634.314000', '163634.317000', '163634.320000', '163634.323000', '163634.326000', '163634.329000', '163634.331000', '163634.334000', '163634.337000', '163634.340000', '163634.343000', '163634.346000', '163634.349000', '163634.352000', '163634.354000', '163634.357000', '163654.231000', '163654.234000', '163654.237000', '163654.240000', '163654.243000', '163654.246000', '163654.248000', '163654.251000', '163654.254000', '163654.257000', '163654.260000', '163654.263000', '163654.266000', '163654.269000', '163654.271000', '163654.274000', '163654.277000', '163654.280000', '163654.283000', '163654.286000', '163654.289000', '163654.291000', '163654.294000', '163654.297000', '163654.300000', '163654.303000', '163654.306000', '163654.309000', '163654.312000', '163654.315000', '163654.317000', '163654.320000', '163654.323000', '163654.326000', '163654.329000', '163654.332000', '163654.335000', '163654.337000', '163654.340000', '163654.344000', '163654.346000', '163654.349000', '163654.352000', '163654.355000', '163714.230000', '163714.233000', '163714.236000', '163714.239000', '163714.242000', '163714.245000', '163714.248000', '163714.251000', '163714.253000', '163714.256000', '163714.259000', '163714.262000', '163714.265000', '163714.268000', '163714.270000', '163714.273000', '163714.276000', '163714.279000', '163714.282000', '163714.285000', '163714.288000', '163714.291000', '163714.294000', '163714.297000', '163714.299000', '163714.302000', '163714.305000', '163714.308000', '163714.311000', '163714.314000', '163714.317000', '163714.319000', '163714.322000', '163714.326000', '163714.328000', '163714.332000', '163714.335000', '163714.338000', '163714.340000', '163714.343000', '163714.346000', '163714.349000', '163714.352000', '163734.230000', '163734.233000', '163734.236000', '163734.239000', '163734.242000', '163734.245000', '163734.248000', '163734.251000', '163734.253000', '163734.256000', '163734.259000', '163734.262000', '163734.265000', '163734.268000', '163734.271000', '163734.274000', '163734.277000', '163734.279000', '163734.282000', '163734.285000', '163734.288000', '163734.291000', '163734.294000', '163734.307000', '163734.310000', '163734.313000', '163734.316000', '163734.318000', '163734.321000', '163734.324000', '163734.327000', '163734.330000', '163734.333000', '163734.335000', '163734.338000', '163734.341000', '163734.344000', '163734.347000', '163734.350000', '163734.353000', '163734.356000', '163734.358000', '163734.369000', '163734.372000', '163754.230000', '163754.233000', '163754.236000', '163754.239000', '163754.242000', '163754.245000', '163754.248000', '163754.251000', '163754.254000', '163754.256000', '163754.259000', '163754.262000', '163754.265000', '163754.269000', '163754.272000', '163754.275000', '163754.278000', '163754.281000', '163754.284000', '163754.287000', '163754.290000', '163754.293000', '163754.296000', '163754.298000', '163754.301000', '163754.304000', '163754.307000', '163754.310000', '163754.313000', '163754.316000', '163754.319000', '163754.322000', '163754.325000', '163754.328000', '163754.331000', '163754.334000', '163754.337000', '163754.340000', '163754.343000', '163754.346000', '163754.348000', '163754.351000', '163754.354000', '163814.231000', '163814.234000', '163814.237000', '163814.240000', '163814.243000', '163814.246000', '163814.249000', '163814.252000', '163814.255000', '163814.258000', '163814.261000', '163814.263000', '163814.266000', '163814.269000', '163814.272000', '163814.275000', '163814.278000', '163814.281000', '163814.283000', '163814.286000', '163814.289000', '163814.292000', '163814.295000', '163814.298000', '163814.301000', '163814.304000', '163814.307000', '163814.309000', '163814.312000', '163814.315000', '163814.318000', '163814.321000', '163814.324000', '163814.327000', '163814.330000', '163814.333000', '163814.335000', '163814.338000', '163814.341000', '163814.344000', '163814.347000', '163814.350000', '163814.353000', '163814.355000', '163834.231000', '163834.234000', '163834.237000', '163834.240000', '163834.243000', '163834.246000', '163834.249000', '163834.252000', '163834.255000', '163834.257000', '163834.260000', '163834.263000', '163834.266000', '163834.269000', '163834.272000', '163834.275000', '163834.278000', '163834.280000', '163834.283000', '163834.286000', '163834.289000', '163834.292000', '163834.295000', '163834.298000', '163834.301000', '163834.303000', '163834.306000', '163834.309000', '163834.312000', '163834.315000', '163834.318000', '163834.321000', '163834.324000', '163834.326000', '163834.329000', '163834.332000', '163834.335000', '163834.338000', '163834.341000', '163834.344000', '163834.347000', '163834.349000', '163834.352000', '163854.231000', '163854.238000', '163854.241000', '163854.244000', '163854.247000', '163854.250000', '163854.253000', '163854.256000', '163854.259000', '163854.262000', '163854.264000', '163854.267000', '163854.270000', '163854.273000', '163854.276000', '163854.279000', '163854.282000', '163854.285000', '163854.287000', '163854.290000', '163854.293000', '163854.296000', '163854.299000', '163854.302000', '163854.305000', '163854.308000', '163854.310000', '163854.313000', '163854.316000', '163854.319000', '163854.322000', '163854.325000', '163854.328000', '163854.331000', '163854.334000', '163854.337000', '163854.340000', '163854.342000', '163854.345000', '163854.348000', '163854.351000', '163854.354000', '163854.357000', '163854.359000', '163914.231000', '163914.234000', '163914.237000', '163914.240000', '163914.243000', '163914.246000', '163914.249000', '163914.252000', '163914.254000', '163914.257000', '163914.260000', '163914.263000', '163914.266000', '163914.269000', '163914.272000', '163914.275000', '163914.277000', '163914.280000', '163914.283000', '163914.286000', '163914.289000', '163914.292000', '163914.300000', '163914.303000', '163914.307000', '163914.310000', '163914.313000', '163914.316000', '163914.319000', '163914.322000', '163914.325000', '163914.328000', '163914.331000', '163914.333000', '163914.336000', '163914.339000', '163914.342000', '163914.345000', '163914.348000', '163914.351000', '163914.353000', '163914.356000', '163914.359000', '163915.353000', '163915.357000', '163915.360000'], '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, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'LargestImagePixelValue': [9665, 9452, 9307, 10317, 11388, 16499, 9143, 10616, 9350, 9916, 9670, 9810, 10078, 12721, 10200, 9855, 10308, 9809, 10051, 9816, 10179, 9833, 15494, 10334, 11719, 10164, 10079, 9891, 10452, 9936, 13302, 10101, 15637, 10560, 14768, 9900, 11458, 10030, 10836, 9954, 12925, 10049, 16456, 10334, 10933, 10378, 9802, 10306, 9957, 15415, 10170, 16231, 10309, 11611, 10355, 11289, 10363, 11609, 10282, 15150, 10144, 12676, 10367, 11026, 10365, 11127, 10626, 11832, 10552, 14478, 11018, 9891, 10939, 10241, 11017, 10312, 10773, 10232, 10865, 10296, 10615, 10358, 13128, 10336, 13862, 10386, 11064, 10442, 10711, 10617, 11219, 10571, 14100, 10417, 11037, 10730, 11022, 10730, 12273, 10852, 12606, 10808, 15335, 10706, 11908, 10942, 11990, 10741, 14919, 10650, 15524, 10860, 11184, 10754, 11203, 10738, 13260, 10530, 11563, 10594, 11712, 10768, 11487, 10725, 11358, 11978, 11675, 11211, 11652, 10525, 11522, 10720, 11723, 11547, 11531, 15352, 11347, 11546, 11280, 11443, 11110, 12170, 11410, 13481, 11104, 16094, 11088, 12112, 11046, 11567, 11102, 12151, 10972, 15013, 11314, 14995, 11117, 11689, 11152, 12208, 11372, 12016, 11163, 14690, 10988, 12086, 11311, 10627, 11328, 10636, 11025, 13381, 10497, 17229, 11014, 11692, 11478, 11106, 11438, 10871, 18899, 15778, 19443, 18811, 11378, 12264, 11039, 11602, 10841, 11330, 10732, 13624, 10655, 16420, 11701, 18276, 14626, 18142, 10618, 14884, 10706, 14268, 12885, 19802, 10688, 15947, 10875, 11191, 10723, 11995, 10376, 12006, 10687, 11968, 10971, 11157, 10828, 11565, 10648, 13747, 10754, 11373, 10751, 11225, 11106, 11070, 11007, 11183, 10690, 13633, 11433, 10745, 11596, 10972, 11169, 10234, 11297, 12549, 11387, 10745, 11647, 10670, 11519, 10810, 11264, 10497, 12043, 10562, 11712, 10778, 11577, 10871, 11633, 10690, 11590, 14146, 11574, 10759, 11657, 10267, 11582, 10499, 12018, 11132, 17110, 10362, 11779, 10731, 11644, 10988, 11187, 10602, 11322, 10890, 11157, 10810, 11635, 10616, 15847, 10844, 15286, 10904, 11240, 10988, 11632, 11179, 13049, 11442, 11636, 11749, 10940, 11685, 10758, 11555, 10812, 11444, 11109, 11262, 11004, 12280, 10814, 12979, 11051, 11566, 11038, 12026, 10921, 16348, 10903, 15161, 10712, 12707, 10984, 13229, 11165, 18015, 12343, 17160, 11130, 11567, 11206, 11903, 11023, 14157, 10946, 12049, 11164, 11040, 11124, 11261, 11037, 15955, 11092, 11569, 11281, 10460, 11647, 10268, 11400, 11442, 11431, 10826, 11688, 11161, 11195, 11892, 10846, 14012, 11909, 19515, 12341, 11103, 17164, 11015, 10882, 10672, 10568, 10503, 13810, 10073, 15952, 9897, 17498, 11413, 18768, 15861, 19297, 14014, 17905, 13531, 19053, 15143, 17273, 12955, 9886, 10648, 9874, 9998, 9670, 10712, 9538, 12383, 9665, 13844, 9608, 10675, 10063, 10735, 10106, 10260, 9683, 11267, 9688, 12487, 9939, 10739, 10065, 10708, 9907, 12145, 9622, 16759, 9667, 13099, 9838, 12596, 9873, 12609, 10378, 17605, 11030, 14692, 9775, 11457, 9879, 13120, 9715, 16549, 11043, 17414, 9993, 11829, 9826, 10527, 9860, 11894, 10318, 9503, 9799, 9459, 9643, 9829, 9354, 16747, 10288, 19169, 13429, 17611, 9617, 13884, 9423, 12719, 9483, 13698, 10456, 14535, 11827, 9208, 10238, 9117, 11266, 8835, 11534, 9569, 13984, 11913, 9541, 9645, 8648, 10493, 8627, 11202, 8531, 12107, 10369, 16842, 9893, 14049, 9014, 9656, 8774, 10439, 8879, 11477, 9114, 13914, 8778, 11626, 8766, 10784, 8735, 10573, 9169, 13970, 9239, 12356, 9115, 9857, 9224, 9450, 9168, 9415, 11364, 9351, 12219, 9590, 11577, 9797, 12921, 9957, 11201, 9723, 10228, 9476, 10939, 9617, 13615, 9779, 18060, 9470, 10289, 9600, 10162, 9728, 9306, 9992, 9646, 14249, 10775, 14821, 9318, 10066, 9046, 12164, 9086, 14162, 10263, 18092, 9121, 10866, 9635, 9574, 10476, 9818, 12686, 10361, 12620, 9854, 10410, 9862, 10273, 9508, 10288, 9892, 11294, 9821, 10534, 10302, 9498, 14032, 9445, 12805, 9606, 14943, 9255, 14028, 9357, 9883, 9370, 9490, 17240, 10188, 15467, 9320, 11896, 9521, 9823, 9686, 9728, 10191, 9642, 9629, 9816, 11036, 9451, 11405, 9365, 11885, 9356, 11272, 9577, 10231, 9575, 9766, 12939, 11980, 16867, 10859, 9926, 9562, 9411, 9382, 13275, 9419, 15257, 10944, 14397, 9698, 11126, 9369, 11186, 9241, 13063, 9945, 12058, 9319, 9168, 9432, 9149, 9153, 16035, 10928, 20437, 15659, 18578, 8976, 15101, 8924, 12459, 9022, 15943, 9355, 15577, 9099, 10232, 9057, 9835, 9099, 11026, 9332, 16838, 9174, 11681, 8952, 10300, 9138, 9906, 9306, 15073, 9432, 10610, 9414, 9379, 10372, 9536, 12636, 9974, 14636, 10623, 14240, 9542, 9748, 9246, 10889, 9208, 12346, 10245, 15951, 9461, 12223, 9085, 9175, 8841, 12099, 9442, 18317, 13038, 16469, 9748, 9073, 9013, 10234, 9054, 14566, 10296, 18567, 10377, 14636, 8743, 11011, 8997, 11058, 9125, 13669, 8835, 10951, 8731, 8952, 8821, 9337, 8757, 10895, 8852, 11405, 8739, 10259, 8549, 9217, 8392, 10529, 14957, 11758, 19386, 8637, 16282, 9211, 8471, 11342, 8466, 14860, 11759, 18513, 18754, 12577, 11627, 8265, 11291, 8417, 11674, 8445, 17912, 10443, 11875, 9230, 8952, 8888, 9620, 9094, 10929, 9034, 11635, 8913, 10009, 8643, 10577, 8729, 11011, 8770, 15201, 8750, 17894, 8507, 12406, 8126, 12356, 9103, 17548, 16694, 22336, 17128, 15777, 12716, 9417, 11112, 8825, 10590, 9005, 14811, 9110, 15946, 10053, 15956, 11016, 16802, 11609, 18584, 13111, 21562, 16586, 15891, 10538, 7990, 9616, 7495, 11321, 7770, 11945, 7801, 10982, 7781, 11085, 7794, 11236, 8663, 13611, 9936, 10544, 7821, 8402, 8226, 8397, 8948, 8346, 9084, 8927, 15755, 8708, 16235, 7960, 10696, 8071, 10034, 8655, 8941, 10739, 8338, 15472, 12697, 18673, 9576, 15355, 8323, 13392, 9811, 13259, 10171, 8332, 8887, 8463, 9979, 8447, 9966, 8757, 13161, 8038, 11686, 8629, 10657, 8251, 11242, 8312, 12512, 8226, 18363, 10499, 18936, 9499, 8814, 9132, 8371, 11761, 9650, 14851, 10420, 16695, 12388, 18465, 14605, 12292, 13394, 8310, 13214, 8393, 14678, 8507, 14512, 8543, 15836, 8187, 13718, 8371, 13259, 8278, 12595, 8304, 13014, 10305, 19462, 8901, 8372, 8405, 8194, 9901, 8218, 10006, 9137, 11468, 8345, 18588, 8479, 11335, 8205, 11041, 8612, 11264, 9788, 12659, 18198, 9868, 16042, 8039, 12246, 8426, 13253, 9708, 15670, 10379, 19959, 14310, 19895, 17722, 12106, 13429, 8054, 9330, 8752, 8721, 9963, 8545, 14221, 10308, 20509, 14549, 20307, 10251, 12686, 8883, 8363, 8628, 8881, 8850, 11748, 16603, 12040, 13588, 8442, 9094, 9105, 8295, 11105, 7695, 13270, 8423, 13492, 10668, 17584, 8591, 11418, 8127, 9494, 7789, 10658, 8145, 13286, 10665, 10877, 8841, 8202, 8254, 10210, 8555, 17460, 9898, 20760, 14378, 18073, 9405, 11976, 8354, 12754, 8242, 14412, 11481, 21511, 12983, 15886, 8581, 13132, 8321, 13173, 8865, 13487, 10940, 19672, 11386, 8829, 7997, 8723, 8278, 8794, 9012, 9280, 16609, 13672, 20282, 10689, 11145, 8694, 8714, 10779, 8297, 15891, 8488, 20139, 14811, 15763, 9830, 8657, 7976, 9433, 8282, 13014, 9975, 16010, 9410, 10445, 8580, 10074, 8207, 14749, 10785, 20543, 11198, 17623, 8264, 11731, 8342, 12096, 10267, 15917, 8978, 13891, 8826, 10351, 8476, 9776, 8318, 17243, 9179, 14550, 8730, 9199, 8426, 9448, 8785, 11223, 8188, 18980, 8607, 10369, 8628, 9915, 8601, 12104, 11813, 21354, 11591, 13972, 9428, 9815, 9042, 8610, 12064, 9289, 17565, 10144, 12136, 8461, 10171, 8554, 12651, 8667, 14724, 11279, 20043, 8589, 14366, 8716, 12236, 8706, 14128, 10213, 16709, 11704, 19021, 8818, 10981, 8662, 11613, 8826, 13752, 10852, 21272, 13712, 13928, 9010, 9287, 8710, 10386, 8525, 17514, 10664, 20976, 9828, 15969, 8604, 12352, 8602, 12807, 9475, 12966, 11085, 13449, 8332, 10117, 8511, 11062, 8473, 13123, 10746, 19309, 11466, 17433, 9318, 14972, 9431, 15632, 11509, 20892, 12577, 17501, 9277, 11887, 9466, 12924, 10460, 18388, 9512, 14442, 9726, 9593, 9135, 8888, 9658, 13350, 8894, 9067, 8722, 9282, 9391, 9399, 14871, 10970, 12200, 9105, 10224, 8877, 9023, 8701, 10585, 14090, 14030, 17921, 10478, 9423, 10493, 8841, 15343, 12863, 20378, 19630, 10593, 9977, 9366, 9615, 10448, 11920, 9820, 15854, 10766, 19564, 9953, 12889, 9513, 10674, 9844, 13870, 10707, 9246, 9139, 9169, 11652, 8980, 17799, 10786, 11170, 9155, 8840, 9439, 8576, 9053, 13001, 8886, 17079, 11822, 8743, 8851, 10500, 8772, 9637, 8785, 15991, 13841, 18447, 17243, 10923, 11321, 8683, 9577, 9089, 8356, 12522, 8484, 13305, 8518, 13778, 9000, 17808, 12346, 21277, 13178, 21435, 12789, 14281, 9333, 10585, 8275, 9883, 8272, 9699, 8301, 9902, 8881, 9471, 9188, 10110, 10460, 10059, 10443, 8634, 11480, 8244, 8316, 9359, 7481, 18723, 15449, 10165, 10636, 9226, 12640, 8207, 9277, 17033, 9530, 10698, 8736, 9880, 10419, 9973, 14479, 9482, 10767, 9339, 10527, 15883, 10247, 10994, 10626, 10545, 10767, 12408, 10576, 13456, 10474, 16049, 10592, 12824, 10744, 10758, 11179, 10649, 10971, 15504, 10794, 14459, 10238, 10334, 10128, 11133, 9824, 9898, 9969, 15633, 10789, 19691, 13574, 13519, 10656, 11457, 10472, 11469, 10469, 11907, 10618, 15701, 10699, 12018, 10423, 9665, 10279, 9321, 10238, 13632, 10393, 18069, 10106, 15723, 10325, 12930, 10471, 14666, 11174, 16147, 9821, 9035, 10083, 10569, 9955, 16228, 10225, 16730, 9643, 9979, 9742, 10072, 9884, 11759, 9877, 18025, 12744, 12639, 9667, 10947, 9435, 10195, 9557, 10205, 9531, 10215, 12603, 15312, 17492, 10223, 10207, 10413, 9370, 10293, 9247, 9798, 9474, 15960, 12478, 12493, 15860, 10102, 10029, 10245, 9191, 9776, 12270, 9676, 14668, 10872, 15484, 10254, 13902, 9952, 11639, 9837, 11207, 10980, 16549, 10483, 9535, 9144, 9591, 15213, 9825, 12231, 9765, 9452, 9766, 9216, 9513, 10490, 17291, 10102, 10441, 9750, 9775, 9635, 12723, 9576, 17065, 12589, 16034, 10394, 13839, 9746, 15551, 9945, 14716, 10650, 17194, 10064, 15361, 10464, 9524, 10137, 9690, 10816, 9854, 10279, 9604, 10063, 9838, 11086, 9836, 14504, 10021, 15656, 10106, 12451, 10313, 9747, 10396, 10521, 10199, 10102, 10743, 11502, 9565, 10261, 11198, 10105, 13132, 10647, 13426, 10646, 14021, 10852, 10099, 11155, 10122, 10792, 10815, 11376, 17364, 11356, 10206, 10298, 10721, 15870, 11329, 14979, 11552, 11506, 11609, 10474, 11120, 10640, 11382, 11014, 11022, 10388, 11406, 10429, 11684, 14783, 11407, 16623, 11116, 10348, 11076, 10387, 10970, 10277, 11393, 15783, 11337, 10336, 11719, 10698, 11026, 10693, 11668, 10754, 12050, 10690, 9831, 10776, 18524, 11287, 16474, 11210, 12906, 11174, 10437, 11521, 12880, 11420, 12777, 11218, 10265, 11070, 10404, 11046, 15343, 11055, 12522, 10968, 10363, 11325, 10326, 13901, 10758, 17838, 10772, 15224, 10911, 12371, 10979, 12578, 10873, 15968, 11289, 16908, 10489, 9498, 10215, 10069, 10186, 16027, 10354, 20082, 13669, 15397, 10521, 11025, 10366, 13982, 10320, 13619, 10518, 16935, 10811, 15606, 10374, 12543, 10346, 12685, 10189, 15124, 10513, 17590, 10422, 13354, 10625, 9737, 10396, 9780, 10376, 13951, 10688, 16390, 10493, 9872, 10330, 9741, 10344, 12002, 10631, 17578, 10463, 12720, 10477, 9953, 10184, 12603, 9909, 16148, 10926, 17918, 11107, 15076, 10189, 10868, 10249, 10927, 10381, 14559, 10548, 16925, 10112, 13494, 10078, 11473, 9961, 13536, 10306, 17118, 11597, 15103, 10158, 9672, 10400, 10098, 10507, 11791, 10783, 16279, 10631, 11334, 10283, 9705, 10418, 10912, 10830, 15330, 10514, 13964, 10562, 10823, 10350, 12162, 10420, 16132, 11976, 16689, 10377, 13510, 10569, 10487, 10584, 12515, 10802, 16352, 10503, 10071, 10266, 9757, 10627, 9963, 10684, 15698, 10614, 12888, 10345, 11747, 10226, 12381, 10435, 13727, 10732, 15267, 10590, 12217, 10796, 10102, 10608, 12318, 10521, 16647, 10752, 13050, 10476, 11026, 10287, 11258, 10410, 13169, 10596, 10202, 10127, 10315, 9885, 10571, 9803, 10616, 15757, 10715, 18028, 10172, 9818, 10259, 9581, 10236, 11606, 10624, 17193, 10190, 14405, 10158, 10476, 9774, 11250, 9838, 14785, 10198, 15211, 11285, 10445, 9779, 10403, 9703, 10302, 12172, 10549, 17568, 10523, 15336, 10321, 9794, 10459, 9795, 11001, 14335, 10735, 11528, 10470, 9748, 10393, 10014, 10293, 12753, 10384, 16358, 10078, 12437, 9893, 10409, 10011, 13290, 10098, 17122, 12454, 13051, 9924, 10758, 9586, 10273, 9854, 10410, 14449, 10964, 16824, 10024, 10319, 9890, 9912, 9808, 10382, 12289, 11050, 17572, 10163, 10864, 10109, 9173, 10021, 10183, 10181, 15585, 11400, 16444, 10174, 9824, 9749, 9297, 9869, 12332, 10003, 12097, 9671, 9712, 9554, 9903, 9838, 14839, 11194, 11572, 9949, 10317, 10457, 9754, 9794, 10746, 10181, 13072, 10140, 9876, 10051, 14280, 9978, 18423, 11869, 15519, 10279, 13513, 10043, 12871, 10628, 10508, 9738, 10041, 9546, 10002, 11276, 10288, 18341, 11489, 14363, 10161, 8768, 10312, 9814, 10347, 12328, 10344, 12271, 9822, 15798, 9904, 12008, 10031, 9460, 9898, 12846, 13529, 13097, 9883, 11332, 9874, 10128, 9632, 10363, 12043, 9819, 10376, 9777, 9560, 9979, 10335, 10058, 19416, 16236, 13493, 10817], 'WindowCenter': [4288.0, 4277.0, 4263.0, 4273.0, 4280.0, 4301.0, 4237.0, 4255.0, 4235.0, 4244.0, 4244.0, 4246.0, 4245.0, 4266.0, 4244.0, 4246.0, 4245.0, 4245.0, 4244.0, 4245.0, 4244.0, 4246.0, 4287.0, 4257.0, 4264.0, 4257.0, 4244.0, 4247.0, 4255.0, 4247.0, 4277.0, 4257.0, 4286.0, 4258.0, 4276.0, 4246.0, 4255.0, 4244.0, 4255.0, 4246.0, 4265.0, 4246.0, 4287.0, 4246.0, 4253.0, 4243.0, 4245.0, 4244.0, 4243.0, 4282.0, 4246.0, 4285.0, 4246.0, 4254.0, 4258.0, 4254.0, 4254.0, 4264.0, 4257.0, 4286.0, 4258.0, 4266.0, 4246.0, 4256.0, 4255.0, 4254.0, 4255.0, 4266.0, 4246.0, 4278.0, 4253.0, 4245.0, 4254.0, 4256.0, 4254.0, 4256.0, 4257.0, 4255.0, 4255.0, 4257.0, 4245.0, 4257.0, 4277.0, 4258.0, 4275.0, 4247.0, 4256.0, 4256.0, 4256.0, 4271.0, 4268.0, 4259.0, 4288.0, 4258.0, 4257.0, 4256.0, 4253.0, 4256.0, 4266.0, 4267.0, 4266.0, 4268.0, 4288.0, 4258.0, 4266.0, 4268.0, 4265.0, 4258.0, 4285.0, 4258.0, 4287.0, 4257.0, 4256.0, 4265.0, 4267.0, 4268.0, 4278.0, 4258.0, 4267.0, 4258.0, 4265.0, 4257.0, 4265.0, 4268.0, 4265.0, 4268.0, 4267.0, 4268.0, 4266.0, 4257.0, 4265.0, 4257.0, 4267.0, 4268.0, 4266.0, 4289.0, 4256.0, 4266.0, 4266.0, 4265.0, 4265.0, 4276.0, 4269.0, 4288.0, 4268.0, 4299.0, 4267.0, 4266.0, 4267.0, 4265.0, 4257.0, 4266.0, 4258.0, 4287.0, 4255.0, 4287.0, 4256.0, 4264.0, 4255.0, 4266.0, 4266.0, 4266.0, 4267.0, 4287.0, 4267.0, 4266.0, 4267.0, 4257.0, 4267.0, 4257.0, 4268.0, 4287.0, 4257.0, 4299.0, 4267.0, 4278.0, 4278.0, 4269.0, 4269.0, 4271.0, 4323.0, 4315.0, 4312.0, 4314.0, 4270.0, 4279.0, 4269.0, 4266.0, 4269.0, 4267.0, 4267.0, 4277.0, 4257.0, 4288.0, 4268.0, 4298.0, 4274.0, 4284.0, 4241.0, 4262.0, 4243.0, 4262.0, 4252.0, 4283.0, 4232.0, 4270.0, 4241.0, 4240.0, 4241.0, 4240.0, 4231.0, 4251.0, 4242.0, 4252.0, 4242.0, 4241.0, 4242.0, 4255.0, 4256.0, 4275.0, 4255.0, 4254.0, 4255.0, 4252.0, 4255.0, 4255.0, 4255.0, 4256.0, 4256.0, 4278.0, 4254.0, 4256.0, 4266.0, 4256.0, 4265.0, 4257.0, 4268.0, 4279.0, 4267.0, 4258.0, 4266.0, 4256.0, 4266.0, 4258.0, 4267.0, 4259.0, 4267.0, 4258.0, 4265.0, 4257.0, 4256.0, 4257.0, 4267.0, 4268.0, 4266.0, 4289.0, 4267.0, 4256.0, 4265.0, 4257.0, 4254.0, 4258.0, 4267.0, 4268.0, 4296.0, 4246.0, 4264.0, 4254.0, 4265.0, 4257.0, 4264.0, 4268.0, 4268.0, 4268.0, 4267.0, 4269.0, 4267.0, 4269.0, 4299.0, 4270.0, 4288.0, 4268.0, 4267.0, 4268.0, 4268.0, 4269.0, 4279.0, 4266.0, 4267.0, 4265.0, 4268.0, 4266.0, 4268.0, 4267.0, 4269.0, 4267.0, 4269.0, 4268.0, 4269.0, 4279.0, 4271.0, 4289.0, 4270.0, 4268.0, 4270.0, 4280.0, 4271.0, 4300.0, 4270.0, 4289.0, 4259.0, 4278.0, 4268.0, 4278.0, 4269.0, 4298.0, 4278.0, 4297.0, 4266.0, 4266.0, 4265.0, 4267.0, 4267.0, 4288.0, 4257.0, 4266.0, 4267.0, 4267.0, 4267.0, 4269.0, 4267.0, 4300.0, 4267.0, 4266.0, 4266.0, 4256.0, 4265.0, 4257.0, 4266.0, 4268.0, 4267.0, 4257.0, 4265.0, 4256.0, 4256.0, 4266.0, 4257.0, 4289.0, 4292.0, 4334.0, 4292.0, 4280.0, 4322.0, 4269.0, 4266.0, 4270.0, 4271.0, 4272.0, 4290.0, 4260.0, 4299.0, 4248.0, 4298.0, 4269.0, 4297.0, 4287.0, 4285.0, 4263.0, 4272.0, 4252.0, 4272.0, 4262.0, 4271.0, 4240.0, 4218.0, 4229.0, 4218.0, 4219.0, 4218.0, 4229.0, 4218.0, 4251.0, 4220.0, 4261.0, 4220.0, 4229.0, 4231.0, 4240.0, 4231.0, 4231.0, 4232.0, 4254.0, 4233.0, 4253.0, 4233.0, 4243.0, 4233.0, 4242.0, 4243.0, 4266.0, 4235.0, 4287.0, 4236.0, 4266.0, 4247.0, 4264.0, 4246.0, 4265.0, 4246.0, 4297.0, 4257.0, 4276.0, 4246.0, 4254.0, 4245.0, 4265.0, 4236.0, 4286.0, 4257.0, 4286.0, 4245.0, 4254.0, 4245.0, 4244.0, 4247.0, 4267.0, 4258.0, 4247.0, 4248.0, 4245.0, 4247.0, 4246.0, 4237.0, 4287.0, 4248.0, 4298.0, 4277.0, 4286.0, 4234.0, 4265.0, 4235.0, 4264.0, 4235.0, 4276.0, 4257.0, 4276.0, 4267.0, 4236.0, 4246.0, 4237.0, 4257.0, 4238.0, 4268.0, 4249.0, 4279.0, 4269.0, 4237.0, 4248.0, 4225.0, 4257.0, 4227.0, 4257.0, 4225.0, 4256.0, 4247.0, 4287.0, 4235.0, 4265.0, 4223.0, 4233.0, 4213.0, 4244.0, 4224.0, 4254.0, 4235.0, 4276.0, 4225.0, 4254.0, 4225.0, 4255.0, 4226.0, 4254.0, 4247.0, 4277.0, 4237.0, 4266.0, 4236.0, 4247.0, 4235.0, 4247.0, 4236.0, 4247.0, 4267.0, 4237.0, 4267.0, 4260.0, 4270.0, 4262.0, 4279.0, 4260.0, 4269.0, 4260.0, 4259.0, 4260.0, 4269.0, 4262.0, 4291.0, 4259.0, 4312.0, 4248.0, 4257.0, 4248.0, 4257.0, 4248.0, 4247.0, 4247.0, 4259.0, 4290.0, 4271.0, 4290.0, 4249.0, 4247.0, 4248.0, 4278.0, 4249.0, 4289.0, 4260.0, 4309.0, 4237.0, 4257.0, 4237.0, 4248.0, 4256.0, 4258.0, 4277.0, 4259.0, 4278.0, 4259.0, 4259.0, 4259.0, 4258.0, 4249.0, 4258.0, 4260.0, 4270.0, 4248.0, 4259.0, 4247.0, 4247.0, 4277.0, 4247.0, 4266.0, 4248.0, 4287.0, 4236.0, 4277.0, 4236.0, 4246.0, 4235.0, 4246.0, 4297.0, 4246.0, 4286.0, 4234.0, 4256.0, 4235.0, 4246.0, 4234.0, 4246.0, 4245.0, 4246.0, 4235.0, 4247.0, 4256.0, 4246.0, 4267.0, 4248.0, 4268.0, 4237.0, 4256.0, 4247.0, 4259.0, 4246.0, 4248.0, 4277.0, 4267.0, 4288.0, 4258.0, 4245.0, 4248.0, 4237.0, 4249.0, 4278.0, 4249.0, 4289.0, 4259.0, 4288.0, 4249.0, 4257.0, 4248.0, 4256.0, 4249.0, 4278.0, 4260.0, 4268.0, 4249.0, 4238.0, 4248.0, 4238.0, 4249.0, 4299.0, 4259.0, 4308.0, 4289.0, 4297.0, 4226.0, 4275.0, 4224.0, 4264.0, 4225.0, 4286.0, 4224.0, 4275.0, 4224.0, 4244.0, 4224.0, 4245.0, 4237.0, 4257.0, 4236.0, 4298.0, 4236.0, 4256.0, 4224.0, 4245.0, 4234.0, 4245.0, 4235.0, 4287.0, 4235.0, 4246.0, 4222.0, 4225.0, 4233.0, 4234.0, 4253.0, 4246.0, 4275.0, 4246.0, 4275.0, 4234.0, 4234.0, 4236.0, 4255.0, 4247.0, 4277.0, 4259.0, 4289.0, 4248.0, 4266.0, 4237.0, 4236.0, 4237.0, 4266.0, 4248.0, 4297.0, 4276.0, 4284.0, 4235.0, 4224.0, 4225.0, 4235.0, 4224.0, 4274.0, 4245.0, 4296.0, 4245.0, 4275.0, 4225.0, 4242.0, 4235.0, 4254.0, 4236.0, 4263.0, 4225.0, 4245.0, 4214.0, 4222.0, 4225.0, 4237.0, 4237.0, 4258.0, 4237.0, 4268.0, 4237.0, 4247.0, 4238.0, 4248.0, 4229.0, 4269.0, 4303.0, 4281.0, 4321.0, 4239.0, 4297.0, 4237.0, 4228.0, 4257.0, 4228.0, 4278.0, 4257.0, 4300.0, 4301.0, 4265.0, 4256.0, 4214.0, 4244.0, 4213.0, 4254.0, 4213.0, 4287.0, 4234.0, 4243.0, 4223.0, 4223.0, 4222.0, 4233.0, 4225.0, 4244.0, 4223.0, 4253.0, 4221.0, 4233.0, 4225.0, 4244.0, 4226.0, 4246.0, 4227.0, 4278.0, 4225.0, 4287.0, 4226.0, 4265.0, 4215.0, 4265.0, 4225.0, 4297.0, 4298.0, 4322.0, 4301.0, 4288.0, 4267.0, 4237.0, 4256.0, 4237.0, 4258.0, 4237.0, 4288.0, 4238.0, 4288.0, 4247.0, 4286.0, 4246.0, 4284.0, 4243.0, 4283.0, 4253.0, 4283.0, 4272.0, 4259.0, 4219.0, 4188.0, 4208.0, 4178.0, 4229.0, 4188.0, 4228.0, 4188.0, 4228.0, 4188.0, 4229.0, 4189.0, 4229.0, 4211.0, 4250.0, 4221.0, 4230.0, 4201.0, 4211.0, 4212.0, 4212.0, 4224.0, 4213.0, 4237.0, 4250.0, 4301.0, 4227.0, 4288.0, 4228.0, 4256.0, 4229.0, 4260.0, 4250.0, 4249.0, 4269.0, 4241.0, 4302.0, 4293.0, 4310.0, 4248.0, 4286.0, 4226.0, 4277.0, 4248.0, 4277.0, 4247.0, 4224.0, 4236.0, 4227.0, 4247.0, 4226.0, 4247.0, 4227.0, 4279.0, 4217.0, 4268.0, 4227.0, 4257.0, 4228.0, 4267.0, 4228.0, 4268.0, 4228.0, 4311.0, 4271.0, 4324.0, 4274.0, 4251.0, 4251.0, 4242.0, 4293.0, 4265.0, 4302.0, 4273.0, 4302.0, 4282.0, 4312.0, 4292.0, 4268.0, 4278.0, 4215.0, 4265.0, 4215.0, 4275.0, 4216.0, 4265.0, 4214.0, 4275.0, 4213.0, 4263.0, 4213.0, 4263.0, 4213.0, 4252.0, 4213.0, 4264.0, 4246.0, 4296.0, 4227.0, 4225.0, 4226.0, 4226.0, 4247.0, 4226.0, 4247.0, 4237.0, 4270.0, 4240.0, 4323.0, 4229.0, 4268.0, 4229.0, 4269.0, 4240.0, 4270.0, 4261.0, 4292.0, 4313.0, 4260.0, 4300.0, 4229.0, 4267.0, 4229.0, 4277.0, 4248.0, 4287.0, 4260.0, 4309.0, 4291.0, 4322.0, 4312.0, 4269.0, 4276.0, 4226.0, 4235.0, 4237.0, 4237.0, 4248.0, 4228.0, 4278.0, 4248.0, 4308.0, 4278.0, 4297.0, 4235.0, 4264.0, 4223.0, 4212.0, 4213.0, 4223.0, 4224.0, 4254.0, 4286.0, 4254.0, 4264.0, 4212.0, 4212.0, 4209.0, 4201.0, 4229.0, 4201.0, 4250.0, 4212.0, 4262.0, 4244.0, 4283.0, 4213.0, 4252.0, 4213.0, 4233.0, 4215.0, 4256.0, 4228.0, 4278.0, 4259.0, 4258.0, 4239.0, 4227.0, 4228.0, 4246.0, 4227.0, 4298.0, 4248.0, 4308.0, 4278.0, 4297.0, 4236.0, 4267.0, 4240.0, 4277.0, 4227.0, 4287.0, 4269.0, 4319.0, 4278.0, 4285.0, 4226.0, 4265.0, 4225.0, 4275.0, 4236.0, 4276.0, 4257.0, 4305.0, 4267.0, 4236.0, 4227.0, 4237.0, 4238.0, 4239.0, 4249.0, 4250.0, 4312.0, 4290.0, 4311.0, 4247.0, 4255.0, 4225.0, 4225.0, 4244.0, 4215.0, 4285.0, 4225.0, 4307.0, 4276.0, 4286.0, 4235.0, 4212.0, 4214.0, 4223.0, 4225.0, 4265.0, 4246.0, 4285.0, 4236.0, 4244.0, 4225.0, 4244.0, 4226.0, 4286.0, 4257.0, 4306.0, 4256.0, 4285.0, 4215.0, 4254.0, 4226.0, 4265.0, 4247.0, 4286.0, 4236.0, 4275.0, 4235.0, 4244.0, 4225.0, 4246.0, 4226.0, 4297.0, 4235.0, 4274.0, 4224.0, 4234.0, 4225.0, 4235.0, 4225.0, 4256.0, 4226.0, 4308.0, 4227.0, 4246.0, 4227.0, 4247.0, 4236.0, 4268.0, 4268.0, 4310.0, 4256.0, 4275.0, 4223.0, 4234.0, 4223.0, 4224.0, 4265.0, 4236.0, 4295.0, 4246.0, 4265.0, 4226.0, 4245.0, 4226.0, 4265.0, 4227.0, 4277.0, 4257.0, 4296.0, 4226.0, 4275.0, 4224.0, 4256.0, 4226.0, 4276.0, 4247.0, 4285.0, 4257.0, 4295.0, 4225.0, 4244.0, 4225.0, 4254.0, 4236.0, 4277.0, 4258.0, 4307.0, 4277.0, 4275.0, 4226.0, 4234.0, 4225.0, 4244.0, 4225.0, 4296.0, 4246.0, 4296.0, 4235.0, 4274.0, 4225.0, 4264.0, 4225.0, 4265.0, 4247.0, 4276.0, 4256.0, 4276.0, 4227.0, 4246.0, 4238.0, 4267.0, 4239.0, 4289.0, 4270.0, 4310.0, 4269.0, 4287.0, 4237.0, 4286.0, 4237.0, 4287.0, 4268.0, 4306.0, 4267.0, 4285.0, 4235.0, 4255.0, 4236.0, 4266.0, 4258.0, 4296.0, 4236.0, 4275.0, 4236.0, 4235.0, 4236.0, 4237.0, 4246.0, 4277.0, 4235.0, 4236.0, 4224.0, 4235.0, 4235.0, 4248.0, 4288.0, 4259.0, 4267.0, 4236.0, 4247.0, 4236.0, 4237.0, 4238.0, 4258.0, 4290.0, 4278.0, 4299.0, 4246.0, 4236.0, 4244.0, 4237.0, 4287.0, 4279.0, 4309.0, 4298.0, 4244.0, 4234.0, 4234.0, 4235.0, 4257.0, 4266.0, 4247.0, 4287.0, 4257.0, 4308.0, 4246.0, 4265.0, 4234.0, 4244.0, 4233.0, 4264.0, 4232.0, 4224.0, 4222.0, 4222.0, 4253.0, 4236.0, 4296.0, 4245.0, 4243.0, 4224.0, 4222.0, 4233.0, 4222.0, 4225.0, 4266.0, 4237.0, 4297.0, 4267.0, 4224.0, 4225.0, 4245.0, 4225.0, 4235.0, 4226.0, 4299.0, 4303.0, 4298.0, 4274.0, 4242.0, 4243.0, 4223.0, 4245.0, 4261.0, 4238.0, 4266.0, 4237.0, 4289.0, 4252.0, 4292.0, 4240.0, 4312.0, 4269.0, 4299.0, 4254.0, 4284.0, 4240.0, 4247.0, 4197.0, 4218.0, 4187.0, 4209.0, 4187.0, 4208.0, 4199.0, 4221.0, 4223.0, 4220.0, 4204.0, 4242.0, 4244.0, 4232.0, 4244.0, 4213.0, 4254.0, 4213.0, 4213.0, 4224.0, 4207.0, 4299.0, 4277.0, 4234.0, 4234.0, 4224.0, 4253.0, 4214.0, 4224.0, 4286.0, 4237.0, 4245.0, 4214.0, 4235.0, 4246.0, 4235.0, 4275.0, 4236.0, 4245.0, 4226.0, 4244.0, 4287.0, 4237.0, 4245.0, 4246.0, 4245.0, 4257.0, 4266.0, 4247.0, 4276.0, 4246.0, 4287.0, 4246.0, 4264.0, 4245.0, 4245.0, 4255.0, 4246.0, 4258.0, 4287.0, 4258.0, 4276.0, 4247.0, 4245.0, 4259.0, 4257.0, 4248.0, 4247.0, 4248.0, 4288.0, 4259.0, 4309.0, 4278.0, 4266.0, 4246.0, 4255.0, 4257.0, 4256.0, 4259.0, 4267.0, 4260.0, 4297.0, 4259.0, 4268.0, 4258.0, 4247.0, 4258.0, 4237.0, 4260.0, 4278.0, 4260.0, 4299.0, 4259.0, 4289.0, 4249.0, 4277.0, 4259.0, 4289.0, 4269.0, 4287.0, 4248.0, 4226.0, 4259.0, 4258.0, 4249.0, 4298.0, 4249.0, 4297.0, 4239.0, 4246.0, 4238.0, 4246.0, 4247.0, 4267.0, 4247.0, 4298.0, 4281.0, 4267.0, 4239.0, 4256.0, 4236.0, 4247.0, 4246.0, 4247.0, 4248.0, 4247.0, 4277.0, 4289.0, 4301.0, 4236.0, 4247.0, 4245.0, 4236.0, 4236.0, 4226.0, 4235.0, 4237.0, 4276.0, 4266.0, 4256.0, 4286.0, 4245.0, 4234.0, 4248.0, 4237.0, 4259.0, 4267.0, 4249.0, 4291.0, 4260.0, 4290.0, 4249.0, 4277.0, 4236.0, 4257.0, 4237.0, 4258.0, 4245.0, 4288.0, 4245.0, 4235.0, 4224.0, 4236.0, 4275.0, 4235.0, 4253.0, 4236.0, 4234.0, 4247.0, 4236.0, 4249.0, 4258.0, 4301.0, 4247.0, 4257.0, 4248.0, 4249.0, 4249.0, 4279.0, 4250.0, 4300.0, 4279.0, 4289.0, 4248.0, 4265.0, 4236.0, 4285.0, 4236.0, 4275.0, 4245.0, 4285.0, 4236.0, 4273.0, 4235.0, 4223.0, 4233.0, 4233.0, 4244.0, 4245.0, 4234.0, 4233.0, 4233.0, 4236.0, 4244.0, 4234.0, 4276.0, 4247.0, 4274.0, 4235.0, 4253.0, 4245.0, 4233.0, 4245.0, 4245.0, 4246.0, 4248.0, 4256.0, 4256.0, 4234.0, 4245.0, 4243.0, 4245.0, 4265.0, 4257.0, 4275.0, 4257.0, 4277.0, 4258.0, 4246.0, 4258.0, 4249.0, 4257.0, 4258.0, 4256.0, 4300.0, 4256.0, 4246.0, 4243.0, 4255.0, 4286.0, 4256.0, 4286.0, 4256.0, 4256.0, 4267.0, 4255.0, 4268.0, 4259.0, 4267.0, 4257.0, 4256.0, 4246.0, 4256.0, 4258.0, 4266.0, 4288.0, 4255.0, 4298.0, 4255.0, 4247.0, 4256.0, 4246.0, 4256.0, 4247.0, 4267.0, 4287.0, 4256.0, 4248.0, 4256.0, 4257.0, 4257.0, 4257.0, 4255.0, 4255.0, 4255.0, 4246.0, 4246.0, 4256.0, 4295.0, 4256.0, 4286.0, 4256.0, 4263.0, 4256.0, 4246.0, 4267.0, 4265.0, 4267.0, 4266.0, 4257.0, 4246.0, 4255.0, 4247.0, 4258.0, 4288.0, 4257.0, 4266.0, 4245.0, 4245.0, 4243.0, 4246.0, 4265.0, 4255.0, 4295.0, 4256.0, 4273.0, 4256.0, 4265.0, 4255.0, 4267.0, 4259.0, 4298.0, 4258.0, 4297.0, 4248.0, 4233.0, 4247.0, 4247.0, 4247.0, 4287.0, 4249.0, 4308.0, 4278.0, 4275.0, 4246.0, 4244.0, 4246.0, 4273.0, 4245.0, 4276.0, 4260.0, 4297.0, 4256.0, 4285.0, 4245.0, 4266.0, 4245.0, 4264.0, 4246.0, 4276.0, 4246.0, 4286.0, 4246.0, 4276.0, 4245.0, 4233.0, 4244.0, 4235.0, 4246.0, 4276.0, 4248.0, 4285.0, 4245.0, 4233.0, 4246.0, 4235.0, 4246.0, 4266.0, 4257.0, 4297.0, 4257.0, 4267.0, 4256.0, 4245.0, 4247.0, 4266.0, 4248.0, 4287.0, 4257.0, 4296.0, 4257.0, 4275.0, 4235.0, 4245.0, 4235.0, 4243.0, 4247.0, 4274.0, 4247.0, 4286.0, 4245.0, 4264.0, 4244.0, 4255.0, 4248.0, 4277.0, 4248.0, 4286.0, 4257.0, 4276.0, 4244.0, 4232.0, 4246.0, 4245.0, 4247.0, 4255.0, 4257.0, 4287.0, 4247.0, 4257.0, 4247.0, 4236.0, 4257.0, 4257.0, 4258.0, 4288.0, 4260.0, 4278.0, 4259.0, 4258.0, 4247.0, 4264.0, 4259.0, 4288.0, 4268.0, 4285.0, 4246.0, 4265.0, 4247.0, 4245.0, 4245.0, 4269.0, 4246.0, 4286.0, 4246.0, 4234.0, 4245.0, 4235.0, 4257.0, 4248.0, 4258.0, 4288.0, 4256.0, 4266.0, 4248.0, 4266.0, 4247.0, 4266.0, 4248.0, 4277.0, 4258.0, 4286.0, 4247.0, 4254.0, 4245.0, 4236.0, 4248.0, 4266.0, 4249.0, 4285.0, 4246.0, 4266.0, 4246.0, 4255.0, 4246.0, 4257.0, 4259.0, 4278.0, 4259.0, 4248.0, 4246.0, 4248.0, 4247.0, 4246.0, 4247.0, 4248.0, 4291.0, 4248.0, 4296.0, 4245.0, 4236.0, 4236.0, 4235.0, 4246.0, 4256.0, 4246.0, 4285.0, 4246.0, 4275.0, 4246.0, 4232.0, 4234.0, 4243.0, 4237.0, 4275.0, 4237.0, 4275.0, 4255.0, 4244.0, 4236.0, 4245.0, 4234.0, 4245.0, 4256.0, 4244.0, 4288.0, 4245.0, 4274.0, 4235.0, 4233.0, 4244.0, 4235.0, 4257.0, 4274.0, 4245.0, 4253.0, 4244.0, 4233.0, 4235.0, 4234.0, 4244.0, 4265.0, 4247.0, 4286.0, 4235.0, 4255.0, 4236.0, 4243.0, 4234.0, 4264.0, 4247.0, 4287.0, 4268.0, 4264.0, 4235.0, 4244.0, 4235.0, 4235.0, 4236.0, 4245.0, 4276.0, 4247.0, 4286.0, 4236.0, 4244.0, 4235.0, 4234.0, 4236.0, 4247.0, 4266.0, 4245.0, 4287.0, 4235.0, 4248.0, 4246.0, 4223.0, 4235.0, 4235.0, 4236.0, 4275.0, 4257.0, 4287.0, 4247.0, 4234.0, 4237.0, 4235.0, 4248.0, 4266.0, 4237.0, 4266.0, 4235.0, 4233.0, 4235.0, 4236.0, 4248.0, 4275.0, 4259.0, 4257.0, 4247.0, 4247.0, 4255.0, 4249.0, 4248.0, 4259.0, 4258.0, 4280.0, 4249.0, 4248.0, 4249.0, 4280.0, 4248.0, 4301.0, 4256.0, 4276.0, 4246.0, 4265.0, 4247.0, 4265.0, 4247.0, 4245.0, 4236.0, 4234.0, 4236.0, 4246.0, 4257.0, 4247.0, 4298.0, 4256.0, 4275.0, 4234.0, 4215.0, 4247.0, 4236.0, 4247.0, 4265.0, 4247.0, 4267.0, 4249.0, 4287.0, 4236.0, 4254.0, 4235.0, 4233.0, 4236.0, 4266.0, 4278.0, 4266.0, 4236.0, 4244.0, 4236.0, 4234.0, 4235.0, 4246.0, 4267.0, 4235.0, 4245.0, 4246.0, 4238.0, 4248.0, 4247.0, 4250.0, 4311.0, 4312.0, 4292.0, 4272.0], 'WindowWidth': [9493.0, 9473.0, 9445.0, 9457.0, 9462.0, 9492.0, 9397.0, 9418.0, 9390.0, 9401.0, 9401.0, 9407.0, 9403.0, 9435.0, 9399.0, 9405.0, 9401.0, 9404.0, 9400.0, 9404.0, 9402.0, 9408.0, 9463.0, 9424.0, 9428.0, 9423.0, 9402.0, 9411.0, 9416.0, 9410.0, 9450.0, 9425.0, 9463.0, 9425.0, 9448.0, 9407.0, 9416.0, 9402.0, 9416.0, 9406.0, 9431.0, 9404.0, 9464.0, 9407.0, 9413.0, 9398.0, 9404.0, 9398.0, 9399.0, 9452.0, 9405.0, 9459.0, 9405.0, 9414.0, 9429.0, 9416.0, 9417.0, 9428.0, 9425.0, 9462.0, 9426.0, 9433.0, 9408.0, 9419.0, 9418.0, 9415.0, 9418.0, 9435.0, 9405.0, 9452.0, 9411.0, 9404.0, 9415.0, 9421.0, 9415.0, 9422.0, 9421.0, 9419.0, 9417.0, 9422.0, 9402.0, 9423.0, 9448.0, 9426.0, 9446.0, 9410.0, 9418.0, 9420.0, 9419.0, 9448.0, 9439.0, 9429.0, 9469.0, 9427.0, 9422.0, 9421.0, 9412.0, 9421.0, 9436.0, 9437.0, 9435.0, 9440.0, 9468.0, 9425.0, 9433.0, 9438.0, 9432.0, 9425.0, 9461.0, 9428.0, 9468.0, 9423.0, 9421.0, 9433.0, 9437.0, 9440.0, 9452.0, 9426.0, 9436.0, 9428.0, 9431.0, 9424.0, 9432.0, 9440.0, 9433.0, 9441.0, 9434.0, 9439.0, 9432.0, 9422.0, 9431.0, 9424.0, 9436.0, 9441.0, 9432.0, 9472.0, 9420.0, 9433.0, 9433.0, 9432.0, 9432.0, 9448.0, 9442.0, 9468.0, 9439.0, 9485.0, 9437.0, 9435.0, 9437.0, 9432.0, 9422.0, 9435.0, 9426.0, 9467.0, 9419.0, 9464.0, 9419.0, 9428.0, 9417.0, 9432.0, 9433.0, 9435.0, 9437.0, 9465.0, 9436.0, 9436.0, 9437.0, 9423.0, 9440.0, 9423.0, 9441.0, 9465.0, 9427.0, 9483.0, 9439.0, 9453.0, 9455.0, 9443.0, 9442.0, 9448.0, 9529.0, 9525.0, 9514.0, 9519.0, 9446.0, 9457.0, 9443.0, 9433.0, 9441.0, 9436.0, 9437.0, 9450.0, 9423.0, 9465.0, 9439.0, 9482.0, 9443.0, 9454.0, 9392.0, 9421.0, 9394.0, 9420.0, 9408.0, 9454.0, 9378.0, 9428.0, 9389.0, 9386.0, 9388.0, 9386.0, 9374.0, 9401.0, 9393.0, 9404.0, 9392.0, 9390.0, 9395.0, 9415.0, 9421.0, 9444.0, 9416.0, 9415.0, 9415.0, 9409.0, 9415.0, 9416.0, 9417.0, 9419.0, 9417.0, 9452.0, 9414.0, 9419.0, 9430.0, 9419.0, 9431.0, 9422.0, 9438.0, 9456.0, 9435.0, 9425.0, 9432.0, 9421.0, 9432.0, 9423.0, 9437.0, 9427.0, 9437.0, 9424.0, 9430.0, 9422.0, 9418.0, 9423.0, 9436.0, 9440.0, 9434.0, 9470.0, 9434.0, 9419.0, 9429.0, 9421.0, 9415.0, 9425.0, 9436.0, 9440.0, 9474.0, 9406.0, 9426.0, 9416.0, 9429.0, 9422.0, 9430.0, 9440.0, 9439.0, 9439.0, 9437.0, 9443.0, 9438.0, 9442.0, 9482.0, 9444.0, 9468.0, 9439.0, 9436.0, 9439.0, 9440.0, 9442.0, 9456.0, 9433.0, 9435.0, 9429.0, 9438.0, 9432.0, 9439.0, 9435.0, 9440.0, 9435.0, 9441.0, 9438.0, 9445.0, 9457.0, 9448.0, 9470.0, 9443.0, 9439.0, 9445.0, 9458.0, 9449.0, 9488.0, 9447.0, 9470.0, 9428.0, 9451.0, 9439.0, 9452.0, 9443.0, 9483.0, 9453.0, 9478.0, 9433.0, 9432.0, 9432.0, 9435.0, 9437.0, 9469.0, 9422.0, 9433.0, 9434.0, 9435.0, 9438.0, 9443.0, 9438.0, 9487.0, 9434.0, 9433.0, 9431.0, 9421.0, 9429.0, 9423.0, 9434.0, 9440.0, 9437.0, 9421.0, 9429.0, 9419.0, 9418.0, 9433.0, 9422.0, 9471.0, 9484.0, 9544.0, 9483.0, 9460.0, 9524.0, 9444.0, 9438.0, 9447.0, 9448.0, 9454.0, 9473.0, 9432.0, 9486.0, 9413.0, 9482.0, 9442.0, 9483.0, 9465.0, 9460.0, 9423.0, 9434.0, 9405.0, 9436.0, 9422.0, 9431.0, 9385.0, 9350.0, 9369.0, 9351.0, 9355.0, 9352.0, 9368.0, 9353.0, 9401.0, 9357.0, 9415.0, 9358.0, 9369.0, 9374.0, 9386.0, 9375.0, 9377.0, 9379.0, 9412.0, 9382.0, 9409.0, 9381.0, 9393.0, 9382.0, 9393.0, 9397.0, 9429.0, 9390.0, 9461.0, 9392.0, 9432.0, 9406.0, 9425.0, 9402.0, 9426.0, 9407.0, 9477.0, 9422.0, 9444.0, 9405.0, 9412.0, 9401.0, 9427.0, 9391.0, 9458.0, 9419.0, 9459.0, 9401.0, 9412.0, 9402.0, 9399.0, 9409.0, 9434.0, 9425.0, 9409.0, 9410.0, 9402.0, 9409.0, 9405.0, 9394.0, 9464.0, 9410.0, 9481.0, 9450.0, 9461.0, 9387.0, 9427.0, 9388.0, 9425.0, 9390.0, 9444.0, 9422.0, 9447.0, 9435.0, 9390.0, 9406.0, 9396.0, 9422.0, 9400.0, 9436.0, 9416.0, 9454.0, 9440.0, 9395.0, 9410.0, 9377.0, 9420.0, 9380.0, 9420.0, 9374.0, 9418.0, 9406.0, 9464.0, 9386.0, 9428.0, 9369.0, 9382.0, 9356.0, 9396.0, 9373.0, 9412.0, 9390.0, 9442.0, 9376.0, 9412.0, 9376.0, 9414.0, 9379.0, 9414.0, 9410.0, 9449.0, 9394.0, 9431.0, 9392.0, 9406.0, 9388.0, 9408.0, 9392.0, 9408.0, 9432.0, 9394.0, 9435.0, 9431.0, 9443.0, 9436.0, 9455.0, 9430.0, 9443.0, 9433.0, 9428.0, 9432.0, 9442.0, 9436.0, 9474.0, 9427.0, 9509.0, 9411.0, 9423.0, 9410.0, 9423.0, 9409.0, 9410.0, 9409.0, 9428.0, 9471.0, 9446.0, 9471.0, 9415.0, 9410.0, 9414.0, 9451.0, 9415.0, 9469.0, 9430.0, 9500.0, 9395.0, 9422.0, 9393.0, 9410.0, 9418.0, 9425.0, 9448.0, 9426.0, 9449.0, 9427.0, 9426.0, 9427.0, 9425.0, 9415.0, 9426.0, 9429.0, 9443.0, 9410.0, 9427.0, 9407.0, 9408.0, 9447.0, 9407.0, 9431.0, 9411.0, 9462.0, 9391.0, 9446.0, 9391.0, 9405.0, 9387.0, 9405.0, 9475.0, 9405.0, 9458.0, 9387.0, 9416.0, 9387.0, 9403.0, 9386.0, 9406.0, 9401.0, 9405.0, 9388.0, 9407.0, 9418.0, 9406.0, 9434.0, 9411.0, 9437.0, 9396.0, 9420.0, 9408.0, 9426.0, 9406.0, 9411.0, 9449.0, 9436.0, 9464.0, 9422.0, 9401.0, 9411.0, 9395.0, 9413.0, 9452.0, 9415.0, 9467.0, 9427.0, 9465.0, 9413.0, 9420.0, 9412.0, 9420.0, 9414.0, 9451.0, 9429.0, 9438.0, 9413.0, 9397.0, 9413.0, 9398.0, 9415.0, 9484.0, 9428.0, 9498.0, 9468.0, 9478.0, 9377.0, 9442.0, 9372.0, 9426.0, 9376.0, 9457.0, 9372.0, 9442.0, 9373.0, 9397.0, 9373.0, 9400.0, 9394.0, 9422.0, 9393.0, 9478.0, 9390.0, 9416.0, 9373.0, 9402.0, 9386.0, 9402.0, 9389.0, 9462.0, 9386.0, 9402.0, 9366.0, 9373.0, 9380.0, 9384.0, 9409.0, 9403.0, 9442.0, 9404.0, 9441.0, 9388.0, 9386.0, 9393.0, 9416.0, 9409.0, 9449.0, 9427.0, 9469.0, 9411.0, 9432.0, 9395.0, 9390.0, 9393.0, 9430.0, 9410.0, 9477.0, 9447.0, 9454.0, 9388.0, 9370.0, 9376.0, 9386.0, 9372.0, 9439.0, 9403.0, 9475.0, 9403.0, 9441.0, 9374.0, 9393.0, 9388.0, 9412.0, 9390.0, 9424.0, 9374.0, 9400.0, 9357.0, 9368.0, 9376.0, 9394.0, 9395.0, 9424.0, 9395.0, 9436.0, 9396.0, 9409.0, 9399.0, 9412.0, 9390.0, 9444.0, 9496.0, 9463.0, 9520.0, 9400.0, 9478.0, 9397.0, 9384.0, 9422.0, 9384.0, 9450.0, 9423.0, 9484.0, 9493.0, 9429.0, 9416.0, 9358.0, 9396.0, 9354.0, 9410.0, 9356.0, 9463.0, 9381.0, 9394.0, 9366.0, 9369.0, 9364.0, 9382.0, 9374.0, 9397.0, 9367.0, 9408.0, 9365.0, 9382.0, 9374.0, 9398.0, 9377.0, 9404.0, 9380.0, 9449.0, 9375.0, 9462.0, 9376.0, 9428.0, 9363.0, 9428.0, 9375.0, 9479.0, 9484.0, 9527.0, 9494.0, 9467.0, 9433.0, 9396.0, 9418.0, 9395.0, 9424.0, 9397.0, 9464.0, 9399.0, 9464.0, 9408.0, 9457.0, 9403.0, 9453.0, 9394.0, 9448.0, 9406.0, 9454.0, 9433.0, 9409.0, 9355.0, 9310.0, 9339.0, 9300.0, 9366.0, 9313.0, 9365.0, 9311.0, 9364.0, 9313.0, 9366.0, 9315.0, 9368.0, 9349.0, 9397.0, 9362.0, 9372.0, 9337.0, 9348.0, 9354.0, 9353.0, 9371.0, 9356.0, 9395.0, 9418.0, 9489.0, 9380.0, 9466.0, 9384.0, 9417.0, 9387.0, 9429.0, 9419.0, 9417.0, 9442.0, 9411.0, 9492.0, 9478.0, 9498.0, 9410.0, 9459.0, 9378.0, 9446.0, 9410.0, 9448.0, 9407.0, 9372.0, 9390.0, 9380.0, 9407.0, 9377.0, 9408.0, 9382.0, 9451.0, 9367.0, 9436.0, 9382.0, 9420.0, 9384.0, 9435.0, 9385.0, 9437.0, 9383.0, 9500.0, 9448.0, 9528.0, 9460.0, 9424.0, 9422.0, 9411.0, 9480.0, 9447.0, 9493.0, 9453.0, 9491.0, 9464.0, 9506.0, 9477.0, 9438.0, 9449.0, 9362.0, 9426.0, 9359.0, 9439.0, 9362.0, 9425.0, 9357.0, 9440.0, 9356.0, 9421.0, 9356.0, 9418.0, 9354.0, 9403.0, 9356.0, 9424.0, 9405.0, 9474.0, 9379.0, 9376.0, 9379.0, 9380.0, 9407.0, 9380.0, 9409.0, 9395.0, 9444.0, 9403.0, 9524.0, 9390.0, 9436.0, 9388.0, 9441.0, 9406.0, 9444.0, 9435.0, 9476.0, 9511.0, 9432.0, 9487.0, 9387.0, 9434.0, 9386.0, 9447.0, 9412.0, 9461.0, 9430.0, 9499.0, 9477.0, 9525.0, 9513.0, 9441.0, 9447.0, 9380.0, 9391.0, 9395.0, 9396.0, 9413.0, 9383.0, 9449.0, 9411.0, 9494.0, 9452.0, 9478.0, 9387.0, 9423.0, 9368.0, 9353.0, 9355.0, 9368.0, 9369.0, 9410.0, 9459.0, 9410.0, 9424.0, 9350.0, 9350.0, 9341.0, 9335.0, 9368.0, 9335.0, 9399.0, 9351.0, 9418.0, 9397.0, 9448.0, 9356.0, 9406.0, 9356.0, 9380.0, 9363.0, 9417.0, 9385.0, 9451.0, 9429.0, 9424.0, 9401.0, 9380.0, 9384.0, 9405.0, 9380.0, 9477.0, 9408.0, 9493.0, 9451.0, 9475.0, 9391.0, 9433.0, 9405.0, 9449.0, 9384.0, 9462.0, 9443.0, 9511.0, 9451.0, 9456.0, 9379.0, 9427.0, 9377.0, 9442.0, 9392.0, 9445.0, 9424.0, 9487.0, 9435.0, 9393.0, 9383.0, 9396.0, 9400.0, 9403.0, 9417.0, 9420.0, 9507.0, 9469.0, 9505.0, 9408.0, 9416.0, 9374.0, 9374.0, 9400.0, 9360.0, 9456.0, 9375.0, 9490.0, 9447.0, 9457.0, 9387.0, 9353.0, 9358.0, 9369.0, 9374.0, 9429.0, 9404.0, 9456.0, 9390.0, 9398.0, 9377.0, 9400.0, 9377.0, 9458.0, 9421.0, 9488.0, 9419.0, 9454.0, 9362.0, 9411.0, 9379.0, 9429.0, 9409.0, 9459.0, 9393.0, 9441.0, 9390.0, 9399.0, 9375.0, 9404.0, 9379.0, 9477.0, 9389.0, 9440.0, 9373.0, 9386.0, 9377.0, 9389.0, 9377.0, 9419.0, 9378.0, 9493.0, 9382.0, 9406.0, 9381.0, 9408.0, 9394.0, 9440.0, 9436.0, 9503.0, 9419.0, 9443.0, 9369.0, 9386.0, 9368.0, 9372.0, 9428.0, 9392.0, 9470.0, 9403.0, 9427.0, 9378.0, 9401.0, 9379.0, 9428.0, 9382.0, 9447.0, 9421.0, 9474.0, 9377.0, 9440.0, 9374.0, 9415.0, 9377.0, 9443.0, 9409.0, 9457.0, 9420.0, 9469.0, 9374.0, 9397.0, 9375.0, 9412.0, 9392.0, 9447.0, 9426.0, 9492.0, 9448.0, 9441.0, 9377.0, 9385.0, 9376.0, 9400.0, 9375.0, 9472.0, 9405.0, 9473.0, 9386.0, 9438.0, 9373.0, 9423.0, 9375.0, 9428.0, 9409.0, 9442.0, 9420.0, 9443.0, 9381.0, 9404.0, 9398.0, 9435.0, 9404.0, 9467.0, 9444.0, 9498.0, 9440.0, 9461.0, 9395.0, 9458.0, 9394.0, 9461.0, 9439.0, 9487.0, 9433.0, 9455.0, 9389.0, 9414.0, 9392.0, 9430.0, 9424.0, 9473.0, 9392.0, 9441.0, 9391.0, 9388.0, 9391.0, 9395.0, 9406.0, 9448.0, 9388.0, 9391.0, 9372.0, 9388.0, 9388.0, 9411.0, 9467.0, 9426.0, 9434.0, 9394.0, 9407.0, 9394.0, 9397.0, 9399.0, 9425.0, 9470.0, 9449.0, 9484.0, 9404.0, 9392.0, 9400.0, 9393.0, 9463.0, 9454.0, 9500.0, 9482.0, 9398.0, 9383.0, 9385.0, 9388.0, 9420.0, 9430.0, 9410.0, 9462.0, 9421.0, 9490.0, 9403.0, 9426.0, 9384.0, 9399.0, 9381.0, 9424.0, 9378.0, 9370.0, 9365.0, 9367.0, 9409.0, 9392.0, 9472.0, 9402.0, 9393.0, 9370.0, 9365.0, 9383.0, 9369.0, 9377.0, 9432.0, 9395.0, 9475.0, 9433.0, 9373.0, 9376.0, 9400.0, 9376.0, 9388.0, 9379.0, 9481.0, 9497.0, 9480.0, 9440.0, 9392.0, 9394.0, 9372.0, 9409.0, 9439.0, 9400.0, 9431.0, 9396.0, 9468.0, 9424.0, 9479.0, 9405.0, 9509.0, 9441.0, 9490.0, 9410.0, 9457.0, 9382.0, 9391.0, 9321.0, 9350.0, 9306.0, 9339.0, 9308.0, 9338.0, 9330.0, 9361.0, 9370.0, 9360.0, 9327.0, 9396.0, 9400.0, 9380.0, 9401.0, 9354.0, 9410.0, 9354.0, 9355.0, 9372.0, 9354.0, 9482.0, 9447.0, 9384.0, 9382.0, 9370.0, 9406.0, 9357.0, 9371.0, 9458.0, 9392.0, 9400.0, 9358.0, 9388.0, 9401.0, 9388.0, 9441.0, 9390.0, 9400.0, 9376.0, 9399.0, 9462.0, 9391.0, 9401.0, 9403.0, 9400.0, 9419.0, 9429.0, 9407.0, 9444.0, 9405.0, 9459.0, 9404.0, 9425.0, 9402.0, 9398.0, 9414.0, 9404.0, 9425.0, 9460.0, 9424.0, 9446.0, 9407.0, 9403.0, 9426.0, 9421.0, 9413.0, 9409.0, 9412.0, 9465.0, 9427.0, 9497.0, 9453.0, 9430.0, 9405.0, 9414.0, 9420.0, 9417.0, 9425.0, 9436.0, 9431.0, 9477.0, 9430.0, 9437.0, 9426.0, 9408.0, 9425.0, 9395.0, 9428.0, 9451.0, 9429.0, 9485.0, 9429.0, 9468.0, 9414.0, 9451.0, 9428.0, 9465.0, 9443.0, 9463.0, 9413.0, 9379.0, 9427.0, 9425.0, 9414.0, 9479.0, 9413.0, 9477.0, 9399.0, 9404.0, 9397.0, 9404.0, 9409.0, 9434.0, 9407.0, 9481.0, 9461.0, 9437.0, 9399.0, 9418.0, 9392.0, 9407.0, 9407.0, 9407.0, 9411.0, 9409.0, 9450.0, 9466.0, 9490.0, 9391.0, 9407.0, 9401.0, 9391.0, 9389.0, 9376.0, 9388.0, 9391.0, 9443.0, 9432.0, 9417.0, 9459.0, 9400.0, 9386.0, 9411.0, 9396.0, 9428.0, 9437.0, 9416.0, 9473.0, 9431.0, 9471.0, 9414.0, 9449.0, 9392.0, 9419.0, 9392.0, 9423.0, 9401.0, 9468.0, 9400.0, 9388.0, 9370.0, 9389.0, 9441.0, 9388.0, 9410.0, 9391.0, 9385.0, 9407.0, 9395.0, 9414.0, 9423.0, 9488.0, 9408.0, 9422.0, 9414.0, 9414.0, 9416.0, 9456.0, 9417.0, 9485.0, 9456.0, 9468.0, 9411.0, 9430.0, 9391.0, 9456.0, 9389.0, 9441.0, 9404.0, 9457.0, 9390.0, 9436.0, 9385.0, 9367.0, 9383.0, 9383.0, 9400.0, 9401.0, 9385.0, 9384.0, 9383.0, 9390.0, 9397.0, 9385.0, 9447.0, 9408.0, 9440.0, 9388.0, 9409.0, 9400.0, 9382.0, 9402.0, 9403.0, 9404.0, 9410.0, 9417.0, 9419.0, 9384.0, 9402.0, 9396.0, 9402.0, 9428.0, 9422.0, 9443.0, 9423.0, 9446.0, 9423.0, 9405.0, 9426.0, 9412.0, 9420.0, 9424.0, 9419.0, 9487.0, 9418.0, 9406.0, 9397.0, 9417.0, 9459.0, 9420.0, 9456.0, 9419.0, 9417.0, 9433.0, 9416.0, 9440.0, 9428.0, 9438.0, 9422.0, 9420.0, 9406.0, 9418.0, 9422.0, 9432.0, 9466.0, 9416.0, 9481.0, 9415.0, 9405.0, 9417.0, 9404.0, 9419.0, 9409.0, 9434.0, 9465.0, 9418.0, 9408.0, 9417.0, 9420.0, 9422.0, 9421.0, 9416.0, 9415.0, 9414.0, 9406.0, 9405.0, 9418.0, 9472.0, 9419.0, 9457.0, 9418.0, 9425.0, 9418.0, 9406.0, 9436.0, 9431.0, 9437.0, 9431.0, 9420.0, 9404.0, 9418.0, 9407.0, 9425.0, 9463.0, 9420.0, 9432.0, 9402.0, 9401.0, 9397.0, 9403.0, 9428.0, 9415.0, 9470.0, 9417.0, 9438.0, 9418.0, 9428.0, 9418.0, 9435.0, 9428.0, 9480.0, 9427.0, 9475.0, 9411.0, 9384.0, 9408.0, 9407.0, 9409.0, 9462.0, 9413.0, 9495.0, 9452.0, 9444.0, 9405.0, 9398.0, 9405.0, 9438.0, 9403.0, 9446.0, 9431.0, 9475.0, 9420.0, 9455.0, 9402.0, 9429.0, 9403.0, 9426.0, 9407.0, 9443.0, 9406.0, 9458.0, 9403.0, 9443.0, 9403.0, 9383.0, 9401.0, 9388.0, 9406.0, 9446.0, 9409.0, 9456.0, 9403.0, 9384.0, 9404.0, 9389.0, 9407.0, 9431.0, 9422.0, 9477.0, 9421.0, 9434.0, 9421.0, 9403.0, 9410.0, 9431.0, 9411.0, 9463.0, 9422.0, 9476.0, 9420.0, 9441.0, 9389.0, 9400.0, 9388.0, 9395.0, 9408.0, 9440.0, 9407.0, 9459.0, 9402.0, 9428.0, 9402.0, 9416.0, 9410.0, 9447.0, 9411.0, 9459.0, 9420.0, 9443.0, 9399.0, 9380.0, 9404.0, 9401.0, 9409.0, 9416.0, 9422.0, 9462.0, 9407.0, 9421.0, 9408.0, 9390.0, 9422.0, 9422.0, 9426.0, 9464.0, 9431.0, 9450.0, 9424.0, 9422.0, 9408.0, 9428.0, 9427.0, 9467.0, 9437.0, 9457.0, 9405.0, 9428.0, 9407.0, 9402.0, 9405.0, 9437.0, 9405.0, 9461.0, 9403.0, 9386.0, 9403.0, 9389.0, 9421.0, 9410.0, 9425.0, 9465.0, 9419.0, 9433.0, 9411.0, 9431.0, 9407.0, 9432.0, 9410.0, 9448.0, 9423.0, 9457.0, 9405.0, 9413.0, 9402.0, 9389.0, 9409.0, 9430.0, 9413.0, 9457.0, 9404.0, 9430.0, 9404.0, 9414.0, 9407.0, 9421.0, 9427.0, 9451.0, 9427.0, 9412.0, 9407.0, 9409.0, 9409.0, 9405.0, 9409.0, 9411.0, 9475.0, 9410.0, 9477.0, 9402.0, 9389.0, 9390.0, 9387.0, 9402.0, 9417.0, 9402.0, 9458.0, 9403.0, 9440.0, 9403.0, 9380.0, 9385.0, 9397.0, 9392.0, 9440.0, 9392.0, 9442.0, 9415.0, 9398.0, 9389.0, 9401.0, 9386.0, 9401.0, 9419.0, 9399.0, 9466.0, 9401.0, 9437.0, 9387.0, 9380.0, 9398.0, 9387.0, 9419.0, 9440.0, 9402.0, 9409.0, 9397.0, 9382.0, 9388.0, 9385.0, 9402.0, 9429.0, 9406.0, 9459.0, 9388.0, 9413.0, 9389.0, 9395.0, 9385.0, 9425.0, 9405.0, 9461.0, 9436.0, 9425.0, 9388.0, 9398.0, 9386.0, 9386.0, 9388.0, 9402.0, 9443.0, 9406.0, 9459.0, 9389.0, 9397.0, 9388.0, 9384.0, 9390.0, 9406.0, 9432.0, 9401.0, 9464.0, 9387.0, 9408.0, 9405.0, 9367.0, 9386.0, 9385.0, 9390.0, 9442.0, 9420.0, 9460.0, 9403.0, 9385.0, 9392.0, 9387.0, 9407.0, 9430.0, 9393.0, 9431.0, 9388.0, 9383.0, 9389.0, 9391.0, 9410.0, 9443.0, 9424.0, 9418.0, 9406.0, 9408.0, 9417.0, 9415.0, 9411.0, 9427.0, 9424.0, 9455.0, 9412.0, 9409.0, 9412.0, 9454.0, 9410.0, 9484.0, 9418.0, 9443.0, 9402.0, 9429.0, 9406.0, 9429.0, 9407.0, 9400.0, 9390.0, 9386.0, 9390.0, 9404.0, 9421.0, 9406.0, 9482.0, 9416.0, 9439.0, 9383.0, 9358.0, 9408.0, 9389.0, 9408.0, 9429.0, 9407.0, 9434.0, 9414.0, 9462.0, 9389.0, 9411.0, 9388.0, 9382.0, 9390.0, 9430.0, 9449.0, 9430.0, 9388.0, 9397.0, 9388.0, 9384.0, 9386.0, 9402.0, 9433.0, 9388.0, 9399.0, 9406.0, 9395.0, 9410.0, 9406.0, 9417.0, 9504.0, 9510.0, 9481.0, 9450.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.0030469380053908357</td></tr>
<tr><td colspan=3>aqi</td><td>0.08725010695417788</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.66154252833877</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.088842684115427</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8884648045954702</td></tr>
<tr><td colspan=3>efc</td><td>0.4617</td></tr>
<tr><td colspan=3>fber</td><td>6893.8975</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09494438340151878</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.9353099730458223</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6771825588475497</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5192449399365198</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8950509309766073</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6172518056295218</td></tr>
<tr><td colspan=3>gcor</td><td>0.00399301</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012952017597854137</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028076229616999626</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1855</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.7617854633924486</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>32.0936</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1811</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.8798</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303291.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.2532</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0066</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.1547</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3423.7019</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73253.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1081.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.5557</td></tr>
<tr><td colspan=3>tsnr</td><td>24.083533773198724</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>