<?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-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-02/func/sub-0106_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>69b80b10c43a381acb43cb11e0576a4b</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>22:11:48.755000</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.995658, 0.0787379, 0.0496476, -0.085358, 0.985059, 0.149572]</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.259</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.103191</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>[4241, -7792, -7202, 325, -87, 35, -57, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.033</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d4b29362-8d1c-40e6-955e-b5300e392003||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.671278476715088, -0.22900934517383575, 0.10024775564670563, 119.79945373535156], [-0.21124808490276337, 2.6428425312042236, 0.41353335976600647, -86.91341400146484], [0.1332007497549057, -0.40129098296165466, 2.666259527206421, -36.018310546875], [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': ['221148.755000', '221149.215000', '221149.675000', '221150.135000', '221150.595000', '221151.055000', '221151.515000', '221151.975000', '221152.435000', '221152.895000', '221153.355000', '221153.815000', '221154.275000', '221154.735000', '221155.195000', '221155.655000', '221156.115000', '221156.575000', '221157.035000', '221157.495000', '221157.955000', '221158.415000', '221158.875000', '221159.335000', '221159.795000', '221200.255000', '221200.715000', '221201.175000', '221201.635000', '221202.095000', '221202.555000', '221203.015000', '221203.475000', '221203.935000', '221204.395000', '221204.855000', '221205.315000', '221205.775000', '221206.235000', '221206.695000', '221207.155000', '221207.615000', '221208.075000', '221208.535000', '221208.995000', '221209.455000', '221209.915000', '221210.375000', '221210.835000', '221211.295000', '221211.755000', '221212.215000', '221212.675000', '221213.135000', '221213.595000', '221214.055000', '221214.515000', '221214.975000', '221215.435000', '221215.895000', '221216.355000', '221216.815000', '221217.275000', '221217.735000', '221218.195000', '221218.655000', '221219.115000', '221219.575000', '221220.035000', '221220.495000', '221220.955000', '221221.415000', '221221.875000', '221222.335000', '221222.795000', '221223.255000', '221223.715000', '221224.175000', '221224.635000', '221225.095000', '221225.555000', '221226.015000', '221226.475000', '221226.935000', '221227.395000', '221227.855000', '221228.315000', '221228.775000', '221229.235000', '221229.695000', '221230.155000', '221230.615000', '221231.075000', '221231.535000', '221231.995000', '221232.455000', '221232.915000', '221233.375000', '221233.835000', '221234.295000', '221234.755000', '221235.215000', '221235.675000', '221236.135000', '221236.595000', '221237.055000', '221237.515000', '221237.975000', '221238.435000', '221238.895000', '221239.355000', '221239.815000', '221240.275000', '221240.735000', '221241.195000', '221241.655000', '221242.115000', '221242.575000', '221243.035000', '221243.495000', '221243.955000', '221244.415000', '221244.875000', '221245.335000', '221245.795000', '221246.255000', '221246.715000', '221247.175000', '221247.635000', '221248.095000', '221248.555000', '221249.015000', '221249.475000', '221249.935000', '221250.395000', '221250.855000', '221251.315000', '221251.775000', '221252.235000', '221252.695000', '221253.155000', '221253.615000', '221254.075000', '221254.535000', '221254.995000', '221255.455000', '221255.915000', '221256.375000', '221256.835000', '221257.295000', '221257.755000', '221258.215000', '221258.675000', '221259.135000', '221259.595000', '221300.055000', '221300.515000', '221300.975000', '221301.435000', '221301.895000', '221302.355000', '221302.815000', '221303.275000', '221303.735000', '221304.195000', '221304.655000', '221305.115000', '221305.575000', '221306.035000', '221306.495000', '221306.955000', '221307.415000', '221307.875000', '221308.335000', '221308.795000', '221309.255000', '221309.715000', '221310.175000', '221310.635000', '221311.095000', '221311.555000', '221312.015000', '221312.475000', '221312.935000', '221313.395000', '221313.855000', '221314.315000', '221314.775000', '221315.235000', '221315.695000', '221316.155000', '221316.615000', '221317.075000', '221317.535000', '221317.995000', '221318.455000', '221318.915000', '221319.375000', '221319.835000', '221320.295000', '221320.755000', '221321.215000', '221321.675000', '221322.135000', '221322.595000', '221323.055000', '221323.515000', '221323.975000', '221324.435000', '221324.895000', '221325.355000', '221325.815000', '221326.275000', '221326.735000', '221327.195000', '221327.655000', '221328.115000', '221328.575000', '221329.035000', '221329.495000', '221329.955000', '221330.415000', '221330.875000', '221331.335000', '221331.795000', '221332.255000', '221332.715000', '221333.175000', '221333.635000', '221334.095000', '221334.555000', '221335.015000', '221335.475000', '221335.935000', '221336.395000', '221336.855000', '221337.315000', '221337.775000', '221338.235000', '221338.695000', '221339.155000', '221339.615000', '221340.075000', '221340.535000', '221340.995000', '221341.455000', '221341.915000', '221342.375000', '221342.835000', '221343.295000', '221343.755000', '221344.215000', '221344.675000', '221345.135000', '221345.595000', '221346.055000', '221346.515000', '221346.975000', '221347.435000', '221347.895000', '221348.355000', '221348.815000', '221349.275000', '221349.735000', '221350.195000', '221350.655000', '221351.115000', '221351.575000', '221352.035000', '221352.495000', '221352.955000', '221353.415000', '221353.875000', '221354.335000', '221354.795000', '221355.255000', '221355.715000', '221356.175000', '221356.635000', '221357.095000', '221357.555000', '221358.015000', '221358.475000', '221358.935000', '221359.395000', '221359.855000', '221400.315000', '221400.775000', '221401.235000', '221401.695000', '221402.155000', '221402.615000', '221403.075000', '221403.535000', '221403.995000', '221404.455000', '221404.915000', '221405.375000', '221405.835000', '221406.295000', '221406.755000', '221407.215000', '221407.675000', '221408.135000', '221408.595000', '221409.055000', '221409.515000', '221409.975000', '221410.435000', '221410.895000', '221411.355000', '221411.815000', '221412.275000', '221412.735000', '221413.195000', '221413.655000', '221414.115000', '221414.575000', '221415.035000', '221415.495000', '221415.955000', '221416.415000', '221416.875000', '221417.335000', '221417.795000', '221418.255000', '221418.715000', '221419.175000', '221419.635000', '221420.095000', '221420.555000', '221421.015000', '221421.475000', '221421.935000', '221422.395000', '221422.855000', '221423.315000', '221423.775000', '221424.235000', '221424.695000', '221425.155000', '221425.615000', '221426.075000', '221426.535000', '221426.995000', '221427.455000', '221427.915000', '221428.375000', '221428.835000', '221429.295000', '221429.755000', '221430.215000', '221430.675000', '221431.135000', '221431.595000', '221432.055000', '221432.515000', '221432.975000', '221433.435000', '221433.895000', '221434.355000', '221434.815000', '221435.275000', '221435.735000', '221436.195000', '221436.655000', '221437.115000', '221437.575000', '221438.035000', '221438.495000', '221438.955000', '221439.415000', '221439.875000', '221440.335000', '221440.795000', '221441.255000', '221441.715000', '221442.175000', '221442.635000', '221443.095000', '221443.555000', '221444.015000', '221444.475000', '221444.935000', '221445.395000', '221445.855000', '221446.315000', '221446.775000', '221447.235000', '221447.695000', '221448.155000', '221448.615000', '221449.075000', '221449.535000', '221449.995000', '221450.455000', '221450.915000', '221451.375000', '221451.835000', '221452.295000', '221452.755000', '221453.215000', '221453.675000', '221454.135000', '221454.595000', '221455.055000', '221455.515000', '221455.975000', '221456.435000', '221456.895000', '221457.355000', '221457.815000', '221458.275000', '221458.735000', '221459.195000', '221459.655000', '221500.115000', '221500.575000', '221501.035000', '221501.495000', '221501.955000', '221502.415000', '221502.875000', '221503.335000', '221503.795000', '221504.255000', '221504.715000', '221505.175000', '221505.635000', '221506.095000', '221506.555000', '221507.015000', '221507.475000', '221507.935000', '221508.395000', '221508.855000', '221509.315000', '221509.775000', '221510.235000', '221510.695000', '221511.155000', '221511.615000', '221512.075000', '221512.535000', '221512.995000', '221513.455000', '221513.915000', '221514.375000', '221514.835000', '221515.295000', '221515.755000', '221516.215000', '221516.675000', '221517.135000', '221517.595000', '221518.055000', '221518.515000', '221518.975000', '221519.435000', '221519.895000', '221520.355000', '221520.815000', '221521.275000', '221521.735000', '221522.195000', '221522.655000', '221523.115000', '221523.575000', '221524.035000', '221524.495000', '221524.955000', '221525.415000', '221525.875000', '221526.335000', '221526.795000', '221527.255000', '221527.715000', '221528.175000', '221528.635000', '221529.095000', '221529.555000', '221530.015000', '221530.475000', '221530.935000', '221531.395000', '221531.855000', '221532.315000', '221532.775000', '221533.235000', '221533.695000', '221534.155000', '221534.615000', '221535.075000', '221535.535000', '221535.995000', '221536.455000', '221536.915000', '221537.375000', '221537.835000', '221538.295000', '221538.755000', '221539.215000', '221539.675000', '221540.135000', '221540.595000', '221541.055000', '221541.515000', '221541.975000', '221542.435000', '221542.895000', '221543.355000', '221543.815000', '221544.275000', '221544.735000', '221545.195000', '221545.655000', '221546.115000', '221546.575000', '221547.035000', '221547.495000', '221547.955000', '221548.415000', '221548.875000', '221549.335000', '221549.795000', '221550.255000', '221550.715000', '221551.175000', '221551.635000', '221552.095000', '221552.555000', '221553.015000', '221553.475000', '221553.935000', '221554.395000', '221554.855000', '221555.315000', '221555.775000', '221556.235000', '221556.695000', '221557.155000', '221557.615000', '221558.075000', '221558.535000', '221558.995000', '221559.455000', '221559.915000', '221600.375000', '221600.835000', '221601.295000', '221601.755000', '221602.215000', '221602.675000', '221603.135000', '221603.595000', '221604.055000', '221604.515000', '221604.975000', '221605.435000', '221605.895000', '221606.355000', '221606.815000', '221607.275000', '221607.735000', '221608.195000', '221608.655000', '221609.115000', '221609.575000', '221610.035000', '221610.495000', '221610.955000', '221611.415000', '221611.875000', '221612.335000', '221612.795000', '221613.255000', '221613.715000', '221614.175000', '221614.635000', '221615.095000', '221615.555000', '221616.015000', '221616.475000', '221616.935000', '221617.395000', '221617.855000', '221618.315000', '221618.775000', '221619.235000', '221619.695000', '221620.155000', '221620.615000', '221621.075000', '221621.535000', '221621.995000', '221622.455000', '221622.915000', '221623.375000', '221623.835000', '221624.295000', '221624.755000', '221625.215000', '221625.675000', '221626.135000', '221626.595000', '221627.055000', '221627.515000', '221627.975000', '221628.435000', '221628.895000', '221629.355000', '221629.815000', '221630.275000', '221630.735000', '221631.195000', '221631.655000', '221632.115000', '221632.575000', '221633.035000', '221633.495000', '221633.955000', '221634.415000', '221634.875000', '221635.335000', '221635.795000', '221636.255000', '221636.715000', '221637.175000', '221637.635000', '221638.095000', '221638.555000', '221639.015000', '221639.475000', '221639.935000', '221640.395000', '221640.855000', '221641.315000', '221641.775000', '221642.235000', '221642.695000', '221643.155000', '221643.615000', '221644.075000', '221644.535000', '221644.995000', '221645.455000', '221645.915000', '221646.375000', '221646.835000', '221647.295000', '221647.755000', '221648.215000', '221648.675000', '221649.135000', '221649.595000', '221650.055000', '221650.515000', '221650.975000', '221651.435000', '221651.895000', '221652.355000', '221652.815000', '221653.275000', '221653.735000', '221654.195000', '221654.655000', '221655.115000', '221655.575000', '221656.035000', '221656.495000', '221656.955000', '221657.415000', '221657.875000', '221658.335000', '221658.795000', '221659.255000', '221659.715000', '221700.175000', '221700.635000', '221701.095000', '221701.555000', '221702.015000', '221702.475000', '221702.935000', '221703.395000', '221703.855000', '221704.315000', '221704.775000', '221705.235000', '221705.695000', '221706.155000', '221706.615000', '221707.075000', '221707.535000', '221707.995000', '221708.455000', '221708.915000', '221709.375000', '221709.835000', '221710.295000', '221710.755000', '221711.215000', '221711.675000', '221712.135000', '221712.595000', '221713.055000', '221713.515000', '221713.975000', '221714.435000', '221714.895000', '221715.355000', '221715.815000', '221716.275000', '221716.735000', '221717.195000', '221717.655000', '221718.115000', '221718.575000', '221719.035000', '221719.495000', '221719.955000', '221720.415000', '221720.875000', '221721.335000', '221721.795000', '221722.255000', '221722.715000', '221723.175000', '221723.635000', '221724.095000', '221724.555000', '221725.015000', '221725.475000', '221725.935000', '221726.395000', '221726.855000', '221727.315000', '221727.775000', '221728.235000', '221728.695000', '221729.155000', '221729.615000', '221730.075000', '221730.535000', '221730.995000', '221731.455000', '221731.915000', '221732.375000', '221732.835000', '221733.295000', '221733.755000', '221734.215000', '221734.675000', '221735.135000', '221735.595000', '221736.055000', '221736.515000', '221736.975000', '221737.435000', '221737.895000', '221738.355000', '221738.815000', '221739.275000', '221739.735000', '221740.195000', '221740.655000', '221741.115000', '221741.575000', '221742.035000', '221742.495000', '221742.955000', '221743.415000', '221743.875000', '221744.335000', '221744.795000', '221745.255000', '221745.715000', '221746.175000', '221746.635000', '221747.095000', '221747.555000', '221748.015000', '221748.475000', '221748.935000', '221749.395000', '221749.855000', '221750.315000', '221750.775000', '221751.235000', '221751.695000', '221752.155000', '221752.615000', '221753.075000', '221753.535000', '221753.995000', '221754.455000', '221754.915000', '221755.375000', '221755.835000', '221756.295000', '221756.755000', '221757.215000', '221757.675000', '221758.135000', '221758.595000', '221759.055000', '221759.515000', '221759.975000', '221800.435000', '221800.895000', '221801.355000', '221801.815000', '221802.275000', '221802.735000', '221803.195000', '221803.655000', '221804.115000', '221804.575000', '221805.035000', '221805.495000', '221805.955000', '221806.415000', '221806.875000', '221807.335000', '221807.795000', '221808.255000', '221808.715000', '221809.175000', '221809.635000', '221810.095000', '221810.555000', '221811.015000', '221811.475000', '221811.935000', '221812.395000', '221812.855000', '221813.315000', '221813.775000', '221814.235000', '221814.695000', '221815.155000', '221815.615000', '221816.075000', '221816.535000', '221816.995000', '221817.455000', '221817.915000', '221818.375000', '221818.835000', '221819.295000', '221819.755000', '221820.215000', '221820.675000', '221821.135000', '221821.595000', '221822.055000', '221822.515000', '221822.975000', '221823.435000', '221823.895000', '221824.355000', '221824.815000', '221825.275000', '221825.735000', '221826.195000', '221826.655000', '221827.115000', '221827.575000', '221828.035000', '221828.495000', '221828.955000', '221829.415000', '221829.875000', '221830.335000', '221830.795000', '221831.255000', '221831.715000', '221832.175000', '221832.635000', '221833.095000', '221833.555000', '221834.015000', '221834.475000', '221834.935000', '221835.395000', '221835.855000', '221836.315000', '221836.775000', '221837.235000', '221837.695000', '221838.155000', '221838.615000', '221839.075000', '221839.535000', '221839.995000', '221840.455000', '221840.915000', '221841.375000', '221841.835000', '221842.295000', '221842.755000', '221843.215000', '221843.675000', '221844.135000', '221844.595000', '221845.055000', '221845.515000', '221845.975000', '221846.435000', '221846.895000', '221847.355000', '221847.815000', '221848.275000', '221848.735000', '221849.195000', '221849.655000', '221850.115000', '221850.575000', '221851.035000', '221851.495000', '221851.955000', '221852.415000', '221852.875000', '221853.335000', '221853.795000', '221854.255000', '221854.715000', '221855.175000', '221855.635000', '221856.095000', '221856.555000', '221857.015000', '221857.475000', '221857.935000', '221858.395000', '221858.855000', '221859.315000', '221859.775000', '221900.235000', '221900.695000', '221901.155000', '221901.615000', '221902.075000', '221902.535000', '221902.995000', '221903.455000', '221903.915000', '221904.375000', '221904.835000', '221905.295000', '221905.755000', '221906.215000', '221906.675000', '221907.135000', '221907.595000', '221908.055000', '221908.515000', '221908.975000', '221909.435000', '221909.895000', '221910.355000', '221910.815000', '221911.275000', '221911.735000', '221912.195000', '221912.655000', '221913.115000', '221913.575000', '221914.035000', '221914.495000', '221914.955000', '221915.415000', '221915.875000', '221916.335000', '221916.795000', '221917.255000', '221917.715000', '221918.175000', '221918.635000', '221919.095000', '221919.555000', '221920.015000', '221920.475000', '221920.935000', '221921.395000', '221921.855000', '221922.315000', '221922.775000', '221923.235000', '221923.695000', '221924.155000', '221924.615000', '221925.075000', '221925.535000', '221925.995000', '221926.455000', '221926.915000', '221927.375000', '221927.835000', '221928.295000', '221928.755000', '221929.215000', '221929.675000', '221930.135000', '221930.595000', '221931.055000', '221931.515000', '221931.975000', '221932.435000', '221932.895000', '221933.355000', '221933.815000', '221934.275000', '221934.735000', '221935.195000', '221935.655000', '221936.115000', '221936.575000', '221937.035000', '221937.495000', '221937.955000', '221938.415000', '221938.875000', '221939.335000', '221939.795000', '221940.255000', '221940.715000', '221941.175000', '221941.635000', '221942.095000', '221942.555000', '221943.015000', '221943.475000', '221943.935000', '221944.395000', '221944.855000', '221945.315000', '221945.775000', '221946.235000', '221946.695000', '221947.155000', '221947.615000', '221948.075000', '221948.535000', '221948.995000', '221949.455000', '221949.915000', '221950.375000', '221950.835000', '221951.295000', '221951.755000', '221952.215000', '221952.675000', '221953.135000', '221953.595000', '221954.055000', '221954.515000', '221954.975000', '221955.435000', '221955.895000', '221956.355000', '221956.815000', '221957.275000', '221957.735000', '221958.195000', '221958.655000', '221959.115000', '221959.575000', '222000.035000', '222000.495000', '222000.955000', '222001.415000', '222001.875000', '222002.335000', '222002.795000', '222003.255000', '222003.715000', '222004.175000', '222004.635000', '222005.095000', '222005.555000', '222006.015000', '222006.475000', '222006.935000', '222007.395000', '222007.855000', '222008.315000', '222008.775000', '222009.235000', '222009.695000', '222010.155000', '222010.615000', '222011.075000', '222011.535000', '222011.995000', '222012.455000', '222012.915000', '222013.375000', '222013.835000', '222014.295000', '222014.755000', '222015.215000', '222015.675000', '222016.135000', '222016.595000', '222017.055000', '222017.515000', '222017.975000', '222018.435000', '222018.895000', '222019.355000', '222019.815000', '222020.275000', '222020.735000', '222021.195000', '222021.655000', '222022.115000', '222022.575000', '222023.035000', '222023.495000', '222023.955000', '222024.415000', '222024.875000', '222025.335000', '222025.795000', '222026.255000', '222026.715000', '222027.175000', '222027.635000', '222028.095000', '222028.555000', '222029.015000', '222029.475000', '222029.935000', '222030.395000', '222030.855000', '222031.315000', '222031.775000', '222032.235000', '222032.695000', '222033.155000', '222033.615000', '222034.075000', '222034.535000', '222034.995000', '222035.455000', '222035.915000', '222036.375000', '222036.835000', '222037.295000', '222037.755000', '222038.215000', '222038.675000', '222039.135000', '222039.595000', '222040.055000', '222040.515000', '222040.975000', '222041.435000', '222041.895000', '222042.355000', '222042.815000', '222043.275000', '222043.735000', '222044.195000', '222044.655000', '222045.115000', '222045.575000', '222046.035000', '222046.495000', '222046.955000', '222047.415000', '222047.875000', '222048.335000', '222048.795000', '222049.255000', '222049.715000', '222050.175000', '222050.635000', '222051.095000', '222051.555000', '222052.015000', '222052.475000', '222052.935000', '222053.395000', '222053.855000', '222054.315000', '222054.775000', '222055.235000', '222055.695000', '222056.155000', '222056.615000', '222057.075000', '222057.535000', '222057.995000', '222058.455000', '222058.915000', '222059.375000', '222059.835000', '222100.295000', '222100.755000', '222101.215000', '222101.675000', '222102.135000', '222102.595000', '222103.055000', '222103.515000', '222103.975000', '222104.435000', '222104.895000', '222105.355000', '222105.815000', '222106.275000', '222106.735000', '222107.195000', '222107.655000', '222108.115000', '222108.575000', '222109.035000', '222109.495000', '222109.955000', '222110.415000', '222110.875000', '222111.335000', '222111.795000', '222112.255000', '222112.715000', '222113.175000', '222113.635000', '222114.095000', '222114.555000', '222115.015000', '222115.475000', '222115.935000', '222116.395000', '222116.855000', '222117.315000', '222117.775000', '222118.235000', '222118.695000', '222119.155000', '222119.615000', '222120.075000', '222120.535000', '222120.995000', '222121.455000', '222121.915000', '222122.375000', '222122.835000', '222123.295000', '222123.755000', '222124.215000', '222124.675000', '222125.135000', '222125.595000', '222126.055000', '222126.515000', '222126.975000', '222127.435000', '222127.895000', '222128.355000', '222128.815000', '222129.275000', '222129.735000', '222130.195000', '222130.655000', '222131.115000', '222131.575000', '222132.035000', '222132.495000', '222132.955000', '222133.415000', '222133.875000', '222134.335000', '222134.795000', '222135.255000', '222135.715000', '222136.175000', '222136.635000', '222137.095000', '222137.555000', '222138.015000', '222138.475000', '222138.935000', '222139.395000', '222139.855000', '222140.315000', '222140.775000', '222141.235000', '222141.695000', '222142.155000', '222142.615000', '222143.075000', '222143.535000', '222143.995000', '222144.455000', '222144.915000', '222145.375000', '222145.835000', '222146.295000', '222146.755000', '222147.215000', '222147.675000', '222148.135000', '222148.595000', '222149.055000', '222149.515000', '222149.975000', '222150.435000', '222150.895000', '222151.355000', '222151.815000', '222152.275000', '222152.735000', '222153.195000', '222153.655000', '222154.115000', '222154.575000', '222155.035000', '222155.495000', '222155.955000', '222156.415000', '222156.875000', '222157.335000', '222157.795000', '222158.255000', '222158.715000', '222159.175000', '222159.635000', '222200.095000', '222200.555000', '222201.015000', '222201.475000', '222201.935000', '222202.395000', '222202.855000', '222203.315000', '222203.775000', '222204.235000', '222204.695000', '222205.155000', '222205.615000', '222206.075000', '222206.535000', '222206.995000', '222207.455000', '222207.915000', '222208.375000', '222208.835000', '222209.295000', '222209.755000', '222210.215000', '222210.675000', '222211.135000', '222211.595000', '222212.055000', '222212.515000', '222212.975000', '222213.435000', '222213.895000', '222214.355000', '222214.815000', '222215.275000', '222215.735000', '222216.195000', '222216.655000', '222217.115000', '222217.575000', '222218.035000', '222218.495000', '222218.955000', '222219.415000', '222219.875000', '222220.335000', '222220.795000', '222221.255000', '222221.715000', '222222.175000', '222222.635000', '222223.095000', '222223.555000', '222224.015000', '222224.475000', '222224.935000', '222225.395000', '222225.855000', '222226.315000', '222226.775000', '222227.235000', '222227.695000', '222228.155000', '222228.615000', '222229.075000', '222229.535000', '222229.995000', '222230.455000', '222230.915000', '222231.375000', '222231.835000', '222232.295000', '222232.755000', '222233.215000', '222233.675000', '222234.135000', '222234.595000', '222235.055000', '222235.515000', '222235.975000', '222236.435000', '222236.895000', '222237.355000', '222237.815000', '222238.275000', '222238.735000', '222239.195000', '222239.655000', '222240.115000', '222240.575000', '222241.035000', '222241.495000', '222241.955000', '222242.415000', '222242.875000', '222243.335000', '222243.795000', '222244.255000', '222244.715000', '222245.175000', '222245.635000', '222246.095000', '222246.555000', '222247.015000', '222247.475000', '222247.935000', '222248.395000', '222248.855000', '222249.315000', '222249.775000', '222250.235000', '222250.695000', '222251.155000', '222251.615000', '222252.075000', '222252.535000', '222252.995000', '222253.455000', '222253.915000', '222254.375000', '222254.835000', '222255.295000', '222255.755000', '222256.215000', '222256.675000', '222257.135000', '222257.595000', '222258.055000', '222258.515000', '222258.975000', '222259.435000', '222259.895000', '222300.355000', '222300.815000', '222301.275000', '222301.735000', '222302.195000', '222302.655000', '222303.115000', '222303.575000', '222304.035000', '222304.495000', '222304.955000', '222305.415000', '222305.875000', '222306.335000', '222306.795000', '222307.255000', '222307.715000', '222308.175000', '222308.635000', '222309.095000', '222309.555000', '222310.015000', '222310.475000', '222310.935000', '222311.395000', '222311.855000', '222312.315000', '222312.775000', '222313.235000', '222313.695000', '222314.155000', '222314.615000', '222315.075000', '222315.535000', '222315.995000', '222316.455000', '222316.915000', '222317.375000', '222317.835000', '222318.295000', '222318.755000', '222319.215000', '222319.675000', '222320.135000', '222320.595000', '222321.055000', '222321.515000', '222321.975000', '222322.435000', '222322.895000', '222323.355000', '222323.815000', '222324.275000', '222324.735000', '222325.195000', '222325.655000', '222326.115000', '222326.575000', '222327.035000', '222327.495000', '222327.955000', '222328.415000', '222328.875000', '222329.335000', '222329.795000', '222330.255000', '222330.715000', '222331.175000', '222331.635000', '222332.095000', '222332.555000', '222333.015000', '222333.475000', '222333.935000', '222334.395000', '222334.855000', '222335.315000', '222335.775000', '222336.235000', '222336.695000', '222337.155000', '222337.615000', '222338.075000', '222338.535000', '222338.995000', '222339.455000', '222339.915000', '222340.375000', '222340.835000', '222341.295000', '222341.755000', '222342.215000', '222342.675000', '222343.135000', '222343.595000', '222344.055000', '222344.515000', '222344.975000', '222345.435000', '222345.895000', '222346.355000', '222346.815000', '222347.275000', '222347.735000', '222348.195000', '222348.655000', '222349.115000', '222349.575000', '222350.035000', '222350.495000', '222350.955000', '222351.415000', '222351.875000', '222352.335000', '222352.795000', '222353.255000', '222353.715000', '222354.175000', '222354.635000', '222355.095000', '222355.555000', '222356.015000', '222356.475000', '222356.935000', '222357.395000', '222357.855000', '222358.315000', '222358.775000', '222359.235000', '222359.695000', '222400.155000', '222400.615000', '222401.075000', '222401.535000', '222401.995000', '222402.455000', '222402.915000', '222403.375000', '222403.835000', '222404.295000', '222404.755000', '222405.215000', '222405.675000', '222406.135000', '222406.595000', '222407.055000', '222407.515000', '222407.975000', '222408.435000', '222408.895000', '222409.355000', '222409.815000', '222410.275000', '222410.735000', '222411.195000', '222411.655000', '222412.115000', '222412.575000', '222413.035000', '222413.495000', '222413.955000', '222414.415000', '222414.875000', '222415.335000', '222415.795000', '222416.255000', '222416.715000', '222417.175000', '222417.635000', '222418.095000', '222418.555000', '222419.015000', '222419.475000', '222419.935000', '222420.395000', '222420.855000', '222421.315000', '222421.775000', '222422.235000', '222422.695000', '222423.155000', '222423.615000', '222424.075000', '222424.535000', '222424.995000', '222425.455000', '222425.915000', '222426.375000', '222426.835000', '222427.295000', '222427.755000', '222428.215000', '222428.675000', '222429.135000', '222429.595000', '222430.055000', '222430.515000', '222430.975000', '222431.435000', '222431.895000', '222432.355000', '222432.815000', '222433.275000', '222433.735000', '222434.195000', '222434.655000', '222435.115000', '222435.575000', '222436.035000', '222436.495000', '222436.955000', '222437.415000', '222437.875000', '222438.335000', '222438.795000', '222439.255000', '222439.715000', '222440.175000', '222440.635000', '222441.095000', '222441.555000', '222442.015000', '222442.475000', '222442.935000', '222443.395000', '222443.855000', '222444.315000', '222444.775000', '222445.235000', '222445.695000', '222446.155000', '222446.615000', '222447.075000', '222447.535000', '222447.995000', '222448.455000', '222448.915000', '222449.375000', '222449.835000', '222450.295000', '222450.755000', '222451.215000', '222451.675000', '222452.135000', '222452.595000', '222453.055000', '222453.515000', '222453.975000', '222454.435000', '222454.895000', '222455.355000', '222455.815000', '222456.275000', '222456.735000', '222457.195000', '222457.655000', '222458.115000', '222458.575000', '222459.035000', '222459.495000', '222459.955000', '222500.415000', '222500.875000', '222501.335000', '222501.795000', '222502.255000', '222502.715000', '222503.175000', '222503.635000', '222504.095000', '222504.555000', '222505.015000', '222505.475000', '222505.935000', '222506.395000', '222506.855000', '222507.315000', '222507.775000', '222508.235000', '222508.695000', '222509.155000', '222509.615000', '222510.075000', '222510.535000', '222510.995000', '222511.455000', '222511.915000', '222512.375000', '222512.835000', '222513.295000', '222513.755000', '222514.215000', '222514.675000', '222515.135000', '222515.595000', '222516.055000', '222516.515000', '222516.975000', '222517.435000', '222517.895000', '222518.355000', '222518.815000', '222519.275000', '222519.735000', '222520.195000', '222520.655000', '222521.115000', '222521.575000', '222522.035000', '222522.495000', '222522.955000', '222523.415000', '222523.875000', '222524.335000', '222524.795000', '222525.255000', '222525.715000', '222526.175000', '222526.635000', '222527.095000', '222527.555000', '222528.015000', '222528.475000', '222528.935000', '222529.395000', '222529.855000', '222530.315000', '222530.775000', '222531.235000', '222531.695000', '222532.155000', '222532.615000', '222533.075000', '222533.535000', '222533.995000', '222534.455000', '222534.915000', '222535.375000', '222535.835000', '222536.295000', '222536.755000', '222537.215000', '222537.675000', '222538.135000', '222538.595000', '222539.055000', '222539.515000', '222539.975000', '222540.435000', '222540.895000', '222541.355000', '222541.815000', '222542.275000', '222542.735000', '222543.195000', '222543.655000', '222544.115000', '222544.575000', '222545.035000', '222545.495000', '222545.955000', '222546.415000', '222546.875000', '222547.335000', '222547.795000', '222548.255000', '222548.715000', '222549.175000', '222549.635000', '222550.095000', '222550.555000', '222551.015000', '222551.475000', '222551.935000', '222552.395000', '222552.855000', '222553.315000', '222553.775000', '222554.235000', '222554.695000', '222555.155000', '222555.615000', '222556.075000', '222556.535000', '222556.995000', '222557.455000', '222557.915000', '222558.375000', '222558.835000', '222559.295000', '222559.755000', '222600.215000', '222600.675000', '222601.135000', '222601.595000', '222602.055000', '222602.515000', '222602.975000', '222603.435000'], 'ContentTime': ['221213.675000', '221213.678000', '221213.681000', '221213.683000', '221213.686000', '221213.688000', '221213.691000', '221213.693000', '221213.696000', '221213.698000', '221213.701000', '221213.704000', '221213.706000', '221213.709000', '221213.712000', '221213.714000', '221213.717000', '221213.719000', '221213.722000', '221213.725000', '221213.727000', '221213.730000', '221213.732000', '221213.735000', '221213.737000', '221213.740000', '221213.743000', '221213.745000', '221213.748000', '221213.750000', '221213.753000', '221213.755000', '221213.758000', '221213.760000', '221213.763000', '221213.766000', '221213.768000', '221213.771000', '221213.773000', '221213.776000', '221213.779000', '221213.781000', '221213.784000', '221213.787000', '221213.789000', '221213.797000', '221213.799000', '221213.803000', '221213.805000', '221213.808000', '221213.811000', '221213.813000', '221213.816000', '221233.624000', '221233.627000', '221233.630000', '221233.632000', '221233.635000', '221233.638000', '221233.640000', '221233.643000', '221233.645000', '221233.648000', '221233.650000', '221233.653000', '221233.656000', '221233.658000', '221233.661000', '221233.663000', '221233.666000', '221233.668000', '221233.671000', '221233.673000', '221233.676000', '221233.679000', '221233.681000', '221233.684000', '221233.686000', '221233.689000', '221233.691000', '221233.694000', '221233.701000', '221233.703000', '221233.706000', '221233.708000', '221233.711000', '221233.713000', '221233.716000', '221233.718000', '221233.721000', '221233.723000', '221233.726000', '221233.729000', '221233.731000', '221233.734000', '221233.736000', '221253.624000', '221253.627000', '221253.630000', '221253.632000', '221253.635000', '221253.638000', '221253.640000', '221253.643000', '221253.645000', '221253.648000', '221253.650000', '221253.653000', '221253.656000', '221253.658000', '221253.661000', '221253.663000', '221253.667000', '221253.670000', '221253.673000', '221253.675000', '221253.678000', '221253.680000', '221253.683000', '221253.686000', '221253.688000', '221253.691000', '221253.693000', '221253.696000', '221253.698000', '221253.701000', '221253.703000', '221253.706000', '221253.709000', '221253.711000', '221253.714000', '221253.716000', '221253.719000', '221253.721000', '221253.724000', '221253.727000', '221253.729000', '221253.732000', '221253.735000', '221313.623000', '221313.626000', '221313.629000', '221313.632000', '221313.634000', '221313.637000', '221313.639000', '221313.642000', '221313.649000', '221313.652000', '221313.654000', '221313.657000', '221313.659000', '221313.662000', '221313.664000', '221313.667000', '221313.669000', '221313.672000', '221313.675000', '221313.677000', '221313.680000', '221313.682000', '221313.685000', '221313.687000', '221313.690000', '221313.693000', '221313.695000', '221313.698000', '221313.700000', '221313.703000', '221313.705000', '221313.708000', '221313.711000', '221313.713000', '221313.716000', '221313.718000', '221313.721000', '221313.723000', '221313.726000', '221313.729000', '221313.731000', '221313.734000', '221313.737000', '221313.739000', '221333.624000', '221333.626000', '221333.629000', '221333.632000', '221333.634000', '221333.637000', '221333.639000', '221333.642000', '221333.647000', '221333.651000', '221333.654000', '221333.657000', '221333.659000', '221333.662000', '221333.665000', '221333.667000', '221333.670000', '221333.672000', '221333.675000', '221333.678000', '221333.680000', '221333.683000', '221333.685000', '221333.688000', '221333.690000', '221333.693000', '221333.695000', '221333.698000', '221333.722000', '221333.725000', '221333.727000', '221333.730000', '221333.732000', '221333.735000', '221333.738000', '221333.740000', '221333.743000', '221333.745000', '221333.748000', '221333.750000', '221333.753000', '221333.755000', '221333.758000', '221353.623000', '221353.626000', '221353.629000', '221353.631000', '221353.634000', '221353.636000', '221353.639000', '221353.642000', '221353.644000', '221353.647000', '221353.649000', '221353.652000', '221353.654000', '221353.657000', '221353.660000', '221353.662000', '221353.665000', '221353.667000', '221353.670000', '221353.672000', '221353.675000', '221353.678000', '221353.680000', '221353.683000', '221353.685000', '221353.688000', '221353.691000', '221353.693000', '221353.696000', '221353.698000', '221353.701000', '221353.703000', '221353.706000', '221353.709000', '221353.711000', '221353.714000', '221353.716000', '221353.719000', '221353.721000', '221353.724000', '221353.730000', '221353.732000', '221353.735000', '221353.737000', '221413.623000', '221413.626000', '221413.629000', '221413.631000', '221413.634000', '221413.637000', '221413.639000', '221413.642000', '221413.644000', '221413.647000', '221413.650000', '221413.652000', '221413.655000', '221413.657000', '221413.660000', '221413.663000', '221413.665000', '221413.668000', '221413.670000', '221413.673000', '221413.676000', '221413.679000', '221413.682000', '221413.685000', '221413.687000', '221413.690000', '221413.692000', '221413.695000', '221413.698000', '221413.700000', '221413.703000', '221413.706000', '221413.709000', '221413.711000', '221413.714000', '221413.717000', '221413.719000', '221413.722000', '221413.724000', '221413.727000', '221413.729000', '221413.732000', '221413.735000', '221433.623000', '221433.626000', '221433.629000', '221433.631000', '221433.634000', '221433.636000', '221433.639000', '221433.641000', '221433.644000', '221433.647000', '221433.649000', '221433.652000', '221433.654000', '221433.657000', '221433.659000', '221433.662000', '221433.665000', '221433.667000', '221433.670000', '221433.672000', '221433.675000', '221433.677000', '221433.680000', '221433.683000', '221433.685000', '221433.688000', '221433.690000', '221433.693000', '221433.696000', '221433.698000', '221433.707000', '221433.709000', '221433.712000', '221433.714000', '221433.717000', '221433.719000', '221433.722000', '221433.725000', '221433.727000', '221433.730000', '221433.732000', '221433.735000', '221433.737000', '221433.740000', '221453.624000', '221453.627000', '221453.630000', '221453.632000', '221453.635000', '221453.638000', '221453.640000', '221453.643000', '221453.645000', '221453.648000', '221453.650000', '221453.653000', '221453.656000', '221453.658000', '221453.661000', '221453.664000', '221453.666000', '221453.669000', '221453.671000', '221453.674000', '221453.677000', '221453.679000', '221453.682000', '221453.684000', '221453.687000', '221453.689000', '221453.692000', '221453.695000', '221453.697000', '221453.700000', '221453.702000', '221453.705000', '221453.708000', '221453.710000', '221453.713000', '221453.715000', '221453.718000', '221453.720000', '221453.723000', '221453.726000', '221453.728000', '221453.731000', '221453.733000', '221513.625000', '221513.627000', '221513.630000', '221513.633000', '221513.635000', '221513.638000', '221513.640000', '221513.643000', '221513.645000', '221513.648000', '221513.651000', '221513.653000', '221513.679000', '221513.682000', '221513.684000', '221513.687000', '221513.690000', '221513.692000', '221513.695000', '221513.697000', '221513.700000', '221513.702000', '221513.705000', '221513.708000', '221513.710000', '221513.720000', '221513.722000', '221513.725000', '221513.728000', '221513.730000', '221513.733000', '221513.735000', '221513.738000', '221513.740000', '221513.743000', '221513.746000', '221513.748000', '221513.751000', '221513.753000', '221513.756000', '221513.758000', '221513.761000', '221513.764000', '221513.766000', '221533.623000', '221533.626000', '221533.629000', '221533.631000', '221533.634000', '221533.637000', '221533.639000', '221533.642000', '221533.644000', '221533.647000', '221533.649000', '221533.652000', '221533.655000', '221533.657000', '221533.660000', '221533.662000', '221533.665000', '221533.667000', '221533.670000', '221533.673000', '221533.675000', '221533.678000', '221533.680000', '221533.683000', '221533.686000', '221533.688000', '221533.691000', '221533.693000', '221533.696000', '221533.699000', '221533.701000', '221533.704000', '221533.706000', '221533.709000', '221533.712000', '221533.714000', '221533.717000', '221533.720000', '221533.722000', '221533.725000', '221533.727000', '221533.730000', '221533.732000', '221553.624000', '221553.626000', '221553.629000', '221553.632000', '221553.634000', '221553.637000', '221553.639000', '221553.642000', '221553.644000', '221553.647000', '221553.649000', '221553.652000', '221553.655000', '221553.657000', '221553.660000', '221553.662000', '221553.665000', '221553.668000', '221553.670000', '221553.673000', '221553.675000', '221553.678000', '221553.680000', '221553.683000', '221553.686000', '221553.688000', '221553.691000', '221553.694000', '221553.696000', '221553.699000', '221553.702000', '221553.704000', '221553.707000', '221553.709000', '221553.712000', '221553.714000', '221553.717000', '221553.720000', '221553.722000', '221553.725000', '221553.727000', '221553.730000', '221553.733000', '221553.735000', '221613.623000', '221613.626000', '221613.629000', '221613.632000', '221613.634000', '221613.637000', '221613.639000', '221613.642000', '221613.644000', '221613.647000', '221613.650000', '221613.652000', '221613.655000', '221613.657000', '221613.660000', '221613.662000', '221613.665000', '221613.667000', '221613.670000', '221613.673000', '221613.675000', '221613.678000', '221613.680000', '221613.683000', '221613.685000', '221613.688000', '221613.690000', '221613.693000', '221613.696000', '221613.698000', '221613.701000', '221613.703000', '221613.706000', '221613.708000', '221613.711000', '221613.714000', '221613.717000', '221613.719000', '221613.722000', '221613.724000', '221613.727000', '221613.729000', '221613.732000', '221633.623000', '221633.626000', '221633.629000', '221633.632000', '221633.634000', '221633.637000', '221633.639000', '221633.642000', '221633.644000', '221633.647000', '221633.650000', '221633.652000', '221633.655000', '221633.657000', '221633.660000', '221633.662000', '221633.665000', '221633.668000', '221633.670000', '221633.673000', '221633.675000', '221633.678000', '221633.681000', '221633.683000', '221633.686000', '221633.688000', '221633.691000', '221633.693000', '221633.696000', '221633.699000', '221633.701000', '221633.704000', '221633.706000', '221633.709000', '221633.712000', '221633.714000', '221633.717000', '221633.719000', '221633.722000', '221633.724000', '221633.727000', '221633.730000', '221633.732000', '221633.735000', '221653.623000', '221653.626000', '221653.629000', '221653.632000', '221653.634000', '221653.637000', '221653.639000', '221653.642000', '221653.645000', '221653.647000', '221653.650000', '221653.652000', '221653.655000', '221653.658000', '221653.660000', '221653.663000', '221653.666000', '221653.668000', '221653.671000', '221653.673000', '221653.676000', '221653.679000', '221653.681000', '221653.684000', '221653.686000', '221653.689000', '221653.691000', '221653.694000', '221653.697000', '221653.699000', '221653.702000', '221653.704000', '221653.707000', '221653.710000', '221653.712000', '221653.715000', '221653.718000', '221653.720000', '221653.723000', '221653.725000', '221653.728000', '221653.731000', '221653.733000', '221713.624000', '221713.627000', '221713.630000', '221713.633000', '221713.635000', '221713.638000', '221713.640000', '221713.643000', '221713.645000', '221713.648000', '221713.650000', '221713.653000', '221713.656000', '221713.658000', '221713.661000', '221713.663000', '221713.666000', '221713.668000', '221713.671000', '221713.674000', '221713.676000', '221713.679000', '221713.681000', '221713.684000', '221713.686000', '221713.689000', '221713.692000', '221713.694000', '221713.697000', '221713.699000', '221713.702000', '221713.705000', '221713.707000', '221713.710000', '221713.712000', '221713.715000', '221713.718000', '221713.720000', '221713.723000', '221713.727000', '221713.730000', '221713.732000', '221713.735000', '221713.738000', '221733.624000', '221733.627000', '221733.630000', '221733.633000', '221733.635000', '221733.638000', '221733.640000', '221733.643000', '221733.645000', '221733.648000', '221733.650000', '221733.653000', '221733.656000', '221733.658000', '221733.661000', '221733.663000', '221733.666000', '221733.669000', '221733.671000', '221733.674000', '221733.676000', '221733.679000', '221733.681000', '221733.684000', '221733.687000', '221733.690000', '221733.693000', '221733.696000', '221733.698000', '221733.701000', '221733.704000', '221733.706000', '221733.709000', '221733.711000', '221733.714000', '221733.716000', '221733.719000', '221733.722000', '221733.724000', '221733.727000', '221733.729000', '221733.732000', '221733.734000', '221753.624000', '221753.626000', '221753.629000', '221753.631000', '221753.634000', '221753.637000', '221753.639000', '221753.642000', '221753.644000', '221753.647000', '221753.649000', '221753.652000', '221753.654000', '221753.657000', '221753.660000', '221753.662000', '221753.665000', '221753.667000', '221753.670000', '221753.673000', '221753.675000', '221753.678000', '221753.680000', '221753.683000', '221753.686000', '221753.688000', '221753.691000', '221753.693000', '221753.696000', '221753.699000', '221753.701000', '221753.704000', '221753.706000', '221753.709000', '221753.712000', '221753.714000', '221753.717000', '221753.719000', '221753.722000', '221753.724000', '221753.727000', '221753.730000', '221753.732000', '221813.624000', '221813.626000', '221813.629000', '221813.665000', '221813.668000', '221813.671000', '221813.673000', '221813.676000', '221813.678000', '221813.681000', '221813.683000', '221813.686000', '221813.689000', '221813.691000', '221813.694000', '221813.696000', '221813.699000', '221813.702000', '221813.704000', '221813.707000', '221813.709000', '221813.712000', '221813.715000', '221813.717000', '221813.720000', '221813.722000', '221813.725000', '221813.727000', '221813.730000', '221813.733000', '221813.735000', '221813.738000', '221813.740000', '221813.743000', '221813.745000', '221813.748000', '221813.751000', '221813.753000', '221813.756000', '221813.758000', '221813.761000', '221813.763000', '221813.766000', '221813.768000', '221833.624000', '221833.626000', '221833.629000', '221833.632000', '221833.634000', '221833.637000', '221833.639000', '221833.642000', '221833.644000', '221833.647000', '221833.650000', '221833.652000', '221833.655000', '221833.658000', '221833.660000', '221833.663000', '221833.666000', '221833.668000', '221833.671000', '221833.673000', '221833.676000', '221833.678000', '221833.681000', '221833.683000', '221833.686000', '221833.689000', '221833.691000', '221833.694000', '221833.697000', '221833.699000', '221833.702000', '221833.704000', '221833.707000', '221833.709000', '221833.712000', '221833.715000', '221833.717000', '221833.720000', '221833.722000', '221833.725000', '221833.727000', '221833.730000', '221833.733000', '221853.624000', '221853.627000', '221853.629000', '221853.632000', '221853.634000', '221853.637000', '221853.640000', '221853.642000', '221853.645000', '221853.647000', '221853.650000', '221853.652000', '221853.655000', '221853.657000', '221853.660000', '221853.663000', '221853.665000', '221853.668000', '221853.670000', '221853.673000', '221853.675000', '221853.678000', '221853.681000', '221853.683000', '221853.686000', '221853.688000', '221853.691000', '221853.693000', '221853.696000', '221853.699000', '221853.701000', '221853.704000', '221853.706000', '221853.709000', '221853.712000', '221853.714000', '221853.717000', '221853.719000', '221853.722000', '221853.724000', '221853.727000', '221853.730000', '221853.732000', '221853.735000', '221913.624000', '221913.628000', '221913.631000', '221913.633000', '221913.636000', '221913.639000', '221913.641000', '221913.644000', '221913.646000', '221913.649000', '221913.652000', '221913.654000', '221913.657000', '221913.659000', '221913.662000', '221913.664000', '221913.667000', '221913.670000', '221913.672000', '221913.675000', '221913.677000', '221913.680000', '221913.682000', '221913.685000', '221913.688000', '221913.690000', '221913.693000', '221913.695000', '221913.698000', '221913.700000', '221913.703000', '221913.706000', '221913.708000', '221913.711000', '221913.713000', '221913.716000', '221913.718000', '221913.721000', '221913.724000', '221913.726000', '221913.729000', '221913.731000', '221913.734000', '221933.625000', '221933.638000', '221933.641000', '221933.643000', '221933.646000', '221933.649000', '221933.651000', '221933.654000', '221933.656000', '221933.659000', '221933.661000', '221933.664000', '221933.667000', '221933.669000', '221933.684000', '221933.687000', '221933.689000', '221933.692000', '221933.694000', '221933.697000', '221933.700000', '221933.702000', '221933.705000', '221933.707000', '221933.710000', '221933.712000', '221933.715000', '221933.717000', '221933.720000', '221933.723000', '221933.725000', '221933.728000', '221933.730000', '221933.733000', '221933.735000', '221933.738000', '221933.741000', '221933.743000', '221933.746000', '221933.748000', '221933.751000', '221933.753000', '221933.756000', '221933.758000', '221953.624000', '221953.627000', '221953.630000', '221953.632000', '221953.635000', '221953.638000', '221953.640000', '221953.643000', '221953.645000', '221953.648000', '221953.650000', '221953.653000', '221953.656000', '221953.659000', '221953.662000', '221953.665000', '221953.668000', '221953.670000', '221953.673000', '221953.675000', '221953.678000', '221953.680000', '221953.683000', '221953.686000', '221953.688000', '221953.691000', '221953.693000', '221953.696000', '221953.699000', '221953.701000', '221953.704000', '221953.706000', '221953.709000', '221953.711000', '221953.714000', '221953.717000', '221953.719000', '221953.722000', '221953.724000', '221953.727000', '221953.729000', '221953.732000', '221953.735000', '222013.624000', '222013.626000', '222013.629000', '222013.632000', '222013.634000', '222013.637000', '222013.639000', '222013.642000', '222013.645000', '222013.647000', '222013.650000', '222013.653000', '222013.655000', '222013.658000', '222013.660000', '222013.663000', '222013.666000', '222013.668000', '222013.671000', '222013.673000', '222013.676000', '222013.678000', '222013.681000', '222013.684000', '222013.686000', '222013.689000', '222013.691000', '222013.694000', '222013.697000', '222013.699000', '222013.702000', '222013.704000', '222013.707000', '222013.709000', '222013.712000', '222013.715000', '222013.717000', '222013.720000', '222013.722000', '222013.725000', '222013.727000', '222013.730000', '222013.733000', '222013.735000', '222033.624000', '222033.626000', '222033.629000', '222033.632000', '222033.634000', '222033.637000', '222033.639000', '222033.643000', '222033.646000', '222033.649000', '222033.651000', '222033.654000', '222033.656000', '222033.659000', '222033.662000', '222033.664000', '222033.668000', '222033.670000', '222033.673000', '222033.675000', '222033.678000', '222033.680000', '222033.683000', '222033.686000', '222033.688000', '222033.691000', '222033.693000', '222033.696000', '222033.699000', '222033.701000', '222033.704000', '222033.706000', '222033.709000', '222033.711000', '222033.714000', '222033.717000', '222033.719000', '222033.722000', '222033.725000', '222033.727000', '222033.730000', '222033.732000', '222033.735000', '222053.623000', '222053.626000', '222053.629000', '222053.632000', '222053.634000', '222053.637000', '222053.640000', '222053.642000', '222053.645000', '222053.647000', '222053.663000', '222053.666000', '222053.669000', '222053.671000', '222053.674000', '222053.677000', '222053.679000', '222053.682000', '222053.685000', '222053.687000', '222053.690000', '222053.692000', '222053.695000', '222053.698000', '222053.701000', '222053.703000', '222053.706000', '222053.708000', '222053.711000', '222053.714000', '222053.716000', '222053.719000', '222053.722000', '222053.724000', '222053.727000', '222053.729000', '222053.732000', '222053.735000', '222053.737000', '222053.740000', '222053.742000', '222053.745000', '222053.748000', '222053.750000', '222113.624000', '222113.626000', '222113.629000', '222113.632000', '222113.634000', '222113.637000', '222113.640000', '222113.642000', '222113.645000', '222113.647000', '222113.650000', '222113.653000', '222113.655000', '222113.658000', '222113.660000', '222113.663000', '222113.666000', '222113.669000', '222113.672000', '222113.674000', '222113.677000', '222113.680000', '222113.682000', '222113.685000', '222113.687000', '222113.690000', '222113.693000', '222113.695000', '222113.698000', '222113.700000', '222113.703000', '222113.705000', '222113.708000', '222113.711000', '222113.713000', '222113.716000', '222113.718000', '222113.721000', '222113.724000', '222113.726000', '222113.729000', '222113.731000', '222113.734000', '222133.624000', '222133.626000', '222133.629000', '222133.632000', '222133.634000', '222133.637000', '222133.640000', '222133.642000', '222133.645000', '222133.647000', '222133.650000', '222133.653000', '222133.655000', '222133.658000', '222133.660000', '222133.663000', '222133.666000', '222133.668000', '222133.671000', '222133.673000', '222133.676000', '222133.679000', '222133.681000', '222133.684000', '222133.686000', '222133.689000', '222133.692000', '222133.694000', '222133.697000', '222133.699000', '222133.702000', '222133.704000', '222133.707000', '222133.710000', '222133.712000', '222133.715000', '222133.718000', '222133.720000', '222133.723000', '222133.726000', '222133.728000', '222133.731000', '222133.733000', '222133.736000', '222153.625000', '222153.628000', '222153.630000', '222153.633000', '222153.635000', '222153.638000', '222153.640000', '222153.643000', '222153.646000', '222153.648000', '222153.651000', '222153.654000', '222153.656000', '222153.659000', '222153.661000', '222153.664000', '222153.666000', '222153.670000', '222153.673000', '222153.676000', '222153.678000', '222153.681000', '222153.684000', '222153.686000', '222153.689000', '222153.691000', '222153.694000', '222153.697000', '222153.699000', '222153.702000', '222153.706000', '222153.709000', '222153.711000', '222153.714000', '222153.717000', '222153.719000', '222153.722000', '222153.724000', '222153.727000', '222153.730000', '222153.732000', '222153.735000', '222153.738000', '222213.625000', '222213.627000', '222213.630000', '222213.633000', '222213.635000', '222213.638000', '222213.640000', '222213.643000', '222213.646000', '222213.648000', '222213.651000', '222213.653000', '222213.656000', '222213.658000', '222213.661000', '222213.664000', '222213.666000', '222213.669000', '222213.671000', '222213.674000', '222213.677000', '222213.680000', '222213.682000', '222213.685000', '222213.687000', '222213.690000', '222213.693000', '222213.695000', '222213.698000', '222213.700000', '222213.703000', '222213.706000', '222213.708000', '222213.711000', '222213.713000', '222213.716000', '222213.719000', '222213.721000', '222213.724000', '222213.727000', '222213.729000', '222213.732000', '222213.734000', '222213.737000', '222233.624000', '222233.626000', '222233.629000', '222233.632000', '222233.634000', '222233.637000', '222233.639000', '222233.642000', '222233.645000', '222233.647000', '222233.650000', '222233.652000', '222233.655000', '222233.658000', '222233.660000', '222233.663000', '222233.666000', '222233.668000', '222233.671000', '222233.673000', '222233.676000', '222233.679000', '222233.681000', '222233.684000', '222233.686000', '222233.689000', '222233.692000', '222233.694000', '222233.697000', '222233.700000', '222233.703000', '222233.706000', '222233.709000', '222233.714000', '222233.717000', '222233.720000', '222233.722000', '222233.725000', '222233.728000', '222233.730000', '222233.733000', '222233.735000', '222233.738000', '222253.624000', '222253.627000', '222253.640000', '222253.642000', '222253.645000', '222253.648000', '222253.650000', '222253.653000', '222253.655000', '222253.658000', '222253.661000', '222253.663000', '222253.666000', '222253.668000', '222253.671000', '222253.673000', '222253.676000', '222253.679000', '222253.681000', '222253.684000', '222253.686000', '222253.689000', '222253.692000', '222253.694000', '222253.697000', '222253.699000', '222253.702000', '222253.704000', '222253.707000', '222253.710000', '222253.712000', '222253.715000', '222253.717000', '222253.720000', '222253.723000', '222253.725000', '222253.728000', '222253.730000', '222253.733000', '222253.736000', '222253.738000', '222253.741000', '222253.743000', '222313.624000', '222313.626000', '222313.629000', '222313.632000', '222313.634000', '222313.637000', '222313.639000', '222313.642000', '222313.645000', '222313.647000', '222313.650000', '222313.652000', '222313.655000', '222313.658000', '222313.660000', '222313.663000', '222313.665000', '222313.668000', '222313.670000', '222313.673000', '222313.676000', '222313.678000', '222313.681000', '222313.683000', '222313.686000', '222313.688000', '222313.691000', '222313.694000', '222313.696000', '222313.699000', '222313.701000', '222313.704000', '222313.706000', '222313.717000', '222313.720000', '222313.722000', '222313.725000', '222313.728000', '222313.730000', '222313.733000', '222313.735000', '222313.738000', '222313.740000', '222313.744000', '222333.624000', '222333.626000', '222333.629000', '222333.632000', '222333.634000', '222333.637000', '222333.639000', '222333.642000', '222333.645000', '222333.647000', '222333.650000', '222333.652000', '222333.655000', '222333.657000', '222333.660000', '222333.663000', '222333.665000', '222333.668000', '222333.670000', '222333.673000', '222333.676000', '222333.678000', '222333.681000', '222333.683000', '222333.686000', '222333.688000', '222333.691000', '222333.694000', '222333.696000', '222333.699000', '222333.701000', '222333.704000', '222333.706000', '222333.709000', '222333.712000', '222333.714000', '222333.717000', '222333.719000', '222333.722000', '222333.725000', '222333.727000', '222333.730000', '222333.733000', '222333.735000', '222353.624000', '222353.627000', '222353.629000', '222353.632000', '222353.635000', '222353.637000', '222353.640000', '222353.642000', '222353.645000', '222353.648000', '222353.650000', '222353.653000', '222353.655000', '222353.658000', '222353.660000', '222353.663000', '222353.666000', '222353.668000', '222353.671000', '222353.674000', '222353.676000', '222353.679000', '222353.681000', '222353.684000', '222353.687000', '222353.689000', '222353.692000', '222353.695000', '222353.697000', '222353.700000', '222353.702000', '222353.705000', '222353.708000', '222353.710000', '222353.713000', '222353.715000', '222353.718000', '222353.720000', '222353.723000', '222353.726000', '222353.728000', '222353.731000', '222353.733000', '222413.625000', '222413.628000', '222413.630000', '222413.633000', '222413.635000', '222413.638000', '222413.641000', '222413.643000', '222413.646000', '222413.648000', '222413.651000', '222413.653000', '222413.656000', '222413.658000', '222413.661000', '222413.664000', '222413.666000', '222413.669000', '222413.671000', '222413.674000', '222413.677000', '222413.679000', '222413.682000', '222413.684000', '222413.687000', '222413.690000', '222413.692000', '222413.695000', '222413.697000', '222413.700000', '222413.703000', '222413.705000', '222413.708000', '222413.710000', '222413.713000', '222413.715000', '222413.718000', '222413.720000', '222413.723000', '222413.726000', '222413.728000', '222413.731000', '222413.733000', '222413.736000', '222433.636000', '222433.639000', '222433.641000', '222433.644000', '222433.646000', '222433.649000', '222433.651000', '222433.654000', '222433.657000', '222433.659000', '222433.662000', '222433.664000', '222433.667000', '222433.669000', '222433.672000', '222433.675000', '222433.677000', '222433.680000', '222433.682000', '222433.685000', '222433.687000', '222433.690000', '222433.693000', '222433.695000', '222433.698000', '222433.700000', '222433.703000', '222433.705000', '222433.708000', '222433.711000', '222433.713000', '222433.716000', '222433.718000', '222433.721000', '222433.724000', '222433.726000', '222433.729000', '222433.731000', '222433.734000', '222433.737000', '222433.739000', '222433.742000', '222433.744000', '222453.624000', '222453.626000', '222453.629000', '222453.632000', '222453.634000', '222453.637000', '222453.639000', '222453.642000', '222453.645000', '222453.647000', '222453.650000', '222453.652000', '222453.655000', '222453.657000', '222453.660000', '222453.663000', '222453.665000', '222453.668000', '222453.670000', '222453.673000', '222453.675000', '222453.678000', '222453.680000', '222453.683000', '222453.686000', '222453.688000', '222453.691000', '222453.693000', '222453.696000', '222453.698000', '222453.701000', '222453.704000', '222453.706000', '222453.709000', '222453.711000', '222453.714000', '222453.717000', '222453.719000', '222453.722000', '222453.724000', '222453.727000', '222453.729000', '222453.732000', '222453.735000', '222513.623000', '222513.626000', '222513.629000', '222513.632000', '222513.634000', '222513.637000', '222513.639000', '222513.642000', '222513.644000', '222513.647000', '222513.650000', '222513.652000', '222513.655000', '222513.657000', '222513.660000', '222513.662000', '222513.665000', '222513.668000', '222513.670000', '222513.673000', '222513.675000', '222513.678000', '222513.681000', '222513.683000', '222513.686000', '222513.688000', '222513.691000', '222513.693000', '222513.696000', '222513.699000', '222513.701000', '222513.704000', '222513.706000', '222513.709000', '222513.712000', '222513.714000', '222513.717000', '222513.719000', '222513.722000', '222513.724000', '222513.727000', '222513.730000', '222513.732000', '222533.624000', '222533.627000', '222533.629000', '222533.632000', '222533.634000', '222533.637000', '222533.640000', '222533.642000', '222533.645000', '222533.647000', '222533.650000', '222533.653000', '222533.655000', '222533.658000', '222533.661000', '222533.663000', '222533.666000', '222533.668000', '222533.671000', '222533.674000', '222533.676000', '222533.679000', '222533.681000', '222533.684000', '222533.686000', '222533.689000', '222533.698000', '222533.700000', '222533.703000', '222533.706000', '222533.708000', '222533.711000', '222533.713000', '222533.716000', '222533.718000', '222533.721000', '222533.724000', '222533.726000', '222533.729000', '222533.731000', '222533.734000', '222533.736000', '222533.739000', '222533.742000', '222553.624000', '222553.627000', '222553.629000', '222553.632000', '222553.635000', '222553.637000', '222553.640000', '222553.643000', '222553.645000', '222553.648000', '222553.650000', '222553.653000', '222553.656000', '222553.658000', '222553.661000', '222553.663000', '222553.666000', '222553.669000', '222553.671000', '222553.674000', '222553.677000', '222553.679000', '222553.682000', '222553.684000', '222553.687000', '222553.690000', '222553.692000', '222553.695000', '222553.697000', '222553.700000', '222553.702000', '222553.705000', '222553.708000', '222553.710000', '222553.713000', '222553.715000', '222553.718000', '222553.721000', '222553.724000', '222553.726000', '222553.729000', '222553.732000', '222553.734000', '222604.345000', '222604.348000', '222604.350000', '222604.353000', '222604.356000', '222604.358000', '222604.361000', '222604.364000', '222604.366000', '222604.369000', '222604.373000', '222604.376000', '222604.378000', '222604.381000', '222604.384000', '222604.386000', '222604.389000', '222604.392000', '222604.394000', '222604.397000', '222604.400000', '222604.402000', '222604.405000', '222604.407000'], 'InstanceCreationTime': ['221213.675000', '221213.678000', '221213.681000', '221213.683000', '221213.686000', '221213.688000', '221213.691000', '221213.693000', '221213.696000', '221213.698000', '221213.701000', '221213.704000', '221213.706000', '221213.709000', '221213.712000', '221213.714000', '221213.717000', '221213.719000', '221213.722000', '221213.725000', '221213.727000', '221213.730000', '221213.732000', '221213.735000', '221213.737000', '221213.740000', '221213.743000', '221213.745000', '221213.748000', '221213.750000', '221213.753000', '221213.755000', '221213.758000', '221213.760000', '221213.763000', '221213.766000', '221213.768000', '221213.771000', '221213.773000', '221213.776000', '221213.779000', '221213.781000', '221213.784000', '221213.787000', '221213.789000', '221213.797000', '221213.799000', '221213.803000', '221213.805000', '221213.808000', '221213.811000', '221213.813000', '221213.816000', '221233.624000', '221233.627000', '221233.630000', '221233.632000', '221233.635000', '221233.638000', '221233.640000', '221233.643000', '221233.645000', '221233.648000', '221233.650000', '221233.653000', '221233.656000', '221233.658000', '221233.661000', '221233.663000', '221233.666000', '221233.668000', '221233.671000', '221233.673000', '221233.676000', '221233.679000', '221233.681000', '221233.684000', '221233.686000', '221233.689000', '221233.691000', '221233.694000', '221233.701000', '221233.703000', '221233.706000', '221233.708000', '221233.711000', '221233.713000', '221233.716000', '221233.718000', '221233.721000', '221233.723000', '221233.726000', '221233.729000', '221233.731000', '221233.734000', '221233.736000', '221253.624000', '221253.627000', '221253.630000', '221253.632000', '221253.635000', '221253.638000', '221253.640000', '221253.643000', '221253.645000', '221253.648000', '221253.650000', '221253.653000', '221253.656000', '221253.658000', '221253.661000', '221253.663000', '221253.667000', '221253.670000', '221253.673000', '221253.675000', '221253.678000', '221253.680000', '221253.683000', '221253.686000', '221253.688000', '221253.691000', '221253.693000', '221253.696000', '221253.698000', '221253.701000', '221253.703000', '221253.706000', '221253.709000', '221253.711000', '221253.714000', '221253.716000', '221253.719000', '221253.721000', '221253.724000', '221253.727000', '221253.729000', '221253.732000', '221253.735000', '221313.623000', '221313.626000', '221313.629000', '221313.632000', '221313.634000', '221313.637000', '221313.639000', '221313.642000', '221313.649000', '221313.652000', '221313.654000', '221313.657000', '221313.659000', '221313.662000', '221313.664000', '221313.667000', '221313.669000', '221313.672000', '221313.675000', '221313.677000', '221313.680000', '221313.682000', '221313.685000', '221313.687000', '221313.690000', '221313.693000', '221313.695000', '221313.698000', '221313.700000', '221313.703000', '221313.705000', '221313.708000', '221313.711000', '221313.713000', '221313.716000', '221313.718000', '221313.721000', '221313.723000', '221313.726000', '221313.729000', '221313.731000', '221313.734000', '221313.737000', '221313.739000', '221333.624000', '221333.626000', '221333.629000', '221333.632000', '221333.634000', '221333.637000', '221333.639000', '221333.642000', '221333.647000', '221333.651000', '221333.654000', '221333.657000', '221333.659000', '221333.662000', '221333.665000', '221333.667000', '221333.670000', '221333.672000', '221333.675000', '221333.678000', '221333.680000', '221333.683000', '221333.685000', '221333.688000', '221333.690000', '221333.693000', '221333.695000', '221333.698000', '221333.722000', '221333.725000', '221333.727000', '221333.730000', '221333.732000', '221333.735000', '221333.738000', '221333.740000', '221333.743000', '221333.745000', '221333.748000', '221333.750000', '221333.753000', '221333.755000', '221333.758000', '221353.623000', '221353.626000', '221353.629000', '221353.631000', '221353.634000', '221353.636000', '221353.639000', '221353.642000', '221353.644000', '221353.647000', '221353.649000', '221353.652000', '221353.654000', '221353.657000', '221353.660000', '221353.662000', '221353.665000', '221353.667000', '221353.670000', '221353.672000', '221353.675000', '221353.678000', '221353.680000', '221353.683000', '221353.685000', '221353.688000', '221353.691000', '221353.693000', '221353.696000', '221353.698000', '221353.701000', '221353.703000', '221353.706000', '221353.709000', '221353.711000', '221353.714000', '221353.716000', '221353.719000', '221353.721000', '221353.724000', '221353.730000', '221353.732000', '221353.735000', '221353.737000', '221413.623000', '221413.626000', '221413.629000', '221413.631000', '221413.634000', '221413.637000', '221413.639000', '221413.642000', '221413.644000', '221413.647000', '221413.650000', '221413.652000', '221413.655000', '221413.657000', '221413.660000', '221413.663000', '221413.665000', '221413.668000', '221413.670000', '221413.673000', '221413.676000', '221413.679000', '221413.682000', '221413.685000', '221413.687000', '221413.690000', '221413.692000', '221413.695000', '221413.698000', '221413.700000', '221413.703000', '221413.706000', '221413.709000', '221413.711000', '221413.714000', '221413.717000', '221413.719000', '221413.722000', '221413.724000', '221413.727000', '221413.729000', '221413.732000', '221413.735000', '221433.623000', '221433.626000', '221433.629000', '221433.631000', '221433.634000', '221433.636000', '221433.639000', '221433.641000', '221433.644000', '221433.647000', '221433.649000', '221433.652000', '221433.654000', '221433.657000', '221433.659000', '221433.662000', '221433.665000', '221433.667000', '221433.670000', '221433.672000', '221433.675000', '221433.677000', '221433.680000', '221433.683000', '221433.685000', '221433.688000', '221433.690000', '221433.693000', '221433.696000', '221433.698000', '221433.707000', '221433.709000', '221433.712000', '221433.714000', '221433.717000', '221433.719000', '221433.722000', '221433.725000', '221433.727000', '221433.730000', '221433.732000', '221433.735000', '221433.737000', '221433.740000', '221453.624000', '221453.627000', '221453.630000', '221453.632000', '221453.635000', '221453.638000', '221453.640000', '221453.643000', '221453.645000', '221453.648000', '221453.650000', '221453.653000', '221453.656000', '221453.658000', '221453.661000', '221453.664000', '221453.666000', '221453.669000', '221453.671000', '221453.674000', '221453.677000', '221453.679000', '221453.682000', '221453.684000', '221453.687000', '221453.689000', '221453.692000', '221453.695000', '221453.697000', '221453.700000', '221453.702000', '221453.705000', '221453.708000', '221453.710000', '221453.713000', '221453.715000', '221453.718000', '221453.720000', '221453.723000', '221453.726000', '221453.728000', '221453.731000', '221453.733000', '221513.625000', '221513.627000', '221513.630000', '221513.633000', '221513.635000', '221513.638000', '221513.640000', '221513.643000', '221513.645000', '221513.648000', '221513.651000', '221513.653000', '221513.679000', '221513.682000', '221513.684000', '221513.687000', '221513.690000', '221513.692000', '221513.695000', '221513.697000', '221513.700000', '221513.702000', '221513.705000', '221513.708000', '221513.710000', '221513.720000', '221513.722000', '221513.725000', '221513.728000', '221513.730000', '221513.733000', '221513.735000', '221513.738000', '221513.740000', '221513.743000', '221513.746000', '221513.748000', '221513.751000', '221513.753000', '221513.756000', '221513.758000', '221513.761000', '221513.764000', '221513.766000', '221533.623000', '221533.626000', '221533.629000', '221533.631000', '221533.634000', '221533.637000', '221533.639000', '221533.642000', '221533.644000', '221533.647000', '221533.649000', '221533.652000', '221533.655000', '221533.657000', '221533.660000', '221533.662000', '221533.665000', '221533.667000', '221533.670000', '221533.673000', '221533.675000', '221533.678000', '221533.680000', '221533.683000', '221533.686000', '221533.688000', '221533.691000', '221533.693000', '221533.696000', '221533.699000', '221533.701000', '221533.704000', '221533.706000', '221533.709000', '221533.712000', '221533.714000', '221533.717000', '221533.720000', '221533.722000', '221533.725000', '221533.727000', '221533.730000', '221533.732000', '221553.624000', '221553.626000', '221553.629000', '221553.632000', '221553.634000', '221553.637000', '221553.639000', '221553.642000', '221553.644000', '221553.647000', '221553.649000', '221553.652000', '221553.655000', '221553.657000', '221553.660000', '221553.662000', '221553.665000', '221553.668000', '221553.670000', '221553.673000', '221553.675000', '221553.678000', '221553.680000', '221553.683000', '221553.686000', '221553.688000', '221553.691000', '221553.694000', '221553.696000', '221553.699000', '221553.702000', '221553.704000', '221553.707000', '221553.709000', '221553.712000', '221553.714000', '221553.717000', '221553.720000', '221553.722000', '221553.725000', '221553.727000', '221553.730000', '221553.733000', '221553.735000', '221613.623000', '221613.626000', '221613.629000', '221613.632000', '221613.634000', '221613.637000', '221613.639000', '221613.642000', '221613.644000', '221613.647000', '221613.650000', '221613.652000', '221613.655000', '221613.657000', '221613.660000', '221613.662000', '221613.665000', '221613.667000', '221613.670000', '221613.673000', '221613.675000', '221613.678000', '221613.680000', '221613.683000', '221613.685000', '221613.688000', '221613.690000', '221613.693000', '221613.696000', '221613.698000', '221613.701000', '221613.703000', '221613.706000', '221613.708000', '221613.711000', '221613.714000', '221613.717000', '221613.719000', '221613.722000', '221613.724000', '221613.727000', '221613.729000', '221613.732000', '221633.623000', '221633.626000', '221633.629000', '221633.632000', '221633.634000', '221633.637000', '221633.639000', '221633.642000', '221633.644000', '221633.647000', '221633.650000', '221633.652000', '221633.655000', '221633.657000', '221633.660000', '221633.662000', '221633.665000', '221633.668000', '221633.670000', '221633.673000', '221633.675000', '221633.678000', '221633.681000', '221633.683000', '221633.686000', '221633.688000', '221633.691000', '221633.693000', '221633.696000', '221633.699000', '221633.701000', '221633.704000', '221633.706000', '221633.709000', '221633.712000', '221633.714000', '221633.717000', '221633.719000', '221633.722000', '221633.724000', '221633.727000', '221633.730000', '221633.732000', '221633.735000', '221653.623000', '221653.626000', '221653.629000', '221653.632000', '221653.634000', '221653.637000', '221653.639000', '221653.642000', '221653.645000', '221653.647000', '221653.650000', '221653.652000', '221653.655000', '221653.658000', '221653.660000', '221653.663000', '221653.666000', '221653.668000', '221653.671000', '221653.673000', '221653.676000', '221653.679000', '221653.681000', '221653.684000', '221653.686000', '221653.689000', '221653.691000', '221653.694000', '221653.697000', '221653.699000', '221653.702000', '221653.704000', '221653.707000', '221653.710000', '221653.712000', '221653.715000', '221653.718000', '221653.720000', '221653.723000', '221653.725000', '221653.728000', '221653.731000', '221653.733000', '221713.624000', '221713.627000', '221713.630000', '221713.633000', '221713.635000', '221713.638000', '221713.640000', '221713.643000', '221713.645000', '221713.648000', '221713.650000', '221713.653000', '221713.656000', '221713.658000', '221713.661000', '221713.663000', '221713.666000', '221713.668000', '221713.671000', '221713.674000', '221713.676000', '221713.679000', '221713.681000', '221713.684000', '221713.686000', '221713.689000', '221713.692000', '221713.694000', '221713.697000', '221713.699000', '221713.702000', '221713.705000', '221713.707000', '221713.710000', '221713.712000', '221713.715000', '221713.718000', '221713.720000', '221713.723000', '221713.727000', '221713.730000', '221713.732000', '221713.735000', '221713.738000', '221733.624000', '221733.627000', '221733.630000', '221733.633000', '221733.635000', '221733.638000', '221733.640000', '221733.643000', '221733.645000', '221733.648000', '221733.650000', '221733.653000', '221733.656000', '221733.658000', '221733.661000', '221733.663000', '221733.666000', '221733.669000', '221733.671000', '221733.674000', '221733.676000', '221733.679000', '221733.681000', '221733.684000', '221733.687000', '221733.690000', '221733.693000', '221733.696000', '221733.698000', '221733.701000', '221733.704000', '221733.706000', '221733.709000', '221733.711000', '221733.714000', '221733.716000', '221733.719000', '221733.722000', '221733.724000', '221733.727000', '221733.729000', '221733.732000', '221733.734000', '221753.624000', '221753.626000', '221753.629000', '221753.631000', '221753.634000', '221753.637000', '221753.639000', '221753.642000', '221753.644000', '221753.647000', '221753.649000', '221753.652000', '221753.654000', '221753.657000', '221753.660000', '221753.662000', '221753.665000', '221753.667000', '221753.670000', '221753.673000', '221753.675000', '221753.678000', '221753.680000', '221753.683000', '221753.686000', '221753.688000', '221753.691000', '221753.693000', '221753.696000', '221753.699000', '221753.701000', '221753.704000', '221753.706000', '221753.709000', '221753.712000', '221753.714000', '221753.717000', '221753.719000', '221753.722000', '221753.724000', '221753.727000', '221753.730000', '221753.732000', '221813.624000', '221813.626000', '221813.629000', '221813.665000', '221813.668000', '221813.671000', '221813.673000', '221813.676000', '221813.678000', '221813.681000', '221813.683000', '221813.686000', '221813.689000', '221813.691000', '221813.694000', '221813.696000', '221813.699000', '221813.702000', '221813.704000', '221813.707000', '221813.709000', '221813.712000', '221813.715000', '221813.717000', '221813.720000', '221813.722000', '221813.725000', '221813.727000', '221813.730000', '221813.733000', '221813.735000', '221813.738000', '221813.740000', '221813.743000', '221813.745000', '221813.748000', '221813.751000', '221813.753000', '221813.756000', '221813.758000', '221813.761000', '221813.763000', '221813.766000', '221813.768000', '221833.624000', '221833.626000', '221833.629000', '221833.632000', '221833.634000', '221833.637000', '221833.639000', '221833.642000', '221833.644000', '221833.647000', '221833.650000', '221833.652000', '221833.655000', '221833.658000', '221833.660000', '221833.663000', '221833.666000', '221833.668000', '221833.671000', '221833.673000', '221833.676000', '221833.678000', '221833.681000', '221833.683000', '221833.686000', '221833.689000', '221833.691000', '221833.694000', '221833.697000', '221833.699000', '221833.702000', '221833.704000', '221833.707000', '221833.709000', '221833.712000', '221833.715000', '221833.717000', '221833.720000', '221833.722000', '221833.725000', '221833.727000', '221833.730000', '221833.733000', '221853.624000', '221853.627000', '221853.629000', '221853.632000', '221853.634000', '221853.637000', '221853.640000', '221853.642000', '221853.645000', '221853.647000', '221853.650000', '221853.652000', '221853.655000', '221853.657000', '221853.660000', '221853.663000', '221853.665000', '221853.668000', '221853.670000', '221853.673000', '221853.675000', '221853.678000', '221853.681000', '221853.683000', '221853.686000', '221853.688000', '221853.691000', '221853.693000', '221853.696000', '221853.699000', '221853.701000', '221853.704000', '221853.706000', '221853.709000', '221853.712000', '221853.714000', '221853.717000', '221853.719000', '221853.722000', '221853.724000', '221853.727000', '221853.730000', '221853.732000', '221853.735000', '221913.624000', '221913.628000', '221913.631000', '221913.633000', '221913.636000', '221913.639000', '221913.641000', '221913.644000', '221913.646000', '221913.649000', '221913.652000', '221913.654000', '221913.657000', '221913.659000', '221913.662000', '221913.664000', '221913.667000', '221913.670000', '221913.672000', '221913.675000', '221913.677000', '221913.680000', '221913.682000', '221913.685000', '221913.688000', '221913.690000', '221913.693000', '221913.695000', '221913.698000', '221913.700000', '221913.703000', '221913.706000', '221913.708000', '221913.711000', '221913.713000', '221913.716000', '221913.718000', '221913.721000', '221913.724000', '221913.726000', '221913.729000', '221913.731000', '221913.734000', '221933.625000', '221933.638000', '221933.641000', '221933.643000', '221933.646000', '221933.649000', '221933.651000', '221933.654000', '221933.656000', '221933.659000', '221933.661000', '221933.664000', '221933.667000', '221933.669000', '221933.684000', '221933.687000', '221933.689000', '221933.692000', '221933.694000', '221933.697000', '221933.700000', '221933.702000', '221933.705000', '221933.707000', '221933.710000', '221933.712000', '221933.715000', '221933.717000', '221933.720000', '221933.723000', '221933.725000', '221933.728000', '221933.730000', '221933.733000', '221933.735000', '221933.738000', '221933.741000', '221933.743000', '221933.746000', '221933.748000', '221933.751000', '221933.753000', '221933.756000', '221933.758000', '221953.624000', '221953.627000', '221953.630000', '221953.632000', '221953.635000', '221953.638000', '221953.640000', '221953.643000', '221953.645000', '221953.648000', '221953.650000', '221953.653000', '221953.656000', '221953.659000', '221953.662000', '221953.665000', '221953.668000', '221953.670000', '221953.673000', '221953.675000', '221953.678000', '221953.680000', '221953.683000', '221953.686000', '221953.688000', '221953.691000', '221953.693000', '221953.696000', '221953.699000', '221953.701000', '221953.704000', '221953.706000', '221953.709000', '221953.711000', '221953.714000', '221953.717000', '221953.719000', '221953.722000', '221953.724000', '221953.727000', '221953.729000', '221953.732000', '221953.735000', '222013.624000', '222013.626000', '222013.629000', '222013.632000', '222013.634000', '222013.637000', '222013.639000', '222013.642000', '222013.645000', '222013.647000', '222013.650000', '222013.653000', '222013.655000', '222013.658000', '222013.660000', '222013.663000', '222013.666000', '222013.668000', '222013.671000', '222013.673000', '222013.676000', '222013.678000', '222013.681000', '222013.684000', '222013.686000', '222013.689000', '222013.691000', '222013.694000', '222013.697000', '222013.699000', '222013.702000', '222013.704000', '222013.707000', '222013.709000', '222013.712000', '222013.715000', '222013.717000', '222013.720000', '222013.722000', '222013.725000', '222013.727000', '222013.730000', '222013.733000', '222013.735000', '222033.624000', '222033.626000', '222033.629000', '222033.632000', '222033.634000', '222033.637000', '222033.639000', '222033.643000', '222033.646000', '222033.649000', '222033.651000', '222033.654000', '222033.656000', '222033.659000', '222033.662000', '222033.664000', '222033.668000', '222033.670000', '222033.673000', '222033.675000', '222033.678000', '222033.680000', '222033.683000', '222033.686000', '222033.688000', '222033.691000', '222033.693000', '222033.696000', '222033.699000', '222033.701000', '222033.704000', '222033.706000', '222033.709000', '222033.711000', '222033.714000', '222033.717000', '222033.719000', '222033.722000', '222033.725000', '222033.727000', '222033.730000', '222033.732000', '222033.735000', '222053.623000', '222053.626000', '222053.629000', '222053.632000', '222053.634000', '222053.637000', '222053.640000', '222053.642000', '222053.645000', '222053.647000', '222053.663000', '222053.666000', '222053.669000', '222053.671000', '222053.674000', '222053.677000', '222053.679000', '222053.682000', '222053.685000', '222053.687000', '222053.690000', '222053.692000', '222053.695000', '222053.698000', '222053.701000', '222053.703000', '222053.706000', '222053.708000', '222053.711000', '222053.714000', '222053.716000', '222053.719000', '222053.722000', '222053.724000', '222053.727000', '222053.729000', '222053.732000', '222053.735000', '222053.737000', '222053.740000', '222053.742000', '222053.745000', '222053.748000', '222053.750000', '222113.624000', '222113.626000', '222113.629000', '222113.632000', '222113.634000', '222113.637000', '222113.640000', '222113.642000', '222113.645000', '222113.647000', '222113.650000', '222113.653000', '222113.655000', '222113.658000', '222113.660000', '222113.663000', '222113.666000', '222113.669000', '222113.672000', '222113.674000', '222113.677000', '222113.680000', '222113.682000', '222113.685000', '222113.687000', '222113.690000', '222113.693000', '222113.695000', '222113.698000', '222113.700000', '222113.703000', '222113.705000', '222113.708000', '222113.711000', '222113.713000', '222113.716000', '222113.718000', '222113.721000', '222113.724000', '222113.726000', '222113.729000', '222113.731000', '222113.734000', '222133.624000', '222133.626000', '222133.629000', '222133.632000', '222133.634000', '222133.637000', '222133.640000', '222133.642000', '222133.645000', '222133.647000', '222133.650000', '222133.653000', '222133.655000', '222133.658000', '222133.660000', '222133.663000', '222133.666000', '222133.668000', '222133.671000', '222133.673000', '222133.676000', '222133.679000', '222133.681000', '222133.684000', '222133.686000', '222133.689000', '222133.692000', '222133.694000', '222133.697000', '222133.699000', '222133.702000', '222133.704000', '222133.707000', '222133.710000', '222133.712000', '222133.715000', '222133.718000', '222133.720000', '222133.723000', '222133.726000', '222133.728000', '222133.731000', '222133.733000', '222133.736000', '222153.625000', '222153.628000', '222153.630000', '222153.633000', '222153.635000', '222153.638000', '222153.640000', '222153.643000', '222153.646000', '222153.648000', '222153.651000', '222153.654000', '222153.656000', '222153.659000', '222153.661000', '222153.664000', '222153.666000', '222153.670000', '222153.673000', '222153.676000', '222153.678000', '222153.681000', '222153.684000', '222153.686000', '222153.689000', '222153.691000', '222153.694000', '222153.697000', '222153.699000', '222153.702000', '222153.706000', '222153.709000', '222153.711000', '222153.714000', '222153.717000', '222153.719000', '222153.722000', '222153.724000', '222153.727000', '222153.730000', '222153.732000', '222153.735000', '222153.738000', '222213.625000', '222213.627000', '222213.630000', '222213.633000', '222213.635000', '222213.638000', '222213.640000', '222213.643000', '222213.646000', '222213.648000', '222213.651000', '222213.653000', '222213.656000', '222213.658000', '222213.661000', '222213.664000', '222213.666000', '222213.669000', '222213.671000', '222213.674000', '222213.677000', '222213.680000', '222213.682000', '222213.685000', '222213.687000', '222213.690000', '222213.693000', '222213.695000', '222213.698000', '222213.700000', '222213.703000', '222213.706000', '222213.708000', '222213.711000', '222213.713000', '222213.716000', '222213.719000', '222213.721000', '222213.724000', '222213.727000', '222213.729000', '222213.732000', '222213.734000', '222213.737000', '222233.624000', '222233.626000', '222233.629000', '222233.632000', '222233.634000', '222233.637000', '222233.639000', '222233.642000', '222233.645000', '222233.647000', '222233.650000', '222233.652000', '222233.655000', '222233.658000', '222233.660000', '222233.663000', '222233.666000', '222233.668000', '222233.671000', '222233.673000', '222233.676000', '222233.679000', '222233.681000', '222233.684000', '222233.686000', '222233.689000', '222233.692000', '222233.694000', '222233.697000', '222233.700000', '222233.703000', '222233.706000', '222233.709000', '222233.714000', '222233.717000', '222233.720000', '222233.722000', '222233.725000', '222233.728000', '222233.730000', '222233.733000', '222233.735000', '222233.738000', '222253.624000', '222253.627000', '222253.640000', '222253.642000', '222253.645000', '222253.648000', '222253.650000', '222253.653000', '222253.655000', '222253.658000', '222253.661000', '222253.663000', '222253.666000', '222253.668000', '222253.671000', '222253.673000', '222253.676000', '222253.679000', '222253.681000', '222253.684000', '222253.686000', '222253.689000', '222253.692000', '222253.694000', '222253.697000', '222253.699000', '222253.702000', '222253.704000', '222253.707000', '222253.710000', '222253.712000', '222253.715000', '222253.717000', '222253.720000', '222253.723000', '222253.725000', '222253.728000', '222253.730000', '222253.733000', '222253.736000', '222253.738000', '222253.741000', '222253.743000', '222313.624000', '222313.626000', '222313.629000', '222313.632000', '222313.634000', '222313.637000', '222313.639000', '222313.642000', '222313.645000', '222313.647000', '222313.650000', '222313.652000', '222313.655000', '222313.658000', '222313.660000', '222313.663000', '222313.665000', '222313.668000', '222313.670000', '222313.673000', '222313.676000', '222313.678000', '222313.681000', '222313.683000', '222313.686000', '222313.688000', '222313.691000', '222313.694000', '222313.696000', '222313.699000', '222313.701000', '222313.704000', '222313.706000', '222313.717000', '222313.720000', '222313.722000', '222313.725000', '222313.728000', '222313.730000', '222313.733000', '222313.735000', '222313.738000', '222313.740000', '222313.744000', '222333.624000', '222333.626000', '222333.629000', '222333.632000', '222333.634000', '222333.637000', '222333.639000', '222333.642000', '222333.645000', '222333.647000', '222333.650000', '222333.652000', '222333.655000', '222333.657000', '222333.660000', '222333.663000', '222333.665000', '222333.668000', '222333.670000', '222333.673000', '222333.676000', '222333.678000', '222333.681000', '222333.683000', '222333.686000', '222333.688000', '222333.691000', '222333.694000', '222333.696000', '222333.699000', '222333.701000', '222333.704000', '222333.706000', '222333.709000', '222333.712000', '222333.714000', '222333.717000', '222333.719000', '222333.722000', '222333.725000', '222333.727000', '222333.730000', '222333.733000', '222333.735000', '222353.624000', '222353.627000', '222353.629000', '222353.632000', '222353.635000', '222353.637000', '222353.640000', '222353.642000', '222353.645000', '222353.648000', '222353.650000', '222353.653000', '222353.655000', '222353.658000', '222353.660000', '222353.663000', '222353.666000', '222353.668000', '222353.671000', '222353.674000', '222353.676000', '222353.679000', '222353.681000', '222353.684000', '222353.687000', '222353.689000', '222353.692000', '222353.695000', '222353.697000', '222353.700000', '222353.702000', '222353.705000', '222353.708000', '222353.710000', '222353.713000', '222353.715000', '222353.718000', '222353.720000', '222353.723000', '222353.726000', '222353.728000', '222353.731000', '222353.733000', '222413.625000', '222413.628000', '222413.630000', '222413.633000', '222413.635000', '222413.638000', '222413.641000', '222413.643000', '222413.646000', '222413.648000', '222413.651000', '222413.653000', '222413.656000', '222413.658000', '222413.661000', '222413.664000', '222413.666000', '222413.669000', '222413.671000', '222413.674000', '222413.677000', '222413.679000', '222413.682000', '222413.684000', '222413.687000', '222413.690000', '222413.692000', '222413.695000', '222413.697000', '222413.700000', '222413.703000', '222413.705000', '222413.708000', '222413.710000', '222413.713000', '222413.715000', '222413.718000', '222413.720000', '222413.723000', '222413.726000', '222413.728000', '222413.731000', '222413.733000', '222413.736000', '222433.636000', '222433.639000', '222433.641000', '222433.644000', '222433.646000', '222433.649000', '222433.651000', '222433.654000', '222433.657000', '222433.659000', '222433.662000', '222433.664000', '222433.667000', '222433.669000', '222433.672000', '222433.675000', '222433.677000', '222433.680000', '222433.682000', '222433.685000', '222433.687000', '222433.690000', '222433.693000', '222433.695000', '222433.698000', '222433.700000', '222433.703000', '222433.705000', '222433.708000', '222433.711000', '222433.713000', '222433.716000', '222433.718000', '222433.721000', '222433.724000', '222433.726000', '222433.729000', '222433.731000', '222433.734000', '222433.737000', '222433.739000', '222433.742000', '222433.744000', '222453.624000', '222453.626000', '222453.629000', '222453.632000', '222453.634000', '222453.637000', '222453.639000', '222453.642000', '222453.645000', '222453.647000', '222453.650000', '222453.652000', '222453.655000', '222453.657000', '222453.660000', '222453.663000', '222453.665000', '222453.668000', '222453.670000', '222453.673000', '222453.675000', '222453.678000', '222453.680000', '222453.683000', '222453.686000', '222453.688000', '222453.691000', '222453.693000', '222453.696000', '222453.698000', '222453.701000', '222453.704000', '222453.706000', '222453.709000', '222453.711000', '222453.714000', '222453.717000', '222453.719000', '222453.722000', '222453.724000', '222453.727000', '222453.729000', '222453.732000', '222453.735000', '222513.623000', '222513.626000', '222513.629000', '222513.632000', '222513.634000', '222513.637000', '222513.639000', '222513.642000', '222513.644000', '222513.647000', '222513.650000', '222513.652000', '222513.655000', '222513.657000', '222513.660000', '222513.662000', '222513.665000', '222513.668000', '222513.670000', '222513.673000', '222513.675000', '222513.678000', '222513.681000', '222513.683000', '222513.686000', '222513.688000', '222513.691000', '222513.693000', '222513.696000', '222513.699000', '222513.701000', '222513.704000', '222513.706000', '222513.709000', '222513.712000', '222513.714000', '222513.717000', '222513.719000', '222513.722000', '222513.724000', '222513.727000', '222513.730000', '222513.732000', '222533.624000', '222533.627000', '222533.629000', '222533.632000', '222533.634000', '222533.637000', '222533.640000', '222533.642000', '222533.645000', '222533.647000', '222533.650000', '222533.653000', '222533.655000', '222533.658000', '222533.661000', '222533.663000', '222533.666000', '222533.668000', '222533.671000', '222533.674000', '222533.676000', '222533.679000', '222533.681000', '222533.684000', '222533.686000', '222533.689000', '222533.698000', '222533.700000', '222533.703000', '222533.706000', '222533.708000', '222533.711000', '222533.713000', '222533.716000', '222533.718000', '222533.721000', '222533.724000', '222533.726000', '222533.729000', '222533.731000', '222533.734000', '222533.736000', '222533.739000', '222533.742000', '222553.624000', '222553.627000', '222553.629000', '222553.632000', '222553.635000', '222553.637000', '222553.640000', '222553.643000', '222553.645000', '222553.648000', '222553.650000', '222553.653000', '222553.656000', '222553.658000', '222553.661000', '222553.663000', '222553.666000', '222553.669000', '222553.671000', '222553.674000', '222553.677000', '222553.679000', '222553.682000', '222553.684000', '222553.687000', '222553.690000', '222553.692000', '222553.695000', '222553.697000', '222553.700000', '222553.702000', '222553.705000', '222553.708000', '222553.710000', '222553.713000', '222553.715000', '222553.718000', '222553.721000', '222553.724000', '222553.726000', '222553.729000', '222553.732000', '222553.734000', '222604.345000', '222604.348000', '222604.350000', '222604.353000', '222604.356000', '222604.358000', '222604.361000', '222604.364000', '222604.366000', '222604.369000', '222604.373000', '222604.376000', '222604.378000', '222604.381000', '222604.384000', '222604.386000', '222604.389000', '222604.392000', '222604.394000', '222604.397000', '222604.400000', '222604.402000', '222604.405000', '222604.407000'], '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': [11187, 10539, 10549, 10908, 10294, 11053, 10873, 12062, 11031, 11113, 9732, 11074, 12246, 11024, 10840, 11273, 11239, 10099, 11020, 10673, 10946, 11016, 10787, 11536, 10540, 11032, 10454, 10649, 11024, 10340, 11307, 10653, 10607, 11118, 10811, 11133, 11256, 11000, 11521, 10395, 11125, 10612, 11184, 11054, 10637, 11332, 11297, 9968, 10631, 10229, 11025, 10795, 11226, 10927, 9966, 11095, 10522, 11191, 10446, 11439, 11510, 10842, 10906, 10338, 11044, 11222, 11337, 11392, 10667, 11022, 11079, 9793, 10874, 9909, 11163, 10351, 10962, 10771, 10951, 10403, 9519, 11194, 10584, 10172, 11088, 10528, 11068, 10450, 11610, 11654, 11430, 11839, 10547, 11009, 11012, 11201, 11528, 9974, 11133, 10668, 10869, 9873, 11139, 11108, 9634, 11038, 10521, 11002, 10499, 10561, 10734, 10780, 11321, 11040, 9500, 10905, 10513, 11066, 10427, 11195, 10933, 9837, 10941, 10713, 11063, 10135, 9930, 10715, 12296, 11261, 10636, 11026, 9622, 11112, 10685, 11209, 10548, 10967, 10174, 10716, 10632, 10956, 11190, 10574, 10875, 10282, 11645, 10453, 10654, 11221, 9891, 10963, 10166, 9627, 10913, 10587, 11138, 10833, 10054, 10984, 11757, 10647, 10972, 11407, 10748, 11104, 10332, 10079, 10890, 10688, 11172, 10857, 10018, 10695, 10568, 11034, 10436, 11158, 11100, 11427, 11155, 10318, 10903, 11024, 11244, 10887, 11589, 11434, 12054, 11078, 10638, 9552, 10739, 10904, 11261, 11023, 9973, 10598, 9618, 10940, 10535, 11305, 10500, 10922, 10352, 10891, 10931, 11365, 10936, 11607, 11222, 10235, 10753, 10489, 10371, 11458, 10679, 9752, 10963, 10426, 11041, 10987, 11398, 10938, 11851, 11060, 10028, 11093, 10318, 11511, 11503, 11406, 11299, 11014, 9689, 10805, 10468, 11101, 10600, 10796, 10931, 10470, 11131, 10438, 11363, 10707, 11849, 10725, 10455, 10945, 10430, 11243, 10939, 10995, 11166, 10609, 10465, 10588, 11463, 11557, 10049, 11282, 10438, 10017, 10823, 10025, 11439, 10269, 11275, 10710, 9414, 11153, 10703, 11247, 10813, 9474, 10790, 10058, 11185, 10904, 11436, 11265, 10421, 11059, 10594, 10032, 11555, 10682, 11779, 10740, 9949, 10972, 11057, 11349, 11457, 11357, 10502, 9679, 10831, 10905, 11019, 11031, 9915, 11223, 10184, 11280, 10531, 11199, 11057, 11564, 11400, 11114, 11562, 11074, 10267, 11055, 11213, 11687, 11092, 10150, 11634, 10840, 9683, 11205, 10244, 11687, 10606, 10512, 10927, 11008, 9994, 11200, 12086, 11185, 10522, 10051, 10859, 11133, 9787, 11613, 10495, 11352, 10206, 11309, 10862, 10446, 11488, 11282, 11153, 10981, 10644, 11125, 10373, 11741, 11593, 11961, 11123, 9873, 11217, 10261, 11192, 11374, 10365, 9429, 10670, 10517, 11445, 11401, 10959, 11341, 10354, 11409, 10102, 11590, 11067, 11759, 11207, 10872, 10638, 10712, 10231, 11327, 10765, 11977, 11056, 10084, 11403, 11029, 11933, 10671, 10487, 11501, 10161, 11591, 10259, 9288, 11114, 10429, 11699, 11038, 10729, 10886, 10459, 10644, 11106, 10309, 11966, 11233, 11697, 11256, 9941, 11620, 11142, 11978, 10907, 11408, 11675, 12312, 11774, 10776, 11186, 10966, 11088, 11500, 10645, 11561, 10836, 9264, 11422, 11231, 11958, 11330, 10489, 11180, 10614, 10827, 9624, 11239, 10489, 11896, 10973, 9557, 10944, 10146, 11218, 10233, 11656, 11141, 12034, 10947, 10093, 11662, 10814, 12057, 10955, 10564, 11628, 10106, 11705, 11218, 11917, 10909, 11031, 11648, 12607, 11849, 11101, 10031, 11157, 9521, 11550, 10016, 11659, 10396, 10090, 10489, 9953, 11219, 10010, 11571, 10464, 10281, 11121, 9965, 11599, 10224, 11766, 11295, 9820, 10819, 10404, 11003, 10335, 11675, 10612, 10422, 10939, 9731, 11065, 10329, 11845, 11097, 11921, 10691, 10224, 11322, 9970, 11954, 10626, 11857, 11664, 11919, 10993, 10122, 11136, 9806, 11007, 9491, 10891, 10823, 11436, 10171, 10029, 9990, 9995, 11078, 10436, 11252, 10847, 12283, 11314, 10607, 11190, 11312, 11240, 12158, 11584, 11951, 11474, 10599, 11024, 10344, 10173, 11043, 10126, 11340, 10484, 11767, 10564, 9944, 11315, 10054, 11437, 10690, 11633, 10970, 10523, 11150, 10085, 11676, 11087, 11855, 10606, 11378, 11166, 10455, 11502, 10915, 9646, 11320, 10586, 11353, 10364, 10037, 11059, 10550, 11560, 10513, 11934, 11665, 13678, 11191, 10635, 9858, 10873, 10321, 10865, 11456, 10272, 10519, 10631, 9838, 11217, 10363, 11280, 10862, 12278, 11187, 10279, 10024, 10246, 9642, 10999, 10000, 11499, 10058, 9595, 10785, 9783, 11283, 10221, 10696, 10903, 10538, 11127, 10066, 10318, 10788, 10058, 11770, 10243, 11871, 10768, 11114, 10887, 12108, 10672, 10725, 11033, 10526, 10976, 10103, 11576, 10228, 11132, 11459, 10623, 10256, 10758, 10104, 11188, 9480, 11951, 11354, 11321, 11267, 9924, 11465, 10659, 10256, 11087, 11657, 11716, 10442, 10212, 10819, 9983, 11352, 9663, 11857, 11375, 10847, 10919, 9817, 11391, 10389, 10399, 10638, 10410, 11503, 11010, 10289, 10921, 9795, 11529, 10947, 10415, 11407, 9710, 11332, 10084, 10821, 10834, 10272, 11712, 11106, 9788, 10319, 9581, 11205, 9852, 11553, 10317, 9400, 10756, 9687, 11715, 10266, 10623, 10849, 9682, 11501, 9890, 9691, 11021, 10433, 11277, 9975, 11652, 10251, 8978, 10630, 10259, 9364, 10038, 10488, 11326, 11798, 10713, 9359, 10377, 10306, 10974, 11256, 12183, 10169, 10897, 10135, 11267, 10253, 10243, 11079, 10975, 14238, 10909, 12210, 12687, 12006, 11490, 12975, 11923, 12466, 13483, 12023, 14130, 11501, 13633, 11890, 11078, 11934, 10554, 12114, 11100, 9957, 11863, 10423, 11809, 10702, 9543, 9892, 10815, 10569, 9772, 8962, 9987, 9932, 9717, 10128, 9982, 11149, 10691, 10056, 10585, 9979, 11860, 9606, 9788, 10022, 10422, 10681, 10368, 10949, 10492, 9890, 10111, 10486, 11171, 10416, 11441, 10333, 10577, 10683, 10334, 11109, 9468, 9039, 10046, 9691, 9902, 10076, 10614, 10743, 9936, 10383, 10930, 9866, 10374, 10387, 13032, 10841, 10237, 10882, 10079, 9603, 11600, 9598, 9453, 10522, 9704, 11326, 9978, 10481, 10669, 10177, 10431, 10133, 10498, 10295, 10019, 10528, 10282, 10528, 10652, 13441, 11091, 11551, 12663, 11924, 14404, 11040, 14094, 10873, 12578, 10888, 10112, 11123, 10785, 11021, 10743, 12244, 10811, 10114, 10039, 10608, 10524, 10634, 10462, 10421, 10198, 10953, 9796, 11894, 10088, 11023, 10593, 10203, 10633, 10458, 10004, 10100, 10321, 9757, 11131, 10228, 12381, 11084, 9734, 10794, 10066, 10077, 10153, 10050, 10309, 13256, 11009, 10297, 11323, 10164, 9834, 9915, 10161, 10780, 10559, 10190, 10082, 10143, 9798, 10246, 10152, 9681, 11220, 9730, 10149, 10340, 10129, 10670, 10221, 9792, 10050, 10126, 10528, 10366, 10053, 11000, 10749, 11860, 10342, 10098, 10096, 9902, 10539, 10606, 10418, 11684, 10235, 9975, 11429, 9992, 11626, 10300, 10626, 10820, 9928, 10600, 10712, 10466, 11469, 9993, 11168, 10665, 10561, 9343, 10434, 9784, 11456, 9578, 10810, 10498, 10489, 9969, 10353, 10658, 11212, 10853, 10262, 10645, 11113, 10239, 10530, 10831, 11365, 10511, 11423, 10623, 10236, 10148, 10710, 10414, 11351, 10308, 12237, 10710, 12998, 11509, 10505, 12246, 10756, 9570, 10797, 10539, 10172, 11064, 10733, 11429, 10957, 11932, 10743, 12157, 11574, 10748, 10906, 10794, 10585, 11306, 10648, 11339, 11037, 9966, 11781, 10564, 9993, 10615, 10480, 11674, 9878, 9822, 10806, 10176, 10471, 10643, 9987, 10606, 10467, 9777, 11785, 10546, 12685, 11673, 10212, 10822, 11567, 10481, 12113, 10878, 13079, 11725, 10290, 9533, 11187, 10270, 12292, 10475, 12172, 11490, 11489, 9662, 10885, 10367, 10850, 10119, 11996, 10640, 9162, 10793, 10614, 11569, 10169, 11196, 10948, 10188, 11637, 10806, 9329, 10735, 11300, 11623, 9836, 10517, 10767, 10087, 11535, 10442, 10349, 10759, 10356, 11153, 10849, 12043, 10095, 9748, 10735, 11741, 11473, 10932, 12080, 10419, 9729, 10779, 12152, 11741, 9945, 9126, 10665, 10185, 11790, 10488, 12004, 11292, 10921, 9393, 10773, 11018, 11154, 10756, 12253, 10479, 10701, 11227, 11507, 11227, 11489, 11336, 10470, 11881, 10296, 10144, 10415, 9423, 10512, 10041, 11465, 9827, 9479, 10292, 9191, 10526, 11708, 10662, 10188, 11786, 10493, 9059, 10545, 10279, 11290, 9742, 9247, 10221, 11057, 10441, 10715, 10670, 9879, 11418, 9611, 9323, 10552, 12114, 10749, 10006, 11598, 10700, 9992, 10510, 10581, 10737, 10087, 11962, 10353, 9480, 11051, 10455, 11491, 10202, 12848, 10842, 9899, 11409, 9995, 11512, 10282, 11187, 10811, 10000, 11312, 10935, 11763, 10653, 11717, 10892, 10160, 11661, 10519, 9268, 10890, 10040, 11690, 11280, 12029, 10806, 9432, 10907, 10712, 11564, 11491, 11608, 10495, 12199, 10546, 11125, 10935, 10066, 11799, 10014, 9890, 11060, 9691, 11014, 10159, 11600, 10590, 9719, 10926, 9553, 10983, 10838, 11575, 11212, 9930, 10782, 10108, 11493, 10150, 11845, 10244, 10505, 10895, 10019, 11400, 10017, 11644, 11425, 9815, 11171, 9410, 11104, 9977, 12130, 10708, 12496, 11220, 9950, 12112, 10316, 12532, 10271, 12588, 11010, 11224, 11552, 10290, 12173, 10317, 9615, 11124, 9745, 11581, 11055, 12314, 10309, 11121, 10973, 9801, 11878, 10126, 10432, 10728, 9651, 11073, 10543, 11721, 10652, 9517, 10762, 10022, 11352, 10262, 11839, 10228, 10922, 11073, 11531, 11022, 10659, 11167, 10304, 9877, 10498, 9798, 11102, 9994, 11400, 10592, 11350, 11066, 10060, 11928, 10562, 12074, 9794, 11856, 10987, 9875, 10708, 10373, 10751, 10623, 10927, 10431, 11130, 10315, 10007, 10644, 9921, 11142, 9962, 11411, 10105, 11613, 10768, 9438, 11011, 10077, 11248, 10347, 12072, 10612, 12562, 10350, 12731, 9969, 11946, 10768, 9555, 11933, 9985, 10982, 10299, 10887, 10194, 10477, 10298, 10372, 10484, 10531, 10766, 12027, 10818, 12434, 11342, 12750, 11524, 12149, 11231, 11058, 12223, 11200, 13122, 12255, 13006, 12740, 11341, 12984, 11469, 12609, 11460, 11810, 12290, 11724, 12713, 11256, 11980, 11466, 11100, 11790, 10347, 11835, 10508, 9468, 11597, 10482, 11996, 11627, 12082, 10092, 9861, 11159, 10366, 12202, 10705, 10067, 11004, 11286, 11178, 10435, 11966, 10574, 10622, 11465, 11279, 10329, 11042, 11167, 11143, 10181, 12265, 10498, 10879, 10796, 10641, 11169, 10730, 11602, 10509, 10085, 10747, 10287, 11263, 10252, 11710, 10599, 9162, 10973, 9942, 11425, 10858, 10745, 10517, 10306, 10905, 10552, 11630, 10986, 11203, 10596, 10039, 11191, 10596, 11861, 10460, 10648, 10734, 10044, 11710, 10160, 12221, 10161, 12767, 11317, 10131, 11697, 10156, 12314, 10251, 9630, 10782, 9404, 11050, 9995, 12151, 9715, 9240, 10573, 10171, 11219, 10195, 11875, 10524, 9113, 10761, 10127, 11386, 10297, 9901, 10272, 9954, 10694, 10145, 11405, 10688, 10321, 10447, 10043, 11219, 9471, 11825, 9922, 9490, 10682, 10150, 11481, 10109, 12206, 10087, 10857, 10949, 10094, 11580, 10185, 12213, 10410, 9307, 10811, 9306, 11427, 10160, 12054, 10499, 9582, 11472, 9907, 10543, 10326, 11248, 10782, 9865, 11688, 9752, 9880, 10287, 10183, 11314, 9849, 11172, 10287, 10121, 10891, 10600, 11491, 10465, 10401, 11231, 10402, 11378, 10548, 10316, 10982, 9900, 11786, 10436, 12158, 10379, 11412, 10981, 10047, 11722, 10130, 9957, 10314, 10563, 11144, 9983, 9630, 10654, 9775, 11684, 10437, 12099, 10920, 9519, 12057, 10274, 10494, 10651, 11661, 11354, 10711, 12190, 10461, 12212, 10859, 11355, 11666, 10718, 10086, 10630, 10231, 11141, 10125, 11960, 9923, 9083, 10995, 9560, 11953, 10386, 12028, 10806, 10047, 11914, 11027, 11471, 10586, 12001, 11627, 10527, 12623, 10123, 10204, 11040, 11288, 11433, 10567, 10593, 10727, 10159, 11481, 10172, 11476, 10690, 9943, 11708, 10142, 12537, 11284, 12145, 11931, 10890, 10802, 10684, 10973, 11200, 10245, 11515, 10342, 12031, 11207, 9689, 10966, 9925, 11347, 10906, 10035, 10421, 9837, 11399, 10117, 10159, 10521, 11322, 11153, 10824, 10565, 10453, 9455, 10933, 9775, 11282, 10467, 10064, 11340, 9683, 11815, 10766, 11772, 10902, 9445, 11895, 10266, 11194, 10477, 11455, 11134, 10421, 9944, 10249, 9891, 10868, 9447, 11883, 9698, 11535, 10735, 12191, 10623, 9833, 10810, 11042, 10834, 9806, 12139, 10100, 10344, 10663, 10137, 11129, 10558, 12270, 9889, 12487, 10718, 9406, 11638, 9710, 10895, 10844, 10170, 11421, 9891, 10592, 10588, 9819, 11307, 10773, 12020, 10072, 10933, 10734, 10939, 9394, 10880, 11076, 12101, 11420, 9890, 9557, 10853, 10131, 11955, 10802, 9994, 11545, 9731, 10140, 11135, 10493, 9858, 10397, 10140, 11138, 10367, 12569, 11546, 9679, 10106, 10674, 10077, 9448, 11125, 10651, 11612, 11033, 9862, 9372, 10861, 10242, 10277, 10313, 11443, 11584, 10773, 13456, 10980, 10160, 9496, 10825, 10779, 9676, 11012, 9868, 9749, 10915, 9782, 11253, 10211, 11903, 10714, 9649, 8802, 10388, 10089, 11303, 9701, 10791, 10186, 9522, 11121, 9790, 11210, 11128, 10534, 11447, 9973, 9643, 11181, 10776, 10388, 10562, 11482, 12008, 10152, 11161, 10680, 9853, 10184, 10756, 9666, 11768, 10742, 10077, 10667, 10153, 10216, 10819, 10700, 9112, 10985, 9493, 11831, 10832, 12096, 10740, 10234, 11329, 9779, 10484, 11307, 10123, 10385, 10938, 10885, 12068, 11348, 12425, 11908, 12097, 11113, 11024, 10245, 9501, 11537, 11435, 10809, 11219, 12805, 12170, 11020, 9267, 11866, 10627, 9866, 11062, 11069, 10491, 11117, 9617, 10476, 10642, 9886, 10431, 10839, 12169, 11022, 11305, 10966, 10124, 11707, 11353, 10273, 11812, 15330, 11704, 11538, 11114, 10920, 13198, 12133, 13121, 12593], 'WindowCenter': [4643.0, 4617.0, 4603.0, 4600.0, 4588.0, 4608.0, 4597.0, 4596.0, 4594.0, 4594.0, 4574.0, 4594.0, 4590.0, 4574.0, 4584.0, 4594.0, 4593.0, 4583.0, 4583.0, 4584.0, 4593.0, 4585.0, 4596.0, 4594.0, 4584.0, 4575.0, 4574.0, 4585.0, 4594.0, 4575.0, 4586.0, 4586.0, 4581.0, 4594.0, 4594.0, 4596.0, 4592.0, 4585.0, 4595.0, 4585.0, 4594.0, 4584.0, 4584.0, 4587.0, 4583.0, 4593.0, 4584.0, 4565.0, 4582.0, 4575.0, 4585.0, 4593.0, 4593.0, 4584.0, 4564.0, 4593.0, 4571.0, 4592.0, 4583.0, 4592.0, 4592.0, 4582.0, 4581.0, 4572.0, 4584.0, 4593.0, 4582.0, 4595.0, 4573.0, 4584.0, 4590.0, 4561.0, 4594.0, 4586.0, 4595.0, 4584.0, 4596.0, 4583.0, 4584.0, 4586.0, 4584.0, 4595.0, 4585.0, 4575.0, 4585.0, 4582.0, 4585.0, 4585.0, 4595.0, 4595.0, 4592.0, 4584.0, 4573.0, 4584.0, 4594.0, 4586.0, 4594.0, 4575.0, 4585.0, 4575.0, 4594.0, 4574.0, 4586.0, 4595.0, 4576.0, 4586.0, 4585.0, 4595.0, 4597.0, 4596.0, 4597.0, 4598.0, 4587.0, 4584.0, 4577.0, 4596.0, 4575.0, 4594.0, 4596.0, 4585.0, 4594.0, 4575.0, 4595.0, 4584.0, 4591.0, 4596.0, 4598.0, 4607.0, 4606.0, 4597.0, 4597.0, 4608.0, 4577.0, 4597.0, 4598.0, 4609.0, 4586.0, 4586.0, 4575.0, 4583.0, 4596.0, 4595.0, 4597.0, 4596.0, 4586.0, 4576.0, 4595.0, 4596.0, 4595.0, 4587.0, 4576.0, 4595.0, 4587.0, 4584.0, 4597.0, 4587.0, 4608.0, 4587.0, 4574.0, 4597.0, 4595.0, 4592.0, 4597.0, 4595.0, 4594.0, 4585.0, 4574.0, 4584.0, 4597.0, 4586.0, 4595.0, 4593.0, 4575.0, 4595.0, 4594.0, 4585.0, 4585.0, 4596.0, 4586.0, 4592.0, 4584.0, 4583.0, 4585.0, 4581.0, 4583.0, 4572.0, 4596.0, 4593.0, 4594.0, 4592.0, 4582.0, 4573.0, 4595.0, 4596.0, 4607.0, 4597.0, 4587.0, 4597.0, 4587.0, 4587.0, 4587.0, 4607.0, 4595.0, 4586.0, 4575.0, 4596.0, 4593.0, 4593.0, 4583.0, 4584.0, 4595.0, 4574.0, 4584.0, 4586.0, 4586.0, 4606.0, 4586.0, 4576.0, 4585.0, 4586.0, 4596.0, 4596.0, 4606.0, 4585.0, 4596.0, 4595.0, 4583.0, 4595.0, 4574.0, 4596.0, 4584.0, 4584.0, 4593.0, 4584.0, 4575.0, 4583.0, 4587.0, 4596.0, 4598.0, 4599.0, 4600.0, 4588.0, 4607.0, 4587.0, 4596.0, 4585.0, 4595.0, 4596.0, 4573.0, 4574.0, 4574.0, 4608.0, 4585.0, 4596.0, 4606.0, 4594.0, 4585.0, 4596.0, 4604.0, 4598.0, 4583.0, 4596.0, 4574.0, 4574.0, 4598.0, 4583.0, 4595.0, 4585.0, 4582.0, 4583.0, 4574.0, 4595.0, 4572.0, 4586.0, 4595.0, 4575.0, 4597.0, 4576.0, 4607.0, 4587.0, 4605.0, 4597.0, 4586.0, 4595.0, 4596.0, 4588.0, 4597.0, 4585.0, 4605.0, 4574.0, 4563.0, 4583.0, 4584.0, 4580.0, 4583.0, 4572.0, 4573.0, 4560.0, 4593.0, 4583.0, 4585.0, 4596.0, 4587.0, 4596.0, 4575.0, 4585.0, 4586.0, 4596.0, 4586.0, 4607.0, 4596.0, 4595.0, 4591.0, 4584.0, 4574.0, 4584.0, 4595.0, 4584.0, 4596.0, 4575.0, 4594.0, 4595.0, 4562.0, 4595.0, 4575.0, 4595.0, 4573.0, 4582.0, 4584.0, 4594.0, 4576.0, 4606.0, 4596.0, 4609.0, 4585.0, 4574.0, 4595.0, 4593.0, 4576.0, 4605.0, 4595.0, 4595.0, 4577.0, 4594.0, 4596.0, 4586.0, 4605.0, 4594.0, 4592.0, 4595.0, 4585.0, 4584.0, 4585.0, 4605.0, 4585.0, 4604.0, 4584.0, 4574.0, 4594.0, 4576.0, 4594.0, 4603.0, 4576.0, 4566.0, 4595.0, 4585.0, 4606.0, 4606.0, 4587.0, 4585.0, 4583.0, 4583.0, 4570.0, 4591.0, 4585.0, 4583.0, 4573.0, 4571.0, 4571.0, 4574.0, 4571.0, 4595.0, 4595.0, 4594.0, 4581.0, 4573.0, 4592.0, 4573.0, 4590.0, 4574.0, 4586.0, 4591.0, 4581.0, 4582.0, 4582.0, 4563.0, 4605.0, 4600.0, 4631.0, 4609.0, 4586.0, 4594.0, 4586.0, 4596.0, 4586.0, 4575.0, 4597.0, 4584.0, 4594.0, 4583.0, 4573.0, 4580.0, 4581.0, 4592.0, 4581.0, 4572.0, 4581.0, 4572.0, 4581.0, 4580.0, 4581.0, 4570.0, 4581.0, 4582.0, 4560.0, 4579.0, 4569.0, 4560.0, 4580.0, 4570.0, 4590.0, 4580.0, 4572.0, 4570.0, 4567.0, 4570.0, 4560.0, 4570.0, 4581.0, 4606.0, 4592.0, 4573.0, 4572.0, 4570.0, 4584.0, 4573.0, 4605.0, 4586.0, 4594.0, 4584.0, 4563.0, 4592.0, 4584.0, 4592.0, 4575.0, 4581.0, 4595.0, 4563.0, 4583.0, 4584.0, 4583.0, 4572.0, 4582.0, 4583.0, 4581.0, 4571.0, 4581.0, 4561.0, 4582.0, 4575.0, 4594.0, 4583.0, 4595.0, 4584.0, 4584.0, 4575.0, 4586.0, 4609.0, 4586.0, 4606.0, 4586.0, 4584.0, 4585.0, 4585.0, 4607.0, 4584.0, 4597.0, 4574.0, 4564.0, 4584.0, 4573.0, 4574.0, 4575.0, 4595.0, 4585.0, 4574.0, 4574.0, 4562.0, 4584.0, 4581.0, 4596.0, 4587.0, 4595.0, 4573.0, 4572.0, 4584.0, 4564.0, 4584.0, 4584.0, 4609.0, 4596.0, 4585.0, 4573.0, 4560.0, 4583.0, 4563.0, 4584.0, 4563.0, 4574.0, 4595.0, 4593.0, 4585.0, 4575.0, 4586.0, 4596.0, 4607.0, 4587.0, 4621.0, 4610.0, 4617.0, 4595.0, 4586.0, 4599.0, 4586.0, 4595.0, 4603.0, 4586.0, 4607.0, 4594.0, 4574.0, 4594.0, 4574.0, 4583.0, 4594.0, 4573.0, 4596.0, 4587.0, 4585.0, 4584.0, 4575.0, 4595.0, 4571.0, 4592.0, 4587.0, 4606.0, 4596.0, 4585.0, 4596.0, 4574.0, 4593.0, 4593.0, 4606.0, 4587.0, 4596.0, 4597.0, 4574.0, 4584.0, 4574.0, 4587.0, 4608.0, 4595.0, 4586.0, 4584.0, 4575.0, 4587.0, 4576.0, 4632.0, 4598.0, 4599.0, 4594.0, 4617.0, 4588.0, 4586.0, 4581.0, 4596.0, 4597.0, 4598.0, 4609.0, 4587.0, 4578.0, 4596.0, 4576.0, 4587.0, 4587.0, 4585.0, 4600.0, 4609.0, 4586.0, 4575.0, 4562.0, 4585.0, 4565.0, 4596.0, 4587.0, 4595.0, 4578.0, 4565.0, 4593.0, 4586.0, 4596.0, 4588.0, 4599.0, 4597.0, 4586.0, 4606.0, 4577.0, 4589.0, 4599.0, 4599.0, 4617.0, 4599.0, 4609.0, 4598.0, 4588.0, 4587.0, 4605.0, 4585.0, 4597.0, 4576.0, 4574.0, 4584.0, 4574.0, 4594.0, 4576.0, 4599.0, 4608.0, 4586.0, 4574.0, 4587.0, 4575.0, 4595.0, 4566.0, 4608.0, 4600.0, 4596.0, 4595.0, 4574.0, 4582.0, 4582.0, 4586.0, 4585.0, 4597.0, 4594.0, 4582.0, 4582.0, 4585.0, 4574.0, 4584.0, 4564.0, 4607.0, 4583.0, 4582.0, 4584.0, 4573.0, 4593.0, 4575.0, 4574.0, 4597.0, 4593.0, 4597.0, 4585.0, 4585.0, 4595.0, 4577.0, 4596.0, 4597.0, 4599.0, 4598.0, 4574.0, 4596.0, 4576.0, 4585.0, 4597.0, 4598.0, 4586.0, 4596.0, 4573.0, 4585.0, 4565.0, 4594.0, 4597.0, 4594.0, 4577.0, 4564.0, 4594.0, 4574.0, 4595.0, 4587.0, 4610.0, 4598.0, 4575.0, 4609.0, 4587.0, 4586.0, 4595.0, 4594.0, 4597.0, 4584.0, 4594.0, 4575.0, 4565.0, 4595.0, 4588.0, 4576.0, 4589.0, 4621.0, 4626.0, 4621.0, 4610.0, 4591.0, 4601.0, 4589.0, 4611.0, 4624.0, 4613.0, 4600.0, 4608.0, 4609.0, 4609.0, 4622.0, 4634.0, 4646.0, 4634.0, 4654.0, 4612.0, 4610.0, 4609.0, 4588.0, 4584.0, 4583.0, 4562.0, 4570.0, 4569.0, 4546.0, 4553.0, 4533.0, 4542.0, 4533.0, 4531.0, 4531.0, 4530.0, 4540.0, 4532.0, 4520.0, 4544.0, 4534.0, 4553.0, 4548.0, 4550.0, 4546.0, 4580.0, 4586.0, 4573.0, 4579.0, 4590.0, 4577.0, 4590.0, 4599.0, 4601.0, 4596.0, 4599.0, 4575.0, 4598.0, 4578.0, 4609.0, 4577.0, 4585.0, 4587.0, 4602.0, 4602.0, 4590.0, 4597.0, 4599.0, 4579.0, 4596.0, 4600.0, 4598.0, 4588.0, 4595.0, 4577.0, 4611.0, 4600.0, 4575.0, 4596.0, 4576.0, 4566.0, 4599.0, 4578.0, 4590.0, 4613.0, 4602.0, 4601.0, 4600.0, 4597.0, 4611.0, 4598.0, 4589.0, 4590.0, 4609.0, 4601.0, 4601.0, 4587.0, 4574.0, 4576.0, 4608.0, 4578.0, 4575.0, 4598.0, 4587.0, 4623.0, 4615.0, 4613.0, 4611.0, 4598.0, 4611.0, 4620.0, 4622.0, 4621.0, 4625.0, 4635.0, 4637.0, 4617.0, 4627.0, 4647.0, 4622.0, 4614.0, 4621.0, 4612.0, 4621.0, 4585.0, 4595.0, 4552.0, 4569.0, 4558.0, 4547.0, 4557.0, 4549.0, 4557.0, 4569.0, 4580.0, 4568.0, 4575.0, 4574.0, 4580.0, 4571.0, 4571.0, 4582.0, 4584.0, 4575.0, 4609.0, 4598.0, 4608.0, 4586.0, 4612.0, 4600.0, 4597.0, 4586.0, 4599.0, 4588.0, 4589.0, 4597.0, 4588.0, 4609.0, 4588.0, 4597.0, 4610.0, 4587.0, 4596.0, 4587.0, 4579.0, 4600.0, 4579.0, 4589.0, 4609.0, 4599.0, 4575.0, 4596.0, 4584.0, 4577.0, 4576.0, 4577.0, 4587.0, 4587.0, 4588.0, 4599.0, 4587.0, 4584.0, 4586.0, 4596.0, 4587.0, 4608.0, 4578.0, 4598.0, 4602.0, 4614.0, 4609.0, 4599.0, 4588.0, 4600.0, 4587.0, 4589.0, 4596.0, 4578.0, 4611.0, 4586.0, 4597.0, 4577.0, 4586.0, 4596.0, 4586.0, 4596.0, 4610.0, 4611.0, 4607.0, 4588.0, 4577.0, 4606.0, 4588.0, 4598.0, 4589.0, 4598.0, 4589.0, 4583.0, 4576.0, 4596.0, 4584.0, 4607.0, 4599.0, 4601.0, 4588.0, 4597.0, 4573.0, 4597.0, 4574.0, 4607.0, 4577.0, 4597.0, 4589.0, 4587.0, 4587.0, 4597.0, 4586.0, 4590.0, 4588.0, 4603.0, 4610.0, 4595.0, 4599.0, 4599.0, 4587.0, 4606.0, 4596.0, 4611.0, 4609.0, 4587.0, 4597.0, 4587.0, 4584.0, 4597.0, 4588.0, 4631.0, 4602.0, 4593.0, 4595.0, 4584.0, 4605.0, 4596.0, 4578.0, 4595.0, 4585.0, 4577.0, 4586.0, 4585.0, 4596.0, 4587.0, 4606.0, 4598.0, 4596.0, 4597.0, 4583.0, 4585.0, 4595.0, 4599.0, 4596.0, 4587.0, 4595.0, 4585.0, 4585.0, 4597.0, 4587.0, 4600.0, 4588.0, 4587.0, 4607.0, 4588.0, 4587.0, 4609.0, 4602.0, 4609.0, 4589.0, 4589.0, 4599.0, 4600.0, 4589.0, 4622.0, 4600.0, 4608.0, 4598.0, 4597.0, 4588.0, 4587.0, 4595.0, 4607.0, 4601.0, 4616.0, 4597.0, 4599.0, 4589.0, 4598.0, 4576.0, 4619.0, 4607.0, 4596.0, 4597.0, 4605.0, 4575.0, 4586.0, 4601.0, 4597.0, 4586.0, 4605.0, 4584.0, 4575.0, 4597.0, 4597.0, 4608.0, 4576.0, 4587.0, 4585.0, 4586.0, 4583.0, 4585.0, 4579.0, 4598.0, 4587.0, 4586.0, 4575.0, 4584.0, 4586.0, 4576.0, 4597.0, 4602.0, 4587.0, 4598.0, 4588.0, 4607.0, 4598.0, 4617.0, 4599.0, 4603.0, 4599.0, 4597.0, 4598.0, 4587.0, 4617.0, 4587.0, 4600.0, 4609.0, 4597.0, 4595.0, 4586.0, 4563.0, 4587.0, 4596.0, 4598.0, 4597.0, 4608.0, 4598.0, 4596.0, 4575.0, 4598.0, 4599.0, 4608.0, 4586.0, 4593.0, 4575.0, 4574.0, 4584.0, 4583.0, 4595.0, 4594.0, 4583.0, 4573.0, 4582.0, 4574.0, 4574.0, 4595.0, 4576.0, 4587.0, 4586.0, 4596.0, 4596.0, 4577.0, 4588.0, 4579.0, 4596.0, 4608.0, 4598.0, 4587.0, 4596.0, 4587.0, 4565.0, 4608.0, 4599.0, 4608.0, 4579.0, 4577.0, 4598.0, 4593.0, 4600.0, 4589.0, 4598.0, 4578.0, 4596.0, 4577.0, 4566.0, 4597.0, 4608.0, 4587.0, 4576.0, 4595.0, 4575.0, 4583.0, 4586.0, 4588.0, 4587.0, 4577.0, 4597.0, 4576.0, 4573.0, 4586.0, 4598.0, 4606.0, 4587.0, 4596.0, 4586.0, 4577.0, 4596.0, 4577.0, 4610.0, 4601.0, 4586.0, 4595.0, 4576.0, 4606.0, 4594.0, 4597.0, 4599.0, 4610.0, 4589.0, 4587.0, 4597.0, 4594.0, 4586.0, 4608.0, 4577.0, 4607.0, 4586.0, 4606.0, 4596.0, 4577.0, 4597.0, 4586.0, 4594.0, 4584.0, 4593.0, 4573.0, 4583.0, 4596.0, 4596.0, 4596.0, 4573.0, 4605.0, 4576.0, 4585.0, 4585.0, 4565.0, 4597.0, 4587.0, 4607.0, 4586.0, 4574.0, 4595.0, 4575.0, 4588.0, 4597.0, 4595.0, 4595.0, 4575.0, 4594.0, 4584.0, 4595.0, 4598.0, 4604.0, 4584.0, 4583.0, 4585.0, 4575.0, 4606.0, 4577.0, 4594.0, 4585.0, 4586.0, 4585.0, 4565.0, 4584.0, 4565.0, 4597.0, 4588.0, 4596.0, 4586.0, 4572.0, 4595.0, 4584.0, 4595.0, 4588.0, 4595.0, 4586.0, 4584.0, 4583.0, 4574.0, 4594.0, 4587.0, 4575.0, 4585.0, 4572.0, 4584.0, 4595.0, 4606.0, 4584.0, 4587.0, 4587.0, 4576.0, 4596.0, 4596.0, 4596.0, 4588.0, 4575.0, 4598.0, 4597.0, 4599.0, 4576.0, 4576.0, 4585.0, 4575.0, 4596.0, 4588.0, 4596.0, 4586.0, 4585.0, 4594.0, 4585.0, 4584.0, 4587.0, 4583.0, 4585.0, 4575.0, 4585.0, 4585.0, 4597.0, 4589.0, 4610.0, 4598.0, 4587.0, 4608.0, 4577.0, 4597.0, 4594.0, 4607.0, 4599.0, 4597.0, 4595.0, 4576.0, 4588.0, 4575.0, 4586.0, 4584.0, 4587.0, 4597.0, 4585.0, 4585.0, 4585.0, 4584.0, 4574.0, 4595.0, 4588.0, 4609.0, 4597.0, 4595.0, 4587.0, 4567.0, 4597.0, 4588.0, 4608.0, 4584.0, 4596.0, 4576.0, 4595.0, 4574.0, 4607.0, 4598.0, 4606.0, 4584.0, 4576.0, 4607.0, 4588.0, 4620.0, 4628.0, 4626.0, 4614.0, 4611.0, 4588.0, 4595.0, 4589.0, 4598.0, 4598.0, 4618.0, 4613.0, 4597.0, 4607.0, 4607.0, 4586.0, 4607.0, 4583.0, 4594.0, 4585.0, 4583.0, 4604.0, 4583.0, 4582.0, 4581.0, 4571.0, 4569.0, 4558.0, 4569.0, 4558.0, 4556.0, 4557.0, 4556.0, 4566.0, 4555.0, 4564.0, 4567.0, 4567.0, 4566.0, 4573.0, 4582.0, 4561.0, 4550.0, 4582.0, 4571.0, 4582.0, 4582.0, 4604.0, 4596.0, 4572.0, 4585.0, 4575.0, 4590.0, 4586.0, 4584.0, 4585.0, 4595.0, 4609.0, 4586.0, 4606.0, 4597.0, 4587.0, 4597.0, 4598.0, 4599.0, 4608.0, 4612.0, 4610.0, 4601.0, 4607.0, 4597.0, 4587.0, 4599.0, 4597.0, 4610.0, 4603.0, 4598.0, 4597.0, 4587.0, 4585.0, 4576.0, 4608.0, 4602.0, 4609.0, 4599.0, 4588.0, 4609.0, 4578.0, 4620.0, 4613.0, 4610.0, 4600.0, 4588.0, 4587.0, 4597.0, 4599.0, 4599.0, 4594.0, 4588.0, 4575.0, 4598.0, 4598.0, 4596.0, 4588.0, 4585.0, 4596.0, 4576.0, 4607.0, 4590.0, 4598.0, 4587.0, 4604.0, 4586.0, 4584.0, 4585.0, 4584.0, 4596.0, 4573.0, 4566.0, 4586.0, 4566.0, 4593.0, 4577.0, 4595.0, 4587.0, 4566.0, 4587.0, 4588.0, 4609.0, 4598.0, 4597.0, 4587.0, 4567.0, 4588.0, 4596.0, 4610.0, 4598.0, 4588.0, 4595.0, 4577.0, 4598.0, 4589.0, 4597.0, 4587.0, 4577.0, 4598.0, 4586.0, 4597.0, 4587.0, 4609.0, 4577.0, 4575.0, 4598.0, 4588.0, 4598.0, 4600.0, 4608.0, 4588.0, 4586.0, 4586.0, 4576.0, 4605.0, 4587.0, 4597.0, 4587.0, 4567.0, 4587.0, 4587.0, 4607.0, 4589.0, 4608.0, 4599.0, 4578.0, 4599.0, 4598.0, 4599.0, 4590.0, 4599.0, 4597.0, 4578.0, 4598.0, 4578.0, 4589.0, 4599.0, 4590.0, 4600.0, 4589.0, 4600.0, 4596.0, 4591.0, 4600.0, 4591.0, 4609.0, 4589.0, 4589.0, 4597.0, 4600.0, 4599.0, 4590.0, 4590.0, 4590.0, 4588.0, 4598.0, 4608.0, 4621.0, 4610.0, 4600.0, 4609.0, 4588.0, 4598.0, 4599.0, 4589.0, 4591.0, 4590.0, 4611.0, 4589.0, 4578.0, 4589.0, 4586.0, 4611.0, 4601.0, 4609.0, 4610.0, 4578.0, 4608.0, 4588.0, 4599.0, 4600.0, 4609.0, 4609.0, 4598.0, 4605.0, 4588.0, 4608.0, 4599.0, 4598.0, 4596.0, 4596.0, 4577.0, 4586.0, 4587.0, 4605.0, 4589.0, 4599.0, 4578.0, 4568.0, 4597.0, 4577.0, 4608.0, 4589.0, 4597.0, 4590.0, 4578.0, 4597.0, 4585.0, 4609.0, 4589.0, 4597.0, 4607.0, 4576.0, 4594.0, 4575.0, 4589.0, 4599.0, 4586.0, 4597.0, 4587.0, 4597.0, 4587.0, 4578.0, 4598.0, 4593.0, 4598.0, 4597.0, 4578.0, 4597.0, 4577.0, 4594.0, 4597.0, 4617.0, 4608.0, 4585.0, 4594.0, 4572.0, 4573.0, 4582.0, 4572.0, 4584.0, 4575.0, 4595.0, 4575.0, 4562.0, 4574.0, 4564.0, 4595.0, 4599.0, 4574.0, 4587.0, 4576.0, 4597.0, 4587.0, 4595.0, 4608.0, 4598.0, 4599.0, 4588.0, 4587.0, 4588.0, 4589.0, 4599.0, 4578.0, 4599.0, 4589.0, 4588.0, 4599.0, 4579.0, 4609.0, 4608.0, 4609.0, 4586.0, 4579.0, 4598.0, 4597.0, 4598.0, 4599.0, 4598.0, 4599.0, 4598.0, 4596.0, 4600.0, 4590.0, 4600.0, 4590.0, 4611.0, 4577.0, 4596.0, 4590.0, 4607.0, 4586.0, 4588.0, 4585.0, 4597.0, 4596.0, 4586.0, 4598.0, 4588.0, 4588.0, 4599.0, 4589.0, 4598.0, 4588.0, 4619.0, 4589.0, 4608.0, 4590.0, 4579.0, 4599.0, 4579.0, 4598.0, 4597.0, 4589.0, 4610.0, 4577.0, 4587.0, 4590.0, 4589.0, 4599.0, 4588.0, 4598.0, 4580.0, 4588.0, 4599.0, 4599.0, 4588.0, 4596.0, 4597.0, 4599.0, 4596.0, 4589.0, 4578.0, 4598.0, 4578.0, 4599.0, 4588.0, 4578.0, 4609.0, 4590.0, 4590.0, 4607.0, 4590.0, 4590.0, 4598.0, 4590.0, 4602.0, 4592.0, 4619.0, 4610.0, 4590.0, 4601.0, 4590.0, 4590.0, 4581.0, 4601.0, 4602.0, 4602.0, 4601.0, 4593.0, 4592.0, 4610.0, 4601.0, 4581.0, 4589.0, 4601.0, 4601.0, 4589.0, 4609.0, 4590.0, 4579.0, 4579.0, 4600.0, 4589.0, 4580.0, 4589.0, 4591.0, 4590.0, 4610.0, 4580.0, 4601.0, 4591.0, 4601.0, 4601.0, 4592.0, 4582.0, 4611.0, 4593.0, 4602.0, 4582.0, 4598.0, 4592.0, 4580.0, 4613.0, 4592.0, 4612.0, 4602.0, 4602.0, 4601.0, 4581.0, 4581.0, 4600.0, 4601.0, 4590.0, 4590.0, 4600.0, 4599.0, 4589.0, 4589.0, 4578.0, 4576.0, 4578.0, 4597.0, 4579.0, 4596.0, 4600.0, 4592.0, 4612.0, 4593.0, 4579.0, 4589.0, 4590.0, 4569.0, 4601.0, 4578.0, 4600.0, 4597.0, 4611.0, 4597.0, 4590.0, 4610.0, 4591.0, 4592.0, 4590.0, 4590.0, 4585.0, 4595.0, 4587.0, 4597.0, 4588.0, 4596.0, 4596.0, 4597.0, 4585.0, 4586.0, 4587.0, 4579.0, 4597.0, 4585.0, 4596.0, 4596.0, 4599.0, 4605.0, 4576.0, 4569.0, 4597.0, 4578.0, 4578.0, 4589.0, 4589.0, 4576.0, 4588.0, 4567.0, 4587.0, 4576.0, 4576.0, 4596.0, 4613.0, 4624.0, 4625.0, 4626.0, 4615.0, 4603.0, 4621.0, 4600.0, 4588.0, 4598.0, 4643.0, 4600.0, 4600.0, 4609.0, 4600.0, 4606.0, 4607.0, 4595.0, 4595.0], 'WindowWidth': [10179.0, 10127.0, 10096.0, 10085.0, 10063.0, 10098.0, 10081.0, 10071.0, 10071.0, 10070.0, 10043.0, 10068.0, 10060.0, 10034.0, 10048.0, 10068.0, 10065.0, 10053.0, 10053.0, 10055.0, 10068.0, 10051.0, 10075.0, 10071.0, 10055.0, 10036.0, 10035.0, 10057.0, 10069.0, 10038.0, 10055.0, 10060.0, 10050.0, 10068.0, 10068.0, 10074.0, 10066.0, 10060.0, 10073.0, 10056.0, 10068.0, 10055.0, 10049.0, 10057.0, 10050.0, 10069.0, 10050.0, 10025.0, 10053.0, 10038.0, 10052.0, 10069.0, 10069.0, 10055.0, 10020.0, 10067.0, 10027.0, 10064.0, 10054.0, 10065.0, 10061.0, 10050.0, 10048.0, 10036.0, 10054.0, 10066.0, 10046.0, 10070.0, 10033.0, 10054.0, 10059.0, 10014.0, 10069.0, 10062.0, 10072.0, 10056.0, 10075.0, 10054.0, 10049.0, 10060.0, 10059.0, 10073.0, 10059.0, 10041.0, 10051.0, 10047.0, 10052.0, 10058.0, 10074.0, 10072.0, 10066.0, 10049.0, 10033.0, 10054.0, 10068.0, 10054.0, 10070.0, 10046.0, 10050.0, 10037.0, 10069.0, 10036.0, 10054.0, 10075.0, 10041.0, 10055.0, 10059.0, 10074.0, 10078.0, 10075.0, 10079.0, 10081.0, 10060.0, 10052.0, 10051.0, 10074.0, 10039.0, 10070.0, 10076.0, 10052.0, 10070.0, 10040.0, 10072.0, 10057.0, 10065.0, 10075.0, 10082.0, 10095.0, 10084.0, 10074.0, 10078.0, 10094.0, 10046.0, 10073.0, 10077.0, 10095.0, 10053.0, 10056.0, 10039.0, 10048.0, 10077.0, 10076.0, 10071.0, 10076.0, 10056.0, 10042.0, 10067.0, 10076.0, 10075.0, 10058.0, 10040.0, 10075.0, 10064.0, 10060.0, 10079.0, 10060.0, 10097.0, 10058.0, 10040.0, 10078.0, 10066.0, 10068.0, 10077.0, 10073.0, 10070.0, 10051.0, 10034.0, 10057.0, 10075.0, 10055.0, 10074.0, 10069.0, 10040.0, 10071.0, 10070.0, 10051.0, 10051.0, 10077.0, 10053.0, 10067.0, 10050.0, 10054.0, 10057.0, 10049.0, 10048.0, 10030.0, 10075.0, 10066.0, 10068.0, 10064.0, 10050.0, 10041.0, 10072.0, 10078.0, 10093.0, 10079.0, 10066.0, 10079.0, 10066.0, 10060.0, 10061.0, 10091.0, 10072.0, 10054.0, 10037.0, 10074.0, 10067.0, 10063.0, 10048.0, 10051.0, 10071.0, 10036.0, 10050.0, 10061.0, 10064.0, 10089.0, 10054.0, 10041.0, 10052.0, 10054.0, 10075.0, 10074.0, 10091.0, 10054.0, 10068.0, 10072.0, 10055.0, 10072.0, 10034.0, 10074.0, 10050.0, 10049.0, 10066.0, 10048.0, 10039.0, 10048.0, 10060.0, 10071.0, 10081.0, 10083.0, 10081.0, 10060.0, 10091.0, 10058.0, 10075.0, 10057.0, 10074.0, 10074.0, 10032.0, 10034.0, 10034.0, 10095.0, 10054.0, 10075.0, 10089.0, 10069.0, 10059.0, 10075.0, 10085.0, 10080.0, 10054.0, 10073.0, 10035.0, 10035.0, 10078.0, 10056.0, 10072.0, 10057.0, 10043.0, 10054.0, 10043.0, 10072.0, 10034.0, 10056.0, 10073.0, 10040.0, 10078.0, 10042.0, 10092.0, 10059.0, 10089.0, 10078.0, 10054.0, 10073.0, 10075.0, 10069.0, 10079.0, 10058.0, 10086.0, 10032.0, 10018.0, 10051.0, 10053.0, 10044.0, 10045.0, 10030.0, 10029.0, 10013.0, 10068.0, 10047.0, 10052.0, 10077.0, 10064.0, 10077.0, 10039.0, 10052.0, 10054.0, 10076.0, 10056.0, 10091.0, 10075.0, 10071.0, 10063.0, 10047.0, 10033.0, 10049.0, 10073.0, 10050.0, 10075.0, 10037.0, 10070.0, 10071.0, 10018.0, 10072.0, 10039.0, 10066.0, 10033.0, 10045.0, 10049.0, 10070.0, 10044.0, 10091.0, 10068.0, 10097.0, 10058.0, 10036.0, 10071.0, 10070.0, 10042.0, 10087.0, 10074.0, 10073.0, 10042.0, 10070.0, 10074.0, 10057.0, 10086.0, 10069.0, 10067.0, 10071.0, 10057.0, 10050.0, 10057.0, 10085.0, 10050.0, 10085.0, 10048.0, 10035.0, 10069.0, 10041.0, 10065.0, 10083.0, 10041.0, 10029.0, 10073.0, 10052.0, 10089.0, 10089.0, 10057.0, 10053.0, 10051.0, 10045.0, 10032.0, 10061.0, 10051.0, 10046.0, 10033.0, 10027.0, 10028.0, 10034.0, 10029.0, 10073.0, 10074.0, 10071.0, 10044.0, 10033.0, 10064.0, 10030.0, 10061.0, 10034.0, 10060.0, 10062.0, 10047.0, 10044.0, 10051.0, 10020.0, 10087.0, 10086.0, 10136.0, 10102.0, 10057.0, 10072.0, 10057.0, 10075.0, 10057.0, 10039.0, 10069.0, 10049.0, 10068.0, 10047.0, 10037.0, 10038.0, 10046.0, 10061.0, 10045.0, 10027.0, 10046.0, 10027.0, 10044.0, 10040.0, 10044.0, 10023.0, 10046.0, 10047.0, 10008.0, 10040.0, 10019.0, 10015.0, 10040.0, 10023.0, 10056.0, 10041.0, 10029.0, 10023.0, 10023.0, 10021.0, 10015.0, 10023.0, 10046.0, 10090.0, 10065.0, 10040.0, 10028.0, 10024.0, 10047.0, 10033.0, 10088.0, 10055.0, 10061.0, 10055.0, 10017.0, 10063.0, 10052.0, 10064.0, 10037.0, 10050.0, 10069.0, 10018.0, 10043.0, 10053.0, 10042.0, 10028.0, 10050.0, 10050.0, 10040.0, 10025.0, 10043.0, 10012.0, 10042.0, 10043.0, 10068.0, 10053.0, 10071.0, 10055.0, 10057.0, 10038.0, 10062.0, 10097.0, 10063.0, 10090.0, 10055.0, 10056.0, 10051.0, 10057.0, 10091.0, 10057.0, 10075.0, 10033.0, 10020.0, 10054.0, 10031.0, 10033.0, 10038.0, 10073.0, 10056.0, 10034.0, 10034.0, 10017.0, 10047.0, 10047.0, 10074.0, 10057.0, 10071.0, 10032.0, 10029.0, 10048.0, 10019.0, 10048.0, 10054.0, 10096.0, 10070.0, 10049.0, 10031.0, 10012.0, 10052.0, 10017.0, 10055.0, 10017.0, 10034.0, 10072.0, 10067.0, 10056.0, 10038.0, 10061.0, 10075.0, 10092.0, 10060.0, 10121.0, 10103.0, 10107.0, 10075.0, 10054.0, 10082.0, 10053.0, 10071.0, 10084.0, 10055.0, 10091.0, 10067.0, 10033.0, 10069.0, 10035.0, 10052.0, 10069.0, 10032.0, 10075.0, 10060.0, 10051.0, 10054.0, 10044.0, 10070.0, 10035.0, 10064.0, 10058.0, 10091.0, 10075.0, 10057.0, 10075.0, 10035.0, 10067.0, 10065.0, 10092.0, 10059.0, 10072.0, 10076.0, 10033.0, 10047.0, 10035.0, 10065.0, 10097.0, 10074.0, 10055.0, 10057.0, 10038.0, 10055.0, 10039.0, 10138.0, 10080.0, 10077.0, 10071.0, 10104.0, 10059.0, 10060.0, 10050.0, 10074.0, 10077.0, 10079.0, 10098.0, 10061.0, 10044.0, 10073.0, 10040.0, 10055.0, 10064.0, 10052.0, 10085.0, 10095.0, 10054.0, 10034.0, 10017.0, 10056.0, 10023.0, 10075.0, 10064.0, 10073.0, 10043.0, 10023.0, 10067.0, 10058.0, 10073.0, 10061.0, 10086.0, 10079.0, 10055.0, 10090.0, 10045.0, 10060.0, 10083.0, 10085.0, 10108.0, 10084.0, 10097.0, 10080.0, 10059.0, 10056.0, 10087.0, 10053.0, 10077.0, 10039.0, 10032.0, 10052.0, 10032.0, 10067.0, 10038.0, 10079.0, 10093.0, 10060.0, 10038.0, 10056.0, 10037.0, 10070.0, 10024.0, 10095.0, 10084.0, 10074.0, 10072.0, 10041.0, 10043.0, 10051.0, 10058.0, 10050.0, 10073.0, 10063.0, 10049.0, 10051.0, 10056.0, 10041.0, 10047.0, 10021.0, 10091.0, 10047.0, 10051.0, 10055.0, 10037.0, 10066.0, 10036.0, 10036.0, 10076.0, 10071.0, 10077.0, 10051.0, 10059.0, 10072.0, 10041.0, 10073.0, 10077.0, 10084.0, 10079.0, 10038.0, 10076.0, 10039.0, 10051.0, 10078.0, 10083.0, 10054.0, 10074.0, 10033.0, 10058.0, 10023.0, 10072.0, 10080.0, 10065.0, 10044.0, 10022.0, 10069.0, 10036.0, 10067.0, 10061.0, 10104.0, 10083.0, 10040.0, 10096.0, 10064.0, 10062.0, 10073.0, 10069.0, 10077.0, 10059.0, 10065.0, 10037.0, 10031.0, 10072.0, 10058.0, 10042.0, 10064.0, 10122.0, 10131.0, 10118.0, 10101.0, 10075.0, 10089.0, 10063.0, 10099.0, 10128.0, 10103.0, 10084.0, 10094.0, 10101.0, 10093.0, 10126.0, 10146.0, 10168.0, 10146.0, 10170.0, 10103.0, 10100.0, 10096.0, 10059.0, 10053.0, 10041.0, 10010.0, 10024.0, 10021.0, 9977.0, 9983.0, 9953.0, 9963.0, 9952.0, 9948.0, 9946.0, 9953.0, 9961.0, 9951.0, 9936.0, 9971.0, 9958.0, 9984.0, 9986.0, 9990.0, 9986.0, 10042.0, 10056.0, 10034.0, 10050.0, 10069.0, 10043.0, 10068.0, 10084.0, 10085.0, 10074.0, 10082.0, 10039.0, 10079.0, 10047.0, 10097.0, 10045.0, 10058.0, 10063.0, 10087.0, 10086.0, 10065.0, 10079.0, 10083.0, 10049.0, 10078.0, 10087.0, 10074.0, 10060.0, 10072.0, 10044.0, 10106.0, 10086.0, 10038.0, 10073.0, 10040.0, 10027.0, 10083.0, 10048.0, 10069.0, 10113.0, 10087.0, 10082.0, 10088.0, 10081.0, 10102.0, 10082.0, 10065.0, 10066.0, 10092.0, 10085.0, 10091.0, 10057.0, 10036.0, 10041.0, 10092.0, 10045.0, 10039.0, 10081.0, 10063.0, 10127.0, 10119.0, 10108.0, 10100.0, 10080.0, 10102.0, 10121.0, 10125.0, 10124.0, 10136.0, 10152.0, 10155.0, 10117.0, 10134.0, 10161.0, 10123.0, 10109.0, 10116.0, 10106.0, 10113.0, 10057.0, 10066.0, 9997.0, 10022.0, 10003.0, 9988.0, 10003.0, 9986.0, 10004.0, 10021.0, 10036.0, 10019.0, 10035.0, 10034.0, 10043.0, 10031.0, 10024.0, 10048.0, 10054.0, 10038.0, 10099.0, 10082.0, 10093.0, 10057.0, 10105.0, 10087.0, 10079.0, 10058.0, 10083.0, 10061.0, 10062.0, 10079.0, 10065.0, 10099.0, 10063.0, 10072.0, 10099.0, 10063.0, 10074.0, 10064.0, 10050.0, 10085.0, 10049.0, 10062.0, 10092.0, 10086.0, 10039.0, 10073.0, 10056.0, 10047.0, 10045.0, 10041.0, 10055.0, 10063.0, 10059.0, 10084.0, 10063.0, 10057.0, 10061.0, 10076.0, 10064.0, 10093.0, 10047.0, 10079.0, 10091.0, 10109.0, 10101.0, 10083.0, 10067.0, 10088.0, 10062.0, 10062.0, 10078.0, 10047.0, 10103.0, 10056.0, 10070.0, 10043.0, 10061.0, 10076.0, 10063.0, 10074.0, 10101.0, 10106.0, 10093.0, 10061.0, 10043.0, 10089.0, 10066.0, 10077.0, 10067.0, 10079.0, 10062.0, 10054.0, 10039.0, 10075.0, 10050.0, 10090.0, 10084.0, 10085.0, 10061.0, 10077.0, 10043.0, 10077.0, 10038.0, 10093.0, 10045.0, 10076.0, 10064.0, 10057.0, 10064.0, 10078.0, 10055.0, 10064.0, 10059.0, 10091.0, 10104.0, 10067.0, 10083.0, 10085.0, 10058.0, 10089.0, 10076.0, 10102.0, 10101.0, 10057.0, 10078.0, 10058.0, 10050.0, 10071.0, 10065.0, 10134.0, 10092.0, 10062.0, 10071.0, 10053.0, 10083.0, 10074.0, 10049.0, 10074.0, 10060.0, 10043.0, 10055.0, 10052.0, 10075.0, 10057.0, 10086.0, 10082.0, 10068.0, 10076.0, 10046.0, 10057.0, 10072.0, 10085.0, 10076.0, 10062.0, 10073.0, 10053.0, 10058.0, 10069.0, 10059.0, 10087.0, 10061.0, 10059.0, 10094.0, 10061.0, 10066.0, 10098.0, 10090.0, 10102.0, 10066.0, 10064.0, 10079.0, 10082.0, 10063.0, 10115.0, 10082.0, 10088.0, 10077.0, 10078.0, 10059.0, 10058.0, 10072.0, 10089.0, 10083.0, 10103.0, 10071.0, 10081.0, 10070.0, 10080.0, 10041.0, 10111.0, 10098.0, 10070.0, 10072.0, 10085.0, 10046.0, 10055.0, 10085.0, 10079.0, 10061.0, 10087.0, 10056.0, 10044.0, 10078.0, 10078.0, 10093.0, 10043.0, 10058.0, 10053.0, 10060.0, 10047.0, 10051.0, 10052.0, 10075.0, 10056.0, 10055.0, 10040.0, 10051.0, 10055.0, 10042.0, 10072.0, 10087.0, 10060.0, 10080.0, 10060.0, 10092.0, 10074.0, 10107.0, 10080.0, 10092.0, 10080.0, 10073.0, 10074.0, 10057.0, 10106.0, 10058.0, 10090.0, 10099.0, 10071.0, 10067.0, 10063.0, 10022.0, 10058.0, 10075.0, 10074.0, 10074.0, 10089.0, 10075.0, 10077.0, 10041.0, 10075.0, 10081.0, 10095.0, 10055.0, 10060.0, 10036.0, 10035.0, 10048.0, 10046.0, 10070.0, 10070.0, 10046.0, 10030.0, 10043.0, 10034.0, 10034.0, 10072.0, 10045.0, 10058.0, 10063.0, 10070.0, 10077.0, 10045.0, 10061.0, 10049.0, 10072.0, 10090.0, 10082.0, 10064.0, 10069.0, 10059.0, 10027.0, 10097.0, 10087.0, 10097.0, 10051.0, 10048.0, 10083.0, 10063.0, 10086.0, 10064.0, 10082.0, 10045.0, 10068.0, 10044.0, 10029.0, 10079.0, 10090.0, 10059.0, 10040.0, 10072.0, 10038.0, 10054.0, 10055.0, 10063.0, 10060.0, 10043.0, 10072.0, 10042.0, 10036.0, 10056.0, 10082.0, 10092.0, 10064.0, 10070.0, 10055.0, 10043.0, 10068.0, 10045.0, 10100.0, 10088.0, 10056.0, 10073.0, 10041.0, 10090.0, 10071.0, 10072.0, 10079.0, 10097.0, 10064.0, 10058.0, 10072.0, 10072.0, 10064.0, 10095.0, 10046.0, 10091.0, 10055.0, 10088.0, 10073.0, 10050.0, 10078.0, 10057.0, 10069.0, 10047.0, 10066.0, 10033.0, 10045.0, 10073.0, 10076.0, 10075.0, 10035.0, 10087.0, 10040.0, 10059.0, 10053.0, 10027.0, 10080.0, 10058.0, 10091.0, 10061.0, 10043.0, 10072.0, 10046.0, 10059.0, 10078.0, 10073.0, 10070.0, 10037.0, 10069.0, 10056.0, 10066.0, 10080.0, 10085.0, 10058.0, 10048.0, 10052.0, 10037.0, 10090.0, 10046.0, 10071.0, 10051.0, 10061.0, 10051.0, 10024.0, 10050.0, 10024.0, 10072.0, 10061.0, 10068.0, 10056.0, 10033.0, 10065.0, 10056.0, 10065.0, 10067.0, 10067.0, 10060.0, 10048.0, 10045.0, 10035.0, 10062.0, 10059.0, 10046.0, 10052.0, 10039.0, 10049.0, 10071.0, 10087.0, 10053.0, 10058.0, 10059.0, 10040.0, 10068.0, 10076.0, 10076.0, 10060.0, 10044.0, 10077.0, 10079.0, 10077.0, 10041.0, 10040.0, 10053.0, 10039.0, 10077.0, 10061.0, 10070.0, 10061.0, 10053.0, 10070.0, 10051.0, 10050.0, 10058.0, 10048.0, 10058.0, 10039.0, 10053.0, 10060.0, 10072.0, 10065.0, 10094.0, 10084.0, 10058.0, 10094.0, 10043.0, 10073.0, 10070.0, 10086.0, 10084.0, 10072.0, 10072.0, 10040.0, 10058.0, 10039.0, 10054.0, 10056.0, 10058.0, 10079.0, 10052.0, 10057.0, 10059.0, 10050.0, 10038.0, 10065.0, 10068.0, 10098.0, 10079.0, 10067.0, 10057.0, 10030.0, 10077.0, 10068.0, 10095.0, 10058.0, 10069.0, 10038.0, 10065.0, 10036.0, 10085.0, 10080.0, 10088.0, 10050.0, 10041.0, 10093.0, 10062.0, 10121.0, 10138.0, 10130.0, 10116.0, 10105.0, 10060.0, 10074.0, 10063.0, 10082.0, 10082.0, 10112.0, 10111.0, 10072.0, 10093.0, 10084.0, 10055.0, 10091.0, 10048.0, 10069.0, 10049.0, 10045.0, 10079.0, 10044.0, 10040.0, 10036.0, 10027.0, 10014.0, 9997.0, 10017.0, 10001.0, 9996.0, 9995.0, 9994.0, 10008.0, 9993.0, 10005.0, 10019.0, 10020.0, 10010.0, 10033.0, 10042.0, 10011.0, 9996.0, 10040.0, 10026.0, 10043.0, 10041.0, 10082.0, 10076.0, 10032.0, 10052.0, 10036.0, 10055.0, 10056.0, 10057.0, 10052.0, 10072.0, 10097.0, 10058.0, 10089.0, 10077.0, 10058.0, 10071.0, 10074.0, 10084.0, 10096.0, 10102.0, 10101.0, 10088.0, 10088.0, 10080.0, 10059.0, 10085.0, 10080.0, 10097.0, 10090.0, 10076.0, 10079.0, 10058.0, 10054.0, 10042.0, 10096.0, 10086.0, 10091.0, 10080.0, 10068.0, 10098.0, 10047.0, 10115.0, 10103.0, 10101.0, 10079.0, 10061.0, 10058.0, 10081.0, 10079.0, 10077.0, 10069.0, 10062.0, 10041.0, 10073.0, 10077.0, 10070.0, 10060.0, 10053.0, 10076.0, 10041.0, 10090.0, 10068.0, 10074.0, 10058.0, 10083.0, 10052.0, 10057.0, 10052.0, 10057.0, 10067.0, 10032.0, 10027.0, 10053.0, 10028.0, 10068.0, 10042.0, 10065.0, 10062.0, 10027.0, 10057.0, 10062.0, 10097.0, 10080.0, 10073.0, 10059.0, 10033.0, 10062.0, 10078.0, 10102.0, 10080.0, 10067.0, 10075.0, 10045.0, 10082.0, 10066.0, 10074.0, 10059.0, 10044.0, 10080.0, 10062.0, 10072.0, 10061.0, 10092.0, 10045.0, 10041.0, 10080.0, 10066.0, 10076.0, 10087.0, 10089.0, 10060.0, 10057.0, 10055.0, 10040.0, 10087.0, 10059.0, 10072.0, 10058.0, 10031.0, 10057.0, 10065.0, 10092.0, 10066.0, 10090.0, 10079.0, 10049.0, 10077.0, 10082.0, 10079.0, 10068.0, 10078.0, 10074.0, 10047.0, 10074.0, 10047.0, 10065.0, 10086.0, 10066.0, 10079.0, 10064.0, 10079.0, 10079.0, 10071.0, 10082.0, 10070.0, 10100.0, 10065.0, 10064.0, 10073.0, 10083.0, 10079.0, 10069.0, 10067.0, 10065.0, 10062.0, 10076.0, 10097.0, 10112.0, 10104.0, 10082.0, 10098.0, 10060.0, 10075.0, 10083.0, 10067.0, 10072.0, 10068.0, 10104.0, 10065.0, 10049.0, 10064.0, 10058.0, 10099.0, 10086.0, 10092.0, 10104.0, 10046.0, 10086.0, 10061.0, 10085.0, 10081.0, 10099.0, 10101.0, 10081.0, 10089.0, 10059.0, 10088.0, 10078.0, 10076.0, 10071.0, 10075.0, 10043.0, 10054.0, 10063.0, 10088.0, 10065.0, 10076.0, 10047.0, 10033.0, 10078.0, 10044.0, 10090.0, 10065.0, 10073.0, 10068.0, 10046.0, 10072.0, 10053.0, 10097.0, 10064.0, 10072.0, 10093.0, 10041.0, 10064.0, 10039.0, 10063.0, 10077.0, 10055.0, 10072.0, 10056.0, 10078.0, 10058.0, 10047.0, 10075.0, 10074.0, 10074.0, 10079.0, 10047.0, 10070.0, 10042.0, 10066.0, 10078.0, 10108.0, 10094.0, 10058.0, 10070.0, 10031.0, 10032.0, 10044.0, 10029.0, 10050.0, 10040.0, 10064.0, 10037.0, 10017.0, 10033.0, 10021.0, 10073.0, 10076.0, 10037.0, 10059.0, 10042.0, 10070.0, 10059.0, 10077.0, 10098.0, 10076.0, 10079.0, 10061.0, 10059.0, 10060.0, 10067.0, 10079.0, 10048.0, 10080.0, 10062.0, 10061.0, 10075.0, 10051.0, 10093.0, 10097.0, 10092.0, 10056.0, 10049.0, 10074.0, 10079.0, 10076.0, 10079.0, 10076.0, 10080.0, 10082.0, 10079.0, 10088.0, 10068.0, 10082.0, 10069.0, 10097.0, 10048.0, 10071.0, 10065.0, 10092.0, 10056.0, 10067.0, 10054.0, 10077.0, 10074.0, 10063.0, 10072.0, 10061.0, 10063.0, 10085.0, 10064.0, 10073.0, 10062.0, 10110.0, 10064.0, 10090.0, 10070.0, 10050.0, 10078.0, 10051.0, 10075.0, 10074.0, 10065.0, 10101.0, 10046.0, 10060.0, 10066.0, 10064.0, 10077.0, 10061.0, 10074.0, 10050.0, 10059.0, 10083.0, 10083.0, 10067.0, 10078.0, 10072.0, 10078.0, 10070.0, 10069.0, 10046.0, 10078.0, 10045.0, 10076.0, 10059.0, 10046.0, 10095.0, 10073.0, 10066.0, 10094.0, 10066.0, 10073.0, 10083.0, 10064.0, 10085.0, 10072.0, 10112.0, 10101.0, 10067.0, 10090.0, 10066.0, 10066.0, 10055.0, 10084.0, 10093.0, 10086.0, 10083.0, 10074.0, 10079.0, 10100.0, 10087.0, 10053.0, 10064.0, 10079.0, 10086.0, 10061.0, 10087.0, 10062.0, 10046.0, 10048.0, 10085.0, 10063.0, 10050.0, 10063.0, 10068.0, 10067.0, 10100.0, 10051.0, 10081.0, 10067.0, 10082.0, 10090.0, 10070.0, 10061.0, 10106.0, 10072.0, 10084.0, 10056.0, 10078.0, 10073.0, 10053.0, 10107.0, 10073.0, 10104.0, 10086.0, 10091.0, 10081.0, 10053.0, 10055.0, 10079.0, 10088.0, 10066.0, 10065.0, 10077.0, 10076.0, 10068.0, 10060.0, 10043.0, 10039.0, 10046.0, 10078.0, 10049.0, 10070.0, 10084.0, 10077.0, 10107.0, 10075.0, 10050.0, 10061.0, 10064.0, 10037.0, 10088.0, 10047.0, 10079.0, 10077.0, 10100.0, 10078.0, 10065.0, 10098.0, 10069.0, 10070.0, 10065.0, 10063.0, 10061.0, 10073.0, 10056.0, 10075.0, 10056.0, 10068.0, 10070.0, 10069.0, 10048.0, 10053.0, 10062.0, 10046.0, 10070.0, 10051.0, 10076.0, 10075.0, 10074.0, 10086.0, 10040.0, 10032.0, 10070.0, 10044.0, 10045.0, 10061.0, 10060.0, 10041.0, 10057.0, 10028.0, 10061.0, 10040.0, 10039.0, 10077.0, 10109.0, 10122.0, 10132.0, 10133.0, 10110.0, 10093.0, 10116.0, 10077.0, 10061.0, 10077.0, 10148.0, 10080.0, 10079.0, 10100.0, 10079.0, 10082.0, 10091.0, 10064.0, 10069.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.0005363248785752834</td></tr>
<tr><td colspan=3>aqi</td><td>0.018287913221802482</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.951604136560555</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1920622729481642</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0022960874676037</td></tr>
<tr><td colspan=3>efc</td><td>0.4637</td></tr>
<tr><td colspan=3>fber</td><td>6752.186</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06488777959080523</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.834862385321101</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3540416048923043</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2632521278580464</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6384393916401576</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1604332951787084</td></tr>
<tr><td colspan=3>gcor</td><td>0.0138691</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01690821349620819</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026025041937828064</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1853</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.063519707632763</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>40.6607</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6081</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.2226</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302317.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>816.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.2362</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4859</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>616.8899</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3830.566</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4018.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5008.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>988.7913</td></tr>
<tr><td colspan=3>tsnr</td><td>43.470164839178324</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>