<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-02/func/sub-0066_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>4a088eaf2d16ed8af9086ec2e27a4757</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>15:40:13.762500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999864, -0.00782862, 0.0145348, 0.00855113, 0.998696, -0.0503308]</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.117539</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7728, -7298, 420, -133, -79, 57, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>285.472</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>920137df-c113-4b3f-9a1e-1083efe0fcc9||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682561159133911, 0.02294205315411091, 0.0381290540099144, 108.22874450683594], [0.021003620699048042, 2.6794283390045166, -0.136210098862648, -86.9484634399414], [0.038995932787656784, 0.1350337415933609, 2.6962924003601074, -74.90118408203125], [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': ['154013.762500', '154014.222500', '154014.682500', '154015.142500', '154015.602500', '154016.062500', '154016.522500', '154016.982500', '154017.442500', '154017.902500', '154018.362500', '154018.822500', '154019.282500', '154019.742500', '154020.202500', '154020.662500', '154021.122500', '154021.582500', '154022.042500', '154022.502500', '154022.962500', '154023.422500', '154023.882500', '154024.342500', '154024.802500', '154025.262500', '154025.722500', '154026.182500', '154026.642500', '154027.102500', '154027.562500', '154028.022500', '154028.482500', '154028.942500', '154029.402500', '154029.862500', '154030.322500', '154030.782500', '154031.242500', '154031.702500', '154032.162500', '154032.622500', '154033.082500', '154033.542500', '154034.002500', '154034.462500', '154034.922500', '154035.382500', '154035.842500', '154036.302500', '154036.762500', '154037.222500', '154037.682500', '154038.142500', '154038.602500', '154039.062500', '154039.522500', '154039.982500', '154040.442500', '154040.902500', '154041.362500', '154041.822500', '154042.282500', '154042.742500', '154043.202500', '154043.662500', '154044.122500', '154044.582500', '154045.042500', '154045.502500', '154045.962500', '154046.422500', '154046.882500', '154047.342500', '154047.802500', '154048.262500', '154048.722500', '154049.182500', '154049.642500', '154050.102500', '154050.562500', '154051.022500', '154051.482500', '154051.942500', '154052.402500', '154052.862500', '154053.322500', '154053.782500', '154054.242500', '154054.702500', '154055.162500', '154055.622500', '154056.082500', '154056.542500', '154057.002500', '154057.462500', '154057.922500', '154058.382500', '154058.842500', '154059.302500', '154059.762500', '154100.222500', '154100.682500', '154101.142500', '154101.602500', '154102.062500', '154102.522500', '154102.982500', '154103.442500', '154103.902500', '154104.362500', '154104.822500', '154105.282500', '154105.742500', '154106.202500', '154106.662500', '154107.122500', '154107.582500', '154108.042500', '154108.502500', '154108.962500', '154109.422500', '154109.882500', '154110.342500', '154110.802500', '154111.262500', '154111.722500', '154112.182500', '154112.642500', '154113.102500', '154113.562500', '154114.022500', '154114.482500', '154114.942500', '154115.402500', '154115.862500', '154116.322500', '154116.782500', '154117.242500', '154117.702500', '154118.162500', '154118.622500', '154119.082500', '154119.542500', '154120.002500', '154120.462500', '154120.922500', '154121.382500', '154121.842500', '154122.302500', '154122.762500', '154123.222500', '154123.682500', '154124.142500', '154124.602500', '154125.062500', '154125.522500', '154125.982500', '154126.442500', '154126.902500', '154127.362500', '154127.822500', '154128.282500', '154128.742500', '154129.202500', '154129.662500', '154130.122500', '154130.582500', '154131.042500', '154131.502500', '154131.962500', '154132.422500', '154132.882500', '154133.342500', '154133.802500', '154134.262500', '154134.722500', '154135.182500', '154135.642500', '154136.102500', '154136.562500', '154137.022500', '154137.482500', '154137.942500', '154138.402500', '154138.862500', '154139.322500', '154139.782500', '154140.242500', '154140.702500', '154141.162500', '154141.622500', '154142.082500', '154142.542500', '154143.002500', '154143.462500', '154143.922500', '154144.382500', '154144.842500', '154145.302500', '154145.762500', '154146.222500', '154146.682500', '154147.142500', '154147.602500', '154148.062500', '154148.522500', '154148.982500', '154149.442500', '154149.902500', '154150.362500', '154150.822500', '154151.282500', '154151.742500', '154152.202500', '154152.662500', '154153.122500', '154153.582500', '154154.042500', '154154.502500', '154154.962500', '154155.422500', '154155.882500', '154156.342500', '154156.802500', '154157.262500', '154157.722500', '154158.182500', '154158.642500', '154159.102500', '154159.562500', '154200.022500', '154200.482500', '154200.942500', '154201.402500', '154201.862500', '154202.322500', '154202.782500', '154203.242500', '154203.702500', '154204.162500', '154204.622500', '154205.082500', '154205.542500', '154206.002500', '154206.462500', '154206.922500', '154207.382500', '154207.842500', '154208.302500', '154208.762500', '154209.222500', '154209.682500', '154210.142500', '154210.602500', '154211.062500', '154211.522500', '154211.982500', '154212.442500', '154212.902500', '154213.362500', '154213.822500', '154214.282500', '154214.742500', '154215.202500', '154215.662500', '154216.122500', '154216.582500', '154217.042500', '154217.502500', '154217.962500', '154218.422500', '154218.882500', '154219.342500', '154219.802500', '154220.262500', '154220.722500', '154221.182500', '154221.642500', '154222.102500', '154222.562500', '154223.022500', '154223.482500', '154223.942500', '154224.402500', '154224.862500', '154225.322500', '154225.782500', '154226.242500', '154226.702500', '154227.162500', '154227.622500', '154228.082500', '154228.542500', '154229.002500', '154229.462500', '154229.922500', '154230.382500', '154230.842500', '154231.302500', '154231.762500', '154232.222500', '154232.682500', '154233.142500', '154233.602500', '154234.062500', '154234.522500', '154234.982500', '154235.442500', '154235.902500', '154236.362500', '154236.822500', '154237.282500', '154237.742500', '154238.202500', '154238.662500', '154239.122500', '154239.582500', '154240.042500', '154240.502500', '154240.962500', '154241.422500', '154241.882500', '154242.342500', '154242.802500', '154243.262500', '154243.722500', '154244.182500', '154244.642500', '154245.102500', '154245.562500', '154246.022500', '154246.482500', '154246.942500', '154247.402500', '154247.862500', '154248.322500', '154248.782500', '154249.242500', '154249.702500', '154250.162500', '154250.622500', '154251.082500', '154251.542500', '154252.002500', '154252.462500', '154252.922500', '154253.382500', '154253.842500', '154254.302500', '154254.762500', '154255.222500', '154255.682500', '154256.142500', '154256.602500', '154257.062500', '154257.522500', '154257.982500', '154258.442500', '154258.902500', '154259.362500', '154259.822500', '154300.282500', '154300.742500', '154301.202500', '154301.662500', '154302.122500', '154302.582500', '154303.042500', '154303.502500', '154303.962500', '154304.422500', '154304.882500', '154305.342500', '154305.802500', '154306.262500', '154306.722500', '154307.182500', '154307.642500', '154308.102500', '154308.562500', '154309.022500', '154309.482500', '154309.942500', '154310.402500', '154310.862500', '154311.322500', '154311.782500', '154312.242500', '154312.702500', '154313.162500', '154313.622500', '154314.082500', '154314.542500', '154315.002500', '154315.462500', '154315.922500', '154316.382500', '154316.842500', '154317.302500', '154317.762500', '154318.222500', '154318.682500', '154319.142500', '154319.602500', '154320.062500', '154320.522500', '154320.982500', '154321.442500', '154321.902500', '154322.362500', '154322.822500', '154323.282500', '154323.742500', '154324.202500', '154324.662500', '154325.122500', '154325.582500', '154326.042500', '154326.502500', '154326.962500', '154327.422500', '154327.882500', '154328.342500', '154328.802500', '154329.262500', '154329.722500', '154330.182500', '154330.642500', '154331.102500', '154331.562500', '154332.022500', '154332.482500', '154332.942500', '154333.402500', '154333.862500', '154334.322500', '154334.782500', '154335.242500', '154335.702500', '154336.162500', '154336.622500', '154337.082500', '154337.542500', '154338.002500', '154338.462500', '154338.922500', '154339.382500', '154339.842500', '154340.302500', '154340.762500', '154341.222500', '154341.682500', '154342.142500', '154342.602500', '154343.062500', '154343.522500', '154343.982500', '154344.442500', '154344.902500', '154345.362500', '154345.822500', '154346.282500', '154346.742500', '154347.202500', '154347.662500', '154348.122500', '154348.582500', '154349.042500', '154349.502500', '154349.962500', '154350.422500', '154350.882500', '154351.342500', '154351.802500', '154352.262500', '154352.722500', '154353.182500', '154353.642500', '154354.102500', '154354.562500', '154355.022500', '154355.482500', '154355.942500', '154356.402500', '154356.862500', '154357.322500', '154357.782500', '154358.242500', '154358.702500', '154359.162500', '154359.622500', '154400.082500', '154400.542500', '154401.002500', '154401.462500', '154401.922500', '154402.382500', '154402.842500', '154403.302500', '154403.762500', '154404.222500', '154404.682500', '154405.142500', '154405.602500', '154406.062500', '154406.522500', '154406.982500', '154407.442500', '154407.902500', '154408.362500', '154408.822500', '154409.282500', '154409.742500', '154410.202500', '154410.662500', '154411.122500', '154411.582500', '154412.042500', '154412.502500', '154412.962500', '154413.422500', '154413.882500', '154414.342500', '154414.802500', '154415.262500', '154415.722500', '154416.182500', '154416.642500', '154417.102500', '154417.562500', '154418.022500', '154418.482500', '154418.942500', '154419.402500', '154419.862500', '154420.322500', '154420.782500', '154421.242500', '154421.702500', '154422.162500', '154422.622500', '154423.082500', '154423.542500', '154424.002500', '154424.462500', '154424.922500', '154425.382500', '154425.842500', '154426.302500', '154426.762500', '154427.222500', '154427.682500', '154428.142500', '154428.602500', '154429.062500', '154429.522500', '154429.982500', '154430.442500', '154430.902500', '154431.362500', '154431.822500', '154432.282500', '154432.742500', '154433.202500', '154433.662500', '154434.122500', '154434.582500', '154435.042500', '154435.502500', '154435.962500', '154436.422500', '154436.882500', '154437.342500', '154437.802500', '154438.262500', '154438.722500', '154439.182500', '154439.642500', '154440.102500', '154440.562500', '154441.022500', '154441.482500', '154441.942500', '154442.402500', '154442.862500', '154443.322500', '154443.782500', '154444.242500', '154444.702500', '154445.162500', '154445.622500', '154446.082500', '154446.542500', '154447.002500', '154447.462500', '154447.922500', '154448.382500', '154448.842500', '154449.302500', '154449.762500', '154450.222500', '154450.682500', '154451.142500', '154451.602500', '154452.062500', '154452.522500', '154452.982500', '154453.442500', '154453.902500', '154454.362500', '154454.822500', '154455.282500', '154455.742500', '154456.202500', '154456.662500', '154457.122500', '154457.582500', '154458.042500', '154458.502500', '154458.962500', '154459.422500', '154459.882500', '154500.342500', '154500.802500', '154501.262500', '154501.722500', '154502.182500', '154502.642500', '154503.102500', '154503.562500', '154504.022500', '154504.482500', '154504.942500', '154505.402500', '154505.862500', '154506.322500', '154506.782500', '154507.242500', '154507.702500', '154508.162500', '154508.622500', '154509.082500', '154509.542500', '154510.002500', '154510.462500', '154510.922500', '154511.382500', '154511.842500', '154512.302500', '154512.762500', '154513.222500', '154513.682500', '154514.142500', '154514.602500', '154515.062500', '154515.522500', '154515.982500', '154516.442500', '154516.902500', '154517.362500', '154517.822500', '154518.282500', '154518.742500', '154519.202500', '154519.662500', '154520.122500', '154520.582500', '154521.042500', '154521.502500', '154521.962500', '154522.422500', '154522.882500', '154523.342500', '154523.802500', '154524.262500', '154524.722500', '154525.182500', '154525.642500', '154526.102500', '154526.562500', '154527.022500', '154527.482500', '154527.942500', '154528.402500', '154528.862500', '154529.322500', '154529.782500', '154530.242500', '154530.702500', '154531.162500', '154531.622500', '154532.082500', '154532.542500', '154533.002500', '154533.462500', '154533.922500', '154534.382500', '154534.842500', '154535.302500', '154535.762500', '154536.222500', '154536.682500', '154537.142500', '154537.602500', '154538.062500', '154538.522500', '154538.982500', '154539.442500', '154539.902500', '154540.362500', '154540.822500', '154541.282500', '154541.742500', '154542.202500', '154542.662500', '154543.122500', '154543.582500', '154544.042500', '154544.502500', '154544.962500', '154545.422500', '154545.882500', '154546.342500', '154546.802500', '154547.262500', '154547.722500', '154548.182500', '154548.642500', '154549.102500', '154549.562500', '154550.022500', '154550.482500', '154550.942500', '154551.402500', '154551.862500', '154552.322500', '154552.782500', '154553.242500', '154553.702500', '154554.162500', '154554.622500', '154555.082500', '154555.542500', '154556.002500', '154556.462500', '154556.922500', '154557.382500', '154557.842500', '154558.302500', '154558.762500', '154559.222500', '154559.682500', '154600.142500', '154600.602500', '154601.062500', '154601.522500', '154601.982500', '154602.442500', '154602.902500', '154603.362500', '154603.822500', '154604.282500', '154604.742500', '154605.202500', '154605.662500', '154606.122500', '154606.582500', '154607.042500', '154607.502500', '154607.962500', '154608.422500', '154608.882500', '154609.342500', '154609.802500', '154610.262500', '154610.722500', '154611.182500', '154611.642500', '154612.102500', '154612.562500', '154613.022500', '154613.482500', '154613.942500', '154614.402500', '154614.862500', '154615.322500', '154615.782500', '154616.242500', '154616.702500', '154617.162500', '154617.622500', '154618.082500', '154618.542500', '154619.002500', '154619.462500', '154619.922500', '154620.382500', '154620.842500', '154621.302500', '154621.762500', '154622.222500', '154622.682500', '154623.142500', '154623.602500', '154624.062500', '154624.522500', '154624.982500', '154625.442500', '154625.902500', '154626.362500', '154626.822500', '154627.282500', '154627.742500', '154628.202500', '154628.662500', '154629.122500', '154629.582500', '154630.042500', '154630.502500', '154630.962500', '154631.422500', '154631.882500', '154632.342500', '154632.802500', '154633.262500', '154633.722500', '154634.182500', '154634.642500', '154635.102500', '154635.562500', '154636.022500', '154636.482500', '154636.942500', '154637.402500', '154637.862500', '154638.322500', '154638.782500', '154639.242500', '154639.702500', '154640.162500', '154640.622500', '154641.082500', '154641.542500', '154642.002500', '154642.462500', '154642.922500', '154643.382500', '154643.842500', '154644.302500', '154644.762500', '154645.222500', '154645.682500', '154646.142500', '154646.602500', '154647.062500', '154647.522500', '154647.982500', '154648.442500', '154648.902500', '154649.362500', '154649.822500', '154650.282500', '154650.742500', '154651.202500', '154651.662500', '154652.122500', '154652.582500', '154653.042500', '154653.502500', '154653.962500', '154654.422500', '154654.882500', '154655.342500', '154655.802500', '154656.262500', '154656.722500', '154657.182500', '154657.642500', '154658.102500', '154658.562500', '154659.022500', '154659.482500', '154659.942500', '154700.402500', '154700.862500', '154701.322500', '154701.782500', '154702.242500', '154702.702500', '154703.162500', '154703.622500', '154704.082500', '154704.542500', '154705.002500', '154705.462500', '154705.922500', '154706.382500', '154706.842500', '154707.302500', '154707.762500', '154708.222500', '154708.682500', '154709.142500', '154709.602500', '154710.062500', '154710.522500', '154710.982500', '154711.442500', '154711.902500', '154712.362500', '154712.822500', '154713.282500', '154713.742500', '154714.202500', '154714.662500', '154715.122500', '154715.582500', '154716.042500', '154716.502500', '154716.962500', '154717.422500', '154717.882500', '154718.342500', '154718.802500', '154719.262500', '154719.722500', '154720.182500', '154720.642500', '154721.102500', '154721.562500', '154722.022500', '154722.482500', '154722.942500', '154723.402500', '154723.862500', '154724.322500', '154724.782500', '154725.242500', '154725.702500', '154726.162500', '154726.622500', '154727.082500', '154727.542500', '154728.002500', '154728.462500', '154728.922500', '154729.382500', '154729.842500', '154730.302500', '154730.762500', '154731.222500', '154731.682500', '154732.142500', '154732.602500', '154733.062500', '154733.522500', '154733.982500', '154734.442500', '154734.902500', '154735.362500', '154735.822500', '154736.282500', '154736.742500', '154737.202500', '154737.662500', '154738.122500', '154738.582500', '154739.042500', '154739.502500', '154739.962500', '154740.422500', '154740.882500', '154741.342500', '154741.802500', '154742.262500', '154742.722500', '154743.182500', '154743.642500', '154744.102500', '154744.562500', '154745.022500', '154745.482500', '154745.942500', '154746.402500', '154746.862500', '154747.322500', '154747.782500', '154748.242500', '154748.702500', '154749.162500', '154749.622500', '154750.082500', '154750.542500', '154751.002500', '154751.462500', '154751.922500', '154752.382500', '154752.842500', '154753.302500', '154753.762500', '154754.222500', '154754.682500', '154755.142500', '154755.602500', '154756.062500', '154756.522500', '154756.982500', '154757.442500', '154757.902500', '154758.362500', '154758.822500', '154759.282500', '154759.742500', '154800.202500', '154800.662500', '154801.122500', '154801.582500', '154802.042500', '154802.502500', '154802.962500', '154803.422500', '154803.882500', '154804.342500', '154804.802500', '154805.262500', '154805.722500', '154806.182500', '154806.642500', '154807.102500', '154807.562500', '154808.022500', '154808.482500', '154808.942500', '154809.402500', '154809.862500', '154810.322500', '154810.782500', '154811.242500', '154811.702500', '154812.162500', '154812.622500', '154813.082500', '154813.542500', '154814.002500', '154814.462500', '154814.922500', '154815.382500', '154815.842500', '154816.302500', '154816.762500', '154817.222500', '154817.682500', '154818.142500', '154818.602500', '154819.062500', '154819.522500', '154819.982500', '154820.442500', '154820.902500', '154821.362500', '154821.822500', '154822.282500', '154822.742500', '154823.202500', '154823.662500', '154824.122500', '154824.582500', '154825.042500', '154825.502500', '154825.962500', '154826.422500', '154826.882500', '154827.342500', '154827.802500', '154828.262500', '154828.722500', '154829.182500', '154829.642500', '154830.102500', '154830.562500', '154831.022500', '154831.482500', '154831.942500', '154832.402500', '154832.862500', '154833.322500', '154833.782500', '154834.242500', '154834.702500', '154835.162500', '154835.622500', '154836.082500', '154836.542500', '154837.002500', '154837.462500', '154837.922500', '154838.382500', '154838.842500', '154839.302500', '154839.762500', '154840.222500', '154840.682500', '154841.142500', '154841.602500', '154842.062500', '154842.522500', '154842.982500', '154843.442500', '154843.902500', '154844.362500', '154844.822500', '154845.282500', '154845.742500', '154846.202500', '154846.662500', '154847.122500', '154847.582500', '154848.042500', '154848.502500', '154848.962500', '154849.422500', '154849.882500', '154850.342500', '154850.802500', '154851.262500', '154851.722500', '154852.182500', '154852.642500', '154853.102500', '154853.562500', '154854.022500', '154854.482500', '154854.942500', '154855.402500', '154855.862500', '154856.322500', '154856.782500', '154857.242500', '154857.702500', '154858.162500', '154858.622500', '154859.082500', '154859.542500', '154900.002500', '154900.462500', '154900.922500', '154901.382500', '154901.842500', '154902.302500', '154902.762500', '154903.222500', '154903.682500', '154904.142500', '154904.602500', '154905.062500', '154905.522500', '154905.982500', '154906.442500', '154906.902500', '154907.362500', '154907.822500', '154908.282500', '154908.742500', '154909.202500', '154909.662500', '154910.122500', '154910.582500', '154911.042500', '154911.502500', '154911.962500', '154912.422500', '154912.882500', '154913.342500', '154913.802500', '154914.262500', '154914.722500', '154915.182500', '154915.642500', '154916.102500', '154916.562500', '154917.022500', '154917.482500', '154917.942500', '154918.402500', '154918.862500', '154919.322500', '154919.782500', '154920.242500', '154920.702500', '154921.162500', '154921.622500', '154922.082500', '154922.542500', '154923.002500', '154923.462500', '154923.922500', '154924.382500', '154924.842500', '154925.302500', '154925.762500', '154926.222500', '154926.682500', '154927.142500', '154927.602500', '154928.062500', '154928.522500', '154928.982500', '154929.442500', '154929.902500', '154930.362500', '154930.822500', '154931.282500', '154931.742500', '154932.202500', '154932.662500', '154933.122500', '154933.582500', '154934.042500', '154934.502500', '154934.962500', '154935.422500', '154935.882500', '154936.342500', '154936.802500', '154937.262500', '154937.722500', '154938.182500', '154938.642500', '154939.102500', '154939.562500', '154940.022500', '154940.482500', '154940.942500', '154941.402500', '154941.862500', '154942.322500', '154942.782500', '154943.242500', '154943.702500', '154944.162500', '154944.622500', '154945.082500', '154945.542500', '154946.002500', '154946.462500', '154946.922500', '154947.382500', '154947.842500', '154948.302500', '154948.762500', '154949.222500', '154949.682500', '154950.142500', '154950.602500', '154951.062500', '154951.522500', '154951.982500', '154952.442500', '154952.902500', '154953.362500', '154953.822500', '154954.282500', '154954.742500', '154955.202500', '154955.662500', '154956.122500', '154956.582500', '154957.042500', '154957.502500', '154957.962500', '154958.422500', '154958.882500', '154959.342500', '154959.802500', '155000.262500', '155000.722500', '155001.182500', '155001.642500', '155002.102500', '155002.562500', '155003.022500', '155003.482500', '155003.942500', '155004.402500', '155004.862500', '155005.322500', '155005.782500', '155006.242500', '155006.702500', '155007.162500', '155007.622500', '155008.082500', '155008.542500', '155009.002500', '155009.462500', '155009.922500', '155010.382500', '155010.842500', '155011.302500', '155011.762500', '155012.222500', '155012.682500', '155013.142500', '155013.602500', '155014.062500', '155014.522500', '155014.982500', '155015.442500', '155015.902500', '155016.362500', '155016.822500', '155017.282500', '155017.742500', '155018.202500', '155018.662500', '155019.122500', '155019.582500', '155020.042500', '155020.502500', '155020.962500', '155021.422500', '155021.882500', '155022.342500', '155022.802500', '155023.262500', '155023.722500', '155024.182500', '155024.642500', '155025.102500', '155025.562500', '155026.022500', '155026.482500', '155026.942500', '155027.402500', '155027.862500', '155028.322500', '155028.782500', '155029.242500', '155029.702500', '155030.162500', '155030.622500', '155031.082500', '155031.542500', '155032.002500', '155032.462500', '155032.922500', '155033.382500', '155033.842500', '155034.302500', '155034.762500', '155035.222500', '155035.682500', '155036.142500', '155036.602500', '155037.062500', '155037.522500', '155037.982500', '155038.442500', '155038.902500', '155039.362500', '155039.822500', '155040.282500', '155040.742500', '155041.202500', '155041.662500', '155042.122500', '155042.582500', '155043.042500', '155043.502500', '155043.962500', '155044.422500', '155044.882500', '155045.342500', '155045.802500', '155046.262500', '155046.722500', '155047.182500', '155047.642500', '155048.102500', '155048.562500', '155049.022500', '155049.482500', '155049.942500', '155050.402500', '155050.862500', '155051.322500', '155051.782500', '155052.242500', '155052.702500', '155053.162500', '155053.622500', '155054.082500', '155054.542500', '155055.002500', '155055.462500', '155055.922500', '155056.382500', '155056.842500', '155057.302500', '155057.762500', '155058.222500', '155058.682500', '155059.142500', '155059.602500', '155100.062500', '155100.522500', '155100.982500', '155101.442500', '155101.902500', '155102.362500', '155102.822500', '155103.282500', '155103.742500', '155104.202500', '155104.662500', '155105.122500', '155105.582500', '155106.042500', '155106.502500', '155106.962500', '155107.422500', '155107.882500', '155108.342500', '155108.802500', '155109.262500', '155109.722500', '155110.182500', '155110.642500', '155111.102500', '155111.562500', '155112.022500', '155112.482500', '155112.942500', '155113.402500', '155113.862500', '155114.322500', '155114.782500', '155115.242500', '155115.702500', '155116.162500', '155116.622500', '155117.082500', '155117.542500', '155118.002500', '155118.462500', '155118.922500', '155119.382500', '155119.842500', '155120.302500', '155120.762500', '155121.222500', '155121.682500', '155122.142500', '155122.602500', '155123.062500', '155123.522500', '155123.982500', '155124.442500', '155124.902500', '155125.362500', '155125.822500', '155126.282500', '155126.742500', '155127.202500', '155127.662500', '155128.122500', '155128.582500', '155129.042500', '155129.502500', '155129.962500', '155130.422500', '155130.882500', '155131.342500', '155131.802500', '155132.262500', '155132.722500', '155133.182500', '155133.642500', '155134.102500', '155134.562500', '155135.022500', '155135.482500', '155135.942500', '155136.402500', '155136.862500', '155137.322500', '155137.782500', '155138.242500', '155138.702500', '155139.162500', '155139.622500', '155140.082500', '155140.542500', '155141.002500', '155141.462500', '155141.922500', '155142.382500', '155142.842500', '155143.302500', '155143.762500', '155144.222500', '155144.682500', '155145.142500', '155145.602500', '155146.062500', '155146.522500', '155146.982500', '155147.442500', '155147.902500', '155148.362500', '155148.822500', '155149.282500', '155149.742500', '155150.202500', '155150.662500', '155151.122500', '155151.582500', '155152.042500', '155152.502500', '155152.962500', '155153.422500', '155153.882500', '155154.342500', '155154.802500', '155155.262500', '155155.722500', '155156.182500', '155156.642500', '155157.102500', '155157.562500', '155158.022500', '155158.482500', '155158.942500', '155159.402500', '155159.862500', '155200.322500', '155200.782500', '155201.242500', '155201.702500', '155202.162500', '155202.622500', '155203.082500', '155203.542500', '155204.002500', '155204.462500', '155204.922500', '155205.382500', '155205.842500', '155206.302500', '155206.762500', '155207.222500', '155207.682500', '155208.142500', '155208.602500', '155209.062500', '155209.522500', '155209.982500', '155210.442500', '155210.902500', '155211.362500', '155211.822500', '155212.282500', '155212.742500', '155213.202500', '155213.662500', '155214.122500', '155214.582500', '155215.042500', '155215.502500', '155215.962500', '155216.422500', '155216.882500', '155217.342500', '155217.802500', '155218.262500', '155218.722500', '155219.182500', '155219.642500', '155220.102500', '155220.562500', '155221.022500', '155221.482500', '155221.942500', '155222.402500', '155222.862500', '155223.322500', '155223.782500', '155224.242500', '155224.702500', '155225.162500', '155225.622500', '155226.082500', '155226.542500', '155227.002500', '155227.462500', '155227.922500', '155228.382500', '155228.842500', '155229.302500', '155229.762500', '155230.222500', '155230.682500', '155231.142500', '155231.602500', '155232.062500', '155232.522500', '155232.982500', '155233.442500', '155233.902500', '155234.362500', '155234.822500', '155235.282500', '155235.742500', '155236.202500', '155236.662500', '155237.122500', '155237.582500', '155238.042500', '155238.502500', '155238.962500', '155239.422500', '155239.882500', '155240.342500', '155240.802500', '155241.262500', '155241.722500', '155242.182500', '155242.642500', '155243.102500', '155243.562500', '155244.022500', '155244.482500', '155244.942500', '155245.402500', '155245.862500', '155246.322500', '155246.782500', '155247.242500', '155247.702500', '155248.162500', '155248.622500', '155249.082500', '155249.542500', '155250.002500', '155250.462500', '155250.922500', '155251.382500', '155251.842500', '155252.302500', '155252.762500', '155253.222500', '155253.682500', '155254.142500', '155254.602500', '155255.062500', '155255.522500', '155255.982500', '155256.442500', '155256.902500', '155257.362500', '155257.822500', '155258.282500', '155258.742500', '155259.202500', '155259.662500', '155300.122500', '155300.582500', '155301.042500', '155301.502500', '155301.962500', '155302.422500', '155302.882500', '155303.342500', '155303.802500', '155304.262500', '155304.722500', '155305.182500', '155305.642500', '155306.102500', '155306.562500', '155307.022500', '155307.482500', '155307.942500', '155308.402500', '155308.862500', '155309.322500', '155309.782500', '155310.242500', '155310.702500', '155311.162500', '155311.622500', '155312.082500', '155312.542500', '155313.002500', '155313.462500', '155313.922500', '155314.382500', '155314.842500', '155315.302500', '155315.762500', '155316.222500', '155316.682500', '155317.142500', '155317.602500', '155318.062500', '155318.522500', '155318.982500', '155319.442500', '155319.902500', '155320.362500', '155320.822500', '155321.282500', '155321.742500', '155322.202500', '155322.662500', '155323.122500', '155323.582500', '155324.042500', '155324.502500', '155324.962500', '155325.422500', '155325.882500', '155326.342500', '155326.802500', '155327.262500', '155327.722500', '155328.182500', '155328.642500', '155329.102500', '155329.562500', '155330.022500', '155330.482500', '155330.942500', '155331.402500', '155331.862500', '155332.322500', '155332.782500', '155333.242500', '155333.702500', '155334.162500', '155334.622500', '155335.082500', '155335.542500', '155336.002500', '155336.462500', '155336.922500', '155337.382500', '155337.842500', '155338.302500', '155338.762500', '155339.222500', '155339.682500', '155340.142500', '155340.602500', '155341.062500', '155341.522500', '155341.982500', '155342.442500', '155342.902500', '155343.362500', '155343.822500', '155344.282500', '155344.742500', '155345.202500', '155345.662500', '155346.122500', '155346.582500', '155347.042500', '155347.502500', '155347.962500', '155348.422500', '155348.882500', '155349.342500', '155349.802500', '155350.262500', '155350.722500', '155351.182500', '155351.642500', '155352.102500', '155352.562500', '155353.022500', '155353.482500', '155353.942500', '155354.402500', '155354.862500', '155355.322500', '155355.782500', '155356.242500', '155356.702500', '155357.162500', '155357.622500', '155358.082500', '155358.542500', '155359.002500', '155359.462500', '155359.922500', '155400.382500', '155400.842500', '155401.302500', '155401.762500', '155402.222500', '155402.682500', '155403.142500', '155403.602500', '155404.062500', '155404.522500', '155404.982500', '155405.442500', '155405.902500', '155406.362500', '155406.822500', '155407.282500', '155407.742500', '155408.202500', '155408.662500', '155409.122500', '155409.582500', '155410.042500', '155410.502500', '155410.962500', '155411.422500', '155411.882500', '155412.342500', '155412.802500', '155413.262500', '155413.722500', '155414.182500', '155414.642500', '155415.102500', '155415.562500', '155416.022500', '155416.482500', '155416.942500', '155417.402500', '155417.862500', '155418.322500', '155418.782500', '155419.242500', '155419.702500', '155420.162500', '155420.622500', '155421.082500', '155421.542500', '155422.002500', '155422.462500', '155422.922500', '155423.382500', '155423.842500', '155424.302500', '155424.762500', '155425.222500', '155425.682500', '155426.142500', '155426.602500', '155427.062500', '155427.522500', '155427.982500', '155428.442500'], 'ContentTime': ['154029.645000', '154029.656000', '154029.659000', '154029.661000', '154029.664000', '154029.666000', '154029.669000', '154029.672000', '154029.674000', '154029.679000', '154029.682000', '154029.685000', '154029.688000', '154029.692000', '154029.695000', '154029.697000', '154029.700000', '154029.703000', '154029.705000', '154029.708000', '154029.711000', '154029.713000', '154029.716000', '154029.718000', '154029.721000', '154029.724000', '154029.726000', '154029.729000', '154029.732000', '154029.734000', '154029.737000', '154049.611000', '154049.614000', '154049.617000', '154049.620000', '154049.622000', '154049.625000', '154049.628000', '154049.630000', '154049.633000', '154049.635000', '154049.638000', '154049.641000', '154049.643000', '154049.646000', '154049.648000', '154049.651000', '154049.654000', '154049.656000', '154049.659000', '154049.662000', '154049.664000', '154049.667000', '154049.670000', '154049.672000', '154049.699000', '154049.701000', '154049.704000', '154049.707000', '154049.709000', '154049.712000', '154049.715000', '154049.717000', '154049.720000', '154049.722000', '154049.725000', '154049.728000', '154049.730000', '154049.733000', '154049.736000', '154049.738000', '154049.741000', '154049.743000', '154049.746000', '154049.749000', '154109.611000', '154109.613000', '154109.616000', '154109.619000', '154109.622000', '154109.624000', '154109.627000', '154109.630000', '154109.632000', '154109.635000', '154109.644000', '154109.647000', '154109.650000', '154109.652000', '154109.655000', '154109.658000', '154109.660000', '154109.663000', '154109.666000', '154109.668000', '154109.671000', '154109.674000', '154109.676000', '154109.679000', '154109.682000', '154109.684000', '154109.687000', '154109.690000', '154109.692000', '154109.695000', '154109.698000', '154109.700000', '154109.703000', '154109.705000', '154109.708000', '154109.711000', '154109.713000', '154109.716000', '154109.727000', '154109.730000', '154109.732000', '154109.735000', '154109.741000', '154129.612000', '154129.615000', '154129.617000', '154129.620000', '154129.622000', '154129.625000', '154129.628000', '154129.630000', '154129.633000', '154129.636000', '154129.638000', '154129.641000', '154129.643000', '154129.646000', '154129.649000', '154129.651000', '154129.654000', '154129.657000', '154129.659000', '154129.662000', '154129.664000', '154129.667000', '154129.670000', '154129.673000', '154129.675000', '154129.678000', '154129.681000', '154129.683000', '154129.686000', '154129.689000', '154129.691000', '154129.694000', '154129.696000', '154129.699000', '154129.702000', '154129.704000', '154129.710000', '154129.713000', '154129.716000', '154129.718000', '154129.721000', '154129.724000', '154129.726000', '154129.729000', '154149.612000', '154149.614000', '154149.617000', '154149.620000', '154149.623000', '154149.625000', '154149.628000', '154149.631000', '154149.634000', '154149.637000', '154149.639000', '154149.642000', '154149.645000', '154149.647000', '154149.650000', '154149.654000', '154149.656000', '154149.659000', '154149.662000', '154149.664000', '154149.667000', '154149.670000', '154149.673000', '154149.675000', '154149.678000', '154149.681000', '154149.683000', '154149.686000', '154149.688000', '154149.691000', '154149.694000', '154149.696000', '154149.699000', '154149.702000', '154149.704000', '154149.707000', '154149.710000', '154149.713000', '154149.715000', '154149.718000', '154149.720000', '154149.723000', '154149.726000', '154209.611000', '154209.614000', '154209.617000', '154209.619000', '154209.622000', '154209.625000', '154209.628000', '154209.631000', '154209.633000', '154209.636000', '154209.638000', '154209.641000', '154209.644000', '154209.646000', '154209.649000', '154209.652000', '154209.654000', '154209.657000', '154209.659000', '154209.662000', '154209.665000', '154209.667000', '154209.670000', '154209.673000', '154209.675000', '154209.678000', '154209.681000', '154209.683000', '154209.686000', '154209.689000', '154209.691000', '154209.694000', '154209.696000', '154209.699000', '154209.702000', '154209.704000', '154209.707000', '154209.710000', '154209.712000', '154209.715000', '154209.718000', '154209.720000', '154209.723000', '154209.726000', '154229.612000', '154229.615000', '154229.617000', '154229.620000', '154229.623000', '154229.625000', '154229.628000', '154229.631000', '154229.633000', '154229.636000', '154229.639000', '154229.642000', '154229.645000', '154229.649000', '154229.652000', '154229.654000', '154229.657000', '154229.660000', '154229.662000', '154229.678000', '154229.681000', '154229.683000', '154229.686000', '154229.688000', '154229.691000', '154229.694000', '154229.696000', '154229.699000', '154229.702000', '154229.704000', '154229.707000', '154229.710000', '154229.712000', '154229.715000', '154229.718000', '154229.720000', '154229.723000', '154229.726000', '154229.728000', '154229.731000', '154229.734000', '154229.736000', '154229.739000', '154249.612000', '154249.614000', '154249.617000', '154249.620000', '154249.623000', '154249.625000', '154249.628000', '154249.631000', '154249.633000', '154249.636000', '154249.638000', '154249.641000', '154249.644000', '154249.647000', '154249.649000', '154249.652000', '154249.655000', '154249.657000', '154249.660000', '154249.663000', '154249.665000', '154249.668000', '154249.671000', '154249.673000', '154249.676000', '154249.684000', '154249.686000', '154249.689000', '154249.692000', '154249.694000', '154249.697000', '154249.700000', '154249.702000', '154249.705000', '154249.708000', '154249.711000', '154249.713000', '154249.716000', '154249.718000', '154249.721000', '154249.724000', '154249.726000', '154249.729000', '154249.732000', '154309.612000', '154309.615000', '154309.617000', '154309.620000', '154309.622000', '154309.625000', '154309.628000', '154309.631000', '154309.633000', '154309.636000', '154309.639000', '154309.641000', '154309.644000', '154309.647000', '154309.649000', '154309.652000', '154309.654000', '154309.657000', '154309.660000', '154309.663000', '154309.666000', '154309.669000', '154309.672000', '154309.675000', '154309.678000', '154309.680000', '154309.683000', '154309.686000', '154309.689000', '154309.692000', '154309.695000', '154309.697000', '154309.700000', '154309.703000', '154309.705000', '154309.708000', '154309.711000', '154309.713000', '154309.716000', '154309.719000', '154309.722000', '154309.724000', '154309.727000', '154329.611000', '154329.614000', '154329.617000', '154329.619000', '154329.622000', '154329.625000', '154329.627000', '154329.630000', '154329.633000', '154329.635000', '154329.638000', '154329.641000', '154329.644000', '154329.646000', '154329.649000', '154329.652000', '154329.655000', '154329.657000', '154329.660000', '154329.663000', '154329.665000', '154329.668000', '154329.670000', '154329.673000', '154329.676000', '154329.678000', '154329.681000', '154329.684000', '154329.687000', '154329.689000', '154329.692000', '154329.695000', '154329.697000', '154329.700000', '154329.703000', '154329.705000', '154329.708000', '154329.710000', '154329.713000', '154329.716000', '154329.718000', '154329.721000', '154329.724000', '154329.726000', '154349.611000', '154349.614000', '154349.617000', '154349.620000', '154349.623000', '154349.625000', '154349.628000', '154349.630000', '154349.633000', '154349.636000', '154349.638000', '154349.641000', '154349.644000', '154349.646000', '154349.649000', '154349.651000', '154349.654000', '154349.657000', '154349.660000', '154349.662000', '154349.665000', '154349.668000', '154349.671000', '154349.673000', '154349.676000', '154349.679000', '154349.681000', '154349.684000', '154349.687000', '154349.689000', '154349.692000', '154349.695000', '154349.697000', '154349.700000', '154349.703000', '154349.705000', '154349.708000', '154349.710000', '154349.713000', '154349.716000', '154349.719000', '154349.721000', '154349.724000', '154409.611000', '154409.627000', '154409.630000', '154409.632000', '154409.635000', '154409.638000', '154409.640000', '154409.643000', '154409.645000', '154409.648000', '154409.651000', '154409.653000', '154409.656000', '154409.659000', '154409.661000', '154409.664000', '154409.667000', '154409.669000', '154409.672000', '154409.675000', '154409.677000', '154409.680000', '154409.683000', '154409.685000', '154409.688000', '154409.691000', '154409.693000', '154409.696000', '154409.698000', '154409.701000', '154409.704000', '154409.706000', '154409.709000', '154409.712000', '154409.714000', '154409.717000', '154409.719000', '154409.722000', '154409.725000', '154409.727000', '154409.730000', '154409.733000', '154409.735000', '154409.738000', '154429.611000', '154429.614000', '154429.617000', '154429.620000', '154429.622000', '154429.625000', '154429.628000', '154429.630000', '154429.633000', '154429.636000', '154429.638000', '154429.641000', '154429.644000', '154429.646000', '154429.649000', '154429.652000', '154429.655000', '154429.657000', '154429.660000', '154429.663000', '154429.665000', '154429.668000', '154429.670000', '154429.673000', '154429.676000', '154429.678000', '154429.681000', '154429.684000', '154429.686000', '154429.689000', '154429.692000', '154429.694000', '154429.697000', '154429.700000', '154429.702000', '154429.705000', '154429.708000', '154429.710000', '154429.713000', '154429.716000', '154429.718000', '154429.721000', '154429.723000', '154449.612000', '154449.615000', '154449.617000', '154449.620000', '154449.623000', '154449.625000', '154449.628000', '154449.630000', '154449.633000', '154449.636000', '154449.638000', '154449.641000', '154449.644000', '154449.646000', '154449.649000', '154449.652000', '154449.654000', '154449.657000', '154449.660000', '154449.662000', '154449.665000', '154449.668000', '154449.670000', '154449.673000', '154449.676000', '154449.678000', '154449.681000', '154449.683000', '154449.686000', '154449.689000', '154449.692000', '154449.694000', '154449.697000', '154449.700000', '154449.702000', '154449.705000', '154449.708000', '154449.710000', '154449.713000', '154449.716000', '154449.718000', '154449.721000', '154449.724000', '154449.726000', '154509.611000', '154509.614000', '154509.617000', '154509.620000', '154509.622000', '154509.625000', '154509.628000', '154509.630000', '154509.633000', '154509.636000', '154509.638000', '154509.641000', '154509.643000', '154509.646000', '154509.649000', '154509.652000', '154509.654000', '154509.657000', '154509.660000', '154509.662000', '154509.665000', '154509.667000', '154509.670000', '154509.673000', '154509.675000', '154509.678000', '154509.681000', '154509.684000', '154509.686000', '154509.689000', '154509.692000', '154509.695000', '154509.697000', '154509.700000', '154509.703000', '154509.705000', '154509.708000', '154509.710000', '154509.713000', '154509.716000', '154509.718000', '154509.721000', '154509.724000', '154529.612000', '154529.615000', '154529.617000', '154529.620000', '154529.623000', '154529.625000', '154529.628000', '154529.631000', '154529.633000', '154529.636000', '154529.638000', '154529.641000', '154529.661000', '154529.664000', '154529.667000', '154529.669000', '154529.672000', '154529.675000', '154529.677000', '154529.680000', '154529.683000', '154529.685000', '154529.688000', '154529.691000', '154529.693000', '154529.696000', '154529.699000', '154529.701000', '154529.704000', '154529.707000', '154529.709000', '154529.712000', '154529.715000', '154529.717000', '154529.720000', '154529.722000', '154529.725000', '154529.728000', '154529.730000', '154529.733000', '154529.736000', '154529.738000', '154529.741000', '154529.744000', '154549.611000', '154549.614000', '154549.616000', '154549.619000', '154549.622000', '154549.625000', '154549.627000', '154549.630000', '154549.632000', '154549.635000', '154549.638000', '154549.642000', '154549.645000', '154549.648000', '154549.650000', '154549.653000', '154549.656000', '154549.663000', '154549.665000', '154549.668000', '154549.670000', '154549.673000', '154549.676000', '154549.679000', '154549.681000', '154549.684000', '154549.687000', '154549.689000', '154549.692000', '154549.695000', '154549.697000', '154549.700000', '154549.703000', '154549.705000', '154549.708000', '154549.710000', '154549.713000', '154549.716000', '154549.718000', '154549.721000', '154549.724000', '154549.726000', '154549.729000', '154609.612000', '154609.614000', '154609.617000', '154609.620000', '154609.623000', '154609.625000', '154609.628000', '154609.630000', '154609.633000', '154609.636000', '154609.638000', '154609.641000', '154609.644000', '154609.646000', '154609.649000', '154609.651000', '154609.654000', '154609.657000', '154609.659000', '154609.662000', '154609.665000', '154609.667000', '154609.670000', '154609.673000', '154609.675000', '154609.678000', '154609.681000', '154609.683000', '154609.686000', '154609.688000', '154609.691000', '154609.694000', '154609.696000', '154609.699000', '154609.702000', '154609.704000', '154609.707000', '154609.709000', '154609.712000', '154609.715000', '154609.717000', '154609.720000', '154609.723000', '154609.725000', '154629.612000', '154629.615000', '154629.617000', '154629.620000', '154629.623000', '154629.626000', '154629.628000', '154629.631000', '154629.633000', '154629.636000', '154629.639000', '154629.641000', '154629.644000', '154629.647000', '154629.649000', '154629.652000', '154629.655000', '154629.657000', '154629.660000', '154629.663000', '154629.666000', '154629.668000', '154629.671000', '154629.673000', '154629.676000', '154629.679000', '154629.681000', '154629.684000', '154629.687000', '154629.690000', '154629.692000', '154629.695000', '154629.698000', '154629.700000', '154629.703000', '154629.705000', '154629.708000', '154629.711000', '154629.714000', '154629.716000', '154629.719000', '154629.722000', '154629.724000', '154649.612000', '154649.615000', '154649.617000', '154649.620000', '154649.622000', '154649.625000', '154649.628000', '154649.630000', '154649.633000', '154649.636000', '154649.638000', '154649.641000', '154649.644000', '154649.646000', '154649.649000', '154649.652000', '154649.654000', '154649.657000', '154649.660000', '154649.662000', '154649.665000', '154649.668000', '154649.670000', '154649.673000', '154649.675000', '154649.678000', '154649.681000', '154649.684000', '154649.686000', '154649.689000', '154649.692000', '154649.694000', '154649.697000', '154649.699000', '154649.702000', '154649.705000', '154649.707000', '154649.748000', '154649.750000', '154649.753000', '154649.756000', '154649.759000', '154649.761000', '154649.764000', '154709.611000', '154709.614000', '154709.617000', '154709.620000', '154709.623000', '154709.625000', '154709.628000', '154709.631000', '154709.633000', '154709.636000', '154709.639000', '154709.641000', '154709.644000', '154709.647000', '154709.649000', '154709.652000', '154709.655000', '154709.657000', '154709.660000', '154709.663000', '154709.665000', '154709.668000', '154709.671000', '154709.673000', '154709.676000', '154709.678000', '154709.681000', '154709.684000', '154709.687000', '154709.689000', '154709.692000', '154709.695000', '154709.697000', '154709.700000', '154709.702000', '154709.705000', '154709.708000', '154709.710000', '154709.713000', '154709.716000', '154709.718000', '154709.721000', '154709.724000', '154729.612000', '154729.614000', '154729.617000', '154729.620000', '154729.623000', '154729.625000', '154729.628000', '154729.630000', '154729.633000', '154729.636000', '154729.638000', '154729.641000', '154729.644000', '154729.646000', '154729.649000', '154729.652000', '154729.654000', '154729.657000', '154729.660000', '154729.662000', '154729.665000', '154729.668000', '154729.670000', '154729.673000', '154729.676000', '154729.678000', '154729.681000', '154729.683000', '154729.686000', '154729.689000', '154729.692000', '154729.694000', '154729.697000', '154729.700000', '154729.702000', '154729.705000', '154729.707000', '154729.710000', '154729.713000', '154729.715000', '154729.718000', '154729.720000', '154729.723000', '154729.726000', '154749.612000', '154749.615000', '154749.617000', '154749.620000', '154749.623000', '154749.625000', '154749.628000', '154749.631000', '154749.633000', '154749.636000', '154749.639000', '154749.641000', '154749.644000', '154749.647000', '154749.650000', '154749.652000', '154749.655000', '154749.657000', '154749.660000', '154749.663000', '154749.665000', '154749.668000', '154749.671000', '154749.673000', '154749.676000', '154749.679000', '154749.681000', '154749.684000', '154749.687000', '154749.689000', '154749.692000', '154749.695000', '154749.697000', '154749.700000', '154749.703000', '154749.705000', '154749.708000', '154749.711000', '154749.714000', '154749.716000', '154749.719000', '154749.721000', '154749.724000', '154809.612000', '154809.615000', '154809.618000', '154809.620000', '154809.623000', '154809.626000', '154809.628000', '154809.631000', '154809.634000', '154809.636000', '154809.639000', '154809.642000', '154809.644000', '154809.647000', '154809.650000', '154809.652000', '154809.655000', '154809.658000', '154809.660000', '154809.663000', '154809.666000', '154809.669000', '154809.671000', '154809.674000', '154809.677000', '154809.679000', '154809.682000', '154809.685000', '154809.687000', '154809.690000', '154809.693000', '154809.696000', '154809.698000', '154809.715000', '154809.717000', '154809.720000', '154809.723000', '154809.725000', '154809.728000', '154809.731000', '154809.733000', '154809.736000', '154809.739000', '154809.741000', '154829.612000', '154829.615000', '154829.618000', '154829.620000', '154829.623000', '154829.626000', '154829.629000', '154829.631000', '154829.634000', '154829.637000', '154829.639000', '154829.642000', '154829.645000', '154829.647000', '154829.650000', '154829.653000', '154829.655000', '154829.658000', '154829.661000', '154829.663000', '154829.666000', '154829.669000', '154829.671000', '154829.674000', '154829.676000', '154829.679000', '154829.682000', '154829.684000', '154829.687000', '154829.690000', '154829.692000', '154829.695000', '154829.698000', '154829.700000', '154829.703000', '154829.706000', '154829.708000', '154829.711000', '154829.713000', '154829.716000', '154829.719000', '154829.721000', '154829.724000', '154849.612000', '154849.614000', '154849.617000', '154849.620000', '154849.623000', '154849.625000', '154849.628000', '154849.631000', '154849.633000', '154849.636000', '154849.639000', '154849.641000', '154849.644000', '154849.647000', '154849.649000', '154849.652000', '154849.655000', '154849.657000', '154849.660000', '154849.663000', '154849.665000', '154849.668000', '154849.671000', '154849.673000', '154849.676000', '154849.679000', '154849.681000', '154849.684000', '154849.687000', '154849.690000', '154849.692000', '154849.696000', '154849.699000', '154849.701000', '154849.704000', '154849.707000', '154849.709000', '154849.712000', '154849.715000', '154849.717000', '154849.720000', '154849.723000', '154849.726000', '154909.612000', '154909.615000', '154909.618000', '154909.620000', '154909.623000', '154909.626000', '154909.628000', '154909.631000', '154909.634000', '154909.636000', '154909.639000', '154909.642000', '154909.644000', '154909.647000', '154909.650000', '154909.652000', '154909.655000', '154909.658000', '154909.660000', '154909.663000', '154909.666000', '154909.668000', '154909.671000', '154909.674000', '154909.676000', '154909.679000', '154909.681000', '154909.684000', '154909.687000', '154909.689000', '154909.692000', '154909.695000', '154909.697000', '154909.700000', '154909.703000', '154909.705000', '154909.708000', '154909.711000', '154909.713000', '154909.716000', '154909.719000', '154909.721000', '154909.724000', '154909.726000', '154929.612000', '154929.615000', '154929.617000', '154929.620000', '154929.623000', '154929.625000', '154929.628000', '154929.631000', '154929.633000', '154929.636000', '154929.639000', '154929.641000', '154929.644000', '154929.647000', '154929.651000', '154929.654000', '154929.656000', '154929.666000', '154929.668000', '154929.671000', '154929.674000', '154929.676000', '154929.679000', '154929.682000', '154929.685000', '154929.687000', '154929.690000', '154929.693000', '154929.695000', '154929.698000', '154929.707000', '154929.710000', '154929.713000', '154929.715000', '154929.718000', '154929.721000', '154929.723000', '154929.726000', '154929.729000', '154929.731000', '154929.734000', '154929.737000', '154929.740000', '154949.612000', '154949.615000', '154949.617000', '154949.620000', '154949.624000', '154949.626000', '154949.629000', '154949.632000', '154949.635000', '154949.637000', '154949.640000', '154949.643000', '154949.645000', '154949.648000', '154949.651000', '154949.653000', '154949.656000', '154949.659000', '154949.661000', '154949.664000', '154949.667000', '154949.669000', '154949.672000', '154949.675000', '154949.677000', '154949.680000', '154949.683000', '154949.685000', '154949.688000', '154949.691000', '154949.694000', '154949.696000', '154949.700000', '154949.702000', '154949.705000', '154949.707000', '154949.710000', '154949.713000', '154949.716000', '154949.718000', '154949.721000', '154949.724000', '154949.726000', '154949.729000', '155009.612000', '155009.615000', '155009.617000', '155009.620000', '155009.623000', '155009.625000', '155009.628000', '155009.631000', '155009.633000', '155009.636000', '155009.639000', '155009.641000', '155009.644000', '155009.647000', '155009.650000', '155009.652000', '155009.655000', '155009.657000', '155009.660000', '155009.663000', '155009.666000', '155009.669000', '155009.672000', '155009.675000', '155009.678000', '155009.681000', '155009.683000', '155009.686000', '155009.689000', '155009.691000', '155009.694000', '155009.696000', '155009.699000', '155009.702000', '155009.705000', '155009.707000', '155009.710000', '155009.713000', '155009.715000', '155009.718000', '155009.721000', '155009.723000', '155009.726000', '155029.611000', '155029.613000', '155029.616000', '155029.619000', '155029.622000', '155029.624000', '155029.627000', '155029.630000', '155029.632000', '155029.635000', '155029.638000', '155029.641000', '155029.643000', '155029.646000', '155029.648000', '155029.651000', '155029.654000', '155029.656000', '155029.659000', '155029.670000', '155029.672000', '155029.675000', '155029.678000', '155029.680000', '155029.683000', '155029.686000', '155029.688000', '155029.691000', '155029.694000', '155029.696000', '155029.699000', '155029.702000', '155029.704000', '155029.707000', '155029.710000', '155029.712000', '155029.715000', '155029.718000', '155029.720000', '155029.723000', '155029.725000', '155029.728000', '155029.731000', '155029.733000', '155049.612000', '155049.615000', '155049.618000', '155049.620000', '155049.623000', '155049.626000', '155049.628000', '155049.631000', '155049.633000', '155049.636000', '155049.639000', '155049.641000', '155049.674000', '155049.676000', '155049.679000', '155049.682000', '155049.685000', '155049.687000', '155049.690000', '155049.693000', '155049.696000', '155049.699000', '155049.701000', '155049.704000', '155049.707000', '155049.709000', '155049.712000', '155049.715000', '155049.717000', '155049.720000', '155049.722000', '155049.725000', '155049.728000', '155049.731000', '155049.733000', '155049.736000', '155049.739000', '155049.741000', '155049.744000', '155049.747000', '155049.750000', '155049.753000', '155049.755000', '155109.612000', '155109.618000', '155109.621000', '155109.623000', '155109.626000', '155109.629000', '155109.632000', '155109.634000', '155109.637000', '155109.639000', '155109.642000', '155109.645000', '155109.647000', '155109.650000', '155109.653000', '155109.661000', '155109.664000', '155109.667000', '155109.669000', '155109.672000', '155109.675000', '155109.677000', '155109.680000', '155109.683000', '155109.685000', '155109.688000', '155109.691000', '155109.693000', '155109.696000', '155109.699000', '155109.701000', '155109.704000', '155109.707000', '155109.709000', '155109.712000', '155109.715000', '155109.717000', '155109.720000', '155109.723000', '155109.725000', '155109.728000', '155109.731000', '155109.733000', '155109.736000', '155129.612000', '155129.615000', '155129.617000', '155129.620000', '155129.623000', '155129.626000', '155129.628000', '155129.631000', '155129.634000', '155129.636000', '155129.639000', '155129.641000', '155129.644000', '155129.647000', '155129.650000', '155129.653000', '155129.656000', '155129.659000', '155129.663000', '155129.665000', '155129.668000', '155129.671000', '155129.673000', '155129.676000', '155129.679000', '155129.681000', '155129.684000', '155129.687000', '155129.689000', '155129.692000', '155129.695000', '155129.697000', '155129.700000', '155129.703000', '155129.705000', '155129.708000', '155129.711000', '155129.713000', '155129.716000', '155129.719000', '155129.721000', '155129.724000', '155129.727000', '155149.612000', '155149.615000', '155149.618000', '155149.620000', '155149.623000', '155149.626000', '155149.628000', '155149.631000', '155149.634000', '155149.636000', '155149.639000', '155149.642000', '155149.644000', '155149.647000', '155149.650000', '155149.652000', '155149.655000', '155149.658000', '155149.660000', '155149.663000', '155149.666000', '155149.668000', '155149.671000', '155149.673000', '155149.676000', '155149.679000', '155149.682000', '155149.684000', '155149.687000', '155149.690000', '155149.692000', '155149.695000', '155149.697000', '155149.700000', '155149.703000', '155149.705000', '155149.708000', '155149.711000', '155149.713000', '155149.716000', '155149.719000', '155149.721000', '155149.724000', '155149.727000', '155209.612000', '155209.615000', '155209.617000', '155209.620000', '155209.623000', '155209.625000', '155209.628000', '155209.631000', '155209.633000', '155209.636000', '155209.639000', '155209.642000', '155209.644000', '155209.647000', '155209.649000', '155209.652000', '155209.655000', '155209.657000', '155209.660000', '155209.663000', '155209.665000', '155209.668000', '155209.671000', '155209.673000', '155209.676000', '155209.679000', '155209.682000', '155209.685000', '155209.688000', '155209.691000', '155209.694000', '155209.696000', '155209.699000', '155209.702000', '155209.704000', '155209.707000', '155209.710000', '155209.713000', '155209.715000', '155209.718000', '155209.720000', '155209.723000', '155209.726000', '155229.612000', '155229.615000', '155229.617000', '155229.620000', '155229.623000', '155229.625000', '155229.628000', '155229.631000', '155229.633000', '155229.636000', '155229.639000', '155229.641000', '155229.644000', '155229.647000', '155229.649000', '155229.652000', '155229.655000', '155229.657000', '155229.660000', '155229.663000', '155229.666000', '155229.668000', '155229.671000', '155229.673000', '155229.676000', '155229.679000', '155229.681000', '155229.684000', '155229.687000', '155229.689000', '155229.692000', '155229.695000', '155229.698000', '155229.700000', '155229.703000', '155229.705000', '155229.708000', '155229.711000', '155229.713000', '155229.716000', '155229.719000', '155229.721000', '155229.724000', '155229.727000', '155249.611000', '155249.614000', '155249.617000', '155249.620000', '155249.623000', '155249.625000', '155249.628000', '155249.631000', '155249.633000', '155249.636000', '155249.639000', '155249.641000', '155249.644000', '155249.647000', '155249.649000', '155249.652000', '155249.655000', '155249.657000', '155249.660000', '155249.663000', '155249.665000', '155249.668000', '155249.671000', '155249.674000', '155249.676000', '155249.679000', '155249.682000', '155249.684000', '155249.687000', '155249.689000', '155249.692000', '155249.695000', '155249.697000', '155249.700000', '155249.703000', '155249.706000', '155249.709000', '155249.712000', '155249.714000', '155249.717000', '155249.720000', '155249.722000', '155249.725000', '155309.612000', '155309.614000', '155309.617000', '155309.620000', '155309.623000', '155309.625000', '155309.645000', '155309.648000', '155309.650000', '155309.653000', '155309.655000', '155309.658000', '155309.661000', '155309.663000', '155309.666000', '155309.669000', '155309.671000', '155309.674000', '155309.677000', '155309.679000', '155309.682000', '155309.685000', '155309.687000', '155309.690000', '155309.693000', '155309.695000', '155309.698000', '155309.701000', '155309.703000', '155309.706000', '155309.709000', '155309.711000', '155309.714000', '155309.716000', '155309.719000', '155309.722000', '155309.725000', '155309.727000', '155309.730000', '155309.733000', '155309.735000', '155309.738000', '155309.741000', '155309.743000', '155329.612000', '155329.615000', '155329.617000', '155329.620000', '155329.623000', '155329.626000', '155329.628000', '155329.631000', '155329.633000', '155329.636000', '155329.639000', '155329.642000', '155329.644000', '155329.647000', '155329.649000', '155329.652000', '155329.655000', '155329.657000', '155329.660000', '155329.663000', '155329.665000', '155329.668000', '155329.671000', '155329.673000', '155329.676000', '155329.679000', '155329.681000', '155329.684000', '155329.687000', '155329.689000', '155329.692000', '155329.695000', '155329.697000', '155329.700000', '155329.703000', '155329.705000', '155329.708000', '155329.711000', '155329.713000', '155329.716000', '155329.718000', '155329.721000', '155329.724000', '155349.612000', '155349.614000', '155349.617000', '155349.620000', '155349.623000', '155349.625000', '155349.628000', '155349.631000', '155349.633000', '155349.636000', '155349.639000', '155349.641000', '155349.644000', '155349.647000', '155349.649000', '155349.652000', '155349.654000', '155349.657000', '155349.660000', '155349.663000', '155349.665000', '155349.668000', '155349.671000', '155349.673000', '155349.676000', '155349.679000', '155349.681000', '155349.684000', '155349.687000', '155349.689000', '155349.692000', '155349.695000', '155349.697000', '155349.700000', '155349.703000', '155349.705000', '155349.708000', '155349.711000', '155349.713000', '155349.716000', '155349.719000', '155349.721000', '155349.724000', '155349.727000', '155409.612000', '155409.615000', '155409.618000', '155409.620000', '155409.623000', '155409.626000', '155409.628000', '155409.631000', '155409.634000', '155409.637000', '155409.639000', '155409.642000', '155409.645000', '155409.647000', '155409.650000', '155409.653000', '155409.655000', '155409.658000', '155409.661000', '155409.663000', '155409.666000', '155409.669000', '155409.671000', '155409.674000', '155409.677000', '155409.679000', '155409.682000', '155409.685000', '155409.687000', '155409.690000', '155409.693000', '155409.695000', '155409.698000', '155409.701000', '155409.703000', '155409.706000', '155409.709000', '155409.711000', '155409.714000', '155409.716000', '155409.719000', '155409.722000', '155409.724000', '155429.612000', '155429.615000', '155429.618000', '155429.620000', '155429.623000', '155429.626000', '155429.629000', '155429.631000', '155429.634000', '155429.642000', '155429.645000', '155429.648000', '155429.651000', '155429.656000', '155429.659000', '155429.662000', '155429.665000', '155429.668000', '155429.671000', '155429.675000', '155429.678000', '155429.681000', '155429.685000', '155429.688000', '155429.691000', '155429.694000', '155429.697000', '155429.702000', '155429.706000', '155429.709000', '155429.713000', '155429.716000', '155429.719000', '155429.721000', '155429.724000', '155429.728000', '155429.730000', '155429.733000', '155429.736000', '155429.739000', '155429.741000', '155429.744000', '155429.747000', '155429.750000', '155429.971000'], 'InstanceCreationTime': ['154029.645000', '154029.656000', '154029.659000', '154029.661000', '154029.664000', '154029.666000', '154029.669000', '154029.672000', '154029.674000', '154029.679000', '154029.682000', '154029.685000', '154029.688000', '154029.692000', '154029.695000', '154029.697000', '154029.700000', '154029.703000', '154029.705000', '154029.708000', '154029.711000', '154029.713000', '154029.716000', '154029.718000', '154029.721000', '154029.724000', '154029.726000', '154029.729000', '154029.732000', '154029.734000', '154029.737000', '154049.611000', '154049.614000', '154049.617000', '154049.620000', '154049.622000', '154049.625000', '154049.628000', '154049.630000', '154049.633000', '154049.635000', '154049.638000', '154049.641000', '154049.643000', '154049.646000', '154049.648000', '154049.651000', '154049.654000', '154049.656000', '154049.659000', '154049.662000', '154049.664000', '154049.667000', '154049.670000', '154049.672000', '154049.699000', '154049.701000', '154049.704000', '154049.707000', '154049.709000', '154049.712000', '154049.715000', '154049.717000', '154049.720000', '154049.722000', '154049.725000', '154049.728000', '154049.730000', '154049.733000', '154049.736000', '154049.738000', '154049.741000', '154049.743000', '154049.746000', '154049.749000', '154109.611000', '154109.613000', '154109.616000', '154109.619000', '154109.622000', '154109.624000', '154109.627000', '154109.630000', '154109.632000', '154109.635000', '154109.644000', '154109.647000', '154109.650000', '154109.652000', '154109.655000', '154109.658000', '154109.660000', '154109.663000', '154109.666000', '154109.668000', '154109.671000', '154109.674000', '154109.676000', '154109.679000', '154109.682000', '154109.684000', '154109.687000', '154109.690000', '154109.692000', '154109.695000', '154109.698000', '154109.700000', '154109.703000', '154109.705000', '154109.708000', '154109.711000', '154109.713000', '154109.716000', '154109.727000', '154109.730000', '154109.732000', '154109.735000', '154109.741000', '154129.612000', '154129.615000', '154129.617000', '154129.620000', '154129.622000', '154129.625000', '154129.628000', '154129.630000', '154129.633000', '154129.636000', '154129.638000', '154129.641000', '154129.643000', '154129.646000', '154129.649000', '154129.651000', '154129.654000', '154129.657000', '154129.659000', '154129.662000', '154129.664000', '154129.667000', '154129.670000', '154129.673000', '154129.675000', '154129.678000', '154129.681000', '154129.683000', '154129.686000', '154129.689000', '154129.691000', '154129.694000', '154129.696000', '154129.699000', '154129.702000', '154129.704000', '154129.710000', '154129.713000', '154129.716000', '154129.718000', '154129.721000', '154129.724000', '154129.726000', '154129.729000', '154149.612000', '154149.614000', '154149.617000', '154149.620000', '154149.623000', '154149.625000', '154149.628000', '154149.631000', '154149.634000', '154149.637000', '154149.639000', '154149.642000', '154149.645000', '154149.647000', '154149.650000', '154149.654000', '154149.656000', '154149.659000', '154149.662000', '154149.664000', '154149.667000', '154149.670000', '154149.673000', '154149.675000', '154149.678000', '154149.681000', '154149.683000', '154149.686000', '154149.688000', '154149.691000', '154149.694000', '154149.696000', '154149.699000', '154149.702000', '154149.704000', '154149.707000', '154149.710000', '154149.713000', '154149.715000', '154149.718000', '154149.720000', '154149.723000', '154149.726000', '154209.611000', '154209.614000', '154209.617000', '154209.619000', '154209.622000', '154209.625000', '154209.628000', '154209.631000', '154209.633000', '154209.636000', '154209.638000', '154209.641000', '154209.644000', '154209.646000', '154209.649000', '154209.652000', '154209.654000', '154209.657000', '154209.659000', '154209.662000', '154209.665000', '154209.667000', '154209.670000', '154209.673000', '154209.675000', '154209.678000', '154209.681000', '154209.683000', '154209.686000', '154209.689000', '154209.691000', '154209.694000', '154209.696000', '154209.699000', '154209.702000', '154209.704000', '154209.707000', '154209.710000', '154209.712000', '154209.715000', '154209.718000', '154209.720000', '154209.723000', '154209.726000', '154229.612000', '154229.615000', '154229.617000', '154229.620000', '154229.623000', '154229.625000', '154229.628000', '154229.631000', '154229.633000', '154229.636000', '154229.639000', '154229.642000', '154229.645000', '154229.649000', '154229.652000', '154229.654000', '154229.657000', '154229.660000', '154229.662000', '154229.678000', '154229.681000', '154229.683000', '154229.686000', '154229.688000', '154229.691000', '154229.694000', '154229.696000', '154229.699000', '154229.702000', '154229.704000', '154229.707000', '154229.710000', '154229.712000', '154229.715000', '154229.718000', '154229.720000', '154229.723000', '154229.726000', '154229.728000', '154229.731000', '154229.734000', '154229.736000', '154229.739000', '154249.612000', '154249.614000', '154249.617000', '154249.620000', '154249.623000', '154249.625000', '154249.628000', '154249.631000', '154249.633000', '154249.636000', '154249.638000', '154249.641000', '154249.644000', '154249.647000', '154249.649000', '154249.652000', '154249.655000', '154249.657000', '154249.660000', '154249.663000', '154249.665000', '154249.668000', '154249.671000', '154249.673000', '154249.676000', '154249.684000', '154249.686000', '154249.689000', '154249.692000', '154249.694000', '154249.697000', '154249.700000', '154249.702000', '154249.705000', '154249.708000', '154249.711000', '154249.713000', '154249.716000', '154249.718000', '154249.721000', '154249.724000', '154249.726000', '154249.729000', '154249.732000', '154309.612000', '154309.615000', '154309.617000', '154309.620000', '154309.622000', '154309.625000', '154309.628000', '154309.631000', '154309.633000', '154309.636000', '154309.639000', '154309.641000', '154309.644000', '154309.647000', '154309.649000', '154309.652000', '154309.654000', '154309.657000', '154309.660000', '154309.663000', '154309.666000', '154309.669000', '154309.672000', '154309.675000', '154309.678000', '154309.680000', '154309.683000', '154309.686000', '154309.689000', '154309.692000', '154309.695000', '154309.697000', '154309.700000', '154309.703000', '154309.705000', '154309.708000', '154309.711000', '154309.713000', '154309.716000', '154309.719000', '154309.722000', '154309.724000', '154309.727000', '154329.611000', '154329.614000', '154329.617000', '154329.619000', '154329.622000', '154329.625000', '154329.627000', '154329.630000', '154329.633000', '154329.635000', '154329.638000', '154329.641000', '154329.644000', '154329.646000', '154329.649000', '154329.652000', '154329.655000', '154329.657000', '154329.660000', '154329.663000', '154329.665000', '154329.668000', '154329.670000', '154329.673000', '154329.676000', '154329.678000', '154329.681000', '154329.684000', '154329.687000', '154329.689000', '154329.692000', '154329.695000', '154329.697000', '154329.700000', '154329.703000', '154329.705000', '154329.708000', '154329.710000', '154329.713000', '154329.716000', '154329.718000', '154329.721000', '154329.724000', '154329.726000', '154349.611000', '154349.614000', '154349.617000', '154349.620000', '154349.623000', '154349.625000', '154349.628000', '154349.630000', '154349.633000', '154349.636000', '154349.638000', '154349.641000', '154349.644000', '154349.646000', '154349.649000', '154349.651000', '154349.654000', '154349.657000', '154349.660000', '154349.662000', '154349.665000', '154349.668000', '154349.671000', '154349.673000', '154349.676000', '154349.679000', '154349.681000', '154349.684000', '154349.687000', '154349.689000', '154349.692000', '154349.695000', '154349.697000', '154349.700000', '154349.703000', '154349.705000', '154349.708000', '154349.710000', '154349.713000', '154349.716000', '154349.719000', '154349.721000', '154349.724000', '154409.611000', '154409.627000', '154409.630000', '154409.632000', '154409.635000', '154409.638000', '154409.640000', '154409.643000', '154409.645000', '154409.648000', '154409.651000', '154409.653000', '154409.656000', '154409.659000', '154409.661000', '154409.664000', '154409.667000', '154409.669000', '154409.672000', '154409.675000', '154409.677000', '154409.680000', '154409.683000', '154409.685000', '154409.688000', '154409.691000', '154409.693000', '154409.696000', '154409.698000', '154409.701000', '154409.704000', '154409.706000', '154409.709000', '154409.712000', '154409.714000', '154409.717000', '154409.719000', '154409.722000', '154409.725000', '154409.727000', '154409.730000', '154409.733000', '154409.735000', '154409.738000', '154429.611000', '154429.614000', '154429.617000', '154429.620000', '154429.622000', '154429.625000', '154429.628000', '154429.630000', '154429.633000', '154429.636000', '154429.638000', '154429.641000', '154429.644000', '154429.646000', '154429.649000', '154429.652000', '154429.655000', '154429.657000', '154429.660000', '154429.663000', '154429.665000', '154429.668000', '154429.670000', '154429.673000', '154429.676000', '154429.678000', '154429.681000', '154429.684000', '154429.686000', '154429.689000', '154429.692000', '154429.694000', '154429.697000', '154429.700000', '154429.702000', '154429.705000', '154429.708000', '154429.710000', '154429.713000', '154429.716000', '154429.718000', '154429.721000', '154429.723000', '154449.612000', '154449.615000', '154449.617000', '154449.620000', '154449.623000', '154449.625000', '154449.628000', '154449.630000', '154449.633000', '154449.636000', '154449.638000', '154449.641000', '154449.644000', '154449.646000', '154449.649000', '154449.652000', '154449.654000', '154449.657000', '154449.660000', '154449.662000', '154449.665000', '154449.668000', '154449.670000', '154449.673000', '154449.676000', '154449.678000', '154449.681000', '154449.683000', '154449.686000', '154449.689000', '154449.692000', '154449.694000', '154449.697000', '154449.700000', '154449.702000', '154449.705000', '154449.708000', '154449.710000', '154449.713000', '154449.716000', '154449.718000', '154449.721000', '154449.724000', '154449.726000', '154509.611000', '154509.614000', '154509.617000', '154509.620000', '154509.622000', '154509.625000', '154509.628000', '154509.630000', '154509.633000', '154509.636000', '154509.638000', '154509.641000', '154509.643000', '154509.646000', '154509.649000', '154509.652000', '154509.654000', '154509.657000', '154509.660000', '154509.662000', '154509.665000', '154509.667000', '154509.670000', '154509.673000', '154509.675000', '154509.678000', '154509.681000', '154509.684000', '154509.686000', '154509.689000', '154509.692000', '154509.695000', '154509.697000', '154509.700000', '154509.703000', '154509.705000', '154509.708000', '154509.710000', '154509.713000', '154509.716000', '154509.718000', '154509.721000', '154509.724000', '154529.612000', '154529.615000', '154529.617000', '154529.620000', '154529.623000', '154529.625000', '154529.628000', '154529.631000', '154529.633000', '154529.636000', '154529.638000', '154529.641000', '154529.661000', '154529.664000', '154529.667000', '154529.669000', '154529.672000', '154529.675000', '154529.677000', '154529.680000', '154529.683000', '154529.685000', '154529.688000', '154529.691000', '154529.693000', '154529.696000', '154529.699000', '154529.701000', '154529.704000', '154529.707000', '154529.709000', '154529.712000', '154529.715000', '154529.717000', '154529.720000', '154529.722000', '154529.725000', '154529.728000', '154529.730000', '154529.733000', '154529.736000', '154529.738000', '154529.741000', '154529.744000', '154549.611000', '154549.614000', '154549.616000', '154549.619000', '154549.622000', '154549.625000', '154549.627000', '154549.630000', '154549.632000', '154549.635000', '154549.638000', '154549.642000', '154549.645000', '154549.648000', '154549.650000', '154549.653000', '154549.656000', '154549.663000', '154549.665000', '154549.668000', '154549.670000', '154549.673000', '154549.676000', '154549.679000', '154549.681000', '154549.684000', '154549.687000', '154549.689000', '154549.692000', '154549.695000', '154549.697000', '154549.700000', '154549.703000', '154549.705000', '154549.708000', '154549.710000', '154549.713000', '154549.716000', '154549.718000', '154549.721000', '154549.724000', '154549.726000', '154549.729000', '154609.612000', '154609.614000', '154609.617000', '154609.620000', '154609.623000', '154609.625000', '154609.628000', '154609.630000', '154609.633000', '154609.636000', '154609.638000', '154609.641000', '154609.644000', '154609.646000', '154609.649000', '154609.651000', '154609.654000', '154609.657000', '154609.659000', '154609.662000', '154609.665000', '154609.667000', '154609.670000', '154609.673000', '154609.675000', '154609.678000', '154609.681000', '154609.683000', '154609.686000', '154609.688000', '154609.691000', '154609.694000', '154609.696000', '154609.699000', '154609.702000', '154609.704000', '154609.707000', '154609.709000', '154609.712000', '154609.715000', '154609.717000', '154609.720000', '154609.723000', '154609.725000', '154629.612000', '154629.615000', '154629.617000', '154629.620000', '154629.623000', '154629.626000', '154629.628000', '154629.631000', '154629.633000', '154629.636000', '154629.639000', '154629.641000', '154629.644000', '154629.647000', '154629.649000', '154629.652000', '154629.655000', '154629.657000', '154629.660000', '154629.663000', '154629.666000', '154629.668000', '154629.671000', '154629.673000', '154629.676000', '154629.679000', '154629.681000', '154629.684000', '154629.687000', '154629.690000', '154629.692000', '154629.695000', '154629.698000', '154629.700000', '154629.703000', '154629.705000', '154629.708000', '154629.711000', '154629.714000', '154629.716000', '154629.719000', '154629.722000', '154629.724000', '154649.612000', '154649.615000', '154649.617000', '154649.620000', '154649.622000', '154649.625000', '154649.628000', '154649.630000', '154649.633000', '154649.636000', '154649.638000', '154649.641000', '154649.644000', '154649.646000', '154649.649000', '154649.652000', '154649.654000', '154649.657000', '154649.660000', '154649.662000', '154649.665000', '154649.668000', '154649.670000', '154649.673000', '154649.675000', '154649.678000', '154649.681000', '154649.684000', '154649.686000', '154649.689000', '154649.692000', '154649.694000', '154649.697000', '154649.699000', '154649.702000', '154649.705000', '154649.707000', '154649.748000', '154649.750000', '154649.753000', '154649.756000', '154649.759000', '154649.761000', '154649.764000', '154709.611000', '154709.614000', '154709.617000', '154709.620000', '154709.623000', '154709.625000', '154709.628000', '154709.631000', '154709.633000', '154709.636000', '154709.639000', '154709.641000', '154709.644000', '154709.647000', '154709.649000', '154709.652000', '154709.655000', '154709.657000', '154709.660000', '154709.663000', '154709.665000', '154709.668000', '154709.671000', '154709.673000', '154709.676000', '154709.678000', '154709.681000', '154709.684000', '154709.687000', '154709.689000', '154709.692000', '154709.695000', '154709.697000', '154709.700000', '154709.702000', '154709.705000', '154709.708000', '154709.710000', '154709.713000', '154709.716000', '154709.718000', '154709.721000', '154709.724000', '154729.612000', '154729.614000', '154729.617000', '154729.620000', '154729.623000', '154729.625000', '154729.628000', '154729.630000', '154729.633000', '154729.636000', '154729.638000', '154729.641000', '154729.644000', '154729.646000', '154729.649000', '154729.652000', '154729.654000', '154729.657000', '154729.660000', '154729.662000', '154729.665000', '154729.668000', '154729.670000', '154729.673000', '154729.676000', '154729.678000', '154729.681000', '154729.683000', '154729.686000', '154729.689000', '154729.692000', '154729.694000', '154729.697000', '154729.700000', '154729.702000', '154729.705000', '154729.707000', '154729.710000', '154729.713000', '154729.715000', '154729.718000', '154729.720000', '154729.723000', '154729.726000', '154749.612000', '154749.615000', '154749.617000', '154749.620000', '154749.623000', '154749.625000', '154749.628000', '154749.631000', '154749.633000', '154749.636000', '154749.639000', '154749.641000', '154749.644000', '154749.647000', '154749.650000', '154749.652000', '154749.655000', '154749.657000', '154749.660000', '154749.663000', '154749.665000', '154749.668000', '154749.671000', '154749.673000', '154749.676000', '154749.679000', '154749.681000', '154749.684000', '154749.687000', '154749.689000', '154749.692000', '154749.695000', '154749.697000', '154749.700000', '154749.703000', '154749.705000', '154749.708000', '154749.711000', '154749.714000', '154749.716000', '154749.719000', '154749.721000', '154749.724000', '154809.612000', '154809.615000', '154809.618000', '154809.620000', '154809.623000', '154809.626000', '154809.628000', '154809.631000', '154809.634000', '154809.636000', '154809.639000', '154809.642000', '154809.644000', '154809.647000', '154809.650000', '154809.652000', '154809.655000', '154809.658000', '154809.660000', '154809.663000', '154809.666000', '154809.669000', '154809.671000', '154809.674000', '154809.677000', '154809.679000', '154809.682000', '154809.685000', '154809.687000', '154809.690000', '154809.693000', '154809.696000', '154809.698000', '154809.715000', '154809.717000', '154809.720000', '154809.723000', '154809.725000', '154809.728000', '154809.731000', '154809.733000', '154809.736000', '154809.739000', '154809.741000', '154829.612000', '154829.615000', '154829.618000', '154829.620000', '154829.623000', '154829.626000', '154829.629000', '154829.631000', '154829.634000', '154829.637000', '154829.639000', '154829.642000', '154829.645000', '154829.647000', '154829.650000', '154829.653000', '154829.655000', '154829.658000', '154829.661000', '154829.663000', '154829.666000', '154829.669000', '154829.671000', '154829.674000', '154829.676000', '154829.679000', '154829.682000', '154829.684000', '154829.687000', '154829.690000', '154829.692000', '154829.695000', '154829.698000', '154829.700000', '154829.703000', '154829.706000', '154829.708000', '154829.711000', '154829.713000', '154829.716000', '154829.719000', '154829.721000', '154829.724000', '154849.612000', '154849.614000', '154849.617000', '154849.620000', '154849.623000', '154849.625000', '154849.628000', '154849.631000', '154849.633000', '154849.636000', '154849.639000', '154849.641000', '154849.644000', '154849.647000', '154849.649000', '154849.652000', '154849.655000', '154849.657000', '154849.660000', '154849.663000', '154849.665000', '154849.668000', '154849.671000', '154849.673000', '154849.676000', '154849.679000', '154849.681000', '154849.684000', '154849.687000', '154849.690000', '154849.692000', '154849.696000', '154849.699000', '154849.701000', '154849.704000', '154849.707000', '154849.709000', '154849.712000', '154849.715000', '154849.717000', '154849.720000', '154849.723000', '154849.726000', '154909.612000', '154909.615000', '154909.618000', '154909.620000', '154909.623000', '154909.626000', '154909.628000', '154909.631000', '154909.634000', '154909.636000', '154909.639000', '154909.642000', '154909.644000', '154909.647000', '154909.650000', '154909.652000', '154909.655000', '154909.658000', '154909.660000', '154909.663000', '154909.666000', '154909.668000', '154909.671000', '154909.674000', '154909.676000', '154909.679000', '154909.681000', '154909.684000', '154909.687000', '154909.689000', '154909.692000', '154909.695000', '154909.697000', '154909.700000', '154909.703000', '154909.705000', '154909.708000', '154909.711000', '154909.713000', '154909.716000', '154909.719000', '154909.721000', '154909.724000', '154909.726000', '154929.612000', '154929.615000', '154929.617000', '154929.620000', '154929.623000', '154929.625000', '154929.628000', '154929.631000', '154929.633000', '154929.636000', '154929.639000', '154929.641000', '154929.644000', '154929.647000', '154929.651000', '154929.654000', '154929.656000', '154929.666000', '154929.668000', '154929.671000', '154929.674000', '154929.676000', '154929.679000', '154929.682000', '154929.685000', '154929.687000', '154929.690000', '154929.693000', '154929.695000', '154929.698000', '154929.707000', '154929.710000', '154929.713000', '154929.715000', '154929.718000', '154929.721000', '154929.723000', '154929.726000', '154929.729000', '154929.731000', '154929.734000', '154929.737000', '154929.740000', '154949.612000', '154949.615000', '154949.617000', '154949.620000', '154949.624000', '154949.626000', '154949.629000', '154949.632000', '154949.635000', '154949.637000', '154949.640000', '154949.643000', '154949.645000', '154949.648000', '154949.651000', '154949.653000', '154949.656000', '154949.659000', '154949.661000', '154949.664000', '154949.667000', '154949.669000', '154949.672000', '154949.675000', '154949.677000', '154949.680000', '154949.683000', '154949.685000', '154949.688000', '154949.691000', '154949.694000', '154949.696000', '154949.700000', '154949.702000', '154949.705000', '154949.707000', '154949.710000', '154949.713000', '154949.716000', '154949.718000', '154949.721000', '154949.724000', '154949.726000', '154949.729000', '155009.612000', '155009.615000', '155009.617000', '155009.620000', '155009.623000', '155009.625000', '155009.628000', '155009.631000', '155009.633000', '155009.636000', '155009.639000', '155009.641000', '155009.644000', '155009.647000', '155009.650000', '155009.652000', '155009.655000', '155009.657000', '155009.660000', '155009.663000', '155009.666000', '155009.669000', '155009.672000', '155009.675000', '155009.678000', '155009.681000', '155009.683000', '155009.686000', '155009.689000', '155009.691000', '155009.694000', '155009.696000', '155009.699000', '155009.702000', '155009.705000', '155009.707000', '155009.710000', '155009.713000', '155009.715000', '155009.718000', '155009.721000', '155009.723000', '155009.726000', '155029.611000', '155029.613000', '155029.616000', '155029.619000', '155029.622000', '155029.624000', '155029.627000', '155029.630000', '155029.632000', '155029.635000', '155029.638000', '155029.641000', '155029.643000', '155029.646000', '155029.648000', '155029.651000', '155029.654000', '155029.656000', '155029.659000', '155029.670000', '155029.672000', '155029.675000', '155029.678000', '155029.680000', '155029.683000', '155029.686000', '155029.688000', '155029.691000', '155029.694000', '155029.696000', '155029.699000', '155029.702000', '155029.704000', '155029.707000', '155029.710000', '155029.712000', '155029.715000', '155029.718000', '155029.720000', '155029.723000', '155029.725000', '155029.728000', '155029.731000', '155029.733000', '155049.612000', '155049.615000', '155049.618000', '155049.620000', '155049.623000', '155049.626000', '155049.628000', '155049.631000', '155049.633000', '155049.636000', '155049.639000', '155049.641000', '155049.674000', '155049.676000', '155049.679000', '155049.682000', '155049.685000', '155049.687000', '155049.690000', '155049.693000', '155049.696000', '155049.699000', '155049.701000', '155049.704000', '155049.707000', '155049.709000', '155049.712000', '155049.715000', '155049.717000', '155049.720000', '155049.722000', '155049.725000', '155049.728000', '155049.731000', '155049.733000', '155049.736000', '155049.739000', '155049.741000', '155049.744000', '155049.747000', '155049.750000', '155049.753000', '155049.755000', '155109.612000', '155109.618000', '155109.621000', '155109.623000', '155109.626000', '155109.629000', '155109.632000', '155109.634000', '155109.637000', '155109.639000', '155109.642000', '155109.645000', '155109.647000', '155109.650000', '155109.653000', '155109.661000', '155109.664000', '155109.667000', '155109.669000', '155109.672000', '155109.675000', '155109.677000', '155109.680000', '155109.683000', '155109.685000', '155109.688000', '155109.691000', '155109.693000', '155109.696000', '155109.699000', '155109.701000', '155109.704000', '155109.707000', '155109.709000', '155109.712000', '155109.715000', '155109.717000', '155109.720000', '155109.723000', '155109.725000', '155109.728000', '155109.731000', '155109.733000', '155109.736000', '155129.612000', '155129.615000', '155129.617000', '155129.620000', '155129.623000', '155129.626000', '155129.628000', '155129.631000', '155129.634000', '155129.636000', '155129.639000', '155129.641000', '155129.644000', '155129.647000', '155129.650000', '155129.653000', '155129.656000', '155129.659000', '155129.663000', '155129.665000', '155129.668000', '155129.671000', '155129.673000', '155129.676000', '155129.679000', '155129.681000', '155129.684000', '155129.687000', '155129.689000', '155129.692000', '155129.695000', '155129.697000', '155129.700000', '155129.703000', '155129.705000', '155129.708000', '155129.711000', '155129.713000', '155129.716000', '155129.719000', '155129.721000', '155129.724000', '155129.727000', '155149.612000', '155149.615000', '155149.618000', '155149.620000', '155149.623000', '155149.626000', '155149.628000', '155149.631000', '155149.634000', '155149.636000', '155149.639000', '155149.642000', '155149.644000', '155149.647000', '155149.650000', '155149.652000', '155149.655000', '155149.658000', '155149.660000', '155149.663000', '155149.666000', '155149.668000', '155149.671000', '155149.673000', '155149.676000', '155149.679000', '155149.682000', '155149.684000', '155149.687000', '155149.690000', '155149.692000', '155149.695000', '155149.697000', '155149.700000', '155149.703000', '155149.705000', '155149.708000', '155149.711000', '155149.713000', '155149.716000', '155149.719000', '155149.721000', '155149.724000', '155149.727000', '155209.612000', '155209.615000', '155209.617000', '155209.620000', '155209.623000', '155209.625000', '155209.628000', '155209.631000', '155209.633000', '155209.636000', '155209.639000', '155209.642000', '155209.644000', '155209.647000', '155209.649000', '155209.652000', '155209.655000', '155209.657000', '155209.660000', '155209.663000', '155209.665000', '155209.668000', '155209.671000', '155209.673000', '155209.676000', '155209.679000', '155209.682000', '155209.685000', '155209.688000', '155209.691000', '155209.694000', '155209.696000', '155209.699000', '155209.702000', '155209.704000', '155209.707000', '155209.710000', '155209.713000', '155209.715000', '155209.718000', '155209.720000', '155209.723000', '155209.726000', '155229.612000', '155229.615000', '155229.617000', '155229.620000', '155229.623000', '155229.625000', '155229.628000', '155229.631000', '155229.633000', '155229.636000', '155229.639000', '155229.641000', '155229.644000', '155229.647000', '155229.649000', '155229.652000', '155229.655000', '155229.657000', '155229.660000', '155229.663000', '155229.666000', '155229.668000', '155229.671000', '155229.673000', '155229.676000', '155229.679000', '155229.681000', '155229.684000', '155229.687000', '155229.689000', '155229.692000', '155229.695000', '155229.698000', '155229.700000', '155229.703000', '155229.705000', '155229.708000', '155229.711000', '155229.713000', '155229.716000', '155229.719000', '155229.721000', '155229.724000', '155229.727000', '155249.611000', '155249.614000', '155249.617000', '155249.620000', '155249.623000', '155249.625000', '155249.628000', '155249.631000', '155249.633000', '155249.636000', '155249.639000', '155249.641000', '155249.644000', '155249.647000', '155249.649000', '155249.652000', '155249.655000', '155249.657000', '155249.660000', '155249.663000', '155249.665000', '155249.668000', '155249.671000', '155249.674000', '155249.676000', '155249.679000', '155249.682000', '155249.684000', '155249.687000', '155249.689000', '155249.692000', '155249.695000', '155249.697000', '155249.700000', '155249.703000', '155249.706000', '155249.709000', '155249.712000', '155249.714000', '155249.717000', '155249.720000', '155249.722000', '155249.725000', '155309.612000', '155309.614000', '155309.617000', '155309.620000', '155309.623000', '155309.625000', '155309.645000', '155309.648000', '155309.650000', '155309.653000', '155309.655000', '155309.658000', '155309.661000', '155309.663000', '155309.666000', '155309.669000', '155309.671000', '155309.674000', '155309.677000', '155309.679000', '155309.682000', '155309.685000', '155309.687000', '155309.690000', '155309.693000', '155309.695000', '155309.698000', '155309.701000', '155309.703000', '155309.706000', '155309.709000', '155309.711000', '155309.714000', '155309.716000', '155309.719000', '155309.722000', '155309.725000', '155309.727000', '155309.730000', '155309.733000', '155309.735000', '155309.738000', '155309.741000', '155309.743000', '155329.612000', '155329.615000', '155329.617000', '155329.620000', '155329.623000', '155329.626000', '155329.628000', '155329.631000', '155329.633000', '155329.636000', '155329.639000', '155329.642000', '155329.644000', '155329.647000', '155329.649000', '155329.652000', '155329.655000', '155329.657000', '155329.660000', '155329.663000', '155329.665000', '155329.668000', '155329.671000', '155329.673000', '155329.676000', '155329.679000', '155329.681000', '155329.684000', '155329.687000', '155329.689000', '155329.692000', '155329.695000', '155329.697000', '155329.700000', '155329.703000', '155329.705000', '155329.708000', '155329.711000', '155329.713000', '155329.716000', '155329.718000', '155329.721000', '155329.724000', '155349.612000', '155349.614000', '155349.617000', '155349.620000', '155349.623000', '155349.625000', '155349.628000', '155349.631000', '155349.633000', '155349.636000', '155349.639000', '155349.641000', '155349.644000', '155349.647000', '155349.649000', '155349.652000', '155349.654000', '155349.657000', '155349.660000', '155349.663000', '155349.665000', '155349.668000', '155349.671000', '155349.673000', '155349.676000', '155349.679000', '155349.681000', '155349.684000', '155349.687000', '155349.689000', '155349.692000', '155349.695000', '155349.697000', '155349.700000', '155349.703000', '155349.705000', '155349.708000', '155349.711000', '155349.713000', '155349.716000', '155349.719000', '155349.721000', '155349.724000', '155349.727000', '155409.612000', '155409.615000', '155409.618000', '155409.620000', '155409.623000', '155409.626000', '155409.628000', '155409.631000', '155409.634000', '155409.637000', '155409.639000', '155409.642000', '155409.645000', '155409.647000', '155409.650000', '155409.653000', '155409.655000', '155409.658000', '155409.661000', '155409.663000', '155409.666000', '155409.669000', '155409.671000', '155409.674000', '155409.677000', '155409.679000', '155409.682000', '155409.685000', '155409.687000', '155409.690000', '155409.693000', '155409.695000', '155409.698000', '155409.701000', '155409.703000', '155409.706000', '155409.709000', '155409.711000', '155409.714000', '155409.716000', '155409.719000', '155409.722000', '155409.724000', '155429.612000', '155429.615000', '155429.618000', '155429.620000', '155429.623000', '155429.626000', '155429.629000', '155429.631000', '155429.634000', '155429.642000', '155429.645000', '155429.648000', '155429.651000', '155429.656000', '155429.659000', '155429.662000', '155429.665000', '155429.668000', '155429.671000', '155429.675000', '155429.678000', '155429.681000', '155429.685000', '155429.688000', '155429.691000', '155429.694000', '155429.697000', '155429.702000', '155429.706000', '155429.709000', '155429.713000', '155429.716000', '155429.719000', '155429.721000', '155429.724000', '155429.728000', '155429.730000', '155429.733000', '155429.736000', '155429.739000', '155429.741000', '155429.744000', '155429.747000', '155429.750000', '155429.971000'], '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': [14396, 9757, 13555, 9120, 12271, 8682, 11486, 9108, 11300, 9560, 9229, 9858, 9017, 9539, 9853, 10295, 9621, 10273, 9749, 9793, 12081, 9294, 13104, 9468, 11993, 8911, 11635, 8470, 11238, 8858, 11012, 9136, 11017, 8944, 11110, 8756, 11454, 8943, 11601, 8946, 11806, 8627, 11253, 7999, 11464, 7956, 11452, 9703, 11291, 8491, 10704, 10029, 10376, 11935, 10413, 12898, 10164, 11222, 9339, 11669, 9106, 12534, 9515, 13325, 9911, 11452, 9063, 12341, 9338, 13059, 9920, 12991, 9663, 11987, 8785, 12759, 9255, 13190, 10309, 12126, 9092, 12996, 8951, 12195, 9179, 12833, 9557, 12523, 8852, 12093, 8672, 11776, 8562, 12226, 9154, 12214, 8438, 11620, 7974, 11366, 8732, 11816, 8767, 11610, 8226, 11554, 7941, 11573, 8377, 11767, 8102, 11745, 7650, 11369, 7880, 11361, 8372, 11288, 7825, 11167, 8795, 10153, 11143, 10387, 12758, 9865, 12177, 8932, 12510, 9165, 12406, 9079, 12775, 9204, 12319, 8766, 12129, 8671, 11511, 8689, 12093, 9011, 12360, 8978, 11632, 8734, 11492, 8583, 11416, 8626, 11334, 8384, 11128, 7585, 11085, 7708, 11096, 8654, 11136, 7677, 10735, 7604, 10542, 8834, 10475, 9524, 10548, 7784, 10160, 8409, 10562, 8664, 10869, 8115, 11076, 7993, 11521, 8124, 11613, 8273, 12113, 8258, 11525, 8120, 11629, 8551, 12717, 9192, 12786, 9080, 11924, 8679, 12255, 9344, 13135, 9442, 12798, 9001, 12422, 9232, 12299, 9089, 12958, 9288, 12545, 8854, 12178, 9057, 12664, 9347, 13115, 9608, 12800, 8816, 12338, 8697, 12693, 9237, 12733, 9062, 12365, 8452, 12058, 8736, 12921, 9523, 12663, 9040, 10957, 8361, 10712, 8785, 11000, 9147, 10957, 10072, 8878, 9839, 8134, 10488, 8506, 10937, 8669, 11766, 8910, 12217, 8398, 11505, 8667, 11934, 9190, 12769, 9063, 13458, 9326, 13539, 9503, 12494, 9007, 11544, 8417, 11566, 8754, 11741, 9330, 11883, 9531, 11982, 9087, 11438, 8894, 11327, 8651, 11329, 9341, 8632, 9579, 7279, 10323, 7514, 10635, 8341, 12192, 8977, 13674, 10213, 12577, 11461, 7493, 10204, 8283, 12217, 9495, 11804, 8151, 10552, 10695, 9854, 12795, 10380, 13093, 9899, 12303, 10960, 11179, 10446, 8379, 14423, 10527, 15913, 13135, 10505, 10893, 8268, 13089, 8216, 13435, 9085, 12254, 8694, 11127, 9648, 7679, 9913, 7391, 9832, 7655, 10580, 8796, 11991, 8642, 11760, 8843, 11213, 8450, 7304, 9048, 7560, 10206, 8502, 10658, 9059, 11622, 9015, 11439, 8592, 11257, 7639, 10898, 7475, 10264, 8915, 10427, 8631, 10270, 7715, 9743, 7827, 10090, 8397, 10165, 8198, 10798, 7869, 10479, 8642, 10347, 11541, 10124, 10759, 9386, 12161, 9144, 12565, 9433, 13003, 9627, 10528, 8912, 12256, 9186, 12430, 9696, 13150, 9790, 12401, 9460, 12886, 9460, 13033, 10033, 13104, 8885, 12842, 9062, 12768, 9618, 13179, 9588, 12708, 8721, 12170, 8870, 12241, 8585, 12513, 8298, 11468, 7899, 10956, 7817, 11700, 8250, 11319, 7535, 10719, 7627, 10463, 9963, 10556, 9121, 10183, 8942, 10114, 10328, 9663, 11234, 9866, 8610, 9885, 9158, 9786, 12272, 9715, 13064, 9720, 12369, 8838, 11700, 8880, 12246, 9127, 12015, 8593, 12077, 8807, 11670, 9035, 11831, 9247, 11255, 8788, 11245, 8937, 11993, 9381, 11148, 9176, 10231, 9008, 11028, 8988, 12317, 9921, 10523, 9050, 13077, 9043, 12519, 9425, 12108, 9398, 12309, 8627, 11384, 8263, 11164, 8070, 11451, 8005, 10879, 7756, 10540, 7866, 10610, 8562, 10333, 8777, 10163, 8297, 10170, 11215, 9721, 13154, 9959, 11753, 8989, 11875, 8816, 11690, 9054, 12448, 9164, 12045, 8772, 12455, 8579, 12221, 8845, 12421, 8506, 11667, 8130, 11266, 7707, 10992, 7972, 11090, 7676, 10624, 7603, 11030, 7807, 10675, 9408, 10967, 8054, 10577, 8547, 10393, 10696, 10126, 12091, 10138, 9418, 9272, 10875, 9230, 13190, 9322, 13082, 9423, 12088, 8377, 11726, 8234, 10972, 8230, 11826, 8235, 11062, 7651, 10637, 8780, 10469, 10683, 10010, 9343, 9981, 10281, 9357, 11513, 9435, 13897, 9698, 12654, 8886, 11946, 8459, 11338, 7810, 11309, 8095, 10930, 7571, 11339, 8857, 9711, 13711, 9591, 11801, 8882, 11950, 8607, 11354, 8577, 11319, 8035, 11193, 7892, 10805, 7572, 10819, 7628, 10340, 8272, 10573, 9412, 10374, 8785, 10170, 9891, 9723, 12202, 9618, 13331, 9457, 12880, 8895, 12038, 8631, 12608, 9557, 13183, 9249, 12070, 8469, 11451, 8784, 12339, 8949, 13241, 9772, 13017, 8515, 12162, 8221, 11776, 7884, 11800, 8302, 11630, 8029, 10752, 7469, 10705, 8029, 10282, 9690, 10387, 8808, 10463, 7599, 9891, 8560, 9650, 9326, 9681, 11055, 10152, 11584, 9658, 10142, 9411, 11942, 8978, 13364, 10021, 12251, 8916, 12221, 8434, 11696, 8684, 12444, 9369, 12424, 8345, 11298, 8193, 11211, 8450, 12770, 8495, 11942, 7432, 10834, 7404, 10409, 9473, 10137, 8797, 10013, 10118, 9236, 11542, 9038, 12767, 9724, 11827, 8938, 11597, 8374, 11670, 8841, 12269, 9094, 11952, 8435, 11899, 8335, 11420, 8531, 12009, 8230, 11836, 7648, 10868, 7261, 10085, 9272, 9896, 12132, 9794, 10478, 9257, 11043, 8724, 11303, 8976, 12768, 9204, 12390, 8499, 12024, 8627, 11534, 8298, 11824, 8506, 11779, 7782, 11011, 7506, 10693, 7858, 10560, 8639, 10437, 7642, 10580, 7683, 9997, 8624, 10317, 8711, 10477, 7934, 10524, 8849, 10440, 11699, 9799, 13816, 10288, 12654, 9222, 12198, 8559, 11864, 8690, 12510, 8653, 11931, 8287, 11519, 8136, 11707, 8718, 12636, 9091, 13087, 10112, 13416, 8738, 8784, 8472, 7242, 8897, 12583, 9885, 12442, 9412, 11794, 7523, 12055, 8939, 12369, 8970, 13659, 10109, 14257, 11340, 15034, 13447, 15306, 12069, 15379, 12005, 13023, 10102, 10444, 9507, 8222, 11070, 7427, 11227, 7620, 11919, 8642, 12700, 8622, 11872, 9037, 8543, 8809, 7087, 10437, 7841, 11461, 8714, 10821, 8808, 8122, 8791, 7434, 11013, 7799, 13310, 9542, 13438, 8632, 11464, 8198, 10028, 8220, 9099, 8528, 8517, 9920, 7380, 10449, 7463, 10730, 8775, 11460, 8912, 9522, 10012, 9091, 10975, 9007, 12508, 8681, 9633, 8582, 8565, 9235, 8441, 10434, 8192, 12703, 9007, 13287, 9209, 11703, 8576, 8831, 8898, 8637, 11393, 8286, 12790, 8467, 12158, 8524, 12454, 8776, 13358, 9894, 12069, 9231, 11338, 8919, 11816, 9455, 13714, 10439, 12969, 9152, 11735, 9000, 12480, 9344, 13140, 10214, 12099, 8950, 12078, 8537, 11850, 8070, 11681, 8101, 10302, 7384, 10122, 8236, 9399, 10095, 9724, 9902, 9911, 7713, 9871, 8174, 9392, 10502, 9807, 9913, 9489, 10112, 9169, 14324, 9598, 12982, 8450, 11369, 7243, 10151, 7289, 10271, 7706, 10935, 8162, 10344, 7341, 10031, 7669, 9477, 10427, 9264, 11620, 9279, 11571, 8506, 12219, 8562, 11833, 8943, 11626, 8232, 11033, 8017, 11183, 8871, 12071, 8738, 11716, 8180, 11127, 7793, 11857, 8084, 11869, 7663, 11401, 7875, 11118, 8088, 12502, 7981, 12158, 7547, 11617, 7717, 11448, 8238, 12191, 7600, 11471, 7480, 10413, 8952, 10291, 8471, 10299, 8057, 9892, 9058, 9721, 11022, 9899, 9095, 9032, 11031, 8734, 12414, 9133, 12765, 9157, 12215, 8464, 11687, 8373, 12253, 9422, 11834, 8163, 11436, 8055, 11782, 9366, 12565, 8659, 11725, 8095, 11217, 8546, 12269, 9292, 12232, 8443, 11870, 8271, 11738, 8098, 12542, 8134, 11805, 7430, 10967, 7432, 10739, 7634, 11864, 7484, 10206, 7257, 9930, 8983, 9773, 10364, 9358, 11205, 8596, 12415, 8437, 11966, 9270, 11708, 8315, 11289, 8390, 11043, 8697, 11437, 8901, 11513, 8267, 11551, 8604, 11455, 8742, 12721, 9197, 12869, 8766, 12468, 8931, 13384, 10002, 13801, 9390, 12607, 8555, 11861, 8604, 12936, 9458, 13156, 9384, 12268, 8376, 11455, 8362, 12207, 9085, 12709, 8324, 11966, 8349, 11402, 8423, 12265, 8839, 12236, 8047, 11644, 8024, 12470, 8398, 12277, 7822, 11333, 7845, 10894, 8300, 11724, 7666, 10381, 7759, 10086, 9837, 9853, 12151, 9736, 9250, 9046, 10232, 8859, 12153, 9453, 10322, 8553, 10978, 8386, 11978, 8528, 12659, 9156, 11915, 8250, 11770, 8257, 11583, 7903, 11868, 7797, 11107, 7390, 9962, 7286, 9797, 7418, 9912, 7441, 10059, 7552, 9883, 7725, 10464, 8497, 10796, 7555, 10799, 7644, 10534, 7680, 10978, 8952, 10395, 7460, 9659, 9341, 9680, 11398, 9472, 11968, 9201, 11497, 8293, 11497, 8355, 12335, 8817, 12418, 8874, 11707, 8108, 11091, 8286, 11609, 8336, 11855, 7824, 10528, 7444, 10012, 8153, 10453, 8461, 10021, 7616, 9724, 7814, 10129, 8871, 10405, 7714, 10288, 7849, 10190, 9762, 10334, 9664, 9992, 10393, 9487, 12346, 9632, 12916, 9928, 12629, 8986, 12127, 8407, 12582, 9461, 11928, 8173, 11584, 7822, 11404, 8070, 12141, 7942, 11664, 7743, 11307, 7560, 10923, 7989, 12756, 8197, 12989, 8033, 11007, 7444, 10932, 7485, 11028, 7671, 10881, 10107, 10692, 12118, 9421, 7870, 8609, 10122, 8960, 12196, 9436, 12531, 9846, 11014, 9103, 11026, 8462, 11647, 8539, 12397, 9177, 12530, 8979, 12112, 8045, 11388, 7688, 11262, 7538, 10999, 7908, 9986, 7852, 9107, 11067, 8647, 12804, 9001, 12632, 9259, 11946, 8259, 11537, 7805, 11085, 7598, 11083, 7631, 11092, 7724, 10140, 7419, 9730, 7457, 9391, 8173, 9299, 8807, 9241, 8064, 8895, 9921, 8489, 12868, 9420, 12963, 9458, 12534, 8459, 11055, 8169, 11481, 8796, 12002, 8540, 11591, 8384, 10890, 8850, 11859, 9299, 12919, 9163, 7739, 8986, 7917, 10672, 8066, 11756, 8368, 10415, 9515, 14951, 11301, 12519, 12192, 9292, 12954, 8419, 15129, 11240, 14762, 11957, 10385, 12367, 8844, 15864, 10363, 15841, 9324, 12990, 7954, 7915, 8587, 7244, 9920, 8221, 12002, 7646, 11329, 7629, 10959, 7741, 11756, 8041, 12335, 8918, 10105, 8231, 8284, 8131, 7145, 8562, 8482, 10473, 7320, 10765, 7306, 10548, 7437, 11026, 7934, 12243, 8002, 11353, 7741, 10890, 7856, 12138, 8758, 13067, 9642, 9724, 9234, 9223, 8851, 10036, 9344, 9731, 9714, 7431, 9966, 7671, 10154, 8599, 10944, 7443, 10397, 7351, 10090, 8351, 10411, 8236, 10593, 7468, 10455, 7450, 10666, 8257, 11513, 7924, 11542, 8357, 12001, 8377, 13356, 9043, 12959, 8651, 12533, 9169, 13382, 9379, 13265, 8500, 12585, 8708, 12634, 9432, 12410, 8511, 12372, 8510, 11847, 8431, 12588, 9113, 11661, 7970, 11948, 8297, 12214, 8558, 12355, 8650, 11604, 8082, 11153, 8132, 11379, 8458, 11870, 8419, 11452, 8317, 11303, 8450, 12904, 9277, 12557, 8975, 11147, 8731, 10357, 9175, 9317, 9912, 8103, 13458, 8503, 12930, 8409, 10114, 8918, 9164, 9435, 9375, 9785, 11012, 10220, 12671, 10098, 7823, 9597, 7351, 9904, 7865, 10297, 7709, 10559, 7560, 10712, 7372, 10615, 7577, 10721, 7888, 10830, 7733, 10600, 7351, 10707, 7650, 10255, 8042, 9883, 7570, 10553, 7511, 10710, 7567, 10487, 14242, 10310, 12187, 8724, 11234, 8897, 11440, 8982, 11683, 8843, 11523, 8846, 11875, 8841, 12705, 9022, 13084, 8977, 12558, 8369, 12092, 8452, 13599, 9342, 13167, 9843, 13218, 8595, 12880, 9296, 13735, 9571, 14696, 10034, 11400, 8700, 10603, 8725, 11733, 10017, 10492, 9688, 7126, 9339, 7411, 10928, 7994, 11966, 8351, 11714, 7940, 11254, 8013, 12523, 8412, 13456, 9146, 12747, 8280, 12360, 7492, 11410, 7592, 10922, 8355, 10086, 7336, 9862, 7461, 9683, 7541, 10422, 8360, 11533, 7513, 10941, 7461, 10706, 7807, 11632, 8192, 12170, 8350, 11800, 8122, 11561, 8139, 12263, 8979, 12135, 8163, 11548, 8071, 12050, 8385, 12269, 8704, 10841, 7936, 10495, 7906, 10689, 8841, 9182, 9104, 7277, 9703, 8109, 10606, 9319, 10677, 7829, 10413, 7853, 10294, 8271, 10700, 8280, 10570, 7380, 10214, 7440, 10029, 7611, 11023, 7913, 11759, 7941, 11630, 7636, 10741, 7887, 12155, 8608, 13689, 9027, 12852, 8292, 11962, 8190, 11018, 7519, 10284, 7875, 9820, 7412, 9457, 8449, 9198, 13342, 9029, 12449, 9079, 11440, 8093, 11423, 8117, 11038, 8387, 11046, 8547, 8356, 8573, 8905, 9205, 9295, 9677, 9348, 10135, 7883, 10476, 7801, 10355, 8584, 10970, 8238, 11789, 8662, 11643, 7541, 11078, 12026, 9553, 13876, 9552, 11415, 8577, 11567, 8637, 11850, 9255, 9821, 8925, 9545, 9664, 9718, 9883, 8613, 10943, 7963, 12833, 8568, 12558, 8223, 12993, 8504, 9170, 9823, 7774, 12745, 9218, 13717, 8699, 7401, 9454, 7722, 12173, 8414, 10161, 9621, 8024, 11929, 7768, 13107, 8970, 13803, 10563, 9022, 8321, 7220, 11853, 8277, 13519, 9261, 11376, 8709, 7169, 11962, 9104, 14017, 9046, 7199, 9245, 7474, 10564, 8281, 13308, 9064, 11862, 8728, 7425, 8986, 7401, 10338, 8253, 12621, 8816, 11435, 8202, 7667, 9166, 7988, 12074, 8936, 14146, 10712, 8400, 9972, 7616, 11426, 8166, 13766, 9240, 11088, 9958, 8330, 12211, 8107, 11834, 8032, 9579, 8897, 8677, 10943, 7825, 13079, 8392, 13234, 9059, 13615, 9931, 7526, 9226, 7382, 9291, 8304, 12315, 9162, 7726, 11677, 7599, 13670, 9835, 13607, 8416, 7341, 8565, 7470, 11306, 8058, 12733, 9461, 13213, 8750, 7229, 9039, 7813, 10858, 8296, 12380, 8583, 11964, 9680, 8391, 10511, 7815, 11244, 8017, 11017, 8842, 8945, 10911, 9737, 11825], 'WindowCenter': [4584.0, 4519.0, 4546.0, 4502.0, 4519.0, 4489.0, 4520.0, 4489.0, 4508.0, 4487.0, 4486.0, 4498.0, 4485.0, 4485.0, 4485.0, 4497.0, 4487.0, 4498.0, 4487.0, 4498.0, 4516.0, 4487.0, 4517.0, 4486.0, 4506.0, 4487.0, 4507.0, 4478.0, 4506.0, 4487.0, 4507.0, 4488.0, 4510.0, 4488.0, 4509.0, 4489.0, 4521.0, 4491.0, 4520.0, 4490.0, 4520.0, 4490.0, 4511.0, 4481.0, 4521.0, 4479.0, 4519.0, 4500.0, 4510.0, 4488.0, 4509.0, 4499.0, 4499.0, 4519.0, 4500.0, 4520.0, 4501.0, 4510.0, 4490.0, 4519.0, 4489.0, 4519.0, 4500.0, 4530.0, 4500.0, 4521.0, 4491.0, 4529.0, 4500.0, 4531.0, 4502.0, 4532.0, 4501.0, 4522.0, 4492.0, 4531.0, 4500.0, 4531.0, 4511.0, 4520.0, 4490.0, 4531.0, 4490.0, 4532.0, 4500.0, 4531.0, 4501.0, 4520.0, 4490.0, 4520.0, 4490.0, 4520.0, 4490.0, 4520.0, 4490.0, 4522.0, 4480.0, 4510.0, 4480.0, 4510.0, 4479.0, 4519.0, 4490.0, 4521.0, 4479.0, 4521.0, 4482.0, 4521.0, 4479.0, 4521.0, 4479.0, 4521.0, 4469.0, 4521.0, 4479.0, 4509.0, 4479.0, 4510.0, 4469.0, 4510.0, 4478.0, 4499.0, 4509.0, 4498.0, 4518.0, 4499.0, 4519.0, 4487.0, 4517.0, 4489.0, 4519.0, 4488.0, 4518.0, 4489.0, 4519.0, 4479.0, 4519.0, 4478.0, 4508.0, 4478.0, 4520.0, 4489.0, 4520.0, 4489.0, 4509.0, 4478.0, 4509.0, 4479.0, 4508.0, 4479.0, 4510.0, 4479.0, 4510.0, 4470.0, 4510.0, 4470.0, 4511.0, 4480.0, 4510.0, 4470.0, 4510.0, 4480.0, 4510.0, 4491.0, 4511.0, 4500.0, 4511.0, 4481.0, 4510.0, 4491.0, 4513.0, 4491.0, 4512.0, 4481.0, 4523.0, 4482.0, 4522.0, 4483.0, 4521.0, 4491.0, 4534.0, 4491.0, 4523.0, 4482.0, 4522.0, 4492.0, 4531.0, 4502.0, 4532.0, 4492.0, 4522.0, 4491.0, 4522.0, 4502.0, 4531.0, 4502.0, 4532.0, 4491.0, 4519.0, 4491.0, 4520.0, 4491.0, 4532.0, 4502.0, 4522.0, 4492.0, 4522.0, 4491.0, 4532.0, 4500.0, 4530.0, 4502.0, 4532.0, 4491.0, 4521.0, 4492.0, 4531.0, 4490.0, 4520.0, 4490.0, 4521.0, 4481.0, 4520.0, 4490.0, 4520.0, 4501.0, 4521.0, 4491.0, 4511.0, 4481.0, 4498.0, 4491.0, 4511.0, 4502.0, 4511.0, 4502.0, 4492.0, 4502.0, 4481.0, 4511.0, 4490.0, 4512.0, 4491.0, 4521.0, 4491.0, 4522.0, 4481.0, 4509.0, 4480.0, 4520.0, 4488.0, 4519.0, 4490.0, 4530.0, 4490.0, 4520.0, 4489.0, 4520.0, 4489.0, 4509.0, 4479.0, 4509.0, 4479.0, 4509.0, 4490.0, 4520.0, 4491.0, 4510.0, 4490.0, 4509.0, 4479.0, 4508.0, 4479.0, 4508.0, 4489.0, 4479.0, 4490.0, 4469.0, 4500.0, 4470.0, 4511.0, 4479.0, 4522.0, 4493.0, 4533.0, 4515.0, 4524.0, 4512.0, 4469.0, 4499.0, 4491.0, 4523.0, 4501.0, 4523.0, 4481.0, 4512.0, 4511.0, 4501.0, 4531.0, 4511.0, 4532.0, 4499.0, 4518.0, 4511.0, 4509.0, 4499.0, 4465.0, 4528.0, 4498.0, 4527.0, 4506.0, 4483.0, 4484.0, 4450.0, 4491.0, 4449.0, 4489.0, 4450.0, 4479.0, 4450.0, 4469.0, 4460.0, 4439.0, 4459.0, 4429.0, 4459.0, 4438.0, 4470.0, 4461.0, 4492.0, 4464.0, 4494.0, 4475.0, 4495.0, 4465.0, 4455.0, 4476.0, 4455.0, 4497.0, 4480.0, 4511.0, 4491.0, 4512.0, 4492.0, 4523.0, 4492.0, 4512.0, 4472.0, 4510.0, 4471.0, 4500.0, 4489.0, 4511.0, 4492.0, 4513.0, 4482.0, 4502.0, 4472.0, 4502.0, 4482.0, 4514.0, 4495.0, 4526.0, 4494.0, 4514.0, 4495.0, 4514.0, 4524.0, 4514.0, 4513.0, 4503.0, 4534.0, 4503.0, 4534.0, 4504.0, 4534.0, 4516.0, 4515.0, 4505.0, 4534.0, 4505.0, 4535.0, 4514.0, 4546.0, 4516.0, 4534.0, 4515.0, 4535.0, 4505.0, 4534.0, 4515.0, 4533.0, 4504.0, 4534.0, 4493.0, 4534.0, 4503.0, 4533.0, 4503.0, 4533.0, 4492.0, 4521.0, 4492.0, 4522.0, 4491.0, 4522.0, 4481.0, 4511.0, 4481.0, 4511.0, 4471.0, 4520.0, 4481.0, 4512.0, 4471.0, 4511.0, 4470.0, 4511.0, 4500.0, 4499.0, 4489.0, 4501.0, 4490.0, 4500.0, 4500.0, 4501.0, 4510.0, 4500.0, 4491.0, 4500.0, 4490.0, 4501.0, 4520.0, 4501.0, 4531.0, 4501.0, 4521.0, 4490.0, 4520.0, 4490.0, 4520.0, 4489.0, 4520.0, 4479.0, 4519.0, 4490.0, 4510.0, 4490.0, 4521.0, 4491.0, 4510.0, 4490.0, 4510.0, 4490.0, 4509.0, 4491.0, 4510.0, 4490.0, 4500.0, 4490.0, 4509.0, 4489.0, 4519.0, 4500.0, 4499.0, 4490.0, 4519.0, 4478.0, 4519.0, 4488.0, 4508.0, 4489.0, 4508.0, 4478.0, 4508.0, 4467.0, 4508.0, 4467.0, 4509.0, 4479.0, 4509.0, 4470.0, 4510.0, 4478.0, 4511.0, 4490.0, 4511.0, 4490.0, 4512.0, 4492.0, 4513.0, 4522.0, 4502.0, 4530.0, 4502.0, 4521.0, 4492.0, 4522.0, 4502.0, 4522.0, 4492.0, 4519.0, 4504.0, 4533.0, 4493.0, 4532.0, 4492.0, 4532.0, 4492.0, 4531.0, 4492.0, 4523.0, 4480.0, 4522.0, 4481.0, 4522.0, 4481.0, 4521.0, 4481.0, 4512.0, 4481.0, 4512.0, 4482.0, 4512.0, 4502.0, 4525.0, 4482.0, 4511.0, 4491.0, 4511.0, 4511.0, 4511.0, 4521.0, 4511.0, 4501.0, 4501.0, 4511.0, 4499.0, 4531.0, 4501.0, 4531.0, 4491.0, 4519.0, 4480.0, 4519.0, 4480.0, 4510.0, 4478.0, 4521.0, 4480.0, 4511.0, 4481.0, 4511.0, 4489.0, 4511.0, 4509.0, 4500.0, 4490.0, 4500.0, 4500.0, 4488.0, 4518.0, 4490.0, 4528.0, 4499.0, 4520.0, 4490.0, 4520.0, 4477.0, 4509.0, 4468.0, 4508.0, 4479.0, 4510.0, 4469.0, 4510.0, 4488.0, 4489.0, 4527.0, 4487.0, 4508.0, 4477.0, 4509.0, 4478.0, 4509.0, 4489.0, 4508.0, 4479.0, 4510.0, 4478.0, 4511.0, 4470.0, 4509.0, 4480.0, 4511.0, 4491.0, 4512.0, 4501.0, 4511.0, 4492.0, 4513.0, 4512.0, 4501.0, 4532.0, 4502.0, 4543.0, 4502.0, 4533.0, 4501.0, 4522.0, 4492.0, 4521.0, 4501.0, 4531.0, 4502.0, 4521.0, 4490.0, 4521.0, 4492.0, 4531.0, 4492.0, 4533.0, 4501.0, 4532.0, 4490.0, 4520.0, 4479.0, 4521.0, 4479.0, 4520.0, 4477.0, 4511.0, 4468.0, 4509.0, 4466.0, 4496.0, 4468.0, 4498.0, 4486.0, 4498.0, 4477.0, 4498.0, 4466.0, 4498.0, 4478.0, 4488.0, 4487.0, 4499.0, 4507.0, 4500.0, 4510.0, 4490.0, 4499.0, 4489.0, 4505.0, 4477.0, 4518.0, 4487.0, 4517.0, 4488.0, 4517.0, 4478.0, 4505.0, 4475.0, 4507.0, 4488.0, 4516.0, 4477.0, 4507.0, 4477.0, 4507.0, 4477.0, 4518.0, 4478.0, 4508.0, 4456.0, 4497.0, 4455.0, 4496.0, 4484.0, 4497.0, 4476.0, 4487.0, 4495.0, 4486.0, 4506.0, 4476.0, 4516.0, 4487.0, 4506.0, 4477.0, 4508.0, 4476.0, 4508.0, 4487.0, 4518.0, 4489.0, 4507.0, 4479.0, 4517.0, 4478.0, 4506.0, 4478.0, 4508.0, 4478.0, 4507.0, 4467.0, 4497.0, 4455.0, 4497.0, 4486.0, 4486.0, 4505.0, 4486.0, 4496.0, 4486.0, 4506.0, 4476.0, 4507.0, 4488.0, 4517.0, 4489.0, 4519.0, 4479.0, 4517.0, 4478.0, 4508.0, 4477.0, 4509.0, 4479.0, 4520.0, 4469.0, 4509.0, 4466.0, 4497.0, 4479.0, 4499.0, 4478.0, 4510.0, 4469.0, 4510.0, 4467.0, 4499.0, 4479.0, 4500.0, 4490.0, 4510.0, 4480.0, 4511.0, 4489.0, 4511.0, 4521.0, 4500.0, 4530.0, 4500.0, 4520.0, 4488.0, 4518.0, 4479.0, 4509.0, 4478.0, 4517.0, 4478.0, 4509.0, 4477.0, 4509.0, 4468.0, 4509.0, 4478.0, 4519.0, 4489.0, 4519.0, 4489.0, 4517.0, 4477.0, 4478.0, 4482.0, 4470.0, 4516.0, 4545.0, 4513.0, 4530.0, 4500.0, 4520.0, 4469.0, 4522.0, 4492.0, 4521.0, 4492.0, 4542.0, 4500.0, 4530.0, 4509.0, 4528.0, 4517.0, 4515.0, 4494.0, 4512.0, 4492.0, 4489.0, 4470.0, 4468.0, 4460.0, 4438.0, 4468.0, 4428.0, 4468.0, 4438.0, 4478.0, 4449.0, 4489.0, 4450.0, 4480.0, 4461.0, 4461.0, 4461.0, 4429.0, 4469.0, 4449.0, 4482.0, 4460.0, 4481.0, 4473.0, 4454.0, 4476.0, 4455.0, 4496.0, 4454.0, 4516.0, 4476.0, 4517.0, 4465.0, 4496.0, 4466.0, 4485.0, 4465.0, 4475.0, 4475.0, 4476.0, 4488.0, 4457.0, 4498.0, 4458.0, 4496.0, 4478.0, 4507.0, 4489.0, 4490.0, 4502.0, 4492.0, 4524.0, 4493.0, 4522.0, 4493.0, 4502.0, 4491.0, 4491.0, 4502.0, 4482.0, 4512.0, 4493.0, 4532.0, 4493.0, 4532.0, 4491.0, 4521.0, 4481.0, 4488.0, 4490.0, 4480.0, 4521.0, 4482.0, 4534.0, 4492.0, 4523.0, 4494.0, 4532.0, 4492.0, 4532.0, 4503.0, 4522.0, 4503.0, 4512.0, 4493.0, 4521.0, 4502.0, 4532.0, 4512.0, 4532.0, 4491.0, 4510.0, 4490.0, 4520.0, 4490.0, 4519.0, 4501.0, 4508.0, 4489.0, 4509.0, 4477.0, 4507.0, 4467.0, 4507.0, 4466.0, 4487.0, 4455.0, 4497.0, 4466.0, 4477.0, 4486.0, 4487.0, 4486.0, 4488.0, 4467.0, 4488.0, 4477.0, 4488.0, 4497.0, 4487.0, 4488.0, 4489.0, 4497.0, 4488.0, 4528.0, 4487.0, 4517.0, 4465.0, 4498.0, 4456.0, 4486.0, 4454.0, 4496.0, 4457.0, 4497.0, 4467.0, 4498.0, 4457.0, 4486.0, 4465.0, 4487.0, 4497.0, 4487.0, 4508.0, 4488.0, 4506.0, 4477.0, 4507.0, 4476.0, 4508.0, 4479.0, 4509.0, 4479.0, 4507.0, 4479.0, 4507.0, 4489.0, 4520.0, 4478.0, 4520.0, 4478.0, 4509.0, 4469.0, 4509.0, 4469.0, 4510.0, 4468.0, 4508.0, 4468.0, 4509.0, 4468.0, 4518.0, 4469.0, 4519.0, 4467.0, 4508.0, 4468.0, 4508.0, 4478.0, 4520.0, 4467.0, 4508.0, 4455.0, 4496.0, 4476.0, 4487.0, 4465.0, 4486.0, 4465.0, 4486.0, 4475.0, 4484.0, 4494.0, 4487.0, 4475.0, 4475.0, 4497.0, 4503.0, 4528.0, 4488.0, 4517.0, 4487.0, 4507.0, 4475.0, 4505.0, 4466.0, 4505.0, 4487.0, 4507.0, 4466.0, 4506.0, 4467.0, 4506.0, 4476.0, 4516.0, 4478.0, 4508.0, 4467.0, 4507.0, 4476.0, 4506.0, 4489.0, 4518.0, 4478.0, 4508.0, 4478.0, 4507.0, 4467.0, 4508.0, 4466.0, 4508.0, 4456.0, 4496.0, 4456.0, 4496.0, 4456.0, 4507.0, 4454.0, 4497.0, 4456.0, 4487.0, 4475.0, 4485.0, 4497.0, 4488.0, 4505.0, 4477.0, 4517.0, 4476.0, 4507.0, 4489.0, 4509.0, 4479.0, 4507.0, 4479.0, 4510.0, 4490.0, 4520.0, 4490.0, 4519.0, 4480.0, 4521.0, 4492.0, 4522.0, 4491.0, 4532.0, 4502.0, 4531.0, 4492.0, 4531.0, 4490.0, 4531.0, 4501.0, 4531.0, 4490.0, 4520.0, 4489.0, 4519.0, 4478.0, 4519.0, 4489.0, 4530.0, 4490.0, 4520.0, 4478.0, 4507.0, 4479.0, 4519.0, 4489.0, 4530.0, 4480.0, 4519.0, 4479.0, 4518.0, 4478.0, 4520.0, 4489.0, 4521.0, 4480.0, 4521.0, 4480.0, 4521.0, 4480.0, 4521.0, 4469.0, 4509.0, 4477.0, 4508.0, 4476.0, 4509.0, 4467.0, 4496.0, 4466.0, 4497.0, 4485.0, 4487.0, 4505.0, 4486.0, 4475.0, 4475.0, 4484.0, 4476.0, 4505.0, 4487.0, 4484.0, 4475.0, 4495.0, 4464.0, 4506.0, 4476.0, 4516.0, 4487.0, 4507.0, 4476.0, 4506.0, 4466.0, 4506.0, 4466.0, 4506.0, 4455.0, 4496.0, 4454.0, 4485.0, 4454.0, 4485.0, 4455.0, 4485.0, 4455.0, 4486.0, 4466.0, 4487.0, 4467.0, 4498.0, 4477.0, 4508.0, 4468.0, 4508.0, 4467.0, 4498.0, 4468.0, 4498.0, 4476.0, 4498.0, 4455.0, 4485.0, 4486.0, 4487.0, 4506.0, 4485.0, 4507.0, 4488.0, 4507.0, 4477.0, 4507.0, 4478.0, 4517.0, 4489.0, 4519.0, 4489.0, 4519.0, 4479.0, 4509.0, 4479.0, 4508.0, 4477.0, 4521.0, 4467.0, 4499.0, 4468.0, 4499.0, 4479.0, 4499.0, 4478.0, 4499.0, 4467.0, 4500.0, 4480.0, 4500.0, 4489.0, 4510.0, 4478.0, 4510.0, 4479.0, 4512.0, 4500.0, 4512.0, 4502.0, 4501.0, 4499.0, 4499.0, 4520.0, 4499.0, 4530.0, 4499.0, 4520.0, 4488.0, 4519.0, 4479.0, 4519.0, 4488.0, 4509.0, 4479.0, 4509.0, 4469.0, 4510.0, 4478.0, 4518.0, 4477.0, 4510.0, 4467.0, 4508.0, 4468.0, 4508.0, 4467.0, 4518.0, 4476.0, 4519.0, 4466.0, 4498.0, 4456.0, 4496.0, 4455.0, 4496.0, 4455.0, 4497.0, 4486.0, 4485.0, 4504.0, 4475.0, 4462.0, 4464.0, 4482.0, 4474.0, 4492.0, 4475.0, 4505.0, 4486.0, 4485.0, 4475.0, 4494.0, 4464.0, 4492.0, 4462.0, 4502.0, 4475.0, 4505.0, 4475.0, 4505.0, 4465.0, 4495.0, 4455.0, 4495.0, 4453.0, 4495.0, 4453.0, 4485.0, 4452.0, 4474.0, 4493.0, 4464.0, 4503.0, 4474.0, 4503.0, 4473.0, 4494.0, 4464.0, 4494.0, 4452.0, 4494.0, 4454.0, 4494.0, 4454.0, 4496.0, 4452.0, 4497.0, 4457.0, 4486.0, 4454.0, 4475.0, 4464.0, 4476.0, 4476.0, 4486.0, 4467.0, 4487.0, 4496.0, 4479.0, 4519.0, 4489.0, 4529.0, 4499.0, 4519.0, 4479.0, 4509.0, 4479.0, 4509.0, 4478.0, 4520.0, 4490.0, 4521.0, 4491.0, 4510.0, 4492.0, 4520.0, 4502.0, 4534.0, 4504.0, 4484.0, 4504.0, 4494.0, 4524.0, 4494.0, 4533.0, 4496.0, 4513.0, 4516.0, 4556.0, 4524.0, 4534.0, 4522.0, 4502.0, 4520.0, 4465.0, 4527.0, 4497.0, 4527.0, 4496.0, 4484.0, 4494.0, 4462.0, 4514.0, 4471.0, 4511.0, 4449.0, 4488.0, 4437.0, 4438.0, 4449.0, 4428.0, 4470.0, 4448.0, 4481.0, 4438.0, 4469.0, 4438.0, 4469.0, 4440.0, 4480.0, 4452.0, 4492.0, 4463.0, 4473.0, 4464.0, 4462.0, 4454.0, 4443.0, 4463.0, 4465.0, 4497.0, 4457.0, 4498.0, 4458.0, 4497.0, 4458.0, 4497.0, 4468.0, 4509.0, 4469.0, 4509.0, 4469.0, 4508.0, 4469.0, 4519.0, 4478.0, 4519.0, 4491.0, 4488.0, 4488.0, 4488.0, 4489.0, 4497.0, 4489.0, 4490.0, 4490.0, 4458.0, 4489.0, 4468.0, 4499.0, 4478.0, 4510.0, 4458.0, 4499.0, 4458.0, 4498.0, 4467.0, 4498.0, 4478.0, 4499.0, 4458.0, 4499.0, 4458.0, 4499.0, 4479.0, 4511.0, 4469.0, 4510.0, 4479.0, 4520.0, 4478.0, 4530.0, 4480.0, 4519.0, 4478.0, 4517.0, 4488.0, 4518.0, 4478.0, 4518.0, 4477.0, 4507.0, 4477.0, 4507.0, 4476.0, 4508.0, 4477.0, 4506.0, 4476.0, 4507.0, 4479.0, 4532.0, 4502.0, 4519.0, 4478.0, 4507.0, 4479.0, 4519.0, 4477.0, 4519.0, 4478.0, 4509.0, 4469.0, 4509.0, 4479.0, 4510.0, 4479.0, 4520.0, 4480.0, 4510.0, 4480.0, 4510.0, 4480.0, 4529.0, 4490.0, 4521.0, 4491.0, 4509.0, 4491.0, 4500.0, 4489.0, 4504.0, 4501.0, 4480.0, 4530.0, 4480.0, 4520.0, 4480.0, 4497.0, 4488.0, 4488.0, 4488.0, 4488.0, 4499.0, 4509.0, 4498.0, 4507.0, 4487.0, 4455.0, 4475.0, 4454.0, 4484.0, 4454.0, 4485.0, 4454.0, 4496.0, 4454.0, 4496.0, 4456.0, 4496.0, 4467.0, 4497.0, 4467.0, 4498.0, 4468.0, 4497.0, 4468.0, 4498.0, 4468.0, 4499.0, 4467.0, 4500.0, 4469.0, 4510.0, 4468.0, 4510.0, 4480.0, 4511.0, 4540.0, 4500.0, 4519.0, 4477.0, 4509.0, 4490.0, 4520.0, 4491.0, 4522.0, 4492.0, 4524.0, 4503.0, 4533.0, 4502.0, 4534.0, 4503.0, 4544.0, 4503.0, 4533.0, 4492.0, 4522.0, 4492.0, 4542.0, 4501.0, 4533.0, 4502.0, 4533.0, 4490.0, 4531.0, 4490.0, 4530.0, 4490.0, 4540.0, 4501.0, 4508.0, 4478.0, 4498.0, 4479.0, 4508.0, 4489.0, 4499.0, 4488.0, 4472.0, 4504.0, 4470.0, 4510.0, 4468.0, 4508.0, 4479.0, 4509.0, 4480.0, 4509.0, 4469.0, 4518.0, 4479.0, 4519.0, 4489.0, 4519.0, 4478.0, 4508.0, 4455.0, 4507.0, 4455.0, 4496.0, 4464.0, 4485.0, 4443.0, 4473.0, 4441.0, 4473.0, 4452.0, 4483.0, 4451.0, 4495.0, 4443.0, 4484.0, 4442.0, 4483.0, 4452.0, 4494.0, 4463.0, 4505.0, 4463.0, 4505.0, 4464.0, 4505.0, 4465.0, 4505.0, 4476.0, 4506.0, 4465.0, 4504.0, 4464.0, 4505.0, 4465.0, 4505.0, 4476.0, 4494.0, 4465.0, 4496.0, 4465.0, 4495.0, 4486.0, 4488.0, 4489.0, 4468.0, 4498.0, 4478.0, 4509.0, 4486.0, 4509.0, 4466.0, 4498.0, 4467.0, 4497.0, 4466.0, 4496.0, 4464.0, 4496.0, 4454.0, 4485.0, 4454.0, 4484.0, 4465.0, 4495.0, 4466.0, 4508.0, 4466.0, 4508.0, 4466.0, 4507.0, 4465.0, 4506.0, 4477.0, 4528.0, 4488.0, 4516.0, 4477.0, 4506.0, 4465.0, 4496.0, 4455.0, 4486.0, 4465.0, 4485.0, 4456.0, 4486.0, 4474.0, 4486.0, 4514.0, 4474.0, 4506.0, 4476.0, 4506.0, 4465.0, 4505.0, 4467.0, 4507.0, 4478.0, 4508.0, 4488.0, 4480.0, 4491.0, 4500.0, 4500.0, 4499.0, 4500.0, 4500.0, 4511.0, 4479.0, 4511.0, 4470.0, 4510.0, 4490.0, 4511.0, 4481.0, 4522.0, 4491.0, 4521.0, 4470.0, 4509.0, 4519.0, 4489.0, 4528.0, 4489.0, 4508.0, 4478.0, 4508.0, 4479.0, 4517.0, 4489.0, 4500.0, 4491.0, 4500.0, 4515.0, 4514.0, 4513.0, 4490.0, 4523.0, 4481.0, 4534.0, 4491.0, 4533.0, 4481.0, 4532.0, 4491.0, 4490.0, 4502.0, 4469.0, 4530.0, 4491.0, 4532.0, 4478.0, 4469.0, 4487.0, 4468.0, 4517.0, 4480.0, 4499.0, 4501.0, 4470.0, 4521.0, 4469.0, 4521.0, 4491.0, 4531.0, 4499.0, 4478.0, 4467.0, 4456.0, 4507.0, 4467.0, 4517.0, 4489.0, 4509.0, 4479.0, 4458.0, 4508.0, 4476.0, 4518.0, 4477.0, 4446.0, 4477.0, 4457.0, 4498.0, 4468.0, 4519.0, 4478.0, 4508.0, 4479.0, 4457.0, 4479.0, 4458.0, 4499.0, 4478.0, 4519.0, 4490.0, 4511.0, 4482.0, 4483.0, 4493.0, 4482.0, 4522.0, 4493.0, 4543.0, 4513.0, 4482.0, 4501.0, 4471.0, 4511.0, 4481.0, 4530.0, 4492.0, 4511.0, 4491.0, 4481.0, 4510.0, 4469.0, 4509.0, 4468.0, 4488.0, 4479.0, 4479.0, 4500.0, 4459.0, 4520.0, 4467.0, 4519.0, 4477.0, 4517.0, 4477.0, 4456.0, 4476.0, 4446.0, 4475.0, 4469.0, 4508.0, 4479.0, 4469.0, 4509.0, 4467.0, 4518.0, 4478.0, 4516.0, 4467.0, 4446.0, 4466.0, 4457.0, 4498.0, 4468.0, 4519.0, 4489.0, 4520.0, 4480.0, 4458.0, 4479.0, 4470.0, 4500.0, 4481.0, 4520.0, 4482.0, 4512.0, 4492.0, 4480.0, 4502.0, 4471.0, 4511.0, 4471.0, 4509.0, 4489.0, 4490.0, 4501.0, 4488.0, 4512.0], 'WindowWidth': [10041.0, 9941.0, 9969.0, 9901.0, 9921.0, 9877.0, 9918.0, 9875.0, 9899.0, 9871.0, 9867.0, 9884.0, 9865.0, 9865.0, 9865.0, 9882.0, 9870.0, 9885.0, 9869.0, 9883.0, 9908.0, 9869.0, 9909.0, 9868.0, 9894.0, 9869.0, 9896.0, 9857.0, 9896.0, 9870.0, 9896.0, 9872.0, 9904.0, 9875.0, 9902.0, 9876.0, 9921.0, 9881.0, 9919.0, 9879.0, 9921.0, 9878.0, 9909.0, 9867.0, 9923.0, 9864.0, 9918.0, 9890.0, 9906.0, 9874.0, 9903.0, 9890.0, 9889.0, 9917.0, 9889.0, 9920.0, 9893.0, 9906.0, 9879.0, 9918.0, 9878.0, 9919.0, 9892.0, 9934.0, 9894.0, 9922.0, 9882.0, 9934.0, 9894.0, 9938.0, 9897.0, 9939.0, 9895.0, 9926.0, 9885.0, 9940.0, 9894.0, 9936.0, 9911.0, 9923.0, 9880.0, 9938.0, 9879.0, 9939.0, 9893.0, 9934.0, 9896.0, 9920.0, 9879.0, 9920.0, 9878.0, 9918.0, 9879.0, 9919.0, 9877.0, 9923.0, 9864.0, 9905.0, 9865.0, 9904.0, 9862.0, 9916.0, 9879.0, 9921.0, 9864.0, 9922.0, 9871.0, 9922.0, 9864.0, 9923.0, 9864.0, 9920.0, 9850.0, 9920.0, 9863.0, 9904.0, 9862.0, 9906.0, 9847.0, 9903.0, 9860.0, 9889.0, 9902.0, 9885.0, 9915.0, 9888.0, 9916.0, 9870.0, 9913.0, 9875.0, 9917.0, 9873.0, 9913.0, 9875.0, 9915.0, 9862.0, 9916.0, 9859.0, 9899.0, 9860.0, 9917.0, 9874.0, 9917.0, 9874.0, 9902.0, 9859.0, 9901.0, 9860.0, 9899.0, 9861.0, 9904.0, 9861.0, 9904.0, 9850.0, 9904.0, 9851.0, 9906.0, 9864.0, 9906.0, 9852.0, 9906.0, 9866.0, 9908.0, 9882.0, 9908.0, 9892.0, 9909.0, 9868.0, 9907.0, 9882.0, 9914.0, 9883.0, 9913.0, 9869.0, 9928.0, 9871.0, 9926.0, 9874.0, 9924.0, 9882.0, 9945.0, 9883.0, 9926.0, 9872.0, 9925.0, 9883.0, 9936.0, 9895.0, 9939.0, 9883.0, 9924.0, 9882.0, 9925.0, 9896.0, 9935.0, 9896.0, 9936.0, 9881.0, 9919.0, 9882.0, 9919.0, 9882.0, 9936.0, 9898.0, 9924.0, 9884.0, 9925.0, 9882.0, 9938.0, 9894.0, 9935.0, 9897.0, 9939.0, 9880.0, 9922.0, 9884.0, 9935.0, 9878.0, 9919.0, 9880.0, 9921.0, 9867.0, 9919.0, 9878.0, 9919.0, 9893.0, 9922.0, 9879.0, 9907.0, 9865.0, 9889.0, 9880.0, 9909.0, 9897.0, 9908.0, 9897.0, 9882.0, 9896.0, 9868.0, 9908.0, 9879.0, 9911.0, 9880.0, 9921.0, 9878.0, 9923.0, 9864.0, 9903.0, 9862.0, 9918.0, 9872.0, 9915.0, 9875.0, 9931.0, 9876.0, 9917.0, 9873.0, 9916.0, 9873.0, 9900.0, 9860.0, 9901.0, 9861.0, 9902.0, 9878.0, 9919.0, 9879.0, 9905.0, 9876.0, 9903.0, 9859.0, 9898.0, 9859.0, 9899.0, 9873.0, 9861.0, 9877.0, 9848.0, 9892.0, 9851.0, 9908.0, 9863.0, 9922.0, 9884.0, 9940.0, 9917.0, 9929.0, 9908.0, 9848.0, 9888.0, 9880.0, 9926.0, 9895.0, 9927.0, 9866.0, 9909.0, 9906.0, 9893.0, 9936.0, 9907.0, 9936.0, 9887.0, 9911.0, 9905.0, 9901.0, 9885.0, 9832.0, 9925.0, 9882.0, 9924.0, 9890.0, 9854.0, 9855.0, 9804.0, 9860.0, 9799.0, 9855.0, 9801.0, 9842.0, 9801.0, 9826.0, 9814.0, 9785.0, 9813.0, 9772.0, 9814.0, 9785.0, 9831.0, 9820.0, 9863.0, 9827.0, 9870.0, 9845.0, 9870.0, 9832.0, 9819.0, 9849.0, 9821.0, 9880.0, 9860.0, 9905.0, 9877.0, 9907.0, 9879.0, 9922.0, 9881.0, 9909.0, 9854.0, 9904.0, 9850.0, 9889.0, 9873.0, 9904.0, 9880.0, 9909.0, 9870.0, 9896.0, 9855.0, 9896.0, 9868.0, 9913.0, 9890.0, 9933.0, 9890.0, 9915.0, 9892.0, 9917.0, 9928.0, 9916.0, 9911.0, 9899.0, 9942.0, 9898.0, 9942.0, 9901.0, 9941.0, 9920.0, 9917.0, 9905.0, 9945.0, 9906.0, 9947.0, 9917.0, 9964.0, 9923.0, 9946.0, 9919.0, 9947.0, 9904.0, 9943.0, 9919.0, 9942.0, 9902.0, 9943.0, 9887.0, 9942.0, 9899.0, 9941.0, 9899.0, 9940.0, 9883.0, 9922.0, 9882.0, 9923.0, 9878.0, 9924.0, 9865.0, 9907.0, 9866.0, 9907.0, 9854.0, 9917.0, 9865.0, 9909.0, 9851.0, 9907.0, 9851.0, 9905.0, 9888.0, 9889.0, 9874.0, 9891.0, 9878.0, 9891.0, 9892.0, 9892.0, 9904.0, 9892.0, 9878.0, 9891.0, 9878.0, 9893.0, 9918.0, 9892.0, 9935.0, 9891.0, 9921.0, 9876.0, 9919.0, 9877.0, 9917.0, 9875.0, 9918.0, 9861.0, 9916.0, 9876.0, 9905.0, 9877.0, 9919.0, 9878.0, 9906.0, 9878.0, 9906.0, 9877.0, 9903.0, 9879.0, 9904.0, 9877.0, 9890.0, 9876.0, 9901.0, 9874.0, 9915.0, 9891.0, 9888.0, 9875.0, 9917.0, 9858.0, 9914.0, 9869.0, 9898.0, 9872.0, 9899.0, 9856.0, 9898.0, 9842.0, 9898.0, 9843.0, 9899.0, 9861.0, 9902.0, 9850.0, 9904.0, 9861.0, 9907.0, 9878.0, 9908.0, 9879.0, 9910.0, 9884.0, 9913.0, 9924.0, 9898.0, 9936.0, 9897.0, 9923.0, 9884.0, 9925.0, 9898.0, 9925.0, 9885.0, 9919.0, 9903.0, 9941.0, 9887.0, 9940.0, 9885.0, 9939.0, 9883.0, 9937.0, 9885.0, 9927.0, 9868.0, 9924.0, 9869.0, 9925.0, 9869.0, 9922.0, 9868.0, 9911.0, 9870.0, 9912.0, 9872.0, 9912.0, 9896.0, 9933.0, 9870.0, 9910.0, 9882.0, 9909.0, 9910.0, 9909.0, 9923.0, 9909.0, 9895.0, 9895.0, 9908.0, 9890.0, 9937.0, 9893.0, 9934.0, 9880.0, 9917.0, 9865.0, 9916.0, 9864.0, 9905.0, 9861.0, 9921.0, 9865.0, 9908.0, 9867.0, 9908.0, 9878.0, 9907.0, 9902.0, 9892.0, 9877.0, 9892.0, 9891.0, 9874.0, 9916.0, 9877.0, 9930.0, 9890.0, 9919.0, 9876.0, 9917.0, 9858.0, 9902.0, 9847.0, 9899.0, 9862.0, 9905.0, 9848.0, 9905.0, 9873.0, 9873.0, 9925.0, 9868.0, 9898.0, 9857.0, 9900.0, 9860.0, 9901.0, 9875.0, 9900.0, 9862.0, 9903.0, 9861.0, 9908.0, 9853.0, 9904.0, 9867.0, 9910.0, 9883.0, 9911.0, 9896.0, 9911.0, 9885.0, 9914.0, 9912.0, 9898.0, 9941.0, 9898.0, 9956.0, 9898.0, 9942.0, 9896.0, 9925.0, 9885.0, 9924.0, 9895.0, 9936.0, 9896.0, 9923.0, 9880.0, 9923.0, 9884.0, 9938.0, 9886.0, 9941.0, 9898.0, 9940.0, 9881.0, 9922.0, 9863.0, 9921.0, 9863.0, 9919.0, 9858.0, 9908.0, 9846.0, 9902.0, 9842.0, 9881.0, 9845.0, 9884.0, 9867.0, 9885.0, 9856.0, 9884.0, 9842.0, 9886.0, 9858.0, 9871.0, 9870.0, 9889.0, 9898.0, 9892.0, 9905.0, 9877.0, 9888.0, 9873.0, 9894.0, 9856.0, 9912.0, 9871.0, 9913.0, 9872.0, 9912.0, 9857.0, 9893.0, 9851.0, 9894.0, 9871.0, 9908.0, 9857.0, 9897.0, 9855.0, 9896.0, 9854.0, 9911.0, 9856.0, 9898.0, 9827.0, 9881.0, 9824.0, 9879.0, 9859.0, 9880.0, 9851.0, 9866.0, 9876.0, 9865.0, 9892.0, 9852.0, 9908.0, 9867.0, 9895.0, 9855.0, 9899.0, 9855.0, 9898.0, 9870.0, 9912.0, 9875.0, 9898.0, 9860.0, 9912.0, 9859.0, 9896.0, 9857.0, 9899.0, 9856.0, 9897.0, 9842.0, 9883.0, 9824.0, 9881.0, 9865.0, 9865.0, 9891.0, 9867.0, 9879.0, 9866.0, 9894.0, 9855.0, 9898.0, 9872.0, 9912.0, 9875.0, 9916.0, 9861.0, 9912.0, 9860.0, 9901.0, 9858.0, 9902.0, 9860.0, 9917.0, 9848.0, 9902.0, 9843.0, 9885.0, 9861.0, 9888.0, 9858.0, 9906.0, 9849.0, 9904.0, 9845.0, 9889.0, 9861.0, 9891.0, 9877.0, 9905.0, 9865.0, 9908.0, 9876.0, 9907.0, 9922.0, 9891.0, 9934.0, 9891.0, 9920.0, 9873.0, 9914.0, 9860.0, 9902.0, 9859.0, 9912.0, 9859.0, 9901.0, 9857.0, 9900.0, 9845.0, 9902.0, 9858.0, 9914.0, 9873.0, 9914.0, 9871.0, 9910.0, 9853.0, 9859.0, 9868.0, 9854.0, 9926.0, 9966.0, 9915.0, 9934.0, 9892.0, 9920.0, 9849.0, 9926.0, 9883.0, 9923.0, 9883.0, 9951.0, 9891.0, 9932.0, 9901.0, 9928.0, 9906.0, 9903.0, 9870.0, 9893.0, 9863.0, 9857.0, 9828.0, 9825.0, 9817.0, 9783.0, 9826.0, 9770.0, 9825.0, 9783.0, 9839.0, 9800.0, 9855.0, 9804.0, 9845.0, 9820.0, 9822.0, 9819.0, 9773.0, 9829.0, 9803.0, 9850.0, 9820.0, 9849.0, 9840.0, 9817.0, 9849.0, 9820.0, 9876.0, 9819.0, 9902.0, 9850.0, 9907.0, 9833.0, 9877.0, 9836.0, 9861.0, 9834.0, 9847.0, 9849.0, 9850.0, 9868.0, 9826.0, 9882.0, 9829.0, 9879.0, 9854.0, 9895.0, 9873.0, 9877.0, 9898.0, 9884.0, 9928.0, 9886.0, 9923.0, 9884.0, 9895.0, 9879.0, 9879.0, 9896.0, 9868.0, 9910.0, 9884.0, 9938.0, 9885.0, 9938.0, 9879.0, 9920.0, 9864.0, 9873.0, 9877.0, 9863.0, 9922.0, 9868.0, 9943.0, 9882.0, 9927.0, 9888.0, 9938.0, 9882.0, 9935.0, 9898.0, 9926.0, 9899.0, 9912.0, 9884.0, 9922.0, 9895.0, 9937.0, 9908.0, 9937.0, 9878.0, 9904.0, 9875.0, 9916.0, 9875.0, 9915.0, 9890.0, 9900.0, 9872.0, 9901.0, 9854.0, 9894.0, 9839.0, 9894.0, 9836.0, 9866.0, 9822.0, 9880.0, 9838.0, 9852.0, 9863.0, 9865.0, 9863.0, 9869.0, 9841.0, 9868.0, 9855.0, 9870.0, 9881.0, 9867.0, 9870.0, 9871.0, 9881.0, 9870.0, 9925.0, 9867.0, 9909.0, 9835.0, 9882.0, 9822.0, 9864.0, 9821.0, 9879.0, 9826.0, 9879.0, 9838.0, 9882.0, 9826.0, 9865.0, 9837.0, 9868.0, 9880.0, 9867.0, 9896.0, 9868.0, 9893.0, 9854.0, 9897.0, 9854.0, 9897.0, 9858.0, 9899.0, 9860.0, 9898.0, 9861.0, 9898.0, 9873.0, 9918.0, 9860.0, 9917.0, 9859.0, 9901.0, 9848.0, 9900.0, 9845.0, 9902.0, 9844.0, 9899.0, 9844.0, 9900.0, 9845.0, 9912.0, 9847.0, 9914.0, 9843.0, 9899.0, 9846.0, 9899.0, 9857.0, 9916.0, 9842.0, 9897.0, 9824.0, 9879.0, 9850.0, 9867.0, 9836.0, 9865.0, 9835.0, 9863.0, 9849.0, 9861.0, 9874.0, 9867.0, 9849.0, 9851.0, 9883.0, 9901.0, 9931.0, 9871.0, 9911.0, 9867.0, 9897.0, 9851.0, 9890.0, 9838.0, 9890.0, 9868.0, 9895.0, 9839.0, 9893.0, 9842.0, 9893.0, 9852.0, 9908.0, 9856.0, 9898.0, 9843.0, 9896.0, 9854.0, 9894.0, 9873.0, 9912.0, 9858.0, 9899.0, 9857.0, 9896.0, 9840.0, 9898.0, 9838.0, 9897.0, 9826.0, 9878.0, 9826.0, 9879.0, 9824.0, 9897.0, 9822.0, 9880.0, 9825.0, 9869.0, 9850.0, 9864.0, 9880.0, 9869.0, 9893.0, 9855.0, 9912.0, 9854.0, 9897.0, 9875.0, 9901.0, 9861.0, 9899.0, 9863.0, 9905.0, 9880.0, 9918.0, 9879.0, 9918.0, 9866.0, 9921.0, 9884.0, 9925.0, 9883.0, 9938.0, 9898.0, 9937.0, 9883.0, 9935.0, 9879.0, 9936.0, 9894.0, 9937.0, 9879.0, 9918.0, 9876.0, 9916.0, 9860.0, 9916.0, 9874.0, 9933.0, 9877.0, 9919.0, 9860.0, 9899.0, 9862.0, 9915.0, 9876.0, 9933.0, 9864.0, 9917.0, 9863.0, 9916.0, 9861.0, 9918.0, 9878.0, 9921.0, 9866.0, 9921.0, 9866.0, 9920.0, 9864.0, 9921.0, 9847.0, 9901.0, 9858.0, 9900.0, 9854.0, 9903.0, 9841.0, 9880.0, 9840.0, 9883.0, 9865.0, 9867.0, 9891.0, 9865.0, 9849.0, 9849.0, 9861.0, 9850.0, 9890.0, 9868.0, 9860.0, 9848.0, 9876.0, 9834.0, 9896.0, 9852.0, 9905.0, 9868.0, 9894.0, 9853.0, 9894.0, 9838.0, 9891.0, 9839.0, 9891.0, 9822.0, 9879.0, 9819.0, 9861.0, 9819.0, 9862.0, 9822.0, 9863.0, 9823.0, 9866.0, 9839.0, 9869.0, 9842.0, 9884.0, 9856.0, 9898.0, 9844.0, 9898.0, 9842.0, 9885.0, 9845.0, 9885.0, 9853.0, 9884.0, 9826.0, 9863.0, 9865.0, 9867.0, 9893.0, 9864.0, 9896.0, 9870.0, 9895.0, 9856.0, 9898.0, 9857.0, 9913.0, 9874.0, 9914.0, 9876.0, 9917.0, 9862.0, 9903.0, 9861.0, 9902.0, 9858.0, 9923.0, 9844.0, 9889.0, 9847.0, 9890.0, 9861.0, 9888.0, 9859.0, 9887.0, 9846.0, 9893.0, 9866.0, 9891.0, 9875.0, 9906.0, 9862.0, 9906.0, 9863.0, 9910.0, 9892.0, 9910.0, 9896.0, 9895.0, 9890.0, 9890.0, 9921.0, 9890.0, 9934.0, 9890.0, 9921.0, 9873.0, 9916.0, 9861.0, 9916.0, 9872.0, 9902.0, 9862.0, 9903.0, 9850.0, 9905.0, 9859.0, 9914.0, 9857.0, 9903.0, 9843.0, 9900.0, 9844.0, 9898.0, 9843.0, 9913.0, 9853.0, 9917.0, 9838.0, 9883.0, 9825.0, 9878.0, 9822.0, 9878.0, 9821.0, 9879.0, 9863.0, 9863.0, 9887.0, 9847.0, 9828.0, 9830.0, 9853.0, 9843.0, 9868.0, 9846.0, 9888.0, 9862.0, 9860.0, 9846.0, 9872.0, 9830.0, 9867.0, 9826.0, 9881.0, 9847.0, 9889.0, 9848.0, 9889.0, 9834.0, 9875.0, 9820.0, 9873.0, 9816.0, 9873.0, 9815.0, 9859.0, 9813.0, 9844.0, 9869.0, 9829.0, 9884.0, 9843.0, 9883.0, 9843.0, 9872.0, 9831.0, 9870.0, 9814.0, 9870.0, 9817.0, 9872.0, 9818.0, 9878.0, 9814.0, 9880.0, 9828.0, 9866.0, 9820.0, 9847.0, 9833.0, 9850.0, 9850.0, 9867.0, 9842.0, 9869.0, 9882.0, 9861.0, 9915.0, 9875.0, 9932.0, 9890.0, 9917.0, 9862.0, 9903.0, 9862.0, 9903.0, 9861.0, 9921.0, 9879.0, 9920.0, 9881.0, 9906.0, 9884.0, 9920.0, 9896.0, 9943.0, 9902.0, 9878.0, 9903.0, 9890.0, 9930.0, 9892.0, 9944.0, 9896.0, 9912.0, 9924.0, 9979.0, 9932.0, 9943.0, 9927.0, 9897.0, 9919.0, 9834.0, 9924.0, 9881.0, 9922.0, 9877.0, 9857.0, 9872.0, 9822.0, 9898.0, 9832.0, 9888.0, 9800.0, 9853.0, 9783.0, 9784.0, 9801.0, 9771.0, 9830.0, 9798.0, 9847.0, 9783.0, 9829.0, 9785.0, 9829.0, 9790.0, 9846.0, 9809.0, 9863.0, 9826.0, 9839.0, 9829.0, 9826.0, 9817.0, 9802.0, 9830.0, 9832.0, 9879.0, 9826.0, 9884.0, 9830.0, 9883.0, 9831.0, 9883.0, 9843.0, 9900.0, 9845.0, 9898.0, 9845.0, 9898.0, 9846.0, 9914.0, 9859.0, 9915.0, 9877.0, 9871.0, 9870.0, 9870.0, 9872.0, 9882.0, 9873.0, 9874.0, 9875.0, 9831.0, 9871.0, 9842.0, 9884.0, 9856.0, 9902.0, 9830.0, 9885.0, 9830.0, 9882.0, 9841.0, 9882.0, 9856.0, 9887.0, 9831.0, 9884.0, 9831.0, 9884.0, 9857.0, 9904.0, 9846.0, 9902.0, 9860.0, 9915.0, 9857.0, 9929.0, 9861.0, 9913.0, 9857.0, 9907.0, 9868.0, 9908.0, 9855.0, 9909.0, 9852.0, 9892.0, 9852.0, 9892.0, 9850.0, 9896.0, 9853.0, 9891.0, 9852.0, 9895.0, 9858.0, 9938.0, 9898.0, 9914.0, 9858.0, 9897.0, 9859.0, 9913.0, 9855.0, 9913.0, 9859.0, 9900.0, 9845.0, 9899.0, 9861.0, 9903.0, 9859.0, 9917.0, 9863.0, 9903.0, 9864.0, 9904.0, 9865.0, 9930.0, 9878.0, 9922.0, 9880.0, 9904.0, 9879.0, 9892.0, 9876.0, 9904.0, 9894.0, 9862.0, 9931.0, 9861.0, 9919.0, 9865.0, 9884.0, 9871.0, 9870.0, 9871.0, 9871.0, 9886.0, 9902.0, 9883.0, 9892.0, 9866.0, 9821.0, 9848.0, 9819.0, 9858.0, 9818.0, 9861.0, 9819.0, 9877.0, 9820.0, 9879.0, 9826.0, 9880.0, 9843.0, 9882.0, 9840.0, 9884.0, 9843.0, 9882.0, 9845.0, 9886.0, 9847.0, 9888.0, 9843.0, 9891.0, 9847.0, 9903.0, 9846.0, 9905.0, 9867.0, 9907.0, 9946.0, 9890.0, 9916.0, 9857.0, 9901.0, 9877.0, 9920.0, 9880.0, 9925.0, 9885.0, 9928.0, 9901.0, 9942.0, 9900.0, 9944.0, 9902.0, 9959.0, 9901.0, 9942.0, 9885.0, 9924.0, 9883.0, 9954.0, 9895.0, 9941.0, 9898.0, 9943.0, 9880.0, 9935.0, 9878.0, 9933.0, 9878.0, 9949.0, 9892.0, 9901.0, 9857.0, 9884.0, 9861.0, 9897.0, 9872.0, 9887.0, 9872.0, 9861.0, 9905.0, 9854.0, 9904.0, 9845.0, 9901.0, 9862.0, 9902.0, 9864.0, 9902.0, 9847.0, 9913.0, 9860.0, 9914.0, 9872.0, 9914.0, 9856.0, 9897.0, 9822.0, 9893.0, 9822.0, 9877.0, 9832.0, 9861.0, 9801.0, 9843.0, 9796.0, 9841.0, 9812.0, 9855.0, 9810.0, 9876.0, 9802.0, 9857.0, 9800.0, 9856.0, 9813.0, 9871.0, 9828.0, 9887.0, 9831.0, 9888.0, 9833.0, 9888.0, 9836.0, 9889.0, 9851.0, 9890.0, 9836.0, 9887.0, 9834.0, 9889.0, 9836.0, 9889.0, 9852.0, 9876.0, 9836.0, 9879.0, 9838.0, 9879.0, 9868.0, 9871.0, 9874.0, 9847.0, 9886.0, 9858.0, 9900.0, 9867.0, 9902.0, 9840.0, 9886.0, 9841.0, 9882.0, 9838.0, 9880.0, 9834.0, 9880.0, 9820.0, 9864.0, 9820.0, 9863.0, 9837.0, 9878.0, 9840.0, 9899.0, 9841.0, 9899.0, 9841.0, 9897.0, 9839.0, 9894.0, 9855.0, 9925.0, 9869.0, 9907.0, 9853.0, 9893.0, 9836.0, 9877.0, 9822.0, 9864.0, 9834.0, 9862.0, 9824.0, 9866.0, 9848.0, 9866.0, 9903.0, 9846.0, 9891.0, 9851.0, 9892.0, 9837.0, 9892.0, 9842.0, 9896.0, 9858.0, 9899.0, 9874.0, 9865.0, 9880.0, 9893.0, 9892.0, 9891.0, 9893.0, 9892.0, 9909.0, 9865.0, 9909.0, 9852.0, 9906.0, 9877.0, 9906.0, 9866.0, 9924.0, 9880.0, 9921.0, 9852.0, 9903.0, 9915.0, 9873.0, 9930.0, 9873.0, 9901.0, 9859.0, 9900.0, 9860.0, 9911.0, 9876.0, 9891.0, 9881.0, 9893.0, 9922.0, 9918.0, 9915.0, 9881.0, 9927.0, 9868.0, 9942.0, 9883.0, 9940.0, 9868.0, 9939.0, 9881.0, 9879.0, 9898.0, 9847.0, 9932.0, 9879.0, 9937.0, 9859.0, 9846.0, 9869.0, 9845.0, 9910.0, 9865.0, 9888.0, 9892.0, 9849.0, 9920.0, 9847.0, 9920.0, 9877.0, 9933.0, 9884.0, 9855.0, 9838.0, 9821.0, 9894.0, 9840.0, 9905.0, 9871.0, 9900.0, 9858.0, 9828.0, 9896.0, 9848.0, 9908.0, 9849.0, 9808.0, 9851.0, 9827.0, 9881.0, 9842.0, 9912.0, 9856.0, 9897.0, 9857.0, 9828.0, 9857.0, 9829.0, 9885.0, 9856.0, 9912.0, 9874.0, 9906.0, 9868.0, 9871.0, 9883.0, 9866.0, 9921.0, 9882.0, 9952.0, 9908.0, 9865.0, 9890.0, 9850.0, 9902.0, 9862.0, 9928.0, 9879.0, 9902.0, 9876.0, 9860.0, 9903.0, 9842.0, 9895.0, 9841.0, 9867.0, 9857.0, 9856.0, 9888.0, 9831.0, 9912.0, 9838.0, 9910.0, 9850.0, 9905.0, 9849.0, 9819.0, 9847.0, 9805.0, 9843.0, 9842.0, 9897.0, 9857.0, 9843.0, 9897.0, 9840.0, 9908.0, 9851.0, 9904.0, 9834.0, 9807.0, 9835.0, 9823.0, 9879.0, 9840.0, 9908.0, 9868.0, 9913.0, 9857.0, 9827.0, 9857.0, 9846.0, 9887.0, 9862.0, 9916.0, 9866.0, 9906.0, 9879.0, 9860.0, 9892.0, 9850.0, 9904.0, 9849.0, 9899.0, 9873.0, 9873.0, 9891.0, 9869.0, 9906.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.000484728056004308</td></tr>
<tr><td colspan=3>aqi</td><td>0.018871842541733977</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.338915851557125</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2049957148976294</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0106762549838375</td></tr>
<tr><td colspan=3>efc</td><td>0.5174</td></tr>
<tr><td colspan=3>fber</td><td>3554.9685</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.057363086234384394</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.2154011847065159</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.711228709382024</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.684098481460651</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.914335839607728</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5352518070776937</td></tr>
<tr><td colspan=3>gcor</td><td>0.00928315</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008091541938483715</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028093941509723663</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</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.844057489493612</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>10.3273</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.2014</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>252.2204</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291637.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>1240.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>440.5283</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0697</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.0162</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3618.0481</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84907.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1004.1414</td></tr>
<tr><td colspan=3>tsnr</td><td>39.323503486812115</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><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>