<?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-0114_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-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0114/figures/sub-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114/ses-02/func/sub-0114_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>c9bf9294dbd65088240685d3e42c16b0</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>21:31:10.185000</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.999043, 0.0144687, 0.0412751, -0.0219736, 0.981994, 0.187629]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0937224</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7787, -7153, 352, -150, 17, 117, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.584</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>74fe1421-cad5-45a0-b0ba-e618ff8286a8||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.680359363555908, -0.0589536651968956, 0.10210645943880081, 113.15240478515625], [-0.03881854563951492, 2.6346187591552734, 0.508561372756958, -110.64530181884766], [0.11073821038007736, -0.5033939480781555, 2.649705410003662, -26.70807456970215], [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': ['213110.185000', '213110.645000', '213111.105000', '213111.565000', '213112.025000', '213112.485000', '213112.945000', '213113.405000', '213113.865000', '213114.325000', '213114.785000', '213115.245000', '213115.705000', '213116.165000', '213116.625000', '213117.085000', '213117.545000', '213118.005000', '213118.465000', '213118.925000', '213119.385000', '213119.845000', '213120.305000', '213120.765000', '213121.225000', '213121.685000', '213122.145000', '213122.605000', '213123.065000', '213123.525000', '213123.985000', '213124.445000', '213124.905000', '213125.365000', '213125.825000', '213126.285000', '213126.745000', '213127.205000', '213127.665000', '213128.125000', '213128.585000', '213129.045000', '213129.505000', '213129.965000', '213130.425000', '213130.885000', '213131.345000', '213131.805000', '213132.265000', '213132.725000', '213133.185000', '213133.645000', '213134.105000', '213134.565000', '213135.025000', '213135.485000', '213135.945000', '213136.405000', '213136.865000', '213137.325000', '213137.785000', '213138.245000', '213138.705000', '213139.165000', '213139.625000', '213140.085000', '213140.545000', '213141.005000', '213141.465000', '213141.925000', '213142.385000', '213142.845000', '213143.305000', '213143.765000', '213144.225000', '213144.685000', '213145.145000', '213145.605000', '213146.065000', '213146.525000', '213146.985000', '213147.445000', '213147.905000', '213148.365000', '213148.825000', '213149.285000', '213149.745000', '213150.205000', '213150.665000', '213151.125000', '213151.585000', '213152.045000', '213152.505000', '213152.965000', '213153.425000', '213153.885000', '213154.345000', '213154.805000', '213155.265000', '213155.725000', '213156.185000', '213156.645000', '213157.105000', '213157.565000', '213158.025000', '213158.485000', '213158.945000', '213159.405000', '213159.865000', '213200.325000', '213200.785000', '213201.245000', '213201.705000', '213202.165000', '213202.625000', '213203.085000', '213203.545000', '213204.005000', '213204.465000', '213204.925000', '213205.385000', '213205.845000', '213206.305000', '213206.765000', '213207.225000', '213207.685000', '213208.145000', '213208.605000', '213209.065000', '213209.525000', '213209.985000', '213210.445000', '213210.905000', '213211.365000', '213211.825000', '213212.285000', '213212.745000', '213213.205000', '213213.665000', '213214.125000', '213214.585000', '213215.045000', '213215.505000', '213215.965000', '213216.425000', '213216.885000', '213217.345000', '213217.805000', '213218.265000', '213218.725000', '213219.185000', '213219.645000', '213220.105000', '213220.565000', '213221.025000', '213221.485000', '213221.945000', '213222.405000', '213222.865000', '213223.325000', '213223.785000', '213224.245000', '213224.705000', '213225.165000', '213225.625000', '213226.085000', '213226.545000', '213227.005000', '213227.465000', '213227.925000', '213228.385000', '213228.845000', '213229.305000', '213229.765000', '213230.225000', '213230.685000', '213231.145000', '213231.605000', '213232.065000', '213232.525000', '213232.985000', '213233.445000', '213233.905000', '213234.365000', '213234.825000', '213235.285000', '213235.745000', '213236.205000', '213236.665000', '213237.125000', '213237.585000', '213238.045000', '213238.505000', '213238.965000', '213239.425000', '213239.885000', '213240.345000', '213240.805000', '213241.265000', '213241.725000', '213242.185000', '213242.645000', '213243.105000', '213243.565000', '213244.025000', '213244.485000', '213244.945000', '213245.405000', '213245.865000', '213246.325000', '213246.785000', '213247.245000', '213247.705000', '213248.165000', '213248.625000', '213249.085000', '213249.545000', '213250.005000', '213250.465000', '213250.925000', '213251.385000', '213251.845000', '213252.305000', '213252.765000', '213253.225000', '213253.685000', '213254.145000', '213254.605000', '213255.065000', '213255.525000', '213255.985000', '213256.445000', '213256.905000', '213257.365000', '213257.825000', '213258.285000', '213258.745000', '213259.205000', '213259.665000', '213300.125000', '213300.585000', '213301.045000', '213301.505000', '213301.965000', '213302.425000', '213302.885000', '213303.345000', '213303.805000', '213304.265000', '213304.725000', '213305.185000', '213305.645000', '213306.105000', '213306.565000', '213307.025000', '213307.485000', '213307.945000', '213308.405000', '213308.865000', '213309.325000', '213309.785000', '213310.245000', '213310.705000', '213311.165000', '213311.625000', '213312.085000', '213312.545000', '213313.005000', '213313.465000', '213313.925000', '213314.385000', '213314.845000', '213315.305000', '213315.765000', '213316.225000', '213316.685000', '213317.145000', '213317.605000', '213318.065000', '213318.525000', '213318.985000', '213319.445000', '213319.905000', '213320.365000', '213320.825000', '213321.285000', '213321.745000', '213322.205000', '213322.665000', '213323.125000', '213323.585000', '213324.045000', '213324.505000', '213324.965000', '213325.425000', '213325.885000', '213326.345000', '213326.805000', '213327.265000', '213327.725000', '213328.185000', '213328.645000', '213329.105000', '213329.565000', '213330.025000', '213330.485000', '213330.945000', '213331.405000', '213331.865000', '213332.325000', '213332.785000', '213333.245000', '213333.705000', '213334.165000', '213334.625000', '213335.085000', '213335.545000', '213336.005000', '213336.465000', '213336.925000', '213337.385000', '213337.845000', '213338.305000', '213338.765000', '213339.225000', '213339.685000', '213340.145000', '213340.605000', '213341.065000', '213341.525000', '213341.985000', '213342.445000', '213342.905000', '213343.365000', '213343.825000', '213344.285000', '213344.745000', '213345.205000', '213345.665000', '213346.125000', '213346.585000', '213347.045000', '213347.505000', '213347.965000', '213348.425000', '213348.885000', '213349.345000', '213349.805000', '213350.265000', '213350.725000', '213351.185000', '213351.645000', '213352.105000', '213352.565000', '213353.025000', '213353.485000', '213353.945000', '213354.405000', '213354.865000', '213355.325000', '213355.785000', '213356.245000', '213356.705000', '213357.165000', '213357.625000', '213358.085000', '213358.545000', '213359.005000', '213359.465000', '213359.925000', '213400.385000', '213400.845000', '213401.305000', '213401.765000', '213402.225000', '213402.685000', '213403.145000', '213403.605000', '213404.065000', '213404.525000', '213404.985000', '213405.445000', '213405.905000', '213406.365000', '213406.825000', '213407.285000', '213407.745000', '213408.205000', '213408.665000', '213409.125000', '213409.585000', '213410.045000', '213410.505000', '213410.965000', '213411.425000', '213411.885000', '213412.345000', '213412.805000', '213413.265000', '213413.725000', '213414.185000', '213414.645000', '213415.105000', '213415.565000', '213416.025000', '213416.485000', '213416.945000', '213417.405000', '213417.865000', '213418.325000', '213418.785000', '213419.245000', '213419.705000', '213420.165000', '213420.625000', '213421.085000', '213421.545000', '213422.005000', '213422.465000', '213422.925000', '213423.385000', '213423.845000', '213424.305000', '213424.765000', '213425.225000', '213425.685000', '213426.145000', '213426.605000', '213427.065000', '213427.525000', '213427.985000', '213428.445000', '213428.905000', '213429.365000', '213429.825000', '213430.285000', '213430.745000', '213431.205000', '213431.665000', '213432.125000', '213432.585000', '213433.045000', '213433.505000', '213433.965000', '213434.425000', '213434.885000', '213435.345000', '213435.805000', '213436.265000', '213436.725000', '213437.185000', '213437.645000', '213438.105000', '213438.565000', '213439.025000', '213439.485000', '213439.945000', '213440.405000', '213440.865000', '213441.325000', '213441.785000', '213442.245000', '213442.705000', '213443.165000', '213443.625000', '213444.085000', '213444.545000', '213445.005000', '213445.465000', '213445.925000', '213446.385000', '213446.845000', '213447.305000', '213447.765000', '213448.225000', '213448.685000', '213449.145000', '213449.605000', '213450.065000', '213450.525000', '213450.985000', '213451.445000', '213451.905000', '213452.365000', '213452.825000', '213453.285000', '213453.745000', '213454.205000', '213454.665000', '213455.125000', '213455.585000', '213456.045000', '213456.505000', '213456.965000', '213457.425000', '213457.885000', '213458.345000', '213458.805000', '213459.265000', '213459.725000', '213500.185000', '213500.645000', '213501.105000', '213501.565000', '213502.025000', '213502.485000', '213502.945000', '213503.405000', '213503.865000', '213504.325000', '213504.785000', '213505.245000', '213505.705000', '213506.165000', '213506.625000', '213507.085000', '213507.545000', '213508.005000', '213508.465000', '213508.925000', '213509.385000', '213509.845000', '213510.305000', '213510.765000', '213511.225000', '213511.685000', '213512.145000', '213512.605000', '213513.065000', '213513.525000', '213513.985000', '213514.445000', '213514.905000', '213515.365000', '213515.825000', '213516.285000', '213516.745000', '213517.205000', '213517.665000', '213518.125000', '213518.585000', '213519.045000', '213519.505000', '213519.965000', '213520.425000', '213520.885000', '213521.345000', '213521.805000', '213522.265000', '213522.725000', '213523.185000', '213523.645000', '213524.105000', '213524.565000', '213525.025000', '213525.485000', '213525.945000', '213526.405000', '213526.865000', '213527.325000', '213527.785000', '213528.245000', '213528.705000', '213529.165000', '213529.625000', '213530.085000', '213530.545000', '213531.005000', '213531.465000', '213531.925000', '213532.385000', '213532.845000', '213533.305000', '213533.765000', '213534.225000', '213534.685000', '213535.145000', '213535.605000', '213536.065000', '213536.525000', '213536.985000', '213537.445000', '213537.905000', '213538.365000', '213538.825000', '213539.285000', '213539.745000', '213540.205000', '213540.665000', '213541.125000', '213541.585000', '213542.045000', '213542.505000', '213542.965000', '213543.425000', '213543.885000', '213544.345000', '213544.805000', '213545.265000', '213545.725000', '213546.185000', '213546.645000', '213547.105000', '213547.565000', '213548.025000', '213548.485000', '213548.945000', '213549.405000', '213549.865000', '213550.325000', '213550.785000', '213551.245000', '213551.705000', '213552.165000', '213552.625000', '213553.085000', '213553.545000', '213554.005000', '213554.465000', '213554.925000', '213555.385000', '213555.845000', '213556.305000', '213556.765000', '213557.225000', '213557.685000', '213558.145000', '213558.605000', '213559.065000', '213559.525000', '213559.985000', '213600.445000', '213600.905000', '213601.365000', '213601.825000', '213602.285000', '213602.745000', '213603.205000', '213603.665000', '213604.125000', '213604.585000', '213605.045000', '213605.505000', '213605.965000', '213606.425000', '213606.885000', '213607.345000', '213607.805000', '213608.265000', '213608.725000', '213609.185000', '213609.645000', '213610.105000', '213610.565000', '213611.025000', '213611.485000', '213611.945000', '213612.405000', '213612.865000', '213613.325000', '213613.785000', '213614.245000', '213614.705000', '213615.165000', '213615.625000', '213616.085000', '213616.545000', '213617.005000', '213617.465000', '213617.925000', '213618.385000', '213618.845000', '213619.305000', '213619.765000', '213620.225000', '213620.685000', '213621.145000', '213621.605000', '213622.065000', '213622.525000', '213622.985000', '213623.445000', '213623.905000', '213624.365000', '213624.825000', '213625.285000', '213625.745000', '213626.205000', '213626.665000', '213627.125000', '213627.585000', '213628.045000', '213628.505000', '213628.965000', '213629.425000', '213629.885000', '213630.345000', '213630.805000', '213631.265000', '213631.725000', '213632.185000', '213632.645000', '213633.105000', '213633.565000', '213634.025000', '213634.485000', '213634.945000', '213635.405000', '213635.865000', '213636.325000', '213636.785000', '213637.245000', '213637.705000', '213638.165000', '213638.625000', '213639.085000', '213639.545000', '213640.005000', '213640.465000', '213640.925000', '213641.385000', '213641.845000', '213642.305000', '213642.765000', '213643.225000', '213643.685000', '213644.145000', '213644.605000', '213645.065000', '213645.525000', '213645.985000', '213646.445000', '213646.905000', '213647.365000', '213647.825000', '213648.285000', '213648.745000', '213649.205000', '213649.665000', '213650.125000', '213650.585000', '213651.045000', '213651.505000', '213651.965000', '213652.425000', '213652.885000', '213653.345000', '213653.805000', '213654.265000', '213654.725000', '213655.185000', '213655.645000', '213656.105000', '213656.565000', '213657.025000', '213657.485000', '213657.945000', '213658.405000', '213658.865000', '213659.325000', '213659.785000', '213700.245000', '213700.705000', '213701.165000', '213701.625000', '213702.085000', '213702.545000', '213703.005000', '213703.465000', '213703.925000', '213704.385000', '213704.845000', '213705.305000', '213705.765000', '213706.225000', '213706.685000', '213707.145000', '213707.605000', '213708.065000', '213708.525000', '213708.985000', '213709.445000', '213709.905000', '213710.365000', '213710.825000', '213711.285000', '213711.745000', '213712.205000', '213712.665000', '213713.125000', '213713.585000', '213714.045000', '213714.505000', '213714.965000', '213715.425000', '213715.885000', '213716.345000', '213716.805000', '213717.265000', '213717.725000', '213718.185000', '213718.645000', '213719.105000', '213719.565000', '213720.025000', '213720.485000', '213720.945000', '213721.405000', '213721.865000', '213722.325000', '213722.785000', '213723.245000', '213723.705000', '213724.165000', '213724.625000', '213725.085000', '213725.545000', '213726.005000', '213726.465000', '213726.925000', '213727.385000', '213727.845000', '213728.305000', '213728.765000', '213729.225000', '213729.685000', '213730.145000', '213730.605000', '213731.065000', '213731.525000', '213731.985000', '213732.445000', '213732.905000', '213733.365000', '213733.825000', '213734.285000', '213734.745000', '213735.205000', '213735.665000', '213736.125000', '213736.585000', '213737.045000', '213737.505000', '213737.965000', '213738.425000', '213738.885000', '213739.345000', '213739.805000', '213740.265000', '213740.725000', '213741.185000', '213741.645000', '213742.105000', '213742.565000', '213743.025000', '213743.485000', '213743.945000', '213744.405000', '213744.865000', '213745.325000', '213745.785000', '213746.245000', '213746.705000', '213747.165000', '213747.625000', '213748.085000', '213748.545000', '213749.005000', '213749.465000', '213749.925000', '213750.385000', '213750.845000', '213751.305000', '213751.765000', '213752.225000', '213752.685000', '213753.145000', '213753.605000', '213754.065000', '213754.525000', '213754.985000', '213755.445000', '213755.905000', '213756.365000', '213756.825000', '213757.285000', '213757.745000', '213758.205000', '213758.665000', '213759.125000', '213759.585000', '213800.045000', '213800.505000', '213800.965000', '213801.425000', '213801.885000', '213802.345000', '213802.805000', '213803.265000', '213803.725000', '213804.185000', '213804.645000', '213805.105000', '213805.565000', '213806.025000', '213806.485000', '213806.945000', '213807.405000', '213807.865000', '213808.325000', '213808.785000', '213809.245000', '213809.705000', '213810.165000', '213810.625000', '213811.085000', '213811.545000', '213812.005000', '213812.465000', '213812.925000', '213813.385000', '213813.845000', '213814.305000', '213814.765000', '213815.225000', '213815.685000', '213816.145000', '213816.605000', '213817.065000', '213817.525000', '213817.985000', '213818.445000', '213818.905000', '213819.365000', '213819.825000', '213820.285000', '213820.745000', '213821.205000', '213821.665000', '213822.125000', '213822.585000', '213823.045000', '213823.505000', '213823.965000', '213824.425000', '213824.885000', '213825.345000', '213825.805000', '213826.265000', '213826.725000', '213827.185000', '213827.645000', '213828.105000', '213828.565000', '213829.025000', '213829.485000', '213829.945000', '213830.405000', '213830.865000', '213831.325000', '213831.785000', '213832.245000', '213832.705000', '213833.165000', '213833.625000', '213834.085000', '213834.545000', '213835.005000', '213835.465000', '213835.925000', '213836.385000', '213836.845000', '213837.305000', '213837.765000', '213838.225000', '213838.685000', '213839.145000', '213839.605000', '213840.065000', '213840.525000', '213840.985000', '213841.445000', '213841.905000', '213842.365000', '213842.825000', '213843.285000', '213843.745000', '213844.205000', '213844.665000', '213845.125000', '213845.585000', '213846.045000', '213846.505000', '213846.965000', '213847.425000', '213847.885000', '213848.345000', '213848.805000', '213849.265000', '213849.725000', '213850.185000', '213850.645000', '213851.105000', '213851.565000', '213852.025000', '213852.485000', '213852.945000', '213853.405000', '213853.865000', '213854.325000', '213854.785000', '213855.245000', '213855.705000', '213856.165000', '213856.625000', '213857.085000', '213857.545000', '213858.005000', '213858.465000', '213858.925000', '213859.385000', '213859.845000', '213900.305000', '213900.765000', '213901.225000', '213901.685000', '213902.145000', '213902.605000', '213903.065000', '213903.525000', '213903.985000', '213904.445000', '213904.905000', '213905.365000', '213905.825000', '213906.285000', '213906.745000', '213907.205000', '213907.665000', '213908.125000', '213908.585000', '213909.045000', '213909.505000', '213909.965000', '213910.425000', '213910.885000', '213911.345000', '213911.805000', '213912.265000', '213912.725000', '213913.185000', '213913.645000', '213914.105000', '213914.565000', '213915.025000', '213915.485000', '213915.945000', '213916.405000', '213916.865000', '213917.325000', '213917.785000', '213918.245000', '213918.705000', '213919.165000', '213919.625000', '213920.085000', '213920.545000', '213921.005000', '213921.465000', '213921.925000', '213922.385000', '213922.845000', '213923.305000', '213923.765000', '213924.225000', '213924.685000', '213925.145000', '213925.605000', '213926.065000', '213926.525000', '213926.985000', '213927.445000', '213927.905000', '213928.365000', '213928.825000', '213929.285000', '213929.745000', '213930.205000', '213930.665000', '213931.125000', '213931.585000', '213932.045000', '213932.505000', '213932.965000', '213933.425000', '213933.885000', '213934.345000', '213934.805000', '213935.265000', '213935.725000', '213936.185000', '213936.645000', '213937.105000', '213937.565000', '213938.025000', '213938.485000', '213938.945000', '213939.405000', '213939.865000', '213940.325000', '213940.785000', '213941.245000', '213941.705000', '213942.165000', '213942.625000', '213943.085000', '213943.545000', '213944.005000', '213944.465000', '213944.925000', '213945.385000', '213945.845000', '213946.305000', '213946.765000', '213947.225000', '213947.685000', '213948.145000', '213948.605000', '213949.065000', '213949.525000', '213949.985000', '213950.445000', '213950.905000', '213951.365000', '213951.825000', '213952.285000', '213952.745000', '213953.205000', '213953.665000', '213954.125000', '213954.585000', '213955.045000', '213955.505000', '213955.965000', '213956.425000', '213956.885000', '213957.345000', '213957.805000', '213958.265000', '213958.725000', '213959.185000', '213959.645000', '214000.105000', '214000.565000', '214001.025000', '214001.485000', '214001.945000', '214002.405000', '214002.865000', '214003.325000', '214003.785000', '214004.245000', '214004.705000', '214005.165000', '214005.625000', '214006.085000', '214006.545000', '214007.005000', '214007.465000', '214007.925000', '214008.385000', '214008.845000', '214009.305000', '214009.765000', '214010.225000', '214010.685000', '214011.145000', '214011.605000', '214012.065000', '214012.525000', '214012.985000', '214013.445000', '214013.905000', '214014.365000', '214014.825000', '214015.285000', '214015.745000', '214016.205000', '214016.665000', '214017.125000', '214017.585000', '214018.045000', '214018.505000', '214018.965000', '214019.425000', '214019.885000', '214020.345000', '214020.805000', '214021.265000', '214021.725000', '214022.185000', '214022.645000', '214023.105000', '214023.565000', '214024.025000', '214024.485000', '214024.945000', '214025.405000', '214025.865000', '214026.325000', '214026.785000', '214027.245000', '214027.705000', '214028.165000', '214028.625000', '214029.085000', '214029.545000', '214030.005000', '214030.465000', '214030.925000', '214031.385000', '214031.845000', '214032.305000', '214032.765000', '214033.225000', '214033.685000', '214034.145000', '214034.605000', '214035.065000', '214035.525000', '214035.985000', '214036.445000', '214036.905000', '214037.365000', '214037.825000', '214038.285000', '214038.745000', '214039.205000', '214039.665000', '214040.125000', '214040.585000', '214041.045000', '214041.505000', '214041.965000', '214042.425000', '214042.885000', '214043.345000', '214043.805000', '214044.265000', '214044.725000', '214045.185000', '214045.645000', '214046.105000', '214046.565000', '214047.025000', '214047.485000', '214047.945000', '214048.405000', '214048.865000', '214049.325000', '214049.785000', '214050.245000', '214050.705000', '214051.165000', '214051.625000', '214052.085000', '214052.545000', '214053.005000', '214053.465000', '214053.925000', '214054.385000', '214054.845000', '214055.305000', '214055.765000', '214056.225000', '214056.685000', '214057.145000', '214057.605000', '214058.065000', '214058.525000', '214058.985000', '214059.445000', '214059.905000', '214100.365000', '214100.825000', '214101.285000', '214101.745000', '214102.205000', '214102.665000', '214103.125000', '214103.585000', '214104.045000', '214104.505000', '214104.965000', '214105.425000', '214105.885000', '214106.345000', '214106.805000', '214107.265000', '214107.725000', '214108.185000', '214108.645000', '214109.105000', '214109.565000', '214110.025000', '214110.485000', '214110.945000', '214111.405000', '214111.865000', '214112.325000', '214112.785000', '214113.245000', '214113.705000', '214114.165000', '214114.625000', '214115.085000', '214115.545000', '214116.005000', '214116.465000', '214116.925000', '214117.385000', '214117.845000', '214118.305000', '214118.765000', '214119.225000', '214119.685000', '214120.145000', '214120.605000', '214121.065000', '214121.525000', '214121.985000', '214122.445000', '214122.905000', '214123.365000', '214123.825000', '214124.285000', '214124.745000', '214125.205000', '214125.665000', '214126.125000', '214126.585000', '214127.045000', '214127.505000', '214127.965000', '214128.425000', '214128.885000', '214129.345000', '214129.805000', '214130.265000', '214130.725000', '214131.185000', '214131.645000', '214132.105000', '214132.565000', '214133.025000', '214133.485000', '214133.945000', '214134.405000', '214134.865000', '214135.325000', '214135.785000', '214136.245000', '214136.705000', '214137.165000', '214137.625000', '214138.085000', '214138.545000', '214139.005000', '214139.465000', '214139.925000', '214140.385000', '214140.845000', '214141.305000', '214141.765000', '214142.225000', '214142.685000', '214143.145000', '214143.605000', '214144.065000', '214144.525000', '214144.985000', '214145.445000', '214145.905000', '214146.365000', '214146.825000', '214147.285000', '214147.745000', '214148.205000', '214148.665000', '214149.125000', '214149.585000', '214150.045000', '214150.505000', '214150.965000', '214151.425000', '214151.885000', '214152.345000', '214152.805000', '214153.265000', '214153.725000', '214154.185000', '214154.645000', '214155.105000', '214155.565000', '214156.025000', '214156.485000', '214156.945000', '214157.405000', '214157.865000', '214158.325000', '214158.785000', '214159.245000', '214159.705000', '214200.165000', '214200.625000', '214201.085000', '214201.545000', '214202.005000', '214202.465000', '214202.925000', '214203.385000', '214203.845000', '214204.305000', '214204.765000', '214205.225000', '214205.685000', '214206.145000', '214206.605000', '214207.065000', '214207.525000', '214207.985000', '214208.445000', '214208.905000', '214209.365000', '214209.825000', '214210.285000', '214210.745000', '214211.205000', '214211.665000', '214212.125000', '214212.585000', '214213.045000', '214213.505000', '214213.965000', '214214.425000', '214214.885000', '214215.345000', '214215.805000', '214216.265000', '214216.725000', '214217.185000', '214217.645000', '214218.105000', '214218.565000', '214219.025000', '214219.485000', '214219.945000', '214220.405000', '214220.865000', '214221.325000', '214221.785000', '214222.245000', '214222.705000', '214223.165000', '214223.625000', '214224.085000', '214224.545000', '214225.005000', '214225.465000', '214225.925000', '214226.385000', '214226.845000', '214227.305000', '214227.765000', '214228.225000', '214228.685000', '214229.145000', '214229.605000', '214230.065000', '214230.525000', '214230.985000', '214231.445000', '214231.905000', '214232.365000', '214232.825000', '214233.285000', '214233.745000', '214234.205000', '214234.665000', '214235.125000', '214235.585000', '214236.045000', '214236.505000', '214236.965000', '214237.425000', '214237.885000', '214238.345000', '214238.805000', '214239.265000', '214239.725000', '214240.185000', '214240.645000', '214241.105000', '214241.565000', '214242.025000', '214242.485000', '214242.945000', '214243.405000', '214243.865000', '214244.325000', '214244.785000', '214245.245000', '214245.705000', '214246.165000', '214246.625000', '214247.085000', '214247.545000', '214248.005000', '214248.465000', '214248.925000', '214249.385000', '214249.845000', '214250.305000', '214250.765000', '214251.225000', '214251.685000', '214252.145000', '214252.605000', '214253.065000', '214253.525000', '214253.985000', '214254.445000', '214254.905000', '214255.365000', '214255.825000', '214256.285000', '214256.745000', '214257.205000', '214257.665000', '214258.125000', '214258.585000', '214259.045000', '214259.505000', '214259.965000', '214300.425000', '214300.885000', '214301.345000', '214301.805000', '214302.265000', '214302.725000', '214303.185000', '214303.645000', '214304.105000', '214304.565000', '214305.025000', '214305.485000', '214305.945000', '214306.405000', '214306.865000', '214307.325000', '214307.785000', '214308.245000', '214308.705000', '214309.165000', '214309.625000', '214310.085000', '214310.545000', '214311.005000', '214311.465000', '214311.925000', '214312.385000', '214312.845000', '214313.305000', '214313.765000', '214314.225000', '214314.685000', '214315.145000', '214315.605000', '214316.065000', '214316.525000', '214316.985000', '214317.445000', '214317.905000', '214318.365000', '214318.825000', '214319.285000', '214319.745000', '214320.205000', '214320.665000', '214321.125000', '214321.585000', '214322.045000', '214322.505000', '214322.965000', '214323.425000', '214323.885000', '214324.345000', '214324.805000', '214325.265000', '214325.725000', '214326.185000', '214326.645000', '214327.105000', '214327.565000', '214328.025000', '214328.485000', '214328.945000', '214329.405000', '214329.865000', '214330.325000', '214330.785000', '214331.245000', '214331.705000', '214332.165000', '214332.625000', '214333.085000', '214333.545000', '214334.005000', '214334.465000', '214334.925000', '214335.385000', '214335.845000', '214336.305000', '214336.765000', '214337.225000', '214337.685000', '214338.145000', '214338.605000', '214339.065000', '214339.525000', '214339.985000', '214340.445000', '214340.905000', '214341.365000', '214341.825000', '214342.285000', '214342.745000', '214343.205000', '214343.665000', '214344.125000', '214344.585000', '214345.045000', '214345.505000', '214345.965000', '214346.425000', '214346.885000', '214347.345000', '214347.805000', '214348.265000', '214348.725000', '214349.185000', '214349.645000', '214350.105000', '214350.565000', '214351.025000', '214351.485000', '214351.945000', '214352.405000', '214352.865000', '214353.325000', '214353.785000', '214354.245000', '214354.705000', '214355.165000', '214355.625000', '214356.085000', '214356.545000', '214357.005000', '214357.465000', '214357.925000', '214358.385000', '214358.845000', '214359.305000', '214359.765000', '214400.225000', '214400.685000', '214401.145000', '214401.605000', '214402.065000', '214402.525000', '214402.985000', '214403.445000', '214403.905000', '214404.365000', '214404.825000', '214405.285000', '214405.745000', '214406.205000', '214406.665000', '214407.125000', '214407.585000', '214408.045000', '214408.505000', '214408.965000', '214409.425000', '214409.885000', '214410.345000', '214410.805000', '214411.265000', '214411.725000', '214412.185000', '214412.645000', '214413.105000', '214413.565000', '214414.025000', '214414.485000', '214414.945000', '214415.405000', '214415.865000', '214416.325000', '214416.785000', '214417.245000', '214417.705000', '214418.165000', '214418.625000', '214419.085000', '214419.545000', '214420.005000', '214420.465000', '214420.925000', '214421.385000', '214421.845000', '214422.305000', '214422.765000', '214423.225000', '214423.685000', '214424.145000', '214424.605000', '214425.065000', '214425.525000', '214425.985000', '214426.445000', '214426.905000', '214427.365000', '214427.825000', '214428.285000', '214428.745000', '214429.205000', '214429.665000', '214430.125000', '214430.585000', '214431.045000', '214431.505000', '214431.965000', '214432.425000', '214432.885000', '214433.345000', '214433.805000', '214434.265000', '214434.725000', '214435.185000', '214435.645000', '214436.105000', '214436.565000', '214437.025000', '214437.485000', '214437.945000', '214438.405000', '214438.865000', '214439.325000', '214439.785000', '214440.245000', '214440.705000', '214441.165000', '214441.625000', '214442.085000', '214442.545000', '214443.005000', '214443.465000', '214443.925000', '214444.385000', '214444.845000', '214445.305000', '214445.765000', '214446.225000', '214446.685000', '214447.145000', '214447.605000', '214448.065000', '214448.525000', '214448.985000', '214449.445000', '214449.905000', '214450.365000', '214450.825000', '214451.285000', '214451.745000', '214452.205000', '214452.665000', '214453.125000', '214453.585000', '214454.045000', '214454.505000', '214454.965000', '214455.425000', '214455.885000', '214456.345000', '214456.805000', '214457.265000', '214457.725000', '214458.185000', '214458.645000', '214459.105000', '214459.565000', '214500.025000', '214500.485000', '214500.945000', '214501.405000', '214501.865000', '214502.325000', '214502.785000', '214503.245000', '214503.705000', '214504.165000', '214504.625000', '214505.085000', '214505.545000', '214506.005000', '214506.465000', '214506.925000', '214507.385000', '214507.845000', '214508.305000', '214508.765000', '214509.225000', '214509.685000', '214510.145000', '214510.605000', '214511.065000', '214511.525000', '214511.985000', '214512.445000', '214512.905000', '214513.365000', '214513.825000', '214514.285000', '214514.745000', '214515.205000', '214515.665000', '214516.125000', '214516.585000', '214517.045000', '214517.505000', '214517.965000', '214518.425000', '214518.885000', '214519.345000', '214519.805000', '214520.265000', '214520.725000', '214521.185000', '214521.645000', '214522.105000', '214522.565000', '214523.025000', '214523.485000', '214523.945000', '214524.405000', '214524.865000'], 'ContentTime': ['213121.742000', '213121.745000', '213121.748000', '213121.751000', '213121.754000', '213121.756000', '213121.759000', '213121.762000', '213121.772000', '213121.780000', '213121.782000', '213121.785000', '213121.788000', '213121.821000', '213121.823000', '213121.826000', '213121.829000', '213121.831000', '213121.834000', '213121.836000', '213121.839000', '213121.842000', '213141.714000', '213141.717000', '213141.720000', '213141.723000', '213141.725000', '213141.728000', '213141.731000', '213141.733000', '213141.736000', '213141.739000', '213141.741000', '213141.744000', '213141.746000', '213141.754000', '213141.757000', '213141.759000', '213141.762000', '213141.765000', '213141.767000', '213141.770000', '213141.772000', '213141.775000', '213141.778000', '213141.780000', '213141.783000', '213141.785000', '213141.788000', '213141.790000', '213141.793000', '213141.796000', '213141.804000', '213141.806000', '213141.809000', '213141.812000', '213141.814000', '213141.817000', '213141.819000', '213141.822000', '213141.825000', '213141.827000', '213141.830000', '213141.833000', '213141.835000', '213141.842000', '213201.714000', '213201.717000', '213201.720000', '213201.722000', '213201.725000', '213201.728000', '213201.730000', '213201.733000', '213201.735000', '213201.738000', '213201.740000', '213201.743000', '213201.745000', '213201.748000', '213201.751000', '213201.753000', '213201.756000', '213201.758000', '213201.761000', '213201.764000', '213201.766000', '213201.769000', '213201.771000', '213201.774000', '213201.776000', '213201.779000', '213201.781000', '213201.784000', '213201.787000', '213201.789000', '213201.792000', '213201.794000', '213201.797000', '213201.800000', '213201.802000', '213201.805000', '213201.808000', '213201.810000', '213201.813000', '213201.825000', '213201.827000', '213201.830000', '213201.832000', '213221.713000', '213221.716000', '213221.719000', '213221.721000', '213221.724000', '213221.727000', '213221.729000', '213221.732000', '213221.734000', '213221.737000', '213221.739000', '213221.742000', '213221.745000', '213221.748000', '213221.750000', '213221.753000', '213221.756000', '213221.758000', '213221.761000', '213221.763000', '213221.766000', '213221.769000', '213221.771000', '213221.774000', '213221.776000', '213221.779000', '213221.781000', '213221.784000', '213221.787000', '213221.789000', '213221.792000', '213221.794000', '213221.797000', '213221.800000', '213221.802000', '213221.805000', '213221.807000', '213221.810000', '213221.812000', '213221.815000', '213221.818000', '213221.820000', '213221.823000', '213221.825000', '213241.714000', '213241.717000', '213241.720000', '213241.723000', '213241.725000', '213241.728000', '213241.730000', '213241.733000', '213241.735000', '213241.738000', '213241.741000', '213241.743000', '213241.746000', '213241.748000', '213241.751000', '213241.754000', '213241.756000', '213241.759000', '213241.761000', '213241.764000', '213241.767000', '213241.769000', '213241.772000', '213241.774000', '213241.777000', '213241.780000', '213241.782000', '213241.785000', '213241.787000', '213241.790000', '213241.792000', '213241.795000', '213241.798000', '213241.800000', '213241.803000', '213241.805000', '213241.808000', '213241.810000', '213241.813000', '213241.816000', '213241.818000', '213241.821000', '213241.823000', '213301.715000', '213301.720000', '213301.722000', '213301.725000', '213301.727000', '213301.730000', '213301.733000', '213301.735000', '213301.738000', '213301.740000', '213301.743000', '213301.745000', '213301.748000', '213301.751000', '213301.753000', '213301.756000', '213301.758000', '213301.761000', '213301.763000', '213301.766000', '213301.769000', '213301.772000', '213301.774000', '213301.777000', '213301.780000', '213301.782000', '213301.785000', '213301.787000', '213301.790000', '213301.793000', '213301.795000', '213301.798000', '213301.800000', '213301.803000', '213301.806000', '213301.808000', '213301.811000', '213301.813000', '213301.816000', '213301.818000', '213301.821000', '213301.824000', '213301.826000', '213321.715000', '213321.717000', '213321.720000', '213321.723000', '213321.725000', '213321.728000', '213321.731000', '213321.733000', '213321.736000', '213321.738000', '213321.741000', '213321.743000', '213321.746000', '213321.749000', '213321.751000', '213321.754000', '213321.756000', '213321.759000', '213321.762000', '213321.764000', '213321.767000', '213321.769000', '213321.772000', '213321.775000', '213321.777000', '213321.780000', '213321.783000', '213321.785000', '213321.788000', '213321.790000', '213321.793000', '213321.796000', '213321.798000', '213321.801000', '213321.803000', '213321.806000', '213321.808000', '213321.811000', '213321.814000', '213321.816000', '213321.827000', '213321.830000', '213321.833000', '213321.835000', '213341.715000', '213341.717000', '213341.720000', '213341.723000', '213341.725000', '213341.728000', '213341.731000', '213341.733000', '213341.736000', '213341.738000', '213341.741000', '213341.744000', '213341.746000', '213341.749000', '213341.752000', '213341.754000', '213341.757000', '213341.759000', '213341.762000', '213341.765000', '213341.767000', '213341.770000', '213341.772000', '213341.775000', '213341.778000', '213341.780000', '213341.783000', '213341.786000', '213341.788000', '213341.791000', '213341.793000', '213341.796000', '213341.799000', '213341.801000', '213341.804000', '213341.806000', '213341.809000', '213341.812000', '213341.814000', '213341.817000', '213341.820000', '213341.822000', '213341.825000', '213341.828000', '213401.715000', '213401.718000', '213401.720000', '213401.723000', '213401.725000', '213401.728000', '213401.731000', '213401.733000', '213401.736000', '213401.738000', '213401.741000', '213401.744000', '213401.746000', '213401.749000', '213401.751000', '213401.754000', '213401.756000', '213401.759000', '213401.762000', '213401.764000', '213401.767000', '213401.769000', '213401.772000', '213401.774000', '213401.777000', '213401.780000', '213401.782000', '213401.785000', '213401.787000', '213401.790000', '213401.793000', '213401.795000', '213401.798000', '213401.800000', '213401.803000', '213401.806000', '213401.809000', '213401.811000', '213401.814000', '213401.816000', '213401.819000', '213401.821000', '213401.824000', '213421.715000', '213421.717000', '213421.720000', '213421.723000', '213421.725000', '213421.728000', '213421.730000', '213421.733000', '213421.736000', '213421.738000', '213421.741000', '213421.743000', '213421.746000', '213421.749000', '213421.751000', '213421.755000', '213421.759000', '213421.761000', '213421.764000', '213421.767000', '213421.769000', '213421.772000', '213421.774000', '213421.777000', '213421.779000', '213421.782000', '213421.785000', '213421.787000', '213421.790000', '213421.793000', '213421.795000', '213421.798000', '213421.800000', '213421.803000', '213421.805000', '213421.808000', '213421.811000', '213421.814000', '213421.816000', '213421.819000', '213421.822000', '213421.824000', '213421.827000', '213441.713000', '213441.716000', '213441.719000', '213441.721000', '213441.724000', '213441.727000', '213441.729000', '213441.732000', '213441.734000', '213441.737000', '213441.739000', '213441.742000', '213441.745000', '213441.748000', '213441.750000', '213441.753000', '213441.756000', '213441.758000', '213441.761000', '213441.764000', '213441.766000', '213441.769000', '213441.772000', '213441.774000', '213441.777000', '213441.779000', '213441.812000', '213441.815000', '213441.818000', '213441.820000', '213441.823000', '213441.825000', '213441.828000', '213441.831000', '213441.833000', '213441.836000', '213441.838000', '213441.841000', '213441.843000', '213441.846000', '213441.849000', '213441.851000', '213441.854000', '213441.856000', '213501.714000', '213501.718000', '213501.721000', '213501.723000', '213501.726000', '213501.729000', '213501.731000', '213501.734000', '213501.737000', '213501.739000', '213501.742000', '213501.745000', '213501.747000', '213501.750000', '213501.752000', '213501.755000', '213501.758000', '213501.760000', '213501.763000', '213501.766000', '213501.768000', '213501.771000', '213501.773000', '213501.776000', '213501.779000', '213501.781000', '213501.784000', '213501.786000', '213501.789000', '213501.791000', '213501.794000', '213501.797000', '213501.799000', '213501.802000', '213501.804000', '213501.807000', '213501.809000', '213501.812000', '213501.815000', '213501.817000', '213501.820000', '213501.823000', '213501.825000', '213521.714000', '213521.717000', '213521.720000', '213521.723000', '213521.725000', '213521.728000', '213521.730000', '213521.733000', '213521.736000', '213521.738000', '213521.741000', '213521.744000', '213521.746000', '213521.749000', '213521.751000', '213521.754000', '213521.757000', '213521.759000', '213521.767000', '213521.770000', '213521.772000', '213521.775000', '213521.778000', '213521.780000', '213521.783000', '213521.786000', '213521.788000', '213521.791000', '213521.793000', '213521.796000', '213521.798000', '213521.801000', '213521.804000', '213521.806000', '213521.809000', '213521.811000', '213521.814000', '213521.817000', '213521.819000', '213521.822000', '213521.825000', '213521.827000', '213521.830000', '213521.832000', '213541.715000', '213541.717000', '213541.720000', '213541.723000', '213541.725000', '213541.728000', '213541.730000', '213541.733000', '213541.736000', '213541.738000', '213541.741000', '213541.744000', '213541.746000', '213541.749000', '213541.751000', '213541.754000', '213541.757000', '213541.759000', '213541.762000', '213541.764000', '213541.767000', '213541.770000', '213541.772000', '213541.775000', '213541.777000', '213541.780000', '213541.783000', '213541.785000', '213541.788000', '213541.791000', '213541.793000', '213541.797000', '213541.800000', '213541.802000', '213541.805000', '213541.808000', '213541.810000', '213541.813000', '213541.815000', '213541.818000', '213541.821000', '213541.823000', '213541.826000', '213601.715000', '213601.718000', '213601.720000', '213601.723000', '213601.725000', '213601.728000', '213601.731000', '213601.733000', '213601.736000', '213601.739000', '213601.741000', '213601.744000', '213601.746000', '213601.749000', '213601.751000', '213601.754000', '213601.757000', '213601.759000', '213601.762000', '213601.764000', '213601.767000', '213601.770000', '213601.772000', '213601.775000', '213601.778000', '213601.780000', '213601.783000', '213601.786000', '213601.788000', '213601.791000', '213601.794000', '213601.796000', '213601.799000', '213601.801000', '213601.804000', '213601.807000', '213601.809000', '213601.812000', '213601.815000', '213601.817000', '213601.820000', '213601.823000', '213601.825000', '213601.828000', '213621.715000', '213621.717000', '213621.720000', '213621.723000', '213621.725000', '213621.728000', '213621.730000', '213621.733000', '213621.736000', '213621.739000', '213621.741000', '213621.744000', '213621.746000', '213621.749000', '213621.752000', '213621.754000', '213621.757000', '213621.760000', '213621.763000', '213621.766000', '213621.768000', '213621.771000', '213621.774000', '213621.776000', '213621.779000', '213621.781000', '213621.784000', '213621.787000', '213621.789000', '213621.792000', '213621.794000', '213621.797000', '213621.800000', '213621.802000', '213621.805000', '213621.808000', '213621.810000', '213621.813000', '213621.816000', '213621.818000', '213621.821000', '213621.824000', '213621.826000', '213641.714000', '213641.717000', '213641.720000', '213641.723000', '213641.725000', '213641.728000', '213641.731000', '213641.733000', '213641.736000', '213641.738000', '213641.741000', '213641.744000', '213641.746000', '213641.749000', '213641.751000', '213641.754000', '213641.756000', '213641.759000', '213641.762000', '213641.764000', '213641.767000', '213641.769000', '213641.774000', '213641.777000', '213641.779000', '213641.782000', '213641.784000', '213641.787000', '213641.789000', '213641.792000', '213641.795000', '213641.797000', '213641.800000', '213641.802000', '213641.805000', '213641.807000', '213641.810000', '213641.813000', '213641.815000', '213641.818000', '213641.821000', '213641.823000', '213641.826000', '213641.829000', '213701.713000', '213701.716000', '213701.719000', '213701.721000', '213701.724000', '213701.727000', '213701.729000', '213701.732000', '213701.735000', '213701.737000', '213701.740000', '213701.742000', '213701.745000', '213701.747000', '213701.750000', '213701.752000', '213701.755000', '213701.758000', '213701.760000', '213701.763000', '213701.765000', '213701.768000', '213701.770000', '213701.773000', '213701.776000', '213701.778000', '213701.781000', '213701.783000', '213701.786000', '213701.788000', '213701.791000', '213701.794000', '213701.796000', '213701.799000', '213701.801000', '213701.804000', '213701.807000', '213701.809000', '213701.812000', '213701.814000', '213701.817000', '213701.820000', '213701.822000', '213721.714000', '213721.717000', '213721.720000', '213721.722000', '213721.725000', '213721.728000', '213721.730000', '213721.733000', '213721.735000', '213721.738000', '213721.741000', '213721.743000', '213721.746000', '213721.749000', '213721.751000', '213721.754000', '213721.756000', '213721.759000', '213721.761000', '213721.764000', '213721.767000', '213721.774000', '213721.776000', '213721.779000', '213721.782000', '213721.784000', '213721.787000', '213721.789000', '213721.792000', '213721.794000', '213721.797000', '213721.800000', '213721.802000', '213721.805000', '213721.807000', '213721.810000', '213721.813000', '213721.815000', '213721.818000', '213721.820000', '213721.823000', '213721.826000', '213721.828000', '213721.831000', '213741.715000', '213741.718000', '213741.720000', '213741.734000', '213741.736000', '213741.739000', '213741.742000', '213741.744000', '213741.747000', '213741.749000', '213741.752000', '213741.754000', '213741.757000', '213741.760000', '213741.762000', '213741.765000', '213741.767000', '213741.770000', '213741.773000', '213741.776000', '213741.778000', '213741.781000', '213741.783000', '213741.786000', '213741.789000', '213741.791000', '213741.794000', '213741.797000', '213741.799000', '213741.802000', '213741.804000', '213741.807000', '213741.809000', '213741.812000', '213741.815000', '213741.817000', '213741.820000', '213741.822000', '213741.825000', '213741.828000', '213741.831000', '213741.833000', '213741.836000', '213801.715000', '213801.717000', '213801.720000', '213801.723000', '213801.725000', '213801.728000', '213801.731000', '213801.733000', '213801.736000', '213801.738000', '213801.741000', '213801.743000', '213801.746000', '213801.749000', '213801.751000', '213801.754000', '213801.756000', '213801.759000', '213801.762000', '213801.764000', '213801.767000', '213801.770000', '213801.772000', '213801.775000', '213801.777000', '213801.780000', '213801.782000', '213801.785000', '213801.788000', '213801.790000', '213801.793000', '213801.795000', '213801.798000', '213801.801000', '213801.803000', '213801.806000', '213801.809000', '213801.811000', '213801.814000', '213801.816000', '213801.819000', '213801.822000', '213801.824000', '213801.827000', '213821.715000', '213821.718000', '213821.720000', '213821.723000', '213821.726000', '213821.728000', '213821.731000', '213821.734000', '213821.736000', '213821.739000', '213821.741000', '213821.744000', '213821.747000', '213821.749000', '213821.752000', '213821.755000', '213821.757000', '213821.760000', '213821.763000', '213821.765000', '213821.768000', '213821.770000', '213821.773000', '213821.776000', '213821.778000', '213821.781000', '213821.783000', '213821.786000', '213821.789000', '213821.791000', '213821.794000', '213821.797000', '213821.799000', '213821.802000', '213821.805000', '213821.807000', '213821.810000', '213821.812000', '213821.815000', '213821.818000', '213821.820000', '213821.823000', '213821.826000', '213841.715000', '213841.718000', '213841.720000', '213841.723000', '213841.726000', '213841.728000', '213841.731000', '213841.733000', '213841.736000', '213841.739000', '213841.741000', '213841.744000', '213841.746000', '213841.749000', '213841.752000', '213841.754000', '213841.757000', '213841.759000', '213841.762000', '213841.764000', '213841.767000', '213841.770000', '213841.772000', '213841.775000', '213841.777000', '213841.780000', '213841.782000', '213841.785000', '213841.788000', '213841.790000', '213841.800000', '213841.803000', '213841.806000', '213841.808000', '213841.811000', '213841.814000', '213841.816000', '213841.819000', '213841.821000', '213841.824000', '213841.827000', '213841.829000', '213841.832000', '213841.834000', '213901.715000', '213901.718000', '213901.720000', '213901.723000', '213901.725000', '213901.728000', '213901.731000', '213901.733000', '213901.736000', '213901.738000', '213901.741000', '213901.744000', '213901.746000', '213901.749000', '213901.760000', '213901.763000', '213901.765000', '213901.768000', '213901.770000', '213901.773000', '213901.776000', '213901.778000', '213901.781000', '213901.783000', '213901.786000', '213901.789000', '213901.791000', '213901.794000', '213901.797000', '213901.799000', '213901.802000', '213901.805000', '213901.807000', '213901.810000', '213901.812000', '213901.815000', '213901.818000', '213901.820000', '213901.823000', '213901.825000', '213901.828000', '213901.831000', '213901.833000', '213921.714000', '213921.717000', '213921.719000', '213921.722000', '213921.724000', '213921.727000', '213921.730000', '213921.732000', '213921.735000', '213921.738000', '213921.740000', '213921.743000', '213921.745000', '213921.748000', '213921.751000', '213921.753000', '213921.756000', '213921.758000', '213921.761000', '213921.764000', '213921.766000', '213921.769000', '213921.771000', '213921.774000', '213921.776000', '213921.779000', '213921.782000', '213921.784000', '213921.787000', '213921.790000', '213921.792000', '213921.795000', '213921.797000', '213921.800000', '213921.803000', '213921.805000', '213921.808000', '213921.810000', '213921.813000', '213921.816000', '213921.818000', '213921.821000', '213921.824000', '213921.826000', '213941.715000', '213941.717000', '213941.720000', '213941.723000', '213941.725000', '213941.728000', '213941.730000', '213941.733000', '213941.736000', '213941.738000', '213941.741000', '213941.743000', '213941.746000', '213941.749000', '213941.751000', '213941.754000', '213941.756000', '213941.759000', '213941.762000', '213941.764000', '213941.767000', '213941.769000', '213941.772000', '213941.775000', '213941.777000', '213941.780000', '213941.782000', '213941.785000', '213941.788000', '213941.790000', '213941.793000', '213941.795000', '213941.798000', '213941.800000', '213941.803000', '213941.806000', '213941.809000', '213941.811000', '213941.814000', '213941.816000', '213941.819000', '213941.822000', '213941.824000', '214001.715000', '214001.718000', '214001.720000', '214001.723000', '214001.725000', '214001.728000', '214001.731000', '214001.733000', '214001.736000', '214001.739000', '214001.741000', '214001.744000', '214001.747000', '214001.749000', '214001.752000', '214001.754000', '214001.757000', '214001.759000', '214001.762000', '214001.765000', '214001.767000', '214001.770000', '214001.772000', '214001.775000', '214001.778000', '214001.780000', '214001.783000', '214001.785000', '214001.788000', '214001.790000', '214001.793000', '214001.796000', '214001.798000', '214001.801000', '214001.803000', '214001.812000', '214001.815000', '214001.818000', '214001.820000', '214001.823000', '214001.826000', '214001.828000', '214001.831000', '214001.833000', '214021.715000', '214021.717000', '214021.720000', '214021.723000', '214021.725000', '214021.728000', '214021.731000', '214021.733000', '214021.736000', '214021.738000', '214021.741000', '214021.744000', '214021.746000', '214021.749000', '214021.751000', '214021.754000', '214021.756000', '214021.759000', '214021.762000', '214021.764000', '214021.767000', '214021.769000', '214021.772000', '214021.775000', '214021.777000', '214021.780000', '214021.782000', '214021.785000', '214021.788000', '214021.790000', '214021.793000', '214021.795000', '214021.798000', '214021.801000', '214021.803000', '214021.806000', '214021.808000', '214021.811000', '214021.813000', '214021.816000', '214021.819000', '214021.821000', '214021.824000', '214041.717000', '214041.720000', '214041.722000', '214041.725000', '214041.737000', '214041.740000', '214041.742000', '214041.745000', '214041.747000', '214041.750000', '214041.753000', '214041.755000', '214041.758000', '214041.760000', '214041.763000', '214041.766000', '214041.769000', '214041.771000', '214041.774000', '214041.777000', '214041.779000', '214041.782000', '214041.785000', '214041.787000', '214041.790000', '214041.793000', '214041.795000', '214041.798000', '214041.801000', '214041.803000', '214041.806000', '214041.808000', '214041.811000', '214041.814000', '214041.816000', '214041.819000', '214041.822000', '214041.824000', '214041.827000', '214041.830000', '214041.832000', '214041.835000', '214041.837000', '214041.840000', '214101.715000', '214101.717000', '214101.720000', '214101.723000', '214101.725000', '214101.728000', '214101.731000', '214101.733000', '214101.736000', '214101.739000', '214101.741000', '214101.744000', '214101.747000', '214101.749000', '214101.752000', '214101.754000', '214101.757000', '214101.760000', '214101.762000', '214101.765000', '214101.768000', '214101.770000', '214101.773000', '214101.775000', '214101.778000', '214101.781000', '214101.783000', '214101.786000', '214101.789000', '214101.791000', '214101.794000', '214101.796000', '214101.799000', '214101.802000', '214101.804000', '214101.807000', '214101.810000', '214101.812000', '214101.815000', '214101.817000', '214101.820000', '214101.823000', '214101.825000', '214121.715000', '214121.718000', '214121.720000', '214121.723000', '214121.726000', '214121.728000', '214121.731000', '214121.733000', '214121.736000', '214121.739000', '214121.741000', '214121.744000', '214121.747000', '214121.749000', '214121.752000', '214121.755000', '214121.757000', '214121.760000', '214121.763000', '214121.765000', '214121.768000', '214121.770000', '214121.773000', '214121.776000', '214121.778000', '214121.781000', '214121.784000', '214121.786000', '214121.789000', '214121.791000', '214121.794000', '214121.797000', '214121.799000', '214121.802000', '214121.804000', '214121.807000', '214121.810000', '214121.812000', '214121.815000', '214121.817000', '214121.820000', '214121.823000', '214121.825000', '214121.828000', '214141.714000', '214141.716000', '214141.719000', '214141.722000', '214141.724000', '214141.727000', '214141.729000', '214141.732000', '214141.735000', '214141.737000', '214141.740000', '214141.743000', '214141.745000', '214141.748000', '214141.750000', '214141.753000', '214141.756000', '214141.758000', '214141.761000', '214141.763000', '214141.766000', '214141.769000', '214141.771000', '214141.774000', '214141.777000', '214141.779000', '214141.782000', '214141.784000', '214141.787000', '214141.790000', '214141.792000', '214141.795000', '214141.797000', '214141.800000', '214141.803000', '214141.805000', '214141.808000', '214141.810000', '214141.813000', '214141.816000', '214141.818000', '214141.821000', '214141.823000', '214201.715000', '214201.718000', '214201.721000', '214201.724000', '214201.727000', '214201.729000', '214201.732000', '214201.749000', '214201.751000', '214201.755000', '214201.758000', '214201.761000', '214201.763000', '214201.769000', '214201.771000', '214201.774000', '214201.777000', '214201.779000', '214201.782000', '214201.785000', '214201.787000', '214201.790000', '214201.792000', '214201.795000', '214201.798000', '214201.800000', '214201.803000', '214201.805000', '214201.808000', '214201.811000', '214201.813000', '214201.816000', '214201.819000', '214201.821000', '214201.824000', '214201.826000', '214201.829000', '214201.832000', '214201.834000', '214201.837000', '214201.839000', '214201.842000', '214201.844000', '214221.715000', '214221.718000', '214221.720000', '214221.723000', '214221.726000', '214221.728000', '214221.731000', '214221.733000', '214221.736000', '214221.739000', '214221.741000', '214221.744000', '214221.746000', '214221.749000', '214221.752000', '214221.754000', '214221.757000', '214221.759000', '214221.762000', '214221.764000', '214221.767000', '214221.770000', '214221.772000', '214221.775000', '214221.777000', '214221.780000', '214221.783000', '214221.785000', '214221.788000', '214221.791000', '214221.793000', '214221.796000', '214221.798000', '214221.801000', '214221.803000', '214221.806000', '214221.809000', '214221.811000', '214221.814000', '214221.816000', '214221.819000', '214221.822000', '214221.824000', '214221.827000', '214241.715000', '214241.718000', '214241.721000', '214241.723000', '214241.726000', '214241.738000', '214241.740000', '214241.743000', '214241.746000', '214241.748000', '214241.751000', '214241.753000', '214241.756000', '214241.758000', '214241.761000', '214241.764000', '214241.766000', '214241.769000', '214241.771000', '214241.774000', '214241.777000', '214241.779000', '214241.782000', '214241.784000', '214241.787000', '214241.790000', '214241.792000', '214241.795000', '214241.797000', '214241.800000', '214241.803000', '214241.805000', '214241.808000', '214241.810000', '214241.813000', '214241.816000', '214241.818000', '214241.821000', '214241.823000', '214241.826000', '214241.829000', '214241.831000', '214241.834000', '214301.715000', '214301.717000', '214301.720000', '214301.723000', '214301.725000', '214301.728000', '214301.731000', '214301.733000', '214301.736000', '214301.738000', '214301.746000', '214301.748000', '214301.751000', '214301.754000', '214301.756000', '214301.759000', '214301.761000', '214301.764000', '214301.766000', '214301.769000', '214301.772000', '214301.774000', '214301.777000', '214301.780000', '214301.782000', '214301.785000', '214301.788000', '214301.790000', '214301.793000', '214301.796000', '214301.798000', '214301.801000', '214301.803000', '214301.806000', '214301.809000', '214301.811000', '214301.814000', '214301.816000', '214301.819000', '214301.822000', '214301.824000', '214301.827000', '214301.830000', '214301.832000', '214321.715000', '214321.718000', '214321.720000', '214321.723000', '214321.726000', '214321.728000', '214321.731000', '214321.733000', '214321.736000', '214321.738000', '214321.741000', '214321.744000', '214321.746000', '214321.749000', '214321.752000', '214321.755000', '214321.758000', '214321.760000', '214321.763000', '214321.765000', '214321.768000', '214321.771000', '214321.773000', '214321.776000', '214321.778000', '214321.781000', '214321.783000', '214321.786000', '214321.789000', '214321.791000', '214321.795000', '214321.798000', '214321.800000', '214321.803000', '214321.805000', '214321.808000', '214321.811000', '214321.813000', '214321.816000', '214321.818000', '214321.821000', '214321.824000', '214321.826000', '214341.715000', '214341.718000', '214341.720000', '214341.723000', '214341.726000', '214341.728000', '214341.731000', '214341.733000', '214341.736000', '214341.739000', '214341.741000', '214341.744000', '214341.747000', '214341.749000', '214341.752000', '214341.754000', '214341.757000', '214341.760000', '214341.762000', '214341.765000', '214341.768000', '214341.770000', '214341.773000', '214341.775000', '214341.778000', '214341.781000', '214341.783000', '214341.786000', '214341.788000', '214341.791000', '214341.794000', '214341.796000', '214341.799000', '214341.802000', '214341.804000', '214341.807000', '214341.809000', '214341.812000', '214341.815000', '214341.817000', '214341.820000', '214341.823000', '214341.829000', '214341.832000', '214401.714000', '214401.717000', '214401.719000', '214401.722000', '214401.725000', '214401.727000', '214401.730000', '214401.732000', '214401.735000', '214401.738000', '214401.740000', '214401.743000', '214401.746000', '214401.748000', '214401.751000', '214401.753000', '214401.756000', '214401.759000', '214401.762000', '214401.765000', '214401.768000', '214401.771000', '214401.773000', '214401.776000', '214401.778000', '214401.781000', '214401.783000', '214401.786000', '214401.789000', '214401.791000', '214401.794000', '214401.797000', '214401.799000', '214401.802000', '214401.804000', '214401.807000', '214401.810000', '214401.812000', '214401.815000', '214401.817000', '214401.820000', '214401.822000', '214401.825000', '214421.715000', '214421.718000', '214421.720000', '214421.723000', '214421.725000', '214421.728000', '214421.731000', '214421.733000', '214421.736000', '214421.738000', '214421.741000', '214421.744000', '214421.746000', '214421.749000', '214421.751000', '214421.754000', '214421.757000', '214421.759000', '214421.762000', '214421.764000', '214421.768000', '214421.770000', '214421.773000', '214421.775000', '214421.778000', '214421.781000', '214421.783000', '214421.786000', '214421.788000', '214421.791000', '214421.794000', '214421.796000', '214421.799000', '214421.801000', '214421.804000', '214421.807000', '214421.809000', '214421.812000', '214421.815000', '214421.817000', '214421.820000', '214421.823000', '214421.825000', '214421.828000', '214441.715000', '214441.718000', '214441.720000', '214441.723000', '214441.725000', '214441.728000', '214441.731000', '214441.733000', '214441.736000', '214441.738000', '214441.741000', '214441.743000', '214441.746000', '214441.749000', '214441.751000', '214441.754000', '214441.757000', '214441.759000', '214441.762000', '214441.765000', '214441.767000', '214441.770000', '214441.772000', '214441.775000', '214441.778000', '214441.780000', '214441.783000', '214441.785000', '214441.789000', '214441.791000', '214441.794000', '214441.797000', '214441.799000', '214441.802000', '214441.805000', '214441.807000', '214441.810000', '214441.812000', '214441.815000', '214441.818000', '214441.820000', '214441.823000', '214441.826000', '214501.715000', '214501.718000', '214501.721000', '214501.723000', '214501.726000', '214501.728000', '214501.731000', '214501.734000', '214501.736000', '214501.739000', '214501.741000', '214501.744000', '214501.747000', '214501.749000', '214501.752000', '214501.755000', '214501.757000', '214501.760000', '214501.762000', '214501.765000', '214501.768000', '214501.770000', '214501.773000', '214501.776000', '214501.778000', '214501.781000', '214501.783000', '214501.786000', '214501.789000', '214501.791000', '214501.794000', '214501.797000', '214501.799000', '214501.802000', '214501.805000', '214501.807000', '214501.810000', '214501.813000', '214501.815000', '214501.818000', '214501.821000', '214501.823000', '214501.826000', '214501.829000', '214521.715000', '214521.718000', '214521.720000', '214521.723000', '214521.725000', '214521.728000', '214521.730000', '214521.733000', '214521.736000', '214521.738000', '214521.741000', '214521.743000', '214521.746000', '214521.749000', '214521.751000', '214521.754000', '214521.757000', '214521.760000', '214521.762000', '214521.765000', '214521.767000', '214521.770000', '214521.773000', '214521.775000', '214521.778000', '214521.781000', '214521.783000', '214521.786000', '214521.789000', '214521.792000', '214521.794000', '214521.797000', '214521.800000', '214521.802000', '214521.805000', '214521.808000', '214521.810000', '214521.813000', '214521.815000', '214521.818000', '214521.821000', '214521.823000', '214521.826000', '214526.423000', '214526.426000', '214526.429000', '214526.432000', '214526.435000', '214526.438000', '214526.440000', '214526.443000', '214526.447000', '214526.449000', '214526.452000'], 'InstanceCreationTime': ['213121.742000', '213121.745000', '213121.748000', '213121.751000', '213121.754000', '213121.756000', '213121.759000', '213121.762000', '213121.772000', '213121.780000', '213121.782000', '213121.785000', '213121.788000', '213121.821000', '213121.823000', '213121.826000', '213121.829000', '213121.831000', '213121.834000', '213121.836000', '213121.839000', '213121.842000', '213141.714000', '213141.717000', '213141.720000', '213141.723000', '213141.725000', '213141.728000', '213141.731000', '213141.733000', '213141.736000', '213141.739000', '213141.741000', '213141.744000', '213141.746000', '213141.754000', '213141.757000', '213141.759000', '213141.762000', '213141.765000', '213141.767000', '213141.770000', '213141.772000', '213141.775000', '213141.778000', '213141.780000', '213141.783000', '213141.785000', '213141.788000', '213141.790000', '213141.793000', '213141.796000', '213141.804000', '213141.806000', '213141.809000', '213141.812000', '213141.814000', '213141.817000', '213141.819000', '213141.822000', '213141.825000', '213141.827000', '213141.830000', '213141.833000', '213141.835000', '213141.842000', '213201.714000', '213201.717000', '213201.720000', '213201.722000', '213201.725000', '213201.728000', '213201.730000', '213201.733000', '213201.735000', '213201.738000', '213201.740000', '213201.743000', '213201.745000', '213201.748000', '213201.751000', '213201.753000', '213201.756000', '213201.758000', '213201.761000', '213201.764000', '213201.766000', '213201.769000', '213201.771000', '213201.774000', '213201.776000', '213201.779000', '213201.781000', '213201.784000', '213201.787000', '213201.789000', '213201.792000', '213201.794000', '213201.797000', '213201.800000', '213201.802000', '213201.805000', '213201.808000', '213201.810000', '213201.813000', '213201.825000', '213201.827000', '213201.830000', '213201.832000', '213221.713000', '213221.716000', '213221.719000', '213221.721000', '213221.724000', '213221.727000', '213221.729000', '213221.732000', '213221.734000', '213221.737000', '213221.739000', '213221.742000', '213221.745000', '213221.748000', '213221.750000', '213221.753000', '213221.756000', '213221.758000', '213221.761000', '213221.763000', '213221.766000', '213221.769000', '213221.771000', '213221.774000', '213221.776000', '213221.779000', '213221.781000', '213221.784000', '213221.787000', '213221.789000', '213221.792000', '213221.794000', '213221.797000', '213221.800000', '213221.802000', '213221.805000', '213221.807000', '213221.810000', '213221.812000', '213221.815000', '213221.818000', '213221.820000', '213221.823000', '213221.825000', '213241.714000', '213241.717000', '213241.720000', '213241.723000', '213241.725000', '213241.728000', '213241.730000', '213241.733000', '213241.735000', '213241.738000', '213241.741000', '213241.743000', '213241.746000', '213241.748000', '213241.751000', '213241.754000', '213241.756000', '213241.759000', '213241.761000', '213241.764000', '213241.767000', '213241.769000', '213241.772000', '213241.774000', '213241.777000', '213241.780000', '213241.782000', '213241.785000', '213241.787000', '213241.790000', '213241.792000', '213241.795000', '213241.798000', '213241.800000', '213241.803000', '213241.805000', '213241.808000', '213241.810000', '213241.813000', '213241.816000', '213241.818000', '213241.821000', '213241.823000', '213301.715000', '213301.720000', '213301.722000', '213301.725000', '213301.727000', '213301.730000', '213301.733000', '213301.735000', '213301.738000', '213301.740000', '213301.743000', '213301.745000', '213301.748000', '213301.751000', '213301.753000', '213301.756000', '213301.758000', '213301.761000', '213301.763000', '213301.766000', '213301.769000', '213301.772000', '213301.774000', '213301.777000', '213301.780000', '213301.782000', '213301.785000', '213301.787000', '213301.790000', '213301.793000', '213301.795000', '213301.798000', '213301.800000', '213301.803000', '213301.806000', '213301.808000', '213301.811000', '213301.813000', '213301.816000', '213301.818000', '213301.821000', '213301.824000', '213301.826000', '213321.715000', '213321.717000', '213321.720000', '213321.723000', '213321.725000', '213321.728000', '213321.731000', '213321.733000', '213321.736000', '213321.738000', '213321.741000', '213321.743000', '213321.746000', '213321.749000', '213321.751000', '213321.754000', '213321.756000', '213321.759000', '213321.762000', '213321.764000', '213321.767000', '213321.769000', '213321.772000', '213321.775000', '213321.777000', '213321.780000', '213321.783000', '213321.785000', '213321.788000', '213321.790000', '213321.793000', '213321.796000', '213321.798000', '213321.801000', '213321.803000', '213321.806000', '213321.808000', '213321.811000', '213321.814000', '213321.816000', '213321.827000', '213321.830000', '213321.833000', '213321.835000', '213341.715000', '213341.717000', '213341.720000', '213341.723000', '213341.725000', '213341.728000', '213341.731000', '213341.733000', '213341.736000', '213341.738000', '213341.741000', '213341.744000', '213341.746000', '213341.749000', '213341.752000', '213341.754000', '213341.757000', '213341.759000', '213341.762000', '213341.765000', '213341.767000', '213341.770000', '213341.772000', '213341.775000', '213341.778000', '213341.780000', '213341.783000', '213341.786000', '213341.788000', '213341.791000', '213341.793000', '213341.796000', '213341.799000', '213341.801000', '213341.804000', '213341.806000', '213341.809000', '213341.812000', '213341.814000', '213341.817000', '213341.820000', '213341.822000', '213341.825000', '213341.828000', '213401.715000', '213401.718000', '213401.720000', '213401.723000', '213401.725000', '213401.728000', '213401.731000', '213401.733000', '213401.736000', '213401.738000', '213401.741000', '213401.744000', '213401.746000', '213401.749000', '213401.751000', '213401.754000', '213401.756000', '213401.759000', '213401.762000', '213401.764000', '213401.767000', '213401.769000', '213401.772000', '213401.774000', '213401.777000', '213401.780000', '213401.782000', '213401.785000', '213401.787000', '213401.790000', '213401.793000', '213401.795000', '213401.798000', '213401.800000', '213401.803000', '213401.806000', '213401.809000', '213401.811000', '213401.814000', '213401.816000', '213401.819000', '213401.821000', '213401.824000', '213421.715000', '213421.717000', '213421.720000', '213421.723000', '213421.725000', '213421.728000', '213421.730000', '213421.733000', '213421.736000', '213421.738000', '213421.741000', '213421.743000', '213421.746000', '213421.749000', '213421.751000', '213421.755000', '213421.759000', '213421.761000', '213421.764000', '213421.767000', '213421.769000', '213421.772000', '213421.774000', '213421.777000', '213421.779000', '213421.782000', '213421.785000', '213421.787000', '213421.790000', '213421.793000', '213421.795000', '213421.798000', '213421.800000', '213421.803000', '213421.805000', '213421.808000', '213421.811000', '213421.814000', '213421.816000', '213421.819000', '213421.822000', '213421.824000', '213421.827000', '213441.713000', '213441.716000', '213441.719000', '213441.721000', '213441.724000', '213441.727000', '213441.729000', '213441.732000', '213441.734000', '213441.737000', '213441.739000', '213441.742000', '213441.745000', '213441.748000', '213441.750000', '213441.753000', '213441.756000', '213441.758000', '213441.761000', '213441.764000', '213441.766000', '213441.769000', '213441.772000', '213441.774000', '213441.777000', '213441.779000', '213441.812000', '213441.815000', '213441.818000', '213441.820000', '213441.823000', '213441.825000', '213441.828000', '213441.831000', '213441.833000', '213441.836000', '213441.838000', '213441.841000', '213441.843000', '213441.846000', '213441.849000', '213441.851000', '213441.854000', '213441.856000', '213501.714000', '213501.718000', '213501.721000', '213501.723000', '213501.726000', '213501.729000', '213501.731000', '213501.734000', '213501.737000', '213501.739000', '213501.742000', '213501.745000', '213501.747000', '213501.750000', '213501.752000', '213501.755000', '213501.758000', '213501.760000', '213501.763000', '213501.766000', '213501.768000', '213501.771000', '213501.773000', '213501.776000', '213501.779000', '213501.781000', '213501.784000', '213501.786000', '213501.789000', '213501.791000', '213501.794000', '213501.797000', '213501.799000', '213501.802000', '213501.804000', '213501.807000', '213501.809000', '213501.812000', '213501.815000', '213501.817000', '213501.820000', '213501.823000', '213501.825000', '213521.714000', '213521.717000', '213521.720000', '213521.723000', '213521.725000', '213521.728000', '213521.730000', '213521.733000', '213521.736000', '213521.738000', '213521.741000', '213521.744000', '213521.746000', '213521.749000', '213521.751000', '213521.754000', '213521.757000', '213521.759000', '213521.767000', '213521.770000', '213521.772000', '213521.775000', '213521.778000', '213521.780000', '213521.783000', '213521.786000', '213521.788000', '213521.791000', '213521.793000', '213521.796000', '213521.798000', '213521.801000', '213521.804000', '213521.806000', '213521.809000', '213521.811000', '213521.814000', '213521.817000', '213521.819000', '213521.822000', '213521.825000', '213521.827000', '213521.830000', '213521.832000', '213541.715000', '213541.717000', '213541.720000', '213541.723000', '213541.725000', '213541.728000', '213541.730000', '213541.733000', '213541.736000', '213541.738000', '213541.741000', '213541.744000', '213541.746000', '213541.749000', '213541.751000', '213541.754000', '213541.757000', '213541.759000', '213541.762000', '213541.764000', '213541.767000', '213541.770000', '213541.772000', '213541.775000', '213541.777000', '213541.780000', '213541.783000', '213541.785000', '213541.788000', '213541.791000', '213541.793000', '213541.797000', '213541.800000', '213541.802000', '213541.805000', '213541.808000', '213541.810000', '213541.813000', '213541.815000', '213541.818000', '213541.821000', '213541.823000', '213541.826000', '213601.715000', '213601.718000', '213601.720000', '213601.723000', '213601.725000', '213601.728000', '213601.731000', '213601.733000', '213601.736000', '213601.739000', '213601.741000', '213601.744000', '213601.746000', '213601.749000', '213601.751000', '213601.754000', '213601.757000', '213601.759000', '213601.762000', '213601.764000', '213601.767000', '213601.770000', '213601.772000', '213601.775000', '213601.778000', '213601.780000', '213601.783000', '213601.786000', '213601.788000', '213601.791000', '213601.794000', '213601.796000', '213601.799000', '213601.801000', '213601.804000', '213601.807000', '213601.809000', '213601.812000', '213601.815000', '213601.817000', '213601.820000', '213601.823000', '213601.825000', '213601.828000', '213621.715000', '213621.717000', '213621.720000', '213621.723000', '213621.725000', '213621.728000', '213621.730000', '213621.733000', '213621.736000', '213621.739000', '213621.741000', '213621.744000', '213621.746000', '213621.749000', '213621.752000', '213621.754000', '213621.757000', '213621.760000', '213621.763000', '213621.766000', '213621.768000', '213621.771000', '213621.774000', '213621.776000', '213621.779000', '213621.781000', '213621.784000', '213621.787000', '213621.789000', '213621.792000', '213621.794000', '213621.797000', '213621.800000', '213621.802000', '213621.805000', '213621.808000', '213621.810000', '213621.813000', '213621.816000', '213621.818000', '213621.821000', '213621.824000', '213621.826000', '213641.714000', '213641.717000', '213641.720000', '213641.723000', '213641.725000', '213641.728000', '213641.731000', '213641.733000', '213641.736000', '213641.738000', '213641.741000', '213641.744000', '213641.746000', '213641.749000', '213641.751000', '213641.754000', '213641.756000', '213641.759000', '213641.762000', '213641.764000', '213641.767000', '213641.769000', '213641.774000', '213641.777000', '213641.779000', '213641.782000', '213641.784000', '213641.787000', '213641.789000', '213641.792000', '213641.795000', '213641.797000', '213641.800000', '213641.802000', '213641.805000', '213641.807000', '213641.810000', '213641.813000', '213641.815000', '213641.818000', '213641.821000', '213641.823000', '213641.826000', '213641.829000', '213701.713000', '213701.716000', '213701.719000', '213701.721000', '213701.724000', '213701.727000', '213701.729000', '213701.732000', '213701.735000', '213701.737000', '213701.740000', '213701.742000', '213701.745000', '213701.747000', '213701.750000', '213701.752000', '213701.755000', '213701.758000', '213701.760000', '213701.763000', '213701.765000', '213701.768000', '213701.770000', '213701.773000', '213701.776000', '213701.778000', '213701.781000', '213701.783000', '213701.786000', '213701.788000', '213701.791000', '213701.794000', '213701.796000', '213701.799000', '213701.801000', '213701.804000', '213701.807000', '213701.809000', '213701.812000', '213701.814000', '213701.817000', '213701.820000', '213701.822000', '213721.714000', '213721.717000', '213721.720000', '213721.722000', '213721.725000', '213721.728000', '213721.730000', '213721.733000', '213721.735000', '213721.738000', '213721.741000', '213721.743000', '213721.746000', '213721.749000', '213721.751000', '213721.754000', '213721.756000', '213721.759000', '213721.761000', '213721.764000', '213721.767000', '213721.774000', '213721.776000', '213721.779000', '213721.782000', '213721.784000', '213721.787000', '213721.789000', '213721.792000', '213721.794000', '213721.797000', '213721.800000', '213721.802000', '213721.805000', '213721.807000', '213721.810000', '213721.813000', '213721.815000', '213721.818000', '213721.820000', '213721.823000', '213721.826000', '213721.828000', '213721.831000', '213741.715000', '213741.718000', '213741.720000', '213741.734000', '213741.736000', '213741.739000', '213741.742000', '213741.744000', '213741.747000', '213741.749000', '213741.752000', '213741.754000', '213741.757000', '213741.760000', '213741.762000', '213741.765000', '213741.767000', '213741.770000', '213741.773000', '213741.776000', '213741.778000', '213741.781000', '213741.783000', '213741.786000', '213741.789000', '213741.791000', '213741.794000', '213741.797000', '213741.799000', '213741.802000', '213741.804000', '213741.807000', '213741.809000', '213741.812000', '213741.815000', '213741.817000', '213741.820000', '213741.822000', '213741.825000', '213741.828000', '213741.831000', '213741.833000', '213741.836000', '213801.715000', '213801.717000', '213801.720000', '213801.723000', '213801.725000', '213801.728000', '213801.731000', '213801.733000', '213801.736000', '213801.738000', '213801.741000', '213801.743000', '213801.746000', '213801.749000', '213801.751000', '213801.754000', '213801.756000', '213801.759000', '213801.762000', '213801.764000', '213801.767000', '213801.770000', '213801.772000', '213801.775000', '213801.777000', '213801.780000', '213801.782000', '213801.785000', '213801.788000', '213801.790000', '213801.793000', '213801.795000', '213801.798000', '213801.801000', '213801.803000', '213801.806000', '213801.809000', '213801.811000', '213801.814000', '213801.816000', '213801.819000', '213801.822000', '213801.824000', '213801.827000', '213821.715000', '213821.718000', '213821.720000', '213821.723000', '213821.726000', '213821.728000', '213821.731000', '213821.734000', '213821.736000', '213821.739000', '213821.741000', '213821.744000', '213821.747000', '213821.749000', '213821.752000', '213821.755000', '213821.757000', '213821.760000', '213821.763000', '213821.765000', '213821.768000', '213821.770000', '213821.773000', '213821.776000', '213821.778000', '213821.781000', '213821.783000', '213821.786000', '213821.789000', '213821.791000', '213821.794000', '213821.797000', '213821.799000', '213821.802000', '213821.805000', '213821.807000', '213821.810000', '213821.812000', '213821.815000', '213821.818000', '213821.820000', '213821.823000', '213821.826000', '213841.715000', '213841.718000', '213841.720000', '213841.723000', '213841.726000', '213841.728000', '213841.731000', '213841.733000', '213841.736000', '213841.739000', '213841.741000', '213841.744000', '213841.746000', '213841.749000', '213841.752000', '213841.754000', '213841.757000', '213841.759000', '213841.762000', '213841.764000', '213841.767000', '213841.770000', '213841.772000', '213841.775000', '213841.777000', '213841.780000', '213841.782000', '213841.785000', '213841.788000', '213841.790000', '213841.800000', '213841.803000', '213841.806000', '213841.808000', '213841.811000', '213841.814000', '213841.816000', '213841.819000', '213841.821000', '213841.824000', '213841.827000', '213841.829000', '213841.832000', '213841.834000', '213901.715000', '213901.718000', '213901.720000', '213901.723000', '213901.725000', '213901.728000', '213901.731000', '213901.733000', '213901.736000', '213901.738000', '213901.741000', '213901.744000', '213901.746000', '213901.749000', '213901.760000', '213901.763000', '213901.765000', '213901.768000', '213901.770000', '213901.773000', '213901.776000', '213901.778000', '213901.781000', '213901.783000', '213901.786000', '213901.789000', '213901.791000', '213901.794000', '213901.797000', '213901.799000', '213901.802000', '213901.805000', '213901.807000', '213901.810000', '213901.812000', '213901.815000', '213901.818000', '213901.820000', '213901.823000', '213901.825000', '213901.828000', '213901.831000', '213901.833000', '213921.714000', '213921.717000', '213921.719000', '213921.722000', '213921.724000', '213921.727000', '213921.730000', '213921.732000', '213921.735000', '213921.738000', '213921.740000', '213921.743000', '213921.745000', '213921.748000', '213921.751000', '213921.753000', '213921.756000', '213921.758000', '213921.761000', '213921.764000', '213921.766000', '213921.769000', '213921.771000', '213921.774000', '213921.776000', '213921.779000', '213921.782000', '213921.784000', '213921.787000', '213921.790000', '213921.792000', '213921.795000', '213921.797000', '213921.800000', '213921.803000', '213921.805000', '213921.808000', '213921.810000', '213921.813000', '213921.816000', '213921.818000', '213921.821000', '213921.824000', '213921.826000', '213941.715000', '213941.717000', '213941.720000', '213941.723000', '213941.725000', '213941.728000', '213941.730000', '213941.733000', '213941.736000', '213941.738000', '213941.741000', '213941.743000', '213941.746000', '213941.749000', '213941.751000', '213941.754000', '213941.756000', '213941.759000', '213941.762000', '213941.764000', '213941.767000', '213941.769000', '213941.772000', '213941.775000', '213941.777000', '213941.780000', '213941.782000', '213941.785000', '213941.788000', '213941.790000', '213941.793000', '213941.795000', '213941.798000', '213941.800000', '213941.803000', '213941.806000', '213941.809000', '213941.811000', '213941.814000', '213941.816000', '213941.819000', '213941.822000', '213941.824000', '214001.715000', '214001.718000', '214001.720000', '214001.723000', '214001.725000', '214001.728000', '214001.731000', '214001.733000', '214001.736000', '214001.739000', '214001.741000', '214001.744000', '214001.747000', '214001.749000', '214001.752000', '214001.754000', '214001.757000', '214001.759000', '214001.762000', '214001.765000', '214001.767000', '214001.770000', '214001.772000', '214001.775000', '214001.778000', '214001.780000', '214001.783000', '214001.785000', '214001.788000', '214001.790000', '214001.793000', '214001.796000', '214001.798000', '214001.801000', '214001.803000', '214001.812000', '214001.815000', '214001.818000', '214001.820000', '214001.823000', '214001.826000', '214001.828000', '214001.831000', '214001.833000', '214021.715000', '214021.717000', '214021.720000', '214021.723000', '214021.725000', '214021.728000', '214021.731000', '214021.733000', '214021.736000', '214021.738000', '214021.741000', '214021.744000', '214021.746000', '214021.749000', '214021.751000', '214021.754000', '214021.756000', '214021.759000', '214021.762000', '214021.764000', '214021.767000', '214021.769000', '214021.772000', '214021.775000', '214021.777000', '214021.780000', '214021.782000', '214021.785000', '214021.788000', '214021.790000', '214021.793000', '214021.795000', '214021.798000', '214021.801000', '214021.803000', '214021.806000', '214021.808000', '214021.811000', '214021.813000', '214021.816000', '214021.819000', '214021.821000', '214021.824000', '214041.717000', '214041.720000', '214041.722000', '214041.725000', '214041.737000', '214041.740000', '214041.742000', '214041.745000', '214041.747000', '214041.750000', '214041.753000', '214041.755000', '214041.758000', '214041.760000', '214041.763000', '214041.766000', '214041.769000', '214041.771000', '214041.774000', '214041.777000', '214041.779000', '214041.782000', '214041.785000', '214041.787000', '214041.790000', '214041.793000', '214041.795000', '214041.798000', '214041.801000', '214041.803000', '214041.806000', '214041.808000', '214041.811000', '214041.814000', '214041.816000', '214041.819000', '214041.822000', '214041.824000', '214041.827000', '214041.830000', '214041.832000', '214041.835000', '214041.837000', '214041.840000', '214101.715000', '214101.717000', '214101.720000', '214101.723000', '214101.725000', '214101.728000', '214101.731000', '214101.733000', '214101.736000', '214101.739000', '214101.741000', '214101.744000', '214101.747000', '214101.749000', '214101.752000', '214101.754000', '214101.757000', '214101.760000', '214101.762000', '214101.765000', '214101.768000', '214101.770000', '214101.773000', '214101.775000', '214101.778000', '214101.781000', '214101.783000', '214101.786000', '214101.789000', '214101.791000', '214101.794000', '214101.796000', '214101.799000', '214101.802000', '214101.804000', '214101.807000', '214101.810000', '214101.812000', '214101.815000', '214101.817000', '214101.820000', '214101.823000', '214101.825000', '214121.715000', '214121.718000', '214121.720000', '214121.723000', '214121.726000', '214121.728000', '214121.731000', '214121.733000', '214121.736000', '214121.739000', '214121.741000', '214121.744000', '214121.747000', '214121.749000', '214121.752000', '214121.755000', '214121.757000', '214121.760000', '214121.763000', '214121.765000', '214121.768000', '214121.770000', '214121.773000', '214121.776000', '214121.778000', '214121.781000', '214121.784000', '214121.786000', '214121.789000', '214121.791000', '214121.794000', '214121.797000', '214121.799000', '214121.802000', '214121.804000', '214121.807000', '214121.810000', '214121.812000', '214121.815000', '214121.817000', '214121.820000', '214121.823000', '214121.825000', '214121.828000', '214141.714000', '214141.716000', '214141.719000', '214141.722000', '214141.724000', '214141.727000', '214141.729000', '214141.732000', '214141.735000', '214141.737000', '214141.740000', '214141.743000', '214141.745000', '214141.748000', '214141.750000', '214141.753000', '214141.756000', '214141.758000', '214141.761000', '214141.763000', '214141.766000', '214141.769000', '214141.771000', '214141.774000', '214141.777000', '214141.779000', '214141.782000', '214141.784000', '214141.787000', '214141.790000', '214141.792000', '214141.795000', '214141.797000', '214141.800000', '214141.803000', '214141.805000', '214141.808000', '214141.810000', '214141.813000', '214141.816000', '214141.818000', '214141.821000', '214141.823000', '214201.715000', '214201.718000', '214201.721000', '214201.724000', '214201.727000', '214201.729000', '214201.732000', '214201.749000', '214201.751000', '214201.755000', '214201.758000', '214201.761000', '214201.763000', '214201.769000', '214201.771000', '214201.774000', '214201.777000', '214201.779000', '214201.782000', '214201.785000', '214201.787000', '214201.790000', '214201.792000', '214201.795000', '214201.798000', '214201.800000', '214201.803000', '214201.805000', '214201.808000', '214201.811000', '214201.813000', '214201.816000', '214201.819000', '214201.821000', '214201.824000', '214201.826000', '214201.829000', '214201.832000', '214201.834000', '214201.837000', '214201.839000', '214201.842000', '214201.844000', '214221.715000', '214221.718000', '214221.720000', '214221.723000', '214221.726000', '214221.728000', '214221.731000', '214221.733000', '214221.736000', '214221.739000', '214221.741000', '214221.744000', '214221.746000', '214221.749000', '214221.752000', '214221.754000', '214221.757000', '214221.759000', '214221.762000', '214221.764000', '214221.767000', '214221.770000', '214221.772000', '214221.775000', '214221.777000', '214221.780000', '214221.783000', '214221.785000', '214221.788000', '214221.791000', '214221.793000', '214221.796000', '214221.798000', '214221.801000', '214221.803000', '214221.806000', '214221.809000', '214221.811000', '214221.814000', '214221.816000', '214221.819000', '214221.822000', '214221.824000', '214221.827000', '214241.715000', '214241.718000', '214241.721000', '214241.723000', '214241.726000', '214241.738000', '214241.740000', '214241.743000', '214241.746000', '214241.748000', '214241.751000', '214241.753000', '214241.756000', '214241.758000', '214241.761000', '214241.764000', '214241.766000', '214241.769000', '214241.771000', '214241.774000', '214241.777000', '214241.779000', '214241.782000', '214241.784000', '214241.787000', '214241.790000', '214241.792000', '214241.795000', '214241.797000', '214241.800000', '214241.803000', '214241.805000', '214241.808000', '214241.810000', '214241.813000', '214241.816000', '214241.818000', '214241.821000', '214241.823000', '214241.826000', '214241.829000', '214241.831000', '214241.834000', '214301.715000', '214301.717000', '214301.720000', '214301.723000', '214301.725000', '214301.728000', '214301.731000', '214301.733000', '214301.736000', '214301.738000', '214301.746000', '214301.748000', '214301.751000', '214301.754000', '214301.756000', '214301.759000', '214301.761000', '214301.764000', '214301.766000', '214301.769000', '214301.772000', '214301.774000', '214301.777000', '214301.780000', '214301.782000', '214301.785000', '214301.788000', '214301.790000', '214301.793000', '214301.796000', '214301.798000', '214301.801000', '214301.803000', '214301.806000', '214301.809000', '214301.811000', '214301.814000', '214301.816000', '214301.819000', '214301.822000', '214301.824000', '214301.827000', '214301.830000', '214301.832000', '214321.715000', '214321.718000', '214321.720000', '214321.723000', '214321.726000', '214321.728000', '214321.731000', '214321.733000', '214321.736000', '214321.738000', '214321.741000', '214321.744000', '214321.746000', '214321.749000', '214321.752000', '214321.755000', '214321.758000', '214321.760000', '214321.763000', '214321.765000', '214321.768000', '214321.771000', '214321.773000', '214321.776000', '214321.778000', '214321.781000', '214321.783000', '214321.786000', '214321.789000', '214321.791000', '214321.795000', '214321.798000', '214321.800000', '214321.803000', '214321.805000', '214321.808000', '214321.811000', '214321.813000', '214321.816000', '214321.818000', '214321.821000', '214321.824000', '214321.826000', '214341.715000', '214341.718000', '214341.720000', '214341.723000', '214341.726000', '214341.728000', '214341.731000', '214341.733000', '214341.736000', '214341.739000', '214341.741000', '214341.744000', '214341.747000', '214341.749000', '214341.752000', '214341.754000', '214341.757000', '214341.760000', '214341.762000', '214341.765000', '214341.768000', '214341.770000', '214341.773000', '214341.775000', '214341.778000', '214341.781000', '214341.783000', '214341.786000', '214341.788000', '214341.791000', '214341.794000', '214341.796000', '214341.799000', '214341.802000', '214341.804000', '214341.807000', '214341.809000', '214341.812000', '214341.815000', '214341.817000', '214341.820000', '214341.823000', '214341.829000', '214341.832000', '214401.714000', '214401.717000', '214401.719000', '214401.722000', '214401.725000', '214401.727000', '214401.730000', '214401.732000', '214401.735000', '214401.738000', '214401.740000', '214401.743000', '214401.746000', '214401.748000', '214401.751000', '214401.753000', '214401.756000', '214401.759000', '214401.762000', '214401.765000', '214401.768000', '214401.771000', '214401.773000', '214401.776000', '214401.778000', '214401.781000', '214401.783000', '214401.786000', '214401.789000', '214401.791000', '214401.794000', '214401.797000', '214401.799000', '214401.802000', '214401.804000', '214401.807000', '214401.810000', '214401.812000', '214401.815000', '214401.817000', '214401.820000', '214401.822000', '214401.825000', '214421.715000', '214421.718000', '214421.720000', '214421.723000', '214421.725000', '214421.728000', '214421.731000', '214421.733000', '214421.736000', '214421.738000', '214421.741000', '214421.744000', '214421.746000', '214421.749000', '214421.751000', '214421.754000', '214421.757000', '214421.759000', '214421.762000', '214421.764000', '214421.768000', '214421.770000', '214421.773000', '214421.775000', '214421.778000', '214421.781000', '214421.783000', '214421.786000', '214421.788000', '214421.791000', '214421.794000', '214421.796000', '214421.799000', '214421.801000', '214421.804000', '214421.807000', '214421.809000', '214421.812000', '214421.815000', '214421.817000', '214421.820000', '214421.823000', '214421.825000', '214421.828000', '214441.715000', '214441.718000', '214441.720000', '214441.723000', '214441.725000', '214441.728000', '214441.731000', '214441.733000', '214441.736000', '214441.738000', '214441.741000', '214441.743000', '214441.746000', '214441.749000', '214441.751000', '214441.754000', '214441.757000', '214441.759000', '214441.762000', '214441.765000', '214441.767000', '214441.770000', '214441.772000', '214441.775000', '214441.778000', '214441.780000', '214441.783000', '214441.785000', '214441.789000', '214441.791000', '214441.794000', '214441.797000', '214441.799000', '214441.802000', '214441.805000', '214441.807000', '214441.810000', '214441.812000', '214441.815000', '214441.818000', '214441.820000', '214441.823000', '214441.826000', '214501.715000', '214501.718000', '214501.721000', '214501.723000', '214501.726000', '214501.728000', '214501.731000', '214501.734000', '214501.736000', '214501.739000', '214501.741000', '214501.744000', '214501.747000', '214501.749000', '214501.752000', '214501.755000', '214501.757000', '214501.760000', '214501.762000', '214501.765000', '214501.768000', '214501.770000', '214501.773000', '214501.776000', '214501.778000', '214501.781000', '214501.783000', '214501.786000', '214501.789000', '214501.791000', '214501.794000', '214501.797000', '214501.799000', '214501.802000', '214501.805000', '214501.807000', '214501.810000', '214501.813000', '214501.815000', '214501.818000', '214501.821000', '214501.823000', '214501.826000', '214501.829000', '214521.715000', '214521.718000', '214521.720000', '214521.723000', '214521.725000', '214521.728000', '214521.730000', '214521.733000', '214521.736000', '214521.738000', '214521.741000', '214521.743000', '214521.746000', '214521.749000', '214521.751000', '214521.754000', '214521.757000', '214521.760000', '214521.762000', '214521.765000', '214521.767000', '214521.770000', '214521.773000', '214521.775000', '214521.778000', '214521.781000', '214521.783000', '214521.786000', '214521.789000', '214521.792000', '214521.794000', '214521.797000', '214521.800000', '214521.802000', '214521.805000', '214521.808000', '214521.810000', '214521.813000', '214521.815000', '214521.818000', '214521.821000', '214521.823000', '214521.826000', '214526.423000', '214526.426000', '214526.429000', '214526.432000', '214526.435000', '214526.438000', '214526.440000', '214526.443000', '214526.447000', '214526.449000', '214526.452000'], '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': [12970, 9028, 18532, 13787, 17231, 11504, 12156, 12681, 9069, 16920, 10437, 14798, 11307, 16246, 12095, 11989, 12666, 8725, 12525, 8090, 13088, 8997, 14347, 8348, 12612, 8429, 12882, 8763, 13758, 8416, 12830, 8532, 13177, 11922, 11942, 10069, 14063, 10396, 13682, 11419, 9158, 11772, 8657, 12255, 10401, 14707, 11445, 13388, 9085, 12149, 8950, 13205, 9944, 15867, 9267, 12393, 9053, 12063, 9218, 13784, 9165, 12607, 8589, 11729, 8398, 14425, 9326, 14255, 8493, 12978, 8597, 14802, 11109, 14352, 9844, 13953, 11197, 15281, 12130, 14032, 10265, 13667, 11550, 15027, 11972, 13849, 10726, 13293, 11169, 14191, 11524, 13163, 10824, 12711, 10726, 14550, 11719, 14606, 10759, 14310, 11491, 15947, 12527, 10206, 11658, 10923, 12843, 9658, 14705, 9159, 12568, 8662, 13954, 9821, 15727, 11729, 14932, 10951, 11088, 12832, 11019, 14714, 8785, 13207, 9305, 14770, 10261, 17147, 9290, 14841, 9015, 14922, 9658, 16591, 11962, 13065, 10832, 15186, 11490, 11064, 12471, 8419, 11926, 9062, 15172, 12498, 14720, 11552, 15104, 10960, 16812, 12230, 15599, 12470, 10082, 11352, 9486, 12828, 9271, 13845, 8639, 12693, 8930, 14774, 9532, 13851, 8507, 12674, 9522, 15311, 12985, 13402, 10690, 10837, 10870, 9497, 15015, 8655, 13098, 8482, 13730, 9715, 15653, 10275, 13477, 10160, 13470, 11826, 13528, 10409, 13082, 10229, 13718, 11391, 14332, 11071, 13015, 10661, 12049, 11765, 9427, 12604, 8783, 11787, 8457, 14119, 9107, 13655, 9007, 13364, 9116, 15102, 10123, 14597, 10153, 14602, 11634, 14560, 11844, 14823, 11157, 14694, 12269, 14751, 11389, 14262, 11611, 13144, 14180, 11263, 13372, 9372, 12895, 9723, 15976, 9404, 13930, 9063, 14712, 10496, 15501, 12412, 12318, 11446, 8774, 15531, 10277, 14179, 9888, 13148, 11578, 17571, 12883, 10203, 11836, 8663, 13330, 9394, 15060, 9614, 12839, 10723, 15614, 12146, 10758, 12095, 9236, 12207, 8785, 16119, 9942, 14737, 10606, 14019, 11540, 17457, 12097, 10891, 11227, 10178, 12812, 9763, 14540, 10063, 14941, 9426, 14959, 9001, 8024, 12092, 9869, 13123, 9257, 13617, 8691, 15440, 9242, 15258, 8889, 15682, 10461, 16940, 11575, 16806, 10679, 14494, 11898, 13550, 12706, 7977, 14162, 9435, 15109, 11861, 14327, 11624, 10334, 12525, 8265, 13941, 9272, 14108, 10329, 15353, 11709, 8587, 12222, 8799, 14262, 11397, 8330, 13743, 9521, 14178, 12016, 8695, 12447, 7796, 14142, 10346, 17294, 11152, 10188, 11616, 8260, 15065, 9765, 13313, 10012, 13590, 11559, 9447, 13145, 8219, 12990, 11002, 15394, 12381, 9308, 12154, 8660, 13262, 11640, 15235, 13466, 9111, 13379, 9269, 16033, 13167, 15415, 10975, 13008, 11065, 8266, 13064, 10983, 8365, 15726, 11299, 9047, 15348, 11881, 11222, 16382, 9158, 13959, 8558, 13602, 9276, 16364, 9289, 12061, 8399, 12142, 8480, 14699, 10047, 11577, 9498, 13664, 10314, 12252, 12747, 8775, 11391, 9066, 12159, 8989, 13879, 8713, 13374, 9653, 14407, 11554, 15959, 12049, 15237, 10940, 11336, 12237, 10036, 13603, 8539, 12827, 9814, 14721, 13127, 16259, 11214, 11537, 11485, 10983, 16183, 10090, 13840, 8117, 12730, 10069, 15420, 11873, 10846, 10532, 8282, 13184, 8896, 13003, 10282, 13957, 10955, 9787, 13714, 8239, 12821, 9662, 14717, 12152, 10901, 10631, 8476, 12524, 9316, 15749, 10891, 8911, 11315, 8429, 15350, 11997, 12322, 10976, 8750, 13242, 9957, 14356, 10863, 11043, 11685, 8387, 15068, 11050, 10994, 11753, 8409, 14345, 10399, 13939, 10749, 11038, 11530, 8318, 14394, 10263, 12614, 10916, 9186, 14403, 10237, 13582, 10618, 8205, 14293, 10436, 13947, 10407, 9209, 11585, 8983, 14853, 9062, 12847, 10099, 13830, 11698, 8454, 12690, 8870, 13059, 10722, 17042, 11009, 8697, 11943, 9400, 12542, 9501, 13593, 10357, 11385, 10110, 9424, 12929, 9310, 13008, 8710, 12784, 10556, 15779, 11592, 10547, 11921, 8579, 12570, 9052, 14060, 8955, 13485, 9752, 13907, 11764, 16161, 11405, 12431, 11090, 9740, 12951, 9210, 13152, 8627, 12772, 9647, 14786, 12064, 14305, 10245, 12178, 10763, 12718, 13731, 8737, 12144, 8053, 12651, 8897, 15217, 8678, 13460, 8769, 13825, 11516, 15077, 11161, 11612, 11030, 8611, 12580, 8857, 13538, 9147, 13628, 8992, 14085, 11549, 13363, 9529, 12781, 9683, 13852, 11291, 12499, 9705, 12713, 9878, 12678, 11053, 13134, 9823, 12858, 9891, 15446, 11107, 13918, 10433, 11452, 10832, 11140, 13090, 8967, 12889, 8304, 12450, 8716, 15540, 8717, 13338, 9543, 13432, 10565, 14661, 11219, 13074, 10339, 15039, 10930, 14354, 11825, 12924, 11423, 12402, 11863, 11943, 13107, 8994, 12016, 9164, 12971, 8102, 12327, 8704, 12520, 8698, 14026, 9447, 13916, 9487, 13373, 10794, 16201, 11585, 10463, 11200, 8280, 12547, 8528, 15534, 9531, 13748, 10629, 15057, 11376, 8477, 12737, 8630, 12631, 10418, 8535, 13601, 8779, 13906, 10144, 15423, 11867, 14265, 12753, 9143, 15494, 9661, 13917, 11979, 8515, 15671, 13282, 8550, 14463, 9677, 15623, 13220, 8777, 13311, 8178, 14439, 9014, 15533, 11580, 12294, 11803, 8100, 14306, 9111, 14540, 10195, 14317, 11889, 8963, 13857, 8097, 14122, 10940, 16302, 12675, 9099, 12917, 9665, 13704, 10862, 14618, 7971, 13875, 7931, 14172, 8729, 14924, 8485, 14431, 9343, 14447, 10724, 15164, 12056, 12856, 11486, 9292, 13096, 9551, 14115, 8044, 13925, 8421, 14277, 10835, 14017, 10918, 14145, 10540, 14202, 12269, 16649, 11638, 14127, 10788, 13751, 11942, 11143, 13037, 8369, 12507, 8320, 15883, 10378, 13774, 9800, 13712, 10729, 13861, 12556, 8266, 12494, 8635, 17589, 9877, 13539, 9651, 13881, 8261, 15872, 10025, 14059, 9231, 13509, 9553, 14082, 11592, 12700, 10521, 13302, 10721, 13490, 12454, 8853, 12377, 7830, 12844, 8670, 14422, 10173, 13904, 10012, 13000, 10501, 12439, 12413, 8737, 12215, 8788, 14257, 8930, 14287, 8831, 14396, 10431, 14506, 12339, 13713, 10969, 8316, 12146, 8362, 15790, 9515, 13504, 9323, 13081, 10544, 14583, 11788, 12299, 11055, 8379, 12183, 8000, 14127, 10088, 12736, 10020, 12139, 12011, 8875, 13321, 8228, 13232, 8115, 15735, 9085, 14098, 7965, 12197, 8365, 15057, 9929, 12464, 9547, 12011, 9995, 11739, 11637, 8001, 12253, 8261, 13457, 9552, 13993, 10041, 13492, 10165, 13494, 10183, 14728, 11813, 12945, 10603, 12493, 10536, 15636, 11900, 8406, 11615, 7709, 12822, 8123, 13321, 8806, 13496, 9822, 14690, 11197, 8721, 12645, 7911, 13378, 8262, 15157, 10351, 15200, 9254, 13524, 9233, 15176, 10990, 13806, 9486, 12951, 9898, 15744, 10908, 8989, 11764, 7983, 12524, 8234, 14913, 8798, 14220, 9531, 13222, 10516, 15482, 11445, 9774, 11075, 8186, 13049, 8980, 13959, 8905, 13434, 10225, 15870, 11695, 11122, 12308, 8520, 12042, 8074, 15027, 8773, 13607, 8705, 13542, 10023, 14897, 11258, 14464, 10854, 10099, 11948, 8792, 13437, 8509, 13976, 9528, 14169, 11677, 13242, 11444, 8521, 12277, 8242, 15274, 11069, 13505, 10459, 13972, 10939, 14166, 12138, 8065, 12831, 8509, 13952, 10235, 13924, 9765, 14062, 10039, 10187, 12942, 8509, 13494, 8701, 14096, 11658, 17715, 11528, 9354, 12086, 8332, 15531, 9701, 15042, 9307, 13715, 9803, 15606, 12183, 13259, 10049, 14951, 10738, 11398, 12577, 8115, 12591, 8959, 13354, 9186, 14120, 9429, 13475, 10457, 14171, 11957, 13296, 11534, 12962, 11383, 12062, 13706, 9636, 13093, 8145, 12991, 8529, 14832, 8412, 13658, 8837, 13403, 10863, 14234, 10953, 13411, 10184, 14292, 11725, 11081, 11942, 8933, 11642, 9912, 14752, 8762, 12700, 8109, 11769, 8713, 14455, 8647, 13280, 8437, 12813, 8631, 14248, 10699, 13073, 9291, 12846, 10849, 14726, 11312, 12414, 10715, 9192, 12761, 9863, 15829, 8803, 14055, 8930, 14576, 10386, 16849, 11408, 13720, 10178, 13371, 10994, 16823, 11947, 15115, 11350, 11730, 11621, 11039, 14721, 8782, 13417, 8282, 13293, 8555, 14767, 10205, 13995, 9891, 13388, 10917, 15353, 11559, 10680, 11233, 9563, 12082, 9826, 14554, 8824, 13442, 8350, 13259, 8706, 16178, 9819, 13355, 8200, 12924, 8799, 13704, 11216, 13256, 10418, 13688, 10234, 13659, 11119, 14977, 11431, 13902, 10133, 13326, 10187, 15882, 11830, 17970, 12319, 12568, 8706, 7982, 11374, 8488, 13187, 9231, 14090, 9302, 14384, 8710, 14450, 9098, 15679, 8807, 14438, 9535, 14472, 10144, 13763, 10142, 13317, 8083, 14644, 9104, 15144, 11871, 8121, 14894, 11111, 15065, 11966, 14861, 11377, 14750, 8145, 14309, 8102, 13576, 8193, 12737, 7933, 13265, 8212, 13487, 8228, 12113, 8088, 13323, 9797, 12937, 9603, 13318, 10464, 14153, 11015, 16186, 11592, 15835, 11008, 15784, 10991, 15860, 11884, 15763, 11216, 14947, 10650, 14465, 11127, 16698, 11862, 15863, 10967, 14345, 11065, 14278, 12263, 10266, 12144, 15015, 11680, 12302, 12895, 8379, 13177, 7999, 13366, 8733, 15228, 11181, 13180, 10026, 14885, 10579, 15558, 12772, 10708, 11436, 12022, 11417, 14892, 13844, 14794, 12666, 9892, 11311, 8019, 11553, 8356, 12467, 7964, 12822, 7750, 13019, 9733, 12645, 9161, 12873, 9904, 14094, 11532, 13689, 10176, 11800, 10451, 10448, 14397, 8930, 12567, 8114, 12683, 8533, 15449, 9222, 14578, 9093, 13450, 9637, 14762, 11631, 13175, 10077, 12973, 10236, 15947, 11590, 12071, 12097, 9270, 12117, 9757, 13629, 9184, 14024, 8355, 13703, 8226, 14517, 9615, 15439, 9900, 13936, 11003, 15003, 12020, 16966, 12107, 16882, 11352, 12081, 12075, 10047, 14888, 8448, 12735, 8052, 13507, 8840, 15571, 10304, 13793, 10162, 13787, 10740, 14955, 12721, 14083, 11272, 15027, 11410, 16965, 12611, 9831, 11677, 8539, 13292, 9155, 15431, 8555, 14302, 11263, 15457, 13923, 13606, 12023, 8729, 12940, 10444, 17257, 13070, 9577, 17639, 14419, 10628, 16988, 11320, 17532, 13452, 9003, 17343, 12867, 9494, 17039, 11224, 8834, 13642, 8790, 17164, 12011, 10998, 12415, 9043, 15788, 10654, 14946, 10864, 8812, 13235, 8713, 15811, 12994, 14788, 11568, 10719, 14273, 10224, 15049, 10487, 14720, 11873, 15895, 13772, 13618, 12146, 14184, 12587, 17844, 14824, 12926, 13094, 10507, 13295, 10165, 15742, 10327, 14679, 8883, 13296, 9297, 15162, 10358, 15966, 9108, 13482, 9195, 14973, 10280, 16454, 9304, 14640, 9168, 14619, 9795, 16721, 10673, 15642, 9402, 14848, 9583, 16550, 10868, 15539, 8647, 13759, 8750, 15498, 10236, 16264, 9698, 14920, 9730, 14982, 10867, 15710, 11737, 15082, 11120, 15308, 13199, 16469, 13108, 15574, 12094, 15777, 12315, 16747, 13362, 15890, 10616, 14243, 10646, 15365, 13086, 14013, 11470, 14189, 11327, 14586, 12560, 16108, 11779, 13568, 11420, 11145, 14102, 11345, 15220, 9399, 13382, 8278, 13752, 9139, 16691, 13534, 15884, 11633, 16917, 11843, 18234, 13417, 13338, 12853, 11482, 12214, 11877, 13648, 10883, 13659, 8922, 12351, 8865, 13427, 9339, 14795, 8706, 13520, 8895, 14091, 9360, 15906, 11287, 15541, 9505, 15073, 10656, 16076, 12481, 14807, 10918, 14116, 11311, 15517, 12597, 14751, 11818, 15289, 10812, 14671, 11995, 13333, 11200, 9943, 11811, 10925, 13438, 12092, 15816, 9242, 16323, 9564, 17746, 10267, 12172, 17038, 12926, 10426, 10114, 11967, 9860, 12652, 15685, 12697, 17634, 12599, 16350, 12481, 16888, 12211, 16369, 11681, 15625, 10677, 14263, 11432, 14125, 11235, 14481, 11312, 13967, 11145, 14644, 11601, 14859, 12109, 11813, 11655, 8573, 11752, 9552, 12514, 8607, 12039, 9229, 12218, 9135, 12528, 8584, 12902, 9572, 12804, 8877, 13836, 10202, 13049, 10096, 12689, 11005, 15417, 11231, 13679, 9803, 10343, 10747, 11753, 13290, 8765, 11981, 9050, 12225, 8685, 13329, 9317, 15081, 8790, 13148, 9048, 13272, 8972, 15011, 9562, 14164, 9618, 12795, 10345, 13691, 11689, 15653, 10617, 15517, 10179, 12432, 10580, 12596, 12159, 9362, 11370, 9263, 12030, 9129, 13309, 8395, 12144, 8483, 11974, 8607, 13550, 8952, 12593, 8613, 12253, 8760, 12602, 8886, 14175, 9317, 13253, 9445, 13053, 10392, 14008, 11754, 13633, 10187, 12794, 10227, 13679, 10867, 14776, 10484, 15798, 9976, 14871, 10196, 13074, 11200, 9341, 10616, 8417, 10747, 8762, 12386, 8647, 12306, 8563, 12087, 8900, 13182, 9424, 15101, 10642, 14431, 10638, 13887, 11102, 15413, 11379, 14042, 10187, 13125, 10357, 11114, 13111, 9327, 12536, 8954, 12417, 8836, 12999, 9228, 14843, 8855, 12844, 8520, 13223, 8695, 14692, 11160, 13780, 9823, 12610, 9894, 15573, 11370, 11369, 11180, 8958, 11606, 8800, 14962, 9153, 14101, 9782, 13327, 10730, 15498, 11434, 13289, 10931, 9044, 11644, 8100, 15095, 8802, 14023, 9589, 13275, 10335, 16004, 11774, 8574, 12675, 8821, 13230, 9176, 14595, 11378, 12902, 11109, 7955, 12359, 8290, 14560, 9705, 13102, 10427, 13442, 10343, 9093, 12247, 8239, 12411, 9098, 13264, 9308, 14210, 8752, 12814, 9964, 13504, 11115, 10326, 11902, 8496, 15241, 13313, 8246, 14597, 12703, 9465, 15143, 12356, 14049, 11965, 10919, 17159, 9117, 14406, 9434, 14781, 9552, 16999, 11159, 13925, 10468, 16030, 12130, 8356, 13537, 8505, 13976, 10552, 12742, 12139, 8405, 13894, 9359, 14977, 11898, 15168, 10934, 14128, 10410, 14425, 11429, 16397, 12427, 15460, 9969, 13139, 10185, 14292, 11682, 12988, 10027, 12655, 9548, 13419, 11329, 12977, 11652, 11990, 11849, 8206, 14120, 8472, 13785, 10306, 10545, 13619, 9875, 14662, 11185, 15754, 11508, 15817, 12132], 'WindowCenter': [4673.0, 4608.0, 4674.0, 4629.0, 4624.0, 4581.0, 4581.0, 4591.0, 4549.0, 4610.0, 4556.0, 4584.0, 4566.0, 4608.0, 4577.0, 4564.0, 4574.0, 4522.0, 4562.0, 4513.0, 4586.0, 4533.0, 4585.0, 4511.0, 4561.0, 4522.0, 4586.0, 4535.0, 4585.0, 4524.0, 4573.0, 4537.0, 4586.0, 4579.0, 4575.0, 4557.0, 4597.0, 4570.0, 4598.0, 4592.0, 4548.0, 4579.0, 4538.0, 4591.0, 4570.0, 4601.0, 4579.0, 4588.0, 4535.0, 4565.0, 4535.0, 4588.0, 4556.0, 4608.0, 4533.0, 4565.0, 4532.0, 4575.0, 4547.0, 4586.0, 4545.0, 4575.0, 4524.0, 4576.0, 4538.0, 4597.0, 4548.0, 4598.0, 4535.0, 4600.0, 4562.0, 4609.0, 4580.0, 4598.0, 4558.0, 4600.0, 4582.0, 4610.0, 4590.0, 4587.0, 4558.0, 4600.0, 4579.0, 4599.0, 4579.0, 4586.0, 4567.0, 4599.0, 4581.0, 4597.0, 4579.0, 4586.0, 4567.0, 4588.0, 4580.0, 4598.0, 4593.0, 4598.0, 4569.0, 4610.0, 4591.0, 4620.0, 4592.0, 4568.0, 4578.0, 4580.0, 4601.0, 4560.0, 4612.0, 4548.0, 4588.0, 4550.0, 4612.0, 4572.0, 4621.0, 4592.0, 4609.0, 4581.0, 4595.0, 4603.0, 4593.0, 4613.0, 4549.0, 4589.0, 4561.0, 4612.0, 4571.0, 4622.0, 4547.0, 4586.0, 4535.0, 4598.0, 4557.0, 4607.0, 4576.0, 4573.0, 4553.0, 4608.0, 4577.0, 4578.0, 4587.0, 4536.0, 4576.0, 4561.0, 4611.0, 4590.0, 4599.0, 4579.0, 4596.0, 4569.0, 4620.0, 4579.0, 4598.0, 4578.0, 4543.0, 4565.0, 4558.0, 4586.0, 4546.0, 4587.0, 4534.0, 4575.0, 4549.0, 4597.0, 4557.0, 4585.0, 4536.0, 4575.0, 4546.0, 4594.0, 4589.0, 4585.0, 4556.0, 4566.0, 4580.0, 4558.0, 4610.0, 4548.0, 4587.0, 4549.0, 4611.0, 4560.0, 4609.0, 4557.0, 4585.0, 4568.0, 4588.0, 4578.0, 4575.0, 4554.0, 4572.0, 4556.0, 4598.0, 4577.0, 4596.0, 4566.0, 4573.0, 4566.0, 4589.0, 4588.0, 4560.0, 4588.0, 4547.0, 4590.0, 4552.0, 4611.0, 4550.0, 4599.0, 4548.0, 4600.0, 4561.0, 4610.0, 4569.0, 4597.0, 4569.0, 4612.0, 4591.0, 4598.0, 4578.0, 4598.0, 4592.0, 4598.0, 4591.0, 4597.0, 4577.0, 4596.0, 4591.0, 4600.0, 4600.0, 4578.0, 4598.0, 4546.0, 4601.0, 4558.0, 4621.0, 4547.0, 4596.0, 4548.0, 4610.0, 4569.0, 4610.0, 4590.0, 4577.0, 4580.0, 4562.0, 4610.0, 4570.0, 4601.0, 4571.0, 4601.0, 4592.0, 4620.0, 4604.0, 4570.0, 4580.0, 4551.0, 4601.0, 4561.0, 4612.0, 4560.0, 4589.0, 4592.0, 4622.0, 4602.0, 4581.0, 4591.0, 4548.0, 4590.0, 4562.0, 4621.0, 4572.0, 4600.0, 4568.0, 4599.0, 4580.0, 4620.0, 4579.0, 4556.0, 4566.0, 4558.0, 4590.0, 4557.0, 4589.0, 4545.0, 4573.0, 4522.0, 4571.0, 4522.0, 4511.0, 4564.0, 4546.0, 4589.0, 4548.0, 4587.0, 4537.0, 4612.0, 4549.0, 4587.0, 4522.0, 4572.0, 4530.0, 4584.0, 4554.0, 4585.0, 4520.0, 4559.0, 4538.0, 4548.0, 4547.0, 4486.0, 4545.0, 4518.0, 4558.0, 4550.0, 4558.0, 4539.0, 4528.0, 4550.0, 4499.0, 4560.0, 4536.0, 4573.0, 4545.0, 4581.0, 4564.0, 4524.0, 4564.0, 4535.0, 4586.0, 4578.0, 4538.0, 4588.0, 4559.0, 4599.0, 4591.0, 4539.0, 4578.0, 4530.0, 4589.0, 4559.0, 4611.0, 4595.0, 4571.0, 4580.0, 4552.0, 4610.0, 4558.0, 4575.0, 4545.0, 4586.0, 4577.0, 4547.0, 4577.0, 4526.0, 4576.0, 4582.0, 4611.0, 4590.0, 4547.0, 4576.0, 4536.0, 4599.0, 4581.0, 4611.0, 4602.0, 4548.0, 4587.0, 4560.0, 4621.0, 4588.0, 4609.0, 4571.0, 4589.0, 4579.0, 4538.0, 4588.0, 4568.0, 4539.0, 4609.0, 4568.0, 4548.0, 4608.0, 4580.0, 4569.0, 4612.0, 4548.0, 4576.0, 4524.0, 4576.0, 4533.0, 4584.0, 4520.0, 4550.0, 4498.0, 4550.0, 4534.0, 4583.0, 4544.0, 4552.0, 4544.0, 4584.0, 4570.0, 4590.0, 4601.0, 4548.0, 4579.0, 4560.0, 4604.0, 4562.0, 4602.0, 4549.0, 4588.0, 4548.0, 4600.0, 4581.0, 4611.0, 4580.0, 4596.0, 4568.0, 4579.0, 4579.0, 4559.0, 4589.0, 4537.0, 4577.0, 4571.0, 4610.0, 4602.0, 4609.0, 4569.0, 4567.0, 4568.0, 4569.0, 4610.0, 4556.0, 4575.0, 4513.0, 4587.0, 4557.0, 4595.0, 4565.0, 4553.0, 4568.0, 4539.0, 4588.0, 4548.0, 4575.0, 4556.0, 4587.0, 4569.0, 4556.0, 4589.0, 4526.0, 4576.0, 4560.0, 4596.0, 4591.0, 4556.0, 4556.0, 4526.0, 4590.0, 4549.0, 4596.0, 4567.0, 4535.0, 4578.0, 4552.0, 4610.0, 4580.0, 4577.0, 4567.0, 4552.0, 4590.0, 4572.0, 4588.0, 4556.0, 4566.0, 4579.0, 4538.0, 4610.0, 4568.0, 4566.0, 4578.0, 4551.0, 4598.0, 4570.0, 4587.0, 4566.0, 4568.0, 4578.0, 4537.0, 4599.0, 4556.0, 4576.0, 4567.0, 4547.0, 4598.0, 4557.0, 4585.0, 4569.0, 4539.0, 4599.0, 4558.0, 4585.0, 4556.0, 4550.0, 4579.0, 4548.0, 4598.0, 4534.0, 4564.0, 4557.0, 4598.0, 4577.0, 4525.0, 4564.0, 4533.0, 4588.0, 4568.0, 4607.0, 4566.0, 4524.0, 4564.0, 4548.0, 4589.0, 4559.0, 4588.0, 4558.0, 4565.0, 4570.0, 4561.0, 4590.0, 4559.0, 4587.0, 4537.0, 4601.0, 4570.0, 4608.0, 4579.0, 4556.0, 4566.0, 4549.0, 4591.0, 4548.0, 4600.0, 4537.0, 4576.0, 4547.0, 4588.0, 4579.0, 4608.0, 4567.0, 4565.0, 4555.0, 4558.0, 4578.0, 4547.0, 4577.0, 4536.0, 4591.0, 4572.0, 4599.0, 4591.0, 4587.0, 4556.0, 4578.0, 4571.0, 4578.0, 4601.0, 4536.0, 4566.0, 4526.0, 4589.0, 4536.0, 4598.0, 4524.0, 4573.0, 4523.0, 4575.0, 4566.0, 4584.0, 4555.0, 4553.0, 4553.0, 4535.0, 4575.0, 4536.0, 4576.0, 4534.0, 4573.0, 4546.0, 4584.0, 4568.0, 4573.0, 4533.0, 4562.0, 4546.0, 4573.0, 4555.0, 4561.0, 4533.0, 4561.0, 4545.0, 4575.0, 4567.0, 4574.0, 4556.0, 4574.0, 4557.0, 4609.0, 4580.0, 4587.0, 4557.0, 4566.0, 4569.0, 4580.0, 4589.0, 4537.0, 4578.0, 4527.0, 4590.0, 4538.0, 4599.0, 4537.0, 4576.0, 4548.0, 4599.0, 4570.0, 4598.0, 4581.0, 4577.0, 4558.0, 4610.0, 4568.0, 4587.0, 4568.0, 4564.0, 4566.0, 4577.0, 4566.0, 4564.0, 4574.0, 4534.0, 4576.0, 4532.0, 4575.0, 4512.0, 4562.0, 4523.0, 4577.0, 4537.0, 4587.0, 4558.0, 4587.0, 4547.0, 4599.0, 4570.0, 4608.0, 4580.0, 4557.0, 4567.0, 4527.0, 4589.0, 4537.0, 4608.0, 4547.0, 4586.0, 4557.0, 4599.0, 4568.0, 4537.0, 4577.0, 4536.0, 4590.0, 4581.0, 4550.0, 4601.0, 4538.0, 4588.0, 4571.0, 4611.0, 4580.0, 4599.0, 4593.0, 4535.0, 4585.0, 4532.0, 4575.0, 4580.0, 4550.0, 4609.0, 4588.0, 4536.0, 4585.0, 4559.0, 4597.0, 4589.0, 4526.0, 4575.0, 4526.0, 4598.0, 4537.0, 4596.0, 4565.0, 4564.0, 4577.0, 4528.0, 4587.0, 4537.0, 4585.0, 4557.0, 4600.0, 4578.0, 4548.0, 4587.0, 4527.0, 4597.0, 4570.0, 4610.0, 4590.0, 4537.0, 4578.0, 4547.0, 4589.0, 4556.0, 4598.0, 4527.0, 4586.0, 4514.0, 4585.0, 4525.0, 4586.0, 4523.0, 4583.0, 4534.0, 4596.0, 4568.0, 4596.0, 4577.0, 4575.0, 4566.0, 4560.0, 4590.0, 4548.0, 4601.0, 4527.0, 4585.0, 4540.0, 4600.0, 4570.0, 4588.0, 4568.0, 4585.0, 4558.0, 4599.0, 4579.0, 4598.0, 4568.0, 4585.0, 4568.0, 4599.0, 4579.0, 4569.0, 4578.0, 4526.0, 4577.0, 4539.0, 4610.0, 4571.0, 4599.0, 4559.0, 4602.0, 4582.0, 4600.0, 4590.0, 4528.0, 4591.0, 4540.0, 4611.0, 4548.0, 4578.0, 4535.0, 4577.0, 4527.0, 4596.0, 4545.0, 4572.0, 4522.0, 4572.0, 4546.0, 4573.0, 4566.0, 4562.0, 4543.0, 4571.0, 4566.0, 4585.0, 4576.0, 4523.0, 4563.0, 4502.0, 4576.0, 4536.0, 4597.0, 4556.0, 4584.0, 4545.0, 4588.0, 4568.0, 4577.0, 4589.0, 4536.0, 4577.0, 4539.0, 4599.0, 4537.0, 4586.0, 4535.0, 4585.0, 4568.0, 4598.0, 4580.0, 4575.0, 4555.0, 4525.0, 4578.0, 4537.0, 4598.0, 4546.0, 4574.0, 4536.0, 4574.0, 4556.0, 4584.0, 4578.0, 4564.0, 4555.0, 4523.0, 4576.0, 4526.0, 4600.0, 4557.0, 4575.0, 4557.0, 4589.0, 4578.0, 4548.0, 4588.0, 4525.0, 4587.0, 4528.0, 4597.0, 4535.0, 4575.0, 4502.0, 4552.0, 4523.0, 4584.0, 4544.0, 4562.0, 4544.0, 4575.0, 4557.0, 4565.0, 4565.0, 4514.0, 4575.0, 4536.0, 4599.0, 4559.0, 4598.0, 4546.0, 4575.0, 4557.0, 4587.0, 4570.0, 4598.0, 4566.0, 4563.0, 4544.0, 4564.0, 4556.0, 4595.0, 4565.0, 4513.0, 4564.0, 4527.0, 4588.0, 4529.0, 4588.0, 4549.0, 4587.0, 4570.0, 4612.0, 4583.0, 4550.0, 4590.0, 4529.0, 4603.0, 4554.0, 4612.0, 4571.0, 4599.0, 4536.0, 4588.0, 4561.0, 4597.0, 4568.0, 4575.0, 4534.0, 4575.0, 4560.0, 4596.0, 4569.0, 4535.0, 4566.0, 4526.0, 4590.0, 4540.0, 4612.0, 4538.0, 4586.0, 4546.0, 4601.0, 4570.0, 4599.0, 4579.0, 4546.0, 4568.0, 4552.0, 4590.0, 4551.0, 4601.0, 4549.0, 4586.0, 4559.0, 4610.0, 4581.0, 4569.0, 4578.0, 4536.0, 4579.0, 4540.0, 4611.0, 4539.0, 4587.0, 4536.0, 4589.0, 4571.0, 4599.0, 4580.0, 4585.0, 4556.0, 4559.0, 4577.0, 4538.0, 4587.0, 4525.0, 4585.0, 4560.0, 4597.0, 4581.0, 4587.0, 4567.0, 4536.0, 4578.0, 4540.0, 4609.0, 4569.0, 4576.0, 4557.0, 4600.0, 4580.0, 4599.0, 4579.0, 4515.0, 4575.0, 4539.0, 4598.0, 4570.0, 4587.0, 4546.0, 4587.0, 4570.0, 4569.0, 4591.0, 4538.0, 4587.0, 4550.0, 4612.0, 4582.0, 4622.0, 4580.0, 4547.0, 4578.0, 4541.0, 4610.0, 4559.0, 4585.0, 4533.0, 4575.0, 4547.0, 4595.0, 4577.0, 4562.0, 4546.0, 4595.0, 4554.0, 4566.0, 4576.0, 4514.0, 4574.0, 4548.0, 4587.0, 4549.0, 4598.0, 4547.0, 4586.0, 4581.0, 4599.0, 4592.0, 4587.0, 4567.0, 4575.0, 4578.0, 4579.0, 4588.0, 4545.0, 4575.0, 4513.0, 4587.0, 4536.0, 4597.0, 4524.0, 4574.0, 4535.0, 4599.0, 4568.0, 4588.0, 4568.0, 4585.0, 4569.0, 4600.0, 4579.0, 4567.0, 4577.0, 4535.0, 4580.0, 4558.0, 4599.0, 4535.0, 4575.0, 4515.0, 4579.0, 4537.0, 4597.0, 4536.0, 4574.0, 4525.0, 4588.0, 4550.0, 4598.0, 4569.0, 4586.0, 4547.0, 4600.0, 4580.0, 4610.0, 4582.0, 4589.0, 4569.0, 4562.0, 4603.0, 4569.0, 4614.0, 4549.0, 4588.0, 4548.0, 4610.0, 4559.0, 4609.0, 4567.0, 4574.0, 4545.0, 4588.0, 4568.0, 4607.0, 4578.0, 4583.0, 4554.0, 4564.0, 4577.0, 4555.0, 4586.0, 4524.0, 4574.0, 4523.0, 4585.0, 4538.0, 4594.0, 4557.0, 4585.0, 4545.0, 4575.0, 4570.0, 4598.0, 4580.0, 4556.0, 4567.0, 4546.0, 4590.0, 4570.0, 4600.0, 4537.0, 4588.0, 4526.0, 4590.0, 4548.0, 4609.0, 4571.0, 4586.0, 4525.0, 4574.0, 4548.0, 4600.0, 4580.0, 4588.0, 4569.0, 4586.0, 4559.0, 4612.0, 4581.0, 4599.0, 4581.0, 4575.0, 4546.0, 4585.0, 4570.0, 4596.0, 4567.0, 4608.0, 4578.0, 4578.0, 4537.0, 4527.0, 4578.0, 4536.0, 4575.0, 4547.0, 4585.0, 4548.0, 4597.0, 4537.0, 4611.0, 4537.0, 4597.0, 4521.0, 4572.0, 4518.0, 4559.0, 4517.0, 4560.0, 4517.0, 4561.0, 4500.0, 4569.0, 4507.0, 4567.0, 4548.0, 4524.0, 4596.0, 4567.0, 4584.0, 4565.0, 4583.0, 4565.0, 4586.0, 4530.0, 4599.0, 4528.0, 4575.0, 4511.0, 4563.0, 4526.0, 4575.0, 4525.0, 4574.0, 4513.0, 4564.0, 4541.0, 4600.0, 4572.0, 4589.0, 4561.0, 4599.0, 4571.0, 4613.0, 4595.0, 4622.0, 4596.0, 4600.0, 4569.0, 4597.0, 4580.0, 4622.0, 4581.0, 4599.0, 4568.0, 4584.0, 4557.0, 4600.0, 4579.0, 4608.0, 4578.0, 4594.0, 4556.0, 4599.0, 4578.0, 4598.0, 4580.0, 4556.0, 4577.0, 4608.0, 4591.0, 4578.0, 4591.0, 4537.0, 4587.0, 4526.0, 4600.0, 4551.0, 4611.0, 4580.0, 4588.0, 4572.0, 4610.0, 4583.0, 4611.0, 4603.0, 4558.0, 4569.0, 4566.0, 4568.0, 4600.0, 4589.0, 4586.0, 4576.0, 4533.0, 4554.0, 4529.0, 4578.0, 4537.0, 4576.0, 4515.0, 4575.0, 4529.0, 4590.0, 4560.0, 4587.0, 4548.0, 4576.0, 4560.0, 4601.0, 4582.0, 4587.0, 4558.0, 4566.0, 4570.0, 4570.0, 4602.0, 4538.0, 4578.0, 4527.0, 4588.0, 4539.0, 4600.0, 4548.0, 4586.0, 4535.0, 4588.0, 4562.0, 4597.0, 4579.0, 4575.0, 4558.0, 4576.0, 4571.0, 4609.0, 4581.0, 4579.0, 4579.0, 4537.0, 4591.0, 4561.0, 4600.0, 4550.0, 4588.0, 4525.0, 4576.0, 4539.0, 4601.0, 4559.0, 4611.0, 4558.0, 4586.0, 4568.0, 4612.0, 4591.0, 4610.0, 4580.0, 4596.0, 4557.0, 4578.0, 4580.0, 4558.0, 4600.0, 4526.0, 4576.0, 4515.0, 4601.0, 4551.0, 4611.0, 4559.0, 4587.0, 4558.0, 4599.0, 4584.0, 4611.0, 4605.0, 4601.0, 4569.0, 4597.0, 4580.0, 4607.0, 4590.0, 4547.0, 4568.0, 4550.0, 4602.0, 4562.0, 4612.0, 4537.0, 4598.0, 4581.0, 4610.0, 4616.0, 4599.0, 4577.0, 4538.0, 4601.0, 4585.0, 4622.0, 4602.0, 4559.0, 4620.0, 4599.0, 4567.0, 4620.0, 4568.0, 4608.0, 4602.0, 4550.0, 4610.0, 4578.0, 4549.0, 4609.0, 4556.0, 4524.0, 4575.0, 4536.0, 4596.0, 4565.0, 4543.0, 4566.0, 4536.0, 4595.0, 4557.0, 4585.0, 4555.0, 4534.0, 4588.0, 4550.0, 4610.0, 4600.0, 4612.0, 4593.0, 4582.0, 4600.0, 4572.0, 4611.0, 4569.0, 4598.0, 4592.0, 4610.0, 4604.0, 4588.0, 4578.0, 4586.0, 4579.0, 4620.0, 4601.0, 4576.0, 4576.0, 4554.0, 4575.0, 4557.0, 4607.0, 4558.0, 4596.0, 4535.0, 4586.0, 4548.0, 4609.0, 4569.0, 4610.0, 4537.0, 4585.0, 4547.0, 4610.0, 4570.0, 4621.0, 4548.0, 4597.0, 4547.0, 4610.0, 4572.0, 4620.0, 4569.0, 4597.0, 4536.0, 4586.0, 4560.0, 4608.0, 4569.0, 4596.0, 4537.0, 4587.0, 4537.0, 4608.0, 4559.0, 4609.0, 4547.0, 4595.0, 4558.0, 4609.0, 4580.0, 4609.0, 4579.0, 4597.0, 4579.0, 4621.0, 4602.0, 4621.0, 4600.0, 4608.0, 4578.0, 4608.0, 4590.0, 4608.0, 4589.0, 4595.0, 4555.0, 4584.0, 4569.0, 4609.0, 4600.0, 4597.0, 4578.0, 4597.0, 4592.0, 4611.0, 4591.0, 4610.0, 4591.0, 4588.0, 4580.0, 4592.0, 4611.0, 4580.0, 4613.0, 4549.0, 4589.0, 4526.0, 4587.0, 4562.0, 4620.0, 4602.0, 4608.0, 4568.0, 4606.0, 4578.0, 4631.0, 4589.0, 4587.0, 4576.0, 4553.0, 4565.0, 4577.0, 4586.0, 4566.0, 4585.0, 4534.0, 4574.0, 4546.0, 4600.0, 4559.0, 4599.0, 4538.0, 4588.0, 4549.0, 4611.0, 4561.0, 4609.0, 4581.0, 4598.0, 4547.0, 4596.0, 4581.0, 4608.0, 4588.0, 4596.0, 4556.0, 4584.0, 4566.0, 4597.0, 4589.0, 4598.0, 4578.0, 4584.0, 4569.0, 4598.0, 4578.0, 4587.0, 4578.0, 4556.0, 4579.0, 4593.0, 4612.0, 4619.0, 4626.0, 4563.0, 4621.0, 4559.0, 4607.0, 4570.0, 4580.0, 4599.0, 4561.0, 4540.0, 4541.0, 4552.0, 4541.0, 4575.0, 4597.0, 4576.0, 4604.0, 4575.0, 4583.0, 4551.0, 4569.0, 4539.0, 4556.0, 4526.0, 4544.0, 4515.0, 4542.0, 4526.0, 4543.0, 4524.0, 4542.0, 4524.0, 4542.0, 4525.0, 4567.0, 4538.0, 4568.0, 4549.0, 4536.0, 4538.0, 4520.0, 4562.0, 4530.0, 4561.0, 4520.0, 4561.0, 4544.0, 4586.0, 4547.0, 4589.0, 4537.0, 4587.0, 4557.0, 4589.0, 4561.0, 4598.0, 4558.0, 4575.0, 4557.0, 4588.0, 4581.0, 4598.0, 4580.0, 4585.0, 4547.0, 4556.0, 4580.0, 4590.0, 4590.0, 4537.0, 4577.0, 4536.0, 4577.0, 4550.0, 4601.0, 4560.0, 4612.0, 4538.0, 4577.0, 4536.0, 4589.0, 4562.0, 4598.0, 4559.0, 4586.0, 4546.0, 4576.0, 4581.0, 4600.0, 4591.0, 4609.0, 4569.0, 4596.0, 4558.0, 4602.0, 4581.0, 4592.0, 4591.0, 4547.0, 4578.0, 4562.0, 4591.0, 4559.0, 4589.0, 4525.0, 4565.0, 4534.0, 4589.0, 4550.0, 4588.0, 4547.0, 4576.0, 4536.0, 4576.0, 4549.0, 4591.0, 4560.0, 4601.0, 4560.0, 4587.0, 4547.0, 4587.0, 4583.0, 4599.0, 4591.0, 4587.0, 4558.0, 4576.0, 4569.0, 4601.0, 4580.0, 4598.0, 4570.0, 4596.0, 4558.0, 4597.0, 4571.0, 4599.0, 4581.0, 4547.0, 4568.0, 4537.0, 4580.0, 4563.0, 4601.0, 4551.0, 4590.0, 4548.0, 4589.0, 4574.0, 4614.0, 4573.0, 4622.0, 4571.0, 4599.0, 4581.0, 4614.0, 4594.0, 4610.0, 4593.0, 4599.0, 4570.0, 4599.0, 4584.0, 4593.0, 4602.0, 4561.0, 4591.0, 4548.0, 4589.0, 4562.0, 4603.0, 4560.0, 4612.0, 4548.0, 4588.0, 4537.0, 4600.0, 4563.0, 4609.0, 4581.0, 4587.0, 4558.0, 4577.0, 4571.0, 4609.0, 4592.0, 4578.0, 4580.0, 4549.0, 4593.0, 4562.0, 4623.0, 4560.0, 4599.0, 4559.0, 4613.0, 4593.0, 4610.0, 4594.0, 4588.0, 4568.0, 4536.0, 4580.0, 4540.0, 4600.0, 4548.0, 4587.0, 4546.0, 4575.0, 4557.0, 4597.0, 4578.0, 4536.0, 4577.0, 4535.0, 4588.0, 4559.0, 4597.0, 4569.0, 4574.0, 4565.0, 4525.0, 4577.0, 4537.0, 4598.0, 4546.0, 4574.0, 4556.0, 4598.0, 4557.0, 4546.0, 4576.0, 4524.0, 4574.0, 4548.0, 4587.0, 4548.0, 4599.0, 4536.0, 4575.0, 4560.0, 4586.0, 4568.0, 4558.0, 4582.0, 4552.0, 4611.0, 4590.0, 4552.0, 4624.0, 4616.0, 4575.0, 4624.0, 4607.0, 4602.0, 4582.0, 4582.0, 4611.0, 4537.0, 4587.0, 4536.0, 4611.0, 4562.0, 4610.0, 4566.0, 4573.0, 4556.0, 4597.0, 4576.0, 4525.0, 4599.0, 4538.0, 4599.0, 4569.0, 4588.0, 4579.0, 4540.0, 4599.0, 4548.0, 4598.0, 4581.0, 4599.0, 4583.0, 4588.0, 4557.0, 4585.0, 4566.0, 4595.0, 4577.0, 4571.0, 4532.0, 4549.0, 4542.0, 4572.0, 4565.0, 4561.0, 4533.0, 4562.0, 4532.0, 4561.0, 4555.0, 4573.0, 4564.0, 4563.0, 4577.0, 4538.0, 4611.0, 4540.0, 4587.0, 4558.0, 4570.0, 4600.0, 4561.0, 4600.0, 4580.0, 4610.0, 4593.0, 4609.0, 4580.0], 'WindowWidth': [10234.0, 10133.0, 10217.0, 10146.0, 10128.0, 10060.0, 10059.0, 10074.0, 10013.0, 10101.0, 10018.0, 10054.0, 10032.0, 10094.0, 10049.0, 10025.0, 10037.0, 9964.0, 10018.0, 9956.0, 10059.0, 9981.0, 10056.0, 9947.0, 10017.0, 9964.0, 10058.0, 9989.0, 10058.0, 9972.0, 10035.0, 9993.0, 10058.0, 10055.0, 10043.0, 10021.0, 10077.0, 10046.0, 10079.0, 10077.0, 10011.0, 10054.0, 9997.0, 10072.0, 10042.0, 10088.0, 10053.0, 10065.0, 9986.0, 10029.0, 9988.0, 10065.0, 10015.0, 10095.0, 9982.0, 10026.0, 9979.0, 10043.0, 10008.0, 10060.0, 10001.0, 10042.0, 9971.0, 10044.0, 9998.0, 10077.0, 10011.0, 10079.0, 9991.0, 10084.0, 10038.0, 10096.0, 10060.0, 10077.0, 10024.0, 10085.0, 10063.0, 10098.0, 10071.0, 10060.0, 10024.0, 10084.0, 10056.0, 10081.0, 10053.0, 10056.0, 10033.0, 10081.0, 10061.0, 10075.0, 10055.0, 10058.0, 10036.0, 10065.0, 10060.0, 10077.0, 10080.0, 10078.0, 10042.0, 10099.0, 10075.0, 10112.0, 10077.0, 10037.0, 10052.0, 10058.0, 10089.0, 10031.0, 10107.0, 10011.0, 10066.0, 10017.0, 10107.0, 10050.0, 10118.0, 10077.0, 10096.0, 10061.0, 10088.0, 10095.0, 10080.0, 10111.0, 10013.0, 10069.0, 10032.0, 10108.0, 10045.0, 10123.0, 10006.0, 10059.0, 9988.0, 10081.0, 10023.0, 10090.0, 10047.0, 10036.0, 10012.0, 10093.0, 10049.0, 10052.0, 10062.0, 9991.0, 10046.0, 10035.0, 10102.0, 10073.0, 10083.0, 10054.0, 10072.0, 10040.0, 10114.0, 10054.0, 10079.0, 10052.0, 9995.0, 10029.0, 10025.0, 10058.0, 10005.0, 10064.0, 9985.0, 10043.0, 10016.0, 10079.0, 10023.0, 10058.0, 9990.0, 10041.0, 10004.0, 10068.0, 10069.0, 10056.0, 10019.0, 10032.0, 10059.0, 10027.0, 10102.0, 10010.0, 10063.0, 10014.0, 10102.0, 10032.0, 10097.0, 10022.0, 10056.0, 10039.0, 10065.0, 10053.0, 10041.0, 10013.0, 10033.0, 10019.0, 10079.0, 10049.0, 10073.0, 10033.0, 10035.0, 10033.0, 10072.0, 10066.0, 10032.0, 10067.0, 10008.0, 10073.0, 10026.0, 10104.0, 10016.0, 10081.0, 10010.0, 10087.0, 10035.0, 10101.0, 10042.0, 10075.0, 10041.0, 10106.0, 10077.0, 10080.0, 10052.0, 10078.0, 10078.0, 10079.0, 10076.0, 10075.0, 10049.0, 10072.0, 10076.0, 10087.0, 10087.0, 10051.0, 10078.0, 10004.0, 10089.0, 10026.0, 10116.0, 10006.0, 10074.0, 10011.0, 10098.0, 10042.0, 10097.0, 10071.0, 10048.0, 10058.0, 10037.0, 10100.0, 10044.0, 10087.0, 10047.0, 10089.0, 10076.0, 10113.0, 10097.0, 10042.0, 10055.0, 10018.0, 10086.0, 10032.0, 10105.0, 10031.0, 10067.0, 10079.0, 10119.0, 10091.0, 10061.0, 10073.0, 10011.0, 10071.0, 10037.0, 10118.0, 10049.0, 10085.0, 10037.0, 10083.0, 10057.0, 10113.0, 10054.0, 10017.0, 10031.0, 10025.0, 10072.0, 10019.0, 10067.0, 9996.0, 10033.0, 9962.0, 10027.0, 9962.0, 9946.0, 10021.0, 10000.0, 10064.0, 10006.0, 10057.0, 9989.0, 10104.0, 10009.0, 10059.0, 9961.0, 10031.0, 9967.0, 10052.0, 10009.0, 10058.0, 9953.0, 10007.0, 9978.0, 9990.0, 9988.0, 9903.0, 9982.0, 9948.0, 10003.0, 9997.0, 10001.0, 9978.0, 9964.0, 9996.0, 9927.0, 10009.0, 9989.0, 10034.0, 9998.0, 10042.0, 10023.0, 9968.0, 10021.0, 9984.0, 10057.0, 10048.0, 9994.0, 10061.0, 10024.0, 10080.0, 10073.0, 9998.0, 10048.0, 9987.0, 10065.0, 10023.0, 10100.0, 10086.0, 10047.0, 10056.0, 10023.0, 10099.0, 10022.0, 10042.0, 9999.0, 10057.0, 10049.0, 10005.0, 10047.0, 9976.0, 10043.0, 10064.0, 10101.0, 10070.0, 10006.0, 10044.0, 9989.0, 10080.0, 10059.0, 10101.0, 10090.0, 10009.0, 10059.0, 10030.0, 10117.0, 10067.0, 10097.0, 10047.0, 10069.0, 10053.0, 9996.0, 10065.0, 10039.0, 9998.0, 10094.0, 10035.0, 10008.0, 10092.0, 10054.0, 10038.0, 10106.0, 10006.0, 10045.0, 9967.0, 10045.0, 9979.0, 10055.0, 9955.0, 9997.0, 9922.0, 9999.0, 9983.0, 10048.0, 9997.0, 10003.0, 9997.0, 10051.0, 10044.0, 10069.0, 10086.0, 10010.0, 10052.0, 10031.0, 10096.0, 10035.0, 10089.0, 10011.0, 10062.0, 10008.0, 10082.0, 10059.0, 10100.0, 10056.0, 10072.0, 10035.0, 10054.0, 10052.0, 10024.0, 10067.0, 9992.0, 10047.0, 10044.0, 10097.0, 10093.0, 10096.0, 10040.0, 10032.0, 10036.0, 10039.0, 10100.0, 10015.0, 10042.0, 9953.0, 10061.0, 10020.0, 10071.0, 10029.0, 10007.0, 10038.0, 10002.0, 10065.0, 10010.0, 10043.0, 10015.0, 10060.0, 10039.0, 10017.0, 10067.0, 9976.0, 10046.0, 10031.0, 10073.0, 10075.0, 10017.0, 10016.0, 9975.0, 10070.0, 10014.0, 10073.0, 10033.0, 9988.0, 10051.0, 10022.0, 10098.0, 10056.0, 10046.0, 10034.0, 10025.0, 10070.0, 10048.0, 10065.0, 10017.0, 10028.0, 10053.0, 9996.0, 10098.0, 10035.0, 10031.0, 10049.0, 10021.0, 10079.0, 10043.0, 10060.0, 10031.0, 10037.0, 10050.0, 9993.0, 10081.0, 10017.0, 10044.0, 10032.0, 10005.0, 10080.0, 10019.0, 10054.0, 10041.0, 10000.0, 10081.0, 10024.0, 10056.0, 10016.0, 10015.0, 10053.0, 10009.0, 10080.0, 9985.0, 10023.0, 10019.0, 10078.0, 10047.0, 9972.0, 10024.0, 9980.0, 10064.0, 10036.0, 10088.0, 10029.0, 9968.0, 10021.0, 10010.0, 10067.0, 10026.0, 10063.0, 10021.0, 10026.0, 10042.0, 10032.0, 10071.0, 10026.0, 10060.0, 9992.0, 10088.0, 10044.0, 10094.0, 10053.0, 10015.0, 10029.0, 10011.0, 10073.0, 10008.0, 10084.0, 9991.0, 10042.0, 10003.0, 10064.0, 10053.0, 10092.0, 10033.0, 10026.0, 10012.0, 10023.0, 10048.0, 10005.0, 10045.0, 9988.0, 10074.0, 10049.0, 10079.0, 10073.0, 10060.0, 10018.0, 10051.0, 10043.0, 10048.0, 10087.0, 9988.0, 10029.0, 9976.0, 10065.0, 9988.0, 10079.0, 9966.0, 10033.0, 9966.0, 10041.0, 10028.0, 10052.0, 10011.0, 10006.0, 10007.0, 9987.0, 10041.0, 9988.0, 10044.0, 9981.0, 10034.0, 10004.0, 10051.0, 10035.0, 10032.0, 9979.0, 10015.0, 10002.0, 10033.0, 10013.0, 10013.0, 9978.0, 10012.0, 9999.0, 10040.0, 10033.0, 10037.0, 10017.0, 10037.0, 10020.0, 10094.0, 10056.0, 10060.0, 10021.0, 10029.0, 10038.0, 10054.0, 10066.0, 9991.0, 10048.0, 9977.0, 10070.0, 9995.0, 10082.0, 9990.0, 10043.0, 10009.0, 10081.0, 10041.0, 10078.0, 10059.0, 10045.0, 10023.0, 10097.0, 10036.0, 10058.0, 10036.0, 10021.0, 10026.0, 10047.0, 10028.0, 10021.0, 10035.0, 9982.0, 10041.0, 9975.0, 10039.0, 9948.0, 10017.0, 9964.0, 10045.0, 9993.0, 10061.0, 10023.0, 10057.0, 10006.0, 10078.0, 10042.0, 10090.0, 10056.0, 10016.0, 10031.0, 9977.0, 10067.0, 9993.0, 10093.0, 10005.0, 10057.0, 10018.0, 10078.0, 10034.0, 9992.0, 10046.0, 9990.0, 10071.0, 10059.0, 10014.0, 10086.0, 9996.0, 10061.0, 10044.0, 10100.0, 10057.0, 10081.0, 10077.0, 9983.0, 10052.0, 9977.0, 10041.0, 10056.0, 10013.0, 10094.0, 10064.0, 9988.0, 10051.0, 10025.0, 10072.0, 10067.0, 9973.0, 10039.0, 9975.0, 10076.0, 9991.0, 10071.0, 10025.0, 10021.0, 10046.0, 9984.0, 10059.0, 9992.0, 10054.0, 10018.0, 10083.0, 10051.0, 10009.0, 10059.0, 9977.0, 10074.0, 10043.0, 10096.0, 10069.0, 9992.0, 10047.0, 10005.0, 10066.0, 10015.0, 10077.0, 9980.0, 10057.0, 9954.0, 10054.0, 9971.0, 10057.0, 9965.0, 10047.0, 9982.0, 10070.0, 10035.0, 10071.0, 10047.0, 10041.0, 10029.0, 10028.0, 10068.0, 10006.0, 10088.0, 9978.0, 10055.0, 10002.0, 10084.0, 10042.0, 10064.0, 10034.0, 10054.0, 10023.0, 10080.0, 10053.0, 10076.0, 10035.0, 10053.0, 10035.0, 10080.0, 10051.0, 10037.0, 10048.0, 9973.0, 10046.0, 9998.0, 10097.0, 10043.0, 10078.0, 10026.0, 10088.0, 10059.0, 10081.0, 10069.0, 9980.0, 10072.0, 9998.0, 10102.0, 10006.0, 10048.0, 9983.0, 10045.0, 9977.0, 10073.0, 9998.0, 10032.0, 9960.0, 10031.0, 10002.0, 10033.0, 10032.0, 10016.0, 9992.0, 10027.0, 10030.0, 10054.0, 10042.0, 9965.0, 10019.0, 9936.0, 10045.0, 9990.0, 10074.0, 10015.0, 10050.0, 10001.0, 10063.0, 10036.0, 10048.0, 10065.0, 9989.0, 10045.0, 9998.0, 10080.0, 9990.0, 10058.0, 9986.0, 10053.0, 10038.0, 10078.0, 10055.0, 10039.0, 10011.0, 9969.0, 10050.0, 9992.0, 10080.0, 10003.0, 10038.0, 9986.0, 10033.0, 10016.0, 10051.0, 10049.0, 10022.0, 10011.0, 9966.0, 10042.0, 9976.0, 10082.0, 10019.0, 10039.0, 10019.0, 10066.0, 10051.0, 10009.0, 10062.0, 9972.0, 10060.0, 9982.0, 10075.0, 9984.0, 10039.0, 9935.0, 10003.0, 9966.0, 10052.0, 9995.0, 10017.0, 9995.0, 10042.0, 10019.0, 10028.0, 10027.0, 9956.0, 10040.0, 9989.0, 10083.0, 10027.0, 10077.0, 10004.0, 10040.0, 10017.0, 10061.0, 10042.0, 10078.0, 10031.0, 10019.0, 9995.0, 10023.0, 10016.0, 10065.0, 10027.0, 9951.0, 10022.0, 9981.0, 10062.0, 9986.0, 10063.0, 10011.0, 10058.0, 10045.0, 10104.0, 10065.0, 10016.0, 10067.0, 9984.0, 10092.0, 10028.0, 10105.0, 10043.0, 10081.0, 9987.0, 10063.0, 10032.0, 10073.0, 10037.0, 10037.0, 9982.0, 10041.0, 10030.0, 10071.0, 10040.0, 9985.0, 10028.0, 9975.0, 10072.0, 10001.0, 10104.0, 9993.0, 10057.0, 10002.0, 10085.0, 10044.0, 10080.0, 10051.0, 10002.0, 10037.0, 10023.0, 10069.0, 10017.0, 10087.0, 10010.0, 10056.0, 10026.0, 10097.0, 10059.0, 10038.0, 10049.0, 9988.0, 10053.0, 10002.0, 10100.0, 9998.0, 10061.0, 9988.0, 10067.0, 10045.0, 10080.0, 10056.0, 10053.0, 10015.0, 10025.0, 10047.0, 9993.0, 10060.0, 9973.0, 10055.0, 10029.0, 10076.0, 10060.0, 10059.0, 10031.0, 9988.0, 10048.0, 10001.0, 10095.0, 10041.0, 10044.0, 10019.0, 10084.0, 10056.0, 10080.0, 10051.0, 9957.0, 10038.0, 9998.0, 10078.0, 10041.0, 10060.0, 10002.0, 10060.0, 10043.0, 10038.0, 10074.0, 9996.0, 10061.0, 10014.0, 10101.0, 10062.0, 10118.0, 10055.0, 10004.0, 10049.0, 10007.0, 10098.0, 10024.0, 10056.0, 9979.0, 10041.0, 10006.0, 10067.0, 10047.0, 10018.0, 10003.0, 10067.0, 10012.0, 10028.0, 10044.0, 9954.0, 10037.0, 10008.0, 10061.0, 10011.0, 10077.0, 10004.0, 10056.0, 10059.0, 10079.0, 10075.0, 10059.0, 10033.0, 10038.0, 10048.0, 10052.0, 10064.0, 9998.0, 10040.0, 9952.0, 10061.0, 9988.0, 10075.0, 9969.0, 10036.0, 9985.0, 10080.0, 10038.0, 10061.0, 10034.0, 10052.0, 10038.0, 10083.0, 10054.0, 10032.0, 10046.0, 9984.0, 10055.0, 10024.0, 10082.0, 9984.0, 10039.0, 9958.0, 10054.0, 9991.0, 10076.0, 9988.0, 10038.0, 9971.0, 10065.0, 10017.0, 10075.0, 10041.0, 10055.0, 10007.0, 10082.0, 10058.0, 10097.0, 10061.0, 10064.0, 10039.0, 10034.0, 10091.0, 10038.0, 10111.0, 10010.0, 10063.0, 10007.0, 10099.0, 10027.0, 10095.0, 10034.0, 10038.0, 9999.0, 10065.0, 10037.0, 10089.0, 10049.0, 10046.0, 10009.0, 10022.0, 10047.0, 10012.0, 10059.0, 9970.0, 10037.0, 9965.0, 10053.0, 9997.0, 10067.0, 10019.0, 10052.0, 10000.0, 10039.0, 10042.0, 10075.0, 10056.0, 10015.0, 10031.0, 10001.0, 10070.0, 10040.0, 10086.0, 9993.0, 10062.0, 9974.0, 10069.0, 10012.0, 10096.0, 10045.0, 10059.0, 9974.0, 10037.0, 10009.0, 10085.0, 10058.0, 10061.0, 10037.0, 10057.0, 10025.0, 10104.0, 10061.0, 10079.0, 10059.0, 10041.0, 10001.0, 10054.0, 10041.0, 10071.0, 10030.0, 10093.0, 10050.0, 10050.0, 9995.0, 9982.0, 10050.0, 9991.0, 10041.0, 10005.0, 10056.0, 10007.0, 10074.0, 9993.0, 10103.0, 9992.0, 10074.0, 9958.0, 10029.0, 9947.0, 10010.0, 9945.0, 10011.0, 9945.0, 10016.0, 9930.0, 10021.0, 9935.0, 10014.0, 9993.0, 9972.0, 10072.0, 10035.0, 10051.0, 10026.0, 10045.0, 10025.0, 10056.0, 9987.0, 10080.0, 9980.0, 10037.0, 9946.0, 10017.0, 9977.0, 10039.0, 9974.0, 10038.0, 9953.0, 10022.0, 10007.0, 10086.0, 10049.0, 10066.0, 10031.0, 10078.0, 10047.0, 10108.0, 10085.0, 10118.0, 10088.0, 10082.0, 10037.0, 10072.0, 10056.0, 10118.0, 10058.0, 10079.0, 10034.0, 10050.0, 10018.0, 10084.0, 10053.0, 10093.0, 10051.0, 10065.0, 10015.0, 10082.0, 10052.0, 10076.0, 10054.0, 10015.0, 10046.0, 10091.0, 10072.0, 10048.0, 10073.0, 9991.0, 10060.0, 9975.0, 10083.0, 10019.0, 10101.0, 10056.0, 10062.0, 10048.0, 10097.0, 10065.0, 10101.0, 10093.0, 10023.0, 10036.0, 10028.0, 10033.0, 10085.0, 10068.0, 10058.0, 10043.0, 9979.0, 10007.0, 9986.0, 10048.0, 9991.0, 10044.0, 9956.0, 10037.0, 9986.0, 10069.0, 10030.0, 10059.0, 10009.0, 10042.0, 10029.0, 10085.0, 10061.0, 10059.0, 10021.0, 10028.0, 10042.0, 10041.0, 10088.0, 9994.0, 10046.0, 9979.0, 10063.0, 9999.0, 10082.0, 10009.0, 10057.0, 9986.0, 10063.0, 10035.0, 10075.0, 10054.0, 10039.0, 10022.0, 10044.0, 10048.0, 10095.0, 10060.0, 10052.0, 10050.0, 9991.0, 10071.0, 10031.0, 10081.0, 10014.0, 10061.0, 9971.0, 10040.0, 9998.0, 10086.0, 10025.0, 10099.0, 10022.0, 10056.0, 10036.0, 10103.0, 10073.0, 10098.0, 10056.0, 10071.0, 10016.0, 10050.0, 10056.0, 10020.0, 10085.0, 9973.0, 10041.0, 9959.0, 10086.0, 10018.0, 10100.0, 10024.0, 10060.0, 10022.0, 10078.0, 10069.0, 10098.0, 10096.0, 10084.0, 10036.0, 10071.0, 10055.0, 10087.0, 10069.0, 10004.0, 10033.0, 10015.0, 10090.0, 10033.0, 10102.0, 9993.0, 10074.0, 10060.0, 10098.0, 10115.0, 10080.0, 10047.0, 9995.0, 10087.0, 10074.0, 10118.0, 10093.0, 10029.0, 10115.0, 10084.0, 10039.0, 10114.0, 10036.0, 10092.0, 10091.0, 10015.0, 10100.0, 10052.0, 10009.0, 10094.0, 10012.0, 9967.0, 10040.0, 9989.0, 10073.0, 10024.0, 9992.0, 10027.0, 9986.0, 10066.0, 10020.0, 10054.0, 10012.0, 9984.0, 10063.0, 10017.0, 10098.0, 10082.0, 10104.0, 10078.0, 10062.0, 10084.0, 10049.0, 10099.0, 10039.0, 10076.0, 10074.0, 10098.0, 10094.0, 10061.0, 10047.0, 10054.0, 10052.0, 10111.0, 10087.0, 10043.0, 10042.0, 10008.0, 10040.0, 10020.0, 10088.0, 10021.0, 10072.0, 9986.0, 10056.0, 10008.0, 10094.0, 10039.0, 10097.0, 9991.0, 10056.0, 10007.0, 10097.0, 10041.0, 10115.0, 10007.0, 10073.0, 10005.0, 10098.0, 10048.0, 10113.0, 10039.0, 10073.0, 9989.0, 10055.0, 10031.0, 10091.0, 10038.0, 10073.0, 9992.0, 10061.0, 9994.0, 10092.0, 10026.0, 10094.0, 10005.0, 10068.0, 10024.0, 10095.0, 10058.0, 10096.0, 10053.0, 10074.0, 10053.0, 10115.0, 10092.0, 10115.0, 10085.0, 10090.0, 10050.0, 10091.0, 10071.0, 10091.0, 10066.0, 10067.0, 10014.0, 10050.0, 10043.0, 10094.0, 10086.0, 10074.0, 10051.0, 10075.0, 10077.0, 10101.0, 10074.0, 10099.0, 10075.0, 10064.0, 10056.0, 10078.0, 10101.0, 10058.0, 10108.0, 10013.0, 10066.0, 9976.0, 10062.0, 10035.0, 10111.0, 10090.0, 10093.0, 10037.0, 10085.0, 10050.0, 10130.0, 10069.0, 10061.0, 10046.0, 10006.0, 10028.0, 10049.0, 10058.0, 10030.0, 10055.0, 9983.0, 10038.0, 10005.0, 10087.0, 10027.0, 10081.0, 9998.0, 10065.0, 10013.0, 10102.0, 10036.0, 10097.0, 10062.0, 10078.0, 10007.0, 10073.0, 10062.0, 10093.0, 10066.0, 10072.0, 10018.0, 10051.0, 10031.0, 10075.0, 10070.0, 10078.0, 10050.0, 10053.0, 10039.0, 10080.0, 10052.0, 10060.0, 10050.0, 10019.0, 10054.0, 10082.0, 10106.0, 10127.0, 10132.0, 10038.0, 10118.0, 10027.0, 10092.0, 10043.0, 10057.0, 10086.0, 10011.0, 9982.0, 9987.0, 10002.0, 9987.0, 10039.0, 10075.0, 10046.0, 10081.0, 10042.0, 10050.0, 10001.0, 10024.0, 9980.0, 10001.0, 9957.0, 9979.0, 9940.0, 9973.0, 9957.0, 9976.0, 9953.0, 9972.0, 9953.0, 9973.0, 9956.0, 10019.0, 9979.0, 10018.0, 9997.0, 9970.0, 9978.0, 9959.0, 10017.0, 9971.0, 10014.0, 9958.0, 10015.0, 9997.0, 10062.0, 10008.0, 10067.0, 9993.0, 10060.0, 10021.0, 10068.0, 10032.0, 10079.0, 10022.0, 10042.0, 10019.0, 10064.0, 10059.0, 10078.0, 10055.0, 10053.0, 10005.0, 10015.0, 10056.0, 10070.0, 10069.0, 9991.0, 10047.0, 9989.0, 10045.0, 10015.0, 10089.0, 10029.0, 10104.0, 9995.0, 10046.0, 9989.0, 10068.0, 10035.0, 10078.0, 10026.0, 10059.0, 10003.0, 10043.0, 10062.0, 10085.0, 10075.0, 10095.0, 10039.0, 10071.0, 10025.0, 10092.0, 10059.0, 10077.0, 10072.0, 10006.0, 10049.0, 10037.0, 10074.0, 10025.0, 10068.0, 9972.0, 10026.0, 9984.0, 10069.0, 10019.0, 10065.0, 10006.0, 10045.0, 9990.0, 10042.0, 10014.0, 10073.0, 10031.0, 10087.0, 10028.0, 10061.0, 10008.0, 10063.0, 10067.0, 10080.0, 10073.0, 10060.0, 10023.0, 10044.0, 10039.0, 10087.0, 10057.0, 10078.0, 10043.0, 10073.0, 10022.0, 10075.0, 10048.0, 10083.0, 10060.0, 10008.0, 10036.0, 9993.0, 10056.0, 10040.0, 10088.0, 10021.0, 10072.0, 10012.0, 10067.0, 10056.0, 10110.0, 10054.0, 10119.0, 10047.0, 10082.0, 10060.0, 10110.0, 10084.0, 10100.0, 10080.0, 10080.0, 10043.0, 10081.0, 10069.0, 10082.0, 10091.0, 10032.0, 10073.0, 10011.0, 10068.0, 10037.0, 10094.0, 10030.0, 10106.0, 10009.0, 10064.0, 9994.0, 10085.0, 10040.0, 10095.0, 10059.0, 10062.0, 10024.0, 10047.0, 10047.0, 10097.0, 10076.0, 10053.0, 10057.0, 10012.0, 10080.0, 10037.0, 10122.0, 10030.0, 10081.0, 10027.0, 10109.0, 10081.0, 10101.0, 10083.0, 10063.0, 10035.0, 9990.0, 10058.0, 10003.0, 10085.0, 10008.0, 10061.0, 10004.0, 10042.0, 10019.0, 10075.0, 10052.0, 9989.0, 10048.0, 9986.0, 10066.0, 10027.0, 10075.0, 10039.0, 10038.0, 10026.0, 9973.0, 10048.0, 9992.0, 10079.0, 10004.0, 10039.0, 10017.0, 10079.0, 10020.0, 10004.0, 10043.0, 9969.0, 10038.0, 10010.0, 10062.0, 10011.0, 10080.0, 9992.0, 10039.0, 10030.0, 10057.0, 10037.0, 10022.0, 10062.0, 10022.0, 10098.0, 10068.0, 10023.0, 10123.0, 10116.0, 10058.0, 10126.0, 10103.0, 10089.0, 10059.0, 10061.0, 10103.0, 9991.0, 10058.0, 9988.0, 10100.0, 10034.0, 10097.0, 10030.0, 10034.0, 10014.0, 10072.0, 10043.0, 9972.0, 10080.0, 9996.0, 10078.0, 10039.0, 10063.0, 10050.0, 10000.0, 10078.0, 10009.0, 10077.0, 10059.0, 10081.0, 10066.0, 10063.0, 10019.0, 10053.0, 10030.0, 10068.0, 10046.0, 10028.0, 9974.0, 9992.0, 9990.0, 10030.0, 10026.0, 10013.0, 9979.0, 10016.0, 9977.0, 10013.0, 10014.0, 10033.0, 10023.0, 10020.0, 10046.0, 9999.0, 10102.0, 10003.0, 10060.0, 10022.0, 10042.0, 10082.0, 10032.0, 10085.0, 10057.0, 10100.0, 10079.0, 10094.0, 10057.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.0006377909482758621</td></tr>
<tr><td colspan=3>aqi</td><td>0.025498343480603446</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.39593845587605</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2804918128463632</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0107549504582216</td></tr>
<tr><td colspan=3>efc</td><td>0.4901</td></tr>
<tr><td colspan=3>fber</td><td>5858.7524</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11492680173932582</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>180</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.698275862068966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.423477813498716</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.303025854182494</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.619944664808379</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.347462921505276</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144576</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02216400019824505</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03423988074064255</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</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.107713089418434</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>25.7687</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8424</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.8745</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294505.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>886.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.7234</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.065</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.9861</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3758.0419</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3916.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82039.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>953.3227</td></tr>
<tr><td colspan=3>tsnr</td><td>40.35604383982718</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>