<?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-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-02/func/sub-0109_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>d350e17ff92a4b013adc5ea0101e5c39</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>12:01:2.067500</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.999558, 0.0255434, 0.0152292, -0.0265234, 0.997328, 0.0680661]</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.0822122</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>[4216, -7775, -7210, 367, -154, 57, 87, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>228.14</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ef433785-ef30-4883-9245-2323ad8d3241||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.6817402839660645, -0.07116043567657471, 0.036314740777015686, 115.18209075927734], [-0.06853095442056656, 2.6757586002349854, 0.18478775024414062, -108.25395965576172], [0.040858909487724304, -0.18261632323265076, 2.6934244632720947, -54.96819305419922], [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': ['120102.067500', '120102.527500', '120102.987500', '120103.447500', '120103.907500', '120104.367500', '120104.827500', '120105.287500', '120105.747500', '120106.207500', '120106.667500', '120107.127500', '120107.587500', '120108.047500', '120108.507500', '120108.967500', '120109.427500', '120109.887500', '120110.347500', '120110.807500', '120111.267500', '120111.727500', '120112.187500', '120112.647500', '120113.107500', '120113.567500', '120114.027500', '120114.487500', '120114.947500', '120115.407500', '120115.867500', '120116.327500', '120116.787500', '120117.247500', '120117.707500', '120118.167500', '120118.627500', '120119.087500', '120119.547500', '120120.007500', '120120.467500', '120120.927500', '120121.387500', '120121.847500', '120122.307500', '120122.767500', '120123.227500', '120123.687500', '120124.147500', '120124.607500', '120125.067500', '120125.527500', '120125.987500', '120126.447500', '120126.907500', '120127.367500', '120127.827500', '120128.287500', '120128.747500', '120129.207500', '120129.667500', '120130.127500', '120130.587500', '120131.047500', '120131.507500', '120131.967500', '120132.427500', '120132.887500', '120133.347500', '120133.807500', '120134.267500', '120134.727500', '120135.187500', '120135.647500', '120136.107500', '120136.567500', '120137.027500', '120137.487500', '120137.947500', '120138.407500', '120138.867500', '120139.327500', '120139.787500', '120140.247500', '120140.707500', '120141.167500', '120141.627500', '120142.087500', '120142.547500', '120143.007500', '120143.467500', '120143.927500', '120144.387500', '120144.847500', '120145.307500', '120145.767500', '120146.227500', '120146.687500', '120147.147500', '120147.607500', '120148.067500', '120148.527500', '120148.987500', '120149.447500', '120149.907500', '120150.367500', '120150.827500', '120151.287500', '120151.747500', '120152.207500', '120152.667500', '120153.127500', '120153.587500', '120154.047500', '120154.507500', '120154.967500', '120155.427500', '120155.887500', '120156.347500', '120156.807500', '120157.267500', '120157.727500', '120158.187500', '120158.647500', '120159.107500', '120159.567500', '120200.027500', '120200.487500', '120200.947500', '120201.407500', '120201.867500', '120202.327500', '120202.787500', '120203.247500', '120203.707500', '120204.167500', '120204.627500', '120205.087500', '120205.547500', '120206.007500', '120206.467500', '120206.927500', '120207.387500', '120207.847500', '120208.307500', '120208.767500', '120209.227500', '120209.687500', '120210.147500', '120210.607500', '120211.067500', '120211.527500', '120211.987500', '120212.447500', '120212.907500', '120213.367500', '120213.827500', '120214.287500', '120214.747500', '120215.207500', '120215.667500', '120216.127500', '120216.587500', '120217.047500', '120217.507500', '120217.967500', '120218.427500', '120218.887500', '120219.347500', '120219.807500', '120220.267500', '120220.727500', '120221.187500', '120221.647500', '120222.107500', '120222.567500', '120223.027500', '120223.487500', '120223.947500', '120224.407500', '120224.867500', '120225.327500', '120225.787500', '120226.247500', '120226.707500', '120227.167500', '120227.627500', '120228.087500', '120228.547500', '120229.007500', '120229.467500', '120229.927500', '120230.387500', '120230.847500', '120231.307500', '120231.767500', '120232.227500', '120232.687500', '120233.147500', '120233.607500', '120234.067500', '120234.527500', '120234.987500', '120235.447500', '120235.907500', '120236.367500', '120236.827500', '120237.287500', '120237.747500', '120238.207500', '120238.667500', '120239.127500', '120239.587500', '120240.047500', '120240.507500', '120240.967500', '120241.427500', '120241.887500', '120242.347500', '120242.807500', '120243.267500', '120243.727500', '120244.187500', '120244.647500', '120245.107500', '120245.567500', '120246.027500', '120246.487500', '120246.947500', '120247.407500', '120247.867500', '120248.327500', '120248.787500', '120249.247500', '120249.707500', '120250.167500', '120250.627500', '120251.087500', '120251.547500', '120252.007500', '120252.467500', '120252.927500', '120253.387500', '120253.847500', '120254.307500', '120254.767500', '120255.227500', '120255.687500', '120256.147500', '120256.607500', '120257.067500', '120257.527500', '120257.987500', '120258.447500', '120258.907500', '120259.367500', '120259.827500', '120300.287500', '120300.747500', '120301.207500', '120301.667500', '120302.127500', '120302.587500', '120303.047500', '120303.507500', '120303.967500', '120304.427500', '120304.887500', '120305.347500', '120305.807500', '120306.267500', '120306.727500', '120307.187500', '120307.647500', '120308.107500', '120308.567500', '120309.027500', '120309.487500', '120309.947500', '120310.407500', '120310.867500', '120311.327500', '120311.787500', '120312.247500', '120312.707500', '120313.167500', '120313.627500', '120314.087500', '120314.547500', '120315.007500', '120315.467500', '120315.927500', '120316.387500', '120316.847500', '120317.307500', '120317.767500', '120318.227500', '120318.687500', '120319.147500', '120319.607500', '120320.067500', '120320.527500', '120320.987500', '120321.447500', '120321.907500', '120322.367500', '120322.827500', '120323.287500', '120323.747500', '120324.207500', '120324.667500', '120325.127500', '120325.587500', '120326.047500', '120326.507500', '120326.967500', '120327.427500', '120327.887500', '120328.347500', '120328.807500', '120329.267500', '120329.727500', '120330.187500', '120330.647500', '120331.107500', '120331.567500', '120332.027500', '120332.487500', '120332.947500', '120333.407500', '120333.867500', '120334.327500', '120334.787500', '120335.247500', '120335.707500', '120336.167500', '120336.627500', '120337.087500', '120337.547500', '120338.007500', '120338.467500', '120338.927500', '120339.387500', '120339.847500', '120340.307500', '120340.767500', '120341.227500', '120341.687500', '120342.147500', '120342.607500', '120343.067500', '120343.527500', '120343.987500', '120344.447500', '120344.907500', '120345.367500', '120345.827500', '120346.287500', '120346.747500', '120347.207500', '120347.667500', '120348.127500', '120348.587500', '120349.047500', '120349.507500', '120349.967500', '120350.427500', '120350.887500', '120351.347500', '120351.807500', '120352.267500', '120352.727500', '120353.187500', '120353.647500', '120354.107500', '120354.567500', '120355.027500', '120355.487500', '120355.947500', '120356.407500', '120356.867500', '120357.327500', '120357.787500', '120358.247500', '120358.707500', '120359.167500', '120359.627500', '120400.087500', '120400.547500', '120401.007500', '120401.467500', '120401.927500', '120402.387500', '120402.847500', '120403.307500', '120403.767500', '120404.227500', '120404.687500', '120405.147500', '120405.607500', '120406.067500', '120406.527500', '120406.987500', '120407.447500', '120407.907500', '120408.367500', '120408.827500', '120409.287500', '120409.747500', '120410.207500', '120410.667500', '120411.127500', '120411.587500', '120412.047500', '120412.507500', '120412.967500', '120413.427500', '120413.887500', '120414.347500', '120414.807500', '120415.267500', '120415.727500', '120416.187500', '120416.647500', '120417.107500', '120417.567500', '120418.027500', '120418.487500', '120418.947500', '120419.407500', '120419.867500', '120420.327500', '120420.787500', '120421.247500', '120421.707500', '120422.167500', '120422.627500', '120423.087500', '120423.547500', '120424.007500', '120424.467500', '120424.927500', '120425.387500', '120425.847500', '120426.307500', '120426.767500', '120427.227500', '120427.687500', '120428.147500', '120428.607500', '120429.067500', '120429.527500', '120429.987500', '120430.447500', '120430.907500', '120431.367500', '120431.827500', '120432.287500', '120432.747500', '120433.207500', '120433.667500', '120434.127500', '120434.587500', '120435.047500', '120435.507500', '120435.967500', '120436.427500', '120436.887500', '120437.347500', '120437.807500', '120438.267500', '120438.727500', '120439.187500', '120439.647500', '120440.107500', '120440.567500', '120441.027500', '120441.487500', '120441.947500', '120442.407500', '120442.867500', '120443.327500', '120443.787500', '120444.247500', '120444.707500', '120445.167500', '120445.627500', '120446.087500', '120446.547500', '120447.007500', '120447.467500', '120447.927500', '120448.387500', '120448.847500', '120449.307500', '120449.767500', '120450.227500', '120450.687500', '120451.147500', '120451.607500', '120452.067500', '120452.527500', '120452.987500', '120453.447500', '120453.907500', '120454.367500', '120454.827500', '120455.287500', '120455.747500', '120456.207500', '120456.667500', '120457.127500', '120457.587500', '120458.047500', '120458.507500', '120458.967500', '120459.427500', '120459.887500', '120500.347500', '120500.807500', '120501.267500', '120501.727500', '120502.187500', '120502.647500', '120503.107500', '120503.567500', '120504.027500', '120504.487500', '120504.947500', '120505.407500', '120505.867500', '120506.327500', '120506.787500', '120507.247500', '120507.707500', '120508.167500', '120508.627500', '120509.087500', '120509.547500', '120510.007500', '120510.467500', '120510.927500', '120511.387500', '120511.847500', '120512.307500', '120512.767500', '120513.227500', '120513.687500', '120514.147500', '120514.607500', '120515.067500', '120515.527500', '120515.987500', '120516.447500', '120516.907500', '120517.367500', '120517.827500', '120518.287500', '120518.747500', '120519.207500', '120519.667500', '120520.127500', '120520.587500', '120521.047500', '120521.507500', '120521.967500', '120522.427500', '120522.887500', '120523.347500', '120523.807500', '120524.267500', '120524.727500', '120525.187500', '120525.647500', '120526.107500', '120526.567500', '120527.027500', '120527.487500', '120527.947500', '120528.407500', '120528.867500', '120529.327500', '120529.787500', '120530.247500', '120530.707500', '120531.167500', '120531.627500', '120532.087500', '120532.547500', '120533.007500', '120533.467500', '120533.927500', '120534.387500', '120534.847500', '120535.307500', '120535.767500', '120536.227500', '120536.687500', '120537.147500', '120537.607500', '120538.067500', '120538.527500', '120538.987500', '120539.447500', '120539.907500', '120540.367500', '120540.827500', '120541.287500', '120541.747500', '120542.207500', '120542.667500', '120543.127500', '120543.587500', '120544.047500', '120544.507500', '120544.967500', '120545.427500', '120545.887500', '120546.347500', '120546.807500', '120547.267500', '120547.727500', '120548.187500', '120548.647500', '120549.107500', '120549.567500', '120550.027500', '120550.487500', '120550.947500', '120551.407500', '120551.867500', '120552.327500', '120552.787500', '120553.247500', '120553.707500', '120554.167500', '120554.627500', '120555.087500', '120555.547500', '120556.007500', '120556.467500', '120556.927500', '120557.387500', '120557.847500', '120558.307500', '120558.767500', '120559.227500', '120559.687500', '120600.147500', '120600.607500', '120601.067500', '120601.527500', '120601.987500', '120602.447500', '120602.907500', '120603.367500', '120603.827500', '120604.287500', '120604.747500', '120605.207500', '120605.667500', '120606.127500', '120606.587500', '120607.047500', '120607.507500', '120607.967500', '120608.427500', '120608.887500', '120609.347500', '120609.807500', '120610.267500', '120610.727500', '120611.187500', '120611.647500', '120612.107500', '120612.567500', '120613.027500', '120613.487500', '120613.947500', '120614.407500', '120614.867500', '120615.327500', '120615.787500', '120616.247500', '120616.707500', '120617.167500', '120617.627500', '120618.087500', '120618.547500', '120619.007500', '120619.467500', '120619.927500', '120620.387500', '120620.847500', '120621.307500', '120621.767500', '120622.227500', '120622.687500', '120623.147500', '120623.607500', '120624.067500', '120624.527500', '120624.987500', '120625.447500', '120625.907500', '120626.367500', '120626.827500', '120627.287500', '120627.747500', '120628.207500', '120628.667500', '120629.127500', '120629.587500', '120630.047500', '120630.507500', '120630.967500', '120631.427500', '120631.887500', '120632.347500', '120632.807500', '120633.267500', '120633.727500', '120634.187500', '120634.647500', '120635.107500', '120635.567500', '120636.027500', '120636.487500', '120636.947500', '120637.407500', '120637.867500', '120638.327500', '120638.787500', '120639.247500', '120639.707500', '120640.167500', '120640.627500', '120641.087500', '120641.547500', '120642.007500', '120642.467500', '120642.927500', '120643.387500', '120643.847500', '120644.307500', '120644.767500', '120645.227500', '120645.687500', '120646.147500', '120646.607500', '120647.067500', '120647.527500', '120647.987500', '120648.447500', '120648.907500', '120649.367500', '120649.827500', '120650.287500', '120650.747500', '120651.207500', '120651.667500', '120652.127500', '120652.587500', '120653.047500', '120653.507500', '120653.967500', '120654.427500', '120654.887500', '120655.347500', '120655.807500', '120656.267500', '120656.727500', '120657.187500', '120657.647500', '120658.107500', '120658.567500', '120659.027500', '120659.487500', '120659.947500', '120700.407500', '120700.867500', '120701.327500', '120701.787500', '120702.247500', '120702.707500', '120703.167500', '120703.627500', '120704.087500', '120704.547500', '120705.007500', '120705.467500', '120705.927500', '120706.387500', '120706.847500', '120707.307500', '120707.767500', '120708.227500', '120708.687500', '120709.147500', '120709.607500', '120710.067500', '120710.527500', '120710.987500', '120711.447500', '120711.907500', '120712.367500', '120712.827500', '120713.287500', '120713.747500', '120714.207500', '120714.667500', '120715.127500', '120715.587500', '120716.047500', '120716.507500', '120716.967500', '120717.427500', '120717.887500', '120718.347500', '120718.807500', '120719.267500', '120719.727500', '120720.187500', '120720.647500', '120721.107500', '120721.567500', '120722.027500', '120722.487500', '120722.947500', '120723.407500', '120723.867500', '120724.327500', '120724.787500', '120725.247500', '120725.707500', '120726.167500', '120726.627500', '120727.087500', '120727.547500', '120728.007500', '120728.467500', '120728.927500', '120729.387500', '120729.847500', '120730.307500', '120730.767500', '120731.227500', '120731.687500', '120732.147500', '120732.607500', '120733.067500', '120733.527500', '120733.987500', '120734.447500', '120734.907500', '120735.367500', '120735.827500', '120736.287500', '120736.747500', '120737.207500', '120737.667500', '120738.127500', '120738.587500', '120739.047500', '120739.507500', '120739.967500', '120740.427500', '120740.887500', '120741.347500', '120741.807500', '120742.267500', '120742.727500', '120743.187500', '120743.647500', '120744.107500', '120744.567500', '120745.027500', '120745.487500', '120745.947500', '120746.407500', '120746.867500', '120747.327500', '120747.787500', '120748.247500', '120748.707500', '120749.167500', '120749.627500', '120750.087500', '120750.547500', '120751.007500', '120751.467500', '120751.927500', '120752.387500', '120752.847500', '120753.307500', '120753.767500', '120754.227500', '120754.687500', '120755.147500', '120755.607500', '120756.067500', '120756.527500', '120756.987500', '120757.447500', '120757.907500', '120758.367500', '120758.827500', '120759.287500', '120759.747500', '120800.207500', '120800.667500', '120801.127500', '120801.587500', '120802.047500', '120802.507500', '120802.967500', '120803.427500', '120803.887500', '120804.347500', '120804.807500', '120805.267500', '120805.727500', '120806.187500', '120806.647500', '120807.107500', '120807.567500', '120808.027500', '120808.487500', '120808.947500', '120809.407500', '120809.867500', '120810.327500', '120810.787500', '120811.247500', '120811.707500', '120812.167500', '120812.627500', '120813.087500', '120813.547500', '120814.007500', '120814.467500', '120814.927500', '120815.387500', '120815.847500', '120816.307500', '120816.767500', '120817.227500', '120817.687500', '120818.147500', '120818.607500', '120819.067500', '120819.527500', '120819.987500', '120820.447500', '120820.907500', '120821.367500', '120821.827500', '120822.287500', '120822.747500', '120823.207500', '120823.667500', '120824.127500', '120824.587500', '120825.047500', '120825.507500', '120825.967500', '120826.427500', '120826.887500', '120827.347500', '120827.807500', '120828.267500', '120828.727500', '120829.187500', '120829.647500', '120830.107500', '120830.567500', '120831.027500', '120831.487500', '120831.947500', '120832.407500', '120832.867500', '120833.327500', '120833.787500', '120834.247500', '120834.707500', '120835.167500', '120835.627500', '120836.087500', '120836.547500', '120837.007500', '120837.467500', '120837.927500', '120838.387500', '120838.847500', '120839.307500', '120839.767500', '120840.227500', '120840.687500', '120841.147500', '120841.607500', '120842.067500', '120842.527500', '120842.987500', '120843.447500', '120843.907500', '120844.367500', '120844.827500', '120845.287500', '120845.747500', '120846.207500', '120846.667500', '120847.127500', '120847.587500', '120848.047500', '120848.507500', '120848.967500', '120849.427500', '120849.887500', '120850.347500', '120850.807500', '120851.267500', '120851.727500', '120852.187500', '120852.647500', '120853.107500', '120853.567500', '120854.027500', '120854.487500', '120854.947500', '120855.407500', '120855.867500', '120856.327500', '120856.787500', '120857.247500', '120857.707500', '120858.167500', '120858.627500', '120859.087500', '120859.547500', '120900.007500', '120900.467500', '120900.927500', '120901.387500', '120901.847500', '120902.307500', '120902.767500', '120903.227500', '120903.687500', '120904.147500', '120904.607500', '120905.067500', '120905.527500', '120905.987500', '120906.447500', '120906.907500', '120907.367500', '120907.827500', '120908.287500', '120908.747500', '120909.207500', '120909.667500', '120910.127500', '120910.587500', '120911.047500', '120911.507500', '120911.967500', '120912.427500', '120912.887500', '120913.347500', '120913.807500', '120914.267500', '120914.727500', '120915.187500', '120915.647500', '120916.107500', '120916.567500', '120917.027500', '120917.487500', '120917.947500', '120918.407500', '120918.867500', '120919.327500', '120919.787500', '120920.247500', '120920.707500', '120921.167500', '120921.627500', '120922.087500', '120922.547500', '120923.007500', '120923.467500', '120923.927500', '120924.387500', '120924.847500', '120925.307500', '120925.767500', '120926.227500', '120926.687500', '120927.147500', '120927.607500', '120928.067500', '120928.527500', '120928.987500', '120929.447500', '120929.907500', '120930.367500', '120930.827500', '120931.287500', '120931.747500', '120932.207500', '120932.667500', '120933.127500', '120933.587500', '120934.047500', '120934.507500', '120934.967500', '120935.427500', '120935.887500', '120936.347500', '120936.807500', '120937.267500', '120937.727500', '120938.187500', '120938.647500', '120939.107500', '120939.567500', '120940.027500', '120940.487500', '120940.947500', '120941.407500', '120941.867500', '120942.327500', '120942.787500', '120943.247500', '120943.707500', '120944.167500', '120944.627500', '120945.087500', '120945.547500', '120946.007500', '120946.467500', '120946.927500', '120947.387500', '120947.847500', '120948.307500', '120948.767500', '120949.227500', '120949.687500', '120950.147500', '120950.607500', '120951.067500', '120951.527500', '120951.987500', '120952.447500', '120952.907500', '120953.367500', '120953.827500', '120954.287500', '120954.747500', '120955.207500', '120955.667500', '120956.127500', '120956.587500', '120957.047500', '120957.507500', '120957.967500', '120958.427500', '120958.887500', '120959.347500', '120959.807500', '121000.267500', '121000.727500', '121001.187500', '121001.647500', '121002.107500', '121002.567500', '121003.027500', '121003.487500', '121003.947500', '121004.407500', '121004.867500', '121005.327500', '121005.787500', '121006.247500', '121006.707500', '121007.167500', '121007.627500', '121008.087500', '121008.547500', '121009.007500', '121009.467500', '121009.927500', '121010.387500', '121010.847500', '121011.307500', '121011.767500', '121012.227500', '121012.687500', '121013.147500', '121013.607500', '121014.067500', '121014.527500', '121014.987500', '121015.447500', '121015.907500', '121016.367500', '121016.827500', '121017.287500', '121017.747500', '121018.207500', '121018.667500', '121019.127500', '121019.587500', '121020.047500', '121020.507500', '121020.967500', '121021.427500', '121021.887500', '121022.347500', '121022.807500', '121023.267500', '121023.727500', '121024.187500', '121024.647500', '121025.107500', '121025.567500', '121026.027500', '121026.487500', '121026.947500', '121027.407500', '121027.867500', '121028.327500', '121028.787500', '121029.247500', '121029.707500', '121030.167500', '121030.627500', '121031.087500', '121031.547500', '121032.007500', '121032.467500', '121032.927500', '121033.387500', '121033.847500', '121034.307500', '121034.767500', '121035.227500', '121035.687500', '121036.147500', '121036.607500', '121037.067500', '121037.527500', '121037.987500', '121038.447500', '121038.907500', '121039.367500', '121039.827500', '121040.287500', '121040.747500', '121041.207500', '121041.667500', '121042.127500', '121042.587500', '121043.047500', '121043.507500', '121043.967500', '121044.427500', '121044.887500', '121045.347500', '121045.807500', '121046.267500', '121046.727500', '121047.187500', '121047.647500', '121048.107500', '121048.567500', '121049.027500', '121049.487500', '121049.947500', '121050.407500', '121050.867500', '121051.327500', '121051.787500', '121052.247500', '121052.707500', '121053.167500', '121053.627500', '121054.087500', '121054.547500', '121055.007500', '121055.467500', '121055.927500', '121056.387500', '121056.847500', '121057.307500', '121057.767500', '121058.227500', '121058.687500', '121059.147500', '121059.607500', '121100.067500', '121100.527500', '121100.987500', '121101.447500', '121101.907500', '121102.367500', '121102.827500', '121103.287500', '121103.747500', '121104.207500', '121104.667500', '121105.127500', '121105.587500', '121106.047500', '121106.507500', '121106.967500', '121107.427500', '121107.887500', '121108.347500', '121108.807500', '121109.267500', '121109.727500', '121110.187500', '121110.647500', '121111.107500', '121111.567500', '121112.027500', '121112.487500', '121112.947500', '121113.407500', '121113.867500', '121114.327500', '121114.787500', '121115.247500', '121115.707500', '121116.167500', '121116.627500', '121117.087500', '121117.547500', '121118.007500', '121118.467500', '121118.927500', '121119.387500', '121119.847500', '121120.307500', '121120.767500', '121121.227500', '121121.687500', '121122.147500', '121122.607500', '121123.067500', '121123.527500', '121123.987500', '121124.447500', '121124.907500', '121125.367500', '121125.827500', '121126.287500', '121126.747500', '121127.207500', '121127.667500', '121128.127500', '121128.587500', '121129.047500', '121129.507500', '121129.967500', '121130.427500', '121130.887500', '121131.347500', '121131.807500', '121132.267500', '121132.727500', '121133.187500', '121133.647500', '121134.107500', '121134.567500', '121135.027500', '121135.487500', '121135.947500', '121136.407500', '121136.867500', '121137.327500', '121137.787500', '121138.247500', '121138.707500', '121139.167500', '121139.627500', '121140.087500', '121140.547500', '121141.007500', '121141.467500', '121141.927500', '121142.387500', '121142.847500', '121143.307500', '121143.767500', '121144.227500', '121144.687500', '121145.147500', '121145.607500', '121146.067500', '121146.527500', '121146.987500', '121147.447500', '121147.907500', '121148.367500', '121148.827500', '121149.287500', '121149.747500', '121150.207500', '121150.667500', '121151.127500', '121151.587500', '121152.047500', '121152.507500', '121152.967500', '121153.427500', '121153.887500', '121154.347500', '121154.807500', '121155.267500', '121155.727500', '121156.187500', '121156.647500', '121157.107500', '121157.567500', '121158.027500', '121158.487500', '121158.947500', '121159.407500', '121159.867500', '121200.327500', '121200.787500', '121201.247500', '121201.707500', '121202.167500', '121202.627500', '121203.087500', '121203.547500', '121204.007500', '121204.467500', '121204.927500', '121205.387500', '121205.847500', '121206.307500', '121206.767500', '121207.227500', '121207.687500', '121208.147500', '121208.607500', '121209.067500', '121209.527500', '121209.987500', '121210.447500', '121210.907500', '121211.367500', '121211.827500', '121212.287500', '121212.747500', '121213.207500', '121213.667500', '121214.127500', '121214.587500', '121215.047500', '121215.507500', '121215.967500', '121216.427500', '121216.887500', '121217.347500', '121217.807500', '121218.267500', '121218.727500', '121219.187500', '121219.647500', '121220.107500', '121220.567500', '121221.027500', '121221.487500', '121221.947500', '121222.407500', '121222.867500', '121223.327500', '121223.787500', '121224.247500', '121224.707500', '121225.167500', '121225.627500', '121226.087500', '121226.547500', '121227.007500', '121227.467500', '121227.927500', '121228.387500', '121228.847500', '121229.307500', '121229.767500', '121230.227500', '121230.687500', '121231.147500', '121231.607500', '121232.067500', '121232.527500', '121232.987500', '121233.447500', '121233.907500', '121234.367500', '121234.827500', '121235.287500', '121235.747500', '121236.207500', '121236.667500', '121237.127500', '121237.587500', '121238.047500', '121238.507500', '121238.967500', '121239.427500', '121239.887500', '121240.347500', '121240.807500', '121241.267500', '121241.727500', '121242.187500', '121242.647500', '121243.107500', '121243.567500', '121244.027500', '121244.487500', '121244.947500', '121245.407500', '121245.867500', '121246.327500', '121246.787500', '121247.247500', '121247.707500', '121248.167500', '121248.627500', '121249.087500', '121249.547500', '121250.007500', '121250.467500', '121250.927500', '121251.387500', '121251.847500', '121252.307500', '121252.767500', '121253.227500', '121253.687500', '121254.147500', '121254.607500', '121255.067500', '121255.527500', '121255.987500', '121256.447500', '121256.907500', '121257.367500', '121257.827500', '121258.287500', '121258.747500', '121259.207500', '121259.667500', '121300.127500', '121300.587500', '121301.047500', '121301.507500', '121301.967500', '121302.427500', '121302.887500', '121303.347500', '121303.807500', '121304.267500', '121304.727500', '121305.187500', '121305.647500', '121306.107500', '121306.567500', '121307.027500', '121307.487500', '121307.947500', '121308.407500', '121308.867500', '121309.327500', '121309.787500', '121310.247500', '121310.707500', '121311.167500', '121311.627500', '121312.087500', '121312.547500', '121313.007500', '121313.467500', '121313.927500', '121314.387500', '121314.847500', '121315.307500', '121315.767500', '121316.227500', '121316.687500', '121317.147500', '121317.607500', '121318.067500', '121318.527500', '121318.987500', '121319.447500', '121319.907500', '121320.367500', '121320.827500', '121321.287500', '121321.747500', '121322.207500', '121322.667500', '121323.127500', '121323.587500', '121324.047500', '121324.507500', '121324.967500', '121325.427500', '121325.887500', '121326.347500', '121326.807500', '121327.267500', '121327.727500', '121328.187500', '121328.647500', '121329.107500', '121329.567500', '121330.027500', '121330.487500', '121330.947500', '121331.407500', '121331.867500', '121332.327500', '121332.787500', '121333.247500', '121333.707500', '121334.167500', '121334.627500', '121335.087500', '121335.547500', '121336.007500', '121336.467500', '121336.927500', '121337.387500', '121337.847500', '121338.307500', '121338.767500', '121339.227500', '121339.687500', '121340.147500', '121340.607500', '121341.067500', '121341.527500', '121341.987500', '121342.447500', '121342.907500', '121343.367500', '121343.827500', '121344.287500', '121344.747500', '121345.207500', '121345.667500', '121346.127500', '121346.587500', '121347.047500', '121347.507500', '121347.967500', '121348.427500', '121348.887500', '121349.347500', '121349.807500', '121350.267500', '121350.727500', '121351.187500', '121351.647500', '121352.107500', '121352.567500', '121353.027500', '121353.487500', '121353.947500', '121354.407500', '121354.867500', '121355.327500', '121355.787500', '121356.247500', '121356.707500', '121357.167500', '121357.627500', '121358.087500', '121358.547500', '121359.007500', '121359.467500', '121359.927500', '121400.387500', '121400.847500', '121401.307500', '121401.767500', '121402.227500', '121402.687500', '121403.147500', '121403.607500', '121404.067500', '121404.527500', '121404.987500', '121405.447500', '121405.907500', '121406.367500', '121406.827500', '121407.287500', '121407.747500', '121408.207500', '121408.667500', '121409.127500', '121409.587500', '121410.047500', '121410.507500', '121410.967500', '121411.427500', '121411.887500', '121412.347500', '121412.807500', '121413.267500', '121413.727500', '121414.187500', '121414.647500', '121415.107500', '121415.567500', '121416.027500', '121416.487500', '121416.947500', '121417.407500', '121417.867500', '121418.327500', '121418.787500', '121419.247500', '121419.707500', '121420.167500', '121420.627500', '121421.087500', '121421.547500', '121422.007500', '121422.467500', '121422.927500', '121423.387500', '121423.847500', '121424.307500', '121424.767500', '121425.227500', '121425.687500', '121426.147500', '121426.607500', '121427.067500', '121427.527500', '121427.987500', '121428.447500', '121428.907500', '121429.367500', '121429.827500', '121430.287500', '121430.747500', '121431.207500', '121431.667500', '121432.127500', '121432.587500', '121433.047500', '121433.507500', '121433.967500', '121434.427500', '121434.887500', '121435.347500', '121435.807500', '121436.267500', '121436.727500', '121437.187500', '121437.647500', '121438.107500', '121438.567500', '121439.027500', '121439.487500', '121439.947500', '121440.407500', '121440.867500', '121441.327500', '121441.787500', '121442.247500', '121442.707500', '121443.167500', '121443.627500', '121444.087500', '121444.547500', '121445.007500', '121445.467500', '121445.927500', '121446.387500', '121446.847500', '121447.307500', '121447.767500', '121448.227500', '121448.687500', '121449.147500', '121449.607500', '121450.067500', '121450.527500', '121450.987500', '121451.447500', '121451.907500', '121452.367500', '121452.827500', '121453.287500', '121453.747500', '121454.207500', '121454.667500', '121455.127500', '121455.587500', '121456.047500', '121456.507500', '121456.967500', '121457.427500', '121457.887500', '121458.347500', '121458.807500', '121459.267500', '121459.727500', '121500.187500', '121500.647500', '121501.107500', '121501.567500', '121502.027500', '121502.487500', '121502.947500', '121503.407500', '121503.867500', '121504.327500', '121504.787500', '121505.247500', '121505.707500', '121506.167500', '121506.627500', '121507.087500', '121507.547500', '121508.007500', '121508.467500', '121508.927500', '121509.387500', '121509.847500', '121510.307500', '121510.767500', '121511.227500', '121511.687500', '121512.147500', '121512.607500', '121513.067500', '121513.527500', '121513.987500', '121514.447500', '121514.907500', '121515.367500', '121515.827500', '121516.287500', '121516.747500'], 'ContentTime': ['120115.024000', '120115.035000', '120115.037000', '120115.040000', '120115.042000', '120115.045000', '120115.048000', '120115.050000', '120115.053000', '120115.055000', '120115.058000', '120115.060000', '120115.063000', '120115.066000', '120115.068000', '120115.071000', '120115.073000', '120115.076000', '120115.078000', '120115.081000', '120115.083000', '120115.086000', '120115.089000', '120115.091000', '120115.094000', '120134.992000', '120134.995000', '120134.998000', '120135.002000', '120135.004000', '120135.007000', '120135.009000', '120135.012000', '120135.015000', '120135.017000', '120135.020000', '120135.022000', '120135.025000', '120135.027000', '120135.030000', '120135.032000', '120135.035000', '120135.038000', '120135.040000', '120135.043000', '120135.045000', '120135.048000', '120135.051000', '120135.053000', '120135.056000', '120135.059000', '120135.061000', '120135.064000', '120135.066000', '120135.069000', '120135.071000', '120135.074000', '120135.077000', '120135.079000', '120135.082000', '120135.084000', '120135.087000', '120135.089000', '120135.099000', '120135.102000', '120135.104000', '120135.107000', '120135.109000', '120154.993000', '120154.995000', '120154.998000', '120155.002000', '120155.004000', '120155.007000', '120155.009000', '120155.012000', '120155.014000', '120155.017000', '120155.020000', '120155.022000', '120155.025000', '120155.027000', '120155.030000', '120155.032000', '120155.035000', '120155.038000', '120155.040000', '120155.043000', '120155.045000', '120155.048000', '120155.051000', '120155.053000', '120155.056000', '120155.058000', '120155.061000', '120155.063000', '120155.066000', '120155.069000', '120155.071000', '120155.074000', '120155.076000', '120155.079000', '120155.082000', '120155.084000', '120155.087000', '120155.089000', '120155.092000', '120155.095000', '120155.097000', '120155.100000', '120155.102000', '120155.105000', '120215.002000', '120215.005000', '120215.008000', '120215.010000', '120215.013000', '120215.015000', '120215.018000', '120215.021000', '120215.023000', '120215.026000', '120215.029000', '120215.031000', '120215.034000', '120215.036000', '120215.039000', '120215.042000', '120215.044000', '120215.047000', '120215.049000', '120215.052000', '120215.054000', '120215.057000', '120215.059000', '120215.062000', '120215.065000', '120215.068000', '120215.071000', '120215.074000', '120215.077000', '120215.079000', '120215.082000', '120215.084000', '120215.087000', '120215.089000', '120215.092000', '120215.095000', '120215.097000', '120215.100000', '120215.102000', '120215.105000', '120215.108000', '120215.111000', '120215.113000', '120234.992000', '120234.995000', '120234.998000', '120235.002000', '120235.004000', '120235.007000', '120235.009000', '120235.012000', '120235.014000', '120235.017000', '120235.020000', '120235.022000', '120235.025000', '120235.027000', '120235.030000', '120235.033000', '120235.035000', '120235.038000', '120235.040000', '120235.043000', '120235.045000', '120235.048000', '120235.051000', '120235.053000', '120235.056000', '120235.058000', '120235.061000', '120235.063000', '120235.066000', '120235.068000', '120235.071000', '120235.074000', '120235.076000', '120235.079000', '120235.081000', '120235.084000', '120235.086000', '120235.089000', '120235.091000', '120235.094000', '120235.097000', '120235.099000', '120235.102000', '120235.104000', '120254.992000', '120254.995000', '120254.998000', '120255.001000', '120255.004000', '120255.007000', '120255.009000', '120255.012000', '120255.015000', '120255.017000', '120255.020000', '120255.023000', '120255.025000', '120255.028000', '120255.031000', '120255.033000', '120255.036000', '120255.039000', '120255.041000', '120255.044000', '120255.046000', '120255.049000', '120255.052000', '120255.054000', '120255.057000', '120255.059000', '120255.062000', '120255.065000', '120255.068000', '120255.070000', '120255.073000', '120255.075000', '120255.078000', '120255.080000', '120255.083000', '120255.086000', '120255.088000', '120255.091000', '120255.094000', '120255.097000', '120255.099000', '120255.102000', '120255.105000', '120315.000000', '120315.003000', '120315.006000', '120315.013000', '120315.023000', '120315.036000', '120315.038000', '120315.047000', '120315.049000', '120315.052000', '120315.055000', '120315.069000', '120315.071000', '120315.074000', '120315.077000', '120315.080000', '120315.082000', '120315.085000', '120315.088000', '120315.091000', '120315.093000', '120315.096000', '120315.099000', '120315.109000', '120315.112000', '120315.114000', '120315.117000', '120315.120000', '120315.122000', '120315.128000', '120315.131000', '120315.134000', '120315.136000', '120315.139000', '120315.141000', '120315.144000', '120315.147000', '120315.149000', '120315.152000', '120315.155000', '120315.157000', '120315.160000', '120315.162000', '120315.165000', '120334.992000', '120334.995000', '120334.998000', '120335.001000', '120335.004000', '120335.007000', '120335.009000', '120335.012000', '120335.015000', '120335.017000', '120335.020000', '120335.022000', '120335.025000', '120335.028000', '120335.030000', '120335.033000', '120335.036000', '120335.038000', '120335.041000', '120335.043000', '120335.046000', '120335.049000', '120335.051000', '120335.054000', '120335.057000', '120335.059000', '120335.062000', '120335.065000', '120335.067000', '120335.070000', '120335.073000', '120335.075000', '120335.078000', '120335.081000', '120335.083000', '120335.086000', '120335.089000', '120335.091000', '120335.094000', '120335.106000', '120335.109000', '120335.112000', '120335.114000', '120354.992000', '120354.995000', '120354.998000', '120355.002000', '120355.004000', '120355.007000', '120355.010000', '120355.012000', '120355.015000', '120355.018000', '120355.020000', '120355.023000', '120355.026000', '120355.028000', '120355.031000', '120355.033000', '120355.036000', '120355.039000', '120355.041000', '120355.044000', '120355.047000', '120355.049000', '120355.052000', '120355.055000', '120355.057000', '120355.060000', '120355.062000', '120355.065000', '120355.068000', '120355.070000', '120355.073000', '120355.076000', '120355.078000', '120355.081000', '120355.083000', '120355.086000', '120355.089000', '120355.092000', '120355.094000', '120355.097000', '120355.100000', '120355.102000', '120355.105000', '120355.107000', '120414.994000', '120414.996000', '120414.999000', '120415.002000', '120415.005000', '120415.007000', '120415.010000', '120415.013000', '120415.015000', '120415.018000', '120415.021000', '120415.023000', '120415.026000', '120415.029000', '120415.031000', '120415.034000', '120415.036000', '120415.039000', '120415.042000', '120415.044000', '120415.047000', '120415.050000', '120415.052000', '120415.055000', '120415.058000', '120415.060000', '120415.063000', '120415.065000', '120415.068000', '120415.071000', '120415.073000', '120415.076000', '120415.078000', '120415.081000', '120415.084000', '120415.086000', '120415.089000', '120415.091000', '120415.094000', '120415.097000', '120415.099000', '120415.102000', '120415.104000', '120434.992000', '120434.995000', '120434.998000', '120435.001000', '120435.004000', '120435.007000', '120435.009000', '120435.012000', '120435.015000', '120435.017000', '120435.020000', '120435.023000', '120435.025000', '120435.028000', '120435.031000', '120435.033000', '120435.036000', '120435.039000', '120435.041000', '120435.044000', '120435.046000', '120435.049000', '120435.052000', '120435.054000', '120435.057000', '120435.060000', '120435.062000', '120435.065000', '120435.067000', '120435.070000', '120435.073000', '120435.075000', '120435.078000', '120435.080000', '120435.083000', '120435.086000', '120435.088000', '120435.091000', '120435.094000', '120435.096000', '120435.099000', '120435.101000', '120435.104000', '120435.107000', '120454.992000', '120454.995000', '120454.998000', '120455.002000', '120455.005000', '120455.007000', '120455.010000', '120455.013000', '120455.015000', '120455.018000', '120455.021000', '120455.023000', '120455.026000', '120455.029000', '120455.031000', '120455.034000', '120455.037000', '120455.039000', '120455.042000', '120455.044000', '120455.047000', '120455.050000', '120455.052000', '120455.055000', '120455.058000', '120455.060000', '120455.063000', '120455.065000', '120455.068000', '120455.071000', '120455.073000', '120455.076000', '120455.079000', '120455.081000', '120455.084000', '120455.087000', '120455.089000', '120455.092000', '120455.095000', '120455.097000', '120455.100000', '120455.103000', '120455.105000', '120514.993000', '120514.995000', '120514.998000', '120515.002000', '120515.005000', '120515.007000', '120515.010000', '120515.012000', '120515.015000', '120515.018000', '120515.020000', '120515.023000', '120515.026000', '120515.028000', '120515.031000', '120515.034000', '120515.036000', '120515.039000', '120515.041000', '120515.044000', '120515.047000', '120515.060000', '120515.063000', '120515.065000', '120515.068000', '120515.070000', '120515.073000', '120515.076000', '120515.078000', '120515.081000', '120515.083000', '120515.086000', '120515.089000', '120515.091000', '120515.094000', '120515.097000', '120515.100000', '120515.102000', '120515.105000', '120515.108000', '120515.110000', '120515.113000', '120515.115000', '120515.118000', '120534.993000', '120534.996000', '120534.998000', '120535.002000', '120535.004000', '120535.007000', '120535.010000', '120535.012000', '120535.015000', '120535.018000', '120535.020000', '120535.023000', '120535.025000', '120535.028000', '120535.031000', '120535.033000', '120535.036000', '120535.039000', '120535.041000', '120535.044000', '120535.047000', '120535.049000', '120535.052000', '120535.055000', '120535.057000', '120535.060000', '120535.062000', '120535.065000', '120535.068000', '120535.070000', '120535.073000', '120535.076000', '120535.078000', '120535.081000', '120535.083000', '120535.086000', '120535.089000', '120535.091000', '120535.094000', '120535.097000', '120535.099000', '120535.102000', '120535.105000', '120554.993000', '120554.995000', '120554.998000', '120555.001000', '120555.004000', '120555.006000', '120555.009000', '120555.012000', '120555.015000', '120555.018000', '120555.021000', '120555.023000', '120555.026000', '120555.028000', '120555.031000', '120555.034000', '120555.036000', '120555.039000', '120555.042000', '120555.045000', '120555.047000', '120555.050000', '120555.052000', '120555.055000', '120555.058000', '120555.060000', '120555.063000', '120555.066000', '120555.069000', '120555.072000', '120555.074000', '120555.077000', '120555.080000', '120555.082000', '120555.085000', '120555.088000', '120555.090000', '120555.093000', '120555.096000', '120555.098000', '120555.101000', '120555.103000', '120555.106000', '120555.109000', '120614.993000', '120614.995000', '120614.998000', '120615.002000', '120615.005000', '120615.007000', '120615.010000', '120615.012000', '120615.015000', '120615.018000', '120615.021000', '120615.023000', '120615.026000', '120615.029000', '120615.031000', '120615.034000', '120615.037000', '120615.039000', '120615.042000', '120615.045000', '120615.047000', '120615.050000', '120615.052000', '120615.055000', '120615.058000', '120615.060000', '120615.063000', '120615.065000', '120615.068000', '120615.071000', '120615.073000', '120615.076000', '120615.079000', '120615.081000', '120615.084000', '120615.087000', '120615.089000', '120615.092000', '120615.094000', '120615.097000', '120615.100000', '120615.102000', '120615.105000', '120634.994000', '120634.997000', '120634.999000', '120635.002000', '120635.005000', '120635.007000', '120635.010000', '120635.013000', '120635.015000', '120635.018000', '120635.021000', '120635.023000', '120635.026000', '120635.029000', '120635.031000', '120635.034000', '120635.036000', '120635.039000', '120635.042000', '120635.047000', '120635.049000', '120635.061000', '120635.064000', '120635.066000', '120635.069000', '120635.072000', '120635.074000', '120635.077000', '120635.079000', '120635.082000', '120635.085000', '120635.087000', '120635.105000', '120635.107000', '120635.110000', '120635.112000', '120635.115000', '120635.118000', '120635.120000', '120635.123000', '120635.125000', '120635.128000', '120635.131000', '120635.133000', '120654.993000', '120654.995000', '120654.998000', '120655.002000', '120655.005000', '120655.007000', '120655.010000', '120655.013000', '120655.015000', '120655.018000', '120655.020000', '120655.023000', '120655.026000', '120655.028000', '120655.031000', '120655.034000', '120655.037000', '120655.039000', '120655.042000', '120655.045000', '120655.047000', '120655.050000', '120655.052000', '120655.055000', '120655.058000', '120655.060000', '120655.063000', '120655.065000', '120655.068000', '120655.071000', '120655.073000', '120655.076000', '120655.079000', '120655.081000', '120655.084000', '120655.086000', '120655.089000', '120655.092000', '120655.094000', '120655.097000', '120655.099000', '120655.102000', '120655.105000', '120714.993000', '120714.995000', '120714.998000', '120715.002000', '120715.005000', '120715.007000', '120715.010000', '120715.013000', '120715.015000', '120715.018000', '120715.021000', '120715.023000', '120715.026000', '120715.028000', '120715.031000', '120715.034000', '120715.037000', '120715.040000', '120715.043000', '120715.046000', '120715.049000', '120715.052000', '120715.056000', '120715.059000', '120715.061000', '120715.064000', '120715.066000', '120715.069000', '120715.072000', '120715.074000', '120715.077000', '120715.080000', '120715.082000', '120715.085000', '120715.088000', '120715.097000', '120715.100000', '120715.103000', '120715.105000', '120715.108000', '120715.111000', '120715.113000', '120715.116000', '120734.993000', '120734.995000', '120734.998000', '120735.002000', '120735.004000', '120735.007000', '120735.009000', '120735.012000', '120735.015000', '120735.017000', '120735.020000', '120735.022000', '120735.025000', '120735.028000', '120735.030000', '120735.033000', '120735.036000', '120735.038000', '120735.041000', '120735.043000', '120735.046000', '120735.048000', '120735.051000', '120735.054000', '120735.056000', '120735.059000', '120735.061000', '120735.064000', '120735.066000', '120735.069000', '120735.072000', '120735.074000', '120735.077000', '120735.079000', '120735.082000', '120735.085000', '120735.087000', '120735.090000', '120735.092000', '120735.095000', '120735.097000', '120735.100000', '120735.102000', '120735.105000', '120754.992000', '120754.995000', '120754.998000', '120755.002000', '120755.004000', '120755.007000', '120755.009000', '120755.013000', '120755.023000', '120755.025000', '120755.028000', '120755.031000', '120755.033000', '120755.036000', '120755.038000', '120755.041000', '120755.044000', '120755.046000', '120755.049000', '120755.051000', '120755.054000', '120755.056000', '120755.059000', '120755.069000', '120755.072000', '120755.074000', '120755.077000', '120755.080000', '120755.083000', '120755.085000', '120755.088000', '120755.091000', '120755.093000', '120755.096000', '120755.098000', '120755.101000', '120755.104000', '120755.106000', '120755.109000', '120755.112000', '120755.114000', '120755.117000', '120755.148000', '120814.993000', '120814.995000', '120814.998000', '120815.002000', '120815.004000', '120815.007000', '120815.009000', '120815.012000', '120815.015000', '120815.017000', '120815.020000', '120815.022000', '120815.025000', '120815.027000', '120815.030000', '120815.033000', '120815.035000', '120815.038000', '120815.040000', '120815.043000', '120815.046000', '120815.048000', '120815.051000', '120815.054000', '120815.056000', '120815.059000', '120815.067000', '120815.070000', '120815.072000', '120815.075000', '120815.078000', '120815.080000', '120815.083000', '120815.085000', '120815.088000', '120815.091000', '120815.093000', '120815.096000', '120815.099000', '120815.101000', '120815.104000', '120815.106000', '120815.109000', '120815.112000', '120834.993000', '120834.996000', '120834.998000', '120835.002000', '120835.004000', '120835.007000', '120835.010000', '120835.012000', '120835.015000', '120835.017000', '120835.020000', '120835.022000', '120835.025000', '120835.028000', '120835.039000', '120835.041000', '120835.044000', '120835.047000', '120835.049000', '120835.052000', '120835.054000', '120835.057000', '120835.060000', '120835.062000', '120835.065000', '120835.068000', '120835.070000', '120835.073000', '120835.076000', '120835.078000', '120835.081000', '120835.084000', '120835.086000', '120835.089000', '120835.091000', '120835.095000', '120835.098000', '120835.100000', '120835.103000', '120835.106000', '120835.108000', '120835.111000', '120835.113000', '120854.994000', '120854.996000', '120854.999000', '120855.002000', '120855.004000', '120855.007000', '120855.009000', '120855.012000', '120855.015000', '120855.017000', '120855.020000', '120855.022000', '120855.025000', '120855.028000', '120855.030000', '120855.033000', '120855.035000', '120855.038000', '120855.041000', '120855.043000', '120855.046000', '120855.048000', '120855.051000', '120855.053000', '120855.056000', '120855.059000', '120855.061000', '120855.064000', '120855.067000', '120855.069000', '120855.072000', '120855.074000', '120855.077000', '120855.080000', '120855.082000', '120855.085000', '120855.087000', '120855.090000', '120855.093000', '120855.095000', '120855.098000', '120855.100000', '120855.103000', '120855.106000', '120914.993000', '120914.996000', '120914.998000', '120915.002000', '120915.004000', '120915.007000', '120915.010000', '120915.012000', '120915.015000', '120915.017000', '120915.020000', '120915.023000', '120915.025000', '120915.028000', '120915.030000', '120915.033000', '120915.036000', '120915.038000', '120915.041000', '120915.044000', '120915.047000', '120915.050000', '120915.052000', '120915.055000', '120915.057000', '120915.060000', '120915.063000', '120915.065000', '120915.068000', '120915.070000', '120915.073000', '120915.075000', '120915.078000', '120915.081000', '120915.083000', '120915.086000', '120915.088000', '120915.091000', '120915.093000', '120915.105000', '120915.108000', '120915.111000', '120915.113000', '120934.993000', '120934.995000', '120934.998000', '120935.002000', '120935.004000', '120935.007000', '120935.009000', '120935.012000', '120935.015000', '120935.017000', '120935.020000', '120935.022000', '120935.025000', '120935.027000', '120935.030000', '120935.033000', '120935.035000', '120935.045000', '120935.047000', '120935.050000', '120935.053000', '120935.055000', '120935.058000', '120935.060000', '120935.063000', '120935.066000', '120935.068000', '120935.071000', '120935.073000', '120935.076000', '120935.078000', '120935.081000', '120935.084000', '120935.086000', '120935.089000', '120935.091000', '120935.094000', '120935.096000', '120935.099000', '120935.102000', '120935.104000', '120935.107000', '120935.109000', '120935.112000', '120954.993000', '120954.996000', '120954.998000', '120955.002000', '120955.004000', '120955.007000', '120955.010000', '120955.012000', '120955.015000', '120955.018000', '120955.020000', '120955.023000', '120955.026000', '120955.028000', '120955.031000', '120955.033000', '120955.036000', '120955.039000', '120955.042000', '120955.044000', '120955.047000', '120955.049000', '120955.052000', '120955.055000', '120955.057000', '120955.060000', '120955.062000', '120955.065000', '120955.068000', '120955.070000', '120955.073000', '120955.075000', '120955.078000', '120955.080000', '120955.083000', '120955.086000', '120955.089000', '120955.092000', '120955.095000', '120955.097000', '120955.100000', '120955.103000', '120955.105000', '121014.992000', '121014.995000', '121014.998000', '121015.002000', '121015.004000', '121015.007000', '121015.009000', '121015.012000', '121015.014000', '121015.017000', '121015.020000', '121015.022000', '121015.025000', '121015.027000', '121015.030000', '121015.033000', '121015.035000', '121015.038000', '121015.040000', '121015.043000', '121015.045000', '121015.048000', '121015.051000', '121015.053000', '121015.056000', '121015.058000', '121015.061000', '121015.064000', '121015.066000', '121015.069000', '121015.071000', '121015.074000', '121015.076000', '121015.079000', '121015.082000', '121015.084000', '121015.087000', '121015.089000', '121015.092000', '121015.095000', '121015.097000', '121015.100000', '121015.102000', '121015.106000', '121034.993000', '121034.996000', '121034.998000', '121035.002000', '121035.004000', '121035.007000', '121035.009000', '121035.012000', '121035.015000', '121035.017000', '121035.020000', '121035.022000', '121035.025000', '121035.028000', '121035.030000', '121035.033000', '121035.035000', '121035.038000', '121035.040000', '121035.043000', '121035.046000', '121035.048000', '121035.051000', '121035.053000', '121035.056000', '121035.067000', '121035.070000', '121035.072000', '121035.075000', '121035.078000', '121035.080000', '121035.083000', '121035.085000', '121035.088000', '121035.090000', '121035.112000', '121035.114000', '121035.117000', '121035.120000', '121035.122000', '121035.125000', '121035.128000', '121035.130000', '121054.993000', '121054.996000', '121054.998000', '121055.002000', '121055.005000', '121055.007000', '121055.010000', '121055.013000', '121055.015000', '121055.018000', '121055.020000', '121055.023000', '121055.026000', '121055.028000', '121055.031000', '121055.033000', '121055.036000', '121055.039000', '121055.042000', '121055.044000', '121055.047000', '121055.050000', '121055.052000', '121055.055000', '121055.057000', '121055.060000', '121055.063000', '121055.065000', '121055.068000', '121055.071000', '121055.073000', '121055.076000', '121055.078000', '121055.081000', '121055.084000', '121055.086000', '121055.089000', '121055.091000', '121055.094000', '121055.097000', '121055.099000', '121055.102000', '121055.104000', '121055.107000', '121114.994000', '121114.997000', '121114.999000', '121115.002000', '121115.004000', '121115.007000', '121115.010000', '121115.012000', '121115.015000', '121115.018000', '121115.020000', '121115.023000', '121115.025000', '121115.028000', '121115.030000', '121115.033000', '121115.036000', '121115.038000', '121115.041000', '121115.043000', '121115.046000', '121115.049000', '121115.051000', '121115.054000', '121115.056000', '121115.059000', '121115.061000', '121115.064000', '121115.067000', '121115.069000', '121115.072000', '121115.074000', '121115.077000', '121115.080000', '121115.082000', '121115.085000', '121115.087000', '121115.090000', '121115.093000', '121115.095000', '121115.098000', '121115.100000', '121115.103000', '121134.993000', '121134.995000', '121134.998000', '121135.002000', '121135.004000', '121135.007000', '121135.010000', '121135.012000', '121135.015000', '121135.017000', '121135.020000', '121135.023000', '121135.025000', '121135.028000', '121135.030000', '121135.033000', '121135.036000', '121135.038000', '121135.041000', '121135.043000', '121135.046000', '121135.049000', '121135.051000', '121135.054000', '121135.056000', '121135.059000', '121135.062000', '121135.064000', '121135.067000', '121135.069000', '121135.072000', '121135.075000', '121135.077000', '121135.080000', '121135.082000', '121135.085000', '121135.088000', '121135.090000', '121135.093000', '121135.095000', '121135.098000', '121135.101000', '121135.103000', '121135.106000', '121154.993000', '121154.995000', '121154.998000', '121155.016000', '121155.018000', '121155.021000', '121155.024000', '121155.026000', '121155.029000', '121155.031000', '121155.037000', '121155.040000', '121155.042000', '121155.045000', '121155.047000', '121155.050000', '121155.053000', '121155.055000', '121155.058000', '121155.061000', '121155.063000', '121155.066000', '121155.068000', '121155.071000', '121155.074000', '121155.076000', '121155.079000', '121155.081000', '121155.084000', '121155.086000', '121155.089000', '121155.092000', '121155.094000', '121155.097000', '121155.100000', '121155.102000', '121155.105000', '121155.107000', '121155.110000', '121155.113000', '121155.115000', '121155.118000', '121155.120000', '121214.993000', '121214.995000', '121214.998000', '121215.002000', '121215.004000', '121215.007000', '121215.010000', '121215.012000', '121215.015000', '121215.017000', '121215.020000', '121215.022000', '121215.025000', '121215.028000', '121215.031000', '121215.033000', '121215.036000', '121215.039000', '121215.041000', '121215.044000', '121215.047000', '121215.049000', '121215.052000', '121215.054000', '121215.057000', '121215.059000', '121215.062000', '121215.065000', '121215.067000', '121215.070000', '121215.072000', '121215.075000', '121215.078000', '121215.080000', '121215.083000', '121215.085000', '121215.088000', '121215.090000', '121215.093000', '121215.096000', '121215.098000', '121215.101000', '121215.103000', '121215.106000', '121234.993000', '121234.995000', '121234.998000', '121235.002000', '121235.004000', '121235.007000', '121235.010000', '121235.012000', '121235.015000', '121235.017000', '121235.020000', '121235.022000', '121235.025000', '121235.028000', '121235.030000', '121235.033000', '121235.035000', '121235.038000', '121235.041000', '121235.043000', '121235.046000', '121235.048000', '121235.058000', '121235.061000', '121235.064000', '121235.066000', '121235.069000', '121235.071000', '121235.074000', '121235.076000', '121235.079000', '121235.082000', '121235.084000', '121235.087000', '121235.090000', '121235.092000', '121235.095000', '121235.097000', '121235.100000', '121235.103000', '121235.105000', '121235.108000', '121235.110000', '121255.013000', '121255.016000', '121255.018000', '121255.021000', '121255.023000', '121255.026000', '121255.029000', '121255.031000', '121255.034000', '121255.036000', '121255.039000', '121255.042000', '121255.044000', '121255.047000', '121255.049000', '121255.052000', '121255.055000', '121255.057000', '121255.060000', '121255.062000', '121255.065000', '121255.068000', '121255.070000', '121255.073000', '121255.075000', '121255.078000', '121255.081000', '121255.083000', '121255.086000', '121255.088000', '121255.091000', '121255.094000', '121255.096000', '121255.099000', '121255.102000', '121255.105000', '121255.107000', '121255.110000', '121255.112000', '121255.115000', '121255.118000', '121255.120000', '121255.123000', '121255.125000', '121314.993000', '121314.996000', '121314.998000', '121315.002000', '121315.004000', '121315.007000', '121315.010000', '121315.012000', '121315.015000', '121315.017000', '121315.020000', '121315.022000', '121315.025000', '121315.028000', '121315.030000', '121315.033000', '121315.036000', '121315.038000', '121315.041000', '121315.043000', '121315.046000', '121315.048000', '121315.051000', '121315.053000', '121315.056000', '121315.059000', '121315.061000', '121315.064000', '121315.066000', '121315.069000', '121315.072000', '121315.074000', '121315.077000', '121315.080000', '121315.082000', '121315.085000', '121315.087000', '121315.090000', '121315.092000', '121315.095000', '121315.098000', '121315.100000', '121315.103000', '121334.994000', '121334.996000', '121334.999000', '121335.002000', '121335.004000', '121335.007000', '121335.010000', '121335.012000', '121335.016000', '121335.019000', '121335.021000', '121335.024000', '121335.026000', '121335.029000', '121335.032000', '121335.034000', '121335.037000', '121335.040000', '121335.042000', '121335.045000', '121335.048000', '121335.050000', '121335.053000', '121335.055000', '121335.058000', '121335.060000', '121335.063000', '121335.066000', '121335.068000', '121335.071000', '121335.074000', '121335.076000', '121335.079000', '121335.081000', '121335.084000', '121335.087000', '121335.089000', '121335.092000', '121335.094000', '121335.097000', '121335.099000', '121335.102000', '121335.105000', '121335.107000', '121354.993000', '121354.995000', '121354.998000', '121355.002000', '121355.004000', '121355.007000', '121355.010000', '121355.012000', '121355.015000', '121355.017000', '121355.020000', '121355.023000', '121355.025000', '121355.028000', '121355.030000', '121355.033000', '121355.036000', '121355.038000', '121355.041000', '121355.044000', '121355.046000', '121355.049000', '121355.052000', '121355.054000', '121355.057000', '121355.059000', '121355.062000', '121355.065000', '121355.067000', '121355.070000', '121355.072000', '121355.075000', '121355.078000', '121355.080000', '121355.083000', '121355.085000', '121355.088000', '121355.091000', '121355.093000', '121355.096000', '121355.098000', '121355.101000', '121355.104000', '121414.993000', '121414.996000', '121414.998000', '121415.002000', '121415.005000', '121415.007000', '121415.010000', '121415.013000', '121415.015000', '121415.018000', '121415.020000', '121415.023000', '121415.025000', '121415.028000', '121415.031000', '121415.033000', '121415.036000', '121415.038000', '121415.041000', '121415.044000', '121415.046000', '121415.049000', '121415.052000', '121415.054000', '121415.057000', '121415.059000', '121415.062000', '121415.065000', '121415.067000', '121415.070000', '121415.072000', '121415.075000', '121415.077000', '121415.080000', '121415.083000', '121415.085000', '121415.088000', '121415.090000', '121415.093000', '121415.095000', '121415.098000', '121415.101000', '121415.103000', '121434.993000', '121434.995000', '121434.998000', '121435.002000', '121435.004000', '121435.007000', '121435.009000', '121435.012000', '121435.015000', '121435.017000', '121435.020000', '121435.022000', '121435.025000', '121435.028000', '121435.030000', '121435.033000', '121435.035000', '121435.038000', '121435.041000', '121435.043000', '121435.046000', '121435.049000', '121435.051000', '121435.054000', '121435.056000', '121435.059000', '121435.062000', '121435.064000', '121435.067000', '121435.070000', '121435.072000', '121435.075000', '121435.077000', '121435.080000', '121435.082000', '121435.085000', '121435.088000', '121435.090000', '121435.093000', '121435.095000', '121435.098000', '121435.101000', '121435.103000', '121435.106000', '121454.993000', '121454.996000', '121455.000000', '121455.002000', '121455.005000', '121455.007000', '121455.010000', '121455.013000', '121455.016000', '121455.019000', '121455.022000', '121455.024000', '121455.027000', '121455.029000', '121455.032000', '121455.035000', '121455.037000', '121455.040000', '121455.043000', '121455.045000', '121455.048000', '121455.051000', '121455.054000', '121455.057000', '121455.060000', '121455.063000', '121455.065000', '121455.068000', '121455.070000', '121455.073000', '121455.076000', '121455.078000', '121455.081000', '121455.083000', '121455.086000', '121455.089000', '121455.091000', '121455.094000', '121455.096000', '121455.099000', '121455.102000', '121455.104000', '121455.107000', '121514.993000', '121514.995000', '121514.998000', '121515.002000', '121515.004000', '121515.007000', '121515.009000', '121515.012000', '121515.015000', '121515.017000', '121515.020000', '121515.022000', '121515.025000', '121515.028000', '121515.030000', '121515.033000', '121515.035000', '121515.038000', '121515.040000', '121515.043000', '121515.046000', '121515.048000', '121515.051000', '121515.053000', '121515.067000', '121515.069000', '121515.072000', '121515.075000', '121515.077000', '121515.080000', '121515.082000', '121515.085000', '121515.087000', '121515.090000', '121515.093000', '121515.095000', '121515.098000', '121515.100000', '121515.103000', '121515.106000', '121515.108000', '121515.111000', '121515.113000', '121515.116000', '121518.502000', '121518.505000', '121518.508000', '121518.512000', '121518.514000', '121518.517000', '121518.520000', '121518.523000'], 'InstanceCreationTime': ['120115.024000', '120115.035000', '120115.037000', '120115.040000', '120115.042000', '120115.045000', '120115.048000', '120115.050000', '120115.053000', '120115.055000', '120115.058000', '120115.060000', '120115.063000', '120115.066000', '120115.068000', '120115.071000', '120115.073000', '120115.076000', '120115.078000', '120115.081000', '120115.083000', '120115.086000', '120115.089000', '120115.091000', '120115.094000', '120134.992000', '120134.995000', '120134.998000', '120135.002000', '120135.004000', '120135.007000', '120135.009000', '120135.012000', '120135.015000', '120135.017000', '120135.020000', '120135.022000', '120135.025000', '120135.027000', '120135.030000', '120135.032000', '120135.035000', '120135.038000', '120135.040000', '120135.043000', '120135.045000', '120135.048000', '120135.051000', '120135.053000', '120135.056000', '120135.059000', '120135.061000', '120135.064000', '120135.066000', '120135.069000', '120135.071000', '120135.074000', '120135.077000', '120135.079000', '120135.082000', '120135.084000', '120135.087000', '120135.089000', '120135.099000', '120135.102000', '120135.104000', '120135.107000', '120135.109000', '120154.993000', '120154.995000', '120154.998000', '120155.002000', '120155.004000', '120155.007000', '120155.009000', '120155.012000', '120155.014000', '120155.017000', '120155.020000', '120155.022000', '120155.025000', '120155.027000', '120155.030000', '120155.032000', '120155.035000', '120155.038000', '120155.040000', '120155.043000', '120155.045000', '120155.048000', '120155.051000', '120155.053000', '120155.056000', '120155.058000', '120155.061000', '120155.063000', '120155.066000', '120155.069000', '120155.071000', '120155.074000', '120155.076000', '120155.079000', '120155.082000', '120155.084000', '120155.087000', '120155.089000', '120155.092000', '120155.095000', '120155.097000', '120155.100000', '120155.102000', '120155.105000', '120215.002000', '120215.005000', '120215.008000', '120215.010000', '120215.013000', '120215.015000', '120215.018000', '120215.021000', '120215.023000', '120215.026000', '120215.029000', '120215.031000', '120215.034000', '120215.036000', '120215.039000', '120215.042000', '120215.044000', '120215.047000', '120215.049000', '120215.052000', '120215.054000', '120215.057000', '120215.059000', '120215.062000', '120215.065000', '120215.068000', '120215.071000', '120215.074000', '120215.077000', '120215.079000', '120215.082000', '120215.084000', '120215.087000', '120215.089000', '120215.092000', '120215.095000', '120215.097000', '120215.100000', '120215.102000', '120215.105000', '120215.108000', '120215.111000', '120215.113000', '120234.992000', '120234.995000', '120234.998000', '120235.002000', '120235.004000', '120235.007000', '120235.009000', '120235.012000', '120235.014000', '120235.017000', '120235.020000', '120235.022000', '120235.025000', '120235.027000', '120235.030000', '120235.033000', '120235.035000', '120235.038000', '120235.040000', '120235.043000', '120235.045000', '120235.048000', '120235.051000', '120235.053000', '120235.056000', '120235.058000', '120235.061000', '120235.063000', '120235.066000', '120235.068000', '120235.071000', '120235.074000', '120235.076000', '120235.079000', '120235.081000', '120235.084000', '120235.086000', '120235.089000', '120235.091000', '120235.094000', '120235.097000', '120235.099000', '120235.102000', '120235.104000', '120254.992000', '120254.995000', '120254.998000', '120255.001000', '120255.004000', '120255.007000', '120255.009000', '120255.012000', '120255.015000', '120255.017000', '120255.020000', '120255.023000', '120255.025000', '120255.028000', '120255.031000', '120255.033000', '120255.036000', '120255.039000', '120255.041000', '120255.044000', '120255.046000', '120255.049000', '120255.052000', '120255.054000', '120255.057000', '120255.059000', '120255.062000', '120255.065000', '120255.068000', '120255.070000', '120255.073000', '120255.075000', '120255.078000', '120255.080000', '120255.083000', '120255.086000', '120255.088000', '120255.091000', '120255.094000', '120255.097000', '120255.099000', '120255.102000', '120255.105000', '120315.000000', '120315.003000', '120315.006000', '120315.013000', '120315.023000', '120315.036000', '120315.038000', '120315.047000', '120315.049000', '120315.052000', '120315.055000', '120315.069000', '120315.071000', '120315.074000', '120315.077000', '120315.080000', '120315.082000', '120315.085000', '120315.088000', '120315.091000', '120315.093000', '120315.096000', '120315.099000', '120315.109000', '120315.112000', '120315.114000', '120315.117000', '120315.120000', '120315.122000', '120315.128000', '120315.131000', '120315.134000', '120315.136000', '120315.139000', '120315.141000', '120315.144000', '120315.147000', '120315.149000', '120315.152000', '120315.155000', '120315.157000', '120315.160000', '120315.162000', '120315.165000', '120334.992000', '120334.995000', '120334.998000', '120335.001000', '120335.004000', '120335.007000', '120335.009000', '120335.012000', '120335.015000', '120335.017000', '120335.020000', '120335.022000', '120335.025000', '120335.028000', '120335.030000', '120335.033000', '120335.036000', '120335.038000', '120335.041000', '120335.043000', '120335.046000', '120335.049000', '120335.051000', '120335.054000', '120335.057000', '120335.059000', '120335.062000', '120335.065000', '120335.067000', '120335.070000', '120335.073000', '120335.075000', '120335.078000', '120335.081000', '120335.083000', '120335.086000', '120335.089000', '120335.091000', '120335.094000', '120335.106000', '120335.109000', '120335.112000', '120335.114000', '120354.992000', '120354.995000', '120354.998000', '120355.002000', '120355.004000', '120355.007000', '120355.010000', '120355.012000', '120355.015000', '120355.018000', '120355.020000', '120355.023000', '120355.026000', '120355.028000', '120355.031000', '120355.033000', '120355.036000', '120355.039000', '120355.041000', '120355.044000', '120355.047000', '120355.049000', '120355.052000', '120355.055000', '120355.057000', '120355.060000', '120355.062000', '120355.065000', '120355.068000', '120355.070000', '120355.073000', '120355.076000', '120355.078000', '120355.081000', '120355.083000', '120355.086000', '120355.089000', '120355.092000', '120355.094000', '120355.097000', '120355.100000', '120355.102000', '120355.105000', '120355.107000', '120414.994000', '120414.996000', '120414.999000', '120415.002000', '120415.005000', '120415.007000', '120415.010000', '120415.013000', '120415.015000', '120415.018000', '120415.021000', '120415.023000', '120415.026000', '120415.029000', '120415.031000', '120415.034000', '120415.036000', '120415.039000', '120415.042000', '120415.044000', '120415.047000', '120415.050000', '120415.052000', '120415.055000', '120415.058000', '120415.060000', '120415.063000', '120415.065000', '120415.068000', '120415.071000', '120415.073000', '120415.076000', '120415.078000', '120415.081000', '120415.084000', '120415.086000', '120415.089000', '120415.091000', '120415.094000', '120415.097000', '120415.099000', '120415.102000', '120415.104000', '120434.992000', '120434.995000', '120434.998000', '120435.001000', '120435.004000', '120435.007000', '120435.009000', '120435.012000', '120435.015000', '120435.017000', '120435.020000', '120435.023000', '120435.025000', '120435.028000', '120435.031000', '120435.033000', '120435.036000', '120435.039000', '120435.041000', '120435.044000', '120435.046000', '120435.049000', '120435.052000', '120435.054000', '120435.057000', '120435.060000', '120435.062000', '120435.065000', '120435.067000', '120435.070000', '120435.073000', '120435.075000', '120435.078000', '120435.080000', '120435.083000', '120435.086000', '120435.088000', '120435.091000', '120435.094000', '120435.096000', '120435.099000', '120435.101000', '120435.104000', '120435.107000', '120454.992000', '120454.995000', '120454.998000', '120455.002000', '120455.005000', '120455.007000', '120455.010000', '120455.013000', '120455.015000', '120455.018000', '120455.021000', '120455.023000', '120455.026000', '120455.029000', '120455.031000', '120455.034000', '120455.037000', '120455.039000', '120455.042000', '120455.044000', '120455.047000', '120455.050000', '120455.052000', '120455.055000', '120455.058000', '120455.060000', '120455.063000', '120455.065000', '120455.068000', '120455.071000', '120455.073000', '120455.076000', '120455.079000', '120455.081000', '120455.084000', '120455.087000', '120455.089000', '120455.092000', '120455.095000', '120455.097000', '120455.100000', '120455.103000', '120455.105000', '120514.993000', '120514.995000', '120514.998000', '120515.002000', '120515.005000', '120515.007000', '120515.010000', '120515.012000', '120515.015000', '120515.018000', '120515.020000', '120515.023000', '120515.026000', '120515.028000', '120515.031000', '120515.034000', '120515.036000', '120515.039000', '120515.041000', '120515.044000', '120515.047000', '120515.060000', '120515.063000', '120515.065000', '120515.068000', '120515.070000', '120515.073000', '120515.076000', '120515.078000', '120515.081000', '120515.083000', '120515.086000', '120515.089000', '120515.091000', '120515.094000', '120515.097000', '120515.100000', '120515.102000', '120515.105000', '120515.108000', '120515.110000', '120515.113000', '120515.115000', '120515.118000', '120534.993000', '120534.996000', '120534.998000', '120535.002000', '120535.004000', '120535.007000', '120535.010000', '120535.012000', '120535.015000', '120535.018000', '120535.020000', '120535.023000', '120535.025000', '120535.028000', '120535.031000', '120535.033000', '120535.036000', '120535.039000', '120535.041000', '120535.044000', '120535.047000', '120535.049000', '120535.052000', '120535.055000', '120535.057000', '120535.060000', '120535.062000', '120535.065000', '120535.068000', '120535.070000', '120535.073000', '120535.076000', '120535.078000', '120535.081000', '120535.083000', '120535.086000', '120535.089000', '120535.091000', '120535.094000', '120535.097000', '120535.099000', '120535.102000', '120535.105000', '120554.993000', '120554.995000', '120554.998000', '120555.001000', '120555.004000', '120555.006000', '120555.009000', '120555.012000', '120555.015000', '120555.018000', '120555.021000', '120555.023000', '120555.026000', '120555.028000', '120555.031000', '120555.034000', '120555.036000', '120555.039000', '120555.042000', '120555.045000', '120555.047000', '120555.050000', '120555.052000', '120555.055000', '120555.058000', '120555.060000', '120555.063000', '120555.066000', '120555.069000', '120555.072000', '120555.074000', '120555.077000', '120555.080000', '120555.082000', '120555.085000', '120555.088000', '120555.090000', '120555.093000', '120555.096000', '120555.098000', '120555.101000', '120555.103000', '120555.106000', '120555.109000', '120614.993000', '120614.995000', '120614.998000', '120615.002000', '120615.005000', '120615.007000', '120615.010000', '120615.012000', '120615.015000', '120615.018000', '120615.021000', '120615.023000', '120615.026000', '120615.029000', '120615.031000', '120615.034000', '120615.037000', '120615.039000', '120615.042000', '120615.045000', '120615.047000', '120615.050000', '120615.052000', '120615.055000', '120615.058000', '120615.060000', '120615.063000', '120615.065000', '120615.068000', '120615.071000', '120615.073000', '120615.076000', '120615.079000', '120615.081000', '120615.084000', '120615.087000', '120615.089000', '120615.092000', '120615.094000', '120615.097000', '120615.100000', '120615.102000', '120615.105000', '120634.994000', '120634.997000', '120634.999000', '120635.002000', '120635.005000', '120635.007000', '120635.010000', '120635.013000', '120635.015000', '120635.018000', '120635.021000', '120635.023000', '120635.026000', '120635.029000', '120635.031000', '120635.034000', '120635.036000', '120635.039000', '120635.042000', '120635.047000', '120635.049000', '120635.061000', '120635.064000', '120635.066000', '120635.069000', '120635.072000', '120635.074000', '120635.077000', '120635.079000', '120635.082000', '120635.085000', '120635.087000', '120635.105000', '120635.107000', '120635.110000', '120635.112000', '120635.115000', '120635.118000', '120635.120000', '120635.123000', '120635.125000', '120635.128000', '120635.131000', '120635.133000', '120654.993000', '120654.995000', '120654.998000', '120655.002000', '120655.005000', '120655.007000', '120655.010000', '120655.013000', '120655.015000', '120655.018000', '120655.020000', '120655.023000', '120655.026000', '120655.028000', '120655.031000', '120655.034000', '120655.037000', '120655.039000', '120655.042000', '120655.045000', '120655.047000', '120655.050000', '120655.052000', '120655.055000', '120655.058000', '120655.060000', '120655.063000', '120655.065000', '120655.068000', '120655.071000', '120655.073000', '120655.076000', '120655.079000', '120655.081000', '120655.084000', '120655.086000', '120655.089000', '120655.092000', '120655.094000', '120655.097000', '120655.099000', '120655.102000', '120655.105000', '120714.993000', '120714.995000', '120714.998000', '120715.002000', '120715.005000', '120715.007000', '120715.010000', '120715.013000', '120715.015000', '120715.018000', '120715.021000', '120715.023000', '120715.026000', '120715.028000', '120715.031000', '120715.034000', '120715.037000', '120715.040000', '120715.043000', '120715.046000', '120715.049000', '120715.052000', '120715.056000', '120715.059000', '120715.061000', '120715.064000', '120715.066000', '120715.069000', '120715.072000', '120715.074000', '120715.077000', '120715.080000', '120715.082000', '120715.085000', '120715.088000', '120715.097000', '120715.100000', '120715.103000', '120715.105000', '120715.108000', '120715.111000', '120715.113000', '120715.116000', '120734.993000', '120734.995000', '120734.998000', '120735.002000', '120735.004000', '120735.007000', '120735.009000', '120735.012000', '120735.015000', '120735.017000', '120735.020000', '120735.022000', '120735.025000', '120735.028000', '120735.030000', '120735.033000', '120735.036000', '120735.038000', '120735.041000', '120735.043000', '120735.046000', '120735.048000', '120735.051000', '120735.054000', '120735.056000', '120735.059000', '120735.061000', '120735.064000', '120735.066000', '120735.069000', '120735.072000', '120735.074000', '120735.077000', '120735.079000', '120735.082000', '120735.085000', '120735.087000', '120735.090000', '120735.092000', '120735.095000', '120735.097000', '120735.100000', '120735.102000', '120735.105000', '120754.992000', '120754.995000', '120754.998000', '120755.002000', '120755.004000', '120755.007000', '120755.009000', '120755.013000', '120755.023000', '120755.025000', '120755.028000', '120755.031000', '120755.033000', '120755.036000', '120755.038000', '120755.041000', '120755.044000', '120755.046000', '120755.049000', '120755.051000', '120755.054000', '120755.056000', '120755.059000', '120755.069000', '120755.072000', '120755.074000', '120755.077000', '120755.080000', '120755.083000', '120755.085000', '120755.088000', '120755.091000', '120755.093000', '120755.096000', '120755.098000', '120755.101000', '120755.104000', '120755.106000', '120755.109000', '120755.112000', '120755.114000', '120755.117000', '120755.148000', '120814.993000', '120814.995000', '120814.998000', '120815.002000', '120815.004000', '120815.007000', '120815.009000', '120815.012000', '120815.015000', '120815.017000', '120815.020000', '120815.022000', '120815.025000', '120815.027000', '120815.030000', '120815.033000', '120815.035000', '120815.038000', '120815.040000', '120815.043000', '120815.046000', '120815.048000', '120815.051000', '120815.054000', '120815.056000', '120815.059000', '120815.067000', '120815.070000', '120815.072000', '120815.075000', '120815.078000', '120815.080000', '120815.083000', '120815.085000', '120815.088000', '120815.091000', '120815.093000', '120815.096000', '120815.099000', '120815.101000', '120815.104000', '120815.106000', '120815.109000', '120815.112000', '120834.993000', '120834.996000', '120834.998000', '120835.002000', '120835.004000', '120835.007000', '120835.010000', '120835.012000', '120835.015000', '120835.017000', '120835.020000', '120835.022000', '120835.025000', '120835.028000', '120835.039000', '120835.041000', '120835.044000', '120835.047000', '120835.049000', '120835.052000', '120835.054000', '120835.057000', '120835.060000', '120835.062000', '120835.065000', '120835.068000', '120835.070000', '120835.073000', '120835.076000', '120835.078000', '120835.081000', '120835.084000', '120835.086000', '120835.089000', '120835.091000', '120835.095000', '120835.098000', '120835.100000', '120835.103000', '120835.106000', '120835.108000', '120835.111000', '120835.113000', '120854.994000', '120854.996000', '120854.999000', '120855.002000', '120855.004000', '120855.007000', '120855.009000', '120855.012000', '120855.015000', '120855.017000', '120855.020000', '120855.022000', '120855.025000', '120855.028000', '120855.030000', '120855.033000', '120855.035000', '120855.038000', '120855.041000', '120855.043000', '120855.046000', '120855.048000', '120855.051000', '120855.053000', '120855.056000', '120855.059000', '120855.061000', '120855.064000', '120855.067000', '120855.069000', '120855.072000', '120855.074000', '120855.077000', '120855.080000', '120855.082000', '120855.085000', '120855.087000', '120855.090000', '120855.093000', '120855.095000', '120855.098000', '120855.100000', '120855.103000', '120855.106000', '120914.993000', '120914.996000', '120914.998000', '120915.002000', '120915.004000', '120915.007000', '120915.010000', '120915.012000', '120915.015000', '120915.017000', '120915.020000', '120915.023000', '120915.025000', '120915.028000', '120915.030000', '120915.033000', '120915.036000', '120915.038000', '120915.041000', '120915.044000', '120915.047000', '120915.050000', '120915.052000', '120915.055000', '120915.057000', '120915.060000', '120915.063000', '120915.065000', '120915.068000', '120915.070000', '120915.073000', '120915.075000', '120915.078000', '120915.081000', '120915.083000', '120915.086000', '120915.088000', '120915.091000', '120915.093000', '120915.105000', '120915.108000', '120915.111000', '120915.113000', '120934.993000', '120934.995000', '120934.998000', '120935.002000', '120935.004000', '120935.007000', '120935.009000', '120935.012000', '120935.015000', '120935.017000', '120935.020000', '120935.022000', '120935.025000', '120935.027000', '120935.030000', '120935.033000', '120935.035000', '120935.045000', '120935.047000', '120935.050000', '120935.053000', '120935.055000', '120935.058000', '120935.060000', '120935.063000', '120935.066000', '120935.068000', '120935.071000', '120935.073000', '120935.076000', '120935.078000', '120935.081000', '120935.084000', '120935.086000', '120935.089000', '120935.091000', '120935.094000', '120935.096000', '120935.099000', '120935.102000', '120935.104000', '120935.107000', '120935.109000', '120935.112000', '120954.993000', '120954.996000', '120954.998000', '120955.002000', '120955.004000', '120955.007000', '120955.010000', '120955.012000', '120955.015000', '120955.018000', '120955.020000', '120955.023000', '120955.026000', '120955.028000', '120955.031000', '120955.033000', '120955.036000', '120955.039000', '120955.042000', '120955.044000', '120955.047000', '120955.049000', '120955.052000', '120955.055000', '120955.057000', '120955.060000', '120955.062000', '120955.065000', '120955.068000', '120955.070000', '120955.073000', '120955.075000', '120955.078000', '120955.080000', '120955.083000', '120955.086000', '120955.089000', '120955.092000', '120955.095000', '120955.097000', '120955.100000', '120955.103000', '120955.105000', '121014.992000', '121014.995000', '121014.998000', '121015.002000', '121015.004000', '121015.007000', '121015.009000', '121015.012000', '121015.014000', '121015.017000', '121015.020000', '121015.022000', '121015.025000', '121015.027000', '121015.030000', '121015.033000', '121015.035000', '121015.038000', '121015.040000', '121015.043000', '121015.045000', '121015.048000', '121015.051000', '121015.053000', '121015.056000', '121015.058000', '121015.061000', '121015.064000', '121015.066000', '121015.069000', '121015.071000', '121015.074000', '121015.076000', '121015.079000', '121015.082000', '121015.084000', '121015.087000', '121015.089000', '121015.092000', '121015.095000', '121015.097000', '121015.100000', '121015.102000', '121015.106000', '121034.993000', '121034.996000', '121034.998000', '121035.002000', '121035.004000', '121035.007000', '121035.009000', '121035.012000', '121035.015000', '121035.017000', '121035.020000', '121035.022000', '121035.025000', '121035.028000', '121035.030000', '121035.033000', '121035.035000', '121035.038000', '121035.040000', '121035.043000', '121035.046000', '121035.048000', '121035.051000', '121035.053000', '121035.056000', '121035.067000', '121035.070000', '121035.072000', '121035.075000', '121035.078000', '121035.080000', '121035.083000', '121035.085000', '121035.088000', '121035.090000', '121035.112000', '121035.114000', '121035.117000', '121035.120000', '121035.122000', '121035.125000', '121035.128000', '121035.130000', '121054.993000', '121054.996000', '121054.998000', '121055.002000', '121055.005000', '121055.007000', '121055.010000', '121055.013000', '121055.015000', '121055.018000', '121055.020000', '121055.023000', '121055.026000', '121055.028000', '121055.031000', '121055.033000', '121055.036000', '121055.039000', '121055.042000', '121055.044000', '121055.047000', '121055.050000', '121055.052000', '121055.055000', '121055.057000', '121055.060000', '121055.063000', '121055.065000', '121055.068000', '121055.071000', '121055.073000', '121055.076000', '121055.078000', '121055.081000', '121055.084000', '121055.086000', '121055.089000', '121055.091000', '121055.094000', '121055.097000', '121055.099000', '121055.102000', '121055.104000', '121055.107000', '121114.994000', '121114.997000', '121114.999000', '121115.002000', '121115.004000', '121115.007000', '121115.010000', '121115.012000', '121115.015000', '121115.018000', '121115.020000', '121115.023000', '121115.025000', '121115.028000', '121115.030000', '121115.033000', '121115.036000', '121115.038000', '121115.041000', '121115.043000', '121115.046000', '121115.049000', '121115.051000', '121115.054000', '121115.056000', '121115.059000', '121115.061000', '121115.064000', '121115.067000', '121115.069000', '121115.072000', '121115.074000', '121115.077000', '121115.080000', '121115.082000', '121115.085000', '121115.087000', '121115.090000', '121115.093000', '121115.095000', '121115.098000', '121115.100000', '121115.103000', '121134.993000', '121134.995000', '121134.998000', '121135.002000', '121135.004000', '121135.007000', '121135.010000', '121135.012000', '121135.015000', '121135.017000', '121135.020000', '121135.023000', '121135.025000', '121135.028000', '121135.030000', '121135.033000', '121135.036000', '121135.038000', '121135.041000', '121135.043000', '121135.046000', '121135.049000', '121135.051000', '121135.054000', '121135.056000', '121135.059000', '121135.062000', '121135.064000', '121135.067000', '121135.069000', '121135.072000', '121135.075000', '121135.077000', '121135.080000', '121135.082000', '121135.085000', '121135.088000', '121135.090000', '121135.093000', '121135.095000', '121135.098000', '121135.101000', '121135.103000', '121135.106000', '121154.993000', '121154.995000', '121154.998000', '121155.016000', '121155.018000', '121155.021000', '121155.024000', '121155.026000', '121155.029000', '121155.031000', '121155.037000', '121155.040000', '121155.042000', '121155.045000', '121155.047000', '121155.050000', '121155.053000', '121155.055000', '121155.058000', '121155.061000', '121155.063000', '121155.066000', '121155.068000', '121155.071000', '121155.074000', '121155.076000', '121155.079000', '121155.081000', '121155.084000', '121155.086000', '121155.089000', '121155.092000', '121155.094000', '121155.097000', '121155.100000', '121155.102000', '121155.105000', '121155.107000', '121155.110000', '121155.113000', '121155.115000', '121155.118000', '121155.120000', '121214.993000', '121214.995000', '121214.998000', '121215.002000', '121215.004000', '121215.007000', '121215.010000', '121215.012000', '121215.015000', '121215.017000', '121215.020000', '121215.022000', '121215.025000', '121215.028000', '121215.031000', '121215.033000', '121215.036000', '121215.039000', '121215.041000', '121215.044000', '121215.047000', '121215.049000', '121215.052000', '121215.054000', '121215.057000', '121215.059000', '121215.062000', '121215.065000', '121215.067000', '121215.070000', '121215.072000', '121215.075000', '121215.078000', '121215.080000', '121215.083000', '121215.085000', '121215.088000', '121215.090000', '121215.093000', '121215.096000', '121215.098000', '121215.101000', '121215.103000', '121215.106000', '121234.993000', '121234.995000', '121234.998000', '121235.002000', '121235.004000', '121235.007000', '121235.010000', '121235.012000', '121235.015000', '121235.017000', '121235.020000', '121235.022000', '121235.025000', '121235.028000', '121235.030000', '121235.033000', '121235.035000', '121235.038000', '121235.041000', '121235.043000', '121235.046000', '121235.048000', '121235.058000', '121235.061000', '121235.064000', '121235.066000', '121235.069000', '121235.071000', '121235.074000', '121235.076000', '121235.079000', '121235.082000', '121235.084000', '121235.087000', '121235.090000', '121235.092000', '121235.095000', '121235.097000', '121235.100000', '121235.103000', '121235.105000', '121235.108000', '121235.110000', '121255.013000', '121255.016000', '121255.018000', '121255.021000', '121255.023000', '121255.026000', '121255.029000', '121255.031000', '121255.034000', '121255.036000', '121255.039000', '121255.042000', '121255.044000', '121255.047000', '121255.049000', '121255.052000', '121255.055000', '121255.057000', '121255.060000', '121255.062000', '121255.065000', '121255.068000', '121255.070000', '121255.073000', '121255.075000', '121255.078000', '121255.081000', '121255.083000', '121255.086000', '121255.088000', '121255.091000', '121255.094000', '121255.096000', '121255.099000', '121255.102000', '121255.105000', '121255.107000', '121255.110000', '121255.112000', '121255.115000', '121255.118000', '121255.120000', '121255.123000', '121255.125000', '121314.993000', '121314.996000', '121314.998000', '121315.002000', '121315.004000', '121315.007000', '121315.010000', '121315.012000', '121315.015000', '121315.017000', '121315.020000', '121315.022000', '121315.025000', '121315.028000', '121315.030000', '121315.033000', '121315.036000', '121315.038000', '121315.041000', '121315.043000', '121315.046000', '121315.048000', '121315.051000', '121315.053000', '121315.056000', '121315.059000', '121315.061000', '121315.064000', '121315.066000', '121315.069000', '121315.072000', '121315.074000', '121315.077000', '121315.080000', '121315.082000', '121315.085000', '121315.087000', '121315.090000', '121315.092000', '121315.095000', '121315.098000', '121315.100000', '121315.103000', '121334.994000', '121334.996000', '121334.999000', '121335.002000', '121335.004000', '121335.007000', '121335.010000', '121335.012000', '121335.016000', '121335.019000', '121335.021000', '121335.024000', '121335.026000', '121335.029000', '121335.032000', '121335.034000', '121335.037000', '121335.040000', '121335.042000', '121335.045000', '121335.048000', '121335.050000', '121335.053000', '121335.055000', '121335.058000', '121335.060000', '121335.063000', '121335.066000', '121335.068000', '121335.071000', '121335.074000', '121335.076000', '121335.079000', '121335.081000', '121335.084000', '121335.087000', '121335.089000', '121335.092000', '121335.094000', '121335.097000', '121335.099000', '121335.102000', '121335.105000', '121335.107000', '121354.993000', '121354.995000', '121354.998000', '121355.002000', '121355.004000', '121355.007000', '121355.010000', '121355.012000', '121355.015000', '121355.017000', '121355.020000', '121355.023000', '121355.025000', '121355.028000', '121355.030000', '121355.033000', '121355.036000', '121355.038000', '121355.041000', '121355.044000', '121355.046000', '121355.049000', '121355.052000', '121355.054000', '121355.057000', '121355.059000', '121355.062000', '121355.065000', '121355.067000', '121355.070000', '121355.072000', '121355.075000', '121355.078000', '121355.080000', '121355.083000', '121355.085000', '121355.088000', '121355.091000', '121355.093000', '121355.096000', '121355.098000', '121355.101000', '121355.104000', '121414.993000', '121414.996000', '121414.998000', '121415.002000', '121415.005000', '121415.007000', '121415.010000', '121415.013000', '121415.015000', '121415.018000', '121415.020000', '121415.023000', '121415.025000', '121415.028000', '121415.031000', '121415.033000', '121415.036000', '121415.038000', '121415.041000', '121415.044000', '121415.046000', '121415.049000', '121415.052000', '121415.054000', '121415.057000', '121415.059000', '121415.062000', '121415.065000', '121415.067000', '121415.070000', '121415.072000', '121415.075000', '121415.077000', '121415.080000', '121415.083000', '121415.085000', '121415.088000', '121415.090000', '121415.093000', '121415.095000', '121415.098000', '121415.101000', '121415.103000', '121434.993000', '121434.995000', '121434.998000', '121435.002000', '121435.004000', '121435.007000', '121435.009000', '121435.012000', '121435.015000', '121435.017000', '121435.020000', '121435.022000', '121435.025000', '121435.028000', '121435.030000', '121435.033000', '121435.035000', '121435.038000', '121435.041000', '121435.043000', '121435.046000', '121435.049000', '121435.051000', '121435.054000', '121435.056000', '121435.059000', '121435.062000', '121435.064000', '121435.067000', '121435.070000', '121435.072000', '121435.075000', '121435.077000', '121435.080000', '121435.082000', '121435.085000', '121435.088000', '121435.090000', '121435.093000', '121435.095000', '121435.098000', '121435.101000', '121435.103000', '121435.106000', '121454.993000', '121454.996000', '121455.000000', '121455.002000', '121455.005000', '121455.007000', '121455.010000', '121455.013000', '121455.016000', '121455.019000', '121455.022000', '121455.024000', '121455.027000', '121455.029000', '121455.032000', '121455.035000', '121455.037000', '121455.040000', '121455.043000', '121455.045000', '121455.048000', '121455.051000', '121455.054000', '121455.057000', '121455.060000', '121455.063000', '121455.065000', '121455.068000', '121455.070000', '121455.073000', '121455.076000', '121455.078000', '121455.081000', '121455.083000', '121455.086000', '121455.089000', '121455.091000', '121455.094000', '121455.096000', '121455.099000', '121455.102000', '121455.104000', '121455.107000', '121514.993000', '121514.995000', '121514.998000', '121515.002000', '121515.004000', '121515.007000', '121515.009000', '121515.012000', '121515.015000', '121515.017000', '121515.020000', '121515.022000', '121515.025000', '121515.028000', '121515.030000', '121515.033000', '121515.035000', '121515.038000', '121515.040000', '121515.043000', '121515.046000', '121515.048000', '121515.051000', '121515.053000', '121515.067000', '121515.069000', '121515.072000', '121515.075000', '121515.077000', '121515.080000', '121515.082000', '121515.085000', '121515.087000', '121515.090000', '121515.093000', '121515.095000', '121515.098000', '121515.100000', '121515.103000', '121515.106000', '121515.108000', '121515.111000', '121515.113000', '121515.116000', '121518.502000', '121518.505000', '121518.508000', '121518.512000', '121518.514000', '121518.517000', '121518.520000', '121518.523000'], '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': [10815, 12785, 9844, 12720, 11619, 11316, 8826, 10868, 9510, 9455, 12976, 9925, 11698, 10015, 9911, 8062, 9530, 8696, 9265, 12258, 9963, 10488, 9328, 10492, 9711, 9471, 12812, 9794, 11036, 9838, 10558, 9799, 10538, 12224, 9741, 12352, 10072, 11229, 9219, 10783, 11623, 9544, 14899, 9514, 11277, 8486, 10686, 10026, 9617, 15993, 9506, 11421, 9383, 10799, 9331, 10074, 11504, 9019, 12184, 10013, 11618, 9414, 10132, 9672, 9953, 11281, 9280, 12631, 11447, 10818, 8519, 10172, 8969, 9783, 12963, 9857, 11528, 9490, 10926, 8161, 10628, 9153, 10311, 10803, 9029, 12378, 9981, 11705, 9096, 10321, 9807, 10040, 11329, 9312, 12502, 10694, 11204, 8669, 10689, 9445, 9805, 12388, 9458, 11550, 9595, 10910, 9279, 10345, 9066, 10458, 9432, 9310, 12584, 9320, 11635, 8863, 10730, 9291, 10584, 11824, 9323, 12854, 11432, 11425, 8529, 10990, 9436, 9864, 14895, 11263, 11570, 9551, 10688, 10059, 10174, 12079, 9812, 12660, 9737, 11103, 9025, 10922, 11490, 9508, 14061, 9584, 11145, 8868, 10527, 8884, 9764, 11014, 8823, 11823, 9824, 10759, 8962, 10223, 9305, 9399, 13080, 10454, 11079, 9095, 10156, 10099, 9675, 11757, 9649, 11849, 10038, 11114, 9283, 10432, 10662, 9610, 13556, 9416, 11335, 8803, 10277, 9071, 10325, 12127, 9125, 11720, 9121, 11091, 9102, 9899, 14753, 9051, 11913, 9325, 11077, 9154, 10012, 9090, 9577, 12976, 9658, 11778, 10170, 10701, 9660, 9800, 11352, 9507, 12522, 9660, 11170, 8570, 10820, 9014, 10076, 15598, 9094, 12149, 10521, 11036, 9055, 10783, 11107, 9320, 12878, 10461, 11005, 8996, 9872, 8721, 9265, 12431, 9331, 11175, 10119, 10734, 9391, 10103, 9701, 9529, 11849, 9163, 12009, 10766, 10617, 10336, 10875, 12043, 9632, 12623, 11203, 11086, 10121, 10841, 10267, 10662, 11589, 9394, 12677, 9749, 11337, 8826, 10205, 9911, 9510, 13015, 10118, 11307, 8568, 10562, 11112, 9658, 12934, 10452, 10676, 8920, 10193, 8763, 10304, 8770, 10192, 9017, 9272, 12254, 9849, 11200, 8840, 10680, 8972, 9839, 13413, 10180, 11260, 9879, 10595, 9279, 10283, 13999, 10190, 13202, 9032, 10832, 8657, 10763, 9319, 9580, 11056, 8865, 12126, 10117, 11518, 9562, 11544, 10112, 10324, 12632, 10008, 12418, 10304, 11283, 9042, 10582, 9117, 10510, 11493, 9261, 12027, 9934, 10899, 8994, 10051, 9972, 9803, 12602, 9737, 11455, 8792, 10433, 8837, 10148, 11701, 9076, 12141, 10213, 10479, 8898, 9933, 8935, 9492, 12709, 9486, 10677, 9136, 10678, 10792, 11678, 13205, 10972, 13771, 11578, 12628, 11877, 11691, 19902, 11551, 16671, 11423, 11529, 10893, 10681, 9922, 10060, 13431, 10517, 12178, 10853, 11448, 10478, 10332, 18005, 10712, 12987, 11608, 12126, 17951, 10512, 15490, 11608, 12152, 10846, 11401, 13384, 9848, 13192, 10989, 11415, 11319, 10876, 12983, 10089, 11977, 11220, 11254, 11229, 11277, 12540, 9229, 12780, 12582, 11557, 9259, 11257, 9624, 10290, 13589, 10842, 11896, 11270, 11473, 10865, 11742, 12925, 10716, 15541, 10862, 12425, 10981, 11545, 11108, 11606, 11145, 10271, 15663, 10533, 12566, 11324, 11896, 10087, 11097, 9709, 10247, 14094, 10827, 12837, 12743, 11814, 10829, 11828, 10947, 11198, 12968, 10230, 13658, 11062, 12307, 10576, 11393, 10454, 11039, 11006, 9973, 13601, 10971, 12159, 10512, 11220, 10872, 10847, 9585, 9714, 12642, 10803, 12144, 11397, 11772, 10066, 10891, 10205, 10840, 13213, 10825, 13097, 11608, 12272, 11214, 11497, 9876, 10700, 14867, 10907, 12969, 12286, 11563, 10323, 11192, 10738, 10430, 11494, 9941, 13072, 10334, 12973, 11316, 12101, 10651, 11590, 10877, 10903, 14525, 10611, 13978, 13720, 12485, 10261, 11564, 12964, 10311, 13718, 13043, 12467, 11120, 10784, 13915, 10206, 12435, 11630, 11201, 10601, 9730, 13201, 10579, 11996, 10578, 11071, 9707, 9759, 12993, 10631, 11625, 10744, 10709, 10823, 10134, 12204, 9986, 12379, 10992, 11561, 10848, 10848, 12488, 10214, 12446, 11191, 11554, 10658, 10831, 11526, 10008, 14006, 11627, 11954, 10990, 11202, 10477, 11073, 11049, 9966, 13306, 10729, 12472, 10625, 11635, 10685, 10322, 14750, 11053, 11916, 11343, 11867, 10693, 11266, 13762, 10803, 13891, 12248, 13170, 10269, 12373, 11766, 11113, 14974, 11330, 13350, 13051, 11989, 9765, 11994, 11109, 10548, 13319, 12201, 12083, 11038, 11031, 13688, 10526, 12509, 10316, 11058, 9338, 10089, 13098, 10765, 11879, 9837, 10934, 10357, 10084, 12493, 10785, 12360, 10154, 11519, 10581, 10783, 12079, 10806, 13164, 10674, 11926, 11251, 11190, 9454, 10642, 13374, 11283, 12850, 11181, 11737, 10368, 11019, 18918, 12027, 13096, 11302, 11724, 11994, 11249, 14284, 11965, 12698, 10077, 11092, 10918, 10604, 13136, 10990, 12705, 11933, 11420, 9940, 11018, 9409, 10122, 14782, 11791, 11488, 11323, 11783, 11293, 11269, 19005, 11599, 12640, 11903, 12027, 11079, 11034, 15488, 11558, 12144, 11750, 11799, 11003, 10502, 12630, 10227, 14233, 11043, 12257, 11080, 11449, 10655, 11539, 10909, 11333, 10001, 11480, 10371, 11644, 11098, 11995, 10553, 11908, 10681, 11107, 18289, 11869, 13199, 10998, 11906, 10995, 11321, 16765, 11570, 13097, 12661, 11663, 11294, 10960, 14775, 10948, 12635, 11472, 11325, 10750, 10384, 11576, 10425, 12973, 11333, 11970, 9524, 11223, 9637, 10044, 12649, 10856, 12030, 11378, 11207, 10502, 10431, 11137, 10185, 13699, 12057, 12251, 9915, 11483, 9566, 10424, 14036, 11212, 12415, 10964, 11530, 10455, 11372, 11413, 10562, 13811, 10783, 13113, 11800, 12501, 10555, 11621, 11450, 11737, 10739, 11205, 17538, 12073, 12310, 11847, 11909, 10552, 11587, 11229, 11719, 9880, 10699, 11614, 10363, 13697, 11194, 12427, 12149, 11473, 10641, 11442, 10965, 11361, 12236, 10044, 15712, 10558, 13161, 11310, 12394, 10906, 10665, 10429, 10583, 11512, 10663, 14309, 12264, 12059, 10593, 10940, 10811, 10885, 10912, 10413, 13957, 10317, 12808, 11226, 12073, 9854, 11423, 10332, 10478, 11013, 10559, 12972, 11355, 12862, 10311, 13400, 11500, 12540, 11097, 11826, 10542, 11847, 10174, 10920, 17709, 12294, 13461, 11189, 11443, 10532, 11012, 12858, 10415, 14701, 10849, 11680, 10208, 11483, 9953, 10236, 8946, 10190, 11891, 10419, 13939, 11558, 11971, 12050, 12156, 10815, 12414, 10226, 12663, 10789, 12993, 11577, 14750, 10323, 12459, 10537, 11525, 9437, 11245, 9875, 10593, 11993, 10325, 13709, 10517, 11673, 10105, 10850, 9361, 11179, 9440, 10434, 9173, 10464, 12645, 10117, 13188, 12331, 11167, 10530, 11393, 10098, 11168, 10064, 11508, 10691, 11251, 11435, 10688, 15327, 11130, 12591, 12542, 12918, 9842, 12248, 9844, 10958, 17306, 11119, 12314, 10473, 11483, 9931, 11157, 12032, 9811, 13532, 10022, 11622, 9966, 11060, 9776, 10788, 10833, 10220, 10924, 9486, 12510, 10233, 11490, 9523, 10703, 10025, 11119, 11128, 10488, 13376, 12172, 12393, 9557, 11821, 10173, 11050, 13312, 11877, 12485, 10046, 11700, 10167, 11049, 16285, 11801, 12354, 10613, 11537, 10775, 11159, 12143, 10245, 13655, 10143, 11912, 9860, 11368, 10084, 11380, 12781, 10394, 12686, 10565, 12088, 9899, 11165, 10136, 11421, 12014, 10076, 13314, 12490, 11745, 9143, 12011, 11668, 10578, 13140, 11483, 11573, 10204, 11370, 10501, 10707, 12865, 10270, 12580, 10404, 11113, 9378, 10663, 9534, 10584, 11063, 10390, 13445, 10967, 12306, 10414, 11683, 11036, 11444, 13132, 10632, 12813, 12071, 11494, 9531, 11172, 11942, 10452, 13415, 10993, 11946, 10309, 10940, 9811, 10423, 12272, 9987, 12643, 10148, 11122, 9219, 10566, 9589, 10391, 11281, 10219, 12535, 10900, 12155, 10051, 10879, 10725, 11176, 12474, 10733, 12699, 10922, 11803, 10101, 11099, 9875, 11024, 11656, 11001, 13131, 10984, 12195, 10860, 11870, 9821, 11501, 16847, 11553, 12861, 12423, 12268, 11197, 11959, 11919, 10914, 13605, 11959, 12155, 10140, 11449, 9543, 11214, 13091, 10789, 13131, 10511, 11809, 10454, 11209, 9630, 11406, 14193, 10142, 12152, 11197, 11222, 9869, 11268, 9206, 10556, 13328, 10724, 11662, 11067, 11192, 9318, 11187, 9488, 10921, 12893, 10839, 12620, 10711, 11754, 9988, 11143, 10068, 11213, 11032, 10065, 12726, 11606, 11552, 9701, 11207, 9990, 11173, 13471, 10833, 12853, 11456, 12848, 10095, 11892, 9830, 11607, 11729, 10717, 14830, 10064, 12157, 10599, 11148, 9966, 11119, 10927, 10282, 12527, 11005, 11452, 9683, 11176, 10544, 10793, 11844, 10296, 13445, 10376, 11455, 10067, 11125, 10218, 10723, 9919, 10983, 12375, 10538, 12731, 13009, 14905, 10128, 12685, 10931, 11490, 17038, 12052, 13898, 10876, 12528, 11057, 11980, 9488, 11800, 14717, 10394, 12727, 12115, 11935, 10541, 11609, 10296, 11501, 10459, 10984, 11326, 10354, 13478, 10915, 12245, 11397, 11219, 9550, 11918, 8971, 11181, 13543, 11043, 12069, 10786, 11507, 9397, 10972, 9128, 11086, 13440, 11154, 16038, 11315, 13634, 10745, 12349, 10338, 11843, 13302, 11017, 15713, 10660, 12263, 10231, 11180, 10061, 11230, 10010, 10142, 13583, 10999, 12109, 11406, 10866, 9986, 11142, 9426, 10807, 13352, 10894, 13043, 10321, 11089, 9687, 10759, 9939, 10563, 9735, 10224, 12840, 10896, 11882, 10455, 11598, 10106, 11290, 14135, 11141, 12008, 12375, 11950, 10428, 11629, 12485, 10805, 12612, 12845, 12802, 9847, 12266, 10926, 10978, 13922, 11569, 12375, 10439, 11594, 9191, 10876, 13851, 10869, 12202, 10519, 11388, 10082, 11383, 10547, 10718, 14639, 10024, 12014, 10208, 11314, 9807, 10980, 12735, 10162, 12179, 10338, 11285, 9924, 11262, 9448, 10422, 12940, 9946, 11261, 10467, 10798, 9287, 11495, 9967, 10769, 13663, 12292, 12087, 10447, 12008, 10657, 11898, 14136, 11739, 18452, 10421, 12755, 11662, 12360, 11882, 12707, 9902, 12399, 9815, 11701, 11652, 11687, 14208, 10476, 15272, 12209, 13907, 13122, 15054, 10448, 12917, 10495, 11963, 12892, 11254, 16772, 10655, 12692, 10430, 11918, 9723, 11883, 11568, 10124, 12971, 11211, 11872, 10659, 11469, 9694, 11265, 10333, 10631, 11460, 10496, 13781, 10648, 12169, 12138, 11196, 11036, 11414, 10475, 12445, 9864, 12284, 11018, 10400, 11573, 10345, 14395, 11997, 14554, 13242, 12864, 12029, 12121, 12981, 10935, 15023, 10042, 12348, 11193, 11448, 8774, 11319, 10559, 10960, 10545, 10401, 12722, 9895, 11790, 10099, 11208, 10005, 10986, 8964, 10627, 13467, 10673, 11984, 10123, 11986, 10113, 10887, 15685, 10997, 12302, 10637, 11845, 11014, 11596, 13009, 10374, 12035, 11264, 11274, 9050, 11426, 11229, 10250, 12610, 11489, 11007, 9724, 11253, 11154, 10678, 12839, 11359, 12054, 9909, 11695, 11236, 10926, 12901, 11192, 11978, 9084, 11330, 9890, 10685, 13290, 10998, 12111, 9448, 11374, 11113, 10726, 14271, 11558, 13042, 10343, 11986, 10456, 11881, 11537, 11335, 16393, 10625, 12705, 10881, 11538, 10686, 11680, 11550, 10066, 12835, 11780, 11720, 9689, 12069, 11198, 10375, 13085, 11958, 12374, 9533, 11988, 9237, 11537, 13952, 10946, 13106, 10393, 11858, 9497, 11601, 9513, 11663, 10780, 10284, 13655, 11081, 12054, 11830, 11751, 9087, 11493, 9364, 11304, 14445, 11110, 13662, 10534, 11656, 10147, 11494, 10060, 11356, 9290, 11840, 14590, 10609, 14342, 12769, 14140, 12030, 12951, 11433, 12192, 12580, 10965, 13640, 11115, 12567, 10392, 11791, 10205, 11566, 9883, 11672, 15891, 10157, 13123, 11411, 12401, 10603, 12763, 10198, 11166, 12906, 10636, 12708, 12572, 11799, 9379, 11684, 10359, 11563, 13867, 10801, 13184, 10427, 12215, 10018, 11675, 12001, 10852, 17233, 10065, 13075, 10718, 11916, 10205, 11900, 10670, 10410, 14404, 10918, 12283, 11939, 11748, 10343, 11840, 12344, 10486, 13789, 12220, 13145, 9903, 12147, 9858, 11569, 11626, 10480, 12982, 9581, 12208, 10197, 11495, 9798, 11194, 11012, 9991, 13135, 10321, 11900, 10653, 10950, 10722, 11019, 11361, 9970, 12278, 11487, 11458, 9424, 11350, 9834, 11053, 13604, 10656, 11909, 10503, 11749, 9213, 11262, 10330, 10785, 12679, 10099, 11752, 10202, 11787, 10578, 11287, 11864, 10547, 13843, 10397, 12256, 9950, 11934, 10489, 11076, 15184, 10191, 12915, 10358, 11972, 10014, 11452, 10500, 10237, 12462, 10429, 11601, 9941, 11208, 10291, 11287, 9359, 10788, 13512, 11026, 12062, 10825, 11609, 10078, 11658, 9943, 11542, 10298, 11574, 15975, 10625, 12385, 11575, 12250, 10702, 12399, 9854, 11093, 14867, 11542, 12522, 10944, 12151, 10421, 12005, 10746, 11265, 14132, 10958, 13625, 10424, 12356, 10319, 12223, 9611, 11867, 13633, 10219, 12839, 10849, 12156, 10524, 11525, 10560, 11436, 10355, 10975, 13936, 11475, 13084, 10630, 12337, 9774, 11983, 10733, 12599, 13938, 10632, 14819, 10860, 12259, 10656, 12008, 10053, 11848, 9332, 12299, 9124, 11472, 10584, 12689, 9902, 12374, 10927, 12419, 12195, 13706, 12866, 11849, 18797, 11062, 14860, 13356, 13502, 9333, 12480, 12209, 10488, 13116, 11479, 12290, 9714, 11999, 10911, 10845, 11617, 10240, 13001, 10733, 12099, 10066, 11578, 10909, 11572, 10112, 10646, 9782, 10507, 13088, 10227, 12770, 12080, 13458, 10068, 12640, 10597, 12266, 14223, 11776, 18452, 9897, 14623, 11511, 12939, 11611, 13502, 11472, 12183, 12217, 11061, 13555, 10694, 13539, 10691, 12653, 10224, 12112, 9657, 10881, 12839, 10100, 13311, 11386, 11771, 10302, 11874, 9466, 12327, 9494, 11701, 9059, 11856, 11982, 10227, 14578, 11293, 12394, 11770, 13107, 9665, 12446, 10524, 12431, 9513, 11626, 9467, 11096, 12509, 10565, 15466, 11378, 14600, 9497, 12963, 10032, 11788, 10954], 'WindowCenter': [4791.0, 4782.0, 4735.0, 4752.0, 4729.0, 4715.0, 4684.0, 4701.0, 4682.0, 4680.0, 4709.0, 4693.0, 4711.0, 4692.0, 4692.0, 4662.0, 4695.0, 4673.0, 4693.0, 4723.0, 4695.0, 4703.0, 4685.0, 4705.0, 4693.0, 4695.0, 4722.0, 4695.0, 4703.0, 4694.0, 4704.0, 4693.0, 4705.0, 4713.0, 4684.0, 4712.0, 4693.0, 4703.0, 4682.0, 4705.0, 4703.0, 4682.0, 4732.0, 4683.0, 4699.0, 4671.0, 4692.0, 4680.0, 4681.0, 4731.0, 4682.0, 4699.0, 4683.0, 4703.0, 4673.0, 4683.0, 4702.0, 4671.0, 4700.0, 4682.0, 4701.0, 4674.0, 4682.0, 4681.0, 4692.0, 4702.0, 4681.0, 4712.0, 4701.0, 4692.0, 4660.0, 4692.0, 4672.0, 4693.0, 4722.0, 4683.0, 4702.0, 4683.0, 4690.0, 4664.0, 4704.0, 4683.0, 4692.0, 4693.0, 4673.0, 4712.0, 4693.0, 4714.0, 4675.0, 4694.0, 4683.0, 4694.0, 4702.0, 4683.0, 4724.0, 4704.0, 4702.0, 4673.0, 4693.0, 4683.0, 4695.0, 4723.0, 4684.0, 4703.0, 4685.0, 4704.0, 4686.0, 4706.0, 4685.0, 4705.0, 4685.0, 4698.0, 4724.0, 4686.0, 4716.0, 4695.0, 4714.0, 4696.0, 4705.0, 4714.0, 4698.0, 4726.0, 4713.0, 4704.0, 4674.0, 4704.0, 4684.0, 4697.0, 4745.0, 4704.0, 4712.0, 4683.0, 4703.0, 4692.0, 4705.0, 4712.0, 4692.0, 4712.0, 4683.0, 4702.0, 4672.0, 4704.0, 4702.0, 4683.0, 4719.0, 4681.0, 4701.0, 4684.0, 4692.0, 4671.0, 4692.0, 4701.0, 4684.0, 4714.0, 4695.0, 4703.0, 4684.0, 4693.0, 4684.0, 4697.0, 4722.0, 4703.0, 4703.0, 4674.0, 4693.0, 4689.0, 4695.0, 4713.0, 4683.0, 4712.0, 4693.0, 4704.0, 4682.0, 4701.0, 4703.0, 4693.0, 4723.0, 4686.0, 4703.0, 4683.0, 4704.0, 4686.0, 4706.0, 4713.0, 4685.0, 4712.0, 4683.0, 4704.0, 4674.0, 4693.0, 4731.0, 4675.0, 4702.0, 4684.0, 4705.0, 4682.0, 4693.0, 4673.0, 4684.0, 4724.0, 4695.0, 4712.0, 4694.0, 4692.0, 4684.0, 4694.0, 4701.0, 4696.0, 4725.0, 4697.0, 4714.0, 4685.0, 4707.0, 4683.0, 4695.0, 4733.0, 4673.0, 4714.0, 4702.0, 4703.0, 4672.0, 4703.0, 4700.0, 4683.0, 4713.0, 4693.0, 4703.0, 4672.0, 4683.0, 4672.0, 4682.0, 4722.0, 4682.0, 4702.0, 4694.0, 4702.0, 4695.0, 4695.0, 4694.0, 4694.0, 4714.0, 4698.0, 4726.0, 4705.0, 4705.0, 4692.0, 4704.0, 4713.0, 4683.0, 4725.0, 4703.0, 4703.0, 4704.0, 4703.0, 4693.0, 4705.0, 4714.0, 4695.0, 4722.0, 4695.0, 4701.0, 4684.0, 4705.0, 4695.0, 4696.0, 4724.0, 4706.0, 4705.0, 4673.0, 4693.0, 4703.0, 4694.0, 4722.0, 4693.0, 4703.0, 4684.0, 4704.0, 4686.0, 4706.0, 4687.0, 4705.0, 4697.0, 4697.0, 4724.0, 4707.0, 4717.0, 4686.0, 4705.0, 4685.0, 4704.0, 4734.0, 4706.0, 4713.0, 4694.0, 4704.0, 4684.0, 4704.0, 4731.0, 4695.0, 4723.0, 4684.0, 4700.0, 4685.0, 4704.0, 4684.0, 4695.0, 4702.0, 4684.0, 4712.0, 4706.0, 4714.0, 4684.0, 4714.0, 4692.0, 4693.0, 4711.0, 4694.0, 4712.0, 4692.0, 4702.0, 4673.0, 4703.0, 4674.0, 4692.0, 4701.0, 4683.0, 4710.0, 4681.0, 4699.0, 4672.0, 4680.0, 4681.0, 4691.0, 4709.0, 4681.0, 4700.0, 4672.0, 4690.0, 4671.0, 4691.0, 4697.0, 4670.0, 4712.0, 4691.0, 4690.0, 4670.0, 4689.0, 4670.0, 4693.0, 4710.0, 4683.0, 4692.0, 4682.0, 4726.0, 4703.0, 4712.0, 4724.0, 4704.0, 4720.0, 4703.0, 4710.0, 4701.0, 4713.0, 4751.0, 4702.0, 4740.0, 4713.0, 4701.0, 4701.0, 4701.0, 4696.0, 4695.0, 4732.0, 4702.0, 4722.0, 4704.0, 4714.0, 4702.0, 4703.0, 4739.0, 4703.0, 4720.0, 4701.0, 4713.0, 4741.0, 4692.0, 4729.0, 4701.0, 4710.0, 4692.0, 4703.0, 4709.0, 4680.0, 4707.0, 4689.0, 4724.0, 4712.0, 4702.0, 4721.0, 4690.0, 4701.0, 4701.0, 4713.0, 4715.0, 4712.0, 4709.0, 4682.0, 4722.0, 4711.0, 4699.0, 4680.0, 4700.0, 4680.0, 4693.0, 4722.0, 4702.0, 4711.0, 4704.0, 4701.0, 4702.0, 4713.0, 4720.0, 4691.0, 4728.0, 4702.0, 4710.0, 4700.0, 4709.0, 4713.0, 4714.0, 4702.0, 4703.0, 4740.0, 4702.0, 4720.0, 4714.0, 4712.0, 4692.0, 4703.0, 4682.0, 4694.0, 4722.0, 4704.0, 4723.0, 4722.0, 4712.0, 4702.0, 4710.0, 4690.0, 4703.0, 4722.0, 4693.0, 4722.0, 4702.0, 4710.0, 4702.0, 4712.0, 4703.0, 4702.0, 4702.0, 4694.0, 4732.0, 4703.0, 4724.0, 4705.0, 4712.0, 4702.0, 4712.0, 4692.0, 4694.0, 4734.0, 4715.0, 4721.0, 4714.0, 4712.0, 4695.0, 4714.0, 4706.0, 4706.0, 4724.0, 4705.0, 4723.0, 4715.0, 4725.0, 4715.0, 4712.0, 4694.0, 4704.0, 4731.0, 4703.0, 4734.0, 4722.0, 4713.0, 4695.0, 4704.0, 4702.0, 4714.0, 4714.0, 4705.0, 4733.0, 4706.0, 4734.0, 4713.0, 4725.0, 4705.0, 4714.0, 4703.0, 4703.0, 4732.0, 4703.0, 4734.0, 4722.0, 4712.0, 4692.0, 4710.0, 4722.0, 4702.0, 4720.0, 4719.0, 4708.0, 4699.0, 4700.0, 4720.0, 4691.0, 4710.0, 4697.0, 4699.0, 4690.0, 4679.0, 4720.0, 4691.0, 4701.0, 4689.0, 4700.0, 4680.0, 4683.0, 4721.0, 4694.0, 4701.0, 4703.0, 4692.0, 4702.0, 4704.0, 4711.0, 4693.0, 4712.0, 4704.0, 4711.0, 4702.0, 4715.0, 4723.0, 4701.0, 4722.0, 4703.0, 4713.0, 4704.0, 4703.0, 4715.0, 4696.0, 4732.0, 4713.0, 4714.0, 4703.0, 4703.0, 4705.0, 4717.0, 4715.0, 4706.0, 4731.0, 4716.0, 4725.0, 4714.0, 4728.0, 4716.0, 4721.0, 4747.0, 4726.0, 4725.0, 4714.0, 4727.0, 4705.0, 4716.0, 4733.0, 4715.0, 4734.0, 4725.0, 4735.0, 4705.0, 4715.0, 4713.0, 4703.0, 4730.0, 4702.0, 4722.0, 4724.0, 4713.0, 4693.0, 4712.0, 4702.0, 4694.0, 4722.0, 4712.0, 4710.0, 4691.0, 4701.0, 4718.0, 4692.0, 4712.0, 4695.0, 4704.0, 4682.0, 4695.0, 4720.0, 4702.0, 4710.0, 4695.0, 4704.0, 4694.0, 4703.0, 4712.0, 4703.0, 4724.0, 4706.0, 4714.0, 4702.0, 4716.0, 4713.0, 4707.0, 4724.0, 4717.0, 4724.0, 4714.0, 4715.0, 4694.0, 4706.0, 4734.0, 4715.0, 4734.0, 4716.0, 4726.0, 4707.0, 4714.0, 4754.0, 4724.0, 4724.0, 4704.0, 4713.0, 4712.0, 4703.0, 4731.0, 4714.0, 4723.0, 4695.0, 4704.0, 4702.0, 4703.0, 4721.0, 4716.0, 4723.0, 4715.0, 4714.0, 4693.0, 4704.0, 4685.0, 4706.0, 4746.0, 4716.0, 4714.0, 4715.0, 4715.0, 4712.0, 4716.0, 4764.0, 4714.0, 4721.0, 4713.0, 4714.0, 4702.0, 4705.0, 4743.0, 4713.0, 4713.0, 4714.0, 4713.0, 4691.0, 4703.0, 4722.0, 4692.0, 4721.0, 4704.0, 4712.0, 4711.0, 4715.0, 4718.0, 4714.0, 4703.0, 4713.0, 4705.0, 4715.0, 4706.0, 4726.0, 4728.0, 4728.0, 4706.0, 4725.0, 4705.0, 4714.0, 4754.0, 4724.0, 4735.0, 4703.0, 4713.0, 4703.0, 4704.0, 4741.0, 4713.0, 4722.0, 4724.0, 4701.0, 4702.0, 4703.0, 4719.0, 4701.0, 4711.0, 4712.0, 4702.0, 4691.0, 4694.0, 4702.0, 4703.0, 4725.0, 4712.0, 4713.0, 4684.0, 4703.0, 4682.0, 4695.0, 4724.0, 4705.0, 4714.0, 4713.0, 4703.0, 4692.0, 4703.0, 4715.0, 4704.0, 4722.0, 4714.0, 4711.0, 4694.0, 4702.0, 4692.0, 4707.0, 4723.0, 4704.0, 4711.0, 4704.0, 4714.0, 4706.0, 4717.0, 4715.0, 4703.0, 4724.0, 4703.0, 4722.0, 4725.0, 4725.0, 4694.0, 4713.0, 4702.0, 4712.0, 4702.0, 4714.0, 4754.0, 4715.0, 4712.0, 4713.0, 4712.0, 4703.0, 4712.0, 4714.0, 4714.0, 4693.0, 4704.0, 4712.0, 4695.0, 4735.0, 4715.0, 4722.0, 4714.0, 4714.0, 4704.0, 4714.0, 4714.0, 4717.0, 4712.0, 4695.0, 4743.0, 4703.0, 4722.0, 4716.0, 4723.0, 4702.0, 4706.0, 4706.0, 4704.0, 4714.0, 4716.0, 4730.0, 4724.0, 4712.0, 4704.0, 4703.0, 4705.0, 4705.0, 4703.0, 4704.0, 4733.0, 4704.0, 4723.0, 4715.0, 4714.0, 4694.0, 4713.0, 4694.0, 4705.0, 4716.0, 4707.0, 4725.0, 4713.0, 4724.0, 4705.0, 4732.0, 4712.0, 4723.0, 4706.0, 4715.0, 4702.0, 4714.0, 4705.0, 4715.0, 4742.0, 4714.0, 4709.0, 4702.0, 4702.0, 4695.0, 4701.0, 4711.0, 4689.0, 4730.0, 4692.0, 4698.0, 4695.0, 4711.0, 4681.0, 4694.0, 4670.0, 4692.0, 4710.0, 4704.0, 4734.0, 4714.0, 4712.0, 4713.0, 4725.0, 4715.0, 4734.0, 4707.0, 4735.0, 4720.0, 4725.0, 4728.0, 4733.0, 4703.0, 4726.0, 4721.0, 4739.0, 4708.0, 4727.0, 4694.0, 4705.0, 4701.0, 4693.0, 4722.0, 4692.0, 4702.0, 4695.0, 4702.0, 4695.0, 4716.0, 4693.0, 4705.0, 4684.0, 4704.0, 4721.0, 4705.0, 4723.0, 4725.0, 4703.0, 4702.0, 4711.0, 4694.0, 4704.0, 4693.0, 4715.0, 4692.0, 4703.0, 4703.0, 4703.0, 4731.0, 4703.0, 4711.0, 4710.0, 4711.0, 4681.0, 4711.0, 4680.0, 4702.0, 4742.0, 4700.0, 4699.0, 4691.0, 4699.0, 4678.0, 4702.0, 4712.0, 4692.0, 4721.0, 4694.0, 4701.0, 4690.0, 4699.0, 4693.0, 4703.0, 4700.0, 4693.0, 4702.0, 4691.0, 4711.0, 4703.0, 4713.0, 4694.0, 4704.0, 4695.0, 4714.0, 4715.0, 4706.0, 4722.0, 4715.0, 4723.0, 4684.0, 4712.0, 4690.0, 4712.0, 4722.0, 4714.0, 4712.0, 4692.0, 4711.0, 4689.0, 4703.0, 4741.0, 4701.0, 4711.0, 4690.0, 4701.0, 4690.0, 4703.0, 4710.0, 4690.0, 4720.0, 4691.0, 4711.0, 4689.0, 4713.0, 4693.0, 4702.0, 4710.0, 4692.0, 4712.0, 4692.0, 4712.0, 4694.0, 4701.0, 4692.0, 4703.0, 4708.0, 4694.0, 4723.0, 4712.0, 4700.0, 4672.0, 4708.0, 4699.0, 4690.0, 4719.0, 4701.0, 4699.0, 4690.0, 4701.0, 4691.0, 4704.0, 4711.0, 4691.0, 4711.0, 4703.0, 4701.0, 4684.0, 4705.0, 4682.0, 4704.0, 4702.0, 4693.0, 4719.0, 4702.0, 4712.0, 4689.0, 4701.0, 4691.0, 4702.0, 4710.0, 4694.0, 4712.0, 4701.0, 4700.0, 4681.0, 4700.0, 4700.0, 4692.0, 4707.0, 4693.0, 4699.0, 4679.0, 4689.0, 4680.0, 4702.0, 4701.0, 4693.0, 4710.0, 4692.0, 4702.0, 4685.0, 4704.0, 4684.0, 4703.0, 4702.0, 4695.0, 4713.0, 4714.0, 4723.0, 4693.0, 4706.0, 4703.0, 4714.0, 4724.0, 4715.0, 4723.0, 4704.0, 4714.0, 4695.0, 4715.0, 4695.0, 4704.0, 4714.0, 4706.0, 4721.0, 4703.0, 4715.0, 4705.0, 4713.0, 4692.0, 4714.0, 4741.0, 4716.0, 4722.0, 4710.0, 4711.0, 4703.0, 4710.0, 4712.0, 4704.0, 4721.0, 4712.0, 4711.0, 4694.0, 4701.0, 4683.0, 4713.0, 4710.0, 4704.0, 4713.0, 4692.0, 4712.0, 4702.0, 4703.0, 4683.0, 4702.0, 4720.0, 4691.0, 4714.0, 4704.0, 4701.0, 4683.0, 4702.0, 4683.0, 4692.0, 4722.0, 4706.0, 4702.0, 4703.0, 4703.0, 4682.0, 4701.0, 4695.0, 4705.0, 4711.0, 4704.0, 4711.0, 4693.0, 4713.0, 4694.0, 4702.0, 4682.0, 4702.0, 4693.0, 4693.0, 4725.0, 4715.0, 4701.0, 4684.0, 4701.0, 4693.0, 4704.0, 4726.0, 4705.0, 4714.0, 4712.0, 4711.0, 4693.0, 4711.0, 4691.0, 4714.0, 4713.0, 4704.0, 4731.0, 4694.0, 4711.0, 4705.0, 4713.0, 4693.0, 4705.0, 4700.0, 4694.0, 4724.0, 4705.0, 4712.0, 4686.0, 4703.0, 4692.0, 4707.0, 4714.0, 4694.0, 4723.0, 4703.0, 4712.0, 4696.0, 4715.0, 4704.0, 4706.0, 4695.0, 4715.0, 4725.0, 4717.0, 4725.0, 4735.0, 4733.0, 4694.0, 4724.0, 4704.0, 4714.0, 4743.0, 4712.0, 4723.0, 4701.0, 4722.0, 4705.0, 4712.0, 4683.0, 4712.0, 4719.0, 4694.0, 4713.0, 4713.0, 4702.0, 4693.0, 4700.0, 4688.0, 4704.0, 4692.0, 4703.0, 4701.0, 4693.0, 4720.0, 4704.0, 4713.0, 4702.0, 4700.0, 4682.0, 4711.0, 4671.0, 4702.0, 4723.0, 4704.0, 4711.0, 4702.0, 4702.0, 4682.0, 4702.0, 4683.0, 4703.0, 4724.0, 4703.0, 4740.0, 4701.0, 4721.0, 4690.0, 4713.0, 4691.0, 4702.0, 4709.0, 4691.0, 4729.0, 4689.0, 4711.0, 4694.0, 4696.0, 4681.0, 4702.0, 4681.0, 4690.0, 4711.0, 4704.0, 4700.0, 4700.0, 4689.0, 4682.0, 4700.0, 4672.0, 4704.0, 4722.0, 4703.0, 4721.0, 4693.0, 4702.0, 4695.0, 4703.0, 4692.0, 4706.0, 4684.0, 4692.0, 4722.0, 4706.0, 4714.0, 4693.0, 4702.0, 4692.0, 4702.0, 4733.0, 4716.0, 4711.0, 4713.0, 4713.0, 4692.0, 4704.0, 4710.0, 4702.0, 4712.0, 4712.0, 4710.0, 4681.0, 4709.0, 4693.0, 4704.0, 4720.0, 4703.0, 4700.0, 4691.0, 4700.0, 4673.0, 4702.0, 4720.0, 4693.0, 4710.0, 4688.0, 4701.0, 4690.0, 4715.0, 4693.0, 4691.0, 4721.0, 4681.0, 4709.0, 4692.0, 4704.0, 4691.0, 4702.0, 4711.0, 4692.0, 4700.0, 4692.0, 4703.0, 4683.0, 4700.0, 4681.0, 4691.0, 4710.0, 4695.0, 4716.0, 4706.0, 4703.0, 4696.0, 4728.0, 4707.0, 4720.0, 4734.0, 4727.0, 4726.0, 4704.0, 4726.0, 4718.0, 4726.0, 4735.0, 4717.0, 4751.0, 4704.0, 4726.0, 4729.0, 4724.0, 4717.0, 4725.0, 4694.0, 4713.0, 4694.0, 4715.0, 4715.0, 4714.0, 4722.0, 4704.0, 4743.0, 4714.0, 4721.0, 4723.0, 4731.0, 4692.0, 4711.0, 4704.0, 4711.0, 4710.0, 4700.0, 4730.0, 4690.0, 4711.0, 4692.0, 4701.0, 4671.0, 4700.0, 4701.0, 4690.0, 4721.0, 4701.0, 4699.0, 4694.0, 4701.0, 4681.0, 4704.0, 4692.0, 4690.0, 4700.0, 4690.0, 4711.0, 4690.0, 4713.0, 4715.0, 4700.0, 4701.0, 4699.0, 4693.0, 4712.0, 4708.0, 4737.0, 4719.0, 4716.0, 4725.0, 4707.0, 4734.0, 4716.0, 4721.0, 4711.0, 4707.0, 4712.0, 4712.0, 4708.0, 4693.0, 4718.0, 4681.0, 4710.0, 4700.0, 4698.0, 4661.0, 4699.0, 4688.0, 4702.0, 4702.0, 4702.0, 4721.0, 4696.0, 4711.0, 4693.0, 4712.0, 4694.0, 4705.0, 4671.0, 4704.0, 4721.0, 4704.0, 4714.0, 4692.0, 4713.0, 4691.0, 4691.0, 4730.0, 4693.0, 4711.0, 4691.0, 4703.0, 4691.0, 4702.0, 4709.0, 4693.0, 4711.0, 4703.0, 4699.0, 4672.0, 4701.0, 4699.0, 4694.0, 4712.0, 4704.0, 4701.0, 4681.0, 4704.0, 4702.0, 4704.0, 4723.0, 4704.0, 4710.0, 4682.0, 4712.0, 4704.0, 4706.0, 4711.0, 4704.0, 4711.0, 4674.0, 4704.0, 4694.0, 4705.0, 4721.0, 4706.0, 4714.0, 4685.0, 4714.0, 4715.0, 4706.0, 4734.0, 4714.0, 4721.0, 4692.0, 4714.0, 4704.0, 4715.0, 4704.0, 4703.0, 4741.0, 4694.0, 4722.0, 4705.0, 4714.0, 4695.0, 4715.0, 4703.0, 4695.0, 4725.0, 4713.0, 4714.0, 4684.0, 4711.0, 4704.0, 4705.0, 4722.0, 4715.0, 4713.0, 4683.0, 4712.0, 4681.0, 4714.0, 4721.0, 4703.0, 4712.0, 4693.0, 4700.0, 4696.0, 4714.0, 4682.0, 4703.0, 4692.0, 4691.0, 4723.0, 4705.0, 4712.0, 4713.0, 4700.0, 4672.0, 4704.0, 4673.0, 4704.0, 4721.0, 4702.0, 4723.0, 4690.0, 4702.0, 4692.0, 4711.0, 4695.0, 4713.0, 4686.0, 4715.0, 4731.0, 4701.0, 4733.0, 4722.0, 4720.0, 4702.0, 4711.0, 4700.0, 4710.0, 4712.0, 4703.0, 4718.0, 4701.0, 4709.0, 4691.0, 4711.0, 4694.0, 4701.0, 4682.0, 4702.0, 4729.0, 4690.0, 4711.0, 4703.0, 4707.0, 4691.0, 4709.0, 4677.0, 4691.0, 4709.0, 4690.0, 4711.0, 4710.0, 4699.0, 4670.0, 4700.0, 4690.0, 4701.0, 4719.0, 4691.0, 4708.0, 4691.0, 4700.0, 4684.0, 4701.0, 4698.0, 4692.0, 4726.0, 4679.0, 4709.0, 4693.0, 4701.0, 4681.0, 4701.0, 4680.0, 4679.0, 4718.0, 4693.0, 4698.0, 4699.0, 4702.0, 4679.0, 4699.0, 4697.0, 4690.0, 4709.0, 4700.0, 4707.0, 4678.0, 4697.0, 4678.0, 4700.0, 4698.0, 4689.0, 4709.0, 4669.0, 4700.0, 4681.0, 4701.0, 4681.0, 4689.0, 4691.0, 4679.0, 4707.0, 4682.0, 4709.0, 4692.0, 4691.0, 4689.0, 4690.0, 4700.0, 4692.0, 4711.0, 4704.0, 4699.0, 4672.0, 4701.0, 4681.0, 4703.0, 4724.0, 4693.0, 4700.0, 4692.0, 4698.0, 4670.0, 4701.0, 4694.0, 4704.0, 4711.0, 4693.0, 4713.0, 4692.0, 4712.0, 4701.0, 4714.0, 4712.0, 4702.0, 4721.0, 4693.0, 4709.0, 4693.0, 4716.0, 4691.0, 4702.0, 4721.0, 4691.0, 4711.0, 4691.0, 4710.0, 4683.0, 4702.0, 4689.0, 4693.0, 4709.0, 4692.0, 4713.0, 4693.0, 4703.0, 4693.0, 4701.0, 4682.0, 4705.0, 4735.0, 4704.0, 4714.0, 4704.0, 4700.0, 4692.0, 4714.0, 4696.0, 4714.0, 4694.0, 4714.0, 4740.0, 4703.0, 4724.0, 4714.0, 4713.0, 4691.0, 4713.0, 4682.0, 4704.0, 4734.0, 4715.0, 4712.0, 4703.0, 4711.0, 4692.0, 4713.0, 4704.0, 4704.0, 4720.0, 4703.0, 4719.0, 4692.0, 4712.0, 4694.0, 4712.0, 4681.0, 4712.0, 4719.0, 4692.0, 4710.0, 4703.0, 4709.0, 4693.0, 4701.0, 4693.0, 4711.0, 4692.0, 4714.0, 4733.0, 4713.0, 4719.0, 4693.0, 4713.0, 4694.0, 4714.0, 4691.0, 4712.0, 4720.0, 4690.0, 4720.0, 4691.0, 4700.0, 4692.0, 4713.0, 4692.0, 4711.0, 4683.0, 4709.0, 4682.0, 4713.0, 4706.0, 4736.0, 4706.0, 4736.0, 4729.0, 4736.0, 4727.0, 4735.0, 4722.0, 4713.0, 4751.0, 4702.0, 4732.0, 4721.0, 4719.0, 4672.0, 4709.0, 4700.0, 4691.0, 4722.0, 4701.0, 4700.0, 4683.0, 4700.0, 4690.0, 4703.0, 4714.0, 4706.0, 4723.0, 4704.0, 4712.0, 4692.0, 4700.0, 4702.0, 4715.0, 4693.0, 4705.0, 4693.0, 4704.0, 4721.0, 4706.0, 4724.0, 4715.0, 4723.0, 4692.0, 4712.0, 4703.0, 4712.0, 4722.0, 4713.0, 4741.0, 4681.0, 4719.0, 4704.0, 4710.0, 4699.0, 4709.0, 4698.0, 4708.0, 4711.0, 4700.0, 4711.0, 4691.0, 4708.0, 4690.0, 4708.0, 4680.0, 4700.0, 4669.0, 4689.0, 4706.0, 4690.0, 4720.0, 4702.0, 4702.0, 4690.0, 4697.0, 4682.0, 4711.0, 4682.0, 4700.0, 4672.0, 4701.0, 4698.0, 4691.0, 4718.0, 4703.0, 4708.0, 4699.0, 4708.0, 4681.0, 4708.0, 4690.0, 4711.0, 4671.0, 4702.0, 4670.0, 4691.0, 4698.0, 4692.0, 4732.0, 4701.0, 4720.0, 4679.0, 4709.0, 4680.0, 4710.0, 4703.0], 'WindowWidth': [10478.0, 10444.0, 10367.0, 10381.0, 10344.0, 10316.0, 10270.0, 10289.0, 10261.0, 10257.0, 10292.0, 10276.0, 10299.0, 10275.0, 10272.0, 10236.0, 10281.0, 10251.0, 10280.0, 10320.0, 10283.0, 10292.0, 10270.0, 10296.0, 10278.0, 10283.0, 10318.0, 10283.0, 10291.0, 10281.0, 10293.0, 10278.0, 10298.0, 10303.0, 10266.0, 10301.0, 10276.0, 10288.0, 10262.0, 10295.0, 10289.0, 10261.0, 10327.0, 10263.0, 10281.0, 10246.0, 10275.0, 10255.0, 10257.0, 10324.0, 10259.0, 10279.0, 10263.0, 10289.0, 10247.0, 10261.0, 10285.0, 10244.0, 10281.0, 10260.0, 10286.0, 10250.0, 10259.0, 10256.0, 10271.0, 10285.0, 10260.0, 10300.0, 10283.0, 10271.0, 10228.0, 10272.0, 10245.0, 10276.0, 10315.0, 10261.0, 10285.0, 10262.0, 10268.0, 10237.0, 10294.0, 10262.0, 10274.0, 10274.0, 10249.0, 10301.0, 10277.0, 10306.0, 10254.0, 10277.0, 10263.0, 10278.0, 10287.0, 10262.0, 10319.0, 10293.0, 10287.0, 10248.0, 10277.0, 10260.0, 10281.0, 10317.0, 10266.0, 10290.0, 10267.0, 10292.0, 10269.0, 10300.0, 10270.0, 10296.0, 10269.0, 10289.0, 10321.0, 10272.0, 10314.0, 10287.0, 10308.0, 10286.0, 10299.0, 10308.0, 10292.0, 10326.0, 10304.0, 10293.0, 10254.0, 10293.0, 10266.0, 10287.0, 10351.0, 10293.0, 10302.0, 10265.0, 10292.0, 10274.0, 10297.0, 10301.0, 10273.0, 10300.0, 10263.0, 10286.0, 10247.0, 10294.0, 10288.0, 10261.0, 10308.0, 10259.0, 10284.0, 10266.0, 10276.0, 10244.0, 10275.0, 10285.0, 10265.0, 10308.0, 10284.0, 10291.0, 10267.0, 10279.0, 10265.0, 10288.0, 10317.0, 10290.0, 10290.0, 10253.0, 10277.0, 10266.0, 10282.0, 10305.0, 10264.0, 10301.0, 10278.0, 10293.0, 10261.0, 10288.0, 10291.0, 10278.0, 10317.0, 10271.0, 10290.0, 10266.0, 10297.0, 10274.0, 10298.0, 10304.0, 10270.0, 10301.0, 10264.0, 10294.0, 10252.0, 10277.0, 10325.0, 10252.0, 10286.0, 10265.0, 10296.0, 10262.0, 10277.0, 10248.0, 10265.0, 10320.0, 10283.0, 10302.0, 10278.0, 10273.0, 10266.0, 10279.0, 10289.0, 10284.0, 10322.0, 10286.0, 10308.0, 10273.0, 10300.0, 10263.0, 10282.0, 10331.0, 10249.0, 10307.0, 10290.0, 10289.0, 10247.0, 10288.0, 10281.0, 10263.0, 10304.0, 10275.0, 10289.0, 10246.0, 10262.0, 10246.0, 10262.0, 10317.0, 10264.0, 10288.0, 10279.0, 10290.0, 10283.0, 10283.0, 10282.0, 10284.0, 10309.0, 10294.0, 10327.0, 10298.0, 10296.0, 10275.0, 10294.0, 10302.0, 10264.0, 10323.0, 10292.0, 10290.0, 10294.0, 10291.0, 10278.0, 10297.0, 10310.0, 10284.0, 10315.0, 10283.0, 10288.0, 10267.0, 10296.0, 10283.0, 10287.0, 10323.0, 10298.0, 10294.0, 10252.0, 10278.0, 10291.0, 10281.0, 10316.0, 10276.0, 10290.0, 10268.0, 10293.0, 10275.0, 10299.0, 10275.0, 10300.0, 10289.0, 10290.0, 10325.0, 10304.0, 10316.0, 10273.0, 10297.0, 10270.0, 10296.0, 10338.0, 10301.0, 10305.0, 10281.0, 10293.0, 10265.0, 10296.0, 10327.0, 10281.0, 10317.0, 10267.0, 10286.0, 10269.0, 10296.0, 10266.0, 10283.0, 10289.0, 10266.0, 10303.0, 10299.0, 10306.0, 10267.0, 10306.0, 10273.0, 10274.0, 10299.0, 10278.0, 10299.0, 10273.0, 10287.0, 10249.0, 10291.0, 10250.0, 10274.0, 10285.0, 10262.0, 10295.0, 10257.0, 10281.0, 10247.0, 10255.0, 10257.0, 10271.0, 10294.0, 10256.0, 10283.0, 10247.0, 10266.0, 10241.0, 10270.0, 10274.0, 10240.0, 10299.0, 10270.0, 10268.0, 10243.0, 10267.0, 10241.0, 10278.0, 10298.0, 10262.0, 10273.0, 10262.0, 10336.0, 10291.0, 10300.0, 10320.0, 10292.0, 10311.0, 10289.0, 10295.0, 10284.0, 10303.0, 10354.0, 10286.0, 10335.0, 10302.0, 10283.0, 10285.0, 10287.0, 10285.0, 10284.0, 10329.0, 10291.0, 10317.0, 10295.0, 10308.0, 10289.0, 10292.0, 10337.0, 10290.0, 10310.0, 10284.0, 10305.0, 10339.0, 10272.0, 10319.0, 10284.0, 10294.0, 10273.0, 10289.0, 10291.0, 10255.0, 10286.0, 10265.0, 10323.0, 10305.0, 10288.0, 10314.0, 10269.0, 10283.0, 10284.0, 10304.0, 10314.0, 10304.0, 10294.0, 10261.0, 10316.0, 10298.0, 10280.0, 10257.0, 10284.0, 10255.0, 10277.0, 10316.0, 10287.0, 10299.0, 10292.0, 10285.0, 10288.0, 10306.0, 10312.0, 10272.0, 10318.0, 10287.0, 10296.0, 10284.0, 10296.0, 10308.0, 10309.0, 10288.0, 10292.0, 10339.0, 10290.0, 10310.0, 10309.0, 10305.0, 10275.0, 10290.0, 10261.0, 10279.0, 10314.0, 10293.0, 10319.0, 10314.0, 10300.0, 10287.0, 10297.0, 10268.0, 10289.0, 10316.0, 10276.0, 10314.0, 10288.0, 10297.0, 10288.0, 10304.0, 10291.0, 10288.0, 10287.0, 10279.0, 10329.0, 10289.0, 10320.0, 10298.0, 10304.0, 10290.0, 10303.0, 10277.0, 10281.0, 10337.0, 10313.0, 10315.0, 10310.0, 10303.0, 10283.0, 10310.0, 10300.0, 10299.0, 10321.0, 10296.0, 10319.0, 10308.0, 10326.0, 10311.0, 10302.0, 10280.0, 10293.0, 10328.0, 10292.0, 10335.0, 10318.0, 10304.0, 10282.0, 10292.0, 10289.0, 10309.0, 10309.0, 10299.0, 10333.0, 10300.0, 10335.0, 10308.0, 10325.0, 10296.0, 10307.0, 10291.0, 10291.0, 10329.0, 10293.0, 10336.0, 10316.0, 10302.0, 10273.0, 10298.0, 10313.0, 10289.0, 10308.0, 10307.0, 10290.0, 10278.0, 10281.0, 10308.0, 10272.0, 10294.0, 10275.0, 10278.0, 10266.0, 10252.0, 10310.0, 10270.0, 10283.0, 10267.0, 10282.0, 10253.0, 10264.0, 10315.0, 10279.0, 10283.0, 10290.0, 10273.0, 10285.0, 10294.0, 10300.0, 10276.0, 10302.0, 10292.0, 10300.0, 10287.0, 10310.0, 10319.0, 10288.0, 10315.0, 10291.0, 10305.0, 10291.0, 10291.0, 10311.0, 10287.0, 10330.0, 10305.0, 10305.0, 10291.0, 10290.0, 10296.0, 10316.0, 10308.0, 10298.0, 10328.0, 10311.0, 10323.0, 10311.0, 10335.0, 10317.0, 10331.0, 10358.0, 10328.0, 10323.0, 10309.0, 10330.0, 10298.0, 10314.0, 10332.0, 10310.0, 10335.0, 10324.0, 10337.0, 10295.0, 10308.0, 10302.0, 10289.0, 10323.0, 10286.0, 10316.0, 10319.0, 10301.0, 10274.0, 10299.0, 10285.0, 10277.0, 10315.0, 10302.0, 10296.0, 10269.0, 10285.0, 10303.0, 10271.0, 10298.0, 10281.0, 10293.0, 10259.0, 10281.0, 10309.0, 10287.0, 10298.0, 10283.0, 10295.0, 10277.0, 10291.0, 10301.0, 10290.0, 10319.0, 10300.0, 10307.0, 10288.0, 10312.0, 10304.0, 10300.0, 10320.0, 10318.0, 10325.0, 10309.0, 10310.0, 10282.0, 10301.0, 10336.0, 10312.0, 10337.0, 10315.0, 10327.0, 10300.0, 10308.0, 10363.0, 10320.0, 10323.0, 10293.0, 10302.0, 10300.0, 10290.0, 10327.0, 10306.0, 10319.0, 10282.0, 10292.0, 10287.0, 10292.0, 10313.0, 10313.0, 10320.0, 10311.0, 10307.0, 10280.0, 10295.0, 10268.0, 10301.0, 10355.0, 10311.0, 10307.0, 10310.0, 10311.0, 10302.0, 10312.0, 10377.0, 10308.0, 10314.0, 10305.0, 10307.0, 10287.0, 10295.0, 10346.0, 10305.0, 10302.0, 10304.0, 10304.0, 10271.0, 10290.0, 10316.0, 10274.0, 10314.0, 10292.0, 10301.0, 10300.0, 10311.0, 10319.0, 10308.0, 10293.0, 10306.0, 10299.0, 10311.0, 10302.0, 10329.0, 10335.0, 10333.0, 10301.0, 10325.0, 10297.0, 10308.0, 10363.0, 10322.0, 10338.0, 10293.0, 10305.0, 10290.0, 10292.0, 10340.0, 10303.0, 10317.0, 10319.0, 10285.0, 10285.0, 10288.0, 10306.0, 10283.0, 10301.0, 10303.0, 10287.0, 10270.0, 10278.0, 10286.0, 10290.0, 10321.0, 10305.0, 10302.0, 10265.0, 10291.0, 10261.0, 10281.0, 10323.0, 10296.0, 10305.0, 10305.0, 10289.0, 10274.0, 10289.0, 10308.0, 10295.0, 10316.0, 10306.0, 10300.0, 10279.0, 10288.0, 10275.0, 10300.0, 10318.0, 10292.0, 10299.0, 10293.0, 10307.0, 10299.0, 10315.0, 10308.0, 10291.0, 10319.0, 10290.0, 10315.0, 10324.0, 10323.0, 10278.0, 10303.0, 10286.0, 10302.0, 10288.0, 10307.0, 10364.0, 10309.0, 10299.0, 10305.0, 10301.0, 10290.0, 10304.0, 10308.0, 10306.0, 10275.0, 10292.0, 10302.0, 10281.0, 10338.0, 10312.0, 10316.0, 10308.0, 10307.0, 10295.0, 10306.0, 10309.0, 10316.0, 10303.0, 10281.0, 10343.0, 10291.0, 10314.0, 10314.0, 10319.0, 10287.0, 10300.0, 10299.0, 10294.0, 10309.0, 10315.0, 10326.0, 10320.0, 10303.0, 10294.0, 10290.0, 10297.0, 10296.0, 10290.0, 10294.0, 10332.0, 10293.0, 10319.0, 10313.0, 10308.0, 10279.0, 10304.0, 10278.0, 10295.0, 10312.0, 10301.0, 10323.0, 10307.0, 10320.0, 10295.0, 10329.0, 10304.0, 10319.0, 10297.0, 10308.0, 10290.0, 10308.0, 10294.0, 10310.0, 10343.0, 10304.0, 10293.0, 10285.0, 10284.0, 10280.0, 10285.0, 10296.0, 10266.0, 10323.0, 10272.0, 10277.0, 10280.0, 10301.0, 10258.0, 10278.0, 10243.0, 10274.0, 10297.0, 10290.0, 10333.0, 10310.0, 10302.0, 10303.0, 10326.0, 10311.0, 10337.0, 10302.0, 10338.0, 10324.0, 10324.0, 10330.0, 10333.0, 10291.0, 10327.0, 10329.0, 10355.0, 10309.0, 10330.0, 10280.0, 10296.0, 10283.0, 10275.0, 10313.0, 10272.0, 10286.0, 10280.0, 10287.0, 10283.0, 10313.0, 10277.0, 10295.0, 10266.0, 10293.0, 10313.0, 10296.0, 10320.0, 10321.0, 10289.0, 10290.0, 10298.0, 10279.0, 10291.0, 10278.0, 10309.0, 10273.0, 10291.0, 10288.0, 10289.0, 10326.0, 10290.0, 10297.0, 10294.0, 10297.0, 10255.0, 10296.0, 10252.0, 10285.0, 10342.0, 10279.0, 10277.0, 10269.0, 10279.0, 10250.0, 10285.0, 10301.0, 10272.0, 10311.0, 10277.0, 10284.0, 10268.0, 10278.0, 10276.0, 10293.0, 10284.0, 10274.0, 10287.0, 10273.0, 10298.0, 10291.0, 10306.0, 10281.0, 10292.0, 10282.0, 10307.0, 10309.0, 10300.0, 10316.0, 10308.0, 10317.0, 10264.0, 10300.0, 10271.0, 10304.0, 10314.0, 10305.0, 10301.0, 10273.0, 10297.0, 10265.0, 10290.0, 10339.0, 10283.0, 10295.0, 10269.0, 10283.0, 10267.0, 10290.0, 10297.0, 10269.0, 10309.0, 10271.0, 10298.0, 10267.0, 10303.0, 10275.0, 10286.0, 10293.0, 10271.0, 10297.0, 10272.0, 10300.0, 10277.0, 10283.0, 10271.0, 10287.0, 10290.0, 10277.0, 10317.0, 10298.0, 10281.0, 10243.0, 10291.0, 10276.0, 10267.0, 10308.0, 10283.0, 10276.0, 10269.0, 10284.0, 10268.0, 10292.0, 10298.0, 10271.0, 10297.0, 10290.0, 10284.0, 10265.0, 10295.0, 10261.0, 10291.0, 10287.0, 10275.0, 10307.0, 10287.0, 10300.0, 10266.0, 10283.0, 10269.0, 10284.0, 10292.0, 10277.0, 10300.0, 10283.0, 10279.0, 10254.0, 10280.0, 10282.0, 10272.0, 10287.0, 10273.0, 10277.0, 10252.0, 10264.0, 10255.0, 10288.0, 10282.0, 10275.0, 10295.0, 10272.0, 10286.0, 10270.0, 10294.0, 10265.0, 10290.0, 10287.0, 10280.0, 10305.0, 10309.0, 10318.0, 10277.0, 10298.0, 10289.0, 10308.0, 10322.0, 10309.0, 10318.0, 10295.0, 10306.0, 10281.0, 10311.0, 10284.0, 10294.0, 10306.0, 10297.0, 10312.0, 10291.0, 10310.0, 10295.0, 10302.0, 10273.0, 10305.0, 10340.0, 10310.0, 10314.0, 10296.0, 10298.0, 10286.0, 10295.0, 10301.0, 10292.0, 10311.0, 10299.0, 10297.0, 10275.0, 10284.0, 10264.0, 10305.0, 10296.0, 10290.0, 10301.0, 10273.0, 10301.0, 10289.0, 10289.0, 10261.0, 10286.0, 10308.0, 10269.0, 10304.0, 10292.0, 10284.0, 10261.0, 10286.0, 10261.0, 10273.0, 10316.0, 10297.0, 10286.0, 10289.0, 10287.0, 10260.0, 10285.0, 10281.0, 10295.0, 10297.0, 10291.0, 10298.0, 10275.0, 10303.0, 10279.0, 10286.0, 10258.0, 10287.0, 10274.0, 10276.0, 10321.0, 10308.0, 10285.0, 10265.0, 10286.0, 10274.0, 10293.0, 10324.0, 10296.0, 10302.0, 10300.0, 10297.0, 10275.0, 10299.0, 10275.0, 10305.0, 10300.0, 10292.0, 10325.0, 10276.0, 10299.0, 10298.0, 10303.0, 10276.0, 10294.0, 10283.0, 10278.0, 10319.0, 10296.0, 10302.0, 10269.0, 10289.0, 10275.0, 10300.0, 10308.0, 10281.0, 10317.0, 10291.0, 10301.0, 10285.0, 10311.0, 10295.0, 10299.0, 10283.0, 10310.0, 10325.0, 10316.0, 10322.0, 10336.0, 10330.0, 10278.0, 10318.0, 10293.0, 10307.0, 10344.0, 10300.0, 10316.0, 10285.0, 10315.0, 10294.0, 10299.0, 10261.0, 10300.0, 10306.0, 10277.0, 10303.0, 10302.0, 10286.0, 10275.0, 10282.0, 10264.0, 10291.0, 10274.0, 10288.0, 10284.0, 10274.0, 10309.0, 10291.0, 10303.0, 10287.0, 10283.0, 10258.0, 10297.0, 10244.0, 10288.0, 10317.0, 10291.0, 10298.0, 10287.0, 10285.0, 10259.0, 10285.0, 10260.0, 10290.0, 10321.0, 10291.0, 10336.0, 10285.0, 10309.0, 10268.0, 10300.0, 10272.0, 10286.0, 10289.0, 10268.0, 10318.0, 10263.0, 10295.0, 10278.0, 10273.0, 10255.0, 10286.0, 10253.0, 10267.0, 10296.0, 10291.0, 10282.0, 10280.0, 10263.0, 10256.0, 10279.0, 10245.0, 10292.0, 10312.0, 10287.0, 10309.0, 10275.0, 10286.0, 10284.0, 10291.0, 10273.0, 10296.0, 10264.0, 10274.0, 10314.0, 10298.0, 10305.0, 10274.0, 10287.0, 10272.0, 10286.0, 10330.0, 10311.0, 10298.0, 10301.0, 10300.0, 10271.0, 10289.0, 10296.0, 10288.0, 10298.0, 10299.0, 10293.0, 10254.0, 10291.0, 10272.0, 10290.0, 10307.0, 10286.0, 10280.0, 10269.0, 10279.0, 10247.0, 10288.0, 10307.0, 10275.0, 10294.0, 10265.0, 10282.0, 10268.0, 10307.0, 10274.0, 10270.0, 10308.0, 10255.0, 10290.0, 10272.0, 10292.0, 10271.0, 10285.0, 10296.0, 10272.0, 10279.0, 10270.0, 10287.0, 10263.0, 10280.0, 10255.0, 10270.0, 10295.0, 10281.0, 10311.0, 10299.0, 10293.0, 10286.0, 10331.0, 10301.0, 10323.0, 10337.0, 10329.0, 10325.0, 10295.0, 10325.0, 10319.0, 10325.0, 10336.0, 10313.0, 10354.0, 10292.0, 10325.0, 10332.0, 10319.0, 10314.0, 10320.0, 10279.0, 10303.0, 10280.0, 10308.0, 10306.0, 10305.0, 10313.0, 10291.0, 10346.0, 10307.0, 10311.0, 10315.0, 10324.0, 10271.0, 10297.0, 10292.0, 10298.0, 10294.0, 10280.0, 10321.0, 10266.0, 10296.0, 10272.0, 10281.0, 10240.0, 10279.0, 10279.0, 10267.0, 10310.0, 10285.0, 10278.0, 10276.0, 10283.0, 10255.0, 10291.0, 10272.0, 10266.0, 10278.0, 10266.0, 10295.0, 10268.0, 10304.0, 10308.0, 10279.0, 10285.0, 10278.0, 10274.0, 10301.0, 10306.0, 10347.0, 10322.0, 10313.0, 10326.0, 10305.0, 10333.0, 10309.0, 10312.0, 10294.0, 10287.0, 10297.0, 10298.0, 10290.0, 10272.0, 10302.0, 10256.0, 10295.0, 10281.0, 10274.0, 10229.0, 10278.0, 10262.0, 10286.0, 10288.0, 10288.0, 10312.0, 10283.0, 10299.0, 10277.0, 10304.0, 10280.0, 10294.0, 10246.0, 10292.0, 10312.0, 10292.0, 10307.0, 10274.0, 10302.0, 10268.0, 10269.0, 10320.0, 10273.0, 10297.0, 10270.0, 10286.0, 10268.0, 10284.0, 10291.0, 10273.0, 10297.0, 10288.0, 10278.0, 10243.0, 10282.0, 10278.0, 10279.0, 10301.0, 10291.0, 10284.0, 10257.0, 10291.0, 10288.0, 10295.0, 10314.0, 10292.0, 10295.0, 10258.0, 10298.0, 10291.0, 10297.0, 10298.0, 10292.0, 10297.0, 10250.0, 10291.0, 10280.0, 10297.0, 10313.0, 10296.0, 10304.0, 10266.0, 10305.0, 10310.0, 10299.0, 10332.0, 10305.0, 10311.0, 10273.0, 10305.0, 10293.0, 10306.0, 10290.0, 10290.0, 10338.0, 10278.0, 10316.0, 10293.0, 10304.0, 10280.0, 10308.0, 10289.0, 10282.0, 10323.0, 10306.0, 10305.0, 10265.0, 10299.0, 10289.0, 10295.0, 10316.0, 10307.0, 10302.0, 10262.0, 10299.0, 10260.0, 10307.0, 10311.0, 10288.0, 10298.0, 10274.0, 10281.0, 10284.0, 10307.0, 10259.0, 10289.0, 10270.0, 10270.0, 10317.0, 10294.0, 10299.0, 10302.0, 10282.0, 10247.0, 10289.0, 10246.0, 10291.0, 10313.0, 10286.0, 10313.0, 10268.0, 10286.0, 10273.0, 10300.0, 10283.0, 10304.0, 10269.0, 10308.0, 10325.0, 10285.0, 10332.0, 10315.0, 10307.0, 10284.0, 10296.0, 10279.0, 10294.0, 10300.0, 10287.0, 10303.0, 10283.0, 10291.0, 10270.0, 10298.0, 10279.0, 10286.0, 10259.0, 10286.0, 10319.0, 10266.0, 10297.0, 10289.0, 10288.0, 10267.0, 10292.0, 10245.0, 10267.0, 10290.0, 10270.0, 10296.0, 10294.0, 10278.0, 10240.0, 10280.0, 10268.0, 10286.0, 10305.0, 10269.0, 10290.0, 10267.0, 10280.0, 10263.0, 10285.0, 10274.0, 10270.0, 10312.0, 10250.0, 10290.0, 10274.0, 10283.0, 10253.0, 10282.0, 10250.0, 10249.0, 10302.0, 10274.0, 10275.0, 10278.0, 10282.0, 10248.0, 10276.0, 10271.0, 10267.0, 10289.0, 10277.0, 10284.0, 10247.0, 10273.0, 10248.0, 10282.0, 10276.0, 10264.0, 10289.0, 10238.0, 10278.0, 10254.0, 10285.0, 10255.0, 10264.0, 10266.0, 10251.0, 10287.0, 10258.0, 10293.0, 10273.0, 10270.0, 10264.0, 10269.0, 10280.0, 10273.0, 10299.0, 10290.0, 10277.0, 10246.0, 10284.0, 10255.0, 10289.0, 10319.0, 10274.0, 10281.0, 10272.0, 10276.0, 10241.0, 10286.0, 10278.0, 10291.0, 10296.0, 10275.0, 10301.0, 10272.0, 10300.0, 10285.0, 10306.0, 10300.0, 10288.0, 10311.0, 10275.0, 10293.0, 10277.0, 10310.0, 10270.0, 10286.0, 10308.0, 10269.0, 10296.0, 10272.0, 10298.0, 10260.0, 10286.0, 10265.0, 10274.0, 10292.0, 10273.0, 10304.0, 10276.0, 10289.0, 10274.0, 10286.0, 10259.0, 10295.0, 10337.0, 10293.0, 10304.0, 10292.0, 10284.0, 10275.0, 10307.0, 10285.0, 10306.0, 10279.0, 10307.0, 10338.0, 10290.0, 10322.0, 10308.0, 10302.0, 10271.0, 10301.0, 10259.0, 10292.0, 10335.0, 10307.0, 10300.0, 10290.0, 10297.0, 10272.0, 10303.0, 10292.0, 10291.0, 10309.0, 10288.0, 10306.0, 10271.0, 10300.0, 10278.0, 10300.0, 10255.0, 10301.0, 10306.0, 10272.0, 10296.0, 10291.0, 10294.0, 10276.0, 10285.0, 10275.0, 10298.0, 10275.0, 10308.0, 10330.0, 10304.0, 10308.0, 10275.0, 10301.0, 10278.0, 10306.0, 10272.0, 10298.0, 10306.0, 10268.0, 10307.0, 10270.0, 10280.0, 10273.0, 10303.0, 10272.0, 10296.0, 10263.0, 10293.0, 10260.0, 10303.0, 10299.0, 10341.0, 10302.0, 10344.0, 10341.0, 10342.0, 10331.0, 10336.0, 10314.0, 10302.0, 10353.0, 10289.0, 10328.0, 10311.0, 10306.0, 10245.0, 10292.0, 10278.0, 10269.0, 10313.0, 10285.0, 10281.0, 10261.0, 10282.0, 10266.0, 10288.0, 10306.0, 10298.0, 10316.0, 10292.0, 10299.0, 10274.0, 10281.0, 10289.0, 10310.0, 10276.0, 10296.0, 10277.0, 10292.0, 10313.0, 10298.0, 10319.0, 10307.0, 10315.0, 10273.0, 10298.0, 10291.0, 10301.0, 10312.0, 10302.0, 10338.0, 10256.0, 10305.0, 10290.0, 10293.0, 10278.0, 10290.0, 10273.0, 10290.0, 10298.0, 10280.0, 10296.0, 10269.0, 10288.0, 10264.0, 10289.0, 10253.0, 10279.0, 10236.0, 10265.0, 10284.0, 10268.0, 10310.0, 10286.0, 10285.0, 10267.0, 10274.0, 10256.0, 10298.0, 10260.0, 10280.0, 10245.0, 10283.0, 10275.0, 10267.0, 10304.0, 10288.0, 10290.0, 10278.0, 10288.0, 10254.0, 10288.0, 10267.0, 10298.0, 10240.0, 10284.0, 10238.0, 10268.0, 10275.0, 10274.0, 10329.0, 10282.0, 10306.0, 10252.0, 10289.0, 10254.0, 10295.0, 10290.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.002950582210242588</td></tr>
<tr><td colspan=3>aqi</td><td>0.024936772183288408</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.35875288122979</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.212256662173679</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0228518643743276</td></tr>
<tr><td colspan=3>efc</td><td>0.4689</td></tr>
<tr><td colspan=3>fber</td><td>6757.0854</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07391636941477871</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2398921832884098</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4519454110605317</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4830568498902204</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.507712758393287</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.365066624898087</td></tr>
<tr><td colspan=3>gcor</td><td>0.00475195</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01490472536534071</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026411276310682297</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1855</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.097827123672965</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>36.5354</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.1048</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.6681</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300801.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>824.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.4692</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.056</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.6623</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3940.9598</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4125.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1499.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1006.6244</td></tr>
<tr><td colspan=3>tsnr</td><td>40.11821412621066</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>