<?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-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-02/func/sub-0091_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>f540a8516daad8a00b9fc8c70c28cc53</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:22:47.355000</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.999928, 0.0119764, -0.000906919, -0.011868, 0.973628, -0.227831]</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.120887</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>[4140, -7701, -7225, 558, -64, -155, -103, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>df2cd001-ebff-4624-90ec-fea6b3cbca0b||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.6827332973480225, -0.031840983778238297, 0.004983066581189632, 115.74817657470703], [-0.03213169053196907, 2.6121737957000732, -0.6151277422904968, -73.24801635742188], [-0.00243319827131927, 0.6112532615661621, 2.628990888595581, -84.536376953125], [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': ['192247.355000', '192247.815000', '192248.275000', '192248.735000', '192249.195000', '192249.655000', '192250.115000', '192250.575000', '192251.035000', '192251.495000', '192251.955000', '192252.415000', '192252.875000', '192253.335000', '192253.795000', '192254.255000', '192254.715000', '192255.175000', '192255.635000', '192256.095000', '192256.555000', '192257.015000', '192257.475000', '192257.935000', '192258.395000', '192258.855000', '192259.315000', '192259.775000', '192300.235000', '192300.695000', '192301.155000', '192301.615000', '192302.075000', '192302.535000', '192302.995000', '192303.455000', '192303.915000', '192304.375000', '192304.835000', '192305.295000', '192305.755000', '192306.215000', '192306.675000', '192307.135000', '192307.595000', '192308.055000', '192308.515000', '192308.975000', '192309.435000', '192309.895000', '192310.355000', '192310.815000', '192311.275000', '192311.735000', '192312.195000', '192312.655000', '192313.115000', '192313.575000', '192314.035000', '192314.495000', '192314.955000', '192315.415000', '192315.875000', '192316.335000', '192316.795000', '192317.255000', '192317.715000', '192318.175000', '192318.635000', '192319.095000', '192319.555000', '192320.015000', '192320.475000', '192320.935000', '192321.395000', '192321.855000', '192322.315000', '192322.775000', '192323.235000', '192323.695000', '192324.155000', '192324.615000', '192325.075000', '192325.535000', '192325.995000', '192326.455000', '192326.915000', '192327.375000', '192327.835000', '192328.295000', '192328.755000', '192329.215000', '192329.675000', '192330.135000', '192330.595000', '192331.055000', '192331.515000', '192331.975000', '192332.435000', '192332.895000', '192333.355000', '192333.815000', '192334.275000', '192334.735000', '192335.195000', '192335.655000', '192336.115000', '192336.575000', '192337.035000', '192337.495000', '192337.955000', '192338.415000', '192338.875000', '192339.335000', '192339.795000', '192340.255000', '192340.715000', '192341.175000', '192341.635000', '192342.095000', '192342.555000', '192343.015000', '192343.475000', '192343.935000', '192344.395000', '192344.855000', '192345.315000', '192345.775000', '192346.235000', '192346.695000', '192347.155000', '192347.615000', '192348.075000', '192348.535000', '192348.995000', '192349.455000', '192349.915000', '192350.375000', '192350.835000', '192351.295000', '192351.755000', '192352.215000', '192352.675000', '192353.135000', '192353.595000', '192354.055000', '192354.515000', '192354.975000', '192355.435000', '192355.895000', '192356.355000', '192356.815000', '192357.275000', '192357.735000', '192358.195000', '192358.655000', '192359.115000', '192359.575000', '192400.035000', '192400.495000', '192400.955000', '192401.415000', '192401.875000', '192402.335000', '192402.795000', '192403.255000', '192403.715000', '192404.175000', '192404.635000', '192405.095000', '192405.555000', '192406.015000', '192406.475000', '192406.935000', '192407.395000', '192407.855000', '192408.315000', '192408.775000', '192409.235000', '192409.695000', '192410.155000', '192410.615000', '192411.075000', '192411.535000', '192411.995000', '192412.455000', '192412.915000', '192413.375000', '192413.835000', '192414.295000', '192414.755000', '192415.215000', '192415.675000', '192416.135000', '192416.595000', '192417.055000', '192417.515000', '192417.975000', '192418.435000', '192418.895000', '192419.355000', '192419.815000', '192420.275000', '192420.735000', '192421.195000', '192421.655000', '192422.115000', '192422.575000', '192423.035000', '192423.495000', '192423.955000', '192424.415000', '192424.875000', '192425.335000', '192425.795000', '192426.255000', '192426.715000', '192427.175000', '192427.635000', '192428.095000', '192428.555000', '192429.015000', '192429.475000', '192429.935000', '192430.395000', '192430.855000', '192431.315000', '192431.775000', '192432.235000', '192432.695000', '192433.155000', '192433.615000', '192434.075000', '192434.535000', '192434.995000', '192435.455000', '192435.915000', '192436.375000', '192436.835000', '192437.295000', '192437.755000', '192438.215000', '192438.675000', '192439.135000', '192439.595000', '192440.055000', '192440.515000', '192440.975000', '192441.435000', '192441.895000', '192442.355000', '192442.815000', '192443.275000', '192443.735000', '192444.195000', '192444.655000', '192445.115000', '192445.575000', '192446.035000', '192446.495000', '192446.955000', '192447.415000', '192447.875000', '192448.335000', '192448.795000', '192449.255000', '192449.715000', '192450.175000', '192450.635000', '192451.095000', '192451.555000', '192452.015000', '192452.475000', '192452.935000', '192453.395000', '192453.855000', '192454.315000', '192454.775000', '192455.235000', '192455.695000', '192456.155000', '192456.615000', '192457.075000', '192457.535000', '192457.995000', '192458.455000', '192458.915000', '192459.375000', '192459.835000', '192500.295000', '192500.755000', '192501.215000', '192501.675000', '192502.135000', '192502.595000', '192503.055000', '192503.515000', '192503.975000', '192504.435000', '192504.895000', '192505.355000', '192505.815000', '192506.275000', '192506.735000', '192507.195000', '192507.655000', '192508.115000', '192508.575000', '192509.035000', '192509.495000', '192509.955000', '192510.415000', '192510.875000', '192511.335000', '192511.795000', '192512.255000', '192512.715000', '192513.175000', '192513.635000', '192514.095000', '192514.555000', '192515.015000', '192515.475000', '192515.935000', '192516.395000', '192516.855000', '192517.315000', '192517.775000', '192518.235000', '192518.695000', '192519.155000', '192519.615000', '192520.075000', '192520.535000', '192520.995000', '192521.455000', '192521.915000', '192522.375000', '192522.835000', '192523.295000', '192523.755000', '192524.215000', '192524.675000', '192525.135000', '192525.595000', '192526.055000', '192526.515000', '192526.975000', '192527.435000', '192527.895000', '192528.355000', '192528.815000', '192529.275000', '192529.735000', '192530.195000', '192530.655000', '192531.115000', '192531.575000', '192532.035000', '192532.495000', '192532.955000', '192533.415000', '192533.875000', '192534.335000', '192534.795000', '192535.255000', '192535.715000', '192536.175000', '192536.635000', '192537.095000', '192537.555000', '192538.015000', '192538.475000', '192538.935000', '192539.395000', '192539.855000', '192540.315000', '192540.775000', '192541.235000', '192541.695000', '192542.155000', '192542.615000', '192543.075000', '192543.535000', '192543.995000', '192544.455000', '192544.915000', '192545.375000', '192545.835000', '192546.295000', '192546.755000', '192547.215000', '192547.675000', '192548.135000', '192548.595000', '192549.055000', '192549.515000', '192549.975000', '192550.435000', '192550.895000', '192551.355000', '192551.815000', '192552.275000', '192552.735000', '192553.195000', '192553.655000', '192554.115000', '192554.575000', '192555.035000', '192555.495000', '192555.955000', '192556.415000', '192556.875000', '192557.335000', '192557.795000', '192558.255000', '192558.715000', '192559.175000', '192559.635000', '192600.095000', '192600.555000', '192601.015000', '192601.475000', '192601.935000', '192602.395000', '192602.855000', '192603.315000', '192603.775000', '192604.235000', '192604.695000', '192605.155000', '192605.615000', '192606.075000', '192606.535000', '192606.995000', '192607.455000', '192607.915000', '192608.375000', '192608.835000', '192609.295000', '192609.755000', '192610.215000', '192610.675000', '192611.135000', '192611.595000', '192612.055000', '192612.515000', '192612.975000', '192613.435000', '192613.895000', '192614.355000', '192614.815000', '192615.275000', '192615.735000', '192616.195000', '192616.655000', '192617.115000', '192617.575000', '192618.035000', '192618.495000', '192618.955000', '192619.415000', '192619.875000', '192620.335000', '192620.795000', '192621.255000', '192621.715000', '192622.175000', '192622.635000', '192623.095000', '192623.555000', '192624.015000', '192624.475000', '192624.935000', '192625.395000', '192625.855000', '192626.315000', '192626.775000', '192627.235000', '192627.695000', '192628.155000', '192628.615000', '192629.075000', '192629.535000', '192629.995000', '192630.455000', '192630.915000', '192631.375000', '192631.835000', '192632.295000', '192632.755000', '192633.215000', '192633.675000', '192634.135000', '192634.595000', '192635.055000', '192635.515000', '192635.975000', '192636.435000', '192636.895000', '192637.355000', '192637.815000', '192638.275000', '192638.735000', '192639.195000', '192639.655000', '192640.115000', '192640.575000', '192641.035000', '192641.495000', '192641.955000', '192642.415000', '192642.875000', '192643.335000', '192643.795000', '192644.255000', '192644.715000', '192645.175000', '192645.635000', '192646.095000', '192646.555000', '192647.015000', '192647.475000', '192647.935000', '192648.395000', '192648.855000', '192649.315000', '192649.775000', '192650.235000', '192650.695000', '192651.155000', '192651.615000', '192652.075000', '192652.535000', '192652.995000', '192653.455000', '192653.915000', '192654.375000', '192654.835000', '192655.295000', '192655.755000', '192656.215000', '192656.675000', '192657.135000', '192657.595000', '192658.055000', '192658.515000', '192658.975000', '192659.435000', '192659.895000', '192700.355000', '192700.815000', '192701.275000', '192701.735000', '192702.195000', '192702.655000', '192703.115000', '192703.575000', '192704.035000', '192704.495000', '192704.955000', '192705.415000', '192705.875000', '192706.335000', '192706.795000', '192707.255000', '192707.715000', '192708.175000', '192708.635000', '192709.095000', '192709.555000', '192710.015000', '192710.475000', '192710.935000', '192711.395000', '192711.855000', '192712.315000', '192712.775000', '192713.235000', '192713.695000', '192714.155000', '192714.615000', '192715.075000', '192715.535000', '192715.995000', '192716.455000', '192716.915000', '192717.375000', '192717.835000', '192718.295000', '192718.755000', '192719.215000', '192719.675000', '192720.135000', '192720.595000', '192721.055000', '192721.515000', '192721.975000', '192722.435000', '192722.895000', '192723.355000', '192723.815000', '192724.275000', '192724.735000', '192725.195000', '192725.655000', '192726.115000', '192726.575000', '192727.035000', '192727.495000', '192727.955000', '192728.415000', '192728.875000', '192729.335000', '192729.795000', '192730.255000', '192730.715000', '192731.175000', '192731.635000', '192732.095000', '192732.555000', '192733.015000', '192733.475000', '192733.935000', '192734.395000', '192734.855000', '192735.315000', '192735.775000', '192736.235000', '192736.695000', '192737.155000', '192737.615000', '192738.075000', '192738.535000', '192738.995000', '192739.455000', '192739.915000', '192740.375000', '192740.835000', '192741.295000', '192741.755000', '192742.215000', '192742.675000', '192743.135000', '192743.595000', '192744.055000', '192744.515000', '192744.975000', '192745.435000', '192745.895000', '192746.355000', '192746.815000', '192747.275000', '192747.735000', '192748.195000', '192748.655000', '192749.115000', '192749.575000', '192750.035000', '192750.495000', '192750.955000', '192751.415000', '192751.875000', '192752.335000', '192752.795000', '192753.255000', '192753.715000', '192754.175000', '192754.635000', '192755.095000', '192755.555000', '192756.015000', '192756.475000', '192756.935000', '192757.395000', '192757.855000', '192758.315000', '192758.775000', '192759.235000', '192759.695000', '192800.155000', '192800.615000', '192801.075000', '192801.535000', '192801.995000', '192802.455000', '192802.915000', '192803.375000', '192803.835000', '192804.295000', '192804.755000', '192805.215000', '192805.675000', '192806.135000', '192806.595000', '192807.055000', '192807.515000', '192807.975000', '192808.435000', '192808.895000', '192809.355000', '192809.815000', '192810.275000', '192810.735000', '192811.195000', '192811.655000', '192812.115000', '192812.575000', '192813.035000', '192813.495000', '192813.955000', '192814.415000', '192814.875000', '192815.335000', '192815.795000', '192816.255000', '192816.715000', '192817.175000', '192817.635000', '192818.095000', '192818.555000', '192819.015000', '192819.475000', '192819.935000', '192820.395000', '192820.855000', '192821.315000', '192821.775000', '192822.235000', '192822.695000', '192823.155000', '192823.615000', '192824.075000', '192824.535000', '192824.995000', '192825.455000', '192825.915000', '192826.375000', '192826.835000', '192827.295000', '192827.755000', '192828.215000', '192828.675000', '192829.135000', '192829.595000', '192830.055000', '192830.515000', '192830.975000', '192831.435000', '192831.895000', '192832.355000', '192832.815000', '192833.275000', '192833.735000', '192834.195000', '192834.655000', '192835.115000', '192835.575000', '192836.035000', '192836.495000', '192836.955000', '192837.415000', '192837.875000', '192838.335000', '192838.795000', '192839.255000', '192839.715000', '192840.175000', '192840.635000', '192841.095000', '192841.555000', '192842.015000', '192842.475000', '192842.935000', '192843.395000', '192843.855000', '192844.315000', '192844.775000', '192845.235000', '192845.695000', '192846.155000', '192846.615000', '192847.075000', '192847.535000', '192847.995000', '192848.455000', '192848.915000', '192849.375000', '192849.835000', '192850.295000', '192850.755000', '192851.215000', '192851.675000', '192852.135000', '192852.595000', '192853.055000', '192853.515000', '192853.975000', '192854.435000', '192854.895000', '192855.355000', '192855.815000', '192856.275000', '192856.735000', '192857.195000', '192857.655000', '192858.115000', '192858.575000', '192859.035000', '192859.495000', '192859.955000', '192900.415000', '192900.875000', '192901.335000', '192901.795000', '192902.255000', '192902.715000', '192903.175000', '192903.635000', '192904.095000', '192904.555000', '192905.015000', '192905.475000', '192905.935000', '192906.395000', '192906.855000', '192907.315000', '192907.775000', '192908.235000', '192908.695000', '192909.155000', '192909.615000', '192910.075000', '192910.535000', '192910.995000', '192911.455000', '192911.915000', '192912.375000', '192912.835000', '192913.295000', '192913.755000', '192914.215000', '192914.675000', '192915.135000', '192915.595000', '192916.055000', '192916.515000', '192916.975000', '192917.435000', '192917.895000', '192918.355000', '192918.815000', '192919.275000', '192919.735000', '192920.195000', '192920.655000', '192921.115000', '192921.575000', '192922.035000', '192922.495000', '192922.955000', '192923.415000', '192923.875000', '192924.335000', '192924.795000', '192925.255000', '192925.715000', '192926.175000', '192926.635000', '192927.095000', '192927.555000', '192928.015000', '192928.475000', '192928.935000', '192929.395000', '192929.855000', '192930.315000', '192930.775000', '192931.235000', '192931.695000', '192932.155000', '192932.615000', '192933.075000', '192933.535000', '192933.995000', '192934.455000', '192934.915000', '192935.375000', '192935.835000', '192936.295000', '192936.755000', '192937.215000', '192937.675000', '192938.135000', '192938.595000', '192939.055000', '192939.515000', '192939.975000', '192940.435000', '192940.895000', '192941.355000', '192941.815000', '192942.275000', '192942.735000', '192943.195000', '192943.655000', '192944.115000', '192944.575000', '192945.035000', '192945.495000', '192945.955000', '192946.415000', '192946.875000', '192947.335000', '192947.795000', '192948.255000', '192948.715000', '192949.175000', '192949.635000', '192950.095000', '192950.555000', '192951.015000', '192951.475000', '192951.935000', '192952.395000', '192952.855000', '192953.315000', '192953.775000', '192954.235000', '192954.695000', '192955.155000', '192955.615000', '192956.075000', '192956.535000', '192956.995000', '192957.455000', '192957.915000', '192958.375000', '192958.835000', '192959.295000', '192959.755000', '193000.215000', '193000.675000', '193001.135000', '193001.595000', '193002.055000', '193002.515000', '193002.975000', '193003.435000', '193003.895000', '193004.355000', '193004.815000', '193005.275000', '193005.735000', '193006.195000', '193006.655000', '193007.115000', '193007.575000', '193008.035000', '193008.495000', '193008.955000', '193009.415000', '193009.875000', '193010.335000', '193010.795000', '193011.255000', '193011.715000', '193012.175000', '193012.635000', '193013.095000', '193013.555000', '193014.015000', '193014.475000', '193014.935000', '193015.395000', '193015.855000', '193016.315000', '193016.775000', '193017.235000', '193017.695000', '193018.155000', '193018.615000', '193019.075000', '193019.535000', '193019.995000', '193020.455000', '193020.915000', '193021.375000', '193021.835000', '193022.295000', '193022.755000', '193023.215000', '193023.675000', '193024.135000', '193024.595000', '193025.055000', '193025.515000', '193025.975000', '193026.435000', '193026.895000', '193027.355000', '193027.815000', '193028.275000', '193028.735000', '193029.195000', '193029.655000', '193030.115000', '193030.575000', '193031.035000', '193031.495000', '193031.955000', '193032.415000', '193032.875000', '193033.335000', '193033.795000', '193034.255000', '193034.715000', '193035.175000', '193035.635000', '193036.095000', '193036.555000', '193037.015000', '193037.475000', '193037.935000', '193038.395000', '193038.855000', '193039.315000', '193039.775000', '193040.235000', '193040.695000', '193041.155000', '193041.615000', '193042.075000', '193042.535000', '193042.995000', '193043.455000', '193043.915000', '193044.375000', '193044.835000', '193045.295000', '193045.755000', '193046.215000', '193046.675000', '193047.135000', '193047.595000', '193048.055000', '193048.515000', '193048.975000', '193049.435000', '193049.895000', '193050.355000', '193050.815000', '193051.275000', '193051.735000', '193052.195000', '193052.655000', '193053.115000', '193053.575000', '193054.035000', '193054.495000', '193054.955000', '193055.415000', '193055.875000', '193056.335000', '193056.795000', '193057.255000', '193057.715000', '193058.175000', '193058.635000', '193059.095000', '193059.555000', '193100.015000', '193100.475000', '193100.935000', '193101.395000', '193101.855000', '193102.315000', '193102.775000', '193103.235000', '193103.695000', '193104.155000', '193104.615000', '193105.075000', '193105.535000', '193105.995000', '193106.455000', '193106.915000', '193107.375000', '193107.835000', '193108.295000', '193108.755000', '193109.215000', '193109.675000', '193110.135000', '193110.595000', '193111.055000', '193111.515000', '193111.975000', '193112.435000', '193112.895000', '193113.355000', '193113.815000', '193114.275000', '193114.735000', '193115.195000', '193115.655000', '193116.115000', '193116.575000', '193117.035000', '193117.495000', '193117.955000', '193118.415000', '193118.875000', '193119.335000', '193119.795000', '193120.255000', '193120.715000', '193121.175000', '193121.635000', '193122.095000', '193122.555000', '193123.015000', '193123.475000', '193123.935000', '193124.395000', '193124.855000', '193125.315000', '193125.775000', '193126.235000', '193126.695000', '193127.155000', '193127.615000', '193128.075000', '193128.535000', '193128.995000', '193129.455000', '193129.915000', '193130.375000', '193130.835000', '193131.295000', '193131.755000', '193132.215000', '193132.675000', '193133.135000', '193133.595000', '193134.055000', '193134.515000', '193134.975000', '193135.435000', '193135.895000', '193136.355000', '193136.815000', '193137.275000', '193137.735000', '193138.195000', '193138.655000', '193139.115000', '193139.575000', '193140.035000', '193140.495000', '193140.955000', '193141.415000', '193141.875000', '193142.335000', '193142.795000', '193143.255000', '193143.715000', '193144.175000', '193144.635000', '193145.095000', '193145.555000', '193146.015000', '193146.475000', '193146.935000', '193147.395000', '193147.855000', '193148.315000', '193148.775000', '193149.235000', '193149.695000', '193150.155000', '193150.615000', '193151.075000', '193151.535000', '193151.995000', '193152.455000', '193152.915000', '193153.375000', '193153.835000', '193154.295000', '193154.755000', '193155.215000', '193155.675000', '193156.135000', '193156.595000', '193157.055000', '193157.515000', '193157.975000', '193158.435000', '193158.895000', '193159.355000', '193159.815000', '193200.275000', '193200.735000', '193201.195000', '193201.655000', '193202.115000', '193202.575000', '193203.035000', '193203.495000', '193203.955000', '193204.415000', '193204.875000', '193205.335000', '193205.795000', '193206.255000', '193206.715000', '193207.175000', '193207.635000', '193208.095000', '193208.555000', '193209.015000', '193209.475000', '193209.935000', '193210.395000', '193210.855000', '193211.315000', '193211.775000', '193212.235000', '193212.695000', '193213.155000', '193213.615000', '193214.075000', '193214.535000', '193214.995000', '193215.455000', '193215.915000', '193216.375000', '193216.835000', '193217.295000', '193217.755000', '193218.215000', '193218.675000', '193219.135000', '193219.595000', '193220.055000', '193220.515000', '193220.975000', '193221.435000', '193221.895000', '193222.355000', '193222.815000', '193223.275000', '193223.735000', '193224.195000', '193224.655000', '193225.115000', '193225.575000', '193226.035000', '193226.495000', '193226.955000', '193227.415000', '193227.875000', '193228.335000', '193228.795000', '193229.255000', '193229.715000', '193230.175000', '193230.635000', '193231.095000', '193231.555000', '193232.015000', '193232.475000', '193232.935000', '193233.395000', '193233.855000', '193234.315000', '193234.775000', '193235.235000', '193235.695000', '193236.155000', '193236.615000', '193237.075000', '193237.535000', '193237.995000', '193238.455000', '193238.915000', '193239.375000', '193239.835000', '193240.295000', '193240.755000', '193241.215000', '193241.675000', '193242.135000', '193242.595000', '193243.055000', '193243.515000', '193243.975000', '193244.435000', '193244.895000', '193245.355000', '193245.815000', '193246.275000', '193246.735000', '193247.195000', '193247.655000', '193248.115000', '193248.575000', '193249.035000', '193249.495000', '193249.955000', '193250.415000', '193250.875000', '193251.335000', '193251.795000', '193252.255000', '193252.715000', '193253.175000', '193253.635000', '193254.095000', '193254.555000', '193255.015000', '193255.475000', '193255.935000', '193256.395000', '193256.855000', '193257.315000', '193257.775000', '193258.235000', '193258.695000', '193259.155000', '193259.615000', '193300.075000', '193300.535000', '193300.995000', '193301.455000', '193301.915000', '193302.375000', '193302.835000', '193303.295000', '193303.755000', '193304.215000', '193304.675000', '193305.135000', '193305.595000', '193306.055000', '193306.515000', '193306.975000', '193307.435000', '193307.895000', '193308.355000', '193308.815000', '193309.275000', '193309.735000', '193310.195000', '193310.655000', '193311.115000', '193311.575000', '193312.035000', '193312.495000', '193312.955000', '193313.415000', '193313.875000', '193314.335000', '193314.795000', '193315.255000', '193315.715000', '193316.175000', '193316.635000', '193317.095000', '193317.555000', '193318.015000', '193318.475000', '193318.935000', '193319.395000', '193319.855000', '193320.315000', '193320.775000', '193321.235000', '193321.695000', '193322.155000', '193322.615000', '193323.075000', '193323.535000', '193323.995000', '193324.455000', '193324.915000', '193325.375000', '193325.835000', '193326.295000', '193326.755000', '193327.215000', '193327.675000', '193328.135000', '193328.595000', '193329.055000', '193329.515000', '193329.975000', '193330.435000', '193330.895000', '193331.355000', '193331.815000', '193332.275000', '193332.735000', '193333.195000', '193333.655000', '193334.115000', '193334.575000', '193335.035000', '193335.495000', '193335.955000', '193336.415000', '193336.875000', '193337.335000', '193337.795000', '193338.255000', '193338.715000', '193339.175000', '193339.635000', '193340.095000', '193340.555000', '193341.015000', '193341.475000', '193341.935000', '193342.395000', '193342.855000', '193343.315000', '193343.775000', '193344.235000', '193344.695000', '193345.155000', '193345.615000', '193346.075000', '193346.535000', '193346.995000', '193347.455000', '193347.915000', '193348.375000', '193348.835000', '193349.295000', '193349.755000', '193350.215000', '193350.675000', '193351.135000', '193351.595000', '193352.055000', '193352.515000', '193352.975000', '193353.435000', '193353.895000', '193354.355000', '193354.815000', '193355.275000', '193355.735000', '193356.195000', '193356.655000', '193357.115000', '193357.575000', '193358.035000', '193358.495000', '193358.955000', '193359.415000', '193359.875000', '193400.335000', '193400.795000', '193401.255000', '193401.715000', '193402.175000', '193402.635000', '193403.095000', '193403.555000', '193404.015000', '193404.475000', '193404.935000', '193405.395000', '193405.855000', '193406.315000', '193406.775000', '193407.235000', '193407.695000', '193408.155000', '193408.615000', '193409.075000', '193409.535000', '193409.995000', '193410.455000', '193410.915000', '193411.375000', '193411.835000', '193412.295000', '193412.755000', '193413.215000', '193413.675000', '193414.135000', '193414.595000', '193415.055000', '193415.515000', '193415.975000', '193416.435000', '193416.895000', '193417.355000', '193417.815000', '193418.275000', '193418.735000', '193419.195000', '193419.655000', '193420.115000', '193420.575000', '193421.035000', '193421.495000', '193421.955000', '193422.415000', '193422.875000', '193423.335000', '193423.795000', '193424.255000', '193424.715000', '193425.175000', '193425.635000', '193426.095000', '193426.555000', '193427.015000', '193427.475000', '193427.935000', '193428.395000', '193428.855000', '193429.315000', '193429.775000', '193430.235000', '193430.695000', '193431.155000', '193431.615000', '193432.075000', '193432.535000', '193432.995000', '193433.455000', '193433.915000', '193434.375000', '193434.835000', '193435.295000', '193435.755000', '193436.215000', '193436.675000', '193437.135000', '193437.595000', '193438.055000', '193438.515000', '193438.975000', '193439.435000', '193439.895000', '193440.355000', '193440.815000', '193441.275000', '193441.735000', '193442.195000', '193442.655000', '193443.115000', '193443.575000', '193444.035000', '193444.495000', '193444.955000', '193445.415000', '193445.875000', '193446.335000', '193446.795000', '193447.255000', '193447.715000', '193448.175000', '193448.635000', '193449.095000', '193449.555000', '193450.015000', '193450.475000', '193450.935000', '193451.395000', '193451.855000', '193452.315000', '193452.775000', '193453.235000', '193453.695000', '193454.155000', '193454.615000', '193455.075000', '193455.535000', '193455.995000', '193456.455000', '193456.915000', '193457.375000', '193457.835000', '193458.295000', '193458.755000', '193459.215000', '193459.675000', '193500.135000', '193500.595000', '193501.055000', '193501.515000', '193501.975000', '193502.435000', '193502.895000', '193503.355000', '193503.815000', '193504.275000', '193504.735000', '193505.195000', '193505.655000', '193506.115000', '193506.575000', '193507.035000', '193507.495000', '193507.955000', '193508.415000', '193508.875000', '193509.335000', '193509.795000', '193510.255000', '193510.715000', '193511.175000', '193511.635000', '193512.095000', '193512.555000', '193513.015000', '193513.475000', '193513.935000', '193514.395000', '193514.855000', '193515.315000', '193515.775000', '193516.235000', '193516.695000', '193517.155000', '193517.615000', '193518.075000', '193518.535000', '193518.995000', '193519.455000', '193519.915000', '193520.375000', '193520.835000', '193521.295000', '193521.755000', '193522.215000', '193522.675000', '193523.135000', '193523.595000', '193524.055000', '193524.515000', '193524.975000', '193525.435000', '193525.895000', '193526.355000', '193526.815000', '193527.275000', '193527.735000', '193528.195000', '193528.655000', '193529.115000', '193529.575000', '193530.035000', '193530.495000', '193530.955000', '193531.415000', '193531.875000', '193532.335000', '193532.795000', '193533.255000', '193533.715000', '193534.175000', '193534.635000', '193535.095000', '193535.555000', '193536.015000', '193536.475000', '193536.935000', '193537.395000', '193537.855000', '193538.315000', '193538.775000', '193539.235000', '193539.695000', '193540.155000', '193540.615000', '193541.075000', '193541.535000', '193541.995000', '193542.455000', '193542.915000', '193543.375000', '193543.835000', '193544.295000', '193544.755000', '193545.215000', '193545.675000', '193546.135000', '193546.595000', '193547.055000', '193547.515000', '193547.975000', '193548.435000', '193548.895000', '193549.355000', '193549.815000', '193550.275000', '193550.735000', '193551.195000', '193551.655000', '193552.115000', '193552.575000', '193553.035000', '193553.495000', '193553.955000', '193554.415000', '193554.875000', '193555.335000', '193555.795000', '193556.255000', '193556.715000', '193557.175000', '193557.635000', '193558.095000', '193558.555000', '193559.015000', '193559.475000', '193559.935000', '193600.395000', '193600.855000', '193601.315000', '193601.775000', '193602.235000', '193602.695000', '193603.155000', '193603.615000', '193604.075000', '193604.535000', '193604.995000', '193605.455000', '193605.915000', '193606.375000', '193606.835000', '193607.295000', '193607.755000', '193608.215000', '193608.675000', '193609.135000', '193609.595000', '193610.055000', '193610.515000', '193610.975000', '193611.435000', '193611.895000', '193612.355000', '193612.815000', '193613.275000', '193613.735000', '193614.195000', '193614.655000', '193615.115000', '193615.575000', '193616.035000', '193616.495000', '193616.955000', '193617.415000', '193617.875000', '193618.335000', '193618.795000', '193619.255000', '193619.715000', '193620.175000', '193620.635000', '193621.095000', '193621.555000', '193622.015000', '193622.475000', '193622.935000', '193623.395000', '193623.855000', '193624.315000', '193624.775000', '193625.235000', '193625.695000', '193626.155000', '193626.615000', '193627.075000', '193627.535000', '193627.995000', '193628.455000', '193628.915000', '193629.375000', '193629.835000', '193630.295000', '193630.755000', '193631.215000', '193631.675000', '193632.135000', '193632.595000', '193633.055000', '193633.515000', '193633.975000', '193634.435000', '193634.895000', '193635.355000', '193635.815000', '193636.275000', '193636.735000', '193637.195000', '193637.655000', '193638.115000', '193638.575000', '193639.035000', '193639.495000', '193639.955000', '193640.415000', '193640.875000', '193641.335000', '193641.795000', '193642.255000', '193642.715000', '193643.175000', '193643.635000', '193644.095000', '193644.555000', '193645.015000', '193645.475000', '193645.935000', '193646.395000', '193646.855000', '193647.315000', '193647.775000', '193648.235000', '193648.695000', '193649.155000', '193649.615000', '193650.075000', '193650.535000', '193650.995000', '193651.455000', '193651.915000', '193652.375000', '193652.835000', '193653.295000', '193653.755000', '193654.215000', '193654.675000', '193655.135000', '193655.595000', '193656.055000', '193656.515000', '193656.975000', '193657.435000', '193657.895000', '193658.355000', '193658.815000', '193659.275000', '193659.735000', '193700.195000', '193700.655000', '193701.115000', '193701.575000', '193702.035000'], 'ContentTime': ['192310.677000', '192310.680000', '192310.683000', '192310.686000', '192310.689000', '192310.692000', '192310.700000', '192310.702000', '192310.705000', '192310.707000', '192310.710000', '192310.712000', '192310.715000', '192310.718000', '192310.721000', '192310.723000', '192310.726000', '192310.729000', '192310.731000', '192310.734000', '192310.736000', '192310.739000', '192310.742000', '192310.744000', '192310.747000', '192310.750000', '192310.752000', '192310.755000', '192310.757000', '192310.760000', '192310.763000', '192310.765000', '192310.768000', '192310.770000', '192310.777000', '192310.779000', '192310.782000', '192310.785000', '192310.787000', '192310.790000', '192310.793000', '192310.795000', '192310.798000', '192310.800000', '192310.803000', '192310.806000', '192310.808000', '192310.811000', '192330.651000', '192330.654000', '192330.657000', '192330.659000', '192330.662000', '192330.665000', '192330.668000', '192330.671000', '192330.673000', '192330.676000', '192330.679000', '192330.681000', '192330.684000', '192330.687000', '192330.689000', '192330.692000', '192330.694000', '192330.697000', '192330.700000', '192330.703000', '192330.705000', '192330.717000', '192330.720000', '192330.723000', '192330.725000', '192330.728000', '192330.730000', '192330.733000', '192330.735000', '192330.738000', '192330.741000', '192330.743000', '192330.746000', '192330.749000', '192330.751000', '192330.754000', '192330.756000', '192330.759000', '192330.767000', '192330.769000', '192330.772000', '192330.775000', '192330.777000', '192330.780000', '192350.652000', '192350.655000', '192350.657000', '192350.660000', '192350.662000', '192350.665000', '192350.672000', '192350.675000', '192350.678000', '192350.680000', '192350.683000', '192350.686000', '192350.688000', '192350.691000', '192350.694000', '192350.696000', '192350.699000', '192350.702000', '192350.705000', '192350.707000', '192350.710000', '192350.713000', '192350.717000', '192350.720000', '192350.722000', '192350.725000', '192350.727000', '192350.730000', '192350.733000', '192350.735000', '192350.738000', '192350.740000', '192350.743000', '192350.746000', '192350.748000', '192350.751000', '192350.753000', '192350.757000', '192350.761000', '192350.764000', '192350.766000', '192350.769000', '192350.771000', '192410.651000', '192410.654000', '192410.657000', '192410.660000', '192410.663000', '192410.666000', '192410.668000', '192410.671000', '192410.674000', '192410.676000', '192410.679000', '192410.681000', '192410.684000', '192410.687000', '192410.690000', '192410.692000', '192410.695000', '192410.698000', '192410.700000', '192410.703000', '192410.706000', '192410.708000', '192410.711000', '192410.714000', '192410.716000', '192410.719000', '192410.721000', '192410.724000', '192410.735000', '192410.738000', '192410.741000', '192410.743000', '192410.746000', '192410.748000', '192410.751000', '192410.754000', '192410.756000', '192410.759000', '192410.762000', '192410.764000', '192410.767000', '192410.770000', '192410.772000', '192410.775000', '192430.652000', '192430.654000', '192430.657000', '192430.660000', '192430.662000', '192430.665000', '192430.668000', '192430.670000', '192430.673000', '192430.675000', '192430.678000', '192430.681000', '192430.683000', '192430.686000', '192430.689000', '192430.691000', '192430.694000', '192430.696000', '192430.699000', '192430.702000', '192430.704000', '192430.707000', '192430.710000', '192430.712000', '192430.715000', '192430.717000', '192430.720000', '192430.723000', '192430.725000', '192430.728000', '192430.737000', '192430.740000', '192430.743000', '192430.745000', '192430.748000', '192430.751000', '192430.753000', '192430.756000', '192430.759000', '192430.761000', '192430.764000', '192430.766000', '192430.769000', '192450.651000', '192450.654000', '192450.657000', '192450.660000', '192450.662000', '192450.665000', '192450.668000', '192450.670000', '192450.673000', '192450.675000', '192450.678000', '192450.681000', '192450.683000', '192450.686000', '192450.689000', '192450.691000', '192450.694000', '192450.696000', '192450.699000', '192450.702000', '192450.704000', '192450.707000', '192450.710000', '192450.712000', '192450.715000', '192450.718000', '192450.720000', '192450.723000', '192450.726000', '192450.728000', '192450.731000', '192450.733000', '192450.736000', '192450.739000', '192450.741000', '192450.744000', '192450.747000', '192450.749000', '192450.752000', '192450.755000', '192450.757000', '192450.760000', '192450.762000', '192450.765000', '192510.651000', '192510.654000', '192510.657000', '192510.660000', '192510.662000', '192510.665000', '192510.668000', '192510.670000', '192510.673000', '192510.675000', '192510.678000', '192510.681000', '192510.683000', '192510.686000', '192510.688000', '192510.691000', '192510.704000', '192510.706000', '192510.709000', '192510.712000', '192510.714000', '192510.717000', '192510.720000', '192510.722000', '192510.725000', '192510.728000', '192510.731000', '192510.735000', '192510.737000', '192510.740000', '192510.742000', '192510.745000', '192510.748000', '192510.750000', '192510.753000', '192510.756000', '192510.758000', '192510.761000', '192510.764000', '192510.766000', '192510.769000', '192510.771000', '192510.774000', '192530.652000', '192530.654000', '192530.657000', '192530.660000', '192530.662000', '192530.665000', '192530.667000', '192530.670000', '192530.673000', '192530.675000', '192530.678000', '192530.681000', '192530.683000', '192530.686000', '192530.688000', '192530.691000', '192530.694000', '192530.696000', '192530.699000', '192530.701000', '192530.704000', '192530.707000', '192530.709000', '192530.712000', '192530.715000', '192530.717000', '192530.720000', '192530.722000', '192530.725000', '192530.728000', '192530.730000', '192530.733000', '192530.736000', '192530.738000', '192530.741000', '192530.744000', '192530.746000', '192530.749000', '192530.751000', '192530.754000', '192530.756000', '192530.759000', '192530.762000', '192530.764000', '192550.652000', '192550.654000', '192550.657000', '192550.660000', '192550.662000', '192550.665000', '192550.667000', '192550.670000', '192550.673000', '192550.675000', '192550.678000', '192550.681000', '192550.683000', '192550.686000', '192550.688000', '192550.691000', '192550.694000', '192550.696000', '192550.699000', '192550.702000', '192550.704000', '192550.707000', '192550.709000', '192550.712000', '192550.715000', '192550.717000', '192550.720000', '192550.723000', '192550.725000', '192550.728000', '192550.731000', '192550.734000', '192550.736000', '192550.739000', '192550.742000', '192550.744000', '192550.747000', '192550.750000', '192550.752000', '192550.755000', '192550.758000', '192550.760000', '192550.763000', '192610.652000', '192610.655000', '192610.658000', '192610.660000', '192610.663000', '192610.666000', '192610.668000', '192610.671000', '192610.673000', '192610.676000', '192610.679000', '192610.681000', '192610.684000', '192610.686000', '192610.689000', '192610.692000', '192610.694000', '192610.697000', '192610.700000', '192610.702000', '192610.705000', '192610.708000', '192610.710000', '192610.713000', '192610.716000', '192610.718000', '192610.721000', '192610.724000', '192610.726000', '192610.729000', '192610.732000', '192610.734000', '192610.737000', '192610.740000', '192610.742000', '192610.745000', '192610.747000', '192610.750000', '192610.753000', '192610.764000', '192610.766000', '192610.769000', '192610.771000', '192610.774000', '192630.652000', '192630.655000', '192630.657000', '192630.660000', '192630.662000', '192630.665000', '192630.668000', '192630.670000', '192630.673000', '192630.676000', '192630.678000', '192630.681000', '192630.684000', '192630.686000', '192630.689000', '192630.692000', '192630.694000', '192630.697000', '192630.700000', '192630.702000', '192630.705000', '192630.708000', '192630.710000', '192630.713000', '192630.716000', '192630.718000', '192630.721000', '192630.724000', '192630.726000', '192630.729000', '192630.732000', '192630.734000', '192630.737000', '192630.740000', '192630.742000', '192630.745000', '192630.747000', '192630.750000', '192630.753000', '192630.755000', '192630.758000', '192630.770000', '192630.772000', '192650.651000', '192650.654000', '192650.657000', '192650.660000', '192650.662000', '192650.665000', '192650.668000', '192650.670000', '192650.673000', '192650.675000', '192650.678000', '192650.681000', '192650.683000', '192650.686000', '192650.689000', '192650.691000', '192650.694000', '192650.697000', '192650.699000', '192650.702000', '192650.705000', '192650.707000', '192650.710000', '192650.712000', '192650.715000', '192650.718000', '192650.720000', '192650.723000', '192650.726000', '192650.729000', '192650.731000', '192650.738000', '192650.741000', '192650.743000', '192650.746000', '192650.749000', '192650.751000', '192650.754000', '192650.756000', '192650.759000', '192650.762000', '192650.764000', '192650.767000', '192650.770000', '192710.651000', '192710.654000', '192710.657000', '192710.660000', '192710.663000', '192710.665000', '192710.668000', '192710.671000', '192710.673000', '192710.676000', '192710.679000', '192710.681000', '192710.684000', '192710.687000', '192710.689000', '192710.692000', '192710.694000', '192710.698000', '192710.700000', '192710.703000', '192710.706000', '192710.708000', '192710.711000', '192710.714000', '192710.716000', '192710.719000', '192710.722000', '192710.724000', '192710.727000', '192710.729000', '192710.732000', '192710.735000', '192710.737000', '192710.740000', '192710.743000', '192710.745000', '192710.748000', '192710.751000', '192710.753000', '192710.756000', '192710.758000', '192710.761000', '192710.764000', '192730.651000', '192730.654000', '192730.657000', '192730.660000', '192730.662000', '192730.665000', '192730.668000', '192730.671000', '192730.673000', '192730.676000', '192730.678000', '192730.681000', '192730.684000', '192730.687000', '192730.689000', '192730.692000', '192730.695000', '192730.697000', '192730.700000', '192730.703000', '192730.705000', '192730.708000', '192730.711000', '192730.713000', '192730.716000', '192730.719000', '192730.721000', '192730.724000', '192730.727000', '192730.729000', '192730.732000', '192730.735000', '192730.738000', '192730.741000', '192730.743000', '192730.746000', '192730.748000', '192730.751000', '192730.754000', '192730.756000', '192730.759000', '192730.762000', '192730.764000', '192730.767000', '192750.651000', '192750.655000', '192750.657000', '192750.660000', '192750.663000', '192750.665000', '192750.668000', '192750.671000', '192750.673000', '192750.676000', '192750.679000', '192750.681000', '192750.684000', '192750.687000', '192750.689000', '192750.692000', '192750.694000', '192750.702000', '192750.704000', '192750.707000', '192750.710000', '192750.712000', '192750.715000', '192750.718000', '192750.720000', '192750.723000', '192750.726000', '192750.728000', '192750.731000', '192750.733000', '192750.736000', '192750.739000', '192750.741000', '192750.744000', '192750.747000', '192750.749000', '192750.752000', '192750.755000', '192750.757000', '192750.760000', '192750.763000', '192750.765000', '192750.768000', '192810.651000', '192810.655000', '192810.658000', '192810.661000', '192810.663000', '192810.666000', '192810.669000', '192810.671000', '192810.674000', '192810.677000', '192810.679000', '192810.682000', '192810.685000', '192810.687000', '192810.690000', '192810.693000', '192810.695000', '192810.698000', '192810.701000', '192810.703000', '192810.706000', '192810.709000', '192810.712000', '192810.728000', '192810.730000', '192810.733000', '192810.736000', '192810.738000', '192810.741000', '192810.744000', '192810.746000', '192810.749000', '192810.752000', '192810.754000', '192810.757000', '192810.760000', '192810.762000', '192810.765000', '192810.768000', '192810.771000', '192810.774000', '192810.776000', '192810.779000', '192810.782000', '192830.652000', '192830.655000', '192830.657000', '192830.660000', '192830.663000', '192830.665000', '192830.668000', '192830.670000', '192830.673000', '192830.676000', '192830.678000', '192830.681000', '192830.684000', '192830.686000', '192830.689000', '192830.692000', '192830.695000', '192830.698000', '192830.700000', '192830.703000', '192830.706000', '192830.708000', '192830.711000', '192830.714000', '192830.716000', '192830.719000', '192830.722000', '192830.724000', '192830.727000', '192830.730000', '192830.732000', '192830.735000', '192830.738000', '192830.740000', '192830.743000', '192830.746000', '192830.748000', '192830.751000', '192830.754000', '192830.756000', '192830.759000', '192830.762000', '192830.765000', '192850.652000', '192850.655000', '192850.657000', '192850.660000', '192850.663000', '192850.666000', '192850.669000', '192850.671000', '192850.674000', '192850.677000', '192850.680000', '192850.683000', '192850.685000', '192850.688000', '192850.691000', '192850.693000', '192850.696000', '192850.699000', '192850.701000', '192850.704000', '192850.707000', '192850.709000', '192850.712000', '192850.715000', '192850.718000', '192850.720000', '192850.723000', '192850.726000', '192850.729000', '192850.732000', '192850.735000', '192850.738000', '192850.741000', '192850.744000', '192850.746000', '192850.749000', '192850.751000', '192850.754000', '192850.757000', '192850.760000', '192850.762000', '192850.765000', '192850.768000', '192910.651000', '192910.655000', '192910.657000', '192910.660000', '192910.663000', '192910.665000', '192910.668000', '192910.670000', '192910.673000', '192910.676000', '192910.678000', '192910.681000', '192910.684000', '192910.686000', '192910.689000', '192910.692000', '192910.694000', '192910.697000', '192910.699000', '192910.702000', '192910.705000', '192910.708000', '192910.711000', '192910.714000', '192910.717000', '192910.719000', '192910.722000', '192910.725000', '192910.727000', '192910.730000', '192910.733000', '192910.735000', '192910.738000', '192910.740000', '192910.743000', '192910.746000', '192910.748000', '192910.751000', '192910.754000', '192910.756000', '192910.759000', '192910.762000', '192910.764000', '192910.767000', '192930.652000', '192930.654000', '192930.657000', '192930.660000', '192930.662000', '192930.665000', '192930.668000', '192930.670000', '192930.673000', '192930.676000', '192930.678000', '192930.681000', '192930.684000', '192930.687000', '192930.689000', '192930.692000', '192930.695000', '192930.698000', '192930.700000', '192930.703000', '192930.706000', '192930.708000', '192930.711000', '192930.714000', '192930.716000', '192930.719000', '192930.722000', '192930.724000', '192930.727000', '192930.730000', '192930.732000', '192930.735000', '192930.738000', '192930.740000', '192930.754000', '192930.757000', '192930.759000', '192930.762000', '192930.765000', '192930.767000', '192930.770000', '192930.772000', '192930.775000', '192950.652000', '192950.654000', '192950.657000', '192950.660000', '192950.663000', '192950.665000', '192950.668000', '192950.671000', '192950.673000', '192950.676000', '192950.678000', '192950.681000', '192950.684000', '192950.686000', '192950.689000', '192950.692000', '192950.694000', '192950.697000', '192950.700000', '192950.702000', '192950.705000', '192950.708000', '192950.710000', '192950.713000', '192950.716000', '192950.718000', '192950.721000', '192950.724000', '192950.726000', '192950.729000', '192950.732000', '192950.735000', '192950.737000', '192950.740000', '192950.742000', '192950.745000', '192950.748000', '192950.750000', '192950.753000', '192950.756000', '192950.758000', '192950.761000', '192950.763000', '192950.766000', '193010.651000', '193010.655000', '193010.657000', '193010.662000', '193010.665000', '193010.667000', '193010.670000', '193010.673000', '193010.675000', '193010.678000', '193010.680000', '193010.683000', '193010.686000', '193010.688000', '193010.691000', '193010.694000', '193010.696000', '193010.699000', '193010.702000', '193010.704000', '193010.707000', '193010.710000', '193010.712000', '193010.716000', '193010.719000', '193010.721000', '193010.724000', '193010.727000', '193010.729000', '193010.732000', '193010.735000', '193010.737000', '193010.740000', '193010.743000', '193010.745000', '193010.748000', '193010.751000', '193010.753000', '193010.756000', '193010.758000', '193010.761000', '193010.764000', '193010.766000', '193030.652000', '193030.655000', '193030.658000', '193030.660000', '193030.663000', '193030.666000', '193030.668000', '193030.671000', '193030.673000', '193030.676000', '193030.679000', '193030.681000', '193030.684000', '193030.687000', '193030.690000', '193030.692000', '193030.695000', '193030.698000', '193030.701000', '193030.704000', '193030.706000', '193030.709000', '193030.712000', '193030.715000', '193030.717000', '193030.720000', '193030.723000', '193030.725000', '193030.728000', '193030.730000', '193030.733000', '193030.736000', '193030.738000', '193030.741000', '193030.744000', '193030.746000', '193030.749000', '193030.752000', '193030.754000', '193030.757000', '193030.760000', '193030.762000', '193030.766000', '193030.768000', '193050.652000', '193050.655000', '193050.657000', '193050.660000', '193050.663000', '193050.665000', '193050.668000', '193050.670000', '193050.673000', '193050.676000', '193050.678000', '193050.681000', '193050.684000', '193050.686000', '193050.689000', '193050.693000', '193050.696000', '193050.699000', '193050.702000', '193050.704000', '193050.707000', '193050.709000', '193050.712000', '193050.715000', '193050.717000', '193050.720000', '193050.723000', '193050.725000', '193050.728000', '193050.731000', '193050.733000', '193050.761000', '193050.764000', '193050.767000', '193050.769000', '193050.772000', '193050.775000', '193050.777000', '193050.780000', '193050.782000', '193050.785000', '193050.788000', '193050.790000', '193110.652000', '193110.655000', '193110.658000', '193110.661000', '193110.663000', '193110.666000', '193110.669000', '193110.671000', '193110.674000', '193110.676000', '193110.679000', '193110.682000', '193110.684000', '193110.687000', '193110.690000', '193110.693000', '193110.695000', '193110.698000', '193110.701000', '193110.703000', '193110.706000', '193110.709000', '193110.711000', '193110.714000', '193110.716000', '193110.719000', '193110.722000', '193110.724000', '193110.727000', '193110.730000', '193110.732000', '193110.735000', '193110.738000', '193110.740000', '193110.743000', '193110.745000', '193110.748000', '193110.751000', '193110.753000', '193110.756000', '193110.759000', '193110.761000', '193110.764000', '193110.767000', '193130.652000', '193130.655000', '193130.657000', '193130.660000', '193130.663000', '193130.665000', '193130.668000', '193130.671000', '193130.673000', '193130.676000', '193130.678000', '193130.681000', '193130.684000', '193130.686000', '193130.689000', '193130.692000', '193130.694000', '193130.697000', '193130.700000', '193130.703000', '193130.705000', '193130.708000', '193130.711000', '193130.714000', '193130.716000', '193130.719000', '193130.721000', '193130.724000', '193130.727000', '193130.730000', '193130.732000', '193130.735000', '193130.737000', '193130.740000', '193130.743000', '193130.745000', '193130.748000', '193130.750000', '193130.753000', '193130.758000', '193130.760000', '193130.763000', '193130.766000', '193150.652000', '193150.654000', '193150.657000', '193150.660000', '193150.663000', '193150.665000', '193150.668000', '193150.670000', '193150.673000', '193150.676000', '193150.679000', '193150.681000', '193150.684000', '193150.686000', '193150.689000', '193150.692000', '193150.695000', '193150.697000', '193150.700000', '193150.703000', '193150.705000', '193150.708000', '193150.711000', '193150.713000', '193150.716000', '193150.718000', '193150.721000', '193150.724000', '193150.727000', '193150.729000', '193150.732000', '193150.734000', '193150.737000', '193150.740000', '193150.742000', '193150.745000', '193150.747000', '193150.750000', '193150.753000', '193150.755000', '193150.758000', '193150.760000', '193150.763000', '193150.766000', '193210.652000', '193210.654000', '193210.657000', '193210.660000', '193210.662000', '193210.665000', '193210.668000', '193210.670000', '193210.673000', '193210.676000', '193210.678000', '193210.681000', '193210.684000', '193210.686000', '193210.689000', '193210.692000', '193210.694000', '193210.697000', '193210.700000', '193210.702000', '193210.705000', '193210.707000', '193210.710000', '193210.713000', '193210.715000', '193210.718000', '193210.721000', '193210.731000', '193210.734000', '193210.736000', '193210.739000', '193210.741000', '193210.745000', '193210.747000', '193210.750000', '193210.753000', '193210.756000', '193210.759000', '193210.762000', '193210.764000', '193210.767000', '193210.770000', '193210.772000', '193230.652000', '193230.654000', '193230.657000', '193230.660000', '193230.662000', '193230.665000', '193230.667000', '193230.670000', '193230.673000', '193230.675000', '193230.678000', '193230.680000', '193230.683000', '193230.686000', '193230.688000', '193230.691000', '193230.693000', '193230.696000', '193230.699000', '193230.701000', '193230.704000', '193230.707000', '193230.709000', '193230.712000', '193230.714000', '193230.717000', '193230.719000', '193230.722000', '193230.725000', '193230.727000', '193230.730000', '193230.733000', '193230.735000', '193230.738000', '193230.740000', '193230.743000', '193230.746000', '193230.748000', '193230.751000', '193230.753000', '193230.756000', '193230.759000', '193230.761000', '193230.764000', '193250.652000', '193250.655000', '193250.657000', '193250.660000', '193250.662000', '193250.665000', '193250.667000', '193250.670000', '193250.673000', '193250.675000', '193250.678000', '193250.680000', '193250.683000', '193250.686000', '193250.688000', '193250.691000', '193250.694000', '193250.696000', '193250.699000', '193250.702000', '193250.704000', '193250.707000', '193250.709000', '193250.712000', '193250.715000', '193250.717000', '193250.720000', '193250.722000', '193250.725000', '193250.728000', '193250.730000', '193250.733000', '193250.736000', '193250.738000', '193250.741000', '193250.744000', '193250.746000', '193250.749000', '193250.752000', '193250.754000', '193250.757000', '193250.760000', '193250.762000', '193310.652000', '193310.654000', '193310.657000', '193310.660000', '193310.662000', '193310.665000', '193310.667000', '193310.670000', '193310.673000', '193310.675000', '193310.678000', '193310.680000', '193310.683000', '193310.686000', '193310.688000', '193310.691000', '193310.693000', '193310.696000', '193310.699000', '193310.701000', '193310.704000', '193310.706000', '193310.709000', '193310.712000', '193310.714000', '193310.717000', '193310.719000', '193310.722000', '193310.725000', '193310.727000', '193310.730000', '193310.733000', '193310.735000', '193310.738000', '193310.741000', '193310.743000', '193310.746000', '193310.748000', '193310.751000', '193310.754000', '193310.756000', '193310.759000', '193310.762000', '193310.764000', '193330.652000', '193330.655000', '193330.657000', '193330.660000', '193330.663000', '193330.665000', '193330.668000', '193330.670000', '193330.673000', '193330.676000', '193330.678000', '193330.681000', '193330.684000', '193330.686000', '193330.689000', '193330.691000', '193330.694000', '193330.697000', '193330.699000', '193330.702000', '193330.704000', '193330.707000', '193330.710000', '193330.712000', '193330.715000', '193330.717000', '193330.720000', '193330.723000', '193330.726000', '193330.728000', '193330.731000', '193330.734000', '193330.737000', '193330.739000', '193330.742000', '193330.744000', '193330.747000', '193330.750000', '193330.752000', '193330.758000', '193330.761000', '193330.764000', '193330.766000', '193350.652000', '193350.654000', '193350.657000', '193350.660000', '193350.662000', '193350.665000', '193350.667000', '193350.670000', '193350.673000', '193350.676000', '193350.678000', '193350.681000', '193350.683000', '193350.686000', '193350.689000', '193350.691000', '193350.694000', '193350.697000', '193350.700000', '193350.702000', '193350.705000', '193350.707000', '193350.710000', '193350.713000', '193350.715000', '193350.718000', '193350.721000', '193350.723000', '193350.726000', '193350.729000', '193350.731000', '193350.734000', '193350.737000', '193350.739000', '193350.742000', '193350.745000', '193350.747000', '193350.750000', '193350.753000', '193350.755000', '193350.758000', '193350.760000', '193350.763000', '193350.766000', '193410.652000', '193410.654000', '193410.657000', '193410.660000', '193410.663000', '193410.665000', '193410.668000', '193410.671000', '193410.673000', '193410.676000', '193410.678000', '193410.681000', '193410.684000', '193410.686000', '193410.689000', '193410.691000', '193410.694000', '193410.697000', '193410.699000', '193410.702000', '193410.704000', '193410.707000', '193410.709000', '193410.712000', '193410.715000', '193410.717000', '193410.720000', '193410.723000', '193410.725000', '193410.728000', '193410.730000', '193410.733000', '193410.736000', '193410.739000', '193410.741000', '193410.744000', '193410.747000', '193410.749000', '193410.752000', '193410.754000', '193410.757000', '193410.759000', '193410.762000', '193430.652000', '193430.655000', '193430.657000', '193430.660000', '193430.663000', '193430.665000', '193430.668000', '193430.671000', '193430.673000', '193430.676000', '193430.678000', '193430.681000', '193430.684000', '193430.687000', '193430.689000', '193430.692000', '193430.695000', '193430.697000', '193430.700000', '193430.702000', '193430.705000', '193430.708000', '193430.710000', '193430.713000', '193430.715000', '193430.718000', '193430.721000', '193430.723000', '193430.726000', '193430.729000', '193430.731000', '193430.734000', '193430.736000', '193430.739000', '193430.742000', '193430.744000', '193430.777000', '193430.779000', '193430.782000', '193430.784000', '193430.787000', '193430.790000', '193430.792000', '193430.795000', '193450.652000', '193450.655000', '193450.663000', '193450.666000', '193450.668000', '193450.671000', '193450.674000', '193450.676000', '193450.679000', '193450.682000', '193450.684000', '193450.687000', '193450.690000', '193450.692000', '193450.695000', '193450.698000', '193450.700000', '193450.703000', '193450.705000', '193450.708000', '193450.711000', '193450.714000', '193450.716000', '193450.719000', '193450.721000', '193450.724000', '193450.727000', '193450.729000', '193450.732000', '193450.735000', '193450.737000', '193450.740000', '193450.743000', '193450.745000', '193450.748000', '193450.751000', '193450.753000', '193450.756000', '193450.758000', '193450.761000', '193450.763000', '193450.766000', '193450.769000', '193510.652000', '193510.654000', '193510.657000', '193510.660000', '193510.662000', '193510.665000', '193510.668000', '193510.671000', '193510.673000', '193510.676000', '193510.678000', '193510.681000', '193510.684000', '193510.686000', '193510.689000', '193510.692000', '193510.695000', '193510.697000', '193510.700000', '193510.703000', '193510.705000', '193510.708000', '193510.711000', '193510.713000', '193510.716000', '193510.719000', '193510.721000', '193510.724000', '193510.727000', '193510.729000', '193510.732000', '193510.735000', '193510.737000', '193510.740000', '193510.743000', '193510.746000', '193510.748000', '193510.751000', '193510.753000', '193510.756000', '193510.759000', '193510.761000', '193510.764000', '193510.767000', '193530.652000', '193530.655000', '193530.657000', '193530.660000', '193530.662000', '193530.665000', '193530.668000', '193530.670000', '193530.673000', '193530.675000', '193530.678000', '193530.681000', '193530.684000', '193530.686000', '193530.689000', '193530.691000', '193530.694000', '193530.697000', '193530.699000', '193530.702000', '193530.705000', '193530.707000', '193530.710000', '193530.713000', '193530.715000', '193530.718000', '193530.721000', '193530.723000', '193530.726000', '193530.729000', '193530.731000', '193530.734000', '193530.737000', '193530.739000', '193530.742000', '193530.744000', '193530.747000', '193530.750000', '193530.752000', '193530.755000', '193530.758000', '193530.760000', '193530.763000', '193550.652000', '193550.655000', '193550.657000', '193550.660000', '193550.671000', '193550.674000', '193550.677000', '193550.679000', '193550.682000', '193550.684000', '193550.687000', '193550.690000', '193550.692000', '193550.695000', '193550.698000', '193550.700000', '193550.703000', '193550.705000', '193550.708000', '193550.711000', '193550.713000', '193550.716000', '193550.719000', '193550.721000', '193550.724000', '193550.727000', '193550.730000', '193550.732000', '193550.735000', '193550.737000', '193550.740000', '193550.742000', '193550.745000', '193550.748000', '193550.751000', '193550.753000', '193550.756000', '193550.762000', '193550.764000', '193550.767000', '193550.769000', '193550.772000', '193550.775000', '193550.777000', '193610.652000', '193610.655000', '193610.657000', '193610.660000', '193610.663000', '193610.665000', '193610.668000', '193610.670000', '193610.673000', '193610.676000', '193610.678000', '193610.681000', '193610.684000', '193610.686000', '193610.689000', '193610.692000', '193610.694000', '193610.697000', '193610.700000', '193610.702000', '193610.705000', '193610.707000', '193610.710000', '193610.713000', '193610.715000', '193610.718000', '193610.720000', '193610.723000', '193610.726000', '193610.728000', '193610.731000', '193610.734000', '193610.736000', '193610.739000', '193610.742000', '193610.744000', '193610.747000', '193610.749000', '193610.752000', '193610.754000', '193610.757000', '193610.760000', '193610.762000', '193630.652000', '193630.655000', '193630.657000', '193630.660000', '193630.663000', '193630.665000', '193630.668000', '193630.670000', '193630.673000', '193630.677000', '193630.680000', '193630.683000', '193630.693000', '193630.696000', '193630.698000', '193630.701000', '193630.704000', '193630.706000', '193630.709000', '193630.711000', '193630.714000', '193630.717000', '193630.719000', '193630.722000', '193630.725000', '193630.728000', '193630.730000', '193630.733000', '193630.736000', '193630.738000', '193630.741000', '193630.744000', '193630.746000', '193630.749000', '193630.751000', '193630.754000', '193630.757000', '193630.759000', '193630.762000', '193630.764000', '193630.767000', '193630.769000', '193630.772000', '193650.652000', '193650.655000', '193650.657000', '193650.660000', '193650.662000', '193650.665000', '193650.668000', '193650.670000', '193650.673000', '193650.675000', '193650.678000', '193650.681000', '193650.683000', '193650.686000', '193650.688000', '193650.691000', '193650.694000', '193650.696000', '193650.699000', '193650.702000', '193650.704000', '193650.707000', '193650.709000', '193650.712000', '193650.714000', '193650.717000', '193650.720000', '193650.722000', '193650.725000', '193650.727000', '193650.743000', '193650.746000', '193650.749000', '193650.751000', '193650.754000', '193650.756000', '193650.759000', '193650.762000', '193650.764000', '193650.767000', '193650.769000', '193650.772000', '193650.775000', '193650.777000', '193703.312000', '193703.316000', '193703.319000', '193703.322000', '193703.325000', '193703.328000', '193703.330000', '193703.333000', '193703.336000', '193703.339000', '193703.342000', '193703.345000', '193703.348000', '193703.351000', '193703.355000', '193703.357000', '193703.360000', '193703.363000', '193703.365000', '193703.368000', '193703.371000', '193703.374000', '193703.378000', '193703.383000', '193703.386000', '193703.389000', '193703.391000', '193703.394000'], 'InstanceCreationTime': ['192310.677000', '192310.680000', '192310.683000', '192310.686000', '192310.689000', '192310.692000', '192310.700000', '192310.702000', '192310.705000', '192310.707000', '192310.710000', '192310.712000', '192310.715000', '192310.718000', '192310.721000', '192310.723000', '192310.726000', '192310.729000', '192310.731000', '192310.734000', '192310.736000', '192310.739000', '192310.742000', '192310.744000', '192310.747000', '192310.750000', '192310.752000', '192310.755000', '192310.757000', '192310.760000', '192310.763000', '192310.765000', '192310.768000', '192310.770000', '192310.777000', '192310.779000', '192310.782000', '192310.785000', '192310.787000', '192310.790000', '192310.793000', '192310.795000', '192310.798000', '192310.800000', '192310.803000', '192310.806000', '192310.808000', '192310.811000', '192330.651000', '192330.654000', '192330.657000', '192330.659000', '192330.662000', '192330.665000', '192330.668000', '192330.671000', '192330.673000', '192330.676000', '192330.679000', '192330.681000', '192330.684000', '192330.687000', '192330.689000', '192330.692000', '192330.694000', '192330.697000', '192330.700000', '192330.703000', '192330.705000', '192330.717000', '192330.720000', '192330.723000', '192330.725000', '192330.728000', '192330.730000', '192330.733000', '192330.735000', '192330.738000', '192330.741000', '192330.743000', '192330.746000', '192330.749000', '192330.751000', '192330.754000', '192330.756000', '192330.759000', '192330.767000', '192330.769000', '192330.772000', '192330.775000', '192330.777000', '192330.780000', '192350.652000', '192350.655000', '192350.657000', '192350.660000', '192350.662000', '192350.665000', '192350.672000', '192350.675000', '192350.678000', '192350.680000', '192350.683000', '192350.686000', '192350.688000', '192350.691000', '192350.694000', '192350.696000', '192350.699000', '192350.702000', '192350.705000', '192350.707000', '192350.710000', '192350.713000', '192350.717000', '192350.720000', '192350.722000', '192350.725000', '192350.727000', '192350.730000', '192350.733000', '192350.735000', '192350.738000', '192350.740000', '192350.743000', '192350.746000', '192350.748000', '192350.751000', '192350.753000', '192350.757000', '192350.761000', '192350.764000', '192350.766000', '192350.769000', '192350.771000', '192410.651000', '192410.654000', '192410.657000', '192410.660000', '192410.663000', '192410.666000', '192410.668000', '192410.671000', '192410.674000', '192410.676000', '192410.679000', '192410.681000', '192410.684000', '192410.687000', '192410.690000', '192410.692000', '192410.695000', '192410.698000', '192410.700000', '192410.703000', '192410.706000', '192410.708000', '192410.711000', '192410.714000', '192410.716000', '192410.719000', '192410.721000', '192410.724000', '192410.735000', '192410.738000', '192410.741000', '192410.743000', '192410.746000', '192410.748000', '192410.751000', '192410.754000', '192410.756000', '192410.759000', '192410.762000', '192410.764000', '192410.767000', '192410.770000', '192410.772000', '192410.775000', '192430.652000', '192430.654000', '192430.657000', '192430.660000', '192430.662000', '192430.665000', '192430.668000', '192430.670000', '192430.673000', '192430.675000', '192430.678000', '192430.681000', '192430.683000', '192430.686000', '192430.689000', '192430.691000', '192430.694000', '192430.696000', '192430.699000', '192430.702000', '192430.704000', '192430.707000', '192430.710000', '192430.712000', '192430.715000', '192430.717000', '192430.720000', '192430.723000', '192430.725000', '192430.728000', '192430.737000', '192430.740000', '192430.743000', '192430.745000', '192430.748000', '192430.751000', '192430.753000', '192430.756000', '192430.759000', '192430.761000', '192430.764000', '192430.766000', '192430.769000', '192450.651000', '192450.654000', '192450.657000', '192450.660000', '192450.662000', '192450.665000', '192450.668000', '192450.670000', '192450.673000', '192450.675000', '192450.678000', '192450.681000', '192450.683000', '192450.686000', '192450.689000', '192450.691000', '192450.694000', '192450.696000', '192450.699000', '192450.702000', '192450.704000', '192450.707000', '192450.710000', '192450.712000', '192450.715000', '192450.718000', '192450.720000', '192450.723000', '192450.726000', '192450.728000', '192450.731000', '192450.733000', '192450.736000', '192450.739000', '192450.741000', '192450.744000', '192450.747000', '192450.749000', '192450.752000', '192450.755000', '192450.757000', '192450.760000', '192450.762000', '192450.765000', '192510.651000', '192510.654000', '192510.657000', '192510.660000', '192510.662000', '192510.665000', '192510.668000', '192510.670000', '192510.673000', '192510.675000', '192510.678000', '192510.681000', '192510.683000', '192510.686000', '192510.688000', '192510.691000', '192510.704000', '192510.706000', '192510.709000', '192510.712000', '192510.714000', '192510.717000', '192510.720000', '192510.722000', '192510.725000', '192510.728000', '192510.731000', '192510.735000', '192510.737000', '192510.740000', '192510.742000', '192510.745000', '192510.748000', '192510.750000', '192510.753000', '192510.756000', '192510.758000', '192510.761000', '192510.764000', '192510.766000', '192510.769000', '192510.771000', '192510.774000', '192530.652000', '192530.654000', '192530.657000', '192530.660000', '192530.662000', '192530.665000', '192530.667000', '192530.670000', '192530.673000', '192530.675000', '192530.678000', '192530.681000', '192530.683000', '192530.686000', '192530.688000', '192530.691000', '192530.694000', '192530.696000', '192530.699000', '192530.701000', '192530.704000', '192530.707000', '192530.709000', '192530.712000', '192530.715000', '192530.717000', '192530.720000', '192530.722000', '192530.725000', '192530.728000', '192530.730000', '192530.733000', '192530.736000', '192530.738000', '192530.741000', '192530.744000', '192530.746000', '192530.749000', '192530.751000', '192530.754000', '192530.756000', '192530.759000', '192530.762000', '192530.764000', '192550.652000', '192550.654000', '192550.657000', '192550.660000', '192550.662000', '192550.665000', '192550.667000', '192550.670000', '192550.673000', '192550.675000', '192550.678000', '192550.681000', '192550.683000', '192550.686000', '192550.688000', '192550.691000', '192550.694000', '192550.696000', '192550.699000', '192550.702000', '192550.704000', '192550.707000', '192550.709000', '192550.712000', '192550.715000', '192550.717000', '192550.720000', '192550.723000', '192550.725000', '192550.728000', '192550.731000', '192550.734000', '192550.736000', '192550.739000', '192550.742000', '192550.744000', '192550.747000', '192550.750000', '192550.752000', '192550.755000', '192550.758000', '192550.760000', '192550.763000', '192610.652000', '192610.655000', '192610.658000', '192610.660000', '192610.663000', '192610.666000', '192610.668000', '192610.671000', '192610.673000', '192610.676000', '192610.679000', '192610.681000', '192610.684000', '192610.686000', '192610.689000', '192610.692000', '192610.694000', '192610.697000', '192610.700000', '192610.702000', '192610.705000', '192610.708000', '192610.710000', '192610.713000', '192610.716000', '192610.718000', '192610.721000', '192610.724000', '192610.726000', '192610.729000', '192610.732000', '192610.734000', '192610.737000', '192610.740000', '192610.742000', '192610.745000', '192610.747000', '192610.750000', '192610.753000', '192610.764000', '192610.766000', '192610.769000', '192610.771000', '192610.774000', '192630.652000', '192630.655000', '192630.657000', '192630.660000', '192630.662000', '192630.665000', '192630.668000', '192630.670000', '192630.673000', '192630.676000', '192630.678000', '192630.681000', '192630.684000', '192630.686000', '192630.689000', '192630.692000', '192630.694000', '192630.697000', '192630.700000', '192630.702000', '192630.705000', '192630.708000', '192630.710000', '192630.713000', '192630.716000', '192630.718000', '192630.721000', '192630.724000', '192630.726000', '192630.729000', '192630.732000', '192630.734000', '192630.737000', '192630.740000', '192630.742000', '192630.745000', '192630.747000', '192630.750000', '192630.753000', '192630.755000', '192630.758000', '192630.770000', '192630.772000', '192650.651000', '192650.654000', '192650.657000', '192650.660000', '192650.662000', '192650.665000', '192650.668000', '192650.670000', '192650.673000', '192650.675000', '192650.678000', '192650.681000', '192650.683000', '192650.686000', '192650.689000', '192650.691000', '192650.694000', '192650.697000', '192650.699000', '192650.702000', '192650.705000', '192650.707000', '192650.710000', '192650.712000', '192650.715000', '192650.718000', '192650.720000', '192650.723000', '192650.726000', '192650.729000', '192650.731000', '192650.738000', '192650.741000', '192650.743000', '192650.746000', '192650.749000', '192650.751000', '192650.754000', '192650.756000', '192650.759000', '192650.762000', '192650.764000', '192650.767000', '192650.770000', '192710.651000', '192710.654000', '192710.657000', '192710.660000', '192710.663000', '192710.665000', '192710.668000', '192710.671000', '192710.673000', '192710.676000', '192710.679000', '192710.681000', '192710.684000', '192710.687000', '192710.689000', '192710.692000', '192710.694000', '192710.698000', '192710.700000', '192710.703000', '192710.706000', '192710.708000', '192710.711000', '192710.714000', '192710.716000', '192710.719000', '192710.722000', '192710.724000', '192710.727000', '192710.729000', '192710.732000', '192710.735000', '192710.737000', '192710.740000', '192710.743000', '192710.745000', '192710.748000', '192710.751000', '192710.753000', '192710.756000', '192710.758000', '192710.761000', '192710.764000', '192730.651000', '192730.654000', '192730.657000', '192730.660000', '192730.662000', '192730.665000', '192730.668000', '192730.671000', '192730.673000', '192730.676000', '192730.678000', '192730.681000', '192730.684000', '192730.687000', '192730.689000', '192730.692000', '192730.695000', '192730.697000', '192730.700000', '192730.703000', '192730.705000', '192730.708000', '192730.711000', '192730.713000', '192730.716000', '192730.719000', '192730.721000', '192730.724000', '192730.727000', '192730.729000', '192730.732000', '192730.735000', '192730.738000', '192730.741000', '192730.743000', '192730.746000', '192730.748000', '192730.751000', '192730.754000', '192730.756000', '192730.759000', '192730.762000', '192730.764000', '192730.767000', '192750.651000', '192750.655000', '192750.657000', '192750.660000', '192750.663000', '192750.665000', '192750.668000', '192750.671000', '192750.673000', '192750.676000', '192750.679000', '192750.681000', '192750.684000', '192750.687000', '192750.689000', '192750.692000', '192750.694000', '192750.702000', '192750.704000', '192750.707000', '192750.710000', '192750.712000', '192750.715000', '192750.718000', '192750.720000', '192750.723000', '192750.726000', '192750.728000', '192750.731000', '192750.733000', '192750.736000', '192750.739000', '192750.741000', '192750.744000', '192750.747000', '192750.749000', '192750.752000', '192750.755000', '192750.757000', '192750.760000', '192750.763000', '192750.765000', '192750.768000', '192810.651000', '192810.655000', '192810.658000', '192810.661000', '192810.663000', '192810.666000', '192810.669000', '192810.671000', '192810.674000', '192810.677000', '192810.679000', '192810.682000', '192810.685000', '192810.687000', '192810.690000', '192810.693000', '192810.695000', '192810.698000', '192810.701000', '192810.703000', '192810.706000', '192810.709000', '192810.712000', '192810.728000', '192810.730000', '192810.733000', '192810.736000', '192810.738000', '192810.741000', '192810.744000', '192810.746000', '192810.749000', '192810.752000', '192810.754000', '192810.757000', '192810.760000', '192810.762000', '192810.765000', '192810.768000', '192810.771000', '192810.774000', '192810.776000', '192810.779000', '192810.782000', '192830.652000', '192830.655000', '192830.657000', '192830.660000', '192830.663000', '192830.665000', '192830.668000', '192830.670000', '192830.673000', '192830.676000', '192830.678000', '192830.681000', '192830.684000', '192830.686000', '192830.689000', '192830.692000', '192830.695000', '192830.698000', '192830.700000', '192830.703000', '192830.706000', '192830.708000', '192830.711000', '192830.714000', '192830.716000', '192830.719000', '192830.722000', '192830.724000', '192830.727000', '192830.730000', '192830.732000', '192830.735000', '192830.738000', '192830.740000', '192830.743000', '192830.746000', '192830.748000', '192830.751000', '192830.754000', '192830.756000', '192830.759000', '192830.762000', '192830.765000', '192850.652000', '192850.655000', '192850.657000', '192850.660000', '192850.663000', '192850.666000', '192850.669000', '192850.671000', '192850.674000', '192850.677000', '192850.680000', '192850.683000', '192850.685000', '192850.688000', '192850.691000', '192850.693000', '192850.696000', '192850.699000', '192850.701000', '192850.704000', '192850.707000', '192850.709000', '192850.712000', '192850.715000', '192850.718000', '192850.720000', '192850.723000', '192850.726000', '192850.729000', '192850.732000', '192850.735000', '192850.738000', '192850.741000', '192850.744000', '192850.746000', '192850.749000', '192850.751000', '192850.754000', '192850.757000', '192850.760000', '192850.762000', '192850.765000', '192850.768000', '192910.651000', '192910.655000', '192910.657000', '192910.660000', '192910.663000', '192910.665000', '192910.668000', '192910.670000', '192910.673000', '192910.676000', '192910.678000', '192910.681000', '192910.684000', '192910.686000', '192910.689000', '192910.692000', '192910.694000', '192910.697000', '192910.699000', '192910.702000', '192910.705000', '192910.708000', '192910.711000', '192910.714000', '192910.717000', '192910.719000', '192910.722000', '192910.725000', '192910.727000', '192910.730000', '192910.733000', '192910.735000', '192910.738000', '192910.740000', '192910.743000', '192910.746000', '192910.748000', '192910.751000', '192910.754000', '192910.756000', '192910.759000', '192910.762000', '192910.764000', '192910.767000', '192930.652000', '192930.654000', '192930.657000', '192930.660000', '192930.662000', '192930.665000', '192930.668000', '192930.670000', '192930.673000', '192930.676000', '192930.678000', '192930.681000', '192930.684000', '192930.687000', '192930.689000', '192930.692000', '192930.695000', '192930.698000', '192930.700000', '192930.703000', '192930.706000', '192930.708000', '192930.711000', '192930.714000', '192930.716000', '192930.719000', '192930.722000', '192930.724000', '192930.727000', '192930.730000', '192930.732000', '192930.735000', '192930.738000', '192930.740000', '192930.754000', '192930.757000', '192930.759000', '192930.762000', '192930.765000', '192930.767000', '192930.770000', '192930.772000', '192930.775000', '192950.652000', '192950.654000', '192950.657000', '192950.660000', '192950.663000', '192950.665000', '192950.668000', '192950.671000', '192950.673000', '192950.676000', '192950.678000', '192950.681000', '192950.684000', '192950.686000', '192950.689000', '192950.692000', '192950.694000', '192950.697000', '192950.700000', '192950.702000', '192950.705000', '192950.708000', '192950.710000', '192950.713000', '192950.716000', '192950.718000', '192950.721000', '192950.724000', '192950.726000', '192950.729000', '192950.732000', '192950.735000', '192950.737000', '192950.740000', '192950.742000', '192950.745000', '192950.748000', '192950.750000', '192950.753000', '192950.756000', '192950.758000', '192950.761000', '192950.763000', '192950.766000', '193010.651000', '193010.655000', '193010.657000', '193010.662000', '193010.665000', '193010.667000', '193010.670000', '193010.673000', '193010.675000', '193010.678000', '193010.680000', '193010.683000', '193010.686000', '193010.688000', '193010.691000', '193010.694000', '193010.696000', '193010.699000', '193010.702000', '193010.704000', '193010.707000', '193010.710000', '193010.712000', '193010.716000', '193010.719000', '193010.721000', '193010.724000', '193010.727000', '193010.729000', '193010.732000', '193010.735000', '193010.737000', '193010.740000', '193010.743000', '193010.745000', '193010.748000', '193010.751000', '193010.753000', '193010.756000', '193010.758000', '193010.761000', '193010.764000', '193010.766000', '193030.652000', '193030.655000', '193030.658000', '193030.660000', '193030.663000', '193030.666000', '193030.668000', '193030.671000', '193030.673000', '193030.676000', '193030.679000', '193030.681000', '193030.684000', '193030.687000', '193030.690000', '193030.692000', '193030.695000', '193030.698000', '193030.701000', '193030.704000', '193030.706000', '193030.709000', '193030.712000', '193030.715000', '193030.717000', '193030.720000', '193030.723000', '193030.725000', '193030.728000', '193030.730000', '193030.733000', '193030.736000', '193030.738000', '193030.741000', '193030.744000', '193030.746000', '193030.749000', '193030.752000', '193030.754000', '193030.757000', '193030.760000', '193030.762000', '193030.766000', '193030.768000', '193050.652000', '193050.655000', '193050.657000', '193050.660000', '193050.663000', '193050.665000', '193050.668000', '193050.670000', '193050.673000', '193050.676000', '193050.678000', '193050.681000', '193050.684000', '193050.686000', '193050.689000', '193050.693000', '193050.696000', '193050.699000', '193050.702000', '193050.704000', '193050.707000', '193050.709000', '193050.712000', '193050.715000', '193050.717000', '193050.720000', '193050.723000', '193050.725000', '193050.728000', '193050.731000', '193050.733000', '193050.761000', '193050.764000', '193050.767000', '193050.769000', '193050.772000', '193050.775000', '193050.777000', '193050.780000', '193050.782000', '193050.785000', '193050.788000', '193050.790000', '193110.652000', '193110.655000', '193110.658000', '193110.661000', '193110.663000', '193110.666000', '193110.669000', '193110.671000', '193110.674000', '193110.676000', '193110.679000', '193110.682000', '193110.684000', '193110.687000', '193110.690000', '193110.693000', '193110.695000', '193110.698000', '193110.701000', '193110.703000', '193110.706000', '193110.709000', '193110.711000', '193110.714000', '193110.716000', '193110.719000', '193110.722000', '193110.724000', '193110.727000', '193110.730000', '193110.732000', '193110.735000', '193110.738000', '193110.740000', '193110.743000', '193110.745000', '193110.748000', '193110.751000', '193110.753000', '193110.756000', '193110.759000', '193110.761000', '193110.764000', '193110.767000', '193130.652000', '193130.655000', '193130.657000', '193130.660000', '193130.663000', '193130.665000', '193130.668000', '193130.671000', '193130.673000', '193130.676000', '193130.678000', '193130.681000', '193130.684000', '193130.686000', '193130.689000', '193130.692000', '193130.694000', '193130.697000', '193130.700000', '193130.703000', '193130.705000', '193130.708000', '193130.711000', '193130.714000', '193130.716000', '193130.719000', '193130.721000', '193130.724000', '193130.727000', '193130.730000', '193130.732000', '193130.735000', '193130.737000', '193130.740000', '193130.743000', '193130.745000', '193130.748000', '193130.750000', '193130.753000', '193130.758000', '193130.760000', '193130.763000', '193130.766000', '193150.652000', '193150.654000', '193150.657000', '193150.660000', '193150.663000', '193150.665000', '193150.668000', '193150.670000', '193150.673000', '193150.676000', '193150.679000', '193150.681000', '193150.684000', '193150.686000', '193150.689000', '193150.692000', '193150.695000', '193150.697000', '193150.700000', '193150.703000', '193150.705000', '193150.708000', '193150.711000', '193150.713000', '193150.716000', '193150.718000', '193150.721000', '193150.724000', '193150.727000', '193150.729000', '193150.732000', '193150.734000', '193150.737000', '193150.740000', '193150.742000', '193150.745000', '193150.747000', '193150.750000', '193150.753000', '193150.755000', '193150.758000', '193150.760000', '193150.763000', '193150.766000', '193210.652000', '193210.654000', '193210.657000', '193210.660000', '193210.662000', '193210.665000', '193210.668000', '193210.670000', '193210.673000', '193210.676000', '193210.678000', '193210.681000', '193210.684000', '193210.686000', '193210.689000', '193210.692000', '193210.694000', '193210.697000', '193210.700000', '193210.702000', '193210.705000', '193210.707000', '193210.710000', '193210.713000', '193210.715000', '193210.718000', '193210.721000', '193210.731000', '193210.734000', '193210.736000', '193210.739000', '193210.741000', '193210.745000', '193210.747000', '193210.750000', '193210.753000', '193210.756000', '193210.759000', '193210.762000', '193210.764000', '193210.767000', '193210.770000', '193210.772000', '193230.652000', '193230.654000', '193230.657000', '193230.660000', '193230.662000', '193230.665000', '193230.667000', '193230.670000', '193230.673000', '193230.675000', '193230.678000', '193230.680000', '193230.683000', '193230.686000', '193230.688000', '193230.691000', '193230.693000', '193230.696000', '193230.699000', '193230.701000', '193230.704000', '193230.707000', '193230.709000', '193230.712000', '193230.714000', '193230.717000', '193230.719000', '193230.722000', '193230.725000', '193230.727000', '193230.730000', '193230.733000', '193230.735000', '193230.738000', '193230.740000', '193230.743000', '193230.746000', '193230.748000', '193230.751000', '193230.753000', '193230.756000', '193230.759000', '193230.761000', '193230.764000', '193250.652000', '193250.655000', '193250.657000', '193250.660000', '193250.662000', '193250.665000', '193250.667000', '193250.670000', '193250.673000', '193250.675000', '193250.678000', '193250.680000', '193250.683000', '193250.686000', '193250.688000', '193250.691000', '193250.694000', '193250.696000', '193250.699000', '193250.702000', '193250.704000', '193250.707000', '193250.709000', '193250.712000', '193250.715000', '193250.717000', '193250.720000', '193250.722000', '193250.725000', '193250.728000', '193250.730000', '193250.733000', '193250.736000', '193250.738000', '193250.741000', '193250.744000', '193250.746000', '193250.749000', '193250.752000', '193250.754000', '193250.757000', '193250.760000', '193250.762000', '193310.652000', '193310.654000', '193310.657000', '193310.660000', '193310.662000', '193310.665000', '193310.667000', '193310.670000', '193310.673000', '193310.675000', '193310.678000', '193310.680000', '193310.683000', '193310.686000', '193310.688000', '193310.691000', '193310.693000', '193310.696000', '193310.699000', '193310.701000', '193310.704000', '193310.706000', '193310.709000', '193310.712000', '193310.714000', '193310.717000', '193310.719000', '193310.722000', '193310.725000', '193310.727000', '193310.730000', '193310.733000', '193310.735000', '193310.738000', '193310.741000', '193310.743000', '193310.746000', '193310.748000', '193310.751000', '193310.754000', '193310.756000', '193310.759000', '193310.762000', '193310.764000', '193330.652000', '193330.655000', '193330.657000', '193330.660000', '193330.663000', '193330.665000', '193330.668000', '193330.670000', '193330.673000', '193330.676000', '193330.678000', '193330.681000', '193330.684000', '193330.686000', '193330.689000', '193330.691000', '193330.694000', '193330.697000', '193330.699000', '193330.702000', '193330.704000', '193330.707000', '193330.710000', '193330.712000', '193330.715000', '193330.717000', '193330.720000', '193330.723000', '193330.726000', '193330.728000', '193330.731000', '193330.734000', '193330.737000', '193330.739000', '193330.742000', '193330.744000', '193330.747000', '193330.750000', '193330.752000', '193330.758000', '193330.761000', '193330.764000', '193330.766000', '193350.652000', '193350.654000', '193350.657000', '193350.660000', '193350.662000', '193350.665000', '193350.667000', '193350.670000', '193350.673000', '193350.676000', '193350.678000', '193350.681000', '193350.683000', '193350.686000', '193350.689000', '193350.691000', '193350.694000', '193350.697000', '193350.700000', '193350.702000', '193350.705000', '193350.707000', '193350.710000', '193350.713000', '193350.715000', '193350.718000', '193350.721000', '193350.723000', '193350.726000', '193350.729000', '193350.731000', '193350.734000', '193350.737000', '193350.739000', '193350.742000', '193350.745000', '193350.747000', '193350.750000', '193350.753000', '193350.755000', '193350.758000', '193350.760000', '193350.763000', '193350.766000', '193410.652000', '193410.654000', '193410.657000', '193410.660000', '193410.663000', '193410.665000', '193410.668000', '193410.671000', '193410.673000', '193410.676000', '193410.678000', '193410.681000', '193410.684000', '193410.686000', '193410.689000', '193410.691000', '193410.694000', '193410.697000', '193410.699000', '193410.702000', '193410.704000', '193410.707000', '193410.709000', '193410.712000', '193410.715000', '193410.717000', '193410.720000', '193410.723000', '193410.725000', '193410.728000', '193410.730000', '193410.733000', '193410.736000', '193410.739000', '193410.741000', '193410.744000', '193410.747000', '193410.749000', '193410.752000', '193410.754000', '193410.757000', '193410.759000', '193410.762000', '193430.652000', '193430.655000', '193430.657000', '193430.660000', '193430.663000', '193430.665000', '193430.668000', '193430.671000', '193430.673000', '193430.676000', '193430.678000', '193430.681000', '193430.684000', '193430.687000', '193430.689000', '193430.692000', '193430.695000', '193430.697000', '193430.700000', '193430.702000', '193430.705000', '193430.708000', '193430.710000', '193430.713000', '193430.715000', '193430.718000', '193430.721000', '193430.723000', '193430.726000', '193430.729000', '193430.731000', '193430.734000', '193430.736000', '193430.739000', '193430.742000', '193430.744000', '193430.777000', '193430.779000', '193430.782000', '193430.784000', '193430.787000', '193430.790000', '193430.792000', '193430.795000', '193450.652000', '193450.655000', '193450.663000', '193450.666000', '193450.668000', '193450.671000', '193450.674000', '193450.676000', '193450.679000', '193450.682000', '193450.684000', '193450.687000', '193450.690000', '193450.692000', '193450.695000', '193450.698000', '193450.700000', '193450.703000', '193450.705000', '193450.708000', '193450.711000', '193450.714000', '193450.716000', '193450.719000', '193450.721000', '193450.724000', '193450.727000', '193450.729000', '193450.732000', '193450.735000', '193450.737000', '193450.740000', '193450.743000', '193450.745000', '193450.748000', '193450.751000', '193450.753000', '193450.756000', '193450.758000', '193450.761000', '193450.763000', '193450.766000', '193450.769000', '193510.652000', '193510.654000', '193510.657000', '193510.660000', '193510.662000', '193510.665000', '193510.668000', '193510.671000', '193510.673000', '193510.676000', '193510.678000', '193510.681000', '193510.684000', '193510.686000', '193510.689000', '193510.692000', '193510.695000', '193510.697000', '193510.700000', '193510.703000', '193510.705000', '193510.708000', '193510.711000', '193510.713000', '193510.716000', '193510.719000', '193510.721000', '193510.724000', '193510.727000', '193510.729000', '193510.732000', '193510.735000', '193510.737000', '193510.740000', '193510.743000', '193510.746000', '193510.748000', '193510.751000', '193510.753000', '193510.756000', '193510.759000', '193510.761000', '193510.764000', '193510.767000', '193530.652000', '193530.655000', '193530.657000', '193530.660000', '193530.662000', '193530.665000', '193530.668000', '193530.670000', '193530.673000', '193530.675000', '193530.678000', '193530.681000', '193530.684000', '193530.686000', '193530.689000', '193530.691000', '193530.694000', '193530.697000', '193530.699000', '193530.702000', '193530.705000', '193530.707000', '193530.710000', '193530.713000', '193530.715000', '193530.718000', '193530.721000', '193530.723000', '193530.726000', '193530.729000', '193530.731000', '193530.734000', '193530.737000', '193530.739000', '193530.742000', '193530.744000', '193530.747000', '193530.750000', '193530.752000', '193530.755000', '193530.758000', '193530.760000', '193530.763000', '193550.652000', '193550.655000', '193550.657000', '193550.660000', '193550.671000', '193550.674000', '193550.677000', '193550.679000', '193550.682000', '193550.684000', '193550.687000', '193550.690000', '193550.692000', '193550.695000', '193550.698000', '193550.700000', '193550.703000', '193550.705000', '193550.708000', '193550.711000', '193550.713000', '193550.716000', '193550.719000', '193550.721000', '193550.724000', '193550.727000', '193550.730000', '193550.732000', '193550.735000', '193550.737000', '193550.740000', '193550.742000', '193550.745000', '193550.748000', '193550.751000', '193550.753000', '193550.756000', '193550.762000', '193550.764000', '193550.767000', '193550.769000', '193550.772000', '193550.775000', '193550.777000', '193610.652000', '193610.655000', '193610.657000', '193610.660000', '193610.663000', '193610.665000', '193610.668000', '193610.670000', '193610.673000', '193610.676000', '193610.678000', '193610.681000', '193610.684000', '193610.686000', '193610.689000', '193610.692000', '193610.694000', '193610.697000', '193610.700000', '193610.702000', '193610.705000', '193610.707000', '193610.710000', '193610.713000', '193610.715000', '193610.718000', '193610.720000', '193610.723000', '193610.726000', '193610.728000', '193610.731000', '193610.734000', '193610.736000', '193610.739000', '193610.742000', '193610.744000', '193610.747000', '193610.749000', '193610.752000', '193610.754000', '193610.757000', '193610.760000', '193610.762000', '193630.652000', '193630.655000', '193630.657000', '193630.660000', '193630.663000', '193630.665000', '193630.668000', '193630.670000', '193630.673000', '193630.677000', '193630.680000', '193630.683000', '193630.693000', '193630.696000', '193630.698000', '193630.701000', '193630.704000', '193630.706000', '193630.709000', '193630.711000', '193630.714000', '193630.717000', '193630.719000', '193630.722000', '193630.725000', '193630.728000', '193630.730000', '193630.733000', '193630.736000', '193630.738000', '193630.741000', '193630.744000', '193630.746000', '193630.749000', '193630.751000', '193630.754000', '193630.757000', '193630.759000', '193630.762000', '193630.764000', '193630.767000', '193630.769000', '193630.772000', '193650.652000', '193650.655000', '193650.657000', '193650.660000', '193650.662000', '193650.665000', '193650.668000', '193650.670000', '193650.673000', '193650.675000', '193650.678000', '193650.681000', '193650.683000', '193650.686000', '193650.688000', '193650.691000', '193650.694000', '193650.696000', '193650.699000', '193650.702000', '193650.704000', '193650.707000', '193650.709000', '193650.712000', '193650.714000', '193650.717000', '193650.720000', '193650.722000', '193650.725000', '193650.727000', '193650.743000', '193650.746000', '193650.749000', '193650.751000', '193650.754000', '193650.756000', '193650.759000', '193650.762000', '193650.764000', '193650.767000', '193650.769000', '193650.772000', '193650.775000', '193650.777000', '193703.312000', '193703.316000', '193703.319000', '193703.322000', '193703.325000', '193703.328000', '193703.330000', '193703.333000', '193703.336000', '193703.339000', '193703.342000', '193703.345000', '193703.348000', '193703.351000', '193703.355000', '193703.357000', '193703.360000', '193703.363000', '193703.365000', '193703.368000', '193703.371000', '193703.374000', '193703.378000', '193703.383000', '193703.386000', '193703.389000', '193703.391000', '193703.394000'], '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': [9390, 9466, 9202, 8583, 7920, 9053, 10239, 9551, 8978, 8393, 9278, 9681, 8613, 8028, 9451, 8187, 7866, 8267, 8232, 10025, 8737, 15288, 9189, 9287, 8515, 9444, 9224, 9917, 9132, 11930, 9538, 10012, 8507, 8314, 8547, 8253, 8569, 8352, 8502, 7735, 8704, 8895, 8993, 9197, 10690, 9878, 11776, 9857, 9051, 8416, 8699, 8624, 9911, 9539, 9775, 7895, 8336, 8468, 11195, 9063, 9697, 9694, 12262, 9398, 10350, 10370, 9499, 10471, 9497, 10403, 9925, 10357, 12279, 9428, 8361, 8385, 8184, 9268, 8977, 9903, 10907, 8828, 9409, 8416, 9331, 9224, 12469, 9529, 9925, 10551, 9217, 10718, 9799, 10573, 11508, 10283, 9821, 9046, 8649, 9596, 8758, 9232, 10404, 11825, 10585, 8813, 9244, 8646, 9389, 8864, 11169, 9145, 9313, 10600, 9312, 9162, 9122, 9323, 10086, 9130, 7962, 9107, 7952, 9159, 8436, 10070, 8992, 11698, 10309, 10056, 10367, 9311, 9945, 9808, 9964, 9702, 10093, 10438, 10258, 9377, 9985, 9399, 10179, 9045, 8410, 9650, 10421, 8495, 9524, 7923, 10196, 8053, 11065, 8203, 9987, 9047, 11763, 8482, 11477, 7840, 12638, 8452, 13406, 7905, 13248, 8452, 12384, 8825, 11766, 9113, 8773, 8629, 8590, 8311, 8529, 13506, 10924, 10827, 8677, 17364, 17024, 10818, 12746, 10376, 10565, 9054, 8763, 12723, 9442, 8786, 8784, 9005, 12189, 9588, 10137, 8898, 9459, 8968, 9276, 10714, 8944, 9212, 8277, 9116, 9483, 10094, 9050, 8329, 9126, 8980, 9262, 9166, 9834, 8699, 8380, 8343, 8341, 9533, 9070, 9339, 10711, 8517, 8864, 8446, 8578, 8270, 9096, 10729, 9066, 9459, 7562, 8736, 9593, 8472, 8225, 8889, 10169, 7795, 11360, 10109, 8516, 8286, 9554, 10670, 10504, 9536, 7819, 8597, 9362, 8518, 10080, 11415, 9360, 9098, 8315, 8993, 7916, 7957, 10401, 7919, 9118, 10218, 8941, 10242, 10827, 10483, 12672, 9978, 10682, 8358, 9007, 8369, 9431, 11407, 8247, 9030, 9707, 8360, 7597, 9724, 9133, 7892, 9242, 9919, 9195, 10291, 11598, 10043, 9864, 8770, 9892, 8535, 10284, 13257, 8740, 10240, 9872, 9357, 10335, 10138, 9779, 11609, 9330, 9694, 8799, 8029, 11454, 9019, 11229, 10346, 9448, 9902, 10211, 11073, 13475, 9525, 9346, 8824, 7860, 9437, 8515, 10966, 10185, 9807, 9052, 8296, 9045, 10315, 13369, 9667, 9930, 7692, 9804, 8695, 10672, 9409, 12634, 9794, 9390, 9001, 9899, 9132, 10709, 12000, 9103, 9663, 7970, 9848, 9506, 10059, 8714, 11343, 8425, 7951, 9060, 7993, 9064, 8153, 9785, 8178, 8339, 8369, 8292, 8687, 9706, 10395, 11172, 10032, 8917, 9476, 11914, 9276, 9374, 12516, 9625, 9521, 9431, 10087, 13430, 10379, 11247, 8231, 9775, 7631, 9070, 9517, 9203, 10045, 7695, 8282, 7810, 9159, 8259, 10210, 12078, 8999, 10620, 8203, 8732, 8128, 8368, 9414, 11395, 8731, 9808, 8098, 8996, 8344, 7854, 12071, 8185, 10250, 7666, 9083, 7843, 9190, 9637, 10875, 9734, 9431, 8191, 7759, 8079, 8719, 10424, 8988, 11248, 7679, 9509, 7798, 9796, 8605, 8647, 11673, 8302, 8515, 9072, 9007, 9351, 10203, 9774, 11810, 8137, 9675, 7704, 9042, 8879, 8319, 10721, 8784, 8224, 7705, 8476, 8098, 9547, 10890, 8711, 8750, 8721, 8212, 9352, 9703, 8836, 9668, 7848, 9026, 8473, 8316, 11206, 8136, 12390, 9488, 9892, 9389, 8798, 8056, 9835, 9112, 8804, 8549, 8325, 9058, 8659, 9154, 9269, 11226, 9052, 8513, 7906, 9942, 9128, 9636, 11288, 8780, 10181, 9459, 8904, 8291, 9090, 9233, 9383, 9807, 8028, 8734, 9745, 9272, 9430, 11374, 10671, 10489, 8793, 9022, 8524, 7917, 8888, 9256, 10662, 7839, 8562, 7576, 10139, 10142, 8403, 10539, 8294, 8956, 9389, 9002, 9927, 11362, 9916, 9482, 8016, 8710, 8281, 9469, 10289, 10090, 10575, 8647, 9570, 8878, 8773, 10369, 9588, 9960, 10696, 9035, 9518, 8473, 10297, 8556, 8338, 9124, 7891, 11107, 9829, 9599, 9723, 9149, 9547, 10038, 9580, 11415, 8593, 8777, 7866, 9893, 8019, 10140, 8225, 7971, 9051, 8746, 9349, 8683, 11684, 9802, 10048, 9566, 9563, 9251, 9789, 9645, 11441, 8800, 9182, 7969, 8952, 7864, 9824, 10088, 9406, 9206, 8000, 8809, 9908, 9315, 10123, 11627, 9750, 8283, 7941, 8375, 7875, 10400, 9554, 8019, 9198, 9602, 9098, 10393, 9539, 10025, 11310, 9895, 10217, 7908, 9557, 7866, 9841, 9734, 11246, 9244, 9541, 8843, 8251, 8906, 8916, 10509, 9868, 9776, 7976, 9021, 7900, 9408, 9831, 10925, 10147, 8113, 9514, 8525, 9431, 9137, 11224, 10003, 10972, 9351, 10136, 8324, 9602, 8477, 9739, 8979, 10550, 8307, 9044, 8454, 9697, 8733, 8879, 8952, 8375, 9227, 10042, 9843, 7858, 8268, 7821, 9303, 8315, 10673, 10436, 9793, 9383, 10249, 8249, 11160, 10187, 13185, 11161, 11016, 9837, 9960, 10426, 11089, 9693, 11925, 9892, 11807, 9874, 8670, 8683, 8887, 9101, 9945, 10252, 9711, 9305, 8255, 9415, 9897, 9498, 9983, 10235, 8720, 8404, 8391, 9603, 8786, 11008, 9469, 11464, 9294, 9602, 8714, 7734, 8172, 10767, 10161, 11418, 8401, 8853, 9697, 10027, 10817, 8337, 8359, 8012, 9515, 10066, 10783, 12196, 9145, 8313, 8485, 7989, 10855, 10634, 13302, 9881, 9707, 8093, 8333, 7881, 8240, 10671, 9684, 9647, 8344, 9161, 7526, 7962, 11315, 9803, 13585, 10179, 10545, 8459, 8553, 7930, 9244, 10971, 11719, 9017, 7960, 10823, 8714, 10428, 8406, 10601, 10052, 10911, 10677, 13187, 9926, 11047, 8435, 11614, 8210, 12293, 9830, 12873, 9783, 12741, 9152, 11870, 7846, 10024, 7604, 9242, 9704, 8358, 10173, 8198, 9016, 8427, 8669, 8168, 8487, 10356, 8232, 8136, 8534, 9601, 9005, 9967, 7608, 7891, 8939, 7855, 8973, 9873, 8968, 8552, 8365, 8468, 8002, 10646, 11216, 12922, 12110, 9905, 8901, 8393, 8418, 11384, 11090, 12501, 9935, 14480, 9139, 8635, 8281, 8889, 9288, 8467, 9030, 10381, 9529, 9365, 8878, 11948, 9714, 12070, 15114, 10624, 13644, 8971, 11562, 8751, 13650, 9958, 10274, 9749, 9799, 11691, 9711, 12198, 11061, 8707, 8218, 9887, 8462, 8546, 10364, 9118, 9699, 10598, 10657, 11864, 12813, 10818, 14457, 13010, 13105, 11971, 9359, 11627, 8019, 8722, 10341, 8728, 8770, 10412, 8489, 12521, 9951, 9804, 8088, 8826, 8167, 9167, 8366, 8640, 10215, 9056, 8172, 7988, 7986, 8635, 8814, 8259, 9631, 12714, 7913, 8334, 7828, 7999, 8554, 8172, 8287, 12447, 9144, 8079, 8609, 8440, 8289, 9486, 8968, 11110, 10252, 9794, 8214, 9161, 8131, 9730, 9743, 10262, 9418, 10565, 8976, 10199, 11155, 11416, 13983, 10037, 7804, 9240, 8538, 8159, 8663, 10232, 9572, 7972, 10450, 8383, 10828, 9168, 12812, 10442, 11098, 8356, 10524, 8636, 11256, 8894, 12713, 10365, 13041, 9430, 10795, 9740, 9523, 9453, 9518, 9873, 11185, 8940, 8114, 8606, 9233, 8020, 7964, 8244, 8124, 12498, 9193, 9051, 9582, 8520, 9978, 9501, 10622, 10045, 10191, 12110, 8765, 8249, 8153, 7689, 8593, 7510, 9239, 7533, 11519, 9279, 8354, 9221, 8899, 7639, 12583, 9386, 8697, 7758, 7798, 7843, 8581, 10878, 11654, 8852, 8251, 7999, 8167, 8118, 8694, 8429, 9880, 8025, 8752, 10291, 9197, 10239, 9665, 10651, 11408, 8537, 9508, 7846, 9663, 8595, 10396, 11386, 9178, 9434, 8057, 8296, 8363, 8583, 8104, 11322, 9190, 9884, 10229, 9309, 9187, 9856, 8850, 11801, 9717, 8083, 8071, 8289, 8740, 7826, 10659, 8001, 13148, 10980, 10791, 9957, 10410, 10992, 11136, 9912, 9685, 7942, 8793, 8035, 8408, 8893, 8172, 11994, 8935, 10406, 10512, 9899, 10336, 10599, 9695, 12262, 9816, 8324, 8447, 8311, 8325, 7805, 11235, 7439, 13139, 11297, 10868, 10204, 10642, 9324, 10759, 9116, 10624, 8668, 8004, 8644, 10705, 8571, 11772, 10841, 10674, 8772, 7930, 9337, 7733, 9929, 9013, 12376, 10240, 8351, 8492, 8468, 9939, 8824, 12034, 8555, 13008, 10962, 10514, 9895, 9710, 8415, 10584, 9191, 8044, 8249, 8541, 8398, 8456, 8731, 8055, 11861, 8805, 10618, 11048, 9389, 11358, 10045, 11424, 10836, 11402, 11810, 7883, 8360, 9347, 9583, 8512, 7871, 10895, 8901, 7843, 8075, 8999, 8551, 12182, 13915, 11963, 9702, 7835, 8003, 7726, 12858, 8955, 9843, 9868, 9177, 9364, 11392, 9417, 12907, 8433, 9967, 8501, 10057, 10450, 8875, 8998, 7528, 8604, 7770, 9064, 9497, 10910, 10401, 8141, 8266, 8497, 7731, 9510, 11380, 8137, 9021, 7617, 8470, 7587, 8971, 8121, 12343, 8035, 10374, 10147, 8485, 9533, 9164, 9303, 10757, 8520, 8964, 7835, 7726, 7638, 10034, 11882, 16799, 16234, 12700, 8086, 8607, 8865, 11317, 12900, 8011, 9856, 9604, 10464, 9250, 11028, 11250, 8017, 9226, 10050, 10522, 10142, 14152, 10856, 13240, 8860, 8747, 8299, 8428, 8430, 8589, 9527, 9266, 8604, 7681, 8420, 7845, 8625, 7758, 8995, 8107, 12204, 9330, 10245, 10063, 9152, 9846, 8612, 9103, 8359, 9161, 9379, 7561, 8358, 7519, 8488, 7456, 9009, 9416, 9393, 10272, 9769, 10567, 10446, 7608, 7720, 7586, 9109, 7698, 9182, 9677, 8008, 8668, 8614, 8801, 8748, 8813, 8505, 9170, 10908, 13381, 10847, 14333, 11109, 11926, 8037, 8303, 9106, 9167, 12840, 13434, 12826, 14338, 13930, 13267, 13834, 10973, 10556, 8714, 9499, 8066, 12630, 10212, 13210, 10932, 9031, 14471, 16191, 12291, 10918, 11514, 9847, 8471, 10272, 9812, 14535, 11740, 8798, 11501, 11077, 9547, 11385, 9480, 9755, 9310, 9004, 10942, 8606, 9590, 9056, 8704, 9469, 8485, 9418, 9585, 8348, 10180, 10210, 9713, 9529, 8973, 10526, 10610, 9199, 11796, 8616, 11326, 8429, 13182, 9554, 9942, 9934, 9372, 8150, 8380, 7905, 9861, 8465, 9593, 8189, 9619, 8130, 9584, 9101, 9525, 7886, 9531, 8141, 8754, 8344, 8697, 10323, 10886, 7860, 10187, 8068, 8362, 8029, 8547, 9895, 9189, 10767, 13282, 9791, 13147, 11784, 8818, 10197, 9497, 11845, 11434, 12108, 14856, 12726, 10267, 10786, 8796, 10445, 9162, 9955, 7965, 10676, 7816, 7809, 8115, 9532, 8712, 8274, 8797, 8278, 7957, 7734, 11504, 12736, 11752, 8669, 9920, 7973, 11163, 9095, 12283, 8940, 9595, 8174, 9688, 8111, 9546, 8120, 10986, 8812, 7624, 9243, 10688, 9386, 9612, 9523, 10044, 10093, 9478, 8246, 8035, 11205, 8278, 9497, 11045, 11049, 9669, 7880, 9564, 10538, 9656, 10394, 9478, 9804, 9379, 7675, 9018, 8340, 10891, 9025, 11029, 13298, 8899, 9625, 9953, 8810, 8532, 8526, 8551, 11550, 9236, 9132, 8189, 11112, 8041, 10693, 11086, 9891, 9443, 7830, 8981, 9254, 9800, 8674, 14070, 9462, 10640, 8376, 9412, 8200, 10079, 10448, 11711, 9888, 9195, 8477, 8827, 9012, 9139, 12817, 9982, 11630, 7588, 10232, 9260, 10610, 10187, 8138, 12614, 10402, 14424, 10209, 11749, 10069, 10858, 9733, 9812, 14046, 9520, 9994, 8857, 8690, 8424, 9355, 9713, 10657, 9543, 8416, 8965, 9004, 9291, 8594, 13806, 9510, 9806, 8922, 10410, 9239, 10837, 10360, 10752, 13155, 8385, 10621, 8651, 9770, 8704, 10121, 10145, 11467, 8982, 10116, 7940, 8729, 9511, 9981, 11658, 8703, 9352, 8627, 9693, 9934, 11434, 14859, 11233, 10594, 8040, 10216, 8782, 10019, 8974, 13068, 9754, 10356, 9194, 11753, 9314, 11335, 10203, 9126, 11452, 8466, 9746, 8712, 10269, 9039, 11075, 10421, 13343, 8855, 11032, 8759, 8355, 8397, 8435, 9686, 8933, 8407, 8436, 10573, 9206, 11577, 14521, 13434, 11759, 11000, 9622, 11195, 8874, 11565, 12202, 11899, 9722, 9860, 9284, 8635, 8855, 8772, 9010, 8562, 9958, 8457, 11981, 8365, 8892, 8111, 8491, 9235, 8523, 12914, 8996, 10536, 8726, 9267, 8452, 9852, 10379, 10971, 9610, 8179, 8317, 8680, 9117, 8381, 14464, 9416, 14449, 8770, 10010, 8927, 10095, 9176, 12924, 9368, 8987, 8164, 11582, 8308, 9738, 9686, 10617, 9108, 8420, 8833, 8993, 9281, 9259, 10169, 9901, 8497, 8908, 11115, 8780, 10616, 11901, 11639, 11135, 9706, 8879, 8357, 9277, 8916, 10845, 9277, 10185, 7841, 10192, 7797, 11178, 10262, 10554, 10902, 8552, 10016, 9179, 10111, 9110, 13769, 9497, 14805, 10032, 10385, 9502, 10784, 8581, 9580, 9791, 8524, 9785, 8310, 9971, 8032, 9722, 9294, 8657, 8711, 9121, 9617, 8538, 9391, 12514, 10788, 12921, 9235, 10016, 8546, 10513, 8954, 10046, 11130, 9915, 8699, 11600, 10004, 12998, 10374, 9615, 8808, 8390, 10291, 9128, 11385, 10596, 8306, 8220, 9019, 9421, 9618, 8897, 10342, 8546, 8848, 9578, 14154, 9601, 8922, 9237, 8858, 10118, 9261, 10986, 11247, 10344, 8217, 8715, 9026, 8535, 8444, 9353, 9268, 9346, 10975, 8872, 10910, 9409, 10093, 9727, 8452, 10236, 9813, 8484, 9754, 10168, 8784, 13375, 10414, 12588, 12737, 10868, 9759, 8440, 7654, 10206, 14181, 11610, 11645, 10430, 8913, 8684, 11180, 11564, 13929, 10870, 9764, 11988, 10418, 12684, 11655, 11831, 12786, 9409, 10765, 10497, 9318, 16334, 11031, 10474, 9823, 9289, 10541, 9708, 11472, 8695, 9815, 11545, 8195, 11974, 10544, 10266, 11071, 11092, 11358, 11953, 9944, 8664, 10146, 10994, 9583, 8966, 9489, 8851, 9618, 10379], 'WindowCenter': [4707.0, 4688.0, 4674.0, 4650.0, 4650.0, 4659.0, 4669.0, 4659.0, 4662.0, 4637.0, 4646.0, 4656.0, 4648.0, 4639.0, 4660.0, 4642.0, 4613.0, 4612.0, 4611.0, 4630.0, 4610.0, 4682.0, 4633.0, 4632.0, 4620.0, 4633.0, 4633.0, 4643.0, 4634.0, 4674.0, 4647.0, 4642.0, 4620.0, 4608.0, 4619.0, 4605.0, 4621.0, 4620.0, 4635.0, 4622.0, 4635.0, 4645.0, 4629.0, 4643.0, 4652.0, 4644.0, 4663.0, 4644.0, 4630.0, 4621.0, 4620.0, 4621.0, 4640.0, 4643.0, 4631.0, 4611.0, 4621.0, 4624.0, 4664.0, 4633.0, 4644.0, 4643.0, 4676.0, 4635.0, 4659.0, 4654.0, 4641.0, 4650.0, 4641.0, 4652.0, 4644.0, 4654.0, 4664.0, 4647.0, 4622.0, 4623.0, 4622.0, 4643.0, 4632.0, 4654.0, 4665.0, 4645.0, 4642.0, 4634.0, 4647.0, 4641.0, 4677.0, 4645.0, 4655.0, 4655.0, 4644.0, 4654.0, 4644.0, 4665.0, 4664.0, 4656.0, 4644.0, 4643.0, 4633.0, 4644.0, 4633.0, 4642.0, 4665.0, 4676.0, 4666.0, 4645.0, 4646.0, 4634.0, 4647.0, 4645.0, 4667.0, 4644.0, 4645.0, 4654.0, 4632.0, 4644.0, 4645.0, 4656.0, 4654.0, 4657.0, 4633.0, 4647.0, 4624.0, 4644.0, 4623.0, 4656.0, 4647.0, 4676.0, 4654.0, 4639.0, 4654.0, 4632.0, 4642.0, 4642.0, 4644.0, 4656.0, 4668.0, 4654.0, 4655.0, 4633.0, 4643.0, 4630.0, 4652.0, 4632.0, 4636.0, 4645.0, 4638.0, 4615.0, 4641.0, 4637.0, 4668.0, 4640.0, 4678.0, 4635.0, 4640.0, 4633.0, 4662.0, 4622.0, 4664.0, 4623.0, 4664.0, 4636.0, 4686.0, 4611.0, 4672.0, 4622.0, 4676.0, 4634.0, 4649.0, 4639.0, 4623.0, 4611.0, 4612.0, 4601.0, 4617.0, 4656.0, 4648.0, 4658.0, 4575.0, 4709.0, 4697.0, 4650.0, 4610.0, 4701.0, 4642.0, 4663.0, 4647.0, 4682.0, 4640.0, 4619.0, 4620.0, 4620.0, 4663.0, 4642.0, 4653.0, 4646.0, 4644.0, 4645.0, 4642.0, 4656.0, 4645.0, 4641.0, 4619.0, 4628.0, 4642.0, 4640.0, 4643.0, 4622.0, 4640.0, 4628.0, 4643.0, 4644.0, 4652.0, 4633.0, 4631.0, 4632.0, 4633.0, 4654.0, 4632.0, 4643.0, 4654.0, 4646.0, 4632.0, 4632.0, 4629.0, 4630.0, 4640.0, 4662.0, 4641.0, 4656.0, 4610.0, 4633.0, 4651.0, 4635.0, 4636.0, 4641.0, 4656.0, 4625.0, 4688.0, 4668.0, 4647.0, 4634.0, 4652.0, 4665.0, 4660.0, 4657.0, 4626.0, 4632.0, 4642.0, 4634.0, 4648.0, 4669.0, 4655.0, 4643.0, 4645.0, 4644.0, 4636.0, 4648.0, 4678.0, 4653.0, 4659.0, 4669.0, 4649.0, 4665.0, 4665.0, 4667.0, 4696.0, 4700.0, 4667.0, 4637.0, 4628.0, 4619.0, 4629.0, 4673.0, 4648.0, 4645.0, 4653.0, 4647.0, 4638.0, 4669.0, 4681.0, 4647.0, 4658.0, 4666.0, 4657.0, 4678.0, 4676.0, 4682.0, 4657.0, 4648.0, 4651.0, 4646.0, 4653.0, 4697.0, 4648.0, 4665.0, 4655.0, 4641.0, 4654.0, 4655.0, 4667.0, 4675.0, 4655.0, 4641.0, 4634.0, 4633.0, 4673.0, 4654.0, 4676.0, 4653.0, 4642.0, 4651.0, 4652.0, 4663.0, 4684.0, 4656.0, 4641.0, 4642.0, 4621.0, 4655.0, 4644.0, 4677.0, 4668.0, 4656.0, 4642.0, 4634.0, 4639.0, 4665.0, 4698.0, 4654.0, 4654.0, 4619.0, 4643.0, 4631.0, 4652.0, 4644.0, 4684.0, 4654.0, 4641.0, 4643.0, 4640.0, 4643.0, 4653.0, 4674.0, 4645.0, 4644.0, 4622.0, 4640.0, 4643.0, 4657.0, 4617.0, 4678.0, 4624.0, 4597.0, 4616.0, 4591.0, 4617.0, 4596.0, 4628.0, 4633.0, 4635.0, 4635.0, 4635.0, 4634.0, 4655.0, 4652.0, 4651.0, 4655.0, 4642.0, 4686.0, 4679.0, 4605.0, 4568.0, 4648.0, 4623.0, 4665.0, 4640.0, 4648.0, 4681.0, 4649.0, 4659.0, 4615.0, 4623.0, 4604.0, 4625.0, 4638.0, 4638.0, 4665.0, 4623.0, 4635.0, 4621.0, 4642.0, 4632.0, 4648.0, 4671.0, 4641.0, 4664.0, 4632.0, 4632.0, 4622.0, 4630.0, 4643.0, 4673.0, 4643.0, 4651.0, 4630.0, 4642.0, 4630.0, 4622.0, 4672.0, 4633.0, 4651.0, 4622.0, 4627.0, 4621.0, 4640.0, 4641.0, 4661.0, 4653.0, 4640.0, 4618.0, 4607.0, 4618.0, 4628.0, 4644.0, 4643.0, 4661.0, 4621.0, 4636.0, 4621.0, 4649.0, 4629.0, 4632.0, 4672.0, 4634.0, 4632.0, 4637.0, 4641.0, 4639.0, 4648.0, 4651.0, 4671.0, 4623.0, 4639.0, 4621.0, 4626.0, 4639.0, 4630.0, 4662.0, 4631.0, 4629.0, 4621.0, 4628.0, 4633.0, 4639.0, 4661.0, 4632.0, 4630.0, 4629.0, 4620.0, 4640.0, 4649.0, 4642.0, 4651.0, 4632.0, 4638.0, 4631.0, 4628.0, 4660.0, 4619.0, 4674.0, 4638.0, 4637.0, 4626.0, 4617.0, 4618.0, 4636.0, 4641.0, 4626.0, 4626.0, 4617.0, 4626.0, 4631.0, 4640.0, 4639.0, 4668.0, 4638.0, 4628.0, 4617.0, 4647.0, 4639.0, 4648.0, 4659.0, 4630.0, 4648.0, 4638.0, 4627.0, 4618.0, 4629.0, 4638.0, 4637.0, 4647.0, 4621.0, 4628.0, 4639.0, 4637.0, 4642.0, 4659.0, 4650.0, 4644.0, 4630.0, 4625.0, 4626.0, 4618.0, 4627.0, 4640.0, 4659.0, 4619.0, 4627.0, 4618.0, 4648.0, 4650.0, 4632.0, 4664.0, 4632.0, 4639.0, 4640.0, 4629.0, 4652.0, 4658.0, 4653.0, 4635.0, 4619.0, 4628.0, 4628.0, 4638.0, 4649.0, 4650.0, 4651.0, 4628.0, 4627.0, 4627.0, 4618.0, 4637.0, 4635.0, 4638.0, 4647.0, 4641.0, 4638.0, 4631.0, 4648.0, 4630.0, 4630.0, 4640.0, 4620.0, 4662.0, 4637.0, 4639.0, 4639.0, 4628.0, 4639.0, 4637.0, 4639.0, 4659.0, 4629.0, 4628.0, 4616.0, 4640.0, 4630.0, 4651.0, 4642.0, 4633.0, 4642.0, 4642.0, 4642.0, 4640.0, 4673.0, 4653.0, 4649.0, 4641.0, 4628.0, 4629.0, 4639.0, 4642.0, 4658.0, 4629.0, 4639.0, 4620.0, 4626.0, 4618.0, 4648.0, 4651.0, 4643.0, 4642.0, 4619.0, 4627.0, 4637.0, 4641.0, 4651.0, 4660.0, 4643.0, 4630.0, 4618.0, 4618.0, 4620.0, 4662.0, 4651.0, 4620.0, 4640.0, 4639.0, 4642.0, 4652.0, 4637.0, 4650.0, 4658.0, 4654.0, 4651.0, 4619.0, 4638.0, 4618.0, 4641.0, 4641.0, 4661.0, 4641.0, 4635.0, 4631.0, 4617.0, 4642.0, 4640.0, 4662.0, 4652.0, 4650.0, 4623.0, 4630.0, 4623.0, 4641.0, 4654.0, 4659.0, 4653.0, 4618.0, 4641.0, 4628.0, 4640.0, 4641.0, 4662.0, 4651.0, 4648.0, 4629.0, 4637.0, 4617.0, 4626.0, 4618.0, 4639.0, 4630.0, 4648.0, 4619.0, 4627.0, 4619.0, 4639.0, 4630.0, 4627.0, 4639.0, 4630.0, 4638.0, 4652.0, 4654.0, 4634.0, 4633.0, 4636.0, 4654.0, 4646.0, 4666.0, 4676.0, 4654.0, 4646.0, 4652.0, 4631.0, 4663.0, 4650.0, 4672.0, 4649.0, 4637.0, 4635.0, 4625.0, 4634.0, 4647.0, 4637.0, 4658.0, 4637.0, 4656.0, 4638.0, 4615.0, 4616.0, 4614.0, 4628.0, 4638.0, 4648.0, 4635.0, 4630.0, 4619.0, 4628.0, 4640.0, 4640.0, 4651.0, 4649.0, 4644.0, 4630.0, 4633.0, 4639.0, 4633.0, 4663.0, 4639.0, 4661.0, 4585.0, 4647.0, 4622.0, 4596.0, 4608.0, 4624.0, 4614.0, 4632.0, 4580.0, 4634.0, 4603.0, 4632.0, 4627.0, 4611.0, 4612.0, 4613.0, 4637.0, 4634.0, 4641.0, 4670.0, 4638.0, 4613.0, 4612.0, 4613.0, 4643.0, 4644.0, 4663.0, 4637.0, 4617.0, 4604.0, 4629.0, 4623.0, 4612.0, 4616.0, 4591.0, 4579.0, 4572.0, 4607.0, 4615.0, 4655.0, 4667.0, 4660.0, 4690.0, 4660.0, 4670.0, 4621.0, 4631.0, 4609.0, 4633.0, 4653.0, 4676.0, 4646.0, 4610.0, 4638.0, 4647.0, 4677.0, 4646.0, 4665.0, 4656.0, 4677.0, 4655.0, 4688.0, 4654.0, 4666.0, 4635.0, 4661.0, 4620.0, 4649.0, 4626.0, 4659.0, 4626.0, 4646.0, 4615.0, 4636.0, 4595.0, 4614.0, 4595.0, 4616.0, 4615.0, 4594.0, 4622.0, 4620.0, 4644.0, 4590.0, 4632.0, 4631.0, 4629.0, 4640.0, 4622.0, 4620.0, 4634.0, 4672.0, 4648.0, 4656.0, 4624.0, 4639.0, 4644.0, 4640.0, 4650.0, 4671.0, 4662.0, 4650.0, 4637.0, 4650.0, 4638.0, 4681.0, 4668.0, 4661.0, 4640.0, 4621.0, 4619.0, 4639.0, 4684.0, 4633.0, 4746.0, 4698.0, 4626.0, 4606.0, 4509.0, 4555.0, 4588.0, 4599.0, 4574.0, 4563.0, 4603.0, 4640.0, 4613.0, 4622.0, 4614.0, 4648.0, 4642.0, 4671.0, 4691.0, 4665.0, 4670.0, 4598.0, 4661.0, 4614.0, 4669.0, 4641.0, 4653.0, 4638.0, 4653.0, 4661.0, 4642.0, 4669.0, 4643.0, 4613.0, 4600.0, 4621.0, 4615.0, 4625.0, 4643.0, 4625.0, 4667.0, 4622.0, 4699.0, 4695.0, 4662.0, 4658.0, 4648.0, 4651.0, 4626.0, 4627.0, 4608.0, 4629.0, 4588.0, 4610.0, 4617.0, 4596.0, 4596.0, 4612.0, 4596.0, 4626.0, 4604.0, 4593.0, 4582.0, 4594.0, 4585.0, 4609.0, 4599.0, 4608.0, 4628.0, 4605.0, 4595.0, 4595.0, 4596.0, 4610.0, 4619.0, 4613.0, 4621.0, 4663.0, 4611.0, 4611.0, 4600.0, 4611.0, 4621.0, 4611.0, 4622.0, 4663.0, 4645.0, 4624.0, 4634.0, 4624.0, 4626.0, 4644.0, 4636.0, 4652.0, 4657.0, 4645.0, 4635.0, 4630.0, 4654.0, 4644.0, 4640.0, 4610.0, 4600.0, 4624.0, 4648.0, 4658.0, 4681.0, 4666.0, 4715.0, 4674.0, 4643.0, 4664.0, 4663.0, 4654.0, 4665.0, 4686.0, 4689.0, 4656.0, 4686.0, 4653.0, 4684.0, 4666.0, 4691.0, 4684.0, 4682.0, 4643.0, 4667.0, 4652.0, 4668.0, 4649.0, 4687.0, 4658.0, 4687.0, 4649.0, 4667.0, 4648.0, 4647.0, 4644.0, 4645.0, 4657.0, 4666.0, 4661.0, 4624.0, 4649.0, 4645.0, 4642.0, 4636.0, 4640.0, 4638.0, 4689.0, 4646.0, 4647.0, 4659.0, 4649.0, 4671.0, 4658.0, 4669.0, 4670.0, 4669.0, 4677.0, 4652.0, 4636.0, 4652.0, 4643.0, 4662.0, 4643.0, 4674.0, 4654.0, 4695.0, 4675.0, 4663.0, 4674.0, 4676.0, 4655.0, 4703.0, 4664.0, 4663.0, 4640.0, 4645.0, 4641.0, 4664.0, 4680.0, 4692.0, 4661.0, 4652.0, 4641.0, 4652.0, 4640.0, 4653.0, 4650.0, 4670.0, 4652.0, 4651.0, 4682.0, 4661.0, 4672.0, 4671.0, 4684.0, 4693.0, 4665.0, 4671.0, 4656.0, 4673.0, 4666.0, 4684.0, 4695.0, 4664.0, 4676.0, 4651.0, 4651.0, 4649.0, 4666.0, 4653.0, 4694.0, 4671.0, 4672.0, 4683.0, 4672.0, 4675.0, 4684.0, 4665.0, 4693.0, 4676.0, 4652.0, 4655.0, 4652.0, 4664.0, 4654.0, 4685.0, 4654.0, 4719.0, 4696.0, 4694.0, 4685.0, 4683.0, 4697.0, 4694.0, 4687.0, 4673.0, 4654.0, 4652.0, 4653.0, 4654.0, 4675.0, 4655.0, 4705.0, 4663.0, 4683.0, 4684.0, 4671.0, 4682.0, 4684.0, 4673.0, 4691.0, 4688.0, 4651.0, 4653.0, 4651.0, 4652.0, 4642.0, 4683.0, 4642.0, 4703.0, 4684.0, 4680.0, 4671.0, 4670.0, 4662.0, 4683.0, 4661.0, 4682.0, 4662.0, 4652.0, 4663.0, 4683.0, 4665.0, 4706.0, 4695.0, 4697.0, 4664.0, 4656.0, 4661.0, 4654.0, 4685.0, 4677.0, 4702.0, 4698.0, 4666.0, 4664.0, 4652.0, 4674.0, 4664.0, 4694.0, 4651.0, 4701.0, 4676.0, 4669.0, 4670.0, 4661.0, 4665.0, 4682.0, 4675.0, 4651.0, 4664.0, 4664.0, 4665.0, 4653.0, 4665.0, 4651.0, 4692.0, 4662.0, 4683.0, 4682.0, 4663.0, 4681.0, 4672.0, 4694.0, 4683.0, 4694.0, 4687.0, 4654.0, 4652.0, 4591.0, 4658.0, 4597.0, 4570.0, 4600.0, 4593.0, 4581.0, 4597.0, 4633.0, 4635.0, 4661.0, 4681.0, 4673.0, 4654.0, 4609.0, 4620.0, 4609.0, 4670.0, 4629.0, 4639.0, 4637.0, 4628.0, 4628.0, 4647.0, 4629.0, 4667.0, 4617.0, 4635.0, 4628.0, 4638.0, 4648.0, 4626.0, 4628.0, 4606.0, 4614.0, 4600.0, 4627.0, 4636.0, 4647.0, 4650.0, 4618.0, 4630.0, 4628.0, 4619.0, 4649.0, 4672.0, 4631.0, 4641.0, 4608.0, 4620.0, 4606.0, 4630.0, 4616.0, 4667.0, 4620.0, 4650.0, 4649.0, 4626.0, 4638.0, 4638.0, 4638.0, 4649.0, 4640.0, 4639.0, 4621.0, 4606.0, 4617.0, 4664.0, 4685.0, 4720.0, 4709.0, 4597.0, 4672.0, 4665.0, 4665.0, 4670.0, 4694.0, 4661.0, 4679.0, 4678.0, 4672.0, 4663.0, 4671.0, 4686.0, 4640.0, 4662.0, 4662.0, 4674.0, 4673.0, 4701.0, 4672.0, 4680.0, 4639.0, 4628.0, 4630.0, 4626.0, 4642.0, 4652.0, 4660.0, 4649.0, 4641.0, 4628.0, 4640.0, 4628.0, 4651.0, 4629.0, 4651.0, 4641.0, 4679.0, 4649.0, 4662.0, 4660.0, 4651.0, 4658.0, 4649.0, 4654.0, 4656.0, 4676.0, 4662.0, 4657.0, 4653.0, 4647.0, 4666.0, 4648.0, 4665.0, 4667.0, 4677.0, 4700.0, 4688.0, 4686.0, 4700.0, 4661.0, 4659.0, 4672.0, 4691.0, 4684.0, 4705.0, 4704.0, 4686.0, 4679.0, 4662.0, 4648.0, 4646.0, 4644.0, 4633.0, 4663.0, 4683.0, 4705.0, 4671.0, 4684.0, 4665.0, 4682.0, 4609.0, 4634.0, 4661.0, 4706.0, 4731.0, 4729.0, 4714.0, 4708.0, 4683.0, 4702.0, 4711.0, 4677.0, 4662.0, 4618.0, 4610.0, 4607.0, 4659.0, 4651.0, 4683.0, 4673.0, 4628.0, 4665.0, 4687.0, 4629.0, 4610.0, 4622.0, 4617.0, 4595.0, 4642.0, 4628.0, 4654.0, 4636.0, 4606.0, 4623.0, 4610.0, 4600.0, 4621.0, 4603.0, 4603.0, 4615.0, 4620.0, 4626.0, 4608.0, 4625.0, 4616.0, 4616.0, 4627.0, 4620.0, 4641.0, 4644.0, 4634.0, 4668.0, 4669.0, 4668.0, 4668.0, 4660.0, 4668.0, 4679.0, 4659.0, 4689.0, 4649.0, 4668.0, 4639.0, 4687.0, 4655.0, 4654.0, 4668.0, 4646.0, 4636.0, 4646.0, 4651.0, 4669.0, 4648.0, 4658.0, 4648.0, 4659.0, 4651.0, 4673.0, 4673.0, 4670.0, 4665.0, 4682.0, 4656.0, 4672.0, 4676.0, 4676.0, 4645.0, 4660.0, 4606.0, 4640.0, 4548.0, 4617.0, 4632.0, 4681.0, 4675.0, 4676.0, 4695.0, 4714.0, 4684.0, 4715.0, 4707.0, 4675.0, 4685.0, 4688.0, 4705.0, 4704.0, 4701.0, 4720.0, 4687.0, 4669.0, 4668.0, 4648.0, 4667.0, 4660.0, 4669.0, 4651.0, 4680.0, 4652.0, 4647.0, 4646.0, 4668.0, 4658.0, 4648.0, 4660.0, 4652.0, 4651.0, 4653.0, 4692.0, 4715.0, 4691.0, 4663.0, 4669.0, 4651.0, 4673.0, 4660.0, 4689.0, 4660.0, 4657.0, 4650.0, 4658.0, 4649.0, 4655.0, 4650.0, 4678.0, 4661.0, 4637.0, 4658.0, 4678.0, 4658.0, 4668.0, 4671.0, 4680.0, 4681.0, 4670.0, 4648.0, 4649.0, 4678.0, 4649.0, 4669.0, 4686.0, 4677.0, 4670.0, 4638.0, 4656.0, 4668.0, 4658.0, 4678.0, 4669.0, 4668.0, 4658.0, 4639.0, 4658.0, 4661.0, 4678.0, 4659.0, 4679.0, 4699.0, 4647.0, 4659.0, 4668.0, 4632.0, 4648.0, 4632.0, 4609.0, 4611.0, 4608.0, 4618.0, 4612.0, 4651.0, 4614.0, 4641.0, 4641.0, 4632.0, 4633.0, 4613.0, 4623.0, 4633.0, 4634.0, 4623.0, 4673.0, 4633.0, 4642.0, 4625.0, 4630.0, 4623.0, 4631.0, 4643.0, 4663.0, 4647.0, 4633.0, 4625.0, 4633.0, 4634.0, 4633.0, 4663.0, 4633.0, 4641.0, 4599.0, 4641.0, 4632.0, 4642.0, 4639.0, 4615.0, 4661.0, 4641.0, 4670.0, 4640.0, 4650.0, 4629.0, 4638.0, 4620.0, 4628.0, 4653.0, 4618.0, 4629.0, 4619.0, 4620.0, 4611.0, 4630.0, 4632.0, 4639.0, 4631.0, 4622.0, 4631.0, 4632.0, 4631.0, 4624.0, 4671.0, 4634.0, 4631.0, 4633.0, 4640.0, 4634.0, 4649.0, 4644.0, 4651.0, 4662.0, 4623.0, 4641.0, 4620.0, 4641.0, 4621.0, 4641.0, 4640.0, 4650.0, 4635.0, 4643.0, 4622.0, 4633.0, 4642.0, 4644.0, 4663.0, 4636.0, 4634.0, 4634.0, 4645.0, 4647.0, 4663.0, 4682.0, 4652.0, 4643.0, 4611.0, 4642.0, 4621.0, 4639.0, 4634.0, 4660.0, 4634.0, 4640.0, 4634.0, 4661.0, 4635.0, 4653.0, 4642.0, 4633.0, 4651.0, 4622.0, 4632.0, 4624.0, 4640.0, 4633.0, 4652.0, 4640.0, 4673.0, 4635.0, 4651.0, 4624.0, 4623.0, 4634.0, 4626.0, 4645.0, 4634.0, 4624.0, 4640.0, 4666.0, 4648.0, 4665.0, 4695.0, 4675.0, 4676.0, 4654.0, 4644.0, 4654.0, 4634.0, 4663.0, 4663.0, 4661.0, 4644.0, 4642.0, 4632.0, 4621.0, 4631.0, 4622.0, 4634.0, 4634.0, 4642.0, 4634.0, 4675.0, 4639.0, 4647.0, 4639.0, 4649.0, 4660.0, 4650.0, 4687.0, 4648.0, 4668.0, 4649.0, 4647.0, 4638.0, 4656.0, 4670.0, 4667.0, 4659.0, 4637.0, 4649.0, 4649.0, 4661.0, 4648.0, 4698.0, 4647.0, 4699.0, 4638.0, 4658.0, 4648.0, 4657.0, 4647.0, 4675.0, 4647.0, 4636.0, 4639.0, 4673.0, 4637.0, 4656.0, 4658.0, 4666.0, 4648.0, 4637.0, 4659.0, 4660.0, 4659.0, 4659.0, 4668.0, 4670.0, 4649.0, 4662.0, 4680.0, 4651.0, 4670.0, 4691.0, 4677.0, 4681.0, 4659.0, 4649.0, 4649.0, 4658.0, 4659.0, 4668.0, 4659.0, 4668.0, 4639.0, 4668.0, 4641.0, 4680.0, 4682.0, 4680.0, 4681.0, 4661.0, 4671.0, 4659.0, 4658.0, 4649.0, 4698.0, 4657.0, 4708.0, 4670.0, 4667.0, 4670.0, 4638.0, 4668.0, 4657.0, 4659.0, 4637.0, 4654.0, 4665.0, 4671.0, 4654.0, 4672.0, 4673.0, 4678.0, 4691.0, 4689.0, 4685.0, 4660.0, 4660.0, 4733.0, 4597.0, 4664.0, 4621.0, 4620.0, 4577.0, 4690.0, 4640.0, 4668.0, 4691.0, 4683.0, 4659.0, 4690.0, 4670.0, 4714.0, 4684.0, 4660.0, 4660.0, 4649.0, 4669.0, 4659.0, 4694.0, 4683.0, 4651.0, 4651.0, 4661.0, 4673.0, 4686.0, 4674.0, 4685.0, 4663.0, 4675.0, 4672.0, 4712.0, 4673.0, 4662.0, 4659.0, 4659.0, 4670.0, 4660.0, 4681.0, 4680.0, 4678.0, 4651.0, 4663.0, 4660.0, 4661.0, 4654.0, 4675.0, 4675.0, 4674.0, 4693.0, 4664.0, 4693.0, 4673.0, 4684.0, 4672.0, 4667.0, 4670.0, 4656.0, 4636.0, 4646.0, 4651.0, 4636.0, 4699.0, 4668.0, 4617.0, 4744.0, 4676.0, 4653.0, 4632.0, 4623.0, 4634.0, 4652.0, 4637.0, 4664.0, 4679.0, 4671.0, 4689.0, 4673.0, 4572.0, 4621.0, 4584.0, 4580.0, 4618.0, 4607.0, 4679.0, 4679.0, 4744.0, 4739.0, 4670.0, 4660.0, 4661.0, 4651.0, 4712.0, 4664.0, 4660.0, 4650.0, 4651.0, 4649.0, 4624.0, 4646.0, 4585.0, 4675.0, 4662.0, 4622.0, 4644.0, 4635.0, 4653.0, 4659.0, 4663.0, 4677.0, 4691.0, 4685.0, 4665.0, 4684.0, 4683.0, 4672.0, 4660.0, 4655.0, 4656.0, 4668.0, 4678.0], 'WindowWidth': [10308.0, 10265.0, 10237.0, 10196.0, 10196.0, 10207.0, 10220.0, 10204.0, 10211.0, 10171.0, 10181.0, 10196.0, 10187.0, 10176.0, 10205.0, 10176.0, 10124.0, 10119.0, 10120.0, 10142.0, 10116.0, 10219.0, 10157.0, 10154.0, 10133.0, 10153.0, 10156.0, 10169.0, 10158.0, 10218.0, 10183.0, 10167.0, 10134.0, 10113.0, 10132.0, 10112.0, 10139.0, 10138.0, 10166.0, 10145.0, 10162.0, 10177.0, 10154.0, 10172.0, 10184.0, 10174.0, 10201.0, 10171.0, 10149.0, 10140.0, 10136.0, 10141.0, 10167.0, 10174.0, 10151.0, 10120.0, 10139.0, 10148.0, 10201.0, 10161.0, 10174.0, 10174.0, 10219.0, 10162.0, 10202.0, 10187.0, 10169.0, 10181.0, 10166.0, 10181.0, 10172.0, 10188.0, 10200.0, 10183.0, 10140.0, 10146.0, 10142.0, 10172.0, 10157.0, 10189.0, 10206.0, 10180.0, 10175.0, 10162.0, 10182.0, 10171.0, 10223.0, 10180.0, 10193.0, 10189.0, 10173.0, 10186.0, 10172.0, 10204.0, 10202.0, 10194.0, 10173.0, 10176.0, 10159.0, 10173.0, 10159.0, 10171.0, 10204.0, 10221.0, 10208.0, 10179.0, 10181.0, 10160.0, 10184.0, 10180.0, 10210.0, 10175.0, 10177.0, 10188.0, 10155.0, 10173.0, 10179.0, 10197.0, 10191.0, 10197.0, 10162.0, 10183.0, 10147.0, 10174.0, 10143.0, 10194.0, 10182.0, 10219.0, 10185.0, 10164.0, 10186.0, 10155.0, 10168.0, 10168.0, 10171.0, 10194.0, 10211.0, 10188.0, 10187.0, 10156.0, 10170.0, 10144.0, 10180.0, 10154.0, 10166.0, 10174.0, 10155.0, 10123.0, 10166.0, 10169.0, 10212.0, 10176.0, 10225.0, 10163.0, 10163.0, 10155.0, 10194.0, 10139.0, 10198.0, 10141.0, 10200.0, 10162.0, 10232.0, 10124.0, 10205.0, 10139.0, 10219.0, 10160.0, 10170.0, 10172.0, 10139.0, 10116.0, 10118.0, 10099.0, 10129.0, 10183.0, 10174.0, 10191.0, 10043.0, 10274.0, 10250.0, 10183.0, 10092.0, 10285.0, 10167.0, 10217.0, 10186.0, 10226.0, 10166.0, 10134.0, 10136.0, 10134.0, 10197.0, 10173.0, 10189.0, 10180.0, 10175.0, 10178.0, 10170.0, 10196.0, 10179.0, 10172.0, 10138.0, 10148.0, 10170.0, 10166.0, 10175.0, 10144.0, 10168.0, 10149.0, 10174.0, 10177.0, 10188.0, 10160.0, 10160.0, 10160.0, 10163.0, 10190.0, 10160.0, 10176.0, 10190.0, 10186.0, 10158.0, 10159.0, 10153.0, 10155.0, 10171.0, 10200.0, 10172.0, 10196.0, 10122.0, 10158.0, 10184.0, 10167.0, 10171.0, 10173.0, 10197.0, 10154.0, 10246.0, 10217.0, 10184.0, 10166.0, 10190.0, 10209.0, 10199.0, 10204.0, 10155.0, 10162.0, 10173.0, 10164.0, 10179.0, 10211.0, 10199.0, 10178.0, 10183.0, 10180.0, 10173.0, 10191.0, 10232.0, 10204.0, 10207.0, 10217.0, 10190.0, 10209.0, 10209.0, 10213.0, 10257.0, 10278.0, 10214.0, 10171.0, 10148.0, 10137.0, 10149.0, 10215.0, 10190.0, 10183.0, 10194.0, 10185.0, 10178.0, 10220.0, 10243.0, 10192.0, 10204.0, 10212.0, 10201.0, 10231.0, 10227.0, 10242.0, 10199.0, 10188.0, 10185.0, 10181.0, 10190.0, 10253.0, 10190.0, 10209.0, 10192.0, 10172.0, 10190.0, 10192.0, 10213.0, 10225.0, 10196.0, 10170.0, 10163.0, 10163.0, 10219.0, 10195.0, 10223.0, 10187.0, 10171.0, 10183.0, 10186.0, 10202.0, 10232.0, 10194.0, 10169.0, 10171.0, 10143.0, 10195.0, 10179.0, 10231.0, 10215.0, 10195.0, 10174.0, 10162.0, 10169.0, 10206.0, 10257.0, 10192.0, 10191.0, 10138.0, 10171.0, 10154.0, 10186.0, 10177.0, 10233.0, 10190.0, 10168.0, 10174.0, 10167.0, 10176.0, 10187.0, 10220.0, 10177.0, 10175.0, 10143.0, 10166.0, 10171.0, 10198.0, 10128.0, 10234.0, 10147.0, 10098.0, 10121.0, 10085.0, 10126.0, 10095.0, 10143.0, 10160.0, 10164.0, 10168.0, 10165.0, 10162.0, 10191.0, 10184.0, 10181.0, 10192.0, 10173.0, 10255.0, 10231.0, 10103.0, 10029.0, 10164.0, 10132.0, 10214.0, 10165.0, 10176.0, 10226.0, 10180.0, 10192.0, 10125.0, 10133.0, 10110.0, 10140.0, 10163.0, 10165.0, 10211.0, 10152.0, 10168.0, 10146.0, 10171.0, 10159.0, 10176.0, 10209.0, 10172.0, 10206.0, 10159.0, 10157.0, 10145.0, 10155.0, 10176.0, 10217.0, 10181.0, 10185.0, 10157.0, 10172.0, 10154.0, 10147.0, 10212.0, 10166.0, 10186.0, 10145.0, 10147.0, 10141.0, 10167.0, 10171.0, 10196.0, 10191.0, 10167.0, 10136.0, 10122.0, 10136.0, 10150.0, 10172.0, 10176.0, 10199.0, 10143.0, 10160.0, 10142.0, 10177.0, 10153.0, 10159.0, 10217.0, 10164.0, 10159.0, 10162.0, 10169.0, 10166.0, 10176.0, 10185.0, 10211.0, 10148.0, 10164.0, 10142.0, 10145.0, 10166.0, 10158.0, 10202.0, 10156.0, 10151.0, 10145.0, 10150.0, 10160.0, 10166.0, 10202.0, 10159.0, 10154.0, 10151.0, 10138.0, 10169.0, 10181.0, 10176.0, 10186.0, 10160.0, 10163.0, 10156.0, 10149.0, 10194.0, 10138.0, 10217.0, 10161.0, 10157.0, 10141.0, 10130.0, 10135.0, 10158.0, 10172.0, 10146.0, 10144.0, 10132.0, 10142.0, 10155.0, 10168.0, 10167.0, 10207.0, 10164.0, 10148.0, 10134.0, 10173.0, 10168.0, 10176.0, 10193.0, 10154.0, 10175.0, 10159.0, 10144.0, 10135.0, 10148.0, 10163.0, 10162.0, 10179.0, 10142.0, 10149.0, 10164.0, 10160.0, 10171.0, 10193.0, 10182.0, 10171.0, 10153.0, 10141.0, 10142.0, 10133.0, 10146.0, 10168.0, 10194.0, 10139.0, 10148.0, 10137.0, 10177.0, 10181.0, 10160.0, 10204.0, 10156.0, 10165.0, 10165.0, 10151.0, 10183.0, 10192.0, 10188.0, 10158.0, 10136.0, 10146.0, 10149.0, 10162.0, 10181.0, 10178.0, 10184.0, 10146.0, 10143.0, 10142.0, 10132.0, 10156.0, 10155.0, 10162.0, 10174.0, 10169.0, 10163.0, 10154.0, 10176.0, 10153.0, 10154.0, 10168.0, 10142.0, 10201.0, 10161.0, 10163.0, 10162.0, 10147.0, 10163.0, 10161.0, 10164.0, 10190.0, 10151.0, 10146.0, 10131.0, 10164.0, 10154.0, 10183.0, 10176.0, 10163.0, 10174.0, 10172.0, 10174.0, 10169.0, 10219.0, 10189.0, 10179.0, 10165.0, 10146.0, 10148.0, 10164.0, 10169.0, 10190.0, 10152.0, 10162.0, 10139.0, 10144.0, 10137.0, 10176.0, 10185.0, 10173.0, 10172.0, 10137.0, 10146.0, 10160.0, 10167.0, 10182.0, 10195.0, 10173.0, 10152.0, 10136.0, 10134.0, 10141.0, 10198.0, 10183.0, 10143.0, 10168.0, 10165.0, 10170.0, 10182.0, 10162.0, 10181.0, 10194.0, 10189.0, 10181.0, 10138.0, 10160.0, 10136.0, 10167.0, 10168.0, 10196.0, 10168.0, 10156.0, 10151.0, 10132.0, 10172.0, 10169.0, 10199.0, 10186.0, 10183.0, 10147.0, 10154.0, 10145.0, 10169.0, 10189.0, 10194.0, 10188.0, 10136.0, 10167.0, 10147.0, 10166.0, 10169.0, 10197.0, 10180.0, 10175.0, 10148.0, 10155.0, 10130.0, 10140.0, 10135.0, 10164.0, 10152.0, 10172.0, 10136.0, 10142.0, 10134.0, 10159.0, 10150.0, 10146.0, 10163.0, 10153.0, 10165.0, 10185.0, 10191.0, 10163.0, 10161.0, 10168.0, 10192.0, 10184.0, 10210.0, 10226.0, 10192.0, 10181.0, 10183.0, 10154.0, 10199.0, 10179.0, 10209.0, 10174.0, 10156.0, 10151.0, 10137.0, 10147.0, 10169.0, 10157.0, 10186.0, 10155.0, 10180.0, 10155.0, 10122.0, 10125.0, 10123.0, 10144.0, 10158.0, 10174.0, 10155.0, 10149.0, 10133.0, 10145.0, 10163.0, 10167.0, 10183.0, 10178.0, 10177.0, 10152.0, 10160.0, 10162.0, 10156.0, 10201.0, 10165.0, 10193.0, 10057.0, 10186.0, 10140.0, 10100.0, 10115.0, 10125.0, 10111.0, 10137.0, 10059.0, 10162.0, 10095.0, 10149.0, 10133.0, 10118.0, 10121.0, 10125.0, 10161.0, 10153.0, 10162.0, 10209.0, 10166.0, 10122.0, 10120.0, 10124.0, 10164.0, 10165.0, 10192.0, 10162.0, 10126.0, 10112.0, 10158.0, 10145.0, 10123.0, 10115.0, 10068.0, 10048.0, 10045.0, 10103.0, 10135.0, 10206.0, 10211.0, 10201.0, 10241.0, 10206.0, 10216.0, 10136.0, 10156.0, 10122.0, 10157.0, 10184.0, 10222.0, 10185.0, 10121.0, 10152.0, 10186.0, 10227.0, 10183.0, 10204.0, 10195.0, 10226.0, 10191.0, 10241.0, 10189.0, 10207.0, 10161.0, 10195.0, 10134.0, 10174.0, 10137.0, 10186.0, 10134.0, 10164.0, 10117.0, 10148.0, 10089.0, 10115.0, 10091.0, 10119.0, 10117.0, 10088.0, 10126.0, 10133.0, 10175.0, 10078.0, 10156.0, 10155.0, 10151.0, 10162.0, 10140.0, 10135.0, 10161.0, 10227.0, 10186.0, 10191.0, 10147.0, 10173.0, 10177.0, 10177.0, 10191.0, 10221.0, 10209.0, 10191.0, 10169.0, 10192.0, 10174.0, 10234.0, 10207.0, 10185.0, 10150.0, 10129.0, 10128.0, 10172.0, 10259.0, 10134.0, 10363.0, 10256.0, 10136.0, 10078.0, 9916.0, 10007.0, 10076.0, 10091.0, 10043.0, 10028.0, 10097.0, 10163.0, 10113.0, 10127.0, 10118.0, 10169.0, 10171.0, 10208.0, 10235.0, 10204.0, 10199.0, 10085.0, 10197.0, 10122.0, 10199.0, 10166.0, 10185.0, 10167.0, 10187.0, 10195.0, 10169.0, 10205.0, 10160.0, 10122.0, 10098.0, 10127.0, 10127.0, 10142.0, 10165.0, 10145.0, 10221.0, 10122.0, 10282.0, 10260.0, 10189.0, 10193.0, 10161.0, 10168.0, 10121.0, 10125.0, 10104.0, 10135.0, 10081.0, 10112.0, 10117.0, 10091.0, 10090.0, 10106.0, 10087.0, 10125.0, 10095.0, 10078.0, 10066.0, 10082.0, 10072.0, 10112.0, 10099.0, 10109.0, 10136.0, 10103.0, 10089.0, 10090.0, 10093.0, 10117.0, 10127.0, 10126.0, 10133.0, 10191.0, 10121.0, 10120.0, 10104.0, 10121.0, 10134.0, 10121.0, 10139.0, 10194.0, 10175.0, 10146.0, 10159.0, 10144.0, 10150.0, 10174.0, 10164.0, 10181.0, 10195.0, 10175.0, 10164.0, 10151.0, 10204.0, 10175.0, 10164.0, 10099.0, 10087.0, 10126.0, 10184.0, 10198.0, 10235.0, 10204.0, 10287.0, 10231.0, 10187.0, 10213.0, 10213.0, 10202.0, 10217.0, 10249.0, 10257.0, 10208.0, 10245.0, 10199.0, 10242.0, 10221.0, 10250.0, 10244.0, 10235.0, 10183.0, 10211.0, 10197.0, 10211.0, 10187.0, 10237.0, 10199.0, 10236.0, 10185.0, 10208.0, 10183.0, 10180.0, 10176.0, 10178.0, 10199.0, 10206.0, 10208.0, 10152.0, 10189.0, 10181.0, 10183.0, 10169.0, 10178.0, 10174.0, 10242.0, 10182.0, 10184.0, 10200.0, 10187.0, 10220.0, 10201.0, 10217.0, 10219.0, 10215.0, 10226.0, 10197.0, 10170.0, 10199.0, 10187.0, 10213.0, 10189.0, 10231.0, 10202.0, 10263.0, 10232.0, 10216.0, 10231.0, 10235.0, 10204.0, 10269.0, 10216.0, 10214.0, 10179.0, 10191.0, 10180.0, 10215.0, 10234.0, 10252.0, 10210.0, 10201.0, 10182.0, 10198.0, 10178.0, 10199.0, 10193.0, 10224.0, 10199.0, 10197.0, 10239.0, 10210.0, 10226.0, 10224.0, 10245.0, 10260.0, 10225.0, 10227.0, 10209.0, 10228.0, 10222.0, 10245.0, 10260.0, 10217.0, 10235.0, 10196.0, 10197.0, 10191.0, 10221.0, 10203.0, 10259.0, 10228.0, 10227.0, 10240.0, 10226.0, 10233.0, 10246.0, 10220.0, 10256.0, 10238.0, 10200.0, 10206.0, 10199.0, 10217.0, 10205.0, 10249.0, 10206.0, 10301.0, 10263.0, 10258.0, 10246.0, 10243.0, 10266.0, 10259.0, 10253.0, 10229.0, 10205.0, 10199.0, 10202.0, 10201.0, 10236.0, 10206.0, 10275.0, 10215.0, 10241.0, 10240.0, 10222.0, 10238.0, 10244.0, 10230.0, 10252.0, 10253.0, 10196.0, 10201.0, 10194.0, 10199.0, 10187.0, 10241.0, 10185.0, 10270.0, 10240.0, 10234.0, 10223.0, 10218.0, 10211.0, 10240.0, 10210.0, 10238.0, 10213.0, 10198.0, 10213.0, 10240.0, 10221.0, 10275.0, 10261.0, 10265.0, 10217.0, 10208.0, 10210.0, 10206.0, 10247.0, 10240.0, 10268.0, 10270.0, 10220.0, 10218.0, 10200.0, 10232.0, 10217.0, 10259.0, 10196.0, 10264.0, 10224.0, 10216.0, 10218.0, 10208.0, 10219.0, 10237.0, 10233.0, 10198.0, 10220.0, 10218.0, 10220.0, 10200.0, 10222.0, 10198.0, 10255.0, 10213.0, 10242.0, 10235.0, 10212.0, 10234.0, 10225.0, 10256.0, 10242.0, 10257.0, 10245.0, 10204.0, 10198.0, 10070.0, 10200.0, 10085.0, 10039.0, 10078.0, 10075.0, 10060.0, 10094.0, 10154.0, 10164.0, 10192.0, 10224.0, 10211.0, 10188.0, 10122.0, 10140.0, 10122.0, 10204.0, 10150.0, 10162.0, 10157.0, 10145.0, 10145.0, 10171.0, 10147.0, 10200.0, 10132.0, 10151.0, 10146.0, 10160.0, 10175.0, 10141.0, 10146.0, 10115.0, 10125.0, 10104.0, 10142.0, 10155.0, 10170.0, 10179.0, 10135.0, 10154.0, 10150.0, 10143.0, 10180.0, 10213.0, 10159.0, 10172.0, 10123.0, 10137.0, 10116.0, 10152.0, 10131.0, 10201.0, 10141.0, 10180.0, 10177.0, 10144.0, 10162.0, 10163.0, 10162.0, 10176.0, 10170.0, 10167.0, 10140.0, 10111.0, 10136.0, 10208.0, 10236.0, 10291.0, 10269.0, 10065.0, 10244.0, 10218.0, 10216.0, 10215.0, 10249.0, 10218.0, 10237.0, 10235.0, 10223.0, 10212.0, 10220.0, 10246.0, 10178.0, 10207.0, 10205.0, 10222.0, 10224.0, 10259.0, 10218.0, 10225.0, 10170.0, 10151.0, 10157.0, 10149.0, 10178.0, 10193.0, 10203.0, 10184.0, 10177.0, 10157.0, 10174.0, 10157.0, 10190.0, 10157.0, 10191.0, 10177.0, 10226.0, 10185.0, 10205.0, 10198.0, 10187.0, 10197.0, 10186.0, 10196.0, 10203.0, 10231.0, 10209.0, 10207.0, 10199.0, 10196.0, 10217.0, 10196.0, 10215.0, 10220.0, 10233.0, 10270.0, 10250.0, 10246.0, 10269.0, 10219.0, 10214.0, 10236.0, 10262.0, 10260.0, 10286.0, 10284.0, 10261.0, 10243.0, 10208.0, 10183.0, 10179.0, 10172.0, 10156.0, 10211.0, 10235.0, 10267.0, 10213.0, 10224.0, 10199.0, 10232.0, 10115.0, 10160.0, 10206.0, 10290.0, 10319.0, 10315.0, 10289.0, 10268.0, 10224.0, 10266.0, 10279.0, 10230.0, 10198.0, 10126.0, 10106.0, 10112.0, 10186.0, 10178.0, 10232.0, 10221.0, 10151.0, 10195.0, 10229.0, 10130.0, 10105.0, 10125.0, 10122.0, 10089.0, 10166.0, 10141.0, 10169.0, 10149.0, 10108.0, 10123.0, 10101.0, 10086.0, 10118.0, 10095.0, 10098.0, 10122.0, 10132.0, 10129.0, 10111.0, 10135.0, 10123.0, 10126.0, 10140.0, 10135.0, 10166.0, 10172.0, 10164.0, 10212.0, 10215.0, 10217.0, 10216.0, 10208.0, 10215.0, 10231.0, 10203.0, 10243.0, 10188.0, 10212.0, 10174.0, 10238.0, 10191.0, 10190.0, 10213.0, 10180.0, 10173.0, 10186.0, 10198.0, 10217.0, 10191.0, 10201.0, 10189.0, 10202.0, 10195.0, 10229.0, 10232.0, 10223.0, 10221.0, 10242.0, 10209.0, 10233.0, 10243.0, 10238.0, 10167.0, 10194.0, 10110.0, 10165.0, 9995.0, 10127.0, 10160.0, 10245.0, 10226.0, 10236.0, 10258.0, 10284.0, 10244.0, 10289.0, 10281.0, 10236.0, 10250.0, 10255.0, 10277.0, 10273.0, 10267.0, 10291.0, 10236.0, 10215.0, 10213.0, 10187.0, 10211.0, 10206.0, 10215.0, 10198.0, 10235.0, 10201.0, 10189.0, 10184.0, 10216.0, 10202.0, 10189.0, 10206.0, 10198.0, 10195.0, 10204.0, 10254.0, 10288.0, 10252.0, 10216.0, 10218.0, 10196.0, 10220.0, 10208.0, 10245.0, 10209.0, 10200.0, 10194.0, 10201.0, 10192.0, 10195.0, 10195.0, 10228.0, 10208.0, 10175.0, 10202.0, 10229.0, 10203.0, 10218.0, 10226.0, 10237.0, 10239.0, 10222.0, 10188.0, 10194.0, 10229.0, 10193.0, 10221.0, 10242.0, 10227.0, 10221.0, 10174.0, 10199.0, 10214.0, 10201.0, 10231.0, 10221.0, 10219.0, 10203.0, 10178.0, 10201.0, 10210.0, 10228.0, 10207.0, 10233.0, 10258.0, 10184.0, 10204.0, 10213.0, 10154.0, 10188.0, 10158.0, 10109.0, 10097.0, 10108.0, 10122.0, 10122.0, 10171.0, 10125.0, 10157.0, 10157.0, 10148.0, 10153.0, 10125.0, 10140.0, 10153.0, 10154.0, 10138.0, 10205.0, 10153.0, 10164.0, 10144.0, 10148.0, 10141.0, 10149.0, 10164.0, 10193.0, 10177.0, 10156.0, 10146.0, 10154.0, 10157.0, 10156.0, 10193.0, 10153.0, 10158.0, 10098.0, 10162.0, 10153.0, 10164.0, 10159.0, 10130.0, 10189.0, 10159.0, 10197.0, 10160.0, 10169.0, 10143.0, 10151.0, 10129.0, 10140.0, 10171.0, 10127.0, 10144.0, 10130.0, 10132.0, 10122.0, 10147.0, 10149.0, 10155.0, 10149.0, 10139.0, 10151.0, 10151.0, 10150.0, 10143.0, 10201.0, 10154.0, 10147.0, 10155.0, 10162.0, 10157.0, 10173.0, 10169.0, 10174.0, 10190.0, 10138.0, 10162.0, 10135.0, 10164.0, 10137.0, 10163.0, 10162.0, 10173.0, 10158.0, 10167.0, 10141.0, 10155.0, 10166.0, 10169.0, 10196.0, 10164.0, 10157.0, 10159.0, 10171.0, 10178.0, 10194.0, 10219.0, 10178.0, 10168.0, 10124.0, 10165.0, 10136.0, 10162.0, 10157.0, 10187.0, 10156.0, 10160.0, 10158.0, 10191.0, 10158.0, 10181.0, 10165.0, 10152.0, 10179.0, 10140.0, 10154.0, 10143.0, 10162.0, 10154.0, 10177.0, 10161.0, 10205.0, 10158.0, 10176.0, 10143.0, 10141.0, 10160.0, 10150.0, 10173.0, 10162.0, 10147.0, 10177.0, 10207.0, 10185.0, 10203.0, 10244.0, 10213.0, 10219.0, 10185.0, 10173.0, 10183.0, 10159.0, 10196.0, 10194.0, 10189.0, 10171.0, 10165.0, 10153.0, 10138.0, 10151.0, 10138.0, 10156.0, 10156.0, 10166.0, 10161.0, 10215.0, 10173.0, 10185.0, 10177.0, 10188.0, 10204.0, 10189.0, 10235.0, 10184.0, 10209.0, 10187.0, 10182.0, 10173.0, 10193.0, 10214.0, 10209.0, 10202.0, 10172.0, 10190.0, 10189.0, 10206.0, 10187.0, 10254.0, 10181.0, 10254.0, 10170.0, 10200.0, 10183.0, 10195.0, 10182.0, 10216.0, 10180.0, 10164.0, 10172.0, 10214.0, 10171.0, 10195.0, 10199.0, 10207.0, 10185.0, 10172.0, 10203.0, 10205.0, 10201.0, 10204.0, 10213.0, 10217.0, 10190.0, 10212.0, 10233.0, 10195.0, 10219.0, 10248.0, 10223.0, 10234.0, 10200.0, 10188.0, 10189.0, 10199.0, 10202.0, 10214.0, 10201.0, 10213.0, 10177.0, 10214.0, 10183.0, 10234.0, 10238.0, 10231.0, 10235.0, 10209.0, 10221.0, 10202.0, 10199.0, 10189.0, 10254.0, 10196.0, 10268.0, 10220.0, 10215.0, 10220.0, 10154.0, 10229.0, 10195.0, 10197.0, 10167.0, 10185.0, 10221.0, 10222.0, 10202.0, 10225.0, 10226.0, 10243.0, 10268.0, 10261.0, 10249.0, 10208.0, 10206.0, 10325.0, 10073.0, 10191.0, 10126.0, 10123.0, 10046.0, 10253.0, 10163.0, 10214.0, 10253.0, 10242.0, 10206.0, 10250.0, 10220.0, 10286.0, 10247.0, 10207.0, 10207.0, 10191.0, 10219.0, 10202.0, 10256.0, 10242.0, 10194.0, 10196.0, 10209.0, 10229.0, 10250.0, 10232.0, 10248.0, 10214.0, 10235.0, 10229.0, 10280.0, 10229.0, 10212.0, 10205.0, 10205.0, 10218.0, 10207.0, 10237.0, 10234.0, 10234.0, 10196.0, 10213.0, 10205.0, 10212.0, 10204.0, 10234.0, 10234.0, 10230.0, 10254.0, 10217.0, 10256.0, 10229.0, 10247.0, 10226.0, 10227.0, 10219.0, 10189.0, 10161.0, 10175.0, 10180.0, 10167.0, 10257.0, 10215.0, 10101.0, 10347.0, 10222.0, 10187.0, 10154.0, 10145.0, 10144.0, 10163.0, 10149.0, 10198.0, 10231.0, 10229.0, 10264.0, 10220.0, 10018.0, 10107.0, 10051.0, 10046.0, 10115.0, 10100.0, 10231.0, 10235.0, 10353.0, 10339.0, 10229.0, 10197.0, 10198.0, 10187.0, 10272.0, 10207.0, 10194.0, 10182.0, 10186.0, 10180.0, 10137.0, 10169.0, 10063.0, 10231.0, 10197.0, 10139.0, 10157.0, 10148.0, 10185.0, 10190.0, 10198.0, 10229.0, 10251.0, 10251.0, 10225.0, 10247.0, 10240.0, 10223.0, 10208.0, 10192.0, 10198.0, 10217.0, 10230.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.006527102854065697</td></tr>
<tr><td colspan=3>aqi</td><td>0.14575856483575658</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.95161161557111</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0813191412230605</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.985317017397629</td></tr>
<tr><td colspan=3>efc</td><td>0.5456</td></tr>
<tr><td colspan=3>fber</td><td>2731.449</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3105495144316621</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>612</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>32.95638126009693</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7480016795071145</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5825153929734896</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0376526548494445</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6238369906984085</td></tr>
<tr><td colspan=3>gcor</td><td>0.00981653</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011541866697371006</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07210181653499603</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>4.726905434276336</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>11.975</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.5704</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>277.2661</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283835.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1233.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>450.7402</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5457</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.8235</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3795.2411</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92709.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1871.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4828.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>827.5983</td></tr>
<tr><td colspan=3>tsnr</td><td>17.14538617990911</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>