<?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-0087_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-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087/ses-02/func/sub-0087_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>c7f314c69cd35873d067619cb1868734</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>19:48:51.642500</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.998874, -0.047364, -0.00263934, 0.0472805, 0.989505, 0.136545]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.115007</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>[4164, -7773, -7219, 550, -53, -58, 55, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>272.305</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d790e57-4f25-408d-9886-8086fcf91736||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.6799063682556152, 0.12685014307498932, 0.010410365648567677, 106.3362045288086], [0.12707409262657166, 2.6547691822052, 0.36859455704689026, -107.94377899169922], [-0.007081168238073587, -0.36634141206741333, 2.6747019290924072, -45.79291915893555], [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': ['194851.642500', '194852.102500', '194852.562500', '194853.022500', '194853.482500', '194853.942500', '194854.402500', '194854.862500', '194855.322500', '194855.782500', '194856.242500', '194856.702500', '194857.162500', '194857.622500', '194858.082500', '194858.542500', '194859.002500', '194859.462500', '194859.922500', '194900.382500', '194900.842500', '194901.302500', '194901.762500', '194902.222500', '194902.682500', '194903.142500', '194903.602500', '194904.062500', '194904.522500', '194904.982500', '194905.442500', '194905.902500', '194906.362500', '194906.822500', '194907.282500', '194907.742500', '194908.202500', '194908.662500', '194909.122500', '194909.582500', '194910.042500', '194910.502500', '194910.962500', '194911.422500', '194911.882500', '194912.342500', '194912.802500', '194913.262500', '194913.722500', '194914.182500', '194914.642500', '194915.102500', '194915.562500', '194916.022500', '194916.482500', '194916.942500', '194917.402500', '194917.862500', '194918.322500', '194918.782500', '194919.242500', '194919.702500', '194920.162500', '194920.622500', '194921.082500', '194921.542500', '194922.002500', '194922.462500', '194922.922500', '194923.382500', '194923.842500', '194924.302500', '194924.762500', '194925.222500', '194925.682500', '194926.142500', '194926.602500', '194927.062500', '194927.522500', '194927.982500', '194928.442500', '194928.902500', '194929.362500', '194929.822500', '194930.282500', '194930.742500', '194931.202500', '194931.662500', '194932.122500', '194932.582500', '194933.042500', '194933.502500', '194933.962500', '194934.422500', '194934.882500', '194935.342500', '194935.802500', '194936.262500', '194936.722500', '194937.182500', '194937.642500', '194938.102500', '194938.562500', '194939.022500', '194939.482500', '194939.942500', '194940.402500', '194940.862500', '194941.322500', '194941.782500', '194942.242500', '194942.702500', '194943.162500', '194943.622500', '194944.082500', '194944.542500', '194945.002500', '194945.462500', '194945.922500', '194946.382500', '194946.842500', '194947.302500', '194947.762500', '194948.222500', '194948.682500', '194949.142500', '194949.602500', '194950.062500', '194950.522500', '194950.982500', '194951.442500', '194951.902500', '194952.362500', '194952.822500', '194953.282500', '194953.742500', '194954.202500', '194954.662500', '194955.122500', '194955.582500', '194956.042500', '194956.502500', '194956.962500', '194957.422500', '194957.882500', '194958.342500', '194958.802500', '194959.262500', '194959.722500', '195000.182500', '195000.642500', '195001.102500', '195001.562500', '195002.022500', '195002.482500', '195002.942500', '195003.402500', '195003.862500', '195004.322500', '195004.782500', '195005.242500', '195005.702500', '195006.162500', '195006.622500', '195007.082500', '195007.542500', '195008.002500', '195008.462500', '195008.922500', '195009.382500', '195009.842500', '195010.302500', '195010.762500', '195011.222500', '195011.682500', '195012.142500', '195012.602500', '195013.062500', '195013.522500', '195013.982500', '195014.442500', '195014.902500', '195015.362500', '195015.822500', '195016.282500', '195016.742500', '195017.202500', '195017.662500', '195018.122500', '195018.582500', '195019.042500', '195019.502500', '195019.962500', '195020.422500', '195020.882500', '195021.342500', '195021.802500', '195022.262500', '195022.722500', '195023.182500', '195023.642500', '195024.102500', '195024.562500', '195025.022500', '195025.482500', '195025.942500', '195026.402500', '195026.862500', '195027.322500', '195027.782500', '195028.242500', '195028.702500', '195029.162500', '195029.622500', '195030.082500', '195030.542500', '195031.002500', '195031.462500', '195031.922500', '195032.382500', '195032.842500', '195033.302500', '195033.762500', '195034.222500', '195034.682500', '195035.142500', '195035.602500', '195036.062500', '195036.522500', '195036.982500', '195037.442500', '195037.902500', '195038.362500', '195038.822500', '195039.282500', '195039.742500', '195040.202500', '195040.662500', '195041.122500', '195041.582500', '195042.042500', '195042.502500', '195042.962500', '195043.422500', '195043.882500', '195044.342500', '195044.802500', '195045.262500', '195045.722500', '195046.182500', '195046.642500', '195047.102500', '195047.562500', '195048.022500', '195048.482500', '195048.942500', '195049.402500', '195049.862500', '195050.322500', '195050.782500', '195051.242500', '195051.702500', '195052.162500', '195052.622500', '195053.082500', '195053.542500', '195054.002500', '195054.462500', '195054.922500', '195055.382500', '195055.842500', '195056.302500', '195056.762500', '195057.222500', '195057.682500', '195058.142500', '195058.602500', '195059.062500', '195059.522500', '195059.982500', '195100.442500', '195100.902500', '195101.362500', '195101.822500', '195102.282500', '195102.742500', '195103.202500', '195103.662500', '195104.122500', '195104.582500', '195105.042500', '195105.502500', '195105.962500', '195106.422500', '195106.882500', '195107.342500', '195107.802500', '195108.262500', '195108.722500', '195109.182500', '195109.642500', '195110.102500', '195110.562500', '195111.022500', '195111.482500', '195111.942500', '195112.402500', '195112.862500', '195113.322500', '195113.782500', '195114.242500', '195114.702500', '195115.162500', '195115.622500', '195116.082500', '195116.542500', '195117.002500', '195117.462500', '195117.922500', '195118.382500', '195118.842500', '195119.302500', '195119.762500', '195120.222500', '195120.682500', '195121.142500', '195121.602500', '195122.062500', '195122.522500', '195122.982500', '195123.442500', '195123.902500', '195124.362500', '195124.822500', '195125.282500', '195125.742500', '195126.202500', '195126.662500', '195127.122500', '195127.582500', '195128.042500', '195128.502500', '195128.962500', '195129.422500', '195129.882500', '195130.342500', '195130.802500', '195131.262500', '195131.722500', '195132.182500', '195132.642500', '195133.102500', '195133.562500', '195134.022500', '195134.482500', '195134.942500', '195135.402500', '195135.862500', '195136.322500', '195136.782500', '195137.242500', '195137.702500', '195138.162500', '195138.622500', '195139.082500', '195139.542500', '195140.002500', '195140.462500', '195140.922500', '195141.382500', '195141.842500', '195142.302500', '195142.762500', '195143.222500', '195143.682500', '195144.142500', '195144.602500', '195145.062500', '195145.522500', '195145.982500', '195146.442500', '195146.902500', '195147.362500', '195147.822500', '195148.282500', '195148.742500', '195149.202500', '195149.662500', '195150.122500', '195150.582500', '195151.042500', '195151.502500', '195151.962500', '195152.422500', '195152.882500', '195153.342500', '195153.802500', '195154.262500', '195154.722500', '195155.182500', '195155.642500', '195156.102500', '195156.562500', '195157.022500', '195157.482500', '195157.942500', '195158.402500', '195158.862500', '195159.322500', '195159.782500', '195200.242500', '195200.702500', '195201.162500', '195201.622500', '195202.082500', '195202.542500', '195203.002500', '195203.462500', '195203.922500', '195204.382500', '195204.842500', '195205.302500', '195205.762500', '195206.222500', '195206.682500', '195207.142500', '195207.602500', '195208.062500', '195208.522500', '195208.982500', '195209.442500', '195209.902500', '195210.362500', '195210.822500', '195211.282500', '195211.742500', '195212.202500', '195212.662500', '195213.122500', '195213.582500', '195214.042500', '195214.502500', '195214.962500', '195215.422500', '195215.882500', '195216.342500', '195216.802500', '195217.262500', '195217.722500', '195218.182500', '195218.642500', '195219.102500', '195219.562500', '195220.022500', '195220.482500', '195220.942500', '195221.402500', '195221.862500', '195222.322500', '195222.782500', '195223.242500', '195223.702500', '195224.162500', '195224.622500', '195225.082500', '195225.542500', '195226.002500', '195226.462500', '195226.922500', '195227.382500', '195227.842500', '195228.302500', '195228.762500', '195229.222500', '195229.682500', '195230.142500', '195230.602500', '195231.062500', '195231.522500', '195231.982500', '195232.442500', '195232.902500', '195233.362500', '195233.822500', '195234.282500', '195234.742500', '195235.202500', '195235.662500', '195236.122500', '195236.582500', '195237.042500', '195237.502500', '195237.962500', '195238.422500', '195238.882500', '195239.342500', '195239.802500', '195240.262500', '195240.722500', '195241.182500', '195241.642500', '195242.102500', '195242.562500', '195243.022500', '195243.482500', '195243.942500', '195244.402500', '195244.862500', '195245.322500', '195245.782500', '195246.242500', '195246.702500', '195247.162500', '195247.622500', '195248.082500', '195248.542500', '195249.002500', '195249.462500', '195249.922500', '195250.382500', '195250.842500', '195251.302500', '195251.762500', '195252.222500', '195252.682500', '195253.142500', '195253.602500', '195254.062500', '195254.522500', '195254.982500', '195255.442500', '195255.902500', '195256.362500', '195256.822500', '195257.282500', '195257.742500', '195258.202500', '195258.662500', '195259.122500', '195259.582500', '195300.042500', '195300.502500', '195300.962500', '195301.422500', '195301.882500', '195302.342500', '195302.802500', '195303.262500', '195303.722500', '195304.182500', '195304.642500', '195305.102500', '195305.562500', '195306.022500', '195306.482500', '195306.942500', '195307.402500', '195307.862500', '195308.322500', '195308.782500', '195309.242500', '195309.702500', '195310.162500', '195310.622500', '195311.082500', '195311.542500', '195312.002500', '195312.462500', '195312.922500', '195313.382500', '195313.842500', '195314.302500', '195314.762500', '195315.222500', '195315.682500', '195316.142500', '195316.602500', '195317.062500', '195317.522500', '195317.982500', '195318.442500', '195318.902500', '195319.362500', '195319.822500', '195320.282500', '195320.742500', '195321.202500', '195321.662500', '195322.122500', '195322.582500', '195323.042500', '195323.502500', '195323.962500', '195324.422500', '195324.882500', '195325.342500', '195325.802500', '195326.262500', '195326.722500', '195327.182500', '195327.642500', '195328.102500', '195328.562500', '195329.022500', '195329.482500', '195329.942500', '195330.402500', '195330.862500', '195331.322500', '195331.782500', '195332.242500', '195332.702500', '195333.162500', '195333.622500', '195334.082500', '195334.542500', '195335.002500', '195335.462500', '195335.922500', '195336.382500', '195336.842500', '195337.302500', '195337.762500', '195338.222500', '195338.682500', '195339.142500', '195339.602500', '195340.062500', '195340.522500', '195340.982500', '195341.442500', '195341.902500', '195342.362500', '195342.822500', '195343.282500', '195343.742500', '195344.202500', '195344.662500', '195345.122500', '195345.582500', '195346.042500', '195346.502500', '195346.962500', '195347.422500', '195347.882500', '195348.342500', '195348.802500', '195349.262500', '195349.722500', '195350.182500', '195350.642500', '195351.102500', '195351.562500', '195352.022500', '195352.482500', '195352.942500', '195353.402500', '195353.862500', '195354.322500', '195354.782500', '195355.242500', '195355.702500', '195356.162500', '195356.622500', '195357.082500', '195357.542500', '195358.002500', '195358.462500', '195358.922500', '195359.382500', '195359.842500', '195400.302500', '195400.762500', '195401.222500', '195401.682500', '195402.142500', '195402.602500', '195403.062500', '195403.522500', '195403.982500', '195404.442500', '195404.902500', '195405.362500', '195405.822500', '195406.282500', '195406.742500', '195407.202500', '195407.662500', '195408.122500', '195408.582500', '195409.042500', '195409.502500', '195409.962500', '195410.422500', '195410.882500', '195411.342500', '195411.802500', '195412.262500', '195412.722500', '195413.182500', '195413.642500', '195414.102500', '195414.562500', '195415.022500', '195415.482500', '195415.942500', '195416.402500', '195416.862500', '195417.322500', '195417.782500', '195418.242500', '195418.702500', '195419.162500', '195419.622500', '195420.082500', '195420.542500', '195421.002500', '195421.462500', '195421.922500', '195422.382500', '195422.842500', '195423.302500', '195423.762500', '195424.222500', '195424.682500', '195425.142500', '195425.602500', '195426.062500', '195426.522500', '195426.982500', '195427.442500', '195427.902500', '195428.362500', '195428.822500', '195429.282500', '195429.742500', '195430.202500', '195430.662500', '195431.122500', '195431.582500', '195432.042500', '195432.502500', '195432.962500', '195433.422500', '195433.882500', '195434.342500', '195434.802500', '195435.262500', '195435.722500', '195436.182500', '195436.642500', '195437.102500', '195437.562500', '195438.022500', '195438.482500', '195438.942500', '195439.402500', '195439.862500', '195440.322500', '195440.782500', '195441.242500', '195441.702500', '195442.162500', '195442.622500', '195443.082500', '195443.542500', '195444.002500', '195444.462500', '195444.922500', '195445.382500', '195445.842500', '195446.302500', '195446.762500', '195447.222500', '195447.682500', '195448.142500', '195448.602500', '195449.062500', '195449.522500', '195449.982500', '195450.442500', '195450.902500', '195451.362500', '195451.822500', '195452.282500', '195452.742500', '195453.202500', '195453.662500', '195454.122500', '195454.582500', '195455.042500', '195455.502500', '195455.962500', '195456.422500', '195456.882500', '195457.342500', '195457.802500', '195458.262500', '195458.722500', '195459.182500', '195459.642500', '195500.102500', '195500.562500', '195501.022500', '195501.482500', '195501.942500', '195502.402500', '195502.862500', '195503.322500', '195503.782500', '195504.242500', '195504.702500', '195505.162500', '195505.622500', '195506.082500', '195506.542500', '195507.002500', '195507.462500', '195507.922500', '195508.382500', '195508.842500', '195509.302500', '195509.762500', '195510.222500', '195510.682500', '195511.142500', '195511.602500', '195512.062500', '195512.522500', '195512.982500', '195513.442500', '195513.902500', '195514.362500', '195514.822500', '195515.282500', '195515.742500', '195516.202500', '195516.662500', '195517.122500', '195517.582500', '195518.042500', '195518.502500', '195518.962500', '195519.422500', '195519.882500', '195520.342500', '195520.802500', '195521.262500', '195521.722500', '195522.182500', '195522.642500', '195523.102500', '195523.562500', '195524.022500', '195524.482500', '195524.942500', '195525.402500', '195525.862500', '195526.322500', '195526.782500', '195527.242500', '195527.702500', '195528.162500', '195528.622500', '195529.082500', '195529.542500', '195530.002500', '195530.462500', '195530.922500', '195531.382500', '195531.842500', '195532.302500', '195532.762500', '195533.222500', '195533.682500', '195534.142500', '195534.602500', '195535.062500', '195535.522500', '195535.982500', '195536.442500', '195536.902500', '195537.362500', '195537.822500', '195538.282500', '195538.742500', '195539.202500', '195539.662500', '195540.122500', '195540.582500', '195541.042500', '195541.502500', '195541.962500', '195542.422500', '195542.882500', '195543.342500', '195543.802500', '195544.262500', '195544.722500', '195545.182500', '195545.642500', '195546.102500', '195546.562500', '195547.022500', '195547.482500', '195547.942500', '195548.402500', '195548.862500', '195549.322500', '195549.782500', '195550.242500', '195550.702500', '195551.162500', '195551.622500', '195552.082500', '195552.542500', '195553.002500', '195553.462500', '195553.922500', '195554.382500', '195554.842500', '195555.302500', '195555.762500', '195556.222500', '195556.682500', '195557.142500', '195557.602500', '195558.062500', '195558.522500', '195558.982500', '195559.442500', '195559.902500', '195600.362500', '195600.822500', '195601.282500', '195601.742500', '195602.202500', '195602.662500', '195603.122500', '195603.582500', '195604.042500', '195604.502500', '195604.962500', '195605.422500', '195605.882500', '195606.342500', '195606.802500', '195607.262500', '195607.722500', '195608.182500', '195608.642500', '195609.102500', '195609.562500', '195610.022500', '195610.482500', '195610.942500', '195611.402500', '195611.862500', '195612.322500', '195612.782500', '195613.242500', '195613.702500', '195614.162500', '195614.622500', '195615.082500', '195615.542500', '195616.002500', '195616.462500', '195616.922500', '195617.382500', '195617.842500', '195618.302500', '195618.762500', '195619.222500', '195619.682500', '195620.142500', '195620.602500', '195621.062500', '195621.522500', '195621.982500', '195622.442500', '195622.902500', '195623.362500', '195623.822500', '195624.282500', '195624.742500', '195625.202500', '195625.662500', '195626.122500', '195626.582500', '195627.042500', '195627.502500', '195627.962500', '195628.422500', '195628.882500', '195629.342500', '195629.802500', '195630.262500', '195630.722500', '195631.182500', '195631.642500', '195632.102500', '195632.562500', '195633.022500', '195633.482500', '195633.942500', '195634.402500', '195634.862500', '195635.322500', '195635.782500', '195636.242500', '195636.702500', '195637.162500', '195637.622500', '195638.082500', '195638.542500', '195639.002500', '195639.462500', '195639.922500', '195640.382500', '195640.842500', '195641.302500', '195641.762500', '195642.222500', '195642.682500', '195643.142500', '195643.602500', '195644.062500', '195644.522500', '195644.982500', '195645.442500', '195645.902500', '195646.362500', '195646.822500', '195647.282500', '195647.742500', '195648.202500', '195648.662500', '195649.122500', '195649.582500', '195650.042500', '195650.502500', '195650.962500', '195651.422500', '195651.882500', '195652.342500', '195652.802500', '195653.262500', '195653.722500', '195654.182500', '195654.642500', '195655.102500', '195655.562500', '195656.022500', '195656.482500', '195656.942500', '195657.402500', '195657.862500', '195658.322500', '195658.782500', '195659.242500', '195659.702500', '195700.162500', '195700.622500', '195701.082500', '195701.542500', '195702.002500', '195702.462500', '195702.922500', '195703.382500', '195703.842500', '195704.302500', '195704.762500', '195705.222500', '195705.682500', '195706.142500', '195706.602500', '195707.062500', '195707.522500', '195707.982500', '195708.442500', '195708.902500', '195709.362500', '195709.822500', '195710.282500', '195710.742500', '195711.202500', '195711.662500', '195712.122500', '195712.582500', '195713.042500', '195713.502500', '195713.962500', '195714.422500', '195714.882500', '195715.342500', '195715.802500', '195716.262500', '195716.722500', '195717.182500', '195717.642500', '195718.102500', '195718.562500', '195719.022500', '195719.482500', '195719.942500', '195720.402500', '195720.862500', '195721.322500', '195721.782500', '195722.242500', '195722.702500', '195723.162500', '195723.622500', '195724.082500', '195724.542500', '195725.002500', '195725.462500', '195725.922500', '195726.382500', '195726.842500', '195727.302500', '195727.762500', '195728.222500', '195728.682500', '195729.142500', '195729.602500', '195730.062500', '195730.522500', '195730.982500', '195731.442500', '195731.902500', '195732.362500', '195732.822500', '195733.282500', '195733.742500', '195734.202500', '195734.662500', '195735.122500', '195735.582500', '195736.042500', '195736.502500', '195736.962500', '195737.422500', '195737.882500', '195738.342500', '195738.802500', '195739.262500', '195739.722500', '195740.182500', '195740.642500', '195741.102500', '195741.562500', '195742.022500', '195742.482500', '195742.942500', '195743.402500', '195743.862500', '195744.322500', '195744.782500', '195745.242500', '195745.702500', '195746.162500', '195746.622500', '195747.082500', '195747.542500', '195748.002500', '195748.462500', '195748.922500', '195749.382500', '195749.842500', '195750.302500', '195750.762500', '195751.222500', '195751.682500', '195752.142500', '195752.602500', '195753.062500', '195753.522500', '195753.982500', '195754.442500', '195754.902500', '195755.362500', '195755.822500', '195756.282500', '195756.742500', '195757.202500', '195757.662500', '195758.122500', '195758.582500', '195759.042500', '195759.502500', '195759.962500', '195800.422500', '195800.882500', '195801.342500', '195801.802500', '195802.262500', '195802.722500', '195803.182500', '195803.642500', '195804.102500', '195804.562500', '195805.022500', '195805.482500', '195805.942500', '195806.402500', '195806.862500', '195807.322500', '195807.782500', '195808.242500', '195808.702500', '195809.162500', '195809.622500', '195810.082500', '195810.542500', '195811.002500', '195811.462500', '195811.922500', '195812.382500', '195812.842500', '195813.302500', '195813.762500', '195814.222500', '195814.682500', '195815.142500', '195815.602500', '195816.062500', '195816.522500', '195816.982500', '195817.442500', '195817.902500', '195818.362500', '195818.822500', '195819.282500', '195819.742500', '195820.202500', '195820.662500', '195821.122500', '195821.582500', '195822.042500', '195822.502500', '195822.962500', '195823.422500', '195823.882500', '195824.342500', '195824.802500', '195825.262500', '195825.722500', '195826.182500', '195826.642500', '195827.102500', '195827.562500', '195828.022500', '195828.482500', '195828.942500', '195829.402500', '195829.862500', '195830.322500', '195830.782500', '195831.242500', '195831.702500', '195832.162500', '195832.622500', '195833.082500', '195833.542500', '195834.002500', '195834.462500', '195834.922500', '195835.382500', '195835.842500', '195836.302500', '195836.762500', '195837.222500', '195837.682500', '195838.142500', '195838.602500', '195839.062500', '195839.522500', '195839.982500', '195840.442500', '195840.902500', '195841.362500', '195841.822500', '195842.282500', '195842.742500', '195843.202500', '195843.662500', '195844.122500', '195844.582500', '195845.042500', '195845.502500', '195845.962500', '195846.422500', '195846.882500', '195847.342500', '195847.802500', '195848.262500', '195848.722500', '195849.182500', '195849.642500', '195850.102500', '195850.562500', '195851.022500', '195851.482500', '195851.942500', '195852.402500', '195852.862500', '195853.322500', '195853.782500', '195854.242500', '195854.702500', '195855.162500', '195855.622500', '195856.082500', '195856.542500', '195857.002500', '195857.462500', '195857.922500', '195858.382500', '195858.842500', '195859.302500', '195859.762500', '195900.222500', '195900.682500', '195901.142500', '195901.602500', '195902.062500', '195902.522500', '195902.982500', '195903.442500', '195903.902500', '195904.362500', '195904.822500', '195905.282500', '195905.742500', '195906.202500', '195906.662500', '195907.122500', '195907.582500', '195908.042500', '195908.502500', '195908.962500', '195909.422500', '195909.882500', '195910.342500', '195910.802500', '195911.262500', '195911.722500', '195912.182500', '195912.642500', '195913.102500', '195913.562500', '195914.022500', '195914.482500', '195914.942500', '195915.402500', '195915.862500', '195916.322500', '195916.782500', '195917.242500', '195917.702500', '195918.162500', '195918.622500', '195919.082500', '195919.542500', '195920.002500', '195920.462500', '195920.922500', '195921.382500', '195921.842500', '195922.302500', '195922.762500', '195923.222500', '195923.682500', '195924.142500', '195924.602500', '195925.062500', '195925.522500', '195925.982500', '195926.442500', '195926.902500', '195927.362500', '195927.822500', '195928.282500', '195928.742500', '195929.202500', '195929.662500', '195930.122500', '195930.582500', '195931.042500', '195931.502500', '195931.962500', '195932.422500', '195932.882500', '195933.342500', '195933.802500', '195934.262500', '195934.722500', '195935.182500', '195935.642500', '195936.102500', '195936.562500', '195937.022500', '195937.482500', '195937.942500', '195938.402500', '195938.862500', '195939.322500', '195939.782500', '195940.242500', '195940.702500', '195941.162500', '195941.622500', '195942.082500', '195942.542500', '195943.002500', '195943.462500', '195943.922500', '195944.382500', '195944.842500', '195945.302500', '195945.762500', '195946.222500', '195946.682500', '195947.142500', '195947.602500', '195948.062500', '195948.522500', '195948.982500', '195949.442500', '195949.902500', '195950.362500', '195950.822500', '195951.282500', '195951.742500', '195952.202500', '195952.662500', '195953.122500', '195953.582500', '195954.042500', '195954.502500', '195954.962500', '195955.422500', '195955.882500', '195956.342500', '195956.802500', '195957.262500', '195957.722500', '195958.182500', '195958.642500', '195959.102500', '195959.562500', '200000.022500', '200000.482500', '200000.942500', '200001.402500', '200001.862500', '200002.322500', '200002.782500', '200003.242500', '200003.702500', '200004.162500', '200004.622500', '200005.082500', '200005.542500', '200006.002500', '200006.462500', '200006.922500', '200007.382500', '200007.842500', '200008.302500', '200008.762500', '200009.222500', '200009.682500', '200010.142500', '200010.602500', '200011.062500', '200011.522500', '200011.982500', '200012.442500', '200012.902500', '200013.362500', '200013.822500', '200014.282500', '200014.742500', '200015.202500', '200015.662500', '200016.122500', '200016.582500', '200017.042500', '200017.502500', '200017.962500', '200018.422500', '200018.882500', '200019.342500', '200019.802500', '200020.262500', '200020.722500', '200021.182500', '200021.642500', '200022.102500', '200022.562500', '200023.022500', '200023.482500', '200023.942500', '200024.402500', '200024.862500', '200025.322500', '200025.782500', '200026.242500', '200026.702500', '200027.162500', '200027.622500', '200028.082500', '200028.542500', '200029.002500', '200029.462500', '200029.922500', '200030.382500', '200030.842500', '200031.302500', '200031.762500', '200032.222500', '200032.682500', '200033.142500', '200033.602500', '200034.062500', '200034.522500', '200034.982500', '200035.442500', '200035.902500', '200036.362500', '200036.822500', '200037.282500', '200037.742500', '200038.202500', '200038.662500', '200039.122500', '200039.582500', '200040.042500', '200040.502500', '200040.962500', '200041.422500', '200041.882500', '200042.342500', '200042.802500', '200043.262500', '200043.722500', '200044.182500', '200044.642500', '200045.102500', '200045.562500', '200046.022500', '200046.482500', '200046.942500', '200047.402500', '200047.862500', '200048.322500', '200048.782500', '200049.242500', '200049.702500', '200050.162500', '200050.622500', '200051.082500', '200051.542500', '200052.002500', '200052.462500', '200052.922500', '200053.382500', '200053.842500', '200054.302500', '200054.762500', '200055.222500', '200055.682500', '200056.142500', '200056.602500', '200057.062500', '200057.522500', '200057.982500', '200058.442500', '200058.902500', '200059.362500', '200059.822500', '200100.282500', '200100.742500', '200101.202500', '200101.662500', '200102.122500', '200102.582500', '200103.042500', '200103.502500', '200103.962500', '200104.422500', '200104.882500', '200105.342500', '200105.802500', '200106.262500', '200106.722500', '200107.182500', '200107.642500', '200108.102500', '200108.562500', '200109.022500', '200109.482500', '200109.942500', '200110.402500', '200110.862500', '200111.322500', '200111.782500', '200112.242500', '200112.702500', '200113.162500', '200113.622500', '200114.082500', '200114.542500', '200115.002500', '200115.462500', '200115.922500', '200116.382500', '200116.842500', '200117.302500', '200117.762500', '200118.222500', '200118.682500', '200119.142500', '200119.602500', '200120.062500', '200120.522500', '200120.982500', '200121.442500', '200121.902500', '200122.362500', '200122.822500', '200123.282500', '200123.742500', '200124.202500', '200124.662500', '200125.122500', '200125.582500', '200126.042500', '200126.502500', '200126.962500', '200127.422500', '200127.882500', '200128.342500', '200128.802500', '200129.262500', '200129.722500', '200130.182500', '200130.642500', '200131.102500', '200131.562500', '200132.022500', '200132.482500', '200132.942500', '200133.402500', '200133.862500', '200134.322500', '200134.782500', '200135.242500', '200135.702500', '200136.162500', '200136.622500', '200137.082500', '200137.542500', '200138.002500', '200138.462500', '200138.922500', '200139.382500', '200139.842500', '200140.302500', '200140.762500', '200141.222500', '200141.682500', '200142.142500', '200142.602500', '200143.062500', '200143.522500', '200143.982500', '200144.442500', '200144.902500', '200145.362500', '200145.822500', '200146.282500', '200146.742500', '200147.202500', '200147.662500', '200148.122500', '200148.582500', '200149.042500', '200149.502500', '200149.962500', '200150.422500', '200150.882500', '200151.342500', '200151.802500', '200152.262500', '200152.722500', '200153.182500', '200153.642500', '200154.102500', '200154.562500', '200155.022500', '200155.482500', '200155.942500', '200156.402500', '200156.862500', '200157.322500', '200157.782500', '200158.242500', '200158.702500', '200159.162500', '200159.622500', '200200.082500', '200200.542500', '200201.002500', '200201.462500', '200201.922500', '200202.382500', '200202.842500', '200203.302500', '200203.762500', '200204.222500', '200204.682500', '200205.142500', '200205.602500', '200206.062500', '200206.522500', '200206.982500', '200207.442500', '200207.902500', '200208.362500', '200208.822500', '200209.282500', '200209.742500', '200210.202500', '200210.662500', '200211.122500', '200211.582500', '200212.042500', '200212.502500', '200212.962500', '200213.422500', '200213.882500', '200214.342500', '200214.802500', '200215.262500', '200215.722500', '200216.182500', '200216.642500', '200217.102500', '200217.562500', '200218.022500', '200218.482500', '200218.942500', '200219.402500', '200219.862500', '200220.322500', '200220.782500', '200221.242500', '200221.702500', '200222.162500', '200222.622500', '200223.082500', '200223.542500', '200224.002500', '200224.462500', '200224.922500', '200225.382500', '200225.842500', '200226.302500', '200226.762500', '200227.222500', '200227.682500', '200228.142500', '200228.602500', '200229.062500', '200229.522500', '200229.982500', '200230.442500', '200230.902500', '200231.362500', '200231.822500', '200232.282500', '200232.742500', '200233.202500', '200233.662500', '200234.122500', '200234.582500', '200235.042500', '200235.502500', '200235.962500', '200236.422500', '200236.882500', '200237.342500', '200237.802500', '200238.262500', '200238.722500', '200239.182500', '200239.642500', '200240.102500', '200240.562500', '200241.022500', '200241.482500', '200241.942500', '200242.402500', '200242.862500', '200243.322500', '200243.782500', '200244.242500', '200244.702500', '200245.162500', '200245.622500', '200246.082500', '200246.542500', '200247.002500', '200247.462500', '200247.922500', '200248.382500', '200248.842500', '200249.302500', '200249.762500', '200250.222500', '200250.682500', '200251.142500', '200251.602500', '200252.062500', '200252.522500', '200252.982500', '200253.442500', '200253.902500', '200254.362500', '200254.822500', '200255.282500', '200255.742500', '200256.202500', '200256.662500', '200257.122500', '200257.582500', '200258.042500', '200258.502500', '200258.962500', '200259.422500', '200259.882500', '200300.342500', '200300.802500', '200301.262500', '200301.722500', '200302.182500', '200302.642500', '200303.102500', '200303.562500', '200304.022500', '200304.482500', '200304.942500', '200305.402500', '200305.862500', '200306.322500'], 'ContentTime': ['194904.774000', '194904.777000', '194904.779000', '194904.782000', '194904.785000', '194904.788000', '194904.796000', '194904.806000', '194904.808000', '194904.811000', '194904.813000', '194904.816000', '194904.818000', '194904.821000', '194904.824000', '194904.826000', '194904.829000', '194904.831000', '194904.834000', '194904.836000', '194904.839000', '194904.841000', '194904.844000', '194904.847000', '194904.849000', '194904.852000', '194904.855000', '194924.742000', '194924.752000', '194924.755000', '194924.757000', '194924.760000', '194924.762000', '194924.765000', '194924.768000', '194924.770000', '194924.773000', '194924.775000', '194924.778000', '194924.780000', '194924.783000', '194924.786000', '194924.788000', '194924.791000', '194924.793000', '194924.796000', '194924.800000', '194924.803000', '194924.805000', '194924.808000', '194924.810000', '194924.813000', '194924.816000', '194924.818000', '194924.821000', '194924.824000', '194924.827000', '194924.829000', '194924.832000', '194924.835000', '194924.837000', '194924.840000', '194924.842000', '194924.845000', '194924.847000', '194924.850000', '194924.852000', '194924.855000', '194924.857000', '194924.860000', '194944.742000', '194944.745000', '194944.748000', '194944.751000', '194944.753000', '194944.756000', '194944.758000', '194944.761000', '194944.764000', '194944.766000', '194944.769000', '194944.772000', '194944.774000', '194944.777000', '194944.779000', '194944.782000', '194944.785000', '194944.787000', '194944.790000', '194944.793000', '194944.795000', '194944.798000', '194944.822000', '194944.825000', '194944.828000', '194944.830000', '194944.833000', '194944.835000', '194944.838000', '194944.841000', '194944.843000', '194944.846000', '194944.849000', '194944.851000', '194944.854000', '194944.856000', '194944.859000', '194944.862000', '194944.864000', '194944.867000', '194944.870000', '194944.872000', '194944.875000', '194944.877000', '195004.742000', '195004.745000', '195004.748000', '195004.751000', '195004.753000', '195004.756000', '195004.758000', '195004.761000', '195004.763000', '195004.766000', '195004.769000', '195004.771000', '195004.774000', '195004.776000', '195004.779000', '195004.781000', '195004.784000', '195004.787000', '195004.789000', '195004.792000', '195004.795000', '195004.797000', '195004.823000', '195004.826000', '195004.829000', '195004.831000', '195004.834000', '195004.837000', '195004.839000', '195004.842000', '195004.844000', '195004.847000', '195004.850000', '195004.852000', '195004.855000', '195004.857000', '195004.860000', '195004.863000', '195004.865000', '195004.868000', '195004.871000', '195004.873000', '195004.876000', '195024.744000', '195024.746000', '195024.749000', '195024.752000', '195024.754000', '195024.757000', '195024.760000', '195024.762000', '195024.765000', '195024.767000', '195024.770000', '195024.773000', '195024.784000', '195024.787000', '195024.790000', '195024.792000', '195024.795000', '195024.797000', '195024.800000', '195024.803000', '195024.805000', '195024.808000', '195024.811000', '195024.813000', '195024.816000', '195024.818000', '195024.821000', '195024.824000', '195024.826000', '195024.829000', '195024.831000', '195024.834000', '195024.837000', '195024.839000', '195024.842000', '195024.844000', '195024.847000', '195024.850000', '195024.852000', '195024.855000', '195024.857000', '195024.860000', '195024.862000', '195024.865000', '195044.743000', '195044.746000', '195044.749000', '195044.752000', '195044.754000', '195044.757000', '195044.759000', '195044.762000', '195044.764000', '195044.767000', '195044.770000', '195044.772000', '195044.775000', '195044.777000', '195044.780000', '195044.783000', '195044.785000', '195044.788000', '195044.790000', '195044.793000', '195044.796000', '195044.798000', '195044.801000', '195044.803000', '195044.806000', '195044.809000', '195044.811000', '195044.814000', '195044.817000', '195044.819000', '195044.822000', '195044.825000', '195044.827000', '195044.830000', '195044.832000', '195044.835000', '195044.838000', '195044.840000', '195044.843000', '195044.845000', '195044.848000', '195044.851000', '195044.853000', '195104.742000', '195104.745000', '195104.748000', '195104.751000', '195104.753000', '195104.756000', '195104.758000', '195104.761000', '195104.764000', '195104.766000', '195104.769000', '195104.772000', '195104.774000', '195104.777000', '195104.780000', '195104.782000', '195104.785000', '195104.787000', '195104.790000', '195104.793000', '195104.795000', '195104.798000', '195104.829000', '195104.832000', '195104.835000', '195104.837000', '195104.840000', '195104.842000', '195104.845000', '195104.848000', '195104.850000', '195104.853000', '195104.855000', '195104.858000', '195104.861000', '195104.863000', '195104.866000', '195104.868000', '195104.871000', '195104.874000', '195104.876000', '195104.879000', '195104.881000', '195104.884000', '195124.742000', '195124.745000', '195124.748000', '195124.751000', '195124.753000', '195124.756000', '195124.759000', '195124.761000', '195124.764000', '195124.766000', '195124.769000', '195124.772000', '195124.774000', '195124.777000', '195124.780000', '195124.782000', '195124.785000', '195124.787000', '195124.790000', '195124.793000', '195124.795000', '195124.798000', '195124.801000', '195124.803000', '195124.806000', '195124.808000', '195124.811000', '195124.814000', '195124.816000', '195124.819000', '195124.821000', '195124.824000', '195124.827000', '195124.829000', '195124.832000', '195124.834000', '195124.837000', '195124.840000', '195124.842000', '195124.845000', '195124.847000', '195124.850000', '195124.853000', '195144.742000', '195144.745000', '195144.748000', '195144.750000', '195144.753000', '195144.756000', '195144.758000', '195144.761000', '195144.764000', '195144.766000', '195144.769000', '195144.771000', '195144.774000', '195144.777000', '195144.779000', '195144.782000', '195144.785000', '195144.787000', '195144.790000', '195144.792000', '195144.795000', '195144.798000', '195144.800000', '195144.803000', '195144.806000', '195144.808000', '195144.811000', '195144.813000', '195144.816000', '195144.819000', '195144.821000', '195144.824000', '195144.826000', '195144.829000', '195144.832000', '195144.834000', '195144.837000', '195144.839000', '195144.842000', '195144.845000', '195144.847000', '195144.850000', '195144.852000', '195144.855000', '195204.742000', '195204.745000', '195204.748000', '195204.751000', '195204.753000', '195204.756000', '195204.758000', '195204.761000', '195204.764000', '195204.766000', '195204.769000', '195204.772000', '195204.774000', '195204.777000', '195204.779000', '195204.782000', '195204.785000', '195204.787000', '195204.790000', '195204.792000', '195204.795000', '195204.798000', '195204.858000', '195204.861000', '195204.864000', '195204.866000', '195204.869000', '195204.871000', '195204.874000', '195204.877000', '195204.879000', '195204.882000', '195204.884000', '195204.887000', '195204.889000', '195204.892000', '195204.895000', '195204.897000', '195204.900000', '195204.903000', '195204.905000', '195204.908000', '195204.910000', '195224.742000', '195224.745000', '195224.748000', '195224.751000', '195224.754000', '195224.757000', '195224.759000', '195224.762000', '195224.765000', '195224.767000', '195224.770000', '195224.772000', '195224.775000', '195224.778000', '195224.780000', '195224.783000', '195224.785000', '195224.788000', '195224.791000', '195224.793000', '195224.796000', '195224.799000', '195224.842000', '195224.844000', '195224.847000', '195224.850000', '195224.852000', '195224.855000', '195224.857000', '195224.860000', '195224.863000', '195224.865000', '195224.868000', '195224.870000', '195224.873000', '195224.876000', '195224.878000', '195224.881000', '195224.883000', '195224.886000', '195224.889000', '195224.891000', '195224.894000', '195244.743000', '195244.746000', '195244.749000', '195244.752000', '195244.754000', '195244.757000', '195244.759000', '195244.762000', '195244.765000', '195244.767000', '195244.770000', '195244.772000', '195244.775000', '195244.778000', '195244.780000', '195244.783000', '195244.785000', '195244.788000', '195244.791000', '195244.793000', '195244.796000', '195244.799000', '195244.840000', '195244.843000', '195244.846000', '195244.848000', '195244.851000', '195244.853000', '195244.856000', '195244.859000', '195244.861000', '195244.864000', '195244.866000', '195244.869000', '195244.872000', '195244.874000', '195244.877000', '195244.879000', '195244.882000', '195244.885000', '195244.887000', '195244.890000', '195244.893000', '195244.895000', '195304.743000', '195304.746000', '195304.749000', '195304.751000', '195304.754000', '195304.757000', '195304.759000', '195304.762000', '195304.765000', '195304.767000', '195304.770000', '195304.772000', '195304.775000', '195304.778000', '195304.780000', '195304.783000', '195304.785000', '195304.788000', '195304.791000', '195304.793000', '195304.796000', '195304.799000', '195304.826000', '195304.829000', '195304.832000', '195304.834000', '195304.837000', '195304.839000', '195304.842000', '195304.845000', '195304.847000', '195304.850000', '195304.852000', '195304.855000', '195304.858000', '195304.860000', '195304.863000', '195304.866000', '195304.868000', '195304.871000', '195304.873000', '195304.876000', '195304.879000', '195324.743000', '195324.745000', '195324.748000', '195324.751000', '195324.753000', '195324.756000', '195324.759000', '195324.761000', '195324.764000', '195324.766000', '195324.769000', '195324.772000', '195324.774000', '195324.777000', '195324.779000', '195324.782000', '195324.785000', '195324.787000', '195324.790000', '195324.792000', '195324.795000', '195324.798000', '195324.862000', '195324.864000', '195324.867000', '195324.870000', '195324.872000', '195324.875000', '195324.877000', '195324.880000', '195324.882000', '195324.885000', '195324.888000', '195324.922000', '195324.925000', '195324.927000', '195324.930000', '195324.932000', '195324.935000', '195324.938000', '195324.940000', '195324.943000', '195324.946000', '195324.948000', '195344.742000', '195344.745000', '195344.748000', '195344.751000', '195344.754000', '195344.756000', '195344.759000', '195344.762000', '195344.764000', '195344.767000', '195344.769000', '195344.772000', '195344.775000', '195344.777000', '195344.780000', '195344.782000', '195344.785000', '195344.788000', '195344.790000', '195344.794000', '195344.796000', '195344.799000', '195344.854000', '195344.857000', '195344.859000', '195344.862000', '195344.864000', '195344.867000', '195344.870000', '195344.872000', '195344.875000', '195344.878000', '195344.880000', '195344.883000', '195344.885000', '195344.888000', '195344.891000', '195344.893000', '195344.896000', '195344.899000', '195344.901000', '195344.904000', '195344.906000', '195404.743000', '195404.745000', '195404.748000', '195404.751000', '195404.753000', '195404.756000', '195404.758000', '195404.761000', '195404.764000', '195404.766000', '195404.769000', '195404.771000', '195404.774000', '195404.777000', '195404.779000', '195404.782000', '195404.785000', '195404.787000', '195404.790000', '195404.793000', '195404.795000', '195404.798000', '195404.839000', '195404.842000', '195404.844000', '195404.847000', '195404.850000', '195404.852000', '195404.855000', '195404.857000', '195404.860000', '195404.863000', '195404.865000', '195404.868000', '195404.871000', '195404.873000', '195404.876000', '195404.878000', '195404.881000', '195404.884000', '195404.886000', '195404.889000', '195404.891000', '195404.894000', '195424.743000', '195424.746000', '195424.748000', '195424.751000', '195424.754000', '195424.756000', '195424.759000', '195424.761000', '195424.764000', '195424.767000', '195424.769000', '195424.773000', '195424.776000', '195424.779000', '195424.781000', '195424.784000', '195424.787000', '195424.791000', '195424.794000', '195424.797000', '195424.852000', '195424.854000', '195424.857000', '195424.860000', '195424.862000', '195424.865000', '195424.868000', '195424.870000', '195424.873000', '195424.875000', '195424.878000', '195424.881000', '195424.883000', '195424.886000', '195424.889000', '195424.891000', '195424.894000', '195424.896000', '195424.899000', '195424.902000', '195424.904000', '195424.907000', '195424.910000', '195444.742000', '195444.746000', '195444.748000', '195444.751000', '195444.753000', '195444.756000', '195444.759000', '195444.761000', '195444.764000', '195444.766000', '195444.769000', '195444.772000', '195444.774000', '195444.777000', '195444.779000', '195444.782000', '195444.785000', '195444.787000', '195444.790000', '195444.793000', '195444.795000', '195444.798000', '195444.864000', '195444.867000', '195444.870000', '195444.872000', '195444.875000', '195444.877000', '195444.880000', '195444.883000', '195444.885000', '195444.888000', '195444.890000', '195444.893000', '195444.896000', '195444.898000', '195444.901000', '195444.903000', '195444.906000', '195444.909000', '195444.911000', '195444.914000', '195444.916000', '195444.919000', '195504.744000', '195504.747000', '195504.749000', '195504.752000', '195504.754000', '195504.757000', '195504.760000', '195504.762000', '195504.765000', '195504.768000', '195504.770000', '195504.773000', '195504.775000', '195504.778000', '195504.781000', '195504.783000', '195504.786000', '195504.788000', '195504.791000', '195504.794000', '195504.796000', '195504.799000', '195504.858000', '195504.860000', '195504.863000', '195504.866000', '195504.868000', '195504.871000', '195504.874000', '195504.876000', '195504.879000', '195504.881000', '195504.884000', '195504.887000', '195504.889000', '195504.892000', '195504.895000', '195504.897000', '195504.900000', '195504.903000', '195504.905000', '195504.908000', '195504.910000', '195524.744000', '195524.746000', '195524.749000', '195524.752000', '195524.754000', '195524.757000', '195524.760000', '195524.762000', '195524.765000', '195524.767000', '195524.770000', '195524.772000', '195524.775000', '195524.778000', '195524.780000', '195524.783000', '195524.785000', '195524.788000', '195524.791000', '195524.793000', '195524.796000', '195524.799000', '195524.801000', '195524.804000', '195524.807000', '195524.809000', '195524.812000', '195524.814000', '195524.817000', '195524.820000', '195524.822000', '195524.825000', '195524.827000', '195524.830000', '195524.833000', '195524.835000', '195524.838000', '195524.841000', '195524.843000', '195524.846000', '195524.848000', '195524.851000', '195524.854000', '195524.856000', '195544.742000', '195544.756000', '195544.759000', '195544.761000', '195544.764000', '195544.766000', '195544.769000', '195544.772000', '195544.774000', '195544.777000', '195544.779000', '195544.782000', '195544.785000', '195544.787000', '195544.790000', '195544.793000', '195544.795000', '195544.798000', '195544.873000', '195544.875000', '195544.878000', '195544.880000', '195544.883000', '195544.886000', '195544.888000', '195544.891000', '195544.894000', '195544.896000', '195544.899000', '195544.901000', '195544.904000', '195544.906000', '195544.909000', '195544.912000', '195544.914000', '195544.917000', '195544.920000', '195544.922000', '195544.925000', '195544.927000', '195544.930000', '195544.933000', '195544.935000', '195604.743000', '195604.745000', '195604.748000', '195604.751000', '195604.753000', '195604.756000', '195604.758000', '195604.761000', '195604.764000', '195604.766000', '195604.769000', '195604.771000', '195604.774000', '195604.777000', '195604.779000', '195604.782000', '195604.785000', '195604.787000', '195604.790000', '195604.792000', '195604.795000', '195604.798000', '195604.800000', '195604.803000', '195604.806000', '195604.808000', '195604.811000', '195604.813000', '195604.816000', '195604.819000', '195604.821000', '195604.824000', '195604.827000', '195604.829000', '195604.832000', '195604.834000', '195604.837000', '195604.840000', '195604.842000', '195604.845000', '195604.848000', '195604.850000', '195604.853000', '195604.855000', '195624.743000', '195624.745000', '195624.748000', '195624.751000', '195624.753000', '195624.756000', '195624.758000', '195624.761000', '195624.764000', '195624.766000', '195624.769000', '195624.771000', '195624.774000', '195624.777000', '195624.779000', '195624.782000', '195624.784000', '195624.787000', '195624.789000', '195624.792000', '195624.795000', '195624.797000', '195624.852000', '195624.855000', '195624.858000', '195624.860000', '195624.863000', '195624.865000', '195624.868000', '195624.870000', '195624.874000', '195624.877000', '195624.880000', '195624.882000', '195624.885000', '195624.887000', '195624.890000', '195624.893000', '195624.895000', '195624.898000', '195624.901000', '195624.903000', '195624.906000', '195644.743000', '195644.745000', '195644.748000', '195644.751000', '195644.753000', '195644.756000', '195644.759000', '195644.761000', '195644.764000', '195644.766000', '195644.769000', '195644.772000', '195644.774000', '195644.777000', '195644.779000', '195644.782000', '195644.785000', '195644.787000', '195644.790000', '195644.793000', '195644.795000', '195644.798000', '195644.854000', '195644.856000', '195644.859000', '195644.862000', '195644.864000', '195644.867000', '195644.870000', '195644.872000', '195644.875000', '195644.877000', '195644.880000', '195644.883000', '195644.885000', '195644.888000', '195644.890000', '195644.893000', '195644.896000', '195644.898000', '195644.901000', '195644.903000', '195644.906000', '195644.909000', '195704.743000', '195704.745000', '195704.748000', '195704.751000', '195704.753000', '195704.756000', '195704.758000', '195704.761000', '195704.764000', '195704.766000', '195704.769000', '195704.771000', '195704.774000', '195704.777000', '195704.779000', '195704.782000', '195704.785000', '195704.787000', '195704.790000', '195704.792000', '195704.795000', '195704.798000', '195704.858000', '195704.861000', '195704.864000', '195704.866000', '195704.869000', '195704.872000', '195704.874000', '195704.877000', '195704.879000', '195704.882000', '195704.884000', '195704.887000', '195704.890000', '195704.892000', '195704.895000', '195704.898000', '195704.900000', '195704.903000', '195704.905000', '195704.908000', '195704.911000', '195724.744000', '195724.747000', '195724.749000', '195724.752000', '195724.754000', '195724.757000', '195724.760000', '195724.762000', '195724.765000', '195724.768000', '195724.770000', '195724.773000', '195724.776000', '195724.778000', '195724.781000', '195724.784000', '195724.786000', '195724.789000', '195724.791000', '195724.794000', '195724.797000', '195724.837000', '195724.840000', '195724.843000', '195724.845000', '195724.848000', '195724.851000', '195724.853000', '195724.856000', '195724.858000', '195724.861000', '195724.864000', '195724.866000', '195724.869000', '195724.871000', '195724.874000', '195724.877000', '195724.879000', '195724.882000', '195724.885000', '195724.887000', '195724.890000', '195724.892000', '195724.895000', '195744.744000', '195744.746000', '195744.749000', '195744.752000', '195744.754000', '195744.757000', '195744.759000', '195744.762000', '195744.765000', '195744.768000', '195744.770000', '195744.773000', '195744.775000', '195744.778000', '195744.781000', '195744.783000', '195744.786000', '195744.788000', '195744.791000', '195744.793000', '195744.796000', '195744.799000', '195744.864000', '195744.866000', '195744.869000', '195744.871000', '195744.874000', '195744.877000', '195744.880000', '195744.883000', '195744.886000', '195744.889000', '195744.891000', '195744.894000', '195744.897000', '195744.899000', '195744.902000', '195744.904000', '195744.907000', '195744.910000', '195744.913000', '195744.917000', '195744.920000', '195804.743000', '195804.745000', '195804.748000', '195804.751000', '195804.753000', '195804.756000', '195804.759000', '195804.761000', '195804.764000', '195804.767000', '195804.769000', '195804.772000', '195804.774000', '195804.777000', '195804.780000', '195804.782000', '195804.785000', '195804.788000', '195804.790000', '195804.793000', '195804.795000', '195804.798000', '195804.831000', '195804.833000', '195804.836000', '195804.839000', '195804.841000', '195804.844000', '195804.846000', '195804.849000', '195804.852000', '195804.854000', '195804.857000', '195804.859000', '195804.862000', '195804.865000', '195804.867000', '195804.870000', '195804.872000', '195804.875000', '195804.878000', '195804.880000', '195804.883000', '195804.886000', '195824.743000', '195824.746000', '195824.748000', '195824.751000', '195824.754000', '195824.756000', '195824.759000', '195824.762000', '195824.764000', '195824.767000', '195824.769000', '195824.772000', '195824.775000', '195824.777000', '195824.780000', '195824.783000', '195824.785000', '195824.788000', '195824.790000', '195824.793000', '195824.796000', '195824.798000', '195824.839000', '195824.842000', '195824.844000', '195824.847000', '195824.850000', '195824.852000', '195824.855000', '195824.858000', '195824.860000', '195824.863000', '195824.865000', '195824.868000', '195824.871000', '195824.873000', '195824.876000', '195824.879000', '195824.881000', '195824.884000', '195824.887000', '195824.889000', '195824.892000', '195844.743000', '195844.746000', '195844.748000', '195844.751000', '195844.754000', '195844.756000', '195844.759000', '195844.761000', '195844.764000', '195844.767000', '195844.769000', '195844.772000', '195844.774000', '195844.777000', '195844.780000', '195844.782000', '195844.785000', '195844.787000', '195844.790000', '195844.793000', '195844.795000', '195844.798000', '195844.882000', '195844.884000', '195844.887000', '195844.889000', '195844.892000', '195844.895000', '195844.897000', '195844.900000', '195844.902000', '195844.905000', '195844.908000', '195844.919000', '195844.922000', '195844.925000', '195844.927000', '195844.930000', '195844.932000', '195844.935000', '195844.938000', '195844.940000', '195844.943000', '195844.945000', '195904.743000', '195904.746000', '195904.748000', '195904.751000', '195904.754000', '195904.756000', '195904.759000', '195904.762000', '195904.764000', '195904.767000', '195904.769000', '195904.772000', '195904.775000', '195904.777000', '195904.780000', '195904.782000', '195904.785000', '195904.788000', '195904.790000', '195904.793000', '195904.796000', '195904.798000', '195904.839000', '195904.841000', '195904.844000', '195904.847000', '195904.849000', '195904.852000', '195904.854000', '195904.857000', '195904.860000', '195904.862000', '195904.865000', '195904.868000', '195904.870000', '195904.873000', '195904.876000', '195904.878000', '195904.881000', '195904.883000', '195904.886000', '195904.889000', '195904.891000', '195924.743000', '195924.745000', '195924.748000', '195924.751000', '195924.753000', '195924.756000', '195924.759000', '195924.761000', '195924.764000', '195924.767000', '195924.769000', '195924.772000', '195924.775000', '195924.777000', '195924.780000', '195924.782000', '195924.785000', '195924.788000', '195924.790000', '195924.793000', '195924.796000', '195924.798000', '195924.875000', '195924.877000', '195924.880000', '195924.883000', '195924.885000', '195924.888000', '195924.891000', '195924.893000', '195924.896000', '195924.899000', '195924.901000', '195924.904000', '195924.906000', '195924.909000', '195924.912000', '195924.914000', '195924.917000', '195924.920000', '195924.922000', '195924.925000', '195924.928000', '195924.930000', '195944.745000', '195944.748000', '195944.750000', '195944.753000', '195944.756000', '195944.758000', '195944.761000', '195944.767000', '195944.770000', '195944.772000', '195944.775000', '195944.777000', '195944.780000', '195944.783000', '195944.785000', '195944.788000', '195944.790000', '195944.793000', '195944.796000', '195944.798000', '195944.845000', '195944.848000', '195944.851000', '195944.853000', '195944.856000', '195944.858000', '195944.861000', '195944.864000', '195944.866000', '195944.869000', '195944.871000', '195944.874000', '195944.877000', '195944.879000', '195944.882000', '195944.884000', '195944.887000', '195944.890000', '195944.892000', '195944.895000', '195944.898000', '195944.900000', '195944.903000', '200004.744000', '200004.747000', '200004.749000', '200004.752000', '200004.755000', '200004.758000', '200004.760000', '200004.763000', '200004.766000', '200004.768000', '200004.771000', '200004.773000', '200004.776000', '200004.779000', '200004.781000', '200004.792000', '200004.795000', '200004.797000', '200004.896000', '200004.899000', '200004.902000', '200004.904000', '200004.907000', '200004.909000', '200004.912000', '200004.915000', '200004.917000', '200004.920000', '200004.922000', '200004.925000', '200004.927000', '200004.930000', '200004.933000', '200004.935000', '200004.938000', '200004.940000', '200004.943000', '200004.945000', '200004.948000', '200004.951000', '200004.953000', '200004.956000', '200004.958000', '200024.743000', '200024.746000', '200024.748000', '200024.751000', '200024.754000', '200024.756000', '200024.759000', '200024.761000', '200024.764000', '200024.767000', '200024.769000', '200024.772000', '200024.774000', '200024.777000', '200024.779000', '200024.782000', '200024.785000', '200024.787000', '200024.790000', '200024.793000', '200024.795000', '200024.798000', '200024.801000', '200024.849000', '200024.852000', '200024.855000', '200024.857000', '200024.860000', '200024.862000', '200024.865000', '200024.868000', '200024.870000', '200024.873000', '200024.876000', '200024.878000', '200024.881000', '200024.883000', '200024.886000', '200024.889000', '200024.891000', '200024.894000', '200024.896000', '200024.899000', '200024.902000', '200044.743000', '200044.745000', '200044.748000', '200044.751000', '200044.753000', '200044.756000', '200044.759000', '200044.761000', '200044.764000', '200044.767000', '200044.769000', '200044.772000', '200044.774000', '200044.777000', '200044.780000', '200044.782000', '200044.785000', '200044.788000', '200044.790000', '200044.793000', '200044.795000', '200044.798000', '200044.859000', '200044.862000', '200044.865000', '200044.867000', '200044.870000', '200044.872000', '200044.875000', '200044.878000', '200044.880000', '200044.883000', '200044.885000', '200044.888000', '200044.890000', '200044.893000', '200044.896000', '200044.898000', '200044.901000', '200044.903000', '200044.906000', '200044.908000', '200044.911000', '200104.743000', '200104.746000', '200104.748000', '200104.751000', '200104.753000', '200104.756000', '200104.759000', '200104.761000', '200104.764000', '200104.766000', '200104.769000', '200104.772000', '200104.774000', '200104.777000', '200104.780000', '200104.782000', '200104.785000', '200104.787000', '200104.790000', '200104.793000', '200104.795000', '200104.798000', '200104.889000', '200104.891000', '200104.894000', '200104.897000', '200104.899000', '200104.902000', '200104.905000', '200104.907000', '200104.910000', '200104.912000', '200104.915000', '200104.917000', '200104.920000', '200104.923000', '200104.925000', '200104.928000', '200104.930000', '200104.933000', '200104.936000', '200104.938000', '200104.941000', '200104.944000', '200124.743000', '200124.746000', '200124.748000', '200124.751000', '200124.753000', '200124.756000', '200124.759000', '200124.761000', '200124.764000', '200124.766000', '200124.769000', '200124.772000', '200124.774000', '200124.777000', '200124.780000', '200124.782000', '200124.785000', '200124.787000', '200124.790000', '200124.793000', '200124.796000', '200124.799000', '200124.878000', '200124.880000', '200124.883000', '200124.885000', '200124.888000', '200124.891000', '200124.893000', '200124.896000', '200124.899000', '200124.901000', '200124.904000', '200124.906000', '200124.909000', '200124.911000', '200124.914000', '200124.917000', '200124.919000', '200124.922000', '200124.925000', '200124.927000', '200124.930000', '200144.743000', '200144.746000', '200144.748000', '200144.751000', '200144.753000', '200144.756000', '200144.759000', '200144.761000', '200144.764000', '200144.766000', '200144.769000', '200144.772000', '200144.774000', '200144.777000', '200144.780000', '200144.782000', '200144.785000', '200144.787000', '200144.790000', '200144.793000', '200144.795000', '200144.798000', '200144.872000', '200144.875000', '200144.878000', '200144.880000', '200144.883000', '200144.885000', '200144.888000', '200144.891000', '200144.893000', '200144.896000', '200144.898000', '200144.901000', '200144.904000', '200144.906000', '200144.909000', '200144.912000', '200144.914000', '200144.917000', '200144.919000', '200144.922000', '200144.925000', '200144.927000', '200204.744000', '200204.747000', '200204.749000', '200204.752000', '200204.755000', '200204.757000', '200204.760000', '200204.762000', '200204.765000', '200204.768000', '200204.770000', '200204.773000', '200204.776000', '200204.778000', '200204.781000', '200204.784000', '200204.786000', '200204.789000', '200204.791000', '200204.794000', '200204.797000', '200204.799000', '200204.802000', '200204.805000', '200204.807000', '200204.810000', '200204.813000', '200204.815000', '200204.818000', '200204.820000', '200204.823000', '200204.825000', '200204.828000', '200204.831000', '200204.833000', '200204.836000', '200204.838000', '200204.841000', '200204.844000', '200204.846000', '200204.849000', '200204.852000', '200204.854000', '200224.744000', '200224.747000', '200224.749000', '200224.752000', '200224.754000', '200224.757000', '200224.760000', '200224.762000', '200224.765000', '200224.767000', '200224.770000', '200224.773000', '200224.775000', '200224.778000', '200224.781000', '200224.783000', '200224.786000', '200224.788000', '200224.791000', '200224.794000', '200224.796000', '200224.799000', '200224.869000', '200224.871000', '200224.899000', '200224.902000', '200224.904000', '200224.907000', '200224.910000', '200224.912000', '200224.915000', '200224.917000', '200224.920000', '200224.923000', '200224.925000', '200224.928000', '200224.930000', '200224.933000', '200224.936000', '200224.938000', '200224.941000', '200224.943000', '200224.946000', '200224.949000', '200244.743000', '200244.746000', '200244.748000', '200244.751000', '200244.754000', '200244.756000', '200244.759000', '200244.761000', '200244.764000', '200244.767000', '200244.769000', '200244.772000', '200244.775000', '200244.777000', '200244.780000', '200244.782000', '200244.785000', '200244.788000', '200244.790000', '200244.793000', '200244.795000', '200244.798000', '200244.886000', '200244.888000', '200244.891000', '200244.894000', '200244.896000', '200244.899000', '200244.902000', '200244.904000', '200244.907000', '200244.910000', '200244.912000', '200244.915000', '200244.918000', '200244.920000', '200244.923000', '200244.925000', '200244.928000', '200244.931000', '200244.933000', '200244.936000', '200244.938000', '200304.743000', '200304.746000', '200304.748000', '200304.751000', '200304.754000', '200304.756000', '200304.759000', '200304.761000', '200304.764000', '200304.767000', '200304.769000', '200304.772000', '200304.775000', '200304.777000', '200304.780000', '200304.782000', '200304.785000', '200304.788000', '200304.790000', '200304.793000', '200304.795000', '200304.798000', '200304.902000', '200304.905000', '200304.907000', '200304.910000', '200304.912000', '200304.915000', '200304.918000', '200304.920000', '200304.923000', '200304.925000', '200304.928000', '200304.931000', '200304.933000', '200304.936000', '200304.938000', '200304.941000', '200304.944000', '200304.946000', '200304.949000', '200304.952000', '200304.954000', '200304.957000', '200307.320000', '200307.323000', '200307.326000', '200307.329000', '200307.332000', '200307.335000'], 'InstanceCreationTime': ['194904.774000', '194904.777000', '194904.779000', '194904.782000', '194904.785000', '194904.788000', '194904.796000', '194904.806000', '194904.808000', '194904.811000', '194904.813000', '194904.816000', '194904.818000', '194904.821000', '194904.824000', '194904.826000', '194904.829000', '194904.831000', '194904.834000', '194904.836000', '194904.839000', '194904.841000', '194904.844000', '194904.847000', '194904.849000', '194904.852000', '194904.855000', '194924.742000', '194924.752000', '194924.755000', '194924.757000', '194924.760000', '194924.762000', '194924.765000', '194924.768000', '194924.770000', '194924.773000', '194924.775000', '194924.778000', '194924.780000', '194924.783000', '194924.786000', '194924.788000', '194924.791000', '194924.793000', '194924.796000', '194924.800000', '194924.803000', '194924.805000', '194924.808000', '194924.810000', '194924.813000', '194924.816000', '194924.818000', '194924.821000', '194924.824000', '194924.827000', '194924.829000', '194924.832000', '194924.835000', '194924.837000', '194924.840000', '194924.842000', '194924.845000', '194924.847000', '194924.850000', '194924.852000', '194924.855000', '194924.857000', '194924.860000', '194944.742000', '194944.745000', '194944.748000', '194944.751000', '194944.753000', '194944.756000', '194944.758000', '194944.761000', '194944.764000', '194944.766000', '194944.769000', '194944.772000', '194944.774000', '194944.777000', '194944.779000', '194944.782000', '194944.785000', '194944.787000', '194944.790000', '194944.793000', '194944.795000', '194944.798000', '194944.822000', '194944.825000', '194944.828000', '194944.830000', '194944.833000', '194944.835000', '194944.838000', '194944.841000', '194944.843000', '194944.846000', '194944.849000', '194944.851000', '194944.854000', '194944.856000', '194944.859000', '194944.862000', '194944.864000', '194944.867000', '194944.870000', '194944.872000', '194944.875000', '194944.877000', '195004.742000', '195004.745000', '195004.748000', '195004.751000', '195004.753000', '195004.756000', '195004.758000', '195004.761000', '195004.763000', '195004.766000', '195004.769000', '195004.771000', '195004.774000', '195004.776000', '195004.779000', '195004.781000', '195004.784000', '195004.787000', '195004.789000', '195004.792000', '195004.795000', '195004.797000', '195004.823000', '195004.826000', '195004.829000', '195004.831000', '195004.834000', '195004.837000', '195004.839000', '195004.842000', '195004.844000', '195004.847000', '195004.850000', '195004.852000', '195004.855000', '195004.857000', '195004.860000', '195004.863000', '195004.865000', '195004.868000', '195004.871000', '195004.873000', '195004.876000', '195024.744000', '195024.746000', '195024.749000', '195024.752000', '195024.754000', '195024.757000', '195024.760000', '195024.762000', '195024.765000', '195024.767000', '195024.770000', '195024.773000', '195024.784000', '195024.787000', '195024.790000', '195024.792000', '195024.795000', '195024.797000', '195024.800000', '195024.803000', '195024.805000', '195024.808000', '195024.811000', '195024.813000', '195024.816000', '195024.818000', '195024.821000', '195024.824000', '195024.826000', '195024.829000', '195024.831000', '195024.834000', '195024.837000', '195024.839000', '195024.842000', '195024.844000', '195024.847000', '195024.850000', '195024.852000', '195024.855000', '195024.857000', '195024.860000', '195024.862000', '195024.865000', '195044.743000', '195044.746000', '195044.749000', '195044.752000', '195044.754000', '195044.757000', '195044.759000', '195044.762000', '195044.764000', '195044.767000', '195044.770000', '195044.772000', '195044.775000', '195044.777000', '195044.780000', '195044.783000', '195044.785000', '195044.788000', '195044.790000', '195044.793000', '195044.796000', '195044.798000', '195044.801000', '195044.803000', '195044.806000', '195044.809000', '195044.811000', '195044.814000', '195044.817000', '195044.819000', '195044.822000', '195044.825000', '195044.827000', '195044.830000', '195044.832000', '195044.835000', '195044.838000', '195044.840000', '195044.843000', '195044.845000', '195044.848000', '195044.851000', '195044.853000', '195104.742000', '195104.745000', '195104.748000', '195104.751000', '195104.753000', '195104.756000', '195104.758000', '195104.761000', '195104.764000', '195104.766000', '195104.769000', '195104.772000', '195104.774000', '195104.777000', '195104.780000', '195104.782000', '195104.785000', '195104.787000', '195104.790000', '195104.793000', '195104.795000', '195104.798000', '195104.829000', '195104.832000', '195104.835000', '195104.837000', '195104.840000', '195104.842000', '195104.845000', '195104.848000', '195104.850000', '195104.853000', '195104.855000', '195104.858000', '195104.861000', '195104.863000', '195104.866000', '195104.868000', '195104.871000', '195104.874000', '195104.876000', '195104.879000', '195104.881000', '195104.884000', '195124.742000', '195124.745000', '195124.748000', '195124.751000', '195124.753000', '195124.756000', '195124.759000', '195124.761000', '195124.764000', '195124.766000', '195124.769000', '195124.772000', '195124.774000', '195124.777000', '195124.780000', '195124.782000', '195124.785000', '195124.787000', '195124.790000', '195124.793000', '195124.795000', '195124.798000', '195124.801000', '195124.803000', '195124.806000', '195124.808000', '195124.811000', '195124.814000', '195124.816000', '195124.819000', '195124.821000', '195124.824000', '195124.827000', '195124.829000', '195124.832000', '195124.834000', '195124.837000', '195124.840000', '195124.842000', '195124.845000', '195124.847000', '195124.850000', '195124.853000', '195144.742000', '195144.745000', '195144.748000', '195144.750000', '195144.753000', '195144.756000', '195144.758000', '195144.761000', '195144.764000', '195144.766000', '195144.769000', '195144.771000', '195144.774000', '195144.777000', '195144.779000', '195144.782000', '195144.785000', '195144.787000', '195144.790000', '195144.792000', '195144.795000', '195144.798000', '195144.800000', '195144.803000', '195144.806000', '195144.808000', '195144.811000', '195144.813000', '195144.816000', '195144.819000', '195144.821000', '195144.824000', '195144.826000', '195144.829000', '195144.832000', '195144.834000', '195144.837000', '195144.839000', '195144.842000', '195144.845000', '195144.847000', '195144.850000', '195144.852000', '195144.855000', '195204.742000', '195204.745000', '195204.748000', '195204.751000', '195204.753000', '195204.756000', '195204.758000', '195204.761000', '195204.764000', '195204.766000', '195204.769000', '195204.772000', '195204.774000', '195204.777000', '195204.779000', '195204.782000', '195204.785000', '195204.787000', '195204.790000', '195204.792000', '195204.795000', '195204.798000', '195204.858000', '195204.861000', '195204.864000', '195204.866000', '195204.869000', '195204.871000', '195204.874000', '195204.877000', '195204.879000', '195204.882000', '195204.884000', '195204.887000', '195204.889000', '195204.892000', '195204.895000', '195204.897000', '195204.900000', '195204.903000', '195204.905000', '195204.908000', '195204.910000', '195224.742000', '195224.745000', '195224.748000', '195224.751000', '195224.754000', '195224.757000', '195224.759000', '195224.762000', '195224.765000', '195224.767000', '195224.770000', '195224.772000', '195224.775000', '195224.778000', '195224.780000', '195224.783000', '195224.785000', '195224.788000', '195224.791000', '195224.793000', '195224.796000', '195224.799000', '195224.842000', '195224.844000', '195224.847000', '195224.850000', '195224.852000', '195224.855000', '195224.857000', '195224.860000', '195224.863000', '195224.865000', '195224.868000', '195224.870000', '195224.873000', '195224.876000', '195224.878000', '195224.881000', '195224.883000', '195224.886000', '195224.889000', '195224.891000', '195224.894000', '195244.743000', '195244.746000', '195244.749000', '195244.752000', '195244.754000', '195244.757000', '195244.759000', '195244.762000', '195244.765000', '195244.767000', '195244.770000', '195244.772000', '195244.775000', '195244.778000', '195244.780000', '195244.783000', '195244.785000', '195244.788000', '195244.791000', '195244.793000', '195244.796000', '195244.799000', '195244.840000', '195244.843000', '195244.846000', '195244.848000', '195244.851000', '195244.853000', '195244.856000', '195244.859000', '195244.861000', '195244.864000', '195244.866000', '195244.869000', '195244.872000', '195244.874000', '195244.877000', '195244.879000', '195244.882000', '195244.885000', '195244.887000', '195244.890000', '195244.893000', '195244.895000', '195304.743000', '195304.746000', '195304.749000', '195304.751000', '195304.754000', '195304.757000', '195304.759000', '195304.762000', '195304.765000', '195304.767000', '195304.770000', '195304.772000', '195304.775000', '195304.778000', '195304.780000', '195304.783000', '195304.785000', '195304.788000', '195304.791000', '195304.793000', '195304.796000', '195304.799000', '195304.826000', '195304.829000', '195304.832000', '195304.834000', '195304.837000', '195304.839000', '195304.842000', '195304.845000', '195304.847000', '195304.850000', '195304.852000', '195304.855000', '195304.858000', '195304.860000', '195304.863000', '195304.866000', '195304.868000', '195304.871000', '195304.873000', '195304.876000', '195304.879000', '195324.743000', '195324.745000', '195324.748000', '195324.751000', '195324.753000', '195324.756000', '195324.759000', '195324.761000', '195324.764000', '195324.766000', '195324.769000', '195324.772000', '195324.774000', '195324.777000', '195324.779000', '195324.782000', '195324.785000', '195324.787000', '195324.790000', '195324.792000', '195324.795000', '195324.798000', '195324.862000', '195324.864000', '195324.867000', '195324.870000', '195324.872000', '195324.875000', '195324.877000', '195324.880000', '195324.882000', '195324.885000', '195324.888000', '195324.922000', '195324.925000', '195324.927000', '195324.930000', '195324.932000', '195324.935000', '195324.938000', '195324.940000', '195324.943000', '195324.946000', '195324.948000', '195344.742000', '195344.745000', '195344.748000', '195344.751000', '195344.754000', '195344.756000', '195344.759000', '195344.762000', '195344.764000', '195344.767000', '195344.769000', '195344.772000', '195344.775000', '195344.777000', '195344.780000', '195344.782000', '195344.785000', '195344.788000', '195344.790000', '195344.794000', '195344.796000', '195344.799000', '195344.854000', '195344.857000', '195344.859000', '195344.862000', '195344.864000', '195344.867000', '195344.870000', '195344.872000', '195344.875000', '195344.878000', '195344.880000', '195344.883000', '195344.885000', '195344.888000', '195344.891000', '195344.893000', '195344.896000', '195344.899000', '195344.901000', '195344.904000', '195344.906000', '195404.743000', '195404.745000', '195404.748000', '195404.751000', '195404.753000', '195404.756000', '195404.758000', '195404.761000', '195404.764000', '195404.766000', '195404.769000', '195404.771000', '195404.774000', '195404.777000', '195404.779000', '195404.782000', '195404.785000', '195404.787000', '195404.790000', '195404.793000', '195404.795000', '195404.798000', '195404.839000', '195404.842000', '195404.844000', '195404.847000', '195404.850000', '195404.852000', '195404.855000', '195404.857000', '195404.860000', '195404.863000', '195404.865000', '195404.868000', '195404.871000', '195404.873000', '195404.876000', '195404.878000', '195404.881000', '195404.884000', '195404.886000', '195404.889000', '195404.891000', '195404.894000', '195424.743000', '195424.746000', '195424.748000', '195424.751000', '195424.754000', '195424.756000', '195424.759000', '195424.761000', '195424.764000', '195424.767000', '195424.769000', '195424.773000', '195424.776000', '195424.779000', '195424.781000', '195424.784000', '195424.787000', '195424.791000', '195424.794000', '195424.797000', '195424.852000', '195424.854000', '195424.857000', '195424.860000', '195424.862000', '195424.865000', '195424.868000', '195424.870000', '195424.873000', '195424.875000', '195424.878000', '195424.881000', '195424.883000', '195424.886000', '195424.889000', '195424.891000', '195424.894000', '195424.896000', '195424.899000', '195424.902000', '195424.904000', '195424.907000', '195424.910000', '195444.742000', '195444.746000', '195444.748000', '195444.751000', '195444.753000', '195444.756000', '195444.759000', '195444.761000', '195444.764000', '195444.766000', '195444.769000', '195444.772000', '195444.774000', '195444.777000', '195444.779000', '195444.782000', '195444.785000', '195444.787000', '195444.790000', '195444.793000', '195444.795000', '195444.798000', '195444.864000', '195444.867000', '195444.870000', '195444.872000', '195444.875000', '195444.877000', '195444.880000', '195444.883000', '195444.885000', '195444.888000', '195444.890000', '195444.893000', '195444.896000', '195444.898000', '195444.901000', '195444.903000', '195444.906000', '195444.909000', '195444.911000', '195444.914000', '195444.916000', '195444.919000', '195504.744000', '195504.747000', '195504.749000', '195504.752000', '195504.754000', '195504.757000', '195504.760000', '195504.762000', '195504.765000', '195504.768000', '195504.770000', '195504.773000', '195504.775000', '195504.778000', '195504.781000', '195504.783000', '195504.786000', '195504.788000', '195504.791000', '195504.794000', '195504.796000', '195504.799000', '195504.858000', '195504.860000', '195504.863000', '195504.866000', '195504.868000', '195504.871000', '195504.874000', '195504.876000', '195504.879000', '195504.881000', '195504.884000', '195504.887000', '195504.889000', '195504.892000', '195504.895000', '195504.897000', '195504.900000', '195504.903000', '195504.905000', '195504.908000', '195504.910000', '195524.744000', '195524.746000', '195524.749000', '195524.752000', '195524.754000', '195524.757000', '195524.760000', '195524.762000', '195524.765000', '195524.767000', '195524.770000', '195524.772000', '195524.775000', '195524.778000', '195524.780000', '195524.783000', '195524.785000', '195524.788000', '195524.791000', '195524.793000', '195524.796000', '195524.799000', '195524.801000', '195524.804000', '195524.807000', '195524.809000', '195524.812000', '195524.814000', '195524.817000', '195524.820000', '195524.822000', '195524.825000', '195524.827000', '195524.830000', '195524.833000', '195524.835000', '195524.838000', '195524.841000', '195524.843000', '195524.846000', '195524.848000', '195524.851000', '195524.854000', '195524.856000', '195544.742000', '195544.756000', '195544.759000', '195544.761000', '195544.764000', '195544.766000', '195544.769000', '195544.772000', '195544.774000', '195544.777000', '195544.779000', '195544.782000', '195544.785000', '195544.787000', '195544.790000', '195544.793000', '195544.795000', '195544.798000', '195544.873000', '195544.875000', '195544.878000', '195544.880000', '195544.883000', '195544.886000', '195544.888000', '195544.891000', '195544.894000', '195544.896000', '195544.899000', '195544.901000', '195544.904000', '195544.906000', '195544.909000', '195544.912000', '195544.914000', '195544.917000', '195544.920000', '195544.922000', '195544.925000', '195544.927000', '195544.930000', '195544.933000', '195544.935000', '195604.743000', '195604.745000', '195604.748000', '195604.751000', '195604.753000', '195604.756000', '195604.758000', '195604.761000', '195604.764000', '195604.766000', '195604.769000', '195604.771000', '195604.774000', '195604.777000', '195604.779000', '195604.782000', '195604.785000', '195604.787000', '195604.790000', '195604.792000', '195604.795000', '195604.798000', '195604.800000', '195604.803000', '195604.806000', '195604.808000', '195604.811000', '195604.813000', '195604.816000', '195604.819000', '195604.821000', '195604.824000', '195604.827000', '195604.829000', '195604.832000', '195604.834000', '195604.837000', '195604.840000', '195604.842000', '195604.845000', '195604.848000', '195604.850000', '195604.853000', '195604.855000', '195624.743000', '195624.745000', '195624.748000', '195624.751000', '195624.753000', '195624.756000', '195624.758000', '195624.761000', '195624.764000', '195624.766000', '195624.769000', '195624.771000', '195624.774000', '195624.777000', '195624.779000', '195624.782000', '195624.784000', '195624.787000', '195624.789000', '195624.792000', '195624.795000', '195624.797000', '195624.852000', '195624.855000', '195624.858000', '195624.860000', '195624.863000', '195624.865000', '195624.868000', '195624.870000', '195624.874000', '195624.877000', '195624.880000', '195624.882000', '195624.885000', '195624.887000', '195624.890000', '195624.893000', '195624.895000', '195624.898000', '195624.901000', '195624.903000', '195624.906000', '195644.743000', '195644.745000', '195644.748000', '195644.751000', '195644.753000', '195644.756000', '195644.759000', '195644.761000', '195644.764000', '195644.766000', '195644.769000', '195644.772000', '195644.774000', '195644.777000', '195644.779000', '195644.782000', '195644.785000', '195644.787000', '195644.790000', '195644.793000', '195644.795000', '195644.798000', '195644.854000', '195644.856000', '195644.859000', '195644.862000', '195644.864000', '195644.867000', '195644.870000', '195644.872000', '195644.875000', '195644.877000', '195644.880000', '195644.883000', '195644.885000', '195644.888000', '195644.890000', '195644.893000', '195644.896000', '195644.898000', '195644.901000', '195644.903000', '195644.906000', '195644.909000', '195704.743000', '195704.745000', '195704.748000', '195704.751000', '195704.753000', '195704.756000', '195704.758000', '195704.761000', '195704.764000', '195704.766000', '195704.769000', '195704.771000', '195704.774000', '195704.777000', '195704.779000', '195704.782000', '195704.785000', '195704.787000', '195704.790000', '195704.792000', '195704.795000', '195704.798000', '195704.858000', '195704.861000', '195704.864000', '195704.866000', '195704.869000', '195704.872000', '195704.874000', '195704.877000', '195704.879000', '195704.882000', '195704.884000', '195704.887000', '195704.890000', '195704.892000', '195704.895000', '195704.898000', '195704.900000', '195704.903000', '195704.905000', '195704.908000', '195704.911000', '195724.744000', '195724.747000', '195724.749000', '195724.752000', '195724.754000', '195724.757000', '195724.760000', '195724.762000', '195724.765000', '195724.768000', '195724.770000', '195724.773000', '195724.776000', '195724.778000', '195724.781000', '195724.784000', '195724.786000', '195724.789000', '195724.791000', '195724.794000', '195724.797000', '195724.837000', '195724.840000', '195724.843000', '195724.845000', '195724.848000', '195724.851000', '195724.853000', '195724.856000', '195724.858000', '195724.861000', '195724.864000', '195724.866000', '195724.869000', '195724.871000', '195724.874000', '195724.877000', '195724.879000', '195724.882000', '195724.885000', '195724.887000', '195724.890000', '195724.892000', '195724.895000', '195744.744000', '195744.746000', '195744.749000', '195744.752000', '195744.754000', '195744.757000', '195744.759000', '195744.762000', '195744.765000', '195744.768000', '195744.770000', '195744.773000', '195744.775000', '195744.778000', '195744.781000', '195744.783000', '195744.786000', '195744.788000', '195744.791000', '195744.793000', '195744.796000', '195744.799000', '195744.864000', '195744.866000', '195744.869000', '195744.871000', '195744.874000', '195744.877000', '195744.880000', '195744.883000', '195744.886000', '195744.889000', '195744.891000', '195744.894000', '195744.897000', '195744.899000', '195744.902000', '195744.904000', '195744.907000', '195744.910000', '195744.913000', '195744.917000', '195744.920000', '195804.743000', '195804.745000', '195804.748000', '195804.751000', '195804.753000', '195804.756000', '195804.759000', '195804.761000', '195804.764000', '195804.767000', '195804.769000', '195804.772000', '195804.774000', '195804.777000', '195804.780000', '195804.782000', '195804.785000', '195804.788000', '195804.790000', '195804.793000', '195804.795000', '195804.798000', '195804.831000', '195804.833000', '195804.836000', '195804.839000', '195804.841000', '195804.844000', '195804.846000', '195804.849000', '195804.852000', '195804.854000', '195804.857000', '195804.859000', '195804.862000', '195804.865000', '195804.867000', '195804.870000', '195804.872000', '195804.875000', '195804.878000', '195804.880000', '195804.883000', '195804.886000', '195824.743000', '195824.746000', '195824.748000', '195824.751000', '195824.754000', '195824.756000', '195824.759000', '195824.762000', '195824.764000', '195824.767000', '195824.769000', '195824.772000', '195824.775000', '195824.777000', '195824.780000', '195824.783000', '195824.785000', '195824.788000', '195824.790000', '195824.793000', '195824.796000', '195824.798000', '195824.839000', '195824.842000', '195824.844000', '195824.847000', '195824.850000', '195824.852000', '195824.855000', '195824.858000', '195824.860000', '195824.863000', '195824.865000', '195824.868000', '195824.871000', '195824.873000', '195824.876000', '195824.879000', '195824.881000', '195824.884000', '195824.887000', '195824.889000', '195824.892000', '195844.743000', '195844.746000', '195844.748000', '195844.751000', '195844.754000', '195844.756000', '195844.759000', '195844.761000', '195844.764000', '195844.767000', '195844.769000', '195844.772000', '195844.774000', '195844.777000', '195844.780000', '195844.782000', '195844.785000', '195844.787000', '195844.790000', '195844.793000', '195844.795000', '195844.798000', '195844.882000', '195844.884000', '195844.887000', '195844.889000', '195844.892000', '195844.895000', '195844.897000', '195844.900000', '195844.902000', '195844.905000', '195844.908000', '195844.919000', '195844.922000', '195844.925000', '195844.927000', '195844.930000', '195844.932000', '195844.935000', '195844.938000', '195844.940000', '195844.943000', '195844.945000', '195904.743000', '195904.746000', '195904.748000', '195904.751000', '195904.754000', '195904.756000', '195904.759000', '195904.762000', '195904.764000', '195904.767000', '195904.769000', '195904.772000', '195904.775000', '195904.777000', '195904.780000', '195904.782000', '195904.785000', '195904.788000', '195904.790000', '195904.793000', '195904.796000', '195904.798000', '195904.839000', '195904.841000', '195904.844000', '195904.847000', '195904.849000', '195904.852000', '195904.854000', '195904.857000', '195904.860000', '195904.862000', '195904.865000', '195904.868000', '195904.870000', '195904.873000', '195904.876000', '195904.878000', '195904.881000', '195904.883000', '195904.886000', '195904.889000', '195904.891000', '195924.743000', '195924.745000', '195924.748000', '195924.751000', '195924.753000', '195924.756000', '195924.759000', '195924.761000', '195924.764000', '195924.767000', '195924.769000', '195924.772000', '195924.775000', '195924.777000', '195924.780000', '195924.782000', '195924.785000', '195924.788000', '195924.790000', '195924.793000', '195924.796000', '195924.798000', '195924.875000', '195924.877000', '195924.880000', '195924.883000', '195924.885000', '195924.888000', '195924.891000', '195924.893000', '195924.896000', '195924.899000', '195924.901000', '195924.904000', '195924.906000', '195924.909000', '195924.912000', '195924.914000', '195924.917000', '195924.920000', '195924.922000', '195924.925000', '195924.928000', '195924.930000', '195944.745000', '195944.748000', '195944.750000', '195944.753000', '195944.756000', '195944.758000', '195944.761000', '195944.767000', '195944.770000', '195944.772000', '195944.775000', '195944.777000', '195944.780000', '195944.783000', '195944.785000', '195944.788000', '195944.790000', '195944.793000', '195944.796000', '195944.798000', '195944.845000', '195944.848000', '195944.851000', '195944.853000', '195944.856000', '195944.858000', '195944.861000', '195944.864000', '195944.866000', '195944.869000', '195944.871000', '195944.874000', '195944.877000', '195944.879000', '195944.882000', '195944.884000', '195944.887000', '195944.890000', '195944.892000', '195944.895000', '195944.898000', '195944.900000', '195944.903000', '200004.744000', '200004.747000', '200004.749000', '200004.752000', '200004.755000', '200004.758000', '200004.760000', '200004.763000', '200004.766000', '200004.768000', '200004.771000', '200004.773000', '200004.776000', '200004.779000', '200004.781000', '200004.792000', '200004.795000', '200004.797000', '200004.896000', '200004.899000', '200004.902000', '200004.904000', '200004.907000', '200004.909000', '200004.912000', '200004.915000', '200004.917000', '200004.920000', '200004.922000', '200004.925000', '200004.927000', '200004.930000', '200004.933000', '200004.935000', '200004.938000', '200004.940000', '200004.943000', '200004.945000', '200004.948000', '200004.951000', '200004.953000', '200004.956000', '200004.958000', '200024.743000', '200024.746000', '200024.748000', '200024.751000', '200024.754000', '200024.756000', '200024.759000', '200024.761000', '200024.764000', '200024.767000', '200024.769000', '200024.772000', '200024.774000', '200024.777000', '200024.779000', '200024.782000', '200024.785000', '200024.787000', '200024.790000', '200024.793000', '200024.795000', '200024.798000', '200024.801000', '200024.849000', '200024.852000', '200024.855000', '200024.857000', '200024.860000', '200024.862000', '200024.865000', '200024.868000', '200024.870000', '200024.873000', '200024.876000', '200024.878000', '200024.881000', '200024.883000', '200024.886000', '200024.889000', '200024.891000', '200024.894000', '200024.896000', '200024.899000', '200024.902000', '200044.743000', '200044.745000', '200044.748000', '200044.751000', '200044.753000', '200044.756000', '200044.759000', '200044.761000', '200044.764000', '200044.767000', '200044.769000', '200044.772000', '200044.774000', '200044.777000', '200044.780000', '200044.782000', '200044.785000', '200044.788000', '200044.790000', '200044.793000', '200044.795000', '200044.798000', '200044.859000', '200044.862000', '200044.865000', '200044.867000', '200044.870000', '200044.872000', '200044.875000', '200044.878000', '200044.880000', '200044.883000', '200044.885000', '200044.888000', '200044.890000', '200044.893000', '200044.896000', '200044.898000', '200044.901000', '200044.903000', '200044.906000', '200044.908000', '200044.911000', '200104.743000', '200104.746000', '200104.748000', '200104.751000', '200104.753000', '200104.756000', '200104.759000', '200104.761000', '200104.764000', '200104.766000', '200104.769000', '200104.772000', '200104.774000', '200104.777000', '200104.780000', '200104.782000', '200104.785000', '200104.787000', '200104.790000', '200104.793000', '200104.795000', '200104.798000', '200104.889000', '200104.891000', '200104.894000', '200104.897000', '200104.899000', '200104.902000', '200104.905000', '200104.907000', '200104.910000', '200104.912000', '200104.915000', '200104.917000', '200104.920000', '200104.923000', '200104.925000', '200104.928000', '200104.930000', '200104.933000', '200104.936000', '200104.938000', '200104.941000', '200104.944000', '200124.743000', '200124.746000', '200124.748000', '200124.751000', '200124.753000', '200124.756000', '200124.759000', '200124.761000', '200124.764000', '200124.766000', '200124.769000', '200124.772000', '200124.774000', '200124.777000', '200124.780000', '200124.782000', '200124.785000', '200124.787000', '200124.790000', '200124.793000', '200124.796000', '200124.799000', '200124.878000', '200124.880000', '200124.883000', '200124.885000', '200124.888000', '200124.891000', '200124.893000', '200124.896000', '200124.899000', '200124.901000', '200124.904000', '200124.906000', '200124.909000', '200124.911000', '200124.914000', '200124.917000', '200124.919000', '200124.922000', '200124.925000', '200124.927000', '200124.930000', '200144.743000', '200144.746000', '200144.748000', '200144.751000', '200144.753000', '200144.756000', '200144.759000', '200144.761000', '200144.764000', '200144.766000', '200144.769000', '200144.772000', '200144.774000', '200144.777000', '200144.780000', '200144.782000', '200144.785000', '200144.787000', '200144.790000', '200144.793000', '200144.795000', '200144.798000', '200144.872000', '200144.875000', '200144.878000', '200144.880000', '200144.883000', '200144.885000', '200144.888000', '200144.891000', '200144.893000', '200144.896000', '200144.898000', '200144.901000', '200144.904000', '200144.906000', '200144.909000', '200144.912000', '200144.914000', '200144.917000', '200144.919000', '200144.922000', '200144.925000', '200144.927000', '200204.744000', '200204.747000', '200204.749000', '200204.752000', '200204.755000', '200204.757000', '200204.760000', '200204.762000', '200204.765000', '200204.768000', '200204.770000', '200204.773000', '200204.776000', '200204.778000', '200204.781000', '200204.784000', '200204.786000', '200204.789000', '200204.791000', '200204.794000', '200204.797000', '200204.799000', '200204.802000', '200204.805000', '200204.807000', '200204.810000', '200204.813000', '200204.815000', '200204.818000', '200204.820000', '200204.823000', '200204.825000', '200204.828000', '200204.831000', '200204.833000', '200204.836000', '200204.838000', '200204.841000', '200204.844000', '200204.846000', '200204.849000', '200204.852000', '200204.854000', '200224.744000', '200224.747000', '200224.749000', '200224.752000', '200224.754000', '200224.757000', '200224.760000', '200224.762000', '200224.765000', '200224.767000', '200224.770000', '200224.773000', '200224.775000', '200224.778000', '200224.781000', '200224.783000', '200224.786000', '200224.788000', '200224.791000', '200224.794000', '200224.796000', '200224.799000', '200224.869000', '200224.871000', '200224.899000', '200224.902000', '200224.904000', '200224.907000', '200224.910000', '200224.912000', '200224.915000', '200224.917000', '200224.920000', '200224.923000', '200224.925000', '200224.928000', '200224.930000', '200224.933000', '200224.936000', '200224.938000', '200224.941000', '200224.943000', '200224.946000', '200224.949000', '200244.743000', '200244.746000', '200244.748000', '200244.751000', '200244.754000', '200244.756000', '200244.759000', '200244.761000', '200244.764000', '200244.767000', '200244.769000', '200244.772000', '200244.775000', '200244.777000', '200244.780000', '200244.782000', '200244.785000', '200244.788000', '200244.790000', '200244.793000', '200244.795000', '200244.798000', '200244.886000', '200244.888000', '200244.891000', '200244.894000', '200244.896000', '200244.899000', '200244.902000', '200244.904000', '200244.907000', '200244.910000', '200244.912000', '200244.915000', '200244.918000', '200244.920000', '200244.923000', '200244.925000', '200244.928000', '200244.931000', '200244.933000', '200244.936000', '200244.938000', '200304.743000', '200304.746000', '200304.748000', '200304.751000', '200304.754000', '200304.756000', '200304.759000', '200304.761000', '200304.764000', '200304.767000', '200304.769000', '200304.772000', '200304.775000', '200304.777000', '200304.780000', '200304.782000', '200304.785000', '200304.788000', '200304.790000', '200304.793000', '200304.795000', '200304.798000', '200304.902000', '200304.905000', '200304.907000', '200304.910000', '200304.912000', '200304.915000', '200304.918000', '200304.920000', '200304.923000', '200304.925000', '200304.928000', '200304.931000', '200304.933000', '200304.936000', '200304.938000', '200304.941000', '200304.944000', '200304.946000', '200304.949000', '200304.952000', '200304.954000', '200304.957000', '200307.320000', '200307.323000', '200307.326000', '200307.329000', '200307.332000', '200307.335000'], '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': [10499, 15343, 10442, 10604, 10735, 8453, 12802, 9500, 16710, 10320, 9285, 10214, 8707, 12781, 9314, 12700, 9784, 8527, 10549, 8401, 12601, 9413, 13600, 9934, 8622, 10824, 8582, 12711, 8839, 16645, 10791, 9660, 10748, 8675, 15841, 10260, 17699, 11421, 13335, 11022, 8892, 13781, 8949, 15914, 10852, 19341, 11970, 15144, 10976, 8256, 12868, 8613, 17346, 9726, 16172, 10646, 14726, 10327, 8522, 10886, 8637, 12234, 9196, 13809, 9668, 13383, 9840, 11124, 9513, 8759, 10745, 8558, 12404, 9266, 12924, 9960, 14502, 9982, 9537, 10087, 9597, 12819, 9560, 13806, 10331, 15607, 10521, 10511, 11448, 9136, 13550, 8858, 14275, 9585, 15958, 10309, 9960, 9623, 8667, 12483, 9285, 8892, 9707, 10583, 11489, 9612, 13141, 10047, 15216, 10292, 8683, 10192, 9139, 15447, 10886, 17390, 11541, 8949, 11614, 10018, 15456, 9829, 16948, 10747, 9368, 11043, 10300, 14776, 9697, 15239, 10718, 9142, 11275, 10627, 12567, 10201, 9587, 9365, 7881, 11746, 9156, 8346, 10621, 8747, 12216, 10295, 8743, 16432, 11148, 9927, 13626, 9555, 15716, 12727, 13913, 11465, 9438, 13398, 9023, 14131, 10824, 10008, 11169, 8883, 12754, 9784, 13267, 11093, 9486, 10348, 8660, 11999, 9479, 13505, 10905, 9106, 10657, 9987, 12744, 9572, 12848, 9913, 9427, 10425, 9058, 12487, 9795, 10285, 9876, 9640, 11008, 9684, 12453, 10653, 13664, 10460, 9771, 10374, 10451, 12950, 9877, 15533, 10151, 15000, 10675, 11253, 10243, 9987, 10501, 9925, 11748, 9842, 13227, 9974, 12891, 10365, 9276, 10439, 9958, 12932, 10273, 14066, 10486, 11246, 10258, 10181, 12985, 9096, 15885, 10065, 14420, 10916, 10430, 10719, 10063, 13433, 9869, 14350, 10716, 9406, 10594, 10118, 13039, 9820, 11759, 10105, 9904, 12239, 9297, 16154, 10381, 9395, 11107, 9310, 15461, 10344, 10135, 11886, 9666, 13585, 10492, 9537, 11520, 9379, 9712, 11545, 9277, 12457, 10633, 9579, 13810, 10452, 9623, 11472, 9748, 13659, 10334, 9650, 10426, 9953, 12518, 10071, 14034, 10326, 9372, 10087, 9342, 11849, 9925, 11056, 9861, 8438, 9654, 9976, 11840, 9949, 12473, 9809, 10425, 12975, 9941, 16514, 11031, 12722, 10756, 9534, 13290, 10168, 15253, 10673, 10211, 13261, 10278, 15910, 10580, 10178, 13805, 9443, 16536, 10525, 9929, 13224, 9285, 16036, 10498, 10432, 11947, 8637, 12348, 9372, 10271, 10739, 9417, 9175, 11248, 9462, 10206, 12392, 10122, 15113, 11400, 9907, 15199, 11354, 16032, 11529, 14085, 10066, 14004, 11408, 9355, 13296, 10477, 11183, 12638, 9173, 16688, 12275, 12612, 11823, 9200, 14733, 10701, 12445, 10959, 9669, 11502, 9330, 11531, 10338, 10120, 10280, 10014, 11194, 10586, 10567, 10184, 9601, 9869, 10012, 10018, 10152, 9763, 10054, 12623, 9833, 10026, 9968, 10098, 11852, 9946, 11919, 10161, 9998, 9964, 9467, 10392, 9779, 10960, 9576, 11131, 10124, 9659, 9845, 9690, 9850, 10026, 10697, 9496, 12904, 10223, 13864, 10585, 12427, 10422, 10081, 11570, 9825, 15602, 11215, 14466, 10881, 10066, 12887, 10013, 17207, 10784, 16262, 11346, 11013, 13304, 9528, 13520, 9965, 13397, 10870, 9521, 12964, 9993, 13730, 10669, 10173, 11967, 9577, 14535, 10695, 9584, 14376, 9722, 16378, 11151, 10415, 12910, 9726, 15367, 10174, 15063, 11666, 10858, 12412, 7665, 9744, 9073, 8233, 11645, 8580, 8861, 12472, 10221, 8337, 11554, 8312, 9075, 9004, 8431, 10990, 9339, 7741, 10715, 8987, 9310, 9684, 8484, 11553, 9212, 9814, 10251, 8250, 16435, 10561, 11109, 11509, 8617, 16579, 10523, 8837, 13506, 9790, 10939, 13188, 8582, 16083, 10125, 9322, 12144, 8600, 14733, 9578, 9552, 10742, 8563, 12204, 9467, 11490, 10088, 8065, 10134, 8825, 11464, 9414, 10216, 9381, 8206, 10752, 8965, 12256, 9615, 13616, 10019, 8331, 10915, 8136, 14313, 9633, 9966, 9728, 7940, 11979, 8850, 12803, 10061, 10389, 10379, 8483, 12090, 8831, 14737, 10480, 11462, 10011, 8484, 12093, 8518, 15476, 9996, 12599, 10537, 8748, 12341, 8916, 13407, 10024, 16483, 11259, 8713, 10702, 8756, 12689, 10257, 13536, 10468, 9028, 11157, 8438, 14351, 9582, 13579, 10300, 9782, 10007, 8473, 12147, 8755, 13617, 10530, 8182, 9617, 8609, 11994, 9806, 8831, 9351, 8905, 11760, 9236, 9896, 9214, 8630, 11092, 8435, 13845, 10199, 8694, 10400, 8232, 14678, 10061, 9711, 10010, 8126, 11809, 9464, 7862, 11692, 8681, 12659, 9708, 8295, 15862, 12094, 8688, 15243, 9862, 8940, 13353, 9584, 14481, 10005, 8287, 12331, 8767, 12970, 9635, 8387, 10588, 9266, 11317, 9850, 10370, 9842, 10428, 9950, 9959, 11021, 10034, 15022, 10107, 17028, 10600, 9870, 10686, 9630, 15223, 10403, 13532, 10584, 10160, 12012, 9891, 13590, 10046, 17124, 11489, 9448, 11545, 9347, 14333, 10185, 10117, 10233, 10020, 11988, 9218, 13366, 10331, 12532, 10127, 8835, 10051, 9697, 11198, 9756, 11838, 9868, 8910, 10150, 9609, 11116, 9895, 11183, 10099, 8178, 9958, 9086, 11530, 10014, 12638, 9926, 10005, 9916, 9286, 12465, 9545, 14635, 10817, 11002, 10093, 8861, 12046, 9359, 15353, 10112, 10367, 10279, 8717, 14225, 9659, 15917, 11043, 18181, 13190, 10698, 11842, 9364, 14428, 9717, 16699, 10580, 13242, 10321, 9430, 12111, 9361, 13128, 10021, 11574, 9984, 8987, 10760, 9877, 12366, 9584, 11325, 9884, 9297, 11266, 9103, 13458, 9988, 9714, 9664, 8727, 12248, 9235, 13112, 10077, 15421, 10970, 9083, 10604, 9781, 13424, 10166, 12588, 10086, 9500, 12362, 9448, 16871, 10469, 9753, 11477, 9566, 14552, 10397, 8889, 11475, 9665, 12914, 9336, 7379, 10196, 7832, 8470, 11270, 7852, 10274, 13323, 10239, 9648, 12554, 11306, 16787, 10810, 12953, 9482, 12023, 9926, 10850, 9502, 8966, 12426, 9591, 10661, 11124, 9026, 12563, 11898, 8702, 16663, 11658, 10105, 12281, 8773, 14586, 9231, 14261, 10499, 13417, 10760, 11377, 11129, 9721, 11298, 9160, 12664, 10274, 13132, 10579, 13542, 10171, 14598, 10181, 8230, 9406, 9011, 10825, 9459, 9639, 9232, 8990, 9781, 9011, 9958, 9729, 8049, 13951, 10487, 11850, 11222, 13734, 13162, 10567, 13212, 10052, 14087, 11272, 15170, 9843, 14463, 11287, 13685, 11017, 9936, 12104, 10236, 13380, 9197, 15640, 10079, 14016, 10605, 9727, 10298, 9863, 11362, 9299, 12817, 9817, 14231, 10261, 9234, 9907, 9125, 12642, 9655, 13573, 9840, 14177, 10500, 15213, 10591, 9371, 9962, 9594, 11227, 9702, 11530, 9597, 11833, 9942, 8671, 9632, 9632, 10591, 9523, 13027, 9757, 13348, 10073, 10510, 10008, 8678, 10785, 9415, 13225, 10072, 14747, 10556, 8996, 10855, 9942, 14479, 9704, 14858, 10953, 12427, 10823, 9080, 11944, 9784, 14440, 9749, 15599, 10953, 15228, 11069, 11797, 11218, 9817, 12448, 9217, 14846, 10668, 14241, 9747, 8908, 10475, 9681, 11558, 9659, 12224, 9946, 11876, 9838, 8857, 10359, 9248, 13331, 9801, 11397, 9871, 9327, 11950, 9508, 13035, 9802, 12734, 10152, 9571, 10599, 9767, 13524, 9793, 16267, 11223, 8414, 10622, 9799, 14521, 9609, 14668, 10435, 14388, 11142, 8577, 11197, 9817, 13537, 9908, 15283, 10548, 9597, 9969, 8696, 11440, 9258, 12230, 9862, 12127, 10070, 8806, 9957, 9655, 10478, 9840, 12571, 9897, 8775, 9920, 9672, 12303, 9672, 13659, 10102, 10398, 11575, 9975, 14409, 9733, 15546, 11305, 11482, 11106, 9708, 14037, 9437, 15824, 10814, 11013, 11070, 10400, 14360, 9622, 14648, 10599, 14621, 10864, 9444, 10419, 9648, 12463, 9463, 14783, 9952, 10800, 9979, 8916, 10234, 9208, 11189, 9806, 12280, 9799, 8193, 9802, 9618, 11363, 9755, 13178, 9838, 11099, 9830, 8561, 11316, 9561, 13076, 9848, 11462, 10229, 9489, 12161, 9667, 15211, 10900, 8672, 10848, 9616, 14498, 9520, 15102, 10762, 9283, 12490, 9084, 15058, 10389, 11791, 11198, 9785, 13992, 9520, 9247, 12703, 9356, 12709, 12187, 9587, 13870, 9706, 14690, 11376, 8491, 11969, 9189, 13944, 10382, 15416, 10261, 9501, 10569, 9810, 11782, 9333, 11355, 9764, 10787, 9424, 8529, 10523, 9085, 12750, 9688, 10525, 9597, 8251, 9752, 9726, 10807, 9508, 11573, 9777, 8413, 9787, 9524, 11533, 9646, 10961, 9761, 9515, 12645, 9445, 13238, 10422, 9497, 13411, 9246, 15379, 11130, 11258, 11818, 9261, 14530, 9320, 14795, 10886, 15838, 11798, 8358, 12068, 9499, 15295, 10734, 13576, 10594, 8936, 11720, 9468, 13187, 9385, 14518, 10682, 8643, 10528, 9549, 13521, 9104, 14219, 9791, 11295, 10325, 8972, 12145, 9254, 13437, 10289, 12945, 10500, 9678, 11464, 9202, 14138, 10607, 10717, 10182, 9251, 13244, 9392, 14428, 10030, 11262, 10467, 9832, 12949, 9244, 14031, 10578, 12086, 10569, 9971, 11371, 9759, 14454, 9536, 13581, 10021, 11828, 10152, 9014, 10859, 9721, 12091, 9445, 12461, 9864, 8423, 10783, 9347, 13486, 9569, 10008, 10124, 10196, 13815, 9268, 13830, 10406, 9383, 12380, 9194, 14211, 10536, 10444, 11218, 9415, 13532, 9866, 12101, 10693, 9502, 12809, 9599, 12093, 10132, 9624, 11903, 9478, 15572, 11024, 8816, 12487, 9323, 15856, 11263, 11702, 10507, 8272, 13111, 9042, 14217, 9656, 14107, 10425, 9642, 10234, 9772, 11572, 9382, 13343, 9957, 8843, 10009, 9831, 12548, 9394, 11787, 9820, 7908, 10754, 9637, 12952, 9441, 13774, 10192, 10692, 11232, 9842, 12989, 9039, 15277, 10662, 8521, 12685, 9926, 9166, 12592, 9050, 9542, 11997, 9657, 9387, 12182, 9197, 14951, 10797, 9523, 12230, 9525, 13744, 9263, 15285, 10513, 12342, 10013, 8986, 10059, 9025, 10761, 9667, 11285, 9550, 8430, 9596, 8214, 10326, 9079, 11338, 9202, 12582, 9795, 14266, 10253, 8587, 11193, 8961, 13556, 9284, 14773, 10815, 17008, 11687, 12558, 10869, 11852, 12364, 9429, 13019, 9484, 15216, 11218, 15434, 10827, 11432, 10823, 9466, 12408, 9022, 13264, 10607, 16757, 11535, 9108, 11564, 9794, 14228, 9214, 15178, 10330, 13315, 11007, 10228, 13203, 9091, 14080, 10124, 15081, 10939, 11239, 10486, 9093, 12326, 9265, 13522, 9646, 9414, 9655, 9124, 11312, 8760, 11084, 9431, 10752, 9537, 8635, 10148, 9114, 11336, 9539, 11241, 9403, 8339, 10052, 8835, 12260, 9135, 12791, 9787, 13327, 10338, 8406, 10926, 9422, 13218, 9926, 14283, 10609, 7763, 11199, 9482, 14171, 10061, 14705, 10396, 13544, 10850, 8791, 11993, 9474, 14126, 8871, 15195, 10146, 13454, 10414, 11931, 10249, 8901, 10855, 8964, 12165, 9801, 13264, 9903, 10025, 9396, 8777, 10038, 9017, 10773, 9132, 11698, 9510, 8587, 9268, 8816, 10502, 8866, 11205, 8963, 11300, 9355, 9096, 9979, 8988, 12095, 9363, 12153, 9994, 8486, 11932, 9009, 14150, 10404, 12458, 10483, 8851, 13298, 9267, 15069, 10124, 9014, 11881, 8961, 14314, 10370, 10038, 13215, 10187, 9686, 11310, 9579, 11725, 11197, 9125, 15639, 10720, 10525, 10728, 9555, 13141, 9381, 12400, 9481, 9036, 9390, 8753, 9751, 9701, 10478, 9575, 11714, 9381, 10926, 9524, 10554, 9229, 12150, 9848, 8479, 9711, 9460, 11640, 9521, 11742, 10046, 12790, 9896, 9993, 9822, 9385, 12185, 8803, 14481, 10961, 8459, 10558, 8827, 15128, 11936, 10091, 15471, 10483, 13875, 12179, 9429, 15717, 10941, 12735, 17306, 12057, 19364, 14870, 17195, 13227, 11424, 14880, 10995, 15824, 11133, 15807, 11044, 9173, 11615, 12314, 13214, 11365, 13107, 11013, 9459, 11205, 12072, 12005, 11552, 11748, 11527, 10773, 11411, 12052, 11821, 11447, 13311, 11462, 9031, 11308, 12050, 13288, 11378, 13095, 11626, 11672, 12426, 11069, 13398, 11511, 11792, 11651, 11933, 11558, 11179, 12733, 11866, 14051, 11845, 11010, 11491, 12086, 12449, 11668, 12614, 11579, 9246, 11855, 11756, 11529, 11655, 12302, 11774, 13839, 11745, 9216, 11812, 11178, 11677, 11930, 11699, 12029, 11338, 11667, 12001, 11770, 12249, 11481, 12070, 12457, 12058, 11997, 11915, 9025, 11874, 11845, 11955, 11710, 12628, 12083, 13914, 12142, 11621, 11852, 12583, 12758, 11658, 13878, 11741, 13569, 11677, 17296, 11969, 11141, 11543, 8052, 10005, 9733, 14431, 11370, 8337, 13506, 8120, 14524, 9618, 14990, 10860, 15169, 11117, 12789, 10506, 8448, 12676, 8871, 11590, 9778, 9043, 9125, 9134, 11189, 9064, 9305, 9700, 9002, 12226, 9572, 13284, 10087, 15753, 10628, 11388, 10503, 10054, 12443, 9501, 13867, 9182, 14684, 10934, 16353, 11082, 10174, 11301, 8883, 13569, 9346, 13957, 10551, 13183, 10814, 8879, 11736, 9914, 12767, 10135, 9624, 10942, 10797, 11347, 10725, 10514, 10525, 10668, 11409, 11116, 10451, 13678, 10429, 11387, 10849, 9768, 10097, 8554, 8751, 8718, 8216, 10498, 11672, 11317, 11723, 10741, 11118, 10632, 10926, 13190, 10331, 15768, 11890, 11418, 11600, 11021, 15553, 10371, 13360, 14563, 12976, 16875, 14018, 11261, 13859, 10571, 17858, 12316, 11596, 10940, 11558, 11252, 10436, 12150, 10695, 10828, 10365, 9064, 10372, 10936, 10603, 11058, 10047, 10168, 11200, 10548, 10573, 10391, 10467, 10298, 11110, 11246, 11002, 11763, 10023, 11821, 10376, 10976, 10877, 10592, 13575, 10574, 13322, 10874, 13901, 10791, 13041, 10449, 10372, 11521, 10503, 14077, 10779, 13625, 10680, 13493, 10443, 12662, 10456, 10937, 10648, 10676, 12853, 10670, 12113, 11091, 12446, 10036, 11936, 10573, 8962, 10251, 10736, 10681, 10881, 12540, 10666, 13766, 10277, 12531, 10537, 11223, 10482, 9832, 10593, 11241, 10679, 10342, 11489, 10070], 'WindowCenter': [4238.0, 4277.0, 4223.0, 4220.0, 4207.0, 4176.0, 4239.0, 4210.0, 4248.0, 4208.0, 4196.0, 4208.0, 4199.0, 4229.0, 4198.0, 4226.0, 4208.0, 4201.0, 4218.0, 4187.0, 4228.0, 4199.0, 4250.0, 4209.0, 4199.0, 4218.0, 4187.0, 4240.0, 4200.0, 4248.0, 4219.0, 4197.0, 4219.0, 4201.0, 4248.0, 4208.0, 4258.0, 4218.0, 4240.0, 4218.0, 4186.0, 4238.0, 4185.0, 4247.0, 4219.0, 4259.0, 4218.0, 4236.0, 4205.0, 4175.0, 4228.0, 4186.0, 4247.0, 4195.0, 4236.0, 4205.0, 4238.0, 4194.0, 4173.0, 4205.0, 4174.0, 4216.0, 4197.0, 4225.0, 4185.0, 4223.0, 4194.0, 4205.0, 4197.0, 4185.0, 4206.0, 4175.0, 4215.0, 4184.0, 4226.0, 4196.0, 4235.0, 4195.0, 4185.0, 4194.0, 4197.0, 4226.0, 4196.0, 4226.0, 4207.0, 4248.0, 4208.0, 4207.0, 4216.0, 4185.0, 4224.0, 4185.0, 4225.0, 4197.0, 4246.0, 4209.0, 4208.0, 4197.0, 4187.0, 4227.0, 4198.0, 4196.0, 4208.0, 4231.0, 4229.0, 4211.0, 4238.0, 4210.0, 4260.0, 4229.0, 4208.0, 4241.0, 4219.0, 4259.0, 4230.0, 4257.0, 4227.0, 4197.0, 4217.0, 4220.0, 4249.0, 4208.0, 4258.0, 4216.0, 4207.0, 4217.0, 4208.0, 4235.0, 4180.0, 4234.0, 4218.0, 4209.0, 4234.0, 4322.0, 4258.0, 4180.0, 4155.0, 4152.0, 4132.0, 4186.0, 4158.0, 4161.0, 4193.0, 4174.0, 4216.0, 4195.0, 4188.0, 4237.0, 4205.0, 4196.0, 4224.0, 4184.0, 4226.0, 4214.0, 4213.0, 4204.0, 4171.0, 4213.0, 4171.0, 4210.0, 4191.0, 4182.0, 4189.0, 4158.0, 4200.0, 4180.0, 4213.0, 4191.0, 4180.0, 4180.0, 4158.0, 4200.0, 4183.0, 4212.0, 4205.0, 4185.0, 4204.0, 4193.0, 4213.0, 4193.0, 4224.0, 4195.0, 4166.0, 4188.0, 4183.0, 4226.0, 4210.0, 4207.0, 4209.0, 4210.0, 4219.0, 4199.0, 4241.0, 4220.0, 4251.0, 4219.0, 4209.0, 4208.0, 4206.0, 4228.0, 4221.0, 4248.0, 4206.0, 4237.0, 4207.0, 4219.0, 4207.0, 4195.0, 4205.0, 4194.0, 4226.0, 4209.0, 4225.0, 4195.0, 4226.0, 4207.0, 4209.0, 4218.0, 4207.0, 4228.0, 4207.0, 4239.0, 4218.0, 4217.0, 4207.0, 4206.0, 4228.0, 4197.0, 4247.0, 4207.0, 4235.0, 4217.0, 4207.0, 4206.0, 4195.0, 4226.0, 4206.0, 4249.0, 4207.0, 4195.0, 4206.0, 4208.0, 4239.0, 4208.0, 4217.0, 4207.0, 4195.0, 4228.0, 4198.0, 4247.0, 4207.0, 4184.0, 4216.0, 4198.0, 4236.0, 4196.0, 4206.0, 4216.0, 4208.0, 4227.0, 4208.0, 4209.0, 4217.0, 4209.0, 4208.0, 4229.0, 4197.0, 4227.0, 4218.0, 4195.0, 4238.0, 4220.0, 4208.0, 4230.0, 4197.0, 4238.0, 4206.0, 4196.0, 4205.0, 4194.0, 4226.0, 4207.0, 4236.0, 4208.0, 4196.0, 4218.0, 4197.0, 4227.0, 4210.0, 4217.0, 4208.0, 4187.0, 4207.0, 4207.0, 4227.0, 4221.0, 4228.0, 4221.0, 4217.0, 4228.0, 4209.0, 4247.0, 4207.0, 4227.0, 4207.0, 4209.0, 4238.0, 4208.0, 4249.0, 4218.0, 4207.0, 4225.0, 4207.0, 4236.0, 4205.0, 4208.0, 4249.0, 4208.0, 4261.0, 4217.0, 4194.0, 4225.0, 4183.0, 4237.0, 4203.0, 4204.0, 4216.0, 4187.0, 4226.0, 4194.0, 4206.0, 4174.0, 4155.0, 4152.0, 4173.0, 4164.0, 4176.0, 4197.0, 4191.0, 4234.0, 4201.0, 4192.0, 4234.0, 4201.0, 4232.0, 4199.0, 4211.0, 4169.0, 4196.0, 4161.0, 4154.0, 4183.0, 4174.0, 4176.0, 4198.0, 4168.0, 4217.0, 4186.0, 4183.0, 4175.0, 4153.0, 4193.0, 4162.0, 4171.0, 4162.0, 4152.0, 4173.0, 4154.0, 4174.0, 4177.0, 4175.0, 4187.0, 4179.0, 4198.0, 4202.0, 4191.0, 4192.0, 4193.0, 4193.0, 4194.0, 4205.0, 4194.0, 4194.0, 4206.0, 4227.0, 4195.0, 4196.0, 4194.0, 4206.0, 4215.0, 4194.0, 4214.0, 4194.0, 4194.0, 4194.0, 4196.0, 4205.0, 4206.0, 4216.0, 4207.0, 4217.0, 4219.0, 4207.0, 4208.0, 4208.0, 4208.0, 4208.0, 4219.0, 4208.0, 4239.0, 4219.0, 4238.0, 4219.0, 4239.0, 4217.0, 4207.0, 4217.0, 4207.0, 4247.0, 4218.0, 4237.0, 4217.0, 4196.0, 4226.0, 4195.0, 4247.0, 4205.0, 4234.0, 4203.0, 4205.0, 4223.0, 4181.0, 4221.0, 4192.0, 4224.0, 4202.0, 4192.0, 4224.0, 4194.0, 4235.0, 4205.0, 4194.0, 4214.0, 4192.0, 4234.0, 4205.0, 4193.0, 4235.0, 4194.0, 4234.0, 4214.0, 4203.0, 4224.0, 4193.0, 4234.0, 4193.0, 4234.0, 4213.0, 4288.0, 4357.0, 4250.0, 4222.0, 4209.0, 4196.0, 4201.0, 4129.0, 3979.0, 4067.0, 4117.0, 4125.0, 4183.0, 4167.0, 4167.0, 4181.0, 4170.0, 4202.0, 4194.0, 4175.0, 4216.0, 4208.0, 4208.0, 4208.0, 4197.0, 4225.0, 4194.0, 4206.0, 4206.0, 4186.0, 4248.0, 4217.0, 4216.0, 4227.0, 4196.0, 4247.0, 4204.0, 4182.0, 4235.0, 4194.0, 4215.0, 4225.0, 4185.0, 4247.0, 4204.0, 4196.0, 4224.0, 4182.0, 4234.0, 4193.0, 4193.0, 4203.0, 4182.0, 4212.0, 4192.0, 4212.0, 4204.0, 4173.0, 4203.0, 4193.0, 4213.0, 4195.0, 4205.0, 4194.0, 4183.0, 4214.0, 4194.0, 4226.0, 4205.0, 4234.0, 4205.0, 4183.0, 4216.0, 4186.0, 4235.0, 4206.0, 4203.0, 4204.0, 4184.0, 4225.0, 4195.0, 4224.0, 4206.0, 4206.0, 4205.0, 4184.0, 4225.0, 4195.0, 4235.0, 4205.0, 4214.0, 4204.0, 4183.0, 4224.0, 4183.0, 4234.0, 4193.0, 4223.0, 4204.0, 4182.0, 4223.0, 4182.0, 4222.0, 4193.0, 4243.0, 4203.0, 4182.0, 4201.0, 4182.0, 4223.0, 4203.0, 4222.0, 4204.0, 4192.0, 4214.0, 4172.0, 4234.0, 4193.0, 4223.0, 4204.0, 4192.0, 4192.0, 4171.0, 4212.0, 4182.0, 4223.0, 4203.0, 4172.0, 4192.0, 4182.0, 4213.0, 4204.0, 4183.0, 4193.0, 4183.0, 4225.0, 4195.0, 4204.0, 4192.0, 4183.0, 4214.0, 4185.0, 4235.0, 4205.0, 4182.0, 4204.0, 4184.0, 4235.0, 4205.0, 4193.0, 4204.0, 4174.0, 4225.0, 4206.0, 4175.0, 4226.0, 4185.0, 4226.0, 4193.0, 4183.0, 4259.0, 4227.0, 4185.0, 4245.0, 4194.0, 4194.0, 4225.0, 4194.0, 4235.0, 4193.0, 4184.0, 4224.0, 4185.0, 4236.0, 4195.0, 4172.0, 4204.0, 4195.0, 4215.0, 4208.0, 4206.0, 4208.0, 4216.0, 4207.0, 4206.0, 4206.0, 4207.0, 4236.0, 4206.0, 4246.0, 4206.0, 4194.0, 4204.0, 4195.0, 4236.0, 4204.0, 4223.0, 4204.0, 4192.0, 4214.0, 4193.0, 4224.0, 4206.0, 4245.0, 4213.0, 4194.0, 4214.0, 4194.0, 4234.0, 4204.0, 4204.0, 4204.0, 4206.0, 4215.0, 4183.0, 4223.0, 4205.0, 4213.0, 4194.0, 4182.0, 4193.0, 4193.0, 4203.0, 4196.0, 4214.0, 4195.0, 4185.0, 4194.0, 4196.0, 4215.0, 4195.0, 4215.0, 4205.0, 4186.0, 4206.0, 4185.0, 4216.0, 4205.0, 4225.0, 4206.0, 4205.0, 4195.0, 4195.0, 4226.0, 4195.0, 4236.0, 4216.0, 4204.0, 4205.0, 4184.0, 4226.0, 4195.0, 4247.0, 4207.0, 4206.0, 4207.0, 4186.0, 4237.0, 4196.0, 4246.0, 4216.0, 4259.0, 4226.0, 4204.0, 4213.0, 4182.0, 4224.0, 4183.0, 4234.0, 4204.0, 4210.0, 4192.0, 4181.0, 4212.0, 4180.0, 4210.0, 4192.0, 4214.0, 4193.0, 4182.0, 4204.0, 4192.0, 4213.0, 4193.0, 4202.0, 4191.0, 4182.0, 4203.0, 4184.0, 4223.0, 4193.0, 4182.0, 4193.0, 4184.0, 4214.0, 4182.0, 4223.0, 4194.0, 4235.0, 4204.0, 4183.0, 4203.0, 4194.0, 4225.0, 4206.0, 4225.0, 4204.0, 4194.0, 4214.0, 4194.0, 4245.0, 4204.0, 4193.0, 4203.0, 4193.0, 4235.0, 4207.0, 4196.0, 4215.0, 4194.0, 4242.0, 4270.0, 4281.0, 4234.0, 4134.0, 4126.0, 4157.0, 4142.0, 4187.0, 4222.0, 4205.0, 4207.0, 4238.0, 4230.0, 4260.0, 4217.0, 4225.0, 4195.0, 4215.0, 4192.0, 4190.0, 4178.0, 4181.0, 4212.0, 4182.0, 4191.0, 4201.0, 4182.0, 4210.0, 4200.0, 4170.0, 4231.0, 4200.0, 4178.0, 4200.0, 4158.0, 4208.0, 4168.0, 4205.0, 4176.0, 4197.0, 4176.0, 4202.0, 4188.0, 4166.0, 4198.0, 4181.0, 4222.0, 4204.0, 4223.0, 4204.0, 4223.0, 4206.0, 4246.0, 4205.0, 4172.0, 4195.0, 4194.0, 4218.0, 4199.0, 4174.0, 4156.0, 4167.0, 4193.0, 4199.0, 4221.0, 4225.0, 4203.0, 4263.0, 4220.0, 4216.0, 4217.0, 4239.0, 4228.0, 4207.0, 4239.0, 4207.0, 4239.0, 4217.0, 4249.0, 4206.0, 4234.0, 4203.0, 4223.0, 4204.0, 4193.0, 4224.0, 4204.0, 4236.0, 4207.0, 4245.0, 4193.0, 4222.0, 4203.0, 4194.0, 4203.0, 4204.0, 4215.0, 4194.0, 4236.0, 4206.0, 4235.0, 4205.0, 4193.0, 4194.0, 4194.0, 4224.0, 4193.0, 4223.0, 4192.0, 4234.0, 4204.0, 4233.0, 4203.0, 4181.0, 4192.0, 4194.0, 4213.0, 4193.0, 4213.0, 4193.0, 4225.0, 4206.0, 4184.0, 4195.0, 4194.0, 4205.0, 4207.0, 4225.0, 4206.0, 4224.0, 4205.0, 4216.0, 4205.0, 4184.0, 4215.0, 4194.0, 4236.0, 4206.0, 4246.0, 4216.0, 4194.0, 4215.0, 4207.0, 4246.0, 4206.0, 4246.0, 4216.0, 4237.0, 4216.0, 4195.0, 4226.0, 4206.0, 4247.0, 4206.0, 4246.0, 4216.0, 4246.0, 4227.0, 4226.0, 4215.0, 4204.0, 4225.0, 4195.0, 4245.0, 4215.0, 4234.0, 4194.0, 4195.0, 4215.0, 4205.0, 4226.0, 4205.0, 4226.0, 4216.0, 4225.0, 4206.0, 4195.0, 4205.0, 4208.0, 4236.0, 4207.0, 4226.0, 4206.0, 4206.0, 4225.0, 4205.0, 4226.0, 4205.0, 4237.0, 4217.0, 4205.0, 4216.0, 4205.0, 4236.0, 4207.0, 4246.0, 4216.0, 4174.0, 4205.0, 4207.0, 4235.0, 4195.0, 4235.0, 4205.0, 4246.0, 4215.0, 4184.0, 4215.0, 4194.0, 4235.0, 4206.0, 4245.0, 4205.0, 4193.0, 4193.0, 4185.0, 4215.0, 4195.0, 4225.0, 4205.0, 4226.0, 4207.0, 4195.0, 4206.0, 4206.0, 4216.0, 4208.0, 4226.0, 4207.0, 4185.0, 4206.0, 4208.0, 4226.0, 4207.0, 4236.0, 4207.0, 4217.0, 4216.0, 4205.0, 4236.0, 4195.0, 4247.0, 4216.0, 4216.0, 4215.0, 4195.0, 4236.0, 4196.0, 4246.0, 4216.0, 4204.0, 4215.0, 4206.0, 4235.0, 4195.0, 4235.0, 4205.0, 4236.0, 4215.0, 4194.0, 4204.0, 4193.0, 4225.0, 4205.0, 4235.0, 4205.0, 4214.0, 4205.0, 4195.0, 4205.0, 4195.0, 4215.0, 4206.0, 4227.0, 4206.0, 4186.0, 4207.0, 4206.0, 4228.0, 4207.0, 4236.0, 4207.0, 4216.0, 4207.0, 4186.0, 4216.0, 4206.0, 4236.0, 4208.0, 4227.0, 4218.0, 4207.0, 4227.0, 4209.0, 4248.0, 4218.0, 4197.0, 4216.0, 4208.0, 4247.0, 4207.0, 4248.0, 4217.0, 4208.0, 4227.0, 4196.0, 4247.0, 4217.0, 4242.0, 4231.0, 4209.0, 4249.0, 4207.0, 4195.0, 4226.0, 4197.0, 4239.0, 4227.0, 4207.0, 4237.0, 4207.0, 4249.0, 4216.0, 4184.0, 4215.0, 4195.0, 4235.0, 4203.0, 4235.0, 4204.0, 4194.0, 4205.0, 4204.0, 4214.0, 4194.0, 4213.0, 4205.0, 4204.0, 4195.0, 4184.0, 4205.0, 4197.0, 4225.0, 4206.0, 4214.0, 4206.0, 4186.0, 4205.0, 4195.0, 4215.0, 4195.0, 4227.0, 4207.0, 4186.0, 4206.0, 4206.0, 4228.0, 4208.0, 4217.0, 4207.0, 4208.0, 4239.0, 4209.0, 4238.0, 4218.0, 4207.0, 4238.0, 4207.0, 4249.0, 4229.0, 4217.0, 4228.0, 4197.0, 4248.0, 4196.0, 4247.0, 4218.0, 4247.0, 4216.0, 4184.0, 4225.0, 4207.0, 4246.0, 4216.0, 4225.0, 4216.0, 4196.0, 4215.0, 4195.0, 4225.0, 4196.0, 4236.0, 4216.0, 4185.0, 4205.0, 4206.0, 4236.0, 4195.0, 4235.0, 4205.0, 4215.0, 4205.0, 4195.0, 4226.0, 4195.0, 4236.0, 4217.0, 4226.0, 4206.0, 4206.0, 4215.0, 4207.0, 4235.0, 4206.0, 4205.0, 4205.0, 4197.0, 4236.0, 4195.0, 4236.0, 4206.0, 4216.0, 4205.0, 4205.0, 4226.0, 4195.0, 4236.0, 4217.0, 4225.0, 4205.0, 4194.0, 4215.0, 4207.0, 4235.0, 4195.0, 4225.0, 4206.0, 4227.0, 4205.0, 4195.0, 4216.0, 4195.0, 4226.0, 4207.0, 4226.0, 4206.0, 4185.0, 4216.0, 4196.0, 4235.0, 4207.0, 4205.0, 4205.0, 4206.0, 4235.0, 4196.0, 4236.0, 4216.0, 4196.0, 4226.0, 4196.0, 4236.0, 4217.0, 4216.0, 4215.0, 4195.0, 4235.0, 4206.0, 4225.0, 4216.0, 4195.0, 4236.0, 4207.0, 4226.0, 4216.0, 4206.0, 4226.0, 4208.0, 4247.0, 4217.0, 4196.0, 4225.0, 4207.0, 4246.0, 4216.0, 4215.0, 4204.0, 4185.0, 4225.0, 4184.0, 4234.0, 4194.0, 4235.0, 4205.0, 4193.0, 4204.0, 4193.0, 4214.0, 4196.0, 4224.0, 4194.0, 4184.0, 4194.0, 4206.0, 4225.0, 4195.0, 4215.0, 4194.0, 4174.0, 4215.0, 4194.0, 4226.0, 4195.0, 4236.0, 4206.0, 4205.0, 4215.0, 4194.0, 4235.0, 4196.0, 4247.0, 4218.0, 4197.0, 4237.0, 4218.0, 4208.0, 4228.0, 4199.0, 4208.0, 4228.0, 4208.0, 4208.0, 4239.0, 4208.0, 4249.0, 4218.0, 4196.0, 4226.0, 4195.0, 4236.0, 4197.0, 4236.0, 4206.0, 4226.0, 4207.0, 4195.0, 4206.0, 4195.0, 4215.0, 4207.0, 4227.0, 4207.0, 4186.0, 4207.0, 4200.0, 4219.0, 4198.0, 4228.0, 4207.0, 4238.0, 4218.0, 4248.0, 4218.0, 4197.0, 4229.0, 4197.0, 4238.0, 4207.0, 4247.0, 4218.0, 4257.0, 4228.0, 4226.0, 4216.0, 4216.0, 4226.0, 4194.0, 4225.0, 4206.0, 4246.0, 4215.0, 4235.0, 4204.0, 4215.0, 4215.0, 4194.0, 4226.0, 4184.0, 4236.0, 4217.0, 4246.0, 4216.0, 4184.0, 4215.0, 4205.0, 4235.0, 4193.0, 4235.0, 4204.0, 4224.0, 4215.0, 4203.0, 4224.0, 4181.0, 4222.0, 4193.0, 4232.0, 4203.0, 4202.0, 4202.0, 4182.0, 4223.0, 4193.0, 4222.0, 4193.0, 4182.0, 4193.0, 4195.0, 4217.0, 4196.0, 4214.0, 4195.0, 4215.0, 4195.0, 4184.0, 4204.0, 4195.0, 4215.0, 4206.0, 4215.0, 4196.0, 4185.0, 4206.0, 4196.0, 4226.0, 4196.0, 4225.0, 4206.0, 4236.0, 4207.0, 4186.0, 4216.0, 4195.0, 4237.0, 4207.0, 4236.0, 4217.0, 4175.0, 4217.0, 4208.0, 4237.0, 4207.0, 4246.0, 4217.0, 4238.0, 4216.0, 4185.0, 4226.0, 4206.0, 4237.0, 4195.0, 4236.0, 4205.0, 4225.0, 4216.0, 4227.0, 4205.0, 4195.0, 4215.0, 4195.0, 4226.0, 4206.0, 4236.0, 4207.0, 4205.0, 4197.0, 4197.0, 4207.0, 4197.0, 4216.0, 4208.0, 4239.0, 4208.0, 4197.0, 4208.0, 4198.0, 4229.0, 4209.0, 4228.0, 4198.0, 4227.0, 4209.0, 4210.0, 4218.0, 4198.0, 4228.0, 4209.0, 4241.0, 4218.0, 4196.0, 4229.0, 4197.0, 4249.0, 4218.0, 4227.0, 4218.0, 4208.0, 4250.0, 4210.0, 4260.0, 4230.0, 4209.0, 4240.0, 4211.0, 4262.0, 4243.0, 4232.0, 4252.0, 4220.0, 4210.0, 4230.0, 4209.0, 4228.0, 4218.0, 4211.0, 4249.0, 4219.0, 4217.0, 4218.0, 4209.0, 4237.0, 4196.0, 4226.0, 4196.0, 4196.0, 4196.0, 4186.0, 4208.0, 4207.0, 4216.0, 4209.0, 4228.0, 4209.0, 4217.0, 4208.0, 4217.0, 4209.0, 4228.0, 4209.0, 4187.0, 4207.0, 4220.0, 4229.0, 4208.0, 4228.0, 4219.0, 4252.0, 4221.0, 4220.0, 4219.0, 4207.0, 4241.0, 4213.0, 4265.0, 4266.0, 4225.0, 4143.0, 4163.0, 4218.0, 4212.0, 4202.0, 4247.0, 4229.0, 4250.0, 4239.0, 4280.0, 4415.0, 4319.0, 4239.0, 4232.0, 4189.0, 4231.0, 4223.0, 4235.0, 4213.0, 4202.0, 4218.0, 4202.0, 4221.0, 4200.0, 4219.0, 4187.0, 4166.0, 4200.0, 4198.0, 4209.0, 4188.0, 4197.0, 4189.0, 4192.0, 4199.0, 4199.0, 4197.0, 4199.0, 4200.0, 4212.0, 4200.0, 4202.0, 4211.0, 4201.0, 4215.0, 4222.0, 4202.0, 4180.0, 4199.0, 4225.0, 4224.0, 4214.0, 4223.0, 4212.0, 4214.0, 4223.0, 4201.0, 4222.0, 4213.0, 4212.0, 4215.0, 4213.0, 4212.0, 4212.0, 4222.0, 4227.0, 4234.0, 4214.0, 4202.0, 4212.0, 4225.0, 4225.0, 4215.0, 4225.0, 4214.0, 4194.0, 4226.0, 4214.0, 4216.0, 4215.0, 4225.0, 4227.0, 4237.0, 4224.0, 4193.0, 4215.0, 4217.0, 4227.0, 4225.0, 4215.0, 4226.0, 4214.0, 4228.0, 4226.0, 4227.0, 4226.0, 4216.0, 4239.0, 4238.0, 4228.0, 4226.0, 4226.0, 4195.0, 4228.0, 4228.0, 4227.0, 4226.0, 4224.0, 4238.0, 4250.0, 4227.0, 4226.0, 4225.0, 4237.0, 4238.0, 4226.0, 4238.0, 4227.0, 4238.0, 4230.0, 4260.0, 4229.0, 4216.0, 4215.0, 4185.0, 4186.0, 4207.0, 4244.0, 4224.0, 4184.0, 4234.0, 4197.0, 4245.0, 4204.0, 4244.0, 4225.0, 4243.0, 4225.0, 4222.0, 4202.0, 4194.0, 4205.0, 4122.0, 4185.0, 4190.0, 4193.0, 4193.0, 4194.0, 4215.0, 4195.0, 4208.0, 4207.0, 4208.0, 4241.0, 4219.0, 4250.0, 4229.0, 4259.0, 4217.0, 4227.0, 4227.0, 4205.0, 4237.0, 4205.0, 4235.0, 4207.0, 4246.0, 4214.0, 4245.0, 4214.0, 4204.0, 4213.0, 4193.0, 4233.0, 4193.0, 4233.0, 4216.0, 4234.0, 4214.0, 4193.0, 4211.0, 4203.0, 4222.0, 4203.0, 4204.0, 4227.0, 4227.0, 4228.0, 4228.0, 4215.0, 4214.0, 4227.0, 4224.0, 4213.0, 4229.0, 4247.0, 4215.0, 4225.0, 4227.0, 4233.0, 4216.0, 4181.0, 4169.0, 4195.0, 4198.0, 4228.0, 4228.0, 4227.0, 4238.0, 4230.0, 4241.0, 4216.0, 4215.0, 4248.0, 4218.0, 4247.0, 4228.0, 4214.0, 4215.0, 4213.0, 4247.0, 4206.0, 4225.0, 4234.0, 4223.0, 4232.0, 4220.0, 4199.0, 4209.0, 4200.0, 4240.0, 4209.0, 4199.0, 4186.0, 4198.0, 4197.0, 4200.0, 4207.0, 4190.0, 4187.0, 4200.0, 4192.0, 4201.0, 4212.0, 4213.0, 4214.0, 4203.0, 4217.0, 4215.0, 4216.0, 4214.0, 4217.0, 4230.0, 4218.0, 4227.0, 4227.0, 4227.0, 4238.0, 4218.0, 4226.0, 4217.0, 4217.0, 4228.0, 4230.0, 4248.0, 4228.0, 4237.0, 4228.0, 4249.0, 4229.0, 4237.0, 4216.0, 4205.0, 4225.0, 4228.0, 4246.0, 4216.0, 4236.0, 4215.0, 4236.0, 4215.0, 4225.0, 4213.0, 4213.0, 4214.0, 4216.0, 4223.0, 4204.0, 4224.0, 4214.0, 4235.0, 4206.0, 4226.0, 4216.0, 4194.0, 4217.0, 4213.0, 4216.0, 4214.0, 4226.0, 4217.0, 4235.0, 4215.0, 4225.0, 4215.0, 4215.0, 4215.0, 4205.0, 4213.0, 4214.0, 4214.0, 4217.0, 4225.0, 4206.0], 'WindowWidth': [9395.0, 9446.0, 9365.0, 9353.0, 9331.0, 9285.0, 9377.0, 9339.0, 9386.0, 9330.0, 9311.0, 9333.0, 9323.0, 9361.0, 9319.0, 9351.0, 9332.0, 9329.0, 9346.0, 9303.0, 9358.0, 9322.0, 9396.0, 9335.0, 9322.0, 9345.0, 9302.0, 9380.0, 9328.0, 9387.0, 9348.0, 9315.0, 9347.0, 9328.0, 9388.0, 9332.0, 9401.0, 9345.0, 9379.0, 9346.0, 9300.0, 9373.0, 9297.0, 9384.0, 9349.0, 9402.0, 9347.0, 9365.0, 9321.0, 9284.0, 9358.0, 9299.0, 9384.0, 9309.0, 9365.0, 9324.0, 9374.0, 9308.0, 9278.0, 9322.0, 9278.0, 9339.0, 9317.0, 9350.0, 9295.0, 9344.0, 9305.0, 9323.0, 9315.0, 9296.0, 9323.0, 9281.0, 9335.0, 9294.0, 9355.0, 9313.0, 9364.0, 9311.0, 9294.0, 9308.0, 9316.0, 9352.0, 9312.0, 9351.0, 9327.0, 9387.0, 9331.0, 9327.0, 9338.0, 9295.0, 9346.0, 9297.0, 9349.0, 9315.0, 9381.0, 9335.0, 9334.0, 9317.0, 9301.0, 9358.0, 9320.0, 9314.0, 9336.0, 9370.0, 9364.0, 9341.0, 9375.0, 9340.0, 9413.0, 9370.0, 9344.0, 9394.0, 9356.0, 9411.0, 9370.0, 9403.0, 9362.0, 9318.0, 9345.0, 9357.0, 9394.0, 9335.0, 9403.0, 9344.0, 9335.0, 9348.0, 9334.0, 9365.0, 9283.0, 9360.0, 9350.0, 9340.0, 9381.0, 9553.0, 9414.0, 9276.0, 9235.0, 9228.0, 9202.0, 9277.0, 9242.0, 9254.0, 9301.0, 9278.0, 9338.0, 9310.0, 9305.0, 9371.0, 9321.0, 9313.0, 9346.0, 9289.0, 9352.0, 9330.0, 9330.0, 9318.0, 9267.0, 9328.0, 9266.0, 9317.0, 9295.0, 9286.0, 9289.0, 9246.0, 9303.0, 9278.0, 9328.0, 9297.0, 9277.0, 9277.0, 9247.0, 9305.0, 9289.0, 9324.0, 9324.0, 9295.0, 9321.0, 9303.0, 9330.0, 9304.0, 9346.0, 9309.0, 9253.0, 9288.0, 9291.0, 9354.0, 9340.0, 9329.0, 9336.0, 9341.0, 9349.0, 9320.0, 9381.0, 9351.0, 9397.0, 9351.0, 9336.0, 9334.0, 9328.0, 9361.0, 9356.0, 9388.0, 9328.0, 9371.0, 9330.0, 9350.0, 9331.0, 9311.0, 9325.0, 9306.0, 9355.0, 9336.0, 9352.0, 9311.0, 9352.0, 9331.0, 9339.0, 9346.0, 9330.0, 9359.0, 9330.0, 9378.0, 9348.0, 9342.0, 9331.0, 9326.0, 9361.0, 9318.0, 9386.0, 9331.0, 9367.0, 9344.0, 9330.0, 9327.0, 9311.0, 9353.0, 9328.0, 9391.0, 9332.0, 9313.0, 9330.0, 9334.0, 9376.0, 9333.0, 9343.0, 9331.0, 9310.0, 9358.0, 9321.0, 9383.0, 9331.0, 9294.0, 9341.0, 9319.0, 9369.0, 9314.0, 9325.0, 9342.0, 9335.0, 9357.0, 9332.0, 9337.0, 9345.0, 9340.0, 9336.0, 9364.0, 9320.0, 9358.0, 9347.0, 9312.0, 9374.0, 9352.0, 9334.0, 9365.0, 9315.0, 9376.0, 9329.0, 9313.0, 9325.0, 9308.0, 9353.0, 9330.0, 9367.0, 9333.0, 9315.0, 9348.0, 9317.0, 9357.0, 9340.0, 9344.0, 9333.0, 9304.0, 9330.0, 9329.0, 9358.0, 9357.0, 9362.0, 9358.0, 9345.0, 9360.0, 9336.0, 9384.0, 9331.0, 9354.0, 9328.0, 9336.0, 9372.0, 9332.0, 9392.0, 9347.0, 9329.0, 9352.0, 9330.0, 9371.0, 9324.0, 9332.0, 9395.0, 9337.0, 9414.0, 9345.0, 9308.0, 9349.0, 9291.0, 9372.0, 9319.0, 9319.0, 9336.0, 9302.0, 9354.0, 9308.0, 9328.0, 9263.0, 9235.0, 9226.0, 9259.0, 9252.0, 9270.0, 9302.0, 9296.0, 9364.0, 9315.0, 9303.0, 9371.0, 9315.0, 9370.0, 9311.0, 9326.0, 9262.0, 9294.0, 9237.0, 9234.0, 9272.0, 9262.0, 9265.0, 9299.0, 9259.0, 9329.0, 9281.0, 9272.0, 9263.0, 9234.0, 9287.0, 9240.0, 9250.0, 9240.0, 9227.0, 9258.0, 9237.0, 9262.0, 9273.0, 9269.0, 9290.0, 9279.0, 9304.0, 9316.0, 9299.0, 9301.0, 9305.0, 9306.0, 9308.0, 9326.0, 9310.0, 9309.0, 9329.0, 9357.0, 9312.0, 9314.0, 9310.0, 9328.0, 9340.0, 9309.0, 9336.0, 9309.0, 9307.0, 9308.0, 9316.0, 9327.0, 9328.0, 9343.0, 9334.0, 9345.0, 9351.0, 9331.0, 9336.0, 9334.0, 9337.0, 9334.0, 9353.0, 9336.0, 9377.0, 9350.0, 9374.0, 9350.0, 9378.0, 9346.0, 9331.0, 9345.0, 9331.0, 9389.0, 9350.0, 9375.0, 9345.0, 9315.0, 9357.0, 9313.0, 9391.0, 9326.0, 9365.0, 9321.0, 9327.0, 9347.0, 9287.0, 9341.0, 9304.0, 9351.0, 9317.0, 9303.0, 9351.0, 9310.0, 9367.0, 9327.0, 9308.0, 9336.0, 9305.0, 9364.0, 9325.0, 9307.0, 9366.0, 9309.0, 9363.0, 9336.0, 9321.0, 9349.0, 9306.0, 9363.0, 9305.0, 9364.0, 9335.0, 9483.0, 9611.0, 9434.0, 9362.0, 9338.0, 9318.0, 9312.0, 9190.0, 8890.0, 9047.0, 9153.0, 9182.0, 9275.0, 9262.0, 9264.0, 9289.0, 9273.0, 9320.0, 9313.0, 9289.0, 9346.0, 9339.0, 9339.0, 9337.0, 9320.0, 9357.0, 9314.0, 9329.0, 9330.0, 9303.0, 9391.0, 9348.0, 9342.0, 9360.0, 9319.0, 9392.0, 9326.0, 9294.0, 9369.0, 9312.0, 9342.0, 9354.0, 9301.0, 9390.0, 9325.0, 9318.0, 9351.0, 9292.0, 9367.0, 9309.0, 9309.0, 9321.0, 9290.0, 9331.0, 9305.0, 9333.0, 9326.0, 9282.0, 9320.0, 9309.0, 9335.0, 9317.0, 9330.0, 9311.0, 9296.0, 9338.0, 9310.0, 9359.0, 9328.0, 9366.0, 9326.0, 9294.0, 9345.0, 9305.0, 9368.0, 9330.0, 9323.0, 9326.0, 9301.0, 9355.0, 9314.0, 9352.0, 9331.0, 9331.0, 9329.0, 9299.0, 9353.0, 9314.0, 9369.0, 9327.0, 9337.0, 9323.0, 9296.0, 9351.0, 9293.0, 9364.0, 9307.0, 9349.0, 9323.0, 9291.0, 9348.0, 9290.0, 9345.0, 9307.0, 9376.0, 9320.0, 9290.0, 9316.0, 9292.0, 9348.0, 9321.0, 9347.0, 9324.0, 9308.0, 9338.0, 9280.0, 9364.0, 9309.0, 9349.0, 9324.0, 9306.0, 9303.0, 9275.0, 9331.0, 9292.0, 9348.0, 9320.0, 9278.0, 9306.0, 9292.0, 9335.0, 9323.0, 9295.0, 9310.0, 9294.0, 9353.0, 9315.0, 9324.0, 9307.0, 9295.0, 9339.0, 9300.0, 9366.0, 9326.0, 9294.0, 9324.0, 9299.0, 9366.0, 9327.0, 9308.0, 9325.0, 9287.0, 9356.0, 9331.0, 9288.0, 9356.0, 9302.0, 9358.0, 9308.0, 9295.0, 9410.0, 9362.0, 9301.0, 9383.0, 9310.0, 9311.0, 9353.0, 9310.0, 9368.0, 9308.0, 9296.0, 9350.0, 9300.0, 9371.0, 9313.0, 9280.0, 9325.0, 9313.0, 9340.0, 9338.0, 9331.0, 9334.0, 9343.0, 9333.0, 9328.0, 9329.0, 9330.0, 9369.0, 9328.0, 9384.0, 9327.0, 9310.0, 9322.0, 9310.0, 9369.0, 9321.0, 9346.0, 9320.0, 9303.0, 9336.0, 9305.0, 9349.0, 9330.0, 9383.0, 9334.0, 9307.0, 9335.0, 9310.0, 9363.0, 9324.0, 9323.0, 9321.0, 9330.0, 9338.0, 9293.0, 9347.0, 9324.0, 9331.0, 9308.0, 9288.0, 9304.0, 9304.0, 9320.0, 9315.0, 9338.0, 9313.0, 9298.0, 9309.0, 9315.0, 9338.0, 9313.0, 9338.0, 9325.0, 9306.0, 9331.0, 9300.0, 9341.0, 9326.0, 9353.0, 9330.0, 9327.0, 9312.0, 9313.0, 9355.0, 9314.0, 9370.0, 9341.0, 9323.0, 9326.0, 9298.0, 9357.0, 9313.0, 9385.0, 9332.0, 9330.0, 9334.0, 9305.0, 9373.0, 9316.0, 9384.0, 9344.0, 9410.0, 9357.0, 9322.0, 9334.0, 9289.0, 9350.0, 9292.0, 9365.0, 9321.0, 9326.0, 9303.0, 9288.0, 9328.0, 9284.0, 9323.0, 9302.0, 9337.0, 9305.0, 9290.0, 9321.0, 9302.0, 9333.0, 9305.0, 9316.0, 9301.0, 9288.0, 9320.0, 9295.0, 9345.0, 9307.0, 9289.0, 9307.0, 9295.0, 9335.0, 9289.0, 9347.0, 9310.0, 9366.0, 9323.0, 9293.0, 9321.0, 9309.0, 9352.0, 9328.0, 9354.0, 9324.0, 9308.0, 9336.0, 9308.0, 9379.0, 9321.0, 9307.0, 9319.0, 9305.0, 9368.0, 9332.0, 9317.0, 9338.0, 9310.0, 9388.0, 9460.0, 9497.0, 9381.0, 9209.0, 9182.0, 9226.0, 9222.0, 9290.0, 9343.0, 9325.0, 9334.0, 9380.0, 9373.0, 9419.0, 9350.0, 9356.0, 9311.0, 9337.0, 9303.0, 9292.0, 9279.0, 9286.0, 9326.0, 9289.0, 9297.0, 9311.0, 9286.0, 9323.0, 9307.0, 9267.0, 9350.0, 9306.0, 9273.0, 9307.0, 9248.0, 9316.0, 9259.0, 9304.0, 9267.0, 9297.0, 9269.0, 9316.0, 9290.0, 9257.0, 9304.0, 9286.0, 9342.0, 9324.0, 9348.0, 9324.0, 9347.0, 9331.0, 9385.0, 9324.0, 9277.0, 9311.0, 9310.0, 9347.0, 9315.0, 9273.0, 9236.0, 9257.0, 9304.0, 9325.0, 9359.0, 9372.0, 9342.0, 9420.0, 9355.0, 9342.0, 9343.0, 9378.0, 9363.0, 9332.0, 9379.0, 9330.0, 9381.0, 9344.0, 9397.0, 9329.0, 9362.0, 9321.0, 9350.0, 9324.0, 9306.0, 9352.0, 9322.0, 9370.0, 9334.0, 9382.0, 9309.0, 9346.0, 9320.0, 9313.0, 9323.0, 9323.0, 9341.0, 9311.0, 9372.0, 9333.0, 9368.0, 9327.0, 9308.0, 9309.0, 9313.0, 9350.0, 9306.0, 9346.0, 9305.0, 9363.0, 9324.0, 9361.0, 9321.0, 9288.0, 9306.0, 9310.0, 9335.0, 9306.0, 9333.0, 9307.0, 9355.0, 9330.0, 9298.0, 9315.0, 9312.0, 9327.0, 9335.0, 9355.0, 9330.0, 9353.0, 9328.0, 9346.0, 9329.0, 9297.0, 9341.0, 9311.0, 9371.0, 9330.0, 9385.0, 9344.0, 9313.0, 9342.0, 9333.0, 9386.0, 9330.0, 9384.0, 9345.0, 9376.0, 9345.0, 9315.0, 9358.0, 9330.0, 9390.0, 9333.0, 9388.0, 9345.0, 9386.0, 9360.0, 9359.0, 9342.0, 9324.0, 9354.0, 9315.0, 9383.0, 9340.0, 9366.0, 9311.0, 9317.0, 9343.0, 9326.0, 9357.0, 9328.0, 9357.0, 9348.0, 9357.0, 9332.0, 9314.0, 9328.0, 9336.0, 9372.0, 9333.0, 9357.0, 9330.0, 9332.0, 9356.0, 9328.0, 9357.0, 9329.0, 9376.0, 9348.0, 9329.0, 9345.0, 9326.0, 9371.0, 9334.0, 9387.0, 9344.0, 9285.0, 9327.0, 9334.0, 9370.0, 9314.0, 9369.0, 9327.0, 9387.0, 9342.0, 9299.0, 9341.0, 9310.0, 9368.0, 9330.0, 9381.0, 9328.0, 9308.0, 9309.0, 9303.0, 9340.0, 9313.0, 9354.0, 9329.0, 9359.0, 9336.0, 9316.0, 9332.0, 9330.0, 9344.0, 9338.0, 9356.0, 9335.0, 9302.0, 9330.0, 9337.0, 9358.0, 9333.0, 9371.0, 9332.0, 9349.0, 9344.0, 9328.0, 9372.0, 9315.0, 9389.0, 9345.0, 9343.0, 9343.0, 9313.0, 9373.0, 9317.0, 9385.0, 9342.0, 9326.0, 9341.0, 9330.0, 9369.0, 9313.0, 9366.0, 9326.0, 9374.0, 9341.0, 9311.0, 9326.0, 9309.0, 9355.0, 9329.0, 9368.0, 9329.0, 9339.0, 9329.0, 9316.0, 9327.0, 9313.0, 9340.0, 9333.0, 9360.0, 9331.0, 9304.0, 9335.0, 9332.0, 9363.0, 9335.0, 9371.0, 9334.0, 9344.0, 9334.0, 9305.0, 9345.0, 9329.0, 9372.0, 9336.0, 9360.0, 9349.0, 9333.0, 9361.0, 9341.0, 9392.0, 9350.0, 9320.0, 9345.0, 9336.0, 9388.0, 9332.0, 9389.0, 9345.0, 9336.0, 9360.0, 9317.0, 9388.0, 9348.0, 9391.0, 9376.0, 9339.0, 9392.0, 9334.0, 9315.0, 9357.0, 9321.0, 9380.0, 9362.0, 9333.0, 9376.0, 9333.0, 9396.0, 9345.0, 9298.0, 9341.0, 9314.0, 9368.0, 9323.0, 9368.0, 9324.0, 9310.0, 9326.0, 9324.0, 9337.0, 9309.0, 9335.0, 9329.0, 9324.0, 9314.0, 9296.0, 9326.0, 9322.0, 9353.0, 9334.0, 9340.0, 9330.0, 9306.0, 9328.0, 9313.0, 9342.0, 9315.0, 9360.0, 9332.0, 9302.0, 9331.0, 9330.0, 9362.0, 9339.0, 9345.0, 9335.0, 9335.0, 9380.0, 9339.0, 9377.0, 9350.0, 9334.0, 9378.0, 9335.0, 9395.0, 9366.0, 9349.0, 9364.0, 9320.0, 9392.0, 9317.0, 9387.0, 9348.0, 9392.0, 9343.0, 9298.0, 9352.0, 9332.0, 9383.0, 9343.0, 9355.0, 9342.0, 9317.0, 9342.0, 9313.0, 9354.0, 9317.0, 9372.0, 9342.0, 9300.0, 9328.0, 9330.0, 9370.0, 9314.0, 9367.0, 9327.0, 9342.0, 9326.0, 9313.0, 9359.0, 9315.0, 9370.0, 9346.0, 9357.0, 9330.0, 9330.0, 9341.0, 9335.0, 9369.0, 9330.0, 9327.0, 9327.0, 9320.0, 9370.0, 9314.0, 9369.0, 9329.0, 9345.0, 9327.0, 9325.0, 9356.0, 9313.0, 9371.0, 9347.0, 9354.0, 9328.0, 9310.0, 9340.0, 9332.0, 9369.0, 9315.0, 9355.0, 9329.0, 9360.0, 9328.0, 9313.0, 9343.0, 9313.0, 9358.0, 9333.0, 9356.0, 9331.0, 9301.0, 9343.0, 9319.0, 9368.0, 9333.0, 9326.0, 9327.0, 9331.0, 9368.0, 9317.0, 9370.0, 9343.0, 9318.0, 9356.0, 9317.0, 9373.0, 9346.0, 9344.0, 9342.0, 9314.0, 9369.0, 9331.0, 9356.0, 9343.0, 9315.0, 9370.0, 9335.0, 9357.0, 9345.0, 9330.0, 9357.0, 9336.0, 9389.0, 9346.0, 9315.0, 9355.0, 9334.0, 9386.0, 9344.0, 9341.0, 9324.0, 9303.0, 9352.0, 9297.0, 9365.0, 9309.0, 9368.0, 9326.0, 9308.0, 9323.0, 9308.0, 9336.0, 9317.0, 9352.0, 9313.0, 9297.0, 9311.0, 9331.0, 9353.0, 9313.0, 9340.0, 9312.0, 9287.0, 9342.0, 9312.0, 9356.0, 9315.0, 9369.0, 9332.0, 9327.0, 9341.0, 9311.0, 9369.0, 9318.0, 9387.0, 9351.0, 9321.0, 9376.0, 9351.0, 9336.0, 9363.0, 9326.0, 9335.0, 9363.0, 9337.0, 9336.0, 9379.0, 9336.0, 9394.0, 9348.0, 9316.0, 9358.0, 9312.0, 9368.0, 9318.0, 9370.0, 9330.0, 9355.0, 9332.0, 9315.0, 9331.0, 9314.0, 9339.0, 9335.0, 9360.0, 9334.0, 9306.0, 9333.0, 9330.0, 9353.0, 9322.0, 9364.0, 9335.0, 9377.0, 9352.0, 9390.0, 9349.0, 9322.0, 9365.0, 9321.0, 9376.0, 9334.0, 9387.0, 9351.0, 9404.0, 9363.0, 9357.0, 9342.0, 9346.0, 9356.0, 9310.0, 9352.0, 9330.0, 9384.0, 9340.0, 9369.0, 9325.0, 9342.0, 9339.0, 9310.0, 9356.0, 9299.0, 9370.0, 9349.0, 9388.0, 9343.0, 9298.0, 9340.0, 9326.0, 9367.0, 9308.0, 9369.0, 9324.0, 9351.0, 9340.0, 9322.0, 9350.0, 9289.0, 9345.0, 9306.0, 9361.0, 9320.0, 9318.0, 9319.0, 9291.0, 9348.0, 9309.0, 9345.0, 9308.0, 9291.0, 9308.0, 9314.0, 9349.0, 9317.0, 9336.0, 9315.0, 9343.0, 9314.0, 9299.0, 9325.0, 9316.0, 9341.0, 9330.0, 9340.0, 9318.0, 9302.0, 9332.0, 9319.0, 9359.0, 9316.0, 9356.0, 9332.0, 9373.0, 9333.0, 9304.0, 9344.0, 9315.0, 9374.0, 9333.0, 9373.0, 9346.0, 9288.0, 9346.0, 9339.0, 9376.0, 9333.0, 9385.0, 9349.0, 9377.0, 9345.0, 9301.0, 9356.0, 9331.0, 9375.0, 9316.0, 9374.0, 9327.0, 9354.0, 9345.0, 9361.0, 9328.0, 9314.0, 9342.0, 9315.0, 9359.0, 9333.0, 9371.0, 9333.0, 9326.0, 9320.0, 9321.0, 9335.0, 9320.0, 9346.0, 9336.0, 9383.0, 9339.0, 9322.0, 9338.0, 9323.0, 9370.0, 9341.0, 9365.0, 9325.0, 9362.0, 9341.0, 9343.0, 9352.0, 9325.0, 9363.0, 9339.0, 9387.0, 9352.0, 9320.0, 9367.0, 9321.0, 9393.0, 9351.0, 9361.0, 9350.0, 9339.0, 9398.0, 9344.0, 9415.0, 9371.0, 9342.0, 9385.0, 9348.0, 9422.0, 9400.0, 9381.0, 9406.0, 9357.0, 9343.0, 9370.0, 9338.0, 9362.0, 9351.0, 9346.0, 9397.0, 9354.0, 9346.0, 9351.0, 9339.0, 9375.0, 9318.0, 9356.0, 9316.0, 9317.0, 9318.0, 9302.0, 9336.0, 9333.0, 9345.0, 9341.0, 9363.0, 9339.0, 9348.0, 9336.0, 9348.0, 9339.0, 9365.0, 9339.0, 9306.0, 9334.0, 9358.0, 9366.0, 9339.0, 9364.0, 9353.0, 9403.0, 9360.0, 9356.0, 9355.0, 9335.0, 9387.0, 9354.0, 9427.0, 9443.0, 9378.0, 9202.0, 9249.0, 9332.0, 9332.0, 9319.0, 9390.0, 9371.0, 9402.0, 9382.0, 9480.0, 9712.0, 9545.0, 9377.0, 9361.0, 9290.0, 9357.0, 9347.0, 9370.0, 9336.0, 9313.0, 9331.0, 9316.0, 9342.0, 9311.0, 9337.0, 9284.0, 9258.0, 9310.0, 9304.0, 9321.0, 9288.0, 9298.0, 9295.0, 9305.0, 9308.0, 9306.0, 9302.0, 9305.0, 9311.0, 9332.0, 9311.0, 9315.0, 9325.0, 9314.0, 9340.0, 9345.0, 9317.0, 9285.0, 9308.0, 9351.0, 9351.0, 9335.0, 9347.0, 9329.0, 9335.0, 9348.0, 9315.0, 9344.0, 9333.0, 9331.0, 9338.0, 9334.0, 9333.0, 9330.0, 9344.0, 9358.0, 9364.0, 9337.0, 9318.0, 9332.0, 9353.0, 9355.0, 9340.0, 9352.0, 9336.0, 9314.0, 9356.0, 9337.0, 9343.0, 9339.0, 9353.0, 9362.0, 9373.0, 9352.0, 9308.0, 9338.0, 9344.0, 9359.0, 9353.0, 9340.0, 9354.0, 9340.0, 9362.0, 9357.0, 9358.0, 9356.0, 9344.0, 9378.0, 9377.0, 9361.0, 9358.0, 9355.0, 9315.0, 9362.0, 9363.0, 9359.0, 9356.0, 9351.0, 9377.0, 9396.0, 9359.0, 9356.0, 9354.0, 9373.0, 9376.0, 9357.0, 9376.0, 9359.0, 9378.0, 9370.0, 9412.0, 9365.0, 9341.0, 9337.0, 9300.0, 9286.0, 9334.0, 9380.0, 9353.0, 9300.0, 9367.0, 9322.0, 9382.0, 9324.0, 9379.0, 9356.0, 9379.0, 9357.0, 9347.0, 9319.0, 9314.0, 9309.0, 9171.0, 9281.0, 9298.0, 9312.0, 9311.0, 9313.0, 9341.0, 9315.0, 9340.0, 9338.0, 9339.0, 9387.0, 9355.0, 9401.0, 9372.0, 9413.0, 9352.0, 9363.0, 9363.0, 9331.0, 9375.0, 9328.0, 9371.0, 9336.0, 9388.0, 9340.0, 9386.0, 9339.0, 9327.0, 9338.0, 9309.0, 9365.0, 9309.0, 9365.0, 9346.0, 9370.0, 9341.0, 9310.0, 9332.0, 9322.0, 9348.0, 9324.0, 9329.0, 9363.0, 9365.0, 9371.0, 9365.0, 9343.0, 9342.0, 9363.0, 9354.0, 9339.0, 9368.0, 9392.0, 9345.0, 9355.0, 9364.0, 9381.0, 9349.0, 9291.0, 9272.0, 9317.0, 9328.0, 9367.0, 9367.0, 9364.0, 9379.0, 9370.0, 9386.0, 9347.0, 9342.0, 9395.0, 9354.0, 9393.0, 9366.0, 9340.0, 9342.0, 9337.0, 9392.0, 9329.0, 9354.0, 9368.0, 9349.0, 9360.0, 9340.0, 9308.0, 9325.0, 9314.0, 9372.0, 9325.0, 9307.0, 9288.0, 9303.0, 9305.0, 9314.0, 9319.0, 9298.0, 9291.0, 9316.0, 9308.0, 9318.0, 9333.0, 9337.0, 9339.0, 9325.0, 9350.0, 9342.0, 9346.0, 9341.0, 9350.0, 9372.0, 9351.0, 9361.0, 9360.0, 9361.0, 9381.0, 9356.0, 9361.0, 9351.0, 9347.0, 9367.0, 9372.0, 9394.0, 9366.0, 9377.0, 9364.0, 9398.0, 9370.0, 9377.0, 9347.0, 9327.0, 9356.0, 9368.0, 9386.0, 9345.0, 9374.0, 9343.0, 9377.0, 9346.0, 9354.0, 9338.0, 9334.0, 9340.0, 9346.0, 9352.0, 9325.0, 9352.0, 9340.0, 9371.0, 9333.0, 9357.0, 9344.0, 9315.0, 9348.0, 9338.0, 9347.0, 9339.0, 9358.0, 9349.0, 9371.0, 9343.0, 9355.0, 9341.0, 9343.0, 9343.0, 9327.0, 9338.0, 9340.0, 9340.0, 9349.0, 9357.0, 9332.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.010408470651588585</td></tr>
<tr><td colspan=3>aqi</td><td>0.07522806806677437</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.23425740825423</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.232230431713364</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1278592442726283</td></tr>
<tr><td colspan=3>efc</td><td>0.4851</td></tr>
<tr><td colspan=3>fber</td><td>4023.2681</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17689583646293033</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>312</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.80129240710824</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7096983042410376</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6404968461365583</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9604981112344064</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.528099955352148</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111583</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0032732905820012093</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019984222948551178</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.837176880664744</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>23.0308</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.7688</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.6242</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298930.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>795.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.4403</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0957</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.8527</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3369.2578</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77614.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4408.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.0928</td></tr>
<tr><td colspan=3>tsnr</td><td>24.448488493799232</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>